diff --git a/Manifest.files.gz b/Manifest.files.gz index 397e77ac16f8..275f63c9f451 100644 Binary files a/Manifest.files.gz and b/Manifest.files.gz differ diff --git a/app-accessibility/Manifest.gz b/app-accessibility/Manifest.gz index 4ae1a9fc7473..425d28ff8aa6 100644 Binary files a/app-accessibility/Manifest.gz and b/app-accessibility/Manifest.gz differ diff --git a/app-accessibility/brltty/metadata.xml b/app-accessibility/brltty/metadata.xml index cd468c588aa1..7a6c5b4307bf 100644 --- a/app-accessibility/brltty/metadata.xml +++ b/app-accessibility/brltty/metadata.xml @@ -12,7 +12,6 @@ Use braille translator dev-libs/liblouis support the musical instrument digital interface support for sound card digital audio - speech support cpe:/a:mielke:brltty diff --git a/app-admin/Manifest.gz b/app-admin/Manifest.gz index b82ad44caaae..63078485a8b9 100644 Binary files a/app-admin/Manifest.gz and b/app-admin/Manifest.gz differ diff --git a/app-admin/apache-tools/apache-tools-2.4.58.ebuild b/app-admin/apache-tools/apache-tools-2.4.58.ebuild index 3c930fcb15ac..73baf707dfc6 100644 --- a/app-admin/apache-tools/apache-tools-2.4.58.ebuild +++ b/app-admin/apache-tools/apache-tools-2.4.58.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2" LICENSE="Apache-2.0" 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" +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" IUSE="ssl" RESTRICT="test" diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest index e20d7c3f3990..d2968ad5d0e2 100644 --- a/app-admin/awscli/Manifest +++ b/app-admin/awscli/Manifest @@ -2,3 +2,4 @@ DIST aws-cli-1.31.11.gh.tar.gz 2605881 BLAKE2B 816846d5dd50a382b837cb25e01be330c DIST aws-cli-1.31.6.gh.tar.gz 2605365 BLAKE2B 30e7789a2a4f47b3b4dce9fb3c8083d56ebec8501d66fa03e34309c1c9e0c6302ce79c044fb1aecd879f2784443db5a9927bfb1c22e94883709600f0e1c538b4 SHA512 5da1be164d4e52b255093c0685b4add43a21b2f0259a6ad9b6e6bc1c7bbb17e1ee0db0f6b29ff0227b301d7f66e1d63b3d92047ccef5578b9de6b5579319be6c DIST aws-cli-1.32.1.gh.tar.gz 2607388 BLAKE2B 4923e4b610542376639b3290651da23d58b0d893e029e80a23227fe7c3ad2ef821e532b5269fc0fa0fe143f6b632030288b4a8ecd21c3d2ec05a702529eadb1b SHA512 bf23bafe3456ba609c182e68c691b9d69a2851582a7d466891d4cdf0d028ae3769b672bf43e38cd52299fa164fda6b1fef46329074f72b2a4a2b6996a6d4e072 DIST aws-cli-1.32.2.gh.tar.gz 2609043 BLAKE2B 18cf285e54c25605502167e4fa002f522063dd85fc0c09eb44b4513ada49dbe476ca4485bb1cb63e726c5e1bee6934ccfa340ac9c9daecae082abb1abd852426 SHA512 951814c6e5a5dcf74de12e66430c53ca010bae6a8c9984dc11ab456f1cbd4a3f32e5055b3f7587fdf8cff4c224f86bc95858a2556ed5b90981894f706ab1b023 +DIST aws-cli-1.32.3.gh.tar.gz 2609467 BLAKE2B 16d5d477c35132c880b5bddefacbca0e844ef702af8a1faf53941a517b5853783dfb202dc7a9936e4475f481ae10b73110f5d617a32f9b859352bedb8a83ddf4 SHA512 2361239e630407ff4304963d7f7481df033073fca1817b6ab9bc0f41b6e024b0ef19d42e2cb1d97b6ad0643f37ccd2c65d5ad9259192dab8e6d795e74dd02748 diff --git a/app-admin/awscli/awscli-1.32.3.ebuild b/app-admin/awscli/awscli-1.32.3.ebuild new file mode 100644 index 000000000000..28d42f8f7e7b --- /dev/null +++ b/app-admin/awscli/awscli-1.32.3.ebuild @@ -0,0 +1,88 @@ +# Copyright 1999-2023 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 bash-completion-r1 distutils-r1 + +MY_P=aws-cli-${PV} +DESCRIPTION="Universal Command Line Environment for AWS" +HOMEPAGE=" + https://github.com/aws/aws-cli/ + https://pypi.org/project/awscli/ +" +SRC_URI=" + https://github.com/aws/aws-cli/archive/${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" + +# botocore is x.(y+2).z +BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)" +RDEPEND=" + >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}] + dev-python/colorama[${PYTHON_USEDEP}] + dev-python/docutils[${PYTHON_USEDEP}] + dev-python/rsa[${PYTHON_USEDEP}] + >=dev-python/s3transfer-0.9.0[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + !app-admin/awscli-bin +" +BDEPEND=" + test? ( + dev-python/pytest-forked[${PYTHON_USEDEP}] + ) +" + +EPYTEST_XDIST=1 +distutils_enable_tests pytest + +src_prepare() { + # do not rely on bundled deps in botocore (sic!) + find -name '*.py' -exec sed -i \ + -e 's:from botocore[.]vendored import:import:' \ + -e 's:from botocore[.]vendored[.]:from :' \ + {} + || die + # strip overzealous upper bounds on requirements + sed -i -e 's:,<[0-9.]*::' -e 's:==:>=:' setup.py || die + distutils-r1_src_prepare +} + +python_test() { + local serial_tests=( + tests/functional/ecs/test_execute_command.py::TestExecuteCommand::test_execute_command_success + tests/functional/ssm/test_start_session.py::TestSessionManager::test_start_session_{fails,success} + tests/unit/customizations/codeartifact/test_adapter_login.py::TestDotNetLogin::test_login_dotnet_sources_listed_with_backtracking + tests/unit/customizations/codeartifact/test_adapter_login.py::TestDotNetLogin::test_login_dotnet_sources_listed_with_backtracking_windows + tests/unit/customizations/codeartifact/test_adapter_login.py::TestNuGetLogin::test_login_nuget_sources_listed_with_backtracking + tests/unit/customizations/ecs/test_executecommand_startsession.py::TestExecuteCommand::test_execute_command_success + tests/unit/customizations/test_sessionmanager.py + tests/unit/test_compat.py::TestIgnoreUserSignals + tests/unit/test_help.py + tests/unit/test_utils.py::TestIgnoreCtrlC::test_ctrl_c_is_ignored + ) + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + EPYTEST_XDIST= epytest "${serial_tests[@]}" + + local EPYTEST_DESELECT=( "${serial_tests[@]}" ) + # integration tests require AWS credentials and Internet access + epytest tests/{functional,unit} +} + +python_install_all() { + newbashcomp bin/aws_bash_completer aws + + insinto /usr/share/zsh/site-functions + newins bin/aws_zsh_completer.sh _aws + + distutils-r1_python_install_all + + rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || die +} diff --git a/app-admin/clsync/metadata.xml b/app-admin/clsync/metadata.xml index 84cf8e321890..b72376271f95 100644 --- a/app-admin/clsync/metadata.xml +++ b/app-admin/clsync/metadata.xml @@ -24,7 +24,6 @@ Enable extra security checks. This will hurt performance. Enable GIO for FS monitoring (glib based alternative to inotify interface, not recommended; if both are compiled, may be selected at runtime). Allows to use spinlocks for short delays instead of mutexes, but only on SMP systems. - Build with link time optimization (LTO). Enable namespaces isolation. Build the control and monitoring socket library: libclsync. diff --git a/app-admin/conky/conky-1.19.6-r2.ebuild b/app-admin/conky/conky-1.19.6-r2.ebuild index 9e0a9052978e..b18eb21ee614 100644 --- a/app-admin/conky/conky-1.19.6-r2.ebuild +++ b/app-admin/conky/conky-1.19.6-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/brndnmtthws/${PN}/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-3 BSD LGPL-2.1 MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv sparc x86" IUSE="apcupsd bundled-toluapp cmus curl doc extras hddtemp ical iconv imlib intel-backlight iostats irc lua-cairo lua-imlib lua-rsvg math moc mpd mysql ncurses nvidia +portmon pulseaudio rss systemd thinkpad truetype diff --git a/app-admin/rsyslog/rsyslog-8.2308.0.ebuild b/app-admin/rsyslog/rsyslog-8.2308.0.ebuild index a3a2a0b44378..8f43ae9ef921 100644 --- a/app-admin/rsyslog/rsyslog-8.2308.0.ebuild +++ b/app-admin/rsyslog/rsyslog-8.2308.0.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else - KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc64 ~riscv ~sparc x86" + KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc64 ~riscv ~sparc x86" SRC_URI=" https://www.rsyslog.com/files/download/${PN}/${P}.tar.gz diff --git a/app-admin/sysstat/metadata.xml b/app-admin/sysstat/metadata.xml index 6e1b41958fce..e4acfbefca13 100644 --- a/app-admin/sysstat/metadata.xml +++ b/app-admin/sysstat/metadata.xml @@ -14,6 +14,5 @@ Adjust cronjobs to work properly under sys-process/dcron - Build using Link Time Optimizations (LTO) diff --git a/app-arch/Manifest.gz b/app-arch/Manifest.gz index 22d50e69083d..5ea882632720 100644 Binary files a/app-arch/Manifest.gz and b/app-arch/Manifest.gz differ diff --git a/app-arch/dpkg/dpkg-1.21.15-r3.ebuild b/app-arch/dpkg/dpkg-1.21.15-r3.ebuild new file mode 100644 index 000000000000..595ea5bd9c86 --- /dev/null +++ b/app-arch/dpkg/dpkg-1.21.15-r3.ebuild @@ -0,0 +1,113 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit autotools toolchain-funcs + +DESCRIPTION="Package maintenance system for Debian" +HOMEPAGE="https://packages.qa.debian.org/dpkg" +SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="+bzip2 +lzma nls selinux static-libs test +update-alternatives +zlib" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=app-arch/gzip-1.7 + >=app-arch/tar-1.34-r1 + app-crypt/libmd + >=dev-lang/perl-5.14.2:= + sys-libs/ncurses:=[unicode(+)] + bzip2? ( app-arch/bzip2 ) + lzma? ( app-arch/xz-utils ) + nls? ( virtual/libintl ) + selinux? ( sys-libs/libselinux ) + zlib? ( >=sys-libs/zlib-1.1.4 ) +" +DEPEND=" + ${RDEPEND} + app-arch/xz-utils + virtual/pkgconfig + test? ( + dev-perl/IO-String + dev-perl/Test-Pod + virtual/perl-Test-Harness + ) +" +BDEPEND=" + sys-devel/flex + nls? ( + app-text/po4a + >=sys-devel/gettext-0.18.2 + ) +" +RDEPEND+=" selinux? ( sec-policy/selinux-dpkg )" + +PATCHES=( + "${FILESDIR}"/${PN}-1.18.12-flags.patch + "${FILESDIR}"/${P}-buf-overflow.patch + "${FILESDIR}"/${PN}-1.21.15-arch_pm.patch +) + +src_prepare() { + default + + sed -i -e 's|\|${AR}|g' src/at/deb-format.at src/at/testsuite || die + + eautoreconf +} + +src_configure() { + tc-export AR CC + + local myconf=( + --disable-compiler-warnings + --disable-devel-docs + --disable-dselect + --disable-start-stop-daemon + --enable-unicode + --localstatedir="${EPREFIX}"/var + $(use_enable nls) + $(use_enable update-alternatives) + $(use_with bzip2 libbz2) + $(use_with lzma liblzma) + $(use_with selinux libselinux) + $(use_with zlib libz) + + ) + + econf "${myconf[@]}" +} + +src_compile() { + emake AR="$(tc-getAR)" +} + +src_install() { + local DOCS=( debian/changelog THANKS TODO ) + default + + # https://bugs.gentoo.org/835520 + mv -v "${ED}"/usr/share/zsh/{vendor-completions,site-functions} || die + + # https://bugs.gentoo.org/840320 + insinto /etc/dpkg/origins + newins - gentoo <<-_EOF_ + Vendor: Gentoo + Vendor-URL: https://www.gentoo.org/ + Bugs: https://bugs.gentoo.org/ + _EOF_ + dosym gentoo /etc/dpkg/origins/default + + keepdir \ + /usr/$(get_libdir)/db/methods/{mnt,floppy,disk} \ + /var/lib/dpkg/{alternatives,info,parts,updates} + + find "${ED}" -name '*.la' -delete || die + + if ! use static-libs; then + find "${ED}" -name '*.a' -delete || die + fi +} diff --git a/app-arch/dpkg/dpkg-1.21.19-r1.ebuild b/app-arch/dpkg/dpkg-1.21.19-r1.ebuild new file mode 100644 index 000000000000..4183d0647aea --- /dev/null +++ b/app-arch/dpkg/dpkg-1.21.19-r1.ebuild @@ -0,0 +1,113 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit autotools toolchain-funcs + +DESCRIPTION="Package maintenance system for Debian" +HOMEPAGE="https://packages.qa.debian.org/dpkg" +SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz" + +LICENSE="GPL-2+" +SLOT="0" +#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="+bzip2 +lzma nls selinux static-libs test +update-alternatives +zlib +zstd" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=app-arch/gzip-1.7 + >=app-arch/tar-1.34-r1 + app-crypt/libmd + >=dev-lang/perl-5.14.2:= + sys-libs/ncurses:=[unicode(+)] + bzip2? ( app-arch/bzip2 ) + lzma? ( app-arch/xz-utils ) + nls? ( virtual/libintl ) + selinux? ( sys-libs/libselinux ) + zlib? ( >=sys-libs/zlib-1.1.4 ) + zstd? ( app-arch/zstd:= ) +" +DEPEND=" + ${RDEPEND} + app-arch/xz-utils + virtual/pkgconfig + test? ( + dev-perl/IO-String + dev-perl/Test-Pod + virtual/perl-Test-Harness + ) +" +BDEPEND=" + sys-devel/flex + nls? ( + app-text/po4a + >=sys-devel/gettext-0.18.2 + ) +" +RDEPEND+=" selinux? ( sec-policy/selinux-dpkg )" + +PATCHES=( + "${FILESDIR}"/${PN}-1.18.12-flags.patch + "${FILESDIR}"/${PN}-1.21.15-arch_pm.patch +) + +src_prepare() { + default + + sed -i -e 's|\|${AR}|g' src/at/deb-format.at src/at/testsuite || die + + eautoreconf +} + +src_configure() { + tc-export AR CC + + local myconf=( + --disable-compiler-warnings + --disable-devel-docs + --disable-dselect + --disable-start-stop-daemon + --enable-unicode + --localstatedir="${EPREFIX}"/var + $(use_enable nls) + $(use_enable update-alternatives) + $(use_with bzip2 libbz2) + $(use_with lzma liblzma) + $(use_with selinux libselinux) + $(use_with zlib libz) + $(use_with zstd libzstd) + ) + + econf "${myconf[@]}" +} + +src_compile() { + emake AR="$(tc-getAR)" +} + +src_install() { + local DOCS=( debian/changelog THANKS TODO ) + default + + # https://bugs.gentoo.org/835520 + mv -v "${ED}"/usr/share/zsh/{vendor-completions,site-functions} || die + + # https://bugs.gentoo.org/840320 + insinto /etc/dpkg/origins + newins - gentoo <<-_EOF_ + Vendor: Gentoo + Vendor-URL: https://www.gentoo.org/ + Bugs: https://bugs.gentoo.org/ + _EOF_ + dosym gentoo /etc/dpkg/origins/default + + keepdir \ + /usr/$(get_libdir)/db/methods/{mnt,floppy,disk} \ + /var/lib/dpkg/{alternatives,info,parts,updates} + + find "${ED}" -name '*.la' -delete || die + + if ! use static-libs; then + find "${ED}" -name '*.a' -delete || die + fi +} diff --git a/app-arch/dpkg/files/dpkg-1.21.15-arch_pm.patch b/app-arch/dpkg/files/dpkg-1.21.15-arch_pm.patch new file mode 100644 index 000000000000..5982336a3574 --- /dev/null +++ b/app-arch/dpkg/files/dpkg-1.21.15-arch_pm.patch @@ -0,0 +1,32 @@ +https://bugs.gentoo.org/876031 +https://git.yoctoproject.org/poky/tree/meta/recipes-devtools/dpkg/dpkg/arch_pm.patch + +configure cannot determine the proper cpu, os, or +architecture for mips64, and possibly other arch's +because of faulty code added to Arch.pm in the latest +release from upstream. We remove that code. + +Upstream-Status: Pending + +Signed-off-by: Joe Slater + +--- + scripts/Dpkg/Arch.pm | 3 --- + 1 file changed, 3 deletions(-) + +diff --git a/scripts/Dpkg/Arch.pm b/scripts/Dpkg/Arch.pm +index 1720847b8..6345ce3b9 100644 +--- a/scripts/Dpkg/Arch.pm ++++ b/scripts/Dpkg/Arch.pm +@@ -323,9 +323,6 @@ sub _load_tupletable() + (my $dt = $debtuple) =~ s//$_cpu/; + (my $da = $debarch) =~ s//$_cpu/; + +- next if exists $debarch_to_debtuple{$da} +- or exists $debtuple_to_debarch{$dt}; +- + $debarch_to_debtuple{$da} = $dt; + $debtuple_to_debarch{$dt} = $da; + } +-- +2.11.0 diff --git a/app-backup/Manifest.gz b/app-backup/Manifest.gz index b5d7de9fa7fd..c817dccbafd0 100644 Binary files a/app-backup/Manifest.gz and b/app-backup/Manifest.gz differ diff --git a/app-backup/bacula/bacula-13.0.3-r2.ebuild b/app-backup/bacula/bacula-13.0.3-r2.ebuild index 1c404587935e..f584c49d6a1d 100644 --- a/app-backup/bacula/bacula-13.0.3-r2.ebuild +++ b/app-backup/bacula/bacula-13.0.3-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/bacula/${MY_P}.tar.gz" LICENSE="AGPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~sparc ~x86" IUSE="acl bacula-clientonly bacula-nodir bacula-nosd +batch-insert examples ipv6 logwatch mysql postgres qt5 readline selinux +sqlite ssl static tcpd vim-syntax X" DEPEND=" diff --git a/app-containers/Manifest.gz b/app-containers/Manifest.gz index e5ca93ddb7b2..7012b5709e85 100644 Binary files a/app-containers/Manifest.gz and b/app-containers/Manifest.gz differ diff --git a/app-containers/earthly/Manifest b/app-containers/earthly/Manifest index aed1b2b04ab9..579fe9ed764d 100644 --- a/app-containers/earthly/Manifest +++ b/app-containers/earthly/Manifest @@ -2,3 +2,5 @@ DIST earthly-0.7.21-deps.tar.xz 153233840 BLAKE2B e5f2590997eb839232a84bc75c787a DIST earthly-0.7.21.tar.gz 7788611 BLAKE2B 697194102a3d0af16744b42f2489a38db588ddfcc4d9e3358f259733500a69c188e11e71f6f5e9900a36c91b84d0314a6defdea339d4882f0490f2a9a4119408 SHA512 408298019bdb5797d96edd008b8e430de2cce701c93cb2f55a0faf5a9a4865e26283d8a80b82163e8b51ef82518ec35a7530aa887d598c15027243f6008954d1 DIST earthly-0.7.22-deps.tar.xz 156575120 BLAKE2B d10d38f62ddd134705fd840a5912d69f0ce50aa39d6fba9ce1e23496af2a19034886eb47521333ad6fd0b36addba59b465eb9b74e585ae79505a47baaa5487de SHA512 c3f6648d0d51a4195c191c6ad6db92adec5e7e488cb63c0be49338445d5d0a22a1d49792d88a297689a23b38fcd0e8eab701ad1419c19d03d627c3ec92414b56 DIST earthly-0.7.22.tar.gz 7813193 BLAKE2B f34b938776379f2ba0722757d53646d89841ed0dc35dc106f79f69166e3ab12c78b29913a5711ae403a940dbfab9526c306b773aa962bbb4b5bdc27fb04fce23 SHA512 62bb8c477589d5d3492fe5c2c2534d5f56afa4aca8862bee6691e867d3dd6fb904ecbe08c02a0058968c98b1b75beb43caf4f7b6997a00c2d73fc9614516658d +DIST earthly-0.7.23-deps.tar.xz 157140928 BLAKE2B 493c7dce3e79f94659e99501020c07232a2d6ff78a055209b1b42be8615e38e01dacef4ceb50a80ed26e597de4dbb892fee2d54f6721fd5af62c86a0a9197d45 SHA512 a278077be794a1085105271fc3e031c02079e2b4f45c7220b3114df72ba26758758d5c0f1171ff861feb1c305765952494bf1afe95dcc469d2b9c6aad13fe7b9 +DIST earthly-0.7.23.tar.gz 8023353 BLAKE2B 458850b26a2730eb10ae3912f249d6ba9fdf81ed0c734f568ebf2cbaf5da005d258d38a089d452d42628d071d0b07f73e4f73cb29e7a02c406c1ea394d22ae97 SHA512 be524a6ab86ad3cff307d990f3645007cde673383cbaf132ebc6ab9e7052e8d13e163e958353041151d9fe6dc987ab75372dbf061a8413a932408a844cfe1007 diff --git a/app-containers/earthly/earthly-0.7.23.ebuild b/app-containers/earthly/earthly-0.7.23.ebuild new file mode 100644 index 000000000000..95c419e4b2a8 --- /dev/null +++ b/app-containers/earthly/earthly-0.7.23.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# Git commit SHA is needed at runtime by earthly to pull and bootstrap images. +if [[ "${PV}" == 0.7.23 ]] ; then + GIT_COMMIT_SHA=e77372274b09b5e5f8a42f1b6ac264f7149c4924 +else + die 'Could not detect "GIT_COMMIT_SHA", please update the ebuild.' +fi + +inherit go-module + +DESCRIPTION="Build automation tool that executes in containers" +HOMEPAGE="https://earthly.dev/ + https://github.com/earthly/earthly/" +SRC_URI=" + https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz + -> ${P}.tar.gz + https://dev.gentoo.org/~xgqt/distfiles/deps/${P}-deps.tar.xz +" + +LICENSE="MPL-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + || ( + app-containers/docker + app-containers/podman + ) +" + +DOCS=( CHANGELOG.md CONTRIBUTING.md README.md ) + +src_compile() { + mkdir -p bin || die + + local go_tags="dfrunmount,dfrunsecurity,dfsecrets,dfssh,dfrunnetwork,dfheredoc,forceposix" + local go_ldflags=" + -X main.DefaultBuildkitdImage=docker.io/earthly/buildkitd:v${PV} + -X main.GitSha=${GIT_COMMIT_SHA} + -X main.Version=v${PV} + " + local -a go_buildargs=( + -tags "${go_tags}" + -ldflags "${go_ldflags}" + -o bin + ) + ego build "${go_buildargs[@]}" ./cmd/... +} + +src_install() { + exeinto /usr/bin + doexe bin/earthly + newexe bin/debugger earthly-debugger + + einstalldocs +} + +pkg_postinst() { + if has_version "app-containers/podman" ; then + ewarn "Podman is supported but not recommended." + ewarn "If issues arise, then please try running earthly with docker." + fi + + if has_version "app-containers/podman[rootless]" ; then + ewarn "Running podman in rootless mode is not supported because" + ewarn "earthly/dind and earthly/buildkit require privileged access." + ewarn "For more info see: https://docs.earthly.dev/docs/guides/podman/" + fi +} diff --git a/app-containers/lxc/metadata.xml b/app-containers/lxc/metadata.xml index a2d77654dbe8..7c423aeaca6f 100644 --- a/app-containers/lxc/metadata.xml +++ b/app-containers/lxc/metadata.xml @@ -11,7 +11,6 @@ Enable io_uring support, and use io_uring instead of epoll - Enable Link Time Optimization (LTO) Build and install additional command line tools diff --git a/app-crypt/Manifest.gz b/app-crypt/Manifest.gz index b1103506dae7..523d6e08a765 100644 Binary files a/app-crypt/Manifest.gz and b/app-crypt/Manifest.gz differ diff --git a/app-crypt/aespipe/metadata.xml b/app-crypt/aespipe/metadata.xml index a42cf0ee901f..8acb6c031cb7 100644 --- a/app-crypt/aespipe/metadata.xml +++ b/app-crypt/aespipe/metadata.xml @@ -10,7 +10,6 @@ Proxy Maintainers - Enable assembly modules Use VIA padlock instructions, detected at run time, code still works on non-padlock processors diff --git a/app-crypt/veracrypt/metadata.xml b/app-crypt/veracrypt/metadata.xml index 656d4d1ad68c..baec785c468c 100644 --- a/app-crypt/veracrypt/metadata.xml +++ b/app-crypt/veracrypt/metadata.xml @@ -1,9 +1,6 @@ - - Enable assembly for optimization - gokturk@gentoo.org Göktürk Yüksek diff --git a/app-editors/Manifest.gz b/app-editors/Manifest.gz index 0fa014987203..4edf1a0467be 100644 Binary files a/app-editors/Manifest.gz and b/app-editors/Manifest.gz differ diff --git a/app-editors/gnome-text-editor/gnome-text-editor-45.1.ebuild b/app-editors/gnome-text-editor/gnome-text-editor-45.1.ebuild index 5c700b81ec16..87e043d7da62 100644 --- a/app-editors/gnome-text-editor/gnome-text-editor-45.1.ebuild +++ b/app-editors/gnome-text-editor/gnome-text-editor-45.1.ebuild @@ -14,7 +14,7 @@ SLOT="0" IUSE="spell" -KEYWORDS="~amd64 ~arm64 ~loong ~riscv" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" DEPEND=" >=dev-libs/glib-2.73.0:2 diff --git a/app-editors/neovim/metadata.xml b/app-editors/neovim/metadata.xml index 28259891cdc2..5c58332c3ce4 100644 --- a/app-editors/neovim/metadata.xml +++ b/app-editors/neovim/metadata.xml @@ -14,7 +14,6 @@ Proxy Maintainers - Build with Link Time Optimization (LTO) Install nvimpager symlink to less.sh macro diff --git a/app-emacs/Manifest.gz b/app-emacs/Manifest.gz index 3e61b2fb88bc..1c13fec181d7 100644 Binary files a/app-emacs/Manifest.gz and b/app-emacs/Manifest.gz differ diff --git a/app-emacs/flim/Manifest b/app-emacs/flim/Manifest index 197538022269..0dbefa09721a 100644 --- a/app-emacs/flim/Manifest +++ b/app-emacs/flim/Manifest @@ -1,2 +1,3 @@ DIST flim-1.14.9_p20210529.tar.gz 146081 BLAKE2B b5326cb67f4e1387fe5a9f0cc9360feca81bf61de18ae75b325e072e70a3f4b70a1bda148a2ab8ac9c3b872bc5ed96b53b61d0de427abfb21eb8e3dba1235701 SHA512 47a55606add53da7f399d87befc834dbbe4b52b1f3011d24d3dfd3ec7a7010ffebc2aa666e38f5878735b2ee43dfe46eec548dba3535521440c8bcd1bd08a17d DIST flim-1.14.9_p20231214.tar.gz 144964 BLAKE2B afe728aee4f4b384dd69589e88cbf693fbe8d0756d8e0c35f7d828172fce81c0a8b006735aa41ec5d3e35103d1dd744b13d985d358030aeaad83cc8de65dc203 SHA512 b9f923ffbe1939b65a6e137002e40d98cdd2d3cfa9197e417ea22607fbcca40070a985d20b7224e5413e86110cc9a949fc920deb46afe49fc03980da2796c50d +DIST flim-1.14.9_p20231218.tar.gz 144953 BLAKE2B 943479e302453139af0a8d0c656e1ef3596220a865698f6b98c59d323c284c84dad277d20b524b70eb9650b42a9bfe18ca6c04d5849df0812ed49dbbe379fffd SHA512 b4ba7ac736402a2e8290c3329801fece04540cc8a4a07ab93f71472e41704e033a7925420fc7f42d63c9d3a57abb870fbf88a4012cba8ebc6a43f93c0707751e diff --git a/app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild b/app-emacs/flim/flim-1.14.9_p20231218.ebuild similarity index 95% rename from app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild rename to app-emacs/flim/flim-1.14.9_p20231218.ebuild index 737cff71e9e4..26a494f8cc6e 100644 --- a/app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild +++ b/app-emacs/flim/flim-1.14.9_p20231218.ebuild @@ -7,7 +7,7 @@ inherit elisp DESCRIPTION="A library to provide basic features about message representation or encoding" HOMEPAGE="https://github.com/wanderlust/flim" -GITHUB_SHA1="c430c5498ad5843f40ef758685e29431f167478c" +GITHUB_SHA1="abdd2315006eb31476249223569808adb1c0f7b2" SRC_URI="https://github.com/wanderlust/${PN}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${GITHUB_SHA1}" diff --git a/app-emacs/geiser/Manifest b/app-emacs/geiser/Manifest index 1129f894df90..db3d01fa6e00 100644 --- a/app-emacs/geiser/Manifest +++ b/app-emacs/geiser/Manifest @@ -1 +1,2 @@ DIST geiser-0.29.1.tar.bz2 655999 BLAKE2B c684fee1344f266107591e444c88b2ffdd5b73f4c1e2c63901b3c191d518b55ba0f2b35a19b3b6268a139fe69fd28aee9cae7d398b67b373e9118b0b3b4e7a8a SHA512 6609b6e2c1d8c217b6a132685468100f6caaaa5191d3d13b04c839bf96da8e8c1e7eee77d86c391314a9c8996c8854a7833e29fdc05ac10e8fa7b974ac2aa4e9 +DIST geiser-0.30.tar.bz2 656851 BLAKE2B c0a6ce7d2643e83cc049fa812c601217f52f8814efeebc60405ba591739c887ea0aa874e4ea0a6a72bb5f2282281d9883f2a77735d787a442e560ee2083bab54 SHA512 c66e168bfd8ccdd9c8c0bd3b29ded78ba1b25eeef062e164926c6ce15ec60410e944b2c58a9cb85a248f953b7fc66322626df108f1d9fe521a7331381bcd86a2 diff --git a/app-emacs/geiser/geiser-0.30.ebuild b/app-emacs/geiser/geiser-0.30.ebuild new file mode 100644 index 000000000000..648558153f0b --- /dev/null +++ b/app-emacs/geiser/geiser-0.30.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="Generic interaction mode between Emacs and different Scheme implementations" +HOMEPAGE="https://gitlab.com/emacs-geiser/geiser/" +SRC_URI="https://gitlab.com/emacs-geiser/${PN}/-/archive/${PV}/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="app-emacs/transient" +BDEPEND=" + ${RDEPEND} + app-text/texi2html + sys-apps/texinfo +" + +DOCS=( readme.org news.org doc/html ) +SITEFILE="50${PN}-gentoo.el" + +src_compile() { + BYTECOMPFLAGS="-L elisp" elisp-compile elisp/*.el + + emake -C doc info web +} + +src_install() { + elisp-install ${PN} elisp/*.el{,c} + elisp-site-file-install "${FILESDIR}/${SITEFILE}" + + doinfo doc/*.info + einstalldocs +} diff --git a/app-emacs/lsp-mode/Manifest b/app-emacs/lsp-mode/Manifest index ce3116fa88d6..ed734f672c07 100644 --- a/app-emacs/lsp-mode/Manifest +++ b/app-emacs/lsp-mode/Manifest @@ -1 +1,2 @@ DIST lsp-mode-8.0.0_p20220620.tar.gz 15464614 BLAKE2B 10e50a52e2a725b1a275b81514bb268619b128370f8989970c75c87bc37516588e798c5f2531b73689d9d102fbd6b965841c6d8a0c337cb8d9052b632a01e289 SHA512 d464418df6eb99d8a1f4cad8c9e31ca057286f846afbb0078fdff21cfc685ffc158b1b37d22224372bee67eb5298f20bb4db83ed466c09e4b4b3a83db865ef09 +DIST lsp-mode-8.0.1_pre20231218.tar.gz 16396690 BLAKE2B e841e1cda6e26ba1d646ea8ffeee7212fb3352e4ed73c323212e9bd883ddbe3461918b3ab435a16e6568d2fdaf97b165accd8876625415dfa428259c0c93998f SHA512 d3f5a26e40b7b569ba185d605208bd888aed6430f1fa5b608db47ba727e72fb540646a3908b80ab04db763d9be9adb8b58ef88165f31c874749ed26f7086c0fc diff --git a/app-emacs/lsp-mode/lsp-mode-8.0.1_pre20231218.ebuild b/app-emacs/lsp-mode/lsp-mode-8.0.1_pre20231218.ebuild new file mode 100644 index 000000000000..1910811a73ae --- /dev/null +++ b/app-emacs/lsp-mode/lsp-mode-8.0.1_pre20231218.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +COMMIT=5b2f3741bb797371bba2932653ca829167f9745a +NEED_EMACS=27.1 + +inherit elisp + +DESCRIPTION="Emacs client/library for the Language Server Protocol" +HOMEPAGE="https://emacs-lsp.github.io/lsp-mode/" +SRC_URI="https://github.com/emacs-lsp/${PN}/archive/${COMMIT}.tar.gz + -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${COMMIT}" + +LICENSE="GPL-3+" +KEYWORDS="~amd64" +SLOT="0" + +RDEPEND=" + >=app-emacs/dash-2.18.0 + >=app-emacs/f-0.20.0 + app-emacs/ht + app-emacs/lv + app-emacs/markdown-mode + app-emacs/spinner +" +BDEPEND=" + ${RDEPEND} + test? ( + app-emacs/deferred + app-emacs/ecukes + app-emacs/el-mock + app-emacs/espuds + app-emacs/flycheck + app-emacs/undercover + ) +" + +DOCS=( AUTHORS CHANGELOG.org README.md refcard ) +BYTECOMPFLAGS="-L . -L clients" +ELISP_REMOVE=" + test/lsp-clangd-test.el + test/lsp-common-test.el + test/lsp-integration-test.el +" # Remove failing tests. +SITEFILE="50${PN}-gentoo.el" + +elisp-enable-tests ert-runner "${S}" -t "!no-win" -t "!org" + +src_compile() { + elisp_src_compile + elisp-compile clients/*.el +} + +src_install() { + elisp_src_install + elisp-install "${PN}/clients" clients/* +} diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest index a75d0ea00b8d..c3692eebbaac 100644 --- a/app-emacs/transient/Manifest +++ b/app-emacs/transient/Manifest @@ -1,3 +1,4 @@ DIST transient-0.4.3.tar.gz 129365 BLAKE2B d07fb5cb6586950bd3561b2a7f77b6458db58531e7735d203dabbfd292facaf44af850de4f4824f6335f41afcf79d03c0291d31af31b84b4118ffb8cae996f2a SHA512 afa2f75a0d4d6d45af1e36f155371dad6a966073cbab9a3858eec020458530d21a34860b88ec4d1e1e93570675b9df6d5692ed8f8a1903478ee5085c9d2d039a DIST transient-0.5.0.tar.gz 131312 BLAKE2B 4bf384c0a4f09863f541fb3d0e49542dae4c5da6a14ce7fd2f52af492809a7b0eab051134fdf3a06cefc1992746732a43b858349e63a0cdc271dcbf4b7352fe8 SHA512 3993dda7a39b3959d1eec91feb4e2bb345797d70d7c23bbd796f68309457090889b8d6c678cc2bb5872f76879a4d8a1cc5b14ac3d38abd9a57f2e06ad8d7001b DIST transient-0.5.2.tar.gz 133643 BLAKE2B 765d78c9c5bd756ff82a4857477350def4fc52a55e53f9f8b21e065a853d5ff4eacaa8507d30e4fb39ccb91a966cf71c06b5e5f3248768d1bc8476d67ef560c2 SHA512 d8cf45b302a960659ee6d306d71d32d4e8e614deca8033afe5e644f48f36fcb885e0cd9acf307b2e1ba2d3c99a32ca73cd7a0cd6ab78f8e3442fe4b01e3b04b8 +DIST transient-0.5.3.tar.gz 133756 BLAKE2B 4dfe8df4ec72328f1227fb4f885345709e5686854d5caf8c103ef6081b4a6858de29f33292d7a06acdf0c5f608aaaa5311e739122cb10f39e1af9b55d407eb82 SHA512 d6767b36443fdc76703e028613c2bf13de8a55258506091cfc7506e7a2bdb98bd38f387684856a3860201935bdf305c0429716ce250712c5df27cf6d10064bbf diff --git a/app-emacs/transient/transient-0.5.3.ebuild b/app-emacs/transient/transient-0.5.3.ebuild new file mode 100644 index 000000000000..ab8accfcb76d --- /dev/null +++ b/app-emacs/transient/transient-0.5.3.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="Transient commands abstraction for GNU Emacs" +HOMEPAGE="https://magit.vc/manual/transient/ + https://github.com/magit/transient/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/magit/${PN}.git" +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" +fi + +LICENSE="GPL-3+" +SLOT="0" + +DOCS=( CHANGELOG README.org docs/${PN}.org ) +ELISP_TEXINFO="docs/${PN}.texi" +SITEFILE="50${PN}-gentoo.el" + +RDEPEND=" + >=app-emacs/compat-29.1.4.1 +" +BDEPEND=" + ${RDEPEND} + sys-apps/texinfo +" + +src_prepare() { + mv lisp/*.el . || die + + default +} diff --git a/app-emulation/Manifest.gz b/app-emulation/Manifest.gz index 794cd5ef7126..8e84669fb2fc 100644 Binary files a/app-emulation/Manifest.gz and b/app-emulation/Manifest.gz differ diff --git a/app-emulation/crossover-bin/metadata.xml b/app-emulation/crossover-bin/metadata.xml index 10bb6fcf1fa8..c176b5ef980c 100644 --- a/app-emulation/crossover-bin/metadata.xml +++ b/app-emulation/crossover-bin/metadata.xml @@ -8,7 +8,6 @@ Enable ISDN support via CAPI Add support for OpenGL in bitmaps using libOSMesa - Enable OpenCL support Support packet capture software (e.g. wireshark) diff --git a/app-emulation/vkd3d/files/vkd3d-1.9-implicit-gettid.patch b/app-emulation/vkd3d/files/vkd3d-1.9-implicit-gettid.patch index 5aea3171c2de..bb9f0658a799 100644 --- a/app-emulation/vkd3d/files/vkd3d-1.9-implicit-gettid.patch +++ b/app-emulation/vkd3d/files/vkd3d-1.9-implicit-gettid.patch @@ -1,5 +1,7 @@ -Dirty quick fix for implicit function check, VKD3D_CHECK_FUNC ideally -needs to be adjusted to be able to pass headers. +Dirty quick fix for implicit function check, VKD3D_CHECK_FUNC is +unsuitable to handle it. + +Update: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/528 --- a/configure +++ b/configure @@ -18656,2 +18656,3 @@ diff --git a/app-emulation/wine-staging/metadata.xml b/app-emulation/wine-staging/metadata.xml index 65b7853a79b7..41ee07d0e044 100644 --- a/app-emulation/wine-staging/metadata.xml +++ b/app-emulation/wine-staging/metadata.xml @@ -23,7 +23,6 @@ This variant of the Wine packaging includes the Wine-Staging patchset. Build PE files using a MinGW toolchain for better compatibility Enable .NET support using app-emulation/wine-mono Enable support for configuring remote shares using net-fs/samba - Enable OpenCL support Enable off-screen rendering (OpenGL in bitmaps) support Support packet capture software (e.g. wireshark) Install helpers that require perl (winedump/winemaker) diff --git a/app-emulation/wine-vanilla/metadata.xml b/app-emulation/wine-vanilla/metadata.xml index f035ae003809..2759332a8b82 100644 --- a/app-emulation/wine-vanilla/metadata.xml +++ b/app-emulation/wine-vanilla/metadata.xml @@ -23,7 +23,6 @@ This variant of the Wine packaging does not include external patchsets Build PE files using a MinGW toolchain for better compatibility Enable .NET support using app-emulation/wine-mono Enable support for configuring remote shares using net-fs/samba - Enable OpenCL support Enable off-screen rendering (OpenGL in bitmaps) support Support packet capture software (e.g. wireshark) Install helpers that require perl (winedump/winemaker) diff --git a/app-misc/Manifest.gz b/app-misc/Manifest.gz index b1a2ca7e2e8e..0c0e1d7462c3 100644 Binary files a/app-misc/Manifest.gz and b/app-misc/Manifest.gz differ diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest index 988492036567..93c10e1259e5 100644 --- a/app-misc/fastfetch/Manifest +++ b/app-misc/fastfetch/Manifest @@ -1,3 +1,3 @@ -DIST fastfetch-1.12.2.tar.gz 538194 BLAKE2B bc6badbc7f690dacbe1408479286a0d42ec687526f776ff4d2ec7b0eb767032e5781cbbe37778f4dc03a5d386979a9ae2aab84c466be997b82d9a9a6c81ea78f SHA512 a82a7c7ae365335c20d659a82215cf320c4c6b07ff127c4dad322a0a01f7ec57e34d229f4953108daadcd0d243c84f8504a3b4367df5e255e5a06e685fd6739a DIST fastfetch-2.2.3.tar.gz 901203 BLAKE2B d6d097b72ce2f252e42b3e59cbd26b43a4f17ae974382f986270fbf91b457cf3c49e78a3c775e713d9302d536fb5a363e809005b9174d1a27622e6b6ed666709 SHA512 81e051b7555d56415c723606c0b6dfc3ad7ed91fb2c7b36c07465f4dfbdb91da5c8d216e46df36863888448de0a7bd63e28c6aa701995bf1165e0d7c33c4f724 DIST fastfetch-2.3.4.tar.gz 909105 BLAKE2B 132f88681f9133cdeae8126c4dabf4e8805865fe506a005f938bcda487750a874ab59deebdf2fc348c2a469cf4771fe5916f594a5a408769c1e49fba417ab113 SHA512 fe1e6465380e513e4e75092bc737b23adca4c9dd42de8adb888bad1ce173f1fa9c93e9cbd7b2ca648058503b7cfb72c2ba1d70abf63b8f1497e94ce6eb349524 +DIST fastfetch-2.4.0.tar.gz 913193 BLAKE2B 88df9a8cb641596855cbd539d0be7f9270cd234dc060612ee6c52f5d47b2deb0d95608bdc496c81ac5e0e74c0c403f373fdcf7c17303eebab1f3b32ee0a41270 SHA512 00130ad3825cff039dc9ab3efd9f3431b36357e0ae144148872ab761f8b07a8d95c2413450d000b0181e9424d490ad55e6af928d1b7b2efdc7d5842ead8ab028 diff --git a/app-misc/fastfetch/fastfetch-0.1.9999.ebuild b/app-misc/fastfetch/fastfetch-0.1.9999.ebuild index 950efaa60c13..4af72e9b74c7 100644 --- a/app-misc/fastfetch/fastfetch-0.1.9999.ebuild +++ b/app-misc/fastfetch/fastfetch-0.1.9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake flag-o-matic -DESCRIPTION="Fast system information tool" +DESCRIPTION="Fast neofetch-like system information tool" HOMEPAGE="https://github.com/fastfetch-cli/fastfetch" if [[ ${PV} == *9999 ]]; then inherit git-r3 @@ -15,21 +15,24 @@ if [[ ${PV} == *9999 ]]; then [[ "${EGIT_BRANCH}" == "" ]] && die "Please set a git branch" else SRC_URI="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" fi LICENSE="MIT" SLOT="0" -IUSE="X chafa dbus ddcutil gnome imagemagick networkmanager opencl opengl osmesa pci pulseaudio sqlite vulkan wayland xcb xfce xrandr" +IUSE="X chafa dbus ddcutil drm gnome imagemagick networkmanager opencl opengl osmesa pci pulseaudio sqlite test vulkan wayland xcb xfce xrandr" +RESTRICT="!test? ( test )" # note - qa-vdb will always report errors because fastfetch loads the libs dynamically +# make sure to crank yyjson minimum version to match bundled version RDEPEND=" - dev-libs/yyjson + >=dev-libs/yyjson-0.8.0:= sys-libs/zlib X? ( x11-libs/libX11 ) chafa? ( media-gfx/chafa ) dbus? ( sys-apps/dbus ) ddcutil? ( app-misc/ddcutil:= ) + drm? ( x11-libs/libdrm ) gnome? ( dev-libs/glib gnome-base/dconf @@ -42,7 +45,10 @@ RDEPEND=" pci? ( sys-apps/pciutils ) pulseaudio? ( media-libs/libpulse ) sqlite? ( dev-db/sqlite:3 ) - vulkan? ( media-libs/vulkan-loader ) + vulkan? ( + media-libs/vulkan-loader + sys-apps/pciutils + ) wayland? ( dev-libs/wayland ) xcb? ( x11-libs/libxcb ) xfce? ( xfce-base/xfconf ) @@ -56,8 +62,6 @@ REQUIRED_USE=" chafa? ( imagemagick ) " -PATCHES=( "${FILESDIR}"/${PN}-2.0.0-dont-fetch-yyjson.patch ) - src_configure() { local fastfetch_enable_imagemagick7=no local fastfetch_enable_imagemagick6=no @@ -69,11 +73,13 @@ src_configure() { local mycmakeargs=( -DENABLE_RPM=no -DENABLE_ZLIB=yes + -DENABLE_SYSTEM_YYJSON=yes -DENABLE_CHAFA=$(usex chafa) -DENABLE_DBUS=$(usex dbus) - -DENABLE_DDCUTIL=$(usex ddcutil) -DENABLE_DCONF=$(usex gnome) + -DENABLE_DDCUTIL=$(usex ddcutil) + -DENABLE_DRM=$(usex drm) -DENABLE_EGL=$(usex opengl) -DENABLE_GIO=$(usex gnome) -DENABLE_GLX=$(usex opengl) @@ -92,6 +98,7 @@ src_configure() { -DENABLE_XCB_RANDR=$(usex xcb) -DENABLE_XFCONF=$(usex xfce) -DENABLE_XRANDR=$(usex xrandr) + -DBUILD_TESTS=$(usex test) ) append-cppflags -DNDEBUG diff --git a/app-misc/fastfetch/fastfetch-0.2.9999.ebuild b/app-misc/fastfetch/fastfetch-0.2.9999.ebuild index f7fd71b82868..4af72e9b74c7 100644 --- a/app-misc/fastfetch/fastfetch-0.2.9999.ebuild +++ b/app-misc/fastfetch/fastfetch-0.2.9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake flag-o-matic -DESCRIPTION="Fast system information tool" +DESCRIPTION="Fast neofetch-like system information tool" HOMEPAGE="https://github.com/fastfetch-cli/fastfetch" if [[ ${PV} == *9999 ]]; then inherit git-r3 @@ -15,20 +15,24 @@ if [[ ${PV} == *9999 ]]; then [[ "${EGIT_BRANCH}" == "" ]] && die "Please set a git branch" else SRC_URI="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" fi LICENSE="MIT" SLOT="0" -IUSE="X chafa dbus ddcutil gnome imagemagick networkmanager opencl opengl osmesa pci pulseaudio sqlite vulkan wayland xcb xfce xrandr" +IUSE="X chafa dbus ddcutil drm gnome imagemagick networkmanager opencl opengl osmesa pci pulseaudio sqlite test vulkan wayland xcb xfce xrandr" +RESTRICT="!test? ( test )" # note - qa-vdb will always report errors because fastfetch loads the libs dynamically +# make sure to crank yyjson minimum version to match bundled version RDEPEND=" + >=dev-libs/yyjson-0.8.0:= sys-libs/zlib X? ( x11-libs/libX11 ) chafa? ( media-gfx/chafa ) dbus? ( sys-apps/dbus ) ddcutil? ( app-misc/ddcutil:= ) + drm? ( x11-libs/libdrm ) gnome? ( dev-libs/glib gnome-base/dconf @@ -41,7 +45,10 @@ RDEPEND=" pci? ( sys-apps/pciutils ) pulseaudio? ( media-libs/libpulse ) sqlite? ( dev-db/sqlite:3 ) - vulkan? ( media-libs/vulkan-loader ) + vulkan? ( + media-libs/vulkan-loader + sys-apps/pciutils + ) wayland? ( dev-libs/wayland ) xcb? ( x11-libs/libxcb ) xfce? ( xfce-base/xfconf ) @@ -66,11 +73,13 @@ src_configure() { local mycmakeargs=( -DENABLE_RPM=no -DENABLE_ZLIB=yes + -DENABLE_SYSTEM_YYJSON=yes -DENABLE_CHAFA=$(usex chafa) -DENABLE_DBUS=$(usex dbus) - -DENABLE_DDCUTIL=$(usex ddcutil) -DENABLE_DCONF=$(usex gnome) + -DENABLE_DDCUTIL=$(usex ddcutil) + -DENABLE_DRM=$(usex drm) -DENABLE_EGL=$(usex opengl) -DENABLE_GIO=$(usex gnome) -DENABLE_GLX=$(usex opengl) @@ -89,6 +98,7 @@ src_configure() { -DENABLE_XCB_RANDR=$(usex xcb) -DENABLE_XFCONF=$(usex xfce) -DENABLE_XRANDR=$(usex xrandr) + -DBUILD_TESTS=$(usex test) ) append-cppflags -DNDEBUG diff --git a/app-misc/fastfetch/fastfetch-1.12.2.ebuild b/app-misc/fastfetch/fastfetch-2.4.0.ebuild similarity index 80% rename from app-misc/fastfetch/fastfetch-1.12.2.ebuild rename to app-misc/fastfetch/fastfetch-2.4.0.ebuild index 314070c56831..4af72e9b74c7 100644 --- a/app-misc/fastfetch/fastfetch-1.12.2.ebuild +++ b/app-misc/fastfetch/fastfetch-2.4.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake flag-o-matic -DESCRIPTION="Fast system information tool" +DESCRIPTION="Fast neofetch-like system information tool" HOMEPAGE="https://github.com/fastfetch-cli/fastfetch" if [[ ${PV} == *9999 ]]; then inherit git-r3 @@ -15,19 +15,24 @@ if [[ ${PV} == *9999 ]]; then [[ "${EGIT_BRANCH}" == "" ]] && die "Please set a git branch" else SRC_URI="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~ppc64" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" fi LICENSE="MIT" SLOT="0" -IUSE="X chafa dbus gnome imagemagick networkmanager opencl opengl osmesa pci pulseaudio sqlite vulkan wayland xcb xfce xrandr" +IUSE="X chafa dbus ddcutil drm gnome imagemagick networkmanager opencl opengl osmesa pci pulseaudio sqlite test vulkan wayland xcb xfce xrandr" +RESTRICT="!test? ( test )" # note - qa-vdb will always report errors because fastfetch loads the libs dynamically +# make sure to crank yyjson minimum version to match bundled version RDEPEND=" + >=dev-libs/yyjson-0.8.0:= sys-libs/zlib X? ( x11-libs/libX11 ) chafa? ( media-gfx/chafa ) dbus? ( sys-apps/dbus ) + ddcutil? ( app-misc/ddcutil:= ) + drm? ( x11-libs/libdrm ) gnome? ( dev-libs/glib gnome-base/dconf @@ -40,7 +45,10 @@ RDEPEND=" pci? ( sys-apps/pciutils ) pulseaudio? ( media-libs/libpulse ) sqlite? ( dev-db/sqlite:3 ) - vulkan? ( media-libs/vulkan-loader ) + vulkan? ( + media-libs/vulkan-loader + sys-apps/pciutils + ) wayland? ( dev-libs/wayland ) xcb? ( x11-libs/libxcb ) xfce? ( xfce-base/xfconf ) @@ -63,13 +71,15 @@ src_configure() { fi local mycmakeargs=( - -DENABLE_LIBCJSON=no -DENABLE_RPM=no -DENABLE_ZLIB=yes + -DENABLE_SYSTEM_YYJSON=yes -DENABLE_CHAFA=$(usex chafa) -DENABLE_DBUS=$(usex dbus) -DENABLE_DCONF=$(usex gnome) + -DENABLE_DDCUTIL=$(usex ddcutil) + -DENABLE_DRM=$(usex drm) -DENABLE_EGL=$(usex opengl) -DENABLE_GIO=$(usex gnome) -DENABLE_GLX=$(usex opengl) @@ -88,6 +98,7 @@ src_configure() { -DENABLE_XCB_RANDR=$(usex xcb) -DENABLE_XFCONF=$(usex xfce) -DENABLE_XRANDR=$(usex xrandr) + -DBUILD_TESTS=$(usex test) ) append-cppflags -DNDEBUG diff --git a/app-misc/fastfetch/files/fastfetch-2.0.0-dont-fetch-yyjson.patch b/app-misc/fastfetch/files/fastfetch-2.0.0-dont-fetch-yyjson.patch deleted file mode 100644 index e235cf3a6f00..000000000000 --- a/app-misc/fastfetch/files/fastfetch-2.0.0-dont-fetch-yyjson.patch +++ /dev/null @@ -1,31 +0,0 @@ -fastfetch 2.0.0 tries to fetch yyjson at build time. - -This is not allowed in Gentoo. - ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -36,24 +36,6 @@ - - include(CheckIncludeFile) - --include(FetchContent) --function(ff_fetch_dep package repo tag) -- FetchContent_Declare( -- "${package}" -- GIT_REPOSITORY "${repo}" -- GIT_TAG "${tag}" -- GIT_PROGRESS TRUE -- ) -- FetchContent_GetProperties("${package}") -- if(NOT ${package}_POPULATED) -- message("-- Fetching dependency ${package}@${tag} from ${repo}") -- FetchContent_Populate(${package}) -- add_subdirectory(${${package}_SOURCE_DIR} ${${package}_BINARY_DIR} EXCLUDE_FROM_ALL) -- endif() --endfunction() -- --ff_fetch_dep(yyjson "https://github.com/ibireme/yyjson" "0.7.0") -- - ##################### - # Configure options # - ##################### diff --git a/app-misc/fastfetch/metadata.xml b/app-misc/fastfetch/metadata.xml index 9a686caf5d73..52543767b237 100644 --- a/app-misc/fastfetch/metadata.xml +++ b/app-misc/fastfetch/metadata.xml @@ -12,7 +12,6 @@ Enables text/graphics renderer with media-gfx/chafa Use app-misc/ddcutil to query monitor settings Enables support for X.org's x11-libs/libdrm - Enables OpenCL support Enables offscreen rendering support from media-libs/mesa Enables reading GPU via sys-apps/pciutils Enables reading GPU via media-libs/vulkan-loader diff --git a/app-misc/openrgb/files/OpenRGB-0.5-build-system.patch b/app-misc/openrgb/files/OpenRGB-0.5-build-system.patch deleted file mode 100644 index fe805988af5d..000000000000 --- a/app-misc/openrgb/files/OpenRGB-0.5-build-system.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/OpenRGB.pro b/OpenRGB.pro -index 91e0079..7f279dd 100644 ---- a/OpenRGB.pro -+++ b/OpenRGB.pro -@@ -26,8 +26,5 @@ TEMPLATE = app - win32:BUILDDATE = $$system(date /t) - unix:BUILDDATE = $$system(date -R -d "@${SOURCE_DATE_EPOCH:-$(date +%s)}") --GIT_COMMIT_ID = $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree $$_PRO_FILE_PWD_ rev-parse HEAD) --GIT_COMMIT_DATE = $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree $$_PRO_FILE_PWD_ show -s --format=%ci HEAD) --GIT_BRANCH = $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree $$_PRO_FILE_PWD_ rev-parse --abbrev-ref HEAD) - - DEFINES += \ - VERSION_STRING=\\"\"\"$$VERSION\\"\"\" \ diff --git a/app-misc/openrgb/files/OpenRGB-0.8-includes.patch b/app-misc/openrgb/files/OpenRGB-0.8-includes.patch deleted file mode 100644 index 8ed341b06029..000000000000 --- a/app-misc/openrgb/files/OpenRGB-0.8-includes.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 8c893fba4fcec17e6221f2d754def4aa71b020b8 Mon Sep 17 00:00:00 2001 -From: Sirn Thanabulpong -Date: Wed, 28 Dec 2022 00:49:47 +0900 -Subject: [PATCH] Fix build on musl in Nanoleaf settings - ---- - qt/OpenRGBNanoleafSettingsPage/OpenRGBNanoleafScanningThread.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/qt/OpenRGBNanoleafSettingsPage/OpenRGBNanoleafScanningThread.cpp b/qt/OpenRGBNanoleafSettingsPage/OpenRGBNanoleafScanningThread.cpp -index 1e3c926b3..55ed5fcaa 100644 ---- a/qt/OpenRGBNanoleafSettingsPage/OpenRGBNanoleafScanningThread.cpp -+++ b/qt/OpenRGBNanoleafSettingsPage/OpenRGBNanoleafScanningThread.cpp -@@ -8,6 +8,7 @@ - #else - #include - #include -+#include - #endif - - #include "mdns.h" --- -GitLab - diff --git a/app-misc/openrgb/files/openrgb-0.8-gcc-13.patch b/app-misc/openrgb/files/openrgb-0.8-gcc-13.patch deleted file mode 100644 index 2a78d8f4ab5c..000000000000 --- a/app-misc/openrgb/files/openrgb-0.8-gcc-13.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff --git a/Controllers/ENESMBusController/ENESMBusInterface/ENESMBusInterface_SpectrixS40G.cpp b/Controllers/ENESMBusController/ENESMBusInterface/ENESMBusInterface_SpectrixS40G.cpp -index 2bdc37ad695dfdc870cb912f17fffd54bda2b89b..17080edb896f74c9393049041c25347d38a8a6f5 100644 ---- a/Controllers/ENESMBusController/ENESMBusInterface/ENESMBusInterface_SpectrixS40G.cpp -+++ b/Controllers/ENESMBusController/ENESMBusInterface/ENESMBusInterface_SpectrixS40G.cpp -@@ -10,6 +10,7 @@ - #include "ENESMBusInterface_SpectrixS40G.h" - #include - #include -+#include - - /*---------------------------------------------------------------------*\ - | Functions for submitting NVME admin passthrough command taken from | -diff --git a/Controllers/SteelSeriesController/SteelSeriesMouseController.h b/Controllers/SteelSeriesController/SteelSeriesMouseController.h -index 64df7a1cc0351ccb8f306984c8b554f8eb3dcc6e..a4e561a3504c1def8acdd1921dc3955df7f68271 100644 ---- a/Controllers/SteelSeriesController/SteelSeriesMouseController.h -+++ b/Controllers/SteelSeriesController/SteelSeriesMouseController.h -@@ -10,6 +10,7 @@ - #include - #include - #include "SteelSeriesGeneric.h" -+#include - - #pragma once - -diff --git a/Controllers/SteelSeriesController/SteelSeriesRivalController.cpp b/Controllers/SteelSeriesController/SteelSeriesRivalController.cpp -index 8f0cd4cdb637ea5f474b1caf587dc3c98c5dba89..367e9175b07548845696616aef86920ca2536bb4 100644 ---- a/Controllers/SteelSeriesController/SteelSeriesRivalController.cpp -+++ b/Controllers/SteelSeriesController/SteelSeriesRivalController.cpp -@@ -11,6 +11,7 @@ - #include - #include - #include -+#include - - static void send_usb_msg(hid_device* dev, char * data_pkt, unsigned int size) - { diff --git a/app-misc/rdfind/rdfind-1.6.0.ebuild b/app-misc/rdfind/rdfind-1.6.0.ebuild index e1e1245c15c3..92e8bca75c1f 100644 --- a/app-misc/rdfind/rdfind-1.6.0.ebuild +++ b/app-misc/rdfind/rdfind-1.6.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://rdfind.pauldreik.se/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~m68k ~mips ppc ~riscv ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~m68k ~mips ppc ~riscv ~s390 sparc x86" RDEPEND="dev-libs/nettle:=" DEPEND="${RDEPEND}" diff --git a/app-mobilephone/Manifest.gz b/app-mobilephone/Manifest.gz index 54652a0ad370..d5d3500bfc7b 100644 Binary files a/app-mobilephone/Manifest.gz and b/app-mobilephone/Manifest.gz differ diff --git a/app-mobilephone/scrcpy/metadata.xml b/app-mobilephone/scrcpy/metadata.xml index 6d3156f41a83..b3504f704818 100644 --- a/app-mobilephone/scrcpy/metadata.xml +++ b/app-mobilephone/scrcpy/metadata.xml @@ -5,9 +5,6 @@ voyageur@gentoo.org Bernard Cafarelli - - Build with Link Time Optimization (LTO) - Genymobile/scrcpy diff --git a/app-pda/Manifest.gz b/app-pda/Manifest.gz index e7cb0bed60fe..a81ec3b7d349 100644 Binary files a/app-pda/Manifest.gz and b/app-pda/Manifest.gz differ diff --git a/app-pda/libplist/files/libplist-2.3.0-configure-c99.patch b/app-pda/libplist/files/libplist-2.3.0-configure-c99.patch new file mode 100644 index 000000000000..dfe3714c46e2 --- /dev/null +++ b/app-pda/libplist/files/libplist-2.3.0-configure-c99.patch @@ -0,0 +1,22 @@ +https://github.com/libimobiledevice/libplist/commit/b3cf5bec39de69bf06c7813689f03cbe58f45ca9 + +From b3cf5bec39de69bf06c7813689f03cbe58f45ca9 Mon Sep 17 00:00:00 2001 +From: Florian Weimer +Date: Mon, 18 Dec 2023 11:14:40 +0100 +Subject: [PATCH] configure: Use string for tm_zone assignment + +This matches what the actual sources do. Clang 16 and GCC 14 +no longer support converting ints to pointers implicitly, so the +configure probe always fails with these compilers. +--- a/configure.ac ++++ b/configure.ac +@@ -129,7 +129,7 @@ AC_CACHE_CHECK(for tm_zone in struct tm, ac_cv_struct_tm_zone, + #include + ], [ + struct tm tm; +- tm.tm_zone = 1; ++ tm.tm_zone = (char*)"UTC"; + ])], + [ac_cv_struct_tm_zone=yes], + [ac_cv_struct_tm_zone=no] + diff --git a/app-pda/libplist/libplist-2.3.0-r2.ebuild b/app-pda/libplist/libplist-2.3.0-r2.ebuild new file mode 100644 index 000000000000..bd04f215b8c2 --- /dev/null +++ b/app-pda/libplist/libplist-2.3.0-r2.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="Support library to deal with Apple Property Lists (Binary & XML)" +HOMEPAGE="https://www.libimobiledevice.org/" +SRC_URI="https://cgit.libimobiledevice.org/${PN}.git/snapshot/${P}.tar.bz2" + +LICENSE="GPL-2+ LGPL-2.1+" +SLOT="0/4" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" + +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +DOCS=( AUTHORS NEWS README.md ) + +PATCHES=( + "${FILESDIR}"/${PN}-2.2.0-pkgconfig-lib.patch + "${FILESDIR}"/${PN}-2.3.0-test-rename.patch + "${FILESDIR}"/${PN}-2.3.0-configure-c99.patch +) + +src_prepare() { + default + RELEASE_VERSION=${PV} eautoreconf +} + +src_configure() { + local myeconfargs=( + --disable-static + --without-cython + ) + econf "${myeconfargs[@]}" +} + +src_install() { + emake DESTDIR="${D}" install + einstalldocs + find "${ED}" -name '*.la' -delete || die + + # bugs #733082, #915375 + dosym ./libplist-2.0.pc /usr/$(get_libdir)/pkgconfig/libplist.pc + dosym ./libplist++-2.0.pc /usr/$(get_libdir)/pkgconfig/libplist++.pc + dosym ./libplist++-2.0.so.4.3.0 /usr/$(get_libdir)/libplist++.so + dosym ./libplist-2.0.so.4.3.0 /usr/$(get_libdir)/libplist.so +} diff --git a/app-portage/Manifest.gz b/app-portage/Manifest.gz index 6d6180591f73..b687b11a66cc 100644 Binary files a/app-portage/Manifest.gz and b/app-portage/Manifest.gz differ diff --git a/app-portage/pfl/Manifest b/app-portage/pfl/Manifest index 8723c3e66a43..679852ffa3d0 100644 --- a/app-portage/pfl/Manifest +++ b/app-portage/pfl/Manifest @@ -1 +1,2 @@ DIST pfl-3.2.1.tar.gz 5655 BLAKE2B 1ebfccca48ac090c6467cfd7a63a488a72e723f8f31d9eb5e8494b74666e20f9e4372fed829e0114295210a76ec9debc9fdd5236340a7740eb1ccfbbc5aaa48b SHA512 967ebe2baed50cd1ed0549d000e2bb240e55c0988d74e492f114fe16b328978ad062606e568dcbe65bcb78738388b1447c823bd1fa31a979d10a4be7a5c7984a +DIST pfl-3.3.1.tar.gz 17810 BLAKE2B 29f180be8b8ca65830da72c191fa38088cdd542340e34f144e8be307deff6689dab9e7abbf1ef6be44fefc95d9c1033d9f6a0a4d423eaa5c9ec29bd9f54ec7a8 SHA512 238933674650ef116c897162894141cbf7c3c1d029453b9226fb0d65138706f89f9a737e44ca7e85a50d7996c1680eb66e5c4357cfcbbb01a29a67398201bda9 diff --git a/app-portage/pfl/pfl-3.3.1.ebuild b/app-portage/pfl/pfl-3.3.1.ebuild new file mode 100644 index 000000000000..a209f77e6ae3 --- /dev/null +++ b/app-portage/pfl/pfl-3.3.1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_REQ_USE="xml(+)" + +inherit distutils-r1 systemd + +DESCRIPTION="Searchable online file/package database for Gentoo" +HOMEPAGE="https://www.portagefilelist.de https://github.com/portagefilelist/client" +SRC_URI="https://github.com/portagefilelist/client/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +IUSE="+network-cron" + +RDEPEND=" + dev-python/requests[${PYTHON_USEDEP}] + dev-python/termcolor[${PYTHON_USEDEP}] + sys-apps/portage[${PYTHON_USEDEP}] + network-cron? ( sys-apps/util-linux[caps] ) +" + +S="${WORKDIR}/client-${PV}" + +python_install_all() { + if use network-cron ; then + exeinto /etc/cron.weekly + doexe cron/pfl + fi + + systemd_dounit systemd/pfl.{service,timer} + + keepdir /var/lib/${PN} + + distutils-r1_python_install_all +} + +pkg_postinst() { + if [[ ! -e "${EROOT}/var/lib/${PN}/pfl.info" ]]; then + touch "${EROOT}/var/lib/${PN}/pfl.info" || die + fi + chown -R portage:portage "${EROOT}/var/lib/${PN}" || die + chmod 775 "${EROOT}/var/lib/${PN}" || die +} diff --git a/app-text/Manifest.gz b/app-text/Manifest.gz index 4fc45005931f..75238a97f744 100644 Binary files a/app-text/Manifest.gz and b/app-text/Manifest.gz differ diff --git a/app-text/calibre/metadata.xml b/app-text/calibre/metadata.xml index 297825fe5afc..e1fd0dd61794 100644 --- a/app-text/calibre/metadata.xml +++ b/app-text/calibre/metadata.xml @@ -14,7 +14,6 @@ Enable font subsetting support - Enable text-to-speech support Use a system copy of mathjax Enable support for comic books compressed with the non-free Rar format diff --git a/app-text/crengine-ng/metadata.xml b/app-text/crengine-ng/metadata.xml index 6e310c98f9eb..8fec2108c8d1 100644 --- a/app-text/crengine-ng/metadata.xml +++ b/app-text/crengine-ng/metadata.xml @@ -20,7 +20,6 @@ Use dev-libs/libunibreak for hyphenation Support bidirectional text by dev-libs/fribidi Use dev-libs/libutf8proc for manipulating unicode strings - Use link time optimization coolreader-ng/crengine-ng diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-10.02.1.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-10.02.1.ebuild index b86e425d5932..8763b8737e27 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-10.02.1.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-10.02.1.ebuild @@ -23,7 +23,7 @@ fi 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/kjots/metadata.xml b/app-text/kjots/metadata.xml index fa80953797d0..d925f2439758 100644 --- a/app-text/kjots/metadata.xml +++ b/app-text/kjots/metadata.xml @@ -8,7 +8,4 @@ https://bugs.kde.org/ - - Enable text-to-speech support - diff --git a/app-text/paper-clip/paper-clip-9999.ebuild b/app-text/paper-clip/paper-clip-9999.ebuild index 2dc0892a58ef..3d5055cd6861 100644 --- a/app-text/paper-clip/paper-clip-9999.ebuild +++ b/app-text/paper-clip/paper-clip-9999.ebuild @@ -10,19 +10,21 @@ inherit gnome2-utils meson vala xdg DESCRIPTION="Edit the title, author, keywords and more details of PDF documents" HOMEPAGE="https://github.com/Diego-Ivan/Paper-Clip/" -if [[ ${PV} == *9999* ]] ; then +if [[ "${PV}" == *9999* ]] ; then inherit git-r3 + EGIT_REPO_URI="https://github.com/Diego-Ivan/${REAL_PN}.git" else SRC_URI="https://github.com/Diego-Ivan/${REAL_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${REAL_PN}-${PV}" + KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-3+" SLOT="0" -RESTRICT="test" # Only validations, appdata one fails. +RESTRICT="test" # Only validations, the appdata one fails. RDEPEND=" app-text/poppler:=[cairo,introspection] @@ -53,9 +55,9 @@ src_install() { einstalldocs # Symlink "pdf-metadata-editor" (old name?) to "${PN}" - dosym -r /usr/bin/pdf-metadata-editor /usr/bin/${PN} + dosym -r /usr/bin/pdf-metadata-editor "/usr/bin/${PN}" - mv "${ED}"/usr/share/appdata "${ED}"/usr/share/metainfo || die + mv "${ED}/usr/share/appdata" "${ED}/usr/share/metainfo" || die } pkg_postinst() { diff --git a/app-text/rpl/rpl-1.15.5.ebuild b/app-text/rpl/rpl-1.15.5.ebuild index 94f430f1934e..996457e48869 100644 --- a/app-text/rpl/rpl-1.15.5.ebuild +++ b/app-text/rpl/rpl-1.15.5.ebuild @@ -17,6 +17,8 @@ SRC_URI=" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" +IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]" BDEPEND=" @@ -24,6 +26,7 @@ BDEPEND=" dev-python/argparse-manpage[${PYTHON_USEDEP}] dev-python/regex[${PYTHON_USEDEP}] dev-python/chainstream[${PYTHON_USEDEP}] + test? ( dev-python/pytest-datafiles[${PYTHON_USEDEP}] ) " distutils_enable_tests pytest diff --git a/dev-cpp/Manifest.gz b/dev-cpp/Manifest.gz index 0c8e031d132a..3abf2b33310d 100644 Binary files a/dev-cpp/Manifest.gz and b/dev-cpp/Manifest.gz differ diff --git a/dev-cpp/benchmark/metadata.xml b/dev-cpp/benchmark/metadata.xml index 1a6a996e42c9..ac75eeab418b 100644 --- a/dev-cpp/benchmark/metadata.xml +++ b/dev-cpp/benchmark/metadata.xml @@ -10,7 +10,4 @@ https://github.com/google/benchmark/tree/master/docs/ google/benchmark - - Optimize the build using Link Time Optimization (LTO) - diff --git a/dev-cpp/magic_enum/Manifest b/dev-cpp/magic_enum/Manifest index f363ac357209..8e0a5a0188ca 100644 --- a/dev-cpp/magic_enum/Manifest +++ b/dev-cpp/magic_enum/Manifest @@ -1 +1,2 @@ DIST magic_enum-0.8.2.tar.gz 171915 BLAKE2B e8915aa7cafa9407d5d4ab3b6837fafde6b1cb75877c8b56f82568e6291ca317720950947b2dfc7e12ca459279ba4e809a8c5782fc04adc2d7636eddcb80122d SHA512 849c426484156faf91dde3f32f6c755c7698879b16dd83e13fb86b299b53ec9bbe4d55267581386302c8acb93d80ec044cc248371fdc8608cdd8f4ab12099f0a +DIST magic_enum-0.9.5.tar.gz 198269 BLAKE2B c3c6bbf6c5d366813dac7df5fbfc48f414cf4235d842ef3a5a2fd8f2c2857e55243b7fbf7000d598e778fc8d2d54c7d6e34f8a97fa2eaf510572bf53f17500a6 SHA512 f1b412d15e0ef624b4588adba00a18ed12eeb1f0dabc021d53a7c047b8976ecb07701b76040f47c77c75e00151619dbce1f9a75f471db04340156a39044768f3 diff --git a/dev-cpp/magic_enum/magic_enum-0.9.5.ebuild b/dev-cpp/magic_enum/magic_enum-0.9.5.ebuild new file mode 100644 index 000000000000..a4d3bc5dd2ea --- /dev/null +++ b/dev-cpp/magic_enum/magic_enum-0.9.5.ebuild @@ -0,0 +1,27 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# As of 0.8.2, it has meson, but only for subproject use(?) +# Doesn't install anything. +inherit cmake + +DESCRIPTION="Static reflection for enums in header-only C++" +HOMEPAGE="https://github.com/Neargye/magic_enum" +SRC_URI="https://github.com/Neargye/magic_enum/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +src_configure() { + local mycmakeargs=( + -DMAGIC_ENUM_OPT_BUILD_TESTS=$(usex test) + -DMAGIC_ENUM_OPT_INSTALL=ON + ) + + cmake_src_configure +} diff --git a/dev-db/Manifest.gz b/dev-db/Manifest.gz index 1cf82d997cbf..2d125170531f 100644 Binary files a/dev-db/Manifest.gz and b/dev-db/Manifest.gz differ diff --git a/dev-db/influxdb/Manifest b/dev-db/influxdb/Manifest index f62564780a2b..747e0c19b0f5 100644 --- a/dev-db/influxdb/Manifest +++ b/dev-db/influxdb/Manifest @@ -1,154 +1,188 @@ DIST adler32-1.2.0.crate 6411 BLAKE2B 51d44ccfd774158687b8244e83377e40ff896364e3d41e9015665131cc2a176d4ca0ab5a84df027dec0869ee735ee36f5687a06c1d2341de666070cdbab89483 SHA512 8ed72612fb78e213fc92963fdae0508ef26988656c939e6c9cddccbe2658d4a956a8ae934d9658262a8b2687dc446b3f1ee7614128b440487c81e606526dfda3 DIST ahash-0.7.6.crate 38030 BLAKE2B aca3661477fcd7822d6d10970151e05c28e1615f8cd7ddaac064b15102027e404b19b0f3f16dd76145048594ea1c22ae27dd08cc05c411efbae9ec7a1ef55ce9 SHA512 61354688b6fb096359faefb6f34be958cd2215d56b88c22c737d24183eaad433f811bc9e64f927e4852c87d2799c22fda82b55cfbef2ed6357ff74f0c4ffec68 -DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f SHA512 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00 -DIST ansi_term-0.11.0.crate 17087 BLAKE2B 9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4 SHA512 a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa +DIST aho-corasick-0.7.20.crate 111440 BLAKE2B 3f5d54fea2793ce1c2c4d5b3049b910f45a5721e7538cb2557df63dc3069ab3f6b66aceb5e9a48f21c43ae29778fd045428ea103b2a6de81659e605e30e64ca6 SHA512 ad31f3d1b3fe41e593d4ca7e721bbad62936f2e6a17fd1e0997353edb6fc906d1bef2b79f0ac7c7676abe637bbabb23ff22059947be379a2441011f8178983c5 +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 anyhow-1.0.56.crate 44780 BLAKE2B 142a2c02e51dc6fa2709d349881aea404b14dbdfa379ddd6a99672df4977dcca0658897c9e9881e291fb56f5b522cf2a0e2da12afb7038d0929d05f436ff68a9 SHA512 9dc8233b87f8229676ad08903cc1507370588d63702c10bff3426d00ce10754744477d5ba3396c94e7128eeef12c647f8f042de8cc6d1943c2882785ac7ebab5 +DIST anyhow-1.0.70.crate 43803 BLAKE2B 574da0e447592c12051deef171850b00ac2347dd336f71915dd21f45cc03439fbcdbaffe261097d53cc11fa0db75b1e3b21ba667f26c08db7125b1c6264973de SHA512 6fd1338e4cbe915cb01fcc5e05e7e0c051868701eeb27f03577a7cfdd59057493922b36e2308f7050608a851112d4d24cff2826456160ac8930fe961640e809b DIST arrayvec-0.5.2.crate 27838 BLAKE2B 51e2eacae0ef148f3f52d21ae00794e540e7ce4c013fb496dd1347ad91ffbbca199381fffbb064225f829216f6c5e915edfa64833f91fabdd13c3f011d86491f SHA512 1896b5f64b4dbdcff8ad234bda4ea8129bcacf87839347304717e94ee9f369cf5f4371755e453ff7d72817edb8f7fdbc726d77cc4f28ed05148dc89c7714b004 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.1.0.crate 13272 BLAKE2B 7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203 SHA512 df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f DIST bitflags-1.3.2.crate 23021 BLAKE2B eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda SHA512 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 -DIST bstr-0.2.17.crate 330350 BLAKE2B 90c3a48d78b73d7e36a3da9fda0beae6e91ce534d17198ea8ceee0b613d03297f9dd8bca30e1ec5da01d1da359a1da72b2c2771b77c82bebab5006cafd665192 SHA512 883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2 +DIST bitflags-2.0.2.crate 32293 BLAKE2B 4ff74b5abae1159bab45fa46c6782c241335186c9df07a0a419800c8d9aced0454e27d62027c61d1b4fbef3f29090508cb4955e085cf4a25bd9b21ce0a8a2e51 SHA512 4581eb84133135267f8b5f1ccedd8a921d1d6ac3189e079f3d77bf78f3074008a0330e17a9fc6249b3e1db787e5a73526ad59b8bb2e1fb3a31c4bbd861460353 DIST bumpalo-3.12.0.crate 81604 BLAKE2B 2370094f0c23a3e9b75c8e523e54637189543d9df90ae7ddc349d316054d3d1abd1319e51cf1578f1630be0673fd7f65d130469b2729aa32617372e8bc5dd5f7 SHA512 37f2228f251340e82c27f2b34da2af6eb520077b3809331547cbe4887c0b4791b1a7d75a017decccef162cd02a088d504214b7a44b484a7d93eb6a278b329ee4 -DIST cast-0.2.7.crate 11222 BLAKE2B 8a09b6493d68b08539b38fef39ac3abae829c8b899d5243bda3c3d8acada44f4c57416e3247c82a9a4b82180d7f96c96f048b8cdbf21a8fc184ca6957b237ad9 SHA512 24d204acf21366e088f721714c48bb6431895882263ef3a08f6644abbca5c06f430729fa8bbb4c9f37c95a6baa1b824d3fad95c5f0889e92587490d51bebb4d6 +DIST cast-0.3.0.crate 11452 BLAKE2B fe6edddd0589fa436cda32342d7beaabe4003afdbdf1d7c5db7e8748adf23b1b2cdcdd286235837c735d2143f29e692c152a5d56fb0458a54961e4dea303b2cb SHA512 4a3e19bc1e9e5ecc03aaef9bcdce01624ac0e6858c065fa1c41693db0ac172b9735ce872064561347cd9e79f00a274129011f6e4ccf9e61d960c8bb684b6d396 +DIST cc-1.0.79.crate 62624 BLAKE2B b3cbed3bd6fcac1c6ea258ec96cd107f859947a35dc89c3dc8f314741b0f668e61518f896ec32ce10c9a7eb20dd350bc177a71810d53ebea59fda062ed9d27db SHA512 cbf0a25f3a23fc540e9d638fabc23f761f1c240ebb4814e761e90437d71fc559cd155768ab9e78fc192220d8a605c66c3af342ed736b719181656170b98d7bf5 DIST cfg-if-1.0.0.crate 7934 BLAKE2B e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b SHA512 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff -DIST chrono-0.4.19.crate 155663 BLAKE2B c92c273fb6475bbb2546dfb75eaa23321bc8f9a5fa8a7c652f527649b96ff8718fa932f52b500b02a4acae7837df5bdb14f69cb821d4962be2790dbd1d023a54 SHA512 a119349bfc2243a249f1d18b1ae548a04b30fecb75913a56f26d1ff8c0eb53097a2674d9141e2094018191cbbc1620843fbddaf52999824e077c1157f0907980 -DIST clap-2.33.3.crate 201925 BLAKE2B bec9c866481c5b3fddeb314f68af9bce38fc421e42816182de3209e8ea3447b72cf033e6251eea27fe974eff8085b7d98cdd2911b5cc0ec6b4bf4c750deb8a25 SHA512 3eb0fd648e2e3f9e5ff69a5e6cf0d867304fe18523accd036f28a86de368e4774088a6936c108ccc045092c539fe7f7494ea96420ebf6b4bec16880cea84bedf +DIST chrono-0.4.24.crate 191330 BLAKE2B 492a5f1a458db9d6eaf244ac6ee750fee5b4e2586b7c675f87f2515143080774f13f9c163bcfc84b08ec70b90c7fab2ffa438f9b2b8b4ec1e691fbf9a104ad50 SHA512 1a9121870aa4d76448a1b118a2e135a145a55c7784c4f5a4f25732f8597b8655f32cbce174bdd65c2dc7b17dcc3a608454d0e3dc29b86338e42a839f8be1e4fd +DIST clap-2.34.0.crate 202210 BLAKE2B f383adf1d757ac4b68995132b33837686ce451f85a02a8d05d2c746da398510d05d46330f3efade063c3952aacb1754cdac73dd0afcae0df5340a89f9353aa1c SHA512 c648a761b9996a7e7464a538bb53621bae22090b846a42c3b729beca3363958ae67e3da9f93f58b10a10e043cadf7ff930388680d168646178c2824177832db8 DIST codespan-reporting-0.11.1.crate 48963 BLAKE2B 39deb717a853ffbe3585e20a67fd7a75b62e2d796a66b5004876501fd7476acde9f126804f2ef6220ebab66821a3ccf058d544d689a2705eae44285f34b510cb SHA512 0869789f5c50d3523d3ee16a8fe64756498a13704efbe82bb0845eaa87c7b6b1d075b3b6b80567cd9fce6cb09c5179e9c07e485fd17ce56c8139ade0f8bc6844 DIST colored-2.0.0.crate 21619 BLAKE2B 5abcc05a95cd74a106c4e4f3c9b1722a7a9493c7d16c2d73f2a116d1d0d20f93d00c414a19871930e6286aa60cdcb0f4f4411ae059e7e76b7632cfca3a55ebe9 SHA512 c9ee830c1e8a32372ab8c7ce569701deaa6533fa369fc1b4c04bed57b1e686ed775fc76c3d9815ad21ee69cfc7c30d645abcbacad39081c7e37ff83ebb6d9e8a -DIST crc32fast-1.2.1.crate 38172 BLAKE2B 80801a345f4c5ed8a5fd335bbf672eac1733a1c2b333dc8a8e0254338148ce7b34402201a8d2d7434dd1b057f33d99d3a8f02610ea50b54115d80bb8da28b2b0 SHA512 4c04236bb15a5c63b712c62652777917e947823abb20a0d0b372c850ec1c8695faa414e8de73904f1f1a296d7b00a6206cde8da404cf4cdaa2e8408e64b62b5e -DIST criterion-0.3.5.crate 110662 BLAKE2B deac65befe648cabfca827b8c37a57a0c48ba1edf34b6e32799117dba9147eceee91b652244b2eb5523c88d8521ae3800d05fbec13b3b3548eabdb13a56f2763 SHA512 ad5d0cf9270c3be5d76c87ada41198d0fbdcdd9831f092ae7179b57e16df153d2aebc0bb70ad7b6fc98966240a902ed5f6fc7adf044be0420bbaa95b951e5be1 -DIST criterion-plot-0.4.4.crate 22546 BLAKE2B ab1326f804cbfbedcb415baadfee2d11b4a67544856fd94dae0f3f3a9bfe46550d23a29a0c8a3a84da6e18565dfb330580aaddfd69a42284499a36b2ae596fef SHA512 4f8fdfdf4ed5e1c410b8e133b36bf9add3d86d56bb23d75d37d92b1095b81850915209c7e4d19fd6aec7cf1b1270a9b968b8e37adc491cfc76b6df71c4619943 -DIST crossbeam-channel-0.5.1.crate 86919 BLAKE2B b223d0dcacbb09850d457825cb2a018494d798d0000a20eed3f54b1152e41ebca4698e7d50e81f467b86543779155ad08566da9496eee36aa06644b69cf5d7eb SHA512 f15aff67e9105584f5fe41e1ee650ae4fdd0d0ca0fa9202ee83c6f6025398a300decaa50d1b4682e8afb9bd6e11e95b69bcf23f68ae117419aa84df14ee7747b -DIST crossbeam-deque-0.8.1.crate 20852 BLAKE2B 0e7a2616b82c5e501c0f74935adfea3ee09db5475408be83db8f1b6faab4cd5509de2e029bdf6df90435e474ef91f3fc8d482ce3a72966b2a3bec5967666bdc4 SHA512 44a4fe1d4ab7457e2b0950be787b76b15e1bb0b1c108d032381ce3fe99bf7bf76f3d1718085660083d813e2639e66fdd3635d9186e85a9eb7267063b117eaca4 -DIST crossbeam-epoch-0.9.5.crate 43883 BLAKE2B c0ee0879c583bd1051b63d29eccac37ceb9f9446ee8cb64756b2e3d95a30c5c11bc79d9d460be4ef4b62513049e28900a96085031f805d064e81b5eae4bc297a SHA512 ad822e967e5ef45fa0c4a939f057f44146f1f051032fd032355a75c0f45ae4e0a55e1d31c80bc67c01ff8d9c87a51aba7ccfe9a440f061fd8225c879aa663064 -DIST crossbeam-utils-0.8.8.crate 39681 BLAKE2B 2b3e64bfcaa044a9351c1cc8e9ea53fd68fd0bb9875ae523e0cd309a85ad23b340267bdb742d363b5d99fc065ed74f6cbb3ad1e33dec7d14d99ec458875e7e10 SHA512 ab960afdb82863160a3fa1c21c64b35b3112725bd72fc8e0724175937f4b23d0628253032229501938cd86a8e406a59c06cb44e8bdf34619de781a84ebb46ea0 -DIST csv-1.1.6.crate 886999 BLAKE2B b178d0419af671df570f37a4d054391bc883085b0cd3949de5e967aa4ca323fdadfd8c5d91eef1e8882ec112a1111cf255756eace3c7421e455ea2b6e01cb600 SHA512 81dd826f0ee85e7d335d844e9f9b4d2b66f7076c517d8050ee2e35721bfa4ecb8a906dcd9671b1c5381a968dcce0949202f1afe8eea535b6d215363d4f5be6fc +DIST core-foundation-sys-0.8.4.crate 17725 BLAKE2B 8afe47838dc91c8848c0d6a96a604149e5f0762228dbc10c17b85e4e9cd2c3928712bd0b28e1071f5fd6fd76d4ef972cb86c6c929246fb6e84577776933a8ac7 SHA512 15da472316d6decc213e4e5f08ecd22a108ebefe427b890741de4f9199614f19123e64329da76de5e8b4c9ff74ffc31738fd929acc1460fc757b4aa1fd3fdbb6 +DIST crc32fast-1.3.2.crate 38661 BLAKE2B ce3762b03d24d5367d89738991c060f4b3af7840e0a7ac7fc17d01ed438caf964bbaefad0fc4d0c438dafa5a578429ddd353c71197f8b54b1ec441395f2f7ee0 SHA512 a683943e252afdb1b9d626a07533ed11cf7a63af603c19640056c5d2b9c884ad9aff33ac54c0853ffca2f6cf94b0730eae6c05abf3e53e55e709d180c8152357 +DIST criterion-0.3.6.crate 110967 BLAKE2B 7e6d86da0c218145505c467680968758641dfffe55ed6570d5ad0ee23115d484db45aebd5a0efa248f22e60cb8923b0671f51860f867fce74132fca90a3a843b SHA512 282d8d110b8ae2c4f96503ee9d5080cd40acb4bd5ceb317f9a0acf098f2a67c61a99fe3c9796424a74181910840411362b8cf5c53e5665b078483c50935dbdcc +DIST criterion-plot-0.4.5.crate 22721 BLAKE2B 81118b04d9715fdef79a120d98ea85cc2c2b6b49ef44b28cd5c9984762dc400da37c7681b52a8a185e6208574c4a5b74b7de9e3db0223757258a8dd4b2214a3c SHA512 0e06a230d00471b7274375d37c8454d0e000ba513348463407083423151df930831c8c99a943a3d1e42155f98e09687e26d53bea7ca3f640171e055cce32ec83 +DIST crossbeam-channel-0.5.7.crate 90257 BLAKE2B ac8d47df391d64e05f2eac2df7113d9038d53639d963cd45109c2de71a1b32c9f687052d5fa88533271ea3569519627729fae1e092d2491d2b66bc38e21e176f SHA512 70d605a224db1a4e2217280cd2269a954781bb21a0dc5b0b08a5a83794daf1c941181f271c6a8347f72321ca2119dc562ee016fdc18104d5d3327a82b412e9fc +DIST crossbeam-deque-0.8.3.crate 21746 BLAKE2B c24025c65d7c1c98e442af95491749dd4f777af0509636ed66886dcf656359ec50dc2a5e26327559c6659f6b355d2b0b992dafa691a36571c99637cb47372d0f SHA512 f3201c9afef7d2d119702696f7e5e7997a104b8f7d67c7adebd1cbed84d3a3415636ff674f1ccdfd95d0dc162384e46c6138c8203ede69577b0d5359a4b44672 +DIST crossbeam-epoch-0.9.14.crate 48524 BLAKE2B 439eec7e5e0364af0fe0a34ffc9354ae289798ffa7480bc656d4a610101e1ef2d5f484d84f82c87f961bd622434c36adfb7a87f7fbd2c71077b732cc7cc765ad SHA512 543cb60cff7c0823733f6ace191b137a04025a2b40fe4fea5eb273772009627fb705aecf742bc59e01367d4c15a14aca73aa2caf7f4b509f4b25947e14fd1e19 +DIST crossbeam-utils-0.8.15.crate 42326 BLAKE2B 23e6bd2a6535c6fccf7b7d17487fdd4095c92a3f3ae383a72dd6d90c1c49c2ec8d96dc01a94c7127b2681bfaef843585b3ae8665ecbc43b2e7db8434e31c6c8b SHA512 adb9ce1886396bc637299cb8122d102bcc9e561f25d67ef73e98c9ed8a8b13b78bc0f5bbacab19d015e1a7690bc0201f08b3d8e82393ec347e7f2933eb622533 +DIST csv-1.2.1.crate 887936 BLAKE2B bd58776a653f51c0c0ae57a1f7082c58b0447d5874bf91e40bc9d66558200c1447dee368f710ab99a9434df319ec53cf15dc90a470ccbd439a823dd9ef83b4ee SHA512 015d6990fc68a992a980695bc21dbd4ac00b6fbe277568981dcaa3e7edcae4429979c870fcd79b883114d1a5a55f66584f3cd5c27d3886453b4a70577cbf37c8 DIST csv-core-0.1.10.crate 25668 BLAKE2B 8e9a56c26e75f4c4c9e90a21cc30c60cc3fff17515ac93bc858e8ec45e130df2ecabafa7c513b2d2815269fbbd98c418269dfb1bf1425d2fd32fe46823cee6c8 SHA512 2a269d050fbe5d9e0f5dcda2de1e84bfeb69538dde86040ad1ec7307a214eed813a1482acb5029a51f18126d384d5238355e021964e47811db971a0821bcc328 -DIST ctor-0.1.21.crate 9303 BLAKE2B 8feeaacd3d870b721ecfed7c8df60a27005de1f2a099eef816bd6df2d7b07dbfa00badeef44027398ff4505871a69814d7d4ec90b07d36e371099e4d0aebfae6 SHA512 18a914f5bd55172e5ff199778babad9a20dd4214f36f24cc00531db5e169af66f77eacab425e8e64d053907366ebd3b448a0c3275ee1f8244822778b62c4cb71 +DIST ctor-0.1.26.crate 10803 BLAKE2B 93627949b92651243b7a763d3d45a22fafcf2147a30661c4cc017e222bfc2bc12b4071054e3079adc431fc8a5dd8b86a8d11c53c401be6db846a3d0d2076b9b5 SHA512 3a3d60c976ec02a9edfe04470af4b04b02601c48e2a007393cedfef5c13e22bca58630e9e885e635a71aabc3e0ad8fb70995876551cdbc6a31029d8d2bc2e86d +DIST cxx-1.0.94.crate 196058 BLAKE2B f504685292650a076c3689540cbb5906721fcba1cda0391e855d75b9b1270249805986b501291d91c947c124ba8affa1659e43e040bb264d3ab3aa23b98d9718 SHA512 fb66c3d53dfa1fdfe8fa31ffb6ffe0f53fc87d5f56038b5d2f588fc56668f96954e75db1fc7304d183ebae2735f0c7297b396936d588242556f40557854f22be +DIST cxx-build-1.0.94.crate 84842 BLAKE2B 39b8a11b925244410ac2dca3be5a27576ea67f5386588e768d9ac1041336170834c7c2d0cd0a61b3e6eadea4d6364e98bf4dca64204126ef815235a17f1edef3 SHA512 4e2b7ccb8ca2ba35d14fda222595528d3e7abf6b4bf5b8e23f19f9668377103808151ddf63bc1c5f725fa362dc3f33a827b026edab176cc99a36e0f890c13adf +DIST cxxbridge-flags-1.0.94.crate 5253 BLAKE2B f7746ca703e95f8b6197655aae08b88509132b89d035c62420e3d0cc4857687171063e2da69a787938188dc5e40fccd2b50713ed929f3f097efbc5b5956b5263 SHA512 9d577cf6bd2afa2301e8c227f201c138a379457624833c3cad4e75c7ed046544b363ac4bd0f7a1a2142ab1c9d879b56ccfd681a3962be917099db5ee4c63fb02 +DIST cxxbridge-macro-1.0.94.crate 59873 BLAKE2B 9a29a2818cdd6047b49002c10542e2d04702ceb41823a12e27b151bcc524a05377390c65164e53062630d7ad9f849ec71070118de5eb348c98072e301dbd1416 SHA512 59120f8d0f498539a16921d18e0e53a745f4ee58f4ed40465b13722188d28975820adc3c632a4592c6813771056fe084674daee6c56940e50f6e9c492c4fd90d DIST derivative-2.2.0.crate 48076 BLAKE2B 56d27e27493c3b818ad45703efda607a0a0d9a48b0d43785b6a013443b8b964b67bb5b5284d242358415c5fb81b86b02079ee7c0595ec07bc658240eb114b887 SHA512 3c65ecdabd2dc202be3d83b06f96b6f68504fe542ede7e2285093c6d360a33ec76a3787c436c6e5ff8f59d430436a4b8ce2f908cf7b2b08cd8b0045de4e5d1da DIST derive_more-0.99.17.crate 55771 BLAKE2B b290bfbf06119018206be0f8ad4c92508be4cbc443f1a937c38961e207fc3f433d8a87b2b5a17e72aa1735520799540557d9dd9e49e26b8eb7cc80289afd44bd SHA512 0bb5a94e56d35a17ff4deed61c437ba75c9063694032ba98b58be1b072d33f2fb170d51bd262a17ff1beed2110b334528de75d5315ac627202ccb13d8c490baf -DIST diff-0.1.12.crate 10223 BLAKE2B 369f305661f1da31207f3801ed1841dbce12451ac9c3e9d3736f7158ece433af9b2e42c29063e5d93bb86b1d300e503caa9c3ce7dd0b25553f91d72a9eea5298 SHA512 0e81331c0424e9369963e23894a6412b65a3ed4f3154ccc184fc84cf1c5985b81c586a6b34e8c6c0e5c3afba38fb15277cfd89e7f50c85bd5d8d4d24ba670d16 -DIST dissimilar-1.0.3.crate 28403 BLAKE2B 79f9f6b2cd754c1fc49959ad3fc081bec521669ce276c48dd5e6e2a29669f00e5398b391067a40f4bc08336408f95305e4b736485f7dbb2b882f1aa269bf761b SHA512 0c05cbee349bfa775ae37ec84642b204838599b4887f3eace9cfb34464cf747f43caeea9c741d342bf5d8b142269c2eb66d848556b6babe19e878a1e2afac529 -DIST either-1.6.1.crate 13641 BLAKE2B e5f40c40a5edb6dcb07a10bf79183cbe42438f1f70f3932dce72f6f6e91f75f24d17d82bc447507def4dad4345ffc9dd9162dde778afb253bdb1218e91887949 SHA512 4bfe56920e30cbc8eb4f90162db618f7dca653b42db35ab6a7045d3fd9a24ceb1778b1f79613850bdb1a87ad3794fa0d73015e46c48d513f368d8c3776fc9ddf -DIST ena-0.14.0.crate 23052 BLAKE2B ac9a4141d831bd16cfd260a162572b43e9389b5cee4319cc22a23b550b25370cf49856c320fd4489633171a4fca91cf7091e974418ddbb1649fec8730c9cd2c9 SHA512 bcf842f8f5da8a7e9b8e51df50bdf3f00234534f1d59d96bb1e45b0ee4fa74847eb8b9b5ca615a66d84d23c629d7386f28294a5c64d22efdf2903bc89faab2d4 -DIST env_logger-0.9.0.crate 33573 BLAKE2B b9c22205ee60ba97da0d338e1d40dda989f0d766d9ebc60e610b53db882a803769fb3c093348c031183856e16a5a948342e09551953f0b98cd73437bec658bee SHA512 d7db85d2f7d16f7f97b6714e01e342ab6b784c799ef26ee322ec85fcee28a549b6e49a49200ff78eceacd0c682e941f8538a497e2a2a196040769c2365feb566 -DIST expect-test-1.2.2.crate 12293 BLAKE2B 7c90caf4195613b8437f86fce5e4243c7f734fa49968e0733adfbb82db5d513d336dad821ebe36b91f0f523dbace79d07eb30d596df1c1edf98144da882ef3aa SHA512 6c580a73cb71d66670c8838bb89125b84638306adb8affaf0b9c30eab8906c3b4fc2e6ffe16db90146238ce6659acdb64a817466ef481122269252fb13359ecd +DIST diff-0.1.13.crate 46216 BLAKE2B 27ceeafb7afd45eabbbe22d1f05667f513a6062762e6b77122e267282a8f2a0bf96384989508bf10c9e13af4856bc9f58f09b10055d6fc2c32681e288ffa9f9e SHA512 45e259c9fe7c23bd9e9454891b42d4aef6d681d35ee039d21fdb05ae9ed5856161a40f29889e7880ac2a2daf85f1b7d752d213b4a99a1a74ed2682c18a3ae7fb +DIST dissimilar-1.0.6.crate 27459 BLAKE2B b62d27ebac85617e0111f3424522acc43a38295c024ff2e6b9f1e152bbd369fad266d1581171a63817efc319ec1ceb6d5b5c9ebb3b8724a549ffba32ed860622 SHA512 586246b66ffd16fcf29bac81bf683ba964b801e4ce7e9fe78499a0e8575378f9ddafd75982101323ef937378a8433707b7986aec8cc9acb1bc256fc4ac7827a9 +DIST either-1.8.1.crate 16027 BLAKE2B 2fad54b5f20bb8540fff5959ca7b2f9021c814ee610895d770f7081b12ebe2c93ce754c462df9d81824d479ca75e07f4a9e398c07a655f4abe2740b9c9de9c62 SHA512 5e4da301a605e0bc1ee3a269fe449aef044df05b5e833940c7f79bed61bbff4fc248e9c82b45dab92b2688d578ada000b271aaf67f2f4f7c82b35f05663cfe7e +DIST ena-0.14.2.crate 22991 BLAKE2B b609831e2f5dfb6602293cc3260098bf0dac09afd516a8e6062453724d7d3f516bf14811e81ac3e11efd917087dbbf4f9a3524fd30ba79cca85cee2c0c63d77a SHA512 e66eea99484c2b7fa2df7c8b3df3a10dd185163b781fa03b1695900a148a7c1a1676f7e6dfe2c5d18b61a90a6756de0bc42e9c873fc7a53de3dac799b7c23c01 +DIST env_logger-0.9.3.crate 33291 BLAKE2B ab0f0f85771bbdc6c7709f7cd4c86d9eaf436b073ce614f9297f60e95b6c9e6141d8810d1dccc575893c796358ab65ba56a281630ab75350e8f421167e5d9c52 SHA512 a3ee86e77d980c2eefe4be32d75422aa0f9a60a43fd11bafaa3c9e556584cf65c36976a6aa650f87426edfd82de0cbb919e0906cdba6db8b486b4dd4b2583bbe +DIST errno-0.3.0.crate 10268 BLAKE2B b5afcebe6fa435eb67407c063c7d37f0303e7a6770edeafb1b87f36b7d5773c28c8b4b3c970e12f42788a3409f7442b23f015b2e6a5465ea4c6b0e9b9fe048b6 SHA512 8b0626190d965306ddd84383b6b5ab529502eddf3859f7b480f6864e83310248b6044485e000bece8b95ef24d2f1bfffad6c2eeebd177f3a10e819b29e5e6f5b +DIST errno-dragonfly-0.1.2.crate 1810 BLAKE2B 781fc26dce5c33d83b9a1fd9be2b2ce9ac2559aaa858957ba6777e143b1e44cdfee48e1b47e3c91a95075a51921d1a421d0b45eb3d8de827cf4dd0ad744a7d8c SHA512 f853f1e1b8dd0f359a8f9a0399b3384c1103cd090d96e2b2204f91a40d40a9eb99383d4aa6a11e5470c51557afacf452d4be2049600d4235d27f59870fa3b916 +DIST expect-test-1.4.1.crate 13530 BLAKE2B bc83162a09c2493dffd45d8d8bc11d3ca86ad1d76583073792b411a5af39684d0e80e5183eeb3b87f7001cde46901b280b67ee186283d23425bcfceb6eb5730e SHA512 5665e7bc640fe56f1134fcffb9ac80e5d6df820c679b768a0d68d58198167d3ff0893592adf88299564037ce72a198c6c8cdb33f83683ca5225e329494a2ee52 DIST fallible-iterator-0.2.0.crate 18509 BLAKE2B 9630fcadb2f30fbd8a2a057eb992bf33c0aa2d163e6fbd43de9c8c350e3e932ebca79a6576b215e17a0566898f6e37aef806a643d20c16a6aa73ca515fcf30c0 SHA512 c558fea3fcf3a7756acc0b63d38f76dfe7eeed4dd9c12c46b7a7e8b8bea64d00e0cc115492e8b3a1a19e86e6083477dcf7d2d72ef960b44f24d61819a3077e79 DIST fallible-streaming-iterator-0.1.9.crate 9249 BLAKE2B cc4459b34a9ad00552a5248d090d1f25804b92838f41131e475abb83ae0b89401248feeb52a49dbffd499ccc0ba0f2f1d044f2f3e9b06662be01fe2257a4e885 SHA512 34824e2007cb944eaf54b10d6d3885bb17ef2a2976c6dd7695ff82a937cc95eb65d343dd7a5cd2fab5aa5859faae3352a9e1c78f239ff736900c1dbc3f5ef7dc -DIST fastrand-1.7.0.crate 11265 BLAKE2B 318f6c903a0ad0d0eac39638aceb162739868efd61dc0b54f6aac4c96b7b1283c8d463b48b36f9ea1fee640a2081a0eda39238cd53cdcc24efc4d17b4a3a09d4 SHA512 6a1a8cd4f6f9bfff07a4ca18ef84839e4427ca9bf9b6733bb15b1b70cf2439820d6a770ae9f3e5e10166a6144449e37e6f3f6ed9acb761688207fd7c53d2c673 -DIST flatbuffers-22.9.29.crate 23598 BLAKE2B 30aede378564fea17982220b4e0afd5212f87bbe37b924b1f9746bbbb84543c659950be749c8f3c89b5c19342e4a186a5598aaf5344f5a27d500c8f45498563e SHA512 441d950cd477b09095254c63557e8dc85fd9932e50bad90dce3b130d88a18be68494d6403fa04d1d6428d50df0c5275014208440a10720bdf7824d83bfb279e2 +DIST fastrand-1.9.0.crate 11910 BLAKE2B 570c66ec1d4ace08b9790299759e3b6f0394aca52c4ec2e02258229c198846cba7c0627807548bac3ef1f86c7e512c4bd105f1e18e35ac0ea6934f76a6838e1f SHA512 321567b5fad8552c0efc4393b1e77d1bce288b0a88c475d432f79e91b3457ee6eb5db9e4d65ac6381b9990c9916f4651b6a76250df44d51ea3e25bd8184bdc52 +DIST flatbuffers-22.12.6.crate 23942 BLAKE2B f601cb587268da91e27c35b40c98ab84d0564f97985521bd1f245b18b44a9e79a3d0a643a10435bcefa8a5d887de5e6021d760e0fd62147ce7bc7c9dc730437f SHA512 ef975f87d2bcb45c2e09b73413bc17ea1cbef35e415d373e57b41e689b275e1de5607cd74cceaecaceaa2bd45bc643b95643807447c47a837d6dd8c720942048 DIST fnv-1.0.7.crate 11266 BLAKE2B 81da85889c91b6567e0f555e37dd915f1bd919719d1ca10c31a6861d7aec29a49ae9c1e8bc500791bf9d6b8dbb318c096d04872c5872a4b1f7d45fbd8e12842d SHA512 2195a4b34a78e2dd9838caf0ee556bf87cbb4a8ef5505aac663b614eb59dcfc0c40f432463ede41ecca57bfe7711f72673d39a85fe03d426f1324097d5628334 -DIST form_urlencoded-1.0.1.crate 8773 BLAKE2B e2d2224dbd85d053343aea29ef1bd540fb8be12fd600289e9c048e3b74bfb009d0770f8296556309ef756086f22feec4713dfed1006e1101075c8897be5471cc SHA512 3ab371c223561a27ffbd35cf648ef4a9145d47bba9d71900a7c54cfc2f089175e9361f6352331a9a7fa018923b15e7a3553c8f9ff9fae80e1626e641a5faff68 -DIST getrandom-0.2.6.crate 28043 BLAKE2B b9871b18389f6e5503b3b817baa37dc585eec980851114b3407f34d25bbf68fd70e8bdef60ab682967a1397cb9659b343312deee740aa2107bbf38d1f4629d60 SHA512 3fca26198bbab1a9e189fb45ad6cc7c7a18969eed6f68ca43407a2d463fe004955b1d199c1794a23a53ba21fedb61eff86d380d2bf49bfdb6c7055c11d543096 +DIST form_urlencoded-1.1.0.crate 8734 BLAKE2B eaca73d73d16242f3fa3e38e23531c67c01404697bc7b7eb7c64fa04167dcb403a41818487fc46c5d9118842818472d549a2f5fcef5e4d962461e1c103d895d1 SHA512 9e245495dbf235b147e4216b313f2e6a96357d2782a66d71c08c2902c6a065701ca8ecdbb6b2035983a83c44cf36c921b5c71d63af0e02dd39bf5f8347117e11 +DIST getrandom-0.2.8.crate 30553 BLAKE2B 30211bc6a8ceb5ba765cbf068405cfc08842b2521c5850647971f4cb4bc9a5b0a9195ccfbc1461de019eeb7744ee69f934922ff21677259d7b815800516df4dc SHA512 cd7aea29f79a33a0de2a52a0a82f2b57ea8f27908ccfe00a5f42248766df88b225023603ec56d6fc634ef9c1eb67ad0135c90d4c695f6f659db0767e7fda44c5 DIST half-1.8.2.crate 41874 BLAKE2B c3c5c01771f05b7af652abb8e5490dde7afd04de130537e67845fe7ed58904e7ad66c7286a4e7deca3641876a6d12c5b6e95883fee2809c8e685d2f79cf96610 SHA512 5eb128e41b8b7f9769a669834b2f8380b115395bf2a2a181732bf6c71234d978dbc4c527fddadaa7bd7fae9add77958b27616bfa1767fd123d3cfb887663292e -DIST hashbrown-0.11.2.crate 85713 BLAKE2B 402f9f1bdcb92631206f9b72923ee35e28db8623e87469c0f1496664bc7185077013ab3c8aea68268241e5b2504f10cddc613a350abd4291050deda6c112e559 SHA512 c21ca68fd49bbb741901f59fed04cc124b8da99e2a4dfc26e2e5e1140637872b344612a01691bd30cc771575c571be15f756c84dde225441699cd2322af2ad6c -DIST hashlink-0.7.0.crate 25309 BLAKE2B 39370daa12ee047f1fbf4251b46dfc797a75cadb743b1dddaf94295352888d0d9cd2fc2049e6646ffefac527cd16126c2d61b62f271c9cb678ba40a2677e8da9 SHA512 bef02ac4ff270a7021e0da24f6f0a7c2d601c20e2bf347bb4ab24058d97d25fc863d6aaad7971fbb7fb777643f66c7e1af47251acd89e12a123056c0a7810861 +DIST hashbrown-0.12.3.crate 102968 BLAKE2B 492072f27eaec45abd2c5d7405c614c0c6a8221425e901bb6174bfa1688ee524408a618650126d6c683b7285b9bf0a21dcdbff7347e4d8f97bf7111defa1b7e5 SHA512 b3700fcd659a21a6b9b3777c18b37a83bf25542b4e8f2b963779a122f5d22e1742c064cfc03e649583e7dd5c6e90ca8407f8c51a0e8755f6a108682853022f76 +DIST hashlink-0.8.1.crate 26404 BLAKE2B 6dff33a44c6cfb19d0258cff5ecedd6677da0987f13b2071d816b22e0c707fa0b4c3efd26e9dc62516c29f8da29c321561a4b785a916c3f5349a061b26e7f17f SHA512 e6b0e843c3dab51225c90b7428fec00c5047d6ea15cb7987d7884271c0da6b5ef66e4d7aff3de764c41ad916724518e9a556b582f6ddc745151d983de0a95155 DIST heck-0.3.3.crate 10260 BLAKE2B dc756738081d855583f239908f671e9b5dde72ebfb577f6387b1a169817a03332464cf67071708a4c4f06b1ecb222118e8c719073ccdec1c0f938e5ef378b13f SHA512 b3498e033f44e03206421e565efec5b21d13107b60d35e4476331c44e6effd75c81f7678f2452c822eefd581209a2ffefd2034779cca2d8b4fac4583bbbf777f DIST hermit-abi-0.1.19.crate 9979 BLAKE2B 801e8052b85341cca388ada9db4b06bb1bd7b64474185b2ad06c0256b9e597639bd3dd4ba0053ea010f922e53969a4ab47b90d451fd9b94c8f2324055d151ea1 SHA512 1c877fcd562b15d2de9c151fd6c5f3ea4bf48abcb799e6139a180ffad5d64b632f0000d5707bbd92ff23a0e5f349157b9e0f5be8b50f03680b0fa47315dbb78a +DIST hermit-abi-0.2.6.crate 13027 BLAKE2B 4df5306639511a5f69594e903f8ce62482cbbfbfe272a91a12f407483dbac4e87c2d7e5668cc06ca5c0fc149ca93a3152fe6ad4bb3b96cacf56a22cb635e5b7f SHA512 bad8442bb822a9c99f6536db16523c80f5139af6a139bcc359c03725c59ff935816e2ecc5c491dc362ac75ab2dff41ab1e9dd29431f5e9a109b60eb9b7a8dc28 +DIST hermit-abi-0.3.1.crate 13793 BLAKE2B ece7865a09f566a95bfba5f1fba380bf12836c3761fc6d5a3d5543d3e50ca0eac81bb567d50b5643849cf1a752aa651a0db4c053c60faa8f1c74fe2f12819d71 SHA512 a55fe9230e4e8fef63284befff74108f206e76067257439d334d33068875368902dc690926a1feea15611f14123073867d7e9cd21397bc484cef849d6e1dfbf9 DIST humantime-2.1.0.crate 16749 BLAKE2B e2ae8325b037fb175b9200cc5c1944ce579056c6662cce307beb6701894552362a25e371aad65f8fb9384945b48815ca74bb8b544a32e0a5845b7edd30b918c9 SHA512 3bf29ddd1391d82897c22baa0ff3ed58ef6d6959859f1f8ed54d324caba5b6fb4422e56790511ce82f902cd11467f93c8ab7fc7b0e0bdb719308a4d0a446ae0c -DIST idna-0.2.3.crate 271023 BLAKE2B 157ece18825fd3f8055581ccbd14191a6923da4c806ce51b3d6376682878db000a1b873f744c8e9e1966e4c1f8393643bcb603deae299ed0bd87847b0bd2c591 SHA512 1278bd561ce329e1dc7a6f24a10f83d9a068af5d15a088414f3921c6728b0d54f4d60d6f4d0d5a786596ad226263e1e50c3842f192d5758aa4665ba4ed5c269f -DIST indexmap-1.8.1.crate 53220 BLAKE2B 9605405ef6d7559fc5d6fde38cc6810ae49e69b93e0687323f9a4ecee9b513a1cf7c57b8ef625a9095fd36cc7ba6e98410fa11a7a8788c424fb6a0cecfe6b37c SHA512 919372d9bbe791092ca78026ea6f7f6b6560b5c011682b21afcfbbc76684a18844602545a527e3342e2b787643b1c07c8f18f2279535b7afdf395361c9a8749b +DIST iana-time-zone-0.1.56.crate 19517 BLAKE2B 88a83a65b2e17afff6491953c1ec508168e3cb0d720992c7958aa98ffec263d3b32f4ad07664703b1e429d96faa211a50c557d5a1398a849c45ab9df796f8e4c SHA512 d1bc3ccc17c6d3abc44f8662a15b5c84f5381f90dceb5e14a826595706178ba0f8cbf7cfa86d3b7e967a51ef75a27cb868fda7a3531be9bd6e77e813580131e8 +DIST iana-time-zone-haiku-0.1.1.crate 7200 BLAKE2B 9e748694423cadd6edebc1daef2aa4126904f5597202874d68066a15580cade77f48f1e6f2a77e17c7de0fae5204ef1262ad5b6f30bd95f4faec77748aa2ae0a SHA512 daa7570aaf5a07c990b07fdc2153b63d947598ed35aa9c35c4773772a6c67997143b120a18ff4c7c13474d296e81a92975ebf5b9aa9d204c1820e9629cb2e369 +DIST idna-0.3.0.crate 271128 BLAKE2B cf8a2c43760f03e94953c6692423a12f28fe763aabea8785b93cd247b3aedd2aeef2cd99978a027186290016ed924db39d19fe7d397da1ab570be9646bbb630a SHA512 9b7cee27811ee52ed9bb39fe82f724742eef2e5370642b6c756bd134c8cbc20bb6faa9f296053672dba8a66f7356a08b2ca99f176407b173e2d566d85d066441 +DIST indexmap-1.9.3.crate 54653 BLAKE2B 7bc1768589e74020dc15d3dd064009edaaef39b7aeb682d0ca8e49944e3f020b9c04d64feb102e88b22feb40863479dfaf4722d6a77b5d19e7ca553f4bf64c1b SHA512 2aa8069eb07a814c8fa3e11296c9f032ef60963520d7786ad20cca5cb7e73b8f76d97722a994d65295bb713020aadce5008cd3df5e99d8bd968ef1979f910a37 DIST influxdb-1.8.10-deps.tar.xz 151055544 BLAKE2B b660cdf996ea918db2d569472f42bb48cfdd694398d2577e4e97d549a549e90851b417463bc5228735b3b23d108fad83868971770953bea38ff27bde4fb9493f SHA512 bfd89dc2817c59de1286b2dbf4e9895d8a104aa1e2cd3db54069e40328d51baee152c761ba92818f67b2a6ab20591b543dd84259e4e2a545a79cd59ca197dd95 DIST influxdb-1.8.10.tar.gz 12082933 BLAKE2B 511202025bd0c2305b8fa3b8be439f6e2941313b42587e6e6eedfcb6ae44c8fd821e5ffcbde288eb4d2d426d3fcbde940cdcb2a993918263ec31c57ecfce0e85 SHA512 4f5d20c190288d6397f0e87abd9b9136340b17f091c361cbc111ba661a3e63626edf5c74ddeeda164d82102dd06026e0037f50da546cda25e6c8647f4c739fae -DIST influxdb-2.7.1-assets.tar.gz 19829786 BLAKE2B 1ca0fe1a6265329b226eb4de0d1310e71b766bcd8d05f636e3ee0c75c2b9f50c90b8c7f38225c0380b3074f84eb07805a7d42cf06cfbdac3b8b1ffad3befb8e5 SHA512 85f49e3e5a262fcecb801b3ba91157557fa30933a9cc210f2ad7395d3165225fba2f50190e452f76b2567adb765aba297dbcb425d388851f742edd55375da135 -DIST influxdb-2.7.1-deps.tar.xz 418144700 BLAKE2B ed2d820cf67e87a150cb5f24e2405d32c9b758793ceffde6f9178b4b36fd7ace4a0db6a34f0840f361d9e9fbe4ed6d712657380adf6b7f2783824946be4695fe SHA512 b3ef5550df982e3f0e0e171f98c6c5bb2a38add2f28a96f8e1ffe9c8ab8e36d1a3f3a05fd1c51bf138d956dc8f625b5fa4e526c3380aa9e4c7046e2c47de1918 -DIST influxdb-2.7.1.tar.gz 14245574 BLAKE2B 250b5feca6ac9160622a82addca7c3a39ec1232ba473d61b2ad8798aaa877beea528646b62c5f498db6a901a62ebd52e1039e1c4b7f271b2ae5603e65ac1105c SHA512 39b25476d57924058de9e6fee42b28565d9691ca6fc83e05b0449dc8062720e3d9942a25cfdb3299131246b43609365902748321e67bb2aa278e51cc434e1a01 +DIST influxdb-2.7.3-assets.tar.gz 19829786 BLAKE2B 1ca0fe1a6265329b226eb4de0d1310e71b766bcd8d05f636e3ee0c75c2b9f50c90b8c7f38225c0380b3074f84eb07805a7d42cf06cfbdac3b8b1ffad3befb8e5 SHA512 85f49e3e5a262fcecb801b3ba91157557fa30933a9cc210f2ad7395d3165225fba2f50190e452f76b2567adb765aba297dbcb425d388851f742edd55375da135 +DIST influxdb-2.7.3-deps.tar.xz 421383868 BLAKE2B 0590a5023de66cb01772ed2d18f993f8e706e1dfd8fb1a7f191bfe0244baa16610537f87b20fd16b840b04afc7b5f97cc751a8ba1bc9f179f31bada73b51052e SHA512 f0130c57db60fa3ff622cf646d234f1bc47eccded070ad959df541f8c0ce3a9feefeb86f9bf1b7fbdf562347d40e8eabd42ad65b5a415dec9e74b9542ca31a6e +DIST influxdb-2.7.3.tar.gz 14249851 BLAKE2B d859330ece0aa0dc0eb2ce7246d0ee7a1f25796dd436d102b402255a4c463a93e0369287228b4f840ee333aa3509882aaadddfae901e9e2842cfed6d582032c4 SHA512 4d9f2faa742fda0366d3386487461d6dd06f6ad27589db3b87ce37242ee9b335e96028d6685683d2691cd2424a1a8d2fff535056eb290af0a1152883767f02b5 DIST instant-0.1.12.crate 6128 BLAKE2B 728923f757c1ee4e4a7afb90e460eed81392068961240a538e5c6468e15a0b6491f590fb5f6cc46e6d78901ca232351f65abb9f2f230d8f4983c5e58c4011902 SHA512 fae494c00111c51c840f9dd6a10febe403e27ebb933dd16633a213e9c20f2bc11adeb431c71f8a6713bf88f270a010941e15d83df294e658791934f83a5d2407 -DIST itertools-0.10.1.crate 116219 BLAKE2B 7d354daf7b069515ec7fe77ff2f4f07ecf870735d7ca166fd6b10ba89431cc27bf264c648efd2052206e8edd8f596485b913071453f37e5de47da44e935db79f SHA512 8626eee66aa598e16f5322a6fc55b17c622656f58635c990f5cbd8faeb4739690b0abb3efac4a9a3073752e9f2a51a0ba29401edb12e0f6bf9bddd8d1b394dbc -DIST itoa-0.4.8.crate 11926 BLAKE2B e5a648b490908d0ffa3a0832342ad11264eb4357939bb39aad014aed3938bb60e82703b7e31929a458525061e9bc40539d33753bdbd722a03b6804e57dd1f70c SHA512 6911d269ff3ed7350e4f0dcfc6e9e0d70e25833e1e7cfcc57d5b8aff1f47b8be4f2e9baf1b92e5517cff63492be489b6d29b48dd9bb642e428acaa431216b68e -DIST itoa-1.0.1.crate 11059 BLAKE2B 5a2e22ab891ec883a90f652c88f924113252765579c03c783e43210fb2604e9e3ccbd4c1571087791be07bb99c4e85c7f85253be831b3ea883bc0ac18a927980 SHA512 8e7bc1e9bf4fc06871b9fe20caad4e0af965477d724f4c8d0e2a3a4d87aedf99f92e4e583a6440ce574d0fb43fc9d6a2e80add52a2f64210c6aa3b402e424295 -DIST js-sys-0.3.55.crate 70499 BLAKE2B 6108d6bf4be72dc93db5c2f45d59dcbd7b94edc02ccb368a05bdc0e259768be4708e449647b254bc3c542a366492a02f0569d08e69c00249f58b07a566cdf97a SHA512 bd51d61684b3683d5b80df42eb80cb2e4688096bf14fcbd30234503709b1730ab25c7b58112516aeb5d7f44ae20e0ba08bdfddb0518a20603bbb4ca74544d4ac +DIST io-lifetimes-1.0.10.crate 37294 BLAKE2B 9b8836c4bf30e6d102fd9973ac66f067c3ff8bc2806e55f26368ebdc9854f2e9cc6eecc8014f9a0b22a968a6eea8be243fcb7a641d2d0dfc747ee08a6a1450bb SHA512 4b2cde9522780a408c5d4e6406286bc5dd3a0de1a99675129e9856e5d889498a127fd5dd7c937a7542135abc2213b60bfb6258b7871b8709dcdd79d60455bea9 +DIST itertools-0.10.5.crate 115354 BLAKE2B f24734bdfedf1dba48554e39b43669efcd4a43656eeb2c511096060daeaf049e1ad3eab232e757057750ce94aabad9fc8a0cf29a997edc6c4b167301c3443391 SHA512 d03c3cfba9841776913bbb6daad0c8945830c155f32ae4b48872e0f937c75a443f0ac9a0355f43b359ff75232f38b15f4f6d446b4be30b00b4209cf66ef770c3 +DIST itoa-1.0.6.crate 10410 BLAKE2B 8b1dc9ae9d55a006bb2abe3b0282e5e77397814b692a87b9becdc2bb74deabf5db09e3d5a2f604964cbff046148025988a5d916480e0402b2b80646fbed32875 SHA512 e1fb82fe16e1248141d48de9e05e7abed0c6fef58f2ff8b77b52aca5f16f3600c46707ff4c7a0f0307047610f29775bda74948d6d1efceb74b37cdd22e1fcf31 +DIST js-sys-0.3.61.crate 80158 BLAKE2B 07980db627a1f4f385586ad0609b5daf30d590931d2ca0c123f2d84f6c97be0ea935aaae3ccd082440c7e7da1adb4eccfd054a3598d99351fafdfa748f567b5b SHA512 f97bb546af2111fe072a23cbdc71e4fbfd39fbfc6be37132b306853d5737175d4c9c0c4661096012f7fce3612f81509e62a97df8bcb21d7cc796a8084e5b2e16 DIST lazy_static-1.4.0.crate 10443 BLAKE2B 25b2e61bbac48f0dcbc79c81d7bf01f2403d8269ecb6be3ea6147bd00f7a588df15a91f44dfc18ada19b21faa71de4637c7d493a8628cbecd0e547d74e616a23 SHA512 e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 -DIST libc-0.2.121.crate 574702 BLAKE2B bae9215a7318e5b5b6d821d2320ce28e883d04af0bca40ede49b9c5d575d28307b07077b3d59be28347bffc4c69d6c9dd334733f0c519c16de704360f6fa8738 SHA512 aa1ee710b2a4008ead7118e85d7f2d29fab8aa0e1111436db8039a84737727b8d1a8a1cb72acd38abd2656d22a5025046d7be7d8154537f8a503017e0548e953 -DIST libflate-1.2.0.crate 40864 BLAKE2B 295fdee2e332552cfbac2ccd382552dc879fb441517a49083b8574868b28ffb7f8428b94b6cbca9b673cb8bf5e0cc4b22c0e10d2efe1d94fdb93d68dcf3eb287 SHA512 a5e0448e56ab5a219952a4b4efc3407c8419d8d9a255670f42b8f1bca7f7fe5774c2711025b18285c4f1310d26d0347ab2090b0f734bae43b569a0879f67d1f2 -DIST libflate_lz77-1.1.0.crate 5729 BLAKE2B 6e8bad43512e90544e3429fbbc707ee2a532a9d5451dd6c394278069d0f17ecc7711007dbb8a4c0afae3ecea2d872c677f21732d6d509d94ce485b188b05976f SHA512 ab0cba9d324d2f7bf2a741e8ef8b0ee7bfa85ab6ee63b9ccf6ff912461ca854d6b7467e527d74ee93a219d6dec5bcecc3e61eea83d4cf5b2452f9a0aa97cd95c -DIST libsqlite3-sys-0.23.2.crate 4687087 BLAKE2B e1b91a2b1b380045ca31c7afb80fc3127bd4ce5e8d5cec1fc90ea07052a42e890272098618ca9ef0ab4d36673867e91a0f301b798abfe4eeeeead5a101bea4a3 SHA512 7f079c6bfbfaa2af24a351631736467f428fca0a9c04946e89e629884e11a13b0233c59a534c8962cdaf97b94242aacc315431c9f57ffc68d50bc43a0b0e501f -DIST lock_api-0.4.6.crate 25215 BLAKE2B af1d28010f7c340dc0857afbaf8acd2396228cabca26e52f79526cc4eafb072c2aee8987bdd9ace4ba87c272f6fc816fc6f62a69e4d7e66a5c6e91ae3e824ede SHA512 ba14d341564eba91bb5ec58bb2e0d6c87e70b3694c4609396f0c0f4afc0c6c105a88cb99c303b1e9761b0fc6cae56f79ba6a7663b063454ab1ede4d49274906d -DIST log-0.4.16.crate 37758 BLAKE2B b9a88c3d75232ba57de8c30d97e6ba056bb1ec128c2c154c52cc8fa47e0617902526fbf1cd526152d79db9236b00c51afca1eef7d9ceaa205177993849d55d4f SHA512 b12dfcd8bec2f44864b8174776d3151ddf1fa1d82bc8a54fb155d5af3b2af959aab4899d72835a3c25cf58d6c41cd7f1b16c2accbdc20a0eba7e8be3d1883ee1 +DIST libc-0.2.141.crate 671145 BLAKE2B c0e37825ac3fba376e942a0e2c2aeefcab384b24c50a453d1948376cecb3f953d59735e37aef8a9ca7ae707fc6b4818823fae7330f213bf084e5460a82dd3ed5 SHA512 29d81f440d62fa1c9f7983c38138994e61f4897761a50a4f14abce1ced85a8994c6f0cc0ce86f77113b74495e36ddbebae6627f0b94c44621620a395a6723cdd +DIST libflate-1.3.0.crate 42136 BLAKE2B 05d70256f3e12067985ef2247e08b4c16a4248a5c31b50105833e9677745d6b1c8ad79de49f32966b9bf5c472ba7b5233fc12e26016dc163aa951c1365827049 SHA512 3b60fa5e51df20ed2e5821cbbefb73da652534933947fd53bcbe17a0ebafa19e9ef9666328bafd4a02f551a96d6b006ed340d68035b491be1ae88de62961be8b +DIST libflate_lz77-1.2.0.crate 5964 BLAKE2B 9dc410c3e8d3b7d16a9cb7e16ac925b2d7a3ba97a4214380de5f9e99e35a5415b82ad961d41221abdaa8a0a6102ce0ed9def57ff89822ca714cccac0ec4b4308 SHA512 5aeb0d1ab0bef43a87552f93dca760450e6fcb0213c9dfdc0ed2f72fcb6ee1b26add02705f7c5a8552c975c9673b1a147fa036b6f4c42c07675a11b3cb1929d0 +DIST libsqlite3-sys-0.26.0.crate 4840390 BLAKE2B 2b6ec9f110afaa17cfeb787f1d99a5bf5e6f062502ce80d31d212dffebde3be5cc9f4bdaeebb9e0ce0f363b0df5e86e5115a2c6e528710b1babb628cc1bc39fa SHA512 8c1cbadad1b14979555121423cc8245ebb6cb4bd72ef93202c5188c4d799cfb35f7ed8e9d7ac420a86cd1a3da7f15426aaa928b6c16510592d8739b54ab324dc +DIST link-cplusplus-1.0.8.crate 7674 BLAKE2B cbb93184d9deadd4912f6e03dfb7bb9d37f01b6d8d47dc9744724c848f297adb9cafb1599c2bbaffbff336f883e9a24c3cb4f11745ec4716a9a2c8cfa05f6305 SHA512 690afe063eb9726faa03443bfd01789a559aa10ded4bb3714ef7b13095005c817ad019fcc62b5f7b286c974a81e387ca3342d238e60ed7ab237c3628383a661e +DIST linux-raw-sys-0.3.1.crate 932203 BLAKE2B 090e9c11a36ed26b244d9f130c87d1c6adcd81424e83eded72ffc421192d0800af27c683afa262efa8b3063f0ea510ec113664e0c2b0eb273325d2c30443f313 SHA512 bd82bb055a8f40ccd4a1cbfbf8c628c63ed609489f7ebf61b9ccb268474c16e206867c3695e1da2840c72cb26b3f646fe9585148037604adfcdaf7bfb494a452 +DIST lock_api-0.4.9.crate 25685 BLAKE2B 8adf5c3cccebdf6aff6ec977f230cd2a208b0b188ef57deacbbc6019431f0ede1a760b2384ba3cb49c96b8a589dc56c0f46a6359b3e62277e7ae1a1c3f586fa3 SHA512 9215381d9bb6b80d217c73a900db43df043b3e939b5bd7a292a02e9ab911cf0eacd8f883d35bdf72b3a0e78df8f1bc3e843ca4c775294c7a7a03091dc1a74990 +DIST log-0.4.17.crate 38028 BLAKE2B b46be3719fc0a53e50b1f342762e188587e9f1ceb692c72473ce2663edfb8253742d30024e68c1444780ab7fc0e2d5b0601b8ea7228dc3405a9342a57548e605 SHA512 2477d88db42b1d92c30708d88823212e236f613b3465e85eb425f83f8d16fadfaf0352f06c2999a1852102edd2f6ffb10ecb539d8a3b6c48f552a25622ccffa2 DIST lsp-types-0.91.1.crate 54922 BLAKE2B dacc338ebbe9496bc0bd42b27cc74858f7a0f0674cc2425b8919ad8b3894b19a91bcf406703f88765d202373a25635fccf0d90cf0e27ea5bb9494b16ce90af4d SHA512 a7b51c83b32464e97bcf5791ac208e2be123e2516973a35b39403b0ed026039585a04bb030cf60d318775cfb740d774f7d13f55505ad5345973e6a39f57a8a87 DIST maplit-1.0.2.crate 8871 BLAKE2B 3cf975d35de2d2fbd50227a6d2c5e72227e99197b620c8f29be97bd3666ec162deeef0d9e6bd327a063f175201beeb73c4ed27272449b1df0b78238b2d36ca22 SHA512 917b5cf665e12b687035c895b60b2ae05622963f495f5693515fd24d56f49e95a06ffced68606d061bd20822c655100035930673fd4b0d4790168763b6961a9f -DIST matches-0.1.9.crate 2246 BLAKE2B de155202636c6a03ed68cdb21e8ef96e19b45be040a82943d2d7e5192c0ab5c253ab6d65f0b30b2689e21da79cba684af5be6e63c48266681aceba356f6eea41 SHA512 6a2809687d30ff04ea97bf9d1610d746e097699a4c3625ffd1b7b1e4a9673ece9d559058c9f760b99d6ab509024f7b338e7cfa6fe767499c983efa98bfb98305 -DIST memchr-2.4.1.crate 64977 BLAKE2B 31479718c118093b684bed946eae0706d77d9d275bd49f5aeff4de490f479abd60c7dc462150eafffc6d6fc1da0853123b78be038826b775d2a41a4c39d93ab5 SHA512 d8912e3902a2126f86159bdc998532a2890b882cbb7d59b5a470fffcad4c32281e045f2fff48a235aa4189f1928866bf3d33b699d50866ad6b6c272bba7adb11 -DIST memoffset-0.6.4.crate 7664 BLAKE2B 098783d0fde7268b16fc5c9f5df005b93daac18092f04d981559b9f0fa310344c6fbbb93d42587ec7107a5c4e8d757508377dadf03471dbd7022f3bdb5b3da4b SHA512 bf8d05b72571ccdef32a93cc4489ab4cb7abd41415d55572d1dfb983053afe3eb2615e968d87a326af90c5702b9959150f985a4186acfd61df9b69a74e99713d -DIST num-integer-0.1.44.crate 22216 BLAKE2B e1c08427e006cde6f2084adadb6086e87e6d6f8bb8dfa757a8228aa671e862a366e4bd8ca5e0500008c18bab128aead9bd5b1e53568a4f40afadcaf3882ee98f SHA512 d07e27ede02a1d007373935fd91e57a26e0e84ae14bbe24be66763baae6850788bd64ad2598d2bde4f4fad6c8a4675c40bfe0927164b16b9b69de5e9a83d9771 -DIST num-traits-0.2.14.crate 45476 BLAKE2B ae310d9d5640acc3e45e1e5d1d2f519539795922c0058ee940c94c94b6654b39358b7c18dd23a276f2c1b16a30dd4de4cbc8575bcda6a5c11e70665d670e6439 SHA512 c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e -DIST num_cpus-1.13.0.crate 14704 BLAKE2B e7a26e597ad5e45309393a9500b031ba64a77831320cbb96d7861139a2f7a453b7ba06a3255439b43ac1e2e36269b0a350d514020d3cd82c2513b57934b3ebbc SHA512 e75ec298fa682be84bf4efb6cf40126da9233ef25f07e887c2fa7421ee78790204564e6406c8219466651f47421e27f69eca690bb9cdfc982b644d78cc10de3f -DIST once_cell-1.10.0.crate 30414 BLAKE2B 4161622dc9dab4748a1b96777da263523f23329808506faea7938160f0d5ca07b5edd31f385b14b88dd2fc34c58063df4d40a34a479573750a369512dc956992 SHA512 f6b5ce5e68923296d2041f83ac037f10ad7b9e94fc607c71332e8ee942a02c29534c2073cecdb132c7e1d91428e9d9687fbf05393ca0abbf7e15db50bb3b74ab +DIST memchr-2.5.0.crate 65812 BLAKE2B 57966413a1f933dcb2d2d4ccb29c247070f65a83299b2a9f5aa83f5a48a5c5f1c4c7c632fa63bd19f9508e9291e7258db2f16e2813a56fd84e0856f70f1e67ab SHA512 444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa +DIST memoffset-0.8.0.crate 8912 BLAKE2B 19ad3abed21fc39461b0382b15a8cc312378aba36f042b1e5335012115d31b350a4e3bc720f1eea300d7d19b9b317f75a28d4ccd78ff3b31defd9e4b3147899c SHA512 47adcae0848ff967035e10543ea599c7af9c5bad387023eb4dc77c9e8d875994ec8139b9941b3ecc4fc17214d80944a47a3be174a45b334661914a5a7382dfbe +DIST num-integer-0.1.45.crate 22529 BLAKE2B 4da3e801f71ba8f92c692497e200bfc8d32183c94eaad91260683b09f4697c03175fec7cff5a9ff3782d5db5d514d74f22f7a61a102c0f0d2e67a7a4b4f29222 SHA512 731bdc09c3af7f9d8b171041f2957aa60facef93b06886000d8ba60d410aabbbee358d700bf31b2588b2e077464f290f24a0b712df7bb7f12972675b6c9bd735 +DIST num-traits-0.2.15.crate 49262 BLAKE2B 942ab170b2acce1cb40e6847f766bf810a79edd293d34f3a27864f464c16fe2b99fb13171ba429cc6d584248de879434beaadf1b231a4001b0e8389ed6c1be04 SHA512 5228498af0f15daeac3c9210f3e6e71cfaaeb30beea81dd37f8eb06b9592c8bf3226a47597cd8592ad4c513964a9a40f1ab2c33102ef3dfe3800d22c8d4528e8 +DIST num_cpus-1.15.0.crate 15680 BLAKE2B a4d98b29ad534de9bc262f58f615ec06bde5d5a2f5252f09b5a0a6ecb06a9daf9709ad9045eb08f7cb744d8a838854b9095aa73918e06624a84efbc11a9a5c1d SHA512 fd4772868def9460a6ee17ef6fc00b0bc74115eec891bb3fdb07ba5b5fe4057a2ac69eb31ba8beddbd3189c7be4545888e5724879f3a89132fbc9b32aa7bb10f +DIST once_cell-1.17.1.crate 32856 BLAKE2B 8bde2aaaf9ef45d1f6b8458686179f1fe9295ee8faea269e9b49779583ce26ab9dafe988c3584e841a9e5d05e28430ca967ef3b25e755f48f0120d9c99cdb7bc SHA512 1302d51801e38bfee23e74c0046f1ecb1d3c27309b5fe11c2b6c99553b357db502ce1718695602f9d8b10429e8ff03f91c016d5d604957083728293824c05904 DIST oorandom-11.1.3.crate 10068 BLAKE2B 443ced49f63015823866257a36a88e566f75adaa79511c1c73f1190ec8855ca590d2b6ece07c2ad5e9e47a89f7891af6e9e43b7d74d9ac57cb3551e60b50aca1 SHA512 51ae60ef51da56d7673f36a6c5b99b743580c5f5be54fdcb54b69e5e2f6bbba3267f96b74e7cd6dee6962dfa6696fd9ed073f22726a2861b8f2601946a8efab9 -DIST ordered-float-3.2.0.crate 16239 BLAKE2B 6b5d6cfe13f0f1e0a7450df28677c252ba4507805f8fff951b5e4dfc1fa970215fe8991f7c103270257ed59e049907abd33d67722762a9adc15b00fa7631fb1b SHA512 c3225f8b6174e22f8588d72f8d7736bda42fb0c54f9f57492bef2bd6b22cd0663fb0ca326f4bc5d72ee8499ce4d2cffed74173d0ef7e35bb10aeb0445f6b8240 -DIST output_vt100-0.1.2.crate 4062 BLAKE2B eed08c0a1800560d4f623f451d818e3c7f0dcd72fa99f4e5e6dd4934e50a9649011ec955e06728fd017d58bb9f36cecbeb9b4aa8c13c040225c24019f774e63a SHA512 b8eb00a541bebef2e0bb44975c4547fadfd4ab88a14aa8e31945f3c73531a550cf5729f1f3d18fae5cf36286b82d1a54fb08b28720f1592ab6cfe0814c8d3036 +DIST ordered-float-3.6.0.crate 17666 BLAKE2B 4173e6e58d97e06630a1c732c47539478b83efe39708cfac77354726163ed811d6df130e51fc9b4baa9b7c02fe4a4f7d3677dee887a6d54c72431f5cb0b5db8d SHA512 83386ea83101a1fb1327314f02b12ab540add86bd45bc8d2354bddc0d680560ceebb55cbe74bcbd46f2f2e2c7cd3e36e14e8b83c5045c79199c2ce29dc2629a6 +DIST output_vt100-0.1.3.crate 4473 BLAKE2B 8c75dbcd413e1273ddf077f3b57996953d70376be6e438ee1a4de83a8c3c535d4cc866849aed91df74aa9b22d41d428b1142cefe035dab7404ec89af9efaa832 SHA512 ccca3b4c582e860b0643dea78302fbcb96f8f86b356041ae9c685e7c48f1721fd3366dd1bea39afc1bcef03b298d0f6c87918a1ba92a56e6b06bc8b4123c0d89 DIST pad-0.1.6.crate 4963 BLAKE2B 38e02652f89b3020e1b5161c73053c060eb83142869f297bc8d21f3a193106f1c3565116c7c3ffaa6a30da5ccc2db3c702c14a20b13eed13cf33a358aebece6f SHA512 712b402d76512dd074862c719ff3b066b4ec4e7c56f37cf3b9359ddf45cb21eba3bad55d4e26b6c61c5b982c5adecfdc6fccee7939004329b7b12c8ecb997132 DIST parking_lot-0.11.2.crate 39869 BLAKE2B 67c555e87b68f5763a7790563fd8d542e126bcb77f91267f3b76c51fd73060a2c32dcb91f9d0db7ea772e555d91576c8d7ff48053a9c35fbd3b749d2459a660c SHA512 526b176363dffa59501c18324bb723a3846ef5b0ff9bf1d890e40ad10e7023284f7c8012eda87520eaa94515ee828d9ef52692a9ed590a55e176383d6d472f9e -DIST parking_lot_core-0.8.5.crate 32466 BLAKE2B 44d9cb65444ea93fded7e216e3bdbe2256ba1611f5cb6f80d67a01e71d428b81e6c7fc73cb928e2125f34bac0abf4d1da39f622e813dff89b01fed7632308b7e SHA512 c4315df551748d1ae77655e4d9f8c90f911498856e5358009e9e02e410bb8085f006f369188b0753a298371ebd74a5c383d848b65e31b55f3462381308c83a00 -DIST percent-encoding-2.1.0.crate 9748 BLAKE2B f3ff35ac683724b15e40c85e0fb8ececb07b61beeea82b7020f02d27df05a8a3535f157b3cd688533e414d6541de7de8640ef4756706d8061af0fec94ba04ab3 SHA512 98af4dfa7c6a3cf0d5aa929c436f9eb1ba1b576a944513f1284e6df2ad06be7cab9eba145d888d50af88f8c970bacc702b323041bec6d4fa1dc34095186c628a -DIST pkg-config-0.3.25.crate 16838 BLAKE2B b6ebbcacdc0f440e24ce5730edd4b371387cf7f44e438216893f29c0f303ac7920791630d4a9bf13581da840c8888e18bdd78dc61458d3331e967b3dfa6d0597 SHA512 46658794f0a7446354041c1cc08cf637970f7651c0c506e2b90c9d4e284347cb82f05ce282cc55c8087bed58a5b961424a56574f4500de9f3ba9cb9e71667aa8 -DIST plotters-0.3.1.crate 8595577 BLAKE2B 7c500c43c2b2875d9dc17e4eab57cbd8a470c6064deadf4e78c429abe2f1e97511f64bc67782b4e03e7cc47c8ac54aadfa5f7cc8c27d3b4453d2ee8252896c99 SHA512 c7bcdf9da56c2d1c03053f61256d44d2384fac1a9a7e0db058090c13b359bce76a2a96bbcbfde04fdcde0a9dd3db8a1a22bc57508b0b6e4a374c8b35ec6c9707 -DIST plotters-backend-0.3.2.crate 13524 BLAKE2B cfd42df0fcea4e5ee944a6b8c48e3b7fcecefd6d97f07e1c333067193c211da9eba29fb56e9fc8b861cfa2d1baa3c042fddb494bb66b9109656b26bde7901f7d SHA512 116bc6866094a2ec40a9ab9363378566ff37eeb4a4e3805562dd3e95f1d5e8664b54d3dc858a2c9974b125e308e46b77c294de2a655f836d342712c32f0242a3 -DIST plotters-svg-0.3.1.crate 7596 BLAKE2B ac8dffc5dea833c0506c472567056be0804e5519828b68f7b3bec9ee63dd59f9aa828c10732a50e004214512df06c7eaf164eb9613cda75b2753270fa358c0d6 SHA512 4d3cd02534440dc26f5eaa3b4966081901626c61d9fabe0092fed87c48929cb9be070d9c34486fc7c7bef308337ff4890d30f9581a613549e507db60dd9d8876 -DIST pretty-0.11.2.crate 27032 BLAKE2B 86a58ead326c4c70144ab675cae5a442ae0e89809155e52625b6c1563b226f98eff512366a9d5da5f96bcd40401e6c66315fe76bbe7d4b168d841f4e788481c3 SHA512 d581421a57acced88f21072c753a79706f7a395eac7d7c7d151e924f93a7d2d4f5400c58c5a3f198b5179370c0decdd1bfe88a1ac770d7850aaaa14f71168a74 -DIST pretty_assertions-1.2.1.crate 79474 BLAKE2B fbdc7c7ddc40aedaaa845f9096d52eeadd9772f64fda71eb2a2ecfd40745ae6a7ed8baa2a83c909f2a01bfaad31c00aa7c24af6d449022486dac204a3671dd55 SHA512 6e6cb21bf03f34effe3c38ab9b31d768c7a7c02dfb385efb5c1dade7547a367276c5b00c4eae11aa85d90b6f2dbe5033acdf109200196e225e335e73bf5e0ad4 +DIST parking_lot_core-0.8.6.crate 32567 BLAKE2B 9943244f813879ab85eae0b9a6bd8f8f0070fe190bc43148a832b217ad546bc97e58707a3987072965a79ae8bc2fa839aebac272f2de00993b8ac1ca0c5fc5ef SHA512 906241f8e2d71784d572fb78978c9550b19af9c4e32fe3b2da751287806d0faeba61f5bd36f7aab026970b2bffaaa1f62ddc10c64dc348eae61bf7b51297ef80 +DIST percent-encoding-2.2.0.crate 10075 BLAKE2B 397e59acc3953868c709244b89a2e0db3304c0b574ecba761026b570a485f2cb5b0b2a0159586d1f342ec395ef02ace536da3bc1c72093e1cf93f8b37b26b0ec SHA512 890a5256d2b4290e12e04a02c3529f3a017faa2b6016a4dd0f08b36509f0b1107eacfcb4702024d6a21ff8852a11f263c1adc096b16ef8d12c45a734c087fe68 +DIST pkg-config-0.3.26.crate 18662 BLAKE2B 2ad92dfdc8ac0414b12a61dd30ea4ac5f142bbb55d0555ecfa3a53e750367e1b11766a693ef11f8cbe5a2ddb978327632458b2bcf75be7aa8f973262033349ee SHA512 509c4d1494cccc20de6a62d9d037c63ff77ebee8d907747c57ba0926d177b08fcac0231ccdda14511b453deb0b76ddd10f8fbdf63ff94257d72a12a889546435 +DIST plotters-0.3.4.crate 143219 BLAKE2B 3121caf7d2a62d3dd337d887ea2343981d23b26ab742fa192456d58a73ebd07d384ad6e1de58671b5c06344c2efea8e32168d830051d425a63299d15746f3a73 SHA512 04d490ad1b822195259a661dbc605ec2f8e190a5bbbbf549741b286aa888b26a2c7468d226cee7718bd69b77e026283944367504db98c0293b3db4ce45103534 +DIST plotters-backend-0.3.4.crate 13416 BLAKE2B 2b7090fb98ab9c28fd8525e1b3b4ca3410dafdb80563f52b545af70db638899123455254861e95973fb9c9e178e83cccd941c7305977de033091ed957291c28d SHA512 4784da70eda90a48aab38192619cfa7df733519cadc3b9aecd339dc735a9237e03144eee4f22f5f03ca214a732e8807d179d455032dd255a8125092ea489228b +DIST plotters-svg-0.3.3.crate 6916 BLAKE2B 74c2c71afefe1148c82f8695ca3ae5283bad5b084e542325f3b6d587eac23f9fc087b64033043ff52ebcd661d40bb91c33ccd0de3c424ac0916baaa3a69c63b6 SHA512 1233eece4ab91ec690f93c7134ae8e6405183aaf500b2dce6973b6e212058334b7335aa80915e40363b9d2057398028c57d0b3aa974b88bb42c4e0e4726e7a92 +DIST pretty-0.11.3.crate 27335 BLAKE2B 284bab5c5bb2a4b81aca8be629a573246fd4d105c95a117587df54529a8edc083e072cd490d2c3ead5519062386218397588e436f9c2d84642e11f21cff21f8f SHA512 d01e496fdc57aedda856ee77165f74fb47dbae68d93ae193ad5f1de76bef273707dcb06e45cd387443b2042af6e389a35cc0199a37c10e2e45803bf4277ca37f +DIST pretty_assertions-1.3.0.crate 79441 BLAKE2B e9d29267ee77532de9432f075daab704e8d80a3d5fd5515a7d3c1c9a58dd98ef0190a592e7fe4d8c22a149beec15fc346a68620a3835c1269f72e563d2a5fb89 SHA512 40a56ae7287552cb66e1066cfb89b26af621f894036b9a0cd49889ec5b25831d52cc07f9e117d905766701fa71786a45955186849d36e00cbdb5f884763efcd3 DIST proc-macro-error-1.0.4.crate 25293 BLAKE2B ef918c5efaf2545ab38787c8d0c07315af00431139e4dff66346bf798e3a429f91d12a79776c150412fdda0b158a72badd5e1044ac4d6917f8482d4b5a7110b7 SHA512 8a47bc9d3e24e9561d1e384d8f5a633284c2cf9b5e6733c5f9d1dbfe1870ccc8e2152482852e50b551cecb68e009148585b910ffb0508a7b4875598eaf8657db DIST proc-macro-error-attr-1.0.4.crate 7971 BLAKE2B 98e2925881c2be186e22c2c439697e91d43f807eb61a5d13e3b0b4321ed50a74f3d699942c04b89b6fea0f156bb5d19ebcf22f9cd4b98a7e6917c437600ed823 SHA512 2606afa9ec78d7dad4500c98d3a5ecbd02c6b53ab829c742bed7f57b322a95238ab4e01cf268746815f1424fd9b02eddfa30e72f98c66106f57765f3d3116495 -DIST proc-macro2-1.0.32.crate 41003 BLAKE2B e8da70dae2ee75aa2c344602e55cbbf9ee5316ff6182c870b64f9fe4b33e60b9fb1a22137acf357615331f2e4079ab1e8964a2cb0234fa439d1b3d8d514c2eff SHA512 8631714c226c8a6fb330a529f42214216057eca85cfa63afd3de8600d2638e2be45efa54155ce73625883bcbabc2c56cb865ad9dda04e2c7092d955caed48abf -DIST pulldown-cmark-0.9.1.crate 114955 BLAKE2B ee295f4b65dee11c0b39054a4613cbfa1058a8dce05dc298bacc151e049dbe3f05b1739205ac345a98e70662187932d226c0d0667974b3c6a6f55882b566564b SHA512 466d6b4ceee89e1a8c71ff7ab8fc1000e7ef1d9bd22193a152358e1dad28c0c1bbe619caf71106d74eb376805dbfd2b888a0626c8c2851bd814d348873843306 -DIST quote-1.0.10.crate 29960 BLAKE2B fbd4e3e0e0f452e64b30399fdfaef318cead505d05f0c61db61a7aa3cd5a3300220b4ba2656603f88bc0b535390ab4d0ec101a919ace1d442a3e979f08e8d48f SHA512 08613679b564ea7d750117d3a2907ba957d5d595bdfa8016344f99a232c72c6b08acb882dff45c34c9e4c8f93f879fb308b36125572722aac04fbc6bb0c666f0 -DIST rayon-1.5.2.crate 165456 BLAKE2B 0a08064df966422d32f582f44570504bb405c59f35f20fcd792f4aa980b62fbd8797e8e01f01a9c3ec4f87eb3a1557f485a16ca2191749759beb31f4d704f082 SHA512 3c11bd89692af7e245be2c0b26d96e864a6353eb901706fe6394e3ff8bba13a829609d2a086aa69fbf716ca4286a1977123a950080d673814edf6bd55d29d459 -DIST rayon-core-1.9.2.crate 65221 BLAKE2B 44b1bcf748e0bf19e7341c032eed6ea348f284ff9f834af628baa2484d3b468d6c8c31ed0309e226def441ee7a94e2ad0b9a2adf107493bef1ae27882d93a7ed SHA512 83c17e71e3da636d97ad77b64d988bfaa78addfd0c512f0fc09b1755614dab2a35532a4dcb126fa15da4e62461e59f5683b922a1fb4a5381a629992617d0383f -DIST redox_syscall-0.2.10.crate 23582 BLAKE2B 7253dd96415e7b70df488c208d86c250c670b1245ac6573a59085faabbde9e33fabfacd233e7d737e365493db14008c180274b41ea0a4af5f6f98eec666a873f SHA512 ef012eb4bffe32119e50ecdbef4cc31f6e84a344e94f026484fe4e2c904f94053a8b6249fb6bd8ada31b3ecfbf0096085283bb68aeb62b1b01b57f35794aee92 -DIST regex-1.5.5.crate 238119 BLAKE2B 175cec668da4321930a070993feb1671e14348b78e8b432f9fa25afd764863ff233b0d1d8931951ff99a3b5bc2e18774f68a6c0a4e31125ffcdb990b5b1b009c SHA512 a5873edc75a64f03be77151c318bc90c7dff565f838d811f5973ebca2e86247efd58830b0a8ba41e372f5a72f5402d93873f8d34c36481fa4359874b2fa5d571 -DIST regex-automata-0.1.10.crate 114533 BLAKE2B 0e357229f6825f14339b1d7c40730b83e62bba12115d01ed20313320766e769a653a2fcd2c9d19af51a82c38e9e42c1a31d005e1f44f5b6fbb3ead7c9c74027f SHA512 56d64da361afce82c6cb49e70b99ce1fca3e1969c54bba5f9971db135f8544c65f49feb8827789947b3d1dcefc9c49a7a434a7ffe0d09c5900345a1733723c5f -DIST regex-syntax-0.6.25.crate 293293 BLAKE2B d5ca0dbc26b03c6a1818026f9a69cd226ec934e7c64094d0ebe843052b648617ffae7aa3a074f8da46d03c46996d8b547d8916576342000bd9711089b3e57d73 SHA512 a3d31f82aadc6be1796f76c03152ff24f37fe42d6ce27fb98e2f55ab102f86502bc37ccd563f6e0eba61aab20d002184c618517b678b3b93cb8f0497cc046ca5 -DIST remove_dir_all-0.5.3.crate 9184 BLAKE2B ab7ef94e0230ddc9b363f038254a180881bbc20eb04a254f97e6f71ed491c99ba1c88f5e85632d450243882a4a0df63f3b8b183bc1fbca9caf30ec23d577b1d7 SHA512 50417d6d8a33912193a1ed37eb72b47431b12ae65d2780cdb7080c3d141e63819da13751c3fb737685cea322f70b36d413389c3dc01aa12b4dce615aefed0e2c -DIST rle-decode-fast-1.0.1.crate 62490 BLAKE2B 34370186c8875c91b8d353b372518bc039c58061e0e0377c7596a9e100b047550e800c431f2b4a59556fc266eefcbc7846b53d5a4e10360fcbe435acf63249b2 SHA512 38b3565279b134dcb3bcba001b081ada73f36e4107bdee935036631b740b6e1d1f767e3965ad414e38c8606abc1733f898062bce01b8c19234f204adcbe05a4a -DIST rusqlite-0.26.3.crate 135951 BLAKE2B 17f758cae3234c6950c0901f9fcddf29b8ff9286fbda3224facefc135c1d71d22f870dde06c4a89f12497830fc2c00de961830220e51a01d094ae5767b5e5305 SHA512 1d8ae38d3863530a941da111045a7d4e785c24e01ce34f38573eec9d8faad91ffdbe9ebd32e8f812522db304ea56c1dd08b3cb0482ae7a688ce56799df07239e +DIST proc-macro2-1.0.56.crate 44454 BLAKE2B b2a1f28979245a784a4b3a0af8cb04bd01ef3e7aba32c45122fc05a6cceddb1b7303890827f1a2cb99b0b2ae013cd772bffd6e94ea226f0030cde867d6c22aad SHA512 511fd8332eca47ed834736d405e18d53d83642cf528bebb8fd67fa5561e19b0a43c359b3e8020ecd28f9fafdb065c484ca360abc0287a0f97e94d4f779145f03 +DIST pulldown-cmark-0.9.2.crate 115824 BLAKE2B cc8b8cac890b333a864ecb1444128b1aa187392b296c54ccb0c3048d79d17aa7f53bd0ac31f0c6492544ea78636deefaf3ad44804a1c79008e17b27fe1e61fad SHA512 2268a3284da5def75b906373a3c70927bc68ecde7b641231d96ff9437785732134568abaf0b6f81c582dc56498da4e677a7b2e2f1914cd42b345db0a06d75c60 +DIST quote-1.0.26.crate 28397 BLAKE2B b468a5e9350843ea81e540d17c9fcb302b46fbd450e10280c5fff6fd7c98a439df8c3d3d47e551bc6d67ed02052b5b5c65d215d5ff8ee34f045747e75c1ba37e SHA512 6fcfe4d31f601aa60beb858c25df217421b0a184d185eebc7a4cb9fbf97c687992b77bebd8671a9e6193716387c3e926fed9b75a08684eb2d9a5b155fbc321a5 +DIST rayon-1.7.0.crate 169488 BLAKE2B 518f0eda1fcbd1b1b230587ea18cab0023a699e796c819bf35a6492b7edb051137446bfbc49aaab0a68aef8280c970ad14301a9f8f7461d537af119a65b33a38 SHA512 d999c811b701d0aa4e547234bdc20a7df56728e142c4aa882bae081b7b057e8c3a72f4a62fb35535e57501e8c2ba7ff072068b59d6b5374e9ca6bb66cc0984d3 +DIST rayon-core-1.11.0.crate 73118 BLAKE2B 313d65bb6e3a010569b317b32ac91c72e38282f4fcddbcb56ffa97de42d88c0d34f35f76b62e1ad60ee96b596aa681caf2071a8d5dfdca085fb1fbafb07c3ee4 SHA512 00ac782f49d688da90e823980e83b5ccd858f93769e2d801061fdef78728cff37d3a9fa4fd47a5cddb058f28f3289de349f8c8fdd94fa2f8c400d73bc4529800 +DIST redox_syscall-0.2.16.crate 24012 BLAKE2B 9497a52044458b1435ea16e86ee072e379b6b11ee31602ea72d6b6072a4a99426f409c2e58108a4e9c36dc193fa49c83951e71f4fd4e158eafff18c594dc01ad SHA512 63b5d876baaf99f5cf737679bc6ac7a9e3d8a41aa93f5c59416ce7e3841e2513bff678773553cfe62fb452707f82acc384ea63aec932a31bf94679cd1caddd27 +DIST redox_syscall-0.3.5.crate 23404 BLAKE2B 85aa4299d9816666bf576f523da5cdeae87b3c8fbb2af103e82258d23f73303c068a4b6c3ef4117ad67958cb31e41f836a9f59f2ce1bc52c23605e34399afcf1 SHA512 16f8f4766932bb54e4740cfdb4f0802f76246c0bf88c1d76c69c115949b124b625d8c3b85d8947073c2e9544f425aa16c10f71fabe3c03d29e424c47fe4ccdde +DIST regex-1.7.3.crate 239886 BLAKE2B 8d9413178b626b09243e18a1c5e0336cd41e05659128d4026bd551df0c34b9e141e36c3134f3b22200b18828ef89082a08515047159afb4f4960e5fa840fd54b SHA512 f7e8dbcfaa10c2443b9a6dfa514edf0e149d33f1a135e4a828adf97dbb0f1af5a4b58a2bad75ea8cbecb9641f499b30ed06b8ba60c7eaba79409ca18ede85e4f +DIST regex-syntax-0.6.29.crate 299752 BLAKE2B 2408ebfe5f0dd6578c33f18e8ea9a0a7a84388420c5b67adcaedde477f3f67fb3e39ba9fab1f6892c7ae7fff754c4aca51314601529cabc6a8fc43af38a11f88 SHA512 28a58950d15df1f0ac4ff4185c05b535e8f5bf0b75f79fad24e40e17a02570d1c9bd9cfc919eed8756a1069bc489c5fdccfd04f6b8266c83e3412b7b4bdc262e +DIST rle-decode-fast-1.0.3.crate 62086 BLAKE2B 402d56595936734f36597c18e816a798ade6a8636b27e79acdedd4069da38e22e6ded5f2358ef0f0d509ea752e828fa294a4a9ac6d99cf26472fe21a505302c9 SHA512 f647cfd9ae0bbaca4a189cd1f8d1f8531f6dc0ffa1fd296c75cfe405fc9060e25be74581558a9195364ea90e32c7ccd60e066d21704cae836d41606b5799301a +DIST rusqlite-0.29.0.crate 137156 BLAKE2B 83ab57daff2f03dce2720cfc5eb253231f721bf3af609ff15c66ee9be9578533765fc368af94040fc1f7a635578c14b310d93e568f894495a1aa46a73bf9c22a SHA512 63e5722f7391a335773d2fe554ebf285f388ecdce7279f767f9c3293bc776abedd15badfaa29c4abaa356707667ffda11dd14bf50fb4bae670df0e102283e055 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 ryu-1.0.5.crate 49570 BLAKE2B 3bfba4a5f290a429de7ac3b86823b2a973f40eb6f48c15329173d95964d31ada36f2618be4b36774a03f97f2ce61364900c6a3ad5465a294e2df311a1f4104ed SHA512 d1708ffa3112a684edf2956b6730ead040401d38f1457cde074eaaa59c249007dc8b925629e7f6df89f7ea757e9d0826649d685cc8ede0a04d50296048bf476c +DIST rustix-0.37.7.crate 307751 BLAKE2B 0fa2b1fc50a845df3b67cb9d316dc9dc40f290c0e5f4e60b4025e9f649a743a05e78770c4b4362121ef7d75fcf11d8794251a0875a9a5d177afc826e9c943c94 SHA512 e72fcf16722b62dc9821a498b21254b6f794580aef64e2ae9db15eaf5f5c63bd55a22e0014a00e2a2fcdb4f6ad703c2fa8b75b2db387d1a658a34da7a4ca424e +DIST ryu-1.0.13.crate 46823 BLAKE2B c6d661cbff5e7b273da5a6bb704bb1910b897c55d854b05bd417f53853a832791afc351e5a5aeaa94ba99a8fe64c8a930221c52a8784519728da748371a4ae04 SHA512 25f60216d91e68cb47695ce4e966fae674d5b3e4b0cf33e740248c1605fdcf0c963acd278a485c5b4bb0a1c1144002e73173592222af4989df7a4ba402508c13 DIST salsa-0.17.0-pre.2.crate 441448 BLAKE2B a5487a1a30eaa3f6fd1cc393c4b8157a5f66389e4795351412587acd0aea62cf4b0ed32da38ef2cabc9773ceccccc6e6616cd443b2e5bd6ec6ca66378817bf6e SHA512 fb6c072538e40ecd9a2c1707832fb08f668fa694157962437b67e30b41ab9789d1446ffda89521aa53a5e29950f252f43a6780d99bb218630d5041dd11207abf DIST salsa-macros-0.17.0-pre.2.crate 15358 BLAKE2B edcd8a0adf04114de829aab88d6e2001fbb04a8a52f1809bcff98fdee129889c37f929370e28c0abb431f8a8db98ec00aaafa075cc5ff805e7663f1d81197c0a SHA512 7aa768980b241d160cee00ad1ab73021465c9afa232def3beabfd27d15d8dc9e4b3c885b8606ada6fc805d9453f19db333d01ed186f088cc2a88967cbd91133e DIST same-file-1.0.6.crate 10183 BLAKE2B a320c8343e0b38078ba81c4f0159d886bf47764c74efe0d7cd2b3218426e8341b51e523c00a9e5fbc2ee1057618296bd70b576c68751bd55d6ddb352defaca15 SHA512 3ba35309742c8db63210d9ea78bff4ecd80471d69e6238eb96c7bf0673814f221e2d838fe6311bfc5a0e71b4a7ccba33e07859c0b9cff2171969ff08a4214a7c DIST scopeguard-1.1.0.crate 11470 BLAKE2B f774eb90b7d3ffb2efba47518e9d1dead4017ab4b38a4bd74914daa84a5af4bf9eb63da0496e3924499d79cd0439c37447aeda4a21226f95645bddcd6becfabe SHA512 368fa5726df8f42b599993681579a9ffd0196480ee3cd0f9f671e8493f3bedd1e1779bdf2beb329e77e0005fa09b816e3385f309490c0f2781568db275d4d17d -DIST semver-1.0.4.crate 29375 BLAKE2B 534a89125c4483fc99c44f7b104870be1471d478ba4f709819ae700767f4d6d0bdc98955897e33566651cbecadb4d4dc223204e4504ba4820c2d3919ef4fa775 SHA512 82ef2b4a3533360de1c645dba02b57a2670fdc51709a07be4a63b94055335225764d42d70f9617ed3aeb4c4de121da24e73b0e2c5c781501e9ee32dff756ebd9 -DIST serde-1.0.136.crate 76158 BLAKE2B 44603c8eede428dce4211350497a443385ff0ddb0b43799170411110fd8908a56e9df801c72695723f4fcff5eb33384bcf92ef58eecb9c4924d5d9cc30e2f6c9 SHA512 d043ccfd6a1dc9a114a1a95530a63ed9342688d31d3aadeec600a9a9d47aad328be35b6f80080400ea4bb3f820ddd18cc5ce1e6ea1db28e02752962061e71019 +DIST scratch-1.0.5.crate 8013 BLAKE2B 64bad5081da3765fab34b582c679fdb345d592adbdba09071357dd3306eaa55d885a4f282732972b6f856ef9cfbcf73a18e9f5b2591ab05ef9104119299d4159 SHA512 522e24868568e9e3c4c6a9b0af4e1890d5ca6753ea68660e13bdc95b98c30576058dc949d20a5df95a6313378083ca138c7bfbde5c60916a011cf9697180692d +DIST semver-1.0.17.crate 29685 BLAKE2B b9beb685eb9f6cffe557d1185997e1a93d0e50ecd8e9719d9855347f12dd430ed1020df81839b7924a984596437ae7fb2951e7ae44c5540692a7f37b591bee2e SHA512 5199923757e675506d68c252182b10f55955e47054880492e5471a0a0f9ad13ef25d552d2ab9bd68fba37121b8026d9989bf15db67e95265b3aa53d06377fda7 +DIST serde-1.0.159.crate 77014 BLAKE2B a377be7b7a0624ca9449d962693100d4ee892a252b4fe1326dee2057a214029ecacde05aedb7f0adcebc9815e6b4ea7ec2096ef4db4c55526defdef88a20cc25 SHA512 4e5373b940b5328fabca35759e8a02816c89692b83996c6224be39365b6409688ef2db0eef24219381003133a31da93a41b500a76aeb1b84c05df9a91ff4844d DIST serde_cbor-0.11.2.crate 44570 BLAKE2B facc8d16886dde89125b7d69e9e77ff586c61993c3493fe4089ff03c53e6c0808c6da45a83337d3be7414dd82f3d6a7f3d43167473e49e586a7e817d47ef3014 SHA512 12ddcbd5de0d85f2da6e078e3ccfdf2115125084d57eb93d7e9b45bca6a86daf79dcc79c8e54260c56240c3b5e814b1481ac28c3aa1d1b4b982ef5956b5cc3cd -DIST serde_derive-1.0.136.crate 54776 BLAKE2B 687524001bf61c42266d91a7263661ab80aa9556e570975a39bdf56a5cb1a2ec3ad1baf22dff586c7ad4ff66d035555d0a9d4a431c49402dcad6d79d0ef40cee SHA512 92c99455a5a9ac0fe45eb6ff1ad3ea55db860031fb912ace3755d1d2aad0dd880b2d83add4d41872823bd60557ebe1cb36e898bf0ac975b1093caa9819f7c289 -DIST serde_json-1.0.79.crate 144451 BLAKE2B d04f8788d3ef0d4854d73232a4f441c1f3a42934442679a91853c311262ac9a4f554240d0c44c69f2e22cdd225a3e4d4751dc928ee5092b4371c198325fca0b3 SHA512 83987c1a7eddc6adf8ae359c30e2db1fea98edabd6dc49bde840c37a56258fa845612e8ae270a7dca4cfbe9a3532dc55028091e14cdf1dd3b1ceea4bb86a2dd7 -DIST serde_repr-0.1.7.crate 10173 BLAKE2B 30bca6a616e55f44def56ab1f85cbb141727a872466f161f562798db005473d520e6a4dba89b631cfe11f1a38cbc1db2fb0ef921f0245e0990a6744f9987e95a SHA512 4e3e87b1c97ee587e88be56d67f287e43252de474a3becdefb4b768eda661db5d78f665d7d93720a40d9f5bd27fd9ab6213d66713ec89bcc2063092b16625a18 -DIST smallvec-1.7.0.crate 27459 BLAKE2B a740a4b7448a4c8d1bef59cfb6dc9a52145e40eeb38028c64c880f31800cd3a4cb8be17394742239dfa7fb692c749f9edf70e6df02abd7a1bff288eec38ba24e SHA512 d061e0059cd6bd1636424374848aa1d4edd21f75605844a7855ff5d343dbdb71e6eb14bd70de7947ae7ab58f04ff096a5e77aa9a1ac14cef59f657685c846156 +DIST serde_derive-1.0.159.crate 55039 BLAKE2B 6a239fe8b045c5d61e3503186325e2e4fd3cdbd13e6727e79b673f894f5fdd0872419b0b0f6dae97b9c3dbf737b41bb4816e92fc6a0efa0487350bdb0a8dbb7a SHA512 ee05d53cc4e7a36ba6073cf0be235ff4606e26430ab2a25379a6b915378c8c76584ba77b2fef8125edacf4effffa37adce8e51109e3f5bc6f418987de90fa574 +DIST serde_json-1.0.95.crate 144618 BLAKE2B beb05d7c37fcbacf4cc7dc04380e818a144a81e20e09ac9aecf6488bc18b142713bd1e9c7bc2ff4d10dd2385ccd280207cd992380bde4616db54f0852141eb0f SHA512 ff9f3f9e9a0e07956923bbac02288915c31f5ee24fc618808bfd4aa4b36ec40ec8d0e4426d926bdbcd019c9a4a6608dff5a651bf92dc5663eaf69c7c060223ba +DIST serde_repr-0.1.12.crate 9549 BLAKE2B 03f1fecd3edd4c2e14f936db0c1a4452784da327eae63af4086d38323a56ef06b34bf49bd10ca4afe35afa67db4cfd119cdcf98532a57d6badd055bc931f4dff SHA512 c0897efb6ee046b29c810bfa28c6aa5d8cf10ab33e220ee7e1747e9abd2ea0721585f267060cf0a1b03c8f3e5588a48d344079bee2fc9d7472ba2ed61461c714 +DIST smallvec-1.10.0.crate 31564 BLAKE2B e3e46a0781d3a7892a739b001592d462d0704f010363984c439e3fe4f75aecb9720648aa1e9bcc56bb3be848dd40cee578212439f78f07a807c9441c3c3e0147 SHA512 a09110184582dcc01d7a0d3fa8f74c17bf726935126d3654667b8e9c4bc43ad16ccfd8fa94feae7d9b31913aa7ee030fe5936e4b44a36302b6ce5fe37372a7ae DIST strsim-0.8.0.crate 9309 BLAKE2B 40a8be506c43ee1ffe006ddc7dee98c3d418bdd205d57b78f5d1e4c9312feb57e1eaf952e02d92d4e0932db240c6fba45beb06ea8c4fc6de1cf1faa8b6a3a939 SHA512 1d55a8d946cd55f5f37d06aea536549ded95739fa58c0f2da285a0041154c181f663682bdcac643aa198b3e762d694a04f058db985c62ebe22b5c16327ba6d34 DIST structopt-0.3.26.crate 53798 BLAKE2B 04be64637d18bcc87d261320668023459a42c167bb5a4c52216df556a7dd19be28032e7bf759cbcf710a3729a9dfaeb20c29f37f35fcf33533db583ac4fa049a SHA512 dec27090b57107473c9d398db68bde3b1b5191e7c7980d7d2c20fc723f92c64a6cf1d391d5122a103222c4262253d8073fd0fdfb11c74f235af79b2ae0caf069 DIST structopt-derive-0.4.18.crate 20996 BLAKE2B 2ae17e0d365a7ce7a4d0e007513623ee0d5acf45afdc3844114e02975b855fd1a9f7df404a24044cf33a3a4cc4142eccc34d1e97925646d54d460a89baa28275 SHA512 68a7f9c2ed987993fdd8bb7e81c31969a1fdf5351c58cba9de61a2f5957aba1626be4b0742f31d4de502301675ba24b0d91dd3acb24f5607bdeec83070626a57 -DIST syn-1.0.81.crate 234144 BLAKE2B 7258c4a0ad0eb0c807912c297233eeb195d22b44cb2078e13e43eb90f1c82ecda6f7672ab072832ce130ccb953c1bb23c8440a3df77b714f462fe39cc6e6e1a3 SHA512 288ddaf4dc5ad2fdb3bc36800d94b53e2bfe9ac74a61a5d158bfcad3728955bebac6a900a5881c7d4abde4f3759515a1dd877e1421c226b85aff99a5ee649390 -DIST tempfile-3.3.0.crate 27578 BLAKE2B e98c5ed4c59b6ff411e89ad4eb529bbe15264d6744edca8675c89bfb4397fbbb8da60bbc582da24bf9953afd9bb17cdb22654d933468697e9fa9e9903e6a7c77 SHA512 ba6faafb2dd56d694efe424752099a2efb50316afc0a4db9fdb7620ae3f1a31dfbb2a7b41724878cb977fa11f7568a406bd3b6a4f7cfc0b88b86b2cc616b953e -DIST termcolor-1.1.2.crate 17287 BLAKE2B 5ff748064c9fb6663befce2fd299edf6a6deb06ea72d21a62d6e77642934cca0933e10340fa84f636631cc08c76ba83ef2284b2212759129d54248e5fccb4c49 SHA512 f37b034345382cd621b1344a3fb301ca3d4d9db8b5858ac1ea82372c983229fce3c0ea8213d6b7e91291b6034affe11e2c3e593dbd95256294ce5c584b33e14c +DIST syn-1.0.109.crate 237611 BLAKE2B e827445d00c79a8eeb91eacde472f1987addd6ce9e1df95d7abf6446a77ff4173a8006845f3ae71c1da47193cfb72e0ead9a6d6bad2573be12c17e90735d9ad9 SHA512 12816b9e8cf984024b2fbce9f0ae14cf94d4d2c06f08cc54fb793ce78770bb4cc1288eb7df0ba5e8e937756e1e8e295c53fe07a0c5dde1ea8ddba03b6203b37d +DIST syn-2.0.13.crate 240619 BLAKE2B 80536a808aa671424fd940d28013b96988b0f51c29400c5fe1ca7e6789587c670cef7e746a527701641bcb9df73925ab2fa581ad5f877b2d5cdec31590ccf223 SHA512 940ed62d2d5676034292e675ffac2fbc495976ebced6a295cc4da8914e9e9f059275e892e0033bebfd26e3692236c504dd36973e7f62b8e1943f19ec6491d9e1 +DIST tempfile-3.5.0.crate 31129 BLAKE2B 6d32584819794dbbb1f30970577ca2c82cf79979f94b070327285ae8bca6f8e3ea2402d2034290472f284ce039a3a578bfdfa81a53b5c49b587dbdb40960f6fe SHA512 8e8775a9727e32f6931b3289d2b8aefa5ede7b224ae2e1937da3aff371ef5f6078587f060eb36793e9779249992a97acc39c02c6095c41467929e39ada12c7db +DIST termcolor-1.2.0.crate 17917 BLAKE2B 5ca7802b0bd29495bcd2deaddcdb4c3ff964073a373eaf39964a24ed91a48c5c33e192d676099e2837064df3149fdd73aba7d241e9aeaad9887bf1bcae9d38f0 SHA512 cf1896523353390b2f90b2a8bf30f47da5fc7c2daa635bd0cd8059bdc73feb243e46e4279562fe45d5726f2840833b1e967c7de19ffc0c853592d9f86c0c1be7 DIST textwrap-0.11.0.crate 17322 BLAKE2B 257428908342774593bbd3528fcdae710712ff54e8a711393a24356d8ba0e16e466a4b20c05f942c48ca76b3b5b5aaa90ec202f782cad892caa8b71ccf124da6 SHA512 f5c0fe4f28ff1a3a0931e8e235b5157a45f67967985bcc752418c5ec3481fca44a8ae4800088889b37e8cd0533f53d3c456d5ffd19b767b3f83a87b49a2e209a -DIST thiserror-1.0.30.crate 17748 BLAKE2B b9d8a8f824de03c57af43d0ef8f2e157321e7e6a220660581299a38988e7bd43733126fc9b8d8b8ae38ac1d788ef08fbcb2352beb5ddc014113e0058c2bf60d0 SHA512 0e6cbc160ee1b6236a9073dec225a4290e7a82632ee7cec00bf02797b04851adb2d3071fa268b54f7fa9fe22eeada55a83d44fbddf824520023608eda8ea2e99 -DIST thiserror-impl-1.0.30.crate 15230 BLAKE2B bdfd4451304a2ef4ddbecb48eb1a1307e6eeadab0860c785a2b6a5e7de270ac42ac4f11e46eb9dba77ec5a86b203d9baf8e4fd5c83cdaa10e2af34a95d29d2e5 SHA512 465b1d4eb79075d8abb11f5c260d68847ea52806a2f519515705b03da376fffb3686bebb23c11462b1c59e1ae5b3ee96d834c62cac69862c491001b1ff7cbb46 -DIST time-0.1.43.crate 28653 BLAKE2B 95fe69647e8d52784be1fd3457578896aa38279d00f51f1070eadab111d39450583c63854c73d4384f2e4349b0250f1c9bff9901529b776c596846c057c93335 SHA512 c3e0c68cab1ed2f33f41955f83e632c51924e4d3c1d22dd0c4ae98499e03f3cafde8b0c2d9e69b67a78d6e4055e464ee00d1ed6af5eb9fa75052405b43e24a25 +DIST thiserror-1.0.40.crate 18709 BLAKE2B 8057ebcd11546f8b3ae5d760c1dd1764386f3c29dc43bc7a4aef20604970c65356daef137734e80260051d41e39979943bfda496459696b924a95f455159704c SHA512 db1b1fab3aa61dc6bbc672670eb70cee2f838fa713d3a927022900eddde253108d123bded1aa6df8d314e1aa2f8ff37bc72fc9b0803fe3a56447a64290ab2a91 +DIST thiserror-impl-1.0.40.crate 15138 BLAKE2B 7590428b5a97efde6a823440a9c91e1d1835b20df4ad8a700c1eeddd98516f1203605853fc6dc65528c5fd92480d04f9a8412aa7c20a524cb94435b0a0032f1d SHA512 9027f2d4127864c34d2d92ad3b2753a95893d26f5b2dcdec869884a98232c5304db1700a38112ced258e5f3832218cdea3a4bb21223098e1b20d06af1fd7edd2 DIST tinytemplate-1.2.1.crate 26490 BLAKE2B af39d96f33f63238e455a4e38fde1d1730fd9661ae68be7b05df6ef9d2ab1a04db1332cc4ec9deb6da3a8e22b124df81b0fa8916d8491b808742bb733c8e48be SHA512 0cc080057e096f0796e72004343e1a8332c2e8a12e43f6ade150ebf632e9c29c7ad04de0b940cd57df81efdc4d07a6607da9b86a30d8383e39ac3d7be185edb9 -DIST tinyvec-1.5.1.crate 44942 BLAKE2B d02f610dfb599ae4957d81140bb8945f4cae49c1b7ec5de4bd4a7d07a1334cd00557993dfae2516d506f362305025bd1a6617d55efdad8ebb549fe573e9e6f21 SHA512 80b68058e3264b3fbc537debf01b6b60d438bf5cba6ad366083cb440ed6b45587f367d3a134ec6fab769495b94413d0eca47544b26959a2c35b1a997423eb849 -DIST tinyvec_macros-0.1.0.crate 1817 BLAKE2B a3d1966bf57c11afcd026269135a6189f149f905bb70b47537c0a7bcaef0bfc6c89bdcbdb0f6cb8e5255632855134631c683fc90606a254ec8ba818fd5ef0794 SHA512 d6afc83a3c70cde916a6ff599e2772588e4bbfa7a5b1c7e5c8aa0f4a8a5c9426182497a644e4a88194ece986d38fa64b6c8eda9eb1630441c8e65a8741a45873 -DIST typed-arena-2.0.1.crate 11439 BLAKE2B b5bd230a22894c5545966279b40a8493940719fdf79bed144ad41c363e7f73bfd40e1492efa8d96fb9b5b32e3a31405ef9dbddd55d10bb900ac082d41a034b03 SHA512 182fdac0ef9b494fc2966005ece2107a3c53b6eafe4eebe9be3d552aebe143e05f3db2b51693c253831744fc265ec2a557d31ee42cf0ba5991b38d075278415d +DIST tinyvec-1.6.0.crate 45991 BLAKE2B e9699d4d80a78978f0ebfd049f5b33d7f23d401cf4f4439ccb168e8c0e322473ad0ea7e2ff0ff69e9aac3e5c4c9ae5a7102185533bfbf96dbe77b3526e700bc9 SHA512 e5acaf353c58c60ae5556130a934f1048abb79cf6668ae467d308bac44b689d8a9997227ea879f4b5fe50f29cde8761801b088d7149bcd063b973056c381921c +DIST tinyvec_macros-0.1.1.crate 5865 BLAKE2B 2bf4f68ca11dc19c72232951605a4c809b34ff38ee365ee4f592a3c41360e23c9330cfba961e2692a0ad568fef4aaaac51c40808d491178cf7a0c4b5a1c5d484 SHA512 10008c7b3a3d50c94b9c370015b76ee082f5dfb6dcacf014dc2f2dbe92f903618d10d0202b21f48fcf98a94ae76fb712db55a5e8ad353645d378cf0e6ec74f7e +DIST typed-arena-2.0.2.crate 11848 BLAKE2B 1d2821519c959b8e5f32942fb106f836a9aa753a43058cad6898588f8e0d9abcbe7a94a91ec8d30c62e59833563df48229c6aeec8bf7a396de20895e39571d11 SHA512 33f43488ff63ab763e4330d124e3290ece41e50ab78b6f12dae3a2be4d7f5bdf6ec876ab3b1f8cd81874e335fc41f3a2254994f250d3d6aba682fce557a6a399 DIST unicase-2.6.0.crate 23478 BLAKE2B 6e580108ac81b1cbee70e5bd331f43b12f266dae4f4f758bb8f5f073bd1af61943ee0de34cc27769525b19da8c24f8dea4941d0f5454594ab0cc8b78071ff053 SHA512 7e76a5f344e32c56cf87223585d87a56c79627b52bba0b29eb6de82de874b2964accededa8e9b5741f57944b6750fba5c61e679a50d4fd5a5646f431e2f4f188 -DIST unicode-bidi-0.3.7.crate 33759 BLAKE2B 4d5224062c829b5e48d26ca727bb60d10d7c663cfca24762331b36a2819a70e7d43d2b6b64ba64751d9b686949142b53346a52027d400acf8cb1e1b1895b2796 SHA512 6eeafec87a504ac968b59dd3168714e555b5b374cfbb5a6a9c962445c423f82b68ee54d1b732c5939eb17fdbb804f9b3affe828745bf4ff34e8a1587df2bc8bf -DIST unicode-normalization-0.1.19.crate 107353 BLAKE2B 4c69d50efcae131eb4b91d385a64b49412a11ba913b3c0364cd04ad107d59e31adbda74d34ed13a065d9a7825d79fb740e82a4dc66b7813a9837af4352ac9e16 SHA512 7459e9d2867308cac80a98d8dd0b0cce797e2830ea5ff55b878f7a37a6f5e1f0bc14340e1a29955298d660ba2be57754a1478d74851b1b90576dd5bc4231729f -DIST unicode-segmentation-1.8.0.crate 94011 BLAKE2B 33440cedd5b51bd6075c9c75541bb8dcc16037b1c937ca72962f6c46be71a30850ab8e8a144d8b7548e5a91c78d551e7bbab5f26a713f1df0311d15f11299af9 SHA512 f0779ec42907b665df53f38ea370e661f10e7c72a75917f4cbd055868428c0eac1c7fc194d4bbf048e00f0f3d3e2b3602ae88d7820ad0c73e94a5228b61f6495 -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 url-2.2.2.crate 68555 BLAKE2B f8e59f784b6c2e16bacfba36ad68670a6af17c16ea3b0866b5aa98e5bf4686cf1b1aac9b1f0a0ea3b89a01e044a2ca37830416f42d147158ea8e88f23fd28ac2 SHA512 f9b6ad99d69ff303283b3fd9e98945fbd6cb411a3d141badcbb3a0566723a451375e6dd5d5357e3eb7a1b5b1ee5756a2347c43817db2de6fe35b9004b090e077 +DIST unicode-bidi-0.3.13.crate 44477 BLAKE2B 90d80e7c57e93aa9aaa83e7c3c1a93bb6e4d51047803e61ed3f7c80361987947b2029a2b679bd301e8a0766ee8ea7f080e9b9b6ebcbb4354e19813a0f7da2abc SHA512 fb094fcfd907d90fa7232432aca0143209446e4c5c73d8a0fe6d2dc44b9dbb5b8b926c59b5e3f9a5a0a36f91c04613509b6e430c9c4adf526e7445e6e8d7a3d9 +DIST unicode-ident-1.0.8.crate 41962 BLAKE2B 3e3394a421460b0cdd56f96e1149b3816651ffd7064f9ec85c12050917d0b271eeee4bc3f6d3f0a3c1596635df3dac54bd610243d34e459743fe29b3b931a237 SHA512 8104999c6fff002c5aa109e2ca75ce3eaf772155d31dff87bcf39e3eb3da58b6cb543717be7b55acdb0cb1a4bd2a3d2e9c9974f7f75b6528668f5ef665ef4088 +DIST unicode-normalization-0.1.22.crate 122604 BLAKE2B 3f3430b279cc0ce1595392c869442ce676ab097154c688779ebcf726e10c497df59be2cd7bb2f84f99499a9df0654760a10ac92224c17d74775aeebe291241e1 SHA512 a5810d5e9cd93dbb80e013997aa9d38e60834619483a6623eb2859ec5d59a5aec3fc4db123dc7f4e2fe9f2b8799cf6af48bdff22d69a00a23707240e8bf3bb3c +DIST unicode-segmentation-1.10.1.crate 98416 BLAKE2B 4c391ad34c5f8a00096ce89793b15212555f2d8a367f3ae78f26a36c5897b69f3efcd280a1bd3eb3f61c87b8a26061804b1cd56e1c1500cbcd62e8bc74520014 SHA512 e96224bba73fe9a167bbf226bb13fe5bea085765a90f7232cb20b42f3c584242b7291aeba1eb8edbe2ae40e5bee2f4714f434324f79316b22e8437c77a50e86b +DIST unicode-width-0.1.10.crate 18968 BLAKE2B 6174e307fd3ee290d0a5d1d31233baaa5315cdb73f19b8580718e9f9eb04cfd3aeaeb474af1e50c4b9fecc6fc777937dedc527c9dc9ed14ccf42af099e591f31 SHA512 9836a8d489d18ea1ecfe1957ed6d5da7dce825e138cd1848aef093fa8d2eb83fcf01eabb1a2446df4f5ede4e67316e9e81b5d58b59d4e8c5d67870e8fa5dca3b +DIST url-2.3.1.crate 72777 BLAKE2B 6ca0e537baf373b92269b2531945c1cdf360f1566cae4734dfb96f05a605e5c6c82e3192a1b9dde0ff22b92b87aba2d56e32a1bf17882b4de15efd7cdf52bc76 SHA512 8224010bef067574481e5d84100d944782d52b49db7c396ae2b4dfc145ed58769c15440d97a0fed4d2f9857592a8601417cc5b1bdea959c47a3e7a1f7182ed0d 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 walkdir-2.3.2.crate 23516 BLAKE2B 473f2b51aafd6ac17e5c3da8d545d179b31486b3a65ab39fbd8bd7fbb2ebcc24bebf01781200a26a68f0b1cb464f5763a919aead3b03eba5a7e1be6efec5500b SHA512 6c44071354faf37720ec4117ded34c8d530489542ee107ac26a7a56ef4a882b9003e22e84f1d61f6078643521343e35aa1f7b57c838779e78e5937a667bf82da -DIST wasi-0.10.2+wasi-snapshot-preview1.crate 27505 BLAKE2B 4eb8644b945633d6e856ad80dd74990be19eb6af99823b147163384f61d471e2d9ec054d78a7064072344be53783e57073e8fffc6d5555c149b4834a9bf31dba SHA512 06977a294d76369a3867c45abdd8a87ea5c84e5a3681075ba0d14af1aee3114ff24495c7e7f7fe1e6e42230e65fba0e062898e69bc89e0209af62c2d14094ec7 -DIST wasm-bindgen-0.2.78.crate 162111 BLAKE2B a3311e67900961b35a59ead7a8972dcee37671921c0f524895c821658a7b1246403d4674bee1735f1b2b94aa789d5376edd02afe4c8ebda110f4344ef58c9225 SHA512 bedeb2828d1e74b1e373bdf34dc2eaec70dd523e9ed96a341da1ab3729a7cf8470a828ddb9cfd4cf15af6e2fff75b4368553ab4f6f02c8dec9419dcdd7578de9 -DIST wasm-bindgen-backend-0.2.78.crate 25576 BLAKE2B 03dc6b255ab9e30f9eb54f81638eb02a05a0b994ddd51f47852bca376a02080fcce596453d688f5e8e7b5a814fd081b9709c1215f7e9f9fec0e4a7a6cba1000c SHA512 00a0ec9afb65c084b64cf9d25f778ab03bf2368a1e0ff213e07b8fe742a125ddae00c7b4d693225d6d798618b0441d4dea3c175cacdb37fdd75b0a46ba3a287b -DIST wasm-bindgen-macro-0.2.78.crate 11700 BLAKE2B 9f1538d79a39555f643b9ac6bfe026c259dfd129c45fdcc33cfbeeba2acb2a26ff4c9df83a3d11674c5ef8e9393af7a4d0cd7e3bd08b7eca0fa55986c893c5e3 SHA512 3389922198b0d5c19163f4de345e0cd7a3c0609d48ff933bd5af0cfb205463632878b5d60bfeeb8dd8f8a98f28f23c5185dd6d8389f599f31176297c944b595d -DIST wasm-bindgen-macro-support-0.2.78.crate 17858 BLAKE2B 8378f639a94797d2d149f2cd836f56143a498d3be5fc30eced6fe4fc2e1bfe14a70f3165cdc5cc1c88f0162efec75b64e56aa9819596984afa97003601b933ce SHA512 84d9867407a7caa942ab11f0ad1c343839bf51793930cdc3ebc5279ca370062eda006540448cc401f6afa078dbb1523b348ae69f4c6d7ccc9a7b8fa1ff895236 -DIST wasm-bindgen-shared-0.2.78.crate 7206 BLAKE2B ee60946d3a90a2760d8cb045657de659c6367aed2d98efd60074cb57f6b06aedf9ac44fed3d41c20299c5edc095cac5537a365fdb01183f3e60b6323da581935 SHA512 a808b7a7909e4a287ccced1b251ad4c1230399c84c05e246127b6a91fa4ed328d6a24316dbdc1843db71a5bd78cfd80113424f9984e0777323d74e3125607134 -DIST web-sys-0.3.55.crate 664827 BLAKE2B 1864f320e6c9b80c6b4b4fd8941d66cf9368a9b0cebcb86d3486b99f65456748b46c507a1bb761611c4825d412986f5bd8c8fc38c3bda3dad2e9de213467ee51 SHA512 ddf191f009d49388bf60ee31650eff1ff884f01822989a226c559b9560aebd90681fadd34e7437f555d627a0a3139ebe267375618eadac8c17ace5fd47650764 +DIST version_check-0.9.4.crate 14895 BLAKE2B fa1fa4008af165bfc1fdbe560488afd9d232cfafee94104fbcc4cbc52f234849bff9ddfa88109a1ac682f6d9c1d86b0459893d223f64e65adc08966aaf93dc89 SHA512 b172dc9a3759a4a683ffc39b9a40b03b9974b626a088217de87090466cef695226557c226cf3e469b2b25ee7297b7eb0d7719878cab42457f80146a81943c0c8 +DIST walkdir-2.3.3.crate 23125 BLAKE2B 3bd354b9796a31bd4c8f4ca695514101a7837ae2134fa1ffec20df1cc946a67b38c6b50affbc2cb79ffee0934474d8269378dab5ac49a4943ccf8c7aaa51db11 SHA512 2b6e1e27c16e310f636eb1c9ee58435509fb8f7a6c5beba4dd13d87aa1d91599a593bfe720a675d536ce63e217c31e240a57122455d8e18de1282a9e7fc3defe +DIST wasi-0.11.0+wasi-snapshot-preview1.crate 28131 BLAKE2B fe501889f25d65e2d032f885cc50c4f8bf7dd70fd5cbc438de349838370d8699e9627b0a4fc76030ea9fe6d508f41d0c9928a875fdbc47e73bfb17241cf7b155 SHA512 043500ab28cd9cb779475255da5d109ebab7fccca72b64873dc28d77bc5a157ba8d96b9e8f05223b5b36c7089bb7b4ba87657fc69bac16b78972f897294a865f +DIST wasm-bindgen-0.2.84.crate 172947 BLAKE2B 90c9b846bcea9d099a394b42f126990db82d1dcbe247f8b63f8c91cdfbb5e2d184d36daedaf8fcee58c34afe89bf9a30454063693d64806ead3427680a87e7af SHA512 20f8c9e4f8d81c66e34d9ca2b266fabaae30da9015d139cd4eba3f314c67c17cb562c6eec5127c41302c11c2f314237add2524a8b9a4d5346b8822a37e467b2d +DIST wasm-bindgen-backend-0.2.84.crate 26344 BLAKE2B 5686a252082afe128ded295584d972fe4af11a30fe37a80e142d213eb2e4bca567182bfc5addf1571696bd12e68e029148cffaa9af088d1269a1201af72e64d1 SHA512 afb06e21d916cf1af137159ac86924fbee3a958ef73725bdf6bf205e15465857791070c721e0fc0164eb6e37d195bbb6a3f03661c81e1e5a9ab8502bc3704058 +DIST wasm-bindgen-macro-0.2.84.crate 12857 BLAKE2B 23ae9963cc2cf9bc589f5d77c8d3819aeb9d671f0bddd17093b2df096cc800d2130bd2a994b786a5f446e9194947199b3f0cdf1c16f15e7283a4ae319ca849a1 SHA512 23b69ff601c149909d81200bc2902018ec71efad8aec9cd84a0653025aaf852cc86d93e28c5f60144ba6ce5aeff04b90d23761e263e3783d45097316525d6f43 +DIST wasm-bindgen-macro-support-0.2.84.crate 19076 BLAKE2B 4f779d7d0a406f376092ea8193851dbc86e9dbb822464db66a2022274665b03b9bf6552f79263014510cfaf4284847e98e8173263a6565f1af0c29054bd33fff SHA512 f2a8b6e0170dcea0d2f4a50361f036ad6604c499a89f0cf602578d0958d47c193aecebbd98e63310f592b08f8fe53da6c3d7a124b433ee384aa22371d9c963e5 +DIST wasm-bindgen-shared-0.2.84.crate 7219 BLAKE2B 4910158ed884dd9dbb32b1539b0c89a583f98df05cb29654487a26db063c973d44cb086dad4b466f9bc63104e3d4da72fe9feed32618f8243151dfb9ccfaff29 SHA512 fc4bf134a33c71852b91d09fbf1e1801e2b97b5c2756e2680d0c1f8701da30b22b56777d8e806e13602beb040775824966e378f7b9805e131a385e7816ddd010 +DIST web-sys-0.3.61.crate 706333 BLAKE2B f57cb14032e2ea01b5e0ffcef0988ee3e8227c1da7d27ef8799583f64cddb4bcfbbb145f5ea1889006fc9ff61d42b1c02d4b278d67371c9d914827113f5e4128 SHA512 dd8c93a92295a9cd94a4a4cac4a81d9fa41c2c0bc885c1861eae5cc317a0d55e1a9d34b97b91999bf617a071f7f8acc39bb0d4a684b40543519f0cad6b82a25c 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.5.crate 10164 BLAKE2B fc800aceae5249a858c806c3e969ef2545766099872d856ebee51c883d9acf1122278db9607d50ca53eac351502b700fd2463900932d342240f97f683d517963 SHA512 7baeb661f397c4693dfa001fdc774b323c51a7c55caad40f2de5112a1cefd1d6151e3df41fa4ee193460a5905917c83d2b1de5fa10b4bd014ad96690af95c0fd 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-sys-0.45.0.crate 2568659 BLAKE2B 6f2d634d121a9bf41e2887e277a73f33aee69b04c7fcfc6ff973d21902787997f1e186f530e9226cddc003ffc3f85a179c069c8a8688de459f617df92d33f94f SHA512 f239346c0141b95aa76e0771e2f4e38b9a592f3cd92c6001de353637cd65cd73b94cbf9917a4eaa9b0c0b2e6e2af920b9cf6b3fccb52770df5160254cffc1c47 +DIST windows-sys-0.48.0.crate 2628884 BLAKE2B 551e900de4f67187ef034b60df9fd0e0d8f82a3100ef28e1eabd543ac129d882dc86ffcc1714071aba09e4cb2ae2d2f07ace1a32b99fd989ce525cf05991edab SHA512 bdf534bcf3face31e9ebe11427a911a53f89f4ff5eaea8cccd094e139bfe14b2aec602b1cab1df774794d999477439d9adc6b627a8e33c20334fc348ba2c47ed +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_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_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_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_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_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_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_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 yansi-0.5.1.crate 16525 BLAKE2B 3b5a93b98293daae72f53bf3f13bfc05feba8d5b27921f79595f7448fbcb9a0dfa6cd70f467c5735b914c46b7d3592e6cce080c540a458a904308525eb3aa839 SHA512 7b33005a066cc612408a65df6533e8718d1de43efc0fd57416a19dc2b811497570e6e18f100fb26073565e395e711518c27de7d644ae64777713f1a102eb16d2 diff --git a/dev-db/influxdb/influxdb-2.7.1-r1.ebuild b/dev-db/influxdb/influxdb-2.7.1-r1.ebuild deleted file mode 100644 index 1209ebeda900..000000000000 --- a/dev-db/influxdb/influxdb-2.7.1-r1.ebuild +++ /dev/null @@ -1,248 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -CRATES=" - adler32-1.2.0 - ahash-0.7.6 - aho-corasick-0.7.18 - ansi_term-0.11.0 - ansi_term-0.12.1 - anyhow-1.0.56 - arrayvec-0.5.2 - atty-0.2.14 - autocfg-1.0.1 - bitflags-1.3.2 - bstr-0.2.17 - bumpalo-3.12.0 - cast-0.2.7 - cfg-if-1.0.0 - chrono-0.4.19 - clap-2.33.3 - codespan-reporting-0.11.1 - colored-2.0.0 - crc32fast-1.2.1 - criterion-0.3.5 - criterion-plot-0.4.4 - crossbeam-channel-0.5.1 - crossbeam-deque-0.8.1 - crossbeam-epoch-0.9.5 - crossbeam-utils-0.8.8 - csv-1.1.6 - csv-core-0.1.10 - ctor-0.1.21 - derivative-2.2.0 - derive_more-0.99.17 - diff-0.1.12 - dissimilar-1.0.3 - either-1.6.1 - ena-0.14.0 - env_logger-0.9.0 - expect-test-1.2.2 - fallible-iterator-0.2.0 - fallible-streaming-iterator-0.1.9 - fastrand-1.7.0 - flatbuffers-22.9.29 - fnv-1.0.7 - form_urlencoded-1.0.1 - getrandom-0.2.6 - half-1.8.2 - hashbrown-0.11.2 - hashlink-0.7.0 - heck-0.3.3 - hermit-abi-0.1.19 - humantime-2.1.0 - idna-0.2.3 - indexmap-1.8.1 - instant-0.1.12 - itertools-0.10.1 - itoa-0.4.8 - itoa-1.0.1 - js-sys-0.3.55 - lazy_static-1.4.0 - libc-0.2.121 - libflate-1.2.0 - libflate_lz77-1.1.0 - libsqlite3-sys-0.23.2 - lock_api-0.4.6 - log-0.4.16 - lsp-types-0.91.1 - maplit-1.0.2 - matches-0.1.9 - memchr-2.4.1 - memoffset-0.6.4 - num-integer-0.1.44 - num-traits-0.2.14 - num_cpus-1.13.0 - once_cell-1.10.0 - oorandom-11.1.3 - ordered-float-3.2.0 - output_vt100-0.1.2 - pad-0.1.6 - parking_lot-0.11.2 - parking_lot_core-0.8.5 - percent-encoding-2.1.0 - pkg-config-0.3.25 - plotters-0.3.1 - plotters-backend-0.3.2 - plotters-svg-0.3.1 - pretty-0.11.2 - pretty_assertions-1.2.1 - proc-macro-error-1.0.4 - proc-macro-error-attr-1.0.4 - proc-macro2-1.0.32 - pulldown-cmark-0.9.1 - quote-1.0.10 - rayon-1.5.2 - rayon-core-1.9.2 - redox_syscall-0.2.10 - regex-1.5.5 - regex-automata-0.1.10 - regex-syntax-0.6.25 - remove_dir_all-0.5.3 - rle-decode-fast-1.0.1 - rusqlite-0.26.3 - rustc-hash-1.1.0 - rustc_version-0.4.0 - ryu-1.0.5 - salsa-0.17.0-pre.2 - salsa-macros-0.17.0-pre.2 - same-file-1.0.6 - scopeguard-1.1.0 - semver-1.0.4 - serde-1.0.136 - serde_cbor-0.11.2 - serde_derive-1.0.136 - serde_json-1.0.79 - serde_repr-0.1.7 - smallvec-1.7.0 - strsim-0.8.0 - structopt-0.3.26 - structopt-derive-0.4.18 - syn-1.0.81 - tempfile-3.3.0 - termcolor-1.1.2 - textwrap-0.11.0 - thiserror-1.0.30 - thiserror-impl-1.0.30 - time-0.1.43 - tinytemplate-1.2.1 - tinyvec-1.5.1 - tinyvec_macros-0.1.0 - typed-arena-2.0.1 - unicase-2.6.0 - unicode-bidi-0.3.7 - unicode-normalization-0.1.19 - unicode-segmentation-1.8.0 - unicode-width-0.1.9 - unicode-xid-0.2.2 - url-2.2.2 - vcpkg-0.2.15 - vec_map-0.8.2 - version_check-0.9.3 - walkdir-2.3.2 - wasi-0.10.2+wasi-snapshot-preview1 - wasm-bindgen-0.2.78 - wasm-bindgen-backend-0.2.78 - wasm-bindgen-macro-0.2.78 - wasm-bindgen-macro-support-0.2.78 - wasm-bindgen-shared-0.2.78 - web-sys-0.3.55 - winapi-0.3.9 - winapi-i686-pc-windows-gnu-0.4.0 - winapi-util-0.1.5 - winapi-x86_64-pc-windows-gnu-0.4.0 -" - -inherit cargo go-module systemd - -DESCRIPTION="Scalable datastore for metrics, events, and real-time analytics" -HOMEPAGE="https://www.influxdata.com" - -SRC_URI="https://github.com/influxdata/influxdb/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://github.com/influxdata/ui/releases/download/OSS-v${PV}/build.tar.gz -> ${P}-assets.tar.gz" -SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-deps.tar.xz" -SRC_URI+=" $(cargo_crate_uris)" - -LICENSE="Apache-2.0 BSD BSD-2 EPL-2.0 ISC MIT MPL-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND="virtual/pkgconfig" - -COMMON_DEPEND=" - acct-group/influxdb - acct-user/influxdb -" - -DEPEND="${COMMON_DEPEND}" -RDEPEND="${COMMON_DEPEND}" - -src_unpack() { - cargo_src_unpack -} - -src_prepare() { - default - - local data_dir - data_dir="${S}/static/data" - mkdir "${data_dir}" || die - mv "${WORKDIR}/build" "${data_dir}" || die -} - -src_compile() { - mv "${WORKDIR}/go-mod" "${WORKDIR}/go-mod-tmp" || die - mv "${WORKDIR}/go-mod-tmp/github.com/influxdata/pkg-config@v0.2.11/go-mod" "${WORKDIR}/go-mod" || die - cd "${WORKDIR}"/go-mod-tmp/github.com/influxdata/pkg-config* || die - ego build . - mv "${WORKDIR}/go-mod" "${WORKDIR}/go-mod-tmp/github.com/influxdata/pkg-config@v0.2.11" || die - mv "${WORKDIR}/go-mod-tmp" "${WORKDIR}/go-mod" || die - - cd "${WORKDIR}/go-mod/github.com/influxdata/flux@v0.193.0/libflux" || die - cargo_src_compile - - cd "${S}" || die - - export PKG_CONFIG="${WORKDIR}/go-mod/github.com/influxdata/pkg-config@v0.2.11/pkg-config" - ego generate ./static - GOBIN="${S}/bin" \ - ego install \ - -tags 'assets,noasm,sqlite_json,sqlite_foreign_keys' \ - -ldflags="-X main.version=${PV}" \ - ./... -} - -src_test() { - ego test ./tests -} - -src_install() { - dobin bin/influx* - dodoc *.md - cd .circleci/package/fs - systemd_dounit usr/lib/influxdb/scripts/influxdb.service - dodir /usr/lib/influxdb/scripts - exeinto /usr/lib/influxdb/scripts - doexe usr/lib/influxdb/scripts/influxd-systemd-start.sh - dodir /usr/share/influxdb - exeinto /usr/share/influxdb - doexe usr/share/influxdb/influxdb2-upgrade.sh - newconfd "${FILESDIR}"/influxdb.confd influxdb - newinitd "${FILESDIR}"/influxdb.initd influxdb - keepdir /var/log/influxdb - fowners influxdb:influxdb /var/log/influxdb -} - -pkg_postinst() { - elog "Upgrading from InfluxDB1.x requires migration of time series data." - elog "See https://docs.influxdata.com/influxdb/v2.7/upgrade/v1-to-v2/" - elog "Keep in mind that some applications not compatible with InfluxDB 2.x" - elog "may stop working." - - ewarn "The InfluxDB command line client has been moved to dev-db/influx-cli" - ewarn "You will need to install it separately" -} diff --git a/dev-db/influxdb/influxdb-2.7.3.ebuild b/dev-db/influxdb/influxdb-2.7.3.ebuild new file mode 100644 index 000000000000..6e2b4f1de31e --- /dev/null +++ b/dev-db/influxdb/influxdb-2.7.3.ebuild @@ -0,0 +1,280 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +CRATES=" + adler32@1.2.0 + ahash@0.7.6 + aho-corasick@0.7.20 + android_system_properties@0.1.5 + ansi_term@0.12.1 + anyhow@1.0.70 + arrayvec@0.5.2 + atty@0.2.14 + autocfg@1.1.0 + bitflags@1.3.2 + bitflags@2.0.2 + bumpalo@3.12.0 + cast@0.3.0 + cc@1.0.79 + cfg-if@1.0.0 + chrono@0.4.24 + clap@2.34.0 + codespan-reporting@0.11.1 + colored@2.0.0 + core-foundation-sys@0.8.4 + crc32fast@1.3.2 + criterion-plot@0.4.5 + criterion@0.3.6 + crossbeam-channel@0.5.7 + crossbeam-deque@0.8.3 + crossbeam-epoch@0.9.14 + crossbeam-utils@0.8.15 + csv-core@0.1.10 + csv@1.2.1 + ctor@0.1.26 + cxx-build@1.0.94 + cxx@1.0.94 + cxxbridge-flags@1.0.94 + cxxbridge-macro@1.0.94 + derivative@2.2.0 + derive_more@0.99.17 + diff@0.1.13 + dissimilar@1.0.6 + either@1.8.1 + ena@0.14.2 + env_logger@0.9.3 + errno-dragonfly@0.1.2 + errno@0.3.0 + expect-test@1.4.1 + fallible-iterator@0.2.0 + fallible-streaming-iterator@0.1.9 + fastrand@1.9.0 + flatbuffers@22.12.6 + fnv@1.0.7 + form_urlencoded@1.1.0 + getrandom@0.2.8 + half@1.8.2 + hashbrown@0.12.3 + hashlink@0.8.1 + heck@0.3.3 + hermit-abi@0.1.19 + hermit-abi@0.2.6 + hermit-abi@0.3.1 + humantime@2.1.0 + iana-time-zone-haiku@0.1.1 + iana-time-zone@0.1.56 + idna@0.3.0 + indexmap@1.9.3 + instant@0.1.12 + io-lifetimes@1.0.10 + itertools@0.10.5 + itoa@1.0.6 + js-sys@0.3.61 + lazy_static@1.4.0 + libc@0.2.141 + libflate@1.3.0 + libflate_lz77@1.2.0 + libsqlite3-sys@0.26.0 + link-cplusplus@1.0.8 + linux-raw-sys@0.3.1 + lock_api@0.4.9 + log@0.4.17 + lsp-types@0.91.1 + maplit@1.0.2 + memchr@2.5.0 + memoffset@0.8.0 + num-integer@0.1.45 + num-traits@0.2.15 + num_cpus@1.15.0 + once_cell@1.17.1 + oorandom@11.1.3 + ordered-float@3.6.0 + output_vt100@0.1.3 + pad@0.1.6 + parking_lot@0.11.2 + parking_lot_core@0.8.6 + percent-encoding@2.2.0 + pkg-config@0.3.26 + plotters-backend@0.3.4 + plotters-svg@0.3.3 + plotters@0.3.4 + pretty@0.11.3 + pretty_assertions@1.3.0 + proc-macro-error-attr@1.0.4 + proc-macro-error@1.0.4 + proc-macro2@1.0.56 + pulldown-cmark@0.9.2 + quote@1.0.26 + rayon-core@1.11.0 + rayon@1.7.0 + redox_syscall@0.2.16 + redox_syscall@0.3.5 + regex-syntax@0.6.29 + regex@1.7.3 + rle-decode-fast@1.0.3 + rusqlite@0.29.0 + rustc-hash@1.1.0 + rustc_version@0.4.0 + rustix@0.37.7 + ryu@1.0.13 + salsa-macros@0.17.0-pre.2 + salsa@0.17.0-pre.2 + same-file@1.0.6 + scopeguard@1.1.0 + scratch@1.0.5 + semver@1.0.17 + serde@1.0.159 + serde_cbor@0.11.2 + serde_derive@1.0.159 + serde_json@1.0.95 + serde_repr@0.1.12 + smallvec@1.10.0 + strsim@0.8.0 + structopt-derive@0.4.18 + structopt@0.3.26 + syn@1.0.109 + syn@2.0.13 + tempfile@3.5.0 + termcolor@1.2.0 + textwrap@0.11.0 + thiserror-impl@1.0.40 + thiserror@1.0.40 + tinytemplate@1.2.1 + tinyvec@1.6.0 + tinyvec_macros@0.1.1 + typed-arena@2.0.2 + unicase@2.6.0 + unicode-bidi@0.3.13 + unicode-ident@1.0.8 + unicode-normalization@0.1.22 + unicode-segmentation@1.10.1 + unicode-width@0.1.10 + url@2.3.1 + vcpkg@0.2.15 + vec_map@0.8.2 + version_check@0.9.4 + walkdir@2.3.3 + wasi@0.11.0+wasi-snapshot-preview1 + wasm-bindgen-backend@0.2.84 + wasm-bindgen-macro-support@0.2.84 + wasm-bindgen-macro@0.2.84 + wasm-bindgen-shared@0.2.84 + wasm-bindgen@0.2.84 + web-sys@0.3.61 + winapi-i686-pc-windows-gnu@0.4.0 + winapi-util@0.1.5 + winapi-x86_64-pc-windows-gnu@0.4.0 + winapi@0.3.9 + windows-sys@0.45.0 + windows-sys@0.48.0 + windows-targets@0.42.2 + windows-targets@0.48.0 + windows@0.48.0 + windows_aarch64_gnullvm@0.42.2 + windows_aarch64_gnullvm@0.48.0 + windows_aarch64_msvc@0.42.2 + windows_aarch64_msvc@0.48.0 + windows_i686_gnu@0.42.2 + windows_i686_gnu@0.48.0 + windows_i686_msvc@0.42.2 + windows_i686_msvc@0.48.0 + windows_x86_64_gnu@0.42.2 + windows_x86_64_gnu@0.48.0 + windows_x86_64_gnullvm@0.42.2 + windows_x86_64_gnullvm@0.48.0 + windows_x86_64_msvc@0.42.2 + windows_x86_64_msvc@0.48.0 + yansi@0.5.1 +" + +inherit cargo go-module systemd + +DESCRIPTION="Scalable datastore for metrics, events, and real-time analytics" +HOMEPAGE="https://www.influxdata.com" + +FLUX_PV="0.194.3" + +SRC_URI="https://github.com/influxdata/influxdb/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" https://github.com/influxdata/ui/releases/download/OSS-v2.7.1/build.tar.gz -> ${P}-assets.tar.gz" +SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-deps.tar.xz" +SRC_URI+=" ${CARGO_CRATE_URIS}" + +LICENSE="Apache-2.0 BSD BSD-2 EPL-2.0 ISC MIT MPL-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" +RESTRICT="!test? ( test )" + +BDEPEND="virtual/pkgconfig" + +DEPEND=" + acct-group/influxdb + acct-user/influxdb +" +RDEPEND="${DEPEND}" + +src_unpack() { + cargo_src_unpack +} + +src_prepare() { + default + + local data_dir + data_dir="${S}/static/data" + mkdir "${data_dir}" || die + mv "${WORKDIR}/build" "${data_dir}" || die +} + +src_compile() { + mv "${WORKDIR}/go-mod" "${WORKDIR}/go-mod-tmp" || die + mv "${WORKDIR}/go-mod-tmp/github.com/influxdata/pkg-config@v0.2.11/go-mod" "${WORKDIR}/go-mod" || die + cd "${WORKDIR}"/go-mod-tmp/github.com/influxdata/pkg-config* || die + ego build . + mv "${WORKDIR}/go-mod" "${WORKDIR}/go-mod-tmp/github.com/influxdata/pkg-config@v0.2.11" || die + mv "${WORKDIR}/go-mod-tmp" "${WORKDIR}/go-mod" || die + + cd "${WORKDIR}/go-mod/github.com/influxdata/flux@v${FLUX_PV}/libflux" || die + cargo_src_compile + + cd "${S}" || die + + export PKG_CONFIG="${WORKDIR}/go-mod/github.com/influxdata/pkg-config@v0.2.11/pkg-config" + ego generate ./static + GOBIN="${S}/bin" \ + ego install \ + -tags 'assets,noasm,sqlite_json,sqlite_foreign_keys' \ + -ldflags="-X main.version=${PV}" \ + ./... +} + +src_test() { + ego test ./tests +} + +src_install() { + dobin bin/influx* + dodoc *.md + cd .circleci/scripts/package/influxdb2/fs || die + systemd_dounit usr/lib/influxdb/scripts/influxdb.service + exeinto /usr/lib/influxdb/scripts + doexe usr/lib/influxdb/scripts/influxd-systemd-start.sh + exeinto /usr/share/influxdb + doexe usr/share/influxdb/influxdb2-upgrade.sh + newconfd "${FILESDIR}"/influxdb.confd influxdb + newinitd "${FILESDIR}"/influxdb.initd influxdb + keepdir /var/log/influxdb + fowners influxdb:influxdb /var/log/influxdb +} + +pkg_postinst() { + elog "Upgrading from InfluxDB1.x requires migration of time series data." + elog "See https://docs.influxdata.com/influxdb/v2.7/upgrade/v1-to-v2/" + elog "Keep in mind that some applications not compatible with InfluxDB 2.x" + elog "may stop working." + + ewarn "The InfluxDB command line client has been moved to dev-db/influx-cli" + ewarn "You will need to install it separately" +} diff --git a/dev-db/mongodb/metadata.xml b/dev-db/mongodb/metadata.xml index 4209dc659524..f8c3c65fba50 100644 --- a/dev-db/mongodb/metadata.xml +++ b/dev-db/mongodb/metadata.xml @@ -14,7 +14,6 @@ and powerful queries). - Adds support for link time optimization Install the MongoDB shell from app-admin/mongosh-bin Install the MongoDB tools (mongoimport, mongodump...) from app-admin/mongo-tools diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.33-r1.ebuild b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.33-r1.ebuild index a6558abd86f4..caa3194fb0eb 100644 --- a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.33-r1.ebuild +++ b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.33-r1.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/${P}-src" LICENSE="Artistic GPL-2" SLOT="0" # -ppc, -sparc for bug #711940 -KEYWORDS="~amd64 ~arm ~arm64 -ppc ~ppc64 -sparc ~x86" +KEYWORDS="amd64 arm ~arm64 -ppc ppc64 -sparc x86" IUSE="+legacy" RDEPEND=" diff --git a/dev-db/redis/redis-6.2.14.ebuild b/dev-db/redis/redis-6.2.14.ebuild index 64d6dfe5ae06..93779dea14c8 100644 --- a/dev-db/redis/redis-6.2.14.ebuild +++ b/dev-db/redis/redis-6.2.14.ebuild @@ -22,7 +22,7 @@ SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="+jemalloc selinux ssl systemd tcmalloc test" RESTRICT="!test? ( test )" diff --git a/dev-db/redis/redis-7.0.14.ebuild b/dev-db/redis/redis-7.0.14.ebuild index ba998fc64130..1e67595984ec 100644 --- a/dev-db/redis/redis-7.0.14.ebuild +++ b/dev-db/redis/redis-7.0.14.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="+jemalloc selinux ssl systemd tcmalloc test" RESTRICT="!test? ( test )" diff --git a/dev-db/redis/redis-7.2.3.ebuild b/dev-db/redis/redis-7.2.3.ebuild index 80bb38f5edb8..14563a65db85 100644 --- a/dev-db/redis/redis-7.2.3.ebuild +++ b/dev-db/redis/redis-7.2.3.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD Boost-1.0" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="+jemalloc selinux ssl systemd tcmalloc test" RESTRICT="!test? ( test )" diff --git a/dev-dotnet/Manifest.gz b/dev-dotnet/Manifest.gz index 5d598355065c..a2908d2c865e 100644 Binary files a/dev-dotnet/Manifest.gz and b/dev-dotnet/Manifest.gz differ diff --git a/dev-dotnet/fsautocomplete/Manifest b/dev-dotnet/fsautocomplete/Manifest new file mode 100644 index 000000000000..ae8dcf7bf6d9 --- /dev/null +++ b/dev-dotnet/fsautocomplete/Manifest @@ -0,0 +1,216 @@ +DIST altcover.8.3.838.nupkg 6777876 BLAKE2B ce94bcdb55b9658cd5431ad9fe96eef93cb754ae71a75d24ca2c471c2465881d40a25a8e728a628761e1ec0e06950b7e927779dccc72cf4d1670c8f7a6a140f6 SHA512 a5a28519dfecfc49f4ba1bcc80cda6823324f26012cd0c43e89b5ac593346cdc3c944cf295671beb573ed12f1d467b024a693048c20753225e9ae2dece3d0ffa +DIST benchmarkdotnet.0.13.5.nupkg 2478369 BLAKE2B 0e603e07a77ec6b836a5c1736a57acfd8aa9f02d19be7ad6a886be954659f5e2dc598ddf85ee742e57f066fb1cd2fdc429d0a544dbb7e09aabe13fb2adc9bb61 SHA512 8eff8d1591789ceaf1c274bf932f6858e96e5700f1d4f55004e78d36155e83aa0e19e0d4992f9109850927179277d190b28ca2760cbbfd3db7d01536f1432687 +DIST benchmarkdotnet.annotations.0.13.5.nupkg 63241 BLAKE2B fe2eb66ae854b4a96636ec625b8c1b0122b40d2a1173379067bec2a12088907834b0c495c2a5b38ea2f20eac0b05489f0fbeb8d8058762c1a615b17facb339df SHA512 5e7a3814d61e3f628a95797088891fa426b1263706f3d4a3ed7e7bab1e31cb21c9298cc2050aa526b556fe778de31e107dbfec9743050a0da2424ddf8d531a7c +DIST blackfox.vswhere.1.1.0.nupkg 65091 BLAKE2B 1b505838d308a2a4b056aa790eadf2f1a065b0b2b2d598c4e3554d5a98fec3adfaa0c8e4ffebf1939d7b26b796d8109d9b1b2e8fae1cc5e237449fab50892d5b SHA512 85c1a4344984aacc0861e3780114d96dfb7df0ffe90ff65c309efe454aeaf540e6d9f1a47334cec4015f2adce7bc469a338c3dcc3af1638d52ed01d580326d80 +DIST cliwrap.3.4.4.nupkg 278187 BLAKE2B 274d9f52a5fd73ebb5de065dc75e4051125ed1f53c79360b610737015ada7a8aa7bec3d08244b430ac20d6a8df3597d0bed282a3feb3c9d9553f8dcc814f3beb SHA512 8cf45b6f0611921a5955c2e631133ce6b8d2609f4486d065098e10f9425a47837c4307b971d51a006d5530f869ce4c697a8949a804272309cd89465f270d37eb +DIST commandlineparser.2.4.3.nupkg 110637 BLAKE2B 0493839d7a58ed915281dbf922c2223a8b7acf7b85433673c448e88246537ee95f352144b554af9e117b24f99518483c8d08d2c71a3843d52f222a6067e98dc5 SHA512 dff5a9482b07368e1a4d268d5bd4a7992a91343811e2678a5499f96a72999ff851fe51a70e9f076c332ed7fc361973978b6ac0851114d5c37040cb44b654759a +DIST communitytoolkit.highperformance.7.0.1.nupkg 692625 BLAKE2B dba5f9823b9c47d96e5813a12e83ffccaada9b66c2132f90c0245f1eb96a62db923340b9dccf957d58786df7037940e8666f983d006257a39d423699b509e23f SHA512 9e6c3efb257ffbda08ecf81f217611802444a8d5cbd3c60c23c4c36a3dd7db7e459e049d339125941337653dfc3a6340ea877b03f7879639ac8efc97f4d2eb47 +DIST destructurama.fsharp.1.2.0.nupkg 23845 BLAKE2B bdd46e4f95dc3927d37dee8b08d78ea5f03903e507b226aa80b9f9cf4b3e65913cb1a6c068e83726a95c5bcb497da691c0321074baab549c470f71100b94a29e SHA512 8f3a5fe7437d51ae7482f88b9b47d3829437edf4ce57d5a397788cf443d612437c782c39589e14c101f6c3dc287bdc8965034fd8eb7569d747c617e9fbb04d08 +DIST diffplex.1.7.1.nupkg 84087 BLAKE2B 39bc921b480f9d1e1175c876647a8f3a5f178b3275a1320b55370d51b76bf317b6106b06ec2aa5414c237201811191a859960b2fe63d5fda3be35846e5ae1372 SHA512 ef67b73e3835513e1b932e478299462830d54b49a18fd5b08c3bd5e18faa04ccb78839e884c4af2fbc4e2bb3009784746985cf73d10e37051f32dc14be731e9b +DIST dotnet-reportgenerator-globaltool.5.0.2.nupkg 5112833 BLAKE2B 6146ef0d945d62de3d2bb03f7b5a3058efbc6c3f50f08787ab781c1622541f46567eb931150fb44c1a1debd823645b13d3352dd59073bfa68fbfe8c3e7eaf636 SHA512 59965004009b1b2ffee8a0e0b4c1a8040e04e3e854decb90be78f7888fbd7e4974c438fbcf6254b45c4c981d82bbb248c8f89d43b4f922073452ca65fb6da2e3 +DIST dotnet.reproduciblebuilds.1.1.1.nupkg 24193 BLAKE2B 7fa2efe9549ec3f7242ceff1566e3e1a11c5fe51091a1ed6faa7fc39ed7feb40c1e6f0b24a0cbc024e157905215e5be1fe776df0f647acbfbb3ac60c9b654756 SHA512 03dabc14d61db33723dd02d11613848125a36ecbafaad95fba1727f909f92777d6ee963394d00a6eb4e9383e636cbe46b54516abe2c6ea2baffdb76a2617b332 +DIST expecto.10.1.0.nupkg 373200 BLAKE2B c532c91f49625fe7edf2550194f5f3ae34b0f3c246242418ad43fe346a4cdf22e38a38bb7b3f0f981f4ea8e668a7f63f4f7e337411dd339426a5372be7b9c795 SHA512 cac251c942624de51d8fa2b521fdbbc89122db9ca3a0f433bec773ac2265cb0fae077690170887282570a79e470ab94fc515db0b24e64e0fc11713aa27c8a2e4 +DIST expecto.diff.9.0.4.nupkg 39084 BLAKE2B a275cda79b5bd09949c0d5c748e4ec27c3e5b0d35db1165fe6faa6d289c77044d8a6102a6a9e15f31cab14e8858beee4ca7c85ea1d3c5722fd1b575a1281544e SHA512 041f0a349805574e109a47c44214324839dbdc020b60281aac7436e607a8601f4e5773bddd341b4fb6c6f30d8cd74c89b1282d516505377b5947a39f898c8165 +DIST fake.api.github.5.20.4.nupkg 61417 BLAKE2B 8864b7410a61f775993aa98490099b92d4f814e81dbb20d7ff2825d85aa317ffe5f22fb543604823af6261610f7429fd6e766129fa577e4d39adef6e8c79e1cd SHA512 f1ae7bb0bfee3fafff0117061f7e7d5b3894877fa87217b45e96839058dccd3b5607294caf081278a3ddc15f3938c881aeff4da9bce860396b6cb1ff973c622e +DIST fake.core.commandlineparsing.5.23.1.nupkg 212617 BLAKE2B 2abb84c1199422c1af6bd668d7defa1b3498489de1986f43240f21c37c3842785792bcaf17dbb004dad573158674c2d76b89e5a324625d6e0da22955d6c09d4d SHA512 ac96cf6229ce6c46f7928699e45d175d09ecb6c52040416e9df651616688014a31ea392f05f6b341f1919726ef1ec139c3e9e15a41c90a96f167d7e3c5676626 +DIST fake.core.context.5.23.1.nupkg 41942 BLAKE2B 288eb09eb75dd7343cddfded68c5065c31644e6b122957d79801aad0712574ac7ba1cb006effe582e4841a880d37522b0997aad61a471729030634a255ae46c4 SHA512 3c9d77c3368c6add79efa99e06b6d980d754d8c2c9c90ee4fbc13607ece9320189b053ddd4467ad8c139700b43cb10875dac42a0fe3e691f4d8b10cb3d1f5f1a +DIST fake.core.environment.5.23.1.nupkg 61639 BLAKE2B 32967a7a9c6174a5467dbc2b720a086ef59ebd36e417551d617be8bea5752ac5b533932ce0120ea8b6d589982f3d9a178985c25104120a46a9807954ec0a9db8 SHA512 ca00076ae18326bf9cc2a15e37049855916c664877b093f46d5b83afde8b824b81c8cebe13d0b2d9a0f686c86a1c27cb66c75e6c3c93ee63e0c338fcb88c9212 +DIST fake.core.fakevar.5.23.1.nupkg 29923 BLAKE2B cd85e15211c79ef0024ca8d6ccd1463e8e129637e87812bc83e4b7b4e9f01bffa964d0b9266bd5d5aa6c2342330d13ff0415454ed64df01b33ada7b3d5ee11c6 SHA512 7c14be3946ab834d7c79a4a1f9c2f6c01727b1940fbf62ee661d27cb3e98f3fafd74bcf2378847ed29ee7d32a14b460eed91483d4497e924b2596d65383bfab4 +DIST fake.core.process.5.23.1.nupkg 392699 BLAKE2B e6cc1e0f1956c467ad12d76946232bdf4ee5b48fdc712df242b8fde75acb869c245109f1a50214c1b9555fe57091b08bdd335d88dc2d6480e8aeabda21640b02 SHA512 ab4b8af87352c5ea7bb5986ab6b2f320e7d0487177039eb204353cd800f0481a5d5c9d3035f6a1731e52022ab18da7c0493eaa764b7b99f61f2a3a28522bc8f1 +DIST fake.core.releasenotes.5.23.1.nupkg 88435 BLAKE2B b9f58a3174ac5ad86eede71d6a94bffd78cdaaaf8c7b5a8d99ef6c5883d9382ee906bf0959860ab75a9e6cfa80f7e80fb839ebcf079f6cf2d122a0d904e1342c SHA512 db069551f9e4fc56d7fd4adeada1008e543ecd1e24ff1116dac7f28f29e9ca20d3add6e11768f54b8d4b45608d1deab0ee3fb5109db041b890e2ac786710c6f7 +DIST fake.core.semver.5.23.1.nupkg 51215 BLAKE2B 9e21fb1d3061e04d2b76a9f6fc7434fad7c6d410bf56d09667f214afe755ebde7706c3863d092f39469742699b0a628dda1ae0873696081dd22cc20b34aac120 SHA512 0dddb8b83844559cf6c15542eed77740e40b8f77eb4734568b7a0bbbd1c04deaf1cd47af2b404f9ac8b4c5ba82b24703ec2c3274e47a604f34ef1ced93621c9f +DIST fake.core.string.5.23.1.nupkg 57906 BLAKE2B cb4577a73696f4040aa2862ef344c909a42d57936e6d6d6521b1fcbbcc814c14cc7fa396c9085417c0c55ed09d59df137efa7a099bd04943db40ca655af4aed0 SHA512 4af9c27e16ed991e49f11d8cf37e5fbd94cc1a496c4831094e340080ce5b2c9545af28bae6ce015ef83f918ea861951a45b4bd297ea83abb085743c7bbf5d5d2 +DIST fake.core.target.5.23.1.nupkg 157606 BLAKE2B 86b1d07d155d5bd8ec16b908b8a78d12c5a91f64bd456950a5874707990e741a14f4da79022f5c8baf25aa81b3cc9938e9310caed5bb674c12fdf96a0a86adf5 SHA512 b5a3d3f4a06aea55bc03c63d21d2065e61b06be6c0aad047a74f3532c62035a6115fe93111d54dbcdc56a22731221f5b020065e0b70ae59733437081f765b741 +DIST fake.core.tasks.5.23.1.nupkg 25159 BLAKE2B 6be5f28acfd50ff7c8d21961356e51ea397d6ab3fa5ffe50ffc273f714ca8aa4f3d0089707145d12ccc81b9ee62aada807a08cec7a1ee537e6f56b1948ff36ec SHA512 bc307717becb869e7c3f04cb2ba306f0df042e798d648ad3475e71c737e32142c4787b192590583c07e7b5106a9c3fb975db8e4187def80610e50d3cb28514d8 +DIST fake.core.trace.5.23.1.nupkg 131424 BLAKE2B 9961287c4d66c1e772642965b3228b8b86ba648b04b1b6c53b387e3e7eb3c4057c1b341bfb84210ce06fa93a1fe654fc9d162cc8dff048960619bbdda050cca5 SHA512 0214616bf914bd9e2ded773c3fdb8bbb7f2af0ec5f7fca4214db15528d5ce035d3d77ff0a45565568d70e464595b8b5e80011b3649f3764f6d9f69f984e618eb +DIST fake.core.userinput.5.23.1.nupkg 26261 BLAKE2B d66a1e8ec9c71722a959cf5d59ba3f4bef90fa8da705dd8c40159d025eaaf4d4f5e88f93aea97c10f53f0539357fa02596b5d900941ff878083a1185ac0e8ec6 SHA512 3339d5af3e58ddca2f8d5e012ce63aded803087d15ce94c53552d3aef3477ef60f17ec6768fffe7137ff12583c201c2941f2f70bd290e2804c97ab0566147624 +DIST fake.core.xml.5.23.1.nupkg 44711 BLAKE2B 57f6a09ebed35987de29f00aa2e02bb5111c31d00b84a2f5f8a184f29cdad23e082df67afb78e7415f4b4ff86d0bd6765668c883c88f3cf7b8e9fc678790e6cd SHA512 2d307cfc50fc03a9dfe37a98fabd3a01f14d428b16fcffc334ed32521e190dc0025b77aada882608ba073861710ac4f7b9f24a122c1f86ce92b8f6320b47e8aa +DIST fake.dotnet.assemblyinfofile.5.23.1.nupkg 62798 BLAKE2B c7b099476828a9f49993d01257035060c159273b3f2beae37c0b234e529feeb12b34b4fa1a4cd2f635aeafedb813c8ed18522658bad632c8a111d43010cf4716 SHA512 b474483de57a26651b452992f3cc96c8f0d0e3066ca8e586b63e1fa2e8c81022aaa5d4eae56fabe49203208667a0e3aca11ab56bd14cef03269f69abb2ca181d +DIST fake.dotnet.cli.5.23.1.nupkg 206861 BLAKE2B 5a51d12f1b0f08f064b2620e0d7db09d749253a52c8a1715794a5934bab6917aee8d83cdb6168e4240a680d12eda0b51d3f242c165168d6f9960ca8abe7cbf08 SHA512 b3100024f90e7723b3d46570192bdefd75c3e005ea32be66a0f3961375c68d2c12b886e18dfc44c6e70e2b11cc4b47bc382f041a0532008e6b70a3548c315fdf +DIST fake.dotnet.msbuild.5.23.1.nupkg 126187 BLAKE2B a917aa27dbc7ade60bc50e519a4a814fda060ed4f2c3d9dd326edbb4399bd6176fa7ef73ba5617e4a544e374609acf3089166498dc2147b3509a2b3620e1135b SHA512 bae33a6ce76d51cad2f0cd12ad24f2432d5871ddae0735c453cbf12a5a7abaac8f641f7d4b1b17f30f492681325fc7efc9fff00645b0ba110bf01f693d33d1b8 +DIST fake.dotnet.nuget.5.23.1.nupkg 188022 BLAKE2B 880d17b5d855cb495e5ba5839505313e4917b662aa74b3c36a08893c990a101644c44b627f07d61f821fbd2559a97df198d27b249de252d52dc55ab218a94e7b SHA512 a9fe31779c969168112ece4b381b915cdac4eec7ee8404bacc815c1e349fb4c071d6d85f6e14f201048d27591185fbee25188d3e4c8e09f67c948cdccce88c05 +DIST fake.dotnet.paket.5.23.1.nupkg 112576 BLAKE2B 34d9f4dc49ca11484c174f176a8b35b429642f098c0df0a104f1d44eb8bbc89fc24e108b774e9facc6503915d70763b344c46836ffe9eb0a1881aeba775c5421 SHA512 19e92345ab63075d67bffb67664fffd14dcf571a9361d1bf67cd27e6a54ac9cb38dde6ae254e3af75cc39599b4fc622075da9a8e6c66b7c54891b090579d72aa +DIST fake.io.filesystem.5.23.1.nupkg 156880 BLAKE2B c02a05c92640482f7a62498d3a2a9f89aa133e04df2cb752b12b8b7b4d55e0e0ce52fba70003e33c7efc36ee650e3b5d08e2fcbcce068b2d29b1385ffc9bc4b1 SHA512 685e765a1ec8d4e84139f7322195a47a8d3dcdb9df31080f74282c7d2082a4e5f29808d4473e3f81fb36f72cb208ac3243b51f405db039d033be54cc5a6eabb5 +DIST fake.io.zip.5.23.1.nupkg 39771 BLAKE2B 5841e7261ec4ff9ac43547bde35477a5aefc1b9b4e900261a6682c0bc76a212c49f29785d3321b74a26a4db76aa6cab4a04e563a67507a01b237ce8686d6fa16 SHA512 028d7147ea816e8496b604169c54050b9595ab143ee98e9f03fc7f63d0c2b2c2bcfc67fd3068318aeb0e0092355a2dd65650ce5526a1f66970c7500a8d052b16 +DIST fake.net.http.5.23.1.nupkg 71700 BLAKE2B 2d079d6414b30e3263f2a4a42017cf727e8c20cc50a0bb814005e98ccd1f2c428d5438e603ad150fc53be34a7650b26af21d9363e7d111dbf55c76138793ca05 SHA512 b66c6e77b7fd9bf6fe58f10535d1cb93a8055a5ef692e04faae16d0ea8dd3b8a2f025c8e5c56b049f0906d035865c1acfd0606d2ec4238a7ea0eece70b857f28 +DIST fake.tools.git.5.23.1.nupkg 95424 BLAKE2B 902186e2d6930ad915cfc99911c8ea84f244c3a170ccf7031acd50e2a60c9d02afe7735b814af254d98ebdc8b4d4f8ff2ddb6f3f5c441f3fac8bd82684ec8807 SHA512 dcb8e18171bf2cf696eccc225b2530715112235e58f923581ff4e9ae8f5f1a059127122e5a8faaae7c2654ab4f959eef019218ff084e6c05b1305b48c4721396 +DIST fantomas.6.2.2.nupkg 5507497 BLAKE2B fc800ede17705a848480c78597b3f2fe0d5eb92badeefc82ba05f41a169cfac6849d235c4dc2068379f2ea2d196d674b92165a7e32737d86297386545c2718af SHA512 128c78a64d22c5d7a09a88bbcfd3e232637e4322a14dffc066daca2b6926da3b32f5fa1b1dd73b4b35cbd2a868ec6a310514d0f92ca7605ab93905e37de6d154 +DIST fantomas.client.0.9.0.nupkg 67725 BLAKE2B 05f14e6d121d07563bb110f98ec1ef4be906d15efc035109237fe2788e9a5f5b27887307fc9295244ef9e3b6741199ccc01680c0ca5a180f723df1c0a882a896 SHA512 949e732a2415f1f262ddf6fca3051c55405d7937931c6d9bb500ed0ef645f1a67e26fbf333ebe811a56782b001aa1417744e41a26bddeb2606706d8465cabe9d +DIST fantomas.core.6.2.0.nupkg 649755 BLAKE2B 8c78bf2873f8748442e24d4d2b5e3593085b195a80e5fb420313270198f0e67443165dbc431ff52dd4681cf572fd43bc96d2ca1763db6783d45d78525ba6f4c8 SHA512 37f378e9731faab50d3b697655fc244df6ea61418bed0cd3f578c67849f0438b560c341750072d233ca9dedf3aec7f34fef30ecbbefbdc1b403574e115f4d369 +DIST fantomas.fcs.6.2.0.nupkg 1933301 BLAKE2B 531f56faacd52e200cdb8a79d1005884a0c305acd353d148d631b651f1519b78ff816b349fcafe088b01ded09a3cbaaef824ec9c39649c2293def0dae5cab1a1 SHA512 21f2f57c065ec48e1c24caf5b699c5339e766d321c6c9b47138669efad99963a3c817beb130fe7a23d0e02dd01f8a499ccbeb8c0bcc92779be90f4992306e99a +DIST fparsec.1.1.1.nupkg 353063 BLAKE2B 47e93d6ed373bcf3fd5c26ace2d60a1e6701b14bb4cbca1650bc15bfd0dce402ea8c8ad471004dfe618f0e9507ec60c53d7e01ead2e7480ececfc4a0395552ff SHA512 b28a1cc8a4fd2d4b000adf68b0a9ffb6aa72ec2cdd5157beb47635346122ac61f6dac0e0b06de8528ed7336e21e9881918fd18d36585507ebefb3336c57b6c76 +DIST fsautocomplete-0.68.0.tar.gz 1246030 BLAKE2B 97c51b3b4d1caa72a5ba627b64e4b949defae212c36ebda17389c533578834609f5e470e36dcdfbc525fc5c96f44c8e85648d6ef1b1c46b9c790e9bfc5dc5d5f SHA512 ab0fc58a355c8882051b6d424a2483c47c6ddcb61a479254042af1f6f34eaa3a0db3212e8b0403a688fcbdc5993447b8e6ab6c6f99f14833d175e58aff3290fe +DIST fsharp.analyzers.sdk.0.11.0.nupkg 28180 BLAKE2B d7ff3450a1cdc681e88ceb9538ef9a29513220af977766fd72c9573dc93c553344668d0778645a049e4a777090c9a33aeefc66494cc6fc2bd3d50fdfb1d8c8a8 SHA512 b3df2ecbbf15ffd7516ebef96119bb2b0e3fd213311031a5a449798a1ed2d19239bf2d58977adba245bec3cd31c1f3c0df30c64ea62a2be282a412977d7139e0 +DIST fsharp.compiler.service.43.8.100.nupkg 8629113 BLAKE2B dd74a99239bb2e046565acecddff4a1b7edeab327b787fda69d4f2a687710750b791d46990364afe00138fb47db5b44e304d778f07ab868d161b13cc4bf4b19f SHA512 1a8bee6941970b8a677f07e9ac0ff11acad13ed391b36fdc3fd4c8fd54c99d5ee7f0b1d966e7b2a1422c2165f1fe96b328ad2689c3bed20b12d68c1fffdab6f7 +DIST fsharp.control.asyncseq.3.2.1.nupkg 283335 BLAKE2B 0e776883ca9e1001c02a221a2be0864d2d0021d4300e4b18d2dc43091dd507b43a0b5c5ecf9b244c4abf0d0806f9749c4659219f6596bf269b5bc38de533797f SHA512 a15e17c7530c3aaa67640a27d746e137f252523c2e73f1f8857ab648cec85a299f821939c8af396a5662a951f89a899f1812a9aff46c0557e00aba9b9a46b126 +DIST fsharp.control.reactive.5.0.5.nupkg 686542 BLAKE2B bee4cc8f0fc39cbd1408b3c5e3122cc7a0a02d1dd131eda0c3580102cfd75daeddfb388714735e6ff9fd1c3449d6398edcc4940dfea6d65ae9b23b03bcc6043e SHA512 cbf78333e48864cba2e05129604b0f196f916fbb43294c41f189d155c7941d12be07900f797acf28316903887be50738b10d0b6ff8c116a70d64358f75ce1162 +DIST fsharp.core.5.0.1.nupkg 1327145 BLAKE2B 59030ab01c542beab3fd7b4bea7ff2ad125fd7e5343395c4d9754010372a31894b50a7046a821a8485e0890f29b1e0781e96250f62dfc9b3baa260229489f75c SHA512 94d2a60b6765163e583c1816d633b806a06c19c2f2fd1bbcbed52beb726a8a6d604e325a4b73b159a437abc306598140f0f4768deb4f38c2687b1e0329972c67 +DIST fsharp.core.6.0.5.nupkg 2970930 BLAKE2B f066dd2f2e55edf98a985ca2032312f5c744b14cd27e4a6043689b617e72b5b8cdd204b7ec1f710e61a5f3efd3afb0f676daabe05c0a8c2e55d805005de9b582 SHA512 48b4c96049ab73456a5361a2cff1b4c516808209f6dfe738873b6f9383c5e8f63d09e5e1d31af3258449afc425220a452f635bc0005e57bbad360a9f713fa9ca +DIST fsharp.core.8.0.100.nupkg 2816556 BLAKE2B 6662024bfcf3cd2cb14a33bf073a6df55fac12c6691e820f5aa4a57aa222f32add0518c9c9789e7f28441b901556b677f7e77237683aa9cf91cec502a8cb61ed SHA512 855cb118dfa043642fa1c86cdd80107864ed5c5d8aa7f3997a6de1a7014b6c23076f62584ab5ff489ac2ad6f86bcd2555a3b62252f2c78cdb8d37d4ab13bd021 +DIST fsharp.data.adaptive.1.2.13.nupkg 2258485 BLAKE2B 6607b90e910b28573c9ee2c1e32e779ad1ab68bea32080cfab9df4fa4d13619013a392fef57d9abc2f1e75c0c2b61923e3fdd5275b8db9ca08f8c2b4c017c5bc SHA512 501a4be570f636cc1783476979f1c28355a185d6db5d7c7fd8d2562b1fd50bb56960b424d9d0ed7219cba1f8cc5238db39de89cb588c602ae965a207ef1b16e2 +DIST fsharp.formatting.14.0.1.nupkg 770582 BLAKE2B 107b00b686b992ec8274050f06a85aa67341913faf2d8337224dbae664187f15e254adbc6ada92a623e7d7d9a5a2ab044f56f62db5b2bf015c180ab6a53f43fc SHA512 8bbed7d1a969f4a47575a6325b6886de65e3b355b4a651e99b838411c5d4929fab276cff359ed89ec393729a7f1840480305f38dab38c7c98a88fde16188e9c3 +DIST fsharp.umx.1.1.0.nupkg 22036 BLAKE2B 254f304e05dcdf72b0d565b035988fad54ec83369fe69d21fbbe3b5d95b7c0ae8026b65e358bcd1f47300b548498b30104af45158dc5d63ac5d1ce64fd2c8c1b SHA512 4bca5743af2d3b1bf6c6832a7cd088e0eeed5dd82e395ba7f120d037582f2b379de458c0bf4ecd9ee4fe8fbfbd51a7949740864e19b63747942e78bb297ce7a2 +DIST fsharplint.core.0.21.2.nupkg 403332 BLAKE2B 6af8741038ef12b99a6c74daee4c6c1005172c3171c5028a63603fdbd7ebd1c5dbdcb891838caff5bdb0ad2f742cbe0a98400df78e05d99bda255502f74a777b SHA512 c1c98024126b6a18a81e54772770c2913b2cc3883c3b5fbc6f520f83f675ee0843a94f445b5364cd369a35713cde04c54ffc6bdcc150fae2fca74b4837957ce7 +DIST fsharpx.async.1.14.1.nupkg 268142 BLAKE2B b56b9663ca9147295285cfa6efb4ed94be5e5d616930a5d080b421d3f705372a6926f147399c805a443dc1dc2007783b7334383494691f32cacf74a99925a9ab SHA512 f187bf860347b271d616d6a77c40feb60249ccfab8404b7e2d443cec87b624e8aa6fa5943febed17759104ed8d203a864298af876d3b9f0982a0574af93ea3c1 +DIST fstoolkit.errorhandling.4.4.0.nupkg 400448 BLAKE2B 29b80d6dd5a2aabb9e6eeff0c612699f547e0415dbdbb47beaed116224fe841c0a5bfe7e5ba8a829fb03b9ce06607e13e42492299eec593b7f08f413bdf2d223 SHA512 bc20fafa45930ffaf8e05f45223078bdaeac19bc3ce679108e6adc684fdfd8ef09c7409f2f27b12b184fe6dfc0a2cc718a6289195ed846fe53dd35a0f7967468 +DIST fstoolkit.errorhandling.taskresult.4.4.0.nupkg 554538 BLAKE2B b9e445badeea7f0e422621b55bbd5cd3b1fa419200a44b295c48648940d7406e20c44ad2159145bedc801365adaf4f94f115ece632bc107385f60fbf8fa5507d SHA512 ac991a82c67f3bb3a1304f84092a434569a901addff7c9169fb768fba4b76f948a29e942e57e8100a6b7c35e58a9e63f1bb33c8b328cfcb2bc7274ebf2efc68d +DIST gee.external.capstone.2.3.0.nupkg 8145352 BLAKE2B 1e1cfa75c9d8fcff0e905e7d8d5fdd3415daec907f97ee4eb810630d1df26397a5a2a80cdb1fa5fee6268599bc49dd8ee41366867aa16ca689c97db78b4be135 SHA512 9079d5705d591c3b819127b2e0b763dacabb212314e9f96b2f632f62b45a9f3e1c208f136df91a4834dd1838a38ac2fd2161ce8b545fe70f8078b66fc66c4aa8 +DIST githubactionstestlogger.2.0.1.nupkg 56336 BLAKE2B 67e9b2e484e9b2d3d1bea0c0c1be009d265f2360c40dbc62081a7224cb9d2b4539903b35d7eddcba61643fb8559f1a7717c6ab5292031f15251294e9771d5dfa SHA512 9273aa09db5d2a83d126bd7cf06129a52166cefb9508b5270304d3b730aebf432a69a27413cfcc0a23ea247848d3721504b4851b5a397235d18b93eb23fdc942 +DIST google.protobuf.3.22.0.nupkg 1269263 BLAKE2B fe7166e7271f4b110d23ad0f43e2a5b72bf7fe115c42c2f9dda44f322de5ee655ad332038b87fbe29193f048b79e14f5e9eacdd651247000bcae36800f96e1ee SHA512 c0bdbc7d1cfe7e00ff8cd9e7a42b4a302f474f46acc502689109aedd2b79c135c87ff8f50049421ebe036fef03d8949511f860b9198a220045a8876ad0226b49 +DIST grpc.2.46.6.nupkg 48346 BLAKE2B bf1ba4de85f26131087127d094a86dc442d14dff89949ac06a14d91a30f706dba3e14d94a4f22a9b11d92406a5c8ce097756b94eeb91990e21bac458ba93ed2e SHA512 07a744a2c4a0c9266f15805439f83d2e014e697574774d63df78e848df4d18dc70aaa81804951e5a577e2571fceffedf0e1deaf4f6845dbb223778067619a566 +DIST grpc.core.2.46.6.nupkg 17751214 BLAKE2B 006f574a083595c3befbd91282e505b5909099fcee514e88a54c70b8e1afbf03f4ae5c24ec6df4129b8d97b3b0dc9dd1b1060f38bbda00f2adbe9527a1d78d19 SHA512 112b86358d372b03d5c954f4356dcc3ba3c66f0334b91ffddc0d8abdf21cf1b7fee35e83c435fe8b84d4d6a9c2e5cd4715da5e8d398cd05da5142e05adbc20ae +DIST grpc.core.api.2.51.0.nupkg 293909 BLAKE2B b264ceebde46056e9466f53f394fd3a52dcf1e627fc6fd906d00795603103b41e73e305488a62dc1310b220d1280855e40091cf286bb32993a6223243208b564 SHA512 85447463ee761f0160f616b21c3dbb5744256c53c776c1a8154cb5e06a75b7adf39e5fdcc9009c253a6587d97e5c6c78fb9befab6b4a7cd1a549805118200220 +DIST grpc.net.client.2.51.0.nupkg 782584 BLAKE2B 482e0f5cb2c8b9a0c3cc65c37170613bd24d18340ba86e87a48f4caa0f9a71eeae812b7f60bf0e4c995d0a1a03b61a605be37438c1e10f861357cdb0868d5ba0 SHA512 c1df1ce9c7dbc475e6313025b2f455daa89bbb211a95299d7105607221708f2f04bff0627d715dda1966b516875a076638766fd84178cff3e617b2ff32135ec7 +DIST grpc.net.common.2.51.0.nupkg 154007 BLAKE2B 75c504d97bc1cc973f630a5e04104d0a55a76acaa6a3111c7186526c4bb2fd3133eee4b49919dbef1e858e173d0740f65c218006fef65ebdd3ee4daf0d07e3f1 SHA512 5345f5f4560db8ef1f267fec587a9bb5d55c72bd8be4739512848d05049d3eab81db454b9bbd79a0e090dd6f3659d8a7d7cd45e4ab3aec2a81e90181144c3f98 +DIST humanizer.core.2.14.1.nupkg 538179 BLAKE2B c3e3c3c7d3fb3484dc85f5eaf25ff4f4428cd36b3458c5664fa7c29cb62ea291aded48a369823459d684ff79ce63a16650dcd37e8cd123c23ab943faea92cfd7 SHA512 cb3a8653f1ca34b67d52fafa92f49cdf0615fd2e4efc8be4948516e5617b32e8af18b63cc12e486672cf92dec3d4a5bc12dd849e5d08dcbce0daf196336e17b3 +DIST iced.1.17.0.nupkg 2106811 BLAKE2B c7042f76781d7a536a8169c861fdbd36d8761e0e89faccf1251506bc6304ad5719da9c62a1f07a43952c1bc1baab2e5ece7e78304b0cdb9eaf3f72d899622661 SHA512 6404bf5518b3d7a7c74478edd56c2c2f194ccadd1cfde3ae7c13c332e442779b817b99744aae19dd4c6400a205055eee7dfc16b43a2f97d0f5200a9bc6c97549 +DIST icedtasks.0.9.2.nupkg 980536 BLAKE2B c7e86dfc985a138dfeea569bb7ce72e4aca62a57e7cf468763f907ace3b08c895afa3af748950b392b482ca22951dff6fc1e4759b211ba5e89409d8599032626 SHA512 5c70ed9d7814b3dc1e4c76fd67db5e1355eaa49ca69bd1860cfe81ca8bf560017b11beecd8bd7ed1414de7c05451c67e045702d2b152f742464cb9ecd1406d26 +DIST icsharpcode.decompiler.7.2.1.6856.nupkg 1267996 BLAKE2B 1c9bdacbfc213c5535bf8d5deefb0119137fd6d10b08508e7d3fe8889bfca8f38ca0135cc4b9428092446cc6aa6fa0f912708ff3a32c0d5ce011dacf20e99e0e SHA512 f00eed41227c66e3c9085909e0838b6eaceffdf12ad2ff905d4c7a4456df6757fb79ed48c65e8e3aef38c734a5d06e0620410170bc59f1443b0de49eeaa7f3fa +DIST ionide.keepachangelog.tasks.0.1.8.nupkg 2755127 BLAKE2B 077c51696c5948ce974bd5d745f6cc2b0da726dc5d473381d019469eceb6a9662fbe28946824bd193104cf7d1968a2ec866776218738c2771885dd9f79239137 SHA512 53844192a5979ca195eb97b2559c875bebdb3986c8607a62a4a89fdd529c31409f6b7abe8dfd101f995cc98b4577f64f30c74efb12f412beabeee8198881b043 +DIST ionide.languageserverprotocol.0.4.20.nupkg 401255 BLAKE2B af05c22f0f810a402d61dbac7f4c0c6728405ca17eb96650e74a0e1ac4843550b7026a29e518b58b90dce74cfcc9aac287b6af3a794e314873043e17e0a5d1c1 SHA512 6bb45aa15ffb0f6a627c4b70df75ede4acf363aeae5e28233e383cee1adab44ba1e1353ea326a17b7b6bd46130f73d74e717a4d6e973dec61d3309c80d651836 +DIST ionide.projinfo.0.62.0.nupkg 256466 BLAKE2B 758d5952a46381c27376b520d29cd745935cf0bdd7e09aa82191c1e4231fe672658274998e67a007caed8569e4e61c2691d5adbdba90754923cdefc173867104 SHA512 102cb3b2ce0b297be1468c834954fbae55654867811ce26231d257fbdc69d963d8d015ae0c5739a2515b208152b6d22c0e9ce8ff6770865c5dbf06b99ede9bef +DIST ionide.projinfo.fcs.0.62.0.nupkg 29914 BLAKE2B 61e77d931034efd44b7b028ac07bb80e00f299326ab1fdb158058bbbb9f396f3c69f5265563812b94c9f6070a7353ea3a8b7198744ff19dff49ac9fc549295fa SHA512 3c31766c6440e64ba22757f93d0b5428b6413dba852c52d606a9f3b31c17727995cc6c01ef8acb73100cbb0c07b2d9d880fc23bd4873478d9882bf3598d61a51 +DIST ionide.projinfo.projectsystem.0.62.0.nupkg 149955 BLAKE2B 3350ccb8a721bb977f8242d20028f67e8994651691d8fae2988b55ed483c891d8b31f67c579057fc5b112ba4576f3dfdbc506417cb3b536291e0073b267bc4da SHA512 6a933f30b15ff29eb4e10737a083092bd7536e40907432115532291c49c67e9186df91f6db2ae84f4bfa928b2b3a1f845fa2ea0817759c760ef4deac9ad36370 +DIST ionide.projinfo.sln.0.62.0.nupkg 99852 BLAKE2B b6ce66477c8b85f3d202218fe83439720264e126e0dc61b667dbc56760d4365410a3569e1ffd69e971fd0fb5bdaa1ffaf0142055f71cc262aeb02c10c4f7fa8a SHA512 1c8b46e4570da8bc8b6a9b87fde89083c167ff38a8519798ad6472ac027040d16992695603a72b6c5704530dc97c580201fa5b3e4313e526e3f5f449c1a0d050 +DIST linkdotnet.stringbuilder.1.18.0.nupkg 47682 BLAKE2B 21ace37baf627372bb113c941dcce0f92bfe4c8c1aad631e373c125435df33c83feca5fdc68935e3be37036fa36b17a1c12f098211f6cba18cad6eeb688f21b7 SHA512 e7249682ca23659941b7f457113ab1eb13815e0a256a8e5df09193b444678a6113373825598bd49541833120edab5649120eb33c4d59c6bdf9383c61b67bf5de +DIST mcmaster.netcore.plugins.1.4.0.nupkg 51655 BLAKE2B b0ee8301859fcddb58c5f4a55518da52b762362e7a485d74550714be34a0a883025794b5c82bb412fdeb2128b3fa99d8e5de36ac671e2f646c0ac54a0c23b30a SHA512 9a50f79de3c7a2c0388c17a0eb93e55a4e941ea01eaeb97bc6c01a077e1d6151d720605f57be9b450f70b66410d985235aaba892b549d2034c09e16c2e5ccf57 +DIST messagepack.2.5.108.nupkg 326216 BLAKE2B b593c5150773aca28aefc2a8b34e24587907e4bfaa73857f3c3117b40a30458058e85f03a3dc3a02b6d7698a67ade141bb3b0c4b8570393a7a46a5ce43ae73d7 SHA512 e2ffda229151542f8f7e14102dd38dadbece62e9818fcda5dd25f7102facc14896d04a310e4c5f201edc59658bbaabb9d15f97ed73bbdfdfc1bef809012f5487 +DIST messagepack.annotations.2.5.108.nupkg 19480 BLAKE2B 0ac1c8f6c0407e144463aad425731cab7459ec74ec805b6bff6f11951f6ad5ab4cb54139ac5dc0f26f58c0f609e4092ea4f520b8e700f5cf418bf420aabc2208 SHA512 78219b983511749ac9e1d3a1cd9436b67b06e7358135c9c61acb19a70295e594ebdc7bece14b1c0535cfc91a17c1d74b9b9b007ba7078d883e6cc3a604b35066 +DIST microsoft.bcl.asyncinterfaces.7.0.0.nupkg 95839 BLAKE2B 057f789af840dcb18f3e2a823f8e16725fdecf93986a469544876d66854e541fcbda2031f8379fc22489d5a8a1fd9f766285b99cae88b7ef8412cb4befb0fabe SHA512 35bf41d65c4269bd0b662d228cd2c4a70e21830b745a5f1040cd43c488494b6a2d0a102d21531fc86ad89776337528eca6f0583e588996bd240ad8b334055edf +DIST microsoft.bcl.hashcode.1.1.0.nupkg 103004 BLAKE2B 836c528543658eff641fa40817b3c79b210a10ccfa2f8afbbfc62aacabce7be4e2bc9ac655ea635c798d428ab14db1bd17821120f1b139b1cbd382b00ecb2617 SHA512 c87ab8428d955385183bda617ff5dd5d3cae517c8a1a2125e45c18eee80dfe2506ff1b1985dd9acd5c6bb4c86234cf490020e99beef70aab444059cef4377649 +DIST microsoft.build.17.2.0.nupkg 4006200 BLAKE2B ff5e7dadcbf9e521bb515846257141be6bc57ac96ae14d49788173dd613a417bb1c08c16da26e37e3da7455a52d628b879c53263253f163d4423aaa6490d1433 SHA512 5a8ac3ac37f4ff0565e70fbd4fefb0f01dc55f4d6f9a457a49da815417bde2699dd2c03ebaac556cd34c59cb20d6282764c6264424853ad7b368f24c1dc10a95 +DIST microsoft.build.17.4.0.nupkg 4122395 BLAKE2B e97d17d78b5796e05ceed23dd2328063eaefd317e3bb447e969d8a96aa169b49d92a9251793db327c2911cc1237d5654d8d40c5d346e7ea68309e9aa6460685b SHA512 45e37770a3e583582501c8af92c2112979b521cf88bcb06890a93236ce8c747379f41069b713f6dd9aa514b946c919d3ffd6ef6cc22d0c3159040978c81f53cb +DIST microsoft.build.framework.17.6.3.nupkg 963091 BLAKE2B 9139ff25badf55d3cb299e122de4fd1afa2279bc560b0efc80c752b3013808c883e62de3e6cea62682b86cc2bc4b903b74a45e58def2e92051482004b0c6f8b9 SHA512 df6482fa6c8cb178038ee8387b83bd37b99b201ecefb411f7bbf14ff5f00402ebb0574746a4302cab5886bf0a4d34ce8888a1a6ca5756a79d2985b06b54e9458 +DIST microsoft.build.locator.1.5.3.nupkg 69354 BLAKE2B 7a84dadc9aad560c0b83eca3e595c8d1d42e10660b3b65606a5bd024136377936efd07595b61d9281deb1b5610b42242c0401612e9d20cc81b85bd4d1d280e3e SHA512 0c6cd03313d00582505b43d5fbe9aa0cd4bae5e117abeeee9d3a4c13fa1fb9ddeeb4c00390b99051500b99ade01498adf61df48a69a7b642fb44af8de27df4c7 +DIST microsoft.build.tasks.core.17.4.0.nupkg 2361698 BLAKE2B 83e56d83fb4d408f7e991dd8aac0e6813301d1a0c8d6c5d53310aa1aa4a6c0e629e840b688ead72c663c888fbe4fa5c0de518dcb09fab750d3519c145bdf5601 SHA512 b35520293c48b5804218920920b7d47873ec8c00a6d707a157facce6b90076ab07ee01236f86940d879a3178d5ba6a62b3604980fab4ace48e6d4814008f6c57 +DIST microsoft.build.tasks.git.1.1.1.nupkg 479497 BLAKE2B 053ad5b3b88194d12e9e784c8a91d33deb8a2abc48cf3179990fdd2f576168b19a757b3a3915309fb040a1441bd5102bca333383d757f828c029846e3feef88f SHA512 1961b5ba2ce215f6cd0943948e66462b7388b612708c58a5e03ab1e041ac77f1582f9ed9134136fce0d5345d1d46a1537ff728f542e6dd4ea2c11eac9d3f8d46 +DIST microsoft.build.utilities.core.17.4.0.nupkg 895796 BLAKE2B aff48704c7c6d4c355119cab3209421cf21c64707abafe3c24136bf6f0f009104e37ef556915e87a4fc3d051a3cab02dacc4eed91993f1728e0cb837c8a94e02 SHA512 7909ff6c24e3449f6d68928a0be5b0ba84e0173e05490686c5cfb0756fecb551b76182dfd81c944e379a80983e8ce710b91e73f2eb06bfa79e1db62f5c5f02e6 +DIST microsoft.build.utilities.core.17.6.3.nupkg 900703 BLAKE2B 9842cc94944365bb547c1ba1f5f39fadf5274ea19d47fab9aebe3b435ad4934cb43fbb50fca260dd26712d7cd80024a115fa4babf8d5fbb0f181698898e0a9e6 SHA512 7229d15504e6aa32cd59f6785d555437d3fbe0f154b3dcfd5b964b1d12ac41e7353be717cce96052fb441bbc6bf48cd9c9322b95ed7c1b5560e42a39dc4387b2 +DIST microsoft.codeanalysis.4.5.0.nupkg 32663 BLAKE2B 474a0bc7e6a59774add7e92babb85b5774b54a1258ddff8796801fe2c7dd8b108df4ad84123bfe8ec93696a6e582d9eeed3e4c31703f0683f7b63c1e729f5b4e SHA512 75b4b5a0260de46725edb0ee92058b183851b8e1e98ddd077ccafe7f5eb0ba1339a2d5b7dca3c6d2df9263c255ffcc59e6a167d20b8c01b894b8cba265053a34 +DIST microsoft.codeanalysis.analyzers.3.3.3.nupkg 1111022 BLAKE2B 8704bf2c8a57bdca4ad3d5a2531ff47b0b44d2461ce3c8eec4b58f5cb38f9371fe5aaeb8026a3abbf6299fe30b3f059c892ee6dd239a03eb8b36462f132a2b4b SHA512 0d4896db8aff9d731c5b1c8f73a4b37460c3f08080fbeac0ecf169abf5bdff9c9a994778f453816b888e939d9d0d615245c91a2e4ba31f85d2ea8de222767104 +DIST microsoft.codeanalysis.common.4.5.0.nupkg 4738098 BLAKE2B 292bb1e10cd6affdf5d6d7df77b4edc0e0e4fe81608c1e943ed8b9d7f94ad4e574a3817106b95ad2430431e79c5c41f4fbe2eec0de5e2a51aa4fbd0ffe2efa0c SHA512 61f1aa2061217670fab3e1043e5068b72aed43907866195c693211407e2b3ebd6cd9762ed0b3e9ef06965a33d3ce3fb09c88f3c900ad32feb0485922575a41e3 +DIST microsoft.codeanalysis.csharp.4.5.0.nupkg 10874098 BLAKE2B 880e5c503700ff666c544043b11d9ac6cf76185a4afb81162f91c0bd6653d9785b5d7a95797ee3980990b1f6910c27f744d4c111f1af846585084b1fa291e904 SHA512 68d7df26baf9362ec2cabb3543d1f7a570b0f345053a23e8feeb5317c50ba392825bafb1710ebee5c929e762e749782fd11eaadb3b437224ebfccba08b985fcf +DIST microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg 1337444 BLAKE2B c8c4f0b050eb22470e2b362570078b798ab81f6bd70cd55556973f61c4d7ab16c172b851968b9662d418ceb13fc55e9cdaecb9c0336adad4c35220c2478662b3 SHA512 474703fc47639e146aca623e2c15734c173167789e28bc2e46f65b8691d86c6db4e94723c469e2cea3ebd1f8395f816ad119350b91a88e95b6706db6ff977148 +DIST microsoft.codeanalysis.visualbasic.4.5.0.nupkg 8791796 BLAKE2B cdcff1bec0e46eb0aea9990fe4770c12221e4663f778cbb8ec213dea0f9b9cc8078d1b67744e407166f4e10fb25d191cf0aae9667d8116e736e14462ef127a32 SHA512 d38d2cae86733b5207189f2d5cfdbfad709255be7ad3ef2e54e97b5770b2b50657afaa7999c182e524a844082c3e8f9addd235eae8ea6759cb1456949707de5b +DIST microsoft.codeanalysis.visualbasic.workspaces.4.5.0.nupkg 1331804 BLAKE2B e0d71b4d3c2515b967bbc3e34fc1b99cf7cb32e132be94eff76a71693539596970f5beb9db2a00e04a109bf81c69959867a10eba8ea878197629fb35fa12358d SHA512 18189e1e3a0c6dff82b58cdba73b394f93f7e156c0906ae2b5ad6bc6114e1033918cb74113f62b6aec2957ef7a84f551ea3560d59aa3fbcac4f3775d385b3e58 +DIST microsoft.codeanalysis.workspaces.common.4.5.0.nupkg 4948883 BLAKE2B 1c208f5883e6e5817bbcb5edbf6671e152c2da678b5ced35d6d46db18894b224eb02f95dcf90715ed93268019f960d8fef601fe4ca1396078fd32a5406c6888d SHA512 66f89952c90fac37702c0df2d04fbe8561768578baa0aa30a947220b253c952e109f4bb79c852bd471c16ad3957593db6a6e5e468994472f6210d742e6a4757f +DIST microsoft.codecoverage.17.4.1.nupkg 8958688 BLAKE2B 77c5ddc9af36a53e8f71a50cf9191cb697cd3821ba0e9869befe79ad3820e7f609419570f3713c55ea4febdda3fa0272f29901804ebd48a1fcc4e6bc8145e026 SHA512 60dd9648ef5e642a5dd0d8f5701f9103525ea5a9aa4abd6d0fbbe570d29237d3c946b6783050dbc4fbf5eaa5e239fdf7833c786b4ffb8f2837bc1a0dd6f047b8 +DIST microsoft.diagnostics.netcore.client.0.2.251802.nupkg 146459 BLAKE2B 5f3c1b217602aac357b529e8d48943c2aaf90973ccb86b577748d3eb11899e9a43f5370c3be77531d15550792f5f966fc694c72d8e3abe83fea1a0d6fcd11f9b SHA512 553336be495e4d899318256fdf085e7800e6cd01a50ba561a3fb879d12f75bd42d58383bdb7b0e679d6f9ba7414b9b5b9d07ded6150a57651e16d1e95cd804a4 +DIST microsoft.diagnostics.runtime.2.2.332302.nupkg 747281 BLAKE2B bb3335a3490ecfd1b4ee5c6d83e136c0a0411b599fdbc5a63f18fe8740f63c6d4e313c6c8346bc890ab95ed007c6ac31513b0351e90766a241f56397abc06cfc SHA512 7b682033f65f6ae06f8c63d6d607551861e1f36045cd670f8b39e28786958c5e7da10426f9ce13762a9a88edb8aa2e730c0a7d04455a61e3e014327ab06dde18 +DIST microsoft.diagnostics.tracing.traceevent.3.0.2.nupkg 7528517 BLAKE2B 911f3cb4337c3eb9f9d3fe414691b4a3b1df3bf3ea1294c3053ee82cbf820d76e2d9afc8f7eeef295b1e34dece1757206b8aed102ddc89146757953e9878e1b6 SHA512 31fe5d47f445629e350a27b981f2eb97a9a9842746f8beaec553eb5832b8cb8362ada825d73cdafc02736a92836a16a1f21fe6b375f918241d553a9ae47d8ce0 +DIST microsoft.dotnet.platformabstractions.3.1.6.nupkg 72146 BLAKE2B 08d852b5e6558b499f2d780284aa747e5cf39886d86fa378128fae9f71741bd57c5bc75c0077948f193b7e8ea03a520d8ef3bd3b4fc80779adb4a84a4b44fe8c SHA512 55b87f544874686bed96889953b7e99e43426b79b0fac31cc452e0f4a27ca5cc08522c0ac967bf9df649f7c04137a5e2553d134ad79d5c1e69578367c2b4b4c6 +DIST microsoft.extensions.caching.abstractions.6.0.0.nupkg 70395 BLAKE2B cc787e907bcbcb2814105822f565db1fb9c1e3d20eeb048228cfb8e478e35e9374e37d24c8e3558f82c305115d430ff393669ec50c2ab565239e4e955cde1d4c SHA512 1101f4ba4867980da03aa494e6843acd3db2738aa3b7efb01c5a2cc9291c767dfc2e04fc7e17fcfdb3628c98a329632232cf351ce584d94222faf3c95e0efdff +DIST microsoft.extensions.caching.memory.6.0.1.nupkg 79804 BLAKE2B 3c9b256d0f3b41d87f9cc51f615bfb01e523c7fa93c3180cd5f556f4b740bc62121a20f7b211ed3ca6270f8e7cda4aace0d8e1828c6c6ce0687ca6a8da282979 SHA512 340aa5e4942da48c5462f4cf831f8f4f1e67843d2b5a50fd2bad537cee926adcdeb40c091fb701cd78928922b0271c580e10948c418d94a9af64feb15e5030ed +DIST microsoft.extensions.configuration.6.0.1.nupkg 83275 BLAKE2B cc673110ea388eb8eb830cfe29080d7a996d450358aacadae2d80fe1385c1789a3a206b4062685acac3d3c9c5a4ade5fcf1d99713580a3905004241f93f3b313 SHA512 a7193ae0cc249c9b1f5c27fd5b92c04a5fd6e9aff17e0e3cebd2142efe2602e8d9d55cda6ea35142ebe5f72b8f6af8f33e6841e87aba835bdafdf2a9d8f88a74 +DIST microsoft.extensions.configuration.abstractions.6.0.0.nupkg 67830 BLAKE2B 64452373f7b7bbe6dd3c2348ff97f3c87f5ab89d1ef97cda27c7899176bbc157ac306397ad968a3a1bd43d35816faf2ba7bf75bed0f03b2e35a4bc5b4f74413a SHA512 825fd78418c371f59143070fb788e0381cf8a52cd8fe51d34c313c5d1807efb597de97fa8860dd343a621e0e1f01b70bd07abcdeb03850dc8c7ec10f6e09d6ad +DIST microsoft.extensions.configuration.binder.6.0.0.nupkg 75963 BLAKE2B 745c8b246a69c9eac0627aad96a252e8ed3ba2c0c1334766d868931a9594afa179d894aaeacf6223a7240c220c83b0b61685af591c9b52875725527ab0ee2408 SHA512 abcfd53976c32a05b43341beac795a7f4401c1d7ea5a7c5bea533aeaf6e12aff5401ad9292695233166829ee647ee841cce061ab04c387f6eb0e2d08bf17f477 +DIST microsoft.extensions.dependencyinjection.6.0.1.nupkg 214896 BLAKE2B 05165ab97aa153634b668766d3fe248ae9dd02c56e5e198bf989dec25955b6a0d0b2e70dc2dd8a949c82f8766e51a5ad845cc9afd9783c3552e03fcd9c6eb878 SHA512 94eb72fee56c0b2fa13a0309de603c698edfb8710909e29ce161b38ed730fa0c8f1ab1a4863556e9e91da2c0e046c25940e1be0a10b8615ae7bbf032a066b06f +DIST microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg 149541 BLAKE2B 0113d06e60abee710275fe7d9addf5297952f8c8759755ecf6c17265d303bd5d2e19a8213d6a023374cd8e8439dd05a8625f48af688fd3bc2abe25fab16e8d59 SHA512 015a392a362c81b35143b19c5da4eac0928cc2f2e13329ab2e945a15a5c9dea077cd66b0c467c75f2dfe6f90c3e0bf2ecdc059d75096bac39b4156a53f997bd2 +DIST microsoft.extensions.dependencymodel.6.0.0.nupkg 111550 BLAKE2B 4cfeb02ef997979211430e5fce97bc47f4542c42049de8726d3bd882c6f2b94be638a7456e79bfa5960a696eb871c64e18914d83df1964ef7b8e2139caba79df SHA512 4222e75931c6e471e40966d3cb47ed73987b1bf9082d6753ef41a0ec6c6011df654847b540bc67accfe24b258fa2ea188be5c4e4458849afe7bff1d376e78789 +DIST microsoft.extensions.logging.6.0.0.nupkg 111767 BLAKE2B 8bdd2e7b57e786eeea1cbca6730cb30f3618612124a6df3e8aee4e4992e2a72618d9ebb003e5517b5c15c368a77313fa0442e97b74500b4110e53ebf269efbf7 SHA512 f5dec590a353b7fbb35fda799c083dc07857c70fa0d46daec0e00c4950a8d65f42c6f399a86706e2d97ee51fb5042be27f35637673a2479dc4f623590d597311 +DIST microsoft.extensions.logging.abstractions.6.0.2.nupkg 503017 BLAKE2B 6ab1756b198a31a1b7ab7ae1030ad195b70a37d87a58fe22d95a8428845cd1b7fbb13bd11328279a55ad308037dd52f0df452740aca1b8f3960db8d4725bdbf2 SHA512 b87e29908cdb8e5c8419778cb72343371484f6e4ce5e09b2698441a3887fa25d19fdd895b1ee42978d0c52123d976e1189acd7cf1d572ea486b2fe22c571fd0b +DIST microsoft.extensions.logging.configuration.6.0.0.nupkg 70360 BLAKE2B f15df88f8bf754935ae5391f64eab9f972216f87abf772f77a953e20896f573cf9a63e74f76954a40bf57feca94b2a34cba0bef86632b8678be4e39932adb5b4 SHA512 3ca31b00d4604a0a31ae857fa451b4e13dd542e0af50632c313c13b90fecae6931d6c05dfc94311b07806ab15decc9a464fd7557673e8c2010c503a025965b16 +DIST microsoft.extensions.options.6.0.0.nupkg 140038 BLAKE2B 16df4c4c02eaf0cb07515ce2e82ef40ad7da8b4f2202f207c30bb5b1fd5e84d2e1613e17a940391a88e61083fce3899d187af9c4d66b9a95b4788defffc8c689 SHA512 3c34452bac02193264b0563654ba5282a74b03ede2b675ad25fa85ebd915bdcca857158153eb4a4a024065eb4e9d7bc1ebbd23485493cd895c4d049aba4a5dd2 +DIST microsoft.extensions.options.configurationextensions.6.0.0.nupkg 67326 BLAKE2B ce3ebde272f9997ceaebffc7376977305e795885f660bc0974ef0754c0ac1ce10b01437a87baf1c3b94dbe1f86029f902f72e5a866e8e59269be8d1a8528d900 SHA512 fbac4998f4cf00186c27a5ec710f92aa30c8535bbafc51186ca90a587005e7225df32f282b64231ae4ed3111dec837c711c207ef58bbe990e600149349bf49d9 +DIST microsoft.extensions.primitives.6.0.0.nupkg 144250 BLAKE2B 690d4b002a62d241d98968a16ae61ba731276eb08c234ce9d56bdf525ce952232b969bbfd1153361061ac5a5cb12acb74610fe050b6f3fa9a06bbd0b4e0bdcce SHA512 0b2697f35557aeff0784b10ae6a4eafd7601bf706121ed6584a61879ec6e494514ec7a3e0da0aa6baa99f3f716f69030ec7c4c82f657c8dfdbacb637bac4547f +DIST microsoft.net.stringtools.17.4.0.nupkg 209334 BLAKE2B 57b8e9d7f2df4785d795067878aab6ac784633c821fd8bbc6d5e93622994b92811a8f1d624090067434881534ffc39ce1105613c17e942288bda7d1c81b7436d SHA512 c20329af90c7d35281e71af21f13ff37c9f3fa93f204f82a07e2455ed7f36a4cc8215d2197e62904370ddab61b82fd6bfd733a198db47574c7ec6d61ca2baca5 +DIST microsoft.net.stringtools.17.6.3.nupkg 172754 BLAKE2B 6283bf695f9d1123b89a435361d139d4fb5f1c6e907fe41c532a2d290468657c82d3a7ac6c783b4be57ecc3101941cee3d4c206efa2acbf5a08bffd07f073827 SHA512 87935c5de9971a39e62e39f09655cf1e8b0b7e90b9f8fcb8241369417083329fb3f265a71823dd3cae6982a33516c84fa123d5a4dcdd0cf93f30cbaaa825c56b +DIST microsoft.net.test.sdk.17.4.1.nupkg 39464 BLAKE2B bb74f964aa2d3cfc8b7fc9021492ec3604183286ad60fafed1d3a0f59b75e325066811914e566197cb0d03969e6caffd3ee4f648b95a67578c2aafee882cf4b2 SHA512 5901d8c30db965f97cfe6b363690811a3559e17687e928df8087e15ab96d6ac4499f961af31029db7ef73d4c0672ae80c468b875f8b5e40fff038e78b429316c +DIST microsoft.netcore.platforms.1.1.0.nupkg 17960 BLAKE2B 6a9fa22d75f5a1c65746dd71a63c3d4e37c393e99c23007c10f5ecce248a04863bf26e7562c7751177a6985eaac266c29cc6a5443a4a853e773f88994ad2a3fd SHA512 6bf892c274596fe2c7164e3d8503b24e187f64d0b7bec6d9b05eb95f04086fceb7a85ea6b2685d42dc465c52f6f0e6f636c0b3fddac48f6f0125dfd83e92d106 +DIST microsoft.netcore.platforms.7.0.4.nupkg 49157 BLAKE2B 8bf1b46e6f56269e7b6ddcccb236bf3afe2112a219fe3261d38eb166a18310670717141ae40509d48f21d538dd5398422b31f9a344a80dcce636e3c647da6748 SHA512 99c4168ee0c1878587186e16701234934db9580740d9a7cc9ba7ece36b26d5ffb7811c8d4148ae3154f980058d5064879a5bbaaa7fd30a7010a5f9781a6e9c07 +DIST microsoft.netcore.targets.5.0.0.nupkg 35893 BLAKE2B 35374033d2637ceedfa9ec41bb48ee777d29ccf5c9ad5a0c85d082f757422a3d3fd3252830e0c817eb01e0299f3b0a9f77b85ee81b968a8000d145992cbb94b2 SHA512 8581e6dc902340efe7c92c5c9751296616045bed8fdc7d5e2d936bf90c603b94e72d2ea1aad7e2e567218d0ce389de393189a1cb65fb20e99c5ad0cfe1fa4c1b +DIST microsoft.netframework.referenceassemblies.1.0.3.nupkg 20961 BLAKE2B 8632244fc71708fbb2a56331c8642a12782baeebda676b1b8d3ada50788e0725a7572cf0ed1c296c4cad3fb8bdd669871c90f963b9c8da6eff796fd30ba768e2 SHA512 e3b8317b290696a380a32abdd9e75e71ddae68049769beb895024c34089f41262aeddf53e30984330b1293f013e34d854a83223ae1e2afe417186795da8dc148 +DIST microsoft.netframework.referenceassemblies.net461.1.0.3.nupkg 20140575 BLAKE2B 9ed2a7674a3790b868e961452d6013a1c5023c6a4c707834167ca9351004e4cc2ee93128cd1e52d0a58915d1e7154dbca7b83eaed9288ed88cfb0b6027ec3e2f SHA512 b717dcc15dab52be03c6bd2bda353adfb0ecc785bd5a8d4fc47239a1324f46c4ac187595d902d2ef90c69bbbc9d9eeec97d04c6599f5ef8feba374833bfa01c6 +DIST microsoft.sourcelink.azurerepos.git.1.1.1.nupkg 296771 BLAKE2B 9280b274139271ba06630d983ec1c52752322dea1761e62ac2a7190ee3571db54e8474b6a19ae34ccb42a27d1f0bbbceece9e0fae087d0bf3f70a648687e6799 SHA512 3af1035f2d5dfdbc0430d32ee22ff3466b0b89048689ba1647fe8b27844e2897da792600ff630eeb3ac7aa7f8883762d0550080e188fe914fadaed502603caf1 +DIST microsoft.sourcelink.bitbucket.git.1.1.1.nupkg 287971 BLAKE2B 7148dcfd7d5f74d915f48338ccb0cb00c8e2875251c4c6872c9e7a29d27e3ddae55c7b2864b443ad53e3669619fe860d06d9691bcd39b843da040d9f762d4278 SHA512 6a1e71601600b057aa078b68731ee7cf6a6838391137ceb086528286fab5534b16766e3191089fb4ddfc65426ffd84711fa6c341abc98cd0d9f49471ddd4d344 +DIST microsoft.sourcelink.common.1.1.1.nupkg 271934 BLAKE2B 6678fa357eba30a58cd1b457bfe8423a2c0e1359c9088cab364707c0061a7e11035094a00a75528a290b1c9415062ce47a17600bd010f769b3d7e2501456e911 SHA512 bf2241eeeb82876f7612d525064aa90f9bb56610260d44a2fc5b75b63b45a652444c25451f7daacbe97cb2c5a6e72180805f894054f7176cc290d147a2753ef4 +DIST microsoft.sourcelink.github.1.1.1.nupkg 285433 BLAKE2B 986ee1aa2bd39c577c0ffc71e27d5ed5128dc5b2df9dcdc29f0b62cae31de120253cea0afeb583ab1a3fc5e5b50766a608f2f8ec749224436a031092fb14b553 SHA512 54c7ff8d0cafd654a115d5755710ec89534399a605949ffd43778290796022092679a43e1a129250ff9a03e61417c43dc2fc1362a9019dee88a7e048c1be953c +DIST microsoft.sourcelink.gitlab.1.1.1.nupkg 285076 BLAKE2B 1b89d37e0986caa44c768801d9e044647fdad11efdc21068170b25189767d798bd6832bc789a7496d9e17ef35a2ad662e0a4612c0a99b5385d6482a717809c46 SHA512 54d3f60dbf9ab80e86a9752308d393db67ee97a59792e5ec1e41bf911ec5da5caab4e2ec034aeee9ca46c4da40219280f2851a2b5c9b75714faa2722670a4f4e +DIST microsoft.testplatform.objectmodel.17.4.1.nupkg 1304442 BLAKE2B b926ab886db082be2cd59e47c0019adcba81f8049b9413d563ac99afc96f3f7b51058315487862e60facc36522991f33fbd1fdbc9ab79e2b8bbf0c725bcf7485 SHA512 feaf5d1d9a1b111e377d43f916c46e8338b4918f4d513feb05bb1807c44fde12265b4ebfaec57666c7e5fe0f15a35758212d126a9dd0ec7503b54eded375aa4a +DIST microsoft.testplatform.testhost.17.4.1.nupkg 2580527 BLAKE2B 8675a320eccbe5a2244404343e9cd5507dfc347f96d0eeec6c69eff8671eac86dbd1e4b08c3081d35ddffd7f252ea984981c0ade31e21310b058ac5c6962c799 SHA512 889ed3a857baed9b4e8d3bf29656a55638f7b8291f80e6a0d7a76f75b9331551328e55a6258236fe18102ed5e3ee56f7f5a2f8ec4b2914c07e56c5d5dc86a122 +DIST microsoft.visualstudio.setup.configuration.interop.3.6.2115.nupkg 58123 BLAKE2B cbf0ffccf6764ab72be78c9b4f57e92113290e01feadf763a77fc71bf99e2b055d01e1817970560cf8811ba6a21375ae883a1b26350ffb808bb5ee900babfe50 SHA512 1bc02c7ee4b4fa674953f53874bfc013b6cf35d0369a7f04d5b217c8a9fa501fb01b00a07e7ccbdda05538b3ba5f7db1b38dd56be669ceba110746d0f9ca267f +DIST microsoft.visualstudio.threading.17.6.40.nupkg 1615534 BLAKE2B a3c8e442e218f6b855299270ff9143d10e9fe7ede6b12b1534d562de7cb64cfcfcf3855f639b2abefe8ff48a5497192ee504e911abe207a39716c97fba75413c SHA512 eae7c4297da137ebaffed98c41e62b99db1cf60a8e6fa11c5e1eadbb789c66864f407e96a4f305efca1c02f8dfd8f7e9bfdf316c92e0187207df8766bcdb047a +DIST microsoft.visualstudio.threading.analyzers.17.6.40.nupkg 481311 BLAKE2B 739e3903c08d57ffe214715c8e1dedba8cb7a8f226d36837f6a7ea16cd623f372d0a1365a6100b6f660a133a21396314899dc5e16d3935e2e1b25cebeb14c887 SHA512 04f0e018feeaf4d8d925820c6cde2436510200f38332283bbfcb585abcd6d9595f5d6a543f75da751366aeb7507a6ad12006afd5b27f6b82336f82a0d9714926 +DIST microsoft.visualstudio.validation.17.6.11.nupkg 329244 BLAKE2B c9f844f2ac036ab8bd3756cc06f374e15b529d00744dcbd78051a39a4c0876436caa67ea9f93308cb1cfdc806bb5be3c361909f515d837926d94df549ded2e46 SHA512 4e25ceca6eac1d8b6f311e5872f61dff6cb15b4dbc338cfc1e8076e6c7c949138d13627a111e246a2559d38001da785844a81174af63e7bee82b142243e82415 +DIST microsoft.win32.registry.5.0.0.nupkg 354731 BLAKE2B 3e98fbda73990aa8d4a8fe584d317ae59804c3ac40fb42194e332826b5be57ab78e563111dd3278a8099b9cd890d4e37f1bb74e6ec4a443edf7c783ea0cceb0b SHA512 471e66567ce59cc86475aece7815d05261264ce114e0c1688ba2551dd51494901fa72dd7a8f74f8e8f0f3dba74af8595f177552f3c06abb4bfce76692197076e +DIST microsoft.win32.systemevents.7.0.0.nupkg 174438 BLAKE2B 88fc0929dc13c34f563e6b1b30f2a21973751ef61071fc46ea83587519bf58d4978852469bd85f51a1dae3ff62ab837b34fc7accf6eb8fbe347b5912b6c2c1aa SHA512 18ee925b1ff0499205bf13a7ebb63a3a2206773f491828390910c36d2000bc10d079915bc9bbbdb043946fdc3fbd4950bfe0365da91315983d520d70fad81b59 +DIST mono.cecil.0.11.4.nupkg 692728 BLAKE2B 092512697bd512ffc3e79d66728526f86e2f4ceb58762b7d311d228de23e00eabede2d9b9f91e5e6406eb7592193c471365871b54f2dfe0a4707feb4da84a848 SHA512 0a78f050c9851e749c346f1eff80d1650417ebb1f96a37a4443b9d999e85cb58c22e1c87d638f36d008e1058412dad8d8cf590a4c17e447741258f1aec682694 +DIST mono.posix.netstandard.1.0.0.nupkg 2841603 BLAKE2B b5537cdb640ac497c884788d62c9fb8afda532b27f218192a5bc393b6671c0a6a848147326c0611daf5ab54c92091d96495355850d39e48c83793c4b1bb41484 SHA512 46d1a2bad41924099a8ef43442f06f87bdd52727bce625bd7fdb63665cc5f3c89d2f134ca3894092d3ffe18f62942a5a8acd0b0ced2da68202b7d1ddbfac28a0 +DIST msbuild.structuredlogger.2.1.844.nupkg 213214 BLAKE2B 997c5eac8bb948319877c61e145ff735953c1db20b6c8821c574f86e050561d55728a634eb71d6c8611bc5cd797e083ddbc383cf86843e576255cd6ba91260bb SHA512 dbd9128469513a117f871e8bc0d76c128ca1f411805fee3e0e0ed9e0c6dfa0a77e6f75297ba1a198c263417caa0b5e993e68aa8baa0a7a8efda0118dc33f0279 +DIST nerdbank.streams.2.10.66.nupkg 291984 BLAKE2B 20d0f4684814a92fa28fd27e95cca72ba6d8edbf5f5058539b3c54e088ff6da65faffdc04addf8deb473a8075ecbf3b0d5c4425b9da433a9c95ad66dcd31a654 SHA512 3cf62c572006c6a2d5a9d94dde33748906a6a646c239127b1093cc7e7c4a0495575f210b1d66810f093a4fca3b7b21b056586bc3f26e7181a1b7e4bb21e40dcd +DIST netstandard.library.2.0.3.nupkg 3146139 BLAKE2B 311e5367398f76c74e78930bc2cd39e450a86bd8626311ded8d58bd84c94a8a84db3c11b2bc10f3eeba20a9d081fe7827981f702ad746b49ae3108c949ba1022 SHA512 e78f0cea69c14895b1b089644077dbce8631a626055d96522f4d29e061d8bfc3e48aa1419e74faf265b998612c03f721f5f0cef4690f824150a5689764dee601 +DIST newtonsoft.json.13.0.1.nupkg 2065787 BLAKE2B 000c38ce26a2a00bb25a9c1d6fb069ada521ff089bb624a5c1255b25767c10616cc51821524e7bc3d8b45eb8f8ee54c97454db1db9ae5e5c78eb6300a99f979d SHA512 83731b662eaf05379a23f8446ef47bbc111349dd4358b7bd8b51383fe9cf637e2fe62f78cea52a0d7bdd582dc6fbbb5837d4a7b1d53dcf37a0ae7473e21ee7b1 +DIST newtonsoft.json.13.0.2.nupkg 2441714 BLAKE2B 5ae198b912e6440a2ba2ed537b463b6f9403c911cddc564382d4aa8e3d2317bfc28b913c986a0828a30ddba51635561d4cc080bd4dac28eda804aa72db06d1d5 SHA512 d743ae673bac17fdbf53c05983dba2ffdb99d7e6af8cf5fe008d57aa30b6c6ca615d672c4140eec516e529eb6ad5acf29c20b5cc059c86f98c80865652acdde1 +DIST nuget.common.6.7.0.nupkg 139677 BLAKE2B 26845e86bddf84500ab69a44fe786ea9d5a0eff2004427be423992ae017fc2e2aca6d0c7d737c9269af13dbe068779251ccee23199ad5016c11eb5b7ed89353f SHA512 c71993059a817cc09aa2ee2b2452917986d3adf4176f839f713f50c952cdd6711edfa29d8ad465d14922d11d374558a634a793cca8c1505e88e0265301ebb661 +DIST nuget.configuration.6.7.0.nupkg 171167 BLAKE2B a8dfeab18d44d8b290d99298f807f3a8263133e997738ec557bf667070e68400f89ab910d03c78dc96809a0fa1f5cdc699fac0de0a8c04b106f58430f2143010 SHA512 32a9242ad4461f767bdefd56ca51a90cca14ad594daa810571a584d40a6e75be8058962a1a1e2fc9950c757b22b6856989a90fde288032da6b87819f6bf0afe9 +DIST nuget.frameworks.6.3.0.nupkg 166715 BLAKE2B cf7b768979f0d266b526b9517a579e203e1b07e32b4a2e0b1ca1e1e6de02980181b40b02829cf69e55698da9fefd69fe0aaccc08758c5cbd4f8278f03a6180b0 SHA512 d6a4790d462dc818b555f97bd29dd1bfe4d52e9d089d9930490b9e75102494bcc36ec0e2097f480c5399681ba8158115a7ccf7fbfb4006e8e5cc9c284a1dbc1e +DIST nuget.frameworks.6.7.0.nupkg 141332 BLAKE2B fc300ff5aa2a5b601dbcd2e9cc7ddf644e84265c473e05cc57e775dc47a309cb47e9f1e52e30ee3b70e22f1e4c90f3544d75e78a5d9a2f30237e2ed0328ad7d4 SHA512 c1e1b20e3557a782d4291f598ccaed777f09e8c9140b9c4f53d85c19d92c641074afe6c998aa19e4d2500172c56cfde6e4184f2d8225dff68498f964095db93a +DIST nuget.packaging.6.7.0.nupkg 782710 BLAKE2B 7bb39cab8aadd0fa5c6d09be7d50ac5aea4716daa2425831ef4765a6cef84aa5bd31a6deba406a8c2bd4291a73ca9edf21327596fcc954327002dad09c61c38c SHA512 8c47c6fdaf213614c349639a7418b49d945d4cef8f5d1f7c8f8bba46767af0dcaec382c7be2117386d64a99beb694dee606b2c02825ab6414360033c9045fe59 +DIST nuget.protocol.6.7.0.nupkg 884370 BLAKE2B 10084377e8f55de9c9dd859019236adcab49ed4dbee4bef1c4f830c4925f942d4608452ba596d364cb41dcf4b39f55c655d4d8bb7af841978c8434b32e3c2f38 SHA512 febfa2de09956166bc28c1136a71b2682a8c3d52d3c1ef06ab36b99218838844c04de18477ecbb7ab26ccbfa4bc01a67974fe3498a5ffa4c4fab5eb1a227a3e8 +DIST nuget.versioning.6.7.0.nupkg 93575 BLAKE2B c990bd3e2f4dcdf02759f61fd65e72d20e6a23293c455f1b8bd7684878853fa09d1269a3d057614e27dc8bccba1d0c8439f6cbd92f80a4a6a32ea43a83ca2ad1 SHA512 699d3f15df398ee2caae0d2b670e2b5890050eebf4696dd2263ddfab0a797ad91164ec073bfd75be61a1d1e78c67b80c02f9e4b6fc5ac7b87955ac64965bf664 +DIST octokit.0.48.0.nupkg 1050527 BLAKE2B e5bb9b9dc483f33e1fc276a9fc48bdcc91150a24da071dd8f927f5defb6c1136e3d4a297375f4af6c651d9e2d014d938b0d258efb274d53f0f10fb11e433fe74 SHA512 19c866ff2f6e69c8d8152dc0868267462f6094d9fab65d1a62a176a11334914104412226e600c6969b03dd796bb5c70d26431f8ef9ad4f6fb4038fd9ce4581d2 +DIST opentelemetry.1.3.2.nupkg 169913 BLAKE2B 1ab77fa3db2b2f2a43db13d63d3bfcb6dae90e6717f6a3d09cfb0b2ac9e91a57055b803904a4b406a1d0fcb05176b87d228ed4927eff1a5212a5904624dd31a9 SHA512 ce10eb9c310b7ca42fd0539b33ff6bb1d887985e631a2a0711892d5de182f3f2cea668a3cd83d04ce0074c9e5398542afeac41a7d08b8b81361e90d6427313cc +DIST opentelemetry.api.1.3.2.nupkg 84921 BLAKE2B 877ded6362050c42be953aef0b764c97fb14ac74f4f705e7f3280d518129556c1c7cec23296504815527c3dc2c4f152c89de232f36b6e1b7491eb5c43ea036a2 SHA512 30b60db970b061c7c4269f4a397233635125d2758fb23ea89e69bc4a878e8847d0c21f2ed5d7b642072291ef9c15e88981d8ff8c8cad427060f584b503680406 +DIST opentelemetry.exporter.opentelemetryprotocol.1.3.2.nupkg 468053 BLAKE2B 3529e15232b3464b5a8c9066b865818b17e7f60b0bb3709390e52e40f5f450bf9291c59bc96b794ca2a4139249847a086e954f177a38f920a34c431575e2cfac SHA512 2ef3056dd1688c844973417bf325e45bc4ee95cb1346af992fe012943ee2f3a4dabc50e1c6329e37bb99d39a2af249442114f7a917995832393ccf5fb7d06324 +DIST paket.8.0.0-alpha002.nupkg 8319304 BLAKE2B adb1bed8ba9848bdcda2cb7546d356654bcec65efa1a3a36d4d45cca5d4fc848e4a5de8a7dd739b6de96a894b9a0a66bce569178bdd210bceaf000c7da661ff4 SHA512 94f395686366352bb7a84f8d056117ca722b6085b65c272efd7698897efca631280578cd3d566bd8c5940225775acc75044f2a14f1c6b5f64344e406cfd61316 +DIST perfolizer.0.2.1.nupkg 51987 BLAKE2B 2e01e7673ae420136e6194d89c406fca31af85b7f90b460a53ebbe0fef82c38ba3be3821d9e1a7b9b2bf5d117bb9f2f4f91767796bffb51ac14e5cb9f472d873 SHA512 9db50cdcf13a85737c275a0aa3dc4a98b97e7d23e7aca1c9b27df28e454b0d4587315bd62f7181dc03e0257a83d79c7af2e90733eafda70afe5a956c92c20a9a +DIST semanticversioning.2.0.2.nupkg 70096 BLAKE2B 9887b25ece5223b9b8459a397431ed7a64ed438911c4958d3619b822fb84212395e08856aed4cfeee2a9b6031acbc0610e137b0081da27a741bc1478d77e9272 SHA512 f6fc0c72931b83c31ab940aba719e2b861bf0013de93343315323617d01ce78070fddf7701e6649d30d322d5488a812f515aec4a48c92d99640e4fcb32cd1a6a +DIST serilog.2.11.0.nupkg 593145 BLAKE2B 4c73e2e2cd0b52f0cbbc32a8eaceea71034cd5af34bc3f7097c0e3b8aad3e525544064b24c752d8b99ebda4d7177a68fbaeb0d48c09c39d911a37fcca1ccc89d SHA512 74008585f37a8d291ea38abff88c223a74d404e44d7a9d91eac253de0a5914e2dd084b30970333533801b267b8f4cf5f00a24ca61c0e232cc15ecdab68162484 +DIST serilog.sinks.async.1.5.0.nupkg 54510 BLAKE2B a69fbd38a7f3d718ac337caf1755db414edfa953982270bd9588291651f03ba25b9d02bb5773803e78d6f5d1aaa1c83fff3b1839d89548ed715bb94f8bd30be0 SHA512 567425afcf810299105a4f472b7ed9f02f873b8a5a5d2a751a8780f8ca7516cf354b7c27fe2a02b86ddebcd39095b0b7833faea7911dee6d5aead64122679a73 +DIST serilog.sinks.console.4.0.1.nupkg 103972 BLAKE2B 5a017756c31da3cd3f64ba1cb0091f2e363bebd300284a6bf48989be4cc63d5988f0bf337d224407ff1ab214d0c4b505b67003909edb957f874f79e04f11a61d SHA512 fe74a57683bf12e8126e8158526445f2f110ff24a83b06f516e587e2e0f1db0f917259a8bd1420a917c943106820296e063ee7e3ea7517b5d0e355358e9c8134 +DIST serilog.sinks.file.5.0.0.nupkg 170448 BLAKE2B a2c58b4b2c43ee9c13e43bd341c4a352214f870d2c6cc6f3fa71138aa8b07f8cafbdf0184a3522d0333480b0ae252d5124e1e3fd5dc26df89474cf9e2a147dda SHA512 e0139b1c37bbc6e8dcf4b44f696fae1212c7793a69d599d3a555f69d2ceaa92f2417a0d4d2845d80ea8be494d4fd994841b916b197f8dc597afb6a6d91528356 +DIST streamjsonrpc.2.16.36.nupkg 879658 BLAKE2B 9f9a91d6852518df215efa93c41188fbc5e007677e0a80a93f6887cf2a3606f3fb69832c353a2fdbd9ddc0c7e65752e9289324002c0ce7ca9dba4aca857e6262 SHA512 f64b6dffb583deda5a3b904ec015f49b53b0a1d76b4c1ee7d31772217e88f237d3ca0ce377dc4163bf0d23b9efb07838a6585a30a3541b17dc61ad27ba4005f2 +DIST system.buffers.4.5.1.nupkg 93737 BLAKE2B e846885f9ace79f30bf7698a96ff3277a45fc2988a48cddba1862e23650ce55b06dcc6c1bcc29e08cf5380c9700dfcc15964f7263aeb11c737306d27963b34da SHA512 80da6158e55b9bcf7e0b5e6379b9cf45a632914f037b53c5bf5609576e3cd7821f7861956b73d74470d2d0c2e56dd235a5ef4ca6ffe7e192b820dc2d023aaff2 +DIST system.codedom.6.0.0.nupkg 197501 BLAKE2B bd626f958d3c36129ec319e69b0c057736d94027e2440aa87fcef5aa5d0767d7a52bb8ace5b93fe6af263c1b09238670dc16c9f5a1c1b7e9cc0e6d343d520324 SHA512 2b911b7c9bc524c86562a26547dfc92a8c774ed5937993a4a22e8a9ca1b146151aeaeaf15e4271ff6fe6cf20af634815aa1485a5a4c48d24acf39b2a6bc3cf27 +DIST system.collections.immutable.7.0.0.nupkg 538962 BLAKE2B 865b39a568c4c1643efbeba07b37a9b43adab688cee8174b4875b575c8e02f3a6ebd90ebc20ffcfc096c6a2017089b8e029345cf4eb24f3ccf9b911e57df0be6 SHA512 f084afc9395d74b4f252c47b7d0e378e676d6b8b6033a68636b648b58805e3772dd22ff1ded05d3c8c8553d2e7685b29b753fe1cbb5a333f018abe6422a3ebfa +DIST system.commandline.2.0.0-beta4.22272.1.nupkg 616636 BLAKE2B 5252560598c4cd67348520cea086c37b4151b984a61238de1984838975340247b16050113422b1765931bdfc1dee38e226789b6427e56ab7c3a36bf07d0bcc20 SHA512 979a7e66ba29e17bc5bec42e926ed15362e23ae403e498c955e09dffc4d3baa14777a06f95e25d591fc9757a0eaa18deb9e4662a1ca1663fa300f509a4a0383c +DIST system.componentmodel.annotations.5.0.0.nupkg 771145 BLAKE2B eaba2dca2356dbf4c1af4bd03d1b8bfcb55dc4f7e449e61e25dace119b35aa6308810fac7860b5d64d5e9569d27da693b3983a1427179e2d26b66a7df48d3904 SHA512 589aac4c669701ce7910f1a327294f15788d3ecff1d6df5d9255651e5201c5411c2312286fab111a6f549fb4de864c8414cfaf2a365deeb6f068c1ffce7c353c +DIST system.composition.6.0.0.nupkg 36690 BLAKE2B ba1d55411694042c17c2b7dc3ade61073ea3044dab06da1597681791df7008297e9e023b9837c01c4131b7976d3c4361717192d3cde2c9a40a4a4effa37fe41e SHA512 48618297e7fcf02b05bce032bcde1882be780e0e6d156b8312855f2a2d080ff590fd7bcc7a296ebddec9d82f654d9286e42b424ce07b112a449be2bfb29bcb8c +DIST system.composition.attributedmodel.6.0.0.nupkg 74280 BLAKE2B beb53a472cef7b65e55874ae643c2218ac4d8e630a3dc0c4c870abfaed1206fb6af90c9c23ef660a9571cfe47a05b58a3d206a3194adb6366b16fd4d621f438a SHA512 a53c30b3cfeb4fc67741e85305707b324481a6ac394fb1af71acda01309c090557424a4352135effe0dc37c2953634441994328d89c22532d8fdf8eb7f717405 +DIST system.composition.convention.6.0.0.nupkg 118447 BLAKE2B 1ddc449a1ad2d938be813ce3d15ed438624efa5c84075acccfc5c71d636692350c0c34ab1f2fc7f2f2cbeb5d3cc046b2a375b96e8b6cbd054edf3a78132bd321 SHA512 f4dd753fa196325d1a5e9a06874e88d9651f812f48b013608efe322e079ba194bdf4587603bcd71a86e33f53103c48b1dc8f1776842d5dfb4afbd7e8b4e9dd02 +DIST system.composition.hosting.6.0.0.nupkg 131638 BLAKE2B b147e5d07c36e35309594f38cb58fea6058a9dab194909b97165d346c12ef07083b438b4935d4a09400bbd7328dcefd0aa3841e6870bb62391dffcd4f66cbf72 SHA512 5a5a331c91f12b6cb63c5dfbea1095980a0a0bfa5d9e336c7316245706f6bedafd76a0b6880ca2c79415f31840c231730285b9bcc3b9474659a28ac9fdabd03b +DIST system.composition.runtime.6.0.0.nupkg 84119 BLAKE2B 51c686c81f086256e06cc9281919a18d1d4af4497c85086de68d1ab416650749cd6ac5c07fbc612b4737e129fb889c4e6e81fb54282834153598b7d7fd44d287 SHA512 ccf6d0fa4a8bb6a170121281728e965df4d346a69c55e0ecefab6b8241959876de568462b7d5dbd290aa6e510cbf1973802466e99b59a7e95b92889052acd79f +DIST system.composition.typedparts.6.0.0.nupkg 131026 BLAKE2B 52007400b74b617347bc8192cdcca4d8157e7865cab85b21ea581a2ed35390d9ee4df96da1579bd0b8e570154e0d794a15d567a578c4d05763dc4c5ed56fb964 SHA512 8cf43d8d159dc065c04ad9ec09a60ff431a2fe5fb3d4821c04a02a11687ede9bbc900d82f6d4d6f5d298895c664afbe0e6982b63a20059c5884bdb8c265793b7 +DIST system.configuration.configurationmanager.6.0.0.nupkg 447998 BLAKE2B 477de26b3619349fe0a42aabe463e3676c112b64af24d755664baf8d8d3d7d80ad3ef0182fcaee91d83a7a3eef38f9fb25171f30572ad39ead5e93081849d927 SHA512 de58cb928d6303a16301fd7aa8edac379dfe6c47e6d80b21665f92bab9dd5ff52b3e244cf6df0f945f1c72e71c92337561dbf2752fc3324174a8c9ecc70c3247 +DIST system.configuration.configurationmanager.7.0.0.nupkg 620656 BLAKE2B 132d9a20edddbace44a5dd390c831406e1d49ad205e389270d8bf88d759b5f5ef5ed08cc969e884c28d8053cc67bdae4f2f27f145200ac210faeea5b07a4fdb1 SHA512 837895813a48723318a47fac32ae552a3cad7af389bfe001b182ca38b8f4519ad7a777621457673cfa8bfa8af1303e64b726936a08364bb38d2489eef22b4869 +DIST system.diagnostics.diagnosticsource.7.0.2.nupkg 398733 BLAKE2B 8e551d460454942d575c72583a009ee607ba9749ac7575d8bb11e34a767235812d112b84e8eb4b4542ae66f351b0e2a31e4d953417b182142fdbd5a130577520 SHA512 1d346c423dc811aaa04f31436b48711659f7f0c87599758f842c10c3beb2779c40b028b9d4718c75eda7f9d9e40f341c05f267f863aa9357237b5edd95e3c2a8 +DIST system.diagnostics.eventlog.7.0.0.nupkg 322097 BLAKE2B 6931ca84eebb3882b040b6314ad35af739766423a6d8805abc4a3570f15b9f667b43c633314c98cef1db9a5b5b60482086355cb799b56dd789f16ad345f65bf8 SHA512 9bf1f8460ecaba418499f46997ead753551b30ddc661bbf8d9c6cc1d180cc0722250bdecbcaa05151efa164fe61cde5382bc06c7ae1f4b4169fa9dea2022a0fd +DIST system.drawing.common.7.0.0.nupkg 772327 BLAKE2B 341e40f2b8b066dc8c38de95202450d78dc09d4c999ad97fc71af423bf2aa1a891df696012d1114b3e78cddc65c27af1984897a652d3cf2c9b13efbe37154a9c SHA512 d1325de54dba8110e019afeba800601c2e4e0408b297b326de92333e029fa663d7150f021555b21a2fb89a411a08aef5e5588e043914da90b69c088fba72f0ed +DIST system.formats.asn1.6.0.0.nupkg 182980 BLAKE2B dc3180f322e0c7992a3b951d7f08b631b8d3a14abe1aef2f7b8efebc4da32161760ace9189a2df2e41d2fb2d98844ae9ce3df5cbabd3e7e0f6341625f2ebca27 SHA512 eb660feb32e7be616d148deb8f26dbae749e2ba8474026857c925fa0d850aab1132413de852b9c43123242ce56f861815bfae94970ffd0da8d5bb9adb4859784 +DIST system.formats.asn1.7.0.0.nupkg 245861 BLAKE2B d2f8c62eabd1fafede2de7cabefc5ed944f0d44d6507a6a44fb18074386cc8275293bd3468e896e88c57e694dfe780e304faa05152467723e036b0b870939ac2 SHA512 f04f2afbdbba7d926979c92854cec18315cc76e9d0c287e3703d113e4cfb0fef602f094cb874cc615eae84373e6b83bb8bf437579af3b0607ff8e604083ac8db +DIST system.io.pipelines.7.0.0.nupkg 239541 BLAKE2B a61c39e8e9cbc36822ea8a66df6ee8116e6e2d9840907bfb016bb479a291875e1941c81420f93247a2fab85ede30c470ca4512cb334d6f3ba7a69f2e97c00952 SHA512 4da90b7d0b15a454decdc23b2fef8f1ad1596c8b230f1afeeba7393ef5334db559c9c0c8834cd216ce797b09386f4224a5329900adfdb9fd26eb784e12a169fd +DIST system.management.6.0.0.nupkg 465875 BLAKE2B d749ac6518305cf4f8cf73c543f2f52ddc7505a94c8d498733b03560396176166ec221dab4f874003f96a1e0a5104fa2483c1cf98a06fa7944e5f767cc7d9405 SHA512 d98847c56d026a1cb6bac6b2dfb34aa9976b86754217eb80063cda76c391dee54a0f1accf19e1a76dedb7e1c63f815bcbb6c81380a76f8bd4c58680773601a43 +DIST system.memory.4.5.5.nupkg 208978 BLAKE2B 487049b1ffd622868d4aa84cc14f13127641c56937826c11d83851b7032ea248ccf8555f48aca93acc4891ac99ce2178ede50bf13ccbd70ba6004226fb583275 SHA512 e8c8e536c97b94ac3443c940b30dad43cf6e97dc7a8c3d989371048fe74e168606384f5e0143bdc0d86f7783bf9fdee8417964cb3a8a5d752713e90b125172dc +DIST system.numerics.vectors.4.5.0.nupkg 382792 BLAKE2B a97284a76a6729052d3a127e1875e2012ae5b90a40533783dc799b543d44cc084035374799e9e1b894083cb61f2639711f18b76ff31145140519a9674dd9d2aa SHA512 9c04ec0530f608aaf801837a791b33857e2ca6d2265a6049c01fd4e972825967e709cad3070f174829b7400f608e9a641d3afc3a45d4636d4c47dd43dd0657b3 +DIST system.reactive.5.0.0.nupkg 3929643 BLAKE2B a0804fbdbaa1db017fb93e3b283403c9f22dde1fd94f1ef680ccb35b2b355c41ce1344850055318fc342be022b019ce2bf1e3bd1ccd82f1c513df755c0aad9e9 SHA512 23156e017b081b88aba7d9462438e09024003c61874e9798d389841a0f215cab63bdc69ab25d0ad3f1bf75d65d76771810f9d0184c338fd96c0b5c1e21df9590 +DIST system.reflection.emit.4.7.0.nupkg 406832 BLAKE2B 7c523b9105ba23b7ae5cebe4661641a79000981b7530f05664d1e0b87195d3eb6c119d2850b2e416de97ccb1a678dc151e5df7e7665f293a7389422efead6f94 SHA512 10c0325b993a31d993c58adeee5f1c6fd7ff66173bf22bf0d295d29bfb30f0e01ec3042aceac5e245bb62d8fbfed63ce02adf74e04cf55811e0cf3d541b897a9 +DIST system.reflection.emit.ilgeneration.4.7.0.nupkg 204011 BLAKE2B 07db40691e6669baa6f54778623b6881c1cd248dda3dcd589a9af0ec297c810f2c978eb633c5a682d559bf02dd1d5d418d621bb461611d22e23d25ee9a5ac223 SHA512 890d97c3ca82f180ac877f8e50032d0f883c2e2039afd671561943667dc3a24ec2dfcd896cb94f372c975c25b72918afd046efc2dedbd5962a988a027abac8d9 +DIST system.reflection.emit.lightweight.4.7.0.nupkg 155693 BLAKE2B 86a72eb6666223b2753d6193f0c5a46d227ab6e305d917492b4153f886dd27742d5127dcb7723bbef9384260813e63b8c17264fe4301aaa25d66e924322331e0 SHA512 065af503d56a93e654927964eac16b84e729baac786e9ee4ab065f8709269a1cfef5d80e97c719f429d25db6a56cbf6b7c79a2e470c5c9dc50b1fa339763ef8d +DIST system.reflection.metadata.6.0.1.nupkg 767969 BLAKE2B 036ab25725ee0c990d8b4950c82c463649db6a5f9fd53533069fa15cdd1aeb23ef32b116a26db2f47494831827a647695ba1856cf18f9021bacf94147357f34b SHA512 7ae13917018aee2c9074db134aaa27cad2d71072f7d80bb13dc16b1de16cec62503b064914d12d86326534c9ed29dbbaed5fcdab7f88b620ae1d1c5022b4673b +DIST system.reflection.metadata.7.0.0.nupkg 1029794 BLAKE2B c4eb7069819ae7d6ee8fcf156fcf5fbb5d57022eb2c8e4677f1e64508c69853410da7985a08c936c38eb43201bf5cdcaa8c3c091531238ae78f4037b286b60a8 SHA512 2d93c8ba1a78ceb90d25b7a3b82ae7c7f2452ad29f49ee8e1c60b2bcda19f8f6edf68689d42a586aef5faf9f1049fe5e8095ec9a4ab48a2cd2a950a8b7ec2c85 +DIST system.reflection.metadataloadcontext.6.0.0.nupkg 501538 BLAKE2B af5c286f5c63cc6f48abbd5c0d0ad3df0bd9ed69db4cb317531fafa7e9c2b7d58808465c33902770d4d7563eddf39553048c7577fe72b4888641a0e6bc3d8134 SHA512 e507f5c3ec67d5013456eed3a4183ed55e9f98f16ed21cf24fc7f42423c65aba9914667c7c4f965a6bd34ca989ae762e00760b0084cfad19b88fa709ab8f9142 +DIST system.resources.extensions.6.0.0.nupkg 127618 BLAKE2B dfe810c0e7c1b2c67e7edf13cef37aebd2c263260e61a7ec240fe586afa5f62caa921e45a74fd4925914ccdf5c03ef60b1dada30ab47a70a61e8df85afa79234 SHA512 6eb2df8d2af6a822916ce97d16c4994267b80a156b15a664a977501024517707f8c05234d9a32514e4d3ace7ffb89e6d934aef6766b4880ed293dba9a9ef6240 +DIST system.runtime.4.3.1.nupkg 7272877 BLAKE2B 79c5ea342983b39bf810e499755724089453ac86ae2485757ba1a2a2e96e864ebb5e2ee8c39999263ff7149ba93ff7a212d892c35cc2623f971916be007cf7ff SHA512 025ebd98f0dfcdd0fe6ca18ad8701f07e94d14e1c5aa792accd9d42669af51ed7fa843caf4cec48934f8ceec9c2833f2edebf5d71cfc5d580958a3f4866ecd20 +DIST system.runtime.compilerservices.unsafe.6.0.0.nupkg 84343 BLAKE2B aea2f833d6da80dbc275c47bfb207d77a1f2dd203a29352ff5a6e96d8b52752ee3c5bde38117c5ecc5dfbad66d8b47b2001efa1e2d564e14cbbf58d0d1fe208e SHA512 d4057301be4ec4936f24b9ce003b5ec4d99681ab6d9b65d5393dd38d04cdec37784aaa12c1a8b50ac3767ed878dae425749490773fec01e734f93cf1045822b3 +DIST system.security.accesscontrol.5.0.0.nupkg 621573 BLAKE2B 617baef046a8bdb637db288425206cb95e6be55c53c3829690253fd76987b0fdebb1cd79db556c437ff5d9a0f4940e7d747e3e7b611e941f5f54248b6adfa32e SHA512 ae6b03ad029d3eb6818a6c8bb56cf4904013fa535a67b8e621b783a029dd88aa2e471e002cbc7d720381ad8bc8c6b93111a08f6ce2d271af6d974bf4d02b6c81 +DIST system.security.accesscontrol.6.0.0.nupkg 322676 BLAKE2B 4a263e610c98360396e39dd03b61b5e652d957ec4f11086b831105d6390a8f48eae8cfc425e97114d52d81aee584b155c1dd450c297118d63be7a8085363bd83 SHA512 64a36a103b954ab4b7e8a76c0e876579bd484c308e444c2d915fb9a0fd05ad63614501ed235c544afc9b431cb8a4cf0f0715b8ed414e85958e6d68579168fb45 +DIST system.security.cryptography.cng.5.0.0.nupkg 957764 BLAKE2B 01f2072c00590027149390ee18b855d742c05cd66f0bbd2433ed52236954f6a3baae64291795303139cdc1ee1185116cfaac4ce20bfcb8f8712625e07e2e2632 SHA512 b6bbe402495487333eff3f5b3e71a60cbce66ef0f49752250ba829151a738c62f295382d4cfaa6f14bfbb670c14ee05039b8c4641c4d4b46c28488bacd0095f7 +DIST system.security.cryptography.pkcs.6.0.4.nupkg 1093766 BLAKE2B 9801c9b4355aae21c932163ae77963a97cb9cc52fee7d4e3a8bcf572032c0dbc9b9954cd2c1050c6ee353e4b1e51a6e441d350bba45ff456098b1096d12655d9 SHA512 db8bba63d2ff4b9bd7a35abaa754296000efd9de8ac6585564c5a1241ec782fa193f12e56807e717e62522bb77f127c6034b43af28fa62e599149d49290979a2 +DIST system.security.cryptography.pkcs.7.0.3.nupkg 837210 BLAKE2B 77b63757c23c639b59d700288c9e0c657b8638e72d85ec0b5df11701aaba16a0fec83bdb282c7c98daf316c0c84cb6eb11f5cca4cb38c4378fea2f985013cf57 SHA512 5d416f90c72ab139f7276383593a564f960ba1ca01f33812bb3babeca4b1dfa997e6594920c30dfc942b5525298bbff2b1af97b386fea617efca5cdf28e04e51 +DIST system.security.cryptography.protecteddata.6.0.0.nupkg 126768 BLAKE2B 3ec81101da96e2395944ce93506d8f23b0f82bceb95a08b784d3d7aed619bee7aea80dcf725babf9650931018ced7e49988ceaea571cea8ea2595b2556d3f070 SHA512 489b5dab0abfadfb8bc2d0437de83a1447918071949440e766db701c81c3518de6a38a3e0f699706b06d591ab5393c7bc0b2eaa81c15bff156339248e6c35730 +DIST system.security.cryptography.protecteddata.7.0.1.nupkg 125380 BLAKE2B 9642e009b808f2b28e6aedaae2e8bf425667805006d4131a80cf6f956af4104582a97531fe266c7f6042693da0cdc53f27170bd3b92cbe992419c7202444fb89 SHA512 f10fd0bb48e85e2f71b98fdb28c9c717123837e4deef993ae249835bffbd83f88c9353c1f1a35a4985207d5ceefe77527316994fb93afdbbeae4c0a029e26f44 +DIST system.security.cryptography.xml.6.0.1.nupkg 231247 BLAKE2B 8720dea2d6ba2d116d5455213f8faaa26667a1b2b75e993434f95b7a01c8914d9bb5861df02e7da6761f726cdb8fbfb8da294033fbad674e7b84b182d382146c SHA512 17f9e598d455c5ab883398f83affd8dd6879a332fea70f876265ef38517c7977764ba31b1b237c9cb72dffb3d486a24642148eacd63a2893e0714c92e679deb2 +DIST system.security.permissions.7.0.0.nupkg 202447 BLAKE2B 51419df67046cb1c2a42e1074cb531d1eec2b23ac48364d31d7a7db22a981263e4d7bc74ab9fe3435caf4030ac4b1c7bd41e944bfde50fa0a8fc958cbea8ada4 SHA512 5cd553990f49b824704574530e838713312dd30990791b9d1fd95384fd25dce0636b83f78e6447abfd07d0df4db35383ea03662a98cb74e787090117bf8895ac +DIST system.security.principal.windows.5.0.0.nupkg 535022 BLAKE2B 4b20ab3cc0b4bc820df360df57b2eb0e2059de677c432af31e73acdf600a417685900aed2cee8e33ba9020d02ae688096cd9c3a77da441ed33cf968c90124bd5 SHA512 44a920aaaf22b2172d41319bb57ab2b8e1a4531d5f02192a6f53a81d875125195b60ba0b5a44a45981d137fd7b0f3a65b12959b5fd97afc0578cd84ef27467cd +DIST system.text.encoding.codepages.6.0.0.nupkg 4242377 BLAKE2B 253acdb943a224224bee2213f7b46e926d78900a569e490593a5e1157f228beef70674a5aa07a78e103c4e6d7c2f97a42b6339c5eb5f032a77d15102ff8cb8dc SHA512 ec873a95ec517de2c5a5364ada30974ddd5e0fafef2ad2517609a1900b5059d35757536fd073805001fa68d5b56a3d4647010a96c9eb233b1d172a3b45fbe4a9 +DIST system.text.encoding.codepages.7.0.0.nupkg 3198933 BLAKE2B 077972f69636114b3d9db09398f6d9322a681665fcf280a15fb0506d45da644e07c2e3aee91d76c908e1ab1762411bc970978bc8823a5b45aa994b172a7d95bc SHA512 485abfaeb1f9dac307249b2d84375a7d63c4bb175109107ba59e3ab6b476c52a62d677ca3c06f0e9a999afd5bf2f21d396a4b4d534563bb9da8d1b8ed6fc458a +DIST system.text.encodings.web.6.0.0.nupkg 235525 BLAKE2B 1a9c6233292c8d9186c92fea63b918a3a97ec23588f06a3170d0f085359acf77eea7b10867ee81602837818f25968f7cd91e193f83a081fbe6ae4467ec92d32f SHA512 0f26afeeaa709ea1f05ef87058408dd9df640c869d7398b2c9c270268ddf21a9208cd7d2bfa1f7fbd8a5ceab735dd22d470a3689627c9c4fadc0ea5fe76237fa +DIST system.text.encodings.web.7.0.0.nupkg 283808 BLAKE2B 820e51fcee43bcf8141527b245b17c9d7f5d2f1e822e93f12719047b7ce0ace3bee429db4464726ce60ffefe6746209f5320071893f83f99b81e38110a8be7c5 SHA512 d164c15df021a99d18ed0c39b6b7c0290b7f948d8f09bf07140b47bae6403f1cb9a822c1504aabd7a6094367ad9fcf8ced1ea186b0662a51815ebbb37a3b0434 +DIST system.text.json.6.0.5.nupkg 1267769 BLAKE2B 21b51f64953a1788610460a2d367b22e23e6be5a6644deab0e3b7b1643b6fe766de87b03d94a17eee6d63821f6f6039ef09a57c7533f8369be3ab539082ecda0 SHA512 365a854b3a6187af14888fca10573f84c73c9066fec84a25cae233949dcf51ada2efe716ea3d315f8f7cb438ff153ae03ef8ee69e8f24ec3f50971133014e3c0 +DIST system.text.json.7.0.3.nupkg 1734391 BLAKE2B acc8027653d7c58d7740983e465904e61889dcb572a9a5cf9022a81a6c2ab2dfc263307111a23456c8c0c520eb58aaed09eada4793ec51b56d1d6790f710fe14 SHA512 0ea3fecca3dd4c84f8d9afddd6d3eefb0fe1ab5e1067cfbab5ba6ebf61accab8e1a81a9bb071fb98db5afec4af3a41777c1fb23fb3d6af62236082e29df4fa55 +DIST system.threading.channels.6.0.0.nupkg 181030 BLAKE2B 39e46b792436d972c61fe0e35d0375622488290de97ec9f7b905349faa5152d38f6104eab5f16511fc51bbe50164f42d3cd1ce073ba024e25859b19f114424be SHA512 32adff895c57ab9ef864cf89660403f041b07841be7c44a0c3c2c8451a1da076a8c1b4dcf1c993b585304ad7549afa408a0f797ad6814d0f14eb748a1fc9ce03 +DIST system.threading.tasks.dataflow.6.0.0.nupkg 403433 BLAKE2B 9e20d3ef669b977daf30a0b6a21f9faa7aa8c25ae42597499b262188283aec4eaef1b64be994ef308e52778e895e5ee8baf6d744831997179c4a3d7800efde7c SHA512 b4139fbffcb66b9824a960f6fb62639ac7d34cbe2c2d0e2331a975b4585618b4f21370409c3349ab1830e7b944f205f52af2685f102b771a312e553dc8d45112 +DIST system.threading.tasks.dataflow.7.0.0.nupkg 521688 BLAKE2B 509ea6148e1f10af0417b382afd232ebfd66dc2d104f82e5eaad549b92cb1310a9601d4f96780a15ca819657827a732bccd5f444ad315a850c809eeb5187b3b2 SHA512 9c1e9c5011048a63b7e6d3caf8a9a1505f23c718ac3b513ef0a537783200f7fa35e7aaae94cb3c61ea333937154581d95af827d5808323f651da06bd12b5c87e +DIST system.threading.tasks.extensions.4.5.4.nupkg 89582 BLAKE2B 728fc5794745b706a7e3a7d05186f34e2a8c1837cafdc7fc9a1bd8fc6fd42025448cbdfa53415a05d872aa08db1deb31d104054630c9ac7ecd29a2ddd973fd5c SHA512 68052086e77d3c7198737a3da163d67740b7c44f93250c39659b3bf21b6547a9abf64cbf40481f5c78f24361af3aaf47d52d188b371554a0928a7f7665c1fc14 +DIST system.windows.extensions.7.0.0.nupkg 133737 BLAKE2B 668b4565391a9911ae4f552a2c2e55e1bd0c8d9ee188c11c8115500b1074ec7847f918ad7c84b179528825284f20bc7e78f49901a1e9d8da37e04d81a8b52fc5 SHA512 28d9c7d065fb4ffa110333ad26379f6e8627822f9dfdb34677ade3f99205153211f11334770a6db8898d5e22aabc3efc93371601fde4777ca372287e5136246f +DIST yolodev.expecto.testsdk.0.14.2.nupkg 50071 BLAKE2B 3b653924fd63ab59689355828303dac25ef1c0dcb2d9051b50e0a7790815b777779460e396dfe2b98d8ba6b501534625658ad36900a01422876f327d3041fa17 SHA512 c5631dc9958d42d4c2818ffd2ac91b1795e64771d6b2cab13354c81fcae9162b71b7ee251393ac726c644c43c07c46e388cf22d28419604beb151d6a2bd8b3a8 diff --git a/dev-dotnet/fsautocomplete/files/fsautocomplete-0.68.0-paket-dependencies.patch b/dev-dotnet/fsautocomplete/files/fsautocomplete-0.68.0-paket-dependencies.patch new file mode 100644 index 000000000000..d1e8ffa95890 --- /dev/null +++ b/dev-dotnet/fsautocomplete/files/fsautocomplete-0.68.0-paket-dependencies.patch @@ -0,0 +1,20 @@ +--- a/paket.dependencies ++++ b/paket.dependencies +@@ -2,7 +2,7 @@ version 7.2.1 + + framework: netstandard2.0, netstandard2.1, net6.0, net7.0, net8.0 + +-source https://api.nuget.org/v3/index.json ++source: @NUGET_PACKAGES@ + # this is the FCS nightly feed, re-enable at your own risk! + # source: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json + #source: ./libs +@@ -60,7 +60,7 @@ nuget System.Security.Cryptography.Pkcs 6.0.4 + + + group Build +- source https://api.nuget.org/v3/index.json ++ source: @NUGET_PACKAGES@ + storage: none + + framework: net6.0, net7.0 diff --git a/dev-dotnet/fsautocomplete/fsautocomplete-0.68.0.ebuild b/dev-dotnet/fsautocomplete/fsautocomplete-0.68.0.ebuild new file mode 100644 index 000000000000..d13cf272765c --- /dev/null +++ b/dev-dotnet/fsautocomplete/fsautocomplete-0.68.0.ebuild @@ -0,0 +1,285 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_PN=FsAutoComplete + +DOTNET_PKG_COMPAT=8.0 +NUGETS=" +altcover@8.3.838 +benchmarkdotnet.annotations@0.13.5 +benchmarkdotnet@0.13.5 +blackfox.vswhere@1.1.0 +cliwrap@3.4.4 +commandlineparser@2.4.3 +communitytoolkit.highperformance@7.0.1 +destructurama.fsharp@1.2.0 +diffplex@1.7.1 +dotnet-reportgenerator-globaltool@5.0.2 +dotnet.reproduciblebuilds@1.1.1 +expecto.diff@9.0.4 +expecto@10.1.0 +fake.api.github@5.20.4 +fake.core.commandlineparsing@5.23.1 +fake.core.context@5.23.1 +fake.core.environment@5.23.1 +fake.core.fakevar@5.23.1 +fake.core.process@5.23.1 +fake.core.releasenotes@5.23.1 +fake.core.semver@5.23.1 +fake.core.string@5.23.1 +fake.core.target@5.23.1 +fake.core.tasks@5.23.1 +fake.core.trace@5.23.1 +fake.core.userinput@5.23.1 +fake.core.xml@5.23.1 +fake.dotnet.assemblyinfofile@5.23.1 +fake.dotnet.cli@5.23.1 +fake.dotnet.msbuild@5.23.1 +fake.dotnet.nuget@5.23.1 +fake.dotnet.paket@5.23.1 +fake.io.filesystem@5.23.1 +fake.io.zip@5.23.1 +fake.net.http@5.23.1 +fake.tools.git@5.23.1 +fantomas.client@0.9.0 +fantomas.core@6.2.0 +fantomas.fcs@6.2.0 +fantomas@6.2.2 +fparsec@1.1.1 +fsharp.analyzers.sdk@0.11.0 +fsharp.compiler.service@43.8.100 +fsharp.control.asyncseq@3.2.1 +fsharp.control.reactive@5.0.5 +fsharp.core@5.0.1 +fsharp.core@6.0.5 +fsharp.core@8.0.100 +fsharp.data.adaptive@1.2.13 +fsharp.formatting@14.0.1 +fsharp.umx@1.1.0 +fsharplint.core@0.21.2 +fsharpx.async@1.14.1 +fstoolkit.errorhandling.taskresult@4.4.0 +fstoolkit.errorhandling@4.4.0 +gee.external.capstone@2.3.0 +githubactionstestlogger@2.0.1 +google.protobuf@3.22.0 +grpc.core.api@2.51.0 +grpc.core@2.46.6 +grpc.net.client@2.51.0 +grpc.net.common@2.51.0 +grpc@2.46.6 +humanizer.core@2.14.1 +iced@1.17.0 +icedtasks@0.9.2 +icsharpcode.decompiler@7.2.1.6856 +ionide.keepachangelog.tasks@0.1.8 +ionide.languageserverprotocol@0.4.20 +ionide.projinfo.fcs@0.62.0 +ionide.projinfo.projectsystem@0.62.0 +ionide.projinfo.sln@0.62.0 +ionide.projinfo@0.62.0 +linkdotnet.stringbuilder@1.18.0 +mcmaster.netcore.plugins@1.4.0 +messagepack.annotations@2.5.108 +messagepack@2.5.108 +microsoft.bcl.asyncinterfaces@7.0.0 +microsoft.bcl.hashcode@1.1.0 +microsoft.build.framework@17.6.3 +microsoft.build.locator@1.5.3 +microsoft.build.tasks.core@17.4.0 +microsoft.build.tasks.git@1.1.1 +microsoft.build.utilities.core@17.4.0 +microsoft.build.utilities.core@17.6.3 +microsoft.build@17.2.0 +microsoft.build@17.4.0 +microsoft.codeanalysis.analyzers@3.3.3 +microsoft.codeanalysis.common@4.5.0 +microsoft.codeanalysis.csharp.workspaces@4.5.0 +microsoft.codeanalysis.csharp@4.5.0 +microsoft.codeanalysis.visualbasic.workspaces@4.5.0 +microsoft.codeanalysis.visualbasic@4.5.0 +microsoft.codeanalysis.workspaces.common@4.5.0 +microsoft.codeanalysis@4.5.0 +microsoft.codecoverage@17.4.1 +microsoft.diagnostics.netcore.client@0.2.251802 +microsoft.diagnostics.runtime@2.2.332302 +microsoft.diagnostics.tracing.traceevent@3.0.2 +microsoft.dotnet.platformabstractions@3.1.6 +microsoft.extensions.caching.abstractions@6.0.0 +microsoft.extensions.caching.memory@6.0.1 +microsoft.extensions.configuration.abstractions@6.0.0 +microsoft.extensions.configuration.binder@6.0.0 +microsoft.extensions.configuration@6.0.1 +microsoft.extensions.dependencyinjection.abstractions@6.0.0 +microsoft.extensions.dependencyinjection@6.0.1 +microsoft.extensions.dependencymodel@6.0.0 +microsoft.extensions.logging.abstractions@6.0.2 +microsoft.extensions.logging.configuration@6.0.0 +microsoft.extensions.logging@6.0.0 +microsoft.extensions.options.configurationextensions@6.0.0 +microsoft.extensions.options@6.0.0 +microsoft.extensions.primitives@6.0.0 +microsoft.net.stringtools@17.4.0 +microsoft.net.stringtools@17.6.3 +microsoft.net.test.sdk@17.4.1 +microsoft.netcore.platforms@1.1.0 +microsoft.netcore.platforms@7.0.4 +microsoft.netcore.targets@5.0.0 +microsoft.netframework.referenceassemblies.net461@1.0.3 +microsoft.netframework.referenceassemblies@1.0.3 +microsoft.sourcelink.azurerepos.git@1.1.1 +microsoft.sourcelink.bitbucket.git@1.1.1 +microsoft.sourcelink.common@1.1.1 +microsoft.sourcelink.github@1.1.1 +microsoft.sourcelink.gitlab@1.1.1 +microsoft.testplatform.objectmodel@17.4.1 +microsoft.testplatform.testhost@17.4.1 +microsoft.visualstudio.setup.configuration.interop@3.6.2115 +microsoft.visualstudio.threading.analyzers@17.6.40 +microsoft.visualstudio.threading@17.6.40 +microsoft.visualstudio.validation@17.6.11 +microsoft.win32.registry@5.0.0 +microsoft.win32.systemevents@7.0.0 +mono.cecil@0.11.4 +mono.posix.netstandard@1.0.0 +msbuild.structuredlogger@2.1.844 +nerdbank.streams@2.10.66 +netstandard.library@2.0.3 +newtonsoft.json@13.0.1 +newtonsoft.json@13.0.2 +nuget.common@6.7.0 +nuget.configuration@6.7.0 +nuget.frameworks@6.3.0 +nuget.frameworks@6.7.0 +nuget.packaging@6.7.0 +nuget.protocol@6.7.0 +nuget.versioning@6.7.0 +octokit@0.48.0 +opentelemetry.api@1.3.2 +opentelemetry.exporter.opentelemetryprotocol@1.3.2 +opentelemetry@1.3.2 +paket@8.0.0-alpha002 +perfolizer@0.2.1 +semanticversioning@2.0.2 +serilog.sinks.async@1.5.0 +serilog.sinks.console@4.0.1 +serilog.sinks.file@5.0.0 +serilog@2.11.0 +streamjsonrpc@2.16.36 +system.buffers@4.5.1 +system.codedom@6.0.0 +system.collections.immutable@7.0.0 +system.commandline@2.0.0-beta4.22272.1 +system.componentmodel.annotations@5.0.0 +system.composition.attributedmodel@6.0.0 +system.composition.convention@6.0.0 +system.composition.hosting@6.0.0 +system.composition.runtime@6.0.0 +system.composition.typedparts@6.0.0 +system.composition@6.0.0 +system.configuration.configurationmanager@6.0.0 +system.configuration.configurationmanager@7.0.0 +system.diagnostics.diagnosticsource@7.0.2 +system.diagnostics.eventlog@7.0.0 +system.drawing.common@7.0.0 +system.formats.asn1@6.0.0 +system.formats.asn1@7.0.0 +system.io.pipelines@7.0.0 +system.management@6.0.0 +system.memory@4.5.5 +system.numerics.vectors@4.5.0 +system.reactive@5.0.0 +system.reflection.emit.ilgeneration@4.7.0 +system.reflection.emit.lightweight@4.7.0 +system.reflection.emit@4.7.0 +system.reflection.metadata@6.0.1 +system.reflection.metadata@7.0.0 +system.reflection.metadataloadcontext@6.0.0 +system.resources.extensions@6.0.0 +system.runtime.compilerservices.unsafe@6.0.0 +system.runtime@4.3.1 +system.security.accesscontrol@5.0.0 +system.security.accesscontrol@6.0.0 +system.security.cryptography.cng@5.0.0 +system.security.cryptography.pkcs@6.0.4 +system.security.cryptography.pkcs@7.0.3 +system.security.cryptography.protecteddata@6.0.0 +system.security.cryptography.protecteddata@7.0.1 +system.security.cryptography.xml@6.0.1 +system.security.permissions@7.0.0 +system.security.principal.windows@5.0.0 +system.text.encoding.codepages@6.0.0 +system.text.encoding.codepages@7.0.0 +system.text.encodings.web@6.0.0 +system.text.encodings.web@7.0.0 +system.text.json@6.0.5 +system.text.json@7.0.3 +system.threading.channels@6.0.0 +system.threading.tasks.dataflow@6.0.0 +system.threading.tasks.dataflow@7.0.0 +system.threading.tasks.extensions@4.5.4 +system.windows.extensions@7.0.0 +yolodev.expecto.testsdk@0.14.2 +" + +inherit dotnet-pkg + +DESCRIPTION="F# language server using the Language Server Protocol" +HOMEPAGE="https://github.com/fsharp/FsAutoComplete/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/fsharp/${MY_PN}.git" +else + SRC_URI="https://github.com/fsharp/${MY_PN}/archive/v${PV}.tar.gz + -> ${P}.tar.gz" + S="${WORKDIR}/${MY_PN}-${PV}" + + KEYWORDS="~amd64" +fi + +SRC_URI+=" ${NUGET_URIS} " + +LICENSE="Apache-2.0" +SLOT="0" +RESTRICT="test" # TODO: Disable 19 failing tests. + +DOTNET_PKG_PROJECTS=( src/FsAutoComplete/FsAutoComplete.fsproj ) +PATCHES=( "${FILESDIR}/${PN}-0.68.0-paket-dependencies.patch" ) + +DOCS=( CHANGELOG.md README.md ) + +src_unpack() { + dotnet-pkg_src_unpack + + if [[ -n "${EGIT_REPO_URI}" ]] ; then + git-r3_src_unpack + fi +} + +src_prepare() { + dotnet-pkg_src_prepare + + sed -i paket.dependencies -e "s|@NUGET_PACKAGES@|${NUGET_PACKAGES}|g" || die + cat << EOF > NuGet.config || die + + + + + + + +EOF +} + +src_configure() { + dotnet-pkg-base_restore_tools + + rm paket.lock || die + edotnet paket install + + dotnet-pkg_src_configure +} diff --git a/dev-dotnet/fsautocomplete/metadata.xml b/dev-dotnet/fsautocomplete/metadata.xml new file mode 100644 index 000000000000..b94c954512c6 --- /dev/null +++ b/dev-dotnet/fsautocomplete/metadata.xml @@ -0,0 +1,19 @@ + + + + + + dotnet@gentoo.org + Gentoo Dotnet Project + + + The FsAutoComplete project (FSAC) provides a backend service for rich + editing or intellisense features for editors. It can be hosted using the + Language Server Protocol. Currently it is used by: Emacs, Neovim, Vim, + Visual Studio Code, Sublime Text. + + + https://github.com/fsharp/FsAutoComplete/issues/ + fsharp/FsAutoComplete + + diff --git a/dev-games/Manifest.gz b/dev-games/Manifest.gz index 3fa20d98893d..64395317cedd 100644 Binary files a/dev-games/Manifest.gz and b/dev-games/Manifest.gz differ diff --git a/dev-games/godot/metadata.xml b/dev-games/godot/metadata.xml index a64b3cb9efea..71f596fee4e9 100644 --- a/dev-games/godot/metadata.xml +++ b/dev-games/godot/metadata.xml @@ -24,7 +24,6 @@ Enable support for deprecated features Enable the raycast Editor module using media-libs/embree Build an additional binary optimized for running games (only relevant with USE=tools) - Enable text-to-speech support Enable the Godot Editor for game development Enable the WebM module diff --git a/dev-games/ogre/metadata.xml b/dev-games/ogre/metadata.xml index 10134612ebf8..744b1a91ff68 100644 --- a/dev-games/ogre/metadata.xml +++ b/dev-games/ogre/metadata.xml @@ -93,7 +93,6 @@ Exporters Support images via media-libs/freeimage Build OpenGL 3+ RenderSystem - Build OpenGL ES 2.x RenderSystem Enable OpenGL ES 3.x Features Use dev-libs/rapidjson (needed by Hlms JSON materials) diff --git a/dev-games/openscenegraph-openmw/metadata.xml b/dev-games/openscenegraph-openmw/metadata.xml index 26f01f3f105e..95b4405f0657 100644 --- a/dev-games/openscenegraph-openmw/metadata.xml +++ b/dev-games/openscenegraph-openmw/metadata.xml @@ -27,7 +27,6 @@ Enable DAE file support via dev-libs/collada-dom Enable DICOM medical image file support via sci-libs/dcmtk - Enable EGL support Build examples using x11-libs/fox library Enable support for sci-libs/gdal library Enable support for geospatial data LAS LiDAR format using sci-geosciences/liblas diff --git a/dev-games/openscenegraph/metadata.xml b/dev-games/openscenegraph/metadata.xml index 88b68f751d28..049f3df3a410 100644 --- a/dev-games/openscenegraph/metadata.xml +++ b/dev-games/openscenegraph/metadata.xml @@ -15,7 +15,6 @@ Enable DAE file support via dev-libs/collada-dom Enable DICOM medical image file support via sci-libs/dcmtk - Enable EGL support Build examples using x11-libs/fox library Enable support for sci-libs/gdal library Enable support for geospatial data LAS LiDAR format using sci-geosciences/liblas diff --git a/dev-java/Manifest.gz b/dev-java/Manifest.gz index 0504c87ac041..99f2af782d61 100644 Binary files a/dev-java/Manifest.gz and b/dev-java/Manifest.gz differ diff --git a/dev-java/antunit/antunit-1.4.1.ebuild b/dev-java/antunit/antunit-1.4.1.ebuild index da2e6498b5df..3439a7908dbe 100644 --- a/dev-java/antunit/antunit-1.4.1.ebuild +++ b/dev-java/antunit/antunit-1.4.1.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/apache-ant-${P}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64" VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/ant.apache.org.asc" BDEPEND="verify-sig? ( sec-keys/openpgp-keys-apache-ant )" diff --git a/dev-java/openjdk/metadata.xml b/dev-java/openjdk/metadata.xml index 201e1fe75f50..367d2eb36d3e 100644 --- a/dev-java/openjdk/metadata.xml +++ b/dev-java/openjdk/metadata.xml @@ -23,7 +23,6 @@ Provide JavaFX support via dev-java/openjfx Import OpenJFX modules at build time, via dev-java/openjfx Build OpenJDK twice, the second time using the result of the first - Enable Link Time Optimization (LTO) Install JVM sources Bootstrap using installed openjdk Enable SystemTAP/DTrace tracing diff --git a/dev-lang/Manifest.gz b/dev-lang/Manifest.gz index 48490a6669e9..926438b31e82 100644 Binary files a/dev-lang/Manifest.gz and b/dev-lang/Manifest.gz differ diff --git a/dev-lang/R/metadata.xml b/dev-lang/R/metadata.xml index a1ef08b1f6c4..c5ab836c4412 100644 --- a/dev-lang/R/metadata.xml +++ b/dev-lang/R/metadata.xml @@ -5,9 +5,6 @@ sci-mathematics@gentoo.org Gentoo Mathematics Project - - Use link-time optimization for R and its recommended packages. - R is GNU S, a system for statistical computation and graphics. It consists of a language plus a run-time environment with graphics, a diff --git a/dev-lang/gnat-gpl/metadata.xml b/dev-lang/gnat-gpl/metadata.xml index 2f5323748c2c..9d754256f541 100644 --- a/dev-lang/gnat-gpl/metadata.xml +++ b/dev-lang/gnat-gpl/metadata.xml @@ -20,7 +20,6 @@ Build SSP support into a dedicated library rather than use the code in the C library (DO NOT ENABLE THIS IF YOU DON'T KNOW WHAT IT DOES) - Build using Link Time Optimizations (LTO) Enable support for Native POSIX Threads Library, the new threading module (requires linux-2.6 or better usually) Build support for the Objective C code language diff --git a/dev-lang/perl/perl-5.38.2-r1.ebuild b/dev-lang/perl/perl-5.38.2-r1.ebuild index 736cfdecb182..35f7be07e7db 100644 --- a/dev-lang/perl/perl-5.38.2-r1.ebuild +++ b/dev-lang/perl/perl-5.38.2-r1.ebuild @@ -53,7 +53,7 @@ LICENSE="|| ( Artistic GPL-1+ )" SLOT="0/${SUBSLOT}" if [[ "${PV##*.}" != "9999" ]] && [[ "${PV/rc//}" == "${PV}" ]] ; 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="berkdb debug doc gdbm ithreads minimal quadmath" diff --git a/dev-lang/python/metadata.xml b/dev-lang/python/metadata.xml index 66d5aec84c7a..1d85e227b848 100644 --- a/dev-lang/python/metadata.xml +++ b/dev-lang/python/metadata.xml @@ -23,9 +23,6 @@ by running Python's test suite and collecting statistics based on its performance. This will take longer to build. - - Optimize the build using Link Time Optimization (LTO) - Disable pymalloc when running under dev-util/valgrind is detected (may incur minor diff --git a/dev-lang/rust/metadata.xml b/dev-lang/rust/metadata.xml index d67d2777f5ae..e28f62701eb3 100644 --- a/dev-lang/rust/metadata.xml +++ b/dev-lang/rust/metadata.xml @@ -12,7 +12,6 @@ Install clippy, Rust code linter Install dist tarballs (used for bootstrapping) - Optimize the build using Link Time Optimization (LTO) Install miri, an interpreter for Rust's mid-level intermediate representation (requires USE=nightly, sometimes is broken) Enable nightly (UNSTABLE) features (NOTE: it does not install nightly version, just enables features marked as nightly at time of release) Build a multi-threaded rustc (experimental, not tested by upstream) diff --git a/dev-lang/spidermonkey/metadata.xml b/dev-lang/spidermonkey/metadata.xml index eb50caaedbf8..451d64839c6f 100644 --- a/dev-lang/spidermonkey/metadata.xml +++ b/dev-lang/spidermonkey/metadata.xml @@ -8,6 +8,5 @@ Use Clang compiler instead of GCC Enable assertions to allow for easier debugging of programs that link to spidermonkey -- note this will often crash software on regular end-user systems - Enable Link Time Optimization (LTO) diff --git a/dev-libs/Manifest.gz b/dev-libs/Manifest.gz index 40c4c8b09576..906eb5078428 100644 Binary files a/dev-libs/Manifest.gz and b/dev-libs/Manifest.gz differ diff --git a/dev-libs/crypto++/metadata.xml b/dev-libs/crypto++/metadata.xml index 0d69ce7acf1c..350684939bd1 100644 --- a/dev-libs/crypto++/metadata.xml +++ b/dev-libs/crypto++/metadata.xml @@ -5,9 +5,6 @@ sam@gentoo.org Sam James - - Support assembly hand optimized crypto functions (i.e. faster run time) - weidai11/cryptopp diff --git a/dev-libs/gmp/metadata.xml b/dev-libs/gmp/metadata.xml index 591e777c6165..c85682bf90a4 100644 --- a/dev-libs/gmp/metadata.xml +++ b/dev-libs/gmp/metadata.xml @@ -6,7 +6,6 @@ Gentoo Toolchain Project - Enable use of hand optimized assembly routines (faster execution) Enables runtime CPU detection (useful for binpkgs, compatibility on other CPUs). diff --git a/dev-libs/kopeninghours/kopeninghours-23.08.3.ebuild b/dev-libs/kopeninghours/kopeninghours-23.08.3.ebuild index 14890beac8eb..8c9a5cf8e1a4 100644 --- a/dev-libs/kopeninghours/kopeninghours-23.08.3.ebuild +++ b/dev-libs/kopeninghours/kopeninghours-23.08.3.ebuild @@ -8,7 +8,7 @@ ECM_TEST="true" PVCUT=$(ver_cut 1-3) KFMIN=5.106.0 QTMIN=5.15.9 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit ecm gear.kde.org python-single-r1 DESCRIPTION="Library for parsing and evaluating OSM opening hours expressions" diff --git a/dev-libs/kopeninghours/kopeninghours-23.08.4.ebuild b/dev-libs/kopeninghours/kopeninghours-23.08.4.ebuild index 14890beac8eb..8c9a5cf8e1a4 100644 --- a/dev-libs/kopeninghours/kopeninghours-23.08.4.ebuild +++ b/dev-libs/kopeninghours/kopeninghours-23.08.4.ebuild @@ -8,7 +8,7 @@ ECM_TEST="true" PVCUT=$(ver_cut 1-3) KFMIN=5.106.0 QTMIN=5.15.9 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit ecm gear.kde.org python-single-r1 DESCRIPTION="Library for parsing and evaluating OSM opening hours expressions" diff --git a/dev-libs/ktextaddons/metadata.xml b/dev-libs/ktextaddons/metadata.xml index 35297b0e4483..fe672f377cfd 100644 --- a/dev-libs/ktextaddons/metadata.xml +++ b/dev-libs/ktextaddons/metadata.xml @@ -11,6 +11,5 @@ Build plugins for dev-qt/designer - Enable text-to-speech support diff --git a/dev-libs/libgcrypt/metadata.xml b/dev-libs/libgcrypt/metadata.xml index 33d811c69f22..8d42c0b262c0 100644 --- a/dev-libs/libgcrypt/metadata.xml +++ b/dev-libs/libgcrypt/metadata.xml @@ -9,7 +9,6 @@ cpe:/a:gnupg:libgcrypt - Enable assembly for optimization Use getentropy function to obtain randomness from the kernel diff --git a/dev-libs/libintl/libintl-0.22-r1.ebuild b/dev-libs/libintl/libintl-0.22-r1.ebuild index e3537d1f5d51..35b3632d79d8 100644 --- a/dev-libs/libintl/libintl-0.22-r1.ebuild +++ b/dev-libs/libintl/libintl-0.22-r1.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}/gettext-runtime" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="static-libs +threads" DEPEND=">=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]" diff --git a/dev-libs/libmaa/libmaa-1.4.7.ebuild b/dev-libs/libmaa/libmaa-1.4.7.ebuild index e73b45250645..c75763f85f2c 100644 --- a/dev-libs/libmaa/libmaa-1.4.7.ebuild +++ b/dev-libs/libmaa/libmaa-1.4.7.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/dict/${P}.tar.gz" LICENSE="MIT" SLOT="0/4" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~riscv ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" BDEPEND="dev-util/mk-configure" diff --git a/dev-libs/libsodium/libsodium-1.0.19-r1.ebuild b/dev-libs/libsodium/libsodium-1.0.19-r1.ebuild index 79f1225f2022..3a6f2d652245 100644 --- a/dev-libs/libsodium/libsodium-1.0.19-r1.ebuild +++ b/dev-libs/libsodium/libsodium-1.0.19-r1.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 minimal static-libs +urandom" CPU_USE=( cpu_flags_x86_{aes,sse4_1} ) diff --git a/dev-libs/libsodium/metadata.xml b/dev-libs/libsodium/metadata.xml index 0b0b71123240..2b16ac29aaae 100644 --- a/dev-libs/libsodium/metadata.xml +++ b/dev-libs/libsodium/metadata.xml @@ -14,7 +14,6 @@ packageable fork of NaCl, with a compatible API. - Enables assembly implementations Use /dev/urandom instead of /dev/random diff --git a/dev-libs/libwacom/libwacom-2.8.0.ebuild b/dev-libs/libwacom/libwacom-2.8.0.ebuild index cd9511b52344..886211f149fa 100644 --- a/dev-libs/libwacom/libwacom-2.8.0.ebuild +++ b/dev-libs/libwacom/libwacom-2.8.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/linuxwacom/${PN}/releases/download/${P}/${P}.tar.xz" LICENSE="MIT" SLOT="0/9" # libwacom SONAME -KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~ppc ppc64 sparc x86" IUSE="doc test" RESTRICT="!test? ( test )" diff --git a/dev-libs/nettle/metadata.xml b/dev-libs/nettle/metadata.xml index 62b7968b920a..bb86443f7022 100644 --- a/dev-libs/nettle/metadata.xml +++ b/dev-libs/nettle/metadata.xml @@ -9,7 +9,4 @@ cpe:/a:nettle_project:nettle gnutls/nettle - - Support assembly hand optimized crypto functions (i.e. faster run time) - diff --git a/dev-libs/nss/Manifest b/dev-libs/nss/Manifest index b0a4a44694f7..f61f7a2d512d 100644 --- a/dev-libs/nss/Manifest +++ b/dev-libs/nss/Manifest @@ -3,5 +3,5 @@ DIST nss-3.91-fixed-certs.tar.xz 11300 BLAKE2B 85f191b85c7caf1ee24f92a2ff76f7660 DIST nss-3.91.tar.gz 72267945 BLAKE2B 7dcd680311a5503007c0bb738ec24b50e40841470592c2d8dd542b3bdf085a6e4816f1fab4cb6b86220ff3e39a828f57a0a9172e3d1c2c82537eab6558a50226 SHA512 65258a4ea0b8c06ec49dd411eabe860ad5d7c3873beb27f8f43e10ef6be020b1522112df9deaeed27f23fd72f13cc7554e9c1854cd97e4716de419f722aff020 DIST nss-3.92.tar.gz 72133646 BLAKE2B 251daae56ccf8b8f4fd0b4287fea2049b6e72d1fc57fe02fb3d4f0b8a083aaf00046844145721a1e7620ecfbdbbb93206591e47386c12662765c09cf99db42bc SHA512 dc317ec909433c9026f108b466bc436110b3c77edc3f73aef3d6dc6782f584c205053a368e4a134715bfdf63d2c1ae2185fc23238e5c2dca8f88ec185b1fec2a DIST nss-3.95.tar.gz 76571130 BLAKE2B 9d40b09c0c58901781abfad609dd45f44c2f4d1ce9d4f1592748cb64a9eb29b1ac84be54ebb19fa528d8b9fd08911f769a80f72d9e6dbb22e82e5b3581a30af1 SHA512 54567c063fc72bf1a29898bc8cc405e54aa086269021d864b10a3640e6b4ae0d632834db87766257fdb43740d9bc71e362d69cfe6924f5c72a6e1a99a91f8c3a -DIST nss-3.96.tar.gz 76724862 BLAKE2B 307c4ebcd6124a0006a24c8e2e9e884788f44c83645fd8cdd49cfa49497ed5c4f83d2d4f22ce5dd3b5256fffd6aec572b289af5e84f8131f1f23be3ea4264245 SHA512 96fdc1f09882c15678515f46f2daf966862fbf7525b92241297f26b95475de21e95128ffd63a0f9f9063e6c99e4abf435da8e93a19327885bfb0ad384ef15227 +DIST nss-3.96.1.tar.gz 76715092 BLAKE2B 2a9ea65dd89cba82ea10a57887b10109369af81d4c2911c54cfd081a661498ad7f56ad419092539caaa16341045edcc50f5a3c74d87d66094dacbc91226a9d1c SHA512 fe8baefa767b711a108aafdb496a45d15d2296c3bdd0b1e4389c49197d1cf5365872ee41c23b6823285803887c74538d13347af87d64750551e9cbc87a9cb338 DIST nss-cacert-class1-class3-r2.patch 21925 BLAKE2B 7627ff9a09f084c19d72d0490676865e3cab3ca7c920ae1ce4bea2db664f37fd0aa84fcda919809a516891ab2a62e2e7a43a9d6ada4c231adfe4c216525fac7d SHA512 1ce6ff9ab310aaca9005eafb461338b291df8523cc7044e096cd75774ce746c26eed19ec6bb2643c6c67f94650f2f309463492d80a90568f38ce2557f8ada2f4 diff --git a/dev-libs/nss/nss-3.96.ebuild b/dev-libs/nss/nss-3.96.1.ebuild similarity index 100% rename from dev-libs/nss/nss-3.96.ebuild rename to dev-libs/nss/nss-3.96.1.ebuild diff --git a/dev-libs/openssl-compat/metadata.xml b/dev-libs/openssl-compat/metadata.xml index 218be0371088..bfc9fa7650db 100644 --- a/dev-libs/openssl-compat/metadata.xml +++ b/dev-libs/openssl-compat/metadata.xml @@ -6,7 +6,6 @@ Gentoo Base System - Support assembly hand optimized crypto functions (i.e. faster run time) Disable/Restrict EC algorithms (as they seem to be patented) -- note: changes the ABI Enable support for RFC 3779 (X.509 Extensions for IP Addresses and AS Identifiers) Support for the old/insecure SSLv2 protocol -- note: not required for TLS/https diff --git a/dev-libs/openssl/metadata.xml b/dev-libs/openssl/metadata.xml index bb40ddbf82df..bbf8686ec6e9 100644 --- a/dev-libs/openssl/metadata.xml +++ b/dev-libs/openssl/metadata.xml @@ -6,7 +6,6 @@ Gentoo Base System - Support assembly hand optimized crypto functions (i.e. faster run time) Disable/Restrict EC algorithms (as they seem to be patented) -- note: changes the ABI Enable FIPS provider Enable support for Kernel implementation of TLS (kTLS) diff --git a/dev-libs/papi/files/papi-6.0.0.1-configure-c99.patch b/dev-libs/papi/files/papi-6.0.0.1-configure-c99.patch new file mode 100644 index 000000000000..1c38cd69df49 --- /dev/null +++ b/dev-libs/papi/files/papi-6.0.0.1-configure-c99.patch @@ -0,0 +1,88 @@ +https://github.com/icl-utk-edu/papi/commit/dd11311aadbd06ab6c76d49a997a8bb2bcdcd5f7 +https://github.com/icl-utk-edu/papi/pull/142 + +From dd11311aadbd06ab6c76d49a997a8bb2bcdcd5f7 Mon Sep 17 00:00:00 2001 +From: Giuseppe Congiu +Date: Fri, 29 Sep 2023 10:20:28 +0200 +Subject: [PATCH] configure: fix tls detection + +Configure TLS detection tests were failing because of wrong usage of +pthread_create(). Problem was caused by wrong definition of thread +functions which require void *f(void *) instead of int f(void *) or +void f(void *). +--- + configure.in | 6 +++--- + 2 files changed, 6 insertions(+), 6 deletions(-) + +diff --git a/configure.in b/configure.in +index e77f1d017..346e3dab1 100644 +--- a/configure.in ++++ b/configure.in +@@ -707,7 +707,7 @@ AC_ARG_WITH(tls, + #include + extern __thread int i; + static int res1, res2; +- void thread_main (void *arg) { ++ void *thread_main (void *arg) { + i = (int)arg; + sleep (1); + if ((int)arg == 1) +@@ -849,7 +849,7 @@ AC_ARG_WITH(virtualtimer, + int gettid() { + return syscall( SYS_gettid ); + } +- int doThreadOne( void * v ) { ++ void *doThreadOne( void * v ) { + struct tms tm; + int status; + while (!done) +@@ -859,7 +859,7 @@ AC_ARG_WITH(virtualtimer, + threadone = tm.tms_utime; + return 0; + } +- int doThreadTwo( void * v ) { ++ void *doThreadTwo( void * v ) { + struct tms tm; + long i, j = 0xdeadbeef; + int status; + +From 08f0d7dfaeb53283ab133e3b7d6f13d03245d88c Mon Sep 17 00:00:00 2001 +From: Florian Weimer +Date: Mon, 18 Dec 2023 08:18:50 +0100 +Subject: [PATCH] configure: Fix return values in start thread routines + +Thread start routines must return a void * value, and future +compilers refuse to convert integers to pointers with just a warning +(the virtualtimer probe). Without this change, the probe always fails +to compile with future compilers (such as GCC 14). + +For the tls probe, return a null pointer for future-proofing, although +current and upcoming C compilers do not treat this omission as an +error. + +Updates commit dd11311aadbd06ab6c76d ("configure: fix tls detection"). +--- + configure.in | 3 ++- + 2 files changed, 4 insertions(+), 2 deletions(-) + +diff --git a/configure.in b/configure.in +index 7d95ae1a4..f9b494036 100644 +--- a/configure.in ++++ b/configure.in +@@ -721,6 +721,7 @@ AC_ARG_WITH(tls, + res1 = (i == (int)arg); + else + res2 = (i == (int)arg); ++ return NULL; + } + __thread int i; + int main () { +@@ -812,7 +813,7 @@ AC_ARG_WITH(virtualtimer, + exit(1); + } + done = 1; +- return j; ++ return (void *) j; + } + + int main( int argc, char ** argv ) { diff --git a/dev-libs/papi/papi-6.0.0.1-r2.ebuild b/dev-libs/papi/papi-6.0.0.1-r2.ebuild new file mode 100644 index 000000000000..a81ecf3c13bf --- /dev/null +++ b/dev-libs/papi/papi-6.0.0.1-r2.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools fortran-2 toolchain-funcs + +DESCRIPTION="Performance Application Programming Interface" +HOMEPAGE="http://icl.cs.utk.edu/papi/" +SRC_URI="http://icl.cs.utk.edu/projects/${PN}/downloads/${P}.tar.gz" +S="${WORKDIR}/${P}/src" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + dev-libs/libpfm[static-libs] + virtual/mpi +" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}"/${PN}-6.0.0.1-configure-clang16.patch + "${FILESDIR}"/${PN}-6.0.0.1-configure-c99.patch +) + +src_prepare() { + default + + mv configure.{in,ac} || die + eautoreconf +} + +src_configure() { + tc-export AR + + # TODO: Could try adding + # --with-static-user-events=no + # --with-static-papi-events=no + # --with-static-lib=no + # --with-static-tools=no + # but this requires fixing the homebrew configure logic for + # little gain + local myeconfargs=( + --with-perf-events + --with-pfm-prefix="${EPREFIX}/usr" + --with-pfm-libdir="${EPREFIX}/usr/$(get_libdir)" + ) + + CONFIG_SHELL="${EPREFIX}/bin/bash" econf "${myeconfargs[@]}" +} + +src_install() { + default + + dodoc ../RE* + + find "${ED}" -name '*.a' -delete || die + find "${ED}" -name '*.la' -delete || die +} diff --git a/dev-libs/pocl/metadata.xml b/dev-libs/pocl/metadata.xml index a08bc6bb7825..a4227dd06f59 100644 --- a/dev-libs/pocl/metadata.xml +++ b/dev-libs/pocl/metadata.xml @@ -13,7 +13,6 @@ Enable hwloc support Enables custom memory manager. Except for special circumstances, this should be disabled - Adds support for link time optimization pocl/pocl diff --git a/dev-libs/starpu/metadata.xml b/dev-libs/starpu/metadata.xml index e5514e797709..6c582c6644fd 100644 --- a/dev-libs/starpu/metadata.xml +++ b/dev-libs/starpu/metadata.xml @@ -14,7 +14,6 @@ Enable NVIDIA CUDA toolkit support Enable GCC extension plugin (experimental) - Enable OpenCL support Enable spinlock check diff --git a/dev-perl/File-RsyncP/File-RsyncP-0.760.0-r2.ebuild b/dev-perl/File-RsyncP/File-RsyncP-0.760.0-r2.ebuild new file mode 100644 index 000000000000..17a8c7600670 --- /dev/null +++ b/dev-perl/File-RsyncP/File-RsyncP-0.760.0-r2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=CBARRATT +DIST_VERSION=0.76 +inherit perl-module toolchain-funcs + +DESCRIPTION="An rsync perl module" +HOMEPAGE="https://perlrsync.sourceforge.net/ https://metacpan.org/release/File-RsyncP" +# Bundled files make for some weirdness +LICENSE="GPL-3+ GPL-2+ RSA" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=" + >=virtual/perl-Getopt-Long-2.240.0 + net-misc/rsync +" +BDEPEND="${RDEPEND}" + +PATCHES=( + "${FILESDIR}/${PN}-0.700.0-make.patch" + "${FILESDIR}/${PN}-0.760.0-lto.patch" + "${FILESDIR}/${PN}-0.760.0-c99.patch" +) + +src_prepare() { + perl-module_src_prepare + tc-export CC +} +src_compile() { + mymake=( + "OPTIMIZE=${CFLAGS}" + ) + perl-module_src_compile +} diff --git a/dev-perl/File-RsyncP/files/File-RsyncP-0.760.0-c99.patch b/dev-perl/File-RsyncP/files/File-RsyncP-0.760.0-c99.patch new file mode 100644 index 000000000000..f57348df3bfe --- /dev/null +++ b/dev-perl/File-RsyncP/files/File-RsyncP-0.760.0-c99.patch @@ -0,0 +1,199 @@ +https://src.fedoraproject.org/rpms/perl-File-RsyncP/blob/0faafaa6c4c1ebf930c1c119c57bea85cbd6118b/f/perl-File-RsyncP-configure-c99.patch +https://rt.cpan.org/Public/Bug/Display.html?id=145943 + +Various fixes for the configure script. Most of them are specific to +this package, and not related to autoconf limitations. The +configure.in/configure.ac autoconf input is not included among +upstream sources, so they are not patched here. + +Submitted upstream: + +diff --git a/FileList/configure b/FileList/configure +index 023b6066e0f9d362..cdf2a72b57d73abf 100755 +--- a/FileList/configure ++++ b/FileList/configure +@@ -2246,7 +2246,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + for ac_declaration in \ +- '' \ ++ '#include ' \ + 'extern "C" void std::exit (int) throw (); using std::exit;' \ + 'extern "C" void std::exit (int); using std::exit;' \ + 'extern "C" void exit (int) throw ();' \ +@@ -2905,6 +2905,8 @@ cat >>conftest.$ac_ext <<_ACEOF + #include + #include + #include ++#include ++#include + + int main(void) + { +@@ -4492,8 +4494,8 @@ main () + for (i = 0; i < 256; i++) + if (XOR (islower (i), ISLOWER (i)) + || toupper (i) != TOUPPER (i)) +- exit(2); +- exit (0); ++ return 2; ++ return 0; + } + _ACEOF + rm -f conftest$ac_exeext +@@ -6841,6 +6843,8 @@ cat >>conftest.$ac_ext <<_ACEOF + #define NGID 256 + #undef MAX + #define MAX(x, y) ((x) > (y) ? (x) : (y)) ++#include ++#include + + int + main () +@@ -8828,12 +8832,13 @@ cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ + $ac_includes_default ++#include + int + main () + { + struct stat s, t; + exit (!(stat ("conftest.data", &s) == 0 +- && utime ("conftest.data", (long *)0) == 0 ++ && utime ("conftest.data", 0) == 0 + && stat ("conftest.data", &t) == 0 + && t.st_mtime >= s.st_mtime + && t.st_mtime - s.st_mtime < 120)); +@@ -9397,9 +9402,9 @@ cat >>conftest.$ac_ext <<_ACEOF + #include + #include + +-main() { ++int main(void) { + int fd[2]; +- exit((socketpair(AF_UNIX, SOCK_STREAM, 0, fd) != -1) ? 0 : 1); ++ return (socketpair(AF_UNIX, SOCK_STREAM, 0, fd) != -1) ? 0 : 1; + } + _ACEOF + rm -f conftest$ac_exeext +@@ -9451,7 +9456,7 @@ cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ + #include +-main() { long long x = 1000000; x *= x; exit(((x/1000000) == 1000000)? 0: 1); } ++int main(void) { long long x = 1000000; x *= x; return ((x/1000000) == 1000000)? 0: 1; } + _ACEOF + rm -f conftest$ac_exeext + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 +@@ -9503,7 +9508,7 @@ cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ + #include + #include +-main() { struct stat64 st; off64_t s; if (sizeof(off_t) == sizeof(off64_t)) exit(1); exit((lstat64("/dev/null", &st)==0)?0:1); } ++int main(void) { struct stat64 st; off64_t s; if (sizeof(off_t) == sizeof(off64_t)) return 1; return (lstat64("/dev/null", &st)==0)?0:1; } + _ACEOF + rm -f conftest$ac_exeext + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 +@@ -9556,7 +9561,7 @@ cat >>conftest.$ac_ext <<_ACEOF + #include + #include + #include +-main() { if (sizeof(ino_t) < sizeof(unsigned int)) return 0; return 1; } ++int main(void) { if (sizeof(ino_t) < sizeof(unsigned int)) return 0; return 1; } + _ACEOF + rm -f conftest$ac_exeext + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 +@@ -9607,7 +9612,7 @@ cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ + #include +-main() { char c; c=250; exit((c > 0)?0:1); } ++int main(void) { char c; c=250; return (c > 0)?0:1; } + _ACEOF + rm -f conftest$ac_exeext + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 +@@ -9659,9 +9664,9 @@ cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ + #include + #include +-main() { struct dirent *di; DIR *d = opendir("."); di = readdir(d); ++int main(void) { struct dirent *di; DIR *d = opendir("."); di = readdir(d); + if (di && di->d_name[-2] == '.' && di->d_name[-1] == 0 && +-di->d_name[0] == 0) exit(0); exit(1);} ++di->d_name[0] == 0) return 0; return 1;} + _ACEOF + rm -f conftest$ac_exeext + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 +@@ -9713,7 +9718,7 @@ cat >>conftest.$ac_ext <<_ACEOF + int + main () + { +-struct utimbuf tbuf; tbuf.actime = 0; tbuf.modtime = 1; exit(utime("foo.c",&tbuf)); ++struct utimbuf tbuf; tbuf.actime = 0; tbuf.modtime = 1; return utime("foo.c",&tbuf); + ; + return 0; + } +@@ -9777,7 +9782,7 @@ cat >>conftest.$ac_ext <<_ACEOF + + #include + #include +-main() { struct timeval tv; exit(gettimeofday(&tv, NULL));} ++int main(void) { struct timeval tv; return gettimeofday(&tv, NULL);} + _ACEOF + rm -f conftest$ac_exeext + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 +@@ -9830,6 +9835,9 @@ cat >>conftest.$ac_ext <<_ACEOF + + #include + #include ++#include ++#include ++#include + void foo(const char *format, ...) { + va_list ap; + int len; +@@ -9844,7 +9852,7 @@ void foo(const char *format, ...) { + + exit(0); + } +-main() { foo("hello"); } ++int main(void) { foo("hello"); } + + _ACEOF + rm -f conftest$ac_exeext +@@ -9900,7 +9908,7 @@ cat >>conftest.$ac_ext <<_ACEOF + #include + #include + #include +-main() { ++int main(void) { + struct stat st; + char tpl[20]="/tmp/test.XXXXXX"; + int fd = mkstemp(tpl); +@@ -9965,10 +9973,11 @@ cat >>conftest.$ac_ext <<_ACEOF + #include + #include + #include +-main() { struct in_addr ip; ip.s_addr = 0x12345678; ++#include ++int main(void) { struct in_addr ip; ip.s_addr = 0x12345678; + if (strcmp(inet_ntoa(ip),"18.52.86.120") && +- strcmp(inet_ntoa(ip),"120.86.52.18")) { exit(1); } +-exit(0);} ++ strcmp(inet_ntoa(ip),"120.86.52.18")) { return 1; } ++return 0;} + _ACEOF + rm -f conftest$ac_exeext + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 +@@ -10024,8 +10033,8 @@ cat >>conftest.$ac_ext <<_ACEOF + #include + #include + #include +-main() { struct in_addr ip; +-if (inet_aton("example", &ip) == 0) exit(0); exit(1);} ++int main(void) { struct in_addr ip; ++if (inet_aton("example", &ip) == 0) return 0; return 1;} + _ACEOF + rm -f conftest$ac_exeext + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 diff --git a/dev-perl/Manifest.gz b/dev-perl/Manifest.gz index 9170c1d8ac3e..770cf9685b45 100644 Binary files a/dev-perl/Manifest.gz and b/dev-perl/Manifest.gz differ diff --git a/dev-perl/Mojolicious/Mojolicious-9.330.0-r1.ebuild b/dev-perl/Mojolicious/Mojolicious-9.330.0-r1.ebuild index 363bcbed8bc8..c239293e4092 100644 --- a/dev-perl/Mojolicious/Mojolicious-9.330.0-r1.ebuild +++ b/dev-perl/Mojolicious/Mojolicious-9.330.0-r1.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Real-time web framework" LICENSE="Artistic-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ppc ppc64 ~riscv ~x86" IUSE="minimal" RDEPEND=" diff --git a/dev-python/Manifest.gz b/dev-python/Manifest.gz index eefe973cc49c..2c082e935931 100644 Binary files a/dev-python/Manifest.gz and b/dev-python/Manifest.gz differ diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest index 89bda8f832f3..9fc4e88bdccb 100644 --- a/dev-python/boto3/Manifest +++ b/dev-python/boto3/Manifest @@ -2,3 +2,4 @@ DIST boto3-1.33.11.gh.tar.gz 754430 BLAKE2B f206c6eeb9859af85f09bb48298b941fc0c9 DIST boto3-1.33.6.gh.tar.gz 752467 BLAKE2B f0f344a9e93ff3ad1dd03b44784a41637d05961855e2cd0700dbb840f98940f387cf81d1eb36cc63579be810f5a7d52c49cdb3831e930f89b1b2026af1e4b357 SHA512 1d3d2dd734621cf94e88015273f6fd4d68ec956145eb2b91fe34920f9abe7786a64e2e7f4057db30e71574e392fff9190944c3d9e6143fd43c5e48f04e9eb2ae DIST boto3-1.34.1.gh.tar.gz 755547 BLAKE2B ef830690a85802c8f540b23a5cf618b8a1c831ad94f8d5e759239201dc2bc3580b64d92c4cc6688c46e9b737e3dd9a67e5315d13a59fa79f63fb33c542273805 SHA512 bee4d7dcec1ee9c8b8cc121f5e8090c3da5c5a11c554a1fe8f32f38c7f4417e950cc920fbd64d45e81fadb6f58cb63cbf64667c34f3f12e60500f59b1428e78c DIST boto3-1.34.2.gh.tar.gz 756227 BLAKE2B 7253c533bac45b3848ab573d4781cf68b6bea8d504f851b58366dd3e6ac05b35fb2a85cb7aaff0e426a6bd2f9fe2933dd240e4d0283e4491e095fa93b4061971 SHA512 06eaf9b6725d312d91a4a8ba3ab85dde5f579e6d2fa42211189a6f30584b7d2a5c0cca46264bda52a076c8bd1acac9ec0476eb5d986a8e29972f69b7007de3c2 +DIST boto3-1.34.3.gh.tar.gz 756507 BLAKE2B 030c01e76b2d52bd2b0f95eb5065cc28410f76082b8ae1a0f9441eb6885fc07e45a31164d8bc4b130bc93fc91fe0fdc6d27f520d2c1596aa3504d0cefa8ed05f SHA512 e6332e418a7dfac9ebceb3e97b0afc02b29dc909fd7efb4d7f504dc5b205df30999854fbadfed94f3b1a7afaad613036a9c7f91b119d3d5f2d69959829526064 diff --git a/dev-python/boto3/boto3-1.34.3.ebuild b/dev-python/boto3/boto3-1.34.3.ebuild new file mode 100644 index 000000000000..9d696a310a62 --- /dev/null +++ b/dev-python/boto3/boto3-1.34.3.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2023 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 + +DESCRIPTION="The AWS SDK for Python" +HOMEPAGE=" + https://github.com/boto/boto3/ + https://pypi.org/project/boto3/ +" +LICENSE="Apache-2.0" +SLOT="0" + +if [[ "${PV}" == "9999" ]]; then + EGIT_REPO_URI="https://github.com/boto/boto3" + inherit git-r3 + BOTOCORE_PV=${PV} +else + SRC_URI=" + https://github.com/boto/boto3/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz + " + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" +fi + +RDEPEND=" + >=dev-python/botocore-${PV}[${PYTHON_USEDEP}] + >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}] + >=dev-python/s3transfer-0.9.0[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/mock[${PYTHON_USEDEP}] + ) +" + +EPYTEST_XDIST=1 +distutils_enable_tests pytest + +python_prepare_all() { + # don't lock versions to narrow ranges + sed -e '/botocore/ d' \ + -e '/jmespath/ d' \ + -e '/s3transfer/ d' \ + -i setup.py || die + + # do not rely on bundled deps in botocore (sic!) + find -name '*.py' -exec sed -i \ + -e 's:from botocore[.]vendored import:import:' \ + -e 's:from botocore[.]vendored[.]:from :' \ + {} + || die + + distutils-r1_python_prepare_all +} + +python_test() { + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + epytest tests/{functional,unit} +} diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest index 6bef72d668b1..ac6a6223439f 100644 --- a/dev-python/botocore/Manifest +++ b/dev-python/botocore/Manifest @@ -2,3 +2,4 @@ DIST botocore-1.33.11.gh.tar.gz 12536159 BLAKE2B bce09ad1b93210667e3c1058ab3b435 DIST botocore-1.33.6.gh.tar.gz 12516087 BLAKE2B da3ca22acb5b6ee27eb3c0f7dab4ad43597ab985aa7512f4f4a51c2ca3db80a049e13faaf986dd4a02125f92c088129506651125a826184656250665dc7b7128 SHA512 cae5019d85c9b3afcfd93fe58d0e51c5a6e0769d58b2a8b1285a34ce66be8db34e9c5dc4dc74ff72e0992cdd142d101e3663fa1d68a2779fa9c09de37d2f2001 DIST botocore-1.34.1.gh.tar.gz 12561522 BLAKE2B 67b42866c4a00ea960b8d942110acdf9fd642e9164c987e12f9e12ceee37b1c4d9be59a3185006c19b52c31b957442fe4fa9de9d4d1d697854c0c1c7b9eb23cc SHA512 04cba828baf7bb14f2cb2a3eedca6332842ca1d0c8d1e5ad837607ea6c5fe1564a222c516835d7f67e2fea85490032ef04d61d631c0cff6849ee7cdca5eeabf4 DIST botocore-1.34.2.gh.tar.gz 12564834 BLAKE2B b22a3d3bd35b769a28ccb1a5116428e1904d0c9fc3452829237704dbec37a31a539f044a728b0785d09406d299d522dd601da39801249747d54e6741b46cafe2 SHA512 a3f3718bf584a871abbb3edc803de9d5329da257c050d56bdbf8a6a6c4067477812582fbd8d1d789ce18ea1f416d0ddb2be9cc3c45172292d061a94a12f3977b +DIST botocore-1.34.3.gh.tar.gz 12574694 BLAKE2B f171337299c886d0b9c78e50ea57b0e2c1cf3cf261bbaca5e69bd374898ced32cf085d43d7a5f935d16573411e88f432f8417f047391f0a8de914886f14fe7ea SHA512 7e74536e6a69d25aff66763e7c817d5a3b54cb9c528a20be758c490621f33c945cb63313391bb25e402aab32a5b3fbb19215118c02559b64983c21db8ca79bc2 diff --git a/dev-python/botocore/botocore-1.34.3.ebuild b/dev-python/botocore/botocore-1.34.3.ebuild new file mode 100644 index 000000000000..05766e84276c --- /dev/null +++ b/dev-python/botocore/botocore-1.34.3.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2023 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 + +DESCRIPTION="Low-level, data-driven core of boto 3" +HOMEPAGE=" + https://github.com/boto/botocore/ + https://pypi.org/project/botocore/ +" +LICENSE="Apache-2.0" +SLOT="0" + +if [[ "${PV}" == "9999" ]]; then + EGIT_REPO_URI="https://github.com/boto/botocore" + inherit git-r3 +else + SRC_URI=" + https://github.com/boto/botocore/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz + " + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" +fi + +RDEPEND=" + dev-python/six[${PYTHON_USEDEP}] + =dev-python/urllib3-1.25.4[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/jsonschema[${PYTHON_USEDEP}] + ) +" + +EPYTEST_XDIST=1 +distutils_enable_tests pytest + +src_prepare() { + # unpin deps + sed -i -e "s:>=.*':':" setup.py || die + + # unbundle deps + rm -r botocore/vendored || die + find -name '*.py' -exec sed -i \ + -e 's:from botocore[.]vendored import:import:' \ + -e 's:from botocore[.]vendored[.]:from :' \ + {} + || die + + distutils-r1_src_prepare +} + +python_test() { + local EPYTEST_DESELECT=( + # rely on bundled six + tests/functional/test_six_imports.py::test_no_bare_six_imports + tests/functional/test_six_threading.py::test_six_thread_safety + ) + + local -x EPYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + epytest tests/{functional,unit} +} diff --git a/dev-python/braintree/Manifest b/dev-python/braintree/Manifest index a15039d1daec..8cc0a12ef166 100644 --- a/dev-python/braintree/Manifest +++ b/dev-python/braintree/Manifest @@ -1,2 +1,3 @@ DIST braintree_python-4.23.0.gh.tar.gz 220576 BLAKE2B 23d158c0216a63ce7746a521c339663dc4f1fcc355f3cf65d526c19f7b6a29e49da6a8905059a1410bcf0390c7d44bc267963d68e44e5f4ddc0de57b2500c06f SHA512 e5be83985a6605e68317eafa7533e826d3965707e691791a045f1cbeddded718b21d62e5156c402142228742b13de9859e586b4236865ea675c5c57a3410ffb3 DIST braintree_python-4.24.0.gh.tar.gz 223640 BLAKE2B ac3c7b1dbf7f781f9e9a08366b28bbb1306a8e5b48c9c57a8bdf9dce2b57f974009b6ba2d351e0f81c9967e6fea12316f254684b7a0753bb3f548284cd51a3e8 SHA512 6620903ce50c613a5cdfab8dac96f37ccbf36ef1cc74c217ca4a00f86c840bc2f0525942d2deebf3ca20a3346b010a9e6d4a81fa75e1536b9d13ea46e6f38009 +DIST braintree_python-4.25.0.gh.tar.gz 224552 BLAKE2B 05f4fda190fd7d9a7d9a32b5e05c4255de8d37540df247833bdf80c8fbd219b80f743f0f839b8804bc9732eaf13ca3a44c53c399d766c4e5301bcd761e02690d SHA512 2d6ad2e787cc40d7da4abd6a01b34f8c25e0191cf1e4d706cf02674c21f454ffc4e22f2a2629440984cea95f83a8e968175e8f2c65ed77f868f505f34cd91e16 diff --git a/dev-python/braintree/braintree-4.25.0.ebuild b/dev-python/braintree/braintree-4.25.0.ebuild new file mode 100644 index 000000000000..8b60825aff84 --- /dev/null +++ b/dev-python/braintree/braintree-4.25.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 2020-2023 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 + +MY_P=braintree_python-${PV} +DESCRIPTION="Braintree Python Library" +HOMEPAGE=" + https://developer.paypal.com/braintree/docs/reference/overview/ + https://github.com/braintree/braintree_python/ + https://pypi.org/project/braintree/ +" +# no tests in sdist, as of 4.19.0 +SRC_URI=" + https://github.com/braintree/braintree_python/archive/${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-python/requests-0.11.1[${PYTHON_USEDEP}] +" + +DOCS=( README.md ) + +distutils_enable_tests unittest + +python_test() { + eunittest tests/unit +} diff --git a/dev-python/chameleon/Manifest b/dev-python/chameleon/Manifest index c3428206ede2..b5d92eda34d2 100644 --- a/dev-python/chameleon/Manifest +++ b/dev-python/chameleon/Manifest @@ -1,3 +1,4 @@ DIST Chameleon-4.2.0.tar.gz 176515 BLAKE2B 6be07b88e962ca155d390e9f4d5070ca4116993568840c50fd94b0569721983084065bdc2dbebf4d573ff511f41456fc54d40442a505ea891be6eee947b9b690 SHA512 bedbf6bad35370ccb449151098d04e6f8fee917128bcd18a6694ae7df57c15e005c34696c50da43ede2b42d593a2772c55691978982d8a2d83380df29ff7406b DIST Chameleon-4.3.0.tar.gz 178781 BLAKE2B 8dfad0c915291a5afb87d10b17ccca00ee26468bb2ddab2bccb36a67451d52727daecb3207923785820702173bd553fa5e8e2af09c89e51cac830917dc77ce66 SHA512 4fc63b7cff2cd41030d8efe32aa723e9245a6c9197faa9be3862c433ce668998ee39adf3b4b59d3b4968341f3af4326fbb61f9c93ee3399d195c1e521525fc52 DIST Chameleon-4.4.0.tar.gz 179583 BLAKE2B 1290670875011033843be55378ba317097275580a7b1975efe6d3010eadf8501f918c5ba1b70aec6e56bf29b9da8d6c291855e0469de6953a02d451c41d5d099 SHA512 dd9e03037c5bff034d49abe60445d70660b1c3a34af2930b6d655f951d9224e62722b2de82b1b03d587c3a4f96394952b8419d34fff11b3ff2d4733039d02170 +DIST Chameleon-4.4.2.tar.gz 179991 BLAKE2B 240737d20653c5787261fd12aa5e8cc6c6fb8b97498eb5716385bd5960540ff75ea4e109463f12dce060819499d355820830360f397815205f1737b03ce40286 SHA512 5cf5a86981711b2e694f5c47017e39628e8160aaa4020288b3ea87b4212e7fa0694dccae9255f6a2d314fa1e7d2e8fa1994f5587d9c07ced07abcff0361c9f01 diff --git a/dev-python/chameleon/chameleon-4.4.2.ebuild b/dev-python/chameleon/chameleon-4.4.2.ebuild new file mode 100644 index 000000000000..23c5ee01b8d3 --- /dev/null +++ b/dev-python/chameleon/chameleon-4.4.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYPI_PN=${PN^} +PYTHON_COMPAT=( python3_{10..12} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Fast HTML/XML template compiler for Python" +HOMEPAGE=" + https://github.com/malthe/chameleon/ + https://pypi.org/project/Chameleon/ +" + +LICENSE="repoze" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +distutils_enable_tests unittest + +src_test() { + cd src || die + distutils-r1_src_test +} diff --git a/dev-python/deepmerge/Manifest b/dev-python/deepmerge/Manifest index 5d8a94411cc2..ef93632841f9 100644 --- a/dev-python/deepmerge/Manifest +++ b/dev-python/deepmerge/Manifest @@ -1 +1,2 @@ DIST deepmerge-1.1.0.gh.tar.gz 15533 BLAKE2B 30fc1cdd7a5ce81783fa0804c20f44d4d7d62a1a6481a6defab3a2b5f542596fb4ab0d4ede5a7d4d128d188b56d17f260c67690deb89b55fb2fc76e1fbcffebc SHA512 f658518c11e0ea8b4e59a686e2e6ce90916c5e798c3521ef91a1fc09ec59badd9cddb74f51973cfe50891c5e8d054909e7a8acf2156cbb884492a059196a8d97 +DIST deepmerge-1.1.1.gh.tar.gz 15605 BLAKE2B ef6fbd30185a2990c72d6de0950275dd6f9f3e61c0c9c969fd69dab2123025d016ade98d42f09b30328b3cb5659b29b2d07836db4657acde97d9a2cc40c07039 SHA512 8ba4a225d588c96c3c852783774d5d690c5dd0caa1988f5969ce6446a11ba6035667baeda7e419cae40c4c1dcf7a15ee7149a10c1e33dba6b7775ddbad41130d diff --git a/dev-python/deepmerge/deepmerge-1.1.1.ebuild b/dev-python/deepmerge/deepmerge-1.1.1.ebuild new file mode 100644 index 000000000000..c0949f05683b --- /dev/null +++ b/dev-python/deepmerge/deepmerge-1.1.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 2021-2023 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 + +DESCRIPTION="Tools to handle merging of nested data structures in python" +HOMEPAGE=" + https://deepmerge.readthedocs.io/en/latest/ + https://github.com/toumorokoshi/deepmerge/ + https://pypi.org/project/deepmerge/ +" +SRC_URI=" + https://github.com/toumorokoshi/deepmerge/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +BDEPEND=" + dev-python/setuptools-scm[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest + +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} diff --git a/dev-python/fonttools/Manifest b/dev-python/fonttools/Manifest index 4afba3a3dc4d..99fb4d1ac573 100644 --- a/dev-python/fonttools/Manifest +++ b/dev-python/fonttools/Manifest @@ -1 +1,2 @@ DIST fonttools-4.46.0.gh.tar.gz 3796675 BLAKE2B 5e8affb809cc2a66208636557c2bcfac58abbbd2cbb921923686153138ef011db1f00edafdf2b998c9d26924ceb6b3038b65d593892a379b7c72fdaf8df10304 SHA512 67e805f11b47d9bebd9a538aa775c109c81b6ab85b66cd479b7c8c0c222420cb5a5e30d993c04bd9b091ba457b3fb3673ff217ecf61feb40e189c60fa6d6c6d8 +DIST fonttools-4.47.0.gh.tar.gz 3810582 BLAKE2B a7821bca4507ba5638db537ba141bf7d1e2d5d23522f55766db0bc384ae366071e0848276285cff4056ffda513d94622f9b1154a43c2d8b341728790813b8124 SHA512 4a9a39b53248814dc2fcf648af5d7c8c79124a547d259571addb97c1e7181df7f20767baf5d2bb90f6c30790dd05c93c6bfac3281cedb91c73c45ad49039ee9b diff --git a/dev-python/fonttools/fonttools-4.47.0.ebuild b/dev-python/fonttools/fonttools-4.47.0.ebuild new file mode 100644 index 000000000000..640e8996304e --- /dev/null +++ b/dev-python/fonttools/fonttools-4.47.0.ebuild @@ -0,0 +1,94 @@ +# Copyright 1999-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=( pypy3 python3_{10..12} ) +PYTHON_REQ_USE="xml(+)" + +inherit distutils-r1 virtualx + +DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts" +HOMEPAGE=" + https://github.com/fonttools/fonttools/ + https://pypi.org/project/fonttools/ +" +SRC_URI=" + https://github.com/fonttools/fonttools/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos" +IUSE="+native-extensions" + +RDEPEND=" + >=dev-python/fs-2.4.9[${PYTHON_USEDEP}] +" +BDEPEND=" + native-extensions? ( + $(python_gen_cond_dep ' + dev-python/cython[${PYTHON_USEDEP}] + ' 'python*') + ) + test? ( + dev-python/brotlicffi[${PYTHON_USEDEP}] + dev-python/pytest-rerunfailures[${PYTHON_USEDEP}] + app-arch/zopfli + ) +" + +EPYTEST_XDIST=1 +distutils_enable_tests pytest + +python_prepare_all() { + # When dev-python/pytest-shutil is installed, we get weird import errors. + # This is due to incomplete nesting in the Tests/ tree: + # + # Tests/feaLib/__init__.py + # Tests/ufoLib/__init__.py + # Tests/svgLib/path/__init__.py + # Tests/otlLib/__init__.py + # Tests/varLib/__init__.py + # + # This tree requires an __init__.py in Tests/svgLib/ too, bug #701148. + touch Tests/svgLib/__init__.py || die + + distutils-r1_python_prepare_all +} + +python_compile() { + local -x FONTTOOLS_WITH_CYTHON=$(usex native-extensions) + [[ ${EPYTHON} == pypy3 ]] && FONTTOOLS_WITH_CYTHON=0 + distutils-r1_python_compile +} + +src_test() { + # virtualx used when matplotlib is installed causing plot module tests to run + virtx distutils-r1_src_test +} + +python_test() { + local EPYTEST_DESELECT=() + if [[ ${EPYTHON} == pypy3 ]] && + has_version "dev-python/pyxattr[${PYTHON_USEDEP}]" && + { + has_version " src/hatch/_version.py || die + # tests mock cargo subprocess call but the backend raises if CARGO + # is not set and shutil.which() can't find it + local -x CARGO=cargo + epytest tests/backend +} diff --git a/dev-python/jupyter-core/Manifest b/dev-python/jupyter-core/Manifest index d868459524a9..95f9c4f51a74 100644 --- a/dev-python/jupyter-core/Manifest +++ b/dev-python/jupyter-core/Manifest @@ -1 +1,2 @@ DIST jupyter_core-5.5.0.tar.gz 85369 BLAKE2B 41fa2381023c8f2313607d2ac989d1f35dcd362abd4b9573affaf9fc34cd48eb260d2ad68af97be2d47aa4a077f1756e6e291a4f0dd48c9774df2d31dda7e9b4 SHA512 92ca5ddc69d58ecdf1f707104e950ba43c88630991b0a6951fb6ba83260573b9f48c7903b25ae7bc105c08b3179de4bebb5a87b66453b96ceed631cbf555d631 +DIST jupyter_core-5.5.1.tar.gz 85962 BLAKE2B a00e96b417d86cc66ac483d031919483ded2e06da9688ed3554d96b5b6709f6ffd1d3602a63160d37c4774d37ee166aed3f3fb81f7f9882482302c8189a19fce SHA512 f82ce8a0f6671b06b6bb768d1a7cf85a9b28be57ba88809334d2fbcfed0d6e2bc5a2320a128ed8a8b498a763d157b1ecc1dc093de1c1aa97a65770a5b715c202 diff --git a/dev-python/jupyter-core/jupyter-core-5.5.1.ebuild b/dev-python/jupyter-core/jupyter-core-5.5.1.ebuild new file mode 100644 index 000000000000..ff6b2a155d03 --- /dev/null +++ b/dev-python/jupyter-core/jupyter-core-5.5.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( pypy3 python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Core common functionality of Jupyter projects" +HOMEPAGE=" + https://jupyter.org/ + https://github.com/jupyter/jupyter_core/ + https://pypi.org/project/jupyter-core/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos" + +RDEPEND=" + >=dev-python/platformdirs-2.5[${PYTHON_USEDEP}] + >=dev-python/traitlets-5.11.2[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + >=dev-python/ipython-4.0.1[${PYTHON_USEDEP}] + dev-python/pip[${PYTHON_USEDEP}] + ) +" + +distutils_enable_sphinx docs \ + dev-python/myst-parser \ + dev-python/pydata-sphinx-theme \ + dev-python/sphinx-autodoc-typehints \ + dev-python/sphinxcontrib-github-alt \ + dev-python/sphinxcontrib-spelling \ + dev-python/traitlets +distutils_enable_tests pytest diff --git a/dev-python/nbconvert/Manifest b/dev-python/nbconvert/Manifest index 9b6d637661f8..9765d0dd6e13 100644 --- a/dev-python/nbconvert/Manifest +++ b/dev-python/nbconvert/Manifest @@ -1,2 +1,3 @@ DIST nbconvert-7.11.0.tar.gz 851158 BLAKE2B 0506acda6a645ffba6771f600c63f0c37705481021b716a2b5ec61b49f2b9da490beac7a1fec67718d091d7bfcf82d7f07b68e207573ca5c08271fc502214eb1 SHA512 097e740413520b943afea11e2b797fbb163e1c34b79932597ec1c5a2c64bbb9342e4b3e1f0ab7e4d6dbdaa736d747650d8e0e50da0e4db5398151da8c3b57c59 DIST nbconvert-7.12.0.tar.gz 851572 BLAKE2B e6f91a29790fc24901bfb527fc4335000af11354090c969d393eb1c95ad9f36c1e65e941a061b20ed884fd4e70316c6cdf1eb7ca115147ecb8a4726f62a98b83 SHA512 ba450938e7a907a6b5679e619b79ea6555f81b6f4ca387c3fab94377ce060d5b99424804052855451ec3f6f8a160355d58c6b875bdd3951a16c5dacae19a2c24 +DIST nbconvert-7.13.0.tar.gz 851504 BLAKE2B 72e745f58f624c4bf8dc05e366e924f734590cb7deaf27ea14229d6cdcca6b057fd1fb47a35bae511c7abb72cf7836203401613cb37ca2541f543b98422204ee SHA512 8d008ccb5e281cd7fd25c384ca1ecf4f3ddd314c07ec1eae079ad2075ca3ed8d92b4d9849fc29a444f8784727cd92335e02154340980c1631d5fc0d6bad956f9 diff --git a/dev-python/nbconvert/nbconvert-7.13.0.ebuild b/dev-python/nbconvert/nbconvert-7.13.0.ebuild new file mode 100644 index 000000000000..f9b2a54b29af --- /dev/null +++ b/dev-python/nbconvert/nbconvert-7.13.0.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( pypy3 python3_{10..12} ) + +inherit distutils-r1 pypi virtualx + +DESCRIPTION="Converting Jupyter Notebooks" +HOMEPAGE=" + https://nbconvert.readthedocs.io/ + https://github.com/jupyter/nbconvert/ + https://pypi.org/project/nbconvert/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + dev-python/beautifulsoup4[${PYTHON_USEDEP}] + dev-python/bleach[${PYTHON_USEDEP}] + dev-python/defusedxml[${PYTHON_USEDEP}] + >=dev-python/jinja-3.0[${PYTHON_USEDEP}] + >=dev-python/jupyter-core-4.7[${PYTHON_USEDEP}] + dev-python/jupyterlab-pygments[${PYTHON_USEDEP}] + >=dev-python/markupsafe-2.0[${PYTHON_USEDEP}] + =dev-python/nbclient-0.5.0[${PYTHON_USEDEP}] + >=dev-python/nbformat-5.7[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] + >=dev-python/pandocfilters-1.4.1[${PYTHON_USEDEP}] + >=dev-python/pygments-2.4.1[${PYTHON_USEDEP}] + dev-python/tinycss2[${PYTHON_USEDEP}] + >=dev-python/traitlets-5.1.1[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/ipykernel[${PYTHON_USEDEP}] + >=dev-python/ipywidgets-7.5[${PYTHON_USEDEP}] + dev-python/flaky[${PYTHON_USEDEP}] + ) +" + +EPYTEST_XDIST=1 +distutils_enable_tests pytest + +src_prepare() { + mkdir -p share/templates/classic/static || die + # tries to refetch stuff even if it's already present + sed -e 's:css = .*:raise PermissionError("You shall not fetch!"):' \ + -i hatch_build.py || die + distutils-r1_src_prepare +} + +src_test() { + virtx distutils-r1_src_test +} + +python_test() { + local EPYTEST_DESELECT=( + # TODO + tests/test_nbconvertapp.py::TestNbConvertApp::test_convert_full_qualified_name + tests/test_nbconvertapp.py::TestNbConvertApp::test_post_processor + # crazy qtweb* stuff, perhaps permissions + tests/exporters/test_qtpdf.py::TestQtPDFExporter::test_export + tests/exporters/test_qtpng.py::TestQtPNGExporter::test_export + ) + + # virtx implies nonfatal, make it explicit to avoid confusion + nonfatal epytest || die +} + +pkg_postinst() { + if ! has_version virtual/pandoc; then + einfo "Pandoc is required for converting to formats other than Python," + einfo "HTML, and Markdown. If you need this functionality, install" + einfo "app-text/pandoc or app-text/pandoc-bin." + fi +} diff --git a/dev-python/paramiko/Manifest b/dev-python/paramiko/Manifest index f65fa79b679c..f03fc1283b0f 100644 --- a/dev-python/paramiko/Manifest +++ b/dev-python/paramiko/Manifest @@ -1 +1 @@ -DIST paramiko-3.3.1.gh.tar.gz 370001 BLAKE2B df3c82fdaeccf4aa4d10922dbdfdf8b8cd77975e7c8980b33ddb082a68dd50fd61dd3e0494f45f81c92ce3827f301bfffa4fd09e132e312de9fd490536b066bd SHA512 94ee41ceb99b0c02e455aa6a7d0fea5f88edc6e9e80dfd4d07417875bcbcc15bbef842106c7a38bae93c0e1008d99d01d7b7a026b005358ae1846a2f931f775c +DIST paramiko-3.4.0.gh.tar.gz 374441 BLAKE2B a6ea03d40e477cb02c1293c46025909251f8eec2be70638bf850638d9fe8c15bfe0e278697e41f3595f482b8f0755d911b905b11db2324eca597fc9be2a22f24 SHA512 f78fccf653d05acee78dfb76fb662c85fbfea7901fd94460a2d2e526c9b25169993051d20c16cfe0b7745008b1ea3a745fc9a280386d98a06689aaadf78f6752 diff --git a/dev-python/paramiko/paramiko-3.3.1.ebuild b/dev-python/paramiko/paramiko-3.4.0.ebuild similarity index 100% rename from dev-python/paramiko/paramiko-3.3.1.ebuild rename to dev-python/paramiko/paramiko-3.4.0.ebuild diff --git a/dev-python/pikepdf/pikepdf-8.7.1.ebuild b/dev-python/pikepdf/pikepdf-8.7.1.ebuild index b4d15733e1cf..1ea5b23edddb 100644 --- a/dev-python/pikepdf/pikepdf-8.7.1.ebuild +++ b/dev-python/pikepdf/pikepdf-8.7.1.ebuild @@ -17,7 +17,7 @@ HOMEPAGE=" LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv sparc x86" # Check QPDF_MIN_VERSION in pyproject.toml on bumps, as well as # https://qpdf.readthedocs.io/en/stable/release-notes.html. diff --git a/dev-python/plette/plette-0.4.4-r1.ebuild b/dev-python/plette/plette-0.4.4-r2.ebuild similarity index 94% rename from dev-python/plette/plette-0.4.4-r1.ebuild rename to dev-python/plette/plette-0.4.4-r2.ebuild index a5a8efe88305..1a12a8b3c05e 100644 --- a/dev-python/plette/plette-0.4.4-r1.ebuild +++ b/dev-python/plette/plette-0.4.4-r2.ebuild @@ -22,6 +22,7 @@ KEYWORDS="~amd64 ~riscv" RDEPEND=" dev-python/cerberus[${PYTHON_USEDEP}] + dev-python/tomlkit[${PYTHON_USEDEP}] " distutils_enable_tests pytest diff --git a/dev-python/progressbar2/Manifest b/dev-python/progressbar2/Manifest index ad43361d74f6..777e7555acd0 100644 --- a/dev-python/progressbar2/Manifest +++ b/dev-python/progressbar2/Manifest @@ -1 +1,2 @@ DIST progressbar2-4.2.0.tar.gz 650564 BLAKE2B 7b4d9604626d0944040e59af1b52bf1cf2c045b6a256c7fd4233fa2ee22491484ecb721fe680ad326f7ef383c7070cebad38729c45e91ca2d3b6fcc6c51127a1 SHA512 d49c154e48bd730c2a7916ed53272ff20cb6fac8c9752734cf645d4701ffcdf25309bf493d03fdc5b6072a85b5f758332fa7448f307d4acc001ad4ab36303a68 +DIST progressbar2-4.3.2.tar.gz 92504 BLAKE2B d5e0149fc54f3c4397c3de946db1aeef5c41e104ead1b0db1b19f81071a685c87ab3b425ea5eb3098db046db3a2ebfb29bce9a954f653327b5735fbb4f2c1f7f SHA512 d885a8b568149acf7a2cb5e5698f8677ee777c11a907f187c70c4ff4b52c656c40439ac8af00b652e5ddd4325721863c66b9f1a1b9a95d84f5fe081f94e4e0bf diff --git a/dev-python/progressbar2/progressbar2-4.3.2.ebuild b/dev-python/progressbar2/progressbar2-4.3.2.ebuild new file mode 100644 index 000000000000..05702970ee6f --- /dev/null +++ b/dev-python/progressbar2/progressbar2-4.3.2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2023 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="Text progressbar library for python" +HOMEPAGE=" + https://progressbar-2.readthedocs.io/ + https://github.com/WoLpH/python-progressbar/ + https://pypi.org/project/progressbar2/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=" + >=dev-python/python-utils-3.8.1[${PYTHON_USEDEP}] + !dev-python/progressbar +" +BDEPEND=" + test? ( + >=dev-python/dill-0.3.6[${PYTHON_USEDEP}] + >=dev-python/freezegun-0.3.11[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +src_prepare() { + sed -i -e '/cov/d' pytest.ini || die + default +} + +python_test() { + local -x PYTHONDONTWRITEBYTECODE=1 + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + epytest tests +} diff --git a/dev-python/psycopg/Manifest b/dev-python/psycopg/Manifest index 032deab5bf2a..3ad1189aab2c 100644 --- a/dev-python/psycopg/Manifest +++ b/dev-python/psycopg/Manifest @@ -3,5 +3,6 @@ DIST psycopg-3.1.12.gh.tar.gz 496491 BLAKE2B df70ae76cb740cbeb313925fafd23650a5d DIST psycopg-3.1.13.gh.tar.gz 500475 BLAKE2B c00176335808ba0fb15dc23fd93e394926517cb2c7e072a35ba909b0b1b128bdecf8305ae1d4e494a5b1f04fee28e98b862ef9f10bd152de6eb9a8e73cf8b5dc SHA512 489ea9f562be6aaaa81b8c96e47b65a1ec0f2f59587f7dc931744d9f6faede1b068fd6e464f530096cac276e1f73e99f069aaab5bd2c3955aa2e0511699659f3 DIST psycopg-3.1.14.gh.tar.gz 502307 BLAKE2B 848d1174beb6ec78eaf300f19465c0e2c90829e51e38a8a526271e082a37add32d4e5781f84536fc3c4db6d1c29af5da70bf0374f1b011c10fa65f1c86487b25 SHA512 af96bc4a79944872049bfb0b1d45ad2ec55e8bfbbf729bdbe76eeeaaffc925c448ca5571214d6865129fd17feeb447e896e46e3d4a1e0b9649802761ae28efb4 DIST psycopg-3.1.15.gh.tar.gz 502669 BLAKE2B 21fa50d7b314d2e71e5938346145ce8cf2582e8e756e96b64c08f3f48c07d0bef765d3e96edb9e39b479a94488de878185d2303f8cd5767cdb00372ebd3ae479 SHA512 655812616d7ff2d5338f719016db1500496f8e4eeb4559ab10b109e7c1331e5d0a814205217845caed16dc19e68f58ac5e3a4d6d2138b5db6bf079c396644c5d +DIST psycopg-3.1.16.gh.tar.gz 502759 BLAKE2B 6c0b912c2a93425ddbed842a437e042b58ec859b3cf163aa7cd45a0db21084fea58945b40028e0491460b7d4da6648cfc361e1434d43ec7ab71af91f1a0c4c86 SHA512 d6cfcc848c089ef79c817bf271bcbad7078cdacacef4ab26e882fdbe55c90ac12644e7ee0af22f4cf1fa759033e94ee54c812bca7b517b84cda77276557e8ca8 DIST psycopg2-2.9.4.tar.gz 384017 BLAKE2B 4bc0afcc890c8a257c1ccd5c6e4e5301857a80f8b1428aa46c1473c9e18f5d2914a2e592c13336b06106217bb334d9b0321835bdd123f1627cbeb29dedf97bf7 SHA512 259088e42e0ab0d8a1a0ccf04f5e560f32c6179b4a0a0059e91bcf269baa8f4b0f1f949c332c640a2438c927a29b2c144078a861f8e18ba9c764da7c93c73b8d DIST psycopg2-2.9.9.tar.gz 384926 BLAKE2B 8418fca1329703cedfc86be74d85cae5133a0604bb8a21fa43e5359a46626d38ef227d0cd8fbbeb497e2db517a469d7f3e86b74ef9163617a547e999073a6b4c SHA512 a691fd09762221e854861dedce37b05e5354e0701feea470a6d5046960056ef02a8c9ecfa751adeba485271ea7d5834643b7d3a3c3f3270087f5ed9c68509f5f diff --git a/dev-python/psycopg/psycopg-3.1.16.ebuild b/dev-python/psycopg/psycopg-3.1.16.ebuild new file mode 100644 index 000000000000..6056815ed613 --- /dev/null +++ b/dev-python/psycopg/psycopg-3.1.16.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2023 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="PostgreSQL database adapter for Python" +HOMEPAGE=" + https://www.psycopg.org/psycopg3/ + https://github.com/psycopg/psycopg/ + https://pypi.org/project/psycopg/ +" +SRC_URI=" + https://github.com/psycopg/psycopg/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" +S=${WORKDIR}/${P}/psycopg + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + +DEPEND=" + >=dev-db/postgresql-8.1:* +" +RDEPEND=" + ${DEPEND} + >=dev-python/typing-extensions-4.1[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + >=dev-db/postgresql-8.1[server] + dev-python/anyio[${PYTHON_USEDEP}] + dev-python/dnspython[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +src_test() { + # tests are lurking in top-level directory + cd .. || die + + initdb -D "${T}"/pgsql || die + # TODO: random port + pg_ctl -w -D "${T}"/pgsql start \ + -o "-h '' -k '${T}'" || die + createdb -h "${T}" test || die + + local -x PSYCOPG_TEST_DSN="host=${T} dbname=test" + distutils-r1_src_test + + pg_ctl -w -D "${T}"/pgsql stop || die +} + +python_test() { + local EPYTEST_DESELECT=( + # tests for the psycopg_pool package + tests/pool + # some broken mypy magic + tests/test_module.py::test_version + tests/test_module.py::test_version_c + tests/test_typing.py + tests/crdb/test_typing.py + # TODO, relying on undefined ordering in Python? + tests/test_dns_srv.py::test_srv + ) + + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + # leak and timing tests are fragile whereas slow tests are slow + epytest -p anyio -k "not leak" -m "not timing and not slow" +} diff --git a/dev-python/pypy3_10/pypy3_10-7.3.13_p3.ebuild b/dev-python/pypy3_10/pypy3_10-7.3.13_p3.ebuild index a12e9f0f8bdc..c463e1f54501 100644 --- a/dev-python/pypy3_10/pypy3_10-7.3.13_p3.ebuild +++ b/dev-python/pypy3_10/pypy3_10-7.3.13_p3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit pax-utils python-utils-r1 toolchain-funcs +inherit multiprocessing pax-utils toolchain-funcs PYPY_PV=${PV%_p*} PYVER=3.10 @@ -198,13 +198,15 @@ src_install() { fi dosym ../python/EXTERNALLY-MANAGED "${dest}/EXTERNALLY-MANAGED" - local -x EPYTHON=pypy3 local -x PYTHON=${ED}/usr/bin/pypy${PYVER}-c-${PYPY_PV} # temporarily copy to build tree to facilitate module builds cp -p "${BROOT}/usr/bin/pypy${PYVER}-c-${PYPY_PV}" "${PYTHON}" || die einfo "Byte-compiling Python standard library..." - python_optimize "${ED}${dest}" + # exclude list from CPython Makefile.pre.in + "${PYTHON}" -m compileall -j "$(makeopts_jobs)" -o 0 -o 1 -o 2 \ + --hardlink-dupes -q -f -d "${dest}" "${ED}${dest}" \ + -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' || die # remove to avoid collisions rm "${PYTHON}" || die diff --git a/dev-python/pypy3_9/pypy3_9-7.3.13-r1.ebuild b/dev-python/pypy3_9/pypy3_9-7.3.13-r1.ebuild index b75fb0c938f5..661ab0988ec8 100644 --- a/dev-python/pypy3_9/pypy3_9-7.3.13-r1.ebuild +++ b/dev-python/pypy3_9/pypy3_9-7.3.13-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit pax-utils python-utils-r1 toolchain-funcs +inherit multiprocessing pax-utils toolchain-funcs PYPY_PV=${PV%_p*} PYVER=3.9 @@ -198,13 +198,15 @@ src_install() { fi dosym ../python/EXTERNALLY-MANAGED "${dest}/EXTERNALLY-MANAGED" - local -x EPYTHON=pypy3 local -x PYTHON=${ED}/usr/bin/pypy${PYVER}-c-${PYPY_PV} # temporarily copy to build tree to facilitate module builds cp -p "${BROOT}/usr/bin/pypy${PYVER}-c-${PYPY_PV}" "${PYTHON}" || die einfo "Byte-compiling Python standard library..." - python_optimize "${ED}${dest}" + # exclude list from CPython Makefile.pre.in + "${PYTHON}" -m compileall -j "$(makeopts_jobs)" -o 0 -o 1 -o 2 \ + --hardlink-dupes -q -f -d "${dest}" "${ED}${dest}" \ + -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' || die # remove to avoid collisions rm "${PYTHON}" || die diff --git a/dev-python/pyrate-limiter/pyrate-limiter-3.1.0.ebuild b/dev-python/pyrate-limiter/pyrate-limiter-3.1.0.ebuild index 2bfd9a737bdd..76ac0d5a356b 100644 --- a/dev-python/pyrate-limiter/pyrate-limiter-3.1.0.ebuild +++ b/dev-python/pyrate-limiter/pyrate-limiter-3.1.0.ebuild @@ -25,6 +25,7 @@ RDEPEND=" BDEPEND=" test? ( + dev-db/redis dev-python/pytest-asyncio[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] ) diff --git a/dev-python/pyspelling/pyspelling-2.9.ebuild b/dev-python/pyspelling/pyspelling-2.9.ebuild index c541c4c3db44..5cb7f5346224 100644 --- a/dev-python/pyspelling/pyspelling-2.9.ebuild +++ b/dev-python/pyspelling/pyspelling-2.9.ebuild @@ -40,9 +40,13 @@ RDEPEND=" >=dev-python/soupsieve-1.8[${PYTHON_USEDEP}] >=dev-python/wcmatch-6.5[${PYTHON_USEDEP}] " - +# The package can use either aspell or hunspell but tests both if both +# are installed. Therefore, we need to ensure that both have English +# dictionary installed. BDEPEND=" test? ( + app-dicts/aspell-en + app-dicts/myspell-en dev-vcs/git ) " @@ -52,11 +56,11 @@ distutils_enable_tests pytest python_prepare_all() { # mkdocs-git-revision-date-localized-plugin needs git repo if use doc; then - git init || die + git init -q || die git config --global user.email "you@example.com" || die git config --global user.name "Your Name" || die git add . || die - git commit -m 'init' || die + git commit -q -m 'init' || die fi distutils-r1_python_prepare_all diff --git a/dev-python/pytest-bdd/pytest-bdd-7.0.1.ebuild b/dev-python/pytest-bdd/pytest-bdd-7.0.1.ebuild index 29cf3065023a..bc6223fab65a 100644 --- a/dev-python/pytest-bdd/pytest-bdd-7.0.1.ebuild +++ b/dev-python/pytest-bdd/pytest-bdd-7.0.1.ebuild @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 arm64 ~x86" RDEPEND=" dev-python/mako[${PYTHON_USEDEP}] diff --git a/dev-python/python-lsp-black/Manifest b/dev-python/python-lsp-black/Manifest index 3407923c9a61..cc7e22f85055 100644 --- a/dev-python/python-lsp-black/Manifest +++ b/dev-python/python-lsp-black/Manifest @@ -1 +1,2 @@ DIST python-lsp-black-1.3.0.gh.tar.gz 9781 BLAKE2B d079d7a95dff682b86df23825796d2fa6e89d1aa3e66da1452e576fd1e96a4c298da181f53840fe5fcdcbbc8a0ca55aa53cbc4885a0178b6402365ef41a239be SHA512 9e3d081ac022854626c120128949ab5e58c44f9e76ddd566e3b80a697fbc02a96f62994f43195b02f899e770768d55d223984267133eedd6f642b70560d46c09 +DIST python-lsp-black-2.0.0.gh.tar.gz 10399 BLAKE2B e38bf7ae736b3b71c1e17dd34b7e98b9bcbdbc7a12e2c1596ccdbe13b8fac8caef8a1f043aa50e1688b9159928885b8b116b709b4d2574b8ddf77172df756862 SHA512 e374ea34ac53e0d78ba198814210d9d7293e18b8fc7b22bb288621a994c8c9d492cc9c99c40cd1574b618add518671430e1e88f32e93e4c95507373932c08dc0 diff --git a/dev-python/python-lsp-black/python-lsp-black-2.0.0.ebuild b/dev-python/python-lsp-black/python-lsp-black-2.0.0.ebuild new file mode 100644 index 000000000000..6092fe46fe78 --- /dev/null +++ b/dev-python/python-lsp-black/python-lsp-black-2.0.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2023 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 + +DESCRIPTION="Black plugin for the Python LSP Server" +HOMEPAGE=" + https://github.com/python-lsp/python-lsp-black/ + https://pypi.org/project/python-lsp-black/ +" +SRC_URI=" + https://github.com/python-lsp/${PN}/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=" + >=dev-python/python-lsp-server-1.4.0[${PYTHON_USEDEP}] + >=dev-python/black-23.11.0[${PYTHON_USEDEP}] +" + +BDEPEND=" + test? ( + $(python_gen_cond_dep ' + dev-python/tomli[${PYTHON_USEDEP}] + ' 3.10) + !! +Date: Fri, 3 Nov 2023 23:25:11 +0300 +Subject: Make the tests pass with Sphinx 7.x + +--- + tests/test_sphinx.py | 8 +++++++- + tests/test_sphinx/test_sources_dropdown_basic_.xml | 2 +- + tests/test_sphinx/test_sources_tabbed_basic_.xml | 2 +- + 3 files changed, 9 insertions(+), 3 deletions(-) + +diff --git a/tests/test_sphinx.py b/tests/test_sphinx.py +index 9efc2c2..35affa1 100644 +--- a/tests/test_sphinx.py ++++ b/tests/test_sphinx.py +@@ -2,6 +2,7 @@ from pathlib import Path + import shutil + + import pytest ++import sphinx + from sphinx.testing.path import path + + from sphinx_panels.tabs import TabbedHtmlTransform +@@ -15,7 +16,10 @@ def sphinx_app_factory(make_app, tmp_path: Path, monkeypatch): + shutil.copytree( + (Path(__file__).parent / "sources" / src_folder), tmp_path / src_folder + ) +- app = make_app(srcdir=path(str((tmp_path / src_folder).absolute())), **kwargs) ++ srcdir = (tmp_path / src_folder).absolute() ++ if sphinx.version_info < (7, 2): ++ srcdir = path(str(srcdir)) ++ app = make_app(srcdir=srcdir, **kwargs) + return app + + yield _func +@@ -28,6 +32,8 @@ def test_sources(sphinx_app_factory, file_regression, folder): + assert app._warning.getvalue() == "" + doctree = app.env.get_and_resolve_doctree("index", app.builder) + doctree["source"] = "source" ++ if sphinx.version_info < (7, 1): ++ doctree["translation_progress"] = "{'total': 0, 'translated': 0}" + file_regression.check( + doctree.pformat(), + encoding="utf8", +diff --git a/tests/test_sphinx/test_sources_dropdown_basic_.xml b/tests/test_sphinx/test_sources_dropdown_basic_.xml +index b984330..4c42825 100644 +--- a/tests/test_sphinx/test_sources_dropdown_basic_.xml ++++ b/tests/test_sphinx/test_sources_dropdown_basic_.xml +@@ -1,4 +1,4 @@ +- ++ +
+ + Title +diff --git a/tests/test_sphinx/test_sources_tabbed_basic_.xml b/tests/test_sphinx/test_sources_tabbed_basic_.xml +index b3f2d1a..f55e06e 100644 +--- a/tests/test_sphinx/test_sources_tabbed_basic_.xml ++++ b/tests/test_sphinx/test_sources_tabbed_basic_.xml +@@ -1,4 +1,4 @@ +-<document source="source"> ++<document source="source" translation_progress="{'total': 0, 'translated': 0}"> + <section ids="title" names="title"> + <title> + Title diff --git a/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild b/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild index c076a2d8c2e1..ad0f2761cb85 100644 --- a/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild +++ b/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild @@ -3,13 +3,20 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + inherit distutils-r1 DESCRIPTION="A sphinx extension for creating panels in a grid layout" -HOMEPAGE="https://github.com/executablebooks/sphinx-panels" -SRC_URI="https://github.com/executablebooks/sphinx-panels/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" +HOMEPAGE=" + https://github.com/executablebooks/sphinx-panels/ + https://pypi.org/project/sphinx-panels/ +" +SRC_URI=" + https://github.com/executablebooks/sphinx-panels/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="MIT" SLOT="0" @@ -19,8 +26,22 @@ RDEPEND=" dev-python/docutils[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] " +BDEPEND=" + test? ( + dev-python/pytest-regressions[${PYTHON_USEDEP}] + ) +" -BDEPEND="test? ( dev-python/pytest-regressions[${PYTHON_USEDEP}] )" +PATCHES=( + # https://github.com/executablebooks/sphinx-panels/pull/84 + "${FILESDIR}/${P}-sphinx-7.patch" +) distutils_enable_tests pytest distutils_enable_sphinx docs dev-python/sphinx-rtd-theme + +src_prepare() { + # unpin deps + sed -i -e 's:,<[0-9.]*::' setup.py || die + distutils-r1_src_prepare +} diff --git a/dev-python/spyder-kernels/Manifest b/dev-python/spyder-kernels/Manifest index 35f81a39a3fb..04d7f663cd4b 100644 --- a/dev-python/spyder-kernels/Manifest +++ b/dev-python/spyder-kernels/Manifest @@ -1,3 +1,3 @@ DIST spyder-kernels-2.4.4.tar.gz 98216 BLAKE2B f9f7c007f3c8f4365b84606e7473c169b525aad6d4ddccd6a72fc4d84f48b3fbf0272bd8f8e7f9cc7eb48df555e333f1b8ef0adc8c2f0b8d6df4ff9de35568f8 SHA512 826ced4928d8308e1a31790f0938e24ee8171b7e1f890a322bf652798991db4f3c2c270dd1b9cee44110ac85724043e4f80bc2adb54ad9f09f5414ee8bbd0a4a DIST spyder-kernels-2.5.0.tar.gz 99908 BLAKE2B 8684bdaba16bdfeb2db1e1789054e4951c6fa673dde91a1ae35972a1fd7cd6c298572c83db360553a3d94b1311d449a62d82d25d007f919a4baf6a23d2d872e2 SHA512 acdf796b450d87ee08f97bb6477383006632b6c91c862907ba43803bf88c1552749dc62c69820f948d8738a1a062614c065f861b73d5d73756cf5d00e63b58b5 -DIST spyder-kernels-3.0.0b2.tar.gz 236918 BLAKE2B 2a0083f8f48d11d66e49bb6736e8efd4fdfa1a4cac8e5a99d5ca473a90371084ff0e66c169850f36c1f77df54939c16336f1f7f6f0f5d7042525ecfde4b3b5a4 SHA512 8cd77b377056fdec07c68cc07960f4692ca3328a375891365ca0f59133a648a74b5cd75585398d53c1237ebee0a0fd4a01b6e7f24a8df93f107307511777fced +DIST spyder-kernels-3.0.0b3.tar.gz 237559 BLAKE2B 688beae066c69af8b31f8e812f1d37a1f71ac41af1c6d71760c4f41449404f1d5a8bbcb7ac1b4a02a903ae561906eeb53671926b5c11d1c5be96f043feacb940 SHA512 756d0c06ae3666b91fc2c47d6dbaa23c83cbdd963c305590400d380f7aeb374763db48db42416bdab78284cc16df13ae15d6a2329a98612b9d11858be9ef4884 diff --git a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta2.ebuild b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta3.ebuild similarity index 76% rename from dev-python/spyder-kernels/spyder-kernels-3.0.0_beta2.ebuild rename to dev-python/spyder-kernels/spyder-kernels-3.0.0_beta3.ebuild index 554a653c7ebf..ac733f34360f 100644 --- a/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta2.ebuild +++ b/dev-python/spyder-kernels/spyder-kernels-3.0.0_beta3.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 pypi @@ -22,9 +22,9 @@ KEYWORDS="" RDEPEND=" dev-python/cloudpickle[${PYTHON_USEDEP}] <dev-python/ipykernel-7[${PYTHON_USEDEP}] - >=dev-python/ipykernel-6.16.1[${PYTHON_USEDEP}] + >=dev-python/ipykernel-6.23.2[${PYTHON_USEDEP}] <dev-python/ipython-9[${PYTHON_USEDEP}] - >dev-python/ipython-8.12.1[${PYTHON_USEDEP}] + >dev-python/ipython-8.13.0[${PYTHON_USEDEP}] <dev-python/jupyter-client-9[${PYTHON_USEDEP}] >=dev-python/jupyter-client-7.4.9[${PYTHON_USEDEP}] dev-python/matplotlib-inline[${PYTHON_USEDEP}] @@ -38,14 +38,16 @@ BDEPEND=" dev-python/cython[${PYTHON_USEDEP}] dev-python/django[${PYTHON_USEDEP}] dev-python/flaky[${PYTHON_USEDEP}] - dev-python/h5py[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pandas[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] - dev-python/xarray[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/h5py[${PYTHON_USEDEP}] + dev-python/pandas[${PYTHON_USEDEP}] + dev-python/xarray[${PYTHON_USEDEP}] + ' 'python*') ) " @@ -68,3 +70,18 @@ EPYTEST_DESELECT=( # pydicom only packaged in ::sci at the moment spyder_kernels/utils/tests/test_iofuncs.py::test_load_dicom_files ) + +python_test() { + if [[ ${EPYTHON} == pypy3 ]]; then + EPYTEST_IGNORE=( + # requires pandas + spyder_kernels/utils/tests/test_nsview.py + ) + EPYTEST_DESELECT+=( + # requires hdf5 + spyder_kernels/utils/tests/test_iofuncs.py::test_save_load_hdf5_files + spyder_kernels/utils/tests/test_dochelpers.py + ) + fi + distutils-r1_python_test +} diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest index 76d9c1af467e..5c6352fa4939 100644 --- a/dev-python/spyder/Manifest +++ b/dev-python/spyder/Manifest @@ -1,6 +1,6 @@ DIST spyder-5.4.4.gh.tar.gz 16214815 BLAKE2B 43bdf54599acc9c7ecf38d25a2d18e463473f36abad0fcd8d5379f785f967269940c2e8bc5b85811afc853d299ec9cfceac3d7acb32ef9f0e6f7081efc160eb9 SHA512 1c2684bbff5d9f800ddb2262a0a846cc7b3a9b1cd43d1f951fd511314877d2f03c317486564d1908f3bd12e889b3e9b0260f5708b5b1181eb7815d32bdb987eb DIST spyder-5.4.5.gh.tar.gz 16214117 BLAKE2B e572fe2e104e464bacff939c6195d1042c6ff0e6a1167c3ab4bf96a4f7dde0a1abb6ec84dc0dd54af24cd1635ecf8b80dabcc43c5131821bb3f7f6f08300605f SHA512 d938e3e64c22837bd4a7ab55822e9d763842cadba3cfb3de952652164054a4b87c2495bd8ae2617dbdd8bad5120e84e9017269d4bcdd6cbf73fb3d4dddbcad8f DIST spyder-5.5.0.gh.tar.gz 16251845 BLAKE2B 8a8ea4a7da30d79b91e9a20a904e88a21517d99d51b29535ba250c3d0a970a5e00eb8f43a3e9b00eeef457823baf553d0694c3ef57ca798fe002d1d0fdf2f4d7 SHA512 6be7b80a99996beae2542a0646b54a665a89d09929634b21ddcb67f61584fa7f53e9f921fc8d2a4edf6c8ee5e98db0d8423a52a8b93b8ed58b9f46d062ecfeac -DIST spyder-6.0.0_alpha2.gh.tar.gz 16311030 BLAKE2B 17466525aea0afa93ce0efd2cba3e249d6e95e458fdbe35ed672e704b3643fe17adbc663498436bb6cf435a6ab9f704f435ed014eec8a695eaf558dd17ac5785 SHA512 9a80954e18a0b4cf3f2a0ad20ee39cfda867ed1df0b2dc3f2ddbcd78cff09064accf3b9089ce1076dcdc8fe52a6af04c10b22b9d123d7353bfdc789c470d7cc9 +DIST spyder-6.0.0_alpha3.gh.tar.gz 15480385 BLAKE2B 5e41a7765ce7e4d0ac0148f07601b098a60e200c90d89aeda89272c9f29521abcca1fb152dec09bbf23261cfef302c5c504ba6733fa0a690163d3081a7c19216 SHA512 c8ed1caaf9ef2d8cbae351825463d6a7a549efd2b072a0bbb24ae85745132cae4fadfd92d8219dc031ba1b775dc413a596e0c5725604aee40757cac1096825e9 DIST spyder-docs-0aa81d44ec6490c155be1bb1acca0a27328b12e0.gh.tar.gz 94895731 BLAKE2B 468412372bf2f70f838fa89dc1b88997fa2d9d92e36d6a5abac736b6b5f2782f25121b18b876c7c6e2af9d7eda433aaccd017c2e8c8c06a223420f0ce9684fc1 SHA512 9ac0f930a1a864e81e4181f101449a6506728d0d89254409a58e68bc17a3de39f4d1bf329f11da433d8ee4f3122faf3b337654d011263a70b253459e9562e923 DIST spyder-docs-cfa8e009264cb5e79beeead6a012e521db2c73dc.gh.tar.gz 94895763 BLAKE2B b26a8f834db25fd2a8881fdd411329a6d70213827d450070d4f73692742764efb34c74c6dd72d51829b8718956a4def172eaba56a1f02c264552aa838860feb9 SHA512 67defa7913392b0c41a931badb1f5669adcaf8d27e2d3ef59c5d07810c4423272776f369ab134b5096209d781009bbf076711f780234ec93fbe3e1a52e475dcd diff --git a/dev-python/spyder/spyder-6.0.0_alpha2.ebuild b/dev-python/spyder/spyder-6.0.0_alpha3.ebuild similarity index 91% rename from dev-python/spyder/spyder-6.0.0_alpha2.ebuild rename to dev-python/spyder/spyder-6.0.0_alpha3.ebuild index c28ddd7232be..2033578ed6f6 100644 --- a/dev-python/spyder/spyder-6.0.0_alpha2.ebuild +++ b/dev-python/spyder/spyder-6.0.0_alpha3.ebuild @@ -9,7 +9,7 @@ DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 optfeature virtualx xdg # Commit of documentation to fetch -DOCS_PV="cfa8e009264cb5e79beeead6a012e521db2c73dc" +DOCS_PV="0aa81d44ec6490c155be1bb1acca0a27328b12e0" DESCRIPTION="The Scientific Python Development Environment" HOMEPAGE=" @@ -46,19 +46,19 @@ RDEPEND=" >=dev-python/python-lsp-black-1.2.0[${PYTHON_USEDEP}] >=dev-python/pyls-spyder-0.4.0[${PYTHON_USEDEP}] >=dev-python/pyuca-1.2[${PYTHON_USEDEP}] - >=dev-python/pyxdg-0.26[${PYTHON_USEDEP}] - >=dev-python/pyzmq-22.1.0[${PYTHON_USEDEP}] - >=dev-python/qdarkstyle-3.0.2[${PYTHON_USEDEP}] - <dev-python/qdarkstyle-3.2.0[${PYTHON_USEDEP}] + >=dev-python/qdarkstyle-3.2.0[${PYTHON_USEDEP}] + <dev-python/qdarkstyle-3.3.0[${PYTHON_USEDEP}] >=dev-python/qstylizer-0.2.2[${PYTHON_USEDEP}] - >=dev-python/qtawesome-1.2.1[${PYTHON_USEDEP}] - >=dev-python/qtconsole-5.4.2[${PYTHON_USEDEP}] - <dev-python/qtconsole-5.5.0[${PYTHON_USEDEP}] - >=dev-python/QtPy-2.1.0[${PYTHON_USEDEP},svg,webengine] + >=dev-python/qtawesome-1.3.0[${PYTHON_USEDEP}] + >=dev-python/qtconsole-5.5.0[${PYTHON_USEDEP}] + <dev-python/qtconsole-5.6.0[${PYTHON_USEDEP}] + >=dev-python/QtPy-2.4.0[${PYTHON_USEDEP},svg,webengine] >=sci-libs/rtree-0.9.7[${PYTHON_USEDEP}] >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}] - >=dev-python/spyder-kernels-3.0.0_beta2[${PYTHON_USEDEP}] - <dev-python/spyder-kernels-3.0.0_beta3[${PYTHON_USEDEP}] + >=dev-python/spyder-kernels-3.0.0_beta3[${PYTHON_USEDEP}] + <dev-python/spyder-kernels-3.0.0_beta4[${PYTHON_USEDEP}] + >=dev-python/superqt-0.6.1[${PYTHON_USEDEP}] + <dev-python/superqt-1.0.0[${PYTHON_USEDEP}] >=dev-python/textdistance-4.2.0[${PYTHON_USEDEP}] >=dev-python/three-merge-0.1.1[${PYTHON_USEDEP}] >=dev-python/watchdog-0.10.3[${PYTHON_USEDEP}] @@ -152,9 +152,6 @@ python_prepare_all() { sed -i -e 's:test_dependencies_for_spyder_setup_install_requires_in_sync:_&:' \ spyder/tests/test_dependencies_in_sync.py || die - # can't check for update, need network - rm spyder/workers/tests/test_update.py || die - # skip online test rm spyder/widgets/github/tests/test_github_backend.py || die diff --git a/dev-python/superqt/Manifest b/dev-python/superqt/Manifest new file mode 100644 index 000000000000..c33171a8efe4 --- /dev/null +++ b/dev-python/superqt/Manifest @@ -0,0 +1 @@ +DIST superqt-0.6.1.tar.gz 94217 BLAKE2B 9958bb87977d7df6755a625c2b802ada531b1685fc4f0a8d5b327ad0ccfa2a21d7f10238a63116b4cdf6aa59304f0c8ea4967ab166fd423d0d95695f33305df7 SHA512 dc2285aae99e9279b3a88df3fbf8e59c70111f9b1bd82df79feff6013ba8bbf9221a4b4183bb6d3aa9491a6a796b766f26c826811154b854d7d232fcdebf8f74 diff --git a/dev-python/superqt/metadata.xml b/dev-python/superqt/metadata.xml new file mode 100644 index 000000000000..b35f6702957f --- /dev/null +++ b/dev-python/superqt/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <upstream> + <remote-id type="pypi">superqt</remote-id> + <remote-id type="github">pyapp-kit/superqt</remote-id> + </upstream> + <stabilize-allarches/> + <maintainer type="person"> + <email>andrewammerlaan@gentoo.org</email> + <name>Andrew Ammerlaan</name> + </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> +</pkgmetadata> diff --git a/dev-python/superqt/superqt-0.6.1.ebuild b/dev-python/superqt/superqt-0.6.1.ebuild new file mode 100644 index 000000000000..a750388ceb10 --- /dev/null +++ b/dev-python/superqt/superqt-0.6.1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 pypi virtualx + +DESCRIPTION="Missing widgets and components for PyQt/PySide" +HOMEPAGE=" + https://github.com/pyapp-kit/superqt + https://pypi.org/project/superqt/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/packaging[${PYTHON_USEDEP}] + >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}] + >=dev-python/QtPy-1.1.0[${PYTHON_USEDEP}] + >=dev-python/typing-extensions-3.7.4.3[${PYTHON_USEDEP}] +" + +BDEPEND=" + test? ( + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pytest-qt[${PYTHON_USEDEP}] + ) +" + +EPYTEST_IGNORE=( + # pint and pyconify not packaged + tests/test_quantity.py +) + +EPYTEST_DESELECT=( + # fails in the sandbox, but works outside of it + tests/test_eliding_label.py::test_wrapped_eliding_label +) + +distutils_enable_tests pytest + +python_test() { + virtx distutils-r1_python_test +} diff --git a/dev-python/trimesh/Manifest b/dev-python/trimesh/Manifest index 5357381b7e74..dbeddbcf2aec 100644 --- a/dev-python/trimesh/Manifest +++ b/dev-python/trimesh/Manifest @@ -1 +1,2 @@ DIST trimesh-4.0.5.gh.tar.gz 13433920 BLAKE2B d7979727f4595dedd4d58bd7373bff457e008ea9512fb5aaa3c0e297fb0e9e538ab3b62e6d231bb6d0d7c8499e346c88b89878489187248bfd77116b4ab733dd SHA512 5167f93aece58d0fd2766a41afb5651df2ffac6486e3aebae33d97ed1ae2e4093290450b1e8d7827c300c679cf4c93baf7ce44ec603103a70c510259f514d321 +DIST trimesh-4.0.6.gh.tar.gz 13434966 BLAKE2B ddb83647ffb9e268060662c2498bfe3abef423ea8fff6fb0a3d8f2677ff74222f008ca983363a16dbb833c357c8b16f3e92a6968dc79aed5593ee24e23dea076 SHA512 1b6d6be5782a44f58d16060247fe7842a30458fb5b1a01702ee224cd56a4bb3710954166373ec209de960ad6a77a649c44f51a59d31806a034bc6e7d8dca9319 diff --git a/dev-python/trimesh/trimesh-4.0.6.ebuild b/dev-python/trimesh/trimesh-4.0.6.ebuild new file mode 100644 index 000000000000..efd16dd10381 --- /dev/null +++ b/dev-python/trimesh/trimesh-4.0.6.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 optfeature + +DESCRIPTION="Python library for loading and using triangular meshes" +HOMEPAGE=" + https://trimesh.org/ + https://github.com/mikedh/trimesh/ + https://pypi.org/project/trimesh/ +" +SRC_URI=" + https://github.com/mikedh/${PN}/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=" + dev-python/chardet[${PYTHON_USEDEP}] + dev-python/colorlog[${PYTHON_USEDEP}] + dev-python/httpx[${PYTHON_USEDEP}] + dev-python/jsonschema[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/networkx[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] + dev-python/pycollada[${PYTHON_USEDEP}] + dev-python/pyglet[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/scipy[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/shapely-1.8.2[${PYTHON_USEDEP}] + dev-python/svg-path[${PYTHON_USEDEP}] + dev-python/sympy[${PYTHON_USEDEP}] + dev-python/xxhash[${PYTHON_USEDEP}] + sci-libs/rtree[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/mapbox_earcut[${PYTHON_USEDEP}] + ) +" + +EPYTEST_XDIST=1 +distutils_enable_tests pytest + +pkg_postinst() { + optfeature_header "${PN} functionality can be extended by installing the following packages:" + optfeature "making GUI applications with 3D stuff" dev-python/glooey + optfeature "2D triangulations of polygons" dev-python/mapbox_earcut + optfeature "loading a number of additional mesh formats" dev-python/meshio + optfeature "figuring out how much memory we have" dev-python/psutil + optfeature "marching cubes and other nice stuff" sci-libs/scikit-image +} diff --git a/dev-python/xmlschema/Manifest b/dev-python/xmlschema/Manifest index b8d9b05d06e6..7ff8288aa944 100644 --- a/dev-python/xmlschema/Manifest +++ b/dev-python/xmlschema/Manifest @@ -1 +1,2 @@ DIST xmlschema-2.5.0.tar.gz 539358 BLAKE2B 3d70b01f325ed1b4b61b1baaf1d7d29fd9748984f229d78bc645fef331d2cfb6f6d6e52200295ced0e03513e105ebfb8f30937c51e0883ee5d67866346cddb02 SHA512 d859be35d057d8bb1cea85c0f90525ae26f78f09ba2a111414f429eb2afd8633cb59ec0d701bba5bd1d086efb7ae51c2c470882cbfb932caa51c8b8d1ecbfbcb +DIST xmlschema-2.5.1.tar.gz 539267 BLAKE2B 6eae451f1331fd506e8f70b8d00505f6773b6aa82599bad5a94662704d045411a60e86e96f946b20d8c9d6c79b1bd61bfcac65f00ac0273eab89d27f75bdb73a SHA512 b968323581140a768d44cbd7fec08638f556204a4c75dc608b1f78868a68dc3fe3103a2c03dfa79601301043807478bc08ded63923ec26c4425ebdf48fdf0c7e diff --git a/dev-python/xmlschema/xmlschema-2.5.1.ebuild b/dev-python/xmlschema/xmlschema-2.5.1.ebuild new file mode 100644 index 000000000000..0d98d02ad092 --- /dev/null +++ b/dev-python/xmlschema/xmlschema-2.5.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 2019-2023 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-5[${PYTHON_USEDEP}] + >=dev-python/elementpath-4.1.5[${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-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest index fdf30715405d..f1f0a2f8d0b9 100644 --- a/dev-python/zeroconf/Manifest +++ b/dev-python/zeroconf/Manifest @@ -3,3 +3,4 @@ DIST zeroconf-0.128.0.tar.gz 161199 BLAKE2B 7526c6f4a242e7ab0035ea3f2b29b3b43bbb DIST zeroconf-0.128.4.tar.gz 162384 BLAKE2B cd8b60d0f0bdf01835fc1bf3c9bc74311ea4cc353ba1e0825264e850d070c8cee3565ec9942d825c404406623c7e65851688b447afbe1bf9884da077993a77de SHA512 d0781c1c5752eda31806826475cee0e7032e4bae9612adf0f8b7dab21d15be2762fb37af17a34f93f2f5f27ee936fcf4d7e58ce1d9b42af3e8681d5e8eb326ee DIST zeroconf-0.129.0.tar.gz 163756 BLAKE2B 13ac698352fd18d2025ed60d6906e7add6726a07c0e5e29f4fbf5bdd9f666a17d0401acbab70197182e7112e98e03eceb8a5d64f927a15f52b592b669615a4ad SHA512 51e6edf5474e8bfcd63c31b13abc5ef382c4eab1e4d41e2d4f454615e1cc09aab63dc13f29c1a1126d3ae131c6d8df762748f0c5bdf2149c968517a0a15fc0ff DIST zeroconf-0.130.0.tar.gz 169034 BLAKE2B cda4002e07fcb784ab03208d25bbe4dbb3349df9473a78fca3032b5ed5bc882edcd35179f4721e3ae4f12880f464d9ef43ad03216aa272b58f034f929aabd06d SHA512 8f2ce4ae9f58a28c658253a2c17a85968d51e2483442d726849ad254e5250f1b4e83f106540e7562369d4bbdfa05fc470636cc4a4f913dc5b1c94ea03b726d74 +DIST zeroconf-0.131.0.tar.gz 169253 BLAKE2B 64247bdca5f8a226e73078b0395fa273649d3baea54fe52c350bf5117527e4290974843385f5b23568a6350bb41fa0af13a6999ef4e880fc42952dde21126296 SHA512 7b7f5494a589306c458dc4fedd940aab86918e9979d5b9f0a466d28b74795c83351f82fdf501a983e9df3e32a8be9a88af3486e79ade23ab73d889610331d89a diff --git a/dev-python/zeroconf/zeroconf-0.131.0.ebuild b/dev-python/zeroconf/zeroconf-0.131.0.ebuild new file mode 100644 index 000000000000..9cb88f18ecad --- /dev/null +++ b/dev-python/zeroconf/zeroconf-0.131.0.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)" +HOMEPAGE=" + https://github.com/python-zeroconf/python-zeroconf/ + https://pypi.org/project/zeroconf/ +" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}] + ' 3.10) +" +# the build system uses custom build script that uses distutils to build +# C extensions, sigh +BDEPEND=" + >=dev-python/cython-3.0.5[${PYTHON_USEDEP}] + >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}] + test? ( + dev-python/pytest-asyncio[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +export REQUIRE_CYTHON=1 + +python_test() { + local -x SKIP_IPV6=1 + local EPYTEST_DESELECT=( + # network + tests/test_core.py::Framework::test_close_multiple_times + tests/test_core.py::Framework::test_launch_and_close + tests/test_core.py::Framework::test_launch_and_close_context_manager + + # fragile to timeouts (?) + tests/services/test_browser.py::test_service_browser_expire_callbacks + tests/utils/test_asyncio.py::test_run_coro_with_timeout + ) + + epytest -o addopts= +} diff --git a/dev-qt/Manifest.gz b/dev-qt/Manifest.gz index ce010c38ebb6..860ecd3c494f 100644 Binary files a/dev-qt/Manifest.gz and b/dev-qt/Manifest.gz differ diff --git a/dev-qt/qt-docs/qt-docs-5.15.2_p202011130614.ebuild b/dev-qt/qt-docs/qt-docs-5.15.2_p202011130614.ebuild index 30848bf2b295..f015595836c8 100644 --- a/dev-qt/qt-docs/qt-docs-5.15.2_p202011130614.ebuild +++ b/dev-qt/qt-docs/qt-docs-5.15.2_p202011130614.ebuild @@ -55,7 +55,7 @@ HOMEPAGE="https://doc.qt.io/" LICENSE="FDL-1.3" SLOT="5" -KEYWORDS="amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86" +KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86" IUSE="charts datavis +html networkauth +qch script timeline virtualkeyboard webengine" REQUIRED_USE="|| ( html qch )" diff --git a/dev-qt/qt-docs/qt-docs-6.6.1_p202311210527.ebuild b/dev-qt/qt-docs/qt-docs-6.6.1_p202311210527.ebuild index ee5aced3a4f0..525dd7c69806 100644 --- a/dev-qt/qt-docs/qt-docs-6.6.1_p202311210527.ebuild +++ b/dev-qt/qt-docs/qt-docs-6.6.1_p202311210527.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://doc.qt.io/" LICENSE="FDL-1.3" SLOT="6" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="+examples +html +qch" REQUIRED_USE="|| ( examples html qch )" diff --git a/dev-qt/qtgui/metadata.xml b/dev-qt/qtgui/metadata.xml index ab06e044872c..55e237a8d1ef 100644 --- a/dev-qt/qtgui/metadata.xml +++ b/dev-qt/qtgui/metadata.xml @@ -6,7 +6,6 @@ <name>Gentoo Qt Project</name> </maintainer> <use> - <flag name="egl">Enable EGL integration</flag> <flag name="eglfs">Build the EGL Full Screen/Single Surface platform plugin</flag> <flag name="evdev">Enable support for input devices via evdev</flag> <flag name="ibus">Build the IBus input method plugin</flag> diff --git a/dev-qt/qttools/qttools-6.6.1.ebuild b/dev-qt/qttools/qttools-6.6.1.ebuild index d5c8a41dc777..ef4f14675dbd 100644 --- a/dev-qt/qttools/qttools-6.6.1.ebuild +++ b/dev-qt/qttools/qttools-6.6.1.ebuild @@ -62,6 +62,8 @@ pkg_setup() { src_configure() { local mycmakeargs=( + # prevent the clang test as it can abort due to bug #916098 + $(cmake_use_find_package clang WrapLibClang) $(cmake_use_find_package qml Qt6Qml) $(cmake_use_find_package widgets Qt6Widgets) $(qt_feature assistant) diff --git a/dev-qt/qttools/qttools-6.6.9999.ebuild b/dev-qt/qttools/qttools-6.6.9999.ebuild index 8966bdc9123b..11611e815135 100644 --- a/dev-qt/qttools/qttools-6.6.9999.ebuild +++ b/dev-qt/qttools/qttools-6.6.9999.ebuild @@ -62,6 +62,8 @@ pkg_setup() { src_configure() { local mycmakeargs=( + # prevent the clang test as it can abort due to bug #916098 + $(cmake_use_find_package clang WrapLibClang) $(cmake_use_find_package qml Qt6Qml) $(cmake_use_find_package widgets Qt6Widgets) $(qt_feature assistant) diff --git a/dev-qt/qttools/qttools-6.7.9999.ebuild b/dev-qt/qttools/qttools-6.7.9999.ebuild index c171114332af..37d743692e22 100644 --- a/dev-qt/qttools/qttools-6.7.9999.ebuild +++ b/dev-qt/qttools/qttools-6.7.9999.ebuild @@ -66,6 +66,8 @@ pkg_setup() { src_configure() { local mycmakeargs=( + # prevent the clang test as it can abort due to bug #916098 + $(cmake_use_find_package clang WrapLibClang) $(cmake_use_find_package qml Qt6Qml) $(cmake_use_find_package widgets Qt6Widgets) $(qt_feature assistant) diff --git a/dev-qt/qttools/qttools-6.9999.ebuild b/dev-qt/qttools/qttools-6.9999.ebuild index c171114332af..37d743692e22 100644 --- a/dev-qt/qttools/qttools-6.9999.ebuild +++ b/dev-qt/qttools/qttools-6.9999.ebuild @@ -66,6 +66,8 @@ pkg_setup() { src_configure() { local mycmakeargs=( + # prevent the clang test as it can abort due to bug #916098 + $(cmake_use_find_package clang WrapLibClang) $(cmake_use_find_package qml Qt6Qml) $(cmake_use_find_package widgets Qt6Widgets) $(qt_feature assistant) diff --git a/dev-qt/qtwebengine/files/qtwebengine-6.6.1-gcc14.patch b/dev-qt/qtwebengine/files/qtwebengine-6.6.1-gcc14.patch new file mode 100644 index 000000000000..928e9b8f6e43 --- /dev/null +++ b/dev-qt/qtwebengine/files/qtwebengine-6.6.1-gcc14.patch @@ -0,0 +1,18 @@ +Patch status: fixed in >=qtwebengine-6.7 + +https://bugs.gentoo.org/920257 +https://chromium-review.googlesource.com/c/v8/v8/+/4583222 +From: Sam James <sam@gentoo.org> +Date: Sun, 4 Jun 2023 04:15:16 +0100 +Subject: [PATCH] heap: Add missing <algorithm> include for std::remove + +GCC 14 changes some internal includes within libstdc++ so this transient +include gets lost. Include <algorithm> explicitly for std::remove. +--- a/src/3rdparty/chromium/v8/src/heap/cppgc/stats-collector.h ++++ b/src/3rdparty/chromium/v8/src/heap/cppgc/stats-collector.h +@@ -9,4 +9,5 @@ + #include <stdint.h> + ++#include <algorithm> + #include <atomic> + #include <vector> diff --git a/dev-qt/qtwebengine/qtwebengine-6.6.1.ebuild b/dev-qt/qtwebengine/qtwebengine-6.6.1.ebuild index e6288297bd1a..3d763cf8f931 100644 --- a/dev-qt/qtwebengine/qtwebengine-6.6.1.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-6.6.1.ebuild @@ -111,6 +111,7 @@ PATCHES=( "${WORKDIR}"/patches/${PN} ) PATCHES+=( # add extras as needed here, may merge in set if carries across versions + "${FILESDIR}"/${PN}-6.6.1-gcc14.patch ) python_check_deps() { diff --git a/dev-qt/qtwebengine/qtwebengine-6.6.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-6.6.9999.ebuild index 891fd475a802..dfbb26ef419e 100644 --- a/dev-qt/qtwebengine/qtwebengine-6.6.9999.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-6.6.9999.ebuild @@ -111,6 +111,7 @@ PATCHES=( "${WORKDIR}"/patches/${PN} ) PATCHES+=( # add extras as needed here, may merge in set if carries across versions + "${FILESDIR}"/${PN}-6.6.1-gcc14.patch ) python_check_deps() { diff --git a/dev-ruby/Manifest.gz b/dev-ruby/Manifest.gz index 8fb0503e511f..3015c1b5971b 100644 Binary files a/dev-ruby/Manifest.gz and b/dev-ruby/Manifest.gz differ diff --git a/dev-ruby/mini_mime/mini_mime-1.1.5.ebuild b/dev-ruby/mini_mime/mini_mime-1.1.5.ebuild index 8da5f30ef592..c87b97f613b2 100644 --- a/dev-ruby/mini_mime/mini_mime-1.1.5.ebuild +++ b/dev-ruby/mini_mime/mini_mime-1.1.5.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/discourse/mini_mime/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="test" all_ruby_prepare() { diff --git a/dev-ruby/zeitwerk/zeitwerk-2.6.8.ebuild b/dev-ruby/zeitwerk/zeitwerk-2.6.8.ebuild index bb0f7f8316f4..008bdaf779d6 100644 --- a/dev-ruby/zeitwerk/zeitwerk-2.6.8.ebuild +++ b/dev-ruby/zeitwerk/zeitwerk-2.6.8.ebuild @@ -21,7 +21,7 @@ SLOT="2" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="" -ruby_add_bdepend "test? ( dev-ruby/bundler )" +ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/warning )" all_ruby_prepare() { rm -f Gemfile.lock || die diff --git a/dev-util/Manifest.gz b/dev-util/Manifest.gz index 61a9ebbc0474..0a7a4dad37a2 100644 Binary files a/dev-util/Manifest.gz and b/dev-util/Manifest.gz differ diff --git a/dev-util/babeltrace/Manifest b/dev-util/babeltrace/Manifest index e359f37d023a..61550ab9de38 100644 --- a/dev-util/babeltrace/Manifest +++ b/dev-util/babeltrace/Manifest @@ -1 +1,2 @@ DIST babeltrace-1.5.8.tar.bz2 992610 BLAKE2B 3d47f9ba40b406271a0b35e441968718c93e8744f95b56f79acf8359001ebffb4966931f2860d48ced4f0d98261b37156564a0d798bf8d9e0ed465c05355cc5d SHA512 827749ae8507efd433bb97ef668628837a3ff15b5be5097af5621d46055c6f10401da0be1f9d9f843a96c8c307b33745e04284d166e275e03b7ddb0a7dd57e96 +DIST babeltrace2-2.0.5.tar.bz2 3252593 BLAKE2B 31a8f3c080e4a6b6e33c224ec4a64d5ff12724a5697954cb92b88c569d6f2019f49ddcb88f82d36be3007c7b5d1334370202d1c0e89122acf340a7cb9e399fa3 SHA512 63469cb0796c720b18bfc09569875eb9a44d2f8a776228bfa503af8ba613b2988b2d20be870f41451e5d6146a3dfb08de6284131d25f1a86137deb75c3a4d514 diff --git a/dev-util/babeltrace/babeltrace-2.0.5.ebuild b/dev-util/babeltrace/babeltrace-2.0.5.ebuild new file mode 100644 index 000000000000..a2ef0478d2cc --- /dev/null +++ b/dev-util/babeltrace/babeltrace-2.0.5.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} pypy3 ) +inherit python-single-r1 + +DESCRIPTION="A command-line tool and library to read and convert trace files" +HOMEPAGE="https://babeltrace.org/" +SRC_URI="https://www.efficios.com/files/${PN}/${PN}$(ver_cut 1)-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0/$(ver_cut 1)" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +IUSE="doc +elfutils +man plugins python" +REQUIRED_USE="plugins? ( python ) python? ( ${PYTHON_REQUIRED_USE} )" +S="${WORKDIR}/${PN}$(ver_cut 1)-${PV}" + +RDEPEND=">=dev-libs/glib-2.28:2 + elfutils? ( >=dev-libs/elfutils-0.154 ) + python? ( ${PYTHON_DEPS} ) +" + +BDEPEND="${RDEPEND} + >=sys-devel/bison-2.5 + >=sys-devel/flex-2.5.35 + python? ( + >=dev-lang/swig-3.0 + $(python_gen_cond_dep 'dev-python/setuptools[${PYTHON_USEDEP}]' python3_12) + doc? ( >=dev-python/sphinx-1.3 ) + ) + doc? ( >=app-doc/doxygen-1.8.6 ) + man? ( + >=app-text/asciidoc-8.6.8 + >=app-text/xmlto-0.0.25 + ) +" + +src_configure() { + use python && export PYTHON_CONFIG="${EPYTHON}-config" + econf \ + $(use_enable doc api-doc) \ + $(use_enable elfutils debug-info) \ + $(use_enable man man-pages) \ + $(use_enable python python-bindings) \ + $(usex python $(use_enable doc python-bindings-doc) --disable-python-bindings-doc) \ + $(use_enable plugins python-plugins) \ + --disable-built-in-plugins \ + --disable-built-in-python-plugin-support +} + +src_install() { + default + find "${D}" -name '*.la' -delete || die +} diff --git a/dev-util/babeltrace/metadata.xml b/dev-util/babeltrace/metadata.xml index e19173f54746..4a8c91ec4791 100644 --- a/dev-util/babeltrace/metadata.xml +++ b/dev-util/babeltrace/metadata.xml @@ -5,4 +5,11 @@ <longdescription> Babeltrace is a command-line tool and library to read and convert trace files to and from different formats. It supports the CTF format, which is outputted by the LTTng 2.0 tracers. </longdescription> + <use> + <flag name="elfutils">Build the <pkg>dev-util/lttng-ust</pkg> debug information filter component class</flag> + <flag name="plugins">Build support for Babeltrace 2 Python plugins</flag> + </use> + <upstream> + <remote-id type="github">efficios/babeltrace</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-util/gengetopt/gengetopt-2.23-r1.ebuild b/dev-util/gengetopt/gengetopt-2.23-r1.ebuild index f913a82ba0c0..427458586a9d 100644 --- a/dev-util/gengetopt/gengetopt-2.23-r1.ebuild +++ b/dev-util/gengetopt/gengetopt-2.23-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" LICENSE="GPL-3+ public-domain" SLOT="0" -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" BDEPEND="sys-apps/texinfo" diff --git a/dev-util/mk-configure/mk-configure-0.38.3.ebuild b/dev-util/mk-configure/mk-configure-0.38.3.ebuild index 872e8e3f1f48..80a024eec43b 100644 --- a/dev-util/mk-configure/mk-configure-0.38.3.ebuild +++ b/dev-util/mk-configure/mk-configure-0.38.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}/${P}.tar.gz" LICENSE="BSD BSD-2 GPL-2+ MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~sparc" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc" # TODO: investigate RESTRICT="test" diff --git a/dev-util/scons/Manifest b/dev-util/scons/Manifest index 52331835fad3..a9cedad46767 100644 --- a/dev-util/scons/Manifest +++ b/dev-util/scons/Manifest @@ -1,14 +1,5 @@ -DIST SCons-4.4.0.tar.gz 3096863 BLAKE2B 60f125c077dd8f50a7150db6dc1234eac988cf7ee7495036d73c46e8ae445b87c88dde23a537d6647709778a33e6f1ac529f7ac7f862648e3019bbe437bb451c SHA512 d4e630214a9221f00d668b6524803efa83b41534fa6e0acca689d926cbc8546e5cf79c1c7a4b5627afbcd5033564343b408790bf4c29067d053cfbb39408a8ed -DIST SCons-4.5.1.tar.gz 3194371 BLAKE2B 830e3365be99e38aec0f3b99d406bb7547d3d8b7c7fb752db1199df5545879dafc52f449b001c3ef10290b1bdbcb52cd7c4befc7dee4b2f3be1234cca2d4fcec SHA512 aa676021694b1020a21a517a4d3df03f442a28e78b2d32d4316b7d7ee7271f8025f2b50d0ce8fe5d5a8be282b5ecaaebd9aa85be1e15e6a0bbad1567a394014d DIST SCons-4.5.2.tar.gz 3194724 BLAKE2B c27d00e4bc319e3b8d5d35d50d5f03df15e2b72256e26000299ac95c5bdaffbe850942df9e3c23a6b0dbf55ea000f768a7938cfedc451cc7bd3e2a521292d49e SHA512 a9675f4b4dbedf8c7375d4d099216cd935c38944d57b0a08de2b9c133bb53184de0d5803edf5cb9f800f205b1252ceca3aaf33a10bf5d8b48eacd58866cf776c DIST SCons-4.6.0.tar.gz 3230138 BLAKE2B adef2ad5394404ae48d85e8c2a91b5af29e4f9bfa7455504ac1cb8d22d9a05c9ace823e02c8e7a32b34dee281635987487ad43ca94c6adea8e287b086a0732f0 SHA512 c7dc952117c23ac30b8cf1f70ef0c4ad1c0a86c9865fd255fde1a29ea2fbf9e26573b73430f6adc8c545dab753077f380d29d77ac4eede7fce959c86576d2354 -DIST scons-4.4.0-user.html 1608381 BLAKE2B ff4eb1e0f9c5e8ea7ca44cc00dc37e3e2dd38c24cb09a857c691e6a48f11e5fc86a55740037cc295e6b23df2a1c1b600adf0462320ec87cc26d4bcf919b07342 SHA512 8c1d6578270054efba34c56ddc07b4314bf62630f6a445f5b9f865cc48d593f6c92101a8d216dece201b8d6cb5bce59ff4adb51caaa40128e96b6235087f748c -DIST scons-4.4.0-user.pdf 2964111 BLAKE2B 45b37c99c3f3d0e9969a16506e27aeabfd562155405f5a59ba79c24404b14e5588fbd0673d86e2266adbd25eca140c9e1cf86e271228658591c0d9285474f078 SHA512 57330f685e7c775cb1c782e40f711c2b2322fad19212a22a920aff92db974610cc78f276e1606fb827660bb488ce803e2458bb9d93c452fa0600df4478f03d06 -DIST scons-4.4.0.gh.tar.gz 5808265 BLAKE2B f6ce757f2edc40551b05285098626bb62def6abda2380d4885ee4443868e715e53aaa34f26c09dc689bb6ade26d1b0e276046fe3b1d2ddf8eb40400bca9ea164 SHA512 01fcd40bf818ca22a278973af1cda3024efb74cf877f15d46607fda860448fbd577fc96ba33fef2bed3d145e662a0371f55e8c927e7ac44feea7f3081791ce11 -DIST scons-4.5.1-mergeflags.patch 10518 BLAKE2B ea059c4347cfa8dcd99353c1f6b6c1d3aae1c6225b4683e421f3f3ea9181d5597862603c2491abff40dd1599094638239f34bf88458e7c44a8f28908eb91934c SHA512 11771c99d64cee413311f595faec8d2025152a7871ef53bdf0b22be45ffefc0d0c4bf49d185a10c1d3d2fb76ac94b04d992990375dc144587b101761a5d985a4 -DIST scons-4.5.1-user.html 1655168 BLAKE2B 644c808f129d2d83f40b1ef2c8c12781b697a0120dfc00f5f0425e88e23c609290ecf2c8b6daad556c876ae3a86e8b262c53915b05d69c6e3c79f58395789362 SHA512 171d9330df520a75fbc124bf646c55c5868b24343ff46755a6283fe444ad4e090f5658dafa7239e708b4ff8b910e81201c27655674bdaffd20e8cc6ffb81d633 -DIST scons-4.5.1-user.pdf 3023817 BLAKE2B caa782f77fac668eee0ccd76f3e96168ae3d61c9c3e80123c34bc45625182f77973fbab24170c5f67f133c6124412eadbf02c3497373211560c58a348d6b00ab SHA512 41fddff58032b6364ff3935259d4bf81a0d69398cd52158c42be71e4ff6efaebd2faaf1354781f7336ba1aa4f0cf99f0f37edcd72baf325f9ced7ec88b76ce88 -DIST scons-4.5.1.gh.tar.gz 5844118 BLAKE2B 88a82e12a034f6d0748555d0d33716e5af6ff957a9345d5b0ba87c2a36544bae0965ea0a29e3cc80d6d2493f3f8bf0bd314bed5824dc609123972f640b19a53a SHA512 160089342b93197237b9f0c5f0ada42126f3e5c83e0026f6dc121aaae85c94774b01ea3b0b0fc56edf3effd87d91612b2167d004abe7a00bd8d107d5415f5d4a DIST scons-4.5.2-user.html 1655168 BLAKE2B dab0b29ae7bdadc96b9081d1d9e1d8b29cc62afb39f3161e4b7694b3e58a31e82446319f3efc560fdbe2c3a37b902c79c74d15a790c865ec3c6d27811f0443fe SHA512 6f2c74d15dca903d500bebe33f0af6b90ca1458c3796048077d411b2c269013696036c7e9ae8b1f300f37c05dd6246f8b12d35b503f9018f002b9d01fea22ba9 DIST scons-4.5.2-user.pdf 3023818 BLAKE2B b67e2ca3326b5e9ec2cdb530b22d347072e9c906678509a21aae1622487054d4aa3446beb599dd52cd93ad769a5b325dd101356ea88baedba907c931e0acc792 SHA512 172f494fd5e73f654adf9c137bd09f74f57bd2ef17dbd0f02c66aea49798a3fb136f176ee85fc7432378af49e28cbb498e830e519df74652533ecb9f3e52ecf9 DIST scons-4.5.2.gh.tar.gz 5844800 BLAKE2B c0f42994a178bb0fb329cfa05328bdae89b374a33a7806276e7529a81b37a4ea9f52d07fb2afc55adbe3c1e00661ea3c3d53e981be4a8a095079fc35403328f1 SHA512 aa788d9365a8b5119fef404869562f61cb854be7ceadb5f5d47523e262c07f93ea7476166b577edec25339a64dc6a1f4a6f391fa5aeeab3f086a6659fc72e1ce diff --git a/dev-util/scons/scons-4.4.0-r1.ebuild b/dev-util/scons/scons-4.4.0-r1.ebuild deleted file mode 100644 index 08f12df37ec8..000000000000 --- a/dev-util/scons/scons-4.4.0-r1.ebuild +++ /dev/null @@ -1,135 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 multiprocessing - -MY_P="SCons-${PV}" -DESCRIPTION="Extensible Python-based build utility" -HOMEPAGE=" - https://www.scons.org/ - https://github.com/SCons/scons/ - https://pypi.org/project/SCons/ -" -SRC_URI=" - https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${MY_P}.tar.gz - doc? ( - https://www.scons.org/doc/${PV}/PDF/${PN}-user.pdf - -> ${P}-user.pdf - https://www.scons.org/doc/${PV}/HTML/${PN}-user.html - -> ${P}-user.html - ) - test? ( - https://github.com/SCons/scons/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz - ) -" -S="${WORKDIR}/${P}/src" - -LICENSE="MIT" -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" -IUSE="doc test" -RESTRICT="!test? ( test )" - -BDEPEND=" - test? ( - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/psutil[${PYTHON_USEDEP}] - ) -" - -PATCHES=( - # support env passthrough for Gentoo ebuilds - "${FILESDIR}"/scons-4.1.0-env-passthrough.patch - # respect CC, CXX, C*FLAGS, LDFLAGS by default - "${FILESDIR}"/scons-4.2.0-respect-cc-etc.patch -) - -src_unpack() { - # use the git directory structure, but put pregenerated release - # inside src/ subdirectory to make our life easier - if use test; then - unpack "${P}.gh.tar.gz" - else - mkdir -p "${P}"/src || die - fi - - tar -C "${P}"/src --strip-components=1 --no-same-owner \ - -xzf "${DISTDIR}/${MY_P}.tar.gz" || die -} - -src_prepare() { - # apply patches relatively to top directory - cd "${WORKDIR}/${P}" || die - distutils-r1_src_prepare - - if use test; then - local remove_tests=( - # TODO: does not respect PATH? - test/Clang - # broken - test/DVIPDF/DVIPDFFLAGS.py - test/Java/swig-dependencies.py - test/Java/multi-step.py - test/TEX/newglossary.py - test/TEX/variant_dir_newglossary.py - # broken by commas in date, sic! - test/option/option-v.py - test/Interactive/version.py - # warnings from new binutils? - test/AS/as-live.py - test/AS/nasm.py - # hangs - test/KeyboardInterrupt.py - ) - - if ! use amd64 && ! use x86 ; then - # These tests are currently broken on arm and other non-amd64/x86 platforms - # Work seems to be ongoing in e.g. https://github.com/SCons/scons/pull/4022 to - # better plumb up the MSVC tests for alternative arches. - # Try again after 4.2.0. - # See also: https://pairlist4.pair.net/pipermail/scons-users/2020-November/008452.html - # bug #757534 - remove_tests+=( - test/MSVS/vs-7.0-scc-files.py - test/MSVS/vs-7.0-scc-legacy-files.py - test/MSVS/vs-7.1-scc-files.py - test/MSVS/vs-7.1-scc-legacy-files.py - test/MSVS/vs-scc-files.py - test/MSVS/vs-scc-legacy-files.py - ) - fi - - rm -r "${remove_tests[@]}" || die - fi -} - -python_test() { - local -x COLUMNS=80 - # set variable from escons() of scons-util.eclass to make env-passthrough patch work within test env - local -x GENTOO_SCONS_ENV_PASSTHROUGH=1 - # unset some env variables to pass appropriate tests - unset AR AS ASFLAGS CC CXX CFLAGS CXXFLAGS CPPFLAGS LDFLAGS - cd "${WORKDIR}/${P}" || die - "${EPYTHON}" runtest.py -a --passed \ - -j "$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")" - - # runtest.py script returns "0" if all tests are passed - # and returns "2" if there are any tests with "no result" - # (i.e. in case if some tools are not installed or it's Windows specific tests) - [[ ${?} == [02] ]] || die "Tests fail with ${EPYTHON}" -} - -python_install_all() { - rm "${ED}"/usr/*.1 || die - distutils-r1_python_install_all - - doman *.1 - use doc && dodoc "${DISTDIR}/${P}"-user.{pdf,html} -} diff --git a/dev-util/scons/scons-4.4.0.ebuild b/dev-util/scons/scons-4.4.0.ebuild deleted file mode 100644 index 7f8ec6d1a72d..000000000000 --- a/dev-util/scons/scons-4.4.0.ebuild +++ /dev/null @@ -1,125 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{10..11} ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 multiprocessing - -MY_P="SCons-${PV}" -DESCRIPTION="Extensible Python-based build utility" -HOMEPAGE="https://www.scons.org/" -SRC_URI=" - https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${MY_P}.tar.gz - doc? ( - https://www.scons.org/doc/${PV}/PDF/${PN}-user.pdf -> ${P}-user.pdf - https://www.scons.org/doc/${PV}/HTML/${PN}-user.html -> ${P}-user.html - ) - test? ( https://github.com/scons/scons/archive/${PV}.tar.gz -> ${P}.gh.tar.gz )" -S="${WORKDIR}/${P}/src" - -LICENSE="MIT" -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" -IUSE="doc test" -RESTRICT="!test? ( test )" - -BDEPEND=" - test? ( - dev-libs/libxml2[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - ) -" - -PATCHES=( - # support env passthrough for Gentoo ebuilds - "${FILESDIR}"/scons-4.1.0-env-passthrough.patch - # respect CC, CXX, C*FLAGS, LDFLAGS by default - "${FILESDIR}"/scons-4.2.0-respect-cc-etc.patch -) - -src_unpack() { - # use the git directory structure, but put pregenerated release - # inside src/ subdirectory to make our life easier - if use test; then - unpack "${P}.gh.tar.gz" - else - mkdir -p "${P}"/src || die - fi - - tar -C "${P}"/src --strip-components=1 --no-same-owner \ - -xzf "${DISTDIR}/${MY_P}.tar.gz" || die -} - -src_prepare() { - # apply patches relatively to top directory - cd "${WORKDIR}/${P}" || die - distutils-r1_src_prepare - - if use test; then - local remove_tests=( - # TODO: does not respect PATH? - test/Clang - # broken - test/DVIPDF/DVIPDFFLAGS.py - test/Java/swig-dependencies.py - test/Java/multi-step.py - test/TEX/newglossary.py - test/TEX/variant_dir_newglossary.py - # broken by commas in date, sic! - test/option/option-v.py - test/Interactive/version.py - # warnings from new binutils? - test/AS/as-live.py - test/AS/nasm.py - # hangs - test/KeyboardInterrupt.py - ) - - if ! use amd64 && ! use x86 ; then - # These tests are currently broken on arm and other non-amd64/x86 platforms - # Work seems to be ongoing in e.g. https://github.com/SCons/scons/pull/4022 to - # better plumb up the MSVC tests for alternative arches. - # Try again after 4.2.0. - # See also: https://pairlist4.pair.net/pipermail/scons-users/2020-November/008452.html - # bug #757534 - remove_tests+=( - test/MSVS/vs-7.0-scc-files.py - test/MSVS/vs-7.0-scc-legacy-files.py - test/MSVS/vs-7.1-scc-files.py - test/MSVS/vs-7.1-scc-legacy-files.py - test/MSVS/vs-scc-files.py - test/MSVS/vs-scc-legacy-files.py - ) - fi - - rm -r "${remove_tests[@]}" || die - fi -} - -python_test() { - local -x COLUMNS=80 - # set variable from escons() of scons-util.eclass to make env-passthrough patch work within test env - local -x GENTOO_SCONS_ENV_PASSTHROUGH=1 - # unset some env variables to pass appropriate tests - unset AR AS ASFLAGS CC CXX CFLAGS CXXFLAGS CPPFLAGS LDFLAGS - cd "${WORKDIR}/${P}" || die - "${EPYTHON}" runtest.py -a --passed \ - -j "$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")" - - # runtest.py script returns "0" if all tests are passed - # and returns "2" if there are any tests with "no result" - # (i.e. in case if some tools are not installed or it's Windows specific tests) - [[ ${?} == [02] ]] || die "Tests fail with ${EPYTHON}" -} - -python_install_all() { - rm "${ED}"/usr/*.1 || die - distutils-r1_python_install_all - - doman *.1 - use doc && dodoc "${DISTDIR}/${P}"-user.{pdf,html} -} diff --git a/dev-util/scons/scons-4.5.1-r2.ebuild b/dev-util/scons/scons-4.5.1-r2.ebuild deleted file mode 100644 index abf7ca5ec4a0..000000000000 --- a/dev-util/scons/scons-4.5.1-r2.ebuild +++ /dev/null @@ -1,140 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 multiprocessing - -MY_P="SCons-${PV}" -DESCRIPTION="Extensible Python-based build utility" -HOMEPAGE=" - https://www.scons.org/ - https://github.com/SCons/scons/ - https://pypi.org/project/SCons/ -" -SRC_URI=" - https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${MY_P}.tar.gz - https://github.com/SCons/scons/pull/4322.patch - -> ${P}-mergeflags.patch - https://github.com/SCons/scons/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz - doc? ( - https://www.scons.org/doc/${PV}/PDF/${PN}-user.pdf - -> ${P}-user.pdf - https://www.scons.org/doc/${PV}/HTML/${PN}-user.html - -> ${P}-user.html - ) -" - -LICENSE="MIT" -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" -IUSE="doc test" -RESTRICT="!test? ( test )" - -BDEPEND=" - test? ( - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/psutil[${PYTHON_USEDEP}] - ) -" - -src_unpack() { - # use the git directory structure, then unpack the pypi tarball - # on top of it to make our life easier - unpack "${P}.gh.tar.gz" - tar -C "${P}" --strip-components=1 --no-same-owner \ - -xzf "${DISTDIR}/${MY_P}.tar.gz" || die -} - -src_prepare() { - local PATCHES=( - # https://bugs.gentoo.org/900971 - "${DISTDIR}/${P}-mergeflags.patch" - ) - - distutils-r1_src_prepare - - # TODO: rebase the patches <4.5.1-r2 is gone - # support env passthrough for Gentoo ebuilds - eapply -p2 "${FILESDIR}"/scons-4.1.0-env-passthrough.patch - # respect CC, CXX, C*FLAGS, LDFLAGS by default - eapply -p2 "${FILESDIR}"/scons-4.2.0-respect-cc-etc.patch - - if use test; then - local remove_tests=( - # TODO: does not respect PATH? - test/Clang - # broken - test/DVIPDF/DVIPDFFLAGS.py - test/Java/swig-dependencies.py - test/Java/multi-step.py - test/TEX/newglossary.py - test/TEX/variant_dir_newglossary.py - # broken by commas in date, sic! - test/option/option-v.py - test/Interactive/version.py - # warnings from new binutils? - test/AS/as-live.py - test/AS/nasm.py - # hangs - test/KeyboardInterrupt.py - # requires f77 executable - test/Fortran/F77PATH.py - test/Fortran/FORTRANPATH.py - test/Fortran/gfortran.py - # TODO, these seem to be caused by our patches - test/Repository/include.py - test/Repository/multi-dir.py - test/Repository/variants.py - test/virtualenv/activated/option/ignore-virtualenv.py - ) - - if ! use amd64 && ! use x86 ; then - # These tests are currently broken on arm and other non-amd64/x86 platforms - # Work seems to be ongoing in e.g. https://github.com/SCons/scons/pull/4022 to - # better plumb up the MSVC tests for alternative arches. - # Try again after 4.2.0. - # See also: https://pairlist4.pair.net/pipermail/scons-users/2020-November/008452.html - # bug #757534 - remove_tests+=( - test/MSVS/vs-7.0-scc-files.py - test/MSVS/vs-7.0-scc-legacy-files.py - test/MSVS/vs-7.1-scc-files.py - test/MSVS/vs-7.1-scc-legacy-files.py - test/MSVS/vs-scc-files.py - test/MSVS/vs-scc-legacy-files.py - ) - fi - - rm -r "${remove_tests[@]}" || die - fi -} - -python_test() { - local -x COLUMNS=80 - # set variable from escons() of scons-util.eclass to make env-passthrough patch work within test env - local -x GENTOO_SCONS_ENV_PASSTHROUGH=1 - # unset some env variables to pass appropriate tests - unset AR AS ASFLAGS CC CXX CFLAGS CXXFLAGS CPPFLAGS LDFLAGS - cd "${WORKDIR}/${P}" || die - "${EPYTHON}" runtest.py -a --passed \ - -j "$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")" - - # runtest.py script returns "0" if all tests are passed - # and returns "2" if there are any tests with "no result" - # (i.e. in case if some tools are not installed or it's Windows specific tests) - [[ ${?} == [02] ]] || die "Tests fail with ${EPYTHON}" -} - -python_install_all() { - rm "${ED}"/usr/*.1 || die - distutils-r1_python_install_all - - doman *.1 - use doc && dodoc "${DISTDIR}/${P}"-user.{pdf,html} -} diff --git a/dev-util/scons/scons-4.5.2.ebuild b/dev-util/scons/scons-4.5.2.ebuild index 9a862575209a..7ae8f38f6d5b 100644 --- a/dev-util/scons/scons-4.5.2.ebuild +++ b/dev-util/scons/scons-4.5.2.ebuild @@ -32,7 +32,7 @@ SRC_URI=" LICENSE="MIT" 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" +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" IUSE="doc test" RESTRICT="!test? ( test )" diff --git a/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-1.3.268-r1.ebuild b/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-1.3.268-r1.ebuild new file mode 100644 index 000000000000..afee62b9b7b0 --- /dev/null +++ b/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-1.3.268-r1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_PN=Vulkan-Utility-Libraries +PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_REQ_USE="xml(+)" +inherit cmake-multilib python-any-r1 + +if [[ ${PV} == *9999* ]]; then + EGIT_REPO_URI="https://github.com/KhronosGroup/${MY_PN}.git" + inherit git-r3 +else + EGIT_COMMIT="vulkan-sdk-${PV}.0" + SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + S="${WORKDIR}"/${MY_PN}-${EGIT_COMMIT} +fi + +DESCRIPTION="Share code across various Vulkan repositories" +HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Utility-Libraries" + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="test" +RESTRICT="!test? ( test )" + +DEPEND="~dev-util/vulkan-headers-${PV} + test? ( + dev-cpp/gtest + >=dev-cpp/magic_enum-0.9.2 + )" +RDEPEND="!<media-libs/vulkan-layers-1.3.268" +BDEPEND="${PYTHON_DEPS}" + +multilib_src_configure() { + local mycmakeargs=( + -DBUILD_TESTS=$(usex test ON OFF) + ) + cmake_src_configure +} diff --git a/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-9999.ebuild b/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-9999.ebuild index b52a395a5133..01ec80c07d15 100644 --- a/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-9999.ebuild +++ b/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-9999.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then else EGIT_COMMIT="vulkan-sdk-${PV}.0" SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" S="${WORKDIR}"/${MY_PN}-${EGIT_COMMIT} fi @@ -23,7 +23,20 @@ HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Utility-Libraries" LICENSE="Apache-2.0" SLOT="0" +IUSE="test" +RESTRICT="!test? ( test )" -DEPEND="~dev-util/vulkan-headers-${PV}" +DEPEND="~dev-util/vulkan-headers-${PV} + test? ( + dev-cpp/gtest + >=dev-cpp/magic_enum-0.9.2 + )" RDEPEND="!<media-libs/vulkan-layers-1.3.268" BDEPEND="${PYTHON_DEPS}" + +multilib_src_configure() { + local mycmakeargs=( + -DBUILD_TESTS=$(usex test ON OFF) + ) + cmake_src_configure +} diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz index abf5dd3fd6ab..ed19647a1405 100644 Binary files a/eclass/Manifest.gz and b/eclass/Manifest.gz differ diff --git a/eclass/dist-kernel-utils.eclass b/eclass/dist-kernel-utils.eclass index 62750d1721a2..67cb802151b2 100644 --- a/eclass/dist-kernel-utils.eclass +++ b/eclass/dist-kernel-utils.eclass @@ -87,6 +87,13 @@ dist-kernel_get_image_path() { echo arch/${ARCH}/boot/Image.gz fi ;; + loong) + if [[ ${KERNEL_EFI_ZBOOT} ]]; then + echo arch/loongarch/boot/vmlinuz.efi + else + echo arch/loongarch/boot/vmlinux.elf + fi + ;; arm) echo arch/arm/boot/zImage ;; diff --git a/eclass/kernel-build.eclass b/eclass/kernel-build.eclass index 6b692dc4f9a0..7a041a8aacdf 100644 --- a/eclass/kernel-build.eclass +++ b/eclass/kernel-build.eclass @@ -203,6 +203,12 @@ kernel-build_src_configure() { .config) fi + # If this is set by USE=secureboot or user config this will have an effect + # on the name of the output image. Set this variable to track this setting. + if grep -q "CONFIG_EFI_ZBOOT=y" .config; then + KERNEL_EFI_ZBOOT=1 + fi + mkdir -p "${WORKDIR}"/modprep || die mv .config "${WORKDIR}"/modprep/ || die emake O="${WORKDIR}"/modprep "${MAKEARGS[@]}" olddefconfig @@ -456,12 +462,6 @@ kernel-build_merge_configs() { ./scripts/kconfig/merge_config.sh -m -r \ .config "${merge_configs[@]}" || die - - # If this is set by USE=secureboot or user config this will have an effect - # on the name of the output image. Set this variable to track this setting. - if grep -q "CONFIG_EFI_ZBOOT=y" .config; then - KERNEL_EFI_ZBOOT=1 - fi } fi diff --git a/eclass/kernel-install.eclass b/eclass/kernel-install.eclass index 22d8ce200016..c7118a720ba6 100644 --- a/eclass/kernel-install.eclass +++ b/eclass/kernel-install.eclass @@ -167,6 +167,9 @@ kernel-install_get_qemu_arch() { arm64) echo aarch64 ;; + loong) + echo loongarch64 + ;; *) die "${FUNCNAME}: unsupported ARCH=${ARCH}" ;; diff --git a/games-action/Manifest.gz b/games-action/Manifest.gz index b77330cfc68c..f6dc320c6be9 100644 Binary files a/games-action/Manifest.gz and b/games-action/Manifest.gz differ diff --git a/games-action/prismlauncher/metadata.xml b/games-action/prismlauncher/metadata.xml index f54dc7d44a8d..04368a2b7323 100644 --- a/games-action/prismlauncher/metadata.xml +++ b/games-action/prismlauncher/metadata.xml @@ -20,7 +20,6 @@ </upstream> <longdescription>Prism Launcher is a multi-instance Minecraft launcher focused on user freedom, redistributability, and simplicity.</longdescription> <use> - <flag name="lto">Enable link-time optimization</flag> <flag name="qt6">Build with Qt6 support instead of the default Qt5</flag> </use> </pkgmetadata> diff --git a/games-emulation/Manifest.gz b/games-emulation/Manifest.gz index 45c38f661ce4..83e19a463047 100644 Binary files a/games-emulation/Manifest.gz and b/games-emulation/Manifest.gz differ diff --git a/games-emulation/mgba/metadata.xml b/games-emulation/mgba/metadata.xml index 9e784de51af0..5af613d4048c 100644 --- a/games-emulation/mgba/metadata.xml +++ b/games-emulation/mgba/metadata.xml @@ -8,7 +8,6 @@ <use> <flag name="discord">Enable Discord RPC support</flag> <flag name="elf">Enable the use of elf utils via <pkg>dev-libs/elfutils</pkg></flag> - <flag name="gles2">Build OpenGL ES 2.x RenderSystem</flag> <flag name="gles3">Build OpenGL ES 3.x RenderSystem</flag> <flag name="libretro">Build libretro port</flag> </use> diff --git a/games-emulation/mgba/mgba-0.10.2-r1.ebuild b/games-emulation/mgba/mgba-0.10.2-r1.ebuild index 3bfc5e6ae130..33f520be01f6 100644 --- a/games-emulation/mgba/mgba-0.10.2-r1.ebuild +++ b/games-emulation/mgba/mgba-0.10.2-r1.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/mgba-emu/mgba.git" else SRC_URI="https://github.com/mgba-emu/mgba/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm64 ~ppc64 x86" fi DESCRIPTION="Game Boy Advance Emulator" diff --git a/games-emulation/pcsx2/Manifest b/games-emulation/pcsx2/Manifest index da9f8c0707d6..293fe8fddf59 100644 --- a/games-emulation/pcsx2/Manifest +++ b/games-emulation/pcsx2/Manifest @@ -1,3 +1,3 @@ DIST pcsx2-1.6.0.tar.gz 17963332 BLAKE2B d1370fd089e1f8716a3365b9f499fef9418c4a9464e701cf0dbac8296cf59a2c6fc9b85ed680c514d8128da7b5c47aa8a067d48cac9eb0482ef2ba5f9234e60e SHA512 0a3e01a25384719fc72b636a1e9cf1cd966d0c978c1c3adfb46d6b3f76f43a25f90ef63d27a1d8092cdf444c5dc7560ce807ca81908d11ade9715e7eaaad6253 -DIST pcsx2-1.7.5133.tar.xz 17898104 BLAKE2B 89fdc9eb7b1e2ba2ed6b8e36859b728cac593ad78b5d0ecf542e624787440dd7c783285870b170df0cd4eee7f8d97c33be7b065ecb5894084a048f76f5978284 SHA512 cdd27820954675a5ded2168238c4ca071447b1d31e8d92e9db96105d6dae66e2a8f9fc549fcdc5d0d04f3822d6dd3d3c3525f4f8131b18aa6ff5d1177a27b99a DIST pcsx2-1.7.5214.tar.xz 16995492 BLAKE2B 6eb096df5e58482f552651c469e337b108a0ba7b1064898fa7f2eb30c6787888bc4f6f5b1feb985ebf1196b66f96d6e5e24e6441b2ec5e2c7bfe663fd84b99e9 SHA512 3d787922c1478696e1baf1ec5f1adcf2e4654dcad94aac1d0c048951977c53f22c9a7e3ddcf25ab8b37b18dfef6c6ef1219b510db2abf2129606037e61364862 +DIST pcsx2-1.7.5312.tar.xz 17999588 BLAKE2B ab8e80d51bd617aff0b62ed91f9bc3d31deb98872c0bc7db0a66813cc47cc77a9e45ce50044609a6559dd281212812b61b2d14dfa3e56b754647be40404faebd SHA512 6ca36b57e24c68b046fe85f6fce0a7ea726129ee5dceb28ca6b17fe72d9c80229817e23f0d5bcf314d2ad524ca399b751b77f4752e41a53c5bda5bc2effb1fd7 diff --git a/games-emulation/pcsx2/pcsx2-1.7.5214.ebuild b/games-emulation/pcsx2/pcsx2-1.7.5214.ebuild index cf1118563fd6..462f4b662736 100644 --- a/games-emulation/pcsx2/pcsx2-1.7.5214.ebuild +++ b/games-emulation/pcsx2/pcsx2-1.7.5214.ebuild @@ -9,9 +9,8 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/PCSX2/pcsx2.git" else - # formerly was attempting to unbundle most, but upstream dropped every - # checks for alternatively using system's and keeping this up has become - # unmaintainable, and to simplify now also using tarballs with submodules + # unbundling on this package has become unmaintainable and, rather than + # handle submodules separately, using a tarball that includes them SRC_URI="https://dev.gentoo.org/~ionen/distfiles/${P}.tar.xz" KEYWORDS="-* ~amd64" fi diff --git a/games-emulation/pcsx2/pcsx2-1.7.5133.ebuild b/games-emulation/pcsx2/pcsx2-1.7.5312.ebuild similarity index 89% rename from games-emulation/pcsx2/pcsx2-1.7.5133.ebuild rename to games-emulation/pcsx2/pcsx2-1.7.5312.ebuild index 63a7bbdd2c1d..223990367c6d 100644 --- a/games-emulation/pcsx2/pcsx2-1.7.5133.ebuild +++ b/games-emulation/pcsx2/pcsx2-1.7.5312.ebuild @@ -9,9 +9,8 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/PCSX2/pcsx2.git" else - # formerly was attempting to unbundle most, but upstream dropped every - # checks for alternatively using system's and keeping this up has become - # unmaintainable, and to simplify now also using tarballs with submodules + # unbundling on this package has become unmaintainable and, rather than + # handle submodules separately, using a tarball that includes them SRC_URI="https://dev.gentoo.org/~ionen/distfiles/${P}.tar.xz" KEYWORDS="-* ~amd64" fi @@ -32,8 +31,8 @@ RESTRICT="!test? ( test )" COMMON_DEPEND=" app-arch/xz-utils dev-libs/libaio - >=dev-qt/qtbase-6.5.3:6[gui,network,widgets] - >=dev-qt/qtsvg-6.5.3:6 + >=dev-qt/qtbase-6.6.0:6[gui,widgets] + >=dev-qt/qtsvg-6.6.0:6 media-libs/libglvnd media-libs/libpng:= >=media-libs/libsdl2-2.28.4[haptic,joystick] @@ -62,7 +61,7 @@ DEPEND=" x11-base/xorg-proto " BDEPEND=" - >=dev-qt/qttools-6.5.3:6[linguist] + >=dev-qt/qttools-6.6.0:6[linguist] wayland? ( dev-util/wayland-scanner kde-frameworks/extra-cmake-modules @@ -70,16 +69,16 @@ BDEPEND=" " PATCHES=( - "${FILESDIR}"/${PN}-1.7.3468-cubeb-automagic.patch "${FILESDIR}"/${PN}-1.7.3773-lto.patch "${FILESDIR}"/${PN}-1.7.4667-flags.patch + "${FILESDIR}"/${PN}-1.7.5232-cubeb-automagic.patch ) src_prepare() { cmake_src_prepare if [[ ${PV} != 9999 ]]; then - sed -e '/set(PCSX2_GIT_TAG "")/s/""/"v'${PV}-gentoo'"/' \ + sed -e '/set(PCSX2_GIT_TAG "")/s/""/"v'${PV}'"/' \ -i cmake/Pcsx2Utils.cmake || die fi } diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index 7978166a40b3..223990367c6d 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -9,9 +9,8 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/PCSX2/pcsx2.git" else - # formerly was attempting to unbundle most, but upstream dropped every - # checks for alternatively using system's and keeping this up has become - # unmaintainable, and to simplify now also using tarballs with submodules + # unbundling on this package has become unmaintainable and, rather than + # handle submodules separately, using a tarball that includes them SRC_URI="https://dev.gentoo.org/~ionen/distfiles/${P}.tar.xz" KEYWORDS="-* ~amd64" fi diff --git a/games-emulation/pcsx2_patches/Manifest b/games-emulation/pcsx2_patches/Manifest index 459675564d27..b3be70918621 100644 --- a/games-emulation/pcsx2_patches/Manifest +++ b/games-emulation/pcsx2_patches/Manifest @@ -1,2 +1,2 @@ -DIST pcsx2_patches-0_p20231015.tar.gz 626844 BLAKE2B cde4e81aa354839f4e49a20cbf3d375704b9a09cf30283bfe61c0b2fcd213dd0e33431875eba3d7f5fc4ca45cb779ba1916f787464a922a5cfc484e75b727205 SHA512 6a53806ff8f348946539fb3f960e91bc40d01f8c7d6acd2e07cfbea938bd5abf4d820b1c26f19b46d103438d32325c02942a879ce3f500e30a6f5fe8b776d46c DIST pcsx2_patches-0_p20231117.tar.gz 638316 BLAKE2B 331d2ceec0c9e10d5b8cf344a432561173083a37000f8fa3f3890e001a588884e7253bf93d5ca624d36489c9e2f4c0a865de3357d415e9f25d422bedd1106b93 SHA512 7a55a70627b045fd426e88c94e72f191adf72ee01917f9963d4bbfc4a9f96e361efb7bb86487aec4067886458779b42228fd0c5c62f2f07dfada99ba89550d8c +DIST pcsx2_patches-0_p20231217.tar.gz 647767 BLAKE2B a82211d3a31ee3475d2047ad4c25cc247003b15f8132c0e0fa1c144fff3ea59f0806409aeb9a1128697aee2453110d2da50e9577067d068879a885477b04dc3a SHA512 411431fa80a0a221c7b336ebb84ce9b0c078ff75c2cc79b5e31c9b5fc505f9ecec8b371c142a6be6802e2070ae57758c65df34d24d5392fb9f4065a276b32610 diff --git a/games-emulation/pcsx2_patches/pcsx2_patches-0_p20231015.ebuild b/games-emulation/pcsx2_patches/pcsx2_patches-0_p20231217.ebuild similarity index 95% rename from games-emulation/pcsx2_patches/pcsx2_patches-0_p20231015.ebuild rename to games-emulation/pcsx2_patches/pcsx2_patches-0_p20231217.ebuild index 76995605c664..7255f844e8f5 100644 --- a/games-emulation/pcsx2_patches/pcsx2_patches-0_p20231015.ebuild +++ b/games-emulation/pcsx2_patches/pcsx2_patches-0_p20231217.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/PCSX2/pcsx2_patches.git" else - HASH_PCSX2_PATCHES=4a843d2fb7d9e44532e496b8968bbcf28673b99a + HASH_PCSX2_PATCHES=42d7ee72b66955e3bbd2caaeaa855f605b463722 SRC_URI=" https://github.com/PCSX2/pcsx2_patches/archive/${HASH_PCSX2_PATCHES}.tar.gz -> ${P}.tar.gz diff --git a/games-engines/Manifest.gz b/games-engines/Manifest.gz index 8207a236c657..97458ca7a15a 100644 Binary files a/games-engines/Manifest.gz and b/games-engines/Manifest.gz differ diff --git a/games-engines/odamex/files/odamex-10.4.0-backport-pr928.patch b/games-engines/odamex/files/odamex-10.4.0-backport-pr928.patch new file mode 100644 index 000000000000..7d6871847814 --- /dev/null +++ b/games-engines/odamex/files/odamex-10.4.0-backport-pr928.patch @@ -0,0 +1,66 @@ +https://bugs.gentoo.org/849866 +https://github.com/odamex/odamex/pull/928 + +From b952137ac487a6558e1796c86d8fd55b8b3c9025 Mon Sep 17 00:00:00 2001 +From: matoro <matoro@users.noreply.github.com> +Date: Wed, 6 Dec 2023 01:01:29 -0500 +Subject: [PATCH] Fix auto-SIMD for i386+sse2, ppc+altivec + +Only Darwin ever used -faltivec, gcc uses -maltivec since at least 2007: +https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30254#c1 + +Similarly, recent versions of gcc define __APPLE_ALTIVEC__ for +compatibility, so just unconditionally include altivec.h. + +Canonical way to enable specific extensions is e.g. -msse2, use that +instead of optimizing for a specific CPU. + +Finally, cmake uses target_compile_options to add arbitrary flags. +target_compile_definitions assumes you want a preprocessor definition, +which was adding "-D-faltivec" to the command line which gcc doesn't +like; this is what originally prompted this change. +--- + client/CMakeLists.txt | 11 +++++++---- + client/src/r_drawt_altivec.cpp | 2 -- + 2 files changed, 7 insertions(+), 6 deletions(-) + +diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt +index 646164916..56caf04f8 100644 +--- a/client/CMakeLists.txt ++++ b/client/CMakeLists.txt +@@ -169,14 +169,17 @@ if(TARGET SDL2::SDL2 OR TARGET SDL::SDL) + message(STATUS "Default SIMD flags not touched for AMD64") + elseif(ODAMEX_TARGET_ARCH STREQUAL "i386") + if(NOT MSVC) +- # Pentium M has SSE2. +- target_compile_definitions(odamex PRIVATE -march=pentium-m) ++ target_compile_options(odamex PRIVATE -msse2) + else() +- target_compile_definitions(odamex PRIVATE /arch:SSE2) ++ target_compile_options(odamex PRIVATE /arch:SSE2) + endif() + message(STATUS "Default SIMD flags set to SSE2") + elseif(ODAMEX_TARGET_ARCH MATCHES "ppc") +- target_compile_definitions(odamex PRIVATE -faltivec) ++ if(APPLE) ++ target_compile_options(odamex PRIVATE -faltivec) ++ else() ++ target_compile_options(odamex PRIVATE -maltivec) ++ endif() + message(STATUS "Default SIMD flags set to AltiVec") + endif() + else() +diff --git a/client/src/r_drawt_altivec.cpp b/client/src/r_drawt_altivec.cpp +index eea758733..5a0cdf95e 100644 +--- a/client/src/r_drawt_altivec.cpp ++++ b/client/src/r_drawt_altivec.cpp +@@ -36,9 +36,7 @@ + #include "r_main.h" + #include "i_video.h" + +-#if !defined(__APPLE_ALTIVEC__) + #include <altivec.h> +-#endif + + #define ALTIVEC_ALIGNED(x) x __attribute__((aligned(16))) + diff --git a/games-engines/odamex/odamex-10.4.0-r1.ebuild b/games-engines/odamex/odamex-10.4.0-r1.ebuild index cf946901e853..db3f6bd5532a 100644 --- a/games-engines/odamex/odamex-10.4.0-r1.ebuild +++ b/games-engines/odamex/odamex-10.4.0-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${PN}-src-${PV}. LICENSE="GPL-2+ MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="+client hidpi master +odalaunch portmidi server upnp X" REQUIRED_USE="|| ( client master server )" @@ -42,6 +42,7 @@ S="${WORKDIR}/${PN}-src-${PV}" PATCHES=( "${FILESDIR}"/${PN}-10.3.0-unbundle-fltk.patch + "${FILESDIR}"/${PN}-10.4.0-backport-pr928.patch ) src_prepare() { diff --git a/games-engines/odamex/odamex-10.4.0.ebuild b/games-engines/odamex/odamex-10.4.0.ebuild deleted file mode 100644 index 594869339e54..000000000000 --- a/games-engines/odamex/odamex-10.4.0.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -WX_GTK_VER="3.0-gtk3" -inherit cmake desktop prefix wxwidgets xdg - -DESCRIPTION="Online multiplayer free software engine for DOOM" -HOMEPAGE="https://odamex.net/" -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${PN}-src-${PV}.tar.gz" - -LICENSE="GPL-2+ MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="+client hidpi master +odalaunch portmidi server upnp X" -REQUIRED_USE="|| ( client master server )" - -# protobuf is still bundled. Unfortunately an old version is required for C++98 -# compatibility. We could use C++11, but upstream is concerned about using a -# completely different protobuf version on a multiplayer-focused engine. - -RDEPEND=" - client? ( - media-libs/libpng:0= - media-libs/libsdl2[joystick,sound,video] - media-libs/sdl2-mixer - net-misc/curl - !hidpi? ( x11-libs/fltk:1 ) - portmidi? ( media-libs/portmidi ) - X? ( x11-libs/libX11 ) - ) - odalaunch? ( x11-libs/wxGTK:${WX_GTK_VER}[X] ) - server? ( - dev-libs/jsoncpp:= - upnp? ( net-libs/miniupnpc:= ) - )" -DEPEND="${RDEPEND}" -BDEPEND="games-util/deutex" - -S="${WORKDIR}/${PN}-src-${PV}" - -PATCHES=( - "${FILESDIR}"/${PN}-10.3.0-unbundle-fltk.patch -) - -src_prepare() { - rm -r libraries/miniupnp || die - hprefixify common/d_main.cpp - - use odalaunch && setup-wxwidgets - - cmake_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DUSE_INTERNAL_FLTK=$(usex hidpi) - -DUSE_INTERNAL_JSONCPP=0 - -DUSE_INTERNAL_LIBS=0 - -DUSE_INTERNAL_MINIUPNP=0 - -DBUILD_CLIENT=$(usex client) - -DBUILD_LAUNCHER=$(usex odalaunch) - -DBUILD_MASTER=$(usex master) - -DBUILD_SERVER=$(usex server) - -DBUILD_OR_FAIL=1 - -DENABLE_PORTMIDI=$(usex portmidi) - -DUSE_MINIUPNP=$(usex upnp) - ) - use client && mycmakeargs+=(-DCMAKE_DISABLE_FIND_PACKAGE_X11=$(usex !X)) - - cmake_src_configure -} - -src_install() { - if use client ; then - newicon -s 128 "${S}/media/icon_${PN}_128.png" "${PN}.png" - make_desktop_entry "${PN}" "Odamex" - - if use odalaunch ; then - newicon -s 128 "${S}/media/icon_odalaunch_128.png" "odalaunch.png" - make_desktop_entry odalaunch "Odamex Launcher" odalaunch - fi - fi - - cmake_src_install -} diff --git a/games-engines/scummvm/metadata.xml b/games-engines/scummvm/metadata.xml index 3cd0b4790f5b..afba7a09f48a 100644 --- a/games-engines/scummvm/metadata.xml +++ b/games-engines/scummvm/metadata.xml @@ -16,7 +16,6 @@ <flag name="mpeg2">enable mpeg2 codec for cutscenes</flag> <flag name="net">enable cloud support via <pkg>media-libs/sdl2-net</pkg></flag> <flag name="sndio">Enable support for MIDI music using <pkg>media-sound/sndio</pkg></flag> - <flag name="speech">enable text-to-speech support through <pkg>app-accessibility/speech-dispatcher</pkg></flag> <flag name="unsupported">enable unsupported and/or broken game engines (you're on your own)</flag> </use> <upstream> diff --git a/games-fps/Manifest.gz b/games-fps/Manifest.gz index 93fc8d28325f..df3bca4c2298 100644 Binary files a/games-fps/Manifest.gz and b/games-fps/Manifest.gz differ diff --git a/games-fps/chocolate-doom/chocolate-doom-3.0.1-r1.ebuild b/games-fps/chocolate-doom/chocolate-doom-3.0.1-r1.ebuild index 6ef3622f6d35..28becfd4f811 100644 --- a/games-fps/chocolate-doom/chocolate-doom-3.0.1-r1.ebuild +++ b/games-fps/chocolate-doom/chocolate-doom-3.0.1-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz LICENSE="BSD GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="doc libsamplerate +midi png vorbis" DEPEND=" diff --git a/games-fps/doom-data/doom-data-1.9.ebuild b/games-fps/doom-data/doom-data-1.9.ebuild index e176da56f39f..e272c5dd08e5 100644 --- a/games-fps/doom-data/doom-data-1.9.ebuild +++ b/games-fps/doom-data/doom-data-1.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="http://distro.ibiblio.org/pub/linux/distributions/slitaz/sources/packag LICENSE="freedist" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" S="${DISTDIR}" diff --git a/games-fps/doomsday/doomsday-2.3.1.ebuild b/games-fps/doomsday/doomsday-2.3.1.ebuild index 85cb6a73b906..e47741325506 100644 --- a/games-fps/doomsday/doomsday-2.3.1.ebuild +++ b/games-fps/doomsday/doomsday-2.3.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://downloads.sourceforge.net/project/deng/Doomsday%20Engine/${PV}/ LICENSE="GPL-3+ LGPL-3+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="demo +display-mode freedoom fluidsynth openal tools" RDEPEND=" diff --git a/games-fps/freedoom-data/freedoom-data-0.12.1-r1.ebuild b/games-fps/freedoom-data/freedoom-data-0.12.1-r1.ebuild index f50e3558ffb1..38169472ccd2 100644 --- a/games-fps/freedoom-data/freedoom-data-0.12.1-r1.ebuild +++ b/games-fps/freedoom-data/freedoom-data-0.12.1-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/freedoom/freedoom/archive/v${PV}.tar.gz -> freedoom- LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" BDEPEND=" $(python_gen_any_dep 'dev-python/pillow[${PYTHON_USEDEP},zlib]') diff --git a/games-fps/freedoom/freedoom-0.12.1.ebuild b/games-fps/freedoom/freedoom-0.12.1.ebuild index 36bdbfb13be0..b7bd5cd1f59e 100644 --- a/games-fps/freedoom/freedoom-0.12.1.ebuild +++ b/games-fps/freedoom/freedoom-0.12.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ HOMEPAGE="https://freedoom.github.io" LICENSE="metapackage" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" RDEPEND=" ~games-fps/freedoom-data-${PV} diff --git a/games-fps/gzdoom/gzdoom-4.10.0.ebuild b/games-fps/gzdoom/gzdoom-4.10.0.ebuild index 605c7cdcf993..0d69df1faeac 100644 --- a/games-fps/gzdoom/gzdoom-4.10.0.ebuild +++ b/games-fps/gzdoom/gzdoom-4.10.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/coelckers/${PN}/archive/g${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0 BSD BZIP2 GPL-3 LGPL-2.1+ LGPL-3 MIT non-free? ( Activision ChexQuest3 DOOM-COLLECTORS-EDITION freedist WidePix )" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="debug gles2 gtk +non-free openmp +swr telemetry vulkan" DEPEND=" diff --git a/games-fps/gzdoom/metadata.xml b/games-fps/gzdoom/metadata.xml index 41b3c9962102..b337177bc8a0 100644 --- a/games-fps/gzdoom/metadata.xml +++ b/games-fps/gzdoom/metadata.xml @@ -14,7 +14,6 @@ <name>Gentoo Games Project</name> </maintainer> <use> - <flag name="gles2">Enable GLES2 backend</flag> <flag name="non-free">Enable non-free components</flag> <flag name="swr">Enable software renderer</flag> </use> diff --git a/games-fps/prboom-plus/prboom-plus-2.6.2.ebuild b/games-fps/prboom-plus/prboom-plus-2.6.2.ebuild index 12406b61ac93..e4120351b849 100644 --- a/games-fps/prboom-plus/prboom-plus-2.6.2.ebuild +++ b/games-fps/prboom-plus/prboom-plus-2.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="http://deb.debian.org/debian/pool/main/p/prboom-plus/${PN}_${PV}.orig.t LICENSE="GPL-2+ GPL-3+ BSD BSD-2 BSD-with-disclosure CC-BY-3.0 CC0-1.0 LGPL-2.1+ MIT public-domain" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="alsa dumb fluidsynth mad net +opengl +pcre portmidi sdl2-image +sdl2-mixer server vorbis zlib" REQUIRED_USE="server? ( net )" diff --git a/games-fps/yamagi-quake2/Manifest b/games-fps/yamagi-quake2/Manifest index 1d69a8710a45..ccd0dc65a67d 100644 --- a/games-fps/yamagi-quake2/Manifest +++ b/games-fps/yamagi-quake2/Manifest @@ -1,10 +1,10 @@ -DIST quake2-8.10.tar.xz 2138064 BLAKE2B 80fbb467977d365aa19015eade8d6cb6004895f8f5a605cdbd840ac41ad2d8a51da1ef3653f401bd1e597c39185f273a5f9720570ad9899815e6bc064a323027 SHA512 390a3971d5473166e4c24ef93b1866ae4ca05d17f6c5906d0b7a5bd81d3fbfbff6756b8222af5e3bf2a2f738215375a9eb2947b8690aceb99ac2bf4125d19d25 DIST quake2-8.20.tar.xz 2152184 BLAKE2B 6616666bcc48f7d97d06e71744f6ebdd3ef6a2701b628fe6d7c26293f8b62586bd03037877a77c3c56660e6e11704e6149e8bd7aad3c5fe28964ee25278cd16f SHA512 5dbdbbf582494d16d00b9880ddea6de4b098a307dbe4ddf6bc90aa6b2bd2928c10fab40cf5dd63861e7a37f9c75b9afae6f43f8bfff3ee6704ca94f78ff9b7d2 -DIST quake2-ctf-1.08.tar.xz 136468 BLAKE2B cce9f75333c03494dccc1a693c3c0a62194457673c17c59cd5d08a06a11daa769dabaf787c04d9de291c7cc255b4decef06ae5f045c5bc7bc3f4008f0e6babdb SHA512 3d3343ae5287c5f01efd3363ede19f2e41cc8d083691c928afd9e4a81c0b46f6002eb2ed99d11742b7c04f8ea728a1dbb3b5d26ce4fd1066b4f49e3fb664317e +DIST quake2-8.30.tar.xz 2165532 BLAKE2B cc0d42d643d066368450f2d789a987a978a3c0f319fdba2593e5275c4af3b2e7833913326d6cee39ddf854564638a3e2dc27c8333afbf0ff36691c31f5b093d8 SHA512 2801cc167f6780c93b9abb5462b6f57c4487ba8745f61dd4732ec9fccd0c07b5058b9e6640dae71b74eece5248fbae72ce071cc5b96e0d9a9e0540389e1fa413 DIST quake2-ctf-1.09.tar.xz 136564 BLAKE2B 352dd4a8a7a10b28ecff49bf61517fa39f4836e3f40fc41f234d5bb845467e1e87a385d4f4786d61228e2d9bcbb8647b660f054ea72af826b7fefb052f946d7d SHA512 2ba40ef7c973cc57aa632e3a102784f5819109019dc5e614ff376e69ba85a21a85171c713c1c55a023f17ba2f2f8f888acbf37e103e39d4f21cc498d167a0aa6 -DIST quake2-ref_vk-1.0.2.tar.gz 295693 BLAKE2B 422fa9f406302140c0cad4994f4e33a6b145dd954417635a73406fd5d888ed8884d335a15e13069881d8102aa87157f0061553c3c3dc253b5fdb40b389b0027f SHA512 5b6d72a6a769cd9171a6ac2776f9c637e527800b3214e1799041e0c19c9b258130b6fb67812e5c889a1b1f593edd14c23ea4aa00cbfec06e68ef8aeb132a7102 +DIST quake2-ctf-1.10.tar.xz 136544 BLAKE2B 04a374a32b90d4dd77cb7f57f361775310560b29a75b61b7acec1f3694041b04afa9fc7c75b93872368c6af552531ab2aba0d766f2394fd5a77da8017a3f9878 SHA512 66734ce71097a8a584408916fe445d56e81ae86c19ecdd178dfe9f14aa1a526a9f098b0f5756441c80b5516c160e7f64454acc5c351f0ed99acc7dea0a2d9027 DIST quake2-ref_vk-1.0.4.tar.gz 301286 BLAKE2B f5b03e451a5e341fcce4db353d71dd80f579326e7d7d6db899e17490f74d4d2b74b6186a57a614bb82b8460f59d3b0ad0f60f8045ff6ad35bbc14ebb54cb8e1e SHA512 9db1b75c2676d22e10fe0d9954349585d055eb29a58d63e04a023670d1a60f8bc8fc0b8ecfc854edd1f464d6200a58d56dd8fdd3489389047e2e5198fdf756a3 -DIST quake2-rogue-2.09.tar.xz 305548 BLAKE2B d0623a68b52faf87caa974ba9bcf511e24b132b3fb371dea312c8ff8edab943fcdcfd0bf4278cb996c9b8b85da5c61a1b276e3f0d4493d2e69615908c4f6c01e SHA512 f69fe00c1d3484280231b4ec625aff5f3135f013398014d01ed3823834f17bcbc8930911843b00b088a8247e42ce5074f5b2a029ff2a695ed65e8561ed563de5 +DIST quake2-ref_vk-1.0.7.tar.gz 315716 BLAKE2B b12996f3f09f07ebd8ed10fe138115046061941b70db7c7da9d0c639ddb2553fd040f9552db107757ea4f86e496665c520b4d4c2b3611a6d51692bdb5c6cc9b4 SHA512 52a05e64e6d41be78945b6908a08839507e1c14d9d16661ba45eda3bb4147ca4c89cc767343a5ad96e2bcef5c7773ed4fa128eaf829c0433f363873fafd326a4 DIST quake2-rogue-2.10.tar.xz 306052 BLAKE2B 3b77949857014dd0fa96ad14eabe9548f18cdc47a7620c2dba89709d5d0747e05a22a5b50fe6ee7599ae61969572fa4b26334615947991008b8187df6eb1d19a SHA512 52929c3d483b569a90f4e3183ffe0525ee5f73cd50ef12148e9c3894ee5e9ec73b3458677fcdeae4df4a93bd49ef9e43d6ff3c4ab989e982018d3e76a76e4fc0 -DIST quake2-xatrix-2.10.tar.xz 214664 BLAKE2B 858a33c10ad3378449cf96cf4cec45bbbeb0680eb7296a6ab9a266dcb83053a1ea784f171b3b163426583ce2bd4b5631daa0b327a9c4ab1c13ab469a62a3d85d SHA512 fa6c008fba766e0ec159ab0a9ea72fb4bcf33c428f5b5c37a0611c9f2052f147d14af9872bbccdfdf4ab485bf523398c32dfa91a767b715a2dc84355b7e1d204 +DIST quake2-rogue-2.11.tar.xz 324220 BLAKE2B c2c4b9b65238302f81f31f02b3576fd29507d276482c74b6b3720ceb4664e49109afc0e14a759de2866125b98e775e9417461682d14b11895e2470cb293e9da9 SHA512 9ff487c7907cb809efe2f327adb9547f65ca4dbaeec638ddc8e9e7b52da4d1b1574107e835a6975ab626ce5c0bf0cec0a7cc5880e45a973a208b7ebf051f80ce DIST quake2-xatrix-2.11.tar.xz 215284 BLAKE2B d763005e33d4d5db7c8ca9c93597e6a2d207cb9fb6f3fdbc758c148833226006caa7ebdb23865a6aa434e367d2259e630da177033a6760c7b1e51044cff4cb0b SHA512 a9f668804feb942a65eae1a537a4c26c079511d9dc7bf339fb9e1dff1de4dce8d0795813387e15947d0906044a75de7411d1c84f290b64e37f417d3fdf2fa5b0 +DIST quake2-xatrix-2.12.tar.xz 216216 BLAKE2B db4e59a852a7e6f37532a79f5b74661390dd28782d0ee1ea4cc0ea77d191922adaefba8e8046b38c7b4231bd5a151562f92d56e0ee15b962cb9154fd8de36374 SHA512 291360583777dedab9935634a825f8859c12c851f103136d36c028d185bec2409a6634a6bf83db479c1b3fd3fece11698b1bd274eff75f41d51a9e498f0ba804 diff --git a/games-fps/yamagi-quake2/yamagi-quake2-8.10.ebuild b/games-fps/yamagi-quake2/yamagi-quake2-8.30.ebuild similarity index 97% rename from games-fps/yamagi-quake2/yamagi-quake2-8.10.ebuild rename to games-fps/yamagi-quake2/yamagi-quake2-8.30.ebuild index 4a4a792e4187..250ea6612a77 100644 --- a/games-fps/yamagi-quake2/yamagi-quake2-8.10.ebuild +++ b/games-fps/yamagi-quake2/yamagi-quake2-8.30.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit desktop toolchain-funcs wrapper -CTF_V="1.08" -ROGUE_V="2.09" -XATRIX_V="2.10" -REF_VK_V="1.0.2" +CTF_V="1.10" +ROGUE_V="2.11" +XATRIX_V="2.12" +REF_VK_V="1.0.7" DESCRIPTION="Quake 2 engine focused on single player" HOMEPAGE="https://www.yamagi.org/quake2/" diff --git a/games-util/Manifest.gz b/games-util/Manifest.gz index 5b6045b72327..dec7185da0e4 100644 Binary files a/games-util/Manifest.gz and b/games-util/Manifest.gz differ diff --git a/games-util/basis_universal/metadata.xml b/games-util/basis_universal/metadata.xml index 20e5846d4192..60720a5dc5a3 100644 --- a/games-util/basis_universal/metadata.xml +++ b/games-util/basis_universal/metadata.xml @@ -5,9 +5,6 @@ <email>games@gentoo.org</email> <name>Gentoo Games Project</name> </maintainer> - <use> - <flag name="opencl">Enable OpenCL support</flag> - </use> <upstream> <remote-id type="github">BinomialLLC/basis_universal</remote-id> </upstream> diff --git a/games-util/deutex/deutex-5.2.2.ebuild b/games-util/deutex/deutex-5.2.2.ebuild index c5d25259e533..e26455054782 100644 --- a/games-util/deutex/deutex-5.2.2.ebuild +++ b/games-util/deutex/deutex-5.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/Doom-Utils/${PN}/releases/download/v${PV}/${P}.tar.z LICENSE="GPL-2+ LGPL-2+ HPND" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="man +png" DEPEND="png? ( media-libs/libpng:0= )" diff --git a/gnome-base/Manifest.gz b/gnome-base/Manifest.gz index 21d67f44e773..1dc9e5905966 100644 Binary files a/gnome-base/Manifest.gz and b/gnome-base/Manifest.gz differ diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-41.3.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-44.4.ebuild similarity index 54% rename from gnome-base/gnome-core-apps/gnome-core-apps-41.3.ebuild rename to gnome-base/gnome-core-apps/gnome-core-apps-44.4.ebuild index 1bb512579026..8f318f774316 100644 --- a/gnome-base/gnome-core-apps/gnome-core-apps-41.3.ebuild +++ b/gnome-base/gnome-core-apps/gnome-core-apps-44.4.ebuild @@ -17,36 +17,41 @@ KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" RDEPEND=" >=gnome-base/gnome-core-libs-${PV}[cups?] - >=gnome-base/gnome-session-40.1.1 - >=gnome-base/gnome-settings-daemon-41.0[cups?] - >=gnome-base/gnome-control-center-41.2[cups?] + >=gnome-base/gnome-session-44.0 + >=gnome-base/gnome-settings-daemon-44.1[cups?] + >=gnome-base/gnome-control-center-44.3[cups?] >=gnome-extra/gnome-color-manager-3.36.0 - >=app-crypt/gcr-3.40.0 - >=gnome-base/nautilus-41.1 - >=gnome-base/gnome-keyring-40.0 - >=gnome-extra/evolution-data-server-3.42.3 - - >=app-crypt/seahorse-41.0 - >=app-editors/gedit-41 - >=app-text/evince-41.3 - >=gnome-extra/gnome-contacts-41.0 - >=media-gfx/eog-41.1 - >=media-video/totem-3.38.2 - >=x11-terms/gnome-terminal-3.42.2 - - >=gnome-extra/gnome-user-docs-41.1 - >=gnome-extra/yelp-41.2 - - >=x11-themes/adwaita-icon-theme-41.0 - - bluetooth? ( >=net-wireless/gnome-bluetooth-3.34.5 ) + >=app-crypt/gcr-3.41.1:0 + >=app-crypt/gcr-4.1.0:4 + >=gnome-base/nautilus-44.2.1 + >=gnome-base/gnome-keyring-42.1 + >=gnome-extra/evolution-data-server-3.48.4 + + || ( + >=app-editors/gnome-text-editor-44.0 + >=app-editors/gedit-44 + ) + >=app-text/evince-44.3 + >=gnome-extra/gnome-contacts-44.0 + >=media-gfx/eog-44.3 + >=media-video/totem-43.0 + || ( + >=x11-terms/gnome-terminal-3.48.2 + >=gui-apps/gnome-console-44.4 + ) + + >=gnome-extra/gnome-user-docs-44.3 + >=gnome-extra/yelp-42.2 + + >=x11-themes/adwaita-icon-theme-44.0 + + bluetooth? ( >=net-wireless/gnome-bluetooth-42.5 ) " DEPEND="" BDEPEND="" # cdr? ( >=app-cdr/brasero-3.12.2 ) # not part of gnome releng release anymore # >=gnome-base/gnome-menus-3.13.3:3 # not used by core gnome anymore, just gnome-classic extensions -# >=net-im/empathy-3.12.12 # not part of gnome releng core or apps suite anymore S="${WORKDIR}" diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-41.3.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-44.4.ebuild similarity index 53% rename from gnome-base/gnome-core-libs/gnome-core-libs-41.3.ebuild rename to gnome-base/gnome-core-libs/gnome-core-libs-44.4.ebuild index 768ed7bbdcad..5cf824cf9ce4 100644 --- a/gnome-base/gnome-core-libs/gnome-core-libs-41.3.ebuild +++ b/gnome-base/gnome-core-libs/gnome-core-libs-44.4.ebuild @@ -16,22 +16,24 @@ KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" # Note to developers: # This is a wrapper for the core libraries used by GNOME RDEPEND=" - >=dev-libs/glib-2.70.2:2 - >=x11-libs/gdk-pixbuf-2.42.6:2 - >=x11-libs/pango-1.48.10 - >=x11-libs/gtk+-3.24.31:3[cups?] - >=dev-libs/atk-2.36.0 - >=gnome-base/librsvg-2.52.5 - >=gnome-base/gnome-desktop-${PV}:3 - - >=gnome-base/gvfs-1.48.1 + >=dev-libs/glib-2.76.4:2 + >=x11-libs/gdk-pixbuf-2.42.10:2 + >=x11-libs/pango-1.50.14 + >=x11-libs/gtk+-3.24.38:3[cups?] + >=gui-libs/gtk-4.10.5:4[cups?] + >=gui-libs/libadwaita-1.3.4:1 + >=app-accessibility/at-spi2-core-2.48.3:2 + >=gnome-base/librsvg-2.56.3 + >=gnome-base/gnome-desktop-44.0:4 + + >=gnome-base/gvfs-1.50.6 >=gnome-base/dconf-0.40.0 - >=media-libs/gstreamer-1.16.2:1.0 - >=media-libs/gst-plugins-base-1.16.2:1.0 - >=media-libs/gst-plugins-good-1.16.2:1.0 + >=media-libs/gstreamer-1.20.6:1.0 + >=media-libs/gst-plugins-base-1.20.6:1.0 + >=media-libs/gst-plugins-good-1.20.6:1.0 - python? ( >=dev-python/pygobject-3.42.0:3 ) + python? ( >=dev-python/pygobject-3.44.1:3 ) " DEPEND="" BDEPEND="" diff --git a/gnome-base/gnome-extra-apps/gnome-extra-apps-41.0.ebuild b/gnome-base/gnome-extra-apps/gnome-extra-apps-44.4.ebuild similarity index 52% rename from gnome-base/gnome-extra-apps/gnome-extra-apps-41.0.ebuild rename to gnome-base/gnome-extra-apps/gnome-extra-apps-44.4.ebuild index 936cca4bc4a6..7ead42eca673 100644 --- a/gnome-base/gnome-extra-apps/gnome-extra-apps-41.0.ebuild +++ b/gnome-base/gnome-extra-apps/gnome-extra-apps-44.4.ebuild @@ -20,54 +20,51 @@ KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86" RDEPEND=" >=gnome-base/gnome-core-libs-${PV} - >=sys-apps/baobab-40.0 - >=media-video/cheese-3.38.0 - >=www-client/epiphany-40.0 - >=app-arch/file-roller-3.38.0 - >=gnome-extra/gnome-calculator-40.0 - >=gnome-extra/gnome-calendar-40.0 - >=gnome-extra/gnome-characters-40.0 - >=sys-apps/gnome-disk-utility-40.0 - >=media-gfx/gnome-font-viewer-40.0 - >=media-gfx/gnome-screenshot-40.0 - >=gnome-extra/gnome-system-monitor-40.0 - >=gnome-extra/gnome-weather-40.0 - >=gnome-extra/gucharmap-13.0.7:2.90 - >=gnome-extra/sushi-3.38.0 - >=media-sound/sound-juicer-3.38.0 + >=sys-apps/baobab-44.0 + >=media-video/cheese-44.1 + >=www-client/epiphany-44.6 + >=app-arch/file-roller-43.0 + >=gnome-extra/gnome-calculator-44.0 + >=gnome-extra/gnome-calendar-44.1 + >=gnome-extra/gnome-characters-44.0 + >=sys-apps/gnome-disk-utility-44.0 + >=media-gfx/gnome-font-viewer-44.0 + >=gnome-extra/gnome-system-monitor-44.0 + >=gnome-extra/gnome-weather-44.0 + >=gnome-extra/sushi-44.2 - >=gnome-base/dconf-editor-3.38.3 - >=app-dicts/gnome-dictionary-40.0 - >=mail-client/evolution-3.${PV} + >=gnome-base/dconf-editor-43.0 + >=mail-client/evolution-3.48.4 >=gnome-extra/gnome-tweaks-40.0 >=gnome-extra/nautilus-sendto-3.8.6 + >=app-crypt/seahorse-43.0 games? ( - >=games-puzzle/five-or-more-3.32.2 + >=games-puzzle/five-or-more-3.32.3 >=games-board/four-in-a-row-3.38.1 - >=games-board/gnome-chess-40.0 + >=games-board/gnome-chess-43.2 >=games-puzzle/gnome-klotski-3.38.2 - >=games-board/gnome-mahjongg-3.38.3 - >=games-board/gnome-mines-40.0 - >=games-arcade/gnome-nibbles-3.38.2 + >=games-board/gnome-mahjongg-3.40.0 + >=games-board/gnome-mines-40.1 + >=games-arcade/gnome-nibbles-3.38.3 >=games-arcade/gnome-robots-40.0 - >=games-puzzle/gnome-sudoku-40.0 + >=games-puzzle/gnome-sudoku-44.0 >=games-puzzle/gnome-taquin-3.38.1 >=games-puzzle/gnome-tetravex-3.38.2 - >=games-puzzle/hitori-3.36.0 + >=games-puzzle/hitori-44.0 >=games-board/iagno-3.38.1 - >=games-puzzle/lightsoff-40.0 - >=games-puzzle/quadrapassel-3.38.1 - >=games-puzzle/swell-foop-40.0 - >=games-board/tali-40.0 + >=games-puzzle/lightsoff-40.0.1 + >=games-puzzle/quadrapassel-40.2 + >=games-puzzle/swell-foop-41.1 + >=games-board/tali-40.9 ) - share? ( >=gnome-extra/gnome-user-share-3.34.0 ) - shotwell? ( >=media-gfx/shotwell-0.30.11 ) + share? ( >=gnome-extra/gnome-user-share-43.0 ) + shotwell? ( >=media-gfx/shotwell-0.32.2 ) tracker? ( - >=app-misc/tracker-3 - >=app-misc/tracker-miners-3 - >=media-gfx/gnome-photos-40.0 - >=media-sound/gnome-music-40.0 + >=app-misc/tracker-3.5.3 + >=app-misc/tracker-miners-3.5.2 + >=media-gfx/gnome-photos-44.0 + >=media-sound/gnome-music-44.0 ) " DEPEND="" diff --git a/gnome-base/gnome-light/gnome-light-40.0.ebuild b/gnome-base/gnome-light/gnome-light-44.4.ebuild similarity index 73% rename from gnome-base/gnome-light/gnome-light-40.0.ebuild rename to gnome-base/gnome-light/gnome-light-44.4.ebuild index e6a680103596..e3538d358696 100644 --- a/gnome-base/gnome-light/gnome-light-40.0.ebuild +++ b/gnome-base/gnome-light/gnome-light-44.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -P_RELEASE="$(ver_cut 1-2)" +P_RELEASE="$(ver_cut 1).0" DESCRIPTION="Meta package for GNOME-Light, merge this package to install" HOMEPAGE="https://www.gnome.org/" @@ -21,27 +21,29 @@ KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" RDEPEND=" >=gnome-base/gnome-core-libs-${PV}[cups?] - >=gnome-base/gnome-session-40.0 - >=gnome-base/gnome-settings-daemon-40.0[cups?] - >=gnome-base/gnome-control-center-40.0[cups?] + >=gnome-base/gnome-session-44.0 + >=gnome-base/gnome-settings-daemon-44.1[cups?] + >=gnome-base/gnome-control-center-44.3[cups?] - >=gnome-base/nautilus-40.0 + >=gnome-base/nautilus-44.2.1 gnome-shell? ( - >=x11-wm/mutter-${PV} - >=dev-libs/gjs-1.68.0 - >=gnome-base/gnome-shell-${PV} - >=media-fonts/cantarell-0.301 + >=x11-wm/mutter-44.3 + >=dev-libs/gjs-1.76.2 + >=gnome-base/gnome-shell-44.3 + >=media-fonts/cantarell-0.303.1 ) - >=x11-themes/adwaita-icon-theme-40.0 - >=x11-themes/gnome-themes-standard-3.28 + >=x11-themes/adwaita-icon-theme-${P_RELEASE} >=x11-themes/gnome-backgrounds-${P_RELEASE} - >=x11-terms/gnome-terminal-3.40.0 + || ( + >=x11-terms/gnome-terminal-3.48.2 + >=gui-apps/gnome-console-44.4 + ) " DEPEND="" -PDEPEND=">=gnome-base/gvfs-1.48.0" +PDEPEND=">=gnome-base/gvfs-1.50.6" BDEPEND="" S="${WORKDIR}" diff --git a/gnome-base/gnome-shell/Manifest b/gnome-base/gnome-shell/Manifest index 713b8c099670..be2e46091451 100644 --- a/gnome-base/gnome-shell/Manifest +++ b/gnome-base/gnome-shell/Manifest @@ -1,5 +1,4 @@ DIST gnome-shell-44.3.tar.xz 1995132 BLAKE2B cca266dc20de2a7e99590c72c68df07c0e1d3a3eda0aa2ceb8985202ce21be937df0d80089a9266a847eda485a823ae357dd894fb1c3e64bd77063d260547cc3 SHA512 0b8ce9b99f6276939faf8623c236fdb646e16609f1f9081e768f116cd19156f2d6c6da9a059783cbc0b2a0df5b5b748369a6bce0b728338092a3fe3b81cc14b6 DIST gnome-shell-44.4.tar.xz 1998208 BLAKE2B 951daccd448a353bde0503585393c1e8c870aa3bd86149639d7c85744c4eebfe0c44488bdb0012883ae17e428e895268a0a687c6901c5797f58dfa87ff26779f SHA512 03a29a7e662a93388981f4ae7186e135ce3e687c99318a8a27ba898fcd43114a27b5351227958ce17b239bde88442d9058c64bea2c6b027cc4f6ff2e194777d5 -DIST gnome-shell-45.0.tar.xz 2018936 BLAKE2B 2606725c870f6fabc671034e909bd121a10c4f95a225216e5eff9af728422fbd42f26be1e21fe9795b75b89c644442cade93392cd8fe49fb4193303ae666e93d SHA512 cdf4bc58056b97f4a19f594ea5374d69ca5d2efc5d2a5330cc1d2b2c62719dac70134df6dcd6090551adf13be12a38a0e1e4480ee55884ebbd7afe918b3c53b6 DIST gnome-shell-45.1.tar.xz 2017464 BLAKE2B f3e6fc28e05a2eb7a6ba9f0e99b33bf0aaa46e5e1e6e302331354e67c2caa380313017232e2ccc262d29ee52c79fb847d26eb05dc098f2c69105520a7a65e80a SHA512 cfecddd3787e0e719c00d0a543466165d94431086c1ca708cf7ebd43de42f8edf468ab46212b6120ca5676d61825c085232db509c076ecf38d159702fc13a861 DIST gnome-shell-45.2.tar.xz 2017124 BLAKE2B b1ee0ecb7babadad1b9abed3c9bb2fda4c47e5bff080cfd92db35530b211449a9e3c8db0f63ccf87ae9df05337b9a69546b880c71d7a4a1fca08b773490bbce1 SHA512 d88cb7e385f69416863a5b1299fdd18f228a6f951ee084e0ae79ed668c856e50f19c537d7b40eaf93b9166fa5ef7797b9babc3b8d4f80941e15d53d862734aec diff --git a/gnome-base/gnome-shell/gnome-shell-45.0.ebuild b/gnome-base/gnome-shell/gnome-shell-45.0.ebuild deleted file mode 100644 index ce9d7ddda344..000000000000 --- a/gnome-base/gnome-shell/gnome-shell-45.0.ebuild +++ /dev/null @@ -1,185 +0,0 @@ -# Copyright 1999-2023 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-single-r1 virtualx xdg - -DESCRIPTION="Provides core UI functions for the GNOME desktop" -HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell https://gitlab.gnome.org/GNOME/gnome-shell" - -LICENSE="GPL-2+ LGPL-2+" -SLOT="0" -IUSE="elogind gtk-doc +ibus +networkmanager pipewire systemd test" -REQUIRED_USE="${PYTHON_REQUIRED_USE} - ?? ( elogind systemd )" -RESTRICT="!test? ( test )" - -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" - -# libXfixes-5.0 needed for pointer barriers and #include <X11/extensions/Xfixes.h> -DEPEND=" - >=gnome-extra/evolution-data-server-3.46.0:= - >=app-crypt/gcr-3.90.0:4=[introspection] - >=dev-libs/glib-2.68:2 - >=dev-libs/gobject-introspection-1.49.1:= - >=dev-libs/gjs-1.73.1[cairo] - >=gui-libs/gtk-4:4[introspection] - >=x11-wm/mutter-45.0:0/13[introspection,test?] - >=sys-auth/polkit-0.120_p20220509[introspection] - >=gnome-base/gsettings-desktop-schemas-42_beta[introspection] - >=x11-libs/startup-notification-0.11 - >=app-i18n/ibus-1.5.19 - >=gnome-base/gnome-desktop-40.0:4= - networkmanager? ( - >=net-misc/networkmanager-1.10.4[introspection] - net-libs/libnma[introspection] - >=app-crypt/libsecret-0.18 - ) - pipewire? ( >=media-video/pipewire-0.3.49:= ) - systemd? ( - >=sys-apps/systemd-246:= - >=gnome-base/gnome-desktop-3.34.2:3=[systemd] - ) - elogind? ( >=sys-auth/elogind-237 ) - - app-arch/gnome-autoar - dev-libs/json-glib - - >=app-accessibility/at-spi2-core-2.46:2[introspection] - x11-libs/gdk-pixbuf:2[introspection] - dev-libs/libxml2:2 - x11-libs/libX11 - - >=media-libs/libpulse-2[glib] - dev-libs/libical:= - >=x11-libs/libXfixes-5.0 - - gui-libs/gtk:4[introspection] - - ${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/pygobject:3[${PYTHON_USEDEP}] - ') - media-libs/libglvnd[X] -" -# Runtime-only deps are probably incomplete and approximate. -# Introspection deps generated from inspection of the output of: -# for i in `rg -INUo 'const(?s).*imports.gi' |cut -d= -f1 |cut -c7- |sort -u`; do echo $i ;done |cut -d, -f1 |sort -u -# or -# rg -INUo 'const(?s).*imports.gi' |cut -d= -f1 |cut -c7- | sed -e 's:[{}]::g' | awk '{$1=$1; print}' | awk -F',' '{$1=$1;print}' | tr ' ' '\n' | sort -u | sed -e 's/://g' -# These will give a lot of unnecessary things due to greedy matching (TODO), and `(?s).*?` doesn't seem to work as desired. -# Compare with `grep -rhI 'imports.gi.versions' |sort -u` for any SLOT requirements -# Each block: -# 1. Introspection stuff needed via imports.gi (those that build time check may be listed above already) -# 2. gnome-session needed for shutdown/reboot/inhibitors/etc -# 3. Control shell settings -# 4. xdg-utils needed for xdg-open, used by extension tool -# 5. adwaita-icon-theme needed for various icons & arrows (3.26 for new video-joined-displays-symbolic and co icons; review for 3.28+) -# 6. mobile-broadband-provider-info, timezone-data for shell-mobile-providers.c # TODO: Review -# 7. IBus is needed for nls integration -# 8. Cantarell font used in gnome-shell global CSS (if removing this for some reason, make sure it's pulled in somehow for non-meta users still too) -# 9. xdg-desktop-portal-gtk for various integration, e.g. #764632 -# 10. TODO: semi-optional webkit-gtk[introspection] for captive portal helper -RDEPEND="${DEPEND} - >=sys-apps/accountsservice-0.6.14[introspection] - app-accessibility/at-spi2-core:2[introspection] - app-misc/geoclue[introspection] - media-libs/graphene[introspection] - x11-libs/pango[introspection] - net-libs/libsoup:3.0[introspection] - >=sys-power/upower-0.99:=[introspection] - gnome-base/librsvg:2[introspection] - - >=gnome-base/gnome-session-2.91.91 - >=gnome-base/gnome-settings-daemon-3.8.3 - - x11-misc/xdg-utils - - >=x11-themes/adwaita-icon-theme-3.26 - - networkmanager? ( - net-misc/mobile-broadband-provider-info - sys-libs/timezone-data - ) - ibus? ( >=app-i18n/ibus-1.5.26[gtk3,gtk4,introspection] ) - media-fonts/cantarell - - sys-apps/xdg-desktop-portal-gnome -" -# avoid circular dependency, see bug #546134 -PDEPEND=" - >=gnome-base/gdm-3.5[introspection(+)] - >=gnome-base/gnome-control-center-3.26[networkmanager(+)?] -" -BDEPEND=" - dev-libs/libxslt - >=dev-util/gdbus-codegen-2.45.3 - dev-util/glib-utils - gtk-doc? ( >=dev-util/gtk-doc-1.17 - app-text/docbook-xml-dtd:4.5 ) - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig - test? ( - sys-apps/dbus - x11-wm/mutter[test] - ) -" -# These are not needed from tarballs, unless stylesheets or manpage get patched with patchset: -# dev-lang/sassc -# app-text/asciidoc - -PATCHES=( - # Change favorites defaults, bug #479918 - "${FILESDIR}"/40.0-defaults.patch -) - -src_prepare() { - default - xdg_environment_reset - # Hack in correct python shebang - sed -e "s:python\.full_path():'/usr/bin/env ${EPYTHON}':" -i src/meson.build || die -} - -src_configure() { - local emesonargs=( - $(meson_use pipewire camera_monitor) - -Dextensions_tool=true - -Dextensions_app=true - $(meson_use gtk-doc gtk_doc) - -Dman=true - $(meson_use test tests) - $(meson_use networkmanager) - $(meson_use systemd) # this controls journald integration and desktop file user services related property only as of 3.34.4 - # (structured logging and having gnome-shell launched apps use its own identifier instead of gnome-session) - # suspend support is runtime optional via /run/systemd/seats presence and org.freedesktop.login1.Manager dbus interface; elogind should provide what's necessary - ) - meson_src_configure -} - -src_test() { - gnome2_environment_reset # Avoid dconf that looks at XDG_DATA_DIRS, which can sandbox fail if flatpak is installed - virtx dbus-run-session meson test -C "${BUILD_DIR}" || die -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update - - if ! has_version "media-libs/mesa[llvm]"; then - elog "llvmpipe is used as fallback when no 3D acceleration" - elog "is available. You will need to enable llvm USE for" - elog "media-libs/mesa if you do not have hardware 3D setup." - fi - - optfeature "Bluetooth integration" gnome-base/gnome-control-center[bluetooth] net-wireless/gnome-bluetooth:3[introspection] - optfeature "Browser extension integration" gnome-extra/gnome-browser-connector - optfeature "Screencast/capture support" media-video/pipewire media-libs/gstreamer[introspection] media-libs/gst-plugins-base[introspection] media-libs/gst-plugins-good media-plugins/gst-plugins-vpx - optfeature "Weather support" dev-libs/libgweather:4[introspection] -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/gnome-base/gnome/gnome-40.0-r1.ebuild b/gnome-base/gnome/gnome-44.4.ebuild similarity index 74% rename from gnome-base/gnome/gnome-40.0-r1.ebuild rename to gnome-base/gnome/gnome-44.4.ebuild index adbf88e7ec29..0647fa335550 100644 --- a/gnome-base/gnome/gnome-40.0-r1.ebuild +++ b/gnome-base/gnome/gnome-44.4.ebuild @@ -22,25 +22,24 @@ RDEPEND=" >=gnome-base/gnome-core-libs-${PV}[cups?] >=gnome-base/gnome-core-apps-${PV}[cups?,bluetooth?] - >=gnome-base/gdm-40.0 + >=gnome-base/gdm-44.1 - >=x11-wm/mutter-${PV} - >=gnome-base/gnome-shell-${PV} - >=media-fonts/cantarell-0.301 + >=x11-wm/mutter-44.3 + >=gnome-base/gnome-shell-44.3 + >=media-fonts/cantarell-0.303.1 - >=x11-themes/gnome-backgrounds-40.0 + >=x11-themes/gnome-backgrounds-44.0 x11-themes/sound-theme-freedesktop accessibility? ( - >=app-accessibility/at-spi2-atk-2.38.0 - >=app-accessibility/at-spi2-core-2.40.0 - >=app-accessibility/orca-40.0 + >=app-accessibility/at-spi2-core-2.48.3 + >=app-accessibility/orca-44.1 >=gnome-extra/mousetweaks-3.32.0 ) - classic? ( >=gnome-extra/gnome-shell-extensions-40.0 ) + classic? ( >=gnome-extra/gnome-shell-extensions-44.0 ) extras? ( >=gnome-base/gnome-extra-apps-${PV} ) " -PDEPEND=">=gnome-base/gvfs-1.48.0[udisks]" +PDEPEND=">=gnome-base/gvfs-1.50.6[udisks]" DEPEND="" BDEPEND="" diff --git a/gnome-extra/Manifest.gz b/gnome-extra/Manifest.gz index 77d8b25b500c..2b1d15000b4c 100644 Binary files a/gnome-extra/Manifest.gz and b/gnome-extra/Manifest.gz differ diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.50.2-r1.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.50.2-r1.ebuild new file mode 100644 index 000000000000..0ae3db0eb739 --- /dev/null +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.50.2-r1.ebuild @@ -0,0 +1,160 @@ +# Copyright 1999-2023 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://wiki.gnome.org/Apps/Evolution 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-2-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 + eapply "${FILESDIR}"/3.50.2-c99.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-data-server/files/3.50.2-c99.patch b/gnome-extra/evolution-data-server/files/3.50.2-c99.patch new file mode 100644 index 000000000000..44b1b1de67ee --- /dev/null +++ b/gnome-extra/evolution-data-server/files/3.50.2-c99.patch @@ -0,0 +1,27 @@ +https://gitlab.gnome.org/GNOME/evolution-data-server/-/commit/55558d3c23e68aada59c5deb59a664aea263f075 + +From 55558d3c23e68aada59c5deb59a664aea263f075 Mon Sep 17 00:00:00 2001 +From: Milan Crha <mcrha@redhat.com> +Date: Fri, 1 Dec 2023 09:52:57 +0100 +Subject: [PATCH] build: Correct incompatible type warning from check for + I_CAL_EMAIL_PARAMETER + +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 381a52b72..0b545e644 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -963,7 +963,7 @@ set(CMAKE_REQUIRED_LIBRARIES ${CALENDAR_LDFLAGS}) + CHECK_C_SOURCE_COMPILES("#define LIBICAL_GLIB_UNSTABLE_API 1 + #include <libical-glib/libical-glib.h> + int main(void) { +- icalparameter *param; ++ ICalParameter *param; + param = i_cal_property_get_first_parameter (NULL, I_CAL_EMAIL_PARAMETER); + i_cal_parameter_get_email (param); + i_cal_parameter_new_email (NULL); +-- +GitLab diff --git a/gnustep-base/Manifest.gz b/gnustep-base/Manifest.gz index 4e961e004c7e..0c3108c41f56 100644 Binary files a/gnustep-base/Manifest.gz and b/gnustep-base/Manifest.gz differ diff --git a/gnustep-base/gnustep-gui/metadata.xml b/gnustep-base/gnustep-gui/metadata.xml index 107a72a09fe6..a9653fa05637 100644 --- a/gnustep-base/gnustep-gui/metadata.xml +++ b/gnustep-base/gnustep-gui/metadata.xml @@ -5,9 +5,6 @@ <email>gnustep@gentoo.org</email> <name>Gentoo GNUstep Project</name> </maintainer> -<use> - <flag name="speech">Audio support using <pkg>app-accessibility/flite</pkg></flag> -</use> <longdescription> It is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon the OpenStep diff --git a/gui-libs/Manifest.gz b/gui-libs/Manifest.gz index 76be1d0d4b41..6f5955bf3ad0 100644 Binary files a/gui-libs/Manifest.gz and b/gui-libs/Manifest.gz differ diff --git a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.1.ebuild b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.1.ebuild index dda462c96c61..d7809d305def 100644 --- a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.1.ebuild +++ b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/wmww/${PN}" else SRC_URI="https://github.com/wmww/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86" fi DESCRIPTION="Library to create desktop components for Wayland using the Layer Shell protocol" diff --git a/gui-libs/vte-common/Manifest b/gui-libs/vte-common/Manifest index fbab332b141f..658f76b076c1 100644 --- a/gui-libs/vte-common/Manifest +++ b/gui-libs/vte-common/Manifest @@ -1,3 +1,4 @@ DIST vte-0.72.2.tar.bz2 503986 BLAKE2B dbd99a1288176482ebe2cee25a1ae508694a8b47739e9c93aa8f752bf50a1f7a6efd0944430550a73224ac92248e2c4738c51eec66a643efc03616dfa7c4b110 SHA512 0510677d67474fb04c69df0038b042d379ac8e1e89b77961e403b854e4a26b2063e93bcffd75ef0a0a324df077cf2f0a4ce51afa0ad0b1e66f707393590af274 DIST vte-0.74.0.tar.bz2 505492 BLAKE2B d4f6acd817d1a950032678847c53d4cc720cf33a028078e28eee103591c480603e39eff0a8a517afddd57037ffddb25be9421487651df8d6110cf9743d8e0477 SHA512 36b1af8b41436ed00c889b99b8cab68eb1dd76c8302320d6f6703a19eed4a270faeb91d99ee906ac292da33757c6c89b6c0e54c1a224792b5424007b2879a966 DIST vte-0.74.1.tar.bz2 505521 BLAKE2B 369cf6e0d69dd2878990ae530f4d3192910f7dcdf8a9210f52ee176a42efbf1a9d771f6942ecfbffc55c8e72683368de3ca9316ecb03a3d6132cb593e6f8aa4d SHA512 405048de9b4d7dae4c5a588f2b29ad9dd3156e76c20c516050157991005350df7bd59bf1255a480e7ca4a4b657e8eed32767f085f00fadb4b23819f52983558a +DIST vte-0.74.2.tar.bz2 505422 BLAKE2B 243eabfb26c0ec65d0b202437ae79265440256941dae4263e9d6dc9afea24d0fbbd7d421864a90b54d2ba953cd60a2b5a41aef9fb9e53396176bcc71400eef82 SHA512 203dd0f8606b8979cde01781412e0dbab3cb8857828e55f6d69ecfc2e4d58d53430aa5c61a2203e122c772ba1f6c5b739d3c03456b133580e76d511d67f3f534 diff --git a/gui-libs/vte-common/vte-common-0.74.2.ebuild b/gui-libs/vte-common/vte-common-0.74.2.ebuild new file mode 100644 index 000000000000..6c84ecd78834 --- /dev/null +++ b/gui-libs/vte-common/vte-common-0.74.2.ebuild @@ -0,0 +1,79 @@ +# Copyright 1999-2023 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 + +DESCRIPTION="Library providing a virtual terminal emulator widget" +HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE" + +# Once SIXEL support ships (0.66 or later), might need xterm license (but code might be considered upgraded to LGPL-3+) +LICENSE="LGPL-3+ GPL-3+" +SLOT="2.91" # vte_api_version in meson.build +IUSE="systemd" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +# Upstream is hostile and refuses to upload tarballs. +SRC_URI="https://gitlab.gnome.org/GNOME/vte/-/archive/${PV}/vte-${PV}.tar.bz2" + +S="${WORKDIR}/vte-${PV}" + +DEPEND=" + || ( >=gui-libs/gtk-4.0.1:4 >=x11-libs/gtk+-3.24.22:3 ) + >=x11-libs/cairo-1.0 + >=dev-libs/fribidi-1.0.0 + >=dev-libs/glib-2.60:2 + >=x11-libs/pango-1.22.0 + >=dev-libs/libpcre2-10.21 + systemd? ( >=sys-apps/systemd-220:= ) + sys-libs/zlib + x11-libs/pango +" +RDEPEND=" + !<x11-libs/vte-0.70.0:2.91 +" +BDEPEND=" + ${PYTHON_DEPS} + dev-libs/libxml2:2 + dev-util/glib-utils + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +src_prepare() { + default + use elibc_musl && eapply "${FILESDIR}"/${PN}-0.70.0-musl-W_EXITCODE.patch +} + +src_configure() { + local emesonargs=( + -Da11y=false + -Ddebugg=false + -Ddocs=false + -Dgir=false + -Dfribidi=true # pulled in by pango anyhow + -Dglade=false + -Dgnutls=false + -Dgtk3=false + -Dgtk4=false + -Dicu=false + $(meson_use systemd _systemd) + -Dvapi=false + ) + meson_src_configure +} + +src_install() { + exeinto /usr/libexec/ + doexe "${BUILD_DIR}"/src/vte-urlencode-cwd + insinto /etc/profile.d/ + newins "${BUILD_DIR}"/src/vte.sh vte-${SLOT}.sh + newins "${BUILD_DIR}"/src/vte.csh vte-${SLOT}.csh + if use systemd; then + insinto /usr/lib/systemd/user/vte-spawn-.scode.d/ + newins "${S}"/src/vte-spawn-.scope.conf defaults.conf + fi + einstalldocs +} diff --git a/gui-libs/vte/Manifest b/gui-libs/vte/Manifest index 4fcd2caf1527..c3fb1eba5e5f 100644 --- a/gui-libs/vte/Manifest +++ b/gui-libs/vte/Manifest @@ -3,3 +3,4 @@ DIST vte-0.72.2.tar.bz2 503986 BLAKE2B dbd99a1288176482ebe2cee25a1ae508694a8b477 DIST vte-0.74.0-command-notify.patch.xz 9248 BLAKE2B 30917bc72d2b3fd917178f49c26f023d40d37e9a44a896c44e55345396d0bfdb1b109f8b2fdead96c31f92f5febcc397f2899511647c3adf3c2aace2be8ffa94 SHA512 fc0bb3cfa70fc5e1384c44fcce6d6a76957d0dd72f61a882d9df22d55dd06fcee4e7bd2a136c443158fe403992befe5d7ce5970b8b657b690b3875ff5171ea83 DIST vte-0.74.0.tar.bz2 505492 BLAKE2B d4f6acd817d1a950032678847c53d4cc720cf33a028078e28eee103591c480603e39eff0a8a517afddd57037ffddb25be9421487651df8d6110cf9743d8e0477 SHA512 36b1af8b41436ed00c889b99b8cab68eb1dd76c8302320d6f6703a19eed4a270faeb91d99ee906ac292da33757c6c89b6c0e54c1a224792b5424007b2879a966 DIST vte-0.74.1.tar.bz2 505521 BLAKE2B 369cf6e0d69dd2878990ae530f4d3192910f7dcdf8a9210f52ee176a42efbf1a9d771f6942ecfbffc55c8e72683368de3ca9316ecb03a3d6132cb593e6f8aa4d SHA512 405048de9b4d7dae4c5a588f2b29ad9dd3156e76c20c516050157991005350df7bd59bf1255a480e7ca4a4b657e8eed32767f085f00fadb4b23819f52983558a +DIST vte-0.74.2.tar.bz2 505422 BLAKE2B 243eabfb26c0ec65d0b202437ae79265440256941dae4263e9d6dc9afea24d0fbbd7d421864a90b54d2ba953cd60a2b5a41aef9fb9e53396176bcc71400eef82 SHA512 203dd0f8606b8979cde01781412e0dbab3cb8857828e55f6d69ecfc2e4d58d53430aa5c61a2203e122c772ba1f6c5b739d3c03456b133580e76d511d67f3f534 diff --git a/gui-libs/vte/vte-0.74.2.ebuild b/gui-libs/vte/vte-0.74.2.ebuild new file mode 100644 index 000000000000..e8f88e8b4d16 --- /dev/null +++ b/gui-libs/vte/vte-0.74.2.ebuild @@ -0,0 +1,105 @@ +# Copyright 1999-2023 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 xdg + +DESCRIPTION="Library providing a virtual terminal emulator widget" +HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE" + +# Once SIXEL support ships (0.66 or later), might need xterm license (but code might be considered upgraded to LGPL-3+) +LICENSE="LGPL-3+ GPL-3+" +SLOT="2.91-gtk4" # vte_api_version + "-gtk4" in meson.build +IUSE="+crypt debug gtk-doc +icu +introspection systemd +vala vanilla" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +REQUIRED_USE=" + gtk-doc? ( introspection ) + vala? ( introspection ) +" + +# Upstream is hostile and refuses to upload tarballs. +SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.bz2" +SRC_URI="${SRC_URI} !vanilla? ( https://dev.gentoo.org/~mattst88/distfiles/${PN}-0.74.0-command-notify.patch.xz )" + +DEPEND=" + >=gui-libs/gtk-4.0.1:4[introspection?] + >=x11-libs/cairo-1.0 + >=dev-libs/fribidi-1.0.0 + >=dev-libs/glib-2.60:2 + crypt? ( >=net-libs/gnutls-3.2.7:0= ) + icu? ( dev-libs/icu:= ) + >=x11-libs/pango-1.22.0 + >=dev-libs/libpcre2-10.21:= + systemd? ( >=sys-apps/systemd-220:= ) + sys-libs/zlib + introspection? ( >=dev-libs/gobject-introspection-1.56:= ) + x11-libs/pango[introspection?] +" +RDEPEND="${DEPEND} + ~gui-libs/vte-common-${PV}[systemd?] +" +BDEPEND=" + ${PYTHON_DEPS} + dev-libs/libxml2:2 + dev-util/glib-utils + gtk-doc? ( dev-util/gi-docgen ) + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig + vala? ( $(vala_depend) ) +" + +src_prepare() { + default + use vala && vala_setup + xdg_environment_reset + + use elibc_musl && eapply "${FILESDIR}"/${PN}-0.66.2-musl-W_EXITCODE.patch + + if ! use vanilla; then + # From https://src.fedoraproject.org/rpms/vte291/raw/rawhide/f/vte291-cntnr-precmd-preexec-scroll.patch + # Adds OSC 777 support for desktop notifications in gnome-terminal or elsewhere + eapply "${WORKDIR}"/${PN}-0.74.0-command-notify.patch + fi + + # -Ddebugg option enables various debug support via VTE_DEBUG, but also ggdb3; strip the latter + sed -e '/ggdb3/d' -i meson.build || die + sed -i 's/vte_gettext_domain = vte_api_name/vte_gettext_domain = vte_gtk4_api_name/' meson.build || die +} + +src_configure() { + local emesonargs=( + -Da11y=true + $(meson_use debug debugg) + $(meson_use gtk-doc docs) + $(meson_use introspection gir) + -Dfribidi=true # pulled in by pango anyhow + -Dglade=true + $(meson_use crypt gnutls) + -Dgtk3=false + -Dgtk4=true + $(meson_use icu) + $(meson_use systemd _systemd) + $(meson_use vala vapi) + ) + meson_src_configure +} + +src_install() { + # not meson_src_install because this would include einstalldocs, which + # would result in file collisions with x11-libs/vte + meson_install + + # Remove files that are provided by gui-libs/vte-common + rm "${ED}"/usr/libexec/vte-urlencode-cwd || die + rm "${ED}"/etc/profile.d/vte.sh || die + rm "${ED}"/etc/profile.d/vte.csh || die + if use systemd; then + rm "${ED}"/usr/lib/systemd/user/vte-spawn-.scope.d/defaults.conf || die + fi + if use gtk-doc; then + mkdir -p "${ED}"/usr/share/gtk-doc/ || die + mv "${ED}"/usr/share/doc/vte-${SLOT} "${ED}"/usr/share/gtk-doc/ || die + fi +} diff --git a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild index 4d8bbff561d4..d36917abedf1 100644 --- a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild +++ b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild @@ -55,3 +55,9 @@ src_configure() { fi meson_src_configure } + +src_install() { + default + insinto /usr/share/xdg-desktop-portal/portals + doins "${WORKDIR}/${P}/contrib/wlroots-portals.conf" +} diff --git a/kde-apps/Manifest.gz b/kde-apps/Manifest.gz index 30179a32a656..35bee4504051 100644 Binary files a/kde-apps/Manifest.gz and b/kde-apps/Manifest.gz differ diff --git a/kde-apps/akregator/metadata.xml b/kde-apps/akregator/metadata.xml index fa80953797d0..d925f2439758 100644 --- a/kde-apps/akregator/metadata.xml +++ b/kde-apps/akregator/metadata.xml @@ -8,7 +8,4 @@ <upstream> <bugs-to>https://bugs.kde.org/</bugs-to> </upstream> - <use> - <flag name="speech">Enable text-to-speech support</flag> - </use> </pkgmetadata> diff --git a/kde-apps/kajongg/kajongg-23.08.3.ebuild b/kde-apps/kajongg/kajongg-23.08.3.ebuild index 231838c8dbe7..d006055f4c7a 100644 --- a/kde-apps/kajongg/kajongg-23.08.3.ebuild +++ b/kde-apps/kajongg/kajongg-23.08.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 ECM_HANDBOOK="forceoptional" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PVCUT=$(ver_cut 1-3) KFMIN=5.106.0 QTMIN=5.15.9 diff --git a/kde-apps/kajongg/kajongg-23.08.4.ebuild b/kde-apps/kajongg/kajongg-23.08.4.ebuild index c64c9cc1d10c..27bc9a8bc024 100644 --- a/kde-apps/kajongg/kajongg-23.08.4.ebuild +++ b/kde-apps/kajongg/kajongg-23.08.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 ECM_HANDBOOK="forceoptional" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PVCUT=$(ver_cut 1-3) KFMIN=5.106.0 QTMIN=5.15.9 diff --git a/kde-apps/kalarm/metadata.xml b/kde-apps/kalarm/metadata.xml index 3c740f6a1a22..587ec7583eee 100644 --- a/kde-apps/kalarm/metadata.xml +++ b/kde-apps/kalarm/metadata.xml @@ -10,6 +10,5 @@ </upstream> <use> <flag name="pim">Enable birthday import, email functions etc. using <pkg>kde-apps/akonadi</pkg></flag> - <flag name="speech">Enable text-to-speech support</flag> </use> </pkgmetadata> diff --git a/kde-apps/kanagram/metadata.xml b/kde-apps/kanagram/metadata.xml index fa80953797d0..d925f2439758 100644 --- a/kde-apps/kanagram/metadata.xml +++ b/kde-apps/kanagram/metadata.xml @@ -8,7 +8,4 @@ <upstream> <bugs-to>https://bugs.kde.org/</bugs-to> </upstream> - <use> - <flag name="speech">Enable text-to-speech support</flag> - </use> </pkgmetadata> diff --git a/kde-apps/kdepim-runtime/metadata.xml b/kde-apps/kdepim-runtime/metadata.xml index fa80953797d0..d925f2439758 100644 --- a/kde-apps/kdepim-runtime/metadata.xml +++ b/kde-apps/kdepim-runtime/metadata.xml @@ -8,7 +8,4 @@ <upstream> <bugs-to>https://bugs.kde.org/</bugs-to> </upstream> - <use> - <flag name="speech">Enable text-to-speech support</flag> - </use> </pkgmetadata> diff --git a/kde-apps/kig/kig-23.08.3.ebuild b/kde-apps/kig/kig-23.08.3.ebuild index 9c2dabea8cbc..b762c75eeb25 100644 --- a/kde-apps/kig/kig-23.08.3.ebuild +++ b/kde-apps/kig/kig-23.08.3.ebuild @@ -5,7 +5,7 @@ EAPI=8 ECM_HANDBOOK="forceoptional" ECM_TEST="true" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) KFMIN=5.106.0 QTMIN=5.15.9 inherit python-single-r1 ecm gear.kde.org diff --git a/kde-apps/kig/kig-23.08.4.ebuild b/kde-apps/kig/kig-23.08.4.ebuild index 041b54029934..31e053631f26 100644 --- a/kde-apps/kig/kig-23.08.4.ebuild +++ b/kde-apps/kig/kig-23.08.4.ebuild @@ -5,7 +5,7 @@ EAPI=8 ECM_HANDBOOK="forceoptional" ECM_TEST="true" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) KFMIN=5.106.0 QTMIN=5.15.9 inherit python-single-r1 ecm gear.kde.org diff --git a/kde-apps/kmail/metadata.xml b/kde-apps/kmail/metadata.xml index 15c8752dcfe3..b30294b3a575 100644 --- a/kde-apps/kmail/metadata.xml +++ b/kde-apps/kmail/metadata.xml @@ -9,7 +9,4 @@ <bugs-to>https://bugs.kde.org/</bugs-to> <remote-id type="cpe">cpe:/a:kde:kmail</remote-id> </upstream> - <use> - <flag name="speech">Enable text-to-speech support</flag> - </use> </pkgmetadata> diff --git a/kde-apps/knights/metadata.xml b/kde-apps/knights/metadata.xml index 930dc9682128..d927d0ceb7fd 100644 --- a/kde-apps/knights/metadata.xml +++ b/kde-apps/knights/metadata.xml @@ -12,7 +12,4 @@ <upstream> <bugs-to>https://bugs.kde.org/</bugs-to> </upstream> - <use> - <flag name="speech">Enable text-to-speech support</flag> - </use> </pkgmetadata> diff --git a/kde-apps/konqueror/metadata.xml b/kde-apps/konqueror/metadata.xml index e4a1355e4b35..4c836781c2aa 100644 --- a/kde-apps/konqueror/metadata.xml +++ b/kde-apps/konqueror/metadata.xml @@ -11,6 +11,5 @@ </upstream> <use> <flag name="activities">Enable kactivities support</flag> - <flag name="speech">Build text-to-speech plugin</flag> </use> </pkgmetadata> diff --git a/kde-apps/kpimtextedit/metadata.xml b/kde-apps/kpimtextedit/metadata.xml index c28e75b42460..0bc83685a440 100644 --- a/kde-apps/kpimtextedit/metadata.xml +++ b/kde-apps/kpimtextedit/metadata.xml @@ -10,6 +10,5 @@ </upstream> <use> <flag name="designer">Build plugins for <pkg>dev-qt/designer</pkg></flag> - <flag name="speech">Enable text-to-speech support</flag> </use> </pkgmetadata> diff --git a/kde-apps/libksieve/metadata.xml b/kde-apps/libksieve/metadata.xml index fa80953797d0..d925f2439758 100644 --- a/kde-apps/libksieve/metadata.xml +++ b/kde-apps/libksieve/metadata.xml @@ -8,7 +8,4 @@ <upstream> <bugs-to>https://bugs.kde.org/</bugs-to> </upstream> - <use> - <flag name="speech">Enable text-to-speech support</flag> - </use> </pkgmetadata> diff --git a/kde-apps/lokalize/lokalize-23.08.3.ebuild b/kde-apps/lokalize/lokalize-23.08.3.ebuild index a069b6537345..b200ccfb415f 100644 --- a/kde-apps/lokalize/lokalize-23.08.3.ebuild +++ b/kde-apps/lokalize/lokalize-23.08.3.ebuild @@ -5,7 +5,7 @@ EAPI=8 ECM_HANDBOOK="forceoptional" ECM_TEST="forceoptional" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) KFMIN=5.106.0 QTMIN=5.15.9 inherit python-single-r1 ecm gear.kde.org optfeature diff --git a/kde-apps/lokalize/lokalize-23.08.4.ebuild b/kde-apps/lokalize/lokalize-23.08.4.ebuild index 374b637d3bf8..0e8e739a7c0c 100644 --- a/kde-apps/lokalize/lokalize-23.08.4.ebuild +++ b/kde-apps/lokalize/lokalize-23.08.4.ebuild @@ -5,7 +5,7 @@ EAPI=8 ECM_HANDBOOK="forceoptional" ECM_TEST="forceoptional" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) KFMIN=5.106.0 QTMIN=5.15.9 inherit python-single-r1 ecm gear.kde.org optfeature diff --git a/kde-apps/messagelib/metadata.xml b/kde-apps/messagelib/metadata.xml index 1fcb92d7e7a6..51705d67c081 100644 --- a/kde-apps/messagelib/metadata.xml +++ b/kde-apps/messagelib/metadata.xml @@ -9,7 +9,4 @@ <bugs-to>https://bugs.kde.org/</bugs-to> <remote-id type="cpe">cpe:/a:kde:messagelib</remote-id> </upstream> - <use> - <flag name="speech">Enable text-to-speech support</flag> - </use> </pkgmetadata> diff --git a/kde-apps/okular/metadata.xml b/kde-apps/okular/metadata.xml index afc63e47dc5f..c64a8d45ad61 100644 --- a/kde-apps/okular/metadata.xml +++ b/kde-apps/okular/metadata.xml @@ -19,6 +19,5 @@ <flag name="plucker">Enable Plucker E-Book for Palm OS devices support</flag> <flag name="qml">Install Okular Qml components</flag> <flag name="share">Enable support for a share menu using <pkg>kde-frameworks/purpose</pkg></flag> - <flag name="speech">Enable text-to-speech support</flag> </use> </pkgmetadata> diff --git a/kde-frameworks/Manifest.gz b/kde-frameworks/Manifest.gz index eb0e58ce7ade..ac2aa80c4f25 100644 Binary files a/kde-frameworks/Manifest.gz and b/kde-frameworks/Manifest.gz differ diff --git a/kde-frameworks/ksvg/ksvg-5.246.0.ebuild b/kde-frameworks/ksvg/ksvg-5.246.0.ebuild index d8318e7b6504..6808a3846382 100644 --- a/kde-frameworks/ksvg/ksvg-5.246.0.ebuild +++ b/kde-frameworks/ksvg/ksvg-5.246.0.ebuild @@ -7,7 +7,7 @@ PVCUT=$(ver_cut 1-2) QTMIN=6.6.0 inherit ecm frameworks.kde.org -DESCRIPTION="Framework for common completion tasks such as filename or URL completion" +DESCRIPTION="Components for handling SVGs" LICENSE="LGPL-2+" KEYWORDS="~amd64" diff --git a/kde-frameworks/ktextwidgets/metadata.xml b/kde-frameworks/ktextwidgets/metadata.xml index 9561225faa7f..3ace511214fd 100644 --- a/kde-frameworks/ktextwidgets/metadata.xml +++ b/kde-frameworks/ktextwidgets/metadata.xml @@ -10,7 +10,6 @@ </upstream> <use> <flag name="designer">Build plugins for <pkg>dev-qt/designer</pkg></flag> - <flag name="speech">Enable text-to-speech support</flag> </use> <slots> <subslots> diff --git a/kde-frameworks/kuserfeedback/Manifest b/kde-frameworks/kuserfeedback/Manifest index bec78cefb388..a9425905cbb6 100644 --- a/kde-frameworks/kuserfeedback/Manifest +++ b/kde-frameworks/kuserfeedback/Manifest @@ -1,2 +1,3 @@ DIST kuserfeedback-1.2.0.tar.xz 206364 BLAKE2B 4ae1683f8a3470ee3db7b3039c27ebd7bc210afd5cd8cdd992a107e541971f4778d7add3fb330befbfd7d62e04d9d2aba8fc22eab5a368f4b92e98f7baa1ec41 SHA512 0152233c741a287b623256cac6d109d405441f17dec68c5782d900ddb9ca5a93614d46ea112e1be9e64913cc3f46d107bec64cad4579b766919439b0ed88a470 DIST kuserfeedback-1.3.0.tar.xz 230644 BLAKE2B b7305be09a5e62c980273766ec16f624eab4312ababbb8ebb3e24983ffad7ac19445bb848088331c0b4b02da37ee646c9cf91b8965455d018f9b45084c62d17c SHA512 16fc7fa850e7ac1dc772ab25f81f75fe28454680ce9ddf68da0f14c6d5e9b8201f69d168b1ee32bdf9f0ee517b0cac34eb09fd3dbfa697c0a8d3b23c6ac790cb +DIST kuserfeedback-5.246.0.tar.xz 235240 BLAKE2B 72f296dcc65ba75a03bea222ff0a1414d00970437105ce0a54d30beb93a8c4a9c93b3724ba1f838feaaaeb82eb9e816b7a7cc62c2bf2ff7d3bee9b8f39c0ab7d SHA512 8b8f6a127f8636ef05cc7a2d45ae08edc38e1a3042f3d8919a86f1cfc2605b78ba332151def78187d22cb5e45a84663892159fc6e8226613105d3cbd41676e12 diff --git a/kde-frameworks/kuserfeedback/kuserfeedback-1.3.0-r1.ebuild b/kde-frameworks/kuserfeedback/kuserfeedback-1.3.0-r2.ebuild similarity index 83% rename from kde-frameworks/kuserfeedback/kuserfeedback-1.3.0-r1.ebuild rename to kde-frameworks/kuserfeedback/kuserfeedback-1.3.0-r2.ebuild index 8fccd1b04122..9600865a9cc5 100644 --- a/kde-frameworks/kuserfeedback/kuserfeedback-1.3.0-r1.ebuild +++ b/kde-frameworks/kuserfeedback/kuserfeedback-1.3.0-r2.ebuild @@ -21,13 +21,7 @@ DEPEND=" >=dev-qt/qtdeclarative-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtsql-${QTMIN}:5 >=dev-qt/qtsvg-${QTMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kdeclarative-${KFMIN}:5 - >=kde-frameworks/kguiaddons-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 kf6compat? ( >=dev-qt/qtcharts-${QTMIN}:5 >=dev-qt/qtprintsupport-${QTMIN}:5 diff --git a/kde-frameworks/kuserfeedback/kuserfeedback-5.246.0.ebuild b/kde-frameworks/kuserfeedback/kuserfeedback-5.246.0.ebuild new file mode 100644 index 000000000000..888b17752462 --- /dev/null +++ b/kde-frameworks/kuserfeedback/kuserfeedback-5.246.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_QTHELP="false" +ECM_TEST="forceoptional" +PVCUT=$(ver_cut 1-2) +QTMIN=6.6.0 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework to collect user feedback for applications via telemetry and surveys" + +LICENSE="MIT" +KEYWORDS="~amd64" +IUSE="doc" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets] + >=dev-qt/qtcharts-${QTMIN}:6 + >=dev-qt/qtdeclarative-${QTMIN}:6 + >=dev-qt/qtsvg-${QTMIN}:6 +" +RDEPEND="${DEPEND} + !${CATEGORY}/${PN}:5[-kf6compat(-)] +" +BDEPEND=" + sys-devel/bison + sys-devel/flex + doc? ( >=dev-qt/qttools-${QTMIN}:6[assistant,qdoc] ) +" + +src_configure() { + local mycmakeargs=( + # disable server application + -DENABLE_PHP=NO + -DENABLE_PHP_UNIT=NO + -DENABLE_SURVEY_TARGET_EXPRESSIONS=YES + -DENABLE_DOCS=$(usex doc) + ) + + ecm_src_configure +} diff --git a/mail-client/Manifest.gz b/mail-client/Manifest.gz index d68dc4a200c7..bff709df617d 100644 Binary files a/mail-client/Manifest.gz and b/mail-client/Manifest.gz differ diff --git a/mail-client/thunderbird/metadata.xml b/mail-client/thunderbird/metadata.xml index 15c5d959f38e..51a24c64cf6b 100644 --- a/mail-client/thunderbird/metadata.xml +++ b/mail-client/thunderbird/metadata.xml @@ -10,7 +10,6 @@ <flag name="eme-free">Disable EME (DRM plugin) capability at build time</flag> <flag name="hwaccel">Force-enable hardware-accelerated rendering (Mozilla bug 594876)</flag> <flag name="libproxy">Enable libproxy support</flag> - <flag name="lto">Enable Link Time Optimization (LTO)</flag> <flag name="openh264">Use <pkg>media-libs/openh264</pkg> for H.264 support instead of downloading binary blob from Mozilla at runtime</flag> <flag name="pgo">Add support for profile-guided optimization using gcc-4.5, diff --git a/mail-filter/Manifest.gz b/mail-filter/Manifest.gz index 3d7b4c4800f6..102572a891da 100644 Binary files a/mail-filter/Manifest.gz and b/mail-filter/Manifest.gz differ diff --git a/mail-filter/amavisd-new/Manifest b/mail-filter/amavisd-new/Manifest index b36b8358421f..766605ed8cee 100644 --- a/mail-filter/amavisd-new/Manifest +++ b/mail-filter/amavisd-new/Manifest @@ -1 +1,2 @@ DIST amavis-v2.12.2.tar.bz2 874946 BLAKE2B 0b52cb23e11d0b7b346e53b979b580b76f51ce22516a8e2ef6c6d579f1693a9d175ebd92e9cba74e4bed68b012250808e2f827182dddf5addbbb40f2602294f7 SHA512 8a6ab4441a9ef2ee757c839f656bc16f00dd9213f6cc0bb976d7f2b76793adf023d33a42099f07b0dae13281171db9ba0405028882a86e2230126e8d6a29a4ff +DIST amavis-v2.13.0.tar.bz2 890721 BLAKE2B ceb2d020a9066b530a7a05de30c1a3483010f018e9344a354a6a372581bc6442ac74990b733cf4fd4d2e63d3adfe7140ebaca7d050becb69cc26cd010d032afd SHA512 b4d623b212bd2bbdcd192cee603941af3854bcd6c09ed1d6194138c0d7e10160ab1fece821bdd134ae86a1f8e5ccd4b3f92643f2f2b4c73c3f0c1e30e4b97441 diff --git a/mail-filter/amavisd-new/amavisd-new-2.13.0.ebuild b/mail-filter/amavisd-new/amavisd-new-2.13.0.ebuild new file mode 100644 index 000000000000..09f4259b7d8c --- /dev/null +++ b/mail-filter/amavisd-new/amavisd-new-2.13.0.ebuild @@ -0,0 +1,267 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit systemd perl-module + +DESCRIPTION="High-performance interface between the MTA and content checkers" +HOMEPAGE="https://gitlab.com/amavis/amavis" +SRC_URI="https://gitlab.com/amavis/amavis/-/archive/v${PV}/amavis-v${PV}.tar.bz2" + +LICENSE="GPL-2 BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="clamav dkim ldap mysql postgres razor rspamd rspamd-https selinux snmp spamassassin test" +RESTRICT="!test? ( test )" +REQUIRED_USE="test? ( spamassassin )" + +MY_RSPAMD_DEPEND="dev-perl/HTTP-Message + dev-perl/JSON + dev-perl/LWP-UserAgent-Determined" +DEPEND="acct-user/amavis" +RDEPEND="${DEPEND} + app-arch/arc + app-arch/bzip2 + app-arch/cabextract + app-arch/cpio + app-arch/gzip + app-arch/lha + app-arch/lrzip + app-arch/lzop + app-arch/p7zip + app-arch/pax + app-arch/arj + app-arch/unrar + app-arch/xz-utils + app-arch/zoo + dev-lang/perl:* + dev-perl/Archive-Zip + dev-perl/BerkeleyDB + dev-perl/Convert-BinHex + dev-perl/File-LibMagic + dev-perl/IO-Socket-SSL + dev-perl/IO-stringy + >=dev-perl/Mail-DKIM-0.31 + >=dev-perl/MailTools-1.58 + >=dev-perl/MIME-tools-5.415 + dev-perl/Net-LibIDN2 + >=dev-perl/Net-Server-0.91 + dev-perl/Net-SSLeay + dev-perl/Unix-Syslog + net-mail/ripole + net-mail/tnef + >=sys-apps/coreutils-5.0-r3 + >=sys-libs/db-4.4.20 + virtual/mta + virtual/perl-Compress-Raw-Zlib + virtual/perl-Digest-MD5 + virtual/perl-File-Temp + virtual/perl-IO-Compress + virtual/perl-IO-Socket-IP + virtual/perl-MIME-Base64 + virtual/perl-Time-HiRes + clamav? ( app-antivirus/clamav ) + ldap? ( >=dev-perl/perl-ldap-0.33 ) + mysql? ( dev-perl/DBD-mysql ) + postgres? ( dev-perl/DBD-Pg ) + razor? ( mail-filter/razor ) + rspamd? ( ${MY_RSPAMD_DEPEND} ) + rspamd-https? ( ${MY_RSPAMD_DEPEND} + dev-perl/LWP-Protocol-https + dev-perl/Net-SSLeay ) + selinux? ( sec-policy/selinux-amavis ) + snmp? ( net-analyzer/net-snmp[perl] ) + spamassassin? ( mail-filter/spamassassin dev-perl/Image-Info )" + +BDEPEND="${RDEPEND} + dev-perl/Dist-Zilla + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test-Harness + dev-perl/Test-Class + dev-perl/DBI + dev-perl/perl-ldap + dev-perl/NetAddr-IP + dev-perl/Test-Most + )" + +AMAVIS_ROOT="/var/lib/amavishome" +S="${WORKDIR}/amavis-v${PV}" + +dzil_to_distdir() { + local dzil_root dest has_missing modname dzil_version + dzil_root="$1" + dest="$2" + + cd "${dzil_root}" || die "Can't enter workdir '${dzil_root}'"; + + dzil_version="$(dzil version)" || die "Error invoking 'dzil version'" + einfo "Generating CPAN dist with ${dzil_version}" + + has_missing="" + + einfo "Checking dzil authordeps" + while IFS= read -d $'\n' -r modname; do + if [[ -z "${has_missing}" ]]; then + has_missing=1 + eerror "'dzil authordeps' indicates missing build dependencies" + eerror "These will prevent building, please report a bug" + eerror "Missing:" + fi + S= eerror " ${modname}" + done < <( dzil authordeps --missing --versions ) + + [[ -z "${has_missing}" ]] || die "Satisfy all missing authordeps first" + + einfo "Checking dzil build deps" + while IFS= read -d $'\n' -r modname; do + if [[ -z "${has_missing}" ]]; then + has_missing=1 + ewarn "'dzil listdeps' indicates missing build dependencies" + ewarn "These may prevent building, please report a bug if they do" + ewarn "Missing:" + fi + ewarn " ${modname}" + done < <( dzil listdeps --missing --versions --author ) + + einfo "Generating release" + dzil build --notgz --in "${dest}" || die "Unable to build CPAN dist in '${dest}'" +} + +src_prepare() { + # perl-module doesn't account for this being a directory + mv README_FILES READ_FILES || die + + # We need to fix the daemon_user and daemon_group in amavis-mc even + # though we're going to run it in the foreground, because it calls + # "drop_priv" unconditionally and will crash if its user/group + # doesn't exist. + sed -i \ + -e '/daemon/s/vscan/amavis/' \ + -e "s:'/var/virusmails':\"\$MYHOME/quarantine\":" \ + "${S}/conf/amavisd.conf" "${S}/bin/amavis-mc" || die "missing conf file" + + if ! use dkim ; then + sed -i -e '/enable_dkim/s/1/0/' "${S}/conf/amavisd.conf" \ + || die "missing conf file - dkim" + fi + + if ! use spamassassin ; then + sed -i -e \ + "/^#[[:space:]]*@bypass_spam_checks_maps[[:space:]]*=[[:space:]]*(1)/s/^#//" \ + "${S}/conf/amavisd.conf" || die "missing conf file - sa" + fi + + # needs ZMQ::LibZMQ3 which only suports net-libs/zeromq-3*, + # long since removed from tree + perl_rm_files t/Amavis/ZMQTest.t + sed -e '/^ZMQ::LibZMQ3 =/d' \ + -i dist.ini || die "Can't patch dist.ini" + + rm bin/{amavis-services,amavis-mc,amavisd-snmp-subagent-zmq} + + if ! use snmp ; then + rm bin/amavisd-snmp-subagent + fi + + eapply_user + + # prevent distdir-in-distdir + mv "${S}" "${T}" || die + dzil_to_distdir "${T}/amavis-v${PV}" "${S}" + + perl-module_src_prepare +} + +src_test() { + prove -lr t || die +} + +src_install() { + perl-module_src_install + mkdir "${ED}"/usr/sbin + mv "${ED}"/usr/bin/amavisd "${ED}"/usr/sbin/amavisd || die + mv "${ED}"/usr/bin/amavisd-agent "${ED}"/usr/sbin/amavisd-agent || die + mv "${ED}"/usr/bin/amavisd-nanny "${ED}"/usr/sbin/amavisd-nanny || die + mv "${ED}"/usr/bin/amavisd-release "${ED}"/usr/sbin/amavisd-release || die + mv "${ED}"/usr/bin/amavisd-signer "${ED}"/usr/sbin/amavisd-signer || die + mv "${ED}"/usr/bin/amavisd-status "${ED}"/usr/sbin/amavisd-status || die + dobin contrib/p0f-analyzer.pl + + if use snmp ; then + mv "${ED}"/usr/bin/amavisd-snmp-subagent "${ED}"/usr/sbin/amavisd-snmp-subagent || die + newinitd "${FILESDIR}/amavisd-snmp-subagent.initd" \ + amavisd-snmp-subagent + dodoc AMAVIS-MIB.txt + fi + + perl_fix_packlist + + if use ldap ; then + insinto /etc/openldap/schema + newins contrib/LDAP.schema "${PN}.schema" + fi + + # The config file should be root:amavis so that the amavis user can + # read (only) it after dropping privileges. And of course he should + # own everything in his home directory. + insinto /etc + insopts -m0640 -g amavis + doins conf/amavisd.conf + + # Implementation detail? Keepdir calls dodir under the hood. + diropts -o amavis -g amavis + keepdir "${AMAVIS_ROOT}"/{,db,quarantine,tmp,var} + + # BEWARE: + # + # Anything below this line is using the mangled insopts/diropts from + # above! + # + + newinitd "${FILESDIR}/amavisd.initd-r2" amavisd + + systemd_newunit "${FILESDIR}/amavisd.service-r1" amavisd.service + + dodoc AAAREADME.first RELEASE_NOTES TODO \ + conf/amavisd.conf-default conf/amavisd-custom.conf \ + conf/amavisd-docker.conf + + docinto README_FILES + dodoc READ_FILES/README* + dodoc -r READ_FILES/*.{html,css} + docinto README_FILES/images + dodoc READ_FILES/images/*.png + docinto README_FILES/images/callouts + dodoc READ_FILES/images/callouts/*.png + + docinto test-messages + dodoc t/messages/README + dodoc t/messages/sample.tar.gz.compl +} + +pkg_preinst() { + # TODO: the following is done as root, but should probably be done + # as the amavis user. + if use razor ; then + if [ ! -d "${ROOT}${AMAVIS_ROOT}/.razor" ] ; then + elog "Setting up initial razor config files..." + + razor-admin -create -home="${D}/${AMAVIS_ROOT}/.razor" + sed -i -e "s:debuglevel\([ ]*\)= .:debuglevel\1= 0:g" \ + "${D}/${AMAVIS_ROOT}/.razor/razor-agent.conf" || die + fi + fi +} + +pkg_postinst() { + local d="/var/amavis" + if [ -d ${d} ]; then + elog "Existing data found. Please make sure to manually copy it to amavis' new" + elog "home directory by executing the following command as root from a shell:" + elog + elog " cp -a ${d}/* ${d}/.??* ${AMAVIS_ROOT}/ && rm -r ${d}" + elog + fi +} diff --git a/mail-filter/normalizemime/normalizemime-1.21.ebuild b/mail-filter/normalizemime/normalizemime-1.21.ebuild index c1bbe5531f87..e8f95c0d0f5f 100644 --- a/mail-filter/normalizemime/normalizemime-1.21.ebuild +++ b/mail-filter/normalizemime/normalizemime-1.21.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" src_unpack() { cp "${DISTDIR}"/${P}.cc "${WORKDIR}"/${PN}.cc || die diff --git a/media-fonts/Manifest.gz b/media-fonts/Manifest.gz index 5b7d79c93d06..744d758e42b0 100644 Binary files a/media-fonts/Manifest.gz and b/media-fonts/Manifest.gz differ diff --git a/media-fonts/essays1743/metadata.xml b/media-fonts/essays1743/metadata.xml index b848f8cb415b..ad76811405bf 100644 --- a/media-fonts/essays1743/metadata.xml +++ b/media-fonts/essays1743/metadata.xml @@ -5,8 +5,4 @@ <email>fonts@gentoo.org</email> <name>Fonts</name> </maintainer> - <use> - <flag name="otf">Install the OpenType version of the font</flag> - <flag name="ttf">Install the TrueType version of the font</flag> - </use> </pkgmetadata> diff --git a/media-fonts/fira-mono/metadata.xml b/media-fonts/fira-mono/metadata.xml index b074def9c4e2..36adbadb05ec 100644 --- a/media-fonts/fira-mono/metadata.xml +++ b/media-fonts/fira-mono/metadata.xml @@ -5,8 +5,4 @@ <email>fonts@gentoo.org</email> <name>Fonts</name> </maintainer> - <use> - <flag name="otf">Install the OpenType version of the font</flag> - <flag name="ttf">Install the TrueType version of the font</flag> - </use> </pkgmetadata> diff --git a/media-fonts/fira-sans/metadata.xml b/media-fonts/fira-sans/metadata.xml index 2a8a4b1a1d83..9448af9c5670 100644 --- a/media-fonts/fira-sans/metadata.xml +++ b/media-fonts/fira-sans/metadata.xml @@ -6,8 +6,4 @@ <name>Fonts</name> </maintainer> <stabilize-allarches/> - <use> - <flag name="otf">Install the OpenType version of the font</flag> - <flag name="ttf">Install the TrueType version of the font</flag> - </use> </pkgmetadata> diff --git a/media-fonts/fontawesome/metadata.xml b/media-fonts/fontawesome/metadata.xml index 930cecf1616a..50e931460801 100644 --- a/media-fonts/fontawesome/metadata.xml +++ b/media-fonts/fontawesome/metadata.xml @@ -9,9 +9,5 @@ <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> </maintainer> - <use> - <flag name="otf">Install the OpenType version of the font</flag> - <flag name="ttf">Install the TrueType version of the font</flag> - </use> <stabilize-allarches/> </pkgmetadata> diff --git a/media-fonts/ibm-plex/metadata.xml b/media-fonts/ibm-plex/metadata.xml index cec17fc77aa1..96431024f564 100644 --- a/media-fonts/ibm-plex/metadata.xml +++ b/media-fonts/ibm-plex/metadata.xml @@ -2,10 +2,6 @@ <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <!-- maintainer-needed --> - <use> - <flag name="otf">Install OTF fonts</flag> - <flag name="ttf">Install TTF fonts</flag> - </use> <upstream> <remote-id type="github">IBM/plex</remote-id> </upstream> diff --git a/media-fonts/iosevka/Manifest b/media-fonts/iosevka/Manifest index 49fe410a9c41..484083afc903 100644 --- a/media-fonts/iosevka/Manifest +++ b/media-fonts/iosevka/Manifest @@ -1,3 +1,27 @@ +DIST SuperTTC-Iosevka-28.0.1.zip 99218855 BLAKE2B eb51b738a5cf39bca58583bb061c97028c8dab3e6e4bda8181830bf35d154ea90e1bf826ba955233c2c09ce5300eb34aa2431b8855b994696f5311e56f6caa18 SHA512 1a68af827c7986982f5a9978b7cfa1b0ed5e9eff81ed798fe9516f874f0a188612d99edab85216454440c73f46b43ce53658795691033c903416d7b3b41e4524 +DIST SuperTTC-IosevkaAile-28.0.1.zip 55704940 BLAKE2B e1112edaa46c44f1f2577cc08d2fc3370bc102c1b4fe9ef4b9ef439afdf1359c7e9051b8bcf519742ab72f6e47497e301ec3b5ceffd793a62f8013161cd5c1d3 SHA512 2e442ba8b18b309264432b960016fb770ccc73603f5c057e0848a7fd42014733f70c7d0789a5abcfab4708d1e48c4e607513c6736b64d5e0950669644ba1fedf +DIST SuperTTC-IosevkaCurly-28.0.1.zip 99620533 BLAKE2B a0a623c4db3ddb7b2e0889e5f4ee4f20cb0b342fc0bbe2fb51dc4764403a63daa96277eab41d6ca60da2c6d35314fb193a5468cc3831b3756e707428d64a0173 SHA512 7a34e4f2d9e58e295fb9c11da56fc45668fa9fa91575bd51858e35a30f2a88a7bf134bef37e0b36cbc921dbccccba0ef2543c07e6bfa498668544191c9b9251c +DIST SuperTTC-IosevkaCurlySlab-28.0.1.zip 105700303 BLAKE2B 211f7472031e29acefb93ea9df497ddf02635b13c2934c7bc5af7e41a136a58144b8c2e9a099a78577eff701885fd7e23f8af6a279a3209d0137836fd40c9214 SHA512 352e3d107657f51cdbdc0eb12c91616faab145b3de4564998bafde85731acee80ce693375628762e21e526b506461d71b13788b527de817ee80d141bb1cd171c +DIST SuperTTC-IosevkaEtoile-28.0.1.zip 59911600 BLAKE2B 657be5f45c359ffcb6ff1acf8b877e8f1a2e7153014af32cf9525893ff6012e86e1912b5e294227e801ff8ba3a9609235b48ba963ac9af0e4e35549cda1cec2a SHA512 97c76220075123a7cc30874b6673d46b802e3066c83779e9c7ac98340ca40acd49695855eafa222f29abe2397a164db7378134a7adda99d3cd72abcbeac845b2 +DIST SuperTTC-IosevkaSS01-28.0.1.zip 19945012 BLAKE2B b99bf67cca448458ce0fc09259ff9aa29cb2d0cf398d54af5d7a995f2eea3b821ddad08aefe9d7f36c112f900e3489ad00e3e4f3a66aec669cf2aace56843231 SHA512 349e79d75271667b917958319e8640268f71e11ca04279b4735b49ad62a304bfe8bee976fa7adf7e712344d7e529411978ca51371521b3be7c4f0ab05e8bbe2f +DIST SuperTTC-IosevkaSS02-28.0.1.zip 20189870 BLAKE2B f772eb9bf6180f97c12ba6187203ff3e00fbd284eaa7f1ae57b61117b5e33814e31542728540e2db053271fe426ea99c581a7215accc8b16010fe77bd4eb327d SHA512 151e3dadaa79569a4d36f8905eda0a9cb0c77e94160e8782f9273f19063586b91330a05dd94726c637e886568e83204902d0317d761b7e2c18b487b78d9ab801 +DIST SuperTTC-IosevkaSS03-28.0.1.zip 20527525 BLAKE2B 830412043c5ccb3f5572a704bf4e0bef3bbc1c3cb0459e08637738e655a4a15433e25d2c97fc312ef8ab5eb14f1f3b54e0dadfa85c56b4f79e42755d778a59eb SHA512 37416830b307e3b4b31d71ed81cc180f2d336f3290562d826ca6ec62fd8d9d9465412ba583ea1c8e979bc4e7df4dbf341425d7936a38ab9542533f5d2d45ebfc +DIST SuperTTC-IosevkaSS04-28.0.1.zip 19581628 BLAKE2B f73701948f615c9687e2d887fe5127b9d21cabf34befb836eb39399fbf611a8df7668bced6dff90ffbf7f92d9ea1fbf0b569e6d4d2c3ea3c566e30edf915c8ad SHA512 9ad84e9c79f9cec9530d379acb607dd320f85aca8033c13c1c1a97677ee1d4fa45a09f76919003ea92e840e4e427e955a3fcc0bffe98bff724e6ceee41a45fa8 +DIST SuperTTC-IosevkaSS05-28.0.1.zip 20101377 BLAKE2B f38c16e664939ea4176af54595927fbac90dd5ea56bde8f776c712b36d377baa357e278d0ad0a5e0581d5383825f2497a12dfbf0eec853d5545268adf79158b1 SHA512 fbe55add8acd47bb0dcf956b3092033df9573eb4609b152bc9afff4e9479835a1c67276133565d12093c083625ef479e26b38b105ea51e7c94912040062555c3 +DIST SuperTTC-IosevkaSS06-28.0.1.zip 19806518 BLAKE2B ceac4abf6c3379bc602cb2ba9f11f15404bde7f27eb61248a430f3d10d26330b7cfc73d209d0855e45850ff9e18abf2a8ffe34c785cf4dc78006eb5372bb00e1 SHA512 6c196477a43ea9b6e764a0fb34cf7d156fb8bae3c0d8e1c198d828ae464e4b143d30a754b1472c1317ab83caf96601e5d154f431524265c8ab14b0927dcf2995 +DIST SuperTTC-IosevkaSS07-28.0.1.zip 19726571 BLAKE2B 7b2fb66aafc5fcfb6c400520e5fa7c5c6eba12a03a0b69bff0b46357988eeae3e80cee752fda4ab5958c9150834811e6c378fc9f70ff5dbb053596854178c17f SHA512 25ac3414b3670778b6a9f5badda9a7527ef9bb9a69de17a24c6c1030c0e33017799bc4c6a0343af5032acf207c906574b10e3aac3dbc1a0c6d9b45c77c978aba +DIST SuperTTC-IosevkaSS08-28.0.1.zip 20607638 BLAKE2B 0d5aeaaf8a4b0c557f4190c1b565ef12ae0d7cc38d014fe7dabfae09d142a0e7f8ba880f2d5088c893c9172afc57dbf9a0160590fbee36986a7468f1e9b870f6 SHA512 130d7a4be708e29c6381bdfec61486105675e7bdef5d1d659ffc503d9bd7d2bc4c3d7ea8a08938381ac9ebac33e0ab3205190964226d2b45aa1ff1e89394f260 +DIST SuperTTC-IosevkaSS09-28.0.1.zip 20327352 BLAKE2B a2d691a3f7c083aaa8eaf4e2f1e534a3df22449e47aaafe74c9219b47ed181b6c63633dda5e63798c74c084f7824b305207edb55d0c60739c54a76ebacc447fc SHA512 a27f9a2e88d68a69db4657177b55c14d03010dd382986cf32d86b6775da0736cbb533c65ef51c461a40572aad2aaba5d5a86bf42d2e92e08230f123b71f17a52 +DIST SuperTTC-IosevkaSS10-28.0.1.zip 20987489 BLAKE2B 57fa5ef8e5e2a4134e257d98f27cbaffb15436001ae6b8092dec7cc301133a5614d190bdf32ed798d26dd835e41bf8d050c9782557187438fd17472899bd0f8c SHA512 de4dc68348242e73e05156d3cba728d2fd424eb89b015125f1053fb5e4b17180b96cb874d75a399af3bd3fdaf2d38ed6dd0cf5ae025d708c9c86faf83ba2043f +DIST SuperTTC-IosevkaSS11-28.0.1.zip 21030334 BLAKE2B 82ebc8a0bea04a770cdf23a04c86af160f0837885d200f98c9b287343f51f26c0ca1cfd282b1fa835414450350370ae287ffb2327adf5d4de957a1a056ec3a78 SHA512 409766139444a2fdf7be9749eb2b2c22dcfd6156f48d955f6a25827a305799280beaae2c37d8cd9ec64cbce2176575d4100443dedb6357dd1ecd9fcb5f912570 +DIST SuperTTC-IosevkaSS12-28.0.1.zip 20532634 BLAKE2B b6df005ccaead9b1a288d7fbdce74f88c6255c2b9efd9cd669ad96f2e895338f510d15f3174f7ee818356fcbfe43ce4f9099e2a46f306946d9aee780c53fa359 SHA512 7301facba2410ce880d16b8213237c6a9ce193d10683f17766dc14fb3ab5642ec46f62d65556734c3342be6ea1e98b9141c7b72ae94847a503d0f38a083381bd +DIST SuperTTC-IosevkaSS13-28.0.1.zip 19791766 BLAKE2B f548f6679ba772ec8234f913599f925a8c09de16b52759663f8a776dc96e0cba32fa3a46216f0bd9045c4d7ed74bdf370d3d0916865033734e9b3b3e2d7cfc8b SHA512 68384c1baac3f6852f6dc2f231a698ebc95ee9f7526e485e55e370288f06d68d59deb488fab7ad83f6b782b04fae24785102e9de0145ec5284f73fbec297ea54 +DIST SuperTTC-IosevkaSS14-28.0.1.zip 19778562 BLAKE2B 6b7049149bd258620bbc02a6d1ec9cf8f5fe592a66258174c519e8945ab709bbc91c440982f6cceeb5e1dbb4414e858aa02461e59814ab311fd6ca54441668e1 SHA512 986ac9b678cc1668c5726c464ac816af74a29ce8201da2e221389ab444a3d8e489936bdd074105ca08e9130033cbb8bea67445ab1e565b94fdd917adcee1cd13 +DIST SuperTTC-IosevkaSS15-28.0.1.zip 23750040 BLAKE2B 5e78d2c60ffbc6ee609098e377d2ef56d9600af4417717b1f87fd5e8ac4b95f1fc7cbdb42cb4d03afd6ab1388c805557a3fd3ef3b2ff3f6b02eca6eef59fcda4 SHA512 8250dba4475c3da8bf7fd9661b590e910372e97ee1b60d2a6f7ddac12be3f8bf4bee283108e040a929314f4740b231022847e2027871b48d8a7b059b03858621 +DIST SuperTTC-IosevkaSS16-28.0.1.zip 20169497 BLAKE2B 5493028dc5ed0dbe3bbc430077c5318002ed8ea323cd713ceebccf8ef36057a75c7c5dc63f8aac74200e5e4a9cb8d35d7bbc056605a9e8ec9b08812eb0a307fd SHA512 453e00558deaea37ef21b88a1a35efc429b3a738c7dc316b337b2dc95912293c6fc10c7a97ec606f4ae41b354ac1428012df604fe5da88a4062e49db0347d221 +DIST SuperTTC-IosevkaSS17-28.0.1.zip 23643817 BLAKE2B bd08122beebf5a53903529e0212312b4da06eba4a7890c0e90abc3d60a3cd5a1bbbfca9e388c80bb5d7bf5b3b690d87c7db98b728ceb41e726c406b0278082eb SHA512 01d17161c70649fe6461a381a48972bf0bd7a662c1dd35303016fce5d08ee6faebfa87311374ef822f2c357874db9ba5411b499125f599593939096ed9d60293 +DIST SuperTTC-IosevkaSS18-28.0.1.zip 20110983 BLAKE2B 902513e18578172e25cf24b36dfa198dccd5e26fb1230eb7712c37a00c5f13670492b2c907c93593862fc1b387ed9ce458ea434876f575b52dce54be7176b70b SHA512 f6e4a4074ecc0e382fe41cf1e3737a668b69017a5363b014ce0a8ff1b4d8e75862e2342133bd35b45df53f97d85ddeb2d13ed4478fdbb128feffa028be724d6e +DIST SuperTTC-IosevkaSlab-28.0.1.zip 107105149 BLAKE2B 12e78fc137784dd018cfdd5d54d9698d3f9dd4980a4bbd8bb33d4f1773b59e8e1d54e77073620193def00e72e02d09fbb806afafbdbf45603da44de4deaac4da SHA512 d59f23b3174b31c9698cbebf3a7cabd3945aa0ae86ace361b144f0547995da40562cd98b5309e122faaaba42755b02d21ada20c2c81fd78a60615e1af3a3fbc0 DIST super-ttc-iosevka-25.0.1.zip 86178974 BLAKE2B 3bc701093bad7b0eeebf7e70c89f8ce5779dd32d2618e638f5861aa8c83316e0b7e2ec48c46af55f5baf6596a9c3757d8221773abb3be0aadf38c5f864b59236 SHA512 37c0a7e6273f9080a9b2506c6b7edbedba14a7e53971d24e56926046e05596dea17399b1699310a85273d2a852809e765cf015d28143ee6c9837b5a3492a3385 DIST super-ttc-iosevka-25.1.1.zip 85243419 BLAKE2B bcfbfd15a3d9d4187fe76c687713ff9c4045fab964bf5a7856acd1b7c58ec757e23054c81fb216f1390c8035007199db983588a45306f4940cff4e0172d2b219 SHA512 584179b70139c27f64f0bff4b426ad2db06878b8fe416e0e2501f49a4bb3ff76c94a2a2cc6c08d61f8e00aecca164e181e13040701071ed4352455a0d0eb4f27 DIST super-ttc-iosevka-26.0.1.zip 90523022 BLAKE2B 3c81faeb1e0c88f5c41ec06d62527eb8952a684637d99b0a78ba2a07393ea8c29ce741e5e87a99234fffe9aa04bc30b35bee8e2c1a2f2bf7596c15bc51a773e6 SHA512 b3a136eac3c3d4cf6638ae8f0ca0415f9e37b840da151e8696555d584aa1ca6993f3eaf778128faeea9d8823b612d27355dcd926980dfb4aa306f6f20b6255b9 diff --git a/media-fonts/iosevka/iosevka-28.0.1.ebuild b/media-fonts/iosevka/iosevka-28.0.1.ebuild new file mode 100644 index 000000000000..1a87929a2d8c --- /dev/null +++ b/media-fonts/iosevka/iosevka-28.0.1.ebuild @@ -0,0 +1,117 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit font + +# [...document.querySelectorAll('[colspan="3"] > b')] +# .map(x => "[\"" +# + (x = x.innerText.trim()).toLowerCase().replaceAll("\xa0", "-") +# + "\"]=\"" +# + x +# + "\"") +# .join("\n\t") +declare -A MY_FONT_VARIANTS=( + ["iosevka"]="Iosevka" + ["iosevka-slab"]="Iosevka Slab" + ["iosevka-curly"]="Iosevka Curly" + ["iosevka-curly-slab"]="Iosevka Curly Slab" + ["iosevka-ss01"]="Iosevka SS01" + ["iosevka-ss02"]="Iosevka SS02" + ["iosevka-ss03"]="Iosevka SS03" + ["iosevka-ss04"]="Iosevka SS04" + ["iosevka-ss05"]="Iosevka SS05" + ["iosevka-ss06"]="Iosevka SS06" + ["iosevka-ss07"]="Iosevka SS07" + ["iosevka-ss08"]="Iosevka SS08" + ["iosevka-ss09"]="Iosevka SS09" + ["iosevka-ss10"]="Iosevka SS10" + ["iosevka-ss11"]="Iosevka SS11" + ["iosevka-ss12"]="Iosevka SS12" + ["iosevka-ss13"]="Iosevka SS13" + ["iosevka-ss14"]="Iosevka SS14" + ["iosevka-ss15"]="Iosevka SS15" + ["iosevka-ss16"]="Iosevka SS16" + ["iosevka-ss17"]="Iosevka SS17" + ["iosevka-ss18"]="Iosevka SS18" + ["iosevka-aile"]="Iosevka Aile" + ["iosevka-etoile"]="Iosevka Etoile" +) + +DESCRIPTION="Slender typeface for code, from code" +HOMEPAGE="https://typeof.net/Iosevka/" + +SRC_URI='' +REQUIRED_USE='|| (' +MY_BASE="https://github.com/be5invis/Iosevka/releases/download/v${PV}" +for variant in "${!MY_FONT_VARIANTS[@]}"; do + up_variant="${variant}" + up_variant="${up_variant/iosevka/Iosevka}" + up_variant="${up_variant/ss/SS}" + up_variant="${up_variant/iosevka/Iosevka}" + up_variant="${up_variant/aile/Aile}" + up_variant="${up_variant/etoile/Etoile}" + up_variant="${up_variant/curly/Curly}" + up_variant="${up_variant/slab/Slab}" + up_variant="${up_variant//-/}" + my_filename="SuperTTC-${up_variant}-${PV}.zip" + + [[ ${SRC_URI} ]] && SRC_URI+=' ' + SRC_URI+="${variant}? ( ${MY_BASE}/${my_filename} )" + + [[ ${IUSE} ]] && IUSE+=' ' + [[ ${variant} == iosevka ]] && IUSE+='+' + IUSE+="${variant}" + + REQUIRED_USE+=" ${variant} " +done +REQUIRED_USE+=')' +unset MY_BASE my_filename variant up_variant + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + +BDEPEND="app-arch/unzip" + +S="${WORKDIR}" +FONT_S="${S}" +FONT_SUFFIX="ttc" + +src_prepare() { + default + + FONT_CONF=() + local vinternal + for vinternal in "${!MY_FONT_VARIANTS[@]}"; do + case "${vinternal}" in + *-etoile|*-aile) + continue + ;; + esac + local vname="${MY_FONT_VARIANTS[${vinternal}]}" + use "${vinternal}" || continue + cat >66-"${vinternal}".conf <<EOF +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> +<!-- Enable this config to change your monospace font to ${vname} --> +<fontconfig> + <alias> + <family>monospace</family> + <prefer> + <family>${vname}</family> + </prefer> + </alias> + <alias> + <family>${vname}</family> + <default> + <family>monospace</family> + </default> + </alias> +</fontconfig> +EOF + assert "Failed to generate ${vinternal}" + FONT_CONF+=( 66-"${vinternal}".conf ) + done +} diff --git a/media-fonts/vollkorn/metadata.xml b/media-fonts/vollkorn/metadata.xml index da665b3ad41d..eb92608acbe4 100644 --- a/media-fonts/vollkorn/metadata.xml +++ b/media-fonts/vollkorn/metadata.xml @@ -5,10 +5,6 @@ <email>fonts@gentoo.org</email> <name>Fonts</name> </maintainer> - <use> - <flag name="otf">Install the OpenType version of the font</flag> - <flag name="ttf">Install the TrueType version of the font</flag> - </use> <stabilize-allarches/> <upstream> <remote-id type="github">FAlthausen/Vollkorn-Typeface</remote-id> diff --git a/media-gfx/Manifest.gz b/media-gfx/Manifest.gz index 0fbcea36caa6..f658dfd19d9e 100644 Binary files a/media-gfx/Manifest.gz and b/media-gfx/Manifest.gz differ diff --git a/media-gfx/darktable/metadata.xml b/media-gfx/darktable/metadata.xml index 3c374e9499ae..151fbda93990 100644 --- a/media-gfx/darktable/metadata.xml +++ b/media-gfx/darktable/metadata.xml @@ -16,7 +16,6 @@ <flag name="kwallet">Enable encrypted storage of passwords with <pkg>kde-frameworks/kwallet</pkg></flag> <flag name="lto">Enable link-time optimisations in the RawSpeed library</flag> <flag name="midi">Support using MIDI input devices such as Behringer X-Touch Mini, Arturia Beatstep or Korg nanoKONTROL2, as input devices</flag> - <flag name="opencl">Enable opencl support</flag> <flag name="tools">Install tools for generating base curves and noise profiles</flag> </use> <upstream> diff --git a/media-gfx/imagemagick/imagemagick-6.9.12.89-r1.ebuild b/media-gfx/imagemagick/imagemagick-6.9.12.89-r1.ebuild index 2d197bb52624..8df9b4f96a83 100644 --- a/media-gfx/imagemagick/imagemagick-6.9.12.89-r1.ebuild +++ b/media-gfx/imagemagick/imagemagick-6.9.12.89-r1.ebuild @@ -14,7 +14,7 @@ else MY_PV="$(ver_rs 3 '-')" MY_P="ImageMagick-${MY_PV}" SRC_URI="mirror://imagemagick/${MY_P}.tar.xz" - KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" fi S="${WORKDIR}/${MY_P}" diff --git a/media-gfx/imagemagick/metadata.xml b/media-gfx/imagemagick/metadata.xml index 591c4245c3f7..dc0b95f57a90 100644 --- a/media-gfx/imagemagick/metadata.xml +++ b/media-gfx/imagemagick/metadata.xml @@ -14,7 +14,6 @@ <flag name="fpx">Enable <pkg>media-libs/libfpx</pkg> support</flag> <flag name="hdri">Enable High Dynamic Range Images formats</flag> <flag name="lqr">Enable experimental liquid rescale support using <pkg>media-libs/liblqr</pkg></flag> - <flag name="opencl">Enable OpenCL support</flag> <flag name="pango">Enable Pango support using <pkg>x11-libs/pango</pkg></flag> <flag name="q32">Set quantum depth value to 32</flag> <flag name="q8">Set quantum depth value to 8</flag> diff --git a/media-libs/Manifest.gz b/media-libs/Manifest.gz index 8ad0e6a6b695..52d4f2912b57 100644 Binary files a/media-libs/Manifest.gz and b/media-libs/Manifest.gz differ diff --git a/media-libs/clutter/metadata.xml b/media-libs/clutter/metadata.xml index c945cf9a5946..bb66dfa52e7a 100644 --- a/media-libs/clutter/metadata.xml +++ b/media-libs/clutter/metadata.xml @@ -6,7 +6,6 @@ <name>Gentoo GNOME Desktop</name> </maintainer> <use> - <flag name="egl">Enable EGL backend.</flag> <flag name="gtk">Use gdk-pixbuf from <pkg>x11-libs/gtk+</pkg> as image rendering backend</flag> </use> <upstream> diff --git a/media-libs/cogl/metadata.xml b/media-libs/cogl/metadata.xml index 9b65a27f8c1d..d9a2e9c4ee28 100644 --- a/media-libs/cogl/metadata.xml +++ b/media-libs/cogl/metadata.xml @@ -6,7 +6,6 @@ <name>Gentoo GNOME Desktop</name> </maintainer> <use> - <flag name="gles2">Enable OpenGL ES 2.0 support</flag> <flag name="kms">Enable KMS support.</flag> <flag name="pango">Build cogl-pango library for <pkg>x11-libs/pango</pkg> integration</flag> </use> diff --git a/media-libs/cubeb/cubeb-0.2_p20231121.ebuild b/media-libs/cubeb/cubeb-0.2_p20231121.ebuild index f743f23e580c..c28fbc2b5718 100644 --- a/media-libs/cubeb/cubeb-0.2_p20231121.ebuild +++ b/media-libs/cubeb/cubeb-0.2_p20231121.ebuild @@ -17,7 +17,7 @@ S=${WORKDIR}/${PN}-${HASH_CUBEB} LICENSE="ISC" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" IUSE="alsa doc jack pulseaudio sndio test" RESTRICT="!test? ( test )" diff --git a/media-libs/dav1d/metadata.xml b/media-libs/dav1d/metadata.xml index c294a18ab310..1c714a6a3baf 100644 --- a/media-libs/dav1d/metadata.xml +++ b/media-libs/dav1d/metadata.xml @@ -7,7 +7,6 @@ <use> <flag name="8bit">Add support for decoding 8-bit AV1.</flag> <flag name="10bit">Add support for building 10-bit and 12-bit AV1.</flag> - <flag name="asm">Enable custom assembly for faster decoding.</flag> <flag name="xxhash">Enable <pkg>dev-libs/xxhash</pkg> support for hashing muxer</flag> </use> <upstream> diff --git a/media-libs/fcft/metadata.xml b/media-libs/fcft/metadata.xml index beecdca677d6..72dc6993a703 100644 --- a/media-libs/fcft/metadata.xml +++ b/media-libs/fcft/metadata.xml @@ -11,4 +11,7 @@ <flag name="libutf8proc">Use <pkg>media-libs/harfbuzz</pkg> and <pkg>dev-libs/libutf8proc</pkg> for run shaping</flag> </use> + <upstream> + <remote-id type="codeberg">dnkl/fcft</remote-id> + </upstream> </pkgmetadata> diff --git a/media-libs/gst-plugins-bad/metadata.xml b/media-libs/gst-plugins-bad/metadata.xml index 6749b9b02477..3b0ff434a203 100644 --- a/media-libs/gst-plugins-bad/metadata.xml +++ b/media-libs/gst-plugins-bad/metadata.xml @@ -7,8 +7,6 @@ </maintainer> <use> <flag name="bzip2">Enable bzip2 encoder/decoder plugin</flag> - <flag name="egl">Enable EGL support</flag> - <flag name="gles2">Enable GLES2 support</flag> <flag name="qsv">Enable Intel Quick Sync Video using the <pkg>media-libs/oneVPL</pkg> dispatcher</flag> </use> </pkgmetadata> diff --git a/media-libs/gst-plugins-base/metadata.xml b/media-libs/gst-plugins-base/metadata.xml index f540928582cf..179c5151b43c 100644 --- a/media-libs/gst-plugins-base/metadata.xml +++ b/media-libs/gst-plugins-base/metadata.xml @@ -7,7 +7,6 @@ </maintainer> <use> <flag name="gbm">Enable Graphics Buffer Manager based EGL windowing system support (requires egl and at least one of gles or opengl)</flag> - <flag name="egl">Enable EGL platform support</flag> <flag name="gles2">Enable OpenGL library and plugin via GLESv2 API (requires egl)</flag> <flag name="ivorbis">Enable integer based vorbis decoder</flag> <flag name="opengl">Enable OpenGL library and plugin via desktop OpenGL API</flag> diff --git a/media-libs/kvazaar/files/kvazaar-2.2.0-backport-pr377.patch b/media-libs/kvazaar/files/kvazaar-2.2.0-backport-pr377.patch new file mode 100644 index 000000000000..ef1711cf5cb2 --- /dev/null +++ b/media-libs/kvazaar/files/kvazaar-2.2.0-backport-pr377.patch @@ -0,0 +1,32 @@ +https://bugs.gentoo.org/902217 +https://github.com/ultravideo/kvazaar/pull/377 + +From e19b7925d910e4b77fc5a46d92de0f2563a7e506 Mon Sep 17 00:00:00 2001 +From: matoro <matoro@users.noreply.github.com> +Date: Wed, 29 Nov 2023 10:58:08 -0500 +Subject: [PATCH] Don't export MD5 byteReverse symbol on big-endian + +Otherwise this fails the test which checks that all exported symbols +begin with kvz_ prefix. +--- + src/extras/libmd5.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/src/extras/libmd5.c b/src/extras/libmd5.c +index b06b291eb..8a437da68 100644 +--- a/src/extras/libmd5.c ++++ b/src/extras/libmd5.c +@@ -27,11 +27,11 @@ static void MD5Transform(uint32_t buf[4], uint32_t const in[16]); + #ifndef __BIG_ENDIAN__ + # define byteReverse(buf, len) /* Nothing */ + #else +-void byteReverse(uint32_t *buf, unsigned len); ++static void byteReverse(uint32_t *buf, unsigned len); + /* + * Note: this code is harmless on little-endian machines. + */ +-void byteReverse(uint32_t *buf, unsigned len) ++static void byteReverse(uint32_t *buf, unsigned len) + { + uint32_t t; + do { diff --git a/media-libs/kvazaar/kvazaar-2.2.0.ebuild b/media-libs/kvazaar/kvazaar-2.2.0.ebuild index 883e811045da..ebd8066837bd 100644 --- a/media-libs/kvazaar/kvazaar-2.2.0.ebuild +++ b/media-libs/kvazaar/kvazaar-2.2.0.ebuild @@ -36,6 +36,8 @@ DEPEND="${RDEPEND} abi_x86_64? ( ${ASM_DEP} ) " +PATCHES=( "${FILESDIR}/${PN}-2.2.0-backport-pr377.patch" ) + src_prepare() { default sed -e "/^dist_doc_DATA/s/COPYING //" -i Makefile.am || die diff --git a/media-libs/libaom/libaom-3.6.1.ebuild b/media-libs/libaom/libaom-3.6.1.ebuild index f373f7767dca..b0a0ffbf1d9b 100644 --- a/media-libs/libaom/libaom-3.6.1.ebuild +++ b/media-libs/libaom/libaom-3.6.1.ebuild @@ -36,7 +36,7 @@ SLOT="0/3" IUSE="doc +examples test" IUSE="${IUSE} cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3" IUSE="${IUSE} cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_avx cpu_flags_x86_avx2" -IUSE="${IUSE} cpu_flags_arm_neon" +IUSE="${IUSE} cpu_flags_arm_neon cpu_flags_ppc_vsx" RESTRICT="!test? ( test )" REQUIRED_USE=" @@ -84,6 +84,8 @@ multilib_src_configure() { -DENABLE_SSE4_2=$(usex cpu_flags_x86_sse4_2 ON OFF) -DENABLE_AVX=$(usex cpu_flags_x86_avx ON OFF) -DENABLE_AVX2=$(usex cpu_flags_x86_avx2 ON OFF) + + -DENABLE_VSX=$(usex cpu_flags_ppc_vsx ON OFF) ) # For 32-bit multilib builds, force some intrinsics on to work around diff --git a/media-libs/libdisplay-info/libdisplay-info-0.1.1.ebuild b/media-libs/libdisplay-info/libdisplay-info-0.1.1.ebuild index 8739b0cfbab5..fed0aff9333a 100644 --- a/media-libs/libdisplay-info/libdisplay-info-0.1.1.ebuild +++ b/media-libs/libdisplay-info/libdisplay-info-0.1.1.ebuild @@ -10,7 +10,7 @@ inherit meson python-any-r1 DESCRIPTION="Simple framework for writing Vulkan layers" HOMEPAGE="https://gitlab.freedesktop.org/emersion/libdisplay-info" SRC_URI="https://gitlab.freedesktop.org/emersion/${PN}/-/releases/${PV}/downloads/${P}.tar.xz" -KEYWORDS="amd64 ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" LICENSE="MIT" SLOT="0" IUSE="test" diff --git a/media-libs/libepoxy/metadata.xml b/media-libs/libepoxy/metadata.xml index e092005ad115..509b7d255563 100644 --- a/media-libs/libepoxy/metadata.xml +++ b/media-libs/libepoxy/metadata.xml @@ -5,9 +5,6 @@ <email>x11@gentoo.org</email> <name>X11</name> </maintainer> - <use> - <flag name="egl">Enable EGL support.</flag> - </use> <upstream> <remote-id type="github">anholt/libepoxy</remote-id> </upstream> diff --git a/media-libs/libsdl2/metadata.xml b/media-libs/libsdl2/metadata.xml index 9cf6272d454a..a96219c59be3 100644 --- a/media-libs/libsdl2/metadata.xml +++ b/media-libs/libsdl2/metadata.xml @@ -26,7 +26,6 @@ <use> <flag name="fcitx4">Enable support for <pkg>app-i18n/fcitx</pkg> 4</flag> <flag name="gles1">include OpenGL ES 1.0 support</flag> - <flag name="gles2">include OpenGL ES 2.0 support</flag> <flag name="haptic">Enable the haptic (force feedback) subsystem</flag> <flag name="ibus">Enable support for <pkg>app-i18n/ibus</pkg></flag> <flag name="joystick">Control joystick support (disable at your own risk)</flag> diff --git a/media-libs/libva-compat/metadata.xml b/media-libs/libva-compat/metadata.xml index e454a2831910..455cac07f59c 100644 --- a/media-libs/libva-compat/metadata.xml +++ b/media-libs/libva-compat/metadata.xml @@ -6,7 +6,6 @@ <name>James Le Cuirot</name> </maintainer> <use> - <flag name="egl">Enables EGL support.</flag> <flag name="drm">Enables VA/DRM API support.</flag> </use> <upstream> diff --git a/media-libs/mesa-amber/metadata.xml b/media-libs/mesa-amber/metadata.xml index 78f51b58c849..01806171bf75 100644 --- a/media-libs/mesa-amber/metadata.xml +++ b/media-libs/mesa-amber/metadata.xml @@ -7,7 +7,6 @@ </maintainer> <use> <flag name="gles1">Enable GLESv1 support.</flag> - <flag name="gles2">Enable GLESv2 support.</flag> <flag name="wayland">Enable support for <pkg>dev-libs/wayland</pkg></flag> </use> <upstream> diff --git a/media-libs/mesa/metadata.xml b/media-libs/mesa/metadata.xml index 022f603de352..459ad451374c 100644 --- a/media-libs/mesa/metadata.xml +++ b/media-libs/mesa/metadata.xml @@ -8,7 +8,6 @@ <use> <flag name="d3d9">Enable Direct 3D9 API through Nine state tracker. Can be used together with patched wine.</flag> <flag name="gles1">Enable GLESv1 support.</flag> - <flag name="gles2">Enable GLESv2 support.</flag> <flag name="llvm">Enable LLVM backend for Gallium3D.</flag> <flag name="lm-sensors">Enable Gallium HUD lm-sensors support.</flag> <flag name="opencl">Enable the Rusticl Gallium OpenCL state tracker.</flag> diff --git a/media-libs/opencv/metadata.xml b/media-libs/opencv/metadata.xml index 3dea3514dbd0..67f63c03fd9d 100644 --- a/media-libs/opencv/metadata.xml +++ b/media-libs/opencv/metadata.xml @@ -34,7 +34,6 @@ <flag restrict=">=media-libs/opencv-4.4.0" name="contribfreetype">Enable Drawing UTF-8 strings with freetype/harfbuzz</flag> <flag restrict=">=media-libs/opencv-4.4.0" name="contribovis">Enable Ogre vision module support</flag> <flag restrict=">=media-libs/opencv-3.4.0" name="dnnsamples">Download dnn caffeemodel samples</flag> - <flag name="opencl">Add support for OpenCL</flag> <flag restrict=">=media-libs/opencv-3.1.0" name="tesseract">Use Google's OCR Engine</flag> <flag name="testprograms">Build and install programs for testing OpenCV (performance)</flag> <flag name="vtk">Build new 3D visualization module viz based on <pkg>sci-libs/vtk</pkg></flag> diff --git a/media-libs/openjpeg/openjpeg-2.5.0-r6.ebuild b/media-libs/openjpeg/openjpeg-2.5.0-r6.ebuild index 5180d0b2a1f2..cdfcf7b8ea25 100644 --- a/media-libs/openjpeg/openjpeg-2.5.0-r6.ebuild +++ b/media-libs/openjpeg/openjpeg-2.5.0-r6.ebuild @@ -20,7 +20,7 @@ SRC_URI="https://github.com/uclouvain/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD-2" SLOT="2/7" # based on 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="doc test" RESTRICT="!test? ( test )" diff --git a/media-libs/opensubdiv/metadata.xml b/media-libs/opensubdiv/metadata.xml index 5c98cf9b9256..5dc10442a329 100644 --- a/media-libs/opensubdiv/metadata.xml +++ b/media-libs/opensubdiv/metadata.xml @@ -14,10 +14,6 @@ Enable NVIDIA CUDA Toolkit support through <pkg>dev-util/nvidia-cuda-toolkit</pkg> </flag> - <flag name="opencl"> - Enable OpenCL support through - <pkg>virtual/opencl</pkg> - </flag> <flag name="ptex"> Adds support for faster per-face texture mapping through <pkg>media-libs/ptex</pkg> diff --git a/media-libs/vips/Manifest b/media-libs/vips/Manifest index 8a340df7f1b2..341ac2034302 100644 --- a/media-libs/vips/Manifest +++ b/media-libs/vips/Manifest @@ -1,2 +1,2 @@ DIST vips-8.14.5.tar.xz 18652928 BLAKE2B 033359fcb7e52ec11daf7cf85641789e3c4b858644bce6290742920cbee8a1d8bc2f56ffdcd52ccb6d4da9f8bf24fbab626e121bba063eb97201af28eb440d57 SHA512 ceea6e4d378ac99eb026293e91da530b91febbd5d775b57ab807bcd60f39ca44a088161a713e31b972694d3797d4acaa97028f0e1d3ce4d9db7f8078c005dbe1 -DIST vips-8.15.0.tar.xz 18653932 BLAKE2B 3c5dfbf12de1d2fce5a0d1e11311d20d9f431276c42a72a9cbd4229ad9abbc2af3549c2b12934f1baefce688170346ae4b68f8c5bbbc07be005f44167d81e277 SHA512 2b5ba9529c3bb9c0fb80ef19dc958ba272611599a1e56395b4516c5dc66981b7a2dfea1039437843dc16f22f8d15a5a6233ec673c796d195154717d2d5167f67 +DIST vips-8.15.1.tar.xz 18648116 BLAKE2B 734f9d6bba794cf01ef38de0f0ed25fe93d2924579bbe966de94739ff1c7309815924e8926a86f90d9138daeeb6fba255be4be41496c1725e44cb52f22873628 SHA512 41f81c3bcb49e570c548d47494b0b705c5dbf870e16d67a85098a00c3f198a6f04e43899d97f92efe9bfdd5cedde79f51cc112c6953574748e1905d91d083dfa diff --git a/media-libs/vips/files/vips-8.15.0-disabled-jpeg.patch b/media-libs/vips/files/vips-8.15.0-disabled-jpeg.patch deleted file mode 100644 index 47f2a4685aa9..000000000000 --- a/media-libs/vips/files/vips-8.15.0-disabled-jpeg.patch +++ /dev/null @@ -1,18 +0,0 @@ -https://bugs.gentoo.org/918954 -https://github.com/libvips/libvips/pull/3772 -From: Ionen Wolkens <ionen@gentoo.org> -Date: Fri, 1 Dec 2023 11:33:13 -0500 -Subject: [PATCH] Sync vips__jpeg_region_write_target definitions - -Prevents a build failure in the off-chance jpeg was disabled. ---- a/libvips/foreign/vips2jpeg.c -+++ b/libvips/foreign/vips2jpeg.c -@@ -1035,7 +1035,7 @@ vips__jpeg_region_write_target(VipsRegion *region, VipsRect *rect, - VipsTarget *target, - int Q, const char *profile, - gboolean optimize_coding, gboolean progressive, -- gboolean strip, gboolean trellis_quant, -+ VipsForeignKeep keep, gboolean trellis_quant, - gboolean overshoot_deringing, gboolean optimize_scans, - int quant_table, VipsForeignSubsample subsample_mode, - int restart_interval) diff --git a/media-libs/vips/vips-8.15.0.ebuild b/media-libs/vips/vips-8.15.1.ebuild similarity index 98% rename from media-libs/vips/vips-8.15.0.ebuild rename to media-libs/vips/vips-8.15.1.ebuild index bbf67050980e..a7cf33376ada 100644 --- a/media-libs/vips/vips-8.15.0.ebuild +++ b/media-libs/vips/vips-8.15.1.ebuild @@ -96,10 +96,6 @@ BDEPEND=" vala? ( $(vala_depend) ) " -PATCHES=( - "${FILESDIR}"/${P}-disabled-jpeg.patch -) - pkg_setup() { use python && python-single-r1_pkg_setup } diff --git a/media-libs/x264/metadata.xml b/media-libs/x264/metadata.xml index bca17f0f2a82..ac93dbce1cad 100644 --- a/media-libs/x264/metadata.xml +++ b/media-libs/x264/metadata.xml @@ -6,7 +6,6 @@ </maintainer> <use> <flag name="interlaced">enable interlaced encoding support, this can decrease encoding speed by up to 2%</flag> - <flag name="opencl">Add support for OpenCL.</flag> <flag name="pic">disable optimized assembly code that is not PIC friendly</flag> </use> </pkgmetadata> diff --git a/media-libs/zita-resampler/zita-resampler-1.10.1.ebuild b/media-libs/zita-resampler/zita-resampler-1.10.1.ebuild index 8527e793cd4b..2e8977814e6c 100644 --- a/media-libs/zita-resampler/zita-resampler-1.10.1.ebuild +++ b/media-libs/zita-resampler/zita-resampler-1.10.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.xz" LICENSE="GPL-3+" SLOT="0/1" -KEYWORDS="amd64 arm arm64 ~ia64 ~loong ~mips ~ppc ppc64 ~riscv sparc ~x86" +KEYWORDS="amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc ~x86" IUSE="cpu_flags_x86_sse2 tools" RDEPEND="tools? ( media-libs/libsndfile )" diff --git a/media-libs/zmusic/zmusic-1.1.4.ebuild b/media-libs/zmusic/zmusic-1.1.4.ebuild index d90c69a031f8..e3c6a68b03d6 100644 --- a/media-libs/zmusic/zmusic-1.1.4.ebuild +++ b/media-libs/zmusic/zmusic-1.1.4.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/ZDoom/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD DUMB-0.9.3 GPL-3 LGPL-2.1+ LGPL-3 MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="alsa fluidsynth mpg123 +sndfile" DEPEND=" diff --git a/media-plugins/Manifest.gz b/media-plugins/Manifest.gz index 2b9160f3ec98..83c10ca96e6d 100644 Binary files a/media-plugins/Manifest.gz and b/media-plugins/Manifest.gz differ diff --git a/media-plugins/audacious-plugins/metadata.xml b/media-plugins/audacious-plugins/metadata.xml index 878449b37107..c4af189aeb30 100644 --- a/media-plugins/audacious-plugins/metadata.xml +++ b/media-plugins/audacious-plugins/metadata.xml @@ -15,7 +15,6 @@ <flag name="openmpt">Add support for OpenMPT</flag> <flag name="pipewire">Build the PipeWire output plugin</flag> <flag name="scrobbler">Build with scrobbler/LastFM submission support</flag> - <flag name="sid">Build with SID (Commodore 64 Audio) support</flag> <flag name="soxr">Build with SoX Resampler support</flag> <flag name="speedpitch">Enable speed/pitch effects</flag> <flag name="streamtuner">Build the streamtuner plugin</flag> diff --git a/media-plugins/gst-plugins-gtk/metadata.xml b/media-plugins/gst-plugins-gtk/metadata.xml index 7235f1bab7ba..f3b18c11bcfc 100644 --- a/media-plugins/gst-plugins-gtk/metadata.xml +++ b/media-plugins/gst-plugins-gtk/metadata.xml @@ -6,7 +6,6 @@ <name>GStreamer package maintainers</name> </maintainer> <use> - <flag name="egl">Enable EGL platform usage</flag> <flag name="gles2">Enable gtkglsink OpenGL sink based on GLESv2 API</flag> <flag name="opengl">Enable gtkglsink OpenGL sink based on desktop OpenGL API</flag> </use> diff --git a/media-plugins/gst-plugins-vaapi/metadata.xml b/media-plugins/gst-plugins-vaapi/metadata.xml index 3f726dfa99ea..6997730f1472 100644 --- a/media-plugins/gst-plugins-vaapi/metadata.xml +++ b/media-plugins/gst-plugins-vaapi/metadata.xml @@ -7,7 +7,6 @@ </maintainer> <use> <flag name="drm">Enable DRM renderer</flag> - <flag name="egl">Enable EGL support</flag> <flag name="gles2">Enable GLESv2 and GLESv3 support</flag> </use> </pkgmetadata> diff --git a/media-sound/Manifest.gz b/media-sound/Manifest.gz index 7b4302de05f9..b9fa49d1352b 100644 Binary files a/media-sound/Manifest.gz and b/media-sound/Manifest.gz differ diff --git a/media-sound/moc/metadata.xml b/media-sound/moc/metadata.xml index dd1c349d0568..0d3046ab4ef7 100644 --- a/media-sound/moc/metadata.xml +++ b/media-sound/moc/metadata.xml @@ -7,7 +7,6 @@ </maintainer> <use> <flag name="cache">Enable tags caching support</flag> - <flag name="sid">Build with SID (Commodore 64 Audio) support</flag> <flag name="sndio">Enable support for the <pkg>media-sound/sndio</pkg> backend</flag> <flag name="tremor">Build vorbis support using an integer implementation of the vorbis library (<pkg>media-libs/tremor</pkg>)</flag> diff --git a/media-sound/mp3blaster/metadata.xml b/media-sound/mp3blaster/metadata.xml index 4470289da6d7..ef339e2a44a1 100644 --- a/media-sound/mp3blaster/metadata.xml +++ b/media-sound/mp3blaster/metadata.xml @@ -5,9 +5,6 @@ <email>sound@gentoo.org</email> <name>Gentoo Sound project</name> </maintainer> - <use> - <flag name="sid">Build with SID (Commodore 64 Audio) support</flag> - </use> <upstream> <remote-id type="sourceforge">mp3blaster</remote-id> </upstream> diff --git a/media-sound/mpd/metadata.xml b/media-sound/mpd/metadata.xml index 33e244bc3217..e745e158e220 100644 --- a/media-sound/mpd/metadata.xml +++ b/media-sound/mpd/metadata.xml @@ -32,7 +32,6 @@ <flag name="pipewire">PipeWire support</flag> <flag name="qobuz">Build plugin to access qobuz</flag> <flag name="recorder">Enables output plugin for recording radio streams</flag> - <flag name="sid">Build with SID (Commodore 64 Audio) support</flag> <flag name="signalfd">Use the signalfd function in MPD's event loop</flag> <flag name="snapcast">Snapcast audio plugin</flag> <flag name="sndio">Enable support for the <pkg>media-sound/sndio</pkg> backend</flag> diff --git a/media-sound/ncmpcpp/metadata.xml b/media-sound/ncmpcpp/metadata.xml index 8487c821da85..9f24a3207164 100644 --- a/media-sound/ncmpcpp/metadata.xml +++ b/media-sound/ncmpcpp/metadata.xml @@ -11,7 +11,6 @@ </maintainer> <use> <flag name="clock">Enable clock screen</flag> - <flag name="lto">Build with link-time optimisation</flag> <flag name="outputs">Enable outputs screen</flag> <flag name="visualizer">Enable visualizer screen with sound wave/frequency spectrum modes</flag> </use> diff --git a/media-sound/qmmp/metadata.xml b/media-sound/qmmp/metadata.xml index 13b31504cacc..f3b32f35bd28 100644 --- a/media-sound/qmmp/metadata.xml +++ b/media-sound/qmmp/metadata.xml @@ -25,7 +25,6 @@ <flag name="qtmedia">Enable playback via <pkg>dev-qt/qtmultimedia</pkg></flag> <flag name="scrobbler">Enable audioscrobbler/last.fm support</flag> <flag name="shout">Enable shoutcast plug-in via <pkg>media-libs/libshout</pkg>.</flag> - <flag name="sid">Build with SID (Commodore 64 Audio) support</flag> <flag name="soxr">Use the SoX resampling library</flag> <flag name="sndfile">Enable wav playback support via <pkg>media-libs/libsndfile</pkg></flag> <flag name="stereo">Enable stereo effect</flag> diff --git a/media-sound/rhythmbox/rhythmbox-3.4.7-r3.ebuild b/media-sound/rhythmbox/rhythmbox-3.4.7-r3.ebuild index 07c99df3264f..6c14788dd8eb 100644 --- a/media-sound/rhythmbox/rhythmbox-3.4.7-r3.ebuild +++ b/media-sound/rhythmbox/rhythmbox-3.4.7-r3.ebuild @@ -22,7 +22,7 @@ REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) " -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv" DEPEND=" x11-libs/cairo diff --git a/media-sound/xmms2/metadata.xml b/media-sound/xmms2/metadata.xml index 0f0c6702194d..6c6bd5cb82c2 100644 --- a/media-sound/xmms2/metadata.xml +++ b/media-sound/xmms2/metadata.xml @@ -14,7 +14,6 @@ <flag name="mac">Support for Monkey's Audio (APE) format using <pkg>media-sound/mac</pkg></flag> <flag name="mlib-update">Enable building of xmms2-mlib-updater client</flag> <flag name="server">Build xmms2 player daemon (otherwise only clients are built)</flag> - <flag name="sid">Support for C64 SID using <pkg>media-libs/libsidplay</pkg></flag> <flag name="tremor">Support Vorbis using an alternate fixed-point decoder with <pkg>media-libs/tremor</pkg></flag> <flag name="vocoder">Phase vocoder effect plugin</flag> <flag name="xml">Enable support for various XML based playlists and sources: RSS, XSPF</flag> diff --git a/media-video/Manifest.gz b/media-video/Manifest.gz index 442a0e5bad0a..55c351095183 100644 Binary files a/media-video/Manifest.gz and b/media-video/Manifest.gz differ diff --git a/media-video/ffmpeg/ffmpeg-4.4.4-r8.ebuild b/media-video/ffmpeg/ffmpeg-4.4.4-r8.ebuild index 84e1e85687fe..6b2411dd0079 100644 --- a/media-video/ffmpeg/ffmpeg-4.4.4-r8.ebuild +++ b/media-video/ffmpeg/ffmpeg-4.4.4-r8.ebuild @@ -64,7 +64,7 @@ LICENSE=" samba? ( GPL-3 ) " if [ "${PV#9999}" = "${PV}" ] ; then - KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-macos" fi # Options to use as use_enable in the foo[:bar] form. diff --git a/media-video/ffmpeg/metadata.xml b/media-video/ffmpeg/metadata.xml index d0ff2dc9a99b..b4a5b53e7ee1 100644 --- a/media-video/ffmpeg/metadata.xml +++ b/media-video/ffmpeg/metadata.xml @@ -56,7 +56,6 @@ <flag name="qsv">Enable Intel Quick Sync Video via <pkg>media-libs/intel-mediasdk</pkg> (ffmpeg versions older than, and including, 5.1) or <pkg>media-libs/oneVPL</pkg> (ffmpeg version newer than 5.1).</flag> <flag name="mmal">Enables Multi-Media Abstraction Layer (MMAL) decoding support: Available e.g. on the Raspberry Pi.</flag> <flag name="network">Enables network streaming support</flag> - <flag name="opencl">Enable OpenCL support</flag> <flag name="openh264">Enables H.264 encoding suppoprt via <pkg>media-libs/openh264</pkg>.</flag> <flag name="openssl">Enables <pkg>dev-libs/openssl</pkg> support. Adds support for encrypted network protocols (TLS/HTTPS).</flag> <flag name="pic">Force shared libraries to be built as PIC (this is slower)</flag> diff --git a/media-video/mpv/metadata.xml b/media-video/mpv/metadata.xml index 7ae1bd6e2875..e6f3a0a8f95c 100644 --- a/media-video/mpv/metadata.xml +++ b/media-video/mpv/metadata.xml @@ -10,7 +10,6 @@ <flag name="bluray">Enable playback of Blu-ray filesystems</flag> <flag name="cli">Enable the command-line player</flag> <flag name="drm">Enable Kernel Mode Setting / Direct Rendering Manager based video outputs</flag> - <flag name="egl">Enable support for various EGL-based video outputs / backends</flag> <flag name="gamepad">Enable gamepad input support</flag> <flag name="libmpv">Enable the shared library and headers (used by frontends / plugins)</flag> <flag name="libplacebo">Enable support for GPU accelerated video rendering with <pkg>media-libs/libplacebo</pkg></flag> diff --git a/media-video/qmplay2/metadata.xml b/media-video/qmplay2/metadata.xml index 061f7e97eba9..1ff69d3717df 100644 --- a/media-video/qmplay2/metadata.xml +++ b/media-video/qmplay2/metadata.xml @@ -19,7 +19,6 @@ <flag name="libass">Build with SSA/ASS subtitles rendering support</flag> <flag name="notifications">Build additional notifications module</flag> <flag name="pipewire">Build with PipeWire support</flag> - <flag name="sid">Build Chiptune with SIDPLAY support</flag> <flag name="shaders">Compile Vulkan shaders using <pkg>media-libs/shaderc</pkg></flag> <flag name="videofilters">Build with VideoFilters module</flag> <flag name="visualizations">Build with Visualizations module</flag> diff --git a/media-video/vlc/metadata.xml b/media-video/vlc/metadata.xml index 04d77ec3a18e..9e6c642f023f 100644 --- a/media-video/vlc/metadata.xml +++ b/media-video/vlc/metadata.xml @@ -43,7 +43,6 @@ <flag name="sdl-image">Enable sdl image video decoder (depends on sdl)</flag> <flag name="sftp">Enable libssh2 to support SFTP file transfer</flag> <flag name="shout">Enable libshout output</flag> - <flag name="sid">Adds support for playing C64 SID files through <pkg>media-libs/libsidplay</pkg>:2</flag> <flag name="skins">Enable support for the skins2 interface</flag> <flag name="soxr">Enable SoX Resampler support via <pkg>media-libs/soxr</pkg></flag> <flag name="srt">Enable support for Secure Reliable Transport (SRT) via <pkg>net-libs/srt</pkg></flag> diff --git a/media-video/xine-ui/files/xine-ui-0.99.13-configure-c99.patch b/media-video/xine-ui/files/xine-ui-0.99.13-configure-c99.patch new file mode 100644 index 000000000000..dfb82175b587 --- /dev/null +++ b/media-video/xine-ui/files/xine-ui-0.99.13-configure-c99.patch @@ -0,0 +1,77 @@ +https://sourceforge.net/p/xine/tickets/22/ +https://bugs.gentoo.org/899872 + +Fix C compatibility issues in the configure script + +This is necessary to avoid incorrectly failing probes due to expected +compiler errors. + +Include <stdlib.h> for the exit function, and <string.h> for the +strdup function. + +Use fake prototypes to avoid implicit function declarations in the +xine_* function probes. + +--- a/configure.ac ++++ b/configure.ac +@@ -198,6 +198,7 @@ + if test "$ac_cv_header_sys_shm_h" = "yes"; then + AC_MSG_CHECKING(whether shmctl IPC_RMID allowes subsequent attaches) + AC_TRY_RUN([ ++ #include <stdlib.h> + #include <sys/types.h> + #include <sys/ipc.h> + #include <sys/shm.h> +--- a/m4/aa.m4 ++++ b/m4/aa.m4 +@@ -52,6 +52,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <aalib.h> ++#include <string.h> + + int main () { + int major, minor; +--- a/m4/_xine.m4 ++++ b/m4/_xine.m4 +@@ -218,7 +218,7 @@ + CFLAGS="$CFLAGS $XINE_CFLAGS" + LIBS="$LIBS $XINE_LIBS" + AC_LINK_IFELSE( +- [AC_LANG_PROGRAM([],[xine_open_cloexec();])], ++ [AC_LANG_PROGRAM([char xine_open_cloexec(void);],[xine_open_cloexec();])], + [AC_DEFINE([HAVE_XINE_OPEN_CLOEXEC], [1], [Define if xine-lib supports xine_open_cloexec]) + AC_MSG_RESULT([yes])], + [AC_MSG_RESULT([no])]) +@@ -234,7 +234,7 @@ + CFLAGS="$CFLAGS $XINE_CFLAGS" + LIBS="$LIBS $XINE_LIBS" + AC_LINK_IFELSE( +- [AC_LANG_PROGRAM([],[xine_socket_cloexec();])], ++ [AC_LANG_PROGRAM([char xine_socket_cloexec(void);],[xine_socket_cloexec();])], + [AC_DEFINE([HAVE_XINE_SOCKET_CLOEXEC], [1], [Define if xine-lib supports xine_socket_cloexec]) + AC_MSG_RESULT([yes])], + [AC_MSG_RESULT([no])]) +@@ -250,7 +250,7 @@ + CFLAGS="$CFLAGS $XINE_CFLAGS" + LIBS="$LIBS $XINE_LIBS" + AC_LINK_IFELSE( +- [AC_LANG_PROGRAM([ ++ [AC_LANG_PROGRAM([char xine_list_next_value(void); + ],[ + xine_list_next_value (); + ])], +diff --git a/configure.ac b/configure.ac +index 5b4fb04..8bcbfea 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -634,7 +634,8 @@ dnl + AC_MSG_CHECKING(whether librt is needed) + AC_TRY_COMPILE( + [#include <unistd.h> +- #include <sys/time.h>], ++ #include <sys/time.h> ++ #include <time.h>], + [#if _POSIX_TIMERS > 0 + struct timespec ts; + clock_gettime(CLOCK_REALTIME, &ts); diff --git a/media-video/xine-ui/xine-ui-0.99.13-r1.ebuild b/media-video/xine-ui/xine-ui-0.99.13-r1.ebuild new file mode 100644 index 000000000000..4bebb115b9cc --- /dev/null +++ b/media-video/xine-ui/xine-ui-0.99.13-r1.ebuild @@ -0,0 +1,90 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools xdg + +DESCRIPTION="Xine movie player" +HOMEPAGE="https://xine-project.org/home" +SRC_URI="mirror://sourceforge/xine/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" +IUSE="aalib curl debug libcaca lirc nls readline vdr X xinerama" + +RDEPEND=" + || ( app-arch/tar app-arch/libarchive ) + media-libs/libpng:0= + >=media-libs/xine-lib-1.2:=[aalib?,libcaca?] + media-libs/libjpeg-turbo:= + aalib? ( media-libs/aalib:= ) + curl? ( >=net-misc/curl-7.10.2:= ) + libcaca? ( media-libs/libcaca:= ) + lirc? ( app-misc/lirc:= ) + nls? ( virtual/libintl ) + readline? ( >=sys-libs/readline-6.2:= ) + X? ( + x11-libs/libICE:= + x11-libs/libSM:= + x11-libs/libX11:= + x11-libs/libXext:= + x11-libs/libXft:= + x11-libs/libXrender:= + x11-libs/libXScrnSaver:= + x11-libs/libXtst:= + x11-libs/libXv:= + x11-libs/libXxf86vm:= + xinerama? ( x11-libs/libXinerama:= ) + ) +" +DEPEND="${RDEPEND} + virtual/pkgconfig + nls? ( >=sys-devel/gettext-0.18.3 ) + X? ( + x11-base/xorg-proto + x11-libs/libXt + ) +" + +PATCHES=( + "${FILESDIR}"/${PN}-0.99.10-desktop.patch + "${FILESDIR}"/${P}-build.patch + "${FILESDIR}"/${PN}-0.99.13-configure-c99.patch +) + +src_prepare() { + default + eautoreconf + rm misc/xine-bugreport || die +} + +src_configure() { + econf \ + $(use_enable nls) \ + $(use_enable xinerama) \ + $(use_enable lirc) \ + $(use_enable vdr vdr-keys) \ + --disable-nvtvsimple \ + $(use_enable debug) \ + $(use_with X x) \ + $(use_with readline) \ + $(use_with curl) \ + $(use_with aalib) \ + $(use_with libcaca caca) \ + --without-fb +} + +src_install() { + # xine-list apparently may cause sandbox violation, bug 654394 + addpredict /dev/dri + + emake \ + DESTDIR="${D}" \ + docdir="/usr/share/doc/${PF}" \ + docsdir="/usr/share/doc/${PF}" \ + install + + einstalldocs +} diff --git a/metadata/Manifest.gz b/metadata/Manifest.gz index 02c226ae692e..f8b70e50e477 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 cd3392460665..d9c408ceadb1 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Mon, 18 Dec 2023 13:10:25 +0000 +Tue, 19 Dec 2023 19:40:18 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index cd3392460665..d9c408ceadb1 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Mon, 18 Dec 2023 13:10:25 +0000 +Tue, 19 Dec 2023 19:40:18 +0000 diff --git a/metadata/md5-cache/Manifest.gz b/metadata/md5-cache/Manifest.gz index c8f4a2a86b10..cef8359736e3 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 cdde5cf11f93..a50b7c827672 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/apache-tools-2.4.58 b/metadata/md5-cache/app-admin/apache-tools-2.4.58 index 3fbb55510772..98f1eba27cc8 100644 --- a/metadata/md5-cache/app-admin/apache-tools-2.4.58 +++ b/metadata/md5-cache/app-admin/apache-tools-2.4.58 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://httpd.apache.org/ INHERIT=autotools toolchain-funcs IUSE=ssl -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 +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=Apache-2.0 RDEPEND=>=dev-libs/apr-1.5.0:1= dev-libs/apr-util:1= dev-libs/expat dev-libs/libpcre2 virtual/libcrypt:= kernel_linux? ( sys-apps/util-linux ) ssl? ( dev-libs/openssl:0= ) RESTRICT=test SLOT=0 SRC_URI=mirror://apache/httpd/httpd-2.4.58.tar.bz2 _eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=143e8c3e5c9a445e790c17e86fe04faf +_md5_=d991afa99fd3ee3c5c282ccda1995731 diff --git a/metadata/md5-cache/app-admin/awscli-1.32.3 b/metadata/md5-cache/app-admin/awscli-1.32.3 new file mode 100644 index 000000000000..ce9f936a8f58 --- /dev/null +++ b/metadata/md5-cache/app-admin/awscli-1.32.3 @@ -0,0 +1,16 @@ +BDEPEND=test? ( dev-python/pytest-forked[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=dev-python/botocore-1.34.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/colorama[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/rsa[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/s3transfer-0.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] !app-admin/awscli-bin >=dev-python/pytest-7.3.1[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-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Universal Command Line Environment for AWS +EAPI=8 +HOMEPAGE=https://github.com/aws/aws-cli/ https://pypi.org/project/awscli/ +INHERIT=bash-completion-r1 distutils-r1 +IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=Apache-2.0 +RDEPEND=>=dev-python/botocore-1.34.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/colorama[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/rsa[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/s3transfer-0.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] !app-admin/awscli-bin 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/aws/aws-cli/archive/1.32.3.tar.gz -> aws-cli-1.32.3.gh.tar.gz +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=6dea872ea7efc6f920a4d5794f79c7e7 diff --git a/metadata/md5-cache/app-admin/conky-1.19.6-r2 b/metadata/md5-cache/app-admin/conky-1.19.6-r2 index cdc4a49577c9..dbdcde137104 100644 --- a/metadata/md5-cache/app-admin/conky-1.19.6-r2 +++ b/metadata/md5-cache/app-admin/conky-1.19.6-r2 @@ -7,11 +7,11 @@ HOMEPAGE=https://github.com/brndnmtthws/conky IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=cmake linux-info lua-single python-any-r1 readme.gentoo-r1 xdg IUSE=apcupsd bundled-toluapp cmus curl doc extras hddtemp ical iconv imlib intel-backlight iostats irc lua-cairo lua-imlib lua-rsvg math moc mpd mysql ncurses nvidia +portmon pulseaudio rss systemd thinkpad truetype wayland webserver wifi X xinerama xmms2 +lua_single_target_lua5-4 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv sparc x86 LICENSE=GPL-3 BSD LGPL-2.1 MIT RDEPEND=curl? ( net-misc/curl ) ical? ( dev-libs/libical:= ) iconv? ( virtual/libiconv ) imlib? ( media-libs/imlib2[X] ) irc? ( net-libs/libircclient ) lua-cairo? ( x11-libs/cairo[X] ) lua-imlib? ( media-libs/imlib2[X] ) lua-rsvg? ( gnome-base/librsvg ) mysql? ( dev-db/mysql-connector-c ) ncurses? ( sys-libs/ncurses:= ) nvidia? ( x11-drivers/nvidia-drivers[tools,static-libs] ) pulseaudio? ( media-libs/libpulse ) rss? ( dev-libs/libxml2 net-misc/curl dev-libs/glib:2 ) systemd? ( sys-apps/systemd ) truetype? ( x11-libs/libXft >=media-libs/freetype-2 ) wayland? ( dev-libs/wayland x11-libs/pango ) wifi? ( net-wireless/wireless-tools ) webserver? ( net-libs/libmicrohttpd:= ) X? ( x11-libs/libX11 x11-libs/libXdamage x11-libs/libXfixes x11-libs/libXext ) xinerama? ( x11-libs/libXinerama ) xmms2? ( media-sound/xmms2 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) apcupsd? ( sys-power/apcupsd ) cmus? ( media-sound/cmus ) hddtemp? ( app-admin/hddtemp ) moc? ( media-sound/moc ) REQUIRED_USE=imlib? ( X ) lua-cairo? ( X bundled-toluapp ) lua-imlib? ( X bundled-toluapp ) lua-rsvg? ( X bundled-toluapp ) nvidia? ( X ) truetype? ( X ) xinerama? ( X ) SLOT=0 SRC_URI=https://github.com/brndnmtthws/conky/archive/v1.19.6.tar.gz -> conky-1.19.6.tar.gz _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=3a17946cc6cbcfb7161b9a943c86adb1 +_md5_=c14af855612f2b58fe371f8f92d64b83 diff --git a/metadata/md5-cache/app-admin/rsyslog-8.2308.0 b/metadata/md5-cache/app-admin/rsyslog-8.2308.0 index 2409cec585cd..3f81feafa227 100644 --- a/metadata/md5-cache/app-admin/rsyslog-8.2308.0 +++ b/metadata/md5-cache/app-admin/rsyslog-8.2308.0 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://www.rsyslog.com/ 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.2308.0.tar.gz doc? ( https://www.rsyslog.com/files/download/rsyslog/rsyslog-doc-8.2308.0.tar.gz ) _eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=806952e6b2c2b57f36c0d6a73dc5cb26 +_md5_=8948c5452a017ab3146d675fbc1086ea diff --git a/metadata/md5-cache/app-arch/Manifest.gz b/metadata/md5-cache/app-arch/Manifest.gz index 6880a593c061..76e8728551c1 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/dpkg-1.21.15-r3 b/metadata/md5-cache/app-arch/dpkg-1.21.15-r3 new file mode 100644 index 000000000000..47e84ece08e3 --- /dev/null +++ b/metadata/md5-cache/app-arch/dpkg-1.21.15-r3 @@ -0,0 +1,16 @@ +BDEPEND=sys-devel/flex nls? ( app-text/po4a >=sys-devel/gettext-0.18.2 ) sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71-r5 >=sys-devel/libtool-2.4.7 +DEFINED_PHASES=compile configure install prepare +DEPEND=>=app-arch/gzip-1.7 >=app-arch/tar-1.34-r1 app-crypt/libmd >=dev-lang/perl-5.14.2:= sys-libs/ncurses:=[unicode(+)] bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) nls? ( virtual/libintl ) selinux? ( sys-libs/libselinux ) zlib? ( >=sys-libs/zlib-1.1.4 ) app-arch/xz-utils virtual/pkgconfig test? ( dev-perl/IO-String dev-perl/Test-Pod virtual/perl-Test-Harness ) +DESCRIPTION=Package maintenance system for Debian +EAPI=8 +HOMEPAGE=https://packages.qa.debian.org/dpkg +INHERIT=autotools toolchain-funcs +IUSE=+bzip2 +lzma nls selinux static-libs test +update-alternatives +zlib +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-2+ +RDEPEND=>=app-arch/gzip-1.7 >=app-arch/tar-1.34-r1 app-crypt/libmd >=dev-lang/perl-5.14.2:= sys-libs/ncurses:=[unicode(+)] bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) nls? ( virtual/libintl ) selinux? ( sys-libs/libselinux ) zlib? ( >=sys-libs/zlib-1.1.4 ) selinux? ( sec-policy/selinux-dpkg ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://debian/pool/main/d/dpkg/dpkg_1.21.15.tar.xz +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=12e1c9d8dec321956c9e40e9d048820a diff --git a/metadata/md5-cache/app-arch/dpkg-1.21.19-r1 b/metadata/md5-cache/app-arch/dpkg-1.21.19-r1 new file mode 100644 index 000000000000..64f23d2b0dcb --- /dev/null +++ b/metadata/md5-cache/app-arch/dpkg-1.21.19-r1 @@ -0,0 +1,15 @@ +BDEPEND=sys-devel/flex nls? ( app-text/po4a >=sys-devel/gettext-0.18.2 ) sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71-r5 >=sys-devel/libtool-2.4.7 +DEFINED_PHASES=compile configure install prepare +DEPEND=>=app-arch/gzip-1.7 >=app-arch/tar-1.34-r1 app-crypt/libmd >=dev-lang/perl-5.14.2:= sys-libs/ncurses:=[unicode(+)] bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) nls? ( virtual/libintl ) selinux? ( sys-libs/libselinux ) zlib? ( >=sys-libs/zlib-1.1.4 ) zstd? ( app-arch/zstd:= ) app-arch/xz-utils virtual/pkgconfig test? ( dev-perl/IO-String dev-perl/Test-Pod virtual/perl-Test-Harness ) +DESCRIPTION=Package maintenance system for Debian +EAPI=8 +HOMEPAGE=https://packages.qa.debian.org/dpkg +INHERIT=autotools toolchain-funcs +IUSE=+bzip2 +lzma nls selinux static-libs test +update-alternatives +zlib +zstd +LICENSE=GPL-2+ +RDEPEND=>=app-arch/gzip-1.7 >=app-arch/tar-1.34-r1 app-crypt/libmd >=dev-lang/perl-5.14.2:= sys-libs/ncurses:=[unicode(+)] bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) nls? ( virtual/libintl ) selinux? ( sys-libs/libselinux ) zlib? ( >=sys-libs/zlib-1.1.4 ) zstd? ( app-arch/zstd:= ) selinux? ( sec-policy/selinux-dpkg ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://debian/pool/main/d/dpkg/dpkg_1.21.19.tar.xz +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=6ab25925a32c2472815ff52e51938637 diff --git a/metadata/md5-cache/app-backup/Manifest.gz b/metadata/md5-cache/app-backup/Manifest.gz index 3d12da724a84..880ee7787e1d 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/bacula-13.0.3-r2 b/metadata/md5-cache/app-backup/bacula-13.0.3-r2 index 88197e4ec1e2..c750ffcaa740 100644 --- a/metadata/md5-cache/app-backup/bacula-13.0.3-r2 +++ b/metadata/md5-cache/app-backup/bacula-13.0.3-r2 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://www.bacula.org/ INHERIT=desktop libtool qmake-utils systemd IUSE=acl bacula-clientonly bacula-nodir bacula-nosd +batch-insert examples ipv6 logwatch mysql postgres qt5 readline selinux +sqlite ssl static tcpd vim-syntax X -KEYWORDS=~amd64 ~ppc ~sparc ~x86 +KEYWORDS=amd64 ~ppc ~sparc ~x86 LICENSE=AGPL-3 RDEPEND=!bacula-clientonly? ( !bacula-nodir? ( virtual/mta ) postgres? ( dev-db/postgresql:=[threads(+)] ) mysql? ( || ( dev-db/mysql-connector-c dev-db/mariadb-connector-c ) ) sqlite? ( dev-db/sqlite:3 ) ) dev-libs/gmp:0 qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtsvg:5 x11-libs/qwt:6 ) logwatch? ( sys-apps/logwatch ) readline? ( sys-libs/readline:0 ) static? ( dev-libs/lzo[static-libs] sys-libs/ncurses:=[static-libs] sys-libs/zlib[static-libs] acl? ( virtual/acl[static-libs(+)] ) ssl? ( dev-libs/openssl:0=[static-libs] ) ) !static? ( dev-libs/lzo sys-libs/ncurses:= sys-libs/zlib acl? ( virtual/acl ) ssl? ( dev-libs/openssl:0= ) ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) dev-util/patchelf acct-user/bacula acct-group/bacula !bacula-clientonly? ( !bacula-nosd? ( app-arch/mt-st sys-block/mtx ) ) selinux? ( sec-policy/selinux-bacula ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) REQUIRED_USE=!bacula-clientonly? ( ^^ ( mysql postgres sqlite ) ) static? ( bacula-clientonly ) SLOT=0 SRC_URI=mirror://sourceforge/bacula/bacula-13.0.3.tar.gz _eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d libtool 9d3a9a889a6fa62ae794f817c156491b multilib c19072c3cd7ac5cb21de013f7e9832e0 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=eda2d49ccff930d703a8a8d7c6a24988 +_md5_=7bfb959ce45d071672a0c587a3953c4f diff --git a/metadata/md5-cache/app-containers/Manifest.gz b/metadata/md5-cache/app-containers/Manifest.gz index 1c0fa247ee0c..4c76fd54ea7b 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/earthly-0.7.23 b/metadata/md5-cache/app-containers/earthly-0.7.23 new file mode 100644 index 000000000000..c2575788177c --- /dev/null +++ b/metadata/md5-cache/app-containers/earthly-0.7.23 @@ -0,0 +1,14 @@ +BDEPEND=>=dev-lang/go-1.18 app-arch/unzip +DEFINED_PHASES=compile install postinst unpack +DESCRIPTION=Build automation tool that executes in containers +EAPI=8 +HOMEPAGE=https://earthly.dev/ https://github.com/earthly/earthly/ +INHERIT=go-module +KEYWORDS=~amd64 ~x86 +LICENSE=MPL-2.0 +RDEPEND=|| ( app-containers/docker app-containers/podman ) +RESTRICT=strip +SLOT=0 +SRC_URI=https://github.com/earthly/earthly/archive/v0.7.23.tar.gz -> earthly-0.7.23.tar.gz https://dev.gentoo.org/~xgqt/distfiles/deps/earthly-0.7.23-deps.tar.xz +_eclasses_=go-env 96e1747610bbb2f5c5d3fb16f0f3a83a go-module 9e5a8f7b134fd3ed3785755097fe8ef0 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=b6e76f2b663a42619dbd5e11f628d078 diff --git a/metadata/md5-cache/app-editors/Manifest.gz b/metadata/md5-cache/app-editors/Manifest.gz index 7e59db0121d8..a286504d1e71 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/gnome-text-editor-45.1 b/metadata/md5-cache/app-editors/gnome-text-editor-45.1 index 02a3831819dc..8ac052a94651 100644 --- a/metadata/md5-cache/app-editors/gnome-text-editor-45.1 +++ b/metadata/md5-cache/app-editors/gnome-text-editor-45.1 @@ -7,10 +7,10 @@ HOMEPAGE=https://gitlab.gnome.org/GNOME/gnome-text-editor IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=gnome.org gnome2-utils meson xdg IUSE=spell -KEYWORDS=~amd64 ~arm64 ~loong ~riscv +KEYWORDS=~amd64 ~arm ~arm64 ~loong ~riscv ~x86 LICENSE=GPL-3+ CC-BY-SA-3.0 RDEPEND=>=dev-libs/glib-2.73.0:2 >=gui-libs/gtk-4.7:4 >=gui-libs/gtksourceview-5.5.0:5 >=gui-libs/libadwaita-1.4_alpha:1 app-text/editorconfig-core-c x11-libs/cairo spell? ( >=app-text/enchant-2.2.0:2 dev-libs/icu:= ) gnome-base/gsettings-desktop-schemas SLOT=0 SRC_URI=mirror://gnome/sources/gnome-text-editor/45/gnome-text-editor-45.1.tar.xz _eclasses_=gnome.org 6b39404f1491c60a2d32e3c693a683fe gnome2-utils b0183db3b2e07b18f3b77bffec72e116 meson 576e6bbef90e9753368f8b4ad0bd5383 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=bc33039eeddfa27c3753db657c874900 +_md5_=d64d7617c3fa07b33abba765e1258305 diff --git a/metadata/md5-cache/app-emacs/Manifest.gz b/metadata/md5-cache/app-emacs/Manifest.gz index 1112c8a84cac..3a8b4674491d 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/flim-1.14.9_p20231214-r1 b/metadata/md5-cache/app-emacs/flim-1.14.9_p20231218 similarity index 79% rename from metadata/md5-cache/app-emacs/flim-1.14.9_p20231214-r1 rename to metadata/md5-cache/app-emacs/flim-1.14.9_p20231218 index 5ddc054b4322..e7d4a591b1c4 100644 --- a/metadata/md5-cache/app-emacs/flim-1.14.9_p20231214-r1 +++ b/metadata/md5-cache/app-emacs/flim-1.14.9_p20231218 @@ -10,6 +10,6 @@ LICENSE=GPL-2+ RDEPEND=>=app-emacs/apel-10.8 oauth2? ( app-emacs/oauth2 ) >=app-editors/emacs-25.3:* RESTRICT=!test? ( test ) SLOT=0 -SRC_URI=https://github.com/wanderlust/flim/archive/c430c5498ad5843f40ef758685e29431f167478c.tar.gz -> flim-1.14.9_p20231214.tar.gz +SRC_URI=https://github.com/wanderlust/flim/archive/abdd2315006eb31476249223569808adb1c0f7b2.tar.gz -> flim-1.14.9_p20231218.tar.gz _eclasses_=elisp fbefa95f5e9ab880a34bc69832b7c0d7 elisp-common 2a0fa407d2e6363c663ccb299503b25c -_md5_=2d935865e930a9fce034d1c126988110 +_md5_=5a3e8668f83838adfbe74ca1ee1abdac diff --git a/metadata/md5-cache/app-emacs/geiser-0.30 b/metadata/md5-cache/app-emacs/geiser-0.30 new file mode 100644 index 000000000000..66dd79877bd3 --- /dev/null +++ b/metadata/md5-cache/app-emacs/geiser-0.30 @@ -0,0 +1,13 @@ +BDEPEND=app-emacs/transient app-text/texi2html sys-apps/texinfo >=app-editors/emacs-25.3:* +DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack +DESCRIPTION=Generic interaction mode between Emacs and different Scheme implementations +EAPI=8 +HOMEPAGE=https://gitlab.com/emacs-geiser/geiser/ +INHERIT=elisp +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=app-emacs/transient >=app-editors/emacs-25.3:* +SLOT=0 +SRC_URI=https://gitlab.com/emacs-geiser/geiser/-/archive/0.30/geiser-0.30.tar.bz2 +_eclasses_=elisp fbefa95f5e9ab880a34bc69832b7c0d7 elisp-common 2a0fa407d2e6363c663ccb299503b25c +_md5_=59b63b40365b47f2adf6ff02d10ef318 diff --git a/metadata/md5-cache/app-emacs/lsp-mode-8.0.1_pre20231218 b/metadata/md5-cache/app-emacs/lsp-mode-8.0.1_pre20231218 new file mode 100644 index 000000000000..c4b762b1b315 --- /dev/null +++ b/metadata/md5-cache/app-emacs/lsp-mode-8.0.1_pre20231218 @@ -0,0 +1,15 @@ +BDEPEND=>=app-emacs/dash-2.18.0 >=app-emacs/f-0.20.0 app-emacs/ht app-emacs/lv app-emacs/markdown-mode app-emacs/spinner test? ( app-emacs/deferred app-emacs/ecukes app-emacs/el-mock app-emacs/espuds app-emacs/flycheck app-emacs/undercover ) test? ( app-emacs/ert-runner ) >=app-editors/emacs-27.1:* +DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack +DESCRIPTION=Emacs client/library for the Language Server Protocol +EAPI=8 +HOMEPAGE=https://emacs-lsp.github.io/lsp-mode/ +INHERIT=elisp +IUSE=test +KEYWORDS=~amd64 +LICENSE=GPL-3+ +RDEPEND=>=app-emacs/dash-2.18.0 >=app-emacs/f-0.20.0 app-emacs/ht app-emacs/lv app-emacs/markdown-mode app-emacs/spinner >=app-editors/emacs-27.1:* +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/emacs-lsp/lsp-mode/archive/5b2f3741bb797371bba2932653ca829167f9745a.tar.gz -> lsp-mode-8.0.1_pre20231218.tar.gz +_eclasses_=elisp fbefa95f5e9ab880a34bc69832b7c0d7 elisp-common 2a0fa407d2e6363c663ccb299503b25c +_md5_=e4af6bf0c10320990fb29db287705e35 diff --git a/metadata/md5-cache/app-emacs/transient-0.5.3 b/metadata/md5-cache/app-emacs/transient-0.5.3 new file mode 100644 index 000000000000..9fd66ef18137 --- /dev/null +++ b/metadata/md5-cache/app-emacs/transient-0.5.3 @@ -0,0 +1,13 @@ +BDEPEND=>=app-emacs/compat-29.1.4.1 sys-apps/texinfo >=app-editors/emacs-25.3:* +DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack +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 +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.5.3.tar.gz -> transient-0.5.3.tar.gz +_eclasses_=elisp fbefa95f5e9ab880a34bc69832b7c0d7 elisp-common 2a0fa407d2e6363c663ccb299503b25c +_md5_=d3e3bac4fec36180d8f523337efbb6bb diff --git a/metadata/md5-cache/app-misc/Manifest.gz b/metadata/md5-cache/app-misc/Manifest.gz index a00bdf64f49b..81adb2d3a6da 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/fastfetch-0.1.9999 b/metadata/md5-cache/app-misc/fastfetch-0.1.9999 index 686658d1c404..002c5bde2476 100644 --- a/metadata/md5-cache/app-misc/fastfetch-0.1.9999 +++ b/metadata/md5-cache/app-misc/fastfetch-0.1.9999 @@ -1,15 +1,16 @@ BDEPEND=virtual/pkgconfig app-alternatives/ninja >=dev-util/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-libs/yyjson sys-libs/zlib X? ( x11-libs/libX11 ) chafa? ( media-gfx/chafa ) dbus? ( sys-apps/dbus ) ddcutil? ( app-misc/ddcutil:= ) gnome? ( dev-libs/glib gnome-base/dconf ) imagemagick? ( media-gfx/imagemagick:= ) networkmanager? ( net-misc/networkmanager ) opencl? ( virtual/opencl ) opengl? ( media-libs/libglvnd[X] ) osmesa? ( media-libs/mesa[osmesa] ) pci? ( sys-apps/pciutils ) pulseaudio? ( media-libs/libpulse ) sqlite? ( dev-db/sqlite:3 ) vulkan? ( media-libs/vulkan-loader ) wayland? ( dev-libs/wayland ) xcb? ( x11-libs/libxcb ) xfce? ( xfce-base/xfconf ) xrandr? ( x11-libs/libXrandr ) -DESCRIPTION=Fast system information tool +DEPEND=>=dev-libs/yyjson-0.8.0:= sys-libs/zlib X? ( x11-libs/libX11 ) chafa? ( media-gfx/chafa ) dbus? ( sys-apps/dbus ) ddcutil? ( app-misc/ddcutil:= ) drm? ( x11-libs/libdrm ) gnome? ( dev-libs/glib gnome-base/dconf ) imagemagick? ( media-gfx/imagemagick:= ) networkmanager? ( net-misc/networkmanager ) opencl? ( virtual/opencl ) opengl? ( media-libs/libglvnd[X] ) osmesa? ( media-libs/mesa[osmesa] ) pci? ( sys-apps/pciutils ) pulseaudio? ( media-libs/libpulse ) sqlite? ( dev-db/sqlite:3 ) vulkan? ( media-libs/vulkan-loader sys-apps/pciutils ) wayland? ( dev-libs/wayland ) xcb? ( x11-libs/libxcb ) xfce? ( xfce-base/xfconf ) xrandr? ( x11-libs/libXrandr ) +DESCRIPTION=Fast neofetch-like system information tool EAPI=8 HOMEPAGE=https://github.com/fastfetch-cli/fastfetch INHERIT=cmake flag-o-matic git-r3 -IUSE=X chafa dbus ddcutil gnome imagemagick networkmanager opencl opengl osmesa pci pulseaudio sqlite vulkan wayland xcb xfce xrandr +IUSE=X chafa dbus ddcutil drm gnome imagemagick networkmanager opencl opengl osmesa pci pulseaudio sqlite test vulkan wayland xcb xfce xrandr LICENSE=MIT PROPERTIES=live -RDEPEND=dev-libs/yyjson sys-libs/zlib X? ( x11-libs/libX11 ) chafa? ( media-gfx/chafa ) dbus? ( sys-apps/dbus ) ddcutil? ( app-misc/ddcutil:= ) gnome? ( dev-libs/glib gnome-base/dconf ) imagemagick? ( media-gfx/imagemagick:= ) networkmanager? ( net-misc/networkmanager ) opencl? ( virtual/opencl ) opengl? ( media-libs/libglvnd[X] ) osmesa? ( media-libs/mesa[osmesa] ) pci? ( sys-apps/pciutils ) pulseaudio? ( media-libs/libpulse ) sqlite? ( dev-db/sqlite:3 ) vulkan? ( media-libs/vulkan-loader ) wayland? ( dev-libs/wayland ) xcb? ( x11-libs/libxcb ) xfce? ( xfce-base/xfconf ) xrandr? ( x11-libs/libXrandr ) +RDEPEND=>=dev-libs/yyjson-0.8.0:= sys-libs/zlib X? ( x11-libs/libX11 ) chafa? ( media-gfx/chafa ) dbus? ( sys-apps/dbus ) ddcutil? ( app-misc/ddcutil:= ) drm? ( x11-libs/libdrm ) gnome? ( dev-libs/glib gnome-base/dconf ) imagemagick? ( media-gfx/imagemagick:= ) networkmanager? ( net-misc/networkmanager ) opencl? ( virtual/opencl ) opengl? ( media-libs/libglvnd[X] ) osmesa? ( media-libs/mesa[osmesa] ) pci? ( sys-apps/pciutils ) pulseaudio? ( media-libs/libpulse ) sqlite? ( dev-db/sqlite:3 ) vulkan? ( media-libs/vulkan-loader sys-apps/pciutils ) wayland? ( dev-libs/wayland ) xcb? ( x11-libs/libxcb ) xfce? ( xfce-base/xfconf ) xrandr? ( x11-libs/libXrandr ) REQUIRED_USE=xrandr? ( X ) chafa? ( imagemagick ) +RESTRICT=!test? ( test ) SLOT=0 _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 git-r3 5133e393e8717a3a093660f990801dc1 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=ba8954623777bf816ef888c05379940b +_md5_=259fb65fcf3136b015801ce728b927be diff --git a/metadata/md5-cache/app-misc/fastfetch-0.2.9999 b/metadata/md5-cache/app-misc/fastfetch-0.2.9999 index 384fa284cce7..002c5bde2476 100644 --- a/metadata/md5-cache/app-misc/fastfetch-0.2.9999 +++ b/metadata/md5-cache/app-misc/fastfetch-0.2.9999 @@ -1,15 +1,16 @@ BDEPEND=virtual/pkgconfig app-alternatives/ninja >=dev-util/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=sys-libs/zlib X? ( x11-libs/libX11 ) chafa? ( media-gfx/chafa ) dbus? ( sys-apps/dbus ) ddcutil? ( app-misc/ddcutil:= ) gnome? ( dev-libs/glib gnome-base/dconf ) imagemagick? ( media-gfx/imagemagick:= ) networkmanager? ( net-misc/networkmanager ) opencl? ( virtual/opencl ) opengl? ( media-libs/libglvnd[X] ) osmesa? ( media-libs/mesa[osmesa] ) pci? ( sys-apps/pciutils ) pulseaudio? ( media-libs/libpulse ) sqlite? ( dev-db/sqlite:3 ) vulkan? ( media-libs/vulkan-loader ) wayland? ( dev-libs/wayland ) xcb? ( x11-libs/libxcb ) xfce? ( xfce-base/xfconf ) xrandr? ( x11-libs/libXrandr ) -DESCRIPTION=Fast system information tool +DEPEND=>=dev-libs/yyjson-0.8.0:= sys-libs/zlib X? ( x11-libs/libX11 ) chafa? ( media-gfx/chafa ) dbus? ( sys-apps/dbus ) ddcutil? ( app-misc/ddcutil:= ) drm? ( x11-libs/libdrm ) gnome? ( dev-libs/glib gnome-base/dconf ) imagemagick? ( media-gfx/imagemagick:= ) networkmanager? ( net-misc/networkmanager ) opencl? ( virtual/opencl ) opengl? ( media-libs/libglvnd[X] ) osmesa? ( media-libs/mesa[osmesa] ) pci? ( sys-apps/pciutils ) pulseaudio? ( media-libs/libpulse ) sqlite? ( dev-db/sqlite:3 ) vulkan? ( media-libs/vulkan-loader sys-apps/pciutils ) wayland? ( dev-libs/wayland ) xcb? ( x11-libs/libxcb ) xfce? ( xfce-base/xfconf ) xrandr? ( x11-libs/libXrandr ) +DESCRIPTION=Fast neofetch-like system information tool EAPI=8 HOMEPAGE=https://github.com/fastfetch-cli/fastfetch INHERIT=cmake flag-o-matic git-r3 -IUSE=X chafa dbus ddcutil gnome imagemagick networkmanager opencl opengl osmesa pci pulseaudio sqlite vulkan wayland xcb xfce xrandr +IUSE=X chafa dbus ddcutil drm gnome imagemagick networkmanager opencl opengl osmesa pci pulseaudio sqlite test vulkan wayland xcb xfce xrandr LICENSE=MIT PROPERTIES=live -RDEPEND=sys-libs/zlib X? ( x11-libs/libX11 ) chafa? ( media-gfx/chafa ) dbus? ( sys-apps/dbus ) ddcutil? ( app-misc/ddcutil:= ) gnome? ( dev-libs/glib gnome-base/dconf ) imagemagick? ( media-gfx/imagemagick:= ) networkmanager? ( net-misc/networkmanager ) opencl? ( virtual/opencl ) opengl? ( media-libs/libglvnd[X] ) osmesa? ( media-libs/mesa[osmesa] ) pci? ( sys-apps/pciutils ) pulseaudio? ( media-libs/libpulse ) sqlite? ( dev-db/sqlite:3 ) vulkan? ( media-libs/vulkan-loader ) wayland? ( dev-libs/wayland ) xcb? ( x11-libs/libxcb ) xfce? ( xfce-base/xfconf ) xrandr? ( x11-libs/libXrandr ) +RDEPEND=>=dev-libs/yyjson-0.8.0:= sys-libs/zlib X? ( x11-libs/libX11 ) chafa? ( media-gfx/chafa ) dbus? ( sys-apps/dbus ) ddcutil? ( app-misc/ddcutil:= ) drm? ( x11-libs/libdrm ) gnome? ( dev-libs/glib gnome-base/dconf ) imagemagick? ( media-gfx/imagemagick:= ) networkmanager? ( net-misc/networkmanager ) opencl? ( virtual/opencl ) opengl? ( media-libs/libglvnd[X] ) osmesa? ( media-libs/mesa[osmesa] ) pci? ( sys-apps/pciutils ) pulseaudio? ( media-libs/libpulse ) sqlite? ( dev-db/sqlite:3 ) vulkan? ( media-libs/vulkan-loader sys-apps/pciutils ) wayland? ( dev-libs/wayland ) xcb? ( x11-libs/libxcb ) xfce? ( xfce-base/xfconf ) xrandr? ( x11-libs/libXrandr ) REQUIRED_USE=xrandr? ( X ) chafa? ( imagemagick ) +RESTRICT=!test? ( test ) SLOT=0 _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 git-r3 5133e393e8717a3a093660f990801dc1 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=f41dfbc3d57a8e448ce42b1cd90c4113 +_md5_=259fb65fcf3136b015801ce728b927be diff --git a/metadata/md5-cache/app-misc/fastfetch-1.12.2 b/metadata/md5-cache/app-misc/fastfetch-1.12.2 deleted file mode 100644 index 50f611e7c46e..000000000000 --- a/metadata/md5-cache/app-misc/fastfetch-1.12.2 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=virtual/pkgconfig app-alternatives/ninja >=dev-util/cmake-3.20.5 -DEFINED_PHASES=compile configure install prepare test -DEPEND=sys-libs/zlib X? ( x11-libs/libX11 ) chafa? ( media-gfx/chafa ) dbus? ( sys-apps/dbus ) gnome? ( dev-libs/glib gnome-base/dconf ) imagemagick? ( media-gfx/imagemagick:= ) networkmanager? ( net-misc/networkmanager ) opencl? ( virtual/opencl ) opengl? ( media-libs/libglvnd[X] ) osmesa? ( media-libs/mesa[osmesa] ) pci? ( sys-apps/pciutils ) pulseaudio? ( media-libs/libpulse ) sqlite? ( dev-db/sqlite:3 ) vulkan? ( media-libs/vulkan-loader ) wayland? ( dev-libs/wayland ) xcb? ( x11-libs/libxcb ) xfce? ( xfce-base/xfconf ) xrandr? ( x11-libs/libXrandr ) -DESCRIPTION=Fast system information tool -EAPI=8 -HOMEPAGE=https://github.com/fastfetch-cli/fastfetch -INHERIT=cmake flag-o-matic -IUSE=X chafa dbus gnome imagemagick networkmanager opencl opengl osmesa pci pulseaudio sqlite vulkan wayland xcb xfce xrandr -KEYWORDS=~amd64 ~ppc64 -LICENSE=MIT -RDEPEND=sys-libs/zlib X? ( x11-libs/libX11 ) chafa? ( media-gfx/chafa ) dbus? ( sys-apps/dbus ) gnome? ( dev-libs/glib gnome-base/dconf ) imagemagick? ( media-gfx/imagemagick:= ) networkmanager? ( net-misc/networkmanager ) opencl? ( virtual/opencl ) opengl? ( media-libs/libglvnd[X] ) osmesa? ( media-libs/mesa[osmesa] ) pci? ( sys-apps/pciutils ) pulseaudio? ( media-libs/libpulse ) sqlite? ( dev-db/sqlite:3 ) vulkan? ( media-libs/vulkan-loader ) wayland? ( dev-libs/wayland ) xcb? ( x11-libs/libxcb ) xfce? ( xfce-base/xfconf ) xrandr? ( x11-libs/libXrandr ) -REQUIRED_USE=xrandr? ( X ) chafa? ( imagemagick ) -SLOT=0 -SRC_URI=https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/1.12.2.tar.gz -> fastfetch-1.12.2.tar.gz -_eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=4ab53c09c3090d4f98cf30f8e37b20a8 diff --git a/metadata/md5-cache/app-misc/fastfetch-2.4.0 b/metadata/md5-cache/app-misc/fastfetch-2.4.0 new file mode 100644 index 000000000000..66c54a376eee --- /dev/null +++ b/metadata/md5-cache/app-misc/fastfetch-2.4.0 @@ -0,0 +1,17 @@ +BDEPEND=virtual/pkgconfig app-alternatives/ninja >=dev-util/cmake-3.20.5 +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-libs/yyjson-0.8.0:= sys-libs/zlib X? ( x11-libs/libX11 ) chafa? ( media-gfx/chafa ) dbus? ( sys-apps/dbus ) ddcutil? ( app-misc/ddcutil:= ) drm? ( x11-libs/libdrm ) gnome? ( dev-libs/glib gnome-base/dconf ) imagemagick? ( media-gfx/imagemagick:= ) networkmanager? ( net-misc/networkmanager ) opencl? ( virtual/opencl ) opengl? ( media-libs/libglvnd[X] ) osmesa? ( media-libs/mesa[osmesa] ) pci? ( sys-apps/pciutils ) pulseaudio? ( media-libs/libpulse ) sqlite? ( dev-db/sqlite:3 ) vulkan? ( media-libs/vulkan-loader sys-apps/pciutils ) wayland? ( dev-libs/wayland ) xcb? ( x11-libs/libxcb ) xfce? ( xfce-base/xfconf ) xrandr? ( x11-libs/libXrandr ) +DESCRIPTION=Fast neofetch-like system information tool +EAPI=8 +HOMEPAGE=https://github.com/fastfetch-cli/fastfetch +INHERIT=cmake flag-o-matic +IUSE=X chafa dbus ddcutil drm gnome imagemagick networkmanager opencl opengl osmesa pci pulseaudio sqlite test vulkan wayland xcb xfce xrandr +KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 +LICENSE=MIT +RDEPEND=>=dev-libs/yyjson-0.8.0:= sys-libs/zlib X? ( x11-libs/libX11 ) chafa? ( media-gfx/chafa ) dbus? ( sys-apps/dbus ) ddcutil? ( app-misc/ddcutil:= ) drm? ( x11-libs/libdrm ) gnome? ( dev-libs/glib gnome-base/dconf ) imagemagick? ( media-gfx/imagemagick:= ) networkmanager? ( net-misc/networkmanager ) opencl? ( virtual/opencl ) opengl? ( media-libs/libglvnd[X] ) osmesa? ( media-libs/mesa[osmesa] ) pci? ( sys-apps/pciutils ) pulseaudio? ( media-libs/libpulse ) sqlite? ( dev-db/sqlite:3 ) vulkan? ( media-libs/vulkan-loader sys-apps/pciutils ) wayland? ( dev-libs/wayland ) xcb? ( x11-libs/libxcb ) xfce? ( xfce-base/xfconf ) xrandr? ( x11-libs/libXrandr ) +REQUIRED_USE=xrandr? ( X ) chafa? ( imagemagick ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.4.0.tar.gz -> fastfetch-2.4.0.tar.gz +_eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=259fb65fcf3136b015801ce728b927be diff --git a/metadata/md5-cache/app-misc/rdfind-1.6.0 b/metadata/md5-cache/app-misc/rdfind-1.6.0 index 985655bf3607..70bb97998c3a 100644 --- a/metadata/md5-cache/app-misc/rdfind-1.6.0 +++ b/metadata/md5-cache/app-misc/rdfind-1.6.0 @@ -5,10 +5,10 @@ DESCRIPTION=Find duplicate files based on their content EAPI=8 HOMEPAGE=https://github.com/pauldreik/rdfind INHERIT=autotools -KEYWORDS=~alpha amd64 arm arm64 ~ia64 ~m68k ~mips ppc ~riscv ~s390 sparc x86 +KEYWORDS=~alpha amd64 arm arm64 ~ia64 ~loong ~m68k ~mips ppc ~riscv ~s390 sparc x86 LICENSE=GPL-2+ RDEPEND=dev-libs/nettle:= SLOT=0 SRC_URI=https://rdfind.pauldreik.se/rdfind-1.6.0.tar.gz _eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=49b549dd4993af191ac7f111a14bfcd8 +_md5_=aad264cfe58bef0e79d8926740ee0f41 diff --git a/metadata/md5-cache/app-pda/Manifest.gz b/metadata/md5-cache/app-pda/Manifest.gz index 8575773f5853..e648bc9ea072 100644 Binary files a/metadata/md5-cache/app-pda/Manifest.gz and b/metadata/md5-cache/app-pda/Manifest.gz differ diff --git a/metadata/md5-cache/app-pda/libplist-2.3.0-r2 b/metadata/md5-cache/app-pda/libplist-2.3.0-r2 new file mode 100644 index 000000000000..8abd8db3cf21 --- /dev/null +++ b/metadata/md5-cache/app-pda/libplist-2.3.0-r2 @@ -0,0 +1,12 @@ +BDEPEND=virtual/pkgconfig sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71-r5 >=sys-devel/libtool-2.4.7 +DEFINED_PHASES=configure install prepare +DESCRIPTION=Support library to deal with Apple Property Lists (Binary & XML) +EAPI=8 +HOMEPAGE=https://www.libimobiledevice.org/ +INHERIT=autotools +KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 +LICENSE=GPL-2+ LGPL-2.1+ +SLOT=0/4 +SRC_URI=https://cgit.libimobiledevice.org/libplist.git/snapshot/libplist-2.3.0.tar.bz2 +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=bf951ec6891125586d4fe95d95ca0a8c diff --git a/metadata/md5-cache/app-portage/Manifest.gz b/metadata/md5-cache/app-portage/Manifest.gz index 5db3b94e5ed7..868345facbd3 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/pfl-3.3.1 b/metadata/md5-cache/app-portage/pfl-3.3.1 new file mode 100644 index 000000000000..38169f202557 --- /dev/null +++ b/metadata/md5-cache/app-portage/pfl-3.3.1 @@ -0,0 +1,15 @@ +BDEPEND=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_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] virtual/pkgconfig +DEFINED_PHASES=compile configure install postinst prepare test +DESCRIPTION=Searchable online file/package database for Gentoo +EAPI=8 +HOMEPAGE=https://www.portagefilelist.de https://github.com/portagefilelist/client +INHERIT=distutils-r1 systemd +IUSE=+network-cron python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos +LICENSE=GPL-2 +RDEPEND=dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/termcolor[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] sys-apps/portage[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] network-cron? ( sys-apps/util-linux[caps] ) 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_python3_10 python_targets_python3_11 python_targets_python3_12 ) +SLOT=0 +SRC_URI=https://github.com/portagefilelist/client/archive/3.3.1.tar.gz -> pfl-3.3.1.tar.gz +_eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=ca0c9ba8fcf3a7920339795aef2b7c16 diff --git a/metadata/md5-cache/app-text/Manifest.gz b/metadata/md5-cache/app-text/Manifest.gz index 8bfc1deeec1c..45bfafcde3f8 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/ghostscript-gpl-10.02.1 b/metadata/md5-cache/app-text/ghostscript-gpl-10.02.1 index 9ccc537e2b4c..63442a6791e2 100644 --- a/metadata/md5-cache/app-text/ghostscript-gpl-10.02.1 +++ b/metadata/md5-cache/app-text/ghostscript-gpl-10.02.1 @@ -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.02 SRC_URI=https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10021/ghostscript-10.02.1.tar.xz https://dev.gentoo.org/~sam/distfiles/app-text/ghostscript-gpl/ghostscript-gpl-10.0-patches.tar.xz _eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=1844a71e08a0dca143f72bf6859a0980 +_md5_=8b54328b4d6d8b71c96730b5868e82c8 diff --git a/metadata/md5-cache/app-text/paper-clip-9999 b/metadata/md5-cache/app-text/paper-clip-9999 index db2778005235..a259f4b76c96 100644 --- a/metadata/md5-cache/app-text/paper-clip-9999 +++ b/metadata/md5-cache/app-text/paper-clip-9999 @@ -12,4 +12,4 @@ RDEPEND=app-text/poppler:=[cairo,introspection] dev-libs/glib:2 dev-libs/gobject RESTRICT=test SLOT=0 _eclasses_=flag-o-matic c816c598969cbaf38cc02d2496ad2e98 git-r3 5133e393e8717a3a093660f990801dc1 gnome2-utils b0183db3b2e07b18f3b77bffec72e116 meson 576e6bbef90e9753368f8b4ad0bd5383 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc vala e477903dbe0105930c51f170a592dc16 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=79b5625b095bb036b93ee4b700010423 +_md5_=9dd7c837629697f27fd2bddb2ac4b8d0 diff --git a/metadata/md5-cache/app-text/rpl-1.15.5 b/metadata/md5-cache/app-text/rpl-1.15.5 index d8f0023b4fe0..ccde47211bc0 100644 --- a/metadata/md5-cache/app-text/rpl-1.15.5 +++ b/metadata/md5-cache/app-text/rpl-1.15.5 @@ -1,16 +1,16 @@ -BDEPEND=dev-python/chardet[python_targets_python3_11(-)?] dev-python/argparse-manpage[python_targets_python3_11(-)?] dev-python/regex[python_targets_python3_11(-)?] dev-python/chainstream[python_targets_python3_11(-)?] test? ( dev-python/chardet[python_targets_python3_11(-)?] >=dev-python/pytest-7.3.1[python_targets_python3_11(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_11(-)?] +BDEPEND=dev-python/chardet[python_targets_python3_11(-)?] dev-python/argparse-manpage[python_targets_python3_11(-)?] dev-python/regex[python_targets_python3_11(-)?] dev-python/chainstream[python_targets_python3_11(-)?] test? ( dev-python/pytest-datafiles[python_targets_python3_11(-)?] ) test? ( dev-python/chardet[python_targets_python3_11(-)?] >=dev-python/pytest-7.3.1[python_targets_python3_11(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_11(-)?] DEFINED_PHASES=compile configure install prepare test DESCRIPTION=Intelligent recursive search/replace utility EAPI=8 HOMEPAGE=https://rpl.sourceforge.net/ https://github.com/rrthomas/rpl INHERIT=distutils-r1 -IUSE=test python_targets_python3_11 +IUSE=test test python_targets_python3_11 KEYWORDS=~amd64 LICENSE=GPL-3+ RDEPEND=dev-python/chardet[python_targets_python3_11(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) REQUIRED_USE=|| ( python_targets_python3_11 ) -RESTRICT=!test? ( test ) +RESTRICT=!test? ( test ) !test? ( test ) SLOT=0 SRC_URI=https://github.com/rrthomas/rpl/archive/v1.15.5.tar.gz -> rpl-1.15.5.gh.tar.gz _eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=20870c0cb04136e8810ea9c8982817ba +_md5_=2a2d598e690147a6a05e1c10d2d5225f diff --git a/metadata/md5-cache/dev-cpp/Manifest.gz b/metadata/md5-cache/dev-cpp/Manifest.gz index a49874a2dcf4..b8270a2d8cde 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/magic_enum-0.9.5 b/metadata/md5-cache/dev-cpp/magic_enum-0.9.5 new file mode 100644 index 000000000000..6638cab860d9 --- /dev/null +++ b/metadata/md5-cache/dev-cpp/magic_enum-0.9.5 @@ -0,0 +1,14 @@ +BDEPEND=app-alternatives/ninja >=dev-util/cmake-3.20.5 +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Static reflection for enums in header-only C++ +EAPI=8 +HOMEPAGE=https://github.com/Neargye/magic_enum +INHERIT=cmake +IUSE=test +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 +LICENSE=MIT +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/Neargye/magic_enum/archive/refs/tags/v0.9.5.tar.gz -> magic_enum-0.9.5.tar.gz +_eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=ee2a9246ff7f72a0cdad741078b84a47 diff --git a/metadata/md5-cache/dev-db/Manifest.gz b/metadata/md5-cache/dev-db/Manifest.gz index fdbfb5d01795..2a57a88e7c16 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/influxdb-2.7.1-r1 b/metadata/md5-cache/dev-db/influxdb-2.7.1-r1 deleted file mode 100644 index b6dfa7e81ad2..000000000000 --- a/metadata/md5-cache/dev-db/influxdb-2.7.1-r1 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=virtual/pkgconfig >=virtual/rust-1.53 >=dev-lang/go-1.18 app-arch/unzip virtual/pkgconfig -DEFINED_PHASES=compile configure install postinst prepare test unpack -DEPEND=acct-group/influxdb acct-user/influxdb -DESCRIPTION=Scalable datastore for metrics, events, and real-time analytics -EAPI=8 -HOMEPAGE=https://www.influxdata.com -INHERIT=cargo go-module systemd -IUSE=test debug -KEYWORDS=~amd64 -LICENSE=Apache-2.0 BSD BSD-2 EPL-2.0 ISC MIT MPL-2.0 -RDEPEND=acct-group/influxdb acct-user/influxdb -RESTRICT=!test? ( test ) strip -SLOT=0 -SRC_URI=https://github.com/influxdata/influxdb/archive/v2.7.1.tar.gz -> influxdb-2.7.1.tar.gz https://github.com/influxdata/ui/releases/download/OSS-v2.7.1/build.tar.gz -> influxdb-2.7.1-assets.tar.gz https://gentoo.kropotkin.rocks/go-pkgs/influxdb-2.7.1-deps.tar.xz https://crates.io/api/v1/crates/adler32/1.2.0/download -> adler32-1.2.0.crate https://crates.io/api/v1/crates/ahash/0.7.6/download -> ahash-0.7.6.crate https://crates.io/api/v1/crates/aho-corasick/0.7.18/download -> aho-corasick-0.7.18.crate https://crates.io/api/v1/crates/ansi_term/0.11.0/download -> ansi_term-0.11.0.crate https://crates.io/api/v1/crates/ansi_term/0.12.1/download -> ansi_term-0.12.1.crate https://crates.io/api/v1/crates/anyhow/1.0.56/download -> anyhow-1.0.56.crate https://crates.io/api/v1/crates/arrayvec/0.5.2/download -> arrayvec-0.5.2.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.0.1/download -> autocfg-1.0.1.crate https://crates.io/api/v1/crates/bitflags/1.3.2/download -> bitflags-1.3.2.crate https://crates.io/api/v1/crates/bstr/0.2.17/download -> bstr-0.2.17.crate https://crates.io/api/v1/crates/bumpalo/3.12.0/download -> bumpalo-3.12.0.crate https://crates.io/api/v1/crates/cast/0.2.7/download -> cast-0.2.7.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.19/download -> chrono-0.4.19.crate https://crates.io/api/v1/crates/clap/2.33.3/download -> clap-2.33.3.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/colored/2.0.0/download -> colored-2.0.0.crate https://crates.io/api/v1/crates/crc32fast/1.2.1/download -> crc32fast-1.2.1.crate https://crates.io/api/v1/crates/criterion/0.3.5/download -> criterion-0.3.5.crate https://crates.io/api/v1/crates/criterion-plot/0.4.4/download -> criterion-plot-0.4.4.crate https://crates.io/api/v1/crates/crossbeam-channel/0.5.1/download -> crossbeam-channel-0.5.1.crate https://crates.io/api/v1/crates/crossbeam-deque/0.8.1/download -> crossbeam-deque-0.8.1.crate https://crates.io/api/v1/crates/crossbeam-epoch/0.9.5/download -> crossbeam-epoch-0.9.5.crate https://crates.io/api/v1/crates/crossbeam-utils/0.8.8/download -> crossbeam-utils-0.8.8.crate https://crates.io/api/v1/crates/csv/1.1.6/download -> csv-1.1.6.crate https://crates.io/api/v1/crates/csv-core/0.1.10/download -> csv-core-0.1.10.crate https://crates.io/api/v1/crates/ctor/0.1.21/download -> ctor-0.1.21.crate https://crates.io/api/v1/crates/derivative/2.2.0/download -> derivative-2.2.0.crate https://crates.io/api/v1/crates/derive_more/0.99.17/download -> derive_more-0.99.17.crate https://crates.io/api/v1/crates/diff/0.1.12/download -> diff-0.1.12.crate https://crates.io/api/v1/crates/dissimilar/1.0.3/download -> dissimilar-1.0.3.crate https://crates.io/api/v1/crates/either/1.6.1/download -> either-1.6.1.crate https://crates.io/api/v1/crates/ena/0.14.0/download -> ena-0.14.0.crate https://crates.io/api/v1/crates/env_logger/0.9.0/download -> env_logger-0.9.0.crate https://crates.io/api/v1/crates/expect-test/1.2.2/download -> expect-test-1.2.2.crate https://crates.io/api/v1/crates/fallible-iterator/0.2.0/download -> fallible-iterator-0.2.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/1.7.0/download -> fastrand-1.7.0.crate https://crates.io/api/v1/crates/flatbuffers/22.9.29/download -> flatbuffers-22.9.29.crate https://crates.io/api/v1/crates/fnv/1.0.7/download -> fnv-1.0.7.crate https://crates.io/api/v1/crates/form_urlencoded/1.0.1/download -> form_urlencoded-1.0.1.crate https://crates.io/api/v1/crates/getrandom/0.2.6/download -> getrandom-0.2.6.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.11.2/download -> hashbrown-0.11.2.crate https://crates.io/api/v1/crates/hashlink/0.7.0/download -> hashlink-0.7.0.crate https://crates.io/api/v1/crates/heck/0.3.3/download -> heck-0.3.3.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/humantime/2.1.0/download -> humantime-2.1.0.crate https://crates.io/api/v1/crates/idna/0.2.3/download -> idna-0.2.3.crate https://crates.io/api/v1/crates/indexmap/1.8.1/download -> indexmap-1.8.1.crate https://crates.io/api/v1/crates/instant/0.1.12/download -> instant-0.1.12.crate https://crates.io/api/v1/crates/itertools/0.10.1/download -> itertools-0.10.1.crate https://crates.io/api/v1/crates/itoa/0.4.8/download -> itoa-0.4.8.crate https://crates.io/api/v1/crates/itoa/1.0.1/download -> itoa-1.0.1.crate https://crates.io/api/v1/crates/js-sys/0.3.55/download -> js-sys-0.3.55.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.121/download -> libc-0.2.121.crate https://crates.io/api/v1/crates/libflate/1.2.0/download -> libflate-1.2.0.crate https://crates.io/api/v1/crates/libflate_lz77/1.1.0/download -> libflate_lz77-1.1.0.crate https://crates.io/api/v1/crates/libsqlite3-sys/0.23.2/download -> libsqlite3-sys-0.23.2.crate https://crates.io/api/v1/crates/lock_api/0.4.6/download -> lock_api-0.4.6.crate https://crates.io/api/v1/crates/log/0.4.16/download -> log-0.4.16.crate https://crates.io/api/v1/crates/lsp-types/0.91.1/download -> lsp-types-0.91.1.crate https://crates.io/api/v1/crates/maplit/1.0.2/download -> maplit-1.0.2.crate https://crates.io/api/v1/crates/matches/0.1.9/download -> matches-0.1.9.crate https://crates.io/api/v1/crates/memchr/2.4.1/download -> memchr-2.4.1.crate https://crates.io/api/v1/crates/memoffset/0.6.4/download -> memoffset-0.6.4.crate https://crates.io/api/v1/crates/num-integer/0.1.44/download -> num-integer-0.1.44.crate https://crates.io/api/v1/crates/num-traits/0.2.14/download -> num-traits-0.2.14.crate https://crates.io/api/v1/crates/num_cpus/1.13.0/download -> num_cpus-1.13.0.crate https://crates.io/api/v1/crates/once_cell/1.10.0/download -> once_cell-1.10.0.crate https://crates.io/api/v1/crates/oorandom/11.1.3/download -> oorandom-11.1.3.crate https://crates.io/api/v1/crates/ordered-float/3.2.0/download -> ordered-float-3.2.0.crate https://crates.io/api/v1/crates/output_vt100/0.1.2/download -> output_vt100-0.1.2.crate https://crates.io/api/v1/crates/pad/0.1.6/download -> pad-0.1.6.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_core/0.8.5/download -> parking_lot_core-0.8.5.crate https://crates.io/api/v1/crates/percent-encoding/2.1.0/download -> percent-encoding-2.1.0.crate https://crates.io/api/v1/crates/pkg-config/0.3.25/download -> pkg-config-0.3.25.crate https://crates.io/api/v1/crates/plotters/0.3.1/download -> plotters-0.3.1.crate https://crates.io/api/v1/crates/plotters-backend/0.3.2/download -> plotters-backend-0.3.2.crate https://crates.io/api/v1/crates/plotters-svg/0.3.1/download -> plotters-svg-0.3.1.crate https://crates.io/api/v1/crates/pretty/0.11.2/download -> pretty-0.11.2.crate https://crates.io/api/v1/crates/pretty_assertions/1.2.1/download -> pretty_assertions-1.2.1.crate https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download -> proc-macro-error-1.0.4.crate https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download -> proc-macro-error-attr-1.0.4.crate https://crates.io/api/v1/crates/proc-macro2/1.0.32/download -> proc-macro2-1.0.32.crate https://crates.io/api/v1/crates/pulldown-cmark/0.9.1/download -> pulldown-cmark-0.9.1.crate https://crates.io/api/v1/crates/quote/1.0.10/download -> quote-1.0.10.crate https://crates.io/api/v1/crates/rayon/1.5.2/download -> rayon-1.5.2.crate https://crates.io/api/v1/crates/rayon-core/1.9.2/download -> rayon-core-1.9.2.crate https://crates.io/api/v1/crates/redox_syscall/0.2.10/download -> redox_syscall-0.2.10.crate https://crates.io/api/v1/crates/regex/1.5.5/download -> regex-1.5.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-syntax/0.6.25/download -> regex-syntax-0.6.25.crate https://crates.io/api/v1/crates/remove_dir_all/0.5.3/download -> remove_dir_all-0.5.3.crate https://crates.io/api/v1/crates/rle-decode-fast/1.0.1/download -> rle-decode-fast-1.0.1.crate https://crates.io/api/v1/crates/rusqlite/0.26.3/download -> rusqlite-0.26.3.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/ryu/1.0.5/download -> ryu-1.0.5.crate https://crates.io/api/v1/crates/salsa/0.17.0-pre.2/download -> salsa-0.17.0-pre.2.crate https://crates.io/api/v1/crates/salsa-macros/0.17.0-pre.2/download -> salsa-macros-0.17.0-pre.2.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/semver/1.0.4/download -> semver-1.0.4.crate https://crates.io/api/v1/crates/serde/1.0.136/download -> serde-1.0.136.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.136/download -> serde_derive-1.0.136.crate https://crates.io/api/v1/crates/serde_json/1.0.79/download -> serde_json-1.0.79.crate https://crates.io/api/v1/crates/serde_repr/0.1.7/download -> serde_repr-0.1.7.crate https://crates.io/api/v1/crates/smallvec/1.7.0/download -> smallvec-1.7.0.crate https://crates.io/api/v1/crates/strsim/0.8.0/download -> strsim-0.8.0.crate https://crates.io/api/v1/crates/structopt/0.3.26/download -> structopt-0.3.26.crate https://crates.io/api/v1/crates/structopt-derive/0.4.18/download -> structopt-derive-0.4.18.crate https://crates.io/api/v1/crates/syn/1.0.81/download -> syn-1.0.81.crate https://crates.io/api/v1/crates/tempfile/3.3.0/download -> tempfile-3.3.0.crate https://crates.io/api/v1/crates/termcolor/1.1.2/download -> termcolor-1.1.2.crate https://crates.io/api/v1/crates/textwrap/0.11.0/download -> textwrap-0.11.0.crate https://crates.io/api/v1/crates/thiserror/1.0.30/download -> thiserror-1.0.30.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.30/download -> thiserror-impl-1.0.30.crate https://crates.io/api/v1/crates/time/0.1.43/download -> time-0.1.43.crate https://crates.io/api/v1/crates/tinytemplate/1.2.1/download -> tinytemplate-1.2.1.crate https://crates.io/api/v1/crates/tinyvec/1.5.1/download -> tinyvec-1.5.1.crate https://crates.io/api/v1/crates/tinyvec_macros/0.1.0/download -> tinyvec_macros-0.1.0.crate https://crates.io/api/v1/crates/typed-arena/2.0.1/download -> typed-arena-2.0.1.crate https://crates.io/api/v1/crates/unicase/2.6.0/download -> unicase-2.6.0.crate https://crates.io/api/v1/crates/unicode-bidi/0.3.7/download -> unicode-bidi-0.3.7.crate https://crates.io/api/v1/crates/unicode-normalization/0.1.19/download -> unicode-normalization-0.1.19.crate https://crates.io/api/v1/crates/unicode-segmentation/1.8.0/download -> unicode-segmentation-1.8.0.crate https://crates.io/api/v1/crates/unicode-width/0.1.9/download -> unicode-width-0.1.9.crate https://crates.io/api/v1/crates/unicode-xid/0.2.2/download -> unicode-xid-0.2.2.crate https://crates.io/api/v1/crates/url/2.2.2/download -> url-2.2.2.crate https://crates.io/api/v1/crates/vcpkg/0.2.15/download -> vcpkg-0.2.15.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/version_check/0.9.3/download -> version_check-0.9.3.crate https://crates.io/api/v1/crates/walkdir/2.3.2/download -> walkdir-2.3.2.crate https://crates.io/api/v1/crates/wasi/0.10.2+wasi-snapshot-preview1/download -> wasi-0.10.2+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/wasm-bindgen/0.2.78/download -> wasm-bindgen-0.2.78.crate https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.78/download -> wasm-bindgen-backend-0.2.78.crate https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.78/download -> wasm-bindgen-macro-0.2.78.crate https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.78/download -> wasm-bindgen-macro-support-0.2.78.crate https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.78/download -> wasm-bindgen-shared-0.2.78.crate https://crates.io/api/v1/crates/web-sys/0.3.55/download -> web-sys-0.3.55.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 -_eclasses_=cargo 8e446589282567c95e483e238d8dd120 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 go-env 96e1747610bbb2f5c5d3fb16f0f3a83a go-module 9e5a8f7b134fd3ed3785755097fe8ef0 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=be5c73b65d6f742ec685c6906482faac diff --git a/metadata/md5-cache/dev-db/influxdb-2.7.3 b/metadata/md5-cache/dev-db/influxdb-2.7.3 new file mode 100644 index 000000000000..a9c70b4f5fa4 --- /dev/null +++ b/metadata/md5-cache/dev-db/influxdb-2.7.3 @@ -0,0 +1,16 @@ +BDEPEND=virtual/pkgconfig >=virtual/rust-1.53 >=dev-lang/go-1.18 app-arch/unzip virtual/pkgconfig +DEFINED_PHASES=compile configure install postinst prepare test unpack +DEPEND=acct-group/influxdb acct-user/influxdb +DESCRIPTION=Scalable datastore for metrics, events, and real-time analytics +EAPI=8 +HOMEPAGE=https://www.influxdata.com +INHERIT=cargo go-module systemd +IUSE=test debug +KEYWORDS=~amd64 +LICENSE=Apache-2.0 BSD BSD-2 EPL-2.0 ISC MIT MPL-2.0 +RDEPEND=acct-group/influxdb acct-user/influxdb +RESTRICT=!test? ( test ) strip +SLOT=0 +SRC_URI=https://github.com/influxdata/influxdb/archive/v2.7.3.tar.gz -> influxdb-2.7.3.tar.gz https://github.com/influxdata/ui/releases/download/OSS-v2.7.1/build.tar.gz -> influxdb-2.7.3-assets.tar.gz https://gentoo.kropotkin.rocks/go-pkgs/influxdb-2.7.3-deps.tar.xz https://crates.io/api/v1/crates/adler32/1.2.0/download -> adler32-1.2.0.crate https://crates.io/api/v1/crates/ahash/0.7.6/download -> ahash-0.7.6.crate https://crates.io/api/v1/crates/aho-corasick/0.7.20/download -> aho-corasick-0.7.20.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/ansi_term/0.12.1/download -> ansi_term-0.12.1.crate https://crates.io/api/v1/crates/anyhow/1.0.70/download -> anyhow-1.0.70.crate https://crates.io/api/v1/crates/arrayvec/0.5.2/download -> arrayvec-0.5.2.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.0.2/download -> bitflags-2.0.2.crate https://crates.io/api/v1/crates/bumpalo/3.12.0/download -> bumpalo-3.12.0.crate https://crates.io/api/v1/crates/cast/0.3.0/download -> cast-0.3.0.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/chrono/0.4.24/download -> chrono-0.4.24.crate https://crates.io/api/v1/crates/clap/2.34.0/download -> clap-2.34.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/colored/2.0.0/download -> colored-2.0.0.crate https://crates.io/api/v1/crates/core-foundation-sys/0.8.4/download -> core-foundation-sys-0.8.4.crate https://crates.io/api/v1/crates/crc32fast/1.3.2/download -> crc32fast-1.3.2.crate https://crates.io/api/v1/crates/criterion-plot/0.4.5/download -> criterion-plot-0.4.5.crate https://crates.io/api/v1/crates/criterion/0.3.6/download -> criterion-0.3.6.crate https://crates.io/api/v1/crates/crossbeam-channel/0.5.7/download -> crossbeam-channel-0.5.7.crate https://crates.io/api/v1/crates/crossbeam-deque/0.8.3/download -> crossbeam-deque-0.8.3.crate https://crates.io/api/v1/crates/crossbeam-epoch/0.9.14/download -> crossbeam-epoch-0.9.14.crate https://crates.io/api/v1/crates/crossbeam-utils/0.8.15/download -> crossbeam-utils-0.8.15.crate https://crates.io/api/v1/crates/csv-core/0.1.10/download -> csv-core-0.1.10.crate https://crates.io/api/v1/crates/csv/1.2.1/download -> csv-1.2.1.crate https://crates.io/api/v1/crates/ctor/0.1.26/download -> ctor-0.1.26.crate https://crates.io/api/v1/crates/cxx-build/1.0.94/download -> cxx-build-1.0.94.crate https://crates.io/api/v1/crates/cxx/1.0.94/download -> cxx-1.0.94.crate https://crates.io/api/v1/crates/cxxbridge-flags/1.0.94/download -> cxxbridge-flags-1.0.94.crate https://crates.io/api/v1/crates/cxxbridge-macro/1.0.94/download -> cxxbridge-macro-1.0.94.crate https://crates.io/api/v1/crates/derivative/2.2.0/download -> derivative-2.2.0.crate https://crates.io/api/v1/crates/derive_more/0.99.17/download -> derive_more-0.99.17.crate https://crates.io/api/v1/crates/diff/0.1.13/download -> diff-0.1.13.crate https://crates.io/api/v1/crates/dissimilar/1.0.6/download -> dissimilar-1.0.6.crate https://crates.io/api/v1/crates/either/1.8.1/download -> either-1.8.1.crate https://crates.io/api/v1/crates/ena/0.14.2/download -> ena-0.14.2.crate https://crates.io/api/v1/crates/env_logger/0.9.3/download -> env_logger-0.9.3.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/errno/0.3.0/download -> errno-0.3.0.crate https://crates.io/api/v1/crates/expect-test/1.4.1/download -> expect-test-1.4.1.crate https://crates.io/api/v1/crates/fallible-iterator/0.2.0/download -> fallible-iterator-0.2.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/1.9.0/download -> fastrand-1.9.0.crate https://crates.io/api/v1/crates/flatbuffers/22.12.6/download -> flatbuffers-22.12.6.crate https://crates.io/api/v1/crates/fnv/1.0.7/download -> fnv-1.0.7.crate https://crates.io/api/v1/crates/form_urlencoded/1.1.0/download -> form_urlencoded-1.1.0.crate https://crates.io/api/v1/crates/getrandom/0.2.8/download -> getrandom-0.2.8.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/hashlink/0.8.1/download -> hashlink-0.8.1.crate https://crates.io/api/v1/crates/heck/0.3.3/download -> heck-0.3.3.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.2.6/download -> hermit-abi-0.2.6.crate https://crates.io/api/v1/crates/hermit-abi/0.3.1/download -> hermit-abi-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/iana-time-zone-haiku/0.1.1/download -> iana-time-zone-haiku-0.1.1.crate https://crates.io/api/v1/crates/iana-time-zone/0.1.56/download -> iana-time-zone-0.1.56.crate https://crates.io/api/v1/crates/idna/0.3.0/download -> idna-0.3.0.crate https://crates.io/api/v1/crates/indexmap/1.9.3/download -> indexmap-1.9.3.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.10/download -> io-lifetimes-1.0.10.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.6/download -> itoa-1.0.6.crate https://crates.io/api/v1/crates/js-sys/0.3.61/download -> js-sys-0.3.61.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.141/download -> libc-0.2.141.crate https://crates.io/api/v1/crates/libflate/1.3.0/download -> libflate-1.3.0.crate https://crates.io/api/v1/crates/libflate_lz77/1.2.0/download -> libflate_lz77-1.2.0.crate https://crates.io/api/v1/crates/libsqlite3-sys/0.26.0/download -> libsqlite3-sys-0.26.0.crate https://crates.io/api/v1/crates/link-cplusplus/1.0.8/download -> link-cplusplus-1.0.8.crate https://crates.io/api/v1/crates/linux-raw-sys/0.3.1/download -> linux-raw-sys-0.3.1.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/lsp-types/0.91.1/download -> lsp-types-0.91.1.crate https://crates.io/api/v1/crates/maplit/1.0.2/download -> maplit-1.0.2.crate https://crates.io/api/v1/crates/memchr/2.5.0/download -> memchr-2.5.0.crate https://crates.io/api/v1/crates/memoffset/0.8.0/download -> memoffset-0.8.0.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.15/download -> num-traits-0.2.15.crate https://crates.io/api/v1/crates/num_cpus/1.15.0/download -> num_cpus-1.15.0.crate https://crates.io/api/v1/crates/once_cell/1.17.1/download -> once_cell-1.17.1.crate https://crates.io/api/v1/crates/oorandom/11.1.3/download -> oorandom-11.1.3.crate https://crates.io/api/v1/crates/ordered-float/3.6.0/download -> ordered-float-3.6.0.crate https://crates.io/api/v1/crates/output_vt100/0.1.3/download -> output_vt100-0.1.3.crate https://crates.io/api/v1/crates/pad/0.1.6/download -> pad-0.1.6.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_core/0.8.6/download -> parking_lot_core-0.8.6.crate https://crates.io/api/v1/crates/percent-encoding/2.2.0/download -> percent-encoding-2.2.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/plotters-backend/0.3.4/download -> plotters-backend-0.3.4.crate https://crates.io/api/v1/crates/plotters-svg/0.3.3/download -> plotters-svg-0.3.3.crate https://crates.io/api/v1/crates/plotters/0.3.4/download -> plotters-0.3.4.crate https://crates.io/api/v1/crates/pretty/0.11.3/download -> pretty-0.11.3.crate https://crates.io/api/v1/crates/pretty_assertions/1.3.0/download -> pretty_assertions-1.3.0.crate https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download -> proc-macro-error-attr-1.0.4.crate https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download -> proc-macro-error-1.0.4.crate https://crates.io/api/v1/crates/proc-macro2/1.0.56/download -> proc-macro2-1.0.56.crate https://crates.io/api/v1/crates/pulldown-cmark/0.9.2/download -> pulldown-cmark-0.9.2.crate https://crates.io/api/v1/crates/quote/1.0.26/download -> quote-1.0.26.crate https://crates.io/api/v1/crates/rayon-core/1.11.0/download -> rayon-core-1.11.0.crate https://crates.io/api/v1/crates/rayon/1.7.0/download -> rayon-1.7.0.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.3.5/download -> redox_syscall-0.3.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/1.7.3/download -> regex-1.7.3.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/rusqlite/0.29.0/download -> rusqlite-0.29.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.7/download -> rustix-0.37.7.crate https://crates.io/api/v1/crates/ryu/1.0.13/download -> ryu-1.0.13.crate https://crates.io/api/v1/crates/salsa-macros/0.17.0-pre.2/download -> salsa-macros-0.17.0-pre.2.crate https://crates.io/api/v1/crates/salsa/0.17.0-pre.2/download -> salsa-0.17.0-pre.2.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/scratch/1.0.5/download -> scratch-1.0.5.crate https://crates.io/api/v1/crates/semver/1.0.17/download -> semver-1.0.17.crate https://crates.io/api/v1/crates/serde/1.0.159/download -> serde-1.0.159.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.159/download -> serde_derive-1.0.159.crate https://crates.io/api/v1/crates/serde_json/1.0.95/download -> serde_json-1.0.95.crate https://crates.io/api/v1/crates/serde_repr/0.1.12/download -> serde_repr-0.1.12.crate https://crates.io/api/v1/crates/smallvec/1.10.0/download -> smallvec-1.10.0.crate https://crates.io/api/v1/crates/strsim/0.8.0/download -> strsim-0.8.0.crate https://crates.io/api/v1/crates/structopt-derive/0.4.18/download -> structopt-derive-0.4.18.crate https://crates.io/api/v1/crates/structopt/0.3.26/download -> structopt-0.3.26.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.13/download -> syn-2.0.13.crate https://crates.io/api/v1/crates/tempfile/3.5.0/download -> tempfile-3.5.0.crate https://crates.io/api/v1/crates/termcolor/1.2.0/download -> termcolor-1.2.0.crate https://crates.io/api/v1/crates/textwrap/0.11.0/download -> textwrap-0.11.0.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.40/download -> thiserror-impl-1.0.40.crate https://crates.io/api/v1/crates/thiserror/1.0.40/download -> thiserror-1.0.40.crate https://crates.io/api/v1/crates/tinytemplate/1.2.1/download -> tinytemplate-1.2.1.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/typed-arena/2.0.2/download -> typed-arena-2.0.2.crate https://crates.io/api/v1/crates/unicase/2.6.0/download -> unicase-2.6.0.crate https://crates.io/api/v1/crates/unicode-bidi/0.3.13/download -> unicode-bidi-0.3.13.crate https://crates.io/api/v1/crates/unicode-ident/1.0.8/download -> unicode-ident-1.0.8.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.10/download -> unicode-width-0.1.10.crate https://crates.io/api/v1/crates/url/2.3.1/download -> url-2.3.1.crate https://crates.io/api/v1/crates/vcpkg/0.2.15/download -> vcpkg-0.2.15.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/version_check/0.9.4/download -> version_check-0.9.4.crate https://crates.io/api/v1/crates/walkdir/2.3.3/download -> walkdir-2.3.3.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.84/download -> wasm-bindgen-backend-0.2.84.crate https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.84/download -> wasm-bindgen-macro-support-0.2.84.crate https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.84/download -> wasm-bindgen-macro-0.2.84.crate https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.84/download -> wasm-bindgen-shared-0.2.84.crate https://crates.io/api/v1/crates/wasm-bindgen/0.2.84/download -> wasm-bindgen-0.2.84.crate https://crates.io/api/v1/crates/web-sys/0.3.61/download -> web-sys-0.3.61.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/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-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/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.0/download -> windows_aarch64_gnullvm-0.48.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_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_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_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_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_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/yansi/0.5.1/download -> yansi-0.5.1.crate +_eclasses_=cargo 8e446589282567c95e483e238d8dd120 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 go-env 96e1747610bbb2f5c5d3fb16f0f3a83a go-module 9e5a8f7b134fd3ed3785755097fe8ef0 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=7a76063a86f9ff0c98ef9466d71425fc diff --git a/metadata/md5-cache/dev-db/mysql-connector-c++-8.0.33-r1 b/metadata/md5-cache/dev-db/mysql-connector-c++-8.0.33-r1 index 8e0074f3f07f..29121ac4f31b 100644 --- a/metadata/md5-cache/dev-db/mysql-connector-c++-8.0.33-r1 +++ b/metadata/md5-cache/dev-db/mysql-connector-c++-8.0.33-r1 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=https://dev.mysql.com/downloads/connector/cpp/ INHERIT=cmake IUSE=+legacy -KEYWORDS=~amd64 ~arm ~arm64 -ppc ~ppc64 -sparc ~x86 +KEYWORDS=amd64 arm ~arm64 -ppc ppc64 -sparc x86 LICENSE=Artistic GPL-2 RDEPEND=app-arch/lz4:= app-arch/zstd:= dev-libs/openssl:= sys-libs/zlib legacy? ( >=dev-db/mysql-connector-c-8.0.27:= ) SLOT=0 SRC_URI=https://dev.mysql.com/get/Downloads/Connector-C++/mysql-connector-c++-8.0.33-src.tar.gz _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=5b4d0fe7b85c2dd0d1f38f86427ead7c +_md5_=9a933dcbda56052fa3bdebd176ee4a0a diff --git a/metadata/md5-cache/dev-db/redis-6.2.14 b/metadata/md5-cache/dev-db/redis-6.2.14 index 821749cc39f9..46fdb101f08d 100644 --- a/metadata/md5-cache/dev-db/redis-6.2.14 +++ b/metadata/md5-cache/dev-db/redis-6.2.14 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://redis.io INHERIT=autotools edo flag-o-matic lua-single multiprocessing systemd tmpfiles toolchain-funcs IUSE=+jemalloc selinux ssl systemd tcmalloc test lua_single_target_luajit lua_single_target_lua5-1 -KEYWORDS=amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~arm arm64 ~hppa ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux LICENSE=BSD RDEPEND=lua_single_target_luajit? ( dev-lang/luajit:= ) lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) jemalloc? ( >=dev-libs/jemalloc-5.1:= ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd:= ) tcmalloc? ( dev-util/google-perftools ) acct-group/redis acct-user/redis selinux? ( sec-policy/selinux-redis ) virtual/tmpfiles REQUIRED_USE=?? ( jemalloc tcmalloc ) ^^ ( lua_single_target_luajit lua_single_target_lua5-1 ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://download.redis.io/releases/redis-6.2.14.tar.gz _eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde edo c0eb9cbe6b0bd01fcb4918f12598a4d3 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=c32edac555e1d7799bb04a79346aaeef +_md5_=a7aa771863abb20493aab9fe42e893fa diff --git a/metadata/md5-cache/dev-db/redis-7.0.14 b/metadata/md5-cache/dev-db/redis-7.0.14 index 6a762c58420b..6dac49a6ce5a 100644 --- a/metadata/md5-cache/dev-db/redis-7.0.14 +++ b/metadata/md5-cache/dev-db/redis-7.0.14 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://redis.io INHERIT=autotools edo flag-o-matic multiprocessing systemd tmpfiles toolchain-funcs IUSE=+jemalloc selinux ssl systemd tcmalloc test -KEYWORDS=amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux LICENSE=BSD RDEPEND=jemalloc? ( >=dev-libs/jemalloc-5.1:= ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd:= ) tcmalloc? ( dev-util/google-perftools ) acct-group/redis acct-user/redis selinux? ( sec-policy/selinux-redis ) virtual/tmpfiles REQUIRED_USE=?? ( jemalloc tcmalloc ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://download.redis.io/releases/redis-7.0.14.tar.gz _eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde edo c0eb9cbe6b0bd01fcb4918f12598a4d3 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=7301af76e8e47003e617028a99676ea8 +_md5_=57910bbbb698f41cc0f4564b0fbe718d diff --git a/metadata/md5-cache/dev-db/redis-7.2.3 b/metadata/md5-cache/dev-db/redis-7.2.3 index a50cd4410f43..5d774fe01405 100644 --- a/metadata/md5-cache/dev-db/redis-7.2.3 +++ b/metadata/md5-cache/dev-db/redis-7.2.3 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://redis.io https://github.com/redis/redis INHERIT=autotools edo multiprocessing systemd tmpfiles toolchain-funcs IUSE=+jemalloc selinux ssl systemd tcmalloc test -KEYWORDS=amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux LICENSE=BSD Boost-1.0 RDEPEND=jemalloc? ( >=dev-libs/jemalloc-5.1:= ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd:= ) tcmalloc? ( dev-util/google-perftools ) acct-group/redis acct-user/redis selinux? ( sec-policy/selinux-redis ) virtual/tmpfiles REQUIRED_USE=?? ( jemalloc tcmalloc ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://download.redis.io/releases/redis-7.2.3.tar.gz _eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde edo c0eb9cbe6b0bd01fcb4918f12598a4d3 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=e98476f8f85104cbed2085ac8778f44d +_md5_=80c146c6cef315ae3977e1777075c135 diff --git a/metadata/md5-cache/dev-dotnet/Manifest.gz b/metadata/md5-cache/dev-dotnet/Manifest.gz index 27d4c8a8e431..9cb4d62abe29 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/fsautocomplete-0.68.0 b/metadata/md5-cache/dev-dotnet/fsautocomplete-0.68.0 new file mode 100644 index 000000000000..7e94f4d916a4 --- /dev/null +++ b/metadata/md5-cache/dev-dotnet/fsautocomplete-0.68.0 @@ -0,0 +1,15 @@ +BDEPEND=virtual/dotnet-sdk:8.0 dev-dotnet/csharp-gentoodotnetinfo +DEFINED_PHASES=compile configure install prepare setup test unpack +DESCRIPTION=F# language server using the Language Server Protocol +EAPI=8 +HOMEPAGE=https://github.com/fsharp/FsAutoComplete/ +INHERIT=dotnet-pkg +IUSE=debug +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RDEPEND=virtual/dotnet-sdk:8.0 +RESTRICT=test strip +SLOT=0 +SRC_URI=https://github.com/fsharp/FsAutoComplete/archive/v0.68.0.tar.gz -> fsautocomplete-0.68.0.tar.gz https://api.nuget.org/v3-flatcontainer/altcover/8.3.838/altcover.8.3.838.nupkg https://api.nuget.org/v3-flatcontainer/benchmarkdotnet.annotations/0.13.5/benchmarkdotnet.annotations.0.13.5.nupkg https://api.nuget.org/v3-flatcontainer/benchmarkdotnet/0.13.5/benchmarkdotnet.0.13.5.nupkg https://api.nuget.org/v3-flatcontainer/blackfox.vswhere/1.1.0/blackfox.vswhere.1.1.0.nupkg https://api.nuget.org/v3-flatcontainer/cliwrap/3.4.4/cliwrap.3.4.4.nupkg https://api.nuget.org/v3-flatcontainer/commandlineparser/2.4.3/commandlineparser.2.4.3.nupkg https://api.nuget.org/v3-flatcontainer/communitytoolkit.highperformance/7.0.1/communitytoolkit.highperformance.7.0.1.nupkg https://api.nuget.org/v3-flatcontainer/destructurama.fsharp/1.2.0/destructurama.fsharp.1.2.0.nupkg https://api.nuget.org/v3-flatcontainer/diffplex/1.7.1/diffplex.1.7.1.nupkg https://api.nuget.org/v3-flatcontainer/dotnet-reportgenerator-globaltool/5.0.2/dotnet-reportgenerator-globaltool.5.0.2.nupkg https://api.nuget.org/v3-flatcontainer/dotnet.reproduciblebuilds/1.1.1/dotnet.reproduciblebuilds.1.1.1.nupkg https://api.nuget.org/v3-flatcontainer/expecto.diff/9.0.4/expecto.diff.9.0.4.nupkg https://api.nuget.org/v3-flatcontainer/expecto/10.1.0/expecto.10.1.0.nupkg https://api.nuget.org/v3-flatcontainer/fake.api.github/5.20.4/fake.api.github.5.20.4.nupkg https://api.nuget.org/v3-flatcontainer/fake.core.commandlineparsing/5.23.1/fake.core.commandlineparsing.5.23.1.nupkg https://api.nuget.org/v3-flatcontainer/fake.core.context/5.23.1/fake.core.context.5.23.1.nupkg https://api.nuget.org/v3-flatcontainer/fake.core.environment/5.23.1/fake.core.environment.5.23.1.nupkg https://api.nuget.org/v3-flatcontainer/fake.core.fakevar/5.23.1/fake.core.fakevar.5.23.1.nupkg https://api.nuget.org/v3-flatcontainer/fake.core.process/5.23.1/fake.core.process.5.23.1.nupkg https://api.nuget.org/v3-flatcontainer/fake.core.releasenotes/5.23.1/fake.core.releasenotes.5.23.1.nupkg https://api.nuget.org/v3-flatcontainer/fake.core.semver/5.23.1/fake.core.semver.5.23.1.nupkg https://api.nuget.org/v3-flatcontainer/fake.core.string/5.23.1/fake.core.string.5.23.1.nupkg https://api.nuget.org/v3-flatcontainer/fake.core.target/5.23.1/fake.core.target.5.23.1.nupkg https://api.nuget.org/v3-flatcontainer/fake.core.tasks/5.23.1/fake.core.tasks.5.23.1.nupkg https://api.nuget.org/v3-flatcontainer/fake.core.trace/5.23.1/fake.core.trace.5.23.1.nupkg https://api.nuget.org/v3-flatcontainer/fake.core.userinput/5.23.1/fake.core.userinput.5.23.1.nupkg https://api.nuget.org/v3-flatcontainer/fake.core.xml/5.23.1/fake.core.xml.5.23.1.nupkg https://api.nuget.org/v3-flatcontainer/fake.dotnet.assemblyinfofile/5.23.1/fake.dotnet.assemblyinfofile.5.23.1.nupkg https://api.nuget.org/v3-flatcontainer/fake.dotnet.cli/5.23.1/fake.dotnet.cli.5.23.1.nupkg https://api.nuget.org/v3-flatcontainer/fake.dotnet.msbuild/5.23.1/fake.dotnet.msbuild.5.23.1.nupkg https://api.nuget.org/v3-flatcontainer/fake.dotnet.nuget/5.23.1/fake.dotnet.nuget.5.23.1.nupkg https://api.nuget.org/v3-flatcontainer/fake.dotnet.paket/5.23.1/fake.dotnet.paket.5.23.1.nupkg https://api.nuget.org/v3-flatcontainer/fake.io.filesystem/5.23.1/fake.io.filesystem.5.23.1.nupkg https://api.nuget.org/v3-flatcontainer/fake.io.zip/5.23.1/fake.io.zip.5.23.1.nupkg https://api.nuget.org/v3-flatcontainer/fake.net.http/5.23.1/fake.net.http.5.23.1.nupkg https://api.nuget.org/v3-flatcontainer/fake.tools.git/5.23.1/fake.tools.git.5.23.1.nupkg https://api.nuget.org/v3-flatcontainer/fantomas.client/0.9.0/fantomas.client.0.9.0.nupkg https://api.nuget.org/v3-flatcontainer/fantomas.core/6.2.0/fantomas.core.6.2.0.nupkg https://api.nuget.org/v3-flatcontainer/fantomas.fcs/6.2.0/fantomas.fcs.6.2.0.nupkg https://api.nuget.org/v3-flatcontainer/fantomas/6.2.2/fantomas.6.2.2.nupkg https://api.nuget.org/v3-flatcontainer/fparsec/1.1.1/fparsec.1.1.1.nupkg https://api.nuget.org/v3-flatcontainer/fsharp.analyzers.sdk/0.11.0/fsharp.analyzers.sdk.0.11.0.nupkg https://api.nuget.org/v3-flatcontainer/fsharp.compiler.service/43.8.100/fsharp.compiler.service.43.8.100.nupkg https://api.nuget.org/v3-flatcontainer/fsharp.control.asyncseq/3.2.1/fsharp.control.asyncseq.3.2.1.nupkg https://api.nuget.org/v3-flatcontainer/fsharp.control.reactive/5.0.5/fsharp.control.reactive.5.0.5.nupkg https://api.nuget.org/v3-flatcontainer/fsharp.core/5.0.1/fsharp.core.5.0.1.nupkg https://api.nuget.org/v3-flatcontainer/fsharp.core/6.0.5/fsharp.core.6.0.5.nupkg https://api.nuget.org/v3-flatcontainer/fsharp.core/8.0.100/fsharp.core.8.0.100.nupkg https://api.nuget.org/v3-flatcontainer/fsharp.data.adaptive/1.2.13/fsharp.data.adaptive.1.2.13.nupkg https://api.nuget.org/v3-flatcontainer/fsharp.formatting/14.0.1/fsharp.formatting.14.0.1.nupkg https://api.nuget.org/v3-flatcontainer/fsharp.umx/1.1.0/fsharp.umx.1.1.0.nupkg https://api.nuget.org/v3-flatcontainer/fsharplint.core/0.21.2/fsharplint.core.0.21.2.nupkg https://api.nuget.org/v3-flatcontainer/fsharpx.async/1.14.1/fsharpx.async.1.14.1.nupkg https://api.nuget.org/v3-flatcontainer/fstoolkit.errorhandling.taskresult/4.4.0/fstoolkit.errorhandling.taskresult.4.4.0.nupkg https://api.nuget.org/v3-flatcontainer/fstoolkit.errorhandling/4.4.0/fstoolkit.errorhandling.4.4.0.nupkg https://api.nuget.org/v3-flatcontainer/gee.external.capstone/2.3.0/gee.external.capstone.2.3.0.nupkg https://api.nuget.org/v3-flatcontainer/githubactionstestlogger/2.0.1/githubactionstestlogger.2.0.1.nupkg https://api.nuget.org/v3-flatcontainer/google.protobuf/3.22.0/google.protobuf.3.22.0.nupkg https://api.nuget.org/v3-flatcontainer/grpc.core.api/2.51.0/grpc.core.api.2.51.0.nupkg https://api.nuget.org/v3-flatcontainer/grpc.core/2.46.6/grpc.core.2.46.6.nupkg https://api.nuget.org/v3-flatcontainer/grpc.net.client/2.51.0/grpc.net.client.2.51.0.nupkg https://api.nuget.org/v3-flatcontainer/grpc.net.common/2.51.0/grpc.net.common.2.51.0.nupkg https://api.nuget.org/v3-flatcontainer/grpc/2.46.6/grpc.2.46.6.nupkg https://api.nuget.org/v3-flatcontainer/humanizer.core/2.14.1/humanizer.core.2.14.1.nupkg https://api.nuget.org/v3-flatcontainer/iced/1.17.0/iced.1.17.0.nupkg https://api.nuget.org/v3-flatcontainer/icedtasks/0.9.2/icedtasks.0.9.2.nupkg https://api.nuget.org/v3-flatcontainer/icsharpcode.decompiler/7.2.1.6856/icsharpcode.decompiler.7.2.1.6856.nupkg https://api.nuget.org/v3-flatcontainer/ionide.keepachangelog.tasks/0.1.8/ionide.keepachangelog.tasks.0.1.8.nupkg https://api.nuget.org/v3-flatcontainer/ionide.languageserverprotocol/0.4.20/ionide.languageserverprotocol.0.4.20.nupkg https://api.nuget.org/v3-flatcontainer/ionide.projinfo.fcs/0.62.0/ionide.projinfo.fcs.0.62.0.nupkg https://api.nuget.org/v3-flatcontainer/ionide.projinfo.projectsystem/0.62.0/ionide.projinfo.projectsystem.0.62.0.nupkg https://api.nuget.org/v3-flatcontainer/ionide.projinfo.sln/0.62.0/ionide.projinfo.sln.0.62.0.nupkg https://api.nuget.org/v3-flatcontainer/ionide.projinfo/0.62.0/ionide.projinfo.0.62.0.nupkg https://api.nuget.org/v3-flatcontainer/linkdotnet.stringbuilder/1.18.0/linkdotnet.stringbuilder.1.18.0.nupkg https://api.nuget.org/v3-flatcontainer/mcmaster.netcore.plugins/1.4.0/mcmaster.netcore.plugins.1.4.0.nupkg https://api.nuget.org/v3-flatcontainer/messagepack.annotations/2.5.108/messagepack.annotations.2.5.108.nupkg https://api.nuget.org/v3-flatcontainer/messagepack/2.5.108/messagepack.2.5.108.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.bcl.asyncinterfaces/7.0.0/microsoft.bcl.asyncinterfaces.7.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.bcl.hashcode/1.1.0/microsoft.bcl.hashcode.1.1.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.build.framework/17.6.3/microsoft.build.framework.17.6.3.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.build.locator/1.5.3/microsoft.build.locator.1.5.3.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.build.tasks.core/17.4.0/microsoft.build.tasks.core.17.4.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.build.tasks.git/1.1.1/microsoft.build.tasks.git.1.1.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.build.utilities.core/17.4.0/microsoft.build.utilities.core.17.4.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.build.utilities.core/17.6.3/microsoft.build.utilities.core.17.6.3.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.build/17.2.0/microsoft.build.17.2.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.build/17.4.0/microsoft.build.17.4.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.analyzers/3.3.3/microsoft.codeanalysis.analyzers.3.3.3.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.common/4.5.0/microsoft.codeanalysis.common.4.5.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.csharp.workspaces/4.5.0/microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.csharp/4.5.0/microsoft.codeanalysis.csharp.4.5.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.visualbasic.workspaces/4.5.0/microsoft.codeanalysis.visualbasic.workspaces.4.5.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.visualbasic/4.5.0/microsoft.codeanalysis.visualbasic.4.5.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.workspaces.common/4.5.0/microsoft.codeanalysis.workspaces.common.4.5.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis/4.5.0/microsoft.codeanalysis.4.5.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codecoverage/17.4.1/microsoft.codecoverage.17.4.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.diagnostics.netcore.client/0.2.251802/microsoft.diagnostics.netcore.client.0.2.251802.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.diagnostics.runtime/2.2.332302/microsoft.diagnostics.runtime.2.2.332302.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.diagnostics.tracing.traceevent/3.0.2/microsoft.diagnostics.tracing.traceevent.3.0.2.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.dotnet.platformabstractions/3.1.6/microsoft.dotnet.platformabstractions.3.1.6.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.abstractions/6.0.0/microsoft.extensions.caching.abstractions.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.memory/6.0.1/microsoft.extensions.caching.memory.6.0.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/6.0.0/microsoft.extensions.configuration.abstractions.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.binder/6.0.0/microsoft.extensions.configuration.binder.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/6.0.1/microsoft.extensions.configuration.6.0.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/6.0.0/microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/6.0.1/microsoft.extensions.dependencyinjection.6.0.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencymodel/6.0.0/microsoft.extensions.dependencymodel.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/6.0.2/microsoft.extensions.logging.abstractions.6.0.2.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.configuration/6.0.0/microsoft.extensions.logging.configuration.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/6.0.0/microsoft.extensions.logging.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options.configurationextensions/6.0.0/microsoft.extensions.options.configurationextensions.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/6.0.0/microsoft.extensions.options.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/6.0.0/microsoft.extensions.primitives.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.net.stringtools/17.4.0/microsoft.net.stringtools.17.4.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.net.stringtools/17.6.3/microsoft.net.stringtools.17.6.3.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.net.test.sdk/17.4.1/microsoft.net.test.sdk.17.4.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/7.0.4/microsoft.netcore.platforms.7.0.4.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/5.0.0/microsoft.netcore.targets.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netframework.referenceassemblies.net461/1.0.3/microsoft.netframework.referenceassemblies.net461.1.0.3.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netframework.referenceassemblies/1.0.3/microsoft.netframework.referenceassemblies.1.0.3.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.sourcelink.azurerepos.git/1.1.1/microsoft.sourcelink.azurerepos.git.1.1.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.sourcelink.bitbucket.git/1.1.1/microsoft.sourcelink.bitbucket.git.1.1.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.sourcelink.common/1.1.1/microsoft.sourcelink.common.1.1.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.sourcelink.github/1.1.1/microsoft.sourcelink.github.1.1.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.sourcelink.gitlab/1.1.1/microsoft.sourcelink.gitlab.1.1.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.objectmodel/17.4.1/microsoft.testplatform.objectmodel.17.4.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.testhost/17.4.1/microsoft.testplatform.testhost.17.4.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.visualstudio.setup.configuration.interop/3.6.2115/microsoft.visualstudio.setup.configuration.interop.3.6.2115.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.visualstudio.threading.analyzers/17.6.40/microsoft.visualstudio.threading.analyzers.17.6.40.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.visualstudio.threading/17.6.40/microsoft.visualstudio.threading.17.6.40.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.visualstudio.validation/17.6.11/microsoft.visualstudio.validation.17.6.11.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.win32.registry/5.0.0/microsoft.win32.registry.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.win32.systemevents/7.0.0/microsoft.win32.systemevents.7.0.0.nupkg https://api.nuget.org/v3-flatcontainer/mono.cecil/0.11.4/mono.cecil.0.11.4.nupkg https://api.nuget.org/v3-flatcontainer/mono.posix.netstandard/1.0.0/mono.posix.netstandard.1.0.0.nupkg https://api.nuget.org/v3-flatcontainer/msbuild.structuredlogger/2.1.844/msbuild.structuredlogger.2.1.844.nupkg https://api.nuget.org/v3-flatcontainer/nerdbank.streams/2.10.66/nerdbank.streams.2.10.66.nupkg https://api.nuget.org/v3-flatcontainer/netstandard.library/2.0.3/netstandard.library.2.0.3.nupkg https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.2/newtonsoft.json.13.0.2.nupkg https://api.nuget.org/v3-flatcontainer/nuget.common/6.7.0/nuget.common.6.7.0.nupkg https://api.nuget.org/v3-flatcontainer/nuget.configuration/6.7.0/nuget.configuration.6.7.0.nupkg https://api.nuget.org/v3-flatcontainer/nuget.frameworks/6.3.0/nuget.frameworks.6.3.0.nupkg https://api.nuget.org/v3-flatcontainer/nuget.frameworks/6.7.0/nuget.frameworks.6.7.0.nupkg https://api.nuget.org/v3-flatcontainer/nuget.packaging/6.7.0/nuget.packaging.6.7.0.nupkg https://api.nuget.org/v3-flatcontainer/nuget.protocol/6.7.0/nuget.protocol.6.7.0.nupkg https://api.nuget.org/v3-flatcontainer/nuget.versioning/6.7.0/nuget.versioning.6.7.0.nupkg https://api.nuget.org/v3-flatcontainer/octokit/0.48.0/octokit.0.48.0.nupkg https://api.nuget.org/v3-flatcontainer/opentelemetry.api/1.3.2/opentelemetry.api.1.3.2.nupkg https://api.nuget.org/v3-flatcontainer/opentelemetry.exporter.opentelemetryprotocol/1.3.2/opentelemetry.exporter.opentelemetryprotocol.1.3.2.nupkg https://api.nuget.org/v3-flatcontainer/opentelemetry/1.3.2/opentelemetry.1.3.2.nupkg https://api.nuget.org/v3-flatcontainer/paket/8.0.0-alpha002/paket.8.0.0-alpha002.nupkg https://api.nuget.org/v3-flatcontainer/perfolizer/0.2.1/perfolizer.0.2.1.nupkg https://api.nuget.org/v3-flatcontainer/semanticversioning/2.0.2/semanticversioning.2.0.2.nupkg https://api.nuget.org/v3-flatcontainer/serilog.sinks.async/1.5.0/serilog.sinks.async.1.5.0.nupkg https://api.nuget.org/v3-flatcontainer/serilog.sinks.console/4.0.1/serilog.sinks.console.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/serilog.sinks.file/5.0.0/serilog.sinks.file.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/serilog/2.11.0/serilog.2.11.0.nupkg https://api.nuget.org/v3-flatcontainer/streamjsonrpc/2.16.36/streamjsonrpc.2.16.36.nupkg https://api.nuget.org/v3-flatcontainer/system.buffers/4.5.1/system.buffers.4.5.1.nupkg https://api.nuget.org/v3-flatcontainer/system.codedom/6.0.0/system.codedom.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.collections.immutable/7.0.0/system.collections.immutable.7.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.commandline/2.0.0-beta4.22272.1/system.commandline.2.0.0-beta4.22272.1.nupkg https://api.nuget.org/v3-flatcontainer/system.componentmodel.annotations/5.0.0/system.componentmodel.annotations.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.composition.attributedmodel/6.0.0/system.composition.attributedmodel.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.composition.convention/6.0.0/system.composition.convention.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.composition.hosting/6.0.0/system.composition.hosting.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.composition.runtime/6.0.0/system.composition.runtime.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.composition.typedparts/6.0.0/system.composition.typedparts.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.composition/6.0.0/system.composition.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/6.0.0/system.configuration.configurationmanager.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/7.0.0/system.configuration.configurationmanager.7.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/7.0.2/system.diagnostics.diagnosticsource.7.0.2.nupkg https://api.nuget.org/v3-flatcontainer/system.diagnostics.eventlog/7.0.0/system.diagnostics.eventlog.7.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.drawing.common/7.0.0/system.drawing.common.7.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.formats.asn1/6.0.0/system.formats.asn1.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.formats.asn1/7.0.0/system.formats.asn1.7.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.io.pipelines/7.0.0/system.io.pipelines.7.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.management/6.0.0/system.management.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.memory/4.5.5/system.memory.4.5.5.nupkg https://api.nuget.org/v3-flatcontainer/system.numerics.vectors/4.5.0/system.numerics.vectors.4.5.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reactive/5.0.0/system.reactive.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.emit.ilgeneration/4.7.0/system.reflection.emit.ilgeneration.4.7.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.emit.lightweight/4.7.0/system.reflection.emit.lightweight.4.7.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.emit/4.7.0/system.reflection.emit.4.7.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.metadata/6.0.1/system.reflection.metadata.6.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.metadata/7.0.0/system.reflection.metadata.7.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.metadataloadcontext/6.0.0/system.reflection.metadataloadcontext.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.resources.extensions/6.0.0/system.resources.extensions.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/6.0.0/system.runtime.compilerservices.unsafe.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime/4.3.1/system.runtime.4.3.1.nupkg https://api.nuget.org/v3-flatcontainer/system.security.accesscontrol/5.0.0/system.security.accesscontrol.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.accesscontrol/6.0.0/system.security.accesscontrol.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.cng/5.0.0/system.security.cryptography.cng.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.pkcs/6.0.4/system.security.cryptography.pkcs.6.0.4.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.pkcs/7.0.3/system.security.cryptography.pkcs.7.0.3.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/6.0.0/system.security.cryptography.protecteddata.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/7.0.1/system.security.cryptography.protecteddata.7.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.xml/6.0.1/system.security.cryptography.xml.6.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.security.permissions/7.0.0/system.security.permissions.7.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.principal.windows/5.0.0/system.security.principal.windows.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.text.encoding.codepages/6.0.0/system.text.encoding.codepages.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.text.encoding.codepages/7.0.0/system.text.encoding.codepages.7.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.text.encodings.web/6.0.0/system.text.encodings.web.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.text.encodings.web/7.0.0/system.text.encodings.web.7.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.text.json/6.0.5/system.text.json.6.0.5.nupkg https://api.nuget.org/v3-flatcontainer/system.text.json/7.0.3/system.text.json.7.0.3.nupkg https://api.nuget.org/v3-flatcontainer/system.threading.channels/6.0.0/system.threading.channels.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.threading.tasks.dataflow/6.0.0/system.threading.tasks.dataflow.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.threading.tasks.dataflow/7.0.0/system.threading.tasks.dataflow.7.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.4.5.4.nupkg https://api.nuget.org/v3-flatcontainer/system.windows.extensions/7.0.0/system.windows.extensions.7.0.0.nupkg https://api.nuget.org/v3-flatcontainer/yolodev.expecto.testsdk/0.14.2/yolodev.expecto.testsdk.0.14.2.nupkg +_eclasses_=dotnet-pkg a18b301da1d7f09dae8bdf84321f43a8 dotnet-pkg-base c588e6a66feabd5fa4229c4eb10226ad edo c0eb9cbe6b0bd01fcb4918f12598a4d3 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe nuget 97fd2c5f9e9770fc8c4d2d7a52ddce5a +_md5_=665fd07dfbdb7720fad6bf73020f9952 diff --git a/metadata/md5-cache/dev-java/Manifest.gz b/metadata/md5-cache/dev-java/Manifest.gz index 5e00f3234ba5..796fdde6c8f3 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/antunit-1.4.1 b/metadata/md5-cache/dev-java/antunit-1.4.1 index a428d48b8a71..041ed9bcdfd6 100644 --- a/metadata/md5-cache/dev-java/antunit-1.4.1 +++ b/metadata/md5-cache/dev-java/antunit-1.4.1 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://ant.apache.org/antlibs/antunit/ INHERIT=java-pkg-2 java-pkg-simple verify-sig IUSE=doc source test verify-sig -KEYWORDS=~amd64 ~arm ~arm64 +KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 LICENSE=Apache-2.0 RDEPEND=dev-java/ant-core:0 dev-java/junit:4 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/ant/antlibs/antunit/source/apache-ant-antunit-1.4.1-src.tar.bz2 verify-sig? ( https://downloads.apache.org/ant/antlibs/antunit/source/apache-ant-antunit-1.4.1-src.tar.bz2.asc ) _eclasses_=java-pkg-2 b6d755b4f6afabfd933932be28b46368 java-pkg-simple 4ab397252045e0aeb290efb05ea956c7 java-utils-2 7c4c66a18e7b619373f3a3bcff542907 verify-sig 798e0173d334021f14ba78a786c37059 -_md5_=cfeae20c32f0887164376871b7024930 +_md5_=0360c2afdb3ae98a6e4e39070f4bec58 diff --git a/metadata/md5-cache/dev-lang/Manifest.gz b/metadata/md5-cache/dev-lang/Manifest.gz index 9a5f81da3fe2..64a8fce49580 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/perl-5.38.2-r1 b/metadata/md5-cache/dev-lang/perl-5.38.2-r1 index e336cacd6056..1d0d3a926b9b 100644 --- a/metadata/md5-cache/dev-lang/perl-5.38.2-r1 +++ b/metadata/md5-cache/dev-lang/perl-5.38.2-r1 @@ -6,11 +6,11 @@ EAPI=7 HOMEPAGE=https://www.perl.org/ INHERIT=alternatives flag-o-matic toolchain-funcs multilib multiprocessing IUSE=berkdb debug doc gdbm ithreads minimal quadmath -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+ ) PDEPEND=>=app-admin/perl-cleaner-2.30 !minimal? ( >=virtual/perl-CPAN-2.290.0 >=virtual/perl-Encode-3.120.0 >=virtual/perl-File-Temp-0.230.400-r2 >=virtual/perl-Data-Dumper-2.154.0 >=virtual/perl-Math-BigInt-1.999.842 virtual/perl-Test-Harness ) RDEPEND=berkdb? ( sys-libs/db:= ) gdbm? ( >=sys-libs/gdbm-1.8.3:= ) app-arch/bzip2 >=sys-libs/zlib-1.2.12 virtual/libcrypt:= SLOT=0/5.38 SRC_URI=mirror://cpan/src/5.0/perl-5.38.2.tar.xz mirror://cpan/authors/id/P/PE/PEVANS/perl-5.38.2.tar.xz https://github.com/gentoo-perl/perl-patchset/archive/refs/tags/perl-5.38.0-patches-1.tar.gz https://dev.gentoo.org/~dilfridge/distfiles/perl-5.38.0-patches-1.tar.gz https://github.com/arsv/perl-cross/releases/download/1.5.2/perl-cross-1.5.2.tar.gz _eclasses_=alternatives ad206653f4297ab882a84e8fb7940190 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=0b470191f7ad0276f13ecdf676d7b9b5 +_md5_=a3c795b8cfbebcba498f54f3734c5cb6 diff --git a/metadata/md5-cache/dev-libs/Manifest.gz b/metadata/md5-cache/dev-libs/Manifest.gz index 4286dc9c8026..0f1abe48c6c1 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/kopeninghours-23.08.3 b/metadata/md5-cache/dev-libs/kopeninghours-23.08.3 index 74963c38dc89..bc9e26b3626f 100644 --- a/metadata/md5-cache/dev-libs/kopeninghours-23.08.3 +++ b/metadata/md5-cache/dev-libs/kopeninghours-23.08.3 @@ -1,18 +1,18 @@ BDEPEND=sys-devel/bison sys-devel/flex app-alternatives/ninja >=dev-util/cmake-3.20.5 doc? ( >=app-doc/doxygen-1.8.13-r1 ) doc? ( dev-qt/qthelp:5 ) dev-libs/libpcre2:* >=kde-frameworks/extra-cmake-modules-5.106.0:* DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=dev-libs/kpublictransport-23.08.3:5 >=dev-qt/qtdeclarative-5.15.9:5 >=kde-frameworks/kholidays-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 sys-libs/zlib python? ( python_single_target_python3_10? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_11(-)] ) ) test? ( dev-qt/qttest:5 ) doc? ( dev-qt/qt-docs:5 ) dev-qt/qtcore:5 +DEPEND=>=dev-libs/kpublictransport-23.08.3:5 >=dev-qt/qtdeclarative-5.15.9:5 >=kde-frameworks/kholidays-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 sys-libs/zlib python? ( python_single_target_python3_10? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_12(-)] ) ) test? ( dev-qt/qttest:5 ) doc? ( dev-qt/qt-docs:5 ) dev-qt/qtcore:5 DESCRIPTION=Library for parsing and evaluating OSM opening hours expressions EAPI=8 HOMEPAGE=https://api.kde.org/kopeninghours/html/index.html https://invent.kde.org/libraries/kopeninghours IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=ecm gear.kde.org python-single-r1 -IUSE=python debug doc test python_single_target_python3_10 python_single_target_python3_11 +IUSE=python debug doc test python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 KEYWORDS=~amd64 LICENSE=LGPL-2+ -RDEPEND=>=dev-libs/kpublictransport-23.08.3:5 >=dev-qt/qtdeclarative-5.15.9:5 >=kde-frameworks/kholidays-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 sys-libs/zlib python? ( python_single_target_python3_10? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-libs/boost-1.70:=[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 ) >=dev-qt/qtquickcontrols2-5.15.9:5 || ( kde-frameworks/breeze-icons:* kde-frameworks/oxygen-icons:* ) >=kde-frameworks/kf-env-4 doc? ( dev-qt/qt-docs:5 ) dev-qt/qtcore:5 -REQUIRED_USE=python? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 ) ) +RDEPEND=>=dev-libs/kpublictransport-23.08.3:5 >=dev-qt/qtdeclarative-5.15.9:5 >=kde-frameworks/kholidays-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 sys-libs/zlib python? ( python_single_target_python3_10? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-libs/boost-1.70:=[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 ) >=dev-qt/qtquickcontrols2-5.15.9:5 || ( kde-frameworks/breeze-icons:* kde-frameworks/oxygen-icons:* ) >=kde-frameworks/kf-env-4 doc? ( dev-qt/qt-docs:5 ) dev-qt/qtcore:5 +REQUIRED_USE=python? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) ) RESTRICT=!test? ( test ) SLOT=5 SRC_URI=mirror://kde/stable/release-service/23.08.3/src/kopeninghours-23.08.3.tar.xz _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 ecm fec7e533f288cce18b03f8d79d9fce0e flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gear.kde.org 236f5f1e8c3d93fca33b087177d55697 kde.org 60fcb935e4206806bf9f38e3537521a2 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=b4672c2396af9b0945200331cf05391b +_md5_=b198315ed0b87ae514090b77cb7fd4c1 diff --git a/metadata/md5-cache/dev-libs/kopeninghours-23.08.4 b/metadata/md5-cache/dev-libs/kopeninghours-23.08.4 index 9f06c4e9dc54..b96542f75163 100644 --- a/metadata/md5-cache/dev-libs/kopeninghours-23.08.4 +++ b/metadata/md5-cache/dev-libs/kopeninghours-23.08.4 @@ -1,18 +1,18 @@ BDEPEND=sys-devel/bison sys-devel/flex app-alternatives/ninja >=dev-util/cmake-3.20.5 doc? ( >=app-doc/doxygen-1.8.13-r1 ) doc? ( dev-qt/qthelp:5 ) dev-libs/libpcre2:* >=kde-frameworks/extra-cmake-modules-5.106.0:* DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=dev-libs/kpublictransport-23.08.4:5 >=dev-qt/qtdeclarative-5.15.9:5 >=kde-frameworks/kholidays-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 sys-libs/zlib python? ( python_single_target_python3_10? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_11(-)] ) ) test? ( dev-qt/qttest:5 ) doc? ( dev-qt/qt-docs:5 ) dev-qt/qtcore:5 +DEPEND=>=dev-libs/kpublictransport-23.08.4:5 >=dev-qt/qtdeclarative-5.15.9:5 >=kde-frameworks/kholidays-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 sys-libs/zlib python? ( python_single_target_python3_10? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_12(-)] ) ) test? ( dev-qt/qttest:5 ) doc? ( dev-qt/qt-docs:5 ) dev-qt/qtcore:5 DESCRIPTION=Library for parsing and evaluating OSM opening hours expressions EAPI=8 HOMEPAGE=https://api.kde.org/kopeninghours/html/index.html https://invent.kde.org/libraries/kopeninghours IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=ecm gear.kde.org python-single-r1 -IUSE=python debug doc test python_single_target_python3_10 python_single_target_python3_11 +IUSE=python debug doc test python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 KEYWORDS=~amd64 LICENSE=LGPL-2+ -RDEPEND=>=dev-libs/kpublictransport-23.08.4:5 >=dev-qt/qtdeclarative-5.15.9:5 >=kde-frameworks/kholidays-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 sys-libs/zlib python? ( python_single_target_python3_10? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-libs/boost-1.70:=[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 ) >=dev-qt/qtquickcontrols2-5.15.9:5 || ( kde-frameworks/breeze-icons:* kde-frameworks/oxygen-icons:* ) >=kde-frameworks/kf-env-4 doc? ( dev-qt/qt-docs:5 ) dev-qt/qtcore:5 -REQUIRED_USE=python? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 ) ) +RDEPEND=>=dev-libs/kpublictransport-23.08.4:5 >=dev-qt/qtdeclarative-5.15.9:5 >=kde-frameworks/kholidays-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 sys-libs/zlib python? ( python_single_target_python3_10? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-libs/boost-1.70:=[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 ) >=dev-qt/qtquickcontrols2-5.15.9:5 || ( kde-frameworks/breeze-icons:* kde-frameworks/oxygen-icons:* ) >=kde-frameworks/kf-env-4 doc? ( dev-qt/qt-docs:5 ) dev-qt/qtcore:5 +REQUIRED_USE=python? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) ) RESTRICT=!test? ( test ) SLOT=5 SRC_URI=mirror://kde/stable/release-service/23.08.4/src/kopeninghours-23.08.4.tar.xz _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 ecm fec7e533f288cce18b03f8d79d9fce0e flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gear.kde.org 236f5f1e8c3d93fca33b087177d55697 kde.org 60fcb935e4206806bf9f38e3537521a2 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=b4672c2396af9b0945200331cf05391b +_md5_=b198315ed0b87ae514090b77cb7fd4c1 diff --git a/metadata/md5-cache/dev-libs/libintl-0.22-r1 b/metadata/md5-cache/dev-libs/libintl-0.22-r1 index c3a123016f8f..9a2c549e3870 100644 --- a/metadata/md5-cache/dev-libs/libintl-0.22-r1 +++ b/metadata/md5-cache/dev-libs/libintl-0.22-r1 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=https://www.gnu.org/software/gettext/ INHERIT=multilib-minimal libtool usr-ldscript verify-sig IUSE=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 split-usr verify-sig -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris LICENSE=LGPL-2.1+ RDEPEND=>=virtual/libiconv-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(-)?] !sys-libs/glibc !sys-libs/musl !<sys-devel/gettext-0.19.6-r1 SLOT=0 SRC_URI=mirror://gnu/gettext/gettext-0.22.tar.xz verify-sig? ( mirror://gnu/gettext/gettext-0.22.tar.xz.sig ) _eclasses_=libtool 9d3a9a889a6fa62ae794f817c156491b multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc usr-ldscript ff03a5d223e97515fa25b5cae97ebda9 verify-sig 798e0173d334021f14ba78a786c37059 -_md5_=3ed34517a21e0ee751df96128af14191 +_md5_=6815ae67acd5d0c853b9974cd9a4a71e diff --git a/metadata/md5-cache/dev-libs/libmaa-1.4.7 b/metadata/md5-cache/dev-libs/libmaa-1.4.7 index 12ce0b3e4f60..31d5678166f0 100644 --- a/metadata/md5-cache/dev-libs/libmaa-1.4.7 +++ b/metadata/md5-cache/dev-libs/libmaa-1.4.7 @@ -4,9 +4,9 @@ DESCRIPTION=Library with low-level data structures which are helpful for writing EAPI=8 HOMEPAGE=http://www.dict.org/ INHERIT=multiprocessing toolchain-funcs -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~riscv ~sparc ~x86 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 LICENSE=MIT SLOT=0/4 SRC_URI=mirror://sourceforge/dict/libmaa-1.4.7.tar.gz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=f2569476eb0fde10bc4fd982faf005a1 +_md5_=c069242aaf1ae34b9bb3add901a7766f diff --git a/metadata/md5-cache/dev-libs/libsodium-1.0.19-r1 b/metadata/md5-cache/dev-libs/libsodium-1.0.19-r1 index 02e4541a3929..aa6f519f9358 100644 --- a/metadata/md5-cache/dev-libs/libsodium-1.0.19-r1 +++ b/metadata/md5-cache/dev-libs/libsodium-1.0.19-r1 @@ -5,9 +5,9 @@ EAPI=8 HOMEPAGE=https://libsodium.org INHERIT=autotools multilib-minimal verify-sig IUSE=+asm minimal 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://download.libsodium.org/libsodium/releases/libsodium-1.0.19.tar.gz verify-sig? ( https://download.libsodium.org/libsodium/releases/libsodium-1.0.19.tar.gz.minisig ) _eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 -_md5_=1435f2527f2c31039f6a32d521d380fd +_md5_=739e9bb5675ff454dbae603fe8cef269 diff --git a/metadata/md5-cache/dev-libs/libwacom-2.8.0 b/metadata/md5-cache/dev-libs/libwacom-2.8.0 index 897b037723c8..cfcbf382d38c 100644 --- a/metadata/md5-cache/dev-libs/libwacom-2.8.0 +++ b/metadata/md5-cache/dev-libs/libwacom-2.8.0 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://github.com/linuxwacom/libwacom INHERIT=meson python-any-r1 udev IUSE=doc test -KEYWORDS=~alpha amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 sparc x86 +KEYWORDS=~alpha amd64 arm ~arm64 ~ia64 ~ppc ppc64 sparc x86 LICENSE=MIT RDEPEND=dev-libs/glib:2 dev-libs/libgudev:= RESTRICT=!test? ( test ) SLOT=0/9 SRC_URI=https://github.com/linuxwacom/libwacom/releases/download/libwacom-2.8.0/libwacom-2.8.0.tar.xz _eclasses_=meson 576e6bbef90e9753368f8b4ad0bd5383 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc udev eec0bbab06977f1cfc5597269c1fa152 -_md5_=e8837ea330e5f94b1591dd9bc46bae90 +_md5_=b73bbc58841cd83bcf3c076c01cb44f0 diff --git a/metadata/md5-cache/dev-libs/nss-3.96 b/metadata/md5-cache/dev-libs/nss-3.96.1 similarity index 94% rename from metadata/md5-cache/dev-libs/nss-3.96 rename to metadata/md5-cache/dev-libs/nss-3.96.1 index b9e39bc7f05b..79ff9580bd77 100644 --- a/metadata/md5-cache/dev-libs/nss-3.96 +++ b/metadata/md5-cache/dev-libs/nss-3.96.1 @@ -11,6 +11,6 @@ LICENSE=|| ( MPL-2.0 GPL-2 LGPL-2.1 ) RDEPEND=>=dev-libs/nspr-4.35[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-db/sqlite-3.8.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(-)?] >=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(-)?] virtual/pkgconfig RESTRICT=!test? ( test ) SLOT=0 -SRC_URI=https://archive.mozilla.org/pub/security/nss/releases/NSS_3_96_RTM/src/nss-3.96.tar.gz cacert? ( https://dev.gentoo.org/~whissi/dist/ca-certificates/nss-cacert-class1-class3-r2.patch ) +SRC_URI=https://archive.mozilla.org/pub/security/nss/releases/NSS_3_96_1_RTM/src/nss-3.96.1.tar.gz cacert? ( https://dev.gentoo.org/~whissi/dist/ca-certificates/nss-cacert-class1-class3-r2.patch ) _eclasses_=flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc _md5_=0cb235facacd61b690031b3da7be803c diff --git a/metadata/md5-cache/dev-libs/papi-6.0.0.1-r2 b/metadata/md5-cache/dev-libs/papi-6.0.0.1-r2 new file mode 100644 index 000000000000..933024a45b54 --- /dev/null +++ b/metadata/md5-cache/dev-libs/papi-6.0.0.1-r2 @@ -0,0 +1,14 @@ +BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71-r5 >=sys-devel/libtool-2.4.7 virtual/fortran +DEFINED_PHASES=configure install prepare setup +DEPEND=dev-libs/libpfm[static-libs] virtual/mpi virtual/fortran +DESCRIPTION=Performance Application Programming Interface +EAPI=8 +HOMEPAGE=http://icl.cs.utk.edu/papi/ +INHERIT=autotools fortran-2 toolchain-funcs +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=dev-libs/libpfm[static-libs] virtual/mpi virtual/fortran +SLOT=0 +SRC_URI=http://icl.cs.utk.edu/projects/papi/downloads/papi-6.0.0.1.tar.gz +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde fortran-2 40c4450f1c4ecb2ee694d96e1958d4ea gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=ddbd1b51a6258086e7fe7cc4b4d7df55 diff --git a/metadata/md5-cache/dev-perl/File-RsyncP-0.760.0-r2 b/metadata/md5-cache/dev-perl/File-RsyncP-0.760.0-r2 new file mode 100644 index 000000000000..7eb2627edd9e --- /dev/null +++ b/metadata/md5-cache/dev-perl/File-RsyncP-0.760.0-r2 @@ -0,0 +1,14 @@ +BDEPEND=>=virtual/perl-Getopt-Long-2.240.0 net-misc/rsync dev-lang/perl +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-lang/perl +DESCRIPTION=An rsync perl module +EAPI=7 +HOMEPAGE=https://perlrsync.sourceforge.net/ https://metacpan.org/release/File-RsyncP +INHERIT=perl-module toolchain-funcs +KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-3+ GPL-2+ RSA +RDEPEND=>=virtual/perl-Getopt-Long-2.240.0 net-misc/rsync dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/C/CB/CBARRATT/File-RsyncP-0.76.tar.gz +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=243c160c63997b84faab9b86110084ac diff --git a/metadata/md5-cache/dev-perl/Manifest.gz b/metadata/md5-cache/dev-perl/Manifest.gz index e1477d126dac..b963b2144665 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/Mojolicious-9.330.0-r1 b/metadata/md5-cache/dev-perl/Mojolicious-9.330.0-r1 index fe45f6fc04cb..6281307e5c21 100644 --- a/metadata/md5-cache/dev-perl/Mojolicious-9.330.0-r1 +++ b/metadata/md5-cache/dev-perl/Mojolicious-9.330.0-r1 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://metacpan.org/release/Mojolicious INHERIT=perl-module IUSE=minimal test examples -KEYWORDS=~amd64 ~arm ~ppc ppc64 ~riscv ~x86 +KEYWORDS=~amd64 ~arm ppc ppc64 ~riscv ~x86 LICENSE=Artistic-2 RDEPEND=!minimal? ( >=dev-perl/Cpanel-JSON-XS-4.90.0 >=dev-perl/EV-4.0.0 ) >=virtual/perl-IO-Socket-IP-0.370.0 >=virtual/perl-Scalar-List-Utils-1.410.0 dev-lang/perl:= RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://cpan/authors/id/S/SR/SRI/Mojolicious-9.33.tar.gz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=e6f0684b60b4a27cf7b5614971712aa2 +_md5_=cf8c20251daff1244e7c7f1fc1a7f9d8 diff --git a/metadata/md5-cache/dev-python/Manifest.gz b/metadata/md5-cache/dev-python/Manifest.gz index 3bb1ccd75d0a..a44ec95715f0 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/boto3-1.34.3 b/metadata/md5-cache/dev-python/boto3-1.34.3 new file mode 100644 index 000000000000..314f0ed2567a --- /dev/null +++ b/metadata/md5-cache/dev-python/boto3-1.34.3 @@ -0,0 +1,16 @@ +BDEPEND=test? ( dev-python/mock[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=dev-python/botocore-1.34.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jmespath-0.7.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/s3transfer-0.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[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-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=The AWS SDK for Python +EAPI=8 +HOMEPAGE=https://github.com/boto/boto3/ https://pypi.org/project/boto3/ +INHERIT=distutils-r1 +IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux +LICENSE=Apache-2.0 +RDEPEND=>=dev-python/botocore-1.34.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jmespath-0.7.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/s3transfer-0.9.0[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/boto/boto3/archive/1.34.3.tar.gz -> boto3-1.34.3.gh.tar.gz +_eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=aee245cc55bac448381fd17361e8f0d6 diff --git a/metadata/md5-cache/dev-python/botocore-1.34.3 b/metadata/md5-cache/dev-python/botocore-1.34.3 new file mode 100644 index 000000000000..8fc46867fb1e --- /dev/null +++ b/metadata/md5-cache/dev-python/botocore-1.34.3 @@ -0,0 +1,16 @@ +BDEPEND=test? ( dev-python/jsonschema[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( dev-python/six[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/jmespath-2[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/urllib3-1.25.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[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-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Low-level, data-driven core of boto 3 +EAPI=8 +HOMEPAGE=https://github.com/boto/botocore/ https://pypi.org/project/botocore/ +INHERIT=distutils-r1 +IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux +LICENSE=Apache-2.0 +RDEPEND=dev-python/six[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/jmespath-2[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/urllib3-1.25.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 ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/boto/botocore/archive/1.34.3.tar.gz -> botocore-1.34.3.gh.tar.gz +_eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=a21cc439bd4b5460e8edf1b69668fbc0 diff --git a/metadata/md5-cache/dev-python/braintree-4.25.0 b/metadata/md5-cache/dev-python/braintree-4.25.0 new file mode 100644 index 000000000000..cbf17686311e --- /dev/null +++ b/metadata/md5-cache/dev-python/braintree-4.25.0 @@ -0,0 +1,16 @@ +BDEPEND=test? ( >=dev-python/requests-0.11.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] 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-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Braintree Python Library +EAPI=8 +HOMEPAGE=https://developer.paypal.com/braintree/docs/reference/overview/ https://github.com/braintree/braintree_python/ https://pypi.org/project/braintree/ +INHERIT=distutils-r1 +IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=>=dev-python/requests-0.11.1[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/braintree/braintree_python/archive/4.25.0.tar.gz -> braintree_python-4.25.0.gh.tar.gz +_eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=5368806c4ccbc8f3acdcad5d5e9ff130 diff --git a/metadata/md5-cache/dev-python/chameleon-4.4.2 b/metadata/md5-cache/dev-python/chameleon-4.4.2 new file mode 100644 index 000000000000..114c3982e211 --- /dev/null +++ b/metadata/md5-cache/dev-python/chameleon-4.4.2 @@ -0,0 +1,16 @@ +BDEPEND=test? ( python_targets_pypy3? ( dev-python/unittest-or-fail[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( dev-python/unittest-or-fail[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_11? ( dev-python/unittest-or-fail[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 ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Fast HTML/XML template compiler for Python +EAPI=8 +HOMEPAGE=https://github.com/malthe/chameleon/ https://pypi.org/project/Chameleon/ +INHERIT=distutils-r1 pypi +IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=repoze +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/C/Chameleon/Chameleon-4.4.2.tar.gz +_eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=ae6caf8e7dd7d1f7fb470f3c3eb8f5d8 diff --git a/metadata/md5-cache/dev-python/deepmerge-1.1.1 b/metadata/md5-cache/dev-python/deepmerge-1.1.1 new file mode 100644 index 000000000000..0912e323b3b0 --- /dev/null +++ b/metadata/md5-cache/dev-python/deepmerge-1.1.1 @@ -0,0 +1,16 @@ +BDEPEND=dev-python/setuptools-scm[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( >=dev-python/pytest-7.3.1[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-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Tools to handle merging of nested data structures in python +EAPI=8 +HOMEPAGE=https://deepmerge.readthedocs.io/en/latest/ https://github.com/toumorokoshi/deepmerge/ https://pypi.org/project/deepmerge/ +INHERIT=distutils-r1 +IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +LICENSE=MIT +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://github.com/toumorokoshi/deepmerge/archive/v1.1.1.tar.gz -> deepmerge-1.1.1.gh.tar.gz +_eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=a6ae0cd0087391716ffc99b13bf39029 diff --git a/metadata/md5-cache/dev-python/fonttools-4.47.0 b/metadata/md5-cache/dev-python/fonttools-4.47.0 new file mode 100644 index 000000000000..3c858d546460 --- /dev/null +++ b/metadata/md5-cache/dev-python/fonttools-4.47.0 @@ -0,0 +1,17 @@ +BDEPEND=native-extensions? ( python_targets_python3_10? ( dev-python/cython[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( dev-python/cython[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_12? ( dev-python/cython[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) ) test? ( dev-python/brotlicffi[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-rerunfailures[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] app-arch/zopfli ) test? ( >=dev-python/fs-2.4.9[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[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(-)?] ) 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-67.8.0-r1[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 prepare test +DEPEND=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(+)] ) +DESCRIPTION=Library for manipulating TrueType, OpenType, AFM and Type1 fonts +EAPI=8 +HOMEPAGE=https://github.com/fonttools/fonttools/ https://pypi.org/project/fonttools/ +INHERIT=distutils-r1 virtualx +IUSE=+native-extensions test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 debug test +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos +LICENSE=BSD +RDEPEND=>=dev-python/fs-2.4.9[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 ) !test? ( test ) +SLOT=0 +SRC_URI=https://github.com/fonttools/fonttools/archive/4.47.0.tar.gz -> fonttools-4.47.0.gh.tar.gz +_eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc virtualx 817571665ee28575da44ee08135089e5 +_md5_=50707419e50c8e9caba1ccece30129bc diff --git a/metadata/md5-cache/dev-python/freezegun-1.4.0 b/metadata/md5-cache/dev-python/freezegun-1.4.0 new file mode 100644 index 000000000000..befdf47da0f4 --- /dev/null +++ b/metadata/md5-cache/dev-python/freezegun-1.4.0 @@ -0,0 +1,16 @@ +BDEPEND=test? ( python_targets_pypy3? ( dev-python/pypy3:=[sqlite] ) python_targets_python3_10? ( dev-lang/python:3.10[sqlite] ) python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) ) test? ( >dev-python/python-dateutil-2.7[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[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-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Let your Python tests travel through time +EAPI=8 +HOMEPAGE=https://github.com/spulec/freezegun/ https://pypi.org/project/freezegun/ +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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos +LICENSE=Apache-2.0 +RDEPEND=>dev-python/python-dateutil-2.7[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/f/freezegun/freezegun-1.4.0.tar.gz +_eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=b77b9148a5bf56dea3694682d24ebabf diff --git a/metadata/md5-cache/dev-python/greenlet-3.0.2 b/metadata/md5-cache/dev-python/greenlet-3.0.2 index d8292d11cdf6..716f03bf3637 100644 --- a/metadata/md5-cache/dev-python/greenlet-3.0.2 +++ b/metadata/md5-cache/dev-python/greenlet-3.0.2 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://greenlet.readthedocs.io/en/latest/ https://github.com/python-greenlet/greenlet/ https://pypi.org/project/greenlet/ INHERIT=distutils-r1 pypi IUSE=doc test python_targets_python3_10 python_targets_python3_11 debug -KEYWORDS=~alpha ~amd64 ~arm ~arm64 -hppa -ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos +KEYWORDS=~alpha amd64 arm arm64 -hppa -ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos LICENSE=MIT 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 ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-3.0.2.tar.gz _eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=bb878c3ea16d606a341ad4375a87f46c +_md5_=fff6e60ff4afc657808e1308471c25d3 diff --git a/metadata/md5-cache/dev-python/hatchling-1.21.0 b/metadata/md5-cache/dev-python/hatchling-1.21.0 new file mode 100644 index 000000000000..fef939d5a577 --- /dev/null +++ b/metadata/md5-cache/dev-python/hatchling-1.21.0 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-python/editables-0.3[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/packaging-21.3[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pathspec-0.10.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pluggy-1.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_pypy3? ( >=dev-python/tomli-1.2.2[python_targets_pypy3(-)?,python_targets_python3_10(-)?] ) python_targets_python3_10? ( >=dev-python/tomli-1.2.2[python_targets_pypy3(-)?,python_targets_python3_10(-)?] ) dev-python/trove-classifiers[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( python_targets_pypy3? ( dev-python/atomicwrites[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/httpx[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/platformdirs[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-mock[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/rich[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tomli-w[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/virtualenv[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-python/atomicwrites[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/httpx[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/platformdirs[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-mock[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/rich[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tomli-w[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/virtualenv[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( dev-python/atomicwrites[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/httpx[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/platformdirs[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-mock[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/rich[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tomli-w[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/virtualenv[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_12? ( dev-python/atomicwrites[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/httpx[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/platformdirs[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-mock[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/rich[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tomli-w[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/virtualenv[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) ) test? ( >=dev-python/editables-0.3[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/packaging-21.3[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pathspec-0.10.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pluggy-1.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_pypy3? ( >=dev-python/tomli-1.2.2[python_targets_pypy3(-)?,python_targets_python3_10(-)?] ) python_targets_python3_10? ( >=dev-python/tomli-1.2.2[python_targets_pypy3(-)?,python_targets_python3_10(-)?] ) dev-python/trove-classifiers[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[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(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Modern, extensible Python build backend +EAPI=8 +HOMEPAGE=https://pypi.org/project/hatchling/ https://github.com/pypa/hatch/ +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 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris +LICENSE=MIT +RDEPEND=>=dev-python/editables-0.3[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/packaging-21.3[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pathspec-0.10.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pluggy-1.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_pypy3? ( >=dev-python/tomli-1.2.2[python_targets_pypy3(-)?,python_targets_python3_10(-)?] ) python_targets_python3_10? ( >=dev-python/tomli-1.2.2[python_targets_pypy3(-)?,python_targets_python3_10(-)?] ) dev-python/trove-classifiers[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/pypa/hatch/archive/hatchling-v1.21.0.tar.gz -> hatch-hatchling-v1.21.0.gh.tar.gz +_eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=c0359c0224740d38d77766be90fe9724 diff --git a/metadata/md5-cache/dev-python/jupyter-core-5.5.1 b/metadata/md5-cache/dev-python/jupyter-core-5.5.1 new file mode 100644 index 000000000000..d08f515a9b79 --- /dev/null +++ b/metadata/md5-cache/dev-python/jupyter-core-5.5.1 @@ -0,0 +1,16 @@ +BDEPEND=test? ( >=dev-python/ipython-4.0.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pip[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) doc? ( || ( ( dev-lang/python:3.12 >=dev-python/sphinx-5.3.0[python_targets_python3_12(-)] dev-python/myst-parser[python_targets_python3_12(-)] dev-python/pydata-sphinx-theme[python_targets_python3_12(-)] dev-python/sphinx-autodoc-typehints[python_targets_python3_12(-)] dev-python/sphinxcontrib-github-alt[python_targets_python3_12(-)] dev-python/sphinxcontrib-spelling[python_targets_python3_12(-)] dev-python/traitlets[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-5.3.0[python_targets_python3_11(-)] dev-python/myst-parser[python_targets_python3_11(-)] dev-python/pydata-sphinx-theme[python_targets_python3_11(-)] dev-python/sphinx-autodoc-typehints[python_targets_python3_11(-)] dev-python/sphinxcontrib-github-alt[python_targets_python3_11(-)] dev-python/sphinxcontrib-spelling[python_targets_python3_11(-)] dev-python/traitlets[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 >=dev-python/sphinx-5.3.0[python_targets_python3_10(-)] dev-python/myst-parser[python_targets_python3_10(-)] dev-python/pydata-sphinx-theme[python_targets_python3_10(-)] dev-python/sphinx-autodoc-typehints[python_targets_python3_10(-)] dev-python/sphinxcontrib-github-alt[python_targets_python3_10(-)] dev-python/sphinxcontrib-spelling[python_targets_python3_10(-)] dev-python/traitlets[python_targets_python3_10(-)] ) ( dev-python/pypy3 >=dev-python/sphinx-5.3.0[python_targets_pypy3(-)] dev-python/myst-parser[python_targets_pypy3(-)] dev-python/pydata-sphinx-theme[python_targets_pypy3(-)] dev-python/sphinx-autodoc-typehints[python_targets_pypy3(-)] dev-python/sphinxcontrib-github-alt[python_targets_pypy3(-)] dev-python/sphinxcontrib-spelling[python_targets_pypy3(-)] dev-python/traitlets[python_targets_pypy3(-)] ) ) ) test? ( >=dev-python/platformdirs-2.5[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/traitlets-5.11.2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[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/hatchling-1.17.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Core common functionality of Jupyter projects +EAPI=8 +HOMEPAGE=https://jupyter.org/ https://github.com/jupyter/jupyter_core/ https://pypi.org/project/jupyter-core/ +INHERIT=distutils-r1 pypi +IUSE=doc test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos +LICENSE=BSD +RDEPEND=>=dev-python/platformdirs-2.5[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/traitlets-5.11.2[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/j/jupyter-core/jupyter_core-5.5.1.tar.gz +_eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=2b269778ab4c7e0ca57eee7cd9ed8d56 diff --git a/metadata/md5-cache/dev-python/nbconvert-7.13.0 b/metadata/md5-cache/dev-python/nbconvert-7.13.0 new file mode 100644 index 000000000000..7f29f93f2fee --- /dev/null +++ b/metadata/md5-cache/dev-python/nbconvert-7.13.0 @@ -0,0 +1,16 @@ +BDEPEND=test? ( dev-python/ipykernel[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/ipywidgets-7.5[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/flaky[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( dev-python/beautifulsoup4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/bleach[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/jinja-3.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jupyter-core-4.7[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/jupyterlab-pygments[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/markupsafe-2.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/mistune-4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/nbclient-0.5.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/nbformat-5.7[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/packaging[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pandocfilters-1.4.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pygments-2.4.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tinycss2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/traitlets-5.1.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[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(-)?] ) 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/hatchling-1.17.0[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 prepare test +DESCRIPTION=Converting Jupyter Notebooks +EAPI=8 +HOMEPAGE=https://nbconvert.readthedocs.io/ https://github.com/jupyter/nbconvert/ https://pypi.org/project/nbconvert/ +INHERIT=distutils-r1 pypi virtualx +IUSE=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 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +LICENSE=BSD +RDEPEND=dev-python/beautifulsoup4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/bleach[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/jinja-3.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jupyter-core-4.7[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/jupyterlab-pygments[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/markupsafe-2.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/mistune-4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/nbclient-0.5.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/nbformat-5.7[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/packaging[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pandocfilters-1.4.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pygments-2.4.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tinycss2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/traitlets-5.1.1[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 ) !test? ( test ) +SLOT=0 +SRC_URI=https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-7.13.0.tar.gz +_eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc virtualx 817571665ee28575da44ee08135089e5 +_md5_=5802bde45c58bf00038535e616ec4aaf diff --git a/metadata/md5-cache/dev-python/paramiko-3.3.1 b/metadata/md5-cache/dev-python/paramiko-3.4.0 similarity index 97% rename from metadata/md5-cache/dev-python/paramiko-3.3.1 rename to metadata/md5-cache/dev-python/paramiko-3.4.0 index ac5158ec7c5d..e06b911066cd 100644 --- a/metadata/md5-cache/dev-python/paramiko-3.3.1 +++ b/metadata/md5-cache/dev-python/paramiko-3.4.0 @@ -11,6 +11,6 @@ RDEPEND=>=dev-python/bcrypt-3.1.3[python_targets_pypy3(-)?,python_targets_python 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/paramiko/paramiko/archive/3.3.1.tar.gz -> paramiko-3.3.1.gh.tar.gz +SRC_URI=https://github.com/paramiko/paramiko/archive/3.4.0.tar.gz -> paramiko-3.4.0.gh.tar.gz _eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc _md5_=f7db937cc8884e94b9f9f98547b19662 diff --git a/metadata/md5-cache/dev-python/pikepdf-8.7.1 b/metadata/md5-cache/dev-python/pikepdf-8.7.1 index b63a9f3ce4da..15388c3e0817 100644 --- a/metadata/md5-cache/dev-python/pikepdf-8.7.1 +++ b/metadata/md5-cache/dev-python/pikepdf-8.7.1 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://github.com/pikepdf/pikepdf/ https://pypi.org/project/pikepdf/ INHERIT=distutils-r1 pypi IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 debug -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86 +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv sparc x86 LICENSE=MPL-2.0 RDEPEND=>=app-text/qpdf-11.5.0:0= dev-python/deprecated[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/lxml-4.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/packaging[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pillow-10.0.1[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 ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://files.pythonhosted.org/packages/source/p/pikepdf/pikepdf-8.7.1.tar.gz _eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=860d40e9af211a4c43c77bb51f01608b +_md5_=f7f1aa5d7998fdb6889274cd4aa55170 diff --git a/metadata/md5-cache/dev-python/plette-0.4.4-r1 b/metadata/md5-cache/dev-python/plette-0.4.4-r2 similarity index 53% rename from metadata/md5-cache/dev-python/plette-0.4.4-r1 rename to metadata/md5-cache/dev-python/plette-0.4.4-r2 index a4c61e5ff9bb..3c1e5af39cf7 100644 --- a/metadata/md5-cache/dev-python/plette-0.4.4-r1 +++ b/metadata/md5-cache/dev-python/plette-0.4.4-r2 @@ -1,4 +1,4 @@ -BDEPEND=test? ( dev-python/cerberus[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[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-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +BDEPEND=test? ( dev-python/cerberus[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tomlkit[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[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-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] DEFINED_PHASES=compile configure install prepare test DESCRIPTION=Structured Pipfile and Pipfile.lock models EAPI=8 @@ -7,10 +7,10 @@ INHERIT=distutils-r1 pypi IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 KEYWORDS=~amd64 ~riscv LICENSE=ISC -RDEPEND=dev-python/cerberus[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 ) +RDEPEND=dev-python/cerberus[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tomlkit[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/sarugaku/plette/archive/v0.4.4.tar.gz -> plette-0.4.4.gh.tar.gz _eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=85e558b205111fce21bfeade8a90287c +_md5_=88b753a8a633dffe8821eeb6c1584020 diff --git a/metadata/md5-cache/dev-python/progressbar2-4.3.2 b/metadata/md5-cache/dev-python/progressbar2-4.3.2 new file mode 100644 index 000000000000..bd728873da68 --- /dev/null +++ b/metadata/md5-cache/dev-python/progressbar2-4.3.2 @@ -0,0 +1,16 @@ +BDEPEND=test? ( >=dev-python/dill-0.3.6[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/freezegun-0.3.11[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=dev-python/python-utils-3.8.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] !dev-python/progressbar >=dev-python/pytest-7.3.1[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-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Text progressbar library for python +EAPI=8 +HOMEPAGE=https://progressbar-2.readthedocs.io/ https://github.com/WoLpH/python-progressbar/ https://pypi.org/project/progressbar2/ +INHERIT=distutils-r1 pypi +IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=BSD +RDEPEND=>=dev-python/python-utils-3.8.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] !dev-python/progressbar 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/progressbar2/progressbar2-4.3.2.tar.gz +_eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=0c89bec51be0f1a8eb6e6c5b1fd067b1 diff --git a/metadata/md5-cache/dev-python/psycopg-3.1.16 b/metadata/md5-cache/dev-python/psycopg-3.1.16 new file mode 100644 index 000000000000..65febe15fbe9 --- /dev/null +++ b/metadata/md5-cache/dev-python/psycopg-3.1.16 @@ -0,0 +1,17 @@ +BDEPEND=test? ( >=dev-db/postgresql-8.1[server] dev-python/anyio[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/dnspython[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=dev-db/postgresql-8.1:* >=dev-python/typing-extensions-4.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[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-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-db/postgresql-8.1:* +DESCRIPTION=PostgreSQL database adapter for Python +EAPI=8 +HOMEPAGE=https://www.psycopg.org/psycopg3/ https://github.com/psycopg/psycopg/ https://pypi.org/project/psycopg/ +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 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos +LICENSE=LGPL-3+ +RDEPEND=>=dev-db/postgresql-8.1:* >=dev-python/typing-extensions-4.1[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/psycopg/psycopg/archive/3.1.16.tar.gz -> psycopg-3.1.16.gh.tar.gz +_eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=297b03652e013f17f19760b9fa824ca9 diff --git a/metadata/md5-cache/dev-python/pypy3_10-7.3.13_p3 b/metadata/md5-cache/dev-python/pypy3_10-7.3.13_p3 index b1921c56550a..2c2f4fd7491a 100644 --- a/metadata/md5-cache/dev-python/pypy3_10-7.3.13_p3 +++ b/metadata/md5-cache/dev-python/pypy3_10-7.3.13_p3 @@ -3,7 +3,7 @@ DEPEND=|| ( >=dev-python/pypy3_10-exe-7.3.13:7.3.13[bzip2(+),ncurses?] >=dev-pyt DESCRIPTION=A fast, compliant alternative implementation of the Python (3.10) language EAPI=8 HOMEPAGE=https://www.pypy.org/ https://foss.heptapod.net/pypy/pypy/ -INHERIT=pax-utils python-utils-r1 toolchain-funcs +INHERIT=multiprocessing pax-utils toolchain-funcs IUSE=+ensurepip gdbm +jit ncurses sqlite tk KEYWORDS=amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux LICENSE=MIT @@ -11,5 +11,5 @@ RDEPEND=|| ( >=dev-python/pypy3_10-exe-7.3.13:7.3.13[bzip2(+),ncurses?] >=dev-py RESTRICT=test SLOT=0/pypy310-pp73-384 SRC_URI=https://buildbot.pypy.org/pypy/pypy3.10-v7.3.13-src.tar.bz2 https://dev.gentoo.org/~mgorny/dist/python/pypy3.10-gentoo-patches-7.3.13_p3.tar.xz -_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe pax-utils 91d47e5d20627c717aa878b9167c62a8 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=a1fa2a6d819e584c7bb3737462a5c7f2 +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe pax-utils 91d47e5d20627c717aa878b9167c62a8 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=db5502ce1f81b438f86a9c80eaa20108 diff --git a/metadata/md5-cache/dev-python/pypy3_9-7.3.13-r1 b/metadata/md5-cache/dev-python/pypy3_9-7.3.13-r1 index 686012363175..71ee48922cf2 100644 --- a/metadata/md5-cache/dev-python/pypy3_9-7.3.13-r1 +++ b/metadata/md5-cache/dev-python/pypy3_9-7.3.13-r1 @@ -3,7 +3,7 @@ DEPEND=|| ( >=dev-python/pypy3_9-exe-7.3.13:7.3.13[bzip2(+),ncurses?] >=dev-pyth DESCRIPTION=A fast, compliant alternative implementation of the Python (3.9) language EAPI=8 HOMEPAGE=https://www.pypy.org/ https://foss.heptapod.net/pypy/pypy/ -INHERIT=pax-utils python-utils-r1 toolchain-funcs +INHERIT=multiprocessing pax-utils toolchain-funcs IUSE=+ensurepip gdbm +jit ncurses sqlite tk KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux LICENSE=MIT @@ -11,5 +11,5 @@ RDEPEND=|| ( >=dev-python/pypy3_9-exe-7.3.13:7.3.13[bzip2(+),ncurses?] >=dev-pyt RESTRICT=test SLOT=0/pypy39-pp73-336 SRC_URI=https://buildbot.pypy.org/pypy/pypy3.9-v7.3.13-src.tar.bz2 https://dev.gentoo.org/~mgorny/dist/python/pypy3.9-gentoo-patches-7.3.13.tar.xz -_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe pax-utils 91d47e5d20627c717aa878b9167c62a8 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=88f322bdb004db82c587303fde161bcb +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe pax-utils 91d47e5d20627c717aa878b9167c62a8 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=4367cc0667617cb5df875e2dfb919667 diff --git a/metadata/md5-cache/dev-python/pyrate-limiter-3.1.0 b/metadata/md5-cache/dev-python/pyrate-limiter-3.1.0 index c20bc93b6664..3c219839f746 100644 --- a/metadata/md5-cache/dev-python/pyrate-limiter-3.1.0 +++ b/metadata/md5-cache/dev-python/pyrate-limiter-3.1.0 @@ -1,4 +1,4 @@ -BDEPEND=test? ( dev-python/pytest-asyncio[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( dev-python/filelock[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/redis[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-xdist[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 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/poetry-core-1.6.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] +BDEPEND=test? ( dev-db/redis dev-python/pytest-asyncio[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( dev-python/filelock[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/redis[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-xdist[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 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/poetry-core-1.6.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] DEFINED_PHASES=compile configure install prepare test DESCRIPTION=Python Rate-Limiter using Leaky-Bucket Algorimth Family EAPI=8 @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://files.pythonhosted.org/packages/source/p/pyrate-limiter/pyrate_limiter-3.1.0.tar.gz _eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=e6d851463585c8a47e9fc4de47d0869e +_md5_=aa992a07c21b75e2f3c385b47e6998bd diff --git a/metadata/md5-cache/dev-python/pyspelling-2.9 b/metadata/md5-cache/dev-python/pyspelling-2.9 index 0dbe4bbed9f8..f3274d25af9b 100644 --- a/metadata/md5-cache/dev-python/pyspelling-2.9 +++ b/metadata/md5-cache/dev-python/pyspelling-2.9 @@ -1,4 +1,4 @@ -BDEPEND=test? ( dev-vcs/git ) test? ( || ( app-text/aspell app-text/hunspell ) dev-python/beautifulsoup4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/html5lib[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(-)?] dev-python/markdown[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/soupsieve-1.8[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/wcmatch-6.5[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[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/hatchling-1.17.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] doc? ( || ( ( dev-lang/python:3.12 dev-python/mkdocs[python_targets_python3_12(-)] >=dev-python/mkdocs-pymdownx-material-extras-2.1[python_targets_python3_12(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_12(-)] dev-python/mkdocs-minify-plugin[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/mkdocs[python_targets_python3_11(-)] >=dev-python/mkdocs-pymdownx-material-extras-2.1[python_targets_python3_11(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_11(-)] dev-python/mkdocs-minify-plugin[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/mkdocs[python_targets_python3_10(-)] >=dev-python/mkdocs-pymdownx-material-extras-2.1[python_targets_python3_10(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_10(-)] dev-python/mkdocs-minify-plugin[python_targets_python3_10(-)] ) ) ) +BDEPEND=test? ( app-dicts/aspell-en app-dicts/myspell-en dev-vcs/git ) test? ( || ( app-text/aspell app-text/hunspell ) dev-python/beautifulsoup4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/html5lib[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(-)?] dev-python/markdown[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/soupsieve-1.8[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/wcmatch-6.5[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[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/hatchling-1.17.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] doc? ( || ( ( dev-lang/python:3.12 dev-python/mkdocs[python_targets_python3_12(-)] >=dev-python/mkdocs-pymdownx-material-extras-2.1[python_targets_python3_12(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_12(-)] dev-python/mkdocs-minify-plugin[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/mkdocs[python_targets_python3_11(-)] >=dev-python/mkdocs-pymdownx-material-extras-2.1[python_targets_python3_11(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_11(-)] dev-python/mkdocs-minify-plugin[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/mkdocs[python_targets_python3_10(-)] >=dev-python/mkdocs-pymdownx-material-extras-2.1[python_targets_python3_10(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_10(-)] dev-python/mkdocs-minify-plugin[python_targets_python3_10(-)] ) ) ) DEFINED_PHASES=compile configure install prepare test DESCRIPTION=Spell checker automation tool EAPI=8 @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/facelessuser/pyspelling/archive/2.9.tar.gz -> pyspelling-2.9.gh.tar.gz _eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 docs 74475974eae5130ba3e19b31b8ae46b8 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=63bcd094111d6b00d5cb3a88c1ada230 +_md5_=0c34dded992f2e8d3041fcdb90812076 diff --git a/metadata/md5-cache/dev-python/pytest-bdd-7.0.1 b/metadata/md5-cache/dev-python/pytest-bdd-7.0.1 index 707e58472f2a..b43e264b080f 100644 --- a/metadata/md5-cache/dev-python/pytest-bdd-7.0.1 +++ b/metadata/md5-cache/dev-python/pytest-bdd-7.0.1 @@ -5,7 +5,7 @@ EAPI=8 HOMEPAGE=https://pytest-bdd.readthedocs.io/ INHERIT=distutils-r1 IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -KEYWORDS=~amd64 ~arm64 ~x86 +KEYWORDS=amd64 arm64 ~x86 LICENSE=MIT RDEPEND=dev-python/mako[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/parse[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/parse_type[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest[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(-)?] 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/pytest-dev/pytest-bdd/archive/refs/tags/7.0.1.tar.gz -> pytest-bdd-7.0.1.gh.tar.gz _eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=6658011af1fad33010d2d7c7cb28c9b0 +_md5_=69965b3c6a22039ffeb64fa1870eae84 diff --git a/metadata/md5-cache/dev-python/python-lsp-black-2.0.0 b/metadata/md5-cache/dev-python/python-lsp-black-2.0.0 new file mode 100644 index 000000000000..609bccd6a4a7 --- /dev/null +++ b/metadata/md5-cache/dev-python/python-lsp-black-2.0.0 @@ -0,0 +1,16 @@ +BDEPEND=test? ( python_targets_pypy3? ( dev-python/tomli[python_targets_pypy3(-)?,python_targets_python3_10(-)?] ) python_targets_python3_10? ( dev-python/tomli[python_targets_pypy3(-)?,python_targets_python3_10(-)?] ) !!<dev-python/python-lsp-black-2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=dev-python/python-lsp-server-1.4.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/black-23.11.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[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-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Black plugin for the Python LSP Server +EAPI=8 +HOMEPAGE=https://github.com/python-lsp/python-lsp-black/ https://pypi.org/project/python-lsp-black/ +INHERIT=distutils-r1 +IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=MIT +RDEPEND=>=dev-python/python-lsp-server-1.4.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/black-23.11.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://github.com/python-lsp/python-lsp-black/archive/v2.0.0.tar.gz -> python-lsp-black-2.0.0.gh.tar.gz +_eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=c9d0dad46a118483211e496daacf735c diff --git a/metadata/md5-cache/dev-python/random2-1.0.2 b/metadata/md5-cache/dev-python/random2-1.0.2 new file mode 100644 index 000000000000..85402fd34b98 --- /dev/null +++ b/metadata/md5-cache/dev-python/random2-1.0.2 @@ -0,0 +1,15 @@ +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-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Python 2.7 random module ported to Python 3 +EAPI=8 +HOMEPAGE=https://pypi.org/project/random2/ +INHERIT=distutils-r1 pypi +IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +KEYWORDS=~amd64 ~arm64 ~loong ~riscv ~x86 +LICENSE=PSF-2 +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 ) +SLOT=0 +SRC_URI=https://files.pythonhosted.org/packages/source/r/random2/random2-1.0.2.tar.gz +_eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=b61db2f1b7d99b8b5c14bbfb7b4ca545 diff --git a/metadata/md5-cache/dev-python/readthedocs-sphinx-ext-2.2.5 b/metadata/md5-cache/dev-python/readthedocs-sphinx-ext-2.2.5 new file mode 100644 index 000000000000..b2cbb5001aa6 --- /dev/null +++ b/metadata/md5-cache/dev-python/readthedocs-sphinx-ext-2.2.5 @@ -0,0 +1,16 @@ +BDEPEND=test? ( >=dev-python/jinja-2.9[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sphinx[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[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-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Code specific for Read the Docs and Sphinx +EAPI=8 +HOMEPAGE=https://github.com/readthedocs/readthedocs-sphinx-ext/ https://pypi.org/project/readthedocs-sphinx-ext/ +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 +LICENSE=MIT +RDEPEND=>=dev-python/jinja-2.9[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sphinx[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/r/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.5.tar.gz +_eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=b6d8b8e5c43cdfd4cd09cf4cb2874568 diff --git a/metadata/md5-cache/dev-python/ruamel-yaml-0.17.40 b/metadata/md5-cache/dev-python/ruamel-yaml-0.17.40 index fddcb7ae8d3f..700ba673b9cf 100644 --- a/metadata/md5-cache/dev-python/ruamel-yaml-0.17.40 +++ b/metadata/md5-cache/dev-python/ruamel-yaml-0.17.40 @@ -1,4 +1,4 @@ -BDEPEND=test? ( dev-python/ruamel-std-pathlib[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( dev-python/ruamel-yaml-clib[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] !dev-python/namespace-ruamel >=dev-python/pytest-7.3.1[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-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +BDEPEND=test? ( dev-python/ruamel-yaml-clib[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] !dev-python/namespace-ruamel >=dev-python/pytest-7.3.1[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-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] DEFINED_PHASES=compile configure install prepare test DESCRIPTION=YAML parser/emitter that supports roundtrip comment preservation EAPI=8 @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://sourceforge/ruamel-dl-tagged-releases/ruamel.yaml-0.17.40.tar.xz _eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=7ea1bb7a8aeb139f77d625a8528a7429 +_md5_=9796fdf00dd1117219e8524826386532 diff --git a/metadata/md5-cache/dev-python/ruamel-yaml-0.18.5 b/metadata/md5-cache/dev-python/ruamel-yaml-0.18.5 index 14ee3f6643d3..5bf5a16bc35c 100644 --- a/metadata/md5-cache/dev-python/ruamel-yaml-0.18.5 +++ b/metadata/md5-cache/dev-python/ruamel-yaml-0.18.5 @@ -1,4 +1,4 @@ -BDEPEND=test? ( dev-python/ruamel-std-pathlib[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( dev-python/ruamel-yaml-clib[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] !dev-python/namespace-ruamel >=dev-python/pytest-7.3.1[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-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +BDEPEND=test? ( dev-python/ruamel-yaml-clib[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] !dev-python/namespace-ruamel >=dev-python/pytest-7.3.1[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-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] DEFINED_PHASES=compile configure install prepare test DESCRIPTION=YAML parser/emitter that supports roundtrip comment preservation EAPI=8 @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://sourceforge/ruamel-dl-tagged-releases/ruamel.yaml-0.18.5.tar.xz _eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=ae1a958cc83ba4f6f14ab8ea7942c350 +_md5_=04d0a49222219fc20645ad8ecf8399c5 diff --git a/metadata/md5-cache/dev-python/sphinx-panels-0.6.0-r1 b/metadata/md5-cache/dev-python/sphinx-panels-0.6.0-r1 index 841c01e086d4..51c54f9b1de7 100644 --- a/metadata/md5-cache/dev-python/sphinx-panels-0.6.0-r1 +++ b/metadata/md5-cache/dev-python/sphinx-panels-0.6.0-r1 @@ -2,7 +2,7 @@ BDEPEND=test? ( dev-python/pytest-regressions[python_targets_python3_10(-)?,pyth DEFINED_PHASES=compile configure install prepare test DESCRIPTION=A sphinx extension for creating panels in a grid layout EAPI=8 -HOMEPAGE=https://github.com/executablebooks/sphinx-panels +HOMEPAGE=https://github.com/executablebooks/sphinx-panels/ https://pypi.org/project/sphinx-panels/ INHERIT=distutils-r1 IUSE=test doc python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 KEYWORDS=amd64 x86 @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/executablebooks/sphinx-panels/archive/v0.6.0.tar.gz -> sphinx-panels-0.6.0.gh.tar.gz _eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=9f146d3356808627d99570e3ce9bab7a +_md5_=03b1d2b0ae93fbd6361c07e965d65944 diff --git a/metadata/md5-cache/dev-python/spyder-6.0.0_alpha2 b/metadata/md5-cache/dev-python/spyder-6.0.0_alpha3 similarity index 57% rename from metadata/md5-cache/dev-python/spyder-6.0.0_alpha2 rename to metadata/md5-cache/dev-python/spyder-6.0.0_alpha3 index 6542073dc000..c9a854cb36f5 100644 --- a/metadata/md5-cache/dev-python/spyder-6.0.0_alpha2 +++ b/metadata/md5-cache/dev-python/spyder-6.0.0_alpha3 @@ -1,4 +1,4 @@ -BDEPEND=test? ( dev-python/cython[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/flaky[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/matplotlib[tk,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pandas[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-lazy-fixture[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-mock[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-order[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-qt[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-timeout[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/QtPy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,pyside2,pyqt5] dev-python/scipy[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/sympy[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( >=dev-python/atomicwrites-1.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/chardet-2.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-util/cookiecutter-1.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/diff-match-patch-20181111[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/intervaltree-3.0.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/jellyfish-0.7[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/jsonschema-3.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/keyring-17.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/nbconvert-4.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/numpydoc-0.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pexpect-4.4.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pickleshare-0.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/psutil-5.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pygments-2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pylint-venv-3.0.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/python-lsp-black-1.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pyls-spyder-0.4.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pyuca-1.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pyxdg-0.26[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pyzmq-22.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/qdarkstyle-3.0.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/qdarkstyle-3.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/qstylizer-0.2.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/qtawesome-1.2.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/qtconsole-5.4.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/qtconsole-5.5.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/QtPy-2.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,svg,webengine] >=sci-libs/rtree-0.9.7[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/sphinx-0.6.6[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/spyder-kernels-3.0.0_beta2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/spyder-kernels-3.0.0_beta3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/textdistance-4.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/three-merge-0.1.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/watchdog-0.10.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) doc? ( || ( ( dev-lang/python:3.11 >=dev-python/sphinx-5.3.0[python_targets_python3_11(-)] dev-python/sphinx-panels[python_targets_python3_11(-)] dev-python/pydata-sphinx-theme[python_targets_python3_11(-)] dev-python/sphinx-multiversion[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 >=dev-python/sphinx-5.3.0[python_targets_python3_10(-)] dev-python/sphinx-panels[python_targets_python3_10(-)] dev-python/pydata-sphinx-theme[python_targets_python3_10(-)] dev-python/sphinx-multiversion[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/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) +BDEPEND=test? ( dev-python/cython[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/flaky[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/matplotlib[tk,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pandas[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-lazy-fixture[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-mock[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-order[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-qt[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-timeout[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/QtPy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,pyside2,pyqt5] dev-python/scipy[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/sympy[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( >=dev-python/atomicwrites-1.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/chardet-2.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-util/cookiecutter-1.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/diff-match-patch-20181111[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/intervaltree-3.0.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/jellyfish-0.7[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/jsonschema-3.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/keyring-17.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/nbconvert-4.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/numpydoc-0.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pexpect-4.4.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pickleshare-0.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/psutil-5.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pygments-2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pylint-venv-3.0.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/python-lsp-black-1.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pyls-spyder-0.4.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pyuca-1.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/qdarkstyle-3.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/qdarkstyle-3.3.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/qstylizer-0.2.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/qtawesome-1.3.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/qtconsole-5.5.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/qtconsole-5.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/QtPy-2.4.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,svg,webengine] >=sci-libs/rtree-0.9.7[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/sphinx-0.6.6[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/spyder-kernels-3.0.0_beta3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/spyder-kernels-3.0.0_beta4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/superqt-0.6.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/superqt-1.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/textdistance-4.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/three-merge-0.1.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/watchdog-0.10.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) doc? ( || ( ( dev-lang/python:3.11 >=dev-python/sphinx-5.3.0[python_targets_python3_11(-)] dev-python/sphinx-panels[python_targets_python3_11(-)] dev-python/pydata-sphinx-theme[python_targets_python3_11(-)] dev-python/sphinx-multiversion[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 >=dev-python/sphinx-5.3.0[python_targets_python3_10(-)] dev-python/sphinx-panels[python_targets_python3_10(-)] dev-python/pydata-sphinx-theme[python_targets_python3_10(-)] dev-python/sphinx-multiversion[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/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) DEFINED_PHASES=compile configure install postinst postrm preinst prepare test DESCRIPTION=The Scientific Python Development Environment EAPI=8 @@ -7,10 +7,10 @@ IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=distutils-r1 optfeature virtualx xdg IUSE=test doc python_targets_python3_10 python_targets_python3_11 test LICENSE=MIT -RDEPEND=>=dev-python/atomicwrites-1.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/chardet-2.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-util/cookiecutter-1.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/diff-match-patch-20181111[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/intervaltree-3.0.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/jellyfish-0.7[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/jsonschema-3.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/keyring-17.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/nbconvert-4.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/numpydoc-0.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pexpect-4.4.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pickleshare-0.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/psutil-5.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pygments-2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pylint-venv-3.0.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/python-lsp-black-1.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pyls-spyder-0.4.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pyuca-1.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pyxdg-0.26[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pyzmq-22.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/qdarkstyle-3.0.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/qdarkstyle-3.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/qstylizer-0.2.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/qtawesome-1.2.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/qtconsole-5.4.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/qtconsole-5.5.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/QtPy-2.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,svg,webengine] >=sci-libs/rtree-0.9.7[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/sphinx-0.6.6[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/spyder-kernels-3.0.0_beta2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/spyder-kernels-3.0.0_beta3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/textdistance-4.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/three-merge-0.1.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/watchdog-0.10.3[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 ) +RDEPEND=>=dev-python/atomicwrites-1.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/chardet-2.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-util/cookiecutter-1.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/diff-match-patch-20181111[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/intervaltree-3.0.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/jellyfish-0.7[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/jsonschema-3.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/keyring-17.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/nbconvert-4.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/numpydoc-0.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pexpect-4.4.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pickleshare-0.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/psutil-5.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pygments-2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pylint-venv-3.0.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/python-lsp-black-1.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pyls-spyder-0.4.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pyuca-1.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/qdarkstyle-3.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/qdarkstyle-3.3.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/qstylizer-0.2.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/qtawesome-1.3.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/qtconsole-5.5.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/qtconsole-5.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/QtPy-2.4.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,svg,webengine] >=sci-libs/rtree-0.9.7[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/sphinx-0.6.6[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/spyder-kernels-3.0.0_beta3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/spyder-kernels-3.0.0_beta4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/superqt-0.6.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/superqt-1.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/textdistance-4.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/three-merge-0.1.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/watchdog-0.10.3[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 ) REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 ) RESTRICT=!test? ( test ) !test? ( test ) SLOT=0 -SRC_URI=https://github.com/spyder-ide/spyder/archive/v6.0.0a2.tar.gz -> spyder-6.0.0_alpha2.gh.tar.gz https://github.com/spyder-ide/spyder-docs/archive/cfa8e009264cb5e79beeead6a012e521db2c73dc.tar.gz -> spyder-docs-cfa8e009264cb5e79beeead6a012e521db2c73dc.gh.tar.gz +SRC_URI=https://github.com/spyder-ide/spyder/archive/v6.0.0a3.tar.gz -> spyder-6.0.0_alpha3.gh.tar.gz https://github.com/spyder-ide/spyder-docs/archive/0aa81d44ec6490c155be1bb1acca0a27328b12e0.tar.gz -> spyder-docs-0aa81d44ec6490c155be1bb1acca0a27328b12e0.gh.tar.gz _eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=2aba96b3e4c7cc287fd1888d161283e0 +_md5_=68c5f548ddda14c8808d19b0e88757d5 diff --git a/metadata/md5-cache/dev-python/spyder-kernels-3.0.0_beta2 b/metadata/md5-cache/dev-python/spyder-kernels-3.0.0_beta2 deleted file mode 100644 index a9105a679792..000000000000 --- a/metadata/md5-cache/dev-python/spyder-kernels-3.0.0_beta2 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=test? ( dev-python/cython[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/django[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/flaky[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/h5py[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/matplotlib[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/mock[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pandas[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/xarray[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( dev-python/cloudpickle[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/ipykernel-7[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/ipykernel-6.16.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/ipython-9[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >dev-python/ipython-8.12.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/jupyter-client-9[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jupyter-client-7.4.9[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/matplotlib-inline[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyxdg-0.26[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyzmq-22.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/wurlitzer-1.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[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-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] -DEFINED_PHASES=compile configure install prepare test -DESCRIPTION=Kernels used by spyder on its ipython console -EAPI=8 -HOMEPAGE=https://github.com/spyder-ide/spyder-kernels/ https://pypi.org/project/spyder-kernels/ -INHERIT=distutils-r1 pypi -IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -LICENSE=MIT -RDEPEND=dev-python/cloudpickle[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/ipykernel-7[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/ipykernel-6.16.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/ipython-9[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >dev-python/ipython-8.12.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/jupyter-client-9[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jupyter-client-7.4.9[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/matplotlib-inline[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyxdg-0.26[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyzmq-22.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/wurlitzer-1.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 ) -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/s/spyder-kernels/spyder-kernels-3.0.0b2.tar.gz -_eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=6463e21ee71ea9d35aa71aecc8f1e22f diff --git a/metadata/md5-cache/dev-python/spyder-kernels-3.0.0_beta3 b/metadata/md5-cache/dev-python/spyder-kernels-3.0.0_beta3 new file mode 100644 index 000000000000..1ab6284c72b9 --- /dev/null +++ b/metadata/md5-cache/dev-python/spyder-kernels-3.0.0_beta3 @@ -0,0 +1,15 @@ +BDEPEND=test? ( dev-python/cython[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/django[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/flaky[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/matplotlib[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/mock[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/numpy[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/scipy[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(-)?] python_targets_python3_10? ( dev-python/h5py[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pandas[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/xarray[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( dev-python/h5py[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pandas[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/xarray[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_12? ( dev-python/h5py[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pandas[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/xarray[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) ) test? ( dev-python/cloudpickle[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/ipykernel-7[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/ipykernel-6.23.2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/ipython-9[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >dev-python/ipython-8.13.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/jupyter-client-9[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jupyter-client-7.4.9[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/matplotlib-inline[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyxdg-0.26[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyzmq-22.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/wurlitzer-1.0.3[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[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-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Kernels used by spyder on its ipython console +EAPI=8 +HOMEPAGE=https://github.com/spyder-ide/spyder-kernels/ https://pypi.org/project/spyder-kernels/ +INHERIT=distutils-r1 pypi +IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +LICENSE=MIT +RDEPEND=dev-python/cloudpickle[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/ipykernel-7[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/ipykernel-6.23.2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/ipython-9[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >dev-python/ipython-8.13.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/jupyter-client-9[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jupyter-client-7.4.9[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/matplotlib-inline[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyxdg-0.26[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyzmq-22.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/wurlitzer-1.0.3[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/s/spyder-kernels/spyder-kernels-3.0.0b3.tar.gz +_eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=fde860413598134336fb7617d52f8944 diff --git a/metadata/md5-cache/dev-python/superqt-0.6.1 b/metadata/md5-cache/dev-python/superqt-0.6.1 new file mode 100644 index 000000000000..550f147dfe0b --- /dev/null +++ b/metadata/md5-cache/dev-python/superqt-0.6.1 @@ -0,0 +1,16 @@ +BDEPEND=test? ( dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-qt[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( dev-python/packaging[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pygments-2.4.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/QtPy-1.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/typing-extensions-3.7.4.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[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/hatchling-1.17.0[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 prepare test +DESCRIPTION=Missing widgets and components for PyQt/PySide +EAPI=8 +HOMEPAGE=https://github.com/pyapp-kit/superqt https://pypi.org/project/superqt/ +INHERIT=distutils-r1 pypi virtualx +IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 test +KEYWORDS=~amd64 +LICENSE=BSD +RDEPEND=dev-python/packaging[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pygments-2.4.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/QtPy-1.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/typing-extensions-3.7.4.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 ) +REQUIRED_USE=|| ( 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/s/superqt/superqt-0.6.1.tar.gz +_eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc virtualx 817571665ee28575da44ee08135089e5 +_md5_=e36b0ebd4f41c9c50553dc445230dbc3 diff --git a/metadata/md5-cache/dev-python/trimesh-4.0.6 b/metadata/md5-cache/dev-python/trimesh-4.0.6 new file mode 100644 index 000000000000..e719e9cae89a --- /dev/null +++ b/metadata/md5-cache/dev-python/trimesh-4.0.6 @@ -0,0 +1,16 @@ +BDEPEND=test? ( dev-python/mapbox_earcut[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( dev-python/chardet[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/colorlog[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/httpx[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/jsonschema[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/networkx[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pycollada[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pyglet[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/scipy[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/setuptools[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/shapely-1.8.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/svg-path[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/sympy[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/xxhash[python_targets_python3_10(-)?,python_targets_python3_11(-)?] sci-libs/rtree[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-xdist[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 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] +DEFINED_PHASES=compile configure install postinst prepare test +DESCRIPTION=Python library for loading and using triangular meshes +EAPI=8 +HOMEPAGE=https://trimesh.org/ https://github.com/mikedh/trimesh/ https://pypi.org/project/trimesh/ +INHERIT=distutils-r1 optfeature +IUSE=test python_targets_python3_10 python_targets_python3_11 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=MIT +RDEPEND=dev-python/chardet[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/colorlog[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/httpx[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/jsonschema[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/networkx[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pycollada[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pyglet[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/scipy[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/setuptools[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/shapely-1.8.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/svg-path[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/sympy[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/xxhash[python_targets_python3_10(-)?,python_targets_python3_11(-)?] sci-libs/rtree[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 ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/mikedh/trimesh/archive/4.0.6.tar.gz -> trimesh-4.0.6.gh.tar.gz +_eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=0658e84d6ea9b6219e5065755d8a73c4 diff --git a/metadata/md5-cache/dev-python/xmlschema-2.5.1 b/metadata/md5-cache/dev-python/xmlschema-2.5.1 new file mode 100644 index 000000000000..d9d8b65caa88 --- /dev/null +++ b/metadata/md5-cache/dev-python/xmlschema-2.5.1 @@ -0,0 +1,16 @@ +BDEPEND=test? ( <dev-python/elementpath-5[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/elementpath-4.1.5[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-67.8.0-r1[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-5[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/elementpath-4.1.5[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-2.5.1.tar.gz +_eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=e994fcad0f8a8444ce41665fb4af4b0e diff --git a/metadata/md5-cache/dev-python/zeroconf-0.131.0 b/metadata/md5-cache/dev-python/zeroconf-0.131.0 new file mode 100644 index 000000000000..3440b024f1a6 --- /dev/null +++ b/metadata/md5-cache/dev-python/zeroconf-0.131.0 @@ -0,0 +1,17 @@ +BDEPEND=>=dev-python/cython-3.0.5[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-65.6.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( dev-python/pytest-asyncio[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=dev-python/ifaddr-0.1.7[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( >=dev-python/async-timeout-3.0.0[python_targets_python3_10(-)?] ) >=dev-python/pytest-7.3.1[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/poetry-core-1.6.1[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=Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) +EAPI=8 +HOMEPAGE=https://github.com/python-zeroconf/python-zeroconf/ https://pypi.org/project/zeroconf/ +INHERIT=distutils-r1 pypi +IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 debug +KEYWORDS=~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux +LICENSE=LGPL-2.1 +RDEPEND=>=dev-python/ifaddr-0.1.7[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( >=dev-python/async-timeout-3.0.0[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 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://files.pythonhosted.org/packages/source/z/zeroconf/zeroconf-0.131.0.tar.gz +_eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=dfd870586396aa980b9bec6e0c8770d4 diff --git a/metadata/md5-cache/dev-qt/Manifest.gz b/metadata/md5-cache/dev-qt/Manifest.gz index 37c9258044a8..fa5d30b436d2 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/qt-docs-5.15.2_p202011130614 b/metadata/md5-cache/dev-qt/qt-docs-5.15.2_p202011130614 index 3cd1a84c7b1b..5e68f1a20fad 100644 --- a/metadata/md5-cache/dev-qt/qt-docs-5.15.2_p202011130614 +++ b/metadata/md5-cache/dev-qt/qt-docs-5.15.2_p202011130614 @@ -5,10 +5,10 @@ EAPI=8 HOMEPAGE=https://doc.qt.io/ INHERIT=unpacker IUSE=charts datavis +html networkauth +qch script timeline virtualkeyboard webengine +imageformats +concurrent +declarative +x11extras +quickcontrols2 +3d +xml +printsupport +gui +bluetooth +graphicaleffects +websockets +network +qdoc +webview +xmlpatterns +svg +dbus +webchannel +quickcontrols +positioning +linguist +location +designer +scxml +wayland +opengl +serialbus +serialport +sql +widgets +gamepad +help +assistant +multimedia +test +sensors +speech -KEYWORDS=amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86 +KEYWORDS=amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86 LICENSE=FDL-1.3 REQUIRED_USE=|| ( html qch ) SLOT=5 SRC_URI=https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qmake-documentation.7z https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtcore-documentation.7z https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtdoc-documentation.7z charts? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc.qtcharts/5.15.2-0-202011130614qtcharts-documentation.7z ) datavis? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc.qtdatavis3d/5.15.2-0-202011130614qtdatavisualization-documentation.7z ) networkauth? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc.qtnetworkauth/5.15.2-0-202011130614qtnetworkauth-documentation.7z ) script? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc.qtscript/5.15.2-0-202011130614qtscript-documentation.7z https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc.qtscript/5.15.2-0-202011130614qtscripttools-documentation.7z ) timeline? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc.qtquicktimeline/5.15.2-0-202011130614qtquicktimeline-documentation.7z ) virtualkeyboard? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc.qtvirtualkeyboard/5.15.2-0-202011130614qtvirtualkeyboard-documentation.7z ) webengine? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc.qtwebengine/5.15.2-0-202011130614qtwebengine-documentation.7z ) imageformats? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtimageformats-documentation.7z ) concurrent? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtconcurrent-documentation.7z ) declarative? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtqml-documentation.7z ) declarative? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtqmltest-documentation.7z ) declarative? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtquick-documentation.7z ) declarative? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtquickdialogs-documentation.7z ) declarative? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtquickextras-documentation.7z ) x11extras? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtx11extras-documentation.7z ) quickcontrols2? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtquickcontrols-documentation.7z ) 3d? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qt3d-documentation.7z ) xml? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtxml-documentation.7z ) printsupport? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtprintsupport-documentation.7z ) gui? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtgui-documentation.7z ) gui? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtplatformheaders-documentation.7z ) bluetooth? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtbluetooth-documentation.7z ) graphicaleffects? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtgraphicaleffects-documentation.7z ) websockets? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtwebsockets-documentation.7z ) network? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtnetwork-documentation.7z ) qdoc? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qdoc-documentation.7z ) webview? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtwebview-documentation.7z ) xmlpatterns? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtxmlpatterns-documentation.7z ) svg? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtsvg-documentation.7z ) dbus? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtdbus-documentation.7z ) webchannel? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtwebchannel-documentation.7z ) quickcontrols? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtquickcontrols1-documentation.7z ) positioning? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtpositioning-documentation.7z ) linguist? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtlinguist-documentation.7z ) location? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtlocation-documentation.7z ) designer? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtdesigner-documentation.7z ) designer? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtuitools-documentation.7z ) scxml? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtscxml-documentation.7z ) wayland? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtwaylandcompositor-documentation.7z ) opengl? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtopengl-documentation.7z ) serialbus? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtserialbus-documentation.7z ) serialport? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtserialport-documentation.7z ) sql? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtsql-documentation.7z ) widgets? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtwidgets-documentation.7z ) gamepad? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtgamepad-documentation.7z ) help? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qthelp-documentation.7z ) assistant? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtassistant-documentation.7z ) multimedia? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtmultimedia-documentation.7z ) test? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qttestlib-documentation.7z ) sensors? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtsensors-documentation.7z ) speech? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5152_src_doc_examples/qt.qt5.5152.doc/5.15.2-0-202011130614qtspeech-documentation.7z ) _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc unpacker aa6a4e924009232d8b78b31e932c30b5 -_md5_=44ed53e1d9b12972683bb4726a71ef98 +_md5_=34402d4be63bac4ab9625389b39dd334 diff --git a/metadata/md5-cache/dev-qt/qt-docs-6.6.1_p202311210527 b/metadata/md5-cache/dev-qt/qt-docs-6.6.1_p202311210527 index 2c352b93f5cc..54b52adff18c 100644 --- a/metadata/md5-cache/dev-qt/qt-docs-6.6.1_p202311210527 +++ b/metadata/md5-cache/dev-qt/qt-docs-6.6.1_p202311210527 @@ -5,10 +5,10 @@ EAPI=8 HOMEPAGE=https://doc.qt.io/ INHERIT=unpacker IUSE=+examples +html +qch +tools +webview +quick3d +webchannel grpc +3d +qt5compat +imageformats +multimedia lottie +networkauth +sensors quickeffectmaker +speech quick3dphysics +connectivity +webengine +positioning activeqt +charts +declarative +svg remoteobjects +websockets +serialport graphs +httpserver datavis serialbus +wayland +shadertools +timeline +virtualkeyboard +scxml +location -KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 +KEYWORDS=amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 LICENSE=FDL-1.3 REQUIRED_USE=|| ( examples html qch ) SLOT=6 SRC_URI=https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qmake-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtcmake-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtconcurrent-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtcore-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtdbus-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtgui-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtnetwork-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtopengl-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtplatformintegration-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtprintsupport-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtsql-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qttestlib-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtwidgets-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtxml-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples/6.6.1-0-202311210527qtbase-examples-6.6.1.7z ) 3d? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qt3d/6.6.1-0-202311210527qt3d-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples.qt3d/6.6.1-0-202311210527qt3d-examples-6.6.1.7z ) ) activeqt? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtactiveqt/6.6.1-0-202311210527activeqt-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples.qtactiveqt/6.6.1-0-202311210527qtactiveqt-examples-6.6.1.7z ) ) charts? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtcharts/6.6.1-0-202311210527qtcharts-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples.qtcharts/6.6.1-0-202311210527qtcharts-examples-6.6.1.7z ) ) connectivity? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtbluetooth/6.6.1-0-202311210527qtbluetooth-documentation.tar.xz ) connectivity? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtbluetooth/6.6.1-0-202311210527qtbluetooth-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples.qtconnectivity/6.6.1-0-202311210527qtconnectivity-examples-6.6.1.7z ) ) connectivity? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtnfc/6.6.1-0-202311210527qtnfc-documentation.tar.xz ) datavis? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtdatavis3d/6.6.1-0-202311210527qtdatavis3d-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples.qtdatavis3d/6.6.1-0-202311210527qtdatavis3d-examples-6.6.1.7z ) ) declarative? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtlabsplatform-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtqml-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtqmlcore-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtqmlmodels-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtqmltest-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtqmlworkerscript-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtqmlxmllistmodel-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtquick-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtquickcontrols-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtquickdialogs-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples/6.6.1-0-202311210527qtdeclarative-examples-6.6.1.7z ) ) https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtdoc-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples/6.6.1-0-202311210527qtdoc-examples-6.6.1.7z ) graphs? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtgraphs/6.6.1-0-202311210527qtgraphs-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples.qtgraphs/6.6.1-0-202311210527qtgraphs-examples-6.6.1.7z ) ) grpc? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtgrpc/6.6.1-0-202311210527qtgrpc-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtgrpc/6.6.1-0-202311210527qtprotobuf-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples.qtgrpc/6.6.1-0-202311210527qtgrpc-examples-6.6.1.7z ) ) httpserver? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qthttpserver/6.6.1-0-202311210527qthttpserver-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples.qthttpserver/6.6.1-0-202311210527qthttpserver-examples-6.6.1.7z ) ) imageformats? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtimageformats/6.6.1-0-202311210527qtimageformats-documentation.tar.xz ) location? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtlocation/6.6.1-0-202311210527qtlocation-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples.qtlocation/6.6.1-0-202311210527qtlocation-examples-6.6.1.7z ) ) lottie? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtlottie/6.6.1-0-202311210527qtlottieanimation-documentation.tar.xz ) multimedia? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtmultimedia/6.6.1-0-202311210527qtmultimedia-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples.qtmultimedia/6.6.1-0-202311210527qtmultimedia-examples-6.6.1.7z ) ) networkauth? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtnetworkauth/6.6.1-0-202311210527qtnetworkauth-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples.qtnetworkauth/6.6.1-0-202311210527qtnetworkauth-examples-6.6.1.7z ) ) positioning? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtpositioning/6.6.1-0-202311210527qtpositioning-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples.qtpositioning/6.6.1-0-202311210527qtpositioning-examples-6.6.1.7z ) ) qt5compat? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qt5compat/6.6.1-0-202311210527qtcore5compat-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qt5compat/6.6.1-0-202311210527qtgraphicaleffects5compat-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples.qt5compat/6.6.1-0-202311210527qt5compat-examples-6.6.1.7z ) ) quick3dphysics? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtquick3dphysics/6.6.1-0-202311210527qtquick3dphysics-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples.qtquick3dphysics/6.6.1-0-202311210527qtquick3dphysics-examples-6.6.1.7z ) ) quick3d? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtquick3d/6.6.1-0-202311210527qtquick3d-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples.qtquick3d/6.6.1-0-202311210527qtquick3d-examples-6.6.1.7z ) ) quickeffectmaker? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtquickeffectmaker/6.6.1-0-202311210527qtquickeffectmaker-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples.qtquickeffectmaker/6.6.1-0-202311210527qtquickeffectmaker-examples-6.6.1.7z ) ) remoteobjects? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtremoteobjects/6.6.1-0-202311210527qtremoteobjects-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples.qtremoteobjects/6.6.1-0-202311210527qtremoteobjects-examples-6.6.1.7z ) ) scxml? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtscxml/6.6.1-0-202311210527qtscxml-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples.qtscxml/6.6.1-0-202311210527qtscxml-examples-6.6.1.7z ) ) sensors? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtsensors/6.6.1-0-202311210527qtsensors-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples.qtsensors/6.6.1-0-202311210527qtsensors-examples-6.6.1.7z ) ) serialbus? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtserialbus/6.6.1-0-202311210527qtserialbus-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples.qtserialbus/6.6.1-0-202311210527qtserialbus-examples-6.6.1.7z ) ) serialport? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtserialport/6.6.1-0-202311210527qtserialport-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples.qtserialport/6.6.1-0-202311210527qtserialport-examples-6.6.1.7z ) ) shadertools? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtshadertools/6.6.1-0-202311210527qtshadertools-documentation.tar.xz ) speech? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtspeech/6.6.1-0-202311210527qttexttospeech-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples.qtspeech/6.6.1-0-202311210527qtspeech-examples-6.6.1.7z ) ) svg? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtsvg-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples/6.6.1-0-202311210527qtsvg-examples-6.6.1.7z ) ) timeline? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtquicktimeline/6.6.1-0-202311210527qtquicktimeline-documentation.tar.xz ) tools? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qdoc-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtassistant-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtdesigner-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtdistancefieldgenerator-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qthelp-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtlinguist-documentation.tar.xz https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtuitools-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples/6.6.1-0-202311210527qttools-examples-6.6.1.7z ) ) virtualkeyboard? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtvirtualkeyboard/6.6.1-0-202311210527qtvirtualkeyboard-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples.qtvirtualkeyboard/6.6.1-0-202311210527qtvirtualkeyboard-examples-6.6.1.7z ) ) wayland? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc/6.6.1-0-202311210527qtwaylandcompositor-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples/6.6.1-0-202311210527qtwayland-examples-6.6.1.7z ) ) webchannel? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtwebchannel/6.6.1-0-202311210527qtwebchannel-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples.qtwebchannel/6.6.1-0-202311210527qtwebchannel-examples-6.6.1.7z ) ) webengine? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtpdf/6.6.1-0-202311210527qtpdf-documentation.tar.xz ) webengine? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtwebengine/6.6.1-0-202311210527qtwebengine-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples.qtwebengine/6.6.1-0-202311210527qtwebengine-examples-6.6.1.7z ) ) websockets? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtwebsockets/6.6.1-0-202311210527qtwebsockets-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples.qtwebsockets/6.6.1-0-202311210527qtwebsockets-examples-6.6.1.7z ) ) webview? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.doc.qtwebview/6.6.1-0-202311210527qtwebview-documentation.tar.xz examples? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt6_661_src_doc_examples/qt.qt6.661.examples.qtwebview/6.6.1-0-202311210527qtwebview-examples-6.6.1.7z ) ) _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc unpacker aa6a4e924009232d8b78b31e932c30b5 -_md5_=0a10d846f6bfbec60508015baa335a39 +_md5_=4c320486074b6959945ecdc2266925b1 diff --git a/metadata/md5-cache/dev-qt/qttools-6.6.1 b/metadata/md5-cache/dev-qt/qttools-6.6.1 index bb4b06b22a98..90888a4d2fd8 100644 --- a/metadata/md5-cache/dev-qt/qttools-6.6.1 +++ b/metadata/md5-cache/dev-qt/qttools-6.6.1 @@ -14,4 +14,4 @@ RESTRICT=test !test? ( test ) SLOT=6/6.6.1 SRC_URI=https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qttools-everywhere-src-6.6.1.tar.xz _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 desktop 021728fdc1b03b36357dbc89489e0f0d flag-o-matic c816c598969cbaf38cc02d2496ad2e98 llvm dcfb437a52b5672e5f39deaae6f789c3 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 qt6-build d0a23873552962a761c59b4aa1f3052b toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=df50884d6d2f25d105a20bbbebafc6cc +_md5_=ac337264aeb642970b15ab8784b1204e diff --git a/metadata/md5-cache/dev-qt/qttools-6.6.9999 b/metadata/md5-cache/dev-qt/qttools-6.6.9999 index 323d644453c7..5de49d930f4a 100644 --- a/metadata/md5-cache/dev-qt/qttools-6.6.9999 +++ b/metadata/md5-cache/dev-qt/qttools-6.6.9999 @@ -13,4 +13,4 @@ REQUIRED_USE=assistant? ( widgets ) designer? ( qml widgets ) distancefieldgener RESTRICT=test !test? ( test ) SLOT=6/6.6.9999 _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 desktop 021728fdc1b03b36357dbc89489e0f0d flag-o-matic c816c598969cbaf38cc02d2496ad2e98 git-r3 5133e393e8717a3a093660f990801dc1 llvm dcfb437a52b5672e5f39deaae6f789c3 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 qt6-build d0a23873552962a761c59b4aa1f3052b toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=4ad1e2003e328982cdd0a3a214618af1 +_md5_=de1c3a444fcd92ef8138a70237c0d4d9 diff --git a/metadata/md5-cache/dev-qt/qttools-6.7.9999 b/metadata/md5-cache/dev-qt/qttools-6.7.9999 index 8532ff0e72af..0ec683e525a7 100644 --- a/metadata/md5-cache/dev-qt/qttools-6.7.9999 +++ b/metadata/md5-cache/dev-qt/qttools-6.7.9999 @@ -13,4 +13,4 @@ REQUIRED_USE=assistant? ( widgets ) designer? ( qml widgets ) distancefieldgener RESTRICT=test !test? ( test ) SLOT=6/6.7.9999 _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 desktop 021728fdc1b03b36357dbc89489e0f0d flag-o-matic c816c598969cbaf38cc02d2496ad2e98 git-r3 5133e393e8717a3a093660f990801dc1 llvm dcfb437a52b5672e5f39deaae6f789c3 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 qt6-build d0a23873552962a761c59b4aa1f3052b toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=863b6817f1a21933edfd995606ca707d +_md5_=84e913e15d664d8781c40a24abeeb0c4 diff --git a/metadata/md5-cache/dev-qt/qttools-6.9999 b/metadata/md5-cache/dev-qt/qttools-6.9999 index 4e4735c00f21..d375ecc8c8bb 100644 --- a/metadata/md5-cache/dev-qt/qttools-6.9999 +++ b/metadata/md5-cache/dev-qt/qttools-6.9999 @@ -13,4 +13,4 @@ REQUIRED_USE=assistant? ( widgets ) designer? ( qml widgets ) distancefieldgener RESTRICT=test !test? ( test ) SLOT=6/6.9999 _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 desktop 021728fdc1b03b36357dbc89489e0f0d flag-o-matic c816c598969cbaf38cc02d2496ad2e98 git-r3 5133e393e8717a3a093660f990801dc1 llvm dcfb437a52b5672e5f39deaae6f789c3 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 qt6-build d0a23873552962a761c59b4aa1f3052b toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=863b6817f1a21933edfd995606ca707d +_md5_=84e913e15d664d8781c40a24abeeb0c4 diff --git a/metadata/md5-cache/dev-qt/qtwebengine-6.6.1 b/metadata/md5-cache/dev-qt/qtwebengine-6.6.1 index 49e1e87e80a7..1614f6e46c02 100644 --- a/metadata/md5-cache/dev-qt/qtwebengine-6.6.1 +++ b/metadata/md5-cache/dev-qt/qtwebengine-6.6.1 @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=6/6.6.1 SRC_URI=https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtwebengine-everywhere-src-6.6.1.tar.xz https://dev.gentoo.org/~ionen/distfiles/qtwebengine-6.6-patchset-5.tar.xz _eclasses_=check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc cmake 0f2e0c197fad0312f3c4765c9cf36271 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 prefix eab3c99d77fe00506c109c8a736186f7 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 qt6-build d0a23873552962a761c59b4aa1f3052b toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=3e93d64168f16bac156f540a5c70a30f +_md5_=d5c857a0dcdf3a99d8ae6784fd310dbc diff --git a/metadata/md5-cache/dev-qt/qtwebengine-6.6.9999 b/metadata/md5-cache/dev-qt/qtwebengine-6.6.9999 index f4f9a2e8c013..8c8c8abb19ac 100644 --- a/metadata/md5-cache/dev-qt/qtwebengine-6.6.9999 +++ b/metadata/md5-cache/dev-qt/qtwebengine-6.6.9999 @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=6/6.6.9999 SRC_URI=https://dev.gentoo.org/~ionen/distfiles/qtwebengine-6.6-patchset-5.tar.xz _eclasses_=check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc cmake 0f2e0c197fad0312f3c4765c9cf36271 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 git-r3 5133e393e8717a3a093660f990801dc1 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 prefix eab3c99d77fe00506c109c8a736186f7 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 qt6-build d0a23873552962a761c59b4aa1f3052b toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=269c40d7779350cf2c687bacb1b22cfc +_md5_=a71e632fc63faa1cbc59d59f5d4d8a64 diff --git a/metadata/md5-cache/dev-ruby/Manifest.gz b/metadata/md5-cache/dev-ruby/Manifest.gz index 2b3f4bf6e681..9a5dfdd74e38 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/mini_mime-1.1.5 b/metadata/md5-cache/dev-ruby/mini_mime-1.1.5 index 0a8f844e75a4..21daf77d23f5 100644 --- a/metadata/md5-cache/dev-ruby/mini_mime-1.1.5 +++ b/metadata/md5-cache/dev-ruby/mini_mime-1.1.5 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://github.com/discourse/mini_mime INHERIT=ruby-fakegem IUSE=test ruby_targets_ruby31 ruby_targets_ruby32 doc test test -KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris +KEYWORDS=amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) REQUIRED_USE=|| ( ruby_targets_ruby31 ruby_targets_ruby32 ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) !test? ( test ) SLOT=0 SRC_URI=https://github.com/discourse/mini_mime/archive/v1.1.5.tar.gz -> mini_mime-1.1.5.tar.gz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 ruby-fakegem 5f7dd7ffeaf00a781713582bd507f80b ruby-ng 4ef520a992dc54fdd8f49d875c1ab2c0 ruby-utils 6c200c98361f47219e106ddc67c43a1e toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=73cc664fa995b2ae5188c731676b4d20 +_md5_=b676552a2be93085caf6853e98144062 diff --git a/metadata/md5-cache/dev-ruby/zeitwerk-2.6.8 b/metadata/md5-cache/dev-ruby/zeitwerk-2.6.8 index 9cdf1ab97a3f..a1e531fda11d 100644 --- a/metadata/md5-cache/dev-ruby/zeitwerk-2.6.8 +++ b/metadata/md5-cache/dev-ruby/zeitwerk-2.6.8 @@ -1,4 +1,4 @@ -BDEPEND=ruby_targets_ruby31? ( test? ( dev-ruby/bundler[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby32? ( test? ( dev-ruby/bundler[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby31? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby32? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby31? ( test? ( dev-ruby/rake[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby32? ( test? ( dev-ruby/rake[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) test? ( ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ) +BDEPEND=ruby_targets_ruby31? ( test? ( dev-ruby/bundler[ruby_targets_ruby31(-)] dev-ruby/warning[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby32? ( test? ( dev-ruby/bundler[ruby_targets_ruby32(-)] dev-ruby/warning[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby31? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby32? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby31? ( test? ( dev-ruby/rake[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby32? ( test? ( dev-ruby/rake[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) test? ( ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ) 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_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) DESCRIPTION=Efficient and thread-safe code loader for Ruby @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) !test? ( test ) SLOT=2 SRC_URI=https://github.com/fxn/zeitwerk/archive/v2.6.8.tar.gz -> zeitwerk-2.6.8.tar.gz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 ruby-fakegem 5f7dd7ffeaf00a781713582bd507f80b ruby-ng 4ef520a992dc54fdd8f49d875c1ab2c0 ruby-utils 6c200c98361f47219e106ddc67c43a1e toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=b6a979a6a7844a3e4a714c8da876717f +_md5_=4c972f4e7332cc15d9863d7cce4d93bc diff --git a/metadata/md5-cache/dev-util/Manifest.gz b/metadata/md5-cache/dev-util/Manifest.gz index a0128571b8d2..b6315180c2c9 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/babeltrace-2.0.5 b/metadata/md5-cache/dev-util/babeltrace-2.0.5 new file mode 100644 index 000000000000..aec0ff65906b --- /dev/null +++ b/metadata/md5-cache/dev-util/babeltrace-2.0.5 @@ -0,0 +1,15 @@ +BDEPEND=>=dev-libs/glib-2.28:2 elfutils? ( >=dev-libs/elfutils-0.154 ) python? ( python_single_target_pypy3? ( dev-python/pypy3:= ) 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-devel/bison-2.5 >=sys-devel/flex-2.5.35 python? ( >=dev-lang/swig-3.0 python_single_target_python3_12? ( dev-python/setuptools[python_targets_python3_12(-)] ) doc? ( >=dev-python/sphinx-1.3 ) ) doc? ( >=app-doc/doxygen-1.8.6 ) man? ( >=app-text/asciidoc-8.6.8 >=app-text/xmlto-0.0.25 ) +DEFINED_PHASES=configure install setup +DESCRIPTION=A command-line tool and library to read and convert trace files +EAPI=8 +HOMEPAGE=https://babeltrace.org/ +INHERIT=python-single-r1 +IUSE=doc +elfutils +man plugins python python_single_target_pypy3 python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 +LICENSE=GPL-2 +RDEPEND=>=dev-libs/glib-2.28:2 elfutils? ( >=dev-libs/elfutils-0.154 ) python? ( python_single_target_pypy3? ( dev-python/pypy3:= ) 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=plugins? ( python ) python? ( ^^ ( python_single_target_pypy3 python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) ) +SLOT=0/2 +SRC_URI=https://www.efficios.com/files/babeltrace/babeltrace2-2.0.5.tar.bz2 +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=ecda47eb11d23eb3ccedfe9acbf323d2 diff --git a/metadata/md5-cache/dev-util/gengetopt-2.23-r1 b/metadata/md5-cache/dev-util/gengetopt-2.23-r1 index 16c060689630..d0c44ba3dd64 100644 --- a/metadata/md5-cache/dev-util/gengetopt-2.23-r1 +++ b/metadata/md5-cache/dev-util/gengetopt-2.23-r1 @@ -4,9 +4,9 @@ DESCRIPTION=Tool to write command line option parsing code for C programs EAPI=8 HOMEPAGE=https://www.gnu.org/software/gengetopt/ INHERIT=autotools -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=GPL-3+ public-domain SLOT=0 SRC_URI=mirror://gnu/gengetopt/gengetopt-2.23.tar.xz _eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=247ff9a7d30be68d422d15c96f5886aa +_md5_=56d856d7b725ab056316c29582ccc0a9 diff --git a/metadata/md5-cache/dev-util/mk-configure-0.38.3 b/metadata/md5-cache/dev-util/mk-configure-0.38.3 index 83d741383461..2e1e1081abbc 100644 --- a/metadata/md5-cache/dev-util/mk-configure-0.38.3 +++ b/metadata/md5-cache/dev-util/mk-configure-0.38.3 @@ -4,11 +4,11 @@ DESCRIPTION=Lightweight replacement for GNU autotools EAPI=8 HOMEPAGE=https://sourceforge.net/projects/mk-configure/ INHERIT=multiprocessing toolchain-funcs -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~sparc +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc LICENSE=BSD BSD-2 GPL-2+ MIT RDEPEND=|| ( x11-misc/makedepend sys-devel/pmake ) sys-devel/bmake RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/mk-configure/mk-configure/mk-configure-0.38.3.tar.gz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=81fec8fbe3cfeac2dc012c7829d29915 +_md5_=c416fb90f223163a73fbe2fa097da0fe diff --git a/metadata/md5-cache/dev-util/scons-4.4.0 b/metadata/md5-cache/dev-util/scons-4.4.0 deleted file mode 100644 index 6a53de3a6e00..000000000000 --- a/metadata/md5-cache/dev-util/scons-4.4.0 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=test? ( dev-libs/libxml2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10[threads(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[threads(+)] ) >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] -DEFINED_PHASES=compile configure install prepare test unpack -DESCRIPTION=Extensible Python-based build utility -EAPI=8 -HOMEPAGE=https://www.scons.org/ -INHERIT=distutils-r1 multiprocessing -IUSE=doc test python_targets_python3_10 python_targets_python3_11 -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=MIT -RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10[threads(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[threads(+)] ) >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] -REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://downloads.sourceforge.net/project/scons/scons/4.4.0/SCons-4.4.0.tar.gz doc? ( https://www.scons.org/doc/4.4.0/PDF/scons-user.pdf -> scons-4.4.0-user.pdf https://www.scons.org/doc/4.4.0/HTML/scons-user.html -> scons-4.4.0-user.html ) test? ( https://github.com/scons/scons/archive/4.4.0.tar.gz -> scons-4.4.0.gh.tar.gz ) -_eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=517faff58ff2d0261663d950b8c6f44f diff --git a/metadata/md5-cache/dev-util/scons-4.4.0-r1 b/metadata/md5-cache/dev-util/scons-4.4.0-r1 deleted file mode 100644 index aa3bcb91ecac..000000000000 --- a/metadata/md5-cache/dev-util/scons-4.4.0-r1 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=test? ( dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/psutil[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10[threads(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[threads(+)] ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] -DEFINED_PHASES=compile configure install prepare test unpack -DESCRIPTION=Extensible Python-based build utility -EAPI=8 -HOMEPAGE=https://www.scons.org/ https://github.com/SCons/scons/ https://pypi.org/project/SCons/ -INHERIT=distutils-r1 multiprocessing -IUSE=doc test python_targets_python3_10 python_targets_python3_11 -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=MIT -RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10[threads(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[threads(+)] ) -REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://downloads.sourceforge.net/project/scons/scons/4.4.0/SCons-4.4.0.tar.gz doc? ( https://www.scons.org/doc/4.4.0/PDF/scons-user.pdf -> scons-4.4.0-user.pdf https://www.scons.org/doc/4.4.0/HTML/scons-user.html -> scons-4.4.0-user.html ) test? ( https://github.com/SCons/scons/archive/4.4.0.tar.gz -> scons-4.4.0.gh.tar.gz ) -_eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=ccf21a0891eae9bc57ebdb6c9dec1412 diff --git a/metadata/md5-cache/dev-util/scons-4.5.1-r2 b/metadata/md5-cache/dev-util/scons-4.5.1-r2 deleted file mode 100644 index e4976d94336b..000000000000 --- a/metadata/md5-cache/dev-util/scons-4.5.1-r2 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=test? ( dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/psutil[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10[threads(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[threads(+)] ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] -DEFINED_PHASES=compile configure install prepare test unpack -DESCRIPTION=Extensible Python-based build utility -EAPI=8 -HOMEPAGE=https://www.scons.org/ https://github.com/SCons/scons/ https://pypi.org/project/SCons/ -INHERIT=distutils-r1 multiprocessing -IUSE=doc test python_targets_python3_10 python_targets_python3_11 -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=MIT -RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10[threads(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[threads(+)] ) -REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://downloads.sourceforge.net/project/scons/scons/4.5.1/SCons-4.5.1.tar.gz https://github.com/SCons/scons/pull/4322.patch -> scons-4.5.1-mergeflags.patch https://github.com/SCons/scons/archive/4.5.1.tar.gz -> scons-4.5.1.gh.tar.gz doc? ( https://www.scons.org/doc/4.5.1/PDF/scons-user.pdf -> scons-4.5.1-user.pdf https://www.scons.org/doc/4.5.1/HTML/scons-user.html -> scons-4.5.1-user.html ) -_eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=a6a20d041978b831229a3541ebbd799a diff --git a/metadata/md5-cache/dev-util/scons-4.5.2 b/metadata/md5-cache/dev-util/scons-4.5.2 index 897282b77bed..37aedf308fb1 100644 --- a/metadata/md5-cache/dev-util/scons-4.5.2 +++ b/metadata/md5-cache/dev-util/scons-4.5.2 @@ -5,7 +5,7 @@ EAPI=8 HOMEPAGE=https://www.scons.org/ https://github.com/SCons/scons/ https://pypi.org/project/SCons/ INHERIT=distutils-r1 multiprocessing IUSE=doc test python_targets_python3_10 python_targets_python3_11 -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 +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=MIT RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10[threads(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[threads(+)] ) REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 ) @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://downloads.sourceforge.net/project/scons/scons/4.5.2/SCons-4.5.2.tar.gz doc? ( https://www.scons.org/doc/4.5.2/PDF/scons-user.pdf -> scons-4.5.2-user.pdf https://www.scons.org/doc/4.5.2/HTML/scons-user.html -> scons-4.5.2-user.html ) test? ( https://github.com/SCons/scons/archive/4.5.2.tar.gz -> scons-4.5.2.gh.tar.gz ) _eclasses_=distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=d606cb8e643ee89aa28fe9b91821d01c +_md5_=64c9004799fa955990daafe71a1dac08 diff --git a/metadata/md5-cache/dev-util/vulkan-utility-libraries-1.3.268-r1 b/metadata/md5-cache/dev-util/vulkan-utility-libraries-1.3.268-r1 new file mode 100644 index 000000000000..fb40d50ee249 --- /dev/null +++ b/metadata/md5-cache/dev-util/vulkan-utility-libraries-1.3.268-r1 @@ -0,0 +1,16 @@ +BDEPEND=|| ( dev-lang/python:3.12[xml(+)] dev-lang/python:3.11[xml(+)] dev-lang/python:3.10[xml(+)] ) app-alternatives/ninja >=dev-util/cmake-3.20.5 +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=~dev-util/vulkan-headers-1.3.268 test? ( dev-cpp/gtest >=dev-cpp/magic_enum-0.9.2 ) +DESCRIPTION=Share code across various Vulkan repositories +EAPI=8 +HOMEPAGE=https://github.com/KhronosGroup/Vulkan-Utility-Libraries +INHERIT=cmake-multilib python-any-r1 +IUSE=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 +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=!<media-libs/vulkan-layers-1.3.268 +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/vulkan-sdk-1.3.268.0.tar.gz -> vulkan-utility-libraries-1.3.268.tar.gz +_eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 cmake-multilib 37d23064f303dcf23453353ab8c77059 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=2f26b2df7619f7b5cc5cc1e32316fad7 diff --git a/metadata/md5-cache/dev-util/vulkan-utility-libraries-9999 b/metadata/md5-cache/dev-util/vulkan-utility-libraries-9999 index 0758d5686b9c..4f720889784f 100644 --- a/metadata/md5-cache/dev-util/vulkan-utility-libraries-9999 +++ b/metadata/md5-cache/dev-util/vulkan-utility-libraries-9999 @@ -1,14 +1,15 @@ BDEPEND=|| ( dev-lang/python:3.12[xml(+)] dev-lang/python:3.11[xml(+)] dev-lang/python:3.10[xml(+)] ) app-alternatives/ninja >=dev-util/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=~dev-util/vulkan-headers-9999 +DEPEND=~dev-util/vulkan-headers-9999 test? ( dev-cpp/gtest >=dev-cpp/magic_enum-0.9.2 ) DESCRIPTION=Share code across various Vulkan repositories EAPI=8 HOMEPAGE=https://github.com/KhronosGroup/Vulkan-Utility-Libraries INHERIT=cmake-multilib python-any-r1 git-r3 -IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +IUSE=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 LICENSE=Apache-2.0 PROPERTIES=live RDEPEND=!<media-libs/vulkan-layers-1.3.268 +RESTRICT=!test? ( test ) SLOT=0 _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 cmake-multilib 37d23064f303dcf23453353ab8c77059 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 git-r3 5133e393e8717a3a093660f990801dc1 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=350858011990b29381c716fe69e9fef0 +_md5_=7da4e49ccb42703203647ea470ce12a4 diff --git a/metadata/md5-cache/games-emulation/Manifest.gz b/metadata/md5-cache/games-emulation/Manifest.gz index 2154fd17edc2..6e33b2d55822 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/mgba-0.10.2-r1 b/metadata/md5-cache/games-emulation/mgba-0.10.2-r1 index f96da4d3ceb1..5e7eb2769891 100644 --- a/metadata/md5-cache/games-emulation/mgba-0.10.2-r1 +++ b/metadata/md5-cache/games-emulation/mgba-0.10.2-r1 @@ -7,7 +7,7 @@ HOMEPAGE=https://mgba.io/ IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=cmake lua-single xdg IUSE=debug discord elf ffmpeg gles2 gles3 gui libretro lua +opengl +sdl +sqlite test lua_single_target_lua5-3 lua_single_target_lua5-4 -KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86 +KEYWORDS=amd64 ~arm64 ~ppc64 x86 LICENSE=MPL-2.0 BSD LGPL-2.1+ public-domain discord? ( MIT ) RDEPEND=media-libs/libpng:= sys-libs/zlib:=[minizip] debug? ( dev-libs/libedit ) elf? ( dev-libs/elfutils ) ffmpeg? ( media-video/ffmpeg:= ) gles2? ( media-libs/libglvnd ) gles3? ( media-libs/libglvnd ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) opengl? ( media-libs/libglvnd ) gui? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 ) sdl? ( media-libs/libsdl2[sound,joystick,gles2?,opengl?,video] ) sqlite? ( dev-db/sqlite:3 ) REQUIRED_USE=gui? ( || ( gles2 gles3 opengl ) sqlite ) lua? ( ^^ ( lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) @@ -15,4 +15,4 @@ RESTRICT=!test? ( test ) SLOT=0/0.10 SRC_URI=https://github.com/mgba-emu/mgba/archive/0.10.2.tar.gz -> mgba-0.10.2.tar.gz _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=19127cd4d53d5e22a0f7e7ea9e092225 +_md5_=1ec8ebb696c9a3df189f75ce1738cf0e diff --git a/metadata/md5-cache/games-emulation/pcsx2-1.7.5133 b/metadata/md5-cache/games-emulation/pcsx2-1.7.5133 deleted file mode 100644 index 1c1938497c18..000000000000 --- a/metadata/md5-cache/games-emulation/pcsx2-1.7.5133 +++ /dev/null @@ -1,18 +0,0 @@ -BDEPEND=>=dev-qt/qttools-6.5.3:6[linguist] wayland? ( dev-util/wayland-scanner kde-frameworks/extra-cmake-modules ) app-alternatives/ninja >=dev-util/cmake-3.20.5 -DEFINED_PHASES=compile configure install postinst prepare test -DEPEND=app-arch/xz-utils dev-libs/libaio >=dev-qt/qtbase-6.5.3:6[gui,network,widgets] >=dev-qt/qtsvg-6.5.3:6 media-libs/libglvnd media-libs/libpng:= >=media-libs/libsdl2-2.28.4[haptic,joystick] media-video/ffmpeg:= net-libs/libpcap net-misc/curl sys-apps/dbus sys-libs/zlib:= virtual/libudev:= x11-libs/libXrandr alsa? ( media-libs/alsa-lib ) jack? ( virtual/jack ) pulseaudio? ( media-libs/libpulse ) sndio? ( media-sound/sndio:= ) vulkan? ( media-libs/vulkan-loader ) wayland? ( dev-libs/wayland ) x11-base/xorg-proto -DESCRIPTION=PlayStation 2 emulator -EAPI=8 -HOMEPAGE=https://pcsx2.net/ -IDEPEND=filecaps? ( sys-libs/libcap ) -INHERIT=cmake desktop fcaps flag-o-matic -IUSE=alsa cpu_flags_x86_sse4_1 jack pulseaudio sndio test vulkan wayland +filecaps -KEYWORDS=-* ~amd64 -LICENSE=GPL-3+ Apache-2.0 BSD BSD-2 BSD-4 Boost-1.0 CC0-1.0 GPL-2+ ISC LGPL-2.1+ LGPL-3+ MIT OFL-1.1 ZLIB public-domain -RDEPEND=app-arch/xz-utils dev-libs/libaio >=dev-qt/qtbase-6.5.3:6[gui,network,widgets] >=dev-qt/qtsvg-6.5.3:6 media-libs/libglvnd media-libs/libpng:= >=media-libs/libsdl2-2.28.4[haptic,joystick] media-video/ffmpeg:= net-libs/libpcap net-misc/curl sys-apps/dbus sys-libs/zlib:= virtual/libudev:= x11-libs/libXrandr alsa? ( media-libs/alsa-lib ) jack? ( virtual/jack ) pulseaudio? ( media-libs/libpulse ) sndio? ( media-sound/sndio:= ) vulkan? ( media-libs/vulkan-loader ) wayland? ( dev-libs/wayland ) >=games-emulation/pcsx2_patches-0_p20230917 -REQUIRED_USE=cpu_flags_x86_sse4_1 -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://dev.gentoo.org/~ionen/distfiles/pcsx2-1.7.5133.tar.xz -_eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 desktop 021728fdc1b03b36357dbc89489e0f0d fcaps c0a086b957a1b183a8d136eabf02f191 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=64bf5ca7eaf3d4d90e520f42ab729286 diff --git a/metadata/md5-cache/games-emulation/pcsx2-1.7.5214 b/metadata/md5-cache/games-emulation/pcsx2-1.7.5214 index 4220d8f0da5f..0f047397fc9f 100644 --- a/metadata/md5-cache/games-emulation/pcsx2-1.7.5214 +++ b/metadata/md5-cache/games-emulation/pcsx2-1.7.5214 @@ -15,4 +15,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://dev.gentoo.org/~ionen/distfiles/pcsx2-1.7.5214.tar.xz _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 desktop 021728fdc1b03b36357dbc89489e0f0d fcaps c0a086b957a1b183a8d136eabf02f191 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=15bece190d8a5ad2b1137f550e845b4e +_md5_=1395aa43d1f8eaa76338f1519ab2739a diff --git a/metadata/md5-cache/games-emulation/pcsx2-1.7.5312 b/metadata/md5-cache/games-emulation/pcsx2-1.7.5312 new file mode 100644 index 000000000000..be4ccc960306 --- /dev/null +++ b/metadata/md5-cache/games-emulation/pcsx2-1.7.5312 @@ -0,0 +1,18 @@ +BDEPEND=>=dev-qt/qttools-6.6.0:6[linguist] wayland? ( dev-util/wayland-scanner kde-frameworks/extra-cmake-modules ) app-alternatives/ninja >=dev-util/cmake-3.20.5 +DEFINED_PHASES=compile configure install postinst prepare test +DEPEND=app-arch/xz-utils dev-libs/libaio >=dev-qt/qtbase-6.6.0:6[gui,widgets] >=dev-qt/qtsvg-6.6.0:6 media-libs/libglvnd media-libs/libpng:= >=media-libs/libsdl2-2.28.4[haptic,joystick] media-video/ffmpeg:= net-libs/libpcap net-misc/curl sys-apps/dbus sys-libs/zlib:= virtual/libudev:= x11-libs/libXrandr alsa? ( media-libs/alsa-lib ) jack? ( virtual/jack ) pulseaudio? ( media-libs/libpulse ) sndio? ( media-sound/sndio:= ) vulkan? ( media-libs/vulkan-loader ) wayland? ( dev-libs/wayland ) x11-base/xorg-proto +DESCRIPTION=PlayStation 2 emulator +EAPI=8 +HOMEPAGE=https://pcsx2.net/ +IDEPEND=filecaps? ( sys-libs/libcap ) +INHERIT=cmake desktop fcaps flag-o-matic +IUSE=alsa cpu_flags_x86_sse4_1 jack pulseaudio sndio test vulkan wayland +filecaps +KEYWORDS=-* ~amd64 +LICENSE=GPL-3+ Apache-2.0 BSD BSD-2 BSD-4 Boost-1.0 CC0-1.0 GPL-2+ ISC LGPL-2.1+ LGPL-3+ MIT OFL-1.1 ZLIB public-domain +RDEPEND=app-arch/xz-utils dev-libs/libaio >=dev-qt/qtbase-6.6.0:6[gui,widgets] >=dev-qt/qtsvg-6.6.0:6 media-libs/libglvnd media-libs/libpng:= >=media-libs/libsdl2-2.28.4[haptic,joystick] media-video/ffmpeg:= net-libs/libpcap net-misc/curl sys-apps/dbus sys-libs/zlib:= virtual/libudev:= x11-libs/libXrandr alsa? ( media-libs/alsa-lib ) jack? ( virtual/jack ) pulseaudio? ( media-libs/libpulse ) sndio? ( media-sound/sndio:= ) vulkan? ( media-libs/vulkan-loader ) wayland? ( dev-libs/wayland ) >=games-emulation/pcsx2_patches-0_p20230917 +REQUIRED_USE=cpu_flags_x86_sse4_1 +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://dev.gentoo.org/~ionen/distfiles/pcsx2-1.7.5312.tar.xz +_eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 desktop 021728fdc1b03b36357dbc89489e0f0d fcaps c0a086b957a1b183a8d136eabf02f191 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=44e242f96abc98446a511d2474dac704 diff --git a/metadata/md5-cache/games-emulation/pcsx2-9999 b/metadata/md5-cache/games-emulation/pcsx2-9999 index 4aaadab9ae0b..0b14eb0f1877 100644 --- a/metadata/md5-cache/games-emulation/pcsx2-9999 +++ b/metadata/md5-cache/games-emulation/pcsx2-9999 @@ -14,4 +14,4 @@ REQUIRED_USE=cpu_flags_x86_sse4_1 RESTRICT=!test? ( test ) SLOT=0 _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 desktop 021728fdc1b03b36357dbc89489e0f0d fcaps c0a086b957a1b183a8d136eabf02f191 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 git-r3 5133e393e8717a3a093660f990801dc1 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=4d3be47c0728b2af04c1e56777e40b54 +_md5_=44e242f96abc98446a511d2474dac704 diff --git a/metadata/md5-cache/games-emulation/pcsx2_patches-0_p20231015 b/metadata/md5-cache/games-emulation/pcsx2_patches-0_p20231217 similarity index 75% rename from metadata/md5-cache/games-emulation/pcsx2_patches-0_p20231015 rename to metadata/md5-cache/games-emulation/pcsx2_patches-0_p20231217 index 7116f9a5f760..74ca6f4695e8 100644 --- a/metadata/md5-cache/games-emulation/pcsx2_patches-0_p20231015 +++ b/metadata/md5-cache/games-emulation/pcsx2_patches-0_p20231217 @@ -7,6 +7,6 @@ INHERIT=python-any-r1 KEYWORDS=~amd64 LICENSE=GPL-3+ SLOT=0 -SRC_URI=https://github.com/PCSX2/pcsx2_patches/archive/4a843d2fb7d9e44532e496b8968bbcf28673b99a.tar.gz -> pcsx2_patches-0_p20231015.tar.gz +SRC_URI=https://github.com/PCSX2/pcsx2_patches/archive/42d7ee72b66955e3bbd2caaeaa855f605b463722.tar.gz -> pcsx2_patches-0_p20231217.tar.gz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=20874f20175f1224a6ba4481b65b6bce +_md5_=aa3a93c0ff8448d4a78e95f890ec0ea6 diff --git a/metadata/md5-cache/games-engines/Manifest.gz b/metadata/md5-cache/games-engines/Manifest.gz index fa77b1edda08..4685828aed0e 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/odamex-10.4.0 b/metadata/md5-cache/games-engines/odamex-10.4.0 deleted file mode 100644 index 730ac3b36613..000000000000 --- a/metadata/md5-cache/games-engines/odamex-10.4.0 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=games-util/deutex app-alternatives/ninja >=dev-util/cmake-3.20.5 -DEFINED_PHASES=compile configure install postinst postrm preinst prepare test -DEPEND=client? ( media-libs/libpng:0= media-libs/libsdl2[joystick,sound,video] media-libs/sdl2-mixer net-misc/curl !hidpi? ( x11-libs/fltk:1 ) portmidi? ( media-libs/portmidi ) X? ( x11-libs/libX11 ) ) odalaunch? ( x11-libs/wxGTK:3.0-gtk3[X] ) server? ( dev-libs/jsoncpp:= upnp? ( net-libs/miniupnpc:= ) ) -DESCRIPTION=Online multiplayer free software engine for DOOM -EAPI=8 -HOMEPAGE=https://odamex.net/ -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=cmake desktop prefix wxwidgets xdg -IUSE=+client hidpi master +odalaunch portmidi server upnp X -KEYWORDS=~amd64 ~arm ~arm64 ~x86 -LICENSE=GPL-2+ MIT -RDEPEND=client? ( media-libs/libpng:0= media-libs/libsdl2[joystick,sound,video] media-libs/sdl2-mixer net-misc/curl !hidpi? ( x11-libs/fltk:1 ) portmidi? ( media-libs/portmidi ) X? ( x11-libs/libX11 ) ) odalaunch? ( x11-libs/wxGTK:3.0-gtk3[X] ) server? ( dev-libs/jsoncpp:= upnp? ( net-libs/miniupnpc:= ) ) -REQUIRED_USE=|| ( client master server ) -SLOT=0 -SRC_URI=https://github.com/odamex/odamex/releases/download/10.4.0/odamex-src-10.4.0.tar.gz -_eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 desktop 021728fdc1b03b36357dbc89489e0f0d flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c prefix eab3c99d77fe00506c109c8a736186f7 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc wxwidgets 9a707a3f9f1ea7aa703b1e46552291e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=c9e85f2ae25a7e52297820c82c1baea5 diff --git a/metadata/md5-cache/games-engines/odamex-10.4.0-r1 b/metadata/md5-cache/games-engines/odamex-10.4.0-r1 index fd8badf5d2f3..492b6ab0157e 100644 --- a/metadata/md5-cache/games-engines/odamex-10.4.0-r1 +++ b/metadata/md5-cache/games-engines/odamex-10.4.0-r1 @@ -7,11 +7,11 @@ HOMEPAGE=https://odamex.net/ IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=cmake desktop prefix wxwidgets xdg IUSE=+client hidpi master +odalaunch portmidi server upnp X -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~x86 LICENSE=GPL-2+ MIT RDEPEND=client? ( media-libs/libpng:0= media-libs/libsdl2[joystick,sound,video] media-libs/sdl2-mixer net-misc/curl !hidpi? ( x11-libs/fltk:1 ) portmidi? ( media-libs/portmidi ) X? ( x11-libs/libX11 ) ) odalaunch? ( x11-libs/wxGTK:3.2-gtk3[X] ) server? ( dev-libs/jsoncpp:= upnp? ( net-libs/miniupnpc:= ) ) REQUIRED_USE=|| ( client master server ) SLOT=0 SRC_URI=https://github.com/odamex/odamex/releases/download/10.4.0/odamex-src-10.4.0.tar.gz _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 desktop 021728fdc1b03b36357dbc89489e0f0d flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c prefix eab3c99d77fe00506c109c8a736186f7 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc wxwidgets 9a707a3f9f1ea7aa703b1e46552291e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=9822175f2de0373895a744313a5e5d24 +_md5_=93166058e20e2f30c4240ed82dba0b86 diff --git a/metadata/md5-cache/games-fps/Manifest.gz b/metadata/md5-cache/games-fps/Manifest.gz index 9a180816aed2..179ceece3315 100644 Binary files a/metadata/md5-cache/games-fps/Manifest.gz and b/metadata/md5-cache/games-fps/Manifest.gz differ diff --git a/metadata/md5-cache/games-fps/chocolate-doom-3.0.1-r1 b/metadata/md5-cache/games-fps/chocolate-doom-3.0.1-r1 index 3676098e7bc9..9bef4aebed29 100644 --- a/metadata/md5-cache/games-fps/chocolate-doom-3.0.1-r1 +++ b/metadata/md5-cache/games-fps/chocolate-doom-3.0.1-r1 @@ -6,10 +6,10 @@ EAPI=7 HOMEPAGE=https://www.chocolate-doom.org INHERIT=autotools prefix python-any-r1 xdg IUSE=doc libsamplerate +midi png vorbis -KEYWORDS=~amd64 ~arm64 ~x86 +KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86 LICENSE=BSD GPL-2+ RDEPEND=media-libs/libsdl2[video] media-libs/sdl2-mixer[midi?,vorbis?] media-libs/sdl2-net libsamplerate? ( media-libs/libsamplerate ) png? ( media-libs/libpng:= ) SLOT=0 SRC_URI=https://github.com/chocolate-doom/chocolate-doom/archive/chocolate-doom-3.0.1.tar.gz https://gist.githubusercontent.com/vilhelmgray/28d4713cb6387ad62ab76cfac1443355/raw/f7600d93ca45a5102969b8f89974a3c36a3563f5/chocolate-doom-3.0.1-overhaul-manpages-add-parameters.patch _eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe prefix eab3c99d77fe00506c109c8a736186f7 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=da91cb4d17c254c62d31f0e94566054f +_md5_=ebd1c57c60a38fb41208d80deb5dd073 diff --git a/metadata/md5-cache/games-fps/doom-data-1.9 b/metadata/md5-cache/games-fps/doom-data-1.9 index 41c99d907c29..f0bf0d5c5248 100644 --- a/metadata/md5-cache/games-fps/doom-data-1.9 +++ b/metadata/md5-cache/games-fps/doom-data-1.9 @@ -2,8 +2,8 @@ DEFINED_PHASES=install postinst DESCRIPTION=The IWAD used by the shareware version of Doom EAPI=7 HOMEPAGE=https://www.idsoftware.com -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~x86 LICENSE=freedist SLOT=0 SRC_URI=http://distro.ibiblio.org/pub/linux/distributions/slitaz/sources/packages/d/doom1.wad -_md5_=b70b51cd3b02421c1d529fd22a10d86e +_md5_=da5838412ef43c30a6c4bd8f3ff26826 diff --git a/metadata/md5-cache/games-fps/doomsday-2.3.1 b/metadata/md5-cache/games-fps/doomsday-2.3.1 index 3025bcbe9894..bb7e2d7b51cc 100644 --- a/metadata/md5-cache/games-fps/doomsday-2.3.1 +++ b/metadata/md5-cache/games-fps/doomsday-2.3.1 @@ -7,11 +7,11 @@ HOMEPAGE=https://www.dengine.net IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=cmake python-any-r1 qmake-utils readme.gentoo-r1 xdg IUSE=demo +display-mode freedoom fluidsynth openal tools -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~x86 LICENSE=GPL-3+ LGPL-3+ PDEPEND=demo? ( games-fps/doom-data ) freedoom? ( games-fps/freedoom ) RDEPEND=dev-qt/qtcore:5= dev-qt/qtgui:5=[-gles2-only] dev-qt/qtnetwork:5= dev-qt/qtopengl:5= dev-qt/qtwidgets:5= dev-qt/qtx11extras:5= media-libs/assimp:= net-misc/curl sys-libs/zlib x11-libs/libX11 display-mode? ( x11-libs/libXrandr x11-libs/libXxf86vm ) fluidsynth? ( media-sound/fluidsynth:= ) openal? ( media-libs/openal ) tools? ( sys-libs/ncurses:0= ) SLOT=0 SRC_URI=https://downloads.sourceforge.net/project/deng/Doomsday%20Engine/2.3.1/doomsday-2.3.1.tar.gz _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=5ce12d3c2f0f83bd6a5df53e74f1dcc9 +_md5_=83d5182077116b0f9b168e09fec57094 diff --git a/metadata/md5-cache/games-fps/freedoom-0.12.1 b/metadata/md5-cache/games-fps/freedoom-0.12.1 index 7d7df5b1b982..3ced16b69540 100644 --- a/metadata/md5-cache/games-fps/freedoom-0.12.1 +++ b/metadata/md5-cache/games-fps/freedoom-0.12.1 @@ -2,8 +2,8 @@ DEFINED_PHASES=postinst DESCRIPTION=A complete free-content single-player focused game based on the Doom engine EAPI=7 HOMEPAGE=https://freedoom.github.io -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~x86 LICENSE=metapackage RDEPEND=~games-fps/freedoom-data-0.12.1 || ( games-fps/gzdoom[nonfree(+)] games-engines/odamex games-fps/chocolate-doom games-fps/doomsday games-fps/prboom-plus ) SLOT=0 -_md5_=62699c0e972e7372c217af53d650743d +_md5_=0f5cb0a76b3009b1c6b9222efd0a2916 diff --git a/metadata/md5-cache/games-fps/freedoom-data-0.12.1-r1 b/metadata/md5-cache/games-fps/freedoom-data-0.12.1-r1 index f52271c4e2ed..239600bede7d 100644 --- a/metadata/md5-cache/games-fps/freedoom-data-0.12.1-r1 +++ b/metadata/md5-cache/games-fps/freedoom-data-0.12.1-r1 @@ -5,9 +5,9 @@ DESCRIPTION=Game resources for Freedoom: Phase 1+2 EAPI=7 HOMEPAGE=https://freedoom.github.io INHERIT=prefix python-any-r1 xdg -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~x86 LICENSE=BSD SLOT=0 SRC_URI=https://github.com/freedoom/freedoom/archive/v0.12.1.tar.gz -> freedoom-0.12.1.tar.gz _eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe prefix eab3c99d77fe00506c109c8a736186f7 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=e8b732349679036a047f9ef34ef68c64 +_md5_=bd96267dc28fc362591145bacf2bbaca diff --git a/metadata/md5-cache/games-fps/gzdoom-4.10.0 b/metadata/md5-cache/games-fps/gzdoom-4.10.0 index acdd0a2d4cc7..e0399c17130d 100644 --- a/metadata/md5-cache/games-fps/gzdoom-4.10.0 +++ b/metadata/md5-cache/games-fps/gzdoom-4.10.0 @@ -7,10 +7,10 @@ HOMEPAGE=https://zdoom.org IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=cmake desktop xdg flag-o-matic IUSE=debug gles2 gtk +non-free openmp +swr telemetry vulkan -KEYWORDS=~amd64 ~arm64 +KEYWORDS=~amd64 ~arm64 ~ppc64 LICENSE=Apache-2.0 BSD BZIP2 GPL-3 LGPL-2.1+ LGPL-3 MIT non-free? ( Activision ChexQuest3 DOOM-COLLECTORS-EDITION freedist WidePix ) RDEPEND=app-arch/bzip2 media-libs/libjpeg-turbo:0= media-libs/libsdl2[gles2?,opengl,vulkan?] media-libs/libvpx:= media-libs/openal media-libs/zmusic sys-libs/zlib gtk? ( x11-libs/gtk+:3 ) SLOT=0 SRC_URI=https://github.com/coelckers/gzdoom/archive/g4.10.0.tar.gz -> gzdoom-4.10.0.tar.gz _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 desktop 021728fdc1b03b36357dbc89489e0f0d flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=796842b0866ecd3f9c8b4833866f068b +_md5_=b334a7d05d194338b8ef77def2abdfbd diff --git a/metadata/md5-cache/games-fps/prboom-plus-2.6.2 b/metadata/md5-cache/games-fps/prboom-plus-2.6.2 index 2d6c1a3ee6f0..1bc2fe9a6499 100644 --- a/metadata/md5-cache/games-fps/prboom-plus-2.6.2 +++ b/metadata/md5-cache/games-fps/prboom-plus-2.6.2 @@ -7,11 +7,11 @@ HOMEPAGE=https://github.com/coelckers/prboom-plus/ IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=cmake desktop xdg IUSE=alsa dumb fluidsynth mad net +opengl +pcre portmidi sdl2-image +sdl2-mixer server vorbis zlib -KEYWORDS=~amd64 ~arm64 ~x86 +KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86 LICENSE=GPL-2+ GPL-3+ BSD BSD-2 BSD-with-disclosure CC-BY-3.0 CC0-1.0 LGPL-2.1+ MIT public-domain RDEPEND=media-libs/libsdl2[opengl?,joystick,sound,video] alsa? ( media-libs/alsa-lib:= ) dumb? ( media-libs/dumb:= ) fluidsynth? ( media-sound/fluidsynth:= ) mad? ( media-libs/libmad ) net? ( media-libs/sdl2-net ) pcre? ( dev-libs/libpcre:3 ) portmidi? ( media-libs/portmidi ) sdl2-image? ( media-libs/sdl2-image ) sdl2-mixer? ( media-libs/sdl2-mixer[midi] ) vorbis? ( media-libs/libvorbis ) zlib? ( sys-libs/zlib ) REQUIRED_USE=server? ( net ) SLOT=0 SRC_URI=http://deb.debian.org/debian/pool/main/p/prboom-plus/prboom-plus_2.6.2.orig.tar.gz -> prboom-plus-2.6.2.tar.gz _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 desktop 021728fdc1b03b36357dbc89489e0f0d flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=e5dee25c7340613c3ef8ed51a4b02472 +_md5_=2b8b046aa85dbfef0784ba27ef364786 diff --git a/metadata/md5-cache/games-fps/yamagi-quake2-8.10 b/metadata/md5-cache/games-fps/yamagi-quake2-8.30 similarity index 76% rename from metadata/md5-cache/games-fps/yamagi-quake2-8.10 rename to metadata/md5-cache/games-fps/yamagi-quake2-8.30 index fa3888f38a07..886733871ef3 100644 --- a/metadata/md5-cache/games-fps/yamagi-quake2-8.10 +++ b/metadata/md5-cache/games-fps/yamagi-quake2-8.30 @@ -10,6 +10,6 @@ LICENSE=GPL-2 RDEPEND=client? ( media-libs/libsdl2[opengl?,video,vulkan?] net-misc/curl gles? ( media-libs/libglvnd media-libs/libsdl2[gles2] ) openal? ( media-libs/openal ) !openal? ( media-libs/libsdl2[sound] ) opengl? ( media-libs/libglvnd[X] ) ) REQUIRED_USE=|| ( client dedicated ) client? ( || ( opengl gles softrender vulkan ) ) SLOT=0 -SRC_URI=https://deponie.yamagi.org/quake2/quake2-8.10.tar.xz ctf? ( https://deponie.yamagi.org/quake2/quake2-ctf-1.08.tar.xz ) rogue? ( https://deponie.yamagi.org/quake2/quake2-rogue-2.09.tar.xz ) xatrix? ( https://deponie.yamagi.org/quake2/quake2-xatrix-2.10.tar.xz ) vulkan? ( https://github.com/yquake2/ref_vk/archive/refs/tags/v1.0.2.tar.gz -> quake2-ref_vk-1.0.2.tar.gz ) +SRC_URI=https://deponie.yamagi.org/quake2/quake2-8.30.tar.xz ctf? ( https://deponie.yamagi.org/quake2/quake2-ctf-1.10.tar.xz ) rogue? ( https://deponie.yamagi.org/quake2/quake2-rogue-2.11.tar.xz ) xatrix? ( https://deponie.yamagi.org/quake2/quake2-xatrix-2.12.tar.xz ) vulkan? ( https://github.com/yquake2/ref_vk/archive/refs/tags/v1.0.7.tar.gz -> quake2-ref_vk-1.0.7.tar.gz ) _eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc wrapper 4a1902f969e5718126434fc35f3a0d9c -_md5_=b8ac79ea1cb2a74d7133b94d17085bf5 +_md5_=3a1261098a5ec435efb5926b63ccd5f6 diff --git a/metadata/md5-cache/games-util/Manifest.gz b/metadata/md5-cache/games-util/Manifest.gz index c342ec70b758..a3e4f8fef351 100644 Binary files a/metadata/md5-cache/games-util/Manifest.gz and b/metadata/md5-cache/games-util/Manifest.gz differ diff --git a/metadata/md5-cache/games-util/deutex-5.2.2 b/metadata/md5-cache/games-util/deutex-5.2.2 index 481d64ef83aa..a6885f02f79d 100644 --- a/metadata/md5-cache/games-util/deutex-5.2.2 +++ b/metadata/md5-cache/games-util/deutex-5.2.2 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=https://github.com/Doom-Utils/deutex INHERIT=unpacker IUSE=man +png -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~x86 LICENSE=GPL-2+ LGPL-2+ HPND RDEPEND=png? ( media-libs/libpng:0= ) SLOT=0 SRC_URI=https://github.com/Doom-Utils/deutex/releases/download/v5.2.2/deutex-5.2.2.tar.zst _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc unpacker aa6a4e924009232d8b78b31e932c30b5 -_md5_=601b7c9922ee5402724d074ad00cad58 +_md5_=05dd66042e258057d558126358409705 diff --git a/metadata/md5-cache/gnome-base/Manifest.gz b/metadata/md5-cache/gnome-base/Manifest.gz index 0bb953a0d3d8..db59b9e50f78 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-40.0-r1 b/metadata/md5-cache/gnome-base/gnome-40.0-r1 deleted file mode 100644 index cde324edf0ae..000000000000 --- a/metadata/md5-cache/gnome-base/gnome-40.0-r1 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=postinst -DESCRIPTION=Meta package for GNOME, merge this package to install -EAPI=7 -HOMEPAGE=https://www.gnome.org/ -IUSE=accessibility +bluetooth +classic cups +extras -KEYWORDS=amd64 arm64 ~loong ~ppc64 ~riscv x86 -LICENSE=metapackage -PDEPEND=>=gnome-base/gvfs-1.48.0[udisks] -RDEPEND=>=gnome-base/gnome-core-libs-40.0[cups?] >=gnome-base/gnome-core-apps-40.0[cups?,bluetooth?] >=gnome-base/gdm-40.0 >=x11-wm/mutter-40.0 >=gnome-base/gnome-shell-40.0 >=media-fonts/cantarell-0.301 >=x11-themes/gnome-backgrounds-40.0 x11-themes/sound-theme-freedesktop accessibility? ( >=app-accessibility/at-spi2-atk-2.38.0 >=app-accessibility/at-spi2-core-2.40.0 >=app-accessibility/orca-40.0 >=gnome-extra/mousetweaks-3.32.0 ) classic? ( >=gnome-extra/gnome-shell-extensions-40.0 ) extras? ( >=gnome-base/gnome-extra-apps-40.0 ) -SLOT=2.0 -_md5_=16d0024b7452bb2237f855d45c5f0ee5 diff --git a/metadata/md5-cache/gnome-base/gnome-44.4 b/metadata/md5-cache/gnome-base/gnome-44.4 new file mode 100644 index 000000000000..2ab1971cb541 --- /dev/null +++ b/metadata/md5-cache/gnome-base/gnome-44.4 @@ -0,0 +1,11 @@ +DEFINED_PHASES=postinst +DESCRIPTION=Meta package for GNOME, merge this package to install +EAPI=7 +HOMEPAGE=https://www.gnome.org/ +IUSE=accessibility +bluetooth +classic cups +extras +KEYWORDS=amd64 arm64 ~loong ~ppc64 ~riscv x86 +LICENSE=metapackage +PDEPEND=>=gnome-base/gvfs-1.50.6[udisks] +RDEPEND=>=gnome-base/gnome-core-libs-44.4[cups?] >=gnome-base/gnome-core-apps-44.4[cups?,bluetooth?] >=gnome-base/gdm-44.1 >=x11-wm/mutter-44.3 >=gnome-base/gnome-shell-44.3 >=media-fonts/cantarell-0.303.1 >=x11-themes/gnome-backgrounds-44.0 x11-themes/sound-theme-freedesktop accessibility? ( >=app-accessibility/at-spi2-core-2.48.3 >=app-accessibility/orca-44.1 >=gnome-extra/mousetweaks-3.32.0 ) classic? ( >=gnome-extra/gnome-shell-extensions-44.0 ) extras? ( >=gnome-base/gnome-extra-apps-44.4 ) +SLOT=2.0 +_md5_=59fa55f1f4adb20a9457d0c0a3f45709 diff --git a/metadata/md5-cache/gnome-base/gnome-core-apps-41.3 b/metadata/md5-cache/gnome-base/gnome-core-apps-41.3 deleted file mode 100644 index 74af44d41c6e..000000000000 --- a/metadata/md5-cache/gnome-base/gnome-core-apps-41.3 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=- -DESCRIPTION=Sub-meta package for the core applications integrated with GNOME -EAPI=7 -HOMEPAGE=https://www.gnome.org/ -IUSE=+bluetooth cups -KEYWORDS=amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86 -LICENSE=metapackage -RDEPEND=>=gnome-base/gnome-core-libs-41.3[cups?] >=gnome-base/gnome-session-40.1.1 >=gnome-base/gnome-settings-daemon-41.0[cups?] >=gnome-base/gnome-control-center-41.2[cups?] >=gnome-extra/gnome-color-manager-3.36.0 >=app-crypt/gcr-3.40.0 >=gnome-base/nautilus-41.1 >=gnome-base/gnome-keyring-40.0 >=gnome-extra/evolution-data-server-3.42.3 >=app-crypt/seahorse-41.0 >=app-editors/gedit-41 >=app-text/evince-41.3 >=gnome-extra/gnome-contacts-41.0 >=media-gfx/eog-41.1 >=media-video/totem-3.38.2 >=x11-terms/gnome-terminal-3.42.2 >=gnome-extra/gnome-user-docs-41.1 >=gnome-extra/yelp-41.2 >=x11-themes/adwaita-icon-theme-41.0 bluetooth? ( >=net-wireless/gnome-bluetooth-3.34.5 ) -SLOT=3.0 -_md5_=0e5341075641f279256bf096e16b21c2 diff --git a/metadata/md5-cache/gnome-base/gnome-core-apps-44.4 b/metadata/md5-cache/gnome-base/gnome-core-apps-44.4 new file mode 100644 index 000000000000..b07b1340e9b9 --- /dev/null +++ b/metadata/md5-cache/gnome-base/gnome-core-apps-44.4 @@ -0,0 +1,10 @@ +DEFINED_PHASES=- +DESCRIPTION=Sub-meta package for the core applications integrated with GNOME +EAPI=7 +HOMEPAGE=https://www.gnome.org/ +IUSE=+bluetooth cups +KEYWORDS=amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86 +LICENSE=metapackage +RDEPEND=>=gnome-base/gnome-core-libs-44.4[cups?] >=gnome-base/gnome-session-44.0 >=gnome-base/gnome-settings-daemon-44.1[cups?] >=gnome-base/gnome-control-center-44.3[cups?] >=gnome-extra/gnome-color-manager-3.36.0 >=app-crypt/gcr-3.41.1:0 >=app-crypt/gcr-4.1.0:4 >=gnome-base/nautilus-44.2.1 >=gnome-base/gnome-keyring-42.1 >=gnome-extra/evolution-data-server-3.48.4 || ( >=app-editors/gnome-text-editor-44.0 >=app-editors/gedit-44 ) >=app-text/evince-44.3 >=gnome-extra/gnome-contacts-44.0 >=media-gfx/eog-44.3 >=media-video/totem-43.0 || ( >=x11-terms/gnome-terminal-3.48.2 >=gui-apps/gnome-console-44.4 ) >=gnome-extra/gnome-user-docs-44.3 >=gnome-extra/yelp-42.2 >=x11-themes/adwaita-icon-theme-44.0 bluetooth? ( >=net-wireless/gnome-bluetooth-42.5 ) +SLOT=3.0 +_md5_=50e8dc201b0289936330c7bd260228f3 diff --git a/metadata/md5-cache/gnome-base/gnome-core-libs-41.3 b/metadata/md5-cache/gnome-base/gnome-core-libs-41.3 deleted file mode 100644 index b850d7383939..000000000000 --- a/metadata/md5-cache/gnome-base/gnome-core-libs-41.3 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=- -DESCRIPTION=Sub-meta package for the core libraries of GNOME -EAPI=7 -HOMEPAGE=https://www.gnome.org/ -IUSE=cups python -KEYWORDS=amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86 -LICENSE=metapackage -RDEPEND=>=dev-libs/glib-2.70.2:2 >=x11-libs/gdk-pixbuf-2.42.6:2 >=x11-libs/pango-1.48.10 >=x11-libs/gtk+-3.24.31:3[cups?] >=dev-libs/atk-2.36.0 >=gnome-base/librsvg-2.52.5 >=gnome-base/gnome-desktop-41.3:3 >=gnome-base/gvfs-1.48.1 >=gnome-base/dconf-0.40.0 >=media-libs/gstreamer-1.16.2:1.0 >=media-libs/gst-plugins-base-1.16.2:1.0 >=media-libs/gst-plugins-good-1.16.2:1.0 python? ( >=dev-python/pygobject-3.42.0:3 ) -SLOT=3.0 -_md5_=14f762b32ea88712ee74d6c397903eb5 diff --git a/metadata/md5-cache/gnome-base/gnome-core-libs-44.4 b/metadata/md5-cache/gnome-base/gnome-core-libs-44.4 new file mode 100644 index 000000000000..3100550656f6 --- /dev/null +++ b/metadata/md5-cache/gnome-base/gnome-core-libs-44.4 @@ -0,0 +1,10 @@ +DEFINED_PHASES=- +DESCRIPTION=Sub-meta package for the core libraries of GNOME +EAPI=7 +HOMEPAGE=https://www.gnome.org/ +IUSE=cups python +KEYWORDS=amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86 +LICENSE=metapackage +RDEPEND=>=dev-libs/glib-2.76.4:2 >=x11-libs/gdk-pixbuf-2.42.10:2 >=x11-libs/pango-1.50.14 >=x11-libs/gtk+-3.24.38:3[cups?] >=gui-libs/gtk-4.10.5:4[cups?] >=gui-libs/libadwaita-1.3.4:1 >=app-accessibility/at-spi2-core-2.48.3:2 >=gnome-base/librsvg-2.56.3 >=gnome-base/gnome-desktop-44.0:4 >=gnome-base/gvfs-1.50.6 >=gnome-base/dconf-0.40.0 >=media-libs/gstreamer-1.20.6:1.0 >=media-libs/gst-plugins-base-1.20.6:1.0 >=media-libs/gst-plugins-good-1.20.6:1.0 python? ( >=dev-python/pygobject-3.44.1:3 ) +SLOT=3.0 +_md5_=b42ef3dc2a694865b11d3ccbe29930a2 diff --git a/metadata/md5-cache/gnome-base/gnome-extra-apps-41.0 b/metadata/md5-cache/gnome-base/gnome-extra-apps-41.0 deleted file mode 100644 index d566a1f13bec..000000000000 --- a/metadata/md5-cache/gnome-base/gnome-extra-apps-41.0 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=- -DESCRIPTION=Sub-meta package for the applications of GNOME -EAPI=8 -HOMEPAGE=https://www.gnome.org/ -IUSE=+games share +shotwell +tracker -KEYWORDS=amd64 arm64 ~loong ~ppc64 ~riscv x86 -LICENSE=metapackage -RDEPEND=>=gnome-base/gnome-core-libs-41.0 >=sys-apps/baobab-40.0 >=media-video/cheese-3.38.0 >=www-client/epiphany-40.0 >=app-arch/file-roller-3.38.0 >=gnome-extra/gnome-calculator-40.0 >=gnome-extra/gnome-calendar-40.0 >=gnome-extra/gnome-characters-40.0 >=sys-apps/gnome-disk-utility-40.0 >=media-gfx/gnome-font-viewer-40.0 >=media-gfx/gnome-screenshot-40.0 >=gnome-extra/gnome-system-monitor-40.0 >=gnome-extra/gnome-weather-40.0 >=gnome-extra/gucharmap-13.0.7:2.90 >=gnome-extra/sushi-3.38.0 >=media-sound/sound-juicer-3.38.0 >=gnome-base/dconf-editor-3.38.3 >=app-dicts/gnome-dictionary-40.0 >=mail-client/evolution-3.41.0 >=gnome-extra/gnome-tweaks-40.0 >=gnome-extra/nautilus-sendto-3.8.6 games? ( >=games-puzzle/five-or-more-3.32.2 >=games-board/four-in-a-row-3.38.1 >=games-board/gnome-chess-40.0 >=games-puzzle/gnome-klotski-3.38.2 >=games-board/gnome-mahjongg-3.38.3 >=games-board/gnome-mines-40.0 >=games-arcade/gnome-nibbles-3.38.2 >=games-arcade/gnome-robots-40.0 >=games-puzzle/gnome-sudoku-40.0 >=games-puzzle/gnome-taquin-3.38.1 >=games-puzzle/gnome-tetravex-3.38.2 >=games-puzzle/hitori-3.36.0 >=games-board/iagno-3.38.1 >=games-puzzle/lightsoff-40.0 >=games-puzzle/quadrapassel-3.38.1 >=games-puzzle/swell-foop-40.0 >=games-board/tali-40.0 ) share? ( >=gnome-extra/gnome-user-share-3.34.0 ) shotwell? ( >=media-gfx/shotwell-0.30.11 ) tracker? ( >=app-misc/tracker-3 >=app-misc/tracker-miners-3 >=media-gfx/gnome-photos-40.0 >=media-sound/gnome-music-40.0 ) -SLOT=3.0 -_md5_=915b7ead7a37b01dfdd36afbbaea837b diff --git a/metadata/md5-cache/gnome-base/gnome-extra-apps-44.4 b/metadata/md5-cache/gnome-base/gnome-extra-apps-44.4 new file mode 100644 index 000000000000..328fe7764ccf --- /dev/null +++ b/metadata/md5-cache/gnome-base/gnome-extra-apps-44.4 @@ -0,0 +1,10 @@ +DEFINED_PHASES=- +DESCRIPTION=Sub-meta package for the applications of GNOME +EAPI=8 +HOMEPAGE=https://www.gnome.org/ +IUSE=+games share +shotwell +tracker +KEYWORDS=amd64 arm64 ~loong ~ppc64 ~riscv x86 +LICENSE=metapackage +RDEPEND=>=gnome-base/gnome-core-libs-44.4 >=sys-apps/baobab-44.0 >=media-video/cheese-44.1 >=www-client/epiphany-44.6 >=app-arch/file-roller-43.0 >=gnome-extra/gnome-calculator-44.0 >=gnome-extra/gnome-calendar-44.1 >=gnome-extra/gnome-characters-44.0 >=sys-apps/gnome-disk-utility-44.0 >=media-gfx/gnome-font-viewer-44.0 >=gnome-extra/gnome-system-monitor-44.0 >=gnome-extra/gnome-weather-44.0 >=gnome-extra/sushi-44.2 >=gnome-base/dconf-editor-43.0 >=mail-client/evolution-3.48.4 >=gnome-extra/gnome-tweaks-40.0 >=gnome-extra/nautilus-sendto-3.8.6 >=app-crypt/seahorse-43.0 games? ( >=games-puzzle/five-or-more-3.32.3 >=games-board/four-in-a-row-3.38.1 >=games-board/gnome-chess-43.2 >=games-puzzle/gnome-klotski-3.38.2 >=games-board/gnome-mahjongg-3.40.0 >=games-board/gnome-mines-40.1 >=games-arcade/gnome-nibbles-3.38.3 >=games-arcade/gnome-robots-40.0 >=games-puzzle/gnome-sudoku-44.0 >=games-puzzle/gnome-taquin-3.38.1 >=games-puzzle/gnome-tetravex-3.38.2 >=games-puzzle/hitori-44.0 >=games-board/iagno-3.38.1 >=games-puzzle/lightsoff-40.0.1 >=games-puzzle/quadrapassel-40.2 >=games-puzzle/swell-foop-41.1 >=games-board/tali-40.9 ) share? ( >=gnome-extra/gnome-user-share-43.0 ) shotwell? ( >=media-gfx/shotwell-0.32.2 ) tracker? ( >=app-misc/tracker-3.5.3 >=app-misc/tracker-miners-3.5.2 >=media-gfx/gnome-photos-44.0 >=media-sound/gnome-music-44.0 ) +SLOT=3.0 +_md5_=9a9f18686e43b53248993537b24f6f49 diff --git a/metadata/md5-cache/gnome-base/gnome-light-40.0 b/metadata/md5-cache/gnome-base/gnome-light-40.0 deleted file mode 100644 index 84688827347f..000000000000 --- a/metadata/md5-cache/gnome-base/gnome-light-40.0 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=postinst pretend -DESCRIPTION=Meta package for GNOME-Light, merge this package to install -EAPI=7 -HOMEPAGE=https://www.gnome.org/ -IUSE=cups +gnome-shell -KEYWORDS=amd64 ~arm ~arm64 ~ppc64 ~riscv x86 -LICENSE=metapackage -PDEPEND=>=gnome-base/gvfs-1.48.0 -RDEPEND=>=gnome-base/gnome-core-libs-40.0[cups?] >=gnome-base/gnome-session-40.0 >=gnome-base/gnome-settings-daemon-40.0[cups?] >=gnome-base/gnome-control-center-40.0[cups?] >=gnome-base/nautilus-40.0 gnome-shell? ( >=x11-wm/mutter-40.0 >=dev-libs/gjs-1.68.0 >=gnome-base/gnome-shell-40.0 >=media-fonts/cantarell-0.301 ) >=x11-themes/adwaita-icon-theme-40.0 >=x11-themes/gnome-themes-standard-3.28 >=x11-themes/gnome-backgrounds-40.0 >=x11-terms/gnome-terminal-3.40.0 -SLOT=2.0 -_md5_=ff88b252810302d4bc19d421d3addd07 diff --git a/metadata/md5-cache/gnome-base/gnome-light-44.4 b/metadata/md5-cache/gnome-base/gnome-light-44.4 new file mode 100644 index 000000000000..e1fd6b1b3a2f --- /dev/null +++ b/metadata/md5-cache/gnome-base/gnome-light-44.4 @@ -0,0 +1,11 @@ +DEFINED_PHASES=postinst pretend +DESCRIPTION=Meta package for GNOME-Light, merge this package to install +EAPI=7 +HOMEPAGE=https://www.gnome.org/ +IUSE=cups +gnome-shell +KEYWORDS=amd64 ~arm ~arm64 ~ppc64 ~riscv x86 +LICENSE=metapackage +PDEPEND=>=gnome-base/gvfs-1.50.6 +RDEPEND=>=gnome-base/gnome-core-libs-44.4[cups?] >=gnome-base/gnome-session-44.0 >=gnome-base/gnome-settings-daemon-44.1[cups?] >=gnome-base/gnome-control-center-44.3[cups?] >=gnome-base/nautilus-44.2.1 gnome-shell? ( >=x11-wm/mutter-44.3 >=dev-libs/gjs-1.76.2 >=gnome-base/gnome-shell-44.3 >=media-fonts/cantarell-0.303.1 ) >=x11-themes/adwaita-icon-theme-44.0 >=x11-themes/gnome-backgrounds-44.0 || ( >=x11-terms/gnome-terminal-3.48.2 >=gui-apps/gnome-console-44.4 ) +SLOT=2.0 +_md5_=b942432e082efafd90ea5ce3e1d8acd5 diff --git a/metadata/md5-cache/gnome-base/gnome-shell-45.0 b/metadata/md5-cache/gnome-base/gnome-shell-45.0 deleted file mode 100644 index 30c679634712..000000000000 --- a/metadata/md5-cache/gnome-base/gnome-shell-45.0 +++ /dev/null @@ -1,19 +0,0 @@ -BDEPEND=dev-libs/libxslt >=dev-util/gdbus-codegen-2.45.3 dev-util/glib-utils gtk-doc? ( >=dev-util/gtk-doc-1.17 app-text/docbook-xml-dtd:4.5 ) >=sys-devel/gettext-0.19.8 virtual/pkgconfig test? ( sys-apps/dbus x11-wm/mutter[test] ) app-arch/xz-utils >=dev-util/meson-1.2.1 app-alternatives/ninja dev-util/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-extra/evolution-data-server-3.46.0:= >=app-crypt/gcr-3.90.0:4=[introspection] >=dev-libs/glib-2.68:2 >=dev-libs/gobject-introspection-1.49.1:= >=dev-libs/gjs-1.73.1[cairo] >=gui-libs/gtk-4:4[introspection] >=x11-wm/mutter-45.0:0/13[introspection,test?] >=sys-auth/polkit-0.120_p20220509[introspection] >=gnome-base/gsettings-desktop-schemas-42_beta[introspection] >=x11-libs/startup-notification-0.11 >=app-i18n/ibus-1.5.19 >=gnome-base/gnome-desktop-40.0:4= networkmanager? ( >=net-misc/networkmanager-1.10.4[introspection] net-libs/libnma[introspection] >=app-crypt/libsecret-0.18 ) pipewire? ( >=media-video/pipewire-0.3.49:= ) systemd? ( >=sys-apps/systemd-246:= >=gnome-base/gnome-desktop-3.34.2:3=[systemd] ) elogind? ( >=sys-auth/elogind-237 ) app-arch/gnome-autoar dev-libs/json-glib >=app-accessibility/at-spi2-core-2.46:2[introspection] x11-libs/gdk-pixbuf:2[introspection] dev-libs/libxml2:2 x11-libs/libX11 >=media-libs/libpulse-2[glib] dev-libs/libical:= >=x11-libs/libXfixes-5.0 gui-libs/gtk:4[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 ) python_single_target_python3_10? ( dev-python/pygobject:3[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/pygobject:3[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/pygobject:3[python_targets_python3_12(-)] ) media-libs/libglvnd[X] -DESCRIPTION=Provides core UI functions for the GNOME desktop -EAPI=8 -HOMEPAGE=https://wiki.gnome.org/Projects/GnomeShell https://gitlab.gnome.org/GNOME/gnome-shell -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=gnome.org gnome2-utils meson optfeature python-single-r1 virtualx xdg -IUSE=elogind gtk-doc +ibus +networkmanager pipewire systemd test python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 test -KEYWORDS=~amd64 ~arm ~arm64 ~loong ~riscv ~x86 -LICENSE=GPL-2+ LGPL-2+ -PDEPEND=>=gnome-base/gdm-3.5[introspection(+)] >=gnome-base/gnome-control-center-3.26[networkmanager(+)?] -RDEPEND=>=gnome-extra/evolution-data-server-3.46.0:= >=app-crypt/gcr-3.90.0:4=[introspection] >=dev-libs/glib-2.68:2 >=dev-libs/gobject-introspection-1.49.1:= >=dev-libs/gjs-1.73.1[cairo] >=gui-libs/gtk-4:4[introspection] >=x11-wm/mutter-45.0:0/13[introspection,test?] >=sys-auth/polkit-0.120_p20220509[introspection] >=gnome-base/gsettings-desktop-schemas-42_beta[introspection] >=x11-libs/startup-notification-0.11 >=app-i18n/ibus-1.5.19 >=gnome-base/gnome-desktop-40.0:4= networkmanager? ( >=net-misc/networkmanager-1.10.4[introspection] net-libs/libnma[introspection] >=app-crypt/libsecret-0.18 ) pipewire? ( >=media-video/pipewire-0.3.49:= ) systemd? ( >=sys-apps/systemd-246:= >=gnome-base/gnome-desktop-3.34.2:3=[systemd] ) elogind? ( >=sys-auth/elogind-237 ) app-arch/gnome-autoar dev-libs/json-glib >=app-accessibility/at-spi2-core-2.46:2[introspection] x11-libs/gdk-pixbuf:2[introspection] dev-libs/libxml2:2 x11-libs/libX11 >=media-libs/libpulse-2[glib] dev-libs/libical:= >=x11-libs/libXfixes-5.0 gui-libs/gtk:4[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 ) python_single_target_python3_10? ( dev-python/pygobject:3[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/pygobject:3[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/pygobject:3[python_targets_python3_12(-)] ) media-libs/libglvnd[X] >=sys-apps/accountsservice-0.6.14[introspection] app-accessibility/at-spi2-core:2[introspection] app-misc/geoclue[introspection] media-libs/graphene[introspection] x11-libs/pango[introspection] net-libs/libsoup:3.0[introspection] >=sys-power/upower-0.99:=[introspection] gnome-base/librsvg:2[introspection] >=gnome-base/gnome-session-2.91.91 >=gnome-base/gnome-settings-daemon-3.8.3 x11-misc/xdg-utils >=x11-themes/adwaita-icon-theme-3.26 networkmanager? ( net-misc/mobile-broadband-provider-info sys-libs/timezone-data ) ibus? ( >=app-i18n/ibus-1.5.26[gtk3,gtk4,introspection] ) media-fonts/cantarell sys-apps/xdg-desktop-portal-gnome -REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) ?? ( elogind systemd ) -RESTRICT=!test? ( test ) !test? ( test ) -SLOT=0 -SRC_URI=mirror://gnome/sources/gnome-shell/45/gnome-shell-45.0.tar.xz -_eclasses_=gnome.org 6b39404f1491c60a2d32e3c693a683fe gnome2-utils b0183db3b2e07b18f3b77bffec72e116 meson 576e6bbef90e9753368f8b4ad0bd5383 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=74188cce7f722f450deba78802c786f5 diff --git a/metadata/md5-cache/gnome-extra/Manifest.gz b/metadata/md5-cache/gnome-extra/Manifest.gz index 1620cb5882f1..32e0c85a76b1 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.50.2-r1 b/metadata/md5-cache/gnome-extra/evolution-data-server-3.50.2-r1 new file mode 100644 index 000000000000..efb50baef185 --- /dev/null +++ b/metadata/md5-cache/gnome-extra/evolution-data-server-3.50.2-r1 @@ -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-util/cmake-3.20.5 >=app-portage/elt-patches-20170815 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://wiki.gnome.org/Apps/Evolution 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-2-27-2-27-4-0 +SRC_URI=mirror://gnome/sources/evolution-data-server/3.50/evolution-data-server-3.50.2.tar.xz +_eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 db-use 3807d3e43e20aaa6e4decedd2bb2db4c flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnome.org 6b39404f1491c60a2d32e3c693a683fe gnome2 9bd787a54d31405e742ae7537eed650b gnome2-utils b0183db3b2e07b18f3b77bffec72e116 libtool 9d3a9a889a6fa62ae794f817c156491b multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc vala e477903dbe0105930c51f170a592dc16 virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=3b58d01ad7ecbdc407c9ffb3e789cb9c diff --git a/metadata/md5-cache/gui-libs/Manifest.gz b/metadata/md5-cache/gui-libs/Manifest.gz index 593786cebc33..9ada6173889a 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-layer-shell-0.8.1 b/metadata/md5-cache/gui-libs/gtk-layer-shell-0.8.1 index 0972653c9ae0..f68ed6fddf77 100644 --- a/metadata/md5-cache/gui-libs/gtk-layer-shell-0.8.1 +++ b/metadata/md5-cache/gui-libs/gtk-layer-shell-0.8.1 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://github.com/wmww/gtk-layer-shell INHERIT=vala meson python-any-r1 IUSE=examples gtk-doc introspection test vala -KEYWORDS=~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86 LICENSE=MIT-with-advertising LGPL-3+ RDEPEND=>=x11-libs/gtk+-3.24.37:3[introspection?,wayland] >=dev-libs/wayland-1.10.0 >=dev-libs/wayland-protocols-1.16 REQUIRED_USE=vala? ( introspection ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/wmww/gtk-layer-shell/archive/refs/tags/v0.8.1.tar.gz -> gtk-layer-shell-0.8.1.tar.gz _eclasses_=flag-o-matic c816c598969cbaf38cc02d2496ad2e98 meson 576e6bbef90e9753368f8b4ad0bd5383 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc vala e477903dbe0105930c51f170a592dc16 -_md5_=669cad5d161489b69bbf211a183c4d58 +_md5_=53722c20604a12ee5dfbb2617a5dcaad diff --git a/metadata/md5-cache/gui-libs/vte-0.74.2 b/metadata/md5-cache/gui-libs/vte-0.74.2 new file mode 100644 index 000000000000..63a25c2247e8 --- /dev/null +++ b/metadata/md5-cache/gui-libs/vte-0.74.2 @@ -0,0 +1,17 @@ +BDEPEND=|| ( dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) dev-libs/libxml2:2 dev-util/glib-utils gtk-doc? ( dev-util/gi-docgen ) >=sys-devel/gettext-0.19.8 virtual/pkgconfig vala? ( || ( dev-lang/vala:0.56 ) ) app-arch/xz-utils >=dev-util/meson-1.2.1 app-alternatives/ninja dev-util/meson-format-array +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test +DEPEND=>=gui-libs/gtk-4.0.1:4[introspection?] >=x11-libs/cairo-1.0 >=dev-libs/fribidi-1.0.0 >=dev-libs/glib-2.60:2 crypt? ( >=net-libs/gnutls-3.2.7:0= ) icu? ( dev-libs/icu:= ) >=x11-libs/pango-1.22.0 >=dev-libs/libpcre2-10.21:= systemd? ( >=sys-apps/systemd-220:= ) sys-libs/zlib introspection? ( >=dev-libs/gobject-introspection-1.56:= ) x11-libs/pango[introspection?] +DESCRIPTION=Library providing a virtual terminal emulator widget +EAPI=8 +HOMEPAGE=https://wiki.gnome.org/Apps/Terminal/VTE +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=gnome.org meson python-any-r1 vala xdg +IUSE=+crypt debug gtk-doc +icu +introspection systemd +vala vanilla +KEYWORDS=~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=LGPL-3+ GPL-3+ +RDEPEND=>=gui-libs/gtk-4.0.1:4[introspection?] >=x11-libs/cairo-1.0 >=dev-libs/fribidi-1.0.0 >=dev-libs/glib-2.60:2 crypt? ( >=net-libs/gnutls-3.2.7:0= ) icu? ( dev-libs/icu:= ) >=x11-libs/pango-1.22.0 >=dev-libs/libpcre2-10.21:= systemd? ( >=sys-apps/systemd-220:= ) sys-libs/zlib introspection? ( >=dev-libs/gobject-introspection-1.56:= ) x11-libs/pango[introspection?] ~gui-libs/vte-common-0.74.2[systemd?] +REQUIRED_USE=gtk-doc? ( introspection ) vala? ( introspection ) +SLOT=2.91-gtk4 +SRC_URI=https://gitlab.gnome.org/GNOME/vte/-/archive/0.74.2/vte-0.74.2.tar.bz2 !vanilla? ( https://dev.gentoo.org/~mattst88/distfiles/vte-0.74.0-command-notify.patch.xz ) +_eclasses_=flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnome.org 6b39404f1491c60a2d32e3c693a683fe meson 576e6bbef90e9753368f8b4ad0bd5383 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc vala e477903dbe0105930c51f170a592dc16 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=6f0f3917b82aba00d26f084a008878d5 diff --git a/metadata/md5-cache/gui-libs/vte-common-0.74.2 b/metadata/md5-cache/gui-libs/vte-common-0.74.2 new file mode 100644 index 000000000000..3f3bc6807157 --- /dev/null +++ b/metadata/md5-cache/gui-libs/vte-common-0.74.2 @@ -0,0 +1,15 @@ +BDEPEND=|| ( dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) dev-libs/libxml2:2 dev-util/glib-utils >=sys-devel/gettext-0.19.8 virtual/pkgconfig app-arch/xz-utils >=dev-util/meson-1.2.1 app-alternatives/ninja dev-util/meson-format-array +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=|| ( >=gui-libs/gtk-4.0.1:4 >=x11-libs/gtk+-3.24.22:3 ) >=x11-libs/cairo-1.0 >=dev-libs/fribidi-1.0.0 >=dev-libs/glib-2.60:2 >=x11-libs/pango-1.22.0 >=dev-libs/libpcre2-10.21 systemd? ( >=sys-apps/systemd-220:= ) sys-libs/zlib x11-libs/pango +DESCRIPTION=Library providing a virtual terminal emulator widget +EAPI=8 +HOMEPAGE=https://wiki.gnome.org/Apps/Terminal/VTE +INHERIT=gnome.org meson python-any-r1 +IUSE=systemd +KEYWORDS=~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=LGPL-3+ GPL-3+ +RDEPEND=!<x11-libs/vte-0.70.0:2.91 +SLOT=2.91 +SRC_URI=https://gitlab.gnome.org/GNOME/vte/-/archive/0.74.2/vte-0.74.2.tar.bz2 +_eclasses_=gnome.org 6b39404f1491c60a2d32e3c693a683fe meson 576e6bbef90e9753368f8b4ad0bd5383 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=a899169b12891ab0c2120cf6f406a6d4 diff --git a/metadata/md5-cache/gui-libs/xdg-desktop-portal-wlr-9999 b/metadata/md5-cache/gui-libs/xdg-desktop-portal-wlr-9999 index 786998bbff4d..d7f25cf92c89 100644 --- a/metadata/md5-cache/gui-libs/xdg-desktop-portal-wlr-9999 +++ b/metadata/md5-cache/gui-libs/xdg-desktop-portal-wlr-9999 @@ -12,4 +12,4 @@ RDEPEND=>=media-video/pipewire-0.3.62:= dev-libs/inih dev-libs/wayland media-lib REQUIRED_USE=?? ( elogind systemd ) SLOT=0 _eclasses_=git-r3 5133e393e8717a3a093660f990801dc1 meson 576e6bbef90e9753368f8b4ad0bd5383 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=9a1876b0a3c87bdc733afae55bdc5a81 +_md5_=41a4a0d259ba25b549245c951346ff26 diff --git a/metadata/md5-cache/kde-apps/Manifest.gz b/metadata/md5-cache/kde-apps/Manifest.gz index ae89ada5a737..23893546fee4 100644 Binary files a/metadata/md5-cache/kde-apps/Manifest.gz and b/metadata/md5-cache/kde-apps/Manifest.gz differ diff --git a/metadata/md5-cache/kde-apps/kajongg-23.08.3 b/metadata/md5-cache/kde-apps/kajongg-23.08.3 index 7b6341d133de..403ddbb54266 100644 --- a/metadata/md5-cache/kde-apps/kajongg-23.08.3 +++ b/metadata/md5-cache/kde-apps/kajongg-23.08.3 @@ -1,17 +1,17 @@ BDEPEND=app-alternatives/ninja >=dev-util/cmake-3.20.5 handbook? ( >=kde-frameworks/kdoctools-5.106.0:5 ) dev-libs/libpcre2:* >=kde-frameworks/extra-cmake-modules-5.106.0:* DEFINED_PHASES=compile configure install nofetch 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-db/sqlite:3 >=dev-qt/qtgui-5.15.9:5 >=dev-qt/qtsvg-5.15.9:5 >=dev-qt/qtwidgets-5.15.9:5 >=kde-apps/libkdegames-23.08.3:5 >=kde-frameworks/kconfig-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 python_single_target_python3_10? ( dev-python/QtPy[gui,svg,widgets,python_targets_python3_10(-)] >=dev-python/twisted-16.6.0[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/QtPy[gui,svg,widgets,python_targets_python3_11(-)] >=dev-python/twisted-16.6.0[python_targets_python3_11(-)] ) dev-qt/qtcore:5 +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-db/sqlite:3 >=dev-qt/qtgui-5.15.9:5 >=dev-qt/qtsvg-5.15.9:5 >=dev-qt/qtwidgets-5.15.9:5 >=kde-apps/libkdegames-23.08.3:5 >=kde-frameworks/kconfig-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 python_single_target_python3_10? ( dev-python/QtPy[gui,svg,widgets,python_targets_python3_10(-)] >=dev-python/twisted-16.6.0[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/QtPy[gui,svg,widgets,python_targets_python3_11(-)] >=dev-python/twisted-16.6.0[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/QtPy[gui,svg,widgets,python_targets_python3_12(-)] >=dev-python/twisted-16.6.0[python_targets_python3_12(-)] ) dev-qt/qtcore:5 DESCRIPTION=Classical Mah Jongg for four players EAPI=8 HOMEPAGE=https://apps.kde.org/kajongg/ IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=python-single-r1 ecm gear.kde.org -IUSE=python_single_target_python3_10 python_single_target_python3_11 debug +handbook +IUSE=python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 debug +handbook KEYWORDS=amd64 arm64 ~loong ~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 ) dev-db/sqlite:3 >=dev-qt/qtgui-5.15.9:5 >=dev-qt/qtsvg-5.15.9:5 >=dev-qt/qtwidgets-5.15.9:5 >=kde-apps/libkdegames-23.08.3:5 >=kde-frameworks/kconfig-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 python_single_target_python3_10? ( dev-python/QtPy[gui,svg,widgets,python_targets_python3_10(-)] >=dev-python/twisted-16.6.0[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/QtPy[gui,svg,widgets,python_targets_python3_11(-)] >=dev-python/twisted-16.6.0[python_targets_python3_11(-)] ) >=kde-apps/libkmahjongg-23.08.3:5 || ( 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 ) +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-db/sqlite:3 >=dev-qt/qtgui-5.15.9:5 >=dev-qt/qtsvg-5.15.9:5 >=dev-qt/qtwidgets-5.15.9:5 >=kde-apps/libkdegames-23.08.3:5 >=kde-frameworks/kconfig-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 python_single_target_python3_10? ( dev-python/QtPy[gui,svg,widgets,python_targets_python3_10(-)] >=dev-python/twisted-16.6.0[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/QtPy[gui,svg,widgets,python_targets_python3_11(-)] >=dev-python/twisted-16.6.0[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/QtPy[gui,svg,widgets,python_targets_python3_12(-)] >=dev-python/twisted-16.6.0[python_targets_python3_12(-)] ) >=kde-apps/libkmahjongg-23.08.3:5 || ( 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 ) SLOT=5 SRC_URI=mirror://kde/stable/release-service/23.08.3/src/kajongg-23.08.3.tar.xz _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 ecm fec7e533f288cce18b03f8d79d9fce0e flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gear.kde.org 236f5f1e8c3d93fca33b087177d55697 kde.org 60fcb935e4206806bf9f38e3537521a2 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=c8167f6666a1d804cd93380897a008b3 +_md5_=3495ee2a318646c756d74e966b45542c diff --git a/metadata/md5-cache/kde-apps/kajongg-23.08.4 b/metadata/md5-cache/kde-apps/kajongg-23.08.4 index 79b123d644fb..6e5122a6f88c 100644 --- a/metadata/md5-cache/kde-apps/kajongg-23.08.4 +++ b/metadata/md5-cache/kde-apps/kajongg-23.08.4 @@ -1,17 +1,17 @@ BDEPEND=app-alternatives/ninja >=dev-util/cmake-3.20.5 handbook? ( >=kde-frameworks/kdoctools-5.106.0:5 ) dev-libs/libpcre2:* >=kde-frameworks/extra-cmake-modules-5.106.0:* DEFINED_PHASES=compile configure install nofetch 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-db/sqlite:3 >=dev-qt/qtgui-5.15.9:5 >=dev-qt/qtsvg-5.15.9:5 >=dev-qt/qtwidgets-5.15.9:5 >=kde-apps/libkdegames-23.08.4:5 >=kde-frameworks/kconfig-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 python_single_target_python3_10? ( dev-python/QtPy[gui,svg,widgets,python_targets_python3_10(-)] >=dev-python/twisted-16.6.0[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/QtPy[gui,svg,widgets,python_targets_python3_11(-)] >=dev-python/twisted-16.6.0[python_targets_python3_11(-)] ) dev-qt/qtcore:5 +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-db/sqlite:3 >=dev-qt/qtgui-5.15.9:5 >=dev-qt/qtsvg-5.15.9:5 >=dev-qt/qtwidgets-5.15.9:5 >=kde-apps/libkdegames-23.08.4:5 >=kde-frameworks/kconfig-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 python_single_target_python3_10? ( dev-python/QtPy[gui,svg,widgets,python_targets_python3_10(-)] >=dev-python/twisted-16.6.0[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/QtPy[gui,svg,widgets,python_targets_python3_11(-)] >=dev-python/twisted-16.6.0[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/QtPy[gui,svg,widgets,python_targets_python3_12(-)] >=dev-python/twisted-16.6.0[python_targets_python3_12(-)] ) dev-qt/qtcore:5 DESCRIPTION=Classical Mah Jongg for four players EAPI=8 HOMEPAGE=https://apps.kde.org/kajongg/ IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=python-single-r1 ecm gear.kde.org -IUSE=python_single_target_python3_10 python_single_target_python3_11 debug +handbook +IUSE=python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 debug +handbook KEYWORDS=~amd64 ~arm64 ~loong ~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 ) dev-db/sqlite:3 >=dev-qt/qtgui-5.15.9:5 >=dev-qt/qtsvg-5.15.9:5 >=dev-qt/qtwidgets-5.15.9:5 >=kde-apps/libkdegames-23.08.4:5 >=kde-frameworks/kconfig-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 python_single_target_python3_10? ( dev-python/QtPy[gui,svg,widgets,python_targets_python3_10(-)] >=dev-python/twisted-16.6.0[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/QtPy[gui,svg,widgets,python_targets_python3_11(-)] >=dev-python/twisted-16.6.0[python_targets_python3_11(-)] ) >=kde-apps/libkmahjongg-23.08.4:5 || ( 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 ) +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-db/sqlite:3 >=dev-qt/qtgui-5.15.9:5 >=dev-qt/qtsvg-5.15.9:5 >=dev-qt/qtwidgets-5.15.9:5 >=kde-apps/libkdegames-23.08.4:5 >=kde-frameworks/kconfig-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 python_single_target_python3_10? ( dev-python/QtPy[gui,svg,widgets,python_targets_python3_10(-)] >=dev-python/twisted-16.6.0[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/QtPy[gui,svg,widgets,python_targets_python3_11(-)] >=dev-python/twisted-16.6.0[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/QtPy[gui,svg,widgets,python_targets_python3_12(-)] >=dev-python/twisted-16.6.0[python_targets_python3_12(-)] ) >=kde-apps/libkmahjongg-23.08.4:5 || ( 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 ) SLOT=5 SRC_URI=mirror://kde/stable/release-service/23.08.4/src/kajongg-23.08.4.tar.xz _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 ecm fec7e533f288cce18b03f8d79d9fce0e flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gear.kde.org 236f5f1e8c3d93fca33b087177d55697 kde.org 60fcb935e4206806bf9f38e3537521a2 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=84b87a85ce07e573262b58bec4a8fc4d +_md5_=c8199b2c386e70466c1949d1b5eb9c79 diff --git a/metadata/md5-cache/kde-apps/kig-23.08.3 b/metadata/md5-cache/kde-apps/kig-23.08.3 index 58be3f28c914..e58348c9125e 100644 --- a/metadata/md5-cache/kde-apps/kig-23.08.3 +++ b/metadata/md5-cache/kde-apps/kig-23.08.3 @@ -1,18 +1,18 @@ BDEPEND=app-alternatives/ninja >=dev-util/cmake-3.20.5 handbook? ( >=kde-frameworks/kdoctools-5.106.0:5 ) dev-libs/libpcre2:* >=kde-frameworks/extra-cmake-modules-5.106.0:* DEFINED_PHASES=compile configure install nofetch 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-qt/qtgui-5.15.9:5 >=dev-qt/qtprintsupport-5.15.9:5 >=dev-qt/qtsvg-5.15.9:5 >=dev-qt/qtwidgets-5.15.9:5 >=dev-qt/qtxml-5.15.9:5 >=kde-frameworks/karchive-5.106.0:5 >=kde-frameworks/kcompletion-5.106.0:5 >=kde-frameworks/kconfig-5.106.0:5 >=kde-frameworks/kconfigwidgets-5.106.0:5 >=kde-frameworks/kcoreaddons-5.106.0:5 >=kde-frameworks/kcrash-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 >=kde-frameworks/kiconthemes-5.106.0:5 >=kde-frameworks/kparts-5.106.0:5 >=kde-frameworks/kservice-5.106.0:5 >=kde-frameworks/kwidgetsaddons-5.106.0:5 >=kde-frameworks/kxmlgui-5.106.0:5 geogebra? ( >=dev-qt/qtxmlpatterns-5.15.9:5 ) scripting? ( python_single_target_python3_10? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_11(-)] ) ) >=kde-frameworks/ktexteditor-5.106.0:5 test? ( dev-qt/qttest:5 ) dev-qt/qtcore:5 +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-qt/qtgui-5.15.9:5 >=dev-qt/qtprintsupport-5.15.9:5 >=dev-qt/qtsvg-5.15.9:5 >=dev-qt/qtwidgets-5.15.9:5 >=dev-qt/qtxml-5.15.9:5 >=kde-frameworks/karchive-5.106.0:5 >=kde-frameworks/kcompletion-5.106.0:5 >=kde-frameworks/kconfig-5.106.0:5 >=kde-frameworks/kconfigwidgets-5.106.0:5 >=kde-frameworks/kcoreaddons-5.106.0:5 >=kde-frameworks/kcrash-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 >=kde-frameworks/kiconthemes-5.106.0:5 >=kde-frameworks/kparts-5.106.0:5 >=kde-frameworks/kservice-5.106.0:5 >=kde-frameworks/kwidgetsaddons-5.106.0:5 >=kde-frameworks/kxmlgui-5.106.0:5 geogebra? ( >=dev-qt/qtxmlpatterns-5.15.9:5 ) scripting? ( python_single_target_python3_10? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_12(-)] ) ) >=kde-frameworks/ktexteditor-5.106.0:5 test? ( dev-qt/qttest:5 ) dev-qt/qtcore:5 DESCRIPTION=KDE Interactive Geometry tool EAPI=8 HOMEPAGE=https://apps.kde.org/kig/ https://edu.kde.org/kig/ IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=python-single-r1 ecm gear.kde.org -IUSE=geogebra scripting python_single_target_python3_10 python_single_target_python3_11 debug +handbook test +IUSE=geogebra scripting python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 debug +handbook test KEYWORDS=amd64 arm64 ~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 ) >=dev-qt/qtgui-5.15.9:5 >=dev-qt/qtprintsupport-5.15.9:5 >=dev-qt/qtsvg-5.15.9:5 >=dev-qt/qtwidgets-5.15.9:5 >=dev-qt/qtxml-5.15.9:5 >=kde-frameworks/karchive-5.106.0:5 >=kde-frameworks/kcompletion-5.106.0:5 >=kde-frameworks/kconfig-5.106.0:5 >=kde-frameworks/kconfigwidgets-5.106.0:5 >=kde-frameworks/kcoreaddons-5.106.0:5 >=kde-frameworks/kcrash-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 >=kde-frameworks/kiconthemes-5.106.0:5 >=kde-frameworks/kparts-5.106.0:5 >=kde-frameworks/kservice-5.106.0:5 >=kde-frameworks/kwidgetsaddons-5.106.0:5 >=kde-frameworks/kxmlgui-5.106.0:5 geogebra? ( >=dev-qt/qtxmlpatterns-5.15.9:5 ) scripting? ( python_single_target_python3_10? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_11(-)] ) ) || ( 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 ) +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-qt/qtgui-5.15.9:5 >=dev-qt/qtprintsupport-5.15.9:5 >=dev-qt/qtsvg-5.15.9:5 >=dev-qt/qtwidgets-5.15.9:5 >=dev-qt/qtxml-5.15.9:5 >=kde-frameworks/karchive-5.106.0:5 >=kde-frameworks/kcompletion-5.106.0:5 >=kde-frameworks/kconfig-5.106.0:5 >=kde-frameworks/kconfigwidgets-5.106.0:5 >=kde-frameworks/kcoreaddons-5.106.0:5 >=kde-frameworks/kcrash-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 >=kde-frameworks/kiconthemes-5.106.0:5 >=kde-frameworks/kparts-5.106.0:5 >=kde-frameworks/kservice-5.106.0:5 >=kde-frameworks/kwidgetsaddons-5.106.0:5 >=kde-frameworks/kxmlgui-5.106.0:5 geogebra? ( >=dev-qt/qtxmlpatterns-5.15.9:5 ) scripting? ( python_single_target_python3_10? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_12(-)] ) ) || ( 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=mirror://kde/stable/release-service/23.08.3/src/kig-23.08.3.tar.xz _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 ecm fec7e533f288cce18b03f8d79d9fce0e flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gear.kde.org 236f5f1e8c3d93fca33b087177d55697 kde.org 60fcb935e4206806bf9f38e3537521a2 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=b7c177b2de1b47c1f8ca32d9366ede13 +_md5_=58454ec4c9d2c76cbef1d6128069a128 diff --git a/metadata/md5-cache/kde-apps/kig-23.08.4 b/metadata/md5-cache/kde-apps/kig-23.08.4 index 88bcd2495e06..11954e2e3065 100644 --- a/metadata/md5-cache/kde-apps/kig-23.08.4 +++ b/metadata/md5-cache/kde-apps/kig-23.08.4 @@ -1,18 +1,18 @@ BDEPEND=app-alternatives/ninja >=dev-util/cmake-3.20.5 handbook? ( >=kde-frameworks/kdoctools-5.106.0:5 ) dev-libs/libpcre2:* >=kde-frameworks/extra-cmake-modules-5.106.0:* DEFINED_PHASES=compile configure install nofetch 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-qt/qtgui-5.15.9:5 >=dev-qt/qtprintsupport-5.15.9:5 >=dev-qt/qtsvg-5.15.9:5 >=dev-qt/qtwidgets-5.15.9:5 >=dev-qt/qtxml-5.15.9:5 >=kde-frameworks/karchive-5.106.0:5 >=kde-frameworks/kcompletion-5.106.0:5 >=kde-frameworks/kconfig-5.106.0:5 >=kde-frameworks/kconfigwidgets-5.106.0:5 >=kde-frameworks/kcoreaddons-5.106.0:5 >=kde-frameworks/kcrash-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 >=kde-frameworks/kiconthemes-5.106.0:5 >=kde-frameworks/kparts-5.106.0:5 >=kde-frameworks/kservice-5.106.0:5 >=kde-frameworks/kwidgetsaddons-5.106.0:5 >=kde-frameworks/kxmlgui-5.106.0:5 geogebra? ( >=dev-qt/qtxmlpatterns-5.15.9:5 ) scripting? ( python_single_target_python3_10? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_11(-)] ) ) >=kde-frameworks/ktexteditor-5.106.0:5 test? ( dev-qt/qttest:5 ) dev-qt/qtcore:5 +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-qt/qtgui-5.15.9:5 >=dev-qt/qtprintsupport-5.15.9:5 >=dev-qt/qtsvg-5.15.9:5 >=dev-qt/qtwidgets-5.15.9:5 >=dev-qt/qtxml-5.15.9:5 >=kde-frameworks/karchive-5.106.0:5 >=kde-frameworks/kcompletion-5.106.0:5 >=kde-frameworks/kconfig-5.106.0:5 >=kde-frameworks/kconfigwidgets-5.106.0:5 >=kde-frameworks/kcoreaddons-5.106.0:5 >=kde-frameworks/kcrash-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 >=kde-frameworks/kiconthemes-5.106.0:5 >=kde-frameworks/kparts-5.106.0:5 >=kde-frameworks/kservice-5.106.0:5 >=kde-frameworks/kwidgetsaddons-5.106.0:5 >=kde-frameworks/kxmlgui-5.106.0:5 geogebra? ( >=dev-qt/qtxmlpatterns-5.15.9:5 ) scripting? ( python_single_target_python3_10? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_12(-)] ) ) >=kde-frameworks/ktexteditor-5.106.0:5 test? ( dev-qt/qttest:5 ) dev-qt/qtcore:5 DESCRIPTION=KDE Interactive Geometry tool EAPI=8 HOMEPAGE=https://apps.kde.org/kig/ https://edu.kde.org/kig/ IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=python-single-r1 ecm gear.kde.org -IUSE=geogebra scripting python_single_target_python3_10 python_single_target_python3_11 debug +handbook test +IUSE=geogebra scripting python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 debug +handbook test KEYWORDS=~amd64 ~arm64 ~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 ) >=dev-qt/qtgui-5.15.9:5 >=dev-qt/qtprintsupport-5.15.9:5 >=dev-qt/qtsvg-5.15.9:5 >=dev-qt/qtwidgets-5.15.9:5 >=dev-qt/qtxml-5.15.9:5 >=kde-frameworks/karchive-5.106.0:5 >=kde-frameworks/kcompletion-5.106.0:5 >=kde-frameworks/kconfig-5.106.0:5 >=kde-frameworks/kconfigwidgets-5.106.0:5 >=kde-frameworks/kcoreaddons-5.106.0:5 >=kde-frameworks/kcrash-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 >=kde-frameworks/kiconthemes-5.106.0:5 >=kde-frameworks/kparts-5.106.0:5 >=kde-frameworks/kservice-5.106.0:5 >=kde-frameworks/kwidgetsaddons-5.106.0:5 >=kde-frameworks/kxmlgui-5.106.0:5 geogebra? ( >=dev-qt/qtxmlpatterns-5.15.9:5 ) scripting? ( python_single_target_python3_10? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_11(-)] ) ) || ( 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 ) +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-qt/qtgui-5.15.9:5 >=dev-qt/qtprintsupport-5.15.9:5 >=dev-qt/qtsvg-5.15.9:5 >=dev-qt/qtwidgets-5.15.9:5 >=dev-qt/qtxml-5.15.9:5 >=kde-frameworks/karchive-5.106.0:5 >=kde-frameworks/kcompletion-5.106.0:5 >=kde-frameworks/kconfig-5.106.0:5 >=kde-frameworks/kconfigwidgets-5.106.0:5 >=kde-frameworks/kcoreaddons-5.106.0:5 >=kde-frameworks/kcrash-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 >=kde-frameworks/kiconthemes-5.106.0:5 >=kde-frameworks/kparts-5.106.0:5 >=kde-frameworks/kservice-5.106.0:5 >=kde-frameworks/kwidgetsaddons-5.106.0:5 >=kde-frameworks/kxmlgui-5.106.0:5 geogebra? ( >=dev-qt/qtxmlpatterns-5.15.9:5 ) scripting? ( python_single_target_python3_10? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-libs/boost-1.70:=[python,python_targets_python3_12(-)] ) ) || ( 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=mirror://kde/stable/release-service/23.08.4/src/kig-23.08.4.tar.xz _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 ecm fec7e533f288cce18b03f8d79d9fce0e flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gear.kde.org 236f5f1e8c3d93fca33b087177d55697 kde.org 60fcb935e4206806bf9f38e3537521a2 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=3e2331e2de6fa5c44a9e400b47bba726 +_md5_=d3b93de67eace8a1b13c096b0d96be15 diff --git a/metadata/md5-cache/kde-apps/lokalize-23.08.3 b/metadata/md5-cache/kde-apps/lokalize-23.08.3 index 35fdb24a1a6a..498f4c0118b0 100644 --- a/metadata/md5-cache/kde-apps/lokalize-23.08.3 +++ b/metadata/md5-cache/kde-apps/lokalize-23.08.3 @@ -1,18 +1,18 @@ BDEPEND=app-alternatives/ninja >=dev-util/cmake-3.20.5 handbook? ( >=kde-frameworks/kdoctools-5.106.0:5 ) dev-libs/libpcre2:* >=kde-frameworks/extra-cmake-modules-5.106.0:* DEFINED_PHASES=compile configure install nofetch 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 ) >=app-text/hunspell-1.2.8:= >=dev-qt/qtdbus-5.15.9:5 >=dev-qt/qtgui-5.15.9:5 >=dev-qt/qtsql-5.15.9:5[sqlite] >=dev-qt/qtwidgets-5.15.9:5 >=dev-qt/qtxml-5.15.9:5 >=kde-frameworks/kcompletion-5.106.0:5 >=kde-frameworks/kconfig-5.106.0:5 >=kde-frameworks/kconfigwidgets-5.106.0:5 >=kde-frameworks/kcoreaddons-5.106.0:5 >=kde-frameworks/kcrash-5.106.0:5 >=kde-frameworks/kdbusaddons-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 >=kde-frameworks/kio-5.106.0:5 >=kde-frameworks/kitemviews-5.106.0:5 >=kde-frameworks/knotifications-5.106.0:5 >=kde-frameworks/kparts-5.106.0:5 >=kde-frameworks/ktextwidgets-5.106.0:5 >=kde-frameworks/kwidgetsaddons-5.106.0:5 >=kde-frameworks/kxmlgui-5.106.0:5 >=kde-frameworks/sonnet-5.106.0:5 test? ( dev-qt/qttest:5 ) dev-qt/qtcore:5 +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-text/hunspell-1.2.8:= >=dev-qt/qtdbus-5.15.9:5 >=dev-qt/qtgui-5.15.9:5 >=dev-qt/qtsql-5.15.9:5[sqlite] >=dev-qt/qtwidgets-5.15.9:5 >=dev-qt/qtxml-5.15.9:5 >=kde-frameworks/kcompletion-5.106.0:5 >=kde-frameworks/kconfig-5.106.0:5 >=kde-frameworks/kconfigwidgets-5.106.0:5 >=kde-frameworks/kcoreaddons-5.106.0:5 >=kde-frameworks/kcrash-5.106.0:5 >=kde-frameworks/kdbusaddons-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 >=kde-frameworks/kio-5.106.0:5 >=kde-frameworks/kitemviews-5.106.0:5 >=kde-frameworks/knotifications-5.106.0:5 >=kde-frameworks/kparts-5.106.0:5 >=kde-frameworks/ktextwidgets-5.106.0:5 >=kde-frameworks/kwidgetsaddons-5.106.0:5 >=kde-frameworks/kxmlgui-5.106.0:5 >=kde-frameworks/sonnet-5.106.0:5 test? ( dev-qt/qttest:5 ) dev-qt/qtcore:5 DESCRIPTION=Localization tool for KDE software and other free and open source software EAPI=8 HOMEPAGE=https://apps.kde.org/lokalize/ https://l10n.kde.org/tools/ IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=python-single-r1 ecm gear.kde.org optfeature -IUSE=python_single_target_python3_10 python_single_target_python3_11 debug +handbook test +IUSE=python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 debug +handbook test KEYWORDS=amd64 arm64 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 ) >=app-text/hunspell-1.2.8:= >=dev-qt/qtdbus-5.15.9:5 >=dev-qt/qtgui-5.15.9:5 >=dev-qt/qtsql-5.15.9:5[sqlite] >=dev-qt/qtwidgets-5.15.9:5 >=dev-qt/qtxml-5.15.9:5 >=kde-frameworks/kcompletion-5.106.0:5 >=kde-frameworks/kconfig-5.106.0:5 >=kde-frameworks/kconfigwidgets-5.106.0:5 >=kde-frameworks/kcoreaddons-5.106.0:5 >=kde-frameworks/kcrash-5.106.0:5 >=kde-frameworks/kdbusaddons-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 >=kde-frameworks/kio-5.106.0:5 >=kde-frameworks/kitemviews-5.106.0:5 >=kde-frameworks/knotifications-5.106.0:5 >=kde-frameworks/kparts-5.106.0:5 >=kde-frameworks/ktextwidgets-5.106.0:5 >=kde-frameworks/kwidgetsaddons-5.106.0:5 >=kde-frameworks/kxmlgui-5.106.0:5 >=kde-frameworks/sonnet-5.106.0:5 python_single_target_python3_10? ( dev-python/translate-toolkit[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/translate-toolkit[python_targets_python3_11(-)] ) || ( 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 ) +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-text/hunspell-1.2.8:= >=dev-qt/qtdbus-5.15.9:5 >=dev-qt/qtgui-5.15.9:5 >=dev-qt/qtsql-5.15.9:5[sqlite] >=dev-qt/qtwidgets-5.15.9:5 >=dev-qt/qtxml-5.15.9:5 >=kde-frameworks/kcompletion-5.106.0:5 >=kde-frameworks/kconfig-5.106.0:5 >=kde-frameworks/kconfigwidgets-5.106.0:5 >=kde-frameworks/kcoreaddons-5.106.0:5 >=kde-frameworks/kcrash-5.106.0:5 >=kde-frameworks/kdbusaddons-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 >=kde-frameworks/kio-5.106.0:5 >=kde-frameworks/kitemviews-5.106.0:5 >=kde-frameworks/knotifications-5.106.0:5 >=kde-frameworks/kparts-5.106.0:5 >=kde-frameworks/ktextwidgets-5.106.0:5 >=kde-frameworks/kwidgetsaddons-5.106.0:5 >=kde-frameworks/kxmlgui-5.106.0:5 >=kde-frameworks/sonnet-5.106.0:5 python_single_target_python3_10? ( dev-python/translate-toolkit[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/translate-toolkit[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/translate-toolkit[python_targets_python3_12(-)] ) || ( 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? ( test ) SLOT=5 SRC_URI=mirror://kde/stable/release-service/23.08.3/src/lokalize-23.08.3.tar.xz _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 ecm fec7e533f288cce18b03f8d79d9fce0e flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gear.kde.org 236f5f1e8c3d93fca33b087177d55697 kde.org 60fcb935e4206806bf9f38e3537521a2 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=02fbd91800202d90fe0c13ad2870022a +_md5_=5454de14d64a47ce75166c037bd4c3b1 diff --git a/metadata/md5-cache/kde-apps/lokalize-23.08.4 b/metadata/md5-cache/kde-apps/lokalize-23.08.4 index e92df4778529..cf39709a351b 100644 --- a/metadata/md5-cache/kde-apps/lokalize-23.08.4 +++ b/metadata/md5-cache/kde-apps/lokalize-23.08.4 @@ -1,18 +1,18 @@ BDEPEND=app-alternatives/ninja >=dev-util/cmake-3.20.5 handbook? ( >=kde-frameworks/kdoctools-5.106.0:5 ) dev-libs/libpcre2:* >=kde-frameworks/extra-cmake-modules-5.106.0:* DEFINED_PHASES=compile configure install nofetch 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 ) >=app-text/hunspell-1.2.8:= >=dev-qt/qtdbus-5.15.9:5 >=dev-qt/qtgui-5.15.9:5 >=dev-qt/qtsql-5.15.9:5[sqlite] >=dev-qt/qtwidgets-5.15.9:5 >=dev-qt/qtxml-5.15.9:5 >=kde-frameworks/kcompletion-5.106.0:5 >=kde-frameworks/kconfig-5.106.0:5 >=kde-frameworks/kconfigwidgets-5.106.0:5 >=kde-frameworks/kcoreaddons-5.106.0:5 >=kde-frameworks/kcrash-5.106.0:5 >=kde-frameworks/kdbusaddons-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 >=kde-frameworks/kio-5.106.0:5 >=kde-frameworks/kitemviews-5.106.0:5 >=kde-frameworks/knotifications-5.106.0:5 >=kde-frameworks/kparts-5.106.0:5 >=kde-frameworks/ktextwidgets-5.106.0:5 >=kde-frameworks/kwidgetsaddons-5.106.0:5 >=kde-frameworks/kxmlgui-5.106.0:5 >=kde-frameworks/sonnet-5.106.0:5 test? ( dev-qt/qttest:5 ) dev-qt/qtcore:5 +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-text/hunspell-1.2.8:= >=dev-qt/qtdbus-5.15.9:5 >=dev-qt/qtgui-5.15.9:5 >=dev-qt/qtsql-5.15.9:5[sqlite] >=dev-qt/qtwidgets-5.15.9:5 >=dev-qt/qtxml-5.15.9:5 >=kde-frameworks/kcompletion-5.106.0:5 >=kde-frameworks/kconfig-5.106.0:5 >=kde-frameworks/kconfigwidgets-5.106.0:5 >=kde-frameworks/kcoreaddons-5.106.0:5 >=kde-frameworks/kcrash-5.106.0:5 >=kde-frameworks/kdbusaddons-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 >=kde-frameworks/kio-5.106.0:5 >=kde-frameworks/kitemviews-5.106.0:5 >=kde-frameworks/knotifications-5.106.0:5 >=kde-frameworks/kparts-5.106.0:5 >=kde-frameworks/ktextwidgets-5.106.0:5 >=kde-frameworks/kwidgetsaddons-5.106.0:5 >=kde-frameworks/kxmlgui-5.106.0:5 >=kde-frameworks/sonnet-5.106.0:5 test? ( dev-qt/qttest:5 ) dev-qt/qtcore:5 DESCRIPTION=Localization tool for KDE software and other free and open source software EAPI=8 HOMEPAGE=https://apps.kde.org/lokalize/ https://l10n.kde.org/tools/ IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=python-single-r1 ecm gear.kde.org optfeature -IUSE=python_single_target_python3_10 python_single_target_python3_11 debug +handbook test +IUSE=python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 debug +handbook test KEYWORDS=~amd64 ~arm64 ~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 ) >=app-text/hunspell-1.2.8:= >=dev-qt/qtdbus-5.15.9:5 >=dev-qt/qtgui-5.15.9:5 >=dev-qt/qtsql-5.15.9:5[sqlite] >=dev-qt/qtwidgets-5.15.9:5 >=dev-qt/qtxml-5.15.9:5 >=kde-frameworks/kcompletion-5.106.0:5 >=kde-frameworks/kconfig-5.106.0:5 >=kde-frameworks/kconfigwidgets-5.106.0:5 >=kde-frameworks/kcoreaddons-5.106.0:5 >=kde-frameworks/kcrash-5.106.0:5 >=kde-frameworks/kdbusaddons-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 >=kde-frameworks/kio-5.106.0:5 >=kde-frameworks/kitemviews-5.106.0:5 >=kde-frameworks/knotifications-5.106.0:5 >=kde-frameworks/kparts-5.106.0:5 >=kde-frameworks/ktextwidgets-5.106.0:5 >=kde-frameworks/kwidgetsaddons-5.106.0:5 >=kde-frameworks/kxmlgui-5.106.0:5 >=kde-frameworks/sonnet-5.106.0:5 python_single_target_python3_10? ( dev-python/translate-toolkit[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/translate-toolkit[python_targets_python3_11(-)] ) || ( 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 ) +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-text/hunspell-1.2.8:= >=dev-qt/qtdbus-5.15.9:5 >=dev-qt/qtgui-5.15.9:5 >=dev-qt/qtsql-5.15.9:5[sqlite] >=dev-qt/qtwidgets-5.15.9:5 >=dev-qt/qtxml-5.15.9:5 >=kde-frameworks/kcompletion-5.106.0:5 >=kde-frameworks/kconfig-5.106.0:5 >=kde-frameworks/kconfigwidgets-5.106.0:5 >=kde-frameworks/kcoreaddons-5.106.0:5 >=kde-frameworks/kcrash-5.106.0:5 >=kde-frameworks/kdbusaddons-5.106.0:5 >=kde-frameworks/ki18n-5.106.0:5 >=kde-frameworks/kio-5.106.0:5 >=kde-frameworks/kitemviews-5.106.0:5 >=kde-frameworks/knotifications-5.106.0:5 >=kde-frameworks/kparts-5.106.0:5 >=kde-frameworks/ktextwidgets-5.106.0:5 >=kde-frameworks/kwidgetsaddons-5.106.0:5 >=kde-frameworks/kxmlgui-5.106.0:5 >=kde-frameworks/sonnet-5.106.0:5 python_single_target_python3_10? ( dev-python/translate-toolkit[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/translate-toolkit[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/translate-toolkit[python_targets_python3_12(-)] ) || ( 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? ( test ) SLOT=5 SRC_URI=mirror://kde/stable/release-service/23.08.4/src/lokalize-23.08.4.tar.xz _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 ecm fec7e533f288cce18b03f8d79d9fce0e flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gear.kde.org 236f5f1e8c3d93fca33b087177d55697 kde.org 60fcb935e4206806bf9f38e3537521a2 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=8db73690ab9882337e4fdbc65232e7f9 +_md5_=4f6a92434c4d597c700fbf8b68d5a923 diff --git a/metadata/md5-cache/kde-frameworks/Manifest.gz b/metadata/md5-cache/kde-frameworks/Manifest.gz index 684d289810f5..6141d46d8af3 100644 Binary files a/metadata/md5-cache/kde-frameworks/Manifest.gz and b/metadata/md5-cache/kde-frameworks/Manifest.gz differ diff --git a/metadata/md5-cache/kde-frameworks/ksvg-5.246.0 b/metadata/md5-cache/kde-frameworks/ksvg-5.246.0 index b2c8405bc451..3d4fe3aff75f 100644 --- a/metadata/md5-cache/kde-frameworks/ksvg-5.246.0 +++ b/metadata/md5-cache/kde-frameworks/ksvg-5.246.0 @@ -1,7 +1,7 @@ BDEPEND=app-alternatives/ninja >=dev-util/cmake-3.20.5 doc? ( >=app-doc/doxygen-1.8.13-r1 ) dev-qt/qttools:6[assistant] dev-libs/libpcre2:* >=kde-frameworks/extra-cmake-modules-5.246:* DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack DEPEND=>=dev-qt/qtbase-6.6.0:6[gui] >=dev-qt/qtdeclarative-6.6.0:6 >=dev-qt/qtsvg-6.6.0:6 =kde-frameworks/karchive-5.246*:6 =kde-frameworks/kcolorscheme-5.246*:6 =kde-frameworks/kconfig-5.246*:6 =kde-frameworks/kcoreaddons-5.246*:6 =kde-frameworks/kguiaddons-5.246*:6 =kde-frameworks/kirigami-5.246*:6 test? ( dev-qt/qtbase:6[test] ) doc? ( dev-qt/qt-docs:6 ) dev-qt/qtbase:6 -DESCRIPTION=Framework for common completion tasks such as filename or URL completion +DESCRIPTION=Components for handling SVGs EAPI=8 HOMEPAGE=https://develop.kde.org/products/frameworks/ INHERIT=ecm frameworks.kde.org @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) mirror SLOT=6/5.246 SRC_URI=mirror://kde/unstable/frameworks/5.246.0/ksvg-5.246.0.tar.xz _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 ecm fec7e533f288cce18b03f8d79d9fce0e flag-o-matic c816c598969cbaf38cc02d2496ad2e98 frameworks.kde.org 50e5e124e8a083f031e4122130830388 kde.org 60fcb935e4206806bf9f38e3537521a2 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc virtualx 817571665ee28575da44ee08135089e5 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=04d4591a776e4c5fa10d06ccbb6b6b1c +_md5_=10007de3a378876e7dc48e0b5ff268a9 diff --git a/metadata/md5-cache/kde-frameworks/kuserfeedback-1.3.0-r1 b/metadata/md5-cache/kde-frameworks/kuserfeedback-1.3.0-r2 similarity index 57% rename from metadata/md5-cache/kde-frameworks/kuserfeedback-1.3.0-r1 rename to metadata/md5-cache/kde-frameworks/kuserfeedback-1.3.0-r2 index ada6d4649c74..b79011c6e793 100644 --- a/metadata/md5-cache/kde-frameworks/kuserfeedback-1.3.0-r1 +++ b/metadata/md5-cache/kde-frameworks/kuserfeedback-1.3.0-r2 @@ -1,6 +1,6 @@ BDEPEND=sys-devel/bison sys-devel/flex doc? ( >=dev-qt/qdoc-5.15.9:5 >=dev-qt/qthelp-5.15.9:5 ) app-alternatives/ninja >=dev-util/cmake-3.20.5 dev-libs/libpcre2:* >=kde-frameworks/extra-cmake-modules-5.106.0:* DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=dev-qt/qtdeclarative-5.15.9:5 >=dev-qt/qtgui-5.15.9:5 >=dev-qt/qtnetwork-5.15.9:5 >=dev-qt/qtsql-5.15.9:5 >=dev-qt/qtsvg-5.15.9:5 >=kde-frameworks/kconfig-5.106.0:5 >=kde-frameworks/kcoreaddons-5.106.0:5 >=kde-frameworks/kdeclarative-5.106.0:5 >=kde-frameworks/kguiaddons-5.106.0:5 >=kde-frameworks/kwidgetsaddons-5.106.0:5 kf6compat? ( >=dev-qt/qtcharts-5.15.9:5 >=dev-qt/qtprintsupport-5.15.9:5 >=dev-qt/qtwidgets-5.15.9:5 ) test? ( dev-qt/qttest:5 ) dev-qt/qtcore:5 +DEPEND=>=dev-qt/qtdeclarative-5.15.9:5 >=dev-qt/qtgui-5.15.9:5 >=dev-qt/qtnetwork-5.15.9:5 >=dev-qt/qtsvg-5.15.9:5 kf6compat? ( >=dev-qt/qtcharts-5.15.9:5 >=dev-qt/qtprintsupport-5.15.9:5 >=dev-qt/qtwidgets-5.15.9:5 ) test? ( dev-qt/qttest:5 ) dev-qt/qtcore:5 DESCRIPTION=Framework to collect user feedback for applications via telemetry and surveys EAPI=8 HOMEPAGE=https://kde.org/ @@ -8,9 +8,9 @@ INHERIT=ecm kde.org IUSE=doc kf6compat debug test KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 LICENSE=MIT -RDEPEND=>=dev-qt/qtdeclarative-5.15.9:5 >=dev-qt/qtgui-5.15.9:5 >=dev-qt/qtnetwork-5.15.9:5 >=dev-qt/qtsql-5.15.9:5 >=dev-qt/qtsvg-5.15.9:5 >=kde-frameworks/kconfig-5.106.0:5 >=kde-frameworks/kcoreaddons-5.106.0:5 >=kde-frameworks/kdeclarative-5.106.0:5 >=kde-frameworks/kguiaddons-5.106.0:5 >=kde-frameworks/kwidgetsaddons-5.106.0:5 kf6compat? ( >=dev-qt/qtcharts-5.15.9:5 >=dev-qt/qtprintsupport-5.15.9:5 >=dev-qt/qtwidgets-5.15.9:5 ) kf6compat? ( kde-frameworks/kuserfeedback:6 ) >=kde-frameworks/kf-env-4 dev-qt/qtcore:5 +RDEPEND=>=dev-qt/qtdeclarative-5.15.9:5 >=dev-qt/qtgui-5.15.9:5 >=dev-qt/qtnetwork-5.15.9:5 >=dev-qt/qtsvg-5.15.9:5 kf6compat? ( >=dev-qt/qtcharts-5.15.9:5 >=dev-qt/qtprintsupport-5.15.9:5 >=dev-qt/qtwidgets-5.15.9:5 ) kf6compat? ( kde-frameworks/kuserfeedback:6 ) >=kde-frameworks/kf-env-4 dev-qt/qtcore:5 RESTRICT=!test? ( test ) SLOT=5 SRC_URI=mirror://kde/stable/kuserfeedback/kuserfeedback-1.3.0.tar.xz _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 ecm fec7e533f288cce18b03f8d79d9fce0e flag-o-matic c816c598969cbaf38cc02d2496ad2e98 kde.org 60fcb935e4206806bf9f38e3537521a2 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc virtualx 817571665ee28575da44ee08135089e5 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=fd1c94e8e5437bca390f156e77720c35 +_md5_=67c300f11d27345cb7ef0dcfc64cf731 diff --git a/metadata/md5-cache/kde-frameworks/kuserfeedback-5.246.0 b/metadata/md5-cache/kde-frameworks/kuserfeedback-5.246.0 new file mode 100644 index 000000000000..b56e2b09f551 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kuserfeedback-5.246.0 @@ -0,0 +1,16 @@ +BDEPEND=sys-devel/bison sys-devel/flex doc? ( >=dev-qt/qttools-6.6.0:6[assistant,qdoc] ) app-alternatives/ninja >=dev-util/cmake-3.20.5 dev-libs/libpcre2:* >=kde-frameworks/extra-cmake-modules-5.246:* +DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack +DEPEND=>=dev-qt/qtbase-6.6.0:6[gui,network,widgets] >=dev-qt/qtcharts-6.6.0:6 >=dev-qt/qtdeclarative-6.6.0:6 >=dev-qt/qtsvg-6.6.0:6 test? ( dev-qt/qtbase:6[test] ) dev-qt/qtbase:6 +DESCRIPTION=Framework to collect user feedback for applications via telemetry and surveys +EAPI=8 +HOMEPAGE=https://develop.kde.org/products/frameworks/ +INHERIT=ecm frameworks.kde.org +IUSE=doc debug test +KEYWORDS=~amd64 +LICENSE=MIT +RDEPEND=>=dev-qt/qtbase-6.6.0:6[gui,network,widgets] >=dev-qt/qtcharts-6.6.0:6 >=dev-qt/qtdeclarative-6.6.0:6 >=dev-qt/qtsvg-6.6.0:6 !kde-frameworks/kuserfeedback:5[-kf6compat(-)] >=kde-frameworks/kf-env-4 dev-qt/qtbase:6 +RESTRICT=!test? ( test ) mirror +SLOT=6/5.246 +SRC_URI=mirror://kde/unstable/frameworks/5.246.0/kuserfeedback-5.246.0.tar.xz +_eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 ecm fec7e533f288cce18b03f8d79d9fce0e flag-o-matic c816c598969cbaf38cc02d2496ad2e98 frameworks.kde.org 50e5e124e8a083f031e4122130830388 kde.org 60fcb935e4206806bf9f38e3537521a2 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc virtualx 817571665ee28575da44ee08135089e5 xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=7e585cd01de48a3b25f3199300454c38 diff --git a/metadata/md5-cache/mail-filter/Manifest.gz b/metadata/md5-cache/mail-filter/Manifest.gz index c0a08c8d9371..e5023f9109d6 100644 Binary files a/metadata/md5-cache/mail-filter/Manifest.gz and b/metadata/md5-cache/mail-filter/Manifest.gz differ diff --git a/metadata/md5-cache/mail-filter/amavisd-new-2.13.0 b/metadata/md5-cache/mail-filter/amavisd-new-2.13.0 new file mode 100644 index 000000000000..0fb3d24afc6b --- /dev/null +++ b/metadata/md5-cache/mail-filter/amavisd-new-2.13.0 @@ -0,0 +1,17 @@ +BDEPEND=acct-user/amavis app-arch/arc app-arch/bzip2 app-arch/cabextract app-arch/cpio app-arch/gzip app-arch/lha app-arch/lrzip app-arch/lzop app-arch/p7zip app-arch/pax app-arch/arj app-arch/unrar app-arch/xz-utils app-arch/zoo dev-lang/perl:* dev-perl/Archive-Zip dev-perl/BerkeleyDB dev-perl/Convert-BinHex dev-perl/File-LibMagic dev-perl/IO-Socket-SSL dev-perl/IO-stringy >=dev-perl/Mail-DKIM-0.31 >=dev-perl/MailTools-1.58 >=dev-perl/MIME-tools-5.415 dev-perl/Net-LibIDN2 >=dev-perl/Net-Server-0.91 dev-perl/Net-SSLeay dev-perl/Unix-Syslog net-mail/ripole net-mail/tnef >=sys-apps/coreutils-5.0-r3 >=sys-libs/db-4.4.20 virtual/mta virtual/perl-Compress-Raw-Zlib virtual/perl-Digest-MD5 virtual/perl-File-Temp virtual/perl-IO-Compress virtual/perl-IO-Socket-IP virtual/perl-MIME-Base64 virtual/perl-Time-HiRes clamav? ( app-antivirus/clamav ) ldap? ( >=dev-perl/perl-ldap-0.33 ) mysql? ( dev-perl/DBD-mysql ) postgres? ( dev-perl/DBD-Pg ) razor? ( mail-filter/razor ) rspamd? ( dev-perl/HTTP-Message dev-perl/JSON dev-perl/LWP-UserAgent-Determined ) rspamd-https? ( dev-perl/HTTP-Message dev-perl/JSON dev-perl/LWP-UserAgent-Determined dev-perl/LWP-Protocol-https dev-perl/Net-SSLeay ) selinux? ( sec-policy/selinux-amavis ) snmp? ( net-analyzer/net-snmp[perl] ) spamassassin? ( mail-filter/spamassassin dev-perl/Image-Info ) dev-perl/Dist-Zilla virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Harness dev-perl/Test-Class dev-perl/DBI dev-perl/perl-ldap dev-perl/NetAddr-IP dev-perl/Test-Most ) virtual/pkgconfig dev-lang/perl test? ( >=virtual/perl-Test-Simple-1 ) +DEFINED_PHASES=compile configure install postinst preinst prepare test +DEPEND=acct-user/amavis dev-lang/perl +DESCRIPTION=High-performance interface between the MTA and content checkers +EAPI=8 +HOMEPAGE=https://gitlab.com/amavis/amavis +INHERIT=systemd perl-module +IUSE=clamav dkim ldap mysql postgres razor rspamd rspamd-https selinux snmp spamassassin test test +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 BSD-2 +RDEPEND=acct-user/amavis app-arch/arc app-arch/bzip2 app-arch/cabextract app-arch/cpio app-arch/gzip app-arch/lha app-arch/lrzip app-arch/lzop app-arch/p7zip app-arch/pax app-arch/arj app-arch/unrar app-arch/xz-utils app-arch/zoo dev-lang/perl:* dev-perl/Archive-Zip dev-perl/BerkeleyDB dev-perl/Convert-BinHex dev-perl/File-LibMagic dev-perl/IO-Socket-SSL dev-perl/IO-stringy >=dev-perl/Mail-DKIM-0.31 >=dev-perl/MailTools-1.58 >=dev-perl/MIME-tools-5.415 dev-perl/Net-LibIDN2 >=dev-perl/Net-Server-0.91 dev-perl/Net-SSLeay dev-perl/Unix-Syslog net-mail/ripole net-mail/tnef >=sys-apps/coreutils-5.0-r3 >=sys-libs/db-4.4.20 virtual/mta virtual/perl-Compress-Raw-Zlib virtual/perl-Digest-MD5 virtual/perl-File-Temp virtual/perl-IO-Compress virtual/perl-IO-Socket-IP virtual/perl-MIME-Base64 virtual/perl-Time-HiRes clamav? ( app-antivirus/clamav ) ldap? ( >=dev-perl/perl-ldap-0.33 ) mysql? ( dev-perl/DBD-mysql ) postgres? ( dev-perl/DBD-Pg ) razor? ( mail-filter/razor ) rspamd? ( dev-perl/HTTP-Message dev-perl/JSON dev-perl/LWP-UserAgent-Determined ) rspamd-https? ( dev-perl/HTTP-Message dev-perl/JSON dev-perl/LWP-UserAgent-Determined dev-perl/LWP-Protocol-https dev-perl/Net-SSLeay ) selinux? ( sec-policy/selinux-amavis ) snmp? ( net-analyzer/net-snmp[perl] ) spamassassin? ( mail-filter/spamassassin dev-perl/Image-Info ) dev-lang/perl:= +REQUIRED_USE=test? ( spamassassin ) +RESTRICT=!test? ( test ) !test? ( test ) +SLOT=0 +SRC_URI=https://gitlab.com/amavis/amavis/-/archive/v2.13.0/amavis-v2.13.0.tar.bz2 +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=43b87888f837c2eef6f80dc89bd23c8f diff --git a/metadata/md5-cache/mail-filter/normalizemime-1.21 b/metadata/md5-cache/mail-filter/normalizemime-1.21 index 17a11fcdb69f..2f790f7a30bf 100644 --- a/metadata/md5-cache/mail-filter/normalizemime-1.21 +++ b/metadata/md5-cache/mail-filter/normalizemime-1.21 @@ -3,9 +3,9 @@ DESCRIPTION=Helper program to normalize MIME encoded messages EAPI=8 HOMEPAGE=http://hyvatti.iki.fi/~jaakko/spam/ INHERIT=toolchain-funcs -KEYWORDS=amd64 ~ppc x86 +KEYWORDS=amd64 ppc x86 LICENSE=GPL-2 SLOT=0 SRC_URI=https://dev.gentoo.org/~sam/distfiles/mail-filter/normalizemime/normalizemime-1.21.cc _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=6afac89e7b9ca1e8f97e51f71a051fbb +_md5_=cfe79f030ea6bc5a997889901d3fc163 diff --git a/metadata/md5-cache/media-fonts/Manifest.gz b/metadata/md5-cache/media-fonts/Manifest.gz index ceeeff137b36..cdb84de2196c 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/iosevka-28.0.1 b/metadata/md5-cache/media-fonts/iosevka-28.0.1 new file mode 100644 index 000000000000..566e38867070 --- /dev/null +++ b/metadata/md5-cache/media-fonts/iosevka-28.0.1 @@ -0,0 +1,14 @@ +BDEPEND=app-arch/unzip X? ( >=x11-apps/mkfontscale-1.2.0 media-fonts/encodings ) +DEFINED_PHASES=install postinst postrm prepare setup +DESCRIPTION=Slender typeface for code, from code +EAPI=8 +HOMEPAGE=https://typeof.net/Iosevka/ +INHERIT=font +IUSE=+iosevka iosevka-ss08 iosevka-ss09 iosevka-ss04 iosevka-ss05 iosevka-ss06 iosevka-ss07 iosevka-ss01 iosevka-ss02 iosevka-ss03 iosevka-aile iosevka-etoile iosevka-ss18 iosevka-ss17 iosevka-ss16 iosevka-ss15 iosevka-ss14 iosevka-ss13 iosevka-ss12 iosevka-ss11 iosevka-ss10 iosevka-curly-slab iosevka-curly iosevka-slab X +KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 +LICENSE=OFL-1.1 +REQUIRED_USE=|| ( iosevka iosevka-ss08 iosevka-ss09 iosevka-ss04 iosevka-ss05 iosevka-ss06 iosevka-ss07 iosevka-ss01 iosevka-ss02 iosevka-ss03 iosevka-aile iosevka-etoile iosevka-ss18 iosevka-ss17 iosevka-ss16 iosevka-ss15 iosevka-ss14 iosevka-ss13 iosevka-ss12 iosevka-ss11 iosevka-ss10 iosevka-curly-slab iosevka-curly iosevka-slab ) +SLOT=0 +SRC_URI=iosevka? ( https://github.com/be5invis/Iosevka/releases/download/v28.0.1/SuperTTC-Iosevka-28.0.1.zip ) iosevka-ss08? ( https://github.com/be5invis/Iosevka/releases/download/v28.0.1/SuperTTC-IosevkaSS08-28.0.1.zip ) iosevka-ss09? ( https://github.com/be5invis/Iosevka/releases/download/v28.0.1/SuperTTC-IosevkaSS09-28.0.1.zip ) iosevka-ss04? ( https://github.com/be5invis/Iosevka/releases/download/v28.0.1/SuperTTC-IosevkaSS04-28.0.1.zip ) iosevka-ss05? ( https://github.com/be5invis/Iosevka/releases/download/v28.0.1/SuperTTC-IosevkaSS05-28.0.1.zip ) iosevka-ss06? ( https://github.com/be5invis/Iosevka/releases/download/v28.0.1/SuperTTC-IosevkaSS06-28.0.1.zip ) iosevka-ss07? ( https://github.com/be5invis/Iosevka/releases/download/v28.0.1/SuperTTC-IosevkaSS07-28.0.1.zip ) iosevka-ss01? ( https://github.com/be5invis/Iosevka/releases/download/v28.0.1/SuperTTC-IosevkaSS01-28.0.1.zip ) iosevka-ss02? ( https://github.com/be5invis/Iosevka/releases/download/v28.0.1/SuperTTC-IosevkaSS02-28.0.1.zip ) iosevka-ss03? ( https://github.com/be5invis/Iosevka/releases/download/v28.0.1/SuperTTC-IosevkaSS03-28.0.1.zip ) iosevka-aile? ( https://github.com/be5invis/Iosevka/releases/download/v28.0.1/SuperTTC-IosevkaAile-28.0.1.zip ) iosevka-etoile? ( https://github.com/be5invis/Iosevka/releases/download/v28.0.1/SuperTTC-IosevkaEtoile-28.0.1.zip ) iosevka-ss18? ( https://github.com/be5invis/Iosevka/releases/download/v28.0.1/SuperTTC-IosevkaSS18-28.0.1.zip ) iosevka-ss17? ( https://github.com/be5invis/Iosevka/releases/download/v28.0.1/SuperTTC-IosevkaSS17-28.0.1.zip ) iosevka-ss16? ( https://github.com/be5invis/Iosevka/releases/download/v28.0.1/SuperTTC-IosevkaSS16-28.0.1.zip ) iosevka-ss15? ( https://github.com/be5invis/Iosevka/releases/download/v28.0.1/SuperTTC-IosevkaSS15-28.0.1.zip ) iosevka-ss14? ( https://github.com/be5invis/Iosevka/releases/download/v28.0.1/SuperTTC-IosevkaSS14-28.0.1.zip ) iosevka-ss13? ( https://github.com/be5invis/Iosevka/releases/download/v28.0.1/SuperTTC-IosevkaSS13-28.0.1.zip ) iosevka-ss12? ( https://github.com/be5invis/Iosevka/releases/download/v28.0.1/SuperTTC-IosevkaSS12-28.0.1.zip ) iosevka-ss11? ( https://github.com/be5invis/Iosevka/releases/download/v28.0.1/SuperTTC-IosevkaSS11-28.0.1.zip ) iosevka-ss10? ( https://github.com/be5invis/Iosevka/releases/download/v28.0.1/SuperTTC-IosevkaSS10-28.0.1.zip ) iosevka-curly-slab? ( https://github.com/be5invis/Iosevka/releases/download/v28.0.1/SuperTTC-IosevkaCurlySlab-28.0.1.zip ) iosevka-curly? ( https://github.com/be5invis/Iosevka/releases/download/v28.0.1/SuperTTC-IosevkaCurly-28.0.1.zip ) iosevka-slab? ( https://github.com/be5invis/Iosevka/releases/download/v28.0.1/SuperTTC-IosevkaSlab-28.0.1.zip ) +_eclasses_=font aa113a3df9cd0a9693a1c1ee7c34a6eb +_md5_=34f288bc1968abaf76bb3d1d023ab4f8 diff --git a/metadata/md5-cache/media-gfx/Manifest.gz b/metadata/md5-cache/media-gfx/Manifest.gz index acf496f469b3..2f80f2b30e7e 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/imagemagick-6.9.12.89-r1 b/metadata/md5-cache/media-gfx/imagemagick-6.9.12.89-r1 index 2f950097b69a..f5c132af2ade 100644 --- a/metadata/md5-cache/media-gfx/imagemagick-6.9.12.89-r1 +++ b/metadata/md5-cache/media-gfx/imagemagick-6.9.12.89-r1 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://www.imagemagick.org/ INHERIT=flag-o-matic libtool perl-functions toolchain-funcs IUSE=bzip2 corefonts +cxx djvu fftw fontconfig fpx graphviz hdri heif jbig jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl +png postscript q32 q8 raw static-libs svg test tiff truetype webp wmf X xml zlib -KEYWORDS=~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris +KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris LICENSE=imagemagick RDEPEND=!media-gfx/graphicsmagick[imagemagick] dev-libs/libltdl bzip2? ( app-arch/bzip2 ) corefonts? ( media-fonts/corefonts ) djvu? ( app-text/djvu ) fftw? ( sci-libs/fftw:3.0 ) fontconfig? ( media-libs/fontconfig ) fpx? ( >=media-libs/libfpx-1.3.0-r1 ) graphviz? ( media-gfx/graphviz ) heif? ( media-libs/libheif:=[x265] ) jbig? ( >=media-libs/jbigkit-2:= ) jpeg? ( media-libs/libjpeg-turbo:= ) jpeg2k? ( >=media-libs/openjpeg-2.1.0:2 ) lcms? ( media-libs/lcms:2= ) lqr? ( media-libs/liblqr ) opencl? ( virtual/opencl ) openexr? ( media-libs/openexr:0= ) pango? ( x11-libs/pango ) perl? ( >=dev-lang/perl-5.8.8:= ) png? ( media-libs/libpng:= ) postscript? ( app-text/ghostscript-gpl:= ) raw? ( media-libs/libraw:= ) svg? ( gnome-base/librsvg media-gfx/potrace ) tiff? ( media-libs/tiff:= ) truetype? ( media-fonts/urw-fonts >=media-libs/freetype-2 ) webp? ( media-libs/libwebp:= ) wmf? ( media-libs/libwmf ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libXext x11-libs/libXt ) xml? ( dev-libs/libxml2 ) lzma? ( app-arch/xz-utils ) zlib? ( sys-libs/zlib:= ) REQUIRED_USE=corefonts? ( truetype ) svg? ( xml ) test? ( corefonts ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0/6.9.12-58 SRC_URI=mirror://imagemagick/ImageMagick-6.9.12-89.tar.xz _eclasses_=flag-o-matic c816c598969cbaf38cc02d2496ad2e98 libtool 9d3a9a889a6fa62ae794f817c156491b multilib c19072c3cd7ac5cb21de013f7e9832e0 perl-functions c3fca037246e877693badea0df3b0ef8 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=4f2182ac32292f686f03f1e54274fcf8 +_md5_=743af7888b04cf6a275487ecb1849e77 diff --git a/metadata/md5-cache/media-libs/Manifest.gz b/metadata/md5-cache/media-libs/Manifest.gz index 6864b05eb02a..3238e73d5257 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/cubeb-0.2_p20231121 b/metadata/md5-cache/media-libs/cubeb-0.2_p20231121 index 4e28e80f61a4..e35b167e9716 100644 --- a/metadata/md5-cache/media-libs/cubeb-0.2_p20231121 +++ b/metadata/md5-cache/media-libs/cubeb-0.2_p20231121 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://github.com/mozilla/cubeb/ INHERIT=cmake IUSE=alsa doc jack pulseaudio sndio test -KEYWORDS=~amd64 ~arm64 ~x86 +KEYWORDS=amd64 ~arm64 ~x86 LICENSE=ISC RDEPEND=media-libs/speexdsp alsa? ( media-libs/alsa-lib ) jack? ( virtual/jack ) pulseaudio? ( media-libs/libpulse ) sndio? ( media-sound/sndio:= ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/mozilla/cubeb/archive/54217bca3f3e0cd53c073690a23dd25d83557909.tar.gz -> cubeb-0.2_p20231121.tar.gz _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=3ff45e12bc0cf47e055ba688ba88efb3 +_md5_=a08ddd298c25cdf40d5b8424c54253cc diff --git a/metadata/md5-cache/media-libs/kvazaar-2.2.0 b/metadata/md5-cache/media-libs/kvazaar-2.2.0 index f143f1f334fd..a80a956f7724 100644 --- a/metadata/md5-cache/media-libs/kvazaar-2.2.0 +++ b/metadata/md5-cache/media-libs/kvazaar-2.2.0 @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) SLOT=0/6 SRC_URI=https://github.com/ultravideo/kvazaar/archive/v2.2.0.tar.gz -> kvazaar-2.2.0.tar.gz test? ( https://github.com/silentbicycle/greatest/archive/v1.2.1.tar.gz -> greatest-1.2.1.tar.gz ) _eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=393e5e95a081f04835de8a3690d87a06 +_md5_=cedf3b3cf4c38e67ae155b2fd36bcdca diff --git a/metadata/md5-cache/media-libs/libaom-3.6.1 b/metadata/md5-cache/media-libs/libaom-3.6.1 index e47550d6a4ce..7922ce94da53 100644 --- a/metadata/md5-cache/media-libs/libaom-3.6.1 +++ b/metadata/md5-cache/media-libs/libaom-3.6.1 @@ -4,7 +4,7 @@ DESCRIPTION=Alliance for Open Media AV1 Codec SDK EAPI=8 HOMEPAGE=https://aomedia.org https://aomedia.googlesource.com/aom/ INHERIT=cmake-multilib python-any-r1 -IUSE=doc +examples test cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_arm_neon abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +IUSE=doc +examples test cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_arm_neon cpu_flags_ppc_vsx 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 LICENSE=BSD-2 REQUIRED_USE=cpu_flags_x86_sse2? ( cpu_flags_x86_mmx ) cpu_flags_x86_ssse3? ( cpu_flags_x86_sse2 ) @@ -12,4 +12,4 @@ RESTRICT=!test? ( test ) SLOT=0/3 SRC_URI=https://storage.googleapis.com/aom-releases/libaom-3.6.1.tar.gz test? ( https://dev.gentoo.org/~sam/distfiles/media-libs/libaom/libaom-3.6.1-testdata.tar.xz ) _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 cmake-multilib 37d23064f303dcf23453353ab8c77059 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=bf21f9e91ecd9987806fa1a3b17fb702 +_md5_=09b2b6f8dbecd58a39e55b88ab751934 diff --git a/metadata/md5-cache/media-libs/libdisplay-info-0.1.1 b/metadata/md5-cache/media-libs/libdisplay-info-0.1.1 index 2f89644315c4..2f43f31c952d 100644 --- a/metadata/md5-cache/media-libs/libdisplay-info-0.1.1 +++ b/metadata/md5-cache/media-libs/libdisplay-info-0.1.1 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://gitlab.freedesktop.org/emersion/libdisplay-info INHERIT=meson python-any-r1 IUSE=test -KEYWORDS=amd64 ~arm64 ~riscv ~x86 +KEYWORDS=amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86 LICENSE=MIT RDEPEND=sys-apps/hwdata RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://gitlab.freedesktop.org/emersion/libdisplay-info/-/releases/0.1.1/downloads/libdisplay-info-0.1.1.tar.xz _eclasses_=meson 576e6bbef90e9753368f8b4ad0bd5383 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=984f7ba1f6d220c12dca46eb932b5778 +_md5_=3bc414f2f0b509869d41a60c099969be diff --git a/metadata/md5-cache/media-libs/openjpeg-2.5.0-r6 b/metadata/md5-cache/media-libs/openjpeg-2.5.0-r6 index 9835a3057a4e..d37aa70e0ffa 100644 --- a/metadata/md5-cache/media-libs/openjpeg-2.5.0-r6 +++ b/metadata/md5-cache/media-libs/openjpeg-2.5.0-r6 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://www.openjpeg.org INHERIT=cmake-multilib flag-o-matic IUSE=doc 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 -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-2 RDEPEND=media-libs/lcms:2 media-libs/libpng:0= media-libs/tiff:= sys-libs/zlib:= RESTRICT=!test? ( test ) SLOT=2/7 SRC_URI=https://github.com/uclouvain/openjpeg/archive/v2.5.0.tar.gz -> openjpeg-2.5.0.tar.gz test? ( https://github.com/uclouvain/openjpeg-data/archive/1f3d093030f9a0b43353ec6b48500f65786ff57a.tar.gz -> openjpeg-data_20210926.tar.gz ) _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 cmake-multilib 37d23064f303dcf23453353ab8c77059 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=b7640bb5277357a377e986db92f2174d +_md5_=f95aea58b2356779c242af374f55f011 diff --git a/metadata/md5-cache/media-libs/vips-8.15.0 b/metadata/md5-cache/media-libs/vips-8.15.1 similarity index 98% rename from metadata/md5-cache/media-libs/vips-8.15.0 rename to metadata/md5-cache/media-libs/vips-8.15.1 index c9fabbdb79ae..c824e506c60b 100644 --- a/metadata/md5-cache/media-libs/vips-8.15.0 +++ b/metadata/md5-cache/media-libs/vips-8.15.1 @@ -12,6 +12,6 @@ RDEPEND=dev-libs/glib:2 dev-libs/expat virtual/libintl archive? ( app-arch/libar REQUIRED_USE=fontconfig? ( pango ) graphicsmagick? ( imagemagick ) python? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) ) test? ( jpeg png webp ) vala? ( introspection ) RESTRICT=!test? ( test ) SLOT=0/42 -SRC_URI=https://github.com/libvips/libvips/releases/download/v8.15.0/vips-8.15.0.tar.xz +SRC_URI=https://github.com/libvips/libvips/releases/download/v8.15.1/vips-8.15.1.tar.xz _eclasses_=flag-o-matic c816c598969cbaf38cc02d2496ad2e98 meson 576e6bbef90e9753368f8b4ad0bd5383 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc vala e477903dbe0105930c51f170a592dc16 -_md5_=f3700848d2f278321e68dc5a0985ba96 +_md5_=8b1e6a0e6d3f922a430ac13454c1a980 diff --git a/metadata/md5-cache/media-libs/zita-resampler-1.10.1 b/metadata/md5-cache/media-libs/zita-resampler-1.10.1 index 1546b1680380..9a2ec69bf47b 100644 --- a/metadata/md5-cache/media-libs/zita-resampler-1.10.1 +++ b/metadata/md5-cache/media-libs/zita-resampler-1.10.1 @@ -5,10 +5,10 @@ EAPI=8 HOMEPAGE=http://kokkinizita.linuxaudio.org/linuxaudio/ INHERIT=flag-o-matic toolchain-funcs IUSE=cpu_flags_x86_sse2 tools -KEYWORDS=amd64 arm arm64 ~ia64 ~loong ~mips ~ppc ppc64 ~riscv sparc ~x86 +KEYWORDS=amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc ~x86 LICENSE=GPL-3+ RDEPEND=tools? ( media-libs/libsndfile ) SLOT=0/1 SRC_URI=http://kokkinizita.linuxaudio.org/linuxaudio/downloads/zita-resampler-1.10.1.tar.xz _eclasses_=flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=111b47b01c655ed262f63631edd2d957 +_md5_=d933c1ac31f742401d1f0f245060e714 diff --git a/metadata/md5-cache/media-libs/zmusic-1.1.4 b/metadata/md5-cache/media-libs/zmusic-1.1.4 index db8c4337f1d4..a39b62f413fa 100644 --- a/metadata/md5-cache/media-libs/zmusic-1.1.4 +++ b/metadata/md5-cache/media-libs/zmusic-1.1.4 @@ -6,10 +6,10 @@ EAPI=7 HOMEPAGE=https://github.com/ZDoom/ZMusic INHERIT=cmake IUSE=alsa fluidsynth mpg123 +sndfile -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~x86 LICENSE=BSD DUMB-0.9.3 GPL-3 LGPL-2.1+ LGPL-3 MIT RDEPEND=sys-libs/zlib alsa? ( media-libs/alsa-lib ) fluidsynth? ( media-sound/fluidsynth:= ) mpg123? ( media-sound/mpg123 ) sndfile? ( media-libs/libsndfile ) SLOT=0 SRC_URI=https://github.com/ZDoom/ZMusic/archive/1.1.4.tar.gz -> zmusic-1.1.4.tar.gz _eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=c750ac0241244c2d92b5220fc9c52fdd +_md5_=a335dd0100122f566ba5d65f143a0fc4 diff --git a/metadata/md5-cache/media-sound/Manifest.gz b/metadata/md5-cache/media-sound/Manifest.gz index 00e67e028e13..407259ebfbbc 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/rhythmbox-3.4.7-r3 b/metadata/md5-cache/media-sound/rhythmbox-3.4.7-r3 index 3c95107a49a8..b9f5842042eb 100644 --- a/metadata/md5-cache/media-sound/rhythmbox-3.4.7-r3 +++ b/metadata/md5-cache/media-sound/rhythmbox-3.4.7-r3 @@ -7,7 +7,7 @@ HOMEPAGE=https://wiki.gnome.org/Apps/Rhythmbox IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=gnome.org gnome2-utils python-single-r1 meson virtualx xdg IUSE=cdr daap dbus keyring gtk-doc ipod libnotify lirc mtp +python test +udev upnp-av python_single_target_python3_10 python_single_target_python3_11 test -KEYWORDS=amd64 ~arm ~arm64 ~ppc64 ~riscv +KEYWORDS=amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv LICENSE=GPL-2 RDEPEND=x11-libs/cairo >=x11-libs/gdk-pixbuf-2.18:2 >=dev-libs/glib-2.66.0:2 >=dev-libs/gobject-introspection-0.10:= >=media-libs/gstreamer-1.4.0:1.0[introspection] >=media-libs/gst-plugins-base-1.4.0:1.0[introspection] >=x11-libs/gtk+-3.20.0:3[introspection] dev-libs/json-glib >=dev-libs/libpeas-0.7.3:0[gtk] >=net-libs/libsoup-3.0.7:3.0 >=dev-libs/libxml2-2.7.8:2 x11-libs/pango >=sys-libs/tdb-1.2.6 >=dev-libs/totem-pl-parser-3.2:= cdr? ( >=app-cdr/brasero-2.91.90 ) daap? ( >=net-libs/libdmapsharing-3.9.11:4.0= >=media-plugins/gst-plugins-soup-1.4:1.0 ) keyring? ( >=app-crypt/libsecret-0.18 ) libnotify? ( >=x11-libs/libnotify-0.7.0 ) lirc? ( app-misc/lirc ) python? ( 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_10? ( >=dev-python/pygobject-3.0:3[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/pygobject-3.0:3[python_targets_python3_11(-)] ) ) udev? ( dev-libs/libgudev:= ipod? ( >=media-libs/libgpod-0.7.92[udev] ) mtp? ( >=media-libs/libmtp-0.3 ) ) media-plugins/gst-plugins-soup:1.0 || ( media-plugins/gst-plugins-cdparanoia:1.0 media-plugins/gst-plugins-cdio:1.0 ) media-plugins/gst-plugins-meta:1.0 media-plugins/gst-plugins-taglib:1.0 x11-themes/adwaita-icon-theme python? ( >=dev-libs/libpeas-0.7.3:0[python,python_single_target_python3_10(-)?,python_single_target_python3_11(-)?] net-libs/libsoup:3.0[introspection] x11-libs/gdk-pixbuf:2[introspection] x11-libs/gtk+:3[introspection] x11-libs/pango[introspection] dbus? ( sys-apps/dbus ) keyring? ( >=app-crypt/libsecret-0.18[introspection] ) ) upnp-av? ( >=media-libs/grilo-0.3.15-r1:0.3 >=media-plugins/grilo-plugins-0.3.16:0.3[upnp-av] ) REQUIRED_USE=ipod? ( udev ) mtp? ( udev ) dbus? ( python ) python? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 ) ) @@ -15,4 +15,4 @@ RESTRICT=!test? ( test ) !test? ( test ) SLOT=0 SRC_URI=mirror://gnome/sources/rhythmbox/3.4/rhythmbox-3.4.7.tar.xz _eclasses_=gnome.org 6b39404f1491c60a2d32e3c693a683fe gnome2-utils b0183db3b2e07b18f3b77bffec72e116 meson 576e6bbef90e9753368f8b4ad0bd5383 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=9aabe218b2a3d7b5dadea1ab54231ec0 +_md5_=fa4d37dcdaa48cbafb16823bf130e32f diff --git a/metadata/md5-cache/media-video/Manifest.gz b/metadata/md5-cache/media-video/Manifest.gz index 5b7a016590e0..22e3ac8cc08f 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/ffmpeg-4.4.4-r8 b/metadata/md5-cache/media-video/ffmpeg-4.4.4-r8 index e441aae739ca..cb65ee69da0b 100644 --- a/metadata/md5-cache/media-video/ffmpeg-4.4.4-r8 +++ b/metadata/md5-cache/media-video/ffmpeg-4.4.4-r8 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://ffmpeg.org/ INHERIT=flag-o-matic multilib multilib-minimal toolchain-funcs verify-sig IUSE=alsa chromium doc +encode oss pic sndio static-libs test v4l +bzip2 cpudetection debug gcrypt +gnutls gmp +gpl hardcoded-tables +iconv libxml2 lzma +network opencl openssl +postproc samba sdl sdl vaapi vdpau vulkan X X X X +zlib cdio iec61883 ieee1394 libcaca openal opengl libv4l pulseaudio libdrm jack amr amr codec2 +dav1d fdk jpeg2k bluray gme gsm libaribb24 mmal modplug opus qsv libilbc librtmp ssh speex srt svg nvenc vorbis vpx zvbi appkit bs2b chromaprint cuda flite frei0r fribidi fontconfig glslang ladspa libass libtesseract lv2 truetype vidstab vmaf rubberband zeromq zimg libsoxr +threads amf amrenc kvazaar libaom mp3 openh264 rav1e snappy svt-av1 theora twolame webp x264 x265 xvid cpu_flags_arm_thumb cpu_flags_arm_v6 cpu_flags_arm_thumb2 cpu_flags_arm_neon cpu_flags_arm_vfp cpu_flags_arm_vfpv3 cpu_flags_arm_v8 mipsdspr1 mipsdspr2 mipsfpu cpu_flags_ppc_altivec cpu_flags_ppc_vsx cpu_flags_ppc_vsx2 cpu_flags_x86_3dnow cpu_flags_x86_3dnowext cpu_flags_x86_aes cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_fma3 cpu_flags_x86_fma4 cpu_flags_x86_mmx cpu_flags_x86_mmxext cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_xop +fftools_aviocat +fftools_cws2fws +fftools_ffescape +fftools_ffeval +fftools_ffhash +fftools_fourcc2pixfmt +fftools_graph2dot +fftools_ismindex +fftools_pktdumper +fftools_qt-faststart +fftools_sidxindex +fftools_trasher 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 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-macos LICENSE=!gpl? ( LGPL-2.1 ) gpl? ( GPL-2 ) amr? ( gpl? ( GPL-3 ) !gpl? ( LGPL-3 ) ) gmp? ( gpl? ( GPL-3 ) !gpl? ( LGPL-3 ) ) libaribb24? ( gpl? ( GPL-3 ) !gpl? ( LGPL-3 ) ) encode? ( amrenc? ( gpl? ( GPL-3 ) !gpl? ( LGPL-3 ) ) ) samba? ( GPL-3 ) RDEPEND=alsa? ( >=media-libs/alsa-lib-1.0.27.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(-)?] ) amf? ( media-video/amdgpu-pro-amf:= ) amr? ( >=media-libs/opencore-amr-0.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(-)?] ) bluray? ( >=media-libs/libbluray-0.3.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(-)?] ) bs2b? ( >=media-libs/libbs2b-3.1.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(-)?] ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) cdio? ( >=dev-libs/libcdio-paranoia-0.90_p1-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(-)?] ) chromaprint? ( >=media-libs/chromaprint-1.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(-)?] ) codec2? ( media-libs/codec2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) dav1d? ( >=media-libs/dav1d-0.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(-)?] ) encode? ( amrenc? ( >=media-libs/vo-amrwbenc-0.1.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(-)?] ) kvazaar? ( >=media-libs/kvazaar-1.2.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(-)?] ) mp3? ( >=media-sound/lame-3.99.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(-)?] ) openh264? ( >=media-libs/openh264-1.4.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(-)?] ) rav1e? ( >=media-video/rav1e-0.4:=[capi] ) snappy? ( >=app-arch/snappy-1.1.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(-)?] ) theora? ( >=media-libs/libogg-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(-)?] >=media-libs/libtheora-1.1.1[encode,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) twolame? ( >=media-sound/twolame-0.3.13-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(-)?] ) x264? ( >=media-libs/x264-0.0.20130506:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) x265? ( >=media-libs/x265-1.6:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xvid? ( >=media-libs/xvid-1.3.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(-)?] ) ) fdk? ( >=media-libs/fdk-aac-0.1.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(-)?] ) flite? ( >=app-accessibility/flite-1.4-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) fontconfig? ( >=media-libs/fontconfig-2.10.92[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) frei0r? ( media-plugins/frei0r-plugins[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) fribidi? ( >=dev-libs/fribidi-0.19.6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gcrypt? ( >=dev-libs/libgcrypt-1.6: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(-)?] ) glslang? ( dev-util/glslang:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gme? ( >=media-libs/game-music-emu-0.6.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(-)?] ) gmp? ( >=dev-libs/gmp-6: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(-)?] ) gsm? ( >=media-sound/gsm-1.0.13-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(-)?] ) iconv? ( >=virtual/libiconv-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(-)?] ) iec61883? ( >=media-libs/libiec61883-1.2.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(-)?] >=sys-libs/libraw1394-2.1.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(-)?] >=sys-libs/libavc1394-0.5.4-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(-)?] ) ieee1394? ( >=media-libs/libdc1394-2.2.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(-)?] >=sys-libs/libraw1394-2.1.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(-)?] ) jack? ( virtual/jack[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) jpeg2k? ( >=media-libs/openjpeg-2: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(-)?] ) libaom? ( >=media-libs/libaom-1.0.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(-)?] ) libaribb24? ( >=media-libs/aribb24-1.0.3-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libass? ( >=media-libs/libass-0.10.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(-)?] ) libcaca? ( >=media-libs/libcaca-0.99_beta18-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(-)?] ) libdrm? ( x11-libs/libdrm[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libilbc? ( >=media-libs/libilbc-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(-)?] ) librtmp? ( >=media-video/rtmpdump-2.4_p20131018[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libsoxr? ( >=media-libs/soxr-0.1.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(-)?] ) libtesseract? ( >=app-text/tesseract-4.1.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(-)?] ) libv4l? ( >=media-libs/libv4l-0.9.5[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libxml2? ( dev-libs/libxml2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lv2? ( media-libs/lv2[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/lilv[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(-)?] ) mmal? ( media-libs/raspberrypi-userland ) modplug? ( >=media-libs/libmodplug-0.8.8.4-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(-)?] ) openal? ( >=media-libs/openal-1.15.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(-)?] ) opencl? ( virtual/opencl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opengl? ( >=virtual/opengl-7.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(-)?] ) opus? ( >=media-libs/opus-1.0.2-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pulseaudio? ( >=media-sound/pulseaudio-2.1-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(-)?] ) qsv? ( media-libs/intel-mediasdk[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) rubberband? ( >=media-libs/rubberband-1.8.1-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(-)?] ) samba? ( >=net-fs/samba-3.6.23-r1[client,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) sdl? ( media-libs/libsdl2[sound,video,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) sndio? ( media-sound/sndio:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) speex? ( >=media-libs/speex-1.2_rc1-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(-)?] ) srt? ( >=net-libs/srt-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(-)?] ) ssh? ( >=net-libs/libssh-0.5.5:=[sftp,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) svg? ( gnome-base/librsvg: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/cairo[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) nvenc? ( <media-libs/nv-codec-headers-12 ) svt-av1? ( >=media-libs/svt-av1-0.8.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(-)?] ) truetype? ( >=media-libs/freetype-2.5.0.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(-)?] ) vaapi? ( >=media-libs/libva-1.2.1-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(-)?] ) vdpau? ( >=x11-libs/libvdpau-0.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(-)?] ) vidstab? ( >=media-libs/vidstab-1.1.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(-)?] ) vmaf? ( media-libs/libvmaf[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vorbis? ( >=media-libs/libvorbis-1.3.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(-)?] >=media-libs/libogg-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(-)?] ) vpx? ( >=media-libs/libvpx-1.4.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(-)?] ) vulkan? ( >=media-libs/vulkan-loader-1.1.97:=[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/libXv-1.0.10[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-1.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(-)?] ) zeromq? ( >=net-libs/zeromq-4.1.6 ) zimg? ( >=media-libs/zimg-2.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(-)?] ) zlib? ( >=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(-)?] ) zvbi? ( >=media-libs/zvbi-0.2.35[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) openssl? ( >=dev-libs/openssl-1.0.1h-r2: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(-)?] ) !openssl? ( gnutls? ( >=net-libs/gnutls-2.12.23-r6:=[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=cuda? ( nvenc ) fftools_cws2fws? ( zlib ) glslang? ( vulkan ) libv4l? ( v4l ) test? ( encode ) postproc? ( gpl ) frei0r? ( gpl ) cdio? ( gpl ) rubberband? ( gpl ) vidstab? ( gpl ) samba? ( gpl ) encode? ( x264? ( gpl ) x265? ( gpl ) xvid? ( gpl ) ) arm64? ( cpu_flags_arm_v8 ) cpu_flags_arm_v8? ( cpu_flags_arm_vfpv3 cpu_flags_arm_neon ) cpu_flags_arm_neon? ( cpu_flags_arm_vfp arm? ( cpu_flags_arm_thumb2 ) ) cpu_flags_arm_vfpv3? ( cpu_flags_arm_vfp ) cpu_flags_arm_thumb2? ( cpu_flags_arm_v6 ) cpu_flags_arm_v6? ( arm? ( cpu_flags_arm_thumb ) ) cpu_flags_ppc_vsx? ( cpu_flags_ppc_altivec ) cpu_flags_ppc_vsx2? ( cpu_flags_ppc_vsx ) cpu_flags_x86_avx2? ( cpu_flags_x86_avx ) cpu_flags_x86_fma4? ( cpu_flags_x86_avx ) cpu_flags_x86_fma3? ( cpu_flags_x86_avx ) cpu_flags_x86_xop? ( cpu_flags_x86_avx ) cpu_flags_x86_avx? ( cpu_flags_x86_sse4_2 ) cpu_flags_x86_aes? ( cpu_flags_x86_sse4_2 ) cpu_flags_x86_sse4_2? ( cpu_flags_x86_sse4_1 ) cpu_flags_x86_sse4_1? ( cpu_flags_x86_ssse3 ) cpu_flags_x86_ssse3? ( cpu_flags_x86_sse3 ) cpu_flags_x86_sse3? ( cpu_flags_x86_sse2 ) cpu_flags_x86_sse2? ( cpu_flags_x86_sse ) cpu_flags_x86_sse? ( cpu_flags_x86_mmxext ) cpu_flags_x86_mmxext? ( cpu_flags_x86_mmx ) cpu_flags_x86_3dnowext? ( cpu_flags_x86_3dnow ) cpu_flags_x86_3dnow? ( cpu_flags_x86_mmx ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) gpl? ( openssl? ( bindist ) fdk? ( bindist ) ) SLOT=0/56.58.58 SRC_URI=https://ffmpeg.org/releases/ffmpeg-4.4.4.tar.xz verify-sig? ( https://ffmpeg.org/releases/ffmpeg-4.4.4.tar.xz.asc ) _eclasses_=flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 -_md5_=8cb50b6fa2254ebc25db6dd7752adee3 +_md5_=511c49949bad71785f6d6ec7d67e095a diff --git a/metadata/md5-cache/media-video/xine-ui-0.99.13-r1 b/metadata/md5-cache/media-video/xine-ui-0.99.13-r1 new file mode 100644 index 000000000000..02aa59d3fcac --- /dev/null +++ b/metadata/md5-cache/media-video/xine-ui-0.99.13-r1 @@ -0,0 +1,16 @@ +BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71-r5 >=sys-devel/libtool-2.4.7 +DEFINED_PHASES=configure install postinst postrm preinst prepare +DEPEND=|| ( app-arch/tar app-arch/libarchive ) media-libs/libpng:0= >=media-libs/xine-lib-1.2:=[aalib?,libcaca?] media-libs/libjpeg-turbo:= aalib? ( media-libs/aalib:= ) curl? ( >=net-misc/curl-7.10.2:= ) libcaca? ( media-libs/libcaca:= ) lirc? ( app-misc/lirc:= ) nls? ( virtual/libintl ) readline? ( >=sys-libs/readline-6.2:= ) X? ( x11-libs/libICE:= x11-libs/libSM:= x11-libs/libX11:= x11-libs/libXext:= x11-libs/libXft:= x11-libs/libXrender:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= x11-libs/libXv:= x11-libs/libXxf86vm:= xinerama? ( x11-libs/libXinerama:= ) ) virtual/pkgconfig nls? ( >=sys-devel/gettext-0.18.3 ) X? ( x11-base/xorg-proto x11-libs/libXt ) +DESCRIPTION=Xine movie player +EAPI=8 +HOMEPAGE=https://xine-project.org/home +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=autotools xdg +IUSE=aalib curl debug libcaca lirc nls readline vdr X xinerama +KEYWORDS=~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86 +LICENSE=GPL-2 +RDEPEND=|| ( app-arch/tar app-arch/libarchive ) media-libs/libpng:0= >=media-libs/xine-lib-1.2:=[aalib?,libcaca?] media-libs/libjpeg-turbo:= aalib? ( media-libs/aalib:= ) curl? ( >=net-misc/curl-7.10.2:= ) libcaca? ( media-libs/libcaca:= ) lirc? ( app-misc/lirc:= ) nls? ( virtual/libintl ) readline? ( >=sys-libs/readline-6.2:= ) X? ( x11-libs/libICE:= x11-libs/libSM:= x11-libs/libX11:= x11-libs/libXext:= x11-libs/libXft:= x11-libs/libXrender:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= x11-libs/libXv:= x11-libs/libXxf86vm:= xinerama? ( x11-libs/libXinerama:= ) ) +SLOT=0 +SRC_URI=mirror://sourceforge/xine/xine-ui-0.99.13.tar.xz +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=7dcd448dbf1c4ded0cfc03b02492f053 diff --git a/metadata/md5-cache/net-dialup/Manifest.gz b/metadata/md5-cache/net-dialup/Manifest.gz index d712de2172d2..ae17711c371e 100644 Binary files a/metadata/md5-cache/net-dialup/Manifest.gz and b/metadata/md5-cache/net-dialup/Manifest.gz differ diff --git a/metadata/md5-cache/net-dialup/freeradius-3.2.3 b/metadata/md5-cache/net-dialup/freeradius-3.2.3 new file mode 100644 index 000000000000..546d8fa0db11 --- /dev/null +++ b/metadata/md5-cache/net-dialup/freeradius-3.2.3 @@ -0,0 +1,17 @@ +BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71-r5 >=sys-devel/libtool-2.4.7 virtual/pkgconfig +DEFINED_PHASES=compile config configure install preinst prepare setup +DEPEND=acct-group/radius acct-user/radius !net-dialup/cistronradius dev-libs/libltdl dev-libs/libpcre dev-libs/json-c:= dev-lang/perl:= net-libs/libpcap net-misc/curl sys-libs/gdbm:= sys-libs/libcap sys-libs/talloc virtual/libcrypt:= firebird? ( dev-db/firebird ) iodbc? ( dev-db/libiodbc ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap:= ) memcached? ( dev-libs/libmemcached ) mysql? ( dev-db/mysql-connector-c:= ) mongodb? ( >=dev-libs/mongo-c-driver-1.13.0-r1 ) odbc? ( dev-db/unixODBC ) oracle? ( dev-db/oracle-instantclient[sdk] ) pam? ( sys-libs/pam ) postgres? ( dev-db/postgresql:= ) python? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) ) readline? ( sys-libs/readline:= ) redis? ( dev-libs/hiredis:= ) samba? ( net-fs/samba ) sqlite? ( dev-db/sqlite:3 ) ssl? ( >=dev-libs/openssl-1.0.2:=[-bindist(-)] ) systemd? ( sys-apps/systemd:= ) +DESCRIPTION=Highly configurable free RADIUS server +EAPI=8 +HOMEPAGE=https://freeradius.org/ +INHERIT=autotools pam python-single-r1 systemd +IUSE=debug firebird iodbc kerberos ldap memcached mysql mongodb odbc oracle pam postgres python readline redis samba selinux sqlite ssl systemd python_single_target_python3_10 python_single_target_python3_11 +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=acct-group/radius acct-user/radius !net-dialup/cistronradius dev-libs/libltdl dev-libs/libpcre dev-libs/json-c:= dev-lang/perl:= net-libs/libpcap net-misc/curl sys-libs/gdbm:= sys-libs/libcap sys-libs/talloc virtual/libcrypt:= firebird? ( dev-db/firebird ) iodbc? ( dev-db/libiodbc ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap:= ) memcached? ( dev-libs/libmemcached ) mysql? ( dev-db/mysql-connector-c:= ) mongodb? ( >=dev-libs/mongo-c-driver-1.13.0-r1 ) odbc? ( dev-db/unixODBC ) oracle? ( dev-db/oracle-instantclient[sdk] ) pam? ( sys-libs/pam ) postgres? ( dev-db/postgresql:= ) python? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) ) readline? ( sys-libs/readline:= ) redis? ( dev-libs/hiredis:= ) samba? ( net-fs/samba ) sqlite? ( dev-db/sqlite:3 ) ssl? ( >=dev-libs/openssl-1.0.2:=[-bindist(-)] ) systemd? ( sys-apps/systemd:= ) selinux? ( sec-policy/selinux-radius ) +REQUIRED_USE=python? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 ) ) +RESTRICT=firebird? ( bindist ) +SLOT=0 +SRC_URI=https://github.com/FreeRADIUS/freeradius-server/releases/download/release_3_2_3/freeradius-server-3.2.3.tar.bz2 +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe pam b56d0c9c20fc5b553f13c8ae165a10a5 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 474cb53a7d1b62721a91809a1d702661 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=3cfc28da04df7ffc4709f2c9f3e288bf diff --git a/metadata/md5-cache/net-dialup/lrzsz-0.12.20-r8 b/metadata/md5-cache/net-dialup/lrzsz-0.12.20-r8 new file mode 100644 index 000000000000..e77669a5a597 --- /dev/null +++ b/metadata/md5-cache/net-dialup/lrzsz-0.12.20-r8 @@ -0,0 +1,14 @@ +BDEPEND=nls? ( sys-devel/gettext ) sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71-r5 >=sys-devel/libtool-2.4.7 +DEFINED_PHASES=configure install prepare test +DEPEND=nls? ( virtual/libintl ) +DESCRIPTION=Communication package providing the X, Y, and ZMODEM file transfer protocols +EAPI=8 +HOMEPAGE=https://www.ohse.de/uwe/software/lrzsz.html +INHERIT=autotools toolchain-funcs +IUSE=nls +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-2 +SLOT=0 +SRC_URI=https://www.ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz https://dev.gentoo.org/~ceamac/net-dialup/lrzsz/lrzsz-m4-0.12.20.tar.bz2 +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=4286a6d0f3ec73b01bdcdcc97eba811e diff --git a/metadata/md5-cache/net-fs/Manifest.gz b/metadata/md5-cache/net-fs/Manifest.gz index 991868839965..f1acd993acf0 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/autofs-5.1.9-r1 b/metadata/md5-cache/net-fs/autofs-5.1.9-r1 new file mode 100644 index 000000000000..18beeb5af89d --- /dev/null +++ b/metadata/md5-cache/net-fs/autofs-5.1.9-r1 @@ -0,0 +1,15 @@ +BDEPEND=sys-devel/flex virtual/pkgconfig app-alternatives/yacc virtual/pkgconfig +DEFINED_PHASES=compile configure install postinst prepare setup +DEPEND=net-libs/libnsl:= >=sys-apps/util-linux-2.20 dmalloc? ( dev-libs/dmalloc[threads] ) ldap? ( >=net-nds/openldap-2.0:= sasl? ( dev-libs/cyrus-sasl dev-libs/libxml2 virtual/krb5 ) ) systemd? ( sys-apps/systemd ) libtirpc? ( net-libs/libtirpc:= ) !libtirpc? ( elibc_glibc? ( sys-libs/glibc[rpc(-)] ) ) libtirpc? ( net-libs/rpcsvc-proto ) +DESCRIPTION=Kernel based automounter +EAPI=8 +HOMEPAGE=https://web.archive.org/web/*/http://www.linux-consulting.com/Amd_AutoFS/autofs.html https://git.kernel.org/pub/scm/linux/storage/autofs/autofs.git +INHERIT=linux-info systemd toolchain-funcs +IUSE=dmalloc ldap +libtirpc mount-locking sasl selinux systemd +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=net-libs/libnsl:= >=sys-apps/util-linux-2.20 dmalloc? ( dev-libs/dmalloc[threads] ) ldap? ( >=net-nds/openldap-2.0:= sasl? ( dev-libs/cyrus-sasl dev-libs/libxml2 virtual/krb5 ) ) systemd? ( sys-apps/systemd ) libtirpc? ( net-libs/libtirpc:= ) !libtirpc? ( elibc_glibc? ( sys-libs/glibc[rpc(-)] ) ) selinux? ( sec-policy/selinux-automount ) +SLOT=0 +SRC_URI=https://www.kernel.org/pub/linux/daemons/autofs/v5/autofs-5.1.9.tar.xz +_eclasses_=linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=02db83559e76a62f9f3d2b04293c316b diff --git a/metadata/md5-cache/net-libs/Manifest.gz b/metadata/md5-cache/net-libs/Manifest.gz index 8c512209d1f6..73dd52ce7419 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/libssh-0.10.6 b/metadata/md5-cache/net-libs/libssh-0.10.6 new file mode 100644 index 000000000000..abc77b669bba --- /dev/null +++ b/metadata/md5-cache/net-libs/libssh-0.10.6 @@ -0,0 +1,17 @@ +BDEPEND=doc? ( app-doc/doxygen[dot] ) app-alternatives/ninja >=dev-util/cmake-3.20.5 +DEFINED_PHASES=compile configure install prepare test +DEPEND=!gcrypt? ( !mbedtls? ( >=dev-libs/openssl-1.0.1h-r2: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(-)?] ) ) gcrypt? ( >=dev-libs/libgcrypt-1.5.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(-)?] ) gssapi? ( >=virtual/krb5-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(-)?] ) mbedtls? ( net-libs/mbedtls:=[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-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(-)?] ) test? ( >=dev-util/cmocka-0.3.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(-)?] elibc_musl? ( sys-libs/argp-standalone ) ) +DESCRIPTION=Access a working SSH implementation by means of a library +EAPI=8 +HOMEPAGE=https://www.libssh.org/ +INHERIT=cmake-multilib +IUSE=debug doc examples gcrypt gssapi mbedtls pcap server +sftp 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 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux +LICENSE=LGPL-2.1 +RDEPEND=!gcrypt? ( !mbedtls? ( >=dev-libs/openssl-1.0.1h-r2: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(-)?] ) ) gcrypt? ( >=dev-libs/libgcrypt-1.5.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(-)?] ) gssapi? ( >=virtual/krb5-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(-)?] ) mbedtls? ( net-libs/mbedtls:=[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-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(-)?] ) +REQUIRED_USE=?? ( gcrypt mbedtls ) +RESTRICT=!test? ( test ) +SLOT=0/4 +SRC_URI=https://www.libssh.org/files/0.10/libssh-0.10.6.tar.xz +_eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 cmake-multilib 37d23064f303dcf23453353ab8c77059 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=aae2eafc2751efcb5e4e07ed51ab613b diff --git a/metadata/md5-cache/net-libs/zeromq-4.3.5-r1 b/metadata/md5-cache/net-libs/zeromq-4.3.5-r1 index 19d9eb3687c4..161c1d7d7291 100644 --- a/metadata/md5-cache/net-libs/zeromq-4.3.5-r1 +++ b/metadata/md5-cache/net-libs/zeromq-4.3.5-r1 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://zeromq.org/ INHERIT=autotools IUSE=doc drafts +libbsd +sodium static-libs test unwind -KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos +KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos LICENSE=MPL-2.0 RDEPEND=!elibc_Darwin? ( unwind? ( sys-libs/libunwind ) ) libbsd? ( dev-libs/libbsd:= ) sodium? ( dev-libs/libsodium:= ) RESTRICT=!test? ( test ) SLOT=0/5 SRC_URI=https://github.com/zeromq/libzmq/releases/download/v4.3.5/zeromq-4.3.5.tar.gz _eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=20632649a1d83ecc885110ab77f7ab33 +_md5_=40e29b028ab854abd0cee9fda48ad377 diff --git a/metadata/md5-cache/net-misc/Manifest.gz b/metadata/md5-cache/net-misc/Manifest.gz index 12d0b65872cf..9ea9c0e2442a 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/netifrc-0.7.7 b/metadata/md5-cache/net-misc/netifrc-0.7.7 index 0e484da9e6b5..468bf42e3be3 100644 --- a/metadata/md5-cache/net-misc/netifrc-0.7.7 +++ b/metadata/md5-cache/net-misc/netifrc-0.7.7 @@ -5,10 +5,10 @@ EAPI=8 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Netifrc INHERIT=systemd udev IUSE=+dhcp -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-2 GPL-2 RDEPEND=sys-apps/gentoo-functions >=sys-apps/openrc-0.15 dhcp? ( || ( net-misc/dhcpcd net-misc/dhcp[client] sys-apps/busybox ) ) SLOT=0 SRC_URI=https://gitweb.gentoo.org/proj/netifrc.git/snapshot/netifrc-0.7.7.tar.bz2 _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc udev eec0bbab06977f1cfc5597269c1fa152 -_md5_=fdce4b31f76a18ebcbd240003e9d5f7c +_md5_=0c0b8fc5886f3b53a31ea9f8eb68c011 diff --git a/metadata/md5-cache/net-misc/openssh-9.6_p1 b/metadata/md5-cache/net-misc/openssh-9.6_p1 new file mode 100644 index 000000000000..715cf0e50b2c --- /dev/null +++ b/metadata/md5-cache/net-misc/openssh-9.6_p1 @@ -0,0 +1,17 @@ +BDEPEND=sys-devel/autoconf virtual/pkgconfig || ( >=sys-devel/gcc-config-2.6 >=sys-devel/clang-toolchain-symlinks-14-r1:14 >=sys-devel/clang-toolchain-symlinks-15-r1:15 >=sys-devel/clang-toolchain-symlinks-16-r1:* ) verify-sig? ( sec-keys/openpgp-keys-openssh ) sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71-r5 >=sys-devel/libtool-2.4.7 virtual/pkgconfig verify-sig? ( app-crypt/gnupg >=app-portage/gemato-16 ) +DEFINED_PHASES=configure install postinst preinst prepare pretend test unpack +DEPEND=acct-group/sshd acct-user/sshd !static? ( audit? ( sys-process/audit ) ldns? ( net-libs/ldns net-libs/ldns[ecdsa(+),ssl(+)] ) libedit? ( dev-libs/libedit:= ) security-key? ( >=dev-libs/libfido2-1.5.0:= ) selinux? ( >=sys-libs/libselinux-1.28 ) ssl? ( >=dev-libs/openssl-1.1.1l-r1:0= ) virtual/libcrypt:= >=sys-libs/zlib-1.2.3:= ) pam? ( sys-libs/pam ) kerberos? ( virtual/krb5 ) virtual/os-headers kernel_linux? ( !prefix-guest? ( >=sys-kernel/linux-headers-5.1 ) ) static? ( audit? ( sys-process/audit[static-libs(+)] ) ldns? ( net-libs/ldns[static-libs(+)] net-libs/ldns[ecdsa(+),ssl(+)] ) libedit? ( dev-libs/libedit:=[static-libs(+)] ) security-key? ( >=dev-libs/libfido2-1.5.0:=[static-libs(+)] ) selinux? ( >=sys-libs/libselinux-1.28[static-libs(+)] ) ssl? ( >=dev-libs/openssl-1.1.1l-r1:0=[static-libs(+)] ) virtual/libcrypt:=[static-libs(+)] >=sys-libs/zlib-1.2.3:=[static-libs(+)] ) +DESCRIPTION=Port of OpenBSD's free SSH release +EAPI=8 +HOMEPAGE=https://www.openssh.com/ +INHERIT=user-info flag-o-matic autotools pam systemd toolchain-funcs verify-sig +IUSE=abi_mips_n32 audit debug kerberos ldns libedit livecd pam +pie security-key selinux +ssl static test X xmss 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=BSD GPL-2 +RDEPEND=acct-group/sshd acct-user/sshd !static? ( audit? ( sys-process/audit ) ldns? ( net-libs/ldns net-libs/ldns[ecdsa(+),ssl(+)] ) libedit? ( dev-libs/libedit:= ) security-key? ( >=dev-libs/libfido2-1.5.0:= ) selinux? ( >=sys-libs/libselinux-1.28 ) ssl? ( >=dev-libs/openssl-1.1.1l-r1:0= ) virtual/libcrypt:= >=sys-libs/zlib-1.2.3:= ) pam? ( sys-libs/pam ) kerberos? ( virtual/krb5 ) !net-misc/openssh-contrib pam? ( >=sys-auth/pambase-20081028 ) !prefix? ( sys-apps/shadow ) X? ( x11-apps/xauth ) +REQUIRED_USE=ldns? ( ssl ) pie? ( !static ) static? ( !kerberos !pam ) xmss? ( ssl ) test? ( ssl ) test? ( !xmss ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://openbsd/OpenSSH/portable/openssh-9.6p1.tar.gz verify-sig? ( mirror://openbsd/OpenSSH/portable/openssh-9.6p1.tar.gz.asc ) +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b multilib c19072c3cd7ac5cb21de013f7e9832e0 pam b56d0c9c20fc5b553f13c8ae165a10a5 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc user-info 9951b1a0e4f026d16c33a001fd2d5cdf verify-sig 798e0173d334021f14ba78a786c37059 +_md5_=c58b7aa2ba9b4a61cfc61c8a40e71963 diff --git a/metadata/md5-cache/net-misc/teamviewer-15.34.4 b/metadata/md5-cache/net-misc/teamviewer-15.34.4 deleted file mode 100644 index 13237c79232f..000000000000 --- a/metadata/md5-cache/net-misc/teamviewer-15.34.4 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=app-arch/xz-utils[extra-filters] virtual/pkgconfig -DEFINED_PHASES=install postinst postrm preinst prepare -DESCRIPTION=All-In-One Solution for Remote Access and Support over the Internet -EAPI=8 -HOMEPAGE=https://www.teamviewer.com -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=desktop optfeature systemd xdg -KEYWORDS=~amd64 ~arm ~arm64 ~x86 -LICENSE=TeamViewer MIT -RDEPEND=dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/fontconfig media-libs/freetype media-libs/libglvnd[X] sys-apps/dbus sys-apps/util-linux sys-libs/glibc sys-libs/zlib:0/1[minizip] x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXScrnSaver 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 -RESTRICT=bindist mirror -SLOT=0 -SRC_URI=amd64? ( https://dl.tvcdn.de/download/linux/version_15x/teamviewer_15.34.4_amd64.tar.xz ) arm? ( https://dl.tvcdn.de/download/linux/version_15x/teamviewer_15.34.4_armhf.tar.xz ) arm64? ( https://dl.tvcdn.de/download/linux/version_15x/teamviewer_15.34.4_arm64.tar.xz ) x86? ( https://dl.tvcdn.de/download/linux/version_15x/teamviewer_15.34.4_i386.tar.xz ) -_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d multilib c19072c3cd7ac5cb21de013f7e9832e0 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=c4db7c963a86bec2a10d6bc8c3d8672f diff --git a/metadata/md5-cache/net-misc/teamviewer-15.42.4 b/metadata/md5-cache/net-misc/teamviewer-15.48.4 similarity index 85% rename from metadata/md5-cache/net-misc/teamviewer-15.42.4 rename to metadata/md5-cache/net-misc/teamviewer-15.48.4 index 4dba07385649..cef228f1d9c5 100644 --- a/metadata/md5-cache/net-misc/teamviewer-15.42.4 +++ b/metadata/md5-cache/net-misc/teamviewer-15.48.4 @@ -10,6 +10,6 @@ LICENSE=TeamViewer MIT RDEPEND=dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/fontconfig media-libs/freetype media-libs/libglvnd[X] sys-apps/dbus sys-apps/util-linux sys-libs/glibc sys-libs/zlib:0/1[minizip] x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXScrnSaver 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 RESTRICT=bindist mirror strip SLOT=0 -SRC_URI=amd64? ( https://dl.tvcdn.de/download/linux/version_15x/teamviewer_15.42.4_amd64.tar.xz ) arm? ( https://dl.tvcdn.de/download/linux/version_15x/teamviewer_15.42.4_armhf.tar.xz ) arm64? ( https://dl.tvcdn.de/download/linux/version_15x/teamviewer_15.42.4_arm64.tar.xz ) x86? ( https://dl.tvcdn.de/download/linux/version_15x/teamviewer_15.42.4_i386.tar.xz ) +SRC_URI=amd64? ( https://dl.tvcdn.de/download/linux/version_15x/teamviewer_15.48.4_amd64.tar.xz ) arm? ( https://dl.tvcdn.de/download/linux/version_15x/teamviewer_15.48.4_armhf.tar.xz ) arm64? ( https://dl.tvcdn.de/download/linux/version_15x/teamviewer_15.48.4_arm64.tar.xz ) x86? ( https://dl.tvcdn.de/download/linux/version_15x/teamviewer_15.48.4_i386.tar.xz ) _eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d multilib c19072c3cd7ac5cb21de013f7e9832e0 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 _md5_=3c493be92ac06fa16276822174f68449 diff --git a/metadata/md5-cache/net-p2p/Manifest.gz b/metadata/md5-cache/net-p2p/Manifest.gz index bc58fa6fb63e..ab4749128044 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/amule-2.3.3-r2 b/metadata/md5-cache/net-p2p/amule-2.3.3-r2 new file mode 100644 index 000000000000..3420951ffbd4 --- /dev/null +++ b/metadata/md5-cache/net-p2p/amule-2.3.3-r2 @@ -0,0 +1,15 @@ +BDEPEND=virtual/pkgconfig >=sys-devel/boost-m4-0.4_p20221019 nls? ( sys-devel/gettext ) sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71-r5 >=sys-devel/libtool-2.4.7 +DEFINED_PHASES=configure install postinst postrm prepare setup test +DEPEND=dev-libs/boost:= dev-libs/crypto++:= sys-libs/binutils-libs:0= sys-libs/readline:0= sys-libs/zlib >=x11-libs/wxGTK-3.0.4:3.0-gtk3[X?] daemon? ( acct-user/amule ) geoip? ( dev-libs/geoip ) nls? ( virtual/libintl ) remote? ( acct-user/amule media-libs/libpng:0= ) stats? ( media-libs/gd:=[jpeg,png] ) upnp? ( net-libs/libupnp:0 ) X? ( dev-util/desktop-file-utils ) +DESCRIPTION=aMule, the all-platform eMule p2p client +EAPI=8 +HOMEPAGE=http://www.amule.org/ +INHERIT=autotools flag-o-matic wxwidgets xdg-utils +IUSE=daemon debug geoip nls remote stats upnp +X +KEYWORDS=~alpha ~amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2+ +RDEPEND=dev-libs/boost:= dev-libs/crypto++:= sys-libs/binutils-libs:0= sys-libs/readline:0= sys-libs/zlib >=x11-libs/wxGTK-3.0.4:3.0-gtk3[X?] daemon? ( acct-user/amule ) geoip? ( dev-libs/geoip ) nls? ( virtual/libintl ) remote? ( acct-user/amule media-libs/libpng:0= ) stats? ( media-libs/gd:=[jpeg,png] ) upnp? ( net-libs/libupnp:0 ) +SLOT=0 +SRC_URI=https://download.sourceforge.net/amule/aMule-2.3.3.tar.xz +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc wxwidgets 9a707a3f9f1ea7aa703b1e46552291e5 xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=385d844b6699daf3f0efd18c685f6647 diff --git a/metadata/md5-cache/net-p2p/amule-9999 b/metadata/md5-cache/net-p2p/amule-9999 index 211748631d03..89677da41e20 100644 --- a/metadata/md5-cache/net-p2p/amule-9999 +++ b/metadata/md5-cache/net-p2p/amule-9999 @@ -1,5 +1,5 @@ BDEPEND=virtual/pkgconfig >=sys-devel/boost-m4-0.4_p20221019 nls? ( sys-devel/gettext ) sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71-r5 >=sys-devel/libtool-2.4.7 >=dev-vcs/git-1.8.2.1[curl] -DEFINED_PHASES=configure install postinst postrm prepare setup unpack +DEFINED_PHASES=configure install postinst postrm prepare setup test unpack DEPEND=dev-libs/boost:= dev-libs/crypto++:= sys-libs/binutils-libs:0= sys-libs/readline:0= sys-libs/zlib >=x11-libs/wxGTK-3.0.4:3.0-gtk3[X?] daemon? ( acct-user/amule ) geoip? ( dev-libs/geoip ) nls? ( virtual/libintl ) remote? ( acct-user/amule media-libs/libpng:0= ) stats? ( media-libs/gd:=[jpeg,png] ) upnp? ( net-libs/libupnp:0 ) X? ( dev-util/desktop-file-utils ) DESCRIPTION=aMule, the all-platform eMule p2p client EAPI=8 @@ -11,4 +11,4 @@ PROPERTIES=live RDEPEND=dev-libs/boost:= dev-libs/crypto++:= sys-libs/binutils-libs:0= sys-libs/readline:0= sys-libs/zlib >=x11-libs/wxGTK-3.0.4:3.0-gtk3[X?] daemon? ( acct-user/amule ) geoip? ( dev-libs/geoip ) nls? ( virtual/libintl ) remote? ( acct-user/amule media-libs/libpng:0= ) stats? ( media-libs/gd:=[jpeg,png] ) upnp? ( net-libs/libupnp:0 ) SLOT=0 _eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde flag-o-matic c816c598969cbaf38cc02d2496ad2e98 git-r3 5133e393e8717a3a093660f990801dc1 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc wxwidgets 9a707a3f9f1ea7aa703b1e46552291e5 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=f1c705ab2b18988b7b0607e07d18b60e +_md5_=f618761afca0dfdde7e86a81a3cd24da diff --git a/metadata/md5-cache/net-print/Manifest.gz b/metadata/md5-cache/net-print/Manifest.gz index caf16d967e9f..c6407dd87e6a 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/cups-2.4.7-r2 b/metadata/md5-cache/net-print/cups-2.4.7-r2 index 346e643c3abd..232786bc29ca 100644 --- a/metadata/md5-cache/net-print/cups-2.4.7-r2 +++ b/metadata/md5-cache/net-print/cups-2.4.7-r2 @@ -7,11 +7,11 @@ HOMEPAGE=https://www.cups.org/ https://github.com/OpenPrinting/cups IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=autotools linux-info xdg multilib-minimal optfeature pam toolchain-funcs IUSE=acl dbus debug kerberos openssl pam selinux static-libs systemd test usb X xinetd 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 +KEYWORDS=~amd64 ~loong LICENSE=Apache-2.0 RDEPEND=app-text/libpaper:= sys-libs/zlib acl? ( kernel_linux? ( sys-apps/acl sys-apps/attr ) ) dbus? ( >=sys-apps/dbus-1.6.18-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(-)?] ) kerberos? ( >=virtual/krb5-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(-)?] ) pam? ( sys-libs/pam ) !pam? ( virtual/libcrypt:= ) !openssl? ( >=net-libs/gnutls-2.12.23-r6:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) openssl? ( dev-libs/openssl:=[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 ) usb? ( virtual/libusb:1 ) X? ( x11-misc/xdg-utils ) xinetd? ( sys-apps/xinetd ) zeroconf? ( >=net-dns/avahi-0.6.31-r2[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(-)?] ) acct-group/lp acct-group/lpadmin selinux? ( sec-policy/selinux-cups ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/OpenPrinting/cups/releases/download/v2.4.7/cups-2.4.7-source.tar.gz _eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pam b56d0c9c20fc5b553f13c8ae165a10a5 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=0b0d42d737e79730a2870647c8e206d2 +_md5_=765e7faa9e7b6907aaf0e3779a68fa0d diff --git a/metadata/md5-cache/net-print/cups-browsed-2.0.0 b/metadata/md5-cache/net-print/cups-browsed-2.0.0 index b2622ed18945..3ec7a56e5305 100644 --- a/metadata/md5-cache/net-print/cups-browsed-2.0.0 +++ b/metadata/md5-cache/net-print/cups-browsed-2.0.0 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://github.com/OpenPrinting/cups-browsed INHERIT=systemd IUSE=ldap test zeroconf -KEYWORDS=~amd64 +KEYWORDS=~amd64 ~loong LICENSE=Apache-2.0 RDEPEND=dev-libs/glib:2 >=net-print/cups-2 >=net-print/cups-filters-2.0.0 ldap? ( net-nds/openldap:= ) test? ( net-print/cups[zeroconf] ) zeroconf? ( net-dns/avahi[dbus] ) RESTRICT=test SLOT=0 SRC_URI=https://github.com/OpenPrinting/cups-browsed/releases/download/2.0.0/cups-browsed-2.0.0.tar.xz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=ae1be19e6508251e46e7c860d6341872 +_md5_=03c87a552efa65d304fd25d58511c695 diff --git a/metadata/md5-cache/net-print/cups-filters-2.0.0 b/metadata/md5-cache/net-print/cups-filters-2.0.0 index e294846f2b29..56a5f99733b7 100644 --- a/metadata/md5-cache/net-print/cups-filters-2.0.0 +++ b/metadata/md5-cache/net-print/cups-filters-2.0.0 @@ -5,10 +5,10 @@ DESCRIPTION=Cups filters EAPI=8 HOMEPAGE=https://wiki.linuxfoundation.org/openprinting/cups-filters IUSE=+foomatic -KEYWORDS=~amd64 +KEYWORDS=~amd64 ~loong LICENSE=Apache-2.0 RDEPEND=net-print/libcupsfilters net-print/libppd >=net-print/cups-1.7.3 RESTRICT=test SLOT=0 SRC_URI=https://github.com/OpenPrinting/cups-filters/releases/download/2.0.0/cups-filters-2.0.0.tar.xz -_md5_=3934049dc01ea26737e22f19afcca008 +_md5_=d63cf16fd9d14078ae939a624f732e98 diff --git a/metadata/md5-cache/net-print/cups-meta-1 b/metadata/md5-cache/net-print/cups-meta-1 index acd57b9b0450..a2732f82c0c1 100644 --- a/metadata/md5-cache/net-print/cups-meta-1 +++ b/metadata/md5-cache/net-print/cups-meta-1 @@ -3,8 +3,8 @@ DESCRIPTION=Metapackage for a fully configured cups printer setup EAPI=8 HOMEPAGE=https://wiki.gentoo.org/wiki/No_homepage IUSE=+browsed +foomatic pdf +postscript +poppler zeroconf -KEYWORDS=~amd64 +KEYWORDS=~amd64 ~loong LICENSE=metapackage RDEPEND=net-print/cups[zeroconf?] net-print/libppd[postscript?,poppler?] net-print/libcupsfilters[pdf?,poppler?] net-print/cups-filters[foomatic?] browsed? ( net-print/cups-browsed ) pdf? ( app-text/mupdf ) postscript? ( >=app-text/ghostscript-gpl-9.09[cups] ) SLOT=0 -_md5_=61c81c6818276dbaade2cd2d3f5a2f8a +_md5_=feac3883f508c584f6d8410f0404ac8d diff --git a/metadata/md5-cache/net-print/hplip-3.23.12 b/metadata/md5-cache/net-print/hplip-3.23.12 index 7be8307b4755..799f89d97261 100644 --- a/metadata/md5-cache/net-print/hplip-3.23.12 +++ b/metadata/md5-cache/net-print/hplip-3.23.12 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://developers.hp.com/hp-linux-imaging-and-printing INHERIT=autotools linux-info python-single-r1 readme.gentoo-r1 udev IUSE=doc fax +hpcups hpijs kde libnotify libusb0 minimal parport policykit qt5 scanner +snmp static-ppds X python_single_target_python3_10 python_single_target_python3_11 -KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 +KEYWORDS=amd64 arm ~arm64 ppc ppc64 ~x86 LICENSE=GPL-2 RDEPEND=net-print/cups sys-apps/dbus media-libs/libjpeg-turbo:0 hpijs? ( net-print/cups-filters[foomatic] ) !libusb0? ( virtual/libusb:1 ) libusb0? ( virtual/libusb:0 ) python_single_target_python3_10? ( dev-lang/python:3.10[threads(+),xml(+)] ) python_single_target_python3_11? ( dev-lang/python:3.11[threads(+),xml(+)] ) !minimal? ( scanner? ( media-gfx/sane-backends ) snmp? ( dev-libs/openssl:0= net-analyzer/net-snmp:=[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?] net-dns/avahi[dbus,python,python_single_target_python3_10(-)?,python_single_target_python3_11(-)?] ) ) app-text/ghostscript-gpl !minimal? ( python_single_target_python3_10? ( dev-python/pygobject:3[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/pygobject:3[python_targets_python3_11(-)] ) kernel_linux? ( virtual/udev ) python_single_target_python3_10? ( >=dev-python/dbus-python-1.2.0-r1[python_targets_python3_10(-)] dev-python/distro[python_targets_python3_10(-)] fax? ( dev-python/reportlab[python_targets_python3_10(-)] ) qt5? ( >=dev-python/PyQt5-5.5.1[dbus,gui,widgets,python_targets_python3_10(-)] libnotify? ( dev-python/notify2[python_targets_python3_10(-)] ) ) scanner? ( >=dev-python/reportlab-3.2[python_targets_python3_10(-)] >=dev-python/pillow-3.1.1[python_targets_python3_10(-)] X? ( || ( kde? ( kde-misc/skanlite ) media-gfx/xsane media-gfx/sane-frontends ) ) ) ) python_single_target_python3_11? ( >=dev-python/dbus-python-1.2.0-r1[python_targets_python3_11(-)] dev-python/distro[python_targets_python3_11(-)] fax? ( dev-python/reportlab[python_targets_python3_11(-)] ) qt5? ( >=dev-python/PyQt5-5.5.1[dbus,gui,widgets,python_targets_python3_11(-)] libnotify? ( dev-python/notify2[python_targets_python3_11(-)] ) ) scanner? ( >=dev-python/reportlab-3.2[python_targets_python3_11(-)] >=dev-python/pillow-3.1.1[python_targets_python3_11(-)] X? ( || ( kde? ( kde-misc/skanlite ) media-gfx/xsane media-gfx/sane-frontends ) ) ) ) ) policykit? ( sys-auth/polkit ) REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 ) SLOT=0 SRC_URI=mirror://sourceforge/project/hplip/hplip/3.23.12/hplip-3.23.12.tar.gz https://dev.gentoo.org/~billie/distfiles/hplip-3.23.12-patches-1.tar.xz _eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 474cb53a7d1b62721a91809a1d702661 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc udev eec0bbab06977f1cfc5597269c1fa152 -_md5_=71cefbb433cb8de9d57bdc51cbae81fc +_md5_=2d03e3403fe65093af867d627264a4f3 diff --git a/metadata/md5-cache/net-print/hplip-plugin-3.23.12 b/metadata/md5-cache/net-print/hplip-plugin-3.23.12 index 62abce01b30b..10e4b280828b 100644 --- a/metadata/md5-cache/net-print/hplip-plugin-3.23.12 +++ b/metadata/md5-cache/net-print/hplip-plugin-3.23.12 @@ -4,11 +4,11 @@ EAPI=8 HOMEPAGE=https://developers.hp.com/hp-linux-imaging-and-printing/plugins INHERIT=unpacker IUSE=orblite -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm ~arm64 ~x86 LICENSE=hplip-plugin RDEPEND=~net-print/hplip-3.23.12 virtual/udev orblite? ( media-gfx/sane-backends >=sys-libs/glibc-2.26 virtual/libusb:0 ) RESTRICT=mirror SLOT=0 SRC_URI=https://developers.hp.com/sites/default/files/hplip-3.23.12-plugin.run _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc unpacker aa6a4e924009232d8b78b31e932c30b5 -_md5_=63e6d5eddf56957ded3c00eb5ae1b605 +_md5_=09d373051a1881e97f5df4c6447ec13f diff --git a/metadata/md5-cache/net-print/libcupsfilters-2.0.0-r1 b/metadata/md5-cache/net-print/libcupsfilters-2.0.0-r2 similarity index 94% rename from metadata/md5-cache/net-print/libcupsfilters-2.0.0-r1 rename to metadata/md5-cache/net-print/libcupsfilters-2.0.0-r2 index 6ee8f8874661..ab58777b010f 100644 --- a/metadata/md5-cache/net-print/libcupsfilters-2.0.0-r1 +++ b/metadata/md5-cache/net-print/libcupsfilters-2.0.0-r2 @@ -5,10 +5,10 @@ DESCRIPTION=library for developing printing features, split out of cups-filters EAPI=8 HOMEPAGE=https://github.com/OpenPrinting/libcupsfilters IUSE=dbus exif jpeg pdf +poppler +postscript png test tiff -KEYWORDS=~amd64 +KEYWORDS=~amd64 ~loong LICENSE=Apache-2.0 RDEPEND=>=app-text/qpdf-8.3.0:= media-libs/fontconfig media-libs/lcms:2 >=net-print/cups-2 !<net-print/cups-filters-2.0.0 exif? ( media-libs/libexif ) dbus? ( sys-apps/dbus ) jpeg? ( media-libs/libjpeg-turbo:= ) pdf? ( app-text/mupdf ) poppler? ( >=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 -_md5_=303b4f8b81ee5cdc35a5503f86635253 +_md5_=de1bbd900ed0b7a4f10862e3e8bca1fb diff --git a/metadata/md5-cache/net-print/libppd-2.0.0 b/metadata/md5-cache/net-print/libppd-2.0.0 index aa71cfc0e12e..af758bed4dca 100644 --- a/metadata/md5-cache/net-print/libppd-2.0.0 +++ b/metadata/md5-cache/net-print/libppd-2.0.0 @@ -5,10 +5,10 @@ DESCRIPTION=Legacy library for PPD files, split out of cups-filters EAPI=8 HOMEPAGE=https://github.com/OpenPrinting/libppd IUSE=+postscript +poppler -KEYWORDS=~amd64 +KEYWORDS=~amd64 ~loong LICENSE=Apache-2.0 RDEPEND=>=net-print/cups-2 net-print/libcupsfilters !<net-print/cups-filters-2.0.0 postscript? ( >=app-text/ghostscript-gpl-9.09[cups] ) poppler? ( >=app-text/poppler-0.32[utils] ) REQUIRED_USE=|| ( postscript poppler ) SLOT=0 SRC_URI=https://github.com/OpenPrinting/libppd/releases/download/2.0.0/libppd-2.0.0.tar.xz -_md5_=9cf9d75d49459d6ff36ef3e5fd3c98d3 +_md5_=cfa831c85c5a5d9231fd2b831be7acae diff --git a/metadata/md5-cache/net-proxy/Manifest.gz b/metadata/md5-cache/net-proxy/Manifest.gz index 5cb3a8f6d425..703aff4d9701 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/privoxy-3.0.33-r1 b/metadata/md5-cache/net-proxy/privoxy-3.0.33-r1 new file mode 100644 index 000000000000..be743e799508 --- /dev/null +++ b/metadata/md5-cache/net-proxy/privoxy-3.0.33-r1 @@ -0,0 +1,16 @@ +BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71-r5 >=sys-devel/libtool-2.4.7 virtual/pkgconfig +DEFINED_PHASES=configure install postinst prepare pretend +DEPEND=acct-group/privoxy acct-user/privoxy dev-libs/libpcre brotli? ( app-arch/brotli ) ssl? ( mbedtls? ( net-libs/mbedtls:= ) openssl? ( dev-libs/openssl:= ) ) zlib? ( sys-libs/zlib:= ) +DESCRIPTION=A web proxy with advanced filtering capabilities for enhancing privacy +EAPI=8 +HOMEPAGE=https://www.privoxy.org https://sourceforge.net/projects/ijbswa/ +INHERIT=autotools systemd toolchain-funcs +IUSE=+acl brotli client-tags compression editor extended-host-patterns extended-statistics external-filters +fast-redirects +force fuzz graceful-termination +image-blocking ipv6 +jit lfs +mbedtls openssl png-images sanitize selinux ssl +stats +threads toggle tools whitelists +zlib +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2+ +RDEPEND=acct-group/privoxy acct-user/privoxy dev-libs/libpcre brotli? ( app-arch/brotli ) ssl? ( mbedtls? ( net-libs/mbedtls:= ) openssl? ( dev-libs/openssl:= ) ) zlib? ( sys-libs/zlib:= ) extended-host-patterns? ( dev-lang/perl ) selinux? ( sec-policy/selinux-privoxy ) tools? ( net-misc/curl dev-lang/perl ) +REQUIRED_USE=brotli? ( zlib ) client-tags? ( threads ) compression? ( zlib ) extended-statistics? ( threads ) fuzz? ( zlib ) ssl? ( ^^ ( mbedtls openssl ) threads ) toggle? ( editor ) +SLOT=0 +SRC_URI=mirror://sourceforge/ijbswa/privoxy-3.0.33-stable-src.tar.gz +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=68e28dba61b07a43949a1c07b3b6c3d8 diff --git a/metadata/md5-cache/net-vpn/Manifest.gz b/metadata/md5-cache/net-vpn/Manifest.gz index ba3d9eb370ec..b72def1733ef 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/net-vpn/openvpn-2.6.7 b/metadata/md5-cache/net-vpn/openvpn-2.6.7 index a322ee57e924..7072f137c95b 100644 --- a/metadata/md5-cache/net-vpn/openvpn-2.6.7 +++ b/metadata/md5-cache/net-vpn/openvpn-2.6.7 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://openvpn.net/ INHERIT=autotools systemd linux-info tmpfiles IUSE=dco down-root examples inotify iproute2 +lz4 +lzo mbedtls +openssl pam pkcs11 +plugins selinux systemd test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 LICENSE=GPL-2 RDEPEND=kernel_linux? ( iproute2? ( sys-apps/iproute2[-minimal] ) ) lz4? ( app-arch/lz4 ) lzo? ( >=dev-libs/lzo-1.07 ) mbedtls? ( net-libs/mbedtls:= ) openssl? ( >=dev-libs/openssl-1.0.2:0= ) pam? ( sys-libs/pam ) pkcs11? ( >=dev-libs/pkcs11-helper-1.11 ) systemd? ( sys-apps/systemd ) dco? ( >=net-vpn/ovpn-dco-0.2 >=dev-libs/libnl-3.2.29:= ) sys-libs/libcap-ng:= acct-group/openvpn acct-user/openvpn selinux? ( sec-policy/selinux-openvpn ) virtual/tmpfiles REQUIRED_USE=^^ ( openssl mbedtls ) pkcs11? ( !mbedtls ) !plugins? ( !pam !down-root ) inotify? ( plugins ) dco? ( !iproute2 ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://build.openvpn.net/downloads/releases/openvpn-2.6.7.tar.gz _eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=08e1f7573d7621f25b59ebd03a1684c2 +_md5_=d6800caa8002e8df7111d288772abc9d diff --git a/metadata/md5-cache/net-vpn/ovpn-dco-0.2.20230426 b/metadata/md5-cache/net-vpn/ovpn-dco-0.2.20230426 index 2e8ac8f30e31..1d75fd221a4a 100644 --- a/metadata/md5-cache/net-vpn/ovpn-dco-0.2.20230426 +++ b/metadata/md5-cache/net-vpn/ovpn-dco-0.2.20230426 @@ -7,10 +7,10 @@ HOMEPAGE=https://github.com/OpenVPN/ovpn-dco IDEPEND=sys-apps/kmod[tools] INHERIT=flag-o-matic linux-mod-r1 IUSE=debug dist-kernel modules-sign +strip -KEYWORDS=~alpha amd64 ~arm arm64 ~loong ~mips ~ppc ppc64 ~riscv x86 +KEYWORDS=~alpha amd64 ~arm arm64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc x86 LICENSE=GPL-2 RDEPEND=sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= ) SLOT=0 SRC_URI=https://github.com/OpenVPN/ovpn-dco/archive/refs/tags/v0.2.20230426.tar.gz -> ovpn-dco-0.2.20230426.tar.gz _eclasses_=edo c0eb9cbe6b0bd01fcb4918f12598a4d3 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 linux-mod-r1 c7c63f408ac92135a3111a69f26c4a17 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=85862f4042b6a6f28a5354a02f90b434 +_md5_=82d14731e96f3fd69fc1be8b1882e3c2 diff --git a/metadata/md5-cache/sci-libs/Manifest.gz b/metadata/md5-cache/sci-libs/Manifest.gz index 20a019193069..3d7a1726d3e6 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/pastix-5.2.3 b/metadata/md5-cache/sci-libs/pastix-5.2.3 index e9710614e2da..6446b2dac3c2 100644 --- a/metadata/md5-cache/sci-libs/pastix-5.2.3 +++ b/metadata/md5-cache/sci-libs/pastix-5.2.3 @@ -6,10 +6,10 @@ EAPI=7 HOMEPAGE=https://solverstack.gitlabpages.inria.fr/pastix/ https://gitlab.inria.fr/solverstack/pastix INHERIT=fortran-2 toolchain-funcs IUSE=doc int64 mpi +smp starpu static-libs -KEYWORDS=amd64 arm arm64 ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux LICENSE=CeCILL-C RDEPEND=sci-libs/scotch:0=[int64?,mpi?] sys-apps/hwloc:0= virtual/blas mpi? ( virtual/mpi ) starpu? ( dev-libs/starpu:0= ) virtual/fortran SLOT=0 SRC_URI=https://gforge.inria.fr/frs/download.php/latestfile/218/pastix_5.2.3.tar.bz2 _eclasses_=fortran-2 40c4450f1c4ecb2ee694d96e1958d4ea multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=db40441d41391d52be42df5a28aa2b11 +_md5_=18d6f0ee744be5f837c48300a30d4488 diff --git a/metadata/md5-cache/sci-physics/Manifest.gz b/metadata/md5-cache/sci-physics/Manifest.gz index 5a07d7f1e59c..c3e17ea2196a 100644 Binary files a/metadata/md5-cache/sci-physics/Manifest.gz and b/metadata/md5-cache/sci-physics/Manifest.gz differ diff --git a/metadata/md5-cache/sci-physics/lammps-20230802 b/metadata/md5-cache/sci-physics/lammps-20230802 new file mode 100644 index 000000000000..f98264a7edcd --- /dev/null +++ b/metadata/md5-cache/sci-physics/lammps-20230802 @@ -0,0 +1,17 @@ +BDEPEND=>=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] sys-devel/make >=dev-util/cmake-3.20.5 virtual/fortran +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=app-arch/gzip media-libs/libpng:0 sys-libs/zlib mpi? ( virtual/mpi sci-libs/hdf5:=[mpi] ) 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 ) ) sci-libs/voro++ virtual/blas virtual/lapack sci-libs/fftw:3.0= sci-libs/netcdf:= cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1:= ) opencl? ( virtual/opencl ) hip? ( dev-util/hip:= ) dev-cpp/eigen:3 test? ( dev-cpp/gtest ) virtual/fortran +DESCRIPTION=Large-scale Atomic/Molecular Massively Parallel Simulator +EAPI=8 +HOMEPAGE=https://lammps.sandia.gov/ +INHERIT=cmake fortran-2 distutils-r1 +IUSE=cuda examples gzip hip lammps-memalign mpi opencl python test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +KEYWORDS=amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=app-arch/gzip media-libs/libpng:0 sys-libs/zlib mpi? ( virtual/mpi sci-libs/hdf5:=[mpi] ) 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 ) ) sci-libs/voro++ virtual/blas virtual/lapack sci-libs/fftw:3.0= sci-libs/netcdf:= cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1:= ) opencl? ( virtual/opencl ) hip? ( dev-util/hip:= ) dev-cpp/eigen:3 virtual/fortran +REQUIRED_USE=python? ( || ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) ) ?? ( cuda opencl hip ) +RESTRICT=test +SLOT=0 +SRC_URI=https://download.lammps.org/tars/lammps-2Aug2023.tar.gz +_eclasses_=cmake 0f2e0c197fad0312f3c4765c9cf36271 distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 fortran-2 40c4450f1c4ecb2ee694d96e1958d4ea multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=2f0f79456a027761d7c0a62739496e91 diff --git a/metadata/md5-cache/sys-apps/Manifest.gz b/metadata/md5-cache/sys-apps/Manifest.gz index 9b52004c8556..bf6a66e0c73a 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/edid-decode-0_pre20230131 b/metadata/md5-cache/sys-apps/edid-decode-0_pre20230131 index 2e8796a444e7..bd14fc3650ed 100644 --- a/metadata/md5-cache/sys-apps/edid-decode-0_pre20230131 +++ b/metadata/md5-cache/sys-apps/edid-decode-0_pre20230131 @@ -4,9 +4,9 @@ EAPI=8 HOMEPAGE=https://git.linuxtv.org/edid-decode.git/ INHERIT=toolchain-funcs IUSE=examples -KEYWORDS=amd64 ~arm64 ~riscv x86 +KEYWORDS=amd64 ~arm64 ~loong ~ppc64 ~riscv x86 LICENSE=MIT SLOT=0 SRC_URI=https://dev.gentoo.org/~conikost/distfiles/edid-decode-0_pre20230131.tar.gz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=434f0d2c4bf9927fa9ceb8cdb507bafe +_md5_=73850ca3209a3d945c61107a6a1b827c diff --git a/metadata/md5-cache/sys-apps/rng-tools-6.16-r1 b/metadata/md5-cache/sys-apps/rng-tools-6.16-r1 new file mode 100644 index 000000000000..0de674a83b6c --- /dev/null +++ b/metadata/md5-cache/sys-apps/rng-tools-6.16-r1 @@ -0,0 +1,17 @@ +BDEPEND=virtual/pkgconfig sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71-r5 >=sys-devel/libtool-2.4.7 virtual/pkgconfig +DEFINED_PHASES=configure install postinst prepare test +DEPEND=dev-libs/openssl:= sys-libs/libcap jitterentropy? ( app-crypt/jitterentropy:= ) nistbeacon? ( dev-libs/jansson:= dev-libs/libxml2:2= net-misc/curl[ssl] ) pkcs11? ( dev-libs/libp11:= ) qrypt? ( dev-libs/jansson:= net-misc/curl[ssl] ) rtlsdr? ( net-wireless/rtl-sdr ) elibc_musl? ( sys-libs/argp-standalone ) +DESCRIPTION=Daemon to use hardware random number generators +EAPI=8 +HOMEPAGE=https://github.com/nhorman/rng-tools +INHERIT=autotools readme.gentoo-r1 systemd +IUSE=jitterentropy nistbeacon pkcs11 qrypt rtlsdr selinux test +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=dev-libs/openssl:= sys-libs/libcap jitterentropy? ( app-crypt/jitterentropy:= ) nistbeacon? ( dev-libs/jansson:= dev-libs/libxml2:2= net-misc/curl[ssl] ) pkcs11? ( dev-libs/libp11:= ) qrypt? ( dev-libs/jansson:= net-misc/curl[ssl] ) rtlsdr? ( net-wireless/rtl-sdr ) elibc_musl? ( sys-libs/argp-standalone ) selinux? ( sec-policy/selinux-rngd ) +REQUIRED_USE=test? ( jitterentropy ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/nhorman/rng-tools/archive/v6.16.tar.gz -> rng-tools-6.16.tar.gz +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b multilib c19072c3cd7ac5cb21de013f7e9832e0 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=27e216583fe3e7f8fcce19ae53a7793f diff --git a/metadata/md5-cache/sys-auth/Manifest.gz b/metadata/md5-cache/sys-auth/Manifest.gz index 1566e362620c..978df744a75c 100644 Binary files a/metadata/md5-cache/sys-auth/Manifest.gz and b/metadata/md5-cache/sys-auth/Manifest.gz differ diff --git a/metadata/md5-cache/sys-auth/nss-pam-ldapd-0.9.12-r3 b/metadata/md5-cache/sys-auth/nss-pam-ldapd-0.9.12-r3 index 65f1db70f64c..8449ee8c2234 100644 --- a/metadata/md5-cache/sys-auth/nss-pam-ldapd-0.9.12-r3 +++ b/metadata/md5-cache/sys-auth/nss-pam-ldapd-0.9.12-r3 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://arthurdejong.org/nss-pam-ldapd/ INHERIT=autotools python-r1 s6 systemd tmpfiles multilib-minimal IUSE=debug kerberos +pam pynslcd sasl selinux test +utils python_targets_python3_10 python_targets_python3_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 -KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~mips ~sparc x86 +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc64 ~sparc x86 LICENSE=LGPL-2.1 RDEPEND=acct-group/nslcd acct-user/nslcd net-nds/openldap:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sasl? ( dev-libs/cyrus-sasl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) kerberos? ( virtual/krb5[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/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(-)?] utils? ( python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) ) pynslcd? ( dev-python/python-ldap[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/python-daemon[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) elibc_musl? ( sys-libs/musl-nscd ) !sys-auth/nss_ldap !sys-auth/pam_ldap selinux? ( sec-policy/selinux-nslcd ) virtual/tmpfiles REQUIRED_USE=utils? ( || ( python_targets_python3_10 python_targets_python3_11 ) ) test? ( || ( python_targets_python3_10 python_targets_python3_11 ) pynslcd ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-0.9.12.tar.gz _eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 s6 1871df76e59fa5c51359faaca02b385d systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=a8c184f07efa6314c336618488f64064 +_md5_=3d66f3d721e95e6a48f6a92ab5cc64d8 diff --git a/metadata/md5-cache/sys-cluster/Manifest.gz b/metadata/md5-cache/sys-cluster/Manifest.gz index a146c9e1c3fc..389c745e99d0 100644 Binary files a/metadata/md5-cache/sys-cluster/Manifest.gz and b/metadata/md5-cache/sys-cluster/Manifest.gz differ diff --git a/metadata/md5-cache/sys-cluster/openmpi-4.1.6 b/metadata/md5-cache/sys-cluster/openmpi-4.1.6 new file mode 100644 index 000000000000..5c5d905299cc --- /dev/null +++ b/metadata/md5-cache/sys-cluster/openmpi-4.1.6 @@ -0,0 +1,16 @@ +BDEPEND=fortran? ( virtual/fortran ) +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=!sys-cluster/mpich !sys-cluster/mpich2 !sys-cluster/nullmpi >=dev-libs/libevent-2.0.22:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?,threads(+)] dev-libs/libltdl: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-apps/hwloc-2.0.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(-)?] >=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(-)?] cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= ) openmpi_fabrics_ofed? ( sys-cluster/rdma-core ) openmpi_fabrics_knem? ( sys-cluster/knem ) openmpi_rm_pbs? ( sys-cluster/torque ) openmpi_rm_slurm? ( sys-cluster/slurm ) openmpi_ofed_features_rdmacm? ( sys-cluster/rdma-core ) valgrind? ( dev-util/valgrind ) fortran? ( virtual/fortran ) +DESCRIPTION=A high-performance message passing library (MPI) +EAPI=8 +HOMEPAGE=https://www.open-mpi.org +INHERIT=cuda fortran-2 multilib-minimal +IUSE=cma cuda cxx fortran ipv6 libompitrace peruse romio valgrind openmpi_fabrics_ofed openmpi_fabrics_knem openmpi_rm_pbs openmpi_rm_slurm openmpi_ofed_features_control-hdr-padding openmpi_ofed_features_udcm openmpi_ofed_features_rdmacm openmpi_ofed_features_dynamic-sl 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 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux +LICENSE=BSD +RDEPEND=!sys-cluster/mpich !sys-cluster/mpich2 !sys-cluster/nullmpi >=dev-libs/libevent-2.0.22:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?,threads(+)] dev-libs/libltdl: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-apps/hwloc-2.0.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(-)?] >=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(-)?] cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= ) openmpi_fabrics_ofed? ( sys-cluster/rdma-core ) openmpi_fabrics_knem? ( sys-cluster/knem ) openmpi_rm_pbs? ( sys-cluster/torque ) openmpi_rm_slurm? ( sys-cluster/slurm ) openmpi_ofed_features_rdmacm? ( sys-cluster/rdma-core ) fortran? ( virtual/fortran ) +REQUIRED_USE=openmpi_rm_slurm? ( !openmpi_rm_pbs ) openmpi_rm_pbs? ( !openmpi_rm_slurm ) openmpi_ofed_features_control-hdr-padding? ( openmpi_fabrics_ofed ) openmpi_ofed_features_udcm? ( openmpi_fabrics_ofed ) openmpi_ofed_features_rdmacm? ( openmpi_fabrics_ofed ) openmpi_ofed_features_dynamic-sl? ( openmpi_fabrics_ofed ) +SLOT=0 +SRC_URI=https://www.open-mpi.org/software/ompi/v4.1/downloads/openmpi-4.1.6.tar.bz2 +_eclasses_=cuda 283d0f298f6c196c755a0f8d50daca85 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 fortran-2 40c4450f1c4ecb2ee694d96e1958d4ea multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=ed72ddbe65498f9125bc71cd23fac8af diff --git a/metadata/md5-cache/sys-fs/Manifest.gz b/metadata/md5-cache/sys-fs/Manifest.gz index a1b2d489ff2b..203bd4d16317 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/genfstab-28-r1 b/metadata/md5-cache/sys-fs/genfstab-28-r1 index 60c63820e09b..3a593aace27b 100644 --- a/metadata/md5-cache/sys-fs/genfstab-28-r1 +++ b/metadata/md5-cache/sys-fs/genfstab-28-r1 @@ -1,4 +1,4 @@ -BDEPEND=app-alternatives/awk app-text/asciidoc +BDEPEND=app-alternatives/awk app-text/asciidoc sys-devel/m4 DEFINED_PHASES=compile install test DESCRIPTION=Genfstab - generate output suitable for addition to an fstab file EAPI=8 @@ -11,4 +11,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/archlinux/arch-install-scripts/archive/refs/tags/v28.tar.gz -> arch-install-scripts-v28.tar.gz _eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=793a22d8805a40157bf587b883c1edc9 +_md5_=7908fe5a03b80e7efb54bc6db52c4b6d diff --git a/metadata/md5-cache/sys-fs/zfs-2.1.12 b/metadata/md5-cache/sys-fs/zfs-2.1.12 index 56ee06a5f97d..5cf701d236b9 100644 --- a/metadata/md5-cache/sys-fs/zfs-2.1.12 +++ b/metadata/md5-cache/sys-fs/zfs-2.1.12 @@ -14,5 +14,5 @@ REQUIRED_USE=!minimal? ( || ( python_targets_python3_10 python_targets_python3_1 RESTRICT=test SLOT=0/5 SRC_URI=https://github.com/openzfs/zfs/releases/download/zfs-2.1.12/zfs-2.1.12.tar.gz verify-sig? ( https://github.com/openzfs/zfs/releases/download/zfs-2.1.12/zfs-2.1.12.tar.gz.asc ) -_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff dist-kernel-utils 236f8d06385861720a23b42655ea244e distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pam b56d0c9c20fc5b553f13c8ae165a10a5 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc udev eec0bbab06977f1cfc5597269c1fa152 usr-ldscript ff03a5d223e97515fa25b5cae97ebda9 verify-sig 798e0173d334021f14ba78a786c37059 +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pam b56d0c9c20fc5b553f13c8ae165a10a5 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc udev eec0bbab06977f1cfc5597269c1fa152 usr-ldscript ff03a5d223e97515fa25b5cae97ebda9 verify-sig 798e0173d334021f14ba78a786c37059 _md5_=c2483019afa5fedadc4089d24ae3d698 diff --git a/metadata/md5-cache/sys-fs/zfs-2.1.13 b/metadata/md5-cache/sys-fs/zfs-2.1.13 index 13461326b3a5..ce4d05295f20 100644 --- a/metadata/md5-cache/sys-fs/zfs-2.1.13 +++ b/metadata/md5-cache/sys-fs/zfs-2.1.13 @@ -14,5 +14,5 @@ REQUIRED_USE=!minimal? ( || ( python_targets_python3_10 python_targets_python3_1 RESTRICT=test SLOT=0/5 SRC_URI=https://github.com/openzfs/zfs/releases/download/zfs-2.1.13/zfs-2.1.13.tar.gz verify-sig? ( https://github.com/openzfs/zfs/releases/download/zfs-2.1.13/zfs-2.1.13.tar.gz.asc ) -_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff dist-kernel-utils 236f8d06385861720a23b42655ea244e distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pam b56d0c9c20fc5b553f13c8ae165a10a5 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc udev eec0bbab06977f1cfc5597269c1fa152 usr-ldscript ff03a5d223e97515fa25b5cae97ebda9 verify-sig 798e0173d334021f14ba78a786c37059 +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pam b56d0c9c20fc5b553f13c8ae165a10a5 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc udev eec0bbab06977f1cfc5597269c1fa152 usr-ldscript ff03a5d223e97515fa25b5cae97ebda9 verify-sig 798e0173d334021f14ba78a786c37059 _md5_=c2483019afa5fedadc4089d24ae3d698 diff --git a/metadata/md5-cache/sys-fs/zfs-2.1.14 b/metadata/md5-cache/sys-fs/zfs-2.1.14 index 558bb683bc1f..124e1b19698b 100644 --- a/metadata/md5-cache/sys-fs/zfs-2.1.14 +++ b/metadata/md5-cache/sys-fs/zfs-2.1.14 @@ -14,5 +14,5 @@ REQUIRED_USE=!minimal? ( || ( python_targets_python3_10 python_targets_python3_1 RESTRICT=test SLOT=0/5 SRC_URI=https://github.com/openzfs/zfs/releases/download/zfs-2.1.14/zfs-2.1.14.tar.gz verify-sig? ( https://github.com/openzfs/zfs/releases/download/zfs-2.1.14/zfs-2.1.14.tar.gz.asc ) -_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff dist-kernel-utils 236f8d06385861720a23b42655ea244e distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pam b56d0c9c20fc5b553f13c8ae165a10a5 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc udev eec0bbab06977f1cfc5597269c1fa152 usr-ldscript ff03a5d223e97515fa25b5cae97ebda9 verify-sig 798e0173d334021f14ba78a786c37059 +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pam b56d0c9c20fc5b553f13c8ae165a10a5 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc udev eec0bbab06977f1cfc5597269c1fa152 usr-ldscript ff03a5d223e97515fa25b5cae97ebda9 verify-sig 798e0173d334021f14ba78a786c37059 _md5_=c2483019afa5fedadc4089d24ae3d698 diff --git a/metadata/md5-cache/sys-fs/zfs-2.2.1 b/metadata/md5-cache/sys-fs/zfs-2.2.1 index 0e8b826b360f..2bad48e24781 100644 --- a/metadata/md5-cache/sys-fs/zfs-2.2.1 +++ b/metadata/md5-cache/sys-fs/zfs-2.2.1 @@ -14,5 +14,5 @@ REQUIRED_USE=!minimal? ( || ( python_targets_python3_10 python_targets_python3_1 RESTRICT=test SLOT=0/5 SRC_URI=https://github.com/openzfs/zfs/releases/download/zfs-2.2.1/zfs-2.2.1.tar.gz verify-sig? ( https://github.com/openzfs/zfs/releases/download/zfs-2.2.1/zfs-2.2.1.tar.gz.asc ) -_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff dist-kernel-utils 236f8d06385861720a23b42655ea244e distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pam b56d0c9c20fc5b553f13c8ae165a10a5 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc udev eec0bbab06977f1cfc5597269c1fa152 usr-ldscript ff03a5d223e97515fa25b5cae97ebda9 verify-sig 798e0173d334021f14ba78a786c37059 +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pam b56d0c9c20fc5b553f13c8ae165a10a5 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc udev eec0bbab06977f1cfc5597269c1fa152 usr-ldscript ff03a5d223e97515fa25b5cae97ebda9 verify-sig 798e0173d334021f14ba78a786c37059 _md5_=20a6314660597049725ca2cb7da7e771 diff --git a/metadata/md5-cache/sys-fs/zfs-2.2.2 b/metadata/md5-cache/sys-fs/zfs-2.2.2 index 92dc82c3ac69..f2146a2b2809 100644 --- a/metadata/md5-cache/sys-fs/zfs-2.2.2 +++ b/metadata/md5-cache/sys-fs/zfs-2.2.2 @@ -14,5 +14,5 @@ REQUIRED_USE=!minimal? ( || ( python_targets_python3_10 python_targets_python3_1 RESTRICT=test SLOT=0/5 SRC_URI=https://github.com/openzfs/zfs/releases/download/zfs-2.2.2/zfs-2.2.2.tar.gz verify-sig? ( https://github.com/openzfs/zfs/releases/download/zfs-2.2.2/zfs-2.2.2.tar.gz.asc ) -_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff dist-kernel-utils 236f8d06385861720a23b42655ea244e distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pam b56d0c9c20fc5b553f13c8ae165a10a5 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc udev eec0bbab06977f1cfc5597269c1fa152 usr-ldscript ff03a5d223e97515fa25b5cae97ebda9 verify-sig 798e0173d334021f14ba78a786c37059 +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pam b56d0c9c20fc5b553f13c8ae165a10a5 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc udev eec0bbab06977f1cfc5597269c1fa152 usr-ldscript ff03a5d223e97515fa25b5cae97ebda9 verify-sig 798e0173d334021f14ba78a786c37059 _md5_=20a6314660597049725ca2cb7da7e771 diff --git a/metadata/md5-cache/sys-fs/zfs-2.2.2-r1 b/metadata/md5-cache/sys-fs/zfs-2.2.2-r1 index 49a154d049c1..229cae8d7242 100644 --- a/metadata/md5-cache/sys-fs/zfs-2.2.2-r1 +++ b/metadata/md5-cache/sys-fs/zfs-2.2.2-r1 @@ -14,5 +14,5 @@ REQUIRED_USE=!minimal? ( || ( python_targets_python3_10 python_targets_python3_1 RESTRICT=test SLOT=0/5 SRC_URI=https://github.com/openzfs/zfs/releases/download/zfs-2.2.2/zfs-2.2.2.tar.gz verify-sig? ( https://github.com/openzfs/zfs/releases/download/zfs-2.2.2/zfs-2.2.2.tar.gz.asc ) -_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff dist-kernel-utils 236f8d06385861720a23b42655ea244e distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pam b56d0c9c20fc5b553f13c8ae165a10a5 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc udev eec0bbab06977f1cfc5597269c1fa152 usr-ldscript ff03a5d223e97515fa25b5cae97ebda9 verify-sig 798e0173d334021f14ba78a786c37059 +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pam b56d0c9c20fc5b553f13c8ae165a10a5 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc udev eec0bbab06977f1cfc5597269c1fa152 usr-ldscript ff03a5d223e97515fa25b5cae97ebda9 verify-sig 798e0173d334021f14ba78a786c37059 _md5_=bd142a9c03568954e24d4b0dc9a155d8 diff --git a/metadata/md5-cache/sys-fs/zfs-9999 b/metadata/md5-cache/sys-fs/zfs-9999 index 5fafbd28a978..f94c99d4e315 100644 --- a/metadata/md5-cache/sys-fs/zfs-9999 +++ b/metadata/md5-cache/sys-fs/zfs-9999 @@ -13,5 +13,5 @@ RDEPEND=dev-libs/openssl:= net-libs/libtirpc:= sys-apps/util-linux sys-libs/zlib REQUIRED_USE=!minimal? ( || ( python_targets_python3_10 python_targets_python3_11 ) ) python? ( !minimal ) test-suite? ( !minimal ) RESTRICT=test SLOT=0/5 -_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff dist-kernel-utils 236f8d06385861720a23b42655ea244e distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 git-r3 5133e393e8717a3a093660f990801dc1 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pam b56d0c9c20fc5b553f13c8ae165a10a5 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc udev eec0bbab06977f1cfc5597269c1fa152 usr-ldscript ff03a5d223e97515fa25b5cae97ebda9 +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e distutils-r1 8e0ad2c111b259a711c8eaef98a17690 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 git-r3 5133e393e8717a3a093660f990801dc1 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pam b56d0c9c20fc5b553f13c8ae165a10a5 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 474cb53a7d1b62721a91809a1d702661 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc udev eec0bbab06977f1cfc5597269c1fa152 usr-ldscript ff03a5d223e97515fa25b5cae97ebda9 _md5_=20a6314660597049725ca2cb7da7e771 diff --git a/metadata/md5-cache/sys-fs/zfs-kmod-2.1.12 b/metadata/md5-cache/sys-fs/zfs-kmod-2.1.12 index 9388f221053d..3e8b0f6c2196 100644 --- a/metadata/md5-cache/sys-fs/zfs-kmod-2.1.12 +++ b/metadata/md5-cache/sys-fs/zfs-kmod-2.1.12 @@ -14,5 +14,5 @@ RDEPEND=dist-kernel-cap? ( dist-kernel? ( <virtual/dist-kernel-6.4 ) ) sys-apps/ RESTRICT=test SLOT=0/2.1.12 SRC_URI=https://github.com/openzfs/zfs/releases/download/zfs-2.1.12/zfs-2.1.12.tar.gz verify-sig? ( https://github.com/openzfs/zfs/releases/download/zfs-2.1.12/zfs-2.1.12.tar.gz.asc ) -_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde dist-kernel-utils 236f8d06385861720a23b42655ea244e edo c0eb9cbe6b0bd01fcb4918f12598a4d3 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 linux-mod-r1 c7c63f408ac92135a3111a69f26c4a17 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e edo c0eb9cbe6b0bd01fcb4918f12598a4d3 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 linux-mod-r1 c7c63f408ac92135a3111a69f26c4a17 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 _md5_=f60aa24999762b6c797b321867c8e1b0 diff --git a/metadata/md5-cache/sys-fs/zfs-kmod-2.1.13 b/metadata/md5-cache/sys-fs/zfs-kmod-2.1.13 index bff9b737eff8..754667657ff5 100644 --- a/metadata/md5-cache/sys-fs/zfs-kmod-2.1.13 +++ b/metadata/md5-cache/sys-fs/zfs-kmod-2.1.13 @@ -14,5 +14,5 @@ RDEPEND=dist-kernel-cap? ( dist-kernel? ( <virtual/dist-kernel-6.6 ) ) sys-apps/ RESTRICT=test SLOT=0/2.1.13 SRC_URI=https://github.com/openzfs/zfs/releases/download/zfs-2.1.13/zfs-2.1.13.tar.gz verify-sig? ( https://github.com/openzfs/zfs/releases/download/zfs-2.1.13/zfs-2.1.13.tar.gz.asc ) -_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde dist-kernel-utils 236f8d06385861720a23b42655ea244e edo c0eb9cbe6b0bd01fcb4918f12598a4d3 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 linux-mod-r1 c7c63f408ac92135a3111a69f26c4a17 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e edo c0eb9cbe6b0bd01fcb4918f12598a4d3 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 linux-mod-r1 c7c63f408ac92135a3111a69f26c4a17 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 _md5_=f1bb5a268f69b0b67b545f59fdba4763 diff --git a/metadata/md5-cache/sys-fs/zfs-kmod-2.1.13-r1 b/metadata/md5-cache/sys-fs/zfs-kmod-2.1.13-r1 index 198f59934dc5..0feafc2fcbbd 100644 --- a/metadata/md5-cache/sys-fs/zfs-kmod-2.1.13-r1 +++ b/metadata/md5-cache/sys-fs/zfs-kmod-2.1.13-r1 @@ -14,5 +14,5 @@ RDEPEND=dist-kernel-cap? ( dist-kernel? ( <virtual/dist-kernel-6.6 ) ) sys-apps/ RESTRICT=test SLOT=0/2.1.13-r1 SRC_URI=https://github.com/openzfs/zfs/releases/download/zfs-2.1.13/zfs-2.1.13.tar.gz verify-sig? ( https://github.com/openzfs/zfs/releases/download/zfs-2.1.13/zfs-2.1.13.tar.gz.asc ) -_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde dist-kernel-utils 236f8d06385861720a23b42655ea244e edo c0eb9cbe6b0bd01fcb4918f12598a4d3 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 linux-mod-r1 c7c63f408ac92135a3111a69f26c4a17 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e edo c0eb9cbe6b0bd01fcb4918f12598a4d3 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 linux-mod-r1 c7c63f408ac92135a3111a69f26c4a17 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 _md5_=2526a6b339405a140a71b6ba3dc0a482 diff --git a/metadata/md5-cache/sys-fs/zfs-kmod-2.1.14 b/metadata/md5-cache/sys-fs/zfs-kmod-2.1.14 index ce698b675a39..3962b977fad5 100644 --- a/metadata/md5-cache/sys-fs/zfs-kmod-2.1.14 +++ b/metadata/md5-cache/sys-fs/zfs-kmod-2.1.14 @@ -14,5 +14,5 @@ RDEPEND=dist-kernel-cap? ( dist-kernel? ( <virtual/dist-kernel-6.6 ) ) sys-apps/ RESTRICT=test SLOT=0/2.1.14 SRC_URI=https://github.com/openzfs/zfs/releases/download/zfs-2.1.14/zfs-2.1.14.tar.gz verify-sig? ( https://github.com/openzfs/zfs/releases/download/zfs-2.1.14/zfs-2.1.14.tar.gz.asc ) -_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde dist-kernel-utils 236f8d06385861720a23b42655ea244e edo c0eb9cbe6b0bd01fcb4918f12598a4d3 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 linux-mod-r1 c7c63f408ac92135a3111a69f26c4a17 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e edo c0eb9cbe6b0bd01fcb4918f12598a4d3 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 linux-mod-r1 c7c63f408ac92135a3111a69f26c4a17 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 _md5_=f1bb5a268f69b0b67b545f59fdba4763 diff --git a/metadata/md5-cache/sys-fs/zfs-kmod-2.2.1 b/metadata/md5-cache/sys-fs/zfs-kmod-2.2.1 index 3bbd03ffe58b..a1f20393a53d 100644 --- a/metadata/md5-cache/sys-fs/zfs-kmod-2.2.1 +++ b/metadata/md5-cache/sys-fs/zfs-kmod-2.2.1 @@ -14,5 +14,5 @@ RDEPEND=dist-kernel-cap? ( dist-kernel? ( <virtual/dist-kernel-6.7 ) ) sys-apps/ RESTRICT=test SLOT=0/2.2.1 SRC_URI=https://github.com/openzfs/zfs/releases/download/zfs-2.2.1/zfs-2.2.1.tar.gz verify-sig? ( https://github.com/openzfs/zfs/releases/download/zfs-2.2.1/zfs-2.2.1.tar.gz.asc ) -_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde dist-kernel-utils 236f8d06385861720a23b42655ea244e edo c0eb9cbe6b0bd01fcb4918f12598a4d3 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 linux-mod-r1 c7c63f408ac92135a3111a69f26c4a17 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e edo c0eb9cbe6b0bd01fcb4918f12598a4d3 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 linux-mod-r1 c7c63f408ac92135a3111a69f26c4a17 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 _md5_=9cb81f6c544078571e493fa2623084c0 diff --git a/metadata/md5-cache/sys-fs/zfs-kmod-2.2.1-r1 b/metadata/md5-cache/sys-fs/zfs-kmod-2.2.1-r1 index 110aa58d54bd..fac9c00dd7b8 100644 --- a/metadata/md5-cache/sys-fs/zfs-kmod-2.2.1-r1 +++ b/metadata/md5-cache/sys-fs/zfs-kmod-2.2.1-r1 @@ -14,5 +14,5 @@ RDEPEND=dist-kernel-cap? ( dist-kernel? ( <virtual/dist-kernel-6.7 ) ) sys-apps/ RESTRICT=test SLOT=0/2.2.1-r1 SRC_URI=https://github.com/openzfs/zfs/releases/download/zfs-2.2.1/zfs-2.2.1.tar.gz verify-sig? ( https://github.com/openzfs/zfs/releases/download/zfs-2.2.1/zfs-2.2.1.tar.gz.asc ) -_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde dist-kernel-utils 236f8d06385861720a23b42655ea244e edo c0eb9cbe6b0bd01fcb4918f12598a4d3 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 linux-mod-r1 c7c63f408ac92135a3111a69f26c4a17 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e edo c0eb9cbe6b0bd01fcb4918f12598a4d3 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 linux-mod-r1 c7c63f408ac92135a3111a69f26c4a17 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 _md5_=8095dc071d3bbbc6352bf3f1e5164373 diff --git a/metadata/md5-cache/sys-fs/zfs-kmod-2.2.2 b/metadata/md5-cache/sys-fs/zfs-kmod-2.2.2 index d39618f0f187..19ce269b9e0a 100644 --- a/metadata/md5-cache/sys-fs/zfs-kmod-2.2.2 +++ b/metadata/md5-cache/sys-fs/zfs-kmod-2.2.2 @@ -14,5 +14,5 @@ RDEPEND=dist-kernel-cap? ( dist-kernel? ( <virtual/dist-kernel-6.7 ) ) sys-apps/ RESTRICT=test SLOT=0/2.2.2 SRC_URI=https://github.com/openzfs/zfs/releases/download/zfs-2.2.2/zfs-2.2.2.tar.gz verify-sig? ( https://github.com/openzfs/zfs/releases/download/zfs-2.2.2/zfs-2.2.2.tar.gz.asc ) -_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde dist-kernel-utils 236f8d06385861720a23b42655ea244e edo c0eb9cbe6b0bd01fcb4918f12598a4d3 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 linux-mod-r1 c7c63f408ac92135a3111a69f26c4a17 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e edo c0eb9cbe6b0bd01fcb4918f12598a4d3 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 linux-mod-r1 c7c63f408ac92135a3111a69f26c4a17 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 _md5_=9cb81f6c544078571e493fa2623084c0 diff --git a/metadata/md5-cache/sys-fs/zfs-kmod-9999 b/metadata/md5-cache/sys-fs/zfs-kmod-9999 index 3fc32c7cff06..ad40ee29cd12 100644 --- a/metadata/md5-cache/sys-fs/zfs-kmod-9999 +++ b/metadata/md5-cache/sys-fs/zfs-kmod-9999 @@ -13,5 +13,5 @@ PROPERTIES=live RDEPEND=sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= ) RESTRICT=test SLOT=0/9999 -_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde dist-kernel-utils 236f8d06385861720a23b42655ea244e edo c0eb9cbe6b0bd01fcb4918f12598a4d3 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 git-r3 5133e393e8717a3a093660f990801dc1 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 linux-mod-r1 c7c63f408ac92135a3111a69f26c4a17 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e edo c0eb9cbe6b0bd01fcb4918f12598a4d3 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 git-r3 5133e393e8717a3a093660f990801dc1 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 linux-mod-r1 c7c63f408ac92135a3111a69f26c4a17 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc _md5_=8095dc071d3bbbc6352bf3f1e5164373 diff --git a/metadata/md5-cache/sys-kernel/Manifest.gz b/metadata/md5-cache/sys-kernel/Manifest.gz index 6eb15be26989..18fc0b032a82 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/gentoo-kernel-5.10.203 b/metadata/md5-cache/sys-kernel/gentoo-kernel-5.10.203 index 73e4740bf623..d8e5f681e025 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-kernel-5.10.203 +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-5.10.203 @@ -14,5 +14,5 @@ REQUIRED_USE=arm? ( savedconfig ) RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=5.10.203 SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.10-214.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.10-214.extras.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g11.tar.gz -> gentoo-kernel-config-g11.tar.gz amd64? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.5.10.12 ) arm64? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.5.10.12 ) ppc64? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.5.10.12 ) x86? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-i686-fedora.config -> kernel-i686-fedora.config.5.10.12 ) -_eclasses_=dist-kernel-utils 236f8d06385861720a23b42655ea244e kernel-build 5f1fdd380e026f70dfdd2560d4940a2f kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-build 32cb80bc48e794bf59353c962b5d0a4e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc _md5_=790fa44fdce8e1c8ddee62a5e5c13098 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-5.10.204 b/metadata/md5-cache/sys-kernel/gentoo-kernel-5.10.204 index 777442810721..56d5e155b06d 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-kernel-5.10.204 +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-5.10.204 @@ -14,5 +14,5 @@ REQUIRED_USE=arm? ( savedconfig ) RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=5.10.204 SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.10-215.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.10-215.extras.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g11.tar.gz -> gentoo-kernel-config-g11.tar.gz amd64? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.5.10.12 ) arm64? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.5.10.12 ) ppc64? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.5.10.12 ) x86? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-i686-fedora.config -> kernel-i686-fedora.config.5.10.12 ) -_eclasses_=dist-kernel-utils 236f8d06385861720a23b42655ea244e kernel-build 5f1fdd380e026f70dfdd2560d4940a2f kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-build 32cb80bc48e794bf59353c962b5d0a4e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc _md5_=3003b37a1115a46bc2a45913c168674c diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-5.15.142 b/metadata/md5-cache/sys-kernel/gentoo-kernel-5.15.142 index b27e9295806a..f26496d34600 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-kernel-5.15.142 +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-5.15.142 @@ -14,5 +14,5 @@ REQUIRED_USE=arm? ( savedconfig ) hppa? ( savedconfig ) sparc? ( savedconfig ) RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=5.15.142 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-151.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.15-151.extras.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g11.tar.gz -> gentoo-kernel-config-g11.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 236f8d06385861720a23b42655ea244e kernel-build 5f1fdd380e026f70dfdd2560d4940a2f kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-build 32cb80bc48e794bf59353c962b5d0a4e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc _md5_=03c690a1f3a6d7727ec3cb8e827f345d diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-5.15.143 b/metadata/md5-cache/sys-kernel/gentoo-kernel-5.15.143 index 832f4f8327d6..4ed500925445 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-kernel-5.15.143 +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-5.15.143 @@ -14,5 +14,5 @@ REQUIRED_USE=arm? ( savedconfig ) hppa? ( savedconfig ) sparc? ( savedconfig ) RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=5.15.143 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-152.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.15-152.extras.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g11.tar.gz -> gentoo-kernel-config-g11.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 236f8d06385861720a23b42655ea244e kernel-build 5f1fdd380e026f70dfdd2560d4940a2f kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-build 32cb80bc48e794bf59353c962b5d0a4e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc _md5_=e1c9c3c60663476d4a1115b186cc9bf3 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-6.1.66 b/metadata/md5-cache/sys-kernel/gentoo-kernel-6.1.66 index 8654c95a84b6..93b9693fae7e 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-kernel-6.1.66 +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-6.1.66 @@ -14,5 +14,5 @@ REQUIRED_USE=arm? ( savedconfig ) hppa? ( savedconfig ) riscv? ( savedconfig ) s RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=6.1.66 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-74.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.1-74.extras.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g11.tar.gz -> gentoo-kernel-config-g11.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 236f8d06385861720a23b42655ea244e kernel-build 5f1fdd380e026f70dfdd2560d4940a2f kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-build 32cb80bc48e794bf59353c962b5d0a4e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc _md5_=441b6a5b4516dd593156160ed552380c diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-6.1.67 b/metadata/md5-cache/sys-kernel/gentoo-kernel-6.1.67 index 7e88368917ad..90fe8281e6eb 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-kernel-6.1.67 +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-6.1.67 @@ -14,5 +14,5 @@ REQUIRED_USE=arm? ( savedconfig ) hppa? ( savedconfig ) riscv? ( savedconfig ) s RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=6.1.67 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-75.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.1-75.extras.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g11.tar.gz -> gentoo-kernel-config-g11.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 236f8d06385861720a23b42655ea244e kernel-build 5f1fdd380e026f70dfdd2560d4940a2f kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-build 32cb80bc48e794bf59353c962b5d0a4e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc _md5_=441b6a5b4516dd593156160ed552380c diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-6.1.68 b/metadata/md5-cache/sys-kernel/gentoo-kernel-6.1.68 index de88bdeb167c..9296e01e7a30 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-kernel-6.1.68 +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-6.1.68 @@ -14,5 +14,5 @@ REQUIRED_USE=arm? ( savedconfig ) hppa? ( savedconfig ) riscv? ( savedconfig ) s RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=6.1.68 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-76.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.1-76.extras.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g11.tar.gz -> gentoo-kernel-config-g11.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 236f8d06385861720a23b42655ea244e kernel-build 5f1fdd380e026f70dfdd2560d4940a2f kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-build 32cb80bc48e794bf59353c962b5d0a4e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc _md5_=9d4d129205ba8fb17a6161383f72c1a3 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-6.6.5 b/metadata/md5-cache/sys-kernel/gentoo-kernel-6.6.5 index b42a8392c712..d802cfa11679 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-kernel-6.6.5 +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-6.6.5 @@ -14,5 +14,5 @@ REQUIRED_USE=arm? ( savedconfig ) hppa? ( savedconfig ) riscv? ( savedconfig ) s RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=6.6.5 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-7.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.6-7.extras.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g11.tar.gz -> gentoo-kernel-config-g11.tar.gz amd64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.4-gentoo/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.6.6.4-gentoo ) arm64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.4-gentoo/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.6.6.4-gentoo ) ppc64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.4-gentoo/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.6.6.4-gentoo ) x86? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.4-gentoo/kernel-i686-fedora.config -> kernel-i686-fedora.config.6.6.4-gentoo ) -_eclasses_=dist-kernel-utils 236f8d06385861720a23b42655ea244e kernel-build 5f1fdd380e026f70dfdd2560d4940a2f kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 secureboot 4911adb593665638c76fbd4e70d451ac toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-build 32cb80bc48e794bf59353c962b5d0a4e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 secureboot 4911adb593665638c76fbd4e70d451ac toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc _md5_=4e665e52c8b556eccf85be30413199c7 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-6.6.6 b/metadata/md5-cache/sys-kernel/gentoo-kernel-6.6.6 index f71afa37410f..fc831f5b968f 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-kernel-6.6.6 +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-6.6.6 @@ -14,5 +14,5 @@ REQUIRED_USE=arm? ( savedconfig ) hppa? ( savedconfig ) riscv? ( savedconfig ) s RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=6.6.6 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-8.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.6-8.extras.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g11.tar.gz -> gentoo-kernel-config-g11.tar.gz amd64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.4-gentoo/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.6.6.4-gentoo ) arm64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.4-gentoo/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.6.6.4-gentoo ) ppc64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.4-gentoo/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.6.6.4-gentoo ) x86? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.4-gentoo/kernel-i686-fedora.config -> kernel-i686-fedora.config.6.6.4-gentoo ) -_eclasses_=dist-kernel-utils 236f8d06385861720a23b42655ea244e kernel-build 5f1fdd380e026f70dfdd2560d4940a2f kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 secureboot 4911adb593665638c76fbd4e70d451ac toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-build 32cb80bc48e794bf59353c962b5d0a4e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 secureboot 4911adb593665638c76fbd4e70d451ac toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc _md5_=4e665e52c8b556eccf85be30413199c7 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-6.6.7 b/metadata/md5-cache/sys-kernel/gentoo-kernel-6.6.7 index cdd7e1a4f855..26138f7bf2c6 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-kernel-6.6.7 +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-6.6.7 @@ -6,7 +6,7 @@ HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.ke IDEPEND=!initramfs? ( || ( sys-kernel/installkernel-gentoo sys-kernel/installkernel-systemd ) ) initramfs? ( >=sys-kernel/dracut-059-r4 || ( <=sys-kernel/installkernel-gentoo-7 >=sys-kernel/installkernel-gentoo-8[dracut(-)] sys-kernel/installkernel-systemd ) ) INHERIT=kernel-build toolchain-funcs IUSE=debug hardened secureboot savedconfig secureboot +initramfs test +strip modules-sign -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 LICENSE=GPL-2 PDEPEND=>=virtual/dist-kernel-6.6.7 RDEPEND=!sys-kernel/gentoo-kernel-bin:6.6.7 virtual/libelf @@ -14,5 +14,5 @@ REQUIRED_USE=arm? ( savedconfig ) hppa? ( savedconfig ) riscv? ( savedconfig ) s RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=6.6.7 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-9.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.6-9.extras.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g11.tar.gz -> gentoo-kernel-config-g11.tar.gz amd64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.4-gentoo/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.6.6.4-gentoo ) arm64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.4-gentoo/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.6.6.4-gentoo ) ppc64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.4-gentoo/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.6.6.4-gentoo ) x86? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.4-gentoo/kernel-i686-fedora.config -> kernel-i686-fedora.config.6.6.4-gentoo ) -_eclasses_=dist-kernel-utils 236f8d06385861720a23b42655ea244e kernel-build 5f1fdd380e026f70dfdd2560d4940a2f kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 secureboot 4911adb593665638c76fbd4e70d451ac toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=4e665e52c8b556eccf85be30413199c7 +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-build 32cb80bc48e794bf59353c962b5d0a4e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 secureboot 4911adb593665638c76fbd4e70d451ac toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=b675cdbf4bcc76700a1fc994d21d302a diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.10.203 b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.10.203 index 34c8e0a325c5..d5750bc74984 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.10.203 +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.10.203 @@ -13,5 +13,5 @@ RDEPEND=!sys-kernel/gentoo-kernel:5.10.203 virtual/libelf RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=5.10.203 SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.10-213.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.10-213.extras.tar.xz amd64? ( https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.203-1.gpkg.tar -> gentoo-kernel-5.10.203-1.amd64.gpkg.tar ) arm64? ( https://dev.gentoo.org/~mgorny/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.203-1.gpkg.tar -> gentoo-kernel-5.10.203-1.arm64.gpkg.tar ) ppc64? ( https://dev.gentoo.org/~mgorny/binpkg/ppc64le/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.203-1.gpkg.tar -> gentoo-kernel-5.10.203-1.ppc64le.gpkg.tar ) x86? ( https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.203-1.gpkg.tar -> gentoo-kernel-5.10.203-1.x86.gpkg.tar ) -_eclasses_=dist-kernel-utils 236f8d06385861720a23b42655ea244e kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc unpacker aa6a4e924009232d8b78b31e932c30b5 +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc unpacker aa6a4e924009232d8b78b31e932c30b5 _md5_=c1313cc99d682ca5539e6bb6165a06f9 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.10.204 b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.10.204 index dd05fccbe9a1..141f472e14c9 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.10.204 +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.10.204 @@ -13,5 +13,5 @@ RDEPEND=!sys-kernel/gentoo-kernel:5.10.204 virtual/libelf RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=5.10.204 SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.10-214.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.10-214.extras.tar.xz amd64? ( https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.204-1.gpkg.tar -> gentoo-kernel-5.10.204-1.amd64.gpkg.tar ) arm64? ( https://dev.gentoo.org/~mgorny/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.204-1.gpkg.tar -> gentoo-kernel-5.10.204-1.arm64.gpkg.tar ) ppc64? ( https://dev.gentoo.org/~mgorny/binpkg/ppc64le/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.204-1.gpkg.tar -> gentoo-kernel-5.10.204-1.ppc64le.gpkg.tar ) x86? ( https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.204-1.gpkg.tar -> gentoo-kernel-5.10.204-1.x86.gpkg.tar ) -_eclasses_=dist-kernel-utils 236f8d06385861720a23b42655ea244e kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc unpacker aa6a4e924009232d8b78b31e932c30b5 +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc unpacker aa6a4e924009232d8b78b31e932c30b5 _md5_=2422c72e784d853dab46884d24a219c8 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.15.142 b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.15.142 index 2151d05c4ec5..6516ae5ddd1f 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.15.142 +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.15.142 @@ -13,5 +13,5 @@ RDEPEND=!sys-kernel/gentoo-kernel:5.15.142 virtual/libelf RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=5.15.142 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-151.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.15-151.extras.tar.xz amd64? ( https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.142-1.gpkg.tar -> gentoo-kernel-5.15.142-1.amd64.gpkg.tar ) arm64? ( https://dev.gentoo.org/~mgorny/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.142-1.gpkg.tar -> gentoo-kernel-5.15.142-1.arm64.gpkg.tar ) ppc64? ( https://dev.gentoo.org/~mgorny/binpkg/ppc64le/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.142-1.gpkg.tar -> gentoo-kernel-5.15.142-1.ppc64le.gpkg.tar ) x86? ( https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.142-1.gpkg.tar -> gentoo-kernel-5.15.142-1.x86.gpkg.tar ) -_eclasses_=dist-kernel-utils 236f8d06385861720a23b42655ea244e kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc unpacker aa6a4e924009232d8b78b31e932c30b5 +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc unpacker aa6a4e924009232d8b78b31e932c30b5 _md5_=0d659c9702a313459a2bec1fef8e0e7d diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.15.143 b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.15.143 index 3585beec7477..c348d9cc7447 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.15.143 +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.15.143 @@ -13,5 +13,5 @@ RDEPEND=!sys-kernel/gentoo-kernel:5.15.143 virtual/libelf RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=5.15.143 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-152.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.15-152.extras.tar.xz amd64? ( https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.143-1.gpkg.tar -> gentoo-kernel-5.15.143-1.amd64.gpkg.tar ) arm64? ( https://dev.gentoo.org/~mgorny/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.143-1.gpkg.tar -> gentoo-kernel-5.15.143-1.arm64.gpkg.tar ) ppc64? ( https://dev.gentoo.org/~mgorny/binpkg/ppc64le/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.143-1.gpkg.tar -> gentoo-kernel-5.15.143-1.ppc64le.gpkg.tar ) x86? ( https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.143-1.gpkg.tar -> gentoo-kernel-5.15.143-1.x86.gpkg.tar ) -_eclasses_=dist-kernel-utils 236f8d06385861720a23b42655ea244e kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc unpacker aa6a4e924009232d8b78b31e932c30b5 +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc unpacker aa6a4e924009232d8b78b31e932c30b5 _md5_=77adea90bfc8201f69767fd8e63a37b3 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.1.66 b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.1.66 index c9527585edac..66e9fd7e509c 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.1.66 +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.1.66 @@ -13,5 +13,5 @@ RDEPEND=!sys-kernel/gentoo-kernel:6.1.66 virtual/libelf RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=6.1.66 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-74.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.1-74.extras.tar.xz amd64? ( https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.66-1.gpkg.tar -> gentoo-kernel-6.1.66-1.amd64.gpkg.tar ) arm64? ( https://dev.gentoo.org/~mgorny/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.66-1.gpkg.tar -> gentoo-kernel-6.1.66-1.arm64.gpkg.tar ) ppc64? ( https://dev.gentoo.org/~mgorny/binpkg/ppc64le/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.66-1.gpkg.tar -> gentoo-kernel-6.1.66-1.ppc64le.gpkg.tar ) x86? ( https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.66-1.gpkg.tar -> gentoo-kernel-6.1.66-1.x86.gpkg.tar ) -_eclasses_=dist-kernel-utils 236f8d06385861720a23b42655ea244e kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc unpacker aa6a4e924009232d8b78b31e932c30b5 +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc unpacker aa6a4e924009232d8b78b31e932c30b5 _md5_=e0f096b49bb34b9abf31531beafb1347 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.1.67 b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.1.67 index 02b2110a3057..17b7df488ced 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.1.67 +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.1.67 @@ -13,5 +13,5 @@ RDEPEND=!sys-kernel/gentoo-kernel:6.1.67 virtual/libelf RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=6.1.67 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-75.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.1-75.extras.tar.xz amd64? ( https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.67-1.gpkg.tar -> gentoo-kernel-6.1.67-1.amd64.gpkg.tar ) arm64? ( https://dev.gentoo.org/~mgorny/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.67-1.gpkg.tar -> gentoo-kernel-6.1.67-1.arm64.gpkg.tar ) ppc64? ( https://dev.gentoo.org/~mgorny/binpkg/ppc64le/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.67-1.gpkg.tar -> gentoo-kernel-6.1.67-1.ppc64le.gpkg.tar ) x86? ( https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.67-1.gpkg.tar -> gentoo-kernel-6.1.67-1.x86.gpkg.tar ) -_eclasses_=dist-kernel-utils 236f8d06385861720a23b42655ea244e kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc unpacker aa6a4e924009232d8b78b31e932c30b5 +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc unpacker aa6a4e924009232d8b78b31e932c30b5 _md5_=e0f096b49bb34b9abf31531beafb1347 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.1.68 b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.1.68 index 513cfd9a6683..7a5632b693fc 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.1.68 +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.1.68 @@ -13,5 +13,5 @@ RDEPEND=!sys-kernel/gentoo-kernel:6.1.68 virtual/libelf RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=6.1.68 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-76.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.1-76.extras.tar.xz amd64? ( https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.68-1.gpkg.tar -> gentoo-kernel-6.1.68-1.amd64.gpkg.tar ) arm64? ( https://dev.gentoo.org/~mgorny/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.68-1.gpkg.tar -> gentoo-kernel-6.1.68-1.arm64.gpkg.tar ) ppc64? ( https://dev.gentoo.org/~mgorny/binpkg/ppc64le/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.68-1.gpkg.tar -> gentoo-kernel-6.1.68-1.ppc64le.gpkg.tar ) x86? ( https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.68-1.gpkg.tar -> gentoo-kernel-6.1.68-1.x86.gpkg.tar ) -_eclasses_=dist-kernel-utils 236f8d06385861720a23b42655ea244e kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc unpacker aa6a4e924009232d8b78b31e932c30b5 +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc unpacker aa6a4e924009232d8b78b31e932c30b5 _md5_=bc6ddde5448acf6c1eafbf49c059adfa diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.6.5 b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.6.5 index 72314c1c265c..f32c8f6f95b1 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.6.5 +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.6.5 @@ -13,5 +13,5 @@ RDEPEND=!sys-kernel/gentoo-kernel:6.6.5 virtual/libelf RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=6.6.5 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-7.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.6-7.extras.tar.xz amd64? ( https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.6.5-1.gpkg.tar -> gentoo-kernel-6.6.5-1.amd64.gpkg.tar ) arm64? ( https://dev.gentoo.org/~mgorny/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.6.5-1.gpkg.tar -> gentoo-kernel-6.6.5-1.arm64.gpkg.tar ) ppc64? ( https://dev.gentoo.org/~mgorny/binpkg/ppc64le/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.6.5-1.gpkg.tar -> gentoo-kernel-6.6.5-1.ppc64le.gpkg.tar ) x86? ( https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.6.5-1.gpkg.tar -> gentoo-kernel-6.6.5-1.x86.gpkg.tar ) -_eclasses_=dist-kernel-utils 236f8d06385861720a23b42655ea244e kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe secureboot 4911adb593665638c76fbd4e70d451ac toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc unpacker aa6a4e924009232d8b78b31e932c30b5 +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe secureboot 4911adb593665638c76fbd4e70d451ac toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc unpacker aa6a4e924009232d8b78b31e932c30b5 _md5_=386a86b3706c805a1e5c87b78e943177 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.6.6 b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.6.6 index 76934d94f11b..1797c2b148a9 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.6.6 +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.6.6 @@ -13,5 +13,5 @@ RDEPEND=!sys-kernel/gentoo-kernel:6.6.6 virtual/libelf RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=6.6.6 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-8.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.6-8.extras.tar.xz amd64? ( https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.6.6-1.gpkg.tar -> gentoo-kernel-6.6.6-1.amd64.gpkg.tar ) arm64? ( https://dev.gentoo.org/~mgorny/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.6.6-1.gpkg.tar -> gentoo-kernel-6.6.6-1.arm64.gpkg.tar ) ppc64? ( https://dev.gentoo.org/~mgorny/binpkg/ppc64le/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.6.6-1.gpkg.tar -> gentoo-kernel-6.6.6-1.ppc64le.gpkg.tar ) x86? ( https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.6.6-1.gpkg.tar -> gentoo-kernel-6.6.6-1.x86.gpkg.tar ) -_eclasses_=dist-kernel-utils 236f8d06385861720a23b42655ea244e kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe secureboot 4911adb593665638c76fbd4e70d451ac toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc unpacker aa6a4e924009232d8b78b31e932c30b5 +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe secureboot 4911adb593665638c76fbd4e70d451ac toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc unpacker aa6a4e924009232d8b78b31e932c30b5 _md5_=386a86b3706c805a1e5c87b78e943177 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.6.7 b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.6.7 index aa32ff930f56..6852125d9394 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.6.7 +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.6.7 @@ -13,5 +13,5 @@ RDEPEND=!sys-kernel/gentoo-kernel:6.6.7 virtual/libelf RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=6.6.7 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-9.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.6-9.extras.tar.xz amd64? ( https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.6.7-1.gpkg.tar -> gentoo-kernel-6.6.7-1.amd64.gpkg.tar ) arm64? ( https://dev.gentoo.org/~mgorny/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.6.7-1.gpkg.tar -> gentoo-kernel-6.6.7-1.arm64.gpkg.tar ) ppc64? ( https://dev.gentoo.org/~mgorny/binpkg/ppc64le/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.6.7-1.gpkg.tar -> gentoo-kernel-6.6.7-1.ppc64le.gpkg.tar ) x86? ( https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.6.7-1.gpkg.tar -> gentoo-kernel-6.6.7-1.x86.gpkg.tar ) -_eclasses_=dist-kernel-utils 236f8d06385861720a23b42655ea244e kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe secureboot 4911adb593665638c76fbd4e70d451ac toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc unpacker aa6a4e924009232d8b78b31e932c30b5 +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe secureboot 4911adb593665638c76fbd4e70d451ac toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc unpacker aa6a4e924009232d8b78b31e932c30b5 _md5_=386a86b3706c805a1e5c87b78e943177 diff --git a/metadata/md5-cache/sys-kernel/linux-firmware-20231211 b/metadata/md5-cache/sys-kernel/linux-firmware-20231211 index 0d4e284e1eb2..1df883a34a2a 100644 --- a/metadata/md5-cache/sys-kernel/linux-firmware-20231211 +++ b/metadata/md5-cache/sys-kernel/linux-firmware-20231211 @@ -5,7 +5,7 @@ EAPI=8 HOMEPAGE=https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git INHERIT=linux-info mount-boot savedconfig multiprocessing IUSE=compress-xz compress-zstd deduplicate initramfs +redistributable savedconfig unknown-license savedconfig -KEYWORDS=~alpha amd64 arm arm64 ~ia64 ~m68k ~mips ppc ~riscv ~s390 sparc x86 +KEYWORDS=~alpha amd64 arm arm64 ~ia64 ~loong ~m68k ~mips ppc ~riscv ~s390 sparc x86 LICENSE=GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) redistributable? ( linux-fw-redistributable BSD-2 BSD BSD-4 ISC MIT ) unknown-license? ( all-rights-reserved ) RDEPEND=!savedconfig? ( redistributable? ( !sys-firmware/alsa-firmware[alsa_cards_ca0132] !sys-block/qla-fc-firmware !sys-firmware/iwl1000-ucode !sys-firmware/iwl6005-ucode !sys-firmware/iwl6030-ucode !sys-firmware/iwl3160-ucode !sys-firmware/iwl7260-ucode !sys-firmware/iwl3160-7260-bt-ucode !sys-firmware/raspberrypi-wifi-ucode ) unknown-license? ( !sys-firmware/alsa-firmware[alsa_cards_korg1212] !sys-firmware/alsa-firmware[alsa_cards_maestro3] !sys-firmware/alsa-firmware[alsa_cards_sb16] !sys-firmware/alsa-firmware[alsa_cards_ymfpci] ) ) REQUIRED_USE=initramfs? ( redistributable ) ?? ( compress-xz compress-zstd ) savedconfig? ( !deduplicate ) @@ -13,4 +13,4 @@ RESTRICT=binchecks strip test unknown-license? ( bindist ) SLOT=0 SRC_URI=https://mirrors.edge.kernel.org/pub/linux/kernel/firmware/linux-firmware-20231211.tar.xz _eclasses_=linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=d7658b52b54c2c8b39e825549eb2ecc9 +_md5_=ba8b412e6e7be76195da24b7febf88c2 diff --git a/metadata/md5-cache/sys-kernel/rt-sources-4.19.295_p129 b/metadata/md5-cache/sys-kernel/rt-sources-4.19.299_p130 similarity index 82% rename from metadata/md5-cache/sys-kernel/rt-sources-4.19.295_p129 rename to metadata/md5-cache/sys-kernel/rt-sources-4.19.299_p130 index 6f944e2f64fc..4dad582683cc 100644 --- a/metadata/md5-cache/sys-kernel/rt-sources-4.19.295_p129 +++ b/metadata/md5-cache/sys-kernel/rt-sources-4.19.299_p130 @@ -8,7 +8,7 @@ KEYWORDS=~amd64 ~arm64 LICENSE=GPL-2 RDEPEND=!build? ( app-arch/cpio dev-lang/perl sys-devel/bc sys-devel/bison sys-devel/flex sys-devel/make >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig ) RESTRICT=binchecks strip -SLOT=4.19.295_p129 -SRC_URI=https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.19.295.xz https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.tar.xz https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/patch-4.19.295-rt129.patch.xz https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patch-4.19.295-rt129.patch.xz +SLOT=4.19.299_p130 +SRC_URI=https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.19.299.xz https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.tar.xz https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/patch-4.19.299-rt130.patch.xz https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patch-4.19.299-rt130.patch.xz _eclasses_=crossdev f04338ff78f213a4a55c5c37b3c6563e estack c61c368a76fdf3a82fdf8dbaebea3804 kernel-2 5f1a05e8ec7196f00c7754b57f927f06 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc _md5_=79671f006cc62d6ead0bc41cedac4020 diff --git a/metadata/md5-cache/sys-kernel/rt-sources-5.15.137_p71 b/metadata/md5-cache/sys-kernel/rt-sources-5.15.141_p72 similarity index 84% rename from metadata/md5-cache/sys-kernel/rt-sources-5.15.137_p71 rename to metadata/md5-cache/sys-kernel/rt-sources-5.15.141_p72 index 244c5d664327..cef3845f05bc 100644 --- a/metadata/md5-cache/sys-kernel/rt-sources-5.15.137_p71 +++ b/metadata/md5-cache/sys-kernel/rt-sources-5.15.141_p72 @@ -8,7 +8,7 @@ KEYWORDS=~amd64 ~arm64 LICENSE=GPL-2 RDEPEND=!build? ( app-arch/cpio dev-lang/perl sys-devel/bc sys-devel/bison sys-devel/flex sys-devel/make >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig ) RESTRICT=binchecks strip -SLOT=5.15.137_p71 -SRC_URI=https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.15.137.xz https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz deblob? ( https://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags//5.15-gnu/deblob-5.15 https://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags//5.15-gnu/deblob-check -> deblob-check-5.15 ) https://www.kernel.org/pub/linux/kernel/projects/rt/5.15/patch-5.15.137-rt71.patch.xz https://www.kernel.org/pub/linux/kernel/projects/rt/5.15/older/patch-5.15.137-rt71.patch.xz +SLOT=5.15.141_p72 +SRC_URI=https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.15.141.xz https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz deblob? ( https://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags//5.15-gnu/deblob-5.15 https://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags//5.15-gnu/deblob-check -> deblob-check-5.15 ) https://www.kernel.org/pub/linux/kernel/projects/rt/5.15/patch-5.15.141-rt72.patch.xz https://www.kernel.org/pub/linux/kernel/projects/rt/5.15/older/patch-5.15.141-rt72.patch.xz _eclasses_=crossdev f04338ff78f213a4a55c5c37b3c6563e estack c61c368a76fdf3a82fdf8dbaebea3804 kernel-2 5f1a05e8ec7196f00c7754b57f927f06 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc _md5_=f6a9c79ff5e6b5ea13a6fa587de67550 diff --git a/metadata/md5-cache/sys-kernel/rt-sources-6.1.64_p17 b/metadata/md5-cache/sys-kernel/rt-sources-6.1.67_p20 similarity index 85% rename from metadata/md5-cache/sys-kernel/rt-sources-6.1.64_p17 rename to metadata/md5-cache/sys-kernel/rt-sources-6.1.67_p20 index 582b2c9141bb..e9f2bf2a25ff 100644 --- a/metadata/md5-cache/sys-kernel/rt-sources-6.1.64_p17 +++ b/metadata/md5-cache/sys-kernel/rt-sources-6.1.67_p20 @@ -8,7 +8,7 @@ KEYWORDS=~amd64 ~arm64 LICENSE=GPL-2 RDEPEND=!build? ( app-arch/cpio dev-lang/perl sys-devel/bc sys-devel/bison sys-devel/flex sys-devel/make >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig ) RESTRICT=binchecks strip -SLOT=6.1.64_p17 -SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.1.64.xz https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz deblob? ( https://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags//6.1-gnu/deblob-6.1 https://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags//6.1-gnu/deblob-check -> deblob-check-6.1 ) https://www.kernel.org/pub/linux/kernel/projects/rt/6.1/patch-6.1.64-rt17.patch.xz https://www.kernel.org/pub/linux/kernel/projects/rt/6.1/older/patch-6.1.64-rt17.patch.xz +SLOT=6.1.67_p20 +SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.1.67.xz https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz deblob? ( https://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags//6.1-gnu/deblob-6.1 https://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags//6.1-gnu/deblob-check -> deblob-check-6.1 ) https://www.kernel.org/pub/linux/kernel/projects/rt/6.1/patch-6.1.67-rt20.patch.xz https://www.kernel.org/pub/linux/kernel/projects/rt/6.1/older/patch-6.1.67-rt20.patch.xz _eclasses_=crossdev f04338ff78f213a4a55c5c37b3c6563e estack c61c368a76fdf3a82fdf8dbaebea3804 kernel-2 5f1a05e8ec7196f00c7754b57f927f06 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc _md5_=f6a9c79ff5e6b5ea13a6fa587de67550 diff --git a/metadata/md5-cache/sys-kernel/vanilla-kernel-5.10.203 b/metadata/md5-cache/sys-kernel/vanilla-kernel-5.10.203 index 107302d200aa..0dfb39702eb1 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-kernel-5.10.203 +++ b/metadata/md5-cache/sys-kernel/vanilla-kernel-5.10.203 @@ -14,5 +14,5 @@ REQUIRED_USE=arm? ( savedconfig ) RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=5.10.203 SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.203.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g11.tar.gz -> gentoo-kernel-config-g11.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.203.tar.sign ) amd64? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.5.10.12 ) arm64? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.5.10.12 ) ppc64? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.5.10.12 ) x86? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-i686-fedora.config -> kernel-i686-fedora.config.5.10.12 ) -_eclasses_=dist-kernel-utils 236f8d06385861720a23b42655ea244e kernel-build 5f1fdd380e026f70dfdd2560d4940a2f kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-build 32cb80bc48e794bf59353c962b5d0a4e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 _md5_=d580a4f3d7a16d6130705eabad913cbf diff --git a/metadata/md5-cache/sys-kernel/vanilla-kernel-5.10.204 b/metadata/md5-cache/sys-kernel/vanilla-kernel-5.10.204 index 75b8ca6431cc..9a27b05c81fa 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-kernel-5.10.204 +++ b/metadata/md5-cache/sys-kernel/vanilla-kernel-5.10.204 @@ -14,5 +14,5 @@ REQUIRED_USE=arm? ( savedconfig ) RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=5.10.204 SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.204.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g11.tar.gz -> gentoo-kernel-config-g11.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.204.tar.sign ) amd64? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.5.10.12 ) arm64? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.5.10.12 ) ppc64? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.5.10.12 ) x86? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-i686-fedora.config -> kernel-i686-fedora.config.5.10.12 ) -_eclasses_=dist-kernel-utils 236f8d06385861720a23b42655ea244e kernel-build 5f1fdd380e026f70dfdd2560d4940a2f kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-build 32cb80bc48e794bf59353c962b5d0a4e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 _md5_=d580a4f3d7a16d6130705eabad913cbf diff --git a/metadata/md5-cache/sys-kernel/vanilla-kernel-5.10.9999 b/metadata/md5-cache/sys-kernel/vanilla-kernel-5.10.9999 index b0f71f43a444..d56bfa0c5b09 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-kernel-5.10.9999 +++ b/metadata/md5-cache/sys-kernel/vanilla-kernel-5.10.9999 @@ -14,5 +14,5 @@ REQUIRED_USE=arm? ( savedconfig ) RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=5.10.9999 SRC_URI=https://github.com/projg2/gentoo-kernel-config/archive/g7.tar.gz -> gentoo-kernel-config-g7.tar.gz amd64? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.5.10.12 ) arm64? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.5.10.12 ) ppc64? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.5.10.12 ) x86? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-i686-fedora.config -> kernel-i686-fedora.config.5.10.12 ) -_eclasses_=dist-kernel-utils 236f8d06385861720a23b42655ea244e git-r3 5133e393e8717a3a093660f990801dc1 kernel-build 5f1fdd380e026f70dfdd2560d4940a2f kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e git-r3 5133e393e8717a3a093660f990801dc1 kernel-build 32cb80bc48e794bf59353c962b5d0a4e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc _md5_=5a148fd39691afe37b9c4873521343a5 diff --git a/metadata/md5-cache/sys-kernel/vanilla-kernel-5.15.142 b/metadata/md5-cache/sys-kernel/vanilla-kernel-5.15.142 index 3fdfa76c53d6..d95b585e4f18 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-kernel-5.15.142 +++ b/metadata/md5-cache/sys-kernel/vanilla-kernel-5.15.142 @@ -14,5 +14,5 @@ REQUIRED_USE=arm? ( savedconfig ) RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=5.15.142 SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.142.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g11.tar.gz -> gentoo-kernel-config-g11.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.142.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 236f8d06385861720a23b42655ea244e kernel-build 5f1fdd380e026f70dfdd2560d4940a2f kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-build 32cb80bc48e794bf59353c962b5d0a4e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 _md5_=aa7a5f6ebca5970792590a310d7a87fc diff --git a/metadata/md5-cache/sys-kernel/vanilla-kernel-5.15.143 b/metadata/md5-cache/sys-kernel/vanilla-kernel-5.15.143 index 89cc8ab4d300..b3234ac6579d 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-kernel-5.15.143 +++ b/metadata/md5-cache/sys-kernel/vanilla-kernel-5.15.143 @@ -14,5 +14,5 @@ REQUIRED_USE=arm? ( savedconfig ) RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=5.15.143 SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.143.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g11.tar.gz -> gentoo-kernel-config-g11.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.143.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 236f8d06385861720a23b42655ea244e kernel-build 5f1fdd380e026f70dfdd2560d4940a2f kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-build 32cb80bc48e794bf59353c962b5d0a4e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 _md5_=aa7a5f6ebca5970792590a310d7a87fc diff --git a/metadata/md5-cache/sys-kernel/vanilla-kernel-5.15.9999 b/metadata/md5-cache/sys-kernel/vanilla-kernel-5.15.9999 index 0e5125b28b44..bd5363e8f652 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-kernel-5.15.9999 +++ b/metadata/md5-cache/sys-kernel/vanilla-kernel-5.15.9999 @@ -14,5 +14,5 @@ REQUIRED_USE=arm? ( savedconfig ) RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=5.15.9999 SRC_URI=https://github.com/projg2/gentoo-kernel-config/archive/g7.tar.gz -> gentoo-kernel-config-g7.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 236f8d06385861720a23b42655ea244e git-r3 5133e393e8717a3a093660f990801dc1 kernel-build 5f1fdd380e026f70dfdd2560d4940a2f kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e git-r3 5133e393e8717a3a093660f990801dc1 kernel-build 32cb80bc48e794bf59353c962b5d0a4e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc _md5_=3c8d03a9907f5ffd9738cd459c7f1a84 diff --git a/metadata/md5-cache/sys-kernel/vanilla-kernel-6.1.66 b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.1.66 index c684c23ca0b2..4e300d9f03e9 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-kernel-6.1.66 +++ b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.1.66 @@ -14,5 +14,5 @@ REQUIRED_USE=arm? ( savedconfig ) RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=6.1.66 SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.66.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g11.tar.gz -> gentoo-kernel-config-g11.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.66.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 236f8d06385861720a23b42655ea244e kernel-build 5f1fdd380e026f70dfdd2560d4940a2f kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-build 32cb80bc48e794bf59353c962b5d0a4e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 _md5_=44a15be058dd0896e1b5815891810e50 diff --git a/metadata/md5-cache/sys-kernel/vanilla-kernel-6.1.67 b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.1.67 index 618f7ea4d7b5..a65f42cd650f 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-kernel-6.1.67 +++ b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.1.67 @@ -14,5 +14,5 @@ REQUIRED_USE=arm? ( savedconfig ) RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=6.1.67 SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.67.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g11.tar.gz -> gentoo-kernel-config-g11.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.67.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 236f8d06385861720a23b42655ea244e kernel-build 5f1fdd380e026f70dfdd2560d4940a2f kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-build 32cb80bc48e794bf59353c962b5d0a4e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 _md5_=44a15be058dd0896e1b5815891810e50 diff --git a/metadata/md5-cache/sys-kernel/vanilla-kernel-6.1.68 b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.1.68 index 1910ddae663a..06eea15aafd2 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-kernel-6.1.68 +++ b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.1.68 @@ -14,5 +14,5 @@ REQUIRED_USE=arm? ( savedconfig ) RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=6.1.68 SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.68.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g11.tar.gz -> gentoo-kernel-config-g11.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.68.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 236f8d06385861720a23b42655ea244e kernel-build 5f1fdd380e026f70dfdd2560d4940a2f kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-build 32cb80bc48e794bf59353c962b5d0a4e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 _md5_=44a15be058dd0896e1b5815891810e50 diff --git a/metadata/md5-cache/sys-kernel/vanilla-kernel-6.1.9999 b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.1.9999 index 2af3d3801742..22c9303e89a7 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-kernel-6.1.9999 +++ b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.1.9999 @@ -14,5 +14,5 @@ REQUIRED_USE=arm? ( savedconfig ) RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=6.1.9999 SRC_URI=https://github.com/projg2/gentoo-kernel-config/archive/g7.tar.gz -> gentoo-kernel-config-g7.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 236f8d06385861720a23b42655ea244e git-r3 5133e393e8717a3a093660f990801dc1 kernel-build 5f1fdd380e026f70dfdd2560d4940a2f kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e git-r3 5133e393e8717a3a093660f990801dc1 kernel-build 32cb80bc48e794bf59353c962b5d0a4e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc _md5_=edf49701b3134fc07043d053aca55527 diff --git a/metadata/md5-cache/sys-kernel/vanilla-kernel-6.6.5 b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.6.5 index f6e901b3762e..44c4dd4f4d98 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-kernel-6.6.5 +++ b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.6.5 @@ -14,5 +14,5 @@ REQUIRED_USE=arm? ( savedconfig ) secureboot? ( modules-sign ) RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=6.6.5 SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.5.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g11.tar.gz -> gentoo-kernel-config-g11.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.5.tar.sign ) amd64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.4-gentoo/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.6.6.4-gentoo ) arm64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.4-gentoo/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.6.6.4-gentoo ) ppc64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.4-gentoo/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.6.6.4-gentoo ) x86? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.4-gentoo/kernel-i686-fedora.config -> kernel-i686-fedora.config.6.6.4-gentoo ) -_eclasses_=dist-kernel-utils 236f8d06385861720a23b42655ea244e kernel-build 5f1fdd380e026f70dfdd2560d4940a2f kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 secureboot 4911adb593665638c76fbd4e70d451ac toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-build 32cb80bc48e794bf59353c962b5d0a4e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 secureboot 4911adb593665638c76fbd4e70d451ac toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 _md5_=35c01a138ebe360d6b0db6fb73f8ede6 diff --git a/metadata/md5-cache/sys-kernel/vanilla-kernel-6.6.6 b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.6.6 index bd2ba07b6dd0..7133134fee2a 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-kernel-6.6.6 +++ b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.6.6 @@ -14,5 +14,5 @@ REQUIRED_USE=arm? ( savedconfig ) secureboot? ( modules-sign ) RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=6.6.6 SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.6.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g11.tar.gz -> gentoo-kernel-config-g11.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.6.tar.sign ) amd64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.4-gentoo/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.6.6.4-gentoo ) arm64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.4-gentoo/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.6.6.4-gentoo ) ppc64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.4-gentoo/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.6.6.4-gentoo ) x86? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.4-gentoo/kernel-i686-fedora.config -> kernel-i686-fedora.config.6.6.4-gentoo ) -_eclasses_=dist-kernel-utils 236f8d06385861720a23b42655ea244e kernel-build 5f1fdd380e026f70dfdd2560d4940a2f kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 secureboot 4911adb593665638c76fbd4e70d451ac toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-build 32cb80bc48e794bf59353c962b5d0a4e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 secureboot 4911adb593665638c76fbd4e70d451ac toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 _md5_=35c01a138ebe360d6b0db6fb73f8ede6 diff --git a/metadata/md5-cache/sys-kernel/vanilla-kernel-6.6.7 b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.6.7 index 9437feb320ac..ba2b73e577bf 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-kernel-6.6.7 +++ b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.6.7 @@ -6,7 +6,7 @@ HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.ke IDEPEND=!initramfs? ( || ( sys-kernel/installkernel-gentoo sys-kernel/installkernel-systemd ) ) initramfs? ( >=sys-kernel/dracut-059-r4 || ( <=sys-kernel/installkernel-gentoo-7 >=sys-kernel/installkernel-gentoo-8[dracut(-)] sys-kernel/installkernel-systemd ) ) INHERIT=kernel-build toolchain-funcs verify-sig IUSE=debug hardened secureboot savedconfig secureboot +initramfs test +strip modules-sign verify-sig -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~x86 LICENSE=GPL-2 PDEPEND=>=virtual/dist-kernel-6.6.7 RDEPEND=virtual/libelf @@ -14,5 +14,5 @@ REQUIRED_USE=arm? ( savedconfig ) secureboot? ( modules-sign ) RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) SLOT=6.6.7 SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.7.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g11.tar.gz -> gentoo-kernel-config-g11.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.7.tar.sign ) amd64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.4-gentoo/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.6.6.4-gentoo ) arm64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.4-gentoo/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.6.6.4-gentoo ) ppc64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.4-gentoo/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.6.6.4-gentoo ) x86? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.4-gentoo/kernel-i686-fedora.config -> kernel-i686-fedora.config.6.6.4-gentoo ) -_eclasses_=dist-kernel-utils 236f8d06385861720a23b42655ea244e kernel-build 5f1fdd380e026f70dfdd2560d4940a2f kernel-install e9ca5ea0d8d679177714c5925e828e94 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 secureboot 4911adb593665638c76fbd4e70d451ac toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 -_md5_=35c01a138ebe360d6b0db6fb73f8ede6 +_eclasses_=dist-kernel-utils 2c590a2491591181c0c0e514c9556a8e kernel-build 32cb80bc48e794bf59353c962b5d0a4e kernel-install 79b943a887ebe61146fbdfb831c97493 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability a74d533f258f1f435be71312558c12f9 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 savedconfig 8b5f9d995a970e49cd427c55d5840285 secureboot 4911adb593665638c76fbd4e70d451ac toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc verify-sig 798e0173d334021f14ba78a786c37059 +_md5_=207e47ab1589b7e7fc5deda7c1d4bc9d diff --git a/metadata/md5-cache/sys-libs/Manifest.gz b/metadata/md5-cache/sys-libs/Manifest.gz index a590ffbc3513..9ceadaf0d0ca 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/liburing-2.5-r2 b/metadata/md5-cache/sys-libs/liburing-2.5-r2 new file mode 100644 index 000000000000..ceb74b32dcf1 --- /dev/null +++ b/metadata/md5-cache/sys-libs/liburing-2.5-r2 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=sys-kernel/linux-headers-5.1 +DESCRIPTION=Efficient I/O with io_uring +EAPI=8 +HOMEPAGE=https://github.com/axboe/liburing +INHERIT=multilib-minimal toolchain-funcs +IUSE=examples 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 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +LICENSE=MIT +RDEPEND=>=sys-kernel/linux-headers-5.1 +RESTRICT=!test? ( test ) +SLOT=0/2 +SRC_URI=https://git.kernel.dk/cgit/liburing/snapshot/liburing-2.5.tar.bz2 +_eclasses_=multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc +_md5_=8a27fd17fd6602b24a0d3e45c6728423 diff --git a/metadata/md5-cache/sys-power/Manifest.gz b/metadata/md5-cache/sys-power/Manifest.gz index 854a718746bd..a525f473d4d0 100644 Binary files a/metadata/md5-cache/sys-power/Manifest.gz and b/metadata/md5-cache/sys-power/Manifest.gz differ diff --git a/metadata/md5-cache/sys-power/nut-2.8.0-r2 b/metadata/md5-cache/sys-power/nut-2.8.0-r2 index 92a590488f61..cea7c0cf2bf9 100644 --- a/metadata/md5-cache/sys-power/nut-2.8.0-r2 +++ b/metadata/md5-cache/sys-power/nut-2.8.0-r2 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://networkupstools.org/ INHERIT=bash-completion-r1 flag-o-matic linux-info optfeature systemd tmpfiles toolchain-funcs udev IUSE=cgi doc ipmi serial i2c +man snmp +usb modbus selinux split-usr ssl tcpd test xml zeroconf -KEYWORDS=amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~x86 +KEYWORDS=amd64 ~arm ~arm64 ~ppc ppc64 ~riscv x86 LICENSE=GPL-2 RDEPEND=acct-group/nut acct-user/nut dev-libs/libltdl virtual/udev cgi? ( >=media-libs/gd-2[png] ) i2c? ( sys-apps/i2c-tools ) ipmi? ( sys-libs/freeipmi ) modbus? ( dev-libs/libmodbus ) snmp? ( net-analyzer/net-snmp:= ) ssl? ( >=dev-libs/openssl-1:= ) tcpd? ( sys-apps/tcp-wrappers ) usb? ( virtual/libusb:1 ) xml? ( >=net-libs/neon-0.25.0:= ) zeroconf? ( net-dns/avahi ) selinux? ( sec-policy/selinux-nut ) virtual/tmpfiles RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://networkupstools.org/source/2.8/nut-2.8.0.tar.gz _eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff flag-o-matic c816c598969cbaf38cc02d2496ad2e98 linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 multilib c19072c3cd7ac5cb21de013f7e9832e0 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc udev eec0bbab06977f1cfc5597269c1fa152 -_md5_=066256463229d6a4f34c4a9ad31f66eb +_md5_=14c0635c2eb9805652a5997d3707bc38 diff --git a/metadata/md5-cache/sys-process/Manifest.gz b/metadata/md5-cache/sys-process/Manifest.gz index bdb80051cace..f67e4a1ea804 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/at-3.2.5-r2 b/metadata/md5-cache/sys-process/at-3.2.5-r2 index ed48b456e368..1fefc60cdc4c 100644 --- a/metadata/md5-cache/sys-process/at-3.2.5-r2 +++ b/metadata/md5-cache/sys-process/at-3.2.5-r2 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=http://blog.calhariz.com/index.php/tag/at https://packages.qa.debian.org/a/at.html INHERIT=autotools pam systemd IUSE=pam selinux -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=GPL-2+ GPL-3+ ISC RDEPEND=acct-group/at acct-user/at virtual/mta pam? ( sys-libs/pam ) selinux? ( sys-libs/libselinux ) virtual/mta virtual/logger selinux? ( sec-policy/selinux-at ) SLOT=0 SRC_URI=http://software.calhariz.com/at/at_3.2.5.orig.tar.gz mirror://debian/pool/main/a/at/at_3.2.5.orig.tar.gz _eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b multilib c19072c3cd7ac5cb21de013f7e9832e0 pam b56d0c9c20fc5b553f13c8ae165a10a5 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=aabb35213d3e72d06f15528cc30ac6e2 +_md5_=d3875a9d13aba8988d363132237d6fa4 diff --git a/metadata/md5-cache/virtual/Manifest.gz b/metadata/md5-cache/virtual/Manifest.gz index 584d3514256e..5e5e62c5ade9 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-6.6.7 b/metadata/md5-cache/virtual/dist-kernel-6.6.7 index 9a00cc6861ed..758264ad21ca 100644 --- a/metadata/md5-cache/virtual/dist-kernel-6.6.7 +++ b/metadata/md5-cache/virtual/dist-kernel-6.6.7 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual to depend on any Distribution Kernel EAPI=8 -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 RDEPEND=|| ( ~sys-kernel/gentoo-kernel-6.6.7 ~sys-kernel/gentoo-kernel-bin-6.6.7 ~sys-kernel/vanilla-kernel-6.6.7 ) SLOT=0/6.6.7 -_md5_=d8ec19b427d86455b182b1e84e52a876 +_md5_=6b25e5a2d13bac0f7d1dfc24aa01a2f8 diff --git a/metadata/md5-cache/virtual/perl-Module-CoreList-5.202.311.290 b/metadata/md5-cache/virtual/perl-Module-CoreList-5.202.311.290 index 99acab3bc8c9..b83337320416 100644 --- a/metadata/md5-cache/virtual/perl-Module-CoreList-5.202.311.290 +++ b/metadata/md5-cache/virtual/perl-Module-CoreList-5.202.311.290 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Module-CoreList EAPI=8 -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-lang/perl-5.38.2 ~perl-core/Module-CoreList-5.202.311.290 ) dev-lang/perl:= !<perl-core/Module-CoreList-5.202.311.290 !>perl-core/Module-CoreList-5.202.311.290-r999 SLOT=0 -_md5_=2d949eeb0bf422398b035a8888993ee9 +_md5_=aca0698befe495a27b7a9d6d0f636714 diff --git a/metadata/md5-cache/www-client/Manifest.gz b/metadata/md5-cache/www-client/Manifest.gz index d5f171992ead..52e7a41e78d5 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-115.6.0 b/metadata/md5-cache/www-client/firefox-115.6.0 new file mode 100644 index 000000000000..f402abdfd809 --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-115.6.0 @@ -0,0 +1,17 @@ +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] ) ) ) ( sys-devel/clang:15 sys-devel/llvm:15 clang? ( sys-devel/lld:15 virtual/rust:0/llvm-15 pgo? ( =sys-libs/compiler-rt-sanitizers-15*[profile] ) ) ) ) app-alternatives/awk app-arch/unzip app-arch/zip >=dev-util/cbindgen-0.24.3 net-libs/nodejs virtual/pkgconfig !clang? ( >=virtual/rust-1.65 ) 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-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.13-r7:2.1 >=sys-devel/libtool-2.4.7 +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup unpack +DEPEND=!www-client/firefox:0 !www-client/firefox:rapid screencast? ( media-video/pipewire:= ) 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.90 >=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? ( dev-libs/dbus-glib 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 ) screencast? ( media-video/pipewire:= ) 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= ) wayland? ( >=media-libs/libepoxy-1.5.10-r1 x11-libs/gtk+:3[wayland] x11-libs/libxkbcommon[wayland] ) wifi? ( kernel_linux? ( dev-libs/dbus-glib 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 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 wayland wifi +X geckodriver +gmp-autoupdate screencast 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:rapid screencast? ( media-video/pipewire:= ) 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.90 >=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? ( dev-libs/dbus-glib 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 ) screencast? ( media-video/pipewire:= ) 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= ) wayland? ( >=media-libs/libepoxy-1.5.10-r1 x11-libs/gtk+:3[wayland] x11-libs/libxkbcommon[wayland] ) wifi? ( kernel_linux? ( dev-libs/dbus-glib 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 ) +SLOT=esr +SRC_URI=https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/source/firefox-115.6.0esr.source.tar.xz -> firefox-115.6.0esr.source.tar.xz https://dev.gentoo.org/~juippis/mozilla/patchsets/firefox-115esr-patches-08.tar.xz l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/af.xpi -> firefox-115.6.0esr-af.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ar.xpi -> firefox-115.6.0esr-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ast.xpi -> firefox-115.6.0esr-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/be.xpi -> firefox-115.6.0esr-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/bg.xpi -> firefox-115.6.0esr-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/br.xpi -> firefox-115.6.0esr-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ca.xpi -> firefox-115.6.0esr-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/cak.xpi -> firefox-115.6.0esr-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/cs.xpi -> firefox-115.6.0esr-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/cy.xpi -> firefox-115.6.0esr-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/da.xpi -> firefox-115.6.0esr-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/de.xpi -> firefox-115.6.0esr-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/dsb.xpi -> firefox-115.6.0esr-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/el.xpi -> firefox-115.6.0esr-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/en-CA.xpi -> firefox-115.6.0esr-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/en-GB.xpi -> firefox-115.6.0esr-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/es-AR.xpi -> firefox-115.6.0esr-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/es-ES.xpi -> firefox-115.6.0esr-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/et.xpi -> firefox-115.6.0esr-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/eu.xpi -> firefox-115.6.0esr-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/fi.xpi -> firefox-115.6.0esr-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/fr.xpi -> firefox-115.6.0esr-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/fy-NL.xpi -> firefox-115.6.0esr-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ga-IE.xpi -> firefox-115.6.0esr-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/gd.xpi -> firefox-115.6.0esr-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/gl.xpi -> firefox-115.6.0esr-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/he.xpi -> firefox-115.6.0esr-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/hr.xpi -> firefox-115.6.0esr-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/hsb.xpi -> firefox-115.6.0esr-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/hu.xpi -> firefox-115.6.0esr-hu.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/id.xpi -> firefox-115.6.0esr-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/is.xpi -> firefox-115.6.0esr-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/it.xpi -> firefox-115.6.0esr-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ja.xpi -> firefox-115.6.0esr-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ka.xpi -> firefox-115.6.0esr-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/kab.xpi -> firefox-115.6.0esr-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/kk.xpi -> firefox-115.6.0esr-kk.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ko.xpi -> firefox-115.6.0esr-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/lt.xpi -> firefox-115.6.0esr-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/lv.xpi -> firefox-115.6.0esr-lv.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ms.xpi -> firefox-115.6.0esr-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/nb-NO.xpi -> firefox-115.6.0esr-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/nl.xpi -> firefox-115.6.0esr-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/nn-NO.xpi -> firefox-115.6.0esr-nn-NO.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/pa-IN.xpi -> firefox-115.6.0esr-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/pl.xpi -> firefox-115.6.0esr-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/pt-BR.xpi -> firefox-115.6.0esr-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/pt-PT.xpi -> firefox-115.6.0esr-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/rm.xpi -> firefox-115.6.0esr-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ro.xpi -> firefox-115.6.0esr-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ru.xpi -> firefox-115.6.0esr-ru.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/sk.xpi -> firefox-115.6.0esr-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/sl.xpi -> firefox-115.6.0esr-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/sq.xpi -> firefox-115.6.0esr-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/sr.xpi -> firefox-115.6.0esr-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/sv-SE.xpi -> firefox-115.6.0esr-sv-SE.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/th.xpi -> firefox-115.6.0esr-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/tr.xpi -> firefox-115.6.0esr-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/uk.xpi -> firefox-115.6.0esr-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/uz.xpi -> firefox-115.6.0esr-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/vi.xpi -> firefox-115.6.0esr-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/zh-CN.xpi -> firefox-115.6.0esr-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/zh-TW.xpi -> firefox-115.6.0esr-zh-TW.xpi ) l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ach.xpi -> firefox-115.6.0esr-ach.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/an.xpi -> firefox-115.6.0esr-an.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/az.xpi -> firefox-115.6.0esr-az.xpi ) l10n_bn? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/bn.xpi -> firefox-115.6.0esr-bn.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/bs.xpi -> firefox-115.6.0esr-bs.xpi ) l10n_ca-valencia? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ca-valencia.xpi -> firefox-115.6.0esr-ca-valencia.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/eo.xpi -> firefox-115.6.0esr-eo.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/es-CL.xpi -> firefox-115.6.0esr-es-CL.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/es-MX.xpi -> firefox-115.6.0esr-es-MX.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/fa.xpi -> firefox-115.6.0esr-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ff.xpi -> firefox-115.6.0esr-ff.xpi ) l10n_fur? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/fur.xpi -> firefox-115.6.0esr-fur.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/gn.xpi -> firefox-115.6.0esr-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/gu-IN.xpi -> firefox-115.6.0esr-gu-IN.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/hi-IN.xpi -> firefox-115.6.0esr-hi-IN.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/hy-AM.xpi -> firefox-115.6.0esr-hy-AM.xpi ) l10n_ia? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ia.xpi -> firefox-115.6.0esr-ia.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/km.xpi -> firefox-115.6.0esr-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/kn.xpi -> firefox-115.6.0esr-kn.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/lij.xpi -> firefox-115.6.0esr-lij.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/mk.xpi -> firefox-115.6.0esr-mk.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/mr.xpi -> firefox-115.6.0esr-mr.xpi ) l10n_my? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/my.xpi -> firefox-115.6.0esr-my.xpi ) l10n_ne? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ne-NP.xpi -> firefox-115.6.0esr-ne-NP.xpi ) l10n_oc? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/oc.xpi -> firefox-115.6.0esr-oc.xpi ) l10n_sc? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/sc.xpi -> firefox-115.6.0esr-sc.xpi ) l10n_sco? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/sco.xpi -> firefox-115.6.0esr-sco.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/si.xpi -> firefox-115.6.0esr-si.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/son.xpi -> firefox-115.6.0esr-son.xpi ) l10n_szl? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/szl.xpi -> firefox-115.6.0esr-szl.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ta.xpi -> firefox-115.6.0esr-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/te.xpi -> firefox-115.6.0esr-te.xpi ) l10n_tl? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/tl.xpi -> firefox-115.6.0esr-tl.xpi ) l10n_trs? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/trs.xpi -> firefox-115.6.0esr-trs.xpi ) l10n_ur? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ur.xpi -> firefox-115.6.0esr-ur.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/xh.xpi -> firefox-115.6.0esr-xh.xpi ) +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc desktop 021728fdc1b03b36357dbc89489e0f0d flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnome2-utils b0183db3b2e07b18f3b77bffec72e116 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 llvm dcfb437a52b5672e5f39deaae6f789c3 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 pax-utils 91d47e5d20627c717aa878b9167c62a8 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=9b7a97a69e13d4554405eae06a95fb86 diff --git a/metadata/md5-cache/www-client/firefox-118.0.2 b/metadata/md5-cache/www-client/firefox-118.0.2 deleted file mode 100644 index dda7edf39d44..000000000000 --- a/metadata/md5-cache/www-client/firefox-118.0.2 +++ /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] ) ) ) ( sys-devel/clang:15 sys-devel/llvm:15 clang? ( sys-devel/lld:15 virtual/rust:0/llvm-15 pgo? ( =sys-libs/compiler-rt-sanitizers-15*[profile] ) ) ) ) app-alternatives/awk app-arch/unzip app-arch/zip >=dev-util/cbindgen-0.24.3 net-libs/nodejs virtual/pkgconfig !clang? ( >=virtual/rust-1.65 ) 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-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.13-r7:2.1 >=sys-devel/libtool-2.4.7 -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup unpack -DEPEND=!www-client/firefox:0 !www-client/firefox:esr screencast? ( media-video/pipewire:= ) 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.93 >=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? ( dev-libs/dbus-glib 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 ) screencast? ( media-video/pipewire:= ) 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-util/valgrind ) wayland? ( >=media-libs/libepoxy-1.5.10-r1 x11-libs/gtk+:3[wayland] x11-libs/libxkbcommon[wayland] ) wifi? ( kernel_linux? ( dev-libs/dbus-glib 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 screencast 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 screencast? ( media-video/pipewire:= ) 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.93 >=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? ( dev-libs/dbus-glib 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 ) screencast? ( media-video/pipewire:= ) 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-util/valgrind ) wayland? ( >=media-libs/libepoxy-1.5.10-r1 x11-libs/gtk+:3[wayland] x11-libs/libxkbcommon[wayland] ) wifi? ( kernel_linux? ( dev-libs/dbus-glib 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 ) -SLOT=rapid -SRC_URI=https://archive.mozilla.org/pub/firefox/releases/118.0.2/source/firefox-118.0.2.source.tar.xz -> firefox-118.0.2.source.tar.xz https://dev.gentoo.org/~juippis/mozilla/patchsets/firefox-118-patches-04.tar.xz l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/af.xpi -> firefox-118.0.2-af.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/ar.xpi -> firefox-118.0.2-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/ast.xpi -> firefox-118.0.2-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/be.xpi -> firefox-118.0.2-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/bg.xpi -> firefox-118.0.2-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/br.xpi -> firefox-118.0.2-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/ca.xpi -> firefox-118.0.2-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/cak.xpi -> firefox-118.0.2-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/cs.xpi -> firefox-118.0.2-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/cy.xpi -> firefox-118.0.2-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/da.xpi -> firefox-118.0.2-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/de.xpi -> firefox-118.0.2-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/dsb.xpi -> firefox-118.0.2-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/el.xpi -> firefox-118.0.2-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/en-CA.xpi -> firefox-118.0.2-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/en-GB.xpi -> firefox-118.0.2-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/es-AR.xpi -> firefox-118.0.2-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/es-ES.xpi -> firefox-118.0.2-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/et.xpi -> firefox-118.0.2-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/eu.xpi -> firefox-118.0.2-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/fi.xpi -> firefox-118.0.2-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/fr.xpi -> firefox-118.0.2-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/fy-NL.xpi -> firefox-118.0.2-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/ga-IE.xpi -> firefox-118.0.2-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/gd.xpi -> firefox-118.0.2-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/gl.xpi -> firefox-118.0.2-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/he.xpi -> firefox-118.0.2-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/hr.xpi -> firefox-118.0.2-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/hsb.xpi -> firefox-118.0.2-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/hu.xpi -> firefox-118.0.2-hu.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/id.xpi -> firefox-118.0.2-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/is.xpi -> firefox-118.0.2-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/it.xpi -> firefox-118.0.2-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/ja.xpi -> firefox-118.0.2-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/ka.xpi -> firefox-118.0.2-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/kab.xpi -> firefox-118.0.2-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/kk.xpi -> firefox-118.0.2-kk.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/ko.xpi -> firefox-118.0.2-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/lt.xpi -> firefox-118.0.2-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/lv.xpi -> firefox-118.0.2-lv.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/ms.xpi -> firefox-118.0.2-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/nb-NO.xpi -> firefox-118.0.2-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/nl.xpi -> firefox-118.0.2-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/nn-NO.xpi -> firefox-118.0.2-nn-NO.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/pa-IN.xpi -> firefox-118.0.2-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/pl.xpi -> firefox-118.0.2-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/pt-BR.xpi -> firefox-118.0.2-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/pt-PT.xpi -> firefox-118.0.2-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/rm.xpi -> firefox-118.0.2-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/ro.xpi -> firefox-118.0.2-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/ru.xpi -> firefox-118.0.2-ru.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/sk.xpi -> firefox-118.0.2-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/sl.xpi -> firefox-118.0.2-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/sq.xpi -> firefox-118.0.2-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/sr.xpi -> firefox-118.0.2-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/sv-SE.xpi -> firefox-118.0.2-sv-SE.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/th.xpi -> firefox-118.0.2-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/tr.xpi -> firefox-118.0.2-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/uk.xpi -> firefox-118.0.2-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/uz.xpi -> firefox-118.0.2-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/vi.xpi -> firefox-118.0.2-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/zh-CN.xpi -> firefox-118.0.2-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/zh-TW.xpi -> firefox-118.0.2-zh-TW.xpi ) l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/ach.xpi -> firefox-118.0.2-ach.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/an.xpi -> firefox-118.0.2-an.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/az.xpi -> firefox-118.0.2-az.xpi ) l10n_bn? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/bn.xpi -> firefox-118.0.2-bn.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/bs.xpi -> firefox-118.0.2-bs.xpi ) l10n_ca-valencia? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/ca-valencia.xpi -> firefox-118.0.2-ca-valencia.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/eo.xpi -> firefox-118.0.2-eo.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/es-CL.xpi -> firefox-118.0.2-es-CL.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/es-MX.xpi -> firefox-118.0.2-es-MX.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/fa.xpi -> firefox-118.0.2-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/ff.xpi -> firefox-118.0.2-ff.xpi ) l10n_fur? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/fur.xpi -> firefox-118.0.2-fur.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/gn.xpi -> firefox-118.0.2-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/gu-IN.xpi -> firefox-118.0.2-gu-IN.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/hi-IN.xpi -> firefox-118.0.2-hi-IN.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/hy-AM.xpi -> firefox-118.0.2-hy-AM.xpi ) l10n_ia? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/ia.xpi -> firefox-118.0.2-ia.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/km.xpi -> firefox-118.0.2-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/kn.xpi -> firefox-118.0.2-kn.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/lij.xpi -> firefox-118.0.2-lij.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/mk.xpi -> firefox-118.0.2-mk.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/mr.xpi -> firefox-118.0.2-mr.xpi ) l10n_my? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/my.xpi -> firefox-118.0.2-my.xpi ) l10n_ne? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/ne-NP.xpi -> firefox-118.0.2-ne-NP.xpi ) l10n_oc? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/oc.xpi -> firefox-118.0.2-oc.xpi ) l10n_sc? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/sc.xpi -> firefox-118.0.2-sc.xpi ) l10n_sco? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/sco.xpi -> firefox-118.0.2-sco.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/si.xpi -> firefox-118.0.2-si.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/son.xpi -> firefox-118.0.2-son.xpi ) l10n_szl? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/szl.xpi -> firefox-118.0.2-szl.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/ta.xpi -> firefox-118.0.2-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/te.xpi -> firefox-118.0.2-te.xpi ) l10n_tl? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/tl.xpi -> firefox-118.0.2-tl.xpi ) l10n_trs? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/trs.xpi -> firefox-118.0.2-trs.xpi ) l10n_ur? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/ur.xpi -> firefox-118.0.2-ur.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/118.0.2/linux-x86_64/xpi/xh.xpi -> firefox-118.0.2-xh.xpi ) -_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc desktop 021728fdc1b03b36357dbc89489e0f0d flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnome2-utils b0183db3b2e07b18f3b77bffec72e116 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 llvm dcfb437a52b5672e5f39deaae6f789c3 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 pax-utils 91d47e5d20627c717aa878b9167c62a8 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=e9d30ce1eee774e14d27f6a9dd5cb13b diff --git a/metadata/md5-cache/www-client/firefox-119.0 b/metadata/md5-cache/www-client/firefox-119.0 deleted file mode 100644 index dc2b01e7b140..000000000000 --- a/metadata/md5-cache/www-client/firefox-119.0 +++ /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] ) ) ) ( sys-devel/clang:15 sys-devel/llvm:15 clang? ( sys-devel/lld:15 virtual/rust:0/llvm-15 pgo? ( =sys-libs/compiler-rt-sanitizers-15*[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.65 ) 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-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.13-r7:2.1 >=sys-devel/libtool-2.4.7 -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup unpack -DEPEND=!www-client/firefox:0 !www-client/firefox:esr screencast? ( media-video/pipewire:= ) 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.94 >=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? ( dev-libs/dbus-glib 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 ) screencast? ( media-video/pipewire:= ) 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-util/valgrind ) wayland? ( >=media-libs/libepoxy-1.5.10-r1 x11-libs/gtk+:3[wayland] x11-libs/libxkbcommon[wayland] ) wifi? ( kernel_linux? ( dev-libs/dbus-glib 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 screencast 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 screencast? ( media-video/pipewire:= ) 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.94 >=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? ( dev-libs/dbus-glib 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 ) screencast? ( media-video/pipewire:= ) 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-util/valgrind ) wayland? ( >=media-libs/libepoxy-1.5.10-r1 x11-libs/gtk+:3[wayland] x11-libs/libxkbcommon[wayland] ) wifi? ( kernel_linux? ( dev-libs/dbus-glib 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 ) -SLOT=rapid -SRC_URI=https://archive.mozilla.org/pub/firefox/releases/119.0/source/firefox-119.0.source.tar.xz -> firefox-119.0.source.tar.xz https://dev.gentoo.org/~juippis/mozilla/patchsets/firefox-119-patches-01.tar.xz l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/af.xpi -> firefox-119.0-af.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/ar.xpi -> firefox-119.0-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/ast.xpi -> firefox-119.0-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/be.xpi -> firefox-119.0-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/bg.xpi -> firefox-119.0-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/br.xpi -> firefox-119.0-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/ca.xpi -> firefox-119.0-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/cak.xpi -> firefox-119.0-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/cs.xpi -> firefox-119.0-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/cy.xpi -> firefox-119.0-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/da.xpi -> firefox-119.0-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/de.xpi -> firefox-119.0-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/dsb.xpi -> firefox-119.0-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/el.xpi -> firefox-119.0-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/en-CA.xpi -> firefox-119.0-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/en-GB.xpi -> firefox-119.0-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/es-AR.xpi -> firefox-119.0-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/es-ES.xpi -> firefox-119.0-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/et.xpi -> firefox-119.0-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/eu.xpi -> firefox-119.0-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/fi.xpi -> firefox-119.0-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/fr.xpi -> firefox-119.0-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/fy-NL.xpi -> firefox-119.0-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/ga-IE.xpi -> firefox-119.0-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/gd.xpi -> firefox-119.0-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/gl.xpi -> firefox-119.0-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/he.xpi -> firefox-119.0-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/hr.xpi -> firefox-119.0-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/hsb.xpi -> firefox-119.0-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/hu.xpi -> firefox-119.0-hu.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/id.xpi -> firefox-119.0-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/is.xpi -> firefox-119.0-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/it.xpi -> firefox-119.0-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/ja.xpi -> firefox-119.0-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/ka.xpi -> firefox-119.0-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/kab.xpi -> firefox-119.0-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/kk.xpi -> firefox-119.0-kk.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/ko.xpi -> firefox-119.0-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/lt.xpi -> firefox-119.0-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/lv.xpi -> firefox-119.0-lv.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/ms.xpi -> firefox-119.0-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/nb-NO.xpi -> firefox-119.0-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/nl.xpi -> firefox-119.0-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/nn-NO.xpi -> firefox-119.0-nn-NO.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/pa-IN.xpi -> firefox-119.0-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/pl.xpi -> firefox-119.0-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/pt-BR.xpi -> firefox-119.0-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/pt-PT.xpi -> firefox-119.0-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/rm.xpi -> firefox-119.0-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/ro.xpi -> firefox-119.0-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/ru.xpi -> firefox-119.0-ru.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/sk.xpi -> firefox-119.0-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/sl.xpi -> firefox-119.0-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/sq.xpi -> firefox-119.0-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/sr.xpi -> firefox-119.0-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/sv-SE.xpi -> firefox-119.0-sv-SE.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/th.xpi -> firefox-119.0-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/tr.xpi -> firefox-119.0-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/uk.xpi -> firefox-119.0-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/uz.xpi -> firefox-119.0-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/vi.xpi -> firefox-119.0-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/zh-CN.xpi -> firefox-119.0-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/zh-TW.xpi -> firefox-119.0-zh-TW.xpi ) l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/ach.xpi -> firefox-119.0-ach.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/an.xpi -> firefox-119.0-an.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/az.xpi -> firefox-119.0-az.xpi ) l10n_bn? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/bn.xpi -> firefox-119.0-bn.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/bs.xpi -> firefox-119.0-bs.xpi ) l10n_ca-valencia? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/ca-valencia.xpi -> firefox-119.0-ca-valencia.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/eo.xpi -> firefox-119.0-eo.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/es-CL.xpi -> firefox-119.0-es-CL.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/es-MX.xpi -> firefox-119.0-es-MX.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/fa.xpi -> firefox-119.0-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/ff.xpi -> firefox-119.0-ff.xpi ) l10n_fur? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/fur.xpi -> firefox-119.0-fur.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/gn.xpi -> firefox-119.0-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/gu-IN.xpi -> firefox-119.0-gu-IN.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/hi-IN.xpi -> firefox-119.0-hi-IN.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/hy-AM.xpi -> firefox-119.0-hy-AM.xpi ) l10n_ia? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/ia.xpi -> firefox-119.0-ia.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/km.xpi -> firefox-119.0-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/kn.xpi -> firefox-119.0-kn.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/lij.xpi -> firefox-119.0-lij.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/mk.xpi -> firefox-119.0-mk.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/mr.xpi -> firefox-119.0-mr.xpi ) l10n_my? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/my.xpi -> firefox-119.0-my.xpi ) l10n_ne? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/ne-NP.xpi -> firefox-119.0-ne-NP.xpi ) l10n_oc? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/oc.xpi -> firefox-119.0-oc.xpi ) l10n_sc? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/sc.xpi -> firefox-119.0-sc.xpi ) l10n_sco? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/sco.xpi -> firefox-119.0-sco.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/si.xpi -> firefox-119.0-si.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/son.xpi -> firefox-119.0-son.xpi ) l10n_szl? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/szl.xpi -> firefox-119.0-szl.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/ta.xpi -> firefox-119.0-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/te.xpi -> firefox-119.0-te.xpi ) l10n_tl? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/tl.xpi -> firefox-119.0-tl.xpi ) l10n_trs? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/trs.xpi -> firefox-119.0-trs.xpi ) l10n_ur? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/ur.xpi -> firefox-119.0-ur.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/119.0/linux-x86_64/xpi/xh.xpi -> firefox-119.0-xh.xpi ) -_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc desktop 021728fdc1b03b36357dbc89489e0f0d flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnome2-utils b0183db3b2e07b18f3b77bffec72e116 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 llvm dcfb437a52b5672e5f39deaae6f789c3 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 pax-utils 91d47e5d20627c717aa878b9167c62a8 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=f06ea532a3d6d0aac3892fab2cb7a2ab diff --git a/metadata/md5-cache/www-client/firefox-119.0.1 b/metadata/md5-cache/www-client/firefox-119.0.1 deleted file mode 100644 index c833756aad34..000000000000 --- a/metadata/md5-cache/www-client/firefox-119.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] ) ) ) ( sys-devel/clang:15 sys-devel/llvm:15 clang? ( sys-devel/lld:15 virtual/rust:0/llvm-15 pgo? ( =sys-libs/compiler-rt-sanitizers-15*[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.65 ) 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-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.13-r7:2.1 >=sys-devel/libtool-2.4.7 -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup unpack -DEPEND=!www-client/firefox:0 !www-client/firefox:esr screencast? ( media-video/pipewire:= ) 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.94 >=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? ( dev-libs/dbus-glib 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 ) screencast? ( media-video/pipewire:= ) 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-util/valgrind ) wayland? ( >=media-libs/libepoxy-1.5.10-r1 x11-libs/gtk+:3[wayland] x11-libs/libxkbcommon[wayland] ) wifi? ( kernel_linux? ( dev-libs/dbus-glib 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 screencast 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 screencast? ( media-video/pipewire:= ) 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.94 >=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? ( dev-libs/dbus-glib 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 ) screencast? ( media-video/pipewire:= ) 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-util/valgrind ) wayland? ( >=media-libs/libepoxy-1.5.10-r1 x11-libs/gtk+:3[wayland] x11-libs/libxkbcommon[wayland] ) wifi? ( kernel_linux? ( dev-libs/dbus-glib 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 ) -SLOT=rapid -SRC_URI=https://archive.mozilla.org/pub/firefox/releases/119.0.1/source/firefox-119.0.1.source.tar.xz -> firefox-119.0.1.source.tar.xz https://dev.gentoo.org/~juippis/mozilla/patchsets/firefox-119-patches-01.tar.xz l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/af.xpi -> firefox-119.0.1-af.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/ar.xpi -> firefox-119.0.1-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/ast.xpi -> firefox-119.0.1-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/be.xpi -> firefox-119.0.1-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/bg.xpi -> firefox-119.0.1-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/br.xpi -> firefox-119.0.1-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/ca.xpi -> firefox-119.0.1-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/cak.xpi -> firefox-119.0.1-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/cs.xpi -> firefox-119.0.1-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/cy.xpi -> firefox-119.0.1-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/da.xpi -> firefox-119.0.1-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/de.xpi -> firefox-119.0.1-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/dsb.xpi -> firefox-119.0.1-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/el.xpi -> firefox-119.0.1-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/en-CA.xpi -> firefox-119.0.1-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/en-GB.xpi -> firefox-119.0.1-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/es-AR.xpi -> firefox-119.0.1-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/es-ES.xpi -> firefox-119.0.1-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/et.xpi -> firefox-119.0.1-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/eu.xpi -> firefox-119.0.1-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/fi.xpi -> firefox-119.0.1-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/fr.xpi -> firefox-119.0.1-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/fy-NL.xpi -> firefox-119.0.1-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/ga-IE.xpi -> firefox-119.0.1-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/gd.xpi -> firefox-119.0.1-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/gl.xpi -> firefox-119.0.1-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/he.xpi -> firefox-119.0.1-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/hr.xpi -> firefox-119.0.1-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/hsb.xpi -> firefox-119.0.1-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/hu.xpi -> firefox-119.0.1-hu.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/id.xpi -> firefox-119.0.1-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/is.xpi -> firefox-119.0.1-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/it.xpi -> firefox-119.0.1-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/ja.xpi -> firefox-119.0.1-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/ka.xpi -> firefox-119.0.1-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/kab.xpi -> firefox-119.0.1-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/kk.xpi -> firefox-119.0.1-kk.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/ko.xpi -> firefox-119.0.1-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/lt.xpi -> firefox-119.0.1-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/lv.xpi -> firefox-119.0.1-lv.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/ms.xpi -> firefox-119.0.1-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/nb-NO.xpi -> firefox-119.0.1-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/nl.xpi -> firefox-119.0.1-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/nn-NO.xpi -> firefox-119.0.1-nn-NO.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/pa-IN.xpi -> firefox-119.0.1-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/pl.xpi -> firefox-119.0.1-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/pt-BR.xpi -> firefox-119.0.1-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/pt-PT.xpi -> firefox-119.0.1-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/rm.xpi -> firefox-119.0.1-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/ro.xpi -> firefox-119.0.1-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/ru.xpi -> firefox-119.0.1-ru.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/sk.xpi -> firefox-119.0.1-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/sl.xpi -> firefox-119.0.1-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/sq.xpi -> firefox-119.0.1-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/sr.xpi -> firefox-119.0.1-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/sv-SE.xpi -> firefox-119.0.1-sv-SE.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/th.xpi -> firefox-119.0.1-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/tr.xpi -> firefox-119.0.1-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/uk.xpi -> firefox-119.0.1-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/uz.xpi -> firefox-119.0.1-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/vi.xpi -> firefox-119.0.1-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/zh-CN.xpi -> firefox-119.0.1-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/zh-TW.xpi -> firefox-119.0.1-zh-TW.xpi ) l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/ach.xpi -> firefox-119.0.1-ach.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/an.xpi -> firefox-119.0.1-an.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/az.xpi -> firefox-119.0.1-az.xpi ) l10n_bn? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/bn.xpi -> firefox-119.0.1-bn.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/bs.xpi -> firefox-119.0.1-bs.xpi ) l10n_ca-valencia? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/ca-valencia.xpi -> firefox-119.0.1-ca-valencia.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/eo.xpi -> firefox-119.0.1-eo.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/es-CL.xpi -> firefox-119.0.1-es-CL.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/es-MX.xpi -> firefox-119.0.1-es-MX.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/fa.xpi -> firefox-119.0.1-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/ff.xpi -> firefox-119.0.1-ff.xpi ) l10n_fur? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/fur.xpi -> firefox-119.0.1-fur.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/gn.xpi -> firefox-119.0.1-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/gu-IN.xpi -> firefox-119.0.1-gu-IN.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/hi-IN.xpi -> firefox-119.0.1-hi-IN.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/hy-AM.xpi -> firefox-119.0.1-hy-AM.xpi ) l10n_ia? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/ia.xpi -> firefox-119.0.1-ia.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/km.xpi -> firefox-119.0.1-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/kn.xpi -> firefox-119.0.1-kn.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/lij.xpi -> firefox-119.0.1-lij.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/mk.xpi -> firefox-119.0.1-mk.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/mr.xpi -> firefox-119.0.1-mr.xpi ) l10n_my? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/my.xpi -> firefox-119.0.1-my.xpi ) l10n_ne? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/ne-NP.xpi -> firefox-119.0.1-ne-NP.xpi ) l10n_oc? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/oc.xpi -> firefox-119.0.1-oc.xpi ) l10n_sc? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/sc.xpi -> firefox-119.0.1-sc.xpi ) l10n_sco? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/sco.xpi -> firefox-119.0.1-sco.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/si.xpi -> firefox-119.0.1-si.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/son.xpi -> firefox-119.0.1-son.xpi ) l10n_szl? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/szl.xpi -> firefox-119.0.1-szl.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/ta.xpi -> firefox-119.0.1-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/te.xpi -> firefox-119.0.1-te.xpi ) l10n_tl? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/tl.xpi -> firefox-119.0.1-tl.xpi ) l10n_trs? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/trs.xpi -> firefox-119.0.1-trs.xpi ) l10n_ur? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/ur.xpi -> firefox-119.0.1-ur.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/xpi/xh.xpi -> firefox-119.0.1-xh.xpi ) -_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc desktop 021728fdc1b03b36357dbc89489e0f0d flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnome2-utils b0183db3b2e07b18f3b77bffec72e116 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 llvm dcfb437a52b5672e5f39deaae6f789c3 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 pax-utils 91d47e5d20627c717aa878b9167c62a8 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=51ce91975b7b9a90d469b44af623a267 diff --git a/metadata/md5-cache/www-client/firefox-120.0 b/metadata/md5-cache/www-client/firefox-120.0 deleted file mode 100644 index 117a6bafbed0..000000000000 --- a/metadata/md5-cache/www-client/firefox-120.0 +++ /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] ) ) ) ( sys-devel/clang:15 sys-devel/llvm:15 clang? ( sys-devel/lld:15 virtual/rust:0/llvm-15 pgo? ( =sys-libs/compiler-rt-sanitizers-15*[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 ) 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-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.13-r7:2.1 >=sys-devel/libtool-2.4.7 -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup unpack -DEPEND=!www-client/firefox:0 !www-client/firefox:esr screencast? ( media-video/pipewire:= ) 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.94 >=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 ) screencast? ( media-video/pipewire:= ) 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-util/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 screencast 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 screencast? ( media-video/pipewire:= ) 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.94 >=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 ) screencast? ( media-video/pipewire:= ) 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-util/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/120.0/source/firefox-120.0.source.tar.xz -> firefox-120.0.source.tar.xz https://dev.gentoo.org/~juippis/mozilla/patchsets/firefox-120-patches-01.tar.xz l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/af.xpi -> firefox-120.0-af.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/ar.xpi -> firefox-120.0-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/ast.xpi -> firefox-120.0-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/be.xpi -> firefox-120.0-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/bg.xpi -> firefox-120.0-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/br.xpi -> firefox-120.0-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/ca.xpi -> firefox-120.0-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/cak.xpi -> firefox-120.0-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/cs.xpi -> firefox-120.0-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/cy.xpi -> firefox-120.0-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/da.xpi -> firefox-120.0-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/de.xpi -> firefox-120.0-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/dsb.xpi -> firefox-120.0-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/el.xpi -> firefox-120.0-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/en-CA.xpi -> firefox-120.0-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/en-GB.xpi -> firefox-120.0-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/es-AR.xpi -> firefox-120.0-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/es-ES.xpi -> firefox-120.0-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/et.xpi -> firefox-120.0-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/eu.xpi -> firefox-120.0-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/fi.xpi -> firefox-120.0-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/fr.xpi -> firefox-120.0-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/fy-NL.xpi -> firefox-120.0-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/ga-IE.xpi -> firefox-120.0-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/gd.xpi -> firefox-120.0-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/gl.xpi -> firefox-120.0-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/he.xpi -> firefox-120.0-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/hr.xpi -> firefox-120.0-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/hsb.xpi -> firefox-120.0-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/hu.xpi -> firefox-120.0-hu.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/id.xpi -> firefox-120.0-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/is.xpi -> firefox-120.0-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/it.xpi -> firefox-120.0-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/ja.xpi -> firefox-120.0-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/ka.xpi -> firefox-120.0-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/kab.xpi -> firefox-120.0-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/kk.xpi -> firefox-120.0-kk.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/ko.xpi -> firefox-120.0-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/lt.xpi -> firefox-120.0-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/lv.xpi -> firefox-120.0-lv.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/ms.xpi -> firefox-120.0-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/nb-NO.xpi -> firefox-120.0-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/nl.xpi -> firefox-120.0-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/nn-NO.xpi -> firefox-120.0-nn-NO.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/pa-IN.xpi -> firefox-120.0-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/pl.xpi -> firefox-120.0-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/pt-BR.xpi -> firefox-120.0-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/pt-PT.xpi -> firefox-120.0-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/rm.xpi -> firefox-120.0-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/ro.xpi -> firefox-120.0-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/ru.xpi -> firefox-120.0-ru.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/sk.xpi -> firefox-120.0-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/sl.xpi -> firefox-120.0-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/sq.xpi -> firefox-120.0-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/sr.xpi -> firefox-120.0-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/sv-SE.xpi -> firefox-120.0-sv-SE.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/th.xpi -> firefox-120.0-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/tr.xpi -> firefox-120.0-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/uk.xpi -> firefox-120.0-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/uz.xpi -> firefox-120.0-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/vi.xpi -> firefox-120.0-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/zh-CN.xpi -> firefox-120.0-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/zh-TW.xpi -> firefox-120.0-zh-TW.xpi ) l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/ach.xpi -> firefox-120.0-ach.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/an.xpi -> firefox-120.0-an.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/az.xpi -> firefox-120.0-az.xpi ) l10n_bn? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/bn.xpi -> firefox-120.0-bn.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/bs.xpi -> firefox-120.0-bs.xpi ) l10n_ca-valencia? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/ca-valencia.xpi -> firefox-120.0-ca-valencia.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/eo.xpi -> firefox-120.0-eo.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/es-CL.xpi -> firefox-120.0-es-CL.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/es-MX.xpi -> firefox-120.0-es-MX.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/fa.xpi -> firefox-120.0-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/ff.xpi -> firefox-120.0-ff.xpi ) l10n_fur? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/fur.xpi -> firefox-120.0-fur.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/gn.xpi -> firefox-120.0-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/gu-IN.xpi -> firefox-120.0-gu-IN.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/hi-IN.xpi -> firefox-120.0-hi-IN.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/hy-AM.xpi -> firefox-120.0-hy-AM.xpi ) l10n_ia? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/ia.xpi -> firefox-120.0-ia.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/km.xpi -> firefox-120.0-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/kn.xpi -> firefox-120.0-kn.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/lij.xpi -> firefox-120.0-lij.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/mk.xpi -> firefox-120.0-mk.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/mr.xpi -> firefox-120.0-mr.xpi ) l10n_my? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/my.xpi -> firefox-120.0-my.xpi ) l10n_ne? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/ne-NP.xpi -> firefox-120.0-ne-NP.xpi ) l10n_oc? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/oc.xpi -> firefox-120.0-oc.xpi ) l10n_sc? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/sc.xpi -> firefox-120.0-sc.xpi ) l10n_sco? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/sco.xpi -> firefox-120.0-sco.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/si.xpi -> firefox-120.0-si.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/son.xpi -> firefox-120.0-son.xpi ) l10n_szl? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/szl.xpi -> firefox-120.0-szl.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/ta.xpi -> firefox-120.0-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/te.xpi -> firefox-120.0-te.xpi ) l10n_tl? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/tl.xpi -> firefox-120.0-tl.xpi ) l10n_trs? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/trs.xpi -> firefox-120.0-trs.xpi ) l10n_ur? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/ur.xpi -> firefox-120.0-ur.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/120.0/linux-x86_64/xpi/xh.xpi -> firefox-120.0-xh.xpi ) -_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc desktop 021728fdc1b03b36357dbc89489e0f0d flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnome2-utils b0183db3b2e07b18f3b77bffec72e116 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 llvm dcfb437a52b5672e5f39deaae6f789c3 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 pax-utils 91d47e5d20627c717aa878b9167c62a8 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=1f6617a6158db0a42e8ef25f6f0cf21c diff --git a/metadata/md5-cache/www-client/firefox-121.0 b/metadata/md5-cache/www-client/firefox-121.0 new file mode 100644 index 000000000000..8e8faba7dc5b --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-121.0 @@ -0,0 +1,17 @@ +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] ) ) ) ( sys-devel/clang:15 sys-devel/llvm:15 clang? ( sys-devel/lld:15 virtual/rust:0/llvm-15 pgo? ( =sys-libs/compiler-rt-sanitizers-15*[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/rust-bin-1.73 ) ) 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-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.13-r7:2.1 >=sys-devel/libtool-2.4.7 +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup unpack +DEPEND=!www-client/firefox:0 !www-client/firefox:esr screencast? ( media-video/pipewire:= ) 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 ) screencast? ( media-video/pipewire:= ) 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-util/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 screencast 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 screencast? ( media-video/pipewire:= ) 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 ) screencast? ( media-video/pipewire:= ) 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-util/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/121.0/source/firefox-121.0.source.tar.xz -> firefox-121.0.source.tar.xz https://dev.gentoo.org/~juippis/mozilla/patchsets/firefox-121-patches-01.tar.xz l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/af.xpi -> firefox-121.0-af.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ar.xpi -> firefox-121.0-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ast.xpi -> firefox-121.0-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/be.xpi -> firefox-121.0-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/bg.xpi -> firefox-121.0-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/br.xpi -> firefox-121.0-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ca.xpi -> firefox-121.0-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/cak.xpi -> firefox-121.0-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/cs.xpi -> firefox-121.0-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/cy.xpi -> firefox-121.0-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/da.xpi -> firefox-121.0-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/de.xpi -> firefox-121.0-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/dsb.xpi -> firefox-121.0-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/el.xpi -> firefox-121.0-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/en-CA.xpi -> firefox-121.0-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/en-GB.xpi -> firefox-121.0-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/es-AR.xpi -> firefox-121.0-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/es-ES.xpi -> firefox-121.0-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/et.xpi -> firefox-121.0-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/eu.xpi -> firefox-121.0-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/fi.xpi -> firefox-121.0-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/fr.xpi -> firefox-121.0-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/fy-NL.xpi -> firefox-121.0-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ga-IE.xpi -> firefox-121.0-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/gd.xpi -> firefox-121.0-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/gl.xpi -> firefox-121.0-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/he.xpi -> firefox-121.0-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/hr.xpi -> firefox-121.0-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/hsb.xpi -> firefox-121.0-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/hu.xpi -> firefox-121.0-hu.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/id.xpi -> firefox-121.0-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/is.xpi -> firefox-121.0-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/it.xpi -> firefox-121.0-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ja.xpi -> firefox-121.0-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ka.xpi -> firefox-121.0-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/kab.xpi -> firefox-121.0-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/kk.xpi -> firefox-121.0-kk.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ko.xpi -> firefox-121.0-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/lt.xpi -> firefox-121.0-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/lv.xpi -> firefox-121.0-lv.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ms.xpi -> firefox-121.0-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/nb-NO.xpi -> firefox-121.0-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/nl.xpi -> firefox-121.0-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/nn-NO.xpi -> firefox-121.0-nn-NO.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/pa-IN.xpi -> firefox-121.0-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/pl.xpi -> firefox-121.0-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/pt-BR.xpi -> firefox-121.0-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/pt-PT.xpi -> firefox-121.0-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/rm.xpi -> firefox-121.0-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ro.xpi -> firefox-121.0-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ru.xpi -> firefox-121.0-ru.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/sk.xpi -> firefox-121.0-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/sl.xpi -> firefox-121.0-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/sq.xpi -> firefox-121.0-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/sr.xpi -> firefox-121.0-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/sv-SE.xpi -> firefox-121.0-sv-SE.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/th.xpi -> firefox-121.0-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/tr.xpi -> firefox-121.0-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/uk.xpi -> firefox-121.0-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/uz.xpi -> firefox-121.0-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/vi.xpi -> firefox-121.0-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/zh-CN.xpi -> firefox-121.0-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/zh-TW.xpi -> firefox-121.0-zh-TW.xpi ) l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ach.xpi -> firefox-121.0-ach.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/an.xpi -> firefox-121.0-an.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/az.xpi -> firefox-121.0-az.xpi ) l10n_bn? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/bn.xpi -> firefox-121.0-bn.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/bs.xpi -> firefox-121.0-bs.xpi ) l10n_ca-valencia? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ca-valencia.xpi -> firefox-121.0-ca-valencia.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/eo.xpi -> firefox-121.0-eo.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/es-CL.xpi -> firefox-121.0-es-CL.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/es-MX.xpi -> firefox-121.0-es-MX.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/fa.xpi -> firefox-121.0-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ff.xpi -> firefox-121.0-ff.xpi ) l10n_fur? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/fur.xpi -> firefox-121.0-fur.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/gn.xpi -> firefox-121.0-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/gu-IN.xpi -> firefox-121.0-gu-IN.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/hi-IN.xpi -> firefox-121.0-hi-IN.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/hy-AM.xpi -> firefox-121.0-hy-AM.xpi ) l10n_ia? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ia.xpi -> firefox-121.0-ia.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/km.xpi -> firefox-121.0-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/kn.xpi -> firefox-121.0-kn.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/lij.xpi -> firefox-121.0-lij.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/mk.xpi -> firefox-121.0-mk.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/mr.xpi -> firefox-121.0-mr.xpi ) l10n_my? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/my.xpi -> firefox-121.0-my.xpi ) l10n_ne? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ne-NP.xpi -> firefox-121.0-ne-NP.xpi ) l10n_oc? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/oc.xpi -> firefox-121.0-oc.xpi ) l10n_sc? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/sc.xpi -> firefox-121.0-sc.xpi ) l10n_sco? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/sco.xpi -> firefox-121.0-sco.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/si.xpi -> firefox-121.0-si.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/son.xpi -> firefox-121.0-son.xpi ) l10n_szl? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/szl.xpi -> firefox-121.0-szl.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ta.xpi -> firefox-121.0-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/te.xpi -> firefox-121.0-te.xpi ) l10n_tl? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/tl.xpi -> firefox-121.0-tl.xpi ) l10n_trs? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/trs.xpi -> firefox-121.0-trs.xpi ) l10n_ur? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ur.xpi -> firefox-121.0-ur.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/xh.xpi -> firefox-121.0-xh.xpi ) +_eclasses_=autotools 6ae9a4347149b19a112caa1182d03bde check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc desktop 021728fdc1b03b36357dbc89489e0f0d flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnome2-utils b0183db3b2e07b18f3b77bffec72e116 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 llvm dcfb437a52b5672e5f39deaae6f789c3 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 pax-utils 91d47e5d20627c717aa878b9167c62a8 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=e90604ea89f31badb6cc8a518d82cb80 diff --git a/metadata/md5-cache/www-client/firefox-bin-115.6.0 b/metadata/md5-cache/www-client/firefox-bin-115.6.0 new file mode 100644 index 000000000000..a5dc1bf74a63 --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-bin-115.6.0 @@ -0,0 +1,17 @@ +BDEPEND=app-arch/unzip alsa? ( !pulseaudio? ( dev-util/patchelf ) ) +DEFINED_PHASES=install postinst postrm preinst setup unpack +DEPEND=alsa? ( !pulseaudio? ( media-sound/apulse ) ) +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=alsa? ( !pulseaudio? ( media-sound/apulse ) ) !www-client/firefox-bin:0 !www-client/firefox-bin:rapid >=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 alsa? ( !pulseaudio? ( media-sound/apulse ) ) ffmpeg? ( media-video/ffmpeg ) pulseaudio? ( media-libs/libpulse ) selinux? ( sec-policy/selinux-mozilla ) +RESTRICT=strip +SLOT=esr +SRC_URI=amd64? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/en-US/firefox-115.6.0esr.tar.bz2 -> firefox-bin_x86_64-115.6.0.tar.bz2 ) x86? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-i686/en-US/firefox-115.6.0esr.tar.bz2 -> firefox-bin_i686-115.6.0.tar.bz2 ) l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ach.xpi -> firefox-115.6.0esr-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/af.xpi -> firefox-115.6.0esr-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/an.xpi -> firefox-115.6.0esr-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ar.xpi -> firefox-115.6.0esr-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ast.xpi -> firefox-115.6.0esr-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/az.xpi -> firefox-115.6.0esr-az.xpi ) l10n_be? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/be.xpi -> firefox-115.6.0esr-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/bg.xpi -> firefox-115.6.0esr-bg.xpi ) l10n_bn? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/bn.xpi -> firefox-115.6.0esr-bn.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/br.xpi -> firefox-115.6.0esr-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/bs.xpi -> firefox-115.6.0esr-bs.xpi ) l10n_ca-valencia? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ca-valencia.xpi -> firefox-115.6.0esr-ca-valencia.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ca.xpi -> firefox-115.6.0esr-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/cak.xpi -> firefox-115.6.0esr-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/cs.xpi -> firefox-115.6.0esr-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/cy.xpi -> firefox-115.6.0esr-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/da.xpi -> firefox-115.6.0esr-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/de.xpi -> firefox-115.6.0esr-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/dsb.xpi -> firefox-115.6.0esr-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/el.xpi -> firefox-115.6.0esr-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/en-CA.xpi -> firefox-115.6.0esr-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/en-GB.xpi -> firefox-115.6.0esr-en-GB.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/eo.xpi -> firefox-115.6.0esr-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/es-AR.xpi -> firefox-115.6.0esr-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/es-CL.xpi -> firefox-115.6.0esr-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/es-ES.xpi -> firefox-115.6.0esr-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/es-MX.xpi -> firefox-115.6.0esr-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/et.xpi -> firefox-115.6.0esr-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/eu.xpi -> firefox-115.6.0esr-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/fa.xpi -> firefox-115.6.0esr-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ff.xpi -> firefox-115.6.0esr-ff.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/fi.xpi -> firefox-115.6.0esr-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/fr.xpi -> firefox-115.6.0esr-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/fy-NL.xpi -> firefox-115.6.0esr-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ga-IE.xpi -> firefox-115.6.0esr-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/gd.xpi -> firefox-115.6.0esr-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/gl.xpi -> firefox-115.6.0esr-gl.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/gn.xpi -> firefox-115.6.0esr-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/gu-IN.xpi -> firefox-115.6.0esr-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/he.xpi -> firefox-115.6.0esr-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/hi-IN.xpi -> firefox-115.6.0esr-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/hr.xpi -> firefox-115.6.0esr-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/hsb.xpi -> firefox-115.6.0esr-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/hu.xpi -> firefox-115.6.0esr-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/hy-AM.xpi -> firefox-115.6.0esr-hy-AM.xpi ) l10n_ia? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ia.xpi -> firefox-115.6.0esr-ia.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/id.xpi -> firefox-115.6.0esr-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/is.xpi -> firefox-115.6.0esr-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/it.xpi -> firefox-115.6.0esr-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ja.xpi -> firefox-115.6.0esr-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ka.xpi -> firefox-115.6.0esr-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/kab.xpi -> firefox-115.6.0esr-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/kk.xpi -> firefox-115.6.0esr-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/km.xpi -> firefox-115.6.0esr-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/kn.xpi -> firefox-115.6.0esr-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ko.xpi -> firefox-115.6.0esr-ko.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/lij.xpi -> firefox-115.6.0esr-lij.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/lt.xpi -> firefox-115.6.0esr-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/lv.xpi -> firefox-115.6.0esr-lv.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/mk.xpi -> firefox-115.6.0esr-mk.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/mr.xpi -> firefox-115.6.0esr-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ms.xpi -> firefox-115.6.0esr-ms.xpi ) l10n_my? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/my.xpi -> firefox-115.6.0esr-my.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/nb-NO.xpi -> firefox-115.6.0esr-nb-NO.xpi ) l10n_ne? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ne-NP.xpi -> firefox-115.6.0esr-ne-NP.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/nl.xpi -> firefox-115.6.0esr-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/nn-NO.xpi -> firefox-115.6.0esr-nn-NO.xpi ) l10n_oc? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/oc.xpi -> firefox-115.6.0esr-oc.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/pa-IN.xpi -> firefox-115.6.0esr-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/pl.xpi -> firefox-115.6.0esr-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/pt-BR.xpi -> firefox-115.6.0esr-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/pt-PT.xpi -> firefox-115.6.0esr-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/rm.xpi -> firefox-115.6.0esr-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ro.xpi -> firefox-115.6.0esr-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ru.xpi -> firefox-115.6.0esr-ru.xpi ) l10n_sco? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/sco.xpi -> firefox-115.6.0esr-sco.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/si.xpi -> firefox-115.6.0esr-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/sk.xpi -> firefox-115.6.0esr-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/sl.xpi -> firefox-115.6.0esr-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/son.xpi -> firefox-115.6.0esr-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/sq.xpi -> firefox-115.6.0esr-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/sr.xpi -> firefox-115.6.0esr-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/sv-SE.xpi -> firefox-115.6.0esr-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ta.xpi -> firefox-115.6.0esr-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/te.xpi -> firefox-115.6.0esr-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/th.xpi -> firefox-115.6.0esr-th.xpi ) l10n_tl? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/tl.xpi -> firefox-115.6.0esr-tl.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/tr.xpi -> firefox-115.6.0esr-tr.xpi ) l10n_trs? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/trs.xpi -> firefox-115.6.0esr-trs.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/uk.xpi -> firefox-115.6.0esr-uk.xpi ) l10n_ur? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/ur.xpi -> firefox-115.6.0esr-ur.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/uz.xpi -> firefox-115.6.0esr-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/vi.xpi -> firefox-115.6.0esr-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/xh.xpi -> firefox-115.6.0esr-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/zh-CN.xpi -> firefox-115.6.0esr-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/115.6.0esr/linux-x86_64/xpi/zh-TW.xpi -> firefox-115.6.0esr-zh-TW.xpi ) +_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 multilib c19072c3cd7ac5cb21de013f7e9832e0 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 pax-utils 91d47e5d20627c717aa878b9167c62a8 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=5cf9fcdda4cc0505d66ee91472a2bad8 diff --git a/metadata/md5-cache/www-client/firefox-bin-121.0 b/metadata/md5-cache/www-client/firefox-bin-121.0 new file mode 100644 index 000000000000..4027cb7990ef --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-bin-121.0 @@ -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[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/121.0/linux-x86_64/en-US/firefox-121.0.tar.bz2 -> firefox-bin_x86_64-121.0.tar.bz2 ) x86? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-i686/en-US/firefox-121.0.tar.bz2 -> firefox-bin_i686-121.0.tar.bz2 ) l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ach.xpi -> firefox-121.0-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/af.xpi -> firefox-121.0-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/an.xpi -> firefox-121.0-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ar.xpi -> firefox-121.0-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ast.xpi -> firefox-121.0-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/az.xpi -> firefox-121.0-az.xpi ) l10n_be? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/be.xpi -> firefox-121.0-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/bg.xpi -> firefox-121.0-bg.xpi ) l10n_bn? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/bn.xpi -> firefox-121.0-bn.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/br.xpi -> firefox-121.0-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/bs.xpi -> firefox-121.0-bs.xpi ) l10n_ca-valencia? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ca-valencia.xpi -> firefox-121.0-ca-valencia.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ca.xpi -> firefox-121.0-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/cak.xpi -> firefox-121.0-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/cs.xpi -> firefox-121.0-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/cy.xpi -> firefox-121.0-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/da.xpi -> firefox-121.0-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/de.xpi -> firefox-121.0-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/dsb.xpi -> firefox-121.0-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/el.xpi -> firefox-121.0-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/en-CA.xpi -> firefox-121.0-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/en-GB.xpi -> firefox-121.0-en-GB.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/eo.xpi -> firefox-121.0-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/es-AR.xpi -> firefox-121.0-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/es-CL.xpi -> firefox-121.0-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/es-ES.xpi -> firefox-121.0-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/es-MX.xpi -> firefox-121.0-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/et.xpi -> firefox-121.0-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/eu.xpi -> firefox-121.0-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/fa.xpi -> firefox-121.0-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ff.xpi -> firefox-121.0-ff.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/fi.xpi -> firefox-121.0-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/fr.xpi -> firefox-121.0-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/fy-NL.xpi -> firefox-121.0-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ga-IE.xpi -> firefox-121.0-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/gd.xpi -> firefox-121.0-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/gl.xpi -> firefox-121.0-gl.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/gn.xpi -> firefox-121.0-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/gu-IN.xpi -> firefox-121.0-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/he.xpi -> firefox-121.0-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/hi-IN.xpi -> firefox-121.0-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/hr.xpi -> firefox-121.0-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/hsb.xpi -> firefox-121.0-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/hu.xpi -> firefox-121.0-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/hy-AM.xpi -> firefox-121.0-hy-AM.xpi ) l10n_ia? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ia.xpi -> firefox-121.0-ia.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/id.xpi -> firefox-121.0-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/is.xpi -> firefox-121.0-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/it.xpi -> firefox-121.0-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ja.xpi -> firefox-121.0-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ka.xpi -> firefox-121.0-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/kab.xpi -> firefox-121.0-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/kk.xpi -> firefox-121.0-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/km.xpi -> firefox-121.0-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/kn.xpi -> firefox-121.0-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ko.xpi -> firefox-121.0-ko.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/lij.xpi -> firefox-121.0-lij.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/lt.xpi -> firefox-121.0-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/lv.xpi -> firefox-121.0-lv.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/mk.xpi -> firefox-121.0-mk.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/mr.xpi -> firefox-121.0-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ms.xpi -> firefox-121.0-ms.xpi ) l10n_my? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/my.xpi -> firefox-121.0-my.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/nb-NO.xpi -> firefox-121.0-nb-NO.xpi ) l10n_ne? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ne-NP.xpi -> firefox-121.0-ne-NP.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/nl.xpi -> firefox-121.0-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/nn-NO.xpi -> firefox-121.0-nn-NO.xpi ) l10n_oc? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/oc.xpi -> firefox-121.0-oc.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/pa-IN.xpi -> firefox-121.0-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/pl.xpi -> firefox-121.0-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/pt-BR.xpi -> firefox-121.0-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/pt-PT.xpi -> firefox-121.0-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/rm.xpi -> firefox-121.0-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ro.xpi -> firefox-121.0-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ru.xpi -> firefox-121.0-ru.xpi ) l10n_sco? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/sco.xpi -> firefox-121.0-sco.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/si.xpi -> firefox-121.0-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/sk.xpi -> firefox-121.0-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/sl.xpi -> firefox-121.0-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/son.xpi -> firefox-121.0-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/sq.xpi -> firefox-121.0-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/sr.xpi -> firefox-121.0-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/sv-SE.xpi -> firefox-121.0-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ta.xpi -> firefox-121.0-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/te.xpi -> firefox-121.0-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/th.xpi -> firefox-121.0-th.xpi ) l10n_tl? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/tl.xpi -> firefox-121.0-tl.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/tr.xpi -> firefox-121.0-tr.xpi ) l10n_trs? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/trs.xpi -> firefox-121.0-trs.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/uk.xpi -> firefox-121.0-uk.xpi ) l10n_ur? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/ur.xpi -> firefox-121.0-ur.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/uz.xpi -> firefox-121.0-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/vi.xpi -> firefox-121.0-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/xh.xpi -> firefox-121.0-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/zh-CN.xpi -> firefox-121.0-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/121.0/linux-x86_64/xpi/zh-TW.xpi -> firefox-121.0-zh-TW.xpi ) +_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 multilib c19072c3cd7ac5cb21de013f7e9832e0 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 pax-utils 91d47e5d20627c717aa878b9167c62a8 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=5856f571c6fe6616532d952c5a78fdab diff --git a/metadata/md5-cache/www-servers/Manifest.gz b/metadata/md5-cache/www-servers/Manifest.gz index 4e780d59febf..de5fd3922d6d 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 284922ad0be8..422d7fa3f12e 100644 --- a/metadata/md5-cache/www-servers/apache-2.4.58 +++ b/metadata/md5-cache/www-servers/apache-2.4.58 @@ -6,7 +6,7 @@ EAPI=7 HOMEPAGE=https://httpd.apache.org/ INHERIT=apache-2 systemd tmpfiles toolchain-funcs 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 split-usr 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 +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=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:= ) gdbm? ( sys-libs/gdbm:= ) ldap? ( net-nds/openldap:= ) selinux? ( sec-policy/selinux-apache ) ssl? ( >=dev-libs/openssl-1.0.2:= kernel_linux? ( sys-apps/util-linux ) ) systemd? ( sys-apps/systemd ) virtual/tmpfiles @@ -14,4 +14,4 @@ REQUIRED_USE=apache2_mpms_prefork? ( !apache2_mpms_event !apache2_mpms_worker !t 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 d091f0d6ec18d9e8e5c1799e6403b4cd autotools 6ae9a4347149b19a112caa1182d03bde flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 9d3a9a889a6fa62ae794f817c156491b lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 ssl-cert 33f6c352c602e87ceda767a86f3b7131 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=531495a9aab7df813c0c9368286a700e +_md5_=3237e671a35cec62c37b8f53abc22e12 diff --git a/metadata/md5-cache/x11-libs/Manifest.gz b/metadata/md5-cache/x11-libs/Manifest.gz index db7a0a6d6db6..18672bfb2aa0 100644 Binary files a/metadata/md5-cache/x11-libs/Manifest.gz and b/metadata/md5-cache/x11-libs/Manifest.gz differ diff --git a/metadata/md5-cache/x11-libs/vte-0.74.2 b/metadata/md5-cache/x11-libs/vte-0.74.2 new file mode 100644 index 000000000000..43cef91c648c --- /dev/null +++ b/metadata/md5-cache/x11-libs/vte-0.74.2 @@ -0,0 +1,17 @@ +BDEPEND=|| ( dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) dev-libs/libxml2:2 dev-util/glib-utils gtk-doc? ( dev-util/gi-docgen ) >=sys-devel/gettext-0.19.8 virtual/pkgconfig vala? ( || ( dev-lang/vala:0.56 ) ) app-arch/xz-utils >=dev-util/meson-1.2.1 app-alternatives/ninja dev-util/meson-format-array +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test +DEPEND=>=x11-libs/gtk+-3.24.22:3[introspection?] >=x11-libs/cairo-1.0 >=dev-libs/fribidi-1.0.0 >=dev-libs/glib-2.60:2 crypt? ( >=net-libs/gnutls-3.2.7:0= ) icu? ( dev-libs/icu:= ) >=x11-libs/pango-1.22.0 >=dev-libs/libpcre2-10.21:= systemd? ( >=sys-apps/systemd-220:= ) sys-libs/zlib introspection? ( >=dev-libs/gobject-introspection-1.56:= ) x11-libs/pango[introspection?] +DESCRIPTION=Library providing a virtual terminal emulator widget +EAPI=8 +HOMEPAGE=https://wiki.gnome.org/Apps/Terminal/VTE +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=gnome.org meson python-any-r1 vala xdg +IUSE=+crypt debug gtk-doc +icu +introspection systemd +vala vanilla +KEYWORDS=~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=LGPL-3+ GPL-3+ +RDEPEND=>=x11-libs/gtk+-3.24.22:3[introspection?] >=x11-libs/cairo-1.0 >=dev-libs/fribidi-1.0.0 >=dev-libs/glib-2.60:2 crypt? ( >=net-libs/gnutls-3.2.7:0= ) icu? ( dev-libs/icu:= ) >=x11-libs/pango-1.22.0 >=dev-libs/libpcre2-10.21:= systemd? ( >=sys-apps/systemd-220:= ) sys-libs/zlib introspection? ( >=dev-libs/gobject-introspection-1.56:= ) x11-libs/pango[introspection?] ~gui-libs/vte-common-0.74.2[systemd?] +REQUIRED_USE=gtk-doc? ( introspection ) vala? ( introspection ) +SLOT=2.91 +SRC_URI=https://gitlab.gnome.org/GNOME/vte/-/archive/0.74.2/vte-0.74.2.tar.bz2 !vanilla? ( https://dev.gentoo.org/~mattst88/distfiles/vte-0.74.0-command-notify.patch.xz ) +_eclasses_=flag-o-matic c816c598969cbaf38cc02d2496ad2e98 gnome.org 6b39404f1491c60a2d32e3c693a683fe meson 576e6bbef90e9753368f8b4ad0bd5383 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc vala e477903dbe0105930c51f170a592dc16 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=c63fc9516e156f3d37a42339e2ebebb8 diff --git a/metadata/md5-cache/x11-terms/Manifest.gz b/metadata/md5-cache/x11-terms/Manifest.gz index 27aff63f04a0..1c2e3cbd715b 100644 Binary files a/metadata/md5-cache/x11-terms/Manifest.gz and b/metadata/md5-cache/x11-terms/Manifest.gz differ diff --git a/metadata/md5-cache/x11-terms/xfce4-terminal-1.1.1 b/metadata/md5-cache/x11-terms/xfce4-terminal-1.1.1 index 6055d60ecef5..662556f37b61 100644 --- a/metadata/md5-cache/x11-terms/xfce4-terminal-1.1.1 +++ b/metadata/md5-cache/x11-terms/xfce4-terminal-1.1.1 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://docs.xfce.org/apps/terminal/start https://gitlab.xfce.org/apps/xfce4-terminal/ INHERIT=xdg-utils IUSE=utempter wayland X -KEYWORDS=amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~x64-solaris +KEYWORDS=amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~x64-solaris LICENSE=GPL-2+ RDEPEND=>=dev-libs/glib-2.44.0:2 >=dev-libs/libpcre2-10.00:= >=x11-libs/gtk+-3.22.0:3[wayland?,X?] >=x11-libs/vte-0.51.3:2.91 >=xfce-base/libxfce4ui-4.17.5:=[gtk3(+)] >=xfce-base/xfconf-4.16.0:= utempter? ( sys-libs/libutempter:= ) wayland? ( >=gui-libs/gtk-layer-shell-0.7.0 ) X? ( >=x11-libs/libX11-1.6.7 ) REQUIRED_USE=|| ( wayland X ) SLOT=0 SRC_URI=https://archive.xfce.org/src/apps/xfce4-terminal/1.1/xfce4-terminal-1.1.1.tar.bz2 _eclasses_=xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=f6ecf676b345e0c4ff8cc6af2775cd84 +_md5_=cf83d69690147bb3562d31295aef66ae diff --git a/metadata/md5-cache/x11-wm/Manifest.gz b/metadata/md5-cache/x11-wm/Manifest.gz index ead0b6587bc9..62457491ba0b 100644 Binary files a/metadata/md5-cache/x11-wm/Manifest.gz and b/metadata/md5-cache/x11-wm/Manifest.gz differ diff --git a/metadata/md5-cache/x11-wm/evilwm-1.4.2 b/metadata/md5-cache/x11-wm/evilwm-1.4.2 index 5ab1a5fb7bbd..3d7621177942 100644 --- a/metadata/md5-cache/x11-wm/evilwm-1.4.2 +++ b/metadata/md5-cache/x11-wm/evilwm-1.4.2 @@ -4,10 +4,10 @@ DESCRIPTION=A minimalist, no frills window manager for X EAPI=8 HOMEPAGE=https://www.6809.org.uk/evilwm/ INHERIT=desktop toolchain-funcs -KEYWORDS=~alpha amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos +KEYWORDS=~alpha amd64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos LICENSE=MIT 9wm RDEPEND=x11-libs/libXext x11-libs/libXrandr x11-libs/libX11 SLOT=0 SRC_URI=https://www.6809.org.uk/evilwm/evilwm-1.4.2.tar.gz _eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc -_md5_=32920eaa374f516c5bd2ea07861d623f +_md5_=91ca9f4417317808ff7d6625dd6b8f4d diff --git a/metadata/md5-cache/x11-wm/mutter-45.0 b/metadata/md5-cache/x11-wm/mutter-45.0 deleted file mode 100644 index b2e10d34f1f2..000000000000 --- a/metadata/md5-cache/x11-wm/mutter-45.0 +++ /dev/null @@ -1,18 +0,0 @@ -BDEPEND=dev-util/wayland-scanner dev-util/gdbus-codegen dev-util/glib-utils >=sys-devel/gettext-0.19.8 virtual/pkgconfig gtk-doc? ( >=dev-util/gi-docgen-2021.1 ) test? ( || ( dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) || ( ( dev-lang/python:3.12 >=dev-python/python-dbusmock-0.28[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/python-dbusmock-0.28[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 >=dev-python/python-dbusmock-0.28[python_targets_python3_10(-)] ) ) app-text/docbook-xml-dtd:4.5 x11-misc/xvfb-run ) wayland? ( >=sys-kernel/linux-headers-4.4 x11-libs/libxcvt ) app-arch/xz-utils >=dev-util/meson-1.2.1 app-alternatives/ninja dev-util/meson-format-array virtual/pkgconfig -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test -DEPEND=>=media-libs/graphene-1.10.2[introspection?] x11-libs/gdk-pixbuf:2 >=x11-libs/pango-1.46[introspection?] >=x11-libs/cairo-1.14[X] >=dev-libs/fribidi-1.0.0 >=gnome-base/gsettings-desktop-schemas-42.0[introspection?] >=dev-libs/glib-2.75.1:2 gnome-base/gnome-settings-daemon >=dev-libs/json-glib-0.12.0[introspection?] >=x11-libs/libxkbcommon-0.4.3 x11-libs/libICE >=app-accessibility/at-spi2-core-2.46:2[introspection?] sys-apps/dbus >=x11-misc/colord-1.4.5:= >=media-libs/lcms-2.6:2 >=media-libs/harfbuzz-2.6.0:= >=dev-libs/libei-1.0.901 gnome? ( gnome-base/gnome-desktop:4= ) >=media-libs/libcanberra-0.26 media-libs/libglvnd[X] wayland? ( >=dev-libs/wayland-protocols-1.32 >=dev-libs/wayland-1.21.0 x11-libs/libdrm media-libs/mesa[gbm(+)] >=dev-libs/libinput-1.18.0:= elogind? ( sys-auth/elogind ) x11-base/xwayland video_cards_nvidia? ( gui-libs/egl-wayland ) ) udev? ( >=virtual/libudev-232-r1:= >=dev-libs/libgudev-232 ) systemd? ( sys-apps/systemd ) x11-libs/libSM input_devices_wacom? ( >=dev-libs/libwacom-0.13:= ) >=x11-libs/startup-notification-0.7 screencast? ( >=media-video/pipewire-0.3.21:= ) introspection? ( >=dev-libs/gobject-introspection-1.54:= ) test? ( >=x11-libs/gtk+-3.19.8:3[X,introspection?] ) sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 >=dev-util/sysprof-3.46.0 ) >=gui-libs/gtk-4.0.0:4[X,introspection?] >=x11-libs/libX11-1.7.0 >=x11-libs/libXcomposite-0.4 x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext >=x11-libs/libXfixes-3 >=x11-libs/libXi-1.7.4 x11-libs/libXtst x11-libs/libxkbfile x11-misc/xkeyboard-config >=x11-libs/libxkbcommon-0.4.3[X] x11-libs/libXrender >=x11-libs/libXrandr-1.5.0 x11-libs/libxcb:= x11-libs/libXinerama x11-libs/libXau x11-base/xorg-proto sysprof? ( >=dev-util/sysprof-common-3.38.0 ) -DESCRIPTION=GNOME compositing window manager based on Clutter -EAPI=8 -HOMEPAGE=https://gitlab.gnome.org/GNOME/mutter/ -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=gnome.org gnome2-utils meson python-any-r1 udev xdg -IUSE=debug elogind gnome gtk-doc input_devices_wacom +introspection screencast sysprof systemd test udev wayland video_cards_nvidia -KEYWORDS=~amd64 ~arm ~arm64 ~loong ~riscv ~x86 -LICENSE=GPL-2+ -RDEPEND=>=media-libs/graphene-1.10.2[introspection?] x11-libs/gdk-pixbuf:2 >=x11-libs/pango-1.46[introspection?] >=x11-libs/cairo-1.14[X] >=dev-libs/fribidi-1.0.0 >=gnome-base/gsettings-desktop-schemas-42.0[introspection?] >=dev-libs/glib-2.75.1:2 gnome-base/gnome-settings-daemon >=dev-libs/json-glib-0.12.0[introspection?] >=x11-libs/libxkbcommon-0.4.3 x11-libs/libICE >=app-accessibility/at-spi2-core-2.46:2[introspection?] sys-apps/dbus >=x11-misc/colord-1.4.5:= >=media-libs/lcms-2.6:2 >=media-libs/harfbuzz-2.6.0:= >=dev-libs/libei-1.0.901 gnome? ( gnome-base/gnome-desktop:4= ) >=media-libs/libcanberra-0.26 media-libs/libglvnd[X] wayland? ( >=dev-libs/wayland-protocols-1.32 >=dev-libs/wayland-1.21.0 x11-libs/libdrm media-libs/mesa[gbm(+)] >=dev-libs/libinput-1.18.0:= elogind? ( sys-auth/elogind ) x11-base/xwayland video_cards_nvidia? ( gui-libs/egl-wayland ) ) udev? ( >=virtual/libudev-232-r1:= >=dev-libs/libgudev-232 ) systemd? ( sys-apps/systemd ) x11-libs/libSM input_devices_wacom? ( >=dev-libs/libwacom-0.13:= ) >=x11-libs/startup-notification-0.7 screencast? ( >=media-video/pipewire-0.3.21:= ) introspection? ( >=dev-libs/gobject-introspection-1.54:= ) test? ( >=x11-libs/gtk+-3.19.8:3[X,introspection?] ) sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 >=dev-util/sysprof-3.46.0 ) >=gui-libs/gtk-4.0.0:4[X,introspection?] >=x11-libs/libX11-1.7.0 >=x11-libs/libXcomposite-0.4 x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext >=x11-libs/libXfixes-3 >=x11-libs/libXi-1.7.4 x11-libs/libXtst x11-libs/libxkbfile x11-misc/xkeyboard-config >=x11-libs/libxkbcommon-0.4.3[X] x11-libs/libXrender >=x11-libs/libXrandr-1.5.0 x11-libs/libxcb:= x11-libs/libXinerama x11-libs/libXau gnome-extra/zenity !<gui-libs/gtk-4.6.4:4 -REQUIRED_USE=gtk-doc? ( introspection ) wayland? ( ^^ ( elogind systemd ) udev ) test? ( wayland ) -RESTRICT=!test? ( test ) -SLOT=0/13 -SRC_URI=mirror://gnome/sources/mutter/45/mutter-45.0.tar.xz -_eclasses_=gnome.org 6b39404f1491c60a2d32e3c693a683fe gnome2-utils b0183db3b2e07b18f3b77bffec72e116 meson 576e6bbef90e9753368f8b4ad0bd5383 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc udev eec0bbab06977f1cfc5597269c1fa152 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=8257b08e4de7251cec7a39e966e6a543 diff --git a/metadata/md5-cache/x11-wm/mutter-45.2 b/metadata/md5-cache/x11-wm/mutter-45.2 index bc2ff40442b7..195e9c7d36eb 100644 --- a/metadata/md5-cache/x11-wm/mutter-45.2 +++ b/metadata/md5-cache/x11-wm/mutter-45.2 @@ -15,4 +15,4 @@ RESTRICT=!test? ( test ) SLOT=0/13 SRC_URI=mirror://gnome/sources/mutter/45/mutter-45.2.tar.xz _eclasses_=gnome.org 6b39404f1491c60a2d32e3c693a683fe gnome2-utils b0183db3b2e07b18f3b77bffec72e116 meson 576e6bbef90e9753368f8b4ad0bd5383 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 474cb53a7d1b62721a91809a1d702661 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc udev eec0bbab06977f1cfc5597269c1fa152 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=093438b67fcec7e78d8fb2829743b32f +_md5_=3e5774b3a94e97c51063af417cf52cd3 diff --git a/metadata/md5-cache/xfce-base/Manifest.gz b/metadata/md5-cache/xfce-base/Manifest.gz index c49da6444862..966bbcb32d38 100644 Binary files a/metadata/md5-cache/xfce-base/Manifest.gz and b/metadata/md5-cache/xfce-base/Manifest.gz differ diff --git a/metadata/md5-cache/xfce-base/libxfce4windowing-4.19.1 b/metadata/md5-cache/xfce-base/libxfce4windowing-4.19.1 index 4b4eca910236..55a264fd914d 100644 --- a/metadata/md5-cache/xfce-base/libxfce4windowing-4.19.1 +++ b/metadata/md5-cache/xfce-base/libxfce4windowing-4.19.1 @@ -5,10 +5,10 @@ DESCRIPTION=Unified widget and session management libs for Xfce EAPI=8 HOMEPAGE=https://gitlab.xfce.org/xfce/libxfce4windowing/ IUSE=+introspection wayland X -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86 LICENSE=LGPL-2.1+ RDEPEND=>=dev-libs/glib-2.68.0 >=x11-libs/gtk+-3.24.0:3[X?,introspection?,wayland?] >=x11-libs/gdk-pixbuf-2.40.0[introspection?] wayland? ( >=dev-libs/wayland-1.15 ) X? ( >=x11-libs/libwnck-3.14:3 ) REQUIRED_USE=|| ( wayland X ) SLOT=0 SRC_URI=https://archive.xfce.org/src/xfce/libxfce4windowing/4.19/libxfce4windowing-4.19.1.tar.bz2 -_md5_=8890ddd683bf04498278eca28db72c3e +_md5_=8403ca37c6c8fcaaf3fb754ac7d7060c diff --git a/metadata/md5-cache/xfce-base/xfce4-panel-4.19.2 b/metadata/md5-cache/xfce-base/xfce4-panel-4.19.2 index c6c7032fa60a..98ac903622b8 100644 --- a/metadata/md5-cache/xfce-base/xfce4-panel-4.19.2 +++ b/metadata/md5-cache/xfce-base/xfce4-panel-4.19.2 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://docs.xfce.org/xfce/xfce4-panel/start https://gitlab.xfce.org/xfce/xfce4-panel/ INHERIT=vala xdg-utils IUSE=+dbusmenu introspection vala wayland X -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86 LICENSE=GPL-2+ LGPL-2.1+ RDEPEND=>=dev-libs/glib-2.72.0 >=x11-libs/cairo-1.16.0 >=x11-libs/gtk+-3.24.0:3[X?,introspection?,wayland?] >=xfce-base/exo-0.11.2:= >=xfce-base/garcon-4.17.0:= >=xfce-base/libxfce4ui-4.17.1:= >=xfce-base/libxfce4util-4.17.2:=[introspection?,vala?] >=xfce-base/libxfce4windowing-4.19.1:= >=xfce-base/xfconf-4.13.2:= dbusmenu? ( >=dev-libs/libdbusmenu-16.04.0[gtk3] ) introspection? ( >=dev-libs/gobject-introspection-1.66:= ) wayland? ( >=dev-libs/wayland-1.15 >=gui-libs/gtk-layer-shell-0.7.0 ) X? ( >=x11-libs/libX11-1.6.7 x11-libs/libwnck:3 ) REQUIRED_USE=|| ( wayland X ) vala? ( introspection ) SLOT=0 SRC_URI=https://archive.xfce.org/src/xfce/xfce4-panel/4.19/xfce4-panel-4.19.2.tar.bz2 _eclasses_=flag-o-matic c816c598969cbaf38cc02d2496ad2e98 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc vala e477903dbe0105930c51f170a592dc16 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=5319198082ae9d7fbc5b4c7b3d170c11 +_md5_=92c6386aa2b43957fff62276ea1046b2 diff --git a/metadata/md5-cache/xfce-base/xfdesktop-4.19.0 b/metadata/md5-cache/xfce-base/xfdesktop-4.19.0 index a126c41e8262..dd7aee4414f9 100644 --- a/metadata/md5-cache/xfce-base/xfdesktop-4.19.0 +++ b/metadata/md5-cache/xfce-base/xfdesktop-4.19.0 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://docs.xfce.org/xfce/xfdesktop/start https://gitlab.xfce.org/xfce/xfdesktop/ INHERIT=xdg-utils IUSE=libnotify +thunar wayland X -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86 LICENSE=GPL-2+ RDEPEND=>=x11-libs/cairo-1.16 >=dev-libs/glib-2.66.0 >=x11-libs/gtk+-3.24.0:3[wayland?,X?] x11-libs/libX11 >=xfce-base/exo-0.11:= >=xfce-base/garcon-0.6:= >=xfce-base/libxfce4ui-4.13:= >=xfce-base/libxfce4util-4.13:= >=xfce-base/libxfce4windowing-4.19.1:= >=xfce-base/xfconf-4.12.1:= libnotify? ( >=x11-libs/libnotify-0.7:= ) thunar? ( >=xfce-base/thunar-4.17.10:= ) wayland? ( >=gui-libs/gtk-layer-shell-0.7.0 ) REQUIRED_USE=|| ( wayland X ) SLOT=0 SRC_URI=https://archive.xfce.org/src/xfce/xfdesktop/4.19/xfdesktop-4.19.0.tar.bz2 _eclasses_=xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=f7f3b6e41623e7405a18bc86defca5fa +_md5_=c9e4b92a22d3b0fcc8554b8f89886e13 diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index cd3392460665..d9c408ceadb1 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Mon, 18 Dec 2023 13:10:25 +0000 +Tue, 19 Dec 2023 19:40:18 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index 7ef0bfca0b91..4fb2960deb38 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Mon Dec 18 01:10:25 PM UTC 2023 +Tue Dec 19 07:40:18 PM UTC 2023 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index e8d0f18b32db..ee5a49fa463d 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Mon, 18 Dec 2023 13:30:01 +0000 +Tue, 19 Dec 2023 20:00:01 +0000 diff --git a/metadata/timestamp.commit b/metadata/timestamp.commit index 9b749fd8098b..52d044d69c42 100644 --- a/metadata/timestamp.commit +++ b/metadata/timestamp.commit @@ -1 +1 @@ -ad6472228301a8c7eec54048c3549e503163eccc 1702902503 2023-12-18T12:28:23+00:00 +85e1498847f987029ed9a4a4fd0d32b2e0a499a3 1703012389 2023-12-19T18:59:49+00:00 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index d62b9aff86c1..74d44d363653 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1702905001 Mon 18 Dec 2023 01:10:01 PM UTC +1703014802 Tue 19 Dec 2023 07:40:02 PM UTC diff --git a/metadata/xml-schema/timestamp.chk b/metadata/xml-schema/timestamp.chk index cd3392460665..d9c408ceadb1 100644 --- a/metadata/xml-schema/timestamp.chk +++ b/metadata/xml-schema/timestamp.chk @@ -1 +1 @@ -Mon, 18 Dec 2023 13:10:25 +0000 +Tue, 19 Dec 2023 19:40:18 +0000 diff --git a/net-analyzer/Manifest.gz b/net-analyzer/Manifest.gz index 8152c9dcaf06..45d59143e2e9 100644 Binary files a/net-analyzer/Manifest.gz and b/net-analyzer/Manifest.gz differ diff --git a/net-analyzer/icinga2/metadata.xml b/net-analyzer/icinga2/metadata.xml index 092644b84488..7a4547f2335d 100644 --- a/net-analyzer/icinga2/metadata.xml +++ b/net-analyzer/icinga2/metadata.xml @@ -7,7 +7,6 @@ </maintainer> <use> <flag name="console">Adds support for line-editing in the console</flag> - <flag name="lto">Adds support for link time optimization</flag> <flag name="jumbo-build">Combine source files to speed up build process, requires more memory</flag> <flag name="mail">Allows for mailing of alerts</flag> <flag name="mariadb">Enable support for the mariadb database backend</flag> diff --git a/net-analyzer/netdata/metadata.xml b/net-analyzer/netdata/metadata.xml index 17119a893259..f1324e58552f 100644 --- a/net-analyzer/netdata/metadata.xml +++ b/net-analyzer/netdata/metadata.xml @@ -11,7 +11,6 @@ <flag name="dbengine">Enable the Netdata database engine</flag> <flag name="ipmi">Install <pkg>sys-apps/ipmitool</pkg> required for monitoring IPMI sensors.</flag> <flag name="jsonc">Enable optimization of JSON using <pkg>dev-libs/json-c</pkg></flag> - <flag name="lto">Build with Link Time Optimization (LTO)</flag> <flag name="mongodb">Enable support for the mongodb backend</flag> <flag name="nfacct">Enable the nfacct plugin</flag> <flag name="nodejs">Enable use of nodejs (which some plugins use)</flag> diff --git a/net-analyzer/wireshark/metadata.xml b/net-analyzer/wireshark/metadata.xml index 719a99791357..89ac9190ba3b 100644 --- a/net-analyzer/wireshark/metadata.xml +++ b/net-analyzer/wireshark/metadata.xml @@ -39,7 +39,6 @@ <flag name="http2">Use <pkg>net-libs/nghttp2</pkg> for HTTP/2 support</flag> <flag name="ilbc">Build with iLBC support in RTP Player using <pkg>media-libs/libilbc</pkg></flag> <flag name="libxml2">Use <pkg>dev-libs/libxml2</pkg> for handling XML configuration in dissectors</flag> - <flag name="lto">Enable link time optimization</flag> <flag name="maxminddb">Use <pkg>dev-libs/libmaxminddb</pkg> for IP address geolocation</flag> <flag name="mergecap">Install mergecap, to merge two or more capture files into one</flag> <flag name="minizip">Build with zip file compression support</flag> diff --git a/net-dialup/Manifest.gz b/net-dialup/Manifest.gz index 3e109bb5705e..f18ebf67ed2d 100644 Binary files a/net-dialup/Manifest.gz and b/net-dialup/Manifest.gz differ diff --git a/net-dialup/freeradius/Manifest b/net-dialup/freeradius/Manifest index f07da4b957ac..387fe37ebb2f 100644 --- a/net-dialup/freeradius/Manifest +++ b/net-dialup/freeradius/Manifest @@ -1 +1,2 @@ DIST freeradius-server-3.2.2.tar.bz2 3418998 BLAKE2B 584d1ff79cf3a75c79f5b24f9e47d7c8d8caee0d706eb47bb387300172f0699f904804d963aab8c252a21fe67f7885a47659b8cd9db5292a6d4db087d72e8e38 SHA512 91dc574560a1f75cafa8bc78c0676f0e3dae7154ecbb395e0e1f6738f78d8bcfe1bff122364452798fd0434c4056fd946799b8f29a1141398bf0542a37870689 +DIST freeradius-server-3.2.3.tar.bz2 3454869 BLAKE2B 525204331a5b123dac7457c6adb755cbe9794dbff4a536ea665fc7d1cac97553e392b7b598741c2a9dd00c81decd00608499d6f25208e389b9f213f54977de84 SHA512 06767153e262a2baa2d0cc74099bc13c23b33c2316348b5dc8ec0f5834c028571bd09b8c01726a6eabeaab8fdc3050f40bfeba2d5b1c299585d1689abad365ce diff --git a/net-dialup/freeradius/files/freeradius-3.2.3-configure-c99.patch b/net-dialup/freeradius/files/freeradius-3.2.3-configure-c99.patch new file mode 100644 index 000000000000..395e97d84851 --- /dev/null +++ b/net-dialup/freeradius/files/freeradius-3.2.3-configure-c99.patch @@ -0,0 +1,38 @@ +https://src.fedoraproject.org/rpms/freeradius/c/1793f410aa789704b5ac0be9cf7d0eaece906d1a?branch=rawhide +https://github.com/FreeRADIUS/freeradius-server/pull/5246 + +The backtrace_symbols function expects a pointer to an array of void * +values, not a pointer to an array of a single element. Removing the +address operator ensures that the right type is used. + +This avoids an unconditional failure of this probe with compilers that +treat incompatible pointer types as a compilation error. + +Submitted upstream: <https://github.com/FreeRADIUS/freeradius-server/pull/5246> + +diff --git a/configure b/configure +index ed01ee2bdd912f63..1e6d2284779cdd58 100755 +--- a/configure ++++ b/configure +@@ -13390,7 +13390,7 @@ main (void) + { + + void *sym[1]; +- backtrace_symbols(&sym, sizeof(sym)) ++ backtrace_symbols(sym, sizeof(sym)) + ; + return 0; + } +diff --git a/configure.ac b/configure.ac +index 76320213b51d7bb4..6a689711d6c90483 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -2168,7 +2168,7 @@ if test "x$ac_cv_header_execinfo_h" = "xyes"; then + #include <execinfo.h> + ]], [[ + void *sym[1]; +- backtrace_symbols(&sym, sizeof(sym)) ]])],[ ++ backtrace_symbols(sym, sizeof(sym)) ]])],[ + AC_MSG_RESULT(yes) + ac_cv_lib_execinfo_backtrace_symbols="yes" + ],[ diff --git a/net-dialup/freeradius/freeradius-3.2.3.ebuild b/net-dialup/freeradius/freeradius-3.2.3.ebuild new file mode 100644 index 000000000000..56fff26e7876 --- /dev/null +++ b/net-dialup/freeradius/freeradius-3.2.3.ebuild @@ -0,0 +1,321 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..11} ) +AUTOTOOLS_DEPEND=">=sys-devel/autoconf-2.69" +inherit autotools pam python-single-r1 systemd + +MY_PN=${PN}-server +MY_P=${MY_PN}-${PV} +MY_PV=$(ver_rs 1- "_") + +DESCRIPTION="Highly configurable free RADIUS server" +HOMEPAGE="https://freeradius.org/" +SRC_URI="https://github.com/FreeRADIUS/freeradius-server/releases/download/release_${MY_PV}/${MY_P}.tar.bz2" +S="${WORKDIR}"/${MY_P} + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" + +IUSE=" + debug firebird iodbc kerberos ldap memcached mysql mongodb odbc oracle pam + postgres python readline redis samba selinux sqlite ssl systemd +" + +RESTRICT="firebird? ( bindist )" + +# NOTE: Temporary freeradius doesn't support linking with mariadb client +# libs also if code is compliant, will be available in the next release. +# (http://lists.freeradius.org/pipermail/freeradius-devel/2018-October/013228.html)a + +# TODO: rlm_mschap works with both samba library or without. I need to avoid +# linking of samba library if -samba is used. + +# TODO: unconditional json-c for now as automagic dep despite efforts to stop it +# ditto libpcap. Can restore USE=rest, USE=pcap if/when fixed. + +DEPEND=" + acct-group/radius + acct-user/radius + !net-dialup/cistronradius + dev-libs/libltdl + dev-libs/libpcre + dev-libs/json-c:= + dev-lang/perl:= + net-libs/libpcap + net-misc/curl + sys-libs/gdbm:= + sys-libs/libcap + sys-libs/talloc + virtual/libcrypt:= + firebird? ( dev-db/firebird ) + iodbc? ( dev-db/libiodbc ) + kerberos? ( virtual/krb5 ) + ldap? ( net-nds/openldap:= ) + memcached? ( dev-libs/libmemcached ) + mysql? ( dev-db/mysql-connector-c:= ) + mongodb? ( >=dev-libs/mongo-c-driver-1.13.0-r1 ) + odbc? ( dev-db/unixODBC ) + oracle? ( dev-db/oracle-instantclient[sdk] ) + pam? ( sys-libs/pam ) + postgres? ( dev-db/postgresql:= ) + python? ( ${PYTHON_DEPS} ) + readline? ( sys-libs/readline:= ) + redis? ( dev-libs/hiredis:= ) + samba? ( net-fs/samba ) + sqlite? ( dev-db/sqlite:3 ) + ssl? ( >=dev-libs/openssl-1.0.2:=[-bindist(-)] ) + systemd? ( sys-apps/systemd:= ) +" +RDEPEND=" + ${DEPEND} + selinux? ( sec-policy/selinux-radius ) +" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +# bug #721040 +QA_SONAME="usr/lib.*/libfreeradius-.*.so" + +QA_CONFIG_IMPL_DECL_SKIP=( + # Not available on Linux (bug #900048) + htonll + htonlll +) + +PATCHES=( + "${FILESDIR}"/${PN}-3.0.20-systemd-service.patch + "${FILESDIR}"/${PN}-3.2.3-configure-c99.patch +) + +pkg_setup() { + if use python ; then + python-single-r1_pkg_setup + export PYTHONBIN="${EPYTHON}" + fi +} + +src_prepare() { + default + + # Most of the configuration options do not appear as ./configure + # switches. Instead it identifies the directories that are available + # and run through them. These might check for the presence of + # various libraries, in which case they are not built. To avoid + # automagic dependencies, we just remove all the modules that we're + # not interested in using. + # TODO: shift more of these into configure args below as things + # are a bit better now. + use ssl || { rm -r src/modules/rlm_eap/types/rlm_eap_{tls,ttls,peap} || die ; } + use ldap || { rm -r src/modules/rlm_ldap || die ; } + use kerberos || { rm -r src/modules/rlm_krb5 || die ; } + use memcached || { rm -r src/modules/rlm_cache/drivers/rlm_cache_memcached || die ; } + use pam || { rm -r src/modules/rlm_pam || die ; } + + # Drop support for python2 + rm -r src/modules/rlm_python || die + + use python || { rm -r src/modules/rlm_python3 || die ; } + #use rest || { rm -r src/modules/rlm_rest || die ; } + # Do not install ruby rlm module, bug #483108 + rm -r src/modules/rlm_ruby || die + + # These are all things we don't have in portage/I don't want to deal + # with myself. + # + # Requires TNCS library + rm -r src/modules/rlm_eap/types/rlm_eap_tnc || die + # Requires libeap-ikev2 + rm -r src/modules/rlm_eap/types/rlm_eap_ikev2 || die + # Requires some membership.h + rm -r src/modules/rlm_opendirectory || die + # ? + rm -r src/modules/rlm_sql/drivers/rlm_sql_{db2,freetds} || die + + # SQL drivers that are not part of experimental are loaded from a + # file, so we have to remove them from the file itself when we + # remove them. + usesqldriver() { + local flag=$1 + local driver=rlm_sql_${2:-${flag}} + + if ! use ${flag} ; then + rm -r src/modules/rlm_sql/drivers/${driver} || die + sed -i -e /${driver}/d src/modules/rlm_sql/stable || die + fi + } + + sed -i \ + -e 's:^#\tuser = :\tuser = :g' \ + -e 's:^#\tgroup = :\tgroup = :g' \ + -e 's:/var/run/radiusd:/run/radiusd:g' \ + -e '/^run_dir/s:${localstatedir}::g' \ + raddb/radiusd.conf.in || die + + # - Verbosity + # - B uild shared libraries using jlibtool -shared + sed -i \ + -e 's|--silent ||g' \ + -e 's:--mode=\(compile\|link\):& -shared:g' \ + scripts/libtool.mk || die + + # Crude measure to stop jlibtool from running ranlib and ar + sed -i \ + -e '/LIBRARIAN/s|".*"|"true"|g' \ + -e '/RANLIB/s|".*"|"true"|g' \ + scripts/jlibtool.c || die + + usesqldriver mysql + usesqldriver postgres postgresql + usesqldriver firebird + usesqldriver iodbc + usesqldriver odbc unixodbc + usesqldriver oracle + usesqldriver sqlite + usesqldriver mongodb mongo + + eautoreconf +} + +src_configure() { + # Do not try to enable static with static-libs; upstream is a + # massacre of libtool best practices so you also have to make sure + # to --enable-shared explicitly. + local myeconfargs=( + # Revisit confcache when not needing to use ac_cv anymore + # for automagic deps. + #--cache-file="${S}"/config.cache + + --enable-shared + --disable-ltdl-install + --disable-silent-rules + --with-system-libtool + --with-system-libltdl + + --enable-strict-dependencies + --without-rlm_couchbase + --without-rlm_securid + --without-rlm_unbound + --without-rlm_idn + #--without-rlm_json + #$(use_with rest libfreeradius-json) + + # Our OpenSSL should be patched. Avoid false-positive failures. + --disable-openssl-version-check + --with-ascend-binary + --with-udpfromto + --with-dhcp + --with-pcre + --with-iodbc-include-dir=/usr/include/iodbc + --with-experimental-modules + --with-docdir=/usr/share/doc/${PF} + --with-logdir=/var/log/radius + + $(use_enable debug developer) + $(use_with ldap edir) + $(use_with redis rlm_cache_redis) + $(use_with redis rlm_redis) + $(use_with redis rlm_rediswho) + $(use_with ssl openssl) + $(use_with systemd systemd) + ) + + # bug #77613 + if has_version app-crypt/heimdal ; then + myeconfargs+=( --enable-heimdal-krb5 ) + fi + + if use python ; then + myeconfargs+=( + --with-rlm-python3-bin=${EPYTHON} + --with-rlm-python3-config-bin=${EPYTHON}-config + ) + fi + + if ! use readline ; then + export ac_cv_lib_readline=no + fi + + #if ! use pcap ; then + # export ac_cv_lib_pcap_pcap_open_live=no + # export ac_cv_header_pcap_h=no + #fi + + econf "${myeconfargs[@]}" +} + +src_compile() { + # Verbose, do not generate certificates + emake \ + Q='' ECHO=true \ + LOCAL_CERT_PRODUCTS='' +} + +src_install() { + dodir /etc + + diropts -m0750 -o root -g radius + dodir /etc/raddb + + diropts -m0750 -o radius -g radius + dodir /var/log/radius + + keepdir /var/log/radius/radacct + diropts + + # - Verbose, do not install certificates + # - Parallel install fails (bug #509498) + emake -j1 \ + Q='' ECHO=true \ + LOCAL_CERT_PRODUCTS='' \ + R="${D}" \ + install + + if use pam ; then + pamd_mimic_system radiusd auth account password session + fi + + # bug #711756 + fowners -R radius:radius /etc/raddb + fowners -R radius:radius /var/log/radius + + dodoc CREDITS + + rm "${ED}"/usr/sbin/rc.radiusd || die + + newinitd "${FILESDIR}"/radius.init-r4 radiusd + newconfd "${FILESDIR}"/radius.conf-r6 radiusd + + if ! use systemd ; then + # If systemd builtin is not enabled we need use Type=Simple + # as systemd .service + sed -i -e 's:^Type=.*::g' \ + -e 's:^WatchdogSec=.*::g' -e 's:^NotifyAccess=all.*::g' \ + "${S}"/debian/freeradius.service + fi + + systemd_dounit "${S}"/debian/freeradius.service + + find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die +} + +pkg_config() { + if use ssl ; then + cd "${ROOT}"/etc/raddb/certs || die + + ./bootstrap || die "Error while running ./bootstrap script." + chown root:radius "${ROOT}"/etc/raddb/certs || die + chown root:radius "${ROOT}"/etc/raddb/certs/ca.pem || die + chown root:radius "${ROOT}"/etc/raddb/certs/server.{key,crt,pem} || die + fi +} + +pkg_preinst() { + if ! has_version ${CATEGORY}/${PN} && use ssl ; then + elog "You have to run \`emerge --config =${CATEGORY}/${PF}\` to be able" + elog "to start the radiusd service." + fi +} diff --git a/net-dialup/lrzsz/files/lrzsz-0.12.20-c99.patch b/net-dialup/lrzsz/files/lrzsz-0.12.20-c99.patch new file mode 100644 index 000000000000..db593179b02e --- /dev/null +++ b/net-dialup/lrzsz/files/lrzsz-0.12.20-c99.patch @@ -0,0 +1,27 @@ +https://src.fedoraproject.org/rpms/lrzsz/blob/c23247c9c7604aec31d49ed1b238622835f575e2/f/lrzsz-socklen.patch + +Use socklen_t as the length of the socket address (which is a bit of +an anachronism, considering the rest of the sources). The previous +code des not work on 64-bit big-endian architectures. + +--- a/src/tcp.c ++++ b/src/tcp.c +@@ -56,7 +56,7 @@ tcp_server (char *buf) + struct sockaddr_in s; + struct sockaddr_in t; + int on=1; +- size_t len; ++ socklen_t len; + + if ((sock = socket (AF_INET, SOCK_STREAM, IPPROTO_TCP)) < 0) { + error(1,errno,"socket"); +@@ -91,7 +91,7 @@ tcp_accept (int d) + { + int so; + struct sockaddr_in s; +- size_t namelen; ++ socklen_t namelen; + int num=0; + + namelen = sizeof(s); + diff --git a/net-dialup/lrzsz/lrzsz-0.12.20-r8.ebuild b/net-dialup/lrzsz/lrzsz-0.12.20-r8.ebuild new file mode 100644 index 000000000000..0e842edb2981 --- /dev/null +++ b/net-dialup/lrzsz/lrzsz-0.12.20-r8.ebuild @@ -0,0 +1,75 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools toolchain-funcs + +DESCRIPTION="Communication package providing the X, Y, and ZMODEM file transfer protocols" +HOMEPAGE="https://www.ohse.de/uwe/software/lrzsz.html" +SRC_URI=" + https://www.ohse.de/uwe/releases/${P}.tar.gz + https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${PN}-m4-${PV}.tar.bz2 +" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="nls" + +DEPEND="nls? ( virtual/libintl )" +BDEPEND="nls? ( sys-devel/gettext )" + +PATCHES=( + "${FILESDIR}"/${PN}-autotools.patch + "${FILESDIR}"/${PN}-implicit-decl.patch + "${FILESDIR}"/${P}-automake-1.12.patch + "${FILESDIR}"/${P}-automake-1.13.patch + "${FILESDIR}"/${P}-gettext-0.20.patch + "${FILESDIR}"/${P}-AR.patch + "${FILESDIR}"/${P}-configure-clang16.patch + "${FILESDIR}"/${P}-gettext-0.22.patch + "${FILESDIR}"/${P}-disable-nls.patch + "${FILESDIR}"/${P}-c99.patch +) + +DOCS=( AUTHORS COMPATABILITY ChangeLog NEWS \ + README{,.cvs,.gettext,.isdn4linux,.tests} THANKS TODO ) + +src_prepare() { + default + + # automake is unhappy if this is missing + >> config.rpath || die + # This is too old. Remove it so automake puts in a newer copy. + rm missing || die + # Autoheader does not like seeing this file. + rm acconfig.h || die + # embed default m4 files in case gettext is not installed + mv "${WORKDIR}"/m4 . || die + + eautoreconf +} + +src_configure() { + tc-export CC + + econf $(use_enable nls) +} + +src_test() { + # Don't use check target. + # See bug #120748 before changing this function. + emake vcheck +} + +src_install() { + default + + local x + for x in {r,s}{b,x,z} ; do + dosym l${x} /usr/bin/${x} + dosym l${x:0:1}z.1 /usr/share/man/man1/${x}.1 + [ "${x:1:1}" = "z" ] || dosym l${x:0:1}z.1 /usr/share/man/man1/l${x}.1 + done +} diff --git a/net-fs/Manifest.gz b/net-fs/Manifest.gz index 76b261b2a26f..17ff5a254888 100644 Binary files a/net-fs/Manifest.gz and b/net-fs/Manifest.gz differ diff --git a/net-fs/autofs/autofs-5.1.9-r1.ebuild b/net-fs/autofs/autofs-5.1.9-r1.ebuild new file mode 100644 index 000000000000..f64950f705e7 --- /dev/null +++ b/net-fs/autofs/autofs-5.1.9-r1.ebuild @@ -0,0 +1,128 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit linux-info systemd toolchain-funcs + +DESCRIPTION="Kernel based automounter" +HOMEPAGE="https://web.archive.org/web/*/http://www.linux-consulting.com/Amd_AutoFS/autofs.html https://git.kernel.org/pub/scm/linux/storage/autofs/autofs.git" +SRC_URI="https://www.kernel.org/pub/linux/daemons/${PN}/v5/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="dmalloc ldap +libtirpc mount-locking sasl selinux systemd" + +# currently, sasl code assumes the presence of kerberosV +RDEPEND=" + net-libs/libnsl:= + >=sys-apps/util-linux-2.20 + dmalloc? ( dev-libs/dmalloc[threads] ) + ldap? ( + >=net-nds/openldap-2.0:= + sasl? ( + dev-libs/cyrus-sasl + dev-libs/libxml2 + virtual/krb5 + ) + ) + systemd? ( sys-apps/systemd ) + libtirpc? ( net-libs/libtirpc:= ) + !libtirpc? ( elibc_glibc? ( sys-libs/glibc[rpc(-)] ) ) +" +DEPEND="${RDEPEND} + libtirpc? ( net-libs/rpcsvc-proto ) +" +BDEPEND=" + sys-devel/flex + virtual/pkgconfig + app-alternatives/yacc +" +RDEPEND+=" selinux? ( sec-policy/selinux-automount )" + +PATCHES=( + "${FILESDIR}"/${PN}-5.1.9-c99.patch +) + +pkg_setup() { + linux-info_pkg_setup + + local CONFIG_CHECK + + if kernel_is -ge 4 18; then + CONFIG_CHECK="~AUTOFS_FS" + else + CONFIG_CHECK="~AUTOFS4_FS" + fi + + check_extra_config +} + +src_prepare() { + sed -i -e "s:/usr/bin/kill:/bin/kill:" samples/autofs.service.in || die # bug #479492 + sed -i -e "/^EnvironmentFile/d" samples/autofs.service.in || die # bug #592334 + + # Install samples including autofs.service + sed -i -e "/^SUBDIRS/s/$/ samples/g" Makefile.rules || die + + default +} + +src_configure() { + # bug #483716 + tc-export AR + # --with-confdir is for bug #361481 + # --with-mapdir is for bug #385113 + local myeconfargs=( + --with-confdir=/etc/conf.d + --with-mapdir=/etc/autofs + $(use_with dmalloc) + $(use_with ldap openldap) + $(use_with libtirpc) + $(use_with sasl) + $(use_enable mount-locking) + $(use_with systemd systemd $(systemd_get_systemunitdir)) # bug #479492 + --without-hesiod + --disable-ext-env + --enable-sloppy-mount # bug #453778 + --enable-force-shutdown + --enable-ignore-busy + RANLIB="$(type -P $(tc-getRANLIB))" # bug #483716 + ) + + CONFIG_SHELL="${BROOT}/bin/bash" econf "${myeconfargs[@]}" +} + +src_compile() { + emake STRIP=: DONTSTRIP=1 +} + +src_install() { + default + rmdir "${D}"/run + + if kernel_is -lt 2 6 30; then + # kernel patches + docinto patches + dodoc patches/${PN}4-2.6.??{,.?{,?}}-v5-update-????????.patch + fi + newinitd "${FILESDIR}"/autofs5.initd autofs + insinto etc/autofs + newins "${FILESDIR}"/autofs5-auto.master auto.master +} + +pkg_postinst() { + if kernel_is -lt 2 6 30; then + elog "This version of ${PN} requires a kernel with autofs4 supporting" + elog "protocol version 5.00. Patches for kernels older than 2.6.30 have" + elog "been installed into" + elog "${EROOT}/usr/share/doc/${P}/patches." + elog "For further instructions how to patch the kernel, please refer to" + elog "${EROOT}/usr/share/doc/${P}/INSTALL." + elog + fi + elog "If you plan on using autofs for automounting remote NFS mounts," + elog "please check that both portmap (or rpcbind) and rpc.statd/lockd" + elog "are running." +} diff --git a/net-fs/autofs/files/autofs-5.1.9-c99.patch b/net-fs/autofs/files/autofs-5.1.9-c99.patch new file mode 100644 index 000000000000..e218f52a96f1 --- /dev/null +++ b/net-fs/autofs/files/autofs-5.1.9-c99.patch @@ -0,0 +1,57 @@ +https://src.fedoraproject.org/rpms/autofs/c/787a553722ec9aecf0c5108065bef9ef110d7639?branch=rawhide +https://lore.kernel.org/autofs/874jgf4qwu.fsf@oldenburg.str.redhat.com/ +https://lore.kernel.org/autofs/878r5r4qy5.fsf@oldenburg.str.redhat.com/ + +Fix argument type for ldap_parse_page_control in configure probe, +to suppress an incompatible-pointer-types error. + +Submitted upstream: + + <https://lore.kernel.org/autofs/874jgf4qwu.fsf@oldenburg.str.redhat.com/> + +--- a/aclocal.m4 ++++ b/aclocal.m4 +@@ -427,7 +427,7 @@ AC_LINK_IFELSE( + struct berval *c; + int ret; + LDAPControl **clp; +- ret = ldap_parse_page_control(ld,clp,ct,c); ]])], ++ ret = ldap_parse_page_control(ld,clp,ct,&c); ]])], + [ af_have_ldap_parse_page_control=yes + AC_MSG_RESULT(yes) ], + [ AC_MSG_RESULT(no) ]) + +Add casts to SASL callbacks to avoid incompatible-pointer-types +errors. + +Submitted upstream: + + <https://lore.kernel.org/autofs/878r5r4qy5.fsf@oldenburg.str.redhat.com/> + +--- a/modules/cyrus-sasl.c ++++ b/modules/cyrus-sasl.c +@@ -109,17 +109,17 @@ static int getpass_func(sasl_conn_t *, void *, int, sasl_secret_t **); + static int getuser_func(void *, int, const char **, unsigned *); + + static sasl_callback_t callbacks[] = { +- { SASL_CB_USER, &getuser_func, NULL }, +- { SASL_CB_AUTHNAME, &getuser_func, NULL }, +- { SASL_CB_PASS, &getpass_func, NULL }, ++ { SASL_CB_USER, (int(*)(void)) &getuser_func, NULL }, ++ { SASL_CB_AUTHNAME, (int(*)(void)) &getuser_func, NULL }, ++ { SASL_CB_PASS, (int(*)(void)) &getpass_func, NULL }, + { SASL_CB_LIST_END, NULL, NULL }, + }; + + static sasl_callback_t debug_callbacks[] = { +- { SASL_CB_LOG, &sasl_log_func, NULL }, +- { SASL_CB_USER, &getuser_func, NULL }, +- { SASL_CB_AUTHNAME, &getuser_func, NULL }, +- { SASL_CB_PASS, &getpass_func, NULL }, ++ { SASL_CB_LOG, (int(*)(void)) &sasl_log_func, NULL }, ++ { SASL_CB_USER, (int(*)(void)) &getuser_func, NULL }, ++ { SASL_CB_AUTHNAME, (int(*)(void)) &getuser_func, NULL }, ++ { SASL_CB_PASS, (int(*)(void)) &getpass_func, NULL }, + { SASL_CB_LIST_END, NULL, NULL }, + }; + diff --git a/net-irc/Manifest.gz b/net-irc/Manifest.gz index 8cef6ebfd32b..d78e6add1864 100644 Binary files a/net-irc/Manifest.gz and b/net-irc/Manifest.gz differ diff --git a/net-irc/ircii/metadata.xml b/net-irc/ircii/metadata.xml index 0cdf261be819..aa20bff17b1d 100644 --- a/net-irc/ircii/metadata.xml +++ b/net-irc/ircii/metadata.xml @@ -5,7 +5,4 @@ <email>bkohler@gentoo.org</email> <name>Ben Kohler</name> </maintainer> - <use> - <flag name="lto">Build using Link Time Optimizations (LTO)</flag> - </use> </pkgmetadata> diff --git a/net-libs/Manifest.gz b/net-libs/Manifest.gz index 73f6dd8075c2..decb61d55d70 100644 Binary files a/net-libs/Manifest.gz and b/net-libs/Manifest.gz differ diff --git a/net-libs/libbitcoinconsensus/metadata.xml b/net-libs/libbitcoinconsensus/metadata.xml index 88aab8a9fbb7..9eab793a582a 100644 --- a/net-libs/libbitcoinconsensus/metadata.xml +++ b/net-libs/libbitcoinconsensus/metadata.xml @@ -9,9 +9,6 @@ <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> </maintainer> - <use> - <flag name="asm">Enable assembly for optimization</flag> - </use> <upstream> <remote-id type="github">bitcoin/bitcoin</remote-id> <remote-id type="github">bitcoinknots/bitcoin</remote-id> diff --git a/net-libs/libssh/Manifest b/net-libs/libssh/Manifest index d42dff9ecbb9..6b97980c35e1 100644 --- a/net-libs/libssh/Manifest +++ b/net-libs/libssh/Manifest @@ -1 +1,2 @@ DIST libssh-0.10.5.tar.xz 557776 BLAKE2B de147f25fa9116743b5b2d08548c2b28b31d7b76b10e249b0a52fa19dfa09762d37ad5a5d1eaf7db89d8713144b8d3608aa2b48ce29ed324e4154493a9fcebfe SHA512 2b758f9df2b5937865d4aee775ffeafafe3ae6739a89dfc470e38c7394e3c3cb5fcf8f842fdae04929890ee7e47bf8f50e3a38e82dfd26a009f3aae009d589e0 +DIST libssh-0.10.6.tar.xz 561036 BLAKE2B 6ae1c611b685fa8ec5e5fb159f93493edf4d8ae8536300cd9a357daadc28ca2fbd8a64a22157744bc97e2e672b0b84b58e1167d7369fe88306b3581098af9f57 SHA512 40c62d63c44e882999b71552c237d73fc7364313bd00b15a211a34aeff1b73693da441d2c8d4e40108d00fb7480ec7c5b6d472f9c0784b2359a179632ab0d6c1 diff --git a/net-libs/libssh/libssh-0.10.6.ebuild b/net-libs/libssh/libssh-0.10.6.ebuild new file mode 100644 index 000000000000..4872d7623ddf --- /dev/null +++ b/net-libs/libssh/libssh-0.10.6.ebuild @@ -0,0 +1,135 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake-multilib + +DESCRIPTION="Access a working SSH implementation by means of a library" +HOMEPAGE="https://www.libssh.org/" + +if [[ ${PV} == *9999* ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://git.libssh.org/projects/libssh.git" +else + SRC_URI="https://www.libssh.org/files/$(ver_cut 1-2)/${P}.tar.xz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +fi + +LICENSE="LGPL-2.1" +SLOT="0/4" # subslot = soname major version +IUSE="debug doc examples gcrypt gssapi mbedtls pcap server +sftp static-libs test zlib" +# Maintainer: check IUSE-defaults at DefineOptions.cmake + +REQUIRED_USE="?? ( gcrypt mbedtls )" +RESTRICT="!test? ( test )" + +RDEPEND=" + !gcrypt? ( + !mbedtls? ( + >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] + ) + ) + gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] ) + gssapi? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] ) + mbedtls? ( net-libs/mbedtls:=[${MULTILIB_USEDEP}] ) + zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) +" +DEPEND="${RDEPEND} + test? ( + >=dev-util/cmocka-0.3.1[${MULTILIB_USEDEP}] + elibc_musl? ( sys-libs/argp-standalone ) + ) +" +BDEPEND="doc? ( app-doc/doxygen[dot] )" + +DOCS=( AUTHORS CHANGELOG README ) + +src_prepare() { + cmake_src_prepare + + # just install the examples, do not compile them + cmake_comment_add_subdirectory examples + + sed -e "/^check_include_file.*HAVE_VALGRIND_VALGRIND_H/s/^/#DONT /" \ + -i ConfigureChecks.cmake || die + + if use test; then + local skip_tests=( + # keyfile torture test is currently broken + -e "/torture_keyfiles/d" + + # Tries to expand ~ which fails w/ portage homedir + # (torture_path_expand_tilde_unix and torture_config_make_absolute_no_sshdir) + -e "/torture_misc/d" + -e "/torture_config/d" + ) + + # Disable tests that take too long (bug #677006) + if use sparc; then + skip_tests+=( + -e "/torture_threads_pki_rsa/d" + -e "/torture_pki_dsa/d" + ) + fi + + if (( ${#skip_tests[@]} )) ; then + sed -i "${skip_tests[@]}" tests/unittests/CMakeLists.txt || die + fi + + if use elibc_musl; then + sed -e "/SOLARIS/d" \ + -i tests/CMakeLists.txt || die + fi + fi +} + +multilib_src_configure() { + local mycmakeargs=( + -DWITH_NACL=OFF + -DWITH_STACK_PROTECTOR=OFF + -DWITH_STACK_PROTECTOR_STRONG=OFF + -DWITH_DEBUG_CALLTRACE=$(usex debug) + -DWITH_DEBUG_CRYPTO=$(usex debug) + -DWITH_GCRYPT=$(usex gcrypt) + -DWITH_GSSAPI=$(usex gssapi) + -DWITH_MBEDTLS=$(usex mbedtls) + -DWITH_PCAP=$(usex pcap) + -DWITH_SERVER=$(usex server) + -DWITH_SFTP=$(usex sftp) + -DBUILD_STATIC_LIB=$(usex static-libs) + # TODO: try enabling {CLIENT,SERVER}_TESTING + -DUNIT_TESTING=$(usex test) + -DWITH_ZLIB=$(usex zlib) + ) + + multilib_is_native_abi || mycmakeargs+=( -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON ) + + cmake_src_configure +} + +multilib_src_compile() { + cmake_src_compile + multilib_is_native_abi && use doc && cmake_src_compile docs +} + +multilib_src_install() { + cmake_src_install + multilib_is_native_abi && use doc && local HTML_DOCS=( "${BUILD_DIR}"/doc/html/. ) + + use static-libs && dolib.a src/libssh.a + + # compatibility symlink until all consumers have been updated + # to no longer use libssh_threads.so + dosym libssh.so /usr/$(get_libdir)/libssh_threads.so +} + +multilib_src_install_all() { + use mbedtls && DOCS+=( README.mbedtls ) + einstalldocs + + if use examples; then + docinto examples + dodoc examples/*.{c,h,cpp} + fi +} diff --git a/net-libs/nodejs/metadata.xml b/net-libs/nodejs/metadata.xml index 4d8e1010ced8..a81beb28246a 100644 --- a/net-libs/nodejs/metadata.xml +++ b/net-libs/nodejs/metadata.xml @@ -8,7 +8,6 @@ <use> <flag name="corepack">Enable the experimental corepack package management tool</flag> <flag name="inspector">Enable V8 inspector</flag> - <flag name="lto">Build with link-time optimisation</flag> <flag name="npm">Enable NPM package manager</flag> <flag name="pax-kernel">Enable building under a PaX enabled kernel</flag> <flag name="snapshot">Enable snapshot creation for faster startup</flag> diff --git a/net-libs/zeromq/zeromq-4.3.5-r1.ebuild b/net-libs/zeromq/zeromq-4.3.5-r1.ebuild index 196e6a4187b5..e42b438ca368 100644 --- a/net-libs/zeromq/zeromq-4.3.5-r1.ebuild +++ b/net-libs/zeromq/zeromq-4.3.5-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/zeromq/libzmq/releases/download/v${PV}/${P}.tar.gz" LICENSE="MPL-2.0" SLOT="0/5" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" IUSE="doc drafts +libbsd +sodium static-libs test unwind" RESTRICT="!test? ( test )" diff --git a/net-misc/Manifest.gz b/net-misc/Manifest.gz index 41d8c8ad23f9..031406b4b2d6 100644 Binary files a/net-misc/Manifest.gz and b/net-misc/Manifest.gz differ diff --git a/net-misc/dropbear/metadata.xml b/net-misc/dropbear/metadata.xml index 4491864b760d..80473cbd3d8f 100644 --- a/net-misc/dropbear/metadata.xml +++ b/net-misc/dropbear/metadata.xml @@ -27,5 +27,6 @@ </use> <upstream> <remote-id type="cpe">cpe:/a:matt_johnston:dropbear_ssh_server</remote-id> + <remote-id type="github">mkj/dropbear</remote-id> </upstream> </pkgmetadata> diff --git a/net-misc/eventd/metadata.xml b/net-misc/eventd/metadata.xml index 8f637f01963e..d6a2d2e180c9 100644 --- a/net-misc/eventd/metadata.xml +++ b/net-misc/eventd/metadata.xml @@ -8,7 +8,6 @@ (Note: not required for local notifications via <pkg>net-misc/eventd</pkg>)</flag> <flag name="notification">Enable plugin to display on-screen notifications</flag> <flag name="purple">Enable plugin for IM notifications via libpurple</flag> - <flag name="speech">Enable plugin for Text-To-Speech support</flag> <flag name="webhook">Enable plugin to send payloads to webhook handlers</flag> <flag name="websocket">Enable support for WebSocket protocol</flag> </use> diff --git a/net-misc/netifrc/netifrc-0.7.7.ebuild b/net-misc/netifrc/netifrc-0.7.7.ebuild index 019c490b5f1b..0b8e92d0269e 100644 --- a/net-misc/netifrc/netifrc-0.7.7.ebuild +++ b/net-misc/netifrc/netifrc-0.7.7.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2" - 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="BSD-2 GPL-2" diff --git a/net-misc/networkmanager/metadata.xml b/net-misc/networkmanager/metadata.xml index cc9b634fb71d..b052b568a851 100644 --- a/net-misc/networkmanager/metadata.xml +++ b/net-misc/networkmanager/metadata.xml @@ -14,7 +14,6 @@ <flag name="iptables">Use <pkg>net-firewall/iptables</pkg> for connection sharing</flag> <flag name="iwd">Use <pkg>net-wireless/iwd</pkg> instead of <pkg>net-wireless/wpa_supplicant</pkg> for wifi support by default</flag> <flag name="psl">Use public suffix list via <pkg>net-libs/libpsl</pkg></flag> - <flag name="lto">Build using Link Time Optimizations (LTO)</flag> <flag name="modemmanager">Enable support for mobile broadband devices using <pkg>net-misc/modemmanager</pkg></flag> <flag name="nftables">Use <pkg>net-firewall/nftables</pkg> for connection sharing</flag> <flag name="nss">Use <pkg>dev-libs/nss</pkg> for cryptography</flag> diff --git a/net-misc/openssh/Manifest b/net-misc/openssh/Manifest index 6b2564313240..23887af76d94 100644 --- a/net-misc/openssh/Manifest +++ b/net-misc/openssh/Manifest @@ -6,3 +6,5 @@ DIST openssh-9.4p1.tar.gz 1845094 BLAKE2B d13d758129cce947d3f12edb6e88406aad10de DIST openssh-9.4p1.tar.gz.asc 833 BLAKE2B 95eedd9356766e5d0ea1261da3dc4c7869f054b418c626fb35815a0aa655b1ddbf54436b437d98c4344b05c9196c8fa1f592eac07b3ccf08bd3e980f8b6955af SHA512 983b4ebaa3b98e70831ce686cb503270926c065163a2510eef0c5102ef50b6e665b889ee15ea8c0bd7c4bbddb19270f036e1d554a8212ef2c292f9c682c8631a DIST openssh-9.5p1.tar.gz 1843001 BLAKE2B 55dbb0a2792b0046c943a19ca0966660e6e378e77856e94823a1bbbafaa0da94357403765c4c028aebf6543049a0f9bbe0019629be3f92cdadfac1be56def796 SHA512 e183fdf7477fd986215b889eea4a945d71385e35305746ccb164e757ecc28166f429c70890a237d8ef4cdcae5132935ba2ecb3b2a658eb73a6afcf6f42277b9c DIST openssh-9.5p1.tar.gz.asc 833 BLAKE2B abec3d14d9a880008db202be00ed446ccc0a98ce77c16a9e6d6492feac07c8f3284f9cd24f6ee1d904a55f9f23d5cce8a716916975c179a38ef6bde1d36e0acf SHA512 2b6de653420ba02eb99c7e6fba09af3bacfe9c701f3dfc3c94f41a3539c0414954fc5c64cce63c488c5ccd5d4ddb42d3f2184ff7f323342c885c47bf7d426ca1 +DIST openssh-9.6p1.tar.gz 1857862 BLAKE2B dd7f6747fe89f7b386be4faaf7fc43398a9bf439e45608ae61c2126cf8743c64ef7b5af45c75e9007b0bda525f8809261ca0f2fc47ce60177ba769a5324719dd SHA512 0ebf81e39914c3a90d7777a001ec7376a94b37e6024baf3e972c58f0982b7ddef942315f5e01d56c00ff95603b4a20ee561ab918ecc55511df007ac138160509 +DIST openssh-9.6p1.tar.gz.asc 833 BLAKE2B 9363d02f85457aa90069020827306a2f49d8406e32f5ee1d231844648dd2ffa02fa9b7325b8677a11e46a0ba0d9ffc86d9c989435d691a02f5354a956c49f9f9 SHA512 aec5a5bd6ce480a8e5b5879dc55f8186aec90fe61f085aa92ad7d07f324574aa781be09c83b7443a32848d091fd44fb12c1842d49cee77afc351e550ffcc096d diff --git a/net-misc/openssh/openssh-9.6_p1.ebuild b/net-misc/openssh/openssh-9.6_p1.ebuild new file mode 100644 index 000000000000..c53574f62515 --- /dev/null +++ b/net-misc/openssh/openssh-9.6_p1.ebuild @@ -0,0 +1,378 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/openssh.org.asc +inherit user-info flag-o-matic autotools pam systemd toolchain-funcs verify-sig + +# Make it more portable between straight releases +# and _p? releases. +PARCH=${P/_} + +DESCRIPTION="Port of OpenBSD's free SSH release" +HOMEPAGE="https://www.openssh.com/" +SRC_URI=" + mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz + verify-sig? ( mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz.asc ) +" +S="${WORKDIR}/${PARCH}" + +LICENSE="BSD GPL-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" +# Probably want to drop ssl defaulting to on in a future version. +IUSE="abi_mips_n32 audit debug kerberos ldns libedit livecd pam +pie security-key selinux +ssl static test X xmss" + +RESTRICT="!test? ( test )" + +REQUIRED_USE=" + ldns? ( ssl ) + pie? ( !static ) + static? ( !kerberos !pam ) + xmss? ( ssl ) + test? ( ssl ) +" + +# tests currently fail with XMSS +REQUIRED_USE+="test? ( !xmss )" + +LIB_DEPEND=" + audit? ( sys-process/audit[static-libs(+)] ) + ldns? ( + net-libs/ldns[static-libs(+)] + net-libs/ldns[ecdsa(+),ssl(+)] + ) + libedit? ( dev-libs/libedit:=[static-libs(+)] ) + security-key? ( >=dev-libs/libfido2-1.5.0:=[static-libs(+)] ) + selinux? ( >=sys-libs/libselinux-1.28[static-libs(+)] ) + ssl? ( >=dev-libs/openssl-1.1.1l-r1:0=[static-libs(+)] ) + virtual/libcrypt:=[static-libs(+)] + >=sys-libs/zlib-1.2.3:=[static-libs(+)] +" +RDEPEND=" + acct-group/sshd + acct-user/sshd + !static? ( ${LIB_DEPEND//\[static-libs(+)]} ) + pam? ( sys-libs/pam ) + kerberos? ( virtual/krb5 ) +" +DEPEND=" + ${RDEPEND} + virtual/os-headers + kernel_linux? ( !prefix-guest? ( >=sys-kernel/linux-headers-5.1 ) ) + static? ( ${LIB_DEPEND} ) +" +RDEPEND=" + ${RDEPEND} + !net-misc/openssh-contrib + pam? ( >=sys-auth/pambase-20081028 ) + !prefix? ( sys-apps/shadow ) + X? ( x11-apps/xauth ) +" +# Weird dep construct for newer gcc-config for bug #872416 +BDEPEND=" + sys-devel/autoconf + virtual/pkgconfig + || ( + >=sys-devel/gcc-config-2.6 + >=sys-devel/clang-toolchain-symlinks-14-r1:14 + >=sys-devel/clang-toolchain-symlinks-15-r1:15 + >=sys-devel/clang-toolchain-symlinks-16-r1:* + ) + verify-sig? ( sec-keys/openpgp-keys-openssh ) +" + +PATCHES=( + "${FILESDIR}/${PN}-9.3_p1-disable-conch-interop-tests.patch" + "${FILESDIR}/${PN}-9.3_p1-fix-putty-tests.patch" + "${FILESDIR}/${PN}-9.3_p1-deny-shmget-shmat-shmdt-in-preauth-privsep-child.patch" +) + +pkg_pretend() { + local i enabled_eol_flags disabled_eol_flags + for i in hpn sctp X509; do + if has_version "net-misc/openssh[${i}]"; then + enabled_eol_flags+="${i}," + disabled_eol_flags+="-${i}," + fi + done + + if [[ -n ${enabled_eol_flags} && ${OPENSSH_EOL_USE_FLAGS_I_KNOW_WHAT_I_AM_DOING} != yes ]]; then + # Skip for binary packages entirely because of environment saving, bug #907892 + [[ ${MERGE_TYPE} == binary ]] && return + + ewarn "net-misc/openssh does not support USE='${enabled_eol_flags%,}' anymore." + ewarn "The Base system team *STRONGLY* recommends you not rely on this functionality," + ewarn "since these USE flags required third-party patches that often trigger bugs" + ewarn "and are of questionable provenance." + ewarn + ewarn "If you must continue relying on this functionality, switch to" + ewarn "net-misc/openssh-contrib. You will have to remove net-misc/openssh from your" + ewarn "world file first: 'emerge --deselect net-misc/openssh'" + ewarn + ewarn "In order to prevent loss of SSH remote login access, we will abort the build." + ewarn "Whether you proceed with disabling the USE flags or switch to the -contrib" + ewarn "variant, when re-emerging you will have to set" + ewarn + ewarn " OPENSSH_EOL_USE_FLAGS_I_KNOW_WHAT_I_AM_DOING=yes" + + die "Building net-misc/openssh[${disabled_eol_flags%,}] without OPENSSH_EOL_USE_FLAGS_I_KNOW_WHAT_I_AM_DOING=yes" + fi + + # Make sure people who are using tcp wrappers are notified of its removal. #531156 + if grep -qs '^ *sshd *:' "${EROOT}"/etc/hosts.{allow,deny} ; then + ewarn "Sorry, but openssh no longer supports tcp-wrappers, and it seems like" + ewarn "you're trying to use it. Update your ${EROOT}/etc/hosts.{allow,deny} please." + fi +} + +src_prepare() { + sed -i \ + -e "/_PATH_XAUTH/s:/usr/X11R6/bin/xauth:${EPREFIX}/usr/bin/xauth:" \ + pathnames.h || die + + # don't break .ssh/authorized_keys2 for fun + sed -i '/^AuthorizedKeysFile/s:^:#:' sshd_config || die + + [[ -d ${WORKDIR}/patches ]] && PATCHES+=( "${WORKDIR}"/patches ) + + default + + # These tests are currently incompatible with PORTAGE_TMPDIR/sandbox + sed -e '/\t\tpercent \\/ d' \ + -i regress/Makefile || die + + tc-export PKG_CONFIG + local sed_args=( + -e "s:-lcrypto:$(${PKG_CONFIG} --libs openssl):" + # Disable fortify flags ... our gcc does this for us + -e 's:-D_FORTIFY_SOURCE=2::' + ) + + # _XOPEN_SOURCE causes header conflicts on Solaris + [[ ${CHOST} == *-solaris* ]] && sed_args+=( + -e 's/-D_XOPEN_SOURCE//' + ) + sed -i "${sed_args[@]}" configure{.ac,} || die + + eautoreconf +} + +src_configure() { + addwrite /dev/ptmx + + use debug && append-cppflags -DSANDBOX_SECCOMP_FILTER_DEBUG + use static && append-ldflags -static + use xmss && append-cflags -DWITH_XMSS + + if [[ ${CHOST} == *-solaris* ]] ; then + # Solaris' glob.h doesn't have things like GLOB_TILDE, configure + # doesn't check for this, so force the replacement to be put in + # place + append-cppflags -DBROKEN_GLOB + fi + + # use replacement, RPF_ECHO_ON doesn't exist here + [[ ${CHOST} == *-darwin* ]] && export ac_cv_func_readpassphrase=no + + local myconf=( + --with-ldflags="${LDFLAGS}" + --disable-strip + --with-pid-dir="${EPREFIX}"$(usex kernel_linux '' '/var')/run + --sysconfdir="${EPREFIX}"/etc/ssh + --libexecdir="${EPREFIX}"/usr/$(get_libdir)/misc + --datadir="${EPREFIX}"/usr/share/openssh + --with-privsep-path="${EPREFIX}"/var/empty + --with-privsep-user=sshd + --with-hardening + $(use_with audit audit linux) + $(use_with kerberos kerberos5 "${EPREFIX}"/usr) + $(use_with ldns) + $(use_with libedit) + $(use_with pam) + $(use_with pie) + $(use_with selinux) + $(use_with security-key security-key-builtin) + $(use_with ssl openssl) + $(use_with ssl ssl-engine) + ) + + if use elibc_musl; then + # musl defines bogus values for UTMP_FILE and WTMP_FILE (bug #753230) + myconf+=( --disable-utmp --disable-wtmp ) + fi + + # Workaround for Clang 15 miscompilation with -fzero-call-used-regs=all + # bug #869839 (https://github.com/llvm/llvm-project/issues/57692) + tc-is-clang && myconf+=( --without-hardening ) + + econf "${myconf[@]}" +} + +src_test() { + local tests=( compat-tests ) + local shell=$(egetshell "${UID}") + if [[ ${shell} == */nologin ]] || [[ ${shell} == */false ]] ; then + ewarn "Running the full OpenSSH testsuite requires a usable shell for the 'portage'" + ewarn "user, so we will run a subset only." + tests+=( interop-tests ) + else + tests+=( tests ) + fi + + local -x SUDO= SSH_SK_PROVIDER= TEST_SSH_UNSAFE_PERMISSIONS=1 + mkdir -p "${HOME}"/.ssh || die + emake -j1 "${tests[@]}" </dev/null +} + +# Gentoo tweaks to default config files. +tweak_ssh_configs() { + local locale_vars=( + # These are language variables that POSIX defines. + # http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html#tag_08_02 + LANG LC_ALL LC_COLLATE LC_CTYPE LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME + + # These are the GNU extensions. + # https://www.gnu.org/software/autoconf/manual/html_node/Special-Shell-Variables.html + LANGUAGE LC_ADDRESS LC_IDENTIFICATION LC_MEASUREMENT LC_NAME LC_PAPER LC_TELEPHONE + ) + + dodir /etc/ssh/ssh_config.d /etc/ssh/sshd_config.d + cat <<-EOF >> "${ED}"/etc/ssh/ssh_config || die + Include "${EPREFIX}/etc/ssh/ssh_config.d/*.conf" + EOF + cat <<-EOF >> "${ED}"/etc/ssh/sshd_config || die + Include "${EPREFIX}/etc/ssh/sshd_config.d/*.conf" + EOF + + cat <<-EOF >> "${ED}"/etc/ssh/ssh_config.d/9999999gentoo.conf || die + # Send locale environment variables (bug #367017) + SendEnv ${locale_vars[*]} + + # Send COLORTERM to match TERM (bug #658540) + SendEnv COLORTERM + EOF + + cat <<-EOF >> "${ED}"/etc/ssh/ssh_config.d/9999999gentoo-security.conf || die + RevokedHostKeys "${EPREFIX}/etc/ssh/ssh_revoked_hosts" + EOF + + cat <<-EOF >> "${ED}"/etc/ssh/ssh_revoked_hosts || die + # https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/ + ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ== + EOF + + cat <<-EOF >> "${ED}"/etc/ssh/sshd_config.d/9999999gentoo.conf || die + # Allow client to pass locale environment variables (bug #367017) + AcceptEnv ${locale_vars[*]} + + # Allow client to pass COLORTERM to match TERM (bug #658540) + AcceptEnv COLORTERM + EOF + + if use pam ; then + cat <<-EOF >> "${ED}"/etc/ssh/sshd_config.d/9999999gentoo-pam.conf || die + UsePAM yes + # This interferes with PAM. + PasswordAuthentication no + # PAM can do its own handling of MOTD. + PrintMotd no + PrintLastLog no + EOF + fi + + if use livecd ; then + cat <<-EOF >> "${ED}"/etc/ssh/sshd_config.d/9999999gentoo-livecd.conf || die + # Allow root login with password on livecds. + PermitRootLogin Yes + EOF + fi +} + +src_install() { + emake install-nokeys DESTDIR="${D}" + fperms 600 /etc/ssh/sshd_config + dobin contrib/ssh-copy-id + newinitd "${FILESDIR}"/sshd-r1.initd sshd + newconfd "${FILESDIR}"/sshd-r1.confd sshd + + if use pam; then + newpamd "${FILESDIR}"/sshd.pam_include.2 sshd + fi + + tweak_ssh_configs + + doman contrib/ssh-copy-id.1 + dodoc ChangeLog CREDITS OVERVIEW README* TODO sshd_config + + diropts -m 0700 + dodir /etc/skel/.ssh + rmdir "${ED}"/var/empty || die + + systemd_dounit "${FILESDIR}"/sshd.socket + systemd_newunit "${FILESDIR}"/sshd.service.1 sshd.service + systemd_newunit "${FILESDIR}"/sshd_at.service.1 'sshd@.service' +} + +pkg_preinst() { + if ! use ssl && has_version "${CATEGORY}/${PN}[ssl]"; then + show_ssl_warning=1 + fi +} + +pkg_postinst() { + local old_ver + for old_ver in ${REPLACING_VERSIONS}; do + if ver_test "${old_ver}" -lt "5.8_p1"; then + elog "Starting with openssh-5.8p1, the server will default to a newer key" + elog "algorithm (ECDSA). You are encouraged to manually update your stored" + elog "keys list as servers update theirs. See ssh-keyscan(1) for more info." + fi + if ver_test "${old_ver}" -lt "7.0_p1"; then + elog "Starting with openssh-6.7, support for USE=tcpd has been dropped by upstream." + elog "Make sure to update any configs that you might have. Note that xinetd might" + elog "be an alternative for you as it supports USE=tcpd." + fi + if ver_test "${old_ver}" -lt "7.1_p1"; then #557388 #555518 + elog "Starting with openssh-7.0, support for ssh-dss keys were disabled due to their" + elog "weak sizes. If you rely on these key types, you can re-enable the key types by" + elog "adding to your sshd_config or ~/.ssh/config files:" + elog " PubkeyAcceptedKeyTypes=+ssh-dss" + elog "You should however generate new keys using rsa or ed25519." + + elog "Starting with openssh-7.0, the default for PermitRootLogin changed from 'yes'" + elog "to 'prohibit-password'. That means password auth for root users no longer works" + elog "out of the box. If you need this, please update your sshd_config explicitly." + fi + if ver_test "${old_ver}" -lt "7.6_p1"; then + elog "Starting with openssh-7.6p1, openssh upstream has removed ssh1 support entirely." + elog "Furthermore, rsa keys with less than 1024 bits will be refused." + fi + if ver_test "${old_ver}" -lt "7.7_p1"; then + elog "Starting with openssh-7.7p1, we no longer patch openssh to provide LDAP functionality." + elog "Install sys-auth/ssh-ldap-pubkey and use OpenSSH's \"AuthorizedKeysCommand\" option" + elog "if you need to authenticate against LDAP." + elog "See https://wiki.gentoo.org/wiki/SSH/LDAP_migration for more details." + fi + if ver_test "${old_ver}" -lt "8.2_p1"; then + ewarn "After upgrading to openssh-8.2p1 please restart sshd, otherwise you" + ewarn "will not be able to establish new sessions. Restarting sshd over a ssh" + ewarn "connection is generally safe." + fi + if ver_test "${old_ver}" -lt "9.2_p1-r1" && systemd_is_booted; then + ewarn "From openssh-9.2_p1-r1 the supplied systemd unit file defaults to" + ewarn "'Restart=on-failure', which causes the service to automatically restart if it" + ewarn "terminates with an unclean exit code or signal. This feature is useful for most users," + ewarn "but it can increase the vulnerability of the system in the event of a future exploit." + ewarn "If you have a web-facing setup or are concerned about security, it is recommended to" + ewarn "set 'Restart=no' in your sshd unit file." + fi + done + + if [[ -n ${show_ssl_warning} ]]; then + elog "Be aware that by disabling openssl support in openssh, the server and clients" + elog "no longer support dss/rsa/ecdsa keys. You will need to generate ed25519 keys" + elog "and update all clients/servers that utilize them." + fi +} diff --git a/net-misc/teamviewer/Manifest b/net-misc/teamviewer/Manifest index 5e4da685e860..057c602d7868 100644 --- a/net-misc/teamviewer/Manifest +++ b/net-misc/teamviewer/Manifest @@ -1,8 +1,4 @@ -DIST teamviewer_15.34.4_amd64.tar.xz 64301620 BLAKE2B fbbbf8efa6fb1189665ee6c39349163b5fcf7cb38ab00f9cc5a1ba52e48b2ca6a2a483f2c416021ce82e12c7dba8a00e23c42e43db0a0dbaff5a89faf90790e2 SHA512 72d826b2b8f1372323666ad5a929413a61dc2496c44c2a9a92c29c47f5d2aa40271735c6ddef1d53b17592c0f8acbe0d44b82e015b902ce1bf1ac22d29baea23 -DIST teamviewer_15.34.4_arm64.tar.xz 66303924 BLAKE2B e3672f70ec3a3bcbeb423bd6211f2b87696d06db4ac767de1795c36626b997b6674c4e7f07b50cac19db68a7652bc4e2ed3fad580d09f17537b5363ce55b1c8c SHA512 08ceabd3a15bb513f1e3d4c77f4f19ea3cc0bcd337dbd7d2b675768d40ae201e44621666c299d6d38e061a75f98ce21830471b2fdcc1eb1dc5bb0b4e5b9f5020 -DIST teamviewer_15.34.4_armhf.tar.xz 58992840 BLAKE2B 756074179f22668058c84cb9d24716b8ee9e4493f0b3f8dcf4e68436520a9f4a18da59c4267440611e02d3ee55e645f6752ae3c46f80a8f1f0673f1c38a9d90a SHA512 8b6bda405240d607b1f349d1323d622de7e1e8046cf1a9fe3b1a8f74b5889d36deea7cc6065a81fb7bdc1871a3f48641612b25730de56c6f3d4a9b4b340c89a4 -DIST teamviewer_15.34.4_i386.tar.xz 65623956 BLAKE2B e49b5b31c9520762edd9defaba1789bc78314c4b5796a77f628fd827e84fb1b8da6459a4fb7934d5227a25b41f3edb01a28ef464fe584c39e6e0ef8710ac970e SHA512 9207d60f517aa2dcad3f1696f648a508a95f6bdc3af52dea68db761f55386f0f101afd485f4125994623dd9902afb4dd26ccba004dfd064845705672d49c9d3e -DIST teamviewer_15.42.4_amd64.tar.xz 81769732 BLAKE2B 0d534aaaefb1eb3664c7f80eab4cd7d32db91e718cbce5cf2a6cb18d959e8ba2e6d77248fc1285f86b19767b59719422cc8ce3e31ee52482d763b1ccd004bd09 SHA512 fb4d0092427459675fc3d1ef53afae4b9bf64e34c586a66e12f19a3cd6a7d3082864bda1a45eb3ca1469db56730c0f17ca1102364f0679c44b2559c502726431 -DIST teamviewer_15.42.4_arm64.tar.xz 82823492 BLAKE2B 74923a0f5e7195465c3c6fbc17f332c9c4f6c12293bb65a6beb1d5f444332577b21bc118c8773f577dde67780b20e7e3f1fee7f2b74d4e046f5cc427bd080752 SHA512 a34068d68b9a3174f467157e08fdf36ba23dc9a9ad6d71ad7c23efe446aad10cfdaffdca5bae9428bb4f2bdf88e2c4d6ec5cbe391f3bd8c03d71caf7700e4cbc -DIST teamviewer_15.42.4_armhf.tar.xz 74843652 BLAKE2B 13390c6d44e6621c9b43898e402c6992ec88e89d600e881b61ceb2fb855a313d5ca951e62269537c5dae76f5661447f6596ea30755d73055917e2ca8f2ee1c98 SHA512 a05e77c814cb382159449e58e15ba9fe629e6152c6c425b4244be76a0f701353de329f67a6e554a57e2da7589fc41f0195ebf5cb652cf5eb4cdb2a42b9a694af -DIST teamviewer_15.42.4_i386.tar.xz 83053560 BLAKE2B b8599abc6da9153b256da7a8618474043883bc5b35a839908efe9eb2446b9db78b8fd9b0a92c49ebfe6ea7b49363c62a044478bacca06ac80396148142e91fdf SHA512 afe8e3f5bf5b20e5ee8415e611e1fa5d6e5c01b4ae3e6884bc60ae229f14727f5fc08c84e49ca638db24e07773b0d3d3302a5166477538f84389228540b84259 +DIST teamviewer_15.48.4_amd64.tar.xz 90151736 BLAKE2B 9a62255790361c7627cd8158f7278f923ded0f19214a45088f8f36118a8700156f7dcb6ab6b3e5aff13997968b2c6ba7140b996e371f9451fda1b75e8382448d SHA512 60819003e38373fdf34a0eec8ee29023d0a787c47fdfa1d3bf663a801f7d71341cd2416d63a94c0751fd6ede96c5bdfefea037863f25862f0b098cf2c8ba4687 +DIST teamviewer_15.48.4_arm64.tar.xz 85987048 BLAKE2B 2c863f312c08ab3f79ad0c420a6f7ef984625e5fe2bdbbe924ca43fd0b96b351e056274f67099773a3b59a7d5c618b894133a14e3f79d104cf723e73f43f946e SHA512 c3d6e98f28fa7a99746fece3067bc3b1d4e0fbbb74d85112f00928b9acc7ab769717974564089d3b00cd3fe86b94ddff4bde2247fb91281492208c960b1e02af +DIST teamviewer_15.48.4_armhf.tar.xz 83553336 BLAKE2B 9524777e4489aac133cde30d4045d3d0ad14bd2848d09bbbf8c797aacfa7aa962dcae7e5fbbcc1d3df913142ba38faafaee8590eee5317a0727f064983ba8438 SHA512 ad1d4aa69d8f3b63295c145e495d0e65e6983dad522b2f5bd46768136a04268475bdfe4ea11c766f36e6c709f6dcd6ddd201ae87067ad4fa7a44b3453a5ff5ba +DIST teamviewer_15.48.4_i386.tar.xz 91591284 BLAKE2B 4353591f9d3cc67105ad26bb33e1640db06be9d0caa4a0e3461e4e9f0f3313577c87640278b3a3c64df6a5687f637017720ef117e19588d00e776979c3ed3299 SHA512 0141eb380b8816d99de753e061056da2b0acf21d93f4ff6d9f8fa615c03257a8f70b5552d18c66fbce3dd5540591a9b9e483504ffc96027fee1a7cc1e202a270 diff --git a/net-misc/teamviewer/teamviewer-15.34.4.ebuild b/net-misc/teamviewer/teamviewer-15.34.4.ebuild deleted file mode 100644 index 075f2b9d405e..000000000000 --- a/net-misc/teamviewer/teamviewer-15.34.4.ebuild +++ /dev/null @@ -1,151 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop optfeature systemd xdg - -MY_MAJOR="$(ver_cut 1)" -MY_P="${PN}${MY_MAJOR}" -DESCRIPTION="All-In-One Solution for Remote Access and Support over the Internet" -HOMEPAGE="https://www.teamviewer.com" -MY_URI="https://dl.tvcdn.de/download/linux/version_${MY_MAJOR}x/${PN}_${PV}" -SRC_URI="amd64? ( ${MY_URI}_amd64.tar.xz ) - arm? ( ${MY_URI}_armhf.tar.xz ) - arm64? ( ${MY_URI}_arm64.tar.xz ) - x86? ( ${MY_URI}_i386.tar.xz )" -S="${WORKDIR}"/teamviewer - -LICENSE="TeamViewer MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -RESTRICT="bindist mirror" - -# Unpack will fail without app-arch/xz-utils[extra-filters], bug #798027 -BDEPEND="app-arch/xz-utils[extra-filters]" - -RDEPEND=" - dev-libs/glib:2 - dev-libs/nspr - dev-libs/nss - media-libs/fontconfig - media-libs/freetype - media-libs/libglvnd[X] - sys-apps/dbus - sys-apps/util-linux - sys-libs/glibc - sys-libs/zlib:0/1[minizip] - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXScrnSaver - 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 -" -# For consolekit incompatibility see https://forums.gentoo.org/viewtopic-p-8332956.html#8332956 - -QA_PREBUILT="opt/${MY_P}/*" - -src_prepare() { - default - - # Switch operation mode from 'portable' to 'installed' - sed -e "s/TAR_NI/TAR_IN/g" -i tv_bin/script/tvw_config || die - - sed -i \ - -e "/^ExecStart/s|${PN}|${MY_P}|" \ - -e "/^PIDFile/s|/var/run/|/run/|" \ - tv_bin/script/teamviewerd.service || die -} - -src_install() { - local dst="/opt/${MY_P}" # install destination - - insinto ${dst} - doins -r tv_bin - - # Set permissions for executables and libraries - local exe - for exe in $(find tv_bin -type f -executable -or -name '*.so' || die); do - fperms +x ${dst}/${exe} - done - - newinitd "${FILESDIR}"/teamviewerd15.init teamviewerd - systemd_dounit tv_bin/script/teamviewerd.service - - insinto /usr/share/dbus-1/services - doins tv_bin/script/com.teamviewer.TeamViewer.service - doins tv_bin/script/com.teamviewer.TeamViewer.Desktop.service - - insinto /usr/share/polkit-1/actions - doins tv_bin/script/com.teamviewer.TeamViewer.policy - - local size - for size in 16 24 32 48 256; do - newicon -s ${size} tv_bin/desktop/teamviewer_${size}.png teamviewer.png - done - - dodoc -r doc - - # Make docs available in expected location - dosym ../../usr/share/doc/${PF}/doc ${dst}/doc - - # We need to keep docs uncompressed, bug #778617 - docompress -x /usr/share/doc/${PF}/. - - keepdir /etc/${MY_P} - dosym ../../etc/${MY_P} ${dst}/config - - # Create directory and symlink for log files (NOTE: according to Team- - # Viewer devs, all paths are hard-coded in the binaries; therefore - # using the same path as the DEB/RPM archives, i.e. '/var/log/teamviewer - # <major-version>') - keepdir /var/log/${MY_P} - dosym ../../var/log/${MY_P} ${dst}/logfiles - - dodir /opt/bin - dosym ${dst}/tv_bin/teamviewerd /opt/bin/teamviewerd - dosym ${dst}/tv_bin/script/teamviewer /opt/bin/teamviewer - - make_desktop_entry teamviewer "TeamViewer ${MY_MAJOR}" -} - -pkg_postinst() { - xdg_pkg_postinst - - ewarn - ewarn "Please note that the teamviewer gui works only when started from" - ewarn "a session initiated by a display manager." #799137 - optfeature_header "Install one of the following display managers:" - optfeature "an example display manager" x11-misc/cdm gnome-base/gdm gui-apps/gtkgreet x11-misc/lightdm lxde-base/lxdm sys-apps/qingy x11-misc/sddm x11-misc/slim x11-misc/wdm x11-apps/xdm - - if [[ -z ${REPLACING_VERSIONS} ]]; then - elog - elog "Please note that parallel installation of multiple versions of" - elog "TeamViewer is currently not supported at runtime. Bug #621818" - elog - elog "Before using TeamViewer, you need to start its daemon:" - elog "OpenRC:" - elog "# /etc/init.d/teamviewerd start" - elog "# rc-update add teamviewerd default" - elog - elog "Systemd:" - elog "# systemctl start teamviewerd.service" - elog "# systemctl enable teamviewerd.service" - elog - elog "To display additional command line options simply run:" - elog "$ teamviewer help" - elog - elog "Most likely TeamViewer will work normally only on systems with systemd" - elog "or elogind. See this thread for additional info:" - elog "https://forums.gentoo.org/viewtopic-p-8332956.html#8332956" - fi -} diff --git a/net-misc/teamviewer/teamviewer-15.42.4.ebuild b/net-misc/teamviewer/teamviewer-15.48.4.ebuild similarity index 100% rename from net-misc/teamviewer/teamviewer-15.42.4.ebuild rename to net-misc/teamviewer/teamviewer-15.48.4.ebuild diff --git a/net-misc/xmrig/metadata.xml b/net-misc/xmrig/metadata.xml index 37e999606f7e..de0cfaf84747 100644 --- a/net-misc/xmrig/metadata.xml +++ b/net-misc/xmrig/metadata.xml @@ -24,9 +24,6 @@ <flag name="hwloc"> Use <pkg>sys-apps/hwloc</pkg> for CPU affinity support </flag> - <flag name="opencl"> - Enable OpenCL support - </flag> </use> <upstream> <remote-id type="github">xmrig/xmrig</remote-id> diff --git a/net-p2p/Manifest.gz b/net-p2p/Manifest.gz index 99f93d53feca..27a67e99bf40 100644 Binary files a/net-p2p/Manifest.gz and b/net-p2p/Manifest.gz differ diff --git a/net-p2p/amule/amule-2.3.3-r2.ebuild b/net-p2p/amule/amule-2.3.3-r2.ebuild new file mode 100644 index 000000000000..f4b6d406428c --- /dev/null +++ b/net-p2p/amule/amule-2.3.3-r2.ebuild @@ -0,0 +1,159 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +WX_GTK_VER="3.0-gtk3" + +inherit autotools flag-o-matic wxwidgets xdg-utils + +if [[ ${PV} == 9999 ]] ; then + EGIT_REPO_URI="https://github.com/amule-project/amule" + inherit git-r3 +else + MY_P="${PN/m/M}-${PV}" + SRC_URI="https://download.sourceforge.net/${PN}/${MY_P}.tar.xz" + S="${WORKDIR}/${MY_P}" + KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc ~x86" +fi + +DESCRIPTION="aMule, the all-platform eMule p2p client" +HOMEPAGE="http://www.amule.org/" + +LICENSE="GPL-2+" +SLOT="0" +IUSE="daemon debug geoip nls remote stats upnp +X" + +RDEPEND=" + dev-libs/boost:= + dev-libs/crypto++:= + sys-libs/binutils-libs:0= + sys-libs/readline:0= + sys-libs/zlib + >=x11-libs/wxGTK-3.0.4:${WX_GTK_VER}[X?] + daemon? ( acct-user/amule ) + geoip? ( dev-libs/geoip ) + nls? ( virtual/libintl ) + remote? ( + acct-user/amule + media-libs/libpng:0= + ) + stats? ( media-libs/gd:=[jpeg,png] ) + upnp? ( net-libs/libupnp:0 ) +" +DEPEND="${RDEPEND} + X? ( dev-util/desktop-file-utils ) +" +BDEPEND=" + virtual/pkgconfig + >=sys-devel/boost-m4-0.4_p20221019 + nls? ( sys-devel/gettext ) +" + +PATCHES=( + "${FILESDIR}/${PN}-2.3.2-disable-version-check.patch" + "${FILESDIR}/${PN}-2.3.3-fix-exception.patch" + "${FILESDIR}/${P}-autoconf-2.70.patch" + "${FILESDIR}/${PN}-2.3.3-backport-pr368.patch" +) + +pkg_setup() { + setup-wxwidgets +} + +src_prepare() { + default + rm m4/boost.m4 || die + + if [[ ${PV} == 9999 ]]; then + ./autogen.sh || die + else + eautoreconf + fi +} + +src_configure() { + use debug || append-cppflags -DwxDEBUG_LEVEL=0 + append-cxxflags -std=gnu++14 + + local myconf=( + --with-denoise-level=0 + --with-wx-config="${WX_CONFIG}" + --enable-amulecmd + --with-boost + $(use_enable debug) + $(use_enable daemon amule-daemon) + $(use_enable geoip) + $(use_enable nls) + $(use_enable remote webserver) + $(use_enable stats cas) + $(use_enable stats alcc) + $(use_enable upnp) + ) + + if use X; then + myconf+=( + $(use_enable remote amule-gui) + $(use_enable stats alc) + $(use_enable stats wxcas) + ) + else + myconf+=( + --disable-monolithic + --disable-amule-gui + --disable-alc + --disable-wxcas + ) + fi + + econf "${myconf[@]}" +} + +src_test() { + emake check +} + +src_install() { + default + + if use daemon; then + newconfd "${FILESDIR}"/amuled.confd-r1 amuled + newinitd "${FILESDIR}"/amuled.initd amuled + fi + if use remote; then + newconfd "${FILESDIR}"/amuleweb.confd-r1 amuleweb + newinitd "${FILESDIR}"/amuleweb.initd amuleweb + fi + + if use daemon || use remote; then + keepdir /var/lib/${PN} + fowners amule:amule /var/lib/${PN} + fperms 0750 /var/lib/${PN} + fi +} + +pkg_postinst() { + local ver + + if use daemon || use remote; then + for ver in ${REPLACING_VERSIONS}; do + if ver_test ${ver} -lt "2.3.2-r4"; then + elog "Default user under which amuled and amuleweb daemons are started" + elog "have been changed from p2p to amule. Default home directory have been" + elog "changed as well." + echo + elog "If you want to preserve old download/share location, you can create" + elog "symlink /var/lib/amule/.aMule pointing to the old location and adjust" + elog "files ownership *or* restore AMULEUSER and AMULEHOME variables in" + elog "/etc/conf.d/{amuled,amuleweb} to the old values." + + break + fi + done + fi + + use X && xdg_desktop_database_update +} + +pkg_postrm() { + use X && xdg_desktop_database_update +} diff --git a/net-p2p/amule/amule-9999.ebuild b/net-p2p/amule/amule-9999.ebuild index 1dc6203a5561..c1743eff2384 100644 --- a/net-p2p/amule/amule-9999.ebuild +++ b/net-p2p/amule/amule-9999.ebuild @@ -52,6 +52,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}/${PN}-2.3.2-disable-version-check.patch" "${FILESDIR}/${PN}-2.3.3-fix-exception.patch" + "${FILESDIR}/${PN}-2.3.3-backport-pr368.patch" ) pkg_setup() { @@ -70,6 +71,7 @@ src_prepare() { } src_configure() { + use debug || append-cppflags -DwxDEBUG_LEVEL=0 append-cxxflags -std=gnu++14 local myconf=( @@ -105,6 +107,10 @@ src_configure() { econf "${myconf[@]}" } +src_test() { + emake check +} + src_install() { default diff --git a/net-p2p/amule/files/amule-2.3.3-backport-pr368.patch b/net-p2p/amule/files/amule-2.3.3-backport-pr368.patch new file mode 100644 index 000000000000..9235276943b8 --- /dev/null +++ b/net-p2p/amule/files/amule-2.3.3-backport-pr368.patch @@ -0,0 +1,52 @@ +https://bugs.gentoo.org/841296 +https://github.com/amule-project/amule/issues/342 +https://github.com/amule-project/amule/pull/368 + +commit 1c57ce9c688d26d95fe8f9d7b7590f4670956749 +Author: matoro <matoro@users.noreply.github.com> +Date: Thu Dec 14 00:28:50 2023 -0500 + + SafeFile: do endian-swap on float tag values + + There are comments noting that writing raw float values may not be + endian-correct and indeed it is not. WX does not provide functions for + endian-swapping floats, but since amule explicitly uses exclusively + single-precision (32-bit) floats, just cast it into a uint32_t for the + swapping. + + This is a no-op on little-endian. + +diff --git a/src/SafeFile.cpp b/src/SafeFile.cpp +index 30f9a7f23..0d9c4f8e7 100644 +--- a/src/SafeFile.cpp ++++ b/src/SafeFile.cpp +@@ -31,6 +31,7 @@ + #include <common/Format.h> // Needed for CFormat + #include "CompilerSpecific.h" // Needed for __FUNCTION__ + ++#include <cstring> // For std::memcpy + + #define CHECK_BOM(size, x) ((size >= 3) && (x[0] == (char)0xEF) && (x[1] == (char)0xBB) && (x[2] == (char)0xBF)) + +@@ -189,6 +190,10 @@ float CFileDataIO::ReadFloat() const + { + float retVal; + Read(&retVal, sizeof(float)); ++ uint32_t toswap{}; ++ std::memcpy(&toswap, &retVal, sizeof(toswap)); ++ toswap = ENDIAN_SWAP_32(toswap); ++ std::memcpy(&retVal, &toswap, sizeof(retVal)); + return retVal; + } + +@@ -306,6 +311,10 @@ void CFileDataIO::WriteHash(const CMD4Hash& value) + + void CFileDataIO::WriteFloat(float value) + { ++ uint32_t toswap{}; ++ std::memcpy(&toswap, &value, sizeof(toswap)); ++ toswap = ENDIAN_SWAP_32(toswap); ++ std::memcpy(&value, &toswap, sizeof(value)); + Write(&value, sizeof(float)); + } + diff --git a/net-p2p/bitcoin-core/metadata.xml b/net-p2p/bitcoin-core/metadata.xml index 6e6d7e4563b0..bd1fb933e02c 100644 --- a/net-p2p/bitcoin-core/metadata.xml +++ b/net-p2p/bitcoin-core/metadata.xml @@ -10,7 +10,6 @@ <name>Proxy Maintainers</name> </maintainer> <use> - <flag name="asm">Enable assembly for optimization</flag> <flag name="berkdb">Support legacy wallets in Berkeley DB format</flag> <flag name="bitcoin-cli">Build and install bitcoin-cli command line interface</flag> <flag name="daemon">Build and install bitcoind daemon</flag> diff --git a/net-p2p/bitcoin-qt/metadata.xml b/net-p2p/bitcoin-qt/metadata.xml index 38988d49b0e2..6a03780bc782 100644 --- a/net-p2p/bitcoin-qt/metadata.xml +++ b/net-p2p/bitcoin-qt/metadata.xml @@ -10,7 +10,6 @@ <name>Proxy Maintainers</name> </maintainer> <use> - <flag name="asm">Enable assembly for optimization</flag> <flag name="external-signer">Include support for external wallet signer programs</flag> <flag name="nat-pmp">Enable NAT-PMP port forwarding</flag> <flag name="qrcode">Enable generation of QR Codes for receiving payments</flag> diff --git a/net-p2p/bitcoind/metadata.xml b/net-p2p/bitcoind/metadata.xml index 722f2a18a376..5126e22fdc07 100644 --- a/net-p2p/bitcoind/metadata.xml +++ b/net-p2p/bitcoind/metadata.xml @@ -10,7 +10,6 @@ <name>Proxy Maintainers</name> </maintainer> <use> - <flag name="asm">Enable assembly for optimization</flag> <flag name="external-signer">Include support for external wallet signer programs</flag> <flag name="nat-pmp">Enable NAT-PMP port forwarding</flag> <flag name="systemtap">Enable SystemTAP/DTrace tracing</flag> diff --git a/net-print/Manifest.gz b/net-print/Manifest.gz index 2ef1c30925fe..61504ead5922 100644 Binary files a/net-print/Manifest.gz and b/net-print/Manifest.gz differ diff --git a/net-print/cups-browsed/cups-browsed-2.0.0.ebuild b/net-print/cups-browsed/cups-browsed-2.0.0.ebuild index 0232d57c8b51..267b2554bce4 100644 --- a/net-print/cups-browsed/cups-browsed-2.0.0.ebuild +++ b/net-print/cups-browsed/cups-browsed-2.0.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/OpenPrinting/cups-browsed/releases/download/${PV}/${ LICENSE="Apache-2.0" SLOT="0" IUSE="ldap test zeroconf" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~loong" RDEPEND=" dev-libs/glib:2 diff --git a/net-print/cups-filters/cups-filters-2.0.0.ebuild b/net-print/cups-filters/cups-filters-2.0.0.ebuild index e07acf911895..019a74b66a5c 100644 --- a/net-print/cups-filters/cups-filters-2.0.0.ebuild +++ b/net-print/cups-filters/cups-filters-2.0.0.ebuild @@ -11,7 +11,7 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="+foomatic" #IUSE="" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~loong" RDEPEND=" net-print/libcupsfilters diff --git a/net-print/cups-meta/cups-meta-1.ebuild b/net-print/cups-meta/cups-meta-1.ebuild index 865ef6ab6d0e..b1a625c056d6 100644 --- a/net-print/cups-meta/cups-meta-1.ebuild +++ b/net-print/cups-meta/cups-meta-1.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" LICENSE="metapackage" SLOT="0" IUSE="+browsed +foomatic pdf +postscript +poppler zeroconf" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~loong" RDEPEND=" net-print/cups[zeroconf?] diff --git a/net-print/cups/cups-2.4.7-r2.ebuild b/net-print/cups/cups-2.4.7-r2.ebuild index d8a193a64337..bc5f8ce7a715 100644 --- a/net-print/cups/cups-2.4.7-r2.ebuild +++ b/net-print/cups/cups-2.4.7-r2.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]] ; then else SRC_URI="https://github.com/OpenPrinting/cups/releases/download/v${MY_PV}/cups-${MY_PV}-source.tar.gz" if [[ ${PV} != *_beta* && ${PV} != *_rc* ]] ; then - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~loong" fi fi diff --git a/net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild b/net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild index 4bf67bc6bda1..555a97c183f3 100644 --- a/net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild +++ b/net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}" LICENSE="hplip-plugin" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 arm ~arm64 ~x86" IUSE="orblite" # License does not allow us to redistribute the "source" package RESTRICT="mirror" diff --git a/net-print/hplip/hplip-3.23.12.ebuild b/net-print/hplip/hplip-3.23.12.ebuild index 444bcd062390..816450767552 100644 --- a/net-print/hplip/hplip-3.23.12.ebuild +++ b/net-print/hplip/hplip-3.23.12.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~x86" IUSE="doc fax +hpcups hpijs kde libnotify libusb0 minimal parport policykit qt5 scanner +snmp static-ppds X" diff --git a/net-print/libcupsfilters/libcupsfilters-2.0.0-r1.ebuild b/net-print/libcupsfilters/libcupsfilters-2.0.0-r2.ebuild similarity index 95% rename from net-print/libcupsfilters/libcupsfilters-2.0.0-r1.ebuild rename to net-print/libcupsfilters/libcupsfilters-2.0.0-r2.ebuild index eb32f66f6b78..019d1de133d7 100644 --- a/net-print/libcupsfilters/libcupsfilters-2.0.0-r1.ebuild +++ b/net-print/libcupsfilters/libcupsfilters-2.0.0-r2.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/OpenPrinting/libcupsfilters/releases/download/${PV}/ LICENSE="Apache-2.0" SLOT="0" IUSE="dbus exif jpeg pdf +poppler +postscript png test tiff" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~loong" RESTRICT="!test? ( test )" @@ -45,7 +45,7 @@ src_configure() { $(use_enable exif) $(use_enable dbus) $(use_enable poppler) - $(use_enable postscript) + $(use_enable postscript ghostscript) $(use_enable pdf mutool) $(use_with jpeg) $(use_with png) diff --git a/net-print/libppd/libppd-2.0.0.ebuild b/net-print/libppd/libppd-2.0.0.ebuild index 174c775a213f..eb44bf527786 100644 --- a/net-print/libppd/libppd-2.0.0.ebuild +++ b/net-print/libppd/libppd-2.0.0.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/OpenPrinting/libppd/releases/download/${PV}/${P}.tar LICENSE="Apache-2.0" SLOT="0" IUSE="+postscript +poppler" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~loong" # pdftops has various possible implementations, but the default # really needs to be decent diff --git a/net-proxy/Manifest.gz b/net-proxy/Manifest.gz index e13302a9f94e..ee206e856ce6 100644 Binary files a/net-proxy/Manifest.gz and b/net-proxy/Manifest.gz differ diff --git a/net-proxy/haproxy/files/haproxy.initd-r8 b/net-proxy/haproxy/files/haproxy.initd-r8 index 4994c28b42d5..44d8bf64e3b3 100644 --- a/net-proxy/haproxy/files/haproxy.initd-r8 +++ b/net-proxy/haproxy/files/haproxy.initd-r8 @@ -44,7 +44,7 @@ checkconfig() { done ebegin "Checking ${CONFIGS}" - $command -q -c $configs $HAPROXY_OPTS + $command -q -c $command_args eend $? } diff --git a/net-proxy/privoxy/files/privoxy-3.0.33-configure-c99.patch b/net-proxy/privoxy/files/privoxy-3.0.33-configure-c99.patch new file mode 100644 index 000000000000..9dfba3faca39 --- /dev/null +++ b/net-proxy/privoxy/files/privoxy-3.0.33-configure-c99.patch @@ -0,0 +1,34 @@ +Fix argument types in gmtime_r, localtime_r probes. Otherwise these +probes always fail with stricter compilers even if there is C library +support for these functions. + +Submitted upstream: <https://sourceforge.net/p/ijbswa/patches/149/> + +--- a/configure.in ++++ b/configure.in +@@ -615,9 +615,9 @@ AC_CHECK_FUNC(gmtime_r, [ + AC_TRY_COMPILE([ + # include <time.h> + ], [ +- struct time *t; +- struct tm *tm; +- (void) gmtime_r(t, tm) ++ time_t t; ++ struct tm tm; ++ (void) gmtime_r(&t, &tm) + ], [ + AC_MSG_RESULT(ok) + AC_DEFINE(HAVE_GMTIME_R) +@@ -633,9 +633,9 @@ AC_CHECK_FUNC(localtime_r, [ + AC_TRY_COMPILE([ + # include <time.h> + ], [ +- struct time *t; +- struct tm *tm; +- (void) localtime_r(t, tm) ++ time_t t; ++ struct tm tm; ++ (void) localtime_r(&t, &tm) + ], [ + AC_MSG_RESULT(ok) + AC_DEFINE(HAVE_LOCALTIME_R) diff --git a/net-proxy/privoxy/privoxy-3.0.33-r1.ebuild b/net-proxy/privoxy/privoxy-3.0.33-r1.ebuild new file mode 100644 index 000000000000..ed51ebcb3544 --- /dev/null +++ b/net-proxy/privoxy/privoxy-3.0.33-r1.ebuild @@ -0,0 +1,159 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools systemd toolchain-funcs + +[ "${PV##*_}" = "beta" ] && + PRIVOXY_STATUS="beta" || + PRIVOXY_STATUS="stable" + +HOMEPAGE="https://www.privoxy.org https://sourceforge.net/projects/ijbswa/" +DESCRIPTION="A web proxy with advanced filtering capabilities for enhancing privacy" +SRC_URI="mirror://sourceforge/ijbswa/${P%_*}-${PRIVOXY_STATUS}-src.tar.gz" + +IUSE="+acl brotli client-tags compression editor extended-host-patterns +extended-statistics external-filters +fast-redirects +force fuzz +graceful-termination +image-blocking ipv6 +jit lfs +mbedtls openssl +png-images sanitize selinux ssl +stats +threads toggle tools whitelists ++zlib" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +LICENSE="GPL-2+" + +DEPEND=" + acct-group/privoxy + acct-user/privoxy + dev-libs/libpcre + brotli? ( app-arch/brotli ) + ssl? ( + mbedtls? ( net-libs/mbedtls:= ) + openssl? ( dev-libs/openssl:= ) + ) + zlib? ( sys-libs/zlib:= ) +" +RDEPEND="${DEPEND} + extended-host-patterns? ( dev-lang/perl ) + selinux? ( sec-policy/selinux-privoxy ) + tools? ( + net-misc/curl + dev-lang/perl + ) +" +REQUIRED_USE=" + brotli? ( zlib ) + client-tags? ( threads ) + compression? ( zlib ) + extended-statistics? ( threads ) + fuzz? ( zlib ) + ssl? ( ^^ ( mbedtls openssl ) threads ) + toggle? ( editor ) +" + +S="${WORKDIR}/${P%_*}-${PRIVOXY_STATUS}" + +PATCHES=( + "${FILESDIR}"/${PN}-3.0.32-gentoo.patch + "${FILESDIR}"/${PN}-3.0.28-strip.patch + "${FILESDIR}"/${PN}-3.0.33-configure-msan.patch + "${FILESDIR}"/${PN}-3.0.33-configure-c99.patch +) + +pkg_pretend() { + if ! use threads; then + ewarn + ewarn "Privoxy may be very slow without threads support, consider enabling it." + ewarn "See also https://www.privoxy.org/faq/trouble.html#GENTOO-RICERS" + ewarn "Additionally some features may not build or work poperly. You are on your own." + ewarn + fi +} + +src_prepare() { + default + mv configure.in configure.ac || die + sed -i "s|/p\.p/|/config.privoxy.org/|g" tools/privoxy-regression-test.pl || die + + # autoreconf needs to be called even if we don't modify any autotools source files + # See main makefile + eautoreconf +} + +src_configure() { + local myconf="--without-mbedtls --without-openssl" + if use ssl; then + myconf="$(use_with mbedtls) $(use_with openssl)" + fi + if use sanitize; then + myconf+=" --with-usan" + # msan is available in clang only + # asan is broken with current configure tests in gcc + tc-is-clang && myconf+=" --with-msan --with-asan" + fi + + # --with-debug only enables debug CFLAGS + # --with-docbook and --with-db2html and their deps are useless, + # since docs are already pregenerated in the source tarball + econf \ + --sysconfdir=/etc/privoxy \ + --disable-accept-filter \ + --enable-dynamic-pcre \ + --without-assertions \ + --with-user=privoxy \ + --with-group=privoxy \ + $(use_enable acl acl-support) \ + $(use_enable compression) \ + $(use_enable client-tags) \ + $(use_enable editor) \ + $(use_enable extended-host-patterns pcre-host-patterns) \ + $(use_enable extended-statistics) \ + $(use_enable fast-redirects) \ + $(use_enable force) \ + $(use_enable fuzz) \ + $(use_enable graceful-termination) \ + $(use_enable image-blocking) \ + $(use_enable jit pcre-jit-compilation) \ + $(use_enable ipv6 ipv6-support) \ + $(use_enable lfs large-file-support) \ + $(use_enable png-images no-gifs) \ + $(use_enable stats) \ + $(use_enable threads pthread) \ + $(use_enable toggle) \ + $(use_enable whitelists trust-files) \ + $(use_enable zlib) \ + $(use_with brotli) \ + ${myconf} +} + +src_install() { + default + + newinitd "${FILESDIR}/privoxy.initd-3" privoxy + systemd_dounit "${FILESDIR}"/${PN}.service + + insinto /etc/logrotate.d + newins "${FILESDIR}/privoxy.logrotate" privoxy + + diropts -m 0750 -g privoxy -o privoxy + keepdir /var/log/privoxy + + use extended-host-patterns && newbin tools/url-pattern-translator.pl privoxy-url-pattern-translator.pl + if use tools; then + dobin tools/{privoxy-log-parser.pl,privoxy-regression-test.pl} + newbin tools/uagen.pl privoxy-uagen.pl + fi + + rmdir "${ED}/var/run" || die + chown privoxy:root "${ED}/etc/privoxy" || die +} + +pkg_postinst() { + if use extended-host-patterns; then + ewarn + ewarn "You enabled extended-host-patterns, now you *must* convert all action files in" + ewarn "PCRE-compatible format, or privoxy will fail to start. Helper tool" + ewarn "privoxy-url-pattern-translator.pl is available." + ewarn + fi +} diff --git a/net-voip/Manifest.gz b/net-voip/Manifest.gz index 71c0db839142..beaf429c0810 100644 Binary files a/net-voip/Manifest.gz and b/net-voip/Manifest.gz differ diff --git a/net-voip/mumble/metadata.xml b/net-voip/mumble/metadata.xml index 89b0b7410868..a3e1c643d73d 100644 --- a/net-voip/mumble/metadata.xml +++ b/net-voip/mumble/metadata.xml @@ -9,7 +9,6 @@ <flag name="g15">Enable support for the Logitech G15 LCD (and compatible devices).</flag> <flag name="pipewire">Enable pipewire support for audio output.</flag> <flag name="rnnoise">Enable alternative noise suppression option based on RNNoise.</flag> - <flag name="speech">Enable text-to-speech support in Mumble.</flag> </use> <upstream> <remote-id type="github">mumble-voip/mumble</remote-id> diff --git a/net-vpn/Manifest.gz b/net-vpn/Manifest.gz index ba5946967c22..eb62527fda20 100644 Binary files a/net-vpn/Manifest.gz and b/net-vpn/Manifest.gz differ diff --git a/net-vpn/openvpn/openvpn-2.6.7.ebuild b/net-vpn/openvpn/openvpn-2.6.7.ebuild index 4d4df5e8ada7..9b949780bbc9 100644 --- a/net-vpn/openvpn/openvpn-2.6.7.ebuild +++ b/net-vpn/openvpn/openvpn-2.6.7.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://build.openvpn.net/downloads/releases/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="GPL-2" diff --git a/net-vpn/ovpn-dco/ovpn-dco-0.2.20230426.ebuild b/net-vpn/ovpn-dco/ovpn-dco-0.2.20230426.ebuild index faab88f5db1f..344d01ebfeb8 100644 --- a/net-vpn/ovpn-dco/ovpn-dco-0.2.20230426.ebuild +++ b/net-vpn/ovpn-dco/ovpn-dco-0.2.20230426.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/OpenVPN/ovpn-dco" if [[ ${PV} != 9999 ]]; then SRC_URI="https://github.com/OpenVPN/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~mips ~ppc ppc64 ~riscv x86" + KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc x86" else inherit git-r3 EGIT_REPO_URI="https://github.com/OpenVPN/${PN}.git" diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz index 32ddf36f3dbe..2996f6a60e5b 100644 Binary files a/profiles/Manifest.gz and b/profiles/Manifest.gz differ diff --git a/profiles/default/linux/arm/23.0/armv6j/eapi b/profiles/arch/arm/23.0-armv6j_hf/eapi similarity index 100% rename from profiles/default/linux/arm/23.0/armv6j/eapi rename to profiles/arch/arm/23.0-armv6j_hf/eapi diff --git a/profiles/arch/arm/23.0-armv6j_hf/make.defaults b/profiles/arch/arm/23.0-armv6j_hf/make.defaults new file mode 100644 index 000000000000..f23e0de09e37 --- /dev/null +++ b/profiles/arch/arm/23.0-armv6j_hf/make.defaults @@ -0,0 +1,7 @@ +CHOST="armv6j-unknown-linux-gnueabihf" +CHOST_arm="${CHOST}" + +CFLAGS="-O2 -pipe -march=armv6j" +CXXFLAGS="${CFLAGS}" +FFLAGS="${CFLAGS}" +FCFLAGS="${CFLAGS}" diff --git a/profiles/arch/arm/23.0-armv6j_hf/package.use.mask b/profiles/arch/arm/23.0-armv6j_hf/package.use.mask new file mode 100644 index 000000000000..20a7e47e59bf --- /dev/null +++ b/profiles/arch/arm/23.0-armv6j_hf/package.use.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James <sam@gentoo.org> (2020-07-04) +# Rust is available here +# Bug #728558 +media-video/ffmpeg -rav1e diff --git a/profiles/arch/arm/23.0-armv6j_hf/parent b/profiles/arch/arm/23.0-armv6j_hf/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/arch/arm/23.0-armv6j_hf/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/arch/arm/23.0-armv6j_hf/use.force b/profiles/arch/arm/23.0-armv6j_hf/use.force new file mode 100644 index 000000000000..e5abb15cbb95 --- /dev/null +++ b/profiles/arch/arm/23.0-armv6j_hf/use.force @@ -0,0 +1,7 @@ +# Force armv6 specific USE flags +cpu_flags_arm_v4 +cpu_flags_arm_v5 +cpu_flags_arm_v6 + +cpu_flags_arm_edsp +cpu_flags_arm_thumb diff --git a/profiles/arch/arm/23.0-armv6j_hf/use.mask b/profiles/arch/arm/23.0-armv6j_hf/use.mask new file mode 100644 index 000000000000..5a841abd6e10 --- /dev/null +++ b/profiles/arch/arm/23.0-armv6j_hf/use.mask @@ -0,0 +1,8 @@ +# Unmask armv6 specific USE flags +-cpu_flags_arm_v4 +-cpu_flags_arm_v5 +-cpu_flags_arm_v6 + +-cpu_flags_arm_edsp +-cpu_flags_arm_thumb +-cpu_flags_arm_vfp diff --git a/profiles/default/linux/arm/23.0/armv6j/hardened/eapi b/profiles/arch/arm/23.0-armv6j_sf/eapi similarity index 100% rename from profiles/default/linux/arm/23.0/armv6j/hardened/eapi rename to profiles/arch/arm/23.0-armv6j_sf/eapi diff --git a/profiles/arch/arm/23.0-armv6j_sf/make.defaults b/profiles/arch/arm/23.0-armv6j_sf/make.defaults new file mode 100644 index 000000000000..5e0bfdd14143 --- /dev/null +++ b/profiles/arch/arm/23.0-armv6j_sf/make.defaults @@ -0,0 +1,10 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +CHOST="armv6j-softfp-linux-gnueabi" +CHOST_arm="${CHOST}" + +CFLAGS="-O2 -pipe -march=armv6j -mfpu=vfp -mfloat-abi=softfp" +CXXFLAGS="${CFLAGS}" +FFLAGS="${CFLAGS}" +FCFLAGS="${CFLAGS}" diff --git a/profiles/arch/arm/23.0-armv6j_sf/package.use.mask b/profiles/arch/arm/23.0-armv6j_sf/package.use.mask new file mode 100644 index 000000000000..20a7e47e59bf --- /dev/null +++ b/profiles/arch/arm/23.0-armv6j_sf/package.use.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James <sam@gentoo.org> (2020-07-04) +# Rust is available here +# Bug #728558 +media-video/ffmpeg -rav1e diff --git a/profiles/arch/arm/23.0-armv6j_sf/parent b/profiles/arch/arm/23.0-armv6j_sf/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/arch/arm/23.0-armv6j_sf/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/arch/arm/23.0-armv6j_sf/use.force b/profiles/arch/arm/23.0-armv6j_sf/use.force new file mode 100644 index 000000000000..e5abb15cbb95 --- /dev/null +++ b/profiles/arch/arm/23.0-armv6j_sf/use.force @@ -0,0 +1,7 @@ +# Force armv6 specific USE flags +cpu_flags_arm_v4 +cpu_flags_arm_v5 +cpu_flags_arm_v6 + +cpu_flags_arm_edsp +cpu_flags_arm_thumb diff --git a/profiles/arch/arm/23.0-armv6j_sf/use.mask b/profiles/arch/arm/23.0-armv6j_sf/use.mask new file mode 100644 index 000000000000..5a841abd6e10 --- /dev/null +++ b/profiles/arch/arm/23.0-armv6j_sf/use.mask @@ -0,0 +1,8 @@ +# Unmask armv6 specific USE flags +-cpu_flags_arm_v4 +-cpu_flags_arm_v5 +-cpu_flags_arm_v6 + +-cpu_flags_arm_edsp +-cpu_flags_arm_thumb +-cpu_flags_arm_vfp diff --git a/profiles/default/linux/arm/23.0/armv6j/parent b/profiles/default/linux/arm/23.0/armv6j/parent deleted file mode 100644 index f61eccdfba43..000000000000 --- a/profiles/default/linux/arm/23.0/armv6j/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../arch/arm/armv6j diff --git a/profiles/default/linux/arm/23.0/armv6j/selinux/parent b/profiles/default/linux/arm/23.0/armv6j/selinux/parent deleted file mode 100644 index 2190e9797eaa..000000000000 --- a/profiles/default/linux/arm/23.0/armv6j/selinux/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../../features/selinux diff --git a/profiles/default/linux/arm/23.0/armv6j/hardened/selinux/eapi b/profiles/default/linux/arm/23.0/armv6j_hf/eapi similarity index 100% rename from profiles/default/linux/arm/23.0/armv6j/hardened/selinux/eapi rename to profiles/default/linux/arm/23.0/armv6j_hf/eapi diff --git a/profiles/default/linux/arm/23.0/armv6j/selinux/eapi b/profiles/default/linux/arm/23.0/armv6j_hf/hardened/eapi similarity index 100% rename from profiles/default/linux/arm/23.0/armv6j/selinux/eapi rename to profiles/default/linux/arm/23.0/armv6j_hf/hardened/eapi diff --git a/profiles/default/linux/arm/23.0/armv6j/hardened/parent b/profiles/default/linux/arm/23.0/armv6j_hf/hardened/parent similarity index 100% rename from profiles/default/linux/arm/23.0/armv6j/hardened/parent rename to profiles/default/linux/arm/23.0/armv6j_hf/hardened/parent diff --git a/profiles/default/linux/arm/23.0/armv6j/systemd/eapi b/profiles/default/linux/arm/23.0/armv6j_hf/hardened/selinux/eapi similarity index 100% rename from profiles/default/linux/arm/23.0/armv6j/systemd/eapi rename to profiles/default/linux/arm/23.0/armv6j_hf/hardened/selinux/eapi diff --git a/profiles/default/linux/arm/23.0/armv6j/hardened/selinux/parent b/profiles/default/linux/arm/23.0/armv6j_hf/hardened/selinux/parent similarity index 100% rename from profiles/default/linux/arm/23.0/armv6j/hardened/selinux/parent rename to profiles/default/linux/arm/23.0/armv6j_hf/hardened/selinux/parent diff --git a/profiles/default/linux/arm/23.0/armv6j_hf/parent b/profiles/default/linux/arm/23.0/armv6j_hf/parent new file mode 100644 index 000000000000..e6d254b7144d --- /dev/null +++ b/profiles/default/linux/arm/23.0/armv6j_hf/parent @@ -0,0 +1,2 @@ +.. +../../../../../arch/arm/23.0-armv6j_hf diff --git a/profiles/default/linux/arm/23.0/split-usr/armv6j/eapi b/profiles/default/linux/arm/23.0/armv6j_hf/systemd/eapi similarity index 100% rename from profiles/default/linux/arm/23.0/split-usr/armv6j/eapi rename to profiles/default/linux/arm/23.0/armv6j_hf/systemd/eapi diff --git a/profiles/default/linux/arm/23.0/armv6j/systemd/parent b/profiles/default/linux/arm/23.0/armv6j_hf/systemd/parent similarity index 100% rename from profiles/default/linux/arm/23.0/armv6j/systemd/parent rename to profiles/default/linux/arm/23.0/armv6j_hf/systemd/parent diff --git a/profiles/default/linux/arm/23.0/split-usr/armv6j/hardened/eapi b/profiles/default/linux/arm/23.0/armv6j_sf/eapi similarity index 100% rename from profiles/default/linux/arm/23.0/split-usr/armv6j/hardened/eapi rename to profiles/default/linux/arm/23.0/armv6j_sf/eapi diff --git a/profiles/default/linux/arm/23.0/split-usr/armv6j/hardened/selinux/eapi b/profiles/default/linux/arm/23.0/armv6j_sf/hardened/eapi similarity index 100% rename from profiles/default/linux/arm/23.0/split-usr/armv6j/hardened/selinux/eapi rename to profiles/default/linux/arm/23.0/armv6j_sf/hardened/eapi diff --git a/profiles/default/linux/arm/23.0/armv6j_sf/hardened/parent b/profiles/default/linux/arm/23.0/armv6j_sf/hardened/parent new file mode 100644 index 000000000000..b7aa1e71208a --- /dev/null +++ b/profiles/default/linux/arm/23.0/armv6j_sf/hardened/parent @@ -0,0 +1,2 @@ +.. +../../../../../../features/hardened/arm diff --git a/profiles/default/linux/arm/23.0/split-usr/armv6j/selinux/eapi b/profiles/default/linux/arm/23.0/armv6j_sf/hardened/selinux/eapi similarity index 100% rename from profiles/default/linux/arm/23.0/split-usr/armv6j/selinux/eapi rename to profiles/default/linux/arm/23.0/armv6j_sf/hardened/selinux/eapi diff --git a/profiles/default/linux/arm/23.0/split-usr/armv6j/selinux/parent b/profiles/default/linux/arm/23.0/armv6j_sf/hardened/selinux/parent similarity index 100% rename from profiles/default/linux/arm/23.0/split-usr/armv6j/selinux/parent rename to profiles/default/linux/arm/23.0/armv6j_sf/hardened/selinux/parent diff --git a/profiles/default/linux/arm/23.0/armv6j_sf/parent b/profiles/default/linux/arm/23.0/armv6j_sf/parent new file mode 100644 index 000000000000..86fa0b2bf64b --- /dev/null +++ b/profiles/default/linux/arm/23.0/armv6j_sf/parent @@ -0,0 +1,2 @@ +.. +../../../../../arch/arm/23.0-armv6j_sf diff --git a/profiles/default/linux/arm/23.0/armv6j_sf/systemd/eapi b/profiles/default/linux/arm/23.0/armv6j_sf/systemd/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/arm/23.0/armv6j_sf/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/arm/23.0/armv6j_sf/systemd/parent b/profiles/default/linux/arm/23.0/armv6j_sf/systemd/parent new file mode 100644 index 000000000000..7e061533c151 --- /dev/null +++ b/profiles/default/linux/arm/23.0/armv6j_sf/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../targets/systemd diff --git a/profiles/default/linux/arm/23.0/split-usr/armv6j/parent b/profiles/default/linux/arm/23.0/split-usr/armv6j/parent deleted file mode 100644 index 7648ec7e7c22..000000000000 --- a/profiles/default/linux/arm/23.0/split-usr/armv6j/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../../arch/arm/armv6j diff --git a/profiles/default/linux/arm/23.0/split-usr/armv6j_hf/eapi b/profiles/default/linux/arm/23.0/split-usr/armv6j_hf/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/arm/23.0/split-usr/armv6j_hf/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/arm/23.0/split-usr/armv6j_hf/hardened/eapi b/profiles/default/linux/arm/23.0/split-usr/armv6j_hf/hardened/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/arm/23.0/split-usr/armv6j_hf/hardened/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/arm/23.0/split-usr/armv6j/hardened/parent b/profiles/default/linux/arm/23.0/split-usr/armv6j_hf/hardened/parent similarity index 100% rename from profiles/default/linux/arm/23.0/split-usr/armv6j/hardened/parent rename to profiles/default/linux/arm/23.0/split-usr/armv6j_hf/hardened/parent diff --git a/profiles/default/linux/arm/23.0/split-usr/armv6j_hf/hardened/selinux/eapi b/profiles/default/linux/arm/23.0/split-usr/armv6j_hf/hardened/selinux/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/arm/23.0/split-usr/armv6j_hf/hardened/selinux/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/arm/23.0/split-usr/armv6j/hardened/selinux/parent b/profiles/default/linux/arm/23.0/split-usr/armv6j_hf/hardened/selinux/parent similarity index 100% rename from profiles/default/linux/arm/23.0/split-usr/armv6j/hardened/selinux/parent rename to profiles/default/linux/arm/23.0/split-usr/armv6j_hf/hardened/selinux/parent diff --git a/profiles/default/linux/arm/23.0/split-usr/armv6j_hf/parent b/profiles/default/linux/arm/23.0/split-usr/armv6j_hf/parent new file mode 100644 index 000000000000..23cf6b6a89de --- /dev/null +++ b/profiles/default/linux/arm/23.0/split-usr/armv6j_hf/parent @@ -0,0 +1,2 @@ +.. +../../../../../../arch/arm/23.0-armv6j_hf diff --git a/profiles/default/linux/arm/23.0/split-usr/armv6j_sf/eapi b/profiles/default/linux/arm/23.0/split-usr/armv6j_sf/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/arm/23.0/split-usr/armv6j_sf/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/arm/23.0/split-usr/armv6j_sf/hardened/eapi b/profiles/default/linux/arm/23.0/split-usr/armv6j_sf/hardened/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/arm/23.0/split-usr/armv6j_sf/hardened/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/arm/23.0/split-usr/armv6j_sf/hardened/parent b/profiles/default/linux/arm/23.0/split-usr/armv6j_sf/hardened/parent new file mode 100644 index 000000000000..448e8b0705b6 --- /dev/null +++ b/profiles/default/linux/arm/23.0/split-usr/armv6j_sf/hardened/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../features/hardened/arm diff --git a/profiles/default/linux/arm/23.0/split-usr/armv6j_sf/hardened/selinux/eapi b/profiles/default/linux/arm/23.0/split-usr/armv6j_sf/hardened/selinux/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/arm/23.0/split-usr/armv6j_sf/hardened/selinux/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/arm/23.0/split-usr/armv6j_sf/hardened/selinux/parent b/profiles/default/linux/arm/23.0/split-usr/armv6j_sf/hardened/selinux/parent new file mode 100644 index 000000000000..23c5fe07a248 --- /dev/null +++ b/profiles/default/linux/arm/23.0/split-usr/armv6j_sf/hardened/selinux/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../../features/selinux diff --git a/profiles/default/linux/arm/23.0/split-usr/armv6j_sf/parent b/profiles/default/linux/arm/23.0/split-usr/armv6j_sf/parent new file mode 100644 index 000000000000..04a7db3e5f2d --- /dev/null +++ b/profiles/default/linux/arm/23.0/split-usr/armv6j_sf/parent @@ -0,0 +1,2 @@ +.. +../../../../../../arch/arm/23.0-armv6j_sf diff --git a/profiles/default/linux/arm/23.0/split-usr/armv6j_sf/selinux/eapi b/profiles/default/linux/arm/23.0/split-usr/armv6j_sf/selinux/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/arm/23.0/split-usr/armv6j_sf/selinux/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/arm/23.0/split-usr/armv6j_sf/selinux/parent b/profiles/default/linux/arm/23.0/split-usr/armv6j_sf/selinux/parent new file mode 100644 index 000000000000..23c64bb44399 --- /dev/null +++ b/profiles/default/linux/arm/23.0/split-usr/armv6j_sf/selinux/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../features/selinux diff --git a/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/eapi b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/packages.build b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/packages.build new file mode 100644 index 000000000000..799d57df3d55 --- /dev/null +++ b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/packages.build @@ -0,0 +1,9 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# we use glibc here, so we still need these in stage1 +# later stages should pull them in as BDEPEND anyway +sys-devel/gcc +sys-devel/gcc-config +sys-devel/binutils +sys-devel/binutils-config diff --git a/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/parent b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/parent new file mode 100644 index 000000000000..63a4f9547e6f --- /dev/null +++ b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../features/llvm diff --git a/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/eapi b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/parent b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/parent new file mode 100644 index 000000000000..f7739b405877 --- /dev/null +++ b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../../targets/systemd diff --git a/profiles/features/big-endian/package.mask b/profiles/features/big-endian/package.mask index 7c17292cb481..b5747b6c1dd4 100644 --- a/profiles/features/big-endian/package.mask +++ b/profiles/features/big-endian/package.mask @@ -1,6 +1,10 @@ # Copyright 2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# matoro <matoro_gentoo@matoro.tk> (2023-12-18) +# Using boringssl which is explicit no-support for BE (#733080) +net-libs/quiche + # matoro <matoro_gentoo@matoro.tk> (2023-11-17) # media-libs/libvpx casualties (#700902) media-plugins/gst-plugins-vpx diff --git a/profiles/package.mask b/profiles/package.mask index 8ce3c8657e07..ae2da2383bbf 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,12 @@ #--- END OF EXAMPLES --- +# Michał Górny <mgorny@gentoo.org> (2023-12-18) +# A broken package that used to be a test dependency +# of dev-python/ruamel-yaml. No revdeps left. +# Removal on 2024-01-17. Bug #920271. +dev-python/ruamel-std-pathlib + # Andreas Sturmlechner <asturm@gentoo.org> (2023-12-17) # KDE Frameworks 6 Beta 1 mask # *** PRE-RELEASE *** NO BUGS WILL BE FIXED *** OVERLAY PRs WELCOME *** @@ -110,6 +116,7 @@ ~kde-frameworks/kservice-5.246.0 ~kde-frameworks/ktexteditor-5.246.0 ~kde-frameworks/ktextwidgets-5.246.0 +~kde-frameworks/kuserfeedback-5.246.0 ~kde-frameworks/kwallet-5.246.0 ~kde-frameworks/kxmlgui-5.246.0 ~kde-frameworks/purpose-5.246.0 diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 8e06bf8db39b..67d35119c6b8 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -131,10 +131,14 @@ arm default/linux/arm/23.0/armv4t exp arm default/linux/arm/23.0/armv4t/systemd exp arm default/linux/arm/23.0/armv5te exp arm default/linux/arm/23.0/armv5te/systemd exp -arm default/linux/arm/23.0/armv6j exp -arm default/linux/arm/23.0/armv6j/hardened exp -arm default/linux/arm/23.0/armv6j/hardened/selinux exp -arm default/linux/arm/23.0/armv6j/systemd exp +arm default/linux/arm/23.0/armv6j_sf exp +arm default/linux/arm/23.0/armv6j_sf/hardened exp +arm default/linux/arm/23.0/armv6j_sf/hardened/selinux exp +arm default/linux/arm/23.0/armv6j_sf/systemd exp +arm default/linux/arm/23.0/armv6j_hf exp +arm default/linux/arm/23.0/armv6j_hf/hardened exp +arm default/linux/arm/23.0/armv6j_hf/hardened/selinux exp +arm default/linux/arm/23.0/armv6j_hf/systemd exp arm default/linux/arm/23.0/armv7a exp arm default/linux/arm/23.0/armv7a/hardened exp arm default/linux/arm/23.0/armv7a/hardened/selinux exp @@ -151,9 +155,12 @@ arm default/linux/arm/23.0/split-usr/desktop/plasma exp arm default/linux/arm/23.0/split-usr/armv4 exp arm default/linux/arm/23.0/split-usr/armv4t exp arm default/linux/arm/23.0/split-usr/armv5te exp -arm default/linux/arm/23.0/split-usr/armv6j exp -arm default/linux/arm/23.0/split-usr/armv6j/hardened exp -arm default/linux/arm/23.0/split-usr/armv6j/hardened/selinux exp +arm default/linux/arm/23.0/split-usr/armv6j_sf exp +arm default/linux/arm/23.0/split-usr/armv6j_sf/hardened exp +arm default/linux/arm/23.0/split-usr/armv6j_sf/hardened/selinux exp +arm default/linux/arm/23.0/split-usr/armv6j_hf exp +arm default/linux/arm/23.0/split-usr/armv6j_hf/hardened exp +arm default/linux/arm/23.0/split-usr/armv6j_hf/hardened/selinux exp arm default/linux/arm/23.0/split-usr/armv7a exp arm default/linux/arm/23.0/split-usr/armv7a/hardened exp arm default/linux/arm/23.0/split-usr/armv7a/hardened/selinux exp @@ -262,6 +269,8 @@ loong default/linux/loong/22.0/la64v100/lp64d/developer exp loong default/linux/loong/22.0/la64v100/lp64d/systemd stable loong default/linux/loong/22.0/la64v100/lp64d/systemd/merged-usr stable loong default/linux/loong/23.0/la64v100/lp64d exp +loong default/linux/loong/23.0/la64v100/lp64d/llvm exp +loong default/linux/loong/23.0/la64v100/lp64d/llvm/systemd exp loong default/linux/loong/23.0/la64v100/lp64d/desktop exp loong default/linux/loong/23.0/la64v100/lp64d/desktop/gnome exp loong default/linux/loong/23.0/la64v100/lp64d/desktop/gnome/systemd exp diff --git a/profiles/releases/23.0/make.defaults b/profiles/releases/23.0/make.defaults index 67fcf7e034d8..16ffd78fb52d 100644 --- a/profiles/releases/23.0/make.defaults +++ b/profiles/releases/23.0/make.defaults @@ -21,3 +21,6 @@ LDFLAGS="-Wl,-O1 -Wl,--as-needed" # Avoid removing merged-usr symlinks. UNINSTALL_IGNORE="${UNINSTALL_IGNORE} /bin /lib /lib32 /lib64 /libx32 /sbin /usr/sbin" UNINSTALL_IGNORE="${UNINSTALL_IGNORE} /usr/lib/modules/*" + +# needed for llvm profiles +BOOTSTRAP_USE="${BOOTSTRAP_USE} zstd" diff --git a/profiles/use.desc b/profiles/use.desc index caf7287f34a3..70f101b57133 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -17,6 +17,7 @@ alsa - Add support for media-libs/alsa-lib (Advanced Linux Sound Architecture) ao - Use libao audio output library for sound playback apache2 - Add Apache2 support aqua - Include support for the Mac OS X Aqua (Carbon/Cocoa) GUI +asm - Enable using assembly for optimization atm - Enable Asynchronous Transfer Mode protocol support apparmor - Enable support for the AppArmor application security system appindicator - Build in support for notifications using the libindicate or libappindicator plugin @@ -72,6 +73,7 @@ dvb - Add support for DVB (Digital Video Broadcasting) dvd - Add support for DVDs dvdr - Add support for DVD writer hardware (e.g. in xcdroast) eds - Enable support for Evolution-Data-Server (EDS) +egl - Enable EGL (Embedded-System Graphics Library, interfacing between windowing system and OpenGL/GLES) support elogind - Enable session tracking via sys-auth/elogind emacs - Add support for GNU Emacs emboss - Add support for the European Molecular Biology Open Software Suite @@ -101,7 +103,8 @@ ggi - Add support for media-libs/libggi (non-X video api/drivers) gif - Add GIF image support gimp - Build a plugin for the GIMP git - Enable git (version control system) support -gles2-only - Use GLES 2.0 or later instead of full OpenGL +gles2 - Enable GLES 2.0 (OpenGL for Embedded Systems) support (independently of full OpenGL, see also: gles2-only) +gles2-only - Use GLES 2.0 (OpenGL for Embedded Systems) or later instead of full OpenGL (see also: gles2) glut - Build an OpenGL plugin using the GLUT library gmp - Add support for dev-libs/gmp (GNU MP library) gnome - Add GNOME support @@ -174,6 +177,7 @@ lirc - Add support for lirc (Linux's Infra-Red Remote Control) livecd - !!internal use only!! DO NOT SET THIS FLAG YOURSELF!, used during livecd building llvm-libunwind - Use sys-libs/llvm-libunwind instead of sys-libs/libunwind lm-sensors - Add linux lm-sensors (hardware sensors) support +lto - Enable Link-Time Optimization (LTO) to optimize the build lua - Enable Lua scripting support lz4 - Enable support for lz4 compression (as implemented in app-arch/lz4) lzip - Enable support for lzip compression @@ -232,6 +236,7 @@ offensive - Enable potentially offensive items in packages ofx - Enable support for importing (and exporting) OFX (Open Financial eXchange) data files ogg - Add support for the Ogg container format (commonly used by Vorbis, Theora and flac) openal - Add support for the Open Audio Library +opencl - Enable OpenCL support (computation on GPU) openexr - Support for the OpenEXR graphics file format opengl - Add support for OpenGL (3D graphics) openmp - Build support for the OpenMP (support parallel computing), requires >=sys-devel/gcc-4.2 built with USE="openmp" @@ -241,6 +246,7 @@ oracle - Enable Oracle Database support orc - Use dev-lang/orc for just-in-time optimization of array operations osc - Enable support for Open Sound Control oss - Add support for OSS (Open Sound System) +otf - Install OpenType font versions pam - Add support for PAM (Pluggable Authentication Modules) - DANGEROUS to arbitrarily flip pch - Enable precompiled header support for faster compilation at the expense of disk space and memory (>=sys-devel/gcc-3.4 only) pcmcia - Add support for PCMCIA slots/devices found on laptop computers @@ -287,6 +293,7 @@ secureboot - Automatically sign efi executables using user specified key selinux - !!internal use only!! Security Enhanced Linux support, this must be set by the selinux profile or breakage will occur semantic-desktop - Cross-KDE support for semantic search and information retrieval session - Add persistent session support +sid - Enable SID (Commodore 64 audio) file support skey - Enable S/Key (Single use password) authentication support slang - Add support for the slang text display library (it's like ncurses, but different) smartcard - Enable smartcard support @@ -300,6 +307,7 @@ socks5 - Add support for the socks5 proxy sound - Enable sound support source - Zip the sources and install them sox - Add support for Sound eXchange (SoX) +speech - Enable text-to-speech support speex - Add support for the speex audio codec (used for speech) spell - Add dictionary support split-usr - Enable behavior to support maintaining /bin, /lib*, /sbin and /usr/sbin separately from /usr/bin and /usr/lib* @@ -331,6 +339,7 @@ tiff - Add support for the TIFF image format timidity - Build with Timidity++ (MIDI sequencer) support tk - Add support for Tk GUI toolkit truetype - Add support for FreeType and/or FreeType2 fonts +ttf - Install TrueType font versions udev - Enable virtual/udev integration (device discovery, power and storage device support, etc) udisks - Enable storage management support (automounting, volume monitoring, etc) uefi - Enable support for the Unified Extensible Firmware Interface diff --git a/profiles/use.local.desc b/profiles/use.local.desc index d2cccb155fec..266d83a7b0c3 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -15,7 +15,6 @@ app-accessibility/brltty:fm - support for the sound card synthesizer app-accessibility/brltty:louis - Use braille translator dev-libs/liblouis app-accessibility/brltty:midi - support the musical instrument digital interface app-accessibility/brltty:pcm - support for sound card digital audio -app-accessibility/brltty:speech - speech support app-accessibility/emacspeak:espeak - Adds support for the espeak tts engine app-accessibility/espeak-ng:async - Enables asynchronous commands app-accessibility/espeak-ng:klatt - Enables Klatt formant synthesis and implementation @@ -38,7 +37,6 @@ app-admin/clsync:extra-debug - Enable extra debugging. This will hurt performanc app-admin/clsync:extra-hardened - Enable extra security checks. This will hurt performance. app-admin/clsync:gio - Enable GIO for FS monitoring (glib based alternative to inotify interface, not recommended; if both are compiled, may be selected at runtime). app-admin/clsync:highload-locks - Allows to use spinlocks for short delays instead of mutexes, but only on SMP systems. -app-admin/clsync:lto - Build with link time optimization (LTO). app-admin/clsync:namespaces - Enable namespaces isolation. app-admin/clsync:socket-library - Build the control and monitoring socket library: libclsync. app-admin/conky:apcupsd - Enable support for sys-power/apcupsd @@ -170,7 +168,6 @@ app-admin/syslog-ng:redis - Enable support for Redis destinations app-admin/syslog-ng:smtp - Enable support for SMTP destinations app-admin/syslog-ng:spoof-source - Enable support for spoofed source addresses app-admin/sysstat:dcron - Adjust cronjobs to work properly under sys-process/dcron -app-admin/sysstat:lto - Build using Link Time Optimizations (LTO) app-admin/testdisk:ewf - Include ewf library app-admin/testdisk:ntfs - Include the ability to read NTFS filesystems app-admin/testdisk:reiserfs - Include reiserfs reading ability @@ -324,7 +321,6 @@ app-containers/docker:device-mapper - Enables dependencies for the "devicemapper app-containers/docker:overlay - Enables dependencies for the "overlay" graph driver, including necessary kernel flags. app-containers/docker-credential-helpers:pass - Build pass helper for the pass utility. app-containers/lxc:io-uring - Enable io_uring support, and use io_uring instead of epoll -app-containers/lxc:lto - Enable Link Time Optimization (LTO) app-containers/lxc:tools - Build and install additional command line tools app-containers/podman:btrfs - Enables dependencies for the "btrfs" graph driver, including necessary kernel flags. app-containers/podman:cgroup-hybrid - Use legacy (hybrid) cgroups instead of modern (unified) cgroups @@ -337,7 +333,6 @@ app-containers/skopeo:btrfs - Enables dependencies for the "btrfs" graph driver. app-containers/skopeo:device-mapper - Compiles with libdevmapper app-containers/skopeo:rootless - Compiles with libsubid app-containers/snapd:forced-devmode - Automatically disable application confinement if feature detection fails. -app-crypt/aespipe:asm - Enable assembly modules app-crypt/aespipe:cpu_flags_x86_padlock - Use VIA padlock instructions, detected at run time, code still works on non-padlock processors app-crypt/ccid:twinserial - Enable twinserial reader app-crypt/codecrypt:cryptopp - Build algorithms that need Crypto++ support dev-libs/crypto++ @@ -400,7 +395,6 @@ app-crypt/tpm2-tss:fapi - Enable feature API (requires openssl as crypto backend app-crypt/tpm2-tss:mbedtls - Use net-libs/mbedtls as crypto engine app-crypt/tpm2-tss:openssl - Use dev-libs/openssl as crypto engine app-crypt/tpm2-tss:policy - Enable policy library (requires openssl as crypto backend) -app-crypt/veracrypt:asm - Enable assembly for optimization app-crypt/zulucrypt:kwallet - Enable encrypted storage of passwords with kde-frameworks/kwallet app-crypt/zulucrypt:udev - Whether udev will be consulted when deciding if a volume is system or not app-dicts/aspell-be:classic - Support classic spelling by default @@ -464,7 +458,6 @@ app-editors/nano:debug - Enable debug messages and assert warnings. Note that th app-editors/nano:justify - Enable justify/unjustify functions for text formatting. app-editors/nano:magic - Add magic file support (sys-apps/file) to automatically detect appropriate syntax highlighting app-editors/nano:minimal - Disable all fancy features, including ones that otherwise have a dedicated USE flag (such as spelling). -app-editors/neovim:lto - Build with Link Time Optimization (LTO) app-editors/neovim:nvimpager - Install nvimpager symlink to less.sh macro app-editors/okteta:designer - Build plugins for dev-qt/designer app-editors/pluma-plugins:bracketcompletion - Auto complete bracket pairs @@ -527,7 +520,6 @@ app-emulation/bochs:debugger - Enable debugger (slows down emulation) app-emulation/bochs:gdb - Enable support for the remote GDB stub app-emulation/bochs:x86-64 - Enable support for emulation of 64-bit CPUs app-emulation/crossover-bin:capi - Enable ISDN support via CAPI -app-emulation/crossover-bin:opencl - Enable OpenCL support app-emulation/crossover-bin:osmesa - Add support for OpenGL in bitmaps using libOSMesa app-emulation/crossover-bin:pcap - Support packet capture software (e.g. wireshark) app-emulation/dosemu:fluidsynth - use media-sound/fluidsynth for MIDI emulation @@ -684,7 +676,6 @@ app-emulation/wine-staging:gecko - Enable mshtml support using app-emulation/win app-emulation/wine-staging:mingw - Build PE files using a MinGW toolchain for better compatibility app-emulation/wine-staging:mono - Enable .NET support using app-emulation/wine-mono app-emulation/wine-staging:netapi - Enable support for configuring remote shares using net-fs/samba -app-emulation/wine-staging:opencl - Enable OpenCL support app-emulation/wine-staging:osmesa - Enable off-screen rendering (OpenGL in bitmaps) support app-emulation/wine-staging:pcap - Support packet capture software (e.g. wireshark) app-emulation/wine-staging:perl - Install helpers that require perl (winedump/winemaker) @@ -698,7 +689,6 @@ app-emulation/wine-vanilla:gecko - Enable mshtml support using app-emulation/win app-emulation/wine-vanilla:mingw - Build PE files using a MinGW toolchain for better compatibility app-emulation/wine-vanilla:mono - Enable .NET support using app-emulation/wine-mono app-emulation/wine-vanilla:netapi - Enable support for configuring remote shares using net-fs/samba -app-emulation/wine-vanilla:opencl - Enable OpenCL support app-emulation/wine-vanilla:osmesa - Enable off-screen rendering (OpenGL in bitmaps) support app-emulation/wine-vanilla:pcap - Support packet capture software (e.g. wireshark) app-emulation/wine-vanilla:perl - Install helpers that require perl (winedump/winemaker) @@ -845,7 +835,6 @@ app-misc/digitemp:ds9097u - Build support for the ds9097u sensor app-misc/fastfetch:chafa - Enables text/graphics renderer with media-gfx/chafa app-misc/fastfetch:ddcutil - Use app-misc/ddcutil to query monitor settings app-misc/fastfetch:drm - Enables support for X.org's x11-libs/libdrm -app-misc/fastfetch:opencl - Enables OpenCL support app-misc/fastfetch:osmesa - Enables offscreen rendering support from media-libs/mesa app-misc/fastfetch:pci - Enables reading GPU via sys-apps/pciutils app-misc/fastfetch:vulkan - Enables reading GPU via media-libs/vulkan-loader @@ -991,7 +980,6 @@ app-mobilephone/gnokii:ical - Enable support for dev-libs/libical app-mobilephone/gnokii:irda - Enable infrared support app-mobilephone/gnokii:pcsc-lite - Enable smartcard support with sys-apps/pcsc-lite app-mobilephone/gnokii:sms - Enable SMS support (build smsd) -app-mobilephone/scrcpy:lto - Build with Link Time Optimization (LTO) app-mobilephone/smstools:stats - Enable statistic reporting app-office/abiword:collab - Enable collaborative editing plugin app-office/abiword:goffice - Enable goffice plugin @@ -1112,7 +1100,6 @@ app-text/blogc:git - Build blogc-git-receiver tool app-text/blogc:httpd - Build blogc-runserver tool app-text/blogc:make - Build blogc-make tool app-text/calibre:font-subsetting - Enable font subsetting support -app-text/calibre:speech - Enable text-to-speech support app-text/calibre:system-mathjax - Use a system copy of mathjax app-text/calibre:unrar - Enable support for comic books compressed with the non-free Rar format app-text/crengine-ng:chm - Support chm format @@ -1120,7 +1107,6 @@ app-text/crengine-ng:fribidi - Support bidirectional text by dev-libs/fribidi app-text/crengine-ng:harfbuzz - Use media-libs/harfbuzz for kerning and ligatures app-text/crengine-ng:libunibreak - Use dev-libs/libunibreak for hyphenation app-text/crengine-ng:libutf8proc - Use dev-libs/libutf8proc for manipulating unicode strings -app-text/crengine-ng:lto - Use link time optimization app-text/crm114:mew - Add support for using the mewdecode mime decoder (app-emacs/mew) app-text/crm114:normalizemime - Add support for using the normalizemime (mail-filter/normalizemime) app-text/crqt-ng:chm - Support chm format @@ -1168,7 +1154,6 @@ app-text/groonga:zeromq - Enable net-libs/zeromq used for suggestion app-text/htmltidy:deprecated - Install tools and header files which are now considered deprecated app-text/hyperestraier:mecab - Enable app-text/mecab support for Estraier app-text/kbibtex:webengine - Use dev-qt/qtwebengine for HTML previews -app-text/kjots:speech - Enable text-to-speech support app-text/lcdf-typetools:kpathsea - Enable integration with kpathsea search library (TeX related) app-text/libebook:tools - Build file conversion tools app-text/libgepub:webkit - Build with GepubWidget based on Webkit @@ -1297,7 +1282,6 @@ dev-ada/spawn:static-pic - Build static library with pic code dev-ada/templates-parser:shared - Build shared library dev-ada/xmlada:shared - Build shared library dev-ada/xmlada:static-pic - Build static library with pic code -dev-cpp/benchmark:lto - Optimize the build using Link Time Optimization (LTO) dev-cpp/eigen:cuda - Build with cuda support dev-cpp/glog:gflags - Use dev-cpp/gflags for flag parsing dev-cpp/glog:libunwind - Use libunwind library (sys-libs/libunwind or sys-libs/llvm-libunwind) instead of built-in fallback implementation for stack unwinding @@ -1339,7 +1323,6 @@ dev-db/mariadb:sst-rsync - Add tools needed to support the rsync SST method dev-db/mariadb:systemtap - Build support for profiling and tracing using dev-util/systemtap dev-db/mariadb:test - Install upstream testsuites for end use. dev-db/mariadb:yassl - Enable SSL connections and crypto functions using the bundled yaSSL -dev-db/mongodb:lto - Adds support for link time optimization dev-db/mongodb:mongosh - Install the MongoDB shell from app-admin/mongosh-bin dev-db/mongodb:tools - Install the MongoDB tools (mongoimport, mongodump...) from app-admin/mongo-tools dev-db/mycli:ssh - Add support for connection over SSH tunnel @@ -1441,7 +1424,6 @@ dev-games/godot:bullet - Enable the sci-physics/bullet module dev-games/godot:deprecated - Enable support for deprecated features dev-games/godot:raycast - Enable the raycast Editor module using media-libs/embree dev-games/godot:runner - Build an additional binary optimized for running games (only relevant with USE=tools) -dev-games/godot:speech - Enable text-to-speech support dev-games/godot:tools - Enable the Godot Editor for game development dev-games/godot:webm - Enable the WebM module dev-games/guichan:allegro - Build the Allegro frontend @@ -1464,7 +1446,6 @@ dev-games/ogre:egl - Use egl instead of glx dev-games/ogre:fine-granularity - Enable fine light mask granularity. This impacts on performance and should not be enabled unless an application really needs it. dev-games/ogre:freeimage - Support images via media-libs/freeimage dev-games/ogre:gl3plus - Build OpenGL 3+ RenderSystem -dev-games/ogre:gles2 - Build OpenGL ES 2.x RenderSystem dev-games/ogre:gles3 - Enable OpenGL ES 3.x Features dev-games/ogre:json - Use dev-libs/rapidjson (needed by Hlms JSON materials) dev-games/ogre:legacy-animations - Use the skeletal animation from 1.x. It's much slower, but the new system is still experimental. @@ -1475,7 +1456,6 @@ dev-games/ogre:tbb - When USE=threads, use tbb for threading dev-games/ogre:tools - Build and install AssimpConverter (assimp USE flag is enabled), MeshUpgrader, VRMLConverter and XMLConverter dev-games/openscenegraph:collada - Enable DAE file support via dev-libs/collada-dom dev-games/openscenegraph:dicom - Enable DICOM medical image file support via sci-libs/dcmtk -dev-games/openscenegraph:egl - Enable EGL support dev-games/openscenegraph:fox - Build examples using x11-libs/fox library dev-games/openscenegraph:gdal - Enable support for sci-libs/gdal library dev-games/openscenegraph:las - Enable support for geospatial data LAS LiDAR format using sci-geosciences/liblas @@ -1485,7 +1465,6 @@ dev-games/openscenegraph:sdl2 - Use media-libs/libsdl2 additionally to media-lib dev-games/openscenegraph:xrandr - Enable support for the X xrandr extension dev-games/openscenegraph-openmw:collada - Enable DAE file support via dev-libs/collada-dom dev-games/openscenegraph-openmw:dicom - Enable DICOM medical image file support via sci-libs/dcmtk -dev-games/openscenegraph-openmw:egl - Enable EGL support dev-games/openscenegraph-openmw:fox - Build examples using x11-libs/fox library dev-games/openscenegraph-openmw:gdal - Enable support for sci-libs/gdal library dev-games/openscenegraph-openmw:las - Enable support for geospatial data LAS LiDAR format using sci-geosciences/liblas @@ -1686,7 +1665,6 @@ dev-java/junit:vintage - Include JUnit Vintage, which allows JUnit 5 to run JUni dev-java/openjdk:headless-awt - Don't install the X backend for AWT, needed by some GUIs dev-java/openjdk:javafx - Import OpenJFX modules at build time, via dev-java/openjfx dev-java/openjdk:jbootstrap - Build OpenJDK twice, the second time using the result of the first -dev-java/openjdk:lto - Enable Link Time Optimization (LTO) dev-java/openjdk:source - Install JVM sources dev-java/openjdk:system-bootstrap - Bootstrap using installed openjdk dev-java/openjdk:systemtap - Enable SystemTAP/DTrace tracing @@ -1699,7 +1677,6 @@ dev-java/pdfbox:tools - Build and install pdfbox-tools dev-java/protobuf-java:system-protoc - Use protoc provided by dev-libs/protobuf dev-java/rxtx:lfd - Installs and uses LockFileServer daemon (lfd) dev-java/sbt:binary - Install from (Gentoo-compiled) binary instead of building from sources. Set this when you run out of memory during build. -dev-lang/R:lto - Use link-time optimization for R and its recommended packages. dev-lang/algol68g:mpfr - Add support for multiprecision floating point rouding dev-lang/ammonite-repl-bin:scala2-13 - Install Ammonite for Scala 2.13 dev-lang/ammonite-repl-bin:scala3-0 - Install Ammonite for Scala 3.0 @@ -1734,7 +1711,6 @@ dev-lang/gnat-gpl:fixed-point - Enable fixed-point arithmetic support for MIPS t dev-lang/gnat-gpl:go - Build the GCC Go language frontend. dev-lang/gnat-gpl:graphite - Add support for the framework for loop optimizations based on a polyhedral intermediate representation dev-lang/gnat-gpl:libssp - Build SSP support into a dedicated library rather than use the code in the C library (DO NOT ENABLE THIS IF YOU DON'T KNOW WHAT IT DOES) -dev-lang/gnat-gpl:lto - Build using Link Time Optimizations (LTO) dev-lang/gnat-gpl:nptl - Enable support for Native POSIX Threads Library, the new threading module (requires linux-2.6 or better usually) dev-lang/gnat-gpl:objc - Build support for the Objective C code language dev-lang/gnat-gpl:objc++ - Build support for the Objective C++ language @@ -1823,7 +1799,6 @@ dev-lang/polyml:portable - Build the portable interpreter version of Poly/ML ins dev-lang/python:bluetooth - Build Bluetooth protocol support in socket module dev-lang/python:ensurepip - Install the ensurepip module that uses bundled wheels to bootstrap pip and setuptools (if disabled, it will be only possible to use venv `--without-pip`) dev-lang/python:libedit - Link readline extension against dev-libs/libedit instead of sys-libs/readline -dev-lang/python:lto - Optimize the build using Link Time Optimization (LTO) dev-lang/python:pgo - Optimize the build using Profile Guided Optimization (PGO) by running Python's test suite and collecting statistics based on its performance. This will take longer to build. dev-lang/python:valgrind - Disable pymalloc when running under dev-util/valgrind is detected (may incur minor performance penalty even when valgrind is not used) dev-lang/python:wininst - Install Windows executables required to create an executable installer for MS Windows @@ -1835,7 +1810,6 @@ dev-lang/ruby:rdoc - Install dev-ruby/rdoc after installing Ruby. dev-lang/ruby:systemtap - Enable SystemTAP/DTrace tracing dev-lang/rust:clippy - Install clippy, Rust code linter dev-lang/rust:dist - Install dist tarballs (used for bootstrapping) -dev-lang/rust:lto - Optimize the build using Link Time Optimization (LTO) dev-lang/rust:miri - Install miri, an interpreter for Rust's mid-level intermediate representation (requires USE=nightly, sometimes is broken) dev-lang/rust:nightly - Enable nightly (UNSTABLE) features (NOTE: it does not install nightly version, just enables features marked as nightly at time of release) dev-lang/rust:parallel-compiler - Build a multi-threaded rustc (experimental, not tested by upstream) @@ -1855,7 +1829,6 @@ dev-lang/souffle:ffi - Support c++ functors with arbitrary number of arguments dev-lang/souffle:swig - Enable SWIG usage, needed for Java and Python bindings dev-lang/spidermonkey:clang - Use Clang compiler instead of GCC dev-lang/spidermonkey:debug - Enable assertions to allow for easier debugging of programs that link to spidermonkey -- note this will often crash software on regular end-user systems -dev-lang/spidermonkey:lto - Enable Link Time Optimization (LTO) dev-lang/swi-prolog:archive - Use libarchive for extension packs dev-lang/swi-prolog:cli - Add support for CLI interfaces based on readline and libedit dev-lang/swi-prolog:ipc - Add support for TIPC inter-process communication @@ -1894,7 +1867,6 @@ dev-libs/boost:tools - Build and install the boost tools (bcp, quickbook, inspec dev-libs/botan:boost - Use dev-libs/boost dev-libs/botan:tools - Install optional tools for e.g. hashing dev-libs/check:subunit - Enable support for the subunit unit test protocol -dev-libs/crypto++:asm - Support assembly hand optimized crypto functions (i.e. faster run time) dev-libs/cyberjack:tools - Build and install optional management tools. dev-libs/cyrus-sasl:authdaemond - Add Courier-IMAP authdaemond unix socket support (net-mail/courier-imap, mail-mta/courier) dev-libs/cyrus-sasl:ldapdb - Enable ldapdb plugin @@ -1949,7 +1921,6 @@ dev-libs/glib:sysprof - Enable profiling data capture support using dev-util/sys dev-libs/glib:systemtap - Build support for profiling and tracing using dev-util/systemtap dev-libs/glib:utils - Install gtester-report utility to generate test report files for your software; build gresource utility with ELF support. dev-libs/gmime:smime - Enable experimental S/MIME support -dev-libs/gmp:asm - Enable use of hand optimized assembly routines (faster execution) dev-libs/gmp:cpudetection - Enables runtime CPU detection (useful for binpkgs, compatibility on other CPUs). This only works on amd64/x86 at present. If this flag is enabled, GMP will work on a variety of amd64/x86 CPUs and load accelerated routines for use at runtime depending on the CPU in use. This makes it suitable for binary packages (binpkgs). If this flag is disabled, GMP will be tuned for the CPU being used at build-time and may not be usable on other machines. dev-libs/gmp:pic - Force static libraries to be built as PIC to avoid TEXTRELs. dev-libs/gobject-introspection:doctool - Install g-ir-doc-tool for generating documentation from introspected data @@ -1968,7 +1939,6 @@ dev-libs/kosmindoormap:openinghours - Enable support for highlighting currently dev-libs/kreport:marble - Enable displaying of maps using kde-apps/marble dev-libs/kreport:scripting - Support Qml scripting using dev-qt/qtdeclarative dev-libs/ktextaddons:designer - Build plugins for dev-qt/designer -dev-libs/ktextaddons:speech - Enable text-to-speech support dev-libs/libbase58:tools - Build command line base58 tool dev-libs/libbytesize:tools - Build bscalc python CLI tool dev-libs/libcdio:minimal - Only build the libcdio library and little more, just to be used to link against from multimedia players. With this USE flag enabled, none of the command-line utilities are built, nor is the CDDA library. @@ -1997,7 +1967,6 @@ dev-libs/libffi:pax-kernel - Use PaX emulated trampolines, for we can't use PROT dev-libs/libffi-compat:pax-kernel - Use PaX emulated trampolines, for we can't use PROT_EXEC dev-libs/libfido2:nfc - Enable experimental NFC support dev-libs/libflatarray:cuda - Enables plugins for NVIDIA GPUs (e.g. CUDAAllocator) -dev-libs/libgcrypt:asm - Enable assembly for optimization dev-libs/libgcrypt:getentropy - Use getentropy function to obtain randomness from the kernel dev-libs/libgdata:crypt - Use app-crypt/gcr for keeping tokens and passwords in non-pageable memory for improved security dev-libs/libgdata:gnome-online-accounts - Enable net-libs/gnome-online-accounts support @@ -2057,7 +2026,6 @@ dev-libs/libsecp256k1:recovery - Enable ECDSA pubkey recovery module dev-libs/libsecp256k1:schnorr - Enable Schnorr signature module dev-libs/libsecp256k1:test-openssl - Enable OpenSSL comparison tests dev-libs/libslz:tools - Install additional tools (zenc, zdec) -dev-libs/libsodium:asm - Enables assembly implementations dev-libs/libsodium:urandom - Use /dev/urandom instead of /dev/random dev-libs/libtermkey:demos - Install demos, which pulls in dev-libs/glib dev-libs/libtomcrypt:libtommath - Uses dev-libs/libtommath for mathematical operations @@ -2097,7 +2065,6 @@ dev-libs/modsecurity:json - Suppose JSON in the request body parser through dev- dev-libs/modsecurity:lmdb - Add LMDB backend support dev-libs/modsecurity:pcre2 - Use dev-libs/libpcre2 as regex implementation dev-libs/ncnn:tools - Enable installation of various tools in addition to the library -dev-libs/nettle:asm - Support assembly hand optimized crypto functions (i.e. faster run time) dev-libs/nss:cacert - Include root/class3 certs from CAcert (https://www.cacert.org/) dev-libs/nss:utils - Compile and install all extra binaries, such as certutil, modutil and few more dev-libs/nwjs:ffmpeg-chromium - Use Chromium FFmpeg fork (media-video/ffmpeg-chromium) rather than mainline FFmpeg (media-video/ffmpeg) @@ -2114,7 +2081,6 @@ dev-libs/opensc:openct - Use dev-libs/openct (and CT-API) for accessing Smartcar dev-libs/opensc:pace - Use dev-libs/openpace for EAC version 2 support dev-libs/opensc:pcsc-lite - Use sys-apps/pcsc-lite (and PC/SC API) for accessing Smartcard hardware dev-libs/opensc:secure-messaging - Enable secure messaging -dev-libs/openssl:asm - Support assembly hand optimized crypto functions (i.e. faster run time) dev-libs/openssl:bindist - Disable/Restrict EC algorithms (as they seem to be patented) -- note: changes the ABI dev-libs/openssl:fips - Enable FIPS provider dev-libs/openssl:ktls - Enable support for Kernel implementation of TLS (kTLS) @@ -2124,7 +2090,6 @@ dev-libs/openssl:sslv3 - Support for the old/insecure SSLv3 protocol -- note: no dev-libs/openssl:tls-compression - Enable support for discouraged TLS compression dev-libs/openssl:tls-heartbeat - Enable the Heartbeat Extension in TLS and DTLS dev-libs/openssl:weak-ssl-ciphers - Build support for SSL/TLS ciphers that are considered "weak" -dev-libs/openssl-compat:asm - Support assembly hand optimized crypto functions (i.e. faster run time) dev-libs/openssl-compat:bindist - Disable/Restrict EC algorithms (as they seem to be patented) -- note: changes the ABI dev-libs/openssl-compat:rfc3779 - Enable support for RFC 3779 (X.509 Extensions for IP Addresses and AS Identifiers) dev-libs/openssl-compat:sslv2 - Support for the old/insecure SSLv2 protocol -- note: not required for TLS/https @@ -2140,7 +2105,6 @@ dev-libs/pocl:cuda - Enable the CUDA backend for NVIDIA GPUs dev-libs/pocl:float-conversion - When enabled, OpenCL printf() call's f/e/g formatters are handled by pocl. When disabled, these are handled by system C library. dev-libs/pocl:hardening - Enable hardening against various attacks. May worsen performance dev-libs/pocl:hwloc - Enable hwloc support -dev-libs/pocl:lto - Adds support for link time optimization dev-libs/pocl:memmanager - Enables custom memory manager. Except for special circumstances, this should be disabled dev-libs/poco:7z - Add Support for the 7z archive format dev-libs/poco:activerecord - Add ActiveRecord support @@ -2186,7 +2150,6 @@ dev-libs/softhsm:migration-tool - Build db migration tool dev-libs/sord:tools - Build command line utilities dev-libs/starpu:cuda - Enable NVIDIA CUDA toolkit support dev-libs/starpu:gcc-plugin - Enable GCC extension plugin (experimental) -dev-libs/starpu:opencl - Enable OpenCL support dev-libs/starpu:spinlock-check - Enable spinlock check dev-libs/thrift:libevent - Build support for dev-libs/libevent dev-libs/tinyxml:stl - Compile with TIXML_USE_STL support @@ -2652,7 +2615,6 @@ dev-qt/qtdiag:widgets - Report widget style information dev-qt/qtgamepad:evdev - Enable support for input devices via evdev dev-qt/qtgamepad:qml - Build QML bindings dev-qt/qtgui:X - Build the XCB platform plugin and enable X11 integration -dev-qt/qtgui:egl - Enable EGL integration dev-qt/qtgui:eglfs - Build the EGL Full Screen/Single Surface platform plugin dev-qt/qtgui:evdev - Enable support for input devices via evdev dev-qt/qtgui:ibus - Build the IBus input method plugin @@ -2778,6 +2740,8 @@ dev-tex/biblatex:biber - Install the unicode compatible backend processor dev-tex/pythontex:highlighting - Syntax highlighting using dev-python/pygments dev-texlive/texlive-basic:luajittex - Add support for LuaJitTeX: LuaTeX based on LuaJIT which is usually faster. dev-util/Tensile:client - Build and install tensile_client executable to run benchmarks and tune GPU GEMM +dev-util/babeltrace:elfutils - Build the dev-util/lttng-ust debug information filter component class +dev-util/babeltrace:plugins - Build support for Babeltrace 2 Python plugins dev-util/bazel:tools - Install extra bazel tools to build from sources dev-util/bpftool:caps - Use sys-libs/libcap to enable unprivileged run support dev-util/bpftrace:fuzzing - Build bpftrace for fuzzing @@ -2998,7 +2962,6 @@ games-action/dxx-rebirth:sdl2 - Use libSDL2, SDL2-mixer instead of libSDL-1* and games-action/dxx-rebirth:tracker - Enable support for the PHP-based multiplayer game tracker games-action/hotline-miami:bundled-libs - Use bundled libraries. games-action/hotline-miami:launcher - Install qt launcher -games-action/prismlauncher:lto - Enable link-time optimization games-action/prismlauncher:qt6 - Build with Qt6 support instead of the default Qt5 games-action/supermariowar:server - Compile and install Super Mario War server files games-action/supertuxkart:nettle - Use dev-libs/nettle crypto backend @@ -3083,7 +3046,6 @@ games-emulation/m64py:7z - Ensure support for .7z archives. games-emulation/m64py:rar - Ensure support for .rar archives. games-emulation/mgba:discord - Enable Discord RPC support games-emulation/mgba:elf - Enable the use of elf utils via dev-libs/elfutils -games-emulation/mgba:gles2 - Build OpenGL ES 2.x RenderSystem games-emulation/mgba:gles3 - Build OpenGL ES 3.x RenderSystem games-emulation/mgba:libretro - Build libretro port games-emulation/mupen64plus:audio-sdl - Enable SDL audio plugin. @@ -3131,7 +3093,6 @@ games-engines/scummvm:glew - enable support for OpenGL Extension Wrangler Librar games-engines/scummvm:mpeg2 - enable mpeg2 codec for cutscenes games-engines/scummvm:net - enable cloud support via media-libs/sdl2-net games-engines/scummvm:sndio - Enable support for MIDI music using media-sound/sndio -games-engines/scummvm:speech - enable text-to-speech support through app-accessibility/speech-dispatcher games-engines/scummvm:unsupported - enable unsupported and/or broken game engines (you're on your own) games-engines/scummvm-tools:tremor - Enable tremor, a fixed-point version of the Ogg Vorbis decoder games-engines/solarus:doc - Install doxygen developer documentation. @@ -3162,7 +3123,6 @@ games-fps/eduke32:voidsw - Enable support for Shadow Warrior (Classic) through V games-fps/eduke32:voxels - Install the Duke Nukem 3D Voxels Pack. games-fps/eduke32:vpx - Enable support for media-libs/libvpx. games-fps/eduke32:xmp - Enable support for media-libs/exempi. -games-fps/gzdoom:gles2 - Enable GLES2 backend games-fps/gzdoom:non-free - Enable non-free components games-fps/gzdoom:swr - Enable software renderer games-fps/nexuiz:maps - Install the community map pack @@ -3300,7 +3260,6 @@ games-strategy/uqm:voice - download and install voice files (large) games-strategy/wargus:bne - Support extracting data from the Battle.net Edition games-strategy/warzone2100:discord - Enable Discord presence/join integration games-strategy/wesnoth:server - Enable compilation of server -games-util/basis_universal:opencl - Enable OpenCL support games-util/gslist:web - Enable the web interface games-util/lgogdownloader:gui - Enable GUI login support for passing reCAPTCHA games-util/slade:fluidsynth - Enable MIDI software synthesis using media-sound/fluidsynth @@ -3378,7 +3337,6 @@ gnustep-apps/sogo:sodium - Enable support for Argon2 password schemes using dev- gnustep-base/gnustep-back-art:xim - Enable X11 XiM input method gnustep-base/gnustep-back-cairo:xim - Enable X11 XiM input method gnustep-base/gnustep-back-xlib:xim - Enable X11 XiM input method -gnustep-base/gnustep-gui:speech - Audio support using app-accessibility/flite gnustep-base/gnustep-make:libobjc2 - Enables use of the GNUstep Objective-C runtime (gnustep-base/libobjc2) with non-fragile ABI and sys-devel/clang compiler gnustep-base/gnustep-make:native-exceptions - Enables use of the native Objective-C exception support (@try/@catch/@finally) built-in objective-c exceptions with compilers that support it gnustep-base/libobjc2:boehm-gc - Enable Hans Boehm's garbage collector (dev-libs/boehm-gc). Not recommended by upstream @@ -3448,7 +3406,6 @@ gui-wm/wayfire:system-wlroots - use the system wide wlroots, else build it as a kde-apps/akonadi:designer - Install plugin for dev-qt/designer kde-apps/akonadi:kaccounts - Enable support for system-wide defined KAccounts kde-apps/akonadi:tools - Install tools for developers and testing -kde-apps/akregator:speech - Enable text-to-speech support kde-apps/analitza:eigen - Enable dev-cpp/eigen mathematical templates support kde-apps/ark:zip - Enable ZIP archive support via dev-libs/libzip kde-apps/cantor:R - Enable dev-lang/R backend support @@ -3463,10 +3420,8 @@ kde-apps/gwenview:share - Enable support for a share menu using kde-frameworks/p kde-apps/k3b:webengine - Use dev-qt/qtwebengine for fancy k3bdiskinfoview kde-apps/kaccounts-providers:webengine - Enable Nextcloud KAccounts plugin using dev-qt/qtwebengine kde-apps/kalarm:pim - Enable birthday import, email functions etc. using kde-apps/akonadi -kde-apps/kalarm:speech - Enable text-to-speech support kde-apps/kalzium:editor - Enable the embedded molecule editor/viewer kde-apps/kalzium:solver - Enable the equation solver -kde-apps/kanagram:speech - Enable text-to-speech support kde-apps/kate-addons:filebrowser - Enable File System browser tool view kde-apps/kate-addons:lspclient - Enable LSP (Language Server Protocol) client plugin kde-apps/kate-addons:projects - Enable Project plugin for executing queries on SQL DBs @@ -3502,7 +3457,6 @@ kde-apps/kdepim-addons:markdown - Enable Markdown support via app-text/discount kde-apps/kdepim-meta:bogofilter - Install mail-filter/bogofilter for spam filter support in kde-apps/kmail kde-apps/kdepim-meta:clamav - Install app-antivirus/clamav for virus detection support in kde-apps/kmail kde-apps/kdepim-meta:spamassassin - Install mail-filter/spamassassin for spam filter support in kde-apps/kmail -kde-apps/kdepim-runtime:speech - Enable text-to-speech support kde-apps/kdesdk-meta:git - Enable support for Git VCS in kde-apps/dolphin via kde-apps/dolphin-plugins-git kde-apps/kdesdk-meta:mercurial - Enable support for Mercurial VCS in kde-apps/dolphin via kde-apps/dolphin-plugins-mercurial kde-apps/kdesdk-meta:subversion - Enable support for Apache Subversion VCS in kde-apps/dolphin via kde-apps/dolphin-plugins-subversion @@ -3536,10 +3490,7 @@ kde-apps/kio-extras-kf5:sftp - Enable SFTP protocol support using net-libs/libss kde-apps/kio-extras-kf5:taglib - Enable audio thumbnails via media-libs/taglib kde-apps/kleopatra:pim - Enable WKS publishing support using kde-apps/kmail kde-apps/kmag:keyboardfocus - Enable keyboard focus tracking -kde-apps/kmail:speech - Enable text-to-speech support -kde-apps/knights:speech - Enable text-to-speech support kde-apps/konqueror:activities - Enable kactivities support -kde-apps/konqueror:speech - Build text-to-speech plugin kde-apps/kopete:addbookmarks - Automatically add incoming urls to bookmarks. kde-apps/kopete:autoreplace - Automatically replace selected text kde-apps/kopete:contactnotes - Enables writing personal notes for contacts. @@ -3562,7 +3513,6 @@ kde-apps/kopete:webpresence - Show your status and some more information on web. kde-apps/kopete:winpopup - Enable pop-up messages sending on windows. (same as good old "net send" messages ;]) kde-apps/kopete:zeroconf - Enable Link-Local Messaging via the bonjour protocol. kde-apps/kpimtextedit:designer - Build plugins for dev-qt/designer -kde-apps/kpimtextedit:speech - Enable text-to-speech support kde-apps/krdc:activities - Enable Plasma Activities support via kde-plasma/plasma-activities kde-apps/ksystemlog:kdesu - Run as root using kdesu from kde-plasma/kde-cli-tools kde-apps/ktouch:X - Enable support for X11 Keyboard Layout Detection @@ -3574,7 +3524,6 @@ kde-apps/kwave:qtmedia - Enable playback via Qt5Multimedia kde-apps/libkdepim:designer - Build plugins for dev-qt/designer kde-apps/libkleo:fancyviewer - Use kde-apps/kpimtextedit for an improved audit log viewer kde-apps/libksane:kwallet - Enable encrypted storage of passwords with kde-frameworks/kwallet -kde-apps/libksieve:speech - Enable text-to-speech support kde-apps/mailcommon:designer - Build plugins for dev-qt/designer kde-apps/marble:aprs - Enable support for APRS data sources kde-apps/marble:designer - Install plugin for dev-qt/designer @@ -3583,7 +3532,6 @@ kde-apps/marble:pbf - Enable OpenStreetMap PBF file support via dev-libs/protobu kde-apps/marble:phonon - Enable sound support via media-libs/phonon kde-apps/marble:shapefile - Enable support for ESRI shapefiles kde-apps/marble:webengine - Use dev-qt/qtwebengine for embedded web browser -kde-apps/messagelib:speech - Enable text-to-speech support kde-apps/okular:crypt - Enable support for password-encrypted documents via kde-frameworks/kwallet kde-apps/okular:epub - Enable E-Book support via app-text/ebook-tools kde-apps/okular:image-backend - Enable image viewing support @@ -3593,7 +3541,6 @@ kde-apps/okular:phonon - Enable sound support via media-libs/phonon kde-apps/okular:plucker - Enable Plucker E-Book for Palm OS devices support kde-apps/okular:qml - Install Okular Qml components kde-apps/okular:share - Enable support for a share menu using kde-frameworks/purpose -kde-apps/okular:speech - Enable text-to-speech support kde-apps/pimcommon:designer - Build plugins for dev-qt/designer kde-apps/spectacle:share - Enable support for a share menu using kde-frameworks/purpose kde-apps/step:qalculate - Enable the libqalculate library for unit conversion @@ -3626,7 +3573,6 @@ kde-frameworks/kplotting:designer - Build plugins for dev-qt/designer kde-frameworks/krunner:activities - Enable search runner for KDE Activities history kde-frameworks/ktexteditor:editorconfig - Enable support for EditorConfig configuration files kde-frameworks/ktextwidgets:designer - Build plugins for dev-qt/designer -kde-frameworks/ktextwidgets:speech - Enable text-to-speech support kde-frameworks/kuserfeedback:kf6compat - Disable components colliding with KF6, depend on KF6 components instead kde-frameworks/kwallet:gpg - Support wallets with GnuPG encryption in addition to the default blowfish-encrypted file kde-frameworks/kwallet:kf6compat - Disable components colliding with KF6, depend on KF6 components instead @@ -3807,7 +3753,6 @@ mail-client/thunderbird:clang - Use Clang compiler instead of GCC mail-client/thunderbird:eme-free - Disable EME (DRM plugin) capability at build time mail-client/thunderbird:hwaccel - Force-enable hardware-accelerated rendering (Mozilla bug 594876) mail-client/thunderbird:libproxy - Enable libproxy support -mail-client/thunderbird:lto - Enable Link Time Optimization (LTO) mail-client/thunderbird:openh264 - Use media-libs/openh264 for H.264 support instead of downloading binary blob from Mozilla at runtime mail-client/thunderbird:pgo - Add support for profile-guided optimization using gcc-4.5, for faster binaries. This option will double the compile time. mail-client/thunderbird:pulseaudio - Add sound server support via media-libs/libpulse (may be PulseAudio or Pipewire, or apulse if installed) @@ -3935,19 +3880,9 @@ media-fonts/culmus:fancy - Install fancy fonts media-fonts/culmus:fontforge - Use media-gfx/fontforge to build fonts from source media-fonts/culmus:taamey - Install taamey fonts media-fonts/dejavu:fontforge - Use media-gfx/fontforge to build fonts from source -media-fonts/essays1743:otf - Install the OpenType version of the font -media-fonts/essays1743:ttf - Install the TrueType version of the font -media-fonts/fira-mono:otf - Install the OpenType version of the font -media-fonts/fira-mono:ttf - Install the TrueType version of the font -media-fonts/fira-sans:otf - Install the OpenType version of the font -media-fonts/fira-sans:ttf - Install the TrueType version of the font -media-fonts/fontawesome:otf - Install the OpenType version of the font -media-fonts/fontawesome:ttf - Install the TrueType version of the font media-fonts/fonts-meta:emoji - Install a font supporting emojis media-fonts/fonts-meta:latin - Install additional latin fonts media-fonts/fonts-meta:ms - Install (free) fonts for the "ms" preset -media-fonts/ibm-plex:otf - Install OTF fonts -media-fonts/ibm-plex:ttf - Install TTF fonts media-fonts/intlfonts:bdf - Install BDF fonts in addition to PCF media-fonts/iosevka:iosevka - Install the classic Iosevka font. media-fonts/iosevka:iosevka-aile - Install Iosevka Aile, a quasi-proportional sans-serif font. @@ -3992,8 +3927,6 @@ media-fonts/terminus-font:ru-i - Changes view of Russian letter 'i' - not like L media-fonts/terminus-font:ru-k - Changes view of Russian letter 'k' (see homepage) media-fonts/unifont:fontforge - Use media-gfx/fontforge to build fonts from source media-fonts/unifont:utils - Install unifont utilities -media-fonts/vollkorn:otf - Install the OpenType version of the font -media-fonts/vollkorn:ttf - Install the TrueType version of the font media-gfx/ahoviewer:plugins - Build plugin support for now, in future pull additional plugins media-gfx/ahoviewer:rar - Rar archive support media-gfx/ahoviewer:zip - Zip archive support @@ -4038,7 +3971,6 @@ media-gfx/darktable:geolocation - Enable geotagging support media-gfx/darktable:kwallet - Enable encrypted storage of passwords with kde-frameworks/kwallet media-gfx/darktable:lto - Enable link-time optimisations in the RawSpeed library media-gfx/darktable:midi - Support using MIDI input devices such as Behringer X-Touch Mini, Arturia Beatstep or Korg nanoKONTROL2, as input devices -media-gfx/darktable:opencl - Enable opencl support media-gfx/darktable:tools - Install tools for generating base curves and noise profiles media-gfx/digikam:addressbook - Enable akonadi contact integration media-gfx/digikam:imagemagick - Enable support for additional image formats such as XCF, FITS, HEIC etc. @@ -4096,7 +4028,6 @@ media-gfx/imagemagick:corefonts - Use media-fonts/corefonts which is required by media-gfx/imagemagick:fpx - Enable media-libs/libfpx support media-gfx/imagemagick:hdri - Enable High Dynamic Range Images formats media-gfx/imagemagick:lqr - Enable experimental liquid rescale support using media-libs/liblqr -media-gfx/imagemagick:opencl - Enable OpenCL support media-gfx/imagemagick:pango - Enable Pango support using x11-libs/pango media-gfx/imagemagick:q32 - Set quantum depth value to 32 media-gfx/imagemagick:q8 - Set quantum depth value to 8 @@ -4185,9 +4116,7 @@ media-libs/avidemux-plugins:vpx - Enable WebM VP8 Codec SDK support via media-li media-libs/avidemux-plugins:x265 - Enables HEVC support with media-libs/x265. media-libs/cal3d:16bit-indices - Enables use of 16bit indices media-libs/chromaprint:tools - Build and install fpcalc and fpcollect tools -media-libs/clutter:egl - Enable EGL backend. media-libs/clutter:gtk - Use gdk-pixbuf from x11-libs/gtk+ as image rendering backend -media-libs/cogl:gles2 - Enable OpenGL ES 2.0 support media-libs/cogl:kms - Enable KMS support. media-libs/cogl:pango - Build cogl-pango library for x11-libs/pango integration media-libs/coin:exceptions - Compile with C++ exceptions @@ -4196,7 +4125,6 @@ media-libs/cubeb:rust - Use the newer rust-based audio backends if available media-libs/cubeb:sndio - Enable support for the media-sound/sndio backend media-libs/dav1d:10bit - Add support for building 10-bit and 12-bit AV1. media-libs/dav1d:8bit - Add support for decoding 8-bit AV1. -media-libs/dav1d:asm - Enable custom assembly for faster decoding. media-libs/dav1d:xxhash - Enable dev-libs/xxhash support for hashing muxer media-libs/devil:allegro - Add support for Allegro media-libs/dumb:allegro - Add support for Allegro 4 @@ -4228,11 +4156,8 @@ media-libs/glfw:wayland-only - Enable wayland support and disable X11 support media-libs/gmmlib:custom-cflags - Do not override user CFLAGS like -march, -msse and similar with lib defaults. Not tested by upstream. media-libs/grilo:playlist - Enable support for playlists through dev-libs/totem-pl-parser media-libs/gst-plugins-bad:bzip2 - Enable bzip2 encoder/decoder plugin -media-libs/gst-plugins-bad:egl - Enable EGL support -media-libs/gst-plugins-bad:gles2 - Enable GLES2 support media-libs/gst-plugins-bad:qsv - Enable Intel Quick Sync Video using the media-libs/oneVPL dispatcher media-libs/gst-plugins-base:X - Enable ximagesink and xvimagesink plugins; build GLX platform support if USE=opengl is enabled; build x11 windowing system support if USE=egl is enabled -media-libs/gst-plugins-base:egl - Enable EGL platform support media-libs/gst-plugins-base:gbm - Enable Graphics Buffer Manager based EGL windowing system support (requires egl and at least one of gles or opengl) media-libs/gst-plugins-base:gles2 - Enable OpenGL library and plugin via GLESv2 API (requires egl) media-libs/gst-plugins-base:ivorbis - Enable integer based vorbis decoder @@ -4290,7 +4215,6 @@ media-libs/libde265:dec265 - Enable build of dec265 example program media-libs/libde265:enc265 - Enable build of enc265 tool media-libs/libde265:sdl - Enable video output of dec265 example program with media-libs/libsdl media-libs/libde265:tools - Enable installation of varous binary tools -media-libs/libepoxy:egl - Enable EGL support. media-libs/libffado:test-programs - Install standalone test programs media-libs/libggi:3dfx - Enables support for Voodoo chipsets, also called 3DFX and TDFX media-libs/libggi:vis - Enables sparc vis support for libggi @@ -4327,7 +4251,6 @@ media-libs/libsdl:tslib - Build with tslib support for touchscreen devices media-libs/libsdl:video - Control video support (disable at your own risk) media-libs/libsdl2:fcitx4 - Enable support for app-i18n/fcitx 4 media-libs/libsdl2:gles1 - include OpenGL ES 1.0 support -media-libs/libsdl2:gles2 - include OpenGL ES 2.0 support media-libs/libsdl2:haptic - Enable the haptic (force feedback) subsystem media-libs/libsdl2:ibus - Enable support for app-i18n/ibus media-libs/libsdl2:joystick - Control joystick support (disable at your own risk) @@ -4342,7 +4265,6 @@ media-libs/libv4l:bpf - Enable support for IR BPF decoders media-libs/libv4l:tracer - Build the v4l2-tracer tool and library media-libs/libv4l:utils - Build the v4l-utils collection of utilities media-libs/libva-compat:drm - Enables VA/DRM API support. -media-libs/libva-compat:egl - Enables EGL support. media-libs/libva-intel-driver:hybrid - Enable support for hybrid vaapi hardware acceleration on Intel Haswell and newer architectures media-libs/libva-intel-media-driver:redistributable - Install redistributable media kernel binaries (no source code) files (primarily needed for video encoding support) media-libs/libvisio:tools - Build conversion tools @@ -4359,7 +4281,6 @@ media-libs/lvtk:gtk2 - Enable x11-libs/gtk+:2 based GUI support media-libs/lvtk:tools - Compile and install ttl2c tool media-libs/mesa:d3d9 - Enable Direct 3D9 API through Nine state tracker. Can be used together with patched wine. media-libs/mesa:gles1 - Enable GLESv1 support. -media-libs/mesa:gles2 - Enable GLESv2 support. media-libs/mesa:llvm - Enable LLVM backend for Gallium3D. media-libs/mesa:lm-sensors - Enable Gallium HUD lm-sensors support. media-libs/mesa:opencl - Enable the Rusticl Gallium OpenCL state tracker. @@ -4371,7 +4292,6 @@ media-libs/mesa:wayland - Enable support for dev-libs/wayland media-libs/mesa:xa - Enable the XA (X Acceleration) API for Gallium3D. media-libs/mesa:zink - Enable the Zink OpenGL-over-Vulkan Gallium driver media-libs/mesa-amber:gles1 - Enable GLESv1 support. -media-libs/mesa-amber:gles2 - Enable GLESv2 support. media-libs/mesa-amber:wayland - Enable support for dev-libs/wayland media-libs/mlt:frei0r - Build the module for media-plugins/frei0r-plugins media-libs/mlt:opencv - Build motion tracking module using media-libs/opencv @@ -4409,7 +4329,6 @@ media-libs/opencv:gflags - Use Google's C++ argument parsing library media-libs/opencv:glog - Use Google's C++ loggin library media-libs/opencv:gtk3 - Enable x11-libs/gtk+:3 support media-libs/opencv:lto - Build using Link Time Optimizations (LTO) -media-libs/opencv:opencl - Add support for OpenCL media-libs/opencv:opencvapps - Enable compilation with opencvapps media-libs/opencv:tesseract - Use Google's OCR Engine media-libs/opencv:testprograms - Build and install programs for testing OpenCV (performance) @@ -4427,7 +4346,6 @@ media-libs/openimageio:qt5 - Build iv with Qt5 media-libs/openimageio:qt6 - Build iv with Qt6 media-libs/openimageio:tools - Build the command-line tools media-libs/opensubdiv:cuda - Enable NVIDIA CUDA Toolkit support through dev-util/nvidia-cuda-toolkit -media-libs/opensubdiv:opencl - Enable OpenCL support through virtual/opencl media-libs/opensubdiv:ptex - Adds support for faster per-face texture mapping through media-libs/ptex media-libs/opensubdiv:tbb - Enable multithreading with the Intel Threads Building Blocks through dev-cpp/tbb media-libs/opensubdiv:tutorials - Install the tutorials @@ -4487,7 +4405,6 @@ media-libs/vips:pango - Enable support for text rendering using x11-libs/pango media-libs/vulkan-loader:layers - Include the vulkan layers media-libs/waffle:wayland - Enable Wayland support media-libs/x264:interlaced - enable interlaced encoding support, this can decrease encoding speed by up to 2% -media-libs/x264:opencl - Add support for OpenCL. media-libs/x264:pic - disable optimized assembly code that is not PIC friendly media-libs/x265:10bit - Add support for producing 10bits HEVC. media-libs/x265:12bit - Add support for producing 12bits HEVC. @@ -4525,7 +4442,6 @@ media-plugins/audacious-plugins:http - Support HTTP streams through neon media-plugins/audacious-plugins:openmpt - Add support for OpenMPT media-plugins/audacious-plugins:pipewire - Build the PipeWire output plugin media-plugins/audacious-plugins:scrobbler - Build with scrobbler/LastFM submission support -media-plugins/audacious-plugins:sid - Build with SID (Commodore 64 Audio) support media-plugins/audacious-plugins:soxr - Build with SoX Resampler support media-plugins/audacious-plugins:speedpitch - Enable speed/pitch effects media-plugins/audacious-plugins:streamtuner - Build the streamtuner plugin @@ -4542,14 +4458,12 @@ media-plugins/grilo-plugins:gnome-online-accounts - Enable net-libs/gnome-online media-plugins/grilo-plugins:thetvdb - Build support for thetvdb.com media-plugins/grilo-plugins:tracker - Build support for content discovery using the app-misc/tracker indexer media-plugins/grilo-plugins:youtube - Build support for YouTube content discovery using dev-libs/libgdata -media-plugins/gst-plugins-gtk:egl - Enable EGL platform usage media-plugins/gst-plugins-gtk:gles2 - Enable gtkglsink OpenGL sink based on GLESv2 API media-plugins/gst-plugins-gtk:opengl - Enable gtkglsink OpenGL sink based on desktop OpenGL API media-plugins/gst-plugins-meta:http - Enable http streaming via net-libs/libsoup media-plugins/gst-plugins-meta:libvisual - Enable visualization effects via media-libs/libvisual media-plugins/gst-plugins-meta:vpx - Enables vp8 codec support using libvpx, required to play some HTML5 videos media-plugins/gst-plugins-vaapi:drm - Enable DRM renderer -media-plugins/gst-plugins-vaapi:egl - Enable EGL support media-plugins/gst-plugins-vaapi:gles2 - Enable GLESv2 and GLESv3 support media-plugins/imlib2_loaders:xcf - Enable XCF image loader media-plugins/ir_lv2:tools - Build convert4chan tool @@ -4724,10 +4638,8 @@ media-sound/mixxx:modplug - Add libmodplug support media-sound/mixxx:qtkeychain - Enable Secure credential storage support via dev-libs/qtkeychain media-sound/mixxx:shout - Enable broadcasting support via media-libs/libshout media-sound/moc:cache - Enable tags caching support -media-sound/moc:sid - Build with SID (Commodore 64 Audio) support media-sound/moc:sndio - Enable support for the media-sound/sndio backend media-sound/moc:tremor - Build vorbis support using an integer implementation of the vorbis library (media-libs/tremor) -media-sound/mp3blaster:sid - Build with SID (Commodore 64 Audio) support media-sound/mpd:cdio - Use libcdio for ISO9660 parsing support media-sound/mpd:chromaprint - Enable ChromaPrint / AcoustID support media-sound/mpd:cue - Enable CUE sheet support @@ -4750,7 +4662,6 @@ media-sound/mpd:pipe - Support writing audio to a pipe media-sound/mpd:pipewire - PipeWire support media-sound/mpd:qobuz - Build plugin to access qobuz media-sound/mpd:recorder - Enables output plugin for recording radio streams -media-sound/mpd:sid - Build with SID (Commodore 64 Audio) support media-sound/mpd:signalfd - Use the signalfd function in MPD's event loop media-sound/mpd:snapcast - Snapcast audio plugin media-sound/mpd:sndio - Enable support for the media-sound/sndio backend @@ -4779,7 +4690,6 @@ media-sound/ncmpc:outputs-screen - Enable the outputs screen media-sound/ncmpc:search-screen - Enable search screen media-sound/ncmpc:song-screen - Enable song viewer screen media-sound/ncmpcpp:clock - Enable clock screen -media-sound/ncmpcpp:lto - Build with link-time optimisation media-sound/ncmpcpp:outputs - Enable outputs screen media-sound/ncmpcpp:visualizer - Enable visualizer screen with sound wave/frequency spectrum modes media-sound/ncspot:clipboard - Use the system clipboard to e.g. share a link @@ -4841,7 +4751,6 @@ media-sound/qmmp:qsui - Enable QMMP simple UI media-sound/qmmp:qtmedia - Enable playback via dev-qt/qtmultimedia media-sound/qmmp:scrobbler - Enable audioscrobbler/last.fm support media-sound/qmmp:shout - Enable shoutcast plug-in via media-libs/libshout. -media-sound/qmmp:sid - Build with SID (Commodore 64 Audio) support media-sound/qmmp:sndfile - Enable wav playback support via media-libs/libsndfile media-sound/qmmp:soxr - Use the SoX resampling library media-sound/qmmp:stereo - Enable stereo effect @@ -4899,7 +4808,6 @@ media-sound/xmms2:libvisual - Install xmms2-libvisual for use with the 'visualiz media-sound/xmms2:mac - Support for Monkey's Audio (APE) format using media-sound/mac media-sound/xmms2:mlib-update - Enable building of xmms2-mlib-updater client media-sound/xmms2:server - Build xmms2 player daemon (otherwise only clients are built) -media-sound/xmms2:sid - Support for C64 SID using media-libs/libsidplay media-sound/xmms2:tremor - Support Vorbis using an alternate fixed-point decoder with media-libs/tremor media-sound/xmms2:vocoder - Phase vocoder effect plugin media-sound/xmms2:xml - Enable support for various XML based playlists and sources: RSS, XSPF @@ -5047,7 +4955,6 @@ media-video/ffmpeg:mipsdspr2 - Enables MIPS DSP ASE R2 optimizations. media-video/ffmpeg:mipsfpu - Enables floating point MIPS optimizations. media-video/ffmpeg:mmal - Enables Multi-Media Abstraction Layer (MMAL) decoding support: Available e.g. on the Raspberry Pi. media-video/ffmpeg:network - Enables network streaming support -media-video/ffmpeg:opencl - Enable OpenCL support media-video/ffmpeg:openh264 - Enables H.264 encoding suppoprt via media-libs/openh264. media-video/ffmpeg:openssl - Enables dev-libs/openssl support. Adds support for encrypted network protocols (TLS/HTTPS). media-video/ffmpeg:pic - Force shared libraries to be built as PIC (this is slower) @@ -5140,7 +5047,6 @@ media-video/mpv:archive - Enable support for various archive formats via app-arc media-video/mpv:bluray - Enable playback of Blu-ray filesystems media-video/mpv:cli - Enable the command-line player media-video/mpv:drm - Enable Kernel Mode Setting / Direct Rendering Manager based video outputs -media-video/mpv:egl - Enable support for various EGL-based video outputs / backends media-video/mpv:gamepad - Enable gamepad input support media-video/mpv:libmpv - Enable the shared library and headers (used by frontends / plugins) media-video/mpv:libplacebo - Enable support for GPU accelerated video rendering with media-libs/libplacebo @@ -5195,7 +5101,6 @@ media-video/qmplay2:libass - Build with SSA/ASS subtitles rendering support media-video/qmplay2:notifications - Build additional notifications module media-video/qmplay2:pipewire - Build with PipeWire support media-video/qmplay2:shaders - Compile Vulkan shaders using media-libs/shaderc -media-video/qmplay2:sid - Build Chiptune with SIDPLAY support media-video/qmplay2:videofilters - Build with VideoFilters module media-video/qmplay2:visualizations - Build with Visualizations module media-video/rav1e:capi - Build the C-API library and header file @@ -5262,7 +5167,6 @@ media-video/vlc:run-as-root - Allows vlc to start for root. Don't enable this un media-video/vlc:sdl-image - Enable sdl image video decoder (depends on sdl) media-video/vlc:sftp - Enable libssh2 to support SFTP file transfer media-video/vlc:shout - Enable libshout output -media-video/vlc:sid - Adds support for playing C64 SID files through media-libs/libsidplay:2 media-video/vlc:skins - Enable support for the skins2 interface media-video/vlc:soxr - Enable SoX Resampler support via media-libs/soxr media-video/vlc:srt - Enable support for Secure Reliable Transport (SRT) via net-libs/srt @@ -5324,7 +5228,6 @@ net-analyzer/hydra:libssh - Enable SSH support through net-libs/libssh net-analyzer/hydra:mongodb - MongoDB support through dev-libs/mongo-c-driver net-analyzer/icinga2:console - Adds support for line-editing in the console net-analyzer/icinga2:jumbo-build - Combine source files to speed up build process, requires more memory -net-analyzer/icinga2:lto - Adds support for link time optimization net-analyzer/icinga2:mail - Allows for mailing of alerts net-analyzer/icinga2:mariadb - Enable support for the mariadb database backend net-analyzer/icinga2:nano-syntax - Adds support for syntax used in the nano editor @@ -5385,7 +5288,6 @@ net-analyzer/netdata:compression - Enable compression via zlib net-analyzer/netdata:dbengine - Enable the Netdata database engine net-analyzer/netdata:ipmi - Install sys-apps/ipmitool required for monitoring IPMI sensors. net-analyzer/netdata:jsonc - Enable optimization of JSON using dev-libs/json-c -net-analyzer/netdata:lto - Build with Link Time Optimization (LTO) net-analyzer/netdata:mongodb - Enable support for the mongodb backend net-analyzer/netdata:nfacct - Enable the nfacct plugin net-analyzer/netdata:nodejs - Enable use of nodejs (which some plugins use) @@ -5500,7 +5402,6 @@ net-analyzer/wireshark:editcap - Install editcap, to edit and/or translate the f net-analyzer/wireshark:http2 - Use net-libs/nghttp2 for HTTP/2 support net-analyzer/wireshark:ilbc - Build with iLBC support in RTP Player using media-libs/libilbc net-analyzer/wireshark:libxml2 - Use dev-libs/libxml2 for handling XML configuration in dissectors -net-analyzer/wireshark:lto - Enable link time optimization net-analyzer/wireshark:maxminddb - Use dev-libs/libmaxminddb for IP address geolocation net-analyzer/wireshark:mergecap - Install mergecap, to merge two or more capture files into one net-analyzer/wireshark:minizip - Build with zip file compression support @@ -5921,7 +5822,6 @@ net-irc/inspircd:sqlite - Enable Sqlite database backend net-irc/inspircd:ssl - Enable SSL support net-irc/inspircd:sslrehashsignal - Enable rehashing SSL module by SIGUSR1 net-irc/inspircd:tre - Enable support for TRE, a lightweight, robust, and efficient POSIX compliant regexp matching library -net-irc/ircii:lto - Build using Link Time Optimizations (LTO) net-irc/iroffer-dinoex:admin - Compile with HTTP Admin net-irc/iroffer-dinoex:blowfish - Compile with blowfish encryption support net-irc/iroffer-dinoex:chroot - Compile with chroot support @@ -6018,7 +5918,6 @@ net-libs/ldns:ecdsa - Enable ECDSA support net-libs/ldns:ed25519 - Enable ED25519 support net-libs/ldns:ed448 - Enable ED448 support net-libs/ldns:gost - Enable GOST support -net-libs/libbitcoinconsensus:asm - Enable assembly for optimization net-libs/libetpan:liblockfile - Enable support for liblockfile library net-libs/libetpan:lmdb - Use dev-db/lmdb as cache DB net-libs/libgsasl:gcrypt - Use dev-libs/libgcrypt for low-level crypto @@ -6099,7 +5998,6 @@ net-libs/nghttp2:utils - Install nghttp, nghttpd and nghttpx net-libs/ngtcp2:openssl - Provide SSL support using OpenSSL (requires dev-libs/openssl) net-libs/nodejs:corepack - Enable the experimental corepack package management tool net-libs/nodejs:inspector - Enable V8 inspector -net-libs/nodejs:lto - Build with link-time optimisation net-libs/nodejs:npm - Enable NPM package manager net-libs/nodejs:pax-kernel - Enable building under a PaX enabled kernel net-libs/nodejs:snapshot - Enable snapshot creation for faster startup @@ -6397,7 +6295,6 @@ net-misc/eventd:libcanberra - Enable plugin for sounds via media-libs/libcanberr net-misc/eventd:libnotify - Enable plugin to relay events to notification daemon (Note: not required for local notifications via net-misc/eventd) net-misc/eventd:notification - Enable plugin to display on-screen notifications net-misc/eventd:purple - Enable plugin for IM notifications via libpurple -net-misc/eventd:speech - Enable plugin for Text-To-Speech support net-misc/eventd:webhook - Enable plugin to send payloads to webhook handlers net-misc/eventd:websocket - Enable support for WebSocket protocol net-misc/fatrat:bittorrent - Use the bittorrent protocol via net-libs/libtorrent-rasterbar. @@ -6518,7 +6415,6 @@ net-misc/networkmanager:dhcpcd - Use net-misc/dhcpcd for getting an IP net-misc/networkmanager:elogind - Use sys-auth/elogind for session tracking net-misc/networkmanager:iptables - Use net-firewall/iptables for connection sharing net-misc/networkmanager:iwd - Use net-wireless/iwd instead of net-wireless/wpa_supplicant for wifi support by default -net-misc/networkmanager:lto - Build using Link Time Optimizations (LTO) net-misc/networkmanager:modemmanager - Enable support for mobile broadband devices using net-misc/modemmanager net-misc/networkmanager:nftables - Use net-firewall/nftables for connection sharing net-misc/networkmanager:nss - Use dev-libs/nss for cryptography @@ -6671,7 +6567,6 @@ net-misc/whois:xcrypt - Enable crypt through sys-libs/libxcrypt package net-misc/x2goserver:fuse - Use net-fs/sshfs to allow shared folders net-misc/xmrig:donate - Set the default donation level to 1% instead of 0 net-misc/xmrig:hwloc - Use sys-apps/hwloc for CPU affinity support -net-misc/xmrig:opencl - Enable OpenCL support net-misc/youtube-viewer:gtk - Install the gtk3 GUI net-misc/ytfzf:minimal - Skip all optional dependencies (may no longer work out-of-the-box and require custom setting up) net-misc/ytfzf:thumbnails - Pull media-gfx/ueberzugpp or media-gfx/ueberzug for viewing thumbnails (default method when using -t) @@ -6721,7 +6616,6 @@ net-p2p/airdcpp-webclient:webui - Enable the Web UI net-p2p/amule:daemon - Enable amule daemon net-p2p/amule:remote - Enable remote controlling of the client net-p2p/amule:stats - Enable statistic reporting -net-p2p/bitcoin-core:asm - Enable assembly for optimization net-p2p/bitcoin-core:berkdb - Support legacy wallets in Berkeley DB format net-p2p/bitcoin-core:bitcoin-cli - Build and install bitcoin-cli command line interface net-p2p/bitcoin-core:daemon - Build and install bitcoind daemon @@ -6736,7 +6630,6 @@ net-p2p/bitcoin-core:system-libsecp256k1 - Link with dev-libs/libsecp256k1 rathe net-p2p/bitcoin-core:systemtap - Enable SystemTAP/DTrace tracing net-p2p/bitcoin-core:upnp - Enable Universal Plug and Play net-p2p/bitcoin-core:zeromq - Report blocks and transactions via zeromq -net-p2p/bitcoin-qt:asm - Enable assembly for optimization net-p2p/bitcoin-qt:external-signer - Include support for external wallet signer programs net-p2p/bitcoin-qt:nat-pmp - Enable NAT-PMP port forwarding net-p2p/bitcoin-qt:qrcode - Enable generation of QR Codes for receiving payments @@ -6744,7 +6637,6 @@ net-p2p/bitcoin-qt:systemtap - Enable SystemTAP/DTrace tracing net-p2p/bitcoin-qt:upnp - Enable Universal Plug and Play net-p2p/bitcoin-qt:wallet - Enable wallet support net-p2p/bitcoin-qt:zeromq - Report blocks and transactions via zeromq -net-p2p/bitcoind:asm - Enable assembly for optimization net-p2p/bitcoind:external-signer - Include support for external wallet signer programs net-p2p/bitcoind:nat-pmp - Enable NAT-PMP port forwarding net-p2p/bitcoind:systemtap - Enable SystemTAP/DTrace tracing @@ -6875,7 +6767,6 @@ net-proxy/tsocks:tordns - Apply tordns patch which allows transparent TORificati net-voip/mumble:g15 - Enable support for the Logitech G15 LCD (and compatible devices). net-voip/mumble:pipewire - Enable pipewire support for audio output. net-voip/mumble:rnnoise - Enable alternative noise suppression option based on RNNoise. -net-voip/mumble:speech - Enable text-to-speech support in Mumble. net-voip/murmur:grpc - Use net-libs/grpc to enable remote control capabilities. net-voip/murmur:ice - Use dev-libs/Ice to enable remote control capabilities. net-voip/telepathy-gabble:jingle - Enable voice calls for jabber @@ -7198,7 +7089,6 @@ sci-geosciences/gpsd:shm - export gpsd over shared memory sci-geosciences/gpsd:sockets - export gpsd over unix sockets sci-geosciences/grass:geos - Use sci-libs/geos for v.buffer and adds extended options to the v.select module sci-geosciences/grass:las - Include support for LAS and LAZ encoded LiDAR files through sci-geosciences/liblas -sci-geosciences/grass:opencl - Enable OpenCL support sci-geosciences/grass:pdal - Enable support for PDAL for point clouds via sci-libs/pdal sci-geosciences/gshhs:data - Add earth data with sci-geosciences/gshhs-data sci-geosciences/liblas:gdal - Add support for the sci-libs/gdal geospatial raster library @@ -7221,7 +7111,6 @@ sci-geosciences/qgis:grass - Add support for grass sci-geosciences/qgis:hdf5 - Enable MDAL support for sci-libs/hdf5 sci-geosciences/qgis:mapserver - Determines whether mapserver should be built sci-geosciences/qgis:netcdf - Enable MDAL support for GRIB and XMDF formats -sci-geosciences/qgis:opencl - Enable OpenCL support sci-geosciences/qgis:pdal - Enable support for PDAL for point clouds via sci-libs/pdal sci-geosciences/qgis:polar - Enable support for the polar coordinate system via x11-libs/qwtpolar sci-geosciences/qgis:qml - Enable support Qml-based plugins using dev-qt/qtdeclarative @@ -7262,7 +7151,6 @@ sci-libs/caffe2:ffmpeg - Add support for video processing operators sci-libs/caffe2:gloo - Use sci-libs/gloo sci-libs/caffe2:nnpack - Use NNPACK sci-libs/caffe2:numpy - Add support for math operations through numpy -sci-libs/caffe2:opencl - Use OpenCL sci-libs/caffe2:opencv - Add support for image processing operators sci-libs/caffe2:openmp - Use OpenMP for parallel code sci-libs/caffe2:qnnpack - Use QNNPACK @@ -7292,7 +7180,6 @@ sci-libs/clblas:ktest - A command line tool for testing single clBLAS kernel. sci-libs/clblas:performance - Copy performance scripts that can measure and graph performance. sci-libs/clblast:client - Enable compilation of the clients to test and compare performance with reference libraries sci-libs/clblast:cuda - Build with support for cuda instead of opencl (beta!) -sci-libs/clblast:opencl - Build with support for opencl sci-libs/coinor-clp:glpk - Enable GNU Linear Programming Kit sci-mathematics/glpk support sci-libs/coinor-clp:metis - Enable partitioning with sci-libs/metis sci-libs/coinor-clp:mumps - Enable sci-libs/mumps support @@ -7340,7 +7227,6 @@ sci-libs/gdal:fits - Enable support for NASA's sci-libs/cfitsio library sci-libs/gdal:geos - Add support for geometry engine (sci-libs/geos) sci-libs/gdal:gml - Enable support for dev-libs/xerces-c C++ API sci-libs/gdal:ogdi - Enable support for the open geographic datastore interface (sci-libs/ogdi) -sci-libs/gdal:opencl - Enable OpenCL support sci-libs/gdal:spatialite - Enable Spatial DBMS over sqlite dev-db/spatialite sci-libs/gdal:xls - Add the dev-libs/freexl library for xls import support sci-libs/ginkgo:cuda - Add support for cuda assimp (dev-util/nvidia-cuda-toolkit) @@ -7381,7 +7267,6 @@ sci-libs/lemon:glpk - Enable GNU Linear Programming Kit sci-mathematics/glpk sup sci-libs/libccd:double-precision - More precise calculations at the expense of speed sci-libs/libgeodecomp:cuda - Enables plugins for NVIDIA GPUs sci-libs/libgeodecomp:hpx - Enables HPX backend -sci-libs/libgeodecomp:opencl - Enables OpenCL backend sci-libs/libgeodecomp:opencv - Enables OpenCV related code sci-libs/libgeodecomp:silo - Enables SILO related code sci-libs/libghemical:mopac7 - Use sci-chemistry/mopac7 for semi-empirical calculations @@ -7395,7 +7280,6 @@ sci-libs/libsigrok:nettle - Enable drivers that need dev-libs/nettle sci-libs/libsigrok:parport - Enable drivers that are parallel (IEEE1284) based sci-libs/libsigrok:serial - Enable drivers that are serial (RS232) based sci-libs/libsvm:tools - Install python based tool scripts for data selection and visualization with sci-visualization/gnuplot -sci-libs/linbox:opencl - Enable the use of OpenCL in LinBox sci-libs/linux-gpib:firmware - Install firmware sci-libs/lis:quad - Enable quadruple precision operations sci-libs/lis:saamg - Build the Smoothed Aggregation Algebraic MultiGrid preconditioner @@ -7420,7 +7304,6 @@ sci-libs/openblas:pthread - Build with pthread threading model sci-libs/openblas:relapack - Build the ReLAPACK extension to OpenBLAS sci-libs/opencascade:eigen - Enable support for eigenvalues through the header-only dev-cpp/eigen package. sci-libs/opencascade:freeimage - Enable support for image i/o via media-libs/freeimage -sci-libs/opencascade:gles2 - Use OpenGL ES 2.0 sci-libs/opencascade:json - Enable JSON support through dev-libs/rapidjson sci-libs/opencascade:optimize - Don't clear allocated memory. Use optimized memory manager unless tbb USE flag is set. sci-libs/opencascade:tbb - Enable multithreading with the Intel Threads Building Block dev-cpp/tbb @@ -7631,7 +7514,6 @@ sci-mathematics/yacas:jupyter - Add support for jupyter notebook sci-mathematics/yices2:mcsat - Enable support for MCSAT sci-mathematics/z3:isabelle - Add integration support for the Isabelle/HOL theorem prover. sci-misc/boinc:cuda - Use nvidia cuda toolkit for speeding up computations. NOTE: works only for subset of nvidia graphic cards so make sure your card is supported before opening a bug about it. -sci-misc/boinc:opencl - Use OpenCL to enable computations using your GPU. sci-misc/h5utils:hdf - Build hdf to hdf5 (and vice-versa) converter sci-misc/h5utils:octave - Build Octave plugins sci-misc/nco:dap - Support for remote data access with the NETCDF DAP client @@ -7662,7 +7544,6 @@ sci-physics/hepmc:root - Build with ROOTIO enabled sci-physics/lammps:cuda - Enable cuda gpu computing support sci-physics/lammps:hip - Enable hip gpu computing support sci-physics/lammps:lammps-memalign - Enables the use of the posix_memalign() call instead of malloc() when large chunks or memory are allocated by LAMMPS. Aliengnment is on 16 byte boundaries. -sci-physics/lammps:opencl - Enable opencl gpu computing support sci-physics/pythia:fastjet - Build jets using the sci-physics/fastjet package sci-physics/pythia:hepmc - Adds support for High Energy Physics Monte Carlo Generators sci-physics/hepmc sci-physics/pythia:hepmc2 - Adds support for High Energy Physics Monte Carlo Generators 2 sci-physics/hepmc @@ -7746,7 +7627,6 @@ sys-apps/coreutils:split-usr - Enable this if /bin and /usr/bin are separate dir sys-apps/cpu-x:cpu - Use the dev-libs/libcpuid library for CPU info sys-apps/cpu-x:force-libstatgrab - Use sys-libs/libstatgrab to instead of sys-process/procps sys-apps/cpu-x:gpu - Use the media-libs/glfw library for GPU info -sys-apps/cpu-x:opencl - Use the virtual/opencl library sys-apps/cpu-x:pci - Use the sys-apps/pciutils library for PCI info sys-apps/dbus:elogind - Use sys-auth/elogind for session tracking. sys-apps/dbus:systemd - Build with sys-apps/systemd at_console support @@ -7869,7 +7749,6 @@ sys-apps/kmod:tools - Install module loading/unloading tools. sys-apps/kmod:zlib - Enable support for gzipped modules sys-apps/kmscon:drm - Enable Linux DRM for backend sys-apps/kmscon:fbdev - Enable Linux FBDev for backend -sys-apps/kmscon:gles2 - Enable GLES2 for backend sys-apps/kmscon:pango - Enable pango font rendering sys-apps/kmscon:pixman - Enable pixman font rendering sys-apps/kmscon:systemd - Enable multiseat support via systemd @@ -8709,7 +8588,6 @@ www-client/firefox:gmp-autoupdate - Allow Gecko Media Plugins (binary blobs) to www-client/firefox:hwaccel - Force-enable hardware-accelerated rendering (Mozilla bug 594876) www-client/firefox:jumbo-build - Enable unified build - combines source files to speed up build process, but requires more memory www-client/firefox:libproxy - Enable libproxy support -www-client/firefox:lto - Enable Link Time Optimization (LTO) www-client/firefox:openh264 - Use media-libs/openh264 for H264 support instead of downloading binary blob from Mozilla at runtime www-client/firefox:pgo - Add support for profile-guided optimization for faster binaries - this option will double the compile time www-client/firefox:pulseaudio - Add sound server support via media-libs/libpulse (may be PulseAudio or Pipewire, or apulse if installed) @@ -8848,7 +8726,6 @@ x11-apps/igt-gpu-tools:overlay - Build the intel-gpu-overlay utility x11-apps/igt-gpu-tools:runner - Build the test runner x11-apps/igt-gpu-tools:tests - Build and install tests x11-apps/igt-gpu-tools:xv - Enable intel-gpu-overlay xv backend -x11-apps/mesa-progs:gles2 - Build OpenGL ES 2 utilities x11-apps/xdpyinfo:dmx - Builds support for Distributed Multiheaded X x11-base/xorg-server x11-apps/xinit:twm - Control dependencies on legacy apps (xterm, twm, ...). Safe to disable if you use a modern desktop environment. x11-base/xorg-server:elogind - Use elogind to get control over framebuffer when running as regular user diff --git a/sci-geosciences/Manifest.gz b/sci-geosciences/Manifest.gz index 9b022c230151..cfcd4ac09c06 100644 Binary files a/sci-geosciences/Manifest.gz and b/sci-geosciences/Manifest.gz differ diff --git a/sci-geosciences/grass/metadata.xml b/sci-geosciences/grass/metadata.xml index f34cf7145499..4dffe6c5b468 100644 --- a/sci-geosciences/grass/metadata.xml +++ b/sci-geosciences/grass/metadata.xml @@ -21,7 +21,6 @@ <use> <flag name="geos">Use <pkg>sci-libs/geos</pkg> for v.buffer and adds extended options to the v.select module</flag> <flag name="las">Include support for LAS and LAZ encoded LiDAR files through <pkg>sci-geosciences/liblas</pkg></flag> - <flag name="opencl">Enable OpenCL support</flag> <flag name="pdal">Enable support for PDAL for point clouds via <pkg>sci-libs/pdal</pkg></flag> </use> <upstream> diff --git a/sci-geosciences/qgis/metadata.xml b/sci-geosciences/qgis/metadata.xml index b4793f185721..6a7c8a916f27 100644 --- a/sci-geosciences/qgis/metadata.xml +++ b/sci-geosciences/qgis/metadata.xml @@ -20,7 +20,6 @@ <flag name="hdf5">Enable MDAL support for <pkg>sci-libs/hdf5</pkg></flag> <flag name="mapserver">Determines whether mapserver should be built</flag> <flag name="netcdf">Enable MDAL support for GRIB and XMDF formats</flag> - <flag name="opencl">Enable OpenCL support</flag> <flag name="pdal">Enable support for PDAL for point clouds via <pkg>sci-libs/pdal</pkg></flag> <flag name="polar">Enable support for the polar coordinate system via <pkg>x11-libs/qwtpolar</pkg></flag> <flag name="qml">Enable support Qml-based plugins using <pkg>dev-qt/qtdeclarative</pkg></flag> diff --git a/sci-libs/Manifest.gz b/sci-libs/Manifest.gz index 7e530b7917e2..df1a1c50a020 100644 Binary files a/sci-libs/Manifest.gz and b/sci-libs/Manifest.gz differ diff --git a/sci-libs/caffe2/metadata.xml b/sci-libs/caffe2/metadata.xml index 703eedf5322a..3ff3efc01e07 100644 --- a/sci-libs/caffe2/metadata.xml +++ b/sci-libs/caffe2/metadata.xml @@ -17,7 +17,6 @@ <flag name="gloo">Use sci-libs/gloo</flag> <flag name="nnpack">Use NNPACK</flag> <flag name="numpy">Add support for math operations through numpy</flag> - <flag name="opencl">Use OpenCL</flag> <flag name="opencv">Add support for image processing operators</flag> <flag name="openmp">Use OpenMP for parallel code</flag> <flag name="qnnpack">Use QNNPACK</flag> diff --git a/sci-libs/clblast/metadata.xml b/sci-libs/clblast/metadata.xml index 8525f0a2541e..a6b955fc76b2 100644 --- a/sci-libs/clblast/metadata.xml +++ b/sci-libs/clblast/metadata.xml @@ -21,9 +21,6 @@ <flag name="cuda"> Build with support for cuda instead of opencl (beta!) </flag> - <flag name="opencl"> - Build with support for opencl - </flag> </use> <upstream> <remote-id type="github">CNugteren/CLBlast</remote-id> diff --git a/sci-libs/gdal/metadata.xml b/sci-libs/gdal/metadata.xml index 6f7f7f1ec90e..4178226d550c 100644 --- a/sci-libs/gdal/metadata.xml +++ b/sci-libs/gdal/metadata.xml @@ -19,7 +19,6 @@ <flag name="geos">Add support for geometry engine (<pkg>sci-libs/geos</pkg>)</flag> <flag name="gml">Enable support for <pkg>dev-libs/xerces-c</pkg> C++ API</flag> <flag name="ogdi">Enable support for the open geographic datastore interface (<pkg>sci-libs/ogdi</pkg>)</flag> - <flag name="opencl">Enable OpenCL support</flag> <flag name="spatialite">Enable Spatial DBMS over sqlite <pkg>dev-db/spatialite</pkg></flag> <flag name="xls">Add the <pkg>dev-libs/freexl</pkg> library for xls import support</flag> </use> diff --git a/sci-libs/libgeodecomp/metadata.xml b/sci-libs/libgeodecomp/metadata.xml index 5f7c388f3620..9fd685a67dbd 100644 --- a/sci-libs/libgeodecomp/metadata.xml +++ b/sci-libs/libgeodecomp/metadata.xml @@ -23,9 +23,6 @@ <flag name="cuda"> Enables plugins for NVIDIA GPUs </flag> - <flag name="opencl"> - Enables OpenCL backend - </flag> <flag name="opencv"> Enables OpenCV related code </flag> diff --git a/sci-libs/linbox/metadata.xml b/sci-libs/linbox/metadata.xml index b935b656e7df..db695272dc66 100644 --- a/sci-libs/linbox/metadata.xml +++ b/sci-libs/linbox/metadata.xml @@ -18,12 +18,6 @@ <name>Proxy Maintainers</name> </maintainer> - <use> - <flag name="opencl"> - Enable the use of OpenCL in LinBox - </flag> - </use> - <longdescription lang="en"> LinBox is a C++ template library for exact, high-performance linear algebra computation with dense, sparse, and structured diff --git a/sci-libs/opencascade/metadata.xml b/sci-libs/opencascade/metadata.xml index d1b713a48a87..02f3428e32ca 100644 --- a/sci-libs/opencascade/metadata.xml +++ b/sci-libs/opencascade/metadata.xml @@ -17,9 +17,6 @@ <flag name="freeimage"> Enable support for image i/o via <pkg>media-libs/freeimage</pkg> </flag> - <flag name="gles2"> - Use OpenGL ES 2.0 - </flag> <flag name="json"> Enable JSON support through <pkg>dev-libs/rapidjson</pkg> </flag> diff --git a/sci-libs/pastix/pastix-5.2.3.ebuild b/sci-libs/pastix/pastix-5.2.3.ebuild index aa9fc3ed7097..4b0bafedefaf 100644 --- a/sci-libs/pastix/pastix-5.2.3.ebuild +++ b/sci-libs/pastix/pastix-5.2.3.ebuild @@ -22,7 +22,7 @@ S="${WORKDIR}/${PN}_${PV}/src" LICENSE="CeCILL-C" SLOT="0" -KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="doc int64 mpi +smp starpu static-libs" RDEPEND=" diff --git a/sci-misc/Manifest.gz b/sci-misc/Manifest.gz index 1a3a0d063349..10d97a3f3014 100644 Binary files a/sci-misc/Manifest.gz and b/sci-misc/Manifest.gz differ diff --git a/sci-misc/boinc/metadata.xml b/sci-misc/boinc/metadata.xml index 297bc5864a8d..6dbc0bf0ab56 100644 --- a/sci-misc/boinc/metadata.xml +++ b/sci-misc/boinc/metadata.xml @@ -23,7 +23,6 @@ NOTE: works only for subset of nvidia graphic cards so make sure your card is supported before opening a bug about it. </flag> - <flag name="opencl">Use OpenCL to enable computations using your GPU.</flag> </use> <upstream> <remote-id type="github">BOINC/boinc</remote-id> diff --git a/sci-physics/Manifest.gz b/sci-physics/Manifest.gz index a577ab57cdf4..38e86dd0f9ac 100644 Binary files a/sci-physics/Manifest.gz and b/sci-physics/Manifest.gz differ diff --git a/sci-physics/lammps/Manifest b/sci-physics/lammps/Manifest index 4eb7af332440..4ef469752759 100644 --- a/sci-physics/lammps/Manifest +++ b/sci-physics/lammps/Manifest @@ -1,3 +1,4 @@ DIST lammps-17Feb2022.tar.gz 170036241 BLAKE2B 74d370657bff17847dce0bbe082134721722574b298832ea37d319968123b12d37ecdfea5560b2776e846c32d05a98f722710327d8da46f80869f75a36f6c255 SHA512 f2df65847906ca5890aae98efed5712eb6dd694f2b85dc062084a02b9bf43412ecd075f54df2947bff71d3b6313c1ec39c437e02497920da795e9ba0cd5dc068 DIST lammps-23Jun2022.tar.gz 181439760 BLAKE2B b8012417257527820a4f37dbd300d3f949e3768fc7ae669c49bc7ea0cdc30b28512cb3ee25d375394184bbf1371763da6c3556b2d600f060b754816c589197bf SHA512 e882cb8a83a90b17471cd5c79b2b724378a28642b82511c695a36c0d9a0feb63681b29171c5bfb0bcb218ea3a1a5e4f00fdb8e6ce5f0fc8aed1fa83680cd3a34 DIST lammps-28Mar2023.tar.gz 187946133 BLAKE2B 87f8ffaefd9a5b4cb7a286157d6c7808d899bf738b42a1e82af257fdafa2cf6ed2ce216d0534fb762882130efea9a5f2566ca5282fb7ef95f028d2839be59eaa SHA512 2999d8311ff83612a0da82e2453e8b25dcb2af56005382725b6fd5ed9e7f61e9ae506d04cc3c587ce75f1e2346e7f2ec05eada6351dad7abee1bc25161851682 +DIST lammps-2Aug2023.tar.gz 193279161 BLAKE2B 15816514984a307055e6f42ca741b14a9cabe8839ce266086e9a286bf89a868b2d795846a0a191549013f8f2c403a590ec1231633bf4e161f82d3d83d9fa700e SHA512 5e915f61d29f73de9edca05f371a6ca4449564ab48dfb64c212a417a2200b1738e7f44145db44d794bb480116e8f57c658612d54a3c9f759eb9947d3de5d4c35 diff --git a/sci-physics/lammps/lammps-20230802.ebuild b/sci-physics/lammps/lammps-20230802.ebuild new file mode 100644 index 000000000000..3260e0e6fe10 --- /dev/null +++ b/sci-physics/lammps/lammps-20230802.ebuild @@ -0,0 +1,166 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..12} ) +DISTUTILS_OPTIONAL=1 +DISTUTILS_USE_PEP517=setuptools +CMAKE_MAKEFILE_GENERATOR=emake +# Doc building insists on fetching mathjax +# DOCS_BUILDER="doxygen" +# DOCS_DEPEND=" +# media-gfx/graphviz +# dev-libs/mathjax +# " + +inherit cmake fortran-2 distutils-r1 # docs + +convert_month() { + local months=( "" Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec ) + echo ${months[${1#0}]} +} + +MY_PV="$((10#${PV:6:2}))$(convert_month ${PV:4:2})${PV:0:4}" +MY_P="${PN}-${MY_PV}" + +DESCRIPTION="Large-scale Atomic/Molecular Massively Parallel Simulator" +HOMEPAGE="https://lammps.sandia.gov/" +SRC_URI="https://download.lammps.org/tars/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}/cmake" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~x86" +IUSE="cuda examples gzip hip lammps-memalign mpi opencl python test" +# Requires write access to /dev/dri/renderD... +RESTRICT="test" + +RDEPEND=" + app-arch/gzip + media-libs/libpng:0 + sys-libs/zlib + mpi? ( + virtual/mpi + sci-libs/hdf5:=[mpi] + ) + python? ( ${PYTHON_DEPS} ) + sci-libs/voro++ + virtual/blas + virtual/lapack + sci-libs/fftw:3.0= + sci-libs/netcdf:= + cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1:= ) + opencl? ( virtual/opencl ) + hip? ( dev-util/hip:= ) + dev-cpp/eigen:3 + " + # Kokkos-3.5 not in tree atm + # kokkos? ( dev-cpp/kokkos-3.5.* ) +BDEPEND="${DISTUTILS_DEPS}" +DEPEND="${RDEPEND} + test? ( + dev-cpp/gtest + ) +" + +REQUIRED_USE=" + python? ( ${PYTHON_REQUIRED_USE} ) + ?? ( cuda opencl hip ) +" + +src_prepare() { + cmake_src_prepare + if use python; then + pushd ../python || die + distutils-r1_src_prepare + popd + fi +} + +src_configure() { + local mycmakeargs=( + -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc" + -DBUILD_SHARED_LIBS=ON + -DBUILD_MPI=$(usex mpi) + -DBUILD_DOC=OFF + #-DBUILD_DOC=$(usex doc) + -DENABLE_TESTING=$(usex test) + -DPKG_ASPHERE=ON + -DPKG_BODY=ON + -DPKG_CLASS2=ON + -DPKG_COLLOID=ON + -DPKG_COMPRESS=ON + -DPKG_CORESHELL=ON + -DPKG_DIPOLE=ON + -DPKG_GRANULAR=ON + -DPKG_KSPACE=ON + -DFFT=FFTW3 + -DPKG_KOKKOS=OFF + #-DPKG_KOKKOS=$(usex kokkos) + #$(use kokkos && echo -DEXTERNAL_KOKKOS=ON) + -DPKG_MANYBODY=ON + -DPKG_MC=ON + -DPKG_MEAM=ON + -DPKG_MISC=ON + -DPKG_MOLECULE=ON + -DPKG_PERI=ON + -DPKG_QEQ=ON + -DPKG_REPLICA=ON + -DPKG_RIGID=ON + -DPKG_SHOCK=ON + -DPKG_SRD=ON + -DPKG_PYTHON=$(usex python) + -DPKG_MPIIO=$(usex mpi) + -DPKG_VORONOI=ON + ) + if use cuda || use opencl || use hip; then + mycmakeargs+=( -DPKG_GPU=ON ) + use cuda && mycmakeargs+=( -DGPU_API=cuda ) + use opencl && mycmakeargs+=( -DGPU_API=opencl -DUSE_STATIC_OPENCL_LOADER=OFF ) + use hip && mycmakeargs+=( -DGPU_API=hip ) + else + mycmakeargs+=( -DPKG_GPU=OFF ) + fi + cmake_src_configure + if use python; then + pushd ../python || die + distutils-r1_src_configure + popd + fi +} + +src_compile() { + cmake_src_compile + if use python; then + pushd ../python || die + distutils-r1_src_compile + popd + fi +} + +src_test() { + cmake_src_test + if use python; then + pushd ../python || die + distutils-r1_src_test + popd + fi +} + +src_install() { + cmake_src_install + if use python; then + pushd ../python || die + distutils-r1_src_install + popd + fi + + if use examples; then + for d in examples bench; do + local LAMMPS_EXAMPLES="/usr/share/${PN}/${d}" + insinto "${LAMMPS_EXAMPLES}" + doins -r "${S}"/../${d}/* + done + fi +} diff --git a/sci-physics/lammps/metadata.xml b/sci-physics/lammps/metadata.xml index 8ac470d0f10e..883da3c4fd38 100644 --- a/sci-physics/lammps/metadata.xml +++ b/sci-physics/lammps/metadata.xml @@ -20,7 +20,6 @@ call instead of malloc() when large chunks or memory are allocated by LAMMPS. Aliengnment is on 16 byte boundaries.</flag> <flag name="cuda">Enable cuda gpu computing support</flag> - <flag name="opencl">Enable opencl gpu computing support</flag> <flag name="hip">Enable hip gpu computing support</flag> <!--<flag name="kokkos">Enable kokkos non-bonded kernels</flag>--> </use> diff --git a/sys-apps/Manifest.gz b/sys-apps/Manifest.gz index 539e71e38baa..80e0aac21b6a 100644 Binary files a/sys-apps/Manifest.gz and b/sys-apps/Manifest.gz differ diff --git a/sys-apps/cpu-x/metadata.xml b/sys-apps/cpu-x/metadata.xml index be70d1b101d7..cad187ec83f8 100644 --- a/sys-apps/cpu-x/metadata.xml +++ b/sys-apps/cpu-x/metadata.xml @@ -23,14 +23,12 @@ <flag name="cpu">Use the <pkg>dev-libs/libcpuid</pkg> library for CPU info</flag> <flag name="force-libstatgrab">Use <pkg>sys-libs/libstatgrab</pkg> to instead of <pkg>sys-process/procps</pkg></flag> <flag name="gpu">Use the <pkg>media-libs/glfw</pkg> library for GPU info</flag> - <flag name="opencl">Use the <pkg>virtual/opencl</pkg> library</flag> <flag name="pci">Use the <pkg>sys-apps/pciutils</pkg> library for PCI info</flag> </use> <use lang="fr"> <flag name="cpu">Utiliser la bibliothèque <pkg>dev-libs/libcpuid</pkg> pour les informations liées au C.P.U.</flag> <flag name="force-libstatgrab">Utiliser <pkg>sys-libs/libstatgrab</pkg> à la place de <pkg>sys-process/procps</pkg></flag> <flag name="gpu">Utiliser la bibliothèque <pkg>media-libs/glfw</pkg> pour les informations liées au G.P.U.</flag> - <flag name="opencl">Utiliser la bibliothèque <pkg>virtual/opencl</pkg></flag> <flag name="pci">Utiliser la bibliothèque <pkg>sys-apps/pciutils</pkg> pour les informations liées aux bus P.C.I.</flag> </use> <upstream> diff --git a/sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild b/sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild index 9eb2606f295e..9d333493c1f3 100644 --- a/sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild +++ b/sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://git.linuxtv.org/edid-decode.git/" SRC_URI="https://dev.gentoo.org/~conikost/distfiles/${P}.tar.gz" S="${WORKDIR}/${MY_P}" -KEYWORDS="amd64 ~arm64 ~riscv x86" +KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86" LICENSE="MIT" SLOT="0" IUSE="examples" diff --git a/sys-apps/kmscon/metadata.xml b/sys-apps/kmscon/metadata.xml index d8ac2ad0874a..90a75c590c8e 100644 --- a/sys-apps/kmscon/metadata.xml +++ b/sys-apps/kmscon/metadata.xml @@ -8,7 +8,6 @@ <use> <flag name="drm">Enable Linux DRM for backend</flag> <flag name="fbdev">Enable Linux FBDev for backend</flag> - <flag name="gles2">Enable GLES2 for backend</flag> <flag name="pango">Enable pango font rendering</flag> <flag name="pixman">Enable pixman font rendering</flag> <flag name="systemd">Enable multiseat support via systemd</flag> diff --git a/sys-apps/rng-tools/files/rng-tools-6.16-c99.patch b/sys-apps/rng-tools/files/rng-tools-6.16-c99.patch new file mode 100644 index 000000000000..dad35eeed1ff --- /dev/null +++ b/sys-apps/rng-tools/files/rng-tools-6.16-c99.patch @@ -0,0 +1,22 @@ +https://bugs.gentoo.org/919399 +https://github.com/nhorman/rng-tools/pull/205 + +From 593e326815ba7ee820ee2f0a3c45279282f07c34 Mon Sep 17 00:00:00 2001 +From: Florian Weimer <fweimer@redhat.com> +Date: Tue, 19 Dec 2023 10:32:11 +0100 +Subject: [PATCH] configure: Fix m4 quoting issue in libargp probe + +Without the surrounding [], m4 drops the inner [], treating, argv[] as +argv. This results in an incorrect argument type for argp_parse, +causing the probe to fail with future compilers due to type error. +--- a/configure.ac ++++ b/configure.ac +@@ -196,7 +196,7 @@ AS_IF( + AC_LINK_IFELSE( + [AC_LANG_PROGRAM( + [#include <argp.h>], +- [int argc=1; char *argv[]={"test"}; argp_parse(0,argc,argv,0,0,0); return 0;] ++ [[int argc=1; char *argv[]={"test"}; argp_parse(0,argc,argv,0,0,0); return 0;]] + )], + [need_libargp=no], + [need_libargp=yes diff --git a/sys-apps/rng-tools/rng-tools-6.16-r1.ebuild b/sys-apps/rng-tools/rng-tools-6.16-r1.ebuild new file mode 100644 index 000000000000..3dd714dfc810 --- /dev/null +++ b/sys-apps/rng-tools/rng-tools-6.16-r1.ebuild @@ -0,0 +1,90 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools readme.gentoo-r1 systemd + +DESCRIPTION="Daemon to use hardware random number generators" +HOMEPAGE="https://github.com/nhorman/rng-tools" +SRC_URI="https://github.com/nhorman/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="jitterentropy nistbeacon pkcs11 qrypt rtlsdr selinux test" +REQUIRED_USE="test? ( jitterentropy )" +RESTRICT="!test? ( test )" + +DEPEND=" + dev-libs/openssl:= + sys-libs/libcap + jitterentropy? ( app-crypt/jitterentropy:= ) + nistbeacon? ( + dev-libs/jansson:= + dev-libs/libxml2:2= + net-misc/curl[ssl] + ) + pkcs11? ( dev-libs/libp11:= ) + qrypt? ( + dev-libs/jansson:= + net-misc/curl[ssl] + ) + rtlsdr? ( net-wireless/rtl-sdr ) + elibc_musl? ( sys-libs/argp-standalone ) +" +RDEPEND=" + ${DEPEND} + selinux? ( sec-policy/selinux-rngd ) +" +BDEPEND="virtual/pkgconfig" + +PATCHES=( + "${FILESDIR}"/${PN}-6.16-c99.patch +) + +src_prepare() { + sed -i "s/sleep 30/sleep 120/g" tests/rngtestjitter.sh || die + default + + eautoreconf +} + +src_configure() { + local myeconfargs=( + $(use_enable jitterentropy) + $(use_with nistbeacon) + $(use_with pkcs11) + $(use_with rtlsdr) + $(use_with qrypt) + ) + + econf "${myeconfargs[@]}" +} + +src_test() { + RNGD_JITTER_TIMEOUT=90 default +} + +src_install() { + default + + newinitd "${FILESDIR}"/rngd-initd-6.11 rngd + newconfd "${FILESDIR}"/rngd-confd-6.11 rngd + systemd_dounit rngd.service + + if use pkcs11; then + local DISABLE_AUTOFORMATTING=1 + local DOC_CONTENTS=" +The PKCS11 entropy source may require extra packages (e.g. 'dev-libs/opensc') +to support various smartcard readers. Make sure 'PKCS11_OPTIONS' in: + '${EPREFIX}/etc/conf.d/rngd' +reflects the correct PKCS11 engine path to be used by rngd. +" + readme.gentoo_create_doc + fi +} + +pkg_postinst() { + use pkcs11 && readme.gentoo_print_elog +} diff --git a/sys-auth/Manifest.gz b/sys-auth/Manifest.gz index 8f7f5129fa35..2ebec1617d67 100644 Binary files a/sys-auth/Manifest.gz and b/sys-auth/Manifest.gz differ diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r3.ebuild b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r3.ebuild index 002896040d73..df2aa6b4554c 100644 --- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r3.ebuild +++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://arthurdejong.org/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~sparc x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc64 ~sparc x86" IUSE="debug kerberos +pam pynslcd sasl selinux test +utils" REQUIRED_USE=" utils? ( ${PYTHON_REQUIRED_USE} ) diff --git a/sys-cluster/Manifest.gz b/sys-cluster/Manifest.gz index 75f33be4a875..9a29ffb23dbf 100644 Binary files a/sys-cluster/Manifest.gz and b/sys-cluster/Manifest.gz differ diff --git a/sys-cluster/openmpi/Manifest b/sys-cluster/openmpi/Manifest index e6f7a3362c37..aad192529f00 100644 --- a/sys-cluster/openmpi/Manifest +++ b/sys-cluster/openmpi/Manifest @@ -1,2 +1,3 @@ DIST openmpi-4.1.4.tar.bz2 10042839 BLAKE2B b020e3530ae5dde7b144e7c33b1a3f26f622526a4b48a97a0956fc6f49bbf9dfd5be9ebeeaf3bdc5168a307507408ba5dd8e2a537148821e1d476678177dc5d6 SHA512 c70a92c9b16b8c76a871183f9b180d60861186e64140da897d206d53bc06213f31ea93b31734645f580f4bf28dda5605d85dbce2417e4596955384d961bed653 DIST openmpi-4.1.5.tar.bz2 10045426 BLAKE2B 135a8373ed6173b7a94def18e3b964c6b6050c909382e0dbb1898a6d261ae428931358121ef6d325d303f4f510017a94970f7c66b280a5fc460365821f36dece SHA512 7a2188684ed7542fe42e1717ae72cb859b4f3d6f722c9d3ba04bfed6c2178b3e7da3a536629d312c23571fed4d9b2ca5e20e85898ae5144e9332bd898e6e1cc6 +DIST openmpi-4.1.6.tar.bz2 10017002 BLAKE2B 4f119e1ed9b8787f0f860295ab1721fe2fd5300b8e182230a9eba3a864680b02bbd30618cc6d798a693a121626fc0ad5f447144d9ba91becb734f1a530d7a23a SHA512 0ef3240f9c436fb19b67e836cac376eafeb7825d12de3387dad04329dee9f182799d17d785ea23eba763810f479015bb5230593c28950b616b2f0aa1c0a81e71 diff --git a/sys-cluster/openmpi/openmpi-4.1.6.ebuild b/sys-cluster/openmpi/openmpi-4.1.6.ebuild new file mode 100644 index 000000000000..6f827b726524 --- /dev/null +++ b/sys-cluster/openmpi/openmpi-4.1.6.ebuild @@ -0,0 +1,166 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +FORTRAN_NEEDED=fortran +inherit cuda fortran-2 multilib-minimal + +MY_P=${P/-mpi} + +IUSE_OPENMPI_FABRICS=" + openmpi_fabrics_ofed + openmpi_fabrics_knem" + +IUSE_OPENMPI_RM=" + openmpi_rm_pbs + openmpi_rm_slurm" + +IUSE_OPENMPI_OFED_FEATURES=" + openmpi_ofed_features_control-hdr-padding + openmpi_ofed_features_udcm + openmpi_ofed_features_rdmacm + openmpi_ofed_features_dynamic-sl" + +DESCRIPTION="A high-performance message passing library (MPI)" +HOMEPAGE="https://www.open-mpi.org" +SRC_URI="https://www.open-mpi.org/software/ompi/v$(ver_cut 1-2)/downloads/${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_P}" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux" +IUSE="cma cuda cxx fortran ipv6 libompitrace peruse romio valgrind + ${IUSE_OPENMPI_FABRICS} ${IUSE_OPENMPI_RM} ${IUSE_OPENMPI_OFED_FEATURES}" + +REQUIRED_USE=" + openmpi_rm_slurm? ( !openmpi_rm_pbs ) + openmpi_rm_pbs? ( !openmpi_rm_slurm ) + openmpi_ofed_features_control-hdr-padding? ( openmpi_fabrics_ofed ) + openmpi_ofed_features_udcm? ( openmpi_fabrics_ofed ) + openmpi_ofed_features_rdmacm? ( openmpi_fabrics_ofed ) + openmpi_ofed_features_dynamic-sl? ( openmpi_fabrics_ofed )" + +RDEPEND=" + !sys-cluster/mpich + !sys-cluster/mpich2 + !sys-cluster/nullmpi + >=dev-libs/libevent-2.0.22:=[${MULTILIB_USEDEP},threads(+)] + dev-libs/libltdl:0[${MULTILIB_USEDEP}] + >=sys-apps/hwloc-2.0.2:=[${MULTILIB_USEDEP}] + >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] + cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= ) + openmpi_fabrics_ofed? ( sys-cluster/rdma-core ) + openmpi_fabrics_knem? ( sys-cluster/knem ) + openmpi_rm_pbs? ( sys-cluster/torque ) + openmpi_rm_slurm? ( sys-cluster/slurm ) + openmpi_ofed_features_rdmacm? ( sys-cluster/rdma-core )" +DEPEND="${RDEPEND} + valgrind? ( dev-util/valgrind )" + +MULTILIB_WRAPPED_HEADERS=( + /usr/include/mpi.h + /usr/include/openmpi/mpiext/mpiext_cuda_c.h +) + +pkg_setup() { + fortran-2_pkg_setup + + elog + elog "OpenMPI has an overwhelming count of configuration options." + elog "Don't forget the EXTRA_ECONF environment variable can let you" + elog "specify configure options if you find them necessary." + elog +} + +src_prepare() { + default + + # Avoid test which ends up looking at system mounts + echo "int main() { return 0; }" > test/util/opal_path_nfs.c || die + + # Necessary for scalibility, see + # http://www.open-mpi.org/community/lists/users/2008/09/6514.php + echo 'oob_tcp_listen_mode = listen_thread' \ + >> opal/etc/openmpi-mca-params.conf || die +} + +multilib_src_configure() { + local myconf=( + --disable-mpi-java + # configure takes a looooong time, but upstream currently force + # constriants on caching: + # https://github.com/open-mpi/ompi/blob/9eec56222a5c98d13790c9ee74877f1562ac27e8/config/opal_config_subdir.m4#L118 + # so no --cache-dir for now. + --enable-mpi-fortran=$(usex fortran all no) + --enable-orterun-prefix-by-default + --enable-pretty-print-stacktrace + + --sysconfdir="${EPREFIX}/etc/${PN}" + + --with-hwloc="${EPREFIX}/usr" + --with-hwloc-libdir="${EPREFIX}/usr/$(get_libdir)" + --with-libltdl="${EPREFIX}/usr" + --with-libevent="${EPREFIX}/usr" + --with-libevent-libdir="${EPREFIX}/usr/$(get_libdir)" + + # Re-enable for 5.0! + # See https://github.com/open-mpi/ompi/issues/9697#issuecomment-1003746357 + # and https://bugs.gentoo.org/828123#c14 + --disable-heterogeneous + + $(use_enable cxx mpi-cxx) + $(use_enable ipv6) + $(use_enable libompitrace) + $(use_enable peruse) + $(use_enable romio io-romio) + + $(use_with cma) + + $(multilib_native_use_enable openmpi_ofed_features_control-hdr-padding openib-control-hdr-padding) + $(multilib_native_use_enable openmpi_ofed_features_rdmacm openib-rdmacm) + $(multilib_native_use_enable openmpi_ofed_features_udcm openib-udcm) + $(multilib_native_use_enable openmpi_ofed_features_dynamic-sl openib-dynamic-sl) + + $(multilib_native_use_with cuda cuda "${EPREFIX}"/opt/cuda) + $(multilib_native_use_with valgrind) + $(multilib_native_use_with openmpi_fabrics_ofed verbs "${EPREFIX}"/usr) + $(multilib_native_use_with openmpi_fabrics_knem knem "${EPREFIX}"/usr) + $(multilib_native_use_with openmpi_rm_pbs tm) + $(multilib_native_use_with openmpi_rm_slurm slurm) + ) + + CONFIG_SHELL="${BROOT}"/bin/bash ECONF_SOURCE="${S}" econf "${myconf[@]}" +} + +multilib_src_compile() { + emake V=1 +} + +multilib_src_install() { + default + + # fortran header cannot be wrapped (bug #540508), workaround part 1 + if multilib_is_native_abi && use fortran; then + mkdir "${T}"/fortran || die + mv "${ED}"/usr/include/mpif* "${T}"/fortran || die + else + # some fortran files get installed unconditionally + rm \ + "${ED}"/usr/include/mpif* \ + "${ED}"/usr/bin/mpif* \ + || die + fi +} + +multilib_src_install_all() { + # fortran header cannot be wrapped (bug #540508), workaround part 2 + if use fortran; then + mv "${T}"/fortran/mpif* "${ED}"/usr/include || die + fi + + # Remove la files, no static libs are installed and we have pkg-config + find "${ED}" -name '*.la' -delete || die + + einstalldocs +} diff --git a/sys-fs/Manifest.gz b/sys-fs/Manifest.gz index c5e7321caa71..2f34ee424e5c 100644 Binary files a/sys-fs/Manifest.gz and b/sys-fs/Manifest.gz differ diff --git a/sys-fs/genfstab/genfstab-28-r1.ebuild b/sys-fs/genfstab/genfstab-28-r1.ebuild index 87ef78ce27de..953fcfbe2b43 100644 --- a/sys-fs/genfstab/genfstab-28-r1.ebuild +++ b/sys-fs/genfstab/genfstab-28-r1.ebuild @@ -20,6 +20,7 @@ RESTRICT="!test? ( test )" BDEPEND=" app-alternatives/awk app-text/asciidoc + sys-devel/m4 " src_test() { diff --git a/sys-kernel/Manifest.gz b/sys-kernel/Manifest.gz index 78510d4f12d2..56bde28f2646 100644 Binary files a/sys-kernel/Manifest.gz and b/sys-kernel/Manifest.gz differ diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-6.6.7.ebuild b/sys-kernel/gentoo-kernel/gentoo-kernel-6.6.7.ebuild index 3c8a911d7bbe..c69fb1a27ee8 100644 --- a/sys-kernel/gentoo-kernel/gentoo-kernel-6.6.7.ebuild +++ b/sys-kernel/gentoo-kernel/gentoo-kernel-6.6.7.ebuild @@ -44,7 +44,7 @@ SRC_URI+=" S=${WORKDIR}/${MY_P} LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="debug hardened" REQUIRED_USE=" arm? ( savedconfig ) @@ -93,6 +93,9 @@ src_prepare() { hppa) return ;; + loong) + return + ;; ppc) # assume powermac/powerbook defconfig # we still package.use.force savedconfig diff --git a/sys-kernel/linux-firmware/linux-firmware-20231211.ebuild b/sys-kernel/linux-firmware/linux-firmware-20231211.ebuild index 03823ff02c06..49a53a67590e 100644 --- a/sys-kernel/linux-firmware/linux-firmware-20231211.ebuild +++ b/sys-kernel/linux-firmware/linux-firmware-20231211.ebuild @@ -19,7 +19,7 @@ else SRC_URI="https://mirrors.edge.kernel.org/pub/linux/kernel/firmware/${P}.tar.xz" fi - KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~m68k ~mips ppc ~riscv ~s390 sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~m68k ~mips ppc ~riscv ~s390 sparc x86" fi DESCRIPTION="Linux firmware files" diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest index dcbf45d849f7..16aeafabfa61 100644 --- a/sys-kernel/rt-sources/Manifest +++ b/sys-kernel/rt-sources/Manifest @@ -18,17 +18,17 @@ DIST linux-6.1.tar.xz 134728520 BLAKE2B ae60257860b2bd1bd708d183f0443afc60ebbd2b DIST linux-6.5.tar.xz 138898084 BLAKE2B 2e641b79a080e8f4ce283bcf6b74e2c6f15a374367f1c4c875c663868dbe801317340824fb3adb46b3a51d3b7e1f67cc4e8144d367621ec43ffba5c4eb8abb39 SHA512 1b59dc5e65d4922c3217a8c8f19022dfd6595ae89747861d825bfeb51a4ae6c85449d05db69635a712bef7b355b80318195665582d8933b1fed6ba582f6ff257 DIST patch-4.14.330-rt157.patch.xz 243516 BLAKE2B cfcad917df78508ac07afd3a74b76e4dbef377309952700cf3b644a401f216b87b931103262f40fce10235d1496279346c812bbaa6f76142562b2e9fedfea843 SHA512 891a40d903794574800b09d7ddaaad7b598ae94df44eb6770dad279c07ec40ef57b496ce5cdd6591803df7dc0b73eceee087e943b85b3da9042dc86c1a17c3bd DIST patch-4.14.330.xz 5325252 BLAKE2B 643d91bfbe9c8dcb37302d54aef2833bb7ca3bc85a4aebe9c92cafe2236646ce450133d6bc9c3bb46988a8f6670840121ded9fc1eaa74f1168c2ada67cf9e740 SHA512 9d44e76eec2885a86a8e19e109cb682e862af1bd4016cb6bd9b971616df2c157d57c74f0a32655ed4a043ec02d86023253756a8b6f967eb86ac98b43628ead00 -DIST patch-4.19.295-rt129.patch.xz 168004 BLAKE2B edb647168edee37ca2f3e626263eff14ddf2d6a5900f88950934468df2f374ee32ba39fd0dd068ab1f1841409ea4dcd514ab0fa976e6086a9a5fc439097e8dfc SHA512 c23b5792439f054bf82696d045ae060b8f6d456e670b891516b434cfae0f2844ffe2167f439af127d233bd2d7f1b7a8b1466c0b3ea31dcd080733b896789bd5d -DIST patch-4.19.295.xz 5677904 BLAKE2B 971f8331b84c388bb26c6e29997efe10f9b0f7024a586135813730fc19353f1de919f73021079a05c754570bc56faae0d55b3d826ccc3a937a3888df234ac8a1 SHA512 a65488caef2fd6c6d7da802ca73c8e3c461bba89bb70128be345fddd78240708cb30ded10a139dc99afaf30a0475c4efe3a3bfedb1cda439ef3d01d5fa6ce60b +DIST patch-4.19.299-rt130.patch.xz 168168 BLAKE2B c636c46c4f2c97df7d2831c64c909d27a5a90b544e90f8ed8cc51e7639d66f797753dbf5e9f51ae2852b5b77482e681f9c64a68fba49669ffcf4525129aa3f8c SHA512 999c378534dfb1789e8f0783c851f409d967ffb872b7d778e217ad5cc4bf5c6a6a90f950fc725c11b4c0ecc922b1fddcd787e73f219084cee4d64687797ed121 +DIST patch-4.19.299.xz 5778080 BLAKE2B 66d0283c1fc610922a1dc712443d9c42b6d59d6447db052a5c2da3b265dc1bb145fa7869ee83f7085c0618aea4b5e9bbde923a7593fca818781fa99005aec748 SHA512 b68adb143be208c5c9c5349bf42b9e8c1de087846cfed32e18c6dedd5ff542aa0cd1cab20ebcb8ae9978347685c9658e86d0e0e1a0132f1c668b8344fab0aaac DIST patch-5.10.201-rt98.patch.xz 171476 BLAKE2B 91a8b8a49b882239b8ffe983b05cbe977ee9007054c2dea61d63ff7d638b7a5fef9cdd9afa22d21e6758d6c4a33249b2efb50c300f606ea249724ec3444da083 SHA512 3ddd66921728b7c41b87261c035621e2619e90abc4e0bb828a2d307826d06da6a7c04b418b2213b2d43d4d9fa469183bb90a6e9c44aa7f1c7fb4210b0cbff89c DIST patch-5.10.201.xz 5339644 BLAKE2B 613b694d4e3b0d2bdec702ab2649618ece8ef023492f8b95e78e4297f49c9d2fa555f72eecca0e8e0c3ecd820cd02e040d07d54e62e492277aac6d983d5b0124 SHA512 753ba6764b2277050417126fc7e42fa31de47c7b764acd4ef510bf19b7d3a24f4792a0f9af424a30c604179d6d7894c148d20e28e615af0b9d2a7ab775f231ce -DIST patch-5.15.137-rt71.patch.xz 81664 BLAKE2B 97052475d199c33fe2d2b9f726f980281d39e282d9168e0ebff059a46ef2c1be726943d7d19cd21502ed83ec06c5a5322c2610480ca26e80e2ddac3094f0c312 SHA512 c94e1c839adefc6c8b1a3c79f7f56f9039473597e066e15e34513330b32ba21bdb41c1342dc7181b586a1c0cf303ca67b6de4ae0099dff99dff7e58b6decefea -DIST patch-5.15.137.xz 4894124 BLAKE2B aa28ed0cbc43b09b62a2041f4536f8a75743a216fb55cefa080361f9696dd71d3a51ad0f265c2aa5fb90fc88f774170f7d3234bfb07692b64d8d506600616a6b SHA512 f83c979bf755c5e249c169ae0703e7778ae57eec3aa9d570ec69dd66d7c709ce08043dfdf159475ef8b761a31b8b5945db02c963bebc775d8a3abb5332fb8228 +DIST patch-5.15.141-rt72.patch.xz 81700 BLAKE2B d8faf9056ca1a48fe04e45d359e75f8fbad2797b42d3e8c34b7e26bac048e3a18aed2f2c468225fe540948093b5f289b2d451e1952f68b2af81d08caaaa630fb SHA512 9badaf60e7720015f86616e822512021cd620b5adf6886b8ac91d5706190978e6dfc67bf6a446dbda46832718dbfc2a77bf6741ade5c6bc5b2e9028e31fedcc4 +DIST patch-5.15.141.xz 5021576 BLAKE2B eedc027e00ff35e6095ea2edab62db7f00be8dfc259e66c9c3c80b889e69c161f20a80efa0ebd24955731705144e826c1c252f5acac957228739b86a9d6ac0f3 SHA512 400d0b30d5d69972a00b7133f1390d2708d8dba43bfd4c01474c251a543c74a30febd47184d8873d3458427fe462eaa0301d5b1aeb9435a995a0138c0225f1fc DIST patch-5.4.257-rt87.patch.xz 183028 BLAKE2B e4bb488bccf0f696f2354ada91b6ab330af6268a405ed2100727355aaf302cb47ab558fc4721e033a9aaad6a30851a1c89b502736e27e7754872aaed2a6a7c01 SHA512 f7c642cff9c210612683cab785db4e6b4296476336041c00393948a5f65930c39d02f54d5be22338f0adc5493d482efb456407ec16559b44e51f558220ef17b9 DIST patch-5.4.257.xz 5149824 BLAKE2B 7b81b40f555368914bc05640639d6d3a4dd4c396ad296dcde66c9be235822b80d08cbe9205c892fb383bf57bbeac5715102999b86459c223f462d4e96a625259 SHA512 afeeee2478e91424a304e468e5a5fa1c493d9c3a2d007a9c315e0f5ffe346991d6dddce1c354312764959b272c910cf164999892163ab47a87c3ecfde72ad1ab DIST patch-6.0.5-rt14.patch.xz 59916 BLAKE2B be06477b7733cb280bbb8ab1cc2b4c611d5b133d97e2459877a8aac0c82a6fa74cba7a7640b49ba6dd9d0abd61a9f9682affb032a8b9f0097874fff35fea9b71 SHA512 3e36e45f16499ddbd7029723363ff4cf6e7cd9503ba49f9ce0dbb960b34855c8411abccd32838f9f162412b4a1749f676432e463fce8066496f256313c99d79e DIST patch-6.0.5.xz 274580 BLAKE2B b1fd53745b1858f92ded90a78d8060e1c916a8b6c256f96188331e5ac80242a40a83d14377ad0befec5415135925821cb264489cee63fe4ad432ba00c64983ff SHA512 c4ac4387c490e73b8d91d13fbea9a1e065be4bacf9535177e625561adb2411908a546f9c4327748aab6bbfc021f30887f3e5df5d6019c6cfe00fe5bf64aad2eb -DIST patch-6.1.64-rt17.patch.xz 52620 BLAKE2B 5734ac6ddc2c6056dc278a3ab8a97cdfd31564a9d70fc9eeaca2e31f25224ed151521ad907d07c1c9a9dd6284e8b13eacaa9774fa74b8f28ad3b654ef7384703 SHA512 660457a4800678c3e6697626b51fa56d7b538a71c4b6d3a4750b65b98bcecfe0ed363f199f457d59b10a4d36a8f7c808ae3c9b8f4c7484732ab0889474bffbd9 -DIST patch-6.1.64.xz 3654420 BLAKE2B 04d6ae72bf11c24fd0b0557ed58cbd57c593041dd2c95cf9885611e8453014e8c76b07e435597fd8fc2d5e72cfb8820beb2c7b4ac309e60382726af7bd462252 SHA512 6e7c55115c18fc3c8f8704055d830557062dd81af1d93404298581fe7b296618cd78b425fe9e665ef4d93d0e8beda4ad7336e745ea6ab3b20ce6822de6822bc9 +DIST patch-6.1.67-rt20.patch.xz 52628 BLAKE2B c42a825b3b85d51d3b93d44c91cd4238739a9373ea8428cf441cad23894e5e94162a95ab315b9db309cb82f6f4de536b22b89f0bb430885e6ecd44eef18370eb SHA512 ddb29a543759acdcf551f96e4c0d867e50bd434b554bacb28d14a6f5a04eaa8616ed5a9857ec51c9caef931af9318bee18486c10323ff774fb83d9093bc0fc0b +DIST patch-6.1.67.xz 3696544 BLAKE2B 27e4c16adcb325d2c95e560ab9f61258224c95f773fb76fc893dc8defea743947a7adb6e6e0ce6aac1eec682125c19c7d50601aca06048e9c6f40f92d9560624 SHA512 7850ad744158cdb63a1ed5464a808ac21b836b8392edd1a58be08555c3dd1269d7480627ed3f457b349214ad393f2e1b7cb09665452d21dc64b5fb478ef12fc4 DIST patch-6.5.2-rt8.patch.xz 54436 BLAKE2B 296da85395314ce26900eefb32a7c9b565b4242603884ab51e6208576e5fa6ceb3bd6269d8938e24f58a0b5d937e556345b45057f90166574797289152b15ae3 SHA512 9b625e33f5097729fb2462e2a6e96a1e13a7677af875ce028f6f8fadd1ab60bc9064ca9b101334211bdaf49ba36c750bfdf8260ff03a5ac2a2277a28293b309c DIST patch-6.5.2.xz 14964 BLAKE2B de3a0d15141199f98873c332f0c0237a39534bffe624f9394a6ba2bb9c3d731121d1b698963c424b919f7683fcffce1a86884bf64d26938cd529a14a211f1904 SHA512 e377f1fd5802321ea8198bbf661b15ec050f5ee902666359c8e1cce8e36abbb67957e04bdc1ee8a91eb3bf2c56ef62e9f5535dc52982eb6185476ce794449402 diff --git a/sys-kernel/rt-sources/rt-sources-4.19.295_p129.ebuild b/sys-kernel/rt-sources/rt-sources-4.19.299_p130.ebuild similarity index 100% rename from sys-kernel/rt-sources/rt-sources-4.19.295_p129.ebuild rename to sys-kernel/rt-sources/rt-sources-4.19.299_p130.ebuild diff --git a/sys-kernel/rt-sources/rt-sources-5.15.137_p71.ebuild b/sys-kernel/rt-sources/rt-sources-5.15.141_p72.ebuild similarity index 100% rename from sys-kernel/rt-sources/rt-sources-5.15.137_p71.ebuild rename to sys-kernel/rt-sources/rt-sources-5.15.141_p72.ebuild diff --git a/sys-kernel/rt-sources/rt-sources-6.1.64_p17.ebuild b/sys-kernel/rt-sources/rt-sources-6.1.67_p20.ebuild similarity index 100% rename from sys-kernel/rt-sources/rt-sources-6.1.64_p17.ebuild rename to sys-kernel/rt-sources/rt-sources-6.1.67_p20.ebuild diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-6.6.7.ebuild b/sys-kernel/vanilla-kernel/vanilla-kernel-6.6.7.ebuild index 6f387890c7b3..2b2e351c024f 100644 --- a/sys-kernel/vanilla-kernel/vanilla-kernel-6.6.7.ebuild +++ b/sys-kernel/vanilla-kernel/vanilla-kernel-6.6.7.ebuild @@ -44,7 +44,7 @@ SRC_URI+=" S=${WORKDIR}/${MY_P} LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~x86" IUSE="debug hardened" REQUIRED_USE="arm? ( savedconfig )" @@ -90,6 +90,9 @@ src_prepare() { hppa) return ;; + loong) + return + ;; ppc) # assume powermac/powerbook defconfig # we still package.use.force savedconfig diff --git a/sys-libs/Manifest.gz b/sys-libs/Manifest.gz index d4a5175fa7ea..7d560e0b5560 100644 Binary files a/sys-libs/Manifest.gz and b/sys-libs/Manifest.gz differ diff --git a/sys-libs/liburing/files/liburing-2.5-print-libgcc-file-name.patch b/sys-libs/liburing/files/liburing-2.5-print-libgcc-file-name.patch new file mode 100644 index 000000000000..bedc6897b901 --- /dev/null +++ b/sys-libs/liburing/files/liburing-2.5-print-libgcc-file-name.patch @@ -0,0 +1,43 @@ +From https://github.com/axboe/liburing/commit/09b8ded9686f33f1044ad8c612f2281b865cd314 Mon Sep 17 00:00:00 2001 +From: Violet Purcell <vimproved@inventati.org> +Date: Sat, 16 Dec 2023 16:17:09 -0500 +Subject: [PATCH] Link against libgcc based on output of + -print-libgcc-file-name + +GCC and clang have the -print-libgcc-file-name option to automatically +print out the correct compiler runtime library to link to. This can be +helpful in case the runtime library is named something other than libgcc +(i.e. on a system where only LLVM's compiler-rt is used), or if libgcc +is in a non-standard directory. If the option fails for whatever reason, +fall back to using "-lgcc". + +Signed-off-by: Violet Purcell <vimproved@inventati.org> +--- a/configure ++++ b/configure +@@ -202,6 +202,15 @@ print_and_output_mak "relativelibdir" "$relativelibdir" + print_and_output_mak "mandir" "$mandir" + print_and_output_mak "datadir" "$datadir" + ++#################################################### ++# Check for correct compiler runtime library to link with ++libgcc_link_flag="-lgcc" ++if $cc -print-libgcc-file-name >/dev/null 2>&1; then ++ libgcc_link_flag="$($cc $CFLAGS $LDFLAGS -print-libgcc-file-name)" ++fi ++print_and_output_mak "libgcc_link_flag" "$libgcc_link_flag" ++#################################################### ++ + ########################################## + # check for compiler -Wstringop-overflow + stringop_overflow="no" +--- a/src/Makefile ++++ b/src/Makefile +@@ -47,7 +47,7 @@ ifeq ($(CONFIG_NOLIBC),y) + liburing_srcs += nolibc.c + override CFLAGS += -nostdlib -nodefaultlibs -ffreestanding -fno-builtin -fno-stack-protector + override CPPFLAGS += -nostdlib -nodefaultlibs -ffreestanding -fno-builtin -fno-stack-protector +- override LINK_FLAGS += -nostdlib -nodefaultlibs -lgcc ++ override LINK_FLAGS += -nostdlib -nodefaultlibs $(libgcc_link_flag) + endif + + override CPPFLAGS += -MT "$@" -MMD -MP -MF "$@.d" diff --git a/sys-libs/liburing/liburing-2.5-r2.ebuild b/sys-libs/liburing/liburing-2.5-r2.ebuild new file mode 100644 index 000000000000..29f679d0a2da --- /dev/null +++ b/sys-libs/liburing/liburing-2.5-r2.ebuild @@ -0,0 +1,88 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit multilib-minimal toolchain-funcs + +DESCRIPTION="Efficient I/O with io_uring" +HOMEPAGE="https://github.com/axboe/liburing" +if [[ "${PV}" == *9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/axboe/liburing.git" +else + SRC_URI="https://git.kernel.dk/cgit/${PN}/snapshot/${P}.tar.bz2" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + QA_PKGCONFIG_VERSION=${PV} +fi +LICENSE="MIT" +SLOT="0/2" # liburing.so major version + +IUSE="examples static-libs test" +# fsync test hangs forever +RESTRICT="!test? ( test )" + +# At least installed headers need <linux/*>, bug #802516 +DEPEND=">=sys-kernel/linux-headers-5.1" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}"/${P}-lld-17.patch + "${FILESDIR}"/${P}-print-libgcc-file-name.patch +) + +src_prepare() { + default + + if ! use examples; then + sed -e '/examples/d' Makefile -i || die + fi + if ! use test; then + sed -e '/test/d' Makefile -i || die + fi + + multilib_copy_sources +} + +multilib_src_configure() { + local myconf=( + --prefix="${EPREFIX}/usr" + --libdir="${EPREFIX}/usr/$(get_libdir)" + --libdevdir="${EPREFIX}/usr/$(get_libdir)" + --mandir="${EPREFIX}/usr/share/man" + --cc="$(tc-getCC)" + --cxx="$(tc-getCXX)" + ) + # No autotools configure! "econf" will fail. + TMPDIR="${T}" ./configure "${myconf[@]}" || die +} + +multilib_src_compile() { + emake V=1 AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)" +} + +multilib_src_install_all() { + einstalldocs + + if ! use static-libs ; then + find "${ED}" -type f -name "*.a" -delete || die + fi +} + +multilib_src_test() { + local disabled_tests=( + accept.c + fpos.c + io_uring_register.c + link-timeout.c + read-before-exit.c + recv-msgall-stream.c + ) + local disabled_test + for disabled_test in "${disabled_tests[@]}"; do + sed -i "/\s*${disabled_test}/d" test/Makefile \ + || die "Failed to remove ${disabled_test}" + done + + emake -C test V=1 runtests +} diff --git a/sys-power/Manifest.gz b/sys-power/Manifest.gz index 6ea8fba60059..cd72e6b3589d 100644 Binary files a/sys-power/Manifest.gz and b/sys-power/Manifest.gz differ diff --git a/sys-power/nut/nut-2.8.0-r2.ebuild b/sys-power/nut/nut-2.8.0-r2.ebuild index 8bc7d5fc8647..4e661fae5ce2 100644 --- a/sys-power/nut/nut-2.8.0-r2.ebuild +++ b/sys-power/nut/nut-2.8.0-r2.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://networkupstools.org/source/${PV%.*}/${MY_P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv x86" fi S="${WORKDIR}/${MY_P}" diff --git a/sys-process/Manifest.gz b/sys-process/Manifest.gz index f686f9aca124..83dd2f760048 100644 Binary files a/sys-process/Manifest.gz and b/sys-process/Manifest.gz differ diff --git a/sys-process/at/at-3.2.5-r2.ebuild b/sys-process/at/at-3.2.5-r2.ebuild index ed70f48f3f8f..6ff1b7687025 100644 --- a/sys-process/at/at-3.2.5-r2.ebuild +++ b/sys-process/at/at-3.2.5-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://software.calhariz.com/at/${MY_P}.orig.tar.gz LICENSE="GPL-2+ GPL-3+ ISC" 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="pam selinux" DEPEND=" diff --git a/virtual/Manifest.gz b/virtual/Manifest.gz index f2db39d04eaf..d5c723f83e31 100644 Binary files a/virtual/Manifest.gz and b/virtual/Manifest.gz differ diff --git a/virtual/dist-kernel/dist-kernel-6.6.7.ebuild b/virtual/dist-kernel/dist-kernel-6.6.7.ebuild index 526af1697713..6038125af57f 100644 --- a/virtual/dist-kernel/dist-kernel-6.6.7.ebuild +++ b/virtual/dist-kernel/dist-kernel-6.6.7.ebuild @@ -5,7 +5,7 @@ EAPI=8 DESCRIPTION="Virtual to depend on any Distribution Kernel" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" RDEPEND=" || ( diff --git a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.311.290.ebuild b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.311.290.ebuild index 3e5138c3c03b..79342fdbcda0 100644 --- a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.311.290.ebuild +++ b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.311.290.ebuild @@ -5,7 +5,7 @@ EAPI=8 DESCRIPTION="Virtual for ${PN#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" # Check https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/virtual/perl-Module-CoreList # When bumping this package. diff --git a/www-client/Manifest.gz b/www-client/Manifest.gz index ef52d7aba99a..e064f84fa6ac 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 5be14ac6b581..552dd6329cec 100644 --- a/www-client/firefox-bin/Manifest +++ b/www-client/firefox-bin/Manifest @@ -94,6 +94,102 @@ DIST firefox-115.5.0esr-vi.xpi 595548 BLAKE2B 6ece2d0b5d0ed3d5ff3b11bbc333e4892e DIST firefox-115.5.0esr-xh.xpi 402436 BLAKE2B f5bc9da8f839819bdd6ccb26b4b29e884fd7a72d353a5cffdcb9c4e0f53a73e89cb39cc9a1ea8ff66c30084c7a8e0f4ea16e9101196f8caa5bf63eec18cd6501 SHA512 f396c5bf63271863fbb7d735a3e6d1bafd7a6649754ba4cc57466c323292ab54a5e49907f403be0921d5a25ab5d6c439aef6d04d5006af90217ce6906f4ade23 DIST firefox-115.5.0esr-zh-CN.xpi 595484 BLAKE2B a260d76f2c47969599fdff3ef9b948ac7baebfe1e26cebf1f61bfcb00f4027cbcb89e7067985cd7d5de544683176ee4a3ec8cdaa3d788ddad5da9f30f3724ec9 SHA512 2dc128b82824313ebafe3c147b99760d1a7da7a718b8d95f2897d13ba0b427a6a52e0c75258115598de1e9ab35de0972a933dd438d14a0326d9994f3faae9cbc DIST firefox-115.5.0esr-zh-TW.xpi 597819 BLAKE2B 0fb3dc3a1fc7bd9fe60fc81cb78a278e3b1b5e827eb0dd8db8e26849ec3552cfab177e68766ea627569875d02e5ee0de1034f40c6a7184c07812a7e5ee2204be SHA512 62f6151b44387cdb98fae20b7128b9e3fcaf648ae59486cdec3dc6efd33b68942b643a1df3a2647e8d205399e1f6437a766eec14acd1d90074f49ff6a487acbe +DIST firefox-115.6.0esr-ach.xpi 441053 BLAKE2B 173666079ed36816bfe11495b4cdf4a41629d00db66fcff7eda73dec05208f54432a8aee524949f52ec7c8ebcde38997351da260f776ff7ffad64ee4fe32423d SHA512 f065204066d768542555f587535a84360b9d05f35702cb22aa671709a6648d17b28de51af1f90892a5996881ccdf7f89b2241b0f89cd79d8207fd244799a8ce4 +DIST firefox-115.6.0esr-af.xpi 402470 BLAKE2B 75184cf489e7cfb6157d561ad73dbe179db787d445ec093ab5dcce04179a0bc1fe64621350902a940600f05e2b4bdcbeeb7e5e0ba6d43ced5e4432e4f98043e3 SHA512 a9072bfe46e30eeafbb826b5e77f8b7fa4d8fabe624cd8ef767a6008676a1f293da29baeca547012bb8d6c475d7e0e232207520d93c88e0d400c1a8a166801ec +DIST firefox-115.6.0esr-an.xpi 482935 BLAKE2B e6695dff546c46d383672bd65064da050a6ef4725ac3dc5685a067bbe21021f38a67852b714cceb9d09c59103938670e8c9321f4a9ec178bf476ed033422025c SHA512 f84047521e6d7653d1b5ceedd93cb0cd8d4fa8133df79cae052e2864a15718b577d77b7f50175ea67da2094991614ec1a9f52171df5a2806c88821ffcc8622f5 +DIST firefox-115.6.0esr-ar.xpi 549541 BLAKE2B e94dc4981ebc02c427d7a87406f31baf44dea07c7011895a6c4d25aa357ed436f65fddd7cd3101357ba38232c5793721a2100331cfed8058e74565806858509c SHA512 227eb965eaa9366e75754611bc275d4042ab6ca4d7531c5451ac806dfc4c07536e34efbbf549a461dfca3d3bb80098c3f55e2b9dcb7ab70947477a8da79c7e5e +DIST firefox-115.6.0esr-ast.xpi 477363 BLAKE2B 1152a5179c895d1d1ab471633b1c05270303336bc0cbb7360fe95cdac3322eb3afdaaa37d8f186122c569da7a18cbd7931214d457868a6c827f4b5f92a7720cb SHA512 8b2c276a2976730fa81b75757488b37cce6971ca5ff6fd40c2d748a91d2a5651743d065bf311ebeb541fccad0ded360b3c20ec46e863dd539f7258cb8d9518dd +DIST firefox-115.6.0esr-az.xpi 470745 BLAKE2B eeb0dc803e2c120b4c8dfc866eb6b654a2ad0f26f06b6257cf3756cf936d3f42fb4403895991fceafd7af425fe1bb9577d6ea00f234f3e9d387a195960a79a5f SHA512 0dc114a505e03dce2c644609c19e068458548eb6321f01ed7fa8a4d397e6f27408979e9feb1a8e5c70c0a1226471478f7aad5098a9880983e8e6b055a8d1f649 +DIST firefox-115.6.0esr-be.xpi 647090 BLAKE2B c0a4cc5a3f1c9fc8afdd404791c6f7cf49cb8ca61d0e38a317501837a6dbd4ac46ec2adf6ed44b1a278b5e2270b68b9d6e17b4a085971117b758c4f00c353147 SHA512 917fbae6310e2c135862268846f96cd11068aaf62e6fcac3f375744dfa3b268ca3705d3bbc5c357fac136e40e6f70cb572a297aabdde8b45a7c26d1c6252d366 +DIST firefox-115.6.0esr-bg.xpi 564175 BLAKE2B d3f9327e7ae6599e704db46baf21440b795a22800e40d8e5716746040335f5b30a09befa17d1458b1e0c6ad70899e4d3558f537a451ed95664dd04db450c2fe8 SHA512 f6c871b712570a88b6bf22cdb69adc98e79e01f0848a5a6b87b3d21fe8267c0b7d40f14c6ee66b180deb7902f82fb42203a7a5459164ad16c45822824a1fcda4 +DIST firefox-115.6.0esr-bn.xpi 558438 BLAKE2B 524e8cd4a9cb5540afa3c83bcbe834bc3d11416d99deeeebc53e9cdeb8bfbaa127d17f61a722eb013d0faa40f6d6e1fc35ecd05f4ca3f0315f6cdb24e04f4de9 SHA512 5cc36c345dbb53a147e45bb215bbc44fd5f006d279f7ed79e84d1d9dae482a166bcbc63effdd2dd6a8d07ec75c65aa7367c8ed50945a49c679cb5ee5b79f83af +DIST firefox-115.6.0esr-br.xpi 534388 BLAKE2B 24777e77f1d78f4c4eec827f6c0773e0b8d9155beca7633641dde61e27858b57bc5e120acfb488e48f44b2fe437c2bf4ea016437b585e9dfe776159e0b7350f3 SHA512 f49a83283ae4c12942081056d6896a8f7ae5d98f2f802c543fad4c523ead12c06b602dc19b9f2ddc3c2c68bcbb458a4af78a74be24ed8b8859ea853d18162028 +DIST firefox-115.6.0esr-bs.xpi 441274 BLAKE2B b0f6ee10637cddb891200ffb6b55b8de21c0348150ee484ef8f2d0a8ea3de9c96b36b4e240ad178637f7729a87786b115ec1df1eeebb820fbee9943c5be9d7b6 SHA512 886e5726086d6783ccf018d2229b90c1cba0adfce5d961eefae2097d0e85da605a2ea62495e72cc066bb653a86b496ba7a21ea600a0f6a73d12f3409e16e0df8 +DIST firefox-115.6.0esr-ca-valencia.xpi 521954 BLAKE2B 6d59a57015a447301e5213abf0cef0df2cff350af0b1b363e61be2c0872586f93bb7a0bd98a8aca721916ceed474926ea56345955c762ae980d3391f68899501 SHA512 90e3446ba376d6cbc615068e77d5ada9fcd62448609ae437e61e24dc07ac9d97cb7188b2c0c17d14f5bde5b1a05c33b12c09857bae1abc9fa99ff85994a3e64d +DIST firefox-115.6.0esr-ca.xpi 545482 BLAKE2B 358b3a86285e3d7321c03ce5e53e18be9e0ccb1eefdf4f4752b2e920b103a7a96c46c1f12233b913ea8948b721e5db127aa6d56f4eeabebb49cee8389269f7e3 SHA512 a2dd9e36d44972300c672dbbb18077ee9259d9b93007a39241d4973bc62715d25870710406eb22508b47b97af8811f8d98513102b50aa033d6dea204411f0ddc +DIST firefox-115.6.0esr-cak.xpi 564588 BLAKE2B e6a26ca942cebacac13779564ca8cc76d6a50d556d08327fe3d725c551422780cb1e1d4df91c089d24e709981d8d7234a89649e060717f4ee2a797536bd070f2 SHA512 7615fcdfbca569b0d57a79363439aa24327e8f31df83604eaf9512ee7aa2db642585f5aa5b8e1d58fa87d95b16fd8c393c7fbcedd9d062afa803c70fde635d24 +DIST firefox-115.6.0esr-cs.xpi 592264 BLAKE2B 94154966d92e5fb4d3d4a388357745f705f1233628de7a3cef0dbd07109060caa66d01443932521ee31dfb609e8ef6e992b90defeeab303617a71e80455f561b SHA512 841265f6d09c7509e6aa879a2bab732560a28468149eaa8f95c1cdf112113b8c4c30de0971dfa7b38d9505dc618bb2e38082f86127360fe9e136be963239a033 +DIST firefox-115.6.0esr-cy.xpi 564701 BLAKE2B 3f286f5ec876b4df67a95e2e5b1e400aa265413bc02d676a996f0849e16c032476913c360a52f188a52027f57faf535c590a4a44a8dbb65861e868de6cf0c90d SHA512 d7447bc143e1f145be9af36bf32c55b3d4348ea50543df689d2c69df2e5aa470c2640c0b076af2f4a38c7a478f30dea6f756dc307ead0a694b96867059d35c3b +DIST firefox-115.6.0esr-da.xpi 554023 BLAKE2B a7adbe1bfe65f8db4bae04d31e31e2d6df57afe7b7fa477a131ce7c0fd1e0e38900e36236fc1771910ab3b632d3ef0272c0927ef376baf6315602c9deb15cf24 SHA512 86806a03a031b9b0fa432968e0393b0cc05c386a905c7cc9bf7269cd02b946fdd2054d0488efc59275e29d22a79eccd9580fc9dd1bc8f17c30a26416289b859e +DIST firefox-115.6.0esr-de.xpi 574622 BLAKE2B c41bc498ce45d474b344c8666f7d673be485b39d05780651f2773c54bfd1456a430d05635d59f245e02df3221d9ed3fc2edb5aab49d9ff1e949cb4cf0cd72a65 SHA512 a235aea3484ecdc9997134ee62b08fe6792cdbdd02f229e20635e4e7823304994cf93746fd4fa27093f45689b4b8bf0d39e90c7f372ceb3a03c1c9469d3c7f18 +DIST firefox-115.6.0esr-dsb.xpi 589328 BLAKE2B 318d1bebbcf68a5b6e9653627213e3e793b69f69659fb2307b93d55e80dfc140999755378e1a3c8e5df8eebf442e43009b7d2dcb63c3551ad6d51cd8893bcb14 SHA512 7202080392d95208158ae5d9907f4a4097a448bc3b825a3f27519fbf59c92802d77f16363c9f817fb140c2238b303cb24056bedb735b2824258fd170f32ce2be +DIST firefox-115.6.0esr-el.xpi 663758 BLAKE2B 9e2cf86b722ab840fd79cffb3becf42179ebd373e0d1c1e3a286162ecaea3568e5f4f817a4fffd5e1be2c540dbf7bded159d590b1d445bf607d2997a1b8cc301 SHA512 0f4832b764e721352fb62615942ed40707fdf2fab4ce4a45000b820ec1c511666ba5594368d8a14e7202bb82508f83a67d93729e9b6746119ec2374fa61773d9 +DIST firefox-115.6.0esr-en-CA.xpi 519422 BLAKE2B 974f92e7e933c127dfe1503a3382cd85e0031ec8f2de7ca9e559b705b6b70161e4a7710d31e41bc9041538e2e2ca6b562b388cbb749c27ccfba4b6b52ea852fe SHA512 5370082bcd3ae0a1529667e090959992cf4ca41a3f6ac5ccd09055a8189283605de03d61373b7747eafb1547a5e9600ffcc6faf4d3952b45cf5f5b2c0d471ab2 +DIST firefox-115.6.0esr-en-GB.xpi 531053 BLAKE2B 6c95e92594c861a81b7e8f0e9c6ee81d3bf0509534aaa660acd53132b1ee7362e117fe3eae5217a37583df9cdb375be9f83928e58e1df64e79d206c9120aed01 SHA512 8943ac5c154819262f1a87da257239c9097eac7658fec90b8235baf6a4f2a21106e53006c0690a39ac4bfb3ee5e366619fdf14b307e433f9a8c75a43a8cae0a4 +DIST firefox-115.6.0esr-eo.xpi 556386 BLAKE2B 4a6fae4c3691ecfc36b3d1ba8534e161abde7f122bc9f5ed526c24dad68d1304cbdadd91981de24c6819f87c9644001ef2d298c5779b01156c427a6b74628db5 SHA512 815206474c09e8d3ba5e47f0281fa07dc85cfed6123e07a3b870adae637b6790e49676a50ec0193be7e6e18aabc615199b49b604f1c69b9871a763052c516bb7 +DIST firefox-115.6.0esr-es-AR.xpi 568958 BLAKE2B b331433339a7288e3ac7b118b34d3907a0986549a2d44bdd0f9681f765242d4a97d9ca55d64ea4977ba55fa34092cf1746c1eddcd652d1e32427c24fa86f54ec SHA512 bba821fd2d2c48c2b00e9a0af52d929d20d8eee84da0eb2bb0e01f152a2bab7275f87d31e7176371eeb43160da7943c1adf397d0b3324ffda55e109145ad9c67 +DIST firefox-115.6.0esr-es-CL.xpi 568607 BLAKE2B e8fcf5bfef5a4f67960aee711e16940a6369d8f34ff29be524e99f1ab3e41c24aeeb6d1556fe12d5e8e8e588f7a2c2f43c69a10832f094af29666c85b99b42ea SHA512 f17f37f6a9ea04682b93e1bbdba5f4ea99aac2a04b0a1a87419503dcabb8a3b51dbd2334cb47d5dd07d016cb127533d841ef1695046d7c09d0ecc11ca6598f47 +DIST firefox-115.6.0esr-es-ES.xpi 562054 BLAKE2B b5015c645372228c01590ab72b35cc76416e2ade19f2e00f4a8090d1dc82d30527da37f837c64f5ca74b680d423f2fc6e14cd5c8dc175e063e78036cfebb6f29 SHA512 76059df8e8899ce2f058b4ee2d83a28e4ac51a405fee524ea57059447ef5c05b4d79274880f9207c60e48032e05d32a544f50038aeb6a08a61094f37f659548c +DIST firefox-115.6.0esr-es-MX.xpi 565303 BLAKE2B e6a737ac41db180f54de17c7e119e737449575af339c47950933291e5eb6e6bed1e223285287183cf11cc0d198701a47f6e33abe0c2f2839c047d63ca6068aff SHA512 2b0b1b3f6fca6ef73e7a1556f88ca74d6aebf6250ed44720a9fbcd9a7c361b946d88d75cab570e3c42165130ce2e31d7ac833f36a1def5be8c6bbf6cf4d4a197 +DIST firefox-115.6.0esr-et.xpi 516134 BLAKE2B 9a9ed8eb36726a6b71bdfa847b0b6d1761989b4fefcffbf9bd8c63a3766dbf152b2bbaf1dbf58dac339f24d49d218841693031ebbb5c4e951af6dbfef0c170e5 SHA512 20b3048ab2d9038925beb7983f780179086cabbf41dacb0fc3b8b8113cbb2c992c9d36bc1ed88ff5d2517b072b8a586baf800767c6ae55f6db189aedea3b2459 +DIST firefox-115.6.0esr-eu.xpi 551614 BLAKE2B 28e20433017c41d120b380f4db995798fa32787ab0adf6152765e1e674007dec08d8e012b749690f78305adba13bfe52575b7dac59f952add947e144b9d8224e SHA512 ecfa01e841c9a9e9528765c191fa872e7cee749aca974049e450ca992bbbb158ac5e7aa49cfacb4e5fb9a3f05fe9eacfe7420aa2d94d62171aca0ee780dc8414 +DIST firefox-115.6.0esr-fa.xpi 564547 BLAKE2B 6c3b76c419d73c35089c0e7a5b8bc9a49ca53dc5223c84c20f7bf57a77f9c78a9bddd61d6239aec9f0156ef5b7f554a3a796db27a9fd1fedf63bcd7db169a9e5 SHA512 eb2f835f241ebbad70eada0690390a032541ac148346949f51e99fcfb34bb1ddfadc0346df2f4a59927aa247c0d24dd17a3378b874d3ac2e8b721d8a21b71499 +DIST firefox-115.6.0esr-ff.xpi 457106 BLAKE2B 70b42f8d538d5c2c70f032952a64878db7ffeeeff8e91163b9331d04b6ada093d94ee56ed7703c22fe69e5ed6a15fec156760de600733ceb49b03117fe4c3a42 SHA512 b10d7027b1e851da962886b965f5c6d041a11de8a584f50e07d9c47af13e8474e076a0661c7b5297201de6fd2b41cff822cdd9ce6879950509f2955144f50862 +DIST firefox-115.6.0esr-fi.xpi 551248 BLAKE2B 47f00534a00a69435d90ca5a1e7e35d8a5fc7b6dea6524caf9c3d118d87abc4fe9211d35e08661ddf18f6ad0b46698d973458565350077ebc718a0bd8abdac37 SHA512 7f88ae088751dbb0493a3904a751034f489c15ccdc35f1f04bd710c7113c3303a06cd54708aac3b927570820b027d240c795cc806ca1abea0abfbcb94644e2c6 +DIST firefox-115.6.0esr-fr.xpi 580609 BLAKE2B 84671b7e0ee0fcfb20ac4b90f704f73bce3d09d81ad45f39f44a1f0ba677519e8a79e43561206e0f6204f07eb640853ea2698c598af087fe05c7cc8dcb4eab22 SHA512 93baaf663aeb9155fcda976a8b562e1b2b524530321e66b57bc155d3da0fbe6fedcfeff8a94c8712af4d22240115010af44eccb86f2e80ad08f15dd0a68d975e +DIST firefox-115.6.0esr-fy-NL.xpi 564935 BLAKE2B 02d6edc6e7fabf10ac0128e638da5a956090bdc4804ecd4f77f4073d9d1f2c8e03b92ad3ab675b83845c5ac67ad4ac570b33c5d1840b99252c2d9b4af162c1bb SHA512 d66f4cd9244fe5a11b033d2121ef47639df35ab45baa81fb071b99b161031ecf10942d567d12214ca83b5c6edfd5e3e5caeb37456bd704ac6c513928201b6574 +DIST firefox-115.6.0esr-ga-IE.xpi 454333 BLAKE2B 1b6be2d5477fa3910612fbae9e1121c25d77b610683c2edea07ebbac434dcade9eba69521810b05e6646e8f5912446f775e679469507e9e1dd9489b5533fc0a5 SHA512 652ee2537bec0892298eca1739ae9ac69c554daf547ec5cb9a757c68e09d1278b1f3fa3cc76d005658b7d1c1680210208a6c51a39dab79827fe84a677264ae0f +DIST firefox-115.6.0esr-gd.xpi 566971 BLAKE2B f71c516af2b1353e7f6c6229b9fa6761c7cf351e3ad5316585e8ef182ff6de4108aae425c4835b0c012ef4efefed6441deab738f19178b2d2a4371444310b522 SHA512 c8534e53ea9c2e812f13d1e86d0c8618d674ad73400e79df0ca92009326e8da4c22a480ab43086d30144f795ce400d096bbe89c0435f4e8c1b69215679609b50 +DIST firefox-115.6.0esr-gl.xpi 565476 BLAKE2B f85bc198d1d50687c74a2fd382707d090a09a8a20c53b7005be864950d5ee3ee59f013429b1085c207f08d6c283540935697f324597db5adc7ed8907852d7364 SHA512 464e37cd4f2c1df04a22b0c2801b0d7e341206104b342b05b4e828d926ca7fe82db549917054d9b78dd3075fb93861cce92be9398327c671b837cf12b0c7e366 +DIST firefox-115.6.0esr-gn.xpi 577573 BLAKE2B 85d356533c913405331f9567e6f5f272c87fb00576c6f3db9126934c34d96f839ac094c56400af0f3339b4f3460ee939f0dc7b380a676e153b68e3f04d56ca70 SHA512 7d207909a2bc6713f0da49ebd0d43fbb97e6a9e8a5edc6b30f8b2a4bf215508a361c831bc1663bc41515ebe26cf5efd9b365f63bb6f13bfc9394d8d3b96790cf +DIST firefox-115.6.0esr-gu-IN.xpi 506682 BLAKE2B f432dcd1cf52ba5e704150611f18178689d43c8b841fdbbadf3e08d904bc31dd91e0ee6f70de65b7cbeb646b373cd4edbcf5413e77feb8ce5b09ea9229fb43da SHA512 8a7027e6e572e14db5397ec7d1e470a68c533dc278323ab490110ed4502a71581e75bd013881fc15a04353d8f4c479720e820f7b52a5c4b4f243276208ff9d87 +DIST firefox-115.6.0esr-he.xpi 574389 BLAKE2B 196c5efff820213f7571725d3adebf67429617eff022e5699fa4794f95a41b9fd6d79399da2e9a2b72ba9189d21d1e261a8b20ededc7c5ff9207a965d2cae2db SHA512 3def7f914e942120331cbb17d007a2dfd2df4d4e6ca0d2263bb54e1a52ad72261403de8932b1ccd82024d7ec9f3dd13b2eecc9d003fae662bbcedf105dd9b1ff +DIST firefox-115.6.0esr-hi-IN.xpi 538823 BLAKE2B 4e574ad26d3e3f4a33ab88d504ef392ea6790d02c206c1139e13eb3713614a567d77c11f76a90862514f31fb13b9dc9bb5c2798893b992e09f3269adf06eb0ba SHA512 5cf9382547f08fcd0dc734856067905eb0addf12fd760fca4f1e763f6a90fe2a991c14210823a97bfe202826484875ff63a9548cad6a4c05dc85a0eec0f25fc4 +DIST firefox-115.6.0esr-hr.xpi 531643 BLAKE2B f14a0c3f56b914d486c783bca63b48bf656a800917b0972738c37190ac72d00f2f5ec40ba43d222cabf30336d33bfe17841988fb10135bc4a9ef6893ec931f59 SHA512 c7493db92c6153830bfe35dd25f3db5574b2c2f96b0a71c4c209f7ebfc3ee80a4195e8c7441c0c4c2af1e9463a445c795c628da1b5d78cde8567cc2d880cd0d0 +DIST firefox-115.6.0esr-hsb.xpi 585520 BLAKE2B 8ad458ad54af91fdc87c94932356718ca90200ef5796cc41f4b850fea469884742ad84cf02527c2b32d3188084f096da9541aae2db577ba3db60f161a91839bb SHA512 74f817eaffe58c5c09301886914dd8c163745e51832ff5f14789b5f4f32db81d01bdc6470cc1fe49d42996ac56b82e04b3fbf7638f482484c865fcd09d849694 +DIST firefox-115.6.0esr-hu.xpi 588972 BLAKE2B 8ae6c42062d7e5a26d603230104de4c71d8482cba41a92381565664a248b0b8b4cb662be31cfe2e8f94749d0f226e30be69c7225135f0f261132d53645297fb0 SHA512 686daf1db39c4686e9f097101cd903ee3e3e9bdd670c9501842fe1ace1a0abf4496dcb7fed77cfb2b692458ebb6cdae685b568ce395912cc34e1b87d5e5cad78 +DIST firefox-115.6.0esr-hy-AM.xpi 579201 BLAKE2B 59a340de68d7a2b92af1aeadf80173cda398003ca3e3333ce614d780de976f64a68c6dda55fc6da453cb084dcaef75ed5ee77e5cc61dc477f13c7ae582c8d8b1 SHA512 2c741d133d39e196547b88e74d8f9020f2faa3bc246df298c6e05ae4c26f340e561aaf021b3aabc5ebec257637ab5737939fbdc6f3748ec3892c7bff6b87218f +DIST firefox-115.6.0esr-ia.xpi 553078 BLAKE2B 920b8744c07d3a0b618871cfc8be749c7b8cc8c06f1d95777e8135d11144c477ee9e58b5fde8966d9cef71820c0e600a2a0f3b0adaee7eb4716ade5797c6bcef SHA512 03506bc355d0815888019e46d2cf28121adee08728eff8180153ce9db3e814d438af3913ac90ca0b076c85d336171113f6445420e276a2e6a76060a3a3f59478 +DIST firefox-115.6.0esr-id.xpi 537751 BLAKE2B 2a214ad1e9fad564fceb4b32f63b871c5171347a5a25f3b52f4c7a3ef30e798071d5ca1dd0db98b35e5590b3411fbc831f32d491129dab60eac1ca641c15d931 SHA512 ccc46161111dc7991b85570bf2db9c6091f18fe55b16884b180f0eac90a29c0acb95ce5a714015c57363befafad1dcfd8ddad508b589f2a2950189e931070ddc +DIST firefox-115.6.0esr-is.xpi 560803 BLAKE2B 86b1d5e8525478ee0cdbbca0cf24e81bc06f6be082b1136e215f1104cc6f68a7804eb49ced4e618f27a2461a72b2edf58164acdd6f5d193172505d995644540b SHA512 40ff16466839bf9e6183ad08c864182ce874cef7e1e072cc2442ed3f20ba87a22ca934eb1777125bedb4e56a9a8a24544537d414377492e0411a5133e251b1bc +DIST firefox-115.6.0esr-it.xpi 507477 BLAKE2B ca01a0b8305d15145ab93314f3eeeaaebb80a78969548ed90699650bd3fcac4d61a236dd38cdd27509c248cccdf7d205fa6eb292b74678b568d6ace4314dcac5 SHA512 4bff21dfe1f2af95994adf237db30922b0a9cd09694f1aa85095c48184f7d6bdcb43946e324ff3d3fe986cf8417b6a11086e28263f358fcc094ddd684308d213 +DIST firefox-115.6.0esr-ja.xpi 634406 BLAKE2B d5a208de68de9ca86952fabe5c7445a72c4305745aeb291ebb36826ca689609357473b96bbdffd67e403b73a31a1212b0dde59d386cc03493ec103569269700d SHA512 4731de18cb422a4957632d8a0a4939be05c592e134cd8724e4d14823ecafd458c8f89b2cce14d21eeb204ebe09132c00189bac3c52b0e9b33782f53bf445132b +DIST firefox-115.6.0esr-ka.xpi 610755 BLAKE2B ba16ba5acf0e958d26d7ff0de422ed350505abc070db4f1e3bc3b9a9413bbdb2e087fa91e76e71c4424c46830380244ef923c11223f9aeefb19154b35cacf174 SHA512 c861b0ade357d4f32aabc82bd3c11ac9397c1fe7039153c599958045e4f68bac86426c695548b2c1d360580cb228a8a8c8968fedd2348f6e7cb966df57faeb2c +DIST firefox-115.6.0esr-kab.xpi 562655 BLAKE2B 9ae760317c4aa734b7343e05a60737546bb268e57686073729c8f6071c2437a69e888b74c42c0bbda25696a6ca2afffb6e93c313996f091e413b814a2f20e0bf SHA512 c377d0403fc4285009b12d37a9a675b51ab77ec978e90d4eaf94a050dfbb2fd110f532460cf7c11aa09802770a3ba3e8dd116493559ce155ba4826f0a3727176 +DIST firefox-115.6.0esr-kk.xpi 639131 BLAKE2B 55ac956937beb1b0437020f05ed59c813af6ab38eaaa6a1f8c5a724a4ccc10f0fa6156bb7e7f76c076d774dd28c4b5dac2cc5f4ee03685ea711a5850c02d87af SHA512 8eabea694b73d374d5d88e5fa6bbd97f02c4ae694b618c6aae990817c2d5643d3ee3162c5dd8aa9404ac8561f2ade61da0bfcdf7b9571ec7e50d0949eb25e20f +DIST firefox-115.6.0esr-km.xpi 508116 BLAKE2B d052a48a702183a254430ea3d57775399b73b964515f4924316a13a5b18c37a4957b9b49137c0d41b7a58a184645d17abc9fdf0828a887191ab86d63e02be825 SHA512 309a68903e6c1d70f6950927f548963aa80fd1b6af049f686cb3c03f6cea39c5550ef395300fde06cb380283b44c2de5e1c93506d51fe61be913f2d2b510b34a +DIST firefox-115.6.0esr-kn.xpi 473773 BLAKE2B 16cf10326506ca01e6887583c742b0ee1bc5b04ab412a8e3bff18106664efa5ee082181e1ed2de628da4c1c3c3d1de2d45d7e9f957e4e76430010f494fa97d30 SHA512 3100fab88ae66f0045c43203f22c98ab97ba66185f78f2d136f8d5c11b8be9823f35a26d54dda59a9bb47a08010268d9eb8e11ddd2ad641bcbfcca97b4ce037e +DIST firefox-115.6.0esr-ko.xpi 600385 BLAKE2B 675d245159ed767e59bfc3bfb9090fc65d55d613a811754f2f99492ba1df7aa0e2f2148f63070c007e61de0bbf5fc6485d4567c569fb7a4ea60c9f3a1538497b SHA512 7c6505e1300d8b53c87b279192a080425308fd159b43554dfada62ab28a86ba06cc216279fccf6a396578e77899da23afdc7e6c3373aea21766005520baaf3c4 +DIST firefox-115.6.0esr-lij.xpi 463745 BLAKE2B 4d5143e887086cd0155d5560b034a51397a572c4f9336dd37cc3237fe1bfd953cf638bfa2c1b8cc31c8e95b5d8c07c3a97e1dcffa59b8af76d95e946c29a4060 SHA512 511c66a3ff54224f39b2cbce7cf0544c2cca226bf1e07e17de8aec6b76a6ec20bd9b1625fadd5af6483b96d67993446acc260390d86c5b4cb2ea5507e9547ee7 +DIST firefox-115.6.0esr-lt.xpi 548297 BLAKE2B 54d8804129d6a9b817c06713aac782bbacb48b8eb3e52b6f2f06473604aba5ef95d03d3268c23d7dc8916c5f6790714cb84b89969c66777f7d705beb520cf493 SHA512 5eef8b4de36d9db0940b021822bd70210e4089c433f16ddb7ad29af77a2eeb5f645cc605c636c7203f5343de12c38918d43c24163e764293070a0d4824fbab95 +DIST firefox-115.6.0esr-lv.xpi 450742 BLAKE2B 5116427acf7fbd8ae7a941563554388180435ef198d1bd929582af06c2cc1aa785ebc6ca0fd4d1d4ad1d308f40a780bb501eb23cacb0abbbcc966b066157106b SHA512 bde55c2fbf6f08d964a839cfa81d0d2fa9705efb22cbefa75839fafab39f13a6ed6e9e453696fd1f834bf0220a3c479a5b5bf60b1b2bdc52896608b8da21c3e6 +DIST firefox-115.6.0esr-mk.xpi 470110 BLAKE2B c7020f5b064f939f5ba91245a8d2f03b48f6f9edbc8d52dff531b5b1591a3398a17ec1a7fc4e7ec7c7b9bf0d09bc6dc46bf539f1688c5a76042a3d3e5955cad7 SHA512 d66154990f27779dd2125c901d83a16a0c39576c2f16fa008c2e566f4fe047e99084374b6b60968bb8f87f1eb444dc37fcb32f0346eb6f5ea5d7b47612085c64 +DIST firefox-115.6.0esr-mr.xpi 510472 BLAKE2B 55d378194d4b298933da0f7419408147b345b4b1524193f97468a8f2d4b28b6396264dc3b370aeada302117bf6c80695ad73a421d3c64e0155936c2e12b78a86 SHA512 f2b5ce0974428c5970713b181fab996f01f99980b7dc1ee88b3220cef937cf494b1d5e2e947ddcfc7adf747fcecada0c6a23f9f4a3bafd893a906eeab23d1dd7 +DIST firefox-115.6.0esr-ms.xpi 431287 BLAKE2B 98f1e145105a4aeefa66895627822d1837d5da2977c518de78e44fa1fb46e53c2ffdbfa7ed46a92173c2a02a0a60f8b54930c54d212e88aa33a66655df9299b8 SHA512 5390b6212777f1b20b124cc94638faf745e3eeb2d827a12e49318bf3d879631a88a4160cf246589f9cc4f60a036f23380ae9375849c6401a528024f666c68cdf +DIST firefox-115.6.0esr-my.xpi 493661 BLAKE2B e4d6648557431cdad09d904c1962319a6cb5de8681a2cb218ee6658a9dfa83ba228bd7914ebccb47eb1eef747f9f13e22458468519baa8bea2cdc86c125250b1 SHA512 5bc748bb75d6a75493d4307f8389f5c3b4fe983e02eb33be4192180427f27055c514860d8c3d4d6fed05a005f57cae24c88ad3402f170769ef9308668de529b0 +DIST firefox-115.6.0esr-nb-NO.xpi 548972 BLAKE2B 6fdf475ed56bf17eab3698cfe8999a54683b44635b00cababc8528e13666dac0567376c5eefaa5b5ac3bb754b68379e90b83af680b0d125ec0416cd67e18d3c8 SHA512 400f18d316de2ebcf83967bc6d88412f4e83d794b6f692c0151c32e650c7842ec47d6803bc92913930f64c03fa43ec56a371bc20d1715554436887f699dde2b2 +DIST firefox-115.6.0esr-ne-NP.xpi 469000 BLAKE2B 6ee2a3e95faecd38ec8181c723759798cdc83262837640e284dbe572de719763f66a9f1945f93cfaf0e8a01e21277fb99c6ea221ab2e13707f90e4e0d3441f15 SHA512 800414a273627534dd8b8190028a528d2fe03fc8bb4566338c15dc4f49dd5d1a35a82adf569b47d034ccafd380caff8e7fd7cfc39a66f11c4eb2879db3d4ad98 +DIST firefox-115.6.0esr-nl.xpi 559193 BLAKE2B e3927d0cf53dca6b592401a9af06b6d07de8b539a3c8a87aec142c1a35e0900524e0e645593f4736fdea752ac456af041905f3f50c8cf252511af42047b535f5 SHA512 5c2d03ee8f76b4964946a74fcdace134c9db43fd9919b9d67099088f86751a9187ffbeb4b69f1b77b0ed520d2ed61fd69e422339ae3338c2331f5d401d3387aa +DIST firefox-115.6.0esr-nn-NO.xpi 551975 BLAKE2B de6a56d4e7cc367d28653e6131bd29ae252d36132411d6bc9a3d47feb32396a7da9e4f11ce1955f3e1b1ff9701584f4080092a59be758768acc1e8341c2351f9 SHA512 c1d652df59377aa7e7fce3904d5d3a9fb3fde3d24102c8c5c2c9d318ce3d1869689a034b3e1fc12485b62d955aa72568a72cf104b1e7b071929251861046cdcf +DIST firefox-115.6.0esr-oc.xpi 572146 BLAKE2B 63e693d14304e7f8824b54f65cd4438c25f631972c996dcdb23f8ed6d38bc336b73566135fe03d7fb63aab980c0f6c48e669e0800820003ca77d961697d4eefc SHA512 dab5083c65221afab83c2333f91a9276d5eb66c0fabe0b0ca8d487a8b3d1b79727dc6da32f6a80657bd77f74ad2d2823c7c4692e55e25e95415db00e3c11f286 +DIST firefox-115.6.0esr-pa-IN.xpi 626122 BLAKE2B f56f63f5a7771acf4732e99ade35913a48312d733363d960e6050ec18360cb9ab10a4fe2a716ff322b94d52aef7073c8c2809c85d2a80062c1c0f1c7a4ed5df5 SHA512 02d5b6026c8a3f2267df2e5a543ee8f5b5598a640f8e7128a2cb8d51c8acb59001e943f3af19129e6974be19840a7ba8d70abaecec616cd7f99c83ada1466076 +DIST firefox-115.6.0esr-pl.xpi 579836 BLAKE2B e150d4d91e7baee2a6fe4bb08ad843ab983f3f932ad8f05ce7134a9f149c99d45f79eb430d542bbb9bd70fe0923bbc04380eadf32a5734a06806764eb20331b4 SHA512 b39d91b44c86fff07c540d616dbef2c3462f6ecfb1b0401a22ff808f0ecca376500c8035fdeb452264a197fc63d63a824587de482ece98b6ab15da815828d27c +DIST firefox-115.6.0esr-pt-BR.xpi 563949 BLAKE2B 0fe4edccc656cc014ede4df9d757632fec9135b5bd18f52b1a2baeea5f30aaaffeb5f65c303795eb7912297e2af94982663b37635c047d93b3817192e0da0379 SHA512 314ca87ca59def629b24ed041c86880a3c00c3dd153d43a477e9eaa1f7978bb7493741c8c415dae1b98a84b12c2d74ea39e41ef620238466bf7c94b02dee0b7e +DIST firefox-115.6.0esr-pt-PT.xpi 569050 BLAKE2B a6cb13e02f9d09d7b231dbdb12f4bc80f8223052464638e78ddd46cbfe3ca42315e240a508b0cab028e4ad4709786008b451608a2816d78ae9fc399ffcdb35d7 SHA512 4cfb0ce083bc483018a4c333364c89266ad004e84fc616a273b891412c674d91678c2a3e67e6aad7ef719033bd4e8501d091618d355d1079656e2e724c50466b +DIST firefox-115.6.0esr-rm.xpi 558671 BLAKE2B 8b726bf38ec4f55bcab40a61796951c23376a53711e76d5b5d9d1fada292063e482f4c2e70cd2889be9f33eadf3d3cf9814bf8884f40f3de0d80db5c69f7c1fa SHA512 67bf28a589fbabf3a84734a3a1249903e83892d6881ba50dad6716f65f8bc58e6b1ec025c46d1c266364bbbbbee2de1cb0ef602f40576f7bd45c671c77da09d1 +DIST firefox-115.6.0esr-ro.xpi 524807 BLAKE2B 0d10adc9ac9d093337ee81c61bb4a1858030e1556b3825777cb118288dc6f12d527996f2bc04627f4bad4c461e27e9c8353dbce5b10d6fd889ef277c63d761bb SHA512 6432bda4e5b3e19f5388cbd45d6a6e65d96d815c18c38c0084d37720e99a84fcd5a475a4de569a9b70b367a603276a36b79cd4e35382128c132feced70fad74d +DIST firefox-115.6.0esr-ru.xpi 651424 BLAKE2B 8486ce2b04bf8a0c293fb87c8dc8faf39a5d610fd60fb6e9dddf8862226fa3286a65f68f6858093abed273bd51d1ee9baff78c8107954b99750c706739eec13c SHA512 0dcdb611c8a5088f8929c54d0a52ea9a3498aaa912c91bc06c6fc1c9936c030124478a6eb8d6a9b27a27f3b88986e6a5b2b27075e3fd0a3af9e232b7da582685 +DIST firefox-115.6.0esr-sco.xpi 489681 BLAKE2B f13d6285c686f8181c4686cb18ff747032a83407dcb587845497444ee95c871e0bda40ea52843a9620db3a64f18cc1d0bbaab0a246c2c4cc981ae2a816d8f7a2 SHA512 c847050b4d958e04a9ee993c038bd40a12d3bd01c8eafaa84e49fc0f167c378a4b8ac20f5a8436939c1b51c39450262dd5f4499b7c06942e994efc6d5c54cc3c +DIST firefox-115.6.0esr-si.xpi 569010 BLAKE2B 521ab3bf106ce6d3a30bde7bdf7d25cbbb1a040dc4fd4f1e38e6dbbdc71c1403f8ebf6b21d7e57de94a62574d79ddf6e2f81fe7dba4b4a1a21b17e04844dfa98 SHA512 837795f637b33b8c26e54614528fb34384f171acabc1b5345fec98446e2c24b5e4a6bb317a7e3cfb2db086278a0da19efddb8e987a631368c02f4a569c475ffd +DIST firefox-115.6.0esr-sk.xpi 589731 BLAKE2B ac59928ae58ea5162453f672d8bf62172608ae81ad8aa5cbca3253f795daff417f3665da6a486c17f717e3132edebf904f3e3cb070c05b685907f1e8b37f2e13 SHA512 0d30e2b13a9bbca81f7ae94ac52d0f606f5a7235c088e0a3768980c310b8ba064121e2ac8e89f09a610fed558e6b668c7b4cff2cae24644836bbd315b5c92f0c +DIST firefox-115.6.0esr-sl.xpi 562529 BLAKE2B b475d48b2a168ab21c207a15e79870e53fc57663f5dc61c46f8966170231b02fb265b072af6ba3b832ac4d756a3f079aca927eebe04258b4e01aaead7f5d5288 SHA512 686e26b46f3a044f17497b37e04072a3e1837ce58fbeb9b106287ecb97ee9749d5dc333aedd68846efda186b82081d69f402b4dac615c8d421bcf974068a86d9 +DIST firefox-115.6.0esr-son.xpi 400985 BLAKE2B a3387de1f8be985b6e1d4b28ab68b70cf89f9eb92faf4080a58ebda840cade16d724a9b462acefbcf0e89a8b4cc7a68eb20616c7fc1941a7912d07ddfd441b74 SHA512 b9240d33b3182812d05c6c5a653a1ba10a42cb266bdd97a2df6e2103ac175a2075df07e94c6479a234bfe32da8e7d8ecda954d871af93e535418595030e844f9 +DIST firefox-115.6.0esr-sq.xpi 564471 BLAKE2B 8e2403c3cef02898bcc82ab7b2a40ce343917be79d2353f6eb4c85fe0693453b53b290b59cf545e3c246a1307ee4ecc446504d4fd2c3253c4f38b94e1fd2105a SHA512 28f0ac6a69e0bea616ec835bad49280ee896424842b91eeaa20f04f024a9c32ff90907ec1769e9e05d660601c299e4eb7fc8ccfcb2632e5e22a9d47b81cfa873 +DIST firefox-115.6.0esr-sr.xpi 614009 BLAKE2B 58ba558760735cad302e9b413ff9e91f9e78426b97d6a2adcf9c9da899185790ee8d748e0966b8f32f0fe6ed20149c68bcb4e0f3063409b77e5faf9ac6f31c20 SHA512 6007d586434f01386a3d5a8a07248df105c9aac93500bfe8b7324d674714ee71039bf70b0a4fa412bbe41515114fc24490bbfdb649d5f9163bfa9847471f4a49 +DIST firefox-115.6.0esr-sv-SE.xpi 560565 BLAKE2B c218fb61a0491c27d1692ebdfe6ff0d0f3e240c05d2f1249522e3800999c71f87759a8c35b790c02c2098a5c8560e6a95e99d0e8dd2b36716f2a805e89f93dbe SHA512 12510fd431a62ed7ad8c690289b914a26a3f0d8ae05d8a965e0b2471d968bbe73ae16a0cb634550d0ea33a7fc92b049bf997fde00f3a52cd7791114b785d1458 +DIST firefox-115.6.0esr-ta.xpi 488870 BLAKE2B 4f905bdba77dfb10e6ec35b601a7a25c9939b0750d4067875d4525326392fb6fd42846a2ec34a6eac7d7f1f8fbe54bf28839cc40a627cb38a21a6054f530f457 SHA512 2695504cbb12b409e8a72c4e1f07f732ae8c4855519e1e4fbc441326266afe0ac0681856a986d969f727c2fa78bc7930236f0f73b1d8aba884945a828a122534 +DIST firefox-115.6.0esr-te.xpi 536169 BLAKE2B fe1ca7de3ca5849fce7a9a47db44610e1588721574c5e4b62f8c432591d6e0bae29481e24306e8a2619cc8272802b8f99e1861e1ba52cef0e664905bf2fb04de SHA512 9a407f3565519432619c985b25a109c78381a0b668375f643db5fc29899e07a0c3c3d3f22349e3422906cce6f8a9fb9223620a1f1dcc1b0d9d3ec41311f314fe +DIST firefox-115.6.0esr-th.xpi 632046 BLAKE2B b89c310dd78421c663de50920198ac6743ab6840815317f4a8cbcfacff85911a568b080ab4b164baf13f47229a77eedef74c461251e2dbb5ce44793d1adc131c SHA512 91adc1e27ceae7a22ecab6742cccbc8a5cd6ecd7abb5ee92da612c1ecaf5251c081fe5f71f104149fb9a37a1055b9b408c6fb4fa6d85db94ae0695beb7de75b9 +DIST firefox-115.6.0esr-tl.xpi 511430 BLAKE2B 5705da84fe50a1fe4d5c53155bf0ca0e959db44a9a376b390f16676b3fd560b5ced73918c87404f8ec824520db3e542728f2e1a265fa433cafae21bcb899a502 SHA512 850fef1316107edafcc8a1a815bac82fadda576900eb8443d97492a8a120dbc837cf6aa0d1b013331aaaff03c6ef33606a90d24edde306b1ec2d702f39feddd6 +DIST firefox-115.6.0esr-tr.xpi 573253 BLAKE2B 8e45491d72b78e1eb2953565db84145a33e734514e377fc7527f4baa3fb90c7f11d4ec386621ad41157ec6aef7f08296ad4e948032da5f354b6128bf7dc1c03d SHA512 c268b468901fcc540ad35efdc977705a7deca0f76c212a55acb46b9ce2c51ebfa0e8b8860b5aac4829e3653d27e36fd0933bb421d7e4950ad685413341937933 +DIST firefox-115.6.0esr-trs.xpi 479677 BLAKE2B c5af0b2668e9dc9ae7a9fe7f51e0955d86f9049324fd2e78e3af942a8c408750466101c7598bc9a34587ce802f330c11b8786a65a9dc0c0a324d6ae36db50a78 SHA512 16dc6e0675615e2507d969aba73b42c1270367ac6b8565c8aa44ff237e1fed1d13d12332e0567a9180bcd5d3d73a6eba0eb8fe25186de4be259c5b2c3531193f +DIST firefox-115.6.0esr-uk.xpi 645035 BLAKE2B f5dffc6cc139199be8af87c168eb6234c189501f5af82fef65fb56d86cb19c297664d7c7834f403da537af1c7433a5dbf5e936c095c25dbdf9a0b685b3ac0b36 SHA512 ac14c8c47bad2bee53ca3e2c3f5f1b039c1ef974072e2ea38d35b3799725d3d49db63bb4540f2d4318ad1422dc5b99bc3c9574cba4634a727f433b06355f4f80 +DIST firefox-115.6.0esr-ur.xpi 538802 BLAKE2B 780f36faea9969393479eb2ea523a435ae7922a09def20ffdc98ca11d96d6ef2542c194c2625f240206998d3b5c201e61aa71fa3dabc6f5bba50edf31db094ff SHA512 e41753f455bc7fda64b59656303a9e2ecd45c6acfcc6db48a3621e387de6a262d0eb9542c71ba7b52edc8eb62c4eeb47a43bf20b84d7042f176c77cb74b96235 +DIST firefox-115.6.0esr-uz.xpi 461757 BLAKE2B 7c9402a60f710c117a3c78f69c9fde421623b299140ff6ddde09d5886b90794378c10a1e61efc516930d6887ab24e4d91ab668fc61b5c4da215abefa072f8187 SHA512 ffcc03f0c804eef064516dec9b7493a5121de2e44fb8568af7366c87f9340f7c345cdea55a67f48d7b6f2aa3e40966a3a89e626593e7c70393432fb6241e6f5e +DIST firefox-115.6.0esr-vi.xpi 595546 BLAKE2B 0b1ff8538882d74765558b4d10d666a1f66ba3573aa55603b02f2c271bac0442a179df9c54707eaeb25ec77b9cc2bb516bf4994c92c5dc04973b94af3176e017 SHA512 832d3e8df159fe64409b7ff0c03c22bd23e4fac8ed13fe8b4e78b9f4e910c65c2a738d004fa9c70156565e0313cae27ec73252cefff4fbb30a1768cf344d0223 +DIST firefox-115.6.0esr-xh.xpi 402437 BLAKE2B e1f78ea102bc789819c80821270ed7d814f2b445de38f345fa3e9383ee1d7d734cf625360b9e5127ca361ebbb8f6980ed381bf5611066c705b0fd520e59af861 SHA512 400f2f0bc788511099eb818abea5a3f2492fa3b9462db178d62a4fc8f1973e1a51f96b68c0711f2251839541abbb8e62a37b54f7224e0f3927635c5a64267e72 +DIST firefox-115.6.0esr-zh-CN.xpi 595487 BLAKE2B 0e60ffd8eff1d52af2333fd596498bded0764531caedac0c7412af12c78cc45dd120a7a4c85b6ae5f6a9de27f8173f4be3e6ccf89b5399d8bc2ead3af7c31ea7 SHA512 75a46e891393f74ff09d35f2e46b58e9972a1f5b5152b26a68c975e059621e4cd652e5231ac31505ab9bdd2acc46f129bd21b762b11533e22f8e94e4e496b58b +DIST firefox-115.6.0esr-zh-TW.xpi 597820 BLAKE2B 2e2e85eb4292c1b95486f4487de466c47e58f8c3d1fd43eddf77432044c7a3a85f5c1d33b655256107540a0e3d3368c28eb3a676249ff49a84ddb64d705b77f8 SHA512 d70aae9cbc4b2b83f37bdee66523309ed2961a6c203c3b7fa55658cee0e96555170dd5224b695f5a7e72b1cdac244b28b07a0827618674e40635de61d7e41cdc DIST firefox-120.0.1-ach.xpi 452407 BLAKE2B e06249a07480fe36ca437b63d5327cb4769956dceda4eff12c227ba1bb95262dc0049506286627596e7347a46871a5ef819f1afe806091fa7e57365aa430f0d8 SHA512 4563a29f2804cc2365b39afc7445296f24c2b31084d416813ea6a990dc256932d92fb99a7f19bc5aeb1e0846a28a10e0ec7b7937fe425a57d18bdcb61b687edc DIST firefox-120.0.1-af.xpi 408348 BLAKE2B a48041b5b514c1ddeb0a8ce440ad16390d7f967849f7f7ba350add470ab5d53470ee1005952f698dd80c46cd0ec2b5450224dce71422ccf8d6f1f09508cdcb74 SHA512 09db4c3c0aaf150cff9109aa59085933b1823c24fa6d2ea81f373351a0d18e6b69d5ba11a114e62efa51b4a1f144efcc3367573118db1e96f6b1a97efeccf235 DIST firefox-120.0.1-an.xpi 493131 BLAKE2B d294876b39a72301de3700f4ab19e7efaac1eb3334937dac908d4657630c088ec2f07e7eda88de3dfbadbc31965c9b9517af67d2eb779d2eb3bc2ba9896eca34 SHA512 08a86d72331628cded945c145594a2149817fe0e44dab4bf38d14eb3fbe0063a637cacdf27a95a7f1b2aa3f26c1a749a63a3761762b8b7fc5c397a8fb87c688f @@ -190,7 +286,107 @@ DIST firefox-120.0.1-vi.xpi 619252 BLAKE2B bdf2ca8b33b846e942b4104be1ccfd1fb4bd8 DIST firefox-120.0.1-xh.xpi 407992 BLAKE2B ca6ac272af2d296049de80582735af153d38906053ac33fed1e5a819fb4eb5e7ded221d72af3bbe64e89006b53dfc7e04b4f3825881e2157ae31cdc9fb21cd17 SHA512 9d5624adb0dad2baea3ade54444457e2bb0a64835d4fb9e200684e8f21e09f9864b59d01b3cdcb00d2b3efb3e870075997afb8deafce9ebd948007a46564aad7 DIST firefox-120.0.1-zh-CN.xpi 618140 BLAKE2B 23d9f7190a69680970f11d4c92a1f062df0ccb653422d7f3cfcef171b11118b402dad860b0c29ef2e41e5e359c7209917fa10669f7a0d7b17e61a22ac1e0a09a SHA512 5ee3e3b0596fb0e454d155badf1773ca1c9c49f0e88e04a167b129e025cce71496786a28efbde6766b75e0fb94146d0e41a84bf609dee2ff10fd7f16c1621a63 DIST firefox-120.0.1-zh-TW.xpi 620076 BLAKE2B 33c4b252d0e5694c024e4ce78970e426b532a4a696a74b82b403fc7a4e2e978d86da6f152a53e217db495c1f648c20087c182a26e6c0a41f18b9468d72adbe86 SHA512 206dbcf999107c84affc13114f2c3aae031a015a4b7073e2aa224a725384c6c140ba6c79fd6f35bcc6d1fe3f6fa8d312180222998dd2fa65a4a742726f715b6e +DIST firefox-121.0-ach.xpi 453124 BLAKE2B cc3791c81b3b81787a175a54b844c691dcf1f548e29857fdcf1c7648e157854396a2785706054407d7a60711fd7f6d1cc013a3319eabddf5d3c1535072fae4cb SHA512 cd8da017e82a3bf156682582ee24c88acbe2afbf703679701bab5e0d62a85ee2737f553b261dc84ffdda02c524c551198dcd20cbb08753eb5199d7905f28b551 +DIST firefox-121.0-af.xpi 408805 BLAKE2B 73b01dd15c35e6cded2e69e8dcb236419e8362166470d1fe791606d60d2eeec26d365171fe595e4940fae194c6ea33374933b2f2dfe642fc0b4f69ea48bc4f46 SHA512 5464c8c6437d8792767c2b0d6481a0d9be4c9802779b3d974ed937bf7b49647fa27f3f3fdfd87c81cc9551268c6a148ff463641f0d9658e3b8e13d081c0b301c +DIST firefox-121.0-an.xpi 493822 BLAKE2B 68f6eaae58bfa68e502dcd31535bae214197d33dc1a803b69a9db74a213f1ec0a8cf5726c54754366cbb8dc77dfcf5f44f4103c308849579c18751772227b43c SHA512 8cf93f08931731030f5b18da2db58cb278f46cfaea71773f34c7a6d20479961ae4ac1b5cde0430fb76dde78e99132160f680d8d9ce25a958b1ad5e4871b8672b +DIST firefox-121.0-ar.xpi 586652 BLAKE2B 529d6429a24173eae8714745dbe84792f89cf8589c68fb44531d9b4a0e081834dd2e509c3a49e1630086b50a30997b938189fb4a73a4d51fe4c6971c656ba7ee SHA512 831fa1597ef4ce28303c5bc59dacda23c255322b24d1c295281d9db4cca523d61c99cf2e257e65e9c7abb11a4c41729a7b3ba15d3612e7c4001692c4efaeb35c +DIST firefox-121.0-ast.xpi 485956 BLAKE2B 373d3a77e87d469f57146c7e3022809206b004f552860cc58ba12e72bbd114cc1291024f119d1d599fd0d78143064a9a9f89c657e7e82614dc9db76044ca2ce5 SHA512 f538374cc86b5b3a0a2434ccf6065954d8ede5738559a15edf9ea7d9e8be6099e4b801afefc727f33ee01567dd5696c276cd76ebb07ec15153ba75888710b9c5 +DIST firefox-121.0-az.xpi 479367 BLAKE2B e126e69e95ec6cf562ff58861caf4e571072c94f6d081548720eb897e1db7c88bf83f57cb77d8040c540e32765bdb95466d310776064b527046385f21a4d2649 SHA512 71628ad4aa2d2662fdb1531f3c9d381203b14d73642e3c5ccd6f9b17ea43b2f94ba12405253d9c2e824aa801c8657dd7b364d4e8bbf5a43ed66c1e09665d027b +DIST firefox-121.0-be.xpi 682691 BLAKE2B d9f455171ac3fed5f985484335f16221bda578d6b24d49efe95a40e45f7618ecbb1c5b15972aa4aed0905a806096fb1e9e62fdf1cea0c95b237b013e97463002 SHA512 6b22580379353941683b7133dab1245dc931a0300c3deee9e3cdb8ce09e1c4b1c2bcb00e99aa56e6c1fd0c11a5ed348a9a44a8fcfd7dce383902a4466043a6e2 +DIST firefox-121.0-bg.xpi 580208 BLAKE2B 737aa5056f01e7b9f05a735fd80ff317d2a9875fb15327bd8a1077a029c140c3bcc450ed375ac0523ab1f41bdb9dbb62c27961b162a19a036737145c1246f10d SHA512 0f6cc878faa913961377dbd92d7452ed397f9aad864d1e0dee3400e1fc48344cdadf7253ba613ca13b2a8e3dc9f1cd5c71bce8a80d7b718ce2df84b0cffdd0ee +DIST firefox-121.0-bn.xpi 569381 BLAKE2B 7ca981ade8961f69e6f80a2f0ae8143bcd9b9167a7c3aaf5149799f3649904aae26504499d7c151f6b1df8868127d132e868fd8deb803b6c8c79bb2a3925f149 SHA512 6b09ede773440c4191d1b21d8ac021a1553cfda835560c48fe51af482e30c9356a074695384bc4bba4224c04f3f4d5c84b1ddb753aa139ebeab4f32f02788308 +DIST firefox-121.0-br.xpi 557309 BLAKE2B 7dfd72f11f7a3408d4eb326faded812c19ed0ab3e579c53485dee433d203c946c49097e1b143a1932d35d44c5e17ef465142613c4ff28997953f84d7aac089df SHA512 8ac997b5ec513c2fe7beac3bb30201d5a1b7ac92813291738865199cb2c7b52739e28aaefcae4455d88be16743426b8426455ce78a807f97f4630f5f42810cf4 +DIST firefox-121.0-bs.xpi 459237 BLAKE2B 05f08721f744376ce909407247cedd2c867cc3ad4110a46a071734ba6968578c99f97ee5b3f86ed735b8ad7b0e53da296e17f43c45af9dc9760e41906faec229 SHA512 26217c90e929393a2dad2ca1bfad6e706c5c780545c7b59c3db41f898f1a434ee9f377e963e5c2db612d5150419bc8a9aa7633a60ac26f2ae8e19cab53b7f7c0 +DIST firefox-121.0-ca-valencia.xpi 533785 BLAKE2B a3a5dfff622a603111714cc28ee5270632f5c3c035d0708627d346154573c39157d98a70bf216c2117f9cb5b0cf71d738abd7ccf01e0ff322d32f3345129fe20 SHA512 4067745780d8d15005e23dae2231f5af83c1ebfdbfd0b73393188af6bd6d01de85afc5556a1cfeafed0014362e41fb10d645dcff0cfec9f99d3d5474d11a4a6b +DIST firefox-121.0-ca.xpi 571944 BLAKE2B e26ec0c8e5e11089085768c0717f2f4a5d494a41cf016ede2203a6397457240e8026b7c895504d396eea0d03d8bdb276c03d9da7474ebfeab986a4c6e0a8461b SHA512 4d6b533762a8cffffb91ffe72e7627cca2ab90d055d790dfaa021dc6d1f10797a56df9c69a46126a722ef99b98863b112d7d5c2c98102b0d33912d5b69820b94 +DIST firefox-121.0-cak.xpi 578437 BLAKE2B 29bfb3e65e663be291d3a37d07e5aff8e200dcff8a0213b7a980f7e326a6fc7453424a5c389afaa5b6a9b5ee48731efb7d78fd0bc72f410f6f2b123963d08b30 SHA512 2ab802cceef4cb4aa4d78494a9f01a10078144c08272ee5cda22e3cbfa6793b18f1907c9a06e3bb25d354b5e0c93e7956a401c62a01c1fab27d9c5a919bc3078 +DIST firefox-121.0-cs.xpi 627171 BLAKE2B 48f06136f1ee8e7d9e580c97f9b2080319d38a5b40f7a7cfe48abfd0fc84771347b4e04d6d8d7270d9eab532b6fe4d5e140354325f4c3303f86d16ec827e0530 SHA512 af575b776de9568b0c14ba87b5d07933c8f08d2aad8ab108bbc688a24c354db647b01e81130bab15a491c1e999494362d64fb03ec493ff7f03073484a7cd8b65 +DIST firefox-121.0-cy.xpi 594883 BLAKE2B 5272691c30c1b998993c0da74611e15dd785efed9dbae9574ea71e029583f4ad799b6d16f91317de446d0b02aa50509cc01ccf896c3e0daa30c708ba1365274d SHA512 cf9971a1b7e0ded039c4e45c01f98602d6f332dcc8a6d6352459e432afe846a715848c833b69f305fab485bb492239f9a49ab106f1a832173b41aca728a6db7f +DIST firefox-121.0-da.xpi 583621 BLAKE2B eaa9fe16053522fb0ddae5981d5b6d54581be9debc16d83eebaa58f7ebb48d06804a9eaa994629ba855ac7fb3c678ab88fb48a220dc1d5067517e06f566d9b72 SHA512 7720f88d5181b1567f776cf4c1a32b2b65ee7546fa450f301d7425541711c50c4a2a5dfa66ab82d3aae5fa4bb971f41e63942866dd1242b0e4be35ee354557d7 +DIST firefox-121.0-de.xpi 605162 BLAKE2B 127dc1a33bd822f970cbdb66cd343e3e67f388c8251ad819bf7763580595b5d0decfcb34beb62a0bceaf3eb34d16b00b3f17ab73c86ec5c5f046270890a614e4 SHA512 9f1ae76cc259818427f5a530064b6c7eae3b45752bc52fc6f8ba8f1277233b49b760d9d41b0509e13d78570a528f4fded18ec3e4d080548132539ab9917e7820 +DIST firefox-121.0-dsb.xpi 621083 BLAKE2B 707516e3777c4e440d1f00a3da96ef15e90889b72664c9ef938c2222fd7b612facce93bf3c97ea0f9261298b6128d74f51760896cbf003afa617eda280970fff SHA512 023784f0689cf7315c1f4be2d2e4cca3c76a049fa32b4044496989d4010ae55cb54b1ba43d27b78d97e3ae14f0f8580f3002bbf40f4666c2cb285c472b24ae18 +DIST firefox-121.0-el.xpi 699697 BLAKE2B 036fd7315df9b620caa6b441ed14c3ea8a46b588e2113cf70ff24d8461729d23635a47067a8afd3b07d046f85fb3d8e5dd187e4d878a7d7cabab583601b7cdcb SHA512 a3495f9e7ad2b19950266682b4f195782a49eb657816f80679ef5214b508058aaabd74fab425b399c36af8424db912e41a63caaa3c5f3cd8f6571f88a6cfa379 +DIST firefox-121.0-en-CA.xpi 547972 BLAKE2B 36eb2a22dfcaa35d09b9624dfd09e4a184d17946e07fb15f9352832b84a92cf85b8e26d88c264f824ea5b9c59a550d7dfa9849d61c6969427d65253e2d934376 SHA512 3cc741544fb80b7bcb8986ad458646e2627c26cd45dba8572889677ad9764381b7d34e5996d47ab75e5aa816ef06bcfaec66be5e7046fcc3f8925913126f8529 +DIST firefox-121.0-en-GB.xpi 558665 BLAKE2B 5474b55252231900293c227094899206df3dd572ef42b35f9c9b8aa8865579a2544c828ecb9485ede53de713487fe5408b7393ed408b40efa3fb1f93006a9d45 SHA512 17e4f3513cd5b5a0b56f6ec2378c92c2c4922914ccac3adbc2c3d87592af0290f59e064b7fe3e85c4e6d401c7e56f5bad22da1b6d9456b94a060644585b62e8f +DIST firefox-121.0-eo.xpi 579954 BLAKE2B 26657c54a26aecef724c1cced139289e7b914838621603786e1eecfabdcfeb13a823ab4fdc13e1e9e7be473b0de25fe41d9a2d1ff155648cf9b5f3abd25a1a19 SHA512 29ee1e6a49114fbaeefe397b7db1217101366e10b89aa26f6b3cd59bd200873272503be5ca8c1d53b317c4615c46d3493652188bbe3264316542fccfd88351f9 +DIST firefox-121.0-es-AR.xpi 598557 BLAKE2B c342fa452e6128c4cd6c463101ba788cf5a07b73e5df152c9e93cc9740ed6947726950d3746b475c13d28ea7453d485e86bd1402f692048f3e3f48d1b10759a6 SHA512 dc37fb06fe0cf1d97cacdcdd31c57dd13bb38314b3e37470783b4df6965df81fbcc334102a82e0b1ee39a8716ae4b0c60235af5d903397e8cf2c8567d3d43d7c +DIST firefox-121.0-es-CL.xpi 598410 BLAKE2B efd185741faa4924c3d698cbe201a77c54edc3b36b5be7575d65166bf1c24244ae5e93b83c94bd29262025d2cc9545739d2c063b0b9eb02db00812fc25fe1381 SHA512 04529562dd6dbeb47dd20ba0cc8226bf02fdc26727c814e1055d15a4615189b1f1856c99e9b6e4d2fd9aeec040dfec3d41e2fca68b13a25993cafa160686637e +DIST firefox-121.0-es-ES.xpi 593107 BLAKE2B ca33c916e9604b282f4efa59937d7196aa5829ac14567672ed93b8e10a8e4cfd549b5076970ca7d0f68c456a063c14b0a3f68845d07dd05884922b45f677cbe1 SHA512 2bb9147846435a879f250985ff3a5754d66cb49f1d234c066817afe433e9388d74d76e219e610d425dcaa1fb0bfaf4d97bbb8dccddcbf0d5de772d753e859156 +DIST firefox-121.0-es-MX.xpi 577591 BLAKE2B 845047113aede1132701be5be15b1730a7812b9b7f79f0805c7bdf7318467a3af5a8616dbe80df9aaa0ead086e54859fa5de8b162fe0f5fc45ab1c5dafd07e2d SHA512 36963de9412a308caa3c6a82ce577d55d949ce5ade11357a74e50a258c1a27e3f6f0feff2554eff7dbf4b8851d8e8d7d82548d3ec74ee9a247c1b338093d4fd3 +DIST firefox-121.0-et.xpi 527415 BLAKE2B b7a88f300ed1eccfebf959dd42945189d8740bbb79ed3148efef4ecfec413ecf7f50b4aa3c0446c48d0c2c8b32d1e34fc41d07434e53c9be62c4ec91f49dbccb SHA512 02f76e0c70390b1b7f9ce2ea64e186cc928f34cefb05db7d5131c7694eaa4ad297d32b08133b2fac57b791758804e4f1afb55d978a0d18801009bc6caa97832d +DIST firefox-121.0-eu.xpi 575563 BLAKE2B 053611f38a00272d38b6cf1c588d2a93123d3c7c330c387f9b3627862c9d67bbc91152f96aaaef0d062697600ae8636074d6353bbc03298baf0209388985c2f6 SHA512 cff869d533380099e4c46eb17fa94b58fc2304cf4f2f9d8b1806b1c8504fe2453044ffe667e58d01fa27a6d0a25c33fb3b64b9d0feb1e0871da29a2e50f2bcce +DIST firefox-121.0-fa.xpi 577508 BLAKE2B 013fe76c768768aadbec57442856f953b276b4b129def80be84dc8adff840dbd6c5c0d6a7a5d6c8d69174a05ee11be86333f91767dd4996b8a2db914a0bb5f0d SHA512 b4ff8596cfc2ff231656fd3bc741f069a6b46d90766dd8dc441fa87e3610d74cbf6e28040b339b7366379543ef91daa1e285e9c668188bc5620f91272241fa6d +DIST firefox-121.0-ff.xpi 464553 BLAKE2B a498df95f80a780dd4052c4b859086bd590ea262a9637cff3af02fcb197ddc83d7c2a6b9793be57e52f6d3310c4c92ed0484dd0b58de697535490e9b7013b53c SHA512 e178da2f52c723106c4b1d498f0ff84b22f04e134b39bb1269afaf506d0174ebfab74cb5a362613fbf407aeed75d5083712719748c453d7b0ca283c2eb4e2192 +DIST firefox-121.0-fi.xpi 579944 BLAKE2B 06eac68ab1eb7c5f5a4c1edc231a15a37f8d0f727625da4c9557038db0e5ff971a8f9d4df5d3e64c483e486bb95ec771608b93effdcb1ce340513ba5a39ce784 SHA512 86a8b477ac1a55703ad295326576191dee1ce2ab1ac920c064367eeaa51f9ccc5e5f2868804f08c4e1be87f871afd1ae45f374adc41ddc8808e8529f793b7220 +DIST firefox-121.0-fr.xpi 609370 BLAKE2B 0d521ce561e1a8b6aa8a3bc9b5199504a741f59a265f5f1fc8648ccb7c50831509742f719744488f1b1f0105763fb42b2d33a4780e63e018d778f5733ba9f8f8 SHA512 f3f1f9e410933f60bbc3a757af5bcec847a0d9a7118ac55ff410ce5fba6c4c33aa260a72540dad7e496aff5a97d48b077d02eb92df77d0dab93583223de10a16 +DIST firefox-121.0-fy-NL.xpi 594301 BLAKE2B 723874d2ab343032c0d39701afee5f479d2f136a5ab48d0d6763bae995f1717c8cf191b83db9a4a54616e7cf8d347d7b4ad1713fb56adb9fb8bc08188bc7f242 SHA512 845f2c584f4afdc9dd12270c989d3ad4d619ea55b151f985a65b68e8ab649723d952f92520ae9a2542e94e3958b8c128e789d71920c9f2d2ccddcd761fae8511 +DIST firefox-121.0-ga-IE.xpi 461749 BLAKE2B 96a67381da85998d29888cdb8f7fa1cfa10f16383ecbf660f486653524fff7cc9cd6348481deb909bee878ee7e92ddf1c60c99c652cbc78e0da0a5484897b036 SHA512 81737a431764198bae87bba0e78dceac24f875681ba227ecd52b681e742f0340e81692087fddac6418747dbbe6bbf569c3c6d42d8b66852cd2112b3940047e66 +DIST firefox-121.0-gd.xpi 579202 BLAKE2B 30ee5ad0b0b13c9ac31ad630ccbfc7e34b4ad88c7f1dc7c5c806cf1b0476641d49a413a9f4f7b46cfebe43e9f76ce019a6c1cc38e5b3dbc24357f5d2a40b2423 SHA512 1cbeb5b41877e58105c541a84db401333ba12446b5641c3891fed19ceac1457ef09c77de52321133754e536b0025699380b3cb9119fa6c94ea5242448fd16966 +DIST firefox-121.0-gl.xpi 585495 BLAKE2B 1ad44a1667bf6eed4058171212df37d0b398c2099a7e75d45bad36e41735ea80c03fe75c30c390ebb789fb2c515a82a9f086751df461ded7770cab2d571d1ef2 SHA512 1bd23a8a5ce8530238bf9e93e3102eabf0b3d5ad60af1437f742202538193fe498667ceafdc73b90c17f239072d9b273455175ddfc9ba8834d62642c9d8b8c1e +DIST firefox-121.0-gn.xpi 607242 BLAKE2B 9b6a3fbccfbad0cd036e251a6d9b14b21d46fa9143eadbd287b68e4d9a87ae8bc99f228cef9101a166255594910df3ce405ff81d972a44893ab113e4830c6130 SHA512 7943cf1ee4de485c39ac8c17d48c5f51558b336b3d52265b1804f7dd19ddbcff01c30994572526ce48b3d129dcbcbdfa46f71f16780beb3585f90e03ef463d4d +DIST firefox-121.0-gu-IN.xpi 515105 BLAKE2B 1bd7f7f7ea5ed466450308f9b3d63ea830289f2a9f34ae4d63e50bf79701944bfd7b0567e65643e6491b692f95aab9e6f2475dcf321b511ff68fe97f5610ee4d SHA512 2f2c2f06ad2ab3f62990e9d46db6d741c967d04b1d07c6a7d18d28ec2967952e9b5399da4ed8fe5f2694eebd5a0711c80d2f58bdc3995dfa1fc925c582fd85a0 +DIST firefox-121.0-he.xpi 602380 BLAKE2B e6e6756efc04aa42832629335d86b6fc1bd4469dcf907199d88b0c5305016b07532fb61bf9ba76895d604ded8baea15f3bf704b498cebdcd26244f3d497b39f4 SHA512 5c057d2e82d4ce2477a4f3f06c0a8a91029dfe5155e2f161a2fcfba2ff325db3a87ede0686d5f43b7f603a9bf1ec6c52da440e16b91ae9475ba12a43ea5dd353 +DIST firefox-121.0-hi-IN.xpi 552966 BLAKE2B 976c0fbe95f7b86b704b1e004e2e740cd3496a6dce6206b2c20ded433e56b1d9cf7baff6f426b0fad2e3848a051848665793da5ef3ade883c8667170889c4051 SHA512 2a48c41230d956fd66d0b0ec3a75827c7d02de287419a356e39f98cb3db611e8569ba5440a1e37d032596887b706fd325356f68450d80b44022ad6735bedbcd8 +DIST firefox-121.0-hr.xpi 544395 BLAKE2B fb898f69cd5a373f733da07606cfd83396e5abf40e87ad3e532f6497237f3cff74bb509478ed565427f4d9231dd4e829e9162e9d87cd44ec4f3fe1a2b0c5c8c8 SHA512 43dec3fe3fbee549dbbe94c07fe71cf1f8093ec369427c37a75d9e1dde3f41709797ad9b017dcf436d3ce81be1cb51578e1cf18645a9d89767383c3ea70891a5 +DIST firefox-121.0-hsb.xpi 617040 BLAKE2B fc7b9fdcd54b30fe54a379a4640db68e10d8fffd17c8e5e98c413dbc3b60f78efe6e56120a0dd8d3ff0881df959319ae0e1738e16c68004e2954b44940597ce6 SHA512 08fd69172cd6886dd98ce5b2f0a15a6da7f8fdce86faeadb5caaae7f6273b6c995daceec390033e9577e084f0a301b2635e33cb7bcdb03c3f695407da3634515 +DIST firefox-121.0-hu.xpi 619492 BLAKE2B c18b524829b1c85a70f4737c974dfb218dd74ede2e01283b64909c04dff8600371fb66b9f12fa33a33f9b5923d7518c417db40196a6790baf05b2d95977bc0b5 SHA512 6a7656e0c2da746fd08327ab1bc919e8df340c6b43ef328ab4d016677d821450f40c7609f599a995eb803b7c1d206f34e5e1e81189169687fefebe9f363fdca2 +DIST firefox-121.0-hy-AM.xpi 593331 BLAKE2B 35f4428564c3f7c6eb63ddc3756e83c958b87711a5b43a6ae2f64e801bb9eb49c747eaa521e48f641f103808cc3438e9c0b14e43d3e13dbaeea1c5b509267bce SHA512 4bc7a27cc8443566ad33fcd93764d4c194e108c2037121910ba74442e5aced899600cded53283ac517d8f1b1e99776b5b09c2bfe954746e8a4db7622d2e12285 +DIST firefox-121.0-ia.xpi 582938 BLAKE2B d5215ba9fac9c0535f091dae715b5d0ccdfffd0acaefee51f464a5b338b8c9766eba0d97b757677035632b286f077c31e18f7a87765e1aca4d9c4d52e71a060f SHA512 3d32b8c59643b6b0beb4d6950659b9a2c798eb601561c5353fd72972d959c0151532793f07354df469663db2b8898632ae3a9e9624db3f006f3107e1eb89ee69 +DIST firefox-121.0-id.xpi 553471 BLAKE2B 16dbee84e64589742b1f87302feb15c0b992c4d3073cb810b5efa04282301bf01f90f2b862dae32af8528e189eb52c57c986601b199584ed8d93a60527ca3432 SHA512 7a35a4cf23d4ce522d7863a692faf39e09c40cd03838c1e9d0aaa73813e36d64ecdcd961bec03e0de388e5f517a5702d793e4ade05913b83318cb3a56c7699ad +DIST firefox-121.0-is.xpi 587780 BLAKE2B 2ad6909e3fc8ae434ebd97264e4d2627101e3392ab2ae12da128a8bf1a34bc63613834c04db0ef21480c8e28ddf3d3bb1f10375886affdc0e39aacf0ed2bd269 SHA512 edd4d0bd58d043da97c248ccc6e7303c8b09f1aa36624146a1b5304e799fcf75eaafba6ab46a23722193956ac7c77473fe30d080f55fd59bad16cf2ce44fd9c7 +DIST firefox-121.0-it.xpi 540581 BLAKE2B 4ee78b7d43a217ff345376e694607c263b782a5b41b02a86629dc50119051ab4314a9ff9ea26176a81489735f8870c6a7c52d4ac5421d452e56f05dedda02a33 SHA512 c4ea3fff03bcd0295880cafbe012f28e3fe3508d4b81a09e5f5fa4332854a05dbf32dbcd8270231a9c72f0635c3b4d2d473315551637d037f38f55566f71d461 +DIST firefox-121.0-ja.xpi 648011 BLAKE2B 214030f46ddcd7331f3e6a1638f99106271c7a8205a9a310a2442b8ac6a55847fbf740e60c03422c587e776c4ba3d8a06094fccc4814d472a2eb0d2bb4261c64 SHA512 c2948633f49e47e41f99077f5d2bb1fcab33994dc9b2b3bd26c5360d3b4794146318fae41158d24db280676b4d52a526806afa4087a97bd4c6aca19fcf01a79d +DIST firefox-121.0-ka.xpi 644057 BLAKE2B a1040e97bc29250580eb0770f8aa3cd6588b56d326cbd7faf6315d314284c47e726fcaf63b80e5382bd3b2bb55054a8a6a4459c88b3dc194f888409e89ee2ccd SHA512 f171b0bdb7974c4d5b23879c176eb6887c389a766a3a50a6355fffdc92e86eafb57e1af7950651ef4466875b6fdfae22fed04a6e9dae860a78f4862ef1b5e8e8 +DIST firefox-121.0-kab.xpi 588706 BLAKE2B a8e3f8800b91d15925cfa5931b2f627b01433c7df6017120cb6b866752184c6f774038af4772e82c430fa464eeb8737c06c28ce7e842c15886ab3206219c9d08 SHA512 856a00bd1d097b74d77c1f333951e186436d582a8fed3578b2be7bc1a320464ceea38948183a4ad62dab40bcee1866d35ee49d29958211d30c88694968afb979 +DIST firefox-121.0-kk.xpi 675611 BLAKE2B b9bacde4d957daac24caf802c1f243b5bbe5d3ac94247453f8b5282ef981bdebf2b494dd3daa7e39f36e788a0d367a3f884232e8b7a83f5ca9836cd94d73269c SHA512 2184de042440c12d770f6be8bc988dd28c6d747d60db35580ea4f3070eb493069039946fa7e289368090250825752a5e32b8e371823f793bf49a7f4e6e4ebe01 +DIST firefox-121.0-km.xpi 515277 BLAKE2B e92555cd8a140ebaf0aadbc8a915017f7fd3ebaf1c662a98d6db9f538a64515e31a0aeba9489776f011a85c23016aa8ab7fe8032a67e2786ac39c84f1a89c88a SHA512 5156539062ee2b07ba2b0c2d5fdbff0c1ce9338855596533b509f4bd37821cddc1f27854c509dec0e4bc84e411be8ab4392b657f526106312e05413efcf104df +DIST firefox-121.0-kn.xpi 480551 BLAKE2B 8a2f9f96446d20dabb2ed87e91463fb17e774f4064daf1b60d24040c8f7f2f0ee494f97512397838b1c4ce640ee62d68fbd0663c39640d0aac0d28b3aef96d2b SHA512 d1cbae9e52e0625551e3d90ba08dd0f47279e954e599d2a9b278dcea0b888295a5afd9f4417fda88b00d8ecb20f15321b678dd39dd27221fea10588223d339ca +DIST firefox-121.0-ko.xpi 631387 BLAKE2B 2f20be07a69524b4bb339258f96d155ffa2ad569a360da86598f618cb6d24b0b58a187f2a48e0eec929f7221ac4d01bb6b1e6e6eace1f9bba0fdfeaf3c8e6dc9 SHA512 28018882f23dc2c71f2821be51dc25096d75058921bd97ffad8f787e336bd7e1b18b468875976889118902a7596071cfc6647083e8a490bd133367b6eb15ec61 +DIST firefox-121.0-lij.xpi 472670 BLAKE2B bd8bf08868daebb4937f8576107f0ef090f3e37c35ae38f672062af13d9ae5d2f693e9d8d6af5c6ed1b3f2e9c33810c801dcef495a11dcc2b818c401ed5557a3 SHA512 841708a666950b29d8469041f55e01bc4eafc4a826951e45146442e0fa8c494fad163a401761f282fc1176317c9296658093f45a84534c70a1fb925019fd1c6f +DIST firefox-121.0-lt.xpi 559885 BLAKE2B 0c227ff905dd91aa7baab6c1ab556d73e1b3a8dcc5de1864fda682b7680b38dd436ea367dc46e36eadcc429e4576329e868265daa7c744067b08269c959683df SHA512 9bc509ec63b7df38a79798aa2a1e9328401cc62ebb4fb71e141b42de60fc3d65a514b457549e006da7ee0ee9daa52b6d63664c5e1a6127114ad1acf3bc14165a +DIST firefox-121.0-lv.xpi 458433 BLAKE2B 397e53ea18d7e8f5f2f90fb439cf2fc63ba0c19d230f6c13d57e8562495910d382cc1a6deb97331f34b0375e88b8279071966ed4189ec44acf412389f78d53b0 SHA512 a71b5ff699d45e57907d2dfa9d2f9de0ea398b63ac44158066f3c8fb550f0a6459bb905ed8e3d4985116560f87263a0b738e1a7ecd23a19187e43a9a50f85889 +DIST firefox-121.0-mk.xpi 482517 BLAKE2B 8fd22b6d39c8324e19c997bcb5338038aab02af2aec5d488647ac66c4c1fcc2033f6973245d6b05fb43a329aa96670b8de786d15579cebc753e5444744fa40e4 SHA512 93efa7b060c7a063108dec32f7fb4a9c795f6b9c28c233b2dbfc2dac4455c5fb22f7f6cffb12ece189c0c0f41994959be39696a2cf92bcca83ebabc3f12aa857 +DIST firefox-121.0-mr.xpi 520371 BLAKE2B 02e26087f526b3deac23de4acab0c8c704156aa700358c468aabff1f204e98a1c3cbe88b847edb4ec163cb987cc1e82bcf828922f6fb6a2bbc4dfb38b34712cc SHA512 bb4d25293e2e21c8744b9d482230567a56ea7d3bbfc8c6755755e83e6c43fc73a3469af30bef894d01b0fdcd0100527c5ef6151627ae317fd0a592a4c291fc98 +DIST firefox-121.0-ms.xpi 438509 BLAKE2B 0707ff832757e15ec68a61c5ea813c8bea750d39ee42b27e07eb29002cab7007bcfdbb1a7c12ea418f22cca249dda00d1ddaf7a57f407cc0aff760e9933458c4 SHA512 7904f6fea4d8be29a3f76ecd2c0bdf9c0f9fd9575da9bdaa20c991085ab865f891f21c85a40bd8e2d7f3278d5962f51247c2f1fe8be7c4d2ea645c02684a9149 +DIST firefox-121.0-my.xpi 505204 BLAKE2B 0ef381e42f6ba6ec55c3dd5557b91449ddbc12c92754e82fe775d096f6e33d30b27b985e7d5e3b1c43f93d4954820d55d33a588aac464f9558deeeb97410b2f0 SHA512 19991b2958f87bd6845543dd65f5d523983a49c32da34a9a13a72a367c2f9b816c6960ad4b3017d85a11871afade25f93b52b5318de309f94b9aa77dca18bb2e +DIST firefox-121.0-nb-NO.xpi 580571 BLAKE2B 87cef2c55da29b522d23dd384275e749b42b13cdbf431e4cd16a192e5a6c9a600e991fbc568729cf399abee70f7ce194b6a9f6e5c0ef0611fd6affe8392ba634 SHA512 f97316c9bc9ce8427b6ddea2013d8ac9734085695eef71046d3877076df5a9bea103b3dc7c6effd7b003aa4fe9f8ecf830d5ce16d8b405e5c6dacae10312770d +DIST firefox-121.0-ne-NP.xpi 476929 BLAKE2B 72e6db378eb58e49ab0922d4456172334359eee13704e33ada58f620625c2aa6da93081a1b2fcc6550c7d5e9392f70cba9cab3fc461035b76eb5bb37efcbb2e3 SHA512 5163dcea3a29132c530fc296e9f2fb2175224b0f35ea8285c1357f31866a2c95eb36dfa1735a3c4e104314e7ce2b5e843ebaa22243660a6c37f33d3e728d1a0d +DIST firefox-121.0-nl.xpi 588732 BLAKE2B 9b057cc6a99eb6865050f6da3900b3d58ab4be4fb92030ef4e4739ac24687aa1c2d851d421459527deabe846f5d2a43b0e630df8432061334aaf7cb92ba8b046 SHA512 7e3b65dc74711142480bbbeb56a5aeb6c701fc3c79e7ad8a1b767500f3369b853c1b6d4d05328e0f2d6dd762200cd366c3e1eb03b154649a2fd185bc41639831 +DIST firefox-121.0-nn-NO.xpi 577680 BLAKE2B cd3d63868b8e76a8cc62aa981fb32419f701783c26e86b5035b74586b8342bd1964228ed5080f9a63f0953dd0185a5a5beb8fb582f78531f9062428491bc99f5 SHA512 4df6f5d4f68f8e85e060bb5fb5309640937b8433c35b3db627634e61015c8a8c1889ba5199ca66af1b53a8cabc8e426ee3fedc2f781663250a1a345e5096e6ca +DIST firefox-121.0-oc.xpi 592948 BLAKE2B 3f55bd2e1301684185d1521102d34137b604d30713372176ed63ddc07ce594fc59d0ff1d34ffcd9364997d2dfe1091a0156ed3b8d6d1f48d56b0d2ff9fa5383e SHA512 d89a83100c4113430812f8211fa3ff0572c5415f62b9b4e38f5996d1d4122c912fd6229f99985d029b2a7044a1657f5d48fe659a3e987e1b0cb5c8b44335670c +DIST firefox-121.0-pa-IN.xpi 661765 BLAKE2B ab004f750b538d4eb3fb7f077db97d728abd6ca7983febd680e80d7981133ebe829c1a232108ddf52c01c9ec885811007d05e9dc9ca1bffbed53ae6af8614fb5 SHA512 d351673ba823b1f445e34cf4b95922e245a058260282ea7c5b62eb1ca68c0c5f4dfc57e279f2ba1d57818e75a03a227bee238b554b7db485dab6c7f2380c999a +DIST firefox-121.0-pl.xpi 609107 BLAKE2B 185ae0b841f8e073efde8a9204de757c72877a228acafe238f9b75e4688d38677bffde34ed5513601ee245902808f8deb75efb0502048d2f98d0905c9d5bf79b SHA512 78f84bd4e8d235a93179d5bfdc9a186faf763af9257b0bb4b2a6a2c240e77ec634e9cc849e6547b5d63a3364d3a84a90dbdcb9814a24fa7d59dc9ab5e2635121 +DIST firefox-121.0-pt-BR.xpi 593134 BLAKE2B c0678a5387d960d34ec5ab9b0106b8da9c6ee62cf72ccdb8529b1d8a18897679204c7f2b41bf543fbc24e877544d576167e145edf60cab344d0aa83bb02d582b SHA512 843dcfccbdf470f8f496f8963e3a896e71da9c125bbe56747eb22e0830479dee1d6a663fd6e21da30a1e5f14f9a321a568b03cfa36d399690aa608efdbb67a97 +DIST firefox-121.0-pt-PT.xpi 592401 BLAKE2B 647232046537137c86968bd8c2d97f0823e69b4b866372c5146f6d2068015eabccc6ee163f4426815dbe03f255d3e20afb7ce824086efc606311a66157724727 SHA512 9dbae29928c19eafb3dfd778991cff5eb96d947e54d8fc10392afc8a0bb42e812a893237c02e6d5c4eb07d9b798282f47e84fd08622977ad236cfcf4fd33e799 +DIST firefox-121.0-rm.xpi 589127 BLAKE2B 7add077ecb49820a8c02d0279a0737ae37cc3289a26d796e3dfef23d084b164ab2c68c98e0b74c79b468e9de44d9a1551537ca3e371d49f31bb92f95f61fc451 SHA512 d22e6e49e8b1eb037104bfc3cbcd2994d19478cd94b4e86f5778729e9b1731224646e803e994298fa4f7d38627afde79adb8e025c7f96b706ef8db02af89b440 +DIST firefox-121.0-ro.xpi 536766 BLAKE2B 34140cb957a39a4db69c72cb1be57298db24c8acc913d31bc69e610ea568ae9b28852dc5fa195fcc2dd7002d774873bfd0b68bf9a7da461980927247fe6c76b7 SHA512 1ada288fbf6364bcc7aa0ae0f64150367b19c4911100b5c8f0cb16fb9d4b889b477be1c816705853a68b70e4821725a88e57998c6fa700d7135c014ee77ef983 +DIST firefox-121.0-ru.xpi 687509 BLAKE2B 6d6ad87cd34402bd1caa22be8eba0062f9bf1184aa3195ff2fe7f80beb77695bb1359e1a168519be177e01ba7f5c499e2d43b5d2669880e3f8f2a12aac710709 SHA512 2d1297a6cddc5361f79f9ef30d7cb504cf0769310ab4038e718ca433932d838afbd3584ce53b00c94ebde021c5a0d6e87774c18049c0faa33d9cfaacff0ba68a +DIST firefox-121.0-sco.xpi 500130 BLAKE2B 19838c6c870391d76696b0e1da2acecfe6af332ec1852d95b0d683c01433f6e437cc978ba18334bddbc7aeee28025c9b5eb023dae83b70ecc0451d48a9cca6da SHA512 f87b2346e0ebebae269515587dc5da383c320e2ed1e27a608440f0fa3d53de7040183dce1dfce88fd7f0ab9c4f7bb3bec5ce5ec4e1bc13da2d75586316357a80 +DIST firefox-121.0-si.xpi 592740 BLAKE2B e9f4e1c6ce5189e3c1dfc92d839d7ac5278a1df16356b72cce4599daa8a670501f9e5c68a72f37af5bf561222df53b13da074c2eda55595f468de9d2bcb0bee1 SHA512 9aa34c5890bf2b4007012a177d6034b26e785a20f6226386e4615584688694bd2120ad63193dabeb40b53543047bdf1f04f44c46d3430b1ec552e3c6026e545d +DIST firefox-121.0-sk.xpi 622293 BLAKE2B 23b646b7978236a1dbf87aa41f33d97398b72a8c80bfe40d8a3ec17936c49170de98939ef9a1d4ba2485bb5ba0e976c03f00aae7fb4661ad541b728650476331 SHA512 81449f038c79db4c94a328511aab786b66632e7690eb52950826c2f8743856d85d97d0ebeb0465576e75e1fb6df8c429d4a4159795fe5b210407796baa3f7c34 +DIST firefox-121.0-sl.xpi 590598 BLAKE2B 1fa4d32065df5fa363980af1797f9419fd12f6c3e72a256c704b2526d457e0a2b609da9446f270655396908582646a78bce6af047dd5649e5a04efb492d02d23 SHA512 27cd1ea802d3826a8226ccc5f7a07bb6706113a4a4b1c2ad5e3265d9cfdae04c2011ff6e050450376e9961615bf819a09c261344c982b55198974c6a9255bcff +DIST firefox-121.0-son.xpi 407499 BLAKE2B 4912f04c2ca6d0363d0287babf2356c87d1cf30efefc7d3c472cd852d2ea4858efddf1d6973a91a75cc4d5480d4c5868afbf42e0dc9e9141895b6c9ea40cf620 SHA512 fa2501dba6c69d9091d49058ee153bd4962e85017be2641cd9e70a79efa20121655016abcce0f890025196ab645b6fc7dd86f2d05198cece244b188786edbd97 +DIST firefox-121.0-sq.xpi 608116 BLAKE2B b9daa12ec1ab098d5e13454eb74d4411c49ad6e07d3883292dcb93e3aa6a4ef15d607d2a3e29f6097f7fa5006065ff3fc63d2048f408e9cd91673c5127d90afc SHA512 288d40f681b162aee66c124186826cdf491e810aa8aef34d09d7230305f237127357a6550ab5405c2e722727cd319625fac98624b14ee03981a3593a74646ac2 +DIST firefox-121.0-sr.xpi 626630 BLAKE2B 7fe59a7a7f2d5f481d3e6552f94915fce3048989516c2d2f1209aea2d07deae2a444b2c9cbd6462710f9013a58e974f3b8faddcb41246c9758d4ce17e7142ca7 SHA512 10a232b38ff2aa76f0f0e51c8ee7e413456dae21b95625cfcef6d50b8e38b82fd199f0d182309792b1a7a8d0b68503f57ac2cb274f7393120687589bf785446a +DIST firefox-121.0-sv-SE.xpi 590848 BLAKE2B e5f5c546fd0712c5b30684ea1b0584b3263328057c38b4952bb8aa18b043be32dff7e3a6ca856f6c7a5050d05ef2666228e1054f2e9c88526de3a67ea24fb554 SHA512 305c5acbaa8ff7773135423b264becf84f771ad79cbef6943a34482fb2fe8b2b3e5534f1a44777fd75ce08aef055243de74b2720da97da0302b5a019bd66b97d +DIST firefox-121.0-ta.xpi 496637 BLAKE2B 4fe1dd73b827f02276af26b97410ac9026474f54d5b91a65e94df73976b8e65f0297d6cb62c88af174ff4d2cfde5768e044f4ce3841fa09a4f077bc3163172f8 SHA512 b0c509bbd65b9d3d8eedd6ac17724600a0aca27e3ee05e748640fa679d8c0e16218b46f1d59ece33493c0a6fffb2f9f624b915276106ace44a14dd6c5a080445 +DIST firefox-121.0-te.xpi 547616 BLAKE2B 1af8ec09aa828c16dfe217b729153006feb4d6e7f8d6e0fa6f937870abb4ae0f2ca58435eb00c9be3c8cbd5c5e3ac57f7921ed55baa04715e0fcad5ad77dd060 SHA512 cd59a357b31e94853f23e380d0b7426c1dfb3fd2938337e706b4e37c19f2eea1309f44b866fbc471c88b6e012fb4d0635ac325378e87171a8f08b2faf9d12e26 +DIST firefox-121.0-th.xpi 655607 BLAKE2B 107148d69f42854eca1cfeac7838edfe0265fe62380c53a5f1ead678e00d5591d3ee04393d0c7bf6d786b6c0c203f681f955b3cd865cbee61ca29ebf1c2f44ac SHA512 553f10951e31096def485662ddda1423fff9411000923674bd2159923fa829c5b269ebdb05963c445eefcd745a11b991e54a1b5d57ddb9ee396719cc72e7a1b0 +DIST firefox-121.0-tl.xpi 522661 BLAKE2B 1b71cd03261ecf7cdcfd142d469eddcfd1af0ee6853274e52df7a0d2d57a6475727e88736ed11b3e74c63dcebacfa5b772fa0bc41029bd0f94879329868ec6ca SHA512 added5da4682a86667178574f689c290bfc94aefd7f35bf4af25e12c36ded9894394a5f668353329d863c2844ca8e72af43767b46fa40a71a99f85b6bdc5eaef +DIST firefox-121.0-tr.xpi 602212 BLAKE2B ceaf6e1f236f39c7c2693fe117149c70091b422bb15f51c8364960fe3fa301ac79442241ec2dbeefac8a9a043521bb5ab43e6b10d21a24bdd5b81f4b72820e3a SHA512 323046f016742e5c17763fda51c08779e2cff3c2e1a33440b1def927b0d6e4760a371be3d388a385f1206ac1d38763e7c1200d30c7f9db183f26be3216a3a736 +DIST firefox-121.0-trs.xpi 492655 BLAKE2B 2eb8d2a817886e14f4dd5ce4f28b775996d8bf7753f0751cb42e66d07bb68a971b8a1194deedd17d6e0be76963fc4f6bedae814e9a76c6a1f66566a5d7b23cd6 SHA512 9f299d87de8c5f022df0564a7fe934c0a62c728d71d5ec1de340dbbba897aebcc2dd845a8536be2a4a7db6e2e11f77702edb2c3caf4905b007ce445275b09232 +DIST firefox-121.0-uk.xpi 679484 BLAKE2B 4bc6168527d315ae21d1bfe878d0da58da410f82d53e1d184e43e127aba48e31c25d09e9e453763f47b08d2ed3efa2ac869bc29101936759633ee6503fe1e6de SHA512 682500d327fea7bfe5188a40db953eea991b61b4884ac6e3d107e55520904c495d04943e270f440c834834d3d372c863ed5a512d3593db068c74c0351e5a227f +DIST firefox-121.0-ur.xpi 548514 BLAKE2B 5646582872dee8926967270c9bdc8ecf0e048ca7d9c06c640c793ec31663b9a6ca555fae9f9cc71ae57be075118fd8ad6eb3f85937cb3c34b12d64e238c3d327 SHA512 01131d5a64856b4ab06ffcf0a8ddb42ca12fbf302fdf2d9dcda9ab768ccd497cb689c2531e59064899d32146e61b7887865aa9a0e67baba582e5d9686eadc446 +DIST firefox-121.0-uz.xpi 469134 BLAKE2B 8c8cb9daae19a5f9904f3525d05a99b3a7959f0dcadb9c68093a26dfdd86d68041f95dea392ea8133b4d391b13210a101ff1fdf729cb5c13cb90bc8ccd401028 SHA512 a24b04ff28e0e12b4b3bd4621cfb3b22c23ee465d1c64454ab63196b51f6d78d98f38dd95af0b1051076973911b1ca660d1a210c1368d56133300e0df2a23889 +DIST firefox-121.0-vi.xpi 626568 BLAKE2B b0be20e59f7e5ade0ea2e1267f77d21b02ce07af04b77c016bf046beb5eb1bec93b580c71678282877427e804edbe328516b7601b4f9d85b1c7a979c68adada9 SHA512 ec0ef7dd4e25465acf16ba0fd70eed904e082cbbfae25ce277939fe7537a3d0e9ae011d6c878f75f34f82dc4f23ea7e7ffd3cd546ff048fdbf996ce61cd28fd0 +DIST firefox-121.0-xh.xpi 408293 BLAKE2B 61a28011646784be1bba1761fe99f60db7a90f1e92c8834dae6c7b25185d9ea6ea288dfd9ac8c3190f977ff011161f59f58db102c18448257a183be7df717b43 SHA512 faa2fba45a69025b07f0e81e5ef52fe149ec897fcbf64c0ab8b48a730455f8b8aef1e684f221a3008ab96ed31490a891cfa6bd7ac2f49ca6cdd55173f61c500f +DIST firefox-121.0-zh-CN.xpi 627098 BLAKE2B 148a2454c7222451369b6b8831073523420b57c0ca30a8f722efa01c556ba4a52aae45af872db7a0e3bee6aba9bc3c3c7f84cd6f2297e93de082cd3f57ff660b SHA512 0fe93d48b5745a00a2a976fdecb397e87c82b291ff2ca0a604ddfda72380fc12abfb445afef07d60f9a7ffc4a94f7a2f60c7225deff315b22c394ea8a8127463 +DIST firefox-121.0-zh-TW.xpi 629230 BLAKE2B 86a8d34905dc36f320a86e73eb1a7a4b6422af38b18cf8a8293b53ae8ef4d5473d913fb4e7ea9c1bf2e66ce9205858d2782dec4955a00ec73700c9a9b5a26319 SHA512 a0692081778217488226152b2103c5431d70cd9b33fbc8857506be85b15722cc03dc6c90cf33f80ccf12bed7e2b52535bd430944566c023c2dfc439ae8e719be DIST firefox-bin_i686-115.5.0.tar.bz2 84194157 BLAKE2B bcf3146718e9dafe570441409ab07eb73303523f425649324419f65e46d293850a101c63b04f03c10fb25ec7b66a1e87644bef41cea73bd129be19c6ce469c27 SHA512 1bc1264c03ad1e993f7aa9ba09a3c7c68850725bc16e0ad1922fdb188949164312dea721008e2ad173232c5e228f02c809af986cb1808af9112a8bdaf76acaca +DIST firefox-bin_i686-115.6.0.tar.bz2 84198755 BLAKE2B a20775dea67cb7c6770c05fd61c2f302c7b5d3cc0959fb096f13b4839564712eb9ad9b1d99a94351094785cfeb7c88d15fc06cb1996c96ae603eb2b379cbc1ca SHA512 08ba3d6572508b3597bbea2bdbcda330b8aa72a3bc2c6266d3e7b58418c926f65f511171f9f60d96e5839ef8c7a0b5ca694c9e73172445491ca3deaed70d658f DIST firefox-bin_i686-120.0.1.tar.bz2 83623354 BLAKE2B cd3ae92c763351cca6ce34043210b84b9c6951a256beb135458c1a6a35dbb0eb32c63e24118c2d6564837e995eb8b88e6530dec4cc56f60a89d5204158f44912 SHA512 2ad9b657ebe5a1f829be6e4e720cd4b30fa2cf0e4aa6750d572eb44c0abb758eb68f0603db439587bf825c78e635ea77370e25d5ed8540eac518e81a15dde77c +DIST firefox-bin_i686-121.0.tar.bz2 84105259 BLAKE2B 3ef9f9f18497b234710ad8832819d1ef8143ab1473a9b19ee7843696b17bac463f83392608382d7e15ef6844884b7621e6a8209153b65e114589f15eab4f27f3 SHA512 f9bdd2b096c1be2bb24d1e795fc95ae3b7b909c55afa5cc627fb1a7795e561d673f9823fee240e0b48a58e7be4da19776ffcc94ec5b8eae4a1b0cbf58774d284 DIST firefox-bin_x86_64-115.5.0.tar.bz2 80391697 BLAKE2B 843f188e945d9273c6992f27b4dc800e490d32a3ee907930586b369ede75e2161c0db2de3c97462ca184c563d10984bf21bbecfe6e32bea7cf54af502cf9ec1a SHA512 3f3dd06722b8c7257fa5b0b740414ad6068b5e4cea9ce28d2ed4225adb5891b974fbc52974dd6c3ed87bf7cc4151aa11a30687ac1aede51e41164d8a536b777d +DIST firefox-bin_x86_64-115.6.0.tar.bz2 80150545 BLAKE2B 12c5de3de1c98aa495c1f5d984c268a0c4065e30cb10bbf5f3e41634f9d2a6a17189a0c51e93e9ebfeee610a867e60703643d8c00936caf34b9d420de85ac37b SHA512 dda019c14e2275a2125ddfb5ab88f66925a16162e659ac66dec49f9c3dfa1047af67aee5cfbcfa0a172363bc765f4ec66825ddcd4b1a7f0ab857e093f99bc3fc DIST firefox-bin_x86_64-120.0.1.tar.bz2 81696105 BLAKE2B a0ff0d4540c08b80dcf49b601513f597feaf8ef3d3d8bafc63a3b1f487ba4fec6a399609a640e6342ae1204262106628e9c8cc7bf15073140c4d1e4b381fbf86 SHA512 0397d0205a6b9848d8cb3384f3956332a131f20eed02f5034500f3a481938fe8119de716d43e6182c9c607f9f115e8ab5dfef100d4f73cbef5ed36580507b322 +DIST firefox-bin_x86_64-121.0.tar.bz2 82103088 BLAKE2B 0bdfd20ddee32abc83da145f2ed41ec1f55fff0821f434b93120f7ad47c0c323322ed06a63910e40480127ec538f9cb4ee8dfa2a8a224df666bf436432b1c7f4 SHA512 c20a1d3931907b8e93da3246522b15057356460224532af6a0d7fbce41b447c491d0192b16700c915dfaf53dab118a217ab22e90d58410ecf627b712038a561b diff --git a/www-client/firefox-bin/firefox-bin-115.6.0.ebuild b/www-client/firefox-bin/firefox-bin-115.6.0.ebuild new file mode 100644 index 000000000000..7665aeef156d --- /dev/null +++ b/www-client/firefox-bin/firefox-bin-115.6.0.ebuild @@ -0,0 +1,378 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MOZ_ESR=yes + +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 linux-info 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="Firefox Web Browser" +HOMEPAGE="https://www.mozilla.com/firefox" + +KEYWORDS="-* amd64 x86" +SLOT="esr" +LICENSE="MPL-2.0 GPL-2 LGPL-2.1" +IUSE="+alsa +ffmpeg +gmp-autoupdate +pulseaudio selinux wayland" + +RESTRICT="strip" + +BDEPEND="app-arch/unzip + alsa? ( + !pulseaudio? ( + dev-util/patchelf + ) + )" +DEPEND="alsa? ( + !pulseaudio? ( + media-sound/apulse + ) + )" +RDEPEND="${DEPEND} + !www-client/firefox-bin:0 + !www-client/firefox-bin:rapid + >=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 + alsa? ( + !pulseaudio? ( media-sound/apulse ) + ) + ffmpeg? ( media-video/ffmpeg ) + pulseaudio? ( media-libs/libpulse ) + selinux? ( sec-policy/selinux-mozilla ) +" + +QA_PREBUILT="opt/${MOZ_PN}/*" + +# 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 + +MOZ_LANGS=( + ach af an ar ast az be bg bn br bs ca-valencia ca cak cs cy + da de dsb el en-CA en-GB en-US eo es-AR es-CL es-ES es-MX et eu + fa ff fi fr fy-NL ga-IE gd gl gn gu-IN he hi-IN hr hsb hu hy-AM + ia id is it ja ka kab kk km kn ko lij lt lv mk mr ms my + nb-NO ne-NP nl nn-NO oc pa-IN pl pt-BR pt-PT rm ro ru sco + si sk sl son sq sr sv-SE ta te th tl tr trs uk ur uz vi + xh 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 +} + +pkg_setup() { + 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 + + 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}/browser/defaults/preferences" + insinto "${PREFS_DIR}" + newins "${FILESDIR}"/gentoo-default-prefs.js all-gentoo.js + + local GENTOO_PREFS="${ED}${PREFS_DIR}/all-gentoo.js" + + 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 + + # 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}/browser/chrome/icons/default" + local icon_symbolic_file="${FILESDIR}/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^} (bin)" + local desktop_file="${FILESDIR}/${PN}-r3.desktop" + local desktop_filename="${PN}.desktop" + local exec_command="${PN} --name=firefox" + 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 +} + +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 + + use ffmpeg || ewarn "USE=-ffmpeg : HTML5 video will not render without media-video/ffmpeg installed" + + local show_doh_information show_normandy_information show_shortcut_information + + if [[ -z "${REPLACING_VERSIONS}" ]] ; then + # New install; Tell user that DoH is disabled by default + show_doh_information=yes + show_normandy_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 + + # bug 713782 + if [[ -n "${show_normandy_information}" ]] ; then + elog + elog "Upstream operates a service named Normandy which allows Mozilla to" + elog "push changes for default settings or even install new add-ons remotely." + elog "While this can be useful to address problems like 'Armagadd-on 2.0' or" + elog "revert previous decisions to disable TLS 1.0/1.1, privacy and security" + elog "concerns prevail, which is why we have switched off the use of this" + elog "service by default." + elog + elog "To re-enable this service set" + elog + elog " app.normandy.enabled=true" + elog + elog "in about:config." + fi + + if [[ -n "${show_shortcut_information}" ]] ; then + elog + elog "Since firefox-91.0 we no longer install multiple shortcuts for" + elog "each supported display protocol. Instead we will only install" + elog "one generic Mozilla Firefox shortcut." + elog "If you still want to be able to select between running Mozilla Firefox" + elog "on X11 or Wayland, you have to re-create these shortcuts on your own." + fi + + optfeature_header "Optional programs for extra features:" + optfeature "speech syntesis (text-to-speech) support" app-accessibility/speech-dispatcher + optfeature "fallback mouse cursor theme e.g. on WMs" gnome-base/gsettings-desktop-schemas + optfeature "desktop notifications" x11-libs/libnotify +} diff --git a/www-client/firefox-bin/firefox-bin-121.0.ebuild b/www-client/firefox-bin/firefox-bin-121.0.ebuild new file mode 100644 index 000000000000..854de5c27d6a --- /dev/null +++ b/www-client/firefox-bin/firefox-bin-121.0.ebuild @@ -0,0 +1,366 @@ +# Copyright 1999-2023 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 linux-info 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="Firefox Web Browser" +HOMEPAGE="https://www.mozilla.com/firefox" + +KEYWORDS="-* amd64 x86" +SLOT="rapid" +LICENSE="MPL-2.0 GPL-2 LGPL-2.1" +IUSE="+alsa +ffmpeg +gmp-autoupdate +pulseaudio selinux wayland" + +RESTRICT="strip" + +BDEPEND="app-arch/unzip" +RDEPEND="${DEPEND} + !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[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 ) +" + +QA_PREBUILT="opt/${MOZ_PN}/*" + +# 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 + +MOZ_LANGS=( + ach af an ar ast az be bg bn br bs ca-valencia ca cak cs cy + da de dsb el en-CA en-GB en-US eo es-AR es-CL es-ES es-MX et eu + fa ff fi fr fy-NL ga-IE gd gl gn gu-IN he hi-IN hr hsb hu hy-AM + ia id is it ja ka kab kk km kn ko lij lt lv mk mr ms my + nb-NO ne-NP nl nn-NO oc pa-IN pl pt-BR pt-PT rm ro ru sco + si sk sl son sq sr sv-SE ta te th tl tr trs uk ur uz vi + xh 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 +} + +pkg_setup() { + 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 + + 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 + + # 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}/browser/defaults/preferences" + insinto "${PREFS_DIR}" + newins "${FILESDIR}"/gentoo-default-prefs.js all-gentoo.js + + local GENTOO_PREFS="${ED}${PREFS_DIR}/all-gentoo.js" + + 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 + + # 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}/browser/chrome/icons/default" + local icon_symbolic_file="${FILESDIR}/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^} (bin)" + local desktop_file="${FILESDIR}/${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 + + # Add apulse support through our wrapper shell launcher, patchelf-method broken since 119.0. + # See bgo#916230 + local apulselib= + if use alsa && ! use pulseaudio ; then + apulselib="${EPREFIX}/usr/$(get_libdir)/apulse" + fi + + 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 +} + +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 + + use ffmpeg || ewarn "USE=-ffmpeg : HTML5 video will not render without media-video/ffmpeg installed" + + local show_doh_information show_normandy_information show_shortcut_information + + if [[ -z "${REPLACING_VERSIONS}" ]] ; then + # New install; Tell user that DoH is disabled by default + show_doh_information=yes + show_normandy_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 + + # bug 713782 + if [[ -n "${show_normandy_information}" ]] ; then + elog + elog "Upstream operates a service named Normandy which allows Mozilla to" + elog "push changes for default settings or even install new add-ons remotely." + elog "While this can be useful to address problems like 'Armagadd-on 2.0' or" + elog "revert previous decisions to disable TLS 1.0/1.1, privacy and security" + elog "concerns prevail, which is why we have switched off the use of this" + elog "service by default." + elog + elog "To re-enable this service set" + elog + elog " app.normandy.enabled=true" + elog + elog "in about:config." + fi + + if [[ -n "${show_shortcut_information}" ]] ; then + elog + elog "Since firefox-91.0 we no longer install multiple shortcuts for" + elog "each supported display protocol. Instead we will only install" + elog "one generic Mozilla Firefox shortcut." + elog "If you still want to be able to select between running Mozilla Firefox" + elog "on X11 or Wayland, you have to re-create these shortcuts on your own." + fi + + optfeature_header "Optional programs for extra features:" + optfeature "speech syntesis (text-to-speech) support" app-accessibility/speech-dispatcher + optfeature "fallback mouse cursor theme e.g. on WMs" gnome-base/gsettings-desktop-schemas + optfeature "desktop notifications" x11-libs/libnotify +} diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest index d10f4f2086c1..5cb611eba70b 100644 --- a/www-client/firefox/Manifest +++ b/www-client/firefox/Manifest @@ -198,410 +198,109 @@ DIST firefox-115.5.0esr-xh.xpi 402436 BLAKE2B f5bc9da8f839819bdd6ccb26b4b29e884f DIST firefox-115.5.0esr-zh-CN.xpi 595484 BLAKE2B a260d76f2c47969599fdff3ef9b948ac7baebfe1e26cebf1f61bfcb00f4027cbcb89e7067985cd7d5de544683176ee4a3ec8cdaa3d788ddad5da9f30f3724ec9 SHA512 2dc128b82824313ebafe3c147b99760d1a7da7a718b8d95f2897d13ba0b427a6a52e0c75258115598de1e9ab35de0972a933dd438d14a0326d9994f3faae9cbc DIST firefox-115.5.0esr-zh-TW.xpi 597819 BLAKE2B 0fb3dc3a1fc7bd9fe60fc81cb78a278e3b1b5e827eb0dd8db8e26849ec3552cfab177e68766ea627569875d02e5ee0de1034f40c6a7184c07812a7e5ee2204be SHA512 62f6151b44387cdb98fae20b7128b9e3fcaf648ae59486cdec3dc6efd33b68942b643a1df3a2647e8d205399e1f6437a766eec14acd1d90074f49ff6a487acbe DIST firefox-115.5.0esr.source.tar.xz 512244040 BLAKE2B 899a91caeae8ed5b525e7f9343f727cb761f3376f6b298852b51bfde2129c685ac3f95b8b09ee5f295f3213672796ef5144e84b59c2ffce75be36ff93e40d7f7 SHA512 5ee722884cd545cf5146f414526b4547286625f4f5996a409d7f64f115633fb7eb74d202e82f175fd5b2d24cce88deee70020fcb284055fcdea3d39da182074e +DIST firefox-115.6.0esr-ach.xpi 441053 BLAKE2B 173666079ed36816bfe11495b4cdf4a41629d00db66fcff7eda73dec05208f54432a8aee524949f52ec7c8ebcde38997351da260f776ff7ffad64ee4fe32423d SHA512 f065204066d768542555f587535a84360b9d05f35702cb22aa671709a6648d17b28de51af1f90892a5996881ccdf7f89b2241b0f89cd79d8207fd244799a8ce4 +DIST firefox-115.6.0esr-af.xpi 402470 BLAKE2B 75184cf489e7cfb6157d561ad73dbe179db787d445ec093ab5dcce04179a0bc1fe64621350902a940600f05e2b4bdcbeeb7e5e0ba6d43ced5e4432e4f98043e3 SHA512 a9072bfe46e30eeafbb826b5e77f8b7fa4d8fabe624cd8ef767a6008676a1f293da29baeca547012bb8d6c475d7e0e232207520d93c88e0d400c1a8a166801ec +DIST firefox-115.6.0esr-an.xpi 482935 BLAKE2B e6695dff546c46d383672bd65064da050a6ef4725ac3dc5685a067bbe21021f38a67852b714cceb9d09c59103938670e8c9321f4a9ec178bf476ed033422025c SHA512 f84047521e6d7653d1b5ceedd93cb0cd8d4fa8133df79cae052e2864a15718b577d77b7f50175ea67da2094991614ec1a9f52171df5a2806c88821ffcc8622f5 +DIST firefox-115.6.0esr-ar.xpi 549541 BLAKE2B e94dc4981ebc02c427d7a87406f31baf44dea07c7011895a6c4d25aa357ed436f65fddd7cd3101357ba38232c5793721a2100331cfed8058e74565806858509c SHA512 227eb965eaa9366e75754611bc275d4042ab6ca4d7531c5451ac806dfc4c07536e34efbbf549a461dfca3d3bb80098c3f55e2b9dcb7ab70947477a8da79c7e5e +DIST firefox-115.6.0esr-ast.xpi 477363 BLAKE2B 1152a5179c895d1d1ab471633b1c05270303336bc0cbb7360fe95cdac3322eb3afdaaa37d8f186122c569da7a18cbd7931214d457868a6c827f4b5f92a7720cb SHA512 8b2c276a2976730fa81b75757488b37cce6971ca5ff6fd40c2d748a91d2a5651743d065bf311ebeb541fccad0ded360b3c20ec46e863dd539f7258cb8d9518dd +DIST firefox-115.6.0esr-az.xpi 470745 BLAKE2B eeb0dc803e2c120b4c8dfc866eb6b654a2ad0f26f06b6257cf3756cf936d3f42fb4403895991fceafd7af425fe1bb9577d6ea00f234f3e9d387a195960a79a5f SHA512 0dc114a505e03dce2c644609c19e068458548eb6321f01ed7fa8a4d397e6f27408979e9feb1a8e5c70c0a1226471478f7aad5098a9880983e8e6b055a8d1f649 +DIST firefox-115.6.0esr-be.xpi 647090 BLAKE2B c0a4cc5a3f1c9fc8afdd404791c6f7cf49cb8ca61d0e38a317501837a6dbd4ac46ec2adf6ed44b1a278b5e2270b68b9d6e17b4a085971117b758c4f00c353147 SHA512 917fbae6310e2c135862268846f96cd11068aaf62e6fcac3f375744dfa3b268ca3705d3bbc5c357fac136e40e6f70cb572a297aabdde8b45a7c26d1c6252d366 +DIST firefox-115.6.0esr-bg.xpi 564175 BLAKE2B d3f9327e7ae6599e704db46baf21440b795a22800e40d8e5716746040335f5b30a09befa17d1458b1e0c6ad70899e4d3558f537a451ed95664dd04db450c2fe8 SHA512 f6c871b712570a88b6bf22cdb69adc98e79e01f0848a5a6b87b3d21fe8267c0b7d40f14c6ee66b180deb7902f82fb42203a7a5459164ad16c45822824a1fcda4 +DIST firefox-115.6.0esr-bn.xpi 558438 BLAKE2B 524e8cd4a9cb5540afa3c83bcbe834bc3d11416d99deeeebc53e9cdeb8bfbaa127d17f61a722eb013d0faa40f6d6e1fc35ecd05f4ca3f0315f6cdb24e04f4de9 SHA512 5cc36c345dbb53a147e45bb215bbc44fd5f006d279f7ed79e84d1d9dae482a166bcbc63effdd2dd6a8d07ec75c65aa7367c8ed50945a49c679cb5ee5b79f83af +DIST firefox-115.6.0esr-br.xpi 534388 BLAKE2B 24777e77f1d78f4c4eec827f6c0773e0b8d9155beca7633641dde61e27858b57bc5e120acfb488e48f44b2fe437c2bf4ea016437b585e9dfe776159e0b7350f3 SHA512 f49a83283ae4c12942081056d6896a8f7ae5d98f2f802c543fad4c523ead12c06b602dc19b9f2ddc3c2c68bcbb458a4af78a74be24ed8b8859ea853d18162028 +DIST firefox-115.6.0esr-bs.xpi 441274 BLAKE2B b0f6ee10637cddb891200ffb6b55b8de21c0348150ee484ef8f2d0a8ea3de9c96b36b4e240ad178637f7729a87786b115ec1df1eeebb820fbee9943c5be9d7b6 SHA512 886e5726086d6783ccf018d2229b90c1cba0adfce5d961eefae2097d0e85da605a2ea62495e72cc066bb653a86b496ba7a21ea600a0f6a73d12f3409e16e0df8 +DIST firefox-115.6.0esr-ca-valencia.xpi 521954 BLAKE2B 6d59a57015a447301e5213abf0cef0df2cff350af0b1b363e61be2c0872586f93bb7a0bd98a8aca721916ceed474926ea56345955c762ae980d3391f68899501 SHA512 90e3446ba376d6cbc615068e77d5ada9fcd62448609ae437e61e24dc07ac9d97cb7188b2c0c17d14f5bde5b1a05c33b12c09857bae1abc9fa99ff85994a3e64d +DIST firefox-115.6.0esr-ca.xpi 545482 BLAKE2B 358b3a86285e3d7321c03ce5e53e18be9e0ccb1eefdf4f4752b2e920b103a7a96c46c1f12233b913ea8948b721e5db127aa6d56f4eeabebb49cee8389269f7e3 SHA512 a2dd9e36d44972300c672dbbb18077ee9259d9b93007a39241d4973bc62715d25870710406eb22508b47b97af8811f8d98513102b50aa033d6dea204411f0ddc +DIST firefox-115.6.0esr-cak.xpi 564588 BLAKE2B e6a26ca942cebacac13779564ca8cc76d6a50d556d08327fe3d725c551422780cb1e1d4df91c089d24e709981d8d7234a89649e060717f4ee2a797536bd070f2 SHA512 7615fcdfbca569b0d57a79363439aa24327e8f31df83604eaf9512ee7aa2db642585f5aa5b8e1d58fa87d95b16fd8c393c7fbcedd9d062afa803c70fde635d24 +DIST firefox-115.6.0esr-cs.xpi 592264 BLAKE2B 94154966d92e5fb4d3d4a388357745f705f1233628de7a3cef0dbd07109060caa66d01443932521ee31dfb609e8ef6e992b90defeeab303617a71e80455f561b SHA512 841265f6d09c7509e6aa879a2bab732560a28468149eaa8f95c1cdf112113b8c4c30de0971dfa7b38d9505dc618bb2e38082f86127360fe9e136be963239a033 +DIST firefox-115.6.0esr-cy.xpi 564701 BLAKE2B 3f286f5ec876b4df67a95e2e5b1e400aa265413bc02d676a996f0849e16c032476913c360a52f188a52027f57faf535c590a4a44a8dbb65861e868de6cf0c90d SHA512 d7447bc143e1f145be9af36bf32c55b3d4348ea50543df689d2c69df2e5aa470c2640c0b076af2f4a38c7a478f30dea6f756dc307ead0a694b96867059d35c3b +DIST firefox-115.6.0esr-da.xpi 554023 BLAKE2B a7adbe1bfe65f8db4bae04d31e31e2d6df57afe7b7fa477a131ce7c0fd1e0e38900e36236fc1771910ab3b632d3ef0272c0927ef376baf6315602c9deb15cf24 SHA512 86806a03a031b9b0fa432968e0393b0cc05c386a905c7cc9bf7269cd02b946fdd2054d0488efc59275e29d22a79eccd9580fc9dd1bc8f17c30a26416289b859e +DIST firefox-115.6.0esr-de.xpi 574622 BLAKE2B c41bc498ce45d474b344c8666f7d673be485b39d05780651f2773c54bfd1456a430d05635d59f245e02df3221d9ed3fc2edb5aab49d9ff1e949cb4cf0cd72a65 SHA512 a235aea3484ecdc9997134ee62b08fe6792cdbdd02f229e20635e4e7823304994cf93746fd4fa27093f45689b4b8bf0d39e90c7f372ceb3a03c1c9469d3c7f18 +DIST firefox-115.6.0esr-dsb.xpi 589328 BLAKE2B 318d1bebbcf68a5b6e9653627213e3e793b69f69659fb2307b93d55e80dfc140999755378e1a3c8e5df8eebf442e43009b7d2dcb63c3551ad6d51cd8893bcb14 SHA512 7202080392d95208158ae5d9907f4a4097a448bc3b825a3f27519fbf59c92802d77f16363c9f817fb140c2238b303cb24056bedb735b2824258fd170f32ce2be +DIST firefox-115.6.0esr-el.xpi 663758 BLAKE2B 9e2cf86b722ab840fd79cffb3becf42179ebd373e0d1c1e3a286162ecaea3568e5f4f817a4fffd5e1be2c540dbf7bded159d590b1d445bf607d2997a1b8cc301 SHA512 0f4832b764e721352fb62615942ed40707fdf2fab4ce4a45000b820ec1c511666ba5594368d8a14e7202bb82508f83a67d93729e9b6746119ec2374fa61773d9 +DIST firefox-115.6.0esr-en-CA.xpi 519422 BLAKE2B 974f92e7e933c127dfe1503a3382cd85e0031ec8f2de7ca9e559b705b6b70161e4a7710d31e41bc9041538e2e2ca6b562b388cbb749c27ccfba4b6b52ea852fe SHA512 5370082bcd3ae0a1529667e090959992cf4ca41a3f6ac5ccd09055a8189283605de03d61373b7747eafb1547a5e9600ffcc6faf4d3952b45cf5f5b2c0d471ab2 +DIST firefox-115.6.0esr-en-GB.xpi 531053 BLAKE2B 6c95e92594c861a81b7e8f0e9c6ee81d3bf0509534aaa660acd53132b1ee7362e117fe3eae5217a37583df9cdb375be9f83928e58e1df64e79d206c9120aed01 SHA512 8943ac5c154819262f1a87da257239c9097eac7658fec90b8235baf6a4f2a21106e53006c0690a39ac4bfb3ee5e366619fdf14b307e433f9a8c75a43a8cae0a4 +DIST firefox-115.6.0esr-eo.xpi 556386 BLAKE2B 4a6fae4c3691ecfc36b3d1ba8534e161abde7f122bc9f5ed526c24dad68d1304cbdadd91981de24c6819f87c9644001ef2d298c5779b01156c427a6b74628db5 SHA512 815206474c09e8d3ba5e47f0281fa07dc85cfed6123e07a3b870adae637b6790e49676a50ec0193be7e6e18aabc615199b49b604f1c69b9871a763052c516bb7 +DIST firefox-115.6.0esr-es-AR.xpi 568958 BLAKE2B b331433339a7288e3ac7b118b34d3907a0986549a2d44bdd0f9681f765242d4a97d9ca55d64ea4977ba55fa34092cf1746c1eddcd652d1e32427c24fa86f54ec SHA512 bba821fd2d2c48c2b00e9a0af52d929d20d8eee84da0eb2bb0e01f152a2bab7275f87d31e7176371eeb43160da7943c1adf397d0b3324ffda55e109145ad9c67 +DIST firefox-115.6.0esr-es-CL.xpi 568607 BLAKE2B e8fcf5bfef5a4f67960aee711e16940a6369d8f34ff29be524e99f1ab3e41c24aeeb6d1556fe12d5e8e8e588f7a2c2f43c69a10832f094af29666c85b99b42ea SHA512 f17f37f6a9ea04682b93e1bbdba5f4ea99aac2a04b0a1a87419503dcabb8a3b51dbd2334cb47d5dd07d016cb127533d841ef1695046d7c09d0ecc11ca6598f47 +DIST firefox-115.6.0esr-es-ES.xpi 562054 BLAKE2B b5015c645372228c01590ab72b35cc76416e2ade19f2e00f4a8090d1dc82d30527da37f837c64f5ca74b680d423f2fc6e14cd5c8dc175e063e78036cfebb6f29 SHA512 76059df8e8899ce2f058b4ee2d83a28e4ac51a405fee524ea57059447ef5c05b4d79274880f9207c60e48032e05d32a544f50038aeb6a08a61094f37f659548c +DIST firefox-115.6.0esr-es-MX.xpi 565303 BLAKE2B e6a737ac41db180f54de17c7e119e737449575af339c47950933291e5eb6e6bed1e223285287183cf11cc0d198701a47f6e33abe0c2f2839c047d63ca6068aff SHA512 2b0b1b3f6fca6ef73e7a1556f88ca74d6aebf6250ed44720a9fbcd9a7c361b946d88d75cab570e3c42165130ce2e31d7ac833f36a1def5be8c6bbf6cf4d4a197 +DIST firefox-115.6.0esr-et.xpi 516134 BLAKE2B 9a9ed8eb36726a6b71bdfa847b0b6d1761989b4fefcffbf9bd8c63a3766dbf152b2bbaf1dbf58dac339f24d49d218841693031ebbb5c4e951af6dbfef0c170e5 SHA512 20b3048ab2d9038925beb7983f780179086cabbf41dacb0fc3b8b8113cbb2c992c9d36bc1ed88ff5d2517b072b8a586baf800767c6ae55f6db189aedea3b2459 +DIST firefox-115.6.0esr-eu.xpi 551614 BLAKE2B 28e20433017c41d120b380f4db995798fa32787ab0adf6152765e1e674007dec08d8e012b749690f78305adba13bfe52575b7dac59f952add947e144b9d8224e SHA512 ecfa01e841c9a9e9528765c191fa872e7cee749aca974049e450ca992bbbb158ac5e7aa49cfacb4e5fb9a3f05fe9eacfe7420aa2d94d62171aca0ee780dc8414 +DIST firefox-115.6.0esr-fa.xpi 564547 BLAKE2B 6c3b76c419d73c35089c0e7a5b8bc9a49ca53dc5223c84c20f7bf57a77f9c78a9bddd61d6239aec9f0156ef5b7f554a3a796db27a9fd1fedf63bcd7db169a9e5 SHA512 eb2f835f241ebbad70eada0690390a032541ac148346949f51e99fcfb34bb1ddfadc0346df2f4a59927aa247c0d24dd17a3378b874d3ac2e8b721d8a21b71499 +DIST firefox-115.6.0esr-ff.xpi 457106 BLAKE2B 70b42f8d538d5c2c70f032952a64878db7ffeeeff8e91163b9331d04b6ada093d94ee56ed7703c22fe69e5ed6a15fec156760de600733ceb49b03117fe4c3a42 SHA512 b10d7027b1e851da962886b965f5c6d041a11de8a584f50e07d9c47af13e8474e076a0661c7b5297201de6fd2b41cff822cdd9ce6879950509f2955144f50862 +DIST firefox-115.6.0esr-fi.xpi 551248 BLAKE2B 47f00534a00a69435d90ca5a1e7e35d8a5fc7b6dea6524caf9c3d118d87abc4fe9211d35e08661ddf18f6ad0b46698d973458565350077ebc718a0bd8abdac37 SHA512 7f88ae088751dbb0493a3904a751034f489c15ccdc35f1f04bd710c7113c3303a06cd54708aac3b927570820b027d240c795cc806ca1abea0abfbcb94644e2c6 +DIST firefox-115.6.0esr-fr.xpi 580609 BLAKE2B 84671b7e0ee0fcfb20ac4b90f704f73bce3d09d81ad45f39f44a1f0ba677519e8a79e43561206e0f6204f07eb640853ea2698c598af087fe05c7cc8dcb4eab22 SHA512 93baaf663aeb9155fcda976a8b562e1b2b524530321e66b57bc155d3da0fbe6fedcfeff8a94c8712af4d22240115010af44eccb86f2e80ad08f15dd0a68d975e +DIST firefox-115.6.0esr-fur.xpi 573079 BLAKE2B e470c8e6bd7b1d79a915a1cc4ccd2a3c6bf934535b4bca588b92d6eb1494d42752a6a04796a927c04fe39c51c3339b8da0db1da4ac6d8047d275d764aca9c377 SHA512 ff99228e74e1a8096ca774f4a9f8309d2f60edc4ad9cfcb5047e9df0b0a4eb0e20faa4137165914740ba2f0ebfa76b141c38e5177734e03bfcbfb89700117221 +DIST firefox-115.6.0esr-fy-NL.xpi 564935 BLAKE2B 02d6edc6e7fabf10ac0128e638da5a956090bdc4804ecd4f77f4073d9d1f2c8e03b92ad3ab675b83845c5ac67ad4ac570b33c5d1840b99252c2d9b4af162c1bb SHA512 d66f4cd9244fe5a11b033d2121ef47639df35ab45baa81fb071b99b161031ecf10942d567d12214ca83b5c6edfd5e3e5caeb37456bd704ac6c513928201b6574 +DIST firefox-115.6.0esr-ga-IE.xpi 454333 BLAKE2B 1b6be2d5477fa3910612fbae9e1121c25d77b610683c2edea07ebbac434dcade9eba69521810b05e6646e8f5912446f775e679469507e9e1dd9489b5533fc0a5 SHA512 652ee2537bec0892298eca1739ae9ac69c554daf547ec5cb9a757c68e09d1278b1f3fa3cc76d005658b7d1c1680210208a6c51a39dab79827fe84a677264ae0f +DIST firefox-115.6.0esr-gd.xpi 566971 BLAKE2B f71c516af2b1353e7f6c6229b9fa6761c7cf351e3ad5316585e8ef182ff6de4108aae425c4835b0c012ef4efefed6441deab738f19178b2d2a4371444310b522 SHA512 c8534e53ea9c2e812f13d1e86d0c8618d674ad73400e79df0ca92009326e8da4c22a480ab43086d30144f795ce400d096bbe89c0435f4e8c1b69215679609b50 +DIST firefox-115.6.0esr-gl.xpi 565476 BLAKE2B f85bc198d1d50687c74a2fd382707d090a09a8a20c53b7005be864950d5ee3ee59f013429b1085c207f08d6c283540935697f324597db5adc7ed8907852d7364 SHA512 464e37cd4f2c1df04a22b0c2801b0d7e341206104b342b05b4e828d926ca7fe82db549917054d9b78dd3075fb93861cce92be9398327c671b837cf12b0c7e366 +DIST firefox-115.6.0esr-gn.xpi 577573 BLAKE2B 85d356533c913405331f9567e6f5f272c87fb00576c6f3db9126934c34d96f839ac094c56400af0f3339b4f3460ee939f0dc7b380a676e153b68e3f04d56ca70 SHA512 7d207909a2bc6713f0da49ebd0d43fbb97e6a9e8a5edc6b30f8b2a4bf215508a361c831bc1663bc41515ebe26cf5efd9b365f63bb6f13bfc9394d8d3b96790cf +DIST firefox-115.6.0esr-gu-IN.xpi 506682 BLAKE2B f432dcd1cf52ba5e704150611f18178689d43c8b841fdbbadf3e08d904bc31dd91e0ee6f70de65b7cbeb646b373cd4edbcf5413e77feb8ce5b09ea9229fb43da SHA512 8a7027e6e572e14db5397ec7d1e470a68c533dc278323ab490110ed4502a71581e75bd013881fc15a04353d8f4c479720e820f7b52a5c4b4f243276208ff9d87 +DIST firefox-115.6.0esr-he.xpi 574389 BLAKE2B 196c5efff820213f7571725d3adebf67429617eff022e5699fa4794f95a41b9fd6d79399da2e9a2b72ba9189d21d1e261a8b20ededc7c5ff9207a965d2cae2db SHA512 3def7f914e942120331cbb17d007a2dfd2df4d4e6ca0d2263bb54e1a52ad72261403de8932b1ccd82024d7ec9f3dd13b2eecc9d003fae662bbcedf105dd9b1ff +DIST firefox-115.6.0esr-hi-IN.xpi 538823 BLAKE2B 4e574ad26d3e3f4a33ab88d504ef392ea6790d02c206c1139e13eb3713614a567d77c11f76a90862514f31fb13b9dc9bb5c2798893b992e09f3269adf06eb0ba SHA512 5cf9382547f08fcd0dc734856067905eb0addf12fd760fca4f1e763f6a90fe2a991c14210823a97bfe202826484875ff63a9548cad6a4c05dc85a0eec0f25fc4 +DIST firefox-115.6.0esr-hr.xpi 531643 BLAKE2B f14a0c3f56b914d486c783bca63b48bf656a800917b0972738c37190ac72d00f2f5ec40ba43d222cabf30336d33bfe17841988fb10135bc4a9ef6893ec931f59 SHA512 c7493db92c6153830bfe35dd25f3db5574b2c2f96b0a71c4c209f7ebfc3ee80a4195e8c7441c0c4c2af1e9463a445c795c628da1b5d78cde8567cc2d880cd0d0 +DIST firefox-115.6.0esr-hsb.xpi 585520 BLAKE2B 8ad458ad54af91fdc87c94932356718ca90200ef5796cc41f4b850fea469884742ad84cf02527c2b32d3188084f096da9541aae2db577ba3db60f161a91839bb SHA512 74f817eaffe58c5c09301886914dd8c163745e51832ff5f14789b5f4f32db81d01bdc6470cc1fe49d42996ac56b82e04b3fbf7638f482484c865fcd09d849694 +DIST firefox-115.6.0esr-hu.xpi 588972 BLAKE2B 8ae6c42062d7e5a26d603230104de4c71d8482cba41a92381565664a248b0b8b4cb662be31cfe2e8f94749d0f226e30be69c7225135f0f261132d53645297fb0 SHA512 686daf1db39c4686e9f097101cd903ee3e3e9bdd670c9501842fe1ace1a0abf4496dcb7fed77cfb2b692458ebb6cdae685b568ce395912cc34e1b87d5e5cad78 +DIST firefox-115.6.0esr-hy-AM.xpi 579201 BLAKE2B 59a340de68d7a2b92af1aeadf80173cda398003ca3e3333ce614d780de976f64a68c6dda55fc6da453cb084dcaef75ed5ee77e5cc61dc477f13c7ae582c8d8b1 SHA512 2c741d133d39e196547b88e74d8f9020f2faa3bc246df298c6e05ae4c26f340e561aaf021b3aabc5ebec257637ab5737939fbdc6f3748ec3892c7bff6b87218f +DIST firefox-115.6.0esr-ia.xpi 553078 BLAKE2B 920b8744c07d3a0b618871cfc8be749c7b8cc8c06f1d95777e8135d11144c477ee9e58b5fde8966d9cef71820c0e600a2a0f3b0adaee7eb4716ade5797c6bcef SHA512 03506bc355d0815888019e46d2cf28121adee08728eff8180153ce9db3e814d438af3913ac90ca0b076c85d336171113f6445420e276a2e6a76060a3a3f59478 +DIST firefox-115.6.0esr-id.xpi 537751 BLAKE2B 2a214ad1e9fad564fceb4b32f63b871c5171347a5a25f3b52f4c7a3ef30e798071d5ca1dd0db98b35e5590b3411fbc831f32d491129dab60eac1ca641c15d931 SHA512 ccc46161111dc7991b85570bf2db9c6091f18fe55b16884b180f0eac90a29c0acb95ce5a714015c57363befafad1dcfd8ddad508b589f2a2950189e931070ddc +DIST firefox-115.6.0esr-is.xpi 560803 BLAKE2B 86b1d5e8525478ee0cdbbca0cf24e81bc06f6be082b1136e215f1104cc6f68a7804eb49ced4e618f27a2461a72b2edf58164acdd6f5d193172505d995644540b SHA512 40ff16466839bf9e6183ad08c864182ce874cef7e1e072cc2442ed3f20ba87a22ca934eb1777125bedb4e56a9a8a24544537d414377492e0411a5133e251b1bc +DIST firefox-115.6.0esr-it.xpi 507477 BLAKE2B ca01a0b8305d15145ab93314f3eeeaaebb80a78969548ed90699650bd3fcac4d61a236dd38cdd27509c248cccdf7d205fa6eb292b74678b568d6ace4314dcac5 SHA512 4bff21dfe1f2af95994adf237db30922b0a9cd09694f1aa85095c48184f7d6bdcb43946e324ff3d3fe986cf8417b6a11086e28263f358fcc094ddd684308d213 +DIST firefox-115.6.0esr-ja.xpi 634406 BLAKE2B d5a208de68de9ca86952fabe5c7445a72c4305745aeb291ebb36826ca689609357473b96bbdffd67e403b73a31a1212b0dde59d386cc03493ec103569269700d SHA512 4731de18cb422a4957632d8a0a4939be05c592e134cd8724e4d14823ecafd458c8f89b2cce14d21eeb204ebe09132c00189bac3c52b0e9b33782f53bf445132b +DIST firefox-115.6.0esr-ka.xpi 610755 BLAKE2B ba16ba5acf0e958d26d7ff0de422ed350505abc070db4f1e3bc3b9a9413bbdb2e087fa91e76e71c4424c46830380244ef923c11223f9aeefb19154b35cacf174 SHA512 c861b0ade357d4f32aabc82bd3c11ac9397c1fe7039153c599958045e4f68bac86426c695548b2c1d360580cb228a8a8c8968fedd2348f6e7cb966df57faeb2c +DIST firefox-115.6.0esr-kab.xpi 562655 BLAKE2B 9ae760317c4aa734b7343e05a60737546bb268e57686073729c8f6071c2437a69e888b74c42c0bbda25696a6ca2afffb6e93c313996f091e413b814a2f20e0bf SHA512 c377d0403fc4285009b12d37a9a675b51ab77ec978e90d4eaf94a050dfbb2fd110f532460cf7c11aa09802770a3ba3e8dd116493559ce155ba4826f0a3727176 +DIST firefox-115.6.0esr-kk.xpi 639131 BLAKE2B 55ac956937beb1b0437020f05ed59c813af6ab38eaaa6a1f8c5a724a4ccc10f0fa6156bb7e7f76c076d774dd28c4b5dac2cc5f4ee03685ea711a5850c02d87af SHA512 8eabea694b73d374d5d88e5fa6bbd97f02c4ae694b618c6aae990817c2d5643d3ee3162c5dd8aa9404ac8561f2ade61da0bfcdf7b9571ec7e50d0949eb25e20f +DIST firefox-115.6.0esr-km.xpi 508116 BLAKE2B d052a48a702183a254430ea3d57775399b73b964515f4924316a13a5b18c37a4957b9b49137c0d41b7a58a184645d17abc9fdf0828a887191ab86d63e02be825 SHA512 309a68903e6c1d70f6950927f548963aa80fd1b6af049f686cb3c03f6cea39c5550ef395300fde06cb380283b44c2de5e1c93506d51fe61be913f2d2b510b34a +DIST firefox-115.6.0esr-kn.xpi 473773 BLAKE2B 16cf10326506ca01e6887583c742b0ee1bc5b04ab412a8e3bff18106664efa5ee082181e1ed2de628da4c1c3c3d1de2d45d7e9f957e4e76430010f494fa97d30 SHA512 3100fab88ae66f0045c43203f22c98ab97ba66185f78f2d136f8d5c11b8be9823f35a26d54dda59a9bb47a08010268d9eb8e11ddd2ad641bcbfcca97b4ce037e +DIST firefox-115.6.0esr-ko.xpi 600385 BLAKE2B 675d245159ed767e59bfc3bfb9090fc65d55d613a811754f2f99492ba1df7aa0e2f2148f63070c007e61de0bbf5fc6485d4567c569fb7a4ea60c9f3a1538497b SHA512 7c6505e1300d8b53c87b279192a080425308fd159b43554dfada62ab28a86ba06cc216279fccf6a396578e77899da23afdc7e6c3373aea21766005520baaf3c4 +DIST firefox-115.6.0esr-lij.xpi 463745 BLAKE2B 4d5143e887086cd0155d5560b034a51397a572c4f9336dd37cc3237fe1bfd953cf638bfa2c1b8cc31c8e95b5d8c07c3a97e1dcffa59b8af76d95e946c29a4060 SHA512 511c66a3ff54224f39b2cbce7cf0544c2cca226bf1e07e17de8aec6b76a6ec20bd9b1625fadd5af6483b96d67993446acc260390d86c5b4cb2ea5507e9547ee7 +DIST firefox-115.6.0esr-lt.xpi 548297 BLAKE2B 54d8804129d6a9b817c06713aac782bbacb48b8eb3e52b6f2f06473604aba5ef95d03d3268c23d7dc8916c5f6790714cb84b89969c66777f7d705beb520cf493 SHA512 5eef8b4de36d9db0940b021822bd70210e4089c433f16ddb7ad29af77a2eeb5f645cc605c636c7203f5343de12c38918d43c24163e764293070a0d4824fbab95 +DIST firefox-115.6.0esr-lv.xpi 450742 BLAKE2B 5116427acf7fbd8ae7a941563554388180435ef198d1bd929582af06c2cc1aa785ebc6ca0fd4d1d4ad1d308f40a780bb501eb23cacb0abbbcc966b066157106b SHA512 bde55c2fbf6f08d964a839cfa81d0d2fa9705efb22cbefa75839fafab39f13a6ed6e9e453696fd1f834bf0220a3c479a5b5bf60b1b2bdc52896608b8da21c3e6 +DIST firefox-115.6.0esr-mk.xpi 470110 BLAKE2B c7020f5b064f939f5ba91245a8d2f03b48f6f9edbc8d52dff531b5b1591a3398a17ec1a7fc4e7ec7c7b9bf0d09bc6dc46bf539f1688c5a76042a3d3e5955cad7 SHA512 d66154990f27779dd2125c901d83a16a0c39576c2f16fa008c2e566f4fe047e99084374b6b60968bb8f87f1eb444dc37fcb32f0346eb6f5ea5d7b47612085c64 +DIST firefox-115.6.0esr-mr.xpi 510472 BLAKE2B 55d378194d4b298933da0f7419408147b345b4b1524193f97468a8f2d4b28b6396264dc3b370aeada302117bf6c80695ad73a421d3c64e0155936c2e12b78a86 SHA512 f2b5ce0974428c5970713b181fab996f01f99980b7dc1ee88b3220cef937cf494b1d5e2e947ddcfc7adf747fcecada0c6a23f9f4a3bafd893a906eeab23d1dd7 +DIST firefox-115.6.0esr-ms.xpi 431287 BLAKE2B 98f1e145105a4aeefa66895627822d1837d5da2977c518de78e44fa1fb46e53c2ffdbfa7ed46a92173c2a02a0a60f8b54930c54d212e88aa33a66655df9299b8 SHA512 5390b6212777f1b20b124cc94638faf745e3eeb2d827a12e49318bf3d879631a88a4160cf246589f9cc4f60a036f23380ae9375849c6401a528024f666c68cdf +DIST firefox-115.6.0esr-my.xpi 493661 BLAKE2B e4d6648557431cdad09d904c1962319a6cb5de8681a2cb218ee6658a9dfa83ba228bd7914ebccb47eb1eef747f9f13e22458468519baa8bea2cdc86c125250b1 SHA512 5bc748bb75d6a75493d4307f8389f5c3b4fe983e02eb33be4192180427f27055c514860d8c3d4d6fed05a005f57cae24c88ad3402f170769ef9308668de529b0 +DIST firefox-115.6.0esr-nb-NO.xpi 548972 BLAKE2B 6fdf475ed56bf17eab3698cfe8999a54683b44635b00cababc8528e13666dac0567376c5eefaa5b5ac3bb754b68379e90b83af680b0d125ec0416cd67e18d3c8 SHA512 400f18d316de2ebcf83967bc6d88412f4e83d794b6f692c0151c32e650c7842ec47d6803bc92913930f64c03fa43ec56a371bc20d1715554436887f699dde2b2 +DIST firefox-115.6.0esr-ne-NP.xpi 469000 BLAKE2B 6ee2a3e95faecd38ec8181c723759798cdc83262837640e284dbe572de719763f66a9f1945f93cfaf0e8a01e21277fb99c6ea221ab2e13707f90e4e0d3441f15 SHA512 800414a273627534dd8b8190028a528d2fe03fc8bb4566338c15dc4f49dd5d1a35a82adf569b47d034ccafd380caff8e7fd7cfc39a66f11c4eb2879db3d4ad98 +DIST firefox-115.6.0esr-nl.xpi 559193 BLAKE2B e3927d0cf53dca6b592401a9af06b6d07de8b539a3c8a87aec142c1a35e0900524e0e645593f4736fdea752ac456af041905f3f50c8cf252511af42047b535f5 SHA512 5c2d03ee8f76b4964946a74fcdace134c9db43fd9919b9d67099088f86751a9187ffbeb4b69f1b77b0ed520d2ed61fd69e422339ae3338c2331f5d401d3387aa +DIST firefox-115.6.0esr-nn-NO.xpi 551975 BLAKE2B de6a56d4e7cc367d28653e6131bd29ae252d36132411d6bc9a3d47feb32396a7da9e4f11ce1955f3e1b1ff9701584f4080092a59be758768acc1e8341c2351f9 SHA512 c1d652df59377aa7e7fce3904d5d3a9fb3fde3d24102c8c5c2c9d318ce3d1869689a034b3e1fc12485b62d955aa72568a72cf104b1e7b071929251861046cdcf +DIST firefox-115.6.0esr-oc.xpi 572146 BLAKE2B 63e693d14304e7f8824b54f65cd4438c25f631972c996dcdb23f8ed6d38bc336b73566135fe03d7fb63aab980c0f6c48e669e0800820003ca77d961697d4eefc SHA512 dab5083c65221afab83c2333f91a9276d5eb66c0fabe0b0ca8d487a8b3d1b79727dc6da32f6a80657bd77f74ad2d2823c7c4692e55e25e95415db00e3c11f286 +DIST firefox-115.6.0esr-pa-IN.xpi 626122 BLAKE2B f56f63f5a7771acf4732e99ade35913a48312d733363d960e6050ec18360cb9ab10a4fe2a716ff322b94d52aef7073c8c2809c85d2a80062c1c0f1c7a4ed5df5 SHA512 02d5b6026c8a3f2267df2e5a543ee8f5b5598a640f8e7128a2cb8d51c8acb59001e943f3af19129e6974be19840a7ba8d70abaecec616cd7f99c83ada1466076 +DIST firefox-115.6.0esr-pl.xpi 579836 BLAKE2B e150d4d91e7baee2a6fe4bb08ad843ab983f3f932ad8f05ce7134a9f149c99d45f79eb430d542bbb9bd70fe0923bbc04380eadf32a5734a06806764eb20331b4 SHA512 b39d91b44c86fff07c540d616dbef2c3462f6ecfb1b0401a22ff808f0ecca376500c8035fdeb452264a197fc63d63a824587de482ece98b6ab15da815828d27c +DIST firefox-115.6.0esr-pt-BR.xpi 563949 BLAKE2B 0fe4edccc656cc014ede4df9d757632fec9135b5bd18f52b1a2baeea5f30aaaffeb5f65c303795eb7912297e2af94982663b37635c047d93b3817192e0da0379 SHA512 314ca87ca59def629b24ed041c86880a3c00c3dd153d43a477e9eaa1f7978bb7493741c8c415dae1b98a84b12c2d74ea39e41ef620238466bf7c94b02dee0b7e +DIST firefox-115.6.0esr-pt-PT.xpi 569050 BLAKE2B a6cb13e02f9d09d7b231dbdb12f4bc80f8223052464638e78ddd46cbfe3ca42315e240a508b0cab028e4ad4709786008b451608a2816d78ae9fc399ffcdb35d7 SHA512 4cfb0ce083bc483018a4c333364c89266ad004e84fc616a273b891412c674d91678c2a3e67e6aad7ef719033bd4e8501d091618d355d1079656e2e724c50466b +DIST firefox-115.6.0esr-rm.xpi 558671 BLAKE2B 8b726bf38ec4f55bcab40a61796951c23376a53711e76d5b5d9d1fada292063e482f4c2e70cd2889be9f33eadf3d3cf9814bf8884f40f3de0d80db5c69f7c1fa SHA512 67bf28a589fbabf3a84734a3a1249903e83892d6881ba50dad6716f65f8bc58e6b1ec025c46d1c266364bbbbbee2de1cb0ef602f40576f7bd45c671c77da09d1 +DIST firefox-115.6.0esr-ro.xpi 524807 BLAKE2B 0d10adc9ac9d093337ee81c61bb4a1858030e1556b3825777cb118288dc6f12d527996f2bc04627f4bad4c461e27e9c8353dbce5b10d6fd889ef277c63d761bb SHA512 6432bda4e5b3e19f5388cbd45d6a6e65d96d815c18c38c0084d37720e99a84fcd5a475a4de569a9b70b367a603276a36b79cd4e35382128c132feced70fad74d +DIST firefox-115.6.0esr-ru.xpi 651424 BLAKE2B 8486ce2b04bf8a0c293fb87c8dc8faf39a5d610fd60fb6e9dddf8862226fa3286a65f68f6858093abed273bd51d1ee9baff78c8107954b99750c706739eec13c SHA512 0dcdb611c8a5088f8929c54d0a52ea9a3498aaa912c91bc06c6fc1c9936c030124478a6eb8d6a9b27a27f3b88986e6a5b2b27075e3fd0a3af9e232b7da582685 +DIST firefox-115.6.0esr-sc.xpi 535156 BLAKE2B 0025cbfce7fa5f19d9774ff4217022041c9adaeb91fb8e33406b564aec4dd4103c3342aedb319d875bd7e1bcb3adae467baa1b86eda07a30d659256d6a173420 SHA512 5a8a1007194c2e0485745632e7e2129603226f4d80cfba52fd31cadeac90e3a51e2e728b80204e8985f1352f90ab92478fc0bfe6a913d6483b6f58a258ad4161 +DIST firefox-115.6.0esr-sco.xpi 489681 BLAKE2B f13d6285c686f8181c4686cb18ff747032a83407dcb587845497444ee95c871e0bda40ea52843a9620db3a64f18cc1d0bbaab0a246c2c4cc981ae2a816d8f7a2 SHA512 c847050b4d958e04a9ee993c038bd40a12d3bd01c8eafaa84e49fc0f167c378a4b8ac20f5a8436939c1b51c39450262dd5f4499b7c06942e994efc6d5c54cc3c +DIST firefox-115.6.0esr-si.xpi 569010 BLAKE2B 521ab3bf106ce6d3a30bde7bdf7d25cbbb1a040dc4fd4f1e38e6dbbdc71c1403f8ebf6b21d7e57de94a62574d79ddf6e2f81fe7dba4b4a1a21b17e04844dfa98 SHA512 837795f637b33b8c26e54614528fb34384f171acabc1b5345fec98446e2c24b5e4a6bb317a7e3cfb2db086278a0da19efddb8e987a631368c02f4a569c475ffd +DIST firefox-115.6.0esr-sk.xpi 589731 BLAKE2B ac59928ae58ea5162453f672d8bf62172608ae81ad8aa5cbca3253f795daff417f3665da6a486c17f717e3132edebf904f3e3cb070c05b685907f1e8b37f2e13 SHA512 0d30e2b13a9bbca81f7ae94ac52d0f606f5a7235c088e0a3768980c310b8ba064121e2ac8e89f09a610fed558e6b668c7b4cff2cae24644836bbd315b5c92f0c +DIST firefox-115.6.0esr-sl.xpi 562529 BLAKE2B b475d48b2a168ab21c207a15e79870e53fc57663f5dc61c46f8966170231b02fb265b072af6ba3b832ac4d756a3f079aca927eebe04258b4e01aaead7f5d5288 SHA512 686e26b46f3a044f17497b37e04072a3e1837ce58fbeb9b106287ecb97ee9749d5dc333aedd68846efda186b82081d69f402b4dac615c8d421bcf974068a86d9 +DIST firefox-115.6.0esr-son.xpi 400985 BLAKE2B a3387de1f8be985b6e1d4b28ab68b70cf89f9eb92faf4080a58ebda840cade16d724a9b462acefbcf0e89a8b4cc7a68eb20616c7fc1941a7912d07ddfd441b74 SHA512 b9240d33b3182812d05c6c5a653a1ba10a42cb266bdd97a2df6e2103ac175a2075df07e94c6479a234bfe32da8e7d8ecda954d871af93e535418595030e844f9 +DIST firefox-115.6.0esr-sq.xpi 564471 BLAKE2B 8e2403c3cef02898bcc82ab7b2a40ce343917be79d2353f6eb4c85fe0693453b53b290b59cf545e3c246a1307ee4ecc446504d4fd2c3253c4f38b94e1fd2105a SHA512 28f0ac6a69e0bea616ec835bad49280ee896424842b91eeaa20f04f024a9c32ff90907ec1769e9e05d660601c299e4eb7fc8ccfcb2632e5e22a9d47b81cfa873 +DIST firefox-115.6.0esr-sr.xpi 614009 BLAKE2B 58ba558760735cad302e9b413ff9e91f9e78426b97d6a2adcf9c9da899185790ee8d748e0966b8f32f0fe6ed20149c68bcb4e0f3063409b77e5faf9ac6f31c20 SHA512 6007d586434f01386a3d5a8a07248df105c9aac93500bfe8b7324d674714ee71039bf70b0a4fa412bbe41515114fc24490bbfdb649d5f9163bfa9847471f4a49 +DIST firefox-115.6.0esr-sv-SE.xpi 560565 BLAKE2B c218fb61a0491c27d1692ebdfe6ff0d0f3e240c05d2f1249522e3800999c71f87759a8c35b790c02c2098a5c8560e6a95e99d0e8dd2b36716f2a805e89f93dbe SHA512 12510fd431a62ed7ad8c690289b914a26a3f0d8ae05d8a965e0b2471d968bbe73ae16a0cb634550d0ea33a7fc92b049bf997fde00f3a52cd7791114b785d1458 +DIST firefox-115.6.0esr-szl.xpi 504136 BLAKE2B 1adca38128d651aa3c0e1be3f65c907dc84a6f90fac3ac0af840d98be4a6c1f242426966e5770c846c7f784c86a5044945e381aa16483b140f21ef94e16c83c7 SHA512 392d28ce6220a2e200ff44cd910c904e4d7ba4e95eec739bf3f035d851031a1b996cde94c3c5123f4fc80dc39c24aad2a60a8395d285598d0af7087bdeece002 +DIST firefox-115.6.0esr-ta.xpi 488870 BLAKE2B 4f905bdba77dfb10e6ec35b601a7a25c9939b0750d4067875d4525326392fb6fd42846a2ec34a6eac7d7f1f8fbe54bf28839cc40a627cb38a21a6054f530f457 SHA512 2695504cbb12b409e8a72c4e1f07f732ae8c4855519e1e4fbc441326266afe0ac0681856a986d969f727c2fa78bc7930236f0f73b1d8aba884945a828a122534 +DIST firefox-115.6.0esr-te.xpi 536169 BLAKE2B fe1ca7de3ca5849fce7a9a47db44610e1588721574c5e4b62f8c432591d6e0bae29481e24306e8a2619cc8272802b8f99e1861e1ba52cef0e664905bf2fb04de SHA512 9a407f3565519432619c985b25a109c78381a0b668375f643db5fc29899e07a0c3c3d3f22349e3422906cce6f8a9fb9223620a1f1dcc1b0d9d3ec41311f314fe +DIST firefox-115.6.0esr-th.xpi 632046 BLAKE2B b89c310dd78421c663de50920198ac6743ab6840815317f4a8cbcfacff85911a568b080ab4b164baf13f47229a77eedef74c461251e2dbb5ce44793d1adc131c SHA512 91adc1e27ceae7a22ecab6742cccbc8a5cd6ecd7abb5ee92da612c1ecaf5251c081fe5f71f104149fb9a37a1055b9b408c6fb4fa6d85db94ae0695beb7de75b9 +DIST firefox-115.6.0esr-tl.xpi 511430 BLAKE2B 5705da84fe50a1fe4d5c53155bf0ca0e959db44a9a376b390f16676b3fd560b5ced73918c87404f8ec824520db3e542728f2e1a265fa433cafae21bcb899a502 SHA512 850fef1316107edafcc8a1a815bac82fadda576900eb8443d97492a8a120dbc837cf6aa0d1b013331aaaff03c6ef33606a90d24edde306b1ec2d702f39feddd6 +DIST firefox-115.6.0esr-tr.xpi 573253 BLAKE2B 8e45491d72b78e1eb2953565db84145a33e734514e377fc7527f4baa3fb90c7f11d4ec386621ad41157ec6aef7f08296ad4e948032da5f354b6128bf7dc1c03d SHA512 c268b468901fcc540ad35efdc977705a7deca0f76c212a55acb46b9ce2c51ebfa0e8b8860b5aac4829e3653d27e36fd0933bb421d7e4950ad685413341937933 +DIST firefox-115.6.0esr-trs.xpi 479677 BLAKE2B c5af0b2668e9dc9ae7a9fe7f51e0955d86f9049324fd2e78e3af942a8c408750466101c7598bc9a34587ce802f330c11b8786a65a9dc0c0a324d6ae36db50a78 SHA512 16dc6e0675615e2507d969aba73b42c1270367ac6b8565c8aa44ff237e1fed1d13d12332e0567a9180bcd5d3d73a6eba0eb8fe25186de4be259c5b2c3531193f +DIST firefox-115.6.0esr-uk.xpi 645035 BLAKE2B f5dffc6cc139199be8af87c168eb6234c189501f5af82fef65fb56d86cb19c297664d7c7834f403da537af1c7433a5dbf5e936c095c25dbdf9a0b685b3ac0b36 SHA512 ac14c8c47bad2bee53ca3e2c3f5f1b039c1ef974072e2ea38d35b3799725d3d49db63bb4540f2d4318ad1422dc5b99bc3c9574cba4634a727f433b06355f4f80 +DIST firefox-115.6.0esr-ur.xpi 538802 BLAKE2B 780f36faea9969393479eb2ea523a435ae7922a09def20ffdc98ca11d96d6ef2542c194c2625f240206998d3b5c201e61aa71fa3dabc6f5bba50edf31db094ff SHA512 e41753f455bc7fda64b59656303a9e2ecd45c6acfcc6db48a3621e387de6a262d0eb9542c71ba7b52edc8eb62c4eeb47a43bf20b84d7042f176c77cb74b96235 +DIST firefox-115.6.0esr-uz.xpi 461757 BLAKE2B 7c9402a60f710c117a3c78f69c9fde421623b299140ff6ddde09d5886b90794378c10a1e61efc516930d6887ab24e4d91ab668fc61b5c4da215abefa072f8187 SHA512 ffcc03f0c804eef064516dec9b7493a5121de2e44fb8568af7366c87f9340f7c345cdea55a67f48d7b6f2aa3e40966a3a89e626593e7c70393432fb6241e6f5e +DIST firefox-115.6.0esr-vi.xpi 595546 BLAKE2B 0b1ff8538882d74765558b4d10d666a1f66ba3573aa55603b02f2c271bac0442a179df9c54707eaeb25ec77b9cc2bb516bf4994c92c5dc04973b94af3176e017 SHA512 832d3e8df159fe64409b7ff0c03c22bd23e4fac8ed13fe8b4e78b9f4e910c65c2a738d004fa9c70156565e0313cae27ec73252cefff4fbb30a1768cf344d0223 +DIST firefox-115.6.0esr-xh.xpi 402437 BLAKE2B e1f78ea102bc789819c80821270ed7d814f2b445de38f345fa3e9383ee1d7d734cf625360b9e5127ca361ebbb8f6980ed381bf5611066c705b0fd520e59af861 SHA512 400f2f0bc788511099eb818abea5a3f2492fa3b9462db178d62a4fc8f1973e1a51f96b68c0711f2251839541abbb8e62a37b54f7224e0f3927635c5a64267e72 +DIST firefox-115.6.0esr-zh-CN.xpi 595487 BLAKE2B 0e60ffd8eff1d52af2333fd596498bded0764531caedac0c7412af12c78cc45dd120a7a4c85b6ae5f6a9de27f8173f4be3e6ccf89b5399d8bc2ead3af7c31ea7 SHA512 75a46e891393f74ff09d35f2e46b58e9972a1f5b5152b26a68c975e059621e4cd652e5231ac31505ab9bdd2acc46f129bd21b762b11533e22f8e94e4e496b58b +DIST firefox-115.6.0esr-zh-TW.xpi 597820 BLAKE2B 2e2e85eb4292c1b95486f4487de466c47e58f8c3d1fd43eddf77432044c7a3a85f5c1d33b655256107540a0e3d3368c28eb3a676249ff49a84ddb64d705b77f8 SHA512 d70aae9cbc4b2b83f37bdee66523309ed2961a6c203c3b7fa55658cee0e96555170dd5224b695f5a7e72b1cdac244b28b07a0827618674e40635de61d7e41cdc +DIST firefox-115.6.0esr.source.tar.xz 511017732 BLAKE2B 80ab9a45f9170265751a913e789a54acd0503846a77e43fbfe181c3d5846d5945f5c4f4bf3a35231e250e15377f8d4abd0a01617b3a3b0f94197450300111360 SHA512 9fe23b5f715e35b788d9c8fefe6b7be8785789b4ae6f5649b05a54221934101c6e1b9580319145f9bcaebfbd00fcc33e97afb63f7d57ba102a6b02c874d324af DIST firefox-115esr-patches-07.tar.xz 15204 BLAKE2B d5c33ab66a3cab0f1d7b520b5cedd17a8d41260f560eb7624f19f9e7126810e5888e5e1af584661561e82c2dfb818d2c6c7906062f9ac7ad117cb09052163594 SHA512 c948c32766daed22c77d20e0ef3f499163e03adf2a6329b04a60ae9f0b377ad6c85fde3d3bee8c5b11ce7cb19b9e03836a60699af3ed074c4ee8530b63c390f2 DIST firefox-115esr-patches-08.tar.xz 15912 BLAKE2B 3f94deb17920672ad2184e813bd38e390ecaa50bfc6e00973db717bc56a5adb4f096224cc366da525db25aaa3d198d57716bcb765ddc906783532864e23dd8d4 SHA512 4474fbed14b2c4fac03d82f4b37849a69dbdd61fc15f01cefa373eb8a64a692f5a584247acdf7c349ab6965225c3cd47be3fc4523f93db5299680e2a22e94d94 -DIST firefox-118-patches-04.tar.xz 49008 BLAKE2B 2f0ed88a710ee43464c58f95998b78db25104575c0739821cf043f38719ca7d948cfdbe22a08dcc88e721a1c9124de3ac974ff8500beffe1355bc0b450943ef1 SHA512 12dfc5f0bf4d3c2e3eeb21199e1a5082a51faca43d3d3910835651f9f64b54ef5f15e749efe399ea3720b46d614964435ee30d3ee7e8d208bb4f4b4633f76db3 -DIST firefox-118.0.2-ach.xpi 446038 BLAKE2B ad8e44171b4f4f8cdfce5ded8fa057f09530b17143a8050784a8b6277e7258423de71110100acb5909f61bf15447c3071a3afa29eb16c9c06ea64800e1dac946 SHA512 5e88a6175e227c2e8f08d6e8390ec6074d2f10da2bc119028893509d190f31a4c6c43d29b7e859174ab6a9df0bb7a87d0b87c04588d96de8239ae5209b93ab8c -DIST firefox-118.0.2-af.xpi 401804 BLAKE2B c0a05a0fe1e1c505109c5b160b78f1bbb3cfa306dbee1bd97a1a1e67f6953c440aaf85dd4061da4e14add917f1e14ee9ad73eb78038fa9a6d895fd3dd7107a5a SHA512 43e6f31deb904462165726c097a6e4b1972068013681832d5e87c715b07fd3e259c400c061d796b69586983ef536786a12ebb0acefd8cd551f421ea292f4fbeb -DIST firefox-118.0.2-an.xpi 485438 BLAKE2B d3c13c883ad6ee0a28bfb6d018cfa726daff1b5e55193c025e8d91e6fd04bf3855be2421cf941813696ed9e31cf66f3aba0bbbadffdb3c7be06ad14b773d1195 SHA512 258f03378eb3e17a77293728f3e83665c180a2149bebe08c1c37246e1d0d0f1bd2fe2c1653563054822887b294879dff7b969eb54b2fe16e3daf0d5cceb1e125 -DIST firefox-118.0.2-ar.xpi 552500 BLAKE2B d03e4cee966f7c600c6da9b79cddbc899b1b7274da36f5939ed6e200e47e8227e0377b4873f253d8e3d43a7fd3bea5b256e705612e902310460d640efc24c400 SHA512 e344e63b499985ca81baa53a0da4e9bcca239674a72731bcab9fc95be87786c10608e40fa059a1cd61f89bcbe5a37d236a6abfa5c121780ecade10613d4d2aeb -DIST firefox-118.0.2-ast.xpi 478757 BLAKE2B 10b156fb2e1b6df63fa0412f21eacd08eafb5a088cd9693df455b3e14523947df0c9372707d9087cb63c737d78c3eb258e2a5773037ef985d5274a52bb77ce1a SHA512 7d3a5afa517109ce35d4af7bfebfbe2d46e17c7794dfd8da587ae3399fc747e2ecebe00696bc9e982b9c8c9172d1d50d9ecd62d358bbb7fc437dfae5350f786b -DIST firefox-118.0.2-az.xpi 471875 BLAKE2B 7f22c1c8f13c043a99966a2557666d04ee8b71754bafd1b6fe554b77816f8560bf9578e82dcc93756ac0f18469375c7be6611d3726f01134b9824da545d88bd5 SHA512 88ace169bbdfe5abc41353ba482cbe09db640c41ee4e846689dd29cd0e1b99eaee5c7759c8420e3b94d2111acac9b5536209b70f17dff1429c16aff06d4a976d -DIST firefox-118.0.2-be.xpi 658001 BLAKE2B 2e9ef6f18a97e268fa9dd3c68a884a6c0dcda55f74e228553158abb1a45a17f5cf8228dd996901d13714e3a2b4943a11062b7bdb3cf21bd9431a8ac5e4b6fea4 SHA512 278192d0f362d34e49a04cfa4d2e5c3673b18e3069229c2f40ff4f861b62b151f6e3ec788f0b44fbfc06c9bf3309e93ab7082f5e9bde1a591a7edf6a8ee9ffc9 -DIST firefox-118.0.2-bg.xpi 567016 BLAKE2B d068b6b7ff81eb7a496d14174c4e1fd1b7e17422ec0d72569e0ca1b4ec5e90c67cb005a2d21baeb60443bf037aa28a22800702093a6c01110992aecb3f9e7bf2 SHA512 ba97957ac0273d82ddde8045bb9713f357133db1a53a4af7766393d6c0b08a44026c4174c8bea7709b995cc71237539fc3cd9bf206333df113026a9e7fa683cb -DIST firefox-118.0.2-bn.xpi 561413 BLAKE2B 464f76a3c627061dec33505d51ae1dd0f996d0fc68e576b9225634d91eb198d50e4ae78a1abf23e85c96f91568f4c65fb3833817e80cc0a94dc16d0da92a5374 SHA512 3c5b1a5d78b9789652a0f08732df39293e4f828a3456e4142814012b715b86e4909f46e83f30b5518954dbe8da8a9b6f8682c0292e13fc63842f838e7e35f3ef -DIST firefox-118.0.2-br.xpi 546680 BLAKE2B 023be10feed717a6ac22240a975dfa212063817c06c8361028751075a96efe846fc1ace1c5459a034d8948b2e186f0638d05f03a863630b26b2d926006bb6a2b SHA512 f88716be794c4a8c638337f297b53059760549296a3c0fbe9794b0df6305b40caf249917c60e69cda9df2b7136f783ea08c88319c1c41d5cc764019711398380 -DIST firefox-118.0.2-bs.xpi 441977 BLAKE2B ab500335cd53ec66971b0c8a95386805a5e819d9094f01bbe84e3ed15350a40bc676a3f812604e8ed3846b3970d0bcdb2f9306d4481215c2c370232d0cde2e19 SHA512 a0c0f95e4a08784b6660fbcfd830b01a5f8af644edfb6a98cfd19a2062dba4c0ef5d4ecab55081356c817e291627951bb38f299d6005032de8d945553e6b34be -DIST firefox-118.0.2-ca-valencia.xpi 524699 BLAKE2B 39419a70a5d8a50be29dcb3147c2a09bfea03fc9789af9db458aa59840304385a9c8b93f575ac851c9c4552703e6343941e2f9c54022e2d139cdac28b176e271 SHA512 018cb872c7a285d8e347b384fade89c57bbc97bff1fccdfa5a9021cd63ca08c7e89fe7bc62fc390dae43e62a090ac4c4026e1794cafe85fbac52552058127c1c -DIST firefox-118.0.2-ca.xpi 548408 BLAKE2B bb8404c5f8562ec996c4d40eac0062c2b1ce05a7147ce545b55237fb2aab4acd7f0484fad9d7a0ad89c9bd69bad65f1a3196e5e8ed7c8567689d2ec3db972902 SHA512 d6b864ebaadfc2c61bdbd8572e91f3aa25e106d85d5b825d264786e2109e3f5736de8151d8f79332ab7538a18dc354006f0ee307447edeec51bba7551ac7488c -DIST firefox-118.0.2-cak.xpi 569606 BLAKE2B 7cb8faffad6899a88504467c1064dc945596f82ac7061732300291c3bc2b69778becd8bc454f5e84db93baf619fce65f651115794e93786d65e9a1636226aa37 SHA512 fc671b134ccb008cc1ce262c6fdca560159ed5d9c805867c1a33fb9097deddb812384bb241c50eb2452567e529b9e8e78613d9b0081774253616e0d06fe9075f -DIST firefox-118.0.2-cs.xpi 602028 BLAKE2B f23aa30dbf481bad35daa771db8da48c2ca59b554964b30d48ba1d3e02b2e4232749b571bf44013e0b70305466d34e0b4ad9825ace13ed56916be289a39d7e95 SHA512 f1c99b66730290e62fbdc2d8811ae5b1f0151018f4f98dd7ecb4ffb4ca8a6afb466b62e2bbcdb4b7ccddcddd00a4d135c41f7032679ffd75edd646725bc1d805 -DIST firefox-118.0.2-cy.xpi 573643 BLAKE2B e6258536cf39cf84f68a276538a851e663873b30c9280a2d47442a564b86bc0627a2e0fe7ba26001ce0a0dc8b5b50c44e474081c214e5bf1522a96c2ba85c8dd SHA512 586f26ef197d8e74d172f25d686546b9fa7e1b9f7e4675de41cbedb38f3a10e754e06c28ba4906a950a6356c7c67801d725d3c844089c43a0da14981205454b1 -DIST firefox-118.0.2-da.xpi 562666 BLAKE2B 828efa2c4a4ce9013ebe6a7ba16c3442ef0412eaaa79c7c4abd8294c678d60a12689e6c09ddb51dd90c13675ae006ad7e48fe79f1555ce46e449b0893884c19a SHA512 3906e15d70933c7734f44663b5500c52656cabc56eedd4c30101d6753365ffa8024fe5c630c94ff5c2d0062584117e4b2e004588348b5b6b55c741e0cc61602c -DIST firefox-118.0.2-de.xpi 583322 BLAKE2B 206eecbbc544bd894e8fc0d7541624e402608251a6c227421352ded533c3e46f4cc1e50d62ee8db6784bfd2572597aba7dbab0147b9b4bc86ff6cb2629ada2fc SHA512 38974182742f6c31e15c5353646aef199cf54f654b3ee3a36d600829ade58500fe54e7f4c0c82eb05abd6ab04027eb61bc4b4047f979ad51e06d61f4c3aa0983 -DIST firefox-118.0.2-dsb.xpi 598377 BLAKE2B de2f314da8640e5b90e091730b850a94f0513198481f9d871f3f23ac82a0692db850a22c7a662f10768d19c2c5e76927e36a9194c652cacfcdacacb8855e260e SHA512 37372716e17fa6a7c7d849dd56493fb29220c1c4bc22c3c6c7ddb9e987591c1190bc9ba66c7984350ac3b15c2da7a3d60dd6a30bb7de6bf45368c3a50f896134 -DIST firefox-118.0.2-el.xpi 672681 BLAKE2B c1fed0431d6c347a87ad8213fbeb13b51f109c2785afeb0b5b12ca8646d278cb4bba6f6f7d5dbb5e76bbb4003d219fefc00c6f854ff1836575a5bbfa5a99e1d1 SHA512 25dd2cfe81233d75ef677a8ea8c5474fd4a747a980b6f27479f077190fcc18fd39fb0d15a0ea31dab86a31f9c7ec91e4040b1e1ab5fc1d705c8d2b191631b9bf -DIST firefox-118.0.2-en-CA.xpi 538026 BLAKE2B 2a0bbbdade10245b2c1bef5f867162abc72da3265d3dd4e8c6a26cf89440b36eb22b094dd584bc5f9f822e6899d6bc03fe6fa51e2c307006cb1d69945e26a1f1 SHA512 844d87e1af482133d5f9786d626847cecc463c2b835c3459dc485e4b0887047c9f738ec6000b201081778eb0b0918152d21ec8a3e360e1e5676923bce50303df -DIST firefox-118.0.2-en-GB.xpi 538570 BLAKE2B 93968e615de0491a20d31749d17491ad83069acb7a8aa87ff902588351775ec2a9e1f7ffd8c4a98d8f6ac888226c01bdc3ddee995a3261f52538d715a9689fa2 SHA512 fc8912f23afb6dbc5e0ea2a937cdd75113182d422f41b83d5ebec9ae9b74711f6defe4e884955ed03c2dc68ee6b27c99b248a1b4d8435af2a631af0d33c08940 -DIST firefox-118.0.2-eo.xpi 563416 BLAKE2B 91d969e29a6d5d0cf7d4e269b3b50a47a69d41c2000113e2265de951841f187c2efea221503203a2140328aae300259aadde8f9b22d8c2668fb3d6064cd16f40 SHA512 926cdc75381c3286a76be33bade9b76f0b7529ed7f87b06943ac71dfb8607ec587cacaa3bcdfa27e21a285136613c248d252bdba6981e84c8aff25f0895d4282 -DIST firefox-118.0.2-es-AR.xpi 577751 BLAKE2B d046f98d745c05bceedfb1f18a6482a6b3e1f8c98642d55dd36edd298040e33ca5178ba83b966812714e4071de4d030d191f950f2eee086b147d7190c4e176a5 SHA512 3b6b873c76a74e0aad7c0ab86ca7d3c73ebd13bda1b7fc81dfe157ec870a534c7b94086358dc2d1649a6c2dc928c983308b3da78ddf667e3f2c764cfac61423e -DIST firefox-118.0.2-es-CL.xpi 576560 BLAKE2B 1992c86868e180ce74cff2c2485350e2bb6334ab8dca018b0098d81fe69fe215c99d28d07d507735b351515b7499dd9d89f194485a9aadf05cd5f81f7e424aae SHA512 7d4294b69aef61e730d0328353134de16a9ff188dcc8a7981a5e58496757aa4232785bec5d162a0838b1c6bc7e25deab32460711411d31a41580a3690da12d02 -DIST firefox-118.0.2-es-ES.xpi 571109 BLAKE2B 196bdf4c549e362af00ad400eb2e04c9c4131c1fbbc0936070e33ce1f91d259a07d9ea63096b92ef00146b87e23c2ac52751ea921eac0e41f3cbe0e141150c03 SHA512 ce8b6146f443d6299219237d393769554a7243faae896bb0b575ca5cd0f8788ed2ffe15093727c853bb91ca7350db7c2b8973bd1473203a0e2926aa5d408ca43 -DIST firefox-118.0.2-es-MX.xpi 568547 BLAKE2B 3c13ea0aaa9aa2583f44e429edcb945a9f67eea2498d4a8aa1c823c2234823b54b4b89cbb9d49a83b0bc71ac78a98d757cb73d834ac242c1e76da0f30a7294b4 SHA512 56d87fc151e2f924fbd29245c4105b3b7021c8ffe81f7ae6e2e1404cf44aa2113f7dbf0be7e169418de4ebcee4588235367ff7ece9cb972eec3a117aedae2a56 -DIST firefox-118.0.2-et.xpi 519010 BLAKE2B e1c127b5f7c24b3f39cb8b3e0d31357a2494cb65bb98b0368f1b377061874c0fe357a556560dcc62b5db747abb26b9e8c304cfd503fae26661c03c287e3fb90d SHA512 0f7dd78b6d652b7c2068ed6da2dc127f10976095f85ffb9699aafaf3cd7c524263fa37cb2191f092441cf611c4ef0b1da62c4d13f7e1ac97f0a3ba5d9a466f7a -DIST firefox-118.0.2-eu.xpi 559334 BLAKE2B b8f98d710652f450970686ac9113d8f5e7da805901b641ce6d64d1df6934687fc7098464a9dd4b58b0e55f417fd615321d8450fd287729634daeb66be1176fb4 SHA512 5266da592395c08153368932f0e9924b150ce9ab7b0dd2db3343fe48321924689a244e39082457932e6e3bb1726d2b1317139342e42b644cd5867e4f72ea955b -DIST firefox-118.0.2-fa.xpi 569206 BLAKE2B 3bd02abbf762e3eeca9a1e3b43a69434daad9d4aeaf870dee4231affd44a10f397cd41624103af568360a193209af9563664aec3fc995c493177aa77af779160 SHA512 99706ee8726b72e8bf2512413345a5b192ac2d548a005b3bc606a577415ef7d5057248f04eace6c6ba40f9f140da0b9d2b9b606c00506b27b77a825c719befab -DIST firefox-118.0.2-ff.xpi 457174 BLAKE2B 1bba6e0d1a5b01ca53291a8be458eea052016360606ab2df7b9524f5cc9da0fe5769696a93ce9f42ba34b37f4e15025bd1ff2be22d3c1e060217d9ba1d8cd410 SHA512 b1680e079b750c79784e72ae8bd8b0734077671c7098c7f6a237320ae8fa2d2648c300f14f6d8e79fba7c421412c5ee5cdef6f8213d0f60f3b22174d63214600 -DIST firefox-118.0.2-fi.xpi 560259 BLAKE2B b6613ae776dde9e3eb481a6a5dfef677f8cc0e3900f35c61bf17b871b000305177e0c7b778430f98de16b667b3008cd575566d3a3f4fa11649568c339fef1d32 SHA512 200d5f6805ec1226b21abc690adcf42c762b9826aa59374574c14da6d8baeffa0f5bc438b768cbf5d95009138cd8a22f0a5f9a9e7cf9c70c106a21be5a3805fa -DIST firefox-118.0.2-fr.xpi 588805 BLAKE2B 1c5b53709cf584d8fa8cd879e1562a88c71262b3ff38ad38f930dcc9f47e37eed518c2c9c07207d4b34fce577fe2c24193427ed9cc0f6f2b9c27ded4d38aa088 SHA512 26b3ca9113dc632b4688ffc6f93db80db9bb3ccbc4f728f233b85d8fd03d9faa4f6c74353214d3c04284676a0db45671f0c350f0fe31844c5282b58942a9e538 -DIST firefox-118.0.2-fur.xpi 582428 BLAKE2B 634682b063c429d49b857b78a81920e1db6804712333f2653fe561f045a33f9b2754baca2277f43df24656b99e3711bc25cdc26810ac97c817538e9f0d568032 SHA512 5e82ba23f5e0fe02df40626f260b51adc0b668c268f94cef9f39e805b3ad3860aebb3c3602c2b339d55f40727dd40905569bc1d5051b12332880eebe909f361c -DIST firefox-118.0.2-fy-NL.xpi 573264 BLAKE2B 0e2059572a8302b78e04ffe76918fbe5109240b38520dcca53a194bc5f2f756d2e3d3f231bc084fbfef655ea12df31fbf1067764a23e2b2081c6750266cc7c5d SHA512 ec4df432ecb483287c176af1f9031992567c7ee73317088da446b4bc36994924f976f2dfa373c5ea68dc32f960608ba3133f5e217f4ebbd5d5ad9db5da420c85 -DIST firefox-118.0.2-ga-IE.xpi 454905 BLAKE2B fce577f60c3b00b92ec1d7d1824511e5c5616537f3cc74f4ed4edbeac51a6aacd66552c85907efe1e115b4bf0a122ffbf801dd6b4b282a7e228fe163bc87bb91 SHA512 17e156096dc489dafdbbb9e9fb16c833900f4a4e222d31053361d0d1c5de1dea9addf0b9a09459c0db536774409ecb7f965c8f543962f42326aa06bdcfc142bf -DIST firefox-118.0.2-gd.xpi 570199 BLAKE2B 35fe606492a65d34c4316001bf574f5990c8488589bca2e568d5eb126454be19fa571d8987e3c99496192b1e40915a303ea10c593c8d233e22824d830584197e SHA512 310edd4d077b0935eb8ba58ff7717ba85b44550b16705bbcc89a40f0d68370e9df9a94e665fb38f29e859f6a5fdcc132e64683c6ac233a9d61f1d3ab9939f6c1 -DIST firefox-118.0.2-gl.xpi 569420 BLAKE2B 44fe4e55a3e5e531c5cbe46132e72db475980a945b0bcbc335e4d5ab77dfa86d7384afc5387b907ed228fb0bedb2b761a42d800011df29f8b25d1496e40af29f SHA512 59a1bd45869ff3d77615499a34e24466cc61c55029c71d0b3bbf52bcce9e944c4367176ffcfbf4a1b514cc14ada6b0a8edacb7d660d856793cac0d244a236b45 -DIST firefox-118.0.2-gn.xpi 586933 BLAKE2B 4d57a978c38d3c831e4dee33f79ac9403975f5e5723bac197e6819d6119fd192bb360a380421ccfbabf12addd97e38428851f7a9e98fb750bb712ccd157cff62 SHA512 35473cc9c8742f71c251a9dfd8865f9ab7a8d399e65c9b6fbeb72cb4082009709bee25019675c920b75c5b0d846b8e4ea136bf09f44b687e7739ec61333e46b9 -DIST firefox-118.0.2-gu-IN.xpi 507511 BLAKE2B 6b5eca241ff1c9a5bc3bc38cc537e39ca2a00756925b9db5b791a8cadd194cf768c4d893848c5c4e886d8ff331a57b56eed4e19251dac92736025ddfcc8d2e22 SHA512 3c9b1c292f4698da1d231a4e384ef67f9d9f7f97fb6a4c04f98bd376a80fd3c778f09a36e9aae6ab716e2b45597e49777fbad6ef56b9c8e8e52aa1ec81f39cc5 -DIST firefox-118.0.2-he.xpi 583024 BLAKE2B 4d44d3d436be869ac11e193b9a6c702a631f2b9f1afa37e75b7eb8457c6f26f0af69d8fc0cee820bf496cf2538c17ec022116e1a863aebb866c0db1994777be0 SHA512 0975bcda598f4dc567777c994c857591b040d80e423add16935b1e391bf298fd18e665fddf283662454b0753bf26fa1b52a9467f362b0887af2aec4f7da0d23e -DIST firefox-118.0.2-hi-IN.xpi 545208 BLAKE2B e30f35083187556b2bffe263cc8d717ca8c2381a33bbb6157b71e79713ae2f4de63678056aa4bc51de2de0df9671d30e5b0f339c4cf177fd9b5e2c6a968470f2 SHA512 a0f68654d68046deceedb824a8e85953d92aaa5fd40911d079758ff11f8f4948ff665dc75210b4f0073b1db8874c2ad65dd7d96e791b52644b4b9702732bfebf -DIST firefox-118.0.2-hr.xpi 536187 BLAKE2B c463439e3ea517f1a6f3daa5ce89ce81e096a397078f4c5f0ca295111f776f41a848972169abf9c5771ce385d39c17cb3447f79a20aba661307a70bcf2ca48d4 SHA512 2b0a91fcafcf8211b95527a6ee363fbd3988e1af00f41f05cdab73ff4858acd117aec3c3e17f2e98f6dd039c489397303e73a7692f159130942b8b19589f56e6 -DIST firefox-118.0.2-hsb.xpi 594451 BLAKE2B 2a4e6e74bdfa86caa6b7854112657181d00ae62eed6e7827cf35da5e057f7d8dada42b386e29dc60a9d9cb5cdc5fa5b4ff3907d79ebd070334e615b9ed5ef3d6 SHA512 d107b8cd1409def50ce84dad19e3f1a86a365321b2a6d8aea38d7cf057815e367b29c39fb9c510a5218fca39acfcd2fe7283c85393e5f441601ed305dd471f6e -DIST firefox-118.0.2-hu.xpi 598448 BLAKE2B c120ab9fdc6a2f11b3d2e8c64e4cf14df8cc1e0b399b30069822d6d5fe8261bb5188c1aebe4fe875b9f1c0401fba017fbc562ad0e068ecc30bf8f857327a9f61 SHA512 0cca2ba72804e0758036a530bc08a8c66ecfed81108f52e7822cd0814eb9b0fd0fb9865883a6017906a85d47bd5f2bcd0fc57b191fb98721d902c4b60bc92ddd -DIST firefox-118.0.2-hy-AM.xpi 584473 BLAKE2B 33da687f1a8498b555f5acc305a1e61e032c642f9fddae07ec0f79bd397c74323c890e5f7cf30df971ea0cdb104b98a2dea14610b613ceacf9e2d07d7089b7b6 SHA512 91a0cdc1f4708a4edd85c4bfed651c6ce220209e2bc5d8b4eee60f141056c800f1643514d58d7afd0faa3371a2e63d5d70db1bf0f40f84418dcc000be3c1f639 -DIST firefox-118.0.2-ia.xpi 561627 BLAKE2B ceef1f3716eba2e2bc7dbe56b5d90799cf9d842f2c6a905838ebace05ab30b802579e269c00c398263bbf4225a425a82b203552c2937cd7d57f0886c7ab7f76c SHA512 413d145ececd9a789cabd9b292dd692dc6c4089a6686c38ba0ad44d13ca9047e6631345b64e2950d7b91bd3474546ea172afe6bdfcde3aae4aadcb3a5f91dd57 -DIST firefox-118.0.2-id.xpi 542968 BLAKE2B bee86ee79f4613b969737cb1dd6409d25101f644dfb4c62b8ec50674737b31c548be385a278e2cf98115e2ac239a52431b8e36fe7c9a426ddafbea974e48ada2 SHA512 984f2d99af17cbbf5994faa10007ca1755e417a0b7150bb76f292f0d3d66f2a79fe3d8c5024a4bd6c51e01593d3c026515a83f73ace23aa95effee8c4ed538a6 -DIST firefox-118.0.2-is.xpi 569566 BLAKE2B a3609dc6830728a1e42429a3fedddc9db7626afb0ec18f31115b7d2b32976c22216217f8fdc68a77ef47e5752b4c8a36158dc3ff7cad0bb86df06a7e24d91ff2 SHA512 6e387a69b9b97147de27a0f9585cded9d95a4a33016cb494bc54824b29bba0a8bff8f7884864e3c704d9f6b0b985e39e43b14381bcc7fdd6b433681b850558d0 -DIST firefox-118.0.2-it.xpi 515957 BLAKE2B b3cd21b9d14b000b27e3786fcd26b4725003c85723e8b8333519f843372d11d3dce0f4fc89ed725cc2887ba2309f73890d563f68377f058ecba69c8b0a20d8d9 SHA512 32027121a77b99caed4529bda0a9d5c2f869e5527bb2e01dfe8574e11312d3eadb45bb2f4c2cff46c6599a9efa39608d81d9b2f841068d7b2981dae684f5729f -DIST firefox-118.0.2-ja.xpi 625829 BLAKE2B 73231614486f95b842d9439f08a7de654f0ee6a8281ff7ed6225f6ce05183677ad343943d4305c8d689550368c3cc5d66914b7c99a1916324c68c728180c1250 SHA512 e905ed0fd571350dac313933601b7a8ddb0030a31adff61322c56350e5c15d73618da59881f88ef52b1ff4495d7ae155e88dfdf8a5a02619f9b0b52af664cbc2 -DIST firefox-118.0.2-ka.xpi 623575 BLAKE2B cbe5eec94cc429e24a7afb238b4273e85925b201f25565334a309e89fc007308f717d6c751ffe6121322e4883d30b4d0dbe7765fd2167df4a2fa61e53c0a3ede SHA512 f72c6d9de12f48611e492ff6f96966018dc4c6a8a0e483bac24a22218018a83c5ad0a3ba807fb5a4a46ab0b5281e893cb16dd844a3614634971f64a3c2cf950b -DIST firefox-118.0.2-kab.xpi 571649 BLAKE2B adbd4f21f7785051a204ca91b8fb0108be859f4f04c0c8ca98cda8ebede4c147d29957f1be0649b6af000929824a395b9f6be450ddf7b2c0ab29b246d9e6b550 SHA512 b49dc7691204f5f589acc49222fda4cb303ddfa92da1b86b55bea4b8bbcdc9c925d01228e5e43656325f6df8bf9089dbeb3b94b1b70fd848bd859b7cef2028d1 -DIST firefox-118.0.2-kk.xpi 649057 BLAKE2B 10fb640c55961522b2d6db415709c514e3c30995ba416c37d4eea0e9479aa3de9ba4cfc83dc8e0c5b9899f5f9401fd2055c1d6fab96dcdac62ca05f2b295b838 SHA512 ffd6ace4b26eb2a2e9efc298eeeedda64f28395f75ea79f76343ba6cdb8953c493ba7e67aae26573628828a83bcab5e150b7111e98bc7d208331235a8e042987 -DIST firefox-118.0.2-km.xpi 508311 BLAKE2B 575a45f22618fdd9744716b4da1c5ebbcd2cd71360227ff1b4d5b4263e35576afc669f23f64bfdd91f1be73fc81d97c4c8f8717bcce3555ffac84b9fed65b952 SHA512 5393479de8972c570a90bf01193fffdfc4b04ed40c7d07fb6fd82cc735eb22cb3f257beff6d3e9caee6f4dac06d2e9f86d3fd69d450537719b6e6c05accaa484 -DIST firefox-118.0.2-kn.xpi 473787 BLAKE2B 497bdc5b1d61d96fef5600e93338a662963125d506c87b3dc6ccfc1c789a1e1e4c0fca7a5e4f503232ec2d74b33a8acc8592e03ae58081988fbcf7e18b8f265a SHA512 75553871b59d879a5059de6a6ccdab725bd5504c917cb5baaa36eaa21df25fec05838f5af2b0d3bd0e4f66a8e8bbc2714a4db9eeeb3fd42854b04927e7fd3613 -DIST firefox-118.0.2-ko.xpi 609081 BLAKE2B 4a824e36ebb784aa800a0563a1ef484448f4c8c9876b90229e5fa9ba08a455e061950a456672e4bb3207a223074bb51b7a8f020e06bbe8f21a9555e70fcf000d SHA512 3110333ecfaa89c5e52ea5bc84ad704a62e3086322d140b657c1968edb3ce77c304834009094fd364743743c79a8cfffdab54be2c4d21c7c7c91f099e5440f84 -DIST firefox-118.0.2-lij.xpi 465502 BLAKE2B 2d015b73fab638565359606c287f9280c3e741edb0e3be1f539d41ec3189a9c14774411fe0a36ffa0ef45a5f852dedd6c7057ea589ce01dbf6fb0bc888edf0b4 SHA512 f914e941883ee50d1810e23684012c3c0c3e61d16a6a66837ec30351202e81a02ba9d9d840a96e3c1c01a04473ba1223b7ba6afac804b78bb67b93dfc2852846 -DIST firefox-118.0.2-lt.xpi 551351 BLAKE2B 1a555026cdc2988c4b363e3fedb9d373be545183e127e6c0dcf52fcc9e5bec2d40491bf338cb7dd0e2564ad773fc9279e8b0c755d79bf0334869744c703d8b36 SHA512 1a18ad99ef8fc426a48be9d8c6c3644a9d8fff35068e6c6fc867ee0f874e7649de6c011c9f46a02eaf51bce8e10a97448634b5568eb55f744dc8398350fd4aa3 -DIST firefox-118.0.2-lv.xpi 451441 BLAKE2B 176784d278b966af55a69bcdb5b0887a47fb541edaa467403e5cd6a5608b3373967cb1676b2c24b6270a82b7ccdedd746064ca94676b84669d6f591322d7e0b0 SHA512 e887d0b7d7a91af761ed58f5016055cbdde193bb97781301431e9da27303dbb3866960724f2f7c70f7fbecedc0c6ab9052462525253c29730cec4a6d2abd6824 -DIST firefox-118.0.2-mk.xpi 476568 BLAKE2B 9b03951f276d4de1de59f0856d27a4a7b5a887879b4ecdac11504cb902b6ae1e87b0e54e0e254ca8527fbb51a72210bcb76b06b073f2d7e77e25a64bf46685e2 SHA512 057d64b53ef3a9e40fd1a5f6995dff981c92ec2272d8e49f4ab5fb933dbe921ef7c4f7f8ea75088a75d5d15a38a7d7d5ca094edaa2ec68e398d816332b854e69 -DIST firefox-118.0.2-mr.xpi 512900 BLAKE2B a35e53a98ce6e6290f88e05170b5f24df091eea3e8c6bcfebf9a8637a763b203f8ab1a2ae6ee4bcef32773033bf9b7a898fec18225c943c08aac859f0f153ca8 SHA512 87e48e3c487dedfec8013f92d21fc2fcebb7963a1138cb3045467649ad87136fe578b08baf1f140631d4ebb6b430c5e4d71130adc663d70d7dc866889ec9bbea -DIST firefox-118.0.2-ms.xpi 431293 BLAKE2B 075b0cbbec1a10197840ac33ef22a7178882b5856bf0afee1340a67f1cd749f9841453a8b272e2c23057196012d4992adce31aa2a4843fa4c79438b4b292428a SHA512 4377d3adae14fdebc8429df27e76cebb0c90cc34041a8748f0a96fe95e90f03c430c64eba689471e18f683331b88ce7f1cc816470d297201afbfb1a2acce3cdc -DIST firefox-118.0.2-my.xpi 494965 BLAKE2B 9f7fe7ae15c2d57355cc5b19d2024fc22bd6286a4237b2cb0ab0d6b402ef0011f994f8f3dd2e92782227615da4b51d8479eeca4116dd10f436ca2b4402022940 SHA512 b66dbe74cd687faf0ca0f0f358faf3895c552f8c8d49d17d4567da46a4a5bbadc6e27108710bd77a50e507e7eaae79ab5d511c6657bfdb4bf8e2e5c110ebf300 -DIST firefox-118.0.2-nb-NO.xpi 556710 BLAKE2B 9736d0e8b4839daa9e52ee7dc2f9e4bb9a49745d0215d9b69a3f45cd0649033e6e50fa3cc9882f2c22793519edacb7da3ea4a2573c6724dbf181b99678f00248 SHA512 ee5902074a141f9037f254e333ba75614c4a293807d7c74477f8f54cca79234fdea1e3bf5e310bd94dd67983e9f61b231673424a2d68024d74038e983f80c7cf -DIST firefox-118.0.2-ne-NP.xpi 469859 BLAKE2B 9403257b44b35f9c85827da5208e3a1a971869d9daa130b41521d9c69599cc11c5e34384c1c25db85aa9751f32f50c11a236dfa259c2070ffdd0949d51d11571 SHA512 89b62146b7ab6801b937f984e8c11ad12b1a6d6a5100ea22bfcf27c5d03e95c59801f4f5b9f10d0aa434a6e8fd73d37fa496393fea3046a0a57509167031a02c -DIST firefox-118.0.2-nl.xpi 567472 BLAKE2B 74ec52b37f6eb1e6085c1098aa86ec25760031e6c57a28e17d6a0d775c19a12ede6308b80c504e0ce477620b41102f5f0613cd4f0a00b1b0c94d50cd48581a54 SHA512 41895ee3a9fba4cd9aa04f11db21eaae019639b526a7311a6c21582455a12224ddd2467e6f2c1efbf6362bb3d98ea9984ada851ee24938c1e9f2fd34c5bae5b3 -DIST firefox-118.0.2-nn-NO.xpi 561320 BLAKE2B 4e61b17b3812c86d6424f63f98d6d1e0ad7010c46e9bae37854e1cb6b2d29551a6746b5cdd22eb7206d9e84c3417cf0e2e3f028bd0f5a684e820a287ff1d0631 SHA512 7cbfa9656c1c0283f19fd65cddcf1fef003e47713056323cd5a3ce1c9fd224a1d26126aa21936c7a5d7046b20465533440c47b38d93942cb34b708d45b732ace -DIST firefox-118.0.2-oc.xpi 577636 BLAKE2B c745ccafdbd1079333585050a2fe83d63ffa4b140ab1166877bf4e2ea12cf3356480ef8e41a6f836a9f060113c93e915b55d03b58a6c8e2ccf69d70e0c22222c SHA512 2f47feae251eda0b77f94e50abb9cfc9aba5aefb930a399b946aee9d6b816689fc063f02fb09f1801bf9ebaff3b539ee787e6e95fccaabe4c3e526a741fe2653 -DIST firefox-118.0.2-pa-IN.xpi 637551 BLAKE2B 67f97036cf8f115621253f587adfc4dca3eecd876f95a73c7cb435b51fd241b2bcfe9c7157ca1aaf7cc30341d56012bbe19152fa175c54470d45b6c4a1f8d63f SHA512 6f3b74124fd9168a19d412ea099c5c131c97dd6068857b498ae3c8e3a497c56a2a575feb93deb25186bdaae6363daafa415d5175d508992efd369d104ee80757 -DIST firefox-118.0.2-pl.xpi 587895 BLAKE2B fccbc456634854bf20e543d4354566dcfa3a5a9cd35b7a3cc1a6eee964c0f2b6c06466edbeb7070b87faf08c320f6089b4efc7802014dc183471de34aafdc804 SHA512 f4ef3b22c6750db2b2c252d04915c40a4a8bad6c02178738aa8962d21fec187664677731dfaaff5242def22eef7886339272a49f61f1f10c6d53cd79800c4633 -DIST firefox-118.0.2-pt-BR.xpi 572259 BLAKE2B 3b8f0a4b497f4b92b44f80d408134af25073a0ab5ecb4a320dc756899e2657b6daa07501968aebd39d7e1eb17740ee8060f7b866e7dc25ec163e6db08ab7374b SHA512 02cd24384b65494541bc0a428710f515c4e277afac5f269a34d4d62f84d67ef8118fa1f5b0317c50a9673dc752453e8cb280f1226829f8f9af692dd17d19f004 -DIST firefox-118.0.2-pt-PT.xpi 575076 BLAKE2B 97a64b547dd1c950a880fa058fd2445d12d3af1a7b643fa2250d65cae00e33968469f6ec889a276f67e2bbf9c8af353f82ec17a3ce69a3d0fd82836163e39d9e SHA512 d5a93de730f4657c9f8f3aa33c9ad932f529bc8202ede4b88dc49cbc19f5e459df3d58950915e8d192e7502df9e68068f5cebe96f615c625b476784ff32432d0 -DIST firefox-118.0.2-rm.xpi 567694 BLAKE2B e8a90caecec75d54b682ec67cd02cb7cd9158359dd4a23bfba0be8c5ee1c57b6983401d3b135750a151d69caad7f9f246b5cf392bf582131b468fa34f6db165b SHA512 4f97da1928f28906bde96a49b04e982aec607ddc9067d8477fbcd05c4b9ebf04eee1f1d41233750b4fc18e3c24e8c920a8b58ee00917ee1f48807bf74774d854 -DIST firefox-118.0.2-ro.xpi 527799 BLAKE2B 97d28ef26f329f160db4091bc206194f9f91ea5f62eefca0c0f3d33293e25cbc39fb849e81ac4a6b644b4b6dc579f422ac6e64265019339e203c80c9de7afc46 SHA512 d06a90707da172f3fcceae0eb1761ca8839997d21936d7274f064dcb75fd55c4069e9cd55c90d9fe87b34069ff5e89479b47c3a683129fd60eb9bf739a14000c -DIST firefox-118.0.2-ru.xpi 662277 BLAKE2B b2804e42fd0dfda37bbc8d939bb7cd98c6a065857c27e33f382c4d678688d5505a3020cf349997b5983911ecd08396da8b1407ccbd94e113e88f763609437e36 SHA512 945901bec5290f2633cd7397b128898e9f51cc24b7e0d9f780c3425d2ef23759c4b550c5ba45057c78e0cd700961a4ae2c071cc313047cbab4f6c02c5b5f7b00 -DIST firefox-118.0.2-sc.xpi 543777 BLAKE2B 8b01a62a1485650590ee69d226d7caf692f0c4a8272b943327f59eeccc9964fcaeb51b7fa3aab1248501f73290acdaa77a7b372134f739d2ca2ebc243cf4aec8 SHA512 90b5df3483f8bd67c47f4ad3ad33b9a89dbc01070e8f33747c9eb07e80a0fa0dc2a15988001d59b4fc69e155087e38a5ed9be65d43ef93acc40adc58b2d35a1f -DIST firefox-118.0.2-sco.xpi 491895 BLAKE2B 2af6be72af99356578ab59f66121d928592dff590780e9832f6292a586d049c1b521476ec9e08b1f2853b3832955a44f524c5e0faec2feb955f2d8ccd5bda596 SHA512 fd2e537ac8ec30c700b574c1c263d31a531662d4680095e11227c46f455b1a1f1fe9d3ee1afe891110a323bbad5780ae35da17130e8211b65e8228614cbccf43 -DIST firefox-118.0.2-si.xpi 580411 BLAKE2B 6311934e734c57225817ac6934f70c079dcc0cc136bc8001b8518d31d661b831357ffc780eec4cf2b9a0f674fa3da3ea7644209155d5f15e350da87d92427602 SHA512 8e7702b06f0721720ae54372ee37476990e11ef935a94e05c56f3a71f1b704e0d3bbb949fa9cfab23679d498de40b747beeb0010847e422a928891bc411f3555 -DIST firefox-118.0.2-sk.xpi 599051 BLAKE2B b435279a5af3b2aca7036b0e6643d1d74dc8640268d76511e059255248cd862be493f7d942a60e08deecc75bd81ecb091ff371b9804e688a92861b05cadc17be SHA512 f9a3b782340e93417040e590750d2dafdf999b691b17068fd5bf2da89092e2c325f90aa53441fa1d4ef5605361def6ea7d9b6a0c3264d01f55c24e14d47eeffe -DIST firefox-118.0.2-sl.xpi 569547 BLAKE2B 71632ce57c5186e0d011dcd48f8bc558304a2b64ce46d05f64a6aa1d8cd12f930013856e8eb792c71152e05404796ebb006845552fbab562ba61907cdfa594e2 SHA512 c076dc93a49ce80991ee9f1cf8829b1da9d28193d80dfac04b7be17ad5f9de819ed83d4ef1b70f19389a98f2101aa8ad7e7aecc8ccde7cc12a7ea59eceba7815 -DIST firefox-118.0.2-son.xpi 400838 BLAKE2B e794b652010117e6ef3d05cbab13c6dd00ea98aa8ce3f512e7e539b1c4178570e85761b2171ab72466c2cb71b96f01a12670e1e30578e0a16e8dfdad4d973dc5 SHA512 f78003b51022ae16a0e470ea9bf27b867225505e5659f481c44a899f1d3ed9bb3b0c33383eeb2b22c2256894e34ed833f85a7f82923b455785045e99fe8567c9 -DIST firefox-118.0.2-sq.xpi 567473 BLAKE2B 92b840ed520890d5130a3d50717aea02bf31f83b60fa9dd984b1e93cc5788ad641860ffe4810f9d1ffa11b8c1e5bc231d9673e8b4364958e23218c71093db68d SHA512 daa84245bb0a8ac4afd1aca5815e72f6ecf99c21288541f41cd752054c8c7bee2b59e0d8413efd1bcde5e78da75b4da74ff1cd8418b84bd5fd6451ca8a649427 -DIST firefox-118.0.2-sr.xpi 617273 BLAKE2B ac018201e35c0e2b4ff5cf26d9a7c5213d2fb2f0c2a6910fd15fb04447f88d888ee98acc5e7d28cdfd2a4f7781da504d96d6c348eeb5713f114a68e2ae877fa7 SHA512 5dae8f8176d2a0fdcb8ea6f19b6bb851a917b68afaf3f3d1152d130c8da251be6c87c07394a81d8f45bd8bae9a63f18204ad710e4ae55852fe1f5463f85c7594 -DIST firefox-118.0.2-sv-SE.xpi 569295 BLAKE2B f691d2835f9fd2dcf44f57c838b7fbb9bc8f3ea433ca138280d36aad4abbc8b22b86f0827310fc7b8da3f2b840a63940ce8585ede66e4dd03b88cb1fe587dc9e SHA512 ba19a6355cadc4d2f14799ec21877287d2654d7873f2bd7d393eb545cd3b17b7a8e6343a904446aa82f14a715af5f241907ba730efbf4552bf9e1ce9503c8961 -DIST firefox-118.0.2-szl.xpi 506763 BLAKE2B 57703b4254ff5e015a45f2fb790129858b59f87662a6191017d5cce8d37dca82596a53419af0441151b9ca7bca896ab8dedc1f5a556c66a39a87e7e3a7933463 SHA512 096f6120c5d2a3777e0570bb6802a59edb68aa235097a82b6f02eefbc3ac5199ffce9ac49f81ebd91733172b59c3bbc706b5a86be0aeabadef992c081104e82a -DIST firefox-118.0.2-ta.xpi 489465 BLAKE2B de99a4c57aa8c2530a03934252c80246ada43df6b22bd45ec4829d9d6d8e701c6deef0860d511371d60bb21e2dc77d89aad85c132426d1f2afd6b5e61535adab SHA512 d5f1dd57f2c3d68153d6164bfb9617a2c93d9840c6dc755d4169be8e95c0de2446a1468770b4da10b5a50be40e41f83c08b5227bb677fa320987c713816cf86e -DIST firefox-118.0.2-te.xpi 537902 BLAKE2B 37d63902c80706bf2476fdef3ed995317c331e164b48c0b1aab62a777b8e6e5e34d0c71dae1212f78bf60e694625f8dad90ab8fc19b60370dca6c58eae96bd8e SHA512 b1d86b8d6e43c4cd6f9b8931a948419add27c4a429cbcb72e21d1cafb89357b6a3e57992dc22ecd3008d957b33eac5732b3d63edfad9705c5d6b2c8c9c931d90 -DIST firefox-118.0.2-th.xpi 638975 BLAKE2B 0d56b8c6b7ec0c44cffa3d027a95b44ad93995c028f64914568b1f07dd10ae25fafe5739ff663639ed3d492e8106a86b206b2846be3a0f3133bb5088eaebb946 SHA512 b048562456ca5ce7216d8dacb0980d2b4dbc9c4b1405e156505c0746011b98040d18a3409c7327eefdb8907ee889ac78b008b3462dd472f535fd74b3a12c5976 -DIST firefox-118.0.2-tl.xpi 514354 BLAKE2B 0e82847a6d2b331c04efb29b502380a435ab33e3d5b1061a2c4729e64778607ef909aa7a419e07f0d9917ca367cb24a676d663aea8c1cc1419e6d2ea67904e99 SHA512 b1f60f2a58611ac70dec3821f179f75e19c6dbc5935269c822dcd19e7718739503095f10566cfa5db4f918211cad31ab09b2b4944dc316ce1139cef83cfda88c -DIST firefox-118.0.2-tr.xpi 580792 BLAKE2B 0298bd7a1040c4ae95e49c945d140cf6260212a8f5049d54066931b52d75d2d9d2f8a5500c29aec3d3624b2407aef73b2fe028cf52c8d0306c14a8a637ddac61 SHA512 5e68c8b9257e2234c34a93208649924d43e695df71cf422c1ca42d828a7ea2be841acaf16e20e9e8c9c74701797585048149e32d2d263bc4eca4368334ab1965 -DIST firefox-118.0.2-trs.xpi 485842 BLAKE2B 1211d617f096a01859c61be882b298ea7a641cc06ff9e89b4ab22ba6234e7b31275b2a57244777671dc7e3520089a5bdf9ca834bf73c8c5fc4689a53d1d99264 SHA512 af2bd9fea7cbac83ab9086e01dae27fd4a066e4cffffa6d44a70c5d3ebc502db745e59846359c82895a7901ca4e3f54f8cf93d019079f028bae4e5bc7cc48a16 -DIST firefox-118.0.2-uk.xpi 655398 BLAKE2B b1febf15c3fbc935d818ac4279e75596999ec6cba939d8ccb936bdc04f8a2eafd917b49475df5172f58704d249a61220b793e4f8497f1153a034c0b5a7e0c545 SHA512 d8fb81d804be696e97dd42235f1d44ca0d0c7479509fd8d5698fc98eabbd4e53f97ac21ba6fda3e534c40cb7d0342ea149f7a21973633c5e27bef1f7f8b9a3bf -DIST firefox-118.0.2-ur.xpi 541040 BLAKE2B 2991579f2886e888b44d6c4550711c079942e4b4b6ee219e3758da51e3152963cf50088c36cd3d9e00209398878c07948682f139db8a0daa3429d7e8515ca127 SHA512 463eeca890107c75250c1fa8c1c2bb362a3272cfb844a6e61245682abe44c250f175f26e22ebeab811c825924036441bb6204c0225fe3ceba2f5fd850378dec6 -DIST firefox-118.0.2-uz.xpi 462462 BLAKE2B 7a07a0c37813a241c7b78692292fc0caf39fddbd655c8ac8c6129c497ef7056aa70d1f36ed26a50fb1839b5652d63a65c9c997eed370d3704e56fd26f489ea71 SHA512 f18190ce1460ddd88c4b139d7b612f10ecd9d02fdf565f9e2018ef9affa2b19e8a487b6c3cfa495e5ab66dd9bf08ea05e4a1ba547452c1050d7a4529c8787c0a -DIST firefox-118.0.2-vi.xpi 605284 BLAKE2B 22634538e8d7cd96fa4730ac47b0e4dbc7ffe429cefc9fb972a8ebe29fcd351ac5208903eedd217946737f13a72e9a1fc4b03a977c6b8fe9d4ff0cd49ae5876c SHA512 25ef1c316af9764d28133822840eddadd9e3583308572cbb71720abfc295c814ce93505581c7a62c63b89da31f59f798849d7da6fa1ba254f29a5aeed00b6e88 -DIST firefox-118.0.2-xh.xpi 401457 BLAKE2B 865692a43f255b3e4f2d523689e78900901809e62d54f712fd32489cd166c844d503d36a21b8d2aa20b8d0662ade95a514c4327e63a6ad924e540fef1f28968a SHA512 f258ef3d0ecf2f3a9cec20654df8267ae8e83238ba7547f057ded5cb5ae147d514e3007155905a82057b89d410851101e0494b94f64e0b60399f06e2e052ac84 -DIST firefox-118.0.2-zh-CN.xpi 604599 BLAKE2B 3174868edb20e6961a440fafd81f80d4ff360e2fa4b405b5e7274a8864bc6aa50a6967bf88e14cd73bd053e5f8904f3048e2acb5a326105584bb7f558ac4179f SHA512 76a5b2fd526392df534366f634e3f21176803b28b5b2466d6de13f1ef6b7e476dc2a604b9fa49be5964758150777f0cd64c27e462070aa76db25c559b6532b4e -DIST firefox-118.0.2-zh-TW.xpi 606648 BLAKE2B 000abf6c65dfd614e9a3d60e75730414e2d678db15102e25a29cce02787c49d83eb6cb0bcf7aea6a122ec92941f9c6f8d4c1742647461c8ca37d8b4086332423 SHA512 b33588eed14947181a3695161301441f630a803329b639b70ae69e2ab3a16304a60113113dd8c29bbac3835b416e1f965e6c13601f3a888f4c1f27e18ca2f040 -DIST firefox-118.0.2.source.tar.xz 520864692 BLAKE2B e7b166903dc13ddaf514dea7833de0f464611551b054e5c2e336d3e1995f9c0d3bf6cfbd3cb9306be672d6451b6343e56025c99d0fed4b1d23fd6ea8e519ac9c SHA512 fe9d7951927e44aee98a15840820251b779cc427f27597951497bd01fde3c3f2857942535c64c9d1a64f877c43802771304ed97254bffd9216f554e1af9efbf4 -DIST firefox-119-patches-01.tar.xz 13740 BLAKE2B 477617b83207b539d9db7350a9a10d325c0d9a3c64e909767e6949f5a0453ffe27a30b1ad6a3db4d9806a7b12aeb16d5fb4ce9a4bf6945cb9cef326d130e6b4e SHA512 c5df1022a1fcc2db92b21afae9f9e468bc8e789e60f158bcabba3355e9dcc69c5cd0e6d2a8b4fa539fc8332720e77bf5b9bc479860ec5c303874b74bf4ccd16a -DIST firefox-119.0-ach.xpi 447189 BLAKE2B c3371f461c1a98d8b247991943b7ecde6fb2c76b5648bf256d8b1ee3f3f9b45ea354504bd921ebf8419bbce3c332387cb0862def6c46da32a137563295cd0f07 SHA512 92c147fb6779bed10d87f88760ca9c3a022327e2d0df6664e1a0ab91079968ed5c26bf3ae7e6217440c4085422d41a2ce2ea88b12b1d7c9fb36d13af97b56eb3 -DIST firefox-119.0-af.xpi 403033 BLAKE2B 975b3f7067651192bafc3f9902a0a74ac57e5a348de6051b5189613c03072a7270a2415399202224c6f863f0d05f49b78b3c36cca14a939736785f3e9b32a4af SHA512 7705788fc69559d7d1e55be40aa5c79a7c6adac4e5dea74a173d22a4adb7c23aea72a09b2819060047fba4768a24cd87d0ca7304eef439dd65e93418ea17007b -DIST firefox-119.0-an.xpi 486662 BLAKE2B d017e12f5d808736d8522faa6e092e6ed1858fe8e75bbed298b78ab229ac6756a3625be7fa19ed118177dad98c7915a2cd03fc5b9a1b77e78d32594cae1ce4b6 SHA512 6f833386e585d63525c6dacc0649db4d01d7b66ee0094428d1681792daec9b14d146c7bc33c22b08f7f3fdc5ec90a32b9acfdfa4e6f2408568256ac290d972f2 -DIST firefox-119.0-ar.xpi 562542 BLAKE2B 213ea0b8fb77867b931ab0807100c16ab213cfbb77beaec02874b3badc5d207fc3bfb62c38b88e35aa1c44bfa64878f10bebdc424e5d836d6d7d26bffdde01df SHA512 ea3976c3064326f62f0fdb2da87be8c1909367697548df31cbfdee07aeda3c5c45cc89b87c96d58a811ef662ad398dee6fa7e5d409b19dc4ac55d2892ff8c579 -DIST firefox-119.0-ast.xpi 479994 BLAKE2B 7ce28b78c8e76bff84fcb69fc16c1dcf74baa0c0392c79a2fa8b175760de6999f769fe6cf26f329d59abccccffc576bc3a8b046fc228fcd183493a9a53142b22 SHA512 72961028fc79c7ae5ca9ac93538e3ac9e93e83e658d1bc34ba6706d51a1f3e4bf4acf968955276b7c7fe79c1600da88befe7b461db68fd14e29858ae5670c508 -DIST firefox-119.0-az.xpi 473098 BLAKE2B a7c7869b5ba8fc998456e47c4380456bc0d3ef0f95afeedd8d5f8ec3dc40cf8ca38851190829433e5797e9017e51268985e3c50e6cb741b3de4553259ddfad12 SHA512 fe2f9ff5c3c48eb00b3a0ced572eef57cf4fb481f33b730bc0b004d334a101d8c0ad86b0b1e25c577b0d87b301d69f2ef4cb391b3a151fdb1421e555cd57b359 -DIST firefox-119.0-be.xpi 662839 BLAKE2B 5e8ac0c4b6d989e9838cec148d7166ef390c2a452b5e7b2eb6086c0403076b2e47ef7900096b9412f3fdb680be5bbf8ac7285d62da81c624b5b4552a5141fac5 SHA512 36b984aaaf03f54a53fdce06ca35fbc188683e3195f37fa579aeef0d0df118453be360db641aa81672568925ab22f5b702b60af073578d2babfd9dba2631bcc0 -DIST firefox-119.0-bg.xpi 568256 BLAKE2B 7b7f68ad07cda30c5e073e95cfe69e85034d497a036d101ff428688af30b0fc1078603e8307db3d032ecc58b8c12ea622f203ff8c2ffda30e4e4619e99a9d66a SHA512 f4d2da6954af870311a3059591bb6a8df368171929ec4812ed7a98ed95b3bed1ace462bec3e867f3f1f7cfe8fc96de9d556af577b83e3fa32b968faae3c12e3b -DIST firefox-119.0-bn.xpi 562812 BLAKE2B b50270ed507dce3e7d1b8d8f60623c2a4e9b0ec1c3cb9bccade00d06546654e6a6768649ad0988255e271682dab09113bb2cd6550dc16948938a04b010020dfd SHA512 90ad667dc42584b7429d48b6277cc7e601afb76f65e73defbaad0bbb9cf53abf243cc40c3219bddb121a4f67b377b00ebd5fe240010ae3613260ee05a7fa2653 -DIST firefox-119.0-br.xpi 547941 BLAKE2B 6ad8d2469ca753c916902e3c3841108735ba3f4ef23d8e9e88833218ac57b5eeedc8c9d8967f57fd7b45251caa245d7b442156f748b8a7c66906380b76366ba0 SHA512 7d9cac06ce7d75d166a6a827de75f7f9f19d33e6b1b022cb0c2f5485ba8b468c8a524338c2cc4d47606d33fb0ad6b7a10349b8cd8e33f3f1e2b45da0acabf77b -DIST firefox-119.0-bs.xpi 443188 BLAKE2B 00718ce75195d973facaa39b7fbb8c1fe3a152e28bfcdf619a24782bab9214a791d883fe379df6a239c6d4aaef12c5a4f04accf4489725acd3eb858a637cd220 SHA512 867fc39da25539440b1fc8d36f0aa10459f939a72fe8393f3b57fdf6520b1fb74fd0c780d6ec4b317e0452475c77b4fdb1763b5a09cc5605b5c354f5e24a5797 -DIST firefox-119.0-ca-valencia.xpi 525968 BLAKE2B 95380c1f5bbdac5dd98fdc1ebef054f136a2fb6009e03f0426e14fbccc406910ca9cf79f0789ec22fc86ceb2c026eed3abc7fbac1d5e71f9f5ee687f46f1b213 SHA512 0ab1c398a2e22ed50ca32e5fc8c82cd5de5d5185a1f1def348373bc6142e0e130a9627cbd7cdc614e92d77d35cf6b0b1bd70c4b8539dd296779eb251736f8cbc -DIST firefox-119.0-ca.xpi 558185 BLAKE2B 2920a1ebf6c3285edf6bc43474c78d14dc8c128584f8a99c9b5c83c9968a0f18da943e626d4b7ae1ae6d420261eea08a594eb82c7381ea2236e72cc62f7412fc SHA512 e892421b9fe1b2a5a4af5a3b0213604c69560ea7a98726331a3490e883f74ff71e6ce5efa8819211fd4c852b3403d680ed85d33c84963607db8ab400973b065f -DIST firefox-119.0-cak.xpi 570852 BLAKE2B d91792f149153d706e5ec223be61a4a29f544860bdf76b59f1aa57fb63b4f615a8a47d16b260fa47ab0f7cc05bd98ce764a33698c00fcc9729fb50c8b2152aac SHA512 556fa59e433e4b596038d4c2cf897e9056e70d3992e1eafce127701c0719ca138057e9229f3137cfc45d3eeef9f3f28a9f2dc0a0610c2ffc63bad5574aec3827 -DIST firefox-119.0-cs.xpi 609562 BLAKE2B 8df399c2c35de531617923231caf5e3f555ab03534f1daf98f17fbf703a253c12a3c3a1ddff005ad1ab646bc9ec13c8b93c49d3f395a2733aac3bd0ea2bc9867 SHA512 2d49f3de7398ebbd1549bc104ce2ad86173f1374bdf8eb0b8de81e245d53e53cf513f0cc1c16c13bb8096b1eac74664851ac3d53182d5a0c7ce3a4c6d63c1d5c -DIST firefox-119.0-cy.xpi 577864 BLAKE2B 8384e789c209cf6d500b090c53f49d1d7da3746ffa88394e793a77cefe3244c3466ef700c075d86794d3c4d62f9de8c2476b500f9ba92367cce7ed3f37f8e956 SHA512 2879d42d29b76bdfd5b997412ef47084f299cc1459a52fc3b3ea796cbc14371489d526364ae7a2d247387b51918c977d31b75dadd0c6f29ee3deacd7a370e3ca -DIST firefox-119.0-da.xpi 567036 BLAKE2B a4a5f4583af1baebb92d759c0c69fbe05517d01c976df78af97817e35b7f39d408014b540ef0798461bdf4c8fe0f1c3305bd98e8a01bec89a14f22b20cedbdbd SHA512 94d74b28ffae00cbdcd4d30e30e0e4ab37bba96e46ef91dfa29ae23d6466fc28c4d92e568f794edbab98e1980a460ae45c5251d79405b9661b75c25150d33560 -DIST firefox-119.0-de.xpi 587728 BLAKE2B 9477fe3626891721e76b731fc28855c1a961da8d3b6c096985ee42a73a32d7ce872e473bbc4e1b6ed1119aaccbad78a951df71a1a2fada0b0393a2006c4da790 SHA512 dc79b466f0c1bf9c99df9d8db09b0e6038c11d5f02c18e18aad99c0a84f81c40297ab6e0922c24fe2e20ece46c4d8e455ed742d5d3b6002af78e7a6fcb1e4abe -DIST firefox-119.0-dsb.xpi 602459 BLAKE2B 5abc571b2c6c1594b54dc9e4e362739211905d4de257580946015d4e5a6b025d04ffa73f393c19aaf9f24f3be428838c70e7e7ec47ca7c11bcbabbe9a9409513 SHA512 b8ab9ae9f2fafa15617ae515677c955e27dc9387b6539e9825b78a762e762d6da6bc6e321769591d4843e423be492ff99dd4f25b8fabdb63e954b6657152b304 -DIST firefox-119.0-el.xpi 679355 BLAKE2B 53c2e106dbe50f2ef085b2a1909976042924916e36ef43c4c87980fcbd7521fe5af899778c155a1a773e3ed55601eac4d7901c4ca5f31b34ac4398f4f39bd832 SHA512 76e3edcf2fc73e8203030c038b24f34a62ddbcfd2932db85508273ab7e20df00836b94da17fe046bb41e58e426fda7cf0d459855b1880bffe39295dc95de0d8b -DIST firefox-119.0-en-CA.xpi 540172 BLAKE2B 570874628867453045b09c3f35c555bce4bc4a0960d5a1ebd64bdea2fb4be7c37cdc3f42d8715073f7383af8e2a82d60f837c91a4f16b7d051726e3243441ea0 SHA512 ff9b0a1893f6e9194f60741445e114c56150662ced282e14d76be1d6c231bd529fbb91913e8d049ec0fb7da26851814b507f5ced73cafd4fc8c40c7a917d3f18 -DIST firefox-119.0-en-GB.xpi 542502 BLAKE2B 90644f58ff20fa2a84f5ab156f2b3ffa39f92fac71a71c9aa0a513f7ebc23fb7bd31c99395b129ffcc70870df1891852863d6ab03d6cb67d9a4f6324d4527afa SHA512 171e45b017b038a3bbd3311aeb29c8bafffcb7b55d75913e60a401ca8e899b0670353f3381cb83d29d86689b7447be28c5274dc395bc10f185cc7fa62fce3bb8 -DIST firefox-119.0-eo.xpi 570787 BLAKE2B 9093c65d983ec7e3f99b368441868a3fdd5a46b76247fd8e76fb89d19857c479f1da065184d1c573dca792b336beef0e3ad99dd0142c014e6428b413265b1367 SHA512 403050775926d4788ae346a5315a39e4a3fb4f42afd45e88c617d0da4ad3e34a2443e79d23914f51d042f8c7d3c7d4ce85cce736d39a4599094cf0b74947f474 -DIST firefox-119.0-es-AR.xpi 582031 BLAKE2B 9c1a90c8e7b5ba79134b2d6ceb76b37df8e872c30f2dd29ae5f37addeb16af7b6cf211d1df84c3aeda22675c6c419a3069d9feac4be8c701607ecfdf1a785cd2 SHA512 9f093cb1c8bf03cbb4ddb51dfe82a183b86b361e50982d122d81c261dee5bf819940a0a90e9306cb0b694d03887589fd5a3ab014ead0720999b76f439a20773b -DIST firefox-119.0-es-CL.xpi 581077 BLAKE2B 783e4ea0479e3581cea9ee68ce0285ba33ef9ae52e1bc3604dd62ad6d31b66c38a3eab82acd1a7be052eca1ac45419832d7c5c3a2588b1bfd9f81f5bd4d1c51f SHA512 09176c992d6bd1184c4fc174a3dffdc544c7072c999d2ddfd0d9c4ef4621ea69f8b7524dbecd4f88334e5cea6eb6e769a39bc856ea7ed21446d95c52066dd5fa -DIST firefox-119.0-es-ES.xpi 575637 BLAKE2B adeb263c146d77dac3d17e34cbcb083b16745817e23757d93d8b2c1fcd89aa6a304293251fe0f8fc85e021a1929436a2abfb13bbf59224e4d0f7b70305a1420f SHA512 f937379d8e574a17c2784f9440496c11b1e04a0d956f138d39d2df4f49f95e3a90e2e30ddc68dfba6227dc6df29a4e61f322eff5606d0d65d84043ffe699c111 -DIST firefox-119.0-es-MX.xpi 569787 BLAKE2B 5ef5740c2350c6fc24f728974b5b101c51331b7d2f1c402fa73063a8cae4ecd4a4c9c8dd1171be7130db26e0c78c72615af2df4d2d5fc6095607228a3e93b887 SHA512 85f73d80dbcae8e3b6b3906b6cbc390876720072cc642305c33443f9e6a8a9fa92156ef541d5be21e35b4769436f8e02815cbbc6eec42669e1ea0f60520d6fd9 -DIST firefox-119.0-et.xpi 520231 BLAKE2B d97002a7be345baa6a7eeea1c50bfd6ef630012ea8311dfaf9e64709e47c93857cdb323c98dc11e22463468e599bb9711423dea58358b84635bddb1463e31ab0 SHA512 1c56c43e21c43ec6221ed9fecbe698ebf6b614663dea9137d65647c5cbdd4eea229c124bbe909f05dae25b13942892be37a9fa5a5ebb1c6e6affb95be9ae1dd8 -DIST firefox-119.0-eu.xpi 564896 BLAKE2B 99ecad4d7ca60abce273523cdb37248a3bff2a3586a83fd82b52e4c6fc9e515fad9263326971bcdda38796c3e87121bf3a1ab3a5a293f5addb2830000968cbe4 SHA512 37ef1ff12730a6a4e01f3901410dba7bb489d4f0311f6d0cf8cc8462bd91258d817901f0630116fdd022178b9fef47ca5d61ad1e824f3ce5abe774cdd60161b4 -DIST firefox-119.0-fa.xpi 570478 BLAKE2B ef0fe5a0649c00d93f6603fddbc2b3398caefc17cb168f4e6cd097dcccc100e34e8fb0885228b344a002e008426ddd820fd5bde5ee360cf6a9ab628aa2252628 SHA512 e122c10f0dddb8bab72cf9d5308c74540619428557ed782504598bd4bf7e18fcb8f2101baffd4a7282efe087d609fe76b50afe724627b28c6e62c681a3b5f153 -DIST firefox-119.0-ff.xpi 458391 BLAKE2B e4474a180569ff412c909bb9484712d99200f9425be404fd6f6dddba9c7047a688d11fcb8bcce8e3a6e6935d3cef95367823313b6c9211bbd5cc73bfe4c72beb SHA512 57852a86a109f8f23b0366abc161596acd2b99dc085c801bd04dfcf0b06b8de5d5ac6c81076c43f1a24d4db5dcdc7cb858ed99d790f9ef5835d423ac45805e5a -DIST firefox-119.0-fi.xpi 564143 BLAKE2B 2d452c304995c40292ca94e0d2c5f4dc99c14786406ebd9bb17a793939d67283e2231a60471ec3ad475d6562b2cb39dba0820a5074269f8bda82211d67493f95 SHA512 20d17a423a7fbf4cde8d0f6b4073f1aa6e332c804ee4b893f25dd7ba9434026bda30eeba60bbd408e23c23c497ac41300f370c1b90e463fefff58938e887b80b -DIST firefox-119.0-fr.xpi 593749 BLAKE2B ae8b1508cb0955fefc608ecd55b6d26acd90d969bae523cc34efb016e671a065d9032f396fdb244c184c6c04774da7cb80f0c95dd187d17cace998f1a425ed0f SHA512 d1de3355907857c3f34a99152d5d1034ade48c0b04dc23d4f093601212f30f51365281b144bfe5d36cfe9ff52ae2d0f49ecb26d6bf80c3bf3431a8a7fc633cfe -DIST firefox-119.0-fur.xpi 588240 BLAKE2B 66bf8efec799d5d0af7f5c1c87585674b770ad47af45ad62629f9f4aa9a21c5e1d0ad00fe7dfc0b3fddf75fcd5689913a0e83888dc508a221a418757c853f950 SHA512 b9b412e516f9f0d456f4d9e7095ac76d64ca90cf6dcddcd87f45aa8dd1448c0ca55ea58823a9f79552cad1164e470c844a2ff005bd7e91403a4efef9b3c5622e -DIST firefox-119.0-fy-NL.xpi 577609 BLAKE2B db6f0889bbf11538b92b90b685205ea10654958225c86d0534f376ebb9a94deda2edc49360e35a5dea92e757a0cad583ef79138cc5a3ec97b0c4f1e7c15133f4 SHA512 800e66c8e324b923d6185660ed3db43ea6630382c6b1ba34789b68412c94696db8157e611a87a0c44fd959a218f8607e807f2a721fdc42361d678952781a8d57 -DIST firefox-119.0-ga-IE.xpi 456140 BLAKE2B b154e369b6a828a06b23b3f95b105451d60a436d9f5b1ae53aa30dee6120c769d032989805030dc1196defc53b365da0fda3880d704f016417133effe5cd9cd0 SHA512 9aabf3e45d1d66148589e5fbcd272cb42b15a362fcd2381fbd9272e0f7fb577b9e0613cde643a5659867f9cb9c0d1bf6809043b896bd479bfb3c8ac0a497c516 -DIST firefox-119.0-gd.xpi 571440 BLAKE2B 21d74a3b4efb13b0e4cd8021acdb78a1849dff5b736669a1d7541e4d9c4480ab6b6bdb8362d0722b4a75aeb43aab7a510203bbe6f30ce3530fd8294110d6b12a SHA512 3925b3e246890b1c40cd515f35bb7c6e24679ea24fd24bc18b41876c1b328e2dd4c5f428f8e6d3646d44bbe31bb67d3d6f95b5004f29476e9efbcf0cb5073c1c -DIST firefox-119.0-gl.xpi 574767 BLAKE2B 29f6bdf981c287006ece1b01716ddd082b73f7c0f3a39653f8df4d9f1634bc79243b84b35cfb7f73ba61d9ad73011d7526f11ad4cc6c610aa3627ef31ab770ac SHA512 65d23daae266d1c632a9ad8b1b8073999d4cd476906a0b24eef866b0338f499d390c8feb5494a05d7cbdaed1d55214de4bbb6ce1190a0caf7d62038871e619c5 -DIST firefox-119.0-gn.xpi 592182 BLAKE2B 96eb3a2498f78be8ddebc5f9e488ee99a9ba5d193d24506083dc88230e01f7d39b3751ca40bbbfd5ffd61bcb1b0599e5a055ce433091435a3a1359d543d74ec8 SHA512 0441dc9c18a2a06f3aef6d6ff4be318cf686dbfc80142c6fe0f0ba94197c4e1d2984c048a909319c4a19ace5881938d9b443ff58d61135d3b406ae61c9ca2eea -DIST firefox-119.0-gu-IN.xpi 508749 BLAKE2B 70e7d014cf67085fec4e1f3399d6183d2a0bd793e17c02f2e3d38ec18bf0612eaedbe2efeeda9c314d9e40fc5cc89fbe6a81c786ac1b05bc2b8464d854c37637 SHA512 f28d29891c0c5f46deee302b7111c684fe9e32cc2292e931716c13756849d4bda8a317333b146396413735b662345e615b8e6e7a9f2ad5edf582cefdee9fd338 -DIST firefox-119.0-he.xpi 587414 BLAKE2B 322d223993827f75828e89d9a7cd23850903d2bb924185f5227b3f7effd1868a65ab1414a766e6249dde3a4d15a9bfb79d55b7ef257327cc3045ff7b320e093b SHA512 9da71a220afe0e32bbfbf93a1489a6407ba8309b9a3f2358dd07185d0dcb557295078dcbd31d30cfcc9666fcfdc187c8f60f67ed37ea2814c2b8b20eae36b6dd -DIST firefox-119.0-hi-IN.xpi 546427 BLAKE2B 503dba2cf01f88ce92938776e6112c56e150cc1b927e0f36da7beed97f96f17bae17b0daa8022f4c253af3eadb3f4ebbff34ee93945c0982c7421b9e93b16cd0 SHA512 d538a19e49aac4972ef77523a15b048c551bdeefb41cc47960364c54ab694596edd8a372e1f196087af98e203e661cb364ba6eaa133d63e8b46db5f530595ecd -DIST firefox-119.0-hr.xpi 537422 BLAKE2B ec3e558f938fb1475cbb1ec265d8143925f43deb1c6808a0f968b11bf26c985e68ce9f675b8bce52855a4883de83d7821217b814e344565837659fbdcccf72ea SHA512 710008e8ba627f7404639e5ca0e68e42d88c54d45eb3d604991a2e135a8cd067613c5c172fcc92843e57b516973f84e60b5d0eb44b5536baf6a67b0de26f73e4 -DIST firefox-119.0-hsb.xpi 598796 BLAKE2B d2b6a5ea58b7289e488b872e21b7a9def99edd83be77dc056725b08dae72c36498a7767b884c7f2402de6fceda539ba3128dd295b2733a59e756f45ab9197e6b SHA512 dccb89c59190b0cdb2b5e57bff4f150887b8b136965f4d7bb02397d187ad55c3e2743a0361bc8d0b5203b148d95c14fadec9061ca9f0ea6b7f7f6ccfc05f9be9 -DIST firefox-119.0-hu.xpi 604546 BLAKE2B 559bb4eb0653c91c9b6ef01d2c8c492b5edab88c136e2f51c8c85a8ff44c44e5dc544bb7784ab833316e0ab88720f5b5ba74b46036be3ca0d0183cce754b1c01 SHA512 489cfe71fd46ee6a191232fc6e0835e2ae194d049860d8d80b23b8a73faf5889ec0724d7ce8f0741d190e42d7f3bd79b6e91fbf8c0e25e8fd57064ee0e8744c2 -DIST firefox-119.0-hy-AM.xpi 586251 BLAKE2B 9b19b91a1b67f9538c2432ccd20c5f2c19dabf9b44aad682847d3f2b4b7428462ed4955b33469313d55a110ca13f2695beaf175add5c3be74e9d00b5af480f6b SHA512 6a63d52a5ae0e34c2134a79e78600d0a6464f88e966e4c641cc7459df057d16a678d0178211e90c31d467eb348a8ae7be9d152a33ce4e7f9a2b96e43dda0d1d4 -DIST firefox-119.0-ia.xpi 566137 BLAKE2B ff5f2570a3a31596b78694256e06c572fe5d8b50d8034af0c89535cb7520bdf4f5052adedb647af41ef18b1e6a9849b64f571984ce1ac8bf00bca6d586be488f SHA512 20f04d0e7234cdf8b478f231cf121ffb33c02db5ad4ed3b3916b8686dc1f621a409421538f835283bb1ede760dfc3f3956113f4308833dcecb466db5dd715bab -DIST firefox-119.0-id.xpi 544205 BLAKE2B 9bacdc2b5c4e699bbcb7e2d62895d0bffe4ec7a300631ac75abebe63e5ca90be48ba663ba2262df6490fb75fd341fbc95a44b31cb0ecf1131a31d949f674721c SHA512 d74eda870b583906926a90044db554fca10e9f0336d906c90d611ab581982be47814382a8c2725578380317d670b239411725f1c3303b32af4d44a5970db0643 -DIST firefox-119.0-is.xpi 574091 BLAKE2B 075e8f4d7961019f9c218ca8cc4311f6ad240f733af0d6f04ccca37b81a4990ed28dc504cba64406d1b9d6731a0456675e74ec0d76e265bf840bb36acdd18678 SHA512 62e8b731195b30875bf411001c8500250bb7f8429b346bfe7fca7c2d773dfa4a886be5a4c37735d4eeebd86c9166c1103a993e465a98ddc678e3f0e4bab90d8b -DIST firefox-119.0-it.xpi 522161 BLAKE2B e31a7d734ccf6b1140cdef4d8bb9b738807190a770078c432ac5a7fa5cd6e3dcca0784fc47e169c5bb0d7e6cc882a83e9381f92f1d67fc16bfd5579126d4d63a SHA512 ea78895395cb21f27ff42fdb73b82e41f0665c15ae4922156f80719ddadd43d27e01b4172ff622fd399e5559b85bef6976adf595d245bb745121670487066527 -DIST firefox-119.0-ja.xpi 629366 BLAKE2B 4852f499d84d754f34d305c16059fb8f5cdae715710393aba5d9128584c47ad8250197369cfc030d81f57e2d9b82001bd1aeb12d32d5b78068b812e6d80a1144 SHA512 594b38c46b3392747c7d82e97dc6462b03cfcab2c266e15a6c8668ca630ffe55bf1053fac04e00146eeb84c8a72170b136de2a1ff8d68376a95bc0763f0e20dd -DIST firefox-119.0-ka.xpi 631717 BLAKE2B b6d7fcee8715e1e5a1447b5d0129f1dfd095cc7315d21fd8f1719b99b133920553c889680ae7f708a1759783d6f2056897157d8fbb7920b1b1640a2c56dca40c SHA512 d5330e5828b14b3dc9048b9046455c361724c75523eb9db40e2e87867301e520da84d2245bc4ec42988d7fe8c659793498e1a48942bef9269aa928341eeebc5b -DIST firefox-119.0-kab.xpi 572898 BLAKE2B f75ecdbad3302fd22cfde3c4fab8dfc88d98dbe7d139ec73ae125d02590250aad309cfe61539b23ba4233f83c635b1c0a6b1ada6c5cbf6d2ef343cecf0c5fc7b SHA512 227a718b64d38c5293dda4d09d29972b33d16298b49de2f4d0eb0a7575842f4eeff62db65a60b16b689eafe2509841bdc89139577122665ef4a3c28ca2bb3bad -DIST firefox-119.0-kk.xpi 655877 BLAKE2B b649af6ac82fe9e1a059bf922e48766e18dcf65da0a48b1eda93351e2e714f238a0333331c464c9c3ab044020e02758a4b38d888939fbb93ebfa0963af38e7b8 SHA512 5da533a9f6047bdeb2e5be008789762fbc9c2b83b4d45afc224c0c508068740454c8a1138be877b8a58291ac311a6ab1cd70563468d8018fbfb3edfc7272fcd7 -DIST firefox-119.0-km.xpi 509380 BLAKE2B c8d296dffae133de92aa99c8c077fa99b38d3c583300976d107a4016877c5507737739177312d305f12ea02903fd46171d6ebe5ce866bca75daa64fcf075b2fd SHA512 0849dfbff391a5a8dd7f83b232113a655da3ffe7d9fc6f8bec8bc50296be7e3281f9901520ba4e6b551d5f88f07413c7d57e3c021239d136cfa0dd5ff01542c3 -DIST firefox-119.0-kn.xpi 475014 BLAKE2B 8812111d08b5c67642d4181ddde65845318f208e68ea90b5df7dd1c633712d85c5db646c936cc4010d5c1c6fbc8238939fd053a3ddfdeffe50e57aece591bc2b SHA512 05c4258ba139b6d9ad0dfe6fc2abe8d659338a66ae62de9691b4aa83563907076508837057b17158e6176a30ac5f41e8d4ce9c91296e22876c01692548954996 -DIST firefox-119.0-ko.xpi 614872 BLAKE2B 6991ac253cd2fb8a62a2399747f13137a974dcd9f48f4672d98a744dc2ab889d8c019026cb4cef00f0a07a44f41406568d65e4d81b4aa4dd1169c819f1052ceb SHA512 581abdef8e73c557185d7dc5a9b4e6b4ed81603eb82aa095707e30703e6c5560781d52b685f32fb1c6cc465beeed79b9d455bc6ddc945bf15131a25beafc45ef -DIST firefox-119.0-lij.xpi 466670 BLAKE2B 56f9927f23f564f855e3d0ee16bb8d1acc153e4c72e6f059f73a2401c36052577e0786b8d237d19091ede85185b0d6c8276abb0665e08727c836d5bdeffad44a SHA512 ca3fb59dda3cf7afb4ae85b318447e5e308caba25f05a9037cb76be1aed947186dada97a5201e3e0b31f1c5666dae369d3a78c187b06e9069e81fb278f8972f7 -DIST firefox-119.0-lt.xpi 552586 BLAKE2B ab7bc44ccbed092c8faadcae71b17e6b9b9007c63fd54a6e7b9ffb1c3730eb305a9111ef21183d44ebdee5ef39a7987931181f47219de9c7bc1f5db7e03968f2 SHA512 2f7093cae689f8a2e3a9046170c49509447e3583c57633b9feff72b68ab223509822212ab32a62aeea719ac6bf818b3cb832f95b8e21a0b29372f23662b1c81d -DIST firefox-119.0-lv.xpi 452682 BLAKE2B e0ea98d9474b9d41cd9c71e6bf684fd544829e362edf5c8c6b7d8d900d0d740db058ad7877355d5c9615596c25ee5732516e8bb96c33062b2bd5c885542d4f44 SHA512 eecdd593298f65de354b06cd9f6c99be5baf95d595626cd119aa22aee60fe3ebf957a703857e2c8f73120f9d73e3abf5c31e292323481520d4453ebb6e902c0f -DIST firefox-119.0-mk.xpi 477666 BLAKE2B e03842dc43fd9f61056e08b4830ca5eb7f75b13679f503d0b027faacb1ce6669032399cf386c8701f26969c62e15e1c239e89bb08dbb9ed6422bac46b38fe4d5 SHA512 c2c151ae10e7a46f90d508ca5941f010b8b115f26b1c9cdab42bfdfee2719d908223090ec674ba6b888c765d61dc8a091ebec0d1e1e528f61d39fc3e2f875a34 -DIST firefox-119.0-mr.xpi 514144 BLAKE2B 89854e866620a3f12915f512f4ae9ac7204de6740f57b7630f94498d5cc5fd32312360f5ee81e3404d264951eefc65d0f8ba69a5eb96b67c43b91f239835a297 SHA512 dc7738bb2839ffd52aa45cddee4a35481a755dce0307bd5e6a16af2d8723eb197a9a0785404a1893b8140e3daddc55c543ee8e12542f3c745a2466858bb6bf38 -DIST firefox-119.0-ms.xpi 432506 BLAKE2B 15255ba7e516421ddb1106cdb213d956f1ee411e1b6db52a207cbf7e38230d17104f056615c2712750240fc66e538e6c58fd4e849c49b03ddf0fa930d6ac79da SHA512 18f4ad25c2b000ed44a7066cb3c562cfcede78b566420ac0dac38132e31b981fbde8fb188f1505655023f9dfaae8a3ccd9aeaef2141cd510591fa02abc278076 -DIST firefox-119.0-my.xpi 496201 BLAKE2B d57f82407c3418021390f5a77fe8be4c268c57083f19fb2bd3c86450743407884374c0299cedb14e8477f057c07a982c1c3cf921384bf841c3c73d83885380d7 SHA512 351a96245af0f0627d4f6e8843afb7608d1cdd5a6952ced7fe64218ce12ef8a25039168cf28d8334af5a1ee97ea0a7e2ff9625cda84b605b6d5a8b3b2298f0ac -DIST firefox-119.0-nb-NO.xpi 561861 BLAKE2B 1b27d003df2524b95ba5816098352b9b8f5ba37f2adf6c42c2fee3a00aeae4330892778e9b700c5e10a5804436177ab5fd8a25c7d045e21e3f5ac326386563b0 SHA512 a05909e10c21c83ff2b5677415f8a036bc27ec784bf6bd541ea232ae306acd02ced4c4ff75f10e79b175bb4dd323257926968d5794f3245093e94abf946b3abd -DIST firefox-119.0-ne-NP.xpi 471083 BLAKE2B 95732944c4e9c51a74dd00512eabde5700454f627bde836a82369bdfee48ac4351f1cec4e49a7ede81e430f89e3a8a99bb7e7e4448f2254174ccbd2402b15ea4 SHA512 deea1a1f3ec45bafcdcef7023fb3454b53728fa7d72f80c6103f774c28b9aacbb21526fb20c33401e34c21e229c0a813b131279cc6b3d5918e59e77a3d6c59a1 -DIST firefox-119.0-nl.xpi 571720 BLAKE2B 8f27acbf0d60bbd8bbcab90426db5deeeae3b6cd0bfe37840deb4ac5b87875befe3657f42028719597237cde7d9515ffeca77f1bdf113ea7592d1d48c23aaf1a SHA512 8ae62ef53c45527b48e87d80fbda1853f13059dedd86c22dd0d1974f3b327f3f49b64b8b051d4079f707ff8e2e668f7132ade4e894a5fe22ae98d385fd1c8d00 -DIST firefox-119.0-nn-NO.xpi 564823 BLAKE2B ca5fb7e9811a93c9e50541e1ef32fa387baf02d51304794ab9f41f4a132268f110721f6a8009cb3b8df04d6d49def665a4594cdcc16701fff74a3416e4b07aab SHA512 eacde645319ad40cf3ca7a41c9e44b1ffdbf65b874d8ac8b37a1f6ee6c670cc69173a4957a50010f5db1b6df216250636bf79a0ad6fcd23905108d4462552875 -DIST firefox-119.0-oc.xpi 582589 BLAKE2B f609e446358f522631260fe7cead421c7950b7e3a2b8c6de571163872af40b0b1427ac13e56860924f8e1949d144d5bf788324ecd0c2ebdaeb9e57f6515ea218 SHA512 2e6cee482c23c4e0f3f85e499b03fc0655f5ae3149c0293ea1a8ec940121f8c0a38ffd627132c457f3dc43ac5177aad6de527f915d57081be0a53cf832d04aed -DIST firefox-119.0-pa-IN.xpi 642077 BLAKE2B e78e5874395b1a98442362acd5564bbc0cf99138391fd0be6630dc834bce57df13d980ea113e39c29a68a43307523c5703597bfe24f70aaa3d3754fc8a59b2a1 SHA512 c5844df95c828caed3470ee7fa3df122e39968ba9e21e3ec423baeb3a4c61eea599563a08bb1f31f52cab42514e541176ed2caa662eae666be0747016bb3e136 -DIST firefox-119.0-pl.xpi 591098 BLAKE2B 1f3f252379c8be141dcd30ebc7462d274f32f3f0fb91f7f9d3eebdce25fc7dc4c5404eb6a0d39b4cb1491558f419a40c0ecc8d138ff64f2ba03ed612d5297a52 SHA512 9bd855e6389138241aff004200557ed8171fb2a33662b482ad17808b8641260f5d5836cf3fa024562948bcf59e637f18f6375f39692db62aa3f681ab996e3eb4 -DIST firefox-119.0-pt-BR.xpi 576513 BLAKE2B 3df866b809e2309354a52672cb91a2a9677b112376c62a653a5e083dfdb939bf93a46470cceced750d995a2987a291ee1ce5dc5a0a21d1aa2e079dff35918bd1 SHA512 1d6a50225f39346ef77528246743cdb919077fea7d23797109a1b4a3cff37f72bfa3511d8ee4c93c12798fc40b28d37eb4cf3b92dcf62bbba6881fef3f00f020 -DIST firefox-119.0-pt-PT.xpi 577829 BLAKE2B 6795de8a725fc88bff4224df4bc45d402ab90a7e981110757933e784939480f4d3bce6e229e47f97fc78295a4e89d093db934446042d1ed89111b557454d6565 SHA512 f3fe46a4f75773aeed9c8f92bbf74790f42b900e5f75b11cd51891c71af969e6d9f83ae85e04c3f0a2f591aba34028b04164e3d1f27c71317a8d2b67dc8d061a -DIST firefox-119.0-rm.xpi 572083 BLAKE2B 1cc655d0095470b8f2413124c43a1f14e42b8ca6672904129a90e86607f27bf151ab44af78c1e30c743c585f67cf146dfb71f8b8f2c4055188c3ce2bab50ac0d SHA512 87d16cf39197b62912060a1c5399f045823639333d8ec45193f0a9386433c65b95797d8a44b3591de0fa1a99a501c6e4ae4c981ad80637b802270993bcd3230d -DIST firefox-119.0-ro.xpi 529022 BLAKE2B 77ec5695d0edb9dc832b27bd500af7dec40c00621c80ad9799f8b40ecdeb8f12576c07ea80222cb2d1a5285022f22761d5d390884d6b90e02cb37448b579290c SHA512 a2ccb48e71f0a600362cc0fec167305b126c3296341f6b16c567e97250a50885d8728c3beae976358f141d2455f7ae66eff216e0e841675211d2fe3b0ba2c920 -DIST firefox-119.0-ru.xpi 667258 BLAKE2B c248c8214c589396dabaa7d8bee6d7652846b756b9ab3cbf499c1dc162d6496c2940aa30ee218d25872c36b0320ad2b315f9519d36c0e7d7d5047b94b884259e SHA512 1f515f6d10c4233f30fce448a1334b63fc98e3d89b9a5f27c9ee5a8f0ca3dd9c53ba3e6cc0731ff4e45fa0f5017a4b13161d43964b2538c38f5829c50e74900a -DIST firefox-119.0-sc.xpi 544980 BLAKE2B 5c05ba5b784c93de74f241a431842d43196c921938bf76b84f5e3a212292cf0720f8f90db0332e895314dd0c377b1ba6d860f7f3fffabad90c02fa75fdb8158a SHA512 df47dec593bbe0487d7f72d1a031edce287eee350150ccfec3c1140ba2453d14e10b330f75d617c43dbb07255c17eca082fb17bf0ca09ccc77a5a3ada0957089 -DIST firefox-119.0-sco.xpi 493133 BLAKE2B 66a30235430e99552aeffcec95e11fb167e5b8208106232d214aab329200a26f8a65ebf0e770fdd38c80627260487aca07fca598d09c5da8a4f87afc2dd21077 SHA512 12ac6d8398659bf54d652a0daa1912014f608acaa4aba536b6d644f9b078ac3e5199f109c77eefdbdee4de3951c55b92aab9af6d749c464d0c6eadf81cec18de -DIST firefox-119.0-si.xpi 582585 BLAKE2B 806921ed3c8c4527965b21499d03d0d794adb58f190abc4ed724641ba252fdfd904f66f2ad7fe1f8f50ad44f357b782a1982315d6180f4b34661cee8f50c16ab SHA512 6e41f3c3ea064f159af8608978dfadfadd8335378f9ca800fe6fadd8f39000e8136f4a345016e39b514e502dd91a42d5b8db8f5916fe28002d9f5b41b0668f91 -DIST firefox-119.0-sk.xpi 603709 BLAKE2B abb7ce93b0dc05ac17ebcaa363fa64f7fd575be909058c4815f3ac179b75bd55c5ace1b6dd976c83ef25822bc52012551b8de96f61e07d4a6b435546cfc40400 SHA512 bf1b79881e654ff77a7e89c54ab4b1050532a5c137a24cd5094acfc6426586db662b10013a80ee76bbd435b0ef6148224a4061eacdfecaad743f0398485260ae -DIST firefox-119.0-sl.xpi 576754 BLAKE2B 0363e9597df0a0facb1dbc6e61f620a6b61ee8361c9cf8a3a0b643c5aeed283be459da4692263e1f63d1813c844f4d34a92e46aec12ae992ed3715083e69a77c SHA512 4794f909c614efffdf76ee92dee38427bc2c812b177abed4a00f3caa311035f0b074bc1b8cc53512b6bfe8888ff43728622947557e9c072685deca5cba28ec96 -DIST firefox-119.0-son.xpi 402082 BLAKE2B 33f4174e5906d23c84f61d16e65e1890e16ac4f45b0f8484aeb08c0ce97f4857994da2a9872068f982b409b358b8696eb99a4124ed1ea06b240da19106b892f4 SHA512 6a9949ecd6cb4e097bca53068a142ec69ddec45b34bbcacd764047e65c93ff3ee0162189fe32c3718d0a61da6bd589d2eeec25d750823047b8706ae7a1907d33 -DIST firefox-119.0-sq.xpi 580556 BLAKE2B 46fcd558e8bfca43a709616ddbb30e85c3e89f9b910b0d7117f4b11571c35a364584e8d4cf307f5efc426addbcaebb1a7c94c4e997e873873ba64c42292c0cad SHA512 87265c36316c8c2bf1a9e6f31a4831bc853207b66d2d8c8855faf0cf8c3b7607a4239ccdc5562a884689941cf44caf46459f37a56b022d039a139c0057fa3f37 -DIST firefox-119.0-sr.xpi 618528 BLAKE2B b1635acf7ddbd7313a75159e5a024db7bc85fed24970c911139f50c8c95f64d6d5429a2c4f64dc3ac105b6b1a8777225964f3b21bc8d3bf4e794d3e45fcf4d19 SHA512 4ee43b39a28c951b6112eecb286fe8091e509a6b681238b84eaa39c3c6a45c9b16265e8cb9f1a656395334584ec085547407c579ab4353989f5af3ff7c66fec3 -DIST firefox-119.0-sv-SE.xpi 573629 BLAKE2B 1ba7f637e65105b1dcb5d1917e5a956b3500055b938d2376acf3fd87ea2f0f9da7af3fb6b39ab5d0b35ce823ca71c7d41d5c953c0659302da7213a30bd844bf5 SHA512 071bb5869f03deca1ea8a45c844d382abd0f4789d316de7ccd8285334899bf321c411f5c31382cf98df6a63a2d1c3e87b25297639879afa16e1883345d7c9471 -DIST firefox-119.0-szl.xpi 507995 BLAKE2B 1471e9c7f0b2d542841da9c147d2823fd7d8e503ebde51c408f179dec6e000accfb5f1a678a3bcae449d9f6fab1c5bd50cfae876f088f0472dfcb4bb3970c9c9 SHA512 4eadedec4b77456737c44a8b44b28dedd0864f4ba36ecb83b9e65d3f30b6ac3e6b063da6a04787ff7c6d887c50e288862622ccb150b7cd9ca38831f2956048aa -DIST firefox-119.0-ta.xpi 490698 BLAKE2B 690e93f743fda13a3f4affe85f272b06651a10b23207aa073a7650b9d3851ddcacc2b81a38e5a66d94c91eb94c12086c2276c1d13c85cb1c2d91c4de0c4d8a1c SHA512 d7091cc506091e96979fab0f62f0f552372aa49c9411eb696877c2ae60189d61fa5e9c9b293723d27b12e2cd7c77a9dec7c0cd87b34b4c275171d5ef1e115d9c -DIST firefox-119.0-te.xpi 540968 BLAKE2B 42c6997a828e87e20c7c88108937989fc819624e67cec7aab8d6c802d3abb82b2dd75f036fac65acfe69cb759ede6e82fc80e167af0565b2b76c70e2aa08d04b SHA512 6b644a79a3f9f1d220362b010113c8d2cb5f3622bf7194eff19871646cc71071219bf99788ec6789aa79f87cb09ee5950eeb5a69651a9dfe90ebf8dea5a7db95 -DIST firefox-119.0-th.xpi 643203 BLAKE2B c4826e1ed0559fb5c0d0bdd57cf94d7eab59fd93065fb716132790779a9a9a60f828b4fd157b5af0602ed205c8150550868feabc0a69af15bfd0c370befb469b SHA512 d2285889f100b7c13333f5f0a1057a29cbcaa347453841a971cf52f103826c74a27c29799fdb47bfd478bedf44bc8601df92fccd172808be67934a557d63d7a4 -DIST firefox-119.0-tl.xpi 515574 BLAKE2B 6cfe6216ff703c5ad9004323c5f4aaa19956c46966e52a3ac3cea3fcac86a94c6dbd6f781d6842c691d315590be3e0fbc8af32570927caf468c1067d0ed9c448 SHA512 561964a6787e452398be7325aefdda26dc6654582967861d63618e22c566aaadb6ae0a237b549baa02e87c006312b5d8087f4cff8afe4689c9d3599a26c8590e -DIST firefox-119.0-tr.xpi 584649 BLAKE2B a9a0a5f743e15b7152c1901f101155a9024c76f6d70bf1ef760719973f2d9e38d0571b2a26368f3c693c712d08a3041f117884cea7d06a3405ab8e9516b48ee9 SHA512 ba169e4bcff3a19bfded142c03cb953def78f05decd9749dddb16d08063e5a9203341c45f688c95e2fd3806ee13423836af2ecbabbdb22e8d09d9779d72d4eef -DIST firefox-119.0-trs.xpi 487058 BLAKE2B 329dfbc2ec34d1f382f777a475e73f9e47f7e098cf9744ee852037d2237cd4bb217134c478c677dc373dcf977adeb53261f899f89e8a6b014f82d9be83825f6b SHA512 c67da292bab0237b22a8d7d83b686172c45076645fdef45e9af6bb47d07cde77ddfb5dcab76237f8a995ecc4f46057d0fd3512f96e929875ae83884dba9c5f03 -DIST firefox-119.0-uk.xpi 660494 BLAKE2B 9208ab68817751f778bcf7660dbb2c66ccbe10e563b7d4f6745099c03991621d32ec87244e18f60c4a2b13af9a1b03c6db40d8f831578fb114f4e44f942c45f3 SHA512 a7e4e8e768013cf0e71b50666e9ffc47fb425068bd4274c42a78f4a6d5523b59c0b89e41a6edf569e0fd5304ad38207cf08d0e2b3d007ff2c9e1110a8a7b5d93 -DIST firefox-119.0-ur.xpi 542182 BLAKE2B 0953f44e525b46a39a4585eafe1e816d04ce90efe9d08eb538fcfa4326d979757195c96767664ce7bcffa8abf09aef076924612ac0c6b7b74a5d326a5301154a SHA512 08a0e01ed284612495736fe9ca26de1d52356ac18e2fb8f1fed5c06b614605fe4df8fcd1b2590ff1f207589699380af927a0bebe93de8c1d98b78577005b2f33 -DIST firefox-119.0-uz.xpi 463697 BLAKE2B 9236dcc50212265603a25e09445e198111e20f4e775bfccabeeb6e2818a154e5cbfef2450a049e719b4c673290b73e3f9ab495dbe2651b0b7f99bd737d0453f4 SHA512 60eb602f48b2622429be3aeab0cbe43ec870de33587d0d5119694fa73f260b1fc96a0ee3c6a26b14dc94401bbd37a311db6c132b6c63636116b5a21d28b7c7b6 -DIST firefox-119.0-vi.xpi 610040 BLAKE2B e1cdbce721c0eabf2168142317772281b15841bcdefde56f1da8ba91b4a08ef4b79cb92fd6e4a865a3b479c675aff73992a175e372d41c48cdb08b1862a09e71 SHA512 70b50a8a9750b1814bb156dce4b4717d56b9e3c8325e5858eae0ca1f78cda853fb35b661bbd4746ef0b364f9ca8ac5966b84d587ab56b128ccba0a8c9288b5b1 -DIST firefox-119.0-xh.xpi 402558 BLAKE2B a69411820494dde84c2d9ddb9e2ec7f3e1ff080e78f7bd9e99f09b032220d1f4ff03dad848a923b3a5ddf249e0aa347c5cf1f0ce6412a2bd7ec6ad0bac07c808 SHA512 98f3d68a310c8bbf147638fbf31d3a6bafb26c17c45f93f7e176f87e1874befb9edccb31790686f412c3c78f601e031cb11566db4252a4e2e5a732c2d9657932 -DIST firefox-119.0-zh-CN.xpi 609166 BLAKE2B 8e1f6a2861bd4d3f9320f5a3849843ce7f5b4eec67378ecf0ecd295c67b2095b1d05a1cc878643e74c8039cf158556bdd0152969b6f44457978e99dea0b24b79 SHA512 b3f1b8a2d324369b79c41ff39878f50603c32154c6ef987062259bac601abb7d0e4acdee573e711657219b26a638c5537e4be2d088d1286907556808a0940af7 -DIST firefox-119.0-zh-TW.xpi 612610 BLAKE2B 36bbf0a4cd6370f49f5b2d89ec102f9982917d51b0b344008638ddf491c5ce642f2038f6d992f3380edcd820b5ff93f703c2c0774833c6ddb6542054558bac83 SHA512 ad7394f3a270e14d43397410c72867173cccf598022bf3ae499e4d623342913ac9843b52627678d5b7dcca5bfaa95645c82e942a26705e81d009b432f084844d -DIST firefox-119.0.1-ach.xpi 447188 BLAKE2B 69ddf5cd442e11196ed3d743c00a0eb2f4be46556f39903a995faec50fb97f20031267d5d44c43601780aae430a2a56a33c8b6ad33f8289b2c8f7bf70bd2d4e3 SHA512 7ee466b00972da2b43778431ed5090780c61f79ee45475c66d305781d28d67b15c0058fd132cc135a55efd81241dccb4672ce6cd581ed404487107d058ccf753 -DIST firefox-119.0.1-af.xpi 403036 BLAKE2B fed63264e8515cc5e532c6cfe19e6f6104b8010ed52adf9ce9145209ce8657a2b0e8a2f0341891750bc259d0372923853905d9625405c60914f9411172bf33f8 SHA512 3f27989276a5274cdbe4bf7a4c7a6f2854b1309e3c87c8b336a6bc5f77d7d59942e043976231a8d23f2c6ecfb68eb0d56426a54d01c1b1dd5da763738ff5ca43 -DIST firefox-119.0.1-an.xpi 486663 BLAKE2B c99eceb01ea04e0d2f59965329a2abb51ea433adcd4a853a67b3e9fa6a01f5820cd21f731a446b6d26a26368ac114148295ff3e3b48b5a55e67fcbc3fb53498a SHA512 91c99d016a541108ab7e766ecf6435fc102ab6148de641c36c75db0cfacdcc0fb2f2532ff3aa6636e41fe93aeef9b66fd454031b94585f9c244e1bb5debd34b6 -DIST firefox-119.0.1-ar.xpi 562551 BLAKE2B aa41c23393fd032393cb63fc78f8657c56685e40129557ef5d8008b50c512c8b49357afc1adf88599a73fedb5d627984253af71473e12741007d11de2608ae7b SHA512 01a5f16b4359a6a59f7784f6d51159a549e4a74ad7424334f28e0f1c13b3a82f6a5fa6f12d31348b81b6abe8ef6019a1498e836a7c3644753783eb17f32cceb6 -DIST firefox-119.0.1-ast.xpi 479989 BLAKE2B 17de1673205aa5e19d8db659ca106cfd284160aa05551e8c7345341a2ecc59219baeee8ab904da3ac25ae84c3a3923c8e5f8518eec5ac42876ac5bfda9fff375 SHA512 f47b897e189e2f99cffde2948d365222e3274ee0b05f07b257b915fa722c9140dcb0a028a24ba5fa832d6d1103f99c0f05bed726de075bc00a885280497e4145 -DIST firefox-119.0.1-az.xpi 473097 BLAKE2B 691fb259022032d146f1ec0401a5ee53ae57841361510dd444964977200a7215ac1b6b518da69400a5444b99dd7abd15c6584eab4c56eb86774e21f49964d251 SHA512 0d667bb900345469cf0fefe9408d98c6145ae7854c49e0a46f28fa5b15b396e0c06fb51ebfd6d4fc7a9b3a56a9eb045599d324c54fe303f314baaf18e93ec4ad -DIST firefox-119.0.1-be.xpi 662846 BLAKE2B dbcb76a7544e98adc2827075b51d924ebba980c8b11a0ede379bb1cdfc489dd6d8d6a588377300202e5d0b4cad363895141a2cc851b058485e0cac9bad0ccffa SHA512 4664b81edc0c0136b5e3701e827fccb5e03b2cb8a559df0edbd175b00403538b257831b593506e1e24ee45e3c65cf27bc03407e16c91023fdc7047b274a5e539 -DIST firefox-119.0.1-bg.xpi 568253 BLAKE2B b6bf33f4f238cbca8b6ba5a39c3a5795f02fe22e22c5b7c773500abc22ccad7c1df5eab8d35387c6d07b20dd32443b05c4483a227e59ec90be87160d5cddc3d0 SHA512 b9b7ef4e19b4a6ef4ab15a629dc68367c386fbc3b642d40b464432140afdef7cdf3a71a555500a1473d56387cc92314b689b8914dd9566ed2a4ca50361696723 -DIST firefox-119.0.1-bn.xpi 562818 BLAKE2B e8c4ff07fd04fbdb04c628112d28eb191eb8465de527933e7d62b82948ddc642dcc968d85a80594497394f0efb65525491856d5d58ede84b20720b19088fbf56 SHA512 31b83262f125dbabf34126538c18e1ae40e60ecab422c26e2180d1522b0b828d1ee4e986122c42c5eef93b64b77e86b61fb4b9e8805064244dc116daddc5976a -DIST firefox-119.0.1-br.xpi 547945 BLAKE2B 48c2cc0889bbac7499651ab9ccf3dd953013cd33285629e87bfd909bc8024986adc003bbda4bac0d4528d37635b1f89e101f7f7cd650cf95714f03890c71445d SHA512 25fe69bfba122100b8ad65d4d820686e4b9030ab474fee255612a8b29fdacb9794bf3ab84e0a7c501a74c8cb2080b9e07c9a9da41ac7ef32c35e6583c7559886 -DIST firefox-119.0.1-bs.xpi 443191 BLAKE2B 34f91fd20c6d18b6611574c15f6eeeef1676f3143c79a410a6e21ae21fbcb91aaba55c859fcdf9d475ba787eb3ec32127ea0bdd5e5739a0716ff70674da964e4 SHA512 4b462537395be2caff45862f084f802b6c65681bac09bd9d6272cf8bd16ac273d7bb4d97810267dfdee98313fb5f0231f636a3499aad4e04f4f86c18d6c0d8f3 -DIST firefox-119.0.1-ca-valencia.xpi 525966 BLAKE2B 31de2439b97ec2d6f16192dc9ded12bdf021a7280aeb43bb3855ca8fd097710de56d7983ba594b12a4111d59db3ac344718e61629a16dd6ab7aa9c8b027d2e08 SHA512 924c542c000874c5a0a940e3bd9bc736678a0f958a83ab63e73be01ac5cb65b1b798024a5b2c708211eef02e014ff0776552e66ea5dd2d85dad18bdae5260bea -DIST firefox-119.0.1-ca.xpi 558186 BLAKE2B b2be4f53139e6aace5db1e5cae3da1ae1a56bb953a5edac876b799748d6fc4d33753f6b0abc21b0af0e2c3a044e4545e98ae621abc924edb505b7dc8b36da5cf SHA512 09a1e0f5983d339e9d7c2d05ccb83f402f6d31dd866ea329ac0731649ca69feba2532e35ac16ab4d58cabb6733094e35367d4f003ec31fb0bbef113d86db5a14 -DIST firefox-119.0.1-cak.xpi 570856 BLAKE2B 86bd9a70756b0aca2fd4f05e32a754657c25854f6816a4653bf2c941dec7a7b6fe8199febcec750e3819744a37bcf67775b841c86dd05a84fa34b6fbc2acb80e SHA512 c16fd9ff175f1069c35ae23a74185f4b9c41fb0a49c3cf06a9f4be6115836e9398b5b80dbc690f176611857883dd557c258d8dc98de18b259cbf492c1a00b4ad -DIST firefox-119.0.1-cs.xpi 609564 BLAKE2B 2f12f53fcb2082ff8db5dbb896ece2db478e5985dd694adb72c89c6ec86a6454113f4b1724266d54cc7338f428a7e51e35b7e56d33178a9dde8210de0e1b0bce SHA512 06a8545593210fc2857a1c943cc07f87bfb37ebf329d37215b0fbe9c7a0e5369c13e5752e37f6673bf6a2e3232c199bc3d658ac4ec21aa49ba8b2b60a2b282af -DIST firefox-119.0.1-cy.xpi 577866 BLAKE2B ec1b3382b0997f95efd852f47912e13d79794f06072d59f93211640d1b51552d9984326b39c8121aa838439e534b5e455e1b17313556b514eec9d9c70bd62725 SHA512 283e1c54797f201e8fdf1d4d137becb0cd59c1ab4f2e74bed1f40a482e4e74d03b1be764daeafdbe8ade59a336b112608033560472fbd3417ab91374116bb613 -DIST firefox-119.0.1-da.xpi 567054 BLAKE2B 8a5d38c9ad6590ded771ccf65ec9d9badd0e5bd2dbe935cca748c9178312c88d9fc44d20fbdb020c88369ee70bb2492c97dabb55be1f83c19dfe171912966fae SHA512 3b60152f8e86e7bb32e38dab6cbef76b40667d4786d5078e93b10cc1730892c3da632dd7390dae472a772652eb44b9e525d303e379c8741a35a1d331ad953967 -DIST firefox-119.0.1-de.xpi 587726 BLAKE2B 82720be6d2afd5bfb2133c85938ae66c6e91290b693b61575237550b17a3163a3198c8a770301e49bd09cb2c1e58a0f2aa7062ffe52c829d67fbb2466de86d78 SHA512 7bbed6788b7bbdd65495b2f8494e4c49f3831ad6deba8e4a7a0fe17d5ddb1706056c6d67fa38aa8da6e716b67f79d2eff40d333df9de2c4599d1a46435390907 -DIST firefox-119.0.1-dsb.xpi 602472 BLAKE2B 58b2417dd621e913fac00d58f654bab11edb849185a48d539a8f9720dfc147f91536e760eb93f6456c6d2ce9c714fa933b74e3a71c5efc6aa10890be9c2a83eb SHA512 aa5f0541c2164e072d706e08b3f3467189cd00a6bebddaa45d31af7192df88cb96d922565fcd62d5f96526910587183d8d0308f5e20d59609063166a892fcc97 -DIST firefox-119.0.1-el.xpi 679345 BLAKE2B 51a6e1aacb763dc8ffef2a8b5991fdcea21075b2414cb2c4d9e3ccb91cd25a5728409ae5b873018fc25ea3b23745bfa03f78c02885657c9a414a25fcf48d6598 SHA512 cfe9cd9349f18fcb5b2cf9cd889a46c00f177d8957b9eda72a21fd64a79356838ce9a3d74c5ed6ef4a704d63018011daf7f29d2cf57d812512a1821d56692d46 -DIST firefox-119.0.1-en-CA.xpi 540179 BLAKE2B 0071690017f442a392662c829fd984ff2fde8d188ba593d70263e732fb96a0200c76370ac5605fc59cdce2b4f5a20cdfd6e2fa0293923f9c59ddc9b687971b6d SHA512 5f77cdc9c7eee1756f124e5077f8f5a63ce5cc727ae05d30d7631e84f7610f00b115126feaa9dc660d7cc5bd3d5839f3d36da3dcbfbcc0dfb6e093f39655bef3 -DIST firefox-119.0.1-en-GB.xpi 542503 BLAKE2B 0f67ae88b01389661e19b2fd450560bf748834cbb831877c55b98b6950d2373bfc9ada7c2b54c13c2a4556d3cd63d2c4f95705b3ab503ea15618b7d55d6a31ee SHA512 32ed380028668ffc9029cd8f5e4004680f24b53b1675ce32349ed18282e8fd2a275126ab3ee62f166df48d6476cfc8891d3a5f0f6bab63d210a18f2c3d0fc086 -DIST firefox-119.0.1-eo.xpi 570800 BLAKE2B d77436874f2128cb04447cbcf3e2286a622afd5d852fd5ed77f83f6761e2d68c334dc867bd6f52c76fee978bf3b3543f8fcbbec524cf625382267fad0af26d67 SHA512 6a0ed581d2b80f5fca0299e03750fdf9814f03e8bfb7622da96b16d96c7a7638fd780739a9965336701a81ab8fc7cc261313e66e9dd05159d24a363778d5f0f1 -DIST firefox-119.0.1-es-AR.xpi 582030 BLAKE2B 3a8bbd09fb70f4a7f2720532e3a348a89035b886d4ae4fb291fc2868e22168372a917f3b0d95d09f73a8b4a899ea969dbfb2b3f4dcd6f18c27441d7156653526 SHA512 3736bfb9a7d8148342bf9e2c0fe1145d6a6cc49f2c5c400cf06fcd7a93fc436dc9a020000f00d1e6c3b4c26b139839eec69eca7cd28e834f11e910763f83c0d7 -DIST firefox-119.0.1-es-CL.xpi 581074 BLAKE2B 1bf88f1c3625a66c3718ae5c5504a54be58acd1cc650b093dd0472b031ac86fc2b3d6d2a521b2ee919ab184a7636981d07bafd80b410815cddcf6833b2f76076 SHA512 87c6f1499c27f07e37e60d48633b2c7cd11060266174db0b946b1d8784f306a28b06ae694ef7d44b6728ed5644f9394a8c5a9d43e109a1549cd44645bca8c988 -DIST firefox-119.0.1-es-ES.xpi 575642 BLAKE2B 1e9049b072d169a917d26b321a917be78c010f125e5ba2e9201d4f672973a736c971b4d78c076123468dd7a8ec4892f4c6c207a351e2e0a53ef627bacd2b6245 SHA512 0fa41048d5c9a85373dc6d7d14846a993b070f4a08dfa26645f62724808491d6d6bdfcd87dcc5f9fb8e9469b3395a559d130361f5a3aef26a4dd3284f82b25ce -DIST firefox-119.0.1-es-MX.xpi 569789 BLAKE2B f6b26af2765f4d5efab03086e5e2041f9b718633ea77419b8ccdf690ac8281f25d65a7d1871b98bbd654749aa674154d611c22e477e610b0c23c421088fcb555 SHA512 9ac3ea1fe25ef484bac6147ab2585623cbd648fbb3f0af32e512729fcf993995897c648419b6e23e6ec6e3c4d69ebe51b074e75a029485ad032a3cfc539a4f08 -DIST firefox-119.0.1-et.xpi 520234 BLAKE2B 3b4a7cbe33f8d5033d3bc218225de004e4e8d6ae43c20a003a94fa551e478ac32465ab36ab1fef5f1d5bd7dd2d3e8f47c5f37d98e132274c7bf611cf5e60ff49 SHA512 ffb2854a4885c801dbb347ad487f06bdac8c5262d4821df5805363286b8d858f4909c2958b2ff72e1d5fd42216c4ff9ea83f4c27ef48c56a7e33f89efe05e89c -DIST firefox-119.0.1-eu.xpi 564893 BLAKE2B c4632337c10e23708d1cdb322adcaf3692e0c5880b7b8a5d86c392c944ae21384fad4486f0cd997873520b97c8c8a4be673c78276fe13746c76debfeb01501ec SHA512 8b9789e08aeb0dbe0f4b09c2e47b9bd4a8cc61d8176e1c8fae3c1c3446fbda4bb2fa4fafc08348fb9b5fb47ae9a1bbd27b7d2fdb16f9140234e73282a3fc9ac8 -DIST firefox-119.0.1-fa.xpi 570462 BLAKE2B 9ade32274439e927ba8995a8577dcaf541a4faeac009fef6984eb9e3bcd85a4503c4a6b0643882783c17307e799bd6a79f0ba6de4399473ca979baa794f27351 SHA512 6cc60e83c67634f6c7d17f3b01dec52444604fb800a2bc6a0860b394494cb5900238102431b38439ddc1ca30d47d688f14a1d368f6a74361ab0e00009b00af03 -DIST firefox-119.0.1-ff.xpi 458394 BLAKE2B 133d52e1c1aae44fc5f43c1d6a97791716d283c9d0912d5f05810bf6a8b85a47fc7f30f2ccd97a43b67c6727b489c30d298ba7791035bb3bf0481432f1805eb8 SHA512 0df575e1cee5c2e56212ee7477707cbb099e35a6531c8a449131414247b4a354b6d5ed7f27f56d09ac850d8c1feecf482f0e93795d7943f420d319c1fed93ec1 -DIST firefox-119.0.1-fi.xpi 564151 BLAKE2B 30f502ebe045d6462d5f21c02e13793632ac25b960d2eb1c1f3790a6d3c8a117f9fa178e04b15b3c4a46f537b063bd9000856bee7389f65179cc98b06ab78c06 SHA512 0c6d1ba9b44e87634a29e7da6258a6a75b0267e67ea710b0b71eb5628a7dd87fd2bcdfb1b0e808b28afa4951fa90eded80fdbf74448a5b2fe52854721d024296 -DIST firefox-119.0.1-fr.xpi 593748 BLAKE2B 555d7e32fd39a002bf559d71c28d0bb282209ea3f3621a70b87ae3e31ee498ed24b0e9481c058af9c36b6c2391ecbf0de2188c685c37d3f548bb7f3321ad931e SHA512 76459f099ba89582202c85b1fa880d63056e0400360ae0e1c0901c23875feeb59a35a175d082f7d0e6d6bb87ed00f014a7b298427f0e7d669a2e978ea9d8a499 -DIST firefox-119.0.1-fur.xpi 588235 BLAKE2B 4a92a92a6ce543d64ba75ff9eb94ba9e8cd55f85b6ae4ed772cc93a45a67fa8c5a35feb80e315441cbad887ac603181cf9e43a98db43b72134382b71fa40bd79 SHA512 5f63e930d1d20764c11e537d26e58303b5f35c44d76006e44a6bed2dde0b663131ca8bc5b376fa59750b0bc62cd37ac8b15be1949d3885e785bb59832ebbd31a -DIST firefox-119.0.1-fy-NL.xpi 577615 BLAKE2B 09251e7364da50a09b0b22708dcda67553b72a2b0e7104f9c165fa1dcecb46be9d2eeb44c35faf0c2485e85a04bc24f5ef92609f10eeb1d288c0e43498c669cd SHA512 fe81e82709125655a836d24e7e69e557e4ac3834eb82f13cc426dece4d749c0af3ab974d916c41d81eab898731a3802c8c12758064bf699c3dc7bfaf52460fbd -DIST firefox-119.0.1-ga-IE.xpi 456150 BLAKE2B e6cb3cb6fdc721e9b6234094553740e139c20c98f26c79f3c874035dd392c833b21462e2c0c9fcfb8f55b496c1e503fff7d66814926d7c2e4f9f2d4166509e93 SHA512 d4a805b2f4f07d1da11760b6119718c93aedec765af027aa93befd05152ec45d308f6a8e2f5f0ec324f17eced36a16ab178417f0af5594201202fdce1ff651d5 -DIST firefox-119.0.1-gd.xpi 571444 BLAKE2B be49dd6879b406146639cd2612998df74922eda78febc496aca85b28d3c5cdfaefd59e3ad05110d78505112ac1babdc621095cfab6b70140aaa67b2726e9613d SHA512 e96bc16ee5c06f3bc5ae4ec5e263dabc762edd954058d199340bf864a5e6f09adfe73a537febcfc51d9755102625430c502e23ca846ef899d76ac04dda735c09 -DIST firefox-119.0.1-gl.xpi 574773 BLAKE2B 2ffa83a3fb4d36eb47ab8addc513a354b59c8cc97f91bc480bb4a846a7d87098018cd50524558f052e4a634e6723eb0effa94c08caba2cf6561f98b7b8ca2b3d SHA512 c34f3237c7b1ac2041ca297f70700c13aadcbe460fb40870cd78d329829ab686b7c7073991faa63a8d7efad6ff291dc3c4bec330c5783fe14326374e85a6e1b9 -DIST firefox-119.0.1-gn.xpi 592180 BLAKE2B bf7ecad7fd705aafe07f93324c5f77b915b05b296a836caf4c54ebf82e9d2d0c409dc72e7a2f8dd6e2276ba76ebd6a9742ea9595f30e4d801bdc8237e13b75ec SHA512 388e9a592164a95d73a8dcc12238580676a6c49a94aa0b338072d7f8555de2f8eda67c0daeb245f679337c6a4e8e506de7b249a445d787b0ef48d55ff4f09a8d -DIST firefox-119.0.1-gu-IN.xpi 508747 BLAKE2B 8991063dceee219af3705ba03be8045bd93d9b2beb751157da731688e2bb2b402eb911e92a9e1b0aa3ae22210728b4116fb94547c3eddef64eda1e866ee033a0 SHA512 534bdc69649368295f77a977d1725e47474cd6a3863f58cd2e227639dac7cfead249417d0b82da3fd1c3e07990db72146d547cd83ce50eedc329fa288ee6e603 -DIST firefox-119.0.1-he.xpi 587413 BLAKE2B fc580bd545afe730487c1bf5e01c5b00551dc3e371e327c0669f7193636c7e8496a7158852ac0c38150938264ae460ef164406f88ac179d615bdd54a74f5926b SHA512 84495affabd2fdd552df4440697ec0c89435b592419dee199a5c3d31a6ac3169caff7c512b6a5bcb09e793631b732af4a41d7e1098c29b35b77246aba9a8f161 -DIST firefox-119.0.1-hi-IN.xpi 546431 BLAKE2B 09d00ba473171b62107672ea21a11774f1ee375f9b8502611669dbad81a05ead8a5107b0d0a03a4912d96db948b5778085bf3466a0e573d1ab0739648cb483c6 SHA512 ff450f908557450f238f8fab9e5ce4154e2a0cb4ff5c753ef3a7d437a397839741e54dc72ff352b131c61fc93a0e788ba94f291a2feb92a69a656281ec386aec -DIST firefox-119.0.1-hr.xpi 537419 BLAKE2B e2a9e32c6c5e39080b3a16458c33833cfb16a254e6c32369409fa54111f9730d9fe8cc6cc4d1cc872ccb1b8bbe5694f3f5577d902b5ecfb6ff477bbe8646f9bb SHA512 264ed456d015bc5757b3335bb0c4b3f16b5a53e8915eb2985b3addd2ed0ea98db76725b68bca1963e42520f1d44feb64c56d7e65761aa5b261c071099f6b25a7 -DIST firefox-119.0.1-hsb.xpi 598802 BLAKE2B d730d22ffa5412d184af4c2c660848e3fb48bfbc19d084e364dc5bf5e572dfd2fde23f66eb4349b3a755eadf6c10127ee037274e111c696b400cbd35a19174d0 SHA512 9b092b93c15287b2e6ad646dfb430d0405fad501080c583b37176c03827a317efa64ab7cdedefc0b46ef5ddde88c317b60c67270f930a3b8f571952d406b2e04 -DIST firefox-119.0.1-hu.xpi 604549 BLAKE2B 00cc3d58a9d75d19ae89906a6e130f45b884b9b161c1fcfd560b92a3cb57b22c8d49510a1f56ab1fa7fce6f5ca5a9ff623c9704e027ece508627aa0b3c98cd37 SHA512 568b42e2d55b1962fe2209901299008752b032fd42fcb2b24b89d45bcae79002a756ce0619e6b908640b9264c600bc6c337ceb794e9bebf11d239df560c296d6 -DIST firefox-119.0.1-hy-AM.xpi 586247 BLAKE2B 7503a976f01999332ec58a6a77dde52847b53c48f3d24e4b03df0cae1c2566297cda5d5de84ad79bfb5e0a0bad551049b48fab783e47ed12981a181b7f98233f SHA512 1f1c6388a8df986b68f93435245e0698a2c5986c414beb33baf50a97947a3e96fc815b3e2eea76e35cf2f118aa07df71897e5ebeafab423a0ac25fa97c1ce504 -DIST firefox-119.0.1-ia.xpi 566144 BLAKE2B 316d1af24804bb518cb32ab5d736e17c54c98ac1371e92b6f3c0c18dd160ba79d063568aae2c5c49a6ed6f3444083702254dfdec3db6d67d38c826a856030586 SHA512 a26884eaf4933601c6e4f8f0defe4520cafefc90166dffdbb9e00b52c3e741c807de0f08c94e796ccec9001bbb39d438fdc9d15f9598a3df231b7cff32689184 -DIST firefox-119.0.1-id.xpi 544208 BLAKE2B f3236ae0f44328cb5e4ae93785e70108da3e99441edf6fa0833c2403919af0b09c011d989847acccb4bbf183182b8bc1d13b91e88911af14d871ebe3dddee458 SHA512 9c1ce97adbabaa25ef7d44f1b9b25b2662bbd3df0e35016e71ece0130455db65ab903f7f99aba31fe80b8674b08a18e723ea86d5fd61080e8eb1618f509222d4 -DIST firefox-119.0.1-is.xpi 574102 BLAKE2B 3a07d9f1a290337be20c1f36d534ce8b4ea8788a46302c305ada980e4e3f959ba0c9997d3c99370dece8bc408e1b5d2b7f7450c502ebe2006025b0ea3ed2d1c6 SHA512 0126c0987ddee9b71f249d063f38898768aa3677bcabf0eb15af4b71753b053a3fcc9e06b9d9bee9a1b35c5f2f3c5fa39d24b33c46d7c7a670530186e268d443 -DIST firefox-119.0.1-it.xpi 522159 BLAKE2B 6b8d0fa7239e76ffc0e436ae69fb342598d70cbaccc687f99144d2c6e27b9f599b9956689734696882b8d5a2fce2c3348d6b21eca7d0cff082309af5b9700233 SHA512 6b8e1f1e056fd864e1e947c15eef9762b6e367952153b911933f8e0d9efd66baaa42678a34ec5ef4561f03e38fe5c685d34bec7c478f9d4f1dfb9b873663ba6e -DIST firefox-119.0.1-ja.xpi 629368 BLAKE2B 2fed5d511a462a913607c6ba294d534d6edc3edd1e6261aa2ac3fbf557e44536a61526a3d45b5e85ca3aeddc04ebc810b08d33f0423ca779603370ba215b8c73 SHA512 e7b68fbdfb5c70c32969c17d0dbca3dfc7e39ff17be31b35be882de50047b488d5733ed91bd3e272d097f6ab63cfe82edb749c9fbe28cf865f04648facad2f14 -DIST firefox-119.0.1-ka.xpi 631727 BLAKE2B b83ba53bb06ee0a4ce67dc5c5ff72ca47c85bde6836477f8d5e640084e11ee03ed90db7624e8648ed17fce67666aed21f333c7ffa3c3c17564d39d4efc3cd0ba SHA512 e3ab0fb26aaf55a0964855d4a894c9f9e4e0763dd532eddcb6d917733041b56af40fbe75cf3158dc4290fa4b192fd31c7a5791699f2095759dee10807857adec -DIST firefox-119.0.1-kab.xpi 572898 BLAKE2B 319e749f0a336c41812f40444e4d004b918b41880397f2c7631b2213000646e5c7520d43b0791624943876f93a22f27bf4d160927d07b1c38ddaa0faa4235616 SHA512 e5f03f620d8b6dc9bcb95eae8891f4f63763fdf5b288eec82b94248d78abc82f3927ddc99258f68f094e13723a545da95bb620ab50990109df1c019292f5b980 -DIST firefox-119.0.1-kk.xpi 655881 BLAKE2B 962c8d688b324cfe4f67a5e17ef7c78c86d2639950b25b8eb427a0dfb4b142dbe08384bb881c1ad5cb85df02d35a9e2d74282df2467f629c2643add073610031 SHA512 ad44ae435966a9a03e6179ef2de7e0fb74351e7b836c66f4ccdace0b87d507b29bbe41d7a8d3221d6e3db08a744ec5ea4c5ac9ceeb183d9cce918e388c6a14b2 -DIST firefox-119.0.1-km.xpi 509390 BLAKE2B 1745d4b19bb7378007f861a3c1cc2cee34edd100fcf41c3946816b26ba012f12e1fbe58b02bacae70b8ec102a40c11aa0dd1e12ebb0f2cc9bb37c4cc13237262 SHA512 444960aa2c6b7fc94104913912b54271a6e8511cdd613a83102040cd1a03633ab16dc7bdbdd93444b17f0cabfb7fa789b2cb9e6ca0dd2172aa20f9c10a892163 -DIST firefox-119.0.1-kn.xpi 475012 BLAKE2B a3688809169fcfcc11fd9e35672c52824299429fa8f17951b0e2d0daf5420ebf8f8da589743bf33ddabd31d0967d18ba5863615786f18f3f9dcca8899c7521b5 SHA512 ad1143dfe2d2655d8c52507ae8d3ac014c2e5a5107e1b8627408b453719916a2d263076fdecae2b31020fa3de99d471d38d6d1e86f5a8647614d5929ff861207 -DIST firefox-119.0.1-ko.xpi 614874 BLAKE2B 2a759cb688e516ce86c46eaec55f0d412f713c245edd189a049bef276b0776704270fafefd7d18f26c0cd4e511773d25ee2569c7b1e443048524806e311f1fba SHA512 7ac1eb447679fd30db6c3451a525d501e76420b54439eb52f96edbf09dcf054b80b7b0e282f7ee683dfab64c777f3c1a739ea90ca1f8d042ced6414b507615a4 -DIST firefox-119.0.1-lij.xpi 466674 BLAKE2B 0be1444f4ef0864fefa4d2d2e29ca61a5a85beb2f87204ab6378c9f0d7aa8cacd59412f12ebd58cfc670c7289c68c2ec69f4885796fb8a388af92ed0af274bc5 SHA512 ad99dc537a742027479c919fc222329d5c51f867926081f0dafdb121612a81c15635bb9c0c1618a748ede6cda4437a30cc715aa32c3c66f5d88b522a35bb1034 -DIST firefox-119.0.1-lt.xpi 552585 BLAKE2B f2a6a07e3761706985f9e3d2f5da260b6e0550c200e95688f7d6d4fb5f9a8b3bffb8d49c24dc2a6c37cd61a58a22171526823491b8797a9f9b0f5132c1586e84 SHA512 fee7e21c8e108189d19807c376a831493a388da566c8129530098502c0ea645af529ce3d1fd5f57312f055ce51284020d1b7288578478905c919e0faa1c5f9d6 -DIST firefox-119.0.1-lv.xpi 452678 BLAKE2B 4e3a511ff8a49c79a2480d7dfe322089d1f940e22d2a1200c0e0b9f7192a22cff81ea9d6cea377f0c5e0ba903f496b141322afb4b1eb7e6fbf77bc7469b8c8ca SHA512 6d6229aaddb6b30b94d4aa57dff724d46b85ef96f89571ff656c1ea6e37fb413c6f97a8676c9fc8c697a6a5abd2474975a3290728acf89e6096cdce4edd3bb38 -DIST firefox-119.0.1-mk.xpi 477666 BLAKE2B b99bfd106b04263563d3255ddcfe1ce6bc00f52fa6ea89fcbc75232d7f6971215d15d062a5e07cf854b54916a2f82bf811a1dd5731a9fd80067a87b394666d8d SHA512 31ed10167f61a1166ba12561aa83110f1c78e17b0ff7c567c731a20686e99473f209d05d46085bcfcfe32a96cf22ca15c3ae6b4e8a9311a065f43294c1e9c7f1 -DIST firefox-119.0.1-mr.xpi 514149 BLAKE2B ba9465a4b186d141c5f88d42305add182611a4fa75538fff15c8c647a5970169c717d3ee300583562be099e40f7c0d8ef5afc3fabe0ab3f09dcebbbf83e1d8db SHA512 7433cc64a05784406bf23f21068d1846fbf424c09a0b106bf1316ff721028bc9ae27e7ea9180bf199e472d3dde8373f9ed20eab1b31106d5d51d187768d47943 -DIST firefox-119.0.1-ms.xpi 432520 BLAKE2B dd73fc7aeee82bb8edbd4d21bc8fa2d52a22d0d2e8ef65a7c6750f4d312654780cfcde670861109ced4dcb3f4314fd7a34c5f935b7303e57776a08d4a879c42c SHA512 e02b69cdcb563ada4125fc2d48fa2514ce7a6e5514820e773a9b75d37c7aa691f475e5893e373feed569f4ff9c71da4174a9f5d06d3395a8b629a0875fc1a355 -DIST firefox-119.0.1-my.xpi 496196 BLAKE2B 8274f8a498f0b2fde86a4ff89f16e85a6a725b7e1db8274284ba6c1dd568859bb1df0f9d06ec338c8bed18abfbbf130f08aa3a90b75f2da1fa9f0197a161735b SHA512 acf25018b079efa71b728ac832ec96e6fe96ae8cd46d006d14e675b7526271a178ebb9d0027491c867be7de620dbb4feb8883de898bd0f6e99745f706f710986 -DIST firefox-119.0.1-nb-NO.xpi 561872 BLAKE2B c49699f8f919730cded1159995cb6ccbb58835aa47332e0eca47424842e14a1cb90c6fc234364e8d3641ff1d2e608052af0a890069ceaa4628be9e3eac016faf SHA512 cff3fc3f5c4cc2148305981edf94893cd9ed2073bbcb4103254647666023ce7d4c98fd3c9430790ab8cba4a59a03f412ad2e8540d59b6ce17b48aa0a70ecafb8 -DIST firefox-119.0.1-ne-NP.xpi 471092 BLAKE2B bd0f54697883be448d2604540d540a04666d8965d766ab528530975b53e28cb50996d08aa2fdd03a5f9cb3dc9a13098f69329b2ffdb33886ddac46fa62e948a8 SHA512 18c2c79ebe9cf5bebbd084accb67da128602508e2e46bc77d869bef7426bdebd2658794cbc0837094ff8f436eb0f757670434d05e919b7d7f410b064fb7d0331 -DIST firefox-119.0.1-nl.xpi 571717 BLAKE2B 3a5d9e44a9ad26df7b8e8cefdcb4835433477ea221800c9083d5a29e22ef2cafd276cb41474228c731f20473a8d64882902ba2dfcb1a227cf56c08980f69aa47 SHA512 1ab78c02e1c028323c1098efbde25317c26d926859a48ea5fa45e813f2a5eee173f5bab2e8ee1183086d11c56975d90ca19fe904da8c9be11a58447547d443df -DIST firefox-119.0.1-nn-NO.xpi 564819 BLAKE2B 5cd87c6907f5e5cca7f99580c693bc77ed9f36375a0f8dac93e328ce7e7fa44002a3aa6dcda6dbed86240adcf8c1e68a8e9aaecbab8bcdf0d4e8a766137580f9 SHA512 cc6890a14f39027ff4efd596eda039744dd0e51c8a26d83d37077ffff82cdb1f9f376d19e50695710a733518266ad9a2752e8f6745a26f60e03fb2155d14b19b -DIST firefox-119.0.1-oc.xpi 582587 BLAKE2B e46f1e2f21b1bbaa140cece16560f9f4884e9240e39cd6128950cea577a787e6fb74b86bb3229cbd4e83dcdc7196d4a1bd9206056ac76a412e6881f9fee39b7b SHA512 57b37be8b18215d77ed45ac3191edbe2aa22def82cef86d13eb7f9d972c87695223e3bc1c449397f5b2f58ab900e7bc6f461dcf583892f86cc18b1fc7a65eab2 -DIST firefox-119.0.1-pa-IN.xpi 642071 BLAKE2B a7f79d24624ab6632c761b24ffa99dc1a961a5e6b3cb5f28b3bed9d29c898404416808926456e7a069d380036fdeab5b46b738a5ad2fc9050dc430b26e7a646d SHA512 7ebc68effb794d3e6817b69693e1f4e35a09b189c38841aa480561fa65a9755e886a6ef9d9095739d8e8012befff6a5f58002a1a150e07918854a226c4d8b063 -DIST firefox-119.0.1-pl.xpi 591094 BLAKE2B bbe2aa68c643a0d3c284f30595d9738349d1079681ef9ed611154890a3656bb3b4b18e1d4adb5fac1210bef764c5cd6445d0bdbafd239ad80e5b4cb06fe3f268 SHA512 08024c0d5debd1ef2e0d39268e1c98a6512b07dabed05677bb34f2fb9c978b8225933d5bde2e4dc84e7da259183845bb461233d8204522577fa34024471a349e -DIST firefox-119.0.1-pt-BR.xpi 576507 BLAKE2B 9700246646eafdd36a345fc624f3645205604d677c31622a2cac25c2fed339d43f6bbfdb6f725397de50a37478b1f8cfcd409502491c8cd7eae26591f099beca SHA512 b84274ce0471865eb4ae6d6a4892bc7be03dad258fd0c3fed629bc3f53366429dc347c2cafab13fd90666209daa520e01d2b2695f08ba2edb6d5e16d7ad04b66 -DIST firefox-119.0.1-pt-PT.xpi 577832 BLAKE2B 93fefcb819ead49aa6970839a81948274404784adb605c1ce8c6bb760a6e841f4fef4828049e3e3b7f5d8e64558d8895b9c12da5188b25024e7c8bac3e1f7183 SHA512 dc0ed1950cbcd292375ce3c9821a36d074e66aeea13def6de501dcb2eef217b25c8406a269edf8dfb0e92ff495792b931c9333878a1f42084079d06187f92a0b -DIST firefox-119.0.1-rm.xpi 572089 BLAKE2B 6160c74db82d56d10f1083ac946bd01583b2b8fe4435e64762b4ad6feb1cd2216fa7527c4276966d2ebdc89c48610b64c7ae6ea9eb0957da69ce90bb0d6bd5db SHA512 22c96f6150bbcf68c3c2b2c49806478b9b2af50f44734842d694fda20b217d3c523aed1ee2527c90bf416910390b25043ca540b8b0297b0f72d4a23ccb006806 -DIST firefox-119.0.1-ro.xpi 529020 BLAKE2B 7e7ae2f177cad529f12d84b56cd95008a2cea17519b965593d2a35b2eb55c9fc3062da9b518868a90f59b37abf33a3a296c0a4be5981fc6041fb3d4ee0aa858d SHA512 159d52b8d801dde2ee17e0f38ab96785b428c1f5e56b60ff74ba4790e3d3da7f20099f14260b4d8aaac7e801d6c8d6bd522f3956029e1a748e9eccfa7460c7b7 -DIST firefox-119.0.1-ru.xpi 667264 BLAKE2B b29b2ff6390fbbf00d09dc56c35cfa420791f77ee2d37167e93d9470f17fb752ba30c46a1229dc822f93cdb82fb77d3c4373182268f19e4e647b9fd29b80517d SHA512 587d79d910079c2f1f5c43768599da21b7a092da058b2c95fc4aa3b707d8fac5d0de4e36ed5e9b7bb4c8de1f930f9b4f4234f441294a670db5838577b45f5a41 -DIST firefox-119.0.1-sc.xpi 544982 BLAKE2B 75ed3c8f01e472fcd8cfdaecc5482dadc26aa2f96a58862f80c63c135089632fa2effe002dccfa3e129cc1eca3bf7ae85c4dd29197015c1896288a0c3ff2b90c SHA512 c7c6481511566debe2acfb10193376b8ae987303a8cced44cad6778d196e2d6dd791d571720ad58c5f7fd5910df7d1b7b63e192bbcbcddcbdaf85b4166d4127e -DIST firefox-119.0.1-sco.xpi 493143 BLAKE2B bbc62608813cf4750f421c0184fb7efbdf35d458bb65b5c5b1eddea242e3b9a0547af5ec9769dfd50f799fa6c21b4559c6fc45a75240e05cdb2f0a50c0dce50f SHA512 0eb20b3d4d3b3ea0e19b7c7ad297bf7c6ec2f923778e9c8049164baf8a94b16d6c54c5991cecad65407ca07cbab26df564041fe68a335c9fa03e62d8082b83ed -DIST firefox-119.0.1-si.xpi 582587 BLAKE2B 73d0417cc42cf8da305d4011fea2648521d5bf9bca12ad909e3de9a2b6a6f098af7a7938580bb6b31beebd8bb4bff113704457fe9fe5a21e14b40311a7fa7552 SHA512 2f848da3ee9517346897e496485903af50e1f0fe41fe901e443ab425c09dc13696f73c282914d3d1f8c20f0433e20adffb39c32d5617cfc89a8d1081e49e338c -DIST firefox-119.0.1-sk.xpi 603711 BLAKE2B 17509e750e2ac8de6cddd9c361e9e9d50fbbae971353b283f1d6852f3b7d062558e877bdd1af62ea0ad549e06ed24df4532c096c3b9b0c23183c287d8621c912 SHA512 22d6b2ec5f6257a2d17e6feafe44236caec8a683bac2df9c92f2c04f4e5ce3a91a50a02d801ea39e4ea41a96867bbeeed70bafb1c0802770de70a1768ca2de7f -DIST firefox-119.0.1-sl.xpi 576755 BLAKE2B 121fe588f1a4902a0d473170a04565c9a8c60120f9bc30af142df0c18cf610e9531389c72202d16db1158235d81ebcdfd0b2f8399643cb6d08b4324b23fd337b SHA512 f811327afcb47c0326ba4cc78a29053f4d557bf9c1b9941e8abbd807328c763aca9dd337a65c82db6b8c06ae8347851466969595336545b8261dba353c35d29d -DIST firefox-119.0.1-son.xpi 402078 BLAKE2B 0256e02d9e617dfed12806b3d1114cee80a31eb06416e96e5d40a447d53394391a3750582e4be3b28e8d97de44143d0611a706a2322500adb3e3ea40edc11b3d SHA512 9c8961c5f362be31971e3912e14e8268f2e395e26408918d6289879d0c66855b249d36935647db70f00d736abebf4cad530f8c8a91184ba6a7e068c899d67e7e -DIST firefox-119.0.1-sq.xpi 580554 BLAKE2B 725beb6a0bf837d2f44e232aa92a20e91d10892f5a5786ed92489755e1724ed5fef7418740733014c3cfe20b91e7bf77a5c404b1138911f1302e1a89b424b7bd SHA512 5cc5cc0c7c42d6d2d8c5c71453848f5c9f85d5dd333b551ac954312c9aeedf515c3d10eeca8b93a005f3a61abc94ca6fcbaf2fde460a5645f38dcc590c1159de -DIST firefox-119.0.1-sr.xpi 618532 BLAKE2B acc2220853eb722144d5e03c08775b30ab9ace7e1d9972150fd05d2197a8c86b7ac0aa8c4bee4a8c78828762eb0f0d94b48c580364ef24f3170645228ffaf7ca SHA512 2398a26ed16ed7356125e4a2740898909249f366f80b4b00eca0d11e633b439dbe1f4d8eaec4ed206d5b1bf827bc8436f7874b9ed7e47cf0073cba4da7980f7a -DIST firefox-119.0.1-sv-SE.xpi 573640 BLAKE2B ac0b089477edd8a9f840b2c732a934fd43257114ec0094996f45e196975cc91b5adc77db68b31019cedf9af5a187d2d92aed40443d176effd08e4d67149b0678 SHA512 c4a4de0a9c875aa095f066189f4bbe4446946d677be99c09bb78d7a00dc481578fed07ffb645a3ea5fc9300089f278d5dcaf1fda3332766b9a449b7198c5601d -DIST firefox-119.0.1-szl.xpi 508015 BLAKE2B d2b02f03659f273c80b189f65eaa0009227dc30e9282d3758e1798633fa4b41b9115962726eff2465f02a479b772561723991728feefb757ccda6ef6f8394f4a SHA512 b573ab836194d2e3816565765c3ba455112a028bb75bbc571fb1874fe03f665958171c197634fd7e1d26f7616a22c0f810dd658d20ca1b9b482b816c6cc8a438 -DIST firefox-119.0.1-ta.xpi 490700 BLAKE2B 5e63ffebf868e8044451fd3c6df9a6aab8b48390147b91030e5e00a0ed7fd20ad27f066b4456ed5161931c77249cc09b1e6d5aa62fae3205e4c656d797cea106 SHA512 9f9eef197b27168289cef5026e2e196bcbffac41271e4d139f3c61abbd791aa37229b7946e42824f471aec130115755d1f8ffeedbeeae6bf2ae90d2e74e7b2c1 -DIST firefox-119.0.1-te.xpi 540984 BLAKE2B b7bddb728167de93e0a00c5f999dcde62a277ec34f3bd59476ec1832a0cc7da5839887e0e6e8ef56d36847e872d5a08b5d7a824044ef781671c772dcd3595bc7 SHA512 c7cee35d045c5d4bfd9505218337fb35a345f4d00d8cefd495d2ffceaf5e00b5954e9ee20f9a64c99969c80d32072661305da36ca4ebc029db254e85c90fd17e -DIST firefox-119.0.1-th.xpi 643201 BLAKE2B 6f029302850f9260a183333035c7e21c727da39367a787ebbb80978238045c1072c72f4adf3156a6395100dd9bfec2130dcb382fbad845721a377b18d8063e6f SHA512 b42b6cad6e1e2b359acd3c23bf24da1b065c36c1c4b0c2fbfdf7f96f449b154de7bbaa9393d70fc05a15efe7ce53cc1c36df16f8a38b6fb8c5a0bd23bbcb2b7b -DIST firefox-119.0.1-tl.xpi 515579 BLAKE2B fa2b31f247e6c796a118b3d5246da1389bd887b76a7caac4af32da99629e11e706096eaa280427e2a87c362bcb67b5595947a62f0b62b1e4450348ddeee122e7 SHA512 af303f1c2b3374588109527ee0fbf03c1fb1aaf969287997f236a001e434d11b2eaa585f500d871fd573fe325e67181e8125ada517ae6bf630c487aadfa14b57 -DIST firefox-119.0.1-tr.xpi 584636 BLAKE2B 66f6b5b98bc973ba3f6e3645e5d8c5d6e6ff134f72edd6b73aab9b67882fd6cccdc4c39aa6e02b82dd96fef5911e7c4409b3fbddab3f101c02c2611c371f1c87 SHA512 d0ffea483d072fa4b7f7953690bd9973afe75ac6e8a52e81dd9518ce44b3583bee1d5d794831695fc7da0751820a96b17a0ae273b4fcd9c387c8104de2375750 -DIST firefox-119.0.1-trs.xpi 487061 BLAKE2B 3ec23b70f6a43528570db98a4e09864fec70365a9791056c31dbac26f41c3d603f4541176c0d7b7caaea737b3dc89cdd381f07f839fde1d705b99455c04031c9 SHA512 6f1a3f9fe4d7bc67588a515be6ed5fe4037b5ec2d1d18033b03ed5e6795ade6cde3028f7880b322cc571e18117fcbb1a1ac715f559b28540469d3996508e4823 -DIST firefox-119.0.1-uk.xpi 660495 BLAKE2B a6227d360339f837df6cbbe7f9cf3dbd985d619fd9c953c63ad3f73a14edf6ec90c075e1a49a66b85db5f07fb1ed07dd714ae01967570957624a245220af7127 SHA512 2413b580991468a9174accd25932eee78d37658167f0ab98e56635b39b9051b1f4d42323269556e440e89d8f4f6b4a0423ea2f7a7408828b3952a4052a098a9f -DIST firefox-119.0.1-ur.xpi 542183 BLAKE2B 1b5cfcea6a18a6b96fc36d9ba5007c2aec689c6f8694899ba8288ef604bc0f500a69ff88f451ea4bdff7944d4f4ac7cd31ca734ef0194206578b7ee0903308ad SHA512 856afecc28c919f66f239efddae1d9ba6e8012a4b7980007c6a855d34fa15600941b3b38e208248159402167c3614dc3ca11caa81f0772bd43f363bc72935dd6 -DIST firefox-119.0.1-uz.xpi 463689 BLAKE2B f0277616e368ddb31c671549cb160d9fdb5ebf934dfac143f561877d1b4cd9823879d93c8a05b7871b350884133f958fc20c0ebbe9e8bea1c63b30e5f06df23c SHA512 94c0a3880533a6b707d09ab1746e167e15f0dc8204604625f881f51db61206f66e37a485e1d7e212624178a91464e71f6630634b4735f038ce84229123423a68 -DIST firefox-119.0.1-vi.xpi 610045 BLAKE2B fdab02c67335b9d9aefada6753223f7102bb707e059294c04129592dca625546f05cbea3a7d38f132265841a0332bf5a934692bbc03d4b16e65baeea6ee5229f SHA512 bbe36376d96d0df9d525de5e5cf7a99197b9ad3d025d5b3013e65c2c34c165384da55cc6eaee078390284412a2c9a18322b16842446319ef4ad64af88bea16e5 -DIST firefox-119.0.1-xh.xpi 402559 BLAKE2B 7e45dd8453d9e6dc32db5dbbfd797b41b27946264fa6637027b42b9d6814bdd8b2effc7f240b2bb296d6044db820f5de531c02c528b7238e1f235ba87505736e SHA512 495027660b9e8da1d543de3ea181804dd7797ed6c1db1b157f6677edfe6095cbe3521f4852262b8e1e10160cb4061644d6c7b32dbb59dc6669a9b4044d3db363 -DIST firefox-119.0.1-zh-CN.xpi 609155 BLAKE2B 2e7358f866834f6991d54b40872234baac7e3ac9ed45695abaa49e49523b34d885fa91bd3791a0c8f001e664f8e16f9a7c07f7cb5a6bdf0ac5d27f5af59113c5 SHA512 b7ea87a6d3ce148077f6d5c73d0bfe38d1ed8b52b5edea20f740d9139c9f41d2114a1a9197f38cc219b6ab1821840e28ec231fbe5198d14e37916ea2663fb346 -DIST firefox-119.0.1-zh-TW.xpi 612610 BLAKE2B 1b98a3492e14867a8ee8bc3449465af7f365c3be6b092857bdc83045540b1b28d3c9bb864d395bfd50f273ee9a21a7acc583361939b5d6a3a233529ff3d5536d SHA512 a510a590bc457d1ea70392bfdb3e7bc36ba43b379361d547ca55eadd9d44a6ce59c24cf01667df6e014bb164f0333ae728a1ecf9939065be71923cc22fb83c52 -DIST firefox-119.0.1.source.tar.xz 524717896 BLAKE2B b5a2ceadf05692d482dc8114634902d33c32c908e60394bf2e6b38afd8d83830d40c83afec28f7257e269595196140c0a8a1f345232f29c649a202d51ca39c68 SHA512 4f3201aee10e7b831cc384b2c7430a24f4de81f703115a917f9eb7acecb2ae1725f11af56c41257a056bb9d7a4d749d590cc9baffcd6e13852be45aaecf8163a -DIST firefox-119.0.source.tar.xz 523093112 BLAKE2B 4fc9852839a65b05c0861eea1d3c99aa9ef8eef02ba02dab15720d0da62b219f0fc2c4bdda1741dcf0eed316b88f032580c7cf433c4d09170b5c8e19e8ad4e1d SHA512 4b555c444add36567fd538752b122f227cf78bb70b72c79e6d8ae8d9c2e61c3cdacfae79c37970753b8b5c7716b28c686071eb7b551773c30a76852f3550676c DIST firefox-120-patches-01.tar.xz 14636 BLAKE2B 353a8435140a79a4d93092e19c04a27a762553d609246e78d724c83c3288a05e022fb6ba0e7de9ac67c41911ba44187855b9f9d879079e84a9b937269b380c4f SHA512 8162f57c535ab90b7f58225aee07c19414c90e00afd58293a3427a6e8e662eb0afb9df81d2782d4a13e7514ea1899229de6f1a381d9f11bfc9b7c7c7da56e650 -DIST firefox-120.0-ach.xpi 452406 BLAKE2B c7d90c68f9533e0dde831575026061301a0359ae1b07dcc09d836216e75f42c485bb82a67376e2ed910ea46091efdacf8adb6fcb1d5a0dd1f7a85a140496bbc6 SHA512 ae6035a73d48e7f42627f180825765e7194e6afc1dd1d6ca1b626e472e6ac570d0dcffb19e69623a9dc4639a2969270b91b75948cc62308dfdc2b455a828b443 -DIST firefox-120.0-af.xpi 408350 BLAKE2B e841d6e1e11d2aa0747d6d1bab06eed8fd64942fa72e9661e47847c4f78d882ac3b07c497b14a0ca334742e07ff79278fd98b49cb38db06e8d91ff9971a320bf SHA512 721f33a479c528551bb8dcb9dea3cd5f6bf9be7be1c5851b3b6e7814104ab66aaa5e1103d25787eae4c94a846ab2d13da5f6b3d3b880e5d5b2cae4ed590adb6a -DIST firefox-120.0-an.xpi 493113 BLAKE2B 438187930e8687fe7d90bde56112a7512b57292b224f3784a8a715fe28ccf2a29e2bc800fe252ccd180b6c1e0e2eb114cac2dfc091314134e9ba3f32c2fcb2a7 SHA512 4bf1bf696315bb39b0e0eb0325df1e55ec7bfc6ebc32671c30807e10b71f10405fae6e64a5b60f5ceba234c9fe3cdb4411080c0da6d63f8888f9e0b53c7a2ac0 -DIST firefox-120.0-ar.xpi 583117 BLAKE2B cb9a2aa3343a902f971a777d8f86ff8439025217b269a564d7858ea8342bc13decf1203329b26d528f0fb2b15d6ab30df9ff412faaa15bb96f23748a73702e44 SHA512 d4f639551959dc56e014f4d83b24b521eebd78cdd2151292091af38a69d83527b2a15a8d46ce3f05ee23ec035b3e00ada1955b81d8eb25c83e4c6d1cb9da9a08 -DIST firefox-120.0-ast.xpi 485205 BLAKE2B 9bac8cd48b0e7e6862a96a50ddf8aea0aec61451c1dd6fe17dd411b1ec32f56ca33462d20d8c0e8b239fff99508b2fe61ae37402ae7c01d9b5823e6f5378ff48 SHA512 a8e015911a8e627f1ad14513292b133cbf81f08abbf09630eb98d7adacfd649fea0872405858e34d22efd629c5132b09dadd4ed408f1edf3557c1cfba6ab4fa7 -DIST firefox-120.0-az.xpi 478982 BLAKE2B e8f587cd8803f1c799ec2005da19bf1ab987ba5e9af322ee8ad99a848332fa214e1acb19002e680bc387461f848d765e5f13fdf6916cf01cbc8f3c8119b66ddb SHA512 9978735bb2ae30d361c6af39eaad52cf158fb5f488974aa7df60815c31b4fe176fce9b761f8209fb933a3ec8afa4223a3f7736ddd079e796bc71b6a0873befd8 -DIST firefox-120.0-be.xpi 672593 BLAKE2B 2e9175a98a94ef61254d693e4a19f02116788f195ac33d271191b888d420e53100812b43b3aab154fbb77c8343474185ff1883b517ca8639d094526593945c4c SHA512 2e8c27425fd916da6b45c297ca2d2ff7b741e0abbce09476ab354eef403ff7230cf7bf52f03c086af4a19755bcc937f029ef5ab9d4eeaf55e4e57770b9aaff5f -DIST firefox-120.0-bg.xpi 574997 BLAKE2B 21e758cd76b9a3d8614256cb86e542cd74634baf43623e9127adeccdca065965ac5ac872f62da8c0ab7710bf0c898b43b1a8419db4e233649852874fdf54929b SHA512 b774f3660fc7e31bf03d69cd79be7df3bc940cde74ee1683df11d18ac2c4c27ffac1fc64b706f952ed19e6e3f436e1cb7c3fd1e06744491bc38b8b585bc40e11 -DIST firefox-120.0-bn.xpi 569024 BLAKE2B 1d11fdf20d9eaf0e29953da0e038f9e11da8a508fff895bbab2b3578aa443b7b1aece1b6796befd4a110836e385f93b67bfb48c16c6e4de47b7e3d0b8844519f SHA512 b8c2580a6ee4a28d1205bac4b6897fcfecb1162769f0c41364494f20112aed0ba38e10ac756650a0d7429959a7aeece31e9ffd35cf4c2e5f99b29cb4e31a72df -DIST firefox-120.0-br.xpi 554037 BLAKE2B e5c5118e057ec4e157e968b749dad23b1d8cd40f1a0d34006f3fddf44a2b9f370a32892894b44dd9f791757d3a3c70f4a317b6faff0014917fc6c6670fe20ee6 SHA512 61c6d1743d2ffeb180e8f1044a2b4f5213008c2e2a6a0897326fa5447ee196c11d590ae9f5ddb1457cf5b6b3fbbc33bef1bcbf7fee6ee9bcb51b3bb25a914e12 -DIST firefox-120.0-bs.xpi 448503 BLAKE2B f035af7ebf978f684f969d74324a53f6869ef1f1477dfc86d2bf7e5e521a79469a30d406861a5c5dacdb915c190a165a9891594b527455604596d5e982667dd9 SHA512 5c91bc974ce6c1524840b3128f506c96c24752831d7a593d602f9bd91ab106d86386751586177e655b68b8460f00ba784d44b05d14a678c1a3ca4dc239aba1d5 -DIST firefox-120.0-ca-valencia.xpi 532971 BLAKE2B 556d3f3002f1037b12792a217793e91440e936887b0a3f0fb41110654c310bb376ba88081455fc46ba542690236fcc5667e88a7299c6ced4c21e5dbaae2181c3 SHA512 7a9ec7e27bbfe1c8d08033590b193cc3311bc17e9cf9ec1bb8ea47a402d95429ef51552cc5d3a3a80f54a5fa8ffab2618327aa44b2d8799f883ce6b9f13761f7 -DIST firefox-120.0-ca.xpi 565169 BLAKE2B c72f458d04ca239b2d28f25f87c545dfaef7ef76a060d66f6e46bc5746563cbf653bb73e66a5ff8e265349da9340368125b06047585ad05065395cadb26793b4 SHA512 4d104c9f63bbfbf926a2577a21ad99597f3e72e2bf23d20c1693b54d4a9e25a445b8173758fc264901a4662e664e1b5dc21db6be0ae6bbd810992dfa4bffb989 -DIST firefox-120.0-cak.xpi 577836 BLAKE2B 867707f7a350fc1da4a2475fc5219ba96ff128a216adb961bedbe967b45a56e6a9e9bccdc55def824d6aaad33da5973b259e0756790eb9be0adf2357fe9ec762 SHA512 0775579984919c65236339092c97508b2694792194f1bbdc5bac1ae146be96ed9620eab588d54470ccffef1d60dd9290217e00d5c4d8a954b4cae339067445d8 -DIST firefox-120.0-cs.xpi 619090 BLAKE2B e7e1e73a75e80cba12da570018b93c85cd78ce7ef4238e3c93531b709e24892c87ddb4333c6a8d7054583cebeb296022b62abaead5027de0761b2d8bf6d9eb9c SHA512 bd1a10ef5517ac910c2b0180b231d386bc4392355440b2907e547f166413d6a1fdc4ee1ceee8a8570c978514e5c0db7beebbcedebc9216c1c393afe0e8c6d8b4 -DIST firefox-120.0-cy.xpi 586540 BLAKE2B 974da65434258e2f928a5f7682a3e2e8e06fc79cd432c375d8f58a616125a04f8346afe3fcb67d47aa88f104b0838068dfd3eea42ac565c3be7a0721672dfc5c SHA512 d8f25c76b0feb05cd23f6f536fadd851d9d812e4251d92bc8c183e92a7bc24e1880178f80e0d82988a0f4d7f432bf940ad607199b5b10461e7c5466b5f3359c2 -DIST firefox-120.0-da.xpi 575578 BLAKE2B 2ef7f4debd36c8b9e813bdff27cb3305c29ea62873ae8192f63e86adacce9aed1a5541fab29f5e6698371c298f6d6e003a562c334f125f1397d5118ef0f6d43e SHA512 a5e52283efe130b4b0326a30179858131945cfa8ad56d36d82e2e4c8979c0b6e23b87ea39ce340d0fc2fe33f684ed11b31a21ea6d68a7158e5f02eb6b0e2f9cd -DIST firefox-120.0-de.xpi 596555 BLAKE2B 75da932d7072cfd2c8b1e6719b2bbb13b55e64024f14ed115c841576ece8fecb2abbfb5995855329e1bdf269888f06f154121228aa5168eb65bfc2b8ad170414 SHA512 6ecef5dc1f4146ce029c2b63419f9eebc09dcca2b4f0cc2815eb6a1cf126c266a5693eb7bd94165e2000f82a68429339d49d1bf588df386b28d52a94aa02c39f -DIST firefox-120.0-dsb.xpi 611850 BLAKE2B fd4051a3c388ecef450150caa0af53c09ba5fbd5ff366ba31e270dee2f121081c6ef2d05efb3b34d393a5d5de6e81bb50e8ad197d64e6fa86b3d6ec952812b91 SHA512 91567ab56029076636440126baf1278bc8b25c7046f975e2964a8deb4a212d4c6062253d43d7f3b000c1c11d53f1298e5ebdcb17c63857ea90c9bc82b59c4926 -DIST firefox-120.0-el.xpi 689496 BLAKE2B 8f600525bd1c0742529156fd97abe23ff1e20dcc4aaab9e5b30ea9ad246364ffd67cb568db431446fe9ba18be9ba5c920ecdc01b3ea32fd6a734f12b2d8c6399 SHA512 faa148fc1b561bc20d7b52f3eec4ffd45dc2513abde2e5743eb2421a46a7699373ca7527974949c9c57d866c974739865fe2dd06d24810cde973d1bcdbec9bca -DIST firefox-120.0-en-CA.xpi 546882 BLAKE2B 13c393a6adeee961a2e66d8afd49f400e169115e6bcb0a86956efe6b7e17fe5d3c6fd8be3c456032acb1883cd36193cb66abb02813a5692989ddc3d927eab231 SHA512 0e205047fcfc66842abf1043b2d54b39ab91a27df1a4074154f7190d3937cf83510291a033e5b504599b8c185c8862b50c1bed4d74583e9518315c39feb99078 -DIST firefox-120.0-en-GB.xpi 550564 BLAKE2B 8aa3287d99b2de81b0e2dfc37beb74c501cbf6d36802736af904b0cf1852ce00ac6e9ed7dd7edf920c0ef2848e4dcdfa7adf097734bcf23a854abf1811a6c384 SHA512 a7af406e68161f42aaea0fdb4132c5f9ec626dbd1f4f3331f812ab294035e1445ec7c6f06f3f41c3cdbebd836a9035d45a6d71613d90eaa684e48b33f2e2e4c9 -DIST firefox-120.0-eo.xpi 579374 BLAKE2B d90e97b10fa77c5f344fc65e9606308c834c92f15bbadfefb427a928ebd6b9b34fe669e6b55afb0056623497d991851d7cebdfb10050878dd370db61bf6e0808 SHA512 9efdbee1ed0dd128049b1497a43e66efefb987d6bbe5ea325a1a59150c7380f697962e71affbce0d0ef6ee3b51128c0eb3a1a8362c00e0ab9f97bb6c561fc46f -DIST firefox-120.0-es-AR.xpi 590606 BLAKE2B 7bb9675f35150314b75a77efdc77842f097d9e2eef025475b68ef75e8c6e8d3d41f4f839beee0f6a0884fa2eaa5200dc0cd312a3843070c737f1d37ed9d42695 SHA512 1584f188eb6d35540a9a441dfca8abf0445a0f1bdc6ecd590378a49e2642fcfb2814131b8984ee643310a89aa358a180802c4b93f042ce0361a09b656a1d0392 -DIST firefox-120.0-es-CL.xpi 589730 BLAKE2B de129f9f700fd7d77679165ea9b668c4f909589d81f9bf492fd8c8c3b97b95318a00973c4e6e4c9984e19d8224634823ad462da66cdc7a627d2ab7dddf6b1729 SHA512 018d44f89b19f5237add5ace7fff4bffb7c6f8bd224a71f4a3ea2a18e4cf0d60512d390998aea242c52fe224a65c09c0a126110bd6df5ad9bf5a5851788766eb -DIST firefox-120.0-es-ES.xpi 584305 BLAKE2B 26d829d75e75d595eff9656c5d9031de476c8e9c6e3b9dc870d72515db69bb9e048c942cc7a93587eeaf78fd8a8fa1984d3f50b54b75a41f34b07205f20f7631 SHA512 0c9faadc9301e55b29070021eec919e3b331410fb39a4650aea389d12a7d3820e6701cd206619ba6da0791ac934e3863b3948ce710e1df24421aa5aabaaa4f20 -DIST firefox-120.0-es-MX.xpi 576742 BLAKE2B 5235a82d8104358e5b4dc9d05f1067dcd5ffbea12e3bf3f59614185a350de3176575c91dbabe04659915dea17f513742fa9f0956c44ad023967bf6c33e3ffc1e SHA512 63942bffbb3aba206330f74e4488df79b18eca24edbc9b145389f7a792d07a9062024390707b504bf7d94856f24544cea42cc2c0cf3ff5945e3cf061d715c7d4 -DIST firefox-120.0-et.xpi 526678 BLAKE2B 12065765efeaf3f4710677190134e3dac241a8c5c60e3d027cbc4481602803410aa85fc2c708084f950002c43b41095c80ae094b208e4e2d6f98bf783b6624ab SHA512 7ac3781877c58b7ac71aab8818277924274c2244b37db21827a194ef354e5bb440e9b0574776dc951d185e3f0c580962e54cb681d12b841190d291ba7cc41343 -DIST firefox-120.0-eu.xpi 574217 BLAKE2B 66c85ddcc4ba01068b48ec00112da9399493fb25bc021ca15673332fba6737392070ed7d2275607c25ccbf7ff04e656eeddd2fb25aff30664230e073f0953c88 SHA512 466e8d81e156bccee90e1cfdd73040fde61d10508ea5e258d0427baa0a4ca27cb82f0786b1c505253e151660ac015446dd787e73005e72f697572fa2918a1867 -DIST firefox-120.0-fa.xpi 577067 BLAKE2B 6ee1fa5bdc550cc58b7ee8d2d804c4856773c64a06ac9fbd13dd0c02dbec9c7a6b3e1bee6237bcc26e43b4d0a7d145255ecb7d659c30d19b93dd4fa5aecebecb SHA512 0cb985e113487d41409c3b503a7670566194a8396c60271fb9f196396a7bef2f37118da62a6ea5f25e3fde220a9f319bf407bb11efcf005dd227bb3ceb1b1756 -DIST firefox-120.0-ff.xpi 464034 BLAKE2B e190a7c6074628bb68a75d28155de8391e9746351f04abc3866db41bfc20a1dd722444d0a8b4a5d24dd48c247a400794aaac15e1a8e09f6ab0f49969769feca6 SHA512 de31e863389c8d3d5b22b5883aab139dfcd67529f332c61e37dfae905c18da3c72865e2cc8229d41105e790e956b1f4cf0a5cb6e8a1fe0a6994c012e8f34fed3 -DIST firefox-120.0-fi.xpi 573136 BLAKE2B 23782e9e36cf0f371fc12259b17d338097d09b9e6a2323f4c3cf5b78af9b93c8d771c55621738fbd0d3823ed011b4addd5370fb4c0cae27f8e4df819cba86af0 SHA512 0325e13ae4f30da13659f43b5e575606e72cf1fba4415c1db8882c225b7740d54da1e05ed61591080221958f4a181e4ec80c393b8d1cb1ee242ee4d1de4ec259 -DIST firefox-120.0-fr.xpi 602900 BLAKE2B a24fb56a6c23509cf4444e7d3edb74dea097bf4fa1831fe23e419f44477fc3493111b0683ee30acad4e62754c4e9e8dcfabaa91226b6ba3549dacf0b1ebb5511 SHA512 f3e40acd388d0b6eb6b446cbd7cacab7d55a4cff253d4d7af601dccefcd0256c430647769747f42e0b695cc635ef8c3668545828abd9b862250b84ea73e25d6e -DIST firefox-120.0-fur.xpi 595583 BLAKE2B 2f2f01c7e9d4eb48724f8db37677dda6e4c8124f8d5031bbbfea9f49d02b4196fa75baa715619a39290749e0716060ab85d1deef4354e83fa9eaa069405d4b14 SHA512 b2c108c242ce6b89ade036f4ff741762285a70f1e3d4074e5c874af2ac96db3cc4387d50a012a52df5bf724198a498de36a8b6457c5f3f036379c4a6075c74c6 -DIST firefox-120.0-fy-NL.xpi 586202 BLAKE2B a59cf047bdf690e41481d60660d4aa26c4a2e3f26c423045e2f32d50cf9f26c54efc92c938d204b06aa55b6931465562268ca923a67b1aa953e1f29e2f3b6e57 SHA512 b71bb34a14a6bfe50d0417ce69af5559e46dd6197242b1b5384eb57c525a58bde77bea644035c16f31862a39e22b3079bdff228c685184e5cee8879cd35206b6 -DIST firefox-120.0-ga-IE.xpi 461297 BLAKE2B 74c69afd8dd33b907494e545bb6a8a72ec47792a48908c4cdbf610cc1d0ded7ad07b19ab419bbbf3c9b56ec29de01cec85c02e1af40dea9ad06e6d68f82dcd14 SHA512 427e7e8dadbc37b09889b28542603aee5930935c57f065e3adaa7d51bc529344f94386c876f44b688b6568bc615731b4d588558d828c65b22eca772fc0af5439 -DIST firefox-120.0-gd.xpi 578544 BLAKE2B e07b05b79025eeaba3a531366b18d5f25618820688ff19e3f428cf07989df056007c28859b6f9c8a3a5a6d137337fb69073bc691dc9f76bf6157c097fc0f4a06 SHA512 ab147ecc3852e2b9590813e137b0490a2e79573f3473a47e141e6b767df74ee7de4274b7cc2b20c971d7cf63a32ede2acddef82ceb185c9ac49b01406a2fe79b -DIST firefox-120.0-gl.xpi 584964 BLAKE2B e14155602ab9a7dc229f4ca8749e75d7d8644d294d9797771e9c275285dba8faeaa23d665bde0591e8136aef7a258dba9b1fbe79a546a815ae98565f4e888bcc SHA512 7b3a38f897e37d732bfafaacffd1906cfdb4e722788b7a4a025eb016abedb3c8d6516b6d75c38b2f389851f119d9ecc019062f95b88d2e7a1cbe33bbcf75328d -DIST firefox-120.0-gn.xpi 601450 BLAKE2B 5d651a4b2bc78de402aca1b5275814c1705d230cfc3e4a928200d1f96c450eb90514a229b20683a7b5a017625ab1409a763d268766e983cb1a0fcea5f3937eb4 SHA512 c8d3f90be4d57dc8f066f7f2eb054ac236908cbfbe95c668aefe72fc10975086f68bdca56cd3cb8eeca84f16b02965845e8b2035c437e65dbd39341efb40628b -DIST firefox-120.0-gu-IN.xpi 514874 BLAKE2B 1ee76d006772886652b6e9a77a425c7b82189b0d98b2e6f784aa36c5544abb25c5d89476120fefdddd0b8c26683bed7ef2acc968f4e16b87ce0cf03bcafcbb14 SHA512 2077658d3d9ab888672815043aa922bb39299b6c556de64dcbdc1e1dcca50c673ec8d71f41467f6ea03b9cf3c1ed404e4b2a111985542d6e7f02847bb679fd04 -DIST firefox-120.0-he.xpi 595912 BLAKE2B 79a1a6b529e4ebec5ae3dbc0e25a48afa9629273c3f7fe276c85e972164d5229d0e1f6c9bc203366580672c09a5354786d69852e9238fe005b92208ed9c22a46 SHA512 c6295d2fb053b74a63447a894743151c03a4e1267a5a1a9de97e00ba5db4d4de69ea95d493e345ab6943ee0fd0f8bc9d4fecb1ab32574d25f8845aa1dbbbac31 -DIST firefox-120.0-hi-IN.xpi 552908 BLAKE2B 7757e050c0d83c14097138ede489dfbe56a3e4c42d68d674faa48e1208497339500d1aca749dd8e29bfa260f1c5b74ff20889a9b87f6b5fa0f9669e6bdbf5163 SHA512 6770d8c035b33b1424ea52fff5ec29a1fe87b79962dd50c1784aa294bcecefc3091b7335fbad45ce2083456163e8e6aa79f94d53f00f256f59f43d4b84a1ae14 -DIST firefox-120.0-hr.xpi 543691 BLAKE2B df09a13e528a81a2d7a4e214b9d9c99ab8cf30260d9c71ac03bcf97b30491e4c2f79b68ae2bcf96e18f9a1b2ed7e227b33d3e90e11358f5ee1437a66d1330bec SHA512 d4a3fda12f23b14add1aa5ed1c955ebfd731a668d38e4c31ac81fc3d6df1f56b2cecee1bcc4ab56e454e9ee5867869e097b07901fdd19b8cd8c0a1aea91c180a -DIST firefox-120.0-hsb.xpi 607813 BLAKE2B 920ef6fdfdad523846fe4065f683ebdecc0b0aa4b9878df6aea4a3f008ace88ec606b46d416549155338a2dc50f98254d9249c43b6b58d1bc7ca05577bd85a28 SHA512 6b8946f5ea59daae91970b3deecdc6f0c5f52de97c0c6972fd029a2f9a4da822793a1504c9119f21e993876f2acfbc36e1b4e0d860f417c16aee2060db657809 -DIST firefox-120.0-hu.xpi 612038 BLAKE2B eb791e1f8bf7994151733c682d3a2c47add61d68672721b4ea013b0da6df594d6f3eba162edad5b1190b6e6b8bcf0ece8435f5af14afcadd0b2cb3a80420ce3f SHA512 6fc7e311bdbb7da2cc26bcb6cea1cd2732cb60f881b6a6e65063b3158d23c6cc927fb735dba1e3ad55fa27fb8b83f959fedb6b243000a78c1da8b5b1eaa20f1e -DIST firefox-120.0-hy-AM.xpi 592649 BLAKE2B 25a72eb1db6c7a72f50bae3e5f873040c15742b41c3c715a2d00a19535c57692b850d8438c27f0310a719e6253f36d9383e1767bce37d882eea8d844e46f374e SHA512 ca053c7b0bf9b62ca51310c71b731734a1015d08680aae926a6031d81ddb00e5543de663fe5d766ad2d641d921f099d8c06d9af6009397abea619ad513788e48 -DIST firefox-120.0-ia.xpi 574393 BLAKE2B 3779b0164bc3edb11c2ffb920c15bdefc63babe3ce15c5c8f2c372d9471ecba87c39adca4ee5aa51580637796419b085fe8157d1885db866cf58d50fda1fe5ab SHA512 7003d64e172757550006646aed2c3e6bd0706ce39fdc35b8fcdbbba15c782f57ec6136e34d70fd27fcef25590efaecec3d261ee18f2e3f71ec841cda9f46dd2b -DIST firefox-120.0-id.xpi 550921 BLAKE2B b3658e27e9ecab242bf1ecf8116110cd6163317e8f545ae0b71cab1b55c435b837552b008e156a23a22e485c97ff28d25681f270f96efc22771acff6528d227e SHA512 46adf7e0ab75dd736b1b6816b543b0ce9ddfc1e9fcf08081ff3efc21388a699a02cb7b1a9d4e539a75d153608d8f1cdbd93e7b0b3c462a788872c94de46ff48d -DIST firefox-120.0-is.xpi 582920 BLAKE2B 4f3c5f7a297e6398d068fbce6b0e028ee9bbd050c8fd9c6bf3840d805a00c81c5382c0db2010fb04456f46759c69edfe0f46ee4cd138ac4827a2efa0dacd6f5c SHA512 6ef53b652d5acf79a36cfe6c78e402f2331903e12adbdc8f619aeb2bebccb60030d808885822fda67bf076ee7e7c0c22126a15a184c91c68f227468522ec2032 -DIST firefox-120.0-it.xpi 533821 BLAKE2B 21350b9147e0d970712b40550a2c24ae6554cae1ce48ee2b13fb983344afb9a2f6b1b55db57e5f663ef66a2e2bd94f94611790eefbcde0c311b6f6056c4b1954 SHA512 d45b0b0186b0ead9bb2a2b1255fd544facdd004a3d60f228e7e9cf9d60aa20ed59ae533a39fada0cb63e2c6e376823878fb7c5c823377e8ac9325d3efa6e5329 -DIST firefox-120.0-ja.xpi 639939 BLAKE2B e05e7a42bb8e5a87a98823d809262694648ab332a06f7aec8b42aaa6edf3c1c167e2620f9d5c83c3b9de836c4c6612e732af6cbb934e855fa11331228771867d SHA512 77bfc480ee2ebaa1c46114d0f43284b18556dd6fb376b70f53a368f36674fefa16ac823f54ab8cbc01e6fae3770166c34e0a04683a8643f5940ceedae3324937 -DIST firefox-120.0-ka.xpi 641105 BLAKE2B 9241b8edc78c0a937b559e6fd0e2969068e95ace143e41c7af539c7a19563234847be596783a73dcf1676e8069554c512ef53bdc133a58ee0fdb1d5c2354ad4e SHA512 9d95769e553909b857b8a5598ab4ac199aa8a4db29f4b1fed59d7ba60580efea4cca47a92455360851fb33a1e3dca0f2e20ff2ceef9037865174dcbc2da1905a -DIST firefox-120.0-kab.xpi 581406 BLAKE2B ae4a446ce7bf468fdcc34da52a5372cd05af2e001dfd9ccc0618a97a8bbb9b5dc7e3ba9657b2dfd8589f7cfd422417bf22124ea576306fb3125ce6ce5f2903b5 SHA512 94356f55eab6a67bb567236243a4e942fd56374374dc16f8edd7d4abd2006b53d6dbbc8e10bd176b68a5cc3a857876fdfd96d3487944fa919f8dbcd36610d9ed -DIST firefox-120.0-kk.xpi 665639 BLAKE2B fdb9b5490573b50a84dd50a9406853dbd02c49f4992e0bd83126e50f6c115b4a440adbe449cb7b0b97378b813459c5301b81d43291f60605a8d592cea357f10d SHA512 de66a5a1a9440d91a0118e4b26115673f129bb87735ae21d8b8ec057430af6254d8dce3b2eb1ebfc0cb2d9f7cfccf5b5dd82a2669969b1b5f05af23d11ede19e -DIST firefox-120.0-km.xpi 515273 BLAKE2B 03d6f2dfd56794e6f4aeab098e5c3b9c04722b4d7e1693631f52d4157c9db3476dc2b72e2068d5606d6e8619584356d3463266b088c81c94db19e8a3be26d932 SHA512 70bee02117d1cd0ea2374b6d8aa363c020f897dfe76e0a973800ba19c5d10a3fa2cbc2f4e332e743e2a2391c9097ccec3495628e440277e3825e36b2596f35eb -DIST firefox-120.0-kn.xpi 480481 BLAKE2B 34415aa151df6535611f550fa0c3304eead1e8c1bb16ccd1a6f6dd0afb46bf72298f6cf5bc804fce6621f50738bf7c41ce5fe258b18ce50e145fc67ee76af24b SHA512 2a4789c9563ead4c6f96c6d6cd07c3bc6907ab9e2298ffa3cdf42eff12d83db4ea598462411803f40a8dfb0625fbfb8af0606ba02eb0d76801a19a21379eb2bd -DIST firefox-120.0-ko.xpi 622307 BLAKE2B 5102d9208a62e3e63f43f76e814b832ffbeb6f4f1b9996d5df0fc29b1f3e834690efde59bc0aa3b10f67298657aecd3961d2999c4fd1a12da239c5b5005c366c SHA512 3d2f4420c82cc250f14385b9ec3e82c287bda88903e858a485228e29199223f2277033ee1a8b99d0873b1d2adadaf4e409f5ba2c316184739f7dad08679aa8e4 -DIST firefox-120.0-lij.xpi 472229 BLAKE2B 540b767c0faa48159de53e700db45879cd515b77cb6cbf35928a042ac729e4281629790f85f68dfb2faac4b563c409249fa70bfe1600c35133348524ba6b2246 SHA512 d17451cab5d999ee98eb0044d4a872d1e5ec72aa06a2cc1da44d6903114c1b90a9c036d2a6b0bf2b4c3757ac4bed8e1d1ae63a0057c5fd68b09e7a8d8f0c29ca -DIST firefox-120.0-lt.xpi 559266 BLAKE2B 67368d131ceb6fae03990099e9bda66204eaa3bfd5d25db4dfc379a77ee06bae9f3299b605e5e31afd501d21410d156f5862d682cdec8357b4e9305a73cda66e SHA512 1b3654e49ec4e46aabe41ea12587d2faa272e127e08f2caf64ac2081c2e023e38e7732c80612ce9fc48a6cc270f78d77d8cb19c7fbe7486fcaf328573e5677f5 -DIST firefox-120.0-lv.xpi 457815 BLAKE2B 7783d74c10d9012b298a05623704c4ccfcc87185e10b272ac682cf9e307af629b8bb4f82045627116efe4d059bbe08a08c038d109ba672a3b4bc389aa9721ee7 SHA512 9eeb93c867ca5ed249bb6e79c3910d53149fbc80c9e24390367e530c4f208d7f16812442d59a75056348d56f0dc59a99486c304dcd1344933b5df5b39dc91b30 -DIST firefox-120.0-mk.xpi 483133 BLAKE2B 66f5efccfff5960ac6e04e0434e1a9b83e4f4f7360720e7c826d48bb1c460f12e22c81a2058e5403a0400a156084a67f5edda7db436bc550cfca889414bc2ae8 SHA512 84dd686364887921b1d564f0f3f8ddbeae41a85af6c70fb142edef59f9879fc60a0fea5f45bf6369ce54061e62b9c58165202094c089c56a32096dd84d84d5e8 -DIST firefox-120.0-mr.xpi 520053 BLAKE2B ec5991a961d0273664ab2741aa1a903e70028002bcabefc3b2dccf5cf1ce56eae642fab358308842723afdeb917ae2cb96b2997da3a4a89b33a1356633b1f997 SHA512 e3368fec58bd1c5a251cc218838db32285996fe1519d2773976cf995ea594c22596d9d3d725250622f29bb178c6e958c7161b384bbf86bb6eae67e3a597e6d5e -DIST firefox-120.0-ms.xpi 438040 BLAKE2B 9ee96ff6f57d9b033928687f24501c0ee7907017d92c67f56fa180f37d3c002bfe5ed8b19f33e2f208607f73e06032bc967f54fdf9efd7f98de85ab542791119 SHA512 6200202d97f6cfc14fe0e9f182350da48eeb348d4cbb0c191b8527fdb42ffc4ebd8974bf322712459c9cb693e9cb68d68305f7e6f536f8c048a146f1512d1c3f -DIST firefox-120.0-my.xpi 501457 BLAKE2B b36a9201462c34ca1714d70a95334f9c9c6eb97d7a2d11e63d13a1efdb19db95f489ee640acb8ed13379c5274fee0c7dd839d575f738d71d830cbe1312f2ee5a SHA512 6a0db0b8eef99b59588c8e789ba23874a92ecd6c870b4c3e93c13cb840dda0da33c8c6a2cb62ba72e23ce9582befafed2f5331273997b83c804388e936f3d204 -DIST firefox-120.0-nb-NO.xpi 569538 BLAKE2B 3824178b5448fb834b8af56037e0e81ab379e0e3afd8926728275c34c8a70765c1b06e05aad722a2bfbeb880409869f8d1abcc4291c92b478c4ff057f246d019 SHA512 07321aeba2a5fb1a0530879c3bbe0aef0f26658bbf9e9c9578313387db8b90d9e985a5bf34c3476f47e58eba3518b1b547c8861feaa0d38734c34814df1c23e5 -DIST firefox-120.0-ne-NP.xpi 476899 BLAKE2B 3fd540a501dff26bb57df8daa6ef2e5ceb03628eeca61c44d48ef9cbcf4d16ef0745b5bd9f867689f28ed97f3967adc7c11e69b002ddd3f63f0c759e450159bf SHA512 fc6bcbb7b4c69f638ab27c58bc0927c74a35f016df7ae0f08e6c6578a622a16cfdc56c3dc212d33b552dab677e9eed8be9a306aeb72ca546ad5681a3c373766c -DIST firefox-120.0-nl.xpi 580272 BLAKE2B 8eeef36b53652ac776702414e853465a1343a76a53b8d7dba2c74702f877b75fecb17a1ea5a622889ef5c92bebb6188b0f504838577225234bb95e33c9a99652 SHA512 c06d2ddb364cfea3c959e0878959799bc4637a68cb809fc69badbe5c1036658e4d529439f935fb9dd72d259d21e6fb02e0af0154be98bb288d0e0ed8205df338 -DIST firefox-120.0-nn-NO.xpi 573630 BLAKE2B e679c107e158199afd2898a134f7d25c92b828d696688c157fc3bd2be29d61f946f86def436a6272c3179424b68b0e2feccbadd2b0c72b4daa276dd8485fde20 SHA512 047b7d79610de0c3edca01e9520e38c6eb4c27be60e09ac3822f6c7f61328ce41f9137106e2e9e74cb56adb50d9e384ab7e99c4f6213f5b918e7480fafba35c7 -DIST firefox-120.0-oc.xpi 590380 BLAKE2B a19229e45060a86b94bd79d3522c3b8a152b2099fd66c14ae6e76a6c8f854a3549302502493fd5cc6daba4f3a0949ac149f011ceadd28ce4dbd6a647864c78dc SHA512 42d396904377862e6faa693f7ad61ff1969fc2173b103b5e1eb916230aabafea1e1a54751fa587dc16003befb833e50f5541f2b141d5d50c215441adaf03c594 -DIST firefox-120.0-pa-IN.xpi 655485 BLAKE2B e5eaf112a79c532bf1469eed6e7b0680694971b8e83a10921ab85f04d5e99a044b0793b9f511a5cbfeb1080d7279acbecb9780986633097e7092df46702e1ac7 SHA512 6e33afb5fc1cd24545dc1a22ce86f13b8eb63b1998bd1ee4acef52489a75f69bb15d14ea59c8b3eac67343c333d2b63c360eca034e3fe63b0140104b4ca48502 -DIST firefox-120.0-pl.xpi 600032 BLAKE2B 27249db13bd9aaf94e3f827852a1764676f8721c795719f2eca986a379f5a9db755290abe6739adecfcbaa2819f5d7b2ae475f0fc660cae38c9be51b68810fc2 SHA512 5411258618ddb00c03935233956e5514c019a88b0e8eb0a7256baa2ff0b6427673c867fe036c17292cf795d097660e64cc3348af24da4e03b8891063c5d8f0e7 -DIST firefox-120.0-pt-BR.xpi 585130 BLAKE2B 0b6f9f63cafeca626c894b9a4608788294561c946169dc62236c9a5680ad270b8c6e0065a9c3147ce32aa019f1ae7d85198bc8327bee722c4f1820f66dae76b1 SHA512 84bebb83d7a0ac3a921ec26503f06f63a5a96a021e0c63ac185fd9bb39834f96a0f9c4c34ae748af2e9079e9865f1aaec3b40bd3f6ee6b3aded8cb2e96de1860 -DIST firefox-120.0-pt-PT.xpi 590786 BLAKE2B 0e78f63c585359bc54e8d7f44ef9e4354820dd317468a8397f25159dce1c80eb586e70356bdd54c26dfebb3fee6865fa2e38e81a154e4b19377dc32511e7ce9b SHA512 04971edbe41f5c7b14b3eba48b843dde1436d87449a7b05e64de77e8e3013398b49bb242db53795f08b28a81b2d1028a1b29fa5dbdee7ecf00102fb95bd228c8 -DIST firefox-120.0-rm.xpi 580730 BLAKE2B f2077586f497cb131ac0f638b4de648cc0e9efc9d230f205fb26f8bc1bf77aacabcc2ede200441fdecc2b5dd72117e787916e277c15b9216bb24e1376abfc4fa SHA512 d7c38b2a7e4a07d473785222b360979bbbfd812b67731b68140a35e584a5dbab20dac6df67366b3eb26155a23b193a0abfa3e186f9375d1abdbe92f75d72dfd4 -DIST firefox-120.0-ro.xpi 536119 BLAKE2B 0f4e68de0026c0c2af668bfb446379a0d8cefbd5f052d96a5f4a93202cf6745341167c03029b24d948b413a0228adea3f25f9aadb3bc2fa56f55e0a4f4d296a8 SHA512 5c655d6a1b4e75bbaec19e98a0e04d036d0e44311cd2b4161da733c4aa11a17da691d8c71b71740ecd74a0a7412ca47e8a8c31d961b818669f6bfd895f7c501d -DIST firefox-120.0-ru.xpi 677185 BLAKE2B b81621dfdcca4b15a1946b35b291b8ea67d814d85464839009ef784517b60bb7fd0966c6b966d29892548d589758211e82b32b4cd3ae115dd36cdb7efa2fa06f SHA512 93ee1371453f49c1287eadaf947f35f16671e3c4d5f15a87e7f1b90c22948b4307de764f4540198c50b453ae84c853b84e1f009e1850b88b6b0e132b1f656bb8 -DIST firefox-120.0-sc.xpi 552168 BLAKE2B edcebe1626835df919c88860e6a3384e53aa023cf1a8571ba29515e17eb287f9a6451e06f7814a7da1427da7a8a24d1b617cb3b822273cc285fa7bc71af35e7a SHA512 cf64cc211827d646338d379b5ae6904b775f2f1e15cb3ee7e722ccff5e35814ec25653e34c4bb3951fc3f058d3470f2ea6f2149543e2a0b422074b12b320bc29 -DIST firefox-120.0-sco.xpi 499305 BLAKE2B e52f23621b1c28033994ca9909d5f96a3dcc27e5959af7e5c6bb5a945576b5e26a8dccb78dcb3218ccaa20d09426e04486d5b5027e2ed603561780c085bae001 SHA512 758dba289ae617169c2c4176c903372ec74a86add361089f2552ad8aafcfc70db3493a4c015084468e81a548fe700855e36bbc2bcb0c10d6436c1a6693ee99b4 -DIST firefox-120.0-si.xpi 592555 BLAKE2B b2ccb130054ed461efba6097a7e56070365fd0b307209b66b20830a1f8fe2463131509385afb5c40fcc3e421f6768fce4d651cafddbf987966024d7e0fda2b40 SHA512 edcb6aac348aed2f31329ef9b459057cf22653c45108ef189d43213fe1daccd3f140ae7f1ec8afa7a3102497db5d45348b4eb97747751cb84062d4b51b15b208 -DIST firefox-120.0-sk.xpi 612768 BLAKE2B d2bfcc0b9087abd97ff949117c6e85cc5c2c97d5b5d37e8c7c7bff922163809b5bf1944d16d24b90ccd922585d2920049b28d0d65cae9fee87ab01c2b443886d SHA512 269aae4b8e74a28cf9ceb4a2fecf97b8c5c902f42f0aa76361b4e5eac0aca4c877a751b46a3cf4dcebd308a1897ba02e8d67b2aa95151eab2d04dc6cdf327f2d -DIST firefox-120.0-sl.xpi 585679 BLAKE2B 31fe727be302d26706f7bd308f85da54a86054cfff750ba3bb49f70fc907d88f5e3f113ef186fad3f852fb2a5fdb1c9c1566353b6f4d8c4847e39eed5d6d2e8b SHA512 debaeaed957daea13fd006049afa214ff8655de8e372b38eccdf2f15c37f2b38939f474381b7d9b2e2dc6b4f3272836fa7da8010ee0b954e5b1da53c18b4fb1a -DIST firefox-120.0-son.xpi 407006 BLAKE2B 7e03ddaa76b4c83ce64dea7fdc822d50f3a17ac7321258e9a456f103dbde67fcccea1600c7e00242985d8361274bb90027883eaa0fd412c51a91b90e256a29fb SHA512 23c2ebd11456a5f025734cb2daf3da01390183a9bab1451a17a9c8c861db8165f753669cecf1d4aaa4467a21ff8a1d7b6fc0bf315a895765e136a6fe24291127 -DIST firefox-120.0-sq.xpi 599916 BLAKE2B 570da175a93da274150c260c67f5c0e5c1649a5504a743ac5e91368ee2e1a1b6a712275260f28fe2c4dcc85af045cc72f072a8aa79cc65d4829c030bf559815c SHA512 89e1f258131aae40f3bcfe4c5ca7c545a28598984be1310c5d45e7bc32c1c2f59d4b7731444c4725e526a452b7b03a326c58e9cffb61a7cc1399e80316611abf -DIST firefox-120.0-sr.xpi 626285 BLAKE2B 572412b8254516181a4c0dd0b5baa05b63db1d3297bbec9232bacfb4052ff80383332ca638db94b15ce82c1e084a42f1866515afb319effb80e3ead392d394ff SHA512 fbb8871d1dca5fe26d934adfffa11c0aa9460cf634c976a0b0435be16a9fa8d5651c0e76b94c1f47a231c99d21dc0319d708239481289b594eb1e6b3f4824d6d -DIST firefox-120.0-sv-SE.xpi 582173 BLAKE2B c7069fc2f0accc179eb0f27ca0c81db65c46f0e1da2cbbd6991ea045703ecc431fff020ca79758d2d041da936111154a42913fbd044cd6747d69db04b8f89678 SHA512 e614141e02a20e13f392fc8eab07f58979c5c06f14982f047db9202e6fd77df9e4226213e3bf4e89ae4b7894049652f5c48a1b086aab9f19b493c3468709649d -DIST firefox-120.0-szl.xpi 514307 BLAKE2B cf532f15623fc96f57f436de320fe695b46eb18d7e16ac0d55a0dc551b3f727c722c5dec0d14dddd9dad756ad4e1be2bef1a7ff51ecbef51a4edf3a8e48b706c SHA512 3d654516756fe262577a80efa592ea5aaaa2f4598f761f63314fe71273ad14be314740eb7945f0100e0383e4ab11b78fe1841f1c62911eac28c85f275ec34373 -DIST firefox-120.0-ta.xpi 496508 BLAKE2B 1b31ce8d31c51c6695f21c4e0848add1e0172ef2c0118719eb6a482f8587fa6470fa0d8935d16a348c6aa9fdb5280a9c6d76dbe11e3c8fcbb26a54dd7492668f SHA512 5a686b5c4881afa6ed5a7a1d3b66ff130333648df7fe28ec80da737099cd08ef854afc67a73a0768c6877f19481709f2ba8f810b35d63504a3d0ec12d633d0c7 -DIST firefox-120.0-te.xpi 547380 BLAKE2B 98d42f0152acc07758bc02a86197d280f6011ae5b353dccb64a87ad350720248344ffdb133410cb51b7a76abac5abc18af894c1b80cdcbc8502e52a457fcdce3 SHA512 47c79c449888773269539155d395e336c15faca3635d7f54835de637698b0637c7ad789af4be2a22018b2302ac6ba1b6c49a196fec35d6533ccc6ba60f278903 -DIST firefox-120.0-th.xpi 652902 BLAKE2B 8858036d324e0f73be94a67916a8e128f22c46fd7541f2d3b939aa849e785c4ee21a54e50b12a49a0becb662ab294131b14c27640111bf4a046215cf4b69e7d6 SHA512 ffc7f5a920eeea18e5e6c16c422800621faf673176eb0e94c19635bd749640813d3250499f8cab781ed24c7ab9fea66fc3fe87e1c35123cb367e51e3cf2b92e0 -DIST firefox-120.0-tl.xpi 521853 BLAKE2B e45f70147abd9a760ba6338f8495b551d793038a6f22b5485203ae147f474bcbd30da93a7ecfa5c219155e4f5055dd184f5ea5cb27f6d59cbef5a8c735dbb2c3 SHA512 5d9e6e324815eaf162c05c8e9a625b60e2c8c54979553ab16afc04ff7b8eedc0c99c899b5ffd8403054f2c46c3daa3b52d582d3df9358791577c79d318e36983 -DIST firefox-120.0-tr.xpi 594042 BLAKE2B c089915acdfd1339ba636399bed85104f67a1350be3ded63a520dd86931f4272e0bb30fc9e586c03b0e575fea4a10d89faaf098d5c63050bea07c0a01f50dc0b SHA512 a1be2f460377cc5b28b519ae986f519c8273e15f1f72275d06f2d686fd07266b4785b1fe505dd480ec9684c93845cf2ac88dd7c91cc3bb868f0e8caca3237fb0 -DIST firefox-120.0-trs.xpi 492013 BLAKE2B 8e5aa0960619fe34d54a7060c265921f14dd773fdc051d6038bbb7127e3c35b26b4e8791ab0ffcccf20d082e8f12c6ac71f1c92bc515455c6199bb0979fc4358 SHA512 0a8662d804457c699d504a52ec2f44c1c6e6f22c5f23887aed96e842b084c1f8de32465ecc68e5fff00daaa8d94c02609380853c027a2d8ca6cd5722eb38b0a5 -DIST firefox-120.0-uk.xpi 670139 BLAKE2B fb3fe7074b21ea9f2b00a3b9d443f288e7804b05db347e7fb8b6d7e9ba759a95a725648aac6f7338fad01f180026b352a76e55bfec740da6281a2f5acfdcc5c3 SHA512 7f7aa75cf698447ea4fc74a2fcc51c6a5fe592ee9435ebafa735748b502d9dab563550fb4a48afd5f720423b952b4cda40397985bbfda8067e43ae213600bdf1 -DIST firefox-120.0-ur.xpi 548354 BLAKE2B 28e4360e6a81742e28f4dc984bf38af00efc9e2c292eda732f608d95baed5a9b61ed85339375ac2c7a641d60fdb2b276998c0ef61bf485f5defac775a1445ee8 SHA512 69e7b169ae9cd2c51bddf2bf192648b2ebd0bafb5a471351722a4673b629123f6b720a16405e924277dd75b7dbfc4b6ee366d28b22ec460744a37d5a9a1bbea8 -DIST firefox-120.0-uz.xpi 468509 BLAKE2B 4a6d550f3f2aa2c1c39b88064038d47328061291c74797b8ce1e027c57935dc696aed79752446841bea3ba79349704fdb1dc8b00e2d225a844e0e943511c0f76 SHA512 e09f5a854d3fa4fb6d805cde752713a1360bad3f1aee5e407d72b011b6e15ef8e9728e86293d6933f58a6fe31d6a89b38d3e0d72066cb23011773f947f0486fd -DIST firefox-120.0-vi.xpi 619247 BLAKE2B d240d1103a57f3394b43e8555fe9ad619f8901b2584cf4a1a10d12ace6a50e52eba33c0ff9827f824fc71540fd8d1c8d2d8b3727d7aea1104a2a173f33893c5a SHA512 cf4c74ccf11aaca3ca93949a542d5016fd7f9356139d3b8ea4fa95e82c78e18f97dcb2c3e6b48f1daad3fde8c6e15ffccb8dd2072310e4c7368b965f2e54266c -DIST firefox-120.0-xh.xpi 407994 BLAKE2B 6706bdad139958af05c1ce43cd195d3403aec23662192565f4fcc8ba39df6b82076f1e040d52d3f6184a2932775c2e7462e49a77f5ad00c08f38f6834a56215b SHA512 9474ad515a3e1df95faf5dd63f54b31fb4954aa4604f0e037f0efb15bb114707aa017999719814d24c3932ef5c0d4d34c602c4cfa2e267423185f883dd239cc9 -DIST firefox-120.0-zh-CN.xpi 618138 BLAKE2B a274aa8f386061edacf4ae4334fbb87830aefee17f39dde83b0ad609ec82ebe82a8ad401b4459e5da8005d8d5a28c452fb81804d1cc70a9691a7fefca3df0a3a SHA512 ef58d34db483705eb92d2b6b0c8b36003d2223c33ad809c7c51167e92abc864fc8e15638773a35a071898150254e1498e8b3efb60434ac95ca92796a056b9793 -DIST firefox-120.0-zh-TW.xpi 620086 BLAKE2B 212b97f85a45dfb937c4908d49966d4209aed7670c4500e9a543b1e362b03b28a39cb95114be096d2e7ca7087d0747d0f6d1a77ec284a53dbce0b676791011fc SHA512 5288468095d200085c73947da40e6ff3518e1cef6779fbad514a71c7905c406844153e6e1dfa695c401bede0ad6120acf7a302e91562eb2aa579a13dc8c9dee8 DIST firefox-120.0.1-ach.xpi 452407 BLAKE2B e06249a07480fe36ca437b63d5327cb4769956dceda4eff12c227ba1bb95262dc0049506286627596e7347a46871a5ef819f1afe806091fa7e57365aa430f0d8 SHA512 4563a29f2804cc2365b39afc7445296f24c2b31084d416813ea6a990dc256932d92fb99a7f19bc5aeb1e0846a28a10e0ec7b7937fe425a57d18bdcb61b687edc DIST firefox-120.0.1-af.xpi 408348 BLAKE2B a48041b5b514c1ddeb0a8ce440ad16390d7f967849f7f7ba350add470ab5d53470ee1005952f698dd80c46cd0ec2b5450224dce71422ccf8d6f1f09508cdcb74 SHA512 09db4c3c0aaf150cff9109aa59085933b1823c24fa6d2ea81f373351a0d18e6b69d5ba11a114e62efa51b4a1f144efcc3367573118db1e96f6b1a97efeccf235 DIST firefox-120.0.1-an.xpi 493131 BLAKE2B d294876b39a72301de3700f4ab19e7efaac1eb3334937dac908d4657630c088ec2f07e7eda88de3dfbadbc31965c9b9517af67d2eb779d2eb3bc2ba9896eca34 SHA512 08a86d72331628cded945c145594a2149817fe0e44dab4bf38d14eb3fbe0063a637cacdf27a95a7f1b2aa3f26c1a749a63a3761762b8b7fc5c397a8fb87c688f @@ -702,4 +401,104 @@ DIST firefox-120.0.1-xh.xpi 407992 BLAKE2B ca6ac272af2d296049de80582735af153d389 DIST firefox-120.0.1-zh-CN.xpi 618140 BLAKE2B 23d9f7190a69680970f11d4c92a1f062df0ccb653422d7f3cfcef171b11118b402dad860b0c29ef2e41e5e359c7209917fa10669f7a0d7b17e61a22ac1e0a09a SHA512 5ee3e3b0596fb0e454d155badf1773ca1c9c49f0e88e04a167b129e025cce71496786a28efbde6766b75e0fb94146d0e41a84bf609dee2ff10fd7f16c1621a63 DIST firefox-120.0.1-zh-TW.xpi 620076 BLAKE2B 33c4b252d0e5694c024e4ce78970e426b532a4a696a74b82b403fc7a4e2e978d86da6f152a53e217db495c1f648c20087c182a26e6c0a41f18b9468d72adbe86 SHA512 206dbcf999107c84affc13114f2c3aae031a015a4b7073e2aa224a725384c6c140ba6c79fd6f35bcc6d1fe3f6fa8d312180222998dd2fa65a4a742726f715b6e DIST firefox-120.0.1.source.tar.xz 529206136 BLAKE2B 66ac2f1071ad8276b61946465db6d71cbe0a43c154fb57db67670e8f88183893fe7c7c8284388242964fd2883e50f40f29c879ebec3a2d759d20c356f27ca151 SHA512 dd0e3eb234d58c39431d1f100834ef4bcc8cfb89ff471a37b948eda4dd3874b63b1979cda39a0db0dd3b4a579b5f09a7d2d1f39d26fd9f2b8d5635e4b8738b6c -DIST firefox-120.0.source.tar.xz 534394880 BLAKE2B 06f11d9d6f705c13c3288f1757d68c7c910e258b3efa643f0f0168fba0d585f758082af3905c951e227894df0c092965663f52196ee1fc3477195748e0049767 SHA512 31d5f9e1d4173280c8de6d9b8551bc6bba5e2c49b84f944f50d42002d5b39c2fb743bc130f26c81160388a102b8301b94a0a378ecdfa6f943860f971a860df8c +DIST firefox-121-patches-01.tar.xz 15540 BLAKE2B d4d45665b308071f3f72dd0ce775b514d2bddc6306dfba78f2e858169fc97a47e172af41fd4cb37e264c23c9b31b932131736697cc176109e088a78f457cbca0 SHA512 d80c648740bfbc454a654f69901ff7594896af124f557958417eaab477b84f23b77f4e143071711d349f506a43667389a9c0e3b67359680f6b224d94661d6172 +DIST firefox-121.0-ach.xpi 453124 BLAKE2B cc3791c81b3b81787a175a54b844c691dcf1f548e29857fdcf1c7648e157854396a2785706054407d7a60711fd7f6d1cc013a3319eabddf5d3c1535072fae4cb SHA512 cd8da017e82a3bf156682582ee24c88acbe2afbf703679701bab5e0d62a85ee2737f553b261dc84ffdda02c524c551198dcd20cbb08753eb5199d7905f28b551 +DIST firefox-121.0-af.xpi 408805 BLAKE2B 73b01dd15c35e6cded2e69e8dcb236419e8362166470d1fe791606d60d2eeec26d365171fe595e4940fae194c6ea33374933b2f2dfe642fc0b4f69ea48bc4f46 SHA512 5464c8c6437d8792767c2b0d6481a0d9be4c9802779b3d974ed937bf7b49647fa27f3f3fdfd87c81cc9551268c6a148ff463641f0d9658e3b8e13d081c0b301c +DIST firefox-121.0-an.xpi 493822 BLAKE2B 68f6eaae58bfa68e502dcd31535bae214197d33dc1a803b69a9db74a213f1ec0a8cf5726c54754366cbb8dc77dfcf5f44f4103c308849579c18751772227b43c SHA512 8cf93f08931731030f5b18da2db58cb278f46cfaea71773f34c7a6d20479961ae4ac1b5cde0430fb76dde78e99132160f680d8d9ce25a958b1ad5e4871b8672b +DIST firefox-121.0-ar.xpi 586652 BLAKE2B 529d6429a24173eae8714745dbe84792f89cf8589c68fb44531d9b4a0e081834dd2e509c3a49e1630086b50a30997b938189fb4a73a4d51fe4c6971c656ba7ee SHA512 831fa1597ef4ce28303c5bc59dacda23c255322b24d1c295281d9db4cca523d61c99cf2e257e65e9c7abb11a4c41729a7b3ba15d3612e7c4001692c4efaeb35c +DIST firefox-121.0-ast.xpi 485956 BLAKE2B 373d3a77e87d469f57146c7e3022809206b004f552860cc58ba12e72bbd114cc1291024f119d1d599fd0d78143064a9a9f89c657e7e82614dc9db76044ca2ce5 SHA512 f538374cc86b5b3a0a2434ccf6065954d8ede5738559a15edf9ea7d9e8be6099e4b801afefc727f33ee01567dd5696c276cd76ebb07ec15153ba75888710b9c5 +DIST firefox-121.0-az.xpi 479367 BLAKE2B e126e69e95ec6cf562ff58861caf4e571072c94f6d081548720eb897e1db7c88bf83f57cb77d8040c540e32765bdb95466d310776064b527046385f21a4d2649 SHA512 71628ad4aa2d2662fdb1531f3c9d381203b14d73642e3c5ccd6f9b17ea43b2f94ba12405253d9c2e824aa801c8657dd7b364d4e8bbf5a43ed66c1e09665d027b +DIST firefox-121.0-be.xpi 682691 BLAKE2B d9f455171ac3fed5f985484335f16221bda578d6b24d49efe95a40e45f7618ecbb1c5b15972aa4aed0905a806096fb1e9e62fdf1cea0c95b237b013e97463002 SHA512 6b22580379353941683b7133dab1245dc931a0300c3deee9e3cdb8ce09e1c4b1c2bcb00e99aa56e6c1fd0c11a5ed348a9a44a8fcfd7dce383902a4466043a6e2 +DIST firefox-121.0-bg.xpi 580208 BLAKE2B 737aa5056f01e7b9f05a735fd80ff317d2a9875fb15327bd8a1077a029c140c3bcc450ed375ac0523ab1f41bdb9dbb62c27961b162a19a036737145c1246f10d SHA512 0f6cc878faa913961377dbd92d7452ed397f9aad864d1e0dee3400e1fc48344cdadf7253ba613ca13b2a8e3dc9f1cd5c71bce8a80d7b718ce2df84b0cffdd0ee +DIST firefox-121.0-bn.xpi 569381 BLAKE2B 7ca981ade8961f69e6f80a2f0ae8143bcd9b9167a7c3aaf5149799f3649904aae26504499d7c151f6b1df8868127d132e868fd8deb803b6c8c79bb2a3925f149 SHA512 6b09ede773440c4191d1b21d8ac021a1553cfda835560c48fe51af482e30c9356a074695384bc4bba4224c04f3f4d5c84b1ddb753aa139ebeab4f32f02788308 +DIST firefox-121.0-br.xpi 557309 BLAKE2B 7dfd72f11f7a3408d4eb326faded812c19ed0ab3e579c53485dee433d203c946c49097e1b143a1932d35d44c5e17ef465142613c4ff28997953f84d7aac089df SHA512 8ac997b5ec513c2fe7beac3bb30201d5a1b7ac92813291738865199cb2c7b52739e28aaefcae4455d88be16743426b8426455ce78a807f97f4630f5f42810cf4 +DIST firefox-121.0-bs.xpi 459237 BLAKE2B 05f08721f744376ce909407247cedd2c867cc3ad4110a46a071734ba6968578c99f97ee5b3f86ed735b8ad7b0e53da296e17f43c45af9dc9760e41906faec229 SHA512 26217c90e929393a2dad2ca1bfad6e706c5c780545c7b59c3db41f898f1a434ee9f377e963e5c2db612d5150419bc8a9aa7633a60ac26f2ae8e19cab53b7f7c0 +DIST firefox-121.0-ca-valencia.xpi 533785 BLAKE2B a3a5dfff622a603111714cc28ee5270632f5c3c035d0708627d346154573c39157d98a70bf216c2117f9cb5b0cf71d738abd7ccf01e0ff322d32f3345129fe20 SHA512 4067745780d8d15005e23dae2231f5af83c1ebfdbfd0b73393188af6bd6d01de85afc5556a1cfeafed0014362e41fb10d645dcff0cfec9f99d3d5474d11a4a6b +DIST firefox-121.0-ca.xpi 571944 BLAKE2B e26ec0c8e5e11089085768c0717f2f4a5d494a41cf016ede2203a6397457240e8026b7c895504d396eea0d03d8bdb276c03d9da7474ebfeab986a4c6e0a8461b SHA512 4d6b533762a8cffffb91ffe72e7627cca2ab90d055d790dfaa021dc6d1f10797a56df9c69a46126a722ef99b98863b112d7d5c2c98102b0d33912d5b69820b94 +DIST firefox-121.0-cak.xpi 578437 BLAKE2B 29bfb3e65e663be291d3a37d07e5aff8e200dcff8a0213b7a980f7e326a6fc7453424a5c389afaa5b6a9b5ee48731efb7d78fd0bc72f410f6f2b123963d08b30 SHA512 2ab802cceef4cb4aa4d78494a9f01a10078144c08272ee5cda22e3cbfa6793b18f1907c9a06e3bb25d354b5e0c93e7956a401c62a01c1fab27d9c5a919bc3078 +DIST firefox-121.0-cs.xpi 627171 BLAKE2B 48f06136f1ee8e7d9e580c97f9b2080319d38a5b40f7a7cfe48abfd0fc84771347b4e04d6d8d7270d9eab532b6fe4d5e140354325f4c3303f86d16ec827e0530 SHA512 af575b776de9568b0c14ba87b5d07933c8f08d2aad8ab108bbc688a24c354db647b01e81130bab15a491c1e999494362d64fb03ec493ff7f03073484a7cd8b65 +DIST firefox-121.0-cy.xpi 594883 BLAKE2B 5272691c30c1b998993c0da74611e15dd785efed9dbae9574ea71e029583f4ad799b6d16f91317de446d0b02aa50509cc01ccf896c3e0daa30c708ba1365274d SHA512 cf9971a1b7e0ded039c4e45c01f98602d6f332dcc8a6d6352459e432afe846a715848c833b69f305fab485bb492239f9a49ab106f1a832173b41aca728a6db7f +DIST firefox-121.0-da.xpi 583621 BLAKE2B eaa9fe16053522fb0ddae5981d5b6d54581be9debc16d83eebaa58f7ebb48d06804a9eaa994629ba855ac7fb3c678ab88fb48a220dc1d5067517e06f566d9b72 SHA512 7720f88d5181b1567f776cf4c1a32b2b65ee7546fa450f301d7425541711c50c4a2a5dfa66ab82d3aae5fa4bb971f41e63942866dd1242b0e4be35ee354557d7 +DIST firefox-121.0-de.xpi 605162 BLAKE2B 127dc1a33bd822f970cbdb66cd343e3e67f388c8251ad819bf7763580595b5d0decfcb34beb62a0bceaf3eb34d16b00b3f17ab73c86ec5c5f046270890a614e4 SHA512 9f1ae76cc259818427f5a530064b6c7eae3b45752bc52fc6f8ba8f1277233b49b760d9d41b0509e13d78570a528f4fded18ec3e4d080548132539ab9917e7820 +DIST firefox-121.0-dsb.xpi 621083 BLAKE2B 707516e3777c4e440d1f00a3da96ef15e90889b72664c9ef938c2222fd7b612facce93bf3c97ea0f9261298b6128d74f51760896cbf003afa617eda280970fff SHA512 023784f0689cf7315c1f4be2d2e4cca3c76a049fa32b4044496989d4010ae55cb54b1ba43d27b78d97e3ae14f0f8580f3002bbf40f4666c2cb285c472b24ae18 +DIST firefox-121.0-el.xpi 699697 BLAKE2B 036fd7315df9b620caa6b441ed14c3ea8a46b588e2113cf70ff24d8461729d23635a47067a8afd3b07d046f85fb3d8e5dd187e4d878a7d7cabab583601b7cdcb SHA512 a3495f9e7ad2b19950266682b4f195782a49eb657816f80679ef5214b508058aaabd74fab425b399c36af8424db912e41a63caaa3c5f3cd8f6571f88a6cfa379 +DIST firefox-121.0-en-CA.xpi 547972 BLAKE2B 36eb2a22dfcaa35d09b9624dfd09e4a184d17946e07fb15f9352832b84a92cf85b8e26d88c264f824ea5b9c59a550d7dfa9849d61c6969427d65253e2d934376 SHA512 3cc741544fb80b7bcb8986ad458646e2627c26cd45dba8572889677ad9764381b7d34e5996d47ab75e5aa816ef06bcfaec66be5e7046fcc3f8925913126f8529 +DIST firefox-121.0-en-GB.xpi 558665 BLAKE2B 5474b55252231900293c227094899206df3dd572ef42b35f9c9b8aa8865579a2544c828ecb9485ede53de713487fe5408b7393ed408b40efa3fb1f93006a9d45 SHA512 17e4f3513cd5b5a0b56f6ec2378c92c2c4922914ccac3adbc2c3d87592af0290f59e064b7fe3e85c4e6d401c7e56f5bad22da1b6d9456b94a060644585b62e8f +DIST firefox-121.0-eo.xpi 579954 BLAKE2B 26657c54a26aecef724c1cced139289e7b914838621603786e1eecfabdcfeb13a823ab4fdc13e1e9e7be473b0de25fe41d9a2d1ff155648cf9b5f3abd25a1a19 SHA512 29ee1e6a49114fbaeefe397b7db1217101366e10b89aa26f6b3cd59bd200873272503be5ca8c1d53b317c4615c46d3493652188bbe3264316542fccfd88351f9 +DIST firefox-121.0-es-AR.xpi 598557 BLAKE2B c342fa452e6128c4cd6c463101ba788cf5a07b73e5df152c9e93cc9740ed6947726950d3746b475c13d28ea7453d485e86bd1402f692048f3e3f48d1b10759a6 SHA512 dc37fb06fe0cf1d97cacdcdd31c57dd13bb38314b3e37470783b4df6965df81fbcc334102a82e0b1ee39a8716ae4b0c60235af5d903397e8cf2c8567d3d43d7c +DIST firefox-121.0-es-CL.xpi 598410 BLAKE2B efd185741faa4924c3d698cbe201a77c54edc3b36b5be7575d65166bf1c24244ae5e93b83c94bd29262025d2cc9545739d2c063b0b9eb02db00812fc25fe1381 SHA512 04529562dd6dbeb47dd20ba0cc8226bf02fdc26727c814e1055d15a4615189b1f1856c99e9b6e4d2fd9aeec040dfec3d41e2fca68b13a25993cafa160686637e +DIST firefox-121.0-es-ES.xpi 593107 BLAKE2B ca33c916e9604b282f4efa59937d7196aa5829ac14567672ed93b8e10a8e4cfd549b5076970ca7d0f68c456a063c14b0a3f68845d07dd05884922b45f677cbe1 SHA512 2bb9147846435a879f250985ff3a5754d66cb49f1d234c066817afe433e9388d74d76e219e610d425dcaa1fb0bfaf4d97bbb8dccddcbf0d5de772d753e859156 +DIST firefox-121.0-es-MX.xpi 577591 BLAKE2B 845047113aede1132701be5be15b1730a7812b9b7f79f0805c7bdf7318467a3af5a8616dbe80df9aaa0ead086e54859fa5de8b162fe0f5fc45ab1c5dafd07e2d SHA512 36963de9412a308caa3c6a82ce577d55d949ce5ade11357a74e50a258c1a27e3f6f0feff2554eff7dbf4b8851d8e8d7d82548d3ec74ee9a247c1b338093d4fd3 +DIST firefox-121.0-et.xpi 527415 BLAKE2B b7a88f300ed1eccfebf959dd42945189d8740bbb79ed3148efef4ecfec413ecf7f50b4aa3c0446c48d0c2c8b32d1e34fc41d07434e53c9be62c4ec91f49dbccb SHA512 02f76e0c70390b1b7f9ce2ea64e186cc928f34cefb05db7d5131c7694eaa4ad297d32b08133b2fac57b791758804e4f1afb55d978a0d18801009bc6caa97832d +DIST firefox-121.0-eu.xpi 575563 BLAKE2B 053611f38a00272d38b6cf1c588d2a93123d3c7c330c387f9b3627862c9d67bbc91152f96aaaef0d062697600ae8636074d6353bbc03298baf0209388985c2f6 SHA512 cff869d533380099e4c46eb17fa94b58fc2304cf4f2f9d8b1806b1c8504fe2453044ffe667e58d01fa27a6d0a25c33fb3b64b9d0feb1e0871da29a2e50f2bcce +DIST firefox-121.0-fa.xpi 577508 BLAKE2B 013fe76c768768aadbec57442856f953b276b4b129def80be84dc8adff840dbd6c5c0d6a7a5d6c8d69174a05ee11be86333f91767dd4996b8a2db914a0bb5f0d SHA512 b4ff8596cfc2ff231656fd3bc741f069a6b46d90766dd8dc441fa87e3610d74cbf6e28040b339b7366379543ef91daa1e285e9c668188bc5620f91272241fa6d +DIST firefox-121.0-ff.xpi 464553 BLAKE2B a498df95f80a780dd4052c4b859086bd590ea262a9637cff3af02fcb197ddc83d7c2a6b9793be57e52f6d3310c4c92ed0484dd0b58de697535490e9b7013b53c SHA512 e178da2f52c723106c4b1d498f0ff84b22f04e134b39bb1269afaf506d0174ebfab74cb5a362613fbf407aeed75d5083712719748c453d7b0ca283c2eb4e2192 +DIST firefox-121.0-fi.xpi 579944 BLAKE2B 06eac68ab1eb7c5f5a4c1edc231a15a37f8d0f727625da4c9557038db0e5ff971a8f9d4df5d3e64c483e486bb95ec771608b93effdcb1ce340513ba5a39ce784 SHA512 86a8b477ac1a55703ad295326576191dee1ce2ab1ac920c064367eeaa51f9ccc5e5f2868804f08c4e1be87f871afd1ae45f374adc41ddc8808e8529f793b7220 +DIST firefox-121.0-fr.xpi 609370 BLAKE2B 0d521ce561e1a8b6aa8a3bc9b5199504a741f59a265f5f1fc8648ccb7c50831509742f719744488f1b1f0105763fb42b2d33a4780e63e018d778f5733ba9f8f8 SHA512 f3f1f9e410933f60bbc3a757af5bcec847a0d9a7118ac55ff410ce5fba6c4c33aa260a72540dad7e496aff5a97d48b077d02eb92df77d0dab93583223de10a16 +DIST firefox-121.0-fur.xpi 603920 BLAKE2B c9760786940aba4c69e048bec6a73b222e82f521ff7d0983a95a3a3940f2a3e5ae452c4993a1cba791fb8816ec7e7acb164c963188f2d5234414ac5e38dc5b53 SHA512 947167e4987eb4b4d924e59e38b7521f03e4cd794023b632bfae5656ee9a5560507ab180aad889679b6fe30ab418e46a43aea327d6fee5f32ec3d6f825882a5d +DIST firefox-121.0-fy-NL.xpi 594301 BLAKE2B 723874d2ab343032c0d39701afee5f479d2f136a5ab48d0d6763bae995f1717c8cf191b83db9a4a54616e7cf8d347d7b4ad1713fb56adb9fb8bc08188bc7f242 SHA512 845f2c584f4afdc9dd12270c989d3ad4d619ea55b151f985a65b68e8ab649723d952f92520ae9a2542e94e3958b8c128e789d71920c9f2d2ccddcd761fae8511 +DIST firefox-121.0-ga-IE.xpi 461749 BLAKE2B 96a67381da85998d29888cdb8f7fa1cfa10f16383ecbf660f486653524fff7cc9cd6348481deb909bee878ee7e92ddf1c60c99c652cbc78e0da0a5484897b036 SHA512 81737a431764198bae87bba0e78dceac24f875681ba227ecd52b681e742f0340e81692087fddac6418747dbbe6bbf569c3c6d42d8b66852cd2112b3940047e66 +DIST firefox-121.0-gd.xpi 579202 BLAKE2B 30ee5ad0b0b13c9ac31ad630ccbfc7e34b4ad88c7f1dc7c5c806cf1b0476641d49a413a9f4f7b46cfebe43e9f76ce019a6c1cc38e5b3dbc24357f5d2a40b2423 SHA512 1cbeb5b41877e58105c541a84db401333ba12446b5641c3891fed19ceac1457ef09c77de52321133754e536b0025699380b3cb9119fa6c94ea5242448fd16966 +DIST firefox-121.0-gl.xpi 585495 BLAKE2B 1ad44a1667bf6eed4058171212df37d0b398c2099a7e75d45bad36e41735ea80c03fe75c30c390ebb789fb2c515a82a9f086751df461ded7770cab2d571d1ef2 SHA512 1bd23a8a5ce8530238bf9e93e3102eabf0b3d5ad60af1437f742202538193fe498667ceafdc73b90c17f239072d9b273455175ddfc9ba8834d62642c9d8b8c1e +DIST firefox-121.0-gn.xpi 607242 BLAKE2B 9b6a3fbccfbad0cd036e251a6d9b14b21d46fa9143eadbd287b68e4d9a87ae8bc99f228cef9101a166255594910df3ce405ff81d972a44893ab113e4830c6130 SHA512 7943cf1ee4de485c39ac8c17d48c5f51558b336b3d52265b1804f7dd19ddbcff01c30994572526ce48b3d129dcbcbdfa46f71f16780beb3585f90e03ef463d4d +DIST firefox-121.0-gu-IN.xpi 515105 BLAKE2B 1bd7f7f7ea5ed466450308f9b3d63ea830289f2a9f34ae4d63e50bf79701944bfd7b0567e65643e6491b692f95aab9e6f2475dcf321b511ff68fe97f5610ee4d SHA512 2f2c2f06ad2ab3f62990e9d46db6d741c967d04b1d07c6a7d18d28ec2967952e9b5399da4ed8fe5f2694eebd5a0711c80d2f58bdc3995dfa1fc925c582fd85a0 +DIST firefox-121.0-he.xpi 602380 BLAKE2B e6e6756efc04aa42832629335d86b6fc1bd4469dcf907199d88b0c5305016b07532fb61bf9ba76895d604ded8baea15f3bf704b498cebdcd26244f3d497b39f4 SHA512 5c057d2e82d4ce2477a4f3f06c0a8a91029dfe5155e2f161a2fcfba2ff325db3a87ede0686d5f43b7f603a9bf1ec6c52da440e16b91ae9475ba12a43ea5dd353 +DIST firefox-121.0-hi-IN.xpi 552966 BLAKE2B 976c0fbe95f7b86b704b1e004e2e740cd3496a6dce6206b2c20ded433e56b1d9cf7baff6f426b0fad2e3848a051848665793da5ef3ade883c8667170889c4051 SHA512 2a48c41230d956fd66d0b0ec3a75827c7d02de287419a356e39f98cb3db611e8569ba5440a1e37d032596887b706fd325356f68450d80b44022ad6735bedbcd8 +DIST firefox-121.0-hr.xpi 544395 BLAKE2B fb898f69cd5a373f733da07606cfd83396e5abf40e87ad3e532f6497237f3cff74bb509478ed565427f4d9231dd4e829e9162e9d87cd44ec4f3fe1a2b0c5c8c8 SHA512 43dec3fe3fbee549dbbe94c07fe71cf1f8093ec369427c37a75d9e1dde3f41709797ad9b017dcf436d3ce81be1cb51578e1cf18645a9d89767383c3ea70891a5 +DIST firefox-121.0-hsb.xpi 617040 BLAKE2B fc7b9fdcd54b30fe54a379a4640db68e10d8fffd17c8e5e98c413dbc3b60f78efe6e56120a0dd8d3ff0881df959319ae0e1738e16c68004e2954b44940597ce6 SHA512 08fd69172cd6886dd98ce5b2f0a15a6da7f8fdce86faeadb5caaae7f6273b6c995daceec390033e9577e084f0a301b2635e33cb7bcdb03c3f695407da3634515 +DIST firefox-121.0-hu.xpi 619492 BLAKE2B c18b524829b1c85a70f4737c974dfb218dd74ede2e01283b64909c04dff8600371fb66b9f12fa33a33f9b5923d7518c417db40196a6790baf05b2d95977bc0b5 SHA512 6a7656e0c2da746fd08327ab1bc919e8df340c6b43ef328ab4d016677d821450f40c7609f599a995eb803b7c1d206f34e5e1e81189169687fefebe9f363fdca2 +DIST firefox-121.0-hy-AM.xpi 593331 BLAKE2B 35f4428564c3f7c6eb63ddc3756e83c958b87711a5b43a6ae2f64e801bb9eb49c747eaa521e48f641f103808cc3438e9c0b14e43d3e13dbaeea1c5b509267bce SHA512 4bc7a27cc8443566ad33fcd93764d4c194e108c2037121910ba74442e5aced899600cded53283ac517d8f1b1e99776b5b09c2bfe954746e8a4db7622d2e12285 +DIST firefox-121.0-ia.xpi 582938 BLAKE2B d5215ba9fac9c0535f091dae715b5d0ccdfffd0acaefee51f464a5b338b8c9766eba0d97b757677035632b286f077c31e18f7a87765e1aca4d9c4d52e71a060f SHA512 3d32b8c59643b6b0beb4d6950659b9a2c798eb601561c5353fd72972d959c0151532793f07354df469663db2b8898632ae3a9e9624db3f006f3107e1eb89ee69 +DIST firefox-121.0-id.xpi 553471 BLAKE2B 16dbee84e64589742b1f87302feb15c0b992c4d3073cb810b5efa04282301bf01f90f2b862dae32af8528e189eb52c57c986601b199584ed8d93a60527ca3432 SHA512 7a35a4cf23d4ce522d7863a692faf39e09c40cd03838c1e9d0aaa73813e36d64ecdcd961bec03e0de388e5f517a5702d793e4ade05913b83318cb3a56c7699ad +DIST firefox-121.0-is.xpi 587780 BLAKE2B 2ad6909e3fc8ae434ebd97264e4d2627101e3392ab2ae12da128a8bf1a34bc63613834c04db0ef21480c8e28ddf3d3bb1f10375886affdc0e39aacf0ed2bd269 SHA512 edd4d0bd58d043da97c248ccc6e7303c8b09f1aa36624146a1b5304e799fcf75eaafba6ab46a23722193956ac7c77473fe30d080f55fd59bad16cf2ce44fd9c7 +DIST firefox-121.0-it.xpi 540581 BLAKE2B 4ee78b7d43a217ff345376e694607c263b782a5b41b02a86629dc50119051ab4314a9ff9ea26176a81489735f8870c6a7c52d4ac5421d452e56f05dedda02a33 SHA512 c4ea3fff03bcd0295880cafbe012f28e3fe3508d4b81a09e5f5fa4332854a05dbf32dbcd8270231a9c72f0635c3b4d2d473315551637d037f38f55566f71d461 +DIST firefox-121.0-ja.xpi 648011 BLAKE2B 214030f46ddcd7331f3e6a1638f99106271c7a8205a9a310a2442b8ac6a55847fbf740e60c03422c587e776c4ba3d8a06094fccc4814d472a2eb0d2bb4261c64 SHA512 c2948633f49e47e41f99077f5d2bb1fcab33994dc9b2b3bd26c5360d3b4794146318fae41158d24db280676b4d52a526806afa4087a97bd4c6aca19fcf01a79d +DIST firefox-121.0-ka.xpi 644057 BLAKE2B a1040e97bc29250580eb0770f8aa3cd6588b56d326cbd7faf6315d314284c47e726fcaf63b80e5382bd3b2bb55054a8a6a4459c88b3dc194f888409e89ee2ccd SHA512 f171b0bdb7974c4d5b23879c176eb6887c389a766a3a50a6355fffdc92e86eafb57e1af7950651ef4466875b6fdfae22fed04a6e9dae860a78f4862ef1b5e8e8 +DIST firefox-121.0-kab.xpi 588706 BLAKE2B a8e3f8800b91d15925cfa5931b2f627b01433c7df6017120cb6b866752184c6f774038af4772e82c430fa464eeb8737c06c28ce7e842c15886ab3206219c9d08 SHA512 856a00bd1d097b74d77c1f333951e186436d582a8fed3578b2be7bc1a320464ceea38948183a4ad62dab40bcee1866d35ee49d29958211d30c88694968afb979 +DIST firefox-121.0-kk.xpi 675611 BLAKE2B b9bacde4d957daac24caf802c1f243b5bbe5d3ac94247453f8b5282ef981bdebf2b494dd3daa7e39f36e788a0d367a3f884232e8b7a83f5ca9836cd94d73269c SHA512 2184de042440c12d770f6be8bc988dd28c6d747d60db35580ea4f3070eb493069039946fa7e289368090250825752a5e32b8e371823f793bf49a7f4e6e4ebe01 +DIST firefox-121.0-km.xpi 515277 BLAKE2B e92555cd8a140ebaf0aadbc8a915017f7fd3ebaf1c662a98d6db9f538a64515e31a0aeba9489776f011a85c23016aa8ab7fe8032a67e2786ac39c84f1a89c88a SHA512 5156539062ee2b07ba2b0c2d5fdbff0c1ce9338855596533b509f4bd37821cddc1f27854c509dec0e4bc84e411be8ab4392b657f526106312e05413efcf104df +DIST firefox-121.0-kn.xpi 480551 BLAKE2B 8a2f9f96446d20dabb2ed87e91463fb17e774f4064daf1b60d24040c8f7f2f0ee494f97512397838b1c4ce640ee62d68fbd0663c39640d0aac0d28b3aef96d2b SHA512 d1cbae9e52e0625551e3d90ba08dd0f47279e954e599d2a9b278dcea0b888295a5afd9f4417fda88b00d8ecb20f15321b678dd39dd27221fea10588223d339ca +DIST firefox-121.0-ko.xpi 631387 BLAKE2B 2f20be07a69524b4bb339258f96d155ffa2ad569a360da86598f618cb6d24b0b58a187f2a48e0eec929f7221ac4d01bb6b1e6e6eace1f9bba0fdfeaf3c8e6dc9 SHA512 28018882f23dc2c71f2821be51dc25096d75058921bd97ffad8f787e336bd7e1b18b468875976889118902a7596071cfc6647083e8a490bd133367b6eb15ec61 +DIST firefox-121.0-lij.xpi 472670 BLAKE2B bd8bf08868daebb4937f8576107f0ef090f3e37c35ae38f672062af13d9ae5d2f693e9d8d6af5c6ed1b3f2e9c33810c801dcef495a11dcc2b818c401ed5557a3 SHA512 841708a666950b29d8469041f55e01bc4eafc4a826951e45146442e0fa8c494fad163a401761f282fc1176317c9296658093f45a84534c70a1fb925019fd1c6f +DIST firefox-121.0-lt.xpi 559885 BLAKE2B 0c227ff905dd91aa7baab6c1ab556d73e1b3a8dcc5de1864fda682b7680b38dd436ea367dc46e36eadcc429e4576329e868265daa7c744067b08269c959683df SHA512 9bc509ec63b7df38a79798aa2a1e9328401cc62ebb4fb71e141b42de60fc3d65a514b457549e006da7ee0ee9daa52b6d63664c5e1a6127114ad1acf3bc14165a +DIST firefox-121.0-lv.xpi 458433 BLAKE2B 397e53ea18d7e8f5f2f90fb439cf2fc63ba0c19d230f6c13d57e8562495910d382cc1a6deb97331f34b0375e88b8279071966ed4189ec44acf412389f78d53b0 SHA512 a71b5ff699d45e57907d2dfa9d2f9de0ea398b63ac44158066f3c8fb550f0a6459bb905ed8e3d4985116560f87263a0b738e1a7ecd23a19187e43a9a50f85889 +DIST firefox-121.0-mk.xpi 482517 BLAKE2B 8fd22b6d39c8324e19c997bcb5338038aab02af2aec5d488647ac66c4c1fcc2033f6973245d6b05fb43a329aa96670b8de786d15579cebc753e5444744fa40e4 SHA512 93efa7b060c7a063108dec32f7fb4a9c795f6b9c28c233b2dbfc2dac4455c5fb22f7f6cffb12ece189c0c0f41994959be39696a2cf92bcca83ebabc3f12aa857 +DIST firefox-121.0-mr.xpi 520371 BLAKE2B 02e26087f526b3deac23de4acab0c8c704156aa700358c468aabff1f204e98a1c3cbe88b847edb4ec163cb987cc1e82bcf828922f6fb6a2bbc4dfb38b34712cc SHA512 bb4d25293e2e21c8744b9d482230567a56ea7d3bbfc8c6755755e83e6c43fc73a3469af30bef894d01b0fdcd0100527c5ef6151627ae317fd0a592a4c291fc98 +DIST firefox-121.0-ms.xpi 438509 BLAKE2B 0707ff832757e15ec68a61c5ea813c8bea750d39ee42b27e07eb29002cab7007bcfdbb1a7c12ea418f22cca249dda00d1ddaf7a57f407cc0aff760e9933458c4 SHA512 7904f6fea4d8be29a3f76ecd2c0bdf9c0f9fd9575da9bdaa20c991085ab865f891f21c85a40bd8e2d7f3278d5962f51247c2f1fe8be7c4d2ea645c02684a9149 +DIST firefox-121.0-my.xpi 505204 BLAKE2B 0ef381e42f6ba6ec55c3dd5557b91449ddbc12c92754e82fe775d096f6e33d30b27b985e7d5e3b1c43f93d4954820d55d33a588aac464f9558deeeb97410b2f0 SHA512 19991b2958f87bd6845543dd65f5d523983a49c32da34a9a13a72a367c2f9b816c6960ad4b3017d85a11871afade25f93b52b5318de309f94b9aa77dca18bb2e +DIST firefox-121.0-nb-NO.xpi 580571 BLAKE2B 87cef2c55da29b522d23dd384275e749b42b13cdbf431e4cd16a192e5a6c9a600e991fbc568729cf399abee70f7ce194b6a9f6e5c0ef0611fd6affe8392ba634 SHA512 f97316c9bc9ce8427b6ddea2013d8ac9734085695eef71046d3877076df5a9bea103b3dc7c6effd7b003aa4fe9f8ecf830d5ce16d8b405e5c6dacae10312770d +DIST firefox-121.0-ne-NP.xpi 476929 BLAKE2B 72e6db378eb58e49ab0922d4456172334359eee13704e33ada58f620625c2aa6da93081a1b2fcc6550c7d5e9392f70cba9cab3fc461035b76eb5bb37efcbb2e3 SHA512 5163dcea3a29132c530fc296e9f2fb2175224b0f35ea8285c1357f31866a2c95eb36dfa1735a3c4e104314e7ce2b5e843ebaa22243660a6c37f33d3e728d1a0d +DIST firefox-121.0-nl.xpi 588732 BLAKE2B 9b057cc6a99eb6865050f6da3900b3d58ab4be4fb92030ef4e4739ac24687aa1c2d851d421459527deabe846f5d2a43b0e630df8432061334aaf7cb92ba8b046 SHA512 7e3b65dc74711142480bbbeb56a5aeb6c701fc3c79e7ad8a1b767500f3369b853c1b6d4d05328e0f2d6dd762200cd366c3e1eb03b154649a2fd185bc41639831 +DIST firefox-121.0-nn-NO.xpi 577680 BLAKE2B cd3d63868b8e76a8cc62aa981fb32419f701783c26e86b5035b74586b8342bd1964228ed5080f9a63f0953dd0185a5a5beb8fb582f78531f9062428491bc99f5 SHA512 4df6f5d4f68f8e85e060bb5fb5309640937b8433c35b3db627634e61015c8a8c1889ba5199ca66af1b53a8cabc8e426ee3fedc2f781663250a1a345e5096e6ca +DIST firefox-121.0-oc.xpi 592948 BLAKE2B 3f55bd2e1301684185d1521102d34137b604d30713372176ed63ddc07ce594fc59d0ff1d34ffcd9364997d2dfe1091a0156ed3b8d6d1f48d56b0d2ff9fa5383e SHA512 d89a83100c4113430812f8211fa3ff0572c5415f62b9b4e38f5996d1d4122c912fd6229f99985d029b2a7044a1657f5d48fe659a3e987e1b0cb5c8b44335670c +DIST firefox-121.0-pa-IN.xpi 661765 BLAKE2B ab004f750b538d4eb3fb7f077db97d728abd6ca7983febd680e80d7981133ebe829c1a232108ddf52c01c9ec885811007d05e9dc9ca1bffbed53ae6af8614fb5 SHA512 d351673ba823b1f445e34cf4b95922e245a058260282ea7c5b62eb1ca68c0c5f4dfc57e279f2ba1d57818e75a03a227bee238b554b7db485dab6c7f2380c999a +DIST firefox-121.0-pl.xpi 609107 BLAKE2B 185ae0b841f8e073efde8a9204de757c72877a228acafe238f9b75e4688d38677bffde34ed5513601ee245902808f8deb75efb0502048d2f98d0905c9d5bf79b SHA512 78f84bd4e8d235a93179d5bfdc9a186faf763af9257b0bb4b2a6a2c240e77ec634e9cc849e6547b5d63a3364d3a84a90dbdcb9814a24fa7d59dc9ab5e2635121 +DIST firefox-121.0-pt-BR.xpi 593134 BLAKE2B c0678a5387d960d34ec5ab9b0106b8da9c6ee62cf72ccdb8529b1d8a18897679204c7f2b41bf543fbc24e877544d576167e145edf60cab344d0aa83bb02d582b SHA512 843dcfccbdf470f8f496f8963e3a896e71da9c125bbe56747eb22e0830479dee1d6a663fd6e21da30a1e5f14f9a321a568b03cfa36d399690aa608efdbb67a97 +DIST firefox-121.0-pt-PT.xpi 592401 BLAKE2B 647232046537137c86968bd8c2d97f0823e69b4b866372c5146f6d2068015eabccc6ee163f4426815dbe03f255d3e20afb7ce824086efc606311a66157724727 SHA512 9dbae29928c19eafb3dfd778991cff5eb96d947e54d8fc10392afc8a0bb42e812a893237c02e6d5c4eb07d9b798282f47e84fd08622977ad236cfcf4fd33e799 +DIST firefox-121.0-rm.xpi 589127 BLAKE2B 7add077ecb49820a8c02d0279a0737ae37cc3289a26d796e3dfef23d084b164ab2c68c98e0b74c79b468e9de44d9a1551537ca3e371d49f31bb92f95f61fc451 SHA512 d22e6e49e8b1eb037104bfc3cbcd2994d19478cd94b4e86f5778729e9b1731224646e803e994298fa4f7d38627afde79adb8e025c7f96b706ef8db02af89b440 +DIST firefox-121.0-ro.xpi 536766 BLAKE2B 34140cb957a39a4db69c72cb1be57298db24c8acc913d31bc69e610ea568ae9b28852dc5fa195fcc2dd7002d774873bfd0b68bf9a7da461980927247fe6c76b7 SHA512 1ada288fbf6364bcc7aa0ae0f64150367b19c4911100b5c8f0cb16fb9d4b889b477be1c816705853a68b70e4821725a88e57998c6fa700d7135c014ee77ef983 +DIST firefox-121.0-ru.xpi 687509 BLAKE2B 6d6ad87cd34402bd1caa22be8eba0062f9bf1184aa3195ff2fe7f80beb77695bb1359e1a168519be177e01ba7f5c499e2d43b5d2669880e3f8f2a12aac710709 SHA512 2d1297a6cddc5361f79f9ef30d7cb504cf0769310ab4038e718ca433932d838afbd3584ce53b00c94ebde021c5a0d6e87774c18049c0faa33d9cfaacff0ba68a +DIST firefox-121.0-sc.xpi 556023 BLAKE2B 94ae3689710ab8f7c802e64e34d8e2d832d5a738ff9c3c18210e941efdf3c71258f98ad52dcf09d171ca858432b35c8f03301b919d9dbec5919d264611bc8d80 SHA512 b9b187bcfc5f1c286e9b21456e1dce19459c8aa745a3f3aa5ff14d907bcefe174069103df9d280ef40792ad744f2ecaba34eb057eb3072f6a7e92f52f135e10d +DIST firefox-121.0-sco.xpi 500130 BLAKE2B 19838c6c870391d76696b0e1da2acecfe6af332ec1852d95b0d683c01433f6e437cc978ba18334bddbc7aeee28025c9b5eb023dae83b70ecc0451d48a9cca6da SHA512 f87b2346e0ebebae269515587dc5da383c320e2ed1e27a608440f0fa3d53de7040183dce1dfce88fd7f0ab9c4f7bb3bec5ce5ec4e1bc13da2d75586316357a80 +DIST firefox-121.0-si.xpi 592740 BLAKE2B e9f4e1c6ce5189e3c1dfc92d839d7ac5278a1df16356b72cce4599daa8a670501f9e5c68a72f37af5bf561222df53b13da074c2eda55595f468de9d2bcb0bee1 SHA512 9aa34c5890bf2b4007012a177d6034b26e785a20f6226386e4615584688694bd2120ad63193dabeb40b53543047bdf1f04f44c46d3430b1ec552e3c6026e545d +DIST firefox-121.0-sk.xpi 622293 BLAKE2B 23b646b7978236a1dbf87aa41f33d97398b72a8c80bfe40d8a3ec17936c49170de98939ef9a1d4ba2485bb5ba0e976c03f00aae7fb4661ad541b728650476331 SHA512 81449f038c79db4c94a328511aab786b66632e7690eb52950826c2f8743856d85d97d0ebeb0465576e75e1fb6df8c429d4a4159795fe5b210407796baa3f7c34 +DIST firefox-121.0-sl.xpi 590598 BLAKE2B 1fa4d32065df5fa363980af1797f9419fd12f6c3e72a256c704b2526d457e0a2b609da9446f270655396908582646a78bce6af047dd5649e5a04efb492d02d23 SHA512 27cd1ea802d3826a8226ccc5f7a07bb6706113a4a4b1c2ad5e3265d9cfdae04c2011ff6e050450376e9961615bf819a09c261344c982b55198974c6a9255bcff +DIST firefox-121.0-son.xpi 407499 BLAKE2B 4912f04c2ca6d0363d0287babf2356c87d1cf30efefc7d3c472cd852d2ea4858efddf1d6973a91a75cc4d5480d4c5868afbf42e0dc9e9141895b6c9ea40cf620 SHA512 fa2501dba6c69d9091d49058ee153bd4962e85017be2641cd9e70a79efa20121655016abcce0f890025196ab645b6fc7dd86f2d05198cece244b188786edbd97 +DIST firefox-121.0-sq.xpi 608116 BLAKE2B b9daa12ec1ab098d5e13454eb74d4411c49ad6e07d3883292dcb93e3aa6a4ef15d607d2a3e29f6097f7fa5006065ff3fc63d2048f408e9cd91673c5127d90afc SHA512 288d40f681b162aee66c124186826cdf491e810aa8aef34d09d7230305f237127357a6550ab5405c2e722727cd319625fac98624b14ee03981a3593a74646ac2 +DIST firefox-121.0-sr.xpi 626630 BLAKE2B 7fe59a7a7f2d5f481d3e6552f94915fce3048989516c2d2f1209aea2d07deae2a444b2c9cbd6462710f9013a58e974f3b8faddcb41246c9758d4ce17e7142ca7 SHA512 10a232b38ff2aa76f0f0e51c8ee7e413456dae21b95625cfcef6d50b8e38b82fd199f0d182309792b1a7a8d0b68503f57ac2cb274f7393120687589bf785446a +DIST firefox-121.0-sv-SE.xpi 590848 BLAKE2B e5f5c546fd0712c5b30684ea1b0584b3263328057c38b4952bb8aa18b043be32dff7e3a6ca856f6c7a5050d05ef2666228e1054f2e9c88526de3a67ea24fb554 SHA512 305c5acbaa8ff7773135423b264becf84f771ad79cbef6943a34482fb2fe8b2b3e5534f1a44777fd75ce08aef055243de74b2720da97da0302b5a019bd66b97d +DIST firefox-121.0-szl.xpi 514944 BLAKE2B a758b4083773114899910b8c2d5f336f2e5d473958569c718411ad68976c4d00cd304e7e646b3c341b0cc6268e74a741e22380e9a1f5838051ad68ec520b3416 SHA512 6a22f3bb074999e4b491ce89b3790a026295cf79232de079c506a9460efe2558edbc0ef9feeaf7b43bda79fd6843e7ee9dd64678b5b11fe00abacbaec44e7c9b +DIST firefox-121.0-ta.xpi 496637 BLAKE2B 4fe1dd73b827f02276af26b97410ac9026474f54d5b91a65e94df73976b8e65f0297d6cb62c88af174ff4d2cfde5768e044f4ce3841fa09a4f077bc3163172f8 SHA512 b0c509bbd65b9d3d8eedd6ac17724600a0aca27e3ee05e748640fa679d8c0e16218b46f1d59ece33493c0a6fffb2f9f624b915276106ace44a14dd6c5a080445 +DIST firefox-121.0-te.xpi 547616 BLAKE2B 1af8ec09aa828c16dfe217b729153006feb4d6e7f8d6e0fa6f937870abb4ae0f2ca58435eb00c9be3c8cbd5c5e3ac57f7921ed55baa04715e0fcad5ad77dd060 SHA512 cd59a357b31e94853f23e380d0b7426c1dfb3fd2938337e706b4e37c19f2eea1309f44b866fbc471c88b6e012fb4d0635ac325378e87171a8f08b2faf9d12e26 +DIST firefox-121.0-th.xpi 655607 BLAKE2B 107148d69f42854eca1cfeac7838edfe0265fe62380c53a5f1ead678e00d5591d3ee04393d0c7bf6d786b6c0c203f681f955b3cd865cbee61ca29ebf1c2f44ac SHA512 553f10951e31096def485662ddda1423fff9411000923674bd2159923fa829c5b269ebdb05963c445eefcd745a11b991e54a1b5d57ddb9ee396719cc72e7a1b0 +DIST firefox-121.0-tl.xpi 522661 BLAKE2B 1b71cd03261ecf7cdcfd142d469eddcfd1af0ee6853274e52df7a0d2d57a6475727e88736ed11b3e74c63dcebacfa5b772fa0bc41029bd0f94879329868ec6ca SHA512 added5da4682a86667178574f689c290bfc94aefd7f35bf4af25e12c36ded9894394a5f668353329d863c2844ca8e72af43767b46fa40a71a99f85b6bdc5eaef +DIST firefox-121.0-tr.xpi 602212 BLAKE2B ceaf6e1f236f39c7c2693fe117149c70091b422bb15f51c8364960fe3fa301ac79442241ec2dbeefac8a9a043521bb5ab43e6b10d21a24bdd5b81f4b72820e3a SHA512 323046f016742e5c17763fda51c08779e2cff3c2e1a33440b1def927b0d6e4760a371be3d388a385f1206ac1d38763e7c1200d30c7f9db183f26be3216a3a736 +DIST firefox-121.0-trs.xpi 492655 BLAKE2B 2eb8d2a817886e14f4dd5ce4f28b775996d8bf7753f0751cb42e66d07bb68a971b8a1194deedd17d6e0be76963fc4f6bedae814e9a76c6a1f66566a5d7b23cd6 SHA512 9f299d87de8c5f022df0564a7fe934c0a62c728d71d5ec1de340dbbba897aebcc2dd845a8536be2a4a7db6e2e11f77702edb2c3caf4905b007ce445275b09232 +DIST firefox-121.0-uk.xpi 679484 BLAKE2B 4bc6168527d315ae21d1bfe878d0da58da410f82d53e1d184e43e127aba48e31c25d09e9e453763f47b08d2ed3efa2ac869bc29101936759633ee6503fe1e6de SHA512 682500d327fea7bfe5188a40db953eea991b61b4884ac6e3d107e55520904c495d04943e270f440c834834d3d372c863ed5a512d3593db068c74c0351e5a227f +DIST firefox-121.0-ur.xpi 548514 BLAKE2B 5646582872dee8926967270c9bdc8ecf0e048ca7d9c06c640c793ec31663b9a6ca555fae9f9cc71ae57be075118fd8ad6eb3f85937cb3c34b12d64e238c3d327 SHA512 01131d5a64856b4ab06ffcf0a8ddb42ca12fbf302fdf2d9dcda9ab768ccd497cb689c2531e59064899d32146e61b7887865aa9a0e67baba582e5d9686eadc446 +DIST firefox-121.0-uz.xpi 469134 BLAKE2B 8c8cb9daae19a5f9904f3525d05a99b3a7959f0dcadb9c68093a26dfdd86d68041f95dea392ea8133b4d391b13210a101ff1fdf729cb5c13cb90bc8ccd401028 SHA512 a24b04ff28e0e12b4b3bd4621cfb3b22c23ee465d1c64454ab63196b51f6d78d98f38dd95af0b1051076973911b1ca660d1a210c1368d56133300e0df2a23889 +DIST firefox-121.0-vi.xpi 626568 BLAKE2B b0be20e59f7e5ade0ea2e1267f77d21b02ce07af04b77c016bf046beb5eb1bec93b580c71678282877427e804edbe328516b7601b4f9d85b1c7a979c68adada9 SHA512 ec0ef7dd4e25465acf16ba0fd70eed904e082cbbfae25ce277939fe7537a3d0e9ae011d6c878f75f34f82dc4f23ea7e7ffd3cd546ff048fdbf996ce61cd28fd0 +DIST firefox-121.0-xh.xpi 408293 BLAKE2B 61a28011646784be1bba1761fe99f60db7a90f1e92c8834dae6c7b25185d9ea6ea288dfd9ac8c3190f977ff011161f59f58db102c18448257a183be7df717b43 SHA512 faa2fba45a69025b07f0e81e5ef52fe149ec897fcbf64c0ab8b48a730455f8b8aef1e684f221a3008ab96ed31490a891cfa6bd7ac2f49ca6cdd55173f61c500f +DIST firefox-121.0-zh-CN.xpi 627098 BLAKE2B 148a2454c7222451369b6b8831073523420b57c0ca30a8f722efa01c556ba4a52aae45af872db7a0e3bee6aba9bc3c3c7f84cd6f2297e93de082cd3f57ff660b SHA512 0fe93d48b5745a00a2a976fdecb397e87c82b291ff2ca0a604ddfda72380fc12abfb445afef07d60f9a7ffc4a94f7a2f60c7225deff315b22c394ea8a8127463 +DIST firefox-121.0-zh-TW.xpi 629230 BLAKE2B 86a8d34905dc36f320a86e73eb1a7a4b6422af38b18cf8a8293b53ae8ef4d5473d913fb4e7ea9c1bf2e66ce9205858d2782dec4955a00ec73700c9a9b5a26319 SHA512 a0692081778217488226152b2103c5431d70cd9b33fbc8857506be85b15722cc03dc6c90cf33f80ccf12bed7e2b52535bd430944566c023c2dfc439ae8e719be +DIST firefox-121.0.source.tar.xz 530302784 BLAKE2B 80905caeb208ef5dce7b62e248c86598ca786eb7032e114ad5d10812623bfceb688832f646dfbe220ef2fcecacf11cefae2afb0f1cdc0f7952647b71c58c9602 SHA512 52e9e21ce825c4e58f09fd2c7347f1ac4efbca47e119136a712f0d4ee80c769ef80a43bad74a4c88cd377f804f5780b07f7af5b779f3fb5d244fa095e6b3b18a diff --git a/www-client/firefox/firefox-118.0.2.ebuild b/www-client/firefox/firefox-115.6.0.ebuild similarity index 92% rename from www-client/firefox/firefox-118.0.2.ebuild rename to www-client/firefox/firefox-115.6.0.ebuild index 8221035d56ef..d3c35c49fd04 100644 --- a/www-client/firefox/firefox-118.0.2.ebuild +++ b/www-client/firefox/firefox-115.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -FIREFOX_PATCHSET="firefox-118-patches-04.tar.xz" +FIREFOX_PATCHSET="firefox-115esr-patches-08.tar.xz" LLVM_MAX_SLOT=17 @@ -14,7 +14,7 @@ WANT_AUTOCONF="2.1" VIRTUALX_REQUIRED="manual" -MOZ_ESR= +MOZ_ESR=yes MOZ_PV=${PV} MOZ_PV_SUFFIX= @@ -58,13 +58,13 @@ HOMEPAGE="https://www.mozilla.com/firefox" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -SLOT="rapid" +SLOT="esr" 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+=" jack 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" +IUSE+=" wayland wifi +X" # Firefox-only IUSE IUSE+=" geckodriver +gmp-autoupdate screencast" @@ -75,7 +75,7 @@ REQUIRED_USE="|| ( X wayland ) wifi? ( dbus )" FF_ONLY_DEPEND="!www-client/firefox:0 - !www-client/firefox:esr + !www-client/firefox:rapid screencast? ( media-video/pipewire:= ) selinux? ( sec-policy/selinux-mozilla )" BDEPEND="${PYTHON_DEPS} @@ -133,7 +133,7 @@ COMMON_DEPEND="${FF_ONLY_DEPEND} dev-libs/expat dev-libs/glib:2 dev-libs/libffi:= - >=dev-libs/nss-3.93 + >=dev-libs/nss-3.90 >=dev-libs/nspr-4.35 media-libs/alsa-lib media-libs/fontconfig @@ -175,7 +175,6 @@ COMMON_DEPEND="${FF_ONLY_DEPEND} 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-util/valgrind ) wayland? ( >=media-libs/libepoxy-1.5.10-r1 x11-libs/gtk+:3[wayland] @@ -659,6 +658,16 @@ src_prepare() { rm -v "${WORKDIR}"/firefox-patches/*ppc64*.patch || die fi + if use x86 && use elibc_glibc ; then + rm -v "${WORKDIR}"/firefox-patches/*-musl-non-lfs64-api-on-audio_thread_priority-crate.patch || die + fi + + # Workaround for bgo#917599 + if has_version ">=dev-libs/icu-74.1" && use system-icu ; then + eapply "${WORKDIR}"/firefox-patches/0029-bmo-1862601-system-icu-74.patch + fi + rm -v "${WORKDIR}"/firefox-patches/0029-bmo-1862601-system-icu-74.patch || die + eapply "${WORKDIR}/firefox-patches" # Allow user to apply any additional patches without modifing ebuild @@ -694,25 +703,9 @@ src_prepare() { 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 + # Clear cargo checksums from crates we have patched + # moz_clear_vendor_checksums crate + moz_clear_vendor_checksums audio_thread_priority # Create build dir BUILD_DIR="${WORKDIR}/${PN}_build" @@ -752,6 +745,7 @@ src_configure() { CXX=${CHOST}-clang++-${version_clang} NM=llvm-nm RANLIB=llvm-ranlib + elif ! use clang && ! tc-is-gcc ; then # Force gcc have_switched_compiler=yes @@ -774,11 +768,7 @@ src_configure() { 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 + tc-export CC CXX LD AR AS NM OBJDUMP RANLIB PKG_CONFIG # Pass the correct toolchain paths through cbindgen if tc-is-cross-compiler ; then @@ -802,25 +792,18 @@ src_configure() { 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-wasm-function-references \ - --disable-wasm-gc \ --disable-wmf \ + --enable-legacy-profile-creation \ --enable-negotiateauth \ --enable-new-pass-manager \ --enable-official-branding \ @@ -859,8 +842,6 @@ src_configure() { # 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 @@ -917,7 +898,6 @@ src_configure() { mozconfig_use_enable dbus mozconfig_use_enable libproxy - mozconfig_use_enable valgrind use eme-free && mozconfig_add_options_ac '+eme-free' --disable-eme @@ -926,9 +906,6 @@ src_configure() { 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="" @@ -941,14 +918,12 @@ src_configure() { 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 + mozconfig_add_options_ac '+x11' --enable-default-toolkit=cairo-gtk3 fi if use lto ; then @@ -1076,11 +1051,6 @@ src_configure() { if [[ -n ${disable_elf_hack} ]] ; then mozconfig_add_options_ac 'elf-hack is broken when using Clang' --disable-elf-hack fi - elif tc-is-gcc ; then - if ver_test $(gcc-fullversion) -ge 10 ; then - einfo "Forcing -fno-tree-loop-vectorize to workaround GCC bug, see bug 758446 ..." - append-cxxflags -fno-tree-loop-vectorize - fi fi if use elibc_musl && use arm64 ; then @@ -1106,10 +1076,6 @@ src_configure() { 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" @@ -1129,13 +1095,6 @@ src_configure() { 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 @@ -1175,10 +1134,6 @@ src_configure() { 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 } @@ -1267,18 +1222,6 @@ src_install() { pref("gfx.x11-egl.force-enabled", true); EOF fi - - # Install the vaapitest binary on supported arches (+arm when keyworded) - if use amd64 || use arm64 || use x86 ; then - exeinto "${MOZILLA_FIVE_HOME}" - doexe "${BUILD_DIR}"/dist/bin/vaapitest - fi - - # 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 @@ -1336,7 +1279,7 @@ src_install() { # Install menu local app_name="Mozilla ${MOZ_PN^}" local desktop_file="${FILESDIR}/icon/${PN}-r3.desktop" - local desktop_filename="${PN}.desktop" + local desktop_filename="${PN}-esr.desktop" local exec_command="${PN}" local icon="${PN}" local use_wayland="false" @@ -1427,6 +1370,7 @@ pkg_postinst() { 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 + if use hwaccel && has_version "x11-drivers/nvidia-drivers"; then optfeature "hardware acceleration with NVIDIA cards" media-libs/nvidia-vaapi-driver fi diff --git a/www-client/firefox/firefox-119.0.1.ebuild b/www-client/firefox/firefox-119.0.1.ebuild deleted file mode 100644 index 2cf4bd05d029..000000000000 --- a/www-client/firefox/firefox-119.0.1.ebuild +++ /dev/null @@ -1,1437 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -FIREFOX_PATCHSET="firefox-119-patches-01.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 screencast" - -REQUIRED_USE="|| ( X wayland ) - debug? ( !system-av1 ) - pgo? ( lto ) - wifi? ( dbus )" - -FF_ONLY_DEPEND="!www-client/firefox:0 - !www-client/firefox:esr - screencast? ( media-video/pipewire:= ) - 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] ) - ) - ) - ( - sys-devel/clang:15 - sys-devel/llvm:15 - clang? ( - sys-devel/lld:15 - virtual/rust:0/llvm-15 - pgo? ( =sys-libs/compiler-rt-sanitizers-15*[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.65 ) - 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 - ) - )" -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.94 - >=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? ( - dev-libs/dbus-glib - 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 ) - screencast? ( media-video/pipewire:= ) - 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-util/valgrind ) - wayland? ( - >=media-libs/libepoxy-1.5.10-r1 - x11-libs/gtk+:3[wayland] - x11-libs/libxkbcommon[wayland] - ) - wifi? ( - kernel_linux? ( - dev-libs/dbus-glib - 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 - - eapply "${WORKDIR}/firefox-patches" - - # Workaround for bgo#917599 - if has_version ">=dev-libs/icu-74.1" && use system-icu ; then - eapply "${FILESDIR}"/firefox-115.4.0-icu-74.patch - fi - - # Allow user to apply any additional patches without modifing ebuild - eapply_user - - # Make cargo respect MAKEOPTS - export CARGO_BUILD_JOBS="$(makeopts_jobs)" - - # Make LTO respect MAKEOPTS - sed -i \ - -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ - "${S}"/build/moz.configure/lto-pgo.configure \ - || die "sed failed to set num_cores" - - # Make ICU respect MAKEOPTS - sed -i \ - -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ - "${S}"/intl/icu_sources_data.py \ - || die "sed failed to set num_cores" - - # 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-wasm-function-references \ - --disable-wasm-gc \ - --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 - - if use lto ; then - if use clang ; then - # Upstream only supports lld or mold when using clang. - 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 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 - - # LTO flag was handled via configure - filter-lto - - 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 (+arm when keyworded) - if use amd64 || use arm64 || use x86 ; then - exeinto "${MOZILLA_FIVE_HOME}" - doexe "${BUILD_DIR}"/dist/bin/vaapitest - fi - - # 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 - 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-119.0.ebuild b/www-client/firefox/firefox-119.0.ebuild deleted file mode 100644 index fb9a32336ba3..000000000000 --- a/www-client/firefox/firefox-119.0.ebuild +++ /dev/null @@ -1,1429 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -FIREFOX_PATCHSET="firefox-119-patches-01.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 screencast" - -REQUIRED_USE="|| ( X wayland ) - debug? ( !system-av1 ) - pgo? ( lto ) - wifi? ( dbus )" - -FF_ONLY_DEPEND="!www-client/firefox:0 - !www-client/firefox:esr - screencast? ( media-video/pipewire:= ) - 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] ) - ) - ) - ( - sys-devel/clang:15 - sys-devel/llvm:15 - clang? ( - sys-devel/lld:15 - virtual/rust:0/llvm-15 - pgo? ( =sys-libs/compiler-rt-sanitizers-15*[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.65 ) - 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 - ) - )" -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.94 - >=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? ( - dev-libs/dbus-glib - 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 ) - screencast? ( media-video/pipewire:= ) - 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-util/valgrind ) - wayland? ( - >=media-libs/libepoxy-1.5.10-r1 - x11-libs/gtk+:3[wayland] - x11-libs/libxkbcommon[wayland] - ) - wifi? ( - kernel_linux? ( - dev-libs/dbus-glib - 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 - - 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)" - - # Make LTO respect MAKEOPTS - sed -i \ - -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ - "${S}"/build/moz.configure/lto-pgo.configure \ - || die "sed failed to set num_cores" - - # Make ICU respect MAKEOPTS - sed -i \ - -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ - "${S}"/intl/icu_sources_data.py \ - || die "sed failed to set num_cores" - - # 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-wasm-function-references \ - --disable-wasm-gc \ - --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 - - if use lto ; then - if use clang ; then - # Upstream only supports lld or mold when using clang. - 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 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 - - # LTO flag was handled via configure - filter-lto - - 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 - 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 (+arm when keyworded) - if use amd64 || use arm64 || use x86 ; then - exeinto "${MOZILLA_FIVE_HOME}" - doexe "${BUILD_DIR}"/dist/bin/vaapitest - fi - - # 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 - 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-120.0.ebuild b/www-client/firefox/firefox-121.0.ebuild similarity index 98% rename from www-client/firefox/firefox-120.0.ebuild rename to www-client/firefox/firefox-121.0.ebuild index fa5d4105f8f4..af2883ae3dd3 100644 --- a/www-client/firefox/firefox-120.0.ebuild +++ b/www-client/firefox/firefox-121.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -FIREFOX_PATCHSET="firefox-120-patches-01.tar.xz" +FIREFOX_PATCHSET="firefox-121-patches-01.tar.xz" LLVM_MAX_SLOT=17 @@ -118,6 +118,12 @@ BDEPEND="${PYTHON_DEPS} net-libs/nodejs virtual/pkgconfig !clang? ( >=virtual/rust-1.70 ) + !elibc_glibc? ( + || ( + dev-lang/rust + <dev-lang/rust-bin-1.73 + ) + ) amd64? ( >=dev-lang/nasm-2.14 ) x86? ( >=dev-lang/nasm-2.14 ) pgo? ( @@ -136,7 +142,7 @@ COMMON_DEPEND="${FF_ONLY_DEPEND} dev-libs/expat dev-libs/glib:2 dev-libs/libffi:= - >=dev-libs/nss-3.94 + >=dev-libs/nss-3.95 >=dev-libs/nspr-4.35 media-libs/alsa-lib media-libs/fontconfig @@ -666,6 +672,11 @@ src_prepare() { fi rm -v "${WORKDIR}"/firefox-patches/0028-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 @@ -674,6 +685,17 @@ src_prepare() { # 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="x86-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)/" \ diff --git a/www-client/firefox/metadata.xml b/www-client/firefox/metadata.xml index 6215c1eac1fe..b0a1758bd35a 100644 --- a/www-client/firefox/metadata.xml +++ b/www-client/firefox/metadata.xml @@ -14,7 +14,6 @@ <flag name="hwaccel">Force-enable hardware-accelerated rendering (Mozilla bug 594876)</flag> <flag name="jumbo-build">Enable unified build - combines source files to speed up build process, but requires more memory</flag> <flag name="libproxy">Enable libproxy support</flag> - <flag name="lto">Enable Link Time Optimization (LTO)</flag> <flag name="openh264">Use <pkg>media-libs/openh264</pkg> for H264 support instead of downloading binary blob from Mozilla at runtime</flag> <flag name="pgo">Add support for profile-guided optimization for faster binaries - this diff --git a/www-servers/Manifest.gz b/www-servers/Manifest.gz index 03ef0efae65e..eac604fd1ba5 100644 Binary files a/www-servers/Manifest.gz and b/www-servers/Manifest.gz differ diff --git a/www-servers/apache/apache-2.4.58.ebuild b/www-servers/apache/apache-2.4.58.ebuild index e5499a70f17c..efa23f5b4124 100644 --- a/www-servers/apache/apache-2.4.58.ebuild +++ b/www-servers/apache/apache-2.4.58.ebuild @@ -146,7 +146,7 @@ HOMEPAGE="https://httpd.apache.org/" # some helper scripts are Apache-1.1, thus both are here LICENSE="Apache-2.0 Apache-1.1" SLOT="2" -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x64-macos ~x64-solaris" pkg_setup() { # dependent critical modules which are not allowed in global scope due diff --git a/x11-apps/Manifest.gz b/x11-apps/Manifest.gz index 18cf8ce7491b..ad8710aa3446 100644 Binary files a/x11-apps/Manifest.gz and b/x11-apps/Manifest.gz differ diff --git a/x11-apps/mesa-progs/metadata.xml b/x11-apps/mesa-progs/metadata.xml index 4f7f34493419..c0d2985e3795 100644 --- a/x11-apps/mesa-progs/metadata.xml +++ b/x11-apps/mesa-progs/metadata.xml @@ -5,9 +5,6 @@ <email>x11@gentoo.org</email> <name>X11</name> </maintainer> - <use> - <flag name="gles2">Build OpenGL ES 2 utilities</flag> - </use> <upstream> <remote-id type="freedesktop-gitlab">mesa/demos</remote-id> </upstream> diff --git a/x11-libs/Manifest.gz b/x11-libs/Manifest.gz index 654cc8b77e58..1005da953a3b 100644 Binary files a/x11-libs/Manifest.gz and b/x11-libs/Manifest.gz differ diff --git a/x11-libs/vte/Manifest b/x11-libs/vte/Manifest index 8d8f5c3bbd85..9b7774271a35 100644 --- a/x11-libs/vte/Manifest +++ b/x11-libs/vte/Manifest @@ -5,3 +5,4 @@ DIST vte-0.72.2.tar.bz2 503986 BLAKE2B dbd99a1288176482ebe2cee25a1ae508694a8b477 DIST vte-0.74.0-command-notify.patch.xz 9248 BLAKE2B 30917bc72d2b3fd917178f49c26f023d40d37e9a44a896c44e55345396d0bfdb1b109f8b2fdead96c31f92f5febcc397f2899511647c3adf3c2aace2be8ffa94 SHA512 fc0bb3cfa70fc5e1384c44fcce6d6a76957d0dd72f61a882d9df22d55dd06fcee4e7bd2a136c443158fe403992befe5d7ce5970b8b657b690b3875ff5171ea83 DIST vte-0.74.0.tar.bz2 505492 BLAKE2B d4f6acd817d1a950032678847c53d4cc720cf33a028078e28eee103591c480603e39eff0a8a517afddd57037ffddb25be9421487651df8d6110cf9743d8e0477 SHA512 36b1af8b41436ed00c889b99b8cab68eb1dd76c8302320d6f6703a19eed4a270faeb91d99ee906ac292da33757c6c89b6c0e54c1a224792b5424007b2879a966 DIST vte-0.74.1.tar.bz2 505521 BLAKE2B 369cf6e0d69dd2878990ae530f4d3192910f7dcdf8a9210f52ee176a42efbf1a9d771f6942ecfbffc55c8e72683368de3ca9316ecb03a3d6132cb593e6f8aa4d SHA512 405048de9b4d7dae4c5a588f2b29ad9dd3156e76c20c516050157991005350df7bd59bf1255a480e7ca4a4b657e8eed32767f085f00fadb4b23819f52983558a +DIST vte-0.74.2.tar.bz2 505422 BLAKE2B 243eabfb26c0ec65d0b202437ae79265440256941dae4263e9d6dc9afea24d0fbbd7d421864a90b54d2ba953cd60a2b5a41aef9fb9e53396176bcc71400eef82 SHA512 203dd0f8606b8979cde01781412e0dbab3cb8857828e55f6d69ecfc2e4d58d53430aa5c61a2203e122c772ba1f6c5b739d3c03456b133580e76d511d67f3f534 diff --git a/x11-libs/vte/vte-0.74.2.ebuild b/x11-libs/vte/vte-0.74.2.ebuild new file mode 100644 index 000000000000..503b0181533f --- /dev/null +++ b/x11-libs/vte/vte-0.74.2.ebuild @@ -0,0 +1,105 @@ +# Copyright 1999-2023 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 xdg + +DESCRIPTION="Library providing a virtual terminal emulator widget" +HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE" + +# Once SIXEL support ships (0.66 or later), might need xterm license (but code might be considered upgraded to LGPL-3+) +LICENSE="LGPL-3+ GPL-3+" +SLOT="2.91" # vte_api_version in meson.build +IUSE="+crypt debug gtk-doc +icu +introspection systemd +vala vanilla" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +REQUIRED_USE=" + gtk-doc? ( introspection ) + vala? ( introspection ) +" + +# Upstream is hostile and refuses to upload tarballs. +SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.bz2" +SRC_URI="${SRC_URI} !vanilla? ( https://dev.gentoo.org/~mattst88/distfiles/${PN}-0.74.0-command-notify.patch.xz )" + +DEPEND=" + >=x11-libs/gtk+-3.24.22:3[introspection?] + >=x11-libs/cairo-1.0 + >=dev-libs/fribidi-1.0.0 + >=dev-libs/glib-2.60:2 + crypt? ( >=net-libs/gnutls-3.2.7:0= ) + icu? ( dev-libs/icu:= ) + >=x11-libs/pango-1.22.0 + >=dev-libs/libpcre2-10.21:= + systemd? ( >=sys-apps/systemd-220:= ) + sys-libs/zlib + introspection? ( >=dev-libs/gobject-introspection-1.56:= ) + x11-libs/pango[introspection?] +" +RDEPEND="${DEPEND} + ~gui-libs/vte-common-${PV}[systemd?] +" +BDEPEND=" + ${PYTHON_DEPS} + dev-libs/libxml2:2 + dev-util/glib-utils + gtk-doc? ( dev-util/gi-docgen ) + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig + vala? ( $(vala_depend) ) +" + +src_prepare() { + default + use vala && vala_setup + xdg_environment_reset + + use elibc_musl && eapply "${FILESDIR}"/${PN}-0.66.2-musl-W_EXITCODE.patch + + if ! use vanilla; then + # From https://src.fedoraproject.org/rpms/vte291/raw/rawhide/f/vte291-cntnr-precmd-preexec-scroll.patch + # Adds OSC 777 support for desktop notifications in gnome-terminal or elsewhere + eapply "${WORKDIR}"/${PN}-0.74.0-command-notify.patch + fi + + # -Ddebugg option enables various debug support via VTE_DEBUG, but also ggdb3; strip the latter + sed -e '/ggdb3/d' -i meson.build || die + sed -i 's/vte_gettext_domain = vte_api_name/vte_gettext_domain = vte_gtk3_api_name/' meson.build || die +} + +src_configure() { + local emesonargs=( + -Da11y=true + $(meson_use debug debugg) + $(meson_use gtk-doc docs) + $(meson_use introspection gir) + -Dfribidi=true # pulled in by pango anyhow + -Dglade=true + $(meson_use crypt gnutls) + -Dgtk3=true + -Dgtk4=false + $(meson_use icu) + $(meson_use systemd _systemd) + $(meson_use vala vapi) + ) + meson_src_configure +} + +src_install() { + # not meson_src_install because this would include einstalldocs, which + # would result in file collisions with gui-libs/vte + meson_install + + # Remove files that are provided by gui-libs/vte-common + rm "${ED}"/usr/libexec/vte-urlencode-cwd || die + rm "${ED}"/etc/profile.d/vte.sh || die + rm "${ED}"/etc/profile.d/vte.csh || die + if use systemd; then + rm "${ED}"/usr/lib/systemd/user/vte-spawn-.scope.d/defaults.conf || die + fi + if use gtk-doc; then + mkdir -p "${ED}"/usr/share/gtk-doc/ || die + mv "${ED}"/usr/share/doc/vte-${SLOT} "${ED}"/usr/share/gtk-doc/vte-${SLOT}-gtk3 || die + fi +} diff --git a/x11-terms/Manifest.gz b/x11-terms/Manifest.gz index 2202fa352d6e..f8eb8ba3b45c 100644 Binary files a/x11-terms/Manifest.gz and b/x11-terms/Manifest.gz differ diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild index 7a9b924d13a1..94acd0900edc 100644 --- a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild +++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~x64-solaris" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~x64-solaris" IUSE="utempter wayland X" REQUIRED_USE="|| ( wayland X )" diff --git a/x11-wm/Manifest.gz b/x11-wm/Manifest.gz index 2a4dd3592201..b9a1a3a1c86f 100644 Binary files a/x11-wm/Manifest.gz and b/x11-wm/Manifest.gz differ diff --git a/x11-wm/evilwm/evilwm-1.4.2.ebuild b/x11-wm/evilwm/evilwm-1.4.2.ebuild index 3ecf9ad2963b..bdb39a2c480f 100644 --- a/x11-wm/evilwm/evilwm-1.4.2.ebuild +++ b/x11-wm/evilwm/evilwm-1.4.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.6809.org.uk/evilwm/${P}.tar.gz" LICENSE="MIT 9wm" SLOT="0" -KEYWORDS="~alpha amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" RDEPEND="x11-libs/libXext diff --git a/x11-wm/mutter/Manifest b/x11-wm/mutter/Manifest index 746e65ee6913..46cee7d21b3a 100644 --- a/x11-wm/mutter/Manifest +++ b/x11-wm/mutter/Manifest @@ -1,5 +1,4 @@ DIST mutter-44.3.tar.xz 2848256 BLAKE2B 42c00d4673cab5d119361c6eb2b78c33894c637b36a34f9b74eb5a19ca621d3458208be020216f9a8949e8b0a9c9de697662c5aebb11f70bc83173ce33c7a1eb SHA512 d29bc6c7407ba81be0b5bfa2333bc77c09f7a084e09d6902cad8ca8e64ba75a22652b68a4e84b79b80481d9a7b6cb490128113dcd125ed5bcd5423d4ec88fb35 DIST mutter-44.4.tar.xz 2847392 BLAKE2B 2ecdb0d447c0426a7e02f4d3b3cdf8936a6c7a5fecad163bdba9428f018e0ceb2047b241422bc9de5e9d0fb08e88a04d572d1b404b48d6df214a7263292309ba SHA512 3f7b37be5531e270c071fc9784a6a284a3d715dfd1dfc854779126197d6e53c660836412ba08e6233747c7b016926114a57be5adb36a11c8ec9c81e333ce668c -DIST mutter-45.0.tar.xz 2883164 BLAKE2B cb006cae08a8e4b1c6404ab99b970854a05d764361936d88d726ece6583e922b8e5bab4189ec240292d14cfb312fb1cadafa17e372d332dfc194bdc0041e4441 SHA512 bbf813a720a3d8545969d089790f6e4c19cd5c8eb3079ba028945e4728446c78aa7540061ea87e43151c2ef359ea986b0e7a45f56f0eb6a33ca2c3979955bb43 DIST mutter-45.1.tar.xz 2881852 BLAKE2B 40fa8de01ecae346d2b9a352d55cb9215e3b9c88d7424c567fd63aa97dc7aa7cc202fdda298a4a8a9bc08330b6db3895d5860b8c99daaa4974dbd07f0ac8b86a SHA512 87a629e941eb231d05fc24dbb905acb12236c971a02dd000fdd6cc6e7686544b5796ce57d10b34e096dc956578a373d5a73e89760bcc6beb292e9a25ce2faaf4 DIST mutter-45.2.tar.xz 2884940 BLAKE2B c4107840b8bd0f75a9c76300f324bfff6aac3195f526ab88102c831df693cb8dfa5b55bb1590a54e68f41eab392e69bb833221480578a2fba4b1e4bdc5ed030d SHA512 2111ad0645d2da58dedb30d94e99b52045f38b31a9de7314a5d8b41a5525612d88d2fbaafd3658eb6f734c143ad12176367c26533237199d9a5c1ad3dea743c7 diff --git a/x11-wm/mutter/mutter-45.0.ebuild b/x11-wm/mutter/mutter-45.0.ebuild deleted file mode 100644 index a9f2fa638da5..000000000000 --- a/x11-wm/mutter/mutter-45.0.ebuild +++ /dev/null @@ -1,235 +0,0 @@ -# Copyright 1999-2023 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 udev xdg - -DESCRIPTION="GNOME compositing window manager based on Clutter" -HOMEPAGE="https://gitlab.gnome.org/GNOME/mutter/" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/mutter.git" - SRC_URI="" -else - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" -fi - -LICENSE="GPL-2+" -SLOT="0/$(($(ver_cut 1) - 32))" # 0/libmutter_api_version - ONLY gnome-shell (or anything using mutter-clutter-<api_version>.pc) should use the subslot - -IUSE="debug elogind gnome gtk-doc input_devices_wacom +introspection screencast sysprof systemd test udev wayland video_cards_nvidia" -# native backend requires gles3 for hybrid graphics blitting support, udev and a logind provider -REQUIRED_USE=" - gtk-doc? ( introspection ) - wayland? ( ^^ ( elogind systemd ) udev ) - test? ( wayland )" -RESTRICT="!test? ( test )" - -# gnome-settings-daemon is build checked, but used at runtime only for org.gnome.settings-daemon.peripherals.keyboard gschema -# xorg-server is needed at build and runtime with USE=wayland for Xwayland -# v3.32.2 has many excessive or unused *_req variables declared, thus currently the dep order ignores those and goes via dependency() call order -DEPEND=" - >=media-libs/graphene-1.10.2[introspection?] - x11-libs/gdk-pixbuf:2 - >=x11-libs/pango-1.46[introspection?] - >=x11-libs/cairo-1.14[X] - >=dev-libs/fribidi-1.0.0 - >=gnome-base/gsettings-desktop-schemas-42.0[introspection?] - >=dev-libs/glib-2.75.1:2 - gnome-base/gnome-settings-daemon - >=dev-libs/json-glib-0.12.0[introspection?] - >=x11-libs/libxkbcommon-0.4.3 - x11-libs/libICE - >=app-accessibility/at-spi2-core-2.46:2[introspection?] - sys-apps/dbus - >=x11-misc/colord-1.4.5:= - >=media-libs/lcms-2.6:2 - >=media-libs/harfbuzz-2.6.0:= - >=dev-libs/libei-1.0.901 - - gnome? ( gnome-base/gnome-desktop:4= ) - - >=media-libs/libcanberra-0.26 - - media-libs/libglvnd[X] - - wayland? ( - >=dev-libs/wayland-protocols-1.32 - >=dev-libs/wayland-1.21.0 - - x11-libs/libdrm - media-libs/mesa[gbm(+)] - >=dev-libs/libinput-1.18.0:= - - elogind? ( sys-auth/elogind ) - x11-base/xwayland - video_cards_nvidia? ( gui-libs/egl-wayland ) - ) - udev? ( - >=virtual/libudev-232-r1:= - >=dev-libs/libgudev-232 - ) - systemd? ( sys-apps/systemd ) - x11-libs/libSM - input_devices_wacom? ( >=dev-libs/libwacom-0.13:= ) - >=x11-libs/startup-notification-0.7 - screencast? ( >=media-video/pipewire-0.3.21:= ) - introspection? ( >=dev-libs/gobject-introspection-1.54:= ) - test? ( >=x11-libs/gtk+-3.19.8:3[X,introspection?] ) - sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 >=dev-util/sysprof-3.46.0 ) -" -# for now upstream has "have_x11 = true" in the meson.build, but sooner or later upstream is going to make X optional. -# X? ( -DEPEND+=" - >=gui-libs/gtk-4.0.0:4[X,introspection?] - >=x11-libs/libX11-1.7.0 - >=x11-libs/libXcomposite-0.4 - x11-libs/libXcursor - x11-libs/libXdamage - x11-libs/libXext - >=x11-libs/libXfixes-3 - >=x11-libs/libXi-1.7.4 - x11-libs/libXtst - x11-libs/libxkbfile - x11-misc/xkeyboard-config - >=x11-libs/libxkbcommon-0.4.3[X] - x11-libs/libXrender - >=x11-libs/libXrandr-1.5.0 - x11-libs/libxcb:= - x11-libs/libXinerama - x11-libs/libXau -" -# )" - -RDEPEND="${DEPEND} - gnome-extra/zenity - - !<gui-libs/gtk-4.6.4:4 -" -DEPEND="${DEPEND} - x11-base/xorg-proto - sysprof? ( >=dev-util/sysprof-common-3.38.0 ) -" -BDEPEND=" - dev-util/wayland-scanner - dev-util/gdbus-codegen - dev-util/glib-utils - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig - gtk-doc? ( >=dev-util/gi-docgen-2021.1 ) - test? ( - ${PYTHON_DEPS} - $(python_gen_any_dep ' - >=dev-python/python-dbusmock-0.28[${PYTHON_USEDEP}] - ') - app-text/docbook-xml-dtd:4.5 - x11-misc/xvfb-run - ) - wayland? ( - >=sys-kernel/linux-headers-4.4 - x11-libs/libxcvt - ) -" - -PATCHES=( - "${FILESDIR}"/${PN}-43.0-Disable-anonymous-file-test.patch -) - -python_check_deps() { - if use test; then - python_has_version ">=dev-python/python-dbusmock-0.28[${PYTHON_USEDEP}]" - fi -} - -src_prepare() { - default - - sed -i -e "s:#!/usr/bin/bash:#!$(command -v bash):" src/tests/x11-test.sh || die -} - -src_configure() { - local emesonargs=( - # Mutter X11 renderer only supports gles2 and GLX, thus do NOT pass - # - # -Dopengl_libname=libOpenGL.so.0 - # - # while we build the x11 renderer, as we currently enable gles2 only - # with USE=wayland and x11 renderer wouldn't find the needed GLX symbols - # in a configuration where wayland is disabled, as libOpenGL doesn't - # include them. - # - # See - # - https://bugs.gentoo.org/835786 - # - https://forums.gentoo.org/viewtopic-p-8695669.html - - --buildtype $(usex debug debug plain) - -Dopengl=true - $(meson_use wayland gles2) - #gles2_libname - -Degl=true - -Dglx=true - $(meson_use wayland) - $(meson_use wayland xwayland) - $(meson_use systemd) - $(meson_use wayland native_backend) - $(meson_use screencast remote_desktop) - $(meson_use gnome libgnome_desktop) - $(meson_use udev) - -Dudev_dir=$(get_udevdir) - $(meson_use input_devices_wacom libwacom) - -Dsound_player=true - -Dpango_ft2=true - -Dstartup_notification=true - -Dsm=true - $(meson_use introspection) - $(meson_use gtk-doc docs) - $(meson_use test cogl_tests) - $(meson_use wayland core_tests) # core tests require wayland; overall -Dtests option is honored on top, so no extra conditional needed - -Dnative_tests=false - $(meson_use test clutter_tests) - $(meson_use test tests) - -Dkvm_tests=false - -Dtty_tests=false - $(meson_use sysprof profiler) - -Dinstalled_tests=false - - #verbose # Let upstream choose default for verbose mode - #xwayland_path - # TODO: relies on default settings, but in Gentoo we might have some more packages we want to give Xgrab access (mostly virtual managers and remote desktops) - #xwayland_grab_default_access_rules - ) - - if use wayland && use video_cards_nvidia; then - emesonargs+=( - -Degl_device=true - -Dwayland_eglstream=true - ) - else - emesonargs+=( - -Degl_device=false - -Dwayland_eglstream=false - ) - fi - - meson_src_configure -} - -src_test() { - gnome2_environment_reset # Avoid dconf that looks at XDG_DATA_DIRS, which can sandbox fail if flatpak is installed - glib-compile-schemas "${BUILD_DIR}"/data - GSETTINGS_SCHEMA_DIR="${BUILD_DIR}"/data meson_src_test --setup=CI -} - -pkg_postinst() { - use udev && udev_reload - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - use udev && udev_reload - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/x11-wm/mutter/mutter-45.2.ebuild b/x11-wm/mutter/mutter-45.2.ebuild index 40a5b53d810c..137933c8f503 100644 --- a/x11-wm/mutter/mutter-45.2.ebuild +++ b/x11-wm/mutter/mutter-45.2.ebuild @@ -111,7 +111,6 @@ DEPEND+=" # )" RDEPEND="${DEPEND} - !<gui-libs/gtk-4.6.4:4 " DEPEND="${DEPEND} diff --git a/xfce-base/Manifest.gz b/xfce-base/Manifest.gz index 493458a712c7..9a3365ec1e0f 100644 Binary files a/xfce-base/Manifest.gz and b/xfce-base/Manifest.gz differ diff --git a/xfce-base/libxfce4windowing/libxfce4windowing-4.19.1.ebuild b/xfce-base/libxfce4windowing/libxfce4windowing-4.19.1.ebuild index f13b894432db..e321327d41de 100644 --- a/xfce-base/libxfce4windowing/libxfce4windowing-4.19.1.ebuild +++ b/xfce-base/libxfce4windowing/libxfce4windowing-4.19.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86" IUSE="+introspection wayland X" REQUIRED_USE="|| ( wayland X )" diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.19.2.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.19.2.ebuild index 05e52cc5dd21..643f9bd35227 100644 --- a/xfce-base/xfce4-panel/xfce4-panel-4.19.2.ebuild +++ b/xfce-base/xfce4-panel/xfce4-panel-4.19.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86" IUSE="+dbusmenu introspection vala wayland X" REQUIRED_USE=" || ( wayland X ) diff --git a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild index 9a65e0082db2..6f8bd0c18bdc 100644 --- a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild +++ b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86" IUSE="libnotify +thunar wayland X" REQUIRED_USE="|| ( wayland X )"