diff options
933 files changed, 12008 insertions, 4965 deletions
diff --git a/app-admin/openrc-settingsd/Manifest b/app-admin/openrc-settingsd/Manifest index 949a17ea68f6..ad9aa314b94e 100644 --- a/app-admin/openrc-settingsd/Manifest +++ b/app-admin/openrc-settingsd/Manifest @@ -1 +1,2 @@ DIST openrc-settingsd-v1.4.0.tar.bz2 41420 BLAKE2B 3890c65e22f1cc55aa8f067ae7d8a46de25618c7ab98acb8e01f38662da4d73f3d0d16583a0526ded3331c4fb4d80bf0b6852917ed875adfa0035d19e19219e6 SHA512 aa5bd4d2afb1b959c4c2d532b30d369ee0bd637010ea75adc8ca7444cdb13bf651ae4c6946141d326c8460f23ba4482c1a3f639a0b48190009a88298a17c22e3 +DIST openrc-settingsd-v1.5.0.tar.bz2 41991 BLAKE2B 176f634c6a2837e6b4c207268ebb94b5b99a48489334ba6e3689f79ae94b4808aebafc2c4b6df5ebe1ad80e907a896a007426d93127144284d346b6cd17f81ab SHA512 5a4fe45b669a60c822ae5eefa283c7e7baf77d364678ebba83c8f3039869c45f06fcf3ce518ab54edbf016e95a5abbe0eb3c2b7838766a21af161a19f9434c8a diff --git a/app-admin/openrc-settingsd/openrc-settingsd-1.4.0-r1.ebuild b/app-admin/openrc-settingsd/openrc-settingsd-1.4.0-r1.ebuild index 912c5dc53e35..66ec873ac174 100644 --- a/app-admin/openrc-settingsd/openrc-settingsd-1.4.0-r1.ebuild +++ b/app-admin/openrc-settingsd/openrc-settingsd-1.4.0-r1.ebuild @@ -6,8 +6,8 @@ EAPI=8 inherit meson DESCRIPTION="System settings D-Bus service for OpenRC" -HOMEPAGE="https://gitlab.com/postmarketOS/openrc-settingsd/" -SRC_URI="https://gitlab.com/postmarketOS/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" +HOMEPAGE="https://gitlab.postmarketos.org/postmarketOS/openrc-settingsd" +SRC_URI="https://gitlab.postmarketos.org/postmarketOS/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" LICENSE="GPL-2+" SLOT="0" diff --git a/app-admin/openrc-settingsd/openrc-settingsd-1.5.0.ebuild b/app-admin/openrc-settingsd/openrc-settingsd-1.5.0.ebuild new file mode 100644 index 000000000000..7b8bba841739 --- /dev/null +++ b/app-admin/openrc-settingsd/openrc-settingsd-1.5.0.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="System settings D-Bus service for OpenRC" +HOMEPAGE="https://gitlab.postmarketos.org/postmarketOS/openrc-settingsd" +SRC_URI="https://gitlab.postmarketos.org/postmarketOS/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" + +S="${WORKDIR}/${PN}-v${PV}" +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="systemd" + +COMMON_DEPEND=" + >=dev-libs/glib-2.30:2 + sys-auth/polkit + dev-libs/libdaemon:0= +" + +# MisplacedWeakBlocker: version 1.5.0: DEPEND: misplaced weak blocker: !sys-apps/systemd +RDEPEND="${COMMON_DEPEND} + sys-apps/dbus + sys-apps/openrc + elibc_glibc? ( !systemd? ( sys-auth/nss-myhostname !sys-apps/systemd ) ) +" + +DEPEND="${COMMON_DEPEND} + systemd? ( >=sys-apps/systemd-197 ) +" + +BDEPEND=" + dev-util/gdbus-codegen + virtual/pkgconfig +" + +src_configure() { + local emesonargs=( + -Dopenrc=enabled + -Denv-update=/usr/bin/env-update + -Dhostname-style=gentoo + -Dlocale-style=gentoo + ) + meson_src_configure +} + +src_install() { + meson_src_install + if use systemd; then + # Avoid file collision with systemd + rm -vr "${ED}"/usr/share/{dbus-1,polkit-1} || die "rm failed" + fi +} + +pkg_postinst() { + if use systemd; then + elog "You installed ${PN} with USE=systemd. In this mode," + elog "${PN} will not start via simple dbus activation, so you" + elog "will have to manually enable it as an rc service:" + elog " # /etc/init.d/openrc-settingsd start" + elog " # rc-update add openrc-settingsd default" + fi +} diff --git a/app-admin/pass/pass-1.7.4-r4.ebuild b/app-admin/pass/pass-1.7.4-r4.ebuild index 4a1d9a7090ab..b9d2592af8e5 100644 --- a/app-admin/pass/pass-1.7.4-r4.ebuild +++ b/app-admin/pass/pass-1.7.4-r4.ebuild @@ -31,7 +31,7 @@ RDEPEND=" X? ( x11-misc/xclip ) elibc_Darwin? ( app-misc/getopt ) dmenu? ( x11-misc/dmenu x11-misc/xdotool ) - emacs? ( >=app-editors/emacs-23.1:* >=app-emacs/s-1.9.0 >=app-emacs/with-editor-2.5.11 ) + emacs? ( >=app-editors/emacs-25.1:* >=app-emacs/s-1.9.0 >=app-emacs/with-editor-2.5.11 ) " src_prepare() { diff --git a/app-admin/pass/pass-9999.ebuild b/app-admin/pass/pass-9999.ebuild index 1bc4751c5429..6f52a5c2fdef 100644 --- a/app-admin/pass/pass-9999.ebuild +++ b/app-admin/pass/pass-9999.ebuild @@ -32,7 +32,7 @@ RDEPEND=" X? ( x11-misc/xclip ) elibc_Darwin? ( app-misc/getopt ) dmenu? ( x11-misc/dmenu x11-misc/xdotool ) - emacs? ( >=app-editors/emacs-23.1:* >=app-emacs/with-editor-2.5.11 ) + emacs? ( >=app-editors/emacs-26.1:* >=app-emacs/with-editor-2.5.11 ) " src_prepare() { diff --git a/app-admin/webapp-config/Manifest b/app-admin/webapp-config/Manifest index 958441a48502..51850fe0a3a6 100644 --- a/app-admin/webapp-config/Manifest +++ b/app-admin/webapp-config/Manifest @@ -1 +1,2 @@ DIST webapp-config-1.55.tar.bz2 72583 BLAKE2B be958dc991f0e1f6835d9c29350b7d97e3f23d52971f6013165ce59a8f4b32ac6262c9719956d1bcdbe60797f07d77910b44a749ae545c4dc15f765525144709 SHA512 44294b276fd036908438cd984ebf70433639caa18d8330bab348433b4f39ea2c42c57fa8de4f0a6198f7875429a3ef9ebe61321c288d910f9be8b3414865f438 +DIST webapp-config-1.56.tar.bz2 63169 BLAKE2B 0840a729b6b79af6cc339f864781273ef3783193f77a8e37fd43e5632f6d0453d6b437b6de297ff6984862df759db738576029dac272d3dc595da4a9f3d50148 SHA512 fff393cad9f33b235a72f9c30306cfd5b788b6bf6d41ba5c9e64f2773c662ae95132136417e245a159081c3d4e52c033ff5e787d2778871250abc1d62ff3168d diff --git a/app-admin/webapp-config/webapp-config-1.56.ebuild b/app-admin/webapp-config/webapp-config-1.56.ebuild new file mode 100644 index 000000000000..e6135ccf92ad --- /dev/null +++ b/app-admin/webapp-config/webapp-config-1.56.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..14} ) + +inherit distutils-r1 prefix + +if [[ ${PV} = 9999* ]] +then + EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${PN}.git" + inherit git-r3 +else + SRC_URI="https://gitweb.gentoo.org/proj/webapp-config.git/snapshot/${P}.tar.bz2" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +fi + +DESCRIPTION="Gentoo's installer for web-based applications" +HOMEPAGE="https://wiki.gentoo.org/wiki/Webapp-config" + +LICENSE="GPL-2" +SLOT="0" +IUSE="+portage" + +DEPEND="app-text/xmlto + sys-apps/gentoo-functions" +RDEPEND=" + portage? ( sys-apps/portage[${PYTHON_USEDEP}] )" + +python_prepare_all() { + distutils-r1_python_prepare_all + eprefixify WebappConfig/eprefix.py config/webapp-config +} + +python_compile_all() { + emake -C doc/ +} + +python_test() { + PYTHONPATH="." "${EPYTHON}" WebappConfig/tests/external.py -v || + die "Testing failed with ${EPYTHON}" +} + +python_install_all() { + distutils-r1_python_install_all + + # distutils-r1 installs the scripts in /usr/bin in PEP517 mode + mv "${ED}"/usr/bin "${ED}"/usr/sbin || die "Cannot rename scripts directory to /usr/sbin" + + insinto /etc/vhosts + doins config/webapp-config + + keepdir /usr/share/webapps + keepdir /var/db/webapps + + dodoc AUTHORS + doman doc/*.[58] +} + +pkg_postinst() { + elog "Now that you have upgraded webapp-config, you **must** update your" + elog "config files in /etc/vhosts/webapp-config before you emerge any" + elog "packages that use webapp-config." +} diff --git a/app-admin/webapp-config/webapp-config-9999.ebuild b/app-admin/webapp-config/webapp-config-9999.ebuild index 1f9e4078ae62..e6135ccf92ad 100644 --- a/app-admin/webapp-config/webapp-config-9999.ebuild +++ b/app-admin/webapp-config/webapp-config-9999.ebuild @@ -13,7 +13,7 @@ then EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${PN}.git" inherit git-r3 else - SRC_URI="https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}.tar.bz2" + SRC_URI="https://gitweb.gentoo.org/proj/webapp-config.git/snapshot/${P}.tar.bz2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi diff --git a/app-containers/incus/Manifest b/app-containers/incus/Manifest index 00cfe10c5a73..8bcb87c7a916 100644 --- a/app-containers/incus/Manifest +++ b/app-containers/incus/Manifest @@ -1,16 +1,4 @@ -DIST incus-6.0.3.tar.xz 11916020 BLAKE2B d3d998bd50124604c52ff007eefed586c216ce1a0a77d45724fd489db1d93f2fa304f5d6e1c368ff2dd4d1170b24605fd24bbf2a6e4506207686ca392936c200 SHA512 6a879e6634cf545b4c427800d923a32e5fe58a6eaf220ad8d0cb08e0ced5e6c4be09274ae095bb9dae25a55445462ea83d3d9235f67bbb9896944f596bf17e1a -DIST incus-6.0.3.tar.xz.asc 833 BLAKE2B 38835ab036709161150992cb40df4ff1ae1887d4f3e0b037d0415f75d2bb711cb3c5945bffe1b91d289acfb7e19e726964278e5c2ab31731ba9f7534f139dec7 SHA512 7d5360ab91aafe1d047a60e38a07e24c3c7b158e753087a943ec5e59d6a27c19a872080c9007b6cf592040d3408845bc188d76f6e732408d0680a3782cebce47 -DIST incus-6.0.4.tar.xz 12000208 BLAKE2B 99a4ba40d2eea48515b88f4534c282adc925fe1b5487dc98901f000894b3781aec89f617d2246314cf9a95a7d65531e486c4092f8939722e1b3c2bf7d33063c8 SHA512 14a5cdad3f9365d58e526c8f451d9e7a57729010073caff31256e0b94d28206adc82ead4820278e7eac17b74d22a76d9f3b9f5f8424ddbfa6b74a5cea13e019f -DIST incus-6.0.4.tar.xz.asc 833 BLAKE2B 96c94cde55cd2e9f7f28db7adb098adf4895437d300dfd42aeac540cdab6677fb604831c28f40f8581e60b89b228557d81696cd64950a1c2147b445a5ec58b30 SHA512 1ef2063eab424467c805f8c86b5b0caca848f46d2ef7ebf602049fe32ee15a7e1006d5a2710b355604aef73802b4333cd0428c772e1c5fc4da588c2cd7ee1694 DIST incus-6.0.5.tar.xz 12532820 BLAKE2B a256c37c309d82f6326ede3d90e20522ff91317b1bce0a4dc1c391c2694599c7f3f6ab06368757a12e85133f82bd85ea4d50906dc250f43563a6ff765850b874 SHA512 b209dde671b13e101ccdf0daf975ae8547d050ec95e67ad1ee17aa99761e8ed3327e7edace0c4394aa79932d11b846e0f1edf5f95b2ad0b56eafca9905e844c8 DIST incus-6.0.5.tar.xz.asc 833 BLAKE2B 1e8818fdb2edf9ff0d0288d2a7d61585571a0fdfe514e1bdf05b27b607560115168c07d420f8384d07d216fdc8dc1f31113fa5afa4838042743636974bf76151 SHA512 d0412fe8850ff5783d4c3cee982ff8beac74f19c5dc538438fc210b9f7421bcb6e663e4c32f9a2604f1a5e2f42d8bb8d3f8e599f15a0fa1b5fa6f1bc1982b1dd -DIST incus-6.14.tar.xz 12509468 BLAKE2B ec3bb614088d82e07c13169a6b26d8c83214fddbdf30049d58f2cca2678a16ccb6acca7bba68d4e15a514dad71639a144a7b2f4b9f3efdf9c8ca8d750692e250 SHA512 186abb32dcfbe851f04131ea7a9256fafaa465d40379e825554275697e04f005920c09939a8cb199b499b60df667921900c4a2d5b9a7ab9bd20b3e473468dbf1 -DIST incus-6.14.tar.xz.asc 833 BLAKE2B c9cfa631bb316234a6958f2aa3e708e32ea2fca34357700e7d1e38723be539f5b6b1484597c18baca1f22d922c7aca148463dfc0b818f7809126e6873e4826b5 SHA512 6a2f4ceeab44462cca74799a1c135eeb17cbece3d270c5195c3eacda8ea24419fc34cab6d157dbfed803bb269df42a02abc417b98887cec5f10b0ec70b430644 -DIST incus-6.15.tar.xz 12716184 BLAKE2B bc821575f7f24b42054028ce628a29f38ef41b8a31a94f34381019306681f9279ae6c36cb00b7f84d62f5ddc89d27216d753e5c0f5ec1d327bbd283ab5fe1e15 SHA512 7561abce8eb9c01764aca9bb5477028439c05f6c1c20637f288028be93f4bc0d74a36af76f7ad0e35028dfe40e2a0bb2d7b4a363d1da35fe657072f5d847c78e -DIST incus-6.15.tar.xz.asc 833 BLAKE2B ccab84a2fd3f9d6971ff0fd7cba9afc23dbe0fc0bcb8738656f9071db7c773840566009d5014dc15d37be26bff018e3faf8af59dd5d50b629aebd2e79cf3dc5e SHA512 b1bf43ffff719a3f1c6be7a8d32e44f418efb8e926914dea5479ba1175768910fa38b4e5b83c51e90ec34d2d345629597beb286215b9658a611cf568b8e43122 -DIST incus-6.17.tar.xz 12809024 BLAKE2B 5d6cb615b547430641faa716df5ce7c4d03aad436a4161c9d9dab99bd4fff7b8f93c8250d5b65237047c2baeeeac6f42a21b9a6970a41e79e7e6af9ceca2cf62 SHA512 ae744784ed676dcdcad3a284a0e16a816786cb87d78fae7f317baa4c75b193edb56ab2ec38b916c84930df5385e7b239c1cb9dc869672502be1e4d660a8d6113 -DIST incus-6.17.tar.xz.asc 833 BLAKE2B a0fc3eaa51df6b77988cc331cf03fad982d0a735a2e751564d05bd6f929b422b8682b56ec9101b17000978ec7f919189b3721779ca299f7df0c46fa56275aaf6 SHA512 23cc6ed65bf99899bd3ed4dd7f79a1eada375e32ad0f9b91be1e3fcc0d2af5abeffe05b7c02f0b63a7eca7dfaeee030dbc27fce67e8952f42f18638ebfc9a2e2 -DIST incus-6.18.tar.xz 13269284 BLAKE2B 5894d445d869ab280332f9874fc5e885495925c6408d003c972ef05b3d1bb89f8b9c5d95e5c0bb7cd20377e8e9d80673049e88d5d3d3d0b2d83ae0c2aaf6a79c SHA512 619fb28dbcfbd7fca93a5941b77c6106f8489f277167e44f131a2816ba3cab6519a7103cf92714fcd9c78ff06105bc1999982c6b6dcb4e8478646aac9c83fbec -DIST incus-6.18.tar.xz.asc 833 BLAKE2B 539759887221842b0b1be365e6eaa112317e77443627471725bc976d00efeb0e50ee6700a8d6dd15e50978fa72cfeab8186af0e7f6c66d9d4a1ac7cb9c2212f3 SHA512 b3803b3e16cdc1e916ac50d679b2e313ae4652ca5203b7b8090f4acc0b86f1070d107adf8f6f89e05e0502cd28f2d134588b9301ecffdae88ae75e84d431c0f3 DIST incus-6.19.1.tar.xz 13272476 BLAKE2B fac75836ed7d853b3deb28ee2f38a80ae392f8af444f37b29adf0868fdf3dea6a51e1ffef2bbb606cdc5f39d74b76ccced3f7e7f9d2c611d40e543f295fe2b01 SHA512 ad674c2da425deb5c59847b688e3aa053b1a401920caa25a775795b3cb36d1e30b74f790c719187d1b37dd5c12e4b1cb56f17b6fac946fd3ec83ea5b1000e157 DIST incus-6.19.1.tar.xz.asc 833 BLAKE2B 57cb2b8824e083143551ed756bb1a4af0294681f7f67cef405963852f676b6d933c2d066a60ad0366f134a496c1c166dc6a7c5dfb45483d78388716983bdeada SHA512 b645418f02337e7b2adadb278fc39d9cc53981b11654dee16f2945d0ba2c8304dbfcd255d95ba73ea124d28b56ec886e1a4c514606a06ab53e61692913384ee3 diff --git a/app-containers/incus/files/incus-CVE-2026-23953.patch b/app-containers/incus/files/incus-CVE-2026-23953.patch new file mode 100644 index 000000000000..59277fd797c7 --- /dev/null +++ b/app-containers/incus/files/incus-CVE-2026-23953.patch @@ -0,0 +1,42 @@ +From d6f0a77dd26df4c1ced80ffa63848279fd4330cc Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber@stgraber.org> +Date: Tue, 20 Jan 2026 23:27:25 -0500 +Subject: [PATCH] internal/instance: Prevent line breaks in environment + variables +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +LXC doesn't currently have a syntax to hold a multi-line environment +variable in its configuration. The use of multi-line environment +variables leads to a corrupted configuration file and to a security +issue where additional lines may be added by an unprivileged user to +escalate their privileges. + +This fixes CVE-2026-23953. + +Reported-by: Rory McNamara <rory.mcnamara@snyk.io> +Signed-off-by: Stéphane Graber <stgraber@stgraber.org> +--- + internal/instance/config.go | 8 +++++++- + 1 file changed, 7 insertions(+), 1 deletion(-) + +diff --git a/internal/instance/config.go b/internal/instance/config.go +index a282f99e478..2c6c779205b 100644 +--- a/internal/instance/config.go ++++ b/internal/instance/config.go +@@ -1376,7 +1376,13 @@ func ConfigKeyChecker(key string, instanceType api.InstanceType) (func(value str + // liveupdate: yes + // shortdesc: Free-form environment key/value + if strings.HasPrefix(key, "environment.") { +- return validate.IsAny, nil ++ return func(val string) error { ++ if strings.Contains(val, "\n") { ++ return errors.New("Environment variables cannot contain line breaks") ++ } ++ ++ return nil ++ }, nil + } + + // gendoc:generate(entity=instance, group=miscellaneous, key=user.*) diff --git a/app-containers/incus/files/incus-CVE-2026-23954.patch b/app-containers/incus/files/incus-CVE-2026-23954.patch new file mode 100644 index 000000000000..930a8d8be45e --- /dev/null +++ b/app-containers/incus/files/incus-CVE-2026-23954.patch @@ -0,0 +1,113 @@ +From 92ac6ac999a4928cfdb92c485a048e4d51f471d0 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber@stgraber.org> +Date: Wed, 21 Jan 2026 00:04:37 -0500 +Subject: [PATCH] incusd/instance/lxc: Restrict path of template files and + targets +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +This fixes three security issues related to file templates: + + - The template target path could be made to be relative or gothrough + symlinks in a way that could lead to arbitrary write to the host + filesystem. + + - The template directory could be relative, allowing for arbitrary read + from the host filesystem. + + - The template file itself could be made relative, allowing for + arbitrary reads from the host filesystem. + +In the case of the template target path, the new logic makes use of the +kernel's openat2 system call which brings a variety of flags that can be +used to restrict path resolution and detect potential issues. + +For the template path itself, we now validate that it is a simple local +file and that the template directory isn't a symlink. + +This fixes CVE-2026-23954 + +Reported-by: Rory McNamara <rory.mcnamara@snyk.io> +Signed-off-by: Stéphane Graber <stgraber@stgraber.org> +--- + .../server/instance/drivers/driver_lxc.go | 58 ++++++++++++++++++- + 1 file changed, 57 insertions(+), 1 deletion(-) + +diff --git a/internal/server/instance/drivers/driver_lxc.go b/internal/server/instance/drivers/driver_lxc.go +index b6d8cb9a0a7..a1e4f6bbe0d 100644 +--- a/internal/server/instance/drivers/driver_lxc.go ++++ b/internal/server/instance/drivers/driver_lxc.go +@@ -6841,6 +6841,32 @@ func (d *lxc) templateApplyNow(trigger instance.TemplateTrigger) error { + containerMeta["privileged"] = "false" + } + ++ // Setup security check. ++ rootfsPath, err := os.OpenFile(d.RootfsPath(), unix.O_PATH, 0) ++ if err != nil { ++ return fmt.Errorf("Failed to open instance rootfs path: %w", err) ++ } ++ ++ defer func() { _ = rootfsPath.Close() }() ++ ++ checkBeneath := func(targetPath string) error { ++ fd, err := unix.Openat2(int(rootfsPath.Fd()), targetPath, &unix.OpenHow{ ++ Flags: unix.O_PATH | unix.O_CLOEXEC, ++ Resolve: unix.RESOLVE_BENEATH | unix.RESOLVE_NO_MAGICLINKS, ++ }) ++ if err != nil { ++ if errors.Is(err, unix.EXDEV) { ++ return errors.New("Template is attempting access to path outside of container") ++ } ++ ++ return nil ++ } ++ ++ _ = unix.Close(fd) ++ ++ return nil ++ } ++ + // Go through the templates + for tplPath, tpl := range metadata.Templates { + err = func(tplPath string, tpl *api.ImageMetadataTemplate) error { +@@ -6853,8 +6879,38 @@ func (d *lxc) templateApplyNow(trigger instance.TemplateTrigger) error { + return nil + } + ++ // Perform some security checks. ++ relPath := strings.TrimLeft(tplPath, "/") ++ ++ err = checkBeneath(relPath) ++ if err != nil { ++ return err ++ } ++ ++ if filepath.Base(tpl.Template) != tpl.Template { ++ return errors.New("Template path is attempting to read outside of template directory") ++ } ++ ++ tplDirStat, err := os.Lstat(d.TemplatesPath()) ++ if err != nil { ++ return fmt.Errorf("Couldn't access template directory: %w", err) ++ } ++ ++ if !tplDirStat.IsDir() { ++ return errors.New("Template directory isn't a regular directory") ++ } ++ ++ tplFileStat, err := os.Lstat(filepath.Join(d.TemplatesPath(), tpl.Template)) ++ if err != nil { ++ return fmt.Errorf("Couldn't access template file: %w", err) ++ } ++ ++ if tplFileStat.Mode()&os.ModeSymlink == os.ModeSymlink { ++ return errors.New("Template file is a symlink") ++ } ++ + // Open the file to template, create if needed +- fullpath := filepath.Join(d.RootfsPath(), strings.TrimLeft(tplPath, "/")) ++ fullpath := filepath.Join(d.RootfsPath(), relPath) + if util.PathExists(fullpath) { + if tpl.CreateOnly { + return nil diff --git a/app-containers/incus/incus-6.0.3-r1.ebuild b/app-containers/incus/incus-6.0.3-r1.ebuild deleted file mode 100644 index e7e99e8bc46d..000000000000 --- a/app-containers/incus/incus-6.0.3-r1.ebuild +++ /dev/null @@ -1,228 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-module linux-info optfeature systemd toolchain-funcs verify-sig - -DESCRIPTION="Modern, secure and powerful system container and virtual machine manager" -HOMEPAGE="https://linuxcontainers.org/incus/introduction/ https://github.com/lxc/incus" -SRC_URI="https://linuxcontainers.org/downloads/incus/${P}.tar.xz - verify-sig? ( https://linuxcontainers.org/downloads/incus/${P}.tar.xz.asc )" - -LICENSE="Apache-2.0 BSD LGPL-3 MIT" -SLOT="0/lts" -KEYWORDS="amd64 ~arm64" -IUSE="apparmor fuidshift nls qemu" - -DEPEND="acct-group/incus - acct-group/incus-admin - app-arch/xz-utils - >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] - dev-db/sqlite:3 - >=dev-libs/cowsql-1.15.6 - dev-libs/lzo - >=dev-libs/raft-0.22.1:=[lz4] - >=dev-util/xdelta-3.0[lzma(+)] - net-dns/dnsmasq[dhcp] - sys-libs/libcap - virtual/udev" -RDEPEND="${DEPEND} - || ( - net-firewall/iptables - net-firewall/nftables - ) - fuidshift? ( !app-containers/lxd ) - sys-apps/iproute2 - sys-fs/fuse:* - >=sys-fs/lxcfs-5.0.0 - sys-fs/squashfs-tools[lzma] - virtual/acl - qemu? ( - app-cdr/cdrtools - app-emulation/qemu[spice,usbredir,virtfs] - sys-apps/gptfdisk - )" -BDEPEND=">=dev-lang/go-1.21 - nls? ( sys-devel/gettext ) - verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )" - -CONFIG_CHECK=" - ~AIO - ~CGROUPS - ~IPC_NS - ~NET_NS - ~PID_NS - - ~SECCOMP - ~USER_NS - ~UTS_NS - - ~KVM - ~MACVTAP - ~VHOST_VSOCK -" - -ERROR_AIO="CONFIG_AIO is required." -ERROR_IPC_NS="CONFIG_IPC_NS is required." -ERROR_NET_NS="CONFIG_NET_NS is required." -ERROR_PID_NS="CONFIG_PID_NS is required." -ERROR_SECCOMP="CONFIG_SECCOMP is required." -ERROR_UTS_NS="CONFIG_UTS_NS is required." - -WARNING_KVM="CONFIG_KVM and CONFIG_KVM_AMD/-INTEL is required for virtual machines." -WARNING_MACVTAP="CONFIG_MACVTAP is required for virtual machines." -WARNING_VHOST_VSOCK="CONFIG_VHOST_VSOCK is required for virtual machines." - -# Go magic. -QA_PREBUILT="/usr/bin/incus - /usr/bin/incus-agent - /usr/bin/incus-benchmark - /usr/bin/incus-migrate - /usr/bin/lxc-to-incus - /usr/sbin/fuidshift - /usr/sbin/incusd - /usr/sbin/lxd-to-incus" - -VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/linuxcontainers.asc - -# The testsuite must be run as root. -# make: *** [Makefile:156: check] Error 1 -RESTRICT="test" - -GOPATH="${S}/_dist" - -src_unpack() { - verify-sig_src_unpack - go-module_src_unpack -} - -src_prepare() { - export GOPATH="${S}/_dist" - - default - - sed -i \ - -e "s:\./configure:./configure --prefix=/usr --libdir=${EPREFIX}/usr/lib/incus:g" \ - -e "s:make:make ${MAKEOPTS}:g" \ - Makefile || die - - sed -i \ - -e "s:/usr/share/OVMF:/usr/share/edk2/OvmfX64:g" \ - -e "s:OVMF_VARS.ms.fd:OVMF_VARS.fd:g" \ - internal/server/instance/drivers/edk2/driver_edk2.go || die "Failed to fix hardcoded ovmf paths." - - # Fix hardcoded virtfs-proxy-helper file path, see bug 798924 - sed -i \ - -e "s:/usr/lib/qemu/virtfs-proxy-helper:/usr/libexec/virtfs-proxy-helper:g" \ - internal/server/device/device_utils_disk.go || die "Failed to fix virtfs-proxy-helper path." - - cp "${FILESDIR}"/incus-0.4.service "${T}"/incus.service || die - if use apparmor; then - sed -i \ - '/^EnvironmentFile=.*/a ExecStartPre=\/usr\/libexec\/lxc\/lxc-apparmor-load' \ - "${T}"/incus.service || die - fi - - # Disable -Werror's from go modules. - find "${S}" -name "cgo.go" -exec sed -i "s/ -Werror / /g" {} + || die -} - -src_configure() { :; } - -src_compile() { - export GOPATH="${S}/_dist" - export CGO_LDFLAGS_ALLOW="-Wl,-z,now" - - for k in incus-benchmark incus-simplestreams incus-user incus lxc-to-incus lxd-to-incus ; do - ego install -v -x "${S}/cmd/${k}" - done - - if use fuidshift ; then - ego install -v -x "${S}/cmd/fuidshift" - fi - - ego install -v -x -tags libsqlite3 "${S}"/cmd/incusd - - # Needs to be built statically - CGO_ENABLED=0 go install -v -tags netgo "${S}"/cmd/incus-migrate - CGO_ENABLED=0 go install -v -tags agent,netgo "${S}"/cmd/incus-agent - - use nls && emake build-mo -} - -src_test() { - emake check -} - -src_install() { - export GOPATH="${S}/_dist" - - if tc-is-cross-compiler ; then - local bindir="_dist/bin/linux_${GOARCH}" - else - local bindir="_dist/bin" - fi - - newsbin "${FILESDIR}"/incus-startup-0.4.sh incus-startup - - # Admin tools - for l in incusd incus-user lxd-to-incus ; do - dosbin ${bindir}/${l} - done - - # User tools - for m in incus-agent incus-benchmark incus-migrate incus-simplestreams incus lxc-to-incus ; do - dobin ${bindir}/${m} - done - - # fuidshift, should be moved under admin tools at some point - if use fuidshift ; then - dosbin ${bindir}/fuidshift - fi - - newconfd "${FILESDIR}"/incus-6.0.confd incus - newinitd "${FILESDIR}"/incus-6.0.initd incus - newinitd "${FILESDIR}"/incus-user-0.4.initd incus-user - - systemd_dounit "${T}"/incus.service - systemd_newunit "${FILESDIR}"/incus-0.4.socket incus.socket - systemd_newunit "${FILESDIR}"/incus-startup-0.4.service incus-startup.service - systemd_newunit "${FILESDIR}"/incus-user-0.4.service incus-user.service - systemd_newunit "${FILESDIR}"/incus-user-0.4.socket incus-user.socket - - if ! tc-is-cross-compiler; then - # Generate and install shell completion files. - mkdir -p "${D}"/usr/share/{bash-completion/completions/,fish/vendor_completions.d/,zsh/site-functions/} || die - "${bindir}"/incus completion bash > "${D}"/usr/share/bash-completion/completions/incus || die - "${bindir}"/incus completion fish > "${D}"/usr/share/fish/vendor_completions.d/incus.fish || die - "${bindir}"/incus completion zsh > "${D}"/usr/share/zsh/site-functions/_incus || die - else - ewarn "Shell completion files not installed! Install them manually with incus completion --help" - fi - - dodoc AUTHORS - dodoc -r doc/* - use nls && domo po/*.mo - - # Incus needs INCUS_EDK2_PATH in env to find OVMF files for virtual machines, #946184 - newenvd - 90incus <<- _EOF_ - INCUS_EDK2_PATH=${EPREFIX}/usr/share/edk2-ovmf - _EOF_ -} - -pkg_postinst() { - elog - elog "Please see" - elog " https://wiki.gentoo.org/wiki/Incus" - elog " https://wiki.gentoo.org/wiki/Incus#Migrating_from_LXD" - elog - optfeature "btrfs storage backend" sys-fs/btrfs-progs - optfeature "ipv6 support" net-dns/dnsmasq[ipv6] - optfeature "full incus-migrate support" net-misc/rsync - optfeature "lvm2 storage backend" sys-fs/lvm2 - optfeature "zfs storage backend" sys-fs/zfs - elog - elog "Be sure to add your local user to the incus group." - elog -} diff --git a/app-containers/incus/incus-6.0.4-r1.ebuild b/app-containers/incus/incus-6.0.4-r1.ebuild deleted file mode 100644 index 44fa897837da..000000000000 --- a/app-containers/incus/incus-6.0.4-r1.ebuild +++ /dev/null @@ -1,225 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-env go-module linux-info optfeature systemd toolchain-funcs verify-sig - -DESCRIPTION="Modern, secure and powerful system container and virtual machine manager" -HOMEPAGE="https://linuxcontainers.org/incus/introduction/ https://github.com/lxc/incus" -SRC_URI="https://linuxcontainers.org/downloads/incus/${P}.tar.xz - verify-sig? ( https://linuxcontainers.org/downloads/incus/${P}.tar.xz.asc )" - -LICENSE="Apache-2.0 BSD LGPL-3 MIT" -SLOT="0/lts" -KEYWORDS="amd64 ~arm64" -IUSE="apparmor fuidshift nls qemu" - -DEPEND="acct-group/incus - acct-group/incus-admin - app-arch/xz-utils - >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] - dev-db/sqlite:3 - >=dev-libs/cowsql-1.15.6 - dev-libs/lzo - >=dev-libs/raft-0.22.1:=[lz4] - >=dev-util/xdelta-3.0[lzma(+)] - net-dns/dnsmasq[dhcp] - sys-libs/libcap - virtual/udev" -RDEPEND="${DEPEND} - || ( - net-firewall/iptables - net-firewall/nftables - ) - fuidshift? ( !app-containers/lxd ) - sys-apps/iproute2 - sys-fs/fuse:* - >=sys-fs/lxcfs-5.0.0 - sys-fs/squashfs-tools[lzma] - virtual/acl - qemu? ( - app-cdr/cdrtools - app-emulation/qemu[spice,usbredir,virtfs] - sys-apps/gptfdisk - )" -BDEPEND=">=dev-lang/go-1.21 - nls? ( sys-devel/gettext ) - verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )" - -CONFIG_CHECK=" - ~AIO - ~CGROUPS - ~IPC_NS - ~NET_NS - ~PID_NS - - ~SECCOMP - ~USER_NS - ~UTS_NS - - ~KVM - ~MACVTAP - ~VHOST_VSOCK -" - -ERROR_AIO="CONFIG_AIO is required." -ERROR_IPC_NS="CONFIG_IPC_NS is required." -ERROR_NET_NS="CONFIG_NET_NS is required." -ERROR_PID_NS="CONFIG_PID_NS is required." -ERROR_SECCOMP="CONFIG_SECCOMP is required." -ERROR_UTS_NS="CONFIG_UTS_NS is required." - -WARNING_KVM="CONFIG_KVM and CONFIG_KVM_AMD/-INTEL is required for virtual machines." -WARNING_MACVTAP="CONFIG_MACVTAP is required for virtual machines." -WARNING_VHOST_VSOCK="CONFIG_VHOST_VSOCK is required for virtual machines." - -# Go magic. -QA_PREBUILT="/usr/bin/incus - /usr/bin/incus-agent - /usr/bin/incus-benchmark - /usr/bin/incus-migrate - /usr/bin/lxc-to-incus - /usr/sbin/fuidshift - /usr/sbin/incusd - /usr/sbin/lxd-to-incus" - -VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/linuxcontainers.asc - -# The testsuite must be run as root. -# make: *** [Makefile:156: check] Error 1 -RESTRICT="test" - -GOPATH="${S}/_dist" - -src_unpack() { - verify-sig_src_unpack - go-module_src_unpack -} - -src_prepare() { - export GOPATH="${S}/_dist" - - default - - sed -i \ - -e "s:\./configure:./configure --prefix=/usr --libdir=${EPREFIX}/usr/lib/incus:g" \ - -e "s:make:make ${MAKEOPTS}:g" \ - Makefile || die - - sed -i \ - -e "s:/usr/share/OVMF:/usr/share/edk2/OvmfX64:g" \ - -e "s:OVMF_VARS.ms.fd:OVMF_VARS.fd:g" \ - internal/server/instance/drivers/edk2/driver_edk2.go || die "Failed to fix hardcoded ovmf paths." - - cp "${FILESDIR}"/incus-0.4.service "${T}"/incus.service || die - if use apparmor; then - sed -i \ - '/^EnvironmentFile=.*/a ExecStartPre=\/usr\/libexec\/lxc\/lxc-apparmor-load' \ - "${T}"/incus.service || die - fi - - # Disable -Werror's from go modules. - find "${S}" -name "cgo.go" -exec sed -i "s/ -Werror / /g" {} + || die -} - -src_configure() { :; } - -src_compile() { - export GOPATH="${S}/_dist" - export CGO_LDFLAGS_ALLOW="-Wl,-z,now" - - for k in incus-benchmark incus-simplestreams incus-user incus lxc-to-incus lxd-to-incus ; do - ego install -v -x "${S}/cmd/${k}" - done - - if use fuidshift ; then - ego install -v -x "${S}/cmd/fuidshift" - fi - - ego install -v -x -tags libsqlite3 "${S}"/cmd/incusd - - # Needs to be built statically - CGO_ENABLED=0 go install -v -tags netgo "${S}"/cmd/incus-migrate - CGO_ENABLED=0 go install -v -tags agent,netgo "${S}"/cmd/incus-agent - - use nls && emake build-mo -} - -src_test() { - emake check -} - -src_install() { - export GOPATH="${S}/_dist" - - export GOHOSTARCH=$(go-env_goarch "${CBUILD}") - if [[ "${GOARCH}" != "${GOHOSTARCH}" ]]; then - local bindir="_dist/bin/linux_${GOARCH}" - else - local bindir="_dist/bin" - fi - - newsbin "${FILESDIR}"/incus-startup-0.4.sh incus-startup - - # Admin tools - for l in incusd incus-user lxd-to-incus ; do - dosbin ${bindir}/${l} - done - - # User tools - for m in incus-agent incus-benchmark incus-migrate incus-simplestreams incus lxc-to-incus ; do - dobin ${bindir}/${m} - done - - # fuidshift, should be moved under admin tools at some point - if use fuidshift ; then - dosbin ${bindir}/fuidshift - fi - - newconfd "${FILESDIR}"/incus-6.0.confd incus - newinitd "${FILESDIR}"/incus-6.0.initd incus - newinitd "${FILESDIR}"/incus-user-0.4.initd incus-user - - systemd_dounit "${T}"/incus.service - systemd_newunit "${FILESDIR}"/incus-0.4.socket incus.socket - systemd_newunit "${FILESDIR}"/incus-startup-0.4.service incus-startup.service - systemd_newunit "${FILESDIR}"/incus-user-0.4.service incus-user.service - systemd_newunit "${FILESDIR}"/incus-user-0.4.socket incus-user.socket - - if ! tc-is-cross-compiler; then - # Generate and install shell completion files. - mkdir -p "${D}"/usr/share/{bash-completion/completions/,fish/vendor_completions.d/,zsh/site-functions/} || die - "${bindir}"/incus completion bash > "${D}"/usr/share/bash-completion/completions/incus || die - "${bindir}"/incus completion fish > "${D}"/usr/share/fish/vendor_completions.d/incus.fish || die - "${bindir}"/incus completion zsh > "${D}"/usr/share/zsh/site-functions/_incus || die - else - ewarn "Shell completion files not installed! Install them manually with incus completion --help" - fi - - dodoc AUTHORS - dodoc -r doc/* - use nls && domo po/*.mo - - # Incus needs INCUS_EDK2_PATH in env to find OVMF files for virtual machines, #946184 - newenvd - 90incus <<- _EOF_ - INCUS_EDK2_PATH=${EPREFIX}/usr/share/edk2-ovmf - _EOF_ -} - -pkg_postinst() { - elog - elog "Please see" - elog " https://wiki.gentoo.org/wiki/Incus" - elog " https://wiki.gentoo.org/wiki/Incus#Migrating_from_LXD" - elog - optfeature "btrfs storage backend" sys-fs/btrfs-progs - optfeature "support for ACME certificate issuance" app-crypt/lego - optfeature "ipv6 support" net-dns/dnsmasq[ipv6] - optfeature "full incus-migrate support" net-misc/rsync - optfeature "lvm2 storage backend" sys-fs/lvm2 - optfeature "zfs storage backend" sys-fs/zfs - elog - elog "Be sure to add your local user to the incus group." - elog -} diff --git a/app-containers/incus/incus-6.15.ebuild b/app-containers/incus/incus-6.0.5-r1.ebuild index 29786771bf1e..fbc19e8aa7ba 100644 --- a/app-containers/incus/incus-6.15.ebuild +++ b/app-containers/incus/incus-6.0.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://linuxcontainers.org/downloads/incus/${P}.tar.xz verify-sig? ( https://linuxcontainers.org/downloads/incus/${P}.tar.xz.asc )" LICENSE="Apache-2.0 BSD LGPL-3 MIT" -SLOT="0/stable" +SLOT="0/lts" KEYWORDS="~amd64 ~arm64" IUSE="apparmor fuidshift nls qemu" @@ -20,7 +20,7 @@ DEPEND="acct-group/incus app-arch/xz-utils >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] dev-db/sqlite:3 - >=dev-libs/cowsql-1.15.7 + >=dev-libs/cowsql-1.15.9 dev-libs/lzo >=dev-libs/raft-0.22.1:=[lz4] >=dev-util/xdelta-3.0[lzma(+)] @@ -94,6 +94,9 @@ RESTRICT="test" GOPATH="${S}/_dist" +PATCHES=( "${FILESDIR}"/incus-CVE-2026-23953.patch + "${FILESDIR}"/incus-CVE-2026-23954.patch ) + src_unpack() { verify-sig_src_unpack go-module_src_unpack @@ -141,7 +144,6 @@ src_compile() { ego install -v -x -tags libsqlite3 "${S}"/cmd/incusd - # Needs to be built statically CGO_ENABLED=0 go install -v -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-migrate # Build the VM agents, statically too @@ -242,9 +244,9 @@ pkg_postinst() { elog optfeature "OCI container images support" app-containers/skopeo app-containers/umoci optfeature "support for ACME certificate issuance" app-crypt/lego - optfeature "btrfs storage backend" sys-fs/btrfs-progs optfeature "ipv6 support" net-dns/dnsmasq[ipv6] optfeature "full incus-migrate support" net-misc/rsync + optfeature "btrfs storage backend" sys-fs/btrfs-progs optfeature "lvm2 storage backend" sys-fs/lvm2 optfeature "zfs storage backend" sys-fs/zfs elog diff --git a/app-containers/incus/incus-6.14-r1.ebuild b/app-containers/incus/incus-6.14-r1.ebuild deleted file mode 100644 index 2058289f5d62..000000000000 --- a/app-containers/incus/incus-6.14-r1.ebuild +++ /dev/null @@ -1,255 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-env go-module linux-info optfeature systemd toolchain-funcs verify-sig - -DESCRIPTION="Modern, secure and powerful system container and virtual machine manager" -HOMEPAGE="https://linuxcontainers.org/incus/introduction/ https://github.com/lxc/incus" -SRC_URI="https://linuxcontainers.org/downloads/incus/${P}.tar.xz - verify-sig? ( https://linuxcontainers.org/downloads/incus/${P}.tar.xz.asc )" - -LICENSE="Apache-2.0 BSD LGPL-3 MIT" -SLOT="0/stable" -KEYWORDS="~amd64 ~arm64" -IUSE="apparmor fuidshift nls qemu" - -DEPEND="acct-group/incus - acct-group/incus-admin - app-arch/xz-utils - >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] - dev-db/sqlite:3 - >=dev-libs/cowsql-1.15.7 - dev-libs/lzo - >=dev-libs/raft-0.22.1:=[lz4] - >=dev-util/xdelta-3.0[lzma(+)] - net-dns/dnsmasq[dhcp] - sys-libs/libcap - virtual/udev" -RDEPEND="${DEPEND} - || ( - net-firewall/iptables - net-firewall/nftables[json] - ) - fuidshift? ( !app-containers/lxd ) - net-firewall/ebtables - sys-apps/iproute2 - sys-fs/fuse:* - >=sys-fs/lxcfs-5.0.0 - sys-fs/squashfs-tools[lzma] - virtual/acl - apparmor? ( sec-policy/apparmor-profiles ) - qemu? ( - app-cdr/cdrtools - app-emulation/qemu[spice,usbredir,virtfs] - sys-apps/gptfdisk - )" -BDEPEND=">=dev-lang/go-1.21 - nls? ( sys-devel/gettext ) - verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )" - -CONFIG_CHECK=" - ~AIO - ~CGROUPS - ~IPC_NS - ~NET_NS - ~PID_NS - - ~SECCOMP - ~USER_NS - ~UTS_NS - - ~KVM - ~MACVTAP - ~VHOST_VSOCK -" - -ERROR_AIO="CONFIG_AIO is required." -ERROR_IPC_NS="CONFIG_IPC_NS is required." -ERROR_NET_NS="CONFIG_NET_NS is required." -ERROR_PID_NS="CONFIG_PID_NS is required." -ERROR_SECCOMP="CONFIG_SECCOMP is required." -ERROR_UTS_NS="CONFIG_UTS_NS is required." - -WARNING_KVM="CONFIG_KVM and CONFIG_KVM_AMD/-INTEL is required for virtual machines." -WARNING_MACVTAP="CONFIG_MACVTAP is required for virtual machines." -WARNING_VHOST_VSOCK="CONFIG_VHOST_VSOCK is required for virtual machines." - -# Go magic. -QA_PREBUILT="/usr/bin/incus - /usr/bin/incus-agent - /usr/bin/incus-benchmark - /usr/bin/incus-migrate - /usr/bin/lxc-to-incus - /usr/sbin/fuidshift - /usr/sbin/incusd - /usr/sbin/lxd-to-incus" - -VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/linuxcontainers.asc - -# The testsuite must be run as root. -# make: *** [Makefile:156: check] Error 1 -RESTRICT="test" - -GOPATH="${S}/_dist" - -PATCHES=( "${FILESDIR}"/incus-6.14-fix-qemu-memory-calculation-logic.patch ) - -src_unpack() { - verify-sig_src_unpack - go-module_src_unpack -} - -src_prepare() { - export GOPATH="${S}/_dist" - - default - - sed -i \ - -e "s:\./configure:./configure --prefix=/usr --libdir=${EPREFIX}/usr/lib/incus:g" \ - -e "s:make:make ${MAKEOPTS}:g" \ - Makefile || die - - sed -i \ - -e "s:/usr/share/OVMF:/usr/share/edk2/OvmfX64:g" \ - -e "s:OVMF_VARS.ms.fd:OVMF_VARS.fd:g" \ - internal/server/instance/drivers/edk2/driver_edk2.go || die "Failed to fix hardcoded ovmf paths." - - cp "${FILESDIR}"/incus-0.4.service "${T}"/incus.service || die - if use apparmor; then - sed -i \ - '/^EnvironmentFile=.*/a ExecStartPre=\/usr\/libexec\/lxc\/lxc-apparmor-load' \ - "${T}"/incus.service || die - fi - - # Disable -Werror's from go modules. - find "${S}" -name "cgo.go" -exec sed -i "s/ -Werror / /g" {} + || die -} - -src_configure() { :; } - -src_compile() { - export GOPATH="${S}/_dist" - export CGO_LDFLAGS_ALLOW="-Wl,-z,now" - - for k in incus-benchmark incus-simplestreams incus-user incus lxc-to-incus lxd-to-incus ; do - ego install -v -x "${S}/cmd/${k}" - done - - if use fuidshift ; then - ego install -v -x "${S}/cmd/fuidshift" - fi - - ego install -v -x -tags libsqlite3 "${S}"/cmd/incusd - - # Needs to be built statically - CGO_ENABLED=0 go install -v -tags netgo "${S}"/cmd/incus-migrate - - # Build the VM agents, statically too - # 32-bit agents couldn't be built with the settings below, will need to investigate later - maybe - if use amd64 ; then - GOARCH=amd64 CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.linux.x86_64 -v -tags agent,netgo "${S}"/cmd/incus-agent - # GOARCH=386 CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.linux.i686 -v -tags agent,netgo "${S}"/cmd/incus-agent - GOARCH=amd64 GOOS=windows CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.windows.x86_64 -v -tags agent,netgo "${S}"/cmd/incus-agent - # GOARCH=386 GOOS=windows CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.windows.i686 -v -tags agent,netgo "${S}"/cmd/incus-agent - elif use arm64 ; then - GOARCH=arm64 CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.linux.aarch64 -v -tags agent,netgo "${S}"/cmd/incus-agent - GOARCH=arm64 GOOS=windows CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.windows.aarch64 -v -tags agent,netgo "${S}"/cmd/incus-agent - else - echo "No VM support for this arch." - return - fi - - use nls && emake build-mo -} - -src_test() { - emake check -} - -src_install() { - export GOPATH="${S}/_dist" - - export GOHOSTARCH=$(go-env_goarch "${CBUILD}") - if [[ "${GOARCH}" != "${GOHOSTARCH}" ]]; then - local bindir="_dist/bin/linux_${GOARCH}" - else - local bindir="_dist/bin" - fi - - newsbin "${FILESDIR}"/incus-startup-0.4.sh incus-startup - - # Admin tools - for l in incusd incus-user lxd-to-incus ; do - dosbin "${bindir}/${l}" - done - - # User tools - for m in incus-benchmark incus-migrate incus-simplestreams incus lxc-to-incus ; do - dobin "${bindir}/${m}" - done - - # VM Agents - if use amd64 ; then - dobin ${bindir}/incus-agent.linux.x86_64 - # dobin ${bindir}/incus-agent.linux.i686 - dobin ${bindir}/incus-agent.windows.x86_64 - # dobin ${bindir}/incus-agent.windows.i686 - elif use arm64 ; then - dobin ${bindir}/incus-agent.linux.aarch64 - dobin ${bindir}/incus-agent.windows.aarch64 - fi - - # fuidshift, should be moved under admin tools at some point - if use fuidshift ; then - dosbin ${bindir}/fuidshift - fi - - newconfd "${FILESDIR}"/incus-6.0.confd incus - newinitd "${FILESDIR}"/incus-6.0.initd incus - newinitd "${FILESDIR}"/incus-user-0.4.initd incus-user - - systemd_dounit "${T}"/incus.service - systemd_newunit "${FILESDIR}"/incus-0.4.socket incus.socket - systemd_newunit "${FILESDIR}"/incus-startup-0.4.service incus-startup.service - systemd_newunit "${FILESDIR}"/incus-user-0.4.service incus-user.service - systemd_newunit "${FILESDIR}"/incus-user-0.4.socket incus-user.socket - - if ! tc-is-cross-compiler; then - # Generate and install shell completion files. - mkdir -p "${D}"/usr/share/{bash-completion/completions/,fish/vendor_completions.d/,zsh/site-functions/} || die - "${bindir}"/incus completion bash > "${D}"/usr/share/bash-completion/completions/incus || die - "${bindir}"/incus completion fish > "${D}"/usr/share/fish/vendor_completions.d/incus.fish || die - "${bindir}"/incus completion zsh > "${D}"/usr/share/zsh/site-functions/_incus || die - else - ewarn "Shell completion files not installed! Install them manually with incus completion --help" - fi - - dodoc AUTHORS - dodoc -r doc/* - use nls && domo po/*.mo - - # Incus needs INCUS_EDK2_PATH in env to find OVMF files for virtual machines, #946184 - newenvd - 90incus <<- _EOF_ - INCUS_EDK2_PATH=${EPREFIX}/usr/share/edk2-ovmf - _EOF_ -} - -pkg_postinst() { - elog - elog "Please see" - elog " https://wiki.gentoo.org/wiki/Incus" - elog " https://wiki.gentoo.org/wiki/Incus#Migrating_from_LXD" - elog - optfeature "OCI container images support" app-containers/skopeo app-containers/umoci - optfeature "support for ACME certificate issuance" app-crypt/lego - optfeature "btrfs storage backend" sys-fs/btrfs-progs - optfeature "ipv6 support" net-dns/dnsmasq[ipv6] - optfeature "full incus-migrate support" net-misc/rsync - optfeature "lvm2 storage backend" sys-fs/lvm2 - optfeature "zfs storage backend" sys-fs/zfs - elog - elog "Be sure to add your local user to the incus group." - elog -} diff --git a/app-containers/incus/incus-6.14-r2.ebuild b/app-containers/incus/incus-6.14-r2.ebuild deleted file mode 100644 index d7882780e154..000000000000 --- a/app-containers/incus/incus-6.14-r2.ebuild +++ /dev/null @@ -1,254 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-env go-module linux-info optfeature systemd toolchain-funcs verify-sig - -DESCRIPTION="Modern, secure and powerful system container and virtual machine manager" -HOMEPAGE="https://linuxcontainers.org/incus/introduction/ https://github.com/lxc/incus" -SRC_URI="https://linuxcontainers.org/downloads/incus/${P}.tar.xz - verify-sig? ( https://linuxcontainers.org/downloads/incus/${P}.tar.xz.asc )" - -LICENSE="Apache-2.0 BSD LGPL-3 MIT" -SLOT="0/stable" -KEYWORDS="~amd64 ~arm64" -IUSE="apparmor fuidshift nls qemu" - -DEPEND="acct-group/incus - acct-group/incus-admin - app-arch/xz-utils - >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] - dev-db/sqlite:3 - >=dev-libs/cowsql-1.15.7 - dev-libs/lzo - >=dev-libs/raft-0.22.1:=[lz4] - >=dev-util/xdelta-3.0[lzma(+)] - net-dns/dnsmasq[dhcp] - sys-libs/libcap - virtual/udev" -RDEPEND="${DEPEND} - || ( - net-firewall/iptables - net-firewall/nftables[json] - ) - fuidshift? ( !app-containers/lxd ) - net-firewall/ebtables - sys-apps/iproute2 - sys-fs/fuse:* - >=sys-fs/lxcfs-5.0.0 - sys-fs/squashfs-tools[lzma] - virtual/acl - apparmor? ( sec-policy/apparmor-profiles ) - qemu? ( - app-cdr/cdrtools - app-emulation/qemu[spice,usbredir,virtfs] - sys-apps/gptfdisk - )" -BDEPEND=">=dev-lang/go-1.21 - nls? ( sys-devel/gettext ) - verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )" - -CONFIG_CHECK=" - ~AIO - ~CGROUPS - ~IPC_NS - ~NET_NS - ~PID_NS - - ~SECCOMP - ~USER_NS - ~UTS_NS - - ~KVM - ~MACVTAP - ~VHOST_VSOCK -" - -ERROR_AIO="CONFIG_AIO is required." -ERROR_IPC_NS="CONFIG_IPC_NS is required." -ERROR_NET_NS="CONFIG_NET_NS is required." -ERROR_PID_NS="CONFIG_PID_NS is required." -ERROR_SECCOMP="CONFIG_SECCOMP is required." -ERROR_UTS_NS="CONFIG_UTS_NS is required." - -WARNING_KVM="CONFIG_KVM and CONFIG_KVM_AMD/-INTEL is required for virtual machines." -WARNING_MACVTAP="CONFIG_MACVTAP is required for virtual machines." -WARNING_VHOST_VSOCK="CONFIG_VHOST_VSOCK is required for virtual machines." - -# Go magic. -QA_PREBUILT="/usr/bin/incus - /usr/bin/incus-agent - /usr/bin/incus-benchmark - /usr/bin/incus-migrate - /usr/bin/lxc-to-incus - /usr/sbin/fuidshift - /usr/sbin/incusd - /usr/sbin/lxd-to-incus" - -VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/linuxcontainers.asc - -# The testsuite must be run as root. -# make: *** [Makefile:156: check] Error 1 -RESTRICT="test" - -GOPATH="${S}/_dist" - -PATCHES=( "${FILESDIR}"/incus-6.14-fix-qemu-memory-calculation-logic.patch ) - -src_unpack() { - verify-sig_src_unpack - go-module_src_unpack -} - -src_prepare() { - export GOPATH="${S}/_dist" - - default - - sed -i \ - -e "s:\./configure:./configure --prefix=/usr --libdir=${EPREFIX}/usr/lib/incus:g" \ - -e "s:make:make ${MAKEOPTS}:g" \ - Makefile || die - - sed -i \ - -e "s:/usr/share/OVMF:/usr/share/edk2/OvmfX64:g" \ - -e "s:OVMF_VARS.ms.fd:OVMF_VARS.fd:g" \ - internal/server/instance/drivers/edk2/driver_edk2.go || die "Failed to fix hardcoded ovmf paths." - - cp "${FILESDIR}"/incus-0.4.service "${T}"/incus.service || die - if use apparmor; then - sed -i \ - '/^EnvironmentFile=.*/a ExecStartPre=\/usr\/libexec\/lxc\/lxc-apparmor-load' \ - "${T}"/incus.service || die - fi - - # Disable -Werror's from go modules. - find "${S}" -name "cgo.go" -exec sed -i "s/ -Werror / /g" {} + || die -} - -src_configure() { :; } - -src_compile() { - export GOPATH="${S}/_dist" - export CGO_LDFLAGS_ALLOW="-Wl,-z,now" - - for k in incus-benchmark incus-simplestreams incus-user incus lxc-to-incus lxd-to-incus ; do - ego install -v -x "${S}/cmd/${k}" - done - - if use fuidshift ; then - ego install -v -x "${S}/cmd/fuidshift" - fi - - ego install -v -x -tags libsqlite3 "${S}"/cmd/incusd - - # Needs to be built statically - CGO_ENABLED=0 go install -v -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-migrate - - # Build the VM agents, statically too - if use amd64 ; then - GOARCH=amd64 CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.linux.x86_64 -v -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent - GOARCH=386 CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.linux.i686 -v -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent - GOARCH=amd64 GOOS=windows CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.windows.x86_64 -v -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent - GOARCH=386 GOOS=windows CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.windows.i686 -v -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent - elif use arm64 ; then - GOARCH=arm64 CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.linux.aarch64 -v -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent - GOARCH=arm64 GOOS=windows CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.windows.aarch64 -v -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent - else - echo "No VM support for this arch." - return - fi - - use nls && emake build-mo -} - -src_test() { - emake check -} - -src_install() { - export GOPATH="${S}/_dist" - - export GOHOSTARCH=$(go-env_goarch "${CBUILD}") - if [[ "${GOARCH}" != "${GOHOSTARCH}" ]]; then - local bindir="_dist/bin/linux_${GOARCH}" - else - local bindir="_dist/bin" - fi - - newsbin "${FILESDIR}"/incus-startup-0.4.sh incus-startup - - # Admin tools - for l in incusd incus-user lxd-to-incus ; do - dosbin "${bindir}/${l}" - done - - # User tools - for m in incus-benchmark incus-migrate incus-simplestreams incus lxc-to-incus ; do - dobin "${bindir}/${m}" - done - - # VM Agents - if use amd64 ; then - dobin ${bindir}/incus-agent.linux.x86_64 - dobin ${bindir}/incus-agent.linux.i686 - dobin ${bindir}/incus-agent.windows.x86_64 - dobin ${bindir}/incus-agent.windows.i686 - elif use arm64 ; then - dobin ${bindir}/incus-agent.linux.aarch64 - dobin ${bindir}/incus-agent.windows.aarch64 - fi - - # fuidshift, should be moved under admin tools at some point - if use fuidshift ; then - dosbin ${bindir}/fuidshift - fi - - newconfd "${FILESDIR}"/incus-6.0.confd incus - newinitd "${FILESDIR}"/incus-6.0.initd incus - newinitd "${FILESDIR}"/incus-user-0.4.initd incus-user - - systemd_dounit "${T}"/incus.service - systemd_newunit "${FILESDIR}"/incus-0.4.socket incus.socket - systemd_newunit "${FILESDIR}"/incus-startup-0.4.service incus-startup.service - systemd_newunit "${FILESDIR}"/incus-user-0.4.service incus-user.service - systemd_newunit "${FILESDIR}"/incus-user-0.4.socket incus-user.socket - - if ! tc-is-cross-compiler; then - # Generate and install shell completion files. - mkdir -p "${D}"/usr/share/{bash-completion/completions/,fish/vendor_completions.d/,zsh/site-functions/} || die - "${bindir}"/incus completion bash > "${D}"/usr/share/bash-completion/completions/incus || die - "${bindir}"/incus completion fish > "${D}"/usr/share/fish/vendor_completions.d/incus.fish || die - "${bindir}"/incus completion zsh > "${D}"/usr/share/zsh/site-functions/_incus || die - else - ewarn "Shell completion files not installed! Install them manually with incus completion --help" - fi - - dodoc AUTHORS - dodoc -r doc/* - use nls && domo po/*.mo - - # Incus needs INCUS_EDK2_PATH in env to find OVMF files for virtual machines, #946184 - newenvd - 90incus <<- _EOF_ - INCUS_EDK2_PATH=${EPREFIX}/usr/share/edk2-ovmf - _EOF_ -} - -pkg_postinst() { - elog - elog "Please see" - elog " https://wiki.gentoo.org/wiki/Incus" - elog " https://wiki.gentoo.org/wiki/Incus#Migrating_from_LXD" - elog - optfeature "OCI container images support" app-containers/skopeo app-containers/umoci - optfeature "support for ACME certificate issuance" app-crypt/lego - optfeature "btrfs storage backend" sys-fs/btrfs-progs - optfeature "ipv6 support" net-dns/dnsmasq[ipv6] - optfeature "full incus-migrate support" net-misc/rsync - optfeature "lvm2 storage backend" sys-fs/lvm2 - optfeature "zfs storage backend" sys-fs/zfs - elog - elog "Be sure to add your local user to the incus group." - elog -} diff --git a/app-containers/incus/incus-6.14-r4.ebuild b/app-containers/incus/incus-6.14-r4.ebuild deleted file mode 100644 index 1d5e859cd2f8..000000000000 --- a/app-containers/incus/incus-6.14-r4.ebuild +++ /dev/null @@ -1,255 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-env go-module linux-info optfeature systemd toolchain-funcs verify-sig - -DESCRIPTION="Modern, secure and powerful system container and virtual machine manager" -HOMEPAGE="https://linuxcontainers.org/incus/introduction/ https://github.com/lxc/incus" -SRC_URI="https://linuxcontainers.org/downloads/incus/${P}.tar.xz - verify-sig? ( https://linuxcontainers.org/downloads/incus/${P}.tar.xz.asc )" - -LICENSE="Apache-2.0 BSD LGPL-3 MIT" -SLOT="0/stable" -KEYWORDS="~amd64 ~arm64" -IUSE="apparmor fuidshift nls qemu" - -DEPEND="acct-group/incus - acct-group/incus-admin - app-arch/xz-utils - >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] - dev-db/sqlite:3 - >=dev-libs/cowsql-1.15.7 - dev-libs/lzo - >=dev-libs/raft-0.22.1:=[lz4] - >=dev-util/xdelta-3.0[lzma(+)] - net-dns/dnsmasq[dhcp] - sys-libs/libcap - virtual/udev" -RDEPEND="${DEPEND} - || ( - net-firewall/iptables - net-firewall/nftables[json] - ) - fuidshift? ( !app-containers/lxd ) - net-firewall/ebtables - sys-apps/iproute2 - sys-fs/fuse:* - >=sys-fs/lxcfs-5.0.0 - sys-fs/squashfs-tools[lzma] - virtual/acl - apparmor? ( sec-policy/apparmor-profiles ) - qemu? ( - app-cdr/cdrtools - app-emulation/qemu[spice,usbredir,virtfs] - sys-apps/gptfdisk - )" -BDEPEND=">=dev-lang/go-1.21 - nls? ( sys-devel/gettext ) - verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )" - -CONFIG_CHECK=" - ~AIO - ~CGROUPS - ~IPC_NS - ~NET_NS - ~PID_NS - - ~SECCOMP - ~USER_NS - ~UTS_NS - - ~KVM - ~MACVTAP - ~VHOST_VSOCK -" - -ERROR_AIO="CONFIG_AIO is required." -ERROR_IPC_NS="CONFIG_IPC_NS is required." -ERROR_NET_NS="CONFIG_NET_NS is required." -ERROR_PID_NS="CONFIG_PID_NS is required." -ERROR_SECCOMP="CONFIG_SECCOMP is required." -ERROR_UTS_NS="CONFIG_UTS_NS is required." - -WARNING_KVM="CONFIG_KVM and CONFIG_KVM_AMD/-INTEL is required for virtual machines." -WARNING_MACVTAP="CONFIG_MACVTAP is required for virtual machines." -WARNING_VHOST_VSOCK="CONFIG_VHOST_VSOCK is required for virtual machines." - -# Go magic. -QA_PREBUILT="/usr/bin/incus - /usr/bin/incus-agent - /usr/bin/incus-benchmark - /usr/bin/incus-migrate - /usr/bin/lxc-to-incus - /usr/sbin/fuidshift - /usr/sbin/incusd - /usr/sbin/lxd-to-incus" - -VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/linuxcontainers.asc - -# The testsuite must be run as root. -# make: *** [Makefile:156: check] Error 1 -RESTRICT="test" - -GOPATH="${S}/_dist" - -PATCHES=( "${FILESDIR}"/incus-6.14-fix-qemu-memory-calculation-logic.patch ) - -src_unpack() { - verify-sig_src_unpack - go-module_src_unpack -} - -src_prepare() { - export GOPATH="${S}/_dist" - - default - - sed -i \ - -e "s:\./configure:./configure --prefix=/usr --libdir=${EPREFIX}/usr/lib/incus:g" \ - -e "s:make:make ${MAKEOPTS}:g" \ - Makefile || die - - sed -i \ - -e "s:/usr/share/OVMF:/usr/share/edk2/OvmfX64:g" \ - -e "s:OVMF_VARS.ms.fd:OVMF_VARS.fd:g" \ - internal/server/instance/drivers/edk2/driver_edk2.go || die "Failed to fix hardcoded ovmf paths." - - cp "${FILESDIR}"/incus-6.14-r1.service "${T}"/incus.service || die - if use apparmor; then - sed -i \ - '/^EnvironmentFile=.*/a ExecStartPre=\/usr\/libexec\/lxc\/lxc-apparmor-load' \ - "${T}"/incus.service || die - fi - - # Disable -Werror's from go modules. - find "${S}" -name "cgo.go" -exec sed -i "s/ -Werror / /g" {} + || die -} - -src_configure() { :; } - -src_compile() { - export GOPATH="${S}/_dist" - export CGO_LDFLAGS_ALLOW="-Wl,-z,now" - - for k in incus-benchmark incus-simplestreams incus-user incus lxc-to-incus lxd-to-incus ; do - ego install -v -x "${S}/cmd/${k}" - done - - if use fuidshift ; then - ego install -v -x "${S}/cmd/fuidshift" - fi - - ego install -v -x -tags libsqlite3 "${S}"/cmd/incusd - - # Needs to be built statically - CGO_ENABLED=0 go install -v -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-migrate - - # Build the VM agents, statically too - if use amd64 ; then - GOARCH=amd64 CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.linux.x86_64 -v -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent - GOARCH=386 CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.linux.i686 -v -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent - GOARCH=amd64 GOOS=windows CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.windows.x86_64 -v -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent - GOARCH=386 GOOS=windows CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.windows.i686 -v -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent - elif use arm64 ; then - GOARCH=arm64 CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.linux.aarch64 -v -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent - GOARCH=arm64 GOOS=windows CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.windows.aarch64 -v -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent - else - echo "No VM support for this arch." - return - fi - - use nls && emake build-mo -} - -src_test() { - emake check -} - -src_install() { - export GOPATH="${S}/_dist" - - export GOHOSTARCH=$(go-env_goarch "${CBUILD}") - if [[ "${GOARCH}" != "${GOHOSTARCH}" ]]; then - local bindir="_dist/bin/linux_${GOARCH}" - else - local bindir="_dist/bin" - fi - - newsbin "${FILESDIR}"/incus-startup-0.4.sh incus-startup - - # Admin tools - for l in incusd incus-user lxd-to-incus ; do - dosbin "${bindir}/${l}" - done - - # User tools - for m in incus-benchmark incus-migrate incus-simplestreams incus lxc-to-incus ; do - dobin "${bindir}/${m}" - done - - # VM Agents - if use amd64 ; then - exeinto /usr/libexec/incus/agents - doexe ${bindir}/incus-agent.linux.x86_64 - doexe ${bindir}/incus-agent.linux.i686 - doexe ${bindir}/incus-agent.windows.x86_64 - doexe ${bindir}/incus-agent.windows.i686 - elif use arm64 ; then - exeinto /usr/libexec/incus - doexe ${bindir}/incus-agent.linux.aarch64 - doexe ${bindir}/incus-agent.windows.aarch64 - fi - - # fuidshift, should be moved under admin tools at some point - if use fuidshift ; then - dosbin ${bindir}/fuidshift - fi - - newconfd "${FILESDIR}"/incus-6.0.confd incus - newinitd "${FILESDIR}"/incus-6.0.initd incus - newinitd "${FILESDIR}"/incus-user-0.4.initd incus-user - - systemd_dounit "${T}"/incus.service - systemd_newunit "${FILESDIR}"/incus-0.4.socket incus.socket - systemd_newunit "${FILESDIR}"/incus-startup-0.4.service incus-startup.service - systemd_newunit "${FILESDIR}"/incus-user-0.4.service incus-user.service - systemd_newunit "${FILESDIR}"/incus-user-0.4.socket incus-user.socket - - if ! tc-is-cross-compiler; then - # Generate and install shell completion files. - mkdir -p "${D}"/usr/share/{bash-completion/completions/,fish/vendor_completions.d/,zsh/site-functions/} || die - "${bindir}"/incus completion bash > "${D}"/usr/share/bash-completion/completions/incus || die - "${bindir}"/incus completion fish > "${D}"/usr/share/fish/vendor_completions.d/incus.fish || die - "${bindir}"/incus completion zsh > "${D}"/usr/share/zsh/site-functions/_incus || die - else - ewarn "Shell completion files not installed! Install them manually with incus completion --help" - fi - - dodoc AUTHORS - dodoc -r doc/* - use nls && domo po/*.mo - - # Incus needs INCUS_EDK2_PATH in env to find OVMF files for virtual machines, #946184, - # and INCUS_AGENT_PATH to find multi-setup agents for VMs, #959878. - newenvd "${FILESDIR}"/90incus.envd 90incus -} - -pkg_postinst() { - elog - elog "Please see" - elog " https://wiki.gentoo.org/wiki/Incus" - elog " https://wiki.gentoo.org/wiki/Incus#Migrating_from_LXD" - elog - optfeature "OCI container images support" app-containers/skopeo app-containers/umoci - optfeature "support for ACME certificate issuance" app-crypt/lego - optfeature "btrfs storage backend" sys-fs/btrfs-progs - optfeature "ipv6 support" net-dns/dnsmasq[ipv6] - optfeature "full incus-migrate support" net-misc/rsync - optfeature "lvm2 storage backend" sys-fs/lvm2 - optfeature "zfs storage backend" sys-fs/zfs - elog - elog "Be sure to add your local user to the incus group." - elog -} diff --git a/app-containers/incus/incus-6.17.ebuild b/app-containers/incus/incus-6.17.ebuild deleted file mode 100644 index 2e839535a141..000000000000 --- a/app-containers/incus/incus-6.17.ebuild +++ /dev/null @@ -1,259 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-env go-module linux-info optfeature systemd toolchain-funcs verify-sig - -DESCRIPTION="Modern, secure and powerful system container and virtual machine manager" -HOMEPAGE="https://linuxcontainers.org/incus/introduction/ https://github.com/lxc/incus" -SRC_URI="https://linuxcontainers.org/downloads/incus/${P}.tar.xz - verify-sig? ( https://linuxcontainers.org/downloads/incus/${P}.tar.xz.asc )" - -LICENSE="Apache-2.0 BSD LGPL-3 MIT" -SLOT="0/stable" -KEYWORDS="~amd64 ~arm64" -IUSE="apparmor fuidshift nls qemu" - -DEPEND="acct-group/incus - acct-group/incus-admin - app-arch/xz-utils - >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] - dev-db/sqlite:3 - >=dev-libs/cowsql-1.15.7 - dev-libs/lzo - >=dev-libs/raft-0.22.1:=[lz4] - >=dev-util/xdelta-3.0[lzma(+)] - net-dns/dnsmasq[dhcp] - sys-libs/libcap - virtual/udev" -RDEPEND="${DEPEND} - || ( - net-firewall/iptables - net-firewall/nftables[json] - ) - fuidshift? ( !app-containers/lxd ) - net-firewall/ebtables - sys-apps/iproute2 - sys-fs/fuse:* - >=sys-fs/lxcfs-5.0.0 - sys-fs/squashfs-tools[lzma] - virtual/acl - apparmor? ( sec-policy/apparmor-profiles ) - qemu? ( - app-cdr/cdrtools - app-emulation/qemu[spice,usbredir,virtfs] - sys-apps/gptfdisk - )" -BDEPEND=">=dev-lang/go-1.24.7 - nls? ( sys-devel/gettext ) - verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )" - -CONFIG_CHECK=" - ~AIO - ~CGROUPS - ~IPC_NS - ~NET_NS - ~PID_NS - - ~SECCOMP - ~USER_NS - ~UTS_NS - - ~KVM - ~MACVTAP - ~VHOST_VSOCK -" - -ERROR_AIO="CONFIG_AIO is required." -ERROR_IPC_NS="CONFIG_IPC_NS is required." -ERROR_NET_NS="CONFIG_NET_NS is required." -ERROR_PID_NS="CONFIG_PID_NS is required." -ERROR_SECCOMP="CONFIG_SECCOMP is required." -ERROR_UTS_NS="CONFIG_UTS_NS is required." - -WARNING_KVM="CONFIG_KVM and CONFIG_KVM_AMD/-INTEL is required for virtual machines." -WARNING_MACVTAP="CONFIG_MACVTAP is required for virtual machines." -WARNING_VHOST_VSOCK="CONFIG_VHOST_VSOCK is required for virtual machines." - -# Go magic. -QA_PREBUILT="/usr/bin/incus - /usr/bin/incus-agent - /usr/bin/incus-benchmark - /usr/bin/incus-migrate - /usr/bin/lxc-to-incus - /usr/sbin/fuidshift - /usr/sbin/incusd - /usr/sbin/lxd-to-incus" - -VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/linuxcontainers.asc - -# The testsuite must be run as root. -# make: *** [Makefile:156: check] Error 1 -RESTRICT="test" - -GOPATH="${S}/_dist" - -src_unpack() { - verify-sig_src_unpack - go-module_src_unpack -} - -src_prepare() { - export GOPATH="${S}/_dist" - - default - - sed -i \ - -e "s:\./configure:./configure --prefix=/usr --libdir=${EPREFIX}/usr/lib/incus:g" \ - -e "s:make:make ${MAKEOPTS}:g" \ - Makefile || die - - sed -i \ - -e "s:/usr/share/OVMF:/usr/share/edk2/OvmfX64:g" \ - -e "s:OVMF_VARS.ms.fd:OVMF_VARS.fd:g" \ - internal/server/instance/drivers/edk2/driver_edk2.go || die "Failed to fix hardcoded ovmf paths." - - cp "${FILESDIR}"/incus-6.14-r1.service "${T}"/incus.service || die - if use apparmor; then - sed -i \ - '/^EnvironmentFile=.*/a ExecStartPre=\/usr\/libexec\/lxc\/lxc-apparmor-load' \ - "${T}"/incus.service || die - fi - - # Disable -Werror's from go modules. - find "${S}" -name "cgo.go" -exec sed -i "s/ -Werror / /g" {} + || die -} - -src_configure() { :; } - -src_compile() { - export GOPATH="${S}/_dist" - export CGO_LDFLAGS_ALLOW="-Wl,-z,now" - - for k in incus-benchmark incus-simplestreams incus-user incus lxc-to-incus lxd-to-incus ; do - ego install -v -x "${S}/cmd/${k}" - done - - if use fuidshift ; then - ego install -v -x "${S}/cmd/fuidshift" - fi - - ego install -v -x -tags libsqlite3 "${S}"/cmd/incusd - - # Needs to be built statically - CGO_ENABLED=0 go install -v -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-migrate - - # Build the VM agents, statically too - if use amd64 ; then - GOARCH=amd64 CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.linux.x86_64 -v \ - -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent - GOARCH=386 CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.linux.i686 -v \ - -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent - GOARCH=amd64 GOOS=windows CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.windows.x86_64 -v \ - -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent - GOARCH=386 GOOS=windows CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.windows.i686 -v \ - -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent - elif use arm64 ; then - GOARCH=arm64 CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.linux.aarch64 -v \ - -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent - GOARCH=arm64 GOOS=windows CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.windows.aarch64 -v \ - -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent - else - echo "No VM support for this arch." - return - fi - - use nls && emake build-mo -} - -src_test() { - emake check -} - -src_install() { - export GOPATH="${S}/_dist" - - export GOHOSTARCH=$(go-env_goarch "${CBUILD}") - if [[ "${GOARCH}" != "${GOHOSTARCH}" ]]; then - local bindir="_dist/bin/linux_${GOARCH}" - else - local bindir="_dist/bin" - fi - - newsbin "${FILESDIR}"/incus-startup-0.4.sh incus-startup - - # Admin tools - for l in incusd incus-user lxd-to-incus ; do - dosbin "${bindir}/${l}" - done - - # User tools - for m in incus-benchmark incus-migrate incus-simplestreams incus lxc-to-incus ; do - dobin "${bindir}/${m}" - done - - # VM Agents - if use amd64 ; then - exeinto /usr/libexec/incus/agents - doexe ${bindir}/incus-agent.linux.x86_64 - doexe ${bindir}/incus-agent.linux.i686 - doexe ${bindir}/incus-agent.windows.x86_64 - doexe ${bindir}/incus-agent.windows.i686 - elif use arm64 ; then - exeinto /usr/libexec/incus - doexe ${bindir}/incus-agent.linux.aarch64 - doexe ${bindir}/incus-agent.windows.aarch64 - fi - - # fuidshift, should be moved under admin tools at some point - if use fuidshift ; then - dosbin ${bindir}/fuidshift - fi - - newconfd "${FILESDIR}"/incus-6.0.confd incus - newinitd "${FILESDIR}"/incus-6.0.initd incus - newinitd "${FILESDIR}"/incus-user-0.4.initd incus-user - - systemd_dounit "${T}"/incus.service - systemd_newunit "${FILESDIR}"/incus-0.4.socket incus.socket - systemd_newunit "${FILESDIR}"/incus-startup-0.4.service incus-startup.service - systemd_newunit "${FILESDIR}"/incus-user-0.4.service incus-user.service - systemd_newunit "${FILESDIR}"/incus-user-0.4.socket incus-user.socket - - if ! tc-is-cross-compiler; then - # Generate and install shell completion files. - mkdir -p "${D}"/usr/share/{bash-completion/completions/,fish/vendor_completions.d/,zsh/site-functions/} || die - "${bindir}"/incus completion bash > "${D}"/usr/share/bash-completion/completions/incus || die - "${bindir}"/incus completion fish > "${D}"/usr/share/fish/vendor_completions.d/incus.fish || die - "${bindir}"/incus completion zsh > "${D}"/usr/share/zsh/site-functions/_incus || die - else - ewarn "Shell completion files not installed! Install them manually with incus completion --help" - fi - - dodoc AUTHORS - dodoc -r doc/* - use nls && domo po/*.mo - - # Incus needs INCUS_EDK2_PATH in env to find OVMF files for virtual machines, #946184, - # and INCUS_AGENT_PATH to find multi-setup agents for VMs, #959878. - newenvd "${FILESDIR}"/90incus.envd 90incus -} - -pkg_postinst() { - elog - elog "Please see" - elog " https://wiki.gentoo.org/wiki/Incus" - elog " https://wiki.gentoo.org/wiki/Incus#Migrating_from_LXD" - elog - optfeature "OCI container images support" app-containers/skopeo app-containers/umoci - optfeature "support for ACME certificate issuance" app-crypt/lego - optfeature "btrfs storage backend" sys-fs/btrfs-progs - optfeature "ipv6 support" net-dns/dnsmasq[ipv6] - optfeature "full incus-migrate support" net-misc/rsync - optfeature "lvm2 storage backend" sys-fs/lvm2 - optfeature "zfs storage backend" sys-fs/zfs - elog - elog "Be sure to add your local user to the incus group." - elog -} diff --git a/app-containers/incus/incus-6.18.ebuild b/app-containers/incus/incus-6.18.ebuild deleted file mode 100644 index 2e839535a141..000000000000 --- a/app-containers/incus/incus-6.18.ebuild +++ /dev/null @@ -1,259 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-env go-module linux-info optfeature systemd toolchain-funcs verify-sig - -DESCRIPTION="Modern, secure and powerful system container and virtual machine manager" -HOMEPAGE="https://linuxcontainers.org/incus/introduction/ https://github.com/lxc/incus" -SRC_URI="https://linuxcontainers.org/downloads/incus/${P}.tar.xz - verify-sig? ( https://linuxcontainers.org/downloads/incus/${P}.tar.xz.asc )" - -LICENSE="Apache-2.0 BSD LGPL-3 MIT" -SLOT="0/stable" -KEYWORDS="~amd64 ~arm64" -IUSE="apparmor fuidshift nls qemu" - -DEPEND="acct-group/incus - acct-group/incus-admin - app-arch/xz-utils - >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] - dev-db/sqlite:3 - >=dev-libs/cowsql-1.15.7 - dev-libs/lzo - >=dev-libs/raft-0.22.1:=[lz4] - >=dev-util/xdelta-3.0[lzma(+)] - net-dns/dnsmasq[dhcp] - sys-libs/libcap - virtual/udev" -RDEPEND="${DEPEND} - || ( - net-firewall/iptables - net-firewall/nftables[json] - ) - fuidshift? ( !app-containers/lxd ) - net-firewall/ebtables - sys-apps/iproute2 - sys-fs/fuse:* - >=sys-fs/lxcfs-5.0.0 - sys-fs/squashfs-tools[lzma] - virtual/acl - apparmor? ( sec-policy/apparmor-profiles ) - qemu? ( - app-cdr/cdrtools - app-emulation/qemu[spice,usbredir,virtfs] - sys-apps/gptfdisk - )" -BDEPEND=">=dev-lang/go-1.24.7 - nls? ( sys-devel/gettext ) - verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )" - -CONFIG_CHECK=" - ~AIO - ~CGROUPS - ~IPC_NS - ~NET_NS - ~PID_NS - - ~SECCOMP - ~USER_NS - ~UTS_NS - - ~KVM - ~MACVTAP - ~VHOST_VSOCK -" - -ERROR_AIO="CONFIG_AIO is required." -ERROR_IPC_NS="CONFIG_IPC_NS is required." -ERROR_NET_NS="CONFIG_NET_NS is required." -ERROR_PID_NS="CONFIG_PID_NS is required." -ERROR_SECCOMP="CONFIG_SECCOMP is required." -ERROR_UTS_NS="CONFIG_UTS_NS is required." - -WARNING_KVM="CONFIG_KVM and CONFIG_KVM_AMD/-INTEL is required for virtual machines." -WARNING_MACVTAP="CONFIG_MACVTAP is required for virtual machines." -WARNING_VHOST_VSOCK="CONFIG_VHOST_VSOCK is required for virtual machines." - -# Go magic. -QA_PREBUILT="/usr/bin/incus - /usr/bin/incus-agent - /usr/bin/incus-benchmark - /usr/bin/incus-migrate - /usr/bin/lxc-to-incus - /usr/sbin/fuidshift - /usr/sbin/incusd - /usr/sbin/lxd-to-incus" - -VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/linuxcontainers.asc - -# The testsuite must be run as root. -# make: *** [Makefile:156: check] Error 1 -RESTRICT="test" - -GOPATH="${S}/_dist" - -src_unpack() { - verify-sig_src_unpack - go-module_src_unpack -} - -src_prepare() { - export GOPATH="${S}/_dist" - - default - - sed -i \ - -e "s:\./configure:./configure --prefix=/usr --libdir=${EPREFIX}/usr/lib/incus:g" \ - -e "s:make:make ${MAKEOPTS}:g" \ - Makefile || die - - sed -i \ - -e "s:/usr/share/OVMF:/usr/share/edk2/OvmfX64:g" \ - -e "s:OVMF_VARS.ms.fd:OVMF_VARS.fd:g" \ - internal/server/instance/drivers/edk2/driver_edk2.go || die "Failed to fix hardcoded ovmf paths." - - cp "${FILESDIR}"/incus-6.14-r1.service "${T}"/incus.service || die - if use apparmor; then - sed -i \ - '/^EnvironmentFile=.*/a ExecStartPre=\/usr\/libexec\/lxc\/lxc-apparmor-load' \ - "${T}"/incus.service || die - fi - - # Disable -Werror's from go modules. - find "${S}" -name "cgo.go" -exec sed -i "s/ -Werror / /g" {} + || die -} - -src_configure() { :; } - -src_compile() { - export GOPATH="${S}/_dist" - export CGO_LDFLAGS_ALLOW="-Wl,-z,now" - - for k in incus-benchmark incus-simplestreams incus-user incus lxc-to-incus lxd-to-incus ; do - ego install -v -x "${S}/cmd/${k}" - done - - if use fuidshift ; then - ego install -v -x "${S}/cmd/fuidshift" - fi - - ego install -v -x -tags libsqlite3 "${S}"/cmd/incusd - - # Needs to be built statically - CGO_ENABLED=0 go install -v -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-migrate - - # Build the VM agents, statically too - if use amd64 ; then - GOARCH=amd64 CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.linux.x86_64 -v \ - -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent - GOARCH=386 CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.linux.i686 -v \ - -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent - GOARCH=amd64 GOOS=windows CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.windows.x86_64 -v \ - -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent - GOARCH=386 GOOS=windows CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.windows.i686 -v \ - -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent - elif use arm64 ; then - GOARCH=arm64 CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.linux.aarch64 -v \ - -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent - GOARCH=arm64 GOOS=windows CGO_ENABLED=0 ego build -o "${S}"/_dist/bin/incus-agent.windows.aarch64 -v \ - -tags agent,netgo,static -buildmode default "${S}"/cmd/incus-agent - else - echo "No VM support for this arch." - return - fi - - use nls && emake build-mo -} - -src_test() { - emake check -} - -src_install() { - export GOPATH="${S}/_dist" - - export GOHOSTARCH=$(go-env_goarch "${CBUILD}") - if [[ "${GOARCH}" != "${GOHOSTARCH}" ]]; then - local bindir="_dist/bin/linux_${GOARCH}" - else - local bindir="_dist/bin" - fi - - newsbin "${FILESDIR}"/incus-startup-0.4.sh incus-startup - - # Admin tools - for l in incusd incus-user lxd-to-incus ; do - dosbin "${bindir}/${l}" - done - - # User tools - for m in incus-benchmark incus-migrate incus-simplestreams incus lxc-to-incus ; do - dobin "${bindir}/${m}" - done - - # VM Agents - if use amd64 ; then - exeinto /usr/libexec/incus/agents - doexe ${bindir}/incus-agent.linux.x86_64 - doexe ${bindir}/incus-agent.linux.i686 - doexe ${bindir}/incus-agent.windows.x86_64 - doexe ${bindir}/incus-agent.windows.i686 - elif use arm64 ; then - exeinto /usr/libexec/incus - doexe ${bindir}/incus-agent.linux.aarch64 - doexe ${bindir}/incus-agent.windows.aarch64 - fi - - # fuidshift, should be moved under admin tools at some point - if use fuidshift ; then - dosbin ${bindir}/fuidshift - fi - - newconfd "${FILESDIR}"/incus-6.0.confd incus - newinitd "${FILESDIR}"/incus-6.0.initd incus - newinitd "${FILESDIR}"/incus-user-0.4.initd incus-user - - systemd_dounit "${T}"/incus.service - systemd_newunit "${FILESDIR}"/incus-0.4.socket incus.socket - systemd_newunit "${FILESDIR}"/incus-startup-0.4.service incus-startup.service - systemd_newunit "${FILESDIR}"/incus-user-0.4.service incus-user.service - systemd_newunit "${FILESDIR}"/incus-user-0.4.socket incus-user.socket - - if ! tc-is-cross-compiler; then - # Generate and install shell completion files. - mkdir -p "${D}"/usr/share/{bash-completion/completions/,fish/vendor_completions.d/,zsh/site-functions/} || die - "${bindir}"/incus completion bash > "${D}"/usr/share/bash-completion/completions/incus || die - "${bindir}"/incus completion fish > "${D}"/usr/share/fish/vendor_completions.d/incus.fish || die - "${bindir}"/incus completion zsh > "${D}"/usr/share/zsh/site-functions/_incus || die - else - ewarn "Shell completion files not installed! Install them manually with incus completion --help" - fi - - dodoc AUTHORS - dodoc -r doc/* - use nls && domo po/*.mo - - # Incus needs INCUS_EDK2_PATH in env to find OVMF files for virtual machines, #946184, - # and INCUS_AGENT_PATH to find multi-setup agents for VMs, #959878. - newenvd "${FILESDIR}"/90incus.envd 90incus -} - -pkg_postinst() { - elog - elog "Please see" - elog " https://wiki.gentoo.org/wiki/Incus" - elog " https://wiki.gentoo.org/wiki/Incus#Migrating_from_LXD" - elog - optfeature "OCI container images support" app-containers/skopeo app-containers/umoci - optfeature "support for ACME certificate issuance" app-crypt/lego - optfeature "btrfs storage backend" sys-fs/btrfs-progs - optfeature "ipv6 support" net-dns/dnsmasq[ipv6] - optfeature "full incus-migrate support" net-misc/rsync - optfeature "lvm2 storage backend" sys-fs/lvm2 - optfeature "zfs storage backend" sys-fs/zfs - elog - elog "Be sure to add your local user to the incus group." - elog -} diff --git a/app-crypt/configuradorfnmt/Manifest b/app-crypt/configuradorfnmt/Manifest index 39cf2b6ebe52..d6b10d37dd97 100644 --- a/app-crypt/configuradorfnmt/Manifest +++ b/app-crypt/configuradorfnmt/Manifest @@ -1 +1,2 @@ DIST configuradorfnmt-4.0.6-0.x86_64.rpm 57292588 BLAKE2B 8f781a5e1028c9d7b43a1375f00c6620860ecbeb378f0a0564da79ba276d93d488f7820d34bf78f57a8ec9f226a26154789f60c0490dbdd9400795cd3799fd43 SHA512 b2967d2a9b027ebee49fc111017ca1f686e1b7429e209c4ad69c5f68a368dc4c371f5b3798622d55718b872f5b552de0b597233801a0ab4664362b84668f897d +DIST configuradorfnmt_5.0.3.x8664.rpm 52129536 BLAKE2B 5230aa880b32f1c9433964a7e40e9ffdda2fc4f801dc0d290f4fb5be639f4482b269c48806c4030f10669f5ad4b96ac88aef99d858915e603c63b45a2405c5f4 SHA512 8994aaa8a39b84134049acd3fd2dce05ac0bef81343da92c6983ad05ea10bdaeb135a0dbf3a2b10c601e2f2d865554d16a7d6d78918429499971480ec5d19952 diff --git a/app-crypt/configuradorfnmt/configuradorfnmt-5.0.3.ebuild b/app-crypt/configuradorfnmt/configuradorfnmt-5.0.3.ebuild new file mode 100644 index 000000000000..a5e8adbdb209 --- /dev/null +++ b/app-crypt/configuradorfnmt/configuradorfnmt-5.0.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit rpm xdg + +DESCRIPTION="Spanish government certificate request generator" +HOMEPAGE="https://www.sede.fnmt.gob.es/descargas/descarga-software" +SRC_URI="https://descargas.cert.fnmt.es/Linux/${PN}_${PV}.x8664.rpm" +S="${WORKDIR}" + +LICENSE="FNMT-RCM" +SLOT="0" +KEYWORDS="~amd64" + +RESTRICT="mirror bindist" #959572 + +QA_PREBUILT="*" + +src_unpack() { + : +} + +src_install() { + dodir / + cd "${ED}" || die + rpm_src_unpack + sed -i -e '/Version/d' \ + "${ED}"/usr/share/applications/configuradorfnmt.desktop || die +} diff --git a/app-crypt/gocryptfs/gocryptfs-2.6.1-r1.ebuild b/app-crypt/gocryptfs/gocryptfs-2.6.1-r1.ebuild index 88bc64bd48c1..45fdd46192f2 100644 --- a/app-crypt/gocryptfs/gocryptfs-2.6.1-r1.ebuild +++ b/app-crypt/gocryptfs/gocryptfs-2.6.1-r1.ebuild @@ -22,7 +22,7 @@ LICENSE="MIT" # Vendored licenses LICENSE+=" Apache-2.0 BSD MIT" SLOT="0" -KEYWORDS="amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc64 ~riscv ~x86" IUSE="test" diff --git a/app-crypt/sequoia-sop/sequoia-sop-0.37.3.ebuild b/app-crypt/sequoia-sop/sequoia-sop-0.37.3.ebuild index c22bbc89b268..529691807c8f 100644 --- a/app-crypt/sequoia-sop/sequoia-sop-0.37.3.ebuild +++ b/app-crypt/sequoia-sop/sequoia-sop-0.37.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2025 Gentoo Authors +# Copyright 2021-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ CRATES=" RUST_MIN_VER="1.85.0" LLVM_COMPAT=( {16..21} ) -inherit cargo llvm-r1 shell-completion +inherit cargo llvm-r1 shell-completion check-reqs DESCRIPTION="Implementation of the Stateless OpenPGP Command Line Interface using Sequoia" HOMEPAGE="https://sequoia-pgp.org/ https://gitlab.com/sequoia-pgp/sequoia-sop" @@ -27,6 +27,8 @@ LICENSE+=" SLOT="0" KEYWORDS="~amd64" IUSE="botan" +CHECKREQS_DISK_BUILD="2G" +CHECKREQS_MEMORY="2G" QA_FLAGS_IGNORED="usr/bin/sqop" diff --git a/app-crypt/sequoia-sq/sequoia-sq-1.3.1-r1.ebuild b/app-crypt/sequoia-sq/sequoia-sq-1.3.1-r1.ebuild index 82eff7bbb22a..866f525f62cc 100644 --- a/app-crypt/sequoia-sq/sequoia-sq-1.3.1-r1.ebuild +++ b/app-crypt/sequoia-sq/sequoia-sq-1.3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2025 Gentoo Authors +# Copyright 2021-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ CRATES=" LLVM_COMPAT=( {16..20} ) RUST_MIN_VER="1.79.0" -inherit cargo llvm-r1 shell-completion +inherit cargo llvm-r1 shell-completion check-reqs DESCRIPTION="CLI of the Sequoia OpenPGP implementation" HOMEPAGE="https://sequoia-pgp.org/ https://gitlab.com/sequoia-pgp/sequoia-sq" @@ -27,6 +27,8 @@ LICENSE+=" SLOT="0" KEYWORDS="amd64 arm64 ~ppc64" IUSE="botan" +CHECKREQS_DISK_BUILD="4G" +CHECKREQS_MEMORY="3G" COMMON_DEPEND=" app-arch/bzip2 diff --git a/app-dicts/ydpdict/ydpdict-1.0.5.ebuild b/app-dicts/ydpdict/ydpdict-1.0.5.ebuild index 1b9ad1aee8c6..4711bf2dda0d 100644 --- a/app-dicts/ydpdict/ydpdict-1.0.5.ebuild +++ b/app-dicts/ydpdict/ydpdict-1.0.5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit autotools -DESCRIPTION="Interface for the Collins Dictionary" +DESCRIPTION="Translator between english, polish, and german using Collins dictionary" HOMEPAGE="https://github.com/wojtekka/ydpdict" SRC_URI="https://github.com/wojtekka/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/app-editors/cursor/Manifest b/app-editors/cursor/Manifest index 8aa65347445b..cc369a50be52 100644 --- a/app-editors/cursor/Manifest +++ b/app-editors/cursor/Manifest @@ -1,2 +1,2 @@ -DIST cursor-2.3.41-amd64.deb 145132372 BLAKE2B 9f349dc63d3037e52714d2a92949de1e674b355eaca68ea8c0b41871d36c7c0f8d73d5d102e7f9bb7961eb71e785162ed038d89594e146a83b448fd3e9549cea SHA512 aa1dd877d0d429c0a190cdc430c7581e035e340fa1c4ef61eff612d720eab04d41140b32aa74172ee711697abcc028a912b193ba52000a5cb43a23bb35b6ad02 -DIST cursor-2.3.41-arm64.deb 137173292 BLAKE2B 4a49ba4d52e6d614ed6911bccb3849d2f78955b0404ff1cab362d6cfbea1f2ea716d1d786ce5738d7e70e76c9e16b680128a689e4ddb3ed6122ff4811cc94cd5 SHA512 4cdc1ef5d775c14a11562b23e8e9f9d93163abb85905426711e746a5156fde30ea0bbf65168cbefd3ea18be92bbb364695490d83e43f5619f9799ef08ed09661 +DIST cursor-2.4.21-amd64.deb 176265096 BLAKE2B 18714aef74000e31e5167f908741fb07a2f776329e41bd7a62d78a4ae0c0b6460270b671fef5e0538adbacb546c4a9b97b8513b7f91d60203ceb849324804fde SHA512 5fdd1bf30209b10354e35086be711385f44fae6336b5a8546b2ed83d3b538ba886fc9064cbd05af4e43c205c1abe606b3159bfeffa5869a7422d69794ae98e6f +DIST cursor-2.4.21-arm64.deb 167424464 BLAKE2B ffe3f1241b169651a1edce90e0deba7de9301e93a7887622f0c7de1163bd878c570f43aaca0a3f5bfd82bfe9af3686a4befe2fc90959d481e18277e1e567a0ae SHA512 6558fc958445b68c685c0bc7d5dbc8dabc5fe47918fa631e7d6db9156717f664c1300b5516830c15244a13d6969c7b855fa2d71942561385a41e169df2591054 diff --git a/app-editors/cursor/cursor-2.3.41-r1.ebuild b/app-editors/cursor/cursor-2.4.21.ebuild index 74237c20d3bb..fff639d70cb6 100644 --- a/app-editors/cursor/cursor-2.3.41-r1.ebuild +++ b/app-editors/cursor/cursor-2.4.21.ebuild @@ -10,7 +10,7 @@ CHROMIUM_LANGS="af am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu inherit chromium-2 desktop pax-utils unpacker xdg optfeature shell-completion # curl -sL "https://www.cursor.com/api/download?platform=linux-x64&releaseTrack=latest" | jq -r '.commitSha' -BUILD_ID="2ca326e0d1ce10956aea33d54c0e2d8c13c58a32" +BUILD_ID="dc8361355d709f306d5159635a677a571b277bcc" DESCRIPTION="Cursor App - AI-first coding environment" HOMEPAGE="https://www.cursor.com/" SRC_URI=" diff --git a/dev-cpp/aws-crt-cpp/Manifest b/dev-cpp/aws-crt-cpp/Manifest index 301cdfcf1a53..4d1a66900037 100644 --- a/dev-cpp/aws-crt-cpp/Manifest +++ b/dev-cpp/aws-crt-cpp/Manifest @@ -1 +1,2 @@ DIST aws-crt-cpp-0.35.2.tar.gz 377493 BLAKE2B d37e234702cc3613d5cd11612007275482524a6d83846854d4446942dcfc1ca6340c64176b0aa8929b60bd7aae9e9800b7c41bcb190063a852b1571a6149e945 SHA512 4c788fab14004939f9c780ed4178f07248cdbe6b462957dfb4cff0025da2642a108b90e9192f064c89e5d8f61dbc57fb5dfa1adf3ea36246eb8de2fc6a7f28ab +DIST aws-crt-cpp-0.35.4.tar.gz 377147 BLAKE2B 9011b1191d5403c5e106c20a1420d4595c873e05a3ce2844198604e22c47544f50d1060ef35989e58d5bf1601078390d68d2e08aa4bc49ce37a95d9d5373562b SHA512 a8620827869be5465828d400f9cefe38e6030982ef45e7b780c84c68b403d1adc74f59c7b4626d84e730c0e197977430e9c5f5b78992fd3c0092d4ecab8a990b diff --git a/dev-cpp/aws-crt-cpp/aws-crt-cpp-0.35.4.ebuild b/dev-cpp/aws-crt-cpp/aws-crt-cpp-0.35.4.ebuild new file mode 100644 index 000000000000..2014f3e1b5cb --- /dev/null +++ b/dev-cpp/aws-crt-cpp/aws-crt-cpp-0.35.4.ebuild @@ -0,0 +1,45 @@ +# Copyright 2025-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="C++ wrapper around the aws-c-* libraries" +HOMEPAGE="https://github.com/awslabs/aws-crt-cpp" +SRC_URI="https://github.com/awslabs/aws-crt-cpp/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +inherit cmake + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RESTRICT="!test? ( test )" + +DEPEND=" + dev-libs/aws-c-auth:= + dev-libs/aws-c-cal:= + dev-libs/aws-c-common:= + dev-libs/aws-c-event-stream:= + dev-libs/aws-c-http:= + dev-libs/aws-c-io:= + dev-libs/aws-c-mqtt:= + dev-libs/aws-c-s3:= + dev-libs/aws-checksums:= + " +RDEPEND="${DEPEND}" +BDEPEND="dev-libs/aws-c-common" + +src_configure() +{ + local mycmakeargs=( + -DBUILD_DEPS=OFF # disable embedded 3rd-party repositories. + -DBUILD_TESTING=$(usex test) + ) + + use test && mycmakeargs+=( + -DENABLE_NET_TESTS=OFF # Network Sandbox cause these to fail. + ) + + cmake_src_configure +} diff --git a/dev-cpp/aws-sdk-cpp/Manifest b/dev-cpp/aws-sdk-cpp/Manifest index 2a5d2ceddc65..82feb33e0af1 100644 --- a/dev-cpp/aws-sdk-cpp/Manifest +++ b/dev-cpp/aws-sdk-cpp/Manifest @@ -1 +1,2 @@ DIST aws-sdk-cpp-1.11.686.tar.gz 77268552 BLAKE2B 0edb3518e270bd99e3cc2463fd96eb5750e8b89ecbaa1e834b118b710a1f54264c4b4aa0de43c5aefac5a8acafaae1862701b5bdd9d2fd6f089c463be104f4a1 SHA512 c4e1922e35e9316895a13d0c42039cc64e54f34531cb8f89b0609f79c648de9a1d3bc4021003f7b9f54763d6bc889049c27ff9727e29aafca3074890453604ac +DIST aws-sdk-cpp-1.11.712.tar.gz 80207334 BLAKE2B ae221b828a6b57bacb6a66725e827dd5cc2242e0dcb1434a9d5724ad20b4dd2e3796bca25ec0d490f90195c86d33ca312d60bb32cad44d419235d4a6e359d5ba SHA512 bbf220d3188111f6e93c8f0a36d62be05bf844e9745d1e214a419c2c15b2d7f0abb642b2eff8f47113a1925bf94bdd983db618e5940f3c30a4deed00994b08d6 diff --git a/dev-cpp/aws-sdk-cpp/aws-sdk-cpp-1.11.712.ebuild b/dev-cpp/aws-sdk-cpp/aws-sdk-cpp-1.11.712.ebuild new file mode 100644 index 000000000000..06e06681983f --- /dev/null +++ b/dev-cpp/aws-sdk-cpp/aws-sdk-cpp-1.11.712.ebuild @@ -0,0 +1,69 @@ +# Copyright 2025-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="AWS SDK for C++" +HOMEPAGE="https://github.com/aws/aws-sdk-cpp" +SRC_URI="https://github.com/aws/aws-sdk-cpp/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +inherit cmake + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +# BUILD_ONLY lists +declare -g -A AWS_GROUPS=( + [analytics]="athena;cleanrooms;cleanroomsml;datazone;entityresolution;finspace;finspace-data;firehose;forecast;forecastquery;glue;lakeformation;lookoutequipment;machinelearning;quicksight;repostspace;timestream-influxdb;amp;amplify;amplifybackend;amplifyuibuilder;omics;kafka;kafkaconnect;dsql;appflow;appintegrations;cloudsearch;cloudsearchdomain;databrew;dataexchange;datapipeline;kinesisanalytics;kinesisanalyticsv2;mwaa;mwaa-serverless;pi" + [compute]="application-autoscaling;autoscaling;autoscaling-plans;batch;compute-optimizer;compute-optimizer-automation;ec2;ec2-instance-connect;ecr;ecr-public;ecs;eks;elasticbeanstalk;elasticmapreduce;emr-containers;emr-serverless;lambda;lightsail;outposts;simspaceweaver;elasticfilesystem;elasticloadbalancing;elasticloadbalancingv2;m2;s3outposts;imagebuilder;swf;apigateway;apigatewaymanagementapi;apigatewayv2;apprunner;appstream;appsync;eks-auth;states;workspaces-instances" + [database]="docdb;docdb-elastic;dynamodb;dynamodbstreams;keyspaces;memorydb;neptune;neptune-graph;neptunedata;opensearch;opensearchserverless;rds;rds-data;redshift;redshift-data;redshift-serverless;sdb;timestream-influxdb;timestream-query;timestream-write;osis;clouddirectory;dax;elasticache;es;odb" + [devops]="codeartifact;codebuild;codecatalyst;codecommit;codeconnections;codedeploy;codeguru-reviewer;codeguru-security;codepipeline;codestar-connections;codestar-notifications;devicefarm;gamelift;gameliftstreams;proton;artifact;b2bi;serverlessrepo;schemas;mturk-requester;cloud9;codeguruprofiler;keyspacesstreams" + [iot]="greengrass;greengrassv2;groundstation;iot;iot-data;iot-jobs-data;iot-managed-integrations;iotanalytics;iotdeviceadvisor;iotevents;iotevents-data;iotfleetwise;iotsitewise;iotthingsgraph;iottwinmaker;iotwireless;iotsecuretunneling;panorama" + [management]="account;appconfig;appconfigdata;applicationcostprofiler;application-insights;application-signals;budgets;billing;billingconductor;ce;cloudcontrol;cloudformation;cloudtrail;cloudtrail-data;controltower;cur;fms;license-manager;license-manager-linux-subscriptions;license-manager-user-subscriptions;marketplace-agreement;marketplace-catalog;marketplace-deployment;marketplace-entitlement;marketplace-reporting;marketplacecommerceanalytics;organizations;ram;resource-explorer-2;resource-groups;resourcegroupstaggingapi;savingsplans;service-quotas;servicecatalog;servicecatalog-appregistry;support;support-app;taxsettings;AWSMigrationHub;cost-optimization-hub;dlm;dms;drs;mgn;migration-hub-refactor-spaces;migrationhub-config;migrationhuborchestrator;migrationhubstrategy;launch-wizard;meteringmarketplace;supplychain;workspaces;workspaces-thin-client;workspaces-web;bcm-data-exports;bcm-pricing-calculator;controlcatalog;discovery;invoicing;partnercentral-selling;partnercentral-account;partnercentral-benefits;partnercentral-channel;ssm;ssm-contacts;ssm-guiconnect;ssm-incidents;ssm-quicksetup;ssm-sap;mpa" + [media]="elastictranscoder;ivs;ivs-realtime;kinesis;kinesis-video-archived-media;kinesis-video-media;kinesis-video-signaling;kinesis-video-webrtc-storage;mediaconvert;mediatailor;voice-id;deadline;evs;ivschat;kinesisvideo;mediaconnect;medialive" + [messaging]="chatbot;chime;chime-sdk-identity;chime-sdk-media-pipelines;chime-sdk-meetings;chime-sdk-messaging;chime-sdk-voice;connect;connect-contact-lens;connectcampaigns;connectcampaignsv2;connectcases;connectparticipant;customer-profiles;eventbridge;notifications;notificationscontacts;pinpoint;pinpoint-email;pinpoint-sms-voice-v2;pipes;rum;scheduler;sns;sqs;mailmanager;sms-voice;socialmessaging;wisdom;workmail;workmailmessageflow;mq;sesv2;email" + [ml]="bedrock;bedrock-agent;bedrock-agent-runtime;bedrock-data-automation;bedrock-data-automation-runtime;bedrock-runtime;comprehend;comprehendmedical;frauddetector;personalize;personalize-events;personalize-runtime;rekognition;sagemaker;sagemaker-a2i-runtime;sagemaker-edge;sagemaker-featurestore-runtime;sagemaker-geospatial;sagemaker-metrics;sagemaker-runtime;sagemaker-runtime-http2;textract;transcribe;transcribestreaming;translate;lex;lex-models;lexv2-models;lexv2-runtime;qapps;qbusiness;medical-imaging;kendra;kendra-ranking;polly;qconnect" + [monitor]="config;devops-guru;health;inspector;inspector-scan;inspector2;internetmonitor;logs;monitoring;observabilityadmin;resiliencehub;security-ir;synthetics;trustedadvisor;wellarchitected;xray;fis;grafana;healthlake;oam;aiops;appfabric;evidently" + [networking]="appmesh;cloudfront;cloudfront-keyvaluestore;directconnect;globalaccelerator;location;network-firewall;networkflowmonitor;networkmanager;networkmonitor;route53;route53-recovery-cluster;route53-recovery-control-config;route53-recovery-readiness;route53domains;route53profiles;route53resolver;route53globalresolver;vpc-lattice;geo-maps;geo-places;geo-routes;tnb;arc-zonal-shift;servicediscovery" + [security]="accessanalyzer;acm;acm-pca;codeguru-security;guardduty;iam;macie2;payment-cryptography;payment-cryptography-data;rolesanywhere;secretsmanager;securityhub;securitylake;shield;signer;verifiedpermissions;waf;waf-regional;wafv2;auditmanager;cloudhsm;cloudhsmv2;detective;directory-service-data;pca-connector-ad;pca-connector-scep;pcs;sso;sso-admin;signin" + [storage]="backup;backup-gateway;datasync;ebs;fsx;glacier;mediapackage;mediapackage-vod;mediapackagev2;mediastore;mediastore-data;s3;s3-crt;snow-device-management;snowball;storagegateway;workdocs;awstransfer;importexport;rbin;s3tables;backupsearch;s3control" + [uncategorized]="ds;evs;braket;freetier;managedblockchain;managedblockchain-query;nova-act" +) + +IUSE="${!AWS_GROUPS[*]}" + +DEPEND="dev-cpp/aws-crt-cpp:= + dev-libs/aws-c-auth:= + dev-libs/aws-c-common:= + dev-libs/aws-c-compression:= + dev-libs/aws-c-event-stream:= + dev-libs/aws-c-http:= + dev-libs/aws-c-io:= + dev-libs/aws-c-mqtt:= + dev-libs/aws-c-s3:= + dev-libs/aws-c-sdkutils:= + dev-libs/aws-checksums:= + net-misc/curl:= + virtual/zlib:=" +RDEPEND="${DEPEND}" +BDEPEND="dev-libs/aws-c-common" + +src_configure() { + local mybuildtargets="core;kms;identity-management;sts;cognito-identity;cognito-idp;cognito-sync;identitystore;sso-oidc;events;pricing" + + local g + for g in "${!AWS_GROUPS[@]}"; do + if use "${g}"; then + mybuildtargets+=";${AWS_GROUPS[$g]}" + fi + done + + local mycmakeargs=( + -DLEGACY_BUILD=ON + -DBUILD_DEPS=OFF # disable embedded 3rd-party repositories. + -DBUILD_ONLY="${mybuildtargets}" + ) + + cmake_src_configure +} diff --git a/dev-cpp/lucene++/files/lucene++-3.0.9-boost-1.90.patch b/dev-cpp/lucene++/files/lucene++-3.0.9-boost-1.90.patch new file mode 100644 index 000000000000..54ff53938980 --- /dev/null +++ b/dev-cpp/lucene++/files/lucene++-3.0.9-boost-1.90.patch @@ -0,0 +1,486 @@ +https://github.com/luceneplusplus/LucenePlusPlus/pull/222 +Bug: https://bugs.gentoo.org/969181 + +From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= + <congdanhqx@gmail.com> +Date: Fri, 5 Dec 2025 10:37:48 +0700 +Subject: [PATCH 1/2] BitSet: Partial fix for Boost 1.90 + +--- + include/lucene++/BitSet.h | 8 ++++- + src/core/util/BitSet.cpp | 72 ++++++++++++++++++++++++++++++++++++++- + 2 files changed, 78 insertions(+), 2 deletions(-) + +diff --git a/include/lucene++/BitSet.h b/include/lucene++/BitSet.h +index e06e6c7b..d07f12c5 100644 +--- a/include/lucene++/BitSet.h ++++ b/include/lucene++/BitSet.h +@@ -8,6 +8,7 @@ + #define BITSET_H + + #include <boost/dynamic_bitset.hpp> ++#include <boost/version.hpp> + #include "LuceneObject.h" + + namespace Lucene { +@@ -22,9 +23,14 @@ class LPPAPI BitSet : public LuceneObject { + protected: + typedef boost::dynamic_bitset<uint64_t> bitset_type; + bitset_type bitSet; ++#if BOOST_VERSION >= 109000 ++ typedef const bitset_type& get_bits_result; ++#else ++ typedef const uint64_t* get_bits_result; ++#endif + + public: +- const uint64_t* getBits(); ++ get_bits_result getBits(); + void clear(); + void clear(uint32_t bitIndex); + void fastClear(uint32_t bitIndex); +diff --git a/src/core/util/BitSet.cpp b/src/core/util/BitSet.cpp +index 6eb9d943..bff757bb 100644 +--- a/src/core/util/BitSet.cpp ++++ b/src/core/util/BitSet.cpp +@@ -7,6 +7,8 @@ + #include "LuceneInc.h" + #include "BitSet.h" + #include "BitUtil.h" ++#include <boost/version.hpp> ++#include <boost/iterator/function_output_iterator.hpp> + + namespace Lucene { + +@@ -16,8 +18,12 @@ BitSet::BitSet(uint32_t size) : bitSet(size) { + BitSet::~BitSet() { + } + +-const uint64_t* BitSet::getBits() { ++BitSet::get_bits_result BitSet::getBits() { ++#if BOOST_VERSION < 109000 + return bitSet.empty() ? NULL : static_cast<const uint64_t*>(&bitSet.m_bits[0]); ++#else ++ return bitSet; ++#endif + } + + void BitSet::clear() { +@@ -151,6 +157,11 @@ int32_t BitSet::nextSetBit(uint32_t fromIndex) const { + } + + void BitSet::_and(const BitSetPtr& set) { ++#if BOOST_VERSION >= 108900 ++ bitset_type other = set->bitSet; ++ other.resize(bitSet.size()); ++ bitSet &= other; ++#else + bitset_type::size_type minBlocks = std::min(bitSet.num_blocks(), set->bitSet.num_blocks()); + for (bitset_type::size_type i = 0; i < minBlocks; ++i) { + bitSet.m_bits[i] &= set->bitSet.m_bits[i]; +@@ -158,9 +169,20 @@ void BitSet::_and(const BitSetPtr& set) { + if (bitSet.num_blocks() > minBlocks) { + std::fill(bitSet.m_bits.begin() + minBlocks, bitSet.m_bits.end(), bitset_type::block_type(0)); + } ++#endif + } + + void BitSet::_or(const BitSetPtr& set) { ++#if BOOST_VERSION >= 108900 ++ if (set->bitSet.size() > bitSet.size()) { ++ resize(set->bitSet.size()); ++ bitSet |= set->bitSet; ++ } else { ++ bitset_type other = set->bitSet; ++ other.resize(bitSet.size()); ++ bitSet |= other; ++ } ++#else + bitset_type::size_type minBlocks = std::min(bitSet.num_blocks(), set->bitSet.num_blocks()); + if (set->bitSet.size() > bitSet.size()) { + resize(set->bitSet.size()); +@@ -171,9 +193,20 @@ void BitSet::_or(const BitSetPtr& set) { + if (bitSet.num_blocks() > minBlocks) { + std::copy(set->bitSet.m_bits.begin() + minBlocks, set->bitSet.m_bits.end(), bitSet.m_bits.begin() + minBlocks); + } ++#endif + } + + void BitSet::_xor(const BitSetPtr& set) { ++#if BOOST_VERSION >= 108900 ++ if (set->bitSet.size() > bitSet.size()) { ++ resize(set->bitSet.size()); ++ bitSet ^= set->bitSet; ++ } else { ++ bitset_type other = set->bitSet; ++ other.resize(bitSet.size()); ++ bitSet ^= other; ++ } ++#else + bitset_type::size_type minBlocks = std::min(bitSet.num_blocks(), set->bitSet.num_blocks()); + if (set->bitSet.size() > bitSet.size()) { + resize(set->bitSet.size()); +@@ -184,13 +217,20 @@ void BitSet::_xor(const BitSetPtr& set) { + if (bitSet.num_blocks() > minBlocks) { + std::copy(set->bitSet.m_bits.begin() + minBlocks, set->bitSet.m_bits.end(), bitSet.m_bits.begin() + minBlocks); + } ++#endif + } + + void BitSet::andNot(const BitSetPtr& set) { ++#if BOOST_VERSION >= 108900 ++ bitset_type other = set->bitSet; ++ other.resize(bitSet.size()); ++ bitSet &= other.flip(); ++#else + bitset_type::size_type minBlocks = std::min(bitSet.num_blocks(), set->bitSet.num_blocks()); + for (bitset_type::size_type i = 0; i < minBlocks; ++i) { + bitSet.m_bits[i] &= ~set->bitSet.m_bits[i]; + } ++#endif + } + + bool BitSet::intersectsBitSet(const BitSetPtr& set) const { +@@ -198,10 +238,17 @@ bool BitSet::intersectsBitSet(const BitSetPtr& set) const { + } + + uint32_t BitSet::cardinality() { ++#if BOOST_VERSION >= 108900 ++ return bitSet.count(); ++#else + return bitSet.num_blocks() == 0 ? 0 : (uint32_t)BitUtil::pop_array((int64_t*)getBits(), 0, bitSet.num_blocks()); ++#endif + } + + void BitSet::resize(uint32_t size) { ++#if BOOST_VERSION >= 108900 ++ bitSet.resize(size); ++#else + bitset_type::size_type old_num_blocks = bitSet.num_blocks(); + bitset_type::size_type required_blocks = bitSet.calc_num_blocks(size); + if (required_blocks != old_num_blocks) { +@@ -212,6 +259,7 @@ void BitSet::resize(uint32_t size) { + if (extra_bits != 0) { + bitSet.m_bits.back() &= ~(~static_cast<bitset_type::block_type>(0) << extra_bits); + } ++#endif + } + + bool BitSet::equals(const LuceneObjectPtr& other) { +@@ -224,6 +272,18 @@ bool BitSet::equals(const LuceneObjectPtr& other) { + } + BitSetPtr first = bitSet.num_blocks() < otherBitSet->bitSet.num_blocks() ? otherBitSet : shared_from_this(); + BitSetPtr second = bitSet.num_blocks() < otherBitSet->bitSet.num_blocks() ? shared_from_this() : otherBitSet; ++#if BOOST_VERSION >= 108900 ++ bitset_type::size_type f = first->bitSet.find_first(); ++ bitset_type::size_type s = second->bitSet.find_first(); ++ while (f == s) { ++ if (f == bitset_type::npos) { ++ return true; ++ } ++ f = first->bitSet.find_next(f); ++ s = second->bitSet.find_next(s); ++ } ++ return false; ++#else + bitset_type::size_type firstLength = first->bitSet.num_blocks(); + bitset_type::size_type secondLength = second->bitSet.num_blocks(); + for (bitset_type::size_type i = secondLength; i < firstLength; ++i) { +@@ -237,18 +297,28 @@ bool BitSet::equals(const LuceneObjectPtr& other) { + } + } + return true; ++#endif + } + + int32_t BitSet::hashCode() { + // Start with a zero hash and use a mix that results in zero if the input is zero. + // This effectively truncates trailing zeros without an explicit check. + int64_t hash = 0; ++#if BOOST_VERSION >= 108900 ++ to_block_range(bitSet, boost::make_function_output_iterator( ++ [&hash](bitset_type::block_type block) { ++ hash ^= block; ++ hash = (hash << 1) | (hash >> 63); // rotate left ++ } ++ )); ++#else + uint32_t maxSize = bitSet.num_blocks(); + const uint64_t* bits = getBits(); + for (uint32_t bit = 0; bit < maxSize; ++bit) { + hash ^= bits[bit]; + hash = (hash << 1) | (hash >> 63); // rotate left + } ++#endif + // Fold leftmost bits into right and add a constant to prevent empty sets from + // returning 0, which is too common. + return (int32_t)((hash >> 32) ^ hash) + 0x98761234; + +From 55a1238e23c0f98ff375acaf8bb4f6ebba9f2b72 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= + <congdanhqx@gmail.com> +Date: Fri, 5 Dec 2025 11:19:08 +0700 +Subject: [PATCH 2/2] BitSet: prefer builtin boost function + +--- + src/core/util/BitSet.cpp | 126 +++++++-------------------------------- + 1 file changed, 23 insertions(+), 103 deletions(-) + +diff --git a/src/core/util/BitSet.cpp b/src/core/util/BitSet.cpp +index bff757bb..c2fa941b 100644 +--- a/src/core/util/BitSet.cpp ++++ b/src/core/util/BitSet.cpp +@@ -41,16 +41,20 @@ void BitSet::fastClear(uint32_t bitIndex) { + } + + void BitSet::clear(uint32_t fromIndex, uint32_t toIndex) { ++#if BOOST_VERSION >= 106900 ++ fromIndex = std::min<bitset_type::size_type>(fromIndex, bitSet.size()); ++ toIndex = std::min<bitset_type::size_type>(toIndex, bitSet.size()); ++ bitSet.reset(fromIndex, toIndex - fromIndex); ++#else + toIndex = std::min(toIndex, (uint32_t)bitSet.size()); + for (bitset_type::size_type i = std::min(fromIndex, (uint32_t)bitSet.size()); i < toIndex; ++i) { + bitSet.set(i, false); + } ++#endif + } + + void BitSet::fastClear(uint32_t fromIndex, uint32_t toIndex) { +- for (bitset_type::size_type i = fromIndex; i < toIndex; ++i) { +- bitSet.set(i, false); +- } ++ fastSet(fromIndex, toIndex, false); + } + + void BitSet::set(uint32_t bitIndex) { +@@ -76,33 +80,28 @@ void BitSet::fastSet(uint32_t bitIndex, bool value) { + } + + void BitSet::set(uint32_t fromIndex, uint32_t toIndex) { +- if (toIndex >= bitSet.size()) { +- resize(toIndex + 1); +- } +- for (bitset_type::size_type i = fromIndex; i < toIndex; ++i) { +- bitSet.set(i, true); +- } ++ set(fromIndex, toIndex, true); + } + + void BitSet::fastSet(uint32_t fromIndex, uint32_t toIndex) { +- for (bitset_type::size_type i = fromIndex; i < toIndex; ++i) { +- bitSet.set(i, true); +- } ++ fastSet(fromIndex, toIndex, true); + } + + void BitSet::set(uint32_t fromIndex, uint32_t toIndex, bool value) { + if (toIndex >= bitSet.size()) { + resize(toIndex + 1); + } +- for (bitset_type::size_type i = fromIndex; i < toIndex; ++i) { +- bitSet.set(i, value); +- } ++ fastSet(fromIndex, toIndex, value); + } + + void BitSet::fastSet(uint32_t fromIndex, uint32_t toIndex, bool value) { ++#if BOOST_VERSION >= 106900 ++ bitSet.set(fromIndex, toIndex - fromIndex, value); ++#else + for (bitset_type::size_type i = fromIndex; i < toIndex; ++i) { + bitSet.set(i, value); + } ++#endif + } + + void BitSet::flip(uint32_t bitIndex) { +@@ -120,15 +119,17 @@ void BitSet::flip(uint32_t fromIndex, uint32_t toIndex) { + if (toIndex >= bitSet.size()) { + resize(toIndex + 1); + } +- for (bitset_type::size_type i = fromIndex; i < toIndex; ++i) { +- bitSet.flip(i); +- } ++ fastFlip(fromIndex, toIndex); + } + + void BitSet::fastFlip(uint32_t fromIndex, uint32_t toIndex) { ++#if BOOST_VERSION >= 106900 ++ bitSet.flip(fromIndex, toIndex - fromIndex); ++#else + for (bitset_type::size_type i = fromIndex; i < toIndex; ++i) { + bitSet.flip(i); + } ++#endif + } + + uint32_t BitSet::size() const { +@@ -152,28 +153,21 @@ bool BitSet::fastGet(uint32_t bitIndex) const { + } + + int32_t BitSet::nextSetBit(uint32_t fromIndex) const { ++#if BOOST_VERSION >= 108800 ++ return bitSet.find_first(fromIndex); ++#else + bitset_type::size_type next = fromIndex == 0 ? bitSet.find_first() : bitSet.find_next(fromIndex - 1); + return next == bitset_type::npos ? -1 : next; ++#endif + } + + void BitSet::_and(const BitSetPtr& set) { +-#if BOOST_VERSION >= 108900 + bitset_type other = set->bitSet; + other.resize(bitSet.size()); + bitSet &= other; +-#else +- bitset_type::size_type minBlocks = std::min(bitSet.num_blocks(), set->bitSet.num_blocks()); +- for (bitset_type::size_type i = 0; i < minBlocks; ++i) { +- bitSet.m_bits[i] &= set->bitSet.m_bits[i]; +- } +- if (bitSet.num_blocks() > minBlocks) { +- std::fill(bitSet.m_bits.begin() + minBlocks, bitSet.m_bits.end(), bitset_type::block_type(0)); +- } +-#endif + } + + void BitSet::_or(const BitSetPtr& set) { +-#if BOOST_VERSION >= 108900 + if (set->bitSet.size() > bitSet.size()) { + resize(set->bitSet.size()); + bitSet |= set->bitSet; +@@ -182,22 +176,9 @@ void BitSet::_or(const BitSetPtr& set) { + other.resize(bitSet.size()); + bitSet |= other; + } +-#else +- bitset_type::size_type minBlocks = std::min(bitSet.num_blocks(), set->bitSet.num_blocks()); +- if (set->bitSet.size() > bitSet.size()) { +- resize(set->bitSet.size()); +- } +- for (bitset_type::size_type i = 0; i < minBlocks; ++i) { +- bitSet.m_bits[i] |= set->bitSet.m_bits[i]; +- } +- if (bitSet.num_blocks() > minBlocks) { +- std::copy(set->bitSet.m_bits.begin() + minBlocks, set->bitSet.m_bits.end(), bitSet.m_bits.begin() + minBlocks); +- } +-#endif + } + + void BitSet::_xor(const BitSetPtr& set) { +-#if BOOST_VERSION >= 108900 + if (set->bitSet.size() > bitSet.size()) { + resize(set->bitSet.size()); + bitSet ^= set->bitSet; +@@ -206,31 +187,12 @@ void BitSet::_xor(const BitSetPtr& set) { + other.resize(bitSet.size()); + bitSet ^= other; + } +-#else +- bitset_type::size_type minBlocks = std::min(bitSet.num_blocks(), set->bitSet.num_blocks()); +- if (set->bitSet.size() > bitSet.size()) { +- resize(set->bitSet.size()); +- } +- for (bitset_type::size_type i = 0; i < minBlocks; ++i) { +- bitSet.m_bits[i] ^= set->bitSet.m_bits[i]; +- } +- if (bitSet.num_blocks() > minBlocks) { +- std::copy(set->bitSet.m_bits.begin() + minBlocks, set->bitSet.m_bits.end(), bitSet.m_bits.begin() + minBlocks); +- } +-#endif + } + + void BitSet::andNot(const BitSetPtr& set) { +-#if BOOST_VERSION >= 108900 + bitset_type other = set->bitSet; + other.resize(bitSet.size()); + bitSet &= other.flip(); +-#else +- bitset_type::size_type minBlocks = std::min(bitSet.num_blocks(), set->bitSet.num_blocks()); +- for (bitset_type::size_type i = 0; i < minBlocks; ++i) { +- bitSet.m_bits[i] &= ~set->bitSet.m_bits[i]; +- } +-#endif + } + + bool BitSet::intersectsBitSet(const BitSetPtr& set) const { +@@ -238,28 +200,11 @@ bool BitSet::intersectsBitSet(const BitSetPtr& set) const { + } + + uint32_t BitSet::cardinality() { +-#if BOOST_VERSION >= 108900 + return bitSet.count(); +-#else +- return bitSet.num_blocks() == 0 ? 0 : (uint32_t)BitUtil::pop_array((int64_t*)getBits(), 0, bitSet.num_blocks()); +-#endif + } + + void BitSet::resize(uint32_t size) { +-#if BOOST_VERSION >= 108900 + bitSet.resize(size); +-#else +- bitset_type::size_type old_num_blocks = bitSet.num_blocks(); +- bitset_type::size_type required_blocks = bitSet.calc_num_blocks(size); +- if (required_blocks != old_num_blocks) { +- bitSet.m_bits.resize(required_blocks, bitset_type::block_type(0)); +- } +- bitSet.m_num_bits = size; +- uint64_t extra_bits = static_cast<uint64_t>(bitSet.size() % bitSet.bits_per_block); +- if (extra_bits != 0) { +- bitSet.m_bits.back() &= ~(~static_cast<bitset_type::block_type>(0) << extra_bits); +- } +-#endif + } + + bool BitSet::equals(const LuceneObjectPtr& other) { +@@ -272,7 +217,6 @@ bool BitSet::equals(const LuceneObjectPtr& other) { + } + BitSetPtr first = bitSet.num_blocks() < otherBitSet->bitSet.num_blocks() ? otherBitSet : shared_from_this(); + BitSetPtr second = bitSet.num_blocks() < otherBitSet->bitSet.num_blocks() ? shared_from_this() : otherBitSet; +-#if BOOST_VERSION >= 108900 + bitset_type::size_type f = first->bitSet.find_first(); + bitset_type::size_type s = second->bitSet.find_first(); + while (f == s) { +@@ -283,42 +227,18 @@ bool BitSet::equals(const LuceneObjectPtr& other) { + s = second->bitSet.find_next(s); + } + return false; +-#else +- bitset_type::size_type firstLength = first->bitSet.num_blocks(); +- bitset_type::size_type secondLength = second->bitSet.num_blocks(); +- for (bitset_type::size_type i = secondLength; i < firstLength; ++i) { +- if (first->bitSet.m_bits[i] != 0) { +- return false; +- } +- } +- for (bitset_type::size_type i = 0; i < secondLength; ++i) { +- if (first->bitSet.m_bits[i] != second->bitSet.m_bits[i]) { +- return false; +- } +- } +- return true; +-#endif + } + + int32_t BitSet::hashCode() { + // Start with a zero hash and use a mix that results in zero if the input is zero. + // This effectively truncates trailing zeros without an explicit check. + int64_t hash = 0; +-#if BOOST_VERSION >= 108900 + to_block_range(bitSet, boost::make_function_output_iterator( + [&hash](bitset_type::block_type block) { + hash ^= block; + hash = (hash << 1) | (hash >> 63); // rotate left + } + )); +-#else +- uint32_t maxSize = bitSet.num_blocks(); +- const uint64_t* bits = getBits(); +- for (uint32_t bit = 0; bit < maxSize; ++bit) { +- hash ^= bits[bit]; +- hash = (hash << 1) | (hash >> 63); // rotate left +- } +-#endif + // Fold leftmost bits into right and add a constant to prevent empty sets from + // returning 0, which is too common. + return (int32_t)((hash >> 32) ^ hash) + 0x98761234; diff --git a/dev-cpp/lucene++/lucene++-3.0.9-r2.ebuild b/dev-cpp/lucene++/lucene++-3.0.9-r2.ebuild new file mode 100644 index 000000000000..f92659fc7c3e --- /dev/null +++ b/dev-cpp/lucene++/lucene++-3.0.9-r2.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_P="LucenePlusPlus-rel_${PV}" +inherit edo cmake flag-o-matic + +DESCRIPTION="C++ port of Lucene library, a high-performance, full-featured text search engine" +HOMEPAGE="https://github.com/luceneplusplus/LucenePlusPlus" +SRC_URI="https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="|| ( LGPL-3 Apache-2.0 )" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~loong ~ppc ~ppc64 ~sparc ~x86" +IUSE="debug test" +RESTRICT="!test? ( test )" + +DEPEND="dev-libs/boost:=[zlib]" +RDEPEND="${DEPEND}" +BDEPEND=" + test? ( dev-cpp/gtest ) +" + +PATCHES=( + "${FILESDIR}/${PN}-3.0.7-boost-1.85.patch" + "${FILESDIR}/${PN}-3.0.9-boost-1.87.patch" + "${FILESDIR}/${PN}-3.0.9-pkgconfig.patch" + "${FILESDIR}/${PN}-3.0.9-tests-gtest-cstdint.patch" + "${FILESDIR}/${PN}-3.0.9-cmake4.patch" + "${FILESDIR}/${PN}-3.0.9-system-gtest.patch" + "${FILESDIR}/${PN}-3.0.9-gcc15.patch" + "${FILESDIR}/${PN}-3.0.9-boost-1.89.patch" + "${FILESDIR}/${PN}-3.0.9-boost-1.90.patch" +) + +src_configure() { + # Can't be tested with LTO because of ODR issues in test mocks + filter-lto + + local mycmakeargs=( + -DENABLE_DEMO=OFF + -DENABLE_TEST=$(usex test) + ) + + cmake_src_configure +} + +src_test() { + edo "${BUILD_DIR}"/src/test/lucene++-tester \ + --test_dir="${S}"/src/test/testfiles \ + --gtest_filter="-ParallelMultiSearcherTest*:SortTest.*:" +} diff --git a/dev-cpp/tlfloat/tlfloat-1.17.1_p20250711.ebuild b/dev-cpp/tlfloat/tlfloat-1.17.1_p20250711.ebuild index 53518dfc4163..f954b85a2097 100644 --- a/dev-cpp/tlfloat/tlfloat-1.17.1_p20250711.ebuild +++ b/dev-cpp/tlfloat/tlfloat-1.17.1_p20250711.ebuild @@ -18,7 +18,7 @@ S="${WORKDIR}"/${PN}-${CommitId} LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="~amd64 ~arm64 ~riscv" IUSE="test" RESTRICT="!test? ( test )" diff --git a/dev-java/jdbc-postgresql/Manifest b/dev-java/jdbc-postgresql/Manifest index 5feb144785ff..e90640a36399 100644 --- a/dev-java/jdbc-postgresql/Manifest +++ b/dev-java/jdbc-postgresql/Manifest @@ -1,4 +1,5 @@ DIST classloader-leak-test-framework-1.1.2.jar 16197 BLAKE2B dd63a5c351c9048bb6d5936b3a0225813acd85444a2f0ba4067e8b0516714b45e81672c05fe4a8731c7d9ad16676acdf7148474a3caaec396a61493b19b4c73a SHA512 fe4859206561170153ddc04d4ebcbc8d521836a4352bf96c97e8851637e8596901d3ec4d6fb41db9625e51274d264ee496f7681437be96cb140ccd52791af7e3 DIST postgresql-jdbc-42.7.7.src.tar.gz 1052965 BLAKE2B 8eb6da8a2969e4610e8d35853abb571c39581cc66742806b3a63e323e328e3de194435a154b57723157384b1340339574f31814f64ab419d4916c94a46727491 SHA512 f94f858e1732a6b38bd748014ccc335570ff9db8da84b8277e114f974abea1046d264fe75cde965eb270c70fccd323695b147a8e69fb7603fdfb4a0be0c7cd39 +DIST postgresql-jdbc-42.7.8.src.tar.gz 1054526 BLAKE2B 769bfba56853aab3d976c455941818c234e682ac3e780e454b409d46c6905d400155756d6977fe0224f822a3059f1144be504ae72274e7ea70cd0f695da4d282 SHA512 4860f6446960ad4d38af28a3cd38cbc6bdd53d8acdd0c20cc3141df3e7a4b41aad67293f19aac6ae6d9da351b7e6379a0a02261d8bb188e1daae914f7ba0139f DIST system-stubs-core-2.1.8.jar 55449 BLAKE2B 7ca3c45e388e88bbea97c6a00b19e3569c0ea5573c8aef21f62e0adb84b17332c898fb18875f9e8f7d9c4846dbde5a982cedf42a4d42757084156e01cabd13b2 SHA512 b2665a8dab79564c637fcce8c3d8bd203c19ffc7dd1844fc354fb282f7eb7bdd12af2437cfc5366e8a0b9343ba93dce6d26c40ae123768758f3030f718b7ac6a DIST system-stubs-jupiter-2.1.8.jar 7365 BLAKE2B 65fa4bd569a21995f69d7fb834b4add57fb1782fdcf448d172f39fcc4d0fd867c3e0fe14f979a5c49030c477f25fe432dde61d34e0ce2914c980aa94e5ed8339 SHA512 1e5eb9d4503a2cbe3ec14ecce0a211df49d841471a6aa18c72de9fc6bda403f7d63dc0e842e4c47905aa7d0b9e917d6c7fa52dcbe3fc1293ed3d5f176fc58aa4 diff --git a/dev-java/jdbc-postgresql/jdbc-postgresql-42.7.8.ebuild b/dev-java/jdbc-postgresql/jdbc-postgresql-42.7.8.ebuild new file mode 100644 index 000000000000..888a586bf17a --- /dev/null +++ b/dev-java/jdbc-postgresql/jdbc-postgresql-42.7.8.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +JAVA_PKG_IUSE="doc source test" +JAVA_TESTING_FRAMEWORKS="junit-jupiter" +MAVEN_ID="org.postgresql:postgresql:${PV}" + +inherit java-pkg-2 java-pkg-simple junit5 + +DESCRIPTION="Java JDBC 4.2 (JRE 8+) driver for PostgreSQL database" +HOMEPAGE="https://jdbc.postgresql.org/" +CFV="1.1.2" # classloader-leak-test-framework isn't yet packaged. +WSV="2.1.8" # webcompere/systemstubs isn't yet packaged. +SRC_URI="https://jdbc.postgresql.org/download/postgresql-jdbc-${PV}.src.tar.gz + test? ( + https://repo1.maven.org/maven2/uk/org/webcompere/system-stubs-core/${WSV}/system-stubs-core-${WSV}.jar + https://repo1.maven.org/maven2/uk/org/webcompere/system-stubs-jupiter/${WSV}/system-stubs-jupiter-${WSV}.jar + https://repo1.maven.org/maven2/se/jiderhamn/classloader-leak-test-framework/${CFV}/classloader-leak-test-framework-${CFV}.jar + )" +S="${WORKDIR}/postgresql-${PV}-jdbc-src" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" + +# Tests need a running sql server, otherwise would fail: +# "org.postgresql.util.PSQLException: Connection to localhost:5432 refused. +# Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections." +RESTRICT="test" + +DEPEND=" + >=dev-java/checker-framework-qual-3.52.1:0 + >=dev-java/jna-5.18.1:0 + >=dev-java/osgi-cmpn-8.0.0-r1:8 + >=dev-java/osgi-core-8.0.0:0 + >=dev-java/scram-3.2:0 + >=dev-java/waffle-jna-3.5.1:0 + >=virtual/jdk-1.8:* + test? ( + >=dev-java/asm-9.9.1:0 + >=dev-java/byte-buddy-1.18.2:0 + dev-java/junit:4 + dev-java/junit:5[vintage] + ) +" + +RDEPEND=">=virtual/jre-1.8:*" + +JAVA_CLASSPATH_EXTRA=" + checker-framework-qual + jna + osgi-cmpn-8 + osgi-core + scram + waffle-jna +" + +JAVA_AUTOMATIC_MODULE_NAME="org.postgresql.jdbc" +JAVA_GENTOO_CLASSPATH_EXTRA="${DISTDIR}/system-stubs-core-${WSV}.jar" +JAVA_GENTOO_CLASSPATH_EXTRA+=":${DISTDIR}/system-stubs-jupiter-${WSV}.jar" +JAVA_GENTOO_CLASSPATH_EXTRA+=":${DISTDIR}/classloader-leak-test-framework-${CFV}.jar" +JAVA_MAIN_CLASS="org.postgresql.util.PGJDBCMain" +JAVA_RESOURCE_DIRS="src/main/resources" +JAVA_SRC_DIR="src/main/java" +JAVA_TEST_GENTOO_CLASSPATH="asm byte-buddy junit-4 junit-5" +JAVA_TEST_RESOURCE_DIRS="src/test/resources" +JAVA_TEST_SRC_DIR="src/test/java" diff --git a/dev-java/jetbrains-annotations/Manifest b/dev-java/jetbrains-annotations/Manifest index 79cb59512537..8f7f88b68a12 100644 --- a/dev-java/jetbrains-annotations/Manifest +++ b/dev-java/jetbrains-annotations/Manifest @@ -1 +1,2 @@ +DIST jetbrains-annotations-26.0.2.1.tar.gz 147939 BLAKE2B 2d662402362ce5ee4cdb548c2411b209e74848faa6ce3392c7ac3d935cdf56a783c2fd000f035232ee13a7d454f1929c2ab0021646758d0e5972e34d9c4ffc97 SHA512 14d5c0573502a75e83ec41d87091fa2c78f554769396b6e874e3fad9e3f1953f6eab2269d4eca02d2c96200752a63dd438db958824c0808443f201303398a526 DIST jetbrains-annotations-26.0.2.tar.gz 148148 BLAKE2B 0cbb42b5bd8a63def0cd985923ce4a4b12cac50e68cd48c65f5608495af317af2dc66f2780c38ab42623e74527ba19199ca35833963ef27b573a371ed975ce8e SHA512 ab57b5ea281e44aa21aa3f90fb297cceabdb5dc577af1adfa0c3c697a0ab436476e16c1655cdfea18fc41e92ebdf6798b15a18e0760ecd84282e46c45fd88803 diff --git a/dev-java/jetbrains-annotations/jetbrains-annotations-26.0.2.1.ebuild b/dev-java/jetbrains-annotations/jetbrains-annotations-26.0.2.1.ebuild new file mode 100644 index 000000000000..8fcb05adef9f --- /dev/null +++ b/dev-java/jetbrains-annotations/jetbrains-annotations-26.0.2.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 2024-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Annotations for JVM-based languages" +HOMEPAGE="https://github.com/JetBrains/java-annotations" +SRC_URI="https://github.com/JetBrains/java-annotations/archive/$(ver_rs 3 -).tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN/jetbrains/java}-$(ver_rs 3 -)" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=">=virtual/jdk-11:*" # module-info +RDEPEND=">=virtual/jre-1.8:*" + +JAVA_SRC_DIR=( src/jvmMain/{java,moduleInfo} ) diff --git a/dev-java/powermock-reflect/Manifest b/dev-java/powermock-reflect/Manifest new file mode 100644 index 000000000000..c934a4831ad3 --- /dev/null +++ b/dev-java/powermock-reflect/Manifest @@ -0,0 +1 @@ +DIST powermock-2.0.9.tar.gz 497878 BLAKE2B f4f0422b424d0fb895e7c1943ab41dddb4664b276ce85aadab940b6fcb36a941b54f55caded83518737793f3015b314ab74d6392b168c1356a7d2324ed644327 SHA512 c6d55e98172f5c8c2105de07195a433a34c7c766604c158882b8e9d78b606ea740574a2be2cdb126bf68608959f4bba91ec199486a4fdb3a83e88907508e7d10 diff --git a/dev-java/powermock-reflect/files/powermock-reflect-2.0.9-ClassFactory.patch b/dev-java/powermock-reflect/files/powermock-reflect-2.0.9-ClassFactory.patch new file mode 100644 index 000000000000..674c3c67845c --- /dev/null +++ b/dev-java/powermock-reflect/files/powermock-reflect-2.0.9-ClassFactory.patch @@ -0,0 +1,16 @@ +Gentoo has byte-buddy with no shading. + +--- a/src/test/java/org/powermock/reflect/internal/proxy/ClassFactory.java ++++ b/src/test/java/org/powermock/reflect/internal/proxy/ClassFactory.java +@@ -1,8 +1,8 @@ + package org.powermock.reflect.internal.proxy; + +-import net.bytebuddy.jar.asm.ClassWriter; +-import net.bytebuddy.jar.asm.MethodVisitor; +-import net.bytebuddy.jar.asm.Opcodes; ++import org.objectweb.asm.ClassWriter; ++import org.objectweb.asm.MethodVisitor; ++import org.objectweb.asm.Opcodes; + + class ClassFactory implements Opcodes { + diff --git a/dev-java/powermock-reflect/files/powermock-reflect-2.0.9-WhiteBoxTest.patch b/dev-java/powermock-reflect/files/powermock-reflect-2.0.9-WhiteBoxTest.patch new file mode 100644 index 000000000000..cb67c6032840 --- /dev/null +++ b/dev-java/powermock-reflect/files/powermock-reflect-2.0.9-WhiteBoxTest.patch @@ -0,0 +1,125 @@ + +--- a/src/test/java/org/powermock/reflect/WhiteBoxTest.java ++++ b/src/test/java/org/powermock/reflect/WhiteBoxTest.java +@@ -248,7 +248,7 @@ public class WhiteBoxTest { + + @Test + public void testMethodWithPrimitiveAndWrappedInt_primtive_wrapped() throws Exception { +- assertEquals(17, Whitebox.invokeMethod(new ClassWithPrivateMethods(), "methodWithPrimitiveAndWrappedInt", ++ assertEquals(17, (int) Whitebox.invokeMethod(new ClassWithPrivateMethods(), "methodWithPrimitiveAndWrappedInt", + new Class[]{int.class, Integer.class}, 9, Integer.valueOf(8))); + } + +@@ -257,13 +257,13 @@ public class WhiteBoxTest { + int expected = 123; + Whitebox.setInternalState(ClassWithInternalState.class, "staticState", expected); + assertEquals(expected, ClassWithInternalState.getStaticState()); +- assertEquals(expected, Whitebox.getInternalState(ClassWithInternalState.class, "staticState")); ++ assertEquals(expected, (int) Whitebox.getInternalState(ClassWithInternalState.class, "staticState")); + } + + @Test + public void testStaticFinalPrimitiveState() { + Whitebox.setInternalState(ClassWithInternalState.class, "staticFinalIntState", 123); +- assertEquals(123, Whitebox.getInternalState(ClassWithInternalState.class, "staticFinalIntState")); ++ assertEquals(123, (int) Whitebox.getInternalState(ClassWithInternalState.class, "staticFinalIntState")); + } + + @Test +@@ -330,25 +330,25 @@ public class WhiteBoxTest { + @Test + public void testInvokeVarArgsMethod_multipleValues() throws Exception { + ClassWithPrivateMethods tested = new ClassWithPrivateMethods(); +- assertEquals(6, Whitebox.invokeMethod(tested, "varArgsMethod", 1, 2, 3)); ++ assertEquals(6, (int) Whitebox.invokeMethod(tested, "varArgsMethod", 1, 2, 3)); + } + + @Test + public void testInvokeVarArgsMethod_noArguments() throws Exception { + ClassWithPrivateMethods tested = new ClassWithPrivateMethods(); +- assertEquals(0, Whitebox.invokeMethod(tested, "varArgsMethod")); ++ assertEquals(0, (int) Whitebox.invokeMethod(tested, "varArgsMethod")); + } + + @Test + public void testInvokeVarArgsMethod_oneArgument() throws Exception { + ClassWithPrivateMethods tested = new ClassWithPrivateMethods(); +- assertEquals(4, Whitebox.invokeMethod(tested, "varArgsMethod", 2)); ++ assertEquals(4, (int) Whitebox.invokeMethod(tested, "varArgsMethod", 2)); + } + + @Test + public void testInvokeVarArgsMethod_invokeVarArgsWithOneArgument() throws Exception { + ClassWithPrivateMethods tested = new ClassWithPrivateMethods(); +- assertEquals(1, Whitebox.invokeMethod(tested, "varArgsMethod", new Class<?>[]{int[].class}, 1)); ++ assertEquals(1, (int) Whitebox.invokeMethod(tested, "varArgsMethod", new Class<?>[]{int[].class}, 1)); + } + + @Test +@@ -372,7 +372,7 @@ public class WhiteBoxTest { + ClassWithChildThatHasInternalState tested = new ClassWithChildThatHasInternalState() { + }; + Whitebox.setInternalState(tested, fieldName, value); +- assertEquals(value, Whitebox.getInternalState(tested, fieldName)); ++ assertEquals(value, (int) Whitebox.getInternalState(tested, fieldName)); + } + + @Test +@@ -383,8 +383,8 @@ public class WhiteBoxTest { + ClassWithChildThatHasInternalState tested = new ClassWithChildThatHasInternalState() { + }; + Whitebox.setInternalState(tested, fieldName, value); +- assertEquals(value, Whitebox.getInternalState(tested, fieldName)); +- assertEquals(-1, Whitebox.getInternalState(tested, fieldName, ClassWithInternalState.class)); ++ assertEquals(value, (int) Whitebox.getInternalState(tested, fieldName)); ++ assertEquals(-1, (int) Whitebox.getInternalState(tested, fieldName, ClassWithInternalState.class)); + } + + @Test(expected = IllegalArgumentException.class) +@@ -394,7 +394,7 @@ public class WhiteBoxTest { + ClassWithChildThatHasInternalState tested = new ClassWithChildThatHasInternalState() { + }; + Whitebox.setInternalState(tested, fieldName, new Object()); +- assertEquals(value, Whitebox.getInternalState(tested, fieldName)); ++ assertEquals(value, (int) Whitebox.getInternalState(tested, fieldName)); + } + + @Test(expected = IllegalArgumentException.class) +@@ -404,7 +404,7 @@ public class WhiteBoxTest { + ClassWithChildThatHasInternalState tested = new ClassWithChildThatHasInternalState() { + }; + Whitebox.setInternalState(tested, fieldName, (Object) null); +- assertEquals(value, Whitebox.getInternalState(tested, fieldName)); ++ assertEquals(value, (int) Whitebox.getInternalState(tested, fieldName)); + } + + @Test +@@ -413,8 +413,8 @@ public class WhiteBoxTest { + ClassWithChildThatHasInternalState tested = new ClassWithChildThatHasInternalState(); + Whitebox.setInternalState(tested, int.class, value); + assertEquals(value, (int) Whitebox.getInternalState(tested, int.class)); +- assertEquals(value, Whitebox.getInternalState(tested, "anotherInternalState")); +- assertEquals(value, Whitebox.getInternalState(tested, "anotherInternalState", ++ assertEquals(value, (int) Whitebox.getInternalState(tested, "anotherInternalState")); ++ assertEquals(value, (int) Whitebox.getInternalState(tested, "anotherInternalState", + ClassWithChildThatHasInternalState.class)); + } + +@@ -425,7 +425,7 @@ public class WhiteBoxTest { + Whitebox.setInternalState(tested, int.class, value, ClassWithInternalState.class); + assertEquals(42, (int) Whitebox.getInternalState(tested, int.class)); + assertEquals(value, (int) Whitebox.getInternalState(tested, int.class, ClassWithInternalState.class)); +- assertEquals(value, Whitebox.getInternalState(tested, "staticState", ClassWithInternalState.class)); ++ assertEquals(value, (int) Whitebox.getInternalState(tested, "staticState", ClassWithInternalState.class)); + } + + @Test +@@ -621,7 +621,7 @@ public class WhiteBoxTest { + @Test + public void testInvokeMethodWithBothNormalAndVarArgsParameter() throws Exception { + ClassWithPrivateMethods tested = new ClassWithPrivateMethods(); +- assertEquals(4, Whitebox.invokeMethod(tested, "varArgsMethod2", 1, 2, 3)); ++ assertEquals(4, (int) Whitebox.invokeMethod(tested, "varArgsMethod2", 1, 2, 3)); + } + + @Test diff --git a/dev-ruby/twitter/metadata.xml b/dev-java/powermock-reflect/metadata.xml index 246d194b7ec0..a63267abaf71 100644 --- a/dev-ruby/twitter/metadata.xml +++ b/dev-java/powermock-reflect/metadata.xml @@ -2,8 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="project"> - <email>ruby@gentoo.org</email> - <name>Gentoo Ruby Project</name> + <email>java@gentoo.org</email> </maintainer> <origin>gentoo-staging</origin> diff --git a/dev-java/powermock-reflect/powermock-reflect-2.0.9.ebuild b/dev-java/powermock-reflect/powermock-reflect-2.0.9.ebuild new file mode 100644 index 000000000000..5ff646703fbf --- /dev/null +++ b/dev-java/powermock-reflect/powermock-reflect-2.0.9.ebuild @@ -0,0 +1,58 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +JAVA_PKG_IUSE="doc source test" +JAVA_TESTING_FRAMEWORKS="junit-4" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Various utilities for accessing internals of a class" +HOMEPAGE="https://github.com/powermock/powermock" +SRC_URI="https://github.com/powermock/powermock/archive/powermock-${PV}.tar.gz" +S="${WORKDIR}/powermock-powermock-${PV}/${PN}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +CP_DEPEND=">=dev-java/objenesis-3.4:0" + +DEPEND=" + ${CP_DEPEND} + >=virtual/jdk-1.8:* + test? ( + >=dev-java/asm-9.9.1:0 + >=dev-java/assertj-core-3.27.6:0 + >=dev-java/byte-buddy-1.18.2:0 + >=dev-java/cglib-3.3.0-r3:0 + ) +" + +RDEPEND=" + ${CP_DEPEND} + >=virtual/jre-1.8:* +" + +PATCHES=( + "${FILESDIR}/powermock-reflect-2.0.9-ClassFactory.patch" + "${FILESDIR}/powermock-reflect-2.0.9-WhiteBoxTest.patch" +) + +JAVA_SRC_DIR="src/main/java" +JAVA_TEST_GENTOO_CLASSPATH="asm assertj-core byte-buddy cglib junit-4" +JAVA_TEST_SRC_DIR="src/test/java" + +src_prepare() { + default #780585 + java-pkg-2_src_prepare +} + +src_test() { + local vm_version="$(java-config -g PROVIDES_VERSION)" + if ver_test "${vm_version}" -ge 17; then + JAVA_TEST_EXTRA_ARGS=( --add-opens=java.base/java.lang=ALL-UNNAMED ) + fi + java-pkg-simple_src_test +} diff --git a/dev-java/scram/Manifest b/dev-java/scram/Manifest index 74211bc268b2..956fb7dde338 100644 --- a/dev-java/scram/Manifest +++ b/dev-java/scram/Manifest @@ -1 +1,2 @@ DIST scram-3.1.tar.gz 70163 BLAKE2B f91c8eeb81e5518f2b238e363db94a17af6ff19aa43e693483d46cff57ca52b73490ddb78782a06e72fa417ebee6b3977ed9e42c25bfc844cb455ce0a5c112ee SHA512 9602c25c4e5c6efb04c334b8c89abaa2e50986c0f91f958792d55184f0d6242e6aeec495b408a55df4bc97eaab838bfdc6bb5f70b62665e6953a87bb5dc63ac6 +DIST scram-3.2.tar.gz 73477 BLAKE2B e33a715825cc1c816e30bc3f3d1932f24dc642f2cd25fb11d50241662e150a4f3849cc727fb0a9d709bf090a5f1ec4bc7f999be2e89ea6392f555b687955b5e6 SHA512 53a07a014e1c4b86c5ba4f8fbf80ebf2f4e6d10a5bbb6438d66eb1e42ef9e168d2d8949ac6b96c747675df92e6dccf465b570d7c7eb1b28935622875e93b8609 diff --git a/dev-java/scram/scram-3.2.ebuild b/dev-java/scram/scram-3.2.ebuild new file mode 100644 index 000000000000..e3871d3bfa3b --- /dev/null +++ b/dev-java/scram/scram-3.2.ebuild @@ -0,0 +1,81 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +JAVA_PKG_IUSE="doc source test" +JAVA_TESTING_FRAMEWORKS="junit-jupiter" + +inherit java-pkg-2 java-pkg-simple junit5 + +DESCRIPTION="SCRAM (RFC 5802) Java implementation" +HOMEPAGE="https://github.com/ongres/scram" +SRC_URI="https://github.com/ongres/scram/archive/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${P}" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +CP_DEPEND=" + >=dev-java/jetbrains-annotations-26.0.2.1:0 + >=dev-java/stringprep-2.2:0 +" + +DEPEND=" + ${CP_DEPEND} + dev-java/findbugs-annotations:0 + dev-java/jsr305:0 + >=virtual/jdk-1.8:* +" + +RDEPEND=" + ${CP_DEPEND} + >=virtual/jre-1.8:* +" + +DOCS=( CHANGELOG.md README.md ) + +JAVADOC_CLASSPATH="findbugs-annotations jetbrains-annotations stringprep" +JAVADOC_SRC_DIRS=( scram-{common,client}/src/main/java ) +JAVA_CLASSPATH_EXTRA="findbugs-annotations jetbrains-annotations jsr305 stringprep" +JAVA_TEST_GENTOO_CLASSPATH="junit-5 stringprep" + +src_compile() { + einfo "Compiling module common" + JAVA_SRC_DIR="scram-common/src/main/java" + JAVA_JAR_FILENAME="common.jar" + java-pkg-simple_src_compile + JAVA_GENTOO_CLASSPATH_EXTRA+=":common.jar" + rm -r target || die + + einfo "Compiling module client" + JAVA_SRC_DIR="scram-client/src/main/java" + JAVA_JAR_FILENAME="client.jar" + java-pkg-simple_src_compile + JAVA_GENTOO_CLASSPATH_EXTRA+=":client.jar" + rm -r target || die + + use doc && ejavadoc +} + +src_test() { + einfo "Testing scram-common" + JAVA_TEST_SRC_DIR="scram-common/src/test/java" + junit5_src_test + + einfo "Testing scram-client" + JAVA_TEST_RESOURCE_DIRS="scram-client/src/test/resources" + JAVA_TEST_SRC_DIR="scram-client/src/test/java" + junit5_src_test +} + +src_install() { + JAVA_JAR_FILENAME="client.jar" + java-pkg-simple_src_install + java-pkg_dojar "common.jar" + if use source; then + java-pkg_dosrc "scram-common/src/main/java/*" + java-pkg_dosrc "scram-client/src/main/java/*" + fi +} diff --git a/dev-java/waffle-jna/Manifest b/dev-java/waffle-jna/Manifest index de2a4d7a3e97..e7166c718438 100644 --- a/dev-java/waffle-jna/Manifest +++ b/dev-java/waffle-jna/Manifest @@ -1 +1,2 @@ +DIST waffle-3.5.1.tar.gz 2170313 BLAKE2B f3bddc8cf5f839c18056518db2a8d5d175d5ff09caf2dbdda347a4c52d69a70c67bf1eb6998d3a1daba113f7a69b316f573a0feee41197cfa7d422edcfcb0323 SHA512 0009262e38dfa11850bf8e3ecee830c040318cf50b6e05c268c7eb39489cafcfe8ff52029f07051efde47e4a0d6fcfb93b805707cdc0465ed9aee17fd72d376a DIST waffle-parent-3.3.0.tar.gz 2147273 BLAKE2B a4f9c06898c50616013870bb383632d0b97e4f527da9b7b1acad9945f275181844d94b6533891a371f588115f60efdf791d5f64e03f938950a8dd48415f1f56f SHA512 e09154761dc5902e97b9dc57c9523bffe401fce33797346bbd5595390db3adaf5eed27d2ac7f98b7504aeb471c5f1a0c0a5104bd819a937e15c67123ecdd5891 diff --git a/dev-java/waffle-jna/waffle-jna-3.5.1.ebuild b/dev-java/waffle-jna/waffle-jna-3.5.1.ebuild new file mode 100644 index 000000000000..1f57e5e311d5 --- /dev/null +++ b/dev-java/waffle-jna/waffle-jna-3.5.1.ebuild @@ -0,0 +1,54 @@ +# Copyright 2023-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +JAVA_PKG_IUSE="doc source test" +JAVA_TESTING_FRAMEWORKS="junit-jupiter" + +inherit java-pkg-2 java-pkg-simple junit5 + +DESCRIPTION="Enable drop-in Windows Single Sign On for popular Java web servers" +HOMEPAGE="https://waffle.github.io/waffle/" +SRC_URI="https://github.com/Waffle/waffle/archive/waffle-${PV}.tar.gz" +S="${WORKDIR}/waffle-waffle-${PV}/Source/JNA/waffle-jna" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + >=dev-java/caffeine-2.9.3:0 + >=dev-java/checker-framework-qual-3.52.1:0 + dev-java/jakarta-servlet-api:4 + >=dev-java/jna-5.18.1:0 + >=dev-java/slf4j-api-2.0.3:0 + >=virtual/jdk-1.8:* + test? ( + >=dev-java/assertj-core-3.27.6:0 + >=dev-java/powermock-reflect-2.0.9:0 + ) +" +RDEPEND=">=virtual/jre-1.8:*" + +JAVA_AUTOMATIC_MODULE_NAME="waffle.jna" +JAVA_CLASSPATH_EXTRA="caffeine checker-framework-qual jakarta-servlet-api-4 jna slf4j-api" +JAVA_RESOURCE_DIRS="src/main/resources" +JAVA_SRC_DIR="src/main/java" +JAVA_TEST_EXCLUDES=( + waffle.util.WaffleInfoTest + waffle.windows.auth.WindowsAccountTest + waffle.windows.auth.WindowsCredentialsHandleTest + waffle.windows.auth.WindowsSecurityContextTest +) +JAVA_TEST_GENTOO_CLASSPATH="assertj-core jna junit-5 powermock-reflect" +JAVA_TEST_SRC_DIR="src/test/java" + +src_prepare() { + rm src/test/java/waffle/jaas/WindowsLoginModuleTest.java || die + rm src/test/java/waffle/servlet/CorsAwareNegotiateSecurityFilterTest.java || die + rm src/test/java/waffle/servlet/NegotiateSecurityFilterTest.java || die + rm src/test/java/waffle/servlet/WindowsPrincipalTest.java || die + rm src/test/java/waffle/util/CorsPreFlightCheckTest.java || die + java-pkg-2_src_prepare +} diff --git a/dev-libs/aws-c-auth/Manifest b/dev-libs/aws-c-auth/Manifest index 3e7f487f6ed3..5012918af195 100644 --- a/dev-libs/aws-c-auth/Manifest +++ b/dev-libs/aws-c-auth/Manifest @@ -1,2 +1,2 @@ -DIST aws-c-auth-0.9.1.tar.gz 265755 BLAKE2B 3b092f15ad7d892b31ed9478da0f58d47789d8bfe220a9563422ab978401a654dad3cd5470691f67f6868db4052cf2e8ae9b22212828112b3c033a9f31a71c10 SHA512 3e6ab0e35bb61702de9bad0b71a76c7ec9275d478f8a0dda8334185eff90be8c662e39ff0ca8fe3298663073167d1951910e017814c829e81d10785e44351ffd DIST aws-c-auth-0.9.2.tar.gz 280216 BLAKE2B a8001c4ad257480e7d5756bb500bb66fb09c5254114510a5a96e13e3150bbf6f0843e59b842d4354ff94f57c5fea3f27b184105e4d1c0d0a3537be0403624469 SHA512 b9abc81d5687de08d5db840ce22d0e41719cfd4c30c0868601da5877444cd66970274d4c8adeee8f409002d118d5a65ada3d2f4292dfd2dcb011922e8adec820 +DIST aws-c-auth-0.9.3.tar.gz 280180 BLAKE2B 68b9750899aea8f4baffaa42afbeaa1b6eb60344d4df386fb328ad01ac16cff4589ef2de7b912ece001f715ed3ecbb8f731d4495f74453a07b74d4d0d23645a5 SHA512 f4573b644717e7882220a97e0795a4a6befba86371a24cb9df2d886dd832f40b478b698e878cb901f23ffde2f97737e27e4d9e5cd1d3af08645f6f1e33f11eee diff --git a/dev-libs/aws-c-auth/aws-c-auth-0.9.1.ebuild b/dev-libs/aws-c-auth/aws-c-auth-0.9.3.ebuild index fc9a1f0a84a1..cf2008561dbb 100644 --- a/dev-libs/aws-c-auth/aws-c-auth-0.9.1.ebuild +++ b/dev-libs/aws-c-auth/aws-c-auth-0.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2025 Gentoo Authors +# Copyright 2025-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,9 +16,12 @@ IUSE="test" RESTRICT="!test? ( test )" -DEPEND="dev-libs/aws-c-sdkutils:= +DEPEND=" dev-libs/aws-c-cal:= - dev-libs/aws-c-http:=" + >=dev-libs/aws-c-common-0.12.6:= + dev-libs/aws-c-http:= + dev-libs/aws-c-sdkutils:= +" RDEPEND="${DEPEND}" BDEPEND="dev-libs/aws-c-common" diff --git a/dev-libs/libjcat/libjcat-0.2.5.ebuild b/dev-libs/libjcat/libjcat-0.2.5.ebuild index bc9b466ad9c8..8bc0ef522c49 100644 --- a/dev-libs/libjcat/libjcat-0.2.5.ebuild +++ b/dev-libs/libjcat/libjcat-0.2.5.ebuild @@ -12,8 +12,7 @@ DESCRIPTION="Library and tool for reading and writing Jcat files" HOMEPAGE="https://github.com/hughsie/libjcat" SRC_URI=" https://github.com/hughsie/libjcat/releases/download/${PV}/${P}.tar.xz - https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-skip-pq-gnutls.patch - -> ${P}-skip-pq-gnutls.patch.xz + https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-skip-pq-gnutls.patch.xz verify-sig? ( https://github.com/hughsie/libjcat/releases/download/${PV}/${P}.tar.xz.asc ) " diff --git a/dev-libs/libnl/libnl-3.11.0.ebuild b/dev-libs/libnl/libnl-3.11.0.ebuild index 540aed26ee1a..1bb5aa828023 100644 --- a/dev-libs/libnl/libnl-3.11.0.ebuild +++ b/dev-libs/libnl/libnl-3.11.0.ebuild @@ -30,7 +30,7 @@ else " S="${WORKDIR}/${LIBNL_P}" - KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" BDEPEND="verify-sig? ( sec-keys/openpgp-keys-thomashaller )" fi diff --git a/dev-libs/sleef/sleef-3.9.0.ebuild b/dev-libs/sleef/sleef-3.9.0.ebuild index 0626cbb7f956..02a34650fd48 100644 --- a/dev-libs/sleef/sleef-3.9.0.ebuild +++ b/dev-libs/sleef/sleef-3.9.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/shibatch/${PN}/archive/refs/tags/${PV}.tar.gz LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="~amd64 ~arm64 ~riscv" IUSE="test" RESTRICT=" !test? ( test ) diff --git a/dev-ruby/twitter/Manifest b/dev-ruby/twitter/Manifest deleted file mode 100644 index ee37093190ea..000000000000 --- a/dev-ruby/twitter/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST twitter-8.2.0.tar.gz 830006 BLAKE2B c6cab2ab2a507d3bb3f1d063f87c1ee1586f7c70f5e635bfe8cff005fea7f58fea4ee0ad83303857b0b54ab47bf570b0691ead729bad4be407f9bc950e6c3f1a SHA512 432ab3188bd5b49ec8a7b5c03e52e6541aac1d48686538f38e5fc02dcf54f8f0b453d0c3712b178d6b2881a6c2776454196d871004d859f36c01655905c02b4c diff --git a/dev-ruby/twitter/twitter-8.2.0.ebuild b/dev-ruby/twitter/twitter-8.2.0.ebuild deleted file mode 100644 index d4452c0855cf..000000000000 --- a/dev-ruby/twitter/twitter-8.2.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby32 ruby33" - -RUBY_FAKEGEM_RECIPE_DOC="yard" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -RUBY_FAKEGEM_GEMSPEC="twitter.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Ruby wrapper around the Twitter API" -HOMEPAGE="https://github.com/sferik/twitter-ruby/" -SRC_URI="https://github.com/sferik/twitter-ruby/archive/v${PV}.tar.gz -> ${P}.tar.gz" -RUBY_S="twitter-ruby-${PV}" - -LICENSE="MIT" -SLOT="$(ver_cut 1)" -KEYWORDS="~amd64" -IUSE="test" - -ruby_add_rdepend " - >=dev-ruby/addressable-2.8 - =dev-ruby/buftok-0.3.0* - >=dev-ruby/equalizer-0.0.11 - =dev-ruby/equalizer-0.0* - >=dev-ruby/http-5.2:5 - >=dev-ruby/http-form_data-2.3:2 - =dev-ruby/llhttp-ffi-0.5* - =dev-ruby/memoizable-0.4* - >=dev-ruby/multipart-post-2.4:0 - >=dev-ruby/naught-1.1 - =dev-ruby/simple_oauth-0.3* -" - -ruby_add_bdepend "test? ( - dev-ruby/rspec:3 - dev-ruby/webmock:3 - >=dev-ruby/timecop-0.6.1 - ) - doc? ( dev-ruby/yard )" - -all_ruby_prepare() { -# rm Gemfile || die - sed -i -e '/[Bb]undler/d' Rakefile || die "Unable to remove bundler code." - - sed -i -e '/simplecov/,/^end/ s:^:#:' \ - -e '1igem "webmock", "~>3.0"' spec/helper.rb || die - - # Avoid a spec that fails due to changes in dependencies. - sed -i -e '/#reverse_token/,/^ end/ s:^:#:' \ - spec/twitter/rest/oauth_spec.rb -} - -each_ruby_test() { - CI=true RSPEC_VERSION=3 ruby-ng_rspec || die -} diff --git a/eclass/java-pkg-2.eclass b/eclass/java-pkg-2.eclass index 0b35490e0365..299b13213e99 100644 --- a/eclass/java-pkg-2.eclass +++ b/eclass/java-pkg-2.eclass @@ -6,7 +6,7 @@ # java@gentoo.org # @AUTHOR: # Thomas Matthijs <axxo@gentoo.org> -# @SUPPORTED_EAPIS: 8 +# @SUPPORTED_EAPIS: 8 9 # @PROVIDES: java-utils-2 # @BLURB: Eclass for Java Packages # @DESCRIPTION: @@ -17,7 +17,7 @@ if [[ -z ${_JAVA_PKG_2_ECLASS} ]] ; then _JAVA_PKG_2_ECLASS=1 case ${EAPI} in - 8) ;; + 8|9) ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac diff --git a/eclass/java-pkg-opt-2.eclass b/eclass/java-pkg-opt-2.eclass index 47594c3b7024..add3b232fa9c 100644 --- a/eclass/java-pkg-opt-2.eclass +++ b/eclass/java-pkg-opt-2.eclass @@ -6,21 +6,21 @@ # java@gentoo.org # @AUTHOR: # Thomas Matthijs <axxo@gentoo.org> -# @SUPPORTED_EAPIS: 8 +# @SUPPORTED_EAPIS: 8 9 # @PROVIDES: java-utils-2 # @BLURB: Eclass for package with optional Java support # @DESCRIPTION: # Inherit this eclass instead of java-pkg-2 if you only need optional Java # support. +if [[ -z ${_JAVA_PKG_OPT_2_ECLASS} ]] ; then +_JAVA_PKG_OPT_2_ECLASS=1 + case ${EAPI} in - 8) ;; + 8|9) ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac -if [[ -z ${_JAVA_PKG_OPT_2_ECLASS} ]] ; then -_JAVA_PKG_OPT_2_ECLASS=1 - inherit java-utils-2 # @ECLASS_VARIABLE: JAVA_PKG_OPT_USE diff --git a/eclass/java-pkg-simple.eclass b/eclass/java-pkg-simple.eclass index 40271156bb3a..b378a32183ff 100644 --- a/eclass/java-pkg-simple.eclass +++ b/eclass/java-pkg-simple.eclass @@ -6,7 +6,7 @@ # java@gentoo.org # @AUTHOR: # Java maintainers <java@gentoo.org> -# @SUPPORTED_EAPIS: 8 +# @SUPPORTED_EAPIS: 8 9 # @BLURB: Eclass for packaging Java software with ease. # @DESCRIPTION: # This class is intended to build pure Java packages from Java sources @@ -18,14 +18,14 @@ # addressed by an ebuild by putting corresponding files into the target # directory before calling the src_compile function of this eclass. +if [[ -z ${_JAVA_PKG_SIMPLE_ECLASS} ]] ; then +_JAVA_PKG_SIMPLE_ECLASS=1 + case ${EAPI} in - 8) ;; + 8|9) ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac -if [[ -z ${_JAVA_PKG_SIMPLE_ECLASS} ]] ; then -_JAVA_PKG_SIMPLE_ECLASS=1 - inherit java-utils-2 if has java-pkg-2 ${INHERITED}; then diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass index 20d189ff8cfd..8b4e4ea8eec9 100644 --- a/eclass/java-utils-2.eclass +++ b/eclass/java-utils-2.eclass @@ -6,7 +6,7 @@ # java@gentoo.org # @AUTHOR: # Thomas Matthijs <axxo@gentoo.org>, Karl Trygve Kalleberg <karltk@gentoo.org> -# @SUPPORTED_EAPIS: 8 +# @SUPPORTED_EAPIS: 8 9 # @BLURB: Base eclass for Java packages # @DESCRIPTION: # This eclass provides functionality which is used by java-pkg-2.eclass and @@ -20,7 +20,7 @@ if [[ -z ${_JAVA_UTILS_2_ECLASS} ]] ; then _JAVA_UTILS_2_ECLASS=1 case ${EAPI} in - 8) ;; + 8|9) ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac @@ -2017,7 +2017,7 @@ etestng() { java-utils-2_src_prepare() { # have default_src_prepare starting from EAPI 9, see https://bugs.gentoo.org/780585 case ${EAPI} in - [78]) eapply_user ;; + 8) eapply_user ;; *) default_src_prepare ;; esac diff --git a/eclass/junit5.eclass b/eclass/junit5.eclass index 687bd98b706b..6713e104346a 100644 --- a/eclass/junit5.eclass +++ b/eclass/junit5.eclass @@ -6,7 +6,7 @@ # java@gentoo.org # @AUTHOR: # Yuan Liao <liaoyuan@gmail.com> -# @SUPPORTED_EAPIS: 8 +# @SUPPORTED_EAPIS: 8 9 # @BLURB: Experimental eclass to add support for testing on the JUnit Platform # @DESCRIPTION: # This eclass runs tests on the JUnit Platform (which is a JUnit 5 sub-project) @@ -17,8 +17,8 @@ if [[ ! ${_JUNIT5_ECLASS} ]]; then case ${EAPI} in - 8) ;; - *) die "${ECLASS}: EAPI ${EAPI} unsupported." ;; + 8|9) ;; + *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac inherit java-pkg-simple diff --git a/games-simulation/openttd/Manifest b/games-simulation/openttd/Manifest index 2b57002b68af..34f52363615d 100644 --- a/games-simulation/openttd/Manifest +++ b/games-simulation/openttd/Manifest @@ -1,2 +1,3 @@ DIST openttd-14.1-source.tar.xz 8015032 BLAKE2B d107cd41a04f1a0bcfd41730e57628787443e8fe6d90dd59b0211b115b462a8e57e68a30e4b1c72d5f9db2121650f1c4035303e64f7e2e71fdedb23665f445da SHA512 194135cc01457d9ed069c09d8961ad3de681bc9936533ca81ff23099f394bb9a83ef84a0852e85525e258f6149e14fd41cfc5f8e683c0643515005c42fb77e3b DIST openttd-15.0-source.tar.xz 8540368 BLAKE2B 4f3210e573e622298c3238e2701e0953826eeb91abce232da4acdd47094508cc30f988899ba204a58c30210fbdd9d37e849ba27bfcc4b7a1dfa10d8647279224 SHA512 ca213546e78fbfadcdc92911d7166e5f255325cb8e54dfe91da81a3325838d8c1be00d51ad172f5b6a5a5e3e8e8440255641b1b5e4f53e12f24e733c18382fa3 +DIST openttd-15.1-source.tar.xz 8549560 BLAKE2B 39f1ba1d8c790ccb9784a40e902aa1c7eaf8198f57b2dadf0122bc11dba235c5451a9877b8852094f226dafec9657767ee2bbf736922f48edc98b695534dd1cb SHA512 c6b16bb390e5cdd3b15d9097561c514bb4dce2c592ee3270d36bd1125b15a59274434269a6404c90806b9a825c539fb650b72c4afeb86ba898153b1ec065b2e9 diff --git a/games-simulation/openttd/openttd-15.1.ebuild b/games-simulation/openttd/openttd-15.1.ebuild new file mode 100644 index 000000000000..769e22a8c263 --- /dev/null +++ b/games-simulation/openttd/openttd-15.1.ebuild @@ -0,0 +1,137 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg + +DESCRIPTION="A clone of Transport Tycoon Deluxe" +HOMEPAGE="https://www.openttd.org/" + +if [[ ${PV} == 9999 ]] ; then + EGIT_REPO_URI="https://github.com/OpenTTD/OpenTTD" + inherit git-r3 +else + SRC_URI="https://cdn.openttd.org/openttd-releases/${PV}/${P}-source.tar.xz" + + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +fi + +LICENSE="GPL-2" +SLOT="0" +IUSE="allegro cpu_flags_x86_sse debug dedicated +fluidsynth icu +lzma lzo +openmedia +png +sdl timidity +truetype +zlib" +REQUIRED_USE="!dedicated? ( || ( allegro sdl ) )" + +RDEPEND=" + net-misc/curl + dedicated? ( + acct-group/openttd + acct-user/openttd + app-misc/dtach + ) + !dedicated? ( + media-libs/libogg + media-libs/opusfile + allegro? ( media-libs/allegro:5 ) + fluidsynth? ( media-sound/fluidsynth ) + icu? ( + >=dev-libs/icu-58.1:= + media-libs/harfbuzz + ) + sdl? ( media-libs/libsdl2[sound,video] ) + truetype? ( + media-libs/fontconfig + media-libs/freetype:2 + virtual/zlib:= + ) + ) + lzma? ( app-arch/xz-utils ) + lzo? ( dev-libs/lzo:2 ) + png? ( media-libs/libpng:= ) + zlib? ( virtual/zlib:= ) +" +DEPEND="${RDEPEND}" +BDEPEND=" + >=games-util/grfcodec-6.0.6_p20210310 + virtual/pkgconfig +" +PDEPEND=" + !dedicated? ( + openmedia? ( + >=games-misc/openmsx-0.4.0 + >=games-misc/opensfx-1.0.1 + ) + ) + openmedia? ( >=games-misc/opengfx-0.6.1 ) + timidity? ( media-sound/timidity++ ) +" + +DOCS=( docs/directory_structure.md ) + +PATCHES=( + "${FILESDIR}/${PN}-1.11.2_dont_compress_man.patch" +) + +src_prepare() { + # Drop automagic LTO usage + sed -i -e '/check_ipo_supported(RESULT IPO_FOUND)/d' CMakeLists.txt || die + + # Don't force _FORTIFY_SOURCE via CMake + # (we already set it in the toolchain by default with a minimum level + # of _FORTIFY_SOURCE=2) + sed -i -e '/-D_FORTIFY_SOURCE/d' cmake/CompileFlags.cmake || die + + cmake_src_prepare +} + +src_configure() { + local mycmakeargs=( + -DCMAKE_INSTALL_BINDIR=bin + -DCMAKE_INSTALL_DATADIR=share + -DOPTION_DEDICATED=$(usex dedicated) + -DOPTION_USE_ASSERTS=$(usex debug) + -DCMAKE_DISABLE_FIND_PACKAGE_Allegro=$(usex !allegro) + -DCMAKE_DISABLE_FIND_PACKAGE_Freetype=$(usex !truetype) + -DCMAKE_DISABLE_FIND_PACKAGE_Fontconfig=$(usex !truetype) + -DCMAKE_DISABLE_FIND_PACKAGE_Fluidsynth=$(usex !fluidsynth) + -DCMAKE_DISABLE_FIND_PACKAGE_ICU=$(usex !icu) + -DCMAKE_DISABLE_FIND_PACKAGE_Harfbuzz=$(usex !icu) + -DCMAKE_DISABLE_FIND_PACKAGE_LibLZMA=$(usex !lzma) + -DCMAKE_DISABLE_FIND_PACKAGE_LZO=$(usex !lzo) + -DCMAKE_DISABLE_FIND_PACKAGE_PNG=$(usex !png) + -DCMAKE_DISABLE_FIND_PACKAGE_SDL2=$(usex !sdl) + -DCMAKE_DISABLE_FIND_PACKAGE_SSE=$(usex !cpu_flags_x86_sse) + -DCMAKE_DISABLE_FIND_PACKAGE_ZLIB=$(usex !zlib) + ) + + cmake_src_configure +} + +src_install() { + cmake_src_install + + if use dedicated ; then + newconfd "${FILESDIR}"/openttd.confd-r1 openttd + newinitd "${FILESDIR}"/openttd.initd-r3 openttd + fi +} + +pkg_postinst() { + xdg_pkg_postinst + + if ! use openmedia ; then + elog + elog "OpenTTD was compiled without the 'openmedia' USE flag." + elog + elog "In order to play, you must at least install" + elog "games-misc/opengfx, and games-misc/opensfx, or copy the " + elog "following 6 files from a version of Transport Tycoon Deluxe" + elog "(Windows or DOS) to shared or personal location." + elog "See ${EROOT}/usr/share/doc/${PF}/directory_structure.md for more info." + elog + elog "From the Windows version you need: " + elog "sample.cat trg1r.grf trgcr.grf trghr.grf trgir.grf trgtr.grf" + elog "OR from the DOS version you need: " + elog "SAMPLE.CAT TRG1.GRF TRGC.GRF TRGH.GRF TRGI.GRF TRGT.GRF" + fi +} diff --git a/gnome-extra/gnome-network-displays/Manifest b/gnome-extra/gnome-network-displays/Manifest index be681cda5886..122a83287a08 100644 --- a/gnome-extra/gnome-network-displays/Manifest +++ b/gnome-extra/gnome-network-displays/Manifest @@ -1,2 +1,3 @@ DIST gnome-network-displays-0.97.0.tar.xz 655208 BLAKE2B 118ec6b777c629948cbfeb841288cd07e5f6610bc705c87fec7511a3d97d152553cdf517b78987a10d3054c59fa1a05d97d2e7d903d67e5bd5a231c148143296 SHA512 3fade1dc5813624aaa97fa2fad70e37655678ce8fde2712515d0f8d470825710513fb7ad6fefbc9f92864bc3c916b071347434c46a7a2528ecf045b8d6311956 DIST gnome-network-displays-0.98.0.tar.xz 674564 BLAKE2B 24dd7a003edbe5a3169477c1f1f7fd020c80e7275478be510c59a60ee68ea2463a4fb42dab9ba388720ea10e2f4a58437b3b2a161159aac6d18f7da73f67112d SHA512 bf72dc9a9ee2c7b5b2c79e52840d35411ce199b5674f98532dbca5a490e383e5e02dadcb0c7127e36cfadc064eab3e04b33520fa0df892e343fdc8dc16ef1e5a +DIST gnome-network-displays-0.99.0.tar.xz 675160 BLAKE2B fc4c4c77576c85616baa6f872cc18814c43055785a1ae9d1bd676cd47eba3f6240fc1ced9a2c26a1f659109fcedafe2368b5df687e9d338fa9e9ec62d6b23b9e SHA512 323b88e3773b454b1e0346e6d5f19e2eb3ad03128daa50fa80afa461abc0eac15f073e7988acba95dc67b646a1fdb9cbef63e3cdc580f0d53a0af6095aca83af diff --git a/gnome-extra/gnome-network-displays/gnome-network-displays-0.99.0.ebuild b/gnome-extra/gnome-network-displays/gnome-network-displays-0.99.0.ebuild new file mode 100644 index 000000000000..cbec9eeabead --- /dev/null +++ b/gnome-extra/gnome-network-displays/gnome-network-displays-0.99.0.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{10..14} ) +inherit gnome.org gnome2-utils meson python-any-r1 xdg + +DESCRIPTION="Stream the desktop to Wi-Fi Display capable devices" +HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-network-displays" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="firewalld test" +RESTRICT="!test? ( test )" + +DEPEND=" + dev-libs/glib:2 + dev-libs/json-glib + >=dev-libs/libportal-0.7[gtk] + >=gui-libs/gtk-4.13.0:4 + >=gui-libs/libadwaita-1.6.0:1 + media-libs/gst-rtsp-server:1.0 + media-libs/libpulse[glib] + media-plugins/gst-plugins-faac + media-plugins/gst-plugins-x264 + media-plugins/gst-plugins-ximagesrc + net-dns/avahi[introspection] + net-dns/dnsmasq + net-libs/libsoup:3.0 + net-wireless/wpa_supplicant[p2p] + sys-apps/xdg-desktop-portal[screencast(+)] + firewalld? ( net-firewall/firewalld ) +" +RDEPEND="${DEPEND} + gnome-base/gnome-desktop:3 + >=net-misc/networkmanager-1.16.0[wifi] + x11-wm/mutter[screencast] +" +BDEPEND=" + ${PYTHON_DEPS} + sys-devel/gettext + virtual/pkgconfig + dev-libs/protobuf-c + test? ( + dev-libs/appstream-glib + dev-util/desktop-file-utils + ) +" + +DOCS=( README.md ) + +src_prepare() { + default + # https://gitlab.gnome.org/GNOME/gnome-network-displays/-/issues/272 + sed -i -e "s/args: \['validate'/args: \['--nonet', 'validate'/" \ + data/meson.build || die +} + +src_configure() { + local emesonargs=( + -Dsystemd_resolved=false + $(meson_use firewalld firewalld_zone) + ) + meson_src_configure +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +} diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest index 9ef42f4d64b5..ca68a72e251c 100644 --- a/mail-client/mutt/Manifest +++ b/mail-client/mutt/Manifest @@ -1,4 +1,6 @@ DIST mutt-2.2.14.tar.gz 5549971 BLAKE2B b3e5be5115e7e64e490f76945d929ae464b5553e98b3bb3cd5ae0ac33885c8aacfffbd0bd993e06eec27de3ec7bd8fa3896e8cc29d14a00d9338c87095bbb24e SHA512 5c2aacc6a6be8e2be3ee5085c364383f7ed1b7fef730607c70d5e588f65a0fea8748b12b9cdadee7dabdaa5d3c5f94ebddc092737f0ce3b5022c8e5bc7e3c42f DIST mutt-2.2.16.tar.gz 5557080 BLAKE2B 9709265fb2d9653606dda7b41dd99e2be18cd1df943de583e486816ecffc8c0d596452f91b72978f073599f2b5f4ad3eb24a1dc880cbd308773674479e71d6aa SHA512 5048aa9af6d928be59fe42b0bdbf22fc46c1dd47582cc7036782bff5756af2410ba80f2398c1edbf7be59a96eaa6736c8b8eff198f0dfc8841fb744093a39f80 +DIST mutt-2.3.0.tar.gz 5562198 BLAKE2B be11f4da015dbac0e778c402f6d407398c5f3b0af392d1704c984fd4af9959ee0eda9478c6d6bba60fb0ccf4045e0644949ade5729efb64c172e6c6b8af8fcc8 SHA512 8020ccc1c45e407c07c21a4b0df0cb68355f1153356e7b070dd9e967b4e7e47c705e0d3d2fe63168f179d985d324b737cc92f8f0680f7df9e4c0a1efbd8f4930 DIST mutt-gentoo-2.2.14-patches-r0.tar.xz 22412 BLAKE2B 34531823a6964888cb79771d0242a36597711738eb3178ed423af7de26c9d1cec0bc3038636a2eaa0b9ef6e14803fc9e2f7b0a5ed7ed4ffca013df3d4160d220 SHA512 ae803d8964d084aaf3de51b339487a8b07b13b0b08660b794487ddb2beec11b909144383b2f06c7572bcd343317103cecbf6a793cbefc5d84187cdd07cc3367b DIST mutt-gentoo-2.2.16-patches-r0.tar.xz 22360 BLAKE2B abc6b11b34d8da31a386852d344c8d7e327e1957fdd43a5392ca25f946ed47fc96f08dcceaff6bf5dc2ffbbbe982a7eb359740ee9d2a7cc09e108c8d165cf80d SHA512 79f4bcd0aaaef710129416d2da81f251c1bca2b207d4ab5a8057d01ef45f5ce59a6eeaff249580f08961fb12f2f0a0a198492928a0b89620731560f555c7a67d +DIST mutt-gentoo-2.3.0-patches-r0.tar.xz 22436 BLAKE2B 57dee0a163d7ad77ceb377a4572e29a2b68e66816dc5404cd894f588668fb8169ae41de037405bfb2c022879329abdfb2162c8ca511e5fb1b8c861803b523f94 SHA512 964cb9c8ee27db330251d600489c84e0fcf9b6191c5546a418f5bdbe425c0a5c6aef9137714a3a3bee679be055c5363b8351d3e0c4d2613691fe9fa449c826d3 diff --git a/mail-client/mutt/mutt-2.3.0.ebuild b/mail-client/mutt/mutt-2.3.0.ebuild new file mode 100644 index 000000000000..9851c13967d7 --- /dev/null +++ b/mail-client/mutt/mutt-2.3.0.ebuild @@ -0,0 +1,269 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +inherit autotools branding + +PATCHREV="r0" +PATCHSET="gentoo-${PVR}/${PATCHREV}" + +DESCRIPTION="A small but very powerful text-based mail client" +HOMEPAGE="http://www.mutt.org/" +MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz" +SRC_URI="http://ftp.mutt.org/pub/mutt/${P}.tar.gz + https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz + https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris" +IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme gsasl +hcache idn +imap kerberos +lmdb mbox nls pop qdbm +sasl selinux slang +smtp +ssl tokyocabinet vanilla prefix" +# hcache: allow multiple, bug #607360 +REQUIRED_USE=" + gsasl? ( sasl ) + hcache? ( || ( berkdb gdbm lmdb qdbm tokyocabinet ) ) + imap? ( ssl ) + pop? ( ssl ) + smtp? ( ssl sasl ) + sasl? ( || ( imap pop smtp ) ) + kerberos? ( || ( imap pop smtp ) ) + autocrypt? ( gpgme )" +# yes, we overdepend on the backend impls here, hopefully one day we can +# have REQUIRED_USE do what it is made for again. bug #607360 +CDEPEND=" + app-misc/mime-types + virtual/libiconv + + berkdb? ( >=sys-libs/db-4:= ) + gdbm? ( sys-libs/gdbm ) + lmdb? ( dev-db/lmdb:= ) + qdbm? ( dev-db/qdbm ) + tokyocabinet? ( dev-db/tokyocabinet ) + + ssl? ( + gnutls? ( >=net-libs/gnutls-1.0.17:= ) + !gnutls? ( >=dev-libs/openssl-0.9.6:0= ) + ) + + nls? ( virtual/libintl ) + sasl? ( + gsasl? ( >=net-misc/gsasl-2.0.0 ) + !gsasl? ( >=dev-libs/cyrus-sasl-2 ) + ) + kerberos? ( virtual/krb5 ) + idn? ( net-dns/libidn2 ) + gpgme? ( >=app-crypt/gpgme-0.9.0:= ) + autocrypt? ( >=dev-db/sqlite-3 ) + slang? ( sys-libs/slang ) + !slang? ( >=sys-libs/ncurses-5.2:0= ) +" +DEPEND="${CDEPEND} + net-mail/mailbase + doc? ( + dev-libs/libxml2 + dev-libs/libxslt + app-text/docbook-xsl-stylesheets + || ( www-client/lynx www-client/w3m www-client/elinks ) + )" +RDEPEND="${CDEPEND} + selinux? ( sec-policy/selinux-mutt ) +" + +src_prepare() { + local PATCHDIR="${WORKDIR}"/mutt-gentoo-${PV}-patches-${PATCHREV} + + if use !vanilla ; then + # apply patches + local patches=( + patches-mutt + bugs-gentoo + features-common + features-extra + gentoo + ) + local patchset p + for patchset in "${patches[@]}" ; do + [[ -d "${PATCHDIR}/${patchset}" ]] || continue + einfo "Patches for ${PATCHSET} patchset ${patchset}" + for p in "${PATCHDIR}/${patchset}"/*.patch ; do + eapply "${p}" || die + done + done + # add some explanation as to why not to go upstream + sed -i \ + -e '/ReachingUs = N_(/aThis release of Mutt is heavily enriched with patches.\\nFor this reason, any bugs are better reported at '"${BRANDING_OS_BUG_REPORT_URL}"'\\nor re-emerge with USE=vanilla and try to reproduce your problem.\\n\\' \ + main.c || die "Failed to add bug instructions" + fi + + # allow user patches + eapply_user + + # patch version string for bug reports + local patchset= + use vanilla || patchset=", ${PATCHSET}" + sed -i -e 's|"Mutt %s (%s)"|"Mutt %s (%s'"${patchset}"')"|' \ + muttlib.c || die "failed patching in Gentoo version" + + # bug 864753: avoid warning about missing tools, currently the order + # is lynx, w3m, elinks, so remove lynx or w3m when not installed, + # elinks should be there via dep. + if use doc ; then + if ! has_version www-client/lynx ; then + sed -i -e '/lynx/d' doc/Makefile.am || die + fi + if ! has_version www-client/w3m ; then + sed -i -e '/w3m/d' doc/Makefile.am || die + fi + fi + + # many patches touch the buildsystem, we always need this + AT_M4DIR="m4" eautoreconf + + # the configure script contains some "cleverness" whether or not to setgid + # the dotlock program, resulting in bugs like #278332 + sed -i -e 's/@DOTLOCK_GROUP@//' Makefile.in || die "sed failed" +} + +src_configure() { + local myconf=( + # signing and encryption + $(use_enable autocrypt) $(use_with autocrypt sqlite3) + --disable-pgp + --disable-smime + $(use_enable gpgme) + + # features + $(use_enable debug) + $(use_enable doc) + $(use_enable nls) + + # protocols + $(use_enable imap) + $(use_enable pop) + $(use_enable smtp) + + $(use ssl && use gnutls && echo --with-gnutls --without-ssl) + $(use ssl && use !gnutls && echo --without-gnutls --with-ssl ) + $(use !ssl && echo --without-gnutls --without-ssl) + + $(use sasl && use gsasl && echo --with-gsasl --without-sasl) + $(use sasl && use !gsasl && echo --without-gsasl --with-sasl ) + $(use !sasl && echo --without-gsasl --without-sasl) + + $(use_with idn idn2) --without-idn # avoid automagic libidn dep + $(use_with kerberos gss) + "$(use slang && echo --with-slang="${EPREFIX}"/usr || echo a=b)" + "$(use_with !slang curses "${EPREFIX}"/usr)" + + "--enable-compressed" + "--enable-external-dotlock" + "--enable-iconv" + "--enable-nfs-fix" + "--enable-sidebar" + "--sysconfdir=${EPREFIX}/etc/${PN}" + "--with-docdir=${EPREFIX}/usr/share/doc/${PN}-${PVR}" + "--without-bundled-regex" # use the implementation from libc + "--with-exec-shell=${EPREFIX}/bin/sh" + ) + + # note: REQUIRED_USE should have selected only one of these, but for + # bug #607360 we're forced to allow multiple. For that reason, this + # list is ordered to preference, and only the first is taken. + local hcaches=( + "lmdb" + "qdbm" + "tokyocabinet" + "gdbm" + "berkdb:bdb" + ) + local ucache hcache lcache + for hcache in "${hcaches[@]}" ; do + if use ${hcache%%:*} ; then + ucache=${hcache} + break + fi + done + if [[ -n ${ucache} ]] ; then + myconf+=( "--enable-hcache" ) + else + myconf+=( "--disable-hcache" ) + fi + for hcache in "${hcaches[@]}" ; do + [[ ${hcache} == ${ucache} ]] \ + && myconf+=( "--with-${hcache#*:}" ) \ + || myconf+=( "--without-${hcache#*:}" ) + done + + if use mbox; then + myconf+=( "--with-mailpath=${EPREFIX}/var/spool/mail" ) + else + myconf+=( "--with-homespool=Maildir" ) + fi + + econf "${myconf[@]}" +} + +src_install() { + emake DESTDIR="${D}" install + insinto /etc/${PN} + if use mbox; then + newins "${FILESDIR}"/Muttrc.mbox Muttrc + else + doins "${FILESDIR}"/Muttrc + fi + + # include attachment settings, it's mandatory and shouldn't harm + # when not being referenced (index_format using %X) + { + echo + echo "# mandatory attachments settings, not setting these is a BUG!" + echo "# see https://marc.info/?l=mutt-dev&m=158347284923517&w=2" + grep '^attachments' "${ED}"/etc/${PN}/Muttrc.dist + } >> "${ED}"/etc/${PN}/Muttrc + + # add setting to actually enable gpgme usage + if use gpgme || use autocrypt ; then + { + echo + echo "# this setting enables the gpgme backend (via USE=gpgme)" + # https is broken due to a certificate mismatch :( + echo "# see http://www.mutt.org/doc/manual/#crypt-use-gpgme" + echo "set crypt_use_gpgme = yes" + } >> "${ED}"/etc/${PN}/Muttrc + fi + + # similar for autocrypt + if use autocrypt ; then + { + echo + echo "# enables autocrypt (via USE=autocrypt)" + echo "# see http://www.mutt.org/doc/manual/#autocryptdoc" + echo "set autocrypt = yes" + } >> "${ED}"/etc/${PN}/Muttrc + fi + + # A newer file is provided by app-misc/mime-types. So we link it. + rm "${ED}"/etc/${PN}/mime.types + dosym ../mime.types /etc/${PN}/mime.types + + # nuke manpages that should be provided by an MTA, bug #177605 + rm "${ED}"/usr/share/man/man5/{mbox,mmdf}.5 \ + || ewarn "failed to remove files, please file a bug" + + if use !prefix ; then + fowners root:mail /usr/bin/mutt_dotlock + fperms g+s /usr/bin/mutt_dotlock + fi + + dodoc COPYRIGHT ChangeLog NEWS OPS* PATCHES README* TODO VERSION +} + +pkg_postinst() { + if [[ -z ${REPLACING_VERSIONS} ]] ; then + echo + elog "If you are new to mutt you may want to take a look at" + elog "the Gentoo QuickStart Guide to Mutt E-Mail:" + elog " https://wiki.gentoo.org/wiki/Mutt" + echo + fi +} diff --git a/media-gfx/loupe/Manifest b/media-gfx/loupe/Manifest index 529670a438b5..4fa3193f3d3c 100644 --- a/media-gfx/loupe/Manifest +++ b/media-gfx/loupe/Manifest @@ -1,261 +1,458 @@ DIST adler2-2.0.0.crate 13529 BLAKE2B ec575b0bf12e321399ac3a1d59fce4ddbeabcc60cb3d7c2f362cce23eb29b4ea836451372d6d88552a4435ae29bb41d6230d55f625a4359eace680b9b771d0ad SHA512 12d12579ad617cf1a94cf95ab9d3f5db566c3b2de4bd5735eccd83c668fdad0eff134c996b73c46cbb9f932837682043878b8cc4764191625e9f93ccffcce423 +DIST adler2-2.0.1.crate 13366 BLAKE2B 3b28bbd7f89424567ff1bb36b984bf4fd767370459f5548545218cbe1c9f082fedd932fccc7e6acd83a1dfa06a371124801a772e5555ede7d6c2cd1ac57930a4 SHA512 555b2b7ba6f8116acccd0bcd16ed34cc78162c81023cff31a8566ffcd456c03832089fca2d5b668ceaac4fe8f922d31aa9c487f226a36cace294ff4a219bd91d DIST aho-corasick-1.1.3.crate 183311 BLAKE2B 8dfcbba0b9d94e55eae739b16f5c6474baa43ee7854c5ca792f426a9f46fb0eece79cd493b804e51449181bcad338b96819fe977c02c9907654d713e26b9f830 SHA512 ba422a54688c4678fcf16e34fdf3ed06c333e6e3fc8b75af9272a215add494d43ebaef319021134b61327fd5d3572aec0dc655b714ffb3bc71ba3c265c9ebb69 DIST anyhow-1.0.96.crate 52168 BLAKE2B 86796b29b2d2003a614d8e3de91246e1220414dad89012188645a2df1757b18a7f9a49358b6c7db2622871fefd17b94dcfd76b0e24956a6ab8a2bfdc27f3d09d SHA512 673b083ba8ca51865d0b1c41e2ebd410039109db71d251a5048f24bfe009a4ca59f80f72b1b05c35155e523c74e326e349fb9c6f2654b5893eb8b3d50460fc8e +DIST anyhow-1.0.99.crate 53809 BLAKE2B 88fab8c0d4396733c1c23169e2ef7269066a637cb3aa166b633ca5895f4e13391b9c73cf4d2a87289ae90a245ba12568ebf23dd1708359174796e92383053fd4 SHA512 d6c6337e3808d812b5ddec78c041152b08b0e59eb4b4c131ea34232618311ee7983b34a8e5dc6598d7a11ce84f543b7a592f8164f4b96150af8e41a9f9a166c3 DIST arc-swap-1.7.1.crate 68512 BLAKE2B 5ddeffd2ae8af4125a5b43d4a0a1afc7948533bf037d8cd3e47603c13b57b156618280d99b840bf318b25b6eb29400ad68499695e182acdc05bc5f621c42ee16 SHA512 070fa8dd17b380b6d7d72f6f45c84e591de9a9770b9662351e7a41af03798bf5e34d185a5fcb948f4d8ac5e210a33acd465c39eff6097662c2442b34ee3dbdff DIST ashpd-0.11.0.crate 115010 BLAKE2B f30688760e23dd8b2d535afe2a10dde0ebeb5b55d538e045d82bb786c5b65dca2b56313f42e6c802938fbfad64cde223cc26d0c5644f5826a51b15ed188d03b0 SHA512 a4188f732826fbd81507436333e0ba634de99c2f0545a7a34db250e83ed5b2773586ad71d910b6ecea9280b524d8f34e4f169f436290e5d86e59a0531db919c7 +DIST ashpd-0.12.0.crate 123253 BLAKE2B 4277948114c300b26ae878cdc2af797bc0eaec551d5937d80af333c7c352a4728a6fe13e791d9c3804f183a8619d43ca63c0104aa4386666c7656d3a96b69fe0 SHA512 728b8c54fe395337476f9e2cd6cf94965abff7692d37d519f45093f2fa5cd361cd4174a08083857598a9d1260938bad526bddba6bb8b2bcc9df7b8eece1b3516 DIST async-broadcast-0.7.2.crate 22746 BLAKE2B 5b0bca51866d8778161fc60d33ca289fb65622ea6daa6ff9e2d97487f452c44fd996e4438b7d4151d799e19b731330f7f1bfb829e3deb183015cb8bea7733666 SHA512 dd53db4a5f7100cb969d40c709f40540703f498e64fa8486c5ed914bc8d1a451185e698b6f0b21decad890c459aeeb917d6f42b0500aebaef4bde48eccfedd5d DIST async-channel-2.3.1.crate 14576 BLAKE2B 09ea03c9758805c90be9aba222e1d74f3166ab492e533597647d1b4f08bf1dda79d73b21de791b9802e19c225cb94b7cb25550bba61488c7b61fa87f88eb29dd SHA512 94c999912bdf681dcb686292645bc8c340c2687bc9544f317e0123e672752c6b31e9d784e488e7d0bab79b5f207da8904a7f1fe140397513b47c292a6508a7e5 +DIST async-channel-2.5.0.crate 18624 BLAKE2B d835b923d9c99100e499d72d34515bbd041bfd087572ba681f0a61c9237f5d2af1d4abbeb9572ada694a3609aa19a14ba1160deb0d6411a542ee73cb6234c5fd SHA512 621e9540972a4a5d1b6cc0fb02a507cf66d704dab5411b60c44c2b65ab21c3f7f7bdf9c093e7498a71ada6573e429a4b426506c96c5fd9e3e297a76930ca2f83 DIST async-executor-1.13.1.crate 27991 BLAKE2B 856bd4f42a0d8d35bfb8b8525f626e0b52fd6704810f8bc964cebc47aa0c7a4450f16e5df307f4fc613da81fb3207f4671543f48710177931d6f70dc40c9f95d SHA512 27357b3dc28ad5512b46306ab7d959b2e68b4b5ed0d42fc8cd12fd265a1931a4d8c8c328911eca97227b12d861c9658c14afea6336f999436671d6ef351f3820 +DIST async-executor-1.13.3.crate 29126 BLAKE2B dd14f504f918ed9ac9a0ba37a51cffa544382eb98e2620dd26cb1323f70c1b268c1f8538342d6cc37e6b6af8dd431f8f8648272d25600286046261dcf879ca45 SHA512 70f39018b48704796102cb7720a798454985fda1c483fee5d352a4cc8f09a26a5cfd55c36c0a57058d6dbf5a412182eebbadaf12c9244b19bda5e9b8635bbac2 DIST async-fs-2.1.2.crate 17071 BLAKE2B 7b8a67fdab5d9d964af7d45a03a3ef405f9590b556249a35897f14a231f2b781d90df48c8296965e941f8c259c4c13a57691c81f09c20ce81406d5d2e7962731 SHA512 a671374a59c7804d26bf22d9617fc329cfa0cb38413ac05cb2f6ff192c5275a8ba41f1a088fb1978e61a66693c85f9c6b08486d44e30b7fa158568e41dc005a1 +DIST async-fs-2.1.3.crate 19302 BLAKE2B 79eeb94a747e62a05f270a2b70d857200d004bd59a73876a635384e07d710d931467e160d9d517a0a8a057d7230762cca893b88c2d4d9fddad3f1ef4952ce055 SHA512 9cb16f88405a2bcfb1b6c39974aa1fa44912d97a6973542aa773d740429d4e9b751e487f9d0e8e349dc6f42d689f2d25a37f7bbeee0bf01dcd4e0646886b83a1 +DIST async-global-executor-3.1.0.crate 15271 BLAKE2B 90e150e4ee37a33a2af951734dff033c7a695bfd554c892f5fb902157b758be1782e6d44245ab34c2c8571d82a609d44c6b5abfcec2b615aa3df90f6409cabe2 SHA512 89d927d20cbbd187418e2e033327a890846154cc9459f7424aad7f4a469c85807059e4e38cd32bd95f5143438b6fd44702d56c902b208b8aad59ec22fed2fdc3 DIST async-io-2.4.0.crate 49252 BLAKE2B 46962d877837913e861299f796fe4d04f861332c58dfa7058029d5070adf23be7281aedfc1232df5538da477c66190703d67fac9e2ceb8d55bdea17eb9f83e9a SHA512 6ffd4c7fcb39760c67ad1d89b15ddedb9f1734a3caa497e0105cdb78fc58c42a39a0be55bcec7911a9feb67acd8bbf97b52e8b5ac585edaea8ee262d3e7f58e0 +DIST async-io-2.5.0.crate 50545 BLAKE2B e8575b2e15d64bd6af46447c2ce91a4f7b899f28a80d06771f60b715e72adfad749a8af3dbac1c1470c89bce1236c52d4e651d754834a33c673d2ae656d1dc5e SHA512 e13803bde732e37c3d26f00e9f50d5fd70345a392690bb488f83d12319b01b5878e43fdbda9e8d959361c46905f051ab7c679e1fffe4c90ed188d1c8fc57dae5 DIST async-lock-3.4.0.crate 34446 BLAKE2B e113033a86101bd93543d287379ba354b4bd61ce87786719f05f8a990c177a885eb50a19eb71fcd5cafa01308cb45b7872be65cd7e975cde03b0555a691a4bd7 SHA512 83731067a3302d3266848b0f65ea6564dad60188472c80e78a7d4cd93804f830332aa01b404b60a8f91cc1c6c7170020ebdfe4b5bae14fef6d3bddcc5f1ed9a5 +DIST async-lock-3.4.1.crate 40981 BLAKE2B fec033dffbb6cf581da443bf6d2e4a313a6dd172941ccdf8e7869ed8a5b1845a28ba51b4e4e9221d7a11f7af3d82c0f5b54d5269cc8cfc8361f8f839fd01987c SHA512 4878feb5403e261272e3275d85f19195de612e2c67ea7c25bb55904521db24eb853a56beca9d0f06130501b363935578cd0b4a6da2325cae2622765da085168f DIST async-net-2.0.0.crate 17787 BLAKE2B 04685e1ffd4c363b3b29bbc4819c7a79ca45a212c1c3094835f2ca8ffe000b8061a4b28de84497d5daaa70139a8d0c036fa4385ba20ea4bdef73b52102cfc349 SHA512 e12163eb7fb526d434c257d82ad0bcc64d3a1fb868b899fc5666c1307f821654f7afff9bf5dd3ca6c8cceac31df29a5027542f6e5901c8801ce2a696ab737479 DIST async-process-2.3.0.crate 26766 BLAKE2B 346eca5d8bd2e0a58039c9772413a0d0174dac49e31c7256927c9bd03b7c9f07ccbec6115792478b87123fff1516972eabdec6d54e5c070e0dcf00f3b1d6a43d SHA512 48c1decd4ed3e65d0feb9381533e1274b98b9ba16318f1caa35729078e707dbb2a5a0b52822873d5cc91fc5a51b725c33b784ef8a91aa6cc2cf357ae87c5e2fa +DIST async-process-2.4.0.crate 26871 BLAKE2B 1a083ead5105e16b8d09db6d1a3b8831c846482811cc3271327ffd6fa5b27176e6e5b49e974b9f726ee67679d91a7b386ce3a6e510a46ca9c46f2d9bd3135646 SHA512 fea2a0494f3e72af32e6e34bc94c0a511ec46db1a8e1fdcd2b8c37ca97af48b2256a8c7822702717916039ef484a7f990930495794355704d04cf21fa170528f DIST async-recursion-1.1.1.crate 14874 BLAKE2B 6260dffdfa9fe00cc1a63c8cb103a3f210611627bbc75c2658e7cd732c504791c6577d7033af3c5afa875f90cb370b7f216979e0bdb62dab4acd61786cb5239e SHA512 e3acd07a35be546ead68c7792963c7bf1876b3e5d6a20c2be73d2f030d26d68e2a318999937d4fe253e39d8254e12e42c66314f40a3b230c5d258f34dc0d9027 DIST async-signal-0.2.10.crate 16970 BLAKE2B 4364a566ca828387f4e1d7689b1ec7d6327bf35a56eacff013f81ec6f438d9ba02a59a8a5c457f1806dbefa23649ee289a8d5ccc7257e2c54f99de45cc4e35d6 SHA512 10d58c9aa3ef6ea4bddd4fa86afd342c6d5097764736294b7fa3b26596301f98827172cc9ed9bdecf8dcb313d2fa0222fb6aaae04f7ffd73ce89cd4b0374ba8b +DIST async-signal-0.2.12.crate 16790 BLAKE2B 2bb091c2a478898308868829064e9c0edf4b230bf449f474ffd9f830a9c597bcd66037e3de9456362f6eafbf55a11f7870360e4961960dff85b7179df9403f8a SHA512 ae4a79cc6d251fcbbb86dbb2e62a00130932d68f89cc23c8455cb238d0379abd0a59a207962e70bbde89618dd086a4f080a8c39f4accf999e168bf5ce139fa62 DIST async-task-4.7.1.crate 38077 BLAKE2B 200f3c2eff92afeffb34404bd9b02af39226024d309137c3835342ab6631c09f14f47abc5d25d77e73cbd133274e731fc88e7e94d8456f690b0f1056bae8dd95 SHA512 8495436d0739a2ce83b372ae13ff24ca1487c92e032948d5830af19c3ba411d7cd004634fa10bc2f748f8a82de27c12cbfacaac92cd0012e1fae024eca9e78ca DIST async-trait-0.1.86.crate 31946 BLAKE2B 3f77ef7ceda45e2095a53030114b0290c7d8962b027605e28e00fd38feacd8ea623be63449404670aaa10692ff07e63e52b66cd3815469b5ea9a368178d40244 SHA512 7b93891d90ce6a2ba36c27a12f0636eb3318693a6f5d5a5debe0a7a921e70090376f0e9178f7453341e5b0914adbaba96ff5ad6327fb97f812c13ebd68a69501 +DIST async-trait-0.1.89.crate 32171 BLAKE2B de1262f5c40b3469732679f82640d676e802f3257eafbf020f5f42c8cbc70d278c3c97577225293a19d22e76f0437e916066e0b1eb4c4f92ccfa504e48b54355 SHA512 deb15ae7b4250666a6ea79f682e1079f50965d6aba353f057747dc84b530140512782e040e97f2ffbd90abab1e470b18ce471aba17cd7c68eb434a0874052d27 DIST atomic-waker-1.1.2.crate 12422 BLAKE2B fc6632f3c9d719b1d24a1c8e05947d94028909d1c629b80576e176e567636dd4cca699c7e91cae2df63541da574146b3ce766374e93f0ee429bb5bc89a4d3cae SHA512 e07e58db7955791259d0ec00fc4d53318aefb4506e062914819c4220c6dc75fa11a7af0289b4653aa1f9041eb975a025635190de68b4800a0e91e33cdb0ba11c DIST autocfg-1.4.0.crate 17712 BLAKE2B 7f7300439899be03d001dd32b7e797bc4b9a58103081b6f7353c4b5897813cedf870b3fb1fa25d320a75326b334b44d8287e8603de34fc560d0b567143915cc6 SHA512 3b5e7c30bc73e105e4bfcab584c24fc4016db41fac9c356c6649fd841051704bbe8848e09546eb50d7c1f18ea8ce1cb72fbc268a620d5c609b3472114b5be73c +DIST autocfg-1.5.0.crate 18729 BLAKE2B 27580e39b366c6fca02c9db09997b6415c409f12068f1249184268bf96fd85ba659e25ec730f99e10caf452f96c486f3d7442bf09c4552b5f39519b21d6f88cc SHA512 f279856f234d39d369623576acf9546a1ca24d7fe449f36d4fb93ea75a7efaf2c4015b9616a69bbbed358c5e5882e16b045352f046aa4c049b3d13b1e8257b08 DIST bitflags-1.3.2.crate 23021 BLAKE2B eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda SHA512 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 DIST bitflags-2.8.0.crate 47482 BLAKE2B cfa5dac5bb9fda57a5887773399d2507e83ed30fb0c5a332c48905f912c9b8d3c5e6493a9626a73459cb67d63973efff719ab4153a14e774ff4a632c96872ca2 SHA512 f1bc02c858432b0e1fc3b10f239c5886e51d620d55a75521bdf35c8e8f6b6cf8db97e90e08eb2e96715a2c5b28858af305eb266f1ce0c90f9d3945d6d9bdda8b +DIST bitflags-2.9.4.crate 47950 BLAKE2B b880246b54377ef161c54a811f09ced975d1f2049400c1bbba944712b8ef8b9ea79599d2354cc2a9ccd4c1b1329faad78738ed4e051735b14b642a9451ce68ae SHA512 a832e01985551db9d700ba177bb2ffe436e78e3bdcf7b2d8e86fc7cb885674d5656fce05bffb5a4cbe0df7b015dcfa6df8dbc1351c097d2c3a3dac199d3f37b1 DIST block-0.1.6.crate 4077 BLAKE2B a2c11873b8cb1a1ea399ecc99ed45e5d0b9399bd88435cdea346910b8707b7da94eeef522dafa5cdb09929534472b2a096c03c373744a789962d4175fd1b110e SHA512 c278e3c0346cae423b533a8f5d6b822e788ec450c92ef0f5f559d5705764a0a11df49f0f66bb1c8af7e89bec8ec802934676b969e43f92255a38b210d0fbd710 DIST blocking-1.6.1.crate 17788 BLAKE2B d07246809d8b80f1fdbdc678b2877f349b748f2dd0f8543e91fde4aec7aea0b45e145a44f07cdbf26934d20269af01844e1cf7d9dd8b9588d129da7f929d9c95 SHA512 1879bf31c18d5cc4653f794dd4109769ae32071564d3a0d63896162fe160bb5ed3d7d8de59ab34363f8192871122099bb8564ffa93de5a5b75ffd93c0d424ed6 +DIST blocking-1.6.2.crate 17754 BLAKE2B 5deb319ea3e25ee234abbdbcd166c99ee5cbbf00fa5587d466217c41a7d1cd40e6bb7c3b5f6e5b42823051b6436676efbf37736b5587a4f50182c3aa0f271478 SHA512 96beae4b975a4f6da2adcdf0baab407ec42e185712891f25b99313e8810f017921dd6095ec60264b912c65f88eda58734fe5f923704162b40410a4c70ee08f69 DIST bytemuck-1.21.0.crate 51553 BLAKE2B dbd88d153c79cd87d6a51d33e49dde7b825711339367a168cf2471fc98a41e72d4d759873d542c3c6e196a6baed4f099103dbdfd369a329bb4578864b9ffb448 SHA512 64abfc5c0430b8bbb4b75fa7ee43037ceb180699655c0862b2699f3823fc445d931d3284ccc88dfdc98ed1a24a660cf6ea1040f91c6b2ba1cb21ab83c89d9b18 +DIST bytemuck-1.23.2.crate 53021 BLAKE2B 5fcf73b635ff86a728e2ab7ba58ba64059a3b81e148f4574a9f2b79375b5fae536cbff497a22e073015cf08baab9c7e8411ce43affd47e1058452358d061e8ed SHA512 b8d69276cfb861fc4766222548f7f1e45f40e03a118c634ad999292715d736192be3f740fda58fe844e7b21085bf3b1c41a9ed2d76c827fa67deaf7bec1fa385 DIST byteorder-1.5.0.crate 23288 BLAKE2B 7f85a7948406844070a2c8202e0bd52f73b3dfc7c666a97046128044eb9352195afb80e2bf894c0742ad109e4473339de1365d09591de70dfec6c8c02a8e1453 SHA512 96caf981177f6ded9f27f025922cb94eb0cd9de5303bd91680099912d922092e77b7361efa70011e84f1595e443193e4f1b354443b9980c123f6ae573b236f7f DIST cairo-rs-0.20.7.crate 52722 BLAKE2B d3e649b7865de548958b3b0ce00eac879c4e7e5e60bb7baee8af3eceaca45dd57fb23aa39b3c13733b4f66db102481fb087d531556ddaa801891c0a929c4c3c7 SHA512 cf4ea2cb6175e3dc06a110a4b6eb1aca08a5c7baac554e883afa2ffc3c0ab0a28b91d406a2a688c584dbdb5c6efa75812d2ce965bad6be7bdc60a50b6c34ce64 +DIST cairo-rs-0.21.1.crate 58404 BLAKE2B ddd44c1b1359e33a390d2023475afee0ec4769b6db8202d133e624379e488398b6a1758f760ab488668fc45c55638fc23a08dd3149138631e70fbdc989b3d2e9 SHA512 91795cb1d53e0a08b32c2777ed944168676866f08c7f0c9073a9e6e9ff7b596affe4ac09d4181f4cffa5e2dafb07e307457b6e8c1b97236f8d4efb4f79ed43c0 DIST cairo-sys-rs-0.20.7.crate 11934 BLAKE2B 8a466f1110818d2eec321d98568ff08e0a1efe344f2e232cdc3953371dfe1ec628e744f88e378d2611c4540b86a0178f518522ec76a7fda22d70a624949d6bc4 SHA512 1d604b3001aac0969fdf00f1434f0a8107a056816ac299364709c38bba0601f187216fdcaceb803c6bfb05bd1829b01d7552b8cb7a725e84388dd37578e7673b +DIST cairo-sys-rs-0.21.1.crate 14498 BLAKE2B 76ed2540d0e0b01767c5422d3d5f271c2afed23d7fde378bd98caebcc225c83d2d9f6eec8e43554f0594d13e3d0c289b81a4708cfec14aa64c64e265f47b4605 SHA512 b125bbbe41e1c8f3df08542b4b5a73b07e98818fe9229e93a1b30df6d4e3775adce747e6079d81f564d8ec9b019ec41ad9a7fc633fb97796144797ea41c2b926 DIST cc-1.2.16.crate 103847 BLAKE2B 795261a0b910ad03a4d959a587164b317e1a7c462474c50620aaba5fe2f83a577dcc0f3d79f46fd8c743609a49dc87eaf1d44de8fe566638e4a8c24cfeac0e62 SHA512 f4de8d45740af7380dd976c5666832a25cc98a6c8d35bbc97a9cb5ab6a142fcdeece836a8ac1344d263a7b01f5e94128c2c2e1c22fc41bb5cb66537fe3b88bf2 +DIST cc-1.2.36.crate 90198 BLAKE2B 9f1d6c18b4e9d39410067353d047c31c464376097669c471c1693f67f3107b83218337e69018fca0028f6df66d74bba6f6af458a1dc50e8620c2c3732f02a9f7 SHA512 921997018dc66be4031d9e5c968075e9c5bc1d98fcbfd5296aa73ea7a1cccba582f27cbb718f39c14cf636fa214a4cb27c6bdb65c9f6fcddc8a2c324e82c7d2a DIST cfg-expr-0.17.2.crate 44034 BLAKE2B db894b3de251f75fa1d95d89ae06ec4b70f561f190cc6eeebbac3293bc95a1d8e143c86f8c35556d76773b53f10fdede3d9b18a388b533db658882cf6d1574b8 SHA512 115cfefd8e12744985489fd4895b3c66bdcbd9b62b52af9f6216cb6916f09c95564e880306bbe6167aa788638fdb7c3b808534bbbf2e092c0eb41700208ad62e +DIST cfg-expr-0.20.2.crate 44758 BLAKE2B f1daf6082c5061d06ba0b0328ecd1758da227965d656861c7b4d5067d2667412b06966999a96f0d29d46f451b4b7713683d2ceb0971b49b7fd1ae7e05a65513e SHA512 75fea02414fc1462080b8159e9b23f160016bd5dc4e5fa6b3da08a150b4f618e2bd46065711aa74d31582f1b56adf80a954f5f9b5c14ceceeadaf449f0a3b2de DIST cfg-if-1.0.0.crate 7934 BLAKE2B e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b SHA512 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff +DIST cfg-if-1.0.3.crate 8719 BLAKE2B 5cd0ac122110740895b45cdf8e0f738f2de1882d5a06c696d08e906765e4ddcd72a866dcc115da52d9fece205c9ad15dc25ad98dff36b32517012a7586e986ee SHA512 afe424a191c2aaaffec3d114e0116d0324d12117aeb22df78e47ad6752444bc5acb074ab0a174476b71e584a37743f9dcc2b0e8036d590fcc5afc7c55f86122b DIST cfg_aliases-0.2.1.crate 6355 BLAKE2B a758d9c88527f0e6e7cfd6d4c83eda1bcb4d6e2438189fe08e8ecbcaa78d56afc5a4873f3b82bf7da96afd690b44cdf1e44466b6da0f37c358b340481017103e SHA512 74969d12d5d24002a29e08d52e30fbce014dd481a7c35ee0162e69333c5f2d7755f3b02439b31522e12444cf1ac8e65880ce33fe6778dac03757e362cbf8a72c DIST chrono-0.4.40.crate 229824 BLAKE2B adf06e469c3294ce5899d602c42e6d25d63c7e8518530b365e926e402488eff6dd6f00abbaa4bcb693d4d2f406e8d2c71f2067ab09c2ce96867a09268231faa9 SHA512 345542dba10aff787c0bbe17e0ad1be7b279fe2b58763aca289ecd2e79ee1c518f9bd007ca3d89080191f272611776bc368cce9b25206b96bdbd710201cd0f3f +DIST chrono-0.4.42.crate 238174 BLAKE2B da67b970d4bff78a7d4910ad4cef4a8b6177ff2a2a507e24d540d173dca492fad220d09dba96eff8c75cce3e066c490207f8cf769da84ac456870dcec20dad58 SHA512 776b4b127c1a07ddce587aad341fa1022cebaa90ad667064809b3f83fc33aa355c811d7df445d6aae405265660deba9d8514d909391e47ea26d968bd4f24becf DIST concurrent-queue-2.5.0.crate 22654 BLAKE2B b490e76804e45d6a7af6bb4ec074fb370d9ec7cd67c7ecfb55d5ed53b9b437c174e678add915303559e902ac81c8751dccb2c5ef0543d5961713372fd2b08d3c SHA512 235704f9161dfac60d2a6d2cf96425e39c097dcde2f005187c1f044704eec66d8303d59352cd414a81a3ed0eed60421054b0070a9b8f69065a79a2519e913e5a DIST crc32fast-1.4.2.crate 38491 BLAKE2B aaa3acca66e5814a45f12a90ae09f6ff5fc14ca94c8539184dab6ed928abc68cd1d37e539c268c1effd50ab3af20de6038593fb9c6bd6a664785dac52f6939fd SHA512 c7608d33022062e217d3576f536ffbd51479855a5e5874529c71db2bf6a937ce04d814c39cf777309c38445393bf43cb9996161947e28738abd432f11beb7266 +DIST crc32fast-1.5.0.crate 40723 BLAKE2B 6e91ee57a1915c9a9f7305db24337f03cbe48fc60ef01c65ea55dfb4f1f60c9c93736d9b69efce3759d5504a1988bae7a2581a494edaaf27ee030e25e97c853f SHA512 80d473960f004148e14e5fe2f23aa0d1b8c36e96237f49a6765ef713030e8326dbc0250a561afcfc49d8733f5a6d4f9f4677451cc13e2426ffed61f8c00cd81e +DIST crossbeam-deque-0.8.6.crate 22471 BLAKE2B 02b854df171b0430ca8a40349674ff251698d0c322c317055da8678da6661730c945d86737fa4947c3bd824ffe402271ee2f77fd6a505d2d46b4a41454c510c8 SHA512 9368c0c224c4b84356f1d422d8869a5ab4bfb36b0ff69244a9e7a7304ed51f034001cd9b2bc35849df874d36ed34285c66574943573522ea32bbdc5a05df6989 +DIST crossbeam-epoch-0.9.18.crate 46875 BLAKE2B 200c256cad6011a3a14c4664bea6b150fce72d561c4fffc387fa561b08c0480e8756bf51c14874c5fb19f427424547f72d2cd7dd6f56fb8b6666a85f8d52bfd1 SHA512 0a8a199b9d77f4e28e91fe0a0cbff7e0dec58cac283631fd972477fa912d2f6ddfddaed2c695e4978b01cb5440b702822af6333e7c3dfbcb9a2c2086999516b2 DIST crossbeam-utils-0.8.21.crate 42691 BLAKE2B cd9015c41f532eb3c90101603f32d383f01e6880718b727d6d1fe46872ae276cda685e1b548cf77dd22bb1a05f0d4c4982332c2bde90e1743dbd7f51919022a7 SHA512 6f4aa7ca10c20da291c4714b56ceb1fab1c06b03b2f4e28e474e9aeb95ab6615a25462dc7819713652c3b5f6a06fa0f24ebc92c533fcf35dfcf2655857d975f8 +DIST crunchy-0.2.4.crate 3887 BLAKE2B f957597c82795eb10d43a6a98f7575e19b9484dcdf9fe35ac79ce406035d5d467021a0c563dcfe8f717e800b6bf532fcd72cc11be47e084405e16219b88e67b1 SHA512 72ecadb6c8558dcbf3cbc3a34bcefbf292e42999e7af6f59b9804e1233d87f6f65802b157f346a64cd7d2dc1a92564d5481211b081ba5ea170ecdb06dff9dd0b DIST displaydoc-0.2.5.crate 24219 BLAKE2B ba3396c93d27a99a92ff4a0f01a8d192b419bad25e48d9427b76260ebf2f9982291d77f2eb24d239c0b1fbb097e866a20bc46dc1879fdfc6637ea49928444a92 SHA512 5ca35fa59f263162389c1180331e9df607d9374bcb056cb04bc46c98e4d87277162ddb2335ffa8a8c5f69218abc3eabccdcaa71c21b8dd9081cc4146f266b948 DIST dlib-0.5.2.crate 5806 BLAKE2B 2a8be2d76c44c95d5b1b9a5439a99a75daa703a341980d8af1c050d6096d45fb748f0acee7f7de2f9433f97ec19faec9e028f57c8149229eecb1827a1ef8eb60 SHA512 4a8f1c09007ecce1d7c829899aafb90081fe4fd89cfac3550638018760e24f63985e3060c4056b55bf58cf4622b1b31595e1c524a75b1b4354b8f3c35fc267ae DIST dunce-1.0.5.crate 8244 BLAKE2B 1499ae0bb3d34e8d42e97eaf551308efc95697366b804dc83c51171a939d45bad46fce9f82a39e17b6b92fc833aecc85eabd2104823c7db30396833388125728 SHA512 36d7d75217d629185a9a9187f7d2e2dc346a28be0ad1c21b1b6bcbe3991e9cd11797e53d745c0b3b5ae94cf1e4cf141cdb2322bab86d97cc258b4145e3b97a56 +DIST either-1.15.0.crate 20114 BLAKE2B 2f87cb6408b1e1a15ea19d930cfca3948d867d268c8ff18cbaf39dcb7f7fdc628811575ec87a7728940dfb2c26775995a3165ab9c17dd42880d56569b22c6f88 SHA512 d70c34d903e8e5088fd065a6da6673eadb569a20af183fa9bd6418940b37c8c2a777c44dbdab1b9960890cba5cb7464b805667ac42f4e05499ddcd4277d24e3f +DIST encoding_rs-0.8.35.crate 1381050 BLAKE2B 2db6797e4f226b3836c18496ed77f3fb113fbc075864fd264f23c4fec8396eb3a01c439985ba0586a4464ac4043ddd3acac80e0ecf897cb59569e5065ce2137c SHA512 4b55b53553c5cb6fe05ae81d1c6f3b0bab73ecd3d426b15c58b9de9ea8dd61617bf0bb2e6d3ae2514c7cb6e73019b1a083173d1423b3ece2d190770c597114c4 DIST endi-1.1.0.crate 4872 BLAKE2B 8bbffc45ceb70777c6606714a7bb8f9b26ff33a295fd722958a5e9c556d5bb1e97a34e216514e5acaea51811d78fb4aac927c1f8315fcfd8000fda3741c53b4e SHA512 1a4b65cf77f530a2d15cfe968aecfcc9120957d23d2b442cd3d8f23d7039e832e7d6ab29aa5ad8570468421095650e26fa07f29bf75ae361416072241726c61a DIST enumflags2-0.7.11.crate 17500 BLAKE2B f3dfb76e7382ded16a19df9e17da49b53e87b39c57673928a1afc8e841e51d247c0ec44389ce0e80a483cd9cf4afa443f6eaeca9974208da23c83aa4249a2502 SHA512 eb0e95c110e43e6ffd5148b777c70012e843fd5ae8a69390d854db3870e2cb88ac9f5130589d9c47f12de2b5c57d124e025afae105ba5aa769c434f620aaa4ab +DIST enumflags2-0.7.12.crate 17544 BLAKE2B 5b11f629d947c1cebc3cb0d7a3c37f7639ba93409c9af5b704efeadd66544e82086abec82cb3b9c0f74361b53701c27c2e1e0f16bacc9794f1df58bd4dacdd06 SHA512 b391276c9fc827efe9bd6f8d599d4e26dcc602c97f18b302b3eaec73f39193e0fb182f8a353b0ebdd4416c2c6406bcf44b7b849bebf246f20b61332d7d0d963d DIST enumflags2_derive-0.7.11.crate 8524 BLAKE2B d0e8cdf41754031264102874605568bfb6e4b421379c1c11ded5d3b82eb6a82ccfdc36e4003f150fe31b2d0cbdbb5f6db2dc3a69338781207ec11fd14304e25c SHA512 6db735ba9e4f4c262e5d08cd507578e1b3d82f1f048fedc4bb3206f655c63813f0d87538ff71c145aecad42e8caa3b604698c5d335bf0cc8fff5781d97448c43 +DIST enumflags2_derive-0.7.12.crate 8573 BLAKE2B 12b9baa7bb0afe90437d0a99873a790ba4fb2091ad31dfcb5c2f6e46ec891f32ea5b397d4b7a617a6509bfe5216f1de225a36458943c8c88c2b00630c7ff26a5 SHA512 9116d0559ff0b9de47898a55b53e77bbeae9ef8b790e9e081388f1458d118a97c2b02d29242080b2891bda1cc79d27f425a0347802205fac0b60cd15c7362a9c DIST env_filter-0.1.3.crate 15191 BLAKE2B 95fa27602c10e819ef09b8f4935dcc3204104f7c5a0227e5fd33cc51fd77f70cdab3d822670d216321f263643d1f5220f5849002ad857925d4170b1b56cd3fd7 SHA512 94db29f1639636655e05ab02611cf14d5c2c8778be6eddddf0b6b8c21f364a71909a2ecc3acf3f4062d5d3c79a6316e9ef30b2fe042f617108af8431e198d344 DIST env_logger-0.11.6.crate 31105 BLAKE2B 536f7b02bc6bd4f186061d55d2c5fb0d57aa91adc73d0c2521e0136573283147d5d336228fa7b64306daec9f488a2a83c83b96f06d648f45c3b52d04699b15d9 SHA512 1ec41e4c4eee4ea6bea38d40e739b1f324ef236fc786553fd77c6bacf6303f13d35c1626d3408a18346d42ebf5c896869deba133ef34b8cccf3729957c72de0e +DIST env_logger-0.11.8.crate 32538 BLAKE2B 9d62afecac4d4fb20bbb99611cade6ddbec17c8dedca94aeb13fad8fbfcf82988a55bb45400e78adf8257fb346b0d6cda3e2c2ed2332961d485055b365f396fb SHA512 84091355d3d9f2bfb1fdf4f1c6309444b513385d9b911f3af8cd1b5c467033769e7add11f65f31da8931dd05d96a348e0bcd670733d31ff981faf760d727afa7 DIST equivalent-1.0.2.crate 7419 BLAKE2B 7ce4fb7b911961cd4ccfb48323eea4952110a069789c6bd177a63391c270df861afadd00c07db7b22768f0864f320e429e0200c433284f528336e2f81d071eff SHA512 8e0e2dc070794a85b276e93f9e4a65d3bbb8587b33fda211c34479a0b88504c913d8bef9e84d7996254aeabe1efe4ff1ef6259ff4fe3f9ccb90dd90070b3e4d4 DIST errno-0.3.10.crate 11824 BLAKE2B f9976b538868daba3cd2d47ff2fdcda16b4a436ca767f865f23d1139e7f232aba263dd4aa38d573442c762999c8a8beab8a4a8c10649d21b49090fa65ced1ec7 SHA512 fa4b9a368f254cd90c6f69f6883af4c579829a6da6f31481a1b527ac9602c8ffcb5e9518cdc32c39b5589c151a20e75a7300c8a907d178346185ecc6e8749f3f +DIST errno-0.3.14.crate 12002 BLAKE2B 57fd842a717086ffdcfa5102a8c52bf8210672820366d78aadb6f159055917477e6771e9fbda88787278bf3a116bc7253dcb705b601e54038a93a1820c3c287a SHA512 1de95c9806323d63e7cc95111e67b3ba1ee4b9d47b70cec33485194574d6b584d22ff877dfbc244317822721291d537d9509ae5e46f1b45169cb478a78322366 DIST event-listener-5.4.0.crate 43452 BLAKE2B 75a535bf9e0b6e5b07b0faa31a73ef803a367a104985f0cfd02a201c45cd3cfa1e51a14e6316ac2a96b1e99e00260a27c5e96f54f073b3b9027ae62c886cdc24 SHA512 5e35b5b467d024b6b05dfe6481cc69ebf4e942b9a52a478196885cc6d578f388c25387292c94f9da65fe53fb870ac328eb9a81179c93b496c1d39d27b11a36fc +DIST event-listener-5.4.1.crate 43782 BLAKE2B b43523d0166d1e89f4957d718a54af9c31a52ca860bc5cf645e093670e5d0e4bdbc5f8f57de9eabd8b8c5b54df4090bea68adc8bfde8b9d23203b737580e4fce SHA512 99677a81a7abc04d6386db78fbda40ce5a9e4b628d0a1b171150b5be12e336fad04f2f8ac94e62d732dc90b0c65279bf28904e77f19c5cb6f0cad6298d97c394 DIST event-listener-strategy-0.5.3.crate 10920 BLAKE2B ecfa6387d9f09ab8fc6d7bcaaa655fa69f7d732bf40c16549b12074ffd25b1d9e6ce19f7600d1be615ec72f5fbda85d0c9e0a19bb5c0cdd9020c4b9515d9f778 SHA512 f1a14f69afb9765a317b3d7bda505a28f050a7594d6b07e5263d635b806d494ab41c456dcf38ca924ecc0595be0f77e32ffe239107fce1cc5b71ee7249419f5a +DIST event-listener-strategy-0.5.4.crate 16179 BLAKE2B b516f4b14bace1dcc9e7e6ad3c7b8ed1855530d0aecd1ed480b4392bc5e414a92634ca91b73e521e0344e264da2d7bb92ba6dc260cb38d532ac5b782569f7ea6 SHA512 bd5259083e87d6fe04fd0c3ff2b5a5ac3e6550ea05bf623b3c535465a2c1f2766bb66ee73444a80075efaa59a73b064def1f034e91e64c66aff4921eefc54caf DIST fastrand-2.3.0.crate 15076 BLAKE2B 15c9a1c4f64d94c4bfd38ae139c6fe19b6b621a495c1b57209edd6d76d978eaf018ba77f356b5086c3f462a6de044fb5e3b172fc288309569911a17ec39951bc SHA512 267fecbb7459c8840f03425733d278dd6c4e7637b85b99552877117ed5e8015e094d86aa95841f77064136b7f382276c3cb2c2bef7b2881d272f4aa57c5cf947 DIST field-offset-0.3.6.crate 10032 BLAKE2B b4b43d35f793c55e8c521de7bc1648501cfe46494fc17d0b6135ba3456c8d72a11b422a16735c681c7c6542084652c119661372628096d61197f6e387b66143a SHA512 3ec99bf5e860dc68f3fcd0abd2b0de2ae0b3174eb177458506aabeee9dc7b0b8b58b925e2c6108a8f18ab95f2e1952dd9474650a639e1c1d50ec3f72bbd30077 +DIST find-msvc-tools-0.1.1.crate 30228 BLAKE2B 9f6d84697a0310021a59789a0aebcf5895490e4dd719a2ef820ddf2f225ecd13c814e2c03e8d4de4089a2d1599b469a900c0c1072f9b57dcce9fb8634dcea6b2 SHA512 cc91ce79858db4a6feb3ff0fe24d7b29a523285247116a42b27affacc3f034afc0d458ac8716922f5fec5f23deafd62e875ec899d4ea58531d028535c22e137e DIST flate2-1.1.0.crate 110650 BLAKE2B 1245a0050ac2f6c966b0c869f772c24544206e1e29ac7bfbd1bb20aff20151f50332e3f2bfcc3edcabdde706b4ac9180e393e4944216183f7319c3b09bf5bc12 SHA512 7f240d413aeead2fd15c0b4cab1ea45b99987c185968ccc22778ecc7e08ff32ad6fd44abcf763a7c708f5bb7c43b325aaaeb30ea9bcea2b0917c9f7542bbcbdb +DIST flate2-1.1.2.crate 76495 BLAKE2B 0266329bcd766be392e09ab75a135bea7cb44e9d9f1eebcabbd4aa3615d66688add24628326dad8e0e03182f0a4d65a3e23db9e7ea8c71b1775d575cef3f1e8c SHA512 467f7d6680510cf3c960e4e466876a97e5416e3605e0d4b52781547295e52f2b0e778fc06a6636ff43d9f6e47734e5835172178c4d6b85bbff597f8748d0d87d DIST foreign-types-0.5.0.crate 7824 BLAKE2B 01a5111a11e48462914f9877d3228008590093633e957883fdafd3a7017e144c14fbbe713bb8b0061ebae78d20a49978191ce416a4e28317b67ec69e38acb879 SHA512 d07c92cf99c99419a3ebe05ba9154e396ab88116f46af736ffdd958c8e47741bca5d9f478f6719d5361360e844375968c1cbf6ac40995d47128a5e5fda3f6c82 DIST foreign-types-macros-0.2.3.crate 7635 BLAKE2B ee89f576f2d892209c0f344dcab9dd85a671c976c8034b33dc984b93a5c872ff0353311657fa1dafc499243e55d3293a7bfc532ba55894a719a50ddaa6957589 SHA512 c3965e058d15159f789a8ab1597770ff6325e8ac9e6914c98450225ce27af849698646d53326e07b13eb3a9730452d926b73fd76e5a1fbd8ae4a6083bdce3367 DIST foreign-types-shared-0.3.1.crate 6006 BLAKE2B 27c26518e0de0a298df2996da4959727dcc6a21bb4efa6c28869a9affe7ee3b427d1bae25ed6928477d07959bd143d5d4fa27325f8f5a5cb0ddd3cdb9e5314df SHA512 c68da34b55230941d6655f6a52d5dcb8ee02149f25c25a5ef782402f9a18b33047905f28b70183a5f45b45977c011a5320cf7283b7901c76ede4d82082ca4c9e DIST form_urlencoded-1.2.1.crate 8969 BLAKE2B 383d3a197b73fba199220b7708e16d770591ac16725faf4efc1a8c230c569c381870d4a11b8fba623e761e68f9d318630b22101d461e67dd26c67e13a73358a1 SHA512 c65104e2dc08fad572bb31f981700fd43dd29fcff42b01c7ccdbd3d4c23dec12360aed3f1b5fc4766fee386d418a65349b2941b8735f788cb0d35d631a6a8dd1 +DIST form_urlencoded-1.2.2.crate 9347 BLAKE2B e02670f9af81a09e8df16680dbb80708632ac9e708297fda2f821af8076fb827c011ff359d4ce50d5ddb8f4403d4e19f74a4b68d11441f32eabc6fa2e38b3b09 SHA512 07d27d852504e146d586d007b090e53cbe740da140859dfb7d647c83c1b55265a83ea0a0e514587699b1dc6b6ffea2fc913319bcc83b55ebe191801a3b429c8a DIST futures-channel-0.3.31.crate 31971 BLAKE2B 2a59ebb73f998ec307bef01e997bf2922556d6dea10e2e6e8da9e1b4cd05a8bcfeef01bc1cc57d79c39bbd98b8a0d26871dca5c7641a9d4e9c2bacbb3feb4eeb SHA512 87e49e661cb12c1e03a07d3c94ca9bf5954344a51fa11639a118f5a49877c883387343af54639ad80e7196062a77fa7c9b9aff9804fb1e6ea3d0eb09efc53c69 DIST futures-core-0.3.31.crate 14318 BLAKE2B 613d16e4f18547e45ed0dd56a7b908306393e479c379ff64f358844eacb1f8d37008ffbbfe6b1a4ed184e501ee9214db149d9cca31651b7d353ab4a99c8f5ee1 SHA512 d2f4c2476c4f480f724a880ee16566fcdd545579d3cacd2f16745812eed9ac4a7a88d59d4a38b163ef466c6f6b612b9cb06308a09d52256506a8a90e358db935 DIST futures-executor-0.3.31.crate 17965 BLAKE2B e111467391cc99d1b6a1f5fd3aafdb86922a2d2d9e360112402d68489577527aa35f4f65e6c0dc8f48372927e6d7a6a4a97c7b9525c369cb14e34ca2dafbe64c SHA512 337e70bd3a3bd3075b51e2afe8f157902ebe486696587cc2706b6a5770478ee2ee4216aa9e155e9821ed1d02ba437cdd3abd0c05aa960378ea192e2ed39af564 DIST futures-io-0.3.31.crate 9047 BLAKE2B 667e62b50be304b68b8437d93b734a0e2433d88a3b410010ed0b04eb2bbfbc9984454c3f0a591f720c9983582c6421d7f870f0733c31337c4c518112f52aea54 SHA512 16d21388f7ca083d2c618ec140cb2c0807ca621b8c338698c367d862b99133ec9edda828f051f3f666472c929e7bf7a5cb334fcf167109c7c392c5cc60b54fdf DIST futures-lite-2.6.0.crate 45157 BLAKE2B 987475a28fae8e04dac435867352f8f225e72041b6f73e97609d9c3179d89c35519d34e4dc7a08978337303c904f339549dd69c10f5eca0b0106deee5246a840 SHA512 2e896e15e7251d29f20fc39869432f3b7649fa567a59ca378bd76b67c62d5258651315972b6fcc292e99bc44e8c569a8b2cc8d3882af9ece3624437c0bf31f55 +DIST futures-lite-2.6.1.crate 46095 BLAKE2B 36c134db8c8dd553f1a6fb9ccd50686bdb94d17fc939839ce286cd748d0f0143bfac84a72bc64fb27f3b982dc2064719463dc88036656019304598de818e443a SHA512 ee62feea8d0208cd64d6ce99f813b573cb9aea33773d33adeb5674f51e359896109594a6766d528ec6f3dc724d97550b9007d0ba6fe6c71b5885735a2c18b4aa DIST futures-macro-0.3.31.crate 11341 BLAKE2B d91ace97b854cbfeba1df90468fabf6313721ef72bb408ca6bee1c110b0162fe91da18d371b628513644f9d3956540d93c3e13bc9917550338f797967acc3967 SHA512 26c45dd8c037831ce3c41a326ddfd581784c2e7aa2805ca4d93b91e439f4d8c078293cd328bcd66d0283cbd5a14724bc624ec607c343d15193b00bd644b86166 DIST futures-task-0.3.31.crate 11217 BLAKE2B 8c0e0aa0aa14bfc28e668af00a3fcc2532950ca865a9f3935717a4a3770cb60477cd8f4cd080675379315b649fbdc5fee9dce49502f0f24f44db481a24c884bf SHA512 4872fd2f24b07c626efc6fd76c01b44d56efecb9697f972d0877307b38d3ccb06277ff029df38981470ba1f8ac5f93086123ab3af44d3c49bd9c10b6c9158a81 DIST futures-timer-3.0.3.crate 19739 BLAKE2B b7af71c761197056a6a4db03caa30f31c104de0049c09f52b18b80718ad20c95e0e64bc7a3618c29d1c9a5ef0309379044fdd9c1fee8465930d28b2c58927733 SHA512 c50388e38b45dce2a65a8d7ce56bcd9c3544ae677158c4c10c532136e861c16f0f52df5222a14c0f40ad8e4faf93fde8223affa7fd84d24e95aa6994177e7e76 DIST futures-util-0.3.31.crate 162124 BLAKE2B 69ca647a261fe24f90a4221d8629169a8dc7eff9dd1c4e07cc700a52a8609ce9b8aa3974b9b09e1ee64d0121d7bcb3efeee6fc15983347aaa0b0b23b068afc34 SHA512 429b1de584546b931b17d475aacbdb0c14824a57d960c44e615aa808e8c0f9c126473e313a7150b3de87ea91b7eebebb1041509f61b3493fee8a9cd2c75c4df3 DIST gdk-pixbuf-0.20.9.crate 21619 BLAKE2B 456d931fd4d5246b43263850b6f52b9e619abef6e4bbbd04f6c97cbfe6a44b7b96928b50e136e41c0209751a0f4e927cf966b5a84aa981478bf1ef2813ba7d57 SHA512 0e155359556664612f0b9950e10110e2567003ef0c8d050a39f18527b6b9ff43c55404e892fd29c9ca89b203dd411febec38f66c30c2a9e6101725b35a2b7ee5 +DIST gdk-pixbuf-0.21.1.crate 21423 BLAKE2B 615342a4ab24f38d723f964ba001a500f07cdfe5171f592f8ea1c615360e47a73c0f4dcb6e0dd3d470bb9325191f133ab1d756682ddf826d28726d9e3860f7d7 SHA512 98d84e7fecffb35e2911a6111d75a237cfb140ab1fa182473e5560669549e8b749e6c08776f3039598ed3b4ed0b8bd8b1843cf521dda051578ce91ed244097fd DIST gdk-pixbuf-sys-0.20.7.crate 9852 BLAKE2B d6ff354a01b32a75f6a784c0fb959e0975d4dc22940b23a77d85a920042fffa24a0ada3068e2436f97d2814ef00ba815481ee8d594473aea6079fdcbe1773090 SHA512 74c4952e5692de4d4a10693cb6e9705752a99cc3cda245652fc81d9a933a44ac75a1fad866d5496add841f34c18a6b1b50ecd27e400444ee9bad89ea3dcf49c2 +DIST gdk-pixbuf-sys-0.21.1.crate 14021 BLAKE2B f022e47c6561f3687fe41592363dab4acd42a456ea0ea3c69cedf0e578f1eea6c795c6b62562afc2889e426d3be7dd696a1dafe5ff408be75b8baf5df2a5db1e SHA512 ff6ff8eeea9a7381f3335eb32ac39ef0c0beb8c158a5b3e430c8a5d8d90469cda0e574a8fbf38841c4bc9ddce29af3d22dbf9bfd8048a674885a304740db2441 +DIST gdk4-0.10.0.crate 101740 BLAKE2B a59fa6046f03d03575bea00af25a94570ffc8e0400e832071a958b6d48106d2fbda579aa2fcfc0f959a1baab9396cd6a5011ad7c27e9208239edd4b5aea81821 SHA512 35dcb4bf9f8c1ba83fd1f84527093659f5838ecd968c3750629e8906d0a37a2933880664404bcf642a3bc41f1b6ed6128fe11a893a74b51429574e9a54133b4f DIST gdk4-0.9.6.crate 97926 BLAKE2B d553420f470247a48feb3bda1ff12873d0f4327c4963a0bd11ba2df12949561bf941c0409c1ff0aab0a77ee8390fe6c2e02c96dfce954b60ad86e8401bf72e42 SHA512 ffb2b73fadf13107a9eb574912ffdcc0c2f602a5901a7c3d3e774c46f4bf59137600c0588ea7e9f1e4d0a24db1b8a9147e6408843eafafd12506918f259bd75a +DIST gdk4-sys-0.10.0.crate 76442 BLAKE2B ed98315d63804100efc6884c4699c936da89e411f1ca94021929b5a42f29579cd3c1841c78494503e5abe42a9060060ea46fb678a144d26ce1bccf246005d833 SHA512 de2f1ebb323fab65ee1440fb79006f9d81144698206d9aa49818670dd4afb6046bbd853dc78c02e1b67ef574a7c3e37f07343245f31d74b9374a82a173179c50 DIST gdk4-sys-0.9.6.crate 70859 BLAKE2B ce076ba61de0fb80d75896e33e78e3f44c762be47bb1894a28cde024b3d372000c68c910f79ad2880856ef573f0e6def728664e2601490552b7f9fd107590bf9 SHA512 f23e4e3c90c2586ba3d0bffa9272a3ab57b4149b006e35ce75792852f5f9c36d71bdc0e7e9e7cfdb3c8a522d2373182512bf42a30743ac9722acdfaaf2c10054 +DIST gdk4-wayland-0.10.0.crate 13461 BLAKE2B 2ff98f38aeceb96e8b9d974131e838456eb256ec0e2d3bdadf4ef0685c3c65ce1176ddc72a2a5323409a3a997d8863600849481621d3fc76a063b7eeca00c025 SHA512 391941a5334fc289cfe682023a9c1ce152d2981843a7c498bcff46f01ff455d8df99aa02edbaab0b59e2578f6e05fa4c4dc5a2a5c507a37b7cfab8fa7c4d6753 DIST gdk4-wayland-0.9.6.crate 12751 BLAKE2B db1dc5a08f36ed7ff83083ab219e645f3c3e196ca535093b436142bcc79672f1632e940688e6af5773293c2199531f579862a5a875137905c91ec799dfced85d SHA512 e28aaee75cbb260fd75bcd03b3184e1fa9dad3f98dcab47843578df553a3f900fc43cbf0f8e69e6a9454fb1c0229643d35a111abe914421533c243e75b001bb1 +DIST gdk4-wayland-sys-0.10.0.crate 7461 BLAKE2B 80782ec8354a33d019e7575b71e2c3487fdc46bb13adcc76a0a47393cc4737ef1e8838bbd1ee91854034a5b75ebefc8911e1031d007ff9f0e46ab0d4ee5db3f4 SHA512 c82e7c891a3ca8254e6bddd680007ea1814b924423487802ad34204d18e1210a00bbe7f16945663ca2ac14eafbddcb85942ef6c89dfd7d8a86272455ef660bae DIST gdk4-wayland-sys-0.9.6.crate 6760 BLAKE2B d17b1134ac168118fe4cb8f29e8710ec48634d4008b37eb136c61acc593f23e8159ac3c9c12b6c051a51563221cd0072bba0f958c3dc2651364c796f2d402c46 SHA512 a4145ed4d000cc2ec6ae06e4a390872781c685fc51fcd9bf6bd18884a13ec0721b659563d2cc4dad3e636016d487b90b19c25c70ac15d56b9965b8047adbd814 +DIST gdk4-x11-0.10.0.crate 14271 BLAKE2B ba3340b6c62fef60f76046763b7d8e723cfe94494308da27999dd8d4b9dc0b978666c46fe66a764cf3a4d2e9ac72c061200f2b4d5d377c7862ae1b2ab59704a6 SHA512 839dc13059e5466c160b148e8b4ef6ab8f921d827165db21311cae42df9106aba748b33411892b1f35e941b7f7a6f1d149403b4ba12ca89898f768e021dccfc5 DIST gdk4-x11-0.9.6.crate 14257 BLAKE2B e4726b41ffcd9ecad21f3be52fdfb8387f38817009708860596a8d4ac00df4f986deef2f4bcdc4d041b2ee69f58630c9b6cb339cb16a96d60df783bfe7fd3fb7 SHA512 5ad5c7e3b91d1f9614257abfa9ed38131f199a4cdf853960688d98ef8095229b73e7cccb3e9f8c1c15046beb6ac446e3ba012930b660870e492651c33e1d9668 +DIST gdk4-x11-sys-0.10.0.crate 11034 BLAKE2B 5661fab2f7590bc13e38c0c19bc4eb13cc9850fe9fc02dac5766893389fdcbda9c9121cc35fdba50c125a0c66c67b90b5193e2b71c3a9d531f21ba8e213f18fb SHA512 0eac87af21d1c108b83720c5248def7712b379db5e8561e7992ba66646e5108edea1d2229353980c137bcd4229facef5f0ad5e38a51c43be92de1cb8163d9405 DIST gdk4-x11-sys-0.9.6.crate 10330 BLAKE2B 39ca49e5e7f20443fbf740fcb50e16052161a40e7505735f3619381f8fe319776c10a22a3a58b04ca232a37a0e59866740b9a10afd5042b9316eb2206f4e594b SHA512 124f66fc3a0919c0190a55081fafc58aa5996abf0801bd29447ebcd4848f6f04575c3b7419cae1256ce9a6bd352352622759f951933b65142f2e30b42816463b DIST getrandom-0.3.1.crate 42449 BLAKE2B dd70e0abfd27a7c363ce1b91746ef7568edf1d176d5575201623b6403f3a503b5d8503d10ba01d055f9de61cd8092729d34ac8f0f4f9fc6ad79b9fce926720d1 SHA512 431682efdc2ba82114e173925b99e1059d4915ebec6b0432d4a7683e56ccff7b4b45b9ee9cf5d0ee53067d5ae1ba733524c18577379c8414c385189718fbbcfe +DIST getrandom-0.3.3.crate 49493 BLAKE2B 17bf881c1ec8e70b263dad11fbb307484d7ff6a7bb6c0ed217730c0a766adb3a19e6633b28cff9eb7c1f9deea55a647ad53636533c392a5c39ac82e26623a18c SHA512 8188d8fab05e8bdb3918eea6fc6f89aaf3767f8350fa953aeadfcdf24a513bb4e0d464853a264939bf2fa17f95ebd4077b74d813d587a7368072c5d7748c4c5b DIST gettext-rs-0.7.2.crate 13870 BLAKE2B 3274d9f962c9b8073a7dcb67e46f8e3d9ae1a6a6f0a2f450772be277acc38815d43dacb8bb05caa4f533a55d373b1a8e1905458ed6b0730c498028dbb031b69a SHA512 90fa4368618e66de89aee2181646eccb1f8e1b6c15b5ff8742d79bda11210170346d443489dfdc03c19eaab46911ebc351893bfb80cc67f0c3be5f87ff3d7ab4 DIST gettext-sys-0.22.5.crate 10282346 BLAKE2B 0766a4ee3082937c7288e31bcbc0ea0286c82d585f87ba91cb8eb553b276f93bb09656f3840dc661785b3b288043aba87a8d6cf5d00a5de1dab6f430b6cbc4c7 SHA512 bf9400417c644e0ec194e6c6ac1c457e5b8f68d0622d51636e031cfc5ac9ddd458b4e5fbf814adf7f51257ed40411d521faab5a373c70732022101c6efdadf7a DIST gio-0.20.9.crate 220512 BLAKE2B 7c16cffb1f44fe18248adec5f769af7af70af50c3559f1ef70d906cfeb6be5996428cdabc878bc870c363efe40a95892e614085a95eec01c883bf599d9af7d98 SHA512 ee42a08500266ee20f03b17cc2b30fc569b063932e7860bf3bff64e3af5d59f6ab3da97b2d57ad0dba552ad2d06f347975fed94fe59cd9c7bf79163e81575f23 +DIST gio-0.21.1.crate 228292 BLAKE2B 6a90f18701e278be0300dd3e710dd63a98d97ad5b5ed3b8e2298e8b7ea68232e4cfcd24b3bcb8015015d9eb82f1197fd90d8a5dae45316e232ff14e86a8cbff9 SHA512 bd3d07237c82a48d6eb9427a8375d870ded24abbf69a2067fec5dca7391b8371ad6f05a25b85d9da0011b9cb39c6a9cba806818d49a85b4de1675f2cb1f05c99 DIST gio-sys-0.20.9.crate 86086 BLAKE2B eb7777d62ee552114c95d4d891a931df5ab428ac548a538c21e0f54731a619e038987be22c15fd6873ffb069803740ca3fe954c81808f05f18e81a04b8c3f664 SHA512 ea3ff89577b7281439c496602f46462526442f74ad8ec85ef971389f7c93f72c4985a021b86ca8d1de3289250a99bfd40f71886b2efdf890d0694c8f0c505eeb +DIST gio-sys-0.21.1.crate 87224 BLAKE2B 0cac59c2ae2c944d4e45c4489bad765ff679eccd4de3022fd290b37238c9d178e11e5bab5c0130e916eb60c98ad9baf272fcc9e2c2d72cd78231b3e4750a81a4 SHA512 438e01f95803d4c1a67688f41a2f06476f15b125ffd489a2688b281ffeefaacb870922e921e48832bf73ab2f436008781e4cff4ad6b49d5c6ade48c1e50036c4 DIST glib-0.20.9.crate 293359 BLAKE2B d47398864500c65ca710beeaa50c184ebe70aaf02dd00c40cdfffc7c43fd11c3217a8bf976aa9b50cb78cf561b413ab83e16e184411f616cde437c295a0b1510 SHA512 5870898564ab8516812529fb83b76094f9bb72358514c1a60d64d4522bb85c1866c84e292bf28cfb142c9760920eb2c9a6b8623e7f6e167b2aa69519312f8c22 +DIST glib-0.21.1.crate 298489 BLAKE2B 59736f0942c9b4044f5b0c202a6a242f906746d26cd017ac1b4442c26eb8af427501f269f7f50c8846cb7705aab3b0cad69ee526cd65228d6d69739f24afaca2 SHA512 49ce343233805d89e418a127d6e03a2ec3299168bdb10dc354e22adeee8f7fee5208e5c9e5d2ecf1b80e6be36db19fd182b787e63f1b9a13b484d31dab43f5ab DIST glib-macros-0.20.7.crate 72089 BLAKE2B 0b20d59c7d10914fa470216f0531a13de1d8794ab43c7f7a2e26944066f062a3b1b018b441c4d0adfdf3cbf21de34cec8d6d9043a99fc18ae27fca34496a00a3 SHA512 730d8b248213a2b67c3b86b8e45d5440826d03703d21f4657615052a420a0e41fd1a6f989935660c54e4642f227c3130dab2b94d040ebc5faf6768c4b3567aba +DIST glib-macros-0.21.0.crate 65629 BLAKE2B 9463053c6eafa195eaf8412a9170dbaf97568aa2ff2555c3df1b16e030866f2f959943c6175e89901155b3817af2378d9e171419d64283544a77fc32da9fc98d SHA512 609f19c46c65ed6771a408745b1e1b76514acc485d957e49e60a4213340f73f89d4fd5c135632e76817626211dcd1f72f53075992a1f14e1f086234f04351e35 DIST glib-sys-0.20.9.crate 67109 BLAKE2B 718eab5848ef2d7072a30a00eb5fa1f448d0f3abd68ba331fe1b398eefadab74964a4c323570813da4c2771c1b16e5ab21b1b8696c4d88f695cd22518927398a SHA512 1d9b21aa93812a69767caa8073373620d8a41bd24d20787ad714fd6e69e834a3c9f747dca4a145493172d2e3492243771a4dd59ebf38ffdb128763875e45c16a +DIST glib-sys-0.21.1.crate 68368 BLAKE2B 0a717c90af4131437b5e33452927de98005fd43bedb6ea0dbe1a1301154127bb96c9c26a0376d6e7c598afa4ea3cd9c09b8f1cd12b54dc0285b40de91fe4ec46 SHA512 080e8712d612a85a26dd1949fd5796d092115658ec26e828202762352178a1e4f2b2217ec263f5c2b35a4c571570986f513ec237f42b422cbf1d017860c12473 DIST glycin-2.1.1.crate 53329 BLAKE2B f95e7a79e2b7a4be13755c64f74a64f7ddc34b69a8ef90b2ed2a469bbe4c224d5044d31129f82dce93fad9d4b6012fa8929110d0f4c2996099948010707a279a SHA512 3e11a1416b9e2d2a9b3eea66e0b1c2d6bc1aa2fce74b735175a92948629c231ade1fe406e134d453879d0c8c0374248cb637425a1744f3583ee32e89ddbf1c61 +DIST glycin-3.0.4.crate 69510 BLAKE2B c724b5b1983e0abffb62d2f8d186bbe856b4c85e7db58188474c1cbf772703361e5c9617618a7b35ce9702fadbdc3cd139858d97bef98485276f9ac84a82e981 SHA512 7d509d7d31ea92b15ef2f5bb8df98c807248514fc5617bc874c9eb4615a2ca3b8061ab326e368d776df4bfc4bf67225f35f5a9a0ffdfc169d68731d11c8a25b5 +DIST glycin-common-1.0.0.crate 27168 BLAKE2B 488e51c598817ca537bb77e166ad1e8d3918d98d462a6652fa60e3b078e9b0d946901480313339a80e6920ebf31a02f39144bc989d188f47390b5f13f2229ef1 SHA512 a621e4bcd690fccad5505abacce51d57ca2c98b093357dd6ab2cff109ae7df4063c3776788688c13effe8158b87d563101ad376d351b81ed37699ca2bebf114b DIST glycin-utils-3.0.1.crate 28053 BLAKE2B 7dc0e32b6a41f7dd4977938e05da39f86eac8f10319b9d5766ee1e1555a5e335971bb2fe466020d8c115af3058222f47f7e77e5c69b69833784d5c77e61e40b0 SHA512 544c9c5745324bfa93ad4a2a4805efb19194a0d86f70b0ad03529b4bc037a17cca12aec956e2ef015b6c4ff999259a2a2124cf9652cc06cdae2119af8c13e88d +DIST glycin-utils-4.0.4.crate 39613 BLAKE2B 915dcdf536cb06cf4e70fe609774b3f2e0e21eb99a68695c1c3757fc237035ab43d6e2afcd2d346517e69a0c2a4d5007b339185d4e95b367fe1b8a56787c6d30 SHA512 13b21074024aea2a3a9b02cd3ce1d0d431722dc3e729706542d21ccaeff60ece7a532b5aec73e68e86ee302f2dc36186f95e96d71a4a068caeae79ca11dba8af DIST gobject-sys-0.20.9.crate 22509 BLAKE2B b8e8e82700e17c928644e9fcd185f453ea05b35f0b47105c750597ddb5c3fea9f13871cff20586f9061a340d095e74089642d501e62ecd93b587b010c0c7d5b3 SHA512 fff20b83534fc71f318e3f7c8c04f8af60d36301b15834a430fa1de02a925992803a57659094b08c5cf1a5f0cddd4e97a2e1245979b586d80cd8681ec4b8aefe +DIST gobject-sys-0.21.1.crate 23364 BLAKE2B 6cd2a7e68a21ec0a750783650439c2bf33260725888ca2d2b1f720bd98f8f1dbae8a5dcc4fe057a6d08d3924917ad68359f9d13428002ab2379a8cbcdaa8eb63 SHA512 c96c6f21424fe4924f6ef6d48b6624ea4bd9969b3b559452c8ca86fb1edfd3570a76686642759908d76351979c4150afbafa21fe571bfdde7ca5f477e63107b4 DIST graphene-rs-0.20.9.crate 21946 BLAKE2B a4495d92b8544a5a952330d5fcefe8e7fab5431b89939bbd50bc6e683defc7b3b4fd6169fdb327123c4d4fd773fe792e3028e5911a37477bda47e12d9d053cf8 SHA512 4cca20d1d14eda6145dfcc8243f75d15c732138c7a7477050c90e5640feffd8f59e88ed5740914bb973c8815d1ef2db4b1a98dbfcf89a644dfa200c312033566 +DIST graphene-rs-0.21.1.crate 22859 BLAKE2B 6332eb2cceb5a22c1c9c976bcc0cb8c10872d0e784cb6529b8b4e980d9fd4aa225a076953f761e008d7ee99ee833225c7d51ab216d8eaf2cd8abc620c2deddb5 SHA512 450461030a082b8b89fbff3a54d15f2ec6c98f575834dc54a6308833d277937736db6106ee2a2844ffc93bf671472d66aef57bbf06c9c4cacc8872ab41afd3bb DIST graphene-sys-0.20.7.crate 11684 BLAKE2B 11f9d9efb042b33deb8c127289b6a946d5be828a914030c18ada61daa1c1a0acb60e415c0e5a2dd6f5ed4293dd942501c8dda53a6256eaa94db6af86b9b1018d SHA512 89e350924f6b5e3601b1fab514a10dcbc34b0ae278cbba6b0b2c6e0da9f94a17a3b85f65a4f329af9acd55c7b936167beb1d47315ac113d0da6a2bd311f034da +DIST graphene-sys-0.21.1.crate 16157 BLAKE2B 8a9aa4279298c9408c170ab2b6212d1f5c375c659ef44dbf240e79d1c089a56efdd95ce6968c4c3a95736d664e049b3ff5d81e42f237c1cd69bb94f3888ea0cd SHA512 4dd294bca6a4b963fe21dbd064d04d2b4ccaa847fb60aaf31219e1724c386bf862ba08524f1f8e07adf17de182e8dca054645902480b1e0ee857f854572d7c5c +DIST gsk4-0.10.0.crate 37772 BLAKE2B 43c04f8bfe6d1fcf9158f74b170ffbb23b09bc0e1c111ef369c3cfc54f740646f2e2af6241027ee45ba7c36b770fb0dd20b1b9e69c8fe2b504788924839f7c76 SHA512 9b1633a1f1af26381800e5358635a44c6af38e8f16967ee9b0e2ca1fd397ac5cfa7680e469962aa1201fad9610a789da784336c6fb6effc6268c16b6cdd68f91 DIST gsk4-0.9.6.crate 37149 BLAKE2B 2c6cfdec20f4c59c9484130edda89d12ffe654411734cb30ff2412e92e16e7a9451d0909af82880e5b566fd499ec1e5c1e7c4e30bd87107ee779c133c60b364a SHA512 1ae306742b3d3c14fb6ab55d174a03f77b9289d382e7e62908da20721f48567b3d8eb8610639e7d9fde24a1e0ab2da222687d2bfe3e37f034912ebcba15a2953 +DIST gsk4-sys-0.10.0.crate 20146 BLAKE2B 61491e9315820caead81072e5b041c14028414268eebe6e094009fe0761a40c220a71e01dbc30fb10afb89f055dc4e11b38379870e494bc4ba6dbd9d7874414c SHA512 efcb2b5de257d67cea93cde8b2505935e3e119cd330cba450b9ebc17e7de8957293118ec733e990cd1c0febfb4349b0a4a1cbd14f34ccfb9db8e01a57d9ed2d5 DIST gsk4-sys-0.9.6.crate 19232 BLAKE2B e29cdb08914e70a82e4c606e580d3550bd74362e2e958bc0c57b2d4a010264fbcc73b5fa95df957aa309e0b7fdb482cf6b3239fff0e2378a07becad480599566 SHA512 09ab85ed2171f4747f212b4d24319aa47ab02e72cb246f3f8a7c95282343955a63ceb49af10006c7a1ddea2df9e21b7a815fca967a2d99c8dd294ed15b875642 +DIST gtk4-0.10.0.crate 484995 BLAKE2B 62a5e901adf36db736dd477a93396b60ee960abbd0dfa30990c60cb1613330aa3ddba3e2dbd59c6b3de9287c6eea5cb5fa8d972d2cee01405ec4ba3f79b0f355 SHA512 ec644dc5e962cdb0cd9af1504ea845c9ad0b091fe32a4d3f7f0497640f945650363aa15086537b824e9a269336e25c9cc976e478a284ba662e5dc394f49fb870 DIST gtk4-0.9.6.crate 485701 BLAKE2B 5c143fea466e01854422c659ef1b9123b0d65c8d76ef7b71587e19a1eac31c78f1855469bba849e1b2142a145fa29e8cce2db56208b868bbc4d47cd154474ac5 SHA512 a4ac3f5fcfd88714ad103e9fe71ffab68cefb90100fa562716efc19d3753c98ca3cb9468f5517dd855379a3b4d28c223d20eb8a8a311ac0482be09b16fc15d12 +DIST gtk4-macros-0.10.0.crate 16958 BLAKE2B 23c228401a9098b1e7ede52a0f0d33144ee7ee996ba7730d6892b0843158ab79d6ef852326070e617e3eb8552881e3ad056816584147fc51e30c1e6043b42f22 SHA512 e866d197a174858c08fd8960831af7ee4f7cb4cf02348bd84a80513c90d418a149ba2f467fe0cb84ed9b5b7ac42082d1d361636df7f412b38f7e3c8b8ae4a34f DIST gtk4-macros-0.9.5.crate 16721 BLAKE2B 0199e66f82a96aaa70db95cf09f1ea479ac08d1fe6dd17f5d6dbf613a7f6f49cb67bd59340b7338fa0a8b0af2323e5bdb88b71f68076fc3723780f0ca904fd31 SHA512 29595714832ad53fe02b1419f88f8aff94b3ea3b7611fa05677ad87239cc225a953d387ce8efde3dadaae956aa0ee491ef4b09b06da4e636d52deda66d287098 +DIST gtk4-sys-0.10.0.crate 116203 BLAKE2B 2bf04882e13dac21d6f5747d917be7e484b178c8fc631180b6eac179d3f74939576120d75bede4ac5424f4a750e3118fd1a97c5833991f59ff40940c180f5113 SHA512 20d5882ee8443765b9079a84cdc60ec8dec238e490c72da5195d142b8223a219b2ea9df2c93dd7f9aafb085f94964d15966e053ea41d9240ccae38f8e94d103c DIST gtk4-sys-0.9.6.crate 114426 BLAKE2B 359a6dd665a371558b790b732538201e65d340cb4068ff94f5a886411c86a6f311b552dd512d7e56e6b8c6b2f1e3026eee560bf2a13ee8ffcc223f885f80d2ac SHA512 7a593cdd4bd83ce4dfa32cf81027cd4ab18b80188eb9106a19085eb557c69155e65ab34be1d1eea309ff023bccfbb5639855d9be8ad80d455b78dcfc0712ec9c DIST gufo-0.2.0.crate 6400 BLAKE2B b9299cc1884077a9d55b9eacaee8c5448b4fe7731328c55c28b297c40fabc04daa34fdacc418cdf073bbf60401d927fa62f0b060181562f07e90d88531aaa548 SHA512 32eaa7e1a410917ea236010113585031c8026d7278078c7660efaec22fbdf468e4784e09c50e8876ca360e0121decfb8ff5c0dfeee6b04bb9e1afacd1631a616 +DIST gufo-0.3.0.crate 21247 BLAKE2B b84009e85311d99e8ed9c45869c061610bbf5ec01b28a12c9f0f9dfcdf1522c7d06b5eca3956de122a831997d31e510d8a58feec445dc8c21b339fee785f6f68 SHA512 ee420aa69b8fbdb841a5e71254892505036e9c98d73d24e5639c8541d69b1f0bee09cbbf76fda22d724d516af460b0f57dc178cec95c3c61ab537e4d10f1f247 DIST gufo-common-0.2.0.crate 26132 BLAKE2B 67ec698e28a8edad442c4dc3e59b67d7157b934c0672ce5b787fa7308777ec05cd7d19dd6bed5ebc8f5234a7eeb7ac61fec378123ded391a31b9648020c869fd SHA512 3c565e6bbe3e090ae15b929b3dfa13d55af2add7bf0091805b17234339ffc265b86b237725c9be2afb8153c08f1f9d09778fbbcc4526b57b3484c9249f4d6a79 +DIST gufo-common-1.0.1.crate 27278 BLAKE2B b890fcb6238dc675798fca9f312c838e46f243a1df9a114442e96125cb00c1a869662bad91df36bca765f3ef017ba31e4be8dcbbc876edfc957e470d4a59145c SHA512 03eda6ae1046dd5fa610e974fc0b22dd79ffb12e870ec7667887cd267b64e51d3ea84ac081baaaa5c503273615ccfee219d707d2e322fde8c88b136908d7fcd2 DIST gufo-exif-0.2.0.crate 26294 BLAKE2B 8df9fe373615971e24dd8afdd6a9626d2776c8082e487fd58520ca233997a13810409a2fc4436cb59768b34ddd99a31c57501c507248876f162102bc3557e229 SHA512 541375fda6aa8dafd9b62b3a58971c228f0c9268862ad289bdd70953525e1e0055a9954319b17d37d2dc27831c6e6f9b63a762907ac04dbc872971d927f8ca1f +DIST gufo-exif-0.3.1.crate 26643 BLAKE2B 7df05035f4227435d6ccfe34e39f15f005c00e4cc39f0fd911547178f342e9a92f740701f174d08fc826978445bcb4b772fe16322ccc00ed57248054c349780c SHA512 98aa100895f7d6b2a7900db11f336e26e5340ce7e0dd2521ae44173d1a35928bceceb234df57ed90d639fa5ecd3b7658d59913b7d1cc3cf49015d4490c6130bb DIST gufo-jpeg-0.2.0.crate 23017 BLAKE2B d1e7dd6195f8f0c0e41e43470b24274a1e9cb8e68cc01e01853c467cd1e45b0cfc0037dff83ff7a779b580282b656cc5a0b0a1f231423be9536374e8af0f2330 SHA512 196a3727d8b0531aa5d0a255c9e8f193befbd77379be78c34da6bafde154c89c1e8341922ded1e6c7797befba1c335756200415f31ff96cdeaca87be1d57a334 +DIST gufo-jpeg-0.3.0.crate 22994 BLAKE2B a02e7cb9f99766e2389e4373351163382cd9885fdddd6ca9397fa5fd7afc1f30e2f73bdcfca696f4b3bbee40f27d8ec7258baaf852725045a31e6a46ab25ad6b SHA512 e35a495e2d6ab05ca877ae0519ef5210d45f01f8364a15cdf0bed12e163a78bebb61e35071e4469ca8c442e7e7c2e2d8cd189c0917bd24e3c97fd629d07b8fcf DIST gufo-png-0.2.0.crate 8023 BLAKE2B 52243dbbef82b9a58760006f4359189a3b49e491b2d836fb61b4a8e049c243c294b4e606e4923313ff30d12a4fd98333c3a9da79fb5ed49cb3aeb4272d60f5d4 SHA512 de2873251167954b1c78bb3deadcd2fb6e63dc5fd132b9715bb90b41574eba84a2433a356430a1f687c746968ac3cd968deed77f7f96744a49ef27f00b174cda +DIST gufo-png-0.3.0.crate 22893 BLAKE2B 3a9a31cbf79ea6f8aa536c31e6925d3fdc79c1326099e3ddbc4a6fa590423059116c51ec0d0ee5018d067f193e226bf52686c9829c1b97a3cbefcff4b3f2c7f1 SHA512 1b8360b0578d9f4fe75faadcd5ee0ab96022c6d71e2ef6e2077e06590c5a0d911b7cbdbbf929bffe0cdde7cde430077d4eacc13755a7ba97c48421e00b28e01d DIST gufo-tiff-0.2.0.crate 15994 BLAKE2B acdd9ab0a7031b70b2d1cb269d674a3e955b8056ba452a871115bdbd20999ade6360f57bb1379f2c2332150b8e02e4fe1111512597c9601c13d0dd18b0e4ed00 SHA512 8390a0b640de30559b0806384a9485469b70cba0c820ebf40089a536bd96abc02af3646bcc1440f886bb8e285b426d717b05ff4155e4afb92d7dae18837686c6 +DIST gufo-tiff-0.3.0.crate 16092 BLAKE2B 7a932db7fe31e8e082e5d79820cc59d30fac681778cb808ae51146dd4870f18756a983a88c398cc2aee365de9771ebac0a81d79607e7cd1256f656512e83d376 SHA512 2010a409a1f99aac35025d9886303104be134d2c40e4c76a7f9b6ecafe4cbcc8c98420dc71bf00c5883e289309b4bbefec779b9e4c507a29ee7fc8589e3d0794 DIST gufo-webp-0.2.0.crate 3910 BLAKE2B f167351d44022501f46b8e0b324fae300ca7d1d6b67386edbfd60b2f1af27fad280ed6135b885df550f5bcdc3ab9e6a393a1e7e31af0e010c9f606ea4d5f0d1e SHA512 549fa68bc2091e37f334e26766c73e99258222a9308482e3081842f4e139e32392397f2c069e6406455e449dd82ba0679f99086d33e52702da997ef17f38a2df +DIST gufo-webp-0.3.0.crate 18105 BLAKE2B daad2827e56c4630f955f8f8b0fa3e88b52a890dbf9805b1631ee16a59ee3139e37f908b0df8caf9b1159ba3742ba0f12e61108bca0f317ee674cf08f3d70a50 SHA512 0480d893da511f9552f9c155db63d473cb6f1f494408efaeb55e7b4df3796eb9c8116935eb5980352b086e00bcc6f999f64f06c2419d3388d81ea12347f706b8 DIST gufo-xmp-0.2.0.crate 18998 BLAKE2B 33515b46dab5a65841c389cd3e7438ca5113a40a168350ff054b04c9c10eec7367c377d4352f9ff192957f264351877c9c545bf844856c4cb8d080c84e6ec9a8 SHA512 ec8fca040819740a26a8fdb1d80adbd416c6e9b404c91b50633708f93eb423541fd122975d90f2c607e1cff030ee9b82e83dd21aa90182881c630d8bc851b13d +DIST gufo-xmp-0.3.0.crate 19055 BLAKE2B e5d19ccb7f306d2715476d2dd0afa8afd7e3bebe0763f65cf9c3e1e02e3c596edaf6f93af4f72edd16a53deefc4ff2b25c17a599d6fa3d06407b28eb51ac2490 SHA512 c29bd68d5d452fabd28a7927502306649f949e521861bcb4da978ae8d32ac243d99690d63a55d6923989c99cbf70bf6711e1e24e460a902d84d9f2281d62f4db DIST gvdb-0.8.0.crate 49056 BLAKE2B e6e21b12bc1929dc1a647d751686fe38570aadce832d249d33ffd865f5d921171a325609f76e0aa9a34390e40a8f07d97a4d2168f5d909618a000f1031e28a25 SHA512 e0c5ae528529f924335c273bf35f4e6495ffe8f11335b1a33e6efe78847dfc4c50851402c9b82cb0ed8f64701c3bf039ae2afbd464a5d0372fee5a8cada026ff +DIST gvdb-0.9.0.crate 55888 BLAKE2B a52137a77c04fb61e63f0351af0227f3d4556fa5256c6e04f6ee3b996a3b4ae243ebdea8c6a37ce4624da385efd1acb9947d5b1d724ac48d2c085a317ace1477 SHA512 1148ab45e097d62419a060676434f8fff1a12602e6eb106fdd068f09c35be8bf3f275824023ef8da6beb45a7e7f8f6116026aa637242f0ab4663a90957667d3e DIST gvdb-macros-0.1.14.crate 12211 BLAKE2B 6aff07fab01c31929f7737860ec3327c07d31b232255a06bfb9b24a025470517cb597595fb28583f61832b10ed21901ed421369b637b48d5e898066a748ad860 SHA512 01bd32f39465c3d018e96ea054d3e762af32c37056bc4996f90ab31241231f512a914f5699413af79b7b2abca12be8728f7aa82e1a36b2f25f8997cce97269be +DIST gvdb-macros-0.1.15.crate 15321 BLAKE2B 3824b39c4799904af934336913fa2a12133c11d5bb3177f8824a2d475dc95b120cf3ef2bef8f9e083b5095577ed2d5c04ef047de357f50f9379b8072b35fe076 SHA512 7832f6a9776df348bf22b181da8644e7bb1d1ffc9bbe6fce4abfd73be640c7605cb059ba14ab65e9367edbe684f225e7360cce32863d8d0c439e0418c323be94 DIST gweather-sys-4.5.0.crate 9625 BLAKE2B d17c7290b236fb1d69703f56f702cbebe08dcfb784298475ceec7c8c2e92aad61f1392e8e6d66c09c739f965db4d9471a113bf345df3bd67389a69bd27189c7c SHA512 97d6973a6049bfe772714e8a01f9503a43879acdc7b05c1dbe3ed13ac96e71648fb85f0c1b63222ec5a7284a17adfdd5027d7224feda8a02c0a1375868a9bfdc +DIST gweather-sys-4.6.0.crate 13711 BLAKE2B 1b84b535d0b8e36441476f4927f81caac0f56c31b1031139b9a9506edd806168c1272ac23ead5fef08abbd7d65084d75f2c74026b04059948d9e43efb744a30b SHA512 2ce49532b177fa6256d1b0c7a08cd476a068f4bcb4734f3d4699ea1884057c5b5c328bcef37a9a63500666e5b20506396aa9e1f7ebb78c1a02d4eed960e27a16 +DIST half-2.6.0.crate 59507 BLAKE2B 789e8eaec7116604389dec9431ec61053651988362cafe702b833ab6cb2651403f9c3030dccd620a73c4045645288384bb723fb0827f904150e482902f47f31f SHA512 e9d0c56ec3050510026618478e40e1d6c2bf041ba74c7e30a3667ac7f799422910b4c9e5f19572afab9042698890436d2c6fdfb5ee9a8caf33ee063ee12575e3 DIST hashbrown-0.15.2.crate 138478 BLAKE2B 453888ce68b10cd6e93d787986603fceb29b83fe2dc417e7e57316b9e0060d0bba51ec7fb71d46a038662c99f60deac8237a8f349297208d1d223bcc13f0d0ea SHA512 d6fc0613623f9313533dfcab1240e97f652f78f05baa21419f7edb2eff030c4a2c5f426d3eaae747923cffdd8aa9cc2648340e5fc229395b5eacc6fae087c8cd +DIST hashbrown-0.15.5.crate 140908 BLAKE2B 6a360eaa2e174ddd1e9761bc19edc4b57b80f84c36bb5d64003c7206755d4175a05f39c001acaf000ec69ced9e28c3853bd64702e2927aa7c38527a53abf2201 SHA512 654682535882733b56dad632851fed93a17ad0b2d3e13e3390d7802450781501e275b0e0b39fa32a6eae092132858ed79b305238cd5771c08987c5d26af6d692 DIST heck-0.5.0.crate 11517 BLAKE2B 5365ec43b2239a76b33a174f1a4292ece4147f9d382a68c6c60db78fdc8bad0afb1d51a65bcb25e96675372faa4ea37c318265030b0546ba51942f7c929e1835 SHA512 f044fc9c3d22466629fd8f772ec0555350fd611c0cfadca51d99a3d2f10e155f77c1091916c8a95a6b9b499f366c2e99a5fbf45b010f988bfb9b2501bf9f6a76 DIST hermit-abi-0.4.0.crate 16310 BLAKE2B efcd1dee7bcd6d185cbe0051c7bc7e2776857ffcfd2adc3fb101febd7c1bd75994b7e4a4a0a59c5b4628cc2521b4c1f043e98a0c44935d0180e7499667690ab8 SHA512 b1a21f6d54598185a8e8c29565ffc2e1bc5da57cf1c9d87ba643d23d7c23d53e8ad36ee2f5c1ec8a504334b6f98b0f17a832ff37877c7b7f9238b196f4034e6f +DIST hermit-abi-0.5.2.crate 17435 BLAKE2B 695192149342273199ffb026de57e2d906249757b9b4bbceb6b40d3b2298a942a75390aeaa3ad4cad71e5d44687379dfc49598bacdb2cf989ab48864c4b2b517 SHA512 0392a8350288e5d500967bee8e98626024b47a7da331f833b9528bd7318cf43f41eefa46aa6aebd19febfadcbcb2d7c9f70d6ca3631c1618d63c60366dbe7c15 DIST hex-0.4.3.crate 13299 BLAKE2B deab49bf3d97f6fd7c0a0855b50232422443b226362bc7a4a19e57c2e662fff2cb046d4c5bd7618ddd523045f3d8c78754508f862f9a8ca29ca9247da6d6ec79 SHA512 fd8ff33b68eea2d6f2c6b02a6d82a2807cbcdc209ca5a76e3e3e5d006917ee151f236b6d18e2646cc9a9674bcdda1d6ce6ee363a89cadd99bef00d0eea9989e6 DIST humantime-2.1.0.crate 16749 BLAKE2B e2ae8325b037fb175b9200cc5c1944ce579056c6662cce307beb6701894552362a25e371aad65f8fb9384945b48815ca74bb8b544a32e0a5845b7edd30b918c9 SHA512 3bf29ddd1391d82897c22baa0ff3ed58ef6d6959859f1f8ed54d324caba5b6fb4422e56790511ce82f902cd11467f93c8ab7fc7b0e0bdb719308a4d0a446ae0c DIST icu_collections-1.5.0.crate 82762 BLAKE2B ab89336790ceafe62dd72f0aaef16a6eb47fa5e41424ed990e6c059ad431cdb3dcea943436aed0bf9c6eabd7aba12d255a2233fbbcf9cf5f666ef1dfd5b79a16 SHA512 127f1c91101ba69405b10a2590579606df766166fcf1fe6aa9a74c4900296425cba5c47a391a53a01b02026af5581f068fce4a7a400179809f7ed9922b94c0db +DIST icu_collections-2.0.0.crate 83033 BLAKE2B a67f95177d820ab3b0f9d5ede716551aece974545c1fa6654e27b923c85b43fbdb9fb73bcf2dab2bf9a0d5b0bad4acd953fcb3418bc73261ef2f6e3407ab155b SHA512 646f41881cc2861504ee9753795e596b85f90f108c2d509563bb007fe52b08e9bb6dbc7b762b8ec60012ec53bd51e25a1e16f9fea2ed2c11355ae619c49c5034 +DIST icu_locale_core-2.0.0.crate 74430 BLAKE2B b01a63614fd91840cbaf00285ecfdec7f90eb9e23066a6c3b1a477574aeb8da1ba0b7f9115f8e5fde8454022cddfb54a25b2791ae33ec827f98fd1daf28a8ffc SHA512 cdebcb5e434b606da9fa24ef741a63d2cc2e6c20a2e47276aaf8923a578f6449bd319baabfd847640a65dac38858734554fc00474511d02c7145dd5d3f10e150 DIST icu_locid-1.5.0.crate 55131 BLAKE2B cde2b988f0af200b8e7851a66b8ae08881670ad6ff79c5caf5135a04c200e5ecd0acf27d8856fb0fce46d502527d506095f469c28f325b9b9d21d2a3657149be SHA512 4b85f0e7cc73166a542b2e502b3ffae1f30d2a9609ab83acf98e90b0edb37fa8ae4592f61ecf48a0ae0779fdd376abeff59e1d5cb97475012eda99ce2a97da57 DIST icu_locid_transform-1.5.0.crate 29094 BLAKE2B c7bb5c5ed273a6a97279d4599f612dccdd796f3ae717411aa5b21949721989986d8b766041b9c7e49a91cdd42a48fc965effb8d7fb6d33554926d203a6535953 SHA512 1779078e2ef9859bee2bfd5414ad7e4b0f0a40e6813f4ccf8de2bbe8c764fac7f99ef001cce22332a8b3840af22e9c7fb7cc0341cf8ba61303794ebe87071e63 DIST icu_locid_transform_data-1.5.0.crate 44727 BLAKE2B 7fc5408510886bd7b7d796850a542f2c1d759d2c67492b695245d46b34930e3918513cae2699963f603d2bd02484960b05afd58cefb6c3152ec201880366d44a SHA512 1c00fb962eb4b8c759b1120313bb890f4388d579890d7450b798d6266a7d6adcbbebc8a8dad2f267668ca6f1c059d0bd2209eafbe2a72f4558c85258eba57405 DIST icu_normalizer-1.5.0.crate 53113 BLAKE2B ccd58f24469da1f237ed9a349f0b3bdbb49b8f5b1995d6254c6e3eab53a71208ff4a0b09bdc68082cdbd288df66499efb19555f41d12a19205d724af22fb504c SHA512 22612b86a24e3ea222469392763ae9d40dcbb37191dd8b9fa1c64332463a4299a53275a1cd3deb7e0f057d137f4312d990762f9925d0ceafbc8839d67c425a13 +DIST icu_normalizer-2.0.0.crate 61543 BLAKE2B c91b1c26e0bc995ca3bc32c743a53074955079de642dba1982816218b38a175af297f3adc4cf0048c354e9bbad813aed817d124fc0bf7f95aeab5c1ea005a22d SHA512 7947a3b7132860935b1f8d77cc02be402933be7c2728b815a455bec3533f5d52f8ef02f762ef5ca3d9fa615677527326fc3dfb0cce0590da0ab44a5ae5f7c84e DIST icu_normalizer_data-1.5.0.crate 50561 BLAKE2B c7b8c5751c6d6df03b23d63855335ef67b34a0b13b15f1f8a8986943b5131874f5205155889e12253692b39918256fe2cfed70dfe2087011683ab9165a5fd786 SHA512 222fbb819791fb4ec7889e45ed3032ac8d4753e2e9cdce9d0b3f79128baca5ce64157a8a58ecdf39cfddb6c2395001e3cc8828ed51803e85cae133c247cb338f +DIST icu_normalizer_data-2.0.0.crate 68101 BLAKE2B c129699813d651acc32b900d4d9fb052f352635925b13b33095ec8b66c841654bcd6d0c4cf3389c70587e31e4c1d0368c4d59e7263b8b8a366d6a544cfbee2be SHA512 20e443013977d65441366ca680c923760992ebed24171e87b62e4caf87bd2f52ef9a2a4537fbc1feaf1768a7ed1ece889b0b88449a0dbe025f6567b17996c0f5 DIST icu_properties-1.5.1.crate 64479 BLAKE2B be7d3a1663664095f4af654723ebc74f385a6423fbd3acad325ba0d6188dce9d9321eb323c1b1d8e6d75fc9aaef3d873b609d7049525d2402456c6331bcbf486 SHA512 7e347c0a02a41a3add950290bee90a339091a713546d4369c2995022e64f127f54204b0d46cbb88f396b3bccbd4cf12720a93d8551b73926f78fd5ec01829cac +DIST icu_properties-2.0.1.crate 58165 BLAKE2B 265ffe58e96b7d3a1cbf56c3208ceb8ff73edb5dd82e719eaaff52c351c07f4a8b019bdeec52d1fb0a646d57f125d54783001545c7384ebf580521b11552bd70 SHA512 a963a6777a72ee044b33b284de95d6031dfdb56c72bfd535769d9c66d7a2cdd9e5734553f9d92708b53db46d1cc008680b6e1ea0ea1f598c2e29b025a5893bb8 DIST icu_properties_data-1.5.0.crate 227993 BLAKE2B 3b3141507077dfdeb4f89316e63e1a651fc5570cda58c6c2d566130858ff67f900c3b151113e6303962fedf1d6b6d617601b21a08c4c0c98e6bf135aace6f299 SHA512 c651d0a50c229acafa648ce234a73bc1d0a85a8bf2369fdadaa62badc741c35e8a7d5392fb1bdb7b720fe2e0f883d1309c78de4ba913691969e5367a4e8bafac +DIST icu_properties_data-2.0.1.crate 159735 BLAKE2B d9b10e303614d1b380126daf43d36e858aa99740da6fd1ed416afff0f2c3b48ca49791ac5ebe098ee4c931b9d6b33b8598209b8294f54f72a5a6987be6c33f78 SHA512 f503b84491c77e2616f6b5a076acbe117832e5fd924df613389f06a6a479de1aa3d2106d1795692bc2818920c3d2d7005e1911787ae20e194a2fc11c175fa15f DIST icu_provider-1.5.0.crate 52722 BLAKE2B b1e53ac677e2db5870df0a91de405ebbc635c3f7931960f3bd744b57350c7536116f3861d4177faed2145b79c1c957d79815fadc2dc85faa656a1f0bb338a16d SHA512 6c11d89c7d2b788a44757f02b0e298b558ebe174fe917664401d91109cdc7bd1aba5526b3cdcee1f066018de1b775bc9dfc294bdfb40476c53d552bd6f29d6a1 +DIST icu_provider-2.0.0.crate 50966 BLAKE2B 3e6f00e8c98df2a239a4c9b5c322d0ea9784b4f4401e3a62219fd5ec68a3f5f3c8714bf8c91c2a97b038956b013aacc24c55827138ac5f7b25d6807499766b0e SHA512 9353cfeacb76cfffa3132a77529c8a4cafd4fc943b0d9616d6ec80f04e67677e3cdd9369eaba1e655ecaa3af4433d82e12c1dd45dc190a4cdaeffcb2886ae6e2 DIST icu_provider_macros-1.5.0.crate 6436 BLAKE2B 7405924dca41db72ce422437434a4affece69f888e5c18d2a92f761a8d83b180f40c8de9a34ec15d0e107b63b2fe0502cebd0a0ae6f98d9d6ee37d197e754703 SHA512 a0dd58d731556a010428fe4aebbc9dbcd626b46d380cf28ba5236ec8824045a20f6f2ec986e0c1e791bc8bc2b692a10306f448279f079b4c37237e4a3c3cef63 DIST idna-1.0.3.crate 142515 BLAKE2B 6835a64772e5d301c2456a94f8f5f40ebe6828aaeb1d48e3fbe015917dc3ef95ac7cfd0e1f1763e23950482f4b46ef7987928c8dfddebab63947d5a29fb490ac SHA512 e75ab18297878df11d82bf3623b005a3dbf7a6fa38c8f78830c219adc7d6f4ac07dce24a5f1186de69035ec316421319e487396cfacb053674137342d72a4126 +DIST idna-1.1.0.crate 148747 BLAKE2B 89c6bec54cc2717741ddb5cff2939c08823189a490b79ec0e9c7acb3aa2b4fee472e33f36d7c345fb6658c863d3c174577aa1f1a10c9bba7558fca9f76b8ae82 SHA512 1d49993145fe694f33f7c71ebe62face416f2229b12690cec23ae2e4be2fc1c5aa5ad5651d815ab70057b68edc450ef6004306a775b920b8773c221c0fe6c106 DIST idna_adapter-1.2.0.crate 8206 BLAKE2B 5e8d7dbfea699584542cde53039df9d8c3dd408efa2534f11fce7086f679872c45d9905d6b2cfe523148eda3bb0cd4820a7b14317f91725f3d9cdb475aafbd57 SHA512 1d8b54c19878645749a1bae768dacf353b07d266f2cb3bfa1071a7afb56ca68f534dc1d54cae277b777bc97e5986f297cbe2051a82e14f553ea73cd723d9da7e +DIST idna_adapter-1.2.1.crate 10389 BLAKE2B 464a9a20da73aad657cb7c0d573d92bd21159032daa8e28fbe61a980b44e59d1a2b2e076d30ca35a49abcaf1bb71ec51f774ee137792dcddc81086a1b6c2eb61 SHA512 e94555b58646c596fe64006ee6f4458962987ceedc3341a12694d809cc298c38799fb56b382adaa966e3171b1f62b7835fbb2e688251e742deb7067975bf1aba +DIST indexmap-2.11.1.crate 99966 BLAKE2B 25b72256eb9b7ca77789aa3bf9f84caee986a6ffcdb72d190a402b4f5dc3051de8b14638917edc46d5634e533167d350f90ed7ab7103a728365d7947df34c9b7 SHA512 58e187d13ad883dd09660ba2c2734e09d2f811025c8833a07e4d828935c0bcbf34b821df3e50fa663db5375faa0bea8fcbe5aab2888359210158dc721373cd81 DIST indexmap-2.7.1.crate 88644 BLAKE2B eab47b5a8322ea4ea038884e70a67dbfa40293eb71c125d0ccf117af9153c19268c5fd9efd7f0be4a773a04bef961bac90ab3269ad42b565e5ce6db5a6d49daf SHA512 225703f74a734da1ad464895192f07c83068b36129f69a9e87608134f250d3a19b95fdb21dcda6c44cb0204bc4ad69bfbba24d94c83b439000ab4b9ffec74abe DIST itoa-1.0.14.crate 11210 BLAKE2B b2d33dc384757963eab3ae7d80bb672d828a549967986e3af8c70fe71a0ad46c4a278da2db4dfccef99e804e6cd4934067e97c0697a33ac3302cafbc46eeb416 SHA512 ea2d38df373652ddacccd11e610dfdad4e3ae7f0d476514e6ac58092733c817bd834e8cd88c3bc4178dd5a646ba628ae626195e0aa407e8534ae3c2a7b049987 +DIST itoa-1.0.15.crate 11231 BLAKE2B 17c261baf95bff2f6cf0dbc33ab78ebbab0cf5dc56aeb7f8977377af868deb5957918f1763c2fe8c080e931489ea89ebcc16b3ebd976eeeb7663ff74989a1071 SHA512 158ca5dd4b04cb12d9292a4df63c72443adaf5aab1bd9aacdb964dc58878d847a64251f84897cb25c34648d4c973b44fef5b4c175d7c04cabc2c13b4631c2e42 +DIST jiff-0.2.15.crate 712996 BLAKE2B c90d59db2762c59fd85fa8f45c189e2cdb476afd140899e5cde1b657b2630cee75a10ea3d3f20a7ce2853fef972bbbfb21b701375e5e9d20b6287cbe433e9a10 SHA512 577b5b326c66bf8b81174c48e913ee381cb17030b7cfb3d211ea3376a4805edf08eebff7ba1aa67cf20144ebf3aca02d6f96f771cd44e5bf6aa0a23e96f6fd27 +DIST jiff-static-0.2.15.crate 76146 BLAKE2B 5409fded10b61363d8a6c907716b5e374eb1de51cd062706eb3a81f53064584722984e9bcfae5fb0f90d1c3c841a12a2c569419ab459319697c98e6d70c630dc SHA512 282b8bbfcba6b86f84a5f93f3efcc20a61b727abad664836e8f81d00b397a34b1e94276af05dca25c7abd44292abcfe7af3c3b710087d4af8b5bbf348999089a DIST jobserver-0.1.32.crate 27549 BLAKE2B 5f6556788d10af992fafcb578ecfd2c81698eea31b636d3adb7544e12155796082623735c8b10ac4c04d891d1acc307fb4e4ac3f88b2006e181013006f51c8cb SHA512 d4528113dd5a5d4a3765d55599a07e0998c69c7d21a90d2872679755ec4bd7726e9721af9220c36e1179b153ad8a39214a422af63aea15eaafd7cefc828ddff4 +DIST jobserver-0.1.34.crate 29013 BLAKE2B 4d89234147386d61e8402872e577c52c60fba41b21831acbc6934ec7668b22dd9b876cf78180f5a06b2b26b642a0d7e02c9a67dc36ae7d3aa3b95125dec3d7de SHA512 42fe03eaa4caac030c40b167c742aa104151a126505de9ff4c52ab97ac13cdd2b7219268bff414f1d09061f3f9e36be01bdd6255597b957e18589f9ef4a65549 DIST lazy_static-1.5.0.crate 14025 BLAKE2B df29e0e3d1c061815bdd608b41074436024dc407d454f32517705ab04b2fe06075e310086c5e4961df0b4885e91021589d0bca2c1cbe6f0aeffa3ff1b3fd4637 SHA512 6d2f9887cd7f34f019644e42f02f2bf0111accd73aeaa60973ba0b039b6774670debece1ea9a6978e923208ef5d3ab7326473ee3560c078817f0f7ab8ed0f65f DIST lcms2-6.1.0.crate 31185 BLAKE2B 31f4e05a46a84f07fd4884a4eb38eddc3b1563c349798e3715b3627ee8f4e34cd3b244df0ddd5c140ad8b44a61d987bdcd68adc46c933130f57407f23df7f8ad SHA512 b91ac7c19d2fa8ca9a17740c2f9bb19b076dcc3c2afe08ab8bc07760be4c757f07e3fc2a9cdf860cb8e74b7ef750e2d3d756594890a95a5b8fc866c60ef4af48 +DIST lcms2-6.1.1.crate 31954 BLAKE2B 142cbd5ae6729aedc1563d3e3af5a95c28d684b0d759f34384bfdf622b67b5b71c77354c01e6e7e1a9e9eabdb0dbb9394796b4686a6d589d9a06410c1191d403 SHA512 05435a04ecd12fa56fb848cfc6060b2f14c86c98b53360c2190d2e92737442dd9391ff1326c7621ad6b4b78c25abcbedefb68fb923d2584f3d8548defce1a12b DIST lcms2-sys-4.0.5.crate 284996 BLAKE2B f07e30d79b705db44d15cd1c9833ff3d1178b9bf4a0072d4a456bf367fcfca61e3e8605f8f062c3d466bcc5e409b609a897c025eeaef471e191ca0ec0de0bd96 SHA512 e487bae2652e0388de7a08bf6a7d46da370daf4a7dd582aee5a011ac42f1daae02a4e573c3e27f6b217c936a2540b1a0b3255b065113193a3fd3d9a766054879 +DIST lcms2-sys-4.0.6.crate 287320 BLAKE2B 1e9726e1f73c879927282b14de58be1e1f6ec6d4678d0caf2d6560f4964458f1a052acf9966641414686fdb6790d955eee3c7d58071cb6321f22ff326f18980b SHA512 581436c669b4e860cb942abbf56d9deec670b340accdb2a207acd6956ff2e3147cb696ddd6fb87ce210121384b82015bfd174b070736ec98f70b12c84bb3bc33 DIST libadwaita-0.7.1.crate 125670 BLAKE2B af792163dd1951f11867fca0c36188c1e2fe11a7d59eda5162f80ef25815664c8ac944899e27280ff457d21b3132d8ed6c6ab2a084ba5a53ada035523608f882 SHA512 3c789d12ca362c22a9b101e2a83471cf940e013608433226f249c79f91b8022021a68e469a3b3eec836a934cad4c47eb4dc48c3633ef8072f633ef04f8926a44 +DIST libadwaita-0.8.0.crate 129966 BLAKE2B 25db71a3866c63c52033a3f3681079bce9e18d4fec8c9de5a815a28433b4736f8ed6f2a3f0b872f4a1feb063c74375998f6d5052a6ddb557180206f82613a99f SHA512 e63c6920e389674f0ca1070f3b49d35d6008904948608b723b513c2cdffd865bd32d73175646651dac56b7f1ff2497bf3525b48bf9376aa7e58acdb4be2b5926 DIST libadwaita-sys-0.7.1.crate 31122 BLAKE2B de823f746d24da383ebf936c2531bf829ec9e706530179618995a10f026e977394205a3bb7dfe80928fc4187b2f1626baf79464022f22e2dd558ae4fd9b9769b SHA512 bba16232081fe4e3e0645cbf1e39ef8ece43a44b04ac72feb60a164bc3eb80848ee080c09bcc784230554b633674715de369f43b4c28f02622900888ceeb7595 +DIST libadwaita-sys-0.8.0.crate 36944 BLAKE2B e2ed5a1c4720e5bdc8c9b5141e580397a6ed22b7e1858a683061ad4aca3b547ec7cf31993fc9036abb60c23673e291469c83696c6074186eb944874c1311e3bd SHA512 7118947fe29714858960893196935a4d1e0fcadd0093f0432fdbd66168cccc0ee9ab546b7c96340a67decded25cf302ab91a7d1f422cd05ae9ec9727c8ec0717 DIST libc-0.2.170.crate 760076 BLAKE2B 5deb440e04b0614cf5ec5a379d66b0f05f6f3eec1268742eb9052081408ec5da5f5185e63de59f3751506541321c618fd623d7b46b1892d360b86b6e250a4c4c SHA512 b716f1a76b208c5b84692fa3084c14dbfdb4a92b86c0e01215de04dc34c6e581e5f1c4561994c65a828838d5fa232efe93c3935faf5f83c8af127a5996f1f9d3 +DIST libc-0.2.175.crate 788728 BLAKE2B dfbcc891a6da7d327916883deec54dbcb0ee5e7fda0b805926f06088dbbbef0520a838c07a62ea075d6a5a035994ea8130efbbc88e08b928c13b06bc5cf75bb9 SHA512 02fa1b6e61ecec3b626f3c802b53e7f46c98558f6e8c810b46d7322c2e4825f1be87068942ac81c07a2188356c6e2b6836b0dddd784396e43ab3712a62cd17ea DIST libgweather-4.5.0.crate 13409 BLAKE2B a82a3de132031075ae4ed634e5926a3aab19cbacc3086843b624a8e439865915a39caaad3fe1b0737834483de68deb7f22be02743e67f02d3e6d116e02f8e3f1 SHA512 f56149867351e7ad4d8b8afec26c95dc803c610d8fa79894676e8cc9a231e9a5ade29bd7191e59bed952ac06fbe9cb1b01a364bc0ea6fe7ae0ed54516b13c8d2 +DIST libgweather-4.6.0.crate 17199 BLAKE2B 71bf8c589eee9c7ba04757a33e8004af811121e5a02d0e335a6dbd62838e303e92f757c7970f12cdd9daf3c9447f9dcfec81c065ab11c08a1f133048cffb82eb SHA512 c15c18b310c2560e7c6c10a79c8366b04ce5e23f8eda6ea7bd10677eaf868b9491ed69e9ce0d212ec704f7c46e5c3e9c373c5605b24d6d45ce3dd9cf970b538f DIST libloading-0.8.6.crate 28922 BLAKE2B cd9d7c2652bc4b0220e1c29cbfbca41f44d12d76c4dab3d025c21e5d317407ab656a88add0db95f1086934a424f55b4b413f33cb2a52cdcadde7641f9c5b3fc3 SHA512 f49ab79244d4b54c2f181bd9d7506fe5df9824a09446924dc429636e08ed7bcd6f5d2afaf8a0c862982e2c2c5832370b118266d36f36bc7b7522668bd598fc81 +DIST libloading-0.8.8.crate 31345 BLAKE2B 6b06cd450a16b8480e5853c92e2a07700f4e1e333e04870b37190c986d36cdfb8a2aaacc6b3b91d5be5092d0bc60916b5122576da4bda2c8e111698eabe60b7b SHA512 180a11a600baa520c4b7004ddcbc1e3c467224ce8d072070906ebb4e90ed5dca27bc68691cebbf7ffda1b31e7b5115d055de6496d51814ab30caba558e01c925 DIST libseccomp-0.3.0.crate 50169 BLAKE2B 4752d6d6105aecd71d1553e28c773a7effe220b7d5d44c965e9c5a815bbb2e390dfc2a3914cbc25ca83b8a94cf6dfa6bf672f520e9d238f991f06ef5552c5878 SHA512 3f17bcec7ff5b060d019902ad2e40245cd11512f0e2c02459f41c82180258c95be55179538c17de2bf194d96f847c0c3f038f9239ac976b7b33909f5080d42c1 +DIST libseccomp-0.4.0.crate 56543 BLAKE2B 2882992a0cff9846f16dc37e87b7847e459d49185708a2630d08d889b4cf8b852777025ea784c2c7a4551f24d7a643eb9f5d810e343ef392a70815d6a3f198ea SHA512 d38964062aa2a9997ff37b02026ddbb7fddb7ef333451ce10a47eda199bb282dcb41adf80ba419118c90706eeeddeff889c197d21d7cde6eaaaa69e07f38390e DIST libseccomp-sys-0.2.1.crate 11601 BLAKE2B 77a77d6d1f8ef6f5d25b35c299032738aed0a404c855cb84223a7334caaf57392fbd8f0915f4f7be875778176cbfdb8062eabbf7b414d3c198a5d41cd8a466ef SHA512 b53b13f95ac487d802ff051b4cee32be2dfa496846f3104a61399a53a07a7d6fb6b4543088765858e26e060e22e0bf93f8cb3a175c06dae4719f918844c7fe0f +DIST libseccomp-sys-0.3.0.crate 12223 BLAKE2B 748ab9a55499efeb7ec450c29e0e56dff260b2ff5f8a0609c78ac5179b7470cacd851fd53038f6140cccce12867e6ebe45631238d91b6ed19c5c2deeb4602309 SHA512 a97709d809751ce9f8243bf9d2fc546d0913fe24ca37a1991c46b3dc916145125382bc4a4f0206a1c8062c5fd5d625dbd0b0f9d7c4a89d337ec3db99add39409 +DIST linux-raw-sys-0.11.0.crate 2659624 BLAKE2B 0852bb981c64b8e70c7037a3da13a6a16b7a89190bc50a07159d28a797e6d1ef2f2010383df5a43cda19fa291ee5eb4c6365a51f5d9fd31f204544ac7e115129 SHA512 b16261142f3cbd1caa4e0a17ba06dea49f0d4514f583ca511d9c7ba6ef231f18322f37303b7ffacc73ae7f22b81dfd740584ef7bfaf67a9eaf43859d2de1f941 DIST linux-raw-sys-0.4.15.crate 2150898 BLAKE2B d1936eb74377d9bfddccef3830b56eb716c38ea3cb7e13b73325dfd00f9fc0df74bae49e4214dd7f27c257403b8b12cd1ef332d53336279d13f7e9497caf4135 SHA512 b5c39181fb6b901abddd8b2e7b449142e2e5691cddadb8e6b74ddc3b53076b1d410522cfa45af68dd18befd24ff12313c2494cf2cb0cf142e2228bfe42014309 DIST litemap-0.7.5.crate 29962 BLAKE2B c94ddff0b5f6fb99d6adf31ee7c953bb1bb3741e5a68cfa598c75f58f6f426a53d19423e40b0b3ae2010e1533b4d46eefeeb7e86fdfc72289748cac897ba99c9 SHA512 722345f73b4ec2e91a9407dafd3951f1aad0acfb66e0adfed8b0a83dc1ea71d513fa5570bf960ef51409c9d50aeac23f85410ec6392f5620dc1f1e1e1f884659 +DIST litemap-0.8.0.crate 34344 BLAKE2B 0f083fa9ecb78ef6de4c094db8a7cebe2ff47af6e46414c06cc0dd0e92ecca06c941dca6ea0ac1b4982f14f6027cad979fd37d19db6631e3952dffb6e33c8798 SHA512 61162bd55b28540ec2d61262698045a78efbfadc7e2fa248d9e0215fd7d3ce53a8c50ea0487f2f7df41149e41c0131849e507737e3bbae29cb69ea41dcb8e2d9 DIST litrs-0.4.1.crate 42603 BLAKE2B bb5c471204b982708e4a9848aaa8ce3699cf929a16d1beb554ff422fc36ca7037c84cd7fa83a19f6c2278b9626e43a4a0524842027b6a079e604147162e6e9ab SHA512 49e03d5307d9cc31d1e7940e7931f062780728530c3de0db92ebb636b7d22581bbd9900c8994e545a8fde5d3d5564500af8fa367f54040ed01d1f18d2e48a22a +DIST litrs-0.5.1.crate 46302 BLAKE2B 7d18b51337644e0b39e2e9253c20802a5dab1fc8c287a32bae727caecd17805e91c4b59f11a45ea3b7e70d08c12662ae80469fd5954cef53a2fff8ef43f1c5f7 SHA512 34b0042c1b01d48d207e6c659e2990e060b29ba7244eb3589444eda7c786ddb23b8e0af04c6d3dbca2951a6a8410f0006af361a44bf828c2c844c0377ca1f907 DIST locale_config-0.3.0.crate 20808 BLAKE2B 68b0519639c816af82b941a417d4a74896033e9c5110081d495e1cc3a3e7613ddaf2a665770c6199749b89be131a35592dc4cd7cc2789928199b22205300aa9d SHA512 c7d77156e957559172f589f90405b2e9f5306041887990a60a31630af2de81c00fbba2bcdf52bd163fe431f85694dc6d2d380671f38f2724d7e4d178d89998da DIST log-0.4.26.crate 47022 BLAKE2B 529ce84cc92d1258327e148e1fff16cf4cba1d53f311353a15814856ad12d48f654aac5d4c6356a45439858a2f1938bdb7df582a1d62bf75b9380f2cf784caf0 SHA512 d85f3cb8bf90893d59b3174785295616d719c8d2078c04fa3e131c3f3cf84b73c75b932348df70b7eab2aedf261b27e6544f051696eb5c287fb461d1ee699ec1 +DIST log-0.4.28.crate 51131 BLAKE2B 2911509cabe6a69b60945e798f2afee934d865d21efa22d150288de6a27a797fe00ee4f249fc6f6d7a02e2efb7377d2a7188a8ed8cb692f76b94a0df56d74d83 SHA512 cea74c92c80f291360a7cdf022e3ce2f509b9051b415840ab2a159585384f3fe606289da00a6def0c3d666416c5fcda865e2ae4ad48df07618818e8486cd0209 DIST loupe-48.1.tar.xz 338404 BLAKE2B 67079a13dba94b68a8975fd71f77e2e0b30b46907a3ba27ef19818e73051bfbd9fda0b4a9509c3cdd9441eb20483921c76917e29546ad416f93d17d601398362 SHA512 28e614c01892225eee4a1079b0f350961e0f2946c9dc0fa99631efaa6c61f50a503d5fdff7821d1af63c09b6173ddf95f2ea1a2769a9ab38590297b1235986e2 +DIST loupe-49.2.tar.xz 378904 BLAKE2B 874dc1aa04dc697f9343111a30f93e130dafb6c68fcef67d1b5b9cc1745ce4b100ad3df57d0618075c533fa9be8663667246803dd813caa8e19a6e10ccf66961 SHA512 161326dcd4af3267e416a644cafebbda69c4ff32b2f58d1482efa689c8b4a963da37c03f0b34ffd32efe67a3180828278511134367529e22a72aadb398dbeff6 DIST malloc_buf-0.0.6.crate 1239 BLAKE2B baa59345fd372db162773adbb441caff1f6bad965c3681f244161deaee76282fa09b9af0d0642cd39ef35689f85f5bd7c2efb7ba8119a58e86c7cd12d81b2c6b SHA512 463b3d7666cdd7de618abf0cc4e488060c84d6d93c56d4e922169511a0b03de380ea988cd998f5a162b244088902198763351ac16dea3762f0fa0840fc29d6ed DIST matchers-0.1.0.crate 6948 BLAKE2B ec3a5d01d2fedbb4dbf5bb185afbb9401410463a61f51674e0df6a571db352b2bbabfb99cdbdcfb4e511ae783165bf0258f5163f240a229b9087f9edbd0df41a SHA512 84214c1a84952d85631aa1ab5115df7cda223ac64e2acf055b6129ba1aa26ddc87615a8b51ca890ce3fee0419053fa7fe1599ae128f1d211b58c07b0c4af3b19 +DIST matchers-0.2.0.crate 7075 BLAKE2B 0aa33946aa11908019ef4b189e54d3d1e8e4887175211d494301393defd85f8e877fa11b82bc09bf5e71188f1d3c3643e0982aab2afa452bee9232b41f4d942b SHA512 d75be87dd3954b62e67b34021fbc318204eebd192f0f9b5f3de29e477550e2e2198697e7b22b9588279a98a49690cb4d885e5eca49600d70efce8adaeae46d53 DIST memchr-2.7.4.crate 96670 BLAKE2B da38114beca670467c3e1fbf4e415af6f22d52e3223715d52e181babb89b872b46511563985bcc16d7ff4e82f812c6e83ad904b0fe2501b14445119dfa8240e6 SHA512 8d0e8b9c30208897d4b1b920f1bdcccd0c2b75d92a06abe4a1b2407938768abb6487d63de56c6a80419798fe69517210643dfaf11f5f5540185f0eccf220adb2 +DIST memchr-2.7.5.crate 97603 BLAKE2B ee41ef722d90265064db3ffe22d52eff8f7627ac1ae9b0bad6ca9fa06c1027dca8d67e594e03b03c944dbf85930d2dbf030c5aaed369020ca1a1ba00f153d91a SHA512 2606ee16a7dc02db95dac17cebd2cac9deb2e23d7ea62972cdb19145c06eaf75631347a49c4e6ceeff89fb6e90e992f9bca0a9c955eb5130f89ba2bd865936e1 DIST memfd-0.6.4.crate 12820 BLAKE2B 37d0de856475391aaf71cd52328fe39d2809a0b2cbf8adc4e8f2fdcff3996670a70d914b93e23fc34d87fb8e9245109891add7ec3c53f6f5b896b2ea60682f10 SHA512 aba1d2313d21b05763cce3cf83133a0b4cc61daf66637ae2df8494236fe1ff43e2c41081bc06a6ea9869384b59ea4dd52f6fa0c1d5ef973ece1adf45ede68985 +DIST memfd-0.6.5.crate 12909 BLAKE2B 510f9b68b7d22c75f7668750bc855b5d9fb1a498d1e7ef527acc75204fa98a47f55aedaa75d03ab54b0638e65983e5c58b13a391a9d8cedba3417c705d0f84c6 SHA512 184a31a570865ea7f33bad7cb2e93b45fa184eb5b3969f0fe8b64f9c6433b3b0f64dabeb2378851b156047e43514e23ee0554ff212788313bac6fd51862aa203 DIST memmap2-0.9.5.crate 33280 BLAKE2B cffb232e313c40c6a698ad6c9e6bf140193cf1cd4dc003ea6da08d748f11001c5426786f741dfe23490841350363db3b9adea927f3e40138b36f2f4558c7a113 SHA512 947eeaf7ded7241a256fc2b288013585f5034a77a18c8621ab01a4b47c0ae6e9b9414c5e9e2f2d47b661f8c6966b1ed0d159342cae80cf45e51629949c3b1337 +DIST memmap2-0.9.8.crate 34478 BLAKE2B b692ca950cdc51d2ac17133fcbee48f4e6a9cb3ffc00b1bccfdce366ee29fbf62686eeb780a5896a76a4634b6fbfcf0da4d12987dec872f80e6cf792c5c9da65 SHA512 291d20396dce8f34cef46801bb26f73a2b5e07a0a58e01894858696578d4fbcd1c3b3872828a80cb2552ee71908cc2c13599c1522a0f0d4663e603fbc924556a DIST memoffset-0.9.1.crate 9032 BLAKE2B 0aab55fe084134bb599c52d77c96400db40949b1013e7037747ada4fcec8dc4a124b6f3755f04b36e057eb2fb4a6bd6f07d6eebcf166f8a71405ef434d802fbf SHA512 3a236c0f481e36973b9f805e454c2efe4dd375e6b4ee406b57145136c70d5fbf4e1183d563ebf3b5fbde7363bbf5f08f0d88e507aae5bda4cc75664ecd0e33aa DIST miniz_oxide-0.8.5.crate 62237 BLAKE2B 6afb3df5938ce0427fa8f61b0962b04ebb8baf76f304dc9c1b6d89b685be89c4bcc241a3cc54fbaff73a4607e58803bb6eb1689c817ac1302476db7a01d12abe SHA512 a82e36fdec6d77876c00bc4d03f2d8d90be898091a7c2f474e1b0c21142df2f362d5bcde407ec6bb48be982b22e2bc7fb23572c8aacb2b063ac20149b4564251 +DIST miniz_oxide-0.8.9.crate 67132 BLAKE2B 1a11c5aeef43ac93635942e0c4f17538150f8307fb280b0d66436e4b6697638f0b1bafbdebb377a5dba14a75f213024201e325747419623e5f7d57060bba4445 SHA512 3f6fd786c5fa5b4abafaf21244dd4830d26688d5b6975522bda595206517f354d92d13fb95235667cbc39c0275371c737164d9c7a58e32e09da86eed2f239242 DIST nix-0.29.0.crate 318248 BLAKE2B 3a13a88375a359cf77b28d7f77f47f178bd31ef74b7627b6701bc6fc601024706be4e9ac1a076c7cba26b64d3bac4de17aab45fe3c045aa7a36e2d9232e872ca SHA512 86c05084aa0e6238f8d48df0f5ce6e6d7661b589f4f3fbdad43387c59c0d6afafea4badf25d31db1611615de19a0b9ef18ce614846b79a47cad4e2c9367dbe7f +DIST nix-0.30.1.crate 342015 BLAKE2B efe5faaf142fbf8d97366d11f28189167d3d22c1ed76b65e7887064f2fd146ae27282aeb230eb798d7c1b3850ea1502bcb325dc23536800690f0be3d66d37b63 SHA512 80df8102a3a387d9cd73cd8d756b9fad5c4c4b57f6e94d9acfa24ee07af51f28ba2db70b8d37ddd6c7eae883c7acf9fc366a0100659856939210ffde1b124d87 DIST nu-ansi-term-0.46.0.crate 24311 BLAKE2B d2e678e0eab5ad48534e686b1a4af344996d1b07a0fa40839072df3061bd7e5bc9341363403ea3ef8d19c7725ba3b7a8ed540c63e2209123b1b93f69418288b6 SHA512 b4f37786dc85e0596e2b7b261a5a9fe0265bf1651c39efb358dd649b926b12c3093f307b98bf0c4df3899f0a7cb1854f2596bd5c3e22fbbef42f912ab2eb5043 +DIST nu-ansi-term-0.50.1.crate 28536 BLAKE2B fc259654aca2119c1d913e101b0fe7a561b44ba4a6145d309bec23d82ba5e4db916852acafecb727efc92b5dea1641304b26c383ac07a8796e296bb179eaa669 SHA512 c29735a5e1562776251dbd7337a3e4b68eeb299e86c534feab6478512ca5e167b42ebd32c6c461b71187cd375b8a2f587feb962f1501a656543f1429731a95a2 DIST num-traits-0.2.19.crate 51631 BLAKE2B 78637360cbf32d172510a62bd9442708af9730c0296a2bb4ebd200c08facd49bc31bf8ddd58967e0df7273a938832b620265d9f8f4d26ad16049bf6dac1cb4e5 SHA512 180018a5eceb45085e4e8d103ff21bb4d5079cea874c42a0ad4c76c99d275d434bbc1cc289f0cdec172866daa89dbfe0871410b2cc3407233fe1129786905956 DIST objc-0.2.7.crate 22036 BLAKE2B 14a41a5ed6beb100d68601af12914dfef67a9f580f80d70c4578ad9df98a6b4496bc3a1003dec762a27f0ae71afe2c9e8fd41ad715bdb310722c8fc092563599 SHA512 7178870c8e4e9154b4c7b4953b3164946b7ce72c956a02b9ba18889353c72be735824bd73e44a485e42ad5f97994820d9153ac684629342755a6a63711ab5988 DIST objc-foundation-0.1.1.crate 9063 BLAKE2B 876dd217b612278a522f2d08434537d468f8b0fd1efb0e58d0b58216e20f7f9fc80a5ff034ea25d9216d4d53b2d65552684ae5d5212f18d758c7937c91742a84 SHA512 976dcab4e62ad1c387a81723d70b969fb7d332e1f7dbeb2ea9a26c62fa999d91ff6d8f737ac5725a7611334862df16fa8b15765c036d7acfc3e42a745d051f34 DIST objc_id-0.1.1.crate 3258 BLAKE2B 9a74fc17235ffdd7987c2735a7a9d136376fd13355f0561b4ecf234784aed077d1ab5aa11c1a82fcee7d47d4d36e471ca4ba3e5bb725a2ed0049a5565967326f SHA512 ec36fae6f5cefda00f3e44618b3c9fe6ec8f528f70d1a95def6421704bfa128a6e5b4a32e9dd686bf6ff60c4f87fe8094aa5e1c8070bcde58b17fdc06f49f9f5 DIST once_cell-1.20.3.crate 33456 BLAKE2B b16081751a1b6649d0235fe9cef3fd0a9023d4f6980521933e4a411282458050ca27c1a8aa01d5237d424fa279219b5713da21d8900eccc3100d19c37d24b7a2 SHA512 3ede903f232d6ced73aa74c6b2e2ec306012517eac684db253913df4656515d087d1aff9f437a58fdeecb77cedf8a5960d6772d72bf1f1f19f1ce3fe54bc72dd +DIST once_cell-1.21.3.crate 34534 BLAKE2B 3578aaef305cad2fdffdc40c392775a3540bfab3f3aeafd22466d9507bf8346b9fcc200929d48525b051070c0aaa423ecbcaa12868b34dca007991effb224166 SHA512 32a87506c6f4598f3ca2c88556014ef2093d5db9a08602335e847caa537a866492fa74c894e7e1da2e4289a1d3dbffcb90a9e37a4a1453203832f434b8206990 DIST ordered-stream-0.2.0.crate 19077 BLAKE2B 581285d32136bb9c2134f405c5a2d67c952a36eb3613912be029f2826b847919188e1b479506b46f20e0b63d371f476b99d9e7e1ee8d47ddef7b4f48451b0e3e SHA512 99976f90637f0daedeae05d4270d33bc03fad1c06a85bcf2cd7140b149f76c7560d5e60becf05a633a62dc82f7f65900eb8f510c62aea4e630b78c45dc76d83e DIST overload-0.1.1.crate 24439 BLAKE2B acb2dfa6c6c22ea95cf58079f6ec56a2bb5e297a055ce717d40633b789b0d005be2bfd6616448cac61bd032e74aa6eed212f1677461907cea2f7f7cf536c157f SHA512 f79bc3321f45df5e3d0e5fa9c4e60524e4e28dd3729a09956766738adcf99ca42c187a01d48701ebe23d39aee00a19d4a07da798edc781b942e866b339613532 DIST pango-0.20.9.crate 49656 BLAKE2B 857f5178be682939d1d918089c7d2910a2ecf3a4319424e3757588aaa9388f607d876f33937c6bef6462643d21f5723e6500a95edb32b76c6d928b909249b431 SHA512 8b56caa6fec5a58429f296be8798a2dd6094b18f4c87110c354cf9297e1199788e8c460116ac7d01ed673545313a458a0f7c89f10856e0729038555ccf19e285 +DIST pango-0.21.1.crate 49650 BLAKE2B 9500e2da51f2145507d98ff2a515ae1e6210e2ffdc0a71ec1703429d6591080d81d2c8ddbab7ef934880c46cbd56917597e4c16727cf554c474f206ea6ce057d SHA512 a4d781f22beb6e734e47ac972781c7c7bad71cce173a0837466ab0478250f8782b5f7d58882004e0a826431d70cff7a79fff65dab56667752998b2595d3c9f0a DIST pango-sys-0.20.9.crate 28371 BLAKE2B be2dc7ab0cce8fe0840bf9d13474e7fd6abf5abfc3587a3f7d767688bedabec9f52ef904f4f8cbd9cafd60d176004415223904af1d43cc997cb329b914b33499 SHA512 01bca837d7569e3385e9f2020f20b96eb041e414b670d66a60d89842d9453108fa99f021b1a3d195453bf5a75384683bd2d48feada370d1819ccba87c10d589f +DIST pango-sys-0.21.1.crate 29211 BLAKE2B 7bde0b675b3a639e4dce5abc2aaff803e40939bc703057cabfef8a29ecbecf9cd1a79ab2121947d4219c5f5fa2c8f929433eeaf66e729bee19c61e7056c904d8 SHA512 b4b96c2eda8bb99f00b595e3de292bc4bbaafc022777a5ca506f629d55b666ebe63b94602d6e4076584a7f3cb4b8b704381dc129901f13fa1537e9d8db035e6c DIST parking-2.2.1.crate 10685 BLAKE2B 3af8020bc27ea921d6023c14f20545f70a5a5a5a216d5f97458d76d3bfc8d9de937f3c92668d31a79de85ce08ed0236d440c64ca1e4fe0a7748f412b941c052b SHA512 2e49137b59000f0467aa9ee0648d53e06cd2b8319d6ea28bf04c621b873469739a34186840b02f08d770d109cca26e161b3de3e4341dd729701885307a6a8177 DIST paste-1.0.15.crate 18374 BLAKE2B 69ee7def55e658a9aa72405bad62325e8d6021a4989fbf11c88d1bf05fbac520f7b04d467bc3c6eb45043a41119f65aceecc4a6a1418a9192d73f33134545062 SHA512 5026d3ec7141ec4e2517a0b1283912d0801e9356f77b703d954b379439b8d85e3886d42fb28f7835edaeeac465582da14233564fb010c71425a59c9e1cbd46b4 DIST percent-encoding-2.3.1.crate 10235 BLAKE2B cf8e2fd7b359a05b7bdaf731f9ae84c7fe6f468a53482eb2db7f93dfdaab64ac812b3664899db260055a93449462e6d219c695942fc5b030517b197b4df9b95f SHA512 5951ea8315e52cf3acfbaa023cb9e13a136b114c54a7da0bd44619ae24cd2159d4a96469d7572a2fdabd94e19513a033387117d7ca81d0eb409fb383e4acda44 +DIST percent-encoding-2.3.2.crate 11583 BLAKE2B 58925243b23a6a1decc3d92c4ce17d06af5206844ad283b49e69e523ac0db2c36c3f4407af4104ab92c029c2581c228bdf416a054a2531191a9e912448ba4408 SHA512 495b4aac88a7a46420811671d6bd82817e4eb2fe51d5068d11c5b50d0d927895d54c855cb07d4f4ad5a2d42b22f9419ad0183c14781dbfa240804fd49761035a DIST pin-project-lite-0.2.16.crate 30504 BLAKE2B efd0b426fcc6ea8852bce499fac61f9755a11c6a2999cbec514f093ba7b3f94b1f2d437ee9abb243e31f3838ac1c74491a212851d7798eb249e209b35e015332 SHA512 971adfe54cfed304647fd944c1c915e78b37eaf0de3a582fb984a5e91f1b7d4db2cf0f53a9a64b64427062d4b41c0a36baddef782411a76ae3be0f8ca45f0718 DIST pin-utils-0.1.0.crate 7580 BLAKE2B 457e1287202f16d1873b24bf4f1de1828300128c4ba3131758e64f9784d36d47365f22d85493c3a85d854f0d8dbb4c6cef3a0f5b064014dc03943e58b7ba9178 SHA512 828422b8440cc82ac6b0743e0112fa7540d437aed457564999092b1462cd7672cd6b1f0201b67075431aeedd3d9c5127468a3dd028744109944f7f023c82fd70 DIST piper-0.2.4.crate 15950 BLAKE2B 265ee8a57029e6ffa6532dda8e4da94a288504b658fceca9426d2c13086255cfe5a1013b58dd02e029ac658b6bfc8ff59b88458fa620a41e0203413b78b7ce1b SHA512 88c6fd8d1118b37b77217fae004e47c01db8f95b9b925f1302c0577971a8a9f239b4ac07ccbec924d8912cc47ccfd88eb2045cc607b5fef3fbaf496d24ef7df4 DIST pkg-config-0.3.31.crate 20880 BLAKE2B ab7676e810751f89639b60ae70bdebe1d57edc76319f83077c3680049a701a26e72e8cc485fe77cdc4346fe3571d32c59e7384c8c86fef17e00d7d81df5daf43 SHA512 ac3e8062ee8831a4e4fc717b5247dc7f113da7bf6d64ec95cbca7875959a2afa1497bf81d9dfc27206b5fb10027a2509d51dd9ca1c10139d7b4c78128864fdf4 +DIST pkg-config-0.3.32.crate 21370 BLAKE2B 74ded191f066bc223739b3d4afec58f23de57566e7604e3dd62001d9a095a7b6a3633fdb01fdc46960c8134a694d6bf097d9ecec62b38c4f14acafbbabd6e893 SHA512 59569110185fa665f76a13e884a67ad1578c55246abacfc18cb9f037b2d2d9ec3f2078a3adfe5cc82a451892c9ad55f918ee01362a741f57dc9ff6846a4e32e5 +DIST polling-3.10.0.crate 60095 BLAKE2B 993185f13780e82b84770ba0efd81c2dfdea4878baf162f0f7150c436caeb8a0c019e53c96235cc24f64ca66a71967d230d650829175c7eeaacd1021a271b30b SHA512 738963e58339a014eecd5d1b1f1a71ada62a9dd32c2b55d8cac8d04c309d180c34fae51c17fc4e2a12c0844787a93872ceeff30bf95dcdb9a296bf29bc280c53 DIST polling-3.7.4.crate 58239 BLAKE2B 4d42d4112693a14938aa40692674ea1d791ec251ba864d4820b7f884fa859bb8e285f997150974a1b09fba0be1f0f77b196376aeab02295e4f433705a105fbe7 SHA512 0a137aed396f9b6a34a69ceb043a355efbdbb6674d36664e767516b2555b51ca494b74cbfafd530ba2f9b48eb7ffa55ae1bbfe7b1e8ce7745d41600709a5d324 +DIST portable-atomic-1.11.1.crate 185506 BLAKE2B 953bb1f2059dc1d891305eb89945f1f6a172fa50972725aee499de72b5dd9b4ad8ccefe4e891183ff8e6b64f4d1bb45ec33b06e0f5af34c940f817b290f746d9 SHA512 4c037ae0b4aef43077bdbf803389bc078d963f20d023e2e1d339a54f67fa9b27c174e7c1b6eca8881ecf301e30c431632d2c0dcedfb5b19552892fac0f81e2e1 +DIST portable-atomic-util-0.2.4.crate 47043 BLAKE2B 6a8e122bb2b9eb8262e9eb790f336dbb602f6c086f8ac025740c043170360d5474af578b3842b06ec51535535de3f4d1b6753ec54a6871dd0396f5c1012b0bd4 SHA512 f2266e78576181123aaf68e7b5d3523a368fa8136d447bac68a08d65c7051dea677cea84491a1a03b9decb4704b2f9392574d68dda9427092a2ac92cfa0affe8 +DIST potential_utf-0.1.3.crate 9698 BLAKE2B 16efbc71ed6516cf52a361118323e26a61af776378382f1ad73121f526484c0df2e915c847ab0bc487ad1e661f839599a0e8c66faae8da9f9e589209e03c1778 SHA512 8f5de5763b073b7869c2a9e5336f0bfaeb45407cb0f4c62a16319ecdf308c8490bceb8bb7c386bfcf700d145d52d591135a288f069b4c64b06d9aaf348316a8e DIST ppv-lite86-0.2.20.crate 22478 BLAKE2B 9d68dc36d8148047d571c0147ed29f586f3c6ac9394b56bd955c8ae5bb18f5a8da5369809f7b8c3199074e23660325158c32c62e1bf69a16cb1f5da2a01f5df0 SHA512 6d171f63b42296f7765732fce3af7ea05d0d81f1541ffb3ad86e81210715ef4afe5bc9e58926e97e757aea6ff96a8012c8411eac78be0fd080898318ed21d7d1 +DIST ppv-lite86-0.2.21.crate 22522 BLAKE2B 150b2ae019f296dc0a15090bcabcf4981bc58159d592b07da729565ef8976e3d1b4416381c6ecaac77874d8e259995254255c8831861ac20922b810753128cd4 SHA512 94710d5b25b67539cfa828476367849e1ecaca744f2e0429b48c05b47ec48cd57f950fb9845a361fbfd96f361ac00fd2d47cc27c584b79ce3d9d8fc133f5b7bc DIST proc-macro-crate-3.2.0.crate 11164 BLAKE2B dba3e1f4e38f427df72794ad891746fbb8c24239cf06b076e75ab6795a7e8c9abf25ae0f40379e07a696827156e7a3780ae242da7e5442cf1224d058f54b83a6 SHA512 41479ec5e414a8b05dffaa0ece21122387d5165a54e60d8ee3502f8a3c0a2ac0247f56996f933d5d77f1efe41a56bffe16874e8c6a34b66100cf047e4b760863 +DIST proc-macro-crate-3.3.0.crate 12432 BLAKE2B 79892f0f9907beefa62e715773fda97e606ef70f905a072758f44b685c63a1c3aba40548f5f63cde1fba7f3882701d763dd6246a500c26e7e3e41c351c89fc91 SHA512 c16c0227336375106f655c50006a2ceee151c7bbd0a9c7a06fe7912c3370b0c3a7e4076fc8977b400c63433dcc3f7fbd96912a5a6a83148d93df82ced484ee20 +DIST proc-macro2-1.0.101.crate 53886 BLAKE2B db566c4fb6a197e0aa45cc074310853eaa24ceeafe9fb91f2014ba47cf6b1cbc34e4e9391456c946587540c8e270e1a37f5195cf03bd15ea5d4f171bba9772db SHA512 3171c807d24371da2931f9c706fb3129bb9bf3ac40418e5d14cfc372baf96e5fee9ede72091163858e3ba0b4f88594efa1031b0bb7128ca68e7b847dead6856c DIST proc-macro2-1.0.93.crate 52388 BLAKE2B dae4493215b88f68cc485bc0ae80f0a48ebad68e0260839b1c367832d1ab778197bf040647b3fe36cfe9d5f7a496e05cd71b5914f531eb129c2d458d5f0be896 SHA512 1ae650e390e4f1b18d05f42d2ffcd025cabf72568a326cd85496c722600108b0aa0ab0161b39fcc931b8b302427f678650e703f4db57aa1a60f1751db881dc6c DIST quick-xml-0.37.2.crate 188017 BLAKE2B 03cd30cc755fc7bbd3f8d4f1f75f796cad5c8343c3b1d3de3311f4f64bff35297788dd364bc0808832619f1f9b603febe4286a6bceaa318c4a0b76f1c74d6331 SHA512 f9535c555422476597fda5d2df393f910338dcb78c9ace63f2cff7ccb15161c96828eda2e32ce68ff3466cfe7a60c07e2e6d4897b6921ceb5bfb1c747c9fb70f +DIST quick-xml-0.38.3.crate 204498 BLAKE2B b029d214e594b3fa6161edac5957769c0b711dc866ac8e8caf06339f1d317a2d08097c0495b488cebe258ff0033a568e9ec5b46743dbf40886246dbf5e5e2f19 SHA512 6ea8669671deced89bd14761786e490cdb51693e7344b482480988604fbe323c0c20232fad09d7620b0449ea1c8a1eaf7e716374d2096e919630ba540d45e242 DIST quote-1.0.38.crate 31252 BLAKE2B a3836efbe5c21dec70c684002b47b8fc7cef643c82ee903b537a48bc0707a28106c4b33d98e60ff81e04c7520f7404b1dc4d49446e8d91dded517e476c36e1c2 SHA512 530c47c5e6372b508bf5b2b88a138408a7afa5ef52c47280ed20eccf39f8e97dfc1e0a18c1bd5472efcdc49a7a1e69566333a0a1b4c0b4f0e11e6a7a85bfe8af +DIST quote-1.0.40.crate 31063 BLAKE2B 09036ff3e5ebbd775c466bb936de91d4c070481eb4b98c62a4cddcda57cd7b67d63f979b321f6ec64aabee3f5da6c28e7a3efb83f4647768ba578f1bd0bd0bdb SHA512 45a76e22a2b0bec47e4ba73c3b73cc41d821dfcce9876134c5d8eed514da214aee4ce7612e372c8709f888c0d8b9b7e5442f27adb7a59f3571f0339ed7e2ac99 +DIST r-efi-5.3.0.crate 64532 BLAKE2B 54bc882e333f7ba52b6dd6ac92b8a282581c10b47de91a4c4b71b15a27b2df885ab52ae2fcc8a546367ee1ce98300dcaec3c33cbd7393b134383528540bb7d14 SHA512 e748db9729dbddf215d5c37630fa272197dd2921297800209ca7bfcd6ffd8530b598b944d95547ad9723655cafdfb69b1c1fade9ba5f8c2ac5c55ec38258fdad DIST rand-0.9.0.crate 97798 BLAKE2B db07e33ceedec70d4cf094ba18d010e45036d9ab847beceefd1dbfd3cf7a608d9e333ff1a0f157cd920dd71d8e63d0e3634f24076b72a88aa3ccd29f25770536 SHA512 e07c9650dda7f9686b4f604990bb7f948667bc820322f464302fac3b2a8136a2a5d48ae6399f104e47bc1ebfda105f99ad8b031ce090cdb71840afb85f6a3032 +DIST rand-0.9.2.crate 99930 BLAKE2B 4440c21211e3c09daf8797de5ae1c7c461ead207456ad0a0405c6da266de51427dbd68090c461f1a349a04064e4bdba8151656e2e9f7c17be1f4aaeec1e26f3a SHA512 91faee823d9a3b109135182b9566e6327881736359c9d68358ad7dc78eac1e845c553820e2450ca481cae1e0969ec6566e72f7f9233251b1f9133449306f2965 DIST rand_chacha-0.9.0.crate 18258 BLAKE2B aa0efd158877a116b2587177f2da84832ba8153b629aaf8181ca7622bc8ea624b5a5d205d1b745caafaad78d5a55aa08a4f35822b8925acdf7d1212baf62abeb SHA512 f62a7bb067ff984049c96cddccc841cd9931daeb5b25bb69f056bfe577f62b1b35c08f2bb5028590eefa04a9369beead4e6b03607eec97256e0383b20542af96 DIST rand_core-0.9.2.crate 24632 BLAKE2B 7bb54821d5d3e424c6b9e3c86ccd4a46057a594e335c5c67ab7d4e5fa9d7253e3d1bb35a6652d62c60367ad87a185721428be9020fdfbc6de5f58ad9e2ff029d SHA512 48a7d77104116036175d157f60067f43f4ef99bcd4aa3f1cd37ad787ad9fb1928a42f26b5845b33e2ccfe8366ce0bf6de2c6b710eda2c200a3051031261fed06 +DIST rand_core-0.9.3.crate 24543 BLAKE2B d611130e240dffaff33f8384f13a008af93254b1530bbbd2369057ca33f295c7037178010efe76e4d7bf18e36003f843409fabec060c8c78077cba00772e66f9 SHA512 6e8e4067dbf5853c55b0ed38293b6bc6bdecbdd31bb9d624609b0222f706f5b29281ffd5fffd5c316367ba5b22c29e5282c61de3738344798ce0f9cf9cf2ce19 +DIST rayon-1.11.0.crate 182470 BLAKE2B 40a21dac636e7a652d62d9db520bc50a7a0019f0f96aec6a9002dffdef3d7ee0b2a323e4c3022e5cbaa22efe52bc72573bcfc7d399dffc853bec08190ea4eab6 SHA512 24238ba604099b3e58282b7338ccc63e52621e329ac908d7f3799c632f4ff97ae305a5b361479d4d7d0f09b76f49ab3b75c4187c41542caaca0575d51c299d2c +DIST rayon-core-1.13.0.crate 73151 BLAKE2B 31112b2f4ff2a0607daced97e234c6cad1356c79d21c7493f3b19b2747083eca85709d5548c9214bb5186a7e2e5fe0def27c45d69d597cac976bb0956da2aa70 SHA512 dce0adda8f5858d351f628f50168d9097ecca437b77fc0c63ad18fb8b3fcc87f2f513cbcbf57606862e30e81f293a05d245073be75292d1a536d6a4d3e2edb9b DIST regex-1.11.1.crate 254170 BLAKE2B 5cf41012fc2ba8a006c0eb4a922cbbf1614bf300be361c9e2d98956a9a5e9b140e37bea09132fab7bfb633d4439158723624bcf45e8c619c4061b399253c1b82 SHA512 d065f6dc405771518260425f39a5eaaf8cab62e78c91ceed3b3994a9a121674d2484cadaaf816bdad89c87a40550d57b66a3d9de6618a7119a658301ce7e67d8 +DIST regex-1.11.2.crate 166265 BLAKE2B 1ad50e6aa5d116e9aee28f8fb74ff1c981e62a31290441a62103a1f9827d1ce3b8f48dabf154dfa33441e57cc26d0fff95f2d27c05bf5c00f0820e22c584ccc4 SHA512 b1cd7de6128d2dd6dea6c367fd95d6eb10bdd4323d0750fa869d02a544e6e18222fdf369a2b29e991182d0374f75eb85b6fde70bb17df4bfb5d47efa46d7c0ae DIST regex-automata-0.1.10.crate 114533 BLAKE2B 0e357229f6825f14339b1d7c40730b83e62bba12115d01ed20313320766e769a653a2fcd2c9d19af51a82c38e9e42c1a31d005e1f44f5b6fbb3ead7c9c74027f SHA512 56d64da361afce82c6cb49e70b99ce1fca3e1969c54bba5f9971db135f8544c65f49feb8827789947b3d1dcefc9c49a7a434a7ffe0d09c5900345a1733723c5f +DIST regex-automata-0.4.10.crate 622754 BLAKE2B b36be10f1393d69e37a64d203eab6304bb9883956136eb401c38f47c28e09614396af984cf076b54b8f55cf6b77d2aea166fd44afe6f25a994aaf0cf9e28fc4d SHA512 b234ac580c5b9c8777b8c519d53f95c5907c2032c5c581f2a63d6be4e55389df784d4db14ce3c3be2c3eef83804b8ed4a8709ad8aa9c4c4285e2e622989bb356 DIST regex-automata-0.4.9.crate 618525 BLAKE2B ee3fc41c8c445be4c1aa3e5b19a3e61efd641b1a24e7a1ed55f837c1fba9c816272cb4645c13232b66b170bc7c413802928beb22e3891500141ad4ede65b60b0 SHA512 40bde0ec91cc27bc0c3fa237a37ecee5a1f023dbe006a999c5888f8f578ee2c4c64d9edfe1827546cea8e92ca3c10f8b4d494d81f3d0422b40d90bca9cf598d2 DIST regex-syntax-0.6.29.crate 299752 BLAKE2B 2408ebfe5f0dd6578c33f18e8ea9a0a7a84388420c5b67adcaedde477f3f67fb3e39ba9fab1f6892c7ae7fff754c4aca51314601529cabc6a8fc43af38a11f88 SHA512 28a58950d15df1f0ac4ff4185c05b535e8f5bf0b75f79fad24e40e17a02570d1c9bd9cfc919eed8756a1069bc489c5fdccfd04f6b8266c83e3412b7b4bdc262e DIST regex-syntax-0.8.5.crate 357541 BLAKE2B fc6d125f7a8574c37d81c75cbfd447cbcff736f2d9991b19814ffc1a414ebc5b76e84fb8fd36c983b38e8e391d165cdd9047832b0d9100f0e1ba7085484b7db5 SHA512 549d8d130fea9ec0d5806126f57f31d433f50e9328c5532ad417c44bb5488ec0d20acb0983dbe54dabaa0b453cbea4533cf7baac7144df119e8f78dfe55c5ab8 +DIST regex-syntax-0.8.6.crate 358808 BLAKE2B 01d09ab5cbd0b8e0a875060cf3113e64552496a64b08f24988f5b88824f40fe3bebe4ae7ca3facead9079f9f49e964d745bcc691e6e65ef7795e2a9911d20007 SHA512 251239eec7e34b9eb0033521d64831a25da710dc388632168ad66d5f5de052674c63c4aacf23f7ebbafc6a5403eab009b7bb2cc05c11c41cb427bf3ae4f20e47 DIST rmp-0.8.14.crate 29687 BLAKE2B 8467f30a5c015798bcd984297c9af33b5cea52b775e21d79322021c1232efadf3fcf9db86310a66a22cc84dcec2450da410d7308be6e723279279df98e922a4b SHA512 f83634cf6a9eb9a905b55039b59efea72b0f5fb88aa92fa008d9a867812d06d9dfeab8b4ced5047eec66568742e3d873ea35e57e66da36f67cd266be6b64e00e DIST rmp-serde-1.3.0.crate 33025 BLAKE2B c726f5555cc4d3a08d45e6229d6541fecd78022b79a844c28a16ee9ac60ea5b08efc4059394f2f3911c1ca699c3420a8e8fc40abce60a402d7a43248d63b8fd9 SHA512 d4ab14e7cd4e6a3628d6795d45112504ce6e571038b08fa92b70ad5deed143d2e4a89927c206eb1fc06b3d5fcf4dc6d4357572f8393e766c958b50f0076b436f DIST rustc_version-0.4.1.crate 12245 BLAKE2B 0ed627c560d88e5ade830cc5f72c62f6ba88be3e30d0f8db34761fcd0b284e5b2fc063c240149aabdfb12c8410ecdbe50cb10a3544500b5a020f95a31cd6709c SHA512 7aa8a487ca7411b6d23cae62f7568fa3474a7b1fd1589621071be3428a550ed3b7c4ad68277a8f86849e5900397d7d0e9d678f5d423742a045dc7c660fa6c598 DIST rustix-0.38.44.crate 379347 BLAKE2B 780efaa7c9e7fb78782c552345ead692e4dc87a6e68fe9c972097ed4ef9066b54633c565d4f1b4752e08a1ceceef15ed5d8c11286c7cf17d971648ac5f9d399f SHA512 b7e66a27c9188eff307aa9912852706f686864852a97af0696ac5fc5dccdf2e4d22a69266fa74ac71aa123e2831f24b898b7ee9121850d65cfb56e12bd647d8f +DIST rustix-1.1.2.crate 422717 BLAKE2B 603a41f610c6a2be2ee170f6d35ce1683a50590d909ba5444c1777b9c00b584f4544868f4c4d3b2397ca8b77da2d8a40154ccc6f0f2f6affd2353aebfd6b4515 SHA512 4a5ebae0902c7ce683acf5c2a0ee62a4903ccdd7f147ab5b1a657ae6d4b468beca31a15c473f02bb2f9e81c2b07924c23b31ff860482a711808a774dfb5af5bf DIST rustversion-1.0.19.crate 20616 BLAKE2B 025944fe053ef928f26affb890ef6a563b0e63cf6acc0ce7bd4ff104541f819bbda48ebb59fd8a677e44ca1ea21f4a18c209adf2004c9ad79604dfbeca43b5fb SHA512 45b959aea8155ee47c51aa1d87c6c344b5f4b20199a2646ca30bdabe1c2458b014be91fe0c48c29c2261ad9e5de6df7eef7ddead1682e584d4a906c17984baab DIST ryu-1.0.19.crate 48770 BLAKE2B 588ca156238ff7285edc90d62c41991f6ec6b732656ef874c4bd5723350d2db19eeae844fa8998123a26b34a7feba0ad897731d73cb4daa88a24a3587b860dbd SHA512 b80d07d609237e13ce1f8cbef5b16738308c540800c7ec18387aec876fb2204029754f20f1f273a0ea07f54dfbaa4595fd0a90044d09f124c1c99e46f1005a99 +DIST ryu-1.0.20.crate 48738 BLAKE2B b126085448cb58639a7b5867fe313dcaabaf19df478f67fcb6cf15b8e881a21e641878345e0bf1fea7d24b56b921e667fd26a39cb81fca7ea02585332068263f SHA512 329c581429d9b8baa7d9edd9cf20e23fb8002f339d9fb3d50ed4c7eb68fb19c1ba966d52a9c9602265ca5f59f2bd4393ddcb3a7ac20c64aee3096e137eb2a384 DIST same-file-1.0.6.crate 10183 BLAKE2B a320c8343e0b38078ba81c4f0159d886bf47764c74efe0d7cd2b3218426e8341b51e523c00a9e5fbc2ee1057618296bd70b576c68751bd55d6ddb352defaca15 SHA512 3ba35309742c8db63210d9ea78bff4ecd80471d69e6238eb96c7bf0673814f221e2d838fe6311bfc5a0e71b4a7ccba33e07859c0b9cff2171969ff08a4214a7c DIST semver-1.0.25.crate 31291 BLAKE2B 725a2e1710936fcd759f4eba3f6dcce71dede5027591d06f731e05d162e41c3f4491415cabc9c46c6da18e668dbffd9ff67d1c2559b429459813310b3d2cb293 SHA512 82b66a040a155ea2714a7b014840d55bb4c01fd4862b58519e5adaa5651343048e1f1b86213470cfe919290664de46ee548680bad93e9969fc44ed227c545374 +DIST semver-1.0.26.crate 31303 BLAKE2B f99e282e2bc7844a451a4f600308840c4a96dfe032fad6e897e9ce66c8b5ee44ace8f94f93dc50a53792c8c485fa81dfa5477255c211017f06937212d9473dca SHA512 2d2c5edd771b67a9e32664255cc4c4eea8c9a6a4ab08a8ed968a493db70774b393ae98e20be0a87ff60149b7c142a01acc0ace28205b41b39320d63fd5dc6155 DIST serde-1.0.218.crate 78968 BLAKE2B af7f366a1aaaeb9b5f6f22e7398a30ea486aa3391ccab9a11435d45f7eba10796ce671556b771dbfd8b914563949c54b4a4f14fe447a549e879636339fa8f128 SHA512 35ffd8556287fa270beb90539c1641912d8fb233c53c4017f1f65a483b2dc340385458b9a869b7142b4d514bcc87c25e69c9370b3867e463be887bdebd19ead8 +DIST serde-1.0.219.crate 78983 BLAKE2B 7e9542a04c7f1aeff95b821245034368ff1721d98d7138bb1e0a99cdd6436dc37d69606308834fd33daaea3a1792409b3b2305b802433fa1d155816c55ca2a7d SHA512 0d3fe9a47af027d0d79499e60d940661dba6e29e8f0ce47d0db2ab722030d255aff637248af6f893a9c4224239733db09ffcdc6e1923a7177bfae55c98ebe769 DIST serde_derive-1.0.218.crate 57782 BLAKE2B b2244847b41f1aa396352bcea886d6a28d13ede23ae6ceb813143849cc107b3fe0cf054687d9f35bbb9db4e95c619422d9710532fcfffff291280cbe3649a433 SHA512 e89c076b0aa22ad74010f5b6a60397b9b78b59ca50a9660b29ceb1fd608cab820c47e787e450da306062c0cea1ade7142a7d4626a77aa0ae486096c130442cde +DIST serde_derive-1.0.219.crate 57798 BLAKE2B 071f02019f829a2753769ce915d11df8f0d202ca67314fe83b42e1f1f3d07bc91b7e7c38fe498a0513714f80d3a3dbf2b447b1f85762de06dd021119801afa89 SHA512 1676bbf09e11273705a35c540d52d35d1bba7cdf1f347d40a364d7ae9269167f9f0f62ff4fa384aaa613c83e432a8eb3c016587ea643bb11434c00664a5c116b DIST serde_json-1.0.139.crate 154839 BLAKE2B 5e04fb3ba8da9407e92ec450392cac99ad80a001e66bfee6eaf007d87465b07d0f9abc441968c13ec53f57ed8a687c32f8623a3aefdb433a418b1835ba14dabd SHA512 d90f4a02894b9c0f1d8d210af7639b0d6cb1929a159d1557ec220ce74d327c5d25fbdda6c5dfc2c00763ab3510a8ad11ce949b9cafac5b6d2203721aeaf3b5a0 +DIST serde_json-1.0.143.crate 155342 BLAKE2B c01be213f79cad1f3de35a1c5adab75121fb2a49cf261e46a5509d44f02e12a5b56db3cd6bf539e015ce59019faa636dae2f1ded25d7893c7a0e03f0c9d211da SHA512 084fa35adc0d720c3868d57b2d4a2f30af08b650e876ee88014cf1b98d49079f5ddfe5b14743c63ebc5b9bd8291c6d03fd34f07b770a25874f00ea7c42bdde8b DIST serde_repr-0.1.19.crate 9997 BLAKE2B 1bfc8e94b8c3cf897813f4749d6a1112c1097c2c257821eb366073a41ac46084a21bdc0ee4e3b99d82444619a894472e24fccb60cbd8a41ab7d5b0469cad7c41 SHA512 678216a62702b3300fef850f10ee60d88f31de1fbeb7300e3fbbdc4e4a9cbc95c6890c8e7b9385223ec837d9504edd53e69b620f80609e54579c0994ed1ab0a1 +DIST serde_repr-0.1.20.crate 12627 BLAKE2B 64aa318e56628fa7d9777f7387e66d122454008fd1f296ed29b4fa7f4ad4c358ad981bf7d093f3e3a5ac8aaeb29a9a62b0c11ed70983d82ab76897dfbacb9394 SHA512 0b47cacfd34f914acd48f443b62247667565b12f2a5bd5b80f6474074e08bb7a3bc85b8711bb3d45e17003c181f3366da6669382cfed6276cfa88b6ea55c3e68 DIST serde_spanned-0.6.8.crate 9330 BLAKE2B 630bb2cabd74e8d9736e315ac57c4d2c5c4f72264aab35ecc8e0040cb4186885722051a9f7b8a9006fd121fe58428cbb151e5cf541e7de30b6528c84e968f7ac SHA512 2343a2fda35ff57ed8ff7d8eeadd651821fce7e22f91c2d5797c6af7db9e009b7d637382f6f390c17911912865a5aea1ce87a86fbe36f4b6aeccb065a4c8942d +DIST serde_spanned-0.6.9.crate 10210 BLAKE2B 6b3a623aeddbf9b11dfded1a6491e8b629875dab69906797c118c9182f62f45dd77b3d2132f731cce917c60887485edcaaa138894724f2e608b55096ca2f29d0 SHA512 7bea513792e7712d9672d890c0b80df8e212c90b22c6ffbaa290729a0f89d04e3b7a65a8b39b774d2203cbea2515047789de163f93c8839cfba8cc88737ca5f2 DIST sharded-slab-0.1.7.crate 58227 BLAKE2B 9b4c4e4849ed324cf48c2b905f21139d1d65aa5ab13e7fb11817cac9a32ad09f8dbb1e50a93d40cafa0aba872792bc92f7bd2e219f62f80695409e949c07978b SHA512 3be7438d4a75debb14463477f34de6db1ac38abe958ada5d5dae7ae8d5993e245da69fcb989d91aaaffda5f2b085d4bcc88d10e07ec567b7f40a21437de6d4cb DIST shlex-1.3.0.crate 18713 BLAKE2B 18800c364d3a628f1a3125097ea82fe6286550c2997235df0bf8483a3906aacabc81308cb239887d46ba2f457cc6f8acd5aca78316707eea5098cd5666aea67d SHA512 5c8cedbe666a14b8a0874defb9208146ce64579cde52ed483e4a794cac5dde6a24bf8d684404edff582f842e1fd4fa3fbeddbe074f191e4ec4aa517aa456fe8a DIST signal-hook-registry-1.4.2.crate 18064 BLAKE2B 7274d4c115678eae2640a709bf9d682ce867c1f6295a0c5f49e492f95dd1c457f20b56207a74221df1fd9d744b24c6260e28f705777e3c7d47b7bdd36f1d57fb SHA512 16362d232b1d301007c069198d7716848aa73d898ef92e050422b36c09001b4334390dc95a6650e5315377fd8960d4336e5ae869b0a305e8525e977b8327c508 +DIST signal-hook-registry-1.4.6.crate 19277 BLAKE2B 0ae8056e09cd2a036cbbba5d654a480e58a31d3f39e2654e991c03f628e3c755cff692c4bf984f8f033a30085abc9fd2164e4d31e13c5e8115b61deaf83e4886 SHA512 58b60f104bbc529ef5c207c25f1f9805be08a5162c4e4c7ebbec486834eb39882f6be8d6e8b1dc3cf56774ed46aff2cd22dc69fc9c22ef1f2cff6e22878f9fec +DIST slab-0.4.11.crate 18549 BLAKE2B a4895b6dc87790946621e1d52b5bbdc0fd78db238d9164121a380f298b85be94eb3424405067e3a6d96ef42747680a8b2b5341373bf5733d5a62a4ae383fdd5b SHA512 b2f199651b1d0f0eacca534ac2da714a2e9f642608c4874e7a1440ba7f035d061e117f518c51915f982befa2269da747c9e12e3b0599675e6218cdd8e30bfdcf DIST slab-0.4.9.crate 17108 BLAKE2B 8e5288c4d00efa915e7be27b55f2204850968624f0d8101c091a357131106bceeea7a63c98007420c12f67893dd2228b15d3f23508108c3a0ceaa605474bc7a9 SHA512 b6b5423ae026472920f7c9a4abe0962314140a36dc562c0a9e3fa60725b2b8b7a8b343110d9d4c0e18fb318b0103e14c0ccbc9ae350d5563a5ac80c35f228c40 DIST smallvec-1.14.0.crate 35561 BLAKE2B aa8ee61800a6d13eda5acb4e9dc03543160849479a96a72c50ab38013b23e9593a665773b455a09777038edd436d7a35b501f6d4a0e16ff49544be60345a1e50 SHA512 90de38f208f551cdbf4980fda2314dee57d4e2bbf769a01c47bc849189e9243474932052faa92fe0ca59ecc9c5d1ed84091ef87f724343d38ebbbf710ba232be +DIST smallvec-1.15.1.crate 38116 BLAKE2B 8dd779d7726694672945e928399e0459f4973d284a6c2d664c2fc757ebb1177658f47c812d9800e982479cbd7413fd4283c64a4d248ba5cff6397f96b758676e SHA512 c26b097a063353beedfcc921129cd0fb838c1c9420218993a05b2655b47b6ec16f11e0054312018658b4abd893beee140c5d2739401a5e5aea2e64575f237047 DIST stable_deref_trait-1.2.0.crate 8054 BLAKE2B 287a65c3e5b47213544a43e57c60a54add60b4c2e3c8d042407d860cc950ba7ca01a2e67ce56aed6744992b61ec1f9aed3321e3d88482e33129548b7d51df205 SHA512 a13cfb22723f1f2cf089b2d07d657846f50c37bc0438d1a76096bea30214cad226b7a422c21f9e191ce87071da8a141d61882aedf9e0203a5fffdfda86a5fb03 DIST static_assertions-1.1.0.crate 18480 BLAKE2B 358dd5ac413d06f62da0388e2016c5fcb8ec68fd7dceb0dbbcb97665c032b7509b7e083c20701648b6a9174485f117c02682ae4bde7ef037e80a85cdf6a0c86e SHA512 46d0e35f77941dee6f60f574c130472248063dc38494c1c4f84f7c048244cc2a58a86fe17c0990e3f0f01406b75ed385a13d00058612b27cf0e867c8d31c92ee DIST strum-0.27.1.crate 7467 BLAKE2B b577a85f5d4151fc73148a72697fc004a7f8a964866c9773d62a2f92356c1ca205ee323a1e9353e4bf2c2e4dd71983026e311cdd4a5fc0a918aef57fc76705c8 SHA512 0ba8eafe76c0cb659500c73a7e402ec677bd07264ca6f6179d66b90e5f9193ef420957faa4aa70cdd7fcf69565dfb4f7940731e555cad6cadbe2e4c7d3016465 +DIST strum-0.27.2.crate 8489 BLAKE2B 9931a92e30d058cac6feb1919558d33c9901d401bd0bd17193b19e775471aa3b63313861df6211fc9c7323a2553957604e82ee828fa39c2083be1f088a7d1621 SHA512 3ebb77220243b0e101ab65159512ca44c7e4a13a0d842a9356484fd5fd9a34afb5b0d230992b3bdf2e2c997833cabc8679e13e3949925b321c4f807e293d0371 DIST strum_macros-0.27.1.crate 29670 BLAKE2B 121560118a194029b32584467305902470b83d768d33f166cf67994f33a9780cf1bff25f2199c2aa50a79362501a6cb40ca45c01cdd6c335fab1ebfadd666b4e SHA512 b071fee5d7530bf1ecd31b635a61858921c04dc10906bf57caa38a162a0e2ed726c2f72262081ceadb80c03c38adf235dbdda604dfcf3d439c5fe5a73a08d0f0 +DIST strum_macros-0.27.2.crate 30522 BLAKE2B c70e2f27074e04b796f2b0e1a1856e95fa7716d847789f66b27d8457efda0569826e6d3cea51621615709674b6f800cbe877498c55be5286efc0222fe7179686 SHA512 fa1a2d63cc18d9947e3bbe65777dca621a06814f48d09cea0679b09271559867bff23a95690858639e3e26fde5a252ee7548c75240b13acd907001a1e38a0ed6 +DIST syn-2.0.106.crate 301514 BLAKE2B 6b28b30ee067c23dc4bd1b38365d14c1700245c974e785173965b0822301966d642b36bdda25210d61f17a99fc71eb81e29a56c89d1649773908bae32778fb1f SHA512 e07e1058770fa3f1039eaf335340cefb597c0dd11bb90fec9fa777ca5815d0e0bb1711bb4db52cac77e205dd68fbe2bce0e1aa9895c2a52a1ea6d7758d13424c DIST syn-2.0.98.crate 297807 BLAKE2B b17e2bb4f151fba26debb722bda8e8677dcc4f57f0e88bec214f8b06e9b15c48731ca3f63d1453a44f34845c9895b3519008ce6cfb69746486324d7a8e0e0c20 SHA512 792dc70249d55face151b5481b0ebabbd3d290de78cff8b5dad8bee08e5a932ee22e54ca5fc5980e0b218197d19822c3672e02eb92ca74c8ac1328081d4d2cbf DIST synstructure-0.13.1.crate 18327 BLAKE2B b29ee88c559a2d58fa46b7af155b448f001649ea79a1898f0ac87e69108b87c65cbd287d8f9001f360df7fef06ff39c937b48d33e487a30c8eec6a46c639c0c2 SHA512 09024193b44fc9a8901bda845b9f86c57dad65d0f53e309b2e7e968538fab6f67db1c86e5e52a2eb8fd116dc073e3ad10983bd60764662ec6ba94fee22a958aa +DIST synstructure-0.13.2.crate 18950 BLAKE2B c475f370d901a371262f466dd98e3914dd6f36aa473a33362866c0f781d27b1813233f96b02208f3463a825e8012cab0f8872eed848d9aa0eac88b581a0d261e SHA512 2698f4e80b93f7cf1d8ae97c4c42a7f61e7b7081f7f1bbb94d7f48ab7ae813a666d73c49ba3812cda9155e0138b55cc246fb96e5858e411a8d32bafb3e2b2afb DIST system-deps-7.0.3.crate 26313 BLAKE2B 3429b765bbe57865f68a76a53562d31492892c4fe6963195002158049d989268f6ea91bf8826c73d762bd4a80506e1b238ae676234004031acce1eee35924026 SHA512 0b941160ef803e1c0545082bc5a1b6556ef9dc11fe1dab5575a0712428701ebf1446504308061f203bf52a9c61f3c9ab020cc238e9be2e3afc20dc047c746779 +DIST system-deps-7.0.5.crate 28669 BLAKE2B c8122363ea1f5465333da194f7781af4555fbcb4acd66f20576621f27a6a3b85575dc545ec0a2005916c1d57192acd7a2b54912228e6042a7db25e1eaca131d6 SHA512 778485d2f66fdaf486b9c76eee8c6552ae38b4547a540377e952218999fc93877af17f977263485a43e28c09fc18c1058d4a4906f32e1371865c14ad1544431f DIST target-lexicon-0.12.16.crate 26488 BLAKE2B e7950e4a302059a1bfc9bc15618a3c1b971a17cffae117a6e8f5f63a0d82fd2bd02680301d15338612d5426d349dd24cfee30ee787a15a7d3187f2a6825e69ce SHA512 092639957c4a0391560b6442b31c47159c04d12e971010f730a6ec9cb5389e4be903ef3d7daa06db95e64dc78b6970731fb647179ebaad2b12e9ed5e9b24da27 +DIST target-lexicon-0.13.2.crate 27923 BLAKE2B 0761f0ffdc23b9c9df86b384d59611c7b8b5e29ff068f03367ad2fe84cfb6d11e1af149b9338236978e9566fedc51387db9f239d2a602db41045ac3db907faec SHA512 d25e3cc3d679cb6b6f24c03e0c24db9d6ca31b8ed42ac9531bd7637557fbba225a6c8ac4f68a8eaf3569195814d599e668a968afbc73b940a77cbc27552cc90a DIST temp-dir-0.1.14.crate 5943 BLAKE2B 1115aaf506baff9afd95d0cfd526e18d3150c70f6b505bfd05468ed38117342666df6a05d7e63bee3d8cde5d25a8cbcfc73deaa856d076b7d161fe38a527ce7f SHA512 aa0a95075d384fd559ed68fdf2a5e51a23c1134fba619c13b83a76d4cd0119c4369d66e01527e19e8fab7e7ecf826b35e933ff462e07b7fd243dbb50e819e0c0 +DIST temp-dir-0.1.16.crate 6127 BLAKE2B 28f8a20f7e657a2945b4ad194448ebeb3c1d65f962fdd958e0406da2ce423efe5fa53f132995f1dde238f274ae2f9241bd8537f246344ffef45f32bb15c9a003 SHA512 79d08fcef04518a162608bd59808abb7fcf4eea31eb8d505d079e3b6aa79dd7cca342c480b4dc655b183f690d49161f6c3ca970848b0c88272a0af7659aeb30b DIST tempfile-3.17.1.crate 39240 BLAKE2B 92e3094e47a04054805a2e4dfa19048632be6954ecea640c952876dcac5a68339cdf3136997fb1e7cdc0f12e0a44e3129dd95a305596804b5ebe8c9421ecdc07 SHA512 52eb23b3c4daebd6731338b0fb21ab625a5b910c75310a58c1b339500c32bb77fc9a31c2f5d88ade11e60cc49df478cf86b7b8a81416401a5bbaa284c3293efd +DIST tempfile-3.22.0.crate 43044 BLAKE2B ecfea33d6dcc763a9b561e45583ab77392803b17c9e98619466f774e54cf23e920e5a4d8cdefdac0094cf756fd9c4f01d639e9ea796f21b0fc0079eb56e4c07d SHA512 a023db8390ece294a98426299207d511d373bd6bbcfe29a4834be5cc67a4a30bb2ad9ce0a46c0324d0a84b076d755d21fd678271b799be553aaef6d819512235 DIST thiserror-2.0.11.crate 28648 BLAKE2B 973126f9a9ca5f3118e830af11ddde4b26c905e13df89b2888b42facc4e48b3adea53b66405260f6291c3df7ddb85a93856841be3626b005040b3fd15502e2bd SHA512 ba0c3c2615bb9bfb07affa66ffeb2eeda43b16a974dc9a0482165a4a5a502a376e2fd6b569a228a08647de23d291e2c301dedf89d8caa79833b965a184dd5904 +DIST thiserror-2.0.16.crate 29095 BLAKE2B 925153db063f0eecd980e186e8333c8cf461e6f980b9b1d1616be76cf544c5dfb8475b086f288229985cf16cb3ddac27d56fe28f7e7215ff5d26cba008957be5 SHA512 61be154d6284613f550b0256aff30c765f7a12b6e450e5e8faafa0188d0ff60c214ebd6b3f3419414a81596aea14a158823e4a2b727b573268ed37e1d710a4a5 DIST thiserror-impl-2.0.11.crate 21067 BLAKE2B 33be76d7ab098eaeeaefb2ea5ef20a73221ac51b491d6339e1fff66e24118854f3640de43241e233c68be17804b90d22d75f1d60f7df274acef4647c871e0e17 SHA512 3fb76f16613064917d2b21f1bab06fd4dec9f40ad1f850aa78c5917854347cf9034a72d2091dc792ac06ce9ff9e29ed2bec3a4330b459abff379356e35c8f701 +DIST thiserror-impl-2.0.16.crate 21214 BLAKE2B f22fe0f8ba03f26700eb8f3f32300a60b6dded7d0721beb692931536bcf199328511537321f48cd62cec9a4e49008df4cb5729c2cc644597fba1ba83a070b9eb SHA512 c853ad2c90932692988ff7397305f46f1db204216352fe1adf875561a9e9f5efd8db8dbe5a273ab03d98ccafb5566dae537a920ed1dd2313337ccaefeee5f712 DIST thread_local-1.1.8.crate 13962 BLAKE2B fce2feddaaebde42bdb83d814929868f06387a4fa25d5becc73ff0b983395aabe076268569c6a89e2d90ce6e68d2ebca7c3e0ba1c9159c61b32631ce39289a9f SHA512 6d7e3941f43c43ac091db5d1cf2a8a3892b54b0634d9200426eadeb82015566532f04b6040085dbdcb10580ac724b6ded8416931d764d795a5f923aced66c492 +DIST thread_local-1.1.9.crate 19315 BLAKE2B 31151ebc58e76753ef8c15a8b283a2b3a8f833aa4431ff1a28612d6a700088315839abe09a6d582ae0dab824978e2d2b67ec00e46cdbbb4c962fb72788b5368d SHA512 80fc2548bae302f22de10d8240d0701efd64cc41eb48b06234426d40f0e05716132e08a8bfe89e17754d61fee37d3359394cbef8e16af307dbfa76e1524de7d4 DIST tinystr-0.7.6.crate 16971 BLAKE2B 33a248261c4cded41a81f0d6e6c8df55437f042b37f235c39787986ec562f0dbff50b282ad0f1483daaf49c4b33e6618e139a6677d1238c21f4e12082562b4ae SHA512 a33051848de248cac0a2d151760a78cb3aa62c787d84ff7aac38b11c0660e9188e4d43d43a77fb8676e49ac6102015e9c3db057848d809e71981851875d0fb25 +DIST tinystr-0.8.1.crate 23333 BLAKE2B 59bc4a522d81bc53c7acff215ec711e0f340c3884858fd4e985d655eb620d4a8b2679854e23f035bbcb6d795647fd314e26707eda564f07c05850c010db084a2 SHA512 07e32300424c9adf7e8bb830efdfcb23460b712c72c3eff11b9d00f1496c8082659bab52914cbac0bd26e45c352fcb859fc6b1cfbb2028a49cfc03e75ab0ea2a DIST toml-0.8.20.crate 51095 BLAKE2B 8e46bf5b667fa650883fba759efd1cc524fa758eaf1b9124f73121127cc72c0ebefaf64edaba6d249d7a9d0d81f75295d335f68e4e88d20949aba538a2aa71a5 SHA512 c842705270baea3e62e3b0535485f15af87e9a1b26dafb7945e1918e9fd59654b83316ace4ff837d84739d2dd1fddfafabc7d7b0c3ea1dcb9a07433a8cce72f1 +DIST toml-0.8.23.crate 36050 BLAKE2B df3b8a263cffefa8c1d0736b69d74c1ec9bce70e0dd96934366ff3652fd5052362e738f807b2ffe10f91fe6867fe0e3f45770bbe141c8f3995fdbd5233a77a5e SHA512 0da3a5fdee8dd5aa0ad2cc251380f23109c548b514af5b90737446487c9e89860ab5030d4112c88e2abeb7ad229ce085b3375a3e237156b94b27770322a7c7a0 +DIST toml_datetime-0.6.11.crate 16125 BLAKE2B 5afe564b47bc6f94771a15e4ae759225217c43115e501a1507b6f2c14738678cb36007ac426fb3c21c51659a5d48bfde24a28cb7f944b85477380c53c50ac2ce SHA512 d650d916c7d8827b6dc130d7690bc7584d26d5be0a35f94c6a37291b7f2d5aa94cd16762be23e27aec4a7c36271c62ce145a64aedaa9f89ed69df82ac5c8db48 DIST toml_datetime-0.6.8.crate 12028 BLAKE2B 62113366771f22b437b2ed0d3bb2489ae9078cb589cfad2ad2e92c81ddbda48f689e5a573366eea4f54c2b3cbc6b37eaa8b442b6d935b631a992de4917268757 SHA512 d38b98db3b2d4eebd3001d88e2135b6fdbae63b200f7e900c6bb9c121dd3f170e557332bd26f237312c1cbef61666716b0cf550c2d730f86fa7cd9eb5f64a16f DIST toml_edit-0.22.24.crate 106399 BLAKE2B 7a28b08a5eac9c9d43243173e1b87f763127d4685f07e4792cb7bdf3d871faafd183129eac29c6785718a48b7f8e8804a9a568ac7d0b6af26c5fdc53e37f1475 SHA512 67798e7ec7b2cdbe895b0edbb50f5fcb86a11acc674605a42795e15ee5ceb8d1a3cc1249c6a914b397574ee4bcb7ffd7417598f766c6f36215ab5f5761134319 +DIST toml_edit-0.22.27.crate 78602 BLAKE2B 32b8baf55fbafbf6d176ec696f93c06dee4867cc7fab4dae9f01651d84d61e5e98b3eb37adbe1787c125f48c391c57abcc268a04a2118bc0ea37d0567955f8a1 SHA512 844832ab59928dab567b3084f7458a9a8ab1ad0065ff057c1203bedcfa9bafe4c7a36e723340c73279e56bf797dd7fdad6d78e4a2bf6666a414d6c44f750f466 DIST tracing-0.1.41.crate 82448 BLAKE2B c056d938e001654e03efaec7a11eb8ecfbdfe9af2099271fcefa43f4f4683b40c59f7111fdf7f27df4da38bcbe94f1b2ac0abb6ec3d6e6a0d165b9fbb14da3a3 SHA512 dffb8d3a1375f1b9d5418550a46cb7b1d92b2cc8ffbccb430a38f7731547960775bb42798074186711847d256eee30fb3e74078b69cb36f28c07d9f231dbf96c DIST tracing-attributes-0.1.28.crate 33280 BLAKE2B 4f4bfab16ad8a296c9399125edfd4314d55ef58977d8a1f3e867618617feed898cd14766527c9b788d5fe3d3f8ee5bcca0e26dae79a2e6cf05366991ac23dc10 SHA512 4a3d5fd76efc414c86af0721aab9e9aa70fcd6b08eed4acee8c2af5af56fd665197aea612187c7f6022d1acf5567d5b9e72a7dcdcf25cc401135d875d95a99ed +DIST tracing-attributes-0.1.30.crate 39142 BLAKE2B d7dc828c9dd73dff54b3b86af9777e719a0acd7f7be9ec9cfe0be95bd1c6d2b3e455659e4823ebb602db33e265292548eaf9769dd1bb9b0a22ed64d53a4bc270 SHA512 cd33b967cdba94dd5f4c5ebb097aef45913e60e93cac1473063dba32190e0d10584c07914eb59e8d0a41142e95b04794accdb6b768ac6ddd2d08db093a3ea0ab DIST tracing-core-0.1.33.crate 63434 BLAKE2B bc36332ffe5f4c95ae2d12df43944bcf589746cdb923a39098e5f4007fd1f19d7c3bb115011ddc40c13e3ae0e5cfc9a59c49861824e99fed7430fd29479abacf SHA512 1c6f0cf3b7bd6c8f6316ed9ea0b315a619308de6cbf7e50e665a193cf8c3399b5227d4f145d83b10c7e01a2f9fbc83d16e108cf09b7fd6cef413aa5c1acf89ef +DIST tracing-core-0.1.34.crate 63760 BLAKE2B 3e4377814970e27524b813177fcd619df50a4ee75e7d1fe91dc61ff191137c445dc9a50a333f11694f728206283c829cc8601631660a2740d8e84f6b74d3e059 SHA512 21ee3e1668310a580d089a95242197f21bc4eabecd2f58c21a5dbbf036cd452275a0d56dd3810aff490dd710cb94bf8d0e79fe80a3ae7e7e0fa29143523fda3c DIST tracing-log-0.2.0.crate 17561 BLAKE2B 701bdadd40f1343f3c4901bd8dd188f1dbc0afcdf50807bd0f6df7539635e239b5095696872103125a4d4cfec24af6336fce6f3931363dd5be4f53a09fa584f2 SHA512 0c1f060e8ffb9ff24cee7b85cc2d7d42c69b2f7623a7faecd7422b23b11ae8d5c7691e4635bae76861d444c369d9701ccb147904668023642b223e442e3c8285 DIST tracing-subscriber-0.3.19.crate 198345 BLAKE2B c7083168e62619c856b872570b85b44475edd687fb6d5c3334246622900fcbf4e4a8484c23362fbfb358d6d9f8088f7dbad2e2ed30954aebf76d1b57324b712b SHA512 840e35103f1152e94ef9138d0f03f157b296def538bab6c7464fa7d363aef7734feed196091782dd3aa9bf06c7dc181a2c37149a23f5be036f00c00b5200686c +DIST tracing-subscriber-0.3.20.crate 212274 BLAKE2B 5df381443a4d46c046390921da456c91f20af3dc846604b644e120bbf5957d969b10014fb5b178e2d4dd42863689112edd406af20e3e98ece212a76398ee79d0 SHA512 4948d6aa6757f8a9bc2cd37ff02845d8873eb7ad2a4449bcbaf1b828e1aa6f72835ad81a8cbc2a8410d03c38f1ff015161a805ef062228f0b941e91c84509495 DIST uds_windows-1.1.0.crate 17040 BLAKE2B c77914e150d2f0afc5c55680e28ba242238f4f1291948ae492fe63c16791e443ef33bafa6686cb753e53361ce452f2df27d2bf4088fb1ae203a47df3c55856bf SHA512 092c41f6fac2aacd5b83009b4aabe2cfc487cc1ad5ebc8237d9804aff0c5c823d3c079d99748e9ec3bb1c02b8a51f6a22e41441ec9a72c50600c08b1efdeb0ca DIST unicode-ident-1.0.17.crate 47704 BLAKE2B cafb0d9dbeabd44d45c73dfec9855d9cc8e41482ff75b7b1f4fc4423e2eeb2a5a04f7e3ce0f721fda6acf1e02f2bae77c6bb346b48bc26ab1972255b080c190d SHA512 1eaf422163126796f3181f8a3cee319ce0492e75c0c293def441872b39eba8282a95e058d0fd5dd39a8d6f3304d4ae13420a0eed901f71c157d5da99e08e1437 +DIST unicode-ident-1.0.19.crate 47480 BLAKE2B d1b9d26833fcd1f3a8498abe2f4ba4202e4547315e48aa927c0f6e4a760c6c7000ff0c18d0cf45af362323c42843d745958c1b0419835f39e13dbc1559487026 SHA512 b17fcf6bffdb4745e0b1bf4983a0dcc4c84f8b4e2c2c618eefbbeae83f94ec75df87b55f9e2dede8c3b4c6e22107fcfc589475c0cbc2c58dfb8630db8d362183 DIST url-2.5.4.crate 81097 BLAKE2B 74943c63809ca41a526a146bedae66f91f390fbd2ccbd90f9397d8074ee7ec26535f0f67170eb1d7232e139d8d795fde99be37f53f1bc32c6a6a4d46aad1369f SHA512 8f1d62bfdd45f52fa12ad657a521a3478d0ab54d187346a29dd59cc66a0f140ca96d850948e09f6316f08b44b3fc68526c58bd620fed5d065b7e8528df3cd46d +DIST url-2.5.7.crate 87907 BLAKE2B 1c8fae906be2022bec520d0ba28399961fb60d2920f5495571255997063197127314f30b89dda2796eadb47b3c68c7228febc0b2f0aa102a577f3991f3e3d8af SHA512 bef3c8fa25242615f5749428cac1ad2ca895c7f194bb3df39020d6d7697c4fadafa11046378d44a72f46e39c5f657ecdef8760fd2a36cf25d82b1de75d190999 DIST utf16_iter-1.0.5.crate 9736 BLAKE2B edcd9776113d4d2b267a9cbd58cab11c5497ff1a8252c4e695de619fc8e5eee1595343c857651774b3670d13392144e9d7df579f2e226842aa7e4e023a76fb65 SHA512 44dcbc5a7db149392fdaa31862be240f78fc5d7616f54be32cfc8f3adbee310e8681ae1bbe6edaad8a7fe6e7759dbac8ae4f69d0dbdbe5350c21dccdbbe975fa DIST utf8_iter-1.0.4.crate 10437 BLAKE2B 1e7a8b9241ebbb62cb497542b970473780f735010a0af900771a43abceae4e7f362d21d4f79f7c00630e4549400875ea17574b2cbe4f5ea19e8ed428e3b5577d SHA512 a72671995b3eb295581c60dc632e4a25ba257227fb5d58a8bec322428b6d69529bba79a6f02b8e7ee6698b7779d9d6695f5badad73e07c254b00c9d6256c9090 DIST valuable-0.1.1.crate 28679 BLAKE2B 33a68f81cb0448fa737fd7416f2dc1f0e4f171851692e5f759bc375ca8ffbe6eb53912823a59da44228029d379729b669e8213f00928c9b1a182c5d26c0de8bb SHA512 d8a4bffdc8a166d1ee11b87dd91cd68e5c898916b14db7039ad2faaad34f4bfef76f3fc3d17d6e7bf05e495778f7c9d5223fbf45331bd114f93fb6ec950eadbf DIST version-compare-0.2.0.crate 13942 BLAKE2B 054f7d717ba953f4dbda226aa22332fb40622a776a6f53450831f027273e5a64bb8e87d42a9af1c64a6f035afa76565309c5a8810a20b8a5e51a7168a2e91dbc SHA512 b799c1713d4bf7af00f9c6d562d39c5e916f37350c2f3f57119277725b81c93246d0b1410d4ee981694bbbb731460b6512a813fdde1cf25949cd45fb3e70bd6f DIST walkdir-2.5.0.crate 23951 BLAKE2B a2d3a973f206e94699adec0263dd5e211347722cf3ab82536295019268b3125084da5dbcad818070bfdcb6a5de08da4eb483475bc225a829f58a1e3e040b5fba SHA512 da36a121dc6656942dc9cd9887fcf4f6eea7750354ef3f59c7c25d836e7afe06f33260b4d55d0d99421104ed4ce56ef2a1f0f4c3b713766fff90548c21793fad DIST wasi-0.13.3+wasi-0.2.2.crate 136754 BLAKE2B a17e2670caed033c1b2e2bd709a79c1dff5d0ff46b32e9d9b0faceac2b3350397e7bc6ce113a9275c400537121c9d853130b4bd546afbf0bcd248f4c69d8a708 SHA512 c0b0ce3c4d82ad7350e017fda565a69cf91186ebc41a1c5bc21a6e2fd2f0d8e7d90bcd60488074da6062ac1fa39c684ddd8ee1d8efd66e82eff36ddb16682abd +DIST wasi-0.14.5+wasi-0.2.4.crate 18092 BLAKE2B 35a0c59a3d86d9920d1449c1d18e5549ce980fd9a3eb16cf9a85ccc82f4484def252da68d693359396da048c961be3d08cf51de483139685682cb606c3234b5d SHA512 bf1a2c3a41e976087152cb477fc6d9e11cd0e06c5edaf8bb5307f4bbfb00e8534ec24a98cc8a5dd005d5209e3cbcc3f1bae2601ebe6440199195eebe38cc5a48 +DIST wasip2-1.0.0+wasi-0.2.4.crate 132019 BLAKE2B 114f73f280c173beb39c83be7c582146457b6b3e326fc7fb60760f4a28565ee8a48cc6ab5c0267a87b207c64ea1a9b50e5e0f3cac9f3874b862ae1afa6b0f2a9 SHA512 33cbb43977c76c40adca627871e52ddfca0f07d40ea8ab154968403f1fa3ccafbfc2bcb892e334ce80f083c1985c42c9144e38386868ead2f98952e33231f364 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.11.crate 13368 BLAKE2B 164f49c84952ece6e566a9a23f32ddf34e16f3930ff531f8d7527bcc18768c9a118cbee748ae6a753a172b4ce8d0f22108142382992b2918b442387ee5904545 SHA512 cc1511c004c2a81da4d7a0414973f09ab711033fbbadfd597f56df2cc6c99b3c1822f0b8de1952e78400a88462b9050acd85d2e4b36db72254049a2d6f725a01 DIST winapi-util-0.1.9.crate 12464 BLAKE2B 7fb9dd803fc2608c4e5bc75674472992d82da364f24c22072d5624d6ae6abc44abd3e3ea3c45a7558e045331f3d87572b306b4ab5de52c07ff3706e7f13c2a38 SHA512 c46b893f67ec6e36499b00736bb6b9421e0e2611e76784afa6da01d7ebd033df82f1be7cf8d871d541125d290983f98f26f759488ba9aface49efce8edd682e9 DIST winapi-x86_64-pc-windows-gnu-0.4.0.crate 2947998 BLAKE2B 2ad1ea8b5fa07d544e910ccba043ae925269b76b26c9da356305b34b86741dd8b9aff0b9ffe3d562db4fcd7d7c46a11ce9e3168b782b1d89ae6881742b7ede82 SHA512 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513 +DIST windows-link-0.1.3.crate 6154 BLAKE2B 28e87a3e32312ec3252945eebb11a6bee886de50f13ca2a2c45aa9c7b7c7f7e41cc2323519135e8dc96d433694aeedab7e4cfc9a46c96a2735831017ebcc356f SHA512 b1d6551fa7391b569771bcca3185ca40be6108b9881184aa4c54edccda2a4bf2b60b04248839b718d15b82d9c64a3de61d1b75245cfde5f166ed1f778def682a +DIST windows-sys-0.52.0.crate 2576877 BLAKE2B 69d6b560ccfc8f679e2678663ba606060d71fa28efa82c8aef8cceaa2c63b06f2052764d60163964f939649a26bbec6361ee4b094555e941fae92070db566980 SHA512 24ee0df246c2b456a4987a9124786a28acd358768cc7d1305bccd81bc5bb8822b81a03fb18d35174a520b911c6d9b685f81a34ab319fee13da3b985273584f03 DIST windows-sys-0.59.0.crate 2387323 BLAKE2B 3110c8cd2bc005f8c95cd038a8d574af648dc19788fe4485f977376f92e36b911b1a542d669a07ae9cd4ea72a884ab01ec78b8a2b5587456eb202452d1d8fa0d SHA512 d35e009e979633a1f3c8468cd038bd5c8c0381405165ce03497decd7d9edaaac485d704487e4a61d9aaf4e4d011b4248408912df6a0044d50e8457259867e061 +DIST windows-sys-0.60.2.crate 2518479 BLAKE2B c2e2f614066e5a9d7ec461d9d25bd441188797ad85e1e923baeb0193e82f5c138ae7fb4ad0255d483f60f7a94e3f5cd8373d01b7485c052c9498937bc40da992 SHA512 a48aa1b66479451e431032737b63dc62eac6f63c251534e258de75bbee4858829faf5e641756566f00e153b08548ba32beb437b5ea42e9531e3fcbd8eb25209d DIST windows-targets-0.52.6.crate 6403 BLAKE2B eb98d0a8daeed5fe76e7fa8edb2743e2a3e77dfb9c4ea68605a6ab10532cb7cfc43bc1cea0180869445bd940be762a40136500e26b84ca88b5e0c502004c7a4c SHA512 d6d2dbd96096c6c396dba141a9817e377c35877f3b2fe58b2553280c7cfcb1ed6ee75bd4d62c9b882662de67ddaf0c1049b91530d29c94dd709c230e08eb895f +DIST windows-targets-0.53.3.crate 7099 BLAKE2B f3fdeaa9fad436279d498bd83a8673b4fa2ba9a0a4e01b0543c68eebf18162de10c7d0bc8e3fc12aecd7ab80eb1c764eb8100285d3dc51672fba60c7537b3e75 SHA512 6990e60737249c02603ef6e2797b1d1ce73e0568d2ba06df477277747299a94217925f99dca1641ae1a9f1b0ab047b26588178a8861e90485302eaf1607bb024 DIST windows_aarch64_gnullvm-0.52.6.crate 435718 BLAKE2B 8b12ae02892cb69401329034bbca671d13bd268a112120b56b90504707cef89decfbd2560492844a9f0588fab62dc1476ab7e931126b939015d25a8cc91ca334 SHA512 f62b2d942bdb3a9353465b07d47b93de179bb706511aa497e4addd74cff95e689a9b633e7801ce786e73b5ae5f30b506b6faa199c5ab86eefdc1d94652df79c5 +DIST windows_aarch64_gnullvm-0.53.0.crate 782443 BLAKE2B 64a74d4f10a60cfbd6cc02dfbb41ca9709abf56f49f74a6dfb4f4686bdc3d847d27eb92553c553c4ccbd39dd4f967bad1cba3c42a33a0e86fd8500284f260cd0 SHA512 185d1a63f3c00a4acd1a14701fd12ebcd715d6e709d6e40e6423e832fda0336463a8746f8eb5e3f81c9fbf26ed0de2332c04bd4d057c57ff67dd43e6a07fa9ac DIST windows_aarch64_msvc-0.52.6.crate 832615 BLAKE2B adc8ff61b6dc96d39c92c7d4221ae6aa0575edfc016cfcd046067ca5d8fcfd56d10e8e227be1c038ce34684be22c7ccaf5f18cd5a7638d28fbff4ba15b48b90b SHA512 a3e21305ad0e6de38f5b5ed5d37ee5825b7521064163bcdf31d63341cd87983f54377865d2daf3bb480d2d0aa66d6f598fa09540ec1d71baea74569c86bd213b +DIST windows_aarch64_msvc-0.53.0.crate 834446 BLAKE2B cc3df33489a282fcce6d693dd14d4bd5a284279794fed9e717a37c9367e4b3b40c47981e70adbcf8b15cc9cc01aebb63cf90f4564bd4289c8ef8daf59fd6bb50 SHA512 32d56f60b2327e334552f7554e67adc042b3c8e79f6b69237d83fa28f768cbee232b1e783430dad1b437dbaf2d7e1f1ae5c53e2cacf3021b99498148ac964cb3 DIST windows_i686_gnu-0.52.6.crate 880402 BLAKE2B 5aab8ee07132eccb7695807eb44811beeb0657aadfb672c54e99b6ae39c067ba9b93e38fc69bb5b9b14a9759f263ccd5e301597d2727d83b31b49a409b6bd405 SHA512 a1f6b5dd23d17ec3567bc9d11a4be6f35e196eee21ca342e9b88dbaa6a5f7c46e439c834b77e724f32ac22c0d81573746b3b513a6c944a221b92b2c76fe98822 +DIST windows_i686_gnu-0.53.0.crate 936973 BLAKE2B c64b15193a5263e871e1919ecdb49fbf5a94b3e5b8d96c547a9212733f3bd07096511cd6f6b129dd3566bfc263c17e909daf04925916cb4f6789c797926ea793 SHA512 676ec6ed73672e418913078d8bae9b74679db02a3b5bee9cc72c62452fb70d87f7dd1e2b2a7e4e6058f4bc536c15075f929c38c7261d7f47872099a397fb5ca3 DIST windows_i686_gnullvm-0.52.6.crate 475940 BLAKE2B fec4fda8bb2bf319a501a22372fa642ae682e4dee3235b258a028190ee73220bfc55b3142f06249bb4579b17e5fde662bb2b121aefe18544653350d7d0fe7d8e SHA512 95f13af855d530acc0b856214478d4b11b8dbab3f8f79dd223d0b009790c0e46d096fc1773e0277997deb2d5b96c704f17f23c7df11411524629f75415dec99f +DIST windows_i686_gnullvm-0.53.0.crate 854056 BLAKE2B db81a346b516db01e7977137e11f79c0cf1df0763a5415b75c9f49972436c22ab77084f958b92a7cda3fa11bf2a764ee7bb6b2e6592889a895c278793a806ff6 SHA512 ec830a4c7b5d3be4948d788971f034c53e4bda7351ceb9aeb5a0af24868fe8c8383f96b1736de27832b113d2a679d5fa8764db2fe2db5942e25bccd036e96232 DIST windows_i686_msvc-0.52.6.crate 901163 BLAKE2B 99ed34e052db5ba77bab240ed5d38ce450be347a794d63ec39b719304c32722c9999b540ab40abe0216318900b7412970df99dfb36d1516a9517cae0c77d1bdc SHA512 ca97913ce202d73266cf55947b868bea7e964a4516b6a096a81aeab6a60ee73867171032ced35e3afccff741ddfb2def7468343b6eceb95253e4d4f349efbf96 +DIST windows_i686_msvc-0.53.0.crate 903450 BLAKE2B 0cb567d1b54ff979ad6549f1a17919510eecd62e028bc01ee3448ade18d08e684746023881f713e078ae5ca9d9e799cc4e6d15bea12f926463d291f46d6b3c85 SHA512 9f7f6df98e47895e0824dd70af7b6dd5017b65a6904f0b0c6cba8df59f8162489754c6437f87b281fc8c34da2557e21eb33c89ef505f1b3fbcf60f5152191342 DIST windows_x86_64_gnu-0.52.6.crate 836363 BLAKE2B e2335829155cdbd4a55cc9f9babc237e14e32aab97f6f91afabcdf80d2aee37d6fb4b8669aaf433ff532c85dba59b3d366c7d41b61a2f29b96f960169c900687 SHA512 c4086bb0280042f2bef9b556283b67f8a5cacddd209e1c5fabec63decec6d4fd2d6a7071407973981b98ae0c0cf7034fc612f9e70dc6d3eed9acdec771ae31cb +DIST windows_x86_64_gnu-0.53.0.crate 902585 BLAKE2B f376f4ed30c1f82f567713f2fa03dd5fe5f8e78ea876d4d29e4b3a0fc52400d64cd6b971e06fb4607e5da15d6c4aba6a7a83841e2f178ffec73e70996f1ce052 SHA512 9856a67c32c9969100ff4f730047f92ecdf8a19e003553b3d9cbfd847f376a20c72a1202071a36f3640afbb6ff45f95c83579ce4a45a2b64485c980fc06b65ab DIST windows_x86_64_gnullvm-0.52.6.crate 435707 BLAKE2B ab77dccd06328cdb00175f41cdbc120594050a9678b7f9820444391fb50aada3911a91ea00f3a6db2b4fa1820fd23bc9a007dfbe65ad41417c26ee1137ef9b96 SHA512 67681f5859e249c56b0183181811f6212cc7008d6471dad78aecc7ebe3d027686b19210b8aa9014c554410f69f913d21ce2aca928eea905eab779bea26464cbd +DIST windows_x86_64_gnullvm-0.53.0.crate 782434 BLAKE2B b82d7a41c771db81f2dbc6500616fec8f019f89cc0f3c43b45332ff8275dd0f7919cf0b6e0fd2d50aaa1cd7e381e7d20211414f619ca92b60a21fa2137c7f9b0 SHA512 bd3777209b4cee092134c21298859d5974b29b70fd0d2882ae704b58a34413022de944f6254d8948fc87b4dbe1044b08ddc6a82b9d1a48b33d33509454318e7f DIST windows_x86_64_msvc-0.52.6.crate 832564 BLAKE2B 8e9a3044654c6de99a9153e7cacd575474e7a8a3d883c67b02132af5d3fc99d03cd5f7a4dd666a3947451d11218e6acc6eb5e2526f012481106cc13453839719 SHA512 21944cd8e3a481b514509e73ae3f62722fe7ed380d37ea0c25f8fbdeba79174dd52ff65d898838da5df4197894b74e00f45d47489418e978753b4e55c7e623e7 +DIST windows_x86_64_msvc-0.53.0.crate 834400 BLAKE2B b5a06459571c6ac31fdb94d64f66f83ad71fa039ba04e07b62259ca66211662e703dc9afde205cb0489a2213a937ba1d8d6bc212262e8140a1629d2273d4bf43 SHA512 47265ca5d43c39c9470c9ff7caa8ad0962bf81cfedb207d3307895cc7e4885512a4895d3447906349e1261dbef531c0c3326cd82cecf6d645d42039997134707 +DIST winnow-0.7.13.crate 174454 BLAKE2B 037d07cc421502502b5fc99e2640e3d78b476229071ba44252da52e368f9a46607b6fd3b6e0c0be2f201beb7502850ae01ddf24e0fdb4f4585c05805bcbd19b2 SHA512 dd8b5fb359f894e17e4737d29ae9629125d2f9578abdbfd5214c333be8faa2860f5345e4383f207129ac4f0e6e419d681c59375ba8b78604e9230835d77867ab DIST winnow-0.7.3.crate 171602 BLAKE2B 0a738c4de042153646245e97361472188ec6c325b07d6a929cbd17e5f0e48dfb46e9c7a6750bea06b66b0b39d4d05e7d4a29003c5957fa05e8919a25376149ba SHA512 dada8441d8054af75cb38084211d4241142da85886ca10c9334a274006eeaef95ea6fbccf727f783f8dd066b84216d6811c92afe09e79c137279f9289d9c6d37 +DIST wit-bindgen-0.45.1.crate 60395 BLAKE2B 5ef9fb433d024a27aa7183d5e5cc0ae034ee99af66dd4c0b341a0f4880b5a348c8797be1e43d4927c6f646e723b4fda1b7215faf78ca4ca06517da66ff8b1f76 SHA512 b16d60c7643eb05024b58dc5ce5367e5321e5418b559a48ff346beb1874f7a996fa0b376e51ccc73eb5981a3a48fe76c047e2be0abf260a51880cd1c6b6cd8e5 DIST wit-bindgen-rt-0.33.0.crate 3357 BLAKE2B 7c5227e835eb405b681ba36a2472fb3330b9e44f8e9cef06ae5de326691d4e4535cfd09843241963572060f4ccb048aa088fb8692591f9253cd215f510969420 SHA512 fffae2da775fcb5066398aba5cd02119a07f5bb5ab2282c74f1665656de0278ba13352b8ccc6ff107677aec3ec5d401729158332f653e0a2e7b393d1aa018b8a DIST write16-1.0.0.crate 7218 BLAKE2B 548796314339463e4b71f8af3d344e45dc89480e103180b6d56c90fcb816ad1a37ab2ba20766c4b9754f2cc686752eb1f3a5a12ec1ed4369a9cef749ad4f3e97 SHA512 655a207b8082bb88e462f992ecb4833cef9d590da06d6356b41d109df2862b49ee5705189c78a607b549e7343035119d158020d58fcad49608e51659357a83c1 DIST writeable-0.5.5.crate 22354 BLAKE2B e4ff9862c070b413568ce0c75d1eccafcf1db8578eee4795ea9046dadd643f8a77258b437be288b93af247199d63455298ac2cff909226bc432f91c0aa863921 SHA512 818b2546c8ec25816aeaf5e31a1ded927d197bf7256e7c5073738c2709bc58a95d382a0256eb38a99235ae83729b578701261866d42ea3357a26024906e196c1 +DIST writeable-0.6.1.crate 24068 BLAKE2B c513c806d6abf7459db1a203c7b4aed4766e6f75cd82a40a874fac50cb50d03970d0500251551192164da14bd7d2341961fff78b7e01c88bab83007008c3e1b2 SHA512 686ca04702815096ac529ae6b9b80a30338f42eb5d414331992518c467c1827462673fcbbeb293818bbe570bd2723e9c60324522071c1b790c862fa6652c1385 +DIST x11-2.21.0.crate 67810 BLAKE2B 075a51fd5f20b700389625b7f582a1d946d810d08f559df6fc4a8214e9383817578079402394420a5591872c29fc7ba440b992b4ed792a3a4db836804f25cb3b SHA512 1586ba1c0e77e70075ccbb9f3b88ab5af862d7f76f7d8108d4fc95fa87cb316865b593ec62aae53ab7ea0b90541e2b2db8806ea1b3fe9306b98ff4ac69daf674 DIST xdg-home-1.3.0.crate 4000 BLAKE2B 0da36aadfa518f1ecb3fe9067eb4c014689af1f76c71c592184aa4c4fe457883faf1dad757344b375a92c484bcb3d7a408f8759c24b2e7738ef4997c870fdb85 SHA512 4d090f18ea4a37199d2c1760faca11e16ba9069086245543b3390c53e74a84145144a94863c7d8c3155a9d616732a3cd8caaa1a416c43dc4d107ce045727279d DIST xml-rs-0.8.25.crate 54947 BLAKE2B ed6d9a61ecb885cf10d57355fcf31ac39198acf645d97800442aafaf2b238fcabe5d0b9a3cdc69fda994d769dd2ddcdcb056284bacc4a173b6c49c9859c7b365 SHA512 78848c082e3c2f53d8f962ac98507a5908203069972bb3b02da558761d3b6646864d374d9e7e880f1067920c664c3c925d218ddd8028bbd55b26a61a11df8e1f +DIST xml-rs-0.8.27.crate 55258 BLAKE2B fbfc5f180487c61f76ba671bcde76dd96e71a251c5847ac5a99e18673f9c37d4b12e975a4ca863f31d7cbdcede4a3b8a78404ba0feddc4033ef39d77820dfdc0 SHA512 83ac2cccd7d6867e0af4afab053b162b0d736a54626a123ef737798d9b37f6f802b8273b35cf697df26a859e7ef513670f54c5d0bef5a095085bdb0c82f85f48 DIST yeslogic-fontconfig-sys-6.0.0.crate 6677 BLAKE2B 6f8cd2b5de9a397546641b6ce29530af6de5df78293d61f02b359ec4bbe4258ff76f396b4df984dd700f4a104d8b3a89d2ded47f0b0a16adb8b3ca89815da3ab SHA512 9cd38d8cd2a69d5a884a751664e07ac9f6e2e7caaa51f4933dd08c3e3eeb66f20d51574fa88b009a01ac750ffca03187de9e913f5eb4a65ad4baecd8190dd93d DIST yoke-0.7.5.crate 29673 BLAKE2B cd2e42103140e080a29bf579fe5176b36a192f9b1309c1f2fd7557fe93b2f6eadbf6fca4a6a3b1a7b6288403d2f643841dfc7a5b6a4476776943950abe5c1613 SHA512 6bbd99671d1a5a5217890eaa267113d193b3636b265393afb6e72a313f01704d462fe017264f061405e8e84c188b590094c29e3fcf19a63c375ae165d1a0bbef +DIST yoke-0.8.0.crate 28726 BLAKE2B 1013ebf0478242d9172179b53a638fcf7a167e554b40464ba67a4c4db17f75963703b2c9aba29f9368af7530f475ed79a43672bf6f0840b0d77fb0d2539f8c3d SHA512 6b6efbfd2bcb7e06fd6f9ae7bd213a54fedc7550273e2613fee3b8791bbe1038a7e7209142cc673d71fd57b7184cbb1209115ecd15c647db1a74f2966d593276 DIST yoke-derive-0.7.5.crate 7525 BLAKE2B 9b6b97eaf3c50f0f5ce8cebf685a1a17d4c21eb9b26d38eac99e0a4c0f9d592e95a7843b7a0b897945a14c4eb78ffdf2c0972b448d31d7bc7b077f27aad81d9a SHA512 e30b06b020aa283080905004295fb643c539b130d0d53bda51927b95e79ba562336aad30d8a6202d9a0c62d5b64559a01218c6f02f3faada6003d4b03c205cd6 +DIST yoke-derive-0.8.0.crate 7521 BLAKE2B 088fc7f5954704c453dbd2abd2a9a5a779552067aec8e51793cb6fb8144f0bee7a7b04d777bbd05c1c62f49c9c75c7f3df09b5497d35eb64c079bc04867e42f2 SHA512 38672da30ebb9657e2b5f3d509940ea80ee6cfbdad61b14b84ee8a7d96c1dc597eff7f3c75e5c375bcdcf8ef5bebe21f9f520844f448ca215a3be19763f578c3 +DIST zbus-5.11.0.crate 167028 BLAKE2B 5149e1d9fb81933a128ec984dccf05ce5d363d9cccb07565a4f6ee50160d3c5be56e3f7b7d8655751bc498206908a39f2460b9c8bee96a2d348157740febc518 SHA512 61aa2852ab39710d72a9f59e55869b95d40b3374208495e2c6013e8353fad7b153a49bbd8d46ac47fc6f9d8bbfdb97eaf46c89a3d56f89e24c81cae0992a1565 DIST zbus-5.5.0.crate 162421 BLAKE2B 6909a5e89a82a4cd674eed4d41317b993cc8ae5a072d08a2ffdf86c7b2a2de89183b1e0c599b9803f173dfcc82b7acda271a08697347acc35fce1a8506ca034e SHA512 5b9701f31c71ac0525779d6a2674322c288b4db95e49d73fca2ff90689b8f4b8b385c520bdf7f02e1ab3c94e723ffea36ec98c3dac1f4d626ffb2289424c66c9 +DIST zbus_macros-5.11.0.crate 37505 BLAKE2B 81bcdd54e2c4bd2c6c1126e179647ada0ab7a574758e2c7e934fb3d82a8b121e384c6d3825cc2dd474beeef0d8d070525dc23e8c9edbaefada40165b178300cc SHA512 31ee8f02184e1300acf1cc830de2251be3a7661b8d368817ddbde05527bab840f88303ccaa1c786411b920d287628e7fc5f96fce1be54ca2c4a4bfc799750e00 DIST zbus_macros-5.5.0.crate 36444 BLAKE2B bbb3d1f39af6816d00ad074eae0955ece42c91dca03d19fb683783968750fcc07dbee1b58044c12e876b303d24d7f3966f7333168afede610c743ef39f7da936 SHA512 19ff6b26d063b948f840290ef478ecadbf4e9580a5f7e93a7a697d053618675ca517f1840b14da1511a8db1e0308a45231769562144bcb92b51d9ce463c581bb DIST zbus_names-4.2.0.crate 17015 BLAKE2B 9aded72b9d3b14e8ded49d1b34bf87327b05bd7099ce5bb1974c173ac3b68ada041f3a9c202475c9ea7aa6d80f860772157b00ff17a6e024888814b196e90dae SHA512 b88179106fc12400339bd70fa34042b00e9664e657f3dcb11c762127005cb8b90d3b2366cf77631fc8d65f7530744b7aaa18f6f8ade17732167d83a158062849 DIST zerocopy-0.7.35.crate 152645 BLAKE2B 8f13123c9d9257ac5a5c6954d38c3510fa658624442f7e03cdcc6db5a0977d9f26bb4e277be172b7872ec365cf6e58ac742e5578636f7698f9f37093e9249d9a SHA512 17fcb31c029ae89c01e5bae5fb2bb46bd434120199a3dc2c7fe0012dbbcfe2a0bb38934c4a7d3a4920e3fe47c097403beee554fefa54b66cb390f8b1de638d3c DIST zerocopy-0.8.21.crate 238506 BLAKE2B 578eafcebf3cece93deabfc2ff74ae6a200618858df18d0ab106f88c7213e29b347c1c0b28e123d98a90f1fad07160046f00a11fb1c90066eefbae3519bb154a SHA512 8e6127038cf325681d6067f0657934cb82b0c9476ba453faf6d4b80ad2de62d91ec536c81909fdc0f2db8d366b2a4526663b23feb95c93e81ee187f1514699a2 +DIST zerocopy-0.8.27.crate 252663 BLAKE2B bef5142d18ae053a542d3a481e5ed3594ee73f9d89eb82224c115701e38245e87ba9cfddd15812fbae5c2486ad46c11481ee722a3c3832a2540a43f84f6dce7e SHA512 f3f8d298b3a56d0eb3061207d069f34302e1dfb61e6b3ab2a9c8d0656b5da807ebd70310ddf818fbb40547597183e09be77c07c4b665690af66f27a9cf96a1df DIST zerocopy-derive-0.7.35.crate 37829 BLAKE2B badeb7fa5e0bfe93a6788d93fd297604ed31de526b121549300ead3c49d450f49265f499e2e7ce606dcce2b59dd01f7fa817b8fbb3f237475185c5b42f5299c4 SHA512 dbe23573b62a6267d7bc8c744320b75b2fbda03b908c1d175211f7394374fe182bce58021e25485c10671d726b2007f250565dfe53134d51c89293bb607e9feb DIST zerocopy-derive-0.8.21.crate 83886 BLAKE2B dc98119b2122dd3d1c1c7465d9ca74880f2d5b17a992eabecb3a236370f235e8ea27bcb01877cfeb07b54452d368a4fa5c79d5713ed6404436fc6c1e9ca977bd SHA512 df30ce1d7baa9f08d8b36c48f8e70c7d1662a5bfe64114c46bdf59e3ee52d565fb853e0b6febe70f1e2e2adb7247b25d72d07ae3db699ca26b04546ca1076610 +DIST zerocopy-derive-0.8.27.crate 89827 BLAKE2B ace5abe8aca7cdc22ab66826e7e244b89d84adf495186eaa2714d6c521403e2fd84b56259eed6d2a6ad9800e164021dadfcdf4c80ad8a8b7eb0dd7fe799e9749 SHA512 9fd0b4f900e6ea7c92998b7297deafa84870e7e57d09225ae3910894358da9f405925fed88d2528f52caf5a1f6e32dd75bfa18ed3a7f9fee75bfa88c0f23e451 DIST zerofrom-0.1.6.crate 5669 BLAKE2B 1428e9cfdcdae13b39b7465524d1b8b79bdd89f743d3db4a3305c2b39d61ad7ced958dabd673a135147a04c8ace69d8c710dc06c6a07b1dd3987fc0a45148094 SHA512 e87c50b4f87caff70d026099bddcced73398c432f6aade32d74ad199cb3a985956bac282f48efdd501e64e80297afe4f8a4518db32437bf297fcf51a6f94bbd9 DIST zerofrom-derive-0.1.6.crate 8305 BLAKE2B 9ab7425b450bf8c47538be7ff32901045393bdd91b9687b8a32ac194b7272dbd4f5310629647c6710f97a50cea45c722c018a77006f24da2b44a4c475daa54cb SHA512 ef4226df3c9ca9c0146639b19d9aa611f2ea3148c10ea875f43ca1960ee8ed438a553b078a9b449a58862f44cb7d4434fa35bbd6db6f0a773618f63d2575c985 +DIST zerotrie-0.2.2.crate 74423 BLAKE2B ddbf7c1a1e45fd4b3c44bd7036e46070a2d9fbb338de719c2c775dfa96ed11d06e14232f05eec4b5c9ac500ed4e7abd8a483dcd06a6a60ba20e6b6b6fa7333ff SHA512 72b6e9633f100172b5e8ef25dce004ea1eb14e110b9189d91faf19f63f8a7714325c2847df559b7ade1f0b2c54369c63fb9745946c4976750a28853790328ee8 DIST zerovec-0.10.4.crate 126398 BLAKE2B b078784d6f178bbb9de1c3c1b6c7ef996f00bdd7dfd2924bda921e62f3e09e953fbf50f8d0da99ac6ff6d134f146253846f5663549dcf8df08eaf34b9d4016b3 SHA512 db12bba1d7476ddead92e6dfcdcc30e2e0defff4f263a740244eabee265a2cab265473a663d3dc3210f48e113b66d951da496dfab7965ce1bc792e5f2db422a0 +DIST zerovec-0.11.4.crate 125080 BLAKE2B 67957532912716a8fe7b5468effc8af700251acfedad13e4874229ce91a2450026a2a336b542cc1239f62a71da997e406c49f85f4f8c7019a9228997d8a31750 SHA512 461ac55146b32f323dff50f85044040096369361bd23e341d729467e99b5c825ec0add8fa940bf0c17cd4990fd7e629268891a711d5b49348167c0a9d6c03e31 DIST zerovec-derive-0.10.3.crate 19438 BLAKE2B 9f7df8a4e4a0b62ab25aed967b26509db4bcc5d5b10b3bd73305099a4c49a60be8921484ced1a34d9b7ae30ffa5abe789686f432416a8f1cfc07de1db1dff594 SHA512 caefbffeb35265db9f74933bf07109d57f0da48156cafd4f330af78a5c7eb9ab0831a80789ad4fb119875ebc6cfd7e3de68c9984b77dca5151f9be41f1ae6e09 +DIST zerovec-derive-0.11.1.crate 21294 BLAKE2B cb51fbd289868568f65ca7253059c1c2c94a8130a2a9879b2a0129faf5867e13ff675cfc9b359793629d955a1b39617c6fce9079398a54ae31670ec29eab6ef1 SHA512 5836035134bdf09a4a8cdd5a18f629696902704903c4b3579ddf1adfa49ab47a68287ecf2be165d631ba454daf150c043410359783bf1ce448e7ca46b8cb6039 DIST zvariant-5.4.0.crate 86448 BLAKE2B 3099a74ff1fc3c34499805f9d4566f16670015a28c308db9d958ac9fad6e166b1273d399859bd7c0637da8537bbf3833c4bceb67d29b882b299c63aaaaecdd04 SHA512 91d185ef690f95baf0a8a3cb7f71ec1d3cd9c7b76f733a91778e667b48df7c9d47f3e78348fe2e48bf09e35244c23dfd39bda787bb432c5b20b7ad187a9dbe97 +DIST zvariant-5.7.0.crate 90643 BLAKE2B c8e9300af4b8d3682c9a423ee245c621944da2b649dfb953560d1275ee5d603e57948c55347aa9565600e3ded0d7429e553056471ebf10f33cec8cdfe05100d7 SHA512 94ff074be5f2cafcff4a8601f0343b6c93b17e289481917ecebf3f2c004b5c2c455eed6f557171c72deb44dbb02f2a139926d80d111f689d54af6c22c36e5065 DIST zvariant_derive-5.4.0.crate 13411 BLAKE2B ef8f845dfaad01e9fdf5704d6d5b3695557c6c8104de607d11c6ccc4d7c833c908f0e5837dd766b3b15cbdcc82cc38f24153e9526918844ea18335a1ad7056c2 SHA512 31674492cc6469754ed9a00f30eb260eb9b0cd4cd177549c7c798c17d2d89c22dea9d0223f1ee2838abae1b3ad04f58eb8042a4d4d12372320dc7e197ea6e8f3 +DIST zvariant_derive-5.7.0.crate 14214 BLAKE2B 09458d1151cd1f4f46fdfec88511730d07ea53e58993e927d2844325d5cc6ffe5f4214dded71d15b6bf4912a3a1f5272be2c669370fbfe1878acd18e79515760 SHA512 060b2878ca713ceaa467d38923968ea590e504556f34f975ab1f845a3f458c246b3de0d218e391e2452e828641130bb656ad4c63351c483a33e54770ae185b4b DIST zvariant_utils-3.2.0.crate 14779 BLAKE2B 43dc001c72f67fef30077764670b790923f8a1e63b292dc684db9273ca9cf2120ebe9a2592a9dbaac096f9b740cedf1105ef3fd8934c767e55b05febf72347d2 SHA512 9176e3240078a3d240f81272cd6e04438048ee044dabd0233bce0ba9567e97655e2721332dcd43376b09c055c07080e12ffd2888355f003cc32c3bfddbc4c479 +DIST zvariant_utils-3.2.1.crate 14678 BLAKE2B 2805645ce661e26e37019718cddb09a22e089061fac15f4c3b073beb6f98d56a1d9167f4b05e582273ca650362af73b3b7b972eca3b512b0f270c4708d9db780 SHA512 fe24c744a60f774a4ca0d6d987fe38a6f1ac98d04b365928366200f03412415e81d9ea605689a413f0c42390b697e0742c85e8fd8b5c02105ec49da20f56fd76 diff --git a/media-gfx/loupe/loupe-49.2.ebuild b/media-gfx/loupe/loupe-49.2.ebuild new file mode 100644 index 000000000000..28005c90bec3 --- /dev/null +++ b/media-gfx/loupe/loupe-49.2.ebuild @@ -0,0 +1,357 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Autogenerated by pycargoebuild 0.13.5 + +EAPI=8 + +CRATES=" + adler2@2.0.1 + aho-corasick@1.1.3 + anyhow@1.0.99 + arc-swap@1.7.1 + ashpd@0.12.0 + async-broadcast@0.7.2 + async-channel@2.5.0 + async-executor@1.13.3 + async-fs@2.1.3 + async-global-executor@3.1.0 + async-io@2.5.0 + async-lock@3.4.1 + async-net@2.0.0 + async-process@2.4.0 + async-recursion@1.1.1 + async-signal@0.2.12 + async-task@4.7.1 + async-trait@0.1.89 + atomic-waker@1.1.2 + autocfg@1.5.0 + bitflags@2.9.4 + block@0.1.6 + blocking@1.6.2 + bytemuck@1.23.2 + byteorder@1.5.0 + cairo-rs@0.21.1 + cairo-sys-rs@0.21.1 + cc@1.2.36 + cfg-expr@0.20.2 + cfg-if@1.0.3 + cfg_aliases@0.2.1 + chrono@0.4.42 + concurrent-queue@2.5.0 + crc32fast@1.5.0 + crossbeam-deque@0.8.6 + crossbeam-epoch@0.9.18 + crossbeam-utils@0.8.21 + crunchy@0.2.4 + displaydoc@0.2.5 + dlib@0.5.2 + dunce@1.0.5 + either@1.15.0 + encoding_rs@0.8.35 + endi@1.1.0 + enumflags2@0.7.12 + enumflags2_derive@0.7.12 + env_filter@0.1.3 + env_logger@0.11.8 + equivalent@1.0.2 + errno@0.3.14 + event-listener-strategy@0.5.4 + event-listener@5.4.1 + fastrand@2.3.0 + field-offset@0.3.6 + find-msvc-tools@0.1.1 + flate2@1.1.2 + foreign-types-macros@0.2.3 + foreign-types-shared@0.3.1 + foreign-types@0.5.0 + form_urlencoded@1.2.2 + futures-channel@0.3.31 + futures-core@0.3.31 + futures-executor@0.3.31 + futures-io@0.3.31 + futures-lite@2.6.1 + futures-macro@0.3.31 + futures-task@0.3.31 + futures-timer@3.0.3 + futures-util@0.3.31 + gdk-pixbuf-sys@0.21.1 + gdk-pixbuf@0.21.1 + gdk4-sys@0.10.0 + gdk4-wayland-sys@0.10.0 + gdk4-wayland@0.10.0 + gdk4-x11-sys@0.10.0 + gdk4-x11@0.10.0 + gdk4@0.10.0 + getrandom@0.3.3 + gettext-rs@0.7.2 + gettext-sys@0.22.5 + gio-sys@0.21.1 + gio@0.21.1 + glib-macros@0.21.0 + glib-sys@0.21.1 + glib@0.21.1 + glycin-common@1.0.0 + glycin-utils@4.0.4 + glycin@3.0.4 + gobject-sys@0.21.1 + graphene-rs@0.21.1 + graphene-sys@0.21.1 + gsk4-sys@0.10.0 + gsk4@0.10.0 + gtk4-macros@0.10.0 + gtk4-sys@0.10.0 + gtk4@0.10.0 + gufo-common@1.0.1 + gufo-exif@0.3.1 + gufo-jpeg@0.3.0 + gufo-png@0.3.0 + gufo-tiff@0.3.0 + gufo-webp@0.3.0 + gufo-xmp@0.3.0 + gufo@0.3.0 + gvdb-macros@0.1.15 + gvdb@0.9.0 + gweather-sys@4.6.0 + half@2.6.0 + hashbrown@0.15.5 + heck@0.5.0 + hermit-abi@0.5.2 + hex@0.4.3 + icu_collections@2.0.0 + icu_locale_core@2.0.0 + icu_normalizer@2.0.0 + icu_normalizer_data@2.0.0 + icu_properties@2.0.1 + icu_properties_data@2.0.1 + icu_provider@2.0.0 + idna@1.1.0 + idna_adapter@1.2.1 + indexmap@2.11.1 + itoa@1.0.15 + jiff-static@0.2.15 + jiff@0.2.15 + jobserver@0.1.34 + lazy_static@1.5.0 + lcms2-sys@4.0.6 + lcms2@6.1.1 + libadwaita-sys@0.8.0 + libadwaita@0.8.0 + libc@0.2.175 + libgweather@4.6.0 + libloading@0.8.8 + libseccomp-sys@0.3.0 + libseccomp@0.4.0 + linux-raw-sys@0.11.0 + litemap@0.8.0 + litrs@0.5.1 + locale_config@0.3.0 + log@0.4.28 + malloc_buf@0.0.6 + matchers@0.2.0 + memchr@2.7.5 + memfd@0.6.5 + memmap2@0.9.8 + memoffset@0.9.1 + miniz_oxide@0.8.9 + nix@0.30.1 + nu-ansi-term@0.50.1 + num-traits@0.2.19 + objc-foundation@0.1.1 + objc@0.2.7 + objc_id@0.1.1 + once_cell@1.21.3 + ordered-stream@0.2.0 + pango-sys@0.21.1 + pango@0.21.1 + parking@2.2.1 + paste@1.0.15 + percent-encoding@2.3.2 + pin-project-lite@0.2.16 + pin-utils@0.1.0 + piper@0.2.4 + pkg-config@0.3.32 + polling@3.10.0 + portable-atomic-util@0.2.4 + portable-atomic@1.11.1 + potential_utf@0.1.3 + ppv-lite86@0.2.21 + proc-macro-crate@3.3.0 + proc-macro2@1.0.101 + quick-xml@0.38.3 + quote@1.0.40 + r-efi@5.3.0 + rand@0.9.2 + rand_chacha@0.9.0 + rand_core@0.9.3 + rayon-core@1.13.0 + rayon@1.11.0 + regex-automata@0.4.10 + regex-syntax@0.8.6 + regex@1.11.2 + rmp-serde@1.3.0 + rmp@0.8.14 + rustc_version@0.4.1 + rustix@1.1.2 + ryu@1.0.20 + same-file@1.0.6 + semver@1.0.26 + serde@1.0.219 + serde_derive@1.0.219 + serde_json@1.0.143 + serde_repr@0.1.20 + serde_spanned@0.6.9 + sharded-slab@0.1.7 + shlex@1.3.0 + signal-hook-registry@1.4.6 + slab@0.4.11 + smallvec@1.15.1 + stable_deref_trait@1.2.0 + static_assertions@1.1.0 + strum@0.27.2 + strum_macros@0.27.2 + syn@2.0.106 + synstructure@0.13.2 + system-deps@7.0.5 + target-lexicon@0.13.2 + temp-dir@0.1.16 + tempfile@3.22.0 + thiserror-impl@2.0.16 + thiserror@2.0.16 + thread_local@1.1.9 + tinystr@0.8.1 + toml@0.8.23 + toml_datetime@0.6.11 + toml_edit@0.22.27 + tracing-attributes@0.1.30 + tracing-core@0.1.34 + tracing-log@0.2.0 + tracing-subscriber@0.3.20 + tracing@0.1.41 + uds_windows@1.1.0 + unicode-ident@1.0.19 + url@2.5.7 + utf8_iter@1.0.4 + valuable@0.1.1 + version-compare@0.2.0 + walkdir@2.5.0 + wasi@0.14.5+wasi-0.2.4 + wasip2@1.0.0+wasi-0.2.4 + winapi-i686-pc-windows-gnu@0.4.0 + winapi-util@0.1.11 + winapi-x86_64-pc-windows-gnu@0.4.0 + winapi@0.3.9 + windows-link@0.1.3 + windows-sys@0.52.0 + windows-sys@0.60.2 + windows-targets@0.52.6 + windows-targets@0.53.3 + windows_aarch64_gnullvm@0.52.6 + windows_aarch64_gnullvm@0.53.0 + windows_aarch64_msvc@0.52.6 + windows_aarch64_msvc@0.53.0 + windows_i686_gnu@0.52.6 + windows_i686_gnu@0.53.0 + windows_i686_gnullvm@0.52.6 + windows_i686_gnullvm@0.53.0 + windows_i686_msvc@0.52.6 + windows_i686_msvc@0.53.0 + windows_x86_64_gnu@0.52.6 + windows_x86_64_gnu@0.53.0 + windows_x86_64_gnullvm@0.52.6 + windows_x86_64_gnullvm@0.53.0 + windows_x86_64_msvc@0.52.6 + windows_x86_64_msvc@0.53.0 + winnow@0.7.13 + wit-bindgen@0.45.1 + writeable@0.6.1 + x11@2.21.0 + xml-rs@0.8.27 + yeslogic-fontconfig-sys@6.0.0 + yoke-derive@0.8.0 + yoke@0.8.0 + zbus@5.11.0 + zbus_macros@5.11.0 + zbus_names@4.2.0 + zerocopy-derive@0.8.27 + zerocopy@0.8.27 + zerofrom-derive@0.1.6 + zerofrom@0.1.6 + zerotrie@0.2.2 + zerovec-derive@0.11.1 + zerovec@0.11.4 + zvariant@5.7.0 + zvariant_derive@5.7.0 + zvariant_utils@3.2.1 +" + +RUST_MIN_VER="1.85" + +inherit cargo gnome.org gnome2 meson xdg + +DESCRIPTION="View images" +HOMEPAGE="https://apps.gnome.org/Loupe" + +# SRC_URI for loupe is set by gnome.org eclass. +SRC_URI+=" ${CARGO_CRATE_URIS}" + +LICENSE="GPL-3+" +# Dependent crate licenses +LICENSE+=" + Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD ISC MIT Unicode-3.0 + || ( LGPL-2.1+ MPL-2.0 ) +" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="X heif gif jpeg jpegxl svg tiff wayland" + +BDEPEND=" + dev-util/itstool + virtual/pkgconfig +" +# sys-crates in pycargoebuild order +DEPEND=" + x11-libs/cairo[X?] + >x11-libs/gdk-pixbuf-2.42.10-r1[gif?,jpeg?,tiff?] + dev-libs/glib:2 + sys-devel/gettext + media-libs/graphene + x11-libs/pango[X?] + media-libs/fontconfig +" +# meson.build file +DEPEND+=" + >=gui-libs/gtk-4.16.0:4[X?,wayland?] + >=gui-libs/libadwaita-1.7.0:1 + >=dev-libs/libgweather-4.0.0:4= + >=media-libs/lcms-2.12.0:2[jpeg?,tiff?] + >=sys-libs/libseccomp-2.5.0 +" +RDEPEND="${DEPEND} + media-libs/glycin-loaders:2=[heif?,jpegxl?,svg?] +" + +QA_FLAGS_IGNORED="usr/bin/loupe" + +src_configure() { + local emesonargs=( + $(meson_feature X x11) + ) + meson_src_configure + ln -s "${CARGO_HOME}" "${BUILD_DIR}/cargo-home" || die +} + +pkg_preinst() { + xdg_pkg_preinst +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +} diff --git a/media-libs/libcamera/libcamera-0.6.0-r1.ebuild b/media-libs/libcamera/libcamera-0.6.0-r1.ebuild index 9fdd02c02f83..cffd006ad2b7 100644 --- a/media-libs/libcamera/libcamera-0.6.0-r1.ebuild +++ b/media-libs/libcamera/libcamera-0.6.0-r1.ebuild @@ -17,7 +17,7 @@ LICENSE="Apache-2.0 CC0-1.0 BSD BSD-2 CC-BY-4.0 CC-BY-SA-4.0 GPL-2+ GPL-2 LGPL-2 # libcamera uses the major and minor version components as the soname. # See: https://gitlab.freedesktop.org/camera/libcamera/-/blob/v0.6.0/meson.build?ref_type=tags#L59 SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" IUSE="drm elfutils gstreamer gui jpeg openssl sdl test tiff tools trace +udev unwind v4l" RESTRICT=" !test? ( test ) diff --git a/media-libs/tiff/Manifest b/media-libs/tiff/Manifest index 0149c6961634..14cbb3f221f0 100644 --- a/media-libs/tiff/Manifest +++ b/media-libs/tiff/Manifest @@ -4,3 +4,5 @@ DIST tiff-4.6.0.tar.xz 2124388 BLAKE2B 3b508b02b0a536c5bc8e67fe4c1b09ae9c8302527 DIST tiff-4.6.0.tar.xz.sig 310 BLAKE2B 9f159a5839dd41bda34eceeed6e451455fbcfec5d51ebb097038e3977a391a751e91a9f683375593f45af0f9c8f0dbe55a0cc437fe4512537b30d513adfdb2c0 SHA512 da87b4294e17d49cf60e81ec5285f503291532423330552e41dddfb672c0636e95b8a80d603c3095abbee469cb7dce63c2df0c22b751a3bf8541550f97f78b49 DIST tiff-4.7.0.tar.xz 2286220 BLAKE2B a5df7f3ae71821a13ff5a31db012191dd1b022b1c87fe81f90fd4b4a1349b7aa15d7b336d5fa8ac9e84edcfac5fe46214d9ea54790cb037438c6a5334980c11e SHA512 4234bc3d1a4de38587e21eb7d5785d6e11bc5f73c3d412dd44b9f7bcc42122d940ad017450a949dce5c3b270018829593202bff815a02d23268d9b9723266fe0 DIST tiff-4.7.0.tar.xz.sig 310 BLAKE2B d0959eda87e6a7e5a9048474ac6ade89e1f1ff65337d2e0c6c16090d84f1f16881a8ac960df3c768de219ff68f02c3818c2e8f54d289ba8e7ee6167c23993a2e SHA512 ab4e1b415b4e1a23d3c7873b9c5a69f40c40fadb20a91db3e4400eeae596011ad01ccd9ec270befd14263716b938242dbb9bd3c8998ea37cf87870eb0217268a +DIST tiff-4.7.1.tar.xz 2358600 BLAKE2B 07de35ac364c345ce86a8952c0e348afd1355c412b467e854f9e56b7294294149a3e8b3652723c40494175f6e51a5b909b5291d0c6cac3d80f3d821125d1ee79 SHA512 8add634dcf47edfb9afb75565e88e2ef10d7771fc00795c6d772a4ad2329a37ce9b91d26369e23929aba1097d23ccc02efa401ecc70a9f76e1d6a06b62a6dfad +DIST tiff-4.7.1.tar.xz.sig 310 BLAKE2B 72adeca12d09cc535ab00a4dc0f476789fc375d26af2a0df5a00381f67616da7a0efc1d5bf6d42c678e6c462279a1e880ed0bac6bf4b31bb7a6c828879d318d9 SHA512 6921309cba6c7e0ef82861ec7c7730b542541ae0eaca79f1ce0e4036c03a27154d78e5e6558926a2c0278170d362bbbe10ec29ec5d4d904a8b2974ac06a6f26b diff --git a/media-libs/tiff/tiff-4.7.1.ebuild b/media-libs/tiff/tiff-4.7.1.ebuild new file mode 100644 index 000000000000..6a499d8cf437 --- /dev/null +++ b/media-libs/tiff/tiff-4.7.1.ebuild @@ -0,0 +1,92 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# Release signer can vary per version but not clear if others will be doing +# them in future, so gone with Even Rouault for now as he does other geosci +# stuff too like PROJ, GDAL. Previous release manager of TIFF was +# GraphicsMagick maintainer Bob Friesenhahn. Please be careful when verifying +# who made releases. +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/evenrouault.asc +inherit libtool multilib-minimal verify-sig flag-o-matic + +MY_P="${P/_rc/rc}" +DESCRIPTION="Tag Image File Format (TIFF) library" +HOMEPAGE="http://libtiff.maptools.org" +SRC_URI="https://download.osgeo.org/libtiff/${MY_P}.tar.xz" +SRC_URI+=" verify-sig? ( https://download.osgeo.org/libtiff/${MY_P}.tar.xz.sig )" +S="${WORKDIR}/${PN}-$(ver_cut 1-3)" + +LICENSE="libtiff" +SLOT="0/6" +if [[ ${PV} != *_rc* ]] ; then + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris" +fi +IUSE="+cxx jbig jpeg lerc libdeflate lzma opengl static-libs test webp zlib zstd" +RESTRICT="!test? ( test )" + +# lerc?( zlib ): bug #953883 +# test? ( jpeg ): bug #483132 +REQUIRED_USE=" + lerc? ( zlib ) + libdeflate? ( zlib ) + test? ( jpeg ) +" + +RDEPEND=" + jbig? ( >=media-libs/jbigkit-2.1:=[${MULTILIB_USEDEP}] ) + jpeg? ( media-libs/libjpeg-turbo:=[${MULTILIB_USEDEP}] ) + lerc? ( media-libs/lerc:=[${MULTILIB_USEDEP}] ) + libdeflate? ( app-arch/libdeflate[${MULTILIB_USEDEP}] ) + lzma? ( >=app-arch/xz-utils-5.0.5-r1[${MULTILIB_USEDEP}] ) + opengl? ( media-libs/freeglut virtual/opengl ) + webp? ( media-libs/libwebp:=[${MULTILIB_USEDEP}] ) + zlib? ( >=virtual/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}] ) + zstd? ( >=app-arch/zstd-1.3.7-r1:=[${MULTILIB_USEDEP}] ) +" +DEPEND="${RDEPEND}" +BDEPEND="verify-sig? ( >=sec-keys/openpgp-keys-evenrouault-20250913 )" + +MULTILIB_WRAPPED_HEADERS=( + /usr/include/tiffconf.h +) + +src_prepare() { + default + + # Added to fix cross-compilation + elibtoolize +} + +multilib_src_configure() { + append-lfs-flags + + local myeconfargs=( + --disable-sphinx + --with-docdir="${EPREFIX}"/usr/share/doc/${PF} + $(use_enable cxx) + $(use_enable jbig) + $(use_enable jpeg) + $(multilib_native_use_enable opengl) + $(use_enable lerc) + $(use_enable libdeflate) + $(use_enable lzma) + $(use_enable static-libs static) + $(use_enable test tests) + $(use_enable webp) + $(use_enable zlib) + $(use_enable zstd) + + $(multilib_native_enable docs) + $(multilib_native_enable contrib) + $(multilib_native_enable tools) + ) + + ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" +} + +multilib_src_install_all() { + find "${ED}" -type f -name '*.la' -delete || die + rm "${ED}"/usr/share/doc/${PF}/{README*,RELEASE-DATE,TODO,VERSION} || die +} diff --git a/media-sound/musescore/Manifest b/media-sound/musescore/Manifest index 55952e9ba15f..953455d6f5b4 100644 --- a/media-sound/musescore/Manifest +++ b/media-sound/musescore/Manifest @@ -1,4 +1,2 @@ DIST MuseScore_General-0.2.0.tar.bz2 35122747 BLAKE2B 7f9cafb7912ab8c977842c51df69506d4ad3d1d37498c856978a2d5ab50a1c4fe9145a4807f8c353e6f14138704abb2bbd70c948f1621b494c6e0458c2df0184 SHA512 69eeb22e8c9d1d393a2af857baeb8e49bf2a492651d18190685c74df84a5f6b424e37077e39d9d69c117c4896ea1fbb857eba25a1fbcb6f98d53f384a55713cc -DIST musescore-4.6.3.tar.gz 159635093 BLAKE2B 8d15cd4182ea4be2d58f5a4b03d099608148bf43afc1057eb97f0003ad3acd1796aef16ee6fa44fac39343a05bf7b1236d22918119f69d40be2b5f19609d52a9 SHA512 bd8f427154613f00d5a84a949b05351ce5fa8e9ce2f37410c97762d5dd29643c2e6c5bd763a40a99f927aa61d84a3572734189f2650daae5eb3a6a51717be923 -DIST musescore-4.6.4.tar.gz 159888545 BLAKE2B f7f728558edaf7b439ff6b33922b579ea5ab73f74fd459a1a55fb8f10832cc962196213f387617b8fc92e91ea40da2b0c0bd0e53f759e08dd6010a6a22c9863b SHA512 4a1c691cad8d27f53a2e50045f7fa4a77111093b5a3a9682dd339966fc38050f1879d86d1f663e888542495538c9ad7191f09991b412c2c04b4c079b67e5fa9b DIST musescore-4.6.5.tar.gz 159873358 BLAKE2B 736b625f7d5a96bee589221ccc8063e3591040e4152156103884d354a9b9f428099c0840564bb89d630627e55c9ef58eb48dd4c942cc4864fa6b0b89faeaf9bb SHA512 fdecdf641b61d17f8039e3f8a1f60b3b17ddf7dc8ceb46365dfb9c447f140a3731850356580b8bcab8d305dee3662c701c7ad0110424c452d881789fe3a72e24 diff --git a/media-sound/musescore/files/musescore-4.6.3-fix_noqtdebug.patch b/media-sound/musescore/files/musescore-4.6.3-fix_noqtdebug.patch deleted file mode 100644 index 72d500692f56..000000000000 --- a/media-sound/musescore/files/musescore-4.6.3-fix_noqtdebug.patch +++ /dev/null @@ -1,15 +0,0 @@ -See https://bugs.gentoo.org/966628 -PR merged https://github.com/musescore/MuseScore/pull/30422.patch ---- a/src/importexport/midi/internal/midiimport/importmidi_tuplet.cpp -+++ b/src/importexport/midi/internal/midiimport/importmidi_tuplet.cpp -@@ -895,9 +895,9 @@ void addTupletEvents(std::multimap<ReducedFraction, TupletData>& tupletEvents, - message += QString::number(tiedTuplet.voice) + ", chord voice = "; - message += QString::number(midiChord.voice) + ", bar number (from 1) = "; - message += QString::number(midiChord.barIndex + 1); --#endif - Q_ASSERT_X(tiedTuplet.voice == midiChord.voice, - "MidiTuplet::addTupletEvents", message.toLatin1().data()); -+#endif - - for (int j: tiedTuplet.tiedNoteIndexes) { - midiChord.notes[j].tuplet = it; diff --git a/media-sound/musescore/files/musescore-4.6.3-fix_qt610.patch b/media-sound/musescore/files/musescore-4.6.3-fix_qt610.patch deleted file mode 100644 index 8975340ff2fb..000000000000 --- a/media-sound/musescore/files/musescore-4.6.3-fix_qt610.patch +++ /dev/null @@ -1,36 +0,0 @@ -backport patch to fix building with qt-6.10 -https://github.com/musescore/MuseScore/pull/30691.patch ---- a/src/framework/dockwindow/thirdparty/KDDockWidgets/CMakeLists.txt -+++ b/src/framework/dockwindow/thirdparty/KDDockWidgets/CMakeLists.txt -@@ -139,6 +139,7 @@ set(${PROJECT_NAME}_DEPS "widgets") - if(${PROJECT_NAME}_QTQUICK) - find_package(Qt${Qt_VERSION_MAJOR}Quick) - find_package(Qt${Qt_VERSION_MAJOR}QuickControls2) -+ find_package(Qt${Qt_VERSION_MAJOR} REQUIRED COMPONENTS GuiPrivate) - add_definitions(-DKDDOCKWIDGETS_QTQUICK) - set(${PROJECT_NAME}_DEPS "${${PROJECT_NAME}_DEPS} quick quickcontrols2") - else() ---- a/src/framework/accessibility/CMakeLists.txt -+++ b/src/framework/accessibility/CMakeLists.txt -@@ -48,7 +48,8 @@ set(MODULE_SRC - - if (OS_IS_LIN) - # it needed to send a spontaneous event by activating navigation -- set(MODULE_INCLUDE_PRIVATE ${Qt6Core_PRIVATE_INCLUDE_DIRS}) -+ find_package(Qt6 REQUIRED COMPONENTS CorePrivate) -+ set(MODULE_LINK ${MODULE_LINK} Qt6::CorePrivate) - endif() - - ---- a/src/appshell/CMakeLists.txt -+++ b/src/appshell/CMakeLists.txt -@@ -132,7 +132,8 @@ if (NOT OS_IS_MAC) - ) - - # we use QKeyMapper to fix https://github.com/musescore/MuseScore/issues/10181 -- set(MODULE_INCLUDE_PRIVATE ${Qt6Gui_PRIVATE_INCLUDE_DIRS} ) -+ find_package(Qt6 REQUIRED COMPONENTS GuiPrivate) -+ set(MODULE_LINK ${MODULE_LINK} Qt6::GuiPrivate) - endif(NOT OS_IS_MAC) - - if (QT_SUPPORT) diff --git a/media-sound/musescore/musescore-4.6.3.ebuild b/media-sound/musescore/musescore-4.6.3.ebuild deleted file mode 100644 index 16415cb4b41f..000000000000 --- a/media-sound/musescore/musescore-4.6.3.ebuild +++ /dev/null @@ -1,181 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# https://bugs.gentoo.org/958256, bundled fluidsynth: -# src/framework/audio/thirdparty/fluidsynth/fluidsynth-2.3.3/src/gentables/CMakeLists.txt -# upstream files are >=3.16, KDDockWidgets is 3.12 -CMAKE_QA_COMPAT_SKIP=yes -CHECKREQS_DISK_BUILD=3500M -inherit cmake flag-o-matic xdg check-reqs - -if [[ ${PV} == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/musescore/MuseScore.git" -else - SRC_URI=" - https://github.com/musescore/MuseScore/archive/v${PV}.tar.gz -> ${P}.tar.gz - " - KEYWORDS="amd64 ~arm64 ~x86" - S="${WORKDIR}/MuseScore-${PV}" -fi - -DESCRIPTION="WYSIWYG Music Score Typesetter" -HOMEPAGE="https://musescore.org/" -# MuseScore_General-*.tar.bz2 packaged from https://ftp.osuosl.org/pub/musescore/soundfont/MuseScore_General/ -# It has to be repackaged because the files are not versioned, current version can be found in VERSION file there. -SRC_URI+=" https://dev.gentoo.org/~fordfrog/distfiles/MuseScore_General-0.2.0.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -IUSE="jack pipewire test video websockets" -REQUIRED_USE="?? ( jack pipewire )" -RESTRICT="!test? ( test )" - -BDEPEND=" - dev-qt/qttools:6[linguist] - virtual/pkgconfig -" -RDEPEND=" - dev-libs/pugixml - dev-qt/qtbase:6[concurrent,dbus,gui,network,opengl,widgets,xml,X] - dev-qt/qt5compat:6[qml] - dev-qt/qtdeclarative:6 - dev-qt/qtnetworkauth:6 - dev-qt/qtscxml:6 - dev-qt/qtsvg:6 - media-libs/alsa-lib - media-libs/flac:= - media-libs/freetype - media-libs/harfbuzz:= - media-libs/libopusenc - media-libs/libsndfile - media-libs/opus - media-sound/lame - virtual/zlib:= - jack? ( virtual/jack ) - pipewire? ( media-video/pipewire:= ) - video? ( media-video/ffmpeg:= ) - websockets? ( dev-qt/qtwebsockets:6 ) -" -DEPEND="${RDEPEND} - dev-libs/utfcpp - test? ( dev-cpp/gtest ) -" - -PATCHES=( - # backported from master - "${FILESDIR}/${PN}-4.5.2-ffmpeg8.patch" - "${FILESDIR}/${PN}-4.6.3-rm_tinyxml.patch" - "${FILESDIR}/${PN}-4.6.3-missing_includes.patch" - "${FILESDIR}/${PN}-4.6.3-fix_qt610.patch" - "${FILESDIR}/${PN}-4.6.3-fix_noqtdebug.patch" - # unbundle 3rd libs - "${FILESDIR}/${PN}-4.6.3-unbundle-lame.patch" - "${FILESDIR}/${PN}-4.6.3-unbundle-pugixml.patch" - "${FILESDIR}/${PN}-4.7-unbundle-gtest.patch" - "${FILESDIR}/${PN}-4.7-unbundle-utfcpp.patch" -) - -src_unpack() { - if [[ ${PV} == "9999" ]]; then - git-r3_src_unpack - unpack ${A} - else - default - fi -} - -src_prepare() { - # see https://github.com/musescore/MuseScore/issues/11572 - # keep global/thirdparty/picojson, upstream is inactive - # keep dockwindow/thirdparty/KDDockWidgets, using priv headers - # keep audio/thirdparty/fluidsynth, using priv headers - # keep audio/thirdparty/stb, one file, same as miniaudio - local rm_deps=( - audio/thirdparty/flac - audio/thirdparty/lame - audio/thirdparty/opus - audio/thirdparty/opusenc - draw/thirdparty/freetype - global/thirdparty/pugixml - global/thirdparty/tinyxml - global/thirdparty/utfcpp - testing/thirdparty/googletest - ) - - local bundle - for bundle in "${rm_deps[@]}"; do - rm -r src/framework/"${bundle}" || die - done - - cmake_src_prepare - - # Move soundfonts to the correct directory - mv -v "${WORKDIR}"/sound/* "${S}"/share/sound/ || die "Failed to move soundfont files" -} - -src_configure() { - # confuses rcc, bug #908808 - filter-lto - - local mycmakeargs=( - -DCMAKE_POSITION_INDEPENDENT_CODE=ON # https://github.com/musescore/MuseScore/issues/28797 - -DCMAKE_BUILD_TYPE="release" - -DCMAKE_CXX_FLAGS_RELEASE="${CXXFLAGS}" - -DCMAKE_C_FLAGS_RELEASE="${CFLAGS}" - -DCMAKE_SKIP_RPATH=TRUE - -DGZIP_EXECUTABLE=OFF # avoid compressed manpages - -DMUE_BUILD_IMPEXP_VIDEOEXPORT_MODULE="$(usex video)" - -DMUE_COMPILE_USE_SYSTEM_FLAC=ON - -DMUE_COMPILE_USE_SYSTEM_FREETYPE=ON - -DMUE_COMPILE_USE_SYSTEM_OPUS=ON - -DMUE_COMPILE_USE_SYSTEM_OPUSENC=ON - -DMUE_COMPILE_USE_SYSTEM_HARFBUZZ=ON - -DMUE_DOWNLOAD_SOUNDFONT=OFF - -DMUSE_APP_BUILD_MODE="release" - -DMUSE_COMPILE_USE_COMPILER_CACHE=OFF - -DMUSE_COMPILE_USE_PCH=OFF - -DMUSE_MODULE_AUDIO_JACK="$(usex jack)" - -DMUSE_MODULE_DIAGNOSTICS_CRASHPAD_CLIENT=OFF - -DMUSE_MODULE_NETWORK_WEBSOCKET="$(usex websockets)" - -DMUSE_MODULE_UPDATE=OFF - -DMUSE_PIPEWIRE_AUDIO_DRIVER="$(usex pipewire)" - # tests - -DMUSE_ENABLE_UNIT_TESTS="$(usex test)" - -DMUE_BUILD_BRAILLE_TESTS="$(usex test)" - -DMUE_BUILD_CONVERTER_TESTS="$(usex test)" - -DMUE_BUILD_ENGRAVING_TESTS="$(usex test)" - -DMUE_BUILD_IMPORTEXPORT_TESTS="$(usex test)" - -DMUE_BUILD_NOTATION_TESTS="$(usex test)" - -DMUE_BUILD_PLAYBACK_TESTS="$(usex test)" - -DMUE_BUILD_PROJECT_TESTS="$(usex test)" - ) - cmake_src_configure -} - -src_test() { - CMAKE_SKIP_TESTS=( - # see https://github.com/musescore/MuseScore/issues/30434 - # Global_AllocatorTests* fail with gcc only, to investigate - muse_global_tests - # segfault - muse_audio_tests - # see bug #950450 too - iex_musicxml_tests - # fixed in master - converter_tests - ) - - QT_QPA_PLATFORM=offscreen cmake_src_test -} - -pkg_postinst() { - xdg_pkg_postinst - - if has_version "media-sound/musescore" || ! use pipewire; then - ewarn "PipeWire support is disabled but it's the default audio driver anyway!" - ewarn "Check your configuration." - fi -} diff --git a/media-sound/musescore/musescore-4.6.4.ebuild b/media-sound/musescore/musescore-4.6.4.ebuild deleted file mode 100644 index 641d2f6280fe..000000000000 --- a/media-sound/musescore/musescore-4.6.4.ebuild +++ /dev/null @@ -1,188 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# https://bugs.gentoo.org/958256, bundled fluidsynth: -# src/framework/audio/thirdparty/fluidsynth/fluidsynth-2.3.3/src/gentables/CMakeLists.txt -# upstream files are >=3.16, KDDockWidgets is 3.12 -CMAKE_QA_COMPAT_SKIP=yes -CHECKREQS_DISK_BUILD=3500M -inherit cmake flag-o-matic xdg check-reqs - -if [[ ${PV} == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/musescore/MuseScore.git" -else - SRC_URI=" - https://github.com/musescore/MuseScore/archive/v${PV}.tar.gz -> ${P}.tar.gz - " - KEYWORDS="~amd64 ~arm64 ~x86" - S="${WORKDIR}/MuseScore-${PV}" -fi - -DESCRIPTION="WYSIWYG Music Score Typesetter" -HOMEPAGE="https://musescore.org/" -# MuseScore_General-*.tar.bz2 packaged from https://ftp.osuosl.org/pub/musescore/soundfont/MuseScore_General/ -# It has to be repackaged because the files are not versioned, current version can be found in VERSION file there. -SRC_URI+=" https://dev.gentoo.org/~fordfrog/distfiles/MuseScore_General-0.2.0.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -IUSE="jack pipewire test video websockets" -REQUIRED_USE="?? ( jack pipewire )" -RESTRICT="!test? ( test )" - -BDEPEND=" - dev-qt/qttools:6[linguist] - virtual/pkgconfig -" -RDEPEND=" - dev-libs/pugixml - dev-qt/qtbase:6[concurrent,dbus,gui,network,opengl,widgets,xml,X] - dev-qt/qt5compat:6[qml] - dev-qt/qtdeclarative:6 - dev-qt/qtnetworkauth:6 - dev-qt/qtscxml:6 - dev-qt/qtsvg:6 - media-libs/alsa-lib - media-libs/flac:= - media-libs/freetype - media-libs/harfbuzz:= - media-libs/libopusenc - media-libs/libsndfile - media-libs/opus - media-sound/lame - virtual/zlib:= - jack? ( virtual/jack ) - pipewire? ( media-video/pipewire:= ) - video? ( media-video/ffmpeg:= ) - websockets? ( dev-qt/qtwebsockets:6 ) -" -DEPEND="${RDEPEND} - dev-libs/utfcpp - test? ( dev-cpp/gtest ) -" - -PATCHES=( - # backported from master - "${FILESDIR}/${PN}-4.5.2-ffmpeg8.patch" - "${FILESDIR}/${PN}-4.6.3-rm_tinyxml.patch" - "${FILESDIR}/${PN}-4.6.3-missing_includes.patch" - "${FILESDIR}/${PN}-4.6.4-missing_includes.patch" - # unbundle 3rd libs - "${FILESDIR}/${PN}-4.6.3-unbundle-lame.patch" - "${FILESDIR}/${PN}-4.6.3-unbundle-pugixml.patch" - "${FILESDIR}/${PN}-4.7-unbundle-gtest.patch" - "${FILESDIR}/${PN}-4.7-unbundle-utfcpp.patch" -) - -src_unpack() { - if [[ ${PV} == "9999" ]]; then - git-r3_src_unpack - unpack ${A} - else - default - fi -} - -src_prepare() { - # see https://github.com/musescore/MuseScore/issues/11572 - # keep global/thirdparty/picojson, upstream is inactive - # keep dockwindow/thirdparty/KDDockWidgets, using priv headers - # keep audio/thirdparty/fluidsynth, using priv headers - # keep audio/thirdparty/stb, one file, same as miniaudio - local rm_deps=( - audio/thirdparty/flac - audio/thirdparty/lame - audio/thirdparty/opus - audio/thirdparty/opusenc - draw/thirdparty/freetype - global/thirdparty/pugixml - global/thirdparty/tinyxml - global/thirdparty/utfcpp - testing/thirdparty/googletest - ) - - local bundle - for bundle in "${rm_deps[@]}"; do - rm -r src/framework/"${bundle}" || die - done - - cmake_src_prepare - - # Move soundfonts to the correct directory - mv -v "${WORKDIR}"/sound/* "${S}"/share/sound/ || die "Failed to move soundfont files" -} - -src_configure() { - # confuses rcc, bug #908808 - filter-lto - - local mycmakeargs=( - -DCMAKE_POSITION_INDEPENDENT_CODE=ON # https://github.com/musescore/MuseScore/issues/28797 - -DCMAKE_BUILD_TYPE="release" - -DCMAKE_CXX_FLAGS_RELEASE="${CXXFLAGS}" - -DCMAKE_C_FLAGS_RELEASE="${CFLAGS}" - -DCMAKE_SKIP_RPATH=TRUE - -DGZIP_EXECUTABLE=OFF # avoid compressed manpages - -DMUE_BUILD_IMPEXP_VIDEOEXPORT_MODULE="$(usex video)" - -DMUE_COMPILE_USE_SYSTEM_FLAC=ON - -DMUE_COMPILE_USE_SYSTEM_FREETYPE=ON - -DMUE_COMPILE_USE_SYSTEM_OPUS=ON - -DMUE_COMPILE_USE_SYSTEM_OPUSENC=ON - -DMUE_COMPILE_USE_SYSTEM_HARFBUZZ=ON - -DMUE_DOWNLOAD_SOUNDFONT=OFF - -DMUSE_APP_BUILD_MODE="release" - -DMUSE_COMPILE_USE_COMPILER_CACHE=OFF - -DMUSE_COMPILE_USE_PCH=OFF - -DMUSE_MODULE_AUDIO_JACK="$(usex jack)" - -DMUSE_MODULE_DIAGNOSTICS_CRASHPAD_CLIENT=OFF - -DMUSE_MODULE_NETWORK_WEBSOCKET="$(usex websockets)" - -DMUSE_MODULE_UPDATE=OFF - -DMUSE_PIPEWIRE_AUDIO_DRIVER="$(usex pipewire)" - # tests - -DMUSE_ENABLE_UNIT_TESTS="$(usex test)" - -DMUE_BUILD_BRAILLE_TESTS="$(usex test)" - -DMUE_BUILD_CONVERTER_TESTS="$(usex test)" - -DMUE_BUILD_ENGRAVING_TESTS="$(usex test)" - -DMUE_BUILD_IMPORTEXPORT_TESTS="$(usex test)" - -DMUE_BUILD_NOTATION_TESTS="$(usex test)" - -DMUE_BUILD_PLAYBACK_TESTS="$(usex test)" - -DMUE_BUILD_PROJECT_TESTS="$(usex test)" - ) - cmake_src_configure -} - -src_test() { - CMAKE_SKIP_TESTS=( - # see https://github.com/musescore/MuseScore/issues/30434 - # Global_AllocatorTests* fail with gcc only, to investigate - muse_global_tests - # segfault - muse_audio_tests - # see bug #950450 too - iex_musicxml_tests - # fixed in master - converter_tests - ) - - QT_QPA_PLATFORM=offscreen cmake_src_test -} - -pkg_preinst() { - xdg_pkg_preinst - - if ! has_version "media-sound/musescore" && ! use pipewire; then - show_pipewire_warning=1 - fi -} - -pkg_postinst() { - xdg_pkg_postinst - - if [[ -n ${show_pipewire_warning} ]]; then - ewarn "PipeWire support is disabled but it's the default audio driver anyway!" - ewarn "Check your configuration." - fi -} diff --git a/media-sound/musescore/musescore-4.6.5.ebuild b/media-sound/musescore/musescore-4.6.5.ebuild index 641d2f6280fe..eb7eef09cd47 100644 --- a/media-sound/musescore/musescore-4.6.5.ebuild +++ b/media-sound/musescore/musescore-4.6.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ else SRC_URI=" https://github.com/musescore/MuseScore/archive/v${PV}.tar.gz -> ${P}.tar.gz " - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 ~x86" S="${WORKDIR}/MuseScore-${PV}" fi diff --git a/media-sound/redoflacs/Manifest b/media-sound/redoflacs/Manifest index ca96474fc404..8afc770fde75 100644 --- a/media-sound/redoflacs/Manifest +++ b/media-sound/redoflacs/Manifest @@ -1 +1,2 @@ DIST redoflacs-0.30.tar.gz 40711 BLAKE2B afa4ddd4892b006092df769be753a6861dc75564021432ef255aef5046e870173c31a76c756362b7c530611432531dab2199155824457623c1ad805b8c51dc57 SHA512 bdd706909f4609668da1dd80635c486821616310d8de1caac1d4dbce17d8eb76ae04657f7f77fe22a05aabcb0b12d34e2e2c0812d16e973af132ab8a420afc4a +DIST redoflacs-1.1.0.tar.gz 32907 BLAKE2B 13b75ffcff62b9a2e138535ad1381eebe6f853f829bf5659a0df3f134be8faeb9c7bf04de70ae81e3c52c16ffa9b890172271b750ffbdff51c3f06a23af1402d SHA512 d5f508d38b25a62a571fed662e5f77eecddc1044d27595d2b0fd5fd6cdd7ba34c2fad603714b0acaeb6b6eddf998b86c9776a77d14e6a7e29180a230512a3307 diff --git a/media-sound/redoflacs/redoflacs-1.1.0.ebuild b/media-sound/redoflacs/redoflacs-1.1.0.ebuild new file mode 100644 index 000000000000..04a26047bfc7 --- /dev/null +++ b/media-sound/redoflacs/redoflacs-1.1.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit optfeature + +DESCRIPTION="Bash commandline flac compressor, verifier, organizer, analyzer, retagger" +HOMEPAGE="https://github.com/sirjaren/redoflacs" +SRC_URI="https://github.com/sirjaren/redoflacs/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=app-shells/bash-4 + media-libs/flac + sys-apps/coreutils +" + +# use precompiled redoflacs.1 +src_compile() { :; } + +src_install() { + dobin redoflacs + dodoc README.md + doman redoflacs.1 +} + +pkg_postinst() { + elog "Run 'redoflacs -o' to generate a new config-file (non-destructive) to take advantage of any new features." + optfeature "creating spectrograms" media-sound/sox[png] + optfeature "determining authenticity of FLAC files (CDDA)" media-sound/aucdtect +} diff --git a/media-sound/rosegarden/Manifest b/media-sound/rosegarden/Manifest index 36f4e6707e79..0d67416a0c52 100644 --- a/media-sound/rosegarden/Manifest +++ b/media-sound/rosegarden/Manifest @@ -1,3 +1 @@ -DIST rosegarden-24.12.1.tar.xz 5738756 BLAKE2B 5202a511c53bae267c347ff9197acfe4283987bbad3764393a0335bd7dad775a2042430d3f8226e24436ce15c03204312ce6dc123938f2cec33960c3eeba707d SHA512 f732951162e816a2dde4805e519c9b99598edb543fbe01f819248454c23eb70293a74e92ad11a51ecdd4990bca1f111242f838b2e3259ca09cb4f9bf955b9b6a -DIST rosegarden-25.06.tar.xz 5780672 BLAKE2B 69f309337b4c0795d41c5afe97bf5129422bda7186484d52501512d8e3abb25b60e6811839ae4819c18c6d8af4a8587b7380f8e8919c3de64123241c9f5aa872 SHA512 4ce306c939e26f265e48a9ae90df32869b4530927dba9d1f7d017e089f7ff81a912d283dc80aa58f2ed3eacd4f05565d0a3663ece7795ed7c16b3a6753f04daf DIST rosegarden-25.12.tar.xz 5831852 BLAKE2B f34b2d2f588b0bc788feeb4692ca687d986ea700c83344eeed8997c5fe2baf1c3c26e7b2e2db50a76bcbce851049e75189c1ef6dddf97374bd54e5ebff01e786 SHA512 a16c62cab42d6168e4481c379ff02bb3cce4ef8b312aa7744eac5b5c77936f7e6c075629fd5e6706d9226dec9830aeddf7e78126d3ee394d3363e32bde455d71 diff --git a/media-sound/rosegarden/files/rosegarden-25.06-missing-includes.patch b/media-sound/rosegarden/files/rosegarden-25.06-missing-includes.patch deleted file mode 100644 index d258156bce13..000000000000 --- a/media-sound/rosegarden/files/rosegarden-25.06-missing-includes.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/src/base/Pitch.h -+++ b/src/base/Pitch.h -@@ -24,6 +24,8 @@ - - #include <string> - -+#include <QObject> -+ - - namespace Rosegarden - { ---- a/src/gui/editors/matrix/MatrixTool.h -+++ b/src/gui/editors/matrix/MatrixTool.h -@@ -23,6 +23,8 @@ - #include "gui/general/ActionFileClient.h" - #include "gui/general/AutoScroller.h" // For FollowMode - -+#include <QKeyEvent> -+ - class QAction; - - namespace Rosegarden diff --git a/media-sound/rosegarden/rosegarden-24.12.1.ebuild b/media-sound/rosegarden/rosegarden-24.12.1.ebuild deleted file mode 100644 index 0753bc8e29f3..000000000000 --- a/media-sound/rosegarden/rosegarden-24.12.1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake xdg virtualx - -DESCRIPTION="MIDI and audio sequencer and notation editor" -HOMEPAGE="https://www.rosegardenmusic.com/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="lirc" - -BDEPEND=" - dev-qt/qttools:6[linguist] - virtual/pkgconfig -" -RDEPEND=" - dev-qt/qtbase:6[gui,network,widgets,xml] - media-libs/alsa-lib:= - >=media-libs/dssi-1.0.0:= - media-libs/ladspa-sdk:= - media-libs/liblo:= - media-libs/liblrdf:= - media-libs/libsamplerate:= - media-libs/libsndfile:= - sci-libs/fftw:3.0 - virtual/zlib:= - virtual/jack - x11-libs/libSM:= - lirc? ( app-misc/lirc:= ) -" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}/${PN}-24.06-includes.patch" - "${FILESDIR}/${PN}-24.12-parameter-declaration.patch" - "${FILESDIR}/${PN}-24.12-missing-includes.patch" -) - -src_prepare() { - cmake_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DDISABLE_LIRC=$(usex !lirc) - -DUSE_QT6=ON - ) - cmake_src_configure -} - -src_test() { - # bug 701682, tries to open network socket and fails. - local myctestargs=( - -E "(test_notationview_selection)" - ) - virtx cmake_src_test -} diff --git a/media-sound/rosegarden/rosegarden-25.06-r1.ebuild b/media-sound/rosegarden/rosegarden-25.06-r1.ebuild deleted file mode 100644 index 6134f21f3e92..000000000000 --- a/media-sound/rosegarden/rosegarden-25.06-r1.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake xdg virtualx - -DESCRIPTION="MIDI and audio sequencer and notation editor" -HOMEPAGE="https://www.rosegardenmusic.com/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="lirc" -RESTRICT="test" # there is a linking problem when tests are enabled: https://bugs.gentoo.org/957534 - -BDEPEND=" - dev-qt/qttools:6[linguist] - virtual/pkgconfig -" -RDEPEND=" - dev-qt/qtbase:6[gui,network,widgets,xml] - media-libs/alsa-lib:= - >=media-libs/dssi-1.0.0:= - media-libs/ladspa-sdk:= - media-libs/liblo:= - media-libs/liblrdf:= - media-libs/libsamplerate:= - media-libs/libsndfile:= - sci-libs/fftw:3.0 - virtual/zlib:= - virtual/jack - x11-libs/libSM:= - lirc? ( app-misc/lirc:= ) -" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}/${PN}-24.06-includes.patch" - "${FILESDIR}/${PN}-24.12-parameter-declaration.patch" - "${FILESDIR}/${PN}-24.12-missing-includes.patch" - "${FILESDIR}/${PN}-25.06-missing-includes.patch" -) - -src_prepare() { - cmake_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DBUILD_TESTING=$(usex test) - # Avoid automagic gtk+:2 and runtime crash (bug #957755) - -DCMAKE_DISABLE_FIND_PACKAGE_GTK2=ON - -DDISABLE_LIRC=$(usex !lirc) - -DUSE_QT6=ON - ) - cmake_src_configure -} - -src_test() { - # bug 701682, tries to open network socket and fails. - local myctestargs=( - -E "(test_notationview_selection)" - ) - virtx cmake_src_test -} diff --git a/media-sound/rosegarden/rosegarden-25.12.ebuild b/media-sound/rosegarden/rosegarden-25.12.ebuild index be6eba351dce..2f003d0f25ab 100644 --- a/media-sound/rosegarden/rosegarden-25.12.ebuild +++ b/media-sound/rosegarden/rosegarden-25.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/project/rosegarden/${PN}/${PV}/${P}.t LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="lirc lv2 test" RESTRICT="!test? ( test )" diff --git a/media-tv/mythtv/Manifest b/media-tv/mythtv/Manifest index b4588cfbf198..4979bdcce2b3 100644 --- a/media-tv/mythtv/Manifest +++ b/media-tv/mythtv/Manifest @@ -1 +1 @@ -DIST mythtv-35.0_p20250723.tar.gz 120241715 BLAKE2B 92fc026c1e7e467c0a67a59f758978b7a67321d4b006881734b4e409081cadfae3efd6c51bf00fa6e0f15b456acb6c146e8b8e2f45b9817998876fe9dfcd6945 SHA512 80186f767fe54132171ddfdb2ab6fc4268f2519dfc80af43a07b7e61206b7c3d4a66ae344f47eca33a6bd74d143e2ea6755a83d5f971770122544701aa9fee5a +DIST mythtv-35.0_p20251230.tar.gz 120232749 BLAKE2B 91bfabc427d87cb66c0208936aad2298639635106cd3f67b4416cd8b1de6000a051fca463e17be13cd4ea5b1a347f0ed0d68ec27bc80dafdb199ed0f2924a786 SHA512 c14d5c7c19e773c74a1a623a788fff080bc8416e5b73694f6777ea2047c874f34278f66466f4a1d2d803e552a750498a066da778cc0e6cd48379b3edf50b15df diff --git a/media-tv/mythtv/mythtv-35.0_p20250723.ebuild b/media-tv/mythtv/mythtv-35.0_p20251230.ebuild index b385ddd4ff82..e1bcfab0baf6 100644 --- a/media-tv/mythtv/mythtv-35.0_p20250723.ebuild +++ b/media-tv/mythtv/mythtv-35.0_p20251230.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ DESCRIPTION="Open Source DVR and media center hub" HOMEPAGE="https://www.mythtv.org https://github.com/MythTV/mythtv" if [[ ${PV} == *_p* ]] ; then # https://github.com/MythTV/mythtv/tree/fixes/35 - MY_COMMIT="0a868b015e7346a9156a389acbbe395ec2e1aa24" + MY_COMMIT="805e05b76a9ab760169f901fd1149276fa17ccfb" SRC_URI="https://github.com/MythTV/mythtv/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" # mythtv and mythplugins are separate builds in the github MythTV project S="${WORKDIR}/mythtv-${MY_COMMIT}/mythtv" @@ -130,7 +130,9 @@ BDEPEND=" dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/mysqlclient[${PYTHON_USEDEP}] + dev-python/pip[${PYTHON_USEDEP}] dev-python/requests-cache[${PYTHON_USEDEP}] + dev-python/wheel[${PYTHON_USEDEP}] ') ) " @@ -146,7 +148,20 @@ python_check_deps() { python_has_version "dev-python/python-dateutil[${PYTHON_USEDEP}]" && python_has_version "dev-python/lxml[${PYTHON_USEDEP}]" && python_has_version "dev-python/mysqlclient[${PYTHON_USEDEP}]" && - python_has_version "dev-python/requests-cache[${PYTHON_USEDEP}]" + python_has_version "dev-python/requests-cache[${PYTHON_USEDEP}]" && + python_has_version "dev-python/pip[${PYTHON_USEDEP}]" && + python_has_version "dev-python/wheel[${PYTHON_USEDEP}]" +} + +pkg_pretend() { + if use autostart; then + local HOME_MYTHTV=$(egethome mythtv) + if [[ ! -z "${HOME_MYTHTV}" && ! -d "${HOME_MYTHTV}" ]] ; then + eerror "Home path '${HOME_MYTHTV}' for user 'mythtv' exists" \ + "but is not a directory" + die + fi + fi } pkg_setup() { @@ -162,6 +177,8 @@ src_prepare() { } src_configure() { + use elibc_musl && append-flags -D_LARGEFILE64_SOURCE # 924347 + local -a myconf=() # Setup paths diff --git a/metadata/md5-cache/app-accessibility/brltty-6.7 b/metadata/md5-cache/app-accessibility/brltty-6.7 index ef069ff1a5a0..fec670ecc703 100644 --- a/metadata/md5-cache/app-accessibility/brltty-6.7 +++ b/metadata/md5-cache/app-accessibility/brltty-6.7 @@ -12,5 +12,5 @@ RDEPEND=acct-group/brltty acct-user/brltty dev-libs/libpcre2[pcre32] bluetooth? REQUIRED_USE=doc? ( api ) java? ( api ) ocaml? ( api ) python? ( api || ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) ) tcl? ( api ) SLOT=0 SRC_URI=https://brltty.app/archive/brltty-6.7.tar.xz -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 findlib 49d5365fca4dea46f13825b9d763c89e gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 findlib 49d5365fca4dea46f13825b9d763c89e gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=1c7054979182aee06d7a9c8fa0db4c3e diff --git a/metadata/md5-cache/app-accessibility/brltty-6.8 b/metadata/md5-cache/app-accessibility/brltty-6.8 index a6e330a82fa3..3e7194299c18 100644 --- a/metadata/md5-cache/app-accessibility/brltty-6.8 +++ b/metadata/md5-cache/app-accessibility/brltty-6.8 @@ -12,5 +12,5 @@ RDEPEND=acct-group/brltty acct-user/brltty bluetooth? ( net-wireless/bluez:= sys REQUIRED_USE=emacs? ( api ) java? ( api ) lua? ( api ^^ ( lua_single_target_luajit lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) ocaml? ( api ) policykit? ( api ) python? ( api || ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) ) tcl? ( api ) SLOT=0 SRC_URI=https://brltty.app/archive/brltty-6.8.tar.xz -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 elisp-common ce20c7e2fc0c52b58ddabcd536b7310b findlib 49d5365fca4dea46f13825b9d763c89e gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 linux-info efd923656513c879204fec6638eadee5 lua-single 75fe955a36b18e199213c8739eaebdbb lua-utils 7c89927eda6f21c4c48136247077ab37 multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 elisp-common ce20c7e2fc0c52b58ddabcd536b7310b findlib 49d5365fca4dea46f13825b9d763c89e gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 linux-info efd923656513c879204fec6638eadee5 lua-single 75fe955a36b18e199213c8739eaebdbb lua-utils 7c89927eda6f21c4c48136247077ab37 multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f _md5_=03e0a86041b80b0a57c3080b99dbce33 diff --git a/metadata/md5-cache/app-accessibility/freetts-1.2.2-r3 b/metadata/md5-cache/app-accessibility/freetts-1.2.2-r3 index f9d211a24158..d1b7d58fb8b4 100644 --- a/metadata/md5-cache/app-accessibility/freetts-1.2.2-r3 +++ b/metadata/md5-cache/app-accessibility/freetts-1.2.2-r3 @@ -12,5 +12,5 @@ RDEPEND=virtual/jre:1.8 mbrola? ( >=app-accessibility/mbrola-3.0.1h-r6 ) >=dev-j RESTRICT=test SLOT=0 SRC_URI=https://downloads.sourceforge.net/project/freetts/FreeTTS/FreeTTS%201.2.2/freetts-1.2.2-src.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=976995cf4c34bfc92ee19f2ffc15a43f diff --git a/metadata/md5-cache/app-admin/logstash-bin-7.17.25 b/metadata/md5-cache/app-admin/logstash-bin-7.17.25 index fc10e0b1e1e1..bb0a984b85e6 100644 --- a/metadata/md5-cache/app-admin/logstash-bin-7.17.25 +++ b/metadata/md5-cache/app-admin/logstash-bin-7.17.25 @@ -11,5 +11,5 @@ RDEPEND=acct-group/logstash acct-user/logstash virtual/jre >=dev-java/java-confi RESTRICT=strip SLOT=0 SRC_URI=x-pack? ( https://artifacts.elastic.co/downloads/logstash/logstash-7.17.25-linux-x86_64.tar.gz ) !x-pack? ( https://artifacts.elastic.co/downloads/logstash/logstash-oss-7.17.25-linux-x86_64.tar.gz ) -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=d20b5f2cba87e940d3fc7a8755e0a92f diff --git a/metadata/md5-cache/app-admin/openrc-settingsd-1.4.0-r1 b/metadata/md5-cache/app-admin/openrc-settingsd-1.4.0-r1 index 3ec4afdfcf8f..6c5438bedb4d 100644 --- a/metadata/md5-cache/app-admin/openrc-settingsd-1.4.0-r1 +++ b/metadata/md5-cache/app-admin/openrc-settingsd-1.4.0-r1 @@ -3,13 +3,13 @@ DEFINED_PHASES=compile configure install postinst test DEPEND=>=dev-libs/glib-2.30:2 sys-apps/dbus sys-auth/polkit dev-libs/libdaemon:0= sys-apps/openrc DESCRIPTION=System settings D-Bus service for OpenRC EAPI=8 -HOMEPAGE=https://gitlab.com/postmarketOS/openrc-settingsd/ +HOMEPAGE=https://gitlab.postmarketos.org/postmarketOS/openrc-settingsd INHERIT=meson IUSE=systemd KEYWORDS=~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 LICENSE=GPL-2+ RDEPEND=>=dev-libs/glib-2.30:2 sys-apps/dbus sys-auth/polkit dev-libs/libdaemon:0= sys-apps/openrc systemd? ( >=sys-apps/systemd-197 ) elibc_glibc? ( !systemd? ( sys-auth/nss-myhostname !sys-apps/systemd ) ) SLOT=0 -SRC_URI=https://gitlab.com/postmarketOS/openrc-settingsd/-/archive/v1.4.0/openrc-settingsd-v1.4.0.tar.bz2 +SRC_URI=https://gitlab.postmarketos.org/postmarketOS/openrc-settingsd/-/archive/v1.4.0/openrc-settingsd-v1.4.0.tar.bz2 _eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 meson ee14b47f310c323b82e6655787cd65ed multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 67000e6952ab66809b3422022b873639 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 -_md5_=ca1ae07b3e9b4eb7fff969fbcaf6de4a +_md5_=66ffa0ad8bb1966494bddefbcb2ad6da diff --git a/metadata/md5-cache/app-admin/openrc-settingsd-1.5.0 b/metadata/md5-cache/app-admin/openrc-settingsd-1.5.0 new file mode 100644 index 000000000000..2264c418c95f --- /dev/null +++ b/metadata/md5-cache/app-admin/openrc-settingsd-1.5.0 @@ -0,0 +1,15 @@ +BDEPEND=dev-util/gdbus-codegen virtual/pkgconfig >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array +DEFINED_PHASES=compile configure install postinst test +DEPEND=>=dev-libs/glib-2.30:2 sys-auth/polkit dev-libs/libdaemon:0= systemd? ( >=sys-apps/systemd-197 ) +DESCRIPTION=System settings D-Bus service for OpenRC +EAPI=8 +HOMEPAGE=https://gitlab.postmarketos.org/postmarketOS/openrc-settingsd +INHERIT=meson +IUSE=systemd +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2+ +RDEPEND=>=dev-libs/glib-2.30:2 sys-auth/polkit dev-libs/libdaemon:0= sys-apps/dbus sys-apps/openrc elibc_glibc? ( !systemd? ( sys-auth/nss-myhostname !sys-apps/systemd ) ) +SLOT=0 +SRC_URI=https://gitlab.postmarketos.org/postmarketOS/openrc-settingsd/-/archive/v1.5.0/openrc-settingsd-v1.5.0.tar.bz2 +_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 meson ee14b47f310c323b82e6655787cd65ed multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 67000e6952ab66809b3422022b873639 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_md5_=df7dd3c478aeb7385a25e0e91f56394d diff --git a/metadata/md5-cache/app-admin/pass-1.7.4-r4 b/metadata/md5-cache/app-admin/pass-1.7.4-r4 index 179f1b4a608f..5c1dffee72f2 100644 --- a/metadata/md5-cache/app-admin/pass-1.7.4-r4 +++ b/metadata/md5-cache/app-admin/pass-1.7.4-r4 @@ -6,8 +6,8 @@ INHERIT=bash-completion-r1 elisp-common IUSE=+git wayland X emacs dmenu importers KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~arm64-macos ~x64-macos LICENSE=GPL-2+ -RDEPEND=app-crypt/gnupg media-gfx/qrencode[png(+)] >=app-text/tree-1.7.0 git? ( dev-vcs/git ) wayland? ( gui-apps/wl-clipboard ) X? ( x11-misc/xclip ) elibc_Darwin? ( app-misc/getopt ) dmenu? ( x11-misc/dmenu x11-misc/xdotool ) emacs? ( >=app-editors/emacs-23.1:* >=app-emacs/s-1.9.0 >=app-emacs/with-editor-2.5.11 ) +RDEPEND=app-crypt/gnupg media-gfx/qrencode[png(+)] >=app-text/tree-1.7.0 git? ( dev-vcs/git ) wayland? ( gui-apps/wl-clipboard ) X? ( x11-misc/xclip ) elibc_Darwin? ( app-misc/getopt ) dmenu? ( x11-misc/dmenu x11-misc/xdotool ) emacs? ( >=app-editors/emacs-25.1:* >=app-emacs/s-1.9.0 >=app-emacs/with-editor-2.5.11 ) SLOT=0 SRC_URI=https://git.zx2c4.com/password-store/snapshot/password-store-1.7.4.tar.xz _eclasses_=bash-completion-r1 767861f3744f589ee5291c1698b1c082 elisp-common ce20c7e2fc0c52b58ddabcd536b7310b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 -_md5_=2ada1362d7202cbceae84e0a45c8740e +_md5_=b549968f642ecddc701f5e05c8637c23 diff --git a/metadata/md5-cache/app-admin/pass-9999 b/metadata/md5-cache/app-admin/pass-9999 index 36786bd3bf75..391f7139d518 100644 --- a/metadata/md5-cache/app-admin/pass-9999 +++ b/metadata/md5-cache/app-admin/pass-9999 @@ -7,7 +7,7 @@ INHERIT=bash-completion-r1 elisp-common git-r3 IUSE=+git wayland X emacs dmenu importers LICENSE=GPL-2+ PROPERTIES=live -RDEPEND=app-crypt/gnupg media-gfx/qrencode[png(+)] >=app-text/tree-1.7.0 git? ( dev-vcs/git ) wayland? ( gui-apps/wl-clipboard ) X? ( x11-misc/xclip ) elibc_Darwin? ( app-misc/getopt ) dmenu? ( x11-misc/dmenu x11-misc/xdotool ) emacs? ( >=app-editors/emacs-23.1:* >=app-emacs/with-editor-2.5.11 ) +RDEPEND=app-crypt/gnupg media-gfx/qrencode[png(+)] >=app-text/tree-1.7.0 git? ( dev-vcs/git ) wayland? ( gui-apps/wl-clipboard ) X? ( x11-misc/xclip ) elibc_Darwin? ( app-misc/getopt ) dmenu? ( x11-misc/dmenu x11-misc/xdotool ) emacs? ( >=app-editors/emacs-26.1:* >=app-emacs/with-editor-2.5.11 ) SLOT=0 _eclasses_=bash-completion-r1 767861f3744f589ee5291c1698b1c082 elisp-common ce20c7e2fc0c52b58ddabcd536b7310b git-r3 875eb471682d3e1f18da124be97dcc81 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 -_md5_=8dcf5a69cfe32a14c92982bb57f453e8 +_md5_=3a35b325dd3463b441b14e86be2ac7bb diff --git a/metadata/md5-cache/app-admin/webapp-config-1.56 b/metadata/md5-cache/app-admin/webapp-config-1.56 new file mode 100644 index 000000000000..bc7e43a2f841 --- /dev/null +++ b/metadata/md5-cache/app-admin/webapp-config-1.56 @@ -0,0 +1,16 @@ +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 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] +DEFINED_PHASES=compile configure install postinst prepare test +DEPEND=app-text/xmlto sys-apps/gentoo-functions +DESCRIPTION=Gentoo's installer for web-based applications +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Webapp-config +INHERIT=distutils-r1 prefix +IUSE=+portage python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=portage? ( sys-apps/portage[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) 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 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) +SLOT=0 +SRC_URI=https://gitweb.gentoo.org/proj/webapp-config.git/snapshot/webapp-config-1.56.tar.bz2 +_eclasses_=distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_md5_=1050d74d97ae61f4c41c0bb93a8c0a35 diff --git a/metadata/md5-cache/app-admin/webapp-config-9999 b/metadata/md5-cache/app-admin/webapp-config-9999 index 536be00ba09d..6005a556ae24 100644 --- a/metadata/md5-cache/app-admin/webapp-config-9999 +++ b/metadata/md5-cache/app-admin/webapp-config-9999 @@ -12,4 +12,4 @@ RDEPEND=portage? ( sys-apps/portage[python_targets_python3_10(-)?,python_targets REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) SLOT=0 _eclasses_=distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 flag-o-matic a7afe42e95fb46ce9691605acfb24672 git-r3 875eb471682d3e1f18da124be97dcc81 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 -_md5_=de29026862545e912642f0b19aefdf93 +_md5_=1050d74d97ae61f4c41c0bb93a8c0a35 diff --git a/metadata/md5-cache/app-containers/incus-6.0.3-r1 b/metadata/md5-cache/app-containers/incus-6.0.3-r1 deleted file mode 100644 index 05dc282c5664..000000000000 --- a/metadata/md5-cache/app-containers/incus-6.0.3-r1 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=>=dev-lang/go-1.21 nls? ( sys-devel/gettext ) verify-sig? ( sec-keys/openpgp-keys-linuxcontainers ) >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) -DEFINED_PHASES=compile configure install postinst prepare setup test unpack -DEPEND=acct-group/incus acct-group/incus-admin app-arch/xz-utils >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] dev-db/sqlite:3 >=dev-libs/cowsql-1.15.6 dev-libs/lzo >=dev-libs/raft-0.22.1:=[lz4] >=dev-util/xdelta-3.0[lzma(+)] net-dns/dnsmasq[dhcp] sys-libs/libcap virtual/udev -DESCRIPTION=Modern, secure and powerful system container and virtual machine manager -EAPI=8 -HOMEPAGE=https://linuxcontainers.org/incus/introduction/ https://github.com/lxc/incus -INHERIT=go-module linux-info optfeature systemd toolchain-funcs verify-sig -IUSE=apparmor fuidshift nls qemu verify-sig -KEYWORDS=amd64 ~arm64 -LICENSE=Apache-2.0 BSD LGPL-3 MIT -RDEPEND=acct-group/incus acct-group/incus-admin app-arch/xz-utils >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] dev-db/sqlite:3 >=dev-libs/cowsql-1.15.6 dev-libs/lzo >=dev-libs/raft-0.22.1:=[lz4] >=dev-util/xdelta-3.0[lzma(+)] net-dns/dnsmasq[dhcp] sys-libs/libcap virtual/udev || ( net-firewall/iptables net-firewall/nftables ) fuidshift? ( !app-containers/lxd ) sys-apps/iproute2 sys-fs/fuse:* >=sys-fs/lxcfs-5.0.0 sys-fs/squashfs-tools[lzma] virtual/acl qemu? ( app-cdr/cdrtools app-emulation/qemu[spice,usbredir,virtfs] sys-apps/gptfdisk ) -RESTRICT=test -SLOT=0/lts -SRC_URI=https://linuxcontainers.org/downloads/incus/incus-6.0.3.tar.xz verify-sig? ( https://linuxcontainers.org/downloads/incus/incus-6.0.3.tar.xz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885 linux-info efd923656513c879204fec6638eadee5 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 538bce96e5589935b57e178e8635f301 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad -_md5_=7918f9cab269471f7ece97d4a424a7cb diff --git a/metadata/md5-cache/app-containers/incus-6.0.4-r1 b/metadata/md5-cache/app-containers/incus-6.0.4-r1 deleted file mode 100644 index 809aacdaab20..000000000000 --- a/metadata/md5-cache/app-containers/incus-6.0.4-r1 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=>=dev-lang/go-1.21 nls? ( sys-devel/gettext ) verify-sig? ( sec-keys/openpgp-keys-linuxcontainers ) >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) -DEFINED_PHASES=compile configure install postinst prepare setup test unpack -DEPEND=acct-group/incus acct-group/incus-admin app-arch/xz-utils >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] dev-db/sqlite:3 >=dev-libs/cowsql-1.15.6 dev-libs/lzo >=dev-libs/raft-0.22.1:=[lz4] >=dev-util/xdelta-3.0[lzma(+)] net-dns/dnsmasq[dhcp] sys-libs/libcap virtual/udev -DESCRIPTION=Modern, secure and powerful system container and virtual machine manager -EAPI=8 -HOMEPAGE=https://linuxcontainers.org/incus/introduction/ https://github.com/lxc/incus -INHERIT=go-env go-module linux-info optfeature systemd toolchain-funcs verify-sig -IUSE=apparmor fuidshift nls qemu verify-sig -KEYWORDS=amd64 ~arm64 -LICENSE=Apache-2.0 BSD LGPL-3 MIT -RDEPEND=acct-group/incus acct-group/incus-admin app-arch/xz-utils >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] dev-db/sqlite:3 >=dev-libs/cowsql-1.15.6 dev-libs/lzo >=dev-libs/raft-0.22.1:=[lz4] >=dev-util/xdelta-3.0[lzma(+)] net-dns/dnsmasq[dhcp] sys-libs/libcap virtual/udev || ( net-firewall/iptables net-firewall/nftables ) fuidshift? ( !app-containers/lxd ) sys-apps/iproute2 sys-fs/fuse:* >=sys-fs/lxcfs-5.0.0 sys-fs/squashfs-tools[lzma] virtual/acl qemu? ( app-cdr/cdrtools app-emulation/qemu[spice,usbredir,virtfs] sys-apps/gptfdisk ) -RESTRICT=test -SLOT=0/lts -SRC_URI=https://linuxcontainers.org/downloads/incus/incus-6.0.4.tar.xz verify-sig? ( https://linuxcontainers.org/downloads/incus/incus-6.0.4.tar.xz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885 linux-info efd923656513c879204fec6638eadee5 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 538bce96e5589935b57e178e8635f301 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad -_md5_=dffe2e34fb631af6c3a14a33689ce981 diff --git a/metadata/md5-cache/app-containers/incus-6.14-r4 b/metadata/md5-cache/app-containers/incus-6.0.5-r1 index b9102834682e..95e3341f7d60 100644 --- a/metadata/md5-cache/app-containers/incus-6.14-r4 +++ b/metadata/md5-cache/app-containers/incus-6.0.5-r1 @@ -1,6 +1,6 @@ BDEPEND=>=dev-lang/go-1.21 nls? ( sys-devel/gettext ) verify-sig? ( sec-keys/openpgp-keys-linuxcontainers ) >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) DEFINED_PHASES=compile configure install postinst prepare setup test unpack -DEPEND=acct-group/incus acct-group/incus-admin app-arch/xz-utils >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] dev-db/sqlite:3 >=dev-libs/cowsql-1.15.7 dev-libs/lzo >=dev-libs/raft-0.22.1:=[lz4] >=dev-util/xdelta-3.0[lzma(+)] net-dns/dnsmasq[dhcp] sys-libs/libcap virtual/udev +DEPEND=acct-group/incus acct-group/incus-admin app-arch/xz-utils >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] dev-db/sqlite:3 >=dev-libs/cowsql-1.15.9 dev-libs/lzo >=dev-libs/raft-0.22.1:=[lz4] >=dev-util/xdelta-3.0[lzma(+)] net-dns/dnsmasq[dhcp] sys-libs/libcap virtual/udev DESCRIPTION=Modern, secure and powerful system container and virtual machine manager EAPI=8 HOMEPAGE=https://linuxcontainers.org/incus/introduction/ https://github.com/lxc/incus @@ -8,9 +8,9 @@ INHERIT=go-env go-module linux-info optfeature systemd toolchain-funcs verify-si IUSE=apparmor fuidshift nls qemu verify-sig KEYWORDS=~amd64 ~arm64 LICENSE=Apache-2.0 BSD LGPL-3 MIT -RDEPEND=acct-group/incus acct-group/incus-admin app-arch/xz-utils >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] dev-db/sqlite:3 >=dev-libs/cowsql-1.15.7 dev-libs/lzo >=dev-libs/raft-0.22.1:=[lz4] >=dev-util/xdelta-3.0[lzma(+)] net-dns/dnsmasq[dhcp] sys-libs/libcap virtual/udev || ( net-firewall/iptables net-firewall/nftables[json] ) fuidshift? ( !app-containers/lxd ) net-firewall/ebtables sys-apps/iproute2 sys-fs/fuse:* >=sys-fs/lxcfs-5.0.0 sys-fs/squashfs-tools[lzma] virtual/acl apparmor? ( sec-policy/apparmor-profiles ) qemu? ( app-cdr/cdrtools app-emulation/qemu[spice,usbredir,virtfs] sys-apps/gptfdisk ) +RDEPEND=acct-group/incus acct-group/incus-admin app-arch/xz-utils >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] dev-db/sqlite:3 >=dev-libs/cowsql-1.15.9 dev-libs/lzo >=dev-libs/raft-0.22.1:=[lz4] >=dev-util/xdelta-3.0[lzma(+)] net-dns/dnsmasq[dhcp] sys-libs/libcap virtual/udev || ( net-firewall/iptables net-firewall/nftables[json] ) fuidshift? ( !app-containers/lxd ) net-firewall/ebtables sys-apps/iproute2 sys-fs/fuse:* >=sys-fs/lxcfs-5.0.0 sys-fs/squashfs-tools[lzma] virtual/acl apparmor? ( sec-policy/apparmor-profiles ) qemu? ( app-cdr/cdrtools app-emulation/qemu[spice,usbredir,virtfs] sys-apps/gptfdisk ) RESTRICT=test -SLOT=0/stable -SRC_URI=https://linuxcontainers.org/downloads/incus/incus-6.14.tar.xz verify-sig? ( https://linuxcontainers.org/downloads/incus/incus-6.14.tar.xz.asc ) +SLOT=0/lts +SRC_URI=https://linuxcontainers.org/downloads/incus/incus-6.0.5.tar.xz verify-sig? ( https://linuxcontainers.org/downloads/incus/incus-6.0.5.tar.xz.asc ) _eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885 linux-info efd923656513c879204fec6638eadee5 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 538bce96e5589935b57e178e8635f301 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad -_md5_=b32c72b7a07f818e700c1ee8b005c5a6 +_md5_=4b46365f3f80a9cd47e19f4617ef3733 diff --git a/metadata/md5-cache/app-containers/incus-6.14-r1 b/metadata/md5-cache/app-containers/incus-6.14-r1 deleted file mode 100644 index c82d46dfc72a..000000000000 --- a/metadata/md5-cache/app-containers/incus-6.14-r1 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=>=dev-lang/go-1.21 nls? ( sys-devel/gettext ) verify-sig? ( sec-keys/openpgp-keys-linuxcontainers ) >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) -DEFINED_PHASES=compile configure install postinst prepare setup test unpack -DEPEND=acct-group/incus acct-group/incus-admin app-arch/xz-utils >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] dev-db/sqlite:3 >=dev-libs/cowsql-1.15.7 dev-libs/lzo >=dev-libs/raft-0.22.1:=[lz4] >=dev-util/xdelta-3.0[lzma(+)] net-dns/dnsmasq[dhcp] sys-libs/libcap virtual/udev -DESCRIPTION=Modern, secure and powerful system container and virtual machine manager -EAPI=8 -HOMEPAGE=https://linuxcontainers.org/incus/introduction/ https://github.com/lxc/incus -INHERIT=go-env go-module linux-info optfeature systemd toolchain-funcs verify-sig -IUSE=apparmor fuidshift nls qemu verify-sig -KEYWORDS=~amd64 ~arm64 -LICENSE=Apache-2.0 BSD LGPL-3 MIT -RDEPEND=acct-group/incus acct-group/incus-admin app-arch/xz-utils >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] dev-db/sqlite:3 >=dev-libs/cowsql-1.15.7 dev-libs/lzo >=dev-libs/raft-0.22.1:=[lz4] >=dev-util/xdelta-3.0[lzma(+)] net-dns/dnsmasq[dhcp] sys-libs/libcap virtual/udev || ( net-firewall/iptables net-firewall/nftables[json] ) fuidshift? ( !app-containers/lxd ) net-firewall/ebtables sys-apps/iproute2 sys-fs/fuse:* >=sys-fs/lxcfs-5.0.0 sys-fs/squashfs-tools[lzma] virtual/acl apparmor? ( sec-policy/apparmor-profiles ) qemu? ( app-cdr/cdrtools app-emulation/qemu[spice,usbredir,virtfs] sys-apps/gptfdisk ) -RESTRICT=test -SLOT=0/stable -SRC_URI=https://linuxcontainers.org/downloads/incus/incus-6.14.tar.xz verify-sig? ( https://linuxcontainers.org/downloads/incus/incus-6.14.tar.xz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885 linux-info efd923656513c879204fec6638eadee5 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 538bce96e5589935b57e178e8635f301 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad -_md5_=66cf9cf55304aae044c89172e7d0dd65 diff --git a/metadata/md5-cache/app-containers/incus-6.14-r2 b/metadata/md5-cache/app-containers/incus-6.14-r2 deleted file mode 100644 index 6ea073655ed2..000000000000 --- a/metadata/md5-cache/app-containers/incus-6.14-r2 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=>=dev-lang/go-1.21 nls? ( sys-devel/gettext ) verify-sig? ( sec-keys/openpgp-keys-linuxcontainers ) >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) -DEFINED_PHASES=compile configure install postinst prepare setup test unpack -DEPEND=acct-group/incus acct-group/incus-admin app-arch/xz-utils >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] dev-db/sqlite:3 >=dev-libs/cowsql-1.15.7 dev-libs/lzo >=dev-libs/raft-0.22.1:=[lz4] >=dev-util/xdelta-3.0[lzma(+)] net-dns/dnsmasq[dhcp] sys-libs/libcap virtual/udev -DESCRIPTION=Modern, secure and powerful system container and virtual machine manager -EAPI=8 -HOMEPAGE=https://linuxcontainers.org/incus/introduction/ https://github.com/lxc/incus -INHERIT=go-env go-module linux-info optfeature systemd toolchain-funcs verify-sig -IUSE=apparmor fuidshift nls qemu verify-sig -KEYWORDS=~amd64 ~arm64 -LICENSE=Apache-2.0 BSD LGPL-3 MIT -RDEPEND=acct-group/incus acct-group/incus-admin app-arch/xz-utils >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] dev-db/sqlite:3 >=dev-libs/cowsql-1.15.7 dev-libs/lzo >=dev-libs/raft-0.22.1:=[lz4] >=dev-util/xdelta-3.0[lzma(+)] net-dns/dnsmasq[dhcp] sys-libs/libcap virtual/udev || ( net-firewall/iptables net-firewall/nftables[json] ) fuidshift? ( !app-containers/lxd ) net-firewall/ebtables sys-apps/iproute2 sys-fs/fuse:* >=sys-fs/lxcfs-5.0.0 sys-fs/squashfs-tools[lzma] virtual/acl apparmor? ( sec-policy/apparmor-profiles ) qemu? ( app-cdr/cdrtools app-emulation/qemu[spice,usbredir,virtfs] sys-apps/gptfdisk ) -RESTRICT=test -SLOT=0/stable -SRC_URI=https://linuxcontainers.org/downloads/incus/incus-6.14.tar.xz verify-sig? ( https://linuxcontainers.org/downloads/incus/incus-6.14.tar.xz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885 linux-info efd923656513c879204fec6638eadee5 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 538bce96e5589935b57e178e8635f301 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad -_md5_=04991ddc14a52da10c998c51efcdc318 diff --git a/metadata/md5-cache/app-containers/incus-6.15 b/metadata/md5-cache/app-containers/incus-6.15 deleted file mode 100644 index 4a1c205d1cd3..000000000000 --- a/metadata/md5-cache/app-containers/incus-6.15 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=>=dev-lang/go-1.21 nls? ( sys-devel/gettext ) verify-sig? ( sec-keys/openpgp-keys-linuxcontainers ) >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) -DEFINED_PHASES=compile configure install postinst prepare setup test unpack -DEPEND=acct-group/incus acct-group/incus-admin app-arch/xz-utils >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] dev-db/sqlite:3 >=dev-libs/cowsql-1.15.7 dev-libs/lzo >=dev-libs/raft-0.22.1:=[lz4] >=dev-util/xdelta-3.0[lzma(+)] net-dns/dnsmasq[dhcp] sys-libs/libcap virtual/udev -DESCRIPTION=Modern, secure and powerful system container and virtual machine manager -EAPI=8 -HOMEPAGE=https://linuxcontainers.org/incus/introduction/ https://github.com/lxc/incus -INHERIT=go-env go-module linux-info optfeature systemd toolchain-funcs verify-sig -IUSE=apparmor fuidshift nls qemu verify-sig -KEYWORDS=~amd64 ~arm64 -LICENSE=Apache-2.0 BSD LGPL-3 MIT -RDEPEND=acct-group/incus acct-group/incus-admin app-arch/xz-utils >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] dev-db/sqlite:3 >=dev-libs/cowsql-1.15.7 dev-libs/lzo >=dev-libs/raft-0.22.1:=[lz4] >=dev-util/xdelta-3.0[lzma(+)] net-dns/dnsmasq[dhcp] sys-libs/libcap virtual/udev || ( net-firewall/iptables net-firewall/nftables[json] ) fuidshift? ( !app-containers/lxd ) net-firewall/ebtables sys-apps/iproute2 sys-fs/fuse:* >=sys-fs/lxcfs-5.0.0 sys-fs/squashfs-tools[lzma] virtual/acl apparmor? ( sec-policy/apparmor-profiles ) qemu? ( app-cdr/cdrtools app-emulation/qemu[spice,usbredir,virtfs] sys-apps/gptfdisk ) -RESTRICT=test -SLOT=0/stable -SRC_URI=https://linuxcontainers.org/downloads/incus/incus-6.15.tar.xz verify-sig? ( https://linuxcontainers.org/downloads/incus/incus-6.15.tar.xz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885 linux-info efd923656513c879204fec6638eadee5 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 538bce96e5589935b57e178e8635f301 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad -_md5_=f6dcacf7d62058d5398e730cc0bf9f11 diff --git a/metadata/md5-cache/app-containers/incus-6.17 b/metadata/md5-cache/app-containers/incus-6.17 deleted file mode 100644 index 749fa8b9c258..000000000000 --- a/metadata/md5-cache/app-containers/incus-6.17 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=>=dev-lang/go-1.24.7 nls? ( sys-devel/gettext ) verify-sig? ( sec-keys/openpgp-keys-linuxcontainers ) >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) -DEFINED_PHASES=compile configure install postinst prepare setup test unpack -DEPEND=acct-group/incus acct-group/incus-admin app-arch/xz-utils >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] dev-db/sqlite:3 >=dev-libs/cowsql-1.15.7 dev-libs/lzo >=dev-libs/raft-0.22.1:=[lz4] >=dev-util/xdelta-3.0[lzma(+)] net-dns/dnsmasq[dhcp] sys-libs/libcap virtual/udev -DESCRIPTION=Modern, secure and powerful system container and virtual machine manager -EAPI=8 -HOMEPAGE=https://linuxcontainers.org/incus/introduction/ https://github.com/lxc/incus -INHERIT=go-env go-module linux-info optfeature systemd toolchain-funcs verify-sig -IUSE=apparmor fuidshift nls qemu verify-sig -KEYWORDS=~amd64 ~arm64 -LICENSE=Apache-2.0 BSD LGPL-3 MIT -RDEPEND=acct-group/incus acct-group/incus-admin app-arch/xz-utils >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] dev-db/sqlite:3 >=dev-libs/cowsql-1.15.7 dev-libs/lzo >=dev-libs/raft-0.22.1:=[lz4] >=dev-util/xdelta-3.0[lzma(+)] net-dns/dnsmasq[dhcp] sys-libs/libcap virtual/udev || ( net-firewall/iptables net-firewall/nftables[json] ) fuidshift? ( !app-containers/lxd ) net-firewall/ebtables sys-apps/iproute2 sys-fs/fuse:* >=sys-fs/lxcfs-5.0.0 sys-fs/squashfs-tools[lzma] virtual/acl apparmor? ( sec-policy/apparmor-profiles ) qemu? ( app-cdr/cdrtools app-emulation/qemu[spice,usbredir,virtfs] sys-apps/gptfdisk ) -RESTRICT=test -SLOT=0/stable -SRC_URI=https://linuxcontainers.org/downloads/incus/incus-6.17.tar.xz verify-sig? ( https://linuxcontainers.org/downloads/incus/incus-6.17.tar.xz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885 linux-info efd923656513c879204fec6638eadee5 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 538bce96e5589935b57e178e8635f301 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad -_md5_=bcf2341b7d30f300e1a7d585d4206c01 diff --git a/metadata/md5-cache/app-containers/incus-6.18 b/metadata/md5-cache/app-containers/incus-6.18 deleted file mode 100644 index ff044313b42b..000000000000 --- a/metadata/md5-cache/app-containers/incus-6.18 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=>=dev-lang/go-1.24.7 nls? ( sys-devel/gettext ) verify-sig? ( sec-keys/openpgp-keys-linuxcontainers ) >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) -DEFINED_PHASES=compile configure install postinst prepare setup test unpack -DEPEND=acct-group/incus acct-group/incus-admin app-arch/xz-utils >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] dev-db/sqlite:3 >=dev-libs/cowsql-1.15.7 dev-libs/lzo >=dev-libs/raft-0.22.1:=[lz4] >=dev-util/xdelta-3.0[lzma(+)] net-dns/dnsmasq[dhcp] sys-libs/libcap virtual/udev -DESCRIPTION=Modern, secure and powerful system container and virtual machine manager -EAPI=8 -HOMEPAGE=https://linuxcontainers.org/incus/introduction/ https://github.com/lxc/incus -INHERIT=go-env go-module linux-info optfeature systemd toolchain-funcs verify-sig -IUSE=apparmor fuidshift nls qemu verify-sig -KEYWORDS=~amd64 ~arm64 -LICENSE=Apache-2.0 BSD LGPL-3 MIT -RDEPEND=acct-group/incus acct-group/incus-admin app-arch/xz-utils >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] dev-db/sqlite:3 >=dev-libs/cowsql-1.15.7 dev-libs/lzo >=dev-libs/raft-0.22.1:=[lz4] >=dev-util/xdelta-3.0[lzma(+)] net-dns/dnsmasq[dhcp] sys-libs/libcap virtual/udev || ( net-firewall/iptables net-firewall/nftables[json] ) fuidshift? ( !app-containers/lxd ) net-firewall/ebtables sys-apps/iproute2 sys-fs/fuse:* >=sys-fs/lxcfs-5.0.0 sys-fs/squashfs-tools[lzma] virtual/acl apparmor? ( sec-policy/apparmor-profiles ) qemu? ( app-cdr/cdrtools app-emulation/qemu[spice,usbredir,virtfs] sys-apps/gptfdisk ) -RESTRICT=test -SLOT=0/stable -SRC_URI=https://linuxcontainers.org/downloads/incus/incus-6.18.tar.xz verify-sig? ( https://linuxcontainers.org/downloads/incus/incus-6.18.tar.xz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885 linux-info efd923656513c879204fec6638eadee5 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 538bce96e5589935b57e178e8635f301 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad -_md5_=bcf2341b7d30f300e1a7d585d4206c01 diff --git a/metadata/md5-cache/app-crypt/configuradorfnmt-5.0.3 b/metadata/md5-cache/app-crypt/configuradorfnmt-5.0.3 new file mode 100644 index 000000000000..d136bfe3bdd3 --- /dev/null +++ b/metadata/md5-cache/app-crypt/configuradorfnmt-5.0.3 @@ -0,0 +1,14 @@ +BDEPEND=app-arch/rpm2targz +DEFINED_PHASES=install postinst postrm preinst unpack +DESCRIPTION=Spanish government certificate request generator +EAPI=8 +HOMEPAGE=https://www.sede.fnmt.gob.es/descargas/descarga-software +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=rpm xdg +KEYWORDS=~amd64 +LICENSE=FNMT-RCM +RESTRICT=mirror bindist +SLOT=0 +SRC_URI=https://descargas.cert.fnmt.es/Linux/configuradorfnmt_5.0.3.x8664.rpm +_eclasses_=estack c61c368a76fdf3a82fdf8dbaebea3804 rpm a07e59be6cf48ed85e624a41e8a7a832 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=f3cfd1d63e5ec1a193765637c2cedc52 diff --git a/metadata/md5-cache/app-crypt/gocryptfs-2.6.1-r1 b/metadata/md5-cache/app-crypt/gocryptfs-2.6.1-r1 index bb99e915399b..95e6cfd3eeb5 100644 --- a/metadata/md5-cache/app-crypt/gocryptfs-2.6.1-r1 +++ b/metadata/md5-cache/app-crypt/gocryptfs-2.6.1-r1 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://nuetzlich.net/gocryptfs/ https://github.com/rfjakob/gocryptfs INHERIT=go-module verify-sig IUSE=test verify-sig -KEYWORDS=amd64 ~ppc64 ~x86 +KEYWORDS=amd64 ~ppc64 ~riscv ~x86 LICENSE=MIT Apache-2.0 BSD MIT PROPERTIES=test_privileged RDEPEND=dev-libs/openssl:= @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) test SLOT=0 SRC_URI=https://github.com/rfjakob/gocryptfs/releases/download/v2.6.1/gocryptfs_v2.6.1_src-deps.tar.gz verify-sig? ( https://github.com/rfjakob/gocryptfs/releases/download/v2.6.1/gocryptfs_v2.6.1_src-deps.tar.gz.asc ) _eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad -_md5_=1e0d7ef7cbcfa6127eaddef33f1c6961 +_md5_=280c4bfc7751cda332669bfc51a2af18 diff --git a/metadata/md5-cache/app-crypt/jacksum-3.7.0 b/metadata/md5-cache/app-crypt/jacksum-3.7.0 index 85fd2546aceb..626b166f81dc 100644 --- a/metadata/md5-cache/app-crypt/jacksum-3.7.0 +++ b/metadata/md5-cache/app-crypt/jacksum-3.7.0 @@ -10,5 +10,5 @@ LICENSE=GPL-2 RDEPEND=>=virtual/jre-11:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/jonelo/jacksum/archive/v3.7.0.tar.gz -> jacksum-3.7.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=280abbab0a1621d3106026d34743d817 diff --git a/metadata/md5-cache/app-crypt/sequoia-sop-0.37.3 b/metadata/md5-cache/app-crypt/sequoia-sop-0.37.3 index 371f2ba74499..55747455c5be 100644 --- a/metadata/md5-cache/app-crypt/sequoia-sop-0.37.3 +++ b/metadata/md5-cache/app-crypt/sequoia-sop-0.37.3 @@ -1,10 +1,10 @@ BDEPEND=llvm_slot_16? ( llvm-core/clang:16 ) llvm_slot_17? ( llvm-core/clang:17 ) llvm_slot_18? ( llvm-core/clang:18 ) llvm_slot_19? ( llvm-core/clang:19 ) llvm_slot_20? ( llvm-core/clang:20 ) llvm_slot_21? ( llvm-core/clang:21 ) virtual/pkgconfig || ( >=dev-lang/rust-bin-1.85.0:* >=dev-lang/rust-1.85.0:* ) -DEFINED_PHASES=compile configure install setup test unpack +DEFINED_PHASES=compile configure install pretend setup test unpack DEPEND=app-arch/bzip2 dev-db/sqlite:3 dev-libs/gmp:= dev-libs/nettle:= dev-libs/openssl:= botan? ( dev-libs/botan:3= ) dev-libs/capnproto DESCRIPTION=Implementation of the Stateless OpenPGP Command Line Interface using Sequoia EAPI=8 HOMEPAGE=https://sequoia-pgp.org/ https://gitlab.com/sequoia-pgp/sequoia-sop -INHERIT=cargo llvm-r1 shell-completion +INHERIT=cargo llvm-r1 shell-completion check-reqs IUSE=botan debug +llvm_slot_21 llvm_slot_16 llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 KEYWORDS=~amd64 LICENSE=GPL-2+ Apache-2.0 BSD Boost-1.0 CC0-1.0 ISC LGPL-2+ MIT MPL-2.0 Unicode-3.0 ZLIB || ( GPL-2 GPL-3 LGPL-3 ) @@ -12,5 +12,5 @@ RDEPEND=app-arch/bzip2 dev-db/sqlite:3 dev-libs/gmp:= dev-libs/nettle:= dev-libs REQUIRED_USE=^^ ( llvm_slot_16 llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 llvm_slot_21 ) SLOT=0 SRC_URI=https://gitlab.com/sequoia-pgp/sequoia-sop/-/archive/v0.37.3/sequoia-sop-v0.37.3.tar.bz2 https://dev.gentoo.org/~sam/distfiles/app-crypt/sequoia-sop/sequoia-sop-0.37.3-crates.tar.xz -_eclasses_=bash-completion-r1 767861f3744f589ee5291c1698b1c082 cargo aeba1d272f6c2e000912e11d8cf626eb flag-o-matic a7afe42e95fb46ce9691605acfb24672 llvm-r1 59c52dab9ddf3ca54e79003177507e97 llvm-utils 64536677f4b4365e25e9b739163bed58 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 20da14430886f3de143eb101684fcf62 rust-toolchain 76468983281b0a7fc167ca224f84ecfd shell-completion 0b655d0d825e157a5e99c463bddaac16 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 -_md5_=4b0d9e8a25829ce3b51c43514209c9d4 +_eclasses_=bash-completion-r1 767861f3744f589ee5291c1698b1c082 cargo aeba1d272f6c2e000912e11d8cf626eb check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 llvm-r1 59c52dab9ddf3ca54e79003177507e97 llvm-utils 64536677f4b4365e25e9b739163bed58 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 20da14430886f3de143eb101684fcf62 rust-toolchain 76468983281b0a7fc167ca224f84ecfd shell-completion 0b655d0d825e157a5e99c463bddaac16 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_md5_=e16240fee065f620de923d16532c8954 diff --git a/metadata/md5-cache/app-crypt/sequoia-sq-1.3.1-r1 b/metadata/md5-cache/app-crypt/sequoia-sq-1.3.1-r1 index 8c588ee65c4b..9de260a0ee0d 100644 --- a/metadata/md5-cache/app-crypt/sequoia-sq-1.3.1-r1 +++ b/metadata/md5-cache/app-crypt/sequoia-sq-1.3.1-r1 @@ -1,10 +1,10 @@ BDEPEND=llvm_slot_16? ( llvm-core/clang:16 ) llvm_slot_17? ( llvm-core/clang:17 ) llvm_slot_18? ( llvm-core/clang:18 ) llvm_slot_19? ( llvm-core/clang:19 ) llvm_slot_20? ( llvm-core/clang:20 ) virtual/pkgconfig || ( >=dev-lang/rust-bin-1.79.0:* >=dev-lang/rust-1.79.0:* ) -DEFINED_PHASES=compile configure install setup test unpack +DEFINED_PHASES=compile configure install pretend setup test unpack DEPEND=app-arch/bzip2 dev-db/sqlite:3 dev-libs/openssl:= botan? ( dev-libs/botan:3= ) dev-libs/capnproto DESCRIPTION=CLI of the Sequoia OpenPGP implementation EAPI=8 HOMEPAGE=https://sequoia-pgp.org/ https://gitlab.com/sequoia-pgp/sequoia-sq -INHERIT=cargo llvm-r1 shell-completion +INHERIT=cargo llvm-r1 shell-completion check-reqs IUSE=botan debug +llvm_slot_20 llvm_slot_16 llvm_slot_17 llvm_slot_18 llvm_slot_19 KEYWORDS=amd64 arm64 ~ppc64 LICENSE=LGPL-2.1+ Apache-2.0 BSD Boost-1.0 CC0-1.0 ISC LGPL-2+ MIT MIT-0 MPL-2.0 Unicode-3.0 || ( GPL-2 GPL-3 LGPL-3 ) @@ -12,5 +12,5 @@ RDEPEND=app-arch/bzip2 dev-db/sqlite:3 dev-libs/openssl:= botan? ( dev-libs/bota REQUIRED_USE=^^ ( llvm_slot_16 llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 ) SLOT=0 SRC_URI=https://gitlab.com/sequoia-pgp/sequoia-sq/-/archive/v1.3.1/sequoia-sq-v1.3.1.tar.bz2 https://github.com/gentoo-crate-dist/sequoia-sq/releases/download/v1.3.1/sequoia-sq-1.3.1-crates.tar.xz -_eclasses_=bash-completion-r1 767861f3744f589ee5291c1698b1c082 cargo aeba1d272f6c2e000912e11d8cf626eb flag-o-matic a7afe42e95fb46ce9691605acfb24672 llvm-r1 59c52dab9ddf3ca54e79003177507e97 llvm-utils 64536677f4b4365e25e9b739163bed58 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 20da14430886f3de143eb101684fcf62 rust-toolchain 76468983281b0a7fc167ca224f84ecfd shell-completion 0b655d0d825e157a5e99c463bddaac16 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 -_md5_=c18ae1dffa2b1428e924eb88af1e3dc4 +_eclasses_=bash-completion-r1 767861f3744f589ee5291c1698b1c082 cargo aeba1d272f6c2e000912e11d8cf626eb check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 llvm-r1 59c52dab9ddf3ca54e79003177507e97 llvm-utils 64536677f4b4365e25e9b739163bed58 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 20da14430886f3de143eb101684fcf62 rust-toolchain 76468983281b0a7fc167ca224f84ecfd shell-completion 0b655d0d825e157a5e99c463bddaac16 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_md5_=dc72c978d7b744088a8f7fbdd27c0362 diff --git a/metadata/md5-cache/app-dicts/ydpdict-1.0.5 b/metadata/md5-cache/app-dicts/ydpdict-1.0.5 index 065a3507c759..6abbe1acdf34 100644 --- a/metadata/md5-cache/app-dicts/ydpdict-1.0.5 +++ b/metadata/md5-cache/app-dicts/ydpdict-1.0.5 @@ -1,7 +1,7 @@ BDEPEND=virtual/pkgconfig sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18:1.18 >=dev-build/automake-1.17-r1:1.17 ) || ( >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3 DEFINED_PHASES=configure install postinst prepare DEPEND=app-dicts/libydpdict sys-libs/ncurses:=[unicode(+)] ao? ( media-libs/libao ) -DESCRIPTION=Interface for the Collins Dictionary +DESCRIPTION=Translator between english, polish, and german using Collins dictionary EAPI=8 HOMEPAGE=https://github.com/wojtekka/ydpdict INHERIT=autotools @@ -12,4 +12,4 @@ RDEPEND=app-dicts/libydpdict sys-libs/ncurses:=[unicode(+)] ao? ( media-libs/lib SLOT=0 SRC_URI=https://github.com/wojtekka/ydpdict/archive/1.0.5.tar.gz -> ydpdict-1.0.5.tar.gz _eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 -_md5_=7b96790d0c8754eac789a85082f3f05a +_md5_=b3df451145178620243ff1b2e3f544d1 diff --git a/metadata/md5-cache/app-doc/dita-ot-bin-4.3.5 b/metadata/md5-cache/app-doc/dita-ot-bin-4.3.5 index 60584475fa53..df504b7a9bf4 100644 --- a/metadata/md5-cache/app-doc/dita-ot-bin-4.3.5 +++ b/metadata/md5-cache/app-doc/dita-ot-bin-4.3.5 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-17:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://github.com/dita-ot/dita-ot/releases/download/4.3.5/dita-ot-4.3.5.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=4608473639ae226c15b0124c89883759 diff --git a/metadata/md5-cache/app-editors/cursor-2.3.41-r1 b/metadata/md5-cache/app-editors/cursor-2.4.21 index 692613533f77..a4cfcad6097e 100644 --- a/metadata/md5-cache/app-editors/cursor-2.3.41-r1 +++ b/metadata/md5-cache/app-editors/cursor-2.4.21 @@ -10,6 +10,6 @@ LICENSE=cursor RDEPEND=|| ( sys-apps/systemd sys-apps/systemd-utils ) >=app-accessibility/at-spi2-core-2.46.0:2 app-crypt/libsecret[crypt] app-misc/ca-certificates dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/libglvnd media-libs/mesa net-misc/curl sys-apps/dbus sys-process/lsof x11-libs/cairo x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon x11-libs/libxkbfile x11-libs/libXrandr x11-libs/libXScrnSaver x11-libs/pango x11-misc/xdg-utils kerberos? ( app-crypt/mit-krb5 ) RESTRICT=bindist mirror strip SLOT=0 -SRC_URI=amd64? ( https://downloads.cursor.com/production/2ca326e0d1ce10956aea33d54c0e2d8c13c58a32/linux/x64/deb/amd64/deb/cursor_2.3.41_amd64.deb -> cursor-2.3.41-amd64.deb ) arm64? ( https://downloads.cursor.com/production/2ca326e0d1ce10956aea33d54c0e2d8c13c58a32/linux/arm64/deb/arm64/deb/cursor_2.3.41_arm64.deb -> cursor-2.3.41-arm64.deb ) +SRC_URI=amd64? ( https://downloads.cursor.com/production/dc8361355d709f306d5159635a677a571b277bcc/linux/x64/deb/amd64/deb/cursor_2.4.21_amd64.deb -> cursor-2.4.21-amd64.deb ) arm64? ( https://downloads.cursor.com/production/dc8361355d709f306d5159635a677a571b277bcc/linux/arm64/deb/arm64/deb/cursor_2.4.21_arm64.deb -> cursor-2.4.21-arm64.deb ) _eclasses_=bash-completion-r1 767861f3744f589ee5291c1698b1c082 chromium-2 6be3cf193def84c82ddae5c1f21ddbe5 desktop 7b6f6e9d65093966fbc8475399c5dd4e linux-info efd923656513c879204fec6638eadee5 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe shell-completion 0b655d0d825e157a5e99c463bddaac16 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=d7fb158e222255ea90479127696ab827 +_md5_=cdde1e43a9c2daf5689cf6ff715a3ea3 diff --git a/metadata/md5-cache/app-editors/jedit-5.7.0 b/metadata/md5-cache/app-editors/jedit-5.7.0 index ddd79e53436c..572f5254b72e 100644 --- a/metadata/md5-cache/app-editors/jedit-5.7.0 +++ b/metadata/md5-cache/app-editors/jedit-5.7.0 @@ -12,5 +12,5 @@ RDEPEND=dev-java/jsr305:0 >=virtual/jre-11:* >=dev-java/java-config-2.2.0-r3 sou RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://downloads.sourceforge.net/project/jedit/jedit/5.7.0/jedit5.7.0source.tar.bz2 -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=c60ad1818472bdef2053d6f63152740a diff --git a/metadata/md5-cache/app-emulation/rars-1.6-r1 b/metadata/md5-cache/app-emulation/rars-1.6-r1 index f2c60693ad68..8d43b440c658 100644 --- a/metadata/md5-cache/app-emulation/rars-1.6-r1 +++ b/metadata/md5-cache/app-emulation/rars-1.6-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/TheThirdOne/rars/archive/refs/tags/v1.6.tar.gz -> rars-1.6.gh.tar.gz https://github.com/TheThirdOne/JSoftFloat/archive/75c3a5d1ab1322ce4dde0b5994d6f9f6ff820529.tar.gz -> JSoftFloat-75c3a5d1ab1322ce4dde0b5994d6f9f6ff820529.gh.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=53e4fc1f945640c381aa5e2ffca3196e diff --git a/metadata/md5-cache/app-emulation/virtualbox-7.0.26 b/metadata/md5-cache/app-emulation/virtualbox-7.0.26 index 070bbc7d73c5..aeca877006bd 100644 --- a/metadata/md5-cache/app-emulation/virtualbox-7.0.26 +++ b/metadata/md5-cache/app-emulation/virtualbox-7.0.26 @@ -14,5 +14,5 @@ REQUIRED_USE=java? ( sdk ) python? ( sdk ^^ ( python_single_target_python3_10 py RESTRICT=!test? ( test ) SLOT=0/7.0 SRC_URI=https://download.virtualbox.org/virtualbox/7.0.26/VirtualBox-7.0.26.tar.bz2 https://gitweb.gentoo.org/proj/virtualbox-patches.git/snapshot/virtualbox-patches-7.0.22-r1.tar.bz2 -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 linux-info efd923656513c879204fec6638eadee5 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 linux-info efd923656513c879204fec6638eadee5 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=67bca6dd6761ddf6d8de6b44cafdeed1 diff --git a/metadata/md5-cache/app-emulation/virtualbox-7.1.12 b/metadata/md5-cache/app-emulation/virtualbox-7.1.12 index 37f2d53a8412..344cf921e766 100644 --- a/metadata/md5-cache/app-emulation/virtualbox-7.1.12 +++ b/metadata/md5-cache/app-emulation/virtualbox-7.1.12 @@ -14,5 +14,5 @@ REQUIRED_USE=java? ( sdk ) python? ( sdk ^^ ( python_single_target_python3_9 pyt RESTRICT=!test? ( test ) SLOT=0/7.1 SRC_URI=https://download.virtualbox.org/virtualbox/7.1.12/VirtualBox-7.1.12.tar.bz2 https://gitweb.gentoo.org/proj/virtualbox-patches.git/snapshot/virtualbox-patches-7.1.10.tar.bz2 gui? ( !doc? ( https://dev.gentoo.org/~ceamac/app-emulation/virtualbox/virtualbox-help-7.1.12.tar.xz ) ) -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 linux-info efd923656513c879204fec6638eadee5 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 linux-info efd923656513c879204fec6638eadee5 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=870279743ea2f84d3190450b70b90d73 diff --git a/metadata/md5-cache/app-emulation/virtualbox-7.1.14 b/metadata/md5-cache/app-emulation/virtualbox-7.1.14 index 952676bd0212..a4e29df46a7e 100644 --- a/metadata/md5-cache/app-emulation/virtualbox-7.1.14 +++ b/metadata/md5-cache/app-emulation/virtualbox-7.1.14 @@ -14,5 +14,5 @@ REQUIRED_USE=java? ( sdk ) python? ( sdk ^^ ( python_single_target_python3_10 py RESTRICT=!test? ( test ) SLOT=0/7.1 SRC_URI=https://download.virtualbox.org/virtualbox/7.1.14/VirtualBox-7.1.14.tar.bz2 https://gitweb.gentoo.org/proj/virtualbox-patches.git/snapshot/virtualbox-patches-7.1.14-r1.tar.bz2 gui? ( !doc? ( https://dev.gentoo.org/~ceamac/app-emulation/virtualbox/virtualbox-help-7.1.14.tar.xz ) ) -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 linux-info efd923656513c879204fec6638eadee5 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 linux-info efd923656513c879204fec6638eadee5 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=dedcd1a32785f3806b2979f0f2bececd diff --git a/metadata/md5-cache/app-emulation/virtualbox-7.2.2 b/metadata/md5-cache/app-emulation/virtualbox-7.2.2 index 4313b8c95650..51c7fc9806ab 100644 --- a/metadata/md5-cache/app-emulation/virtualbox-7.2.2 +++ b/metadata/md5-cache/app-emulation/virtualbox-7.2.2 @@ -14,5 +14,5 @@ REQUIRED_USE=java? ( sdk ) python? ( sdk ^^ ( python_single_target_python3_9 pyt RESTRICT=!test? ( test ) SLOT=0/7.2 SRC_URI=https://download.virtualbox.org/virtualbox/7.2.2/VirtualBox-7.2.2.tar.bz2 https://gitweb.gentoo.org/proj/virtualbox-patches.git/snapshot/virtualbox-patches-7.2.0_p20250830.tar.bz2 gui? ( !doc? ( https://dev.gentoo.org/~ceamac/app-emulation/virtualbox/virtualbox-help-7.2.2.tar.xz ) ) -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 linux-info efd923656513c879204fec6638eadee5 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 linux-info efd923656513c879204fec6638eadee5 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=28851c32609b7cc3b6ddeb7137843b19 diff --git a/metadata/md5-cache/app-emulation/virtualbox-7.2.4 b/metadata/md5-cache/app-emulation/virtualbox-7.2.4 index 0055a9d50f65..65ef7cec78aa 100644 --- a/metadata/md5-cache/app-emulation/virtualbox-7.2.4 +++ b/metadata/md5-cache/app-emulation/virtualbox-7.2.4 @@ -14,5 +14,5 @@ REQUIRED_USE=java? ( sdk ) python? ( sdk ^^ ( python_single_target_python3_10 py RESTRICT=!test? ( test ) SLOT=0/7.2 SRC_URI=https://download.virtualbox.org/virtualbox/7.2.4/VirtualBox-7.2.4.tar.bz2 https://gitweb.gentoo.org/proj/virtualbox-patches.git/snapshot/virtualbox-patches-7.2.4.tar.bz2 gui? ( !doc? ( https://dev.gentoo.org/~ceamac/app-emulation/virtualbox/virtualbox-help-7.2.4.tar.xz ) ) -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 linux-info efd923656513c879204fec6638eadee5 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 linux-info efd923656513c879204fec6638eadee5 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=5f2b758676828294f8e461ad2f843428 diff --git a/metadata/md5-cache/app-emulation/virtualbox-kvm-7.1.14_pre20251103 b/metadata/md5-cache/app-emulation/virtualbox-kvm-7.1.14_pre20251103 index 4d9da7987e60..1ef2ab24bfe3 100644 --- a/metadata/md5-cache/app-emulation/virtualbox-kvm-7.1.14_pre20251103 +++ b/metadata/md5-cache/app-emulation/virtualbox-kvm-7.1.14_pre20251103 @@ -14,5 +14,5 @@ REQUIRED_USE=java? ( sdk ) python? ( sdk ^^ ( python_single_target_python3_11 py RESTRICT=!test? ( test ) SLOT=0/7.1 SRC_URI=https://gitweb.gentoo.org/proj/virtualbox-patches.git/snapshot/virtualbox-patches-7.1.14-r1.tar.bz2 https://github.com/cyberus-technology/virtualbox-kvm/archive/dev-20251103-7.1.tar.gz -> virtualbox-kvm-20251103-7.1.tar.gz https://download.virtualbox.org/virtualbox/7.1.14/VirtualBox-7.1.14.tar.bz2 gui? ( !doc? ( https://dev.gentoo.org/~ceamac/app-emulation/virtualbox/virtualbox-help-7.1.14.tar.xz ) ) -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 linux-info efd923656513c879204fec6638eadee5 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 linux-info efd923656513c879204fec6638eadee5 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=46e8dca0cb0a5b2738e3b172e0bd32f6 diff --git a/metadata/md5-cache/app-emulation/virtualbox-kvm-7.2.4_pre20251103 b/metadata/md5-cache/app-emulation/virtualbox-kvm-7.2.4_pre20251103 index 4848e7b83f85..f265a5cde2d2 100644 --- a/metadata/md5-cache/app-emulation/virtualbox-kvm-7.2.4_pre20251103 +++ b/metadata/md5-cache/app-emulation/virtualbox-kvm-7.2.4_pre20251103 @@ -14,5 +14,5 @@ REQUIRED_USE=java? ( sdk ) python? ( sdk ^^ ( python_single_target_python3_11 py RESTRICT=!test? ( test ) SLOT=0/7.2 SRC_URI=https://gitweb.gentoo.org/proj/virtualbox-patches.git/snapshot/virtualbox-patches-7.2.4.tar.bz2 https://github.com/cyberus-technology/virtualbox-kvm/archive/dev-20251103.tar.gz -> virtualbox-kvm-20251103.tar.gz https://download.virtualbox.org/virtualbox/7.2.4/VirtualBox-7.2.4.tar.bz2 gui? ( !doc? ( https://dev.gentoo.org/~ceamac/app-emulation/virtualbox/virtualbox-help-7.2.4.tar.xz ) ) -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 linux-info efd923656513c879204fec6638eadee5 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 linux-info efd923656513c879204fec6638eadee5 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=bb4141d8ff9ccf7a14c25e60b34983a8 diff --git a/metadata/md5-cache/app-forensics/sleuthkit-4.12.1-r2 b/metadata/md5-cache/app-forensics/sleuthkit-4.12.1-r2 index 850f9d1eef23..d1f7bd95044b 100644 --- a/metadata/md5-cache/app-forensics/sleuthkit-4.12.1-r2 +++ b/metadata/md5-cache/app-forensics/sleuthkit-4.12.1-r2 @@ -12,5 +12,5 @@ RDEPEND=dev-db/sqlite:3 dev-lang/perl:* aff? ( app-forensics/afflib ) ewf? ( vir RESTRICT=!test? ( test ) SLOT=0/19 SRC_URI=https://github.com/sleuthkit/sleuthkit/releases/download/sleuthkit-4.12.1/sleuthkit-4.12.1.tar.gz java? ( https://repo1.maven.org/maven2/org/xerial/sqlite-jdbc/3.42.0.0/sqlite-jdbc-3.42.0.0.jar ) ewf? ( https://github.com/sleuthkit/libewf_64bit/archive/VisualStudio_2010.tar.gz -> sleuthkit-libewf_64bit-20130416.tar.gz ) -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=66344ff66a0fd9fdb20fb3ba351220c4 diff --git a/metadata/md5-cache/app-metrics/collectd-5.12.0-r11 b/metadata/md5-cache/app-metrics/collectd-5.12.0-r11 index d0f883cb0d95..c05c5e95c1d3 100644 --- a/metadata/md5-cache/app-metrics/collectd-5.12.0-r11 +++ b/metadata/md5-cache/app-metrics/collectd-5.12.0-r11 @@ -13,5 +13,5 @@ RDEPEND=acct-group/collectd acct-user/collectd dev-libs/libgcrypt:= dev-libs/lib REQUIRED_USE=collectd_plugins_lua? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) collectd_plugins_python? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) ) collectd_plugins_smart? ( udev ) contrib? ( perl ) SLOT=0 SRC_URI=https://github.com/collectd/collectd/releases/download/collectd-5.12.0/collectd-5.12.0.tar.bz2 -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 fcaps c94316d02a37fb5cbe79b7d41c729119 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 linux-info efd923656513c879204fec6638eadee5 lua-single 75fe955a36b18e199213c8739eaebdbb lua-utils 7c89927eda6f21c4c48136247077ab37 multiprocessing 1e32df7deee68372153dca65f4a7c21f perl-functions 1863acf0982afafc67797e3ce7275b4c python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 fcaps c94316d02a37fb5cbe79b7d41c729119 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 linux-info efd923656513c879204fec6638eadee5 lua-single 75fe955a36b18e199213c8739eaebdbb lua-utils 7c89927eda6f21c4c48136247077ab37 multiprocessing 1e32df7deee68372153dca65f4a7c21f perl-functions 1863acf0982afafc67797e3ce7275b4c python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f _md5_=3841474b4a1ffd1317eb662a2cd944ee diff --git a/metadata/md5-cache/app-metrics/collectd-5.12.0-r12 b/metadata/md5-cache/app-metrics/collectd-5.12.0-r12 index 8e7534dcadf9..52957b4711de 100644 --- a/metadata/md5-cache/app-metrics/collectd-5.12.0-r12 +++ b/metadata/md5-cache/app-metrics/collectd-5.12.0-r12 @@ -13,5 +13,5 @@ RDEPEND=acct-group/collectd acct-user/collectd dev-libs/libgcrypt:= dev-libs/lib REQUIRED_USE=collectd_plugins_lua? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) collectd_plugins_python? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) ) collectd_plugins_smart? ( udev ) contrib? ( perl ) SLOT=0 SRC_URI=https://github.com/collectd/collectd/releases/download/collectd-5.12.0/collectd-5.12.0.tar.bz2 -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 fcaps c94316d02a37fb5cbe79b7d41c729119 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 linux-info efd923656513c879204fec6638eadee5 lua-single 75fe955a36b18e199213c8739eaebdbb lua-utils 7c89927eda6f21c4c48136247077ab37 multiprocessing 1e32df7deee68372153dca65f4a7c21f perl-functions 1863acf0982afafc67797e3ce7275b4c python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 fcaps c94316d02a37fb5cbe79b7d41c729119 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 linux-info efd923656513c879204fec6638eadee5 lua-single 75fe955a36b18e199213c8739eaebdbb lua-utils 7c89927eda6f21c4c48136247077ab37 multiprocessing 1e32df7deee68372153dca65f4a7c21f perl-functions 1863acf0982afafc67797e3ce7275b4c python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f _md5_=ddddd3e617c8ff8c60ba6019181892a4 diff --git a/metadata/md5-cache/app-misc/rundeck-cli-bin-2.0.8 b/metadata/md5-cache/app-misc/rundeck-cli-bin-2.0.8 index e9af3515505b..0b2d447f22dc 100644 --- a/metadata/md5-cache/app-misc/rundeck-cli-bin-2.0.8 +++ b/metadata/md5-cache/app-misc/rundeck-cli-bin-2.0.8 @@ -9,5 +9,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-11:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://github.com/rundeck/rundeck-cli/releases/download/v2.0.8/rundeck-cli-2.0.8-all.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=5f3ecc96221979b5a9287d414a53fc24 diff --git a/metadata/md5-cache/app-office/libreoffice-25.2.7.2-r1 b/metadata/md5-cache/app-office/libreoffice-25.2.7.2-r1 index 968b6f4fe911..19cad0da9282 100644 --- a/metadata/md5-cache/app-office/libreoffice-25.2.7.2-r1 +++ b/metadata/md5-cache/app-office/libreoffice-25.2.7.2-r1 @@ -14,5 +14,5 @@ REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_1 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=branding? ( https://dev.gentoo.org/~dilfridge/distfiles/libreoffice-branding-gentoo-0.8.tar.xz ) https://dev-builds.libreoffice.org/pre-releases/src/libreoffice-25.2.7.2.tar.xz https://dev-builds.libreoffice.org/pre-releases/src/libreoffice-help-25.2.7.2.tar.xz https://download.documentfoundation.org/libreoffice/src/25.2.//libreoffice-25.2.7.2.tar.xz https://download.documentfoundation.org/libreoffice/src/25.2.//libreoffice-help-25.2.7.2.tar.xz https://downloadarchive.documentfoundation.org/libreoffice/old/25.2.7.2/src/libreoffice-25.2.7.2.tar.xz https://downloadarchive.documentfoundation.org/libreoffice/old/25.2.7.2/src/libreoffice-help-25.2.7.2.tar.xz https://dev-www.libreoffice.org/src//dragonbox-1.1.3.tar.gz https://dev-www.libreoffice.org/src//dtoa-20180411.tgz https://dev-www.libreoffice.org/src//frozen-1.2.0.tar.gz https://dev-www.libreoffice.org/src//skia-m130-3c64459d5df2fa9794b277f0959ed8a92552bf4c.tar.xz base? ( https://dev-www.libreoffice.org/src//ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip https://dev-www.libreoffice.org/src//d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip https://dev-www.libreoffice.org/src//eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip https://dev-www.libreoffice.org/src//3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip https://dev-www.libreoffice.org/src//3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip https://dev-www.libreoffice.org/src//db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip https://dev-www.libreoffice.org/src//97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip https://dev-www.libreoffice.org/src//8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip https://dev-www.libreoffice.org/src//f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip https://dev-www.libreoffice.org/src//ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip https://dev-www.libreoffice.org/src//39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip ) java? ( https://dev-www.libreoffice.org/src//Java-WebSocket-1.6.0.tar.gz https://dev-www.libreoffice.org/src//17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip ) libreoffice_extensions_wiki-publisher? ( https://dev-www.libreoffice.org/src//a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip ) -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 bash-completion-r1 767861f3744f589ee5291c1698b1c082 check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 multiprocessing 1e32df7deee68372153dca65f4a7c21f python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 bash-completion-r1 767861f3744f589ee5291c1698b1c082 check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 multiprocessing 1e32df7deee68372153dca65f4a7c21f python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=25362009b127d67b06e795831393b370 diff --git a/metadata/md5-cache/app-office/libreoffice-9999 b/metadata/md5-cache/app-office/libreoffice-9999 index 5d07d081e40a..1865e503d46f 100644 --- a/metadata/md5-cache/app-office/libreoffice-9999 +++ b/metadata/md5-cache/app-office/libreoffice-9999 @@ -13,5 +13,5 @@ REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_1 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=branding? ( https://dev.gentoo.org/~dilfridge/distfiles/libreoffice-branding-gentoo-0.8.tar.xz ) https://dev-www.libreoffice.org/src//dragonbox-1.1.3.tar.gz https://dev-www.libreoffice.org/src//dtoa-20180411.tgz https://dev-www.libreoffice.org/src//frozen-1.2.0.tar.gz https://dev-www.libreoffice.org/src//skia-m136-28685d899b0a35894743e2cedad4c9f525e90e1e.tar.xz base? ( https://dev-www.libreoffice.org/src//ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip https://dev-www.libreoffice.org/src//d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip https://dev-www.libreoffice.org/src//eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip https://dev-www.libreoffice.org/src//3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip https://dev-www.libreoffice.org/src//3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip https://dev-www.libreoffice.org/src//db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip https://dev-www.libreoffice.org/src//97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip https://dev-www.libreoffice.org/src//8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip https://dev-www.libreoffice.org/src//f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip https://dev-www.libreoffice.org/src//ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip https://dev-www.libreoffice.org/src//39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip ) java? ( https://dev-www.libreoffice.org/src//Java-WebSocket-1.6.0.tar.gz https://dev-www.libreoffice.org/src//17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip ) libreoffice_extensions_wiki-publisher? ( https://dev-www.libreoffice.org/src//a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip ) -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 bash-completion-r1 767861f3744f589ee5291c1698b1c082 check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 git-r3 875eb471682d3e1f18da124be97dcc81 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 multiprocessing 1e32df7deee68372153dca65f4a7c21f python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 bash-completion-r1 767861f3744f589ee5291c1698b1c082 check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 git-r3 875eb471682d3e1f18da124be97dcc81 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 multiprocessing 1e32df7deee68372153dca65f4a7c21f python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=b0bd90f9a331941601e6222f73ea7d00 diff --git a/metadata/md5-cache/app-office/libreoffice-bin-24.8.4-r6 b/metadata/md5-cache/app-office/libreoffice-bin-24.8.4-r6 index 7925e2dfde9b..95d4c920af5a 100644 --- a/metadata/md5-cache/app-office/libreoffice-bin-24.8.4-r6 +++ b/metadata/md5-cache/app-office/libreoffice-bin-24.8.4-r6 @@ -12,5 +12,5 @@ RDEPEND=acct-group/libreoffice acct-user/libreoffice app-accessibility/at-spi2-c RESTRICT=test strip SLOT=0 SRC_URI=amd64? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.4_Linux_x86-64_deb.tar.gz ) l10n_am? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_am.tar.gz ) ) l10n_ar? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_ar.tar.gz ) ) l10n_ast? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_ast.tar.gz ) ) l10n_bg? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_bg.tar.gz ) ) l10n_bn-IN? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_bn-IN.tar.gz ) ) l10n_bn? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_bn.tar.gz ) ) l10n_bo? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_bo.tar.gz ) ) l10n_bs? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_bs.tar.gz ) ) l10n_ca-valencia? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_ca-valencia.tar.gz ) ) l10n_ca? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_ca.tar.gz ) ) l10n_cs? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_cs.tar.gz ) ) l10n_da? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_da.tar.gz ) ) l10n_de? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_de.tar.gz ) ) l10n_dz? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_dz.tar.gz ) ) l10n_el? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_el.tar.gz ) ) l10n_en-GB? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_en-GB.tar.gz ) ) l10n_en? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_en-US.tar.gz ) ) l10n_en-ZA? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_en-ZA.tar.gz ) ) l10n_eo? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_eo.tar.gz ) ) l10n_es? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_es.tar.gz ) ) l10n_et? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_et.tar.gz ) ) l10n_eu? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_eu.tar.gz ) ) l10n_fi? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_fi.tar.gz ) ) l10n_fr? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_fr.tar.gz ) ) l10n_gl? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_gl.tar.gz ) ) l10n_gu? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_gu.tar.gz ) ) l10n_he? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_he.tar.gz ) ) l10n_hi? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_hi.tar.gz ) ) l10n_hr? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_hr.tar.gz ) ) l10n_hu? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_hu.tar.gz ) ) l10n_id? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_id.tar.gz ) ) l10n_is? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_is.tar.gz ) ) l10n_it? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_it.tar.gz ) ) l10n_ja? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_ja.tar.gz ) ) l10n_ka? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_ka.tar.gz ) ) l10n_km? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_km.tar.gz ) ) l10n_ko? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_ko.tar.gz ) ) l10n_lo? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_lo.tar.gz ) ) l10n_lt? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_lt.tar.gz ) ) l10n_lv? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_lv.tar.gz ) ) l10n_mk? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_mk.tar.gz ) ) l10n_nb? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_nb.tar.gz ) ) l10n_ne? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_ne.tar.gz ) ) l10n_nl? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_nl.tar.gz ) ) l10n_nn? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_nn.tar.gz ) ) l10n_om? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_om.tar.gz ) ) l10n_pl? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_pl.tar.gz ) ) l10n_pt-BR? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_pt-BR.tar.gz ) ) l10n_pt? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_pt.tar.gz ) ) l10n_ro? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_ro.tar.gz ) ) l10n_ru? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_ru.tar.gz ) ) l10n_si? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_si.tar.gz ) ) l10n_sid? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_sid.tar.gz ) ) l10n_sk? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_sk.tar.gz ) ) l10n_sl? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_sl.tar.gz ) ) l10n_sq? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_sq.tar.gz ) ) l10n_sv? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_sv.tar.gz ) ) l10n_ta? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_ta.tar.gz ) ) l10n_tg? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_tg.tar.gz ) ) l10n_tr? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_tr.tar.gz ) ) l10n_ug? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_ug.tar.gz ) ) l10n_uk? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_uk.tar.gz ) ) l10n_vi? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_vi.tar.gz ) ) l10n_zh-CN? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_zh-CN.tar.gz ) ) l10n_zh-TW? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_helppack_zh-TW.tar.gz ) ) l10n_am? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_am.tar.gz ) l10n_ar? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_ar.tar.gz ) l10n_ast? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_ast.tar.gz ) l10n_bg? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_bg.tar.gz ) l10n_bn-IN? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_bn-IN.tar.gz ) l10n_bn? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_bn.tar.gz ) l10n_bo? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_bo.tar.gz ) l10n_bs? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_bs.tar.gz ) l10n_ca-valencia? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_ca-valencia.tar.gz ) l10n_ca? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_ca.tar.gz ) l10n_cs? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_cs.tar.gz ) l10n_da? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_da.tar.gz ) l10n_de? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_de.tar.gz ) l10n_dz? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_dz.tar.gz ) l10n_el? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_el.tar.gz ) l10n_en-GB? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_en-GB.tar.gz ) l10n_en-ZA? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_en-ZA.tar.gz ) l10n_eo? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_eo.tar.gz ) l10n_es? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_es.tar.gz ) l10n_et? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_et.tar.gz ) l10n_eu? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_eu.tar.gz ) l10n_fi? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_fi.tar.gz ) l10n_fr? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_fr.tar.gz ) l10n_gl? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_gl.tar.gz ) l10n_gu? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_gu.tar.gz ) l10n_he? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_he.tar.gz ) l10n_hi? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_hi.tar.gz ) l10n_hr? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_hr.tar.gz ) l10n_hu? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_hu.tar.gz ) l10n_id? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_id.tar.gz ) l10n_is? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_is.tar.gz ) l10n_it? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_it.tar.gz ) l10n_ja? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_ja.tar.gz ) l10n_ka? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_ka.tar.gz ) l10n_km? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_km.tar.gz ) l10n_ko? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_ko.tar.gz ) l10n_lo? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_lo.tar.gz ) l10n_lt? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_lt.tar.gz ) l10n_lv? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_lv.tar.gz ) l10n_mk? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_mk.tar.gz ) l10n_nb? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_nb.tar.gz ) l10n_ne? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_ne.tar.gz ) l10n_nl? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_nl.tar.gz ) l10n_nn? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_nn.tar.gz ) l10n_om? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_om.tar.gz ) l10n_pl? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_pl.tar.gz ) l10n_pt-BR? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_pt-BR.tar.gz ) l10n_pt? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_pt.tar.gz ) l10n_ro? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_ro.tar.gz ) l10n_ru? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_ru.tar.gz ) l10n_si? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_si.tar.gz ) l10n_sid? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_sid.tar.gz ) l10n_sk? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_sk.tar.gz ) l10n_sl? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_sl.tar.gz ) l10n_sq? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_sq.tar.gz ) l10n_sv? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_sv.tar.gz ) l10n_ta? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_ta.tar.gz ) l10n_tg? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_tg.tar.gz ) l10n_tr? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_tr.tar.gz ) l10n_ug? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_ug.tar.gz ) l10n_uk? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_uk.tar.gz ) l10n_vi? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_vi.tar.gz ) l10n_zh-CN? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_zh-CN.tar.gz ) l10n_zh-TW? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_zh-TW.tar.gz ) l10n_af? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_af.tar.gz ) l10n_as? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_as.tar.gz ) l10n_be? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_be.tar.gz ) l10n_br? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_br.tar.gz ) l10n_brx? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_brx.tar.gz ) l10n_ckb? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_ckb.tar.gz ) l10n_cy? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_cy.tar.gz ) l10n_dgo? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_dgo.tar.gz ) l10n_dsb? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_dsb.tar.gz ) l10n_fa? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_fa.tar.gz ) l10n_fur? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_fur.tar.gz ) l10n_fy? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_fy.tar.gz ) l10n_ga? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_ga.tar.gz ) l10n_gd? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_gd.tar.gz ) l10n_gug? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_gug.tar.gz ) l10n_hsb? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_hsb.tar.gz ) l10n_kab? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_kab.tar.gz ) l10n_kk? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_kk.tar.gz ) l10n_kmr-Latn? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_kmr-Latn.tar.gz ) l10n_kn? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_kn.tar.gz ) l10n_kok? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_kok.tar.gz ) l10n_ks? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_ks.tar.gz ) l10n_lb? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_lb.tar.gz ) l10n_mai? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_mai.tar.gz ) l10n_ml? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_ml.tar.gz ) l10n_mn? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_mn.tar.gz ) l10n_mni? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_mni.tar.gz ) l10n_mr? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_mr.tar.gz ) l10n_my? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_my.tar.gz ) l10n_nr? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_nr.tar.gz ) l10n_nso? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_nso.tar.gz ) l10n_oc? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_oc.tar.gz ) l10n_or? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_or.tar.gz ) l10n_pa? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_pa-IN.tar.gz ) l10n_rw? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_rw.tar.gz ) l10n_sa? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_sa-IN.tar.gz ) l10n_sat? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_sat.tar.gz ) l10n_sd? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_sd.tar.gz ) l10n_sr-Latn? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_sr-Latn.tar.gz ) l10n_sr? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_sr.tar.gz ) l10n_ss? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_ss.tar.gz ) l10n_st? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_st.tar.gz ) l10n_sw-TZ? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_sw-TZ.tar.gz ) l10n_szl? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_szl.tar.gz ) l10n_te? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_te.tar.gz ) l10n_th? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_th.tar.gz ) l10n_tn? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_tn.tar.gz ) l10n_ts? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_ts.tar.gz ) l10n_tt? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_tt.tar.gz ) l10n_uz? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_uz.tar.gz ) l10n_ve? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_ve.tar.gz ) l10n_vec? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_vec.tar.gz ) l10n_xh? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_xh.tar.gz ) l10n_zu? ( https://download.documentfoundation.org/libreoffice/stable/24.8.5/deb/x86_64/LibreOffice_24.8.5_Linux_x86-64_deb_langpack_zu.tar.gz ) -_eclasses_=java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=9dd666629e0e168978fceae41b7823e2 diff --git a/metadata/md5-cache/app-office/libreoffice-bin-25.2.0-r6 b/metadata/md5-cache/app-office/libreoffice-bin-25.2.0-r6 index 6ca2b95785b0..633a4ab4951d 100644 --- a/metadata/md5-cache/app-office/libreoffice-bin-25.2.0-r6 +++ b/metadata/md5-cache/app-office/libreoffice-bin-25.2.0-r6 @@ -12,5 +12,5 @@ RDEPEND=acct-group/libreoffice acct-user/libreoffice app-accessibility/at-spi2-c RESTRICT=test strip SLOT=0 SRC_URI=amd64? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb.tar.gz ) l10n_am? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_am.tar.gz ) ) l10n_ar? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_ar.tar.gz ) ) l10n_ast? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_ast.tar.gz ) ) l10n_bg? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_bg.tar.gz ) ) l10n_bn-IN? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_bn-IN.tar.gz ) ) l10n_bn? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_bn.tar.gz ) ) l10n_bo? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_bo.tar.gz ) ) l10n_bs? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_bs.tar.gz ) ) l10n_ca-valencia? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_ca-valencia.tar.gz ) ) l10n_ca? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_ca.tar.gz ) ) l10n_cs? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_cs.tar.gz ) ) l10n_da? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_da.tar.gz ) ) l10n_de? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_de.tar.gz ) ) l10n_dz? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_dz.tar.gz ) ) l10n_el? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_el.tar.gz ) ) l10n_en-GB? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_en-GB.tar.gz ) ) l10n_en? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_en-US.tar.gz ) ) l10n_en-ZA? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_en-ZA.tar.gz ) ) l10n_eo? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_eo.tar.gz ) ) l10n_es? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_es.tar.gz ) ) l10n_et? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_et.tar.gz ) ) l10n_eu? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_eu.tar.gz ) ) l10n_fi? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_fi.tar.gz ) ) l10n_fr? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_fr.tar.gz ) ) l10n_gl? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_gl.tar.gz ) ) l10n_gu? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_gu.tar.gz ) ) l10n_he? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_he.tar.gz ) ) l10n_hi? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_hi.tar.gz ) ) l10n_hr? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_hr.tar.gz ) ) l10n_hu? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_hu.tar.gz ) ) l10n_id? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_id.tar.gz ) ) l10n_is? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_is.tar.gz ) ) l10n_it? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_it.tar.gz ) ) l10n_ja? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_ja.tar.gz ) ) l10n_ka? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_ka.tar.gz ) ) l10n_km? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_km.tar.gz ) ) l10n_ko? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_ko.tar.gz ) ) l10n_lo? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_lo.tar.gz ) ) l10n_lt? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_lt.tar.gz ) ) l10n_lv? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_lv.tar.gz ) ) l10n_mk? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_mk.tar.gz ) ) l10n_nb? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_nb.tar.gz ) ) l10n_ne? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_ne.tar.gz ) ) l10n_nl? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_nl.tar.gz ) ) l10n_nn? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_nn.tar.gz ) ) l10n_om? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_om.tar.gz ) ) l10n_pl? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_pl.tar.gz ) ) l10n_pt-BR? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_pt-BR.tar.gz ) ) l10n_pt? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_pt.tar.gz ) ) l10n_ro? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_ro.tar.gz ) ) l10n_ru? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_ru.tar.gz ) ) l10n_si? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_si.tar.gz ) ) l10n_sid? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_sid.tar.gz ) ) l10n_sk? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_sk.tar.gz ) ) l10n_sl? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_sl.tar.gz ) ) l10n_sq? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_sq.tar.gz ) ) l10n_sv? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_sv.tar.gz ) ) l10n_ta? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_ta.tar.gz ) ) l10n_tg? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_tg.tar.gz ) ) l10n_tr? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_tr.tar.gz ) ) l10n_ug? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_ug.tar.gz ) ) l10n_uk? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_uk.tar.gz ) ) l10n_vi? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_vi.tar.gz ) ) l10n_zh-CN? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_zh-CN.tar.gz ) ) l10n_zh-TW? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_helppack_zh-TW.tar.gz ) ) l10n_am? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_am.tar.gz ) l10n_ar? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_ar.tar.gz ) l10n_ast? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_ast.tar.gz ) l10n_bg? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_bg.tar.gz ) l10n_bn-IN? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_bn-IN.tar.gz ) l10n_bn? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_bn.tar.gz ) l10n_bo? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_bo.tar.gz ) l10n_bs? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_bs.tar.gz ) l10n_ca-valencia? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_ca-valencia.tar.gz ) l10n_ca? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_ca.tar.gz ) l10n_cs? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_cs.tar.gz ) l10n_da? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_da.tar.gz ) l10n_de? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_de.tar.gz ) l10n_dz? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_dz.tar.gz ) l10n_el? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_el.tar.gz ) l10n_en-GB? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_en-GB.tar.gz ) l10n_en-ZA? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_en-ZA.tar.gz ) l10n_eo? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_eo.tar.gz ) l10n_es? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_es.tar.gz ) l10n_et? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_et.tar.gz ) l10n_eu? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_eu.tar.gz ) l10n_fi? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_fi.tar.gz ) l10n_fr? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_fr.tar.gz ) l10n_gl? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_gl.tar.gz ) l10n_gu? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_gu.tar.gz ) l10n_he? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_he.tar.gz ) l10n_hi? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_hi.tar.gz ) l10n_hr? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_hr.tar.gz ) l10n_hu? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_hu.tar.gz ) l10n_id? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_id.tar.gz ) l10n_is? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_is.tar.gz ) l10n_it? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_it.tar.gz ) l10n_ja? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_ja.tar.gz ) l10n_ka? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_ka.tar.gz ) l10n_km? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_km.tar.gz ) l10n_ko? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_ko.tar.gz ) l10n_lo? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_lo.tar.gz ) l10n_lt? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_lt.tar.gz ) l10n_lv? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_lv.tar.gz ) l10n_mk? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_mk.tar.gz ) l10n_nb? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_nb.tar.gz ) l10n_ne? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_ne.tar.gz ) l10n_nl? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_nl.tar.gz ) l10n_nn? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_nn.tar.gz ) l10n_om? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_om.tar.gz ) l10n_pl? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_pl.tar.gz ) l10n_pt-BR? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_pt-BR.tar.gz ) l10n_pt? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_pt.tar.gz ) l10n_ro? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_ro.tar.gz ) l10n_ru? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_ru.tar.gz ) l10n_si? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_si.tar.gz ) l10n_sid? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_sid.tar.gz ) l10n_sk? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_sk.tar.gz ) l10n_sl? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_sl.tar.gz ) l10n_sq? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_sq.tar.gz ) l10n_sv? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_sv.tar.gz ) l10n_ta? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_ta.tar.gz ) l10n_tg? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_tg.tar.gz ) l10n_tr? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_tr.tar.gz ) l10n_ug? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_ug.tar.gz ) l10n_uk? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_uk.tar.gz ) l10n_vi? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_vi.tar.gz ) l10n_zh-CN? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_zh-CN.tar.gz ) l10n_zh-TW? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_zh-TW.tar.gz ) l10n_af? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_af.tar.gz ) l10n_as? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_as.tar.gz ) l10n_be? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_be.tar.gz ) l10n_br? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_br.tar.gz ) l10n_brx? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_brx.tar.gz ) l10n_ckb? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_ckb.tar.gz ) l10n_cy? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_cy.tar.gz ) l10n_dgo? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_dgo.tar.gz ) l10n_dsb? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_dsb.tar.gz ) l10n_fa? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_fa.tar.gz ) l10n_fur? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_fur.tar.gz ) l10n_fy? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_fy.tar.gz ) l10n_ga? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_ga.tar.gz ) l10n_gd? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_gd.tar.gz ) l10n_gug? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_gug.tar.gz ) l10n_hsb? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_hsb.tar.gz ) l10n_kab? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_kab.tar.gz ) l10n_kk? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_kk.tar.gz ) l10n_kmr-Latn? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_kmr-Latn.tar.gz ) l10n_kn? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_kn.tar.gz ) l10n_kok? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_kok.tar.gz ) l10n_ks? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_ks.tar.gz ) l10n_lb? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_lb.tar.gz ) l10n_mai? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_mai.tar.gz ) l10n_ml? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_ml.tar.gz ) l10n_mn? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_mn.tar.gz ) l10n_mni? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_mni.tar.gz ) l10n_mr? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_mr.tar.gz ) l10n_my? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_my.tar.gz ) l10n_nr? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_nr.tar.gz ) l10n_nso? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_nso.tar.gz ) l10n_oc? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_oc.tar.gz ) l10n_or? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_or.tar.gz ) l10n_pa? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_pa-IN.tar.gz ) l10n_rw? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_rw.tar.gz ) l10n_sa? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_sa-IN.tar.gz ) l10n_sat? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_sat.tar.gz ) l10n_sd? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_sd.tar.gz ) l10n_sr-Latn? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_sr-Latn.tar.gz ) l10n_sr? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_sr.tar.gz ) l10n_ss? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_ss.tar.gz ) l10n_st? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_st.tar.gz ) l10n_sw-TZ? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_sw-TZ.tar.gz ) l10n_szl? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_szl.tar.gz ) l10n_te? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_te.tar.gz ) l10n_th? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_th.tar.gz ) l10n_tn? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_tn.tar.gz ) l10n_ts? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_ts.tar.gz ) l10n_tt? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_tt.tar.gz ) l10n_uz? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_uz.tar.gz ) l10n_ve? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_ve.tar.gz ) l10n_vec? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_vec.tar.gz ) l10n_xh? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_xh.tar.gz ) l10n_zu? ( https://download.documentfoundation.org/libreoffice/stable/25.2.0/deb/x86_64/LibreOffice_25.2.0_Linux_x86-64_deb_langpack_zu.tar.gz ) -_eclasses_=java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=a840a6c075d8286a1413e34a9426946a diff --git a/metadata/md5-cache/app-office/libreoffice-bin-25.8.4 b/metadata/md5-cache/app-office/libreoffice-bin-25.8.4 index 57184ddabaa6..d61b9f8189b4 100644 --- a/metadata/md5-cache/app-office/libreoffice-bin-25.8.4 +++ b/metadata/md5-cache/app-office/libreoffice-bin-25.8.4 @@ -12,5 +12,5 @@ RDEPEND=acct-group/libreoffice acct-user/libreoffice app-accessibility/at-spi2-c RESTRICT=test strip SLOT=0 SRC_URI=amd64? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb.tar.gz ) l10n_am? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_am.tar.gz ) ) l10n_ar? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_ar.tar.gz ) ) l10n_ast? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_ast.tar.gz ) ) l10n_bg? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_bg.tar.gz ) ) l10n_bn-IN? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_bn-IN.tar.gz ) ) l10n_bn? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_bn.tar.gz ) ) l10n_bo? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_bo.tar.gz ) ) l10n_bs? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_bs.tar.gz ) ) l10n_ca-valencia? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_ca-valencia.tar.gz ) ) l10n_ca? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_ca.tar.gz ) ) l10n_cs? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_cs.tar.gz ) ) l10n_da? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_da.tar.gz ) ) l10n_de? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_de.tar.gz ) ) l10n_dz? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_dz.tar.gz ) ) l10n_el? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_el.tar.gz ) ) l10n_en-GB? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_en-GB.tar.gz ) ) l10n_en? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_en-US.tar.gz ) ) l10n_en-ZA? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_en-ZA.tar.gz ) ) l10n_eo? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_eo.tar.gz ) ) l10n_es? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_es.tar.gz ) ) l10n_et? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_et.tar.gz ) ) l10n_eu? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_eu.tar.gz ) ) l10n_fi? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_fi.tar.gz ) ) l10n_fr? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_fr.tar.gz ) ) l10n_gl? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_gl.tar.gz ) ) l10n_gu? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_gu.tar.gz ) ) l10n_he? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_he.tar.gz ) ) l10n_hi? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_hi.tar.gz ) ) l10n_hr? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_hr.tar.gz ) ) l10n_hu? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_hu.tar.gz ) ) l10n_id? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_id.tar.gz ) ) l10n_is? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_is.tar.gz ) ) l10n_it? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_it.tar.gz ) ) l10n_ja? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_ja.tar.gz ) ) l10n_ka? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_ka.tar.gz ) ) l10n_km? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_km.tar.gz ) ) l10n_ko? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_ko.tar.gz ) ) l10n_lo? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_lo.tar.gz ) ) l10n_lt? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_lt.tar.gz ) ) l10n_lv? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_lv.tar.gz ) ) l10n_mk? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_mk.tar.gz ) ) l10n_nb? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_nb.tar.gz ) ) l10n_ne? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_ne.tar.gz ) ) l10n_nl? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_nl.tar.gz ) ) l10n_nn? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_nn.tar.gz ) ) l10n_om? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_om.tar.gz ) ) l10n_pl? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_pl.tar.gz ) ) l10n_pt-BR? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_pt-BR.tar.gz ) ) l10n_pt? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_pt.tar.gz ) ) l10n_ro? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_ro.tar.gz ) ) l10n_ru? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_ru.tar.gz ) ) l10n_si? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_si.tar.gz ) ) l10n_sid? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_sid.tar.gz ) ) l10n_sk? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_sk.tar.gz ) ) l10n_sl? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_sl.tar.gz ) ) l10n_sq? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_sq.tar.gz ) ) l10n_sv? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_sv.tar.gz ) ) l10n_ta? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_ta.tar.gz ) ) l10n_tg? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_tg.tar.gz ) ) l10n_tr? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_tr.tar.gz ) ) l10n_ug? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_ug.tar.gz ) ) l10n_uk? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_uk.tar.gz ) ) l10n_vi? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_vi.tar.gz ) ) l10n_zh-CN? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_zh-CN.tar.gz ) ) l10n_zh-TW? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_helppack_zh-TW.tar.gz ) ) l10n_am? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_am.tar.gz ) l10n_ar? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_ar.tar.gz ) l10n_ast? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_ast.tar.gz ) l10n_bg? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_bg.tar.gz ) l10n_bn-IN? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_bn-IN.tar.gz ) l10n_bn? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_bn.tar.gz ) l10n_bo? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_bo.tar.gz ) l10n_bs? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_bs.tar.gz ) l10n_ca-valencia? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_ca-valencia.tar.gz ) l10n_ca? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_ca.tar.gz ) l10n_cs? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_cs.tar.gz ) l10n_da? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_da.tar.gz ) l10n_de? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_de.tar.gz ) l10n_dz? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_dz.tar.gz ) l10n_el? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_el.tar.gz ) l10n_en-GB? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_en-GB.tar.gz ) l10n_en-ZA? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_en-ZA.tar.gz ) l10n_eo? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_eo.tar.gz ) l10n_es? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_es.tar.gz ) l10n_et? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_et.tar.gz ) l10n_eu? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_eu.tar.gz ) l10n_fi? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_fi.tar.gz ) l10n_fr? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_fr.tar.gz ) l10n_gl? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_gl.tar.gz ) l10n_gu? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_gu.tar.gz ) l10n_he? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_he.tar.gz ) l10n_hi? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_hi.tar.gz ) l10n_hr? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_hr.tar.gz ) l10n_hu? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_hu.tar.gz ) l10n_id? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_id.tar.gz ) l10n_is? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_is.tar.gz ) l10n_it? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_it.tar.gz ) l10n_ja? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_ja.tar.gz ) l10n_ka? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_ka.tar.gz ) l10n_km? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_km.tar.gz ) l10n_ko? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_ko.tar.gz ) l10n_lo? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_lo.tar.gz ) l10n_lt? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_lt.tar.gz ) l10n_lv? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_lv.tar.gz ) l10n_mk? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_mk.tar.gz ) l10n_nb? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_nb.tar.gz ) l10n_ne? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_ne.tar.gz ) l10n_nl? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_nl.tar.gz ) l10n_nn? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_nn.tar.gz ) l10n_om? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_om.tar.gz ) l10n_pl? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_pl.tar.gz ) l10n_pt-BR? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_pt-BR.tar.gz ) l10n_pt? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_pt.tar.gz ) l10n_ro? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_ro.tar.gz ) l10n_ru? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_ru.tar.gz ) l10n_si? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_si.tar.gz ) l10n_sid? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_sid.tar.gz ) l10n_sk? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_sk.tar.gz ) l10n_sl? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_sl.tar.gz ) l10n_sq? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_sq.tar.gz ) l10n_sv? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_sv.tar.gz ) l10n_ta? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_ta.tar.gz ) l10n_tg? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_tg.tar.gz ) l10n_tr? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_tr.tar.gz ) l10n_ug? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_ug.tar.gz ) l10n_uk? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_uk.tar.gz ) l10n_vi? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_vi.tar.gz ) l10n_zh-CN? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_zh-CN.tar.gz ) l10n_zh-TW? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_zh-TW.tar.gz ) l10n_af? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_af.tar.gz ) l10n_as? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_as.tar.gz ) l10n_be? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_be.tar.gz ) l10n_br? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_br.tar.gz ) l10n_brx? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_brx.tar.gz ) l10n_ckb? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_ckb.tar.gz ) l10n_cy? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_cy.tar.gz ) l10n_dgo? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_dgo.tar.gz ) l10n_dsb? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_dsb.tar.gz ) l10n_fa? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_fa.tar.gz ) l10n_fur? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_fur.tar.gz ) l10n_fy? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_fy.tar.gz ) l10n_ga? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_ga.tar.gz ) l10n_gd? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_gd.tar.gz ) l10n_gug? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_gug.tar.gz ) l10n_hsb? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_hsb.tar.gz ) l10n_kab? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_kab.tar.gz ) l10n_kk? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_kk.tar.gz ) l10n_kmr-Latn? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_kmr-Latn.tar.gz ) l10n_kn? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_kn.tar.gz ) l10n_kok? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_kok.tar.gz ) l10n_ks? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_ks.tar.gz ) l10n_lb? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_lb.tar.gz ) l10n_mai? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_mai.tar.gz ) l10n_ml? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_ml.tar.gz ) l10n_mn? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_mn.tar.gz ) l10n_mni? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_mni.tar.gz ) l10n_mr? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_mr.tar.gz ) l10n_my? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_my.tar.gz ) l10n_nr? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_nr.tar.gz ) l10n_nso? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_nso.tar.gz ) l10n_oc? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_oc.tar.gz ) l10n_or? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_or.tar.gz ) l10n_pa? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_pa-IN.tar.gz ) l10n_rw? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_rw.tar.gz ) l10n_sa? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_sa-IN.tar.gz ) l10n_sat? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_sat.tar.gz ) l10n_sd? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_sd.tar.gz ) l10n_sr-Latn? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_sr-Latn.tar.gz ) l10n_sr? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_sr.tar.gz ) l10n_ss? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_ss.tar.gz ) l10n_st? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_st.tar.gz ) l10n_sw-TZ? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_sw-TZ.tar.gz ) l10n_szl? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_szl.tar.gz ) l10n_te? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_te.tar.gz ) l10n_th? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_th.tar.gz ) l10n_tn? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_tn.tar.gz ) l10n_ts? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_ts.tar.gz ) l10n_tt? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_tt.tar.gz ) l10n_uz? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_uz.tar.gz ) l10n_ve? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_ve.tar.gz ) l10n_vec? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_vec.tar.gz ) l10n_xh? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_xh.tar.gz ) l10n_zu? ( https://download.documentfoundation.org/libreoffice/stable/25.8.4/deb/x86_64/LibreOffice_25.8.4_Linux_x86-64_deb_langpack_zu.tar.gz ) -_eclasses_=java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=a840a6c075d8286a1413e34a9426946a diff --git a/metadata/md5-cache/app-office/moneydance-2024.5117 b/metadata/md5-cache/app-office/moneydance-2024.5117 index a7cbd4eb3fb2..1bd7872b939d 100644 --- a/metadata/md5-cache/app-office/moneydance-2024.5117 +++ b/metadata/md5-cache/app-office/moneydance-2024.5117 @@ -10,5 +10,5 @@ RDEPEND=|| ( dev-java/openjdk-bin:17 dev-java/openjdk:17 ) >=dev-java/java-confi RESTRICT=bindist mirror SLOT=0 SRC_URI=https://infinitekind.com/stabledl/2024_5117/Moneydance_linux_amd64.tar.gz -> moneydance-2024.5117-amd64.tar.gz -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=388245e45ccde3e9d12e8a9e40094edf diff --git a/metadata/md5-cache/app-portage/java-ebuilder-0.5.1-r2 b/metadata/md5-cache/app-portage/java-ebuilder-0.5.1-r2 index ccba6d4f92e5..a71fb437ec77 100644 --- a/metadata/md5-cache/app-portage/java-ebuilder-0.5.1-r2 +++ b/metadata/md5-cache/app-portage/java-ebuilder-0.5.1-r2 @@ -9,5 +9,5 @@ LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.8:* sys-process/parallel >=dev-java/maven-bin-3 >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://gitweb.gentoo.org/proj/java-ebuilder.git/snapshot/java-ebuilder-0.5.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 prefix c3c4c93ebda319c0fa7ed6f942ba1010 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 prefix c3c4c93ebda319c0fa7ed6f942ba1010 _md5_=a297be214ce71ed0a732f0d2fcb19a5f diff --git a/metadata/md5-cache/app-portage/java-ebuilder-9999 b/metadata/md5-cache/app-portage/java-ebuilder-9999 index 622f896a0336..778d36c4ef41 100644 --- a/metadata/md5-cache/app-portage/java-ebuilder-9999 +++ b/metadata/md5-cache/app-portage/java-ebuilder-9999 @@ -9,5 +9,5 @@ LICENSE=GPL-2 PROPERTIES=live RDEPEND=>=virtual/jre-1.8:* sys-process/parallel >=dev-java/maven-bin-3 >=dev-java/java-config-2.2.0-r3 SLOT=0 -_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 prefix c3c4c93ebda319c0fa7ed6f942ba1010 +_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 prefix c3c4c93ebda319c0fa7ed6f942ba1010 _md5_=71eb26cf713236f76e56d72d53c307eb diff --git a/metadata/md5-cache/app-text/hyperestraier-1.4.13-r2 b/metadata/md5-cache/app-text/hyperestraier-1.4.13-r2 index 53fd75fae753..5902ca4638b8 100644 --- a/metadata/md5-cache/app-text/hyperestraier-1.4.13-r2 +++ b/metadata/md5-cache/app-text/hyperestraier-1.4.13-r2 @@ -11,5 +11,5 @@ LICENSE=LGPL-2.1 RDEPEND=dev-db/qdbm bzip2? ( app-arch/bzip2 ) java? ( >=virtual/jre-1.8:* ) lzo? ( dev-libs/lzo ) mecab? ( app-text/mecab ) perl? ( dev-lang/perl ) ruby? ( ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ) zlib? ( virtual/zlib:= ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0 SRC_URI=https://fallabs.com/hyperestraier/hyperestraier-1.4.13.tar.gz -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 multilib 404b65bd5212cff83b3935c685419d08 perl-functions 1863acf0982afafc67797e3ce7275b4c ruby-ng 019f1856057ee80f3bb4b0ad0498fcef ruby-utils a3a0978ae7e8a40e253821da24a24782 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 multilib 404b65bd5212cff83b3935c685419d08 perl-functions 1863acf0982afafc67797e3ce7275b4c ruby-ng 019f1856057ee80f3bb4b0ad0498fcef ruby-utils a3a0978ae7e8a40e253821da24a24782 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=c92da6030759fa16be3aabbb6c21fe42 diff --git a/metadata/md5-cache/app-text/jabref-bin-3.8.2-r1 b/metadata/md5-cache/app-text/jabref-bin-3.8.2-r1 index 53ae813c67dc..f25fde6a7cdd 100644 --- a/metadata/md5-cache/app-text/jabref-bin-3.8.2-r1 +++ b/metadata/md5-cache/app-text/jabref-bin-3.8.2-r1 @@ -10,5 +10,5 @@ LICENSE=MIT JSON RDEPEND=virtual/jre:1.8 >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://github.com/JabRef/jabref/releases/download/v3.8.2/JabRef-3.8.2.jar -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=6fa8e9234f05872ef0f8ee0e22587164 diff --git a/metadata/md5-cache/app-text/jabref-bin-4.3.1-r1 b/metadata/md5-cache/app-text/jabref-bin-4.3.1-r1 index e34247b114c3..70dc0801e583 100644 --- a/metadata/md5-cache/app-text/jabref-bin-4.3.1-r1 +++ b/metadata/md5-cache/app-text/jabref-bin-4.3.1-r1 @@ -10,5 +10,5 @@ LICENSE=MIT JSON RDEPEND=dev-java/openjdk:8[javafx] virtual/jre:1.8 >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://github.com/JabRef/jabref/releases/download/v4.3.1/JabRef-4.3.1.jar -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=86124901880ae1398c0dc2af6e18b1da diff --git a/metadata/md5-cache/app-text/languagetool-6.3-r2 b/metadata/md5-cache/app-text/languagetool-6.3-r2 index 4cd4dea16aa4..b1e3cb3aa9a8 100644 --- a/metadata/md5-cache/app-text/languagetool-6.3-r2 +++ b/metadata/md5-cache/app-text/languagetool-6.3-r2 @@ -10,5 +10,5 @@ LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.8 dev-java/commons-cli:0 dev-java/commons-collections:4 >=dev-java/commons-io-2.19.0:0 dev-java/commons-lang:3.6 dev-java/commons-logging:0 dev-java/hamcrest-core:1.3 dev-java/jcommander:0 >=dev-java/jna-5.17.0:0 dev-java/slf4j-api:0 >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://languagetool.org/download/LanguageTool-6.3.zip -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=3e547668b9d98c452b12fbdb08fc1e3e diff --git a/metadata/md5-cache/app-text/pdftk-3.3.3_p20231025 b/metadata/md5-cache/app-text/pdftk-3.3.3_p20231025 index 018558ee6227..450e8e55daba 100644 --- a/metadata/md5-cache/app-text/pdftk-3.3.3_p20231025 +++ b/metadata/md5-cache/app-text/pdftk-3.3.3_p20231025 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* dev-java/bcprov:0 dev-java/commons-lang:3.6 >=dev-ja RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://gitlab.com/pdftk-java/pdftk/-/archive/3f1918c831c919d0a8fcf18c36cf40118398b995.tar.bz2 -> pdftk-3.3.3_p20231025.tar.bz2 -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=69ac55be9b040964ab3bf7faa3b42589 diff --git a/metadata/md5-cache/app-text/pdftk-9999 b/metadata/md5-cache/app-text/pdftk-9999 index d23a9521a721..ad1f9cd3f962 100644 --- a/metadata/md5-cache/app-text/pdftk-9999 +++ b/metadata/md5-cache/app-text/pdftk-9999 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* dev-java/bcprov:0 dev-java/commons-lang:3.6 >=dev-ja RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://gitlab.com/pdftk-java/pdftk/-/commit/3f1918c831c919d0a8fcf18c36cf40118398b995.patch -> pdftk-9999-bc176.patch -_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=61ad5762d8fe19c004f116d2301fce31 diff --git a/metadata/md5-cache/app-text/trang-20241231 b/metadata/md5-cache/app-text/trang-20241231 index 657d36dcde57..d738884fd8fa 100644 --- a/metadata/md5-cache/app-text/trang-20241231 +++ b/metadata/md5-cache/app-text/trang-20241231 @@ -12,5 +12,5 @@ RDEPEND=dev-java/xerces:2 dev-java/xml-commons-resolver:0 >=virtual/jre-1.8:* >= RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/relaxng/jing-trang/archive/V20241231.tar.gz -> trang-20241231.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 prefix c3c4c93ebda319c0fa7ed6f942ba1010 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 prefix c3c4c93ebda319c0fa7ed6f942ba1010 _md5_=f9a72aaadab6385f577a2e19ffca4d72 diff --git a/metadata/md5-cache/dev-cpp/aws-crt-cpp-0.35.4 b/metadata/md5-cache/dev-cpp/aws-crt-cpp-0.35.4 new file mode 100644 index 000000000000..9b626cf201e4 --- /dev/null +++ b/metadata/md5-cache/dev-cpp/aws-crt-cpp-0.35.4 @@ -0,0 +1,16 @@ +BDEPEND=dev-libs/aws-c-common app-alternatives/ninja >=dev-build/cmake-3.28.5 +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-libs/aws-c-auth:= dev-libs/aws-c-cal:= dev-libs/aws-c-common:= dev-libs/aws-c-event-stream:= dev-libs/aws-c-http:= dev-libs/aws-c-io:= dev-libs/aws-c-mqtt:= dev-libs/aws-c-s3:= dev-libs/aws-checksums:= +DESCRIPTION=C++ wrapper around the aws-c-* libraries +EAPI=8 +HOMEPAGE=https://github.com/awslabs/aws-crt-cpp +INHERIT=cmake +IUSE=test +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RDEPEND=dev-libs/aws-c-auth:= dev-libs/aws-c-cal:= dev-libs/aws-c-common:= dev-libs/aws-c-event-stream:= dev-libs/aws-c-http:= dev-libs/aws-c-io:= dev-libs/aws-c-mqtt:= dev-libs/aws-c-s3:= dev-libs/aws-checksums:= +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/awslabs/aws-crt-cpp/archive/refs/tags/v0.35.4.tar.gz -> aws-crt-cpp-0.35.4.tar.gz +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=14aa273360a92393edab2aba42ea5a6b diff --git a/metadata/md5-cache/dev-cpp/aws-sdk-cpp-1.11.712 b/metadata/md5-cache/dev-cpp/aws-sdk-cpp-1.11.712 new file mode 100644 index 000000000000..5a8f09b3d923 --- /dev/null +++ b/metadata/md5-cache/dev-cpp/aws-sdk-cpp-1.11.712 @@ -0,0 +1,15 @@ +BDEPEND=dev-libs/aws-c-common app-alternatives/ninja >=dev-build/cmake-3.28.5 +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-cpp/aws-crt-cpp:= dev-libs/aws-c-auth:= dev-libs/aws-c-common:= dev-libs/aws-c-compression:= dev-libs/aws-c-event-stream:= dev-libs/aws-c-http:= dev-libs/aws-c-io:= dev-libs/aws-c-mqtt:= dev-libs/aws-c-s3:= dev-libs/aws-c-sdkutils:= dev-libs/aws-checksums:= net-misc/curl:= virtual/zlib:= +DESCRIPTION=AWS SDK for C++ +EAPI=8 +HOMEPAGE=https://github.com/aws/aws-sdk-cpp +INHERIT=cmake +IUSE=devops iot analytics database ml networking compute messaging security media uncategorized storage management monitor +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RDEPEND=dev-cpp/aws-crt-cpp:= dev-libs/aws-c-auth:= dev-libs/aws-c-common:= dev-libs/aws-c-compression:= dev-libs/aws-c-event-stream:= dev-libs/aws-c-http:= dev-libs/aws-c-io:= dev-libs/aws-c-mqtt:= dev-libs/aws-c-s3:= dev-libs/aws-c-sdkutils:= dev-libs/aws-checksums:= net-misc/curl:= virtual/zlib:= +SLOT=0 +SRC_URI=https://github.com/aws/aws-sdk-cpp/archive/refs/tags/1.11.712.tar.gz -> aws-sdk-cpp-1.11.712.tar.gz +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=ca8c5c288f5c9dd60dcb63517f0143f5 diff --git a/metadata/md5-cache/dev-cpp/lucene++-3.0.9-r2 b/metadata/md5-cache/dev-cpp/lucene++-3.0.9-r2 new file mode 100644 index 000000000000..90356487cc37 --- /dev/null +++ b/metadata/md5-cache/dev-cpp/lucene++-3.0.9-r2 @@ -0,0 +1,16 @@ +BDEPEND=test? ( dev-cpp/gtest ) app-alternatives/ninja >=dev-build/cmake-3.28.5 +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-libs/boost:=[zlib] +DESCRIPTION=C++ port of Lucene library, a high-performance, full-featured text search engine +EAPI=8 +HOMEPAGE=https://github.com/luceneplusplus/LucenePlusPlus +INHERIT=edo cmake flag-o-matic +IUSE=debug test +KEYWORDS=~amd64 ~hppa ~loong ~ppc ~ppc64 ~sparc ~x86 +LICENSE=|| ( LGPL-3 Apache-2.0 ) +RDEPEND=dev-libs/boost:=[zlib] +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_3.0.9.tar.gz -> lucene++-3.0.9.tar.gz +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=cbdb0792ee4ffcfbc2b549b135c2e467 diff --git a/metadata/md5-cache/dev-cpp/tlfloat-1.17.1_p20250711 b/metadata/md5-cache/dev-cpp/tlfloat-1.17.1_p20250711 index fd944ead8069..2961044d4ae4 100644 --- a/metadata/md5-cache/dev-cpp/tlfloat-1.17.1_p20250711 +++ b/metadata/md5-cache/dev-cpp/tlfloat-1.17.1_p20250711 @@ -5,10 +5,10 @@ EAPI=8 HOMEPAGE=https://shibatch.github.io/tlfloat-doxygen/ INHERIT=cmake IUSE=test -KEYWORDS=~amd64 ~arm64 +KEYWORDS=~amd64 ~arm64 ~riscv LICENSE=Boost-1.0 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/shibatch/tlfloat/archive/38f525b838b05dd5c266d34b16cb554cf1fe37c5.tar.gz -> tlfloat-1.17.1_p20250711.tar.gz _eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=e4e20d544cd6b83786ab114368b78664 +_md5_=821c0352a0ffc03bc8f3c3f98df151ea diff --git a/metadata/md5-cache/dev-db/apgdiff-2.7.0-r1 b/metadata/md5-cache/dev-db/apgdiff-2.7.0-r1 index 4a3692a08068..26cafa745247 100644 --- a/metadata/md5-cache/dev-db/apgdiff-2.7.0-r1 +++ b/metadata/md5-cache/dev-db/apgdiff-2.7.0-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/fordfrog/apgdiff/archive/release_2.7.0.tar.gz -> apgdiff-2.7.0-sources.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=6db3a52393fd84d939aa1abbd63db877 diff --git a/metadata/md5-cache/dev-db/hsqldb-2.7.4 b/metadata/md5-cache/dev-db/hsqldb-2.7.4 index 5a4468e336bd..b2ffd323ecc6 100644 --- a/metadata/md5-cache/dev-db/hsqldb-2.7.4 +++ b/metadata/md5-cache/dev-db/hsqldb-2.7.4 @@ -12,5 +12,5 @@ RDEPEND=acct-group/hsqldb acct-user/hsqldb >=virtual/jre-11:* >=dev-java/java-co RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://downloads.sourceforge.net/project/hsqldb/hsqldb/hsqldb_2_7/hsqldb-2.7.4.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=f8e0c4052f024e891f1eebc95c4f12b8 diff --git a/metadata/md5-cache/dev-db/mariadb-11.8.5 b/metadata/md5-cache/dev-db/mariadb-11.8.5 index 085ec7bf8f63..9dc0c69ee3e6 100644 --- a/metadata/md5-cache/dev-db/mariadb-11.8.5 +++ b/metadata/md5-cache/dev-db/mariadb-11.8.5 @@ -13,5 +13,5 @@ REQUIRED_USE=jdbc? ( extraengine server !static ) ?? ( tcmalloc jemalloc ) stati RESTRICT=!bindist? ( bindist ) !test? ( test ) SLOT=0 SRC_URI=mirror://mariadb/mariadb-11.8.5/source/mariadb-11.8.5.tar.gz -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b optfeature 538bce96e5589935b57e178e8635f301 prefix c3c4c93ebda319c0fa7ed6f942ba1010 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b optfeature 538bce96e5589935b57e178e8635f301 prefix c3c4c93ebda319c0fa7ed6f942ba1010 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=19f56770ed91b5536ab53a48abf09ef0 diff --git a/metadata/md5-cache/dev-db/mariadb-12.1.1 b/metadata/md5-cache/dev-db/mariadb-12.1.1 index cd91212c1ce6..235ab90cdb55 100644 --- a/metadata/md5-cache/dev-db/mariadb-12.1.1 +++ b/metadata/md5-cache/dev-db/mariadb-12.1.1 @@ -13,5 +13,5 @@ REQUIRED_USE=jdbc? ( extraengine server !static ) ?? ( tcmalloc jemalloc ) stati RESTRICT=!bindist? ( bindist ) !test? ( test ) SLOT=0 SRC_URI=mirror://mariadb/mariadb-12.1.1/source/mariadb-12.1.1.tar.gz -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b optfeature 538bce96e5589935b57e178e8635f301 prefix c3c4c93ebda319c0fa7ed6f942ba1010 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b optfeature 538bce96e5589935b57e178e8635f301 prefix c3c4c93ebda319c0fa7ed6f942ba1010 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=66192223cef42ec79485c1643f345501 diff --git a/metadata/md5-cache/dev-db/mariadb-12.1.2 b/metadata/md5-cache/dev-db/mariadb-12.1.2 index cfc6bc253c41..43b64dd974be 100644 --- a/metadata/md5-cache/dev-db/mariadb-12.1.2 +++ b/metadata/md5-cache/dev-db/mariadb-12.1.2 @@ -13,5 +13,5 @@ REQUIRED_USE=jdbc? ( extraengine server !static ) ?? ( tcmalloc jemalloc ) stati RESTRICT=!bindist? ( bindist ) !test? ( test ) SLOT=0 SRC_URI=mirror://mariadb/mariadb-12.1.2/source/mariadb-12.1.2.tar.gz -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b optfeature 538bce96e5589935b57e178e8635f301 prefix c3c4c93ebda319c0fa7ed6f942ba1010 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b optfeature 538bce96e5589935b57e178e8635f301 prefix c3c4c93ebda319c0fa7ed6f942ba1010 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=54dd9ce5135f16048712b91a2e6b49aa diff --git a/metadata/md5-cache/dev-db/qdbm-1.8.78-r5 b/metadata/md5-cache/dev-db/qdbm-1.8.78-r5 index 5045057837bb..5bbd9dc2e548 100644 --- a/metadata/md5-cache/dev-db/qdbm-1.8.78-r5 +++ b/metadata/md5-cache/dev-db/qdbm-1.8.78-r5 @@ -11,5 +11,5 @@ LICENSE=LGPL-2.1 RDEPEND=bzip2? ( app-arch/bzip2 ) java? ( >=virtual/jre-1.8:* ) lzo? ( dev-libs/lzo ) perl? ( dev-lang/perl ) ruby? ( ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ) zlib? ( virtual/zlib:= ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0 SRC_URI=https://fallabs.com/qdbm/qdbm-1.8.78.tar.gz -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 multilib 404b65bd5212cff83b3935c685419d08 perl-functions 1863acf0982afafc67797e3ce7275b4c ruby-ng 019f1856057ee80f3bb4b0ad0498fcef ruby-utils a3a0978ae7e8a40e253821da24a24782 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 multilib 404b65bd5212cff83b3935c685419d08 perl-functions 1863acf0982afafc67797e3ce7275b4c ruby-ng 019f1856057ee80f3bb4b0ad0498fcef ruby-utils a3a0978ae7e8a40e253821da24a24782 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=7763244c581003683b2c2976942d29e5 diff --git a/metadata/md5-cache/dev-db/sqlcl-bin-25.2.2.199.0918 b/metadata/md5-cache/dev-db/sqlcl-bin-25.2.2.199.0918 index d2294ed3f486..4e38d61f7ae7 100644 --- a/metadata/md5-cache/dev-db/sqlcl-bin-25.2.2.199.0918 +++ b/metadata/md5-cache/dev-db/sqlcl-bin-25.2.2.199.0918 @@ -11,5 +11,5 @@ RDEPEND=dev-db/oracle-instantclient dev-java/java-config:2 >=virtual/jre-11 >=de RESTRICT=mirror SLOT=0 SRC_URI=https://download.oracle.com/otn_software/java/sqldeveloper/sqlcl-25.2.2.199.0918.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=c4bc6ad97916f9ea65c70863b7d5a6e5 diff --git a/metadata/md5-cache/dev-db/sqldeveloper-23.1.1.345.2114 b/metadata/md5-cache/dev-db/sqldeveloper-23.1.1.345.2114 index 4324753c88be..a203207f1397 100644 --- a/metadata/md5-cache/dev-db/sqldeveloper-23.1.1.345.2114 +++ b/metadata/md5-cache/dev-db/sqldeveloper-23.1.1.345.2114 @@ -12,5 +12,5 @@ RDEPEND=dev-java/openjdk:11[javafx] virtual/jre:11 mssql? ( dev-java/jtds:1.3 ) RESTRICT=bindist fetch SLOT=0 SRC_URI=sqldeveloper-23.1.1.345.2114-no-jre.zip -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=0fe206a5de8aace7661b673ea561d509 diff --git a/metadata/md5-cache/dev-debug/gprofng-gui-2.0 b/metadata/md5-cache/dev-debug/gprofng-gui-2.0 index f3e6eaff3730..8470c76927da 100644 --- a/metadata/md5-cache/dev-debug/gprofng-gui-2.0 +++ b/metadata/md5-cache/dev-debug/gprofng-gui-2.0 @@ -10,5 +10,5 @@ LICENSE=GPL-3+ RDEPEND=sys-devel/binutils:*[gprofng(-)] >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=mirror://gnu/gprofng-gui/gprofng-gui-2.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=0ebda53d14767de1c6fff0dc9276c31f diff --git a/metadata/md5-cache/dev-debug/gprofng-gui-2.1 b/metadata/md5-cache/dev-debug/gprofng-gui-2.1 index aec04456f731..78080a7246d9 100644 --- a/metadata/md5-cache/dev-debug/gprofng-gui-2.1 +++ b/metadata/md5-cache/dev-debug/gprofng-gui-2.1 @@ -10,5 +10,5 @@ LICENSE=GPL-3+ RDEPEND=sys-devel/binutils:*[gprofng(-)] >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=mirror://gnu/gprofng-gui/gprofng-gui-2.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=26f13109921caa43e0bf175962c5f720 diff --git a/metadata/md5-cache/dev-debug/gprofng-gui-2.2 b/metadata/md5-cache/dev-debug/gprofng-gui-2.2 index 3e37844b82a4..bba382504c62 100644 --- a/metadata/md5-cache/dev-debug/gprofng-gui-2.2 +++ b/metadata/md5-cache/dev-debug/gprofng-gui-2.2 @@ -10,5 +10,5 @@ LICENSE=GPL-3+ RDEPEND=sys-devel/binutils:*[gprofng(-)] >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=mirror://gnu/gprofng-gui/gprofng-gui-2.2.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=26f13109921caa43e0bf175962c5f720 diff --git a/metadata/md5-cache/dev-debug/gprofng-gui-9999 b/metadata/md5-cache/dev-debug/gprofng-gui-9999 index d8b6d4b362aa..0dd8e5b34a4e 100644 --- a/metadata/md5-cache/dev-debug/gprofng-gui-9999 +++ b/metadata/md5-cache/dev-debug/gprofng-gui-9999 @@ -10,5 +10,5 @@ LICENSE=GPL-3+ PROPERTIES=live RDEPEND=sys-devel/binutils:*[gprofng(-)] >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=0 -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 git-r3 875eb471682d3e1f18da124be97dcc81 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 git-r3 875eb471682d3e1f18da124be97dcc81 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=26f13109921caa43e0bf175962c5f720 diff --git a/metadata/md5-cache/dev-embedded/arduino-1.8.19-r1 b/metadata/md5-cache/dev-embedded/arduino-1.8.19-r1 index 01e2f5b9b970..76c628d8e04a 100644 --- a/metadata/md5-cache/dev-embedded/arduino-1.8.19-r1 +++ b/metadata/md5-cache/dev-embedded/arduino-1.8.19-r1 @@ -12,5 +12,5 @@ RDEPEND=dev-embedded/arduino-builder >=dev-util/astyle-3.1[java] dev-embedded/ar RESTRICT=strip SLOT=0 SRC_URI=https://github.com/arduino/Arduino/archive/1.8.19.tar.gz -> arduino-1.8.19.tar.gz https://downloads.arduino.cc/cores/avr-1.8.3.tar.bz2 -> arduino-avr-1.8.3.tar.bz2 https://github.com/arduino/arduino-examples/archive/refs/tags/1.9.1.zip -> arduino-examples-1.9.1.zip https://github.com/arduino/WiFi101-FirmwareUpdater-Plugin/releases/download/v0.12.0/WiFi101-Updater-ArduinoIDE-Plugin-0.12.0.zip -> arduino-WiFi101-Updater-ArduinoIDE-Plugin-0.12.0.zip -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=805769e19210ed6424e6c8f80a29c5ab diff --git a/metadata/md5-cache/dev-embedded/arduino-listserialportsc-1.4.0-r1 b/metadata/md5-cache/dev-embedded/arduino-listserialportsc-1.4.0-r1 index 2aecc19ef168..2add529767dc 100644 --- a/metadata/md5-cache/dev-embedded/arduino-listserialportsc-1.4.0-r1 +++ b/metadata/md5-cache/dev-embedded/arduino-listserialportsc-1.4.0-r1 @@ -9,5 +9,5 @@ LICENSE=LGPL-3 RDEPEND=>=dev-libs/libserialport-0.1.1 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://github.com/arduino/listSerialPortsC/archive/1.4.0.tar.gz -> arduino-listserialportsc-1.4.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=6b904b616f39ce42b1c248beff623ae1 diff --git a/metadata/md5-cache/dev-java/angus-activation-1.0.0-r1 b/metadata/md5-cache/dev-java/angus-activation-1.0.0-r1 index 146b94573171..41446e92aa2f 100644 --- a/metadata/md5-cache/dev-java/angus-activation-1.0.0-r1 +++ b/metadata/md5-cache/dev-java/angus-activation-1.0.0-r1 @@ -10,5 +10,5 @@ LICENSE=EPL-1.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/eclipse-ee4j/angus-activation/archive/1.0.0.tar.gz -> angus-activation-1.0.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=d080e32f0ca0c13b8f937353a57c9508 diff --git a/metadata/md5-cache/dev-java/animal-sniffer-annotations-1.15-r1 b/metadata/md5-cache/dev-java/animal-sniffer-annotations-1.15-r1 index a1900002fecc..ab1d951e8483 100644 --- a/metadata/md5-cache/dev-java/animal-sniffer-annotations-1.15-r1 +++ b/metadata/md5-cache/dev-java/animal-sniffer-annotations-1.15-r1 @@ -10,5 +10,5 @@ LICENSE=MIT RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/mojohaus/animal-sniffer/archive/animal-sniffer-parent-1.15.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=522c02b216212156d861dbc7c3cb42cc diff --git a/metadata/md5-cache/dev-java/ant-1.10.15 b/metadata/md5-cache/dev-java/ant-1.10.15 index 355f316f0339..c92a0d918e87 100644 --- a/metadata/md5-cache/dev-java/ant-1.10.15 +++ b/metadata/md5-cache/dev-java/ant-1.10.15 @@ -14,5 +14,5 @@ REQUIRED_USE=junit4? ( junit ) test? ( bsf ) testutil? ( junit ) RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=mirror://apache/ant/source/apache-ant-1.10.15-src.tar.xz verify-sig? ( https://downloads.apache.org/ant/source/apache-ant-1.10.15-src.tar.xz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 prefix c3c4c93ebda319c0fa7ed6f942ba1010 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 prefix c3c4c93ebda319c0fa7ed6f942ba1010 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=297dd31ec35036b513d4bced4d5d5cd8 diff --git a/metadata/md5-cache/dev-java/ant-contrib-1.0_beta6_pre20201123-r3 b/metadata/md5-cache/dev-java/ant-contrib-1.0_beta6_pre20201123-r3 index b6c22261fec5..d117bb8056ac 100644 --- a/metadata/md5-cache/dev-java/ant-contrib-1.0_beta6_pre20201123-r3 +++ b/metadata/md5-cache/dev-java/ant-contrib-1.0_beta6_pre20201123-r3 @@ -11,5 +11,5 @@ RDEPEND=>=dev-java/ant-1.10.14-r3:0 dev-java/ant-ivy:0 dev-java/bcel:0 dev-java/ RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=https://github.com/cniweb/ant-contrib/archive/0228412be2ef648cfabc1d74416d3188755aff9b.tar.gz -> ant-contrib-1.0_beta6_pre20201123.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=a4706faa787ac922b050bf8a9fd07e50 diff --git a/metadata/md5-cache/dev-java/ant-ivy-2.5.0-r4 b/metadata/md5-cache/dev-java/ant-ivy-2.5.0-r4 index dffc5cc4ddf3..6dfc3134e7c5 100644 --- a/metadata/md5-cache/dev-java/ant-ivy-2.5.0-r4 +++ b/metadata/md5-cache/dev-java/ant-ivy-2.5.0-r4 @@ -12,5 +12,5 @@ RDEPEND=>=dev-java/ant-1.10.14-r3:0 dev-java/bcpg:0 dev-java/bcprov:0 dev-java/h RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=https://archive.apache.org/dist/ant/ivy/2.5.0/apache-ivy-2.5.0-src.tar.gz -_eclasses_=java-osgi 83a8e8f3c7c84a76e5e52536c2e35096 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-osgi 83a8e8f3c7c84a76e5e52536c2e35096 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=ba18e9063af9d0c9769c2f95670baa23 diff --git a/metadata/md5-cache/dev-java/antlr-2.7.7-r10 b/metadata/md5-cache/dev-java/antlr-2.7.7-r10 index 6f149180bbdc..01eb9a9da426 100644 --- a/metadata/md5-cache/dev-java/antlr-2.7.7-r10 +++ b/metadata/md5-cache/dev-java/antlr-2.7.7-r10 @@ -10,5 +10,5 @@ LICENSE=public-domain RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://www.antlr2.org/download/antlr-2.7.7.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=2b0c996bfa14f1be768c4b6e6a3a1189 diff --git a/metadata/md5-cache/dev-java/antlr-3.2-r2 b/metadata/md5-cache/dev-java/antlr-3.2-r2 index 7e7cf031fecd..5e0b8c457758 100644 --- a/metadata/md5-cache/dev-java/antlr-3.2-r2 +++ b/metadata/md5-cache/dev-java/antlr-3.2-r2 @@ -11,5 +11,5 @@ RDEPEND=>=dev-java/antlr-2.7.7-r7:0 dev-java/stringtemplate:0 >=virtual/jre-1.8: RESTRICT=!test? ( test ) !test? ( test ) SLOT=3 SRC_URI=https://www.antlr3.org/download/antlr-3.2.tar.gz https://www.antlr3.org/download/antlr-3.2.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=3023cf7d154c9d1a4623b13efce47a55 diff --git a/metadata/md5-cache/dev-java/antlr-3.5.3 b/metadata/md5-cache/dev-java/antlr-3.5.3 index ed22527c38ae..4bd51e6e3420 100644 --- a/metadata/md5-cache/dev-java/antlr-3.5.3 +++ b/metadata/md5-cache/dev-java/antlr-3.5.3 @@ -9,5 +9,5 @@ LICENSE=BSD RDEPEND=>=virtual/jre-1.8:* ~dev-java/antlr-runtime-3.5.3:3.5 ~dev-java/antlr-tool-3.5.3:3.5 >=dev-java/java-config-2.2.0-r3 SLOT=3.5 SRC_URI=https://github.com/antlr/antlr3/archive/3.5.3.tar.gz -> antlr-3.5.3.tar.gz -_eclasses_=eapi9-ver 6a71fa30cdb3fe445114fdeab156c1f0 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=eapi9-ver 6a71fa30cdb3fe445114fdeab156c1f0 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=885c4acacb0e09caca60d61f1d39e25a diff --git a/metadata/md5-cache/dev-java/antlr-4.13.2 b/metadata/md5-cache/dev-java/antlr-4.13.2 index 1847963f7afb..bb410ead3513 100644 --- a/metadata/md5-cache/dev-java/antlr-4.13.2 +++ b/metadata/md5-cache/dev-java/antlr-4.13.2 @@ -9,5 +9,5 @@ LICENSE=BSD RDEPEND=>=virtual/jre-1.8:* ~dev-java/antlr-runtime-4.13.2:4 ~dev-java/antlr-tool-4.13.2:4 >=dev-java/java-config-2.2.0-r3 SLOT=4 SRC_URI=https://github.com/antlr/antlr4/archive/4.13.2.tar.gz -> antlr-4.13.2.tar.gz -_eclasses_=eapi9-ver 6a71fa30cdb3fe445114fdeab156c1f0 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=eapi9-ver 6a71fa30cdb3fe445114fdeab156c1f0 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=a9474bb3d56ab2da86ccc8d36abd7f34 diff --git a/metadata/md5-cache/dev-java/antlr-runtime-3.5.3 b/metadata/md5-cache/dev-java/antlr-runtime-3.5.3 index f3f090219a43..23a8a622fcb6 100644 --- a/metadata/md5-cache/dev-java/antlr-runtime-3.5.3 +++ b/metadata/md5-cache/dev-java/antlr-runtime-3.5.3 @@ -11,5 +11,5 @@ LICENSE=BSD RDEPEND=>=dev-java/stringtemplate-3.2.1:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=3.5 SRC_URI=https://repo1.maven.org/maven2/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3-sources.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=7d547fedfe566df0393310922ea8df73 diff --git a/metadata/md5-cache/dev-java/antlr-runtime-4.13.2 b/metadata/md5-cache/dev-java/antlr-runtime-4.13.2 index 0c34f3fec886..34ad7a08dc92 100644 --- a/metadata/md5-cache/dev-java/antlr-runtime-4.13.2 +++ b/metadata/md5-cache/dev-java/antlr-runtime-4.13.2 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=4 SRC_URI=https://github.com/antlr/antlr4/archive/4.13.2.tar.gz -> antlr-4.13.2.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e _md5_=9c23d1a8fc1737043d9ee8eb7ab91125 diff --git a/metadata/md5-cache/dev-java/antlr-tool-3.5.3-r1 b/metadata/md5-cache/dev-java/antlr-tool-3.5.3-r1 index 61dd7f3926ef..f3d8101082ed 100644 --- a/metadata/md5-cache/dev-java/antlr-tool-3.5.3-r1 +++ b/metadata/md5-cache/dev-java/antlr-tool-3.5.3-r1 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* ~dev-java/antlr-runtime-3.5.3:3.5 dev-java/stringtem RESTRICT=!test? ( test ) SLOT=3.5 SRC_URI=https://repo1.maven.org/maven2/org/antlr/antlr/3.5.3/antlr-3.5.3-sources.jar -> antlr-tool-3.5.3-sources.jar https://github.com/antlr/antlr3/archive/3.5.3.tar.gz -> antlr-3.5.3.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=89f1d40227e4e86b85e6be2a30b33892 diff --git a/metadata/md5-cache/dev-java/antlr-tool-4.13.2-r1 b/metadata/md5-cache/dev-java/antlr-tool-4.13.2-r1 index 7b75f9b7c41c..1ebf07cd14c6 100644 --- a/metadata/md5-cache/dev-java/antlr-tool-4.13.2-r1 +++ b/metadata/md5-cache/dev-java/antlr-tool-4.13.2-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* ~dev-java/antlr-runtime-4.13.2:4 dev-java/antlr-runt RESTRICT=!test? ( test ) SLOT=4 SRC_URI=https://github.com/antlr/antlr4/archive/4.13.2.tar.gz -> antlr-4.13.2.tar.gz https://repo1.maven.org/maven2/org/antlr/antlr4/4.13.2/antlr4-4.13.2-sources.jar -> antlr-tool-4.13.2-sources.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e _md5_=76ee4698b55efa9be43166c3256312ed diff --git a/metadata/md5-cache/dev-java/antunit-1.4.1-r1 b/metadata/md5-cache/dev-java/antunit-1.4.1-r1 index 81c30bcdedaa..1950c8243370 100644 --- a/metadata/md5-cache/dev-java/antunit-1.4.1-r1 +++ b/metadata/md5-cache/dev-java/antunit-1.4.1-r1 @@ -12,5 +12,5 @@ RDEPEND=>=dev-java/ant-1.10.14:0 dev-java/junit:4 >=virtual/jre-1.8:* >=dev-java 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_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=a6338ff0112fa63a383d326b6bef6f75 diff --git a/metadata/md5-cache/dev-java/aopalliance-1.0-r3 b/metadata/md5-cache/dev-java/aopalliance-1.0-r3 index 3c4de1fb40e4..6c51ff0b8795 100644 --- a/metadata/md5-cache/dev-java/aopalliance-1.0-r3 +++ b/metadata/md5-cache/dev-java/aopalliance-1.0-r3 @@ -10,5 +10,5 @@ LICENSE=public-domain RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=1 SRC_URI=mirror://gentoo/aopalliance-1.0-gentoo.tar.bz2 -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=90424343390547d2117653f740f8a691 diff --git a/metadata/md5-cache/dev-java/apache-rat-0.16.1 b/metadata/md5-cache/dev-java/apache-rat-0.16.1 index 4367818743ff..846174cb642c 100644 --- a/metadata/md5-cache/dev-java/apache-rat-0.16.1 +++ b/metadata/md5-cache/dev-java/apache-rat-0.16.1 @@ -12,5 +12,5 @@ RDEPEND=>=dev-java/ant-1.10.15:0 >=dev-java/commons-beanutils-1.11.0:0 >=dev-jav RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://archive.apache.org/dist/creadur/apache-rat-0.16.1/apache-rat-0.16.1-src.tar.bz2 verify-sig? ( https://downloads.apache.org/creadur/apache-rat-0.16.1/apache-rat-0.16.1-src.tar.bz2.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=6cc13c06ec6ba4175138fa1b5b3d9a32 diff --git a/metadata/md5-cache/dev-java/apiguardian-api-1.1.2-r1 b/metadata/md5-cache/dev-java/apiguardian-api-1.1.2-r1 index d3c2d514515a..72bcc642dffe 100644 --- a/metadata/md5-cache/dev-java/apiguardian-api-1.1.2-r1 +++ b/metadata/md5-cache/dev-java/apiguardian-api-1.1.2-r1 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/apiguardian-team/apiguardian/archive/r1.1.2.tar.gz -> apiguardian-api-1.1.2.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=77dc3b5cd2c799aee871617d53bad5a1 diff --git a/metadata/md5-cache/dev-java/asm-9.7.1-r1 b/metadata/md5-cache/dev-java/asm-9.7.1-r1 index a1e67726da18..4f5ff359baa2 100644 --- a/metadata/md5-cache/dev-java/asm-9.7.1-r1 +++ b/metadata/md5-cache/dev-java/asm-9.7.1-r1 @@ -10,5 +10,5 @@ LICENSE=BSD RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=9 SRC_URI=https://gitlab.ow2.org/asm/asm/-/archive/ASM_9_7_1/asm-ASM_9_7_1.tar.bz2 -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=5849366a413ff0576a2edc1653494efd diff --git a/metadata/md5-cache/dev-java/asm-9.9 b/metadata/md5-cache/dev-java/asm-9.9 index 83eaa30e07f3..f538eab25909 100644 --- a/metadata/md5-cache/dev-java/asm-9.9 +++ b/metadata/md5-cache/dev-java/asm-9.9 @@ -10,5 +10,5 @@ LICENSE=BSD RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://gitlab.ow2.org/asm/asm/-/archive/ASM_9_9/asm-ASM_9_9.tar.bz2 -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=8bc6e301f193ccd9732e903f7342358b diff --git a/metadata/md5-cache/dev-java/asm-9.9.1 b/metadata/md5-cache/dev-java/asm-9.9.1 index be7e712c2459..5b2c47d58e78 100644 --- a/metadata/md5-cache/dev-java/asm-9.9.1 +++ b/metadata/md5-cache/dev-java/asm-9.9.1 @@ -10,5 +10,5 @@ LICENSE=BSD RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://gitlab.ow2.org/asm/asm/-/archive/ASM_9_9_1/asm-ASM_9_9_1.tar.bz2 -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=8c4d7ea06c9305676c1500c342033d3f diff --git a/metadata/md5-cache/dev-java/asm-jdk-bridge-0.0.12 b/metadata/md5-cache/dev-java/asm-jdk-bridge-0.0.12 index 57b97bc1c779..da4a747ef57d 100644 --- a/metadata/md5-cache/dev-java/asm-jdk-bridge-0.0.12 +++ b/metadata/md5-cache/dev-java/asm-jdk-bridge-0.0.12 @@ -11,5 +11,5 @@ RDEPEND=>=dev-java/asm-9.9:0 dev-java/junit:4 >=virtual/jre-17:* >=dev-java/java RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/raphw/asm-jdk-bridge/archive/asm-jdk-bridge-parent-0.0.12.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=17a3d6447b221999e51d65e1265483ce diff --git a/metadata/md5-cache/dev-java/asm-jdk-bridge-0.0.13 b/metadata/md5-cache/dev-java/asm-jdk-bridge-0.0.13 index 655e0dbab3b0..eb3cf4cd84d8 100644 --- a/metadata/md5-cache/dev-java/asm-jdk-bridge-0.0.13 +++ b/metadata/md5-cache/dev-java/asm-jdk-bridge-0.0.13 @@ -11,5 +11,5 @@ RDEPEND=>=dev-java/asm-9.9.1:0 >=virtual/jre-17:* >=dev-java/java-config-2.2.0-r RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/raphw/asm-jdk-bridge/archive/asm-jdk-bridge-parent-0.0.13.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=f043018cd6f1890f47464907ac93edc9 diff --git a/metadata/md5-cache/dev-java/aspectj-1.9.7-r1 b/metadata/md5-cache/dev-java/aspectj-1.9.7-r1 index f76452d90469..11d8d31e6d9e 100644 --- a/metadata/md5-cache/dev-java/aspectj-1.9.7-r1 +++ b/metadata/md5-cache/dev-java/aspectj-1.9.7-r1 @@ -11,5 +11,5 @@ LICENSE=EPL-1.0 RDEPEND=dev-java/asm:9 dev-java/commons-logging:0 dev-java/jakarta-regexp:1.4 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/eclipse-aspectj/aspectj/archive/V1_9_7.tar.gz -> aspectj-1.9.7.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=cb6de8d123d67e13dff4fda82c303499 diff --git a/metadata/md5-cache/dev-java/assertj-core-3.10.0 b/metadata/md5-cache/dev-java/assertj-core-3.10.0 index 9a6ebe232783..6d619328eef9 100644 --- a/metadata/md5-cache/dev-java/assertj-core-3.10.0 +++ b/metadata/md5-cache/dev-java/assertj-core-3.10.0 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/byte-buddy-1.12.12:0 >=dev-java/java-conf RESTRICT=!test? ( test ) SLOT=3 SRC_URI=https://github.com/assertj/assertj-core/archive/assertj-core-3.10.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=cda9add43b55f714ff66b9f26a9504d1 diff --git a/metadata/md5-cache/dev-java/assertj-core-3.27.6 b/metadata/md5-cache/dev-java/assertj-core-3.27.6 index 49e1dc7f075e..443d9592ce9d 100644 --- a/metadata/md5-cache/dev-java/assertj-core-3.27.6 +++ b/metadata/md5-cache/dev-java/assertj-core-3.27.6 @@ -11,5 +11,5 @@ RDEPEND=>=dev-java/byte-buddy-1.17.7:0 >=dev-java/hamcrest-3.0:0 dev-java/junit: RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=https://github.com/assertj/assertj/archive/assertj-build-3.27.6.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e _md5_=853995ad2d0d358c52aa9ce24936194e diff --git a/metadata/md5-cache/dev-java/auto-service-annotations-1.1.1 b/metadata/md5-cache/dev-java/auto-service-annotations-1.1.1 index 3cfed63181eb..c60f56b03a85 100644 --- a/metadata/md5-cache/dev-java/auto-service-annotations-1.1.1 +++ b/metadata/md5-cache/dev-java/auto-service-annotations-1.1.1 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/google/auto/archive/auto-service-1.1.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=d00d8076d7bf55d032f9033e241276d6 diff --git a/metadata/md5-cache/dev-java/auto-value-1.11.0 b/metadata/md5-cache/dev-java/auto-value-1.11.0 index 75b85342a1ea..6db113db1275 100644 --- a/metadata/md5-cache/dev-java/auto-value-1.11.0 +++ b/metadata/md5-cache/dev-java/auto-value-1.11.0 @@ -11,5 +11,5 @@ RDEPEND=>=dev-java/asm-9.8-r1:0 dev-java/escapevelocity:0 >=dev-java/guava-33.4. RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/google/auto/archive/auto-value-1.11.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=faf61b0c1844285266c88b14e69764a7 diff --git a/metadata/md5-cache/dev-java/auto-value-1.11.1 b/metadata/md5-cache/dev-java/auto-value-1.11.1 index f8ba13d0db30..0d281441622e 100644 --- a/metadata/md5-cache/dev-java/auto-value-1.11.1 +++ b/metadata/md5-cache/dev-java/auto-value-1.11.1 @@ -11,5 +11,5 @@ RDEPEND=>=dev-java/asm-9.9:0 >=dev-java/escapevelocity-1.1:0 >=dev-java/guava-33 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/google/auto/archive/auto-value-1.11.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=dc6ef18892e83299ff342c75243dd2ca diff --git a/metadata/md5-cache/dev-java/batik-1.18-r2 b/metadata/md5-cache/dev-java/batik-1.18-r2 index 20dfea1433ad..2664912c83fa 100644 --- a/metadata/md5-cache/dev-java/batik-1.18-r2 +++ b/metadata/md5-cache/dev-java/batik-1.18-r2 @@ -12,5 +12,5 @@ RDEPEND=dev-java/jacl:0 >=dev-java/rhino-1.8.0:0 dev-java/xalan:0 dev-java/xml-c RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/xmlgraphics/batik/source/batik-src-1.18.tar.gz verify-sig? ( https://downloads.apache.org/xmlgraphics/batik/source/batik-src-1.18.tar.gz.asc ) -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=d397254cebe6b888b18e14f68bc7c3c3 diff --git a/metadata/md5-cache/dev-java/bcel-6.10.0-r2 b/metadata/md5-cache/dev-java/bcel-6.10.0-r2 index 2d24edb178ad..895b8f64db1e 100644 --- a/metadata/md5-cache/dev-java/bcel-6.10.0-r2 +++ b/metadata/md5-cache/dev-java/bcel-6.10.0-r2 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=>=dev-java/commons-lang-3.17.0:3.6 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://downloads.apache.org/commons/bcel/source/bcel-6.10.0-src.tar.gz verify-sig? ( https://downloads.apache.org/commons/bcel/source/bcel-6.10.0-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=1fd192f2c206d1ca021f8ca9b807280e diff --git a/metadata/md5-cache/dev-java/bcmail-1.82 b/metadata/md5-cache/dev-java/bcmail-1.82 index e1d364cd7ada..7a8e0813e98d 100644 --- a/metadata/md5-cache/dev-java/bcmail-1.82 +++ b/metadata/md5-cache/dev-java/bcmail-1.82 @@ -11,5 +11,5 @@ RDEPEND=~dev-java/bcpkix-1.82:0 ~dev-java/bcprov-1.82:0 ~dev-java/bcutil-1.82:0 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/bcgit/bc-java/archive/r1rv82.tar.gz -> bc-java-r1rv82.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=adf71d4df57e18338bcb1709ef5de2e6 diff --git a/metadata/md5-cache/dev-java/bcmail-1.83 b/metadata/md5-cache/dev-java/bcmail-1.83 index 09ad32b0d229..75889c40eb41 100644 --- a/metadata/md5-cache/dev-java/bcmail-1.83 +++ b/metadata/md5-cache/dev-java/bcmail-1.83 @@ -11,5 +11,5 @@ RDEPEND=~dev-java/bcpkix-1.83:0 ~dev-java/bcprov-1.83:0 ~dev-java/bcutil-1.83:0 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/bcgit/bc-java/archive/r1rv83.tar.gz -> bc-java-r1rv83.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=cfa140450e5384ce820d4062755cbd0d diff --git a/metadata/md5-cache/dev-java/bcpg-1.82 b/metadata/md5-cache/dev-java/bcpg-1.82 index f5261998b1e4..95e64d3640d9 100644 --- a/metadata/md5-cache/dev-java/bcpg-1.82 +++ b/metadata/md5-cache/dev-java/bcpg-1.82 @@ -11,5 +11,5 @@ RDEPEND=~dev-java/bcprov-1.82:0 ~dev-java/bcutil-1.82:0 >=virtual/jre-1.8:* >=de RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/bcgit/bc-java/archive/r1rv82.tar.gz -> bc-java-r1rv82.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=47fe0c284f38fe5ed677b4a868f9c207 diff --git a/metadata/md5-cache/dev-java/bcpg-1.83 b/metadata/md5-cache/dev-java/bcpg-1.83 index 3eeb19766760..fdf9737c282c 100644 --- a/metadata/md5-cache/dev-java/bcpg-1.83 +++ b/metadata/md5-cache/dev-java/bcpg-1.83 @@ -11,5 +11,5 @@ RDEPEND=~dev-java/bcprov-1.83:0 ~dev-java/bcutil-1.83:0 >=virtual/jre-1.8:* >=de RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/bcgit/bc-java/archive/r1rv83.tar.gz -> bc-java-r1rv83.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=e020170e63145576513683b071518723 diff --git a/metadata/md5-cache/dev-java/bcpkix-1.82 b/metadata/md5-cache/dev-java/bcpkix-1.82 index 94afc92db79a..e9507c5cd331 100644 --- a/metadata/md5-cache/dev-java/bcpkix-1.82 +++ b/metadata/md5-cache/dev-java/bcpkix-1.82 @@ -11,5 +11,5 @@ RDEPEND=~dev-java/bcprov-1.82:0 ~dev-java/bcutil-1.82:0 >=virtual/jre-1.8:* >=de RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/bcgit/bc-java/archive/r1rv82.tar.gz -> bc-java-r1rv82.tar.gz test? ( https://github.com/bcgit/bc-test-data/archive/r1rv82.tar.gz -> bc-test-data-r1rv82.tar.gz ) -_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=767af70ff2086b08c67d9e4c7c717bcf diff --git a/metadata/md5-cache/dev-java/bcpkix-1.83 b/metadata/md5-cache/dev-java/bcpkix-1.83 index 0c8b28729382..ad18380d316d 100644 --- a/metadata/md5-cache/dev-java/bcpkix-1.83 +++ b/metadata/md5-cache/dev-java/bcpkix-1.83 @@ -11,5 +11,5 @@ RDEPEND=~dev-java/bcprov-1.83:0 ~dev-java/bcutil-1.83:0 >=virtual/jre-1.8:* >=de RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/bcgit/bc-java/archive/r1rv83.tar.gz -> bc-java-r1rv83.tar.gz test? ( https://github.com/bcgit/bc-test-data/archive/r1rv83.tar.gz -> bc-test-data-r1rv83.tar.gz ) -_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=4985c3f5b0237aa34c59d9b4f975db84 diff --git a/metadata/md5-cache/dev-java/bcprov-1.82 b/metadata/md5-cache/dev-java/bcprov-1.82 index 13b695dbe866..5e51e3f4e608 100644 --- a/metadata/md5-cache/dev-java/bcprov-1.82 +++ b/metadata/md5-cache/dev-java/bcprov-1.82 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/bcgit/bc-java/archive/r1rv82.tar.gz -> bc-java-r1rv82.tar.gz test? ( https://github.com/bcgit/bc-test-data/archive/r1rv82.tar.gz -> bc-test-data-r1rv82.tar.gz ) -_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=013ed035b3f81686d9a6e3cce19d72f5 diff --git a/metadata/md5-cache/dev-java/bcprov-1.83 b/metadata/md5-cache/dev-java/bcprov-1.83 index 0e99fc9d2839..0139da923258 100644 --- a/metadata/md5-cache/dev-java/bcprov-1.83 +++ b/metadata/md5-cache/dev-java/bcprov-1.83 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/bcgit/bc-java/archive/r1rv83.tar.gz -> bc-java-r1rv83.tar.gz test? ( https://github.com/bcgit/bc-test-data/archive/r1rv83.tar.gz -> bc-test-data-r1rv83.tar.gz ) -_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=46d0edcb4c856e33b79ddae738642f46 diff --git a/metadata/md5-cache/dev-java/bcutil-1.82 b/metadata/md5-cache/dev-java/bcutil-1.82 index ff64373f01e3..3b284d14ee6a 100644 --- a/metadata/md5-cache/dev-java/bcutil-1.82 +++ b/metadata/md5-cache/dev-java/bcutil-1.82 @@ -11,5 +11,5 @@ RDEPEND=~dev-java/bcprov-1.82:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/bcgit/bc-java/archive/r1rv82.tar.gz -> bc-java-r1rv82.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=8a3ad30413ad0d131871fd220bbb199c diff --git a/metadata/md5-cache/dev-java/bcutil-1.83 b/metadata/md5-cache/dev-java/bcutil-1.83 index d396aba3d09a..bfa34be76d03 100644 --- a/metadata/md5-cache/dev-java/bcutil-1.83 +++ b/metadata/md5-cache/dev-java/bcutil-1.83 @@ -11,5 +11,5 @@ RDEPEND=~dev-java/bcprov-1.83:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/bcgit/bc-java/archive/r1rv83.tar.gz -> bc-java-r1rv83.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=cf9e474d94599e66e1b4ba71921aab19 diff --git a/metadata/md5-cache/dev-java/bnd-7.1.0-r3 b/metadata/md5-cache/dev-java/bnd-7.1.0-r3 index 3d145b8ed701..165660b4b0ea 100644 --- a/metadata/md5-cache/dev-java/bnd-7.1.0-r3 +++ b/metadata/md5-cache/dev-java/bnd-7.1.0-r3 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 EPL-2.0 RDEPEND=~dev-java/bndlib-7.1.0:0 dev-java/felix-resolver:0 dev-java/guava:0 <=dev-java/javaparser-core-3.13.10:0 dev-java/jline:2 dev-java/jtwig-core:0 dev-java/osgi-annotation:0 dev-java/osgi-cmpn:8 dev-java/osgi-core:0 dev-java/slf4j-simple:0 dev-java/snakeyaml:1 dev-java/xz-java:0 ~dev-java/bnd-annotation-7.1.0:0 ~dev-java/bnd-util-7.1.0:0 ~dev-java/libg-7.1.0:0 dev-java/slf4j-api:0 >=virtual/jre-17:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/bndtools/bnd/archive/7.1.0.tar.gz -> aQute.bnd-7.1.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=3bc2ec1346d0919a965307ba84eb628e diff --git a/metadata/md5-cache/dev-java/bnd-annotation-7.1.0 b/metadata/md5-cache/dev-java/bnd-annotation-7.1.0 index f3624d224535..e2c04ab9d7d8 100644 --- a/metadata/md5-cache/dev-java/bnd-annotation-7.1.0 +++ b/metadata/md5-cache/dev-java/bnd-annotation-7.1.0 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 EPL-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/bndtools/bnd/archive/7.1.0.tar.gz -> aQute.bnd-7.1.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=2068381c0ee1cac24afdd4f3c4888a38 diff --git a/metadata/md5-cache/dev-java/bnd-ant-7.1.0 b/metadata/md5-cache/dev-java/bnd-ant-7.1.0 index 2f66330c1a5d..73bb3f778122 100644 --- a/metadata/md5-cache/dev-java/bnd-ant-7.1.0 +++ b/metadata/md5-cache/dev-java/bnd-ant-7.1.0 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 EPL-2.0 RDEPEND=>=virtual/jre-17:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/bndtools/bnd/archive/7.1.0.tar.gz -> aQute.bnd-7.1.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=f3e124c155ad4661c5d06aeda4dd2bc7 diff --git a/metadata/md5-cache/dev-java/bnd-util-7.1.0-r1 b/metadata/md5-cache/dev-java/bnd-util-7.1.0-r1 index 06629e310569..97e033745c18 100644 --- a/metadata/md5-cache/dev-java/bnd-util-7.1.0-r1 +++ b/metadata/md5-cache/dev-java/bnd-util-7.1.0-r1 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 EPL-2.0 RDEPEND=dev-java/osgi-annotation:0 ~dev-java/libg-7.1.0:0 >=virtual/jre-17:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/bndtools/bnd/archive/7.1.0.tar.gz -> aQute.bnd-7.1.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=81057c10badbf098cbf2e214a60294bb diff --git a/metadata/md5-cache/dev-java/bndlib-7.1.0 b/metadata/md5-cache/dev-java/bndlib-7.1.0 index 16d9ffe5de9c..4b3b5b6c48cc 100644 --- a/metadata/md5-cache/dev-java/bndlib-7.1.0 +++ b/metadata/md5-cache/dev-java/bndlib-7.1.0 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 EPL-2.0 RDEPEND=~dev-java/bnd-annotation-7.1.0:0 ~dev-java/bnd-util-7.1.0:0 ~dev-java/libg-7.1.0:0 dev-java/osgi-annotation:0 dev-java/osgi-cmpn:8 dev-java/osgi-core:0 dev-java/slf4j-api:0 >=virtual/jre-17:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/bndtools/bnd/archive/7.1.0.tar.gz -> aQute.bnd-7.1.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=776068196da6d01016ce65e8ca24c638 diff --git a/metadata/md5-cache/dev-java/brotli-dec-0.1.2-r1 b/metadata/md5-cache/dev-java/brotli-dec-0.1.2-r1 index e50a39301197..a71c70e1ec27 100644 --- a/metadata/md5-cache/dev-java/brotli-dec-0.1.2-r1 +++ b/metadata/md5-cache/dev-java/brotli-dec-0.1.2-r1 @@ -11,5 +11,5 @@ LICENSE=MIT RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://repo1.maven.org/maven2/org/brotli/dec/0.1.2/dec-0.1.2-sources.jar -> brotli-dec-0.1.2-sources.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=cdc683b681e8a5f585a4b9fd049d7366 diff --git a/metadata/md5-cache/dev-java/browserlauncher2-1.3-r3 b/metadata/md5-cache/dev-java/browserlauncher2-1.3-r3 index ae0cbbc28d1d..e522812d4187 100644 --- a/metadata/md5-cache/dev-java/browserlauncher2-1.3-r3 +++ b/metadata/md5-cache/dev-java/browserlauncher2-1.3-r3 @@ -11,5 +11,5 @@ LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=1.0 SRC_URI=https://downloads.sourceforge.net/project/browserlaunch2/browserlauncher2/1.3/BrowserLauncher2-all-1_3.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=57137e4ccb6e7ef29faac15431ab0d58 diff --git a/metadata/md5-cache/dev-java/bsf-2.4.0-r7 b/metadata/md5-cache/dev-java/bsf-2.4.0-r7 index 768eda8f5b59..dbeff856df17 100644 --- a/metadata/md5-cache/dev-java/bsf-2.4.0-r7 +++ b/metadata/md5-cache/dev-java/bsf-2.4.0-r7 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=dev-java/commons-logging:0 dev-java/xalan:0 javascript? ( >=dev-java/rhino-1.8.0:0 ) tcl? ( dev-java/jacl:0 ) >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=2.3 SRC_URI=mirror://apache/commons/bsf/source/bsf-src-2.4.0.tar.gz verify-sig? ( https://downloads.apache.org/commons/bsf/source/bsf-src-2.4.0.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=82ef14ed544625f68b270144066b94e1 diff --git a/metadata/md5-cache/dev-java/bsh-2.1.1-r2 b/metadata/md5-cache/dev-java/bsh-2.1.1-r2 index 2a1dff471e9d..fbfbfedfdc93 100644 --- a/metadata/md5-cache/dev-java/bsh-2.1.1-r2 +++ b/metadata/md5-cache/dev-java/bsh-2.1.1-r2 @@ -12,5 +12,5 @@ RDEPEND=dev-java/bsf:2.3 dev-java/jakarta-servlet-api:4 >=virtual/jre-1.8:* >=de RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=https://github.com/beanshell/beanshell/archive/2.1.1.tar.gz -> bsh-2.1.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=55c6cd549b86807177b980871648174b diff --git a/metadata/md5-cache/dev-java/byte-buddy-1.17.8 b/metadata/md5-cache/dev-java/byte-buddy-1.17.8 index 6af8e92e986a..0a19568f2e68 100644 --- a/metadata/md5-cache/dev-java/byte-buddy-1.17.8 +++ b/metadata/md5-cache/dev-java/byte-buddy-1.17.8 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/raphw/byte-buddy/archive/byte-buddy-1.17.8.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=630b9c4695e99703590f1030b0d7549a diff --git a/metadata/md5-cache/dev-java/byte-buddy-1.18.2 b/metadata/md5-cache/dev-java/byte-buddy-1.18.2 index 72af1ef8f163..10d0070bf968 100644 --- a/metadata/md5-cache/dev-java/byte-buddy-1.18.2 +++ b/metadata/md5-cache/dev-java/byte-buddy-1.18.2 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/raphw/byte-buddy/archive/byte-buddy-1.18.2.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=21f2f839a772013580d8ed9ef350c2d6 diff --git a/metadata/md5-cache/dev-java/c3p0-0.9.5.5-r2 b/metadata/md5-cache/dev-java/c3p0-0.9.5.5-r2 index fa29c2846c6f..a78220edc89c 100644 --- a/metadata/md5-cache/dev-java/c3p0-0.9.5.5-r2 +++ b/metadata/md5-cache/dev-java/c3p0-0.9.5.5-r2 @@ -10,5 +10,5 @@ LICENSE=|| ( EPL-1.0 LGPL-2.1 ) RDEPEND=>=virtual/jre-1.8:* dev-java/log4j-12-api:2 dev-java/mchange-commons:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://downloads.sourceforge.net/project/c3p0/c3p0-src/c3p0-0.9.5.5/c3p0-0.9.5.5.src.tgz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=b3039df86d286f21dde6a54ed5aba0b9 diff --git a/metadata/md5-cache/dev-java/cache2k-api-0.23.1 b/metadata/md5-cache/dev-java/cache2k-api-0.23.1 index 9be721e5eeb5..af105f45eb75 100644 --- a/metadata/md5-cache/dev-java/cache2k-api-0.23.1 +++ b/metadata/md5-cache/dev-java/cache2k-api-0.23.1 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/cache2k/cache2k/archive/v0.23.1.tar.gz -> cache2k-0.23.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=d1a49c517b1e5510a918ae3965370469 diff --git a/metadata/md5-cache/dev-java/cache2k-core-0.23.1 b/metadata/md5-cache/dev-java/cache2k-core-0.23.1 index 1f0a1593db97..2ac39c791a60 100644 --- a/metadata/md5-cache/dev-java/cache2k-core-0.23.1 +++ b/metadata/md5-cache/dev-java/cache2k-core-0.23.1 @@ -10,5 +10,5 @@ RDEPEND=>=virtual/jre-1.8:* dev-java/cache2k-api:0 dev-java/commons-logging:0 >= RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/cache2k/cache2k/archive/v0.23.1.tar.gz -> cache2k-0.23.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=d4a2f0aef09543de83e4b079705b557e diff --git a/metadata/md5-cache/dev-java/caffeine-2.9.3 b/metadata/md5-cache/dev-java/caffeine-2.9.3 index 4b09752e0e4c..505291e4a9a0 100644 --- a/metadata/md5-cache/dev-java/caffeine-2.9.3 +++ b/metadata/md5-cache/dev-java/caffeine-2.9.3 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=dev-java/jsr305:0 dev-java/checker-framework-qual:0 dev-java/error-prone-annotations:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://repo1.maven.org/maven2/com/github/ben-manes/caffeine/caffeine/2.9.3/caffeine-2.9.3-sources.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=8fe020011422dd3a48be891d02732f19 diff --git a/metadata/md5-cache/dev-java/cal10n-0.8.1 b/metadata/md5-cache/dev-java/cal10n-0.8.1 index 64934df61a06..53efcdb1a468 100644 --- a/metadata/md5-cache/dev-java/cal10n-0.8.1 +++ b/metadata/md5-cache/dev-java/cal10n-0.8.1 @@ -10,5 +10,5 @@ LICENSE=MIT RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/qos-ch/cal10n/archive/v_0.8.1.tar.gz -> cal10n-0.8.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=a60ca16633b154f0bae7197f20518399 diff --git a/metadata/md5-cache/dev-java/cdi-api-4.0.1-r4 b/metadata/md5-cache/dev-java/cdi-api-4.0.1-r4 index 345307cd52d0..9402590ece54 100644 --- a/metadata/md5-cache/dev-java/cdi-api-4.0.1-r4 +++ b/metadata/md5-cache/dev-java/cdi-api-4.0.1-r4 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-11:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zi RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/jakartaee/cdi/archive/4.0.1.tar.gz -> cdi-api-4.0.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=4b60cca2d818a0529c21a7527528de65 diff --git a/metadata/md5-cache/dev-java/cglib-3.3.0-r3 b/metadata/md5-cache/dev-java/cglib-3.3.0-r3 index 1351561b0f5d..4b2de6cd8e11 100644 --- a/metadata/md5-cache/dev-java/cglib-3.3.0-r3 +++ b/metadata/md5-cache/dev-java/cglib-3.3.0-r3 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/ant-1.10.14-r3:0 >=dev-java/asm-9.7.1_p20 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/cglib/cglib/archive//RELEASE_3_3_0.tar.gz -> cglib-RELEASE_3_3_0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=9c1d89e3c2fa36843200ebef092fc4af diff --git a/metadata/md5-cache/dev-java/checker-framework-qual-3.51.1 b/metadata/md5-cache/dev-java/checker-framework-qual-3.51.1 index aefb80f8a6db..7417170c23dd 100644 --- a/metadata/md5-cache/dev-java/checker-framework-qual-3.51.1 +++ b/metadata/md5-cache/dev-java/checker-framework-qual-3.51.1 @@ -10,5 +10,5 @@ LICENSE=MIT RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/typetools/checker-framework/archive/checker-framework-3.51.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=26e3fea3aa8e6407f6b697682ab27294 diff --git a/metadata/md5-cache/dev-java/checker-framework-qual-3.52.1 b/metadata/md5-cache/dev-java/checker-framework-qual-3.52.1 index 0089877412a6..32a80af98c0b 100644 --- a/metadata/md5-cache/dev-java/checker-framework-qual-3.52.1 +++ b/metadata/md5-cache/dev-java/checker-framework-qual-3.52.1 @@ -10,5 +10,5 @@ LICENSE=MIT RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/typetools/checker-framework/archive/checker-framework-3.52.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=7fcc1f7d5e4e7e529c01185a8dab0177 diff --git a/metadata/md5-cache/dev-java/commons-beanutils-1.11.0 b/metadata/md5-cache/dev-java/commons-beanutils-1.11.0 index 9d5907621dca..f64592e30ac4 100644 --- a/metadata/md5-cache/dev-java/commons-beanutils-1.11.0 +++ b/metadata/md5-cache/dev-java/commons-beanutils-1.11.0 @@ -12,5 +12,5 @@ RDEPEND=dev-java/commons-collections:0 >=dev-java/commons-logging-1.3.5:0[log4j= RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/commons/beanutils/source/commons-beanutils-1.11.0-src.tar.gz test? ( https://archive.apache.org/dist/commons/collections/source/commons-collections-3.2.2-src.tar.gz ) verify-sig? ( https://downloads.apache.org/commons/beanutils/source/commons-beanutils-1.11.0-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=600433ee3432699c652d8ad29a0bbeda diff --git a/metadata/md5-cache/dev-java/commons-beanutils-1.9.4-r2 b/metadata/md5-cache/dev-java/commons-beanutils-1.9.4-r2 index 9235e391e405..42e7fb932c54 100644 --- a/metadata/md5-cache/dev-java/commons-beanutils-1.9.4-r2 +++ b/metadata/md5-cache/dev-java/commons-beanutils-1.9.4-r2 @@ -12,5 +12,5 @@ RDEPEND=dev-java/commons-collections:0 dev-java/commons-logging:0 >=virtual/jre- RESTRICT=!test? ( test ) SLOT=1.7 SRC_URI=mirror://apache/commons/beanutils/source/commons-beanutils-1.9.4-src.tar.gz test? ( https://archive.apache.org/dist/commons/collections/source/commons-collections-3.2.2-src.tar.gz ) verify-sig? ( https://downloads.apache.org/commons/beanutils/source/commons-beanutils-1.9.4-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=05dc63f2d31ebf9166d4984b027d23ca diff --git a/metadata/md5-cache/dev-java/commons-cli-1.10.0 b/metadata/md5-cache/dev-java/commons-cli-1.10.0 index 285d525853c8..7c36b0a6ab4d 100644 --- a/metadata/md5-cache/dev-java/commons-cli-1.10.0 +++ b/metadata/md5-cache/dev-java/commons-cli-1.10.0 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/commons/cli/source/commons-cli-1.10.0-src.tar.gz verify-sig? ( https://downloads.apache.org/commons/cli/source/commons-cli-1.10.0-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=cec5b06ff8c436acb1e3d236fdb05350 diff --git a/metadata/md5-cache/dev-java/commons-codec-1.19.0 b/metadata/md5-cache/dev-java/commons-codec-1.19.0 index 25c910f7f5ea..cf55b0f3cfb2 100644 --- a/metadata/md5-cache/dev-java/commons-codec-1.19.0 +++ b/metadata/md5-cache/dev-java/commons-codec-1.19.0 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/commons/codec/source/commons-codec-1.19.0-src.tar.gz verify-sig? ( https://downloads.apache.org/commons/codec/source/commons-codec-1.19.0-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=9c90abbe9a32579e623867c7def43dee diff --git a/metadata/md5-cache/dev-java/commons-collections-3.2.2-r2 b/metadata/md5-cache/dev-java/commons-collections-3.2.2-r2 index e97b1ed70b59..d0f1d1a94c88 100644 --- a/metadata/md5-cache/dev-java/commons-collections-3.2.2-r2 +++ b/metadata/md5-cache/dev-java/commons-collections-3.2.2-r2 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://archive.apache.org/dist/commons/collections/source/commons-collections-3.2.2-src.tar.gz verify-sig? ( https://archive.apache.org/dist/commons/collections/source/commons-collections-3.2.2-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=6f939955df1a282dffdc0bc9f9798355 diff --git a/metadata/md5-cache/dev-java/commons-collections-4.5.0 b/metadata/md5-cache/dev-java/commons-collections-4.5.0 index ecfad5b3bd1b..77a68ddcac26 100644 --- a/metadata/md5-cache/dev-java/commons-collections-4.5.0 +++ b/metadata/md5-cache/dev-java/commons-collections-4.5.0 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=4 SRC_URI=mirror://apache/commons/collections/source/commons-collections4-4.5.0-src.tar.gz verify-sig? ( https://downloads.apache.org/commons/collections/source/commons-collections4-4.5.0-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=a6b0c427b374023cb258b73e71d69bd4 diff --git a/metadata/md5-cache/dev-java/commons-compress-1.28.0 b/metadata/md5-cache/dev-java/commons-compress-1.28.0 index 5838dab027e6..e8167259607d 100644 --- a/metadata/md5-cache/dev-java/commons-compress-1.28.0 +++ b/metadata/md5-cache/dev-java/commons-compress-1.28.0 @@ -12,5 +12,5 @@ RDEPEND=>=dev-java/asm-9.8-r1:0 dev-java/brotli-dec:0 >=dev-java/commons-codec-1 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/commons/compress/source/commons-compress-1.28.0-src.tar.gz test? ( https://repo1.maven.org/maven2/org/ops4j/pax/exam/pax-exam/4.13.5/pax-exam-4.13.5.jar https://repo1.maven.org/maven2/org/ops4j/pax/exam/pax-exam-junit4/4.13.5/pax-exam-junit4-4.13.5.jar https://repo1.maven.org/maven2/io/airlift/aircompressor/2.0.2/aircompressor-2.0.2.jar ) verify-sig? ( https://downloads.apache.org/commons/compress/source/commons-compress-1.28.0-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=632be301a08014df4740043f61880776 diff --git a/metadata/md5-cache/dev-java/commons-csv-1.14.1-r1 b/metadata/md5-cache/dev-java/commons-csv-1.14.1-r1 index 19a70634a802..73553f40b76f 100644 --- a/metadata/md5-cache/dev-java/commons-csv-1.14.1-r1 +++ b/metadata/md5-cache/dev-java/commons-csv-1.14.1-r1 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/commons/csv/source/commons-csv-1.14.1-src.tar.gz test? ( https://repo1.maven.org/maven2/com/h2database/h2/2.2.224/h2-2.2.224.jar ) verify-sig? ( https://downloads.apache.org/commons/csv/source/commons-csv-1.14.1-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=c9ac281e6b8d409927871381625725e0 diff --git a/metadata/md5-cache/dev-java/commons-daemon-1.4.1 b/metadata/md5-cache/dev-java/commons-daemon-1.4.1 index 9acb0eddb28b..19a2d77d9c3d 100644 --- a/metadata/md5-cache/dev-java/commons-daemon-1.4.1 +++ b/metadata/md5-cache/dev-java/commons-daemon-1.4.1 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/commons/daemon/source/commons-daemon-1.4.1-src.tar.gz verify-sig? ( https://downloads.apache.org/commons/daemon/source/commons-daemon-1.4.1-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=4fd9b651accdc8bd322bb3f9b5cb30fb diff --git a/metadata/md5-cache/dev-java/commons-digester-2.1-r3 b/metadata/md5-cache/dev-java/commons-digester-2.1-r3 index 481258ae8544..da41402b65c0 100644 --- a/metadata/md5-cache/dev-java/commons-digester-2.1-r3 +++ b/metadata/md5-cache/dev-java/commons-digester-2.1-r3 @@ -12,5 +12,5 @@ RDEPEND=>=dev-java/commons-beanutils-1.10.1:0[log4j=] dev-java/commons-collectio RESTRICT=!test? ( test ) SLOT=2.1 SRC_URI=mirror://apache/commons/digester/source/commons-digester-2.1-src.tar.gz verify-sig? ( https://downloads.apache.org/commons/digester/source/commons-digester-2.1-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=491255971d3f3275105d2ffb3ff557ca diff --git a/metadata/md5-cache/dev-java/commons-digester-3.2-r4 b/metadata/md5-cache/dev-java/commons-digester-3.2-r4 index 32a26e932165..3a2a45c6f2a5 100644 --- a/metadata/md5-cache/dev-java/commons-digester-3.2-r4 +++ b/metadata/md5-cache/dev-java/commons-digester-3.2-r4 @@ -12,5 +12,5 @@ RDEPEND=>=dev-java/cglib-3.3.0-r3:0 >=dev-java/commons-beanutils-1.9.4:1.7 >=dev RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=mirror://apache/commons/digester/source/commons-digester3-3.2-src.tar.gz -> commons-digester-3.2.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=f2e328df990c37b11f895bce312a6a2f diff --git a/metadata/md5-cache/dev-java/commons-httpclient-3.1-r3 b/metadata/md5-cache/dev-java/commons-httpclient-3.1-r3 index b077068260c7..a7551e2d6307 100644 --- a/metadata/md5-cache/dev-java/commons-httpclient-3.1-r3 +++ b/metadata/md5-cache/dev-java/commons-httpclient-3.1-r3 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=test !test? ( test ) SLOT=3 SRC_URI=mirror://apache/httpcomponents/commons-httpclient/source/commons-httpclient-3.1-src.tar.gz verify-sig? ( https://downloads.apache.org/httpcomponents/commons-httpclient/source/commons-httpclient-3.1-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=ca5bad4e60e89fc036a68b718e53e7ba diff --git a/metadata/md5-cache/dev-java/commons-imaging-1.0_alpha3-r2 b/metadata/md5-cache/dev-java/commons-imaging-1.0_alpha3-r2 index a5b9ba79a78e..35051062e96c 100644 --- a/metadata/md5-cache/dev-java/commons-imaging-1.0_alpha3-r2 +++ b/metadata/md5-cache/dev-java/commons-imaging-1.0_alpha3-r2 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=1 SRC_URI=mirror://apache/commons/imaging/source/commons-imaging-1.0-alpha3-src.tar.gz verify-sig? ( https://downloads.apache.org/commons/imaging/source/commons-imaging-1.0-alpha3-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=16ba188586506b89be8bf4f15231e6f0 diff --git a/metadata/md5-cache/dev-java/commons-io-2.18.0 b/metadata/md5-cache/dev-java/commons-io-2.18.0 index 90032602b284..1d34af13f279 100644 --- a/metadata/md5-cache/dev-java/commons-io-2.18.0 +++ b/metadata/md5-cache/dev-java/commons-io-2.18.0 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=1 SRC_URI=mirror://apache/commons/io/source/commons-io-2.18.0-src.tar.gz verify-sig? ( https://archive.apache.org/dist/commons/io/source/commons-io-2.18.0-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=0ad2eafe26dbfb524f139c20bcd40ac8 diff --git a/metadata/md5-cache/dev-java/commons-io-2.20.0 b/metadata/md5-cache/dev-java/commons-io-2.20.0 index b3d27d6b3b35..67eb8e84d460 100644 --- a/metadata/md5-cache/dev-java/commons-io-2.20.0 +++ b/metadata/md5-cache/dev-java/commons-io-2.20.0 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/commons/io/source/commons-io-2.20.0-src.tar.gz verify-sig? ( https://downloads.apache.org/commons/io/source/commons-io-2.20.0-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=09c9103cf7c454114aa6a4455028a770 diff --git a/metadata/md5-cache/dev-java/commons-junit4-1.2.17 b/metadata/md5-cache/dev-java/commons-junit4-1.2.17 index 9b442d6c01c5..e3b21541482e 100644 --- a/metadata/md5-cache/dev-java/commons-junit4-1.2.17 +++ b/metadata/md5-cache/dev-java/commons-junit4-1.2.17 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* ~dev-java/commons-nullanalysis-1.2.17:0 dev-java/jun RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/aunkrig/commons/archive/V1.2.17.tar.gz -> unkrig-commons1.2.17.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=170f90355cad3ee2ff4e4a2bd707f9fa diff --git a/metadata/md5-cache/dev-java/commons-lang-3.17.0 b/metadata/md5-cache/dev-java/commons-lang-3.17.0 index 1b0d02a2c09a..e5ad7220fe83 100644 --- a/metadata/md5-cache/dev-java/commons-lang-3.17.0 +++ b/metadata/md5-cache/dev-java/commons-lang-3.17.0 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=3.6 SRC_URI=https://archive.apache.org/dist/commons/lang/source/commons-lang3-3.17.0-src.tar.gz -> commons-lang-3.17.0-src.tar.gz verify-sig? ( https://downloads.apache.org/commons/lang/source/commons-lang3-3.17.0-src.tar.gz.asc -> commons-lang-3.17.0-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=e2f9d026d060513e533a306aecbdfc1d diff --git a/metadata/md5-cache/dev-java/commons-lang-3.19.0 b/metadata/md5-cache/dev-java/commons-lang-3.19.0 index 352d818cbacd..7c3c9b37e10d 100644 --- a/metadata/md5-cache/dev-java/commons-lang-3.19.0 +++ b/metadata/md5-cache/dev-java/commons-lang-3.19.0 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/commons/lang/source/commons-lang3-3.19.0-src.tar.gz -> commons-lang-3.19.0-src.tar.gz verify-sig? ( https://downloads.apache.org/commons/lang/source/commons-lang3-3.19.0-src.tar.gz.asc -> commons-lang-3.19.0-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=3b72e29f35471737b163dc90ab58d8b9 diff --git a/metadata/md5-cache/dev-java/commons-logging-1.3.5 b/metadata/md5-cache/dev-java/commons-logging-1.3.5 index 7fc9c22b5e69..759e1dc58c25 100644 --- a/metadata/md5-cache/dev-java/commons-logging-1.3.5 +++ b/metadata/md5-cache/dev-java/commons-logging-1.3.5 @@ -13,5 +13,5 @@ REQUIRED_USE=test? ( log4j ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/commons/logging/source/commons-logging-1.3.5-src.tar.gz verify-sig? ( https://downloads.apache.org/commons/logging/source/commons-logging-1.3.5-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=03a6cd24c815108598f9801e34f40a72 diff --git a/metadata/md5-cache/dev-java/commons-math-3.6.1-r2 b/metadata/md5-cache/dev-java/commons-math-3.6.1-r2 index 7712f2663c38..9014fa11b3fa 100644 --- a/metadata/md5-cache/dev-java/commons-math-3.6.1-r2 +++ b/metadata/md5-cache/dev-java/commons-math-3.6.1-r2 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=3 SRC_URI=https://repo1.maven.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1-sources.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=25c55839a31bd2e2e0da05b81e274802 diff --git a/metadata/md5-cache/dev-java/commons-net-3.12.0 b/metadata/md5-cache/dev-java/commons-net-3.12.0 index 9c7d6f8bb990..cc77bb9faf00 100644 --- a/metadata/md5-cache/dev-java/commons-net-3.12.0 +++ b/metadata/md5-cache/dev-java/commons-net-3.12.0 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/commons/net/source/commons-net-3.12.0-src.tar.gz test? ( https://repo1.maven.org/maven2/org/apache/ftpserver/ftpserver-core/1.2.1/ftpserver-core-1.2.1.jar https://repo1.maven.org/maven2/org/apache/ftpserver/ftplet-api/1.2.1/ftplet-api-1.2.1.jar https://repo1.maven.org/maven2/org/apache/mina/mina-core/2.2.4/mina-core-2.2.4.jar ) verify-sig? ( https://downloads.apache.org/commons/net/source/commons-net-3.12.0-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=ae7cf3b80e161304dc8b4d962a891e61 diff --git a/metadata/md5-cache/dev-java/commons-nullanalysis-1.2.17 b/metadata/md5-cache/dev-java/commons-nullanalysis-1.2.17 index b70f98dd6fd2..271f482bb753 100644 --- a/metadata/md5-cache/dev-java/commons-nullanalysis-1.2.17 +++ b/metadata/md5-cache/dev-java/commons-nullanalysis-1.2.17 @@ -10,5 +10,5 @@ LICENSE=BSD RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/aunkrig/commons/archive/V1.2.17.tar.gz -> unkrig-commons1.2.17.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=36bdbcf2e571eee7205630d214dab93c diff --git a/metadata/md5-cache/dev-java/commons-rng-1.6 b/metadata/md5-cache/dev-java/commons-rng-1.6 index 38525191ffa3..dc6d081ef945 100644 --- a/metadata/md5-cache/dev-java/commons-rng-1.6 +++ b/metadata/md5-cache/dev-java/commons-rng-1.6 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/commons/rng/source/commons-rng-1.6-src.tar.gz verify-sig? ( https://downloads.apache.org/commons/rng/source/commons-rng-1.6-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=c43048884e39bbf3b2dc96ff33c3db5a diff --git a/metadata/md5-cache/dev-java/commons-text-1.14.0 b/metadata/md5-cache/dev-java/commons-text-1.14.0 index 7064d31d8f1d..00c4c7a57fed 100644 --- a/metadata/md5-cache/dev-java/commons-text-1.14.0 +++ b/metadata/md5-cache/dev-java/commons-text-1.14.0 @@ -12,5 +12,5 @@ RDEPEND=>=dev-java/commons-lang-3.18.0:0 >=virtual/jre-1.8:* >=dev-java/java-con RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache//commons/text/source/commons-text-1.14.0-src.tar.gz verify-sig? ( https://downloads.apache.org/commons/text/source/commons-text-1.14.0-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=3dcaa5ac1c427858a22456641d512fc9 diff --git a/metadata/md5-cache/dev-java/commons-validator-1.10.0 b/metadata/md5-cache/dev-java/commons-validator-1.10.0 index 1f2d2c38d640..a4e74b10d8c6 100644 --- a/metadata/md5-cache/dev-java/commons-validator-1.10.0 +++ b/metadata/md5-cache/dev-java/commons-validator-1.10.0 @@ -12,5 +12,5 @@ RDEPEND=>=dev-java/commons-beanutils-1.11.0:0[log4j=] dev-java/commons-collectio RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/commons/validator/source/commons-validator-1.10.0-src.tar.gz verify-sig? ( https://downloads.apache.org/commons/validator/source/commons-validator-1.10.0-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=6e388a9100b8623ef7c751997b0ed1c1 diff --git a/metadata/md5-cache/dev-java/commons-validator-1.9.0 b/metadata/md5-cache/dev-java/commons-validator-1.9.0 index be430f489df4..8dabc32f949e 100644 --- a/metadata/md5-cache/dev-java/commons-validator-1.9.0 +++ b/metadata/md5-cache/dev-java/commons-validator-1.9.0 @@ -12,5 +12,5 @@ RDEPEND=>=dev-java/commons-beanutils-1.10.1:0[log4j=] dev-java/commons-collectio RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=mirror://apache/commons/validator/source/commons-validator-1.9.0-src.tar.gz verify-sig? ( https://downloads.apache.org/commons/validator/source/commons-validator-1.9.0-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=91eab7d58c189f3d5fb4c08c1c876a7b diff --git a/metadata/md5-cache/dev-java/commons-vfs-2.0-r4 b/metadata/md5-cache/dev-java/commons-vfs-2.0-r4 index 93bd57d9c227..887b8768198a 100644 --- a/metadata/md5-cache/dev-java/commons-vfs-2.0-r4 +++ b/metadata/md5-cache/dev-java/commons-vfs-2.0-r4 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=dev-java/ant-1.10.14-r3:0 dev-java/commons-collections:0 dev-java/commons-logging:0 dev-java/commons-net:0 dev-java/commons-httpclient:3 dev-java/jackrabbit-webdav:0 dev-java/jsch:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=2 SRC_URI=https://archive.apache.org/dist/commons/vfs/source/commons-vfs-2.0-src.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=cc1a0203a1a94fbdedf0f01341dfbc8a diff --git a/metadata/md5-cache/dev-java/compile-testing-0.23.0-r1 b/metadata/md5-cache/dev-java/compile-testing-0.23.0-r1 index 9d69e974bb56..e647035aa04d 100644 --- a/metadata/md5-cache/dev-java/compile-testing-0.23.0-r1 +++ b/metadata/md5-cache/dev-java/compile-testing-0.23.0-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/google/compile-testing/archive/v0.23.0.tar.gz -> compile-testing-0.23.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=5364408e5ca5be6013c59dfde40cb678 diff --git a/metadata/md5-cache/dev-java/concurrentlinkedhashmap-lru-1.4.2 b/metadata/md5-cache/dev-java/concurrentlinkedhashmap-lru-1.4.2 index 59b6309a5776..f3ccaab74b99 100644 --- a/metadata/md5-cache/dev-java/concurrentlinkedhashmap-lru-1.4.2 +++ b/metadata/md5-cache/dev-java/concurrentlinkedhashmap-lru-1.4.2 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* dev-java/jsr305:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/ben-manes/concurrentlinkedhashmap/archive/concurrentlinkedhashmap-lru-1.4.2.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=c6f5cb1bbd022c5fbb14c58f8722590d diff --git a/metadata/md5-cache/dev-java/conversant-disruptor-1.2.20 b/metadata/md5-cache/dev-java/conversant-disruptor-1.2.20 index e072173b2b6c..fa3e21ebc844 100644 --- a/metadata/md5-cache/dev-java/conversant-disruptor-1.2.20 +++ b/metadata/md5-cache/dev-java/conversant-disruptor-1.2.20 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/conversant/disruptor/archive/1.2.20.tar.gz -> conversant-disruptor-1.2.20.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=db32a1ce6ab4dff3f187ec0907a59206 diff --git a/metadata/md5-cache/dev-java/cortado-0.6.0-r4 b/metadata/md5-cache/dev-java/cortado-0.6.0-r4 index eb8af2c40c05..53b66db5a6c9 100644 --- a/metadata/md5-cache/dev-java/cortado-0.6.0-r4 +++ b/metadata/md5-cache/dev-java/cortado-0.6.0-r4 @@ -10,5 +10,5 @@ LICENSE=GPL-2 LGPL-2 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://downloads.xiph.org/releases/cortado/cortado-0.6.0.tar.gz https://sources.debian.org/data/main/c/cortado/0.6.0-5/debian/patches/sun.audio-Java-9.patch -> cortado-sun.audio-Java-9.patch -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=5619f0e0eeb1dbe4b4aff37dda58ea5f diff --git a/metadata/md5-cache/dev-java/cpptasks-1.0_beta5-r3 b/metadata/md5-cache/dev-java/cpptasks-1.0_beta5-r3 index 8a7e5252786d..704e1a7c01b6 100644 --- a/metadata/md5-cache/dev-java/cpptasks-1.0_beta5-r3 +++ b/metadata/md5-cache/dev-java/cpptasks-1.0_beta5-r3 @@ -11,5 +11,5 @@ RDEPEND=>=dev-java/ant-1.10.14:0 dev-java/xerces:2 >=virtual/jre-1.8:* >=dev-jav RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://downloads.sourceforge.net/ant-contrib/ant-contrib/cpptasks-1.0-beta5/cpptasks-1.0b5.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=8890aa4f54f8aa66cdfe64d97e67058c diff --git a/metadata/md5-cache/dev-java/diffutils-1.3.0 b/metadata/md5-cache/dev-java/diffutils-1.3.0 index ced9f6a6f60e..b20bac9fbbb4 100644 --- a/metadata/md5-cache/dev-java/diffutils-1.3.0 +++ b/metadata/md5-cache/dev-java/diffutils-1.3.0 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://repo1.maven.org/maven2/com/googlecode/java-diff-utils/diffutils/1.3.0/diffutils-1.3.0-sources.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=7ba00e30c613554542629f02249463dd diff --git a/metadata/md5-cache/dev-java/dom4j-2.2.0 b/metadata/md5-cache/dev-java/dom4j-2.2.0 index b99175d13497..e215067dcd61 100644 --- a/metadata/md5-cache/dev-java/dom4j-2.2.0 +++ b/metadata/md5-cache/dev-java/dom4j-2.2.0 @@ -11,5 +11,5 @@ RDEPEND=>=dev-java/jaxb-api-4.0.2:4 dev-java/xpp2:0 dev-java/xpp3:0 dev-java/xsd RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/dom4j/dom4j/archive/version/2.2.0.tar.gz -> dom4j-2.2.0.tar.gz https://repo1.maven.org/maven2/jaxen/jaxen/1.2.0/jaxen-1.2.0.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=cb4e1639bd832617d7d8defbb9622213 diff --git a/metadata/md5-cache/dev-java/easymock-2.5.2 b/metadata/md5-cache/dev-java/easymock-2.5.2 index c3d5157170a8..bdc2f8162026 100644 --- a/metadata/md5-cache/dev-java/easymock-2.5.2 +++ b/metadata/md5-cache/dev-java/easymock-2.5.2 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=2.5 SRC_URI=https://github.com/easymock/easymock/archive/easymock-2.5.2.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=45a58871b65092df13b3795a4cbaf49a diff --git a/metadata/md5-cache/dev-java/easymock-3.3.1-r2 b/metadata/md5-cache/dev-java/easymock-3.3.1-r2 index f41c0f660b51..86c119c4ee23 100644 --- a/metadata/md5-cache/dev-java/easymock-3.3.1-r2 +++ b/metadata/md5-cache/dev-java/easymock-3.3.1-r2 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/cglib-3.3.0-r3:0 dev-java/junit:4 dev-jav RESTRICT=!test? ( test ) SLOT=3.2 SRC_URI=https://github.com/easymock/easymock/archive/refs/tags/easymock-3.3.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=ea0bc90001feb5427b0b7c1329095f66 diff --git a/metadata/md5-cache/dev-java/easymock-5.6.0 b/metadata/md5-cache/dev-java/easymock-5.6.0 index fd9c7e8db7b3..c3742b063b70 100644 --- a/metadata/md5-cache/dev-java/easymock-5.6.0 +++ b/metadata/md5-cache/dev-java/easymock-5.6.0 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/easymock/easymock/archive/easymock-5.6.0.tar.gz https://repo1.maven.org/maven2/org/droidparts/dexmaker/dexmaker/1.5/dexmaker-1.5.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e _md5_=3b1097616fce753989db9208089392a2 diff --git a/metadata/md5-cache/dev-java/eclipse-ecj-4.20 b/metadata/md5-cache/dev-java/eclipse-ecj-4.20 index 70c6e4151828..0baa97d3a2f7 100644 --- a/metadata/md5-cache/dev-java/eclipse-ecj-4.20 +++ b/metadata/md5-cache/dev-java/eclipse-ecj-4.20 @@ -11,5 +11,5 @@ LICENSE=EPL-1.0 RDEPEND=app-eselect/eselect-java >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=4.20 SRC_URI=https://archive.eclipse.org/eclipse/downloads/drops4/R-4.20-202106111600/ecjsrc-4.20.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 prefix c3c4c93ebda319c0fa7ed6f942ba1010 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 prefix c3c4c93ebda319c0fa7ed6f942ba1010 _md5_=21cc20cee807c956e85a1821f52db068 diff --git a/metadata/md5-cache/dev-java/eclipse-ecj-4.26-r2 b/metadata/md5-cache/dev-java/eclipse-ecj-4.26-r2 index 8e08bed0702a..69a2b13043ae 100644 --- a/metadata/md5-cache/dev-java/eclipse-ecj-4.26-r2 +++ b/metadata/md5-cache/dev-java/eclipse-ecj-4.26-r2 @@ -11,5 +11,5 @@ LICENSE=EPL-1.0 RDEPEND=app-eselect/eselect-java !dev-java/ant-eclipse-ecj:4.26 >=virtual/jre-11:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=4.26 SRC_URI=https://archive.eclipse.org/eclipse/downloads/drops4/R-4.26-202211231800/ecjsrc-4.26.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 prefix c3c4c93ebda319c0fa7ed6f942ba1010 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 prefix c3c4c93ebda319c0fa7ed6f942ba1010 _md5_=16602a2863c858d29783e44b29f38251 diff --git a/metadata/md5-cache/dev-java/eclipse-ecj-4.38 b/metadata/md5-cache/dev-java/eclipse-ecj-4.38 index 541113083d4d..edeae0242134 100644 --- a/metadata/md5-cache/dev-java/eclipse-ecj-4.38 +++ b/metadata/md5-cache/dev-java/eclipse-ecj-4.38 @@ -11,5 +11,5 @@ LICENSE=EPL-1.0 RDEPEND=>=virtual/jre-17:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=4.38 SRC_URI=https://download.eclipse.org/eclipse/downloads/drops4/R-4.38-202512010920/ecjsrc-4.38.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=313945a4f34e760d7151dd3e325aa948 diff --git a/metadata/md5-cache/dev-java/eclipse-jdt-annotation-4.37 b/metadata/md5-cache/dev-java/eclipse-jdt-annotation-4.37 index ec4ec1ed8be8..5ca5adb1388b 100644 --- a/metadata/md5-cache/dev-java/eclipse-jdt-annotation-4.37 +++ b/metadata/md5-cache/dev-java/eclipse-jdt-annotation-4.37 @@ -10,5 +10,5 @@ LICENSE=EPL-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/eclipse-jdt/eclipse.jdt.core/archive//R4_37.tar.gz -> eclipse.jdt.core-4.37.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=11c5a453d7bab66f0f082bd2b7af5ba5 diff --git a/metadata/md5-cache/dev-java/emma-2.0.5312-r6 b/metadata/md5-cache/dev-java/emma-2.0.5312-r6 index b915d3c69872..49ce80e67fbc 100644 --- a/metadata/md5-cache/dev-java/emma-2.0.5312-r6 +++ b/metadata/md5-cache/dev-java/emma-2.0.5312-r6 @@ -11,5 +11,5 @@ LICENSE=CPL-1.0 RDEPEND=>=dev-java/ant-1.10.14:0 >=virtual/jre-1.8:* launcher? ( !sci-biology/emboss:0 ) >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://downloads.sourceforge.net/project/emma/emma-release/2.0.5312/emma-2.0.5312-src.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=1ebf5e6b175dd83d4f728de51c828200 diff --git a/metadata/md5-cache/dev-java/error-prone-annotations-2.42.0 b/metadata/md5-cache/dev-java/error-prone-annotations-2.42.0 index c0e932885814..34b4d470af23 100644 --- a/metadata/md5-cache/dev-java/error-prone-annotations-2.42.0 +++ b/metadata/md5-cache/dev-java/error-prone-annotations-2.42.0 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/google/error-prone/archive/v2.42.0.tar.gz -> error-prone-2.42.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=1c282acc2cd42b932a83837f13176127 diff --git a/metadata/md5-cache/dev-java/error-prone-annotations-2.45.0 b/metadata/md5-cache/dev-java/error-prone-annotations-2.45.0 index 0356bbab5065..785b3d5c8f20 100644 --- a/metadata/md5-cache/dev-java/error-prone-annotations-2.45.0 +++ b/metadata/md5-cache/dev-java/error-prone-annotations-2.45.0 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/google/error-prone/archive/v2.45.0.tar.gz -> error-prone-2.45.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=1ddb4b29975ad5850f6af37293cd304a diff --git a/metadata/md5-cache/dev-java/escapevelocity-1.1 b/metadata/md5-cache/dev-java/escapevelocity-1.1 index b68fae4b3f91..0bbb77033deb 100644 --- a/metadata/md5-cache/dev-java/escapevelocity-1.1 +++ b/metadata/md5-cache/dev-java/escapevelocity-1.1 @@ -11,5 +11,5 @@ RDEPEND=>=dev-java/guava-33.4.8:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/google/escapevelocity/archive/escapevelocity-1.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=a541768fd91d9c3488a551efddef1442 diff --git a/metadata/md5-cache/dev-java/fastdoubleparser-2.0.1 b/metadata/md5-cache/dev-java/fastdoubleparser-2.0.1 index bef0d5f8e6a7..4ca34994ba30 100644 --- a/metadata/md5-cache/dev-java/fastdoubleparser-2.0.1 +++ b/metadata/md5-cache/dev-java/fastdoubleparser-2.0.1 @@ -10,5 +10,5 @@ LICENSE=MIT RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/wrandelshofer/FastDoubleParser/archive/v2.0.1.tar.gz -> fastdoubleparser-2.0.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=72bdeb38887e620347dce0efa1dec4de diff --git a/metadata/md5-cache/dev-java/fastinfoset-2.1.0-r1 b/metadata/md5-cache/dev-java/fastinfoset-2.1.0-r1 index 468f2f0a86c8..4d22c5d16134 100644 --- a/metadata/md5-cache/dev-java/fastinfoset-2.1.0-r1 +++ b/metadata/md5-cache/dev-java/fastinfoset-2.1.0-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/eclipse-ee4j/jaxb-fi/archive/2.1.0.tar.gz -> fastinfoset-2.1.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=da680644e6db96d2e111a220aba17bda diff --git a/metadata/md5-cache/dev-java/fec-1.0.4-r5 b/metadata/md5-cache/dev-java/fec-1.0.4-r5 index 36fcffd4b513..71d8964cf361 100644 --- a/metadata/md5-cache/dev-java/fec-1.0.4-r5 +++ b/metadata/md5-cache/dev-java/fec-1.0.4-r5 @@ -10,5 +10,5 @@ LICENSE=BSD-2 RDEPEND=dev-java/log4j-12-api:2 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://dev.gentoo.org/~monsieurp/packages/fec-1.0.4.tar.gz -_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=f9801f230055bf2b90fc7007b424b573 diff --git a/metadata/md5-cache/dev-java/felix-framework-7.0.5-r3 b/metadata/md5-cache/dev-java/felix-framework-7.0.5-r3 index 3f00733b4511..184e95931cec 100644 --- a/metadata/md5-cache/dev-java/felix-framework-7.0.5-r3 +++ b/metadata/md5-cache/dev-java/felix-framework-7.0.5-r3 @@ -12,5 +12,5 @@ RDEPEND=dev-java/animal-sniffer-annotations:0 >=virtual/jre-1.8:* >=dev-java/jav RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/felix/org.apache.felix.framework-7.0.5-source-release.tar.gz verify-sig? ( https://downloads.apache.org/felix/org.apache.felix.framework-7.0.5-source-release.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=08cd02fb5d0dd347948d0bf241e165bf diff --git a/metadata/md5-cache/dev-java/felix-gogo-runtime-1.1.6 b/metadata/md5-cache/dev-java/felix-gogo-runtime-1.1.6 index eda2c17cc414..1e4fb0a61676 100644 --- a/metadata/md5-cache/dev-java/felix-gogo-runtime-1.1.6 +++ b/metadata/md5-cache/dev-java/felix-gogo-runtime-1.1.6 @@ -12,5 +12,5 @@ RDEPEND=dev-java/osgi-annotation:0 dev-java/osgi-cmpn:8 dev-java/osgi-core:0 >=v RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/felix/org.apache.felix.gogo.runtime-1.1.6-source-release.tar.gz -> felix-gogo-runtime-1.1.6.tar.gz verify-sig? ( https://dlcdn.apache.org/felix/org.apache.felix.gogo.runtime-1.1.6-source-release.tar.gz.asc -> felix-gogo-runtime-1.1.6.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=6a5621b561dac6eb047b4a1e0891b372 diff --git a/metadata/md5-cache/dev-java/felix-main-7.0.5-r2 b/metadata/md5-cache/dev-java/felix-main-7.0.5-r2 index aa782f601cf3..ff51754e5423 100644 --- a/metadata/md5-cache/dev-java/felix-main-7.0.5-r2 +++ b/metadata/md5-cache/dev-java/felix-main-7.0.5-r2 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* ~dev-java/felix-framework-7.0.5:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/felix/org.apache.felix.main-7.0.5-source-release.tar.gz verify-sig? ( https://downloads.apache.org/felix/org.apache.felix.main-7.0.5-source-release.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=5a5c5eed9bc0bd3118818dc5894243f4 diff --git a/metadata/md5-cache/dev-java/felix-resolver-2.0.4-r2 b/metadata/md5-cache/dev-java/felix-resolver-2.0.4-r2 index a3c4f0455d04..2b9a45f2291e 100644 --- a/metadata/md5-cache/dev-java/felix-resolver-2.0.4-r2 +++ b/metadata/md5-cache/dev-java/felix-resolver-2.0.4-r2 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* dev-java/osgi-annotation:0 dev-java/osgi-core:0 >=de RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/felix/org.apache.felix.resolver-2.0.4-source-release.tar.gz verify-sig? ( https://downloads.apache.org/felix/org.apache.felix.resolver-2.0.4-source-release.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=a23787c7cce3b53cd00372ea15fec951 diff --git a/metadata/md5-cache/dev-java/felix-utils-1.11.8-r1 b/metadata/md5-cache/dev-java/felix-utils-1.11.8-r1 index 8a758059685b..671f99a492f3 100644 --- a/metadata/md5-cache/dev-java/felix-utils-1.11.8-r1 +++ b/metadata/md5-cache/dev-java/felix-utils-1.11.8-r1 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/felix/org.apache.felix.utils-1.11.8-source-release.tar.gz verify-sig? ( https://downloads.apache.org/felix/org.apache.felix.utils-1.11.8-source-release.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=50a30f8e5d3e222d9925af5d57c686ad diff --git a/metadata/md5-cache/dev-java/findbugs-annotations-3.0.1 b/metadata/md5-cache/dev-java/findbugs-annotations-3.0.1 index 6306225dcc15..8b2a87937e08 100644 --- a/metadata/md5-cache/dev-java/findbugs-annotations-3.0.1 +++ b/metadata/md5-cache/dev-java/findbugs-annotations-3.0.1 @@ -11,5 +11,5 @@ LICENSE=LGPL-3 RDEPEND=>=virtual/jre-1.8:* >=dev-java/jsr305-3.0.2:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://repo1.maven.org/maven2/com/google/code/findbugs/findbugs-annotations/3.0.1/findbugs-annotations-3.0.1-sources.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=adb9f62993a771a399fec933660e8bb3 diff --git a/metadata/md5-cache/dev-java/fishbowl-1.4.1 b/metadata/md5-cache/dev-java/fishbowl-1.4.1 index d6f90cf5839a..d116647dc537 100644 --- a/metadata/md5-cache/dev-java/fishbowl-1.4.1 +++ b/metadata/md5-cache/dev-java/fishbowl-1.4.1 @@ -10,5 +10,5 @@ LICENSE=MIT RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/stefanbirkner/fishbowl/archive/fishbowl-1.4.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=06de70ab9da17e88354ec41127f323fb diff --git a/metadata/md5-cache/dev-java/fontbox-2.0.32 b/metadata/md5-cache/dev-java/fontbox-2.0.32 index 24b652f4cc35..eaeef5df1f88 100644 --- a/metadata/md5-cache/dev-java/fontbox-2.0.32 +++ b/metadata/md5-cache/dev-java/fontbox-2.0.32 @@ -12,5 +12,5 @@ RDEPEND=dev-java/commons-logging:0 >=virtual/jre-1.8:* >=dev-java/java-config-2. RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/pdfbox/2.0.32/pdfbox-2.0.32-src.zip test? ( https://issues.apache.org/jira/secure/attachment/12684264/SourceSansProBold.otf https://issues.apache.org/jira/secure/attachment/12809395/DejaVuSansMono.ttf https://issues.apache.org/jira/secure/attachment/12896461/NotoEmoji-Regular.ttf https://issues.apache.org/jira/secure/attachment/13036376/NotoSansSC-Regular.otf https://issues.apache.org/jira/secure/attachment/13064282/DejaVuSerifCondensed.pfb https://issues.apache.org/jira/secure/attachment/13065025/NotoMono-Regular.ttf https://mirrors.ctan.org/fonts/opensans/type1/OpenSans-Regular.pfb https://moji.or.jp/wp-content/ipafont/IPAfont/ipag00303.zip ) verify-sig? ( https://downloads.apache.org/pdfbox/2.0.32/pdfbox-2.0.32-src.zip.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=ee83727c33c06b1c1bd849dc1647d2fc diff --git a/metadata/md5-cache/dev-java/fontbox-3.0.6 b/metadata/md5-cache/dev-java/fontbox-3.0.6 index 4b1f4a776777..e090b1d6635a 100644 --- a/metadata/md5-cache/dev-java/fontbox-3.0.6 +++ b/metadata/md5-cache/dev-java/fontbox-3.0.6 @@ -12,5 +12,5 @@ RDEPEND=dev-java/commons-logging:0 >=virtual/jre-1.8:* >=dev-java/java-config-2. RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/pdfbox/3.0.6/pdfbox-3.0.6-src.zip test? ( https://issues.apache.org/jira/secure/attachment/12684264/SourceSansProBold.otf https://issues.apache.org/jira/secure/attachment/12809395/DejaVuSansMono.ttf https://issues.apache.org/jira/secure/attachment/12896461/NotoEmoji-Regular.ttf https://issues.apache.org/jira/secure/attachment/13036376/NotoSansSC-Regular.otf https://issues.apache.org/jira/secure/attachment/13064282/DejaVuSerifCondensed.pfb https://issues.apache.org/jira/secure/attachment/13065025/NotoMono-Regular.ttf https://issues.apache.org/jira/secure/attachment/13076859/Keyboard.ttf https://mirrors.ctan.org/fonts/opensans/type1/OpenSans-Regular.pfb https://moji.or.jp/wp-content/ipafont/IPAfont/ipag00303.zip ) verify-sig? ( https://downloads.apache.org/pdfbox/3.0.6/pdfbox-3.0.6-src.zip.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=57748cb74857a889f8dce4149695b5c9 diff --git a/metadata/md5-cache/dev-java/fop-2.10-r1 b/metadata/md5-cache/dev-java/fop-2.10-r1 index d74d7862c631..e8a3a128fc10 100644 --- a/metadata/md5-cache/dev-java/fop-2.10-r1 +++ b/metadata/md5-cache/dev-java/fop-2.10-r1 @@ -12,5 +12,5 @@ RDEPEND=>=dev-java/ant-1.10.14-r3:0 dev-java/batik:0 dev-java/bcprov:0 dev-java/ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/xmlgraphics/fop/source/fop-2.10-src.tar.gz https://dev.gentoo.org/~fordfrog/distfiles/fop-2.10-jars.tar.xz verify-sig? ( https://downloads.apache.org/xmlgraphics/fop/source/fop-2.10-src.tar.gz.asc ) test? ( https://repo1.maven.org/maven2/net/sf/offo/fop-hyph/2.0/fop-hyph-2.0.jar ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=9501a46788c44369d0f5bc5d1bd64fbf diff --git a/metadata/md5-cache/dev-java/freenet-ext-29-r1 b/metadata/md5-cache/dev-java/freenet-ext-29-r1 index 883cd0930d7f..82f9c2ab7062 100644 --- a/metadata/md5-cache/dev-java/freenet-ext-29-r1 +++ b/metadata/md5-cache/dev-java/freenet-ext-29-r1 @@ -10,5 +10,5 @@ LICENSE=public-domain RDEPEND=dev-libs/gmp >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=29 SRC_URI=https://github.com/hyphanet/contrib/archive/v29.tar.gz -> freenet-ext-29.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=00e01df0adf32bd157cdd104fbedeaa5 diff --git a/metadata/md5-cache/dev-java/generics-resolver-3.0.3 b/metadata/md5-cache/dev-java/generics-resolver-3.0.3 index 6545d934e143..fa4f685cf143 100644 --- a/metadata/md5-cache/dev-java/generics-resolver-3.0.3 +++ b/metadata/md5-cache/dev-java/generics-resolver-3.0.3 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=https://github.com/xvik/generics-resolver/archive/3.0.3.tar.gz -> generics-resolver-3.0.3.tar.gz test? ( https://repo1.maven.org/maven2/org/spockframework/spock-core/1.0-groovy-2.4/spock-core-1.0-groovy-2.4.jar https://downloads.apache.org/groovy/2.4.21/distribution/apache-groovy-binary-2.4.21.zip ) -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=24d8b89b2ccb86b11f8978af1a78d639 diff --git a/metadata/md5-cache/dev-java/gnu-regexp-1.1.4-r4 b/metadata/md5-cache/dev-java/gnu-regexp-1.1.4-r4 index 570d3a996e2e..d4a3908dae43 100644 --- a/metadata/md5-cache/dev-java/gnu-regexp-1.1.4-r4 +++ b/metadata/md5-cache/dev-java/gnu-regexp-1.1.4-r4 @@ -10,5 +10,5 @@ LICENSE=LGPL-2.1 RDEPEND=dev-java/java-getopt:1 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=1 SRC_URI=mirror://gentoo/gnu-regexp-1.1.4.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=59ae47b9d1d0669eeed29a1b2423c6d0 diff --git a/metadata/md5-cache/dev-java/gradle-bin-8.10.2 b/metadata/md5-cache/dev-java/gradle-bin-8.10.2 index 56f698c12477..ca27f39ef8a8 100644 --- a/metadata/md5-cache/dev-java/gradle-bin-8.10.2 +++ b/metadata/md5-cache/dev-java/gradle-bin-8.10.2 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=app-eselect/eselect-gradle >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=8.10.2 SRC_URI=https://services.gradle.org/distributions/gradle-8.10.2-all.zip -> gradle-bin-8.10.2.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=71b8490a7b3f26f054aadbf9edad2817 diff --git a/metadata/md5-cache/dev-java/gradle-bin-8.12.1 b/metadata/md5-cache/dev-java/gradle-bin-8.12.1 index a1d1ba440c32..143a0a121387 100644 --- a/metadata/md5-cache/dev-java/gradle-bin-8.12.1 +++ b/metadata/md5-cache/dev-java/gradle-bin-8.12.1 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=app-eselect/eselect-gradle >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=8.12.1 SRC_URI=https://services.gradle.org/distributions/gradle-8.12.1-all.zip -> gradle-bin-8.12.1.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=97a5914b6f80256847fae52995108d77 diff --git a/metadata/md5-cache/dev-java/gradle-bin-8.14.2 b/metadata/md5-cache/dev-java/gradle-bin-8.14.2 index 059a63e43357..6a71f06e4db5 100644 --- a/metadata/md5-cache/dev-java/gradle-bin-8.14.2 +++ b/metadata/md5-cache/dev-java/gradle-bin-8.14.2 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=app-eselect/eselect-gradle >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=8.14.2 SRC_URI=https://services.gradle.org/distributions/gradle-8.14.2-all.zip -> gradle-bin-8.14.2.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=97a5914b6f80256847fae52995108d77 diff --git a/metadata/md5-cache/dev-java/gradle-bin-8.14.3 b/metadata/md5-cache/dev-java/gradle-bin-8.14.3 index aefb2e5ccc34..6685bb67c8c7 100644 --- a/metadata/md5-cache/dev-java/gradle-bin-8.14.3 +++ b/metadata/md5-cache/dev-java/gradle-bin-8.14.3 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=app-eselect/eselect-gradle >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=8.14.3 SRC_URI=https://services.gradle.org/distributions/gradle-8.14.3-all.zip -> gradle-bin-8.14.3.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=a39cdffe97bf9de4390a3653ae901b23 diff --git a/metadata/md5-cache/dev-java/gradle-bin-8.4 b/metadata/md5-cache/dev-java/gradle-bin-8.4 index 5c0345f2ec74..86bc0bea7837 100644 --- a/metadata/md5-cache/dev-java/gradle-bin-8.4 +++ b/metadata/md5-cache/dev-java/gradle-bin-8.4 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=app-eselect/eselect-gradle >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=8.4 SRC_URI=https://services.gradle.org/distributions/gradle-8.4-all.zip -> gradle-bin-8.4.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=618882812a389b0ebd84fe158d440cd3 diff --git a/metadata/md5-cache/dev-java/gradle-bin-8.5 b/metadata/md5-cache/dev-java/gradle-bin-8.5 index ff5388a64e5a..01db08c21c1e 100644 --- a/metadata/md5-cache/dev-java/gradle-bin-8.5 +++ b/metadata/md5-cache/dev-java/gradle-bin-8.5 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=app-eselect/eselect-gradle >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=8.5 SRC_URI=https://services.gradle.org/distributions/gradle-8.5-all.zip -> gradle-bin-8.5.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=618882812a389b0ebd84fe158d440cd3 diff --git a/metadata/md5-cache/dev-java/gradle-bin-8.7 b/metadata/md5-cache/dev-java/gradle-bin-8.7 index 8a222ca4e92e..0d8d2c526f4b 100644 --- a/metadata/md5-cache/dev-java/gradle-bin-8.7 +++ b/metadata/md5-cache/dev-java/gradle-bin-8.7 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=app-eselect/eselect-gradle >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=8.7 SRC_URI=https://services.gradle.org/distributions/gradle-8.7-all.zip -> gradle-bin-8.7.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=618882812a389b0ebd84fe158d440cd3 diff --git a/metadata/md5-cache/dev-java/gradle-bin-9.0.0 b/metadata/md5-cache/dev-java/gradle-bin-9.0.0 index a6d77908c242..dd3ae473a623 100644 --- a/metadata/md5-cache/dev-java/gradle-bin-9.0.0 +++ b/metadata/md5-cache/dev-java/gradle-bin-9.0.0 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=app-eselect/eselect-gradle >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=9.0.0 SRC_URI=https://services.gradle.org/distributions/gradle-9.0.0-all.zip -> gradle-bin-9.0.0.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=a39cdffe97bf9de4390a3653ae901b23 diff --git a/metadata/md5-cache/dev-java/gradle-bin-9.1.0 b/metadata/md5-cache/dev-java/gradle-bin-9.1.0 index 6e5c02016c83..f28e6bf2419a 100644 --- a/metadata/md5-cache/dev-java/gradle-bin-9.1.0 +++ b/metadata/md5-cache/dev-java/gradle-bin-9.1.0 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=app-eselect/eselect-gradle >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=9.1.0 SRC_URI=https://services.gradle.org/distributions/gradle-9.1.0-all.zip -> gradle-bin-9.1.0.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=a39cdffe97bf9de4390a3653ae901b23 diff --git a/metadata/md5-cache/dev-java/greenmail-2.0.0_alpha2 b/metadata/md5-cache/dev-java/greenmail-2.0.0_alpha2 index 618d131059e4..d118c244a0ec 100644 --- a/metadata/md5-cache/dev-java/greenmail-2.0.0_alpha2 +++ b/metadata/md5-cache/dev-java/greenmail-2.0.0_alpha2 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* dev-java/jakarta-activation-api:2 dev-java/jakarta-mail:0 dev-java/junit:4 dev-java/slf4j-api:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=2 SRC_URI=https://github.com/greenmail-mail-test/greenmail/archive/release-2.0.0-alpha-2.tar.gz -> greenmail-2.0.0_alpha2.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=3cdd3151f6e38aa0c49ffe90a1d1f852 diff --git a/metadata/md5-cache/dev-java/gson-2.13.2 b/metadata/md5-cache/dev-java/gson-2.13.2 index b87007b8db48..8a2de6c3eddb 100644 --- a/metadata/md5-cache/dev-java/gson-2.13.2 +++ b/metadata/md5-cache/dev-java/gson-2.13.2 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/google/gson/archive/gson-parent-2.13.2.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=1951d78e2f60722104a9c7d40b842ab8 diff --git a/metadata/md5-cache/dev-java/guava-33.5.0 b/metadata/md5-cache/dev-java/guava-33.5.0 index dda73f1a6f57..b724a6349c62 100644 --- a/metadata/md5-cache/dev-java/guava-33.5.0 +++ b/metadata/md5-cache/dev-java/guava-33.5.0 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=dev-java/error-prone-annotations-2.42.0:0 >=dev-java/j2objc-annotations-3.1:0 dev-java/jspecify:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/google/guava/archive/v33.5.0.tar.gz -> guava-33.5.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=efe507724757f58952287a568dd65375 diff --git a/metadata/md5-cache/dev-java/guava-testlib-33.5.0 b/metadata/md5-cache/dev-java/guava-testlib-33.5.0 index 4b973b8b19df..a0ff001f21a8 100644 --- a/metadata/md5-cache/dev-java/guava-testlib-33.5.0 +++ b/metadata/md5-cache/dev-java/guava-testlib-33.5.0 @@ -11,5 +11,5 @@ RDEPEND=>=dev-java/error-prone-annotations-2.42.0:0 ~dev-java/guava-33.5.0:0 dev RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/google/guava/archive/v33.5.0.tar.gz -> guava-33.5.0.tar.gz -_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=7287931c6a6a8c4a4a2bca44a54afe6e diff --git a/metadata/md5-cache/dev-java/guice-5.1.0-r1 b/metadata/md5-cache/dev-java/guice-5.1.0-r1 index 5b2b0a9d22e8..7d58df3b726e 100644 --- a/metadata/md5-cache/dev-java/guice-5.1.0-r1 +++ b/metadata/md5-cache/dev-java/guice-5.1.0-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* dev-java/aopalliance:1 dev-java/asm:9 dev-java/error RESTRICT=test !test? ( test ) SLOT=4 SRC_URI=https://github.com/google/guice/archive/5.1.0.tar.gz -> guice-5.1.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=4cfaf2f9240bcf8d161b6dd218823f1d diff --git a/metadata/md5-cache/dev-java/guice-7.0.0 b/metadata/md5-cache/dev-java/guice-7.0.0 index fe046a75637a..74cfb35157ac 100644 --- a/metadata/md5-cache/dev-java/guice-7.0.0 +++ b/metadata/md5-cache/dev-java/guice-7.0.0 @@ -11,5 +11,5 @@ RDEPEND=dev-java/aopalliance:1 dev-java/injection-api:0 >=dev-java/asm-9.8-r1:0 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/google/guice/archive/7.0.0.tar.gz -> guice-7.0.0.tar.gz test? ( https://repo1.maven.org/maven2/com/google/truth/truth/1.1.3/truth-1.1.3.jar https://repo1.maven.org/maven2/com/google/truth/extensions/truth-java8-extension/1.1.3/truth-java8-extension-1.1.3.jar ) -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=524c52d1fee1d4806794a09aa63c1e7e diff --git a/metadata/md5-cache/dev-java/hamcrest-3.0 b/metadata/md5-cache/dev-java/hamcrest-3.0 index 60deda5daf43..125528cfdea7 100644 --- a/metadata/md5-cache/dev-java/hamcrest-3.0 +++ b/metadata/md5-cache/dev-java/hamcrest-3.0 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/hamcrest/JavaHamcrest/archive/v3.0.tar.gz -> hamcrest-3.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=1a359d6eaa722a2d85b33dbb296e5ac1 diff --git a/metadata/md5-cache/dev-java/hamcrest-core-1.1-r5 b/metadata/md5-cache/dev-java/hamcrest-core-1.1-r5 index 2cf9c3b7acae..0b04ce1ae60d 100644 --- a/metadata/md5-cache/dev-java/hamcrest-core-1.1-r5 +++ b/metadata/md5-cache/dev-java/hamcrest-core-1.1-r5 @@ -10,5 +10,5 @@ LICENSE=BSD-2 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/hamcrest/JavaHamcrest/archive/hamcrest-java-1.1.tar.gz -> hamcrest-core-1.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=889bf678a45aed9bf9029dfd9c217983 diff --git a/metadata/md5-cache/dev-java/hamcrest-core-1.3-r3 b/metadata/md5-cache/dev-java/hamcrest-core-1.3-r3 index 8b43ece9acc7..422430a075f4 100644 --- a/metadata/md5-cache/dev-java/hamcrest-core-1.3-r3 +++ b/metadata/md5-cache/dev-java/hamcrest-core-1.3-r3 @@ -11,5 +11,5 @@ LICENSE=BSD-2 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=1.3 SRC_URI=https://github.com/hamcrest/JavaHamcrest/archive/hamcrest-java-1.3.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=6d9e8a03fc22d0101763ac81c28b0c0a diff --git a/metadata/md5-cache/dev-java/hamcrest-generator-1.3-r4 b/metadata/md5-cache/dev-java/hamcrest-generator-1.3-r4 index 69a2f59ca48c..918c232dc65d 100644 --- a/metadata/md5-cache/dev-java/hamcrest-generator-1.3-r4 +++ b/metadata/md5-cache/dev-java/hamcrest-generator-1.3-r4 @@ -10,5 +10,5 @@ LICENSE=BSD-2 RDEPEND=>=virtual/jre-1.8:* dev-java/qdox:1.12 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=1.3 SRC_URI=https://github.com/hamcrest/JavaHamcrest/archive/hamcrest-java-1.3.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=d0a65a844b7d4278e258764c8b40edd6 diff --git a/metadata/md5-cache/dev-java/hamcrest-library-1.3-r3 b/metadata/md5-cache/dev-java/hamcrest-library-1.3-r3 index a6cd770b9408..28b9c017e249 100644 --- a/metadata/md5-cache/dev-java/hamcrest-library-1.3-r3 +++ b/metadata/md5-cache/dev-java/hamcrest-library-1.3-r3 @@ -11,5 +11,5 @@ LICENSE=BSD-2 RDEPEND=dev-java/hamcrest-core:1.3 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=1.3 SRC_URI=https://github.com/hamcrest/JavaHamcrest/archive/hamcrest-java-1.3.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=8aac7be0bc97988ac242bd6bdb2edc61 diff --git a/metadata/md5-cache/dev-java/hashcash-1.1 b/metadata/md5-cache/dev-java/hashcash-1.1 index 0c6b1577c46f..c294206b97c4 100644 --- a/metadata/md5-cache/dev-java/hashcash-1.1 +++ b/metadata/md5-cache/dev-java/hashcash-1.1 @@ -10,5 +10,5 @@ LICENSE=GregoryRubin RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=1 SRC_URI=https://www.nettgryppa.com/code/HashCash.java -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=352b4e05e8d0691f9c7a9252ae8368cd diff --git a/metadata/md5-cache/dev-java/hawtjni-runtime-1.18 b/metadata/md5-cache/dev-java/hawtjni-runtime-1.18 index 631300dc1cce..36d177953fa1 100644 --- a/metadata/md5-cache/dev-java/hawtjni-runtime-1.18 +++ b/metadata/md5-cache/dev-java/hawtjni-runtime-1.18 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/fusesource/hawtjni/archive/hawtjni-project-1.18.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=71a16a27373e4c98ee8ba49a7ac70e39 diff --git a/metadata/md5-cache/dev-java/htmlcleaner-2.29-r1 b/metadata/md5-cache/dev-java/htmlcleaner-2.29-r1 index a569377978f5..a5ee8a409d3b 100644 --- a/metadata/md5-cache/dev-java/htmlcleaner-2.29-r1 +++ b/metadata/md5-cache/dev-java/htmlcleaner-2.29-r1 @@ -12,5 +12,5 @@ RDEPEND=dev-java/jdom:2 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 sour RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://downloads.sourceforge.net/project/htmlcleaner/htmlcleaner/htmlcleaner%20v2.29/htmlcleaner-src-2.29.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=4cedf57cd47eab387697c6565edd6f7b diff --git a/metadata/md5-cache/dev-java/httpcomponents-client-4.5.13-r3 b/metadata/md5-cache/dev-java/httpcomponents-client-4.5.13-r3 index c58d266cc3c5..5b33a1a88d6b 100644 --- a/metadata/md5-cache/dev-java/httpcomponents-client-4.5.13-r3 +++ b/metadata/md5-cache/dev-java/httpcomponents-client-4.5.13-r3 @@ -12,5 +12,5 @@ RDEPEND=dev-java/commons-codec:0 dev-java/commons-logging:0 dev-java/httpcore:0 RESTRICT=!test? ( test ) SLOT=4 SRC_URI=mirror://apache/httpcomponents/httpclient/source/httpcomponents-client-4.5.13-src.tar.gz verify-sig? ( https://downloads.apache.org/httpcomponents/httpclient/source/httpcomponents-client-4.5.13-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=f05af6303e0a41746be82f69593c8ba0 diff --git a/metadata/md5-cache/dev-java/httpcore-4.4.14-r2 b/metadata/md5-cache/dev-java/httpcore-4.4.14-r2 index 553804846cd4..26d3afdfad81 100644 --- a/metadata/md5-cache/dev-java/httpcore-4.4.14-r2 +++ b/metadata/md5-cache/dev-java/httpcore-4.4.14-r2 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://archive.apache.org/dist/httpcomponents/httpcore/source/httpcomponents-core-4.4.14-src.tar.gz verify-sig? ( https://archive.apache.org/dist/httpcomponents/httpcore/source/httpcomponents-core-4.4.14-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=6b75faed1987da05eba120d08eb1d9cc diff --git a/metadata/md5-cache/dev-java/icedtea-sound-1.0.1-r2 b/metadata/md5-cache/dev-java/icedtea-sound-1.0.1-r2 index 204c0448a7f9..65a916aa2587 100644 --- a/metadata/md5-cache/dev-java/icedtea-sound-1.0.1-r2 +++ b/metadata/md5-cache/dev-java/icedtea-sound-1.0.1-r2 @@ -11,5 +11,5 @@ LICENSE=GPL-2-with-linking-exception RDEPEND=media-libs/libpulse virtual/jre:1.8 >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://icedtea.classpath.org/download/source/icedtea-sound-1.0.1.tar.xz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=47506423f99e012b13de22c0ac0f7415 diff --git a/metadata/md5-cache/dev-java/icedtea-web-1.8.8-r2 b/metadata/md5-cache/dev-java/icedtea-web-1.8.8-r2 index b54ae158d271..c36fb976ba62 100644 --- a/metadata/md5-cache/dev-java/icedtea-web-1.8.8-r2 +++ b/metadata/md5-cache/dev-java/icedtea-web-1.8.8-r2 @@ -12,5 +12,5 @@ RDEPEND=>=app-eselect/eselect-java-0.2.0 >=virtual/jre-1.8:* >=dev-java/java-con RESTRICT=test SLOT=0 SRC_URI=https://github.com/AdoptOpenJDK/icedtea-web/archive/icedtea-web-1.8.8.tar.gz https://crates.io/api/v1/crates/dunce/0.1.1/download -> dunce-0.1.1.crate -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 bash-completion-r1 767861f3744f589ee5291c1698b1c082 cargo aeba1d272f6c2e000912e11d8cf626eb flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 multiprocessing 1e32df7deee68372153dca65f4a7c21f readme.gentoo-r1 b045f3acf546393ab6b3170781875358 rust 20da14430886f3de143eb101684fcf62 rust-toolchain 76468983281b0a7fc167ca224f84ecfd toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 bash-completion-r1 767861f3744f589ee5291c1698b1c082 cargo aeba1d272f6c2e000912e11d8cf626eb flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 multiprocessing 1e32df7deee68372153dca65f4a7c21f readme.gentoo-r1 b045f3acf546393ab6b3170781875358 rust 20da14430886f3de143eb101684fcf62 rust-toolchain 76468983281b0a7fc167ca224f84ecfd toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=b465a725afb2f7afa4a69cec1430390d diff --git a/metadata/md5-cache/dev-java/icu4j-77.1 b/metadata/md5-cache/dev-java/icu4j-77.1 index 96069a1e7a7b..8722283765b4 100644 --- a/metadata/md5-cache/dev-java/icu4j-77.1 +++ b/metadata/md5-cache/dev-java/icu4j-77.1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/unicode-org/icu/archive/release-77-1.tar.gz -> icu4j-77.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=d18eb254d47531ef1275eec76a08d4b5 diff --git a/metadata/md5-cache/dev-java/icu4j-78.2 b/metadata/md5-cache/dev-java/icu4j-78.2 index d429796b54c1..82af1ca437ab 100644 --- a/metadata/md5-cache/dev-java/icu4j-78.2 +++ b/metadata/md5-cache/dev-java/icu4j-78.2 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-11:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zi RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/unicode-org/icu/archive/release-78.2.tar.gz -> icu4j-78.2.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=45d3ef0166830c21a7f5c2eb348a9d0e diff --git a/metadata/md5-cache/dev-java/identicon-1.0 b/metadata/md5-cache/dev-java/identicon-1.0 index cdc58769e57f..0767f0c430c9 100644 --- a/metadata/md5-cache/dev-java/identicon-1.0 +++ b/metadata/md5-cache/dev-java/identicon-1.0 @@ -10,5 +10,5 @@ LICENSE=MIT RDEPEND=dev-java/cache2k-api:0 dev-java/commons-logging:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=1 SRC_URI=https://github.com/PauloMigAlmeida/identicon/archive/96902d3c7c9733d9da4cce9c5ed424557fc2ec3c.tar.gz -> identicon-1.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=2baa3e1cb1417109fca62e0ba7d386e8 diff --git a/metadata/md5-cache/dev-java/incap-1.0.0 b/metadata/md5-cache/dev-java/incap-1.0.0 index 6f6862114943..ed3846868248 100644 --- a/metadata/md5-cache/dev-java/incap-1.0.0 +++ b/metadata/md5-cache/dev-java/incap-1.0.0 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/tbroyer/gradle-incap-helper/archive/v1.0.0.tar.gz -> incap-1.0.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=fe161726f77546cb9cf80e875968f751 diff --git a/metadata/md5-cache/dev-java/injection-api-2.0.1 b/metadata/md5-cache/dev-java/injection-api-2.0.1 index 9e2be9246f22..a22bff9fd5ed 100644 --- a/metadata/md5-cache/dev-java/injection-api-2.0.1 +++ b/metadata/md5-cache/dev-java/injection-api-2.0.1 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/jakartaee/inject/archive/2.0.1.tar.gz -> injection-api-2.0.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=49ae63fa0902f2cd16a3b69787777e3e diff --git a/metadata/md5-cache/dev-java/iso-relax-20050331-r7 b/metadata/md5-cache/dev-java/iso-relax-20050331-r7 index b7f8714c60b5..d31f6d5bbed3 100644 --- a/metadata/md5-cache/dev-java/iso-relax-20050331-r7 +++ b/metadata/md5-cache/dev-java/iso-relax-20050331-r7 @@ -10,5 +10,5 @@ LICENSE=MIT RDEPEND=>=dev-java/ant-1.10.14-r3:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://gentoo/iso-relax-20050331.tar.bz2 -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=567c4178d0bb3ef4b96fdb898d7d4958 diff --git a/metadata/md5-cache/dev-java/istack-commons-runtime-3.0.12 b/metadata/md5-cache/dev-java/istack-commons-runtime-3.0.12 index 5b0cef4382c6..3e4cf13f7361 100644 --- a/metadata/md5-cache/dev-java/istack-commons-runtime-3.0.12 +++ b/metadata/md5-cache/dev-java/istack-commons-runtime-3.0.12 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=3 SRC_URI=https://github.com/eclipse-ee4j/jaxb-istack-commons/archive/3.0.12.tar.gz -> jaxb-istack-commons-3.0.12.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=dbf8a6e72de3703043e32d11efff1de2 diff --git a/metadata/md5-cache/dev-java/istack-commons-runtime-4.1.1-r1 b/metadata/md5-cache/dev-java/istack-commons-runtime-4.1.1-r1 index aeb8a0630173..e83da86cbc94 100644 --- a/metadata/md5-cache/dev-java/istack-commons-runtime-4.1.1-r1 +++ b/metadata/md5-cache/dev-java/istack-commons-runtime-4.1.1-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/eclipse-ee4j/jaxb-istack-commons/archive/4.1.1.tar.gz -> jaxb-istack-commons-istack-commons-runtime-4.1.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=df7741d496c249c22bf5bdb8d51289bf diff --git a/metadata/md5-cache/dev-java/j2objc-annotations-3.1 b/metadata/md5-cache/dev-java/j2objc-annotations-3.1 index 3e1c5a15fbea..57d22647e28a 100644 --- a/metadata/md5-cache/dev-java/j2objc-annotations-3.1 +++ b/metadata/md5-cache/dev-java/j2objc-annotations-3.1 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/google/j2objc/archive/3.1.tar.gz -> j2objc-3.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=ec76795e7a18c72cf0310a079eea91e8 diff --git a/metadata/md5-cache/dev-java/jackcess-4.0.7-r1 b/metadata/md5-cache/dev-java/jackcess-4.0.7-r1 index 68e06708e062..50843a9282e7 100644 --- a/metadata/md5-cache/dev-java/jackcess-4.0.7-r1 +++ b/metadata/md5-cache/dev-java/jackcess-4.0.7-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/commons-lang-3.17:3.6 >=dev-java/commons- RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/jahlborn/jackcess/archive/jackcess-4.0.7.tar.gz -> jackcess-4.0.7-sources.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=c2aef46300c54a2e8b434e5e9af31934 diff --git a/metadata/md5-cache/dev-java/jackrabbit-webdav-2.10.1-r3 b/metadata/md5-cache/dev-java/jackrabbit-webdav-2.10.1-r3 index e057477d4ac4..7743b559722d 100644 --- a/metadata/md5-cache/dev-java/jackrabbit-webdav-2.10.1-r3 +++ b/metadata/md5-cache/dev-java/jackrabbit-webdav-2.10.1-r3 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* dev-java/bndlib:0 dev-java/slf4j-api:0 dev-java/slf4 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/jackrabbit/2.10.1/jackrabbit-2.10.1-src.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=f11668a2902d50c25db09a1ba38a1ec2 diff --git a/metadata/md5-cache/dev-java/jackson-annotations-2.13.4-r1 b/metadata/md5-cache/dev-java/jackson-annotations-2.13.4-r1 index c881d1adeba3..b6c61914f031 100644 --- a/metadata/md5-cache/dev-java/jackson-annotations-2.13.4-r1 +++ b/metadata/md5-cache/dev-java/jackson-annotations-2.13.4-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=1 SRC_URI=https://github.com/FasterXML/jackson-annotations/archive/jackson-annotations-2.13.4.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=04aae27f76dfe5f19b6bcdac8daaf738 diff --git a/metadata/md5-cache/dev-java/jackson-annotations-2.20 b/metadata/md5-cache/dev-java/jackson-annotations-2.20 index 9cc4f09cd89f..96853a167cea 100644 --- a/metadata/md5-cache/dev-java/jackson-annotations-2.20 +++ b/metadata/md5-cache/dev-java/jackson-annotations-2.20 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/FasterXML/jackson-annotations/archive/jackson-annotations-2.20.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e _md5_=93d8147d51f703c8e883366d1b0b4ff8 diff --git a/metadata/md5-cache/dev-java/jackson-core-2.13.4-r1 b/metadata/md5-cache/dev-java/jackson-core-2.13.4-r1 index 32554851313d..6fb72a5104c7 100644 --- a/metadata/md5-cache/dev-java/jackson-core-2.13.4-r1 +++ b/metadata/md5-cache/dev-java/jackson-core-2.13.4-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=1 SRC_URI=https://github.com/FasterXML/jackson-core/archive/jackson-core-2.13.4.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=ebb9a9eec39a55b6fa5ad8e8f60536de diff --git a/metadata/md5-cache/dev-java/jackson-core-2.20.0 b/metadata/md5-cache/dev-java/jackson-core-2.20.0 index 8d925f18a542..e7f22ba58e8c 100644 --- a/metadata/md5-cache/dev-java/jackson-core-2.20.0 +++ b/metadata/md5-cache/dev-java/jackson-core-2.20.0 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/FasterXML/jackson-core/archive/jackson-core-2.20.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e _md5_=4b74083b8e6e4bf77c98ed9310dbfaee diff --git a/metadata/md5-cache/dev-java/jackson-databind-2.13.4.1-r1 b/metadata/md5-cache/dev-java/jackson-databind-2.13.4.1-r1 index 6eda0c8bf7c9..9a33e31bfb88 100644 --- a/metadata/md5-cache/dev-java/jackson-databind-2.13.4.1-r1 +++ b/metadata/md5-cache/dev-java/jackson-databind-2.13.4.1-r1 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* ~dev-java/jackson-annotations-2.13.4:1 ~dev-java/jackson-core-2.13.4:1 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=1 SRC_URI=https://github.com/FasterXML/jackson-databind/archive/jackson-databind-2.13.4.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=0f3df0c5dbabff562b6b6fde3b90a925 diff --git a/metadata/md5-cache/dev-java/jackson-databind-2.20.0 b/metadata/md5-cache/dev-java/jackson-databind-2.20.0 index 8cce02d19c97..dc07fd0245bc 100644 --- a/metadata/md5-cache/dev-java/jackson-databind-2.20.0 +++ b/metadata/md5-cache/dev-java/jackson-databind-2.20.0 @@ -11,5 +11,5 @@ RDEPEND=~dev-java/jackson-annotations-2.20:0 ~dev-java/jackson-core-2.20.0:0 >=v RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/FasterXML/jackson-databind/archive/jackson-databind-2.20.0.tar.gz test? ( https://repo1.maven.org/maven2/javax/measure/jsr-275/0.9.1/jsr-275-0.9.1.jar ) -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e _md5_=ffb2896b9c945ebc9fefca19a13b1c0a diff --git a/metadata/md5-cache/dev-java/jackson-dataformat-xml-2.13.4-r2 b/metadata/md5-cache/dev-java/jackson-dataformat-xml-2.13.4-r2 index a609b0cc7ac2..9ec6ac0035bb 100644 --- a/metadata/md5-cache/dev-java/jackson-dataformat-xml-2.13.4-r2 +++ b/metadata/md5-cache/dev-java/jackson-dataformat-xml-2.13.4-r2 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* ~dev-java/jackson-annotations-2.13.4:1 ~dev-java/jac RESTRICT=!test? ( test ) SLOT=1 SRC_URI=https://github.com/FasterXML/jackson-dataformat-xml/archive/jackson-dataformat-xml-2.13.4.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=1e42afd0499b8b72bd110e008e44ea6a diff --git a/metadata/md5-cache/dev-java/jackson-dataformat-xml-2.20.0 b/metadata/md5-cache/dev-java/jackson-dataformat-xml-2.20.0 index d9c1a733cc1f..70b392b3852d 100644 --- a/metadata/md5-cache/dev-java/jackson-dataformat-xml-2.20.0 +++ b/metadata/md5-cache/dev-java/jackson-dataformat-xml-2.20.0 @@ -11,5 +11,5 @@ RDEPEND=~dev-java/jackson-annotations-2.20:0 ~dev-java/jackson-core-2.20.0:0 ~de RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/FasterXML/jackson-dataformat-xml/archive/jackson-dataformat-xml-2.20.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e _md5_=2d1ba448004b847a1ca8de5f264b53f9 diff --git a/metadata/md5-cache/dev-java/jackson-dataformat-yaml-2.13.4-r2 b/metadata/md5-cache/dev-java/jackson-dataformat-yaml-2.13.4-r2 index 1b110c2cd3b9..0d6ce1a5c38b 100644 --- a/metadata/md5-cache/dev-java/jackson-dataformat-yaml-2.13.4-r2 +++ b/metadata/md5-cache/dev-java/jackson-dataformat-yaml-2.13.4-r2 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=1 SRC_URI=https://github.com/FasterXML/jackson-dataformats-text/archive/jackson-dataformats-text-2.13.4.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=49ce2cc56a239a4ce5db2f85e982b710 diff --git a/metadata/md5-cache/dev-java/jackson-dataformat-yaml-2.20.0 b/metadata/md5-cache/dev-java/jackson-dataformat-yaml-2.20.0 index 2f4c1af828b0..c0d6c5870d07 100644 --- a/metadata/md5-cache/dev-java/jackson-dataformat-yaml-2.20.0 +++ b/metadata/md5-cache/dev-java/jackson-dataformat-yaml-2.20.0 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/FasterXML/jackson-dataformats-text/archive/jackson-dataformats-text-2.20.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e _md5_=5bbde623ab8bbf12653f55bb38055135 diff --git a/metadata/md5-cache/dev-java/jackson-module-jakarta-xmlbind-2.13.4-r2 b/metadata/md5-cache/dev-java/jackson-module-jakarta-xmlbind-2.13.4-r2 index 60bb1b75a975..76d1703ef238 100644 --- a/metadata/md5-cache/dev-java/jackson-module-jakarta-xmlbind-2.13.4-r2 +++ b/metadata/md5-cache/dev-java/jackson-module-jakarta-xmlbind-2.13.4-r2 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* ~dev-java/jackson-annotations-2.13.4:1 ~dev-java/jac RESTRICT=!test? ( test ) SLOT=1 SRC_URI=https://github.com/FasterXML/jackson-modules-base/archive/jackson-modules-base-2.13.4.tar.gz -> jackson-module-jakarta-xmlbind-2.13.4.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=5d41434922349a9ca22784ee9a22c88e diff --git a/metadata/md5-cache/dev-java/jackson-module-jakarta-xmlbind-2.20.0 b/metadata/md5-cache/dev-java/jackson-module-jakarta-xmlbind-2.20.0 index 98b6d78606dc..74466e42a2fc 100644 --- a/metadata/md5-cache/dev-java/jackson-module-jakarta-xmlbind-2.20.0 +++ b/metadata/md5-cache/dev-java/jackson-module-jakarta-xmlbind-2.20.0 @@ -11,5 +11,5 @@ RDEPEND=~dev-java/jackson-annotations-2.20:0 ~dev-java/jackson-core-2.20.0:0 ~de RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/FasterXML/jackson-modules-base/archive/jackson-modules-base-2.20.0.tar.gz -> jackson-module-jakarta-xmlbind-2.20.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e _md5_=eb5d8eaa27706277d2d18aa9dd34c991 diff --git a/metadata/md5-cache/dev-java/jacl-1.4.1-r2 b/metadata/md5-cache/dev-java/jacl-1.4.1-r2 index 223e82582cbe..196147578773 100644 --- a/metadata/md5-cache/dev-java/jacl-1.4.1-r2 +++ b/metadata/md5-cache/dev-java/jacl-1.4.1-r2 @@ -10,5 +10,5 @@ LICENSE=BSD RDEPEND=>=dev-lang/tcl-8.4.5:* >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://downloads.sourceforge.net/project/tcljava/jacl/1.4.1/jacl1.4.1.tar.gz -> jacl-1.4.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=ff614bad9fbe89beb9d2d7188efcd243 diff --git a/metadata/md5-cache/dev-java/jai-imageio-core-1.4.0-r1 b/metadata/md5-cache/dev-java/jai-imageio-core-1.4.0-r1 index 6d950f6024b7..0d215f2d61d4 100644 --- a/metadata/md5-cache/dev-java/jai-imageio-core-1.4.0-r1 +++ b/metadata/md5-cache/dev-java/jai-imageio-core-1.4.0-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/jai-imageio/jai-imageio-core/archive/jai-imageio-core-1.4.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=330233f6194798e08de212c6ee080258 diff --git a/metadata/md5-cache/dev-java/jai-imageio-jpeg2000-1.4.0-r1 b/metadata/md5-cache/dev-java/jai-imageio-jpeg2000-1.4.0-r1 index f939d76b8bee..b5fc7864b9c9 100644 --- a/metadata/md5-cache/dev-java/jai-imageio-jpeg2000-1.4.0-r1 +++ b/metadata/md5-cache/dev-java/jai-imageio-jpeg2000-1.4.0-r1 @@ -11,5 +11,5 @@ RDEPEND=dev-java/jai-imageio-core:0 >=virtual/jre-1.8:* >=dev-java/java-config-2 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/jai-imageio/jai-imageio-jpeg2000/archive/jai-imageio-jpeg2000-1.4.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=f72f171e392a7542a00d0584fb71d08a diff --git a/metadata/md5-cache/dev-java/jakarta-activation-1.2.2-r1 b/metadata/md5-cache/dev-java/jakarta-activation-1.2.2-r1 index 71499c804c11..2b70c09e1e48 100644 --- a/metadata/md5-cache/dev-java/jakarta-activation-1.2.2-r1 +++ b/metadata/md5-cache/dev-java/jakarta-activation-1.2.2-r1 @@ -11,5 +11,5 @@ LICENSE=EPL-1.0 RDEPEND=dev-java/jakarta-activation-api:1 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=1 SRC_URI=https://github.com/jakartaee/jaf-api/archive/1.2.2.tar.gz -> jakarta-activation-1.2.2.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=2d2308a63adb63d4d00366013942ffb5 diff --git a/metadata/md5-cache/dev-java/jakarta-activation-2.0.1-r1 b/metadata/md5-cache/dev-java/jakarta-activation-2.0.1-r1 index ad604b08fd41..396356fd169e 100644 --- a/metadata/md5-cache/dev-java/jakarta-activation-2.0.1-r1 +++ b/metadata/md5-cache/dev-java/jakarta-activation-2.0.1-r1 @@ -10,5 +10,5 @@ LICENSE=EPL-1.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=2 SRC_URI=https://github.com/jakartaee/jaf-api/archive/2.0.1.tar.gz -> jakarta-activation-2.0.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=adf3c51bedf3e49f6b153faa52331cb2 diff --git a/metadata/md5-cache/dev-java/jakarta-activation-api-1.2.2-r1 b/metadata/md5-cache/dev-java/jakarta-activation-api-1.2.2-r1 index dae2289af1a9..ff25980054bb 100644 --- a/metadata/md5-cache/dev-java/jakarta-activation-api-1.2.2-r1 +++ b/metadata/md5-cache/dev-java/jakarta-activation-api-1.2.2-r1 @@ -11,5 +11,5 @@ LICENSE=EPL-1.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=1 SRC_URI=https://github.com/jakartaee/jaf-api/archive/1.2.2.tar.gz -> jakarta-activation-1.2.2.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=0b3387a26b158de13aec7e4572598130 diff --git a/metadata/md5-cache/dev-java/jakarta-activation-api-2.2.0 b/metadata/md5-cache/dev-java/jakarta-activation-api-2.2.0 index 8bf1ea8580ee..12ff4eff8dc8 100644 --- a/metadata/md5-cache/dev-java/jakarta-activation-api-2.2.0 +++ b/metadata/md5-cache/dev-java/jakarta-activation-api-2.2.0 @@ -10,5 +10,5 @@ LICENSE=EPL-1.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=2 SRC_URI=https://github.com/jakartaee/jaf-api/archive/2.2.0.tar.gz -> jakarta-activation-api-2.2.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=496cce0dd92d680700a3e37853f4cd57 diff --git a/metadata/md5-cache/dev-java/jakarta-annotation-api-3.0.0 b/metadata/md5-cache/dev-java/jakarta-annotation-api-3.0.0 index c292770c2869..cbba167da563 100644 --- a/metadata/md5-cache/dev-java/jakarta-annotation-api-3.0.0 +++ b/metadata/md5-cache/dev-java/jakarta-annotation-api-3.0.0 @@ -10,5 +10,5 @@ LICENSE=EPL-2.0 GPL-2-with-classpath-exception RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/jakartaee/common-annotations-api/archive/3.0.0.tar.gz -> jakarta-annotation-api-3.0.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=31966cb951f0cd39a0570eb33b521a22 diff --git a/metadata/md5-cache/dev-java/jakarta-el-api-5.0.1-r1 b/metadata/md5-cache/dev-java/jakarta-el-api-5.0.1-r1 index 756a2bdc96f5..d48d8830d9e9 100644 --- a/metadata/md5-cache/dev-java/jakarta-el-api-5.0.1-r1 +++ b/metadata/md5-cache/dev-java/jakarta-el-api-5.0.1-r1 @@ -10,5 +10,5 @@ LICENSE=EPL-2.0 GPL-2-with-classpath-exception RDEPEND=>=virtual/jre-11:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=5.0 SRC_URI=https://github.com/jakartaee/expression-language/archive/5.0.1-RELEASE-api.tar.gz -> jakarta-el-api-5.0.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=e458babd939aafc1f6a86e29e784ffcb diff --git a/metadata/md5-cache/dev-java/jakarta-inject-tck-2.0.1 b/metadata/md5-cache/dev-java/jakarta-inject-tck-2.0.1 index fbb4c8d2a09f..13fbfd9f03de 100644 --- a/metadata/md5-cache/dev-java/jakarta-inject-tck-2.0.1 +++ b/metadata/md5-cache/dev-java/jakarta-inject-tck-2.0.1 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=dev-java/injection-api:0 dev-java/junit:4 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/jakartaee/inject-tck/archive/4b49b49114ba5a0891192e9afac12c0adce7a9d9.tar.gz -> jakarta-inject-tck-2.0.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=cb832e4232cbe07de007f57e638e5403 diff --git a/metadata/md5-cache/dev-java/jakarta-interceptors-2.1.0-r1 b/metadata/md5-cache/dev-java/jakarta-interceptors-2.1.0-r1 index f62107bedd65..e3692b2178d0 100644 --- a/metadata/md5-cache/dev-java/jakarta-interceptors-2.1.0-r1 +++ b/metadata/md5-cache/dev-java/jakarta-interceptors-2.1.0-r1 @@ -10,5 +10,5 @@ LICENSE=EPL-2.0 GPL-2-with-classpath-exception RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/jakartaee/interceptors/archive/2.1.0-RELEASE.tar.gz -> jakarta-interceptors-2.1.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=e339367a92c2b7595ebb03b23c42dbe0 diff --git a/metadata/md5-cache/dev-java/jakarta-json-api-1.1.6-r1 b/metadata/md5-cache/dev-java/jakarta-json-api-1.1.6-r1 index 720bdb4d50d7..f64faeff49d2 100644 --- a/metadata/md5-cache/dev-java/jakarta-json-api-1.1.6-r1 +++ b/metadata/md5-cache/dev-java/jakarta-json-api-1.1.6-r1 @@ -10,5 +10,5 @@ LICENSE=|| ( EPL-2.0 GPL-2-with-classpath-exception ) RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=1 SRC_URI=https://github.com/eclipse-ee4j/jsonp/archive/1.1-1.1.6-RELEASE.tar.gz -> jakarta-json-api-1.1.6.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=958fa79d10a8bde94995537200369662 diff --git a/metadata/md5-cache/dev-java/jakarta-mail-2.0.1 b/metadata/md5-cache/dev-java/jakarta-mail-2.0.1 index 0ad83ef2c7c7..cbbe2226a2f3 100644 --- a/metadata/md5-cache/dev-java/jakarta-mail-2.0.1 +++ b/metadata/md5-cache/dev-java/jakarta-mail-2.0.1 @@ -11,5 +11,5 @@ RDEPEND=dev-java/jakarta-activation:2 >=virtual/jre-1.8:* >=dev-java/java-config RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/jakartaee/mail-api/archive/2.0.1.tar.gz -> jakarta-mail-2.0.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=51b68df89d78dc3aa508ee772fbb551e diff --git a/metadata/md5-cache/dev-java/jakarta-mail-api-2.1.5 b/metadata/md5-cache/dev-java/jakarta-mail-api-2.1.5 index 4a6ecad45cd9..f7b019097c13 100644 --- a/metadata/md5-cache/dev-java/jakarta-mail-api-2.1.5 +++ b/metadata/md5-cache/dev-java/jakarta-mail-api-2.1.5 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/jakartaee/mail-api/archive/2.1.5.tar.gz -> jakarta-mail-api-2.1.5.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=05ba45ee356b2c1da65950a48f4b16fe diff --git a/metadata/md5-cache/dev-java/jakarta-oro-2.0.8-r6 b/metadata/md5-cache/dev-java/jakarta-oro-2.0.8-r6 index e6d56193fe77..8d8216b278a5 100644 --- a/metadata/md5-cache/dev-java/jakarta-oro-2.0.8-r6 +++ b/metadata/md5-cache/dev-java/jakarta-oro-2.0.8-r6 @@ -10,5 +10,5 @@ LICENSE=Apache-1.1 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=2.0 SRC_URI=https://archive.apache.org/dist/jakarta/oro/source/jakarta-oro-2.0.8.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=b5438f1b9cddf90abdd13013b9963b14 diff --git a/metadata/md5-cache/dev-java/jakarta-regexp-1.4-r3 b/metadata/md5-cache/dev-java/jakarta-regexp-1.4-r3 index 992f8f4b3eb3..ef30b99513ca 100644 --- a/metadata/md5-cache/dev-java/jakarta-regexp-1.4-r3 +++ b/metadata/md5-cache/dev-java/jakarta-regexp-1.4-r3 @@ -10,5 +10,5 @@ LICENSE=Apache-1.1 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=1.4 SRC_URI=mirror://apache/jakarta/regexp/source/jakarta-regexp-1.4.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=5a0858b1a3c6fdeda88d8a95c2cb2f7a diff --git a/metadata/md5-cache/dev-java/jakarta-servlet-api-4.0.4 b/metadata/md5-cache/dev-java/jakarta-servlet-api-4.0.4 index 446e92dd330d..e41ca1c7ca5a 100644 --- a/metadata/md5-cache/dev-java/jakarta-servlet-api-4.0.4 +++ b/metadata/md5-cache/dev-java/jakarta-servlet-api-4.0.4 @@ -10,5 +10,5 @@ LICENSE=|| ( GPL-2 GPL-2-with-classpath-exception ) RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=4 SRC_URI=https://github.com/jakartaee/servlet/archive/4.0.4-RELEASE.tar.gz -> jakarta-servlet-api-4.0.4-RELEASE.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=7d73181017ace470555c584fadb12b22 diff --git a/metadata/md5-cache/dev-java/jakarta-servlet-api-6.0.0 b/metadata/md5-cache/dev-java/jakarta-servlet-api-6.0.0 index 8e1c043694a0..345e0198e7c5 100644 --- a/metadata/md5-cache/dev-java/jakarta-servlet-api-6.0.0 +++ b/metadata/md5-cache/dev-java/jakarta-servlet-api-6.0.0 @@ -10,5 +10,5 @@ LICENSE=EPL-2.0 GPL-2-with-classpath-exception RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=6 SRC_URI=https://github.com/jakartaee/servlet/archive/6.0.0-RELEASE.tar.gz -> jakarta-servlet-api-6.0.0-RELEASE.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=48ce69c6f122fdfb0c9bf8985eb16938 diff --git a/metadata/md5-cache/dev-java/jakarta-servlet-api-6.1.0 b/metadata/md5-cache/dev-java/jakarta-servlet-api-6.1.0 index 6ff2499b3d63..1733fd7ca58b 100644 --- a/metadata/md5-cache/dev-java/jakarta-servlet-api-6.1.0 +++ b/metadata/md5-cache/dev-java/jakarta-servlet-api-6.1.0 @@ -10,5 +10,5 @@ LICENSE=EPL-2.0 GPL-2-with-classpath-exception RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=6.1 SRC_URI=https://github.com/jakartaee/servlet/archive/6.1.0-RELEASE.tar.gz -> jakarta-servlet-api-6.1.0-RELEASE.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=29ed93fdf1aa59d73a9ac121ccc5c814 diff --git a/metadata/md5-cache/dev-java/jakarta-xml-soap-api-1.4.2-r3 b/metadata/md5-cache/dev-java/jakarta-xml-soap-api-1.4.2-r3 index ca68b91db865..2152468a1830 100644 --- a/metadata/md5-cache/dev-java/jakarta-xml-soap-api-1.4.2-r3 +++ b/metadata/md5-cache/dev-java/jakarta-xml-soap-api-1.4.2-r3 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/jakarta-activation-api-1.2.2-r1:1 >=dev-j RESTRICT=!test? ( test ) SLOT=1 SRC_URI=https://github.com/jakartaee/saaj-api/archive/1.4.2.tar.gz -> jakarta-xml-soap-api-1.4.2.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=42b98ebb5d0b1850ea830a75422db00d diff --git a/metadata/md5-cache/dev-java/jakartaee-migration-1.0.9 b/metadata/md5-cache/dev-java/jakartaee-migration-1.0.9 index ea5d45350dcf..213a4b4f8a87 100644 --- a/metadata/md5-cache/dev-java/jakartaee-migration-1.0.9 +++ b/metadata/md5-cache/dev-java/jakartaee-migration-1.0.9 @@ -12,5 +12,5 @@ RDEPEND=>=dev-java/ant-1.10.14-r1:0 dev-java/bcel:0 >=dev-java/commons-compress- RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/tomcat/jakartaee-migration/v1.0.9/source/jakartaee-migration-1.0.9-src.tar.gz verify-sig? ( https://downloads.apache.org/tomcat/jakartaee-migration/v1.0.9/source/jakartaee-migration-1.0.9-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=13b8fca7b3322b50c5160ee31eb7d8c9 diff --git a/metadata/md5-cache/dev-java/jal-20031117-r7 b/metadata/md5-cache/dev-java/jal-20031117-r7 index 2c5cd0fbc978..d4112371c5b4 100644 --- a/metadata/md5-cache/dev-java/jal-20031117-r7 +++ b/metadata/md5-cache/dev-java/jal-20031117-r7 @@ -10,5 +10,5 @@ LICENSE=HPND RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://dev.gentoo.org/~monsieurp/packages/jal-20031117.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=c90cb9c2db7faa68d85b438c062c4d38 diff --git a/metadata/md5-cache/dev-java/jansi-1.18 b/metadata/md5-cache/dev-java/jansi-1.18 index d3c661ca7297..12948ff9d7c8 100644 --- a/metadata/md5-cache/dev-java/jansi-1.18 +++ b/metadata/md5-cache/dev-java/jansi-1.18 @@ -11,5 +11,5 @@ RDEPEND=dev-java/hawtjni-runtime:0 dev-java/jansi-native:0 >=virtual/jre-1.8:* > RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/fusesource/jansi/archive/jansi-project-1.18.tar.gz -> jansi-1.18.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=f67ee48ad590f54a988e49ade65a5f6b diff --git a/metadata/md5-cache/dev-java/jansi-2.4.1 b/metadata/md5-cache/dev-java/jansi-2.4.1 index b89a4fc2add2..1a1f597f915f 100644 --- a/metadata/md5-cache/dev-java/jansi-2.4.1 +++ b/metadata/md5-cache/dev-java/jansi-2.4.1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=test !test? ( test ) SLOT=2 SRC_URI=https://github.com/fusesource/jansi/archive/refs/tags/jansi-2.4.1.tar.gz https://raw.githubusercontent.com/openjdk/jdk/jdk-11%2B28/src/java.base/share/native/include/jni.h -> jansi-2.4.1-jni.h https://raw.githubusercontent.com/openjdk/jdk/jdk-11%2B28/src/java.base/unix/native/include/jni_md.h -> jansi-2.4.1-jni_md.h -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=6b248d6fe211391148ecfa0d82c6e451 diff --git a/metadata/md5-cache/dev-java/jansi-native-1.8-r1 b/metadata/md5-cache/dev-java/jansi-native-1.8-r1 index 571c64e2dc73..c39fdd4f0123 100644 --- a/metadata/md5-cache/dev-java/jansi-native-1.8-r1 +++ b/metadata/md5-cache/dev-java/jansi-native-1.8-r1 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=dev-java/hawtjni-runtime:0 >=virtual/jre-1.8 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/fusesource/jansi-native/archive/jansi-native-1.8.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 vcs-snapshot bd69bf57fd2c34e99964a03b1d968177 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 vcs-snapshot bd69bf57fd2c34e99964a03b1d968177 _md5_=9f54389a99cc780b8d9328553615586d diff --git a/metadata/md5-cache/dev-java/java-dep-check-0.5-r6 b/metadata/md5-cache/dev-java/java-dep-check-0.5-r6 index 209762a89340..0b338e2ac7f2 100644 --- a/metadata/md5-cache/dev-java/java-dep-check-0.5-r6 +++ b/metadata/md5-cache/dev-java/java-dep-check-0.5-r6 @@ -8,5 +8,5 @@ KEYWORDS=amd64 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.8:* dev-java/commons-cli:0 >=dev-java/asm-9.8:0 >=dev-java/java-config-2.2.0-r3 SLOT=0 -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=1ea350d39dc6d5b6d212379b78c16f2a diff --git a/metadata/md5-cache/dev-java/java-diff-utils-1.3.0-r1 b/metadata/md5-cache/dev-java/java-diff-utils-1.3.0-r1 index 165a78661a54..4483811212ee 100644 --- a/metadata/md5-cache/dev-java/java-diff-utils-1.3.0-r1 +++ b/metadata/md5-cache/dev-java/java-diff-utils-1.3.0-r1 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://repo1.maven.org/maven2/com/googlecode/java-diff-utils/diffutils/1.3.0/diffutils-1.3.0-sources.jar -> java-diff-utils-1.3.0-sources.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=f63f72ab3bc6c200dbdd3eae58ff6ef9 diff --git a/metadata/md5-cache/dev-java/java-diff-utils-4.15 b/metadata/md5-cache/dev-java/java-diff-utils-4.15 index 0dc15dc82343..0abd99119a96 100644 --- a/metadata/md5-cache/dev-java/java-diff-utils-4.15 +++ b/metadata/md5-cache/dev-java/java-diff-utils-4.15 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=test !test? ( test ) SLOT=4 SRC_URI=https://github.com/java-diff-utils/java-diff-utils/archive/java-diff-utils-parent-4.15.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=15b943bba9852b08b50901943d87e799 diff --git a/metadata/md5-cache/dev-java/java-getopt-1.0.14-r3 b/metadata/md5-cache/dev-java/java-getopt-1.0.14-r3 index 6729cbd3139b..968da2ab7938 100644 --- a/metadata/md5-cache/dev-java/java-getopt-1.0.14-r3 +++ b/metadata/md5-cache/dev-java/java-getopt-1.0.14-r3 @@ -10,5 +10,5 @@ LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=1 SRC_URI=https://www.urbanophile.com/arenn/hacking/getopt/java-getopt-1.0.14.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=021c365b0e61443513bff69435e246f3 diff --git a/metadata/md5-cache/dev-java/java-service-wrapper-3.5.50-r2 b/metadata/md5-cache/dev-java/java-service-wrapper-3.5.50-r2 index e9365d7be4da..ddde78ca64fb 100644 --- a/metadata/md5-cache/dev-java/java-service-wrapper-3.5.50-r2 +++ b/metadata/md5-cache/dev-java/java-service-wrapper-3.5.50-r2 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) !test? ( test ) SLOT=0 SRC_URI=https://download.tanukisoftware.com/wrapper/3.5.50/wrapper_3.5.50_src.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=1bfca67230e8f773965612bc703640b6 diff --git a/metadata/md5-cache/dev-java/java-websocket-1.6.0 b/metadata/md5-cache/dev-java/java-websocket-1.6.0 index fb64f3ddee6b..ce1365e9f23b 100644 --- a/metadata/md5-cache/dev-java/java-websocket-1.6.0 +++ b/metadata/md5-cache/dev-java/java-websocket-1.6.0 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/TooTallNate/Java-WebSocket/archive/v1.6.0.tar.gz -> java-websocket-1.6.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=88672c3c1966b589d89460c0c23ca39a diff --git a/metadata/md5-cache/dev-java/javacc-4.1-r1 b/metadata/md5-cache/dev-java/javacc-4.1-r1 index 44236286438a..5d6662e9c44e 100644 --- a/metadata/md5-cache/dev-java/javacc-4.1-r1 +++ b/metadata/md5-cache/dev-java/javacc-4.1-r1 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/javacc/javacc/archive/release_41.tar.gz -> javacc-4.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=d54bffcf1d3e692c3955276ef5f7db3d diff --git a/metadata/md5-cache/dev-java/javacc-7.0.13-r1 b/metadata/md5-cache/dev-java/javacc-7.0.13-r1 index 0cf9614811b0..d0c29a1932a7 100644 --- a/metadata/md5-cache/dev-java/javacc-7.0.13-r1 +++ b/metadata/md5-cache/dev-java/javacc-7.0.13-r1 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=7.0.13 SRC_URI=https://github.com/javacc/javacc/archive/javacc-7.0.13.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=189e4f78d6832ccdfeaa9dbb3a29493c diff --git a/metadata/md5-cache/dev-java/javacc-7.0.4-r1 b/metadata/md5-cache/dev-java/javacc-7.0.4-r1 index ae18aaa80f9f..5eb1512d9572 100644 --- a/metadata/md5-cache/dev-java/javacc-7.0.4-r1 +++ b/metadata/md5-cache/dev-java/javacc-7.0.4-r1 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=7.0.4 SRC_URI=https://github.com/javacc/javacc/archive/7.0.4.tar.gz -> javacc-7.0.4.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=becc9e6b93824063cf082ab2d1909fec diff --git a/metadata/md5-cache/dev-java/javacup-11b_p20160615-r2 b/metadata/md5-cache/dev-java/javacup-11b_p20160615-r2 index e44fbd6b0dbb..8449ad4b3401 100644 --- a/metadata/md5-cache/dev-java/javacup-11b_p20160615-r2 +++ b/metadata/md5-cache/dev-java/javacup-11b_p20160615-r2 @@ -10,5 +10,5 @@ LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.8:* ant-task? ( >=dev-java/ant-1.10.15:0 ) >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://www2.cs.tum.edu/projects/cup/releases/java-cup-src-11b-20160615.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=c2673c8c7781d4f31e36be64f8d96276 diff --git a/metadata/md5-cache/dev-java/javahelp-2.0.05_p20170719-r4 b/metadata/md5-cache/dev-java/javahelp-2.0.05_p20170719-r4 index 1d8ace1958df..a3fbc9bda4cc 100644 --- a/metadata/md5-cache/dev-java/javahelp-2.0.05_p20170719-r4 +++ b/metadata/md5-cache/dev-java/javahelp-2.0.05_p20170719-r4 @@ -10,5 +10,5 @@ LICENSE=GPL-2-with-linking-exception RDEPEND=dev-java/javax-jsp-api:2.0 dev-java/javax-servlet-api:2.5 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/javaee/javahelp/archive/3ca862d8626096770598a3a256886d205246f4a4.tar.gz -> javahelp-2.0.05_p20170719.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=c48fc3f5fbef84a19fa226f1f18df090 diff --git a/metadata/md5-cache/dev-java/javaparser-core-3.13.10 b/metadata/md5-cache/dev-java/javaparser-core-3.13.10 index 6c08b1c37f1c..6f61f64ee6e1 100644 --- a/metadata/md5-cache/dev-java/javaparser-core-3.13.10 +++ b/metadata/md5-cache/dev-java/javaparser-core-3.13.10 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 LGPL-3 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/javaparser/javaparser/archive/v3.13.10.tar.gz -> javaparser-3.13.10.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=f6f8270996c9dee78435cccbea1795f6 diff --git a/metadata/md5-cache/dev-java/javaparser-core-3.26.3 b/metadata/md5-cache/dev-java/javaparser-core-3.26.3 index 1f705f0f12d6..cc0c49dbfa61 100644 --- a/metadata/md5-cache/dev-java/javaparser-core-3.26.3 +++ b/metadata/md5-cache/dev-java/javaparser-core-3.26.3 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 LGPL-3 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/javaparser/javaparser/archive/javaparser-parent-3.26.3.tar.gz -> javaparser-3.26.3.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=130787135477c919d51efe879dcbe0b9 diff --git a/metadata/md5-cache/dev-java/javapoet-1.13.0 b/metadata/md5-cache/dev-java/javapoet-1.13.0 index bd5b61cfff87..7a387f9f1cf4 100644 --- a/metadata/md5-cache/dev-java/javapoet-1.13.0 +++ b/metadata/md5-cache/dev-java/javapoet-1.13.0 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/square/javapoet/archive/javapoet-1.13.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=481f53f69498e6df5f0d2af6bae08d84 diff --git a/metadata/md5-cache/dev-java/javaruntype-1.3 b/metadata/md5-cache/dev-java/javaruntype-1.3 index 1695877a91fc..8db7783f2fdf 100644 --- a/metadata/md5-cache/dev-java/javaruntype-1.3 +++ b/metadata/md5-cache/dev-java/javaruntype-1.3 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/javaruntype/javaruntype/archive/javaruntype-1.3.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=7dffcab356b00a914a0f9b213daf5a47 diff --git a/metadata/md5-cache/dev-java/javassist-3.30.2-r1 b/metadata/md5-cache/dev-java/javassist-3.30.2-r1 index 5b03946675c7..01f5eeb1bc97 100644 --- a/metadata/md5-cache/dev-java/javassist-3.30.2-r1 +++ b/metadata/md5-cache/dev-java/javassist-3.30.2-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=3 SRC_URI=https://github.com/jboss-javassist/javassist/archive/rel_3_30_2_ga.tar.gz -> javassist-3.30.2.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=80215bc1ea12eede1fcf741affd98f93 diff --git a/metadata/md5-cache/dev-java/javax-el-api-2.2 b/metadata/md5-cache/dev-java/javax-el-api-2.2 index d0f1bdc65b5f..7655ed0494a5 100644 --- a/metadata/md5-cache/dev-java/javax-el-api-2.2 +++ b/metadata/md5-cache/dev-java/javax-el-api-2.2 @@ -10,5 +10,5 @@ LICENSE=CDDL GPL-2 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=2.2 SRC_URI=https://repo1.maven.org/maven2/javax/el/el-api/2.2/el-api-2.2-sources.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=818a0d94c08f62d9a4f51a60b284cb54 diff --git a/metadata/md5-cache/dev-java/javax-inject-1-r4 b/metadata/md5-cache/dev-java/javax-inject-1-r4 index eeb435d2df9f..fd4691da6e48 100644 --- a/metadata/md5-cache/dev-java/javax-inject-1-r4 +++ b/metadata/md5-cache/dev-java/javax-inject-1-r4 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://central.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1-sources.jar -> javax-inject-1.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=350b56d7cfc3ef5ef8a4a88c9a449654 diff --git a/metadata/md5-cache/dev-java/javax-jms-api-2.0.3 b/metadata/md5-cache/dev-java/javax-jms-api-2.0.3 index 65f21d67c7b8..467a4e45bcd2 100644 --- a/metadata/md5-cache/dev-java/javax-jms-api-2.0.3 +++ b/metadata/md5-cache/dev-java/javax-jms-api-2.0.3 @@ -10,5 +10,5 @@ LICENSE=EPL-2.0 GPL-2-with-classpath-exception RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/jakartaee/messaging/archive/2.0.3-RELEASE.tar.gz -> javax-jms-api-2.0.3-RELEASE.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=b40288cba9e9f838b9f5a0f6f84a01d8 diff --git a/metadata/md5-cache/dev-java/javax-jsp-api-2.0 b/metadata/md5-cache/dev-java/javax-jsp-api-2.0 index c6ff191cc737..c80df6dd5daf 100644 --- a/metadata/md5-cache/dev-java/javax-jsp-api-2.0 +++ b/metadata/md5-cache/dev-java/javax-jsp-api-2.0 @@ -10,5 +10,5 @@ LICENSE=CDDL GPL-2-with-classpath-exception RDEPEND=dev-java/javax-servlet-api:2.5 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=2.0 SRC_URI=https://repo1.maven.org/maven2/javax/servlet/jsp/jsp-api/2.0/jsp-api-2.0-sources.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=65f8ab21d39f377fe8b64f8ea2e5d4f1 diff --git a/metadata/md5-cache/dev-java/javax-jsp-api-2.2 b/metadata/md5-cache/dev-java/javax-jsp-api-2.2 index 99d823e2d0ad..76d98aeab85f 100644 --- a/metadata/md5-cache/dev-java/javax-jsp-api-2.2 +++ b/metadata/md5-cache/dev-java/javax-jsp-api-2.2 @@ -10,5 +10,5 @@ LICENSE=CDDL GPL-2-with-classpath-exception RDEPEND=>=virtual/jre-1.8:* dev-java/javax-el-api:2.2 dev-java/javax-servlet-api:2.5 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=2.2 SRC_URI=https://repo1.maven.org/maven2/javax/servlet/jsp/jsp-api/2.2/jsp-api-2.2-sources.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=5b4cdc34e1ac3bb86601e31ec8f344c6 diff --git a/metadata/md5-cache/dev-java/javax-mail-1.6.7-r2 b/metadata/md5-cache/dev-java/javax-mail-1.6.7-r2 index 7cb6b2660e10..7127fd1a16e3 100644 --- a/metadata/md5-cache/dev-java/javax-mail-1.6.7-r2 +++ b/metadata/md5-cache/dev-java/javax-mail-1.6.7-r2 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/jakartaee/mail-api/archive/1.6.7.tar.gz -> javax-mail-1.6.7.tar.gz https://github.com/jakartaee/mail-api/commit/86ee859eb1.patch -> javax-mail-1.6.7-java21.patch -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=76d582b5a6bcf381e851743823d99608 diff --git a/metadata/md5-cache/dev-java/javax-persistence-api-2.2-r1 b/metadata/md5-cache/dev-java/javax-persistence-api-2.2-r1 index 3d8e8439546e..5b9639d79aa6 100644 --- a/metadata/md5-cache/dev-java/javax-persistence-api-2.2-r1 +++ b/metadata/md5-cache/dev-java/javax-persistence-api-2.2-r1 @@ -11,5 +11,5 @@ LICENSE=EPL-1.0 BSD RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://repo1.maven.org/maven2/javax/persistence/javax.persistence-api/2.2/javax.persistence-api-2.2-sources.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=45c60a322bec7ad1ddac2b90ce13b447 diff --git a/metadata/md5-cache/dev-java/javax-servlet-api-2.2 b/metadata/md5-cache/dev-java/javax-servlet-api-2.2 index 28f5e49cba02..9ae1735847f5 100644 --- a/metadata/md5-cache/dev-java/javax-servlet-api-2.2 +++ b/metadata/md5-cache/dev-java/javax-servlet-api-2.2 @@ -10,5 +10,5 @@ LICENSE=CDDL GPL-2 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=2.2 SRC_URI=https://repo1.maven.org/maven2/javax/servlet/servlet-api/2.2/servlet-api-2.2-sources.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=34a8331161dce3eb37ddf3c931602833 diff --git a/metadata/md5-cache/dev-java/javax-servlet-api-2.5 b/metadata/md5-cache/dev-java/javax-servlet-api-2.5 index 7a844344c265..c7a17f7c02c0 100644 --- a/metadata/md5-cache/dev-java/javax-servlet-api-2.5 +++ b/metadata/md5-cache/dev-java/javax-servlet-api-2.5 @@ -10,5 +10,5 @@ LICENSE=CDDL GPL-2 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=2.5 SRC_URI=https://repo1.maven.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5-sources.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=b632e4a790b24002573ca98503d7c239 diff --git a/metadata/md5-cache/dev-java/javax-servlet-api-3.0.1 b/metadata/md5-cache/dev-java/javax-servlet-api-3.0.1 index cf51ab0d3fa4..81ba810b3bc9 100644 --- a/metadata/md5-cache/dev-java/javax-servlet-api-3.0.1 +++ b/metadata/md5-cache/dev-java/javax-servlet-api-3.0.1 @@ -10,5 +10,5 @@ LICENSE=CDDL GPL-2 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=3.0 SRC_URI=https://repo1.maven.org/maven2/javax/servlet/javax.servlet-api/3.0.1/javax.servlet-api-3.0.1-sources.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=c0a3bfa8cecddea1f69b11e5639e4d2f diff --git a/metadata/md5-cache/dev-java/javax-servlet-api-3.1.0 b/metadata/md5-cache/dev-java/javax-servlet-api-3.1.0 index 2a17101450da..8e247f357ca5 100644 --- a/metadata/md5-cache/dev-java/javax-servlet-api-3.1.0 +++ b/metadata/md5-cache/dev-java/javax-servlet-api-3.1.0 @@ -10,5 +10,5 @@ LICENSE=CDDL GPL-2 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=3.1 SRC_URI=https://repo1.maven.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0-sources.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=09237f0db4efe32db263a35fcc5d45b4 diff --git a/metadata/md5-cache/dev-java/jax-rpc-api-1.1.4 b/metadata/md5-cache/dev-java/jax-rpc-api-1.1.4 index 691306ac455b..e116defcb27a 100644 --- a/metadata/md5-cache/dev-java/jax-rpc-api-1.1.4 +++ b/metadata/md5-cache/dev-java/jax-rpc-api-1.1.4 @@ -10,5 +10,5 @@ LICENSE=EPL-2.0 GPL-2-with-classpath-exception RDEPEND=>=virtual/jre-1.8:* dev-java/jakarta-servlet-api:4 dev-java/jakarta-xml-soap-api:1 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/eclipse-ee4j/jax-rpc-api/archive/1.1.4.tar.gz -> jax-rpc-api-1.1.4.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=2ec9b0340c31eb8b828c6032d6e966d7 diff --git a/metadata/md5-cache/dev-java/jaxb-api-2.3.3-r2 b/metadata/md5-cache/dev-java/jaxb-api-2.3.3-r2 index 8f71768cb4db..4d26f307c742 100644 --- a/metadata/md5-cache/dev-java/jaxb-api-2.3.3-r2 +++ b/metadata/md5-cache/dev-java/jaxb-api-2.3.3-r2 @@ -11,5 +11,5 @@ RDEPEND=dev-java/jakarta-activation-api:1 >=virtual/jre-1.8:* >=dev-java/java-co RESTRICT=!test? ( test ) SLOT=2 SRC_URI=https://github.com/jakartaee/jaxb-api/archive/2.3.3.tar.gz -> jaxb-api-2.3.3.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=2ecec66d48895a563fc89732a8f52076 diff --git a/metadata/md5-cache/dev-java/jaxb-api-3.0.1-r1 b/metadata/md5-cache/dev-java/jaxb-api-3.0.1-r1 index b6946801a22b..66013a6347b6 100644 --- a/metadata/md5-cache/dev-java/jaxb-api-3.0.1-r1 +++ b/metadata/md5-cache/dev-java/jaxb-api-3.0.1-r1 @@ -10,5 +10,5 @@ LICENSE=EPL-1.0 RDEPEND=dev-java/jakarta-activation:2 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=3 SRC_URI=https://github.com/eclipse-ee4j/jaxb-api/archive/3.0.1.tar.gz -> jaxb-api-3.0.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=a5aefb53098bee69ccf8260ed3100e23 diff --git a/metadata/md5-cache/dev-java/jaxb-api-4.0.2 b/metadata/md5-cache/dev-java/jaxb-api-4.0.2 index c43cac7503fa..d2c4eb67e289 100644 --- a/metadata/md5-cache/dev-java/jaxb-api-4.0.2 +++ b/metadata/md5-cache/dev-java/jaxb-api-4.0.2 @@ -11,5 +11,5 @@ RDEPEND=dev-java/jakarta-activation:2 >=virtual/jre-11:* >=dev-java/java-config- RESTRICT=!test? ( test ) SLOT=4 SRC_URI=https://github.com/jakartaee/jaxb-api/archive/4.0.2.tar.gz -> jaxb-api-4.0.2.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=0e1fcf22270940a4c8a88c312630bb95 diff --git a/metadata/md5-cache/dev-java/jaxb-runtime-2.3.8 b/metadata/md5-cache/dev-java/jaxb-runtime-2.3.8 index 19f087dcd564..189d8c1e0be8 100644 --- a/metadata/md5-cache/dev-java/jaxb-runtime-2.3.8 +++ b/metadata/md5-cache/dev-java/jaxb-runtime-2.3.8 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* dev-java/fastinfoset:0 dev-java/istack-commons-runti RESTRICT=!test? ( test ) SLOT=2 SRC_URI=https://github.com/eclipse-ee4j/jaxb-ri/archive/2.3.8-RI.tar.gz -> jaxb-ri-2.3.8.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=4b8e744e3ccfa7d0ccee43678694b594 diff --git a/metadata/md5-cache/dev-java/jaxb-runtime-4.0.0-r1 b/metadata/md5-cache/dev-java/jaxb-runtime-4.0.0-r1 index 0a2b9f628ca8..556ac1cd9ccd 100644 --- a/metadata/md5-cache/dev-java/jaxb-runtime-4.0.0-r1 +++ b/metadata/md5-cache/dev-java/jaxb-runtime-4.0.0-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-11:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zi RESTRICT=!test? ( test ) SLOT=4 SRC_URI=https://github.com/eclipse-ee4j/jaxb-ri/archive/4.0.0-RI.tar.gz -> jaxb-ri-4.0.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=20c4b065a5a1bb2f5f77ce448bf3f341 diff --git a/metadata/md5-cache/dev-java/jaxb-stax-ex-1.8.3 b/metadata/md5-cache/dev-java/jaxb-stax-ex-1.8.3 index 57117af6a626..4ed80a3d0cf2 100644 --- a/metadata/md5-cache/dev-java/jaxb-stax-ex-1.8.3 +++ b/metadata/md5-cache/dev-java/jaxb-stax-ex-1.8.3 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=1 SRC_URI=https://github.com/eclipse-ee4j/jaxb-stax-ex/archive/1.8.3.tar.gz -> jaxb-stax-ex-1.8.3.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=748f2fcd0cfb3b1ebf5e53634ddb20ba diff --git a/metadata/md5-cache/dev-java/jaxb-stax-ex-2.1.0-r1 b/metadata/md5-cache/dev-java/jaxb-stax-ex-2.1.0-r1 index 7c231e62976e..d364ae99722b 100644 --- a/metadata/md5-cache/dev-java/jaxb-stax-ex-2.1.0-r1 +++ b/metadata/md5-cache/dev-java/jaxb-stax-ex-2.1.0-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/eclipse-ee4j/jaxb-stax-ex/archive/2.1.0.tar.gz -> jaxb-stax-ex-2.1.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=2339a1d2042855b77e32a970bf55bbe0 diff --git a/metadata/md5-cache/dev-java/jaxen-2.0.0-r1 b/metadata/md5-cache/dev-java/jaxen-2.0.0-r1 index ab65c1fe5bca..9ea55ed64bbb 100644 --- a/metadata/md5-cache/dev-java/jaxen-2.0.0-r1 +++ b/metadata/md5-cache/dev-java/jaxen-2.0.0-r1 @@ -12,5 +12,5 @@ REQUIRED_USE=test? ( dom4j jdom xom ) RESTRICT=!test? ( test ) SLOT=1.2 SRC_URI=https://github.com/jaxen-xpath/jaxen/archive/v2.0.0.tar.gz -> jaxen-2.0.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=7ddf84be4760e24ed7abb54d035de1c1 diff --git a/metadata/md5-cache/dev-java/jaxrs-api-2.1.6-r1 b/metadata/md5-cache/dev-java/jaxrs-api-2.1.6-r1 index a5d2bac74d32..c3e159b475b5 100644 --- a/metadata/md5-cache/dev-java/jaxrs-api-2.1.6-r1 +++ b/metadata/md5-cache/dev-java/jaxrs-api-2.1.6-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/jakartaee/rest/archive/2.1.6.tar.gz -> jaxrs-api-2.1.6.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=54023cdb3e25ab4f0235d000366b4a87 diff --git a/metadata/md5-cache/dev-java/jaxws-api-2.3.3 b/metadata/md5-cache/dev-java/jaxws-api-2.3.3 index 5e0f6243d9cc..2517a7cc4245 100644 --- a/metadata/md5-cache/dev-java/jaxws-api-2.3.3 +++ b/metadata/md5-cache/dev-java/jaxws-api-2.3.3 @@ -10,5 +10,5 @@ LICENSE=BSD RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/eclipse-ee4j/jax-ws-api/archive/2.3.3.tar.gz -> jaxws-api-2.3.3.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=ea7375371b749155de746f36ac6a0722 diff --git a/metadata/md5-cache/dev-java/jbcrypt-0.4 b/metadata/md5-cache/dev-java/jbcrypt-0.4 index 57c772d8276d..f40955630a21 100644 --- a/metadata/md5-cache/dev-java/jbcrypt-0.4 +++ b/metadata/md5-cache/dev-java/jbcrypt-0.4 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://www.mindrot.org/files/jBCrypt/jBCrypt-0.4.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=bb6009715164dc621c2e25e8e71cade2 diff --git a/metadata/md5-cache/dev-java/jbig2-imageio-3.0.4 b/metadata/md5-cache/dev-java/jbig2-imageio-3.0.4 index e7d7dc3cb3e4..1077defb06db 100644 --- a/metadata/md5-cache/dev-java/jbig2-imageio-3.0.4 +++ b/metadata/md5-cache/dev-java/jbig2-imageio-3.0.4 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://downloads.apache.org/pdfbox/jbig2-imageio/3.0.4/jbig2-imageio-3.0.4-src.zip verify-sig? ( https://downloads.apache.org/pdfbox/jbig2-imageio/3.0.4/jbig2-imageio-3.0.4-src.zip.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=ab1639b8e3d4cfb1fb6fb8ea380041b1 diff --git a/metadata/md5-cache/dev-java/jbitcollider-core-0.8-r2 b/metadata/md5-cache/dev-java/jbitcollider-core-0.8-r2 index 4652d18fa386..3e751984a952 100644 --- a/metadata/md5-cache/dev-java/jbitcollider-core-0.8-r2 +++ b/metadata/md5-cache/dev-java/jbitcollider-core-0.8-r2 @@ -11,5 +11,5 @@ LICENSE=public-domain RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://downloads.sourceforge.net/project/bitcollider/jBitcollider%20%28Java%29/0.8/jBitcollider-0.8.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=7717f3e08a1008b22b03a502bbf51adc diff --git a/metadata/md5-cache/dev-java/jboss-jms-api-1.0.1 b/metadata/md5-cache/dev-java/jboss-jms-api-1.0.1 index 0f1ffc39bc16..132272860e7b 100644 --- a/metadata/md5-cache/dev-java/jboss-jms-api-1.0.1 +++ b/metadata/md5-cache/dev-java/jboss-jms-api-1.0.1 @@ -10,5 +10,5 @@ LICENSE=CDDL GPL-2-with-classpath-exception RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=1.1 SRC_URI=https://github.com/jboss/jboss-jms-api_spec/archive/jboss-jms-api_1.1_spec-1.0.1.Final.tar.gz -> jboss-jms-api-1.0.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=8ae44257eba8b1417a5a39ef815998a9 diff --git a/metadata/md5-cache/dev-java/jcifs-1.3.19-r2 b/metadata/md5-cache/dev-java/jcifs-1.3.19-r2 index 329112555f25..ba8526cdbc0e 100644 --- a/metadata/md5-cache/dev-java/jcifs-1.3.19-r2 +++ b/metadata/md5-cache/dev-java/jcifs-1.3.19-r2 @@ -10,5 +10,5 @@ LICENSE=LGPL-2.1 RDEPEND=dev-java/jakarta-servlet-api:4 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=1.1 SRC_URI=https://jcifs.samba.org/src/jcifs-1.3.19.tgz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=0374c7b83fd9351c32af703fb5d6dd17 diff --git a/metadata/md5-cache/dev-java/jclasslib-4.3.1 b/metadata/md5-cache/dev-java/jclasslib-4.3.1 index fcb0079fe7c9..ff58ae930fde 100644 --- a/metadata/md5-cache/dev-java/jclasslib-4.3.1 +++ b/metadata/md5-cache/dev-java/jclasslib-4.3.1 @@ -10,5 +10,5 @@ LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/ingokegel/jclasslib/archive/4.3.1.tar.gz -> jclasslib-4.3.1.tar.gz https://repo1.maven.org/maven2/org/jetbrains/annotations/24.1.0/annotations-24.1.0.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=f2e675d2e4c89f80b7d8decbe8e7e240 diff --git a/metadata/md5-cache/dev-java/jcommander-1.64-r1 b/metadata/md5-cache/dev-java/jcommander-1.64-r1 index 2bb7e73ffad5..a314cef65965 100644 --- a/metadata/md5-cache/dev-java/jcommander-1.64-r1 +++ b/metadata/md5-cache/dev-java/jcommander-1.64-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=1.64 SRC_URI=https://github.com/cbeust/jcommander/archive/1.64.tar.gz -> jcommander-1.64.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=038b91b5784f663a68f226b7c746c948 diff --git a/metadata/md5-cache/dev-java/jcommander-1.82-r1 b/metadata/md5-cache/dev-java/jcommander-1.82-r1 index 5c47ffb75333..782a692a2d67 100644 --- a/metadata/md5-cache/dev-java/jcommander-1.82-r1 +++ b/metadata/md5-cache/dev-java/jcommander-1.82-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/cbeust/jcommander/archive/1.82.tar.gz -> jcommander-1.82.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=95180b504dc2f03258c9fea65fd126e2 diff --git a/metadata/md5-cache/dev-java/jcommander-1.83 b/metadata/md5-cache/dev-java/jcommander-1.83 index b5a1ef4d065b..d9889dd979ff 100644 --- a/metadata/md5-cache/dev-java/jcommander-1.83 +++ b/metadata/md5-cache/dev-java/jcommander-1.83 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/cbeust/jcommander/archive/1.83.tar.gz -> jcommander-1.83.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=705584a463565f6cab8225d07cf26571 diff --git a/metadata/md5-cache/dev-java/jctools-core-4.0.5-r1 b/metadata/md5-cache/dev-java/jctools-core-4.0.5-r1 index 0e782cd56c39..3959ba8f1e09 100644 --- a/metadata/md5-cache/dev-java/jctools-core-4.0.5-r1 +++ b/metadata/md5-cache/dev-java/jctools-core-4.0.5-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/JCTools/JCTools/archive/v4.0.5.tar.gz -> jctools-4.0.5.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=ac0945d3a3552222951558009060e32c diff --git a/metadata/md5-cache/dev-java/jdbc-mysql-9.5.0 b/metadata/md5-cache/dev-java/jdbc-mysql-9.5.0 index 6f6d7b6dd53e..ede4e9888f33 100644 --- a/metadata/md5-cache/dev-java/jdbc-mysql-9.5.0 +++ b/metadata/md5-cache/dev-java/jdbc-mysql-9.5.0 @@ -11,5 +11,5 @@ RDEPEND=dev-java/c3p0:0 dev-java/opentelemetry-java:0 >=dev-java/protobuf-java-4 RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-j-9.5.0.tar.gz https://repo1.maven.org/maven2/com/oracle/oci/sdk/oci-java-sdk-common/3.66.0/oci-java-sdk-common-3.66.0.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e _md5_=4d7ac1d4bca5bc16960cccf771064889 diff --git a/metadata/md5-cache/dev-java/jdbc-postgresql-42.7.7 b/metadata/md5-cache/dev-java/jdbc-postgresql-42.7.7 index 313c972743ee..830a568975e8 100644 --- a/metadata/md5-cache/dev-java/jdbc-postgresql-42.7.7 +++ b/metadata/md5-cache/dev-java/jdbc-postgresql-42.7.7 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=https://jdbc.postgresql.org/download/postgresql-jdbc-42.7.7.src.tar.gz test? ( https://repo1.maven.org/maven2/uk/org/webcompere/system-stubs-core/2.1.8/system-stubs-core-2.1.8.jar https://repo1.maven.org/maven2/uk/org/webcompere/system-stubs-jupiter/2.1.8/system-stubs-jupiter-2.1.8.jar https://repo1.maven.org/maven2/se/jiderhamn/classloader-leak-test-framework/1.1.2/classloader-leak-test-framework-1.1.2.jar ) -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e _md5_=c7c29bed5bb284f2bcdfe2431f302afb diff --git a/metadata/md5-cache/dev-java/jdbc-postgresql-42.7.8 b/metadata/md5-cache/dev-java/jdbc-postgresql-42.7.8 new file mode 100644 index 000000000000..c834cfb46a22 --- /dev/null +++ b/metadata/md5-cache/dev-java/jdbc-postgresql-42.7.8 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install preinst prepare setup test +DEPEND=>=dev-java/checker-framework-qual-3.52.1:0 >=dev-java/jna-5.18.1:0 >=dev-java/osgi-cmpn-8.0.0-r1:8 >=dev-java/osgi-core-8.0.0:0 >=dev-java/scram-3.2:0 >=dev-java/waffle-jna-3.5.1:0 >=virtual/jdk-1.8:* test? ( >=dev-java/asm-9.9.1:0 >=dev-java/byte-buddy-1.18.2:0 dev-java/junit:4 dev-java/junit:5[vintage] ) >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) test? ( dev-java/junit:5 ) +DESCRIPTION=Java JDBC 4.2 (JRE 8+) driver for PostgreSQL database +EAPI=8 +HOMEPAGE=https://jdbc.postgresql.org/ +INHERIT=java-pkg-2 java-pkg-simple junit5 +IUSE=doc source test +KEYWORDS=~amd64 +LICENSE=BSD-2 +RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +RESTRICT=test !test? ( test ) +SLOT=0 +SRC_URI=https://jdbc.postgresql.org/download/postgresql-jdbc-42.7.8.src.tar.gz test? ( https://repo1.maven.org/maven2/uk/org/webcompere/system-stubs-core/2.1.8/system-stubs-core-2.1.8.jar https://repo1.maven.org/maven2/uk/org/webcompere/system-stubs-jupiter/2.1.8/system-stubs-jupiter-2.1.8.jar https://repo1.maven.org/maven2/se/jiderhamn/classloader-leak-test-framework/1.1.2/classloader-leak-test-framework-1.1.2.jar ) +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e +_md5_=a585bdc19deb94a05b7f1fae414caf01 diff --git a/metadata/md5-cache/dev-java/jdepend-2.10-r1 b/metadata/md5-cache/dev-java/jdepend-2.10-r1 index 111102b7295d..8764a56f85d3 100644 --- a/metadata/md5-cache/dev-java/jdepend-2.10-r1 +++ b/metadata/md5-cache/dev-java/jdepend-2.10-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=https://github.com/clarkware/jdepend/archive/2.10.tar.gz -> jdepend-2.10.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=92e6270631abe765cb02f3711450aac3 diff --git a/metadata/md5-cache/dev-java/jdisasm-1.0.6 b/metadata/md5-cache/dev-java/jdisasm-1.0.6 index 17882b424cee..9b10bd250cc2 100644 --- a/metadata/md5-cache/dev-java/jdisasm-1.0.6 +++ b/metadata/md5-cache/dev-java/jdisasm-1.0.6 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* dev-java/commons-nullanalysis:0 >=dev-java/java-conf RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=https://github.com/aunkrig/jdisasm/archive/5e354d659e4320d154b3f1fbff24c89c1ba48987.tar.gz -> jdisasm-1.0.6.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=bd833d6857ec8707aeda6cfc8253b7f3 diff --git a/metadata/md5-cache/dev-java/jdom-1.1.3-r2 b/metadata/md5-cache/dev-java/jdom-1.1.3-r2 index 4e8432b81553..2caffeeb653e 100644 --- a/metadata/md5-cache/dev-java/jdom-1.1.3-r2 +++ b/metadata/md5-cache/dev-java/jdom-1.1.3-r2 @@ -10,5 +10,5 @@ LICENSE=JDOM RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://jdom.org/dist/binary/archive/jdom-1.1.3.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=c916194c28c83ff83c26efaeece23476 diff --git a/metadata/md5-cache/dev-java/jdom-2.0.6.1 b/metadata/md5-cache/dev-java/jdom-2.0.6.1 index c226bbce9f5a..a59dbc93f6ae 100644 --- a/metadata/md5-cache/dev-java/jdom-2.0.6.1 +++ b/metadata/md5-cache/dev-java/jdom-2.0.6.1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* dev-java/iso-relax:0 dev-java/jaxen:1.2 dev-java/xal RESTRICT=!test? ( test ) SLOT=2 SRC_URI=https://github.com/hunterhacker/jdom/archive/JDOM-2.0.6.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=b233847804b1363f7db3fa1951c89417 diff --git a/metadata/md5-cache/dev-java/jdtls-bin-1.54.0_p202511211413 b/metadata/md5-cache/dev-java/jdtls-bin-1.54.0_p202511211413 index a5c056caab5f..cf85b515a228 100644 --- a/metadata/md5-cache/dev-java/jdtls-bin-1.54.0_p202511211413 +++ b/metadata/md5-cache/dev-java/jdtls-bin-1.54.0_p202511211413 @@ -9,5 +9,5 @@ LICENSE=EPL-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://download.eclipse.org/jdtls/snapshots/jdt-language-server-1.54.0-202511211413.tar.gz -> jdtls-1.54.0_p202511211413.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=7cc02e1e3506a4401d442551ff3bef6a diff --git a/metadata/md5-cache/dev-java/jdtls-bin-1.55.0_p202601060902 b/metadata/md5-cache/dev-java/jdtls-bin-1.55.0_p202601060902 index 1f516637ce3c..f5de180edd4a 100644 --- a/metadata/md5-cache/dev-java/jdtls-bin-1.55.0_p202601060902 +++ b/metadata/md5-cache/dev-java/jdtls-bin-1.55.0_p202601060902 @@ -9,5 +9,5 @@ LICENSE=EPL-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://download.eclipse.org/jdtls/snapshots/jdt-language-server-1.55.0-202601060902.tar.gz -> jdtls-1.55.0_p202601060902.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=c2637deba4709b05a9cb5d7a7b98e14d diff --git a/metadata/md5-cache/dev-java/jdtls-bin-1.56.0_p202601201639 b/metadata/md5-cache/dev-java/jdtls-bin-1.56.0_p202601201639 index 072496ed03aa..bfb496b4c1b0 100644 --- a/metadata/md5-cache/dev-java/jdtls-bin-1.56.0_p202601201639 +++ b/metadata/md5-cache/dev-java/jdtls-bin-1.56.0_p202601201639 @@ -9,5 +9,5 @@ LICENSE=EPL-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://download.eclipse.org/jdtls/snapshots/jdt-language-server-1.56.0-202601201639.tar.gz -> jdtls-1.56.0_p202601201639.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=c2637deba4709b05a9cb5d7a7b98e14d diff --git a/metadata/md5-cache/dev-java/jeromq-0.6.0-r1 b/metadata/md5-cache/dev-java/jeromq-0.6.0-r1 index 5bc8367a1180..602ed9fd301e 100644 --- a/metadata/md5-cache/dev-java/jeromq-0.6.0-r1 +++ b/metadata/md5-cache/dev-java/jeromq-0.6.0-r1 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=https://github.com/zeromq/jeromq/archive/v0.6.0.tar.gz -> jeromq-0.6.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=b8ee7117cbf4d2c2ec26c1888b559c6d diff --git a/metadata/md5-cache/dev-java/jetbrains-annotations-26.0.2 b/metadata/md5-cache/dev-java/jetbrains-annotations-26.0.2 index f61a4ce1ca13..8b5bb039b1b1 100644 --- a/metadata/md5-cache/dev-java/jetbrains-annotations-26.0.2 +++ b/metadata/md5-cache/dev-java/jetbrains-annotations-26.0.2 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/JetBrains/java-annotations/archive/26.0.2.tar.gz -> jetbrains-annotations-26.0.2.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=70986a445182da4d5397a5c52c0e1a23 diff --git a/metadata/md5-cache/dev-java/jetbrains-annotations-26.0.2.1 b/metadata/md5-cache/dev-java/jetbrains-annotations-26.0.2.1 new file mode 100644 index 000000000000..8af79b605f75 --- /dev/null +++ b/metadata/md5-cache/dev-java/jetbrains-annotations-26.0.2.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install preinst prepare setup test +DEPEND=>=virtual/jdk-11:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +DESCRIPTION=Annotations for JVM-based languages +EAPI=8 +HOMEPAGE=https://github.com/JetBrains/java-annotations +INHERIT=java-pkg-2 java-pkg-simple +IUSE=doc source +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +SLOT=0 +SRC_URI=https://github.com/JetBrains/java-annotations/archive/26.0.2-1.tar.gz -> jetbrains-annotations-26.0.2.1.tar.gz +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 +_md5_=f5d5b5355bdd3afa65a0cd8f8376cf05 diff --git a/metadata/md5-cache/dev-java/jettison-1.5.4 b/metadata/md5-cache/dev-java/jettison-1.5.4 index 22121c86a146..c3b7031c003c 100644 --- a/metadata/md5-cache/dev-java/jettison-1.5.4 +++ b/metadata/md5-cache/dev-java/jettison-1.5.4 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/jettison-json/jettison/archive/jettison-1.5.4.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=e89d5f43e5b20ffbbe2848ff7dcac500 diff --git a/metadata/md5-cache/dev-java/jffi-1.3.13 b/metadata/md5-cache/dev-java/jffi-1.3.13 index fa5e2fb4cfb0..4baac724265e 100644 --- a/metadata/md5-cache/dev-java/jffi-1.3.13 +++ b/metadata/md5-cache/dev-java/jffi-1.3.13 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-libs/libffi-3.4.2-r2:= >=dev-java/java-config- RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/jnr/jffi/archive/jffi-1.3.13.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=64df0ed2f85d4c9a361115eba8197cec diff --git a/metadata/md5-cache/dev-java/jflex-1.9.1-r1 b/metadata/md5-cache/dev-java/jflex-1.9.1-r1 index 344b937399f7..1175fb89e316 100644 --- a/metadata/md5-cache/dev-java/jflex-1.9.1-r1 +++ b/metadata/md5-cache/dev-java/jflex-1.9.1-r1 @@ -12,5 +12,5 @@ REQUIRED_USE=test? ( ant-task ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/jflex-de/jflex/releases/download/v1.9.1/jflex-1.9.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=83f70a2177cee26fcf6fba1a49e38e3b diff --git a/metadata/md5-cache/dev-java/jimfs-1.3.1-r1 b/metadata/md5-cache/dev-java/jimfs-1.3.1-r1 index d621a185a702..3fd92c71dfb7 100644 --- a/metadata/md5-cache/dev-java/jimfs-1.3.1-r1 +++ b/metadata/md5-cache/dev-java/jimfs-1.3.1-r1 @@ -11,5 +11,5 @@ RDEPEND=dev-java/auto-service-annotations:0 >=dev-java/error-prone-annotations-2 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/google/jimfs/archive/v1.3.1.tar.gz -> jimfs-1.3.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=18828e99ee1978a788785555c8ccfe67 diff --git a/metadata/md5-cache/dev-java/jline-2.14.6-r1 b/metadata/md5-cache/dev-java/jline-2.14.6-r1 index 8c8865f0e56d..4656f53cd467 100644 --- a/metadata/md5-cache/dev-java/jline-2.14.6-r1 +++ b/metadata/md5-cache/dev-java/jline-2.14.6-r1 @@ -11,5 +11,5 @@ RDEPEND=dev-java/jansi:0 dev-java/jansi-native:0 >=virtual/jre-1.8:* >=dev-java/ RESTRICT=!test? ( test ) test SLOT=2 SRC_URI=https://github.com/jline/jline2/archive/jline-2.14.6.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=6f618f1871fc02eeb58f1b8682554733 diff --git a/metadata/md5-cache/dev-java/jmc-8.3.0-r1 b/metadata/md5-cache/dev-java/jmc-8.3.0-r1 index fdc3575f19c6..847ee8b5fed3 100644 --- a/metadata/md5-cache/dev-java/jmc-8.3.0-r1 +++ b/metadata/md5-cache/dev-java/jmc-8.3.0-r1 @@ -10,5 +10,5 @@ LICENSE=UPL-1.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=8.3.0 SRC_URI=https://github.com/openjdk/jmc/archive/8.3.0-ga.tar.gz -> jmc-8.3.0.ga.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=13b1b4c3bca255cc060f80f199f6965c diff --git a/metadata/md5-cache/dev-java/jmc-9.1.1 b/metadata/md5-cache/dev-java/jmc-9.1.1 index 0be41eb55e56..260401c1f8de 100644 --- a/metadata/md5-cache/dev-java/jmc-9.1.1 +++ b/metadata/md5-cache/dev-java/jmc-9.1.1 @@ -10,5 +10,5 @@ LICENSE=UPL-1.0 RDEPEND=>=virtual/jre-11:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/openjdk/jmc/archive/9.1.1-ga.tar.gz -> jmc-9.1.1.ga.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=0b0ff8c14e3179584a7b0b1d5699a52d diff --git a/metadata/md5-cache/dev-java/jmh-core-1.37 b/metadata/md5-cache/dev-java/jmh-core-1.37 index 2d481da7a201..3659076a7d01 100644 --- a/metadata/md5-cache/dev-java/jmh-core-1.37 +++ b/metadata/md5-cache/dev-java/jmh-core-1.37 @@ -11,5 +11,5 @@ RDEPEND=dev-java/commons-math:3 dev-java/jopt-simple:0 >=virtual/jre-1.8:* >=dev RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/openjdk/jmh/archive/1.37.tar.gz -> jmh-1.37.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=1163faa60fd06ebdd21bab30c66abd35 diff --git a/metadata/md5-cache/dev-java/jmh-generator-annprocess-1.37 b/metadata/md5-cache/dev-java/jmh-generator-annprocess-1.37 index 01861d849c61..1552b6abafb9 100644 --- a/metadata/md5-cache/dev-java/jmh-generator-annprocess-1.37 +++ b/metadata/md5-cache/dev-java/jmh-generator-annprocess-1.37 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/openjdk/jmh/archive/1.37.tar.gz -> jmh-1.37.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=a9f661a7b34f7861fa47016efc6845e2 diff --git a/metadata/md5-cache/dev-java/jmock-1.2.0-r3 b/metadata/md5-cache/dev-java/jmock-1.2.0-r3 index 978c4123116e..0be03813e86a 100644 --- a/metadata/md5-cache/dev-java/jmock-1.2.0-r3 +++ b/metadata/md5-cache/dev-java/jmock-1.2.0-r3 @@ -10,5 +10,5 @@ LICENSE=BSD RDEPEND=dev-java/junit:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=1.0 SRC_URI=http://jmock.org/downloads/jmock-1.2.0-jars.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=549a80c0255c26b5eae019f3174a1cc6 diff --git a/metadata/md5-cache/dev-java/jmock-2.12.0 b/metadata/md5-cache/dev-java/jmock-2.12.0 index 7b280b707cb8..238665ed20c2 100644 --- a/metadata/md5-cache/dev-java/jmock-2.12.0 +++ b/metadata/md5-cache/dev-java/jmock-2.12.0 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=2 SRC_URI=https://github.com/jmock-developers/jmock-library/archive/2.12.0.tar.gz -> jmock-2.12.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=5d3f73af1b23eb104f56afc34ee9399c diff --git a/metadata/md5-cache/dev-java/jna-5.18.1 b/metadata/md5-cache/dev-java/jna-5.18.1 index 0bacea05cf14..dd5e5ea37f81 100644 --- a/metadata/md5-cache/dev-java/jna-5.18.1 +++ b/metadata/md5-cache/dev-java/jna-5.18.1 @@ -12,5 +12,5 @@ RDEPEND=>=dev-libs/libffi-3.4:= >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/java-native-access/jna/archive/5.18.1.tar.gz -> jna-5.18.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=574ebf8ac9393ec228c7eb58fb4d0bb8 diff --git a/metadata/md5-cache/dev-java/jnacl-1.0-r1 b/metadata/md5-cache/dev-java/jnacl-1.0-r1 index ec2123bf98d0..b5ac2c68710c 100644 --- a/metadata/md5-cache/dev-java/jnacl-1.0-r1 +++ b/metadata/md5-cache/dev-java/jnacl-1.0-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=https://github.com/neilalexander/jnacl/archive/v1.0.tar.gz -> jnacl-1.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=9eb7bada92cebc0004f351e4e67f9b85 diff --git a/metadata/md5-cache/dev-java/jnr-a64asm-1.0.0-r1 b/metadata/md5-cache/dev-java/jnr-a64asm-1.0.0-r1 index b72271bd63ba..bdffd9e9e83d 100644 --- a/metadata/md5-cache/dev-java/jnr-a64asm-1.0.0-r1 +++ b/metadata/md5-cache/dev-java/jnr-a64asm-1.0.0-r1 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=2 SRC_URI=https://github.com/jnr/jnr-a64asm/archive/refs/tags/jnr-a64asm-1.0.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=72cd513ef5aaf8b920939c4340f72654 diff --git a/metadata/md5-cache/dev-java/jnr-constants-0.10.4 b/metadata/md5-cache/dev-java/jnr-constants-0.10.4 index 073d3d911a12..4c0d42721896 100644 --- a/metadata/md5-cache/dev-java/jnr-constants-0.10.4 +++ b/metadata/md5-cache/dev-java/jnr-constants-0.10.4 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/jnr/jnr-constants/archive/jnr-constants-0.10.4.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=ec7babd0267a79caa465dba7b0c3f088 diff --git a/metadata/md5-cache/dev-java/jnr-ffi-2.2.17-r1 b/metadata/md5-cache/dev-java/jnr-ffi-2.2.17-r1 index 71a9169da934..c0daa0f6c048 100644 --- a/metadata/md5-cache/dev-java/jnr-ffi-2.2.17-r1 +++ b/metadata/md5-cache/dev-java/jnr-ffi-2.2.17-r1 @@ -11,5 +11,5 @@ RDEPEND=dev-java/asm:0 >=dev-java/jffi-1.3.13:0 dev-java/jnr-a64asm:2 dev-java/j RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/jnr/jnr-ffi/archive/jnr-ffi-2.2.17.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=40dfbbbff358f2125a6a80421da9f92b diff --git a/metadata/md5-cache/dev-java/jnr-netdb-1.2.0-r1 b/metadata/md5-cache/dev-java/jnr-netdb-1.2.0-r1 index 5cd01a2d07df..89c64474bbc9 100644 --- a/metadata/md5-cache/dev-java/jnr-netdb-1.2.0-r1 +++ b/metadata/md5-cache/dev-java/jnr-netdb-1.2.0-r1 @@ -11,5 +11,5 @@ RDEPEND=>=dev-java/jnr-ffi-2.2.12-r1:0 >=virtual/jre-1.8:* >=dev-java/java-confi RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/jnr/jnr-netdb/archive/jnr-netdb-1.2.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=7a5203781e3d53f4c48d454f28e55c4c diff --git a/metadata/md5-cache/dev-java/jnr-posix-3.1.20 b/metadata/md5-cache/dev-java/jnr-posix-3.1.20 index 1e8637fad2a8..06fe702928ce 100644 --- a/metadata/md5-cache/dev-java/jnr-posix-3.1.20 +++ b/metadata/md5-cache/dev-java/jnr-posix-3.1.20 @@ -11,5 +11,5 @@ RDEPEND=>=dev-java/jnr-ffi-2.2.17:0 dev-java/jnr-constants:0 >=virtual/jre-1.8:* RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/jnr/jnr-posix/archive/jnr-posix-3.1.20.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=b29b4075a1c60988359a0cbdc731012a diff --git a/metadata/md5-cache/dev-java/jnr-x86asm-1.0.2-r3 b/metadata/md5-cache/dev-java/jnr-x86asm-1.0.2-r3 index f4e3ed12b82f..665be6187c26 100644 --- a/metadata/md5-cache/dev-java/jnr-x86asm-1.0.2-r3 +++ b/metadata/md5-cache/dev-java/jnr-x86asm-1.0.2-r3 @@ -10,5 +10,5 @@ LICENSE=MIT RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=1.0 SRC_URI=https://github.com/jnr/jnr-x86asm/archive/1.0.2.tar.gz -> jnr-x86asm-1.0.2.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=18dc51c488c15b5bfbbe9a4dfaa3a7d1 diff --git a/metadata/md5-cache/dev-java/joda-convert-2.2.4 b/metadata/md5-cache/dev-java/joda-convert-2.2.4 index 6944d5d1c7aa..12570091f7e0 100644 --- a/metadata/md5-cache/dev-java/joda-convert-2.2.4 +++ b/metadata/md5-cache/dev-java/joda-convert-2.2.4 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/JodaOrg/joda-convert/archive/v2.2.4.tar.gz -> joda-convert-2.2.4.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=3a6072438faaa2276a8fbf5955920b77 diff --git a/metadata/md5-cache/dev-java/joda-time-2.13.0 b/metadata/md5-cache/dev-java/joda-time-2.13.0 index 44ae707a95c1..37de28028800 100644 --- a/metadata/md5-cache/dev-java/joda-time-2.13.0 +++ b/metadata/md5-cache/dev-java/joda-time-2.13.0 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/JodaOrg/joda-time/archive/v2.13.0.tar.gz -> joda-time-2.13.0.tar.gz -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=f3cd51fb2a8d0de62f83e60c3eddc861 diff --git a/metadata/md5-cache/dev-java/jol-core-0.17 b/metadata/md5-cache/dev-java/jol-core-0.17 index 169a7641faa3..9bdafa089ad4 100644 --- a/metadata/md5-cache/dev-java/jol-core-0.17 +++ b/metadata/md5-cache/dev-java/jol-core-0.17 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/openjdk/jol/archive/0.17.tar.gz -> jol-0.17.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=6e6b0c687c867fc6f227a0f41a2ae13e diff --git a/metadata/md5-cache/dev-java/jopt-simple-5.0.4 b/metadata/md5-cache/dev-java/jopt-simple-5.0.4 index 61e973b78210..e82333f5ec82 100644 --- a/metadata/md5-cache/dev-java/jopt-simple-5.0.4 +++ b/metadata/md5-cache/dev-java/jopt-simple-5.0.4 @@ -10,5 +10,5 @@ LICENSE=MIT RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/jopt-simple/jopt-simple/archive/jopt-simple-5.0.4.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=6e221da180749e6352e26813e6e3016f diff --git a/metadata/md5-cache/dev-java/jrobin-1.6.0-r2 b/metadata/md5-cache/dev-java/jrobin-1.6.0-r2 index ab842c7b5788..0fce65e61c47 100644 --- a/metadata/md5-cache/dev-java/jrobin-1.6.0-r2 +++ b/metadata/md5-cache/dev-java/jrobin-1.6.0-r2 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/OpenNMS/jrobin/archive/jrobin-1.6.0-1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=09a6fd05e95bbb0125eb82b58f99e5e4 diff --git a/metadata/md5-cache/dev-java/jsch-0.1.55 b/metadata/md5-cache/dev-java/jsch-0.1.55 index c3301a90f52e..2c6ac02ab807 100644 --- a/metadata/md5-cache/dev-java/jsch-0.1.55 +++ b/metadata/md5-cache/dev-java/jsch-0.1.55 @@ -11,5 +11,5 @@ LICENSE=BSD RDEPEND=>=dev-java/jzlib-1.1.3:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://downloads.sourceforge.net/jsch/jsch-0.1.55.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=be8e9fdbc7a5d83d967789290853d1da diff --git a/metadata/md5-cache/dev-java/jsch-agent-proxy-0.0.9-r2 b/metadata/md5-cache/dev-java/jsch-agent-proxy-0.0.9-r2 index 9d077fe870b1..730db927ed2b 100644 --- a/metadata/md5-cache/dev-java/jsch-agent-proxy-0.0.9-r2 +++ b/metadata/md5-cache/dev-java/jsch-agent-proxy-0.0.9-r2 @@ -10,5 +10,5 @@ LICENSE=BSD RDEPEND=>=dev-java/jna-5.17.0:0 dev-java/jsch:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/ymnk/jsch-agent-proxy/archive/12c3d64fc2b0a4fd37659369edfdee26e48954e2.tar.gz -> jsch-agent-proxy-0.0.9.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=f4fddc060b114b429f759606173bb59f diff --git a/metadata/md5-cache/dev-java/json-20251224 b/metadata/md5-cache/dev-java/json-20251224 index 1f365223b0fd..173c91f6c5a9 100644 --- a/metadata/md5-cache/dev-java/json-20251224 +++ b/metadata/md5-cache/dev-java/json-20251224 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/stleary/JSON-java/archive/20251224.tar.gz -> json-20251224.tar.gz -_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=ce864161743b684ea9b0977a92195087 diff --git a/metadata/md5-cache/dev-java/json-path-2.10.0 b/metadata/md5-cache/dev-java/json-path-2.10.0 index 7420200dd176..b6e6bb62bd16 100644 --- a/metadata/md5-cache/dev-java/json-path-2.10.0 +++ b/metadata/md5-cache/dev-java/json-path-2.10.0 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=dev-java/tapestry-json:0 dev-java/gson:0 >=dev-java/jackson-databind-2.20.0:0 dev-java/jettison:0 dev-java/json:0 dev-java/jsonb-api:0 dev-java/jsonp-api:0 >=dev-java/json-smart-2.5.2:0 dev-java/slf4j-api:0 >=dev-java/jackson-core-2.20.0:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/json-path/JsonPath/archive/json-path-2.10.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=d6aef1c78538b0c918e5e869ebc477cd diff --git a/metadata/md5-cache/dev-java/json-simple-2.3.1 b/metadata/md5-cache/dev-java/json-simple-2.3.1 index bf121859e76d..3e134a30409c 100644 --- a/metadata/md5-cache/dev-java/json-simple-2.3.1 +++ b/metadata/md5-cache/dev-java/json-simple-2.3.1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=2.3 SRC_URI=https://github.com/cliftonlabs/json-simple/archive/json-simple-2.3.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=7010f19b6fda8cbff914c512a5759d34 diff --git a/metadata/md5-cache/dev-java/json-simple-4.0.1 b/metadata/md5-cache/dev-java/json-simple-4.0.1 index fe7b8b67e262..e8fa8e9b2027 100644 --- a/metadata/md5-cache/dev-java/json-simple-4.0.1 +++ b/metadata/md5-cache/dev-java/json-simple-4.0.1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/cliftonlabs/json-simple/archive/json-simple-4.0.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=40cd289267000f8bcf5e7c7f32218aab diff --git a/metadata/md5-cache/dev-java/json-smart-1.3.3 b/metadata/md5-cache/dev-java/json-smart-1.3.3 index 5fd161e82c05..6102bd211d60 100644 --- a/metadata/md5-cache/dev-java/json-smart-1.3.3 +++ b/metadata/md5-cache/dev-java/json-smart-1.3.3 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=1 SRC_URI=https://github.com/netplex/json-smart-v1/archive/1.3.3.tar.gz -> json-smart-1.3.3.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=d6a9f186d52698fffb11112e1a293a80 diff --git a/metadata/md5-cache/dev-java/json-smart-2.6.0 b/metadata/md5-cache/dev-java/json-smart-2.6.0 index 9744d8afc5d1..00856484443a 100644 --- a/metadata/md5-cache/dev-java/json-smart-2.6.0 +++ b/metadata/md5-cache/dev-java/json-smart-2.6.0 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/netplex/json-smart-v2/archive/v2.6.0.tar.gz -> json-smart-2.6.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e _md5_=9b06b11f5e285dd793ff388aceacb70e diff --git a/metadata/md5-cache/dev-java/jsonb-api-2.0.0 b/metadata/md5-cache/dev-java/jsonb-api-2.0.0 index 2c2338146f1f..4822a8a133ce 100644 --- a/metadata/md5-cache/dev-java/jsonb-api-2.0.0 +++ b/metadata/md5-cache/dev-java/jsonb-api-2.0.0 @@ -10,5 +10,5 @@ LICENSE=EPL-2.0 RDEPEND=~dev-java/jsonp-api-2.0.2:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/jakartaee/jsonb-api/archive/2.0.0-RELEASE.tar.gz -> jsonb-api-2.0.0-RELEASE.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=2b1f86c5d2b0d171218a0655a744dec1 diff --git a/metadata/md5-cache/dev-java/jsonp-api-2.0.2-r1 b/metadata/md5-cache/dev-java/jsonp-api-2.0.2-r1 index 0b3a199860cf..6a38b1cacb8c 100644 --- a/metadata/md5-cache/dev-java/jsonp-api-2.0.2-r1 +++ b/metadata/md5-cache/dev-java/jsonp-api-2.0.2-r1 @@ -10,5 +10,5 @@ LICENSE=EPL-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/jakartaee/jsonp-api/archive/2.0.2-RELEASE.tar.gz -> jsonp-api-2.0.2-RELEASE.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=84934b5f65f03aa9e8a03ec62957e3eb diff --git a/metadata/md5-cache/dev-java/jsonrpc2-base-1.38.2 b/metadata/md5-cache/dev-java/jsonrpc2-base-1.38.2 index 8ff7856d1ade..326d41908e3a 100644 --- a/metadata/md5-cache/dev-java/jsonrpc2-base-1.38.2 +++ b/metadata/md5-cache/dev-java/jsonrpc2-base-1.38.2 @@ -11,5 +11,5 @@ RDEPEND=dev-java/json-smart:1 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r RESTRICT=!test? ( test ) SLOT=1 SRC_URI=https://bitbucket.org/thetransactioncompany/json-rpc-2.0-base/get/1.38.2.tar.bz2 -> jsonrpc2-base-1.38.2.tar.bz2 -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=52db961841ea58be33d443657138ccd5 diff --git a/metadata/md5-cache/dev-java/jsonrpc2-server-1.11.1 b/metadata/md5-cache/dev-java/jsonrpc2-server-1.11.1 index dfb246a43186..d1ecb70ee6af 100644 --- a/metadata/md5-cache/dev-java/jsonrpc2-server-1.11.1 +++ b/metadata/md5-cache/dev-java/jsonrpc2-server-1.11.1 @@ -12,5 +12,5 @@ RDEPEND=dev-java/jsonrpc2-base:1 dev-java/json-smart:1 >=virtual/jre-1.8:* >=dev RESTRICT=test !test? ( test ) SLOT=1 SRC_URI=https://bitbucket.org/thetransactioncompany/json-rpc-2.0-server/get/1.11.1.tar.bz2 -> jsonrpc2-server-1.11.1.tar.bz2 -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=b4aff1b1640c5b82c3764bb4238b2581 diff --git a/metadata/md5-cache/dev-java/jspecify-1.0.0 b/metadata/md5-cache/dev-java/jspecify-1.0.0 index e2079eb84670..2bdb39eab130 100644 --- a/metadata/md5-cache/dev-java/jspecify-1.0.0 +++ b/metadata/md5-cache/dev-java/jspecify-1.0.0 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/jspecify/jspecify/archive/v1.0.0.tar.gz -> jspecify-1.0.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=d417ed340733f5294771aa78021391a4 diff --git a/metadata/md5-cache/dev-java/jsr305-3.0.2-r1 b/metadata/md5-cache/dev-java/jsr305-3.0.2-r1 index 3e754fc043c9..6019a05dbb66 100644 --- a/metadata/md5-cache/dev-java/jsr305-3.0.2-r1 +++ b/metadata/md5-cache/dev-java/jsr305-3.0.2-r1 @@ -10,5 +10,5 @@ LICENSE=BSD RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2-sources.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=9e5a518c6fca37d878048fc9a2ed2281 diff --git a/metadata/md5-cache/dev-java/jstl-1.2.7 b/metadata/md5-cache/dev-java/jstl-1.2.7 index aaeb8d55ba54..9e2975475ba6 100644 --- a/metadata/md5-cache/dev-java/jstl-1.2.7 +++ b/metadata/md5-cache/dev-java/jstl-1.2.7 @@ -10,5 +10,5 @@ LICENSE=EPL-2.0 GPL-2-with-classpath-exception RDEPEND=dev-java/javax-el-api:2.2 dev-java/javax-jsp-api:2.2 dev-java/javax-servlet-api:2.5 dev-java/jstl-api:0 dev-java/xalan:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/jakartaee/tags/archive/1.2.7-RELEASE.tar.gz -> jstl-1.2.7.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=29b65b6a870b12222ec0dcd45d23ea50 diff --git a/metadata/md5-cache/dev-java/jstl-api-1.2.7 b/metadata/md5-cache/dev-java/jstl-api-1.2.7 index 41bad5f75952..ce67ce1aafdf 100644 --- a/metadata/md5-cache/dev-java/jstl-api-1.2.7 +++ b/metadata/md5-cache/dev-java/jstl-api-1.2.7 @@ -10,5 +10,5 @@ LICENSE=EPL-2.0 GPL-2-with-classpath-exception RDEPEND=dev-java/javax-el-api:2.2 dev-java/javax-jsp-api:2.2 dev-java/javax-servlet-api:2.5 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/jakartaee/tags/archive/1.2.7-RELEASE.tar.gz -> jstl-1.2.7.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=0c34916390cd5e65652321b717e87569 diff --git a/metadata/md5-cache/dev-java/jtds-1.3.1-r1 b/metadata/md5-cache/dev-java/jtds-1.3.1-r1 index 2fb99aadd6c7..02206c1d35bc 100644 --- a/metadata/md5-cache/dev-java/jtds-1.3.1-r1 +++ b/metadata/md5-cache/dev-java/jtds-1.3.1-r1 @@ -12,5 +12,5 @@ RDEPEND=dev-java/jcifs:1.1 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 s RESTRICT=test SLOT=1.3 SRC_URI=https://downloads.sourceforge.net/project/jtds/jtds/1.3.1/jtds-1.3.1-src.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=307116f8dcc72e2eccad16960c097f5c diff --git a/metadata/md5-cache/dev-java/jtidy-938 b/metadata/md5-cache/dev-java/jtidy-938 index f03af0d98d6e..fa8d23619597 100644 --- a/metadata/md5-cache/dev-java/jtidy-938 +++ b/metadata/md5-cache/dev-java/jtidy-938 @@ -11,5 +11,5 @@ LICENSE=HTML-Tidy W3C RDEPEND=>=dev-java/ant-1.10.15:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://downloads.sourceforge.net/project/jtidy/JTidy/r938/jtidy-r938-sources.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=c8461dbf623cf3f17467c1643b8e5b20 diff --git a/metadata/md5-cache/dev-java/jtwig-core-5.87.0-r1 b/metadata/md5-cache/dev-java/jtwig-core-5.87.0-r1 index 740ed47d6fa1..c4d9636947db 100644 --- a/metadata/md5-cache/dev-java/jtwig-core-5.87.0-r1 +++ b/metadata/md5-cache/dev-java/jtwig-core-5.87.0-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=https://github.com/jtwig/jtwig-core/archive/5.87.0.RELEASE.tar.gz -> jtwig-core-5.87.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=2b90f4f71922f4f6c2943dd0102bb54a diff --git a/metadata/md5-cache/dev-java/jtwig-reflection-5.87.0-r1 b/metadata/md5-cache/dev-java/jtwig-reflection-5.87.0-r1 index 955e07e0ddf3..bef513f87db5 100644 --- a/metadata/md5-cache/dev-java/jtwig-reflection-5.87.0-r1 +++ b/metadata/md5-cache/dev-java/jtwig-reflection-5.87.0-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/jtwig/jtwig-reflection/archive/5.87.0.RELEASE.tar.gz -> jtwig-reflection-5.87.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=d49ceebd8cbb5e1abf39b19beac64666 diff --git a/metadata/md5-cache/dev-java/jul-to-slf4j-2.0.3 b/metadata/md5-cache/dev-java/jul-to-slf4j-2.0.3 index 83b69aa818d8..103141f02bd7 100644 --- a/metadata/md5-cache/dev-java/jul-to-slf4j-2.0.3 +++ b/metadata/md5-cache/dev-java/jul-to-slf4j-2.0.3 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* ~dev-java/slf4j-api-2.0.3:0 >=dev-java/java-config-2 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/qos-ch/slf4j/archive/v_2.0.3.tar.gz -> slf4j-2.0.3.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=ad3bbf87eae99f74d1e9a8588bce97c5 diff --git a/metadata/md5-cache/dev-java/junit-3.8.2-r2 b/metadata/md5-cache/dev-java/junit-3.8.2-r2 index cf31fa867031..e55b73ef3ec9 100644 --- a/metadata/md5-cache/dev-java/junit-3.8.2-r2 +++ b/metadata/md5-cache/dev-java/junit-3.8.2-r2 @@ -11,5 +11,5 @@ LICENSE=CPL-1.0 RDEPEND=>=virtual/jre-1.8 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://downloads.sourceforge.net/project/junit/junit/3.8.2/junit3.8.2.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=06bed1747dcf2eedb52c14c2ee2aa14d diff --git a/metadata/md5-cache/dev-java/junit-4.13.2_p20240222 b/metadata/md5-cache/dev-java/junit-4.13.2_p20240222 index 1e1e48b89ec7..4cb06d85f076 100644 --- a/metadata/md5-cache/dev-java/junit-4.13.2_p20240222 +++ b/metadata/md5-cache/dev-java/junit-4.13.2_p20240222 @@ -11,5 +11,5 @@ RDEPEND=dev-java/hamcrest-core:1.3 >=virtual/jre-1.8:* >=dev-java/java-config-2. RESTRICT=!test? ( test ) SLOT=4 SRC_URI=https://github.com/junit-team/junit4/archive/28fa2cae48b365c949935b28967ffb3f388e77ef.tar.gz -> junit-4.13.2_p20240222.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=59a284f2b00ec233cee1fc33c820de66 diff --git a/metadata/md5-cache/dev-java/junit-5.10.3-r1 b/metadata/md5-cache/dev-java/junit-5.10.3-r1 index 3263efbc9486..93860834b9dd 100644 --- a/metadata/md5-cache/dev-java/junit-5.10.3-r1 +++ b/metadata/md5-cache/dev-java/junit-5.10.3-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* dev-java/apiguardian-api:0 dev-java/opentest4j:0 <=d RESTRICT=!test? ( test ) SLOT=5 SRC_URI=https://github.com/junit-team/junit5/archive/r5.10.3.tar.gz -> junit-5.10.3.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=f30300ceb24e05ce842b252533adb89b diff --git a/metadata/md5-cache/dev-java/junit-clptr-1.2.2-r1 b/metadata/md5-cache/dev-java/junit-clptr-1.2.2-r1 index 74e05f708270..cd38d829ca3c 100644 --- a/metadata/md5-cache/dev-java/junit-clptr-1.2.2-r1 +++ b/metadata/md5-cache/dev-java/junit-clptr-1.2.2-r1 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=dev-java/junit:4 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/bitstrings/junit-clptr/archive/refs/tags/1.2.2.tar.gz -> junit-clptr-1.2.2-sources.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=abaffba18e46d460864aa799f514aa15 diff --git a/metadata/md5-cache/dev-java/junit-dataprovider-2.9 b/metadata/md5-cache/dev-java/junit-dataprovider-2.9 index 151d0919e215..b36bc7907ed1 100644 --- a/metadata/md5-cache/dev-java/junit-dataprovider-2.9 +++ b/metadata/md5-cache/dev-java/junit-dataprovider-2.9 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* dev-java/findbugs-annotations:0 >=dev-java/java-conf RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/TNG/junit-dataprovider/archive/v2.9.tar.gz -> junit-dataprovider-2.9.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=107e5ec890dc72e5e55d8255561beb72 diff --git a/metadata/md5-cache/dev-java/junit-pioneer-1.9.1-r1 b/metadata/md5-cache/dev-java/junit-pioneer-1.9.1-r1 index 168b191dd55c..58d2ac44b9e6 100644 --- a/metadata/md5-cache/dev-java/junit-pioneer-1.9.1-r1 +++ b/metadata/md5-cache/dev-java/junit-pioneer-1.9.1-r1 @@ -10,5 +10,5 @@ LICENSE=EPL-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/junit-pioneer/junit-pioneer/archive/v1.9.1.tar.gz -> junit-pioneer-1.9.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=6a37bfde2ea2ebb690010912711e696b diff --git a/metadata/md5-cache/dev-java/junit-quickcheck-1.0 b/metadata/md5-cache/dev-java/junit-quickcheck-1.0 index fba2f7b76669..9ebfa9dd88a4 100644 --- a/metadata/md5-cache/dev-java/junit-quickcheck-1.0 +++ b/metadata/md5-cache/dev-java/junit-quickcheck-1.0 @@ -11,5 +11,5 @@ RDEPEND=dev-java/generics-resolver:0 dev-java/javaruntype:0 dev-java/junit:4 dev RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/pholser/junit-quickcheck/archive/junit-quickcheck-1.0.tar.gz test? ( https://repo1.maven.org/maven2/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar ) -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=1134918712168cd52e559ed2e0a4e91c diff --git a/metadata/md5-cache/dev-java/junitparams-1.1.1-r2 b/metadata/md5-cache/dev-java/junitparams-1.1.1-r2 index 2a73ee46c38d..9cd60b894600 100644 --- a/metadata/md5-cache/dev-java/junitparams-1.1.1-r2 +++ b/metadata/md5-cache/dev-java/junitparams-1.1.1-r2 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* dev-java/junit:4 >=dev-java/java-config-2.2.0-r3 sou RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/Pragmatists/JUnitParams/archive/JUnitParams-1.1.1.tar.gz -> junitparams-1.1.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=d4b8e1ce921e63f7fe73963a6e798c66 diff --git a/metadata/md5-cache/dev-java/jzlib-1.1.3-r3 b/metadata/md5-cache/dev-java/jzlib-1.1.3-r3 index 2801601acfc5..24ab42b00a5d 100644 --- a/metadata/md5-cache/dev-java/jzlib-1.1.3-r3 +++ b/metadata/md5-cache/dev-java/jzlib-1.1.3-r3 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=https://github.com/ymnk/jzlib/archive/1.1.3.tar.gz -> jzlib-1.1.3.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=e5c5cc71b282279cbb481a9f64c75e91 diff --git a/metadata/md5-cache/dev-java/kafka-clients-1.1.1-r2 b/metadata/md5-cache/dev-java/kafka-clients-1.1.1-r2 index f00e48794a59..770ab07576f9 100644 --- a/metadata/md5-cache/dev-java/kafka-clients-1.1.1-r2 +++ b/metadata/md5-cache/dev-java/kafka-clients-1.1.1-r2 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/lz4-java-1.4.1:0 >=dev-java/slf4j-api-1.7.25:0 >=dev-java/snappy-java-1.1.10.5-r2:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://archive.apache.org/dist/kafka/1.1.1/kafka-1.1.1-src.tgz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=5e97938d78fc38d25ffe7438480cf12e diff --git a/metadata/md5-cache/dev-java/leiningen-bin-2.11.2 b/metadata/md5-cache/dev-java/leiningen-bin-2.11.2 index 132a26641ec7..024b6743bcb0 100644 --- a/metadata/md5-cache/dev-java/leiningen-bin-2.11.2 +++ b/metadata/md5-cache/dev-java/leiningen-bin-2.11.2 @@ -10,5 +10,5 @@ RDEPEND=>=virtual/jre-1.8 >=dev-java/java-config-2.2.0-r3 RESTRICT=test SLOT=0 SRC_URI=https://github.com/technomancy/leiningen/releases/download/2.11.2/leiningen-2.11.2-standalone.jar https://raw.githubusercontent.com/technomancy/leiningen/2.11.2/bin/lein-pkg -> leiningen-2.11.2.sh -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=3d4482cac5768d2ed684852c7e10074d diff --git a/metadata/md5-cache/dev-java/libg-7.1.0-r1 b/metadata/md5-cache/dev-java/libg-7.1.0-r1 index b9792db381a7..05e1e15157a7 100644 --- a/metadata/md5-cache/dev-java/libg-7.1.0-r1 +++ b/metadata/md5-cache/dev-java/libg-7.1.0-r1 @@ -11,5 +11,5 @@ RDEPEND=dev-java/osgi-cmpn:8 dev-java/slf4j-api:0 dev-java/osgi-annotation:0 dev RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=https://github.com/bndtools/bnd/archive/7.1.0.tar.gz -> aQute.bnd-7.1.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=a434bb5a0d7c80dd97c87d20d4675b41 diff --git a/metadata/md5-cache/dev-java/lmax-disruptor-3.4.4 b/metadata/md5-cache/dev-java/lmax-disruptor-3.4.4 index 58e0ff36cc6a..561cf3c29d00 100644 --- a/metadata/md5-cache/dev-java/lmax-disruptor-3.4.4 +++ b/metadata/md5-cache/dev-java/lmax-disruptor-3.4.4 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/LMAX-Exchange/disruptor/archive/3.4.4.tar.gz -> lmax-disruptor-3.4.4.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=053bf92ec8d96bf6d00fd240a20f1100 diff --git a/metadata/md5-cache/dev-java/log4j-12-api-2.19.0 b/metadata/md5-cache/dev-java/log4j-12-api-2.19.0 index 54f3fe49ebcb..96e70e2a47d4 100644 --- a/metadata/md5-cache/dev-java/log4j-12-api-2.19.0 +++ b/metadata/md5-cache/dev-java/log4j-12-api-2.19.0 @@ -11,5 +11,5 @@ RDEPEND=~dev-java/log4j-api-2.19.0:2 ~dev-java/log4j-core-2.19.0:2 >=virtual/jre RESTRICT=test !test? ( test ) SLOT=2 SRC_URI=mirror://apache/logging/log4j/2.19.0/apache-log4j-2.19.0-src.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=f41ee0089eafce1452852d314d21b980 diff --git a/metadata/md5-cache/dev-java/log4j-12-api-2.25.2 b/metadata/md5-cache/dev-java/log4j-12-api-2.25.2 index fb381b7c63e7..c2118d5269ad 100644 --- a/metadata/md5-cache/dev-java/log4j-12-api-2.25.2 +++ b/metadata/md5-cache/dev-java/log4j-12-api-2.25.2 @@ -12,5 +12,5 @@ RDEPEND=dev-java/javax-jms-api:0 ~dev-java/log4j-api-2.25.2:0 ~dev-java/log4j-co RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=mirror://apache/logging/log4j/2.25.2/apache-log4j-2.25.2-src.zip verify-sig? ( https://downloads.apache.org/logging/log4j/2.25.2/apache-log4j-2.25.2-src.zip.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=5236367ee3841cf1722bd2e8431220c6 diff --git a/metadata/md5-cache/dev-java/log4j-api-2.19.0 b/metadata/md5-cache/dev-java/log4j-api-2.19.0 index 6f22055a5da1..7ff1db6ea5fd 100644 --- a/metadata/md5-cache/dev-java/log4j-api-2.19.0 +++ b/metadata/md5-cache/dev-java/log4j-api-2.19.0 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=test !test? ( test ) SLOT=2 SRC_URI=mirror://apache/logging/log4j/2.19.0/apache-log4j-2.19.0-src.tar.gz verify-sig? ( https://www.apache.org/dist/logging/log4j/2.19.0/apache-log4j-2.19.0-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=55f245817b467f6f74b9e738aba45626 diff --git a/metadata/md5-cache/dev-java/log4j-api-2.25.2 b/metadata/md5-cache/dev-java/log4j-api-2.25.2 index 7f7ce7d888db..e8b3672894b9 100644 --- a/metadata/md5-cache/dev-java/log4j-api-2.25.2 +++ b/metadata/md5-cache/dev-java/log4j-api-2.25.2 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=mirror://apache/logging/log4j/2.25.2/apache-log4j-2.25.2-src.zip verify-sig? ( https://downloads.apache.org/logging/log4j/2.25.2/apache-log4j-2.25.2-src.zip.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=26f08415958d49b33d59591d88644253 diff --git a/metadata/md5-cache/dev-java/log4j-core-2.19.0-r2 b/metadata/md5-cache/dev-java/log4j-core-2.19.0-r2 index f000a5de32cd..86584888bc62 100644 --- a/metadata/md5-cache/dev-java/log4j-core-2.19.0-r2 +++ b/metadata/md5-cache/dev-java/log4j-core-2.19.0-r2 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* dev-java/commons-compress:0 dev-java/commons-csv:0 d RESTRICT=test !test? ( test ) SLOT=2 SRC_URI=mirror://apache/logging/log4j/2.19.0/apache-log4j-2.19.0-src.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=4440f3859acaf1ff6713b17ba830923f diff --git a/metadata/md5-cache/dev-java/log4j-core-2.25.2 b/metadata/md5-cache/dev-java/log4j-core-2.25.2 index fca7031d420b..19d9b935edf5 100644 --- a/metadata/md5-cache/dev-java/log4j-core-2.25.2 +++ b/metadata/md5-cache/dev-java/log4j-core-2.25.2 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=>=dev-java/bnd-annotation-7.1.0:0 >=dev-java/commons-compress-1.28.0:0 >=dev-java/commons-csv-1.14.1-r1:0 >=dev-java/conversant-disruptor-1.2.20:0 >=dev-java/findbugs-annotations-3.0.1:0 >=dev-java/jackson-annotations-2.20:0 >=dev-java/jackson-core-2.20.0:0 >=dev-java/jackson-databind-2.20.0:0 >=dev-java/jackson-dataformat-xml-2.20.0:0 >=dev-java/jackson-dataformat-yaml-2.20.0:0 >=dev-java/javax-mail-1.6.7-r2:0 >=dev-java/jctools-core-4.0.5-r1:0 >=dev-java/jeromq-0.6.0-r1:0 >=dev-java/javax-jms-api-2.0.3:0 >=dev-java/jspecify-1.0.0:0 >=dev-java/kafka-clients-1.1.1-r2:0 >=dev-java/lmax-disruptor-3.4.4:0 ~dev-java/log4j-api-2.25.2:0 >=dev-java/osgi-annotation-8.1.0:0 >=dev-java/osgi-core-8.0.0:0 >=dev-java/stax2-api-4.2.2:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/logging/log4j/2.25.2/apache-log4j-2.25.2-src.zip verify-sig? ( https://downloads.apache.org/logging/log4j/2.25.2/apache-log4j-2.25.2-src.zip.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=70c50837729fe468a97fe8cf68788bd6 diff --git a/metadata/md5-cache/dev-java/log4j-over-slf4j-2.0.3 b/metadata/md5-cache/dev-java/log4j-over-slf4j-2.0.3 index bee5293c2140..4a9b4ea983f1 100644 --- a/metadata/md5-cache/dev-java/log4j-over-slf4j-2.0.3 +++ b/metadata/md5-cache/dev-java/log4j-over-slf4j-2.0.3 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* ~dev-java/slf4j-api-2.0.3:0 >=dev-java/java-config-2 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/qos-ch/slf4j/archive/v_2.0.3.tar.gz -> slf4j-2.0.3.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=d300821b4b63ce154cf7baaee5a77587 diff --git a/metadata/md5-cache/dev-java/lucene-2.4.1-r5 b/metadata/md5-cache/dev-java/lucene-2.4.1-r5 index a22cf8d78adc..62ca589cacbf 100644 --- a/metadata/md5-cache/dev-java/lucene-2.4.1-r5 +++ b/metadata/md5-cache/dev-java/lucene-2.4.1-r5 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=2.4 SRC_URI=https://archive.apache.org/dist/lucene/java/lucene-2.4.1-src.tar.gz verify-sig? ( https://archive.apache.org/dist/lucene/java/lucene-2.4.1-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=88618d858a243428dadd1ae626fe7ab0 diff --git a/metadata/md5-cache/dev-java/lz4-java-1.8.0-r6 b/metadata/md5-cache/dev-java/lz4-java-1.8.0-r6 index fc566057d566..591f4b17d631 100644 --- a/metadata/md5-cache/dev-java/lz4-java-1.8.0-r6 +++ b/metadata/md5-cache/dev-java/lz4-java-1.8.0-r6 @@ -11,5 +11,5 @@ RDEPEND=app-arch/lz4:= >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 sourc RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/lz4/lz4-java/archive/1.8.0.tar.gz -> lz4-java-1.8.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=a241cff247ae67c50ee8e9f83ce2ad1c diff --git a/metadata/md5-cache/dev-java/lzma-25.01 b/metadata/md5-cache/dev-java/lzma-25.01 index b4ed2b6569e3..c00aba546428 100644 --- a/metadata/md5-cache/dev-java/lzma-25.01 +++ b/metadata/md5-cache/dev-java/lzma-25.01 @@ -11,5 +11,5 @@ LICENSE=public-domain RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://7-zip.org/a/lzma2501.7z -> lzma-25.01.7z -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 _md5_=e8b4ebe57731aac5804cff04ba3512c4 diff --git a/metadata/md5-cache/dev-java/lzmajio-0.95-r4 b/metadata/md5-cache/dev-java/lzmajio-0.95-r4 index 27d83e2c8c68..773c1810df3f 100644 --- a/metadata/md5-cache/dev-java/lzmajio-0.95-r4 +++ b/metadata/md5-cache/dev-java/lzmajio-0.95-r4 @@ -10,5 +10,5 @@ LICENSE=LGPL-2.1 RDEPEND=dev-java/lzma:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/league/lzmajio/archive/0.95.tar.gz -> lzmajio-0.95.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=9c596c63d178443b36ef6e413f464709 diff --git a/metadata/md5-cache/dev-java/maven-bin-3.8.8-r1 b/metadata/md5-cache/dev-java/maven-bin-3.8.8-r1 index c0cf862d9373..e17a8541354d 100644 --- a/metadata/md5-cache/dev-java/maven-bin-3.8.8-r1 +++ b/metadata/md5-cache/dev-java/maven-bin-3.8.8-r1 @@ -9,5 +9,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=3.8 SRC_URI=mirror://apache/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=22cea6975545d33260a6611d3d7a6219 diff --git a/metadata/md5-cache/dev-java/maven-bin-3.9.11 b/metadata/md5-cache/dev-java/maven-bin-3.9.11 index 4a25351c62ec..9a1ed69a3cbb 100644 --- a/metadata/md5-cache/dev-java/maven-bin-3.9.11 +++ b/metadata/md5-cache/dev-java/maven-bin-3.9.11 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=3.9 SRC_URI=mirror://apache/maven/maven-3/3.9.11/binaries/apache-maven-3.9.11-bin.tar.gz verify-sig? ( https://downloads.apache.org/maven/maven-3/3.9.11/binaries/apache-maven-3.9.11-bin.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=8a91b491af8116727802ed5f7da183fc diff --git a/metadata/md5-cache/dev-java/maven-bin-3.9.12 b/metadata/md5-cache/dev-java/maven-bin-3.9.12 index 1f093edb6cd6..49702e5f1c34 100644 --- a/metadata/md5-cache/dev-java/maven-bin-3.9.12 +++ b/metadata/md5-cache/dev-java/maven-bin-3.9.12 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=3.9 SRC_URI=mirror://apache/maven/maven-3/3.9.12/binaries/apache-maven-3.9.12-bin.tar.gz verify-sig? ( https://downloads.apache.org/maven/maven-3/3.9.12/binaries/apache-maven-3.9.12-bin.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=3faa32a4b59ee88edb64fd74fd9ec01f diff --git a/metadata/md5-cache/dev-java/mchange-commons-0.2.20 b/metadata/md5-cache/dev-java/mchange-commons-0.2.20 index 6bdc84396ea2..6cfa6722963e 100644 --- a/metadata/md5-cache/dev-java/mchange-commons-0.2.20 +++ b/metadata/md5-cache/dev-java/mchange-commons-0.2.20 @@ -10,5 +10,5 @@ LICENSE=EPL-1.0 LGPL-2.1 RDEPEND=dev-java/log4j-api:2 dev-java/log4j-12-api:2 dev-java/log4j-core:2 dev-java/slf4j-api:0 dev-java/typesafe-config:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/swaldman/mchange-commons-java/archive/refs/tags/v0.2.20.tar.gz -> mchange-commons-0.2.20.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=5616586979ebce455dc6f6d992d6aef3 diff --git a/metadata/md5-cache/dev-java/memoryfilesystem-2.3.0-r1 b/metadata/md5-cache/dev-java/memoryfilesystem-2.3.0-r1 index c45d91f3428c..d5e4917ced61 100644 --- a/metadata/md5-cache/dev-java/memoryfilesystem-2.3.0-r1 +++ b/metadata/md5-cache/dev-java/memoryfilesystem-2.3.0-r1 @@ -10,5 +10,5 @@ LICENSE=MIT RDEPEND=>=virtual/jre-1.8:* dev-java/jakarta-annotation-api:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/marschall/memoryfilesystem/archive/2.3.0.tar.gz -> memoryfilesystem-2.3.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=cd886b5cb9a958af71cb337af805f337 diff --git a/metadata/md5-cache/dev-java/mersennetwister-0_pre23765-r3 b/metadata/md5-cache/dev-java/mersennetwister-0_pre23765-r3 index 5f02574c130a..a95856a4d2de 100644 --- a/metadata/md5-cache/dev-java/mersennetwister-0_pre23765-r3 +++ b/metadata/md5-cache/dev-java/mersennetwister-0_pre23765-r3 @@ -10,5 +10,5 @@ LICENSE=BSD RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://gentoo/mersennetwister-0_pre23765.tar.bz2 -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=5f0157e6ec46cb5399949893a0c4d877 diff --git a/metadata/md5-cache/dev-java/metainf-services-1.11 b/metadata/md5-cache/dev-java/metainf-services-1.11 index 38e8b183c19c..2600620304bc 100644 --- a/metadata/md5-cache/dev-java/metainf-services-1.11 +++ b/metadata/md5-cache/dev-java/metainf-services-1.11 @@ -9,5 +9,5 @@ LICENSE=MIT RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://github.com/kohsuke/metainf-services/archive/metainf-services-1.11.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=67b69c06c1e4c3d2be6cb1d7f1c96165 diff --git a/metadata/md5-cache/dev-java/miglayout-5.3 b/metadata/md5-cache/dev-java/miglayout-5.3 index aac4eb15f6d1..d2cde87227aa 100644 --- a/metadata/md5-cache/dev-java/miglayout-5.3 +++ b/metadata/md5-cache/dev-java/miglayout-5.3 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=5 SRC_URI=https://github.com/mikaelgrev/miglayout/archive/V5.3.tar.gz -> miglayout-5.3.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=0e6b59fcae82dc0b066770ed79aa60a2 diff --git a/metadata/md5-cache/dev-java/minidns-core-1.0.4 b/metadata/md5-cache/dev-java/minidns-core-1.0.4 index a8d2ea328596..886b3492a1ca 100644 --- a/metadata/md5-cache/dev-java/minidns-core-1.0.4 +++ b/metadata/md5-cache/dev-java/minidns-core-1.0.4 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=1 SRC_URI=https://github.com/MiniDNS/minidns/archive/1.0.4.tar.gz -> minidns-core-1.0.4.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=c006104769d83f9436d56533d469fc9f diff --git a/metadata/md5-cache/dev-java/mockito-1.9.5-r5 b/metadata/md5-cache/dev-java/mockito-1.9.5-r5 index c7c11caed169..9586ba5dcfe4 100644 --- a/metadata/md5-cache/dev-java/mockito-1.9.5-r5 +++ b/metadata/md5-cache/dev-java/mockito-1.9.5-r5 @@ -11,5 +11,5 @@ LICENSE=MIT RDEPEND=>=virtual/jre-1.8:* >=dev-java/ant-1.10.14-r3:0 dev-java/hamcrest-core:0 dev-java/junit:4 dev-java/objenesis:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=1 SRC_URI=https://repo1.maven.org/maven2/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5-sources.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=89002daea314f7b81ac3b43829640cb6 diff --git a/metadata/md5-cache/dev-java/mockito-2.28.2-r1 b/metadata/md5-cache/dev-java/mockito-2.28.2-r1 index 9a35ac1d47e5..b0b7ae24fd35 100644 --- a/metadata/md5-cache/dev-java/mockito-2.28.2-r1 +++ b/metadata/md5-cache/dev-java/mockito-2.28.2-r1 @@ -11,5 +11,5 @@ RDEPEND=dev-java/asm:9 >=dev-java/byte-buddy-1.15.10:0 dev-java/hamcrest-core:1. RESTRICT=!test? ( test ) SLOT=2 SRC_URI=https://github.com/mockito/mockito/archive/v2.28.2.tar.gz -> mockito-2.28.2.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=cd4f407258d8e390271174c9dc27a445 diff --git a/metadata/md5-cache/dev-java/mockito-4.11.0 b/metadata/md5-cache/dev-java/mockito-4.11.0 index 37e71d7fde9b..efd655ba3f2c 100644 --- a/metadata/md5-cache/dev-java/mockito-4.11.0 +++ b/metadata/md5-cache/dev-java/mockito-4.11.0 @@ -10,5 +10,5 @@ LICENSE=MIT RDEPEND=>=virtual/jre-1.8:* dev-java/asm:9 dev-java/byte-buddy:0 dev-java/objenesis:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=4 SRC_URI=https://github.com/mockito/mockito/archive/v4.11.0.tar.gz -> mockito-4.11.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=6c2614cf9cc6a1571037bae1bc55e451 diff --git a/metadata/md5-cache/dev-java/mockito-5.20.0-r1 b/metadata/md5-cache/dev-java/mockito-5.20.0-r1 index b7579007ecaa..49275ec2aa33 100644 --- a/metadata/md5-cache/dev-java/mockito-5.20.0-r1 +++ b/metadata/md5-cache/dev-java/mockito-5.20.0-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-11:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zi RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/mockito/mockito/archive/v5.20.0.tar.gz -> mockito-5.20.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e _md5_=f9b4b32df0623542bc8c6aaa7dbb1ee3 diff --git a/metadata/md5-cache/dev-java/mockito-5.21.0 b/metadata/md5-cache/dev-java/mockito-5.21.0 index fa1d292b3496..9d31dbd9086b 100644 --- a/metadata/md5-cache/dev-java/mockito-5.21.0 +++ b/metadata/md5-cache/dev-java/mockito-5.21.0 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-11:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zi RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/mockito/mockito/archive/v5.21.0.tar.gz -> mockito-5.21.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e _md5_=f65022a176fa0b82089d2dda4210dc36 diff --git a/metadata/md5-cache/dev-java/msv-2022.7-r1 b/metadata/md5-cache/dev-java/msv-2022.7-r1 index 82439315ab91..0aa86673e411 100644 --- a/metadata/md5-cache/dev-java/msv-2022.7-r1 +++ b/metadata/md5-cache/dev-java/msv-2022.7-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* dev-java/iso-relax:0 dev-java/relaxng-datatype:0 dev RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/xmlark/msv/archive/msv-2022.7.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=30eda3fa5e49077bc38ca15ae4da2801 diff --git a/metadata/md5-cache/dev-java/mvel-2.5.2 b/metadata/md5-cache/dev-java/mvel-2.5.2 index 246f58aa8afd..941d04624176 100644 --- a/metadata/md5-cache/dev-java/mvel-2.5.2 +++ b/metadata/md5-cache/dev-java/mvel-2.5.2 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/mvel/mvel/archive/mvel2-2.5.2.Final.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=1ba9d2c92e01ea1ee054f8c9f22fda4e diff --git a/metadata/md5-cache/dev-java/objenesis-3.4 b/metadata/md5-cache/dev-java/objenesis-3.4 index 402b8a70e74a..9e8c7511eb19 100644 --- a/metadata/md5-cache/dev-java/objenesis-3.4 +++ b/metadata/md5-cache/dev-java/objenesis-3.4 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/easymock/objenesis/archive/3.4.tar.gz -> objenesis-3.4.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e _md5_=9cd71c317e8d274249eb4ac009346a2b diff --git a/metadata/md5-cache/dev-java/ognl-3.1.24 b/metadata/md5-cache/dev-java/ognl-3.1.24 index e9728956061f..6fe0f149a68c 100644 --- a/metadata/md5-cache/dev-java/ognl-3.1.24 +++ b/metadata/md5-cache/dev-java/ognl-3.1.24 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/orphan-oss/ognl/archive/OGNL_3_1_24.tar.gz -> ognl-3.1.24.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=f78c3ad1974bd681aa8250742e49fd7e diff --git a/metadata/md5-cache/dev-java/open-test-reporting-events-0.1.0_pre1 b/metadata/md5-cache/dev-java/open-test-reporting-events-0.1.0_pre1 index ded7235ca8f0..4b1c221d95d2 100644 --- a/metadata/md5-cache/dev-java/open-test-reporting-events-0.1.0_pre1 +++ b/metadata/md5-cache/dev-java/open-test-reporting-events-0.1.0_pre1 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* ~dev-java/open-test-reporting-schema-0.1.0_pre1:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/ota4j-team/open-test-reporting/archive/r0.1.0-M1.tar.gz -> open-test-reporting-0.1.0-M1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=68959c5be8ca4fccd5c2a755f837f22f diff --git a/metadata/md5-cache/dev-java/open-test-reporting-events-0.2.0_pre1 b/metadata/md5-cache/dev-java/open-test-reporting-events-0.2.0_pre1 index b8d8f0c73c55..e406b21dce8a 100644 --- a/metadata/md5-cache/dev-java/open-test-reporting-events-0.2.0_pre1 +++ b/metadata/md5-cache/dev-java/open-test-reporting-events-0.2.0_pre1 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/ota4j-team/open-test-reporting/archive/r0.2.0-M1.tar.gz -> open-test-reporting-0.2.0-M1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=40fccae59ca0cfe6a5da3e72ff58305e diff --git a/metadata/md5-cache/dev-java/open-test-reporting-schema-0.1.0_pre1 b/metadata/md5-cache/dev-java/open-test-reporting-schema-0.1.0_pre1 index fd960ba7456a..d70c1b198c30 100644 --- a/metadata/md5-cache/dev-java/open-test-reporting-schema-0.1.0_pre1 +++ b/metadata/md5-cache/dev-java/open-test-reporting-schema-0.1.0_pre1 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/ota4j-team/open-test-reporting/archive/r0.1.0-M1.tar.gz -> open-test-reporting-0.1.0-M1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=58ffcc7e560d6460e854f5ca30506fc5 diff --git a/metadata/md5-cache/dev-java/openjdk-11.0.29_p7 b/metadata/md5-cache/dev-java/openjdk-11.0.29_p7 index 824ba81812eb..2c23ef298a3d 100644 --- a/metadata/md5-cache/dev-java/openjdk-11.0.29_p7 +++ b/metadata/md5-cache/dev-java/openjdk-11.0.29_p7 @@ -13,5 +13,5 @@ RDEPEND=media-libs/freetype:2= media-libs/giflib:0/7 media-libs/harfbuzz:= media REQUIRED_USE=javafx? ( alsa !headless-awt ) !system-bootstrap? ( jbootstrap ) SLOT=11 SRC_URI=https://github.com/openjdk/jdk11u/archive/jdk-11.0.29-ga.tar.gz -> openjdk-11.0.29_p7.tar.gz !system-bootstrap? ( ppc64? ( big-endian? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-bootstrap-11.0.13_p8-ppc64.tar.xz ) ) riscv? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-bootstrap-11.0.14_p9-riscv.tar.xz ) x86? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-bootstrap-11.0.13_p8-x86.tar.xz ) ) riscv? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-11.0.18-riscv.patch.xz ) -_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 java-vm-2 6c7243f2269a7c9b5c177579e49f89ab multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 java-vm-2 6c7243f2269a7c9b5c177579e49f89ab multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=249ddb47d8cc848320f5c8be9bae0951 diff --git a/metadata/md5-cache/dev-java/openjdk-11.0.30_p7 b/metadata/md5-cache/dev-java/openjdk-11.0.30_p7 index e9951e117c64..e229332e9154 100644 --- a/metadata/md5-cache/dev-java/openjdk-11.0.30_p7 +++ b/metadata/md5-cache/dev-java/openjdk-11.0.30_p7 @@ -13,5 +13,5 @@ RDEPEND=media-libs/freetype:2= media-libs/giflib:0/7 media-libs/harfbuzz:= media REQUIRED_USE=javafx? ( alsa !headless-awt ) !system-bootstrap? ( jbootstrap ) SLOT=11 SRC_URI=https://github.com/openjdk/jdk11u/archive/jdk-11.0.30-ga.tar.gz -> openjdk-11.0.30_p7.tar.gz !system-bootstrap? ( ppc64? ( big-endian? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-bootstrap-11.0.13_p8-ppc64.tar.xz ) ) riscv? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-bootstrap-11.0.14_p9-riscv.tar.xz ) x86? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-bootstrap-11.0.13_p8-x86.tar.xz ) ) riscv? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-11.0.18-riscv.patch.xz ) -_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 java-vm-2 6c7243f2269a7c9b5c177579e49f89ab multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 java-vm-2 6c7243f2269a7c9b5c177579e49f89ab multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=631db3faf85be7c9eae212da08e90871 diff --git a/metadata/md5-cache/dev-java/openjdk-17.0.17_p10 b/metadata/md5-cache/dev-java/openjdk-17.0.17_p10 index 4efbcf8a8867..560d263ad402 100644 --- a/metadata/md5-cache/dev-java/openjdk-17.0.17_p10 +++ b/metadata/md5-cache/dev-java/openjdk-17.0.17_p10 @@ -13,5 +13,5 @@ RDEPEND=media-libs/freetype:2= media-libs/giflib:0/7 media-libs/harfbuzz:= media REQUIRED_USE=javafx? ( alsa !headless-awt ) !system-bootstrap? ( jbootstrap ) SLOT=17 SRC_URI=https://github.com/openjdk/jdk17u/archive/jdk-17.0.17-ga.tar.gz -> openjdk-17.0.17_p10.tar.gz !system-bootstrap? ( arm64? ( elibc_musl? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-bootstrap-17.0.2_p8-arm64-musl.tar.xz ) ) ppc64? ( big-endian? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-bootstrap-17.0.1_p12-ppc64.tar.xz ) ) x86? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-bootstrap-17.0.1_p12-x86.tar.xz ) riscv? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-bootstrap-17.0.3_p7-riscv.tar.xz ) ) -_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 java-vm-2 6c7243f2269a7c9b5c177579e49f89ab multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 java-vm-2 6c7243f2269a7c9b5c177579e49f89ab multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=4a08a3408340a1cb82c52da9c9e36481 diff --git a/metadata/md5-cache/dev-java/openjdk-17.0.18_p8 b/metadata/md5-cache/dev-java/openjdk-17.0.18_p8 index 8e541facf0cf..588e1dbe38ce 100644 --- a/metadata/md5-cache/dev-java/openjdk-17.0.18_p8 +++ b/metadata/md5-cache/dev-java/openjdk-17.0.18_p8 @@ -13,5 +13,5 @@ RDEPEND=media-libs/freetype:2= media-libs/giflib:0/7 media-libs/harfbuzz:= media REQUIRED_USE=javafx? ( alsa !headless-awt ) !system-bootstrap? ( jbootstrap ) SLOT=17 SRC_URI=https://github.com/openjdk/jdk17u/archive/jdk-17.0.18-ga.tar.gz -> openjdk-17.0.18_p8.tar.gz !system-bootstrap? ( arm64? ( elibc_musl? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-bootstrap-17.0.2_p8-arm64-musl.tar.xz ) ) ppc64? ( big-endian? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-bootstrap-17.0.1_p12-ppc64.tar.xz ) ) x86? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-bootstrap-17.0.1_p12-x86.tar.xz ) riscv? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-bootstrap-17.0.3_p7-riscv.tar.xz ) ) -_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 java-vm-2 6c7243f2269a7c9b5c177579e49f89ab multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 java-vm-2 6c7243f2269a7c9b5c177579e49f89ab multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=2b5ea133bf9257de55836265cb5a9a7e diff --git a/metadata/md5-cache/dev-java/openjdk-21.0.10_p7 b/metadata/md5-cache/dev-java/openjdk-21.0.10_p7 index e0effae7219a..d2dc6fd8ddda 100644 --- a/metadata/md5-cache/dev-java/openjdk-21.0.10_p7 +++ b/metadata/md5-cache/dev-java/openjdk-21.0.10_p7 @@ -13,5 +13,5 @@ RDEPEND=media-libs/freetype:2= media-libs/giflib:0/7 media-libs/harfbuzz:= media REQUIRED_USE=javafx? ( alsa !headless-awt ) !system-bootstrap? ( jbootstrap ) !system-bootstrap? ( || ( ppc64 x86 ) ) SLOT=21 SRC_URI=https://github.com/openjdk/jdk21u/archive/jdk-21.0.10-ga.tar.gz -> openjdk-21.0.10_p7.tar.gz !system-bootstrap? ( ppc64? ( big-endian? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-bootstrap-21.0.0_p35-ppc64.tar.xz ) ) x86? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-bootstrap-21.0.0_p35-x86.tar.xz ) ) -_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 java-vm-2 6c7243f2269a7c9b5c177579e49f89ab multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 java-vm-2 6c7243f2269a7c9b5c177579e49f89ab multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=94b19a90ea0f5b7fd222f6e8999823f0 diff --git a/metadata/md5-cache/dev-java/openjdk-21.0.9_p10 b/metadata/md5-cache/dev-java/openjdk-21.0.9_p10 index ba54cbd2f42b..630d32b7fd68 100644 --- a/metadata/md5-cache/dev-java/openjdk-21.0.9_p10 +++ b/metadata/md5-cache/dev-java/openjdk-21.0.9_p10 @@ -13,5 +13,5 @@ RDEPEND=media-libs/freetype:2= media-libs/giflib:0/7 media-libs/harfbuzz:= media REQUIRED_USE=javafx? ( alsa !headless-awt ) !system-bootstrap? ( jbootstrap ) !system-bootstrap? ( || ( ppc64 x86 ) ) SLOT=21 SRC_URI=https://github.com/openjdk/jdk21u/archive/jdk-21.0.9-ga.tar.gz -> openjdk-21.0.9_p10.tar.gz !system-bootstrap? ( ppc64? ( big-endian? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-bootstrap-21.0.0_p35-ppc64.tar.xz ) ) x86? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-bootstrap-21.0.0_p35-x86.tar.xz ) ) -_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 java-vm-2 6c7243f2269a7c9b5c177579e49f89ab multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 java-vm-2 6c7243f2269a7c9b5c177579e49f89ab multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=e5086bafedca9b816c80381005949ccc diff --git a/metadata/md5-cache/dev-java/openjdk-25.0.1_p8-r1 b/metadata/md5-cache/dev-java/openjdk-25.0.1_p8-r1 index cd69e2baca36..578acb0ec14e 100644 --- a/metadata/md5-cache/dev-java/openjdk-25.0.1_p8-r1 +++ b/metadata/md5-cache/dev-java/openjdk-25.0.1_p8-r1 @@ -13,5 +13,5 @@ RDEPEND=media-libs/freetype:2= media-libs/giflib:0/7 media-libs/harfbuzz:= media REQUIRED_USE=javafx? ( alsa !headless-awt ) !system-bootstrap? ( jbootstrap ) !system-bootstrap? ( ppc64 ) SLOT=25 SRC_URI=https://github.com/openjdk/jdk25u/archive/jdk-25.0.1-ga.tar.gz -> openjdk-25.0.1_p8.tar.gz !system-bootstrap? ( ppc64? ( big-endian? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-bootstrap-25_p36-ppc64.tar.xz ) ) ) -_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 java-vm-2 6c7243f2269a7c9b5c177579e49f89ab multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 java-vm-2 6c7243f2269a7c9b5c177579e49f89ab multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=d47befd2577497225ea86490dbe8745f diff --git a/metadata/md5-cache/dev-java/openjdk-25.0.2_p10 b/metadata/md5-cache/dev-java/openjdk-25.0.2_p10 index ea8d3287a1c1..b3536881c58e 100644 --- a/metadata/md5-cache/dev-java/openjdk-25.0.2_p10 +++ b/metadata/md5-cache/dev-java/openjdk-25.0.2_p10 @@ -13,5 +13,5 @@ RDEPEND=media-libs/freetype:2= media-libs/giflib:0/7 media-libs/harfbuzz:= media REQUIRED_USE=javafx? ( alsa !headless-awt ) !system-bootstrap? ( jbootstrap ) !system-bootstrap? ( ppc64 ) SLOT=25 SRC_URI=https://github.com/openjdk/jdk25u/archive/jdk-25.0.2-ga.tar.gz -> openjdk-25.0.2_p10.tar.gz !system-bootstrap? ( ppc64? ( big-endian? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-bootstrap-25_p36-ppc64.tar.xz ) ) ) -_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 java-vm-2 6c7243f2269a7c9b5c177579e49f89ab multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 java-vm-2 6c7243f2269a7c9b5c177579e49f89ab multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=5785b5c64db0c1426fd2394b0b1615e1 diff --git a/metadata/md5-cache/dev-java/openjdk-26_beta32 b/metadata/md5-cache/dev-java/openjdk-26_beta32 index 935dad55eb91..0bf53006e27e 100644 --- a/metadata/md5-cache/dev-java/openjdk-26_beta32 +++ b/metadata/md5-cache/dev-java/openjdk-26_beta32 @@ -12,5 +12,5 @@ RDEPEND=media-libs/freetype:2= media-libs/giflib:0/7 media-libs/harfbuzz:= media REQUIRED_USE=javafx? ( alsa !headless-awt ) !system-bootstrap? ( jbootstrap ) !system-bootstrap? ( ppc64 ) SLOT=26 SRC_URI=https://github.com/openjdk/jdk26u/archive/jdk-26+32.tar.gz -> openjdk-26_beta32.tar.gz !system-bootstrap? ( ppc64? ( big-endian? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-bootstrap-25_p36-ppc64.tar.xz ) ) ) -_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 java-vm-2 6c7243f2269a7c9b5c177579e49f89ab multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 java-vm-2 6c7243f2269a7c9b5c177579e49f89ab multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=fe105a54650ac6765efc45f64c8809a8 diff --git a/metadata/md5-cache/dev-java/openjdk-27_alpha6 b/metadata/md5-cache/dev-java/openjdk-27_alpha6 index 66bf28bdcbc7..e7c2e665f71f 100644 --- a/metadata/md5-cache/dev-java/openjdk-27_alpha6 +++ b/metadata/md5-cache/dev-java/openjdk-27_alpha6 @@ -12,5 +12,5 @@ RDEPEND=media-libs/freetype:2= media-libs/giflib:0/7 media-libs/harfbuzz:= media REQUIRED_USE=javafx? ( alsa !headless-awt ) !system-bootstrap? ( jbootstrap ) !system-bootstrap? ( ppc64 ) SLOT=27 SRC_URI=https://github.com/openjdk/jdk/archive/jdk-27+6.tar.gz -> openjdk-27_alpha6.tar.gz !system-bootstrap? ( ppc64? ( big-endian? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-bootstrap-25_p36-ppc64.tar.xz ) ) ) -_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 java-vm-2 6c7243f2269a7c9b5c177579e49f89ab multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 java-vm-2 6c7243f2269a7c9b5c177579e49f89ab multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=7eb4740dc5ae487cbbfac811085138e8 diff --git a/metadata/md5-cache/dev-java/openjdk-8.472_p08 b/metadata/md5-cache/dev-java/openjdk-8.472_p08 index a804d42e92cd..470c64d46d9a 100644 --- a/metadata/md5-cache/dev-java/openjdk-8.472_p08 +++ b/metadata/md5-cache/dev-java/openjdk-8.472_p08 @@ -13,5 +13,5 @@ PDEPEND=javafx? ( dev-java/openjfx:8 ) RDEPEND=media-libs/freetype:2= media-libs/giflib:0/7 virtual/zlib:= >=sys-apps/baselayout-java-0.1.0-r1 !headless-awt? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXi x11-libs/libXrender x11-libs/libXt x11-libs/libXtst ) alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups ) selinux? ( sec-policy/selinux-java ) >=dev-java/java-config-2.2.0-r3 dev-java/java-config app-eselect/eselect-java SLOT=8 SRC_URI=https://github.com/openjdk/jdk8u/archive/jdk8u472-ga.tar.gz -> openjdk-8.472_p08.tar.gz !system-bootstrap? ( x86? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-bootstrap-8.402_p06-x86.tar.xz ) ppc64? ( big-endian? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-bootstrap-8.402_p06-ppc64.tar.xz ) ) ) -_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 java-vm-2 6c7243f2269a7c9b5c177579e49f89ab multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 java-vm-2 6c7243f2269a7c9b5c177579e49f89ab multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=2385b3d351ecd657e944ae09bd38498a diff --git a/metadata/md5-cache/dev-java/openjdk-8.482_p08 b/metadata/md5-cache/dev-java/openjdk-8.482_p08 index 925b15f899e2..d36951574e4a 100644 --- a/metadata/md5-cache/dev-java/openjdk-8.482_p08 +++ b/metadata/md5-cache/dev-java/openjdk-8.482_p08 @@ -13,5 +13,5 @@ PDEPEND=javafx? ( dev-java/openjfx:8 ) RDEPEND=media-libs/freetype:2= media-libs/giflib:0/7 virtual/zlib:= >=sys-apps/baselayout-java-0.1.0-r1 !headless-awt? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXi x11-libs/libXrender x11-libs/libXt x11-libs/libXtst ) alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups ) selinux? ( sec-policy/selinux-java ) >=dev-java/java-config-2.2.0-r3 dev-java/java-config app-eselect/eselect-java SLOT=8 SRC_URI=https://github.com/openjdk/jdk8u/archive/jdk8u482-ga.tar.gz -> openjdk-8.482_p08.tar.gz !system-bootstrap? ( x86? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-bootstrap-8.402_p06-x86.tar.xz ) ppc64? ( big-endian? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-java/openjdk/openjdk-bootstrap-8.402_p06-ppc64.tar.xz ) ) ) -_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 java-vm-2 6c7243f2269a7c9b5c177579e49f89ab multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 java-vm-2 6c7243f2269a7c9b5c177579e49f89ab multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=3cb86a8556a3ab092e9aac780ed682f2 diff --git a/metadata/md5-cache/dev-java/openjfx-11.0.11_p1-r5 b/metadata/md5-cache/dev-java/openjfx-11.0.11_p1-r5 index 8ada72be472c..8ab36f2d571c 100644 --- a/metadata/md5-cache/dev-java/openjfx-11.0.11_p1-r5 +++ b/metadata/md5-cache/dev-java/openjfx-11.0.11_p1-r5 @@ -11,5 +11,5 @@ RDEPEND=app-accessibility/at-spi2-core dev-java/swt:4.27[cairo,opengl] dev-libs/ REQUIRED_USE=amd64? ( cpu_flags_x86_sse2 ) SLOT=11 SRC_URI=https://hg.openjdk.java.net/openjfx/-dev/rt/archive/11.0.11+1.tar.bz2 -> openjfx-11.0.11_p1.tar.bz2 https://downloads.gradle.org/distributions/gradle-4.10.3-bin.zip https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-sandbox/7.1.0/lucene-sandbox-7.1.0.jar https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-grouping/7.1.0/lucene-grouping-7.1.0.jar https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queryparser/7.1.0/lucene-queryparser-7.1.0.jar https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queries/7.1.0/lucene-queries-7.1.0.jar https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/7.1.0/lucene-core-7.1.0.jar https://repo.maven.apache.org/maven2/org/antlr/gunit/3.5.2/gunit-3.5.2.jar https://repo1.maven.org/maven2/org/antlr/antlr4/4.7.2/antlr4-4.7.2-complete.jar https://repo.maven.apache.org/maven2/org/antlr/ST4/4.0.8/ST4-4.0.8.jar -_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=9c40dafc01e4d3b4d95764b17e930db4 diff --git a/metadata/md5-cache/dev-java/openjfx-8.1000-r2 b/metadata/md5-cache/dev-java/openjfx-8.1000-r2 index cea6e6c910fe..293e43ec2a93 100644 --- a/metadata/md5-cache/dev-java/openjfx-8.1000-r2 +++ b/metadata/md5-cache/dev-java/openjfx-8.1000-r2 @@ -12,5 +12,5 @@ REQUIRED_USE=amd64? ( cpu_flags_x86_sse2 ) RESTRICT=test SLOT=8 SRC_URI=https://hg.openjdk.java.net/openjfx/8u-dev/rt/archive/9f49e3b6147f.tar.bz2 -> openjfx-8.1000.tar.bz2 https://dev.gentoo.org/~gyakovlev/distfiles/openjfx-8.1000-backports.tar.bz2 https://downloads.gradle.org/distributions/gradle-4.10.3-bin.zip -_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=5e16199827fd3ccdcbb53bc5d0eee9f2 diff --git a/metadata/md5-cache/dev-java/opentelemetry-java-1.49.0 b/metadata/md5-cache/dev-java/opentelemetry-java-1.49.0 index e20448a35d42..b43f502625a0 100644 --- a/metadata/md5-cache/dev-java/opentelemetry-java-1.49.0 +++ b/metadata/md5-cache/dev-java/opentelemetry-java-1.49.0 @@ -11,5 +11,5 @@ RDEPEND=dev-java/auto-value:0 dev-java/jsr305:0 >=virtual/jre-1.8:* >=dev-java/j RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=https://github.com/open-telemetry/opentelemetry-java/archive/v1.49.0.tar.gz -> opentelemetry-java-1.49.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=477c973d0386a7448f57ed59bcce81ac diff --git a/metadata/md5-cache/dev-java/opentest4j-1.3.0-r1 b/metadata/md5-cache/dev-java/opentest4j-1.3.0-r1 index ee98db15c2f0..283a5fca477c 100644 --- a/metadata/md5-cache/dev-java/opentest4j-1.3.0-r1 +++ b/metadata/md5-cache/dev-java/opentest4j-1.3.0-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/ota4j-team/opentest4j/archive/r1.3.0.tar.gz -> opentest4j-1.3.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=ca9e9533ed02341d247cea94b58c8718 diff --git a/metadata/md5-cache/dev-java/osgi-annotation-8.1.0 b/metadata/md5-cache/dev-java/osgi-annotation-8.1.0 index f790b4e4130d..1b055939ba8b 100644 --- a/metadata/md5-cache/dev-java/osgi-annotation-8.1.0 +++ b/metadata/md5-cache/dev-java/osgi-annotation-8.1.0 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://docs.osgi.org/download/r8/osgi.annotation-8.1.0.jar -> osgi-annotation-8.1.0.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=9f43cf08ddbfcf471229354b5e958a74 diff --git a/metadata/md5-cache/dev-java/osgi-cmpn-8.0.0-r1 b/metadata/md5-cache/dev-java/osgi-cmpn-8.0.0-r1 index b47f9ee44524..94e2a5171988 100644 --- a/metadata/md5-cache/dev-java/osgi-cmpn-8.0.0-r1 +++ b/metadata/md5-cache/dev-java/osgi-cmpn-8.0.0-r1 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 OSGi-Specification-2.0 RDEPEND=dev-java/cdi-api:0 dev-java/javax-persistence-api:0 dev-java/jakarta-servlet-api:4 dev-java/javax-inject:0 dev-java/jaxrs-api:0 dev-java/osgi-annotation:0 dev-java/osgi-core:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=8 SRC_URI=https://docs.osgi.org/download/r8/osgi.cmpn-8.0.0.jar -> osgi-cmpn-8.0.0.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=3386b7a42dc6f2efa879988144966e13 diff --git a/metadata/md5-cache/dev-java/osgi-core-8.0.0 b/metadata/md5-cache/dev-java/osgi-core-8.0.0 index 27074b8aa1f1..8eb5c30730fb 100644 --- a/metadata/md5-cache/dev-java/osgi-core-8.0.0 +++ b/metadata/md5-cache/dev-java/osgi-core-8.0.0 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://docs.osgi.org/download/r8/osgi.core-8.0.0.jar -> osgi-core-8.0.0.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=51d7f6e01dee3ceea55b600979d448b9 diff --git a/metadata/md5-cache/dev-java/osgi-service-log-1.3.0 b/metadata/md5-cache/dev-java/osgi-service-log-1.3.0 index 72931ca90959..bf8f130be745 100644 --- a/metadata/md5-cache/dev-java/osgi-service-log-1.3.0 +++ b/metadata/md5-cache/dev-java/osgi-service-log-1.3.0 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=dev-java/osgi-core:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://repo1.maven.org/maven2/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0-sources.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=801f88c9da165a1d4f59fff6e3ad60bc diff --git a/metadata/md5-cache/dev-java/osgi-service-subsystem-1.1.0 b/metadata/md5-cache/dev-java/osgi-service-subsystem-1.1.0 index 7528bb22f992..c6e95d33ac5a 100644 --- a/metadata/md5-cache/dev-java/osgi-service-subsystem-1.1.0 +++ b/metadata/md5-cache/dev-java/osgi-service-subsystem-1.1.0 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=dev-java/osgi-annotation:0 dev-java/osgi-core:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://repo1.maven.org/maven2/org/osgi/org.osgi.service.subsystem/1.1.0/org.osgi.service.subsystem-1.1.0-sources.jar -> osgi-service-subsystem-1.1.0-sources.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=547388135e624bd0f3a6c5fe610d9ae7 diff --git a/metadata/md5-cache/dev-java/owasp-java-encoder-1.4.0 b/metadata/md5-cache/dev-java/owasp-java-encoder-1.4.0 index 8efd522c8300..1967030bf135 100644 --- a/metadata/md5-cache/dev-java/owasp-java-encoder-1.4.0 +++ b/metadata/md5-cache/dev-java/owasp-java-encoder-1.4.0 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/OWASP/owasp-java-encoder/archive/v1.4.0.tar.gz -> owasp-java-encoder-1.4.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=cf60818ac4b0fc32b98c93ff72a7fdab diff --git a/metadata/md5-cache/dev-java/parboiled-1.4.1 b/metadata/md5-cache/dev-java/parboiled-1.4.1 index dfd79f53e6a6..ae96a28e42be 100644 --- a/metadata/md5-cache/dev-java/parboiled-1.4.1 +++ b/metadata/md5-cache/dev-java/parboiled-1.4.1 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=dev-java/asm:9 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/sirthias/parboiled/archive/1.4.1.tar.gz -> parboiled-1.4.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=632d894103fcbb314814946798742ecb diff --git a/metadata/md5-cache/dev-java/pdfbox-2.0.32 b/metadata/md5-cache/dev-java/pdfbox-2.0.32 index 5b0973b50aa3..4b760c3b25d7 100644 --- a/metadata/md5-cache/dev-java/pdfbox-2.0.32 +++ b/metadata/md5-cache/dev-java/pdfbox-2.0.32 @@ -13,5 +13,5 @@ RDEPEND=dev-java/bcmail:0 dev-java/bcpkix:0 dev-java/bcprov:0 dev-java/bcutil:0 RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=mirror://apache/pdfbox/2.0.32/pdfbox-2.0.32-src.zip test? ( https://issues.apache.org/jira/secure/attachment/12481683/1.pdf -> PDFBOX-1031-1.pdf https://issues.apache.org/jira/secure/attachment/12481684/2.pdf -> PDFBOX-1031-2.pdf https://issues.apache.org/jira/secure/attachment/12486525/1_testfile1.pdf -> PDFBOX-1065-1.pdf https://issues.apache.org/jira/secure/attachment/12486526/2_testfile1.pdf -> PDFBOX-1065-2.pdf https://issues.apache.org/jira/secure/attachment/12490774/a.pdf -> PDFBOX-1100-1.pdf https://issues.apache.org/jira/secure/attachment/12490775/b.pdf -> PDFBOX-1100-2.pdf https://issues.apache.org/jira/secure/attachment/12848122/SF1199AEG%20%28Complete%29.pdf -> PDFBOX-3656.pdf https://issues.apache.org/jira/secure/attachment/12852207/test.pdf -> PDFBOX-3682.pdf https://issues.apache.org/jira/secure/attachment/12888957/079977.pdf -> PDFBOX-3940-079977.pdf https://issues.apache.org/jira/secure/attachment/12867113/202097.pdf -> PDFBOX-3785-202097.pdf https://issues.apache.org/jira/secure/attachment/12890031/670064.pdf -> PDFBOX-3947-670064.pdf https://issues.apache.org/jira/secure/attachment/12890034/EUWO6SQS5TM4VGOMRD3FLXZHU35V2CP2.pdf -> PDFBOX-3948-EUWO6SQS5TM4VGOMRD3FLXZHU35V2CP2.pdf https://issues.apache.org/jira/secure/attachment/12890037/MKFYUGZWS3OPXLLVU2Z4LWCTVA5WNOGF.pdf -> PDFBOX-3949-MKFYUGZWS3OPXLLVU2Z4LWCTVA5WNOGF.pdf https://issues.apache.org/jira/secure/attachment/12890042/23EGDHXSBBYQLKYOKGZUOVYVNE675PRD.pdf -> PDFBOX-3950-23EGDHXSBBYQLKYOKGZUOVYVNE675PRD.pdf https://issues.apache.org/jira/secure/attachment/12890047/FIHUZWDDL2VGPOE34N6YHWSIGSH5LVGZ.pdf -> PDFBOX-3951-FIHUZWDDL2VGPOE34N6YHWSIGSH5LVGZ.pdf https://issues.apache.org/jira/secure/attachment/12892097/c687766d68ac766be3f02aaec5e0d713_2.pdf -> PDFBOX-3964-c687766d68ac766be3f02aaec5e0d713_2.pdf https://issues.apache.org/jira/secure/attachment/12893582/63NGFQRI44HQNPIPEJH5W2TBM6DJZWMI.pdf -> PDFBOX-3977-63NGFQRI44HQNPIPEJH5W2TBM6DJZWMI.pdf https://issues.apache.org/jira/secure/attachment/12896905/GeneralForbearance.pdf -> PDFBOX-3999-GeneralForbearance.pdf https://issues.apache.org/jira/secure/attachment/12919726/sample.pdf -> PDFBOX-4197.pdf https://issues.apache.org/jira/secure/attachment/12938094/Quelldatei.pdf -> PDFBOX-4308.pdf https://issues.apache.org/jira/secure/attachment/12952086/form.pdf -> PDFBOX-4408.pdf https://issues.apache.org/jira/secure/attachment/12953423/000314.pdf -> PDFBOX-4418-000314.pdf https://issues.apache.org/jira/secure/attachment/12953421/000671.pdf -> PDFBOX-4418-000671.pdf https://issues.apache.org/jira/secure/attachment/12953866/000746.pdf -> PDFBOX-4423-000746.pdf https://issues.apache.org/jira/secure/attachment/12966453/cryptfilter.pdf -> PDFBOX-4517-cryptfilter.pdf https://issues.apache.org/jira/secure/attachment/12991833/PDFBOX-4750-test.pdf -> PDFBOX-4750.pdf https://issues.apache.org/jira/secure/attachment/12914331/WXMDXCYRWFDCMOSFQJ5OAJIAFXYRZ5OA.pdf -> PDFBOX-4153-WXMDXCYRWFDCMOSFQJ5OAJIAFXYRZ5OA.pdf https://issues.apache.org/jira/secure/attachment/12962991/NeS1078.pdf -> PDFBOX-4490.pdf https://issues.apache.org/jira/secure/attachment/12784025/PDFBOX-3208-L33MUTT2SVCWGCS6UIYL5TH3PNPXHIS6.pdf https://issues.apache.org/jira/secure/attachment/12867102/PDFBOX-3783-72GLBIGUC6LB46ELZFBARRJTLN4RBSQM.pdf https://issues.apache.org/jira/secure/attachment/12929821/16bit.png -> PDFBOX-4184-16bit.png https://issues.apache.org/jira/secure/attachment/12943502/ArrayIndexOutOfBoundsException%20COSParser -> PDFBOX-4338.pdf https://issues.apache.org/jira/secure/attachment/12943503/NullPointerException%20COSParser -> PDFBOX-4339.pdf https://issues.apache.org/jira/secure/attachment/12867433/genko_oc_shiryo1.pdf https://moji.or.jp/wp-content/ipafont/IPAfont/ipag00303.zip https://moji.or.jp/wp-content/ipafont/IPAfont/ipagp00303.zip https://issues.apache.org/jira/secure/attachment/12911053/n019003l.pfb https://issues.apache.org/jira/secure/attachment/12949710/032163.jpg -> PDFBOX-4184-032163.jpg https://issues.apache.org/jira/secure/attachment/13025718/lotus.jpg -> PDFBOX-5196-lotus.jpg https://issues.apache.org/jira/secure/attachment/13002695/13._Korona_szallo_vegzes_13.09.26.eredeti.pdf -> PDFBOX-4831.pdf https://issues.apache.org/jira/secure/attachment/13061409/incorrect_password.pdf -> PDFBOX-5639.pdf ) verify-sig? ( https://downloads.apache.org/pdfbox/2.0.32/pdfbox-2.0.32-src.zip.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=7d568dcf0b157883c3736c9a2b4c0f4c diff --git a/metadata/md5-cache/dev-java/pdfbox-3.0.6 b/metadata/md5-cache/dev-java/pdfbox-3.0.6 index 4f305deec1c0..5742ffdd8c0d 100644 --- a/metadata/md5-cache/dev-java/pdfbox-3.0.6 +++ b/metadata/md5-cache/dev-java/pdfbox-3.0.6 @@ -12,5 +12,5 @@ RDEPEND=tools? ( >=dev-java/commons-io-2.20.0:0 >=dev-java/picocli-4.6.3-r1:0 ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/pdfbox/3.0.6/pdfbox-3.0.6-src.zip test? ( https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-jcl/2.25.2/log4j-jcl-2.25.2.jar https://issues.apache.org/jira/secure/attachment//12421531/pdfboxpdfs.zip -> PDFBOX-515.zip https://issues.apache.org/jira/secure/attachment//12481683/1.pdf -> PDFBOX-1031-1.pdf https://issues.apache.org/jira/secure/attachment//12481684/2.pdf -> PDFBOX-1031-2.pdf https://issues.apache.org/jira/secure/attachment//12486525/1_testfile1.pdf -> PDFBOX-1065-1.pdf https://issues.apache.org/jira/secure/attachment//12486526/2_testfile1.pdf -> PDFBOX-1065-2.pdf https://issues.apache.org/jira/secure/attachment//12490774/a.pdf -> PDFBOX-1100-1.pdf https://issues.apache.org/jira/secure/attachment//12490775/b.pdf -> PDFBOX-1100-2.pdf https://issues.apache.org/jira/secure/attachment//12848122/SF1199AEG%20%28Complete%29.pdf -> PDFBOX-3656.pdf https://issues.apache.org/jira/secure/attachment//12852207/test.pdf -> PDFBOX-3682.pdf https://issues.apache.org/jira/secure/attachment//12888957/079977.pdf -> PDFBOX-3940-079977.pdf https://issues.apache.org/jira/secure/attachment//12867113/202097.pdf -> PDFBOX-3785-202097.pdf https://issues.apache.org/jira/secure/attachment//12890031/670064.pdf -> PDFBOX-3947-670064.pdf https://issues.apache.org/jira/secure/attachment//12890034/EUWO6SQS5TM4VGOMRD3FLXZHU35V2CP2.pdf -> PDFBOX-3948-EUWO6SQS5TM4VGOMRD3FLXZHU35V2CP2.pdf https://issues.apache.org/jira/secure/attachment//12890037/MKFYUGZWS3OPXLLVU2Z4LWCTVA5WNOGF.pdf -> PDFBOX-3949-MKFYUGZWS3OPXLLVU2Z4LWCTVA5WNOGF.pdf https://issues.apache.org/jira/secure/attachment//12890042/23EGDHXSBBYQLKYOKGZUOVYVNE675PRD.pdf -> PDFBOX-3950-23EGDHXSBBYQLKYOKGZUOVYVNE675PRD.pdf https://issues.apache.org/jira/secure/attachment//12890047/FIHUZWDDL2VGPOE34N6YHWSIGSH5LVGZ.pdf -> PDFBOX-3951-FIHUZWDDL2VGPOE34N6YHWSIGSH5LVGZ.pdf https://issues.apache.org/jira/secure/attachment//12892097/c687766d68ac766be3f02aaec5e0d713_2.pdf -> PDFBOX-3964-c687766d68ac766be3f02aaec5e0d713_2.pdf https://issues.apache.org/jira/secure/attachment//12893582/63NGFQRI44HQNPIPEJH5W2TBM6DJZWMI.pdf -> PDFBOX-3977-63NGFQRI44HQNPIPEJH5W2TBM6DJZWMI.pdf https://issues.apache.org/jira/secure/attachment//12896905/GeneralForbearance.pdf -> PDFBOX-3999-GeneralForbearance.pdf https://issues.apache.org/jira/secure/attachment//12919726/sample.pdf -> PDFBOX-4197.pdf https://issues.apache.org/jira/secure/attachment//12938094/Quelldatei.pdf -> PDFBOX-4308.pdf https://issues.apache.org/jira/secure/attachment//12952086/form.pdf -> PDFBOX-4408.pdf https://issues.apache.org/jira/secure/attachment//12953423/000314.pdf -> PDFBOX-4418-000314.pdf https://issues.apache.org/jira/secure/attachment//12953421/000671.pdf -> PDFBOX-4418-000671.pdf https://issues.apache.org/jira/secure/attachment//12953866/000746.pdf -> PDFBOX-4423-000746.pdf https://issues.apache.org/jira/secure/attachment//12966453/cryptfilter.pdf -> PDFBOX-4517-cryptfilter.pdf https://issues.apache.org/jira/secure/attachment//12991833/PDFBOX-4750-test.pdf -> PDFBOX-4750.pdf https://issues.apache.org/jira/secure/attachment//12914331/WXMDXCYRWFDCMOSFQJ5OAJIAFXYRZ5OA.pdf -> PDFBOX-4153-WXMDXCYRWFDCMOSFQJ5OAJIAFXYRZ5OA.pdf https://issues.apache.org/jira/secure/attachment//12962991/NeS1078.pdf -> PDFBOX-4490.pdf https://issues.apache.org/jira/secure/attachment//12784025/PDFBOX-3208-L33MUTT2SVCWGCS6UIYL5TH3PNPXHIS6.pdf https://issues.apache.org/jira/secure/attachment//12867102/PDFBOX-3783-72GLBIGUC6LB46ELZFBARRJTLN4RBSQM.pdf https://issues.apache.org/jira/secure/attachment//12929821/16bit.png -> PDFBOX-4184-16bit.png https://issues.apache.org/jira/secure/attachment//12943502/ArrayIndexOutOfBoundsException%20COSParser -> PDFBOX-4338.pdf https://issues.apache.org/jira/secure/attachment//12943503/NullPointerException%20COSParser -> PDFBOX-4339.pdf https://issues.apache.org/jira/secure/attachment//12867433/genko_oc_shiryo1.pdf https://moji.or.jp/wp-content/ipafont/IPAfont/ipag00303.zip https://moji.or.jp/wp-content/ipafont/IPAfont/ipagp00303.zip https://issues.apache.org/jira/secure/attachment//12911053/n019003l.pfb https://issues.apache.org/jira/secure/attachment//12949710/032163.jpg -> PDFBOX-4184-032163.jpg https://issues.apache.org/jira/secure/attachment//13025718/lotus.jpg -> PDFBOX-5196-lotus.jpg https://issues.apache.org/jira/secure/attachment//13002695/13._Korona_szallo_vegzes_13.09.26.eredeti.pdf -> PDFBOX-4831.pdf https://issues.apache.org/jira/secure/attachment//13015946/issue3323.pdf -> PDFBOX-5025.pdf https://issues.apache.org/jira/secure/attachment//13047577/PDFBOX-5484.ttf https://issues.apache.org/jira/secure/attachment//13061409/incorrect_password.pdf -> PDFBOX-5639.pdf https://issues.apache.org/jira/secure/attachment//13072508/sticky-notes.fdf -> PDFBOX-5894.fdf https://issues.apache.org/jira/secure/attachment//13074727/R%3D4%2C%20V%3D4%2C%2040-bit%20RC4.pdf -> PDFBOX-5955-40bit.pdf https://issues.apache.org/jira/secure/attachment//13074728/R%3D4%2C%20V%3D4%2C%2048-bit%20RC4.pdf -> PDFBOX-5955-48bit.pdf https://issues.apache.org/jira/secure/attachment//13074264/google-docs-1.pdf -> PDFBOX-5939-google-docs-1.pdf https://issues.apache.org/jira/secure/attachment//13076529/pdfbox-split-missing-tags_mail%2015.5.2025.pdf -> PDFBOX-6009.pdf https://issues.apache.org/jira/secure/attachment//13065529/source.pdf -> PDFBOX-5742.pdf https://issues.apache.org/jira/secure/attachment//13073586/SO79293670.pdf -> PDFBOX-5927.pdf ) verify-sig? ( https://downloads.apache.org/pdfbox/3.0.6/pdfbox-3.0.6-src.zip.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=e98f6a3ca863bd66e28bf0e72a982f3f diff --git a/metadata/md5-cache/dev-java/pebble-3.1.6 b/metadata/md5-cache/dev-java/pebble-3.1.6 index 0f7647bf9155..c1a062d6301c 100644 --- a/metadata/md5-cache/dev-java/pebble-3.1.6 +++ b/metadata/md5-cache/dev-java/pebble-3.1.6 @@ -10,5 +10,5 @@ LICENSE=BSD RDEPEND=dev-java/caffeine:0 dev-java/jakarta-servlet-api:6 dev-java/javax-servlet-api:2.5 dev-java/slf4j-api:0 dev-java/unbescape:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/PebbleTemplates/pebble/archive/v3.1.6.tar.gz -> pebble-3.1.6.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=edf424671f6b0b644630d7ac9b477d3a diff --git a/metadata/md5-cache/dev-java/picocli-4.6.3-r1 b/metadata/md5-cache/dev-java/picocli-4.6.3-r1 index 1b254a872fd3..59da6b112b76 100644 --- a/metadata/md5-cache/dev-java/picocli-4.6.3-r1 +++ b/metadata/md5-cache/dev-java/picocli-4.6.3-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=https://github.com/remkop/picocli/archive/v4.6.3.tar.gz -> picocli-4.6.3-sources.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=fe53b432e7ba24dff5ecba6a7e03ac6d diff --git a/metadata/md5-cache/dev-java/plexus-classworlds-2.7.0-r1 b/metadata/md5-cache/dev-java/plexus-classworlds-2.7.0-r1 index 5a8c0d1ebdd2..800373c6d5d9 100644 --- a/metadata/md5-cache/dev-java/plexus-classworlds-2.7.0-r1 +++ b/metadata/md5-cache/dev-java/plexus-classworlds-2.7.0-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/codehaus-plexus/plexus-classworlds/archive/plexus-classworlds-2.7.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=65856f8167b03c39c0e18b4896df5f6d diff --git a/metadata/md5-cache/dev-java/plexus-classworlds-2.9.0 b/metadata/md5-cache/dev-java/plexus-classworlds-2.9.0 index 3490678f8a67..78bdcb10dca0 100644 --- a/metadata/md5-cache/dev-java/plexus-classworlds-2.9.0 +++ b/metadata/md5-cache/dev-java/plexus-classworlds-2.9.0 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/codehaus-plexus/plexus-classworlds/archive/plexus-classworlds-2.9.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e _md5_=4bd4bacff5c18a4f7325370f168bc8f5 diff --git a/metadata/md5-cache/dev-java/poi-5.2.5 b/metadata/md5-cache/dev-java/poi-5.2.5 index c7a929f4b6bf..87e80417280c 100644 --- a/metadata/md5-cache/dev-java/poi-5.2.5 +++ b/metadata/md5-cache/dev-java/poi-5.2.5 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://archive.apache.org/dist/poi/release/src/poi-src-5.2.5-20231118.tgz verify-sig? ( https://archive.apache.org/dist/poi/release/src/poi-src-5.2.5-20231118.tgz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=ee084d7925038333c43f0e08b524a87b diff --git a/metadata/md5-cache/dev-java/powermock-reflect-2.0.9 b/metadata/md5-cache/dev-java/powermock-reflect-2.0.9 new file mode 100644 index 000000000000..9540cc4c9f4e --- /dev/null +++ b/metadata/md5-cache/dev-java/powermock-reflect-2.0.9 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install preinst prepare setup test +DEPEND=>=dev-java/objenesis-3.4:0 >=virtual/jdk-1.8:* test? ( >=dev-java/asm-9.9.1:0 >=dev-java/assertj-core-3.27.6:0 >=dev-java/byte-buddy-1.18.2:0 >=dev-java/cglib-3.3.0-r3:0 ) >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) test? ( dev-java/junit:4 ) +DESCRIPTION=Various utilities for accessing internals of a class +EAPI=8 +HOMEPAGE=https://github.com/powermock/powermock +INHERIT=java-pkg-2 java-pkg-simple +IUSE=doc source test +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RDEPEND=>=dev-java/objenesis-3.4:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/powermock/powermock/archive/powermock-2.0.9.tar.gz +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 +_md5_=b100b0758a0fa375336dda999eef9349 diff --git a/metadata/md5-cache/dev-java/protobuf-java-4.33.0 b/metadata/md5-cache/dev-java/protobuf-java-4.33.0 index 5489e9ae7ce0..f9e9db0e582f 100644 --- a/metadata/md5-cache/dev-java/protobuf-java-4.33.0 +++ b/metadata/md5-cache/dev-java/protobuf-java-4.33.0 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/protocolbuffers/protobuf/releases/download/v33.0/protobuf-33.0.tar.gz -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=891a5b5bd450b7e59047bd3ea66a54bb diff --git a/metadata/md5-cache/dev-java/protobuf-java-4.33.2 b/metadata/md5-cache/dev-java/protobuf-java-4.33.2 index eef0f4c03da7..7dfb9958da78 100644 --- a/metadata/md5-cache/dev-java/protobuf-java-4.33.2 +++ b/metadata/md5-cache/dev-java/protobuf-java-4.33.2 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/protocolbuffers/protobuf/releases/download/v33.2/protobuf-33.2.tar.gz -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=b2e37d093d1b986393434b12e7e5cce7 diff --git a/metadata/md5-cache/dev-java/qdox-1.12.1-r8 b/metadata/md5-cache/dev-java/qdox-1.12.1-r8 index 990e2632e349..f47f3e0c46c2 100644 --- a/metadata/md5-cache/dev-java/qdox-1.12.1-r8 +++ b/metadata/md5-cache/dev-java/qdox-1.12.1-r8 @@ -12,5 +12,5 @@ REQUIRED_USE=test? ( ant-task ) RESTRICT=!test? ( test ) SLOT=1.12 SRC_URI=https://github.com/codehaus/qdox/archive/qdox-1.12.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=539eac9ca4e33f241a491264d91b1158 diff --git a/metadata/md5-cache/dev-java/qdox-2.2.0-r1 b/metadata/md5-cache/dev-java/qdox-2.2.0-r1 index 7f02c924780b..c860147a0d06 100644 --- a/metadata/md5-cache/dev-java/qdox-2.2.0-r1 +++ b/metadata/md5-cache/dev-java/qdox-2.2.0-r1 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/paul-hammant/qdox/archive/qdox-2.2.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e _md5_=316cf58b162dc0d88364e8d73666cedb diff --git a/metadata/md5-cache/dev-java/randomized-runner-2.8.3 b/metadata/md5-cache/dev-java/randomized-runner-2.8.3 index f9d06b5770dd..d488caaa38e5 100644 --- a/metadata/md5-cache/dev-java/randomized-runner-2.8.3 +++ b/metadata/md5-cache/dev-java/randomized-runner-2.8.3 @@ -11,5 +11,5 @@ RDEPEND=dev-java/junit:4 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 sou RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/randomizedtesting/randomizedtesting/archive/release/2.8.3.tar.gz -> randomized-runner-2.8.3.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=a43513d560fb0619f0aca9bb7f1627d1 diff --git a/metadata/md5-cache/dev-java/reflections-0.9.12-r7 b/metadata/md5-cache/dev-java/reflections-0.9.12-r7 index 1bdd12ebbeb3..c5069666e4d7 100644 --- a/metadata/md5-cache/dev-java/reflections-0.9.12-r7 +++ b/metadata/md5-cache/dev-java/reflections-0.9.12-r7 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/dom4j-2.2.0:0 dev-java/gson:0 dev-java/ja RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/ronmamo/reflections/archive/0.9.12.tar.gz -> reflections-0.9.12.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=3f405dea298de890dabba46c13fe083b diff --git a/metadata/md5-cache/dev-java/relaxng-datatype-20020414 b/metadata/md5-cache/dev-java/relaxng-datatype-20020414 index e659802fd0d0..5e0121fd98ff 100644 --- a/metadata/md5-cache/dev-java/relaxng-datatype-20020414 +++ b/metadata/md5-cache/dev-java/relaxng-datatype-20020414 @@ -11,5 +11,5 @@ LICENSE=BSD RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://repo1.maven.org/maven2/relaxngDatatype/relaxngDatatype/20020414/relaxngDatatype-20020414-sources.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=58446f9dcb64c31503dec4f214ae6b45 diff --git a/metadata/md5-cache/dev-java/reload4j-1.2.22 b/metadata/md5-cache/dev-java/reload4j-1.2.22 index ffdcce407540..38399c67e6ad 100644 --- a/metadata/md5-cache/dev-java/reload4j-1.2.22 +++ b/metadata/md5-cache/dev-java/reload4j-1.2.22 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* dev-java/javax-mail:0 dev-java/jboss-jms-api:1.1 >=d RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=https://github.com/qos-ch/reload4j/archive/v_1.2.22.tar.gz -> reload4j-1.2.22.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=ea223b2e709cd3fd5ba11adcbb84bc30 diff --git a/metadata/md5-cache/dev-java/rhino-1.8.0 b/metadata/md5-cache/dev-java/rhino-1.8.0 index ac97dec3b757..cef76e88251d 100644 --- a/metadata/md5-cache/dev-java/rhino-1.8.0 +++ b/metadata/md5-cache/dev-java/rhino-1.8.0 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-11:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zi RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/mozilla/rhino/archive/Rhino1_8_0_Release.tar.gz -> rhino-1.8.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e _md5_=b1cf3fa57e6d5747d5e9f0c2cd52f412 diff --git a/metadata/md5-cache/dev-java/rhino-1.8.1 b/metadata/md5-cache/dev-java/rhino-1.8.1 index ceeed5cc69d6..40669aa7ced6 100644 --- a/metadata/md5-cache/dev-java/rhino-1.8.1 +++ b/metadata/md5-cache/dev-java/rhino-1.8.1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-11:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zi RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/mozilla/rhino/archive/Rhino1_8_1_Release.tar.gz -> rhino-1.8.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e _md5_=a96aa48963c4c8c872b0f4862a00cfc7 diff --git a/metadata/md5-cache/dev-java/rhino-1.9.0 b/metadata/md5-cache/dev-java/rhino-1.9.0 index 0dab0daba0dd..2721f002ec8b 100644 --- a/metadata/md5-cache/dev-java/rhino-1.9.0 +++ b/metadata/md5-cache/dev-java/rhino-1.9.0 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-11:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zi RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/mozilla/rhino/archive/Rhino1_9_0_Release.tar.gz -> rhino-1.9.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e _md5_=479fd93572b802f7ba920354edc5d767 diff --git a/metadata/md5-cache/dev-java/rome-0.9-r4 b/metadata/md5-cache/dev-java/rome-0.9-r4 index 1750597d278e..2d545d41541f 100644 --- a/metadata/md5-cache/dev-java/rome-0.9-r4 +++ b/metadata/md5-cache/dev-java/rome-0.9-r4 @@ -12,5 +12,5 @@ RDEPEND=dev-java/jdom:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 sour RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://gentoo/rome-0.9.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=e0b737547b43b024c9183290e15efb1f diff --git a/metadata/md5-cache/dev-java/sax-2.2.1-r5 b/metadata/md5-cache/dev-java/sax-2.2.1-r5 index 34803d8fc3ed..79d033ff8118 100644 --- a/metadata/md5-cache/dev-java/sax-2.2.1-r5 +++ b/metadata/md5-cache/dev-java/sax-2.2.1-r5 @@ -11,5 +11,5 @@ LICENSE=public-domain RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://downloads.sourceforge.net/sax/sax2r3.zip -> sax-2.2.1.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=bfb0d4fe5ae6388069e84d5c7cffe89b diff --git a/metadata/md5-cache/dev-java/saxon-9.2.0.6-r6 b/metadata/md5-cache/dev-java/saxon-9.2.0.6-r6 index 7003c2f35f30..56aae7fbd8ff 100644 --- a/metadata/md5-cache/dev-java/saxon-9.2.0.6-r6 +++ b/metadata/md5-cache/dev-java/saxon-9.2.0.6-r6 @@ -11,5 +11,5 @@ LICENSE=MPL-1.0 RDEPEND=>=dev-java/dom4j-2.2.0:0 dev-java/jdom:0 dev-java/xom:0 >=virtual/jre-1.8:* ant-task? ( >=dev-java/ant-1.10.14-r3:0 ) >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=9 SRC_URI=https://downloads.sourceforge.net/saxon/Saxon-HE/9.2/saxonhe9-2-0-6source.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=5127cc1999b2183c8d57cef5c7f20c17 diff --git a/metadata/md5-cache/dev-java/sbt-0.13.18-r1 b/metadata/md5-cache/dev-java/sbt-0.13.18-r1 index f32a5650ae2b..af15b5decaae 100644 --- a/metadata/md5-cache/dev-java/sbt-0.13.18-r1 +++ b/metadata/md5-cache/dev-java/sbt-0.13.18-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 RESTRICT=test SLOT=0 SRC_URI=!binary? ( https://github.com/sbt/sbt/archive/v0.13.18.tar.gz -> sbt-0.13.18.tar.gz https://dev.gentoo.org/~gienah/snapshots/sbt-0.13.18-ivy2-deps.tar.xz https://dev.gentoo.org/~gienah/snapshots/sbt-0.13.18-sbt-deps.tar.xz https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.18/sbt-launch.jar -> sbt-launch-0.13.18.jar ) binary? ( https://dev.gentoo.org/~gienah/distfiles/sbt-0.13.18-gentoo-binary.tar.xz ) -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=e82e61a080186ec479df867da1ac3e20 diff --git a/metadata/md5-cache/dev-java/sbt-bin-1.8.0 b/metadata/md5-cache/dev-java/sbt-bin-1.8.0 index 0ef36b91b176..d2ee3361e6cc 100644 --- a/metadata/md5-cache/dev-java/sbt-bin-1.8.0 +++ b/metadata/md5-cache/dev-java/sbt-bin-1.8.0 @@ -9,5 +9,5 @@ LICENSE=BSD RDEPEND=>=virtual/jre-1.8 !dev-java/sbt >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://github.com/sbt/sbt/releases/download/v1.8.0/sbt-1.8.0.tgz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=ba3c6b0a62b1990a5598ea3f881105a0 diff --git a/metadata/md5-cache/dev-java/scram-3.1 b/metadata/md5-cache/dev-java/scram-3.1 index cf74174ba6fc..fe7abecd120d 100644 --- a/metadata/md5-cache/dev-java/scram-3.1 +++ b/metadata/md5-cache/dev-java/scram-3.1 @@ -11,5 +11,5 @@ RDEPEND=dev-java/jetbrains-annotations:0 >=dev-java/stringprep-2.2:0 >=virtual/j RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=https://github.com/ongres/scram/archive/3.1.tar.gz -> scram-3.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=b22d623e7e363f5e11bf8cc81261c238 diff --git a/metadata/md5-cache/dev-java/scram-3.2 b/metadata/md5-cache/dev-java/scram-3.2 new file mode 100644 index 000000000000..d6cae341d88e --- /dev/null +++ b/metadata/md5-cache/dev-java/scram-3.2 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install preinst prepare setup test +DEPEND=>=dev-java/jetbrains-annotations-26.0.2.1:0 >=dev-java/stringprep-2.2:0 dev-java/findbugs-annotations:0 dev-java/jsr305:0 >=virtual/jdk-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) test? ( dev-java/junit:5 ) +DESCRIPTION=SCRAM (RFC 5802) Java implementation +EAPI=8 +HOMEPAGE=https://github.com/ongres/scram +INHERIT=java-pkg-2 java-pkg-simple junit5 +IUSE=doc source test +KEYWORDS=~amd64 +LICENSE=BSD +RDEPEND=>=dev-java/jetbrains-annotations-26.0.2.1:0 >=dev-java/stringprep-2.2:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/ongres/scram/archive/3.2.tar.gz -> scram-3.2.tar.gz +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e +_md5_=bd67c9c62689dbbbc88910119cb4db05 diff --git a/metadata/md5-cache/dev-java/shrinkwrap-api-1.2.6 b/metadata/md5-cache/dev-java/shrinkwrap-api-1.2.6 index 0dca1f97d3ae..2081fd138062 100644 --- a/metadata/md5-cache/dev-java/shrinkwrap-api-1.2.6 +++ b/metadata/md5-cache/dev-java/shrinkwrap-api-1.2.6 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/shrinkwrap/shrinkwrap/archive/1.2.6.tar.gz -> shrinkwrap-1.2.6.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=1bb1f1d3b4dcedc2e6ec13b444b24240 diff --git a/metadata/md5-cache/dev-java/shrinkwrap-impl-base-1.2.6 b/metadata/md5-cache/dev-java/shrinkwrap-impl-base-1.2.6 index fb1002ed907b..382073a901ac 100644 --- a/metadata/md5-cache/dev-java/shrinkwrap-impl-base-1.2.6 +++ b/metadata/md5-cache/dev-java/shrinkwrap-impl-base-1.2.6 @@ -11,5 +11,5 @@ RDEPEND=dev-java/jakarta-activation:1 ~dev-java/shrinkwrap-api-1.2.6:0 ~dev-java RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/shrinkwrap/shrinkwrap/archive/1.2.6.tar.gz -> shrinkwrap-1.2.6.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=af5c7fa66b8f11574dc4411329b2a62f diff --git a/metadata/md5-cache/dev-java/shrinkwrap-spi-1.2.6-r1 b/metadata/md5-cache/dev-java/shrinkwrap-spi-1.2.6-r1 index 46821df730c7..9080788cd9a8 100644 --- a/metadata/md5-cache/dev-java/shrinkwrap-spi-1.2.6-r1 +++ b/metadata/md5-cache/dev-java/shrinkwrap-spi-1.2.6-r1 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=~dev-java/shrinkwrap-api-1.2.6:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/shrinkwrap/shrinkwrap/archive/1.2.6.tar.gz -> shrinkwrap-1.2.6.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=6fc1a3e925eb61f86d4fc85f0f570537 diff --git a/metadata/md5-cache/dev-java/sjsxp-1.0.2 b/metadata/md5-cache/dev-java/sjsxp-1.0.2 index 925f08880997..74be83a9fbcb 100644 --- a/metadata/md5-cache/dev-java/sjsxp-1.0.2 +++ b/metadata/md5-cache/dev-java/sjsxp-1.0.2 @@ -11,5 +11,5 @@ LICENSE=GPL-2 RDEPEND=dev-java/xpp3:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://repo1.maven.org/maven2/com/sun/xml/stream/sjsxp/1.0.2/sjsxp-1.0.2-sources.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=5992d910dc11e9e496655e75bb7e9b80 diff --git a/metadata/md5-cache/dev-java/slf4j-api-2.0.3 b/metadata/md5-cache/dev-java/slf4j-api-2.0.3 index 93efde1ce7aa..8d7e0ed54a71 100644 --- a/metadata/md5-cache/dev-java/slf4j-api-2.0.3 +++ b/metadata/md5-cache/dev-java/slf4j-api-2.0.3 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/qos-ch/slf4j/archive/v_2.0.3.tar.gz -> slf4j-2.0.3.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=5674abb53501999c42ce5844a2649a13 diff --git a/metadata/md5-cache/dev-java/slf4j-ext-2.0.3 b/metadata/md5-cache/dev-java/slf4j-ext-2.0.3 index 23787b749bb0..9712ff90ae4d 100644 --- a/metadata/md5-cache/dev-java/slf4j-ext-2.0.3 +++ b/metadata/md5-cache/dev-java/slf4j-ext-2.0.3 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* dev-java/cal10n:0 dev-java/javassist:3 ~dev-java/slf RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/qos-ch/slf4j/archive/v_2.0.3.tar.gz -> slf4j-2.0.3.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=9b367f207556d85a345216ec94601037 diff --git a/metadata/md5-cache/dev-java/slf4j-nop-2.0.3 b/metadata/md5-cache/dev-java/slf4j-nop-2.0.3 index 9401d257a4b9..29737280a2b7 100644 --- a/metadata/md5-cache/dev-java/slf4j-nop-2.0.3 +++ b/metadata/md5-cache/dev-java/slf4j-nop-2.0.3 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* ~dev-java/slf4j-api-2.0.3:0 >=dev-java/java-config-2 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/qos-ch/slf4j/archive/v_2.0.3.tar.gz -> slf4j-2.0.3.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=5d020161411bea62dbf624c686b0ded5 diff --git a/metadata/md5-cache/dev-java/slf4j-reload4j-2.0.3 b/metadata/md5-cache/dev-java/slf4j-reload4j-2.0.3 index f02a7bb8a103..ecd989b88179 100644 --- a/metadata/md5-cache/dev-java/slf4j-reload4j-2.0.3 +++ b/metadata/md5-cache/dev-java/slf4j-reload4j-2.0.3 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* dev-java/reload4j:0 ~dev-java/slf4j-api-2.0.3:0 >=de RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/qos-ch/slf4j/archive/v_2.0.3.tar.gz -> slf4j-2.0.3.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=7f46a16d38f2e61a235a2337bd16573c diff --git a/metadata/md5-cache/dev-java/slf4j-simple-2.0.3 b/metadata/md5-cache/dev-java/slf4j-simple-2.0.3 index 4753711191ba..1822295eaa80 100644 --- a/metadata/md5-cache/dev-java/slf4j-simple-2.0.3 +++ b/metadata/md5-cache/dev-java/slf4j-simple-2.0.3 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* ~dev-java/slf4j-api-2.0.3:0 >=dev-java/java-config-2 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/qos-ch/slf4j/archive/v_2.0.3.tar.gz -> slf4j-2.0.3.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=2ae3614e6c9850b4588f422fd957049d diff --git a/metadata/md5-cache/dev-java/snakeyaml-1.33-r1 b/metadata/md5-cache/dev-java/snakeyaml-1.33-r1 index e0fe2b488c49..491efe1461cb 100644 --- a/metadata/md5-cache/dev-java/snakeyaml-1.33-r1 +++ b/metadata/md5-cache/dev-java/snakeyaml-1.33-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=1 SRC_URI=https://bitbucket.org/snakeyaml/snakeyaml/get/snakeyaml-1.33.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=db0322218dacaf1fce83beabfabbdf88 diff --git a/metadata/md5-cache/dev-java/snakeyaml-2.5 b/metadata/md5-cache/dev-java/snakeyaml-2.5 index 2b25c07d3a39..abd228194902 100644 --- a/metadata/md5-cache/dev-java/snakeyaml-2.5 +++ b/metadata/md5-cache/dev-java/snakeyaml-2.5 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://bitbucket.org/snakeyaml/snakeyaml/get/snakeyaml-2.5.tar.gz test? ( https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.30/lombok-1.18.30.jar ) -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=a1a691517b79acfd2aac21a20f4f9b4c diff --git a/metadata/md5-cache/dev-java/snappy-java-1.1.10.8 b/metadata/md5-cache/dev-java/snappy-java-1.1.10.8 index 22882f2a70ce..ef04e0510de9 100644 --- a/metadata/md5-cache/dev-java/snappy-java-1.1.10.8 +++ b/metadata/md5-cache/dev-java/snappy-java-1.1.10.8 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* dev-java/osgi-core:0 app-arch/snappy >=dev-libs/bits RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/xerial/snappy-java/archive/v1.1.10.8.tar.gz -> snappy-java-1.1.10.8.tar.gz test? ( https://repo1.maven.org/maven2/org/apache/hadoop/hadoop-common/3.3.5/hadoop-common-3.3.5.jar ) -_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c edo a5e294016aa84979fcb2459749eb80b2 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c edo a5e294016aa84979fcb2459749eb80b2 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=a266aff9fb4841f0f2eaf5a3e7b13331 diff --git a/metadata/md5-cache/dev-java/sparsebitset-1.3 b/metadata/md5-cache/dev-java/sparsebitset-1.3 index bd93725f2d55..1d930fb1b981 100644 --- a/metadata/md5-cache/dev-java/sparsebitset-1.3 +++ b/metadata/md5-cache/dev-java/sparsebitset-1.3 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/brettwooldridge/SparseBitSet/archive/SparseBitSet-1.3.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=62abd381cfd385abf89574030afd391c diff --git a/metadata/md5-cache/dev-java/stax2-api-4.2.2 b/metadata/md5-cache/dev-java/stax2-api-4.2.2 index 1880826ab329..017dca952309 100644 --- a/metadata/md5-cache/dev-java/stax2-api-4.2.2 +++ b/metadata/md5-cache/dev-java/stax2-api-4.2.2 @@ -10,5 +10,5 @@ LICENSE=BSD-2 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/FasterXML/stax2-api/archive/stax2-api-4.2.2.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=11b979c1b05bff33522796534502d35d diff --git a/metadata/md5-cache/dev-java/stringprep-2.2 b/metadata/md5-cache/dev-java/stringprep-2.2 index c0ac124ae0b9..9b24a45074c0 100644 --- a/metadata/md5-cache/dev-java/stringprep-2.2 +++ b/metadata/md5-cache/dev-java/stringprep-2.2 @@ -10,5 +10,5 @@ LICENSE=BSD-2 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/ongres/stringprep/archive/2.2.tar.gz -> stringprep-2.2.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=dd274107c7eede38ab6b93fcdf5fcd20 diff --git a/metadata/md5-cache/dev-java/stringtemplate-3.2.1-r3 b/metadata/md5-cache/dev-java/stringtemplate-3.2.1-r3 index d158afe19214..8f8aa59a3cdb 100644 --- a/metadata/md5-cache/dev-java/stringtemplate-3.2.1-r3 +++ b/metadata/md5-cache/dev-java/stringtemplate-3.2.1-r3 @@ -11,5 +11,5 @@ RDEPEND=dev-java/antlr:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 sou RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/antlr/stringtemplate3/archive/68f2a42e8038f8e716e9666909ea485ee8aff45a.tar.gz -> stringtemplate-3.2.1.tar.gz https://sources.debian.org/data/main/s/stringtemplate/3.2.1-4/debian/patches/java21-compatibility.patch -> stringtemplate-3.2.1-4-java21-compatibility.patch -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=9534f81fba9c66105adcfd0824797409 diff --git a/metadata/md5-cache/dev-java/stringtemplate-4.3.4 b/metadata/md5-cache/dev-java/stringtemplate-4.3.4 index 474058e407a6..c746d60f30bb 100644 --- a/metadata/md5-cache/dev-java/stringtemplate-4.3.4 +++ b/metadata/md5-cache/dev-java/stringtemplate-4.3.4 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* dev-java/antlr-runtime:3.5 >=dev-java/java-config-2. RESTRICT=!test? ( test ) SLOT=4 SRC_URI=https://repo1.maven.org/maven2/org/antlr/ST4/4.3.4/ST4-4.3.4-sources.jar https://github.com/antlr/stringtemplate4/archive/ST4-4.3.4.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=cd0234d6844411ed415d53809539b739 diff --git a/metadata/md5-cache/dev-java/sun-jai-bin-1.1.3-r3 b/metadata/md5-cache/dev-java/sun-jai-bin-1.1.3-r3 index a417f0328de9..502a64633518 100644 --- a/metadata/md5-cache/dev-java/sun-jai-bin-1.1.3-r3 +++ b/metadata/md5-cache/dev-java/sun-jai-bin-1.1.3-r3 @@ -10,5 +10,5 @@ RDEPEND=virtual/jre:1.8 >=dev-java/java-config-2.2.0-r3 RESTRICT=bindist mirror SLOT=0 SRC_URI=!amd64? ( https://download.java.net/media/jai/builds/release/1_1_3/jai-1_1_3-lib-linux-i586.tar.gz ) amd64? ( https://download.java.net/media/jai/builds/release/1_1_3/jai-1_1_3-lib-linux-amd64.tar.gz ) -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=94c15fc89d81118e08106348e33cd66e diff --git a/metadata/md5-cache/dev-java/swing-layout-1.0.4-r3 b/metadata/md5-cache/dev-java/swing-layout-1.0.4-r3 index f189154c2cc2..7a1ea1f4db09 100644 --- a/metadata/md5-cache/dev-java/swing-layout-1.0.4-r3 +++ b/metadata/md5-cache/dev-java/swing-layout-1.0.4-r3 @@ -11,5 +11,5 @@ LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=1 SRC_URI=mirror://gentoo/swing-layout-1.0.4-src.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=ebc49131fc463cb1977ab6989de5feba diff --git a/metadata/md5-cache/dev-java/swt-4.10-r4 b/metadata/md5-cache/dev-java/swt-4.10-r4 index 31af0652ea31..5146c10ea83e 100644 --- a/metadata/md5-cache/dev-java/swt-4.10-r4 +++ b/metadata/md5-cache/dev-java/swt-4.10-r4 @@ -11,5 +11,5 @@ LICENSE=CPL-1.0 LGPL-2.1 MPL-1.1 RDEPEND=app-accessibility/at-spi2-core:2 dev-libs/glib >=x11-libs/gtk+-2.6.8:2 x11-libs/libXtst cairo? ( x11-libs/cairo ) opengl? ( virtual/glu virtual/opengl ) webkit? ( net-libs/webkit-gtk:4 ) >=virtual/jre-1.8:* x11-libs/libX11 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=4.10 SRC_URI=amd64? ( https://archive.eclipse.org/eclipse/downloads/drops4/R-4.10-201812060815/swt-4.10-gtk-linux-x86_64.zip ) ppc64? ( https://archive.eclipse.org/eclipse/downloads/drops4/R-4.10-201812060815/swt-4.10-gtk-linux-ppc64le.zip ) -_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-osgi 83a8e8f3c7c84a76e5e52536c2e35096 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-osgi 83a8e8f3c7c84a76e5e52536c2e35096 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=61778c8aef9c2e8af95bdf148ee23973 diff --git a/metadata/md5-cache/dev-java/swt-4.29-r1 b/metadata/md5-cache/dev-java/swt-4.29-r1 index 3358ba0e7b71..e0560829d16f 100644 --- a/metadata/md5-cache/dev-java/swt-4.29-r1 +++ b/metadata/md5-cache/dev-java/swt-4.29-r1 @@ -11,5 +11,5 @@ LICENSE=CPL-1.0 LGPL-2.1 MPL-1.1 RDEPEND=app-accessibility/at-spi2-core:2 dev-libs/glib x11-libs/gtk+:3 x11-libs/libXtst cairo? ( x11-libs/cairo ) opengl? ( virtual/glu virtual/opengl ) webkit? ( net-libs/webkit-gtk:4.1 ) >=virtual/jre-1.8:* x11-libs/libX11 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=4.27 SRC_URI=amd64? ( https://archive.eclipse.org/eclipse/downloads/drops4/R-4.29-202309031000/swt-4.29-gtk-linux-x86_64.zip ) arm64? ( https://archive.eclipse.org/eclipse/downloads/drops4/R-4.29-202309031000/swt-4.29-gtk-linux-aarch64.zip ) ppc64? ( https://archive.eclipse.org/eclipse/downloads/drops4/R-4.29-202309031000/swt-4.29-gtk-linux-ppc64le.zip ) -_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=aa6de025e8b957006a6ed3efc9bc832f diff --git a/metadata/md5-cache/dev-java/swt-4.37 b/metadata/md5-cache/dev-java/swt-4.37 index 3ab3375279a0..8084e2324123 100644 --- a/metadata/md5-cache/dev-java/swt-4.37 +++ b/metadata/md5-cache/dev-java/swt-4.37 @@ -11,5 +11,5 @@ LICENSE=CPL-1.0 LGPL-2.1 MPL-1.1 RDEPEND=app-accessibility/at-spi2-core:2 dev-libs/glib x11-libs/gtk+:3 x11-libs/libXtst cairo? ( x11-libs/cairo ) opengl? ( virtual/glu virtual/opengl ) webkit? ( net-libs/webkit-gtk:4.1 ) >=virtual/jre-17:* x11-libs/libX11 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=amd64? ( https://download.eclipse.org/eclipse/downloads/drops4/R-4.37-202509050730/swt-4.37-gtk-linux-x86_64.zip ) arm64? ( https://download.eclipse.org/eclipse/downloads/drops4/R-4.37-202509050730/swt-4.37-gtk-linux-aarch64.zip ) ppc64? ( https://download.eclipse.org/eclipse/downloads/drops4/R-4.37-202509050730/swt-4.37-gtk-linux-ppc64le.zip ) riscv? ( https://download.eclipse.org/eclipse/downloads/drops4/R-4.37-202509050730/swt-4.37-gtk-linux-riscv64.zip ) -_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=d01c1266b5614b2488c7c52345ac1db8 diff --git a/metadata/md5-cache/dev-java/swt-4.38 b/metadata/md5-cache/dev-java/swt-4.38 index dff1088ea82d..8b17a1285edf 100644 --- a/metadata/md5-cache/dev-java/swt-4.38 +++ b/metadata/md5-cache/dev-java/swt-4.38 @@ -11,5 +11,5 @@ LICENSE=CPL-1.0 LGPL-2.1 MPL-1.1 RDEPEND=app-accessibility/at-spi2-core:2 dev-libs/glib x11-libs/gtk+:3[wayland] x11-libs/libXtst cairo? ( x11-libs/cairo ) opengl? ( virtual/glu virtual/opengl ) webkit? ( net-libs/webkit-gtk:4.1 ) >=virtual/jre-17:* x11-libs/libX11 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=amd64? ( https://download.eclipse.org/eclipse/downloads/drops4/R-4.38-202512010920/swt-4.38-gtk-linux-x86_64.zip ) arm64? ( https://download.eclipse.org/eclipse/downloads/drops4/R-4.38-202512010920/swt-4.38-gtk-linux-aarch64.zip ) ppc64? ( https://download.eclipse.org/eclipse/downloads/drops4/R-4.38-202512010920/swt-4.38-gtk-linux-ppc64le.zip ) riscv? ( https://download.eclipse.org/eclipse/downloads/drops4/R-4.38-202512010920/swt-4.38-gtk-linux-riscv64.zip ) -_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=a2b83935336db023da2bf472457ad1d9 diff --git a/metadata/md5-cache/dev-java/system-rules-1.19.0 b/metadata/md5-cache/dev-java/system-rules-1.19.0 index 4cc8b8844148..8e0983a41376 100644 --- a/metadata/md5-cache/dev-java/system-rules-1.19.0 +++ b/metadata/md5-cache/dev-java/system-rules-1.19.0 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* dev-java/junit:4 >=dev-java/java-config-2.2.0-r3 sou RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/stefanbirkner/system-rules/archive/system-rules-1.19.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=e9c53df0e4f14e2cc2478713e2610a31 diff --git a/metadata/md5-cache/dev-java/tapestry-json-5.8.7-r1 b/metadata/md5-cache/dev-java/tapestry-json-5.8.7-r1 index 07ec39bbe276..b5edbfbde23f 100644 --- a/metadata/md5-cache/dev-java/tapestry-json-5.8.7-r1 +++ b/metadata/md5-cache/dev-java/tapestry-json-5.8.7-r1 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://downloads.apache.org/tapestry/apache-tapestry-5.8.7-sources.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=14c3ddf2a171e5a52db8f9bf2f22bdf7 diff --git a/metadata/md5-cache/dev-java/testng-6.11-r3 b/metadata/md5-cache/dev-java/testng-6.11-r3 index e3cbb4cbfb79..bc38ac3cd832 100644 --- a/metadata/md5-cache/dev-java/testng-6.11-r3 +++ b/metadata/md5-cache/dev-java/testng-6.11-r3 @@ -12,5 +12,5 @@ RDEPEND=>=dev-java/ant-1.10.14-r3:0 dev-java/bsh:0 dev-java/guice:4 dev-java/jco RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/testng-team/testng/archive/6.11.tar.gz -> testng-6.11.tar.gz https://repo1.maven.org/maven2/org/webjars/jquery/3.5.1/jquery-3.5.1.jar test? ( https://repo1.maven.org/maven2/org/spockframework/spock-core/1.0-groovy-2.4/spock-core-1.0-groovy-2.4.jar https://repo1.maven.org/maven2/org/codehaus/groovy/groovy-all/2.4.7/groovy-all-2.4.7.jar https://downloads.apache.org/groovy/2.4.21/distribution/apache-groovy-binary-2.4.21.zip ) -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=e8c4731581bacf459f61e02ddff91efc diff --git a/metadata/md5-cache/dev-java/testng-7.11.0 b/metadata/md5-cache/dev-java/testng-7.11.0 index 54f80ae9088a..5cbb5ab94019 100644 --- a/metadata/md5-cache/dev-java/testng-7.11.0 +++ b/metadata/md5-cache/dev-java/testng-7.11.0 @@ -12,5 +12,5 @@ RDEPEND=>=dev-java/guice-7.0.0:0 >=dev-java/jcommander-1.83:0 dev-java/slf4j-api RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/testng-team/testng/archive/7.11.0.tar.gz -> testng-7.11.0.tar.gz https://repo1.maven.org/maven2/org/webjars/jquery/3.7.1/jquery-3.7.1.jar test? ( mirror://apache/groovy/5.0.2/distribution/apache-groovy-binary-5.0.2.zip https://github.com/JetBrains/kotlin/releases/download/v2.2.0/kotlin-compiler-2.2.0.zip https://repo1.maven.org/maven2/in/jlibs/jlibs-core/3.0.1/jlibs-core-3.0.1.jar https://repo1.maven.org/maven2/org/codehaus/groovy/groovy/3.0.22/groovy-3.0.22.jar ) -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=954bb2b19cac245bc89e56cda78ed324 diff --git a/metadata/md5-cache/dev-java/testparameterinjector-1.19 b/metadata/md5-cache/dev-java/testparameterinjector-1.19 index a77612e07b4e..52fce8c22891 100644 --- a/metadata/md5-cache/dev-java/testparameterinjector-1.19 +++ b/metadata/md5-cache/dev-java/testparameterinjector-1.19 @@ -11,5 +11,5 @@ RDEPEND=dev-java/auto-value:0 >=dev-java/guava-33.5.0:0 dev-java/jsr305:0 dev-ja RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/google/TestParameterInjector/archive//v1.19.tar.gz -> testparameterinjector-1.19.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=bcf8ddb0d453ae8779400c46008ba81b diff --git a/metadata/md5-cache/dev-java/tomcat-native-1.3.1 b/metadata/md5-cache/dev-java/tomcat-native-1.3.1 index b9e7d8bf70c1..f4ee3f947150 100644 --- a/metadata/md5-cache/dev-java/tomcat-native-1.3.1 +++ b/metadata/md5-cache/dev-java/tomcat-native-1.3.1 @@ -12,5 +12,5 @@ RDEPEND=dev-libs/apr:1= dev-libs/openssl:0/3 >=virtual/jre-1.8:* >=dev-java/java RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/tomcat/tomcat-connectors/native/1.3.1/source/tomcat-native-1.3.1-src.tar.gz verify-sig? ( https://downloads.apache.org/tomcat/tomcat-connectors/native/1.3.1/source/tomcat-native-1.3.1-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=05cd8c4689b86565494297e2b18ae0d7 diff --git a/metadata/md5-cache/dev-java/tomcat-native-1.3.5 b/metadata/md5-cache/dev-java/tomcat-native-1.3.5 index f52131dc675f..6454cc20a7a5 100644 --- a/metadata/md5-cache/dev-java/tomcat-native-1.3.5 +++ b/metadata/md5-cache/dev-java/tomcat-native-1.3.5 @@ -12,5 +12,5 @@ RDEPEND=dev-libs/apr:1= dev-libs/openssl:0/3 >=virtual/jre-1.8:* >=dev-java/java RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/tomcat/tomcat-connectors/native/1.3.5/source/tomcat-native-1.3.5-src.tar.gz verify-sig? ( mirror://apache/tomcat/tomcat-connectors/native/1.3.5/source/tomcat-native-1.3.5-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=f6a8c98f9a0cb5f6515ac888d75d69bd diff --git a/metadata/md5-cache/dev-java/tomcat-native-2.0.12 b/metadata/md5-cache/dev-java/tomcat-native-2.0.12 index 6ddcc3274976..2779418a8216 100644 --- a/metadata/md5-cache/dev-java/tomcat-native-2.0.12 +++ b/metadata/md5-cache/dev-java/tomcat-native-2.0.12 @@ -12,5 +12,5 @@ RDEPEND=dev-libs/apr:1= dev-libs/openssl:0/3 >=virtual/jre-1.8:* >=dev-java/java RESTRICT=!test? ( test ) SLOT=2 SRC_URI=mirror://apache/tomcat/tomcat-connectors/native/2.0.12/source/tomcat-native-2.0.12-src.tar.gz verify-sig? ( mirror://apache/tomcat/tomcat-connectors/native/2.0.12/source/tomcat-native-2.0.12-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=9ffc1b0903d6d8be1779b6fdb8697d50 diff --git a/metadata/md5-cache/dev-java/tomcat-native-2.0.9-r1 b/metadata/md5-cache/dev-java/tomcat-native-2.0.9-r1 index c806dd94e5a8..4b2a81498533 100644 --- a/metadata/md5-cache/dev-java/tomcat-native-2.0.9-r1 +++ b/metadata/md5-cache/dev-java/tomcat-native-2.0.9-r1 @@ -12,5 +12,5 @@ RDEPEND=dev-libs/apr:1= dev-libs/openssl:0/3 >=virtual/jre-1.8:* >=dev-java/java RESTRICT=!test? ( test ) SLOT=2 SRC_URI=mirror://apache/tomcat/tomcat-connectors/native/2.0.9/source/tomcat-native-2.0.9-src.tar.gz verify-sig? ( https://downloads.apache.org/tomcat/tomcat-connectors/native/2.0.9/source/tomcat-native-2.0.9-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=bdea427012be1b369cb384e5ea8f9963 diff --git a/metadata/md5-cache/dev-java/tomcat-servlet-api-4.1.40-r1 b/metadata/md5-cache/dev-java/tomcat-servlet-api-4.1.40-r1 index 66935dda90f5..fd443c9ed4a3 100644 --- a/metadata/md5-cache/dev-java/tomcat-servlet-api-4.1.40-r1 +++ b/metadata/md5-cache/dev-java/tomcat-servlet-api-4.1.40-r1 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=2.3 SRC_URI=https://archive.apache.org/dist/tomcat/tomcat-4/v4.1.40/src/apache-tomcat-4.1.40-src.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=ccf769077602e8225ac851a494ee66ac diff --git a/metadata/md5-cache/dev-java/treelayout-1.0.3-r1 b/metadata/md5-cache/dev-java/treelayout-1.0.3-r1 index 34cd9b28750d..0850fc41a58b 100644 --- a/metadata/md5-cache/dev-java/treelayout-1.0.3-r1 +++ b/metadata/md5-cache/dev-java/treelayout-1.0.3-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/abego/treelayout/archive/v1.0.3.tar.gz -> treelayout-1.0.3.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=3f0703402fe817cb830ccc0599b8542a diff --git a/metadata/md5-cache/dev-java/truth-1.4.5 b/metadata/md5-cache/dev-java/truth-1.4.5 index 467742307222..f94179d9be90 100644 --- a/metadata/md5-cache/dev-java/truth-1.4.5 +++ b/metadata/md5-cache/dev-java/truth-1.4.5 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/google/truth/archive/v1.4.5.tar.gz -> truth-1.4.5.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=e98e2d4e96df2649b094f6e55e479e9e diff --git a/metadata/md5-cache/dev-java/txw2-2.3.8-r1 b/metadata/md5-cache/dev-java/txw2-2.3.8-r1 index 77b5a51e1b7c..c000cb8922ed 100644 --- a/metadata/md5-cache/dev-java/txw2-2.3.8-r1 +++ b/metadata/md5-cache/dev-java/txw2-2.3.8-r1 @@ -10,5 +10,5 @@ LICENSE=EPL-1.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=2 SRC_URI=https://github.com/eclipse-ee4j/jaxb-ri/archive/2.3.8-RI.tar.gz -> jaxb-ri-2.3.8.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=da6306a3b29a8e3339c955eadb1166ab diff --git a/metadata/md5-cache/dev-java/typesafe-config-1.4.5 b/metadata/md5-cache/dev-java/typesafe-config-1.4.5 index 8c5fbf74d0fa..b78907cabfd5 100644 --- a/metadata/md5-cache/dev-java/typesafe-config-1.4.5 +++ b/metadata/md5-cache/dev-java/typesafe-config-1.4.5 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/lightbend/config/archive/v1.4.5.tar.gz -> typesafe-config-1.4.5.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=9f19df81342a723d62a2aaa49cf73027 diff --git a/metadata/md5-cache/dev-java/unbescape-1.1.6 b/metadata/md5-cache/dev-java/unbescape-1.1.6 index d999fc0e38ec..fc2ffb505ccf 100644 --- a/metadata/md5-cache/dev-java/unbescape-1.1.6 +++ b/metadata/md5-cache/dev-java/unbescape-1.1.6 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/unbescape/unbescape/archive/unbescape-1.1.6.RELEASE.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=4911ef336b87231fcfc2e4f5ce6b5f2c diff --git a/metadata/md5-cache/dev-java/univocity-parsers-2.9.1 b/metadata/md5-cache/dev-java/univocity-parsers-2.9.1 index f073d36f56b0..d65c7f66d217 100644 --- a/metadata/md5-cache/dev-java/univocity-parsers-2.9.1 +++ b/metadata/md5-cache/dev-java/univocity-parsers-2.9.1 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/uniVocity/univocity-parsers/archive/refs/tags/v2.9.1.tar.gz -> univocity-parsers-2.9.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=5186cfe17febd7a2a79217854ebaf5b3 diff --git a/metadata/md5-cache/dev-java/velocity-2.4.1 b/metadata/md5-cache/dev-java/velocity-2.4.1 index a0c9ad52c600..d64722bd900b 100644 --- a/metadata/md5-cache/dev-java/velocity-2.4.1 +++ b/metadata/md5-cache/dev-java/velocity-2.4.1 @@ -12,5 +12,5 @@ RDEPEND=dev-java/commons-lang:3.6 dev-java/slf4j-api:0 >=virtual/jre-1.8:* >=dev RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/apache/velocity-engine/archive/2.4.1.tar.gz -> velocity-2.4.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=3e1963eb7476bff57dd3519154a6a416 diff --git a/metadata/md5-cache/dev-java/waffle-jna-3.3.0-r1 b/metadata/md5-cache/dev-java/waffle-jna-3.3.0-r1 index dc655e986e3a..9d2046401a45 100644 --- a/metadata/md5-cache/dev-java/waffle-jna-3.3.0-r1 +++ b/metadata/md5-cache/dev-java/waffle-jna-3.3.0-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=https://github.com/Waffle/waffle/archive/waffle-parent-3.3.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=427104716ae48c2030c563d94ce6463a diff --git a/metadata/md5-cache/dev-java/waffle-jna-3.5.1 b/metadata/md5-cache/dev-java/waffle-jna-3.5.1 new file mode 100644 index 000000000000..ec3a12503461 --- /dev/null +++ b/metadata/md5-cache/dev-java/waffle-jna-3.5.1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install preinst prepare setup test +DEPEND=>=dev-java/caffeine-2.9.3:0 >=dev-java/checker-framework-qual-3.52.1:0 dev-java/jakarta-servlet-api:4 >=dev-java/jna-5.18.1:0 >=dev-java/slf4j-api-2.0.3:0 >=virtual/jdk-1.8:* test? ( >=dev-java/assertj-core-3.27.6:0 >=dev-java/powermock-reflect-2.0.9:0 ) >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) test? ( dev-java/junit:5 ) +DESCRIPTION=Enable drop-in Windows Single Sign On for popular Java web servers +EAPI=8 +HOMEPAGE=https://waffle.github.io/waffle/ +INHERIT=java-pkg-2 java-pkg-simple junit5 +IUSE=doc source test +KEYWORDS=~amd64 +LICENSE=MIT +RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/Waffle/waffle/archive/waffle-3.5.1.tar.gz +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e +_md5_=57a14c2ba1d33af3555f3ef5a92d19b7 diff --git a/metadata/md5-cache/dev-java/woodstox-core-7.1.0 b/metadata/md5-cache/dev-java/woodstox-core-7.1.0 index 07d6a539feb4..d016fe0599e1 100644 --- a/metadata/md5-cache/dev-java/woodstox-core-7.1.0 +++ b/metadata/md5-cache/dev-java/woodstox-core-7.1.0 @@ -11,5 +11,5 @@ RDEPEND=dev-java/bnd-annotation:0 dev-java/msv:0 dev-java/osgi-core:0 dev-java/r RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/FasterXML/woodstox/archive/woodstox-core-7.1.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=fb7fabab0aa3b54c3de623bf52759bd5 diff --git a/metadata/md5-cache/dev-java/wsdl4j-1.6.3 b/metadata/md5-cache/dev-java/wsdl4j-1.6.3 index 1a7814390bd2..4139cf1931ff 100644 --- a/metadata/md5-cache/dev-java/wsdl4j-1.6.3 +++ b/metadata/md5-cache/dev-java/wsdl4j-1.6.3 @@ -11,5 +11,5 @@ LICENSE=CPL-1.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://downloads.sourceforge.net/project/wsdl4j/WSDL4J/1.6.3/wsdl4j-src-1.6.3.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=f7b9b07bcf530c4a2ed7e18967bce476 diff --git a/metadata/md5-cache/dev-java/xalan-2.7.3-r3 b/metadata/md5-cache/dev-java/xalan-2.7.3-r3 index 63d2e520dd93..07270bf1b74e 100644 --- a/metadata/md5-cache/dev-java/xalan-2.7.3-r3 +++ b/metadata/md5-cache/dev-java/xalan-2.7.3-r3 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=!x86? ( dev-java/javacup:0 ) dev-java/bcel:0 ~dev-java/xalan-serializer-2.7.3:0 dev-java/xerces:2 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/xalan/xalan-j/source/xalan-j_2_7_3-src.tar.gz verify-sig? ( https://downloads.apache.org/xalan/xalan-j/source/xalan-j_2_7_3-src.tar.gz.asc ) x86? ( https://www2.cs.tum.edu/projects/cup/releases/java-cup-bin-11b-20160615.tar.gz ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=292a34d04285b63df7519d1ba0f020d0 diff --git a/metadata/md5-cache/dev-java/xalan-serializer-2.7.3-r1 b/metadata/md5-cache/dev-java/xalan-serializer-2.7.3-r1 index 002fd31c23f7..206a84827879 100644 --- a/metadata/md5-cache/dev-java/xalan-serializer-2.7.3-r1 +++ b/metadata/md5-cache/dev-java/xalan-serializer-2.7.3-r1 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/xalan/xalan-j/source/xalan-j_2_7_3-src.tar.gz verify-sig? ( https://downloads.apache.org/xalan/xalan-j/source/xalan-j_2_7_3-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=07e9a1bb1e8915242ae8fbd7dda6f586 diff --git a/metadata/md5-cache/dev-java/xerces-2.12.2-r2 b/metadata/md5-cache/dev-java/xerces-2.12.2-r2 index ed26696d4fa1..0cbca60f5dd2 100644 --- a/metadata/md5-cache/dev-java/xerces-2.12.2-r2 +++ b/metadata/md5-cache/dev-java/xerces-2.12.2-r2 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=dev-java/xml-commons-external:1.4 dev-java/xml-commons-resolver:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=2 SRC_URI=mirror://apache/xerces/j/source/Xerces-J-src.2.12.2.tar.gz verify-sig? ( https://downloads.apache.org/xerces/j/source/Xerces-J-src.2.12.2.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=192dc713179fd1a701d93733dc388875 diff --git a/metadata/md5-cache/dev-java/xerial-core-2.1 b/metadata/md5-cache/dev-java/xerial-core-2.1 index e8b5bb96ecab..ec2e4d8a735f 100644 --- a/metadata/md5-cache/dev-java/xerial-core-2.1 +++ b/metadata/md5-cache/dev-java/xerial-core-2.1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/xerial/xerial-java/archive/2.1.tar.gz -> xerial-core-2.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=5ddf1822c69445ef381d38d97a5ff8cb diff --git a/metadata/md5-cache/dev-java/xml-commons-external-1.4.01-r3 b/metadata/md5-cache/dev-java/xml-commons-external-1.4.01-r3 index f225c9bfad2d..6c13f6cbc731 100644 --- a/metadata/md5-cache/dev-java/xml-commons-external-1.4.01-r3 +++ b/metadata/md5-cache/dev-java/xml-commons-external-1.4.01-r3 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=1.4 SRC_URI=https://repo1.maven.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01-sources.jar -> xml-commons-external-1.4.01.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=811602e59fbb31555c3af28eafb700ef diff --git a/metadata/md5-cache/dev-java/xml-commons-resolver-1.2-r3 b/metadata/md5-cache/dev-java/xml-commons-resolver-1.2-r3 index c0b73be961d8..a4ba28ba550e 100644 --- a/metadata/md5-cache/dev-java/xml-commons-resolver-1.2-r3 +++ b/metadata/md5-cache/dev-java/xml-commons-resolver-1.2-r3 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/xerces/xml-commons/xml-commons-resolver-1.2.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=650d67566c2a8754bb8cadc9478b94ca diff --git a/metadata/md5-cache/dev-java/xmlgraphics-commons-2.10 b/metadata/md5-cache/dev-java/xmlgraphics-commons-2.10 index fa1aabd8c71b..020a33064339 100644 --- a/metadata/md5-cache/dev-java/xmlgraphics-commons-2.10 +++ b/metadata/md5-cache/dev-java/xmlgraphics-commons-2.10 @@ -12,5 +12,5 @@ RDEPEND=dev-java/commons-io:1 dev-java/commons-logging:0 >=virtual/jre-1.8:* >=d RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/xmlgraphics/commons/source/xmlgraphics-commons-2.10-src.tar.gz verify-sig? ( https://downloads.apache.org/xmlgraphics/commons/source/xmlgraphics-commons-2.10-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=ffcb8f2db248c5a123cb9f3f671a53ce diff --git a/metadata/md5-cache/dev-java/xmlunit-1.6-r2 b/metadata/md5-cache/dev-java/xmlunit-1.6-r2 index 2251cec3853f..023f76898926 100644 --- a/metadata/md5-cache/dev-java/xmlunit-1.6-r2 +++ b/metadata/md5-cache/dev-java/xmlunit-1.6-r2 @@ -12,5 +12,5 @@ RDEPEND=dev-java/junit:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 sou RESTRICT=!test? ( test ) SLOT=1 SRC_URI=https://downloads.sourceforge.net/project/xmlunit/xmlunit%20for%20Java/XMLUnit%20for%20Java%201.6/xmlunit-1.6-src.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=29876a29eb7a42d2b19fd5a102acda46 diff --git a/metadata/md5-cache/dev-java/xmlunit-assertj-2.9.1 b/metadata/md5-cache/dev-java/xmlunit-assertj-2.9.1 index b618462e9c79..61f7a3611084 100644 --- a/metadata/md5-cache/dev-java/xmlunit-assertj-2.9.1 +++ b/metadata/md5-cache/dev-java/xmlunit-assertj-2.9.1 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=test !test? ( test ) SLOT=2 SRC_URI=https://github.com/xmlunit/xmlunit/releases/download/v2.9.1/xmlunit-2.9.1-src.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=c4f46ceeacd33773f2c97992279a95fe diff --git a/metadata/md5-cache/dev-java/xmlunit-core-2.11.0 b/metadata/md5-cache/dev-java/xmlunit-core-2.11.0 index b7492e3454e4..8122893fc624 100644 --- a/metadata/md5-cache/dev-java/xmlunit-core-2.11.0 +++ b/metadata/md5-cache/dev-java/xmlunit-core-2.11.0 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/xmlunit/xmlunit/archive/v2.11.0.tar.gz -> xmlunit-core-2.11.0.tar.gz test? ( https://github.com/xmlunit/test-resources/archive/67a7aa5ac345fa46bfcb5fc1154ed14807e3f87d.tar.gz -> xmlunit-test-resources-2.11.0.tar.gz ) -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=4b233e777e4519ab7c13aacc9af67176 diff --git a/metadata/md5-cache/dev-java/xmlunit-core-2.9.1 b/metadata/md5-cache/dev-java/xmlunit-core-2.9.1 index 715023fb21ea..d81a92fed3b0 100644 --- a/metadata/md5-cache/dev-java/xmlunit-core-2.9.1 +++ b/metadata/md5-cache/dev-java/xmlunit-core-2.9.1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* dev-java/jaxb-api:2 >=dev-java/java-config-2.2.0-r3 RESTRICT=!test? ( test ) SLOT=2 SRC_URI=https://github.com/xmlunit/xmlunit/releases/download/v2.9.1/xmlunit-2.9.1-src.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=a6a3a079a4a9797e160d078b6c8371a5 diff --git a/metadata/md5-cache/dev-java/xmlunit-matchers-2.9.1 b/metadata/md5-cache/dev-java/xmlunit-matchers-2.9.1 index 7f1f6e848252..89d70c56a027 100644 --- a/metadata/md5-cache/dev-java/xmlunit-matchers-2.9.1 +++ b/metadata/md5-cache/dev-java/xmlunit-matchers-2.9.1 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=test !test? ( test ) SLOT=2 SRC_URI=https://github.com/xmlunit/xmlunit/releases/download/v2.9.1/xmlunit-2.9.1-src.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=13708988ef03b08dd1c48c98714a5e57 diff --git a/metadata/md5-cache/dev-java/xmpbox-2.0.32 b/metadata/md5-cache/dev-java/xmpbox-2.0.32 index a963d97614d8..a6f5c440ea19 100644 --- a/metadata/md5-cache/dev-java/xmpbox-2.0.32 +++ b/metadata/md5-cache/dev-java/xmpbox-2.0.32 @@ -12,5 +12,5 @@ RDEPEND=dev-java/jaxb-api:2 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/pdfbox/2.0.32/pdfbox-2.0.32-src.zip verify-sig? ( https://downloads.apache.org/pdfbox/2.0.32/pdfbox-2.0.32-src.zip.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=23038866a80f28e2ba56bbb730b44f51 diff --git a/metadata/md5-cache/dev-java/xmpbox-3.0.6 b/metadata/md5-cache/dev-java/xmpbox-3.0.6 index 769a55e92ba1..d0bcc5b63178 100644 --- a/metadata/md5-cache/dev-java/xmpbox-3.0.6 +++ b/metadata/md5-cache/dev-java/xmpbox-3.0.6 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/pdfbox/3.0.6/pdfbox-3.0.6-src.zip verify-sig? ( https://downloads.apache.org/pdfbox/3.0.6/pdfbox-3.0.6-src.zip.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=e4ded49182e4242627e2306702de393f diff --git a/metadata/md5-cache/dev-java/xom-1.3.9 b/metadata/md5-cache/dev-java/xom-1.3.9 index 13f5146bd4d2..cbb33d9a7006 100644 --- a/metadata/md5-cache/dev-java/xom-1.3.9 +++ b/metadata/md5-cache/dev-java/xom-1.3.9 @@ -12,5 +12,5 @@ RDEPEND=dev-java/jaxen:1.2 dev-java/xerces:2 >=virtual/jre-1.8:* >=dev-java/java RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=https://github.com/elharo/xom/releases/download/v1.3.9/xom-1.3.9-src.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=d28c43c9764c458cb1548e8ff8aee109 diff --git a/metadata/md5-cache/dev-java/xpp2-2.1.10-r4 b/metadata/md5-cache/dev-java/xpp2-2.1.10-r4 index b3c12512db51..e236ce91bff7 100644 --- a/metadata/md5-cache/dev-java/xpp2-2.1.10-r4 +++ b/metadata/md5-cache/dev-java/xpp2-2.1.10-r4 @@ -11,5 +11,5 @@ RDEPEND=dev-java/xerces:2 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 so RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=https://web.archive.org/web/20130904173708/http://www.extreme.indiana.edu/xgws/xsoap/xpp/download/PullParser2/PullParser2.1.10.tgz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=787b100adeecee7d0250126b1d37ca8b diff --git a/metadata/md5-cache/dev-java/xpp3-1.1.4c-r6 b/metadata/md5-cache/dev-java/xpp3-1.1.4c-r6 index 16407611ba13..b0b03ba5abbb 100644 --- a/metadata/md5-cache/dev-java/xpp3-1.1.4c-r6 +++ b/metadata/md5-cache/dev-java/xpp3-1.1.4c-r6 @@ -10,5 +10,5 @@ LICENSE=Apache-1.1 IBM JDOM LGPL-2.1+ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://repo1.maven.org/maven2/xpp3/xpp3/1.1.4c/xpp3-1.1.4c-sources.jar -> xpp3-1.1.4c.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=ffcde07af4ed93b17e3458312bcf23c6 diff --git a/metadata/md5-cache/dev-java/xsdlib-2022.7-r1 b/metadata/md5-cache/dev-java/xsdlib-2022.7-r1 index c4406f5ff9bb..a452d3f84c63 100644 --- a/metadata/md5-cache/dev-java/xsdlib-2022.7-r1 +++ b/metadata/md5-cache/dev-java/xsdlib-2022.7-r1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* dev-java/relaxng-datatype:0 >=dev-java/java-config-2 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/xmlark/msv/archive/msv-2022.7.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=602ce1c5902d3cabad61952a7ceda7e8 diff --git a/metadata/md5-cache/dev-java/xz-java-1.10 b/metadata/md5-cache/dev-java/xz-java-1.10 index 161cde944b73..d65f9c0d3d47 100644 --- a/metadata/md5-cache/dev-java/xz-java-1.10 +++ b/metadata/md5-cache/dev-java/xz-java-1.10 @@ -11,5 +11,5 @@ LICENSE=public-domain RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://tukaani.org/xz/xz-java-1.10.zip verify-sig? ( https://tukaani.org/xz/xz-java-1.10.zip.sig ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=2b5886980825ffa53860fef0ceb75f8f diff --git a/metadata/md5-cache/dev-java/xz-java-1.11 b/metadata/md5-cache/dev-java/xz-java-1.11 index 220667781120..5acc86db65c0 100644 --- a/metadata/md5-cache/dev-java/xz-java-1.11 +++ b/metadata/md5-cache/dev-java/xz-java-1.11 @@ -11,5 +11,5 @@ LICENSE=public-domain RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://tukaani.org/xz/xz-java-1.11.zip verify-sig? ( https://tukaani.org/xz/xz-java-1.11.zip.sig ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=3f6b03f80c5adbdd535383125fe4baaa diff --git a/metadata/md5-cache/dev-java/zstd-jni-1.5.7.4 b/metadata/md5-cache/dev-java/zstd-jni-1.5.7.4 index ce5ccf8d91fd..9a756abd077a 100644 --- a/metadata/md5-cache/dev-java/zstd-jni-1.5.7.4 +++ b/metadata/md5-cache/dev-java/zstd-jni-1.5.7.4 @@ -11,5 +11,5 @@ LICENSE=BSD RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/luben/zstd-jni/archive/v1.5.7-4.tar.gz -> zstd-jni-1.5.7.4.tar.gz -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=f2358aeebbe68812b8dcc9b879e23691 diff --git a/metadata/md5-cache/dev-java/zstd-jni-1.5.7.6 b/metadata/md5-cache/dev-java/zstd-jni-1.5.7.6 index cefcb3de330a..8ebf2e9b0a01 100644 --- a/metadata/md5-cache/dev-java/zstd-jni-1.5.7.6 +++ b/metadata/md5-cache/dev-java/zstd-jni-1.5.7.6 @@ -11,5 +11,5 @@ LICENSE=BSD RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/luben/zstd-jni/archive/v1.5.7-6.tar.gz -> zstd-jni-1.5.7.6.tar.gz -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=93154db05b4ee2cf1923f2a7d412213e diff --git a/metadata/md5-cache/dev-java/zxing-core-3.5.1 b/metadata/md5-cache/dev-java/zxing-core-3.5.1 index 6f77aa06d08a..03af853855cb 100644 --- a/metadata/md5-cache/dev-java/zxing-core-3.5.1 +++ b/metadata/md5-cache/dev-java/zxing-core-3.5.1 @@ -11,5 +11,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/z RESTRICT=!test? ( test ) SLOT=3 SRC_URI=https://github.com/zxing/zxing/archive/zxing-3.5.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=75c88304389e216223d0eabb10d4da03 diff --git a/metadata/md5-cache/dev-java/zxing-javase-3.5.1 b/metadata/md5-cache/dev-java/zxing-javase-3.5.1 index 44d0ecdb21b6..b0088e99e612 100644 --- a/metadata/md5-cache/dev-java/zxing-javase-3.5.1 +++ b/metadata/md5-cache/dev-java/zxing-javase-3.5.1 @@ -11,5 +11,5 @@ RDEPEND=dev-java/jcommander:0 dev-java/zxing-core:3 >=virtual/jre-1.8:* >=dev-ja RESTRICT=!test? ( test ) SLOT=3 SRC_URI=https://github.com/zxing/zxing/archive/zxing-3.5.1.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=4e77b70d6b4758e01d789334ca958a7e diff --git a/metadata/md5-cache/dev-lang/clipsjni-6.40-r1 b/metadata/md5-cache/dev-lang/clipsjni-6.40-r1 index 959accf3e648..42e86df5dd18 100644 --- a/metadata/md5-cache/dev-lang/clipsjni-6.40-r1 +++ b/metadata/md5-cache/dev-lang/clipsjni-6.40-r1 @@ -11,5 +11,5 @@ LICENSE=public-domain RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://sourceforge.net/projects/clipsrules/files/CLIPS/6.40/clips_jni_640.tar.gz -> clipsjni-6.40.tar.gz -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=334c9ba18af6229550b4380824426cdc diff --git a/metadata/md5-cache/dev-lang/clojure-1.12.3 b/metadata/md5-cache/dev-lang/clojure-1.12.3 index 2aa280cd4b0f..89294774da7c 100644 --- a/metadata/md5-cache/dev-lang/clojure-1.12.3 +++ b/metadata/md5-cache/dev-lang/clojure-1.12.3 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 RESTRICT=!test? ( test ) !test? ( test ) SLOT=0/1.12 SRC_URI=https://github.com/clojure/clojure/archive/clojure-1.12.3.tar.gz https://github.com/clojure/spec.alpha/archive/v0.5.238.tar.gz -> spec.alpha-0.5.238.tar.gz https://github.com/clojure/core.specs.alpha/archive/v0.4.74.tar.gz -> core.specs.alpha-0.4.74.tar.gz test? ( https://github.com/clojure/tools.namespace/archive/v1.5.0.tar.gz -> tools.namespace-1.5.0.tar.gz https://github.com/clojure/java.classpath/archive/v1.1.0.tar.gz -> java.classpath-1.1.0.tar.gz https://github.com/clojure/tools.reader/archive/v1.4.0.tar.gz -> tools.reader-1.4.0.tar.gz https://github.com/clojure/test.generative/archive/v1.1.0.tar.gz -> test.generative-1.1.0.tar.gz https://github.com/clojure/data.generators/archive/v1.1.0.tar.gz -> data.generators-1.1.0.tar.gz https://github.com/clojure/test.check/archive/v1.1.1.tar.gz -> test.check-1.1.1.tar.gz ) -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=5008dc0068ef24ee09eec8b85ea842b3 diff --git a/metadata/md5-cache/dev-lang/clojure-1.12.4 b/metadata/md5-cache/dev-lang/clojure-1.12.4 index d57eddaf8801..8d1ff8b5a093 100644 --- a/metadata/md5-cache/dev-lang/clojure-1.12.4 +++ b/metadata/md5-cache/dev-lang/clojure-1.12.4 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 RESTRICT=!test? ( test ) !test? ( test ) SLOT=0/1.12 SRC_URI=https://github.com/clojure/clojure/archive/clojure-1.12.4.tar.gz https://github.com/clojure/spec.alpha/archive/v0.5.238.tar.gz -> spec.alpha-0.5.238.tar.gz https://github.com/clojure/core.specs.alpha/archive/v0.4.74.tar.gz -> core.specs.alpha-0.4.74.tar.gz test? ( https://github.com/clojure/tools.namespace/archive/v1.5.0.tar.gz -> tools.namespace-1.5.0.tar.gz https://github.com/clojure/java.classpath/archive/v1.1.0.tar.gz -> java.classpath-1.1.0.tar.gz https://github.com/clojure/tools.reader/archive/v1.4.0.tar.gz -> tools.reader-1.4.0.tar.gz https://github.com/clojure/test.generative/archive/v1.1.0.tar.gz -> test.generative-1.1.0.tar.gz https://github.com/clojure/data.generators/archive/v1.1.0.tar.gz -> data.generators-1.1.0.tar.gz https://github.com/clojure/test.check/archive/v1.1.1.tar.gz -> test.check-1.1.1.tar.gz ) -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=8660196ff45385829c2250703a482e4e diff --git a/metadata/md5-cache/dev-lang/closure-compiler-bin-20250820 b/metadata/md5-cache/dev-lang/closure-compiler-bin-20250820 index bfe1242d8ec5..c8df3f5e783c 100644 --- a/metadata/md5-cache/dev-lang/closure-compiler-bin-20250820 +++ b/metadata/md5-cache/dev-lang/closure-compiler-bin-20250820 @@ -9,5 +9,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://repo1.maven.org/maven2/com/google/javascript/closure-compiler/v20250820/closure-compiler-v20250820.jar -> closure-compiler-bin-20250820.maven.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=444357029d01bbe005b519d727e39b13 diff --git a/metadata/md5-cache/dev-lang/closure-compiler-bin-20251216 b/metadata/md5-cache/dev-lang/closure-compiler-bin-20251216 index 7f2bc75c982d..b498e9775ab1 100644 --- a/metadata/md5-cache/dev-lang/closure-compiler-bin-20251216 +++ b/metadata/md5-cache/dev-lang/closure-compiler-bin-20251216 @@ -9,5 +9,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://repo1.maven.org/maven2/com/google/javascript/closure-compiler/v20251216/closure-compiler-v20251216.jar -> closure-compiler-bin-20251216.maven.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=3c80df83b03caa06b05c510bfff66eda diff --git a/metadata/md5-cache/dev-lang/closure-compiler-bin-20260106 b/metadata/md5-cache/dev-lang/closure-compiler-bin-20260106 index b6937200c73c..ca1146cacc1c 100644 --- a/metadata/md5-cache/dev-lang/closure-compiler-bin-20260106 +++ b/metadata/md5-cache/dev-lang/closure-compiler-bin-20260106 @@ -9,5 +9,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://repo1.maven.org/maven2/com/google/javascript/closure-compiler/v20260106/closure-compiler-v20260106.jar -> closure-compiler-bin-20260106.maven.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=bf04c0387c4f2e6e35fed286e62bf3f4 diff --git a/metadata/md5-cache/dev-lang/closure-compiler-bin-20260121 b/metadata/md5-cache/dev-lang/closure-compiler-bin-20260121 index 8df1ad475541..caf658ed14e2 100644 --- a/metadata/md5-cache/dev-lang/closure-compiler-bin-20260121 +++ b/metadata/md5-cache/dev-lang/closure-compiler-bin-20260121 @@ -9,5 +9,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://repo1.maven.org/maven2/com/google/javascript/closure-compiler/v20260121/closure-compiler-v20260121.jar -> closure-compiler-bin-20260121.maven.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=bf04c0387c4f2e6e35fed286e62bf3f4 diff --git a/metadata/md5-cache/dev-lang/dafny-4.10.0 b/metadata/md5-cache/dev-lang/dafny-4.10.0 index b7fcdc9d07c8..509672810dbd 100644 --- a/metadata/md5-cache/dev-lang/dafny-4.10.0 +++ b/metadata/md5-cache/dev-lang/dafny-4.10.0 @@ -12,5 +12,5 @@ RDEPEND=!dev-lang/dafny-bin >=virtual/jre-1.8:* sci-mathematics/z3 virtual/dotne RESTRICT=!test? ( test ) strip SLOT=0 SRC_URI=https://github.com/dafny-lang/dafny/archive/v4.10.0.tar.gz -> dafny-4.10.0.tar.gz https://api.nuget.org/v3-flatcontainer/boogie.abstractinterpretation/3.4.3/boogie.abstractinterpretation.3.4.3.nupkg https://api.nuget.org/v3-flatcontainer/boogie.basetypes/3.4.3/boogie.basetypes.3.4.3.nupkg https://api.nuget.org/v3-flatcontainer/boogie.codecontractsextender/3.4.3/boogie.codecontractsextender.3.4.3.nupkg https://api.nuget.org/v3-flatcontainer/boogie.concurrency/3.4.3/boogie.concurrency.3.4.3.nupkg https://api.nuget.org/v3-flatcontainer/boogie.core/3.4.3/boogie.core.3.4.3.nupkg https://api.nuget.org/v3-flatcontainer/boogie.executionengine/3.4.3/boogie.executionengine.3.4.3.nupkg https://api.nuget.org/v3-flatcontainer/boogie.graph/3.4.3/boogie.graph.3.4.3.nupkg https://api.nuget.org/v3-flatcontainer/boogie.houdini/3.4.3/boogie.houdini.3.4.3.nupkg https://api.nuget.org/v3-flatcontainer/boogie.model/3.4.3/boogie.model.3.4.3.nupkg https://api.nuget.org/v3-flatcontainer/boogie.provers.leanauto/3.4.3/boogie.provers.leanauto.3.4.3.nupkg https://api.nuget.org/v3-flatcontainer/boogie.provers.smtlib/3.4.3/boogie.provers.smtlib.3.4.3.nupkg https://api.nuget.org/v3-flatcontainer/boogie.vcexpr/3.4.3/boogie.vcexpr.3.4.3.nupkg https://api.nuget.org/v3-flatcontainer/boogie.vcgeneration/3.4.3/boogie.vcgeneration.3.4.3.nupkg https://api.nuget.org/v3-flatcontainer/castle.core/4.4.0/castle.core.4.4.0.nupkg https://api.nuget.org/v3-flatcontainer/commandlineparser/2.8.0/commandlineparser.2.8.0.nupkg https://api.nuget.org/v3-flatcontainer/commandlineparser/2.9.1/commandlineparser.2.9.1.nupkg https://api.nuget.org/v3-flatcontainer/coverlet.collector/3.2.0/coverlet.collector.3.2.0.nupkg https://api.nuget.org/v3-flatcontainer/diffplex/1.7.0/diffplex.1.7.0.nupkg https://api.nuget.org/v3-flatcontainer/humanizer.core/2.2.0/humanizer.core.2.2.0.nupkg https://api.nuget.org/v3-flatcontainer/jetbrains.annotations/2021.1.0/jetbrains.annotations.2021.1.0.nupkg https://api.nuget.org/v3-flatcontainer/mediatr/8.1.0/mediatr.8.1.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.bcl.asyncinterfaces/1.1.1/microsoft.bcl.asyncinterfaces.1.1.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.bcl.asyncinterfaces/5.0.0/microsoft.bcl.asyncinterfaces.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.bcl.asyncinterfaces/6.0.0/microsoft.bcl.asyncinterfaces.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.build.framework/17.0.0/microsoft.build.framework.17.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.build.locator/1.4.1/microsoft.build.locator.1.4.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.build.tasks.core/17.0.0/microsoft.build.tasks.core.17.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.build.utilities.core/17.0.0/microsoft.build.utilities.core.17.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.build/17.0.0/microsoft.build.17.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.analyzers/3.0.0/microsoft.codeanalysis.analyzers.3.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.analyzers/3.3.2/microsoft.codeanalysis.analyzers.3.3.2.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.common/3.7.0/microsoft.codeanalysis.common.3.7.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.common/4.0.1/microsoft.codeanalysis.common.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.csharp.workspaces/4.0.1/microsoft.codeanalysis.csharp.workspaces.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.csharp/3.7.0/microsoft.codeanalysis.csharp.3.7.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.csharp/4.0.1/microsoft.codeanalysis.csharp.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.visualbasic.workspaces/4.0.1/microsoft.codeanalysis.visualbasic.workspaces.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.visualbasic/4.0.1/microsoft.codeanalysis.visualbasic.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.workspaces.common/4.0.1/microsoft.codeanalysis.workspaces.common.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.workspaces.msbuild/4.0.1/microsoft.codeanalysis.workspaces.msbuild.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis/4.0.1/microsoft.codeanalysis.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codecoverage/16.11.0/microsoft.codecoverage.16.11.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codecoverage/16.9.4/microsoft.codecoverage.16.9.4.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codecoverage/17.1.0/microsoft.codecoverage.17.1.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.csharp/4.0.1/microsoft.csharp.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.dotnet.platformabstractions/2.0.4/microsoft.dotnet.platformabstractions.2.0.4.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/2.0.0/microsoft.extensions.configuration.abstractions.2.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/5.0.0/microsoft.extensions.configuration.abstractions.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.binder/2.0.0/microsoft.extensions.configuration.binder.2.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.binder/5.0.0/microsoft.extensions.configuration.binder.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.commandline/5.0.0/microsoft.extensions.configuration.commandline.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.fileextensions/5.0.0/microsoft.extensions.configuration.fileextensions.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.json/5.0.0/microsoft.extensions.configuration.json.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/2.0.0/microsoft.extensions.configuration.2.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/5.0.0/microsoft.extensions.configuration.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/2.0.0/microsoft.extensions.dependencyinjection.abstractions.2.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/5.0.0/microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/2.0.0/microsoft.extensions.dependencyinjection.2.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/5.0.0/microsoft.extensions.dependencyinjection.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencymodel/2.0.4/microsoft.extensions.dependencymodel.2.0.4.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.abstractions/5.0.0/microsoft.extensions.fileproviders.abstractions.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.physical/5.0.0/microsoft.extensions.fileproviders.physical.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.filesystemglobbing/5.0.0/microsoft.extensions.filesystemglobbing.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/2.0.0/microsoft.extensions.logging.abstractions.2.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/5.0.0/microsoft.extensions.logging.abstractions.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.configuration/5.0.0/microsoft.extensions.logging.configuration.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.console/5.0.0/microsoft.extensions.logging.console.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/2.0.0/microsoft.extensions.logging.2.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/5.0.0/microsoft.extensions.logging.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options.configurationextensions/2.0.0/microsoft.extensions.options.configurationextensions.2.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options.configurationextensions/5.0.0/microsoft.extensions.options.configurationextensions.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/2.0.0/microsoft.extensions.options.2.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/5.0.0/microsoft.extensions.options.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/2.0.0/microsoft.extensions.primitives.2.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/5.0.0/microsoft.extensions.primitives.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.net.stringtools/1.0.0/microsoft.net.stringtools.1.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.net.test.sdk/16.11.0/microsoft.net.test.sdk.16.11.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.net.test.sdk/16.9.4/microsoft.net.test.sdk.16.9.4.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.net.test.sdk/17.1.0/microsoft.net.test.sdk.17.1.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/1.0.1/microsoft.netcore.platforms.1.0.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/2.1.2/microsoft.netcore.platforms.2.1.2.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/3.0.0/microsoft.netcore.platforms.3.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/3.1.0/microsoft.netcore.platforms.3.1.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/1.0.1/microsoft.netcore.targets.1.0.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netframework.referenceassemblies.net452/1.0.2/microsoft.netframework.referenceassemblies.net452.1.0.2.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netframework.referenceassemblies.net452/1.0.3/microsoft.netframework.referenceassemblies.net452.1.0.3.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netframework.referenceassemblies/1.0.2/microsoft.netframework.referenceassemblies.1.0.2.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.testplatform.extensions.trxlogger/17.9.0/microsoft.testplatform.extensions.trxlogger.17.9.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.objectmodel/16.11.0/microsoft.testplatform.objectmodel.16.11.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.objectmodel/16.9.4/microsoft.testplatform.objectmodel.16.9.4.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.objectmodel/17.1.0/microsoft.testplatform.objectmodel.17.1.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.objectmodel/17.9.0/microsoft.testplatform.objectmodel.17.9.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.testhost/16.11.0/microsoft.testplatform.testhost.16.11.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.testhost/16.9.4/microsoft.testplatform.testhost.16.9.4.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.testhost/17.1.0/microsoft.testplatform.testhost.17.1.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.testhost/17.9.0/microsoft.testplatform.testhost.17.9.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.visualstudio.threading.analyzers/16.7.56/microsoft.visualstudio.threading.analyzers.16.7.56.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.visualstudio.threading/16.7.56/microsoft.visualstudio.threading.16.7.56.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.visualstudio.validation/15.5.31/microsoft.visualstudio.validation.15.5.31.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.win32.registry/4.3.0/microsoft.win32.registry.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.win32.registry/4.6.0/microsoft.win32.registry.4.6.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.win32.systemevents/4.7.0/microsoft.win32.systemevents.4.7.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.win32.systemevents/6.0.0/microsoft.win32.systemevents.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/moq/4.16.1/moq.4.16.1.nupkg https://api.nuget.org/v3-flatcontainer/nerdbank.streams/2.6.81/nerdbank.streams.2.6.81.nupkg https://api.nuget.org/v3-flatcontainer/netstandard.library/1.6.1/netstandard.library.1.6.1.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/11.0.2/newtonsoft.json.11.0.2.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/9.0.1/newtonsoft.json.9.0.1.nupkg https://api.nuget.org/v3-flatcontainer/nuget.frameworks/5.0.0/nuget.frameworks.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/nuget.frameworks/5.11.0/nuget.frameworks.5.11.0.nupkg https://api.nuget.org/v3-flatcontainer/omnisharp.extensions.jsonrpc.generators/0.19.5/omnisharp.extensions.jsonrpc.generators.0.19.5.nupkg https://api.nuget.org/v3-flatcontainer/omnisharp.extensions.jsonrpc.testing/0.19.5/omnisharp.extensions.jsonrpc.testing.0.19.5.nupkg https://api.nuget.org/v3-flatcontainer/omnisharp.extensions.jsonrpc/0.19.5/omnisharp.extensions.jsonrpc.0.19.5.nupkg https://api.nuget.org/v3-flatcontainer/omnisharp.extensions.languageclient/0.19.5/omnisharp.extensions.languageclient.0.19.5.nupkg https://api.nuget.org/v3-flatcontainer/omnisharp.extensions.languageprotocol.testing/0.19.5/omnisharp.extensions.languageprotocol.testing.0.19.5.nupkg https://api.nuget.org/v3-flatcontainer/omnisharp.extensions.languageprotocol/0.19.5/omnisharp.extensions.languageprotocol.0.19.5.nupkg https://api.nuget.org/v3-flatcontainer/omnisharp.extensions.languageserver.shared/0.19.5/omnisharp.extensions.languageserver.shared.0.19.5.nupkg https://api.nuget.org/v3-flatcontainer/omnisharp.extensions.languageserver/0.19.5/omnisharp.extensions.languageserver.0.19.5.nupkg https://api.nuget.org/v3-flatcontainer/rangetree/3.0.1/rangetree.3.0.1.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.collections/4.3.0/runtime.any.system.collections.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.diagnostics.tools/4.3.0/runtime.any.system.diagnostics.tools.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.diagnostics.tracing/4.3.0/runtime.any.system.diagnostics.tracing.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.globalization.calendars/4.3.0/runtime.any.system.globalization.calendars.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.globalization/4.3.0/runtime.any.system.globalization.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.io/4.3.0/runtime.any.system.io.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.reflection.extensions/4.3.0/runtime.any.system.reflection.extensions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.reflection.primitives/4.3.0/runtime.any.system.reflection.primitives.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.reflection/4.3.0/runtime.any.system.reflection.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.resources.resourcemanager/4.3.0/runtime.any.system.resources.resourcemanager.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.runtime.handles/4.3.0/runtime.any.system.runtime.handles.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.runtime.interopservices/4.3.0/runtime.any.system.runtime.interopservices.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.runtime/4.3.0/runtime.any.system.runtime.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.text.encoding.extensions/4.3.0/runtime.any.system.text.encoding.extensions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.text.encoding/4.3.0/runtime.any.system.text.encoding.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.threading.tasks/4.3.0/runtime.any.system.threading.tasks.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.threading.timer/4.3.0/runtime.any.system.threading.timer.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.native.system.io.compression/4.3.0/runtime.native.system.io.compression.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.native.system.net.http/4.3.0/runtime.native.system.net.http.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.native.system.security.cryptography.apple/4.3.0/runtime.native.system.security.cryptography.apple.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.native.system.security.cryptography.openssl/4.3.0/runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.native.system/4.0.0/runtime.native.system.4.0.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.native.system/4.3.0/runtime.native.system.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.unix.microsoft.win32.primitives/4.3.0/runtime.unix.microsoft.win32.primitives.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.unix.system.console/4.3.0/runtime.unix.system.console.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.unix.system.diagnostics.debug/4.3.0/runtime.unix.system.diagnostics.debug.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.unix.system.io.filesystem/4.3.0/runtime.unix.system.io.filesystem.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.unix.system.net.primitives/4.3.0/runtime.unix.system.net.primitives.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.unix.system.net.sockets/4.3.0/runtime.unix.system.net.sockets.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.unix.system.private.uri/4.3.0/runtime.unix.system.private.uri.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.unix.system.runtime.extensions/4.3.0/runtime.unix.system.runtime.extensions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/serilog.extensions.logging/3.0.1/serilog.extensions.logging.3.0.1.nupkg https://api.nuget.org/v3-flatcontainer/serilog.settings.configuration/3.1.0/serilog.settings.configuration.3.1.0.nupkg https://api.nuget.org/v3-flatcontainer/serilog.sinks.debug/2.0.0/serilog.sinks.debug.2.0.0.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.sinks.inmemory/0.11.0/serilog.sinks.inmemory.0.11.0.nupkg https://api.nuget.org/v3-flatcontainer/serilog/2.12.0/serilog.2.12.0.nupkg https://api.nuget.org/v3-flatcontainer/system.appcontext/4.1.0/system.appcontext.4.1.0.nupkg https://api.nuget.org/v3-flatcontainer/system.appcontext/4.3.0/system.appcontext.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.buffers/4.3.0/system.buffers.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.buffers/4.4.0/system.buffers.4.4.0.nupkg https://api.nuget.org/v3-flatcontainer/system.codedom/4.4.0/system.codedom.4.4.0.nupkg https://api.nuget.org/v3-flatcontainer/system.collections.concurrent/4.3.0/system.collections.concurrent.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.collections.immutable/1.5.0/system.collections.immutable.1.5.0.nupkg https://api.nuget.org/v3-flatcontainer/system.collections.immutable/1.7.0/system.collections.immutable.1.7.0.nupkg https://api.nuget.org/v3-flatcontainer/system.collections.immutable/1.7.1/system.collections.immutable.1.7.1.nupkg https://api.nuget.org/v3-flatcontainer/system.collections.immutable/5.0.0/system.collections.immutable.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.collections.nongeneric/4.3.0/system.collections.nongeneric.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.collections.specialized/4.3.0/system.collections.specialized.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.collections/4.0.11/system.collections.4.0.11.nupkg https://api.nuget.org/v3-flatcontainer/system.collections/4.3.0/system.collections.4.3.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.primitives/4.3.0/system.componentmodel.primitives.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.componentmodel.typeconverter/4.3.0/system.componentmodel.typeconverter.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.componentmodel/4.3.0/system.componentmodel.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.composition.attributedmodel/1.0.31/system.composition.attributedmodel.1.0.31.nupkg https://api.nuget.org/v3-flatcontainer/system.composition.convention/1.0.31/system.composition.convention.1.0.31.nupkg https://api.nuget.org/v3-flatcontainer/system.composition.hosting/1.0.31/system.composition.hosting.1.0.31.nupkg https://api.nuget.org/v3-flatcontainer/system.composition.runtime/1.0.31/system.composition.runtime.1.0.31.nupkg https://api.nuget.org/v3-flatcontainer/system.composition.typedparts/1.0.31/system.composition.typedparts.1.0.31.nupkg https://api.nuget.org/v3-flatcontainer/system.composition/1.0.31/system.composition.1.0.31.nupkg https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/4.7.0/system.configuration.configurationmanager.4.7.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.console/4.3.0/system.console.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.diagnostics.debug/4.0.11/system.diagnostics.debug.4.0.11.nupkg https://api.nuget.org/v3-flatcontainer/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/4.3.0/system.diagnostics.diagnosticsource.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.diagnostics.tools/4.0.1/system.diagnostics.tools.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.diagnostics.tools/4.3.0/system.diagnostics.tools.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.diagnostics.tracesource/4.3.0/system.diagnostics.tracesource.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.diagnostics.tracing/4.3.0/system.diagnostics.tracing.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.drawing.common/4.7.0/system.drawing.common.4.7.0.nupkg https://api.nuget.org/v3-flatcontainer/system.drawing.common/6.0.0/system.drawing.common.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.dynamic.runtime/4.0.11/system.dynamic.runtime.4.0.11.nupkg https://api.nuget.org/v3-flatcontainer/system.dynamic.runtime/4.3.0/system.dynamic.runtime.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.globalization.calendars/4.3.0/system.globalization.calendars.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.globalization.extensions/4.3.0/system.globalization.extensions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.globalization/4.0.11/system.globalization.4.0.11.nupkg https://api.nuget.org/v3-flatcontainer/system.globalization/4.3.0/system.globalization.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.io.compression/4.3.0/system.io.compression.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.io.filesystem.primitives/4.0.1/system.io.filesystem.primitives.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.io.filesystem/4.0.1/system.io.filesystem.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.io.filesystem/4.3.0/system.io.filesystem.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.io.pipelines/4.7.3/system.io.pipelines.4.7.3.nupkg https://api.nuget.org/v3-flatcontainer/system.io.pipelines/5.0.1/system.io.pipelines.5.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.io/4.1.0/system.io.4.1.0.nupkg https://api.nuget.org/v3-flatcontainer/system.io/4.3.0/system.io.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.linq.async/6.0.1/system.linq.async.6.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.linq.expressions/4.1.0/system.linq.expressions.4.1.0.nupkg https://api.nuget.org/v3-flatcontainer/system.linq.expressions/4.3.0/system.linq.expressions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.linq/4.1.0/system.linq.4.1.0.nupkg https://api.nuget.org/v3-flatcontainer/system.linq/4.3.0/system.linq.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.memory/4.5.3/system.memory.4.5.3.nupkg https://api.nuget.org/v3-flatcontainer/system.memory/4.5.4/system.memory.4.5.4.nupkg https://api.nuget.org/v3-flatcontainer/system.net.http/4.3.0/system.net.http.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.net.nameresolution/4.3.0/system.net.nameresolution.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.net.primitives/4.3.0/system.net.primitives.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.net.sockets/4.3.0/system.net.sockets.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.net.websockets/4.3.0/system.net.websockets.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.numerics.vectors/4.4.0/system.numerics.vectors.4.4.0.nupkg https://api.nuget.org/v3-flatcontainer/system.objectmodel/4.0.12/system.objectmodel.4.0.12.nupkg https://api.nuget.org/v3-flatcontainer/system.objectmodel/4.3.0/system.objectmodel.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.private.uri/4.3.0/system.private.uri.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reactive/4.4.1/system.reactive.4.4.1.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.emit.ilgeneration/4.0.1/system.reflection.emit.ilgeneration.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.emit.ilgeneration/4.3.0/system.reflection.emit.ilgeneration.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.emit.lightweight/4.0.1/system.reflection.emit.lightweight.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.emit.lightweight/4.3.0/system.reflection.emit.lightweight.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.emit/4.0.1/system.reflection.emit.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.emit/4.3.0/system.reflection.emit.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.extensions/4.0.1/system.reflection.extensions.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.extensions/4.3.0/system.reflection.extensions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.metadata/1.6.0/system.reflection.metadata.1.6.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.metadata/5.0.0/system.reflection.metadata.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.primitives/4.0.1/system.reflection.primitives.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.primitives/4.3.0/system.reflection.primitives.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.typeextensions/4.1.0/system.reflection.typeextensions.4.1.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.typeextensions/4.3.0/system.reflection.typeextensions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection/4.1.0/system.reflection.4.1.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection/4.3.0/system.reflection.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.resources.extensions/4.6.0/system.resources.extensions.4.6.0.nupkg https://api.nuget.org/v3-flatcontainer/system.resources.resourcemanager/4.0.1/system.resources.resourcemanager.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.resources.resourcemanager/4.3.0/system.resources.resourcemanager.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.caching/6.0.0/system.runtime.caching.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/4.4.0/system.runtime.compilerservices.unsafe.4.4.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/4.5.2/system.runtime.compilerservices.unsafe.4.5.2.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/4.7.0/system.runtime.compilerservices.unsafe.4.7.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/4.7.1/system.runtime.compilerservices.unsafe.4.7.1.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/5.0.0/system.runtime.compilerservices.unsafe.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.extensions/4.1.0/system.runtime.extensions.4.1.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.extensions/4.3.0/system.runtime.extensions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.handles/4.0.1/system.runtime.handles.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.handles/4.3.0/system.runtime.handles.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.runtimeinformation/4.0.0/system.runtime.interopservices.runtimeinformation.4.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.runtimeinformation/4.3.0/system.runtime.interopservices.runtimeinformation.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices/4.1.0/system.runtime.interopservices.4.1.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices/4.3.0/system.runtime.interopservices.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.numerics/4.3.0/system.runtime.numerics.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.serialization.primitives/4.1.1/system.runtime.serialization.primitives.4.1.1.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime/4.1.0/system.runtime.4.1.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime/4.3.0/system.runtime.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.accesscontrol/4.6.0/system.security.accesscontrol.4.6.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.accesscontrol/4.7.0/system.security.accesscontrol.4.7.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.claims/4.3.0/system.security.claims.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.algorithms/4.3.0/system.security.cryptography.algorithms.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.cng/4.3.0/system.security.cryptography.cng.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.cng/4.7.0/system.security.cryptography.cng.4.7.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.csp/4.3.0/system.security.cryptography.csp.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.encoding/4.3.0/system.security.cryptography.encoding.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.openssl/4.3.0/system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.pkcs/4.7.0/system.security.cryptography.pkcs.4.7.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.primitives/4.3.0/system.security.cryptography.primitives.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/4.7.0/system.security.cryptography.protecteddata.4.7.0.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.x509certificates/4.3.0/system.security.cryptography.x509certificates.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.xml/4.7.0/system.security.cryptography.xml.4.7.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.permissions/4.7.0/system.security.permissions.4.7.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.permissions/6.0.0/system.security.permissions.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.principal.windows/4.3.0/system.security.principal.windows.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.principal.windows/4.6.0/system.security.principal.windows.4.6.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.principal.windows/4.7.0/system.security.principal.windows.4.7.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.principal/4.3.0/system.security.principal.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.text.encoding.codepages/4.0.1/system.text.encoding.codepages.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.text.encoding.codepages/4.5.1/system.text.encoding.codepages.4.5.1.nupkg https://api.nuget.org/v3-flatcontainer/system.text.encoding.extensions/4.0.11/system.text.encoding.extensions.4.0.11.nupkg https://api.nuget.org/v3-flatcontainer/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.text.encoding/4.0.11/system.text.encoding.4.0.11.nupkg https://api.nuget.org/v3-flatcontainer/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.text.json/4.7.0/system.text.json.4.7.0.nupkg https://api.nuget.org/v3-flatcontainer/system.text.json/5.0.2/system.text.json.5.0.2.nupkg https://api.nuget.org/v3-flatcontainer/system.text.regularexpressions/4.1.0/system.text.regularexpressions.4.1.0.nupkg https://api.nuget.org/v3-flatcontainer/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.threading.channels/4.7.1/system.threading.channels.4.7.1.nupkg https://api.nuget.org/v3-flatcontainer/system.threading.tasks.dataflow/4.9.0/system.threading.tasks.dataflow.4.9.0.nupkg https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/4.0.0/system.threading.tasks.extensions.4.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/4.3.0/system.threading.tasks.extensions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/4.5.3/system.threading.tasks.extensions.4.5.3.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.threading.tasks/4.0.11/system.threading.tasks.4.0.11.nupkg https://api.nuget.org/v3-flatcontainer/system.threading.tasks/4.3.0/system.threading.tasks.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.threading.threadpool/4.3.0/system.threading.threadpool.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.threading.timer/4.3.0/system.threading.timer.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.threading/4.0.11/system.threading.4.0.11.nupkg https://api.nuget.org/v3-flatcontainer/system.threading/4.3.0/system.threading.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.windows.extensions/4.7.0/system.windows.extensions.4.7.0.nupkg https://api.nuget.org/v3-flatcontainer/system.windows.extensions/6.0.0/system.windows.extensions.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.xml.readerwriter/4.0.11/system.xml.readerwriter.4.0.11.nupkg https://api.nuget.org/v3-flatcontainer/system.xml.readerwriter/4.3.0/system.xml.readerwriter.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.xml.xdocument/4.0.11/system.xml.xdocument.4.0.11.nupkg https://api.nuget.org/v3-flatcontainer/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.xml.xmldocument/4.3.0/system.xml.xmldocument.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/tomlyn/0.17.0/tomlyn.0.17.0.nupkg https://api.nuget.org/v3-flatcontainer/validation/2.4.18/validation.2.4.18.nupkg https://api.nuget.org/v3-flatcontainer/xunit.abstractions/2.0.2/xunit.abstractions.2.0.2.nupkg https://api.nuget.org/v3-flatcontainer/xunit.abstractions/2.0.3/xunit.abstractions.2.0.3.nupkg https://api.nuget.org/v3-flatcontainer/xunit.analyzers/0.10.0/xunit.analyzers.0.10.0.nupkg https://api.nuget.org/v3-flatcontainer/xunit.analyzers/1.0.0/xunit.analyzers.1.0.0.nupkg https://api.nuget.org/v3-flatcontainer/xunit.assert/2.4.1/xunit.assert.2.4.1.nupkg https://api.nuget.org/v3-flatcontainer/xunit.assert/2.4.2/xunit.assert.2.4.2.nupkg https://api.nuget.org/v3-flatcontainer/xunit.assertmessages/2.4.0/xunit.assertmessages.2.4.0.nupkg https://api.nuget.org/v3-flatcontainer/xunit.core/2.4.1/xunit.core.2.4.1.nupkg https://api.nuget.org/v3-flatcontainer/xunit.core/2.4.2/xunit.core.2.4.2.nupkg https://api.nuget.org/v3-flatcontainer/xunit.extensibility.core/2.4.0/xunit.extensibility.core.2.4.0.nupkg https://api.nuget.org/v3-flatcontainer/xunit.extensibility.core/2.4.1/xunit.extensibility.core.2.4.1.nupkg https://api.nuget.org/v3-flatcontainer/xunit.extensibility.core/2.4.2/xunit.extensibility.core.2.4.2.nupkg https://api.nuget.org/v3-flatcontainer/xunit.extensibility.execution/2.4.0/xunit.extensibility.execution.2.4.0.nupkg https://api.nuget.org/v3-flatcontainer/xunit.extensibility.execution/2.4.1/xunit.extensibility.execution.2.4.1.nupkg https://api.nuget.org/v3-flatcontainer/xunit.extensibility.execution/2.4.2/xunit.extensibility.execution.2.4.2.nupkg https://api.nuget.org/v3-flatcontainer/xunit.runner.visualstudio/2.4.3/xunit.runner.visualstudio.2.4.3.nupkg https://api.nuget.org/v3-flatcontainer/xunit.runner.visualstudio/2.5.1/xunit.runner.visualstudio.2.5.1.nupkg https://api.nuget.org/v3-flatcontainer/xunit.skippablefact/1.4.8/xunit.skippablefact.1.4.8.nupkg https://api.nuget.org/v3-flatcontainer/xunit/2.4.1/xunit.2.4.1.nupkg https://api.nuget.org/v3-flatcontainer/xunit/2.4.2/xunit.2.4.2.nupkg test? ( https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.1.2.tgz ) -_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c dotnet-pkg 149be926006315896e1a57f36db1b772 dotnet-pkg-base 6c5f563c6f9f99038ac0ddf7403e3b55 edo a5e294016aa84979fcb2459749eb80b2 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f nuget 5b6663023b71fb1220f230ac225205ae optfeature 538bce96e5589935b57e178e8635f301 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c dotnet-pkg 149be926006315896e1a57f36db1b772 dotnet-pkg-base 6c5f563c6f9f99038ac0ddf7403e3b55 edo a5e294016aa84979fcb2459749eb80b2 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f nuget 5b6663023b71fb1220f230ac225205ae optfeature 538bce96e5589935b57e178e8635f301 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=d24affd0c05153f6fa549b7983fa87c4 diff --git a/metadata/md5-cache/dev-lang/dafny-4.11.0 b/metadata/md5-cache/dev-lang/dafny-4.11.0 index dcad3eb531bd..21939f2c2c67 100644 --- a/metadata/md5-cache/dev-lang/dafny-4.11.0 +++ b/metadata/md5-cache/dev-lang/dafny-4.11.0 @@ -12,5 +12,5 @@ RDEPEND=!dev-lang/dafny-bin >=virtual/jre-1.8:* sci-mathematics/z3 virtual/dotne RESTRICT=!test? ( test ) strip SLOT=0 SRC_URI=https://github.com/dafny-lang/dafny/archive/v4.11.0.tar.gz -> dafny-4.11.0.gh.tar.gz https://api.nuget.org/v3-flatcontainer/boogie.abstractinterpretation/3.5.5/boogie.abstractinterpretation.3.5.5.nupkg https://api.nuget.org/v3-flatcontainer/boogie.basetypes/3.5.5/boogie.basetypes.3.5.5.nupkg https://api.nuget.org/v3-flatcontainer/boogie.codecontractsextender/3.5.5/boogie.codecontractsextender.3.5.5.nupkg https://api.nuget.org/v3-flatcontainer/boogie.concurrency/3.5.5/boogie.concurrency.3.5.5.nupkg https://api.nuget.org/v3-flatcontainer/boogie.core/3.5.5/boogie.core.3.5.5.nupkg https://api.nuget.org/v3-flatcontainer/boogie.executionengine/3.5.5/boogie.executionengine.3.5.5.nupkg https://api.nuget.org/v3-flatcontainer/boogie.graph/3.5.5/boogie.graph.3.5.5.nupkg https://api.nuget.org/v3-flatcontainer/boogie.houdini/3.5.5/boogie.houdini.3.5.5.nupkg https://api.nuget.org/v3-flatcontainer/boogie.model/3.5.5/boogie.model.3.5.5.nupkg https://api.nuget.org/v3-flatcontainer/boogie.provers.leanauto/3.5.5/boogie.provers.leanauto.3.5.5.nupkg https://api.nuget.org/v3-flatcontainer/boogie.provers.smtlib/3.5.5/boogie.provers.smtlib.3.5.5.nupkg https://api.nuget.org/v3-flatcontainer/boogie.vcexpr/3.5.5/boogie.vcexpr.3.5.5.nupkg https://api.nuget.org/v3-flatcontainer/boogie.vcgeneration/3.5.5/boogie.vcgeneration.3.5.5.nupkg https://api.nuget.org/v3-flatcontainer/castle.core/4.4.0/castle.core.4.4.0.nupkg https://api.nuget.org/v3-flatcontainer/commandlineparser/2.8.0/commandlineparser.2.8.0.nupkg https://api.nuget.org/v3-flatcontainer/commandlineparser/2.9.1/commandlineparser.2.9.1.nupkg https://api.nuget.org/v3-flatcontainer/coverlet.collector/3.2.0/coverlet.collector.3.2.0.nupkg https://api.nuget.org/v3-flatcontainer/diffplex/1.7.0/diffplex.1.7.0.nupkg https://api.nuget.org/v3-flatcontainer/humanizer.core/2.14.1/humanizer.core.2.14.1.nupkg https://api.nuget.org/v3-flatcontainer/humanizer.core/2.2.0/humanizer.core.2.2.0.nupkg https://api.nuget.org/v3-flatcontainer/jetbrains.annotations/2021.1.0/jetbrains.annotations.2021.1.0.nupkg https://api.nuget.org/v3-flatcontainer/mediatr/8.1.0/mediatr.8.1.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.bcl.asyncinterfaces/1.1.1/microsoft.bcl.asyncinterfaces.1.1.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.bcl.asyncinterfaces/5.0.0/microsoft.bcl.asyncinterfaces.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.bcl.asyncinterfaces/6.0.0/microsoft.bcl.asyncinterfaces.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.bcl.asyncinterfaces/8.0.0/microsoft.bcl.asyncinterfaces.8.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.bcl.cryptography/9.0.0/microsoft.bcl.cryptography.9.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.build.framework/17.14.7/microsoft.build.framework.17.14.7.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.build.locator/1.4.1/microsoft.build.locator.1.4.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.build.tasks.core/17.14.7/microsoft.build.tasks.core.17.14.7.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.build.utilities.core/17.14.7/microsoft.build.utilities.core.17.14.7.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.build/17.0.0/microsoft.build.17.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.analyzers/3.0.0/microsoft.codeanalysis.analyzers.3.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.analyzers/3.3.2/microsoft.codeanalysis.analyzers.3.3.2.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.analyzers/3.3.4/microsoft.codeanalysis.analyzers.3.3.4.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.common/3.7.0/microsoft.codeanalysis.common.3.7.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.common/4.0.1/microsoft.codeanalysis.common.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.common/4.12.0/microsoft.codeanalysis.common.4.12.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.csharp.workspaces/4.0.1/microsoft.codeanalysis.csharp.workspaces.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.csharp.workspaces/4.12.0/microsoft.codeanalysis.csharp.workspaces.4.12.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.csharp/3.7.0/microsoft.codeanalysis.csharp.3.7.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.csharp/4.0.1/microsoft.codeanalysis.csharp.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.csharp/4.12.0/microsoft.codeanalysis.csharp.4.12.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.visualbasic.workspaces/4.0.1/microsoft.codeanalysis.visualbasic.workspaces.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.visualbasic.workspaces/4.12.0/microsoft.codeanalysis.visualbasic.workspaces.4.12.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.visualbasic/4.0.1/microsoft.codeanalysis.visualbasic.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.visualbasic/4.12.0/microsoft.codeanalysis.visualbasic.4.12.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.workspaces.common/4.0.1/microsoft.codeanalysis.workspaces.common.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.workspaces.common/4.12.0/microsoft.codeanalysis.workspaces.common.4.12.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.workspaces.msbuild/4.0.1/microsoft.codeanalysis.workspaces.msbuild.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis/4.0.1/microsoft.codeanalysis.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis/4.12.0/microsoft.codeanalysis.4.12.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codecoverage/16.11.0/microsoft.codecoverage.16.11.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codecoverage/16.9.4/microsoft.codecoverage.16.9.4.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codecoverage/17.1.0/microsoft.codecoverage.17.1.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.csharp/4.0.1/microsoft.csharp.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.dotnet.platformabstractions/2.0.4/microsoft.dotnet.platformabstractions.2.0.4.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/2.0.0/microsoft.extensions.configuration.abstractions.2.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/5.0.0/microsoft.extensions.configuration.abstractions.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.binder/2.0.0/microsoft.extensions.configuration.binder.2.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.binder/5.0.0/microsoft.extensions.configuration.binder.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.commandline/5.0.0/microsoft.extensions.configuration.commandline.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.fileextensions/5.0.0/microsoft.extensions.configuration.fileextensions.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.json/5.0.0/microsoft.extensions.configuration.json.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/2.0.0/microsoft.extensions.configuration.2.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/5.0.0/microsoft.extensions.configuration.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/2.0.0/microsoft.extensions.dependencyinjection.abstractions.2.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/5.0.0/microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/2.0.0/microsoft.extensions.dependencyinjection.2.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/5.0.0/microsoft.extensions.dependencyinjection.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencymodel/2.0.4/microsoft.extensions.dependencymodel.2.0.4.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.abstractions/5.0.0/microsoft.extensions.fileproviders.abstractions.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.physical/5.0.0/microsoft.extensions.fileproviders.physical.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.filesystemglobbing/5.0.0/microsoft.extensions.filesystemglobbing.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/2.0.0/microsoft.extensions.logging.abstractions.2.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/5.0.0/microsoft.extensions.logging.abstractions.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.configuration/5.0.0/microsoft.extensions.logging.configuration.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.console/5.0.0/microsoft.extensions.logging.console.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/2.0.0/microsoft.extensions.logging.2.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/5.0.0/microsoft.extensions.logging.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options.configurationextensions/2.0.0/microsoft.extensions.options.configurationextensions.2.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options.configurationextensions/5.0.0/microsoft.extensions.options.configurationextensions.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/2.0.0/microsoft.extensions.options.2.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/5.0.0/microsoft.extensions.options.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/2.0.0/microsoft.extensions.primitives.2.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/5.0.0/microsoft.extensions.primitives.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.net.stringtools/1.0.0/microsoft.net.stringtools.1.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.net.stringtools/17.14.7/microsoft.net.stringtools.17.14.7.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.net.test.sdk/16.11.0/microsoft.net.test.sdk.16.11.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.net.test.sdk/16.9.4/microsoft.net.test.sdk.16.9.4.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.net.test.sdk/17.1.0/microsoft.net.test.sdk.17.1.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/1.0.1/microsoft.netcore.platforms.1.0.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/2.1.2/microsoft.netcore.platforms.2.1.2.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/3.0.0/microsoft.netcore.platforms.3.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/3.1.0/microsoft.netcore.platforms.3.1.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/5.0.0/microsoft.netcore.platforms.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/1.0.1/microsoft.netcore.targets.1.0.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netframework.referenceassemblies.net452/1.0.3/microsoft.netframework.referenceassemblies.net452.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.testplatform.extensions.trxlogger/17.9.0/microsoft.testplatform.extensions.trxlogger.17.9.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.objectmodel/16.11.0/microsoft.testplatform.objectmodel.16.11.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.objectmodel/16.9.4/microsoft.testplatform.objectmodel.16.9.4.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.objectmodel/17.1.0/microsoft.testplatform.objectmodel.17.1.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.objectmodel/17.9.0/microsoft.testplatform.objectmodel.17.9.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.testhost/16.11.0/microsoft.testplatform.testhost.16.11.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.testhost/16.9.4/microsoft.testplatform.testhost.16.9.4.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.testhost/17.1.0/microsoft.testplatform.testhost.17.1.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.testplatform.testhost/17.9.0/microsoft.testplatform.testhost.17.9.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.visualstudio.threading.analyzers/16.7.56/microsoft.visualstudio.threading.analyzers.16.7.56.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.visualstudio.threading/16.7.56/microsoft.visualstudio.threading.16.7.56.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.visualstudio.validation/15.5.31/microsoft.visualstudio.validation.15.5.31.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.win32.registry/4.3.0/microsoft.win32.registry.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.win32.registry/4.6.0/microsoft.win32.registry.4.6.0.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/4.7.0/microsoft.win32.systemevents.4.7.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.win32.systemevents/6.0.0/microsoft.win32.systemevents.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/moq/4.16.1/moq.4.16.1.nupkg https://api.nuget.org/v3-flatcontainer/namotion.reflection/3.2.0/namotion.reflection.3.2.0.nupkg https://api.nuget.org/v3-flatcontainer/nerdbank.streams/2.6.81/nerdbank.streams.2.6.81.nupkg https://api.nuget.org/v3-flatcontainer/netstandard.library/1.6.1/netstandard.library.1.6.1.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/11.0.2/newtonsoft.json.11.0.2.nupkg https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg https://api.nuget.org/v3-flatcontainer/njsonschema.annotations/11.1.0/njsonschema.annotations.11.1.0.nupkg https://api.nuget.org/v3-flatcontainer/njsonschema/11.1.0/njsonschema.11.1.0.nupkg https://api.nuget.org/v3-flatcontainer/nuget.frameworks/5.0.0/nuget.frameworks.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/nuget.frameworks/5.11.0/nuget.frameworks.5.11.0.nupkg https://api.nuget.org/v3-flatcontainer/omnisharp.extensions.jsonrpc.generators/0.19.5/omnisharp.extensions.jsonrpc.generators.0.19.5.nupkg https://api.nuget.org/v3-flatcontainer/omnisharp.extensions.jsonrpc.testing/0.19.5/omnisharp.extensions.jsonrpc.testing.0.19.5.nupkg https://api.nuget.org/v3-flatcontainer/omnisharp.extensions.jsonrpc/0.19.5/omnisharp.extensions.jsonrpc.0.19.5.nupkg https://api.nuget.org/v3-flatcontainer/omnisharp.extensions.languageclient/0.19.5/omnisharp.extensions.languageclient.0.19.5.nupkg https://api.nuget.org/v3-flatcontainer/omnisharp.extensions.languageprotocol.testing/0.19.5/omnisharp.extensions.languageprotocol.testing.0.19.5.nupkg https://api.nuget.org/v3-flatcontainer/omnisharp.extensions.languageprotocol/0.19.5/omnisharp.extensions.languageprotocol.0.19.5.nupkg https://api.nuget.org/v3-flatcontainer/omnisharp.extensions.languageserver.shared/0.19.5/omnisharp.extensions.languageserver.shared.0.19.5.nupkg https://api.nuget.org/v3-flatcontainer/omnisharp.extensions.languageserver/0.19.5/omnisharp.extensions.languageserver.0.19.5.nupkg https://api.nuget.org/v3-flatcontainer/rangetree/3.0.1/rangetree.3.0.1.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.collections/4.3.0/runtime.any.system.collections.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.diagnostics.tools/4.3.0/runtime.any.system.diagnostics.tools.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.diagnostics.tracing/4.3.0/runtime.any.system.diagnostics.tracing.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.globalization.calendars/4.3.0/runtime.any.system.globalization.calendars.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.globalization/4.3.0/runtime.any.system.globalization.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.io/4.3.0/runtime.any.system.io.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.reflection.extensions/4.3.0/runtime.any.system.reflection.extensions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.reflection.primitives/4.3.0/runtime.any.system.reflection.primitives.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.reflection/4.3.0/runtime.any.system.reflection.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.resources.resourcemanager/4.3.0/runtime.any.system.resources.resourcemanager.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.runtime.handles/4.3.0/runtime.any.system.runtime.handles.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.runtime.interopservices/4.3.0/runtime.any.system.runtime.interopservices.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.runtime/4.3.0/runtime.any.system.runtime.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.text.encoding.extensions/4.3.0/runtime.any.system.text.encoding.extensions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.text.encoding/4.3.0/runtime.any.system.text.encoding.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.threading.tasks/4.3.0/runtime.any.system.threading.tasks.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.threading.timer/4.3.0/runtime.any.system.threading.timer.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.native.system.io.compression/4.3.0/runtime.native.system.io.compression.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.native.system.net.http/4.3.0/runtime.native.system.net.http.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.native.system.security.cryptography.apple/4.3.0/runtime.native.system.security.cryptography.apple.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.native.system.security.cryptography.openssl/4.3.0/runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.native.system/4.0.0/runtime.native.system.4.0.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.native.system/4.3.0/runtime.native.system.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.unix.microsoft.win32.primitives/4.3.0/runtime.unix.microsoft.win32.primitives.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.unix.system.console/4.3.0/runtime.unix.system.console.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.unix.system.diagnostics.debug/4.3.0/runtime.unix.system.diagnostics.debug.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.unix.system.io.filesystem/4.3.0/runtime.unix.system.io.filesystem.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.unix.system.net.primitives/4.3.0/runtime.unix.system.net.primitives.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.unix.system.net.sockets/4.3.0/runtime.unix.system.net.sockets.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.unix.system.private.uri/4.3.0/runtime.unix.system.private.uri.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.unix.system.runtime.extensions/4.3.0/runtime.unix.system.runtime.extensions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/serilog.extensions.logging/3.0.1/serilog.extensions.logging.3.0.1.nupkg https://api.nuget.org/v3-flatcontainer/serilog.settings.configuration/3.1.0/serilog.settings.configuration.3.1.0.nupkg https://api.nuget.org/v3-flatcontainer/serilog.sinks.debug/2.0.0/serilog.sinks.debug.2.0.0.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.sinks.inmemory/0.11.0/serilog.sinks.inmemory.0.11.0.nupkg https://api.nuget.org/v3-flatcontainer/serilog/2.12.0/serilog.2.12.0.nupkg https://api.nuget.org/v3-flatcontainer/system.appcontext/4.1.0/system.appcontext.4.1.0.nupkg https://api.nuget.org/v3-flatcontainer/system.appcontext/4.3.0/system.appcontext.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.buffers/4.3.0/system.buffers.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.buffers/4.4.0/system.buffers.4.4.0.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/9.0.0/system.codedom.9.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.collections.concurrent/4.3.0/system.collections.concurrent.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.collections.immutable/1.5.0/system.collections.immutable.1.5.0.nupkg https://api.nuget.org/v3-flatcontainer/system.collections.immutable/1.7.0/system.collections.immutable.1.7.0.nupkg https://api.nuget.org/v3-flatcontainer/system.collections.immutable/1.7.1/system.collections.immutable.1.7.1.nupkg https://api.nuget.org/v3-flatcontainer/system.collections.immutable/5.0.0/system.collections.immutable.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.collections.immutable/8.0.0/system.collections.immutable.8.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.collections.immutable/9.0.0/system.collections.immutable.9.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.collections.nongeneric/4.3.0/system.collections.nongeneric.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.collections.specialized/4.3.0/system.collections.specialized.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.collections/4.0.11/system.collections.4.0.11.nupkg https://api.nuget.org/v3-flatcontainer/system.collections/4.3.0/system.collections.4.3.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.primitives/4.3.0/system.componentmodel.primitives.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.componentmodel.typeconverter/4.3.0/system.componentmodel.typeconverter.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.componentmodel/4.3.0/system.componentmodel.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.composition.attributedmodel/1.0.31/system.composition.attributedmodel.1.0.31.nupkg https://api.nuget.org/v3-flatcontainer/system.composition.attributedmodel/8.0.0/system.composition.attributedmodel.8.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.composition.convention/1.0.31/system.composition.convention.1.0.31.nupkg https://api.nuget.org/v3-flatcontainer/system.composition.convention/8.0.0/system.composition.convention.8.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.composition.hosting/1.0.31/system.composition.hosting.1.0.31.nupkg https://api.nuget.org/v3-flatcontainer/system.composition.hosting/8.0.0/system.composition.hosting.8.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.composition.runtime/1.0.31/system.composition.runtime.1.0.31.nupkg https://api.nuget.org/v3-flatcontainer/system.composition.runtime/8.0.0/system.composition.runtime.8.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.composition.typedparts/1.0.31/system.composition.typedparts.1.0.31.nupkg https://api.nuget.org/v3-flatcontainer/system.composition.typedparts/8.0.0/system.composition.typedparts.8.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.composition/1.0.31/system.composition.1.0.31.nupkg https://api.nuget.org/v3-flatcontainer/system.composition/8.0.0/system.composition.8.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/4.7.0/system.configuration.configurationmanager.4.7.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/9.0.0/system.configuration.configurationmanager.9.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.console/4.3.0/system.console.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.diagnostics.debug/4.0.11/system.diagnostics.debug.4.0.11.nupkg https://api.nuget.org/v3-flatcontainer/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/4.3.0/system.diagnostics.diagnosticsource.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/9.0.0/system.diagnostics.diagnosticsource.9.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.diagnostics.eventlog/9.0.0/system.diagnostics.eventlog.9.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.diagnostics.tools/4.0.1/system.diagnostics.tools.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.diagnostics.tools/4.3.0/system.diagnostics.tools.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.diagnostics.tracesource/4.3.0/system.diagnostics.tracesource.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.diagnostics.tracing/4.3.0/system.diagnostics.tracing.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.drawing.common/4.7.0/system.drawing.common.4.7.0.nupkg https://api.nuget.org/v3-flatcontainer/system.drawing.common/6.0.0/system.drawing.common.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.dynamic.runtime/4.0.11/system.dynamic.runtime.4.0.11.nupkg https://api.nuget.org/v3-flatcontainer/system.dynamic.runtime/4.3.0/system.dynamic.runtime.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.formats.asn1/9.0.0/system.formats.asn1.9.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.formats.nrbf/9.0.0/system.formats.nrbf.9.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.globalization.calendars/4.3.0/system.globalization.calendars.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.globalization.extensions/4.3.0/system.globalization.extensions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.globalization/4.0.11/system.globalization.4.0.11.nupkg https://api.nuget.org/v3-flatcontainer/system.globalization/4.3.0/system.globalization.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.io.compression/4.3.0/system.io.compression.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.io.filesystem.primitives/4.0.1/system.io.filesystem.primitives.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.io.filesystem/4.0.1/system.io.filesystem.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.io.filesystem/4.3.0/system.io.filesystem.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.io.pipelines/4.7.3/system.io.pipelines.4.7.3.nupkg https://api.nuget.org/v3-flatcontainer/system.io.pipelines/5.0.1/system.io.pipelines.5.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.io.pipelines/8.0.0/system.io.pipelines.8.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.io/4.1.0/system.io.4.1.0.nupkg https://api.nuget.org/v3-flatcontainer/system.io/4.3.0/system.io.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.linq.async/6.0.1/system.linq.async.6.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.linq.expressions/4.1.0/system.linq.expressions.4.1.0.nupkg https://api.nuget.org/v3-flatcontainer/system.linq.expressions/4.3.0/system.linq.expressions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.linq/4.1.0/system.linq.4.1.0.nupkg https://api.nuget.org/v3-flatcontainer/system.linq/4.3.0/system.linq.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.memory/4.5.3/system.memory.4.5.3.nupkg https://api.nuget.org/v3-flatcontainer/system.memory/4.5.4/system.memory.4.5.4.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.memory/4.6.0/system.memory.4.6.0.nupkg https://api.nuget.org/v3-flatcontainer/system.net.http/4.3.0/system.net.http.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.net.nameresolution/4.3.0/system.net.nameresolution.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.net.primitives/4.3.0/system.net.primitives.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.net.sockets/4.3.0/system.net.sockets.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.net.websockets/4.3.0/system.net.websockets.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.numerics.vectors/4.4.0/system.numerics.vectors.4.4.0.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.objectmodel/4.0.12/system.objectmodel.4.0.12.nupkg https://api.nuget.org/v3-flatcontainer/system.objectmodel/4.3.0/system.objectmodel.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.private.uri/4.3.0/system.private.uri.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reactive/4.4.1/system.reactive.4.4.1.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.emit.ilgeneration/4.0.1/system.reflection.emit.ilgeneration.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.emit.ilgeneration/4.3.0/system.reflection.emit.ilgeneration.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.emit.lightweight/4.0.1/system.reflection.emit.lightweight.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.emit.lightweight/4.3.0/system.reflection.emit.lightweight.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.emit/4.0.1/system.reflection.emit.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.emit/4.3.0/system.reflection.emit.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.extensions/4.0.1/system.reflection.extensions.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.extensions/4.3.0/system.reflection.extensions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.metadata/1.6.0/system.reflection.metadata.1.6.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.metadata/5.0.0/system.reflection.metadata.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.metadata/8.0.0/system.reflection.metadata.8.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.metadata/9.0.0/system.reflection.metadata.9.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.primitives/4.0.1/system.reflection.primitives.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.primitives/4.3.0/system.reflection.primitives.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.typeextensions/4.1.0/system.reflection.typeextensions.4.1.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.typeextensions/4.3.0/system.reflection.typeextensions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection/4.1.0/system.reflection.4.1.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection/4.3.0/system.reflection.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.resources.extensions/9.0.0/system.resources.extensions.9.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.resources.resourcemanager/4.0.1/system.resources.resourcemanager.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.resources.resourcemanager/4.3.0/system.resources.resourcemanager.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.caching/6.0.0/system.runtime.caching.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/4.4.0/system.runtime.compilerservices.unsafe.4.4.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/4.5.2/system.runtime.compilerservices.unsafe.4.5.2.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/4.7.0/system.runtime.compilerservices.unsafe.4.7.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/4.7.1/system.runtime.compilerservices.unsafe.4.7.1.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/5.0.0/system.runtime.compilerservices.unsafe.5.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.compilerservices.unsafe/6.1.0/system.runtime.compilerservices.unsafe.6.1.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.extensions/4.1.0/system.runtime.extensions.4.1.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.extensions/4.3.0/system.runtime.extensions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.handles/4.0.1/system.runtime.handles.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.handles/4.3.0/system.runtime.handles.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.runtimeinformation/4.0.0/system.runtime.interopservices.runtimeinformation.4.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.runtimeinformation/4.3.0/system.runtime.interopservices.runtimeinformation.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices/4.1.0/system.runtime.interopservices.4.1.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices/4.3.0/system.runtime.interopservices.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.numerics/4.3.0/system.runtime.numerics.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.serialization.primitives/4.1.1/system.runtime.serialization.primitives.4.1.1.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime/4.1.0/system.runtime.4.1.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime/4.3.0/system.runtime.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.accesscontrol/4.6.0/system.security.accesscontrol.4.6.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.accesscontrol/4.7.0/system.security.accesscontrol.4.7.0.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.claims/4.3.0/system.security.claims.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.algorithms/4.3.0/system.security.cryptography.algorithms.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.cng/4.3.0/system.security.cryptography.cng.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.csp/4.3.0/system.security.cryptography.csp.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.encoding/4.3.0/system.security.cryptography.encoding.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.openssl/4.3.0/system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.pkcs/9.0.0/system.security.cryptography.pkcs.9.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.primitives/4.3.0/system.security.cryptography.primitives.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/4.7.0/system.security.cryptography.protecteddata.4.7.0.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/9.0.0/system.security.cryptography.protecteddata.9.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.x509certificates/4.3.0/system.security.cryptography.x509certificates.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.xml/9.0.0/system.security.cryptography.xml.9.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.permissions/4.7.0/system.security.permissions.4.7.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.permissions/6.0.0/system.security.permissions.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.principal.windows/4.3.0/system.security.principal.windows.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.principal.windows/4.6.0/system.security.principal.windows.4.6.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.principal.windows/4.7.0/system.security.principal.windows.4.7.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.security.principal/4.3.0/system.security.principal.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.text.encoding.codepages/4.0.1/system.text.encoding.codepages.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/system.text.encoding.codepages/4.5.1/system.text.encoding.codepages.4.5.1.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.encoding.codepages/9.0.0/system.text.encoding.codepages.9.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.text.encoding.extensions/4.0.11/system.text.encoding.extensions.4.0.11.nupkg https://api.nuget.org/v3-flatcontainer/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.text.encoding/4.0.11/system.text.encoding.4.0.11.nupkg https://api.nuget.org/v3-flatcontainer/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.text.json/4.7.0/system.text.json.4.7.0.nupkg https://api.nuget.org/v3-flatcontainer/system.text.json/5.0.2/system.text.json.5.0.2.nupkg https://api.nuget.org/v3-flatcontainer/system.text.regularexpressions/4.1.0/system.text.regularexpressions.4.1.0.nupkg https://api.nuget.org/v3-flatcontainer/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.threading.channels/4.7.1/system.threading.channels.4.7.1.nupkg https://api.nuget.org/v3-flatcontainer/system.threading.channels/7.0.0/system.threading.channels.7.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.threading.tasks.dataflow/4.9.0/system.threading.tasks.dataflow.4.9.0.nupkg https://api.nuget.org/v3-flatcontainer/system.threading.tasks.dataflow/9.0.0/system.threading.tasks.dataflow.9.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/4.0.0/system.threading.tasks.extensions.4.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/4.3.0/system.threading.tasks.extensions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/4.5.3/system.threading.tasks.extensions.4.5.3.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.threading.tasks/4.0.11/system.threading.tasks.4.0.11.nupkg https://api.nuget.org/v3-flatcontainer/system.threading.tasks/4.3.0/system.threading.tasks.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.threading.threadpool/4.3.0/system.threading.threadpool.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.threading.timer/4.3.0/system.threading.timer.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.threading/4.0.11/system.threading.4.0.11.nupkg https://api.nuget.org/v3-flatcontainer/system.threading/4.3.0/system.threading.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.windows.extensions/4.7.0/system.windows.extensions.4.7.0.nupkg https://api.nuget.org/v3-flatcontainer/system.windows.extensions/6.0.0/system.windows.extensions.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.xml.readerwriter/4.0.11/system.xml.readerwriter.4.0.11.nupkg https://api.nuget.org/v3-flatcontainer/system.xml.readerwriter/4.3.0/system.xml.readerwriter.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.xml.xdocument/4.0.11/system.xml.xdocument.4.0.11.nupkg https://api.nuget.org/v3-flatcontainer/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.xml.xmldocument/4.3.0/system.xml.xmldocument.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/tomlyn/0.17.0/tomlyn.0.17.0.nupkg https://api.nuget.org/v3-flatcontainer/validation/2.4.18/validation.2.4.18.nupkg https://api.nuget.org/v3-flatcontainer/xunit.abstractions/2.0.2/xunit.abstractions.2.0.2.nupkg https://api.nuget.org/v3-flatcontainer/xunit.abstractions/2.0.3/xunit.abstractions.2.0.3.nupkg https://api.nuget.org/v3-flatcontainer/xunit.analyzers/0.10.0/xunit.analyzers.0.10.0.nupkg https://api.nuget.org/v3-flatcontainer/xunit.analyzers/1.0.0/xunit.analyzers.1.0.0.nupkg https://api.nuget.org/v3-flatcontainer/xunit.assert/2.4.1/xunit.assert.2.4.1.nupkg https://api.nuget.org/v3-flatcontainer/xunit.assert/2.4.2/xunit.assert.2.4.2.nupkg https://api.nuget.org/v3-flatcontainer/xunit.assertmessages/2.4.0/xunit.assertmessages.2.4.0.nupkg https://api.nuget.org/v3-flatcontainer/xunit.core/2.4.1/xunit.core.2.4.1.nupkg https://api.nuget.org/v3-flatcontainer/xunit.core/2.4.2/xunit.core.2.4.2.nupkg https://api.nuget.org/v3-flatcontainer/xunit.extensibility.core/2.4.0/xunit.extensibility.core.2.4.0.nupkg https://api.nuget.org/v3-flatcontainer/xunit.extensibility.core/2.4.1/xunit.extensibility.core.2.4.1.nupkg https://api.nuget.org/v3-flatcontainer/xunit.extensibility.core/2.4.2/xunit.extensibility.core.2.4.2.nupkg https://api.nuget.org/v3-flatcontainer/xunit.extensibility.execution/2.4.0/xunit.extensibility.execution.2.4.0.nupkg https://api.nuget.org/v3-flatcontainer/xunit.extensibility.execution/2.4.1/xunit.extensibility.execution.2.4.1.nupkg https://api.nuget.org/v3-flatcontainer/xunit.extensibility.execution/2.4.2/xunit.extensibility.execution.2.4.2.nupkg https://api.nuget.org/v3-flatcontainer/xunit.runner.visualstudio/2.4.3/xunit.runner.visualstudio.2.4.3.nupkg https://api.nuget.org/v3-flatcontainer/xunit.runner.visualstudio/2.5.1/xunit.runner.visualstudio.2.5.1.nupkg https://api.nuget.org/v3-flatcontainer/xunit.skippablefact/1.4.8/xunit.skippablefact.1.4.8.nupkg https://api.nuget.org/v3-flatcontainer/xunit/2.4.1/xunit.2.4.1.nupkg https://api.nuget.org/v3-flatcontainer/xunit/2.4.2/xunit.2.4.2.nupkg test? ( https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.1.2.tgz ) -_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c dotnet-pkg 149be926006315896e1a57f36db1b772 dotnet-pkg-base 6c5f563c6f9f99038ac0ddf7403e3b55 edo a5e294016aa84979fcb2459749eb80b2 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f nuget 5b6663023b71fb1220f230ac225205ae optfeature 538bce96e5589935b57e178e8635f301 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c dotnet-pkg 149be926006315896e1a57f36db1b772 dotnet-pkg-base 6c5f563c6f9f99038ac0ddf7403e3b55 edo a5e294016aa84979fcb2459749eb80b2 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f nuget 5b6663023b71fb1220f230ac225205ae optfeature 538bce96e5589935b57e178e8635f301 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=99a9d205f54ec68036d7715723ed8713 diff --git a/metadata/md5-cache/dev-lang/dzaima-bqn-0.2.1 b/metadata/md5-cache/dev-lang/dzaima-bqn-0.2.1 index e7525a69a604..cff40a987d29 100644 --- a/metadata/md5-cache/dev-lang/dzaima-bqn-0.2.1 +++ b/metadata/md5-cache/dev-lang/dzaima-bqn-0.2.1 @@ -9,5 +9,5 @@ LICENSE=MIT RDEPEND=>=virtual/jre-1.8 >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://github.com/dzaima/BQN/archive/v0.2.1.tar.gz -> dzaima-bqn-0.2.1.tar.gz -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=d8139849e2355fc9ab95b1884474183a diff --git a/metadata/md5-cache/dev-lang/dzaima-bqn-9999 b/metadata/md5-cache/dev-lang/dzaima-bqn-9999 index 6d90b39ea3e8..b74e2c1b8fa3 100644 --- a/metadata/md5-cache/dev-lang/dzaima-bqn-9999 +++ b/metadata/md5-cache/dev-lang/dzaima-bqn-9999 @@ -9,5 +9,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=>=virtual/jre-1.8 >=dev-java/java-config-2.2.0-r3 SLOT=0 -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 git-r3 875eb471682d3e1f18da124be97dcc81 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 git-r3 875eb471682d3e1f18da124be97dcc81 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=e8deb6dcd8eed29b248c2a2b90d434b1 diff --git a/metadata/md5-cache/dev-lang/erlang-28.3 b/metadata/md5-cache/dev-lang/erlang-28.3 index 012b94f00410..a7afa044ac3e 100644 --- a/metadata/md5-cache/dev-lang/erlang-28.3 +++ b/metadata/md5-cache/dev-lang/erlang-28.3 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=acct-group/epmd acct-user/epmd sys-libs/ncurses:0 sys-libs/zlib emacs? ( >=app-editors/emacs-23.1:* ) java? ( >=virtual/jdk-1.8:* ) odbc? ( dev-db/unixODBC ) sctp? ( net-misc/lksctp-tools ) ssl? ( !libressl? ( >=dev-libs/openssl-0.9.7d:0= ) libressl? ( dev-libs/libressl:0= ) ) systemd? ( sys-apps/systemd ) wxwidgets? ( dev-libs/glib:2 x11-libs/wxGTK:3.2-gtk3[X,opengl] ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0/28.3 SRC_URI=https://github.com/erlang/otp/archive/OTP-28.3.tar.gz -> erlang-28.3.tar.gz https://github.com/erlang/otp/releases/download/OTP-28.3/otp_doc_man_28.3.tar.gz -> erlang_doc_man_28.3.tar.gz doc? ( https://github.com/erlang/otp/releases/download/OTP-28.3/otp_doc_html_28.3.tar.gz -> erlang_doc_html_28.3.tar.gz ) -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 elisp-common ce20c7e2fc0c52b58ddabcd536b7310b flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 wxwidgets c48bf68858bd3c27c272ff034eb1e14d +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 elisp-common ce20c7e2fc0c52b58ddabcd536b7310b flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 wxwidgets c48bf68858bd3c27c272ff034eb1e14d _md5_=cd9f3b9957a70417dee8b972c9ce39ff diff --git a/metadata/md5-cache/dev-lang/erlang-28.3.1 b/metadata/md5-cache/dev-lang/erlang-28.3.1 index 578dd9d96a28..0fed9203fd7c 100644 --- a/metadata/md5-cache/dev-lang/erlang-28.3.1 +++ b/metadata/md5-cache/dev-lang/erlang-28.3.1 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=acct-group/epmd acct-user/epmd sys-libs/ncurses:0 sys-libs/zlib emacs? ( >=app-editors/emacs-23.1:* ) java? ( >=virtual/jdk-1.8:* ) odbc? ( dev-db/unixODBC ) sctp? ( net-misc/lksctp-tools ) ssl? ( !libressl? ( >=dev-libs/openssl-0.9.7d:0= ) libressl? ( dev-libs/libressl:0= ) ) systemd? ( sys-apps/systemd ) wxwidgets? ( dev-libs/glib:2 x11-libs/wxGTK:3.2-gtk3[X,opengl] ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0/28.3.1 SRC_URI=https://github.com/erlang/otp/archive/OTP-28.3.1.tar.gz -> erlang-28.3.1.tar.gz https://github.com/erlang/otp/releases/download/OTP-28.3/otp_doc_man_28.3.tar.gz -> erlang_doc_man_28.3.tar.gz doc? ( https://github.com/erlang/otp/releases/download/OTP-28.3/otp_doc_html_28.3.tar.gz -> erlang_doc_html_28.3.tar.gz ) -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 elisp-common ce20c7e2fc0c52b58ddabcd536b7310b flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 wxwidgets c48bf68858bd3c27c272ff034eb1e14d +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 elisp-common ce20c7e2fc0c52b58ddabcd536b7310b flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 wxwidgets c48bf68858bd3c27c272ff034eb1e14d _md5_=149b41cf6fff58722fcec3b0e17400aa diff --git a/metadata/md5-cache/dev-lang/fuzion-0.092 b/metadata/md5-cache/dev-lang/fuzion-0.092 index 1746c83509dc..a82d5935ef2b 100644 --- a/metadata/md5-cache/dev-lang/fuzion-0.092 +++ b/metadata/md5-cache/dev-lang/fuzion-0.092 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-21:* dev-libs/boehm-gc >=dev-java/java-config-2.2.0-r3 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/tokiwa-software/fuzion/archive/refs/tags/v0.092.tar.gz -> fuzion-0.092.gh.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=d93a2622e8e768ab4ac0248082dc550e diff --git a/metadata/md5-cache/dev-lang/gnuprologjava-0.2.6-r2 b/metadata/md5-cache/dev-lang/gnuprologjava-0.2.6-r2 index c78c4ce45d19..8416829f4da8 100644 --- a/metadata/md5-cache/dev-lang/gnuprologjava-0.2.6-r2 +++ b/metadata/md5-cache/dev-lang/gnuprologjava-0.2.6-r2 @@ -11,5 +11,5 @@ LICENSE=LGPL-3+ RDEPEND=dev-java/java-getopt:1 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://gnu/gnuprologjava/gnuprologjava-0.2.6-src.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=bcef2b52b95f5c9efa9309a805eeee95 diff --git a/metadata/md5-cache/dev-lang/interprolog-2.1.2-r3 b/metadata/md5-cache/dev-lang/interprolog-2.1.2-r3 index f64b472b735e..bb52c83a461b 100644 --- a/metadata/md5-cache/dev-lang/interprolog-2.1.2-r3 +++ b/metadata/md5-cache/dev-lang/interprolog-2.1.2-r3 @@ -11,5 +11,5 @@ LICENSE=LGPL-2 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://declarativa.com/InterProlog/interprolog212.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=586efc4e7eb15fcdd69415810e3cd8e4 diff --git a/metadata/md5-cache/dev-lang/kotlin-bin-2.2.21 b/metadata/md5-cache/dev-lang/kotlin-bin-2.2.21 index 2469b59761d1..db8bb58cc9f0 100644 --- a/metadata/md5-cache/dev-lang/kotlin-bin-2.2.21 +++ b/metadata/md5-cache/dev-lang/kotlin-bin-2.2.21 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 BSD MIT NPL-1.1 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=0/2.2.21 SRC_URI=https://github.com/JetBrains/kotlin/releases/download/v2.2.21/kotlin-compiler-2.2.21.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 wrapper ebaa3beeb43f7e533872b6c37168c7ad +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 wrapper ebaa3beeb43f7e533872b6c37168c7ad _md5_=0d5c2f0730b056e1cb3d670c815cb215 diff --git a/metadata/md5-cache/dev-lang/kotlin-bin-2.3.0 b/metadata/md5-cache/dev-lang/kotlin-bin-2.3.0 index 53f1bf3657ac..17e2b59d9774 100644 --- a/metadata/md5-cache/dev-lang/kotlin-bin-2.3.0 +++ b/metadata/md5-cache/dev-lang/kotlin-bin-2.3.0 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 BSD MIT NPL-1.1 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=0/2.3.0 SRC_URI=https://github.com/JetBrains/kotlin/releases/download/v2.3.0/kotlin-compiler-2.3.0.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 wrapper ebaa3beeb43f7e533872b6c37168c7ad +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 wrapper ebaa3beeb43f7e533872b6c37168c7ad _md5_=0d5c2f0730b056e1cb3d670c815cb215 diff --git a/metadata/md5-cache/dev-lang/mercury-22.01.1-r1 b/metadata/md5-cache/dev-lang/mercury-22.01.1-r1 index 59eb15264bf7..d8649c933b69 100644 --- a/metadata/md5-cache/dev-lang/mercury-22.01.1-r1 +++ b/metadata/md5-cache/dev-lang/mercury-22.01.1-r1 @@ -12,5 +12,5 @@ RDEPEND=net-libs/libnsl:0= readline? ( sys-libs/readline:= ) mono? ( dev-lang/mo RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://dl.mercurylang.org/release/mercury-srcdist-22.01.1.tar.gz https://dev.gentoo.org/~keri/distfiles/mercury/mercury-22.01.1-gentoo-patchset-2.tar.gz -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 elisp-common ce20c7e2fc0c52b58ddabcd536b7310b flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 vcs-clean f5d76e36be67d713022315e10c51bc6c xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 elisp-common ce20c7e2fc0c52b58ddabcd536b7310b flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 vcs-clean f5d76e36be67d713022315e10c51bc6c xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=5de9f9c2a89b6f4d7da887fdf0ab49c8 diff --git a/metadata/md5-cache/dev-lang/nqp-2025.10 b/metadata/md5-cache/dev-lang/nqp-2025.10 index 92f125a525ff..0101c6452d5b 100644 --- a/metadata/md5-cache/dev-lang/nqp-2025.10 +++ b/metadata/md5-cache/dev-lang/nqp-2025.10 @@ -13,5 +13,5 @@ REQUIRED_USE=|| ( java moar ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/Raku/nqp/releases/download/2025.10/nqp-2025.10.tar.gz -_eclasses_=java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multibuild 4650a65187015567b4e041bb9bfdb364 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c +_eclasses_=java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multibuild 4650a65187015567b4e041bb9bfdb364 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c _md5_=9ee3bf64f3817a62e81a5b313e5f438f diff --git a/metadata/md5-cache/dev-lang/nqp-2025.11 b/metadata/md5-cache/dev-lang/nqp-2025.11 index 8fe2c3f084f2..92d50adf3084 100644 --- a/metadata/md5-cache/dev-lang/nqp-2025.11 +++ b/metadata/md5-cache/dev-lang/nqp-2025.11 @@ -13,5 +13,5 @@ REQUIRED_USE=|| ( java moar ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/Raku/nqp/releases/download/2025.11/nqp-2025.11.tar.gz -_eclasses_=java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multibuild 4650a65187015567b4e041bb9bfdb364 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c +_eclasses_=java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multibuild 4650a65187015567b4e041bb9bfdb364 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c _md5_=9ee3bf64f3817a62e81a5b313e5f438f diff --git a/metadata/md5-cache/dev-lang/nqp-9999 b/metadata/md5-cache/dev-lang/nqp-9999 index 9553e2fa9b85..788144427216 100644 --- a/metadata/md5-cache/dev-lang/nqp-9999 +++ b/metadata/md5-cache/dev-lang/nqp-9999 @@ -12,5 +12,5 @@ RDEPEND=java? ( >=dev-java/asm-9.7.1_p20241213:0 >=dev-java/jna-5.17.0:0 ) moar? REQUIRED_USE=|| ( java moar ) RESTRICT=!test? ( test ) SLOT=0 -_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multibuild 4650a65187015567b4e041bb9bfdb364 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c +_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multibuild 4650a65187015567b4e041bb9bfdb364 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c _md5_=d8b71d03d9f379421122bd6add7ec7bd diff --git a/metadata/md5-cache/dev-lang/rakudo-2025.10 b/metadata/md5-cache/dev-lang/rakudo-2025.10 index 7eb3d90f8bf8..01e30cbf7f27 100644 --- a/metadata/md5-cache/dev-lang/rakudo-2025.10 +++ b/metadata/md5-cache/dev-lang/rakudo-2025.10 @@ -12,5 +12,5 @@ REQUIRED_USE=|| ( java moar ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://rakudo.org/dl/rakudo/rakudo-2025.10.tar.gz -_eclasses_=java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=4b06fcee7322d832df508f2728b645c0 diff --git a/metadata/md5-cache/dev-lang/rakudo-2025.11 b/metadata/md5-cache/dev-lang/rakudo-2025.11 index 9aa63c9520a7..16f9caf96d6f 100644 --- a/metadata/md5-cache/dev-lang/rakudo-2025.11 +++ b/metadata/md5-cache/dev-lang/rakudo-2025.11 @@ -12,5 +12,5 @@ REQUIRED_USE=|| ( java moar ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://rakudo.org/dl/rakudo/rakudo-2025.11.tar.gz -_eclasses_=java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=4b06fcee7322d832df508f2728b645c0 diff --git a/metadata/md5-cache/dev-lang/scala-bin-2.13.9-r1 b/metadata/md5-cache/dev-lang/scala-bin-2.13.9-r1 index a54b9d92e979..a856db49c39a 100644 --- a/metadata/md5-cache/dev-lang/scala-bin-2.13.9-r1 +++ b/metadata/md5-cache/dev-lang/scala-bin-2.13.9-r1 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8 !dev-lang/scala >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://downloads.lightbend.com/scala/2.13.9/scala-2.13.9.tgz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=8e6543121eb2e66d9feb20519c68aa22 diff --git a/metadata/md5-cache/dev-lang/souffle-2.5 b/metadata/md5-cache/dev-lang/souffle-2.5 index 3d5ea81d398e..b0307022cdd7 100644 --- a/metadata/md5-cache/dev-lang/souffle-2.5 +++ b/metadata/md5-cache/dev-lang/souffle-2.5 @@ -13,5 +13,5 @@ REQUIRED_USE=java? ( swig ) python? ( swig ) test? ( ^^ ( python_single_target_p RESTRICT=test SLOT=0 SRC_URI=https://github.com/souffle-lang/souffle/archive/2.5.tar.gz -> souffle-2.5.tar.gz -_eclasses_=bash-completion-r1 767861f3744f589ee5291c1698b1c082 cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=bash-completion-r1 767861f3744f589ee5291c1698b1c082 cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=d489cafb02fb15eae8dc1a21d9ecfdfd diff --git a/metadata/md5-cache/dev-lang/tuprolog-3.2.0-r3 b/metadata/md5-cache/dev-lang/tuprolog-3.2.0-r3 index ac4845857251..0970dea429ad 100644 --- a/metadata/md5-cache/dev-lang/tuprolog-3.2.0-r3 +++ b/metadata/md5-cache/dev-lang/tuprolog-3.2.0-r3 @@ -11,5 +11,5 @@ RDEPEND=dev-java/commons-lang:3.6 dev-java/gson:0 dev-java/javassist:3 >=virtual RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://dev.gentoo.org/~keri/distfiles/tuprolog/tuprolog-3.2.0.tar.gz https://dev.gentoo.org/~keri/distfiles/tuprolog/tuprolog-3.2.0-gentoo-patchset-0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=225fc1e4026ad58bef8b1274afed6636 diff --git a/metadata/md5-cache/dev-lang/xsb-4.0.0-r4 b/metadata/md5-cache/dev-lang/xsb-4.0.0-r4 index 96de0be0c898..12786438491a 100644 --- a/metadata/md5-cache/dev-lang/xsb-4.0.0-r4 +++ b/metadata/md5-cache/dev-lang/xsb-4.0.0-r4 @@ -11,5 +11,5 @@ LICENSE=GPL-2 LGPL-2 RDEPEND=curl? ( net-misc/curl ) iodbc? ( dev-db/libiodbc ) java? ( >=virtual/jdk-1.8:* ) mariadb? ( dev-db/mariadb-connector-c:= ) mysql? ( dev-db/mysql-connector-c:0= ) odbc? ( dev-db/unixODBC ) pcre? ( dev-libs/libpcre ) xml? ( dev-libs/libxml2:= ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0 SRC_URI=https://downloads.sourceforge.net/xsb/XSB-4-0-0.tar.gz https://dev.gentoo.org/~keri/distfiles/xsb/xsb-4.0.0-gentoo-patchset-3.tar.gz -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=995c33fb5ed488df142f0b83d15d7eb7 diff --git a/metadata/md5-cache/dev-libs/OpenNI-1.5.7.10-r4 b/metadata/md5-cache/dev-libs/OpenNI-1.5.7.10-r4 index f0555d135f24..c08473ef6243 100644 --- a/metadata/md5-cache/dev-libs/OpenNI-1.5.7.10-r4 +++ b/metadata/md5-cache/dev-libs/OpenNI-1.5.7.10-r4 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 RDEPEND=media-libs/libjpeg-turbo:= virtual/libusb:1 virtual/libudev dev-libs/tinyxml opengl? ( media-libs/freeglut !dev-libs/OpenNI2[opengl] ) java? ( >=virtual/jre-1.8:* !dev-libs/OpenNI2[java] ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0 SRC_URI=https://github.com/OpenNI/OpenNI/archive/Stable-1.5.7.10.tar.gz -> OpenNI-1.5.7.10.tar.gz -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=22650b051e8280c30af4936632753318 diff --git a/metadata/md5-cache/dev-libs/OpenNI-9999 b/metadata/md5-cache/dev-libs/OpenNI-9999 index 2374c57debb4..ac1108961a1c 100644 --- a/metadata/md5-cache/dev-libs/OpenNI-9999 +++ b/metadata/md5-cache/dev-libs/OpenNI-9999 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 PROPERTIES=live RDEPEND=media-libs/libjpeg-turbo:= virtual/libusb:1 virtual/libudev dev-libs/tinyxml opengl? ( media-libs/freeglut !dev-libs/OpenNI2[opengl] ) java? ( >=virtual/jre-1.8:* !dev-libs/OpenNI2[java] ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0 -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 git-r3 875eb471682d3e1f18da124be97dcc81 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 git-r3 875eb471682d3e1f18da124be97dcc81 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=6d3683c9bcc1b4a307646b5d5b4327d5 diff --git a/metadata/md5-cache/dev-libs/OpenNI2-2.2_beta2-r2 b/metadata/md5-cache/dev-libs/OpenNI2-2.2_beta2-r2 index c8e1be6237ce..fa18e46374a5 100644 --- a/metadata/md5-cache/dev-libs/OpenNI2-2.2_beta2-r2 +++ b/metadata/md5-cache/dev-libs/OpenNI2-2.2_beta2-r2 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 RDEPEND=media-libs/libjpeg-turbo:= virtual/libusb:1 virtual/libudev opengl? ( media-libs/freeglut ) java? ( >=virtual/jre-1.8:* !dev-libs/OpenNI[java] ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0 SRC_URI=https://github.com/structureio/OpenNI2/archive/2.2-beta2.tar.gz -> OpenNI2-2.2_beta2.tar.gz -_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=a4ee1dae2c98d258f63d633c461e7586 diff --git a/metadata/md5-cache/dev-libs/OpenNI2-9999 b/metadata/md5-cache/dev-libs/OpenNI2-9999 index a671af967d5d..f50a4cf4a95a 100644 --- a/metadata/md5-cache/dev-libs/OpenNI2-9999 +++ b/metadata/md5-cache/dev-libs/OpenNI2-9999 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 PROPERTIES=live RDEPEND=media-libs/libjpeg-turbo:= virtual/libusb:1 virtual/libudev opengl? ( media-libs/freeglut ) java? ( >=virtual/jre-1.8:* !dev-libs/OpenNI[java] ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0 -_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 git-r3 875eb471682d3e1f18da124be97dcc81 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 git-r3 875eb471682d3e1f18da124be97dcc81 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=a795ba1fa33025f0cfed2d892fac7e87 diff --git a/metadata/md5-cache/dev-libs/aws-c-auth-0.9.1 b/metadata/md5-cache/dev-libs/aws-c-auth-0.9.3 index 631163e63073..8707074d023c 100644 --- a/metadata/md5-cache/dev-libs/aws-c-auth-0.9.1 +++ b/metadata/md5-cache/dev-libs/aws-c-auth-0.9.3 @@ -1,6 +1,6 @@ BDEPEND=dev-libs/aws-c-common app-alternatives/ninja >=dev-build/cmake-3.28.5 DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-libs/aws-c-sdkutils:= dev-libs/aws-c-cal:= dev-libs/aws-c-http:= +DEPEND=dev-libs/aws-c-cal:= >=dev-libs/aws-c-common-0.12.6:= dev-libs/aws-c-http:= dev-libs/aws-c-sdkutils:= DESCRIPTION=AWS C Auth: C99 library implementation of AWS client-side authentication. EAPI=8 HOMEPAGE=https://github.com/awslabs/aws-c-auth @@ -8,9 +8,9 @@ INHERIT=cmake IUSE=test KEYWORDS=~amd64 LICENSE=Apache-2.0 -RDEPEND=dev-libs/aws-c-sdkutils:= dev-libs/aws-c-cal:= dev-libs/aws-c-http:= +RDEPEND=dev-libs/aws-c-cal:= >=dev-libs/aws-c-common-0.12.6:= dev-libs/aws-c-http:= dev-libs/aws-c-sdkutils:= RESTRICT=!test? ( test ) SLOT=0/1 -SRC_URI=https://github.com/awslabs/aws-c-auth/archive/refs/tags/v0.9.1.tar.gz -> aws-c-auth-0.9.1.tar.gz +SRC_URI=https://github.com/awslabs/aws-c-auth/archive/refs/tags/v0.9.3.tar.gz -> aws-c-auth-0.9.3.tar.gz _eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=0ede13d3c311e640211b9158888729df +_md5_=0dc888210b1060ed421eb4671e41a3cf diff --git a/metadata/md5-cache/dev-libs/libjcat-0.2.5 b/metadata/md5-cache/dev-libs/libjcat-0.2.5 index 9836396291d4..ef33af0d8f3e 100644 --- a/metadata/md5-cache/dev-libs/libjcat-0.2.5 +++ b/metadata/md5-cache/dev-libs/libjcat-0.2.5 @@ -11,6 +11,6 @@ LICENSE=LGPL-2.1+ RDEPEND=dev-libs/glib:2 dev-libs/json-glib:= ed25519? ( net-libs/gnutls:= ) gpg? ( app-crypt/gpgme:= dev-libs/libgpg-error ) introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) pkcs7? ( net-libs/gnutls:= ) vala? ( dev-lang/vala:= ) RESTRICT=!test? ( test ) SLOT=0 -SRC_URI=https://github.com/hughsie/libjcat/releases/download/0.2.5/libjcat-0.2.5.tar.xz https://dev.gentoo.org/~sam/distfiles/dev-libs/libjcat/libjcat-0.2.5-skip-pq-gnutls.patch -> libjcat-0.2.5-skip-pq-gnutls.patch.xz verify-sig? ( https://github.com/hughsie/libjcat/releases/download/0.2.5/libjcat-0.2.5.tar.xz.asc ) +SRC_URI=https://github.com/hughsie/libjcat/releases/download/0.2.5/libjcat-0.2.5.tar.xz https://dev.gentoo.org/~sam/distfiles/dev-libs/libjcat/libjcat-0.2.5-skip-pq-gnutls.patch.xz verify-sig? ( https://github.com/hughsie/libjcat/releases/download/0.2.5/libjcat-0.2.5.tar.xz.asc ) _eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 meson ee14b47f310c323b82e6655787cd65ed multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 67000e6952ab66809b3422022b873639 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 vala b2f2aa400d77b841d952dda847e24d53 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=0d1ea871422eaf3ad618405489e29f0b +_md5_=1f4257154cba2f8155fe38a9f0a00361 diff --git a/metadata/md5-cache/dev-libs/libnl-3.11.0 b/metadata/md5-cache/dev-libs/libnl-3.11.0 index f476bb28628c..08c32ff98da1 100644 --- a/metadata/md5-cache/dev-libs/libnl-3.11.0 +++ b/metadata/md5-cache/dev-libs/libnl-3.11.0 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://www.infradead.org/~tgr/libnl/ https://github.com/thom311/libnl INHERIT=autotools distutils-r1 multilib-minimal verify-sig IUSE=+debug python test utils python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug 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 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 LICENSE=LGPL-2.1 utils? ( GPL-2 ) RDEPEND=python? ( python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) ) REQUIRED_USE=python? ( || ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) test SLOT=3 SRC_URI=https://github.com/thom311/libnl/releases/download/libnl3_11_0/libnl-3.11.0.tar.gz verify-sig? ( https://github.com/thom311/libnl/releases/download/libnl3_11_0/libnl-3.11.0.tar.gz.sig ) _eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad -_md5_=4514cfaff469ced68b4a65c2f2f463eb +_md5_=401930eb20fa7fcd1184d7e99e3d3994 diff --git a/metadata/md5-cache/dev-libs/sleef-3.9.0 b/metadata/md5-cache/dev-libs/sleef-3.9.0 index 892688ae85f2..f7e9ec4868ef 100644 --- a/metadata/md5-cache/dev-libs/sleef-3.9.0 +++ b/metadata/md5-cache/dev-libs/sleef-3.9.0 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=https://sleef.org/ INHERIT=cmake IUSE=test -KEYWORDS=~amd64 ~arm64 +KEYWORDS=~amd64 ~arm64 ~riscv LICENSE=Boost-1.0 RESTRICT=!test? ( test ) x86? ( test ) SLOT=0 SRC_URI=https://github.com/shibatch/sleef/archive/refs/tags/3.9.0.tar.gz -> sleef-3.9.0.tar.gz _eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=c97939fa5343b7d5852a124e90c799e1 +_md5_=c3dd6ceb42ae08754fd4166dff446c85 diff --git a/metadata/md5-cache/dev-libs/xapian-bindings-1.4.29 b/metadata/md5-cache/dev-libs/xapian-bindings-1.4.29 index 5cc2b32c43cb..fd4ef6936048 100644 --- a/metadata/md5-cache/dev-libs/xapian-bindings-1.4.29 +++ b/metadata/md5-cache/dev-libs/xapian-bindings-1.4.29 @@ -12,5 +12,5 @@ RDEPEND=~dev-libs/xapian-1.4.29 lua? ( lua_targets_luajit? ( dev-lang/luajit:= ) REQUIRED_USE=|| ( java lua perl php python ruby tcl ) lua? ( || ( lua_targets_luajit lua_targets_lua5-1 lua_targets_lua5-3 lua_targets_lua5-4 ) ) python? ( || ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) ) ruby? ( || ( ruby_targets_ruby32 ) ) php? ( || ( php_targets_php8-2 php_targets_php8-3 ) ) SLOT=0 SRC_URI=https://oligarchy.co.uk/xapian/1.4.29/xapian-bindings-1.4.29.tar.xz -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 lua 3414f66fe14a8c3ffdb5a894097068c6 lua-utils 7c89927eda6f21c4c48136247077ab37 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f out-of-source-utils dbf9e34ee8964084651e25907fa8f52c php-ext-source-r3 57493651a3540d6ef7bff5e1c97c8dd3 python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 ruby-ng 019f1856057ee80f3bb4b0ad0498fcef ruby-utils a3a0978ae7e8a40e253821da24a24782 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 lua 3414f66fe14a8c3ffdb5a894097068c6 lua-utils 7c89927eda6f21c4c48136247077ab37 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f out-of-source-utils dbf9e34ee8964084651e25907fa8f52c php-ext-source-r3 57493651a3540d6ef7bff5e1c97c8dd3 python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 ruby-ng 019f1856057ee80f3bb4b0ad0498fcef ruby-utils a3a0978ae7e8a40e253821da24a24782 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=b569b973cfd1cacd60f14eb464e4dae7 diff --git a/metadata/md5-cache/dev-libs/xapian-bindings-1.4.29-r1 b/metadata/md5-cache/dev-libs/xapian-bindings-1.4.29-r1 index 4316500c46e1..39b22acc955c 100644 --- a/metadata/md5-cache/dev-libs/xapian-bindings-1.4.29-r1 +++ b/metadata/md5-cache/dev-libs/xapian-bindings-1.4.29-r1 @@ -12,5 +12,5 @@ RDEPEND=~dev-libs/xapian-1.4.29 lua? ( lua_targets_luajit? ( dev-lang/luajit:= ) REQUIRED_USE=|| ( java lua perl php python ruby tcl ) lua? ( || ( lua_targets_luajit lua_targets_lua5-1 lua_targets_lua5-3 lua_targets_lua5-4 ) ) python? ( || ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) ) ruby? ( || ( ruby_targets_ruby32 ) ) php? ( || ( php_targets_php8-2 php_targets_php8-3 ) ) SLOT=0 SRC_URI=https://oligarchy.co.uk/xapian/1.4.29/xapian-bindings-1.4.29.tar.xz -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 lua 3414f66fe14a8c3ffdb5a894097068c6 lua-utils 7c89927eda6f21c4c48136247077ab37 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f out-of-source-utils dbf9e34ee8964084651e25907fa8f52c perl-functions 1863acf0982afafc67797e3ce7275b4c perl-module 41920449ca174fe9b9b303dfcbdb37a3 php-ext-source-r3 57493651a3540d6ef7bff5e1c97c8dd3 python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 ruby-ng 019f1856057ee80f3bb4b0ad0498fcef ruby-utils a3a0978ae7e8a40e253821da24a24782 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 lua 3414f66fe14a8c3ffdb5a894097068c6 lua-utils 7c89927eda6f21c4c48136247077ab37 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f out-of-source-utils dbf9e34ee8964084651e25907fa8f52c perl-functions 1863acf0982afafc67797e3ce7275b4c perl-module 41920449ca174fe9b9b303dfcbdb37a3 php-ext-source-r3 57493651a3540d6ef7bff5e1c97c8dd3 python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 ruby-ng 019f1856057ee80f3bb4b0ad0498fcef ruby-utils a3a0978ae7e8a40e253821da24a24782 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=15ddd4bb0aa4a7a9d7973b709de685c6 diff --git a/metadata/md5-cache/dev-libs/xapian-bindings-1.4.30 b/metadata/md5-cache/dev-libs/xapian-bindings-1.4.30 index 2d73369dbcf4..a09f858e528f 100644 --- a/metadata/md5-cache/dev-libs/xapian-bindings-1.4.30 +++ b/metadata/md5-cache/dev-libs/xapian-bindings-1.4.30 @@ -12,5 +12,5 @@ RDEPEND=~dev-libs/xapian-1.4.30 lua? ( lua_targets_luajit? ( dev-lang/luajit:= ) REQUIRED_USE=|| ( java lua perl php python ruby tcl ) lua? ( || ( lua_targets_luajit lua_targets_lua5-1 lua_targets_lua5-3 lua_targets_lua5-4 ) ) python? ( || ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) ) ruby? ( || ( ruby_targets_ruby32 ) ) php? ( || ( php_targets_php8-2 php_targets_php8-3 ) ) SLOT=0 SRC_URI=https://oligarchy.co.uk/xapian/1.4.30/xapian-bindings-1.4.30.tar.xz verify-sig? ( https://oligarchy.co.uk/xapian/1.4.30/xapian-bindings-1.4.30.tar.xz.asc ) -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 lua 3414f66fe14a8c3ffdb5a894097068c6 lua-utils 7c89927eda6f21c4c48136247077ab37 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f out-of-source-utils dbf9e34ee8964084651e25907fa8f52c perl-functions 1863acf0982afafc67797e3ce7275b4c perl-module 41920449ca174fe9b9b303dfcbdb37a3 php-ext-source-r3 57493651a3540d6ef7bff5e1c97c8dd3 python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 ruby-ng 019f1856057ee80f3bb4b0ad0498fcef ruby-utils a3a0978ae7e8a40e253821da24a24782 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 lua 3414f66fe14a8c3ffdb5a894097068c6 lua-utils 7c89927eda6f21c4c48136247077ab37 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f out-of-source-utils dbf9e34ee8964084651e25907fa8f52c perl-functions 1863acf0982afafc67797e3ce7275b4c perl-module 41920449ca174fe9b9b303dfcbdb37a3 php-ext-source-r3 57493651a3540d6ef7bff5e1c97c8dd3 python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 ruby-ng 019f1856057ee80f3bb4b0ad0498fcef ruby-utils a3a0978ae7e8a40e253821da24a24782 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=cf185b59f889dbaab2bf4501ca94cf8a diff --git a/metadata/md5-cache/dev-lisp/abcl-1.9.3 b/metadata/md5-cache/dev-lisp/abcl-1.9.3 index 4ec4c22f4722..b169e050795a 100644 --- a/metadata/md5-cache/dev-lisp/abcl-1.9.3 +++ b/metadata/md5-cache/dev-lisp/abcl-1.9.3 @@ -10,5 +10,5 @@ LICENSE=GPL-2-with-classpath-exception RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://abcl.org/releases/1.9.3/abcl-src-1.9.3.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=c89e57f90c7ca1627d664e3a369dcb61 diff --git a/metadata/md5-cache/dev-ruby/rjb-1.7.3 b/metadata/md5-cache/dev-ruby/rjb-1.7.3 index fbab7e09bd3d..d28c7605888c 100644 --- a/metadata/md5-cache/dev-ruby/rjb-1.7.3 +++ b/metadata/md5-cache/dev-ruby/rjb-1.7.3 @@ -13,5 +13,5 @@ REQUIRED_USE=|| ( ruby_targets_ruby32 ruby_targets_ruby33 ruby_targets_ruby34 ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://rubygems.org/gems/rjb-1.7.3.gem -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 multilib 404b65bd5212cff83b3935c685419d08 ruby-fakegem bc37b1e2fa23e795fae856dd70a23846 ruby-ng 019f1856057ee80f3bb4b0ad0498fcef ruby-utils a3a0978ae7e8a40e253821da24a24782 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 multilib 404b65bd5212cff83b3935c685419d08 ruby-fakegem bc37b1e2fa23e795fae856dd70a23846 ruby-ng 019f1856057ee80f3bb4b0ad0498fcef ruby-utils a3a0978ae7e8a40e253821da24a24782 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=fa43074b04922d5723d9f24315dbf26d diff --git a/metadata/md5-cache/dev-ruby/twitter-8.2.0 b/metadata/md5-cache/dev-ruby/twitter-8.2.0 deleted file mode 100644 index e9fd7db7c8fc..000000000000 --- a/metadata/md5-cache/dev-ruby/twitter-8.2.0 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=test? ( ruby_targets_ruby32? ( >=dev-ruby/addressable-2.8[ruby_targets_ruby32(-)] =dev-ruby/buftok-0.3.0*[ruby_targets_ruby32(-)] >=dev-ruby/equalizer-0.0.11[ruby_targets_ruby32(-)] =dev-ruby/equalizer-0.0*[ruby_targets_ruby32(-)] >=dev-ruby/http-5.2:5[ruby_targets_ruby32(-)] >=dev-ruby/http-form_data-2.3:2[ruby_targets_ruby32(-)] =dev-ruby/llhttp-ffi-0.5*[ruby_targets_ruby32(-)] =dev-ruby/memoizable-0.4*[ruby_targets_ruby32(-)] >=dev-ruby/multipart-post-2.4:0[ruby_targets_ruby32(-)] >=dev-ruby/naught-1.1[ruby_targets_ruby32(-)] =dev-ruby/simple_oauth-0.3*[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( >=dev-ruby/addressable-2.8[ruby_targets_ruby33(-)] =dev-ruby/buftok-0.3.0*[ruby_targets_ruby33(-)] >=dev-ruby/equalizer-0.0.11[ruby_targets_ruby33(-)] =dev-ruby/equalizer-0.0*[ruby_targets_ruby33(-)] >=dev-ruby/http-5.2:5[ruby_targets_ruby33(-)] >=dev-ruby/http-form_data-2.3:2[ruby_targets_ruby33(-)] =dev-ruby/llhttp-ffi-0.5*[ruby_targets_ruby33(-)] =dev-ruby/memoizable-0.4*[ruby_targets_ruby33(-)] >=dev-ruby/multipart-post-2.4:0[ruby_targets_ruby33(-)] >=dev-ruby/naught-1.1[ruby_targets_ruby33(-)] =dev-ruby/simple_oauth-0.3*[ruby_targets_ruby33(-)] ) ) ruby_targets_ruby32? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby32(-)] dev-ruby/webmock:3[ruby_targets_ruby32(-)] >=dev-ruby/timecop-0.6.1[ruby_targets_ruby32(-)] ) doc? ( dev-ruby/yard[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby33? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby33(-)] dev-ruby/webmock:3[ruby_targets_ruby33(-)] >=dev-ruby/timecop-0.6.1[ruby_targets_ruby33(-)] ) doc? ( dev-ruby/yard[ruby_targets_ruby33(-)] ) ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby32? ( doc? ( dev-ruby/yard[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby33? ( doc? ( dev-ruby/yard[ruby_targets_ruby33(-)] ) ) ruby_targets_ruby32? ( test? ( dev-ruby/rake[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby33? ( test? ( dev-ruby/rake[ruby_targets_ruby33(-)] ) ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) test? ( ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) ) -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) -DESCRIPTION=Ruby wrapper around the Twitter API -EAPI=8 -HOMEPAGE=https://github.com/sferik/twitter-ruby/ -INHERIT=ruby-fakegem -IUSE=test ruby_targets_ruby32 ruby_targets_ruby33 doc test test -KEYWORDS=~amd64 -LICENSE=MIT -RDEPEND=ruby_targets_ruby32? ( >=dev-ruby/addressable-2.8[ruby_targets_ruby32(-)] =dev-ruby/buftok-0.3.0*[ruby_targets_ruby32(-)] >=dev-ruby/equalizer-0.0.11[ruby_targets_ruby32(-)] =dev-ruby/equalizer-0.0*[ruby_targets_ruby32(-)] >=dev-ruby/http-5.2:5[ruby_targets_ruby32(-)] >=dev-ruby/http-form_data-2.3:2[ruby_targets_ruby32(-)] =dev-ruby/llhttp-ffi-0.5*[ruby_targets_ruby32(-)] =dev-ruby/memoizable-0.4*[ruby_targets_ruby32(-)] >=dev-ruby/multipart-post-2.4:0[ruby_targets_ruby32(-)] >=dev-ruby/naught-1.1[ruby_targets_ruby32(-)] =dev-ruby/simple_oauth-0.3*[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( >=dev-ruby/addressable-2.8[ruby_targets_ruby33(-)] =dev-ruby/buftok-0.3.0*[ruby_targets_ruby33(-)] >=dev-ruby/equalizer-0.0.11[ruby_targets_ruby33(-)] =dev-ruby/equalizer-0.0*[ruby_targets_ruby33(-)] >=dev-ruby/http-5.2:5[ruby_targets_ruby33(-)] >=dev-ruby/http-form_data-2.3:2[ruby_targets_ruby33(-)] =dev-ruby/llhttp-ffi-0.5*[ruby_targets_ruby33(-)] =dev-ruby/memoizable-0.4*[ruby_targets_ruby33(-)] >=dev-ruby/multipart-post-2.4:0[ruby_targets_ruby33(-)] >=dev-ruby/naught-1.1[ruby_targets_ruby33(-)] =dev-ruby/simple_oauth-0.3*[ruby_targets_ruby33(-)] ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) -REQUIRED_USE=|| ( ruby_targets_ruby32 ruby_targets_ruby33 ) -RESTRICT=!test? ( test ) !test? ( test ) -SLOT=8 -SRC_URI=https://github.com/sferik/twitter-ruby/archive/v8.2.0.tar.gz -> twitter-8.2.0.tar.gz -_eclasses_=multilib 404b65bd5212cff83b3935c685419d08 ruby-fakegem bc37b1e2fa23e795fae856dd70a23846 ruby-ng 019f1856057ee80f3bb4b0ad0498fcef ruby-utils a3a0978ae7e8a40e253821da24a24782 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 -_md5_=aecc110a3b0f877eca4ff93bc5d1b792 diff --git a/metadata/md5-cache/dev-scheme/jscheme-7.2-r2 b/metadata/md5-cache/dev-scheme/jscheme-7.2-r2 index ab142a747d1c..a6fc6010ca07 100644 --- a/metadata/md5-cache/dev-scheme/jscheme-7.2-r2 +++ b/metadata/md5-cache/dev-scheme/jscheme-7.2-r2 @@ -10,5 +10,5 @@ LICENSE=Apache-1.1 RDEPEND=>=virtual/jre-1.6 >=virtual/jdk-1.6:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://downloads.sourceforge.net/jscheme/jscheme-7.2.tgz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=da364f7a967cf00a87a00068eee3ce09 diff --git a/metadata/md5-cache/dev-scheme/kawa-3.1.1-r3 b/metadata/md5-cache/dev-scheme/kawa-3.1.1-r3 index f4a1849e477a..d05a41b7c800 100644 --- a/metadata/md5-cache/dev-scheme/kawa-3.1.1-r3 +++ b/metadata/md5-cache/dev-scheme/kawa-3.1.1-r3 @@ -12,5 +12,5 @@ RDEPEND=frontend? ( sys-libs/readline:0 ) sax? ( dev-java/sax:0 ) servlets? ( de RESTRICT=test SLOT=0 SRC_URI=https://gitlab.com/kashell/Kawa/-/archive/3.1.1/Kawa-3.1.1.tar.gz -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=307b3ecb1ff216f2055a2f56c6e23947 diff --git a/metadata/md5-cache/dev-tex/pdfannotextractor-0.2-r4 b/metadata/md5-cache/dev-tex/pdfannotextractor-0.2-r4 index 4ddc2899f802..8f36602ead3c 100644 --- a/metadata/md5-cache/dev-tex/pdfannotextractor-0.2-r4 +++ b/metadata/md5-cache/dev-tex/pdfannotextractor-0.2-r4 @@ -11,5 +11,5 @@ LICENSE=GPL-2 RDEPEND=dev-java/commons-logging:0 virtual/latex-base dev-perl/File-Which >=virtual/jre-1.8:* !<dev-texlive/texlive-latexextra-2023_p69752-r4 virtual/latex-base >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/bastien-roucaries/latex-pax/archive/718e18be0c8fd1dc5b7c974eb4fbe6d0774cd05e.tar.gz -> pdfannotextractor-0.2.tar.gz https://downloads.apache.org/pdfbox/1.8.17/pdfbox-1.8.17.jar https://archive.apache.org/dist/pdfbox/1.7.1/fontbox-1.7.1.jar -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 latex-package f6529cd874a632d3343b4d264a70a0bc +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 latex-package f6529cd874a632d3343b4d264a70a0bc _md5_=56fbaa82645be0126d47a67d4d390e99 diff --git a/metadata/md5-cache/dev-util/argouml-0.34-r1 b/metadata/md5-cache/dev-util/argouml-0.34-r1 index d38810049b84..9338d0c9c91b 100644 --- a/metadata/md5-cache/dev-util/argouml-0.34-r1 +++ b/metadata/md5-cache/dev-util/argouml-0.34-r1 @@ -11,5 +11,5 @@ LICENSE=BSD RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=http://argouml-downloads.tigris.org/nonav/argouml-0.34/ArgoUML-0.34.tar.gz http://argouml-downloads.tigris.org/nonav/argouml-db-1.0/dbuml-module-1.0.4.zip doc? ( http://argouml-downloads.tigris.org/nonav/argouml-0.34/manual-0.34.pdf http://argouml-downloads.tigris.org/nonav/argouml-0.34/quickguide-0.34.pdf ) -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=b5d0a51f02928d7f1e89629c44f1de10 diff --git a/metadata/md5-cache/dev-util/astyle-3.1-r2 b/metadata/md5-cache/dev-util/astyle-3.1-r2 index 4f50c97149ff..e422bad25604 100644 --- a/metadata/md5-cache/dev-util/astyle-3.1-r2 +++ b/metadata/md5-cache/dev-util/astyle-3.1-r2 @@ -10,5 +10,5 @@ LICENSE=MIT RDEPEND=app-arch/xz-utils java? ( >=virtual/jdk-1.6:= ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0/3.1 SRC_URI=https://downloads.sourceforge.net/astyle/astyle_3.1_linux.tar.gz -_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=e86a162075df0c3fd404c0b85d874efc diff --git a/metadata/md5-cache/dev-util/astyle-3.4.9 b/metadata/md5-cache/dev-util/astyle-3.4.9 index 8cc79dd2f626..d75f08406e85 100644 --- a/metadata/md5-cache/dev-util/astyle-3.4.9 +++ b/metadata/md5-cache/dev-util/astyle-3.4.9 @@ -11,5 +11,5 @@ LICENSE=MIT RDEPEND=app-arch/xz-utils java? ( >=virtual/jdk-1.6:= ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0/3.2 SRC_URI=https://downloads.sourceforge.net/astyle/astyle-3.4.9.tar.bz2 http://www.andre-simon.de/zip/astyle-3.4.9.tar.bz2 verify-sig? ( http://www.andre-simon.de/zip/astyle-3.4.9.tar.bz2.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=27d6d6b0a0905a681c7d39028290394a diff --git a/metadata/md5-cache/dev-util/astyle-3.4.9-r1 b/metadata/md5-cache/dev-util/astyle-3.4.9-r1 index 02bb99d956de..8f24b90eb5aa 100644 --- a/metadata/md5-cache/dev-util/astyle-3.4.9-r1 +++ b/metadata/md5-cache/dev-util/astyle-3.4.9-r1 @@ -11,5 +11,5 @@ LICENSE=MIT RDEPEND=app-arch/xz-utils java? ( >=virtual/jre-1.8:* ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0/3.2 SRC_URI=https://downloads.sourceforge.net/astyle/astyle-3.4.9.tar.bz2 http://www.andre-simon.de/zip/astyle-3.4.9.tar.bz2 verify-sig? ( http://www.andre-simon.de/zip/astyle-3.4.9.tar.bz2.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=18dd42ad47327c3abf590ce5b0a1d15f diff --git a/metadata/md5-cache/dev-util/astyle-3.6.1 b/metadata/md5-cache/dev-util/astyle-3.6.1 index 814133631164..85fee53eb24c 100644 --- a/metadata/md5-cache/dev-util/astyle-3.6.1 +++ b/metadata/md5-cache/dev-util/astyle-3.6.1 @@ -11,5 +11,5 @@ LICENSE=MIT RDEPEND=app-arch/xz-utils java? ( >=virtual/jre-1.8:* ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0/3.2 SRC_URI=https://downloads.sourceforge.net/astyle/astyle-3.6.1.tar.bz2 http://www.andre-simon.de/zip/astyle-3.6.1.tar.bz2 verify-sig? ( http://www.andre-simon.de/zip/astyle-3.6.1.tar.bz2.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=2cad83fcb381efc6abd65cef303bd804 diff --git a/metadata/md5-cache/dev-util/astyle-3.6.7 b/metadata/md5-cache/dev-util/astyle-3.6.7 index dcb684e0f4db..8f4dab24d194 100644 --- a/metadata/md5-cache/dev-util/astyle-3.6.7 +++ b/metadata/md5-cache/dev-util/astyle-3.6.7 @@ -11,5 +11,5 @@ LICENSE=MIT RDEPEND=java? ( >=virtual/jre-1.8:* ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0/3.2 SRC_URI=https://downloads.sourceforge.net/astyle/astyle-3.6.7.tar.bz2 http://www.andre-simon.de/zip/astyle-3.6.7.tar.bz2 verify-sig? ( http://www.andre-simon.de/zip/astyle-3.6.7.tar.bz2.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=c8a3179c1d95c1b1a48da3409117c32e diff --git a/metadata/md5-cache/dev-util/oprofile-1.4.0-r1 b/metadata/md5-cache/dev-util/oprofile-1.4.0-r1 index 87936cb3a25c..69e3530e3edd 100644 --- a/metadata/md5-cache/dev-util/oprofile-1.4.0-r1 +++ b/metadata/md5-cache/dev-util/oprofile-1.4.0-r1 @@ -11,5 +11,5 @@ LICENSE=GPL-2 RDEPEND=>=dev-libs/popt-1.7-r1 sys-libs/binutils-libs:= elibc_glibc? ( >=sys-libs/glibc-2.3.2-r1 ) ppc64? ( dev-libs/libpfm ) acct-user/oprofile acct-group/oprofile java? ( >=virtual/jre-1.8:* ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0 SRC_URI=https://downloads.sourceforge.net/project/oprofile/oprofile/oprofile-1.4.0/oprofile-1.4.0.tar.gz -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 linux-info efd923656513c879204fec6638eadee5 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 linux-info efd923656513c879204fec6638eadee5 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=d26793b0f3c46e97ae352621c72bc445 diff --git a/metadata/md5-cache/dev-util/visualvm-2.2-r2 b/metadata/md5-cache/dev-util/visualvm-2.2-r2 index 2f3b57fac731..6cc3d639b9f6 100644 --- a/metadata/md5-cache/dev-util/visualvm-2.2-r2 +++ b/metadata/md5-cache/dev-util/visualvm-2.2-r2 @@ -10,5 +10,5 @@ LICENSE=GPL-2-with-linking-exception RDEPEND=dev-java/asm:0 dev-java/hamcrest-core:1.3 dev-java/jcommander:0 dev-java/jmc:8.3.0 dev-java/jna:0 dev-java/junit:4 dev-java/junit:5 dev-java/lz4-java:0 dev-java/owasp-java-encoder:0 dev-java/testng:0 !dev-util/visualvm:7 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://github.com/oracle/visualvm/archive/2.2.tar.gz -> visualvm-2.2.tar.gz https://github.com/oracle/visualvm/releases/download/2.2/nb220_platform_20250323.zip https://repo1.maven.org/maven2/org/openjdk/nashorn/nashorn-core/15.4/nashorn-core-15.4.jar -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=516c29b8462f5f48d3e5c54325b5156d diff --git a/metadata/md5-cache/dev-util/weka-3.8.6 b/metadata/md5-cache/dev-util/weka-3.8.6 index ed52d80a2e27..751482c7cb31 100644 --- a/metadata/md5-cache/dev-util/weka-3.8.6 +++ b/metadata/md5-cache/dev-util/weka-3.8.6 @@ -11,5 +11,5 @@ LICENSE=GPL-3 RDEPEND=dev-java/javacup:0 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://downloads.sourceforge.net/project/weka/weka-3-8/3.8.6/weka-3-8-6.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=81a4557a79c0634f55f441406e53b47b diff --git a/metadata/md5-cache/dev-vcs/bfg-1.14.0 b/metadata/md5-cache/dev-vcs/bfg-1.14.0 index 91a34643f130..b8c5cdcf7a2e 100644 --- a/metadata/md5-cache/dev-vcs/bfg-1.14.0 +++ b/metadata/md5-cache/dev-vcs/bfg-1.14.0 @@ -10,5 +10,5 @@ LICENSE=GPL-3+ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://repo1.maven.org/maven2/com/madgag/bfg/1.14.0/bfg-1.14.0.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=f3d86ae5493240c0a907087911af6560 diff --git a/metadata/md5-cache/dev-vcs/subversion-1.14.5-r2 b/metadata/md5-cache/dev-vcs/subversion-1.14.5-r2 index 9cdf51b63b9f..8d490f10f176 100644 --- a/metadata/md5-cache/dev-vcs/subversion-1.14.5-r2 +++ b/metadata/md5-cache/dev-vcs/subversion-1.14.5-r2 @@ -12,5 +12,5 @@ RDEPEND=app-arch/bzip2 app-arch/lz4 >=dev-db/sqlite-3.7.12 >=dev-libs/apr-1.5:1 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/subversion/subversion-1.14.5.tar.bz2 -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 bash-completion-r1 767861f3744f589ee5291c1698b1c082 db-use 3807d3e43e20aaa6e4decedd2bb2db4c depend.apache 3b9c533be911d4550c8972e4dfb6434a flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f perl-functions 1863acf0982afafc67797e3ce7275b4c perl-module 41920449ca174fe9b9b303dfcbdb37a3 prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 ruby-single d1b60f2dbb45623756c128d02b2d3497 ruby-utils a3a0978ae7e8a40e253821da24a24782 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 bash-completion-r1 767861f3744f589ee5291c1698b1c082 db-use 3807d3e43e20aaa6e4decedd2bb2db4c depend.apache 3b9c533be911d4550c8972e4dfb6434a flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f perl-functions 1863acf0982afafc67797e3ce7275b4c perl-module 41920449ca174fe9b9b303dfcbdb37a3 prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 ruby-single d1b60f2dbb45623756c128d02b2d3497 ruby-utils a3a0978ae7e8a40e253821da24a24782 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=7a6253c5cc5f67572da1951b3f0e1382 diff --git a/metadata/md5-cache/dev-vcs/subversion-1.14.5-r3 b/metadata/md5-cache/dev-vcs/subversion-1.14.5-r3 index 84c978380556..c94d753f668d 100644 --- a/metadata/md5-cache/dev-vcs/subversion-1.14.5-r3 +++ b/metadata/md5-cache/dev-vcs/subversion-1.14.5-r3 @@ -12,5 +12,5 @@ RDEPEND=app-arch/bzip2 app-arch/lz4 >=dev-db/sqlite-3.7.12 >=dev-libs/apr-1.5:1 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://apache/subversion/subversion-1.14.5.tar.bz2 -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 bash-completion-r1 767861f3744f589ee5291c1698b1c082 db-use 3807d3e43e20aaa6e4decedd2bb2db4c depend.apache 3b9c533be911d4550c8972e4dfb6434a flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f perl-functions 1863acf0982afafc67797e3ce7275b4c perl-module 41920449ca174fe9b9b303dfcbdb37a3 prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 ruby-single d1b60f2dbb45623756c128d02b2d3497 ruby-utils a3a0978ae7e8a40e253821da24a24782 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 bash-completion-r1 767861f3744f589ee5291c1698b1c082 db-use 3807d3e43e20aaa6e4decedd2bb2db4c depend.apache 3b9c533be911d4550c8972e4dfb6434a flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f perl-functions 1863acf0982afafc67797e3ce7275b4c perl-module 41920449ca174fe9b9b303dfcbdb37a3 prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 ruby-single d1b60f2dbb45623756c128d02b2d3497 ruby-utils a3a0978ae7e8a40e253821da24a24782 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=5d9d06fa42ce3b4e62dc3bce1c9bd85f diff --git a/metadata/md5-cache/games-action/ATLauncher-3.4.40.1 b/metadata/md5-cache/games-action/ATLauncher-3.4.40.1 index e2154a5ca465..9794d435f122 100644 --- a/metadata/md5-cache/games-action/ATLauncher-3.4.40.1 +++ b/metadata/md5-cache/games-action/ATLauncher-3.4.40.1 @@ -11,5 +11,5 @@ LICENSE=GPL-3 RDEPEND=virtual/jre:1.8 >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://github.com/ATLauncher/ATLauncher/releases/download/v3.4.40.1/ATLauncher-3.4.40.1.jar https://raw.githubusercontent.com/ATLauncher/ATLauncher/master/src/main/resources/assets/image/icon.ico -> ATLauncher.ico -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=e9543f4ddc49e6c3709a01122ab1ed16 diff --git a/metadata/md5-cache/games-action/prismlauncher-9.1-r1 b/metadata/md5-cache/games-action/prismlauncher-9.1-r1 index 1f1470775bfd..cab760a4a2f9 100644 --- a/metadata/md5-cache/games-action/prismlauncher-9.1-r1 +++ b/metadata/md5-cache/games-action/prismlauncher-9.1-r1 @@ -13,5 +13,5 @@ RDEPEND=app-text/cmark:= dev-cpp/tomlplusplus >=dev-libs/quazip-1.3-r2:=[qt6(+)] RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/PrismLauncher/PrismLauncher/releases/download/9.1/PrismLauncher-9.1.tar.gz -> prismlauncher-9.1.tar.gz -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=09ae48efb25e5dd2b1d7e4df7d8f6122 diff --git a/metadata/md5-cache/games-action/prismlauncher-9.4-r1 b/metadata/md5-cache/games-action/prismlauncher-9.4-r1 index 5e47b877aeb0..806ff07e92ba 100644 --- a/metadata/md5-cache/games-action/prismlauncher-9.4-r1 +++ b/metadata/md5-cache/games-action/prismlauncher-9.4-r1 @@ -13,5 +13,5 @@ RDEPEND=app-text/cmark:= dev-cpp/tomlplusplus >=dev-libs/quazip-1.3-r2:=[qt6(+)] RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/PrismLauncher/PrismLauncher/releases/download/9.4/PrismLauncher-9.4.tar.gz -> prismlauncher-9.4.tar.gz -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=24cdb0888387372cfa2de0cfd88837e6 diff --git a/metadata/md5-cache/games-action/prismlauncher-9999 b/metadata/md5-cache/games-action/prismlauncher-9999 index 274b21477f9c..260e57433b9e 100644 --- a/metadata/md5-cache/games-action/prismlauncher-9999 +++ b/metadata/md5-cache/games-action/prismlauncher-9999 @@ -12,5 +12,5 @@ PROPERTIES=live RDEPEND=app-arch/libarchive:= app-text/cmark:= dev-cpp/tomlplusplus >=dev-qt/qtbase-6.0.0:6[concurrent,gui,network,widgets,xml(+)] >=dev-qt/qtnetworkauth-6.0.0:6 games-util/gamemode media-gfx/qrencode:= virtual/zlib:= >=dev-qt/qtsvg-6.0.0:6 >=virtual/jre-1.8.0:* virtual/opengl >=dev-java/java-config-2.2.0-r3 RESTRICT=!test? ( test ) SLOT=0 -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 git-r3 875eb471682d3e1f18da124be97dcc81 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 git-r3 875eb471682d3e1f18da124be97dcc81 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=5e54b1e201e6837b06c1436b4341c767 diff --git a/metadata/md5-cache/games-action/technic-launcher-4.768 b/metadata/md5-cache/games-action/technic-launcher-4.768 index 7ed222ab283a..2ca8ca2b9378 100644 --- a/metadata/md5-cache/games-action/technic-launcher-4.768 +++ b/metadata/md5-cache/games-action/technic-launcher-4.768 @@ -12,5 +12,5 @@ RDEPEND=virtual/jre:1.8 >=dev-java/java-config-2.2.0-r3 RESTRICT=bindist mirror SLOT=0 SRC_URI=https://launcher.technicpack.net/launcher4/768/TechnicLauncher.jar -> technic-launcher-4.768.jar https://www.technicpack.net/favicon.ico -> technic-launcher.ico -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=e8c7bf4f89ab6922a0ebdb04a6f1a117 diff --git a/metadata/md5-cache/games-action/technic-launcher-4.822 b/metadata/md5-cache/games-action/technic-launcher-4.822 index b9436532ab3d..0aa3320f741b 100644 --- a/metadata/md5-cache/games-action/technic-launcher-4.822 +++ b/metadata/md5-cache/games-action/technic-launcher-4.822 @@ -12,5 +12,5 @@ RDEPEND=virtual/jre:1.8 >=dev-java/java-config-2.2.0-r3 RESTRICT=bindist mirror SLOT=0 SRC_URI=https://launcher.technicpack.net/launcher4/822/TechnicLauncher.jar -> technic-launcher-4.822.jar https://www.technicpack.net/favicon.ico -> technic-launcher.ico -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=e8c7bf4f89ab6922a0ebdb04a6f1a117 diff --git a/metadata/md5-cache/games-board/domination-1.1.1.6-r3 b/metadata/md5-cache/games-board/domination-1.1.1.6-r3 index 61a0592952d2..ac02f45541a1 100644 --- a/metadata/md5-cache/games-board/domination-1.1.1.6-r3 +++ b/metadata/md5-cache/games-board/domination-1.1.1.6-r3 @@ -10,5 +10,5 @@ LICENSE=GPL-3 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://downloads.sourceforge.net/project/domination/Domination/1.1.1.6/Domination_1.1.1.6.zip -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=82e600596165eaaec0d02d8de1fc9a84 diff --git a/metadata/md5-cache/games-board/megamek-0.34.10-r3 b/metadata/md5-cache/games-board/megamek-0.34.10-r3 index def756cf19df..2c6f101d9084 100644 --- a/metadata/md5-cache/games-board/megamek-0.34.10-r3 +++ b/metadata/md5-cache/games-board/megamek-0.34.10-r3 @@ -10,5 +10,5 @@ LICENSE=GPL-2+ RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://downloads.sourceforge.net/project/megamek/Archived%20Stable/MegaMek%20v0.34.10/MegaMek-v0.34.10.zip https://dev.gentoo.org/~ionen/distfiles/megamek.png -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e edos2unix 33e347e171066657f91f8b0c72ec8773 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e edos2unix 33e347e171066657f91f8b0c72ec8773 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=244826fa403eba69ddd91a10fb9f3211 diff --git a/metadata/md5-cache/games-puzzle/magiccube4d-4.3.343-r1 b/metadata/md5-cache/games-puzzle/magiccube4d-4.3.343-r1 index 3844f9da896e..aa153bf1b618 100644 --- a/metadata/md5-cache/games-puzzle/magiccube4d-4.3.343-r1 +++ b/metadata/md5-cache/games-puzzle/magiccube4d-4.3.343-r1 @@ -10,5 +10,5 @@ LICENSE=free-noncomm RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://github.com/cutelyaware/magiccube4d/archive/refs/tags/v4.3.343.tar.gz -> magiccube4d-4.3.343.tar.gz -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=e24f74606e69f00e186939e7cf0a37ca diff --git a/metadata/md5-cache/games-puzzle/pauker-1.8-r5 b/metadata/md5-cache/games-puzzle/pauker-1.8-r5 index 8e9855516af5..c82655d34375 100644 --- a/metadata/md5-cache/games-puzzle/pauker-1.8-r5 +++ b/metadata/md5-cache/games-puzzle/pauker-1.8-r5 @@ -11,5 +11,5 @@ LICENSE=GPL-2 RDEPEND=dev-java/browserlauncher2:1.0 dev-java/javahelp:0 dev-java/lucene:2.4 dev-java/swing-layout:1 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://downloads.sourceforge.net/project/pauker/pauker/1.8/pauker-1.8.src.jar -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=671dcab1901f504ccc73a9a7dffae570 diff --git a/metadata/md5-cache/games-server/minecraft-server-1.21.11 b/metadata/md5-cache/games-server/minecraft-server-1.21.11 index f1d001b973ee..979a0adf7a3a 100644 --- a/metadata/md5-cache/games-server/minecraft-server-1.21.11 +++ b/metadata/md5-cache/games-server/minecraft-server-1.21.11 @@ -11,5 +11,5 @@ RDEPEND=acct-group/minecraft acct-user/minecraft app-misc/dtach || ( dev-java/op RESTRICT=bindist mirror SLOT=0 SRC_URI=https://piston-data.mojang.com/v1/objects/64bb6d763bed0a9f1d632ec347938594144943ed/server.jar -> minecraft-server-1.21.11.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=8c815d8b4067d434ed31db0ba408f2a5 diff --git a/metadata/md5-cache/games-simulation/openttd-15.1 b/metadata/md5-cache/games-simulation/openttd-15.1 new file mode 100644 index 000000000000..82b7320a603e --- /dev/null +++ b/metadata/md5-cache/games-simulation/openttd-15.1 @@ -0,0 +1,18 @@ +BDEPEND=>=games-util/grfcodec-6.0.6_p20210310 virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.28.5 +DEFINED_PHASES=compile configure install postinst postrm preinst prepare test +DEPEND=net-misc/curl dedicated? ( acct-group/openttd acct-user/openttd app-misc/dtach ) !dedicated? ( media-libs/libogg media-libs/opusfile allegro? ( media-libs/allegro:5 ) fluidsynth? ( media-sound/fluidsynth ) icu? ( >=dev-libs/icu-58.1:= media-libs/harfbuzz ) sdl? ( media-libs/libsdl2[sound,video] ) truetype? ( media-libs/fontconfig media-libs/freetype:2 virtual/zlib:= ) ) lzma? ( app-arch/xz-utils ) lzo? ( dev-libs/lzo:2 ) png? ( media-libs/libpng:= ) zlib? ( virtual/zlib:= ) +DESCRIPTION=A clone of Transport Tycoon Deluxe +EAPI=8 +HOMEPAGE=https://www.openttd.org/ +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=cmake xdg +IUSE=allegro cpu_flags_x86_sse debug dedicated +fluidsynth icu +lzma lzo +openmedia +png +sdl timidity +truetype +zlib +KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86 +LICENSE=GPL-2 +PDEPEND=!dedicated? ( openmedia? ( >=games-misc/openmsx-0.4.0 >=games-misc/opensfx-1.0.1 ) ) openmedia? ( >=games-misc/opengfx-0.6.1 ) timidity? ( media-sound/timidity++ ) +RDEPEND=net-misc/curl dedicated? ( acct-group/openttd acct-user/openttd app-misc/dtach ) !dedicated? ( media-libs/libogg media-libs/opusfile allegro? ( media-libs/allegro:5 ) fluidsynth? ( media-sound/fluidsynth ) icu? ( >=dev-libs/icu-58.1:= media-libs/harfbuzz ) sdl? ( media-libs/libsdl2[sound,video] ) truetype? ( media-libs/fontconfig media-libs/freetype:2 virtual/zlib:= ) ) lzma? ( app-arch/xz-utils ) lzo? ( dev-libs/lzo:2 ) png? ( media-libs/libpng:= ) zlib? ( virtual/zlib:= ) +REQUIRED_USE=!dedicated? ( || ( allegro sdl ) ) +SLOT=0 +SRC_URI=https://cdn.openttd.org/openttd-releases/15.1/openttd-15.1-source.tar.xz +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=a88116b450c4e146cf72b7344b283fd3 diff --git a/metadata/md5-cache/games-sports/speed-dreams-2.3.0-r1 b/metadata/md5-cache/games-sports/speed-dreams-2.3.0-r1 index 38cf972cb61b..3ba2f3247dee 100644 --- a/metadata/md5-cache/games-sports/speed-dreams-2.3.0-r1 +++ b/metadata/md5-cache/games-sports/speed-dreams-2.3.0-r1 @@ -11,5 +11,5 @@ LICENSE=GPL-2+ BitstreamVera CC0-1.0 Free-Art-1.2 OFL-1.1 RDEPEND=dev-games/freesolid dev-libs/expat media-libs/libjpeg-turbo:0= media-libs/libpng:= media-libs/libsdl2[X,haptic,opengl,joystick,video] media-libs/sdl2-mixer media-libs/openal media-libs/plib net-libs/enet:1.3 virtual/zlib:= net-misc/curl virtual/glu virtual/opengl osggraph? ( dev-games/openscenegraph:=[png] ) >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://downloads.sourceforge.net/speed-dreams/speed-dreams-src-base-2.3.0-r8786.tar.xz https://downloads.sourceforge.net/speed-dreams/speed-dreams-src-hq-cars-and-tracks-2.3.0-r8786.tar.xz https://downloads.sourceforge.net/speed-dreams/speed-dreams-src-more-hq-cars-and-tracks-2.3.0-r8786.tar.xz https://downloads.sourceforge.net/speed-dreams/speed-dreams-src-wip-cars-and-tracks-2.3.0-r8786.tar.xz -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c desktop 7b6f6e9d65093966fbc8475399c5dd4e flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c desktop 7b6f6e9d65093966fbc8475399c5dd4e flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=5ab34218fd9713d25e6af595a9f59bd3 diff --git a/metadata/md5-cache/games-strategy/freecol-1.0.0-r1 b/metadata/md5-cache/games-strategy/freecol-1.0.0-r1 index 553dc97e34cc..b688baaaa891 100644 --- a/metadata/md5-cache/games-strategy/freecol-1.0.0-r1 +++ b/metadata/md5-cache/games-strategy/freecol-1.0.0-r1 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-11:* dev-java/commons-cli:0 dev-java/cortado:0 dev-java/fi RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://downloads.sourceforge.net/project/freecol/freecol/freecol-1.0.0/freecol-1.0.0-src.zip -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=47a1a9450a0a62921bf4cd6678844ba2 diff --git a/metadata/md5-cache/games-strategy/freecol-1.2.0-r1 b/metadata/md5-cache/games-strategy/freecol-1.2.0-r1 index 91b17db2dc22..a7d85ecd0c6c 100644 --- a/metadata/md5-cache/games-strategy/freecol-1.2.0-r1 +++ b/metadata/md5-cache/games-strategy/freecol-1.2.0-r1 @@ -12,5 +12,5 @@ RDEPEND=>=virtual/jre-11:* dev-java/commons-cli:0 dev-java/cortado:0 dev-java/mi RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://downloads.sourceforge.net/project/freecol/freecol/freecol-1.2.0/freecol-1.2.0-src.zip -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=9240df4f16da3645e3c04929b27e6020 diff --git a/metadata/md5-cache/games-strategy/unciv-bin-4.15.2 b/metadata/md5-cache/games-strategy/unciv-bin-4.15.2 index 0210c90fad76..4f7664f3a109 100644 --- a/metadata/md5-cache/games-strategy/unciv-bin-4.15.2 +++ b/metadata/md5-cache/games-strategy/unciv-bin-4.15.2 @@ -10,5 +10,5 @@ LICENSE=MPL-2.0 RDEPEND=>=virtual/jre-11:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://github.com/yairm210/Unciv/releases/download/4.15.2/Unciv.jar -> unciv-bin-4.15.2.jar -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=759d8d180889c2efde1a22e79b06c177 diff --git a/metadata/md5-cache/games-strategy/unciv-bin-4.15.6_p1 b/metadata/md5-cache/games-strategy/unciv-bin-4.15.6_p1 index 47ad722d6dbc..38c543b49eed 100644 --- a/metadata/md5-cache/games-strategy/unciv-bin-4.15.6_p1 +++ b/metadata/md5-cache/games-strategy/unciv-bin-4.15.6_p1 @@ -11,5 +11,5 @@ LICENSE=MPL-2.0 RDEPEND=>=virtual/jre-11:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://github.com/yairm210/Unciv/releases/download/4.15.6-patch1/Unciv.jar -> unciv-bin-4.15.6_p1.jar -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=492b0a1733e9c2b277b7b5b94cb2857d diff --git a/metadata/md5-cache/games-util/NotEnoughProduction-0.0.4 b/metadata/md5-cache/games-util/NotEnoughProduction-0.0.4 index e90184949b4a..76a2fbf5390b 100644 --- a/metadata/md5-cache/games-util/NotEnoughProduction-0.0.4 +++ b/metadata/md5-cache/games-util/NotEnoughProduction-0.0.4 @@ -11,5 +11,5 @@ LICENSE=CC-BY-NC-SA-4.0 RDEPEND=virtual/jre:1.8 >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://github.com/bigbass1997/NotEnoughProduction/releases/download/v0.0.4/NotEnoughProduction-0.0.4.zip https://raw.githubusercontent.com/bigbass1997/NotEnoughProduction/master/lwjgl3/src/main/resources/libgdx128.png -> NotEnoughProduction-128.png https://raw.githubusercontent.com/bigbass1997/NotEnoughProduction/master/lwjgl3/src/main/resources/libgdx64.png -> NotEnoughProduction-64.png https://raw.githubusercontent.com/bigbass1997/NotEnoughProduction/master/lwjgl3/src/main/resources/libgdx32.png -> NotEnoughProduction-32.png https://raw.githubusercontent.com/bigbass1997/NotEnoughProduction/master/lwjgl3/src/main/resources/libgdx16.png -> NotEnoughProduction-16.png -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=f8936f26a9587a1459a8e00325c39128 diff --git a/metadata/md5-cache/gnome-extra/gnome-network-displays-0.99.0 b/metadata/md5-cache/gnome-extra/gnome-network-displays-0.99.0 new file mode 100644 index 000000000000..1ba3629947bc --- /dev/null +++ b/metadata/md5-cache/gnome-extra/gnome-network-displays-0.99.0 @@ -0,0 +1,17 @@ +BDEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) sys-devel/gettext virtual/pkgconfig dev-libs/protobuf-c test? ( dev-libs/appstream-glib dev-util/desktop-file-utils ) app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test +DEPEND=dev-libs/glib:2 dev-libs/json-glib >=dev-libs/libportal-0.7[gtk] >=gui-libs/gtk-4.13.0:4 >=gui-libs/libadwaita-1.6.0:1 media-libs/gst-rtsp-server:1.0 media-libs/libpulse[glib] media-plugins/gst-plugins-faac media-plugins/gst-plugins-x264 media-plugins/gst-plugins-ximagesrc net-dns/avahi[introspection] net-dns/dnsmasq net-libs/libsoup:3.0 net-wireless/wpa_supplicant[p2p] sys-apps/xdg-desktop-portal[screencast(+)] firewalld? ( net-firewall/firewalld ) +DESCRIPTION=Stream the desktop to Wi-Fi Display capable devices +EAPI=8 +HOMEPAGE=https://gitlab.gnome.org/GNOME/gnome-network-displays +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=gnome.org gnome2-utils meson python-any-r1 xdg +IUSE=firewalld test +KEYWORDS=~amd64 +LICENSE=GPL-3+ +RDEPEND=dev-libs/glib:2 dev-libs/json-glib >=dev-libs/libportal-0.7[gtk] >=gui-libs/gtk-4.13.0:4 >=gui-libs/libadwaita-1.6.0:1 media-libs/gst-rtsp-server:1.0 media-libs/libpulse[glib] media-plugins/gst-plugins-faac media-plugins/gst-plugins-x264 media-plugins/gst-plugins-ximagesrc net-dns/avahi[introspection] net-dns/dnsmasq net-libs/libsoup:3.0 net-wireless/wpa_supplicant[p2p] sys-apps/xdg-desktop-portal[screencast(+)] firewalld? ( net-firewall/firewalld ) gnome-base/gnome-desktop:3 >=net-misc/networkmanager-1.16.0[wifi] x11-wm/mutter[screencast] +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://gnome/sources/gnome-network-displays/0.99/gnome-network-displays-0.99.0.tar.xz +_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson ee14b47f310c323b82e6655787cd65ed multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 67000e6952ab66809b3422022b873639 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=42ead43bb625a75102ff18770146158d diff --git a/metadata/md5-cache/gnome-extra/libgda-5.2.9-r3 b/metadata/md5-cache/gnome-extra/libgda-5.2.9-r3 index 9786995fba88..9663459236f4 100644 --- a/metadata/md5-cache/gnome-extra/libgda-5.2.9-r3 +++ b/metadata/md5-cache/gnome-extra/libgda-5.2.9-r3 @@ -14,5 +14,5 @@ REQUIRED_USE=canvas? ( gtk ) graphviz? ( gtk ) sourceview? ( gtk ) vala? ( intro RESTRICT=!test? ( test ) SLOT=5/4 SRC_URI=mirror://gnome/sources/libgda/5.2/libgda-5.2.9.tar.xz -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 db-use 3807d3e43e20aaa6e4decedd2bb2db4c flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2 26fd01914b36038dc8e964ff4bd03a95 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 multilib 404b65bd5212cff83b3935c685419d08 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 vala b2f2aa400d77b841d952dda847e24d53 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 db-use 3807d3e43e20aaa6e4decedd2bb2db4c flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2 26fd01914b36038dc8e964ff4bd03a95 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 multilib 404b65bd5212cff83b3935c685419d08 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 vala b2f2aa400d77b841d952dda847e24d53 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=02e4f79260fb6305a96a8d17545dd7bc diff --git a/metadata/md5-cache/gnustep-libs/sqlclient-1.8.1-r2 b/metadata/md5-cache/gnustep-libs/sqlclient-1.8.1-r2 index b79ca940033d..49f19ea0dee5 100644 --- a/metadata/md5-cache/gnustep-libs/sqlclient-1.8.1-r2 +++ b/metadata/md5-cache/gnustep-libs/sqlclient-1.8.1-r2 @@ -12,5 +12,5 @@ RDEPEND=>=gnustep-libs/performance-0.3.2 mysql? ( dev-db/mysql-connector-c:= ) p REQUIRED_USE=|| ( java mysql postgres sqlite ) SLOT=0 SRC_URI=https://ftp.gnustep.org/pub/gnustep/libs/SQLClient-1.8.1.tar.gz -_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnustep-2 cfafeebb1111f944995a3bb7ae64ce8b gnustep-base 07377f73e8155c0cfc2457c9cca702ad java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnustep-2 cfafeebb1111f944995a3bb7ae64ce8b gnustep-base 07377f73e8155c0cfc2457c9cca702ad java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=43929f540be6cb0e73e7dce72f9733ca diff --git a/metadata/md5-cache/gnustep-libs/sqlclient-1.9.0 b/metadata/md5-cache/gnustep-libs/sqlclient-1.9.0 index 5c72e794689c..c0474f3ec049 100644 --- a/metadata/md5-cache/gnustep-libs/sqlclient-1.9.0 +++ b/metadata/md5-cache/gnustep-libs/sqlclient-1.9.0 @@ -12,5 +12,5 @@ RDEPEND=>=gnustep-libs/performance-0.3.2 mysql? ( dev-db/mysql-connector-c:= ) p REQUIRED_USE=|| ( java mysql postgres sqlite ) SLOT=0 SRC_URI=https://ftp.gnustep.org/pub/gnustep/libs/SQLClient-1.9.0.tar.gz -_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnustep-2 cfafeebb1111f944995a3bb7ae64ce8b gnustep-base 07377f73e8155c0cfc2457c9cca702ad java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnustep-2 cfafeebb1111f944995a3bb7ae64ce8b gnustep-base 07377f73e8155c0cfc2457c9cca702ad java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=43929f540be6cb0e73e7dce72f9733ca diff --git a/metadata/md5-cache/mail-client/mutt-2.3.0 b/metadata/md5-cache/mail-client/mutt-2.3.0 new file mode 100644 index 000000000000..6af4f62d4793 --- /dev/null +++ b/metadata/md5-cache/mail-client/mutt-2.3.0 @@ -0,0 +1,16 @@ +BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18:1.18 >=dev-build/automake-1.17-r1:1.17 ) || ( >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3 +DEFINED_PHASES=configure install postinst prepare +DEPEND=app-misc/mime-types virtual/libiconv berkdb? ( >=sys-libs/db-4:= ) gdbm? ( sys-libs/gdbm ) lmdb? ( dev-db/lmdb:= ) qdbm? ( dev-db/qdbm ) tokyocabinet? ( dev-db/tokyocabinet ) ssl? ( gnutls? ( >=net-libs/gnutls-1.0.17:= ) !gnutls? ( >=dev-libs/openssl-0.9.6:0= ) ) nls? ( virtual/libintl ) sasl? ( gsasl? ( >=net-misc/gsasl-2.0.0 ) !gsasl? ( >=dev-libs/cyrus-sasl-2 ) ) kerberos? ( virtual/krb5 ) idn? ( net-dns/libidn2 ) gpgme? ( >=app-crypt/gpgme-0.9.0:= ) autocrypt? ( >=dev-db/sqlite-3 ) slang? ( sys-libs/slang ) !slang? ( >=sys-libs/ncurses-5.2:0= ) net-mail/mailbase doc? ( dev-libs/libxml2 dev-libs/libxslt app-text/docbook-xsl-stylesheets || ( www-client/lynx www-client/w3m www-client/elinks ) ) +DESCRIPTION=A small but very powerful text-based mail client +EAPI=8 +HOMEPAGE=http://www.mutt.org/ +INHERIT=autotools branding +IUSE=autocrypt berkdb debug doc gdbm gnutls gpgme gsasl +hcache idn +imap kerberos +lmdb mbox nls pop qdbm +sasl selinux slang +smtp +ssl tokyocabinet vanilla prefix +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris +LICENSE=GPL-2 +RDEPEND=app-misc/mime-types virtual/libiconv berkdb? ( >=sys-libs/db-4:= ) gdbm? ( sys-libs/gdbm ) lmdb? ( dev-db/lmdb:= ) qdbm? ( dev-db/qdbm ) tokyocabinet? ( dev-db/tokyocabinet ) ssl? ( gnutls? ( >=net-libs/gnutls-1.0.17:= ) !gnutls? ( >=dev-libs/openssl-0.9.6:0= ) ) nls? ( virtual/libintl ) sasl? ( gsasl? ( >=net-misc/gsasl-2.0.0 ) !gsasl? ( >=dev-libs/cyrus-sasl-2 ) ) kerberos? ( virtual/krb5 ) idn? ( net-dns/libidn2 ) gpgme? ( >=app-crypt/gpgme-0.9.0:= ) autocrypt? ( >=dev-db/sqlite-3 ) slang? ( sys-libs/slang ) !slang? ( >=sys-libs/ncurses-5.2:0= ) selinux? ( sec-policy/selinux-mutt ) +REQUIRED_USE=gsasl? ( sasl ) hcache? ( || ( berkdb gdbm lmdb qdbm tokyocabinet ) ) imap? ( ssl ) pop? ( ssl ) smtp? ( ssl sasl ) sasl? ( || ( imap pop smtp ) ) kerberos? ( || ( imap pop smtp ) ) autocrypt? ( gpgme ) +SLOT=0 +SRC_URI=http://ftp.mutt.org/pub/mutt/mutt-2.3.0.tar.gz https://bitbucket.org/mutt/mutt/downloads/mutt-2.3.0.tar.gz https://dev.gentoo.org/~grobian/distfiles/mutt-gentoo-2.3.0-patches-r0.tar.xz +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 branding 7bcece3faa73dd0fc3e597013510d53a gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_md5_=f08dbc3c4f7a4c31260de8ee7592c086 diff --git a/metadata/md5-cache/media-gfx/ditaa-0.11.0-r1 b/metadata/md5-cache/media-gfx/ditaa-0.11.0-r1 index 8a7fbf8ef98c..203806b00748 100644 --- a/metadata/md5-cache/media-gfx/ditaa-0.11.0-r1 +++ b/metadata/md5-cache/media-gfx/ditaa-0.11.0-r1 @@ -9,5 +9,5 @@ LICENSE=LGPL-3+ RDEPEND=>=virtual/jdk-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://github.com/stathissideris/ditaa/archive/v0.11.0.tar.gz -> ditaa-0.11.0.tar.gz https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.jar https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.pom https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.1/commons-io-1.3.1.jar https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.1/commons-io-1.3.1.pom https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom https://repo.maven.apache.org/maven2/net/htmlparser/jericho/jericho-html/3.4/jericho-html-3.4.jar https://repo.maven.apache.org/maven2/net/htmlparser/jericho/jericho-html/3.4/jericho-html-3.4.pom https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-anim/1.14/batik-anim-1.14.jar https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-anim/1.14/batik-anim-1.14.pom https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-awt-util/1.14/batik-awt-util-1.14.jar https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-awt-util/1.14/batik-awt-util-1.14.pom https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-bridge/1.14/batik-bridge-1.14.jar https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-bridge/1.14/batik-bridge-1.14.pom https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-codec/1.14/batik-codec-1.14.jar https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-codec/1.14/batik-codec-1.14.pom https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-constants/1.14/batik-constants-1.14.jar https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-constants/1.14/batik-constants-1.14.pom https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-css/1.14/batik-css-1.14.jar https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-css/1.14/batik-css-1.14.pom https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-dom/1.14/batik-dom-1.14.jar https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-dom/1.14/batik-dom-1.14.pom https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-ext/1.14/batik-ext-1.14.jar https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-ext/1.14/batik-ext-1.14.pom https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-gvt/1.14/batik-gvt-1.14.jar https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-gvt/1.14/batik-gvt-1.14.pom https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-i18n/1.14/batik-i18n-1.14.jar https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-i18n/1.14/batik-i18n-1.14.pom https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-parser/1.14/batik-parser-1.14.jar https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-parser/1.14/batik-parser-1.14.pom https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-script/1.14/batik-script-1.14.jar https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-script/1.14/batik-script-1.14.pom https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-shared-resources/1.14/batik-shared-resources-1.14.jar https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-shared-resources/1.14/batik-shared-resources-1.14.pom https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-svggen/1.14/batik-svggen-1.14.jar https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-svggen/1.14/batik-svggen-1.14.pom https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-svg-dom/1.14/batik-svg-dom-1.14.jar https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-svg-dom/1.14/batik-svg-dom-1.14.pom https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-transcoder/1.14/batik-transcoder-1.14.jar https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-transcoder/1.14/batik-transcoder-1.14.pom https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-util/1.14/batik-util-1.14.jar https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-util/1.14/batik-util-1.14.pom https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-xml/1.14/batik-xml-1.14.jar https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-xml/1.14/batik-xml-1.14.pom https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik/1.14/batik-1.14.pom https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/xmlgraphics-commons/2.6/xmlgraphics-commons-2.6.jar https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/xmlgraphics-commons/2.6/xmlgraphics-commons-2.6.pom https://repo.maven.apache.org/maven2/org/clojure/clojure/1.9.0/clojure-1.9.0.jar https://repo.maven.apache.org/maven2/org/clojure/clojure/1.9.0/clojure-1.9.0.pom https://repo.maven.apache.org/maven2/org/clojure/core.specs.alpha/0.1.24/core.specs.alpha-0.1.24.jar https://repo.maven.apache.org/maven2/org/clojure/core.specs.alpha/0.1.24/core.specs.alpha-0.1.24.pom https://repo.maven.apache.org/maven2/org/clojure/pom.contrib/0.2.2/pom.contrib-0.2.2.pom https://repo.maven.apache.org/maven2/org/clojure/spec.alpha/0.1.143/spec.alpha-0.1.143.jar https://repo.maven.apache.org/maven2/org/clojure/spec.alpha/0.1.143/spec.alpha-0.1.143.pom https://repo.maven.apache.org/maven2/xalan/serializer/2.7.2/serializer-2.7.2.jar https://repo.maven.apache.org/maven2/xalan/serializer/2.7.2/serializer-2.7.2.pom https://repo.maven.apache.org/maven2/xalan/xalan/2.7.2/xalan-2.7.2.jar https://repo.maven.apache.org/maven2/xalan/xalan/2.7.2/xalan-2.7.2.pom https://repo.maven.apache.org/maven2/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar https://repo.maven.apache.org/maven2/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.pom https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=664d82a06b17aa1372fead487f3b2352 diff --git a/metadata/md5-cache/media-gfx/loupe-49.2 b/metadata/md5-cache/media-gfx/loupe-49.2 new file mode 100644 index 000000000000..05af7bbf973d --- /dev/null +++ b/metadata/md5-cache/media-gfx/loupe-49.2 @@ -0,0 +1,16 @@ +BDEPEND=dev-util/itstool virtual/pkgconfig || ( >=dev-lang/rust-bin-1.85:* >=dev-lang/rust-1.85:* ) app-arch/xz-utils >=app-portage/elt-patches-20250306 >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack +DEPEND=x11-libs/cairo[X?] >x11-libs/gdk-pixbuf-2.42.10-r1[gif?,jpeg?,tiff?] dev-libs/glib:2 sys-devel/gettext media-libs/graphene x11-libs/pango[X?] media-libs/fontconfig >=gui-libs/gtk-4.16.0:4[X?,wayland?] >=gui-libs/libadwaita-1.7.0:1 >=dev-libs/libgweather-4.0.0:4= >=media-libs/lcms-2.12.0:2[jpeg?,tiff?] >=sys-libs/libseccomp-2.5.0 +DESCRIPTION=View images +EAPI=8 +HOMEPAGE=https://apps.gnome.org/Loupe +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=cargo gnome.org gnome2 meson xdg +IUSE=X heif gif jpeg jpegxl svg tiff wayland debug +KEYWORDS=~amd64 +LICENSE=GPL-3+ Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD ISC MIT Unicode-3.0 || ( LGPL-2.1+ MPL-2.0 ) +RDEPEND=x11-libs/cairo[X?] >x11-libs/gdk-pixbuf-2.42.10-r1[gif?,jpeg?,tiff?] dev-libs/glib:2 sys-devel/gettext media-libs/graphene x11-libs/pango[X?] media-libs/fontconfig >=gui-libs/gtk-4.16.0:4[X?,wayland?] >=gui-libs/libadwaita-1.7.0:1 >=dev-libs/libgweather-4.0.0:4= >=media-libs/lcms-2.12.0:2[jpeg?,tiff?] >=sys-libs/libseccomp-2.5.0 media-libs/glycin-loaders:2=[heif?,jpegxl?,svg?] +SLOT=0 +SRC_URI=mirror://gnome/sources/loupe/49/loupe-49.2.tar.xz https://crates.io/api/v1/crates/adler2/2.0.1/download -> adler2-2.0.1.crate https://crates.io/api/v1/crates/aho-corasick/1.1.3/download -> aho-corasick-1.1.3.crate https://crates.io/api/v1/crates/anyhow/1.0.99/download -> anyhow-1.0.99.crate https://crates.io/api/v1/crates/arc-swap/1.7.1/download -> arc-swap-1.7.1.crate https://crates.io/api/v1/crates/ashpd/0.12.0/download -> ashpd-0.12.0.crate https://crates.io/api/v1/crates/async-broadcast/0.7.2/download -> async-broadcast-0.7.2.crate https://crates.io/api/v1/crates/async-channel/2.5.0/download -> async-channel-2.5.0.crate https://crates.io/api/v1/crates/async-executor/1.13.3/download -> async-executor-1.13.3.crate https://crates.io/api/v1/crates/async-fs/2.1.3/download -> async-fs-2.1.3.crate https://crates.io/api/v1/crates/async-global-executor/3.1.0/download -> async-global-executor-3.1.0.crate https://crates.io/api/v1/crates/async-io/2.5.0/download -> async-io-2.5.0.crate https://crates.io/api/v1/crates/async-lock/3.4.1/download -> async-lock-3.4.1.crate https://crates.io/api/v1/crates/async-net/2.0.0/download -> async-net-2.0.0.crate https://crates.io/api/v1/crates/async-process/2.4.0/download -> async-process-2.4.0.crate https://crates.io/api/v1/crates/async-recursion/1.1.1/download -> async-recursion-1.1.1.crate https://crates.io/api/v1/crates/async-signal/0.2.12/download -> async-signal-0.2.12.crate https://crates.io/api/v1/crates/async-task/4.7.1/download -> async-task-4.7.1.crate https://crates.io/api/v1/crates/async-trait/0.1.89/download -> async-trait-0.1.89.crate https://crates.io/api/v1/crates/atomic-waker/1.1.2/download -> atomic-waker-1.1.2.crate https://crates.io/api/v1/crates/autocfg/1.5.0/download -> autocfg-1.5.0.crate https://crates.io/api/v1/crates/bitflags/2.9.4/download -> bitflags-2.9.4.crate https://crates.io/api/v1/crates/block/0.1.6/download -> block-0.1.6.crate https://crates.io/api/v1/crates/blocking/1.6.2/download -> blocking-1.6.2.crate https://crates.io/api/v1/crates/bytemuck/1.23.2/download -> bytemuck-1.23.2.crate https://crates.io/api/v1/crates/byteorder/1.5.0/download -> byteorder-1.5.0.crate https://crates.io/api/v1/crates/cairo-rs/0.21.1/download -> cairo-rs-0.21.1.crate https://crates.io/api/v1/crates/cairo-sys-rs/0.21.1/download -> cairo-sys-rs-0.21.1.crate https://crates.io/api/v1/crates/cc/1.2.36/download -> cc-1.2.36.crate https://crates.io/api/v1/crates/cfg-expr/0.20.2/download -> cfg-expr-0.20.2.crate https://crates.io/api/v1/crates/cfg-if/1.0.3/download -> cfg-if-1.0.3.crate https://crates.io/api/v1/crates/cfg_aliases/0.2.1/download -> cfg_aliases-0.2.1.crate https://crates.io/api/v1/crates/chrono/0.4.42/download -> chrono-0.4.42.crate https://crates.io/api/v1/crates/concurrent-queue/2.5.0/download -> concurrent-queue-2.5.0.crate https://crates.io/api/v1/crates/crc32fast/1.5.0/download -> crc32fast-1.5.0.crate https://crates.io/api/v1/crates/crossbeam-deque/0.8.6/download -> crossbeam-deque-0.8.6.crate https://crates.io/api/v1/crates/crossbeam-epoch/0.9.18/download -> crossbeam-epoch-0.9.18.crate https://crates.io/api/v1/crates/crossbeam-utils/0.8.21/download -> crossbeam-utils-0.8.21.crate https://crates.io/api/v1/crates/crunchy/0.2.4/download -> crunchy-0.2.4.crate https://crates.io/api/v1/crates/displaydoc/0.2.5/download -> displaydoc-0.2.5.crate https://crates.io/api/v1/crates/dlib/0.5.2/download -> dlib-0.5.2.crate https://crates.io/api/v1/crates/dunce/1.0.5/download -> dunce-1.0.5.crate https://crates.io/api/v1/crates/either/1.15.0/download -> either-1.15.0.crate https://crates.io/api/v1/crates/encoding_rs/0.8.35/download -> encoding_rs-0.8.35.crate https://crates.io/api/v1/crates/endi/1.1.0/download -> endi-1.1.0.crate https://crates.io/api/v1/crates/enumflags2/0.7.12/download -> enumflags2-0.7.12.crate https://crates.io/api/v1/crates/enumflags2_derive/0.7.12/download -> enumflags2_derive-0.7.12.crate https://crates.io/api/v1/crates/env_filter/0.1.3/download -> env_filter-0.1.3.crate https://crates.io/api/v1/crates/env_logger/0.11.8/download -> env_logger-0.11.8.crate https://crates.io/api/v1/crates/equivalent/1.0.2/download -> equivalent-1.0.2.crate https://crates.io/api/v1/crates/errno/0.3.14/download -> errno-0.3.14.crate https://crates.io/api/v1/crates/event-listener-strategy/0.5.4/download -> event-listener-strategy-0.5.4.crate https://crates.io/api/v1/crates/event-listener/5.4.1/download -> event-listener-5.4.1.crate https://crates.io/api/v1/crates/fastrand/2.3.0/download -> fastrand-2.3.0.crate https://crates.io/api/v1/crates/field-offset/0.3.6/download -> field-offset-0.3.6.crate https://crates.io/api/v1/crates/find-msvc-tools/0.1.1/download -> find-msvc-tools-0.1.1.crate https://crates.io/api/v1/crates/flate2/1.1.2/download -> flate2-1.1.2.crate https://crates.io/api/v1/crates/foreign-types-macros/0.2.3/download -> foreign-types-macros-0.2.3.crate https://crates.io/api/v1/crates/foreign-types-shared/0.3.1/download -> foreign-types-shared-0.3.1.crate https://crates.io/api/v1/crates/foreign-types/0.5.0/download -> foreign-types-0.5.0.crate https://crates.io/api/v1/crates/form_urlencoded/1.2.2/download -> form_urlencoded-1.2.2.crate https://crates.io/api/v1/crates/futures-channel/0.3.31/download -> futures-channel-0.3.31.crate https://crates.io/api/v1/crates/futures-core/0.3.31/download -> futures-core-0.3.31.crate https://crates.io/api/v1/crates/futures-executor/0.3.31/download -> futures-executor-0.3.31.crate https://crates.io/api/v1/crates/futures-io/0.3.31/download -> futures-io-0.3.31.crate https://crates.io/api/v1/crates/futures-lite/2.6.1/download -> futures-lite-2.6.1.crate https://crates.io/api/v1/crates/futures-macro/0.3.31/download -> futures-macro-0.3.31.crate https://crates.io/api/v1/crates/futures-task/0.3.31/download -> futures-task-0.3.31.crate https://crates.io/api/v1/crates/futures-timer/3.0.3/download -> futures-timer-3.0.3.crate https://crates.io/api/v1/crates/futures-util/0.3.31/download -> futures-util-0.3.31.crate https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.21.1/download -> gdk-pixbuf-sys-0.21.1.crate https://crates.io/api/v1/crates/gdk-pixbuf/0.21.1/download -> gdk-pixbuf-0.21.1.crate https://crates.io/api/v1/crates/gdk4-sys/0.10.0/download -> gdk4-sys-0.10.0.crate https://crates.io/api/v1/crates/gdk4-wayland-sys/0.10.0/download -> gdk4-wayland-sys-0.10.0.crate https://crates.io/api/v1/crates/gdk4-wayland/0.10.0/download -> gdk4-wayland-0.10.0.crate https://crates.io/api/v1/crates/gdk4-x11-sys/0.10.0/download -> gdk4-x11-sys-0.10.0.crate https://crates.io/api/v1/crates/gdk4-x11/0.10.0/download -> gdk4-x11-0.10.0.crate https://crates.io/api/v1/crates/gdk4/0.10.0/download -> gdk4-0.10.0.crate https://crates.io/api/v1/crates/getrandom/0.3.3/download -> getrandom-0.3.3.crate https://crates.io/api/v1/crates/gettext-rs/0.7.2/download -> gettext-rs-0.7.2.crate https://crates.io/api/v1/crates/gettext-sys/0.22.5/download -> gettext-sys-0.22.5.crate https://crates.io/api/v1/crates/gio-sys/0.21.1/download -> gio-sys-0.21.1.crate https://crates.io/api/v1/crates/gio/0.21.1/download -> gio-0.21.1.crate https://crates.io/api/v1/crates/glib-macros/0.21.0/download -> glib-macros-0.21.0.crate https://crates.io/api/v1/crates/glib-sys/0.21.1/download -> glib-sys-0.21.1.crate https://crates.io/api/v1/crates/glib/0.21.1/download -> glib-0.21.1.crate https://crates.io/api/v1/crates/glycin-common/1.0.0/download -> glycin-common-1.0.0.crate https://crates.io/api/v1/crates/glycin-utils/4.0.4/download -> glycin-utils-4.0.4.crate https://crates.io/api/v1/crates/glycin/3.0.4/download -> glycin-3.0.4.crate https://crates.io/api/v1/crates/gobject-sys/0.21.1/download -> gobject-sys-0.21.1.crate https://crates.io/api/v1/crates/graphene-rs/0.21.1/download -> graphene-rs-0.21.1.crate https://crates.io/api/v1/crates/graphene-sys/0.21.1/download -> graphene-sys-0.21.1.crate https://crates.io/api/v1/crates/gsk4-sys/0.10.0/download -> gsk4-sys-0.10.0.crate https://crates.io/api/v1/crates/gsk4/0.10.0/download -> gsk4-0.10.0.crate https://crates.io/api/v1/crates/gtk4-macros/0.10.0/download -> gtk4-macros-0.10.0.crate https://crates.io/api/v1/crates/gtk4-sys/0.10.0/download -> gtk4-sys-0.10.0.crate https://crates.io/api/v1/crates/gtk4/0.10.0/download -> gtk4-0.10.0.crate https://crates.io/api/v1/crates/gufo-common/1.0.1/download -> gufo-common-1.0.1.crate https://crates.io/api/v1/crates/gufo-exif/0.3.1/download -> gufo-exif-0.3.1.crate https://crates.io/api/v1/crates/gufo-jpeg/0.3.0/download -> gufo-jpeg-0.3.0.crate https://crates.io/api/v1/crates/gufo-png/0.3.0/download -> gufo-png-0.3.0.crate https://crates.io/api/v1/crates/gufo-tiff/0.3.0/download -> gufo-tiff-0.3.0.crate https://crates.io/api/v1/crates/gufo-webp/0.3.0/download -> gufo-webp-0.3.0.crate https://crates.io/api/v1/crates/gufo-xmp/0.3.0/download -> gufo-xmp-0.3.0.crate https://crates.io/api/v1/crates/gufo/0.3.0/download -> gufo-0.3.0.crate https://crates.io/api/v1/crates/gvdb-macros/0.1.15/download -> gvdb-macros-0.1.15.crate https://crates.io/api/v1/crates/gvdb/0.9.0/download -> gvdb-0.9.0.crate https://crates.io/api/v1/crates/gweather-sys/4.6.0/download -> gweather-sys-4.6.0.crate https://crates.io/api/v1/crates/half/2.6.0/download -> half-2.6.0.crate https://crates.io/api/v1/crates/hashbrown/0.15.5/download -> hashbrown-0.15.5.crate https://crates.io/api/v1/crates/heck/0.5.0/download -> heck-0.5.0.crate https://crates.io/api/v1/crates/hermit-abi/0.5.2/download -> hermit-abi-0.5.2.crate https://crates.io/api/v1/crates/hex/0.4.3/download -> hex-0.4.3.crate https://crates.io/api/v1/crates/icu_collections/2.0.0/download -> icu_collections-2.0.0.crate https://crates.io/api/v1/crates/icu_locale_core/2.0.0/download -> icu_locale_core-2.0.0.crate https://crates.io/api/v1/crates/icu_normalizer/2.0.0/download -> icu_normalizer-2.0.0.crate https://crates.io/api/v1/crates/icu_normalizer_data/2.0.0/download -> icu_normalizer_data-2.0.0.crate https://crates.io/api/v1/crates/icu_properties/2.0.1/download -> icu_properties-2.0.1.crate https://crates.io/api/v1/crates/icu_properties_data/2.0.1/download -> icu_properties_data-2.0.1.crate https://crates.io/api/v1/crates/icu_provider/2.0.0/download -> icu_provider-2.0.0.crate https://crates.io/api/v1/crates/idna/1.1.0/download -> idna-1.1.0.crate https://crates.io/api/v1/crates/idna_adapter/1.2.1/download -> idna_adapter-1.2.1.crate https://crates.io/api/v1/crates/indexmap/2.11.1/download -> indexmap-2.11.1.crate https://crates.io/api/v1/crates/itoa/1.0.15/download -> itoa-1.0.15.crate https://crates.io/api/v1/crates/jiff-static/0.2.15/download -> jiff-static-0.2.15.crate https://crates.io/api/v1/crates/jiff/0.2.15/download -> jiff-0.2.15.crate https://crates.io/api/v1/crates/jobserver/0.1.34/download -> jobserver-0.1.34.crate https://crates.io/api/v1/crates/lazy_static/1.5.0/download -> lazy_static-1.5.0.crate https://crates.io/api/v1/crates/lcms2-sys/4.0.6/download -> lcms2-sys-4.0.6.crate https://crates.io/api/v1/crates/lcms2/6.1.1/download -> lcms2-6.1.1.crate https://crates.io/api/v1/crates/libadwaita-sys/0.8.0/download -> libadwaita-sys-0.8.0.crate https://crates.io/api/v1/crates/libadwaita/0.8.0/download -> libadwaita-0.8.0.crate https://crates.io/api/v1/crates/libc/0.2.175/download -> libc-0.2.175.crate https://crates.io/api/v1/crates/libgweather/4.6.0/download -> libgweather-4.6.0.crate https://crates.io/api/v1/crates/libloading/0.8.8/download -> libloading-0.8.8.crate https://crates.io/api/v1/crates/libseccomp-sys/0.3.0/download -> libseccomp-sys-0.3.0.crate https://crates.io/api/v1/crates/libseccomp/0.4.0/download -> libseccomp-0.4.0.crate https://crates.io/api/v1/crates/linux-raw-sys/0.11.0/download -> linux-raw-sys-0.11.0.crate https://crates.io/api/v1/crates/litemap/0.8.0/download -> litemap-0.8.0.crate https://crates.io/api/v1/crates/litrs/0.5.1/download -> litrs-0.5.1.crate https://crates.io/api/v1/crates/locale_config/0.3.0/download -> locale_config-0.3.0.crate https://crates.io/api/v1/crates/log/0.4.28/download -> log-0.4.28.crate https://crates.io/api/v1/crates/malloc_buf/0.0.6/download -> malloc_buf-0.0.6.crate https://crates.io/api/v1/crates/matchers/0.2.0/download -> matchers-0.2.0.crate https://crates.io/api/v1/crates/memchr/2.7.5/download -> memchr-2.7.5.crate https://crates.io/api/v1/crates/memfd/0.6.5/download -> memfd-0.6.5.crate https://crates.io/api/v1/crates/memmap2/0.9.8/download -> memmap2-0.9.8.crate https://crates.io/api/v1/crates/memoffset/0.9.1/download -> memoffset-0.9.1.crate https://crates.io/api/v1/crates/miniz_oxide/0.8.9/download -> miniz_oxide-0.8.9.crate https://crates.io/api/v1/crates/nix/0.30.1/download -> nix-0.30.1.crate https://crates.io/api/v1/crates/nu-ansi-term/0.50.1/download -> nu-ansi-term-0.50.1.crate https://crates.io/api/v1/crates/num-traits/0.2.19/download -> num-traits-0.2.19.crate https://crates.io/api/v1/crates/objc-foundation/0.1.1/download -> objc-foundation-0.1.1.crate https://crates.io/api/v1/crates/objc/0.2.7/download -> objc-0.2.7.crate https://crates.io/api/v1/crates/objc_id/0.1.1/download -> objc_id-0.1.1.crate https://crates.io/api/v1/crates/once_cell/1.21.3/download -> once_cell-1.21.3.crate https://crates.io/api/v1/crates/ordered-stream/0.2.0/download -> ordered-stream-0.2.0.crate https://crates.io/api/v1/crates/pango-sys/0.21.1/download -> pango-sys-0.21.1.crate https://crates.io/api/v1/crates/pango/0.21.1/download -> pango-0.21.1.crate https://crates.io/api/v1/crates/parking/2.2.1/download -> parking-2.2.1.crate https://crates.io/api/v1/crates/paste/1.0.15/download -> paste-1.0.15.crate https://crates.io/api/v1/crates/percent-encoding/2.3.2/download -> percent-encoding-2.3.2.crate https://crates.io/api/v1/crates/pin-project-lite/0.2.16/download -> pin-project-lite-0.2.16.crate https://crates.io/api/v1/crates/pin-utils/0.1.0/download -> pin-utils-0.1.0.crate https://crates.io/api/v1/crates/piper/0.2.4/download -> piper-0.2.4.crate https://crates.io/api/v1/crates/pkg-config/0.3.32/download -> pkg-config-0.3.32.crate https://crates.io/api/v1/crates/polling/3.10.0/download -> polling-3.10.0.crate https://crates.io/api/v1/crates/portable-atomic-util/0.2.4/download -> portable-atomic-util-0.2.4.crate https://crates.io/api/v1/crates/portable-atomic/1.11.1/download -> portable-atomic-1.11.1.crate https://crates.io/api/v1/crates/potential_utf/0.1.3/download -> potential_utf-0.1.3.crate https://crates.io/api/v1/crates/ppv-lite86/0.2.21/download -> ppv-lite86-0.2.21.crate https://crates.io/api/v1/crates/proc-macro-crate/3.3.0/download -> proc-macro-crate-3.3.0.crate https://crates.io/api/v1/crates/proc-macro2/1.0.101/download -> proc-macro2-1.0.101.crate https://crates.io/api/v1/crates/quick-xml/0.38.3/download -> quick-xml-0.38.3.crate https://crates.io/api/v1/crates/quote/1.0.40/download -> quote-1.0.40.crate https://crates.io/api/v1/crates/r-efi/5.3.0/download -> r-efi-5.3.0.crate https://crates.io/api/v1/crates/rand/0.9.2/download -> rand-0.9.2.crate https://crates.io/api/v1/crates/rand_chacha/0.9.0/download -> rand_chacha-0.9.0.crate https://crates.io/api/v1/crates/rand_core/0.9.3/download -> rand_core-0.9.3.crate https://crates.io/api/v1/crates/rayon-core/1.13.0/download -> rayon-core-1.13.0.crate https://crates.io/api/v1/crates/rayon/1.11.0/download -> rayon-1.11.0.crate https://crates.io/api/v1/crates/regex-automata/0.4.10/download -> regex-automata-0.4.10.crate https://crates.io/api/v1/crates/regex-syntax/0.8.6/download -> regex-syntax-0.8.6.crate https://crates.io/api/v1/crates/regex/1.11.2/download -> regex-1.11.2.crate https://crates.io/api/v1/crates/rmp-serde/1.3.0/download -> rmp-serde-1.3.0.crate https://crates.io/api/v1/crates/rmp/0.8.14/download -> rmp-0.8.14.crate https://crates.io/api/v1/crates/rustc_version/0.4.1/download -> rustc_version-0.4.1.crate https://crates.io/api/v1/crates/rustix/1.1.2/download -> rustix-1.1.2.crate https://crates.io/api/v1/crates/ryu/1.0.20/download -> ryu-1.0.20.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/semver/1.0.26/download -> semver-1.0.26.crate https://crates.io/api/v1/crates/serde/1.0.219/download -> serde-1.0.219.crate https://crates.io/api/v1/crates/serde_derive/1.0.219/download -> serde_derive-1.0.219.crate https://crates.io/api/v1/crates/serde_json/1.0.143/download -> serde_json-1.0.143.crate https://crates.io/api/v1/crates/serde_repr/0.1.20/download -> serde_repr-0.1.20.crate https://crates.io/api/v1/crates/serde_spanned/0.6.9/download -> serde_spanned-0.6.9.crate https://crates.io/api/v1/crates/sharded-slab/0.1.7/download -> sharded-slab-0.1.7.crate https://crates.io/api/v1/crates/shlex/1.3.0/download -> shlex-1.3.0.crate https://crates.io/api/v1/crates/signal-hook-registry/1.4.6/download -> signal-hook-registry-1.4.6.crate https://crates.io/api/v1/crates/slab/0.4.11/download -> slab-0.4.11.crate https://crates.io/api/v1/crates/smallvec/1.15.1/download -> smallvec-1.15.1.crate https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download -> stable_deref_trait-1.2.0.crate https://crates.io/api/v1/crates/static_assertions/1.1.0/download -> static_assertions-1.1.0.crate https://crates.io/api/v1/crates/strum/0.27.2/download -> strum-0.27.2.crate https://crates.io/api/v1/crates/strum_macros/0.27.2/download -> strum_macros-0.27.2.crate https://crates.io/api/v1/crates/syn/2.0.106/download -> syn-2.0.106.crate https://crates.io/api/v1/crates/synstructure/0.13.2/download -> synstructure-0.13.2.crate https://crates.io/api/v1/crates/system-deps/7.0.5/download -> system-deps-7.0.5.crate https://crates.io/api/v1/crates/target-lexicon/0.13.2/download -> target-lexicon-0.13.2.crate https://crates.io/api/v1/crates/temp-dir/0.1.16/download -> temp-dir-0.1.16.crate https://crates.io/api/v1/crates/tempfile/3.22.0/download -> tempfile-3.22.0.crate https://crates.io/api/v1/crates/thiserror-impl/2.0.16/download -> thiserror-impl-2.0.16.crate https://crates.io/api/v1/crates/thiserror/2.0.16/download -> thiserror-2.0.16.crate https://crates.io/api/v1/crates/thread_local/1.1.9/download -> thread_local-1.1.9.crate https://crates.io/api/v1/crates/tinystr/0.8.1/download -> tinystr-0.8.1.crate https://crates.io/api/v1/crates/toml/0.8.23/download -> toml-0.8.23.crate https://crates.io/api/v1/crates/toml_datetime/0.6.11/download -> toml_datetime-0.6.11.crate https://crates.io/api/v1/crates/toml_edit/0.22.27/download -> toml_edit-0.22.27.crate https://crates.io/api/v1/crates/tracing-attributes/0.1.30/download -> tracing-attributes-0.1.30.crate https://crates.io/api/v1/crates/tracing-core/0.1.34/download -> tracing-core-0.1.34.crate https://crates.io/api/v1/crates/tracing-log/0.2.0/download -> tracing-log-0.2.0.crate https://crates.io/api/v1/crates/tracing-subscriber/0.3.20/download -> tracing-subscriber-0.3.20.crate https://crates.io/api/v1/crates/tracing/0.1.41/download -> tracing-0.1.41.crate https://crates.io/api/v1/crates/uds_windows/1.1.0/download -> uds_windows-1.1.0.crate https://crates.io/api/v1/crates/unicode-ident/1.0.19/download -> unicode-ident-1.0.19.crate https://crates.io/api/v1/crates/url/2.5.7/download -> url-2.5.7.crate https://crates.io/api/v1/crates/utf8_iter/1.0.4/download -> utf8_iter-1.0.4.crate https://crates.io/api/v1/crates/valuable/0.1.1/download -> valuable-0.1.1.crate https://crates.io/api/v1/crates/version-compare/0.2.0/download -> version-compare-0.2.0.crate https://crates.io/api/v1/crates/walkdir/2.5.0/download -> walkdir-2.5.0.crate https://crates.io/api/v1/crates/wasi/0.14.5+wasi-0.2.4/download -> wasi-0.14.5+wasi-0.2.4.crate https://crates.io/api/v1/crates/wasip2/1.0.0+wasi-0.2.4/download -> wasip2-1.0.0+wasi-0.2.4.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.11/download -> winapi-util-0.1.11.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-link/0.1.3/download -> windows-link-0.1.3.crate https://crates.io/api/v1/crates/windows-sys/0.52.0/download -> windows-sys-0.52.0.crate https://crates.io/api/v1/crates/windows-sys/0.60.2/download -> windows-sys-0.60.2.crate https://crates.io/api/v1/crates/windows-targets/0.52.6/download -> windows-targets-0.52.6.crate https://crates.io/api/v1/crates/windows-targets/0.53.3/download -> windows-targets-0.53.3.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.6/download -> windows_aarch64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.53.0/download -> windows_aarch64_gnullvm-0.53.0.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.6/download -> windows_aarch64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.53.0/download -> windows_aarch64_msvc-0.53.0.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.52.6/download -> windows_i686_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.53.0/download -> windows_i686_gnu-0.53.0.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.52.6/download -> windows_i686_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.53.0/download -> windows_i686_gnullvm-0.53.0.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.52.6/download -> windows_i686_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.53.0/download -> windows_i686_msvc-0.53.0.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.6/download -> windows_x86_64_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.53.0/download -> windows_x86_64_gnu-0.53.0.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.6/download -> windows_x86_64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.53.0/download -> windows_x86_64_gnullvm-0.53.0.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.6/download -> windows_x86_64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.53.0/download -> windows_x86_64_msvc-0.53.0.crate https://crates.io/api/v1/crates/winnow/0.7.13/download -> winnow-0.7.13.crate https://crates.io/api/v1/crates/wit-bindgen/0.45.1/download -> wit-bindgen-0.45.1.crate https://crates.io/api/v1/crates/writeable/0.6.1/download -> writeable-0.6.1.crate https://crates.io/api/v1/crates/x11/2.21.0/download -> x11-2.21.0.crate https://crates.io/api/v1/crates/xml-rs/0.8.27/download -> xml-rs-0.8.27.crate https://crates.io/api/v1/crates/yeslogic-fontconfig-sys/6.0.0/download -> yeslogic-fontconfig-sys-6.0.0.crate https://crates.io/api/v1/crates/yoke-derive/0.8.0/download -> yoke-derive-0.8.0.crate https://crates.io/api/v1/crates/yoke/0.8.0/download -> yoke-0.8.0.crate https://crates.io/api/v1/crates/zbus/5.11.0/download -> zbus-5.11.0.crate https://crates.io/api/v1/crates/zbus_macros/5.11.0/download -> zbus_macros-5.11.0.crate https://crates.io/api/v1/crates/zbus_names/4.2.0/download -> zbus_names-4.2.0.crate https://crates.io/api/v1/crates/zerocopy-derive/0.8.27/download -> zerocopy-derive-0.8.27.crate https://crates.io/api/v1/crates/zerocopy/0.8.27/download -> zerocopy-0.8.27.crate https://crates.io/api/v1/crates/zerofrom-derive/0.1.6/download -> zerofrom-derive-0.1.6.crate https://crates.io/api/v1/crates/zerofrom/0.1.6/download -> zerofrom-0.1.6.crate https://crates.io/api/v1/crates/zerotrie/0.2.2/download -> zerotrie-0.2.2.crate https://crates.io/api/v1/crates/zerovec-derive/0.11.1/download -> zerovec-derive-0.11.1.crate https://crates.io/api/v1/crates/zerovec/0.11.4/download -> zerovec-0.11.4.crate https://crates.io/api/v1/crates/zvariant/5.7.0/download -> zvariant-5.7.0.crate https://crates.io/api/v1/crates/zvariant_derive/5.7.0/download -> zvariant_derive-5.7.0.crate https://crates.io/api/v1/crates/zvariant_utils/3.2.1/download -> zvariant_utils-3.2.1.crate +_eclasses_=cargo aeba1d272f6c2e000912e11d8cf626eb flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2 26fd01914b36038dc8e964ff4bd03a95 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 libtool c81bd096be5f4c82f4e8f156ef112402 meson ee14b47f310c323b82e6655787cd65ed multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 67000e6952ab66809b3422022b873639 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=894257bac88f5ea552f5e706a531837f diff --git a/metadata/md5-cache/media-gfx/plantuml-1.2025.10 b/metadata/md5-cache/media-gfx/plantuml-1.2025.10 index c8ea8ec61ba3..6c5122a87fbf 100644 --- a/metadata/md5-cache/media-gfx/plantuml-1.2025.10 +++ b/metadata/md5-cache/media-gfx/plantuml-1.2025.10 @@ -11,5 +11,5 @@ LICENSE=GPL-3 RDEPEND=>=virtual/jre-1.8:* media-gfx/graphviz ant-task? ( >=dev-java/ant-1.10.15:0 ) >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/plantuml/plantuml/archive/v1.2025.10.tar.gz -> plantuml-1.2025.10.tar.gz -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=1218880f1a13354fd684bb90c18a1b56 diff --git a/metadata/md5-cache/media-gfx/plantuml-1.2026.1 b/metadata/md5-cache/media-gfx/plantuml-1.2026.1 index 10901882d63f..5fba45929511 100644 --- a/metadata/md5-cache/media-gfx/plantuml-1.2026.1 +++ b/metadata/md5-cache/media-gfx/plantuml-1.2026.1 @@ -11,5 +11,5 @@ LICENSE=GPL-3 RDEPEND=>=virtual/jre-1.8:* media-gfx/graphviz ant-task? ( >=dev-java/ant-1.10.15:0 ) >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/plantuml/plantuml/archive/v1.2026.1.tar.gz -> plantuml-1.2026.1.tar.gz -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=ab4f7dda0b26af5843ac115d4f082bf2 diff --git a/metadata/md5-cache/media-gfx/zbar-0.23.93-r2 b/metadata/md5-cache/media-gfx/zbar-0.23.93-r2 index 5b23c2695907..d19e6119b214 100644 --- a/metadata/md5-cache/media-gfx/zbar-0.23.93-r2 +++ b/metadata/md5-cache/media-gfx/zbar-0.23.93-r2 @@ -13,5 +13,5 @@ REQUIRED_USE=introspection? ( gtk ) python? ( ^^ ( python_single_target_python3_ RESTRICT=!test? ( test ) !test? ( test ) SLOT=0 SRC_URI=https://github.com/mchehab/zbar/archive/0.23.93.tar.gz -> zbar-0.23.93.tar.gz -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 1e32df7deee68372153dca65f4a7c21f out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 virtualx 9741d451eb64ea8bb9faee90d68a9b68 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 1e32df7deee68372153dca65f4a7c21f out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 virtualx 9741d451eb64ea8bb9faee90d68a9b68 _md5_=73caa14f42c20ca598641a725bf5488d diff --git a/metadata/md5-cache/media-libs/libbluray-1.3.4-r3 b/metadata/md5-cache/media-libs/libbluray-1.3.4-r3 index 89d974cc4e9a..4aeeef4c6a1a 100644 --- a/metadata/md5-cache/media-libs/libbluray-1.3.4-r3 +++ b/metadata/md5-cache/media-libs/libbluray-1.3.4-r3 @@ -11,5 +11,5 @@ LICENSE=LGPL-2.1 RDEPEND=>=dev-libs/libudfread-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(-)?] aacs? ( >=media-libs/libaacs-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(-)?] ) bdplus? ( media-libs/libbdplus[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(-)?] ) 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(-)?] ) xml? ( >=dev-libs/libxml2-2.9.1-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(-)?] ) java? ( >=virtual/jre-1.8:* ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0/2 SRC_URI=https://downloads.videolan.org/pub/videolan/libbluray/1.3.4/libbluray-1.3.4.tar.bz2 -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=0b7893809a1f9da6a80c567ed3ceee68 diff --git a/metadata/md5-cache/media-libs/libbluray-9999 b/metadata/md5-cache/media-libs/libbluray-9999 index 2a34a27dcca1..6a2788b59bc8 100644 --- a/metadata/md5-cache/media-libs/libbluray-9999 +++ b/metadata/md5-cache/media-libs/libbluray-9999 @@ -10,5 +10,5 @@ LICENSE=LGPL-2.1 PROPERTIES=live RDEPEND=>=dev-libs/libudfread-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(-)?] aacs? ( >=media-libs/libaacs-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(-)?] ) bdplus? ( media-libs/libbdplus[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(-)?] ) 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(-)?] ) xml? ( >=dev-libs/libxml2-2.9.1-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(-)?] ) java? ( >=virtual/jre-1.8:* ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0/2 -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 git-r3 875eb471682d3e1f18da124be97dcc81 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 git-r3 875eb471682d3e1f18da124be97dcc81 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=1a464e479963030bf5f775aaffff38e7 diff --git a/metadata/md5-cache/media-libs/libcamera-0.6.0-r1 b/metadata/md5-cache/media-libs/libcamera-0.6.0-r1 index c09d102e7ddf..f9f91ba1181e 100644 --- a/metadata/md5-cache/media-libs/libcamera-0.6.0-r1 +++ b/metadata/md5-cache/media-libs/libcamera-0.6.0-r1 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://libcamera.org INHERIT=meson python-any-r1 IUSE=drm elfutils gstreamer gui jpeg openssl sdl test tiff tools trace +udev unwind v4l -KEYWORDS=~amd64 ~arm64 ~x86 +KEYWORDS=~amd64 ~arm64 ~riscv ~x86 LICENSE=Apache-2.0 CC0-1.0 BSD BSD-2 CC-BY-4.0 CC-BY-SA-4.0 GPL-2+ GPL-2 LGPL-2.1+ MIT RDEPEND=dev-libs/libyaml elfutils? ( dev-libs/elfutils ) gstreamer? ( dev-libs/glib:2 >=media-libs/gstreamer-1.14.0:1.0 >=media-libs/gst-plugins-base-1.14:1.0 ) !openssl? ( net-libs/gnutls:= ) openssl? ( dev-libs/openssl:= ) tools? ( dev-cpp/gtest:= dev-libs/libevent:= drm? ( x11-libs/libdrm ) gui? ( dev-qt/qtbase:6[gui,opengl,widgets] sdl? ( media-libs/libsdl2 jpeg? ( media-libs/libjpeg-turbo:= ) ) ) tiff? ( media-libs/tiff:= ) ) trace? ( dev-util/lttng-ust:= ) udev? ( virtual/libudev:= ) unwind? ( sys-libs/libunwind:= ) REQUIRED_USE=sdl? ( gui ) test? ( udev ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0/0.6.0 SRC_URI=https://gitlab.freedesktop.org/camera/libcamera/-/archive/v0.6.0/libcamera-v0.6.0.tar.bz2 _eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 meson ee14b47f310c323b82e6655787cd65ed multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 67000e6952ab66809b3422022b873639 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 -_md5_=640de6ffcd0790c4f2dc7b90dfc36c4a +_md5_=80c618b01f64f95b8969c46c205bcffb diff --git a/metadata/md5-cache/media-libs/libjpeg-turbo-3.1.1 b/metadata/md5-cache/media-libs/libjpeg-turbo-3.1.1 index 40ad5d2cdfaf..af54d5138c7e 100644 --- a/metadata/md5-cache/media-libs/libjpeg-turbo-3.1.1 +++ b/metadata/md5-cache/media-libs/libjpeg-turbo-3.1.1 @@ -11,5 +11,5 @@ LICENSE=BSD IJG ZLIB java? ( GPL-2-with-classpath-exception ) RDEPEND=!media-libs/jpeg:0 !media-libs/jpeg:62 java? ( >=virtual/jre-1.8:* ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0/0.2 SRC_URI=https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.1/libjpeg-turbo-3.1.1.tar.gz mirror://gentoo/libjpeg8_8d-2.debian.tar.gz -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c cmake-multilib 3f19d8d5fccba52076cdeb2281ad349f flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c cmake-multilib 3f19d8d5fccba52076cdeb2281ad349f flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=ca39b6afd8d1134654cbcfcaae0f68c7 diff --git a/metadata/md5-cache/media-libs/libjpeg-turbo-3.1.2 b/metadata/md5-cache/media-libs/libjpeg-turbo-3.1.2 index 9abb4e8ba2d5..d3e4697181e7 100644 --- a/metadata/md5-cache/media-libs/libjpeg-turbo-3.1.2 +++ b/metadata/md5-cache/media-libs/libjpeg-turbo-3.1.2 @@ -12,5 +12,5 @@ RDEPEND=!media-libs/jpeg:0 !media-libs/jpeg:62 java? ( >=virtual/jre-1.8:* ) jav RESTRICT=!test? ( test ) SLOT=0/0.2 SRC_URI=https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.2/libjpeg-turbo-3.1.2.tar.gz mirror://gentoo/libjpeg8_8d-2.debian.tar.gz -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c cmake-multilib 3f19d8d5fccba52076cdeb2281ad349f flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c cmake-multilib 3f19d8d5fccba52076cdeb2281ad349f flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=ae9d7f380db55a7b79c91c526aac2614 diff --git a/metadata/md5-cache/media-libs/libjpeg-turbo-3.1.3 b/metadata/md5-cache/media-libs/libjpeg-turbo-3.1.3 index 88f649318ab6..a7fae08a81c1 100644 --- a/metadata/md5-cache/media-libs/libjpeg-turbo-3.1.3 +++ b/metadata/md5-cache/media-libs/libjpeg-turbo-3.1.3 @@ -12,5 +12,5 @@ RDEPEND=!media-libs/jpeg:0 !media-libs/jpeg:62 java? ( >=virtual/jre-1.8:* ) jav RESTRICT=!test? ( test ) SLOT=0/0.2 SRC_URI=https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.3/libjpeg-turbo-3.1.3.tar.gz mirror://gentoo/libjpeg8_8d-2.debian.tar.gz verify-sig? ( https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.3/libjpeg-turbo-3.1.3.tar.gz.sig ) -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c cmake-multilib 3f19d8d5fccba52076cdeb2281ad349f eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c cmake-multilib 3f19d8d5fccba52076cdeb2281ad349f eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=36e5bb87cd153d6201cfd88c9dc282f8 diff --git a/metadata/md5-cache/media-libs/libpano13-2.9.22 b/metadata/md5-cache/media-libs/libpano13-2.9.22 index c0383332b79e..4301d3bca2df 100644 --- a/metadata/md5-cache/media-libs/libpano13-2.9.22 +++ b/metadata/md5-cache/media-libs/libpano13-2.9.22 @@ -11,5 +11,5 @@ LICENSE=GPL-2 RDEPEND=media-libs/libpng:= media-libs/tiff:= media-libs/libjpeg-turbo:= virtual/zlib:= java? ( >=virtual/jdk-1.8:* ) suitesparse? ( sci-libs/suitesparse ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0/3 SRC_URI=https://downloads.sourceforge.net/panotools/libpano13-2.9.22.tar.gz -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=203bdd059078a009cdad926934090131 diff --git a/metadata/md5-cache/media-libs/libpano13-2.9.22-r1 b/metadata/md5-cache/media-libs/libpano13-2.9.22-r1 index 9e219c38ca6a..fb3520d77422 100644 --- a/metadata/md5-cache/media-libs/libpano13-2.9.22-r1 +++ b/metadata/md5-cache/media-libs/libpano13-2.9.22-r1 @@ -11,5 +11,5 @@ LICENSE=GPL-2 RDEPEND=media-libs/libpng:= media-libs/tiff:= media-libs/libjpeg-turbo:= virtual/zlib:= java? ( >=virtual/jdk-1.8:* ) suitesparse? ( sci-libs/suitesparse ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0/3 SRC_URI=https://downloads.sourceforge.net/panotools/libpano13-2.9.22.tar.gz -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=b9bed6116a09523bd82a513099db3ee2 diff --git a/metadata/md5-cache/media-libs/libpano13-2.9.23 b/metadata/md5-cache/media-libs/libpano13-2.9.23 index 4083d2477ff2..6d93a5dff81d 100644 --- a/metadata/md5-cache/media-libs/libpano13-2.9.23 +++ b/metadata/md5-cache/media-libs/libpano13-2.9.23 @@ -11,5 +11,5 @@ LICENSE=GPL-2 RDEPEND=media-libs/libpng:= media-libs/tiff:= media-libs/libjpeg-turbo:= virtual/zlib:= java? ( >=virtual/jdk-1.8:* ) suitesparse? ( sci-libs/suitesparse ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0/3 SRC_URI=https://downloads.sourceforge.net/panotools/libpano13-2.9.23.tar.gz -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=b3fe94c947be3ec6574d7c74a6503469 diff --git a/metadata/md5-cache/media-libs/opencv-4.11.0-r1 b/metadata/md5-cache/media-libs/opencv-4.11.0-r1 index 92ae2f3d3586..8a9c3e218eec 100644 --- a/metadata/md5-cache/media-libs/opencv-4.11.0-r1 +++ b/metadata/md5-cache/media-libs/opencv-4.11.0-r1 @@ -13,5 +13,5 @@ REQUIRED_USE=amd64? ( cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_avx2? ( RESTRICT=!test? ( test ) !test? ( test ) SLOT=0/4.11.0 SRC_URI=https://github.com/opencv/opencv/archive/4.11.0.tar.gz -> opencv-4.11.0.tar.gz https://github.com/opencv/ade/archive/v0.1.2e.tar.gz -> ade-0.1.2e.tar.gz contrib? ( https://github.com/opencv/opencv_contrib/archive/4.11.0.tar.gz -> opencv_contrib-4.11.0.tar.gz dnnsamples? ( https://github.com/opencv/opencv_3rdparty/archive/a8b69ccc738421293254aec5ddb38bd523503252.tar.gz -> opencv_3rdparty-a8b69ccc738421293254aec5ddb38bd523503252.tar.gz https://github.com/opencv/opencv_3rdparty/archive/b2bfc75f6aea5b1f834ff0f0b865a7c18ff1459f.tar.gz -> opencv_3rdparty-b2bfc75f6aea5b1f834ff0f0b865a7c18ff1459f.tar.gz ) contribxfeatures2d? ( https://github.com/opencv/opencv_3rdparty/archive/34e4206aef44d50e6bbcd0ab06354b52e7466d26.tar.gz -> opencv_3rdparty-34e4206aef44d50e6bbcd0ab06354b52e7466d26.tar.gz https://github.com/opencv/opencv_3rdparty/archive/fccf7cd6a4b12079f73bbfb21745f9babcd4eb1d.tar.gz -> opencv_3rdparty-fccf7cd6a4b12079f73bbfb21745f9babcd4eb1d.tar.gz ) https://github.com/opencv/opencv_3rdparty/archive/8afa57abc8229d611c4937165d20e2a2d9fc5a12.tar.gz -> opencv_3rdparty-8afa57abc8229d611c4937165d20e2a2d9fc5a12.tar.gz cuda? ( https://github.com/NVIDIA/NVIDIAOpticalFlowSDK/archive/edb50da3cf849840d680249aa6dbef248ebce2ca.tar.gz -> NVIDIAOpticalFlowSDK-edb50da3cf849840d680249aa6dbef248ebce2ca.tar.gz ) https://github.com/opencv/opencv_contrib/commit/667a66ee0e99f3f3263c1ef2de1b90d9244b7bd4.patch -> opencv_contrib-4.10.0-3607.patch ) test? ( https://github.com/opencv/opencv_extra/archive/refs/tags/4.11.0.tar.gz -> opencv_extra-4.11.0.tar.gz ) contribdnn? ( https://github.com/ShiqiYu/libfacedetection.train/raw/02246e79b1e976c83d1e135a85e0628120c93769/onnx/yunet_s_640_640.onnx -> yunet-202303.onnx ) -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c cmake-multilib 3f19d8d5fccba52076cdeb2281ad349f cuda 8b660e223a1695e3884ee4c7dc2c5059 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c cmake-multilib 3f19d8d5fccba52076cdeb2281ad349f cuda 8b660e223a1695e3884ee4c7dc2c5059 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=406d9c50eeaf824b893f82afeda6561c diff --git a/metadata/md5-cache/media-libs/opencv-4.12.0-r1 b/metadata/md5-cache/media-libs/opencv-4.12.0-r1 index a860ec6f4705..c010486f928b 100644 --- a/metadata/md5-cache/media-libs/opencv-4.12.0-r1 +++ b/metadata/md5-cache/media-libs/opencv-4.12.0-r1 @@ -13,5 +13,5 @@ REQUIRED_USE=amd64? ( cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_avx2? ( RESTRICT=!test? ( test ) !test? ( test ) SLOT=0/4.12.0 SRC_URI=https://github.com/opencv/opencv/archive/4.12.0.tar.gz -> opencv-4.12.0.tar.gz https://github.com/opencv/ade/archive/v0.1.2e.tar.gz -> ade-0.1.2e.tar.gz contrib? ( https://github.com/opencv/opencv_contrib/archive/4.12.0.tar.gz -> opencv_contrib-4.12.0.tar.gz wechat-qrcode? ( https://github.com/opencv/opencv_3rdparty/archive/a8b69ccc738421293254aec5ddb38bd523503252.tar.gz -> opencv_3rdparty-a8b69ccc738421293254aec5ddb38bd523503252.tar.gz https://github.com/opencv/opencv_3rdparty/archive/b2bfc75f6aea5b1f834ff0f0b865a7c18ff1459f.tar.gz -> opencv_3rdparty-b2bfc75f6aea5b1f834ff0f0b865a7c18ff1459f.tar.gz ) contribxfeatures2d? ( https://github.com/opencv/opencv_3rdparty/archive/34e4206aef44d50e6bbcd0ab06354b52e7466d26.tar.gz -> opencv_3rdparty-34e4206aef44d50e6bbcd0ab06354b52e7466d26.tar.gz https://github.com/opencv/opencv_3rdparty/archive/fccf7cd6a4b12079f73bbfb21745f9babcd4eb1d.tar.gz -> opencv_3rdparty-fccf7cd6a4b12079f73bbfb21745f9babcd4eb1d.tar.gz ) https://github.com/opencv/opencv_3rdparty/archive/8afa57abc8229d611c4937165d20e2a2d9fc5a12.tar.gz -> opencv_3rdparty-8afa57abc8229d611c4937165d20e2a2d9fc5a12.tar.gz cuda? ( https://github.com/NVIDIA/NVIDIAOpticalFlowSDK/archive/edb50da3cf849840d680249aa6dbef248ebce2ca.tar.gz -> NVIDIAOpticalFlowSDK-edb50da3cf849840d680249aa6dbef248ebce2ca.tar.gz ) https://github.com/opencv/opencv_contrib/commit/667a66ee0e99f3f3263c1ef2de1b90d9244b7bd4.patch -> opencv_contrib-4.10.0-3607.patch ) test? ( https://github.com/opencv/opencv_extra/archive/refs/tags/4.12.0.tar.gz -> opencv_extra-4.12.0.tar.gz ) contribdnn? ( https://github.com/ShiqiYu/libfacedetection.train/raw/02246e79b1e976c83d1e135a85e0628120c93769/onnx/yunet_s_640_640.onnx -> yunet-202303.onnx ) https://github.com/opencv/opencv/commit/54b03cc2f84cfe83222c59b747e17cb378a9744c.patch -> opencv-4.12.0-fix_videowriter_raw_return_code.patch -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c cmake-multilib 3f19d8d5fccba52076cdeb2281ad349f cuda 8b660e223a1695e3884ee4c7dc2c5059 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c cmake-multilib 3f19d8d5fccba52076cdeb2281ad349f cuda 8b660e223a1695e3884ee4c7dc2c5059 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=f9413386579cda1982a6d2ef8b9ffd06 diff --git a/metadata/md5-cache/media-libs/tiff-4.7.1 b/metadata/md5-cache/media-libs/tiff-4.7.1 new file mode 100644 index 000000000000..727e7b0be57e --- /dev/null +++ b/metadata/md5-cache/media-libs/tiff-4.7.1 @@ -0,0 +1,17 @@ +BDEPEND=verify-sig? ( >=sec-keys/openpgp-keys-evenrouault-20250913 ) >=app-portage/elt-patches-20250306 verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=jbig? ( >=media-libs/jbigkit-2.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) jpeg? ( media-libs/libjpeg-turbo:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lerc? ( media-libs/lerc:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libdeflate? ( app-arch/libdeflate[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(-)?] ) opengl? ( media-libs/freeglut virtual/opengl ) webp? ( media-libs/libwebp:=[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? ( >=virtual/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(-)?] ) zstd? ( >=app-arch/zstd-1.3.7-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) +DESCRIPTION=Tag Image File Format (TIFF) library +EAPI=8 +HOMEPAGE=http://libtiff.maptools.org +INHERIT=libtool multilib-minimal verify-sig flag-o-matic +IUSE=+cxx jbig jpeg lerc libdeflate lzma opengl static-libs test webp zlib zstd abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 verify-sig +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris +LICENSE=libtiff +RDEPEND=jbig? ( >=media-libs/jbigkit-2.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) jpeg? ( media-libs/libjpeg-turbo:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lerc? ( media-libs/lerc:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libdeflate? ( app-arch/libdeflate[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(-)?] ) opengl? ( media-libs/freeglut virtual/opengl ) webp? ( media-libs/libwebp:=[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? ( >=virtual/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(-)?] ) zstd? ( >=app-arch/zstd-1.3.7-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) +REQUIRED_USE=lerc? ( zlib ) libdeflate? ( zlib ) test? ( jpeg ) +RESTRICT=!test? ( test ) +SLOT=0/6 +SRC_URI=https://download.osgeo.org/libtiff/tiff-4.7.1.tar.xz verify-sig? ( https://download.osgeo.org/libtiff/tiff-4.7.1.tar.xz.sig ) +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_md5_=32a31f6bd44f61b9d9698ad46f05f605 diff --git a/metadata/md5-cache/media-sound/musescore-4.6.3 b/metadata/md5-cache/media-sound/musescore-4.6.3 deleted file mode 100644 index b46716efccbc..000000000000 --- a/metadata/md5-cache/media-sound/musescore-4.6.3 +++ /dev/null @@ -1,18 +0,0 @@ -BDEPEND=dev-qt/qttools:6[linguist] virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.28.5 -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-libs/pugixml dev-qt/qtbase:6[concurrent,dbus,gui,network,opengl,widgets,xml,X] dev-qt/qt5compat:6[qml] dev-qt/qtdeclarative:6 dev-qt/qtnetworkauth:6 dev-qt/qtscxml:6 dev-qt/qtsvg:6 media-libs/alsa-lib media-libs/flac:= media-libs/freetype media-libs/harfbuzz:= media-libs/libopusenc media-libs/libsndfile media-libs/opus media-sound/lame virtual/zlib:= jack? ( virtual/jack ) pipewire? ( media-video/pipewire:= ) video? ( media-video/ffmpeg:= ) websockets? ( dev-qt/qtwebsockets:6 ) dev-libs/utfcpp test? ( dev-cpp/gtest ) -DESCRIPTION=WYSIWYG Music Score Typesetter -EAPI=8 -HOMEPAGE=https://musescore.org/ -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=cmake flag-o-matic xdg check-reqs -IUSE=jack pipewire test video websockets -KEYWORDS=amd64 ~arm64 ~x86 -LICENSE=GPL-2 -RDEPEND=dev-libs/pugixml dev-qt/qtbase:6[concurrent,dbus,gui,network,opengl,widgets,xml,X] dev-qt/qt5compat:6[qml] dev-qt/qtdeclarative:6 dev-qt/qtnetworkauth:6 dev-qt/qtscxml:6 dev-qt/qtsvg:6 media-libs/alsa-lib media-libs/flac:= media-libs/freetype media-libs/harfbuzz:= media-libs/libopusenc media-libs/libsndfile media-libs/opus media-sound/lame virtual/zlib:= jack? ( virtual/jack ) pipewire? ( media-video/pipewire:= ) video? ( media-video/ffmpeg:= ) websockets? ( dev-qt/qtwebsockets:6 ) -REQUIRED_USE=?? ( jack pipewire ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://github.com/musescore/MuseScore/archive/v4.6.3.tar.gz -> musescore-4.6.3.tar.gz https://dev.gentoo.org/~fordfrog/distfiles/MuseScore_General-0.2.0.tar.bz2 -_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=8bdfdfbf8a58a889a6d6db4fb342733f diff --git a/metadata/md5-cache/media-sound/musescore-4.6.4 b/metadata/md5-cache/media-sound/musescore-4.6.4 deleted file mode 100644 index 238c235b1576..000000000000 --- a/metadata/md5-cache/media-sound/musescore-4.6.4 +++ /dev/null @@ -1,18 +0,0 @@ -BDEPEND=dev-qt/qttools:6[linguist] virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.28.5 -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-libs/pugixml dev-qt/qtbase:6[concurrent,dbus,gui,network,opengl,widgets,xml,X] dev-qt/qt5compat:6[qml] dev-qt/qtdeclarative:6 dev-qt/qtnetworkauth:6 dev-qt/qtscxml:6 dev-qt/qtsvg:6 media-libs/alsa-lib media-libs/flac:= media-libs/freetype media-libs/harfbuzz:= media-libs/libopusenc media-libs/libsndfile media-libs/opus media-sound/lame virtual/zlib:= jack? ( virtual/jack ) pipewire? ( media-video/pipewire:= ) video? ( media-video/ffmpeg:= ) websockets? ( dev-qt/qtwebsockets:6 ) dev-libs/utfcpp test? ( dev-cpp/gtest ) -DESCRIPTION=WYSIWYG Music Score Typesetter -EAPI=8 -HOMEPAGE=https://musescore.org/ -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=cmake flag-o-matic xdg check-reqs -IUSE=jack pipewire test video websockets -KEYWORDS=~amd64 ~arm64 ~x86 -LICENSE=GPL-2 -RDEPEND=dev-libs/pugixml dev-qt/qtbase:6[concurrent,dbus,gui,network,opengl,widgets,xml,X] dev-qt/qt5compat:6[qml] dev-qt/qtdeclarative:6 dev-qt/qtnetworkauth:6 dev-qt/qtscxml:6 dev-qt/qtsvg:6 media-libs/alsa-lib media-libs/flac:= media-libs/freetype media-libs/harfbuzz:= media-libs/libopusenc media-libs/libsndfile media-libs/opus media-sound/lame virtual/zlib:= jack? ( virtual/jack ) pipewire? ( media-video/pipewire:= ) video? ( media-video/ffmpeg:= ) websockets? ( dev-qt/qtwebsockets:6 ) -REQUIRED_USE=?? ( jack pipewire ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://github.com/musescore/MuseScore/archive/v4.6.4.tar.gz -> musescore-4.6.4.tar.gz https://dev.gentoo.org/~fordfrog/distfiles/MuseScore_General-0.2.0.tar.bz2 -_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=2959e620b41b7e7d905ab2fffb705989 diff --git a/metadata/md5-cache/media-sound/musescore-4.6.5 b/metadata/md5-cache/media-sound/musescore-4.6.5 index 2f939453ddfe..38860444db89 100644 --- a/metadata/md5-cache/media-sound/musescore-4.6.5 +++ b/metadata/md5-cache/media-sound/musescore-4.6.5 @@ -7,7 +7,7 @@ HOMEPAGE=https://musescore.org/ IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=cmake flag-o-matic xdg check-reqs IUSE=jack pipewire test video websockets -KEYWORDS=~amd64 ~arm64 ~x86 +KEYWORDS=amd64 ~arm64 ~x86 LICENSE=GPL-2 RDEPEND=dev-libs/pugixml dev-qt/qtbase:6[concurrent,dbus,gui,network,opengl,widgets,xml,X] dev-qt/qt5compat:6[qml] dev-qt/qtdeclarative:6 dev-qt/qtnetworkauth:6 dev-qt/qtscxml:6 dev-qt/qtsvg:6 media-libs/alsa-lib media-libs/flac:= media-libs/freetype media-libs/harfbuzz:= media-libs/libopusenc media-libs/libsndfile media-libs/opus media-sound/lame virtual/zlib:= jack? ( virtual/jack ) pipewire? ( media-video/pipewire:= ) video? ( media-video/ffmpeg:= ) websockets? ( dev-qt/qtwebsockets:6 ) REQUIRED_USE=?? ( jack pipewire ) @@ -15,4 +15,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/musescore/MuseScore/archive/v4.6.5.tar.gz -> musescore-4.6.5.tar.gz https://dev.gentoo.org/~fordfrog/distfiles/MuseScore_General-0.2.0.tar.bz2 _eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=2959e620b41b7e7d905ab2fffb705989 +_md5_=25375fb91c7227058af96269061c35d6 diff --git a/metadata/md5-cache/media-sound/redoflacs-1.1.0 b/metadata/md5-cache/media-sound/redoflacs-1.1.0 new file mode 100644 index 000000000000..dcd74bbf898b --- /dev/null +++ b/metadata/md5-cache/media-sound/redoflacs-1.1.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install postinst +DESCRIPTION=Bash commandline flac compressor, verifier, organizer, analyzer, retagger +EAPI=8 +HOMEPAGE=https://github.com/sirjaren/redoflacs +INHERIT=optfeature +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=>=app-shells/bash-4 media-libs/flac sys-apps/coreutils +SLOT=0 +SRC_URI=https://github.com/sirjaren/redoflacs/archive/1.1.0.tar.gz -> redoflacs-1.1.0.tar.gz +_eclasses_=optfeature 538bce96e5589935b57e178e8635f301 +_md5_=ba5de4fb81b0ac35e82e3a70f5fd2ad1 diff --git a/metadata/md5-cache/media-sound/rosegarden-24.12.1 b/metadata/md5-cache/media-sound/rosegarden-24.12.1 deleted file mode 100644 index e32b2a8c2cf3..000000000000 --- a/metadata/md5-cache/media-sound/rosegarden-24.12.1 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=dev-qt/qttools:6[linguist] virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.28.5 test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) -DEFINED_PHASES=compile configure install postinst postrm preinst prepare test -DEPEND=dev-qt/qtbase:6[gui,network,widgets,xml] media-libs/alsa-lib:= >=media-libs/dssi-1.0.0:= media-libs/ladspa-sdk:= media-libs/liblo:= media-libs/liblrdf:= media-libs/libsamplerate:= media-libs/libsndfile:= sci-libs/fftw:3.0 virtual/zlib:= virtual/jack x11-libs/libSM:= lirc? ( app-misc/lirc:= ) -DESCRIPTION=MIDI and audio sequencer and notation editor -EAPI=8 -HOMEPAGE=https://www.rosegardenmusic.com/ -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=cmake xdg virtualx -IUSE=lirc test -KEYWORDS=amd64 ~ppc x86 -LICENSE=GPL-2 -RDEPEND=dev-qt/qtbase:6[gui,network,widgets,xml] media-libs/alsa-lib:= >=media-libs/dssi-1.0.0:= media-libs/ladspa-sdk:= media-libs/liblo:= media-libs/liblrdf:= media-libs/libsamplerate:= media-libs/libsndfile:= sci-libs/fftw:3.0 virtual/zlib:= virtual/jack x11-libs/libSM:= lirc? ( app-misc/lirc:= ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://downloads.sourceforge.net/rosegarden/rosegarden-24.12.1.tar.xz -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=17f43f12ec1099233b12fa500f70cc41 diff --git a/metadata/md5-cache/media-sound/rosegarden-25.06-r1 b/metadata/md5-cache/media-sound/rosegarden-25.06-r1 deleted file mode 100644 index 8e4fa8899866..000000000000 --- a/metadata/md5-cache/media-sound/rosegarden-25.06-r1 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=dev-qt/qttools:6[linguist] virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.28.5 test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) -DEFINED_PHASES=compile configure install postinst postrm preinst prepare test -DEPEND=dev-qt/qtbase:6[gui,network,widgets,xml] media-libs/alsa-lib:= >=media-libs/dssi-1.0.0:= media-libs/ladspa-sdk:= media-libs/liblo:= media-libs/liblrdf:= media-libs/libsamplerate:= media-libs/libsndfile:= sci-libs/fftw:3.0 virtual/zlib:= virtual/jack x11-libs/libSM:= lirc? ( app-misc/lirc:= ) -DESCRIPTION=MIDI and audio sequencer and notation editor -EAPI=8 -HOMEPAGE=https://www.rosegardenmusic.com/ -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=cmake xdg virtualx -IUSE=lirc test -KEYWORDS=~amd64 ~ppc ~x86 -LICENSE=GPL-2 -RDEPEND=dev-qt/qtbase:6[gui,network,widgets,xml] media-libs/alsa-lib:= >=media-libs/dssi-1.0.0:= media-libs/ladspa-sdk:= media-libs/liblo:= media-libs/liblrdf:= media-libs/libsamplerate:= media-libs/libsndfile:= sci-libs/fftw:3.0 virtual/zlib:= virtual/jack x11-libs/libSM:= lirc? ( app-misc/lirc:= ) -RESTRICT=test !test? ( test ) -SLOT=0 -SRC_URI=https://downloads.sourceforge.net/rosegarden/rosegarden-25.06.tar.xz -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=3f09b726735c46a3666bcc4d6afeccac diff --git a/metadata/md5-cache/media-sound/rosegarden-25.12 b/metadata/md5-cache/media-sound/rosegarden-25.12 index b03a0ce48dd8..820237df8e4d 100644 --- a/metadata/md5-cache/media-sound/rosegarden-25.12 +++ b/metadata/md5-cache/media-sound/rosegarden-25.12 @@ -7,11 +7,11 @@ HOMEPAGE=https://www.rosegardenmusic.com/ IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=cmake xdg IUSE=lirc lv2 test -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=amd64 ~ppc x86 LICENSE=GPL-2 RDEPEND=dev-qt/qt5compat:6 dev-qt/qtbase:6[gui,network,widgets,xml] media-libs/alsa-lib >=media-libs/dssi-1.0.0:= media-libs/ladspa-sdk media-libs/liblo media-libs/liblrdf media-libs/libsamplerate media-libs/libsndfile sci-libs/fftw:3.0= virtual/jack virtual/zlib:= lirc? ( app-misc/lirc ) lv2? ( media-libs/lilv >=media-libs/lv2-1.18.0 ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://downloads.sourceforge.net/project/rosegarden/rosegarden/25.12/rosegarden-25.12.tar.xz _eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=e756f8e9acf5344e991d759a6440ee1f +_md5_=68df3cacc029f0db6c6686d7dd44c72f diff --git a/metadata/md5-cache/media-tv/channeleditor-1.9.2.1-r4 b/metadata/md5-cache/media-tv/channeleditor-1.9.2.1-r4 index c3cba40b843c..242f1f7864f4 100644 --- a/metadata/md5-cache/media-tv/channeleditor-1.9.2.1-r4 +++ b/metadata/md5-cache/media-tv/channeleditor-1.9.2.1-r4 @@ -11,5 +11,5 @@ LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://downloads.sourceforge.net/project/channeleditor/channeleditor/1.9.2/channeleditor_1.9.2.1_src.tar.gz -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=c9cf31608998650d208c4cab88025932 diff --git a/metadata/md5-cache/media-tv/kodi-21.2-r2 b/metadata/md5-cache/media-tv/kodi-21.2-r2 index 03c1cd17a1a4..10f99d0ed002 100644 --- a/metadata/md5-cache/media-tv/kodi-21.2-r2 +++ b/metadata/md5-cache/media-tv/kodi-21.2-r2 @@ -14,5 +14,5 @@ REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_1 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/xbmc/libdvdnav/archive/6.1.1-Next-Nexus-Alpha2-2.tar.gz -> libdvdnav-6.1.1-Next-Nexus-Alpha2-2.tar.gz https://github.com/xbmc/libdvdread/archive/6.1.3-Next-Nexus-Alpha2-2.tar.gz -> libdvdread-6.1.3-Next-Nexus-Alpha2-2.tar.gz https://mirrors.kodi.tv/build-deps/sources/apache-groovy-binary-4.0.16.zip https://mirrors.kodi.tv/build-deps/sources/commons-lang3-3.14.0-bin.tar.gz https://mirrors.kodi.tv/build-deps/sources/commons-text-1.11.0-bin.tar.gz css? ( https://github.com/xbmc/libdvdcss/archive/1.4.3-Next-Nexus-Alpha2-2.tar.gz -> libdvdcss-1.4.3-Next-Nexus-Alpha2-2.tar.gz ) !system-ffmpeg? ( https://ffmpeg.org/releases/ffmpeg-6.0.1.tar.gz ) https://github.com/xbmc/xbmc/archive/21.2-Omega.tar.gz -> kodi-21.2-Omega.tar.gz -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 cmake 5691a3da96eac88f135cf3596b8c2c3c desktop 7b6f6e9d65093966fbc8475399c5dd4e ffmpeg-compat 9fb95232cbc648b5a3556767a2a5030d flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 linux-info efd923656513c879204fec6638eadee5 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 cmake 5691a3da96eac88f135cf3596b8c2c3c desktop 7b6f6e9d65093966fbc8475399c5dd4e ffmpeg-compat 9fb95232cbc648b5a3556767a2a5030d flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 linux-info efd923656513c879204fec6638eadee5 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=39a58c4d1daf8d1d193c8e6c57a418e1 diff --git a/metadata/md5-cache/media-tv/kodi-21.3 b/metadata/md5-cache/media-tv/kodi-21.3 index 396bce657592..a70dba6e16b6 100644 --- a/metadata/md5-cache/media-tv/kodi-21.3 +++ b/metadata/md5-cache/media-tv/kodi-21.3 @@ -14,5 +14,5 @@ REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_1 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/xbmc/libdvdnav/archive/6.1.1-Next-Nexus-Alpha2-2.tar.gz -> libdvdnav-6.1.1-Next-Nexus-Alpha2-2.tar.gz https://github.com/xbmc/libdvdread/archive/6.1.3-Next-Nexus-Alpha2-2.tar.gz -> libdvdread-6.1.3-Next-Nexus-Alpha2-2.tar.gz https://mirrors.kodi.tv/build-deps/sources/apache-groovy-binary-4.0.16.zip https://mirrors.kodi.tv/build-deps/sources/commons-lang3-3.14.0-bin.tar.gz https://mirrors.kodi.tv/build-deps/sources/commons-text-1.11.0-bin.tar.gz css? ( https://github.com/xbmc/libdvdcss/archive/1.4.3-Next-Nexus-Alpha2-2.tar.gz -> libdvdcss-1.4.3-Next-Nexus-Alpha2-2.tar.gz ) !system-ffmpeg? ( https://ffmpeg.org/releases/ffmpeg-6.0.1.tar.gz ) https://github.com/xbmc/xbmc/archive/21.3-Omega.tar.gz -> kodi-21.3-Omega.tar.gz -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 cmake 5691a3da96eac88f135cf3596b8c2c3c desktop 7b6f6e9d65093966fbc8475399c5dd4e ffmpeg-compat 9fb95232cbc648b5a3556767a2a5030d flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 linux-info efd923656513c879204fec6638eadee5 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 cmake 5691a3da96eac88f135cf3596b8c2c3c desktop 7b6f6e9d65093966fbc8475399c5dd4e ffmpeg-compat 9fb95232cbc648b5a3556767a2a5030d flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 linux-info efd923656513c879204fec6638eadee5 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=1f8e3e665a96b32973229a0e3ca23194 diff --git a/metadata/md5-cache/media-tv/mythtv-35.0_p20250723 b/metadata/md5-cache/media-tv/mythtv-35.0_p20251230 index 58f2cb6ac32e..73226be635b8 100644 --- a/metadata/md5-cache/media-tv/mythtv-35.0_p20250723 +++ b/metadata/md5-cache/media-tv/mythtv-35.0_p20251230 @@ -1,5 +1,5 @@ -BDEPEND=virtual/pkgconfig opengl? ( virtual/opengl ) python? ( || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) || ( ( dev-lang/python:3.14 dev-python/python-dateutil[python_targets_python3_14(-)] dev-python/lxml[python_targets_python3_14(-)] dev-python/mysqlclient[python_targets_python3_14(-)] dev-python/requests-cache[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-python/python-dateutil[python_targets_python3_13(-)] dev-python/lxml[python_targets_python3_13(-)] dev-python/mysqlclient[python_targets_python3_13(-)] dev-python/requests-cache[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/python-dateutil[python_targets_python3_12(-)] dev-python/lxml[python_targets_python3_12(-)] dev-python/mysqlclient[python_targets_python3_12(-)] dev-python/requests-cache[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/python-dateutil[python_targets_python3_11(-)] dev-python/lxml[python_targets_python3_11(-)] dev-python/mysqlclient[python_targets_python3_11(-)] dev-python/requests-cache[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/python-dateutil[python_targets_python3_10(-)] dev-python/lxml[python_targets_python3_10(-)] dev-python/mysqlclient[python_targets_python3_10(-)] dev-python/requests-cache[python_targets_python3_10(-)] ) ) ) virtual/pkgconfig -DEFINED_PHASES=compile config configure install postinst prepare setup +BDEPEND=virtual/pkgconfig opengl? ( virtual/opengl ) python? ( || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) || ( ( dev-lang/python:3.14 dev-python/python-dateutil[python_targets_python3_14(-)] dev-python/lxml[python_targets_python3_14(-)] dev-python/mysqlclient[python_targets_python3_14(-)] dev-python/pip[python_targets_python3_14(-)] dev-python/requests-cache[python_targets_python3_14(-)] dev-python/wheel[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-python/python-dateutil[python_targets_python3_13(-)] dev-python/lxml[python_targets_python3_13(-)] dev-python/mysqlclient[python_targets_python3_13(-)] dev-python/pip[python_targets_python3_13(-)] dev-python/requests-cache[python_targets_python3_13(-)] dev-python/wheel[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/python-dateutil[python_targets_python3_12(-)] dev-python/lxml[python_targets_python3_12(-)] dev-python/mysqlclient[python_targets_python3_12(-)] dev-python/pip[python_targets_python3_12(-)] dev-python/requests-cache[python_targets_python3_12(-)] dev-python/wheel[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/python-dateutil[python_targets_python3_11(-)] dev-python/lxml[python_targets_python3_11(-)] dev-python/mysqlclient[python_targets_python3_11(-)] dev-python/pip[python_targets_python3_11(-)] dev-python/requests-cache[python_targets_python3_11(-)] dev-python/wheel[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/python-dateutil[python_targets_python3_10(-)] dev-python/lxml[python_targets_python3_10(-)] dev-python/mysqlclient[python_targets_python3_10(-)] dev-python/pip[python_targets_python3_10(-)] dev-python/requests-cache[python_targets_python3_10(-)] dev-python/wheel[python_targets_python3_10(-)] ) ) ) virtual/pkgconfig +DEFINED_PHASES=compile config configure install postinst prepare pretend setup DEPEND=acct-user/mythtv dev-libs/glib:2 dev-libs/lzo:2 dev-libs/libzip:= dev-qt/qtbase:6[dbus,gui,mysql,network,sql,xml,widgets] media-fonts/corefonts media-fonts/dejavu media-fonts/liberation-fonts media-fonts/tex-gyre media-gfx/exiv2:= media-libs/freetype:2 media-libs/libbluray:=[java?] media-libs/libsamplerate media-libs/libsoundtouch:= media-libs/taglib:= virtual/zlib:= alsa? ( media-libs/alsa-lib ) autostart? ( net-dialup/mingetty x11-apps/xset x11-wm/evilwm ) cec? ( dev-libs/libcec ) dvd? ( dev-libs/libcdio:= media-libs/libdvdcss sys-fs/udisks:2 ) hdhomerun? ( media-libs/libhdhomerun ) ieee1394? ( media-libs/libiec61883 sys-libs/libavc1394 sys-libs/libraw1394 ) jack? ( virtual/jack ) lame? ( media-sound/lame ) lcd? ( app-misc/lcdproc ) libass? ( media-libs/libass:= ) lirc? ( app-misc/lirc ) nvdec? ( x11-drivers/nvidia-drivers ) opengl? ( dev-qt/qtbase:6[opengl] ) pulseaudio? ( media-libs/libpulse ) systemd? ( sys-apps/systemd:= ) vaapi? ( media-libs/libva:=[X] ) vdpau? ( x11-libs/libvdpau ) vpx? ( media-libs/libvpx:= ) x264? ( media-libs/x264:= ) X? ( x11-apps/xinit x11-libs/libX11 x11-libs/libXext x11-libs/libXrandr x11-libs/libXv x11-libs/libXxf86vm:= x11-misc/wmctrl:= ) x265? ( media-libs/x265 ) xml? ( dev-libs/libxml2:2 ) xmltv? ( dev-perl/XML-LibXML media-tv/xmltv ) xvid? ( media-libs/xvid ) zeroconf? ( dev-libs/openssl:= net-dns/avahi[mdnsresponder-compat] ) dev-lang/yasm sys-kernel/linux-headers x11-base/xorg-proto perl? ( dev-perl/DBD-mysql dev-perl/DBI dev-perl/HTTP-Message dev-perl/IO-Socket-INET6 dev-perl/LWP-Protocol-https dev-perl/Net-UPnP dev-perl/XML-Simple ) DESCRIPTION=Open Source DVR and media center hub EAPI=8 @@ -11,6 +11,6 @@ LICENSE=GPL-2+ RDEPEND=acct-user/mythtv dev-libs/glib:2 dev-libs/lzo:2 dev-libs/libzip:= dev-qt/qtbase:6[dbus,gui,mysql,network,sql,xml,widgets] media-fonts/corefonts media-fonts/dejavu media-fonts/liberation-fonts media-fonts/tex-gyre media-gfx/exiv2:= media-libs/freetype:2 media-libs/libbluray:=[java?] media-libs/libsamplerate media-libs/libsoundtouch:= media-libs/taglib:= virtual/zlib:= alsa? ( media-libs/alsa-lib ) autostart? ( net-dialup/mingetty x11-apps/xset x11-wm/evilwm ) cec? ( dev-libs/libcec ) dvd? ( dev-libs/libcdio:= media-libs/libdvdcss sys-fs/udisks:2 ) hdhomerun? ( media-libs/libhdhomerun ) ieee1394? ( media-libs/libiec61883 sys-libs/libavc1394 sys-libs/libraw1394 ) jack? ( virtual/jack ) lame? ( media-sound/lame ) lcd? ( app-misc/lcdproc ) libass? ( media-libs/libass:= ) lirc? ( app-misc/lirc ) nvdec? ( x11-drivers/nvidia-drivers ) opengl? ( dev-qt/qtbase:6[opengl] ) pulseaudio? ( media-libs/libpulse ) systemd? ( sys-apps/systemd:= ) vaapi? ( media-libs/libva:=[X] ) vdpau? ( x11-libs/libvdpau ) vpx? ( media-libs/libvpx:= ) x264? ( media-libs/x264:= ) X? ( x11-apps/xinit x11-libs/libX11 x11-libs/libXext x11-libs/libXrandr x11-libs/libXv x11-libs/libXxf86vm:= x11-misc/wmctrl:= ) x265? ( media-libs/x265 ) xml? ( dev-libs/libxml2:2 ) xmltv? ( dev-perl/XML-LibXML media-tv/xmltv ) xvid? ( media-libs/xvid ) zeroconf? ( dev-libs/openssl:= net-dns/avahi[mdnsresponder-compat] ) REQUIRED_USE=cdr? ( cdda ) SLOT=0 -SRC_URI=https://github.com/MythTV/mythtv/archive/0a868b015e7346a9156a389acbbe395ec2e1aa24.tar.gz -> mythtv-35.0_p20250723.tar.gz +SRC_URI=https://github.com/MythTV/mythtv/archive/805e05b76a9ab760169f901fd1149276fa17ccfb.tar.gz -> mythtv-35.0_p20251230.tar.gz _eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 user-info 563da40a1a20ea1e55bbf4d149fc190d -_md5_=17f17e2c249d78cbbe2c3276ff1953a7 +_md5_=eb7b97c4f92becba38cd28c44d3343c3 diff --git a/metadata/md5-cache/media-video/projectx-0.91.0.10-r6 b/metadata/md5-cache/media-video/projectx-0.91.0.10-r6 index 08b9f9146f69..91c8546152fb 100644 --- a/metadata/md5-cache/media-video/projectx-0.91.0.10-r6 +++ b/metadata/md5-cache/media-video/projectx-0.91.0.10-r6 @@ -11,5 +11,5 @@ LICENSE=GPL-2 RDEPEND=dev-java/commons-net:0 X? ( dev-java/browserlauncher2:1.0 ) >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://dev.gentoo.org/~billie/distfiles/projectx-0.91.0.10-r4.tar.xz https://dev.gentoo.org/~billie/distfiles/projectx-idctfast.tar.xz https://dev.gentoo.org/~billie/distfiles/xdg-20100731.java.xz https://dev.gentoo.org/~billie/distfiles/projectx-icon.png -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=ef8e3706ba7e9e8135719d1dce208bda diff --git a/metadata/md5-cache/net-analyzer/munin-2.0.76-r3 b/metadata/md5-cache/net-analyzer/munin-2.0.76-r3 index 274eb7583af3..0ecd5084d5be 100644 --- a/metadata/md5-cache/net-analyzer/munin-2.0.76-r3 +++ b/metadata/md5-cache/net-analyzer/munin-2.0.76-r3 @@ -13,5 +13,5 @@ REQUIRED_USE=cgi? ( !minimal ) apache2? ( cgi ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/munin-monitoring/munin/archive/2.0.76.tar.gz -> munin-2.0.76.tar.gz -_eclasses_=java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=0008d452966ff93ba13025ea8a735715 diff --git a/metadata/md5-cache/net-analyzer/snort-2.9.20-r1 b/metadata/md5-cache/net-analyzer/snort-2.9.20-r1 new file mode 100644 index 000000000000..e5c90d007066 --- /dev/null +++ b/metadata/md5-cache/net-analyzer/snort-2.9.20-r1 @@ -0,0 +1,16 @@ +BDEPEND=>=net-libs/daq-2.0.2 sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18:1.18 >=dev-build/automake-1.17-r1:1.17 ) || ( >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3 virtual/pkgconfig +DEFINED_PHASES=configure install postinst prepare setup +DEPEND=acct-user/snort acct-group/snort dev-libs/libdnet >=dev-libs/libpcre-8.33 net-libs/libnsl:0= >=net-libs/libpcap-1.3.0 virtual/zlib:= !libtirpc? ( sys-libs/glibc[rpc(-)] ) libtirpc? ( net-libs/libtirpc ) open-appid? ( lua_single_target_luajit? ( dev-lang/luajit:= ) lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) +DESCRIPTION=The de facto standard for intrusion detection/prevention +EAPI=8 +HOMEPAGE=https://www.snort.org +INHERIT=autotools flag-o-matic lua-single systemd tmpfiles +IUSE=+active-response control-socket debug file-inspect +flexresp3 +gre high-availability inline-init-failopen large-pcap-64bit +libtirpc linux-smp-stats +non-ether-decoders open-appid +perfprofiling +ppm +react reload-error-restart selinux shared-rep side-channel sourcefire +threads lua_single_target_luajit lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4 +KEYWORDS=~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=acct-user/snort acct-group/snort dev-libs/libdnet >=dev-libs/libpcre-8.33 net-libs/libnsl:0= >=net-libs/libpcap-1.3.0 virtual/zlib:= !libtirpc? ( sys-libs/glibc[rpc(-)] ) libtirpc? ( net-libs/libtirpc ) open-appid? ( lua_single_target_luajit? ( dev-lang/luajit:= ) lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) selinux? ( sec-policy/selinux-snort ) virtual/tmpfiles +REQUIRED_USE=!kernel_linux? ( !shared-rep ) open-appid? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) +SLOT=0 +SRC_URI=https://www.snort.org/downloads/archive/snort/snort-2.9.20.tar.gz +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 lua-single 75fe955a36b18e199213c8739eaebdbb lua-utils 7c89927eda6f21c4c48136247077ab37 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_md5_=27c1e628c098180b7910d58e33afbb6e diff --git a/metadata/md5-cache/net-analyzer/zabbix-7.4.5 b/metadata/md5-cache/net-analyzer/zabbix-7.4.5 index 6520f7692a10..949c27fdf2f6 100644 --- a/metadata/md5-cache/net-analyzer/zabbix-7.4.5 +++ b/metadata/md5-cache/net-analyzer/zabbix-7.4.5 @@ -13,5 +13,5 @@ REQUIRED_USE=|| ( agent agent2 frontend proxy server ) ?? ( gnutls openssl ) age RESTRICT=test SLOT=0/7.4 SRC_URI=https://cdn.zabbix.com/zabbix/sources/stable/7.4/zabbix-7.4.5.tar.gz agent2? ( https://gitlab.com/farout/liguros-distfiles/-/raw/main/zabbix-7.4.5-go-deps.tar.xz?ref_type=heads ) -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 multiprocessing 1e32df7deee68372153dca65f4a7c21f systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 user-info 563da40a1a20ea1e55bbf4d149fc190d webapp 5fa840db95fc7348dfd53b8526ed05f5 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 multiprocessing 1e32df7deee68372153dca65f4a7c21f systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 user-info 563da40a1a20ea1e55bbf4d149fc190d webapp 5fa840db95fc7348dfd53b8526ed05f5 _md5_=e0936743a8aea34f9b140f4aea418d3b diff --git a/metadata/md5-cache/net-analyzer/zabbix-7.4.6 b/metadata/md5-cache/net-analyzer/zabbix-7.4.6 index 4bcb57f8fd65..fbb58fe03733 100644 --- a/metadata/md5-cache/net-analyzer/zabbix-7.4.6 +++ b/metadata/md5-cache/net-analyzer/zabbix-7.4.6 @@ -13,5 +13,5 @@ REQUIRED_USE=|| ( agent agent2 frontend proxy server ) ?? ( gnutls openssl ) age RESTRICT=test SLOT=0/7.4 SRC_URI=https://cdn.zabbix.com/zabbix/sources/stable/7.4/zabbix-7.4.6.tar.gz agent2? ( https://gitlab.com/farout/liguros-distfiles/-/raw/main/zabbix-7.4.6-go-deps.tar.xz?ref_type=heads ) -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 multiprocessing 1e32df7deee68372153dca65f4a7c21f systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 user-info 563da40a1a20ea1e55bbf4d149fc190d webapp 5fa840db95fc7348dfd53b8526ed05f5 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 multiprocessing 1e32df7deee68372153dca65f4a7c21f systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 user-info 563da40a1a20ea1e55bbf4d149fc190d webapp 5fa840db95fc7348dfd53b8526ed05f5 _md5_=e0936743a8aea34f9b140f4aea418d3b diff --git a/metadata/md5-cache/net-fs/openafs-1.8.14 b/metadata/md5-cache/net-fs/openafs-1.8.14 new file mode 100644 index 000000000000..258f0611e0be --- /dev/null +++ b/metadata/md5-cache/net-fs/openafs-1.8.14 @@ -0,0 +1,16 @@ +BDEPEND=dev-lang/perl app-alternatives/lex app-alternatives/yacc apidoc? ( app-text/doxygen[dot] media-gfx/graphviz ) doc? ( dev-libs/libxslt || ( >=dev-java/fop-2.10-r1:0 app-text/dblatex app-text/docbook-sgml-utils[jadetex] ) ) perl? ( dev-lang/swig ) sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18:1.18 >=dev-build/automake-1.17-r1:1.17 ) || ( >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3 modules? ( dev-util/pahole sys-apps/kmod[tools] modules-sign? ( dev-libs/openssl virtual/pkgconfig ) ) virtual/pkgconfig +DEFINED_PHASES=compile config configure install postinst preinst prepare pretend setup +DEPEND=virtual/libcrypt:= virtual/libintl amd64? ( tsm? ( app-backup/tsm ) ) doc? ( app-text/docbook-xsl-stylesheets app-text/docbook-xml-dtd:4.3 ) fuse? ( sys-fs/fuse:0= ) kauth? ( sys-libs/pam ) kerberos? ( virtual/krb5 ) ncurses? ( sys-libs/ncurses:0= ) modules? ( virtual/linux-sources ) +DESCRIPTION=The OpenAFS distributed file system +EAPI=8 +HOMEPAGE=https://www.openafs.org/ +IDEPEND=modules? ( sys-apps/kmod[tools] ) +INHERIT=autotools linux-mod-r1 flag-o-matic pam systemd tmpfiles toolchain-funcs +IUSE=apidoc bitmap-later debug doc fuse kauth kerberos +modules +namei ncurses perl +pthreaded-ubik selinux +supergroups tsm ubik-read-while-write dist-kernel modules-compress modules-sign +strip modules +KEYWORDS=~amd64 -riscv ~sparc ~x86 +LICENSE=IBM BSD openafs-krb5-a APSL-2 +RDEPEND=virtual/libcrypt:= virtual/libintl amd64? ( tsm? ( app-backup/tsm ) ) doc? ( app-text/docbook-xsl-stylesheets app-text/docbook-xml-dtd:4.3 ) fuse? ( sys-fs/fuse:0= ) kauth? ( sys-libs/pam ) kerberos? ( virtual/krb5 ) ncurses? ( sys-libs/ncurses:0= ) selinux? ( sec-policy/selinux-afs ) modules? ( sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= ) ) virtual/tmpfiles +SLOT=0 +SRC_URI=https://openafs.org/dl/openafs/1.8.14/openafs-1.8.14-src.tar.bz2 https://openafs.org/dl/openafs/1.8.14/openafs-1.8.14-doc.tar.bz2 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 dist-kernel-utils a40de3638d3f7a89f4c45d1a62b90e20 edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 linux-info efd923656513c879204fec6638eadee5 linux-mod-r1 2b1749a4ea9e1aea780b1b54dd2f65f1 mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 1e32df7deee68372153dca65f4a7c21f pam b56d0c9c20fc5b553f13c8ae165a10a5 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_md5_=6752a5c9462c68c246b5547f76e1f1f8 diff --git a/metadata/md5-cache/net-im/element-desktop-1.12.3 b/metadata/md5-cache/net-im/element-desktop-1.12.3 deleted file mode 100644 index fdeff5319f1c..000000000000 --- a/metadata/md5-cache/net-im/element-desktop-1.12.3 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=sys-apps/yarn || ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* ) -DEFINED_PHASES=compile install postinst postrm preinst prepare setup unpack -DEPEND=!net-im/element-desktop-bin >=app-accessibility/at-spi2-core-2.46.0 app-crypt/libsecret dev-db/sqlcipher dev-libs/expat dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa net-libs/nodejs net-print/cups x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libxcb 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/libXScrnSaver x11-libs/pango emoji? ( media-fonts/noto-emoji ) -DESCRIPTION=A glossy Matrix collaboration client for desktop -EAPI=8 -HOMEPAGE=https://element.io -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=unpacker rust xdg -IUSE=+emoji -KEYWORDS=~amd64 -LICENSE=Apache-2.0 -RDEPEND=!net-im/element-desktop-bin >=app-accessibility/at-spi2-core-2.46.0 app-crypt/libsecret dev-db/sqlcipher dev-libs/expat dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa net-libs/nodejs net-print/cups x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libxcb 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/libXScrnSaver x11-libs/pango emoji? ( media-fonts/noto-emoji ) -RESTRICT=network-sandbox -SLOT=0 -SRC_URI=https://github.com/element-hq/element-desktop/archive/v1.12.3.tar.gz -> element-desktop-1.12.3.tar.gz https://github.com/element-hq/element-web/archive/v1.12.3.tar.gz -> element-web-1.12.3.tar.gz -_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 20da14430886f3de143eb101684fcf62 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=c716a4b82af332815b8d8d72c8fad28d diff --git a/metadata/md5-cache/net-im/element-desktop-1.12.6 b/metadata/md5-cache/net-im/element-desktop-1.12.6 deleted file mode 100644 index 48a121fa2291..000000000000 --- a/metadata/md5-cache/net-im/element-desktop-1.12.6 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=sys-apps/yarn >=net-libs/nodejs-22.18.0 || ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* ) -DEFINED_PHASES=compile install postinst postrm preinst prepare setup unpack -DEPEND=!net-im/element-desktop-bin >=app-accessibility/at-spi2-core-2.46.0 app-crypt/libsecret dev-db/sqlcipher dev-libs/expat dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa net-libs/nodejs net-print/cups x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libxcb 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/libXScrnSaver x11-libs/pango emoji? ( media-fonts/noto-emoji ) -DESCRIPTION=A glossy Matrix collaboration client for desktop -EAPI=8 -HOMEPAGE=https://element.io -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=unpacker rust xdg -IUSE=+emoji keyring -KEYWORDS=~amd64 -LICENSE=Apache-2.0 -RDEPEND=!net-im/element-desktop-bin >=app-accessibility/at-spi2-core-2.46.0 app-crypt/libsecret dev-db/sqlcipher dev-libs/expat dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa net-libs/nodejs net-print/cups x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libxcb 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/libXScrnSaver x11-libs/pango emoji? ( media-fonts/noto-emoji ) -RESTRICT=network-sandbox -SLOT=0 -SRC_URI=https://github.com/element-hq/element-desktop/archive/v1.12.6.tar.gz -> element-desktop-1.12.6.tar.gz https://github.com/element-hq/element-web/archive/v1.12.6.tar.gz -> element-web-1.12.6.tar.gz -_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 20da14430886f3de143eb101684fcf62 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=97e2bce12cbbb67cd0d4c8e97b9bac55 diff --git a/metadata/md5-cache/net-im/element-desktop-1.12.7 b/metadata/md5-cache/net-im/element-desktop-1.12.7 index 7e9002a45955..44cf62315321 100644 --- a/metadata/md5-cache/net-im/element-desktop-1.12.7 +++ b/metadata/md5-cache/net-im/element-desktop-1.12.7 @@ -1,17 +1,17 @@ -BDEPEND=sys-apps/yarn >=net-libs/nodejs-22.18.0 || ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* ) -DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack -DEPEND=!net-im/element-desktop-bin >=app-accessibility/at-spi2-core-2.46.0 app-crypt/libsecret dev-db/sqlcipher dev-libs/expat dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa net-libs/nodejs net-print/cups x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libxcb 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/libXScrnSaver x11-libs/pango emoji? ( media-fonts/noto-emoji ) +BDEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) || ( ( dev-lang/python:3.14 dev-python/setuptools[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-python/setuptools[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/setuptools[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/setuptools[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/setuptools[python_targets_python3_10(-)] ) ) native-modules? ( || ( dev-lang/rust dev-lang/rust-bin ) ) net-libs/nodejs sys-apps/yarn +DEFINED_PHASES=compile install postinst postrm setup unpack +DEPEND=~net-im/element-web-1.12.7 native-modules? ( dev-db/sqlcipher ) electron-36? ( dev-util/electron:36 ) electron-37? ( dev-util/electron:37 ) electron-39? ( dev-util/electron:39 ) !electron-36? ( !electron-37? ( !electron-39? ( dev-util/electron:38 ) ) ) DESCRIPTION=A glossy Matrix collaboration client for desktop EAPI=8 -HOMEPAGE=https://element.io -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=unpacker rust xdg -IUSE=+emoji keyring -KEYWORDS=~amd64 +HOMEPAGE=https://element.io/ +INHERIT=desktop flag-o-matic multilib python-any-r1 xdg-utils +IUSE=electron-36 electron-37 electron-39 native-modules build-online +KEYWORDS=amd64 ~arm64 ~ppc64 ~x86 LICENSE=Apache-2.0 -RDEPEND=!net-im/element-desktop-bin >=app-accessibility/at-spi2-core-2.46.0 app-crypt/libsecret dev-db/sqlcipher dev-libs/expat dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa net-libs/nodejs net-print/cups x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libxcb 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/libXScrnSaver x11-libs/pango emoji? ( media-fonts/noto-emoji ) -RESTRICT=network-sandbox +RDEPEND=~net-im/element-web-1.12.7 native-modules? ( dev-db/sqlcipher ) electron-36? ( dev-util/electron:36 ) electron-37? ( dev-util/electron:37 ) electron-39? ( dev-util/electron:39 ) !electron-36? ( !electron-37? ( !electron-39? ( dev-util/electron:38 ) ) ) +REQUIRED_USE=native-modules? ( build-online ) +RESTRICT=mirror build-online? ( network-sandbox ) SLOT=0 -SRC_URI=https://github.com/element-hq/element-desktop/archive/v1.12.7.tar.gz -> element-desktop-1.12.7.tar.gz https://github.com/element-hq/element-web/archive/v1.12.7.tar.gz -> element-web-1.12.7.tar.gz -_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 20da14430886f3de143eb101684fcf62 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=89e1eab78347496322378c0663b116b5 +SRC_URI=!build-online? ( https://registry.yarnpkg.com/7zip-bin/-/7zip-bin-5.2.0.tgz https://registry.yarnpkg.com/@action-validator/cli/-/cli-0.6.0.tgz -> @action-validator-cli-0.6.0.tgz https://registry.yarnpkg.com/@action-validator/core/-/core-0.6.0.tgz -> @action-validator-core-0.6.0.tgz https://registry.yarnpkg.com/@apm-js-collab/code-transformer/-/code-transformer-0.8.2.tgz -> @apm-js-collab-code-transformer-0.8.2.tgz https://registry.yarnpkg.com/@apm-js-collab/tracing-hooks/-/tracing-hooks-0.3.1.tgz -> @apm-js-collab-tracing-hooks-0.3.1.tgz https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz -> @babel-code-frame-7.27.1.tgz https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.5.tgz -> @babel-compat-data-7.28.5.tgz https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz -> @babel-core-7.28.5.tgz https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz -> @babel-generator-7.28.5.tgz https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz -> @babel-helper-annotate-as-pure-7.27.3.tgz https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz -> @babel-helper-compilation-targets-7.27.2.tgz https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz -> @babel-helper-create-class-features-plugin-7.28.5.tgz https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.28.5.tgz -> @babel-helper-create-regexp-features-plugin-7.28.5.tgz https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.5.tgz -> @babel-helper-define-polyfill-provider-0.6.5.tgz https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz -> @babel-helper-globals-7.28.0.tgz https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz -> @babel-helper-member-expression-to-functions-7.28.5.tgz https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz -> @babel-helper-module-imports-7.27.1.tgz https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz -> @babel-helper-module-transforms-7.28.3.tgz https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz -> @babel-helper-optimise-call-expression-7.27.1.tgz https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz -> @babel-helper-plugin-utils-7.27.1.tgz https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz -> @babel-helper-remap-async-to-generator-7.27.1.tgz https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz -> @babel-helper-replace-supers-7.27.1.tgz https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz -> @babel-helper-skip-transparent-expression-wrappers-7.27.1.tgz https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz -> @babel-helper-string-parser-7.27.1.tgz https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz -> @babel-helper-validator-identifier-7.27.1.tgz https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz -> @babel-helper-validator-identifier-7.28.5.tgz https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz -> @babel-helper-validator-option-7.27.1.tgz https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.28.3.tgz -> @babel-helper-wrap-function-7.28.3.tgz https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz -> @babel-helpers-7.28.4.tgz https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz -> @babel-parser-7.28.4.tgz https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz -> @babel-parser-7.28.5.tgz https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz -> @babel-plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz -> @babel-plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz -> @babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz -> @babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.3.tgz -> @babel-plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.3.tgz https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz -> @babel-plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.27.1.tgz -> @babel-plugin-syntax-import-assertions-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz -> @babel-plugin-syntax-import-attributes-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz -> @babel-plugin-syntax-jsx-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz -> @babel-plugin-syntax-typescript-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz -> @babel-plugin-syntax-unicode-sets-regex-7.18.6.tgz https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz -> @babel-plugin-transform-arrow-functions-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz -> @babel-plugin-transform-async-generator-functions-7.28.0.tgz https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz -> @babel-plugin-transform-async-to-generator-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.27.1.tgz -> @babel-plugin-transform-block-scoped-functions-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz -> @babel-plugin-transform-block-scoping-7.28.5.tgz https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz -> @babel-plugin-transform-class-properties-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz -> @babel-plugin-transform-class-static-block-7.28.3.tgz https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz -> @babel-plugin-transform-classes-7.28.4.tgz https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.27.1.tgz -> @babel-plugin-transform-computed-properties-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz -> @babel-plugin-transform-destructuring-7.28.5.tgz https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz -> @babel-plugin-transform-dotall-regex-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.27.1.tgz -> @babel-plugin-transform-duplicate-keys-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz -> @babel-plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.27.1.tgz -> @babel-plugin-transform-dynamic-import-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.28.0.tgz -> @babel-plugin-transform-explicit-resource-management-7.28.0.tgz https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz -> @babel-plugin-transform-exponentiation-operator-7.28.5.tgz https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz -> @babel-plugin-transform-export-namespace-from-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.27.1.tgz -> @babel-plugin-transform-for-of-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.27.1.tgz -> @babel-plugin-transform-function-name-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.27.1.tgz -> @babel-plugin-transform-json-strings-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.27.1.tgz -> @babel-plugin-transform-literals-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz -> @babel-plugin-transform-logical-assignment-operators-7.28.5.tgz https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.27.1.tgz -> @babel-plugin-transform-member-expression-literals-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.27.1.tgz -> @babel-plugin-transform-modules-amd-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz -> @babel-plugin-transform-modules-commonjs-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz -> @babel-plugin-transform-modules-systemjs-7.28.5.tgz https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.27.1.tgz -> @babel-plugin-transform-modules-umd-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.27.1.tgz -> @babel-plugin-transform-named-capturing-groups-regex-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.27.1.tgz -> @babel-plugin-transform-new-target-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz -> @babel-plugin-transform-nullish-coalescing-operator-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.27.1.tgz -> @babel-plugin-transform-numeric-separator-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz -> @babel-plugin-transform-object-rest-spread-7.28.4.tgz https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.27.1.tgz -> @babel-plugin-transform-object-super-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.27.1.tgz -> @babel-plugin-transform-optional-catch-binding-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz -> @babel-plugin-transform-optional-chaining-7.28.5.tgz https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz -> @babel-plugin-transform-parameters-7.27.7.tgz https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz -> @babel-plugin-transform-private-methods-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.27.1.tgz -> @babel-plugin-transform-private-property-in-object-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.27.1.tgz -> @babel-plugin-transform-property-literals-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz -> @babel-plugin-transform-regenerator-7.28.4.tgz https://registry.yarnpkg.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.27.1.tgz -> @babel-plugin-transform-regexp-modifiers-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.27.1.tgz -> @babel-plugin-transform-reserved-words-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz -> @babel-plugin-transform-shorthand-properties-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.27.1.tgz -> @babel-plugin-transform-spread-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.27.1.tgz -> @babel-plugin-transform-sticky-regex-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz -> @babel-plugin-transform-template-literals-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.27.1.tgz -> @babel-plugin-transform-typeof-symbol-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz -> @babel-plugin-transform-typescript-7.28.5.tgz https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.27.1.tgz -> @babel-plugin-transform-unicode-escapes-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.27.1.tgz -> @babel-plugin-transform-unicode-property-regex-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz -> @babel-plugin-transform-unicode-regex-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.27.1.tgz -> @babel-plugin-transform-unicode-sets-regex-7.27.1.tgz https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.5.tgz -> @babel-preset-env-7.28.5.tgz https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz -> @babel-preset-modules-0.1.6-no-external-plugins.tgz https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz -> @babel-preset-typescript-7.28.5.tgz https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz -> @babel-template-7.27.2.tgz https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz -> @babel-traverse-7.28.4.tgz https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz -> @babel-traverse-7.28.5.tgz https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz -> @babel-types-7.28.5.tgz https://registry.yarnpkg.com/@develar/schema-utils/-/schema-utils-2.6.5.tgz -> @develar-schema-utils-2.6.5.tgz https://registry.yarnpkg.com/@electron/asar/-/asar-3.3.1.tgz -> @electron-asar-3.3.1.tgz https://registry.yarnpkg.com/@electron/asar/-/asar-3.4.1.tgz -> @electron-asar-3.4.1.tgz https://registry.yarnpkg.com/@electron/asar/-/asar-4.0.1.tgz -> @electron-asar-4.0.1.tgz https://registry.yarnpkg.com/@electron/fuses/-/fuses-1.8.0.tgz -> @electron-fuses-1.8.0.tgz https://registry.yarnpkg.com/@electron/get/-/get-2.0.3.tgz -> @electron-get-2.0.3.tgz https://registry.yarnpkg.com/@electron/notarize/-/notarize-2.5.0.tgz -> @electron-notarize-2.5.0.tgz https://registry.yarnpkg.com/@electron/osx-sign/-/osx-sign-1.3.3.tgz -> @electron-osx-sign-1.3.3.tgz https://registry.yarnpkg.com/@electron/rebuild/-/rebuild-4.0.1.tgz -> @electron-rebuild-4.0.1.tgz https://registry.yarnpkg.com/@electron/universal/-/universal-2.0.3.tgz -> @electron-universal-2.0.3.tgz https://registry.yarnpkg.com/@electron/windows-sign/-/windows-sign-1.2.1.tgz -> @electron-windows-sign-1.2.1.tgz https://registry.yarnpkg.com/@emnapi/core/-/core-1.7.1.tgz -> @emnapi-core-1.7.1.tgz https://registry.yarnpkg.com/@emnapi/runtime/-/runtime-1.7.1.tgz -> @emnapi-runtime-1.7.1.tgz https://registry.yarnpkg.com/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz -> @emnapi-wasi-threads-1.1.0.tgz https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.10.tgz -> @esbuild-aix-ppc64-0.25.10.tgz https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.25.10.tgz -> @esbuild-android-arm-0.25.10.tgz https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.25.10.tgz -> @esbuild-android-arm64-0.25.10.tgz https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.25.10.tgz -> @esbuild-android-x64-0.25.10.tgz https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.10.tgz -> @esbuild-darwin-arm64-0.25.10.tgz https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.25.10.tgz -> @esbuild-darwin-x64-0.25.10.tgz https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.10.tgz -> @esbuild-freebsd-arm64-0.25.10.tgz https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.10.tgz -> @esbuild-freebsd-x64-0.25.10.tgz https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.25.10.tgz -> @esbuild-linux-arm-0.25.10.tgz https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.25.10.tgz -> @esbuild-linux-arm64-0.25.10.tgz https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.25.10.tgz -> @esbuild-linux-ia32-0.25.10.tgz https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.25.10.tgz -> @esbuild-linux-loong64-0.25.10.tgz https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.10.tgz -> @esbuild-linux-mips64el-0.25.10.tgz https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.10.tgz -> @esbuild-linux-ppc64-0.25.10.tgz https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.10.tgz -> @esbuild-linux-riscv64-0.25.10.tgz https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.25.10.tgz -> @esbuild-linux-s390x-0.25.10.tgz https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.25.10.tgz -> @esbuild-linux-x64-0.25.10.tgz https://registry.yarnpkg.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.10.tgz -> @esbuild-netbsd-arm64-0.25.10.tgz https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.10.tgz -> @esbuild-netbsd-x64-0.25.10.tgz https://registry.yarnpkg.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.10.tgz -> @esbuild-openbsd-arm64-0.25.10.tgz https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.10.tgz -> @esbuild-openbsd-x64-0.25.10.tgz https://registry.yarnpkg.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.10.tgz -> @esbuild-openharmony-arm64-0.25.10.tgz https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.25.10.tgz -> @esbuild-sunos-x64-0.25.10.tgz https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.25.10.tgz -> @esbuild-win32-arm64-0.25.10.tgz https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.25.10.tgz -> @esbuild-win32-ia32-0.25.10.tgz https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.25.10.tgz -> @esbuild-win32-x64-0.25.10.tgz https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz -> @eslint-community-eslint-utils-4.4.0.tgz https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz -> @eslint-community-eslint-utils-4.9.0.tgz https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz -> @eslint-community-regexpp-4.11.1.tgz https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz -> @eslint-community-regexpp-4.12.1.tgz https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz -> @eslint-community-regexpp-4.12.2.tgz https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz -> @eslint-eslintrc-2.1.4.tgz https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz -> @eslint-js-8.57.1.tgz https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz -> @humanwhocodes-config-array-0.13.0.tgz https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz -> @humanwhocodes-module-importer-1.0.1.tgz https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz -> @humanwhocodes-object-schema-2.0.3.tgz https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz -> @isaacs-balanced-match-4.0.1.tgz https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz -> @isaacs-brace-expansion-5.0.0.tgz https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz -> @isaacs-cliui-8.0.2.tgz https://registry.yarnpkg.com/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz -> @isaacs-fs-minipass-4.0.1.tgz https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz -> @jridgewell-gen-mapping-0.3.13.tgz https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz -> @jridgewell-remapping-2.3.5.tgz https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz -> @jridgewell-resolve-uri-3.1.2.tgz https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz -> @jridgewell-sourcemap-codec-1.5.5.tgz https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz -> @jridgewell-trace-mapping-0.3.31.tgz https://registry.yarnpkg.com/@malept/cross-spawn-promise/-/cross-spawn-promise-2.0.0.tgz -> @malept-cross-spawn-promise-2.0.0.tgz https://registry.yarnpkg.com/@malept/flatpak-bundler/-/flatpak-bundler-0.4.0.tgz -> @malept-flatpak-bundler-0.4.0.tgz https://registry.yarnpkg.com/@napi-rs/wasm-runtime/-/wasm-runtime-1.0.7.tgz -> @napi-rs-wasm-runtime-1.0.7.tgz https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz -> @nodelib-fs.scandir-2.1.5.tgz https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz -> @nodelib-fs.stat-2.0.5.tgz https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz -> @nodelib-fs.walk-1.2.8.tgz https://registry.yarnpkg.com/@npmcli/agent/-/agent-3.0.0.tgz -> @npmcli-agent-3.0.0.tgz https://registry.yarnpkg.com/@npmcli/agent/-/agent-4.0.0.tgz -> @npmcli-agent-4.0.0.tgz https://registry.yarnpkg.com/@npmcli/fs/-/fs-4.0.0.tgz -> @npmcli-fs-4.0.0.tgz https://registry.yarnpkg.com/@npmcli/fs/-/fs-5.0.0.tgz -> @npmcli-fs-5.0.0.tgz https://registry.yarnpkg.com/@npmcli/git/-/git-7.0.1.tgz -> @npmcli-git-7.0.1.tgz https://registry.yarnpkg.com/@npmcli/installed-package-contents/-/installed-package-contents-4.0.0.tgz -> @npmcli-installed-package-contents-4.0.0.tgz https://registry.yarnpkg.com/@npmcli/node-gyp/-/node-gyp-5.0.0.tgz -> @npmcli-node-gyp-5.0.0.tgz https://registry.yarnpkg.com/@npmcli/package-json/-/package-json-7.0.4.tgz -> @npmcli-package-json-7.0.4.tgz https://registry.yarnpkg.com/@npmcli/promise-spawn/-/promise-spawn-9.0.1.tgz -> @npmcli-promise-spawn-9.0.1.tgz https://registry.yarnpkg.com/@npmcli/redact/-/redact-4.0.0.tgz -> @npmcli-redact-4.0.0.tgz https://registry.yarnpkg.com/@npmcli/run-script/-/run-script-10.0.3.tgz -> @npmcli-run-script-10.0.3.tgz https://registry.yarnpkg.com/@opentelemetry/api-logs/-/api-logs-0.204.0.tgz -> @opentelemetry-api-logs-0.204.0.tgz https://registry.yarnpkg.com/@opentelemetry/api-logs/-/api-logs-0.57.2.tgz -> @opentelemetry-api-logs-0.57.2.tgz https://registry.yarnpkg.com/@opentelemetry/api/-/api-1.9.0.tgz -> @opentelemetry-api-1.9.0.tgz https://registry.yarnpkg.com/@opentelemetry/context-async-hooks/-/context-async-hooks-2.2.0.tgz -> @opentelemetry-context-async-hooks-2.2.0.tgz https://registry.yarnpkg.com/@opentelemetry/core/-/core-2.1.0.tgz -> @opentelemetry-core-2.1.0.tgz https://registry.yarnpkg.com/@opentelemetry/core/-/core-2.2.0.tgz -> @opentelemetry-core-2.2.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.51.0.tgz -> @opentelemetry-instrumentation-amqplib-0.51.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-connect/-/instrumentation-connect-0.48.0.tgz -> @opentelemetry-instrumentation-connect-0.48.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-dataloader/-/instrumentation-dataloader-0.22.0.tgz -> @opentelemetry-instrumentation-dataloader-0.22.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-express/-/instrumentation-express-0.53.0.tgz -> @opentelemetry-instrumentation-express-0.53.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-fs/-/instrumentation-fs-0.24.0.tgz -> @opentelemetry-instrumentation-fs-0.24.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-generic-pool/-/instrumentation-generic-pool-0.48.0.tgz -> @opentelemetry-instrumentation-generic-pool-0.48.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-graphql/-/instrumentation-graphql-0.52.0.tgz -> @opentelemetry-instrumentation-graphql-0.52.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-hapi/-/instrumentation-hapi-0.51.0.tgz -> @opentelemetry-instrumentation-hapi-0.51.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-http/-/instrumentation-http-0.204.0.tgz -> @opentelemetry-instrumentation-http-0.204.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-ioredis/-/instrumentation-ioredis-0.52.0.tgz -> @opentelemetry-instrumentation-ioredis-0.52.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-kafkajs/-/instrumentation-kafkajs-0.14.0.tgz -> @opentelemetry-instrumentation-kafkajs-0.14.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-knex/-/instrumentation-knex-0.49.0.tgz -> @opentelemetry-instrumentation-knex-0.49.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-koa/-/instrumentation-koa-0.52.0.tgz -> @opentelemetry-instrumentation-koa-0.52.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-lru-memoizer/-/instrumentation-lru-memoizer-0.49.0.tgz -> @opentelemetry-instrumentation-lru-memoizer-0.49.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-mongodb/-/instrumentation-mongodb-0.57.0.tgz -> @opentelemetry-instrumentation-mongodb-0.57.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-mongoose/-/instrumentation-mongoose-0.51.0.tgz -> @opentelemetry-instrumentation-mongoose-0.51.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-mysql/-/instrumentation-mysql-0.50.0.tgz -> @opentelemetry-instrumentation-mysql-0.50.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-mysql2/-/instrumentation-mysql2-0.51.0.tgz -> @opentelemetry-instrumentation-mysql2-0.51.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-pg/-/instrumentation-pg-0.57.0.tgz -> @opentelemetry-instrumentation-pg-0.57.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-redis/-/instrumentation-redis-0.53.0.tgz -> @opentelemetry-instrumentation-redis-0.53.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-tedious/-/instrumentation-tedious-0.23.0.tgz -> @opentelemetry-instrumentation-tedious-0.23.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-undici/-/instrumentation-undici-0.15.0.tgz -> @opentelemetry-instrumentation-undici-0.15.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation/-/instrumentation-0.204.0.tgz -> @opentelemetry-instrumentation-0.204.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation/-/instrumentation-0.57.2.tgz -> @opentelemetry-instrumentation-0.57.2.tgz https://registry.yarnpkg.com/@opentelemetry/redis-common/-/redis-common-0.38.2.tgz -> @opentelemetry-redis-common-0.38.2.tgz https://registry.yarnpkg.com/@opentelemetry/resources/-/resources-2.2.0.tgz -> @opentelemetry-resources-2.2.0.tgz https://registry.yarnpkg.com/@opentelemetry/sdk-trace-base/-/sdk-trace-base-2.2.0.tgz -> @opentelemetry-sdk-trace-base-2.2.0.tgz https://registry.yarnpkg.com/@opentelemetry/semantic-conventions/-/semantic-conventions-1.38.0.tgz -> @opentelemetry-semantic-conventions-1.38.0.tgz https://registry.yarnpkg.com/@opentelemetry/sql-common/-/sql-common-0.41.2.tgz -> @opentelemetry-sql-common-0.41.2.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-android-arm-eabi/-/binding-android-arm-eabi-11.14.0.tgz -> @oxc-resolver-binding-android-arm-eabi-11.14.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-android-arm64/-/binding-android-arm64-11.14.0.tgz -> @oxc-resolver-binding-android-arm64-11.14.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-darwin-arm64/-/binding-darwin-arm64-11.14.0.tgz -> @oxc-resolver-binding-darwin-arm64-11.14.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-darwin-x64/-/binding-darwin-x64-11.14.0.tgz -> @oxc-resolver-binding-darwin-x64-11.14.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-freebsd-x64/-/binding-freebsd-x64-11.14.0.tgz -> @oxc-resolver-binding-freebsd-x64-11.14.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-11.14.0.tgz -> @oxc-resolver-binding-linux-arm-gnueabihf-11.14.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-11.14.0.tgz -> @oxc-resolver-binding-linux-arm-musleabihf-11.14.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-11.14.0.tgz -> @oxc-resolver-binding-linux-arm64-gnu-11.14.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-linux-arm64-musl/-/binding-linux-arm64-musl-11.14.0.tgz -> @oxc-resolver-binding-linux-arm64-musl-11.14.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-11.14.0.tgz -> @oxc-resolver-binding-linux-ppc64-gnu-11.14.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-11.14.0.tgz -> @oxc-resolver-binding-linux-riscv64-gnu-11.14.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-11.14.0.tgz -> @oxc-resolver-binding-linux-riscv64-musl-11.14.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-11.14.0.tgz -> @oxc-resolver-binding-linux-s390x-gnu-11.14.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-linux-x64-gnu/-/binding-linux-x64-gnu-11.14.0.tgz -> @oxc-resolver-binding-linux-x64-gnu-11.14.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-linux-x64-musl/-/binding-linux-x64-musl-11.14.0.tgz -> @oxc-resolver-binding-linux-x64-musl-11.14.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-wasm32-wasi/-/binding-wasm32-wasi-11.14.0.tgz -> @oxc-resolver-binding-wasm32-wasi-11.14.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-11.14.0.tgz -> @oxc-resolver-binding-win32-arm64-msvc-11.14.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-11.14.0.tgz -> @oxc-resolver-binding-win32-ia32-msvc-11.14.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-win32-x64-msvc/-/binding-win32-x64-msvc-11.14.0.tgz -> @oxc-resolver-binding-win32-x64-msvc-11.14.0.tgz https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz -> @pkgjs-parseargs-0.11.0.tgz https://registry.yarnpkg.com/@playwright/test/-/test-1.57.0.tgz -> @playwright-test-1.57.0.tgz https://registry.yarnpkg.com/@prisma/instrumentation/-/instrumentation-6.15.0.tgz -> @prisma-instrumentation-6.15.0.tgz https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz -> @rtsao-scc-1.1.0.tgz https://registry.yarnpkg.com/@sentry-internal/browser-utils/-/browser-utils-10.26.0.tgz -> @sentry-internal-browser-utils-10.26.0.tgz https://registry.yarnpkg.com/@sentry-internal/feedback/-/feedback-10.26.0.tgz -> @sentry-internal-feedback-10.26.0.tgz https://registry.yarnpkg.com/@sentry-internal/replay-canvas/-/replay-canvas-10.26.0.tgz -> @sentry-internal-replay-canvas-10.26.0.tgz https://registry.yarnpkg.com/@sentry-internal/replay/-/replay-10.26.0.tgz -> @sentry-internal-replay-10.26.0.tgz https://registry.yarnpkg.com/@sentry/browser/-/browser-10.26.0.tgz -> @sentry-browser-10.26.0.tgz https://registry.yarnpkg.com/@sentry/core/-/core-10.26.0.tgz -> @sentry-core-10.26.0.tgz https://registry.yarnpkg.com/@sentry/electron/-/electron-7.3.0.tgz -> @sentry-electron-7.3.0.tgz https://registry.yarnpkg.com/@sentry/node-core/-/node-core-10.26.0.tgz -> @sentry-node-core-10.26.0.tgz https://registry.yarnpkg.com/@sentry/node/-/node-10.26.0.tgz -> @sentry-node-10.26.0.tgz https://registry.yarnpkg.com/@sentry/opentelemetry/-/opentelemetry-10.26.0.tgz -> @sentry-opentelemetry-10.26.0.tgz https://registry.yarnpkg.com/@sigstore/bundle/-/bundle-4.0.0.tgz -> @sigstore-bundle-4.0.0.tgz https://registry.yarnpkg.com/@sigstore/core/-/core-3.0.0.tgz -> @sigstore-core-3.0.0.tgz https://registry.yarnpkg.com/@sigstore/protobuf-specs/-/protobuf-specs-0.5.0.tgz -> @sigstore-protobuf-specs-0.5.0.tgz https://registry.yarnpkg.com/@sigstore/sign/-/sign-4.0.1.tgz -> @sigstore-sign-4.0.1.tgz https://registry.yarnpkg.com/@sigstore/tuf/-/tuf-4.0.0.tgz -> @sigstore-tuf-4.0.0.tgz https://registry.yarnpkg.com/@sigstore/verify/-/verify-3.0.0.tgz -> @sigstore-verify-3.0.0.tgz https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz -> @sindresorhus-is-4.6.0.tgz https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-5.6.1.tgz -> @stylistic-eslint-plugin-5.6.1.tgz https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-4.0.6.tgz -> @szmarczak-http-timer-4.0.6.tgz https://registry.yarnpkg.com/@tufjs/canonical-json/-/canonical-json-2.0.0.tgz -> @tufjs-canonical-json-2.0.0.tgz https://registry.yarnpkg.com/@tufjs/models/-/models-4.0.0.tgz -> @tufjs-models-4.0.0.tgz https://registry.yarnpkg.com/@tybys/wasm-util/-/wasm-util-0.10.1.tgz -> @tybys-wasm-util-0.10.1.tgz https://registry.yarnpkg.com/@types/auto-launch/-/auto-launch-5.0.5.tgz -> @types-auto-launch-5.0.5.tgz https://registry.yarnpkg.com/@types/cacheable-request/-/cacheable-request-6.0.3.tgz -> @types-cacheable-request-6.0.3.tgz https://registry.yarnpkg.com/@types/connect/-/connect-3.4.38.tgz -> @types-connect-3.4.38.tgz https://registry.yarnpkg.com/@types/counterpart/-/counterpart-0.18.4.tgz -> @types-counterpart-0.18.4.tgz https://registry.yarnpkg.com/@types/debug/-/debug-4.1.12.tgz -> @types-debug-4.1.12.tgz https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.13.tgz -> @types-fs-extra-9.0.13.tgz https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz -> @types-http-cache-semantics-4.0.4.tgz https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz -> @types-json5-0.0.29.tgz https://registry.yarnpkg.com/@types/keyv/-/keyv-3.1.4.tgz -> @types-keyv-3.1.4.tgz https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.5.tgz -> @types-minimist-1.2.5.tgz https://registry.yarnpkg.com/@types/ms/-/ms-2.1.0.tgz -> @types-ms-2.1.0.tgz https://registry.yarnpkg.com/@types/mysql/-/mysql-2.15.27.tgz -> @types-mysql-2.15.27.tgz https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.11.tgz -> @types-node-fetch-2.6.11.tgz https://registry.yarnpkg.com/@types/node/-/node-18.19.130.tgz -> @types-node-18.19.130.tgz https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz -> @types-normalize-package-data-2.4.4.tgz https://registry.yarnpkg.com/@types/npm-package-arg/-/npm-package-arg-6.1.4.tgz -> @types-npm-package-arg-6.1.4.tgz https://registry.yarnpkg.com/@types/npm-registry-fetch/-/npm-registry-fetch-8.0.7.tgz -> @types-npm-registry-fetch-8.0.7.tgz https://registry.yarnpkg.com/@types/npmlog/-/npmlog-7.0.0.tgz -> @types-npmlog-7.0.0.tgz https://registry.yarnpkg.com/@types/pacote/-/pacote-11.1.8.tgz -> @types-pacote-11.1.8.tgz https://registry.yarnpkg.com/@types/pg-pool/-/pg-pool-2.0.6.tgz -> @types-pg-pool-2.0.6.tgz https://registry.yarnpkg.com/@types/pg/-/pg-8.15.5.tgz -> @types-pg-8.15.5.tgz https://registry.yarnpkg.com/@types/pg/-/pg-8.15.6.tgz -> @types-pg-8.15.6.tgz https://registry.yarnpkg.com/@types/plist/-/plist-3.0.5.tgz -> @types-plist-3.0.5.tgz https://registry.yarnpkg.com/@types/responselike/-/responselike-1.0.3.tgz -> @types-responselike-1.0.3.tgz https://registry.yarnpkg.com/@types/shimmer/-/shimmer-1.2.0.tgz -> @types-shimmer-1.2.0.tgz https://registry.yarnpkg.com/@types/ssri/-/ssri-7.1.5.tgz -> @types-ssri-7.1.5.tgz https://registry.yarnpkg.com/@types/tedious/-/tedious-4.0.14.tgz -> @types-tedious-4.0.14.tgz https://registry.yarnpkg.com/@types/verror/-/verror-1.10.10.tgz -> @types-verror-1.10.10.tgz https://registry.yarnpkg.com/@types/yauzl/-/yauzl-2.10.3.tgz -> @types-yauzl-2.10.3.tgz https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.48.0.tgz -> @typescript-eslint-eslint-plugin-8.48.0.tgz https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.48.0.tgz -> @typescript-eslint-parser-8.48.0.tgz https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.48.0.tgz -> @typescript-eslint-project-service-8.48.0.tgz https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.48.0.tgz -> @typescript-eslint-scope-manager-8.48.0.tgz https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.48.0.tgz -> @typescript-eslint-tsconfig-utils-8.48.0.tgz https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.48.0.tgz -> @typescript-eslint-type-utils-8.48.0.tgz https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.48.0.tgz -> @typescript-eslint-types-8.48.0.tgz https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.48.0.tgz -> @typescript-eslint-typescript-estree-8.48.0.tgz https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.48.0.tgz -> @typescript-eslint-utils-8.48.0.tgz https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.48.0.tgz -> @typescript-eslint-visitor-keys-8.48.0.tgz https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz -> @ungap-structured-clone-1.2.0.tgz https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.10.tgz -> @xmldom-xmldom-0.8.10.tgz https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz -> @yarnpkg-lockfile-1.1.0.tgz https://registry.yarnpkg.com/abbrev/-/abbrev-3.0.1.tgz https://registry.yarnpkg.com/abbrev/-/abbrev-4.0.0.tgz https://registry.yarnpkg.com/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.4.tgz https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-3.0.1.tgz https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-7.2.0.tgz https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.2.2.tgz https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.3.tgz https://registry.yarnpkg.com/app-builder-bin/-/app-builder-bin-5.0.0-alpha.12.tgz https://registry.yarnpkg.com/app-builder-lib/-/app-builder-lib-26.2.0.tgz https://registry.yarnpkg.com/applescript/-/applescript-1.0.0.tgz https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz https://registry.yarnpkg.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.9.tgz https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz https://registry.yarnpkg.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz https://registry.yarnpkg.com/async-exit-hook/-/async-exit-hook-2.0.1.tgz https://registry.yarnpkg.com/async-function/-/async-function-1.0.0.tgz https://registry.yarnpkg.com/async/-/async-3.2.6.tgz https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz https://registry.yarnpkg.com/atomically/-/atomically-2.0.3.tgz https://registry.yarnpkg.com/auto-launch/-/auto-launch-5.0.6.tgz https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.13.0.tgz https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.5.tgz https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.8.16.tgz https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.8.20.tgz https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz https://registry.yarnpkg.com/boolean/-/boolean-3.2.0.tgz https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.12.tgz https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz https://registry.yarnpkg.com/browserslist/-/browserslist-4.26.3.tgz https://registry.yarnpkg.com/browserslist/-/browserslist-4.27.0.tgz https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-9.5.0.tgz https://registry.yarnpkg.com/builder-util/-/builder-util-26.1.0.tgz https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz https://registry.yarnpkg.com/cacache/-/cacache-19.0.1.tgz https://registry.yarnpkg.com/cacache/-/cacache-20.0.3.tgz https://registry.yarnpkg.com/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-7.0.4.tgz https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.8.tgz https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.4.tgz https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001750.tgz https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001751.tgz https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz https://registry.yarnpkg.com/chalk/-/chalk-5.2.0.tgz https://registry.yarnpkg.com/chokidar/-/chokidar-5.0.0.tgz https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz https://registry.yarnpkg.com/chownr/-/chownr-3.0.0.tgz https://registry.yarnpkg.com/chromium-pickle-js/-/chromium-pickle-js-0.2.0.tgz https://registry.yarnpkg.com/ci-info/-/ci-info-3.9.0.tgz https://registry.yarnpkg.com/ci-info/-/ci-info-4.2.0.tgz https://registry.yarnpkg.com/ci-info/-/ci-info-4.3.1.tgz https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.4.3.tgz https://registry.yarnpkg.com/clean-regexp/-/clean-regexp-1.0.0.tgz https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-5.0.0.tgz https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-2.1.0.tgz https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-5.1.1.tgz https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.3.tgz https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz https://registry.yarnpkg.com/commander/-/commander-13.1.0.tgz https://registry.yarnpkg.com/commander/-/commander-14.0.2.tgz https://registry.yarnpkg.com/commander/-/commander-5.1.0.tgz https://registry.yarnpkg.com/commander/-/commander-9.5.0.tgz https://registry.yarnpkg.com/compare-version/-/compare-version-0.1.2.tgz https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz https://registry.yarnpkg.com/conf/-/conf-15.0.2.tgz https://registry.yarnpkg.com/config-file-ts/-/config-file-ts-0.2.8-rc1.tgz https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.46.0.tgz https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz https://registry.yarnpkg.com/counterpart/-/counterpart-0.18.6.tgz https://registry.yarnpkg.com/crc/-/crc-3.8.0.tgz https://registry.yarnpkg.com/cross-dirname/-/cross-dirname-0.1.0.tgz https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz https://registry.yarnpkg.com/data-view-buffer/-/data-view-buffer-1.0.2.tgz https://registry.yarnpkg.com/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz https://registry.yarnpkg.com/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz https://registry.yarnpkg.com/date-names/-/date-names-0.1.13.tgz https://registry.yarnpkg.com/debounce-fn/-/debounce-fn-6.0.0.tgz https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz https://registry.yarnpkg.com/decompress-response/-/decompress-response-6.0.0.tgz https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz https://registry.yarnpkg.com/defaults/-/defaults-1.0.4.tgz https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-2.0.1.tgz https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.4.tgz https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.1.tgz https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.1.2.tgz https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz https://registry.yarnpkg.com/dir-compare/-/dir-compare-4.2.0.tgz https://registry.yarnpkg.com/dmg-builder/-/dmg-builder-26.2.0.tgz https://registry.yarnpkg.com/dmg-license/-/dmg-license-1.0.11.tgz https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz https://registry.yarnpkg.com/dot-prop/-/dot-prop-10.1.0.tgz https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-11.0.7.tgz https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.7.tgz https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz https://registry.yarnpkg.com/electron-builder-squirrel-windows/-/electron-builder-squirrel-windows-26.2.0.tgz https://registry.yarnpkg.com/electron-builder/-/electron-builder-26.2.0.tgz https://registry.yarnpkg.com/electron-devtools-installer/-/electron-devtools-installer-4.0.0.tgz https://registry.yarnpkg.com/electron-publish/-/electron-publish-26.1.0.tgz https://registry.yarnpkg.com/electron-store/-/electron-store-11.0.2.tgz https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.237.tgz https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.241.tgz https://registry.yarnpkg.com/electron-window-state/-/electron-window-state-5.0.3.tgz https://registry.yarnpkg.com/electron-winstaller/-/electron-winstaller-5.4.0.tgz https://registry.yarnpkg.com/electron/-/electron-39.2.3.tgz https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-10.6.0.tgz https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz https://registry.yarnpkg.com/env-paths/-/env-paths-3.0.0.tgz https://registry.yarnpkg.com/environment/-/environment-1.1.0.tgz https://registry.yarnpkg.com/err-code/-/err-code-2.0.3.tgz https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.4.tgz https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.24.0.tgz https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.1.tgz https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.3.0.tgz https://registry.yarnpkg.com/es6-error/-/es6-error-4.1.1.tgz https://registry.yarnpkg.com/esbuild/-/esbuild-0.25.10.tgz https://registry.yarnpkg.com/escalade/-/escalade-3.2.0.tgz https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz https://registry.yarnpkg.com/eslint-compat-utils/-/eslint-compat-utils-0.5.1.tgz https://registry.yarnpkg.com/eslint-config-google/-/eslint-config-google-0.14.0.tgz https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz https://registry.yarnpkg.com/eslint-plugin-es-x/-/eslint-plugin-es-x-7.8.0.tgz https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz https://registry.yarnpkg.com/eslint-plugin-matrix-org/-/eslint-plugin-matrix-org-3.0.0.tgz https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.23.1.tgz https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-56.0.1.tgz https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-5.0.1.tgz https://registry.yarnpkg.com/except/-/except-0.1.3.tgz https://registry.yarnpkg.com/exponential-backoff/-/exponential-backoff-3.1.3.tgz https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz https://registry.yarnpkg.com/extract-zip/-/extract-zip-2.0.1.tgz https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.1.tgz https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.6.tgz https://registry.yarnpkg.com/fastq/-/fastq-1.19.1.tgz https://registry.yarnpkg.com/fd-package-json/-/fd-package-json-2.0.0.tgz https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz https://registry.yarnpkg.com/filelist/-/filelist-1.0.4.tgz https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz https://registry.yarnpkg.com/flatted/-/flatted-3.3.1.tgz https://registry.yarnpkg.com/for-each/-/for-each-0.3.5.tgz https://registry.yarnpkg.com/foreachasync/-/foreachasync-3.0.0.tgz https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz https://registry.yarnpkg.com/formatly/-/formatly-0.3.0.tgz https://registry.yarnpkg.com/forwarded-parse/-/forwarded-parse-2.1.2.tgz https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.0.tgz https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-3.0.3.tgz https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.8.tgz https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz https://registry.yarnpkg.com/generator-function/-/generator-function-2.0.1.tgz https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.1.0.tgz https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.10.1.tgz https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.12.0.tgz https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz https://registry.yarnpkg.com/glob/-/glob-10.5.0.tgz https://registry.yarnpkg.com/glob/-/glob-11.1.0.tgz https://registry.yarnpkg.com/glob/-/glob-13.0.0.tgz https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz https://registry.yarnpkg.com/global-agent/-/global-agent-3.0.0.tgz https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz https://registry.yarnpkg.com/globrex/-/globrex-0.1.2.tgz https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz https://registry.yarnpkg.com/got/-/got-11.8.6.tgz https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.1.0.tgz https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz https://registry.yarnpkg.com/has-proto/-/has-proto-1.2.0.tgz https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.1.0.tgz https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-9.0.2.tgz https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz https://registry.yarnpkg.com/http2-wrapper/-/http2-wrapper-1.0.3.tgz https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz https://registry.yarnpkg.com/husky/-/husky-9.1.7.tgz https://registry.yarnpkg.com/iconv-corefoundation/-/iconv-corefoundation-1.1.7.tgz https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-8.0.0.tgz https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-1.15.0.tgz https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz https://registry.yarnpkg.com/indexof/-/indexof-0.0.1.tgz https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz https://registry.yarnpkg.com/ini/-/ini-6.0.0.tgz https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.1.0.tgz https://registry.yarnpkg.com/ip-address/-/ip-address-10.1.0.tgz https://registry.yarnpkg.com/is-array-buffer/-/is-array-buffer-3.0.5.tgz https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz https://registry.yarnpkg.com/is-async-function/-/is-async-function-2.1.1.tgz https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.1.0.tgz https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.2.2.tgz https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.1.tgz https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz https://registry.yarnpkg.com/is-data-view/-/is-data-view-1.0.2.tgz https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.1.0.tgz https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz https://registry.yarnpkg.com/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-5.1.0.tgz https://registry.yarnpkg.com/is-generator-function/-/is-generator-function-1.1.2.tgz https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz https://registry.yarnpkg.com/is-map/-/is-map-2.0.3.tgz https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.3.tgz https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.1.1.tgz https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz https://registry.yarnpkg.com/is-regex/-/is-regex-1.2.1.tgz https://registry.yarnpkg.com/is-set/-/is-set-2.0.3.tgz https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz https://registry.yarnpkg.com/is-string/-/is-string-1.1.1.tgz https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.1.1.tgz https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.15.tgz https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz https://registry.yarnpkg.com/is-weakmap/-/is-weakmap-2.0.2.tgz https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.1.1.tgz https://registry.yarnpkg.com/is-weakset/-/is-weakset-2.0.4.tgz https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-4.0.10.tgz https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-5.0.4.tgz https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz https://registry.yarnpkg.com/isexe/-/isexe-3.1.1.tgz https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz https://registry.yarnpkg.com/jake/-/jake-10.9.2.tgz https://registry.yarnpkg.com/jiti/-/jiti-2.4.2.tgz https://registry.yarnpkg.com/jiti/-/jiti-2.6.1.tgz https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz https://registry.yarnpkg.com/jsesc/-/jsesc-3.1.0.tgz https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-5.0.0.tgz https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz https://registry.yarnpkg.com/json-schema-typed/-/json-schema-typed-8.0.1.tgz https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.3.0.tgz https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.1.tgz https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz https://registry.yarnpkg.com/jszip/-/jszip-3.10.1.tgz https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz https://registry.yarnpkg.com/klaw-sync/-/klaw-sync-6.0.0.tgz https://registry.yarnpkg.com/knip/-/knip-5.70.2.tgz https://registry.yarnpkg.com/lazy-val/-/lazy-val-1.0.5.tgz https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz https://registry.yarnpkg.com/lie/-/lie-3.3.0.tgz https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.2.7.tgz https://registry.yarnpkg.com/listr2/-/listr2-9.0.5.tgz https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz https://registry.yarnpkg.com/log-update/-/log-update-6.1.0.tgz https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.2.tgz https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-14.0.3.tgz https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-15.0.3.tgz https://registry.yarnpkg.com/matcher/-/matcher-3.0.0.tgz https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz https://registry.yarnpkg.com/matrix-web-i18n/-/matrix-web-i18n-3.4.0.tgz https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz https://registry.yarnpkg.com/mime/-/mime-2.6.0.tgz https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz https://registry.yarnpkg.com/mimic-function/-/mimic-function-5.0.1.tgz https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz https://registry.yarnpkg.com/mimic-response/-/mimic-response-3.1.0.tgz https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz https://registry.yarnpkg.com/minimatch/-/minimatch-10.1.1.tgz https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz https://registry.yarnpkg.com/minipass-collect/-/minipass-collect-2.0.1.tgz https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-4.0.1.tgz https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-5.0.0.tgz https://registry.yarnpkg.com/minipass-flush/-/minipass-flush-1.0.5.tgz https://registry.yarnpkg.com/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz https://registry.yarnpkg.com/minipass-sized/-/minipass-sized-1.0.3.tgz https://registry.yarnpkg.com/minipass/-/minipass-3.3.6.tgz https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz https://registry.yarnpkg.com/minizlib/-/minizlib-3.1.0.tgz https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.6.tgz https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz https://registry.yarnpkg.com/mkdirp/-/mkdirp-3.0.1.tgz https://registry.yarnpkg.com/module-details-from-path/-/module-details-from-path-1.0.4.tgz https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz https://registry.yarnpkg.com/nano-spawn/-/nano-spawn-2.0.0.tgz https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz https://registry.yarnpkg.com/negotiator/-/negotiator-1.0.0.tgz https://registry.yarnpkg.com/node-abi/-/node-abi-4.24.0.tgz https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-1.7.2.tgz https://registry.yarnpkg.com/node-api-version/-/node-api-version-0.2.1.tgz https://registry.yarnpkg.com/node-gyp/-/node-gyp-11.4.2.tgz https://registry.yarnpkg.com/node-gyp/-/node-gyp-12.1.0.tgz https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.26.tgz https://registry.yarnpkg.com/nopt/-/nopt-8.1.0.tgz https://registry.yarnpkg.com/nopt/-/nopt-9.0.0.tgz https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-5.0.0.tgz https://registry.yarnpkg.com/npm-install-checks/-/npm-install-checks-8.0.0.tgz https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-5.0.0.tgz https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-13.0.2.tgz https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-10.0.3.tgz https://registry.yarnpkg.com/npm-pick-manifest/-/npm-pick-manifest-11.0.3.tgz https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-19.1.1.tgz https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.4.tgz https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.7.tgz https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.3.tgz https://registry.yarnpkg.com/object.values/-/object.values-1.2.1.tgz https://registry.yarnpkg.com/once/-/once-1.4.0.tgz https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz https://registry.yarnpkg.com/onetime/-/onetime-7.0.0.tgz https://registry.yarnpkg.com/open/-/open-7.4.2.tgz https://registry.yarnpkg.com/optionator/-/optionator-0.9.4.tgz https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz https://registry.yarnpkg.com/own-keys/-/own-keys-1.0.1.tgz https://registry.yarnpkg.com/oxc-resolver/-/oxc-resolver-11.14.0.tgz https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-2.1.1.tgz https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz https://registry.yarnpkg.com/p-map/-/p-map-7.0.4.tgz https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz https://registry.yarnpkg.com/pacote/-/pacote-21.0.4.tgz https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz https://registry.yarnpkg.com/patch-package/-/patch-package-8.0.1.tgz https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.1.tgz https://registry.yarnpkg.com/pe-library/-/pe-library-0.4.1.tgz https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz https://registry.yarnpkg.com/pg-int8/-/pg-int8-1.0.1.tgz https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.10.3.tgz https://registry.yarnpkg.com/pg-types/-/pg-types-2.2.0.tgz https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.57.0.tgz https://registry.yarnpkg.com/playwright/-/playwright-1.57.0.tgz https://registry.yarnpkg.com/plist/-/plist-3.1.0.tgz https://registry.yarnpkg.com/pluralize/-/pluralize-8.0.0.tgz https://registry.yarnpkg.com/pluralizers/-/pluralizers-0.1.7.tgz https://registry.yarnpkg.com/png-to-ico/-/png-to-ico-3.0.1.tgz https://registry.yarnpkg.com/pngjs/-/pngjs-7.0.0.tgz https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz https://registry.yarnpkg.com/postgres-array/-/postgres-array-2.0.0.tgz https://registry.yarnpkg.com/postgres-bytea/-/postgres-bytea-1.0.0.tgz https://registry.yarnpkg.com/postgres-date/-/postgres-date-1.0.7.tgz https://registry.yarnpkg.com/postgres-interval/-/postgres-interval-1.2.0.tgz https://registry.yarnpkg.com/postinstall-postinstall/-/postinstall-postinstall-2.1.0.tgz https://registry.yarnpkg.com/postject/-/postject-1.0.0-alpha.6.tgz https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz https://registry.yarnpkg.com/prettier/-/prettier-3.7.0.tgz https://registry.yarnpkg.com/proc-log/-/proc-log-5.0.0.tgz https://registry.yarnpkg.com/proc-log/-/proc-log-6.0.0.tgz https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz https://registry.yarnpkg.com/promise-retry/-/promise-retry-2.0.1.tgz https://registry.yarnpkg.com/pump/-/pump-3.0.2.tgz https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz https://registry.yarnpkg.com/read-binary-file-arch/-/read-binary-file-arch-1.0.6.tgz https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.8.tgz https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz https://registry.yarnpkg.com/readdirp/-/readdirp-5.0.0.tgz https://registry.yarnpkg.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.2.tgz https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.27.tgz https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-6.4.0.tgz https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.8.0.tgz https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.10.0.tgz https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.13.0.tgz https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz https://registry.yarnpkg.com/require-in-the-middle/-/require-in-the-middle-7.5.2.tgz https://registry.yarnpkg.com/resedit/-/resedit-1.7.2.tgz https://registry.yarnpkg.com/resolve-alpn/-/resolve-alpn-1.2.1.tgz https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz https://registry.yarnpkg.com/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz https://registry.yarnpkg.com/resolve/-/resolve-1.22.10.tgz https://registry.yarnpkg.com/resolve/-/resolve-1.22.11.tgz https://registry.yarnpkg.com/responselike/-/responselike-2.0.1.tgz https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-5.1.0.tgz https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz https://registry.yarnpkg.com/reusify/-/reusify-1.1.0.tgz https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz https://registry.yarnpkg.com/rimraf/-/rimraf-6.1.2.tgz https://registry.yarnpkg.com/roarr/-/roarr-2.15.4.tgz https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz https://registry.yarnpkg.com/safe-array-concat/-/safe-array-concat-1.1.3.tgz https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz https://registry.yarnpkg.com/safe-push-apply/-/safe-push-apply-1.0.0.tgz https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.1.0.tgz https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz https://registry.yarnpkg.com/sanitize-filename/-/sanitize-filename-1.6.3.tgz https://registry.yarnpkg.com/sax/-/sax-1.4.1.tgz https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz https://registry.yarnpkg.com/serialize-error/-/serialize-error-7.0.1.tgz https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz https://registry.yarnpkg.com/set-function-name/-/set-function-name-2.0.2.tgz https://registry.yarnpkg.com/set-proto/-/set-proto-1.0.0.tgz https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz https://registry.yarnpkg.com/shimmer/-/shimmer-1.2.1.tgz https://registry.yarnpkg.com/side-channel-list/-/side-channel-list-1.0.0.tgz https://registry.yarnpkg.com/side-channel-map/-/side-channel-map-1.0.1.tgz https://registry.yarnpkg.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz https://registry.yarnpkg.com/side-channel/-/side-channel-1.1.0.tgz https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz https://registry.yarnpkg.com/sigstore/-/sigstore-4.0.0.tgz https://registry.yarnpkg.com/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-3.0.0.tgz https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-7.1.2.tgz https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz https://registry.yarnpkg.com/smol-toml/-/smol-toml-1.5.2.tgz https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz https://registry.yarnpkg.com/socks/-/socks-2.8.7.tgz https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.2.0.tgz https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.22.tgz https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.3.tgz https://registry.yarnpkg.com/ssri/-/ssri-12.0.0.tgz https://registry.yarnpkg.com/ssri/-/ssri-13.0.0.tgz https://registry.yarnpkg.com/stat-mode/-/stat-mode-1.0.0.tgz https://registry.yarnpkg.com/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz https://registry.yarnpkg.com/string-width/-/string-width-7.2.0.tgz https://registry.yarnpkg.com/string-width/-/string-width-8.1.0.tgz https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-5.0.3.tgz https://registry.yarnpkg.com/stubborn-fs/-/stubborn-fs-1.2.5.tgz https://registry.yarnpkg.com/sumchecker/-/sumchecker-3.0.1.tgz https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz https://registry.yarnpkg.com/tagged-tag/-/tagged-tag-1.0.0.tgz https://registry.yarnpkg.com/tapable/-/tapable-2.3.0.tgz https://registry.yarnpkg.com/tar/-/tar-6.2.1.tgz https://registry.yarnpkg.com/tar/-/tar-7.5.2.tgz https://registry.yarnpkg.com/temp-file/-/temp-file-3.4.0.tgz https://registry.yarnpkg.com/temp/-/temp-0.9.4.tgz https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz https://registry.yarnpkg.com/tiny-async-pool/-/tiny-async-pool-1.3.0.tgz https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz https://registry.yarnpkg.com/tmp-promise/-/tmp-promise-3.0.3.tgz https://registry.yarnpkg.com/tmp/-/tmp-0.2.5.tgz https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz https://registry.yarnpkg.com/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz https://registry.yarnpkg.com/ts-declaration-location/-/ts-declaration-location-1.0.7.tgz https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz https://registry.yarnpkg.com/tsx/-/tsx-4.20.6.tgz https://registry.yarnpkg.com/tuf-js/-/tuf-js-4.0.0.tgz https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz https://registry.yarnpkg.com/type-fest/-/type-fest-0.13.1.tgz https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz https://registry.yarnpkg.com/type-fest/-/type-fest-5.1.0.tgz https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz https://registry.yarnpkg.com/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz https://registry.yarnpkg.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz https://registry.yarnpkg.com/typed-array-length/-/typed-array-length-1.0.7.tgz https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz https://registry.yarnpkg.com/uint8array-extras/-/uint8array-extras-1.5.0.tgz https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.1.0.tgz https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.1.tgz https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.2.0.tgz https://registry.yarnpkg.com/unique-filename/-/unique-filename-4.0.0.tgz https://registry.yarnpkg.com/unique-filename/-/unique-filename-5.0.0.tgz https://registry.yarnpkg.com/unique-slug/-/unique-slug-5.0.0.tgz https://registry.yarnpkg.com/unique-slug/-/unique-slug-6.0.0.tgz https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz https://registry.yarnpkg.com/universalify/-/universalify-2.0.1.tgz https://registry.yarnpkg.com/untildify/-/untildify-3.0.3.tgz https://registry.yarnpkg.com/unzip-crx-3/-/unzip-crx-3-0.2.0.tgz https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz https://registry.yarnpkg.com/utf8-byte-length/-/utf8-byte-length-1.0.5.tgz https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz https://registry.yarnpkg.com/uuid/-/uuid-13.0.0.tgz https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz https://registry.yarnpkg.com/validate-npm-package-name/-/validate-npm-package-name-7.0.0.tgz https://registry.yarnpkg.com/verror/-/verror-1.10.1.tgz https://registry.yarnpkg.com/walk-up-path/-/walk-up-path-4.0.0.tgz https://registry.yarnpkg.com/walk/-/walk-2.3.15.tgz https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz https://registry.yarnpkg.com/when-exit/-/when-exit-2.1.4.tgz https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz https://registry.yarnpkg.com/which-builtin-type/-/which-builtin-type-1.2.1.tgz https://registry.yarnpkg.com/which-collection/-/which-collection-1.0.2.tgz https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.19.tgz https://registry.yarnpkg.com/which/-/which-2.0.2.tgz https://registry.yarnpkg.com/which/-/which-5.0.0.tgz https://registry.yarnpkg.com/which/-/which-6.0.0.tgz https://registry.yarnpkg.com/winreg/-/winreg-1.2.4.tgz https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.2.tgz https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-15.1.1.tgz https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz https://registry.yarnpkg.com/yaku/-/yaku-0.16.7.tgz https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz https://registry.yarnpkg.com/yallist/-/yallist-5.0.0.tgz https://registry.yarnpkg.com/yaml/-/yaml-2.8.1.tgz https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz https://registry.yarnpkg.com/zod/-/zod-4.1.13.tgz ) https://github.com/vector-im/element-desktop/archive/v1.12.7.tar.gz -> element-desktop-1.12.7.tar.gz +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e flag-o-matic a7afe42e95fb46ce9691605acfb24672 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=12e0c2c502f74b73b1c93cc05eac800b diff --git a/metadata/md5-cache/net-im/element-desktop-1.12.8 b/metadata/md5-cache/net-im/element-desktop-1.12.8 new file mode 100644 index 000000000000..e8c8ddd066b0 --- /dev/null +++ b/metadata/md5-cache/net-im/element-desktop-1.12.8 @@ -0,0 +1,17 @@ +BDEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) || ( ( dev-lang/python:3.14 dev-python/setuptools[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-python/setuptools[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/setuptools[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/setuptools[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/setuptools[python_targets_python3_10(-)] ) ) native-modules? ( || ( dev-lang/rust dev-lang/rust-bin ) ) net-libs/nodejs sys-apps/yarn +DEFINED_PHASES=compile install postinst postrm setup unpack +DEPEND=~net-im/element-web-1.12.8 native-modules? ( dev-db/sqlcipher ) electron-36? ( dev-util/electron:36 ) electron-37? ( dev-util/electron:37 ) electron-40? ( dev-util/electron:40 ) !electron-36? ( !electron-37? ( !electron-40? ( dev-util/electron:39 ) ) ) +DESCRIPTION=A glossy Matrix collaboration client for desktop +EAPI=8 +HOMEPAGE=https://element.io/ +INHERIT=desktop flag-o-matic multilib python-any-r1 xdg-utils +IUSE=electron-36 electron-37 electron-40 native-modules build-online +KEYWORDS=amd64 ~arm64 ~ppc64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=~net-im/element-web-1.12.8 native-modules? ( dev-db/sqlcipher ) electron-36? ( dev-util/electron:36 ) electron-37? ( dev-util/electron:37 ) electron-40? ( dev-util/electron:40 ) !electron-36? ( !electron-37? ( !electron-40? ( dev-util/electron:39 ) ) ) +REQUIRED_USE=native-modules? ( build-online ) +RESTRICT=mirror build-online? ( network-sandbox ) +SLOT=0 +SRC_URI=!build-online? ( https://registry.yarnpkg.com/7zip-bin/-/7zip-bin-5.2.0.tgz https://registry.yarnpkg.com/@action-validator/cli/-/cli-0.6.0.tgz -> @action-validator-cli-0.6.0.tgz https://registry.yarnpkg.com/@action-validator/core/-/core-0.6.0.tgz -> @action-validator-core-0.6.0.tgz https://registry.yarnpkg.com/@apm-js-collab/code-transformer/-/code-transformer-0.8.2.tgz -> @apm-js-collab-code-transformer-0.8.2.tgz https://registry.yarnpkg.com/@apm-js-collab/tracing-hooks/-/tracing-hooks-0.3.1.tgz -> @apm-js-collab-tracing-hooks-0.3.1.tgz https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz -> @babel-code-frame-7.27.1.tgz https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.5.tgz -> @babel-compat-data-7.28.5.tgz https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz -> @babel-core-7.28.5.tgz https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz -> @babel-generator-7.28.5.tgz https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz -> @babel-helper-annotate-as-pure-7.27.3.tgz https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz -> @babel-helper-compilation-targets-7.27.2.tgz https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz -> @babel-helper-create-class-features-plugin-7.28.5.tgz https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.28.5.tgz -> @babel-helper-create-regexp-features-plugin-7.28.5.tgz https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.5.tgz -> @babel-helper-define-polyfill-provider-0.6.5.tgz https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz -> @babel-helper-globals-7.28.0.tgz https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz -> @babel-helper-member-expression-to-functions-7.28.5.tgz https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz -> @babel-helper-module-imports-7.27.1.tgz https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz -> @babel-helper-module-transforms-7.28.3.tgz https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz -> @babel-helper-optimise-call-expression-7.27.1.tgz https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz -> @babel-helper-plugin-utils-7.27.1.tgz https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz -> @babel-helper-remap-async-to-generator-7.27.1.tgz https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz -> @babel-helper-replace-supers-7.27.1.tgz https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz -> @babel-helper-skip-transparent-expression-wrappers-7.27.1.tgz https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz -> @babel-helper-string-parser-7.27.1.tgz https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz -> @babel-helper-validator-identifier-7.27.1.tgz https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz -> @babel-helper-validator-identifier-7.28.5.tgz https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz -> @babel-helper-validator-option-7.27.1.tgz https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.28.3.tgz -> @babel-helper-wrap-function-7.28.3.tgz https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz -> @babel-helpers-7.28.4.tgz https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz -> @babel-parser-7.28.4.tgz https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz -> @babel-parser-7.28.5.tgz https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz -> @babel-plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz -> @babel-plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz -> @babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz -> @babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.3.tgz -> @babel-plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.3.tgz https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz -> @babel-plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.27.1.tgz -> @babel-plugin-syntax-import-assertions-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz -> @babel-plugin-syntax-import-attributes-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz -> @babel-plugin-syntax-jsx-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz -> @babel-plugin-syntax-typescript-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz -> @babel-plugin-syntax-unicode-sets-regex-7.18.6.tgz https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz -> @babel-plugin-transform-arrow-functions-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz -> @babel-plugin-transform-async-generator-functions-7.28.0.tgz https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz -> @babel-plugin-transform-async-to-generator-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.27.1.tgz -> @babel-plugin-transform-block-scoped-functions-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz -> @babel-plugin-transform-block-scoping-7.28.5.tgz https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz -> @babel-plugin-transform-class-properties-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz -> @babel-plugin-transform-class-static-block-7.28.3.tgz https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz -> @babel-plugin-transform-classes-7.28.4.tgz https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.27.1.tgz -> @babel-plugin-transform-computed-properties-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz -> @babel-plugin-transform-destructuring-7.28.5.tgz https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz -> @babel-plugin-transform-dotall-regex-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.27.1.tgz -> @babel-plugin-transform-duplicate-keys-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz -> @babel-plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.27.1.tgz -> @babel-plugin-transform-dynamic-import-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.28.0.tgz -> @babel-plugin-transform-explicit-resource-management-7.28.0.tgz https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz -> @babel-plugin-transform-exponentiation-operator-7.28.5.tgz https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz -> @babel-plugin-transform-export-namespace-from-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.27.1.tgz -> @babel-plugin-transform-for-of-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.27.1.tgz -> @babel-plugin-transform-function-name-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.27.1.tgz -> @babel-plugin-transform-json-strings-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.27.1.tgz -> @babel-plugin-transform-literals-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz -> @babel-plugin-transform-logical-assignment-operators-7.28.5.tgz https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.27.1.tgz -> @babel-plugin-transform-member-expression-literals-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.27.1.tgz -> @babel-plugin-transform-modules-amd-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz -> @babel-plugin-transform-modules-commonjs-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz -> @babel-plugin-transform-modules-systemjs-7.28.5.tgz https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.27.1.tgz -> @babel-plugin-transform-modules-umd-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.27.1.tgz -> @babel-plugin-transform-named-capturing-groups-regex-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.27.1.tgz -> @babel-plugin-transform-new-target-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz -> @babel-plugin-transform-nullish-coalescing-operator-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.27.1.tgz -> @babel-plugin-transform-numeric-separator-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz -> @babel-plugin-transform-object-rest-spread-7.28.4.tgz https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.27.1.tgz -> @babel-plugin-transform-object-super-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.27.1.tgz -> @babel-plugin-transform-optional-catch-binding-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz -> @babel-plugin-transform-optional-chaining-7.28.5.tgz https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz -> @babel-plugin-transform-parameters-7.27.7.tgz https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz -> @babel-plugin-transform-private-methods-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.27.1.tgz -> @babel-plugin-transform-private-property-in-object-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.27.1.tgz -> @babel-plugin-transform-property-literals-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz -> @babel-plugin-transform-regenerator-7.28.4.tgz https://registry.yarnpkg.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.27.1.tgz -> @babel-plugin-transform-regexp-modifiers-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.27.1.tgz -> @babel-plugin-transform-reserved-words-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz -> @babel-plugin-transform-shorthand-properties-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.27.1.tgz -> @babel-plugin-transform-spread-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.27.1.tgz -> @babel-plugin-transform-sticky-regex-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz -> @babel-plugin-transform-template-literals-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.27.1.tgz -> @babel-plugin-transform-typeof-symbol-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz -> @babel-plugin-transform-typescript-7.28.5.tgz https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.27.1.tgz -> @babel-plugin-transform-unicode-escapes-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.27.1.tgz -> @babel-plugin-transform-unicode-property-regex-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz -> @babel-plugin-transform-unicode-regex-7.27.1.tgz https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.27.1.tgz -> @babel-plugin-transform-unicode-sets-regex-7.27.1.tgz https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.5.tgz -> @babel-preset-env-7.28.5.tgz https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz -> @babel-preset-modules-0.1.6-no-external-plugins.tgz https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz -> @babel-preset-typescript-7.28.5.tgz https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz -> @babel-template-7.27.2.tgz https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz -> @babel-traverse-7.28.4.tgz https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz -> @babel-traverse-7.28.5.tgz https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz -> @babel-types-7.28.5.tgz https://registry.yarnpkg.com/@develar/schema-utils/-/schema-utils-2.6.5.tgz -> @develar-schema-utils-2.6.5.tgz https://registry.yarnpkg.com/@electron/asar/-/asar-3.3.1.tgz -> @electron-asar-3.3.1.tgz https://registry.yarnpkg.com/@electron/asar/-/asar-3.4.1.tgz -> @electron-asar-3.4.1.tgz https://registry.yarnpkg.com/@electron/asar/-/asar-4.0.1.tgz -> @electron-asar-4.0.1.tgz https://registry.yarnpkg.com/@electron/fuses/-/fuses-1.8.0.tgz -> @electron-fuses-1.8.0.tgz https://registry.yarnpkg.com/@electron/get/-/get-2.0.3.tgz -> @electron-get-2.0.3.tgz https://registry.yarnpkg.com/@electron/notarize/-/notarize-2.5.0.tgz -> @electron-notarize-2.5.0.tgz https://registry.yarnpkg.com/@electron/osx-sign/-/osx-sign-1.3.3.tgz -> @electron-osx-sign-1.3.3.tgz https://registry.yarnpkg.com/@electron/rebuild/-/rebuild-4.0.1.tgz -> @electron-rebuild-4.0.1.tgz https://registry.yarnpkg.com/@electron/universal/-/universal-2.0.3.tgz -> @electron-universal-2.0.3.tgz https://registry.yarnpkg.com/@electron/windows-sign/-/windows-sign-1.2.1.tgz -> @electron-windows-sign-1.2.1.tgz https://registry.yarnpkg.com/@emnapi/core/-/core-1.7.1.tgz -> @emnapi-core-1.7.1.tgz https://registry.yarnpkg.com/@emnapi/runtime/-/runtime-1.7.1.tgz -> @emnapi-runtime-1.7.1.tgz https://registry.yarnpkg.com/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz -> @emnapi-wasi-threads-1.1.0.tgz https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.27.1.tgz -> @esbuild-aix-ppc64-0.27.1.tgz https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.27.1.tgz -> @esbuild-android-arm-0.27.1.tgz https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.27.1.tgz -> @esbuild-android-arm64-0.27.1.tgz https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.27.1.tgz -> @esbuild-android-x64-0.27.1.tgz https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.27.1.tgz -> @esbuild-darwin-arm64-0.27.1.tgz https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.27.1.tgz -> @esbuild-darwin-x64-0.27.1.tgz https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.1.tgz -> @esbuild-freebsd-arm64-0.27.1.tgz https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.27.1.tgz -> @esbuild-freebsd-x64-0.27.1.tgz https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.27.1.tgz -> @esbuild-linux-arm-0.27.1.tgz https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.27.1.tgz -> @esbuild-linux-arm64-0.27.1.tgz https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.27.1.tgz -> @esbuild-linux-ia32-0.27.1.tgz https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.27.1.tgz -> @esbuild-linux-loong64-0.27.1.tgz https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.27.1.tgz -> @esbuild-linux-mips64el-0.27.1.tgz https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.27.1.tgz -> @esbuild-linux-ppc64-0.27.1.tgz https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.27.1.tgz -> @esbuild-linux-riscv64-0.27.1.tgz https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.27.1.tgz -> @esbuild-linux-s390x-0.27.1.tgz https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.27.1.tgz -> @esbuild-linux-x64-0.27.1.tgz https://registry.yarnpkg.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.1.tgz -> @esbuild-netbsd-arm64-0.27.1.tgz https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.27.1.tgz -> @esbuild-netbsd-x64-0.27.1.tgz https://registry.yarnpkg.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.1.tgz -> @esbuild-openbsd-arm64-0.27.1.tgz https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.27.1.tgz -> @esbuild-openbsd-x64-0.27.1.tgz https://registry.yarnpkg.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.1.tgz -> @esbuild-openharmony-arm64-0.27.1.tgz https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.27.1.tgz -> @esbuild-sunos-x64-0.27.1.tgz https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.27.1.tgz -> @esbuild-win32-arm64-0.27.1.tgz https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.27.1.tgz -> @esbuild-win32-ia32-0.27.1.tgz https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.27.1.tgz -> @esbuild-win32-x64-0.27.1.tgz https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz -> @eslint-community-eslint-utils-4.4.0.tgz https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz -> @eslint-community-eslint-utils-4.9.0.tgz https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz -> @eslint-community-regexpp-4.11.1.tgz https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz -> @eslint-community-regexpp-4.12.1.tgz https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz -> @eslint-community-regexpp-4.12.2.tgz https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz -> @eslint-eslintrc-2.1.4.tgz https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz -> @eslint-js-8.57.1.tgz https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz -> @humanwhocodes-config-array-0.13.0.tgz https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz -> @humanwhocodes-module-importer-1.0.1.tgz https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz -> @humanwhocodes-object-schema-2.0.3.tgz https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz -> @isaacs-balanced-match-4.0.1.tgz https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz -> @isaacs-brace-expansion-5.0.0.tgz https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz -> @isaacs-cliui-8.0.2.tgz https://registry.yarnpkg.com/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz -> @isaacs-fs-minipass-4.0.1.tgz https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz -> @jridgewell-gen-mapping-0.3.13.tgz https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz -> @jridgewell-remapping-2.3.5.tgz https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz -> @jridgewell-resolve-uri-3.1.2.tgz https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz -> @jridgewell-sourcemap-codec-1.5.5.tgz https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz -> @jridgewell-trace-mapping-0.3.31.tgz https://registry.yarnpkg.com/@malept/cross-spawn-promise/-/cross-spawn-promise-2.0.0.tgz -> @malept-cross-spawn-promise-2.0.0.tgz https://registry.yarnpkg.com/@malept/flatpak-bundler/-/flatpak-bundler-0.4.0.tgz -> @malept-flatpak-bundler-0.4.0.tgz https://registry.yarnpkg.com/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.0.tgz -> @napi-rs-wasm-runtime-1.1.0.tgz https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz -> @nodelib-fs.scandir-2.1.5.tgz https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz -> @nodelib-fs.stat-2.0.5.tgz https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz -> @nodelib-fs.walk-1.2.8.tgz https://registry.yarnpkg.com/@npmcli/agent/-/agent-3.0.0.tgz -> @npmcli-agent-3.0.0.tgz https://registry.yarnpkg.com/@npmcli/agent/-/agent-4.0.0.tgz -> @npmcli-agent-4.0.0.tgz https://registry.yarnpkg.com/@npmcli/fs/-/fs-4.0.0.tgz -> @npmcli-fs-4.0.0.tgz https://registry.yarnpkg.com/@npmcli/fs/-/fs-5.0.0.tgz -> @npmcli-fs-5.0.0.tgz https://registry.yarnpkg.com/@npmcli/git/-/git-7.0.1.tgz -> @npmcli-git-7.0.1.tgz https://registry.yarnpkg.com/@npmcli/installed-package-contents/-/installed-package-contents-4.0.0.tgz -> @npmcli-installed-package-contents-4.0.0.tgz https://registry.yarnpkg.com/@npmcli/node-gyp/-/node-gyp-5.0.0.tgz -> @npmcli-node-gyp-5.0.0.tgz https://registry.yarnpkg.com/@npmcli/package-json/-/package-json-7.0.4.tgz -> @npmcli-package-json-7.0.4.tgz https://registry.yarnpkg.com/@npmcli/promise-spawn/-/promise-spawn-9.0.1.tgz -> @npmcli-promise-spawn-9.0.1.tgz https://registry.yarnpkg.com/@npmcli/redact/-/redact-4.0.0.tgz -> @npmcli-redact-4.0.0.tgz https://registry.yarnpkg.com/@npmcli/run-script/-/run-script-10.0.3.tgz -> @npmcli-run-script-10.0.3.tgz https://registry.yarnpkg.com/@opentelemetry/api-logs/-/api-logs-0.208.0.tgz -> @opentelemetry-api-logs-0.208.0.tgz https://registry.yarnpkg.com/@opentelemetry/api/-/api-1.9.0.tgz -> @opentelemetry-api-1.9.0.tgz https://registry.yarnpkg.com/@opentelemetry/context-async-hooks/-/context-async-hooks-2.2.0.tgz -> @opentelemetry-context-async-hooks-2.2.0.tgz https://registry.yarnpkg.com/@opentelemetry/core/-/core-2.2.0.tgz -> @opentelemetry-core-2.2.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.55.0.tgz -> @opentelemetry-instrumentation-amqplib-0.55.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-connect/-/instrumentation-connect-0.52.0.tgz -> @opentelemetry-instrumentation-connect-0.52.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-dataloader/-/instrumentation-dataloader-0.26.0.tgz -> @opentelemetry-instrumentation-dataloader-0.26.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-express/-/instrumentation-express-0.57.0.tgz -> @opentelemetry-instrumentation-express-0.57.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-fs/-/instrumentation-fs-0.28.0.tgz -> @opentelemetry-instrumentation-fs-0.28.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-generic-pool/-/instrumentation-generic-pool-0.52.0.tgz -> @opentelemetry-instrumentation-generic-pool-0.52.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-graphql/-/instrumentation-graphql-0.56.0.tgz -> @opentelemetry-instrumentation-graphql-0.56.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-hapi/-/instrumentation-hapi-0.55.0.tgz -> @opentelemetry-instrumentation-hapi-0.55.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-http/-/instrumentation-http-0.208.0.tgz -> @opentelemetry-instrumentation-http-0.208.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-ioredis/-/instrumentation-ioredis-0.56.0.tgz -> @opentelemetry-instrumentation-ioredis-0.56.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-kafkajs/-/instrumentation-kafkajs-0.18.0.tgz -> @opentelemetry-instrumentation-kafkajs-0.18.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-knex/-/instrumentation-knex-0.53.0.tgz -> @opentelemetry-instrumentation-knex-0.53.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-koa/-/instrumentation-koa-0.57.0.tgz -> @opentelemetry-instrumentation-koa-0.57.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-lru-memoizer/-/instrumentation-lru-memoizer-0.53.0.tgz -> @opentelemetry-instrumentation-lru-memoizer-0.53.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-mongodb/-/instrumentation-mongodb-0.61.0.tgz -> @opentelemetry-instrumentation-mongodb-0.61.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-mongoose/-/instrumentation-mongoose-0.55.0.tgz -> @opentelemetry-instrumentation-mongoose-0.55.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-mysql/-/instrumentation-mysql-0.54.0.tgz -> @opentelemetry-instrumentation-mysql-0.54.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-mysql2/-/instrumentation-mysql2-0.55.0.tgz -> @opentelemetry-instrumentation-mysql2-0.55.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-pg/-/instrumentation-pg-0.61.0.tgz -> @opentelemetry-instrumentation-pg-0.61.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-redis/-/instrumentation-redis-0.57.0.tgz -> @opentelemetry-instrumentation-redis-0.57.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-tedious/-/instrumentation-tedious-0.27.0.tgz -> @opentelemetry-instrumentation-tedious-0.27.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation-undici/-/instrumentation-undici-0.19.0.tgz -> @opentelemetry-instrumentation-undici-0.19.0.tgz https://registry.yarnpkg.com/@opentelemetry/instrumentation/-/instrumentation-0.208.0.tgz -> @opentelemetry-instrumentation-0.208.0.tgz https://registry.yarnpkg.com/@opentelemetry/redis-common/-/redis-common-0.38.2.tgz -> @opentelemetry-redis-common-0.38.2.tgz https://registry.yarnpkg.com/@opentelemetry/resources/-/resources-2.2.0.tgz -> @opentelemetry-resources-2.2.0.tgz https://registry.yarnpkg.com/@opentelemetry/sdk-trace-base/-/sdk-trace-base-2.2.0.tgz -> @opentelemetry-sdk-trace-base-2.2.0.tgz https://registry.yarnpkg.com/@opentelemetry/semantic-conventions/-/semantic-conventions-1.38.0.tgz -> @opentelemetry-semantic-conventions-1.38.0.tgz https://registry.yarnpkg.com/@opentelemetry/sql-common/-/sql-common-0.41.2.tgz -> @opentelemetry-sql-common-0.41.2.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-android-arm-eabi/-/binding-android-arm-eabi-11.15.0.tgz -> @oxc-resolver-binding-android-arm-eabi-11.15.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-android-arm64/-/binding-android-arm64-11.15.0.tgz -> @oxc-resolver-binding-android-arm64-11.15.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-darwin-arm64/-/binding-darwin-arm64-11.15.0.tgz -> @oxc-resolver-binding-darwin-arm64-11.15.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-darwin-x64/-/binding-darwin-x64-11.15.0.tgz -> @oxc-resolver-binding-darwin-x64-11.15.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-freebsd-x64/-/binding-freebsd-x64-11.15.0.tgz -> @oxc-resolver-binding-freebsd-x64-11.15.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-11.15.0.tgz -> @oxc-resolver-binding-linux-arm-gnueabihf-11.15.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-11.15.0.tgz -> @oxc-resolver-binding-linux-arm-musleabihf-11.15.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-11.15.0.tgz -> @oxc-resolver-binding-linux-arm64-gnu-11.15.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-linux-arm64-musl/-/binding-linux-arm64-musl-11.15.0.tgz -> @oxc-resolver-binding-linux-arm64-musl-11.15.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-11.15.0.tgz -> @oxc-resolver-binding-linux-ppc64-gnu-11.15.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-11.15.0.tgz -> @oxc-resolver-binding-linux-riscv64-gnu-11.15.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-11.15.0.tgz -> @oxc-resolver-binding-linux-riscv64-musl-11.15.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-11.15.0.tgz -> @oxc-resolver-binding-linux-s390x-gnu-11.15.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-linux-x64-gnu/-/binding-linux-x64-gnu-11.15.0.tgz -> @oxc-resolver-binding-linux-x64-gnu-11.15.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-linux-x64-musl/-/binding-linux-x64-musl-11.15.0.tgz -> @oxc-resolver-binding-linux-x64-musl-11.15.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-openharmony-arm64/-/binding-openharmony-arm64-11.15.0.tgz -> @oxc-resolver-binding-openharmony-arm64-11.15.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-wasm32-wasi/-/binding-wasm32-wasi-11.15.0.tgz -> @oxc-resolver-binding-wasm32-wasi-11.15.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-11.15.0.tgz -> @oxc-resolver-binding-win32-arm64-msvc-11.15.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-11.15.0.tgz -> @oxc-resolver-binding-win32-ia32-msvc-11.15.0.tgz https://registry.yarnpkg.com/@oxc-resolver/binding-win32-x64-msvc/-/binding-win32-x64-msvc-11.15.0.tgz -> @oxc-resolver-binding-win32-x64-msvc-11.15.0.tgz https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz -> @pkgjs-parseargs-0.11.0.tgz https://registry.yarnpkg.com/@playwright/test/-/test-1.57.0.tgz -> @playwright-test-1.57.0.tgz https://registry.yarnpkg.com/@prisma/instrumentation/-/instrumentation-6.19.0.tgz -> @prisma-instrumentation-6.19.0.tgz https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz -> @rtsao-scc-1.1.0.tgz https://registry.yarnpkg.com/@sentry-internal/browser-utils/-/browser-utils-10.27.0.tgz -> @sentry-internal-browser-utils-10.27.0.tgz https://registry.yarnpkg.com/@sentry-internal/feedback/-/feedback-10.27.0.tgz -> @sentry-internal-feedback-10.27.0.tgz https://registry.yarnpkg.com/@sentry-internal/replay-canvas/-/replay-canvas-10.27.0.tgz -> @sentry-internal-replay-canvas-10.27.0.tgz https://registry.yarnpkg.com/@sentry-internal/replay/-/replay-10.27.0.tgz -> @sentry-internal-replay-10.27.0.tgz https://registry.yarnpkg.com/@sentry/browser/-/browser-10.27.0.tgz -> @sentry-browser-10.27.0.tgz https://registry.yarnpkg.com/@sentry/core/-/core-10.27.0.tgz -> @sentry-core-10.27.0.tgz https://registry.yarnpkg.com/@sentry/electron/-/electron-7.4.0.tgz -> @sentry-electron-7.4.0.tgz https://registry.yarnpkg.com/@sentry/node-core/-/node-core-10.27.0.tgz -> @sentry-node-core-10.27.0.tgz https://registry.yarnpkg.com/@sentry/node/-/node-10.27.0.tgz -> @sentry-node-10.27.0.tgz https://registry.yarnpkg.com/@sentry/opentelemetry/-/opentelemetry-10.27.0.tgz -> @sentry-opentelemetry-10.27.0.tgz https://registry.yarnpkg.com/@sigstore/bundle/-/bundle-4.0.0.tgz -> @sigstore-bundle-4.0.0.tgz https://registry.yarnpkg.com/@sigstore/core/-/core-3.0.0.tgz -> @sigstore-core-3.0.0.tgz https://registry.yarnpkg.com/@sigstore/protobuf-specs/-/protobuf-specs-0.5.0.tgz -> @sigstore-protobuf-specs-0.5.0.tgz https://registry.yarnpkg.com/@sigstore/sign/-/sign-4.0.1.tgz -> @sigstore-sign-4.0.1.tgz https://registry.yarnpkg.com/@sigstore/tuf/-/tuf-4.0.0.tgz -> @sigstore-tuf-4.0.0.tgz https://registry.yarnpkg.com/@sigstore/verify/-/verify-3.0.0.tgz -> @sigstore-verify-3.0.0.tgz https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz -> @sindresorhus-is-4.6.0.tgz https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-5.6.1.tgz -> @stylistic-eslint-plugin-5.6.1.tgz https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-4.0.6.tgz -> @szmarczak-http-timer-4.0.6.tgz https://registry.yarnpkg.com/@tufjs/canonical-json/-/canonical-json-2.0.0.tgz -> @tufjs-canonical-json-2.0.0.tgz https://registry.yarnpkg.com/@tufjs/models/-/models-4.0.0.tgz -> @tufjs-models-4.0.0.tgz https://registry.yarnpkg.com/@tybys/wasm-util/-/wasm-util-0.10.1.tgz -> @tybys-wasm-util-0.10.1.tgz https://registry.yarnpkg.com/@types/auto-launch/-/auto-launch-5.0.5.tgz -> @types-auto-launch-5.0.5.tgz https://registry.yarnpkg.com/@types/cacheable-request/-/cacheable-request-6.0.3.tgz -> @types-cacheable-request-6.0.3.tgz https://registry.yarnpkg.com/@types/connect/-/connect-3.4.38.tgz -> @types-connect-3.4.38.tgz https://registry.yarnpkg.com/@types/counterpart/-/counterpart-0.18.4.tgz -> @types-counterpart-0.18.4.tgz https://registry.yarnpkg.com/@types/debug/-/debug-4.1.12.tgz -> @types-debug-4.1.12.tgz https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.13.tgz -> @types-fs-extra-9.0.13.tgz https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz -> @types-http-cache-semantics-4.0.4.tgz https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz -> @types-json5-0.0.29.tgz https://registry.yarnpkg.com/@types/keyv/-/keyv-3.1.4.tgz -> @types-keyv-3.1.4.tgz https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.5.tgz -> @types-minimist-1.2.5.tgz https://registry.yarnpkg.com/@types/ms/-/ms-2.1.0.tgz -> @types-ms-2.1.0.tgz https://registry.yarnpkg.com/@types/mysql/-/mysql-2.15.27.tgz -> @types-mysql-2.15.27.tgz https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.11.tgz -> @types-node-fetch-2.6.11.tgz https://registry.yarnpkg.com/@types/node/-/node-18.19.130.tgz -> @types-node-18.19.130.tgz https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz -> @types-normalize-package-data-2.4.4.tgz https://registry.yarnpkg.com/@types/npm-package-arg/-/npm-package-arg-6.1.4.tgz -> @types-npm-package-arg-6.1.4.tgz https://registry.yarnpkg.com/@types/npm-registry-fetch/-/npm-registry-fetch-8.0.7.tgz -> @types-npm-registry-fetch-8.0.7.tgz https://registry.yarnpkg.com/@types/npmlog/-/npmlog-7.0.0.tgz -> @types-npmlog-7.0.0.tgz https://registry.yarnpkg.com/@types/pacote/-/pacote-11.1.8.tgz -> @types-pacote-11.1.8.tgz https://registry.yarnpkg.com/@types/pg-pool/-/pg-pool-2.0.6.tgz -> @types-pg-pool-2.0.6.tgz https://registry.yarnpkg.com/@types/pg/-/pg-8.15.6.tgz -> @types-pg-8.15.6.tgz https://registry.yarnpkg.com/@types/plist/-/plist-3.0.5.tgz -> @types-plist-3.0.5.tgz https://registry.yarnpkg.com/@types/responselike/-/responselike-1.0.3.tgz -> @types-responselike-1.0.3.tgz https://registry.yarnpkg.com/@types/ssri/-/ssri-7.1.5.tgz -> @types-ssri-7.1.5.tgz https://registry.yarnpkg.com/@types/tedious/-/tedious-4.0.14.tgz -> @types-tedious-4.0.14.tgz https://registry.yarnpkg.com/@types/verror/-/verror-1.10.10.tgz -> @types-verror-1.10.10.tgz https://registry.yarnpkg.com/@types/yauzl/-/yauzl-2.10.3.tgz -> @types-yauzl-2.10.3.tgz https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.49.0.tgz -> @typescript-eslint-eslint-plugin-8.49.0.tgz https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.49.0.tgz -> @typescript-eslint-parser-8.49.0.tgz https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.49.0.tgz -> @typescript-eslint-project-service-8.49.0.tgz https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.49.0.tgz -> @typescript-eslint-scope-manager-8.49.0.tgz https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.49.0.tgz -> @typescript-eslint-tsconfig-utils-8.49.0.tgz https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.49.0.tgz -> @typescript-eslint-type-utils-8.49.0.tgz https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.48.0.tgz -> @typescript-eslint-types-8.48.0.tgz https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.49.0.tgz -> @typescript-eslint-types-8.49.0.tgz https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.49.0.tgz -> @typescript-eslint-typescript-estree-8.49.0.tgz https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.49.0.tgz -> @typescript-eslint-utils-8.49.0.tgz https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.49.0.tgz -> @typescript-eslint-visitor-keys-8.49.0.tgz https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz -> @ungap-structured-clone-1.2.0.tgz https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.10.tgz -> @xmldom-xmldom-0.8.10.tgz https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz -> @yarnpkg-lockfile-1.1.0.tgz https://registry.yarnpkg.com/abbrev/-/abbrev-3.0.1.tgz https://registry.yarnpkg.com/abbrev/-/abbrev-4.0.0.tgz https://registry.yarnpkg.com/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.4.tgz https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-3.0.1.tgz https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-7.2.0.tgz https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.2.2.tgz https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.3.tgz https://registry.yarnpkg.com/app-builder-bin/-/app-builder-bin-5.0.0-alpha.12.tgz https://registry.yarnpkg.com/app-builder-lib/-/app-builder-lib-26.2.0.tgz https://registry.yarnpkg.com/applescript/-/applescript-1.0.0.tgz https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz https://registry.yarnpkg.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.9.tgz https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz https://registry.yarnpkg.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz https://registry.yarnpkg.com/async-exit-hook/-/async-exit-hook-2.0.1.tgz https://registry.yarnpkg.com/async-function/-/async-function-1.0.0.tgz https://registry.yarnpkg.com/async/-/async-3.2.6.tgz https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz https://registry.yarnpkg.com/atomically/-/atomically-2.0.3.tgz https://registry.yarnpkg.com/auto-launch/-/auto-launch-5.0.6.tgz https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.13.0.tgz https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.5.tgz https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.8.16.tgz https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.8.20.tgz https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz https://registry.yarnpkg.com/boolean/-/boolean-3.2.0.tgz https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.12.tgz https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz https://registry.yarnpkg.com/browserslist/-/browserslist-4.26.3.tgz https://registry.yarnpkg.com/browserslist/-/browserslist-4.27.0.tgz https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-9.5.0.tgz https://registry.yarnpkg.com/builder-util/-/builder-util-26.1.0.tgz https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz https://registry.yarnpkg.com/cacache/-/cacache-19.0.1.tgz https://registry.yarnpkg.com/cacache/-/cacache-20.0.3.tgz https://registry.yarnpkg.com/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-7.0.4.tgz https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.8.tgz https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.4.tgz https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001750.tgz https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001751.tgz https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz https://registry.yarnpkg.com/chalk/-/chalk-5.2.0.tgz https://registry.yarnpkg.com/chokidar/-/chokidar-5.0.0.tgz https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz https://registry.yarnpkg.com/chownr/-/chownr-3.0.0.tgz https://registry.yarnpkg.com/chromium-pickle-js/-/chromium-pickle-js-0.2.0.tgz https://registry.yarnpkg.com/ci-info/-/ci-info-3.9.0.tgz https://registry.yarnpkg.com/ci-info/-/ci-info-4.2.0.tgz https://registry.yarnpkg.com/ci-info/-/ci-info-4.3.1.tgz https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.4.3.tgz https://registry.yarnpkg.com/clean-regexp/-/clean-regexp-1.0.0.tgz https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-5.0.0.tgz https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-2.1.0.tgz https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-5.1.1.tgz https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.3.tgz https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz https://registry.yarnpkg.com/commander/-/commander-13.1.0.tgz https://registry.yarnpkg.com/commander/-/commander-14.0.2.tgz https://registry.yarnpkg.com/commander/-/commander-5.1.0.tgz https://registry.yarnpkg.com/commander/-/commander-9.5.0.tgz https://registry.yarnpkg.com/compare-version/-/compare-version-0.1.2.tgz https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz https://registry.yarnpkg.com/conf/-/conf-15.0.2.tgz https://registry.yarnpkg.com/config-file-ts/-/config-file-ts-0.2.8-rc1.tgz https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.46.0.tgz https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz https://registry.yarnpkg.com/counterpart/-/counterpart-0.18.6.tgz https://registry.yarnpkg.com/crc/-/crc-3.8.0.tgz https://registry.yarnpkg.com/cross-dirname/-/cross-dirname-0.1.0.tgz https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz https://registry.yarnpkg.com/data-view-buffer/-/data-view-buffer-1.0.2.tgz https://registry.yarnpkg.com/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz https://registry.yarnpkg.com/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz https://registry.yarnpkg.com/date-names/-/date-names-0.1.13.tgz https://registry.yarnpkg.com/debounce-fn/-/debounce-fn-6.0.0.tgz https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz https://registry.yarnpkg.com/decompress-response/-/decompress-response-6.0.0.tgz https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz https://registry.yarnpkg.com/defaults/-/defaults-1.0.4.tgz https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-2.0.1.tgz https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.4.tgz https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.1.tgz https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.1.2.tgz https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz https://registry.yarnpkg.com/dir-compare/-/dir-compare-4.2.0.tgz https://registry.yarnpkg.com/dmg-builder/-/dmg-builder-26.2.0.tgz https://registry.yarnpkg.com/dmg-license/-/dmg-license-1.0.11.tgz https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz https://registry.yarnpkg.com/dot-prop/-/dot-prop-10.1.0.tgz https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-11.0.7.tgz https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.7.tgz https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz https://registry.yarnpkg.com/electron-builder-squirrel-windows/-/electron-builder-squirrel-windows-26.2.0.tgz https://registry.yarnpkg.com/electron-builder/-/electron-builder-26.2.0.tgz https://registry.yarnpkg.com/electron-devtools-installer/-/electron-devtools-installer-4.0.0.tgz https://registry.yarnpkg.com/electron-publish/-/electron-publish-26.1.0.tgz https://registry.yarnpkg.com/electron-store/-/electron-store-11.0.2.tgz https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.237.tgz https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.241.tgz https://registry.yarnpkg.com/electron-window-state/-/electron-window-state-5.0.3.tgz https://registry.yarnpkg.com/electron-winstaller/-/electron-winstaller-5.4.0.tgz https://registry.yarnpkg.com/electron/-/electron-39.2.6.tgz https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-10.6.0.tgz https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz https://registry.yarnpkg.com/env-paths/-/env-paths-3.0.0.tgz https://registry.yarnpkg.com/environment/-/environment-1.1.0.tgz https://registry.yarnpkg.com/err-code/-/err-code-2.0.3.tgz https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.4.tgz https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.24.0.tgz https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.1.tgz https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.3.0.tgz https://registry.yarnpkg.com/es6-error/-/es6-error-4.1.1.tgz https://registry.yarnpkg.com/esbuild/-/esbuild-0.27.1.tgz https://registry.yarnpkg.com/escalade/-/escalade-3.2.0.tgz https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz https://registry.yarnpkg.com/eslint-compat-utils/-/eslint-compat-utils-0.5.1.tgz https://registry.yarnpkg.com/eslint-config-google/-/eslint-config-google-0.14.0.tgz https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz https://registry.yarnpkg.com/eslint-plugin-es-x/-/eslint-plugin-es-x-7.8.0.tgz https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz https://registry.yarnpkg.com/eslint-plugin-matrix-org/-/eslint-plugin-matrix-org-3.0.0.tgz https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.23.1.tgz https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-56.0.1.tgz https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-5.0.1.tgz https://registry.yarnpkg.com/except/-/except-0.1.3.tgz https://registry.yarnpkg.com/exponential-backoff/-/exponential-backoff-3.1.3.tgz https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz https://registry.yarnpkg.com/extract-zip/-/extract-zip-2.0.1.tgz https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.1.tgz https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.6.tgz https://registry.yarnpkg.com/fastq/-/fastq-1.19.1.tgz https://registry.yarnpkg.com/fd-package-json/-/fd-package-json-2.0.0.tgz https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz https://registry.yarnpkg.com/filelist/-/filelist-1.0.4.tgz https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz https://registry.yarnpkg.com/flatted/-/flatted-3.3.1.tgz https://registry.yarnpkg.com/for-each/-/for-each-0.3.5.tgz https://registry.yarnpkg.com/foreachasync/-/foreachasync-3.0.0.tgz https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz https://registry.yarnpkg.com/formatly/-/formatly-0.3.0.tgz https://registry.yarnpkg.com/forwarded-parse/-/forwarded-parse-2.1.2.tgz https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.0.tgz https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-3.0.3.tgz https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.8.tgz https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz https://registry.yarnpkg.com/generator-function/-/generator-function-2.0.1.tgz https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.1.0.tgz https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.12.0.tgz https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.13.0.tgz https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz https://registry.yarnpkg.com/glob/-/glob-10.5.0.tgz https://registry.yarnpkg.com/glob/-/glob-11.1.0.tgz https://registry.yarnpkg.com/glob/-/glob-13.0.0.tgz https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz https://registry.yarnpkg.com/global-agent/-/global-agent-3.0.0.tgz https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz https://registry.yarnpkg.com/globrex/-/globrex-0.1.2.tgz https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz https://registry.yarnpkg.com/got/-/got-11.8.6.tgz https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.1.0.tgz https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz https://registry.yarnpkg.com/has-proto/-/has-proto-1.2.0.tgz https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.1.0.tgz https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-9.0.2.tgz https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz https://registry.yarnpkg.com/http2-wrapper/-/http2-wrapper-1.0.3.tgz https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz https://registry.yarnpkg.com/husky/-/husky-9.1.7.tgz https://registry.yarnpkg.com/iconv-corefoundation/-/iconv-corefoundation-1.1.7.tgz https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-8.0.0.tgz https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-2.0.0.tgz https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz https://registry.yarnpkg.com/indexof/-/indexof-0.0.1.tgz https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz https://registry.yarnpkg.com/ini/-/ini-6.0.0.tgz https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.1.0.tgz https://registry.yarnpkg.com/ip-address/-/ip-address-10.1.0.tgz https://registry.yarnpkg.com/is-array-buffer/-/is-array-buffer-3.0.5.tgz https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz https://registry.yarnpkg.com/is-async-function/-/is-async-function-2.1.1.tgz https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.1.0.tgz https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.2.2.tgz https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.1.tgz https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz https://registry.yarnpkg.com/is-data-view/-/is-data-view-1.0.2.tgz https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.1.0.tgz https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz https://registry.yarnpkg.com/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-5.1.0.tgz https://registry.yarnpkg.com/is-generator-function/-/is-generator-function-1.1.2.tgz https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz https://registry.yarnpkg.com/is-map/-/is-map-2.0.3.tgz https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.3.tgz https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.1.1.tgz https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz https://registry.yarnpkg.com/is-regex/-/is-regex-1.2.1.tgz https://registry.yarnpkg.com/is-set/-/is-set-2.0.3.tgz https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz https://registry.yarnpkg.com/is-string/-/is-string-1.1.1.tgz https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.1.1.tgz https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.15.tgz https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz https://registry.yarnpkg.com/is-weakmap/-/is-weakmap-2.0.2.tgz https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.1.1.tgz https://registry.yarnpkg.com/is-weakset/-/is-weakset-2.0.4.tgz https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-4.0.10.tgz https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-5.0.4.tgz https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz https://registry.yarnpkg.com/isexe/-/isexe-3.1.1.tgz https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz https://registry.yarnpkg.com/jake/-/jake-10.9.2.tgz https://registry.yarnpkg.com/jiti/-/jiti-2.4.2.tgz https://registry.yarnpkg.com/jiti/-/jiti-2.6.1.tgz https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz https://registry.yarnpkg.com/jsesc/-/jsesc-3.1.0.tgz https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-5.0.0.tgz https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz https://registry.yarnpkg.com/json-schema-typed/-/json-schema-typed-8.0.1.tgz https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.3.0.tgz https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.1.tgz https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz https://registry.yarnpkg.com/jszip/-/jszip-3.10.1.tgz https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz https://registry.yarnpkg.com/klaw-sync/-/klaw-sync-6.0.0.tgz https://registry.yarnpkg.com/knip/-/knip-5.72.0.tgz https://registry.yarnpkg.com/lazy-val/-/lazy-val-1.0.5.tgz https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz https://registry.yarnpkg.com/lie/-/lie-3.3.0.tgz https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.2.7.tgz https://registry.yarnpkg.com/listr2/-/listr2-9.0.5.tgz https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz https://registry.yarnpkg.com/log-update/-/log-update-6.1.0.tgz https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.2.tgz https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-14.0.3.tgz https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-15.0.3.tgz https://registry.yarnpkg.com/matcher/-/matcher-3.0.0.tgz https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz https://registry.yarnpkg.com/matrix-web-i18n/-/matrix-web-i18n-3.4.0.tgz https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz https://registry.yarnpkg.com/mime/-/mime-2.6.0.tgz https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz https://registry.yarnpkg.com/mimic-function/-/mimic-function-5.0.1.tgz https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz https://registry.yarnpkg.com/mimic-response/-/mimic-response-3.1.0.tgz https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz https://registry.yarnpkg.com/minimatch/-/minimatch-10.1.1.tgz https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz https://registry.yarnpkg.com/minipass-collect/-/minipass-collect-2.0.1.tgz https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-4.0.1.tgz https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-5.0.0.tgz https://registry.yarnpkg.com/minipass-flush/-/minipass-flush-1.0.5.tgz https://registry.yarnpkg.com/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz https://registry.yarnpkg.com/minipass-sized/-/minipass-sized-1.0.3.tgz https://registry.yarnpkg.com/minipass/-/minipass-3.3.6.tgz https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz https://registry.yarnpkg.com/minizlib/-/minizlib-3.1.0.tgz https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.6.tgz https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz https://registry.yarnpkg.com/mkdirp/-/mkdirp-3.0.1.tgz https://registry.yarnpkg.com/module-details-from-path/-/module-details-from-path-1.0.4.tgz https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz https://registry.yarnpkg.com/nano-spawn/-/nano-spawn-2.0.0.tgz https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz https://registry.yarnpkg.com/negotiator/-/negotiator-1.0.0.tgz https://registry.yarnpkg.com/node-abi/-/node-abi-4.24.0.tgz https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-1.7.2.tgz https://registry.yarnpkg.com/node-api-version/-/node-api-version-0.2.1.tgz https://registry.yarnpkg.com/node-gyp/-/node-gyp-11.4.2.tgz https://registry.yarnpkg.com/node-gyp/-/node-gyp-12.1.0.tgz https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.26.tgz https://registry.yarnpkg.com/nopt/-/nopt-8.1.0.tgz https://registry.yarnpkg.com/nopt/-/nopt-9.0.0.tgz https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-5.0.0.tgz https://registry.yarnpkg.com/npm-install-checks/-/npm-install-checks-8.0.0.tgz https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-5.0.0.tgz https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-13.0.2.tgz https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-10.0.3.tgz https://registry.yarnpkg.com/npm-pick-manifest/-/npm-pick-manifest-11.0.3.tgz https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-19.1.1.tgz https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.4.tgz https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.7.tgz https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.3.tgz https://registry.yarnpkg.com/object.values/-/object.values-1.2.1.tgz https://registry.yarnpkg.com/once/-/once-1.4.0.tgz https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz https://registry.yarnpkg.com/onetime/-/onetime-7.0.0.tgz https://registry.yarnpkg.com/open/-/open-7.4.2.tgz https://registry.yarnpkg.com/optionator/-/optionator-0.9.4.tgz https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz https://registry.yarnpkg.com/own-keys/-/own-keys-1.0.1.tgz https://registry.yarnpkg.com/oxc-resolver/-/oxc-resolver-11.15.0.tgz https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-2.1.1.tgz https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz https://registry.yarnpkg.com/p-map/-/p-map-7.0.4.tgz https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz https://registry.yarnpkg.com/pacote/-/pacote-21.0.4.tgz https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz https://registry.yarnpkg.com/patch-package/-/patch-package-8.0.1.tgz https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.1.tgz https://registry.yarnpkg.com/pe-library/-/pe-library-0.4.1.tgz https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz https://registry.yarnpkg.com/pg-int8/-/pg-int8-1.0.1.tgz https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.10.3.tgz https://registry.yarnpkg.com/pg-types/-/pg-types-2.2.0.tgz https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.57.0.tgz https://registry.yarnpkg.com/playwright/-/playwright-1.57.0.tgz https://registry.yarnpkg.com/plist/-/plist-3.1.0.tgz https://registry.yarnpkg.com/pluralize/-/pluralize-8.0.0.tgz https://registry.yarnpkg.com/pluralizers/-/pluralizers-0.1.7.tgz https://registry.yarnpkg.com/png-to-ico/-/png-to-ico-3.0.1.tgz https://registry.yarnpkg.com/pngjs/-/pngjs-7.0.0.tgz https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz https://registry.yarnpkg.com/postgres-array/-/postgres-array-2.0.0.tgz https://registry.yarnpkg.com/postgres-bytea/-/postgres-bytea-1.0.0.tgz https://registry.yarnpkg.com/postgres-date/-/postgres-date-1.0.7.tgz https://registry.yarnpkg.com/postgres-interval/-/postgres-interval-1.2.0.tgz https://registry.yarnpkg.com/postinstall-postinstall/-/postinstall-postinstall-2.1.0.tgz https://registry.yarnpkg.com/postject/-/postject-1.0.0-alpha.6.tgz https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz https://registry.yarnpkg.com/prettier/-/prettier-3.7.4.tgz https://registry.yarnpkg.com/proc-log/-/proc-log-5.0.0.tgz https://registry.yarnpkg.com/proc-log/-/proc-log-6.0.0.tgz https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz https://registry.yarnpkg.com/promise-retry/-/promise-retry-2.0.1.tgz https://registry.yarnpkg.com/pump/-/pump-3.0.2.tgz https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz https://registry.yarnpkg.com/read-binary-file-arch/-/read-binary-file-arch-1.0.6.tgz https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.8.tgz https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz https://registry.yarnpkg.com/readdirp/-/readdirp-5.0.0.tgz https://registry.yarnpkg.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.2.tgz https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.27.tgz https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-6.4.0.tgz https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.8.0.tgz https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.10.0.tgz https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.13.0.tgz https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz https://registry.yarnpkg.com/require-in-the-middle/-/require-in-the-middle-8.0.1.tgz https://registry.yarnpkg.com/resedit/-/resedit-1.7.2.tgz https://registry.yarnpkg.com/resolve-alpn/-/resolve-alpn-1.2.1.tgz https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz https://registry.yarnpkg.com/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz https://registry.yarnpkg.com/resolve/-/resolve-1.22.10.tgz https://registry.yarnpkg.com/resolve/-/resolve-1.22.11.tgz https://registry.yarnpkg.com/responselike/-/responselike-2.0.1.tgz https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-5.1.0.tgz https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz https://registry.yarnpkg.com/reusify/-/reusify-1.1.0.tgz https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz https://registry.yarnpkg.com/rimraf/-/rimraf-6.1.2.tgz https://registry.yarnpkg.com/roarr/-/roarr-2.15.4.tgz https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz https://registry.yarnpkg.com/safe-array-concat/-/safe-array-concat-1.1.3.tgz https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz https://registry.yarnpkg.com/safe-push-apply/-/safe-push-apply-1.0.0.tgz https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.1.0.tgz https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz https://registry.yarnpkg.com/sanitize-filename/-/sanitize-filename-1.6.3.tgz https://registry.yarnpkg.com/sax/-/sax-1.4.1.tgz https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz https://registry.yarnpkg.com/serialize-error/-/serialize-error-7.0.1.tgz https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz https://registry.yarnpkg.com/set-function-name/-/set-function-name-2.0.2.tgz https://registry.yarnpkg.com/set-proto/-/set-proto-1.0.0.tgz https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz https://registry.yarnpkg.com/side-channel-list/-/side-channel-list-1.0.0.tgz https://registry.yarnpkg.com/side-channel-map/-/side-channel-map-1.0.1.tgz https://registry.yarnpkg.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz https://registry.yarnpkg.com/side-channel/-/side-channel-1.1.0.tgz https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz https://registry.yarnpkg.com/sigstore/-/sigstore-4.0.0.tgz https://registry.yarnpkg.com/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-3.0.0.tgz https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-7.1.2.tgz https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz https://registry.yarnpkg.com/smol-toml/-/smol-toml-1.5.2.tgz https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz https://registry.yarnpkg.com/socks/-/socks-2.8.7.tgz https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.2.0.tgz https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.22.tgz https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.3.tgz https://registry.yarnpkg.com/ssri/-/ssri-12.0.0.tgz https://registry.yarnpkg.com/ssri/-/ssri-13.0.0.tgz https://registry.yarnpkg.com/stat-mode/-/stat-mode-1.0.0.tgz https://registry.yarnpkg.com/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz https://registry.yarnpkg.com/string-width/-/string-width-7.2.0.tgz https://registry.yarnpkg.com/string-width/-/string-width-8.1.0.tgz https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-5.0.3.tgz https://registry.yarnpkg.com/stubborn-fs/-/stubborn-fs-1.2.5.tgz https://registry.yarnpkg.com/sumchecker/-/sumchecker-3.0.1.tgz https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz https://registry.yarnpkg.com/tagged-tag/-/tagged-tag-1.0.0.tgz https://registry.yarnpkg.com/tapable/-/tapable-2.3.0.tgz https://registry.yarnpkg.com/tar/-/tar-6.2.1.tgz https://registry.yarnpkg.com/tar/-/tar-7.5.2.tgz https://registry.yarnpkg.com/temp-file/-/temp-file-3.4.0.tgz https://registry.yarnpkg.com/temp/-/temp-0.9.4.tgz https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz https://registry.yarnpkg.com/tiny-async-pool/-/tiny-async-pool-1.3.0.tgz https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz https://registry.yarnpkg.com/tmp-promise/-/tmp-promise-3.0.3.tgz https://registry.yarnpkg.com/tmp/-/tmp-0.2.5.tgz https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz https://registry.yarnpkg.com/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz https://registry.yarnpkg.com/ts-declaration-location/-/ts-declaration-location-1.0.7.tgz https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz https://registry.yarnpkg.com/tsx/-/tsx-4.21.0.tgz https://registry.yarnpkg.com/tuf-js/-/tuf-js-4.0.0.tgz https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz https://registry.yarnpkg.com/type-fest/-/type-fest-0.13.1.tgz https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz https://registry.yarnpkg.com/type-fest/-/type-fest-5.1.0.tgz https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz https://registry.yarnpkg.com/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz https://registry.yarnpkg.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz https://registry.yarnpkg.com/typed-array-length/-/typed-array-length-1.0.7.tgz https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz https://registry.yarnpkg.com/uint8array-extras/-/uint8array-extras-1.5.0.tgz https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.1.0.tgz https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.1.tgz https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.2.0.tgz https://registry.yarnpkg.com/unique-filename/-/unique-filename-4.0.0.tgz https://registry.yarnpkg.com/unique-filename/-/unique-filename-5.0.0.tgz https://registry.yarnpkg.com/unique-slug/-/unique-slug-5.0.0.tgz https://registry.yarnpkg.com/unique-slug/-/unique-slug-6.0.0.tgz https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz https://registry.yarnpkg.com/universalify/-/universalify-2.0.1.tgz https://registry.yarnpkg.com/untildify/-/untildify-3.0.3.tgz https://registry.yarnpkg.com/unzip-crx-3/-/unzip-crx-3-0.2.0.tgz https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz https://registry.yarnpkg.com/utf8-byte-length/-/utf8-byte-length-1.0.5.tgz https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz https://registry.yarnpkg.com/uuid/-/uuid-13.0.0.tgz https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz https://registry.yarnpkg.com/validate-npm-package-name/-/validate-npm-package-name-7.0.0.tgz https://registry.yarnpkg.com/verror/-/verror-1.10.1.tgz https://registry.yarnpkg.com/walk-up-path/-/walk-up-path-4.0.0.tgz https://registry.yarnpkg.com/walk/-/walk-2.3.15.tgz https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz https://registry.yarnpkg.com/when-exit/-/when-exit-2.1.4.tgz https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz https://registry.yarnpkg.com/which-builtin-type/-/which-builtin-type-1.2.1.tgz https://registry.yarnpkg.com/which-collection/-/which-collection-1.0.2.tgz https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.19.tgz https://registry.yarnpkg.com/which/-/which-2.0.2.tgz https://registry.yarnpkg.com/which/-/which-5.0.0.tgz https://registry.yarnpkg.com/which/-/which-6.0.0.tgz https://registry.yarnpkg.com/winreg/-/winreg-1.2.4.tgz https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.2.tgz https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-15.1.1.tgz https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz https://registry.yarnpkg.com/yaku/-/yaku-0.16.7.tgz https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz https://registry.yarnpkg.com/yallist/-/yallist-5.0.0.tgz https://registry.yarnpkg.com/yaml/-/yaml-2.8.1.tgz https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz https://registry.yarnpkg.com/zod/-/zod-4.1.13.tgz ) https://github.com/vector-im/element-desktop/archive/v1.12.8.tar.gz -> element-desktop-1.12.8.tar.gz +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e flag-o-matic a7afe42e95fb46ce9691605acfb24672 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=a9edfd5c2bef1ac7bf5c376db079ab8a diff --git a/metadata/md5-cache/net-im/element-desktop-9999 b/metadata/md5-cache/net-im/element-desktop-9999 new file mode 100644 index 000000000000..1d7367b9aa93 --- /dev/null +++ b/metadata/md5-cache/net-im/element-desktop-9999 @@ -0,0 +1,16 @@ +BDEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) || ( ( dev-lang/python:3.14 dev-python/setuptools[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-python/setuptools[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/setuptools[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/setuptools[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/setuptools[python_targets_python3_10(-)] ) ) native-modules? ( || ( dev-lang/rust dev-lang/rust-bin ) ) net-libs/nodejs sys-apps/yarn >=dev-vcs/git-1.8.2.1[curl] +DEFINED_PHASES=compile install postinst postrm setup unpack +DEPEND=~net-im/element-web-9999 native-modules? ( dev-db/sqlcipher ) electron-36? ( dev-util/electron:36 ) electron-37? ( dev-util/electron:37 ) electron-40? ( dev-util/electron:40 ) !electron-36? ( !electron-37? ( !electron-40? ( dev-util/electron:39 ) ) ) +DESCRIPTION=A glossy Matrix collaboration client for desktop +EAPI=8 +HOMEPAGE=https://element.io/ +INHERIT=desktop flag-o-matic multilib python-any-r1 xdg-utils git-r3 +IUSE=electron-36 electron-37 electron-40 native-modules +build-online +LICENSE=Apache-2.0 +PROPERTIES=live +RDEPEND=~net-im/element-web-9999 native-modules? ( dev-db/sqlcipher ) electron-36? ( dev-util/electron:36 ) electron-37? ( dev-util/electron:37 ) electron-40? ( dev-util/electron:40 ) !electron-36? ( !electron-37? ( !electron-40? ( dev-util/electron:39 ) ) ) +REQUIRED_USE=native-modules? ( build-online ) +RESTRICT=mirror build-online? ( network-sandbox ) +SLOT=0 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e flag-o-matic a7afe42e95fb46ce9691605acfb24672 git-r3 875eb471682d3e1f18da124be97dcc81 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=b5da63227fab2900e7228e74ecbd553c diff --git a/metadata/md5-cache/net-im/sendxmpp-scala-1.2.1 b/metadata/md5-cache/net-im/sendxmpp-scala-1.2.1 index 43b80c2f396c..693d2d6c9406 100644 --- a/metadata/md5-cache/net-im/sendxmpp-scala-1.2.1 +++ b/metadata/md5-cache/net-im/sendxmpp-scala-1.2.1 @@ -8,5 +8,5 @@ LICENSE=GPL-3+ RDEPEND=>=virtual/jre-17 !net-im/sendxmpp SLOT=0 SRC_URI=https://dev.gentoo.org/~flow/distfiles/sendxmpp/sendxmpp-dist-1.2.1.jar.xz -_eclasses_=java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=6f574f9c873fd68f85366a4ecfa63f54 diff --git a/metadata/md5-cache/net-misc/ipmiview-2.22.0.241017 b/metadata/md5-cache/net-misc/ipmiview-2.22.0.241017 index 4eba8b32e698..59545df995b6 100644 --- a/metadata/md5-cache/net-misc/ipmiview-2.22.0.241017 +++ b/metadata/md5-cache/net-misc/ipmiview-2.22.0.241017 @@ -11,5 +11,5 @@ RDEPEND=net-misc/stunnel sys-libs/ncurses-compat:5 virtual/jre:1.8 >=dev-java/ja RESTRICT=bindist mirror SLOT=0 SRC_URI=https://www.supermicro.com/Bios/sw_download/832/IPMIView_2.22.0_build.241017_bundleJRE_Linux_x64.tar.gz -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 prefix c3c4c93ebda319c0fa7ed6f942ba1010 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 prefix c3c4c93ebda319c0fa7ed6f942ba1010 _md5_=5a1ff37384f22d9a9f2795c987a49415 diff --git a/metadata/md5-cache/net-misc/ipmiview-2.23.0.250519 b/metadata/md5-cache/net-misc/ipmiview-2.23.0.250519 index fe5b39e85d32..035bfdc89a5f 100644 --- a/metadata/md5-cache/net-misc/ipmiview-2.23.0.250519 +++ b/metadata/md5-cache/net-misc/ipmiview-2.23.0.250519 @@ -11,5 +11,5 @@ RDEPEND=net-misc/stunnel sys-libs/ncurses-compat:5 virtual/jre:1.8 >=dev-java/ja RESTRICT=bindist mirror SLOT=0 SRC_URI=https://www.supermicro.com/Bios/sw_download/960/IPMIView_2.23.0_build.250519_bundleJRE_Linux_x64.tar.gz -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 prefix c3c4c93ebda319c0fa7ed6f942ba1010 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 prefix c3c4c93ebda319c0fa7ed6f942ba1010 _md5_=7fee21ebf38d4e39859e2add40f7836e diff --git a/metadata/md5-cache/net-misc/s6-networking-2.7.2.1 b/metadata/md5-cache/net-misc/s6-networking-2.7.2.1 new file mode 100644 index 000000000000..616d7115ff9e --- /dev/null +++ b/metadata/md5-cache/net-misc/s6-networking-2.7.2.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure postinst prepare +DEPEND=dev-lang/execline:= >=dev-libs/skalibs-2.14.5.0:= >=net-dns/s6-dns-2.3.7.0:= sys-apps/s6:=[execline] ssl? ( dev-libs/libretls:= ) +DESCRIPTION=Suite of small networking utilities for Unix systems +EAPI=8 +HOMEPAGE=https://www.skarnet.org/software/s6-networking/ +INHERIT=optfeature toolchain-funcs +IUSE=ssl +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +LICENSE=ISC +RDEPEND=dev-lang/execline:= >=dev-libs/skalibs-2.14.5.0:= >=net-dns/s6-dns-2.3.7.0:= sys-apps/s6:=[execline] ssl? ( dev-libs/libretls:= ) +SLOT=0/2.7 +SRC_URI=https://www.skarnet.org/software/s6-networking/s6-networking-2.7.2.1.tar.gz +_eclasses_=optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_md5_=ad98d5f84f8fe6ab5d19d5ee079bc709 diff --git a/metadata/md5-cache/net-misc/tigervnc-1.15.0-r1 b/metadata/md5-cache/net-misc/tigervnc-1.15.0-r1 index 3cc284f9c4a1..8628dbd0d052 100644 --- a/metadata/md5-cache/net-misc/tigervnc-1.15.0-r1 +++ b/metadata/md5-cache/net-misc/tigervnc-1.15.0-r1 @@ -13,5 +13,5 @@ RDEPEND=dev-libs/gmp:= dev-libs/nettle:= media-libs/libjpeg-turbo:= sys-libs/zli REQUIRED_USE=dri3? ( drm ) java? ( viewer ) opengl? ( server ) || ( server viewer ) SLOT=0 SRC_URI=https://github.com/TigerVNC/tigervnc/archive/v1.15.0.tar.gz -> tigervnc-1.15.0.tar.gz -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 cmake 5691a3da96eac88f135cf3596b8c2c3c eapi9-ver 6a71fa30cdb3fe445114fdeab156c1f0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b optfeature 538bce96e5589935b57e178e8635f301 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 cmake 5691a3da96eac88f135cf3596b8c2c3c eapi9-ver 6a71fa30cdb3fe445114fdeab156c1f0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b optfeature 538bce96e5589935b57e178e8635f301 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=22bab6a8895ff043d925eba89b25f893 diff --git a/metadata/md5-cache/net-misc/tigervnc-1.16.0 b/metadata/md5-cache/net-misc/tigervnc-1.16.0 index 2eaf1fdc557e..1a9e690f32d5 100644 --- a/metadata/md5-cache/net-misc/tigervnc-1.16.0 +++ b/metadata/md5-cache/net-misc/tigervnc-1.16.0 @@ -13,5 +13,5 @@ RDEPEND=dev-libs/gmp:= dev-libs/nettle:= media-libs/libjpeg-turbo:= sys-libs/zli REQUIRED_USE=dri3? ( drm ) java? ( viewer ) opengl? ( server ) || ( server viewer ) SLOT=0 SRC_URI=https://github.com/TigerVNC/tigervnc/archive/v1.16.0.tar.gz -> tigervnc-1.16.0.tar.gz -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 cmake 5691a3da96eac88f135cf3596b8c2c3c eapi9-ver 6a71fa30cdb3fe445114fdeab156c1f0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b optfeature 538bce96e5589935b57e178e8635f301 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 cmake 5691a3da96eac88f135cf3596b8c2c3c eapi9-ver 6a71fa30cdb3fe445114fdeab156c1f0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b optfeature 538bce96e5589935b57e178e8635f301 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=356e9e5af48507ef764ed33a0c7ada97 diff --git a/metadata/md5-cache/net-misc/turbovnc-3.2.1-r1 b/metadata/md5-cache/net-misc/turbovnc-3.2.1-r1 index e9a87dc0ae7e..8d1c78ad5682 100644 --- a/metadata/md5-cache/net-misc/turbovnc-3.2.1-r1 +++ b/metadata/md5-cache/net-misc/turbovnc-3.2.1-r1 @@ -13,5 +13,5 @@ RDEPEND=x11-apps/xauth x11-libs/libX11 x11-libs/libXext x11-misc/xkeyboard-confi REQUIRED_USE=|| ( server viewer ) SLOT=0 SRC_URI=https://github.com/TurboVNC/turbovnc/releases/download/3.2.1/turbovnc-3.2.1.tar.gz verify-sig? ( https://github.com/TurboVNC/turbovnc/releases/download/3.2.1/turbovnc-3.2.1.tar.gz.sig ) -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c desktop 7b6f6e9d65093966fbc8475399c5dd4e eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c desktop 7b6f6e9d65093966fbc8475399c5dd4e eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=84d8898fc6fb54cafc4b8d4f6d9808b9 diff --git a/metadata/md5-cache/net-misc/turbovnc-3.2.91_p1 b/metadata/md5-cache/net-misc/turbovnc-3.2.91_p1 index 6b445b80c876..f597f4a0b245 100644 --- a/metadata/md5-cache/net-misc/turbovnc-3.2.91_p1 +++ b/metadata/md5-cache/net-misc/turbovnc-3.2.91_p1 @@ -12,5 +12,5 @@ RDEPEND=x11-apps/xauth x11-libs/libX11 x11-libs/libXext x11-misc/xkeyboard-confi REQUIRED_USE=|| ( server viewer ) SLOT=0 SRC_URI=https://github.com/TurboVNC/turbovnc/releases/download/3.3beta2/turbovnc-3.2.91.tar.gz -> turbovnc-3.2.91_p1.tar.gz verify-sig? ( https://github.com/TurboVNC/turbovnc/releases/download/3.3beta2/turbovnc-3.2.91.tar.gz.sig -> turbovnc-3.2.91_p1.tar.gz.sig ) -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c desktop 7b6f6e9d65093966fbc8475399c5dd4e eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c desktop 7b6f6e9d65093966fbc8475399c5dd4e eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=24dae2c864831b19783ebd8bbeeb12d6 diff --git a/metadata/md5-cache/net-misc/yacy-1.930.202405130205 b/metadata/md5-cache/net-misc/yacy-1.930.202405130205 index 90ba7d096552..d881c514c46d 100644 --- a/metadata/md5-cache/net-misc/yacy-1.930.202405130205 +++ b/metadata/md5-cache/net-misc/yacy-1.930.202405130205 @@ -10,5 +10,5 @@ LICENSE=GPL-2 RDEPEND=>=virtual/jdk-1.8 acct-group/yacy acct-user/yacy >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://download.yacy.net/yacy_v1.930_202405130205_59c0cb0f3.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=57f75e48da81e66ad2739a964a3325b3 diff --git a/metadata/md5-cache/net-nds/jxplorer-3.3.1.2-r2 b/metadata/md5-cache/net-nds/jxplorer-3.3.1.2-r2 index 0d99e7952515..5c0b9268abd3 100644 --- a/metadata/md5-cache/net-nds/jxplorer-3.3.1.2-r2 +++ b/metadata/md5-cache/net-nds/jxplorer-3.3.1.2-r2 @@ -12,5 +12,5 @@ RDEPEND=>=dev-java/javahelp-2.0.02_p46:0 virtual/jre:1.8 >=dev-java/java-config- RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://downloads.sourceforge.net/project/jxplorer/jxplorer/version%203.3.1.2/jxplorer-3.3.1.2-project%20.tar.bz2 -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 prefix c3c4c93ebda319c0fa7ed6f942ba1010 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 prefix c3c4c93ebda319c0fa7ed6f942ba1010 _md5_=bfb17c76806ced1464ce267fe7262791 diff --git a/metadata/md5-cache/net-p2p/biglybt-3.9.0.0-r1 b/metadata/md5-cache/net-p2p/biglybt-3.9.0.0-r1 index f23a773bf082..6f61d187c323 100644 --- a/metadata/md5-cache/net-p2p/biglybt-3.9.0.0-r1 +++ b/metadata/md5-cache/net-p2p/biglybt-3.9.0.0-r1 @@ -12,5 +12,5 @@ RDEPEND=>=dev-java/bcprov-1.80:0 dev-java/commons-cli:0 dev-java/swt:0[cairo] >= RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/BiglySoftware/BiglyBT/archive/v3.9.0.0.tar.gz -> biglybt-3.9.0.0.tar.gz -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 junit5 590bdca40c9331c8994b27dc2d9bc048 optfeature 538bce96e5589935b57e178e8635f301 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 junit5 88b77cfefed338e1227e1cf761caef5e optfeature 538bce96e5589935b57e178e8635f301 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=4442a4a71a83a52bb19d525f8560ac8f diff --git a/metadata/md5-cache/net-p2p/freenet-0.7.5_p1503-r1 b/metadata/md5-cache/net-p2p/freenet-0.7.5_p1503-r1 index 58f5df980b73..db51c222943e 100644 --- a/metadata/md5-cache/net-p2p/freenet-0.7.5_p1503-r1 +++ b/metadata/md5-cache/net-p2p/freenet-0.7.5_p1503-r1 @@ -12,5 +12,5 @@ RDEPEND=acct-user/freenet acct-group/freenet >=virtual/jre-1.8:* dev-java/bcprov RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/hyphanet/fred/releases/download/build01503/freenet-build01503-source.tar.bz2 https://github.com/hyphanet/seedrefs/archive/build01480.tar.gz -> seednodes-0.7.5_p1480.tar.gz https://github.com/hyphanet/contrib/archive/v29.tar.gz -> freenet-ext-29.tar.gz verify-sig? ( https://github.com/hyphanet/fred/releases/download/build01503/freenet-build01503-source.tar.bz2.sig ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=e003c2e1485f6d68aceb3ca573b2710b diff --git a/metadata/md5-cache/net-vpn/i2p-2.10.0 b/metadata/md5-cache/net-vpn/i2p-2.10.0 index e66edfc7015b..75484544eda6 100644 --- a/metadata/md5-cache/net-vpn/i2p-2.10.0 +++ b/metadata/md5-cache/net-vpn/i2p-2.10.0 @@ -12,5 +12,5 @@ RDEPEND=dev-java/bcprov:0 dev-java/hashcash:1 dev-java/httpcomponents-client:4 d RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://files.i2p-projekt.de/2.10.0/i2psource_2.10.0.tar.bz2 -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=ceae59245b36964a533e5098135522b2 diff --git a/metadata/md5-cache/net-wireless/tempestsdr-0.0_p20250122-r2 b/metadata/md5-cache/net-wireless/tempestsdr-0.0_p20250122-r2 index 2d218c05caa0..dd734e714f52 100644 --- a/metadata/md5-cache/net-wireless/tempestsdr-0.0_p20250122-r2 +++ b/metadata/md5-cache/net-wireless/tempestsdr-0.0_p20250122-r2 @@ -9,5 +9,5 @@ LICENSE=GPL-3 RDEPEND=>=virtual/jre-1.8:* dev-libs/boost:= net-wireless/airspy net-wireless/uhd:= net-wireless/rtl-sdr:= net-wireless/bladerf:= net-wireless/hackrf-tools >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://github.com/deltj/TempestSDR/archive/59201a2cb21ab193125719eb318dcfbbf979c32e.tar.gz -> tempestsdr-0.0_p20250122.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=9b21d30ab93bf501bd405e0003b1a8d0 diff --git a/metadata/md5-cache/net-wireless/tempestsdr-9999 b/metadata/md5-cache/net-wireless/tempestsdr-9999 index 4e9ea6cc0b62..e1962eb13edb 100644 --- a/metadata/md5-cache/net-wireless/tempestsdr-9999 +++ b/metadata/md5-cache/net-wireless/tempestsdr-9999 @@ -9,5 +9,5 @@ LICENSE=GPL-3 PROPERTIES=live RDEPEND=>=virtual/jre-1.8:* dev-libs/boost:= net-wireless/airspy net-wireless/uhd:= net-wireless/rtl-sdr:= net-wireless/bladerf:= net-wireless/hackrf-tools >=dev-java/java-config-2.2.0-r3 SLOT=0 -_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=9b21d30ab93bf501bd405e0003b1a8d0 diff --git a/metadata/md5-cache/net-wireless/unifi-10.0.162 b/metadata/md5-cache/net-wireless/unifi-10.0.162 index 11f2b9fda00b..077285479533 100644 --- a/metadata/md5-cache/net-wireless/unifi-10.0.162 +++ b/metadata/md5-cache/net-wireless/unifi-10.0.162 @@ -12,5 +12,5 @@ RDEPEND=acct-group/unifi acct-user/unifi dev-db/mongodb || ( virtual/jre:21 virt RESTRICT=bindist mirror SLOT=0/10.0 SRC_URI=https://dl.ui.com/unifi/10.0.162/UniFi.unix.zip -> unifi-10.0.162.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=237e5aec2baf01df7fb66eb17dc1b8a9 diff --git a/metadata/md5-cache/net-wireless/unifi-9.4.19 b/metadata/md5-cache/net-wireless/unifi-9.4.19 index 7299f564bbaf..e3103fc0f0f2 100644 --- a/metadata/md5-cache/net-wireless/unifi-9.4.19 +++ b/metadata/md5-cache/net-wireless/unifi-9.4.19 @@ -12,5 +12,5 @@ RDEPEND=acct-group/unifi acct-user/unifi dev-db/mongodb || ( virtual/jre:21 virt RESTRICT=bindist mirror SLOT=0/9.4 SRC_URI=https://dl.ui.com/unifi/9.4.19/UniFi.unix.zip -> unifi-9.4.19.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=fdb77252a808b1c2d491255ec104ec69 diff --git a/metadata/md5-cache/net-wireless/unifi-9.5.21 b/metadata/md5-cache/net-wireless/unifi-9.5.21 index 261cc18b24b7..dc1f7781d2a7 100644 --- a/metadata/md5-cache/net-wireless/unifi-9.5.21 +++ b/metadata/md5-cache/net-wireless/unifi-9.5.21 @@ -12,5 +12,5 @@ RDEPEND=acct-group/unifi acct-user/unifi dev-db/mongodb || ( virtual/jre:21 virt RESTRICT=bindist mirror SLOT=0/9.5 SRC_URI=https://dl.ui.com/unifi/9.5.21/UniFi.unix.zip -> unifi-9.5.21.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=237e5aec2baf01df7fb66eb17dc1b8a9 diff --git a/metadata/md5-cache/sci-astronomy/cpl-7.3.2 b/metadata/md5-cache/sci-astronomy/cpl-7.3.2 index ec330104208d..bc0cfd219ee3 100644 --- a/metadata/md5-cache/sci-astronomy/cpl-7.3.2 +++ b/metadata/md5-cache/sci-astronomy/cpl-7.3.2 @@ -11,5 +11,5 @@ LICENSE=GPL-2 RDEPEND=dev-libs/libltdl sci-astronomy/wcslib:0= sci-libs/cfitsio:0= sci-libs/fftw:3.0= gasgano? ( sci-astronomy/gasgano ) gasgano? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0/26 SRC_URI=https://ftp.eso.org/pub/dfs/pipelines/libraries/cpl/cpl-7.3.2.tar.gz -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=e2b86fc2009868fc37f501eeb47c0252 diff --git a/metadata/md5-cache/sci-astronomy/gasgano-2.4.8-r2 b/metadata/md5-cache/sci-astronomy/gasgano-2.4.8-r2 index dfcf3a79e1eb..236eb205ad02 100644 --- a/metadata/md5-cache/sci-astronomy/gasgano-2.4.8-r2 +++ b/metadata/md5-cache/sci-astronomy/gasgano-2.4.8-r2 @@ -10,5 +10,5 @@ LICENSE=Apache-1.1 RDEPEND=>=virtual/jre-1.8:* dev-java/gnu-regexp:1 dev-java/jal:0 dev-java/junit:0 >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=ftp://ftp.eso.org/pub/dfs/gasgano/gasgano-2.4.8.tar.gz doc? ( https://www.eso.org/sci/software/gasgano/VLT-PRO-ESO-19000-1932-V4.pdf ) -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=ce98634462ff7abd42e00c7d4fa6ba4b diff --git a/metadata/md5-cache/sci-biology/cytoscape-bin-3.10.4 b/metadata/md5-cache/sci-biology/cytoscape-bin-3.10.4 index b907f5dc9597..42c68a2f352b 100644 --- a/metadata/md5-cache/sci-biology/cytoscape-bin-3.10.4 +++ b/metadata/md5-cache/sci-biology/cytoscape-bin-3.10.4 @@ -9,5 +9,5 @@ LICENSE=LGPL-2.1 RDEPEND=virtual/jdk:17 >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://github.com/cytoscape/cytoscape/releases/download/3.10.4/cytoscape-unix-3.10.4.tar.gz -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=69d111ec5d64e31c3ccf3b24d52e9d66 diff --git a/metadata/md5-cache/sci-biology/jalview-bin-2.11.5.0 b/metadata/md5-cache/sci-biology/jalview-bin-2.11.5.0 index 9cd9d4bcca8e..8558d8f984b4 100644 --- a/metadata/md5-cache/sci-biology/jalview-bin-2.11.5.0 +++ b/metadata/md5-cache/sci-biology/jalview-bin-2.11.5.0 @@ -9,5 +9,5 @@ LICENSE=GPL-3 RDEPEND=virtual/jre:1.8 >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://www.jalview.org/getdown/release/jalview-all-2.11.5.0-j1.8.jar -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=f486237ad2ccd703561d116e91e383d0 diff --git a/metadata/md5-cache/sci-biology/jalview-bin-2.11.5.1 b/metadata/md5-cache/sci-biology/jalview-bin-2.11.5.1 index 35f10ec6eb06..d6cd8c3c9fe0 100644 --- a/metadata/md5-cache/sci-biology/jalview-bin-2.11.5.1 +++ b/metadata/md5-cache/sci-biology/jalview-bin-2.11.5.1 @@ -9,5 +9,5 @@ LICENSE=GPL-3 RDEPEND=virtual/jre:1.8 >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://www.jalview.org/getdown/release/jalview-all-2.11.5.1-j1.8.jar -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=f486237ad2ccd703561d116e91e383d0 diff --git a/metadata/md5-cache/sci-calculators/qalculate-gtk-5.9.0 b/metadata/md5-cache/sci-calculators/qalculate-gtk-5.9.0 new file mode 100644 index 000000000000..d35d8858ce54 --- /dev/null +++ b/metadata/md5-cache/sci-calculators/qalculate-gtk-5.9.0 @@ -0,0 +1,15 @@ +BDEPEND=>=dev-util/gdbus-codegen-2.80.5-r1 dev-util/intltool sys-devel/gettext virtual/pkgconfig +DEFINED_PHASES=postinst postrm preinst prepare +DEPEND=dev-libs/glib:2 >=sci-libs/libqalculate-5.9.0:= x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/pango +DESCRIPTION=Modern multi-purpose calculator +EAPI=8 +HOMEPAGE=https://qalculate.github.io/ +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=optfeature xdg +KEYWORDS=~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2+ +RDEPEND=dev-libs/glib:2 >=sci-libs/libqalculate-5.9.0:= x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/pango +SLOT=0 +SRC_URI=https://github.com/Qalculate/qalculate-gtk/releases/download/v5.9.0/qalculate-gtk-5.9.0.tar.gz +_eclasses_=optfeature 538bce96e5589935b57e178e8635f301 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=bf941fecba4169acdaeb575698b5d7fe diff --git a/metadata/md5-cache/sci-calculators/qalculate-qt-5.9.0 b/metadata/md5-cache/sci-calculators/qalculate-qt-5.9.0 new file mode 100644 index 000000000000..16df00b32231 --- /dev/null +++ b/metadata/md5-cache/sci-calculators/qalculate-qt-5.9.0 @@ -0,0 +1,15 @@ +BDEPEND=dev-qt/qttools:6[linguist] +DEFINED_PHASES=configure install postinst postrm preinst +DEPEND=dev-qt/qtbase:6[gui,network,widgets] >=sci-libs/libqalculate-5.9.0:= +DESCRIPTION=Qt-based UI for libqalculate +EAPI=8 +HOMEPAGE=https://github.com/Qalculate/qalculate-qt +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=optfeature qmake-utils xdg +KEYWORDS=~amd64 ~arm64 +LICENSE=GPL-2+ +RDEPEND=dev-qt/qtbase:6[gui,network,widgets] >=sci-libs/libqalculate-5.9.0:= +SLOT=0 +SRC_URI=https://github.com/Qalculate/qalculate-qt/releases/download/v5.9.0/qalculate-qt-5.9.0.tar.gz +_eclasses_=optfeature 538bce96e5589935b57e178e8635f301 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=d3e61c658c0a94989c985dd559938d35 diff --git a/metadata/md5-cache/sci-chemistry/openbabel-3.1.1_p20241221-r4 b/metadata/md5-cache/sci-chemistry/openbabel-3.1.1_p20241221-r4 index 08a1fd91b7f0..660a1aff5cd8 100644 --- a/metadata/md5-cache/sci-chemistry/openbabel-3.1.1_p20241221-r4 +++ b/metadata/md5-cache/sci-chemistry/openbabel-3.1.1_p20241221-r4 @@ -7,7 +7,7 @@ HOMEPAGE=https://openbabel.org/ https://github.com/openbabel/openbabel/ IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=cmake desktop flag-o-matic perl-module python-r1 toolchain-funcs wxwidgets xdg IUSE=cpu_flags_arm_neon cpu_flags_x86_sse2 cpu_flags_x86_sse4_2 doc examples +inchi json minimal openmp perl png python test wxwidgets perl_features_debug perl_features_ithreads perl_features_quadmath python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=dev-cpp/eigen:3 virtual/zlib:= inchi? ( sci-libs/inchi ) json? ( >=dev-libs/rapidjson-1.1.0 ) !minimal? ( dev-libs/libxml2:2= png? ( x11-libs/cairo ) ) perl? ( >=dev-lang/perl-5.38.2-r3[perl_features_debug=,perl_features_ithreads=,perl_features_quadmath=] dev-lang/perl:= ) 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 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) ) wxwidgets? ( x11-libs/wxGTK:3.2-gtk3=[X] ) REQUIRED_USE=python? ( || ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) ) test? ( inchi !minimal python? ( json png ) || ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) ) @@ -15,4 +15,4 @@ RESTRICT=!test? ( test ) SLOT=0/7.0.0 SRC_URI=https://github.com/openbabel/openbabel/archive/889c350feb179b43aa43985799910149d4eaa2bc.tar.gz -> openbabel-3.1.1_p20241221.tar.gz _eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c desktop 7b6f6e9d65093966fbc8475399c5dd4e flag-o-matic a7afe42e95fb46ce9691605acfb24672 multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c perl-functions 1863acf0982afafc67797e3ce7275b4c perl-module 41920449ca174fe9b9b303dfcbdb37a3 python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 wxwidgets c48bf68858bd3c27c272ff034eb1e14d xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=109d9fd0150f6044ba4acd0e38ca4448 +_md5_=2ac615685357aa70ef092c9705fea02e diff --git a/metadata/md5-cache/sci-chemistry/tinker-8.2.1-r1 b/metadata/md5-cache/sci-chemistry/tinker-8.2.1-r1 index e90a1fdf88f3..4698db65d736 100644 --- a/metadata/md5-cache/sci-chemistry/tinker-8.2.1-r1 +++ b/metadata/md5-cache/sci-chemistry/tinker-8.2.1-r1 @@ -12,5 +12,5 @@ RDEPEND=>=sci-libs/fftw-3.2.2-r1[fortran,threads] dev-libs/maloc !sys-apps/bar ! RESTRICT=mirror SLOT=0 SRC_URI=https://dasher.wustl.edu/tinker/downloads/tinker-8.2.1.tar.gz -_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 fortran-2 ae6d43513003405bd4a48698fc20370a java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 fortran-2 ae6d43513003405bd4a48698fc20370a java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=6ff02d3f96e90d8cedcd660f80ab1c17 diff --git a/metadata/md5-cache/sci-electronics/electric-9.07 b/metadata/md5-cache/sci-electronics/electric-9.07 index de2e81d62c0c..0ac539cfe064 100644 --- a/metadata/md5-cache/sci-electronics/electric-9.07 +++ b/metadata/md5-cache/sci-electronics/electric-9.07 @@ -10,5 +10,5 @@ LICENSE=GPL-3+ RDEPEND=>=virtual/jre-1.6 sci-electronics/electronics-menu >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=mirror://gnu/electric/electricBinary-9.07.jar -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=0b146561e5485cf4110561a12b73600d diff --git a/metadata/md5-cache/sci-geosciences/gpsprune-bin-23.2 b/metadata/md5-cache/sci-geosciences/gpsprune-bin-23.2 index 31e1f8ee9b0c..411c023f91a0 100644 --- a/metadata/md5-cache/sci-geosciences/gpsprune-bin-23.2 +++ b/metadata/md5-cache/sci-geosciences/gpsprune-bin-23.2 @@ -9,5 +9,5 @@ LICENSE=GPL-2 RDEPEND=>=virtual/jre-11:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://activityworkshop.net/software/gpsprune/gpsprune_23.2.jar -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=edb789d8776e055aeb55d7cf25920629 diff --git a/metadata/md5-cache/sci-geosciences/josm-bin-19423 b/metadata/md5-cache/sci-geosciences/josm-bin-19423 deleted file mode 100644 index ba7cf0ed2de0..000000000000 --- a/metadata/md5-cache/sci-geosciences/josm-bin-19423 +++ /dev/null @@ -1,14 +0,0 @@ -BDEPEND=app-arch/unzip -DEFINED_PHASES=install postinst postrm preinst prepare unpack -DESCRIPTION=Java-based editor for the OpenStreetMap project -EAPI=8 -HOMEPAGE=https://josm.openstreetmap.de/ -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=desktop java-utils-2 xdg -KEYWORDS=amd64 ~x86 -LICENSE=Apache-2.0 GPL-2+ GPL-3 -RDEPEND=>=virtual/jre-1.8 -SLOT=0 -SRC_URI=https://josm.openstreetmap.de/download/josm-snapshot-19423.jar https://josm.openstreetmap.de/export/19423/josm/trunk/native/linux/tested/usr/share/applications/org.openstreetmap.josm.desktop -> josm-bin-19423.desktop https://josm.openstreetmap.de/export/19423/josm/trunk/native/linux/tested/usr/share/mime/packages/josm.xml -> josm-bin-19423.mime.xml -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-utils-2 3febdd17a5820c438f6368dde60d4848 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=77b063cef0bd5b50c3caae2e182c52bc diff --git a/metadata/md5-cache/sci-geosciences/josm-bin-19439 b/metadata/md5-cache/sci-geosciences/josm-bin-19439 index 036ac3a92e18..ea1660a4f8d1 100644 --- a/metadata/md5-cache/sci-geosciences/josm-bin-19439 +++ b/metadata/md5-cache/sci-geosciences/josm-bin-19439 @@ -10,5 +10,5 @@ LICENSE=Apache-2.0 GPL-2+ GPL-3 RDEPEND=>=virtual/jre-1.8 SLOT=0 SRC_URI=https://josm.openstreetmap.de/download/josm-snapshot-19439.jar https://josm.openstreetmap.de/export/19439/josm/trunk/native/linux/tested/usr/share/applications/org.openstreetmap.josm.desktop -> josm-bin-19439.desktop https://josm.openstreetmap.de/export/19439/josm/trunk/native/linux/tested/usr/share/mime/packages/josm.xml -> josm-bin-19439.mime.xml -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-utils-2 3febdd17a5820c438f6368dde60d4848 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-utils-2 b41327d85d12ce816943cf4d344add19 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=77b063cef0bd5b50c3caae2e182c52bc diff --git a/metadata/md5-cache/sci-geosciences/mapserver-8.0.2 b/metadata/md5-cache/sci-geosciences/mapserver-8.0.2 index 968dcdb1e3cd..052097542f27 100644 --- a/metadata/md5-cache/sci-geosciences/mapserver-8.0.2 +++ b/metadata/md5-cache/sci-geosciences/mapserver-8.0.2 @@ -13,5 +13,5 @@ REQUIRED_USE=python? ( || ( python_targets_python3_10 python_targets_python3_11 RESTRICT=test SLOT=0 SRC_URI=https://download.osgeo.org/mapserver/mapserver-8.0.2.tar.gz -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c depend.apache 3b9c533be911d4550c8972e4dfb6434a flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c perl-functions 1863acf0982afafc67797e3ce7275b4c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 webapp 5fa840db95fc7348dfd53b8526ed05f5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c depend.apache 3b9c533be911d4550c8972e4dfb6434a flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c perl-functions 1863acf0982afafc67797e3ce7275b4c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 webapp 5fa840db95fc7348dfd53b8526ed05f5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=39f427a15ab2e91ee229495564d38dae diff --git a/metadata/md5-cache/sci-geosciences/mapserver-8.2.2 b/metadata/md5-cache/sci-geosciences/mapserver-8.2.2 index cab86cd3eca3..369c527390fd 100644 --- a/metadata/md5-cache/sci-geosciences/mapserver-8.2.2 +++ b/metadata/md5-cache/sci-geosciences/mapserver-8.2.2 @@ -13,5 +13,5 @@ REQUIRED_USE=python? ( || ( python_targets_python3_10 python_targets_python3_11 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://download.osgeo.org/mapserver/mapserver-8.2.2.tar.gz -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c depend.apache 3b9c533be911d4550c8972e4dfb6434a flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c perl-functions 1863acf0982afafc67797e3ce7275b4c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 webapp 5fa840db95fc7348dfd53b8526ed05f5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c depend.apache 3b9c533be911d4550c8972e4dfb6434a flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c perl-functions 1863acf0982afafc67797e3ce7275b4c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 webapp 5fa840db95fc7348dfd53b8526ed05f5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=68eae108eb4db46fec969e3b95a6b45e diff --git a/metadata/md5-cache/sci-libs/cdf-3.9.0 b/metadata/md5-cache/sci-libs/cdf-3.9.0 index cb774a156dde..1e06fe0fb726 100644 --- a/metadata/md5-cache/sci-libs/cdf-3.9.0 +++ b/metadata/md5-cache/sci-libs/cdf-3.9.0 @@ -12,5 +12,5 @@ RDEPEND=java? ( >=virtual/jre-1.8:= ) ncurses? ( sys-libs/ncurses:= ) java? ( >= RESTRICT=bindist SLOT=0 SRC_URI=https://spdf.gsfc.nasa.gov/pub/software/cdf/dist/cdf39_0/unix//cdf39_0-dist-cdf.tar.gz java? ( https://spdf.gsfc.nasa.gov/pub/software/cdf/dist/cdf39_0/unix//cdf39_0-dist-java.tar.gz ) doc? ( https://spdf.gsfc.nasa.gov/pub/software/cdf/dist/cdf39_0/unix//cdf39_documentation/cdf39ifd.pdf https://spdf.gsfc.nasa.gov/pub/software/cdf/dist/cdf39_0/unix//cdf39_documentation/cdf390crm.pdf https://spdf.gsfc.nasa.gov/pub/software/cdf/dist/cdf39_0/unix//cdf39_documentation/cdf390csrm.pdf https://spdf.gsfc.nasa.gov/pub/software/cdf/dist/cdf39_0/unix//cdf39_documentation/cdf390frm.pdf https://spdf.gsfc.nasa.gov/pub/software/cdf/dist/cdf39_0/unix//cdf39_documentation/cdf390prm.pdf https://spdf.gsfc.nasa.gov/pub/software/cdf/dist/cdf39_0/unix//cdf39_documentation/cdf390ug.pdf https://spdf.gsfc.nasa.gov/pub/software/cdf/dist/cdf39_0/unix//cdf39_documentation/cdf390vbrm.pdf ) -_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=bd8f1dacb4e6ce85c1c36e795bca773d diff --git a/metadata/md5-cache/sci-libs/gdal-3.12.0 b/metadata/md5-cache/sci-libs/gdal-3.12.0 index 186462528ab2..badc0c598571 100644 --- a/metadata/md5-cache/sci-libs/gdal-3.12.0 +++ b/metadata/md5-cache/sci-libs/gdal-3.12.0 @@ -13,5 +13,5 @@ REQUIRED_USE=python? ( || ( python_targets_python3_10 python_targets_python3_11 RESTRICT=!test? ( test ) SLOT=0/38 SRC_URI=https://download.osgeo.org/gdal/3.12.0/gdal-3.12.0.tar.xz test? ( https://download.osgeo.org/gdal/3.12.0/gdalautotest-3.12.0.zip ) -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=71fcb46afe997aee0ebe367ad4f34bfe diff --git a/metadata/md5-cache/sci-libs/gdal-3.12.1 b/metadata/md5-cache/sci-libs/gdal-3.12.1 index 8b290d4738f7..f267a49e9e56 100644 --- a/metadata/md5-cache/sci-libs/gdal-3.12.1 +++ b/metadata/md5-cache/sci-libs/gdal-3.12.1 @@ -13,5 +13,5 @@ REQUIRED_USE=python? ( || ( python_targets_python3_10 python_targets_python3_11 RESTRICT=!test? ( test ) SLOT=0/38 SRC_URI=https://download.osgeo.org/gdal/3.12.1/gdal-3.12.1.tar.xz test? ( https://download.osgeo.org/gdal/3.12.1/gdalautotest-3.12.1.zip ) -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=72279bfea8d71e5dc7d0b1f8419e1d86 diff --git a/metadata/md5-cache/sci-libs/libqalculate-5.9.0 b/metadata/md5-cache/sci-libs/libqalculate-5.9.0 new file mode 100644 index 000000000000..dc5b042a30df --- /dev/null +++ b/metadata/md5-cache/sci-libs/libqalculate-5.9.0 @@ -0,0 +1,16 @@ +BDEPEND=dev-util/intltool sys-devel/gettext virtual/pkgconfig sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18:1.18 >=dev-build/automake-1.17-r1:1.17 ) || ( >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3 +DEFINED_PHASES=configure install prepare +DEPEND=dev-libs/gmp:= dev-libs/libxml2:2= dev-libs/mpfr:= virtual/libiconv curl? ( net-misc/curl ) icu? ( dev-libs/icu:= ) readline? ( sys-libs/readline:= ) +DESCRIPTION=A modern multi-purpose calculator library +EAPI=8 +HOMEPAGE=https://qalculate.github.io/ +INHERIT=autotools flag-o-matic toolchain-funcs +IUSE=+curl icu gnuplot +hardened readline test +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2+ +RDEPEND=dev-libs/gmp:= dev-libs/libxml2:2= dev-libs/mpfr:= virtual/libiconv curl? ( net-misc/curl ) icu? ( dev-libs/icu:= ) readline? ( sys-libs/readline:= ) gnuplot? ( >=sci-visualization/gnuplot-3.7 ) +RESTRICT=!test? ( test ) +SLOT=0/23.3 +SRC_URI=https://github.com/Qalculate/libqalculate/archive/v5.9.0.tar.gz -> libqalculate-5.9.0.tar.gz +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_md5_=c16282da0e3515d4192c1dc3e80f04aa diff --git a/metadata/md5-cache/sci-libs/libsigrok-0.6.0_pre20241020 b/metadata/md5-cache/sci-libs/libsigrok-0.6.0_pre20241020 index 357484601992..9e26758a18c2 100644 --- a/metadata/md5-cache/sci-libs/libsigrok-0.6.0_pre20241020 +++ b/metadata/md5-cache/sci-libs/libsigrok-0.6.0_pre20241020 @@ -13,5 +13,5 @@ REQUIRED_USE=java? ( cxx ) python? ( cxx || ( python_targets_python3_10 python_t RESTRICT=!test? ( test ) SLOT=0/4 SRC_URI=https://sigrok.org/gitweb/?p=libsigrok.git;a=snapshot;h=f06f788118191d19fdbbb37046d3bd5cec91adb1;sf=zip -> libsigrok-f06f788.zip -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 ruby-ng 019f1856057ee80f3bb4b0ad0498fcef ruby-utils a3a0978ae7e8a40e253821da24a24782 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 ruby-ng 019f1856057ee80f3bb4b0ad0498fcef ruby-utils a3a0978ae7e8a40e253821da24a24782 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=b57ab8a68ff1375c5724cd34db919877 diff --git a/metadata/md5-cache/sci-libs/libsigrok-9999 b/metadata/md5-cache/sci-libs/libsigrok-9999 index fe448d21c382..bbf38b5c88da 100644 --- a/metadata/md5-cache/sci-libs/libsigrok-9999 +++ b/metadata/md5-cache/sci-libs/libsigrok-9999 @@ -12,5 +12,5 @@ RDEPEND=>=dev-libs/glib-2.32.0 >=dev-libs/libzip-0.8:= virtual/zlib:= bluetooth? REQUIRED_USE=java? ( cxx ) python? ( cxx || ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) ) ruby? ( cxx || ( ruby_targets_ruby32 ) ) RESTRICT=!test? ( test ) SLOT=0/9999 -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 git-r3 875eb471682d3e1f18da124be97dcc81 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 ruby-ng 019f1856057ee80f3bb4b0ad0498fcef ruby-utils a3a0978ae7e8a40e253821da24a24782 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 git-r3 875eb471682d3e1f18da124be97dcc81 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 ruby-ng 019f1856057ee80f3bb4b0ad0498fcef ruby-utils a3a0978ae7e8a40e253821da24a24782 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=4e3c1b7d2a76701ee50e9e3b61313331 diff --git a/metadata/md5-cache/sci-libs/libsvm-3.30 b/metadata/md5-cache/sci-libs/libsvm-3.30 index 267990803745..50b346fc7dad 100644 --- a/metadata/md5-cache/sci-libs/libsvm-3.30 +++ b/metadata/md5-cache/sci-libs/libsvm-3.30 @@ -11,5 +11,5 @@ RDEPEND=java? ( >=virtual/jre-1.8:* ) python? ( python_targets_python3_10? ( dev REQUIRED_USE=python? ( || ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) ) SLOT=0/2 SRC_URI=https://www.csie.ntu.edu.tw/~cjlin/libsvm/libsvm-3.3.tar.gz -_eclasses_=java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=e7131195a6f469fb18804df045ba1d21 diff --git a/metadata/md5-cache/sci-libs/plplot-5.15.0_p15-r1 b/metadata/md5-cache/sci-libs/plplot-5.15.0_p15-r1 index e660f5c53d0c..452cd55cc23e 100644 --- a/metadata/md5-cache/sci-libs/plplot-5.15.0_p15-r1 +++ b/metadata/md5-cache/sci-libs/plplot-5.15.0_p15-r1 @@ -13,5 +13,5 @@ REQUIRED_USE=lua? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 lua_s RESTRICT=!test? ( test ) octave? ( test ) !test? ( test ) SLOT=0/14 SRC_URI=https://downloads.sourceforge.net/plplot/plplot-5.15.0.tar.gz mirror://debian/pool/main/p/plplot/plplot_5.15.0+dfsg2-15.debian.tar.xz -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 fortran-2 ae6d43513003405bd4a48698fc20370a java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 lua-single 75fe955a36b18e199213c8739eaebdbb lua-utils 7c89927eda6f21c4c48136247077ab37 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 virtualx 9741d451eb64ea8bb9faee90d68a9b68 wxwidgets c48bf68858bd3c27c272ff034eb1e14d xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 fortran-2 ae6d43513003405bd4a48698fc20370a java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 lua-single 75fe955a36b18e199213c8739eaebdbb lua-utils 7c89927eda6f21c4c48136247077ab37 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 virtualx 9741d451eb64ea8bb9faee90d68a9b68 wxwidgets c48bf68858bd3c27c272ff034eb1e14d xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=d09ac9064d135999c5541e077c0b6c92 diff --git a/metadata/md5-cache/sci-libs/vtk-9.4.2-r2 b/metadata/md5-cache/sci-libs/vtk-9.4.2-r2 index dc6ea468bd88..d691f0d476be 100644 --- a/metadata/md5-cache/sci-libs/vtk-9.4.2-r2 +++ b/metadata/md5-cache/sci-libs/vtk-9.4.2-r2 @@ -13,5 +13,5 @@ REQUIRED_USE=all-modules? ( boost cgns ffmpeg gdal imaging mysql netcdf odbc ope RESTRICT=!test? ( test ) !test? ( test ) SLOT=0/9.4 SRC_URI=https://www.vtk.org/files/release/9.4/VTK-9.4.2.tar.gz doc? ( https://www.vtk.org/files/release/9.4/vtkDocHtml-9.4.2.tar.gz ) examples? ( https://www.vtk.org/files/release/9.4/VTKLargeData-9.4.2.tar.gz https://www.vtk.org/files/release/9.4/VTKLargeDataFiles-9.4.2.tar.gz ) test? ( https://www.vtk.org/files/release/9.4/VTKData-9.4.2.tar.gz https://www.vtk.org/files/release/9.4/VTKDataFiles-9.4.2.tar.gz https://www.vtk.org/files/release/9.4/VTKLargeData-9.4.2.tar.gz https://www.vtk.org/files/release/9.4/VTKLargeDataFiles-9.4.2.tar.gz ) -_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c cmake 5691a3da96eac88f135cf3596b8c2c3c cuda 8b660e223a1695e3884ee4c7dc2c5059 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 virtualx 9741d451eb64ea8bb9faee90d68a9b68 webapp 5fa840db95fc7348dfd53b8526ed05f5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c cmake 5691a3da96eac88f135cf3596b8c2c3c cuda 8b660e223a1695e3884ee4c7dc2c5059 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 virtualx 9741d451eb64ea8bb9faee90d68a9b68 webapp 5fa840db95fc7348dfd53b8526ed05f5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=58bc109b65a89138b321c51084f2f072 diff --git a/metadata/md5-cache/sci-libs/vtk-9.5.2 b/metadata/md5-cache/sci-libs/vtk-9.5.2 index 0d392d384f10..ab88679cfc93 100644 --- a/metadata/md5-cache/sci-libs/vtk-9.5.2 +++ b/metadata/md5-cache/sci-libs/vtk-9.5.2 @@ -13,5 +13,5 @@ REQUIRED_USE=all-modules? ( boost cgns ffmpeg gdal imaging mysql netcdf odbc ope RESTRICT=!test? ( test ) !test? ( test ) SLOT=0/9.5 SRC_URI=https://www.vtk.org/files/release/9.5/VTK-9.5.2.tar.gz doc? ( https://www.vtk.org/files/release/9.5/vtkDocHtml-9.5.2.tar.gz ) examples? ( https://www.vtk.org/files/release/9.5/VTKLargeData-9.5.2.tar.gz https://www.vtk.org/files/release/9.5/VTKLargeDataFiles-9.5.2.tar.gz ) test? ( https://www.vtk.org/files/release/9.5/VTKData-9.5.2.tar.gz https://www.vtk.org/files/release/9.5/VTKDataFiles-9.5.2.tar.gz https://www.vtk.org/files/release/9.5/VTKLargeData-9.5.2.tar.gz https://www.vtk.org/files/release/9.5/VTKLargeDataFiles-9.5.2.tar.gz ) -_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c cmake 5691a3da96eac88f135cf3596b8c2c3c cuda 8b660e223a1695e3884ee4c7dc2c5059 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 virtualx 9741d451eb64ea8bb9faee90d68a9b68 webapp 5fa840db95fc7348dfd53b8526ed05f5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c cmake 5691a3da96eac88f135cf3596b8c2c3c cuda 8b660e223a1695e3884ee4c7dc2c5059 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 virtualx 9741d451eb64ea8bb9faee90d68a9b68 webapp 5fa840db95fc7348dfd53b8526ed05f5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=45b30d4446434f2f3fdfff6ad6319b7a diff --git a/metadata/md5-cache/sci-mathematics/octave-9.2.0-r2 b/metadata/md5-cache/sci-mathematics/octave-9.2.0-r2 index fb346cece4ef..e1f14dca7033 100644 --- a/metadata/md5-cache/sci-mathematics/octave-9.2.0-r2 +++ b/metadata/md5-cache/sci-mathematics/octave-9.2.0-r2 @@ -12,5 +12,5 @@ LICENSE=GPL-3 RDEPEND=app-arch/bzip2 app-arch/unzip app-arch/zip app-text/ghostscript-gpl sys-apps/texinfo dev-libs/libpcre2 sys-libs/ncurses:= virtual/zlib:= virtual/blas virtual/lapack curl? ( net-misc/curl:= ) fftw? ( sci-libs/fftw:3.0= ) glpk? ( sci-mathematics/glpk:= ) gnuplot? ( sci-visualization/gnuplot ) hdf5? ( sci-libs/hdf5:= ) imagemagick? ( media-gfx/graphicsmagick:=[cxx] ) json? ( dev-libs/rapidjson ) klu? ( sci-libs/klu:= ) portaudio? ( media-libs/portaudio ) postscript? ( app-text/epstool media-gfx/pstoedit >=media-gfx/fig2dev-3.2.9-r1 ) gui? ( dev-qt/qt5compat:6 dev-qt/qtbase:6[gui,opengl,network,widgets] media-libs/fontconfig:= media-libs/freetype:= virtual/glu x11-libs/gl2ps:= x11-libs/libX11:= >=x11-libs/qscintilla-2.14.1-r1:=[qt6(+)] ) qhull? ( media-libs/qhull:= ) qrupdate? ( sci-libs/qrupdate:= ) readline? ( sys-libs/readline:= ) sndfile? ( media-libs/libsndfile ) sparse? ( sci-libs/arpack:= sci-libs/camd:= sci-libs/ccolamd:= sci-libs/cholmod:= sci-libs/colamd:= sci-libs/cxsparse:= sci-libs/umfpack:= ) spqr? ( sci-libs/spqr:= ) ssl? ( dev-libs/openssl:= ) sundials? ( klu? ( >=sci-libs/sundials-4:=[sparse] ) !klu? ( >=sci-libs/sundials-4:= ) ) java? ( >=virtual/jre-1.8:* ) virtual/fortran java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0/9.2.0 SRC_URI=mirror://gnu/octave/octave-9.2.0.tar.xz -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 flag-o-matic a7afe42e95fb46ce9691605acfb24672 fortran-2 ae6d43513003405bd4a48698fc20370a gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 pax-utils 5555f2e75744739fe100ee62c22d28fe qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 flag-o-matic a7afe42e95fb46ce9691605acfb24672 fortran-2 ae6d43513003405bd4a48698fc20370a gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 pax-utils 5555f2e75744739fe100ee62c22d28fe qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=042575024225de9315bfe64ece9fbd19 diff --git a/metadata/md5-cache/sci-mathematics/smtinterpol-2.5_p20211018-r1 b/metadata/md5-cache/sci-mathematics/smtinterpol-2.5_p20211018-r1 index eb54cae7b0de..34f36fd3b11b 100644 --- a/metadata/md5-cache/sci-mathematics/smtinterpol-2.5_p20211018-r1 +++ b/metadata/md5-cache/sci-mathematics/smtinterpol-2.5_p20211018-r1 @@ -10,5 +10,5 @@ LICENSE=LGPL-3 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://github.com/ultimate-pa/smtinterpol/archive/32d7fa8751f668f9e9a18e4e96df3337b53d2150.tar.gz -> smtinterpol-2.5_p20211018.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=47a19d3d00b86a2c357543b6b4071208 diff --git a/metadata/md5-cache/sci-mathematics/z3-4.15.3 b/metadata/md5-cache/sci-mathematics/z3-4.15.3 index 19c8ba83cd1e..98a932c1d294 100644 --- a/metadata/md5-cache/sci-mathematics/z3-4.15.3 +++ b/metadata/md5-cache/sci-mathematics/z3-4.15.3 @@ -12,5 +12,5 @@ RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_ REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) SLOT=0/4.15 SRC_URI=https://github.com/Z3Prover/z3/archive/z3-4.15.3.tar.gz -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c cmake-multilib 3f19d8d5fccba52076cdeb2281ad349f flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c cmake-multilib 3f19d8d5fccba52076cdeb2281ad349f flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=2bc8e6cade3ed381b976f4c87d7bb2af diff --git a/metadata/md5-cache/sci-mathematics/z3-4.15.4 b/metadata/md5-cache/sci-mathematics/z3-4.15.4 index 77f16dff6e8d..8b6e43b38d27 100644 --- a/metadata/md5-cache/sci-mathematics/z3-4.15.4 +++ b/metadata/md5-cache/sci-mathematics/z3-4.15.4 @@ -12,5 +12,5 @@ RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_ REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) SLOT=0/4.15 SRC_URI=https://github.com/Z3Prover/z3/archive/z3-4.15.4.tar.gz -_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c cmake-multilib 3f19d8d5fccba52076cdeb2281ad349f flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=cmake 5691a3da96eac88f135cf3596b8c2c3c cmake-multilib 3f19d8d5fccba52076cdeb2281ad349f flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=2bc8e6cade3ed381b976f4c87d7bb2af diff --git a/metadata/md5-cache/sci-misc/netlogo-bin-6.2.2 b/metadata/md5-cache/sci-misc/netlogo-bin-6.2.2 index 6fcea9775b4b..f8a201ed61dd 100644 --- a/metadata/md5-cache/sci-misc/netlogo-bin-6.2.2 +++ b/metadata/md5-cache/sci-misc/netlogo-bin-6.2.2 @@ -10,5 +10,5 @@ LICENSE=netlogo GPL-2 LGPL-2.1 LGPL-3 BSD Apache-2.0 RDEPEND=>=virtual/jre-1.8:* media-libs/mesa sys-libs/glibc x11-libs/libdrm x11-libs/libX11 x11-libs/libXrender x11-libs/libXxf86vm >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://netlogoweb.org/assets/images/desktopicon.png -> netlogo.png amd64? ( https://ccl.northwestern.edu/netlogo/6.2.2/NetLogo-6.2.2-64.tgz ) x86? ( https://ccl.northwestern.edu/netlogo/6.2.2/NetLogo-6.2.2-32.tgz ) -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=d6cc0fa290f62fee322f0fad43a81175 diff --git a/metadata/md5-cache/sci-physics/thepeg-2.2.3-r3 b/metadata/md5-cache/sci-physics/thepeg-2.2.3-r3 index a3c69c3836fc..ec5c6ce81542 100644 --- a/metadata/md5-cache/sci-physics/thepeg-2.2.3-r3 +++ b/metadata/md5-cache/sci-physics/thepeg-2.2.3-r3 @@ -12,5 +12,5 @@ RDEPEND=sci-libs/gsl:0= emacs? ( >=app-editors/emacs-23.1:* ) fastjet? ( sci-phy RESTRICT=!test? ( test ) SLOT=0/30 SRC_URI=https://www.hepforge.org/downloads/thepeg/ThePEG-2.2.3.tar.bz2 test? ( hepmc3? ( https://www.hepforge.org/downloads/lhapdf/pdfsets/current/cteq6ll.LHpdf https://www.hepforge.org/downloads/lhapdf/pdfsets/current/cteq5l.LHgrid https://www.hepforge.org/downloads/lhapdf/pdfsets/current/GRV98nlo.LHgrid https://www.hepforge.org/downloads/lhapdf/pdfsets/current/MRST2001nlo.LHgrid ) ) -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 elisp-common ce20c7e2fc0c52b58ddabcd536b7310b gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 elisp-common ce20c7e2fc0c52b58ddabcd536b7310b gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=e1cad5577260a1086a7beb67e3451be5 diff --git a/metadata/md5-cache/sci-physics/thepeg-2.3.0-r4 b/metadata/md5-cache/sci-physics/thepeg-2.3.0-r4 index d9769c31b709..bf8b5956af2f 100644 --- a/metadata/md5-cache/sci-physics/thepeg-2.3.0-r4 +++ b/metadata/md5-cache/sci-physics/thepeg-2.3.0-r4 @@ -12,5 +12,5 @@ RDEPEND=sci-libs/gsl:0= emacs? ( >=app-editors/emacs-23.1:* ) fastjet? ( sci-phy RESTRICT=!test? ( test ) SLOT=0/30 SRC_URI=https://www.hepforge.org/downloads/thepeg/ThePEG-2.3.0.tar.bz2 test? ( hepmc3? ( https://www.hepforge.org/downloads/lhapdf/pdfsets/current/cteq6ll.LHpdf https://www.hepforge.org/downloads/lhapdf/pdfsets/current/cteq5l.LHgrid https://www.hepforge.org/downloads/lhapdf/pdfsets/current/GRV98nlo.LHgrid https://www.hepforge.org/downloads/lhapdf/pdfsets/current/MRST2001nlo.LHgrid ) ) -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 elisp-common ce20c7e2fc0c52b58ddabcd536b7310b gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 elisp-common ce20c7e2fc0c52b58ddabcd536b7310b gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=48630ff5ab624edca1accead47db7757 diff --git a/metadata/md5-cache/sci-visualization/gcalc-3.1_rc1-r4 b/metadata/md5-cache/sci-visualization/gcalc-3.1_rc1-r4 index 2686d4f5c78a..0c548b8385b7 100644 --- a/metadata/md5-cache/sci-visualization/gcalc-3.1_rc1-r4 +++ b/metadata/md5-cache/sci-visualization/gcalc-3.1_rc1-r4 @@ -9,5 +9,5 @@ LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://gcalc.net/files/GCalc-3.1-rc1.tar.gz -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-pkg-simple a728b6bc0cd005d093dd71e93106c98e java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-pkg-simple df1fc43a5017ec8f5d23007b23731474 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=9fe55b45f670c9f818a64c15694c0149 diff --git a/metadata/md5-cache/sec-keys/openpgp-keys-gocryptfs-20250916 b/metadata/md5-cache/sec-keys/openpgp-keys-gocryptfs-20250916 index 28bce970bce6..033368351a1a 100644 --- a/metadata/md5-cache/sec-keys/openpgp-keys-gocryptfs-20250916 +++ b/metadata/md5-cache/sec-keys/openpgp-keys-gocryptfs-20250916 @@ -5,11 +5,11 @@ EAPI=8 HOMEPAGE=https://nuetzlich.net/ INHERIT=sec-keys IUSE=test -KEYWORDS=amd64 ~ppc64 ~x86 +KEYWORDS=amd64 ~ppc64 ~riscv ~x86 LICENSE=public-domain PROPERTIES=test_network RESTRICT=!test? ( test ) test SLOT=0 SRC_URI=https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xFFF3E01444FED7C316A3545A895F5BC123A02740 -> openpgp-keys-nuetzlich-gocryptfs-signing-key-ubuntu-20250916.asc https://nuetzlich.net/gocryptfs-signing-key.pub -> openpgp-keys-gocryptfs-nuetzlich-gocryptfs-signing-key-20250916.pub _eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd edo a5e294016aa84979fcb2459749eb80b2 sec-keys 6e52a21003eb40a5b499aa23f711dd09 -_md5_=55eadc8ccb6cc0157fd5945d245390cb +_md5_=e1fb1f84a11132991000b6f14184d62c diff --git a/metadata/md5-cache/sys-apps/bleachbit-5.0.0 b/metadata/md5-cache/sys-apps/bleachbit-5.0.0 index a0508f5e077f..b1dfc08839a1 100644 --- a/metadata/md5-cache/sys-apps/bleachbit-5.0.0 +++ b/metadata/md5-cache/sys-apps/bleachbit-5.0.0 @@ -5,7 +5,7 @@ EAPI=8 HOMEPAGE=https://www.bleachbit.org INHERIT=desktop distutils-r1 virtualx IUSE=test python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 test -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~riscv ~x86 LICENSE=GPL-3 RDEPEND=python_single_target_python3_10? ( dev-python/chardet[python_targets_python3_10(-)] dev-python/psutil[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/chardet[python_targets_python3_11(-)] dev-python/psutil[python_targets_python3_11(-)] dev-python/pygobject:3[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/chardet[python_targets_python3_12(-)] dev-python/psutil[python_targets_python3_12(-)] dev-python/pygobject:3[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/chardet[python_targets_python3_13(-)] dev-python/psutil[python_targets_python3_13(-)] dev-python/pygobject:3[python_targets_python3_13(-)] ) python_single_target_python3_14? ( dev-python/chardet[python_targets_python3_14(-)] dev-python/psutil[python_targets_python3_14(-)] dev-python/pygobject:3[python_targets_python3_14(-)] ) x11-libs/gtk+:3[introspection] python_single_target_python3_10? ( dev-lang/python:3.10[sqlite(+)] ) python_single_target_python3_11? ( dev-lang/python:3.11[sqlite(+)] ) python_single_target_python3_12? ( dev-lang/python:3.12[sqlite(+)] ) python_single_target_python3_13? ( dev-lang/python:3.13[sqlite(+)] ) python_single_target_python3_14? ( dev-lang/python:3.14[sqlite(+)] ) REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) !test? ( test ) SLOT=0 SRC_URI=https://download.bleachbit.org/bleachbit-5.0.0.tar.bz2 _eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 virtualx 9741d451eb64ea8bb9faee90d68a9b68 -_md5_=2543039bd535cf9d124f386be4166336 +_md5_=63dc0b01453acee7fdf85bfaf2ae7217 diff --git a/metadata/md5-cache/sys-apps/groff-1.23.0 b/metadata/md5-cache/sys-apps/groff-1.23.0 index 1340e30e4802..27b2ca8f10c0 100644 --- a/metadata/md5-cache/sys-apps/groff-1.23.0 +++ b/metadata/md5-cache/sys-apps/groff-1.23.0 @@ -1,4 +1,4 @@ -BDEPEND=dev-lang/perl sys-apps/texinfo +BDEPEND=dev-lang/perl sys-apps/texinfo sys-devel/m4 DEFINED_PHASES=compile configure install prepare DEPEND=uchardet? ( app-i18n/uchardet ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) DESCRIPTION=Text formatter used for man pages @@ -12,4 +12,4 @@ RDEPEND=uchardet? ( app-i18n/uchardet ) X? ( x11-libs/libICE x11-libs/libSM x11- SLOT=0 SRC_URI=mirror://gnu/groff/groff-1.23.0.tar.gz _eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 -_md5_=0edf8bc76aeea6c3abc203808501d72e +_md5_=277644e78fc91b4d85b635b7c806cdff diff --git a/metadata/md5-cache/sys-apps/groff-1.23.0-r1 b/metadata/md5-cache/sys-apps/groff-1.23.0-r1 index 61be50120dc3..c7f569347480 100644 --- a/metadata/md5-cache/sys-apps/groff-1.23.0-r1 +++ b/metadata/md5-cache/sys-apps/groff-1.23.0-r1 @@ -1,4 +1,4 @@ -BDEPEND=dev-lang/perl sys-apps/texinfo +BDEPEND=dev-lang/perl sys-apps/texinfo sys-devel/m4 DEFINED_PHASES=compile configure install prepare DEPEND=uchardet? ( app-i18n/uchardet ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) DESCRIPTION=Text formatter used for man pages @@ -12,4 +12,4 @@ RDEPEND=uchardet? ( app-i18n/uchardet ) X? ( x11-libs/libICE x11-libs/libSM x11- SLOT=0 SRC_URI=mirror://gnu/groff/groff-1.23.0.tar.gz _eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 -_md5_=2b578cb90656abee6aab178d79492a76 +_md5_=d8c84a2155f7d7f4d4d39023c3b97b16 diff --git a/metadata/md5-cache/sys-apps/hexyl-0.16.0 b/metadata/md5-cache/sys-apps/hexyl-0.16.0 index e18cd1f03483..46a859d8cd9b 100644 --- a/metadata/md5-cache/sys-apps/hexyl-0.16.0 +++ b/metadata/md5-cache/sys-apps/hexyl-0.16.0 @@ -1,13 +1,13 @@ -BDEPEND=man? ( virtual/pandoc ) || ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* ) +BDEPEND=|| ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* ) DEFINED_PHASES=compile configure install setup test unpack DESCRIPTION=A command-line hex viewer EAPI=8 HOMEPAGE=https://github.com/sharkdp/hexyl INHERIT=cargo -IUSE=man debug +IUSE=debug KEYWORDS=~amd64 LICENSE=|| ( Apache-2.0 MIT ) Apache-2.0 ISC MIT Unicode-DFS-2016 ZLIB SLOT=0 -SRC_URI=https://crates.io/api/v1/crates/aho-corasick/1.1.3/download -> aho-corasick-1.1.3.crate https://crates.io/api/v1/crates/anstream/0.6.17/download -> anstream-0.6.17.crate https://crates.io/api/v1/crates/anstyle/1.0.9/download -> anstyle-1.0.9.crate https://crates.io/api/v1/crates/anstyle-parse/0.2.6/download -> anstyle-parse-0.2.6.crate https://crates.io/api/v1/crates/anstyle-query/1.1.2/download -> anstyle-query-1.1.2.crate https://crates.io/api/v1/crates/anstyle-wincon/3.0.6/download -> anstyle-wincon-3.0.6.crate https://crates.io/api/v1/crates/anyhow/1.0.91/download -> anyhow-1.0.91.crate https://crates.io/api/v1/crates/assert_cmd/2.0.16/download -> assert_cmd-2.0.16.crate https://crates.io/api/v1/crates/autocfg/1.4.0/download -> autocfg-1.4.0.crate https://crates.io/api/v1/crates/bitflags/2.6.0/download -> bitflags-2.6.0.crate https://crates.io/api/v1/crates/bstr/1.10.0/download -> bstr-1.10.0.crate https://crates.io/api/v1/crates/clap/4.5.20/download -> clap-4.5.20.crate https://crates.io/api/v1/crates/clap_builder/4.5.20/download -> clap_builder-4.5.20.crate https://crates.io/api/v1/crates/clap_derive/4.5.18/download -> clap_derive-4.5.18.crate https://crates.io/api/v1/crates/clap_lex/0.7.2/download -> clap_lex-0.7.2.crate https://crates.io/api/v1/crates/colorchoice/1.0.3/download -> colorchoice-1.0.3.crate https://crates.io/api/v1/crates/const_format/0.2.33/download -> const_format-0.2.33.crate https://crates.io/api/v1/crates/const_format_proc_macros/0.2.33/download -> const_format_proc_macros-0.2.33.crate https://crates.io/api/v1/crates/diff/0.1.13/download -> diff-0.1.13.crate https://crates.io/api/v1/crates/difflib/0.4.0/download -> difflib-0.4.0.crate https://crates.io/api/v1/crates/doc-comment/0.3.3/download -> doc-comment-0.3.3.crate https://crates.io/api/v1/crates/errno/0.3.9/download -> errno-0.3.9.crate https://crates.io/api/v1/crates/float-cmp/0.9.0/download -> float-cmp-0.9.0.crate https://crates.io/api/v1/crates/heck/0.5.0/download -> heck-0.5.0.crate https://crates.io/api/v1/crates/is_ci/1.2.0/download -> is_ci-1.2.0.crate https://crates.io/api/v1/crates/is_terminal_polyfill/1.70.1/download -> is_terminal_polyfill-1.70.1.crate https://crates.io/api/v1/crates/libc/0.2.161/download -> libc-0.2.161.crate https://crates.io/api/v1/crates/linux-raw-sys/0.4.14/download -> linux-raw-sys-0.4.14.crate https://crates.io/api/v1/crates/memchr/2.7.4/download -> memchr-2.7.4.crate https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download -> normalize-line-endings-0.3.0.crate https://crates.io/api/v1/crates/num-traits/0.2.19/download -> num-traits-0.2.19.crate https://crates.io/api/v1/crates/owo-colors/4.1.0/download -> owo-colors-4.1.0.crate https://crates.io/api/v1/crates/predicates/3.1.2/download -> predicates-3.1.2.crate https://crates.io/api/v1/crates/predicates-core/1.0.8/download -> predicates-core-1.0.8.crate https://crates.io/api/v1/crates/predicates-tree/1.0.11/download -> predicates-tree-1.0.11.crate https://crates.io/api/v1/crates/pretty_assertions/1.4.1/download -> pretty_assertions-1.4.1.crate https://crates.io/api/v1/crates/proc-macro2/1.0.89/download -> proc-macro2-1.0.89.crate https://crates.io/api/v1/crates/quote/1.0.37/download -> quote-1.0.37.crate https://crates.io/api/v1/crates/regex/1.11.1/download -> regex-1.11.1.crate https://crates.io/api/v1/crates/regex-automata/0.4.8/download -> regex-automata-0.4.8.crate https://crates.io/api/v1/crates/regex-syntax/0.8.5/download -> regex-syntax-0.8.5.crate https://crates.io/api/v1/crates/rustix/0.38.38/download -> rustix-0.38.38.crate https://crates.io/api/v1/crates/serde/1.0.214/download -> serde-1.0.214.crate https://crates.io/api/v1/crates/serde_derive/1.0.214/download -> serde_derive-1.0.214.crate https://crates.io/api/v1/crates/strsim/0.11.1/download -> strsim-0.11.1.crate https://crates.io/api/v1/crates/supports-color/3.0.1/download -> supports-color-3.0.1.crate https://crates.io/api/v1/crates/syn/2.0.85/download -> syn-2.0.85.crate https://crates.io/api/v1/crates/terminal_size/0.4.0/download -> terminal_size-0.4.0.crate https://crates.io/api/v1/crates/termtree/0.4.1/download -> termtree-0.4.1.crate https://crates.io/api/v1/crates/thiserror/1.0.65/download -> thiserror-1.0.65.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.65/download -> thiserror-impl-1.0.65.crate https://crates.io/api/v1/crates/unicode-ident/1.0.13/download -> unicode-ident-1.0.13.crate https://crates.io/api/v1/crates/unicode-xid/0.2.6/download -> unicode-xid-0.2.6.crate https://crates.io/api/v1/crates/utf8parse/0.2.2/download -> utf8parse-0.2.2.crate https://crates.io/api/v1/crates/wait-timeout/0.2.0/download -> wait-timeout-0.2.0.crate https://crates.io/api/v1/crates/windows-sys/0.52.0/download -> windows-sys-0.52.0.crate https://crates.io/api/v1/crates/windows-sys/0.59.0/download -> windows-sys-0.59.0.crate https://crates.io/api/v1/crates/windows-targets/0.52.6/download -> windows-targets-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.6/download -> windows_aarch64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.6/download -> windows_aarch64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.52.6/download -> windows_i686_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.52.6/download -> windows_i686_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.52.6/download -> windows_i686_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.6/download -> windows_x86_64_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.6/download -> windows_x86_64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.6/download -> windows_x86_64_msvc-0.52.6.crate https://crates.io/api/v1/crates/yansi/1.0.1/download -> yansi-1.0.1.crate https://crates.io/api/v1/crates/hexyl/0.16.0/download -> hexyl-0.16.0.crate +SRC_URI=https://github.com/sharkdp/hexyl/archive/v0.16.0.tar.gz -> hexyl-0.16.0.tar.gz https://crates.io/api/v1/crates/aho-corasick/1.1.3/download -> aho-corasick-1.1.3.crate https://crates.io/api/v1/crates/anstream/0.6.17/download -> anstream-0.6.17.crate https://crates.io/api/v1/crates/anstyle-parse/0.2.6/download -> anstyle-parse-0.2.6.crate https://crates.io/api/v1/crates/anstyle-query/1.1.2/download -> anstyle-query-1.1.2.crate https://crates.io/api/v1/crates/anstyle-wincon/3.0.6/download -> anstyle-wincon-3.0.6.crate https://crates.io/api/v1/crates/anstyle/1.0.9/download -> anstyle-1.0.9.crate https://crates.io/api/v1/crates/anyhow/1.0.91/download -> anyhow-1.0.91.crate https://crates.io/api/v1/crates/assert_cmd/2.0.16/download -> assert_cmd-2.0.16.crate https://crates.io/api/v1/crates/autocfg/1.4.0/download -> autocfg-1.4.0.crate https://crates.io/api/v1/crates/bitflags/2.6.0/download -> bitflags-2.6.0.crate https://crates.io/api/v1/crates/bstr/1.10.0/download -> bstr-1.10.0.crate https://crates.io/api/v1/crates/clap/4.5.20/download -> clap-4.5.20.crate https://crates.io/api/v1/crates/clap_builder/4.5.20/download -> clap_builder-4.5.20.crate https://crates.io/api/v1/crates/clap_derive/4.5.18/download -> clap_derive-4.5.18.crate https://crates.io/api/v1/crates/clap_lex/0.7.2/download -> clap_lex-0.7.2.crate https://crates.io/api/v1/crates/colorchoice/1.0.3/download -> colorchoice-1.0.3.crate https://crates.io/api/v1/crates/const_format/0.2.33/download -> const_format-0.2.33.crate https://crates.io/api/v1/crates/const_format_proc_macros/0.2.33/download -> const_format_proc_macros-0.2.33.crate https://crates.io/api/v1/crates/diff/0.1.13/download -> diff-0.1.13.crate https://crates.io/api/v1/crates/difflib/0.4.0/download -> difflib-0.4.0.crate https://crates.io/api/v1/crates/doc-comment/0.3.3/download -> doc-comment-0.3.3.crate https://crates.io/api/v1/crates/errno/0.3.9/download -> errno-0.3.9.crate https://crates.io/api/v1/crates/float-cmp/0.9.0/download -> float-cmp-0.9.0.crate https://crates.io/api/v1/crates/heck/0.5.0/download -> heck-0.5.0.crate https://crates.io/api/v1/crates/is_ci/1.2.0/download -> is_ci-1.2.0.crate https://crates.io/api/v1/crates/is_terminal_polyfill/1.70.1/download -> is_terminal_polyfill-1.70.1.crate https://crates.io/api/v1/crates/libc/0.2.161/download -> libc-0.2.161.crate https://crates.io/api/v1/crates/linux-raw-sys/0.4.14/download -> linux-raw-sys-0.4.14.crate https://crates.io/api/v1/crates/memchr/2.7.4/download -> memchr-2.7.4.crate https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download -> normalize-line-endings-0.3.0.crate https://crates.io/api/v1/crates/num-traits/0.2.19/download -> num-traits-0.2.19.crate https://crates.io/api/v1/crates/owo-colors/4.1.0/download -> owo-colors-4.1.0.crate https://crates.io/api/v1/crates/predicates-core/1.0.8/download -> predicates-core-1.0.8.crate https://crates.io/api/v1/crates/predicates-tree/1.0.11/download -> predicates-tree-1.0.11.crate https://crates.io/api/v1/crates/predicates/3.1.2/download -> predicates-3.1.2.crate https://crates.io/api/v1/crates/pretty_assertions/1.4.1/download -> pretty_assertions-1.4.1.crate https://crates.io/api/v1/crates/proc-macro2/1.0.89/download -> proc-macro2-1.0.89.crate https://crates.io/api/v1/crates/quote/1.0.37/download -> quote-1.0.37.crate https://crates.io/api/v1/crates/regex-automata/0.4.8/download -> regex-automata-0.4.8.crate https://crates.io/api/v1/crates/regex-syntax/0.8.5/download -> regex-syntax-0.8.5.crate https://crates.io/api/v1/crates/regex/1.11.1/download -> regex-1.11.1.crate https://crates.io/api/v1/crates/rustix/0.38.38/download -> rustix-0.38.38.crate https://crates.io/api/v1/crates/serde/1.0.214/download -> serde-1.0.214.crate https://crates.io/api/v1/crates/serde_derive/1.0.214/download -> serde_derive-1.0.214.crate https://crates.io/api/v1/crates/strsim/0.11.1/download -> strsim-0.11.1.crate https://crates.io/api/v1/crates/supports-color/3.0.1/download -> supports-color-3.0.1.crate https://crates.io/api/v1/crates/syn/2.0.85/download -> syn-2.0.85.crate https://crates.io/api/v1/crates/terminal_size/0.4.0/download -> terminal_size-0.4.0.crate https://crates.io/api/v1/crates/termtree/0.4.1/download -> termtree-0.4.1.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.65/download -> thiserror-impl-1.0.65.crate https://crates.io/api/v1/crates/thiserror/1.0.65/download -> thiserror-1.0.65.crate https://crates.io/api/v1/crates/unicode-ident/1.0.13/download -> unicode-ident-1.0.13.crate https://crates.io/api/v1/crates/unicode-xid/0.2.6/download -> unicode-xid-0.2.6.crate https://crates.io/api/v1/crates/utf8parse/0.2.2/download -> utf8parse-0.2.2.crate https://crates.io/api/v1/crates/wait-timeout/0.2.0/download -> wait-timeout-0.2.0.crate https://crates.io/api/v1/crates/windows-sys/0.52.0/download -> windows-sys-0.52.0.crate https://crates.io/api/v1/crates/windows-sys/0.59.0/download -> windows-sys-0.59.0.crate https://crates.io/api/v1/crates/windows-targets/0.52.6/download -> windows-targets-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.6/download -> windows_aarch64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.6/download -> windows_aarch64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.52.6/download -> windows_i686_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.52.6/download -> windows_i686_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.52.6/download -> windows_i686_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.6/download -> windows_x86_64_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.6/download -> windows_x86_64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.6/download -> windows_x86_64_msvc-0.52.6.crate https://crates.io/api/v1/crates/yansi/1.0.1/download -> yansi-1.0.1.crate _eclasses_=cargo aeba1d272f6c2e000912e11d8cf626eb flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 20da14430886f3de143eb101684fcf62 rust-toolchain 76468983281b0a7fc167ca224f84ecfd toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 -_md5_=58278680ce866e8745b16155ecb09e63 +_md5_=e44f50fa0862e8c742ca357417c3769c diff --git a/metadata/md5-cache/sys-apps/locale-gen-3.10 b/metadata/md5-cache/sys-apps/locale-gen-3.10 index 3204a3d055d1..5f082546ad0b 100644 --- a/metadata/md5-cache/sys-apps/locale-gen-3.10 +++ b/metadata/md5-cache/sys-apps/locale-gen-3.10 @@ -3,9 +3,9 @@ DEFINED_PHASES=install postinst prepare DESCRIPTION=Generate locales based upon the config file /etc/locale.gen EAPI=8 HOMEPAGE=https://gitweb.gentoo.org/proj/locale-gen.git/ -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 LICENSE=GPL-2 RDEPEND=>=dev-lang/perl-5.36 !<sys-libs/glibc-2.37-r3 SLOT=0 SRC_URI=https://gitweb.gentoo.org/proj/locale-gen.git/snapshot/locale-gen-3.10.tar.bz2 -_md5_=d1d2e240a7e0730d3fb2ce8db4ec0fef +_md5_=7c6ae2d3bbc40e6382d1931ba10faa61 diff --git a/metadata/md5-cache/sys-apps/s6-frontend-0.0.1.1-r1 b/metadata/md5-cache/sys-apps/s6-frontend-0.0.1.1-r1 new file mode 100644 index 000000000000..d457716a80d0 --- /dev/null +++ b/metadata/md5-cache/sys-apps/s6-frontend-0.0.1.1-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure prepare +DEPEND=dev-lang/execline:= >=dev-libs/skalibs-2.14.5.0:= sys-apps/s6:=[execline] >=sys-apps/s6-rc-0.6.0.0:= sys-apps/s6-linux-init:= +DESCRIPTION=Frontend to the s6 init system +EAPI=8 +HOMEPAGE=https://skarnet.org/software/s6-frontend/ +INHERIT=toolchain-funcs +KEYWORDS=~amd64 +LICENSE=ISC +RDEPEND=dev-lang/execline:= >=dev-libs/skalibs-2.14.5.0:= sys-apps/s6:=[execline] >=sys-apps/s6-rc-0.6.0.0:= +SLOT=0 +SRC_URI=https://www.skarnet.org/software/s6-frontend/s6-frontend-0.0.1.1.tar.gz +_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_md5_=a58f8304cd8101ec527177e0784f0d7a diff --git a/metadata/md5-cache/sys-apps/smcipmitool-2.29.0.250214 b/metadata/md5-cache/sys-apps/smcipmitool-2.29.0.250214 index 3c3f416d93f7..a8f0f2f8b94d 100644 --- a/metadata/md5-cache/sys-apps/smcipmitool-2.29.0.250214 +++ b/metadata/md5-cache/sys-apps/smcipmitool-2.29.0.250214 @@ -10,5 +10,5 @@ RDEPEND=net-misc/stunnel sys-libs/ncurses-compat:5 virtual/jre:1.8 >=dev-java/ja RESTRICT=bindist mirror SLOT=0 SRC_URI=https://www.supermicro.com/Bios/sw_download/890/SMCIPMITool_2.29.0_build.250214_bundleJRE_Linux_x64.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 prefix c3c4c93ebda319c0fa7ed6f942ba1010 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 prefix c3c4c93ebda319c0fa7ed6f942ba1010 _md5_=51b6ec1a8de9edf4d13bb5b9b10dc51a diff --git a/metadata/md5-cache/sys-auth/microsoft-identity-broker-2.0.1_p2-r2 b/metadata/md5-cache/sys-auth/microsoft-identity-broker-2.0.1_p2-r2 index 7b87ade676d9..7e5c4c0d6e63 100644 --- a/metadata/md5-cache/sys-auth/microsoft-identity-broker-2.0.1_p2-r2 +++ b/metadata/md5-cache/sys-auth/microsoft-identity-broker-2.0.1_p2-r2 @@ -11,5 +11,5 @@ RDEPEND=acct-user/microsoft-identity-broker acct-group/microsoft-identity-broker RESTRICT=bindist mirror SLOT=0 SRC_URI=https://packages.microsoft.com/ubuntu/22.04/prod/pool/main/m/microsoft-identity-broker/microsoft-identity-broker_2.0.1_amd64.deb -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 multiprocessing 1e32df7deee68372153dca65f4a7c21f prefix c3c4c93ebda319c0fa7ed6f942ba1010 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 multiprocessing 1e32df7deee68372153dca65f4a7c21f prefix c3c4c93ebda319c0fa7ed6f942ba1010 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 _md5_=7cc9e3c3030b09edc87016a18152c0da diff --git a/metadata/md5-cache/sys-cluster/ceph-19.2.2-r6 b/metadata/md5-cache/sys-cluster/ceph-19.2.2-r6 index 1083cdaf6e5e..062072585551 100644 --- a/metadata/md5-cache/sys-cluster/ceph-19.2.2-r6 +++ b/metadata/md5-cache/sys-cluster/ceph-19.2.2-r6 @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) test SLOT=0 SRC_URI=https://download.ceph.com/tarballs/ceph-19.2.2.tar.gz parquet? ( https://github.com/xtensor-stack/xsimd/archive/aeec9c872c8b475dedd7781336710f2dd2666cb2.tar.gz -> ceph-xsimd-19.2.2.tar.gz mirror://apache/arrow/arrow-17.0.0/apache-arrow-17.0.0.tar.gz ) _eclasses_=bash-completion-r1 767861f3744f589ee5291c1698b1c082 check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 lua-single 75fe955a36b18e199213c8739eaebdbb lua-utils 7c89927eda6f21c4c48136247077ab37 multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=c5f73eebf7fc90f9300f0f352bb85a3a +_md5_=dd90c53af39d62ba26a02e7232b0245b diff --git a/metadata/md5-cache/sys-cluster/ceph-19.2.3 b/metadata/md5-cache/sys-cluster/ceph-19.2.3 index 21c358e6169c..5069c42f126b 100644 --- a/metadata/md5-cache/sys-cluster/ceph-19.2.3 +++ b/metadata/md5-cache/sys-cluster/ceph-19.2.3 @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) test SLOT=0 SRC_URI=https://download.ceph.com/tarballs/ceph-19.2.3.tar.gz parquet? ( https://github.com/xtensor-stack/xsimd/archive/aeec9c872c8b475dedd7781336710f2dd2666cb2.tar.gz -> ceph-xsimd-19.2.3.tar.gz mirror://apache/arrow/arrow-17.0.0/apache-arrow-17.0.0.tar.gz ) _eclasses_=bash-completion-r1 767861f3744f589ee5291c1698b1c082 check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 lua-single 75fe955a36b18e199213c8739eaebdbb lua-utils 7c89927eda6f21c4c48136247077ab37 multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=3e796ecc0c8c1bb7522d4e4d3729915e +_md5_=4b67c89e71464476dcb032fa242a427a diff --git a/metadata/md5-cache/sys-cluster/ceph-20.1.0-r2 b/metadata/md5-cache/sys-cluster/ceph-20.1.0-r2 index 971ea11ea06c..aef32be31d27 100644 --- a/metadata/md5-cache/sys-cluster/ceph-20.1.0-r2 +++ b/metadata/md5-cache/sys-cluster/ceph-20.1.0-r2 @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) test SLOT=0 SRC_URI=https://download.ceph.com/tarballs/ceph-20.1.0.tar.gz parquet? ( https://github.com/xtensor-stack/xsimd/archive/13.0.0.tar.gz -> ceph-xsimd-20.1.0.tar.gz mirror://apache/arrow/arrow-17.0.0/apache-arrow-17.0.0.tar.gz ) parquet? ( mirror://apache/arrow/arrow-17.0.0/apache-arrow-17.0.0.tar.gz ) _eclasses_=bash-completion-r1 767861f3744f589ee5291c1698b1c082 check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 lua-single 75fe955a36b18e199213c8739eaebdbb lua-utils 7c89927eda6f21c4c48136247077ab37 multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=a4f028e35dc2458687c3ab1761500fbf +_md5_=f782a6e066b2a708a871a042bded626b diff --git a/metadata/md5-cache/sys-cluster/ceph-20.1.1 b/metadata/md5-cache/sys-cluster/ceph-20.1.1 index 845370a6bc3f..3f4b0a5848ed 100644 --- a/metadata/md5-cache/sys-cluster/ceph-20.1.1 +++ b/metadata/md5-cache/sys-cluster/ceph-20.1.1 @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) test SLOT=0 SRC_URI=https://download.ceph.com/tarballs/ceph-20.1.1.tar.gz parquet? ( https://github.com/xtensor-stack/xsimd/archive/13.0.0.tar.gz -> ceph-xsimd-20.1.1.tar.gz mirror://apache/arrow/arrow-17.0.0/apache-arrow-17.0.0.tar.gz ) parquet? ( mirror://apache/arrow/arrow-17.0.0/apache-arrow-17.0.0.tar.gz ) _eclasses_=bash-completion-r1 767861f3744f589ee5291c1698b1c082 check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c cmake 5691a3da96eac88f135cf3596b8c2c3c flag-o-matic a7afe42e95fb46ce9691605acfb24672 lua-single 75fe955a36b18e199213c8739eaebdbb lua-utils 7c89927eda6f21c4c48136247077ab37 multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 udev f3d9a4376ebd22131726a68e1a0a058f xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=a4f028e35dc2458687c3ab1761500fbf +_md5_=f782a6e066b2a708a871a042bded626b diff --git a/metadata/md5-cache/sys-cluster/charmdebug-6.2.0-r2 b/metadata/md5-cache/sys-cluster/charmdebug-6.2.0-r2 index 95e5d88a1a06..c1f7ba365ff5 100644 --- a/metadata/md5-cache/sys-cluster/charmdebug-6.2.0-r2 +++ b/metadata/md5-cache/sys-cluster/charmdebug-6.2.0-r2 @@ -9,5 +9,5 @@ LICENSE=charm RDEPEND=>=virtual/jre-1.6 sys-cluster/charm[charmdebug,-smp] >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://charm.cs.illinois.edu/distrib/binaries/charmdebug/charmdebug_6.2.0.tar.gz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=8a2f65337438b1973daafc0e110f7bcd diff --git a/metadata/md5-cache/sys-cluster/genders-1.28.1-r1 b/metadata/md5-cache/sys-cluster/genders-1.28.1-r1 index fe1081e9c190..00f8165367f6 100644 --- a/metadata/md5-cache/sys-cluster/genders-1.28.1-r1 +++ b/metadata/md5-cache/sys-cluster/genders-1.28.1-r1 @@ -13,5 +13,5 @@ REQUIRED_USE=python? ( || ( python_targets_python3_10 python_targets_python3_11 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/chaos/genders/archive/genders-1-28-1.tar.gz -_eclasses_=distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c perl-functions 1863acf0982afafc67797e3ce7275b4c perl-module 41920449ca174fe9b9b303dfcbdb37a3 python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c perl-functions 1863acf0982afafc67797e3ce7275b4c perl-module 41920449ca174fe9b9b303dfcbdb37a3 python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=c254b63e481d3334e20ceb2ac4f53a45 diff --git a/metadata/md5-cache/sys-cluster/spark-bin-3.1.2-r1 b/metadata/md5-cache/sys-cluster/spark-bin-3.1.2-r1 index dfbdec2c391b..8bd38966ad5c 100644 --- a/metadata/md5-cache/sys-cluster/spark-bin-3.1.2-r1 +++ b/metadata/md5-cache/sys-cluster/spark-bin-3.1.2-r1 @@ -9,5 +9,5 @@ LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 SLOT=3 SRC_URI=mirror://apache/spark/spark-3.1.2/spark-3.1.2-bin-hadoop3.2.tgz -> spark-bin-3.1.2-hadoop.tgz -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=89248e9103b728978862d444079db3a6 diff --git a/metadata/md5-cache/sys-cluster/zookeeper-bin-3.8.4 b/metadata/md5-cache/sys-cluster/zookeeper-bin-3.8.4 index 21ff05b2ec1e..998b450e170f 100644 --- a/metadata/md5-cache/sys-cluster/zookeeper-bin-3.8.4 +++ b/metadata/md5-cache/sys-cluster/zookeeper-bin-3.8.4 @@ -10,5 +10,5 @@ RDEPEND=acct-group/zookeeper acct-user/zookeeper >=virtual/jre-1.8 RESTRICT=mirror binchecks SLOT=0 SRC_URI=mirror://apache/zookeeper/zookeeper-3.8.4/apache-zookeeper-3.8.4-bin.tar.gz -> zookeeper-bin-3.8.4.tar.gz -_eclasses_=java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=9539d067118f9fe05026b2397b2e65b1 diff --git a/metadata/md5-cache/sys-cluster/zookeeper-bin-3.8.5 b/metadata/md5-cache/sys-cluster/zookeeper-bin-3.8.5 index 821317298fb5..bed911513b1a 100644 --- a/metadata/md5-cache/sys-cluster/zookeeper-bin-3.8.5 +++ b/metadata/md5-cache/sys-cluster/zookeeper-bin-3.8.5 @@ -10,5 +10,5 @@ RDEPEND=acct-group/zookeeper acct-user/zookeeper >=virtual/jre-1.8 RESTRICT=mirror binchecks SLOT=0 SRC_URI=mirror://apache/zookeeper/zookeeper-3.8.5/apache-zookeeper-3.8.5-bin.tar.gz -> zookeeper-bin-3.8.5.tar.gz -_eclasses_=java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=3a19df4798d59a21fc24d1cbadf24945 diff --git a/metadata/md5-cache/sys-cluster/zookeeper-bin-3.9.3 b/metadata/md5-cache/sys-cluster/zookeeper-bin-3.9.3 index 63a720b52a50..742e608a3b12 100644 --- a/metadata/md5-cache/sys-cluster/zookeeper-bin-3.9.3 +++ b/metadata/md5-cache/sys-cluster/zookeeper-bin-3.9.3 @@ -10,5 +10,5 @@ RDEPEND=acct-group/zookeeper acct-user/zookeeper >=virtual/jre-1.8 RESTRICT=mirror binchecks SLOT=0 SRC_URI=mirror://apache/zookeeper/zookeeper-3.9.3/apache-zookeeper-3.9.3-bin.tar.gz -> zookeeper-bin-3.9.3.tar.gz -_eclasses_=java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=3a19df4798d59a21fc24d1cbadf24945 diff --git a/metadata/md5-cache/sys-cluster/zookeeper-bin-3.9.4 b/metadata/md5-cache/sys-cluster/zookeeper-bin-3.9.4 index 25e61868a431..91da4be1765c 100644 --- a/metadata/md5-cache/sys-cluster/zookeeper-bin-3.9.4 +++ b/metadata/md5-cache/sys-cluster/zookeeper-bin-3.9.4 @@ -10,5 +10,5 @@ RDEPEND=acct-group/zookeeper acct-user/zookeeper >=virtual/jre-1.8 RESTRICT=mirror binchecks SLOT=0 SRC_URI=mirror://apache/zookeeper/zookeeper-3.9.4/apache-zookeeper-3.9.4-bin.tar.gz -> zookeeper-bin-3.9.4.tar.gz -_eclasses_=java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=3a19df4798d59a21fc24d1cbadf24945 diff --git a/metadata/md5-cache/sys-devel/gcc-13.4.1_p20260122 b/metadata/md5-cache/sys-devel/gcc-13.4.1_p20260122 new file mode 100644 index 000000000000..d53763da5ad2 --- /dev/null +++ b/metadata/md5-cache/sys-devel/gcc-13.4.1_p20260122 @@ -0,0 +1,16 @@ +BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20250306 app-alternatives/yacc sys-devel/binutils:* >=sys-devel/flex-2.5.4 nls? ( sys-devel/gettext ) test? ( || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) >=dev-util/dejagnu-1.4.4 >=sys-devel/autogen-5.5.4 ) doc? ( app-text/doxygen ) sys-apps/texinfo ada? ( || ( <sys-devel/gcc-14[ada] <dev-lang/ada-bootstrap-14 ) ) d? ( || ( <sys-devel/gcc-14[d(-)] sys-devel/gcc:11 ) ) +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv nls? ( virtual/libintl ) >=dev-libs/gmp-4.3.2:0= >=dev-libs/mpfr-2.4.2:0= >=dev-libs/mpc-0.8.1:0= objc-gc? ( >=dev-libs/boehm-gc-7.4.2 ) graphite? ( >=dev-libs/isl-0.14:0= ) sanitize? ( virtual/libcrypt ) systemtap? ( dev-debug/systemtap ) zstd? ( app-arch/zstd:= ) valgrind? ( dev-debug/valgrind ) +DESCRIPTION=The GNU Compiler Collection +EAPI=8 +HOMEPAGE=https://gcc.gnu.org/ +INHERIT=toolchain +IUSE=test vanilla +nls debug +cxx +fortran doc hardened multilib objc pgo objc-gc libssp objc++ openmp fixed-point go +sanitize graphite ada vtv jit +pie +ssp pch systemtap d lto cet zstd valgrind custom-cflags ieee-long-double default-znow default-stack-clash-protection modula2 time64 +LICENSE=GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+ +PDEPEND=>=sys-devel/gcc-config-2.11 +RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv nls? ( virtual/libintl ) >=dev-libs/gmp-4.3.2:0= >=dev-libs/mpfr-2.4.2:0= >=dev-libs/mpc-0.8.1:0= objc-gc? ( >=dev-libs/boehm-gc-7.4.2 ) graphite? ( >=dev-libs/isl-0.14:0= ) zstd? ( app-arch/zstd:= ) +RESTRICT=!test? ( test ) +SLOT=13 +SRC_URI=mirror://gcc/snapshots/13-20260122/gcc-13-20260122.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-13.3.0-patches-9.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-13.3.0-musl-patches-3.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 68899953542ff976fb3aa9def92d2a67 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_md5_=ff2edad410bc0ff4a1859b7482ed2774 diff --git a/metadata/md5-cache/sys-devel/gcc-14.3.1_p20260123 b/metadata/md5-cache/sys-devel/gcc-14.3.1_p20260123 new file mode 100644 index 000000000000..ce81ed6f8553 --- /dev/null +++ b/metadata/md5-cache/sys-devel/gcc-14.3.1_p20260123 @@ -0,0 +1,16 @@ +BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20250306 app-alternatives/yacc sys-devel/binutils:* >=sys-devel/flex-2.5.4 nls? ( sys-devel/gettext ) test? ( || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) >=dev-util/dejagnu-1.4.4 >=sys-devel/autogen-5.5.4 ) doc? ( app-text/doxygen ) sys-apps/texinfo ada? ( || ( <sys-devel/gcc-15[ada] <dev-lang/ada-bootstrap-15 ) ) d? ( || ( <sys-devel/gcc-15[d(-)] sys-devel/gcc:11 ) ) rust? ( || ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* ) ) +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv nls? ( virtual/libintl ) >=dev-libs/gmp-4.3.2:0= >=dev-libs/mpfr-2.4.2:0= >=dev-libs/mpc-0.8.1:0= objc-gc? ( >=dev-libs/boehm-gc-7.4.2 ) graphite? ( >=dev-libs/isl-0.14:0= ) sanitize? ( virtual/libcrypt ) systemtap? ( dev-debug/systemtap ) zstd? ( app-arch/zstd:= ) valgrind? ( dev-debug/valgrind ) +DESCRIPTION=The GNU Compiler Collection +EAPI=8 +HOMEPAGE=https://gcc.gnu.org/ +INHERIT=toolchain +IUSE=test vanilla +nls debug +cxx +fortran doc hardened multilib objc pgo objc-gc libssp objc++ openmp fixed-point go +sanitize graphite ada vtv jit +pie +ssp pch systemtap d lto cet zstd valgrind custom-cflags ieee-long-double default-znow default-stack-clash-protection modula2 rust time64 +LICENSE=GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+ +PDEPEND=>=sys-devel/gcc-config-2.11 +RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv nls? ( virtual/libintl ) >=dev-libs/gmp-4.3.2:0= >=dev-libs/mpfr-2.4.2:0= >=dev-libs/mpc-0.8.1:0= objc-gc? ( >=dev-libs/boehm-gc-7.4.2 ) graphite? ( >=dev-libs/isl-0.14:0= ) zstd? ( app-arch/zstd:= ) +RESTRICT=!test? ( test ) +SLOT=14 +SRC_URI=mirror://gcc/snapshots/14-20260123/gcc-14-20260123.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-14.3.0-patches-5.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-14.3.0-musl-patches-2.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 68899953542ff976fb3aa9def92d2a67 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_md5_=58118f5ff23a07b77aa9b5707805036f diff --git a/metadata/md5-cache/sys-devel/gcc-15.2.1_p20260124 b/metadata/md5-cache/sys-devel/gcc-15.2.1_p20260124 new file mode 100644 index 000000000000..56c5bcde5c9e --- /dev/null +++ b/metadata/md5-cache/sys-devel/gcc-15.2.1_p20260124 @@ -0,0 +1,16 @@ +BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20250306 app-alternatives/yacc sys-devel/binutils:* >=sys-devel/flex-2.5.4 nls? ( sys-devel/gettext ) test? ( || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) >=dev-util/dejagnu-1.4.4 >=sys-devel/autogen-5.5.4 ) doc? ( app-text/doxygen ) sys-apps/texinfo ada? ( || ( <sys-devel/gcc-16[ada] <dev-lang/ada-bootstrap-16 ) ) d? ( || ( <sys-devel/gcc-16[d(-)] sys-devel/gcc:11 ) ) rust? ( || ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* ) ) +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv nls? ( virtual/libintl ) >=dev-libs/gmp-4.3.2:0= >=dev-libs/mpfr-2.4.2:0= >=dev-libs/mpc-0.8.1:0= objc-gc? ( >=dev-libs/boehm-gc-7.4.2 ) graphite? ( >=dev-libs/isl-0.14:0= ) sanitize? ( virtual/libcrypt ) systemtap? ( dev-debug/systemtap ) zstd? ( app-arch/zstd:= ) valgrind? ( dev-debug/valgrind ) +DESCRIPTION=The GNU Compiler Collection +EAPI=8 +HOMEPAGE=https://gcc.gnu.org/ +INHERIT=toolchain +IUSE=test vanilla +nls debug +cxx +fortran doc hardened multilib objc pgo objc-gc libssp objc++ openmp fixed-point go +sanitize graphite ada vtv jit +pie +ssp pch systemtap d lto cet zstd valgrind custom-cflags ieee-long-double default-znow default-stack-clash-protection modula2 rust time64 libgdiagnostics cobol +LICENSE=GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+ +PDEPEND=>=sys-devel/gcc-config-2.11 +RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv nls? ( virtual/libintl ) >=dev-libs/gmp-4.3.2:0= >=dev-libs/mpfr-2.4.2:0= >=dev-libs/mpc-0.8.1:0= objc-gc? ( >=dev-libs/boehm-gc-7.4.2 ) graphite? ( >=dev-libs/isl-0.14:0= ) zstd? ( app-arch/zstd:= ) +RESTRICT=!test? ( test ) +SLOT=15 +SRC_URI=mirror://gcc/snapshots/15-20260124/gcc-15-20260124.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-15.2.0-patches-5.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-15.2.0-musl-patches-1.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 68899953542ff976fb3aa9def92d2a67 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_md5_=5967bb6b998b49d4e14edb7d0f4ba620 diff --git a/metadata/md5-cache/sys-devel/gettext-0.21.1 b/metadata/md5-cache/sys-devel/gettext-0.21.1 index b557c85d2500..852264f91581 100644 --- a/metadata/md5-cache/sys-devel/gettext-0.21.1 +++ b/metadata/md5-cache/sys-devel/gettext-0.21.1 @@ -12,5 +12,5 @@ PDEPEND=emacs? ( app-emacs/po-mode ) 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(-)?] >=virtual/libintl-0-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(-)?] >=dev-libs/libxml2-2.9.3:= dev-libs/expat acl? ( virtual/acl ) ncurses? ( sys-libs/ncurses:0= ) java? ( virtual/jdk:1.8 ) git? ( dev-vcs/git ) java? ( virtual/jre:1.8 ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0 SRC_URI=mirror://gnu/gettext/gettext-0.21.1.tar.xz verify-sig? ( mirror://gnu/gettext/gettext-0.21.1.tar.xz.sig ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=b4d949c3c41e44b5193a8972d3b728b9 diff --git a/metadata/md5-cache/sys-devel/gettext-0.22.5-r2 b/metadata/md5-cache/sys-devel/gettext-0.22.5-r2 index b3bfee10564c..fac86f7017ce 100644 --- a/metadata/md5-cache/sys-devel/gettext-0.22.5-r2 +++ b/metadata/md5-cache/sys-devel/gettext-0.22.5-r2 @@ -12,5 +12,5 @@ PDEPEND=emacs? ( app-emacs/po-mode ) 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(-)?] >=virtual/libintl-0-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(-)?] >=dev-libs/libxml2-2.9.3:= acl? ( virtual/acl ) ncurses? ( sys-libs/ncurses:= ) java? ( >=virtual/jdk-1.8:* ) xattr? ( sys-apps/attr ) git? ( dev-vcs/git ) java? ( >=virtual/jre-1.8:* ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0 SRC_URI=mirror://gnu/gettext/gettext-0.22.5.tar.xz verify-sig? ( mirror://gnu/gettext/gettext-0.22.5.tar.xz.sig ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=8198417f3396424c4b316c44a0765e86 diff --git a/metadata/md5-cache/sys-devel/gettext-0.23.1-r1 b/metadata/md5-cache/sys-devel/gettext-0.23.1-r1 index 98b901a746f6..591a8c7274b6 100644 --- a/metadata/md5-cache/sys-devel/gettext-0.23.1-r1 +++ b/metadata/md5-cache/sys-devel/gettext-0.23.1-r1 @@ -12,5 +12,5 @@ PDEPEND=emacs? ( app-emacs/po-mode ) 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(-)?] >=virtual/libintl-0-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(-)?] >=dev-libs/libxml2-2.9.3:= acl? ( virtual/acl ) ncurses? ( sys-libs/ncurses:= ) java? ( >=virtual/jdk-1.8:* ) xattr? ( sys-apps/attr ) git? ( dev-vcs/git ) java? ( >=virtual/jre-1.8:* ) nls? ( app-i18n/gnulib-l10n ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0 SRC_URI=mirror://gnu/gettext/gettext-0.23.1.tar.xz verify-sig? ( mirror://gnu/gettext/gettext-0.23.1.tar.xz.sig ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=b826a0c749e02b3e30f801cbec83381c diff --git a/metadata/md5-cache/sys-devel/gettext-0.23.2 b/metadata/md5-cache/sys-devel/gettext-0.23.2 index 2120d8356a08..d004ad0f297a 100644 --- a/metadata/md5-cache/sys-devel/gettext-0.23.2 +++ b/metadata/md5-cache/sys-devel/gettext-0.23.2 @@ -12,5 +12,5 @@ PDEPEND=emacs? ( app-emacs/po-mode ) 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(-)?] >=virtual/libintl-0-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(-)?] >=dev-libs/libxml2-2.9.3:= acl? ( virtual/acl ) ncurses? ( sys-libs/ncurses:= ) java? ( >=virtual/jdk-1.8:* ) xattr? ( sys-apps/attr ) git? ( dev-vcs/git ) java? ( >=virtual/jre-1.8:* ) nls? ( app-i18n/gnulib-l10n ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0 SRC_URI=mirror://gnu/gettext/gettext-0.23.2.tar.xz verify-sig? ( mirror://gnu/gettext/gettext-0.23.2.tar.xz.sig ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=97da61c7e5b7816c2b46e9d72308d9fd diff --git a/metadata/md5-cache/sys-devel/gettext-0.25.1 b/metadata/md5-cache/sys-devel/gettext-0.25.1 index 0a7c73c67301..a7dd452a483f 100644 --- a/metadata/md5-cache/sys-devel/gettext-0.25.1 +++ b/metadata/md5-cache/sys-devel/gettext-0.25.1 @@ -12,5 +12,5 @@ PDEPEND=emacs? ( app-emacs/po-mode ) 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(-)?] >=virtual/libintl-0-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(-)?] >=dev-libs/libxml2-2.9.3:= acl? ( virtual/acl ) ncurses? ( sys-libs/ncurses:= ) java? ( >=virtual/jdk-1.8:* ) xattr? ( sys-apps/attr ) git? ( dev-vcs/git ) java? ( >=virtual/jre-1.8:* ) nls? ( app-i18n/gnulib-l10n ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0 SRC_URI=mirror://gnu/gettext/gettext-0.25.1.tar.xz verify-sig? ( mirror://gnu/gettext/gettext-0.25.1.tar.xz.sig ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=c163608a935d55f27809e3f57f801ae8 diff --git a/metadata/md5-cache/sys-devel/gettext-0.26 b/metadata/md5-cache/sys-devel/gettext-0.26 index 3e72ce78fe8d..f7f75f197f7c 100644 --- a/metadata/md5-cache/sys-devel/gettext-0.26 +++ b/metadata/md5-cache/sys-devel/gettext-0.26 @@ -12,5 +12,5 @@ PDEPEND=emacs? ( app-emacs/po-mode ) 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(-)?] >=virtual/libintl-0-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(-)?] >=dev-libs/libxml2-2.9.3:= acl? ( virtual/acl ) ncurses? ( sys-libs/ncurses:= ) java? ( >=virtual/jdk-1.8:* ) xattr? ( sys-apps/attr ) git? ( dev-vcs/git ) java? ( >=virtual/jre-1.8:* ) nls? ( app-i18n/gnulib-l10n ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0 SRC_URI=mirror://gnu/gettext/gettext-0.26.tar.xz verify-sig? ( mirror://gnu/gettext/gettext-0.26.tar.xz.sig ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 cfe09ee08c1c7907ffee08abd026fd4b java-utils-2 3febdd17a5820c438f6368dde60d4848 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 java-pkg-opt-2 fb182c4f9d67f6042f8b265a6724cdd7 java-utils-2 b41327d85d12ce816943cf4d344add19 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=c163608a935d55f27809e3f57f801ae8 diff --git a/metadata/md5-cache/sys-firmware/sof-firmware-2025.12 b/metadata/md5-cache/sys-firmware/sof-firmware-2025.12 index 1c787cbbf28f..29978edae068 100644 --- a/metadata/md5-cache/sys-firmware/sof-firmware-2025.12 +++ b/metadata/md5-cache/sys-firmware/sof-firmware-2025.12 @@ -3,9 +3,9 @@ DESCRIPTION=Sound Open Firmware (SOF) binary files EAPI=8 HOMEPAGE=https://www.sofproject.org https://github.com/thesofproject/sof https://github.com/thesofproject/sof-bin IUSE=tools -KEYWORDS=~amd64 +KEYWORDS=amd64 LICENSE=BSD RDEPEND=tools? ( media-libs/alsa-lib sys-libs/glibc ) SLOT=0 SRC_URI=https://github.com/thesofproject/sof-bin/releases/download/v2025.12/sof-bin-2025.12.tar.gz -> sof-firmware-2025.12.tar.gz -_md5_=96d9376ac045bc1ace042bce3758b003 +_md5_=02d47c145684864a83e6a47019c6fbab diff --git a/metadata/md5-cache/sys-firmware/sof-firmware-2025.12.1 b/metadata/md5-cache/sys-firmware/sof-firmware-2025.12.1 new file mode 100644 index 000000000000..36c07a38e826 --- /dev/null +++ b/metadata/md5-cache/sys-firmware/sof-firmware-2025.12.1 @@ -0,0 +1,11 @@ +DEFINED_PHASES=install preinst +DESCRIPTION=Sound Open Firmware (SOF) binary files +EAPI=8 +HOMEPAGE=https://www.sofproject.org https://github.com/thesofproject/sof https://github.com/thesofproject/sof-bin +IUSE=tools +KEYWORDS=~amd64 +LICENSE=BSD +RDEPEND=tools? ( media-libs/alsa-lib sys-libs/glibc ) +SLOT=0 +SRC_URI=https://github.com/thesofproject/sof-bin/releases/download/v2025.12.1/sof-bin-2025.12.1.tar.gz -> sof-firmware-2025.12.1.tar.gz +_md5_=3507e6fe9aabe77dfad3b67526e3434e diff --git a/metadata/md5-cache/sys-fs/jdiskreport-bin-1.4.1-r1 b/metadata/md5-cache/sys-fs/jdiskreport-bin-1.4.1-r1 index a9556a9c0eee..9b8ea0d42ffb 100644 --- a/metadata/md5-cache/sys-fs/jdiskreport-bin-1.4.1-r1 +++ b/metadata/md5-cache/sys-fs/jdiskreport-bin-1.4.1-r1 @@ -10,5 +10,5 @@ LICENSE=freedist RDEPEND=virtual/jre:1.8 >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=http://www.jgoodies.com/download/jdiskreport/jdiskreport-1_4_1.zip -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=7a0ddc8c0c624cf4ba31eb67eebcc1c6 diff --git a/metadata/md5-cache/sys-fs/jdiskreport-bin-2_beta5 b/metadata/md5-cache/sys-fs/jdiskreport-bin-2_beta5 index 379706eba5f0..4773f4182a0d 100644 --- a/metadata/md5-cache/sys-fs/jdiskreport-bin-2_beta5 +++ b/metadata/md5-cache/sys-fs/jdiskreport-bin-2_beta5 @@ -10,5 +10,5 @@ LICENSE=freedist RDEPEND=<=virtual/jre-21 >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=https://www.jgoodies.com/download/jdiskreport2/jdiskreport-2beta5.jar -_eclasses_=java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 +_eclasses_=java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 _md5_=47d76d63a8844a7a22667a86eb8450fa diff --git a/metadata/md5-cache/sys-libs/glibc-2.42-r5 b/metadata/md5-cache/sys-libs/glibc-2.42-r5 index 554ec2de1a7e..1b216387224e 100644 --- a/metadata/md5-cache/sys-libs/glibc-2.42-r5 +++ b/metadata/md5-cache/sys-libs/glibc-2.42-r5 @@ -7,6 +7,7 @@ HOMEPAGE=https://www.gnu.org/software/libc/ IDEPEND=!compile-locales? ( sys-apps/locale-gen ) INHERIT=python-any-r1 prefix preserve-libs toolchain-funcs flag-o-matic gnuconfig multilib systemd multiprocessing tmpfiles eapi9-ver verify-sig IUSE=audit caps cet compile-locales custom-cflags doc gd hash-sysv-compat headers-only +multiarch multilib multilib-bootstrap nscd perl profile selinux sframe +ssp stack-realign +static-libs suid systemd systemtap test vanilla verify-sig +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 LICENSE=LGPL-2.1+ BSD HPND ISC inner-net rc PCRE PDEPEND=!vanilla? ( sys-libs/timezone-data ) RDEPEND=gd? ( media-libs/gd:2= ) nscd? ( selinux? ( audit? ( sys-process/audit ) caps? ( sys-libs/libcap ) ) ) suid? ( caps? ( sys-libs/libcap ) ) selinux? ( sys-libs/libselinux ) systemtap? ( dev-debug/systemtap ) !<app-misc/pax-utils-1.3.3 !<sys-apps/systemd-254.9-r1 perl? ( dev-lang/perl ) >=net-dns/libidn2-2.3.0 vanilla? ( !sys-libs/timezone-data ) @@ -14,4 +15,4 @@ RESTRICT=!test? ( test ) SLOT=2.2 SRC_URI=mirror://gnu/glibc/glibc-2.42.tar.xz verify-sig? ( mirror://gnu/glibc/glibc-2.42.tar.xz.sig ) https://dev.gentoo.org/~dilfridge/distfiles/glibc-2.42-patches-7.tar.xz multilib-bootstrap? ( https://dev.gentoo.org/~dilfridge/distfiles/gcc-multilib-bootstrap-20201208.tar.xz ) systemd? ( https://gitweb.gentoo.org/proj/toolchain/glibc-systemd.git/snapshot/glibc-systemd-20210729.tar.gz ) _eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd eapi9-ver 6a71fa30cdb3fe445114fdeab156c1f0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f prefix c3c4c93ebda319c0fa7ed6f942ba1010 preserve-libs 8692a88c92b5ae250732743932d8ebda python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad -_md5_=359eb53d136dc99a9f94a00858bb59af +_md5_=6ad33908c874aa286e17a58dd609d11f diff --git a/metadata/md5-cache/sys-power/sandmann-bin-1.3.1 b/metadata/md5-cache/sys-power/sandmann-bin-1.3.1 index 8161406315e0..a0720eb35e96 100644 --- a/metadata/md5-cache/sys-power/sandmann-bin-1.3.1 +++ b/metadata/md5-cache/sys-power/sandmann-bin-1.3.1 @@ -9,5 +9,5 @@ LICENSE=GPL-3+ LGPL-3 RDEPEND=acct-user/sandmann >=dev-java/java-config-2.3.2 sys-apps/systemd sys-auth/polkit >=virtual/jre-17 virtual/tmpfiles SLOT=0 SRC_URI=https://geekplace.eu/projects/sandmann/archive/sandmann-1.3.1.tar.xz -_eclasses_=java-utils-2 3febdd17a5820c438f6368dde60d4848 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=java-utils-2 b41327d85d12ce816943cf4d344add19 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=40771d7c8fdf69f7462b4784d59ee188 diff --git a/metadata/md5-cache/sys-power/sandmann-bin-1.4.1-r1 b/metadata/md5-cache/sys-power/sandmann-bin-1.4.1-r1 index 1c760d238844..36585d70de83 100644 --- a/metadata/md5-cache/sys-power/sandmann-bin-1.4.1-r1 +++ b/metadata/md5-cache/sys-power/sandmann-bin-1.4.1-r1 @@ -9,5 +9,5 @@ LICENSE=GPL-3+ LGPL-3 RDEPEND=acct-user/sandmann acct-group/sandmann-ctrl >=dev-java/java-config-2.3.2 net-misc/socat sys-apps/systemd sys-auth/polkit >=virtual/jre-17 virtual/tmpfiles SLOT=0 SRC_URI=https://geekplace.eu/projects/sandmann/archive/sandmann-1.4.1.tar.xz -_eclasses_=java-utils-2 3febdd17a5820c438f6368dde60d4848 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_eclasses_=java-utils-2 b41327d85d12ce816943cf4d344add19 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 _md5_=cc404b838b6afcc5166decb280377d6f diff --git a/metadata/md5-cache/sys-process/fcron-3.4.0-r1 b/metadata/md5-cache/sys-process/fcron-3.4.0-r1 index ed02bd5b4039..bd2b70e27d4d 100644 --- a/metadata/md5-cache/sys-process/fcron-3.4.0-r1 +++ b/metadata/md5-cache/sys-process/fcron-3.4.0-r1 @@ -12,4 +12,4 @@ RDEPEND=acct-group/fcron acct-user/fcron virtual/libcrypt:= audit? ( sys-process SLOT=0 SRC_URI=http://fcron.free.fr/archives/fcron-3.4.0.src.tar.gz -> fcron-3.4.0.tar.gz _eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 cron 7a997e295d297e4fa5c9ef0db828ee88 eapi9-ver 6a71fa30cdb3fe445114fdeab156c1f0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 pam b56d0c9c20fc5b553f13c8ae165a10a5 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 user-info 563da40a1a20ea1e55bbf4d149fc190d -_md5_=0f397904304256f6ec82e5ef55c70777 +_md5_=b39dfd26beab45d834554e9f3ac9d921 diff --git a/metadata/md5-cache/sys-process/procps-4.0.5-r4 b/metadata/md5-cache/sys-process/procps-4.0.5-r4 new file mode 100644 index 000000000000..0aa8d33aedb9 --- /dev/null +++ b/metadata/md5-cache/sys-process/procps-4.0.5-r4 @@ -0,0 +1,16 @@ +BDEPEND=elogind? ( virtual/pkgconfig ) elibc_musl? ( virtual/pkgconfig ) ncurses? ( virtual/pkgconfig ) systemd? ( virtual/pkgconfig ) test? ( dev-util/dejagnu ) sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18:1.18 >=dev-build/automake-1.17-r1:1.17 ) || ( >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3 +DEFINED_PHASES=compile configure install prepare test +DEPEND=elogind? ( sys-auth/elogind ) elibc_musl? ( sys-libs/error-standalone ) ncurses? ( >=sys-libs/ncurses-5.7-r7:=[unicode(+)?] ) selinux? ( sys-libs/libselinux[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[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) +DESCRIPTION=Standard informational utilities and process-handling tools +EAPI=8 +HOMEPAGE=https://gitlab.com/procps-ng/procps +INHERIT=autotools flag-o-matic multilib-minimal toolchain-funcs +IUSE=elogind +kill modern-top +ncurses nls selinux static-libs skill systemd test unicode abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +LICENSE=GPL-2+ LGPL-2+ LGPL-2.1+ +RDEPEND=elogind? ( sys-auth/elogind ) elibc_musl? ( sys-libs/error-standalone ) ncurses? ( >=sys-libs/ncurses-5.7-r7:=[unicode(+)?] ) selinux? ( sys-libs/libselinux[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[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !<app-i18n/man-pages-l10n-4.2.0-r1 !<app-i18n/man-pages-zh_CN-1.6.4.2 kill? ( !sys-apps/coreutils[kill] !sys-apps/util-linux[kill] ) +RESTRICT=!test? ( test ) +SLOT=0/1-ng +SRC_URI=https://downloads.sourceforge.net/procps-ng/procps-ng-4.0.5.tar.xz +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 +_md5_=6c99773af1cfab56001735801a4ab09f diff --git a/metadata/md5-cache/www-apps/zeppelin-bin-0.11.2 b/metadata/md5-cache/www-apps/zeppelin-bin-0.11.2 index 22f68b9732e0..b6eeba4548b5 100644 --- a/metadata/md5-cache/www-apps/zeppelin-bin-0.11.2 +++ b/metadata/md5-cache/www-apps/zeppelin-bin-0.11.2 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 MIT OFL-1.1 WTFPL-2 BSD BSD-2 CC0-1.0 CDDL EPL-1.0 EPL-2.0 RDEPEND=acct-group/zeppelin acct-user/zeppelin >=virtual/jre-1.8 >=dev-java/java-config-2.2.0-r3 SLOT=0 SRC_URI=mirror://apache/zeppelin/zeppelin-0.11.2/zeppelin-0.11.2-bin-all.tgz -> zeppelin-bin-0.11.2.tgz verify-sig? ( mirror://apache/zeppelin/zeppelin-0.11.2/zeppelin-0.11.2-bin-all.tgz.asc -> zeppelin-bin-0.11.2.tgz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=6b365afa36d6aa0d1cea2a0635b4dd99 diff --git a/metadata/md5-cache/www-client/librewolf-147.0.1_p3 b/metadata/md5-cache/www-client/librewolf-147.0.1_p3 new file mode 100644 index 000000000000..55e9bdb1100f --- /dev/null +++ b/metadata/md5-cache/www-client/librewolf-147.0.1_p3 @@ -0,0 +1,18 @@ +BDEPEND=|| ( dev-lang/python:3.14[ncurses,sqlite,ssl] dev-lang/python:3.13[ncurses,sqlite,ssl] dev-lang/python:3.12[ncurses,sqlite,ssl] dev-lang/python:3.11[ncurses,sqlite,ssl] dev-lang/python:3.10[ncurses,sqlite,ssl] ) llvm_slot_19? ( llvm-core/clang:19 llvm-core/llvm:19 clang? ( llvm-core/lld:19 pgo? ( llvm-runtimes/compiler-rt-sanitizers:19[profile] ) ) wasm-sandbox? ( llvm-core/lld:19 ) ) llvm_slot_20? ( llvm-core/clang:20 llvm-core/llvm:20 clang? ( llvm-core/lld:20 pgo? ( llvm-runtimes/compiler-rt-sanitizers:20[profile] ) ) wasm-sandbox? ( llvm-core/lld:20 ) ) llvm_slot_21? ( llvm-core/clang:21 llvm-core/llvm:21 clang? ( llvm-core/lld:21 pgo? ( llvm-runtimes/compiler-rt-sanitizers:21[profile] ) ) wasm-sandbox? ( llvm-core/lld:21 ) ) app-alternatives/awk app-arch/unzip app-arch/zip >=dev-util/cbindgen-0.29.1 net-libs/nodejs virtual/pkgconfig 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-wm/tinywl x11-misc/xkeyboard-config ) ) llvm_slot_19? ( || ( dev-lang/rust-bin:1.86.0[llvm_slot_19] dev-lang/rust:1.86.0[llvm_slot_19] dev-lang/rust-bin:1.85.1[llvm_slot_19] dev-lang/rust:1.85.1[llvm_slot_19] dev-lang/rust-bin:1.85.0[llvm_slot_19] dev-lang/rust:1.85.0[llvm_slot_19] dev-lang/rust-bin:1.84.1[llvm_slot_19] dev-lang/rust:1.84.1[llvm_slot_19] dev-lang/rust-bin:1.84.0[llvm_slot_19] dev-lang/rust:1.84.0[llvm_slot_19] dev-lang/rust-bin:1.83.0[llvm_slot_19] dev-lang/rust:1.83.0[llvm_slot_19] dev-lang/rust-bin:1.82.0[llvm_slot_19] dev-lang/rust:1.82.0[llvm_slot_19] ) ) llvm_slot_20? ( || ( dev-lang/rust-bin:1.90.0[llvm_slot_20] dev-lang/rust:1.90.0[llvm_slot_20] dev-lang/rust-bin:1.89.0[llvm_slot_20] dev-lang/rust:1.89.0[llvm_slot_20] dev-lang/rust-bin:1.88.0[llvm_slot_20] dev-lang/rust:1.88.0[llvm_slot_20] dev-lang/rust-bin:1.87.0[llvm_slot_20] dev-lang/rust:1.87.0[llvm_slot_20] ) ) llvm_slot_21? ( || ( dev-lang/rust-bin:9999[llvm_slot_21] dev-lang/rust:9999[llvm_slot_21] dev-lang/rust-bin:1.92.0[llvm_slot_21] dev-lang/rust:1.92.0[llvm_slot_21] dev-lang/rust-bin:1.91.0[llvm_slot_21] dev-lang/rust:1.91.0[llvm_slot_21] ) ) +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=selinux? ( sec-policy/selinux-mozilla ) >=app-accessibility/at-spi2-core-2.46.0:2 dev-libs/glib:2 dev-libs/libffi:= >=dev-libs/nss-3.119 >=dev-libs/nspr-4.38 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/mesa media-video/ffmpeg virtual/zlib:= virtual/freedesktop-icon-theme x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/libdrm x11-libs/pango x11-libs/pixman dbus? ( sys-apps/dbus ) jack? ( virtual/jack ) pulseaudio? ( || ( media-libs/libpulse >=media-sound/apulse-0.1.12-r4[sdk] ) ) libproxy? ( net-libs/libproxy ) selinux? ( sec-policy/selinux-mozilla ) sndio? ( >=media-sound/sndio-1.8.0-r1 ) system-av1? ( >=media-libs/dav1d-1.0.0:= >=media-libs/libaom-3.10.0:= ) system-harfbuzz? ( >=media-libs/harfbuzz-2.8.1:0= !wasm-sandbox? ( >=media-gfx/graphite2-1.3.13 ) ) system-icu? ( >=dev-libs/icu-78.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-pipewire? ( >=media-video/pipewire-1.4.7-r2:= ) system-png? ( >=media-libs/libpng-1.6.45:0=[apng] ) system-webp? ( >=media-libs/libwebp-1.1.0:0= ) valgrind? ( dev-debug/valgrind ) wayland? ( >=media-libs/libepoxy-1.5.10-r1 x11-libs/gtk+:3[wayland] ) wifi? ( kernel_linux? ( || ( net-misc/networkmanager net-misc/connman[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/libXrandr x11-libs/libxcb:= ) X? ( x11-base/xorg-proto x11-libs/libICE x11-libs/libSM ) +DESCRIPTION=LibreWolf Web Browser +EAPI=8 +HOMEPAGE=https://librewolf.net/ +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=check-reqs desktop flag-o-matic gnome2-utils linux-info llvm-r1 multiprocessing optfeature pax-utils python-any-r1 readme.gentoo-r1 rust toolchain-funcs virtualx xdg +IUSE=+clang dbus debug eme-free +hardened hwaccel jack libproxy pgo pulseaudio selinux sndio +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx system-pipewire system-png +system-webp test valgrind wayland wifi +X +gmp-autoupdate jpegxl +jumbo-build openh264 telemetry wasm-sandbox 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_skr l10n_son l10n_szl l10n_ta l10n_te l10n_tl l10n_trs l10n_ur l10n_xh +llvm_slot_21 llvm_slot_19 llvm_slot_20 +KEYWORDS=~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86 +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=selinux? ( sec-policy/selinux-mozilla ) >=app-accessibility/at-spi2-core-2.46.0:2 dev-libs/glib:2 dev-libs/libffi:= >=dev-libs/nss-3.119 >=dev-libs/nspr-4.38 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/mesa media-video/ffmpeg virtual/zlib:= virtual/freedesktop-icon-theme x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/libdrm x11-libs/pango x11-libs/pixman dbus? ( sys-apps/dbus ) jack? ( virtual/jack ) pulseaudio? ( || ( media-libs/libpulse >=media-sound/apulse-0.1.12-r4[sdk] ) ) libproxy? ( net-libs/libproxy ) selinux? ( sec-policy/selinux-mozilla ) sndio? ( >=media-sound/sndio-1.8.0-r1 ) system-av1? ( >=media-libs/dav1d-1.0.0:= >=media-libs/libaom-3.10.0:= ) system-harfbuzz? ( >=media-libs/harfbuzz-2.8.1:0= !wasm-sandbox? ( >=media-gfx/graphite2-1.3.13 ) ) system-icu? ( >=dev-libs/icu-78.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-pipewire? ( >=media-video/pipewire-1.4.7-r2:= ) system-png? ( >=media-libs/libpng-1.6.45:0=[apng] ) system-webp? ( >=media-libs/libwebp-1.1.0:0= ) valgrind? ( dev-debug/valgrind ) wayland? ( >=media-libs/libepoxy-1.5.10-r1 x11-libs/gtk+:3[wayland] ) wifi? ( kernel_linux? ( || ( net-misc/networkmanager net-misc/connman[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/libXrandr 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? ( jumbo-build ) wayland? ( dbus ) wifi? ( dbus ) ^^ ( llvm_slot_19 llvm_slot_20 llvm_slot_21 ) +RESTRICT=mirror !test? ( test ) +SLOT=0/147 +SRC_URI=https://codeberg.org/api/packages/librewolf/generic/librewolf-source/147.0.1-3/librewolf-147.0.1-3.source.tar.gz -> librewolf-147.0.1-3.source.tar.gz https://dev.gentoo.org/~juippis/mozilla/patchsets/firefox-147-patches-01.tar.xz wasm-sandbox? ( amd64? ( https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-29/wasi-sdk-29.0-x86_64-linux.tar.gz ) arm64? ( https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-29/wasi-sdk-29.0-arm64-linux.tar.gz ) ) l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/af.xpi -> firefox-147.0.1-af.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/ar.xpi -> firefox-147.0.1-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/ast.xpi -> firefox-147.0.1-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/be.xpi -> firefox-147.0.1-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/bg.xpi -> firefox-147.0.1-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/br.xpi -> firefox-147.0.1-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/ca.xpi -> firefox-147.0.1-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/cak.xpi -> firefox-147.0.1-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/cs.xpi -> firefox-147.0.1-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/cy.xpi -> firefox-147.0.1-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/da.xpi -> firefox-147.0.1-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/de.xpi -> firefox-147.0.1-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/dsb.xpi -> firefox-147.0.1-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/el.xpi -> firefox-147.0.1-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/en-CA.xpi -> firefox-147.0.1-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/en-GB.xpi -> firefox-147.0.1-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/es-AR.xpi -> firefox-147.0.1-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/es-ES.xpi -> firefox-147.0.1-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/et.xpi -> firefox-147.0.1-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/eu.xpi -> firefox-147.0.1-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/fi.xpi -> firefox-147.0.1-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/fr.xpi -> firefox-147.0.1-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/fy-NL.xpi -> firefox-147.0.1-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/ga-IE.xpi -> firefox-147.0.1-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/gd.xpi -> firefox-147.0.1-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/gl.xpi -> firefox-147.0.1-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/he.xpi -> firefox-147.0.1-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/hr.xpi -> firefox-147.0.1-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/hsb.xpi -> firefox-147.0.1-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/hu.xpi -> firefox-147.0.1-hu.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/id.xpi -> firefox-147.0.1-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/is.xpi -> firefox-147.0.1-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/it.xpi -> firefox-147.0.1-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/ja.xpi -> firefox-147.0.1-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/ka.xpi -> firefox-147.0.1-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/kab.xpi -> firefox-147.0.1-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/kk.xpi -> firefox-147.0.1-kk.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/ko.xpi -> firefox-147.0.1-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/lt.xpi -> firefox-147.0.1-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/lv.xpi -> firefox-147.0.1-lv.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/ms.xpi -> firefox-147.0.1-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/nb-NO.xpi -> firefox-147.0.1-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/nl.xpi -> firefox-147.0.1-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/nn-NO.xpi -> firefox-147.0.1-nn-NO.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/pa-IN.xpi -> firefox-147.0.1-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/pl.xpi -> firefox-147.0.1-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/pt-BR.xpi -> firefox-147.0.1-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/pt-PT.xpi -> firefox-147.0.1-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/rm.xpi -> firefox-147.0.1-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/ro.xpi -> firefox-147.0.1-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/ru.xpi -> firefox-147.0.1-ru.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/sk.xpi -> firefox-147.0.1-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/sl.xpi -> firefox-147.0.1-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/sq.xpi -> firefox-147.0.1-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/sr.xpi -> firefox-147.0.1-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/sv-SE.xpi -> firefox-147.0.1-sv-SE.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/th.xpi -> firefox-147.0.1-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/tr.xpi -> firefox-147.0.1-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/uk.xpi -> firefox-147.0.1-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/uz.xpi -> firefox-147.0.1-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/vi.xpi -> firefox-147.0.1-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/zh-CN.xpi -> firefox-147.0.1-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/zh-TW.xpi -> firefox-147.0.1-zh-TW.xpi ) l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/ach.xpi -> firefox-147.0.1-ach.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/an.xpi -> firefox-147.0.1-an.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/az.xpi -> firefox-147.0.1-az.xpi ) l10n_bn? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/bn.xpi -> firefox-147.0.1-bn.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/bs.xpi -> firefox-147.0.1-bs.xpi ) l10n_ca-valencia? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/ca-valencia.xpi -> firefox-147.0.1-ca-valencia.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/eo.xpi -> firefox-147.0.1-eo.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/es-CL.xpi -> firefox-147.0.1-es-CL.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/es-MX.xpi -> firefox-147.0.1-es-MX.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/fa.xpi -> firefox-147.0.1-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/ff.xpi -> firefox-147.0.1-ff.xpi ) l10n_fur? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/fur.xpi -> firefox-147.0.1-fur.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/gn.xpi -> firefox-147.0.1-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/gu-IN.xpi -> firefox-147.0.1-gu-IN.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/hi-IN.xpi -> firefox-147.0.1-hi-IN.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/hy-AM.xpi -> firefox-147.0.1-hy-AM.xpi ) l10n_ia? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/ia.xpi -> firefox-147.0.1-ia.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/km.xpi -> firefox-147.0.1-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/kn.xpi -> firefox-147.0.1-kn.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/lij.xpi -> firefox-147.0.1-lij.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/mk.xpi -> firefox-147.0.1-mk.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/mr.xpi -> firefox-147.0.1-mr.xpi ) l10n_my? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/my.xpi -> firefox-147.0.1-my.xpi ) l10n_ne? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/ne-NP.xpi -> firefox-147.0.1-ne-NP.xpi ) l10n_oc? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/oc.xpi -> firefox-147.0.1-oc.xpi ) l10n_sc? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/sc.xpi -> firefox-147.0.1-sc.xpi ) l10n_sco? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/sco.xpi -> firefox-147.0.1-sco.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/si.xpi -> firefox-147.0.1-si.xpi ) l10n_skr? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/skr.xpi -> firefox-147.0.1-skr.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/son.xpi -> firefox-147.0.1-son.xpi ) l10n_szl? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/szl.xpi -> firefox-147.0.1-szl.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/ta.xpi -> firefox-147.0.1-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/te.xpi -> firefox-147.0.1-te.xpi ) l10n_tl? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/tl.xpi -> firefox-147.0.1-tl.xpi ) l10n_trs? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/trs.xpi -> firefox-147.0.1-trs.xpi ) l10n_ur? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/ur.xpi -> firefox-147.0.1-ur.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/147.0.1/linux-x86_64/xpi/xh.xpi -> firefox-147.0.1-xh.xpi ) +_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c desktop 7b6f6e9d65093966fbc8475399c5dd4e flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 linux-info efd923656513c879204fec6638eadee5 llvm-r1 59c52dab9ddf3ca54e79003177507e97 llvm-utils 64536677f4b4365e25e9b739163bed58 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 rust 20da14430886f3de143eb101684fcf62 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=dc4cda0122fa1e1d2bb7aac9dd6c04a3 diff --git a/metadata/md5-cache/www-client/librewolf-bin-146.0.1_p1 b/metadata/md5-cache/www-client/librewolf-bin-146.0.1_p1 deleted file mode 100644 index 37106408f5b0..000000000000 --- a/metadata/md5-cache/www-client/librewolf-bin-146.0.1_p1 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=app-arch/unzip -DEFINED_PHASES=install postinst postrm preinst setup unpack -DESCRIPTION=LibreWolf Web Browser -EAPI=8 -HOMEPAGE=https://librewolf.net/ -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=desktop linux-info optfeature pax-utils xdg -IUSE=selinux wayland -KEYWORDS=-* amd64 ~arm64 -LICENSE=MPL-2.0 GPL-2 LGPL-2.1 -RDEPEND=|| ( media-libs/libpulse media-sound/apulse ) >=app-accessibility/at-spi2-core-2.46.0:2 >=dev-libs/glib-2.26:2 media-libs/alsa-lib media-libs/fontconfig >=media-libs/freetype-2.4.10 sys-apps/dbus virtual/freedesktop-icon-theme >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.11:3[X,wayland?] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libxcb >=x11-libs/pango-1.22.0 selinux? ( sec-policy/selinux-mozilla ) -RESTRICT=strip -SLOT=0 -SRC_URI=amd64? ( https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/146.0.1-1/librewolf-146.0.1-1-linux-x86_64-package.tar.xz ) arm64? ( https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/146.0.1-1/librewolf-146.0.1-1-linux-arm64-package.tar.xz ) -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e linux-info efd923656513c879204fec6638eadee5 optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=a55f4a901cafca994be8043ac9bdeddc diff --git a/metadata/md5-cache/www-client/librewolf-bin-146.0_p2 b/metadata/md5-cache/www-client/librewolf-bin-146.0_p2 deleted file mode 100644 index a9780b88b015..000000000000 --- a/metadata/md5-cache/www-client/librewolf-bin-146.0_p2 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=app-arch/unzip -DEFINED_PHASES=install postinst postrm preinst setup unpack -DESCRIPTION=LibreWolf Web Browser -EAPI=8 -HOMEPAGE=https://librewolf.net/ -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=desktop linux-info optfeature pax-utils xdg -IUSE=selinux wayland -KEYWORDS=-* amd64 ~arm64 -LICENSE=MPL-2.0 GPL-2 LGPL-2.1 -RDEPEND=|| ( media-libs/libpulse media-sound/apulse ) >=app-accessibility/at-spi2-core-2.46.0:2 >=dev-libs/glib-2.26:2 media-libs/alsa-lib media-libs/fontconfig >=media-libs/freetype-2.4.10 sys-apps/dbus virtual/freedesktop-icon-theme >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.11:3[X,wayland?] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libxcb >=x11-libs/pango-1.22.0 selinux? ( sec-policy/selinux-mozilla ) -RESTRICT=strip -SLOT=0 -SRC_URI=amd64? ( https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/146.0-2/librewolf-146.0-2-linux-x86_64-package.tar.xz ) arm64? ( https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/146.0-2/librewolf-146.0-2-linux-arm64-package.tar.xz ) -_eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e linux-info efd923656513c879204fec6638eadee5 optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=a55f4a901cafca994be8043ac9bdeddc diff --git a/metadata/md5-cache/www-client/librewolf-bin-145.0.2_p1 b/metadata/md5-cache/www-client/librewolf-bin-147.0.1_p3 index 3913ee4945ad..86a5d15751db 100644 --- a/metadata/md5-cache/www-client/librewolf-bin-145.0.2_p1 +++ b/metadata/md5-cache/www-client/librewolf-bin-147.0.1_p3 @@ -8,9 +8,9 @@ INHERIT=desktop linux-info optfeature pax-utils xdg IUSE=selinux wayland KEYWORDS=-* amd64 ~arm64 LICENSE=MPL-2.0 GPL-2 LGPL-2.1 -RDEPEND=|| ( media-libs/libpulse media-sound/apulse ) >=app-accessibility/at-spi2-core-2.46.0:2 >=dev-libs/glib-2.26:2 media-libs/alsa-lib media-libs/fontconfig >=media-libs/freetype-2.4.10 sys-apps/dbus virtual/freedesktop-icon-theme >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.11:3[X,wayland?] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libxcb >=x11-libs/pango-1.22.0 selinux? ( sec-policy/selinux-mozilla ) +RDEPEND=|| ( media-libs/libpulse media-sound/apulse ) >=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 media-video/ffmpeg sys-apps/dbus virtual/freedesktop-icon-theme >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.11:3[X,wayland?] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libxcb >=x11-libs/pango-1.22.0 selinux? ( sec-policy/selinux-mozilla ) RESTRICT=strip SLOT=0 -SRC_URI=amd64? ( https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/145.0.2-1/librewolf-145.0.2-1-linux-x86_64-package.tar.xz ) arm64? ( https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/145.0.2-1/librewolf-145.0.2-1-linux-arm64-package.tar.xz ) +SRC_URI=amd64? ( https://codeberg.org/api/packages/librewolf/generic/librewolf/147.0.1-3/librewolf-147.0.1-3-linux-x86_64-package.tar.xz ) arm64? ( https://codeberg.org/api/packages/librewolf/generic/librewolf/147.0.1-3/librewolf-147.0.1-3-linux-arm64-package.tar.xz ) _eclasses_=desktop 7b6f6e9d65093966fbc8475399c5dd4e linux-info efd923656513c879204fec6638eadee5 optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=a55f4a901cafca994be8043ac9bdeddc +_md5_=45b5f89ada1198daa49c087fbc590bf3 diff --git a/metadata/md5-cache/www-client/ungoogled-chromium-144.0.7559.96_p1 b/metadata/md5-cache/www-client/ungoogled-chromium-144.0.7559.96_p1 index 9e6a5a28e903..52f347126222 100644 --- a/metadata/md5-cache/www-client/ungoogled-chromium-144.0.7559.96_p1 +++ b/metadata/md5-cache/www-client/ungoogled-chromium-144.0.7559.96_p1 @@ -12,6 +12,6 @@ RDEPEND=system-icu? ( >=dev-libs/icu-73.0:= ) system-abseil-cpp? ( >=dev-cpp/abs REQUIRED_USE=thinlto? ( clang ) optimize-thinlto? ( thinlto ) cfi? ( thinlto ) pgo? ( clang ) x86? ( !thinlto !widevine ) debug? ( !official ) screencast? ( wayland ) !headless? ( || ( X wayland ) ) vaapi? ( !system-av1 !system-libvpx ) RESTRICT=!system-ffmpeg? ( proprietary-codecs? ( bindist ) ) !system-openh264? ( bindist ) cromite? ( bindist ) SLOT=0 -SRC_URI=https://commondatastorage.googleapis.com/chromium-browser-official/chromium-144.0.7559.96-lite.tar.xz ppc64? ( https://gitlab.raptorengineering.com/raptor-engineering-public/chromium/openpower-patches/-/archive/a85b64f07b489b8c6fdb13ecf79c16c56c560fc6/openpower-patches-a85b64f07b489b8c6fdb13ecf79c16c56c560fc6.tar.bz2 -> chromium-openpower-a85b64f07b.tar.bz2 ) https://github.com/ungoogled-software/ungoogled-chromium/archive/144.0.7559.96-1.tar.gz -> ungoogled-chromium-144.0.7559.96-1.tar.gz cromite? ( https://github.com/uazo/cromite/archive/75027203d5636b25dd22c76df2b060cf7a1c313a.tar.gz -> cromite-75027203d5636b25dd22c76df2b060cf7a1c313a.tar.gz ) +SRC_URI=https://commondatastorage.googleapis.com/chromium-browser-official/chromium-144.0.7559.96-lite.tar.xz ppc64? ( https://gitlab.raptorengineering.com/raptor-engineering-public/chromium/openpower-patches/-/archive/a85b64f07b489b8c6fdb13ecf79c16c56c560fc6/openpower-patches-a85b64f07b489b8c6fdb13ecf79c16c56c560fc6.tar.bz2 -> chromium-openpower-a85b64f07b.tar.bz2 ) https://github.com/ungoogled-software/ungoogled-chromium/archive/144.0.7559.96-1.tar.gz -> ungoogled-chromium-144.0.7559.96-1.tar.gz cromite? ( https://github.com/uazo/cromite/archive/2ba21150282e277cdab0f534cb57978d9a9ac398.tar.gz -> cromite-2ba21150282e277cdab0f534cb57978d9a9ac398.tar.gz ) _eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c chromium-2 6be3cf193def84c82ddae5c1f21ddbe5 desktop 7b6f6e9d65093966fbc8475399c5dd4e flag-o-matic a7afe42e95fb46ce9691605acfb24672 linux-info efd923656513c879204fec6638eadee5 llvm df1cea363f19e80316ea702563b607be llvm-utils 64536677f4b4365e25e9b739163bed58 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b pax-utils 5555f2e75744739fe100ee62c22d28fe python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=22820505b8fe045e10ba464b20bb30fc +_md5_=f202ad71f8e30f5425c1aff422cd37b6 diff --git a/metadata/md5-cache/www-servers/tomcat-10.1.50 b/metadata/md5-cache/www-servers/tomcat-10.1.50 index 5550f1e8ba0a..ba179c2b19c7 100644 --- a/metadata/md5-cache/www-servers/tomcat-10.1.50 +++ b/metadata/md5-cache/www-servers/tomcat-10.1.50 @@ -12,5 +12,5 @@ RDEPEND=>=dev-java/ant-1.10.15:0 dev-java/bnd-annotation:0 dev-java/eclipse-ecj: RESTRICT=test !test? ( test ) SLOT=10.1 SRC_URI=mirror://apache/tomcat/tomcat-10/v10.1.50/src/apache-tomcat-10.1.50-src.tar.gz verify-sig? ( https://downloads.apache.org/tomcat/tomcat-10/v10.1.50/src/apache-tomcat-10.1.50-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 prefix c3c4c93ebda319c0fa7ed6f942ba1010 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 prefix c3c4c93ebda319c0fa7ed6f942ba1010 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=77488c1eb7a5b9bb99271ab646112a76 diff --git a/metadata/md5-cache/www-servers/tomcat-11.0.15 b/metadata/md5-cache/www-servers/tomcat-11.0.15 index c70e170b7c9a..55d3d7e7c276 100644 --- a/metadata/md5-cache/www-servers/tomcat-11.0.15 +++ b/metadata/md5-cache/www-servers/tomcat-11.0.15 @@ -12,5 +12,5 @@ RDEPEND=>=dev-java/ant-1.10.15:0 dev-java/bnd-annotation:0 dev-java/eclipse-ecj: RESTRICT=test !test? ( test ) SLOT=11 SRC_URI=mirror://apache/tomcat/tomcat-11/v11.0.15/src/apache-tomcat-11.0.15-src.tar.gz verify-sig? ( https://downloads.apache.org/tomcat/tomcat-11/v11.0.15/src/apache-tomcat-11.0.15-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 prefix c3c4c93ebda319c0fa7ed6f942ba1010 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 prefix c3c4c93ebda319c0fa7ed6f942ba1010 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=40863dd539cfc388af44363c23285ce5 diff --git a/metadata/md5-cache/www-servers/tomcat-9.0.113 b/metadata/md5-cache/www-servers/tomcat-9.0.113 index 831825ec2307..49ec22a28477 100644 --- a/metadata/md5-cache/www-servers/tomcat-9.0.113 +++ b/metadata/md5-cache/www-servers/tomcat-9.0.113 @@ -12,5 +12,5 @@ RDEPEND=dev-java/bnd-annotation:0 dev-java/eclipse-ecj:4.20 dev-java/jax-rpc-api RESTRICT=test !test? ( test ) SLOT=9 SRC_URI=mirror://apache/tomcat/tomcat-9/v9.0.113/src/apache-tomcat-9.0.113-src.tar.gz verify-sig? ( https://downloads.apache.org/tomcat/tomcat-9/v9.0.113/src/apache-tomcat-9.0.113-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 prefix c3c4c93ebda319c0fa7ed6f942ba1010 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 prefix c3c4c93ebda319c0fa7ed6f942ba1010 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=e8b2b1d37f4e31b9883a9f8bdba6d98c diff --git a/metadata/md5-cache/www-servers/tomcat-9.0.115 b/metadata/md5-cache/www-servers/tomcat-9.0.115 index 46604f09b5bb..97152e13d346 100644 --- a/metadata/md5-cache/www-servers/tomcat-9.0.115 +++ b/metadata/md5-cache/www-servers/tomcat-9.0.115 @@ -12,5 +12,5 @@ RDEPEND=dev-java/bnd-annotation:0 dev-java/eclipse-ecj:4.20 dev-java/jax-rpc-api RESTRICT=test !test? ( test ) SLOT=9 SRC_URI=mirror://apache/tomcat/tomcat-9/v9.0.115/src/apache-tomcat-9.0.115-src.tar.gz verify-sig? ( https://downloads.apache.org/tomcat/tomcat-9/v9.0.115/src/apache-tomcat-9.0.115-src.tar.gz.asc ) -_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 38fd81c7880666a00a638ca8deb64d72 java-utils-2 3febdd17a5820c438f6368dde60d4848 prefix c3c4c93ebda319c0fa7ed6f942ba1010 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd java-pkg-2 438c2725ea326202d7fc1eb31af76813 java-utils-2 b41327d85d12ce816943cf4d344add19 prefix c3c4c93ebda319c0fa7ed6f942ba1010 verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad _md5_=a5b5588d8549bf529f3ff3e2805489ca diff --git a/metadata/md5-cache/x11-misc/xscreensaver-6.14 b/metadata/md5-cache/x11-misc/xscreensaver-6.14 new file mode 100644 index 000000000000..e7ad03164ce4 --- /dev/null +++ b/metadata/md5-cache/x11-misc/xscreensaver-6.14 @@ -0,0 +1,16 @@ +BDEPEND=dev-util/intltool app-alternatives/bc sys-devel/gettext virtual/pkgconfig sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18:1.18 >=dev-build/automake-1.17-r1:1.17 ) || ( >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3 X? ( >=x11-apps/mkfontscale-1.2.0 media-fonts/encodings ) virtual/pkgconfig +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup +DEPEND=>=dev-libs/libxml2-2.4.6:= x11-apps/appres x11-apps/xwininfo x11-libs/libX11 x11-libs/libXext >=x11-libs/libXft-2.1.0 x11-libs/libXi x11-libs/libXrandr x11-libs/libXt virtual/glu virtual/opengl elogind? ( sys-auth/elogind ) gdk-pixbuf? ( >=x11-libs/gdk-pixbuf-2.42.0:2[jpeg?] ) gtk? ( >=x11-libs/gtk+-3.0.0:3[X,wayland?] ) ffmpeg? ( >=media-video/ffmpeg-6.1:= ) jpeg? ( media-libs/libjpeg-turbo:= ) locking? ( virtual/libcrypt:= ) new-login? ( gdm? ( gnome-base/gdm ) !gdm? ( || ( x11-misc/lightdm lxde-base/lxdm ) ) ) pam? ( sys-libs/pam ) png? ( media-libs/libpng:= ) systemd? ( >=sys-apps/systemd-221:= ) xinerama? ( x11-libs/libXinerama ) wayland? ( >=dev-libs/wayland-1.8 ) x11-base/xorg-proto +DESCRIPTION=Modular screen saver and locker for the X Window System +EAPI=8 +HOMEPAGE=https://www.jwz.org/xscreensaver/ +INHERIT=autotools flag-o-matic font greadme optfeature pam strip-linguas systemd xdg-utils +IUSE=elogind ffmpeg fonts +gdk-pixbuf gdm +gtk jpeg +locking logind-idle-hint new-login offensive pam +perl +png selinux suid systemd xinerama wayland X +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=BSD fonts? ( MIT freedist Apache-2.0 ) systemd? ( ISC ) +RDEPEND=>=dev-libs/libxml2-2.4.6:= x11-apps/appres x11-apps/xwininfo x11-libs/libX11 x11-libs/libXext >=x11-libs/libXft-2.1.0 x11-libs/libXi x11-libs/libXrandr x11-libs/libXt virtual/glu virtual/opengl elogind? ( sys-auth/elogind ) gdk-pixbuf? ( >=x11-libs/gdk-pixbuf-2.42.0:2[jpeg?] ) gtk? ( >=x11-libs/gtk+-3.0.0:3[X,wayland?] ) ffmpeg? ( >=media-video/ffmpeg-6.1:= ) jpeg? ( media-libs/libjpeg-turbo:= ) locking? ( virtual/libcrypt:= ) new-login? ( gdm? ( gnome-base/gdm ) !gdm? ( || ( x11-misc/lightdm lxde-base/lxdm ) ) ) pam? ( sys-libs/pam ) png? ( media-libs/libpng:= ) systemd? ( >=sys-apps/systemd-221:= ) xinerama? ( x11-libs/libXinerama ) wayland? ( >=dev-libs/wayland-1.8 ) sys-apps/attr x11-misc/xdg-utils perl? ( dev-lang/perl dev-perl/HTML-Parser dev-perl/LWP-Protocol-https dev-perl/libwww-perl ) selinux? ( sec-policy/selinux-xscreensaver ) wayland? ( gui-apps/grim ) +REQUIRED_USE=?? ( elogind systemd ) pam? ( locking ) logind-idle-hint? ( || ( elogind systemd ) ) +SLOT=0 +SRC_URI=https://www.jwz.org/xscreensaver/xscreensaver-6.14.tar.gz logind-idle-hint? ( https://github.com/Flowdalic/xscreensaver/commit/e79e2f41be3367c196899ef2f38ab97436fa1a65.patch -> xscreensaver-6.12-logind-idle-hint.patch ) systemd? ( https://github.com/Flowdalic/xscreensaver/commit/376b07ec76cfe1070f498773aaec8fd7030593af.patch -> xscreensaver-6.07-xscreensaver.service-start-with-no-splash.patch ) +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 flag-o-matic a7afe42e95fb46ce9691605acfb24672 font aa113a3df9cd0a9693a1c1ee7c34a6eb gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 greadme a8eea52f1e4068ec2222c2cb3ab7417e libtool c81bd096be5f4c82f4e8f156ef112402 optfeature 538bce96e5589935b57e178e8635f301 pam b56d0c9c20fc5b553f13c8ae165a10a5 strip-linguas 09cafd1d21cc741d558f524675f52a59 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=a21b35f4e122c5dda489c8320b48b13d diff --git a/metadata/md5-cache/x11-themes/fedora-backgrounds-37.0.5 b/metadata/md5-cache/x11-themes/fedora-backgrounds-37.0.5 deleted file mode 100644 index 3df1d7d208b3..000000000000 --- a/metadata/md5-cache/x11-themes/fedora-backgrounds-37.0.5 +++ /dev/null @@ -1,9 +0,0 @@ -DEFINED_PHASES=- -DESCRIPTION=A set of default and supplemental wallpapers for Fedora -EAPI=8 -HOMEPAGE=https://github.com/fedoradesign/backgrounds -KEYWORDS=amd64 x86 -LICENSE=CC-BY-SA-4.0 -SLOT=37 -SRC_URI=https://github.com/fedoradesign/backgrounds/releases/download/v37.0.5/f37-backgrounds-37.0.5.tar.xz -_md5_=0453c5ddfb0d01fd54cd9a61163ff037 diff --git a/metadata/md5-cache/x11-themes/fedora-backgrounds-38.1.1 b/metadata/md5-cache/x11-themes/fedora-backgrounds-38.1.1 deleted file mode 100644 index b6098d38a2dc..000000000000 --- a/metadata/md5-cache/x11-themes/fedora-backgrounds-38.1.1 +++ /dev/null @@ -1,9 +0,0 @@ -DEFINED_PHASES=- -DESCRIPTION=A set of default and supplemental wallpapers for Fedora -EAPI=8 -HOMEPAGE=https://github.com/fedoradesign/backgrounds -KEYWORDS=amd64 x86 -LICENSE=CC-BY-SA-4.0 -SLOT=38 -SRC_URI=https://github.com/fedoradesign/backgrounds/releases/download/v38.1.1/f38-backgrounds-38.1.1.tar.xz -_md5_=0453c5ddfb0d01fd54cd9a61163ff037 diff --git a/metadata/md5-cache/x11-themes/fedora-backgrounds-42.0.0 b/metadata/md5-cache/x11-themes/fedora-backgrounds-42.0.0 index 0074f7e26c40..edbc21164ca1 100644 --- a/metadata/md5-cache/x11-themes/fedora-backgrounds-42.0.0 +++ b/metadata/md5-cache/x11-themes/fedora-backgrounds-42.0.0 @@ -3,8 +3,8 @@ DEFINED_PHASES=- DESCRIPTION=A set of default and supplemental wallpapers for Fedora EAPI=8 HOMEPAGE=https://github.com/fedoradesign/backgrounds -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=CC-BY-SA-4.0 SLOT=42 SRC_URI=https://github.com/fedoradesign/backgrounds/releases/download/v42.0.0/f42-backgrounds-42.0.0.tar.xz -_md5_=f5293b2c6461d626cb57372cbad8a93a +_md5_=d544a1e948bcda65cbd308ce453e53a8 diff --git a/metadata/md5-cache/x11-themes/fedora-backgrounds-43.0.3 b/metadata/md5-cache/x11-themes/fedora-backgrounds-43.0.3 index 50f640a964e2..ee88d60504d0 100644 --- a/metadata/md5-cache/x11-themes/fedora-backgrounds-43.0.3 +++ b/metadata/md5-cache/x11-themes/fedora-backgrounds-43.0.3 @@ -3,8 +3,8 @@ DEFINED_PHASES=- DESCRIPTION=A set of default and supplemental wallpapers for Fedora EAPI=8 HOMEPAGE=https://github.com/fedoradesign/backgrounds -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=CC-BY-SA-4.0 SLOT=43 SRC_URI=https://github.com/fedoradesign/backgrounds/releases/download/v43.0.3/f43-backgrounds-43.0.3.tar.xz -_md5_=f5293b2c6461d626cb57372cbad8a93a +_md5_=d544a1e948bcda65cbd308ce453e53a8 diff --git a/metadata/md5-cache/x11-themes/fedora-backgrounds-43.0.1 b/metadata/md5-cache/x11-themes/fedora-backgrounds-43.0.4 index f8ad72634a0b..2df4717968ea 100644 --- a/metadata/md5-cache/x11-themes/fedora-backgrounds-43.0.1 +++ b/metadata/md5-cache/x11-themes/fedora-backgrounds-43.0.4 @@ -6,5 +6,5 @@ HOMEPAGE=https://github.com/fedoradesign/backgrounds KEYWORDS=~amd64 ~x86 LICENSE=CC-BY-SA-4.0 SLOT=43 -SRC_URI=https://github.com/fedoradesign/backgrounds/releases/download/v43.0.1/f43-backgrounds-43.0.1.tar.xz -_md5_=8cecda4435e0708efe405f1624a7c215 +SRC_URI=https://github.com/fedoradesign/backgrounds/releases/download/v43.0.4/f43-backgrounds-43.0.4.tar.xz +_md5_=fc79f85c88adc73a33f4720ffb8861a2 diff --git a/metadata/md5-cache/x11-themes/ubuntu-wallpapers-24.04.2 b/metadata/md5-cache/x11-themes/ubuntu-wallpapers-24.04.2 deleted file mode 100644 index 208e192ac666..000000000000 --- a/metadata/md5-cache/x11-themes/ubuntu-wallpapers-24.04.2 +++ /dev/null @@ -1,9 +0,0 @@ -DEFINED_PHASES=compile install test -DESCRIPTION=Ubuntu wallpapers -EAPI=8 -HOMEPAGE=https://launchpad.net/ubuntu/+source/ubuntu-wallpapers -KEYWORDS=amd64 arm x86 -LICENSE=CC-BY-SA-3.0 -SLOT=0 -SRC_URI=mirror://ubuntu/pool/main/u/ubuntu-wallpapers/ubuntu-wallpapers_24.04.2.orig.tar.gz -_md5_=8d35c5a1910ff3562748aa050b2e0587 diff --git a/metadata/md5-cache/x11-themes/ubuntu-wallpapers-25.04.2 b/metadata/md5-cache/x11-themes/ubuntu-wallpapers-25.04.2 deleted file mode 100644 index 3d6d81adc707..000000000000 --- a/metadata/md5-cache/x11-themes/ubuntu-wallpapers-25.04.2 +++ /dev/null @@ -1,9 +0,0 @@ -DEFINED_PHASES=compile install test -DESCRIPTION=Ubuntu wallpapers -EAPI=8 -HOMEPAGE=https://launchpad.net/ubuntu/+source/ubuntu-wallpapers -KEYWORDS=amd64 arm x86 -LICENSE=CC-BY-SA-3.0 -SLOT=0 -SRC_URI=mirror://ubuntu/pool/main/u/ubuntu-wallpapers/ubuntu-wallpapers_25.04.2.orig.tar.gz -_md5_=ea2fd02d76594e30abde0002b8a0ad83 diff --git a/net-analyzer/snort/files/snort-2.9.20-gcc-15-fix.patch b/net-analyzer/snort/files/snort-2.9.20-gcc-15-fix.patch new file mode 100644 index 000000000000..c17a6d08326c --- /dev/null +++ b/net-analyzer/snort/files/snort-2.9.20-gcc-15-fix.patch @@ -0,0 +1,26 @@ +Adapted from: https://lists.openembedded.org/g/openembedded-devel/topic/meta_oe_patch_2_8_snort/112466576 + +Upstream-Status: Backport [resolved in snort3 https://github.com/snort3/snort3/commit/c3cc27355ac302bd24ee3e9d613166898ec2be64] + +Signed-off-by: Martin Jansa <martin.jansa@gmail.com> +--- a/src/dynamic-preprocessors/dcerpc2/spp_dce2.c ++++ b/src/dynamic-preprocessors/dcerpc2/spp_dce2.c +@@ -160,7 +160,7 @@ static void DCE2_ReloadSwapFree(void *); + static void DCE2_AddPortsToPaf(struct _SnortConfig *, DCE2_Config *, tSfPolicyId); + static void DCE2_ScAddPortsToPaf(struct _SnortConfig *, void *); + static uint32_t max(uint32_t a, uint32_t b); +-static uint32_t DCE2_GetReloadSafeMemcap(); ++static uint32_t DCE2_GetReloadSafeMemcap(tSfPolicyUserContextId pConfig); + + static bool dce2_file_cache_is_enabled = false; + static bool dce2_file_cache_was_enabled = false; +--- a/src/preprocessors/HttpInspect/include/file_decomp_PDF.h ++++ b/src/preprocessors/HttpInspect/include/file_decomp_PDF.h +@@ -80,6 +80,6 @@ fd_status_t File_Decomp_Init_PDF( fd_session_p_t SessionPtr ); + + fd_status_t File_Decomp_End_PDF( fd_session_p_t SessionPtr ); + +-fd_status_t File_Decomp_PDF(); ++fd_status_t File_Decomp_PDF( fd_session_p_t SessionPtr ); + + #endif /* FILE_DECOMP_PDF_H */ diff --git a/net-analyzer/snort/metadata.xml b/net-analyzer/snort/metadata.xml index beccc6c92fdd..07f82eb2c08b 100644 --- a/net-analyzer/snort/metadata.xml +++ b/net-analyzer/snort/metadata.xml @@ -23,7 +23,7 @@ <email>snort-team@sourcefire.com</email> <name>Snort Team</name> </maintainer> - <changelog>http://www.snort.org/snort-downloads</changelog> + <changelog>https://www.snort.org/downloads</changelog> <bugs-to>https://snort.org/community#bugs</bugs-to> <doc>https://snort.org/documents#OfficialDocumentation</doc> </upstream> diff --git a/net-analyzer/snort/snort-2.9.20-r1.ebuild b/net-analyzer/snort/snort-2.9.20-r1.ebuild new file mode 100644 index 000000000000..2d2b3757673c --- /dev/null +++ b/net-analyzer/snort/snort-2.9.20-r1.ebuild @@ -0,0 +1,253 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +LUA_COMPAT=( lua5-{1,3,4} luajit ) + +inherit autotools flag-o-matic lua-single systemd tmpfiles + +DESCRIPTION="The de facto standard for intrusion detection/prevention" +HOMEPAGE="https://www.snort.org" +SRC_URI="https://www.snort.org/downloads/archive/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" + +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="+active-response control-socket debug file-inspect +flexresp3 +gre +high-availability inline-init-failopen large-pcap-64bit +libtirpc +linux-smp-stats +non-ether-decoders open-appid +perfprofiling +ppm +react +reload-error-restart selinux shared-rep side-channel sourcefire +threads" + +DEPEND="acct-user/snort + acct-group/snort + dev-libs/libdnet + >=dev-libs/libpcre-8.33 + net-libs/libnsl:0= + >=net-libs/libpcap-1.3.0 + virtual/zlib:= + !libtirpc? ( sys-libs/glibc[rpc(-)] ) + libtirpc? ( net-libs/libtirpc ) + open-appid? ( ${LUA_DEPS} )" +BDEPEND=">=net-libs/daq-2.0.2" +RDEPEND="${DEPEND} + selinux? ( sec-policy/selinux-snort )" + +REQUIRED_USE="!kernel_linux? ( !shared-rep ) + open-appid? ( ${LUA_REQUIRED_USE} )" + +PATCHES=( + "${FILESDIR}/${PN}-2.9.8.3-no-implicit.patch" + "${FILESDIR}/${PN}-2.9.8.3-rpc.patch" + "${FILESDIR}/${PN}-2.9.12-snort.pc.patch" + "${FILESDIR}/${PN}-2.9.20-gcc-15-fix.patch" +) + +pkg_setup() { + use open-appid && lua-single_pkg_setup +} + +src_prepare() { + default + + mv configure.{in,ac} || die + + AT_M4DIR=m4 eautoreconf +} + +src_configure() { + # -Werror=strict-aliasing + # https://bugs.gentoo.org/861239 + # + # Upstream does bug mail. Sent an email. + # + # Do not trust with LTO either. + append-flags -fno-strict-aliasing + filter-lto + + econf \ + $(use_enable gre) \ + $(use_enable control-socket) \ + $(use_enable file-inspect) \ + $(use_enable high-availability ha) \ + $(use_enable non-ether-decoders) \ + $(use_enable shared-rep) \ + $(use_enable side-channel) \ + $(use_enable sourcefire) \ + $(use_enable ppm) \ + $(use_enable perfprofiling) \ + $(use_enable linux-smp-stats) \ + $(use_enable inline-init-failopen) \ + $(use_enable open-appid) \ + $(use_enable threads pthread) \ + $(use_enable debug) \ + $(use_enable debug debug-msgs) \ + $(use_enable debug corefiles) \ + $(use_enable !debug dlclose) \ + $(use_enable active-response) \ + $(use_enable reload-error-restart) \ + $(use_enable react) \ + $(use_enable flexresp3) \ + $(use_enable large-pcap-64bit large-pcap) \ + $(use_with libtirpc) \ + --enable-mpls \ + --enable-normalizer \ + --enable-reload \ + --enable-targetbased \ + --disable-build-dynamic-examples \ + --disable-profile \ + --disable-ppm-test \ + --disable-intel-soft-cpm \ + --disable-static-daq \ + --disable-static \ + --disable-so-with-static-lib +} + +src_install() { + default + + keepdir /var/log/snort \ + /etc/snort/rules \ + /etc/snort/so_rules \ + /usr/$(get_libdir)/snort_dynamicrules + + # config.log and build.log are needed by Sourcefire + # to trouble shoot build problems and bug reports so we are + # perserving them incase the user needs upstream support. + dodoc RELEASE.NOTES ChangeLog \ + doc/* \ + tools/u2boat/README.u2boat + + insinto /etc/snort + doins etc/attribute_table.dtd \ + etc/classification.config \ + etc/gen-msg.map \ + etc/reference.config \ + etc/threshold.conf \ + etc/unicode.map + + # We use snort.conf.distrib because the config file is complicated + # and the one shipped with snort can change drastically between versions. + # Users should migrate setting by hand and not with etc-update. + newins etc/snort.conf snort.conf.distrib + + # config.log and build.log are needed by Sourcefire + # to troubleshoot build problems and bug reports so we are + # preserving them incase the user needs upstream support. + if [ -f "${WORKDIR}/${PF}/config.log" ]; then + dodoc "${WORKDIR}/${PF}/config.log" + fi + if [ -f "${T}/build.log" ]; then + dodoc "${T}/build.log" + fi + + insinto /etc/snort/preproc_rules + doins preproc_rules/decoder.rules \ + preproc_rules/preprocessor.rules \ + preproc_rules/sensitive-data.rules + + fowners -R snort:snort \ + /var/log/snort \ + /etc/snort + + newinitd "${FILESDIR}/snort.rc12" snort + newconfd "${FILESDIR}/snort.confd.2" snort + systemd_newunit "${FILESDIR}/snort_at.service" "snort@.service" + + newtmpfiles "${FILESDIR}"/snort.tmpfiles snort.conf + + # Sourcefire uses Makefiles to install docs causing Bug #297190. + # This removes the unwanted doc directory and rogue Makefiles. + rm -rf "${ED}"/usr/share/doc/snort || die "Failed to remove SF doc directories" + rm "${ED}"/usr/share/doc/"${PF}"/Makefile* || die "Failed to remove doc make files" + + # Remove unneeded .la files (Bug #382863) + find "${ED}" -name '*.la' -type f -delete || die + + # Set the correct lib path for dynamicengine, dynamicpreprocessor, and dynamicdetection + sed -i -e 's|/usr/local/lib|/usr/'$(get_libdir)'|g' \ + "${ED}/etc/snort/snort.conf.distrib" || die + + # Set the correct rule location in the config + sed -i -e 's|RULE_PATH ../rules|RULE_PATH /etc/snort/rules|g' \ + "${ED}/etc/snort/snort.conf.distrib" || die + + # Set the correct preprocessor/decoder rule location in the config + sed -i -e 's|PREPROC_RULE_PATH ../preproc_rules|PREPROC_RULE_PATH /etc/snort/preproc_rules|g' \ + "${ED}/etc/snort/snort.conf.distrib" || die + + # Enable the preprocessor/decoder rules + sed -i -e 's|^# include $PREPROC_RULE_PATH|include $PREPROC_RULE_PATH|g' \ + "${ED}/etc/snort/snort.conf.distrib" || die + + sed -i -e 's|^# dynamicdetection directory|dynamicdetection directory|g' \ + "${ED}/etc/snort/snort.conf.distrib" || die + + # Just some clean up of trailing /'s in the config + sed -i -e 's|snort_dynamicpreprocessor/$|snort_dynamicpreprocessor|g' \ + "${ED}/etc/snort/snort.conf.distrib" || die + + # Make it clear in the config where these are... + sed -i -e 's|^include classification.config|include /etc/snort/classification.config|g' \ + "${ED}/etc/snort/snort.conf.distrib" || die + + sed -i -e 's|^include reference.config|include /etc/snort/reference.config|g' \ + "${ED}/etc/snort/snort.conf.distrib" || die + + # Disable all rule files by default. + sed -i -e 's|^include $RULE_PATH|# include $RULE_PATH|g' \ + "${ED%}/etc/snort/snort.conf.distrib" || die + + # Set the configured DAQ to afpacket + sed -i -e 's|^# config daq: <type>|config daq: afpacket|g' \ + "${ED%}/etc/snort/snort.conf.distrib" || die + + # Set the location of the DAQ modules + sed -i -e 's|^# config daq_dir: <dir>|config daq_dir: /usr/'$(get_libdir)'/daq|g' \ + "${ED%}/etc/snort/snort.conf.distrib" || die + + # Set the DAQ mode to passive + sed -i -e 's|^# config daq_mode: <mode>|config daq_mode: passive|g' \ + "${ED%}/etc/snort/snort.conf.distrib" || die + + # Set snort to run as snort:snort + sed -i -e 's|^# config set_gid:|config set_gid: snort|g' \ + "${ED}/etc/snort/snort.conf.distrib" || die + sed -i -e 's|^# config set_uid:|config set_uid: snort|g' \ + "${ED}/etc/snort/snort.conf.distrib" || die + + # Set the default log dir + sed -i -e 's|^# config logdir:|config logdir: /var/log/snort/|g' \ + "${ED}/etc/snort/snort.conf.distrib" || die + + # Set the correct so_rule location in the config + sed -i -e 's|SO_RULE_PATH ../so_rules|SO_RULE_PATH /etc/snort/so_rules|g' \ + "${ED}/etc/snort/snort.conf.distrib" || die +} + +pkg_postinst() { + tmpfiles_process snort.conf + + einfo "There have been a number of improvements and new features" + einfo "added to ${P}. Please review the RELEASE.NOTES and" + einfo "ChangLog located in /usr/share/doc/${PF}." + einfo + elog "The Sourcefire Vulnerability Research Team (VRT) recommends that" + elog "users migrate their snort.conf customizations to the latest config" + elog "file released by the VRT. You can find the latest version of the" + elog "Snort config file in /etc/snort/snort.conf.distrib." + elog + elog "!! It is important that you migrate to this new snort.conf file !!" + elog + elog "This version of the ebuild includes an updated init.d file and" + elog "conf.d file that rely on options found in the latest Snort" + elog "config file provided by the VRT." + + if use debug; then + elog "You have the 'debug' USE flag enabled. If this has been done to" + elog "troubleshoot an issue by producing a core dump or a back trace," + elog "then you need to also ensure the FEATURES variable in make.conf" + elog "contains the 'nostrip' option." + fi +} diff --git a/net-fs/openafs/Manifest b/net-fs/openafs/Manifest index 01d8a794f45d..5df0d595056d 100644 --- a/net-fs/openafs/Manifest +++ b/net-fs/openafs/Manifest @@ -4,3 +4,5 @@ DIST openafs-1.8.13.1-doc.tar.bz2 3781663 BLAKE2B f7bc8750456cd61cf1d2b5737fa4f0 DIST openafs-1.8.13.1-src.tar.bz2 15046870 BLAKE2B aeed6e0a8caab9614e0980b362f806856bb3f3340865e9197986314f8219b14b78c38f0ff05d71169716de7614b10e318561377982969945a420bca4679ebd32 SHA512 705978208e69f43a87153c6c343722a0fc3d9aacbedfaca161f260dd0a8806b9dd23f81686dbd13b62ce9b787dbf860e60e035bed7e2d26ea21576b495764c41 DIST openafs-1.8.13.2-doc.tar.bz2 3782680 BLAKE2B 10c3cc49ba6ec3515e952c2b7b712a107f04bea20f6904a0f594542e7a59d42b154a16b66d0fd85ea16d9485d01c7a25838e1caa88b55e0ca1278edc71dc3c51 SHA512 07e167fa3d90f9a2798c295a176d74eb99d39194f1ffaa33fb0bdc829bd24a689aa89ab397cb66425b4472059ab748f42e9ea54750ad725cf291469f5c9684c6 DIST openafs-1.8.13.2-src.tar.bz2 15048865 BLAKE2B 57e077cce2abc5837f8ac4896aec3dd946669b8d9440b587cfb3bfd53e7b14b2c65502deabb5fe7149e80df495a4292c747eaa9ccecf38736a1e4e2257c673cf SHA512 c4cf202090f9222ab4b71a5d5d7875210cc25c67534dbc28c6fe8b942b28a8ef953f2090493e2fb95c551a4b4cbb6d5ede88675607161a5459d8693c8a0802ad +DIST openafs-1.8.14-doc.tar.bz2 3783151 BLAKE2B 2f73bb08328ad649e1cd45c9f5f861c8fa76576f6571f48858dfb670625c9d778af6d23dd72f0c75fb3144f2d1edfc30c40783f238efe0a8cc06d94d2c331392 SHA512 09689acdcae19a0c2588729c618a64b14ae83a70c35ffa52538ec6348e1abe021550561ed64c02e51ee4869240741bb3fbc06d3446cb548f474cad8424c1720e +DIST openafs-1.8.14-src.tar.bz2 15133794 BLAKE2B 943c3dd1116fa8270990fef7fb4f6cbb2080a120185a6d56c3b9e8d2ae93064b81ed498e0bd11fc7bcc57d2b121965532fb5a48e7a9c59d1eba347598c580c06 SHA512 86838bdfacff19017d422872ea24476dae8320c462c59a56793280b6c8c8679129a3badc6b014814057cbaa35f8f977d504e2782fb31c8f9dd5d23e9744a561c diff --git a/net-fs/openafs/files/0009-openafs-1.8.14-docbook2pdf.patch b/net-fs/openafs/files/0009-openafs-1.8.14-docbook2pdf.patch new file mode 100644 index 000000000000..9c18fc04ec81 --- /dev/null +++ b/net-fs/openafs/files/0009-openafs-1.8.14-docbook2pdf.patch @@ -0,0 +1,109 @@ +From 4501337bab87ec8724ae45fa50713584a211fb3a Mon Sep 17 00:00:00 2001 +From: Andrew Savchenko <bircoph@gmail.com> +Date: Fri, 4 Jan 2019 16:37:35 +0300 +Subject: [PATCH 09/13] docbook2pdf + +Jadetex based converters require jadetex tuning: + save_size=50000 + max_strings=1000000 + pool_size=2000000 + hash_extra=150000 +Otherwise TeX will run out of its capacity during large PDFs +generation. + +docbook2pdf needs to ignore an ID reference value which no element +has as its ID: + -e no-idref +This is already done by other converters implicitly. + +(cherry picked from commit c81ef9c4109eb1bfc9cb42d952b9d5240f3d713b) +(cherry picked from commit c4515998db6078ccf82fad23b774bc243ba1f020) +(cherry picked from commit 876c27c8fb7cc3c80e31d3e642a7727313b4f0c0) +--- a/doc/xml/AdminGuide/Makefile.in ++++ b/doc/xml/AdminGuide/Makefile.in +@@ -33,6 +33,7 @@ XSLTPROC = @XSLTPROC@ + DOCBOOK2PDF = @DOCBOOK2PDF@ + KINDLEGEN = @KINDLEGEN@ + DBTOEPUB = $(DOCBOOK_STYLESHEETS)/epub/bin/dbtoepub ++TEXOPTS = save_size=50000 max_strings=1000000 pool_size=2000000 hash_extra=150000 + + XSL_FLAGS = --path '@abs_builddir@' + +@@ -48,8 +49,10 @@ $(BOOK).pdf: $(SRCS) + $(XSLTPROC) $(DOCBOOK_STYLESHEETS)/fo/docbook.xsl \ + $(srcdir)/$(BOOK).xml > $(BOOK).fo; \ + $(DOCBOOK2PDF) $(BOOK).fo $(BOOK).pdf; \ ++ elif test "x$(DOCBOOK2PDF)" = "xdocbook2pdf"; then \ ++ $(TEXOPTS) $(DOCBOOK2PDF) -e no-idref $(BOOK).xml; \ + else \ +- $(DOCBOOK2PDF) --output=$@ --xslt-opts="$(XSL_FLAGS)" \ ++ $(TEXOPTS) $(DOCBOOK2PDF) --output=$@ --xslt-opts="$(XSL_FLAGS)" \ + $(srcdir)/$(BOOK).xml; \ + fi + +--- a/doc/xml/AdminRef/Makefile.in ++++ b/doc/xml/AdminRef/Makefile.in +@@ -16,6 +16,7 @@ XSLTPROC = @XSLTPROC@ --stringparam variablelist.as.blocks 1 --param use.id.as.f + DOCBOOK2PDF = @DOCBOOK2PDF@ + DBTOEPUB = $(DOCBOOK_STYLESHEETS)/epub/bin/dbtoepub + KINDLEGEN = @KINDLEGEN@ ++TEXOPTS = save_size=50000 max_strings=1000000 pool_size=2000000 hash_extra=150000 + + XSL_FLAGS = --path '@abs_builddir@' + +@@ -28,8 +29,10 @@ $(BOOK).pdf: $(SRCS) + $(DOCBOOK_STYLESHEETS)/fo/docbook.xsl \ + $(srcdir)/$(BOOK).xml > $(BOOK).fo; \ + $(DOCBOOK2PDF) $(BOOK).fo $(BOOK).pdf; \ ++ elif test "x$(DOCBOOK2PDF)" = "xdocbook2pdf"; then \ ++ $(TEXOPTS) $(DOCBOOK2PDF) -e no-idref $(BOOK).xml; \ + else \ +- $(DOCBOOK2PDF) --output=$@ --xslt-opts="$(XSL_FLAGS)" \ ++ $(TEXOPTS) $(DOCBOOK2PDF) --output=$@ --xslt-opts="$(XSL_FLAGS)" \ + $(srcdir)/$(BOOK).xml; \ + fi + +--- a/doc/xml/QuickStartUnix/Makefile.in ++++ b/doc/xml/QuickStartUnix/Makefile.in +@@ -31,6 +31,7 @@ XSLTPROC = @XSLTPROC@ + DOCBOOK2PDF = @DOCBOOK2PDF@ + DBTOEPUB = $(DOCBOOK_STYLESHEETS)/epub/bin/dbtoepub + KINDLEGEN = @KINDLEGEN@ ++TEXOPTS = save_size=50000 max_strings=1000000 pool_size=2000000 hash_extra=150000 + + XSL_FLAGS = --path '@abs_builddir@' + +@@ -47,8 +48,10 @@ $(BOOK).pdf: $(SRCS) + $(DOCBOOK_STYLESHEETS)/fo/docbook.xsl \ + $(srcdir)/$(BOOK).xml > $(BOOK).fo; \ + $(DOCBOOK2PDF) $(BOOK).fo $(BOOK).pdf; \ ++ elif test "x$(DOCBOOK2PDF)" = "xdocbook2pdf"; then \ ++ $(TEXOPTS) $(DOCBOOK2PDF) -e no-idref $(BOOK).xml; \ + else \ +- $(DOCBOOK2PDF) --output=$@ --xslt-opts="$(XSL_FLAGS)" \ ++ $(TEXOPTS) $(DOCBOOK2PDF) --output=$@ --xslt-opts="$(XSL_FLAGS)" \ + $(srcdir)/$(BOOK).xml; \ + fi + +--- a/doc/xml/UserGuide/Makefile.in ++++ b/doc/xml/UserGuide/Makefile.in +@@ -31,6 +31,7 @@ XSLTPROC = @XSLTPROC@ + DOCBOOK2PDF = @DOCBOOK2PDF@ + DBTOEPUB = $(DOCBOOK_STYLESHEETS)/epub/bin/dbtoepub + KINDLEGEN = @KINDLEGEN@ ++TEXOPTS = save_size=50000 max_strings=1000000 pool_size=2000000 hash_extra=150000 + + XSL_FLAGS = --path '@abs_builddir@' + +@@ -47,8 +48,10 @@ $(BOOK).pdf: $(SRCS) + $(DOCBOOK_STYLESHEETS)/fo/docbook.xsl \ + $(srcdir)/$(BOOK).xml > $(BOOK).fo; \ + $(DOCBOOK2PDF) $(BOOK).fo $(BOOK).pdf; \ ++ elif test "x$(DOCBOOK2PDF)" = "xdocbook2pdf"; then \ ++ $(TEXOPTS) $(DOCBOOK2PDF) -e no-idref $(BOOK).xml; \ + else \ +- $(DOCBOOK2PDF) --output=$@ --xslt-opts="$(XSL_FLAGS)" \ ++ $(TEXOPTS) $(DOCBOOK2PDF) --output=$@ --xslt-opts="$(XSL_FLAGS)" \ + $(srcdir)/$(BOOK).xml; \ + fi + diff --git a/net-fs/openafs/openafs-1.8.14.ebuild b/net-fs/openafs/openafs-1.8.14.ebuild new file mode 100644 index 000000000000..ff9ab7a55863 --- /dev/null +++ b/net-fs/openafs/openafs-1.8.14.ebuild @@ -0,0 +1,345 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MODULES_OPTIONAL_IUSE="modules" +inherit autotools linux-mod-r1 flag-o-matic pam systemd tmpfiles toolchain-funcs + +MY_PV=${PV/_/} +MY_P="${PN}-${MY_PV}" +KERNEL_LIMIT=6.16 + +DESCRIPTION="The OpenAFS distributed file system" +HOMEPAGE="https://www.openafs.org/" +# We always d/l the doc tarball as man pages are not USE=doc material +[[ ${PV} == *_pre* ]] && MY_PRE="candidate/" || MY_PRE="" +SRC_URI=" + https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-src.tar.bz2 + https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-doc.tar.bz2 +" + +S="${WORKDIR}/${MY_P}" + +LICENSE="IBM BSD openafs-krb5-a APSL-2" +SLOT="0" +KEYWORDS="~amd64 -riscv ~sparc ~x86" + +IUSE="apidoc bitmap-later debug doc fuse kauth kerberos +modules +namei +ncurses perl +pthreaded-ubik selinux +supergroups tsm ubik-read-while-write" + +BDEPEND=" + dev-lang/perl + app-alternatives/lex + app-alternatives/yacc + apidoc? ( + app-text/doxygen[dot] + media-gfx/graphviz + ) + doc? ( + dev-libs/libxslt + || ( + >=dev-java/fop-2.10-r1:0 + app-text/dblatex + app-text/docbook-sgml-utils[jadetex] + ) + ) + perl? ( dev-lang/swig )" +DEPEND=" + virtual/libcrypt:= + virtual/libintl + amd64? ( tsm? ( app-backup/tsm ) ) + doc? ( + app-text/docbook-xsl-stylesheets + app-text/docbook-xml-dtd:4.3 + ) + fuse? ( sys-fs/fuse:0= ) + kauth? ( sys-libs/pam ) + kerberos? ( virtual/krb5 ) + ncurses? ( sys-libs/ncurses:0= )" +RDEPEND=" + ${DEPEND} + selinux? ( sec-policy/selinux-afs )" + +PATCHES=( + "${FILESDIR}"/0002-pam-paths.patch + "${FILESDIR}"/0003-fbsd.patch + "${FILESDIR}"/0004-sparc.patch + "${FILESDIR}"/0005-uname.patch + "${FILESDIR}"/0006-resolv.patch + "${FILESDIR}"/0007-afsauthent-symbols.patch + "${FILESDIR}"/0008-flags.patch + "${FILESDIR}"/0009-${P}-docbook2pdf.patch + "${FILESDIR}"/0010-libperl.patch + "${FILESDIR}"/0011-xbsa.patch + "${FILESDIR}"/0012-xml-dtd.patch + "${FILESDIR}"/0013-kernel-cc-ld.patch +) +# see https://bugs.gentoo.org/943641 +# Upstream performs uses customized autoconf routines to check for +# the availability of various functions and the warnings/errors in +# the config log for implicit function declarations are expected +# and therefore are false positives. +QA_CONFIG_IMPL_DECL_SKIP=("*") + +CONFIG_CHECK="~!AFS_FS KEYS" +ERROR_AFS_FS="OpenAFS conflicts with the in-kernel AFS-support. Make sure not to load both at the same time!" +ERROR_KEYS="OpenAFS needs CONFIG_KEYS option enabled" + +pkg_pretend() { + if use modules && use kernel_linux && kernel_is -ge ${KERNEL_LIMIT/\./ } ; then + ewarn "Gentoo supports kernels which are supported by OpenAFS" + ewarn "which are limited to the kernel versions: < ${KERNEL_LIMIT}" + ewarn "" + ewarn "You are free to utilize eapply_user to provide whatever" + ewarn "support you feel is appropriate, but will not receive" + ewarn "support as a result of those changes." + ewarn "" + ewarn "Please do not file a bug report about this." + ewarn "" + ewarn "Alternatively, you may:" + ewarn "1. Use OpenAFS FUSE client, build OpenAFS with USE=fuse to enable it." + ewarn "2. Use native kernel AFS client: configure your kernel with CONFIG_AFS_FS." + ewarn "net-fs/openafs is not required in this case, but client's functionality will be limited." + fi +} + +pkg_setup() { + use kernel_linux && linux-mod-r1_pkg_setup +} + +src_prepare() { + default + + # fixing 2-nd level makefiles to honor flags + sed -i -r 's/\<CFLAGS[[:space:]]*=/CFLAGS+=/; s/\<LDFLAGS[[:space:]]*=/LDFLAGS+=/' \ + src/*/Makefile.in || die '*/Makefile.in sed failed' + + # build system is very delicate, so we can't run eautoreconf + # run autotools commands based on what is listed in regen.sh + _elibtoolize -c -f -i + eaclocal -I src/cf -I src/external/rra-c-util/m4 -I src/external/autoconf-archive/m4 + eautoconf + eautoconf -o configure-libafs configure-libafs.ac + eautoheader + einfo "Deleting autom4te.cache directory" + rm -rf autom4te.cache || die +} + +src_configure() { + # requires the --enable-static to avoid build errors. This is + # currently an upstream limitation. + local myconf=( + --enable-static + --disable-strip-binaries + $(use_enable bitmap-later) + $(use_enable debug) + $(use_enable debug debug-locks) + $(use_enable debug debug-lwp) + $(use_enable fuse fuse-client) + $(use_enable kauth) + $(use_enable modules kernel-module) + $(use_enable namei namei-fileserver) + $(use_enable ncurses gtx) + $(use_enable pthreaded-ubik) + $(use_enable supergroups) + $(use_enable ubik-read-while-write) + $(use_with apidoc dot) + $(use_with doc docbook-stylesheets /usr/share/sgml/docbook/xsl-stylesheets) + $(use_with kerberos krb5) + $(use_with perl swig) + ) + + # bug #861368 + filter-lto + + if use debug; then + use kauth && myconf+=( --enable-debug-pam ) + use modules && myconf+=( --enable-debug-kernel ) + fi + + if use modules; then + if use kernel_linux; then + if kernel_is -ge 3 17 && kernel_is -le 3 17 2; then + myconf+=( --enable-linux-d_splice_alias-extra-iput ) + fi + myconf+=( --with-linux-kernel-headers="${KV_DIR}" \ + --with-linux-kernel-build="${KV_OUT_DIR}" ) + fi + fi + + use amd64 && use tsm && myconf+=( --enable-tivoli-tsm ) + + local ARCH="$(tc-arch-kernel)" + local MY_ARCH="$(tc-arch)" + local BSD_BUILD_DIR="/usr/src/sys/${MY_ARCH}/compile/GENERIC" + + AFS_SYSKVERS=26 \ + econf "${myconf[@]}" + +} + +src_compile() { + ARCH="$(tc-arch-kernel)" AR="$(tc-getAR)" emake V=1 + local d + if use doc; then + emake -C doc/xml/AdminGuide auagd000.pdf + emake -C doc/xml/AdminRef auarf000.pdf + emake -C doc/xml/QuickStartUnix auqbg000.pdf + emake -C doc/xml/UserGuide auusg000.pdf + fi + if use apidoc; then + doxygen doc/doxygen/Doxyfile || die "Failed to build doxygen files" + fi +} + +src_install() { + local OPENRCDIR="${FILESDIR}/openrc" + local SYSTEMDDIR="${FILESDIR}/systemd" + + emake DESTDIR="${ED}" install_nolibafs + + if use modules; then + if use kernel_linux; then + local srcdir=$(expr "${S}"/src/libafs/MODLOAD-*) + [[ -f ${srcdir}/libafs.ko ]] || die "Couldn't find compiled kernel module" + linux_domodule ${srcdir}/libafs.ko + modules_post_process + fi + fi + + insinto /etc/openafs + doins src/afsd/CellServDB + newins "${FILESDIR}/ThisCell.default" ThisCell + newins "${FILESDIR}/cacheinfo.default" cacheinfo + + # pam_afs and pam_afs.krb have been installed in irregular locations, fix + if use kauth; then + dopammod "${ED}"/usr/$(get_libdir)/pam_afs* + fi + rm -f "${ED}"/usr/$(get_libdir)/pam_afs* || die + + # remove kdump stuff provided by kexec-tools #222455 + rm -rf "${ED}"/usr/sbin/kdump* || die + + # avoid collision with mit_krb5's version of kpasswd + if use kauth; then + mv "${ED}"/usr/bin/kpasswd{,_afs} || die + mv "${ED}"/usr/share/man/man1/kpasswd{,_afs}.1 || die + fi + + # avoid collision with heimdal's pagsh + if has_version app-crypt/heimdal; then + mv "${ED}"/usr/bin/pagsh{,_afs} || die + mv "${ED}"/usr/share/man/man1/pagsh{,_afs}.1 || die + fi + + # move lwp stuff around #200674 #330061 + mv "${ED}"/usr/include/{lwp,lock,timer}.h "${ED}"/usr/include/afs/ || die + mv "${ED}"/usr/$(get_libdir)/liblwp* "${ED}"/usr/$(get_libdir)/afs/ || die + # update paths to the relocated lwp headers + sed -ri \ + -e '/^#include <(lwp|lock|timer).h>/s:<([^>]*)>:<afs/\1>:' \ + "${ED}"/usr/include/*.h \ + "${ED}"/usr/include/*/*.h \ + || die + + # minimal documentation + use kauth && doman src/pam/pam_afs.5 + DOCS=( "${FILESDIR}/README.Gentoo" src/afsd/CellServDB NEWS README ) + + # documentation package + rm -rf doc/txt/winnotes || die # unneeded docs + if use doc; then + DOCS+=( doc/{pdf,protocol,txt} CODING CONTRIBUTING ) + newdoc doc/xml/AdminGuide/auagd000.pdf AdminGuide.pdf + newdoc doc/xml/AdminRef/auarf000.pdf AdminRef.pdf + newdoc doc/xml/QuickStartUnix/auqbg000.pdf QuickStartUnix.pdf + newdoc doc/xml/UserGuide/auusg000.pdf UserGuide.pdf + fi + use apidoc && DOCS+=( doc/doxygen/output/html ) + einstalldocs + + # Gentoo related scripts + newinitd "${OPENRCDIR}"/openafs-client.initd openafs-client + newconfd "${OPENRCDIR}"/openafs-client.confd openafs-client + newinitd "${OPENRCDIR}"/openafs-server.initd openafs-server + newconfd "${OPENRCDIR}"/openafs-server.confd openafs-server + dotmpfiles "${SYSTEMDDIR}"/tmpfiles.d/openafs-client.conf + systemd_dounit "${SYSTEMDDIR}"/openafs-client.service + systemd_dounit "${SYSTEMDDIR}"/openafs-server.service + systemd_install_serviced "${SYSTEMDDIR}"/openafs-client.service.conf + systemd_install_serviced "${SYSTEMDDIR}"/openafs-server.service.conf + + # used directories: client + keepdir /etc/openafs + + # used directories: server + keepdir /etc/openafs/server + diropts -m0700 + keepdir /var/lib/openafs + keepdir /var/lib/openafs/db + diropts -m0755 + keepdir /var/lib/openafs/logs + + # link logfiles to /var/log + dosym ../lib/openafs/logs /var/log/openafs +} + +pkg_preinst() { + ## Somewhat intelligently install default configuration files + ## (when they are not present) + local x + for x in cacheinfo CellServDB ThisCell ; do + if [[ -e "${EROOT}"/etc/openafs/${x} ]] ; then + cp "${EROOT}"/etc/openafs/${x} "${ED}"/etc/openafs/ + fi + done +} + +pkg_postinst() { + use kernel_linux && linux-mod-r1_pkg_postinst + + tmpfiles_process openafs-client.conf + + elog "This installation should work out of the box (at least the" + elog "client part doing global afs-cell browsing, unless you had" + elog "a previous and different configuration). If you want to" + elog "set up your own cell or modify the standard config," + elog "please have a look at the Gentoo OpenAFS documentation" + elog "(warning: it is not yet up to date wrt the new file locations)" + elog + elog "The documentation can be found at:" + elog " https://wiki.gentoo.org/wiki/OpenAFS" + elog + elog "Systemd users should run emerge --config ${CATEGORY}/${PN} before" + elog "first use and whenever ${EROOT}/etc/openafs/cacheinfo is edited." +} + +pkg_config() { + elog "Setting cache options for systemd." + + SERVICED_FILE="${EROOT}"/etc/systemd/system/openafs-client.service.d/00gentoo.conf + [[ ! -e "${SERVICED_FILE}" ]] && die "Systemd service.d file ${SERVICED_FILE} not found." + + CACHESIZE=$(cut -d ':' -f 3 "${EROOT}"/etc/openafs/cacheinfo) + [[ -z ${CACHESIZE} ]] && die "Failed to parse ${EROOT}/etc/openafs/cacheinfo." + + if [[ ${CACHESIZE} -lt 131070 ]]; then + AFSD_CACHE_ARGS="-stat 300 -dcache 100 -daemons 2 -volumes 50" + elif [[ ${CACHESIZE} -lt 524288 ]]; then + AFSD_CACHE_ARGS="-stat 2000 -dcache 800 -daemons 3 -volumes 70" + elif [[ ${CACHESIZE} -lt 1048576 ]]; then + AFSD_CACHE_ARGS="-stat 2800 -dcache 2400 -daemons 5 -volumes 128" + elif [[ ${CACHESIZE} -lt 2209715 ]]; then + AFSD_CACHE_ARGS="-stat 3600 -dcache 3600 -daemons 5 -volumes 196 -files 50000" + else + AFSD_CACHE_ARGS="-stat 4000 -dcache 4000 -daemons 6 -volumes 256 -files 50000" + fi + + # Replace existing env var if exists, else append line + grep -q "^Environment=\"AFSD_CACHE_ARGS=" "${SERVICED_FILE}" && \ + sed -i "s/^Environment=\"AFSD_CACHE_ARGS=.*/Environment=\"AFSD_CACHE_ARGS=${AFSD_CACHE_ARGS}\"/" "${SERVICED_FILE}" || \ + sed -i "$ a\Environment=\"AFSD_CACHE_ARGS=${AFSD_CACHE_ARGS}\"" "${SERVICED_FILE}" || \ + die "Updating ${SERVICED_FILE} failed." +} diff --git a/net-im/element-desktop/Manifest b/net-im/element-desktop/Manifest index e71c350f7680..baff413f858b 100644 --- a/net-im/element-desktop/Manifest +++ b/net-im/element-desktop/Manifest @@ -1,6 +1,1088 @@ -DIST element-desktop-1.12.3.tar.gz 3155645 BLAKE2B 0bad577b47fd6b77ece3d6712170d7f2b765188d1b35e1cc0d627aa188494637267443963a4ea831fd7ac93046d6e9ae9cae8cd8a8d93147889df9983a11a60d SHA512 f302907165a35f4a4f069f5aec6bc28edeba3d09c75f483c818e3930ceb4e838e5bb91ad9d42019a11a661d6e656da3c1ff25507cbb281c69183aac7d499e882 -DIST element-desktop-1.12.6.tar.gz 3167063 BLAKE2B 94762a2336896e8cbd1be3115ba1b0ec2c4621f7786f6a3b84c1d992143bb4a33d2b4e01e5c2b557181f09b280a34117c0130ebd179bb909667ffe4244b609ba SHA512 556e43330d4f36d7569ad657c974b1c08bc7140f8fae0f0fdc6e1c797d163b407f04ef1448ed0b1dcb7b9ae8be170509cccf7ea8df2641beacd379d2d2928f9f +DIST 7zip-bin-5.2.0.tgz 5625880 BLAKE2B 3732c01a746eaa73f5408e656774af189a13081cc50f288b1b7bf05476dd4b86646ee73d0d99ac686d103e84bf6603f3f477d3ddee15366a14f512f19e836f2a SHA512 ba44cf561a86e2337332ba36a80f4748249254937768deed95bfa17ea602b77111d325aba1e036551dfc30dace1cb43f7158fe0da20c69dd24142b565a8c21fc +DIST @action-validator-cli-0.6.0.tgz 15552 BLAKE2B 28ea1ad08cc5ec6c1de3b4fc434402622ad358ef5b8a37b59a25741350c3dae3cbbbebf1781993a4005746ebf4b1d3544fedbf7aa31978bb5cbe10fbedfeb3f0 SHA512 67c4d838ae06a9422923452eb295093c1e9d86bd27893ba68702398a2655a854579b8bb4e5b65ac2714a96da6fa0551f260f661db6c806595eaac449020979dd +DIST @action-validator-core-0.6.0.tgz 880222 BLAKE2B 53adbed18b0c29da3a316d47affa1c8ffc592dd690d6bce52d6d0974bc440f2f0187930d9fe892e6226519bd2c45e6dd8d0192839e05b32a83d51499319ab062 SHA512 b4f825c02afc326f125b3c2755ec30166a91c7dd45d16bccb0cd01440a87e022da9721a7766e775efa7e51c512cecc29935c248c80d823b47212158c2f23e48a +DIST @apm-js-collab-code-transformer-0.8.2.tgz 1321075 BLAKE2B 4212baead7e6ca7e5386b1612a2f9ee8491173fe60674aa07ebc513f0b71da1c5dee760135859bfdf9c42c9c01baa710683950134f29a032ea69602979560388 SHA512 6118c98cdab92854a30d4a2abb9a45516aebb2f18ec65e9cddbbbeb8c15cf4734da6d676acd53f4c8da72f0e239e140db646bdef611eda6deea9bbc342d3de08 +DIST @apm-js-collab-tracing-hooks-0.3.1.tgz 6945 BLAKE2B 661fd1b3c9bc463d4bcece1464e0c212c93233d55cf1e4662a54e88cfb14598ed2575e8cea0be14fbffc74e182362fd5add876f14ff7ede8d32a137b09c682d4 SHA512 56ed426e63d44653797d36e856e28ca098db3b9a9cabd7c0e585e9b24c777577bfcd306f8ce0c5a1eaf0fbaf6b5419512eb269c0fa920ea12e24310a22b4e577 +DIST @babel-code-frame-7.27.1.tgz 9969 BLAKE2B f27411effcefdb597ce36f0a958217f83cc45fbe229014f92326fa5411e4fcd57546ad2a037e10ff157348ea2046866ffca05a6782dee70cc0453c3591b57994 SHA512 72343b66543432fddbe3b84006e4debf24ee60de22fa5a09286795f5f95c0a020adfb7025d187e2f56ddde20479729deae143b0610a49f604f6d050bfab1aa16 +DIST @babel-compat-data-7.28.5.tgz 6573 BLAKE2B 00dd5c37e46c940a1754ed35ebaf4f3b2eafd9c522cd0fbc6ad732f18e756ea21a8584200166360fc123b96c3c1f15b02df5d4d93ae35438842791e1043d3118 SHA512 eae157c826b2a1c45baa164e07ee9772e65b90c3629b07d51858e2f024d99c2cce1d51af0eacef8adbb5aded805392d13a58b3ede40f841f02a4032f9f1f448c +DIST @babel-core-7.28.5.tgz 190126 BLAKE2B 5c6863ac8d7e31b5333475d841a655cadfbc26476ef6d38a6ce5bb85aca2d1e52421e9d26405103c54716fd384ca3f6d5c9eebc6a6bcdc0bf1660e92a0f53267 SHA512 7bb8d3e03c58bc80cb935647994fe6fe6075f6b7b1f6cbf47367ed06d8d206ffa454cffdd367a1d1f20d5330fb5302cb351fa3539f391b1509f3f1017c03397f +DIST @babel-generator-7.28.5.tgz 118382 BLAKE2B d9ee7d334559a8e8555cb1d54dc60394262169a9815eecfc2d8397a6df0f07f91a997ba4697e09509d981a200bdcfb158ef882a9fbdb6aa461b1b08cbd654671 SHA512 dc4c0b161677f09e15c883fa58db6dda451d5bd76891703d0abe08548147b82a59dc7f3f6053a5e498d91e2b2b9f57c04cf06628aa97cc316f87d7d4c07cfa09 +DIST @babel-helper-annotate-as-pure-7.27.3.tgz 2133 BLAKE2B 1ac3bd3092bde9aca269644da4a02fa1352b952a8d6c39332896f09846a3c24bbaa1bd4d6bbab6dfc3a47b30c528b0e70822b6e0dbd7d83676ff39e7a833c35b SHA512 7d74b0310aa2b5319e1cb042d3c12ae725f3da6dfb138a495f5a80535fb670d79dcff89fbff6d55dfb7dd157926afe6714eeb511c360c2bd1a2716f23da5813e +DIST @babel-helper-compilation-targets-7.27.2.tgz 14901 BLAKE2B 6919d590d15034bc2023a43512c477ce6b25a2eaf66edde5c60ac22548a95e12107d2301676337535e1d6988d90efe90518b886a318928ed4dd830233c1a51a2 SHA512 dbed6d8465145968cb4d84c76562b59fc6206b48a3073d5702151770acbcd6b77983aca1ee11aa329e39bfb71a7526c41dcf46dce4efe394b29de44dde9b380d +DIST @babel-helper-create-class-features-plugin-7.28.5.tgz 95326 BLAKE2B 94ed29db47f6ddd85078723ea8bc40f1b7ba457dc3b4f296cfa5bbd2f9cbcb1a065f05bf5c2dcc266f8167c137fd699adbb1da651bf73ae4dd46933e4d7aba0a SHA512 ab7582e097dd383ca9bf102bb0941139fba93c1abdfa53308caabb0b7dc685b15826cb9f0f4c9dff38b00fe849b9c2de5ac9c53d6663b14d83345a813c4ee3c1 +DIST @babel-helper-create-regexp-features-plugin-7.28.5.tgz 7908 BLAKE2B 474c6c820d710cbc4af269326736d1e87e75cc438da92ef178734debe885d579926c6ec34df6ed1c09b67b1380a44bc983e36d97b1877882f257b519eb6bfbce SHA512 375121bcbb47ccebe3ed040e502092dcdacf24ff1ce56e995c21c39fb6226a5bb2d62bb8af912621891794a36a4fdf428b0f96d260ea5a847a1d63199453f787 +DIST @babel-helper-define-polyfill-provider-0.6.5.tgz 60633 BLAKE2B 78d4164a5e7f9704a156c5cdc72c304d24cb6415d0ef4127cbdfeec489d2c11e014f98cf103d518c95e2950b63d76a4692bddce7b22d8e6c64a84fbdfc20ad9a SHA512 b899c615c3ec5902bc7ef8e018fe4b654659b18188a0f7918d21793c6c2b7a5620abb435e7f16df4d185a75ce0970808bfffd6d2e1b805ebd1b92251cb29593e +DIST @babel-helper-globals-7.28.0.tgz 6838 BLAKE2B 18fe623f3daaa6af5a2138a6d1ed2378759c385d5da8e832fce14e0db1617501b0b49b98bf72657521a9b96a484a5e7339818bb39d3d692d95c97725e4d31250 SHA512 f96e9c21291715ad635ec0c475803c1de7af413fc550b871cd1f7da71a6196d65c55aba0a6ce774c709e89603c4a0bb1c694a9de028f8ae61f496a2990b43887 +DIST @babel-helper-member-expression-to-functions-7.28.5.tgz 13651 BLAKE2B 997ba46bcb4e72dab8e6eee715e81794a69cc74171fec0b0f71d1c53b545c00b294e32a7a525350b3e3f1f200747ad7dde188fc5faefa13243064821f0f9ee86 SHA512 73033b48145970f08b825f1aedc634b284f54a9b52cc094c1f7f6fc22469390909961e77af985d1f02d2099a507552d3dfdb19b7e091a4dc181b8636bfbedab6 +DIST @babel-helper-module-imports-7.27.1.tgz 14067 BLAKE2B 41627c8f9509a2ab9373876e20186bb562b9a4e6caafc4c116c73014ab193382e543e0408fb88b1f44b0d86f992877a511e460021b2464153cc6bf793cc29e76 SHA512 d204855943cd5cda29aad20f42f943e56817608e4663690fd9c0afa13f247338db7dc7ee2258d36dc5abba50f50883c85f682dd708216c3cb4f32135a7efebdf +DIST @babel-helper-module-transforms-7.28.3.tgz 37829 BLAKE2B e55b054e06ced3436b995d2702c04b4f72e85feae52d39f2017492d54dd22d3fd4a67bc207f5dfa6e551747164ecc6c3457fa957fd4cd6c096ba9af4bd8e1758 SHA512 832b5751bb3c936b174bd3e7429b73e68d109e92cbe754b001220e458e97681285f3c9ec393d19c3db332ea9521900cfff84e58c1003e72f7ca765357ea91db3 +DIST @babel-helper-optimise-call-expression-7.27.1.tgz 2646 BLAKE2B 5242b9e6788891ca3db73813542398462259f8c786e095b56ac88ed780d1d79c3328273cf2d614b507aab84cfc83b0132c12d7220e24e80c84f32c73f888ee24 SHA512 5113061f4f0dcd8161b9b352189ae9504a6118a430310601c92cdab79700072635fd880846450b9c8cb7b4031eb3394bfeca361db7a29589685264a977b19d57 +DIST @babel-helper-plugin-utils-7.27.1.tgz 4461 BLAKE2B 12a304229340f8cb0d9a769ddb5eefb606f95dd782504f05760848a7297b2270778ab96001a9bffca8ea456826abae521e9621bd2041f63fb9cd72a92bab345d SHA512 d609f5529e585e46b761800718aa5b89d790e588dfd6d0daf6a61c832b33f9c3425ee9322e5e838cf5e10f7551c126fc73427db40e1bdbeac7119b5ce91d2d97 +DIST @babel-helper-remap-async-to-generator-7.27.1.tgz 3723 BLAKE2B 3071daf3b68389cf5324326162be04ff620de51a52795a0f7f990b21ec0dbe20666b1c8fef723a390c59406d9acddb8cf11b9b73b136c86e0f005a290bc2b267 SHA512 edf880e76d5a570f2548f788e19383def445928aa425c4becf8845a3cd9b1521ffdad35de9e279a8254c4b93b30e6661fe468741e05a7b2c4aeb096370fb6f78 +DIST @babel-helper-replace-supers-7.27.1.tgz 9164 BLAKE2B 56f0b27f3590c915d7272930ec658c731acf9f20acae99e304a66dc988089365abb4839b8d57854065bac2ac0ac9b2617eb0b42909cda73701c215455aa202af SHA512 ec41f3eaa0d973c4584b91253e84a1321796bc48044689c50acec80289d62cb5135d6e7d0cfd786c266df3dfc62b2ade627f20dd2f379b6d457a51ca6de0c228 +DIST @babel-helper-skip-transparent-expression-wrappers-7.27.1.tgz 2552 BLAKE2B 93aded5d6ff5a59d76a7e0077be2d1a119276a9c5671336fe39ea5b8e81d73a9703a10336d0a9c59fc7e072a2c825fe71e0bf5bc221fe90437f580fa4d773696 SHA512 4ee6f864a117a9b3e35e058b976fb726940060127cfa292943639c8ffabfaf42f013752110d87b11469bc878f3da4084b2b458f377b0d8341d1e5bae883405ce +DIST @babel-helper-string-parser-7.27.1.tgz 8383 BLAKE2B f06b0658a09a5e2bd63f0d95c99331e7e3e2d44de299705b7524758ce3323d2d2c7bb312a96dfff6760e066897e35fa4474f109c11feb5fa3413cfeaa3eddb3e SHA512 a8c952c4a6e946502b89d0c4c64f769d2a1bc837693e28d4ab60d6ea80e752a77488e1b19908f2aa13088a123dfb3bf82cfc997518ded9c6af58f6c26d69b778 +DIST @babel-helper-validator-identifier-7.27.1.tgz 14174 BLAKE2B 1058b1015fe1c71cf4422d5964dd28868cff7186e7acb3d1925fc6a3600ea59e09e251c5e90f96b282c0ffce5c6cf18139f63cdcac148e5ff494c719ff1614bd SHA512 0f684ff5e03e4aac75901660cf1661d32d6dadbb94f89a03922130aa1437ea7a1d62a270c842213d274c35dee53a6ff88a8ef696e4cf587db461d6b4c4eb94a3 +DIST @babel-helper-validator-identifier-7.28.5.tgz 14245 BLAKE2B 0291b6bfdf7a01d365849ea575fb85f49d3d33286f894e2d7c52fa9eb9e7bfdb4e2f5e9c024b034ecb03499ca6e5633b9a2be9f26dcd26be9423bf8265b8ce6e SHA512 a92b3889fc33289495dfdb9c363b2f73a5951ece9bed2d37b0e87639c1c5f541df54fa965802d4b0d515ce1481888b63459a0b1f1ee721aad58ea295bac519d5 +DIST @babel-helper-validator-option-7.27.1.tgz 4383 BLAKE2B 3af63fb729b6c632868e09c6b471d942895a8f48f4a104a0d590c3f1965836b8aa92dc7f1ac009c67aa8fc793360f07eec25c9d1a77a68269739d34fcb652ab6 SHA512 62f8c9a30f45c5b84514a0d2b859d509ed96c57935cd6736d9f15e3d5344696244bbc22b65595d6ba374b87c3366b50cd6297b342f4c969e0c68961b61df494a +DIST @babel-helper-wrap-function-7.28.3.tgz 5983 BLAKE2B c9888a0a5da15985a9d3effe73535984dc40d881682939dd7651fd837a2e00784a03055de9e6c4ef44e3e1c809cca0f593125ff9b3720097be10f297c02e3166 SHA512 cdd7fdf37b4d7cb64595eb5cd1145762b1ebb9c04483de4d2053249fa2bd75b78c627b201da48119c42a76c0924ad1b63d8c11aded1073634d4825db1bec5cea +DIST @babel-helpers-7.28.4.tgz 189216 BLAKE2B 5e12d071f096f47234e363f7fb255cdc507141dfc27f9b4cde8d88c682138ff10c0a11a7f4cd1644b0af5455663797383b604122e23763936ffdbaacd9a14a62 SHA512 1c5379f4c9905c61d5c9869d28b56e998b00f5d045ba7fe5758c62a448f3038d7dea3a4b65df148c41012e46c492f7d8ade0ea2616716005853edadf84da63e3 +DIST @babel-parser-7.28.4.tgz 435294 BLAKE2B de3203af5f377367dc2eb6db3643727774fd75fb4d9f5fca58ccea3490e56e08191464e0f9888c53a8155cd044e1f658bdae422cf56cf1f2fea7e57258a361e9 SHA512 c996c1a9e33a4e4a4ff5dbbf236a5466726c44c186bceb88ae18f30b50301f05beea17b89a78ba069fe6f228e7d223ae66e3c8d817e40a8491ba7a728e7ad02a +DIST @babel-parser-7.28.5.tgz 438175 BLAKE2B e2a474a2fbcd3a6955928f0684a4050071b92ca60a6731871055d1ef69ebd7851433cc2748d6828b9c9639eb6a4be7e1a5a13bb8b74e0189f6e1264ea4deb875 SHA512 28a054d5519847b391af702de4702d510f935774b34425e603ff0e7436622c3048671572cd7bb3b4f8df2dddc15753d10101823165921d884bd05f1de6e1c10d +DIST @babel-plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz 4319 BLAKE2B b3d2c78e023daf854b3e57bb3287c3bc94ba588d4e77eb9c219f9ff2b6861d17829d649e928b6249d81d063b90069ca6ac3cd6de2d50d79054aed512b6719cbb SHA512 f3b183312dedb263128bfddb58eb5ed546e52fe6144c5315f1264f67679210bd7bb3be02c3f97adeb47a36619528c616d86622f399c4fbf77a1f0e4dd1b124d9 +DIST @babel-plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz 3564 BLAKE2B 7c4d694b29cc21d3634fd487e7ab7dc085ab58cd808ff2ad8b768fa773a5e56a56e0a288b0ada238240ba9fc47731f5d92dded6aadca22d379eddf3ea82d4c81 SHA512 a8d7aaddb08a9c680b9045d4b85af2e9d3e519f09d40d65b9fbc9400f0889f00091cc53b4c725fac14a8ce4716ab9b0d33a45c1774bc5f240bd80e7628d47d20 +DIST @babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz 3137 BLAKE2B a5e24c25f44b4859d0508ea4849e2440e72fcbe3bfb58268a666b2a10b694bf4ad02de600b0d999136650ad35517d40520b914cbdc816434a4eb56edd494406f SHA512 8382fb398ba7d383755b2a8c36395d17095f3c22d5920079e00fd809720265806cbc9244de40722aff5cf7e47f9c07e621f8e5dab2982cdc8c1dba186d969668 +DIST @babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz 3751 BLAKE2B a78bd7ff35066ca2b5f5d2b530f0bb6e80a160d4b69014f68e3311c7a0370c47be75003b79bed91b38bbb4709a4264f4026aa1945a9fef66ad043aa56792f528 SHA512 a0ed3681c38d703e4ed624cb8bfe9facc2412305841dc7961921aaae90a610bf27a20892e89f4f065138f0268adb4fc9c752ee46697d6837ed2e07635d3f3e0b +DIST @babel-plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.3.tgz 7879 BLAKE2B 1e71fde5e28b92295a08a6c554bead40ec06ab7835ee63cc70b5f54432a99ec479e390318732e477e53bd4d2244af363a07a10078801fdcfd76e128e3eb7127c SHA512 6fa6135f5d3c7afb2f1386205b243ddb5640145426dc19fe080dfe65794d5673e1c7e51fb15511a0f8df1803c28c182baa8df4c97fc2da76465fde83c6f47d23 +DIST @babel-plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz 5818 BLAKE2B dbf8d83fe34bf1e24e7a5fe69f45db6c2f84f2a13dfbae8fcd5685e98624aebe52f45bc5dbeba5964cee5eaddfe019682059524b89d700110265b3a858e4ad9a SHA512 48e4a47c90dd75a33b99a93a70f129b30c93467b9196d978dbd84cada4048255be3a4a2f9c2cec8accd39acae563ffea2c58c2a500c546f8dd9b6c00e693e6f7 +DIST @babel-plugin-syntax-import-assertions-7.27.1.tgz 2563 BLAKE2B 401b024543dd17d08e75b6a432db3a14ccf9b6b86687ec686e5a32498e2d625705ca3eeb6c56f51858f9476aa7ca534237f6a913829b264e73c07337e9fcd372 SHA512 513fc9ae1c39ef183820b1cb167cc5a4f0e531b71d12271a02d8cf4296e3f706bc4f8af92955828a61dc2ffe3ad20f07b740ccc43ca3b0b8225929158e7c0f16 +DIST @babel-plugin-syntax-import-attributes-7.27.1.tgz 2730 BLAKE2B ae70e0959aab3a47c1774cf97fba71bdf9a963cf6844c1e278ed4f70e3630eeb677b812f52fbc32ff0a534858b3b28ac6cb05a86d54e7f14d448beba869c1b26 SHA512 a054f416b287805e777f8bceb191a2d87877237e4f7d2995b3820114b163e1d9da7cffa12160cb8375722a65077cba0b1e5cb16380bb0c6b661ee2609fe206c3 +DIST @babel-plugin-syntax-jsx-7.27.1.tgz 2207 BLAKE2B 7932a13f0e96b1bd75c3c78298f1a08f87abeba710d4a56b9e598248f741f90b6570d189e3129807f6f22b5449d73a937c7a7baa6a97e6ee698ee1022b348954 SHA512 cbc61334878aa3284677d3b4262cb3cb2aa4f207639ee9864d03eccf4c4e64e43646691525e675be699f22f1442aab9c046e9ac4918164313fee2239b2e508ff +DIST @babel-plugin-syntax-typescript-7.27.1.tgz 3091 BLAKE2B 73aef57a7f6299a4351e3a8ae27c80263bfd75676bf68c5fd20783e5a83e13d3f8ae813fe7f0f9cfd0452e7b414e182ef93eff24130e0d54f173b045e7d045e1 SHA512 c5f60204cc6f787ad13270169756653d73998f390df364c716f2e142115716df356791e737e12d524661bffcdc2a9993ddfce6599074cb0881adb0b7be881bc1 +DIST @babel-plugin-syntax-unicode-sets-regex-7.18.6.tgz 1713 BLAKE2B 389c45ad5597001f08610e89d8384e36657bf61edb06bc4b64d5775ba03e4940256d0eeed4ed3f2b661fb67c4379a7d7439c49a9b377912fe33d98d28906331a SHA512 ef6ed890400fc122104efe629bc407cf7ba9aa9f762535a189d202f354ddc78549608b5efd59dd29fd6a2ab7e79e13cb88f8214ad59fbc2fe215a30242eecdaa +DIST @babel-plugin-transform-arrow-functions-7.27.1.tgz 2622 BLAKE2B 927065a646c948b01d5af38c363e33d4154ff2167011fd5a5c2a74801660e4bda146d12fe908348bb059b66c71e7fa8b7919c560290da88da4be158d8734e2d7 SHA512 f19e131a273ac56ef414a4e10391d810a2b206938eb2e713383d438d4ddf6710e0f8adf30497173059edff8c908999dfe7e32238c49743d3da10afc8961d4378 +DIST @babel-plugin-transform-async-generator-functions-7.28.0.tgz 6392 BLAKE2B a61a4eba18fbc687834448ad4e31d06a0d0a291189e4eed88d5872a38bfc0836aa1c4a8ab33fd0aea7aeb7a8da3a4340b22325ea3bf20212326718075e03428a SHA512 04439dbd7e3e33beb989c34f65e89dc800c8bd0d66d609ae9d7b9f5f1bd1112cbf8cd3727e8bc8a94c84ecc5601818d692d0a8265cef140d53a363b8ca620edd +DIST @babel-plugin-transform-async-to-generator-7.27.1.tgz 3093 BLAKE2B a66384b89a19e4eb8426d2c0325cf132837e526924915ba095a346aaf2a71004588011271baf537f923f015f30266cd90b4e5ffd4eef559dd713e4b1b6cda5ae SHA512 35112466c655252e31993afcab3139cbc01f20faac7507d1b9488b4531336fb4228bc885582c8329a515d9cd2b0ae8789630d9f7c00b1cffcf7ad8815769dd74 +DIST @babel-plugin-transform-block-scoped-functions-7.27.1.tgz 3067 BLAKE2B a3171b0c43fd2ea1b53da9eac52da21c200dad80cd0f09a95336dd3e01ebc87769dd81b455bd36106385886fbdf677286bb18c9dd71a524556a0aa9f93c1e4df SHA512 727aa4b8eb592daa56619518339ad521dbf59d762e155225b59e9927b9c88f9f3942c8ca3397612f616efe52025d9d4ec8800573b432f9bbc302d4d7a86ae586 +DIST @babel-plugin-transform-block-scoping-7.28.5.tgz 21957 BLAKE2B f4000b547ada8f355302962a3043d7b117acbd449fb69ba8e972f6951b45282d2842b9f5f12f5276272c9b1a12b2e8798ddb0099b7ca8d37b0d3ecae0465d9cb SHA512 e390e650ba72495be6abd3e3dd7f41fbad977be0c91a8bf6ed0adabd0254d4b2dc6a947aff5d22fa061502e706189a47069e6663120c2b89c3013fd00cbaf8ee +DIST @babel-plugin-transform-class-properties-7.27.1.tgz 2411 BLAKE2B 70d5c7c58ae31e70835b9d65dc22aa18c9014c8703c407be76e211dee645e539843f1defdff20f1cfc42e59ad2adb487c38156ff17b60c47bc8ee397145c0f3a SHA512 0f455c6a50a10ccb6e46f248bb753f7f05a37fc64cca4cf9899b20efb36e8fcdb5bc2288df30b244bc117566ecb89fee470661674d3642d0aa224c02fd992f6c +DIST @babel-plugin-transform-class-static-block-7.28.3.tgz 7643 BLAKE2B 67d4ec3267458fc112324d39705b99ccde696e115925f2bf01a8090d94e373fe7da23c513587b81133c452ccc9e9236acdceee22003129e5ec12b21b3652d607 SHA512 2ed3d79416d1a1ce0d8e5fe887509e0ffde30be6adcad6e77ff52a2e8a930dc1181943e3d36dbeaef7e46c3622794ad28f709a578c870c1c8f13e4f61f07ec26 +DIST @babel-plugin-transform-classes-7.28.4.tgz 22599 BLAKE2B d30d9aa06f27bbed6e1f1627892bf22e62819dd851585070895ef8784cf2c462055879af8b3cb54fca8cd3e71845449319670724139bc9ea3794e1819649537f SHA512 7053a584860f06ffe206873e292dcce9eb765cfb5b4f61e20917c15d6b5fa5cf4e032a2cb6577121ff5801807aca95110416f1f90bfa9f2acbcc049f25efa104 +DIST @babel-plugin-transform-computed-properties-7.27.1.tgz 6789 BLAKE2B c2e907bd35da409694f965493115a46c3fdbaa7f596cb44eeb2a113610ccb93b88aac7eb8e2a4eb0f4342cf99e4597b5f343aea7e9a6b126e461a25ff59b77b3 SHA512 963f4f196bcc4d592c6d68834f6b56ebccc64bf732a3802467f413a74b104f49a33e8a429ab4a4cf17979339e3a81c730c8e937256613896c199b04b8ee39953 +DIST @babel-plugin-transform-destructuring-7.28.5.tgz 20102 BLAKE2B 5da460cea8364cc098f23b5973385815300b73dbfbde55926bdda4fd433513b3b2bedd6285e84cbaf4ac46cb245ae98c2af0a4a8b3b8df37fca973bc533bebd6 SHA512 2a5f4173a0f4cd351c154be436e421e1e1973ca28d0ce2505d5cb233864040f32f7a78897718bc5cc2702e8fb14a85b7308abcd5b0f7de57147bd919a65d0c0b +DIST @babel-plugin-transform-dotall-regex-7.27.1.tgz 2086 BLAKE2B e66ebef93b76f987770b1c36369df5beb9a3a39b57ddc4fe474c8b5ea436ba837b7c01820df5f0b418d17169ca8b751f9084f2629bf21316423866ea0e91ceb9 SHA512 8046e40d5191be38fbf93d62bf1adf8328294fb194778be6383b58a5bb348190137645fcfe24a73ad652c62667b209b56234e08c8e952811922497af92b725cf +DIST @babel-plugin-transform-duplicate-keys-7.27.1.tgz 3289 BLAKE2B 20f8158643717031b39e9d379ec9df0fd4819914c954e9d56968bb41e620766c854c27b534e5e217d96d6cf5a34af5cacb8cba9a30d796635684c07a0480b91c SHA512 313c8993df2c1ef4acf9cbd9e2739abb04d31b525ea270e3486bc6194347ade1909ecf8ca6de965ff755cd6047820f9d6198640b85fecd30df91353e572f72ed +DIST @babel-plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz 2450 BLAKE2B c5f255320b0843252f24a6e330d83e662b3320ac1c3863aac2277c9603e00f14f214d5e42da3c03eca8041c35251ba6bdd8dc5641addc8abc925a6cb1b482e32 SHA512 86419cb9e4c4cee841df407778909b09878269a1103a6411d0076fce90f82e8374197316cf3192b91af1476c539c2aef35b5702bd37afe343dd8648b7e2656a1 +DIST @babel-plugin-transform-dynamic-import-7.27.1.tgz 2711 BLAKE2B 7d2f7e45089be057853930a9fe0fda12443ba8c129e417799147857032920647311d5dcc97b7e37f43e7d8853e78ae445e513fc353e76bffd9196b1f90bbb226 SHA512 307ce45907049a3cf3556f63daaf0b1a3c065a91b69a3c1a681d01350c2cb771488eab20f02b7f988665bd23c9bdf8bdcb6002f268bf92dc5b1552fda59d48e0 +DIST @babel-plugin-transform-explicit-resource-management-7.28.0.tgz 7583 BLAKE2B a3a2bfcdaa88e5507742a9b9f1c7a50bc09c6eedcd4563b3d547fb81fa759dba2b205b3465fc3fa45cd2eb0a831dfaedfe4be8577006c3536f57de4d0d514f65 SHA512 2bc9e151c9f77fa881f8fde0c02bff9e8ece77339941c29c856e8ddfcf55e8f0fc35458a647ce774e77db0f0d56cca01b1b9a332a941e0bf5f9be7c414d565c1 +DIST @babel-plugin-transform-exponentiation-operator-7.28.5.tgz 4140 BLAKE2B 082b3c50a148e9888dac5d7dfe49794484b129ba80a654b17174ae8eecfbe090f22f4af4dc330586138125d37e30781bca041097b14fb41cd139da30130759b9 SHA512 0f858831a16dc1ad8d8b33a9f9d9e816345ecff0a52a20b606aa889b029dd57dbc9ea06d644c82609da8cd0aebce5c4016b72b8f1a37f52ea485ef51343946cf +DIST @babel-plugin-transform-export-namespace-from-7.27.1.tgz 3133 BLAKE2B 95393eecbd1b82f253b002245ae663b0cad883879915ad6b0b5da3f4e509b156941946c22f71fdc329162629b80f08b0950d271fa76c585d89c5a7516a2b7235 SHA512 b50bc7592677fe31f6c6eabfbd90f2d23367f9975725e33c807bd7e259c99ac737fb9d323e559d65721ce5acbeba65fedbfb4922a1ea884a9c26fc65988bd1bd +DIST @babel-plugin-transform-for-of-7.27.1.tgz 11409 BLAKE2B 6fe1217ed1e8a2e2c1df8bc30be48cd4637cd3add20449343cb4487374b146e0f42ac7ffe14d26dbb865ac18ae173f995d2d39934fe074bdc26e290827f43bd3 SHA512 05f6d6145109150ccb090e4df15a1c9c2b40f09d422e43537b632cdb0a1c8fbe5d77a5698aa4b9679aae4d8714a28e18abe0cdd2bb6290e0dc72ebfb454f35b3 +DIST @babel-plugin-transform-function-name-7.27.1.tgz 2872 BLAKE2B 1d3e471b42fc3036322eb59db9675001bdfd241411b43022d429cf23d20abf4bd6e07e65dd6726a6458297ce06038b3faac86333b987b584ee2c5273500d173c SHA512 d5b41ec9d245f4daf578108c31b0be85dc26465b2fe5760e32ed37612585c0db341ec026b52c711757f2b983ea7a6565755c859a5094ef0f14135e0bba951265 +DIST @babel-plugin-transform-json-strings-7.27.1.tgz 2773 BLAKE2B cab55f46b2949cd1a5c4abe5750496d6738b02fcf2c87b4d607cf164ec9b72461c5127067f4fbc64e4063d9a2e6008270ba7a51977fe17f96da7fdac3bb0ff20 SHA512 e9654b5498938ea7106ae0619f52e4202b11d87fb39bad88de1f5f6930cab75a8fe239f6a3bdad4afa8cc2d1852864e9a2371ed2026cfbbe9e676b821d1661d1 +DIST @babel-plugin-transform-literals-7.27.1.tgz 2208 BLAKE2B 8d02358dfab2fef0c329b66ffaa0025b0c0cef8c9e3bd6e77bf35356d7271ed7b9a85ef4b7e3b6b22dfd5c11caecc9f42416a93ac143e33334b0a65c3e528e86 SHA512 d0708549ea48a4b4e42dcb22f3a186de64d4cf15798e999bbfdee14c44d6df2ceb0228fc6aa943dfab680750f475a54524cf0d2ba1af28ed20b255509a6fb364 +DIST @babel-plugin-transform-logical-assignment-operators-7.28.5.tgz 3307 BLAKE2B 52caee2a183b0bd0a287189a21d0775f229fbe6b90b8767e6539ce64e6a7419737b2b40535d0b3ae4c9cef77f6c2aeee92f80663a4fe14d97198eb677fbb16ac SHA512 6b152eaa751306e5f21c6709115561f6939168deb00b96d87c4ec51b33e26966b7b3289bf66ee0fbf213ff856008e7b652979fe373c7cde02f72b55e93a42eb8 +DIST @babel-plugin-transform-member-expression-literals-7.27.1.tgz 2339 BLAKE2B 2ef82419a916d12545e3744fa2cff928011cc88f8af14c5498663df2e32ce77c6f82d55f1385c882eb79726aa408ef6ced244b90156fb56e3d3839dbb1bda6cc SHA512 86aa015f875c675237de309259c5eb3fed4abbb91da977f5a1e6a1ee8a0a38888074a43ebaa7ed80214d392cc0e40312d97207118786160e1c29109da71cd539 +DIST @babel-plugin-transform-modules-amd-7.27.1.tgz 6339 BLAKE2B 1b7fb56f47262d3fc6ed135bbde2478b7e85038ffa6244b90e7c918378137318c489d0a920c453d30911760f4416950089a7fdb08a3e45bea0b4021704748709 SHA512 882b32b4c83f37dfe816aea7fa0153bd460365038c2b990475e6319b1b7dd5f7091b271fc553fd0a7af1a2588cd28ba614445b6b68bc66dc11502321bcfd4b9c +DIST @babel-plugin-transform-modules-commonjs-7.27.1.tgz 11413 BLAKE2B 3ed798048075274e96435ed2e92815d3a7a7114b313b0e8f7996e0dbd8a939d290f4019b2cd7a015fe4e0342611fc0af4a1d437ab68e8de3d5cee566fd7fdf55 SHA512 38982ebb095362537480164544fab0386356b2c6637c851d4bb1cc62d37c7352a6c29c07141c1378566b83d5d96be0c54e2b56396e624c01bbb720943ec082cb +DIST @babel-plugin-transform-modules-systemjs-7.28.5.tgz 14828 BLAKE2B bb5f5cff41f386e60f0c1889127897d36645c44602e9a2a2793d0e88d1068a62b2596dfed144d825c9a42f2e8b55bcda3f966fa27e58b54258c42c60e9b9146a SHA512 be7e4999af7c2c239e072fcaa5e4215dc57659981a454b63c109a3a01b8b3653a6920d1f079a5dbd855e591608ebdc162b02b6703d506cc894427a2e8d6beb7b +DIST @babel-plugin-transform-modules-umd-7.27.1.tgz 7188 BLAKE2B 4be41aa344d0ee6e92c23588dd5955af742a29a3a0de9e8644d4271e74130d42fe70d9153757a9e096bfa0da08e299a4117b90c3f558722f293e42a206613bfb SHA512 890044ff10b9055d4ec496e9e961bb8eaf485a20fec7195984baddc293e44d7df27665ddbe80a9c9f24deda71a20165a3aa4dfafbea9833a8125f94d6de44afb +DIST @babel-plugin-transform-named-capturing-groups-regex-7.27.1.tgz 2291 BLAKE2B 91e9a4679ace6ebdf43c5a0542e44e1096d5c5267ee8797ac736632cf124a9d2a22a6104b06d5976d536d7dcb26c38153ed4c1c9d4b4a48fb89162f17ff0729e SHA512 4acb51e49632f1d759bc3e8c855d2d33f8f5e9076ce2622925339dd58bbd27da498c7f776f11c4085ee982d736f17be4cd30fa3f1726ff467bdc7be4ee46f736 +DIST @babel-plugin-transform-new-target-7.27.1.tgz 3681 BLAKE2B b09937f796a7b7270252816864400e08bae3c56c5bc8384e282f365bff20559007db4da9a7db5c101494786789e0125f3b7f51f0503932f6a4f3499872b01055 SHA512 7fa3e261ea97434e6562add321f203bbf32d9622946cdc24180a4f52fca8ebeb5ceee691e1c3e33deec314faf5e54cb2720da5654e9bb59e7be42b90a1887b31 +DIST @babel-plugin-transform-nullish-coalescing-operator-7.27.1.tgz 3890 BLAKE2B ab68c8c0512eda488652b7823cee70a26f664dc600c2228b7323b8c4b57fecd750f9a4883187058f7c1b321d406d3e4ba71cbcd21fd38bfd1861c913f84e86b6 SHA512 686661eb1328eaaf6fab5246730e7c959d59d3e8b4c41db1d1769ab8d2145dde8ed715dcdd1c28584065b1342b638290f497f4b39ae00fa4a23646947497a04c +DIST @babel-plugin-transform-numeric-separator-7.27.1.tgz 2610 BLAKE2B 5a2cb47d1762d3cc8f979a16cc391595e3431b389fb26f17394b1d14cd5bccb3bf03fe5fef325254a50b88054e9d3c76be22af0537f5e4628584b9470d0abe00 SHA512 7dd3ca01cba3baf1028710c127973ed014da4baadebcb57b0892f4f1ee26ddd7bca897cd22e09cda773b5c960e8c1a133097aa4a6c17274ca9135e110a32f06b +DIST @babel-plugin-transform-object-rest-spread-7.28.4.tgz 18518 BLAKE2B e9b995dc80754de9e93d423eaa436322a73d865273ef8ea6abf28d28397296b686bc5407304dcc447c24d6f3ef56a3bd5f205e4cc099906ac84ee00e222334dd SHA512 dfbdca0361d0cca85009889154846bfb7323a4239bab30e5cab33abb8236d35c0bf0ca76c077fbb81f06843c22b34de4dad8bc66beb9672caab35c4ec5417f13 +DIST @babel-plugin-transform-object-super-7.27.1.tgz 3569 BLAKE2B b6c6446dc587924ea13703ecddd55112d06fd27a2f731289af23045681554ddc91e8acf58a9a81c61b8c9df892bc0bb7c1caf2473e00aef10afdfb7e21e1968f SHA512 485cbc4bda6544f6c8731949f00ea64ff0b115d271fdcd3824472dcf88dff1865a552da9c77e23ecd5d1ae51a51e437f336827a4bdfb66919119514b77797c36 +DIST @babel-plugin-transform-optional-catch-binding-7.27.1.tgz 2345 BLAKE2B 6177d057d74b869788449c8bb47519f6b4b7239371e0ef2bb8ea2b3bdf523449bd0b3caba143f1f40e30a116ffc85a79bd3e069a4c51e793dc5e85c50218a79f SHA512 b7110010acd8ac7117e31499378909f8e7ca5c555258a07667133d769704df04fbb26c243665e8e4e451955ccc55d25b0fe43c20b4e0483efde7dba3fb70e6dd +DIST @babel-plugin-transform-optional-chaining-7.28.5.tgz 10453 BLAKE2B fd89f5f83413fa24eb2538c12275061bb78fc0916d3591d89cf52c3d6e2cdb22ef16cbadb2843d7ed8cf7acf1e3c39901bdf3b3b5203782a51790d2445cd7638 SHA512 37a7eeb7d21994f9e33f08224245cd85bf9c4fcc1028594936a71991695c4ea91cab1ebf914e329c698b1686b82d58814a2ae7d39600c24fac4016cf7f1b58cd +DIST @babel-plugin-transform-parameters-7.27.7.tgz 17366 BLAKE2B 49364dc46773385e03755536b5c6f4c7961406807e065bc38f889b609891a870ed9f4c30ea14dad7d364043cf59f2f0b961460f03d78b4d383272b7293bd3380 SHA512 a819184d809befa451c5433a09c640e4a46ef0ae1233c6a3cd579481574c54ef4d37db88fc669598183f58a2491a7368915f5263c17134e556197ceacd489d06 +DIST @babel-plugin-transform-private-methods-7.27.1.tgz 2380 BLAKE2B 75257089da9b597d1826d37030c7048ddaba58dd91d302df6a445c2263bcccaa482ce99c5476eb19329c2db057c5f3782d00df244584222ac546e0a5b3f0c1c6 SHA512 d74155b7e5f9e408d101823d06b74848df7f010587aa574e7990d4a0bca27f52a7d396b9eb15415dbf19a2e2fca59f637a6f10a5768eb7c4d2ed11d4212f863c +DIST @babel-plugin-transform-private-property-in-object-7.27.1.tgz 6312 BLAKE2B 6169bd88e77f30c6c14b441c9f9768ed878b88b4771c845d10f2cc3a4c1f96a8d7e1f34ffd3c30da10c7e20a180e929b1c78bdea85e1e7360ffd45b427819445 SHA512 e49f8886a4e2d573dad035c5f378d839a011ad7fb8d6039ec166e43f28cc3510ea80e0aa75f7c687c2f77ff124e6eb5a101644c63480cdcca3995f5248058e6d +DIST @babel-plugin-transform-property-literals-7.27.1.tgz 2294 BLAKE2B ac38d7b760ac3cc297b67325c27c73271f36ab6672e75a06e14b4f4e8e496c3ded566b3f113fc50d9954099623ec2016b2dbe022408b117222c7a3dc97d90fb3 SHA512 a13872dc10ae0a16bc90367c66480e8367b1bcf614969accba42905c8d6bd69278ecd0afc5f904cbcbcafabfe14fd9c5d006b81f55943d96631d316d02119f99 +DIST @babel-plugin-transform-regenerator-7.28.4.tgz 46129 BLAKE2B b5a90d13fcd3abdbb27ce8df3c31ee01fed849e3092d176a7aa478c5deaa69b1b59648eccfbf73a4497850f0e3a8765aaae8b576ba421712bef4adf43f6750e8 SHA512 f9911d425068460f66d8d9f3bc478b82dbc130ee2d905070e524085202c80a04ebba62e853b96bf8e8218ba926d8f163f9d6d4b76bb5a1bcb6c370433bd6109c +DIST @babel-plugin-transform-regexp-modifiers-7.27.1.tgz 2089 BLAKE2B 751afacad8de2c2ff31436fec87c290713b0aad466e484994e5ec36bc1eeabca8a46b93afe1996825a7167973dba8e21ed05f703b52340f4a460f76c4ca84937 SHA512 4ed11c8aba1a88e0ed5ef2d9bf8ae67cc8640aff23c77c202a92faf0fba23e1d8ce1fbf3e6386c03bebdecdd6032f92faff253175dc3ac563211b63d53b7153c +DIST @babel-plugin-transform-reserved-words-7.27.1.tgz 2144 BLAKE2B 7f5625ad76ae5d2523cd4670e6c5a6c6ac650a167425294701b3e7792ea0ff56b8378b4c9dd1531940cdf5252ce336cc69b9b326eeca87c76e82c366a160f50b SHA512 5760013c72095f8902ec77a02e46280e97e0f4f566b96cbf8babd43397862b6d9bc78615143dcce45d10427590a03b3a006b1459354ea290623054201da4a457 +DIST @babel-plugin-transform-shorthand-properties-7.27.1.tgz 2738 BLAKE2B 2293d49501d7774db1c6b39742c0bb4f96821909762c4297a10a91e6e56229be8560b8ecf4b9f8c3d1de652e9d2eea7a704a7f8b12d8a98cd9ce9813fead5bab SHA512 37fc07d6f727e2861ac1b275dd8fc5c5c42b5a4eb78e17cd6bb8de7f48a1ecf1d22075f62c1ec6584d6b90face9e46bd9303316fa84c975f69ee589d03e10799 +DIST @babel-plugin-transform-spread-7.27.1.tgz 6877 BLAKE2B b593285e989717b44aa89f2f1cb2d2bd83cceb5c781de63e8c82615864a1c15bd659c6953947dcd9e4073ec772097e1fef19f2bb77c996e79081859eb9986096 SHA512 9296f71d4a9a20b04971115584552ce93add7789a4af37065ecb3eebf9b151ddbbdcf7db5aa4831d1ccc4f6db7e20220d9061f023bd72d2aae3f5c44092834f5 +DIST @babel-plugin-transform-sticky-regex-7.27.1.tgz 2298 BLAKE2B 91ba2d4869956b6faecc27eb4ba6077f7391e8f062be3771b0cdcca61ad963249eb5cb744ae5df24e2223b3d1126876e493a56ea040fb6dbcedad674309fdba9 SHA512 96122704ee5b8bf2a8c1edbf68b74101ac228f1faad6943389c4a09e407a7543dcd7e442f109891ca7f63a3bd4f8d6568ad82e24711a1266d5e95584a2e4f9f2 +DIST @babel-plugin-transform-template-literals-7.27.1.tgz 5420 BLAKE2B 4586819fdef87f87a64f67674edc5220827e79555d4f2bcd5ef02aa10fb4a3adc325321af5ece3242a4e5f2153ca94f02a4b9851d499d81cb22389d0ce3e9d13 SHA512 7c124a895ec5d83c5952483912d1ca5d075bb1b5115b70d9290516a610ee9b4b913fa7871866bf1def667349b2a4bebcd296fe7bf94322d851a2196ff0d08792 +DIST @babel-plugin-transform-typeof-symbol-7.27.1.tgz 3906 BLAKE2B 1ff05462bee78a5cb25b45b02c9ef30c264731980839a8521c0168006698b574f9ac6d7dc85c0c4e2b4576037333e126e5e7f02399883903503fe18d2e406123 SHA512 4624882c2fa744933b158e6cac8c9ce3f7c6230521c83bae0527569f8cbac93ea09bae760e9087663222a609fa07b310d484ce52700a5a2c4452341120121c2f +DIST @babel-plugin-transform-typescript-7.28.5.tgz 34202 BLAKE2B 73834ca224bdd8f0105ddec017e675207f424698454dee8691a24cf1aa8d507ca1e4a27436b36011593efe661aadf4a032aadb953f090df657482e7f6685bf8d SHA512 c7641afaffc2b84a17ec3af7d6201faf4221227ad5396654ff6bc9309d3414e47fda733405c044725a5a7fdb1608373ebf97bd74cae1487f3f6adabf917efe6c +DIST @babel-plugin-transform-unicode-escapes-7.27.1.tgz 4731 BLAKE2B cdf31b58057f5a5eae0567441ef2598ffe087a61457ff5c4f95773732f4ae045914bb5be96134599346c16c74359a21e738f5cad34d54cd38c3c7ec373ae03c8 SHA512 62c838bfa026176ea4f6fa5f16e4d983c1d17d55b3b21d6455fa30036df2f63fc6bba74eb9a85d5158642eaa4e6e9dc922fdbb30b4a28ba9e8467b8a37c1f432 +DIST @babel-plugin-transform-unicode-property-regex-7.27.1.tgz 2367 BLAKE2B 91bc3317f1a9391264b8a7f57fa56d34cc2ffe1c960ec415e69d06d3b6a96d44638b111059a115838ae851d94db1adfbf068fe36c7c77bb4d79af62d7e50060e SHA512 b96db44b7f4f9da4c89b1a77f4ee6a1651cb4bd2c912600d8cc1bb4b12216a9f2b087aaed0893eb4b10f5f90ca9879fa0ac590ee3de58b1dad14e6b962d2f5d9 +DIST @babel-plugin-transform-unicode-regex-7.27.1.tgz 2012 BLAKE2B b1e81f9bc1b565a648c02d81850c52a73797c7fd090427eb58a1862f918169a1923cb9a03b818c02386cadb69c11b8fed4acee4ba9d532c206b63fcaac2719c9 SHA512 c6f20dab6e134688c3bb2b7a246b479a4564adf555dc53d3d7abb2b712262de059a96dff1f9db237e90cd4c1aec8f908431af32b03c7b3953f30fdea2b2ce41b +DIST @babel-plugin-transform-unicode-sets-regex-7.27.1.tgz 2357 BLAKE2B cedf03cf0e02502fa31e28da09c29e9ee88832517fad1ff1541af9da1fb447064674dbe7a9a3ce78f5fe458d8450186c9d2378cc627828f943920e9a3eb2eb2e SHA512 12d90eba36dce1c82f6f49a5a5079f8b83533c1ce14887af6e515ebc008d2d4b299ab00b82610174bfd77e7cb22137ddf1f28166b672b3ddb339672293b8fd4f +DIST @babel-preset-env-7.28.5.tgz 35586 BLAKE2B b9a6f5395e2ff6e652df682840b4d5b8dbbfb150e315360e57247714c4f9e70ed50de61c933d499290c9e54265ae7d8241022fdbc0f61c719668551fcac644d5 SHA512 4b7ea63a88b549be85cfdf1f05f13e5194a9630e66266d0d507b482ab3ae35ca9e15abb2d49e9d22f5e6d8a4552a86ce49a1aae2dfe105774de07194df02fd5a +DIST @babel-preset-modules-0.1.6-no-external-plugins.tgz 10008 BLAKE2B bca3eceb93de242a50657d33ed71ff2e6c96a7ea8f11d986bd2e66cfc57651715f7e09a83f36e1340bdf1afc0385f78bec8259c3d1075d08ddff8d94a42dfaac SHA512 1eb7207081122e6f5a211f38db2849e5159a9ff81e6d0509e84fc4e7eadfd32f68ea88fbc3406bfac5ae2fa90443fa3f01d7ef47525ef631b5f3f827a708c4c8 +DIST @babel-preset-typescript-7.28.5.tgz 7283 BLAKE2B 77ea07beddae505f2a8fee3a1ffa7181217e07e2590710b837c0ccb9c207149ddac6ef716d5a032e5599f29163d0318edce860047ea990d9a2313afa5e704583 SHA512 f9b432e56388d95e8b259a4f57163eca9eba5dd676ca27eed0c73568fe4240a8239f840ce483768b97c0678c4aa29e3ba6bf2ba5586201ebbe9c341ad760bcfa +DIST @babel-template-7.27.2.tgz 18162 BLAKE2B 913e68e54e14eed191dcc49da3a2dcb84e496d1cd5bd86bad6642395998bb2937a386dd4e4a7da44b96ffbaaa1cc8257b553bf406f474e4568252012fde641e1 SHA512 2cf0d9f39684272612775f3f0e48cd878ff2d67b641392b05075938aa811c6bbae64bd85d72b879628151cbbdc1d8daf3075edb4a169267e8bc1f23b730ece0f +DIST @babel-traverse-7.28.4.tgz 165694 BLAKE2B 0491fb116d2c1f2574981df22bc57d5038ca27b701224cc45a457ae1916a9034cff6d8e7a2f42121f4098206b5eb6f62cdc680f6e9366ca375217a962714dc81 SHA512 604cee6e83f6aaf41abc072381035582cbc7203bfa669c17bdcbe39b2c923f60c832e0724bfea2a14e46f6962b58733a4f66037dcef181af6237360eb35d8215 +DIST @babel-traverse-7.28.5.tgz 168141 BLAKE2B 07852ae8378354ecd23c747dedcadfa7018db91fc5d5f5ea84383e23d0cc8f92ab0a39c456c59b8c2c278490c8ace13a3c7c11451383e0193ea26969117dc24e SHA512 4c20a3e2de7953dd24865624555ff44df9099009148378d9140dcd79beee9d94fc08fa24ee28917da5f417e5a7a96aadecec613a7d2e04a5c2c3895b2fc5b469 +DIST @babel-types-7.28.5.tgz 301922 BLAKE2B 49b78af5432b2a69d3156a1adeef2b955645b1b18b456515872368288e86dbbcbe8865f30aea9d425ff37f83469f6580fb88a894ac6983d8ae7a17fac928b96c SHA512 a90e66e3c788fcc14b4393f1423e0f15aa6b8f20932c8dfb12558c98db342bc2e4ddd55e39d36907792cf2373bc8ce420e6542ef778c564fedae4ddf826ad4a4 +DIST @develar-schema-utils-2.6.5.tgz 15731 BLAKE2B b69b983b436d4599e725eee95e18f7c997a36619c80ecaecb235d0cdd3fdeba7e29829e57600c937bca5abb48ffb3b56725e16e2aa2887bb7ae20f15f3707edc SHA512 d1ca783ec590ffd6afa9354c0ad67e1a2ae2908037ea292f8ed1f0794e3f8fcc8bb6039b234f8950f858152720c25b5ebde181d6bb770a6f1484dd385dac838a +DIST @electron-asar-3.3.1.tgz 23427 BLAKE2B 8ec40b09154b598d634ee319b8543bfb1aa10c6ce78ab6b4c874436ea5bdc9366280442a4c6de4bd2f7d738eaefd027d4dfdc5cf7c16f658b0ee22fe328e2e19 SHA512 5ada42ffedf8a74b2459989aad18cb032a9a017efc0e87e10f19d1132fd5e571dfbb55c45db14249231c0d0ea13423c915a3f2f3f36752062e7fdba20a4bca3e +DIST @electron-asar-3.4.1.tgz 25591 BLAKE2B dec17ed2da4be2572c8add4e41d86131337394d78a83b6c62649c6bec9f6663195b2e920d0a272270a4bd8df5c96dfae1325802f8799a6e7a554f584733b9b45 SHA512 8b8feb34f452f38b74bd245ad87a2b7ab1915d6c85e2f4e17c77acc347667161e9f9cb292bbe3751a9c0d2cb80e50e72f24cd8db2e982abbdb2149faf4108088 +DIST @electron-asar-4.0.1.tgz 22428 BLAKE2B c25287493b50d415eb3d9f7ded70649458cd35d4aaf1a4f9584a9669dc631ac90d9190c24963f288bd33172110678b40aaf55b58e026da00169be21c75c02e0b SHA512 1786249b58e2046635595fe8f10f28156f0dab4bbe4b6fef3ee8f3349b5d489e82e0b1c2e028862e7edcd7bb3b4a8959db781cbc279b32772666d35cf8c9313d +DIST @electron-fuses-1.8.0.tgz 16825 BLAKE2B af8247ce1efb7fbbe1a18b1f16c722a6c4848dd7ccc2bb85634d9f95f6a7bb9a19e1ff3ba29280a0149ded2c66a98e11df60a8e2c1cff1bae61ede0406aeb215 SHA512 cf1d0422aefc5a563f9416f5b97973899983648e2e6dc09720c278b868d7cd95b49d2d7d4e348f7973c08f3cd398a425254666d126e66613ca3fbb6e4354ac13 +DIST @electron-get-2.0.3.tgz 17544 BLAKE2B 437d666e36aefc0ff8f0c7e73fb0aac028b8a22b64644c58aa572bc72f9116de271bccd2f5d0d307ec8d710117999a4696854fc17ae4671457f49641e42e4606 SHA512 424ce9836b3d1a7555d88d818d192c522e375397bafb369031c8e8272d02f82e68c5a2a5f9f99c9060d016d469669655d0d41e92e659fad1b3ec403d4d59d0b5 +DIST @electron-notarize-2.5.0.tgz 14677 BLAKE2B 9b90ea8369a555f7ff2f66d142ba00f932dc1f91cef55224b929fe7f344b809e00473bc1016cf6b6c386569c7d84d47dd383f53b02675df191dd358b1de1cf43 SHA512 8cd4fc9f01f57fd5f91842135da43c205fca76c92f2243857c1d82bf0ba6b2f79589dce949cfa6be185331d0064981773be36ae3d949ef2facb0e0d15eed3af8 +DIST @electron-osx-sign-1.3.3.tgz 31787 BLAKE2B 98be4bb9213d0d776ab1454a91794bc44a92c761700d44eae54d7b658ee8b2a5abcdb63f7e0d9aa126928ad86827f65e193953b3b2646f3a75d8f06e273a7c33 SHA512 299f26857bd6bf6ac812031b599e32df76c31f250a3179f1e0cd2c4f23cd2bfbdc07cd4899d798f4681dab2d1259b3038266eac90fa98607a387a57747642e4a +DIST @electron-rebuild-4.0.1.tgz 36109 BLAKE2B 7b05a5c056cdb149d3a436072ca2701222ad70ab400f92b4e0e462c656939618672fea784c3ac6d597424e726df9993bc70926a3fe52a9b90cf28638bd399279 SHA512 88c1976fa21bec7fd0deff81299268113805f60e8a30d6556ec3b86fb0e6a606f9a9316ac854f3a96f45dd33921ddc9bbf6bca60acd24bd3a264bf9d7096fed5 +DIST @electron-universal-2.0.3.tgz 21147 BLAKE2B c9bd65f8fc487aad99f536789277be183ed9b2aaa967b25fb380daeb8bbaaa79f3406f48ba19f9387cce0aa0eb37680a5bee302ee840ed8491f2c6e7352f2cb2 SHA512 5a7f6c3d8215151165e479b030990044209feeba8afc4bab91f43fac9675e261cfde26138d94883925689c40278567805f0b70ef339e90646573ac93b59d2dfa +DIST @electron-windows-sign-1.2.1.tgz 207766 BLAKE2B c9d9bf534ffb4a6afd8d67890ba2022262a37e0bfae4cf67d2788a35dd0566a88e1b11a0f50cc51bce12cb858e3d3cfd6eee5ffe011c37b3eea9b21a0e1a6cd7 SHA512 61f0129eb849faf7ba438dd9883c26a41818822daed1b623780562dad0df37b61600a3bc5fd1043ae3c6b6a6c9a4f2cce937c01e29a08480a359ed9e689f0102 +DIST @emnapi-core-1.7.1.tgz 216363 BLAKE2B ff92ab5c391dd01db6deec0f6e5a3f2d5147347bc8797ebe957b07e885722b5665a7d5d877d16d4c80403c6d3d8bfbe05dd84f25adf0c0503e2e4e62713fbb76 SHA512 a35ba15004b2a3ddb5af65ed1d8387cbb81d9062e07bc8210444073169b2245a17969539f2422b861377c36ea5a506fa76ca5eb7079aa4c9f609237043c238c2 +DIST @emnapi-runtime-1.7.1.tgz 65407 BLAKE2B 9da8788011eef35ade9c33a16be5aae9d0a76a22c69c233b0a5daef681232c8f5f04cb374b82f69a5b946a7aa06616ea16295857ff94b2627b2849bd680310a2 SHA512 3d5b49af90a62f060053d3d90cc213668479880392858444a11e39132c8badb9ed579d2675e3d38149f80263b0f7421f723fb1da4463773af51cfdd1acd88718 +DIST @emnapi-wasi-threads-1.1.0.tgz 39274 BLAKE2B 5572fc534bae35d67f951d7692376b20c7a0e9c58db3537ac05ef7c32293ef8cf74e5f2f96ad80c214f3f5956c2a39c57754dcf2a5bf0239afb2dea8806afacd SHA512 588d03759f311526e0323475b05b0a00127f0b93a746b8d3d3a2576d929ec491ab0ee3d3cd974361f165b207025c2c9ffacb86e505367bfcb55a8d95fce6a92d +DIST @esbuild-aix-ppc64-0.25.10.tgz 4151790 BLAKE2B 97c589c2bcc810bf995f51760d6dd2bb57804452fcce26e3ec8fd2039b771d4f386d95f86e793358449692fc81beb6892a0d041f1d4348cdf5bbd2bb8ad81a93 SHA512 d0d1569c0fbb978d62acdb9a49594b7e0353d7671a58954bce9e5e015859d33d6aa716e872471c12ddecfb5e3dac4eb8554237325db3b7c36fe4955ce105d3b3 +DIST @esbuild-aix-ppc64-0.27.1.tgz 4516779 BLAKE2B d03c85db34451cebc79dc4405c18513636359ec74abc72280d6200551d8d440ead53e5dde226ebd4ab9f1f66a0c9f3ca93dceacefe69a3585bd4467e5563c509 SHA512 1c7079d2976c057ea4e3b4b8bb983f09a2e3a92deac1a39513920bb2aeb88f2ce03212ee0ae67cac6cccf7286c0237e391b8143cccd910f6bb0c0a7bcb3eafb8 +DIST @esbuild-android-arm-0.25.10.tgz 3248529 BLAKE2B 20d49083d7762d88350d0c8b1794705b0a7383742b848e900576f49c16b0e820850f2ed2744fb4a01af909d31c9fb715c913cc8874b3cd78040aeb9045c2ef60 SHA512 750031175756d42df3a5e0837392aa218b99d6d8007515cda193fbbe404846d2993d87b6c55aff7774a48ab925087b9d5b5078e6d1a2525cf6a545837db0c3e3 +DIST @esbuild-android-arm-0.27.1.tgz 3640277 BLAKE2B 44d2619bc45427a083a9ff1f47fe12560383c45f9ad01696c5b2030960862e922be47165a76a75ab5b35a7317fae1c831aa5a1a94d2d5c77cf2f3346c81b77fc SHA512 905a9aebf51c6936c69bf36770df64cd538e0e38595bc7be1517527b2a567ba8f7de0cdc947b7094036cdba26bba93a7b65716981d2ef3ef07668f2ceed847be +DIST @esbuild-android-arm64-0.25.10.tgz 4204628 BLAKE2B 327b4ff737cd7a585c3fc1a35ffb72392b4a571e327989d23b36338eb0551df730137f51393b052e92ab8e5f6a265a8d5076ccd7a75e8faa908f2d5f07b72b4c SHA512 2d241aede0da872a6ffd53ba58aa216463d2243ab93953a8dd4a05475138b781a3d56ef3110314848fa5a3cd47f83b41fa43feb43801a7e338a0d0b0a7a91f7e +DIST @esbuild-android-arm64-0.27.1.tgz 4403982 BLAKE2B 665f2c0eaa687cda1941c6cc2d3379e27623e01f6c8159076b62f2c0779eb0c64b26b5fd1d4eee1248cd647af174ba05fd42a9ab36483f0e205ae4484bca3593 SHA512 e397ee2a6009a719d05a2c4e182ad2faba3852f6f845ef7e51389e518d9ff0011cfadedde00699e9e509dc7bdaeddb6bc400161ed94416c5c530080d9c653db9 +DIST @esbuild-android-x64-0.25.10.tgz 3248527 BLAKE2B 406adb123f22362328b2a51c270923aebfd673760aea3847d6c39887bc6fd9e9ec94e1068f227b73250a4740e3700a3fa0769e53a93597ed2dab5bef935d6231 SHA512 3220bd09674fadf8626dc5f0af7f69f616b5c7495927d29a55fbf30345b1c33f444d7e2fe421df174f5bc7ddf99c79618be331840eb774a45140b89581252d12 +DIST @esbuild-android-x64-0.27.1.tgz 3640280 BLAKE2B 7f534f1c0b8296ae770098828b3d09192375a828d375fa8856341be8c0e494db4b7397d9676798fd63091994b49b6b5cbdc3c3cba49b3d362774c57fe938959d SHA512 2c11293b3d01b2030478781e9dfe5aaa69ff94b35315755fa16314a31f02b565982bd5f88e64335a3a06a0d6fc9660189a5fed43f62cbe6f2aeecceeec1a3145 +DIST @esbuild-darwin-arm64-0.25.10.tgz 4172250 BLAKE2B 889645dffc336602be76dfb6614eb210d7ba90c2fdb147e375310ba5bd717412f56619403581cdcd351babbe2f7132716ed385bc0bc067d7e7cb46fc3812905c SHA512 242ef86dd5dc404a56f4a915df6e96a596632e0b926770df4bcc2baef3cc1e040e204206fec3d710dfd5f08b2ca0985b79f2d1711ab0e91407d8d9e9769aed30 +DIST @esbuild-darwin-arm64-0.27.1.tgz 4349604 BLAKE2B e061ea02960a3225d9073608a76808bd2b74e5fcd7c005b9c0d58cb5402e3aa2b7a13a6036a7ccdb2c16ff84239ad4305d44085be42c47bed093683048410965 SHA512 bde83b7cbf1e31209528bec85b8a716f9e10111b5e7450df63f012aee98afd26c5b179d16b3c58e18ca437f4c762a1671702746958e252b546d8fc1c74012a41 +DIST @esbuild-darwin-x64-0.25.10.tgz 4445116 BLAKE2B 9e339e37ae0d1e1318e3c0bd0c0161836c823ad539b0717f1eb62f011b29033b751ed9d0d8ae3255c98324520b4d3a4394a24968dcf1bc842f3fa43be0944133 SHA512 b60b96835a2517a0c6ab3c2cf7ba4a67c1b62fb220d6f8c39864f0713b981dbb94e934e325ee455db82ce42d410731db2766e8d66dd69100db58ed8fbda99172 +DIST @esbuild-darwin-x64-0.27.1.tgz 4707419 BLAKE2B fcd8b8190e5df1a1260a7c9c5ec714f536da3ef7f6b42dee350c702c5fe871120055fc600a5f38e8a36be7c40ac9eedef26bdc1107395618a52e5540ae1a843c SHA512 fb710b77e9d3ce17d66f4ed5a25ec467ee4f4db27fbbbe270ba8afe3f970214f7d229e6eb98e90a087f41e7e26d87a15d2a727462bcddca4aa73e1720878e855 +DIST @esbuild-freebsd-arm64-0.25.10.tgz 4016230 BLAKE2B 86d8402782339cff534c58df7b96f6ae428e2bdf67f79fb8e5a1ddf353ad114340a2949063b2432029d91343dc147ec053003a1beffb537ebd4f92e707383c95 SHA512 dd98a84904a0d474f6374e58c5e256611f8b89b7b76d111549d5a1104804c56683b7215b6d759be3d4203ef147f2ed37bd43d7d7426124f733eecf6df7e6e85a +DIST @esbuild-freebsd-arm64-0.27.1.tgz 4186443 BLAKE2B 3cd09f83aeda41c6f5b2e4e4fa49a9b2dc37a692561f48f6259c687e5afebe1a310ad4fd81504ab86885da781d904d78952aa4e304144e00e904a0757be1b421 SHA512 ffc45f827b385c3f573925e5cd40dea46f0f5fe015587962625524148dcadc607ab6a6dd8d8a9d85c6f804a45dec2d018594a8682c61bfc913701adc6563fec6 +DIST @esbuild-freebsd-x64-0.25.10.tgz 4370035 BLAKE2B 51ac2005b9eb2bd0a795b8ac091a92044769f393888f1749c58adad430ecb60ab62340b667ea57ffae85d1eed2a0a47dc757c494ab735f098cb313b267c4a470 SHA512 2cb8097c7264d35e006b86a71836e1f1b988e4b93e422743986cee0b60febcfee6bff19e48df87dfdcce7fba4de4df29d39f4570e7ecd9b565ad1af848af56c4 +DIST @esbuild-freebsd-x64-0.27.1.tgz 4625395 BLAKE2B 07d3f03e23b3620b9a7dba61ac6e14adb354b5c47ac3ca333300e010ae559915a1a5247fe788f529ceddcf85d48f3a729a166ca57ba064f96558bdf4fb92b8c3 SHA512 1884e90fc74af42fabfb9c914ff50a553dfa87f0d02ce1ddc06570c281e27659c0d7af280f7bb103cefc5e5a1779b2b8525de00c1048bc474bee0a3d802505cd +DIST @esbuild-linux-arm-0.25.10.tgz 4068675 BLAKE2B 931a36204d4466d9550d514ac01801d19d6b8b926c1c1d60ff49a43127e421966c478707150731936041858a77f59837a94cd22e64e48560ba9d170cb51f2aed SHA512 a11df51ad0531580aa10100b23dafa5b1a14fd9a1f665f7ada9a2e6514c46040af345fddb572a4bbc61770992180afdb794fb379d5df2331e28d245aa49637be +DIST @esbuild-linux-arm-0.27.1.tgz 4415859 BLAKE2B f45a4cb3964d202aa3e807b26b69734c391b5b5499a1634c35b4e3f0a8a08915b7b80f9e414eca04f3a7f1b3cd68dc2cf0d20463165587592c5c274e71a3fb74 SHA512 89e3080f4251658fd9782aec150dd8dcd947342a88853a6b25f0e0481dff96fe63259f055f786a3f25d685efa0bd2e4044c049db8d8f33e54dcff72d363fff78 +DIST @esbuild-linux-arm64-0.25.10.tgz 4022872 BLAKE2B 8e51f6662a8c9bb3a21c240f3f4122d0b5624ca39e3c794e3e97a943fa5d9a47438cac95342d48a9300ca025685861d24408542f582194de9ec728485dc634d1 SHA512 e65b8958de98281b1ac1de5ff62e3e73e81e622544c36d05556e71d2fd6410c58dabc51cb458c388c0130712ef9a61c0e1b7fb17a85345a260b60845afd8b389 +DIST @esbuild-linux-arm64-0.27.1.tgz 4207887 BLAKE2B eadb4c5a8616c1858cee8d9cfc9ee178b0dbfc3d7cddb8e3d4490fa9714bca985c13e7f8263a9f857210978dcd94e23fdcbb6e6e8985cb00d33bbb22bdaf128e SHA512 5bdfff902ae1ffa8a7f6b58805d29a32db934f3363ea349e1bf85a581003a8b2daf4ff0ee584910f3803e72f500689380189734ba0111e27c06fbe55e86ebbd1 +DIST @esbuild-linux-ia32-0.25.10.tgz 4051013 BLAKE2B 7740f8b8ca317428fc37dc967fee165f242df9fa2cee2a66d10ffd6c0ffa698d05d6aa21e4ec4be8e8f6234b377b1448d1084ea2c0341401d75271fc330a6fb5 SHA512 36b482c762a29b71279d6812e13c67d101add178a9a2e99beb3eac52d9796ce1192152a1cdfca9fcbcb0e02d43218bf3796ff999660f045254ddaffc62bef90d +DIST @esbuild-linux-ia32-0.27.1.tgz 4390982 BLAKE2B 3be285667806c80e04fef2a335f52c2f44a7101c42f24e2e4d897995a3594a94fb2e3f21444e6ba752f3bfd7a8b3ab386bcb37f3be284279e74b8176008c302f SHA512 548515e33f060fcaed49531f023d5a5c56a1b22ffeb5ca175cd6265e0cc848bf8a077f35bdb49335d7991c71c862a1725dca0486ef67e5c4fed39b51bf5deb97 +DIST @esbuild-linux-loong64-0.25.10.tgz 4061527 BLAKE2B e19e55e069410ee1d34f873dc9567be2ed0d34966aa67a565a2f584a727014d86419d288248edf88b18cf000eddd66455f9edbab4f478f07a550c2b8cf04546b SHA512 c684a986b77801975af3ead40c37c3f49e8550c8eb913cfc8ada53213338ff181eac06597055bb0effacba7ef7df721f2b1186f2002afb735b7c43097e263e12 +DIST @esbuild-linux-loong64-0.27.1.tgz 4365103 BLAKE2B 4a675fc48d9a3a350081f1b032ed2b8b6da609736a852fcc4ed0f013cdb091419021abbc0f62475fa080bfa448f262732a09d70cae3712e6eb694061f5165e45 SHA512 978adf8a225137bb13348fff7dfeb9cc9f73f14fa4eb37028342c02d4e62116cd8f9ad66559f22582d64e44b0d293859ed7090e985adb19f045989bbaf5504b2 +DIST @esbuild-linux-mips64el-0.25.10.tgz 3713535 BLAKE2B 392397a7f7308b9d6d3755f0e39e85f1da9201ab4f4481dd46e178fb05d6e769eb92aa62cc43ab8649e822f2648243695acc8f9f56fc54e76387146a9533c054 SHA512 69be9e8ae0b0a0c9980f24e7ca9b682a4552de4f1fcbfd54beaec38f97335c8e831761aa0f64e8227048d121cea79fd7d41759dba44a739faa8d03464417a544 +DIST @esbuild-linux-mips64el-0.27.1.tgz 4031875 BLAKE2B 416d8649ea46e540e748fd5d45b34e8588716e088bcb2eedc33555236b11fec173ddfb0dfc0358669525600982973663aa36db4f820dc7104ad24b04dafb2d65 SHA512 5346c4b8038bbcefc35857728131d663c0b4ebb157cfe51bcca8316215c2d1f0e27856b490322b6b514086c00045125bbc4caca3c680aaf3dd371cd6b92b419c +DIST @esbuild-linux-ppc64-0.25.10.tgz 3998145 BLAKE2B 0ac22232e37a493605b64f1829f576f92b257a6d5ccc77fcb541f9835dc82bc53d534d77f602c8e55e0ef3e9deec2784b7985b789817935426db2784359f44b1 SHA512 34b8a7cf33a0650b06a6c4e411b7494c26a7c00e7fc28ccdf5d4a0125d7685a5c9073313a6cb1e6ee5d1e366ed84e177cfbcd71561f5026bd6ba750290113810 +DIST @esbuild-linux-ppc64-0.27.1.tgz 4249698 BLAKE2B 796fa55aa41ec1c9ccb129628b5c7772ff2d3ccc5bab743e2059a21f203831de31d6228fb1084247ff1f961b1ff795f973efef8ad806e30c3266acfa471e28c3 SHA512 373750fd7c2eeaf3d27ff1a476644db0e7c87921a787b9aeba776c588b6606c56932834f56933ad6a373015637a59d60973cc0c4b478d14c98336dde6830db61 +DIST @esbuild-linux-riscv64-0.25.10.tgz 4034352 BLAKE2B 71bd84f193fe27e588d486bf0141b89a6a791f38c3bb946d70b6b4d51a579d91f31b7dbfb0fbc3dfb63c2b29fa5b8737218dbf8d4f098e36b1defa8a717fe40f SHA512 144e79ed77590ebb57f0d308780f0b0495f7742d8cf15197c1fad0594ecb07948b39a8df248c6649dc8bfe05359bae19b3d0812af9b8500b81a79689f0e827ac +DIST @esbuild-linux-riscv64-0.27.1.tgz 4392973 BLAKE2B d59a4377edb4067dddd92a49f4a6449372ddddd8d28efc890572e41488084965e6854c218426f0da5e5fb437a1d491f289542aec1488b2fb630b63fb06d06da5 SHA512 ef3970f29dc802972c37b985c343b56753f2124e8f94a32ed7cae82267e5de24074e7affc807d8bfab388573e275b0e8236434a56fb9c5ea0ce1e4c20b451dad +DIST @esbuild-linux-s390x-0.25.10.tgz 4204588 BLAKE2B 7b501772b2063d5680553819831081b57330d515c945280b0bb45b8e912a8267af49a6c132eed58f81a929e63ae1d8e2a77da244d866251af3fcd641fadee7d5 SHA512 dc10526e0cee07d6a32e8559934986bbe107941c24bac46678d61daa6ce798c73dcc60121634acc6090db2a997ba0a4f934d2027424d2a1ffdee7c668dcb5d7b +DIST @esbuild-linux-s390x-0.27.1.tgz 4477553 BLAKE2B 5ea3c42609ad3f11104801bf4dc2493ac01738e19d1392fcca261722424600e930a68f0310045376cc6bc428d81cb3070542be4959c8c104485dbb098706a530 SHA512 7068f9c258be1be9e4550759a37fbb143282db9521e195703802ba034e87b2f82bf16a8106e3b2ff5b3e3d411dffa25efaf8df9bab2d5f492689be5bfced9893 +DIST @esbuild-linux-x64-0.25.10.tgz 4373599 BLAKE2B 758f0bd9890f62cb53de297f13c95f616d476bfd311ac26a7e42c3ccd5d77477e3f48e3f43bbc38143bada71686534508e44dba4909d5f8fe388c5d204d537f9 SHA512 4125fcd4a845a191b07a75723e86deae081d5b59eb4194af7d50c02145ebdd6a8b459199a9693f3f84fca7648ff9d7b64abe473dcbe385c273122ba52a09f1b4 +DIST @esbuild-linux-x64-0.27.1.tgz 4647367 BLAKE2B 34ff7399ba69596f08d1c6f5bf30addbbe9a452d772e64f9dabebbb64033fee76ed2fbb2eceec8f46095fc14d6d93c0f9f35475c7cbd6c97524f19039825f28e SHA512 cf71ff1d823d30cd074efde1419f357fe00a6fec84a0246551bcb517cd2f6d0e5777310cc98ffd88d9409a1aa204ac383095f07e0b21ec444610e86b3359e230 +DIST @esbuild-netbsd-arm64-0.25.10.tgz 4004346 BLAKE2B 033f8af1ac5c61c497444272306ff95e98562fcf1a2d3147e002a6b5d67d61d1cfbe1ed036e6b6c6dfa009e7abc65751fa85c8ac00ecd07a9500da6be24c64e3 SHA512 00a40cde07d87d25bc5d193c0dd302cda2d4141d79753ad97e75fc597428394a54050f8d6801423f590f4bfca46db198cfbaf19f4592e3cffcd65f61165deee0 +DIST @esbuild-netbsd-arm64-0.27.1.tgz 4173032 BLAKE2B 5476b4f8aa85ad837bf68e753ff35947dab5f44fb570141a141443f4a0c5a6a1e0f38f4b9ac3459d0c448a37d4edb200b06eb8988e393dc482febc128ef4bc17 SHA512 c330b6e03c40be4f049b4d589955f28e5f7a32bf9e7133f23ae00302f8c683e7f20691a6c6672bd84e6db5fec89bc0f4b17662869c733b58acbacf0c7633025d +DIST @esbuild-netbsd-x64-0.25.10.tgz 4355991 BLAKE2B 5ebcab936356c8f9800cc8fa296a00f1e43b47dabe22e041203ed3bdab424ce8f1c863fd4ce286ce4daddcce40bc845471a2dc96131e3a0d94e9d24c87b5a523 SHA512 ed14f2b433c653a7de93f856b8df6a4297863c16457c1e33660733d952b6679569754c4423c24a62c83725f3b49ff67513fea5d399f4ba70c235ce079e14068a +DIST @esbuild-netbsd-x64-0.27.1.tgz 4608175 BLAKE2B eb85ca2a6eca3b6296c374cedb70803f49b028af18c810a12bf87ff21a13782b2e0cc68256450ab8cc16a35c7e636d6f9875e19791d3c25397c8ef957da7f600 SHA512 d5843cc9b1a2db2217b30bba78dcc9b2b608185a67973116465ea247980c826b2b47415c3685759bd93db1cdcfb8fe6b5012ec84e67295cf67a92832988f9362 +DIST @esbuild-openbsd-arm64-0.25.10.tgz 4013001 BLAKE2B f043fad8073e4ac64317687eca8f005af344c2f7926d3beeb05c18e87ee1edc742d20e75419c83d85af6d97f40ad566639bd0b7295364b7abd3bf8d073fdd92c SHA512 e527b454cf56b6aefded8167f9d2e299fd99c7a31cb6db07da895406c0e697e966d0638245579b45652f0ed918e01598bffdcd8334bc6ff50cde340d879858cb +DIST @esbuild-openbsd-arm64-0.27.1.tgz 4181608 BLAKE2B 396cdb64f37bec38957b53d88dffc4def36d027038c6ad69e9dcf2222adbc9754ae57f98b94bffaf3217f6f4709bc71a746c3e5d593b04324b81fa03757f5636 SHA512 e59f83ccb0abab9c2653b44368c0ded835573119b6b530ef5f6294d78249541376093feaa2fed7562c7ce50a09a8796da6f00e65401cde7754e7a1d2316aeff2 +DIST @esbuild-openbsd-x64-0.25.10.tgz 4364531 BLAKE2B 16a2f86b19d0a7e0ec88946ab10280a96bbd0bd83a474abaaa11a74e211f9aacb83e16dc2841aac4098ee22c30afc038d6ef25eb5b53d0c4e9c4b40882e336fb SHA512 5e40387ebab54cb8f86c4301fb61e7234fb84678dbb8665f7adda0b3f2cdb391dcec3f3d65004743480bd8d0fa2f3bb5f905648e9df1d6021c3cacd134ff1b5f +DIST @esbuild-openbsd-x64-0.27.1.tgz 4615118 BLAKE2B 2f5522c3cb957f743795bd15c3a0599d6d9a119e4b37b5df8f2f5b82aa49daa99fb197949eb5c558baa900c2804d9708ccfa403aa4d0f964581b7c20a7b0034f SHA512 43bdc437321d3c5e636a9e30a8bb6c7e1f186d8499f10d309f1a653a56543b2672ec1e19296f035c65a04c266617c5560fb4dc8b0bf917836c45feaf62566daa +DIST @esbuild-openharmony-arm64-0.25.10.tgz 3248533 BLAKE2B acb1de8697b0d60cbf944e1a85e6445722532078fa85885713729ceee655f48cc267dfd8bfd61a5ae2452566fe7186806db1ee95bbd1f04af17b1fb97fa3d5e5 SHA512 0154d20614d7f18fc5cfa3a6215062a7db49cd9114718f162e1ec8e7dfaea5ae7f18f861dbf68ce9bbce310c92b299c2087bc58bbf6432d7494b5c340d701e6a +DIST @esbuild-openharmony-arm64-0.27.1.tgz 3640281 BLAKE2B 456b82b1f8b4238191f6672e31bd35817cfcacc01c209423b0a8850c2e6ae4a7eccd96c3aac6e3bb55ed24fdfca2b86ecd0ff1e1f57a23e93ce5cc152c6874fa SHA512 6a36c7ac633f5e22beb1733427311b2407a7fb413e24c419da5e11478545c2f57d244111c7ea31b60929a0abf549ebe18dabcadb3d91787937da98f392d59b1a +DIST @esbuild-sunos-x64-0.25.10.tgz 4365677 BLAKE2B b0e96304004d934ae962d6f785b8753bf4dfba8daf14ad60cec344c9afa09f4f12bcdf266955ad1200db2f35f81319646e8dc799e0789f189bd1209045055b0b SHA512 7ecc24dd74f451fda918998ea4307bca49ea85590942401039c5bf71c54eb5fc74e4b91b58e69102d9f949aa97ca978a42b6b541a11af38d4f82b48bf6e6d23d +DIST @esbuild-sunos-x64-0.27.1.tgz 4620950 BLAKE2B 49f1d2b69752ddd966b20b4a901e9d88991efc97f1efe8e2a24cdaf69e1c6cfed43c98ad75ab610ff574b530d7f0ee911ed91ae60ea0d71ef3e3927fb4e72103 SHA512 20f516fb2e15223b83567f8e3331dce455781ae6c8c0f9eccfab9b92f37c72e844a87f35368bc1e7721496b94190f3043f1bcd9dfefd306068cfcad9da25bc1c +DIST @esbuild-win32-arm64-0.25.10.tgz 4061189 BLAKE2B 99e7f3942d04b0df4d871c886be593aa3838b2e2d50d6fd0e8efc85a6bef2d7cc21fa8a45cd30fbef597646b6e14863228b1caab936c15edd5f12ea24f23cbad SHA512 6a1fbd6f9f4a0d349fa5a0a0e95749a0e42f2a3237de74da42be1496e4305bb684c1942c6cc09f4e67c43b85727b03b1c7845a0d3ff10b2f6b6b618f5a63bb2b +DIST @esbuild-win32-arm64-0.27.1.tgz 4245147 BLAKE2B 34ce31c6b5d70a1c9554f444f3c5d68b063da53abb7e21e527c56d6063b80bdd847afe5c376f0174c5a22f943f771567ae2808df3f2a81ec3c0418db2b0a4147 SHA512 4485515a2963580e82755bbcce459c46618fee2451208c2f84329e9bc50c0633ea9764d73393e40d5befaf332d8f557e5853c1e0aef390818ced5cd1b4592376 +DIST @esbuild-win32-ia32-0.25.10.tgz 4206312 BLAKE2B a1c6fceeeeeb703298301e7f2a280286b5b3291af907151fbc003c7d9e0e219a07364fa32bc410f7225b523b9c8be878adcb6f8235a2453bf830dcf5c201071b SHA512 4073c36ca92b18ef3f733f4b2959c9536d873a2e29c599d98610361d81decf93f3e0979f7e10e37fce44e7b3b2728d7adc69f334256464ad1bfe7e18d141dc4b +DIST @esbuild-win32-ia32-0.27.1.tgz 4557102 BLAKE2B c53ca211a8ffbb97098965ebb0c47c341a57862ea34e0850ad7a41d8ddb68ad0af6a21a4050436bc4c27aa73f3f99d3563c8b36f3537577cb1fca4ef97188f47 SHA512 d8147933c08f6e9b42d402b925b253d5f5ab1cbbde8f066274ac7750c485d1e70731afac9a18b5e9dac8ac212082482f881c0b61de67c2b14b4a5e4a868f7a45 +DIST @esbuild-win32-x64-0.25.10.tgz 4463649 BLAKE2B 2060359af50e18e0554e85378b7343cad1a98e68d72308cee73c88ee4189333a72096311043422b104e2a52c129b4a6d5bea99ddb2f0827c88d13ef8a42c8047 SHA512 f4aa71495142bb488ad68c287b3e9a0bfb3f11d5102c337769d4f1182ab131586b3c38fa6ede5d6eb1c35d4baaf81b36bc04c5041ad04b9bdd43f11dd8ffa76f +DIST @esbuild-win32-x64-0.27.1.tgz 4735457 BLAKE2B 689ba5b5707ded310361f37c598f4cdfebbdaa8da4cdf4618ea72db2fc8761b2c92ed14b6744631ff0a04d5d38935bbf59cf5d5a4fde8992001a68df49d23844 SHA512 7795fa44c62fead688ca64a4f0904ffa7c6ff03400318e80e7518f82eb2a2dd2bdc01cf9c16217cb52a34dc93a1e78c4f61a89cc945d93ed69fede6ca126c2b7 +DIST @eslint-community-eslint-utils-4.4.0.tgz 63694 BLAKE2B cdd49eb64718456c501dc4bddebccd67e27171591c2fefcca4517313a984e24af059859595fd6bb6b0eb0c4afd6736714843c43215b71e27d766119fe1373c1c SHA512 d7fb00e1dc2bcc1032794a10ea8c5a8472a6ad9bec9cb0a0e117f15b76451869909123503c534b57d09410540fd71f446171d3a39a7ac5d85933535ef69fc07c +DIST @eslint-community-eslint-utils-4.9.0.tgz 80151 BLAKE2B 01783bd38dfe3794be4d51cfcae4124304fc5b12f13cef16f79ee08b20c7ae89750560354ca3e0576255dbbd84e74db32a3673d8d1a4bf0070732fdf25c73b9e SHA512 6b25451ddb59fa1b2ad6dd83cb6e300a619719ee2af46bb7b2684b6002c9aebe3bdd91f6eccb2748bf8b2949629a9e01589a8c0cc2e63e9c7f43d47738094be2 +DIST @eslint-community-regexpp-4.11.1.tgz 69866 BLAKE2B 21f66ce50498c26748b3a95a8f1ecdd7c0df3f01288165976a6b4733502fbf377c2f03706348e45aff6065f9be12b062838dbad706e848f9f37c2a22d2f30ca8 SHA512 9b80d537d66ab246682d4e4695665a7700e7628def004c9d8946b207dc2274297d7df5b1d88bcf9e9ea7de89f9ac99b38894b0f41bfe6770a10d574cc17098f1 +DIST @eslint-community-regexpp-4.12.1.tgz 73232 BLAKE2B db25115038fd16dd8645ac0e733584c38371be59990000c6fe7803ba53c113b7e727419a4ebe3c5f5996c2118ae76b9bd136dbfa8f7e955cc872b3924210224a SHA512 0826420c9b9db81f4e524164636220a69359322da5050803daacf05e41226b5e9c81eda98a363f6978bde8224caae0cc9f79c97653d5d40e4aac9117c1f2cdcd +DIST @eslint-community-regexpp-4.12.2.tgz 73417 BLAKE2B 1b6793c60c8fbf956651338bbcb9f968c99ff3a3a605d9cdf56918fe1c05708b1775d3d5f3a6e08a4b00760522f6b21aee82d9f40a9065f04d23137451abd31f SHA512 12b8924e5b79382f7fed25e445208085f4b1c684948019b7dce1fe224c1b769828aac4ac520ef2dee87e208088fd08380415abdd4da2dfd4699b271bc4cab87b +DIST @eslint-eslintrc-2.1.4.tgz 126226 BLAKE2B e98da24fe4be15d2b9ea9a8f5f2369a9a6feeed768c68f2d6f83f91fe5cc5bd020cdca4fc4fa04cf5cd89a1eeb382dab185c06c9f4853164e9d5520f962be300 SHA512 dbaf59dfd312eb0549b6ca14975d0beb459d92125574f1b6e10e1e6531f79e717a969bd24a110adf04230d7f494560143ef3e1ec23a8b8fa54f48aea69916fb5 +DIST @eslint-js-8.57.1.tgz 3778 BLAKE2B ba2ce095e5f5f32d44c0a70a69012d7256cfa1da3dea484efae8422826d563e39adab6a8d51ddaa0a72443324087bca96a622c231f704e47fb6a8360121ac8e2 SHA512 77dcda31149320a0cb85cb731f5d8cb57bc929249485a1dc8d5fb667e18af84118ed72a93f9c91e31f8ddd301c1d372ef7ade722bf9331c09be03042617d73e9 +DIST @humanwhocodes-config-array-0.13.0.tgz 15888 BLAKE2B 3d7bd0d1ca8ee442150176aaf2780d634592e48cc4fe409f75ce08e3bd5d96a3eff7ec43f4b1495a691e0043a4589f6733a9d8b672bb183ef43319e48bbd1e00 SHA512 0d92c412a1564058b22ba8796087b29cac7b265bc26162f470899f4915d9f65e1283679f905193b857fabf35e32b572ae8862453e120fc98b35f0f930f6bd137 +DIST @humanwhocodes-module-importer-1.0.1.tgz 7090 BLAKE2B 7ed185c929fa88e2f327543b0079ff537b3eb9f0a92a8a5dc19842d0f0d1f674d4121fb3743ee2c15626785e8b7a6beb8a73b7c0150a064d455ea504d44f00c4 SHA512 6f1bde57857cbf961be277054d3deb3d281904ea429237cad32e28555549c08b8354144c0d7acfc9744bf7cf22e5aa7d9bd6e7c8412359f9b95a4066b5f7cb7c +DIST @humanwhocodes-object-schema-2.0.3.tgz 6184 BLAKE2B 5c0dd038fba5c59389110c1c2757aba54d68acbf4c7c52c4a0a56b1953c88ad2d0714010d276c8153ae3a563a342b0b2ab6e200ddf4492c7cfe5146d9c2ef20c SHA512 f77cd874c112fdcd43ebdc9988a0c18f4576e2fa8dcc1fe4a05dba28f69a8007dddcfff8814961dc3cace688002be1318bd432ce50fcc7fd3c66def020a70370 +DIST @isaacs-balanced-match-4.0.1.tgz 4438 BLAKE2B 0c41c21148d58cb6c444e43a5bd2d90bf51b92ca96d40008067f37cdaff85c29668060aebcf7d08038e78a87ca07663c907dfc914d96ef451c7392c5cbacb2c4 SHA512 cb3313b7d9446fc1afef3462a148a54a0948d1cd2c999f64e43eb9ebbec32d62ed589697212dc2a9c1b250507260a967523e939232d5b39e1f065ebe4e21900d +DIST @isaacs-brace-expansion-5.0.0.tgz 7503 BLAKE2B 74188672074d6e912b010a3d97a15a695ee5d5b5677735cd11806176d7945885d158f7c9bd587f20899290cff50f90e712ba842387d644b2deb1f36a788391b4 SHA512 653e790432d5d32bf44419b673332267e4aa0863bb02f98e3371bfc36c6154f1feb5ed1a2a0163981bc694bd5d1feaa5dad8063b7315adb6f78c22b2be9827c4 +DIST @isaacs-cliui-8.0.2.tgz 6089 BLAKE2B abf8043fabebc829ac69f8407cae6d353ae725ff244fa8a8be7a12581e7dbfea6edfa0889afa7ddd2c3d9a15cb18ffe9f4d9cae5bf40f617a207373f6e711deb SHA512 3bc8dc8da6d76a578e1bd0d0d3e0115d66414df9cfe16340ab3ba224aee5978e009b118abff2763384cf8f18d8df39c109fbc15c5cee726d6dc1dc85c9b16a10 +DIST @isaacs-fs-minipass-4.0.1.tgz 12383 BLAKE2B a54f95647f2f68ad8da0a8977759ee218e64e6fa64f0a5a3141c8b71f1bf50ad1239d439c0c2caa9d3bb4892f25a3f84c7e6b3e05ecb631515b79586817c6b18 SHA512 c209bd1219768e97aa3f7cf0ffb9a8de4447169e4c10386a01dc32d5f4c69070309e418e56c829bd084bf01e67d6a95bd358d5de7fdb23465f669e65580d64e3 +DIST @jridgewell-gen-mapping-0.3.13.tgz 17972 BLAKE2B b5dd0475691651bf1a6c8816739572b720266a7d6e3fc81c6bed8cad4928128bd76f74d89f1cc54a4d06ab14ddd7d5fd79510bd14f3aca5850d58b11ca2c4f4b SHA512 da492dffb9e227a32010fc45d1b61d43a7ad65a03e7d0bc370b29c921cb5c8840ecdaa0a8c10634a3eb7fda2d58d8137aa146de5dbccfae5327c283a50a0816c +DIST @jridgewell-remapping-2.3.5.tgz 14624 BLAKE2B 716e3ef231d79beac7af535fca345e1277a9200a329c492b6a2a0e3b08e7c798c29ff1583b444a1ec92118e315291ab60c217783b484a643cef7e4ea5f5aa322 SHA512 2c8f6effe95a606e03b354c3292256d983eb22571560ec22d9f502eb1078de5b9e0a383157895f7ce0990ad605887e9334e5feb50297c7ded3e082876e1c8711 +DIST @jridgewell-resolve-uri-3.1.2.tgz 9622 BLAKE2B e1368c23a75efe6d02a8986bf6688a32ce860d954330ccdf10672aaca8687530514f78c6d28b756fd886b2e090259f56333759d853bf287409eae242550cbe23 SHA512 6d12128022233f6d3fb5b5923d63048b9e1054f45913192e0fd9492fe508c542adc15240f305b54eb6f58ccb354455e8d42053359ff98690bd42f98a59da292b +DIST @jridgewell-sourcemap-codec-1.5.5.tgz 17469 BLAKE2B 3504411099bcc4a7ed0af586a061f1be19dc863261cc865cd1e744e1102e62be26a7c2df5dca53ca58443df961885553888eef8d234c0f1645cc89243a3588e2 SHA512 71843ddf5d20aeac6e7966e5f96b885086a251a0dc8fb58eab97d58449633558117ce52163d7f2db34ef7e8a96b2779b87c4a5ef45527056c80af2672ca0743a +DIST @jridgewell-trace-mapping-0.3.31.tgz 30747 BLAKE2B 2a477708451e3f5c8e694092636e7b2ffdf017ed5a43f652704b5778858f2979c8ac66e270dde53641505766f0a3b28b82654729a77367b042551db163b8ea6e SHA512 cf3351f9275048327373c8e869e3fc410a0242bf0db98c76748232b65d507811191c9f6e5ba85e6ecad881bcfc849c1441aa374d608cb667d5f0dbb5b7038b03 +DIST @malept-cross-spawn-promise-2.0.0.tgz 8110 BLAKE2B 62857fb1d338d391ac10b5cfbb10e82201f26d29df09dd336829c26a378b3f6965005e57bf668025068e1da1c8861938b387d8e884dd405fb1bfe77940fe510b SHA512 d43a4a5346794e196d0708cdc92302d788340a46f28426b3f45921c6a36c648eae00f257152f1c3179412a8dba149f19b96e92f4608c711f483b99365f9ffd16 +DIST @malept-flatpak-bundler-0.4.0.tgz 7051 BLAKE2B 2ccf4709f0d374d1ede7f749bcb40655a377a6d3cadf8e260ec785f5763b29d60552ca0a046164b3fbabc81e59e3ab2ed823efbee95664179570937dee1e0e64 SHA512 f503ad35f7dc385fdcd6c78c0839e37246f747d587706df8b64cbe147a4d28a096d3073fb1c60bc0cb4efa9b721947cc5b4fdbfe7e2a46200b95a14773d3a3ed +DIST @napi-rs-wasm-runtime-1.0.7.tgz 586920 BLAKE2B e24d3431904654565732054a3ec601e95014016c204404384ceed4256c51e17ab26328ca150d87b2ece6871c237e8974e45fe22751577233dd0cdfc32b61c746 SHA512 49e0e738ed1393b3a48aae836d79a604e0e03806fd769f608e5a61a244d4c66b7c53796220fd59b28cc16a11faf63fd126ff917ece88c142874e041827f1c103 +DIST @napi-rs-wasm-runtime-1.1.0.tgz 591385 BLAKE2B 2b623ef4d509eaa2647dcbdb9fdcf299934ac424991c62199c3325716bc59d327bf84d9611a6d840dc8f0492bdecc573bac99d5b2883c48749da7db50aa87c83 SHA512 16ae83256f816f98da584ebdfea384d03d5350df7eeae5a109e669767481935e298cb702591ed0f27e3d3d348f1dacccdfb26aaec76912d857cb6c67ea359688 +DIST @nodelib-fs.scandir-2.1.5.tgz 6586 BLAKE2B d9f7ab1fb336fad0d1829256497b6f1938507ca8e502100a3985411dfc15b422f31417336194e7c6fa4f25896deb8769e657cf44f20230a6cb07b338ae638207 SHA512 beadb806adf29b91c4426d8d282af7c970f08dceef4ec1138510e7929d832bda75baa2d1f831eeae6fcd393a34286ec760753b7a9a4a663dcccaa62e3017fada +DIST @nodelib-fs.stat-2.0.5.tgz 4182 BLAKE2B 662139eac73be4355cf602f8d41bd81f460d8c042687ea8a3eb136fbdc18ebdeb4e4ea32fc35ecf59e6a623a6dad1ee1ae2c1590d70bd7bf89ce794c4b41bd11 SHA512 46484f3e9db3aea0c0400ff68cd867ced70f025bfae17761229edaef8e78039a2f23b06e93182decc5fbb9dc00bb7ce0d437293d4d2bcf7555d5279aaaf638f8 +DIST @nodelib-fs.walk-1.2.8.tgz 7360 BLAKE2B 0e7fe6a8497efc7f0ad61b689e8a48b4277d9a9190ba614f4947af3638e314f04546927be1ec4e96cfdaaac03951435e07b8c21761b7b02b4011e92c8d982681 SHA512 a0607e53196059c810920c28f067041b07a6a1316ddc520ef5a6da6c199a1b05c8a01299f864f2d293f5f396de1a0ecb96287f3521d25765c0b35967ce7a1c4a +DIST @npmcli-agent-3.0.0.tgz 6044 BLAKE2B fbe8539a73196170527a65213f0e197390dc67f1981f42b37c119d17615a513c6969079a5a255b5eab9e81591e5231eddaf453ccbf79f09674426abaad65a076 SHA512 4bbf4d74480341dfcd1826b2e930a85735d28fbe2c9116482897292630b994eab7e12673c88e8caad8a25a88955a856b4dc1a335e0b88a96e1d552079697c5e5 +DIST @npmcli-agent-4.0.0.tgz 6043 BLAKE2B db9174d16a93d2da321bd0f0c16ce549c11f432a50190a307b54349660927e5e7c762d2c2596a41c8811c5fd814d00d9387e79351f2ad1d9b062d4d18ffdd74a SHA512 90041370437d13c1112d583902c1b02cda056fea041ba7a781ba805363f8de00f8244224346307755434f7a16c380018a593c1d114add338089ca2004b597940 +DIST @npmcli-fs-4.0.0.tgz 8719 BLAKE2B 3c8ee22729c6bf254f356da88a22e0726b2678fea94278ddc3c04d63fa3bb0c61a90048c92ebe09acba07ec9b91e0386f1f616c881abae45ca6e595b4bda2cfe SHA512 ff11a57b323ac5f18ef4dc2e2659f0cff2b5e2a0f59024801ad69c0479c6cde008b8919acdca78e4a3f936ec80457a0a6fb730ba5006595b1b792c5d1bf71bd1 +DIST @npmcli-fs-5.0.0.tgz 8720 BLAKE2B 62b7602ec0a9990c94ca7cf4e98464c2c37ee759fd71291e0d876e5ff3a6489ba23a7a5e801cb393d48d06c6310ba7e5b59757c66f52cf3686dabff36e05f1d0 SHA512 eceb02d6034e44111ac0e6b9fa3da95cdf6fb2271a20e1f970f5f1a11e9f24e987ebf117a4907609a8d73aed5f3d116e9f69b5964b44157d75f8ff3d86a3bfa2 +DIST @npmcli-git-7.0.1.tgz 8942 BLAKE2B 9ac641f33e28dbcda70e505d1f069a15c99ad49fc99679dafc8c64c5616f5e558f9e13ac3f3f09f1f9a2151912d2724f75c1c5b1e0880e5950d1c6c517cfea57 SHA512 f974c5c4ada3245fc4249e52a00cd7937ab02037ef15ce7f83e6c3dbbe0b67bb98ecb13cb137c6e99f2b39a9cf976644bd95aa36f98476d5c2db9704e7855ca0 +DIST @npmcli-installed-package-contents-4.0.0.tgz 4873 BLAKE2B 53587716aa3698f4487ddb9b60acabf5f5514e2d3dec905f12c3a6a70b74ecd8f3fb3b1c7bc47ae77eeb9cd69526064eacbd891ee8db3fa17738094824d12a79 SHA512 c8dc8076407107bda0b59e06af05c233465479da3d9c86ce30a7c68ede82bba0d77f4a7ccb53d589900a0c2f2af24bff7ee7f1d164e3441752972aef9cfee198 +DIST @npmcli-node-gyp-5.0.0.tgz 1597 BLAKE2B df3e893302ccd87a7dfe05c34f7170260165abf472f436e1182bc4b267372df9496c701a301b410724dbacde5a09823778cdaba41c338fa265838bb799c179cf SHA512 bae1b91d91572dfc852aa83c432a6c9a02d05bbb268918d5738e5ba83fe87d965c47fbb112381053ca833efd2cf5311e314880014fc60b96d1ebef947538ab21 +DIST @npmcli-package-json-7.0.4.tgz 14773 BLAKE2B 5c12b868cd4c93a35a87dbec5d61832a0855310f4d93e51e3d44d6d86a26147a92a16cbe5e213c69070eaf242769751f2053358746958b70e36c498ae2ad5b2a SHA512 d30227246de3fcae34389b7fdf76b1e3b59f58ccd94e6e8e43107d703853b7986e08fd9af60d869e5b3199f37e3ee948b4d3c8a4fad9fa47f0c148a5ede1dc65 +DIST @npmcli-promise-spawn-9.0.1.tgz 5334 BLAKE2B c9ec4136385ce9296fdde81e470dc716bc9eeefcc9ea1a05604208d6d9e0b786611817e648b20df70b1f74e15ff0190b3060aad2fbe11d82c18eac01aee752c8 SHA512 38b51aa2a06ecb1793a94be30371591625d47d80b56a5a7749af7d816dc4503cf7b59dc26d70dd719eea58a07389cac995e220b9ca166a6587d6c680987fe5d9 +DIST @npmcli-redact-4.0.0.tgz 5843 BLAKE2B 33b3dade4afb1790c0a3c43eb9d2d6d72798db6f6da63f665150368b7e60a335f1a04ef7abc8c7deffb02efb259974e319b2ace5a1e53873ba5fc1cfb9de1386 SHA512 80e060e581cc7d9cbe4df1c0adf56883081f05e42729b6c6a37a525322bf812234015bbea4488355c2a541bd03f0c8352cd45920b67a5c6f08e5d2782ae01df5 +DIST @npmcli-run-script-10.0.3.tgz 7482 BLAKE2B dd3d11d485a942f259c89eacef980fa9b4129f7b8b2def5284a7c577f3c0a6a0cccd7433d2be7d0c462416542362befdbf24d09a4ed4eb79f4cb1096ea7afb83 SHA512 111d8dea2b5193359b6ed56667d58a696c5594a94e781145d7fef1c7e280e49d7129ae098d4c0175bead0e9934bf5a80f9df950f01c8f6a98b7174967268be47 +DIST @opentelemetry-api-1.9.0.tgz 126777 BLAKE2B 5556cefb651c9e547eed2d60f7142079ec2aa76eace1f8c2cb83fc1d3b0ac615f39905fc16b40464f26e9957955caedc668a2322499b93511850ee2a348f3740 SHA512 de0880390bd9887e45f5b325322bfcf8648f31eaa0d1d6da7a8e7cff44a503db314aa6619d4b71cd7f7fd85cf2852f6c5907f94b418913400a06b16a8e979872 +DIST @opentelemetry-api-logs-0.204.0.tgz 22692 BLAKE2B 3af08ff5bc932586ad26a780f7d737dce3e0c2443800e2c4ee3dcd208de4cc32860da1380590cf1fc99dc2b1edc190a35b052db22efd43e2355cfc39c7cc0990 SHA512 0eac58f32a006a204f8afa090f852d82b312f20126cd9e659dac733e88f32d51c11aa3f18169b8cdcbaf7141d98aa43a9115f62a57a5dabf72f1c0361c0b6aa7 +DIST @opentelemetry-api-logs-0.208.0.tgz 22469 BLAKE2B 0c7f16ecb367784cbf8edecf5398e59518f1729be84264d2938f52d007afd5e980c77115cac9b46e952331b11a6f52639d2741d37052d786e23f4b282e2ea27e SHA512 0a3aee298f55e8d32cb0bfd3d64005833a2c175bfda3aa1e37e697e4907f0bfc4f36d9a0209a9c5c71bb7c0f363aed730a958697895139050ac14344d69302ca +DIST @opentelemetry-api-logs-0.57.2.tgz 23264 BLAKE2B 0c195ddb1e2d9e8fd20303a994e7d086d32b3f39eacfb4b9970b331643ae2684a6cfff98bed2890b36d48f86e54e77c89d84b1736cb0ccbc41c1be8fd9ecfe95 SHA512 b885f9d8d9d333488187ce0c4a1969a2e23b50aaa467b32b52ccd399aca91c1bb8afb3687f39d29d045f27eb94783b500e3eb0f1e1468392812c303000fcf5f8 +DIST @opentelemetry-context-async-hooks-2.2.0.tgz 13597 BLAKE2B 117b51c6a964b7adfc0352e4e54b69b0f3bd34871a942f44a76997dc8c10901a0e1854915ed708c7d9e4ec7f712256abda6845a9696bfebdb4b8ee9598d9691f SHA512 a9190b5a250464d02661aa59eca192e42e0e9812dc3ff1f67e85de3846a8c18091d308bcf5f1de8eb7d87dbb8b54230ba7f7566572af42eb1d6d41198c445fc1 +DIST @opentelemetry-core-2.1.0.tgz 70731 BLAKE2B 4a9579ca34e961bf1a4e90a220747ab849db2da31f0a2f2a6c2bd59f9dc6e5686abe191b553e3e6a27515e5612d5a0cf9196e1ee11b582df62f38967b7ea00af SHA512 44c12d1ecc49b3f1a21c7c584f9f08639ed45c0413b949d955ca3aca60c4a9336524a4e298ce2a3d43d57bc227345c818e11c1100c7893743c2ed35ac81b1b51 +DIST @opentelemetry-core-2.2.0.tgz 70571 BLAKE2B 3e0563e0c2136994d1403fe831a8c5dfeb7a84f3de20a8ded4d7e679e6734b0250104eced8b10b4c9775a292467ff9c78a1c5bef36009258ba66659cdbfa917f SHA512 16e69b9e7526f0b7e59e2795c6ce9e3fb677f37860414e16d5edca252e9a386dd1c56c5c1f20711fc7c3307360bbf805c7f3368ef4ce5bfe3f3c784bcfa6e35b +DIST @opentelemetry-instrumentation-0.204.0.tgz 85652 BLAKE2B 228176982ae5c85dcdd2b76c529ef5f65c51c565353ae844db57eb4de11f20efa9c753d5134b7302a6442cf07fff5529d772a23a1fdebaf049e3db43b4be5e28 SHA512 bd5e7e592c64b73a0c3fc26861629ea290a1cba1b71ca938510da11120910d451366a437fa7337bbc9e8546d0b98d7d15b07050676d9ef518a0bbbda618749d6 +DIST @opentelemetry-instrumentation-0.208.0.tgz 85709 BLAKE2B d85944bc8cb654724637b18bd59f889614689cda682556a09f2d83a6690e8d5ad234e0eef828558c8a07f1f9d101cf656c33c02a720c1a7f932dc48b096799c8 SHA512 123bb42f8a967104bea17c62ea9821ef3bc4d9bca880091cb15bf43a31c5ffdee23b3d4dfda284e9eb521a8c189227be600d6ea3a0cdc1d4b169a3672ef71194 +DIST @opentelemetry-instrumentation-0.57.2.tgz 54473 BLAKE2B a8a7c375c429bd0e459326051a0686011cca1a1116f050da1de128901d34b9d54e3b3acf71454a57945928c95b33b2bff882ebc433af19440d558ca34849463a SHA512 05d046850061f088d9da82085fa176fd0dcb2a6fc50c32a2e9c71829c0537a2961e9235d34abde0ce2e4ef70644898d02c993aa9ee1887e847c3550f8420ddae +DIST @opentelemetry-instrumentation-amqplib-0.51.0.tgz 26754 BLAKE2B 6c25490ec1ee1661d7c575f667eb7b5e2cd9784e5675038b5de5ba36faadb5276e988bf7f543e35a8ca3e62254b28ded2f91a7f72e9b6f90e8fa16efa5b8c615 SHA512 5c69a36308d5464b43e1a8059d6056417a3d4a2607281c51e8083730b5f0b4b13847df4dddad3c90628ce520b5a8e14a2042dc4031851054fdc9d5cc1f4d0bbb +DIST @opentelemetry-instrumentation-amqplib-0.55.0.tgz 30953 BLAKE2B d33096e5d8a4440cf60f043eba11ae636ee82a332a989d5a5996426ce629d7715a473e2a1819e52f70802f2e94d66755032264d9b7142eedfdd7ea47a3097ea9 SHA512 e542e853ca7eb56710c393c36199fcaf24a9b4648b647357ffbb2baa8d938a83e700072f4f2eac405417b0d3eb027c9146d60631eb57572654cb939a5f5f887c +DIST @opentelemetry-instrumentation-connect-0.48.0.tgz 13177 BLAKE2B 19d04b0bfe1b2dd5f29fbf738f968fb73c03f2d2ff2ac702779e4f72683b9744bf6113680f9311162fc45b29d847852b86bae3d33552a4084ae45ee60e93db00 SHA512 38c8dcdd214be290b5e8f78afad0e1c0fecc46f0cf6a5602192bc6a94857e6b012908d87d11bb164739612561e5e457458ffbbd06c3a24759a73fd99ab09a177 +DIST @opentelemetry-instrumentation-connect-0.52.0.tgz 13106 BLAKE2B a8549ea99aa34784e0517557a09b31acb8f3c6b60ffbdc9a3300d488787e6825140ef086790458fc7dcf5513f01eabb6d87580b707b9f086082549515e07354c SHA512 1973f17cd079b3331b57723d6fb90d592990068073c3b313d2e8ba894fe9f8d233571ddad3a462d9c7503bbb46f4429be1a2922e67d7f42c3970ac57a97e8e86 +DIST @opentelemetry-instrumentation-dataloader-0.22.0.tgz 11531 BLAKE2B 6836a4adc1f53a6414b2069ba8cc56194f754078af7f18bd0e0f89432609289d6a1b9716391b85748fcb97b93aa1a97d940dae83e7348ccee7b0c92b097c8e9e SHA512 6d79d3730b67810b08d42be87459137a6aeb452423023671a8755cf822594c39e2753d13eb0b778e42a19ec8d4fca92473495a72be95751a42bb609459ad0e2b +DIST @opentelemetry-instrumentation-dataloader-0.26.0.tgz 11463 BLAKE2B d270f5d860c47cc87ff1d58fa942335a41fb727a54df4c5158113c8e1d230f28855c76aee53f63e092b6304d18770710e5e8120576677ce27436291fd3f234dc SHA512 3f60609c57d339aad9e4e28f9987db5df0c58d0e0ff56910d498e2ef21f9fd6c01e969bf927ca7028035af16e359c0e562ea459324f43358fa5cbcc3cf2d1a08 +DIST @opentelemetry-instrumentation-express-0.53.0.tgz 26148 BLAKE2B ba51c8923d73f274b76b4ea23805b4d66958b0de47c46b0b463f8c62341f0c9b010c7cace60e7c4452d5c346101a5db1d1c379d60ae5d61c6ffc2b390372dc9d SHA512 aff3c169f426158463bb12d8107277cded620673f61830359d73924ba134d8a9d83590158e3e96703035312b61b5d01450ad179e8b47bef58cf3fab3ec330ee4 +DIST @opentelemetry-instrumentation-express-0.57.0.tgz 26078 BLAKE2B 7295dc571d43771dce8a8f3e69859dcfb335fd4a6a4f7e784fb341b00c87efea04102704730f5cd1332f9e1e55809cf5236f73f033046425de2703aa42d1ecfc SHA512 1c0771fe8e7cfbcb52479896fabbb83c79c47a3c8aac0cbd7d816194423cd68d749d8c6b19a8673001d68928e10c2ed441263723882370f812290cf8ae6fdab2 +DIST @opentelemetry-instrumentation-fs-0.24.0.tgz 15777 BLAKE2B 512de2d720b7b67674790de6188a4ae97d96cab8d5a9fac326b300e0c429fadeb01e8b7ce796882d36d5eae56aa8dd51bce41442a6f033d2bb5d2bc8480522d1 SHA512 1e323127a081443efbd0a35569374c5c8bf6f528f3e02d643c208ae71d548e973a48d9cb18fa945722586772d48619c702a75bae5f37a205568c281e4f8434cb +DIST @opentelemetry-instrumentation-fs-0.28.0.tgz 15744 BLAKE2B 624682c16fffcd6f3d4aba052a9de30e6f6e90258b52e3f3dfa9f8bfe732f46813a4e955205c8fb695810bc95bcd3b5c45198d10371c5bd10774fecde7e47047 SHA512 145be0f1fab9dd145754144765588ff84331311d37b6acc41a9baae7994735b54fc859254957d004de74b323e12b9518630692b71d1ec82b47b5b46b7aeb1ce6 +DIST @opentelemetry-instrumentation-generic-pool-0.48.0.tgz 9053 BLAKE2B e7312b0f462ec827c3e7abcdff366f4ef678005549af9b778fa023c190f19d35ae09164592a0cc7e3f865e170db45d30733c421e32bf88701b88b71fb6294fd0 SHA512 4cbbff3a7f29b9fca7351fa951ba64cafb8449501265928c96a0a6e1b048993a57293a6a5da249de8fcc50378c94cf75ae97a7f8f12fd927b238a7070929606a +DIST @opentelemetry-instrumentation-generic-pool-0.52.0.tgz 8988 BLAKE2B b8ae1664fb3a42f61b43c199ca31331486de9d903dccdb74f78287dff9510bda72d59754db6534aff10bd05d95f4bb898d59c7b22d6045807dd5d863aa8227b3 SHA512 21290d72fe42336230bec3152f7d5397ad7fa76666d88d8d02c62ae5248180eb0e9dd4f44e39e9b63b9f61549c0a70f964b0f5b699784f71846142cb60e74875 +DIST @opentelemetry-instrumentation-graphql-0.52.0.tgz 29175 BLAKE2B ac352ff9fc6e3ae29ac2dce1e3b11416439b9caebbca02ba832bb1c5b48e32b22ba0ce41fe9417818dd9a8a1f9d118512d831e3dac6878a46841d72e082394e7 SHA512 ddf109f2338e330a29be5758d7a2aecc76d184f93cc12b0e4d2174bf6a6c98e0867b087a69df996e44f1ff1c942bdad4754316031455534b45a63e16c75be43c +DIST @opentelemetry-instrumentation-graphql-0.56.0.tgz 29839 BLAKE2B 362942c3cb1267f3ca02032235ad6a7cd6d699cc9f635762f6c2fbbf10e278a148623c098846d3270adcfec105b2a446955b1e567dd5ee38f7de2a2620b2c30a SHA512 20fbcd93c005a15cd300cd19dfdf6ddf85439860e0c13eab22a094ba0f0ff680067ab976fcf10860c3ce97fadeacf1aefaaf204967666c54a3820ecf0d545ddd +DIST @opentelemetry-instrumentation-hapi-0.51.0.tgz 21266 BLAKE2B 9f2e2ea5433fe255982a9a7573abb80a6752785a1a3b6e29e70758520c2f2bef5fba89d2fe6806393ed2f4e194a912d503e71afabca30543ded58fbd02cb31fd SHA512 ab27f6ec368534bd5085ba3f75afb4e0c482c3df36074d8586e392e7f505f8f32133ad4270e8aeedf3ee5e3f13bdbab245e42e2459635c4e948ab96fa13ffada +DIST @opentelemetry-instrumentation-hapi-0.55.0.tgz 21204 BLAKE2B a6be4475a023712e4b08a0c00d0ea4e2b681105b73c7b5d4fa1f4c2c81577fcd0e2ba131b6bd567b7061fb3118624e8f675f2fd590b419a6d30ac0b662236b2b SHA512 a6ba809117fd7b8784a72e06dd4711df6a6b284f0d2cd940f744dd114d54b2084e4e0d2352fb38d09cfc2d058512ce4d6cb6d71d81b3078098564088f1e58455 +DIST @opentelemetry-instrumentation-http-0.204.0.tgz 58120 BLAKE2B 56ee1b23e89e8b8cae48314d39896db26cb1a4f8b4f8436c5c25811be745c14c9bf29a5f7a49b16fbed95081ce82e78bb0dc9d1fc4ebb0214c2af47632b6ea75 SHA512 d5a7c96321910383a61d3bf415f353ad3033a048cf41462077ef2287f957d0b9590671a2a3f3bcd2fc40d25377927b093d2ec5883aec0eb5aadb92bba00cdb93 +DIST @opentelemetry-instrumentation-http-0.208.0.tgz 58575 BLAKE2B bfa565cedc6a34cfb7deebf3f23e0fda21a9dc29469a99c9c5f2a09333759de8f34e72dbed70f36361f444c7c631804be7deb77e28206cbce913635d01432210 SHA512 ae198ae3a0d15846d0401efb4719955c6ca3b3aefcddcad70a71636108fee2d0c7fcaa6ff516e0de1da468dca9e55cf67a61757fd1ce410bd9a07cf031638565 +DIST @opentelemetry-instrumentation-ioredis-0.52.0.tgz 13124 BLAKE2B 1c87d2d561f7059339010f622bd8dc2ddd1a72d6912b804c8b401175dedcd8aedde610e762ed06f64dd133ec585064ef82079334bc5230b6030d05ba05438940 SHA512 ad4be5c99c08f741d140f622731a431a14fcb1eb4cae51caa240ad06d660631416445e5105b1b8ab4a46b5b66f77b932b1eb876c5a40dc8ff9cfb33c6ffe72c2 +DIST @opentelemetry-instrumentation-ioredis-0.56.0.tgz 14172 BLAKE2B 9044a645d61da9cf79070a7c9caa752372da889b8af789c26340e70c328d648519adbb6d89d24c54d2b70fd9a759a8616db55fda8b7e095accd3521e9370ed7f SHA512 5d259eaac777aca4ac4f7581cff24a2437190f84181256446b4c55757f1ff5d8788784205e12912e8ad5b1590adee5c56c2dac64a012d83b3e628946c03f370e +DIST @opentelemetry-instrumentation-kafkajs-0.14.0.tgz 24997 BLAKE2B e1103a1f4dc74d3623cda7f8722ef78163d121647f06b46972ab9bbec68b15c20dbd3fc512b821809add3d9245208c8a3a94568913bba34cb59a3dd07d3275b0 SHA512 91b079c974b8edd4c874efe57db6d797386f1c5b6eadbbb1e04a4fd3ee87efc2e4d019f8417899416eeb999635c41098d7a98d7026fc62dd26873f398539d254 +DIST @opentelemetry-instrumentation-kafkajs-0.18.0.tgz 24934 BLAKE2B 054cff798a353a9d10465728052da81abddce5db2b97fd1c2d4473bf06baf89fa61fd454df6a9076192e568d4c4f2f3d2a308f9277aaef60d8c20b20b4e495cf SHA512 2822ffd479d9379ce450c80fc8ec5f1a32e36d78e9778a1d0d3a32fbb73e52cb6123354b15ff7d2e77c8044f18492ad8138fae4bb3b024c86f860ded5a3a8c06 +DIST @opentelemetry-instrumentation-knex-0.49.0.tgz 15326 BLAKE2B dd63e30eec72f016be472d972d6475792b83d27d1d6f2096565357784e930995005d18b3085737b8635c051dd0d61e60135d39ea5c5ae3f501839d9c10dc33f3 SHA512 34ab11453dbb7db2182f8231f818e33fc87862f7b229cfb6803e833196ebe51e6b51e0ea7c2f3e0d37c8b777377b1dc121ce55bde938aea1e737bab7e197ad2d +DIST @opentelemetry-instrumentation-knex-0.53.0.tgz 17555 BLAKE2B a87f7dca26326a2e897927a321ee620c6dc3c5241780d22c010a2d15932a3a70d9424929bcc3db10e339e1ab6f0e5cb2c8100f706c7ce96dce96a11c807bfc5c SHA512 c67827e5c1f69955c59a24f55df435687aaad66e316f9c2f53a8fd95280b962849d5b5f3b0ee78ddca43c23ad99b69ccae5a5d7417f9e70f3e6df4b8a8387ad2 +DIST @opentelemetry-instrumentation-koa-0.52.0.tgz 14373 BLAKE2B 0da161ca995ea8b017b57b1727483368ef3f52a77e458305bdf3cb625bf9e7e3e3203dd00c5d0f200421bebc6b82c0f34a77168401b60fdb9f3ae90e807c6366 SHA512 24948160b0f1fe6352cbc21b8bfb908b1bb6ac7d1b64e0c96bcfdccf4e2112145a899428789e54ace84efe64bcec876056c1eb9c13ac67abc3bb4f739eea72b8 +DIST @opentelemetry-instrumentation-koa-0.57.0.tgz 14647 BLAKE2B 44563ae10198cee8ac245d5388412e7a2e7a5d7b108881a287fccd0efa54abc8df6f57621e5ea77f4367c50974a2c62a490c958f38773c89f9b85c4670ab3036 SHA512 dc94bc3d4fc3e44deadbde66c25a14dafedceff9be0f20aa76eeb6048cd6b7edeef6eb63c42f504bbbfa5a650dba80cddd133e43e0f51a98f5dc4468fa6ec21a +DIST @opentelemetry-instrumentation-lru-memoizer-0.49.0.tgz 8189 BLAKE2B 5924ec36a4a7b70c8b1d326dff3d6627343c8d553291398790938d9e9c72a4e2f95d2db0a74b9b75534445fd29373bcfb61d594a4ac478d9967b7eec4e18fb87 SHA512 72d5eef8eff51d269d031b63a04836c37d3b67988fc8b38c33c2113708da2ab229340b6160648e6a70a16e4d64a98eb35390aba643c719d013ea393c75788cab +DIST @opentelemetry-instrumentation-lru-memoizer-0.53.0.tgz 8118 BLAKE2B 6abe60de526226c9accc27cdba8f15c8714ee4daa1a601e796830cb4d5acedf1d29661bda6c2080186b43fd78c5231387d2dd58ae2022cf93130baba646e72b5 SHA512 2c3c16cf970f9165abd07048b99523b25caf8a39634f09b0888b693131ee8da50b642c5c604f5e538e107ffa5b542f13ba54f4221662f91a06bc7297bcd872b3 +DIST @opentelemetry-instrumentation-mongodb-0.57.0.tgz 25988 BLAKE2B e6ef03d83c8b33c30e649a9d5719057f5a3ad58bb0ac2254e5b28207bd54be308ffad297df920fbef340c7879f2335a818a761bb51e413e99afe9bc67da5fdda SHA512 283e918342921d60e48a4faa8c8396a24b22d71a92a62c7c4d23dfaae20ad434e677d39315be4f1e6324cc97b5e9300f544b849545bc82f80fe7d71a70572b31 +DIST @opentelemetry-instrumentation-mongodb-0.61.0.tgz 27906 BLAKE2B 67cde46bba418936b396de38b806c44058b4182b1b9d163be65594a34def54c3115f8b209e0d7f74d403b7b51b42415fa0731bd330cdc42f0086636a12f2d785 SHA512 395de2d834a863933fa662e4fbaf31af946f90753c0d10770ca3336097700dd73178bb3adad2db926472a8966c61fdc7b7b8f5d6bab7e691ce58bb8bcd72fba5 +DIST @opentelemetry-instrumentation-mongoose-0.51.0.tgz 17052 BLAKE2B 7bb26c937cbafa93e1186e9b2eed865ad66d827f00ae379f8ea5d137d2574286c9e885767caaf7def450fba51b4a026b2ccb47a3fa62d103da0d1d255b863225 SHA512 83059a025861576072ed771bc94dc338b32fcec81e6b29b03ff8e4b430befee3e40a6801eb5ceeaf0a8e41d7a246af4a01fdb663676d13964b5f1cad2516c454 +DIST @opentelemetry-instrumentation-mongoose-0.55.0.tgz 18592 BLAKE2B 24797710826ebd628705430b647c457f12ebae5b065d55f22e3c11da0fa92e0840d88583fff7e7cf82b48ead5565097a94c1ffba0675acc7f26066423a4eeb4a SHA512 e5a7e3d077c5e9a33a365aa0bbafcf3c7164f1005f21edfecc5f451a95fbea358f4b4fddba3a04627f36fd770b49a5b92cf5035bcb278be61e2b4bd304dae2fb +DIST @opentelemetry-instrumentation-mysql-0.50.0.tgz 17541 BLAKE2B 1ddbc309b3939421f2f11888d5050d639822211eaa8540d917db52df5e95c127e1ed28b237447906f955be84431feab0b1225887577544ee20944f92b1f9437a SHA512 76e280bcc448defababbd270cc88a963dcc77e290ddb46d7d39b0bec68c378b2abdaa5742d0e000ed2924fb292b5d19c43e313379c208566db55d2e035c077ac +DIST @opentelemetry-instrumentation-mysql-0.54.0.tgz 19243 BLAKE2B 9f6bb070bdf0b93bbf2107c7063b87c4e672aeb6830e94fd8c392cf2311564cee47e1205209551302179149c8a2879762690e50590501c71548cec17ec62c586 SHA512 6ea0b56219f001e5a6473cb5fd77fd703ab1346d9dfc90e46b19ea17937a88928dd5e55623ebe0ecd7c391fe76fcd820a77b65d63702fbea6d0bad410faef7f0 +DIST @opentelemetry-instrumentation-mysql2-0.51.0.tgz 16759 BLAKE2B b4c6c05775329ec4f53723324799d6f698be0a92d2c0a5e602ad0ecb02e504448e597c416c3a1990a3dda7b4f984ca6a27f68b40407870d0aa7f2550e7bf68c2 SHA512 cd3d96836d979f8dd1c9f53734e5269c5b5be739432347ca7228c28fd01c2bdcee2d9e0ca1d82d2d73b20494927cefa1b0e099482d6ffc5c708fe9d92457732d +DIST @opentelemetry-instrumentation-mysql2-0.55.0.tgz 19953 BLAKE2B b0c4c3940e915d113cdc899004567386b338406e24d5ce164961b9f0100d56bcda54ea417c7eff7cfe86dfb9f5c239ec9c990ebe940fb7ee34a4a1f0b1997538 SHA512 d1cb3cc21406e796888b6d209caf01edc728e8e2ba37e7a73615b4a79dbce0cbea27910f8be2356255ac597833bff5761c58ab11e8e4bca888e08c36d4ea835a +DIST @opentelemetry-instrumentation-pg-0.57.0.tgz 36627 BLAKE2B b3c768b6abd3dbfc3ed7df83e302f0d63c9ff9ae1baa22aeb6b149d6fb11b3a732b22f58d24de715dc96541af617ee6bd6183f35f1b944b1ce926a44d41f1d42 SHA512 7562c613eaf9941826d80f1269a4980c4dce289fe4c30cb958bc86cb3a2bf0f2e150bf559c946263aaa1a789e3c219e58e22edcde7df46d1b631ffd8c962de4f +DIST @opentelemetry-instrumentation-pg-0.61.0.tgz 37197 BLAKE2B 39ee92dab5a92eca040e4d4e9438f15d96ddc8b72a61df5b40197fad5b032f8a95c8f99f39a0d83e1227565c57f24c10acb678e94eea1347268d9a70d3c6b9c6 SHA512 51e57b29e4e745233b1021dadd8b1ca2496152d4d03ece95eaa6291b6f37001ef1a673c60940947c40854fd8c583afe264e413b77147901d7019324235912f3f +DIST @opentelemetry-instrumentation-redis-0.53.0.tgz 25739 BLAKE2B ba29b03b94e1f1c84b4fe20e46ca4bd9271ec3b15e540ced48efdfb063f7a6ca82d0f9397afdefefe8a60eaeb6d1268d3d6221d573b7cb5751ef5ae5bd65ada8 SHA512 5941d5f1fafef32a39466cf253b0f9048135cf089a350713c993f0b7195fafba71e8d618c7b208a528a124aed603ad27a56ca77f1c4ad53ebb440545d0675f8e +DIST @opentelemetry-instrumentation-redis-0.57.0.tgz 27543 BLAKE2B b0239e4043225d018139a1f163aa201905dae49eb113ab483d8daf651ed2f8b93b963f036901537afcfa695ba981fa5f4e85323eb1e02a83506e6725721cd8f6 SHA512 6c2c531d0157ceb537794d4b667399437b392d447140f0e5537feea41ce5598efba8e235199b86a1f6b38f78edce372d30978110984dc081448113c15f5929fd +DIST @opentelemetry-instrumentation-tedious-0.23.0.tgz 12610 BLAKE2B a219df6ac3f82dffdad113bb64498377fb3679cb4ce0ecf9a33b36c4032fd8170f6ff1ef5e2544e69fc7125bb1e323f614d18a224c72df519a829fab00e48b53 SHA512 dd331393ff55b654689d54da538b42cdb83862a5be22afe5e559cdd9ee7084fe8980483f3ca7eb19ba90f82c5058d2df2da41821480466a027e6093f8a7875b9 +DIST @opentelemetry-instrumentation-tedious-0.27.0.tgz 16679 BLAKE2B 4c65e306b147a217957fcf95eb67ae43378ee08dcd6e5c33e4db4d49a2006a903c088e45b3c25c80e3e71ac4080690bad693578dcac03ed129c626789b94ca41 SHA512 8d1b72509359a693c18cf69ee198c84367aa25b7116917c992bd2540b1c598e53f9e8e40e9ef6cd4e1cb7795d9c99a0127fca69e0662b5a9f24510397278ac78 +DIST @opentelemetry-instrumentation-undici-0.15.0.tgz 30275 BLAKE2B 4b55c2dd3f1cbf9d5b812f2fe82bd8668c3a4379d023379c066e74d3d8084e4adeb3337e32a65000b36be1388880876fe6ddcb97f7531e8da64e3864ba881b36 SHA512 b0d14603f8820e5564363cd3ccf45cb9d988d75bd3fd601f020b9175963d22ca42c34d8de16482ef6cd3b908523217a1d9ad6075e33d9b2d629a7291bc412f12 +DIST @opentelemetry-instrumentation-undici-0.19.0.tgz 22954 BLAKE2B 49d97bd98c242d8891b87fe5d0817e547d2d56d9ca907ec754f93fd044f9d1bb0e2d06f5ba12277cfd71b1504ad6cd25de4f2813321019fba8ea6656c4521373 SHA512 3ecb7f46147ad40d8ea19419927e8e2e9755a57a7aaa7dd8f76c176baba67c97bdad5eb8d2be1b73a496bf0e293cde83890a8fbb673c82749264f0ed0ba265a5 +DIST @opentelemetry-redis-common-0.38.2.tgz 7389 BLAKE2B 5bdfe21a3aca94ba01f68144c46293593e976682b80b643819cd2572891dff5c9a8f14b01a3f86d3b6b5ec7130c93526e25e1d0adf2caf4c29bcf5ae5f197451 SHA512 d4109c53dde2c12459bc3020c14c42fc35784ffe34e9290c7f11aabb9a2373702f348f88f46855eefd09d47963b1cceeba172714b62a0f9566c155df0861f3c4 +DIST @opentelemetry-resources-2.2.0.tgz 52938 BLAKE2B 99f9dd8d07772cc6dd77c45a34731add8a8fdf02ebddb3b753f62226aa7a633b2d60df6c004f67fcd8917fd59c97657cf5886d780c4de33c038cd158cd9eaf2b SHA512 d693507ff25acd04cc0340623b9348354cc7d1c6cb6db97b9a7b4b6b86893660825d28f4ab4dd3e595d72f4cf0e06e794e374bf53cf7d9cce718295ffbccebe4 +DIST @opentelemetry-sdk-trace-base-2.2.0.tgz 71931 BLAKE2B 264641bb1f1ce5660f1f91835c864c62d9923e01c69e2d55a87e26f8b969e6d75479bdf14f609f4b3df792c3d32bb681eba24511e250ddf60a8ca9bbc63c8949 SHA512 c564202f406672db1a960e8f6971319b375e752a77832295f26401c0afe3f5519d083bb67e65c86f68007a104a6e45c2a49e073e482fdd07e8256453e1d1d66f +DIST @opentelemetry-semantic-conventions-1.38.0.tgz 1415561 BLAKE2B a3d4f0ec3cd9f6039b197857986e1f1c920ced10dab8c13d85033c75cecf10cba8781d4ee0a7fe2598b0a0429eea60531e9e24190c2ff864721517854fb5e2ef SHA512 9287238b1fbfb128207c98705ea0a56778bd63f308d1fa7b6fe83b902466ea9b32d9db1ff2e0294d1725c06d7c87c02f9bb0bdf9f9edf8edfa3eca49fcece85a +DIST @opentelemetry-sql-common-0.41.2.tgz 8392 BLAKE2B bcafb99efc23d8e12638a85b27541d99e31e1a45182784a1b7724f74935a68729a1257bafce943baf899305b09041269f9a86b1269521b841007a3e1fa200679 SHA512 e268569b767ccfe8b9d3ccd027bafa5e2ef2e269a826976f1f47d93c54645ab769e5fabb8616761e162890438b91fa923203d1e19f44c81dc30646ca18ea9989 +DIST @oxc-resolver-binding-android-arm-eabi-11.14.0.tgz 908704 BLAKE2B c68916ab74bad048ab6b573de89556e39914ea632204556f4d038aeada73daae9e0f558de0a272c6c378327949e083504c0ac33dc9c710f5ba6a13270bc209ef SHA512 8c1e3b899fed86f844f944822eff976372249c16e42abfe9ece06c4034c7a1d7bf18fc3e3874658addcd4356e3b75323f15d824bb8877520d8a1b675ff481a81 +DIST @oxc-resolver-binding-android-arm-eabi-11.15.0.tgz 898800 BLAKE2B 60ea71b80b26c2416b63b127637b4d40f40ca0c63a661c179f0925706dc7d1e6a572655305a5cf85235e4b98928af8776220342e396bf3b88388b2916b90a920 SHA512 43e956b857eaef084d7a534920fd5d857695cf8ccef53bbbec67101f2c435a1dcc682a0ed818aca618339ac87866851edb321c85087a3af40bf7d1a558783d4f +DIST @oxc-resolver-binding-android-arm64-11.14.0.tgz 1115644 BLAKE2B 969fdc01825a952f83bb5eb9ce3d349c56802977ced38c3a8b8ba73ac5f2f116a60d2f4a93eed8d5433658cb89c21a94bdda5eb0f4fcc362a70f2110f738aabc SHA512 5c527db7b77f0b3f9d58bcaab53cb75eb7a4cfeaaa378866394da239482beeeef5390b0f507208792f7fc0a6a710ad25e35de03f06a9224c9ce71f65b653adcb +DIST @oxc-resolver-binding-android-arm64-11.15.0.tgz 1105457 BLAKE2B aca1fc7f15fa7c134fd6267f8ef6752e581b6551d206364524b478e04ed7a169760d23d38004b654787d66f7b685c62ce8aa9c3d27dd865ad8b8317c6292f225 SHA512 bdb741b6d7ac1d1d16d6825ac605954dba32314baef959cfb075c9ea3ad77f873310bcc1e86220e43ae69728409850618f0a2ffb2247fc37d39c74bedac0e03b +DIST @oxc-resolver-binding-darwin-arm64-11.14.0.tgz 978639 BLAKE2B 4467d038395b579c0f756c6b3b870e06664412d0219f60fd37dc8ea8b2e2ac7f0a8cbc1c67e9f1d4fb48cad8188c4adc564eeaa98731632ad7d6992eadce2b3a SHA512 8307a1052f6c980d66ccaf1fac3b265021f3fba6da255c24285eaa5621e1a2a0379112af219de4e9634fe09985d7d2613a21b145ca0f6bc81945fccd817c0fd8 +DIST @oxc-resolver-binding-darwin-arm64-11.15.0.tgz 970080 BLAKE2B 881e9e3c11c2b1575e20ae18c83b4155edf87f8d3cd76dce3b0c8543bfc00eeb5f7de11d8894d606b6c8dc06de786934723be15252022bd5b017647dd4e1c714 SHA512 47aee5b0e7b5533363a95042c02657d6b948b53b23fdc56d070e14cb5f42bd389ca845afc1a4e7f2ddf8ccb0fbe4b4300c33c26370bc9fb35b0fe2c8770f99a0 +DIST @oxc-resolver-binding-darwin-x64-11.14.0.tgz 1024471 BLAKE2B 32ce50fbfcaa9f4ea8cebb39db8fda538299652017bea39d8aebc5ebc4127c0c7dc05c3d8426bff68328313b5b10bcf15aa87006c0f38a4f6204bbf329f1b996 SHA512 e70c09bdfba86a12a202aa80b0c2ce236f2ba9d8773f62bb1e48c85945cd316019aba12b5f42f9af0273bba4f7dbe671c37935f02ed1f484b8c03abfdc0afeeb +DIST @oxc-resolver-binding-darwin-x64-11.15.0.tgz 1015168 BLAKE2B f5a143b96e4cc10c4a2622cf11abf93f1cb91bf49247ba93dbc2d6b46b847d8610da26a2d60aabc8cef05ecba43c9574aa52d1217d80c5468894dbb4669b2816 SHA512 efb9b26b917c595d04b42c48d0c95565caa4625690a5f37097fb5995f8388d1b282e915b693796bfbe61166e9313ce1650b56526d4a0bdfec3868581c69f7e65 +DIST @oxc-resolver-binding-freebsd-x64-11.14.0.tgz 1035094 BLAKE2B 2cef9445c6fbfb368fa3979a233ec5b1190457b6a2a981997431fb31df4e1b61dc93c9821db6305cee083c47f9c629e05680132aca5c84849cfce121861f8103 SHA512 3164edf8b39035c43a7daf94bb95629248a12e2d4f488ad0aaaa74403e3893600e45ab0d5a5d2344605370c48122035ef36a8441662f946cef38410e069d353a +DIST @oxc-resolver-binding-freebsd-x64-11.15.0.tgz 1025596 BLAKE2B 75af603ea3c05f0d24b3d587936ebee5cad524d6549478eabe51ea29358cb9315785120e3bc67e6bd64a1a536b58899db300dfad6040172ce77ca89f7f5bfe9c SHA512 5f54b3ee6e4f0bee83dca5880d7314b6ec7ed089a3e877c719d052b52be0748eb43ab6afcc8d6df377b29fa78dd0b3d3af29ee3eb5208e4eed3a73ac0734961f +DIST @oxc-resolver-binding-linux-arm-gnueabihf-11.14.0.tgz 1007407 BLAKE2B 1fbb1e8c6c440a281d5b78be3fbb42eb443b7a97a0bb7d321f0ad029dec5533bab4955b948d25531bb8fb62f28eb62673640a35072a44f04fc349feb8dc2bb5f SHA512 6fafc806a62b4b7a345e22d506c9dec7fc0af294d32be85b19f00c387554ea9ec3069c0f3cb802fed6afe085e8388502b2c4c5cfb69687fc6d528934b309fc55 +DIST @oxc-resolver-binding-linux-arm-gnueabihf-11.15.0.tgz 996517 BLAKE2B e70c94f5a72168c3f1b0e14b25b4a8a5293dca738d610a896d2b34e2850aec7191c30b603fb68284224bc204be819be2187d8d50c6092f2898ec76cd5faee67b SHA512 2f5c7fc0268846b7bed7c238707fe54ea480ca6955d24e07a9f49834db88f6878bdbc2acf3a948e8ee557d82fab31c566208ee581f7c80d1a8eedabb77819aad +DIST @oxc-resolver-binding-linux-arm-musleabihf-11.14.0.tgz 1012180 BLAKE2B c1c128a3d49ede60f88c74b3484a2d56a5172c0b9974033cb864a656f1fc9a3cf45ff916a37dfb3875e654fdf71586caa3501ad544a78572acf83cf4055bd0b9 SHA512 a36421e7ecb9628a952ba61fce46a51dda664396e46c61b1b8b835a592d0d487edd31f958b1ec368512974297967dc6f617a2077f4f03a52f44cf978f8c4c52c +DIST @oxc-resolver-binding-linux-arm-musleabihf-11.15.0.tgz 1001729 BLAKE2B b854eca483163f9a9f3a842afb74bc6656ebf5b1643b83d5324189a24a6dd6da24f9e92d91926ef7c0a36888726e930c20a81998f60388f09d730ef552e7e9e3 SHA512 69b19777fccc19ad2d1fc9ca9405dd3a7472e06ee3666914d09f3990c2969ecd7ad5bc488069ff8fbcf1aa1dc32845bdf30033cd4f46a1f64c2743f960254f57 +DIST @oxc-resolver-binding-linux-arm64-gnu-11.14.0.tgz 1048422 BLAKE2B 2ae9945adf9eb4692bf6761a6635c52a41ac149d71a15e6ce1d077e372af969bbf29894faa9245d53dc5ce59c9e869143554b9dcd03f8ae45ae3395ff635c1ad SHA512 964f260928344e0e2c106ef74623e36fb91e19c10fc2a4270475f767e051d9259efaa347a681dcc8530d69fcd2bc40b5f2f9710b4e00512a1aea4265fc2e738a +DIST @oxc-resolver-binding-linux-arm64-gnu-11.15.0.tgz 1041540 BLAKE2B c44300e9da3d364e234d9b6cf8614bccbd454fac8044a1473b8ea8ff0f4b915ed90a11510cb3cc95ecfa00090eb1e69e965ba615b91fb7c986633688039cbd2a SHA512 4958e38ed316eba3336bbe8f04624ba81d0a2b2153067c66b435cb24f6cbe993c649cb5c5d59ae8f3eff580734adbf66da8574707413b558e7abaa2b42723f8e +DIST @oxc-resolver-binding-linux-arm64-musl-11.14.0.tgz 1055897 BLAKE2B e4de62874a1de0c046c5dfa4098187dc3c8782230e7727691767741ac2e38b96fbea3c23101d646a384c3f2d1dfcaf0322a27b7b44d4b45b2f74fd53c15e8a44 SHA512 2b291e21584233ba67f770016b47cd7bcbe4e17be76df64c10b9dedace8ff6d7491fd28c06c085062edad81992754b53a96080268900726e3a969733539d976b +DIST @oxc-resolver-binding-linux-arm64-musl-11.15.0.tgz 1047040 BLAKE2B d6478e25576134a1f107909e3ea656b7789ba23b6253a30e8144b02e187eccac5ada8a1585f7f80f74f9fcc818024f0705f3b9c3dfb5d53a9a046cee5597d3cb SHA512 243bf6fc0c9c3c5daa8331220de30909c4b328d0e6dcac4d83428a5a2a6828430316a7ccecbc4dc30495c803869ab625138977760dbdd2138cb2bf711bb8eff6 +DIST @oxc-resolver-binding-linux-ppc64-gnu-11.14.0.tgz 1383573 BLAKE2B a209887c0e81c60b4128372b48ab4d54911af83e7f24e6f2c37ba0b9cdb649f076c70781497820d0c2aaf2613eda228ed4193011947210811ee42374b49d61a8 SHA512 42a3cf58071953f8c702e6a6e1fdf357c39d1246113c3d97474a5e55eb7786830c82c8a14772e17bb27f6cb7259a8776f7b146d3e3a0058415321da74cdea858 +DIST @oxc-resolver-binding-linux-ppc64-gnu-11.15.0.tgz 1374394 BLAKE2B 5b670399a23ed445b5e0ca3c3ffd745dcd22eb6a546dbd67e38558b2eea6d292d20478126171b35cd67f1bfb40a5e1bc63cb993b2f8596ad64f3abea87d8995d SHA512 cdbbbd161bc12d6e0a271a3b12516f6566d2b78bcfebce5073f1b293f36cde0da047daa1daa597a2e1fc3d6c92cbe2a8fea278dbe1c908b83e64d7318a41117e +DIST @oxc-resolver-binding-linux-riscv64-gnu-11.14.0.tgz 1099232 BLAKE2B bfbb0abc1c1e0b85054c2ac86b0b43b5005e274ad8ca3c9a20761ffa2d74d14e08de473914124d18f27ef80e51dac6537ff34b34509fa9e942c28af5b6e4f5c1 SHA512 0ee9d603ec1a7de1b7863d4d003503ddcf8346f9b254da85e4b487554580d9bcecc2a9ae1195e5dd56014b3c5f0f48fe5274531582f17f6ec0329b6832c7a962 +DIST @oxc-resolver-binding-linux-riscv64-gnu-11.15.0.tgz 1089155 BLAKE2B 04b4f0788ccdcf240441b98e6808abf513505a3a5dc1e9c073026dc9162dd632a78929ea4be2826cde1551c67a5c38511cbd157a36a07077a46068f4f09d3b7d SHA512 29f95e7a17ba074f42daa0a7c88534d712c5a855c21c8e3297392271f5fff3d8fe80d1e1f71c8d76912f8adf3c2aaea2e6d4c675abd59cce8341f384daa36d96 +DIST @oxc-resolver-binding-linux-riscv64-musl-11.14.0.tgz 1100922 BLAKE2B 1b3c7db01f50d4446d7d9b2c86d3a8e467cb0fac151e734925fd782a033db174912f206c1429303b50891ff0c02df81d2e0db56d0f53cc3cb70c8e8cba7d13d9 SHA512 e1246fc0a4d393693aec442bf4dcb83467ff061970820088d425f005b03d215e283f7f031fc6fe3403f10d8d3248646c59b3e41bdd8560ea8ce005b31b819280 +DIST @oxc-resolver-binding-linux-riscv64-musl-11.15.0.tgz 1090948 BLAKE2B a5b5b389aa151d90570882245085836de396a4c20d1e29b8e391e0668f6320ec67145fb5c4edd7749b09c65b856348ea1d74714f3539d94541f21b4f10a5f3c8 SHA512 27b2cf884b76ed3a66f0ffaa5110f035cf2ae39fa7fa65a0cb2b38fd5eabe40f2fe600de9ed1d1194c7789593937174a860a06ba5af342870f4d9568b2adb912 +DIST @oxc-resolver-binding-linux-s390x-gnu-11.14.0.tgz 1111710 BLAKE2B 28daaa276bbac4ea2251694b3faedf87f3999845271f15c0f04ab1fb6f9ef4d290328defc83302a97efef2a407b9e6d04767e0528b051b5de8ca8b62ab045742 SHA512 8592af91bb2eae3e093a89bffd1d406f63250b87067959b9cf332de08b12dd7c9241e623c8c2794c3677279ad0f1b563df18b8169254db2159ef6180a6c1d0e8 +DIST @oxc-resolver-binding-linux-s390x-gnu-11.15.0.tgz 1099298 BLAKE2B 6de5166290a4122c9fa56ecf6703b8acc5fe35b5a88a694c3c3a99fe99600590a9dd6f781a76c322c6aa15724b109914465eb3b56ba45dc0f6fce3c570bfd5c9 SHA512 fbcfdddad01270f8d524dcaa6bb18f1a7aa579307f5d6f5d6494360ffa08337c291f74c6f8368511705b93840527d2bd01418186f42f594da643284aff2627dd +DIST @oxc-resolver-binding-linux-x64-gnu-11.14.0.tgz 1110786 BLAKE2B 99c0416fa4be27f739dbc9f570091e0598d48fb35d1816027c2e151f8a1a6b0eebb01386803f2cc43e683c45629bca72f6609ab5b24c3c60dfc6e8480ffe0d5c SHA512 84007141715726eae2bf0fb46a615d78470aebb705d4118120dd7eb121f3ab74d1bf84681bc9f9ab6244d382deda7d8aa6deb1838639fa572ffab6f698224b81 +DIST @oxc-resolver-binding-linux-x64-gnu-11.15.0.tgz 1101442 BLAKE2B b7d562ed08515d4073aa3a0d123be002ea35cdd5cfceb0decf9531127d6be4e14bc379a53b43c48be305f35876adf112a7ea5f8482ec1624bdb5f0d373782f7e SHA512 c6dbd2cc7ecdaf9302648d852889a639d4e5f64cee439d513f22e1e39d6dbc3daa9e483705aa88f4ec7bf1b4e4e7b6098655cfbb159238be5a66128073d27aaa +DIST @oxc-resolver-binding-linux-x64-musl-11.14.0.tgz 1101077 BLAKE2B d06542ce1cefaf434fe39ffa81889d7ec8d5e34ffc075fd964b287ce12a627fa2595a4131b5953c9c95b05a2daa9d1038f26cbefea7cea7556158620ad17272e SHA512 2e7ef7c140799a281946f0bba1b00076a570bc5be4ec052cd892ede20f501ebf059ea8af96c8e9502f4d7f6b2caf26dd8f243310c8edb54c4f673e9a28f4801f +DIST @oxc-resolver-binding-linux-x64-musl-11.15.0.tgz 1090510 BLAKE2B 7b917fe96cac73e751569b77a8fa995859424adc601fadc54fa2a574e79f5a996757b1212b7d26fa749cbf6b1292e7072287b33acc46650ab1c94cc53c059d0a SHA512 d7860bd73b978f4ebefedaacb9466eccbd13e36e5603f2389d254dd64057782e561f17a6ea543ed871af1be72b8de244a87819513eb6608823f3c5bef04edeca +DIST @oxc-resolver-binding-openharmony-arm64-11.15.0.tgz 1053719 BLAKE2B 981797cb97000c4133ca45a8ece8dbe384052d3ed330e28e0962a4f267dd6fca6f6a7231e4c826fa9a00d995dc9f1fdaaeac52c935786af599b8b85cc7b0aad8 SHA512 ffb4258bed5693dddca319eb41a53cc9294809837c1ec83222bcea8e0224404a48ffff5e51e69e207669b4d9767ccbc119e5daee4d9080b6d135a0518299ef33 +DIST @oxc-resolver-binding-wasm32-wasi-11.14.0.tgz 543554 BLAKE2B 88373617c587a14a5ae23877e46ba21290a927487a1030f41dd3f66edeb5aaa1d1ceb14516c3aa9552db751c0aea3968a8e43392cf3a3df522642c360fb430ba SHA512 cfe35b10b98238a36d58ea84079a837c75ce49607790640821e86aea71ed6701cbcdd54eda806ae837bf6b2858df282b882d57860688cf39e263b8e0acd9782b +DIST @oxc-resolver-binding-wasm32-wasi-11.15.0.tgz 551102 BLAKE2B 782a23641c02605c2a67b25aab2ffa341717d5d4d038d123ef4223d371bc051c17ae8235d320a0d578de67c0024d17b24a6accf6b91751bc1ab65530f69290ee SHA512 ab9ae7d9e20c40bb9cfc0546476ad029bd8456582b7804c61bcc5783c7f85db6d8095829c5aabe76031b88f4adc8dcb05b5307f155364f4f54126df452d390be +DIST @oxc-resolver-binding-win32-arm64-msvc-11.14.0.tgz 928320 BLAKE2B 8be93658ee3a600197749df176c984bf1b809d1d2ccbab48659aa7e5ba9ac01b059318f8359342bb4abaef8cfd2afc3521ef545b74c188c9c913358cd3c8484a SHA512 16dd3ea9dec748eeb5a824cb2782c27411999292b20e3d6b1b43954992f50f1590a21f7b9bbbc41ddef302f52dc3c11c5a338c050b97e267d16a9ff1d8c382a5 +DIST @oxc-resolver-binding-win32-arm64-msvc-11.15.0.tgz 935217 BLAKE2B e7359149bc9748970030232fc589934dd86870484128240256db523e0f2d1feedef26dae070026b7e4ced913c578522348ffe897f146f589311e3e4bac86f167 SHA512 c82021d915a353ff30593c500e018f83357d401bf4fce8dbe5e8f573fe7c88e8f24eecbf275650b588b64a950b8ca9b02312c97538821e932295ab968a6137d7 +DIST @oxc-resolver-binding-win32-ia32-msvc-11.14.0.tgz 933023 BLAKE2B d6be24053e3ac5938f5cb35c6202b86db3c244a5ab9bbb452f99bf6de7e205d9758e317343a93df46511085c53b1cddba5b8d7864350b0a00b5e177954df52a0 SHA512 a39e2360d49f19d3f11d2bd7121660f05395dcaf7d989d5fee16f56a54456fe61e7351905cdac95f164f23134c61e153d7793001607bcee4341d92e70c71717f +DIST @oxc-resolver-binding-win32-ia32-msvc-11.15.0.tgz 939956 BLAKE2B f65606852f2bfb738a82381f656020ba1d714f9c846849da0b83ab40ac7eb80d5d8f344d48ff7336c038414ab33b48da7d4f5bf289ac9fbe075effcfc27f8b10 SHA512 9665ca6fa96f03a33a4086ed61f82377e02bc89a84c595526366df1020b5f0e3eeecbbf5987145d7bd4c6a2e65f611b7af82211cf3c8c13d74107a2295209878 +DIST @oxc-resolver-binding-win32-x64-msvc-11.14.0.tgz 965039 BLAKE2B ef0cf133c85faccc428cacdab858096575eb55b38d9e1acfac88057a3009cade56f17c609ae7664252948e5aff9294be3eef67de0c6df1f2929cd2073cb4719c SHA512 8fdee271a391c8ce80ec68e0994cdf9fb57e286cd5bdcb5103e7809496f473639035a11317197a05765d9c60436feea80346384abff09de91dd64434695c8a1a +DIST @oxc-resolver-binding-win32-x64-msvc-11.15.0.tgz 970823 BLAKE2B 288baa03aae6368cf1b370aca8383c61044705ab8fef9d227f55f82af818b8d183e71c87919bd090b7ca546b7a3cd6247b5bf23f68f23bba7495b4c2781e1094 SHA512 1d9b1f9ded2cfed18e7092bd65d4c6c6c354d8ffdd1f44a17f48eaacfbec0bac17d1693ee80ca14a91c52d00a72ceb854221c753478f7ccf2262ca096f9847a5 +DIST @pkgjs-parseargs-0.11.0.tgz 21691 BLAKE2B 1c3065fad453da14e0648ec38b084d40a5596afb8035e672bce78f5aa46ae9f73db85fc9fa024f2c6a7298c9a56ce527e5a71d21ee141a764957fa0b11504636 SHA512 fb55648dd0f44012cfa1d1ab2547aa6ab1fc54022f40e0c86f087d5e93f94b28ac7fb628420b0928f345a2aa8b425bbe550fed552b21311ea5a0f327f14f9d3e +DIST @playwright-test-1.57.0.tgz 7782 BLAKE2B e01278cb8af65fc28406ee1808dbd9a1add3957189dfa09ebeaab13c0e49a3d9d67947e81f96209e0596ff55f09281f5290fce5f8a8036dc9b3b1a0539ebd0ee SHA512 e93c849c781de9202b40ef143b638c4f1b21967dd031606d3c6ace0a0b37c15126426c32b8db41d7421931f9980c4d2b8b0351d5cbb8abea4f731315b5a1b74c +DIST @prisma-instrumentation-6.15.0.tgz 8696 BLAKE2B 5ee392f5d08648e9f3167d41395e837803001193a74de454df6a133ba128dfe2423ed346b9bda2d94c906b460788b89bb1c4071694ea4940dc884589c5522d8c SHA512 e935da1fa3a60e430e42f3b1c0b67c5d2e75854dafe00def984da94a28c2222191258c8d78c70bea730740cc98759443f3097b2c5dd6cdcf8030f315ffd3a8ec +DIST @prisma-instrumentation-6.19.0.tgz 8635 BLAKE2B acba864a869753a130d5d01015d33b9286db3fafa05353b898ba76fc47562dca8728dc3d1a2ac5ab550157769feed08eb539ae6e53042909a940ac6cb5e547ce SHA512 41cb98cb6e6991733c049dfbc151413bb661df89f2455d4639bda7de53e491b4587e5e215a5dcf4dc2263f8d4fd0aaf35577daff8e69e9e542a2cdbbc777b122 +DIST @rtsao-scc-1.1.0.tgz 1862 BLAKE2B bd5a3ce2b17f261cb48f6c49d36103520edb4a0d1ec0e5c561ae921634189d1d2790209864707d68b1269a25031b2cf37bbd539b96a9985c0b29ef946c7aeda2 SHA512 cede8e76a683a0e9c9d5962c0981adf58996cc35e5e2f41d293c897afeb680585118a771ee6713e7857d2888e0f9ddb08bd117b0fbc03ca7bb8bb5a37d5581f2 +DIST @sentry-browser-10.26.0.tgz 302721 BLAKE2B d4b9f26028d507953521c54f5a405369226e875a2bbcfdef0b88c892c5c2a5fa31731071740275da8beb1a8641fc4d8a7259b4d265234f797ba15d87a1862ccb SHA512 baf57886792df1b87cc8fd1d8ac2747eccf2f057679321adcf221529d79065b35479fc1b0e17771f4289ac01e1279a1c50b307dc1f9d8a974f9b0d905db11f96 +DIST @sentry-browser-10.27.0.tgz 306434 BLAKE2B f916bb8a2ec48c5d70568711dd7bd4ae9d333c364ecac3b1f6f07172255b713e7525867e65d8b4d7307591cf4106b2f2287aac2baa9a2e3645b5cd816c1895ed SHA512 1bcab7eb60dd2a9f72d5be6a910126853173c964ce541d29b35adf96893437a6d503be481264835f5a6a26c36e637ab2d7856c547615c1004942c365b502d2d2 +DIST @sentry-core-10.26.0.tgz 925244 BLAKE2B 82b1bac7a88d5d63c7885464fe2dcad5d8be6acfe18cd7b9addf748385f36bcfcc2103304b7e671a38b357f6d67a4cbcc2e8e378c9b4d8dbb26d8332628e399d SHA512 4e30dee50237ed22ee574ab79cc387f0970f661bf67bce4500b69030885120b1fd09ee86ef15b91928e61fdd4d515abcc9cdd7b62a98973fc47a711901cb5ce1 +DIST @sentry-core-10.27.0.tgz 937646 BLAKE2B 7c13850aa8490f6a2f21fccd1fea920b9a7d957393b3583d441c698bb15af9529a847b7ec970d39a59dbb5333f5fd28ab72017dd0fd94e5d3379a1e11a109b83 SHA512 65cebc91d1fbb564c3b436d5d735886e8dc9bf47c7014d8db05e5a0f6a9a9b2a4a81f4883126d6571776daa6720c191a5fc81620f9bfd12831e9a4574415eb61 +DIST @sentry-electron-7.3.0.tgz 258169 BLAKE2B db7d37044f1c3261f613c35a0c367cb966552848fd0c69e89a635120ecb641357f3bc891b07886f66d347d601f9a58976879f38d6386b196318cfe9ce26d34c0 SHA512 68a1c807ce4fb047ddbb85deef7c6ea1d01942820aba2e18e1ef43caed56ac2deff67db962c476b9009cf0324ec22c42d65d4b8507e1300c9f00ee8b54d6fd63 +DIST @sentry-electron-7.4.0.tgz 260980 BLAKE2B 3ad0511a52a29dc0426a88ae789b645bf1968cfe6aef7e5ac3c6de71887ea047b861a4adad5d3f530dab5819ebc8825ac332411c09c40a9e06140ca3d467799a SHA512 32b24a7b7b49eecfd6965c3d29a4ca8279fea9f7399fb338a6b71f8d2db525d26d4979e3d0fe95e82a164e743a8075d751174179ffb81f9e2d6213896177ed47 +DIST @sentry-internal-browser-utils-10.26.0.tgz 151972 BLAKE2B 0ec630be39fd31339d800dd85fa1576b67d95a129f9629dd5f7225dbc2761255ce3b75402e39f3c10171acdf8f75bc408ae24ff825cdb9027b6d112b1895f7cb SHA512 acf835f896657e9f75da964e3500166736d2699f4be91d95acc70211afb67b61aa93dba6e1bf8ba85e5141666c6ede59d27d1acd2cbf290eb301eff34cf5d23a +DIST @sentry-internal-browser-utils-10.27.0.tgz 151972 BLAKE2B 2790d4124dd977fd0d1ab23405aab089c2d6e15d20bcf7642243a8b2420e04673985f84cad1ae6a24bbc67fbf8a14eb00ec4dfe18196dd15f8f94cac44a90520 SHA512 d7bb4ee805cffab99542d2c9dd1390245d949459af316a7bffc4434f9c7d54cd30d2d637d73f13c1cd20c36280eed703c5ae406870d46dff6178e7fe47a1baa3 +DIST @sentry-internal-feedback-10.26.0.tgz 139079 BLAKE2B 82bb95f3d3a142486e988ad4af91a184f3494b926cb0c89b237acaa2fae2e520aa3f8f0b72b5ac1d6b8209c82e0786008c6eb666ca39fd5f75ff587fe8f7c83c SHA512 d2f93d7903f40970fb6365a47022161da02a9d73808b5f3f1aea6058b9db07692e415615b52b56c6d5be39645ef16fd7c129d9e66e8905355ea24ba4fced7a0d +DIST @sentry-internal-feedback-10.27.0.tgz 139079 BLAKE2B d71175657bc6df58626d38e34b82261df7ab5b999dd4ee3c004048a458319c5be261bf0ef54415e82849be959ae0a812eb15cdbb3a0625f09af0779e53f4ed95 SHA512 51e72c20325cbfb541c327207bf303be0491c737af0dd708b44d62d0a4b094fcf4d2b555c4b63d915dbc3c9e08d84eebebf70868ff4191b59e80211cbf4f4db8 +DIST @sentry-internal-replay-10.26.0.tgz 565593 BLAKE2B 24e3c44e3ebb97b593a08dd81d017dc7250171443bccaa1dc86f44d314ef182d601f4077619dbaa07b374f67da9bccb7cc7b8250dea93f4c18dbabac656638e6 SHA512 14cc92427636fe9d1d56d15406050ef9a31d2b6a2faa777b43f024bcc414b0dff9ba5ca3e8a671dc95f70aa3aa46d02bd62ce809ee0a876a62e6dfffb109afb2 +DIST @sentry-internal-replay-10.27.0.tgz 565584 BLAKE2B 4a42cd4b123c1107f2530ada00255dc7fef0cdeae90c9d3967d17aafd42b3d55140559b14dbda831a67b0218822fe6e15da77dc04d168c9e2683bbd62c3a0749 SHA512 b4a4b31ead6137307ad7d4acaeaa36e5ca9d409f38477c5248bb145849e418eff071726fa59cbde20c1da12f8a987d7c041d62451446b6733165c52488f49eb3 +DIST @sentry-internal-replay-canvas-10.26.0.tgz 170935 BLAKE2B f236597e0ed4bd4a34962a6ab82fa7b35ec93d8ab166bdc94e4b519167a7ac68bdb249bf96a881ad6db95d676c56fc6576daae10d9b077148bbcc679ead41036 SHA512 beceddfcffbc3352f5255021849c76c28d7940386a022a67110bee459e8f57b2d4712d6e9fdfd5c78f45331a48931e8970a003255c2d5eb4b5b17da1a0d4ff93 +DIST @sentry-internal-replay-canvas-10.27.0.tgz 170936 BLAKE2B 8bdb68df3055ff3d428c870e480f123b58c96be57aa9e9bf106401fcfc7b17bc03ff734f14dc35e52ee2e08209f8ac270d4ea6067d44bcc42c4794d0d82fb457 SHA512 8a786c458495069bb7048d646698578fab81e7d6da26961dc877883c28937dd14d044e6d9e0347d074bf69e759d60f73202c36f74970be9bb2ad626aa785419e +DIST @sentry-node-10.26.0.tgz 255918 BLAKE2B 6623231a7693d3156776ea1a664dbd20814ddd80d00db2b992617df8746144753ac98673d8a893de4d0861d5297471c908e65c2146a18564f3532d0efc326df6 SHA512 554c0da0a6214699c74128fd96dcb54e0a283bed707294b55742bcec753cb1911ab39831dd48e2a2e939a1c3e39606caadea18380a603a710422ae56fe17d071 +DIST @sentry-node-10.27.0.tgz 256448 BLAKE2B 86ad459bc2a28bb24f424f2b48cb1f0e4e6e85d64857e21f524ae6a0fb7e115f18e6fa5004788b900a88da65d1ee730a726071bda0db9fab42d28d7a1949cfad SHA512 d5c419e3e42a57d8ee5bae0992ed52312cfe3e8655f89e7d968b73e28605bc2358cdec7c8510270cabcd88a5b5215839984124cfdf268357ef714b62c3b19389 +DIST @sentry-node-core-10.26.0.tgz 310473 BLAKE2B b8efb7ba6f47d488c79ecf3b2f0354a703a0128570078b71ead3e5c00f15e6ca4bbcaa0577a7871e15befc69ee128c4f16586cf19269734055c2be1a31066f38 SHA512 eceac7567f1702cabd98c54c9692f5f174ca40455c2ce252a349f633b40629f164fce7d5b5214c714586a8dd6a858b53f5a313af66e3b51e7e048df77639cd4d +DIST @sentry-node-core-10.27.0.tgz 310956 BLAKE2B 46395aa330209a715a2ea631526bbfb761f3ccf434142c61dfd400689321a36688ac42875d2235b3106edb900e7387e06ef493b0649f90b8630507985fb20901 SHA512 0f3a3523ae0fb1bec0929c8a554951f4a61b978c1c37ce16e167addf18cb99528c82b0a8dae013ef4578c4869c9a8307e502d9031d2719f472f724427789f306 +DIST @sentry-opentelemetry-10.26.0.tgz 128197 BLAKE2B de284256d5d7a847e9374613dae830f34a333dd167bb44f1af66827525e9284541a82f0a1086120fad14335fb574be21594e99313cc3234e5f86567b7c82b062 SHA512 01225d3b09fa370307d99781ae718923e97fc64269d403a243915692f4ea2dcfef1d7fabdcf0cc3bb73e92879c63e2e26714b3645e0857cb002d77ce87a527c0 +DIST @sentry-opentelemetry-10.27.0.tgz 128201 BLAKE2B 25c641f9491516cfc7a35d402998ab8db49642c46f506a6e0a30bd7ad7845eba653a51a32a574cdc4945e17a505154b37f358af792178643eccd6b9ce129b4fd SHA512 cf6bd7a2272e1a2aa546580bf476982609229fcf6770ca4d432d0a8dee915b2869ccb7bc0518145e5823bb1ed6ad2adc6e8a43742d4eb6d4a966c27f5a393b7e +DIST @sigstore-bundle-4.0.0.tgz 9226 BLAKE2B b03a7409b28b58693024e72b16c03b35487a181a3ea98e27793853fe1edaf25bcc88245dd51eeaeaaafbaa3ee6d68d7da856a843d97c9585cad37b652e6a938b SHA512 3700a5e58d15e838b435ec6f913a9da157e68d3690c282ccdb7eabf3d284a231a6abf8cc96cf12fb36fbc8ec003dd5ef6f07ca0e53fe9665e000be2f292413f8 +DIST @sigstore-core-3.0.0.tgz 19620 BLAKE2B 082700ecaadcc6206ab8fe2ce081495bd8bfbf9bb98c003412368636ca64060d70baf35dacfe2a3ed0c86f6a6e6976f3e84e58becb10d248152fd6ce68a768e2 SHA512 3606c9f9a5bd81097fdb9f86204198702ca2f0cfa7836ff95f4e0132e220a037e0be9d7cbc37283473908d0b06f78d7c1c63584711b7bdf117691d5ac83dfb82 +DIST @sigstore-protobuf-specs-0.5.0.tgz 61726 BLAKE2B f80f885dff560b0687849d57757ea830212bc084967d47433135d3a8ae0045525c8a0f97d817923427501a733be5d5f5884075a5a5675273dc064e7eeb8bcbf7 SHA512 30cf172305233766f0bc283542faccb5b066a5c487ae4845482bb50f5d4dc8fbc3436e4711ce281b9fce7107ddfd395ffcec662961110e3d33184db78d068cc0 +DIST @sigstore-sign-4.0.1.tgz 20355 BLAKE2B 6e34094cf5599f2f27beb6a0b5f301dfb301d331350e82742f07d278553557a9d54b4dc903db0fbbd961001b7cec03c0037f1a2e610433638042777d99316be2 SHA512 285346cb4d60c7d6372013c6fc27ab83147d459a4de3737e96ddc4a3311f7a8caa9bcbc488bc70465dd93b9b0fc7739bbf58b1fe9ec558e94f736260c1fa7d3c +DIST @sigstore-tuf-4.0.0.tgz 18077 BLAKE2B 43289244773bc30d425d116106923adc8ca3056e1d207abfa31358ffc379bb91fa24067df2acb13a7e04ada7b06cc6254381454029469a20214b6fc732f2cb98 SHA512 d1016e5831ce426cfbb7aea07e97cd3ba6848e816b76190969e8ff00ea9be24a966556cf5856627d7673931c90041d4ec136e485d4f72cda4c171c244ef7fedb +DIST @sigstore-verify-3.0.0.tgz 15829 BLAKE2B c4f9969b5dbaeb6f3c0848d3d66c4dc7a33237c93ab2ccfcb7ce6c79ecf883b5edce2a0a5fb76dc7d162c0d4f25708f73c197c1d38efd8175d71b470b74f228b SHA512 9a85ed1c7df70286ce853645f31717d4ca4e16a76f7c293bbfafad7892fccf29818835f012c407e971bd1c6c76548c67259366e1c352cdf9532c39d02e621d9b +DIST @sindresorhus-is-4.6.0.tgz 14287 BLAKE2B 2a304f18ec15a08d018a6e045a2b1984caf6bed439165f0758a683f8fd70a4472aed27bbd481348c960b16884d68a7b5e422668461894fff5eb24429e3172ba5 SHA512 b74f6f48ddcc75fb32087a057134421ff894b46ece2740ac8f307c72302629cfef6bf90881e0c8fd3c6c8a0767704ff86deef7e26d1cbc863035a5788b65ea03 +DIST @stylistic-eslint-plugin-5.6.1.tgz 133197 BLAKE2B 5e85ababe06b2ad0f8979f80a0dfdad1ba6c6f378d058353518e65ee42f024ed6b6372e22a8f46026310a00ce052ec753714e33593ecf7e0c74f6d815472defc SHA512 242b3e32aa177d7ad13c66c69a1a3fcc64bf8cc727de278a97f03c6089aa89befa0bc923819c2ae6e505cdcdf494990cbdc721b919fafeff080292f1962dc9cb +DIST @szmarczak-http-timer-4.0.6.tgz 3951 BLAKE2B b0ae5216fa2fcb5ab85fe41a09d8c3e17e61d0caab7f4c027e006c871a436f930266b9e7b5352c87b0a125fd8c781ab88f36bd19bb9221dea5da5ed9e124ff30 SHA512 e0101f7f29183a03bee67cc1598c04dd6f74b0180b26850f45659c2fcc25ca233c201f22a49cf750c27d29741dd512905e92a9f13bad9fcd0766d5acbb6bbbeb +DIST @tufjs-canonical-json-2.0.0.tgz 2691 BLAKE2B 479d3438b95f85a9444080e6ccfb1b00095d26734a950e7505418a3d4c97a9886fd3162d355cfb4900587155c1180d75e6f7b0a963c28a2805422d5b57cffeb6 SHA512 c95b55f33b1da3ca851defbfde4c3cd5d48bc85ec3e7be80e5c0850a2e17ec1dfdb564fb49e91a105527be75891f3fbda8eeea2536a1d496eb0e358aa85b5d58 +DIST @tufjs-models-4.0.0.tgz 17888 BLAKE2B f4a316de44e5070c0bff96770b226410aa10ee7a89971caa5c2316c9969e15224a4d501105ddf8984f9d16560098b423a5beccd0307858580badf256006c354d SHA512 879c7981afe187cd8239ef86a03e3e80a51e5784f789a60ec6a2ede35191280a629cf23b0cc89d84298d5538ca7e10961492065da14979ed3b5dccdd4f88dd65 +DIST @tybys-wasm-util-0.10.1.tgz 125759 BLAKE2B 4d48c7fbfcaaf5a332521fcfbfd37718f1787fda65cd93600931377ca8694c0a7fdd1462760f86a8d6ff49d8f8599e5f4ddc6aaffba0994f9f0cb945a36c9dc8 SHA512 f6d4da3c92d289e8d92b1f819a8838b92b9bb5ea93bc5ad5ad44709261e2c41a341b8b1e0f4cd4c69f7c1350f35012712d0dcd3f05eb18a0e2563c31fc3a4fb2 +DIST @types-auto-launch-5.0.5.tgz 1905 BLAKE2B d8d3fb492227d2f6e8ad464d2bb0df21dd36d37c72d62d932a10762256e56a6839ee3e22a948a006769789610e683cc8d5c7b57f39b2ef1809be0b48f8749f45 SHA512 fe71af4194b333fa6f08c0a1e06b769087a252638ffdc28625b8e522723e03ee4ca15ffb5e64f9e8327a114f1ba9cdfe22dc447b8502d8656ca663f370273c72 +DIST @types-cacheable-request-6.0.3.tgz 2950 BLAKE2B e611661470e0380590eb301073f81812420464ad1dcfdf64bf529ee005956a8304f5c907dc5d0fd5ca18fd958c9eb23453a58789766d12439e7f7d033e0000b1 SHA512 210dc46d3cc6c488a06f5237a8f65cd6b5899c7d019922afe506136a5130c1e16fc810cb4807b6e333f495efe1ca2ede7067d9565215020e0166a6fc581c0aab +DIST @types-connect-3.4.38.tgz 2553 BLAKE2B 7d1e9d047317a731baf100338a692fb8ecbd164c7e053cdeacc08e044e10ebe888ae2f095123f4b3c88d388d62c973666d633da3a63e184b23299bc77e6d646e SHA512 2bab9139fd4b0fcf2e0d0a890a4b40e32ccbd586002ba3607ec234bff9938323ca5ac5f50a72745cf48385589e8ebbb519c4642d66fc465cc560946a1946daba +DIST @types-counterpart-0.18.4.tgz 1847 BLAKE2B 4d0303c2bf85915d246fbab1b124bd6237ddd7f3cf767b3bd85641d0ff9784c62e0efa20d8a659c9e48b4d3c38fea2c992c74e77e73c05185e165b71874a22b0 SHA512 6aa060e68006a3faa1ffec3151fb8c69d0eed963b430458e6e5cb3c1a3354a47b6c62954c417e03ea6a90055407eb5530cc5706b450c6abcc6a2df26eb8200cc +DIST @types-debug-4.1.12.tgz 2170 BLAKE2B 7240c32b8594bb5f9992e3641eb3a364043c7586b480e1ca64cc029fce73ef3a956df19e58358e3f9f01c84148c6c0be98ce04fbf2868b748533263bdad6d75d SHA512 bc80a159d546dcb1b548cc44bc8fc02be15626d865aea953bbb7dbae5cb04e491a38dc24fd40066942d74657fcbe4cc504b566d3390c742aae84be5a3a38573d +DIST @types-fs-extra-9.0.13.tgz 4927 BLAKE2B f82048c1f7b1a374dd13ddc3bdfc024add235488a95eef51c2c4fc80a680e7535c1e8aa74f0f716617095ea3c08965711cec7732e9406a852d736da5baadf902 SHA512 9c49f007efb5bb99550ccd94238735fb947e15868a7da0334b83a87287229a3566de7430dd3bb31f950db2872b71305b8677ab6e5c878f8038f6a5db22265da4 +DIST @types-http-cache-semantics-4.0.4.tgz 3725 BLAKE2B 162be0a26e4f28fd9afeb9cf4dfa3624e4e82b3d57ad530eaaba6fd126d555ffe9926e7f9702f8884f49d640077803c0b27c3a37d1ec3a4b701f9e2807ab2869 SHA512 d66d1b20555cede256caf7bd4b4467b9181c42a17f5dde50b1464065e405af5437fe9f495a841012a995cbe0cf4cda465f086021eb40a1817c252737deadbd40 +DIST @types-json5-0.0.29.tgz 1507 BLAKE2B 98a739e80b3aa14ccfa22d961bd42e58d999292c04843e114fed3eb0f2d0394681c1ff187f52bddbd1908f99cb0c3ed34f2abbfa5a321d4d58cdb18482d3f877 SHA512 7512e30961d8838a1a03bedcc4eeb8a0efbb2700b09c8ce464f76bac2ef58d0990b6584ce79ea9c0aa396d4ceabd99dd9156de14b2088bef530b8d09345e6135 +DIST @types-keyv-3.1.4.tgz 2638 BLAKE2B b3ec70a6443451236ed6166bda3f9c491b189be4d742a72bed9b78e2c17be3e5b79e7dfb417f72f7ae814638193eafd45409366d14438a62b9679d9e76d3b447 SHA512 050e5a64d482a63ec3e8ada4b2b4424e62912c4a673ef58388b3dfa06ca167efbc62d88af5dff70c128f260af2df9f57fcfd4f7ebbb2630be7bf0163b8488422 +DIST @types-minimist-1.2.5.tgz 2466 BLAKE2B c5a1240a54cb023a05fe0b45e1b150de211caff371d2b1bc926cfc588fe54e5dcdcd06d164e739b8a2af62bb7a1adb87c8d8fd7df665f2f964f3a8abd0080907 SHA512 868bfc6d4ba22e2c853c6c853c4d65c16866cd86e2ace5d034da38d3ecb7ce8c3c6855537b29f75562f454515f74d75d03c4b855fd13734eb6af3c8dafb3da6a +DIST @types-ms-2.1.0.tgz 1951 BLAKE2B 8eff0460aab5f39f67855786042aee4291ba28aad1035f2e6b847b6fa3668dc49d00b8f20e421a019bf3db1aa8a8075b6e4c77745feb951d25244ccda7a66269 SHA512 1ac0822190c4fe9de2f7abed12ac7eedd054197adcef37922b7c303c721a453852fbd3a15885d1ab3b3877a93549553c83dd43acd456c56506869e4a5d06f654 +DIST @types-mysql-2.15.27.tgz 7216 BLAKE2B 27c06908cb1422b2b3c83daf98231c49b188cba4261954500560fd60cff2e6f125159006362cb652f7d27a738e537ad8b5dd08e0f713f65148c58a260dfcbad2 SHA512 61f5a2575e8863439e05f04293cfa15ca99d4caaca97028dd4c34a00f06ee496312f0044665ed0cde1291a79596f754c189aeb1a607ce205e21fea1fb3f4decc +DIST @types-node-18.19.130.tgz 383032 BLAKE2B b74a67b0299f2824f081a5bf692b57bc88f690c64e1ba23264da1817c4f32bd951ee127ac16fb9ed7a7d36bb6f594fbc2d5b335b079eed9bb023afc0c3b25937 SHA512 191697431ea319f2fcb0a7da2030fa3aea5b20706bf63bfb2676a697db41ee5e2fd3af0f00e5ea7dcba330ca393e16c8b3a8204755ce0c42ea6a14f647cbf47e +DIST @types-node-fetch-2.6.11.tgz 4100 BLAKE2B 852a01c91178e4da1ea6a765a1a9aafe2d4bf503f652ca47ec96df990cdb9f4e58921d64dcaaedc812f52f0f1a22de867002703986be2a038d2ae0a9719d1034 SHA512 db8c458fd479fab7d024b472339eaa87ec27552621c970b6b64a019ddb58d14fafb9ba8db185c68ee7c1da79fc43a82dd0bac04702fa501b4c092542c25e01d6 +DIST @types-normalize-package-data-2.4.4.tgz 1858 BLAKE2B 639fcd8e96cb0677579712c55d411f6e7824aa3fee28b59be07c4280080f46238aa6c3e5526c93c8cbf4d104af9b164e812bd41fe162a79d8964fcf78b1c6554 SHA512 dfb8be39a59387da9e2b82d21cfb32442ecd6a19c6a2d36e66f8cb4a070fcdb9691c1debac227100e808e6009d2a6edca289ec697d4e7f420b8937276636dfc4 +DIST @types-npm-package-arg-6.1.4.tgz 3055 BLAKE2B 9f608851d1febca80766f47b9eed7e40def3b7eae2c0f818438cb2101b30d4a997c1161a3cd6bcfb168ea79804cb6815dd4de7fca01b1f206fa493f7010e7674 SHA512 bc381d6cccb64171e702bbb396febca54b570a39aa524dd6ac102c45ba11a2fb0e9b16df9ff5a26028e679cc8a8c6ced9cca6ce5d5a9e14ab6a6ba7e225a35ed +DIST @types-npm-registry-fetch-8.0.7.tgz 6069 BLAKE2B 866b947717e93e95ef6604fd2550eec773bdeeb19e96c8f91d13097179a9fb24376fb98d17ae6068c89d78d047c2a923006b4bb38ec1761c8236c8ba6e0e4d1d SHA512 75bf62061ee40c38389514f89385d9e8889e713120142203e2a93e54354f6edcd4f39e6adca64b0a7d3c013af81f6ee7b5125586e950ec65a3976e07e36c7deb +DIST @types-npmlog-7.0.0.tgz 2285 BLAKE2B 558eb38088782021775b6c2e83012f365c0ad239e0acbbc6f56ec060445f57e245a5331800d14dd2efbd05c14b91f39d52e8eef3fef82fc031106f21abbebf0c SHA512 84959baca16fc4ac96c125178d93184c836c48e63a21c961bc6399f7b33c69cdad991f613309939d868c7691a1be3bbd72d58b4cf8424be78b7d0365ba212341 +DIST @types-pacote-11.1.8.tgz 4909 BLAKE2B 796cbe9f590371a1d7e5cadc31a44475a128e08dc1a0e2da0669ceba8ccc99018939e66317c8604cc9a8b628a6d9224ecfb5222513db13a8fa783e12a2e817b4 SHA512 fd72d1d15a138762443b48c9835abf7ba461f5bc6306af6fa2b26e426b53eeb46b5d2896cfb7bb36cbd7558250d22f09c4c94130f3d80d39eb45eecc651140f1 +DIST @types-pg-8.15.5.tgz 5313 BLAKE2B f050bbfe97529b7fac28454d3fb68326cde9032bfb0eee38b406bdfe584256222c22459c8f411542599fc9f48b5e9faba8811523846881b0dfe808fd74f37313 SHA512 2c5ee517acd610ac6e4f7fce47cc00646ce483810d19714dca257f25e3adf73e41fb4655c1baa5f4c72a5f973f592b45ab519a1aca3b1f50333ffa92ce694229 +DIST @types-pg-8.15.6.tgz 5316 BLAKE2B 6623541b3d22ead0791be499495797a5c5ea7cc7272a734ef49e18a52c97661f63cdd16418507b0bdb87352a56f76b4d4f8f0a0c36e185b40e440e21bee2e011 SHA512 36868cb738713abb9b78bffb519b8d4eb7a307830f009d11a7166a5d07f6a97b959533ee1ba63ca78bbd74a45ab9ee328e60bb661cd53b6fd8cb29f6e739eb3d +DIST @types-pg-pool-2.0.6.tgz 1882 BLAKE2B 8068fc4565a46e8dc7d3e484b825e4ca241187d35ade3b8c57c293e12eb98a54cd2631cbd91a8f980cc11ad4d47a9e89fba08255787c3a4638ee92c94005579b SHA512 4da014139aead95418c5a6f94eced666128d9ae37bf10e8f885a274c37696f1f1ad47d0cd6f872deb86232397e7b68879a8832330ee3645e05ac4e9e254cb91d +DIST @types-plist-3.0.5.tgz 1839 BLAKE2B 1e1c9e58369ba62259443fd443b863c26a616469823a560c6242e21545da3d8bd4300ea252226fd0cb898fb959a2d9907894ccdcdef01d42bfb688361bc42e19 SHA512 13a3826919807b858399636c2fff5132a7649330c26357adbad91f95693873e01c8c3534ecf733d5f4304d7d13433f8fc6a9fd8b82f54d4dd41698e7adc0e0c4 +DIST @types-responselike-1.0.3.tgz 1949 BLAKE2B 03f9ecfd3cb7b796e5bca134dea48fbe770aaacb38163ef79301f186b7a57ddb1a22cb3a503de3df5f81388b13ac7d21ab2d301fdbb16e0eba7a49f274b1cc31 SHA512 1fff8bf94913577dee7f8f4f1f9a420140553cd8f69c30574cdfaa4b574ec32ca0db897709c89c89c080edc6be1ccbc9059705825e6bf1ef9147a7a5b1be0bcb +DIST @types-shimmer-1.2.0.tgz 1697 BLAKE2B 1c82cac56d26c1a0e158c60f3ad78e7cb399e97a78039bffca2c59eaaf3287779b3817f2f7fb53f91d18dfb548cff8b0330432fabcf6e358f63dae008ca39430 SHA512 504ee8c6140b2ddf60b9be892880210ead3a4f417a167cedc0c351bd882379048178c735646fed038ec4c1f76ebe4b904bc6a96e433f9692e95ac682798b1756 +DIST @types-ssri-7.1.5.tgz 2428 BLAKE2B 79ef552339c53b81c83df31f940574c4d9b573824737d0d66fc81c13f2ba69f5bd6c5d189669f30b5e8d5cc1eda2516a73272127f9efbdffd7a9f24e7145c5ed SHA512 a1d0ffe7a4b7079d658882d29396972659d8b7df52e91b7d1050c3a86b49336eab2870291dcc3253f528607af32a47641cc008aae1960ae1ed4136deb3e15143 +DIST @types-tedious-4.0.14.tgz 9687 BLAKE2B 29afd6c66dc6ee749a63988f46a797a70e0c93e5021590aac802cbf3747df561b4815a5fb9ad3c63b3590a3e4c6f400f63cfd7a51e26086b82eb1a8f58af7b9c SHA512 2873ec7d7fc5a156d419bc98be4d6af4c3101cb3de45985125974ee39438623bc592fe2130d8210964efcbbadd29eb2c06c9adcf87ae58258007afed56923523 +DIST @types-verror-1.10.10.tgz 2512 BLAKE2B 0b3d11827941c9dbda09c22cab50c7a649c3d01145e8d1c2933aecd56fdc5b90f5541b11ff378fbbac8f96bf7274912bcc4a67a9278f5755b49a4cd44c3da465 SHA512 97830cd09a699f5f216fdc6633ac300f5b937528697fd3e7f346974d2b672b50bde20b4fbc9715d85ac399b39050041f27570a64792d910503c04a9a00a5cc32 +DIST @types-yauzl-2.10.3.tgz 2405 BLAKE2B c7aec1c54a53549f700521004f02e47b645478f7d4bc79c316e9846be58f891a1ade3336f6bb1fa07e04edb1291ff4e376257b0b2468a72cb1f581ba4a6897cf SHA512 a09a1fb6fd0b4ae683644dcb7b80db297f8a4bd1b7e8dcce7926a9f745082b4c8c03f36128986a9521ad3433913516886d07f38d70eb41ad32b49ea63511b3fd +DIST @typescript-eslint-eslint-plugin-8.48.0.tgz 318211 BLAKE2B 0035b70852f1b3277e331705eade19d7e8c9e9a9e7892cc26729a32820ed67b7ecb715971d1c38521fbb0ceeaac39c69fa2b9e72a050e37a632d8fa1b704b8d9 SHA512 5f15cfe6d2f5b71975dd816dac408409061e66305969de1fc9dddc155e1ad7d2e4018fdb229f5f7afdd44b84b97c3555d8969816228067f1914ce2deafe99bc9 +DIST @typescript-eslint-eslint-plugin-8.49.0.tgz 318922 BLAKE2B 4f4c6ec31cf99ae3c417ff2059fe9c51212d4a7f67cd93fc20e57a01efca0c3ed393d79298d8652f0c8e865b99fa5bed326d3980df3a9e8eac27e973a7ae8019 SHA512 2578a3d2fcc8693b42c2ee92c5387ca8173aea499fd71b3ba48e143a230315572deaaf3a1b466ceca45c12826063709abf7c794ead0c1798f082980baa0286dc +DIST @typescript-eslint-parser-8.48.0.tgz 4316 BLAKE2B 2401664ce988ddad8f4a456826dc3993c4e56a22bd240388127c387514a9df489e22165c0ff25c3ff28573a87a5ab7ca42367d283dca5b01797ab8b086d0c9e8 SHA512 8c2cca766fd02b42a0e15e082bfa0c95166563e40e71d8eff3d536360287664d426138fcdbf4554b1d6657fd20a8254c27f0c0f997ff4b834158d17c190f9ea9 +DIST @typescript-eslint-parser-8.49.0.tgz 4316 BLAKE2B 39ee66844ac29b518e5ea83f82a1dd04b0f7965e6c8c347a0050d07490d0084b5b75cefac1f84c35ea5e72c67c37af6e53a0b2a35b811c2646cb85abd529ddca SHA512 37d941180f68f5aa9bd6154c73d873c926e12a26c7981f8ddc8a684a1c95e87c90611188865acee6b420b6dca98bec8478ab0a23889dc42f09c3a817283e131c +DIST @typescript-eslint-project-service-8.48.0.tgz 4928 BLAKE2B cc409c362167bed6ba16a6ff53f5db5d322f9d85318348c181066a7b13f47216382464f9df3697f4affd2ae0b9d0bffcc20084c14a46d83bc8eb75111e465aba SHA512 35ee024d9c9187505e7017fce2c8afe36c2fe6f42f56682d93c02e8847df293528dc3ac1686619b9e252c71059f1f8e4fcddc3ae00a11f84ce7483b03b08aaab +DIST @typescript-eslint-project-service-8.49.0.tgz 4928 BLAKE2B 66feb3340612d0439e260ad22dc21a05472995f0b44934345b372ace4a0f83940170c9620affa6e096f0c1c3e98b0d0d23cac6d6c253f7b09665d0ff53171b59 SHA512 ff024dd3f0ca9264543178d9517619a43d4d110cd00009fd4167c6c28f808bc827cea1fbb6fa92ee83557538caa8e70fc9521d65dc82328a8deba21aefcf5eee +DIST @typescript-eslint-scope-manager-8.48.0.tgz 61522 BLAKE2B 937132cf512f9539e2b3d0b4108271ef82d445d154bef90d256f6d0c6624ea2e0e821c85e13da69067814b5a2b5552266ba2a64e2c5b0309ba91114d89f2bfe9 SHA512 b86492b1baed26b2ddbad8b443543df81175fe214a6b11a84308d638854d26fd28ea89ab77247c72ddfb9b8c48979673a64a7af4a926be89bb4054edb9ef3d61 +DIST @typescript-eslint-scope-manager-8.49.0.tgz 61522 BLAKE2B 1d0c4467fdc29408c7cacbede0f421f4dd8b14e8bdd112f3691b7e82bd583b9c5afe90a23c4c687c6a1608abaae9f8f5afe50f421a8714aedfd65703c5be8d6d SHA512 9e9812df38beff7d0a48e91736cd0b417b6c83d7a467c38848038b19603f64e127d191fbe068a77e5edfa33895f034fe0fdf167d0e4aa29c2a6ff3d939a2091a +DIST @typescript-eslint-tsconfig-utils-8.48.0.tgz 3487 BLAKE2B 8f85747fb0b409b8cebd2cd2fa064e7898faa9ffb59369c75f12d0e57e55939039ae40b6e045858554c44dc51cf92d30a0c54dcd802b80ba9ab57422a15bbfd3 SHA512 58d79b8c1745772bb5d2c4753383974edd8e90c77929620bf8b2df787f4a8603fe8f37c357f2c8dde5f3c09d6cf7e61cd0ace8d9f402758fcea5dbac08c9a1eb +DIST @typescript-eslint-tsconfig-utils-8.49.0.tgz 3487 BLAKE2B acb613aa100f6f9b102fcfb7d44ca6669c51f38e7f5c9c85a33f0b8c9e83b965d38c5cd74c1921154e58c4f58f3dbbc9b1fc4acd6385ee03f943065b74460456 SHA512 f29ae2c4d8b5ffa9dac2c458c5eb7860e8676d6f96f452bf6d03f1b060750f766b0f36c9e455f0e579b3c59bfcd97dc1f9971cb92c68fd7f2af6743e98579c58 +DIST @typescript-eslint-type-utils-8.48.0.tgz 16882 BLAKE2B d26e3a0174fba35cbc426caf580ad45f0661b50b29e11ff3d8617044688467ea0af39ef024255ef5fd1183c1ab002a6d3554767d534296eb4bb712e6497888de SHA512 cdb795695a9e5e185a6fa40d10a7caf7a5f273b510ba81561118449e3de62d59d45ab427bf5e5c24db1e5278bb7f7839e7b826d1ee3a2d9e8827834954e80ea7 +DIST @typescript-eslint-type-utils-8.49.0.tgz 16882 BLAKE2B 8d70758776ad70e0cae0684c99952dcb46c608ebd04195378e70e1499accc82d04f581c901cd208142de0f25ea61bf057092ef16b8b1856f0e71e7d871059d43 SHA512 29313125f43eb2f63c235d0fe077712b35acbed567b2e0a27d4e4cbd7ad1c283f628e94d67d003344596b104c980cc4bcd2e552d02838e4093fd8ce0b27aa666 +DIST @typescript-eslint-types-8.48.0.tgz 19276 BLAKE2B 1764935941d0894cabeecb41b5f13c03461f7b55480e2429a7583f1c49fc9dba4bb40f7b59d421933c7d1b67b45ab7619af11e92af46e104201713e64498e5c1 SHA512 71031c190407ee4c0aa15b300f5c5d3b2b71411eb431628cd5d8b6eb1494b717a1683b3fdf6669aacbb95899574ed4d3ab20152bc47b86fb149c85d14be6e3bc +DIST @typescript-eslint-types-8.49.0.tgz 19276 BLAKE2B 2a235306e71ab1b9503e09584a70e7a0001af8d970198907be26c3959be95f7ecee0b6f5d61d6679221c13370d0182120775e9d258b969353c76538e0b640235 SHA512 7bd93f7e779ece8ad4a3a5928654293315e1f3ff307f273e6e2bbab6702a03cd685ab122734936d511f33fdbaaaa9c8105e04abb84fe06c8f2f7f6fcbbba1b5d +DIST @typescript-eslint-typescript-estree-8.48.0.tgz 71716 BLAKE2B 2995eb11a0ff901fcca715d31ebc7a4694055940ea1f5e28e63355ab2ec345395c976773284a9b285401cbd6a53bd32fd21d21c7a317e6ad6a162e6524912322 SHA512 9631da6f50923b8ac6ad0200ca2cd44ba5061c70a201885b7dc219d73549af99ccaf2c655cc5564b776e14f48abd251b14fc245cc164d64d043088ee6f8b1145 +DIST @typescript-eslint-typescript-estree-8.49.0.tgz 71690 BLAKE2B 429340e6060686ff0f598c1c611a7962cbf78e06a4f9a32b60c667da5747ca11f1009d5b83aa3dac7e15972859ec1729a936f475aed49efedea919d2a5c7b94f SHA512 8eb2dd46e01b3df3c8758369a4727f0f4c0dfb0c0d7c9df6613026d7478956c166ad5a574270d6067f2788248c9568ef9a5f23b1c7b913f3bef3a210b536c958 +DIST @typescript-eslint-utils-8.48.0.tgz 42712 BLAKE2B 53b5b50c138d4b4e52223bf34ac6860fa7d9c349d32d946821a0a7b9bf64e67b678b5f92278acdc2062931788aa0e350bb4409cb9765bae9aeab01ab133d116f SHA512 c9324ed57b86c42b127c856dd7ed54acb1edb9ef31cf5e95f1aa733d8234e96d076c46c4587c475e065a0206af224a21f86795ea128a7798e6d2c4ba398c565d +DIST @typescript-eslint-utils-8.49.0.tgz 42714 BLAKE2B 02b456243f8c4937ae70570b0ac44fa35713e64feed07b7c3ebd93f12c9c193866d39fc6c32e8aa4e8a459355df7dbaaebf1cab3b9a66ac1beb7663de4ee4fea SHA512 3775bbac9c3b470fb3d6d46c1d96cadfde5359262fb9f057ba662d106cf2a60314b61960d3f86608899e03c8603b67761b8a5dedfb69c71ba5d89f0e76d75a14 +DIST @typescript-eslint-visitor-keys-8.48.0.tgz 4163 BLAKE2B 4053d5e37d0100d9aa876fef8d29fed1b9aa5f80a8ef5fd80e670419899fb4b6a442fcc0bb469358304a1ac0388ca0904e681d23c62fdab966fe1a6624e8c17b SHA512 4f45c931a44f387dfe2c16c07f34768da95c90fd4c486fcbf5e52d6340c4cd4c9569727fb7accdd2747b728e64cf4264a3f9e4498081464cf5763be36a35534e +DIST @typescript-eslint-visitor-keys-8.49.0.tgz 4163 BLAKE2B b62ae6a1d471dc7ac7236ae3ac9641bda3a0c582e48f892afe3304caf6692e51f76c08412b2e86c8bae0b0dcf8008584bc2ad99b5d4b4385c5257075f6c6ce43 SHA512 2e529a7220dedc699916985721cefd4c717f61806e819ec54b5a4ee7cd44fde76555535b64a0f2f777afaa6adf43dfd8e2e374bd5857e22b9c86adba98afe288 +DIST @ungap-structured-clone-1.2.0.tgz 7054 BLAKE2B 2f53d7fc1434519c6be11cd787fdea968bc8d7b746bf23553e461e30a9aa35eec59263d18065d373a0c18c0f412a93700d7f63f2ec69e53642f802fec4ab0a99 SHA512 cee55d16b3098ae083414302cd0683e8a2f6f0c8e7aaa37c5e702a884abd3cd9bf8423d34867eb5c239fc23d68c382c56ffb4dca624fc2c35b55e3dcd7116aad +DIST @xmldom-xmldom-0.8.10.tgz 51858 BLAKE2B eda5d84ca04f2594dc0755c07930bd7da2102847354169e8f34f229f1528bae33bc3fada9978b5ded650599ed14ced5603ea1d49ef46a936c70c6dcf1db1f202 SHA512 d9600b7d3978c68d9290609846deab0d315f93d475733981bd4432d7680ad8ab91288a5612171b6f3cbc1195edcff8e446a1d7f1b14473a142d478d7e1351663 +DIST @yarnpkg-lockfile-1.1.0.tgz 75114 BLAKE2B a4e168d83e74726b407ae3aba8e13b3ea904b265f514a87bbe1d854976c9372935309753f63160dd0db491b3b50ca3b55714d40d0675546a359bcf92ba77a0ed SHA512 1a94b0bf25ce70e3a557bd2f6e7ce38f87d6e715bf15d505ea7404b7510dcbb9b86427338b5fbf6ee5543c0aa619fab39ec391345cd432372d4c8a7c6bdb6e09 +DIST abbrev-3.0.1.tgz 2426 BLAKE2B a2f14f39631e8049525cb5615d1b0c6d0be5ca9b080b9cb2ce1aada79293b4a5dc844b102232d574b8fc05f61bc5573e5b298e93b4872b72d5b28d54eff4e953 SHA512 00ed9a73aa63441dd2266189a3ebf9fda2ba3a6820a7a7ec2ebb3ac0df5b777e6e96ee1c0b068053dfbb6615e37aa1d591a1d384bbb31f49d9af462908387282 +DIST abbrev-4.0.0.tgz 2469 BLAKE2B 3d4d39405005dd8ec74ff819061a21e692c8ab88485100c15f891e321f3fc910cf58894c53bae5c0ff91c61bddea90814acc17e650bf0102bbce5a7262c2d551 SHA512 6b5c1f97268bd2d1ed25298b48e5726d8872db6bd18a1e1e76e861ae472382b5869d17eb66da2f2761518f1b93b64923e3b3bf6da7f447ce905393ae629cfc7c +DIST acorn-8.12.1.tgz 127429 BLAKE2B a252a8b0a02349adc7871e2f144d6fffc49111520852a42aea90579b619b660074f8a9de7e5b6ea7d9d07865e7196eacc6d0c7ec53adef0e8df3674cd2b81999 SHA512 b5ca46c88f736e2cd3f496d5ea8604e3bed5ea64e55efbe2d13d06dd2348604d9aa66fc6e61b816b5f8af3d5467a8bdb83e8f2702adf865dc00f112b3ae3ba26 +DIST acorn-8.15.0.tgz 130851 BLAKE2B be1b078ececa9951187e31d809f3e12a4c5bdf2272594936620303a6004f89fb5939e338bb74afaf03286d70104f0a036d794b8b68fd9ea603fd7fb48a2c8f22 SHA512 359c896ab05f2fb9d6c08abe1432fa669ff21c485e3cc3679c9d32dea7e2782ae636f61cb7cbafb62578d54be549ee9aa407e4d1f63515b5b1f8dc1f9a9bed4e +DIST acorn-import-attributes-1.9.5.tgz 5005 BLAKE2B edf067eabb8ce4d1dde453db30b3fec31622dc35007762ed6652d50d68e9934d10a39581cba7797208e18546b5cea4bfe4051cd251b2419e56e04ee50a6f062b SHA512 9f4d95ca4bf9b80dde1c633f676750adc0f9ea42fc4f20dbda9d7ed0ff373c294c9c2fe773e6a76d046120e5a74aae0a7bf2af0cfad8dc2f610ed0bf0377879d +DIST acorn-jsx-5.3.2.tgz 7635 BLAKE2B 97454e9e8677f123ee2de87bc88a45c6a366fc07e98fed6a8fc2facaf970a42650adc22976736b23768010c744da7bbc4b8e6fff1393b8046ab14d52d4819d7e SHA512 aeaf6cf893617f4202863b435f196527b838d68664e52957b69d0b1f0c80e5c7a3c27eef2a62a9e293eb8ba60478fbf63d4eb9b00b1e81b5ed2229e60c50d781 +DIST agent-base-7.1.4.tgz 7812 BLAKE2B 3289afc27afde65da8a55fa18496ec175bf5125bbffcf883bf9dc619e5997832e78c7e191d14c676a07f53f5b217af60738ae63a21a196e216675d4a9181c818 SHA512 32703e613f1fc1f24f801c779bad0c36a6a49b7d173a4c88a07d72ea1b9342f0b43f0646ee48bc35a70b05cacf6cda28f2f119cbb269ba4efe8cc3be094a2f4d +DIST ajv-6.12.6.tgz 202371 BLAKE2B 289865ed8ffbc735067f26a2bb501c0980a2225c4c589246571c73de3f2db454c4ab08dc95a94d6ee87677a983917683fbc49087880f0df7771481fca5ea56b5 SHA512 8f77d52e0bd3a39dbb6a7c98c893864d825b1bebe79d062f1349b99a691cd532be9f1029a6408b3082f4699e1d6e55423681928619be933138654ca4068320e2 +DIST ajv-8.17.1.tgz 217137 BLAKE2B 21d12f2db77f9d3d074b274ba1c5f36bb4c7cf27110447f7a603bb5726955680c61c09d7e3239503788e21984dec87967f9b50106bd196960452b331014766c1 SHA512 07f801b8d8394a2313acf902f80dbe716d11b33c316269fa558c41fe29e5052b52e67c7ac4722dfde84a46120c86abac97b6bc2e34286678c2b39be1c31390d6 +DIST ajv-formats-3.0.1.tgz 15999 BLAKE2B db4230fd30a4de4cb55753e43e12bea76ba4a50e1dd4f4a9bb0e00a28e6641f218722203ff3d199c9d22a511d8a4581764b1e6a16141ba7c54619d3b3c6275c8 SHA512 f2252a979d04511fae51c7514371c3a9ae84572a3776870bf20e5627714d7169aeeb621b90652e7bfa44c8b056f1518a2ae7133e0a9e92ce1f214d43038ca8c1 +DIST ajv-keywords-3.5.2.tgz 18254 BLAKE2B 775bd0d7e3e20be37355041a64d1a880edd38fe36cb7ad7ef27ec5ecd995fd91a842abf36306019b18dcb52f429e06e00e5d18a03e09f1fda98521d67db60cc6 SHA512 e69e964cdd03753195424e958dc123bb5f4881a1ee75a95c7da6c3ef284319e03a6dc42798bf82a6f78b26aff786f7f07756a87fa2f7f3a3ae824c7a45fc8c21 +DIST ansi-escapes-7.2.0.tgz 6363 BLAKE2B bd1f309a58f146007b8cc38c79440e010d15828038c33424bf6110165f9d4be49ebb7756d3ec2b8f9998c23757de2a41a39a24c7bcb0047e2b17ca72d2228523 SHA512 83a2e106c97e1813d15865ac06dbada73058b8821d0642c4bda7790bfbdaffbe036f4d7cfb94d98b2036e9c64902bdd17ede65a6b56a3883f17f956277ab6a03 +DIST ansi-regex-5.0.1.tgz 2768 BLAKE2B 0e3e3bb7fab52b396dd661518956478d3677f134962b3c4a1be99d6cfac357218515899a34cc7b6b5ec7cb3eeaeaa282f5ff6a31996114150fc2950385084aa7 SHA512 aae2505e54d25062f62c7f52517a3c570b18e2ca1a9e1828e8b3529bce04d4b05c13cb373b4c29762473c91f73fd9649325316bf7eea38e6fda5d26531410a15 +DIST ansi-regex-6.2.2.tgz 2880 BLAKE2B d4fa83d48dc67bdc281cf1f2a44bd4a0ba8090bbfdca70d8e979a2d07119596f39727cf1a62826421d879eb36de5f385b52683127aa1033d38374fff6153396f SHA512 06add2992a721476968cf93c21ff7273ab2f33c739e9d079040b56e106f0e631d3c305d77132e844c9290c9a7a54bd17ce559a0874d7ae415444c6260f4b0baa +DIST ansi-styles-4.3.0.tgz 5849 BLAKE2B 8b757d5b3ce6856dac441a336b1bbb37bc205a68daedf1d66d5c4e3ae12394b0854928b09790fd6007ab2a8b3ff53c8fbba8412c587bcaf7aac30c3e5778a69e SHA512 cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212 +DIST ansi-styles-6.2.3.tgz 5836 BLAKE2B 7b85a3fa70d56ee46a2e9a437e862849a13d80ae593fa5e40a804433a715ef037c4d79dfd3d257941cd90d5635c39befc483c92ceba2d3b5aba48429f3d40383 SHA512 e038fa336f0907ea001fc9059132d4a3e6b68f038592ea9bdf2b9c53408035c45151bc52d1c3f49d96021a371cdc1357c1122c5159831a0cdac267bbcef247be +DIST app-builder-bin-5.0.0-alpha.12.tgz 72513352 BLAKE2B 4a008734d89e47839cd2d0b18bebe6220ba98558aeda9ba926de5dfafddac016693379aaf6341ea4ff0f0a11f4dfce3f941268ca017a724e275a7fde61ebc0d7 SHA512 8fcee8d23e8ba8f2f7411afcca277a73e4ede600bbc4d7d8a3ab90210928ac00ba32979ac95319ac40f32a6249fc796fec49ce4296919b9de4ea4b43619c81eb +DIST app-builder-lib-26.2.0.tgz 1024595 BLAKE2B 340b23f2fb9cb298c1fd92b0ab4f00d9ee601115150bf5bb675d54dd9e25a0a79cd08cd84a3dab55d6c4cb0400cf8b7741a419ecec82d7957799b1872406ce52 SHA512 669ba98a6871c889a6b90608b03c254c3e0407bb31dd2d6a647fef3614118ad305a7d0ffdb233eebbe4deb164f177940a1056fba58dc38b8497e288ec8858e46 +DIST applescript-1.0.0.tgz 4963 BLAKE2B dbdacaead572067cac4878003158e4134cde4e40f2bde7ad4bb2dd9cc8d29ce40d59367b7a9f7ed564e42fe2ebc928ad8434d41017ec8052d7bf54bf55b842b0 SHA512 cafb4d1dd5afb5b6048886b35c0769fcd63e0416fae7f0c0b1eaa53622508cec7d0f29eecce6036d52c126fb9cd2f7b454bf71e81dce1c5e9e1f9db2f61081b5 +DIST argparse-2.0.1.tgz 39740 BLAKE2B a5d8bbd09d9809fdc13c4570ca097f2e900dba0515b5375167d5c6dfa6ccdee69d2b34ba25749bb7af2b5c6e9dca2428e2a3003f8785db5e13aad3ea9bb00b86 SHA512 f3ef56a9e6db173a57f4e47e59ae8edbd6ac22881e44ccdc1ad00835da4c1c7c80835d1fd3969215505b704a867ff3d7c35123019faadbf6c4060dc3beeacadd +DIST array-buffer-byte-length-1.0.2.tgz 4891 BLAKE2B df6d338bf0f114a12230c93dc8e78fcddd189e04c995e6093b836f7a4b78dd617f7b150a20a9d96208425f55997344dae114bac7fb701b0e4f5666ff395f1a43 SHA512 2c713ef01b91ed16060cabe7ae672e4aaded0dc2aff4e1445d0b7f1e96d9858ed5ea1d339545eeb67003f361a2171f6b76278232392fb5cb0fa81c20525d488b +DIST array-includes-3.1.9.tgz 9115 BLAKE2B aeb9a5ed250704b065f2c1fd5be7994e7d57b9cca009bf4b0b35f3709222816c5c5a1dd36e16e56ff40d5ac2b4e8201d83ea0880cacb22bad0803ec9ae47975c SHA512 1667820807a7cc7d0a1f7f3548f4f91599a203f4e6a6776971a4a185f80437d7825639c506aab7975c6b238db2f3e3cf2c8ea1ca9ce8bb8197c34d161e63c12d +DIST array.prototype.findlastindex-1.2.6.tgz 9559 BLAKE2B d15ba42759e28262f740174b2b6eba4943688df49930a6fe4c2044cf729e3171ee2f57d2615469f09ddee80f505a1a1eea7f539c14eb715b7dbcf5fa627d9228 SHA512 17f4ca013933b1e504c4f95fbe6c102862133370c64cafaf900b026680dce5d695ca06c90678c45026e0900bd516c81f5df5f8608a99ff6ec6de4ded757ad3c5 +DIST array.prototype.flat-1.3.3.tgz 7141 BLAKE2B 70ceb728a0bd80609b8ca82ce5baa3a3e4582b39e75dd349391a90108851e9c8f7d9c721a4285eacc379719e11a47f8f26059c4e57fca0b75d5a607f130a2a47 SHA512 af01bf8dad677b22ea0ae199e5862bce703ad83e266578348b5708b242142928aa1770a37bdff05c096cf41f6cd566b67e898cb08bfc73307c8d970f9b109716 +DIST array.prototype.flatmap-1.3.3.tgz 7435 BLAKE2B 79cb30b564809858787da9ab25beeaa16470d7b1da946975f11a120e387338fc9e34ee61ce2458ea6d0d2a30df49fd65585ad63c223c84784eb7ab5614a86028 SHA512 63b5ade7578a252ca2f34845ac909e3c618da3992d242b2516e6e8a89b1b7f9ec208f726e73ced96e3e5738fda0fcb16b0abe5c1ab5ece957853579f93c9298e +DIST arraybuffer.prototype.slice-1.0.4.tgz 7207 BLAKE2B 08a978ffda0d79f3b9e5999cf04cebb182fa643825d221bb574bf0446004e5f6177fac4fc27fb4563e95656a072386419ed6dd0ad46f5fc96ffd92ec6ac87ddd SHA512 04da0263a4975cf43b805da8a483f818113e5f0ed4fa91cc60abb38e008ddc6c22688474f5451e29f85ec88af2efb42dac20650b428ad2ae7f4c447fb588773d +DIST assert-plus-1.0.0.tgz 3943 BLAKE2B aa2631632f2e5a165a76cd8d86a37324fefe080537dbebb80705a1988d43e234f099f2da18a581660466ffa065ecf46c0198855d93f73d9a20bcd729a6f7d4ca SHA512 35f27853304271018b0e542aee71f11feb6fde4c99d211d0a85e413ba27bb4d25e3f9768d6594fafc759f331e89df840bb43c701d3244a8fbca34c3183d9595b +DIST astral-regex-2.0.0.tgz 1803 BLAKE2B 4d9b3ea46c0d4ab4663c9c87d360f2945dc3b925bf1161b50fbcbae946b2442bdc085bfd9eb332b0a9fbf5eacc1219281232f2a3dc27c626a538007246afbe3d SHA512 67bb4cc35cad4d7b798ea31c38ff8e42d794d55b8d2bd634daeb89b4a4354afebd8d740a2a0e5c89b2f0189a30f32cd93fe780735f0498b18f6a5d1ba77eabbd +DIST async-3.2.6.tgz 150393 BLAKE2B 35142b23b0ac34ce98b00b9a197442e871f82e4fc09fed99e34494db753e28c0e4a6e57eb2268191c6a361659954978f3f932bb5092d54c45b087d10c6054b88 SHA512 86d0940e5c72c822cc81a337c578340b42d6db1a9fb90ea9d39a42108b17bb243e6b592860a4ee04ccd13709b26df2e0bc90cc774af52d39f8f84d138ba0b600 +DIST async-exit-hook-2.0.1.tgz 4662 BLAKE2B ea944060ab9ef15b00f299369eb51fe668c39e4ba6ca1abfa2e2fd5615385b4d5250708419c83e25186976ce239492e8bbe3c797389d97666b4676518ed14ecc SHA512 356d9c5fc9b543b28f03b6b933650b41e676c11e6a2393c06f0e4bd1438cc5d8a8564f4f319d21d539b264490f62b0af6230e51480aeb0ebb576510a00079707 +DIST async-function-1.0.0.tgz 4380 BLAKE2B 0db3373386b471affde1aad4b370104438095c88aa1e3b17bcd060e019a1d31a4e77abf4ffd51504a6b4cd84245b5f774909cab281222af958c2ac1ec66c021f SHA512 86c535f007bc0834d1e8a82ef4361fd046c2aff6b98862f4af2b500e86d471da5838aa2493c2c48d5a619d7903920a62d30615b2aad7b8fd1b67125a4ea760a0 +DIST asynckit-0.4.0.tgz 8111 BLAKE2B 72788d9bbc70592c0d54a77531ab70ba362b94999fd27c8f16dc5d9bdf77597a4de7851cf5c995cd90e6d85d61d93abc9088e4c362a5f7836d3879a50e557295 SHA512 39e8bd387e2d461d18a94dc6c615fbf5d33f9b0560bdb64969235a464f9bb21923d12e5c7c772061a92b7818eb1f06ad5ca6f3f88a087582f1aca8a6d8c8d6d1 +DIST at-least-node-1.0.0.tgz 1558 BLAKE2B b888daaaabdce715d51805f00acfb26c1339557097e84cfd8229a3fb56ad4625c2dc5fc0b478a2e855cb8d12b03eb42f1765871b38b648126f8aa994afb4b496 SHA512 faafedec492fd440d8da5e8675ae8b2e25f5e2b53d4d5db459ade87de426c0f1596ce328f435eb2db3a315a69c9645ca5a27486a8a7000e6d00eac16b46523aa +DIST atomically-2.0.3.tgz 15959 BLAKE2B acdc77b3e5ae2dfe81fd81aed975c41b4cc7042eae0067b3ce970afa40b527aa75841e63345be0a6ae66dc9d6771a463daa6034c55592b7016cf39cd78ff6ef2 SHA512 914e859abc19dcbc7bffbcb784f4b94276c97daa21708ba5e5f1aa7fba24fb82a4948124f6d2740b62103dd69c49b5545afeb35475c4056a1677a36b54c4fb0b +DIST auto-launch-5.0.6.tgz 7058 BLAKE2B 4043627198ce57671be11a3d6d9a5afe41f06e1a6efe80d1c782d552a29ec8a5bf2d5d3493e02c62e6ba8dc94bed188feb979a203d482ba005e2d110d85d425c SHA512 3a0c62026e2af4405ff4479774f06254d10d6961378d46687f0ae10245a31c36067b3bb593715164753c576141c46b9224e1f32a64c911dd06ecbeffd310c614 +DIST available-typed-arrays-1.0.7.tgz 7360 BLAKE2B eb4447d6186c80caa735781e58d377bc1d668ef11b24a9aa8c85416e473543b0009a4dcfcec215c0cdf4d91f5a0e6de23a1f39e352ace0f8f7538e3608765d01 SHA512 c2f52306d48637bfbb4a3369abff4cd93837e745190f7abad881592db4404756d23250a8d5969e5be049f83d3dd1ee2120864b05c4c359ee0c8788ef5036a3cd +DIST babel-plugin-polyfill-corejs2-0.4.14.tgz 20300 BLAKE2B 5610202060b3088b2e947a86575902e65925c6d725106a899aed126e0b27ffab87b9e4fa481262cc82f92ac1955fd6dd46f7d982cab2dab11236ae159af49264 SHA512 0a8d98f705fce78b6ce94f200003d77e7d06980c9cb47b8af27d1885f8ddeaddf483bcaf2a3b29bef3a8f721becf9d8f65180512bb7b29ada96275c28cb284a6 +DIST babel-plugin-polyfill-corejs3-0.13.0.tgz 50515 BLAKE2B ed6c5974716e03a7dd3e1e14a969a90d22262f4baa36261a90a26408b62c65e94cbad72150d27fce5176f7085fa7d1ce7f951e564a04f3b43e3c4c794ff63dd4 SHA512 53e18dc0c752160cd599f84d9bc189517f3c01a741deea3d2a926a4b715aa8d20f2a0c92baf31bf9b1cfb0e9a6b96c8872ea998ffa73b75454214667b38cb6f8 +DIST babel-plugin-polyfill-regenerator-0.6.5.tgz 3575 BLAKE2B 1d6a8b363a4b09ef8202327e53bd0c32a88a28c3306e14891725fa6d15a4e160a90516cf4c9c0986c0df062c86a2ca9eb46559b42754bb538075b54afd6d5f3e SHA512 212a90d9fadb88d53dbc8264ce0edd94fa739cf6788ce894435b92981d1f1077a8c2d37708e611b17affc5ec67eb8369535dcfd3a8dcfcbe538222573a0adb12 +DIST balanced-match-1.0.2.tgz 2668 BLAKE2B b0f099627e450582935d0c1f1bfef1025f0b97e44e299010e81325771bb5df6145c01301954e15fdd2e9de88a6bf85f03898fa393c5e722d5936d1e3381457b3 SHA512 de849e50ed13315ebb84dd4099b5ec2b8c9aa94eed8e21e56f144364ea47d0a5bdf82797e1b440697d009f1b74b71d8cae94695b041a3f02252121098585393f +DIST base64-js-1.5.1.tgz 4109 BLAKE2B 02a934034e313a51f530270936124cc8cf52b89217a0943901fd28975282c7e74dbd13ce709e9b52c2493d403cc2139fb1ae6e5a8c42b9afefa675a0f9b08abe SHA512 00aa5a6251e7f2de1255b3870b2f9be7e28a82f478bebb03f2f6efadb890269b3b7ca0d3923903af2ea38b4ad42630b49336cd78f2f0cf1abc8b2a68e35a9e58 +DIST baseline-browser-mapping-2.8.16.tgz 48570 BLAKE2B 63253f742d6b3fbba7362a2a49f126243f4d5075c336e09291af194bda9cef7f3859d4f980758fcd6cbeb1472305e5ce20aacf594763946646d9aab24dd3d58c SHA512 38cbb704643813b3f512b16c20fa5b261d2abc3b9d33f52e25e1e0900bdf59efb41c52425e1fadfe5f0be9f54b479e5123f51b2ab54b9c05d9495c1df72b1663 +DIST baseline-browser-mapping-2.8.20.tgz 48825 BLAKE2B 2fa4830e0d9f255a8ba196a6432d4b4240657f6f7a682baae0441466e34228221018c62299b72539776c6c8e155ab72c112aa5f4ccfd617c4679382ac526119e SHA512 24c5ac745f8ef0eaeadc432e91b50dd507db2caf665f60a4526401716d93d2cf0e99d0142f92cb33feb01704aba97ce55c1d77ca1c8af604ca4b5ac88b339db9 +DIST bl-4.1.0.tgz 14646 BLAKE2B bfb0daf5ad1f9edeabb6f479822c38b4a52b7ebc1a64a2a29aa9fee111342c9aed36c851255633821a432dcc382f865d7b046e9be3cd4352f98a42bf58d699c0 SHA512 d56d3b70cf604ba0dc2e97ab65f1528fe6d62ed68f1923875a13e21b35e6bd525b44b746f36b07fca9fc12d5b556a595039e0029fda1e64e416e721bc05de1eb +DIST boolean-3.2.0.tgz 4488 BLAKE2B b5df04b391f62a1610f99ab0513a104a8bb35cd068655c66de4df35a65f356cc930aa7b3b793d6eefc57397a45de2a139cc8adc7159db7ca5f43db9bc9af9cc3 SHA512 774208fc63bdb9ff657d41c7d8142c8f1cd125905db2382c0625b806f85693fdeaa0ac1016320354dd7d3df5fc1760ffafd3c2313b4b5a3615085ae9798533b3 +DIST brace-expansion-1.1.12.tgz 4246 BLAKE2B 25b924ec82949b3c2034bac6c75598f441e4d4989bd5488b460cde14b044cb223a1c6654b2f9b3aae4d5fdfa5d643982d91b7aec5582b2652b519a2607e74d03 SHA512 f53f548d6debd145b973543b193c25969b57c21bd8984cc587331f67d1fb1505adfae65e3e364f8c13ff5b5644c99d6dc065a89b9ff9e9317894f72a8e70c772 +DIST brace-expansion-2.0.2.tgz 4372 BLAKE2B 1642d9b8fdc6b5cc25881470da64c76b3091f189588bb478dadf0ec2e7f79f1436ea2b384a5068c242b5336bbeb2a5164e1dda0d9cdcc07053a99eb760ea4ae1 SHA512 26dd2f1f233e8e6501aa88c1ec4d4d21869db74bc8d10c63c5dd9312b5bde300f3f84d8b026e6f28c5d7c20e996414c73ee5250e0407297be318175f705d590d +DIST braces-3.0.3.tgz 13972 BLAKE2B 90c44af893d9e8fe988e9395673e7dbf29b140184a1372983c6955392e7aac599087a41174bca9de9d690ea4e70e7b43b42cc106de7ec30b9011756ff8fc28eb SHA512 c906d780efce499543d88b222e5ae8fbb1dfe90d7c109aca484b1da0ccca78f29772dde0bc3f282dc390748cc6ba9af9163f840def203bf9717350737cca71bc +DIST browserslist-4.26.3.tgz 17200 BLAKE2B 9be60220500dab393582de7c059d5ad1c5a5f3f104ad0d5cb7288fe2fa65138c937c0f98058cceabf1622c3617450efb2e24127b81a82c441df874ffae47f013 SHA512 940514fb4d91141b822903e3fcfe8d82395b0a72c1329e14b604f1eef3477775d220917ceecf5ae6b037687db2c37192f43a990146ceb597420a265e551aadd3 +DIST browserslist-4.27.0.tgz 17266 BLAKE2B a6e71dbdd1a025e942cd40477fb1dd4c873286177ec78c3b0b6713e182ab7575a2a324d98237627caa40221d552f77414f9e60e844227d624f15554df333bf90 SHA512 017550c1d868b757aa2e28706ac3c49615f6b4066206359d27d8bf65c8f64ba418223931eb638a49f9e86e4ae207cd42de5e30d2b572dcdb788da4c196d604a7 +DIST buffer-5.7.1.tgz 21239 BLAKE2B 971b36d44d161c185b8c1b21d89b2519f6bf48a6bf01bae5cff926cd5a8dbdef4470d216cb16d6ba94646c60da43013c2319dcab8f3f423698d7999fce5d87df SHA512 10773220f050e0148696f8c1d7a9392a0009dbb088b0763fd8906609145ea38f32f6b43731a533597dca56505ae14eccc97d361dd563d0aec2dd6681de3bbb15 +DIST buffer-crc32-0.2.13.tgz 4167 BLAKE2B 36d1e0f8c01a1868a961a620e1acbff8d5bd3d8a634cbbf9e869d65fd7e5e27cf4599993c621d2a855c9187bcbabb35c36bc69a619ff69a2f9175a2ca237364b SHA512 54ef47b7ffa9dd237b48a5aa72b804ce319b4522584f1f90d694d00b4c2b5aa1f1d2fa49ada43a1ad1f1f2dbdc835ae52b56f2854e6071cc603a08fb0744c391 +DIST buffer-from-1.1.2.tgz 2313 BLAKE2B 58c31654e7bf0edd15bfbc19729886c3657c0532641fe5cafa4976c6b6a825f7eaa5195aaa3f7cd3b291cc581c2117d10aeeec625ae3b91568a13b21f6fe8fab SHA512 13e5d0091c126da6a20a1b6fea4e83c2073e6f1f81b3abee2891c7979928c7f05a29b8625f3a903b02b870edb6c84946a763829a3c15853dc79b18323c69c97d +DIST builder-util-26.1.0.tgz 38109 BLAKE2B ee45b7f0d131f4f261e92c3cba5507e77879388e6c5bb0911df886b1e01c70b9453848d7e453192ce746682ca94f234fdc7d89063af2f9ffcdd84a6b67e02b4c SHA512 0535219a9902b8400052673c1099093a0edf306b0349244c3e7d504e9a14a58a46a774a3c89575f0b9423d3bb7f9405fb90ff9b9aecaa832ebb0af4d0173bb7e +DIST builder-util-runtime-9.5.0.tgz 44661 BLAKE2B a6350cac5e148b4695ec978e2ec23e11ad88fb97fc0f0e88cb402d495e00593b6c795e65cd9525c0a8db36bc4e48ab289e885104fd9b116b692d473b59f96b01 SHA512 eea991307f17fc8cc333ed53cac28d168e5c35605b7da71d2d7e04aa4b84e5a8914c408095888a1d2a8473a71cddce0bae6a60934bad6f138f923d2261a58059 +DIST builtin-modules-3.3.0.tgz 2348 BLAKE2B eaccb4fc9024840de0245b72545cc2ffc63fcf1118f2008d7f8642f82dc911a181ecdee8e0fac8bbd2fed917696a97fca2738e7ecb80abebebc5c2b13d80a9a0 SHA512 ce16820e271d2ee58de546cde4832716a34c84d7e8f75f6c1fce72dbf79afb9620f53b1391e671a4bf892dba7a7206054b8b112e9dd85784bac83baa5561d83b +DIST cacache-19.0.1.tgz 19433 BLAKE2B d670627108d8864d2db782697c8a833d462cb4b0ee4b6c173087cac779aa40a7c9c1e7b28b806e3b95d9477b32cb5b3e88650bdea606b91ea7f54578aed10e0e SHA512 85db14c6e9570a2e524c877bf2f455604b43023abdf48080524b4b4de4d8b0ba1313a67c752d1cf2958d0b1c1dae4f587c97a86c365cd98d7cea10ffe5942015 +DIST cacache-20.0.3.tgz 19422 BLAKE2B f31ccb090c5185806a8d40c64dfbfde7f97eed5788bf3ba3dffe0d6037c418685526a95b62c424cb71191e343bd9c6abbc8e062c7ffafd7ad0f012fe380b6483 SHA512 de9529e1ef21bf4ee4d509628d9bba2a7edcf7e6695969388f717c377c4fb8213150ba1ba89c9d2983938f5153ab9f2cae426c5ef3bb2db1801f80b4654dd61b +DIST cacheable-lookup-5.0.4.tgz 7231 BLAKE2B 541e7ea2e87481be672286ca55636446308855622a28991cddc506f0285dcf96adb8b6cc69296b24f88147d251d53d82dda432d8ee8d352196e6b5d73f908898 SHA512 dbf90db1c3e1a5cc6b3a280c6736e2585eddcfc8a585bfe72075371326625d65e97aafdabbca89f1585d7ed324b72de7ec68fa1c819a9501bca2204d07700980 +DIST cacheable-request-7.0.4.tgz 5944 BLAKE2B 573e763c548fe67859d8fa375abc8762a6b09435cc862f86698794c7d2ab5fa0415026ad9f11fdb07a097c5f779587950074f3e183b16ac56e2f9a1970c8b6b9 SHA512 bfea7aa2782cae9d324c66c95e38313e8c36f832fddc30123f891708329bf3f6f046db7d384177c218209240e418dce0716cb65da1786bc9d98250bbb8496c72 +DIST call-bind-1.0.8.tgz 7779 BLAKE2B a29d910b8f10dec311c826093cd146994dfc06ad5bd7826cd429b25b7ea958ed887e4c1a82d3b99dd6ba6c4ac4a3ef15144627a3c866d2336f4b0e31b94df515 SHA512 a0a95214c70cc29520d9e767921438e78c1f5a253fba5dc29097bf3c41dc4caba25fa4696de854885317bb5dc76a5199c5f530090cd91bbe3b617067d629bdc3 +DIST call-bind-apply-helpers-1.0.2.tgz 6067 BLAKE2B 089f56dab75116f8cc39b38c715b72f9eb01af6fd1cc6564bda2ab2f0cdc22b8c1e5105cd78b3351df1069bfb9f1ba47e51e84fa6e89a5a6a9a181348376f9dc SHA512 4a9d5a6e52748af0e44b38dc68977112e9cde7f5ef92c149dac30115fabac74af285057fd9bfcac057b6d5c329987b4f3928a3f0af7dff049fa04b9339b9ae31 +DIST call-bound-1.0.4.tgz 6382 BLAKE2B 55ae21b5273e478baf74b5da5ca35ff116f9078fba36a5b6381912b394e1a3599b8b9ecebdcdd0d26a409ac026d31338bdbd1647bbde8c21723dc519cb8faa02 SHA512 fb2b3df7b53dea9a382b1fc0069042aa103d12ec49690583420ef6f791f8841a61bf72198346e804abb0629b78617a7a319e4099942753fb72313951a5a49e8e +DIST callsites-3.1.0.tgz 2433 BLAKE2B 6d250029efac24eaf7ff184d577474abe3da9f166c2355cdc0d4660461a13ca84bbfbaec0c8fdc24b0597184471c8be11254108e29e9cbe00de2090c291f4468 SHA512 3fc06302c5ef652f95203508d7584709012fef8613ebb6148b924914d588a8bdb7e6c0668d7e3eab1f4cbaf96ce62bf234435cb71e3ac502d0dda4ee13bb2c69 +DIST caniuse-lite-1.0.30001750.tgz 348931 BLAKE2B a92d16ee622b4643e32a1223feb9571c5eee9fb6c87073a500c6710c8daa97c73a3414139dc2d366aa8381d2ea486befe9cdf29878ba1664be9ea913c1207870 SHA512 72ea26d20e6c757eabc34d2a3a82cd485089f7f99822cb92380fb2ce90f0f1ea29885a9c57042f647aa8bf4be61228214715fef9c7c2d158351bed48cbf992a5 +DIST caniuse-lite-1.0.30001751.tgz 348985 BLAKE2B a087efa59c353af8a9f18f112dd36c4b69763d95db0b95c030b899274e1ec56671d7dba04bc01b77de4b92c6560ec64219e4eb9875e7473560b0f34eacbade8a SHA512 03440986e8342f2eb8222dde22a1eee57e7579b967de4e324d4918d63f1daeaa561d5ade83f54b8a3378f1c6756d83e2a8e42eaa99082a7cebfd497c57ea7a0b +DIST chalk-4.1.2.tgz 11577 BLAKE2B 62808a449112472a7ec0644a57ed3372a88e62492467d5cea78a8232a1e2c2fba1a8e55f070cbbfb247c3dca517aafebde31f13501a22e66b0cfaa4359cb1c7c SHA512 a0a9db845c91217a54b9ecfc881326c846b89db8f820e432ba173fc32f6463bfd654f73020ef5503aebc3eef1190eefed06efa48b44e7b2c3d0a9434eb58b898 +DIST chalk-5.2.0.tgz 13351 BLAKE2B cb2ce45bca585c05e24e06d397362a67583908b73728473c29a415d0f96c9c80d91051a8c5ed465736390c982cf0c2ed89b497dd1c4a79a9a719704dabc1abd3 SHA512 ade7b71aac3f9dacd000fb89244cbe6af765ed07d931c52f98720a80466418bfb1381cd1beea791f1a3a2c7b8c71e4b139a6ee24b266e58a7ff7647d78c98cbc +DIST chokidar-5.0.0.tgz 23399 BLAKE2B ddf243b92760018d468e2cee59fc20a09cc4810c8a4fe3bfdf9b15786c6fd78b2d19f2b3ccd40f5b164fb554544f298a2e7560791dad9c11581e90570483ee47 SHA512 4d0326737c3ee40c63a4bf22222c1e6c5ef77510c5e1f04889e02a1a7f5118259a115c10e856f67067b7d589ecd11448ce28b982827563bc5b330a354f132997 +DIST chownr-2.0.0.tgz 2243 BLAKE2B 4e9052e4eb7a6ebb87cbd51b1861d78612b816e6bb0c6253c37616a914a8d4400e335b67aa30c759779088d501a371a7a0c2b4d17af7c7f5c20ddfca3c259bdb SHA512 6c8a26b43179286a5da2090b77d56ca6f17393d29fa72c86952f18155665ed318f0472f9b2720e9f17ac8705603ed790f5be04c9d97ea556c8c84d4372f09681 +DIST chownr-3.0.0.tgz 4405 BLAKE2B 57b76bbbae9501903ded7f38c85d84b490a5331bb1d9f3e8a07826b05a50b3c39455dd9ae8ee1c8065779b222f94f21756b5f3782ff211b6ace6bca0be27eaa2 SHA512 f88c7363d05939077f5ee60f466aef1158c5fe7aa3e64813e2412aed5a1fac3a0cd4cc6846311692b082dc4b4b8b9f5355ac314c09fea2b27015072ba84375fa +DIST chromium-pickle-js-0.2.0.tgz 2915 BLAKE2B a53e7f2a775fb1b3e5b5679a44924e82ce7b54711ef28efb564c4e3740d4e75f7cb629ee37c5284ee1d05b22b4a0c7329acda4b60e014d8705ca41db9cf0105f SHA512 d51e45868fa306ad030f276dfbfbc75a3e4a24d24229d01128e0b06547a7f3823906b796a0ba912c0347d54f3b789cb5b620123ed3271aa249ab466c2e844f3b +DIST ci-info-3.9.0.tgz 7378 BLAKE2B 85c557da2875b394b0e8adead42fe71f6435a0654a8c2d07a02850384fb669d2adbc127ed4ef54a921234c592a97719bb2d10076bac67f50551268089e0f55ff SHA512 348c45e7986fe274aa42cc2401e88e8b5afcdf1cbc26574e1434d68ae839e4a06ef499db96771dd94e958879988077f4d533d94bbecd24184130a7568fd1d031 +DIST ci-info-4.2.0.tgz 7979 BLAKE2B 89808b618d56f64f5fbc81c389170e90d5d587cfd1402ef01ac94b7f0ca31212bc139f2c6a47b4843a731b4e6dae83a9942e456cb45ac4c8f9afdc98a424033d SHA512 71863d9b2a64b18f0d46a8030755c3d518892f7dfcbffe79d678b29c54c691938ed8b1ee0763a6398c4321efedb4df401f0aea76e9b5dfad06dda95dd16f640a +DIST ci-info-4.3.1.tgz 8079 BLAKE2B f3aba9b660541536a4fa0d09bc60372e7b1f3695d5fa21a95897250ce66ce071e09a370b83df9e87ce2613cefe2a8f7d2774ee67cfbdb8c44750f4110090820a SHA512 59dcb6220bbc39c069236a5978f679a168cf0b7f2d983571e562945cac252d8900d28ce8f39b0bb0bbe405b067fec65a482305386649d787ef5bdb79fddee474 +DIST cjs-module-lexer-1.4.3.tgz 44372 BLAKE2B 1df8f64b120abee5c14df5c357925e21247e00146fed4508216014160cf1eb2be6da0d1b4f6ab2b03332aff00368c49123510129f6165035e9a891703993ea2e SHA512 f73f1365a18cd697ecc18797ad4a733eb931f149d661d849725b2260c9bac7fc39fa737ef137ff2e70207cb1900a6e7da803b153c5b01c4ab6bcdc05ea2e23f9 +DIST clean-regexp-1.0.0.tgz 2493 BLAKE2B 68339777308546a7f15c80581d10888d52d5b8b295255416eed7b3bc70991d078e1a2c2dc46822b110a036f9728c99513e611ca762c948ce5b9c346523a24377 SHA512 19f8ac119109bf32ab9865a4bdf860cdccff06594dd5449ea83d95ead835e0e00e81a083d99fcf504bb19c067f9cfbe6687446edaf32efba754ff2114380f51f +DIST cli-cursor-3.1.0.tgz 2134 BLAKE2B a82f7e1e501ae5bfaa719257c13b53e4f62bc01021b62e4daec975304a86ba15b9b900e020c8eb2af0199b3cf0f95ce2c72dba8c59da367a355de280dacac16e SHA512 23fcc7030b0a7fd16a1a85cce16591002a1bf7e48dba465377de03585e7b138b68a2e46e95b0b171487a44a5043909584c7267ce43ccc92bcf35a6922cd7cb67 +DIST cli-cursor-5.0.0.tgz 1927 BLAKE2B e7e2387af849855082b60752ce4d219aaa994d42166be6034b32d492f1898bc8253c7df63a874a9cb3c10c8113d864ccad77855f5ab274fa70b7ba75eb9b3e30 SHA512 6828f83b9c0acacce33260d3e2d663f77931cb274dfcae733d64827baff4015fc0035a6a7b9641230d1ad997cf415ee52f9ff26f91ec52b789e94140175b4443 +DIST cli-spinners-2.9.2.tgz 6598 BLAKE2B 7708f6867d9ee13bc7b9189d858035e1bfad7ca7c063b4f4f776b27b81cb4170aa6dd20987be612086e9e60b88fc13c715aa070d5eacb28b7291b18f0fa4fa7d SHA512 cb0a95fb9326c8be04ef26d780acace03ba065b5f4142e8b9f0ae18eeca42239caf64f0e41a710edac462a78c35d63619ecd31a2dddb648e61e791fcca8f5c26 +DIST cli-truncate-2.1.0.tgz 3513 BLAKE2B 7cafb0ab1a1001a7e704e3bd815a1eee7ccb8dfbddb27fa86aa9b6d0810e318770c4f876d08954a46272f7183e6bd2cf93690c44978ebfe85663f6ad55d6012b SHA512 9fc7ce8b1c030fa6ff39b8a7cd3ae9d59285cdb82f299beecff4ef7a39cb9f56907c2eabe765c4c7ce459ae0bedc723e24cedca0145752f36a114d8f1d5ac7a6 +DIST cli-truncate-5.1.1.tgz 3918 BLAKE2B aa81a035e1011396a24ccf5508173dd21d2a99cf646088f5256834adf35059568819deb1b4f4f1d794eae11574d0d445ca948feb9c1c7cbc38af9c16d43fe8f4 SHA512 4aba0fbcd1f152793ebc85bf74e49f36a772d6c3c4164ad393a4d4b6a2c29c1968dcded3358624cf337bb920fafa3563add3b8fa9f271fb2731fa708bd47a6e8 +DIST cliui-8.0.1.tgz 7907 BLAKE2B 537f8e722f662892955378ccc63f13f95375c4400c4c9dad10cb36a304d5edc26777fe482625117a758af391611fc289f6172883d180fb7eca6d04d46c122596 SHA512 05278d9f2bacef90b8fff350f6042dd7f72c4d7ca8ffc49bf9a7cb024cc0a6d16e32ca1df4716890636e759a62fe8415ef786754afac47ee4f55131df83afb61 +DIST clone-1.0.4.tgz 4457 BLAKE2B 8394aa2da1919a5cc648ba533b1cb6868028d9fb6ec0f4334cd500ae8cd682846045ed236045f76862609f9c75174bfc1d4b5b6b71ff099483ae43d32f90bc9a SHA512 2501d9d90316ea5dda1ff8fac42a904e163ff4e1f80fff65b37e1c8245018847a87114d4d38b477ca3c1b142b53ea64251033b1a20342085c94ae5c723ae0a6e +DIST clone-response-1.0.3.tgz 2231 BLAKE2B d897abd281864f7c1c79be257e2323c41907b4410232e7d0cb5f2d01e625b9043ad6ce14f7d1dba964c7520e605904e74baa63c80c8302df3364a37aead2dc5e SHA512 44ea0bf788c91f675454c2f663fe4f10335a48781e39d48389c5324bb8b3705eb71bab1373f1538cbb9be1bf0897d4bc4b46de39f62dd13680e6abc52bec34c0 +DIST color-convert-2.0.1.tgz 8996 BLAKE2B af082177ef8bce3813d1ad275d44e223da12baaaccf635812bfc4ec5d4d94904128a54aeb866280199839a33abca442e8d0f4fc149eee9977d68bb5790275722 SHA512 4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529 +DIST color-name-1.1.4.tgz 2868 BLAKE2B de6a44ac19f422e278724b9f945a8c03b804b0151810ae81ce1bb794966a2e0660623e5d2c071677d9799d451afc809d659753d117fc1658b232487e2856d851 SHA512 74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40 +DIST colorette-2.0.20.tgz 5063 BLAKE2B 2c954e8bed6530fbfcc1170ef119d777f98f43746094d11430cbe77f90599eba5ab1133058bec8c3ecea653ac854dd496efcc1c83511f92fda78d3cd2b5de6ec SHA512 21f103c70a1622391e5cbd5e5dc0e2a30e146ca8e12ddabafc4b92551f4630deca547debf6043cddeef786ccf535dd53de28dde71bf5c1c59160ef83ea4088db +DIST combined-stream-1.0.8.tgz 4068 BLAKE2B 1ab689c244af0a7a41368f8550a82232753d4b69c4c2d11b52ed0b8c863b124e3b667afbcca4e953cf8f3cf07c11b0a4029a476d653f110aa0c648adc012fca8 SHA512 1503783117ee25e1dfedc05b04c2455e12920eafb690002b06599106f72f144e410751d9297b5214048385d973f73398c3187c943767be630e7bffb971da0476 +DIST commander-13.1.0.tgz 51398 BLAKE2B 7d4420fff3eb05633291b6733b7ca2ed092d387de9f897061f275881c4b690d6eda002c9a47061b0ec8e0edeb95e299bfc52679977df276b6fa233d9d5f9de19 SHA512 feb15e0a934941b852663195c0ef51155df13ea6e71114bc326210cc2b43ff397a82926e57f6cc2ee37dda81b717b77ca031071d1aee8d25cd52bf1fa639ed2b +DIST commander-14.0.2.tgz 53082 BLAKE2B 10214c4e2c6950a557befe25f16060125504e2715785187bce7cf0f086c2adfbcd6c784029b7ba450d5d7c32e5eee1ba364e2362d006b88f6dc94c0ac46e0dcc SHA512 4f2c2858d3516e1a03d015ecd4fdd9112716f16e622ab9db8ad848974607fae0a605dd10a4f380f3273cd834b704813931ae859c1554b09ef05540f3e1dbce59 +DIST commander-5.1.0.tgz 28908 BLAKE2B 17d30da99613ab4583f1d41cc07d8281c4e6122690ce6820b83dc8e94c038c29b06552768b4bde81b696bf60b1bd13e7c5bc1f1eaef12279c0ecb59927ae9fa9 SHA512 3f40b2b0d0d0eebb55c3840842d9be311c55ebabca152be5b10bc6617656477a855348e530a1d9659830f1efbc0d26a1e140ca32a9e49d10d0cfec6e41743f66 +DIST commander-9.5.0.tgz 44526 BLAKE2B b36e0b821c78309551ff0645da9fb8bc6735c1220907e28323b6f9dca8b5c89bd0da645e79e5f93ae4d686bb99b403b3ad9451284bab9ee5d16b65edc5843be8 SHA512 291b3b5950ca83ce8f5a2b80aa10eb0109d35d92ab69570273abc574bd78aab67f0dc5b0b91a3b5688985da9573bb4b918aa6a622544c026e01437f134728905 +DIST compare-version-0.1.2.tgz 1015 BLAKE2B ead7b74c38f24482f4de6fe9eb43cb8782a28aeade362a575f517013472689bd3f7cf2cbd661f8fc4250c0f73fdc8eb95c3e244e0975fb2796b50ce35a115af8 SHA512 a490e1e7fe30ac49d75ff556459bebb8018793329daf8eb3d753a54cf37e56b0139565a148a7b03422757eeb423b90bb7890779cf305640d4b798b5c15ba19d8 +DIST concat-map-0.0.1.tgz 2263 BLAKE2B 4aedbc8e71d11389ca3d38028ad066fe83cf15618cee655b93c2fa0be2f71c9cfb283a679474ea659864fa6bb37b45b8abe40ac1cd05116ba670aa7276c5ea5a SHA512 fd2aefe1db30c903417e8846a73f68e986f71b3dd2ad40ea047e6b4ee84647b6a1b656d82a7571c366c214c4658da03b1171da5d9f30b07768745bdb9212a6aa +DIST conf-15.0.2.tgz 14822 BLAKE2B 4e26d9507c040a762309b3e9832116e0f23933d16ff903e6846b12280e70f6af1249b7c087d6b05ef8b97f40434e78d2b759b97230b9f0b8d19de93f864baf18 SHA512 2414abbad6a909a7d3add745f5d1f795cefe4f6b41c9c185e2e3e423826cfa0e2f2cb1211ba4597058b7689779ce7b5d7f9b50c407a326df1d8a192843f79227 +DIST config-file-ts-0.2.8-rc1.tgz 10005 BLAKE2B df164dca7b88f294b61dd9cb4c6d87258f0403d920c5e664e8d9877cd4852a5a661165bf593fc432125dd12b32429124351b3ff49a37b0c6a9eb411ccdfe6b7d SHA512 1ad34409b548f366d3e1188323305256e4caa121ee7e753b09eeffe366e459925914b8e60c5d9606956cbd19212827ca0674c16f7a99ac1c0fa45054fcccaf86 +DIST convert-source-map-2.0.0.tgz 4952 BLAKE2B 9f043cfaee24a932390b5e464aa2629e7f9f7cd1bae5bfd5c89c6ee4d8b702332fae6c8f62be005ad48d56eb0fdb2166b67e11496171fc094cbf089f8813b960 SHA512 2afa78e7d1eb576144275080b22d4abbe318de46ac1f5f53172913cf6c5698c7aae9b936354dd75ef7c9f90eb59b4c64b56c2dfb51d261fdc966c4e6b3769126 +DIST core-js-compat-3.46.0.tgz 68823 BLAKE2B ab50c816d698b9ca6677e11d8ad31f96eb607bfcddfe1e47cd4661079ed8201cec860287961681b936d717a7ed2c34ac694da323eb6e450ef4e9ebde693f6e71 SHA512 a7d84e6c820410dc5257cc48bbe57af098d2780460e9454c1b9991f8911482e1b7b08e8cb224b59e3cf68c79b2243bc0fbc8d7feccad9011eea7a93184cf656b +DIST core-util-is-1.0.2.tgz 7016 BLAKE2B ec2e709b1fd63285bb15599eadd2efc5c805fbc5b5df37c6076d70341da5d0f5ad5d6d7c604a6fa53ed3530d2e08542d3adfe5eedcf90a9d78edee103ea86691 SHA512 de5ab3e588d64d89d6e9d9436b94cb69309c4a17daaf57b8d2b99c255c020490ba996945ba3d1e0872049661b5839932b89fc60fef169f814509ccf88093df69 +DIST core-util-is-1.0.3.tgz 1897 BLAKE2B cda43bb1df385b86138091f006ec075be1f643de21ba1c310fb68ee4ae5217cf1b0432a3e27093b19671e0aa626579adc7abf5a209195740174b59ecebd1c6ee SHA512 65006f8b50dca49e060ea6a78ee719d878f7c043b9a590d2f3d0566e472bbddc64b09a2bc140c365a997f65745929f5ac369660432e090e6c40380d6349f4561 +DIST counterpart-0.18.6.tgz 13687 BLAKE2B 6e9f0de3d2faf96eb41d6b32955c6fc4441bb9ee6f409190f43145d15fd0a7668b3168c869a86125f4c4a6a66a23fbe890cfba1cb60297d30f4c5d34b85fdb2e SHA512 7002030186c2df1f12d830dbbc5109e13ccfb4f61799adb9fe47c091f9a9acd2e590f59e5f849d529d5cdb19257e986a094dc79c36a2bd1e11dc1ac061fe4e30 +DIST crc-3.8.0.tgz 19779 BLAKE2B c2c5f0ff36d5baa23339bc18a07f9c4044b409d4b040ac35c8f3bd5afa3de5adb1fdc8c4c5df90a067fe6adf68bfb64b0bbf88a77553aa87b2f659e904be3fd4 SHA512 897de67e0713308ab764a2c8b151406efefe31cd7493169b00641bf07be3035a374f53c8629adb6a443ae5ddc8fb61c61edea748a90cf4f62382824ed8a70505 +DIST cross-dirname-0.1.0.tgz 2732 BLAKE2B e3d218143848b73e7d52596894f087a3d38746d4803808f55ddac1f1c81cf4e8d6a846de4a71c024c1a2fe093606578b8d7bbf9035ef9eb5a6c1e84064838a8f SHA512 f91d3cfe82349e5def7cf72a7ed651a72b64b015c3cce52f781abf341571d2c529d5ac70ccf42b2a29cdc79c9de6cc4fbbc8f5c08cbc01f9d543ee5e15d85ae9 +DIST cross-spawn-7.0.6.tgz 6255 BLAKE2B c0a58bbf4b04a65a6a9a22a057a1a508305af873d2f582f0634ca4120791d84e3f90a508eb9b085112b909bb8d2ab63f956f3b65f329f2e88a208d1703af816a SHA512 b95d903963f69d6ceccb668ca7c69189b862f5d9731791e0879487681f4e893184c834e2249cb1d2ecb9d505ddc966ed00736e6b85c9cd429c6b73b3294777bc +DIST data-view-buffer-1.0.2.tgz 4903 BLAKE2B 1c374f10e252025bef5c1fe6ae8b6eaebb721a56ec206892d42fb288cf36b53f8bba8bd464225bed03434fc811615186805e0a6fb7fb36108636dced131354ec SHA512 12628ee55dce2d7875aed2b6c205d16a7b1a2b5fe6b557535048842345bc464be04f4e647f1687dbd3e588b9e92cfef7c983bad78d90ef640d6bc5b1fc0e42a9 +DIST data-view-byte-length-1.0.2.tgz 4863 BLAKE2B 7c8b37c6bb21b9dfe10078cb0e03a70b853c2a4b2fb5ea5e16a9edfee7824a3a493ef5bd141710d37b7a7f5c0ed35cbf9f60c387b8e009931330e6e7387f43d5 SHA512 b6e8466c4e827d333dfb900d19ffa841bef62b2ff4facdf1294a47bd285f8b3d91c4c16014f8ec5ee44b05532dbccb35e5ac1ee394916fcdc3eb01f87b0eb095 +DIST data-view-byte-offset-1.0.1.tgz 4779 BLAKE2B 2e0c0e51f0106df625b9c9d10f387f1af9b38eb0135984098691f70478a35f7accf1e194f2328ccf06e544e10b414be40493a3b216b91dfceef071bf0c296098 SHA512 052f0f7e6b431a7ae061d3a89c665074b66c95621e08614ff6da5a9f4862d42a3666bd8d2800ecbc6600f17c6e1bfe145a027a0a3b6ff9826707a30cebd40695 +DIST date-names-0.1.13.tgz 4205 BLAKE2B 17050a92f8bab9dcf139bb04cb578fa41e0df2c3bd42befee3540a63ecdb6cbdb7e242622f35560d9a9bb27741c1e69d0abcd8f479176d8f7d595be00fb980f9 SHA512 231c68783f6d771f295d5726a9a4653efad722c4ab4ab219cdfce53a49bdbbe872ccaa795a4fe876df4efe077b39c933cbc9ff587784a53549d9b17798c5782c +DIST debounce-fn-6.0.0.tgz 2850 BLAKE2B 70dd865daa08e319b9c424c278b7e8a5ef52e8a7d2ecd62c2350a7ace62120cc7135867699744ac793dca8b619d304e257b254cc94db8c045b7687b2785d5f81 SHA512 ac1316f85d935ebc81c01e7843477c76b34423e4dfa12f49a4d4c0a15a6e91b5848635d0ab8af248560b6aa5cc157c1dbfad596f6387b63e5bbe24a88a6ab145 +DIST debug-3.2.7.tgz 16872 BLAKE2B 20ffd38690393955d64d7792cd55c4981b11274cb54a9792c211d6a90b629e27cf7e52b84199cac4c2df1abd310cefc41fe9dc8e18e4a85df5f57259e3413c92 SHA512 0858f3618022e1385f890be2ceb1507af4d35c7b670aa59f7bbc75021804b1c4f3e996cb6dfa0b44b3ee81343206d87a7fc644455512c961c50ffed6bb8b755d +DIST debug-4.3.7.tgz 13173 BLAKE2B bb3a7a77fdd0251606ad83accf1c195a8b490b65deac660c63b1552799bd34df3b2f029467187ad63e263ad40a786232bf0f85e19dceb1b59c356d230b53bd6b SHA512 12bda773f1fb46b3176411421229ba4c298c934d99f2f2c2d916e2d4a101820a68d1f4ba9744b59e76a9c26222df25bff863896a9d4aae0e30d0783cd280aa81 +DIST debug-4.4.0.tgz 13390 BLAKE2B c965d39e8ae4511213fe01b9d63920f500013d8d039109d8ad4ae104a441584ee7fe6a2c0c67a4c71566da039d511ad3b3bad15b9bd407266a90525d827bcb10 SHA512 e964d9fc8c4263f4fa0402e8647684e1cb69f719be679918fe9cd86821d115ec958688f196b9bee3acbaf0703a86bd1373012cb28c4d8831142508df3d9fd160 +DIST debug-4.4.3.tgz 13449 BLAKE2B 0054530119fa579348894d41b9dc93fc0a3249b9bb9775e926181425105a6726fe1925f1043e078d9fd14224b46445d4d2008f5268a9ecc58a92779d42fe4f50 SHA512 446c305a7c10be455f6af295b76d8518bc3ec5849dcc04709b4aeee83853540dee994e6165cdbc57790ee2cb6062bcab4e52e9baf808f468a28e5b408cd6dca8 +DIST decompress-response-6.0.0.tgz 2552 BLAKE2B 20fa1fb249cc4e686ec51373d56af76fac0a6c442189d13fa014cd374b6666ae07793bf9f14789a4ae61bf50d064937d3dc3c6e5d4901e7f5b8ceb21f87b1fbe SHA512 696df9c9933a05bff8a099599dc307d8b0a866d2574d1c444b5eef137868462a305369161da24a1644810e70d1f9c9bd27ef5085799113221fbf4a638bd7a309 +DIST deep-is-0.1.4.tgz 3400 BLAKE2B a929da8796d3c9524904cd58b246c83a52aea0b6b5794c1b0d9a2fb41a27d66a7e030cc2db25d302afc879307f06a819c5419e62234ee70c19a16c418a17ed84 SHA512 a083f392c993838fccae289a6063bea245c34fbced9ffc37129b6fffe81221d31d2ac268d2ee027d834524fcbee1228cb82a86c36c319c0f9444c837b7c6bf6d +DIST defaults-1.0.4.tgz 1978 BLAKE2B b3153ea30ec30afe122ff08b96b840f6dca475b3173480edcc6a96a15266223a8bf37054eb300dfd6566bcd725b69b1a0798956d54f680420b1eca9eff2d56df SHA512 785b9a2e8cbf4716a5bf692bfa5a8c9549eb0d657ede3e299633882602c8848d39f0841f589eef5e1c84207bbe1ed0bbdfc9251802d8c4e2833b46d03f7b60f0 +DIST defer-to-connect-2.0.1.tgz 2428 BLAKE2B 49ea4ea2c30618937ce84851748366db3256427e9109b44edc1b0106280944b6ea01ad45cd9f54f00847821462bfadd899293ded19bf7a7fb4001105ad9be3a9 SHA512 e2dbedb5ea571b555a606ad189b93913025dd6de2e76e9d239531d2d200bea621dd62c78dfca0fc0f64c00b638d450a28ee90ed4bd2dc0d706b1dcd2edd1e00e +DIST define-data-property-1.1.4.tgz 8913 BLAKE2B e3383e3df351b3ce5c5deee84b0ed0822cd7d8087a2546ee6e49af9ef18c5cbabc6300937863dfe953cef1b7c245b3c184a770b8f040d3414682c733e4e10297 SHA512 ac132f23396903cbfa13e489668a3ef87018aac2eb920ecc49f2229cc3c5866928af0ed7f9d39754942cf904faf731a4cccc9f0e720c3765a2775f8d6cbdd3f8 +DIST define-properties-1.2.1.tgz 5203 BLAKE2B bed915fc3ad24739e89d80d4a920cd96e8aa941cf694a953084e44fc33b5234480bacd2705c43558817994222be3e22242172eb6866b56b32870876bb5d3ef36 SHA512 f109902aa10048b7799f1d14d41d6890b1256d4baeb6d27f0276264576db6c60d687ab92db4f048c3e17aaafc8f702bbbb4bfa3b4f178535a7b795ed11b47a0e +DIST delayed-stream-1.0.0.tgz 3464 BLAKE2B e4004bdde9a3033352690d09c063cae4db048ca8070f667c07c57473e334903d26860b2cd4ca2fcfef2234d8eb4ed34ca1864b3332db06c3dff7ae6cabd15b4d SHA512 672483ecd7fdd5a2c1d11c4be0a1ab28705797b11db350c098475ca156b05e72c3ed20e1a4d82db88236680920edaed04b8d63c4f499d7ba7855d1a730793731 +DIST detect-libc-2.1.2.tgz 7776 BLAKE2B b036f6d45c8858d8d9b97f4788bb4fb02b2bbe8b7c09ea27b9b9d8241acdb4b3258c8401ac1a535c46e9f75a65f2bc962d53ac0b6230cea4df36578cf013b828 SHA512 06d8f604e38ef37a375b21f9f5ef0c817b3111055c6ab9143a9118aee6c1d2eaf09cdd74c90dfae2bb22072535d67665a966199b4e62fe87fb8a8e26ce2841b5 +DIST detect-node-2.1.0.tgz 1609 BLAKE2B 1aa7218bc0e96fb365d91dbb7778f096f163fc41edb605ebf207e29e7c7333d2361b2ae5f1367bbb9069c73864ee0056ff20f118cd8120a1078e90aee2b7e045 SHA512 4f4348b90a674ef14301336e1cde6ba0fc12046f37ac5b2e3be3175c7f7fdcdd5e15b9f8c1c3e3b6dbe330b10f589d11194620404edc1a04b7b4dc5ba8218cee +DIST dir-compare-4.2.0.tgz 44639 BLAKE2B 65d0cd5e7113f2e5574f3f282b9f0dfb6fbfea20d4e670ec721a672c56e8e542502c76449c7075ef23254708aca24e9355a63fe5424e4ee66c2dd97879fa2a43 SHA512 db130298ea0cadd4083c776c4dac0409d34fc2554507dcc6733de4ba19813ba537a14f94423b2e7b48bc6b22caa6005c9be85c5cf31548650df5dfa9bc9ebe55 +DIST dmg-builder-26.2.0.tgz 111528 BLAKE2B 1320c243a80e7502d2b90ae46afb1a2f2ab3ba5e74ddd84d8bd3e83ccbccaa11c9df08ab7f3d4bfcf427ad2d13dfe2b7cc910e4feff0416626587df19a006e15 SHA512 04bec731d3c7a2cf5aec4d514625e053cbf603ca0390ff6b59ad1b6155f4aba89b0e20a3109864288bd693a82a0567407bf4b864dddd8a74a20d11f0bf2077a4 +DIST dmg-license-1.0.11.tgz 24561 BLAKE2B 4d1df412db0f7449dbc2838ccbda65f10de0dd315c697efc401e0aa8cec00d481182c7f19a4ab04401de0ac9f8105aa144bc5d95c5caecf0c5dc0d2554a4560c SHA512 65dce6ab02a6102396269a9e7e5a02e4e272d7e599041b1ee7e311f3ccfd83d667e1563e598524032a239a1cc97241f961b6d919c608b86024639fd8b3938cd9 +DIST doctrine-2.1.0.tgz 22263 BLAKE2B bb4fe1786d4fe4236250c7ae1d3f4060685540a2201780398bf781d9c7703615aa30c20187ec3bf360c4b29819c097292bb58650b2a2391fc4fcb2d4f880807a SHA512 df999292ee195cad2f7c2b87103030b79e5d8368cd6a31d9d6876f17ef124abf3612c658e109977ee5aca3ca0477ccd185539b48dd7c68cd028d2768057ef323 +DIST doctrine-3.0.0.tgz 22354 BLAKE2B 0580bbba76693587c31c4e7e4cbc229d3862a8a3682ad05c9cf606cb9e56c14ad75ff2d6089d0b99a47d0e4034d48ef219e141aa52dda0691edc66eaf0c27043 SHA512 c92f90e62de105fec6064778286f1aede04d3563462d3684c306165228c860cef3ae56033340455c78e33d6956675460ed469d7597880e68bd8c5dc79aa890db +DIST dot-prop-10.1.0.tgz 7389 BLAKE2B f613a624bce1b0497e2106d6f894e422080be334f5460d725b65071ffbecdb851ebaa7b69cb4d88619f37e5680b11c0846c02dafbccf10ad65bc3605d16a01c8 SHA512 31552d02e81030e7dfe519c1cb677d377d621b494dc20d6a02800e9fba4e2b9c1ff78588684dcccb6a77bb04d0baf4b601ca9c864711ddb1c1ca368cd269a2ed +DIST dotenv-16.4.7.tgz 22638 BLAKE2B 4b573a59cf8f793ed9f568d49748ecda913543adfb63a84fca5b0a24aed4ba510dac66a2ffeaf9fc1dd91d25eb487deed7e198b91ea595446e134ad3b3ad78cb SHA512 e3ba8f721442ca4642d37161918021aefc14e310c11488f540fa9a6ab8fa99d33f8605337cf1dca641c93a7de6240b9f15e780c40cde1acaf95f433893a7cb65 +DIST dotenv-expand-11.0.7.tgz 6655 BLAKE2B 05c607c0e88cb45e53a21a9c6be822f99fcf2934ecd7b9aa86fa61b76b0b2aa46c1410d4b793256dc1e8b5447422f389a25e14436ea3a4629afe9cf71c33d2a0 SHA512 cc81f09993d1b21b02769303c95b2a1a68323f4c93f060205d49e4740a098acc6f7f7de4ef23ba3aea0a99c4c6b973d64ac9bc3a1f3c9d989c44b03d634ad478 +DIST dunder-proto-1.0.1.tgz 5049 BLAKE2B 4a86c005f5ce580c63e5b55a5bbcc5196503c73e131c778b9a2baa42977d4bd15c6dabb3abb09bdf29c20857116cc7bdff11cf96277ccea959bca552c8908d21 SHA512 28837f9c3241411717c3430b561644f62407986ebca80548060f42aa65188e64088608a3f54e4c16faea9142f915bb72cb366e39e3add3375e45ee1463b72df8 +DIST eastasianwidth-0.2.0.tgz 2893 BLAKE2B 54458a79ba296856eb5a32455dfe8c6cf6b33af212c9d7b32975f82ee0ee386c64fadd75007fc660dd308991d7c454035be6def91df614f585563a0a5ca406b8 SHA512 23cf1361959cf578981d1438ff7739ae38df8248e12f25b696e18885e18445b350e8e63bc93c9b6a74a90d765af32ed550ff589837186be7b2ab871aee22ea58 +DIST ejs-3.1.10.tgz 42688 BLAKE2B 9cce7ae2f75e87c6a1baa917994c1612aefd2ca39fdefec2b169ee65486a64058981795ce23c04006e11fbf1ee9b502daffee8e60670558d75cc118032b634e9 SHA512 51e26615f3ab0104bc38958f678aad807c961316b4f3cfccb4ae54132a091851faedc0c45e4652be23a2291099e178a3d33c48dc9102818b37a0ac7e022cd004 +DIST electron-39.2.3.tgz 181257 BLAKE2B 3b141bbd4d7df1e48a72e3c7d4caaf4575681093acf008975462bb0004b992ad81f41d918d01130ba9f513531011b3c29da49e3be7193f360670b593513a4e1e SHA512 8fb93bfdb8f770d036f6dcb9e05cc4311528aa2ac4f910503e13c53fe5c3b8cf776b597659c0cf898ba6c4a5b3fa229c5f10492c574c20096fb4b4c1fd17c292 +DIST electron-39.2.6.tgz 181450 BLAKE2B 42f30104829b6b941d90358af51c33380287361443365f33b21a4428e22a685cf49ca56b3ca01a662cd81c63a4d79916f440d7490e7b14508ba29ecd176b88e8 SHA512 7470604e875605977eb4bd43b743d287f0852c77839050932824d7bb57603e1944f59de4db3ce5050f41da85b9e4216c29a9c10c7894a261c9370d17692750a4 +DIST electron-builder-26.2.0.tgz 20211 BLAKE2B 1fae782b5deaa84d5d88d40c1e7c96bc6b9b8f8412e7573d9fad9a0a59028afc070c79957c6f87a835d86d8a5e1afbca0b25f84df101986ef3899fc9b38a6427 SHA512 7994f3a1536b92c277b11b3eb73e70cc1a61b68a56d5481470bbf6c704a6898dd65c5ebb055e0ba0a75a1fb624b90338bafe1ab1884a126817dcc290c447f67f +DIST electron-builder-squirrel-windows-26.2.0.tgz 8989 BLAKE2B f8c0ea9ac5dcba67f0d114f7cc6c0959f94f5dc76e4fd3b74e8f84b682116fd793a0f1657e50ddef178786b9c402b7f8a4c48ad7a2f1c095cc703f513d24dbe8 SHA512 42770d4e719ec5587f248941a82967651d72ddd9d143de718c0d743dfeefdbe50d7b016550c791c81683758ed382e4bf76fc6c70b44bdcd418d5e2853b7151c1 +DIST electron-devtools-installer-4.0.0.tgz 7251 BLAKE2B dcf72b851713801055b514b5347425dd78fb3311060feceb8e3e27e20fe23582b175fb5744f5924bb9d1e9f35714f63b0e4d066837a2e8aab616a1ea2d201585 SHA512 f539edbbf8ed7d29f49fa37f648e8876f46a5e90f22d0883bae21bb0123e74bfb511fec2f09d89c01cb0e7c3f74c988d7aeab2577664a61a4d5ae64ae62498db +DIST electron-publish-26.1.0.tgz 40413 BLAKE2B 5922890de85e14d461c9b0b70de359948c52d44c04bfde8d9a3871d15289eb9fe9c72921755b775ea5d337bfc160af0765e76bf1fd96a7ebb78617cfde5a0c82 SHA512 1b08210c83a4e6fccdb5b88c7971c421137ef613d1f1ca93392ccc89d5f8bc20bb53d18587cc21aee845840c9a23a318e589724cd993ef3e8ba4b94ef2770e5b +DIST electron-store-11.0.2.tgz 7489 BLAKE2B d73071f6bceb8128db708b8fbdaf1ab85d1b177df419037822d1b46f9a73d09bed9689dcf8ad19a306e8762e47623efe1d59674100c82039b2d8e9adc32bf953 SHA512 e1590d45d37e04898bd8a7028b8d56bc061b87accb5f90144e2e2ca3af323ea888b636e04e3aa9127180a9ab209c6fa507a1ae032525b4ac15a29a7a52ffa0c1 +DIST electron-to-chromium-1.5.237.tgz 30951 BLAKE2B bd592374653834eca5a38aa7753c211e8ce4306c4911f051d5a4d66796cc57d313a72a960443ee98dc4e6dc028e09ace03f0161dfc2c52eed37cb41d7358507c SHA512 89c52dd4dbdf8462daaf9952587ded1cdcda6e5680e63b371d51da7108a67cff1588404e42ff8bec3284b8775b4d9d122823b5a204c94c82f51b093d4ba42f72 +DIST electron-to-chromium-1.5.241.tgz 31035 BLAKE2B 713315e5690603cba3dcb92b729b00ee1b9b2e5831546bfaf02b78d3d49b21441e596f1dafd7d59e85269444aa806403fd3da85fb207aef776001ff6933f403b SHA512 20b32f297fd9579588273cddb6e1e0f31aae936cb404e1a514ec415704e96e25ea5881f485a986e3975d5384773d0d2062efb1828d2f7475c7962f6c1c819be3 +DIST electron-window-state-5.0.3.tgz 4322 BLAKE2B e93231f7cda2a2c638d97074048c636d259f36abbde2bbad2e46f7f68019c20e45b955d6e07dd92f047b1b62dcc823bdf3539630ea5921f7fec03a69fab857d4 SHA512 d66353c027e4a255e5de431fe74c96def1369598f4cbdd8ffc7616141adbfafd92fe90a46b999dc0dddc6a02a6e39f00ecd8e7752c228f29d781c2d646876c56 +DIST electron-winstaller-5.4.0.tgz 9141554 BLAKE2B 5d728643c5aac3362ce68199cc066f8d8b7dc7ad920cac6c3090495f3aad45da71b9b24ed69f20ecc4a1e880794431d9be1ea2fd98f348619ba926426cd37413 SHA512 6cedf2d7462292e53052e0d441133829fc0d90a867a553bb20f75bb2b7a3c0df7f000049cf34d0e06787c32ccd4ab54efad107dff369db9e5adec559a590e3be DIST element-desktop-1.12.7.tar.gz 3168015 BLAKE2B d58d4d9507755ff692215d29dbd5b527e314333f82bce8eb7911b8382a06813c24b1e8f786e96a7fecee1f2f427845b6a2254ffc45f0d4527d18086c50319a53 SHA512 1c914ed46607818ab3286c0bdb279d3d5765e6d72c5dffb18d5bef7080a93294eefa74a1125d13f4e0784cc2c67e3ab2c9cbf265d42085c1424c1f0e537e7f79 -DIST element-web-1.12.3.tar.gz 24197114 BLAKE2B fc4d5789167d861be92c5600bbbf6965d55208f4654f6d219cc1360b56e33d7ded90ea5b8430abf195cb06fff5e5003c2116c47d78950cb3a4a4ba2af2091b7c SHA512 b845ff71ca39d7ae4dca9bb55e821bfdf911b12de5d012ba55d598f3287046fb2b525bce608925a9fa8fa7d39a4ceed9b4213d5d1c1d0c9e6b9b72154c9a35a5 -DIST element-web-1.12.6.tar.gz 24467930 BLAKE2B 240f32dbba7d4d173a3bf7f7602b0913b8acb1835ba4ae1690622422de71e28678a12b6f42edb81ac86ec274e979618fba3674ac760000317982589aab93fa68 SHA512 5ddef6cbf2948b36c12d6eaeeffbdf56c09d217b87b73638374459ad412d70fe7ab2d55beb42e752be4ace952923c266f0c5b3a1443f836f1e6f311a7f2f7645 -DIST element-web-1.12.7.tar.gz 24583616 BLAKE2B fbda62604e3d0b8a6e56a6346c296602090a44a10a86ccdb36c6877bc83e51995eecde4e001bae232e29e05aab607027a9b0d2a938bb7c6bd4cf9e1132c0d556 SHA512 2433af8b01f7b3ea6152a0778e7e1502f7fc2c678dcaad0af8147aa34235b3a9453617b611e2fd8bece511600518a8b512823dd79cf7f8b8d8284b649ba52fb1 +DIST element-desktop-1.12.8.tar.gz 3171129 BLAKE2B 2a858bba6753517ef16991d394425087571dd3a0942887147c80727ced45cc8eede0c9a236b92819b9544f2423892cf25bb4089320f3f9a21188ee946b229afe SHA512 e5cacd02e8cfe7f8bbe146de6a6fe5db2383dbe32c5ba2b1f606b67157958f25d0eaabd53bcb28533efc7d76375399577bfc89db2aa5002cbf8b059d7271e7c0 +DIST emoji-regex-10.6.0.tgz 5610 BLAKE2B 3a4a5eac40d15fef7400b368a9fc5ad2bc475c977139a23444b16aec3f8da37ec4f07678fab040e8bf011d28408fad920fff286692bb18d2e789f4ab7d749a2a SHA512 b68508f38612e589b15b6d7d7ab9e2583d022153a8e3ac46282a2578d41180ecc3a2b8018b5bf80fbd7f385ce00fd18ed9418a22fd42dd2a7c0c09f4fa3e70ec +DIST emoji-regex-8.0.0.tgz 6664 BLAKE2B e87c25921682c2e12bffb1dead98f01dc6993100db21890c70c08cc4228ed6ccd97f34c9d2c0cb4ff747e57e8cb8ec0ec458eba0c7cff5742a475888bf9b7e1d SHA512 3128d8cdc58d380d1ec001e9cf4331a5816fc20eb28f2d4d1b7c6d7a8ab3eb8e150a8fd13e09ebd7f186b7e89cde2253cd0f04bb74dd335e126b09d5526184e8 +DIST emoji-regex-9.2.2.tgz 11118 BLAKE2B 9bf5b0c20b5559bc0d0aaa66b320ce5d4ff2657f15ffa8490b4d9716fcea5ba7b4c37830e4de72fa023bca1878236d96b063a0be732307f731ff4edbc8321734 SHA512 2f5f03689b17494936fb8da9bfc98bb398c94f686a164144e23db5c0e9a06d4aac67684bef636c514efce60f515e0a37b3464d815978d93887a7766d3affd5ca +DIST encoding-0.1.13.tgz 3040 BLAKE2B c0cb16830c589bbb396658c3f6abcb8918b7e8d386bef7fd7203ee61fb77dc2ed36465fe094db0645845c5fe3d5905b738fc0e1096e12e7eb6f64fc46059f4ec SHA512 11305aba8c354f7e58fd664c922a3d8e2334679c631c7989e179a364eab597f757cf796bdac467f3b9c9cb6d11ba9a928751769b71c73d2a7c4a120f409ac9dc +DIST end-of-stream-1.4.4.tgz 2387 BLAKE2B 89a594bb0bbbbec85aff1185c7654737cd92e7681a947e2b49945c55214c0f733488c503f8ea73bf54aed36fb83fc93cb13d44fd689ab88af17e72259fef7cdc SHA512 faec358a720754f428695b87cd1c97776d6270cf9c9ede02cc3e6b5be342d708ce5124ceb3e4deec53afec084deef4bdc7fa08ca12cfe4f4751fea614001eee5 +DIST enhanced-resolve-5.18.3.tgz 42922 BLAKE2B 0e4df8ec669b7e0104c8487278bf7deef4519331125e3d5167e65a9cd549e56e1bf086e00c4453a4c2a530af133d5b1eac5c5da384d0ceb075588a51a465700d SHA512 778942f317dabcc7818f31abdaf1020b77ec197ce25d94322710fcebc87633f9812373f002e383c4090b92ae4762ebeb3d8714b622f3b13a3c5373e05f739cc3 +DIST env-paths-2.2.1.tgz 3411 BLAKE2B 27f30ea0ea39e552c49114ab061feb25e02be9868827fac07452d4070bfe18678d4ed05edf60e3572399fc0854a5813a80ab2665cf0c164da52f65e3f8eca50b SHA512 fa1d6590b2a164c4d88e8835544a49346ecd64959cb9cd830e4feab2a49345108e5e22e3790d5dd7fb9dad41a1a8cc5480097028d67471fdaea9a9f918bb92d8 +DIST env-paths-3.0.0.tgz 3254 BLAKE2B ded6046e53faa0d0752b0c3a9b3d7cb74b144bb39e6d0e3caa16ca795857167b4f252b24791c040e79a006306dfc0755b005661f8e5977bcd2d38f5610ec8903 SHA512 76d2544dea73316dcb9bf34fc517f7c0fe3ae365168632f6b10c5cfb29b660c8f59bf1f6cc33503a57b369fce41f09fab0cb2d8c74f01ba89042c72d0d6fdbd4 +DIST environment-1.1.0.tgz 2766 BLAKE2B 19fc11478b1d1acb43e343ff18736c7b845c0254c09a5474fac1486e09fc36d96f59b66b5487523dffe5b2eec01152b9ebe2ff8454136ff4055e7e4ae5b958c0 SHA512 c54b683e432081bcf430fc8f8885abd4aa7869e5898c367a48cbd44618a68dd660b11b83a65179fecf617201a1c97321b3eeafa67ba8899da4162bb714c9d2f1 +DIST err-code-2.0.3.tgz 3433 BLAKE2B 7cd8c01f77aa181c3f6271b98e7ef6492848046c98f04cfe399ff62aab38248e04c251290e470b9a18afabbcea0a9d9a5081837e2815932e9889df9d3041b4b4 SHA512 d9b9a546934a0714ff09198f3a5c88490a4d8fea92798bdcca6fee4f4271d9b30e94a2ed4b2d5998bb95c5210a2b2a2bfcde7286fa7f6621b5a04dc311831214 +DIST error-ex-1.3.4.tgz 3551 BLAKE2B e81ae71433d3aec0c408f1c313d57f8853205b2b5beb5429161dbe3a39d026070c9b145bf47268c2e542c46bd861eff2e4663ef4c166c20130697c3eee28f90c SHA512 b2a41a9809d1d785600abd40eb5f00dec1abca07292be1c46de9c0fc7884024914c1c648201fed816a871715a03b20e1e270782424629a1efd751e58c1cf4c0d +DIST es-abstract-1.24.0.tgz 235085 BLAKE2B 463088819501761b048e3a9629b7a2121f7dae7c4231112de8dd3da058c49310088c1892e086d79875712923fd6b44fce3d057e6314346705b16a6dc8f1687ca SHA512 592ccf82c74bb53710c26e0244e7d2e63bb659ad5041c55e4f7ee3163633745cf5afd6a169d0bc07cfdae2ac49c4cfb4f45d7c8ae9827519a5afde9962442f12 +DIST es-define-property-1.0.1.tgz 4431 BLAKE2B d162ae04c63fe7261bf14110cbeaff3786e5bb76a495f004c705acf5d5437f1f7d7ef8e592adb318701da448ec4114bbde537de0db89702826e4858c9bbddb88 SHA512 7b79d17e07d4678acd18bdb7da05205f4e90372c9ecf4e0a76316b17e2d34683979ab3a014a0e0e0109db235bc1274faf5ea9d606991a49c223d560dac2696de +DIST es-errors-1.3.0.tgz 5338 BLAKE2B 8db0e597a0a586500940cdf49f9b1efa859bf00b07eb25822037054ff6022e8202802804fad380f16eaa6743ffece042dbb9e99e7ed02ba69fc7b6a501c045bb SHA512 65fe47d8ac6ddb18d3bdb26f3f66562c4202c40ea3fa1026333225ca9cb8c5c060d6f2959f1f3d5b2d066d2fa47f9730095145cdd0858765d20853542d2e9cb3 +DIST es-object-atoms-1.1.1.tgz 4658 BLAKE2B 8fd2939c0f0adbab491ca5bc9056c6bf28e2d62550dc09d572da0fdf256ca281a8ec76665c033df354e00325171a2213813cb38b0126ea8233e0d6ab47b002b3 SHA512 146807da1f3328d8a6f658e3edd6a79053dc20220af42a796e6f9cda041261e3e1a5a1b9f9eb2b2ce0e2848a2b9fe3dee85189cd6857428b4fbfbde34da95d5c +DIST es-set-tostringtag-2.1.0.tgz 5583 BLAKE2B afae9ceb85b857cd5f232dd64521eff207af9cfd6aa4242c12a7935676d5cc10f8bce3870e66b5128617194d13175371a001ca582bd98f70c9beeabed2735b52 SHA512 8fabd6cdfac655fc97c607be3b4c79b21e9cbf10288346bfe1175dd8adfacc2315e5e27effeb4e0278113bc70e0cc3566d545d5659866502f6612df247c6c850 +DIST es-shim-unscopables-1.1.0.tgz 5058 BLAKE2B 5d5be6f0ceeae56b98c1fb697e75cf7177f0506cae43d2ed996078fd1bbd8ddd2493cc99b96c176f6aab22950272eb7b5acb054a41272e34359dda339e4f5d70 SHA512 77d4fcb9cb04861f018b5c285c27fe4c828321138b1b958293183c81e0426ef936da4cf00b91b63a75d530ee8552cbd09605145d0da2b5ea615832ea0f36de0b +DIST es-to-primitive-1.3.0.tgz 10059 BLAKE2B 03a13796a76301146c451e5d6d4fdbc4758f158a655b371961f13f3fd2c27638adaf7420e9bb79603aad540a2634225553d12e98cad45f397eeafd2baabbaf4b SHA512 c3ee662771ae14bf8d8d5b4996fc9d4a1a84d5e3778773db23bff92c0b1824fff6aadb8c5e37cbd8ba47491aa8e1be1e485e4afc31f5257294007481d945b9d2 +DIST es6-error-4.1.1.tgz 3294 BLAKE2B 37e87f405c48968558d4b6280f9c488ce3a3f169ebd177d5ea4afcd9cada7dc453ee2d5ca3e031ed396de49e3a2bfe9ecc57c614492534118a8a73f13bb5ffb0 SHA512 526ffe17132bf422125a1d1b8b966fd22383fb8705879a8b7a4b35aa1028a4a540270dddae029b2b24a2929ef01a10cbd073de6a36b43f950b66bc4b92789456 +DIST esbuild-0.25.10.tgz 30947 BLAKE2B fd7ef65859c1a78b49aea2812264d0eda1890927ed0cb62f57a1d7e8836217e0209676c0f33f4dfaba4b3e5b4c34b9c7804cdbb29ae321ca4e7080b2b8d1f6cb SHA512 f518862af0b06aac4eda8c0feb5b90e0180d6e8ac042c90c47a42eb1f5b342abfb0193a0e6819e85d636a5124c4cabb0c5dd480c13f8ad26c8e651f353b48cb1 +DIST esbuild-0.27.1.tgz 30946 BLAKE2B e126443943051d6d951e209cf70a9ac02457e2405e4eda190e4c662f35f6d1fb42b5308ec000b49911da1c2568504d049aae5bf5ddfa66ace94136b61c54fe55 SHA512 c98df9299724249b9554f5e9be3831882b951094faec5eb30de553bf8ae2cf23eb7c6054a5942cbe6c6737e0b7ef57367ac0ff84d3238f8b69061bae78b37b68 +DIST escalade-3.2.0.tgz 4483 BLAKE2B 061a2b1df87bebe1e1325024d4e88eff27cbc3fcd7679af74b1f7bbf2ca78326717a6297307fdd9c2776b57716c01cfde6650015f77904f5a666ff5c1c6fe2f2 SHA512 5948f6aa5c5a42d3b883a3eae5cdbd193716183c9df22b4bf334e58a98040b3dc97ac02288e2a8b5df0953aa2d0773c00a01bac64254c9585ba0c4be6e37bf8c +DIST escape-string-regexp-1.0.5.tgz 1578 BLAKE2B f1a0ddb17b3e958dd0f3918db00fe3dd7cf322bfc4a7024c5ccf5b80a4d2e5f2914c78963a9d6b491f5ea6701aaa1166d7102428873069f38f57da4e198cd505 SHA512 bdb468ac1e455105af95ad7a53c47faa06852326b6a86cf00eb366099b982ab6dd494306e88d5908641179f911561b8e9081959deec1437e4349fa35aaf26a16 +DIST escape-string-regexp-4.0.0.tgz 2017 BLAKE2B 923b1b0cb69f07cc082a708215dc8f81957e866c063d329364b50da9f526ee4497ffd8fb9519c16f16f5cf64233e26f31e03881862ad89e78cd473fbd9a405ab SHA512 4eda5c349dd7033c771aaf2c591cc96956a346cd2e57103660091d6f58e6d9890fcf81ba7a05050320379f9bed10865e7cf93959ae145db2ae4b97ca90959d80 +DIST eslint-8.57.1.tgz 566631 BLAKE2B 30aaec660a3cd61367fc7b47946ab20ac3dc685b5140f51af3c2ed793e1ce4f81e32e233c3de0ab4c444bef79388cedf3969b352f6e87eff612bf34facd73220 SHA512 ca9a30c83c69552629917afd58fbf63c0642b4d8a9d4cbf92935b4482bab5efffd88ea5cac7f4f6aa504964b2a101ea90a1a87183442153cab6651a19cb34688 +DIST eslint-compat-utils-0.5.1.tgz 12586 BLAKE2B 88e306ac9387c73f417d3936b2460a9866188e48d465b614febedfb9e0dbab4db9c78aae2ada6a1df997c509bf707e2584e7ca605a68760d6a9dfda0df875de6 SHA512 df3def15ec4a2049e31c4df308c468e9f9ff7b8e14ed3d648548e0f87a746503028a0876f2b00b0f49cf14170666e88b0b9acb65adae6d01c34659f4f497d4d9 +DIST eslint-config-google-0.14.0.tgz 7913 BLAKE2B fe9e171d0387be7cb8a7f2a528ba839c346be74d7385e86317b00f69391374e1483c68e0e31128b7c467be008fb5c575fb230782df261a76d0ff35c0e50a98c2 SHA512 5ac6d7e166e3b8cbd375e54bebe277acad511a1093aa3b058d7ed4312320662cb1c5a34b92824435bac6131cc44457a84e91b0dc5dc5ca94e25803fd657ce413 +DIST eslint-config-prettier-10.1.8.tgz 15295 BLAKE2B ce4cb86e4295d4183e4d4d79d0ad12306d25fa06d96c1fb095ee8ae47ac2ce152f9bb20559701d5b7b158f18899cdb03b9c0b8e804a280ff189956dfb89c5b03 SHA512 f36199523452d29fe381a9dfeaad6b10edb9552a071f484a3c24eb8229653e3748ff76e0061004d50cc7ac74e2ce3a51bf2ea9180bca8c326d936a45f4d0eaf3 +DIST eslint-import-resolver-node-0.3.9.tgz 2480 BLAKE2B 7ab89f26b7e18feb1d5ccdb05626b212550b0aef9f44392aaaf04271cb52ddef6ee6ca9c106119d3dbd756141d81579350aac4e7f7701f185cf9a0364a1c59d8 SHA512 5858f68accf6d896a152ff81efcf1394edcdeb32f79cd24653c09c65b3d9bd512404f689742578bf2e70ca086dcb944e15b0919e6d77daff0149cbb9ff5050f2 +DIST eslint-module-utils-2.12.1.tgz 16180 BLAKE2B 1fb34221a17dbf4298a20a2213f7c922e3647a04654e2fbf524a378edde6c93b9d0b999ebc24448d60568fd29683e28f0b9fdaab7abd884ee5ed4b1d1a5fa60d SHA512 2fc8d2593cdeecada64e0d2fa2cfd1b8b452e6ca289a4b033e824b5c8b250bb73c5a6badddbc7b08fa498a30dc059b7143996b6d474cfacd0e94d6f3d0308337 +DIST eslint-plugin-es-x-7.8.0.tgz 44535 BLAKE2B e71581b5f3e6d7a39c9e1bc2d835e661bc134b91252096334cb4903af9ed87756e1db8d86d934538d0e2b0cf51bc1ec269a611ce122429fb531c0bb4120fdddc SHA512 ec3b3cfb0000a15dd3f8b00a7aedfd6390735c2ac62ab70849f80a12a4d2e010cdf121440d07744b8de3890f2f21adf050a0f4eea8ad65d7f395e9d28bcff4a9 +DIST eslint-plugin-import-2.32.0.tgz 411146 BLAKE2B e06d34d2adc8fbfb08817304557cd45fc67e7492461ce6a563b8ad2982a60189709f048746e5d919413f7128092b4a111bd9ae76265d1a93351f72499797ccfd SHA512 c21384d47168fea243c97e129d7ccfe0deb33969fbf5686709463f88347498f7d064ef30718138242973236a19ae10679cc5020421d984ee95432a0153de6664 +DIST eslint-plugin-matrix-org-3.0.0.tgz 5731 BLAKE2B 3034f4ed592aa1570f49e127f78ca66180773cf4ee0e65004054c19c2bf630b874e9d8b68246eb3f4040d766ee0616b0eebc279bf494a563a64f69fdf0d6d257 SHA512 c4e3cc7b22f13a0a01d92b0f84998873e76ba2b6665e8cd2068dd7f70864ffad83bdb56925c9ed86d84e086c7c9636127000cb6fe6da34e78dfb0299ab092577 +DIST eslint-plugin-n-17.23.1.tgz 89892 BLAKE2B 443ea9572f17d3ef81187645e96bd429b23c2bb7fd75154bfa5878999be95574dafcd86729eabc699d4556d0c8a268811f5c3b08ea093c9928d3268b86b13327 SHA512 ebc3de6a55296281ce061df7d892cb0fd4a3ece4140e416999c7eab7c47db3249f1527ae1898cc4c942f091441f7accedc0fcf10b44b90faf3b079b3105410e4 +DIST eslint-plugin-unicorn-56.0.1.tgz 162931 BLAKE2B 1ed9aab5ba1940edb50d99c1f34029cb99d14a4ffd12a1704fbd4e77a5a51635ebe497a6ea3938ed0650f043faa9312ab9d03db380b11ca2a1475c961b3f5481 SHA512 170555d14c1ff173df5672921a9320ecdb65661d06d2005aac268570c50ea2a3f15ebcb1758c53451bf8907e81f53142548ae34571be7a6731224d9ac998a5a2 +DIST eslint-scope-7.2.2.tgz 25937 BLAKE2B 7874be59b6c86bad073f71ea9b3be81495e3b97cf3d28369e0d6e8fe07d5370d92bab9ec68614140263a373ddd487d2b1c06795bbf0c104bd2edc5007fdf0d27 SHA512 74eb76d4eee54cc84333e5fd981e065fe0d9ad9b425093cbff095c4eac72af1e48bced0862d20b76dad0190a7ef27e52d20c1256639ff4d42b8cc3a07d066522 +DIST eslint-visitor-keys-3.4.3.tgz 8109 BLAKE2B f125ab026ab370bce3095412039459734bd804dcfe62f2cbb3064c3fdb477713ee15809d5ecded0386e80b68eb4c988ba3a09968504290c52ce755c19ff0ca75 SHA512 c2973e2d77a2ca28acc4f944914cd4eacbf24b57eb20edcc8318f57ddcbb3e6f1883382e6b1d8ddc56bf0ff6a0d56a9b3a9add23eb98eb031497cfdad86fa26a +DIST eslint-visitor-keys-4.2.1.tgz 9146 BLAKE2B 2ea4e555ba70f6ae0be03227a4c7ce40f4efd2231edc10d9a7590a5325a0886972360215cb61111e7b7678f7853ded7c05f9341960b4b65494e429b7a82ca601 SHA512 521764e6c7ea71e7bff47feb08e262918cfaee8d1ad93c3684644f386d98d51d9d83b6eb45ed6e1b4c9a3500c7bbe4cefee40f17fe5e09aa6f612987523b7b25 +DIST espree-10.4.0.tgz 17313 BLAKE2B 0f754926f969074d293e68f6a7a52ffebdae1007ff7fdd9ed5e09c76a6456b34a83623e82f8a37799b98b2577c0fa12b7fb934f97c596a762909d3dba1fc5a54 SHA512 8fa3c0436b94afbf4f6610633f90b97e197c7b7f459919ce8ec0f99469d6ac553c8b61bbefab412bbfa73fc2ae4144d3c80654c1f42a5c082b547e4c6c7f4261 +DIST espree-9.6.1.tgz 16332 BLAKE2B 8f10a58776c40df250c1692869cf0c4db34c7e3b6a790546136eef6096f52e643752acb9618cbc468b0fcd96dbc0b05c3dee65f3c329940486bb83374b58ad41 SHA512 a2bb99685923a2b4e9177da40d2239ffbe558b019e6608a7186cb636839283743d6e7c259e60e6e072e7925d111379fe9e30d7474dfb698d7ec79f19ff315dc1 +DIST esquery-1.6.0.tgz 162341 BLAKE2B 81cb29a99d7ed4b0b2d58991eda7a30215bb6bf9b9b1cbba5a57835cd2767a0f7d337ad907a3da78a43925a559c8b12e616a2c10b0775231bc20f05a95c5418b SHA512 71af69c3d7e898570a3ef14b5e104a50af7466f1a26e218ebd124d6e396363bb3bbaaff960ee013b3718b49a84c5dc7df6b17a6807274711e67141dccfab10b2 +DIST esrecurse-4.3.0.tgz 4053 BLAKE2B 1bd4bca71bf73cf3eea9959c4eba538b475fd78432bdc802c2b88463dad76492c9027edcaf7a365409022a1b779230092b6ad000a333be3e2dc4a6a0a1f54190 SHA512 2a67ca2f76fa1be457bcff0dd6faf74ead642ffa021609f63585c4b6a3fcfcbde929aa540381bc70555aa05dd2537db7083e17ca947f7df8a81e692d8bafd36a +DIST estraverse-5.3.0.tgz 8052 BLAKE2B 820af838fb5d5ff2f9bacce5551a4b40154cd0faa1990a051e8c486bed76b98c5b13fe1cf83817bdb8063f35391c60e6bacbb9b88bfe9443ac7a7ca22a191e2e SHA512 30c74046e54443388d4de243f0380caa6870475d41450fdc04ffa92ed61d4939dfdcc20ef1f15e8883446d7dfa65d3657d4ffb03d7f7814c38f41de842cbf004 +DIST esutils-2.0.3.tgz 9542 BLAKE2B 139acd19bd840894392fbf6351fad4287fa01360a87d45a26ff78f3a4423d3e5e3bb17ca18e646779b595061ebf9611406c1fe072c44bcbb039b328b0e5ab7aa SHA512 915b1ca97938382a7af126747648042958baffc8a3df4d0a0564c9ab7d8ffdd61e5934b02b8d56c93c5a94dd5e46603967d514fcb5fd0fb1564a657d480631ea +DIST eventemitter3-5.0.1.tgz 12095 BLAKE2B a615ee6579b9dd2de17e1fa4fd41b3a40915ccc556a2151f13e31f7a59de92491c3f9d59452982daeaeceb83d3f2f0fbb3f11aede13837a15cef19a0e8d89acc SHA512 196901be389264af3b10bad839211251879521cf66bcb2dffe75da94c392e5d62b819abda3939591b64054cd3a095c58b02c07f410d914f9504e53c0d63e1a84 +DIST except-0.1.3.tgz 1188 BLAKE2B 436db8201497388afe52415a64a6fc8333220bd1392267f9afb1f3ff32ce8ceef35ac4fe784d66ebd6ac6a211ca72db67f6ac73dd4148d840e2663c7936b4b00 SHA512 a2ec2025abef30e4ce7f2d1113c346405008a1687c7a126192ec43c97c6780c553c53abb1c613b819a29661a8a167bb99592c8faa41db6f27c9f4dde869ed126 +DIST exponential-backoff-3.1.3.tgz 15151 BLAKE2B 4169feb4933f0cf9c195796f0d93e62f8104aea8e32b1eb5ed4bf91090143259ffc9cc7f4a4f16b7108798978a66f77eddc3351f3d3e1beac994a69e3b523826 SHA512 66011e6578f7d2af88d0437e09b492a48c8f689e475500f5f19d66faed455db01e4fde26af5cf0e74ab8aba8e2882e38ecd97f61370861201fb621aa7adc1708 +DIST extend-3.0.2.tgz 7258 BLAKE2B f7b7d08d78703c31aa760f5d2a1adab512f712a497b59a1397ca9ee56f5c335bb8c70cca73266df547829d4a6714e06a5bac8ccb24ed77b9d65c0dd1187ddaee SHA512 7e3aae0b9f5c0fb0b25babab3572b4141b9f9197288861bcd304ee3ee8d7e7dd1c0794ed967db4136501e12fd601156a8577df665d8b3604be81074f2088a6fe +DIST extract-zip-2.0.1.tgz 4361 BLAKE2B c7a687e7d87c8b781b04bddf7a3678d163682334dda98034205392f20c26227c273f0db372488fb718b8ca5d2c5d9148770a418422827bf135ba874f04c7cdf4 SHA512 183854f67b70b8ac865dd6415204c87bebd79d68f47e9a5412d3032f4fa275de52b5af131a91ecb27fdebac03d9ab3ebf6a343ca6e92c406198cdbc29fff5106 +DIST extsprintf-1.4.1.tgz 10978 BLAKE2B 976075024de57d46b7ed51840a35ff924cbae8c6e68da81d4a1ee79b25330a38a7c01c629b8842977aefe9b63f03503c73cedf3465c51d411ebb7ee8f204fc3a SHA512 5ab937e5ef327422838ff02b0a5a3556b3d598df33a61e55e00b47c08b8786f317b0a7fbdd44f704e0fe6b30485bedf0389e058441fbcf2689085bc286362f30 +DIST fast-deep-equal-3.1.3.tgz 3656 BLAKE2B 7d3cd0b79302df438acffa37a02d9a122b6470a7e23cd3e5e3eabfa98aa0fa101eb34746621df0001bf60673689477984ac6b299350ca1f9c8c4029705eba1f8 SHA512 7f7a90f68432f63d808417bf1fd542f75c0b98a042094fe00ce9ca340606e61b303bb04b2a3d3d1dce4760dcfd70623efb19690c22200da8ad56cd3701347ce1 +DIST fast-glob-3.3.3.tgz 25301 BLAKE2B 0fab5c0ffcc569a3c164590658e862ec69e9d678c20b509da2befee40bd7cebe76ef8d7bf5aa4cd4d371e2f82acbd72f7334821d5e58d8dd305591e9a133a898 SHA512 ecca6d2fc53472a705773233c0e4c7a22957f71e41acdab27bb67f2ee0bb9023118a8d44312caa44adc1100503eec5d1ab8893e00cd356e65d8604364c2bd82e +DIST fast-json-stable-stringify-2.1.0.tgz 6318 BLAKE2B 48656a692a012d7c3ab36deaccb23f020f57c12950e0d5a3d12bb8d0ec16993ece92ab659ada2919d1ef4d7439e7beadc0241f4c1d4a7398b5a64583414088da SHA512 96177fc05f8b93df076684c2b6556b687b5f8795d88a32236a55dc93bb1a52db9a9d20f22ccc671e149710326a1f10fb9ac47c0f4b829aa964c23095f31bf01f +DIST fast-levenshtein-2.0.6.tgz 3699 BLAKE2B ec91de530cb4934e99a49e1410b534543b1fb3c63d85832690ba76220e6a059e8f3aa5e85c7aa74d2810cc613b8817b119169005804906205297ddb86bee64c6 SHA512 0c25eee887e1a9c92ced364a6371f1a77cbaaa9858e522599ab58c0eb29c11148e5d641d32153d220fcf62bcf2c3fba5f63388ca1d0de0cd2d6c2e61a1d83c77 +DIST fast-uri-3.0.6.tgz 21135 BLAKE2B 092e4378f26d96508514f24ee68d0b7124fffbf517b8ac62830bb1beee9f8821338e40144cdf5b817914a0a8536d8c0ca4f57550ac5a40eccc363fd5ffb10543 SHA512 02d7e8d783a26d2bf9c00a7855636c15813501c850453bfd701196113e296561f362c845492f4d408e88e7badd2a7f5cae859531b6056cb849fb226f9992081f +DIST fastq-1.19.1.tgz 9646 BLAKE2B 505654a719ada3f819bbc0b623e021e47dab01f0788c9c13bc2451d85c19000acd6c23ab051f482a2479c6b7c8e21b483d39431bdaa0223f81b88e47c717e22f SHA512 1b02d3cb19025e35dbc6a2214ec308d8dba2f21b8c3ed9f183b92b6a33c90239c41bf8a2392ee2fb30ad586651f46d0d04a6d72a1e97f66f5422c617fcdeafbd +DIST fd-package-json-2.0.0.tgz 2460 BLAKE2B eeab4eebc59486075c89597408c87e92524a56614117f1a9d565be4c77d556efdcc15d692be4aafa79fbba3b84d685f31c31a9d6fce2f942ca300b0f30585867 SHA512 8ca9a6f58b6c35737bf3d452ff4992cce0b5354abd9a455deb9bdb49256c29d8c6bd85c1b84e2859ed90384a0579198983e94fb99c699ab7c5725361a1132779 +DIST fd-slicer-1.1.0.tgz 7516 BLAKE2B b6b1ac20d3ef1f4a50f70b3d8f349b5c48b9c81e43282a4b2b66a657f1b5fa7fa67d86cd9b1057036c97b0e1a37934debc9db452b36c6cc273498106f6211349 SHA512 704d6ab01fd5c32428cd9faad5d1b147c2c160d65ea1f84475434648c6d00f71b0da50335fd65bdee214e846dcfc59b28e8f405967e79f4014087aad7afb3ff2 +DIST fdir-6.5.0.tgz 9742 BLAKE2B fe7c6861388f94b02caedcbfcb55b553a1d27296d8ddd2adfd6dddd4addb6038c60a153b544ec1eca9e6d1699e6d8749d81905d9fe4e5e56442ce1bf5a4f6440 SHA512 b486d8b596ee70eb340511aa3c992c84951874bf920c7edd54cf208f2f84469dd60148cb105244fb4da46a7c87b708d63a7c2b298062c0098cd29e242c90275e +DIST file-entry-cache-6.0.1.tgz 7793 BLAKE2B f7409b5f59fd0e8a9e616c0772ec3a10cf0c9bea89e7e8364a9242bf772ef8dba3ac7ffc78834869f86e6597bc52f5d34a36547762ab1753bdf98ad1bcdca768 SHA512 ec6a6cfd75b299b2e4d902d82b8373a4c3ab623321748c57b88bf2d9006c2c4ea58eea1d2af7645acfdca72249dc25485691f43a2d47be0d68bdb3332dd14106 +DIST filelist-1.0.4.tgz 6677 BLAKE2B 0d84ffa80bb39f64e03f298a997cdd511d4921c334dfc2b6f390e7407064b7a00c449527468d7155709bb9334aa00c5cf805fbf8a09ba68c8975639f07002534 SHA512 c35704b9fdd2f83acb0902fb113ea4cfe82694975babd27bc970928cafce6423c0faa10dd56c85e1901fd186096b8fec84726b6b6b7f77fafc495e098bec7ef1 +DIST fill-range-7.1.1.tgz 5723 BLAKE2B 680401e2be73af604606eeead42ec1007f9685340ac66fb8294ec13b51d7f88d1988edea273dd5279cd15f824f1a4197f3aca154d63176dc86125e0d8148d9f9 SHA512 62c1a97b75872caf19622e2d583836272dde6d1cf6ad7a300f19e57786e4401d3471cff5670f405a70b48bdced0c98ad8afb50bda23d29a2f22ab73e8415b4ca +DIST find-up-4.1.0.tgz 3745 BLAKE2B edac7376d9bab6a0de8608be3d6645b176443b1d7de1e2d36398aa00e6680e11008c2bff21fcfac292883c482081451654c00140a600b59de1c2cb808c3a8526 SHA512 3e93b001d43f6255d0daf8fc6b787c222a43b98462df071e550406616c4d20d71cab8d009f0ec196c11708c6edd59b7e38b03a16af6cb88a48583d0eb2721297 +DIST find-up-5.0.0.tgz 3806 BLAKE2B 5a49bda1107748c7edb72326c2d9dfdebe921e40badbba3a6a97bd5a69d79f4e163dee56fc3f4f4e021a6e52f4f99a373a47de65a7dea485f8aba8ff04a1600b SHA512 efcfcf5d3d7094b2c3813cc3b3bb23abd873cf4bd70fece7fbbc32a447b87d74310a6766a9f1ac10f4319a2092408dda8c557dd5b552b2f36dac94625ba9c69e +DIST find-yarn-workspace-root-2.0.0.tgz 6122 BLAKE2B 11fe43ecbc7813c279492d32d8319b09803fc915a92b829d9a981bdb0f7247293e9dee7d551e0f9bcf560046a85de5d32be828cc0eb1863fed32ceaa04672151 SHA512 d483276e3b782b3b107e7867ccd77cc141205d9e3823365a6669cb631ec3e45665687b76816db40ab8bc43e13fb79b488f8f9ea5306e6fed99c6efef3482f3a9 +DIST flat-cache-3.2.0.tgz 8794 BLAKE2B ca20caea45073e8f6d90a0946b18cea3368a28549fbe9c6ce0c0d842428367955c336a82a6322c7c366a3160ff7d54718755bd524b3e2805f6c3e94d155ce48d SHA512 09870435af85b5c50a2e6861ab272da5c96cabb405dfca4a8d91ec18d892405e6be05b6828359a6c50e5de1cda11032f4f52c7132b30e6dc202efa5861be2f6f +DIST flatted-3.3.1.tgz 12880 BLAKE2B c51da803c1a41c039380623bc44d1372c23ccfb8201b6bd02da13c5ac22529499a793104f3888f167d9435bf1c1a83b8235af3ca43fd2ff655c174ee5f4c519a SHA512 5fc72a30b2e27bb2ac3540d277378df0560af6b12de03b7aeceb06fc33469d84d20c11b8b850091419d47a257ecc2540bf0172e7a22333db07e758d568484dc7 +DIST for-each-0.3.5.tgz 8133 BLAKE2B d7d1e8bb1b102a3c1dbdad28c78af3cb9af75483ac2b73d2dfcdeacaf527ac929a763f7f85dc0a9d5096a7d9ab8e5547122592d8b46c62f1ec100f4c7274e34d SHA512 74ac75d9e442548cea0b1146a65c8528930fbcb11682636d52ba53889211e6ef7bcc48511bcc92aed6e83c7657c7b75a2f1415ae5eb8ddc4f36da6f6b64423c6 +DIST foreachasync-3.0.0.tgz 6304 BLAKE2B 0c9bf14759da880c8a44c1ce23dbf975fb1bb4ef8fc17e99d92f34278332d6dfaeca7b754e5380b8eb81f37561580f3a264ccabe86f043858017e7a503bb1e2b SHA512 27e95eafb4dae78170c0d731eb04110e14c86cd7b20dc01132439c82e12a9c476d9b48cabcddcb8b73c301bd83bb7b9b2581167d82fcdd731139776c5c05f273 +DIST foreground-child-3.3.1.tgz 12526 BLAKE2B a11710d1090881205ab752cc54ad669f24be57d1a4921ac0b472d1acd39b9f8bc6101b9b0479768e50d8ac9aa0078ec564f71787b21590c6a80bfc84c2d7e103 SHA512 8085e32aab45b96120cc544903d58241e4892d90e380950e302333c6dbc5abfdfb2a88ccd41146b9faac0b2d2be2a4909982ec65831ec91ab321638cba9d37b3 +DIST form-data-4.0.4.tgz 22368 BLAKE2B baa34a6b52f21b601d1ab0414fbf3563c63b285a1f946bbf850cd2c29f3b6d63c3e84e946122a7c51c4f3ad18653a5cbb2a313a0fbf457e27cffc68e73f7e358 SHA512 2ab1a12fd438ce38f492252de4e3b832bfc0fe3948da30d8b397870696073dc0445528a2a40be7d8aa361e73dedb4ae672ebaf30735d645a7ee089464cc1743b +DIST formatly-0.3.0.tgz 7380 BLAKE2B ac9e56d8d34d3f0153c027a55efca6aaa346380ad55a468f7f5c082b382e5142868e3172a229ffb900706d159d1b51e6fac03a9a8a51753b644d48e9e1c401af SHA512 f57363fe8e30ad11728523093afb2ec8cc32f1a51f05a67556ba8755fa21c977f44b0d1efb27ca1bec59698ddaac608e31dc05b2a39bb7354e735814f4a893f7 +DIST forwarded-parse-2.1.2.tgz 3530 BLAKE2B 6d751407f4ad097c8e3e1740b316d1d3849cd75ef2789c287298e07b20aade561d99632622ea0443d091e715985a03d2354ca216ac52f99626d9bc5c59453f9b SHA512 6a54c565940328ca68ac11fbefce7aa57833844cda51598b08393e7a02e02201ecb774e99ddcf3f0c9ca7be1b344945fbd5767ebd1e1a56edc997cefb4bbc903 +DIST fs-extra-10.1.0.tgz 16920 BLAKE2B f96e658be190a5349cf16f7cbea7914b306da6782f8e1e4cbe57988fa932c2962f2b7c88498bd69e86761e8ee8b716b9d1986af6fbff42020c098f3af73475bd SHA512 a115c0a6ae78113463e1e3221731a71d61b2fb3a39adab9d8eec4dd1bf07eecfd1536a16d16becc7d3b400244dfe446af44f15bbf45eb24181e68de38be1731d +DIST fs-extra-11.3.0.tgz 15474 BLAKE2B fd574d31163208f619ae568daf676474ce2471ff7b8f5cb71406f26321738254992ab6d1f8a3a33f4ea147a816c02a618790f59ae0c76dc23346874047a30ce9 SHA512 6785da08be9d5031df3ff8d3db98c928c9adc6fbb06e4ac3d6f352305968f6534b6367391476124201cf459523001dba4e90c4a16f4708e82996b75b68f57f7b +DIST fs-extra-7.0.1.tgz 32085 BLAKE2B 8bde3417250a234a5def62886f2e4d378b5b0f1a7663a4f43cccdccf6e6bb28a23a128f2a3c406dd37a0e0faa499f7ea0527bd0228ff0ce103fdc42cb86ecba1 SHA512 6090da0896449c199c6f0d777ef74033d03034e2703b3ac4e29a8ca81ab99c5884a9752a1f094ae01fb7a54c3a24dbdf48fb57d39c451ed632ff59e2d357860b +DIST fs-extra-8.1.0.tgz 32529 BLAKE2B d12552200eaa0c387de356604793c267e7bee8bd3a813b3ce6a053cbec5d9a5d64e80d1cc0ba997430bf808108163b4acf893e5ea7ef6b33f46bec9bcfc3ee70 SHA512 ca1950800ea69ce25428eb11505b2025d402be42a1733f2d9591b91c141f45e619cb8e8ec0b718f9989ad26b5d1ec3a8f72fe13fe0b130dd1353d431a0eb46e2 +DIST fs-extra-9.1.0.tgz 33668 BLAKE2B 40a5a7ca31f564fbf39bff852148f016ae107bd43e2f28057952cf799dd27c715c319a7bf0c5b66d5b27f4c144b8382b92dac8e07a78271fb3c462bda489f549 SHA512 85c8376667a94b7d3fec1485a91be8a370ce310bbb223ab13b99c20edfb333d5d68dbdf75a0ef388d4fe42fa9bb9cdfe816a733b4d89b9b5729361b866fa3539 +DIST fs-minipass-2.1.0.tgz 4535 BLAKE2B 10b5fd281621affe110587f1553da26ca329aefbf08b343c81cabfefa5d0764a7bcd7da6f6a20665ea320dbf76aede3b5ec2618d7b9b1be888b3e6e4df395387 SHA512 57f26038b1424be47a55cab4b250ae69e58474d0b7a2e0e524c348b1a707d95b402e2bbd995e0b3eb1dce5c0e5f24e5ac3a27c8f08165a9893a39458866233be +DIST fs-minipass-3.0.3.tgz 4516 BLAKE2B db915be3f6dd64716e848878b9be9ae4154b83e626bbcd41920c2e3366d59aac29e03536e44b92aa411a72f6f957295cbb27d9a4949d9ee6803db58437ef74d6 SHA512 5d4040f570a51db9c95927c1ce3926e91bcfb32837b2bc99b74e81110a17705ec42bfc6919a41826040a0c94941f948667be98ee9171d500675f3d3dad4e456f +DIST fs.realpath-1.0.0.tgz 4434 BLAKE2B 60fe9d3e29eafd92d3aa71ef3cfd142b8ff8b29c592bf313a70f1f6306c7e098f6a6d6b34d5a857d64f375e2c09698b0edeb0671e5d8a21a4cfd33017814cdb8 SHA512 38ed291f694ae9ad2166701d6aee48b731cf23aa5496f23b8cc567c54411b70e28c05db093c94e49a6ed1830933f81a0ae0d8c6c69d63bd5fc2b5b78f9f18c0f +DIST fsevents-2.3.2.tgz 22066 BLAKE2B 49fe9ab305aa18ef8fdfd51d0e9ac227050f964458fb16a22bde41dc70ce45ee55d3852689470dd5632b5e7485024383f920c365ac93f02960a6a62e6f92d169 SHA512 c62a8c411e3101e1d3b81f6e5a6f9f1517083a02813223813fe7978b24fb8ec8150aad5b915ca0b74d28012a3007b11db6938769a3e02adf35d8ff5a6fe0c328 +DIST fsevents-2.3.3.tgz 22808 BLAKE2B 785133d01e715ec62902569ce2d7d54fdc568cdeae34173dd77b043c092fed9cf3eea8895eb8dff6222fae275d16c92a901a92480147ae2fb5253521b1b7919b SHA512 e71a037d7f9f2fb7da0139da82658fa5b16dc21fd1efb5a630caaa1c64bae42defbc1d181eb805f81d58999df8e35b4c8f99fade4d36d765cda09c339617df43 +DIST function-bind-1.1.2.tgz 9799 BLAKE2B d32ea3d31143c24a93a2f6d73e69e4add2e0313a46d8e5f14d701b82bff2fac9bb8e18955749d4438de0de75d15e83071d0b79c2b3eeda40def0aa9cff9408f8 SHA512 ed71cdc47eea5fdc46e66230c6486e993a31fcc21135c3a00ebc56b0cb76a40af6dd61e9e8cad194dec50521690a9afea153b417be38894811f369c931f1b648 +DIST function.prototype.name-1.1.8.tgz 9379 BLAKE2B eade4950ad87978648356780649e6511521f1377217855b59fd6aa98bac1e2d40ae2e8082ed9782a5e4542bef348c6a6e4c1ba204548a6a44b36c24925c1d78e SHA512 7b98b0ca874e1e16ccaffc8dadcedf0d81b8aa56c8bc8e606a3cb33e76f94c2c32863029ce7421d41305a2ef5bdf449ebd8e3780224a5f27280818cc6ecb96d1 +DIST functions-have-names-1.2.3.tgz 6003 BLAKE2B fcd6fa646dd2ec635cec56155bd720ec9af0043b1033d84888dfa607d8e3ea4fe5a4dde228a2103358c679d2e05f1d64786e7ddd7ff3433af834a257b1a61691 SHA512 c5c901517c9322a4fdeedab6c7600c6fe835eb76f9245cac624d31e2ac4d1706df42498d6688911dbeac3f323dfd0577dd67aebd5601508883e0dccd232a9a45 +DIST generator-function-2.0.1.tgz 4441 BLAKE2B 07e6cf59b570a573ac6d4fa9d0bafa4fdbe7213d9c60424ebcc767fa6fe461c50ab8d296e89b2701ec627ead6570ff7fc49b11a8bc598faad25b04d1dcf4db70 SHA512 485745988262fb26c2d2f8e51cdd191951877379601340f13c04f47638d583e9233a74aa725aa68f4290ef291338b3fa631a2a3afb8038319d707267fb8deade +DIST gensync-1.0.0-beta.2.tgz 7442 BLAKE2B a54d6f04333a9970a5c3860fe1440b9a9768d058ee7ecd2c81561f8ea3fa9d4fe79c84a6ac59592f4e06d64fb902a2cba3a7c033ba2128ff7aad1947cce98d63 SHA512 de137b35ab2462f3032d0639e609d6dcd43e99eb0401ea53aa583e5446e3ef3cea10c055361cdc19861ea85a3f4e5633e9e42215ca751dcb0264efa71a04bcce +DIST get-caller-file-2.0.5.tgz 2383 BLAKE2B d85ec0bf32919c559561c88140e1c161470d5477729024864d5b4710b124384a9d9fd371bbc0c7c6623d2ca4cc3fd99d9027ef5f89e6d7321533bca7da278e70 SHA512 0f214fdc133fdd81d340e0942ffc343991d1d25a4a786af1a2d70759ca8d11d9e5b6a1705d57e110143de1e228df801f429a34ac6922e1cc8889fb58d3a87616 +DIST get-east-asian-width-1.4.0.tgz 4560 BLAKE2B a37ae286cf3f6c0320c9e9f9d08dadcd3c99538435db3bc378ae32ffc079a4ac88bc6c00f0a82c763818ae993ccc49558aa60f22f720289a98f8398bb9703101 SHA512 4198e610e0be213d6e93a471d2c5f6d95eae1d65706dd6f17f57da3ea2754212dd1a0b11182668c9a4019bfa6245d272fc3dae9ba84cd543fb644790e0490ff9 +DIST get-intrinsic-1.3.0.tgz 13800 BLAKE2B c6e23c39992533e56b6f56a4b6f3c42da9a8c41f9ce3c43944accad3b39aa10d2a4112a96f11b63f4c08c0c09938b9ab42651f6b5a103859ec0c146aa1e49c10 SHA512 f5f4a349aa2cfdf448548a7ec5226513a95fc21112ecb36d29a08121a987b23af69dad418800493e8d263a38f3f062435116ab9823c6a9a89583999f8dbf7c09 +DIST get-proto-1.0.1.tgz 4474 BLAKE2B 3779b381c5d715dc116fcca531707d8c0e3701c85fe1ad929b95767bf8508bed0529636e5e35b4cba8648a9159ada24190e5f425ab35c479f16bab5267ee69d5 SHA512 b1349f063a17069f3d26f20a21e7eac3b53608279bb1cef892263a6b0886a202ada1219b823604fc6ffe97db05dcc5853cd73d21ca0e0b83837ca1dfc459a9d2 +DIST get-stream-5.2.0.tgz 4356 BLAKE2B 7cc293031fd7993d626cba785408ea0506a5ccafb1ad1dddc5337030bea3305df977ef66c69180616013dcbb5fe0b1362b41d4e8deb826f78e8f142a33f22e02 SHA512 9c117e175ac06550aefe9eeb8f3800f986f895f617ae997b6ba56626b53cc05f48d422af3ff4303cd6479ce9706d3918e9dbed148cc5312c905db2e84d03d1a4 +DIST get-symbol-description-1.1.0.tgz 6452 BLAKE2B f8217ddbf159833e11aa01031ca697c1b7ffa7733f93b387b8f3e94816d1c25d53ec74624c2fb059a6bb00e65cf8ac1db94a7555b827a74cf8dd7d2edd7a2242 SHA512 c3d50ca96c09c4734ebe8373489da83c5e70bd872f3fb8d4bd8ce1a7aef21214e2d7b6430410b5cfda53746bb38c3f84148a8b4984707998ea7e23f3434e846e +DIST get-tsconfig-4.10.1.tgz 36481 BLAKE2B 55f88d3e2911ad9c21a6a6163c38db71e62bce02b32ff49b16d3b5fc9f02d10efafdeee6cbcef9fde745c0aaf50e37c02ea136ff840e3d5b2af97682e3b02d85 SHA512 6ae1f2278020333eef812f07a7737a1d74a694c754ca1494adf045d7ac35e77af1b4b204384f871aa681a6973366f9c72ea4097e21e8b4262936197495444e15 +DIST get-tsconfig-4.12.0.tgz 46408 BLAKE2B 136d93357f79cf34cadc6b36e7d91c63796c7cb494140986f2f10a09bf0c589061665a8eaa2edbf9a20d3cecbc88446f8dc96bf55d746fe820ff7cbe67b2c73f SHA512 2d272bd9a36bd856e3023661d82e97e81c51c75ff1f9a4c313172dff1caad9729b60e886e5cd1a2bba4cb12bb27346ebcf789baff95b4221c3f63cede2571c27 +DIST get-tsconfig-4.13.0.tgz 46459 BLAKE2B e5243c5abb9c3e51e634ede0666ecb2f79caa6ea89796f4c5189f20fa810e616bdcb49fd7338500790f5b0000ae22c84c1e7f768e6ed28d797ba35d08527fc17 SHA512 d552936490b006bbdb77e5a7dc03a040fff602ff937d308e944e00711244ef65b592c6576c0c7c3cf051f51ce04de48fce53cc1eb6c034c1f72db96d1fbdf0c5 +DIST glob-10.4.5.tgz 71886 BLAKE2B c118b533e6aee08d3e76c17bf3b3febf15be3e47a8b505c9beaf67c919c3b676ac9b5054128792ebae4f9a2381daf3d221894503edd80dc94de98a487d88209d SHA512 ec1bfc445d24eb18e8edde00fcfc582db5027dbe9cf95a5ddbf981db244395ec3b25be611178820fd89b7ceef0a64f22e2c7af2ba0c59f2f61ec461b337fec1e +DIST glob-10.5.0.tgz 74227 BLAKE2B 8825394d0a6e6c36ec1e9d1bebadcd57e99658c9b70c52dca41446aa91b1bd0cbe287f3b97ca15c888d45670fce1364b308c49392979e76fda277af1391026b0 SHA512 0df5cdf037e127b347dce7bb7059aedcd0aed7029b911789f13a2bcd20056d22ab94d69048a7c8cea62a558f3395bb3634b05b5a9462539d865f63db68154d92 +DIST glob-11.1.0.tgz 74669 BLAKE2B 99f8356e1fd67860e47fb8fdf31ec2abb09d79d3612a7cc7f0cd7ea8f5c0ccfcb60522e4b5ec416c6373ce423f1dad75b980492b261b6fc60a1caeb156df2ea4 SHA512 bee37029268a8aa9bb8344c7501bb6c7b7244acdd724b5c4fb6b2c2fbfcc7d318f2cb72b250ff852ad428cf4ed3b9702222471aaf37a4f0cb5a8ec212f45e373 +DIST glob-13.0.0.tgz 64652 BLAKE2B 05117af13c77c46e618aa5764cc11f7cc514f859b4a8db1de8bcf34cf6568681c3889546f1dbafe13c3e48dc662a93b9faecee2c72ac708d1ddc3e073435e73f SHA512 b6f660a6a93a7f3e0168d67ae99b116999db1ef3ff8c6dee289bc064ec045542f84530399c979e2d87f237dfd503c357fd5dc8046fa191eb86a4a8ef10b91584 +DIST glob-7.2.3.tgz 15444 BLAKE2B 45783fa378e2f1207f5316302df7b37ca233bdfc1fb5b106e4c1c45db2bc9ca2c785c5a341eabe2496977ca40364bb1914716eeb0e6f1cfd9f719ff720674bdb SHA512 9c5474ccba54d9809a471c28089bcbe94bc21f6245c85548bf04cbb087f6d40b8794cb240358614dd93e2e5609b4e958b7dbfa76fb330f604646a04bfa240af5 +DIST glob-parent-5.1.2.tgz 4853 BLAKE2B d8e6b8777e339d0437ffe16feb12d7c03ba438a9ddbd0cc9b82d7ff7f653ce30a17978fac9fe4a510b2dc422f433721995e69908811c26a5c2891efa9e024baf SHA512 00e22049009ea62258c0fdc04671b1fb95674eed870587736c63f8e5e2f0d6faf7cc1def64b7b279dd6c0bd8676dc39cf7f4ab33233944f42b906cf8692f59a3 +DIST glob-parent-6.0.2.tgz 3449 BLAKE2B 4bca4043c0d33af7ea29e8c26ea21461858af0b37e27b7054fb88f94f2498026fa783b19f7c3077a01cf6b7d585704b3e423a0f7f599ba68f41f892efcd82753 SHA512 5f1c08f043a1550816a7a8832feddbd2bf3a7f877a017eb3494e791df078c9d084b972d773915c61e3aefa79c67ed4b84c48eeff5d6bb782893d33206df9afe0 +DIST global-agent-3.0.0.tgz 30541 BLAKE2B d41c1a47396c1cb9c8df20e9a93d5e014bbb0b2f601e1ce24fec2c53250313005aa102923f64689708dc380cf229384e331a674e66574ab658b16f2ee89e2704 SHA512 3d3e9745e27e0f4ec9bc6a3140c913eaa8e2fe354d7d7fe1dfae171d9396791cf2eb8b1216bfb1279397ecb2376f830f43374be07f18f0cd31ccfa6c54cc00f1 +DIST globals-13.24.0.tgz 9574 BLAKE2B b0b4f7dfc09c3833673dcdf187107d8c2f52c5ae1fc211c5311e85d10f4153bfa4acd3fc927b4ef7faf4518f7f4a79a5155497b7540c5f2ebdb017875fcd4c3b SHA512 0213b9414723f2596b6c6d3d89684f536076d38275c673de2fc910995a2b4accbe4a38f5b24f2023287a714a1c1a61f82f452e840272fa124c440e26800e2615 +DIST globals-15.15.0.tgz 25441 BLAKE2B c4d70f0f95a7e1bc0a6e042580fd3b036c7bbe526f9a3c97c65a5c37f4d0001ffe0c1ae44530beab38ef87b28dbcd3484f8ffd2693e40bd69ad010b6984deb9a SHA512 ec00b24f7c26ca9dc8eb54b87c6ebcd8bd150364460fda2d92a189230354305d52594a266c8224f9a7f5ba7b83620326d3cd9a1d8c03fa6cc9beff48bbc76c82 +DIST globalthis-1.0.4.tgz 8504 BLAKE2B cf156579e4e5488f208b3420321acf7f2bd57a006b80ca46ca9e36e6a08c1e4c3929c91b6184ff491e8910dbf356eeedef9f9264b7d822097faf6a114c141e54 SHA512 0e92ca6cd5385b2969c49ca442e8df09cc185a257f2619b9d06a28d30ad520b02fe633abf5df87f944773e14820f6ac2084220d2e73e1be9ae053c03e782610d +DIST globrex-0.1.2.tgz 4872 BLAKE2B 67f124d915203a19e18ad068bda04361058e41a03b07838ecc9e3b2ed86c5ded1198bd6156f20f60589006dd2c20df46f2e216fa262eb4ea89c1a096c8f93b98 SHA512 b872606f000cc0d15fe662ecb7b2162cd835e31d4291eaa09496ff2b77688b8770eaad88bc002633f63cd647afcbcdf03fe4acb7e9eeb454d838683777596cc6 +DIST gopd-1.2.0.tgz 4584 BLAKE2B bd2aed237b84ea233127880113245eff54f756433fe9434fafa04e36e3d9f04e0dda8cb2b1dc2c82fa65730d710edf6f29e5ab31bd956087b2507669bc9ceab8 SHA512 65429187afe4505a0089302d4d83d9277870f70371c7e04804e8a39e51bd3e7ac9b027128ecd70cb20fabc9a5a62d827cc3aca6114aa7f738ee917daf77c6c46 +DIST got-11.8.6.tgz 67729 BLAKE2B 6c7004a23acaafd9ad541522a462aba605efe9e96d7fb1b26d6128e2b7c14d8ed1a9bec9935d69ec904a5d267af2053ecc25c77d1c1821cad4d28f8c4f8c59e0 SHA512 ead7d9f756ceafb6ce5e72bb3d10c21812dad47e14d3cd181cd6804362ac30694b13345b938e27b1917613521e45cdefb491cf55b2826207456da18eda58ddf2 +DIST graceful-fs-4.2.11.tgz 9804 BLAKE2B 3973d3d7df7e12579b31eebb7795d31f69cb9b745e33fe967d2387d2193726b58e1a9f48e2ead910346db9d093991aed626345d93bad00c3dce7685ab141ec4c SHA512 45b279fe398570d342703579a3d7939c12c9fc7b33595d0fef76dcf857f89d2feb263f98692e881b288e2f45680585fe9755ab97793ade1fcaac7fa7849d17bd +DIST graphemer-1.4.0.tgz 58380 BLAKE2B 33f8d65c591404a675fc8cd928be0ac418edfd19277c0451d7a196f0f95c4bfb610770c2df387862df30aedffbb12444fb5b3cad2db1019d93de32dc2212fac1 SHA512 12d2b0a0eea4c422fd58ee718a98874d9952cc19bb58b4fadbb4ea0bfb9545dd072a6abc357c9e6e7358c43a018bbc2df1e4d6ad4aca5c2395685abdc759206a +DIST has-bigints-1.1.0.tgz 5837 BLAKE2B a6b7451952fa5aa0c631601b9fb051349ee75c5b7463e96cf66f14bc063cab1d60ea832799362683f8407f8d0e34e0cef9ba000d712c767b2c35633d1c4acbae SHA512 477a5ba64708aafd8f9b7754c208dc943455996a53256d8370ccdc221117131d6887f08430e6cc9b728b99124e76f84cee8e2e4019f0afca7344adac25622a7e +DIST has-flag-4.0.0.tgz 2206 BLAKE2B 205d00c6f1253a6319778c1218742c344fee1298414ee555fa543b7dddb61ebd9c8bb2474b9983281608e5375541d71e19329ad3d30ddb8491e157b382fb3135 SHA512 1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d +DIST has-property-descriptors-1.0.2.tgz 4429 BLAKE2B c80cbf3bef05ae96da189328b5e3536220db90bb06275661f6aeecd84f50bef7195f22ca5ddd7f4d6cfe9febd240f5b6ffee0df17407252718ec4465232ce9ca SHA512 e7924d2ae216fafab829ed418ce4e333661cb5022f093ec61731f099f64f1a8e709eb82489dd1842d9c095e152aae9999b86b3de7d814be7ab6f2e62a49760ae +DIST has-proto-1.2.0.tgz 5434 BLAKE2B c382775f01447541265e69f985e291829d81eb7c417b346c1e2995b2598d495be33a3c9edefbff6ea187018d64769f2c319e2d695b76f56e96aaf88e32439ff5 SHA512 2882fb7903df1d0442f3e5e5b9a230ec11d4c30a8bd7d6d09f887336076bfb5c17a14d0a2a3eabb9fbb8ee5858eca6c94760ba4faf8f7f237411aef09124bea9 +DIST has-symbols-1.1.0.tgz 8059 BLAKE2B a08ba03d86e1d8aadc445e8efe65cf6b7f5821fd322d66272e06ea6097bc10bf157965166eccd732a66e23880af89cf89be2a4e404796003394bebc460f3345c SHA512 d5c0cd77027625aa2199bdec8383a629a301c2e0b8f2c6278b91d4c360efb02f0b8c64cb2bd87e79bd57e91cae3877b8853d142c25baf22a26863528294aa53d +DIST has-tostringtag-1.0.2.tgz 6465 BLAKE2B ee7e1e28a23da5af9b248f6de541e1828eb80c3fa8d2f793e22674b0354a2aacc2fe25e995a91cb43d2f3dec5f1c0a057c3a5f6f94d8110732ee8b00fc199f83 SHA512 36a00307c5633c52ccd95d15bc751ec30c2cc3465605a21d828fa2787b4ade16ac2f3e2a78246361ca9f07a010ac182044aa69285f0be76fd5a9d56c3b8ec397 +DIST hasown-2.0.2.tgz 4109 BLAKE2B 85bec3ebfabecab06a0e8ad3fbd7b04023e0d6e0bca0da6e68ba391590b12997d824453e22945825c614da2f9a52499b0a5cfbcdeada5f0047851709e3ee84c0 SHA512 d21254f5208fbe633320175916a34f5d66ba76a87b59d1f470823dcbe0b24bcac6de72f8f01725adaf4798a8555541f23d6347e58ef10f0001edb7e04a391431 +DIST hosted-git-info-2.8.9.tgz 8110 BLAKE2B fce34976699fa006f135d4c255a5b641ea205830702f3744009b953a5dbfee218b026994c0e7ce98af8afa51df7818d6aa49bb898976b0460b8023dce97188b1 SHA512 9b120301bf4bb26e83a0e27bc47fb9f97e32d4b53fe078b9d0bf42e6c22cc0adc9cd42d2e1bc24d45be374182f611e1bcd3e2db944220b5e451367f91db2ef63 +DIST hosted-git-info-4.1.0.tgz 6805 BLAKE2B 4a54e10c826b32ed5d3ef18272e2c2b4d9e62a658d3a2a4ac815a70ca5917487730f005983b2eacec594a77ce1fa6ee611b7c865596bd1746db0143168ac9b72 SHA512 9320ae10e5a326a66e0db447ccbf15f77373421c0807bd681564b2cd5a3e28f648fa99d03cfc6e71d92b399be42d19eb7f9511b1033e209d3d0f0dbd71100b20 +DIST hosted-git-info-9.0.2.tgz 8051 BLAKE2B b6dd6c683ab70c7367b6e89477fd0a269ba70b53933db103059f05e1370d9b3b2c96bac1afb1a80b30ed4780e0e209deed26f4a8779048e2859d5282a8a75ecf SHA512 338db687ba3f051deb98243c5078bb732c8ca8a96d74ff54a3e2767d72be452018fb04dc28e211ca14ee2afe2a9fe0c97f783e3cbf3dd00cc8779299a57f8206 +DIST http-cache-semantics-4.1.1.tgz 10811 BLAKE2B a767a1f5c50899495d7a0f39815d6c3501219e61a9eeb08cabcdf6919fe7e883242a2acfbe158c510c1e89e38ee2b6cf38aa5c100b685c385a3ec8eae07ad084 SHA512 7abdbde4328f56c57cda3e64c351a3b7e00303f5d81ec6a397cd9c18d406d9eca83e4be05215fe9c32327a5ce12166dbb173f7f441dc23a979b58b36158a985d +DIST http-cache-semantics-4.2.0.tgz 13982 BLAKE2B 37df93d32a3ec1edd0653c479e9f1aebe71d0719d11774af003c26e32d4fd8080b9ffea153fd6c57ed40265863f87629730bbef852367bcba5644053c6c72adc SHA512 753c5cbcf5ea3ef5c1429ab9754afa9843095f8a08105bfa6f0a26dc50f02910ecb888e324600daa106ea009fd73545024874029abf7dc40fae44db2b3ef3b41 +DIST http-proxy-agent-7.0.2.tgz 6290 BLAKE2B 014e989d2885ab80be41b7fb476eb28a25b1dca9de7eeef014bc6d9f9d2e40f19609b3987ac1135cd86c6fd101e78a90de6ef365db5b52b1519d10d3a28bc818 SHA512 4f58240226180d6631dd5e419b2bbb1dc7dcbcbee652b4d688ceb239f6b73c8a6156227f8053dbbe2750faf7aa48e1dc8bf3f105c0da6de50d0b3a4e3832598a +DIST http2-wrapper-1.0.3.tgz 16062 BLAKE2B f44ff748f7836829f03c2cf4f3ae67916a5aece2450911b2f0e1d996da95b1dd970b8960ae075847826d5f25fe3f1bdc84dee1ef918c33845585a0282aa030dd SHA512 57edb7b0332bd765a7cfb893703789af73ba008c659ef4ff6e66800003ff5dd6b7e42f74a7de7df69d05d5e1d1fcdd4a20b592a1654088e3058c105769748cc6 +DIST https-proxy-agent-7.0.6.tgz 8998 BLAKE2B 088c9870b8934f6bf97138d76cb3e00fb58322b489d19705e318adfe02db7d21aea3acc09645de30ce7933df48929fa3bafc35cec6fee953a87725b2bc522b75 SHA512 bcaf4fe7f8947dd97de4023e255c94b88715b5de287efb6b3abdc736d336cb10bd6e731b11da77c74d4e8503678dbf082588b7f159531379815f071fbf2c2e4b +DIST husky-9.1.7.tgz 2448 BLAKE2B 47a575c091b820ece69715028a4e91f305f28fb15c47f782c7c3c9e4e349f6ba4e23940a6ef4c89a45d2f0e1fca0ee32223eef633b6a22c2dc83c7e49662738f SHA512 e60b39cad68d8c1ae1e4ec37cebbdd51463ed15c48b9654be22f62aede9fae257e06a7427e6575d4241358c8816161db5e1728f89d641df4ce52478f8420ef30 +DIST iconv-corefoundation-1.1.7.tgz 65652 BLAKE2B ee03a2fd61a47e778f2bdf825fe5f4fd33de9c46d39b48f0347a116fd7f61366c0ac2eaa60f9cf33f739414fad09439b78bd289f3d99703dcc0f82a0b7aba2ce SHA512 4f5d2abe4c34cf3e309e6e7ad253848343e8bd5a945ee3858611c0922c70f3fb32732ed326deeffd1ae410a1109c0c36be23d226eea202412bc67cd1d20f0fa5 +DIST iconv-lite-0.6.3.tgz 190667 BLAKE2B 617c509510af917109b8ee12fafa40924c660a4a9a330ebc8dd9ceace79d571b592dc6eff4427cfc36ac845b8dc10142c275a59ec36504d81770f1be853d2e56 SHA512 e1f0a4efdc2c84c773329dab1f4eaa5ab244e22a25a8b842507f8e8ae22053ef91074fbde0d9432fcd5ab4eec65f9e6e50ab9ea34b711cdb6f13223a0fb59d33 +DIST ieee754-1.2.1.tgz 2886 BLAKE2B 399f6452d11024c58069351de49c96a857f301b554a46081b287df07e239cfe107a068755ed9eb65fbca22adccf950805f24982a92d69467658997018f958e20 SHA512 75ccaa843bd7d42e3a95765c56a0a92be16d31141574830debf0dfe63b36ce8b94b2a1bb23ab05c62b480beeca60adbd29d5ce2c776ef732f8b059e85509ea68 +DIST ignore-5.3.2.tgz 15266 BLAKE2B 940b85c0c414484178efc710272d4398ad8fc28bd7f8d19c9d76052660c77786a2f24aa760252acbafc6ce0bd2b9050734666c88d3f377f54431e9752c57901f SHA512 86c053354a904c3c245ad71d608da2d3a63f9d4044b0d10324a8d676280bbde832f240ee2404bcb91969924710a721172f467fa630f2e4706632344227682afa +DIST ignore-7.0.5.tgz 17273 BLAKE2B a9daa68685bd2bc5f5868fdf1d92b3f2eb639e03fc4b17b914d7d596d8a56fa120aa5902cea47caf5f1cd09fee7291656d12e55b7e6589c00fceed59ba65915e SHA512 1ece7dc4135f508ba730581601b197e5cabaf3ddc86d68382a7ae36d8c17dedc74ceda2b5604c303a076b317fc7a31c9e30cfc06a194318967ccd05eaf936f1a +DIST ignore-walk-8.0.0.tgz 4817 BLAKE2B 111945f028b46b60d6c5caa1e1bd70af6b3979e99a18d52cfad50763956d5a8242e8a10221f0266d85bffa539c1070bed4663d4bdc2156bb37b9f7b3e6815c15 SHA512 14278c653e0d89140687e62478a32d5ab3a60605a31e3309dba5905ab450ca8cb3a9ebdd68649a9146895b9c506268cb954564daa5270a361505ac7d10a2a0f0 +DIST immediate-3.0.6.tgz 4905 BLAKE2B d29ca5e5bf91c9876b17cd099d7be18a8168989f02d7445635bd0aa8a6407ff86ec814e1a7c56ed4736a7022e521814a7cc8c484c71c53f1d8759f434f1f0bf1 SHA512 5d7385b72a838cd0c043155f631b85ee0f4897f21b5a69a5420d8c60a387f04c484f5aa0eb1738cf24b71da10401382cd5bb5fcf1ab5e5c894898ee08d25d119 +DIST import-fresh-3.3.0.tgz 2332 BLAKE2B d4d113f1723c02376c9d566ec338e261894cfbc80f5ea1de71434002f0b776ef7f8b03231949d97910f62909381d8eaf0f108e268eaf1100e8bfea7822b766ad SHA512 bde6188506be0f54012b39ef8541f16fc7dac65af0527c6c78301b029e39ec4d302cd8a8d9b3922a78d80e1323f98880abad71acc1a1424f625d593917381033 +DIST import-in-the-middle-1.15.0.tgz 37902 BLAKE2B 4b1674fd70fd0ef705a30d04d95900254feaa18ecdeb98aa71fbd65db4548c7ca8e5fa7d41d41abe8553f4058701328d74a5b5f92deebe3fcf4299197cd30e08 SHA512 6e9432f82aec466626a0f30013fd06df78b046ac16e28baa75183c8e06c7dda2ae0ad39cf25c609985e0d9d30cf760918863faeb412d05cca61ff79552909268 +DIST import-in-the-middle-2.0.0.tgz 20710 BLAKE2B 2a185635d7170799c17894e529c206bc16397cf8dbbd85f662b2ad96094b82ea0c4dcea5a6d40771fe4bd99795e42fd380d529cc8caddfbbd4f3e97090126c65 SHA512 c8d661c9062a5e9913d002aadc5dca2dab1448ae1f1ef79b347e613ac290c3676119200bbd0e14d01a94739b2ece22afc9d3b9bb9860376872d5125a868f14e4 +DIST imurmurhash-0.1.4.tgz 4312 BLAKE2B 39edab907ed97bab9076ea5559df1be323b276a2cb39658b24075ea2ba54c689cd59ab06f50836dbf36a7627b3cb17bb748190a45b7d3e69a04f724776073064 SHA512 2665cc67ac2ebc398b88712697dca4cea3ba97015ba1fd061b822470668435d0910c398c5679f2eece47b0880709b6aad30d8cc8f843aa48535204b62d4d8f1c +DIST indent-string-4.0.0.tgz 2065 BLAKE2B ce830c62c64dfff1752bc7d5171e5cb9385548cce9d86b0a4c1b3feffca8eb33f09528214372af70d684ffb8925171d02bd11882018ae56a3c1864e7cdb16858 SHA512 11d0c366ee00d8ec882bb2ebff6cc6fb0e6399bba4d435419c4c11110bc1ceca412640846d16bc1b153596085871a1890a745689b8c35e5abbefd5f5ff2e71c2 +DIST indexof-0.0.1.tgz 698 BLAKE2B d2ebd4574d0078469f501f46b101e07aa1d55d85be92f36410f94d33c7d2dc041938f80ea7ac0822adbce79ca0cdf966bb24bc36ef4e905a6972c6c0c23a371f SHA512 8b41bb84b275cf40c4f1db2a25adabc9c8fd74198d2a05c1be8b57b596176a453da22bdf07d523d99042dbbaaa79fd94e7cfd92f06a5c5ad57fd10c27641ed56 +DIST inflight-1.0.6.tgz 2041 BLAKE2B a90e535b464618a8e547d1f08180f82f03dceff6da032d81f4fc40ce7d2f525321ac14dcb3a0d25268acc07fdc2fe576962c4bfef0a5d1e6c5d76b204ce9c583 SHA512 93dd88fdbd3cab8c2f16c71708bbea7ec1c2ae3ac5ef2897b10b8856f544ecdf365b7f9aaa9cee51d05b7e159ccbf159477ff82207e532028b3acbcf0eb18224 +DIST inherits-2.0.4.tgz 2030 BLAKE2B 4977cc86cfbf0466b3fa8b29961b0b0595d15d46590accaf360c4f25d916fa8213a6e38637faafe3a7d56775931ff0e6b2493925323b794014bdd755a080cd5a SHA512 93fbc6697e3f6256b75b3c8c0af4d039761e207bea38ab67a8176ecd31e9ce9419cc0b2428c859d8af849c189233dcc64a820578ca572b16b8758799210a9ec1 +DIST ini-6.0.0.tgz 4910 BLAKE2B b0294edff61b735aa33eabafea01992a939f99fccf7f7dc3bc4efbb5e5ccd1fbf141950f533597f900d42f47bb97f9527cb426f28c8f5e2dcce42ae565f2fd5f SHA512 2014dd224cd934ea6a9bbab7751a89bcc6a57578c31d69040dfaf0184413b3979a40c595f9d8c0851fb06a1c8d34c01afaaa5b0d4841315b7864a370a4f9bbc5 +DIST internal-slot-1.1.0.tgz 7836 BLAKE2B ec84381af0245b50bc994e22d3387a44a53f532fedcb51c4f9e833bce227b189d5bfab5f48777451be2d117c148a5353f09a4beb01bc10cd98f9c5e00115c35c SHA512 e2077b56958d40d07850a28214555ca75015bfe14c3a0b3d34ace31cabac73c8d332177978bd4da90a8ea44d0accc76cf34e3fc87960969deec6096e3aa00f2f +DIST ip-address-10.1.0.tgz 37185 BLAKE2B db2ffca5e129688e4366ef46ffbd4c9981dcb9bfa22cbcf67b0859d193f35374acba3fb011ee696471a640608bc0878bb46ea2d3686fbecc6d0bc09bfac9c413 SHA512 5d70031f15e6bd3f7e091c615e0e7a2c9a2f13e6e65a711607bf0b07cdd5653a6b29399a0b941faee5e8731cd36762a5d033702ae05d9488632fc2de63c49ff1 +DIST is-array-buffer-3.0.5.tgz 6323 BLAKE2B c70130e1403915c81707c20ddf3f81b8250a31b2ccd6e12937255f0f2c8e42369e5409ec6bebec4179735983de480c910420a8d67c92ab4071a2c81ba862e0e9 SHA512 0c37c03548a21b6c02d6a6b03faeaa953ba025e2f91f2ccca5fafc94b2be8cc422ac6ccda1dd01d7670507ff6af37f11bb6eec0707f0efcfeb76853b444473e8 +DIST is-arrayish-0.2.1.tgz 2646 BLAKE2B d2e5b8368cc3fe2132e7db87096deed52b471802cd4ae75474cdf88a40290a90a5a4591daf782bc91a5ece90278f20902235778b09d5e4fb52ac4b07a1a26a8c SHA512 cf3d3a4bcb74a33a035cc1beb9b7b6eb37824cd5dc2883c96498bc841ac5e227422e6b38086f50b4aeea065d5ba22e4e0f31698ecc1be493e61c26cca63698ce +DIST is-async-function-2.1.1.tgz 8157 BLAKE2B 6b725c40847b15d454c744c8cdbf6ed1bfafc6350aa02baca0ff93f6a6304480ddd9a6a0fdb73827cd2a8ec11f48008323e9989b3fe73f382c5444e2332fd7e9 SHA512 f5d80cfdc6419cdbe3cda3181d5a31c5f3e3d905eddb612fed2bae3ebb3ec5abf4ba4181d12e9de3275974488ce3c90bc7990357e4013eba559c5c9e7cbf2491 +DIST is-bigint-1.1.0.tgz 6689 BLAKE2B 80b502c07f4d3db14d787468a19f4f28d8d0aa9ee4adbf1c9180947dbd2fb245a6f48df71da4ce47c64d89929ddf4af9ca7703cfe97395bb5fabb2ac2e092cfd SHA512 9f8653dfbc06efc8b3d37c4f44a26b1d37596dedc889ccae704b5d46c579ca09707371b251f6c07e949e0f4149e3535b50d4ade706e1a9fa757d2f81827bc315 +DIST is-boolean-object-1.2.2.tgz 9108 BLAKE2B d7d82710b868630a1999223414e2a5ca66c6b64dde93949eb29af9820efc86cf9768f6f1602f99c3c6ebaf0f977eb7c9ef92a8ee16a054925c46e835ac308ead SHA512 c1ae7aa36fc4949318aa30a31a45eb8bb8ade456de6d6e6eb0bc3f9cf98232ce43799edece24986614a63d19f4b71a9e5b82e702641053b160a8ba6c10528ce0 +DIST is-builtin-module-3.2.1.tgz 1961 BLAKE2B 82aed1839611030ba9c7431ec845709ffe9026b243b4b56efe11bd9570ebe8f64f978ebf7d8da13af5d737281d90f478b5e341910e615e2c29c17e41af251900 SHA512 0522c4dc79d5dacc99d052b488c03fc941a995478c98dcf8016e5f9d3ba76c222a662e2f1b75a3253f451cccb90faf719806011d742125d00b769c15c55e74d4 +DIST is-callable-1.2.7.tgz 9896 BLAKE2B ddeb426ec90c2fd0c45c329b6d70b1cca1d9cf4cd78bd1c59ee449282f383f0596f22aae5c1acf11f9488527c5a30cae161946aedaaade5f4e4d1d8814d372f5 SHA512 d410b40551614bfa74aadc3a7a7a7c7bef0e0f452b2b4a052f3b528cdce170a037583b89c7100f5f33ee3ed2a48c463d514a045a55fff1f80a7aed92f22f494c +DIST is-core-module-2.16.1.tgz 10079 BLAKE2B 17d8e4803c1a97367bb2fc324f28e05412564457658a723393743412f366b2b057760cf231adc41bfac528c46212504dfea55797458a15b4c793d9e4ef0e1fc0 SHA512 51fa1e300e9f209f304d81445237a59da188ebbbfaf8deea5c912f42e2066bdf65e31b02aee498395490d2e3c0367e1d0339bc96460f68a2ebae28cbabbc76df +DIST is-data-view-1.0.2.tgz 5343 BLAKE2B ccd8d51c13a31a96f3d82ff46c4337214dafb82a0e25bb7cf0d6f260352b12532d445c2f77b98a03264de327c3f84b8cc5d2afbb3fa34943398116bcbe9a49f0 SHA512 44ab5617ca46992f3b8b60fa82a42efe5ec461195575fcde98224dfcfdd43acfffc75404ee67e1bf31c802905345fedac6f4fa0cc1b04b00576024f49df07dc7 +DIST is-date-object-1.1.0.tgz 8567 BLAKE2B 35fdc2bb26fb62ac004573cfce7ba3d71eda92ce39f192eca7a517f18ffffd121dada688b11d4ca8e2f13f84436a768d4a0385b1861a444bc11d814a8e2c3ccc SHA512 3f0c2111a90754a4dd44d54ec3efc6ca1d3e33394297847aa8abe486ebcbb4f320808d56007b7db0ec19c502d21a951a0e7addc83b289a846036709f28d4975e +DIST is-docker-2.2.1.tgz 1689 BLAKE2B a253f975c7f7b444ddcadde77848b30baa383336501334e9588946b46beb155989b140714f178c322b26061611ab917aec80160b1e1cf960c65afa54668b04e9 SHA512 17e8b604ab05ac7eba89a505734c280fcb0bcbc81eb64c13c2d3818efb39e82c780a024378a41ea9fcfcc0062249bf093a9ad68471f9a7becf6e6602bef52e5d +DIST is-extglob-2.1.1.tgz 2663 BLAKE2B 61ba1afa0040fadd8c2a7faf79063b5ef53fbc54a7e57f6536fbedeaba8e8d37be60842e448309e88eb65b487eb5eae70be8e1cd0c28c4eb379506d2057de6b9 SHA512 49b29b00d90deb4dd58b88c466fe3d2de549327e321b0b1bcd9c28ac4a32122badb0dde725875b3b7eb37e1189e90103a4e6481640ed9eae494719af9778eca1 +DIST is-finalizationregistry-1.1.1.tgz 6315 BLAKE2B a1572635f465ce0bbb14e8e5c3be1ba61b978038ed657a5077019db4186ab830bfa6e6faab2b3de693679a990ae5244833f317f9ca095b3db78132e12864dca2 SHA512 d690ba37ca9625b5a83ed12381c2f6c7285038fe3dd44423794a37a9329c995f184830c9ace7a97c6f29702ee1fd0827407612bf4989dd9fd95b199ab55af2b2 +DIST is-fullwidth-code-point-3.0.0.tgz 2169 BLAKE2B 3b40a71a06a3d46a66b1f99a17f5675a9bb33828e8304fd33395f7923321df573d4daa35ff9b170eb2274dede84906ee12276110d2df5b281359010f3c1ad5d9 SHA512 cf29a6e7ebbeb02b125b20fda8d69e8d5dc316f84229c94a762cd868952e1c0f3744b8dbee74ae1a775d0871afd2193e298ec130096c59e2b851e83a115e9742 +DIST is-fullwidth-code-point-5.1.0.tgz 1679 BLAKE2B b5aa5a61466ac8cf0373977bda86fc4ae350b51f58aa54956b9503ea93fec1574d1f6a4b64a38f7a114fab1eb67eb6da28416ab5a9bb72cd9667e0ee561ce9f4 SHA512 e571d8692ca2a800dbe119d9d4175a77a70fa7c4e88ac7b84f312370e6031d991309b2a089497b593502a4d587bb1983b7dd709ec64173dc629cdce8a6fdc931 +DIST is-generator-function-1.1.2.tgz 11594 BLAKE2B 76c532c9f33c022aa0e4bfe5c4f1faa9ee51b061dffd958532fda42c43285defdfad7a5d60b5f4b0c661a5c30ecc29ea028273d549de78c17a5c0c10ec4db96a SHA512 ba9aadd5290690e0d6f6db06346e66b574d7b440a2cf0b52da4035eb533e8093dcd7175bfc0c7adbd69fe98ad3c1c39e4076dec2b3cd944e43c7b933bd74e2cc +DIST is-glob-4.0.3.tgz 4255 BLAKE2B c90396b2160b7a9a0331e92b58b3b6daeb2613dbe56948f6ea592ddfa18d68c3eb1871aea6eb06ebeebba15025a9aea0f8ab384f87e3a20f8521996a0c7803cc SHA512 c5e9526b21c7dfa66013b6568658bba56df884d6cd97c3a3bf92959a4243e2105d0f7b61f137e4f6f61ab0b33e99758e6611648197f184b4a7af046be1e9524a +DIST is-interactive-1.0.0.tgz 2412 BLAKE2B be10cec285eb8a4a155e9a0b3f41bae521fb4ea680dce415ee9b684aa4d92a43d59953e899b753bee4385c276e482200eaad3fc25b75f71a5b5c99a713f38f35 SHA512 d87bc810a468a92eb682e102faa063a6f46e6dd5fdd7458232e25367e23dcafa8a536ff5d9e48be78f47330b5a6dbe28ba9763dac30fe7493e5c97c1ffc244eb +DIST is-map-2.0.3.tgz 7928 BLAKE2B 34398fb761ae5d476a974bd8380842bc886498fb04753bdd436263dacb3cc60d9f6416f09e7e19b85a1daadf10eea9fd39b9ac9359e5edb3343023a2d9035406 SHA512 d5079dd3f1ebda6f98ab19ccd3d0a303677f8ba61935f17a476a1100e8f7e9e51d4baa8857f86e3c935212929bba97b016cf99b09971b238cf6dcd3f69f5ba2f +DIST is-negative-zero-2.0.3.tgz 9383 BLAKE2B bf444769f4992ef9d40d2d406bee2c25d51382be44d60da153df0a62ee034ef8ac8e0bf02ab62199b597c63461645fb192e03b2a45af8ff372a19c53909382bd SHA512 e4aa08bb6360a727a4ef98d7a1d16f9da7c1e83260af7bbcbae2b42c46498eb535f43acc0f7115111691f2c8f3f0208682966fc4f97d4ae13518c54f147c759b +DIST is-number-7.0.0.tgz 3730 BLAKE2B b95bcfd9d5eba614ad3832e0af829e63b440a560ec6d1a2f4021869a8d3c913c591c80b633f835f4bab52e711bbe8682275cdbadadc3c1a5dce20e25a4ef7fb6 SHA512 e350a27e483a7bc4f2952a5db53a5e2d532abd20445734edb47bc4443ef8d7ea6767c00dbf4d34e0c44be3740a3c394af5c1af369e8d6566540656c65d8c719e +DIST is-number-object-1.1.1.tgz 8796 BLAKE2B 46093fcf3f4801105b998b0bc9dab1bcdfb99279a7a205c8e85e93246ff2cc428482b11646e7f068c0321661efcb3188a03cfa6c2b2f243e3658df04bc6da824 SHA512 95985c96e984d46e95603f151dedf9c0568889ff824f2e522488b9fb7cb8a6c0e05aee303c3a01845f0dc543a29c473ba478224ec4fa31a05bf76aca8610fe5f +DIST is-path-inside-3.0.3.tgz 1996 BLAKE2B 786f4cdf1863c7dbb03aeb724ce7fd19ad79c3eb6297d801a90b86838d10c9db9a69c50284894e203dacc9ec1448d44ef26fe6d23fa3af5d48b7000a05e247ef SHA512 15de200016fec9c18098aa2ef1e31fb42ba94a2af9951c6a7f8683fef774703daa7381cbd3b3a309eb8732bf11a380a831a782283074fc40813955a34f052f3d +DIST is-regex-1.2.1.tgz 12196 BLAKE2B 593ed08132c17f4ac19b6b0019f92b73b906fcb54b55c99a422054a8b06d21b382f294931e1368dc19f53362e8ff8fa7ac6c9abdeb06795c6f7cd5938d560eaa SHA512 32362c2873b93bb982b26446c5670b5a1785a8df4327fd939a782f8ca5e285ee9e7d588fa9cdbbe3e171ff87d88ffaf4dfe112bc17535cad15ead037ae07b3d6 +DIST is-set-2.0.3.tgz 7653 BLAKE2B d750a498a45bce4d2985f5ad84188a947156a5fec8e50e6f2a2144cc4e2fa83b19f0004e1986c9a327644d3166f56489f8b70d4bdeeecc7c11925e1fe6e58b01 SHA512 88f0237abaec7b6effca018bc70f84051f5a82ff58eae2de61524cbbe40d0a8a2e275ff5ae2d261ab716a5f0aa159bb3cf1dd68edc311b4f7c5fe9f83ae4643e +DIST is-shared-array-buffer-1.0.4.tgz 6324 BLAKE2B ac271f46369661c56c540d6e26a1c116ce56b0207f1ef8dad965cd05307a41efe8d6770374d8ad602734c07ac1371f5beb99a559e5b845b7325a2396dbc4fe6f SHA512 21259a73c76bbf86467f02a5e6c9691c6f4ec0f36dcb88ce58f448841a713a80fe86a2138b0ba2a4e4366cdb61033c00dc1e1f2233b83659fbe0dd12f5bcaaf0 +DIST is-string-1.1.1.tgz 8542 BLAKE2B 21041e5649e9b77683f96ce38b5c76d743fb23c537dd3cddb8475d3d3efbd11b750aa22441c3496c5de6934ca853d3ec2c5480bd97395323080c2d84d8dae9e4 SHA512 06d11e4aca1a4239523c17a631022b635318d2e33abe74b58397e6b9f60eb67c4b19464cdb5efc3ca6e1b24ec57efe7c217f99b5cbe81b071c62c8743e096400 +DIST is-symbol-1.1.1.tgz 9572 BLAKE2B 431b9617715216e9fd5dbd64b7d5f767dde6d3bc58738d2fb337746e0ee72a8017e3927cc1c79c85016895ab8d84b442fe4bbdec08f588f38b1a8111f17a81fa SHA512 f601b1e864ed09033bdc18261d05df0e62ed7e38d35034b2a314c26e9e56b688b10217e0b038ab58871543f207a6f2395607798bf27917b07d70dfd69556c2ff +DIST is-typed-array-1.1.15.tgz 7454 BLAKE2B 0de95b5e7414af65019255ab73216d208e21731e56d19853c51ba80b6b9c3069c169f0a46e857dee6d398dd0717d97181b04a830af150c9207afa1f156b737d0 SHA512 a7711cb227178e2b7b49ab245c7b35840f75431813c38e85bfa10528a192e434452c3f322a7a218c5de1c688eef786ff39c319a10ba4ce93e9044f6e2d52b381 +DIST is-unicode-supported-0.1.0.tgz 1882 BLAKE2B 67b523e7d94fbb7eb85c61d1464ea956a70ffcb174832cd324e1627796d0d4b330fe4e88581157570118f9787b4cc1f5f7da84938131d882b23d444c27efa6e1 SHA512 927c46daae140b7bbcb2d446c8054908e771166bf90d989171d94868041701b49f2726be3a1a29368b4b42bb2d061aaeaaee19a6e29b0dcffc4ba9a05e03c53f +DIST is-weakmap-2.0.2.tgz 7794 BLAKE2B d3f6c5a1f26fe9712342456ea632d2dfafdf35ec5893ecccfdb5af816e9cde9313f6819e9b163f20e38c7a7af4c5ed03a1b1499f547957ea038defe66d8003ad SHA512 2b9a5760e9bdc2a6354608e92f7613905dfdb678b55da8d42246b04cb528f446445541606b981240917c9cd4bb670250d36cbed5808d61c321f8721fd59a84fb +DIST is-weakref-1.1.1.tgz 6265 BLAKE2B 49b11d8f86614a3ebb35d9b5cc1a553500fa9afd5b801eeeac30abe9ef267b871e6841ad19d664070aa20ba3b023ea08f122bf48fef3ad51c3d612d36c5d98ee SHA512 ea2f661964a5ab334c12aa42a7ddcac114b5b943a8764d8e27a6feb2aed93c34b2d96b88e4d148c69ff6e784f2b51f1fb5e7dec645a7e713621d43693ce7d27b +DIST is-weakset-2.0.4.tgz 7471 BLAKE2B 0f744ceb54f0566cdad2cc20200c6d1fbcf76066483ba165c390c321d7de77f603b5091fdc4773c8f841ed5668212323ec752b4a457da15e784bb72ba205b120 SHA512 99f7306fa23343238a4ecf3809032b3b05b881071a4ce016274cf32429765923c3ad693f3b30da2265851f77635e16f6e20e1eb9d65f2d1a3302f3c6c3877d85 +DIST is-wsl-2.2.0.tgz 2011 BLAKE2B 129eaf565327a54ff29ed3e18e45a33c4b1ddf7530749e601e546a373aa081f7cdfd7a4fb0161d0c59300e9bac0997a610f759021098749550b11dab50fbdcaf SHA512 7cacc0adad2b18951407018180d90766e4e865c9fe4ed5c7a5e0a09a430930c631d6c40361a092ca32414826b69c7d431a6eecde7d68067a21a154c168decbc3 +DIST isarray-1.0.0.tgz 2021 BLAKE2B b94a6c780d6bb48089ff75d0d7aab59fd5a76a48b0d2134f6a71b8cde6075105a39786bba581d0fc14e6d1e2cb31a556547d2124d4fa2e49a516529c6316b65f SHA512 54b82121634ce842d0ce8ef3c26720d0d99357258a623bc878cf37ca3a74c110d39949eb33aefc7d06dc281a3a9f6089105d2cce81bfff2b60f932a56bcf402d +DIST isarray-2.0.5.tgz 1859 BLAKE2B dbf817564e3cbeb3521749880ca07a70fe28331259b51d36cb7bf5b5cb8f4eb114e2356872298656687a1abe3707c295912d37fc860fcf786a5ccfb719f948d5 SHA512 c478e10ebddc3412b40737542523d7667b50531fe6c0c4b9470e00ee53c9f745c600ee8848ffde3c336ea34be1a8e654f940f9268a1dc02000a1941ddc57802b +DIST isbinaryfile-4.0.10.tgz 4387 BLAKE2B fd94b2084036b90a50e3b39f8704b23d1b3f457f00ea200a7998cd27588e23e0a79e10939cbf186fcb4f5f3f8fb3db25de4fc243a88fc2764ec88eaa22fe37ee SHA512 887aea7b9b21bc151c15b999abdcce40706878e85926ee91406ac3a4181e9d49bf026f85dc9336320423fab2b767ad357f3acbe602d95ad00f1f638169255ccb +DIST isbinaryfile-5.0.4.tgz 4170 BLAKE2B 51cc8557022cad09b3319c07bf0ecd75b454d2bf5945b613ebbde7f23d9bba02fb1b2a7886c9bd48373246122c3ce3f63455d91b702fe8254f7cdf4d11304672 SHA512 60a04a5642a1b72eecf2bc5d75be34a0e92e3f435b69e5eb42f2e29fa40c1cbed8a62cb6456f4bc0e56b560651c8eae14256b231df6df83f320f2f0c2854d20d +DIST isexe-2.0.0.tgz 3756 BLAKE2B ebe0a418451a5b6d743fd139d3452625eb581c419516b707171721959220d82747a526f589d2b7b143e6d18bbf19834dc319a5c0f455415122d3196c39e2f5aa SHA512 447c4c2e9f659ca1c61d19e0f5016144231b600715a67ebdb2648672addfdfac638155564e18f8aaa2db4cb96aed2b23f01f9f210d44b8210623694ab3241e23 +DIST isexe-3.1.1.tgz 7288 BLAKE2B 624f5843da84d1fa7393febc8978f6d988f9d73ff7da3951f30c3da0e6475ffd4277278af3136d8ef4b55769171e3b039df594cd8d46d190bd5149d14df2769b SHA512 2e907fe7807eff627986a43b8a66477dd537d4e96042ac7b6627159649bd93383dff0f0628b11c15f265fedec30840ee78ec81003eb3082c133ba173b3436811 +DIST jackspeak-3.4.3.tgz 61399 BLAKE2B 7764089a886142d7477352ee3df8b989930a7f3108b9fa8763d1c0bc4f567102ea31eeadc9912cbfdafb595d50db6e28c2fa2e6bd76a04dd4651d4647068a52b SHA512 386959429cf6c9f6a103f45dd58f0277d48812caaf5e42d5a12c3f720c219e114c0dbb1015e658a0927b6c86414bd05c6a6516f7a6acabf9e93d6ba033e45007 +DIST jackspeak-4.1.1.tgz 61883 BLAKE2B c4fea18006d4be19844b553da15a473f4805b4c688419f1e98e363f4d94695413ba20632a123c13c90b60115fcc0076035ed0142e2923749962aa58b8835f652 SHA512 ce9b6fe7b3f71a92fe3b423b55d309341642bbe04f1d5414939e45b7cfd00898d3571ae7247b95b97ff4065d80ebffb6a3247f64c12e14ac26ceaa99fd4e673d +DIST jake-10.9.2.tgz 40697 BLAKE2B 605b75a6b1b7d391e4a2bf327dc6f26a04bc741aaa30ada5f1e78aa7db16b0dec42023b839c46713c48498a3c73abff74f2948131b70863533bd90afd5c45a2c SHA512 d8fe124341eb2d0f9fc3a965a4b9ce68602f37666eebbefc48932b094c27b387cea06f5acab4e2664dd557cb023e455917c69bd3392c5694bc143639a5108d04 +DIST jiti-2.4.2.tgz 460976 BLAKE2B 795c7ff64658279e203fe995128cb93c5d94387e58a2b494b9c0efe609320dc1fd175f5d2ff155b9b5522f0f02e0e0653fd4735b57ba65702f9a5e2415935e13 SHA512 ae0f7324df86e27da77c9979316dc13328195f9eb328f35511862aabb69da66321e099f640d13086f425172ea33d575ca1deedc59b4a1d69f26620376b4ccfec +DIST jiti-2.6.1.tgz 412412 BLAKE2B b5f417ed7db881b9f6e292eb11b13d77b054ba88cb3c821a0c5f41fcce498f03c0cfde77e0b65a8b0fbf22c9770ed4fc8b3d39a4841dccafec90597963907389 SHA512 7a48a50923758f046f21b81e83fe7b60587ca900cd6f00dbf714ffaaed830076c5159522708978ca055a02fcef78c84c56bdcb9e948a4cd9f0b7c3e839f98a85 +DIST js-tokens-4.0.0.tgz 6542 BLAKE2B 0102d6bf3eb4392fcd8cb54aa1acdaa8f43f467e469ca848d8661f06c56517b735c9331d27517b69e62c43a61334c73b32f67de5dfdd803da7c4a7154b719a9e SHA512 45d2547e5704ddc5332a232a420b02bb4e853eef5474824ed1b7986cf84737893a6a9809b627dca02b53f5b7313a9601b690f690233a49bce0e026aeb16fcf29 +DIST js-yaml-4.1.0.tgz 102356 BLAKE2B cf2ba9ce80f22562d189f950c1a4f07452984e1dc8619d571b89aa829a425f5962e04b120a875f692eb5cb7144d3b938771fc072f7e774fdd2b8807907610a7d SHA512 c29c59b3d368c596891122462194f20c4698a65d0529203e141f5a262c9e98a84cc24c5083ade1e13d4a2605061e94ea3c33517269982ee82b46326506d5af44 +DIST js-yaml-4.1.1.tgz 95174 BLAKE2B 3822e7df1daaeee817e5ba96698cbb3bc4be406c513a2b9594b01174871dd2fb1794b7f1c69d3dd2a370f4976c8bb0282635262c0266ac9bc57ae38d88ff30fc SHA512 a90293e334315e5f252f006d1cc5b06937067c5399be23897addcecbfc661a4da0647ebbec224cf44bed7dd4a48167004d9863ff9e49674ae6cb79b2093e65b0 +DIST jsesc-0.5.0.tgz 9165 BLAKE2B 8745bbee8d8dcfb773bc37fdb3d2710abef4008c715c5efa8e0c7fd8792a74381397a3ee549508f13d99efc4972af2cf188935062bde36609609934cb7199e1b SHA512 b99cf952707bbb84fd2efc2616a5e28bba594a8b9a44fa2b1ace70868d48a7b54ed30c5a9c5bc12fb1a433a7531e5817fa384102945eb5a5a99c369b39e4dc9c +DIST jsesc-3.1.0.tgz 10038 BLAKE2B 40e41e69c9c93ae4a9bc89fd5eb4d005a3bd411f57a2df5f5016cf2bbed4406361f48b5c33b4e6b18235fa6db1cb7ce340cf1c0036f969585b1208393f8441f3 SHA512 fec33774ed853b35e3290849ba8d10d7bdf07f628ea3cb7823cbc7cba945f69a14a7b6ca4f4fcd1c4f1f3d7db73f07e19f291faa70b6c51c4e9d5c395ee18868 +DIST json-buffer-3.0.1.tgz 2618 BLAKE2B a8a1befced10a55433aa594f94e14f4ebba40e6a330bfede7feabcf943277eff17f4a987025aae3a66a5632f49196b687993146ebbf80b4b1c315c81429f30d4 SHA512 e1b57905f4769aa7d04c99be579b4f3dd7fe669ba1888bd3b8007983c91cad7399a534ff430c15456072c17d68cebea512e3dd6c7c70689966f46ea6236b1f49 +DIST json-parse-even-better-errors-2.3.1.tgz 4553 BLAKE2B c8d44555b8c10b4b064fdfcd05b0de9e01add09fd1166a358f53fc23a7ae848337910f64bd6f366c7064b4603e3d8639557db68b877c2c605698940b3ff3aecb SHA512 c72170ca1ae8fc91287fa1a17b68b3d8d717a23dac96836c5abfd7b044432bfa223c27da36197938d7e9fa341d01945043420958dcc7f7321917b962f75921db +DIST json-parse-even-better-errors-5.0.0.tgz 4485 BLAKE2B d12f77722eea8207005666692b27a90a759ac94b67200162f6de909a7d67f19bff99b817f2cc7fbedbe5573afb9d497fd54f71be19489fbe6c061c48fd3540e0 SHA512 645d67c59dbc561428b915a151c565508377ab04a03eeb302b4e6cfc721aa1eb40a04ffdb678159821e34b199240f6afd6777e94fb532f4619ff6005751fe261 +DIST json-schema-traverse-0.4.1.tgz 5141 BLAKE2B e18ca508f8daf705135ac86809321091e1a1c19ecadfb4fba23a82812d0fbfa3e3a9b854cbd1059b193f1ca080e6e2ac77085eee113fe694c45a0d6efd574b05 SHA512 c5b6c21f9742614e53f0b704861ba1ec727cf075ee5b7aac237634cce64529f6441dca5688753f271ce4eb6f41aec69bfe63221d0b62f7030ffbce3944f7b756 +DIST json-schema-traverse-1.0.0.tgz 6074 BLAKE2B 55c8f856f5771be25072c0734149bd0d8f06e13dd66e1fd8846baca028ec041f3f534e778373573aef1bd53c2af1e43bd47ccbd0c096626ec37d224657d3c2bc SHA512 34cf3f3fd9f75e35e12199f594b86415a0024ce5114178d6855e0103f4673aff31be0aadaa9017f483b89914314b1d51968e2dab37aa6f4b0e96bb9a3b2dddba +DIST json-schema-typed-8.0.1.tgz 38947 BLAKE2B 7da55e3e6833a8dc96389fe0f77822c6836b7bca814c3b7ff622550e0995d7946587b7f40f023dc2242b74094c1c79ac8ee746bc63e3a8d108c5dc6997a656c1 SHA512 5d0996623d929b8927e1679362f9a92846f23ec2fb9c1b1beb8edcee931eea5d36ff2c76f897dce1d4fa5199045e72146f92e10f9e6bd873ec2759a2950e2b0e +DIST json-stable-stringify-1.3.0.tgz 11822 BLAKE2B 42492d4112405814b30fada9a47799674fa33982b7737bbe1f2b20fb724b06cb2f4d1022467edcc1240ebc0cc511b84b020c001c4f08838eb1d6ac3ebb3d8de0 SHA512 aad622492165c28b7d5c7b45f5b0fd73baf02a3afe45e7164fffd99cfbd29848e95799a63ce08de23f148d8e616e33643b067f8d0bf727a475fe92fb47080cb2 +DIST json-stable-stringify-without-jsonify-1.0.1.tgz 4621 BLAKE2B d75b65bf5325233ea37df1a6024a8c277bbff76eb795248349c933c946c0b2cc3b6511a105554c3fb96ae48771c934eac2d71ff4e5fc9fa2a99f23ecbc1fdab3 SHA512 05d6e8cbe97bb40dce196e858f21475a43f92ee0728f54e4df72e3caad1ac72cdd93dfff2528b6bb77cfd504a677528dc2ae9538a606940bbcec28ac562afa3f +DIST json-stringify-safe-5.0.1.tgz 4014 BLAKE2B a0b4dca543e6240c72ea7f2e7a8ad4b3c29bae002cabfecd764130f1801b5abb39e05459a98d9991e5e0bb2fdfafa26b1f1bc0132371ca427da49fb07c77a509 SHA512 642960e80698bda9af60413cd9ddc8c9ddef49222343ea1d823693cd1b8edeceeda0274529cce86f68b4cc287b244f245a7d7bcaf016854571bea1b051a96c44 +DIST json5-1.0.2.tgz 22200 BLAKE2B 9aed8223cca27818791af63571ad2f5395a2b120bb5a55200d841d811b53a836931f7eee724f36aa2c589a78f344f502ca173c8f966d6c9ed64754fc6f41ca2a SHA512 83531630b062cfc14a8b57b8c3453254bdf0fa225c7960050406819e718a3a935ae5ff132e4b646eb7b5facea8202c9d5809be1d15064e623efffc6fda1bd760 +DIST json5-2.2.3.tgz 50318 BLAKE2B d9c5dd846478b08229b373d4b86c218f336f30e3985eaa7f337c2fa17dc6408551d42dc2f3993188dfe621043e05ab4ae8567a5507c1eb62d688a28dc4513840 SHA512 5e63967bb7b21d81f5e1c2dd54fa3283e18e1f7ad85fef8aa73af2949c125bdf2ddcd93e53c5ce97c15628e830b7375bf255c67facd8c035337873167f16acca +DIST jsonfile-4.0.0.tgz 5266 BLAKE2B ac02791e723c7d6ba27b7394ae232f6bf48b1e8f107607c7b72afcc78fd79597effea9f85eb3e8ac58ccda846077e9ee3d2ae4c639a0e9f5be780717737b3519 SHA512 9ba175477cfc8e395fda29901d2d907b3e6c8ca590cdbbae86e27f14a605459bcf1373ee1dc48c559cdfb0b84654e91f776d286cbe5258405ec394a196ab8dc6 +DIST jsonfile-6.1.0.tgz 5816 BLAKE2B 109bc4287a33bcbb1bdf7038605c516394a128a93a716289894b452557e3b06195b3f97e46bbd241c6699999fba9f5a0c76ae53390f212999e8b95a06a6de07a SHA512 e5d8277563ab8984a6e5c9d86893616a52cd0ca3aa170c8307faebd44f59b067221af28fb3c476c5818269cb9fdf3e8ad58283cf5f367ddf9f637727de932a5d +DIST jsonify-0.0.1.tgz 7449 BLAKE2B eeb6a20284feaf75ac246c728716d5cc9dcb282a04debdcd4d2bb191a975b2791ec7a75def72d477694cdfd3ee5fb43d7d0f87bc7305ad111bc2bee99ff92961 SHA512 dbf2a2d06726baa4ab805c9e950abd334e72ecf4b4984c2e233adfddfd5f3ea9150d546f66b3d9b5548c1f1760a3c02ad2cc4039bfdcaf66aaa80dcb7961d53e +DIST jsonparse-1.3.1.tgz 8550 BLAKE2B 82ab0aab66268eff308804fd5842deb621036460dc38b7d9571ef846a38558447370187f310d21112efcf4b24e5379bc166e89506942442813a8d968e0dc3a27 SHA512 3ce417be974bebdf8296e62c8a5949ed25212afcad6235bdbc6fc62a99dffb13fc51681810cfd168ccc71e87db00b0e229b6cfd56f141189a01a5dfd5a43d9b2 +DIST jszip-3.10.1.tgz 195083 BLAKE2B c6f926d8ab0c7df452790c0e99ef2794ce337e1abc4e47b497fd589f4dfdf7e4b5f36a595f4726ffbf7dd040c2be11b7477bd918ac0964db92c33f0b213ea9e0 SHA512 c570ef79cc93a462eba85aef92b512a31c5f248e401fb53ccf1c6d55c969b14b4c0aae09436f742d8f005b973b1a09ebfd8fe82be6d031ba8adaa9ad937a4de2 +DIST keyv-4.5.4.tgz 8620 BLAKE2B c46a868b228e5363a091fc21e521bc00ac33b4e5c3ee68365c96c99e74d64f037be61f94e0c5be7d708833612cb85a49afb57a1ca9641c0ab98dea076040527f SHA512 a3154790747f1097f608d5e75b144b5ba9a0ec9c82094706d03b441a62f672d528d4f3538a7d4f52297eafffb8af93295600bf7e7d648ecc7b9a34ae8caa88a7 +DIST klaw-sync-6.0.0.tgz 4330 BLAKE2B 584243c54d16d2be6878597be3cca94f3ab3dbc91e651605226f9face8592f0dc39528c3b29d0a70190c1e6ec7280f07a9f8a9999b5f6f24212212ebe6adda57 SHA512 9c87ae552cdd082b3a4c33d3a88f30d58adedf8b12abb024678077b1f3816c8d82815481e03bb868b4228c5536fa5840142c2df7ee361de97a950348bfa027b5 +DIST knip-5.70.2.tgz 250116 BLAKE2B 5b8b384f5fe76811fae0831b24ecf7b08cedb7679f95d311a8591cbd87c72c8ffb35c7f2272da97f4881812fee47fc0aa4c1bd4adca40cc5cff115af7b6c4773 SHA512 2c8ec36de56793b87df8501eb792b3cc735d0f0272a836b6f9c9f8b907d96137e9b958c4aad1a6603f6be5bf4912e3ace1e5647ffeecb24361597c442e6dc2fd +DIST knip-5.72.0.tgz 255840 BLAKE2B 7b922f6d1c1b15c19f34805fe1a25b805f08cd357566df5e42126070f71070de34feb15424a7d8139af1ea0c7601294e830691ef3fde4686c7140f1e9658881d SHA512 ae5ca85c8f0572080db4cfd05ddfc65b4b1bb18bcdb80ff33d7b7b6ecb958ba915428818d8f0c2afcd5b3e9ccd9e5d023fc024166d99da995578be504128acdb +DIST lazy-val-1.0.5.tgz 1182 BLAKE2B 37e5f863b9c55ea33ca194276b150b0c158ef89227ab1505106eb2b717dad793393dc51ce966a31f8394708875f56ba1687e32882902bfc1c76701fbdd3101ae SHA512 d3f06718209fc943240697838168a16a720017d2666611c1814844ab3bdff9a7613462e83fa4da888e6817ca326f7238e4ff8f727aea8a149fd353349741b9f9 +DIST levn-0.4.1.tgz 7465 BLAKE2B 95cac2d9df79d23df7c426492010bcaee85536b9b2b563772b9370b8dcee5ec1d8b3df3d07d9269baeff89b0c540e6e6d6a30306e53f9563837577b88b5b1dc1 SHA512 f9b4f6b87e04e4b184ee1fe7ddebdc4bfb109495c2a48a7aca6f0e589e5e57afbaec3b2a97f2da693eea24102ddabcdfa1aff94011818710e2c7574cb7691029 +DIST lie-3.3.0.tgz 8877 BLAKE2B ea5eda969f86b9df6d0529fb736f5c2aaea5aaf3b6fc5a8caa2095fe8b2274d6ef1cec516c331e96e8196428786494d0a352df96dd972b009fbbd215ede5f2a7 SHA512 51a88c27379646512e8f302ec392e8918d4be5e70d41864a7e6c99f4bef00c76ffa797ad29ac5786884172bc341186f2f86fcd039daf452378377f5dc47008c1 +DIST lines-and-columns-1.2.4.tgz 2270 BLAKE2B e7f4fbafd625fe9d73380347207d1878feaf5228538f8d28498e0f1a8cfb2d5fc1276aecd96cc25042285a454d66a561a67d2dec91ef51519e4b39b3e55cd8fc SHA512 ef297295eb1943f3d5dbd8e110397751f8e8e995fb802a89af917b3caaea73ddefedfcd2ca6b75069c0453c9c0517b3cab3cefaa16e384ae50660e8cb7f1e406 +DIST lint-staged-16.2.7.tgz 44369 BLAKE2B 2699881c89de8568bd358afee9705dae9e56d09c48792d51254cd871bf7070916844a3b90fe26cc9aef94663ac1a9035a6ed0432d026fe48d57515c282d39b73 SHA512 943223e119d898aeff9173326bea89b269111641a895c8978ebb19e8f0b6e467537d638059eb51d196ec3574408f51071c899149a95cfb0859160e7a1790d5a3 +DIST listr2-9.0.5.tgz 58071 BLAKE2B 25a49452105c161e0e3d158063f9c08b51d3d3c42bdb7714fa63e4b969f31328a61f06138793f154ea621f085c5c1292f922df212c79698e2601a9b012a82ff4 SHA512 304e056fcdcb804830370f7a44a36f295e154cbb977e82ae7409a6da53fc2a4f3b29a30ad3f5ebc7f68090c5a64fc9836fedcc9450eca5f6c2b3b69d8d1c40da +DIST locate-path-5.0.0.tgz 2723 BLAKE2B cc0ef0b09fbf3fcae736962e5145003f0c9c26c5a2453d973de30b42d0307ae78fffa0c6ac02150253b45bec66da0c26c272ac9576a61ef83cf02e912b7170db SHA512 b7b870f6923e5afbb03495f0939cd51e9ca122ace0daa4e592524e7f4995c4649b7b7169d9589e65c76e3588da2c3a32ea9f6e1a94041961bced6a4c2a536af2 +DIST locate-path-6.0.0.tgz 2954 BLAKE2B 50a0c3f170afa198c645efee84a5d7714a3cbec13215cda06fd89e9d34c1ac4c83470473abc1ada977177e299c3eccae0ae5b756dfb6452af8407f957ee73863 SHA512 88f64ae9e6236f146edee078fd667712c10830914ca80a28a65dd1fb3baad148dc026fcc3ba282c1e0e03df3f77a54f3b6828fdcab67547c539f63470520d553 +DIST lodash-4.17.21.tgz 318961 BLAKE2B 501b0f9be15285815ba771d2315168f1a19a2e265e9b239c59f8ff605a5c895dde24c6d41ddfb09bb216fdf6630688bc6a5d2362182dafe776206596e5319af0 SHA512 bf690311ee7b95e713ba568322e3533f2dd1cb880b189e99d4edef13592b81764daec43e2c54c61d5c558dc5cfb35ecb85b65519e74026ff17675b6f8f916f4a +DIST lodash.debounce-4.0.8.tgz 5209 BLAKE2B 8d6c2d3be9c66f23301cfc24ba639760dc1c19d284a259052175089e04fade3c2837bed2ac51eaaabea3f5e4f341c62eeda6fcfeda8c0728fc5d049b43f74aea SHA512 153d720f30d81286168674869e913fe0a8f57cb6640c5caa45bedf36de85758392c6551602da78d8487a59bd2b188bff9bd060a3bc781a141b9b962ce121b9a3 +DIST lodash.merge-4.6.2.tgz 13081 BLAKE2B 6f7f6b43ff0bda685ab29ff604b8099541680477f14c0c2907051f6b8655182f18eb672e8940b86bad06da0bd9288bf49ed0313b184bb493c1d9c7bf2a7dbab0 SHA512 d0aa63a97455beb6320ac5f5b3047f5d32b4bdae9542440ce8c368ecfa96efb0728c086801103c11facfd4de3e2a52a3f184b46540ad453fd852e872603ba321 +DIST log-symbols-4.1.0.tgz 2263 BLAKE2B 23b5532378753680782f5b34647f750438fef9b4768ed099ca6b4af830219e0c913a5d16e2e7a42e75b618e4883739332d67e2ba0d002b4c9ff88900307a1a4d SHA512 f173efa4003cbb285fb5ebbca48bd0c69259ed2618769522bd9a46cbab05b01b8a458ffbad019abde75e07c68af99932ababa930554bffd016eaf398cdf4722e +DIST log-update-6.1.0.tgz 2939 BLAKE2B fb8a527f2a2ecba6d88d9e8ca30805010bab8538be5cc6eb04cef4fe69d196cf467bff5e96440c144b7f0842ce78b429331ffb4e882953c7bdbb138affa03ec1 SHA512 f627bc22d3d1ead8d8e6e60987c2bf66bbff44c67954e94e5afb597441d849314a65f2013d06bdb4e0047805a177e02722778b276db0e5f8ce62da2eb695aae7 +DIST lowercase-keys-2.0.0.tgz 1568 BLAKE2B 4e0a785026a155de74c5a8623b6accd5fbbfd06af876bd5adb633bf4afc22f3d13491867ead7f1eca9994a30d66561d2580afccd8c4ccd55781f34fd43b19234 SHA512 b6a357ad2efca0c384ef734cc4ae0430b42c428c167fc8caa281fd83bc4f6af453ef4e91e9b91027a0d8d937bb42e91a66cba5c5adf4c10edb934a66e1788798 +DIST lru-cache-10.4.3.tgz 181128 BLAKE2B a2cffccee7c2fb4198dab2ed2415a206733f2a45eddfebfd21300fffb4c9bd42f704124d4af810ccb8773fb76cebab45750b1640dd7abaa24aa39a6371c50ec3 SHA512 24d03365c5eb0ade365462ee633d337c0cc37c0bc9596e807d8943050c835790c2948da6e6c0262be3883bbb39f577ec46c587a74da3009ad169d3d1193b7a49 +DIST lru-cache-11.2.2.tgz 185704 BLAKE2B 9c49325302c0a1db070840bab16c49c85a9acfe7ca92ada9877385b0c1d16c96ce48f833820086a55475986da7a228753364110ed014c06a527953026c17cbc4 SHA512 17d3837f2a8c2f67284c8b10a529111e72d264cb6453c43e9927dc688c8ac32e7cbbef24e67bc061e88d86cc8c011bf335c5c9f507d656b70fb02f5ef6b031b6 +DIST lru-cache-5.1.1.tgz 5824 BLAKE2B 6b260569b1ea699c0e229d7539375be674f6f1c46ea0b3848d5cb28a114ab2b8946ea2510828e8eb810045cbfce6150c05fe1bb6e2cdd2baa64e1f5ea780d76e SHA512 2a9340450037230bfe8d3034bad51555bae1f8996baf516fd1ee7a186cc014e5cdedd93f16f89a0d6f0b1e62b9d8395c1f858fda7ea023cbcdd5a7ac045828f7 +DIST lru-cache-6.0.0.tgz 5788 BLAKE2B 79d4e82cd9709f30420b8d9b092749371db4627e033edff8a46816e8afe83a18b50c57ac316dfac9331e34e03c18ddbc19067c9238421d61080da405116be929 SHA512 268e9d274e029928eece7c09492de951e5a677f1f47df4e59175e0c198be7aad540a6a90c0287e78bb183980b063df758b615a878875044302c78a938466ec88 +DIST make-fetch-happen-14.0.3.tgz 16391 BLAKE2B c61fa9b7129f86c8de652730caba55085aad485aa014ad17dd5ff35ad2348b7a04b595eab0341b1366afcacce8f095d05b9a00ece7c975bfba920a217f992785 SHA512 40c8c66c54cfd1b963f7b11e89d1b9864fd084a4374f82027244062e0cf7f1017b5606e4e9ee854c044df0a84ac7205b5a7f11d0753e6e7c3c692a053c3e2ab5 +DIST make-fetch-happen-15.0.3.tgz 16387 BLAKE2B 328fa411fe754d88d05c8bb2513696af9bf11e8d6b30cf57a0a308278184fbf4fd6cad7045a8cb76f1dd1abcae06cc321c3ee68610df7e117ad316e6f517e028 SHA512 8b2c84a43b72d66c16ddd1a5617009a82fdacc59f93cfbe0295c176b238605298a2f184a67d7e0e2a21a9f678fa69d6f248c1f1623b7e0b00f660abd4995bd03 +DIST matcher-3.0.0.tgz 3357 BLAKE2B 7f9c8de1551596ec9f83364d2266055bf8869c693be8c3ad0417b802d59401bfb2326e0e6bfe71c1c2535812919ad6a3045ee420dc44b0d138309d406c189041 SHA512 3a478368067f6d00b1785028ccce793ca70a534c8930f1a27cbc15e108238adbbee4ca007d240de25b0b25e5d9d5bf30d31fbf12675ae8c6605d2d63bec6a99e +DIST math-intrinsics-1.1.0.tgz 6355 BLAKE2B 7e589d5c5b73ff6e34b6d03b0f4b2c0a87cfb9b7b0b9b182c23c9c3086d2bd31dae4de23325c7c6c32ae41e8af63b06761728392ea27007665d5492b07316294 SHA512 fc85ed6f0124e474cfc84c32297ea11a4617c4cf676e3eb807e8a55499c2fd1e81d291f91b85776f4a556cbec3063e2d921040a696d05257fa17a5e5f4b1eed6 +DIST matrix-web-i18n-3.4.0.tgz 15084 BLAKE2B 81404e51b6646c8b2a14a5ccfdbe9d919d0bd1dc820035e444229baa5bb2ea590241a2b4f02284511f1d9459be6879abc679064248394c6a337c9be77424b97d SHA512 f017ed7f72e400247aa32d225d8b88b03baf1e3a09a0e09603e803bb2fe5bf23f0129c1588cb375cfe6626c5e56bee754991142d945452d4eb7ae7c7eb1540f2 +DIST merge2-1.4.1.tgz 3409 BLAKE2B cd6170696902949cd9281172943be4113efbdd74bf0aa8e526d7af429d45efd39de78ae479e25a9b6e15c6d1ffe4fe231bd8919ed1efdf9782fec3e82196e061 SHA512 f2aed51203095b827cb5c7d53f2f20d3d35c43065d6f0144aa17bf5999282338e7ff74c60f0b4e098b571b10373bcb4fce97330820e0bfe3f63f9cb4d1924e3a +DIST micromatch-4.0.8.tgz 14663 BLAKE2B a449f7dfe51f8f52f0a41066a25a808f6443f31c2cc6b531b718dde14cb4e75858fe5127492136cfdc5853a440ea576b9068769558837e761937a970d0589bf8 SHA512 3d7c1f06162ed210423f0f039f413e58361beda7f77522d558a8b71c6bfce08745e13c85a02d32b3115dd06a31c3b9d2bf84ff3f3109431b18b0488508aa3604 +DIST mime-2.6.0.tgz 18724 BLAKE2B 9d2ca6c5d0f2165f216a3bba26b4913ffb770634c949d057a7c12292f64c54cf705262beafdfcada0fe3ee21e580b28273a3aa4a129152d51c8a4bf5c26cebe0 SHA512 5123e431e113df5ace3226abb013481d928b1a0bca73f2eb8e87c09c194eb6d7f96a346faa2440f10b1e9db728a1cb4ae9de93b3a6aa657040f976e42ad86242 +DIST mime-db-1.52.0.tgz 26992 BLAKE2B 137fdb30cc3a3b4db9c5357d2d6048f5e9dec33ceebdb875ad3c3059cea5d187b98b9dc65d46ab1e129280d2bb33445a4fba87c7c86bd0ad408c1fb76d4320aa SHA512 b0f538b95edd625bed589c70c311c3d0fba285536213b4f201b439496c43081f66518bce82ba103b061040e28f27c0886c4fb51135653a82b5502da7537818be +DIST mime-types-2.1.35.tgz 5591 BLAKE2B 4407f077a52f95f72465b0138ce02be966a1c7143b30b1cf7f3e5a4cf9265907946be23ac8b3a201b19e513f29b235b56b965e53ae05b83f3cddb81874f8b926 SHA512 64363e6cf9b9cd34c5f98a42ac053d9cad148080983d3d10b53d4d65616fe2cfbe4cd91c815693d20ebee11dae238323423cf2b07075cf1b962f9d21cda7978b +DIST mimic-fn-2.1.0.tgz 2119 BLAKE2B 2f6450cd30ad30cf67d61538432748bd41fc95b69480c25e9a2e167153f5f2e67a67ca2429c48b5f2faf158cd83a7fde0fd8696c102e91671a328b745562f7e7 SHA512 3aa6ce939a0441e019f165d6c9d96ef47263cfd59574422f6a63027179aea946234e49c7fecaac5af850def830285451d47a63bcd04a437ee76c9818cc6a8672 +DIST mimic-function-5.0.1.tgz 3203 BLAKE2B 9d0e6a0c8a76bd1826e2e5bc76d8e1788b619a26c13c5ea9dc22104ee6e64197219cd8e14929b4d0a8a6e9c536093187253cd290f90f411bcbe041a2a519e012 SHA512 54fefd5d43f15760a28183f78d6c005054a4bb668aa811fbb9301aa4558206abadb1b983a3de8a639a3cba1e94fbf612227e4ec499d7a7bddb795929a8c20684 +DIST mimic-response-1.0.1.tgz 1894 BLAKE2B 7b2089012b75d903057193d32d5759da6b832acc3ec99eee3a9954d9a325c8517259732b950bb64f746c132274750f1fcf6b0a391cf3c47ce62300df45e2bd31 SHA512 8f911cb67907eda99f57fab91e09a86a5d60d901c5251ada3ad9b1d09a48aa4c6106123f9494a5d67329438e6155aaf03444cea161229a7759e102b4447c6ec5 +DIST mimic-response-3.1.0.tgz 2822 BLAKE2B 18755616f40b2832d7c95091e0766b5ff6ed58dbd630b7ba8d29e073566d1e7dd6ee745a907284688d0098b61301b5291f7fddaf7fe4fe8664e5fcb07ce45bc2 SHA512 cf4c9623ee050ebaf0792f199ade048f91dd266932d79f8bd9ee96827dfe88ae5f5b36fa4f77e1345ab6f8c79345bd3ae1ce96af837fc2fd03cd04e33731cd19 +DIST min-indent-1.0.1.tgz 1658 BLAKE2B 06ffc281bb36fd4473f0499a7c6e469181732d66cf9fdaa21d51e1711c97c022154c38174e4a0191f55816e4c96088ee042380e5d46e9504c2ff98b44b00a597 SHA512 23d8f0327d3b4b2fc8c0e8f7cd59158a4d894ef8296b29036448a02fa471e8df4b6cccb0c1448cb71113fbb955a032cb7773b7217c09c2fbae9ecf1407f1de02 +DIST minimatch-10.0.1.tgz 96385 BLAKE2B 796e8affe9fbb8354246b9c2569c17a195e7b9c09297d2eeff798158a3966e5d29c9f8fb928458c5da19131a71a09e4c49875c2f0a68de0f840e4a58e23e4545 SHA512 7ad8574eddd218647ef7982e766a89d5e36144eede18418881803dbe73dab4ae3f7adcf63045439e8e4630289b74c4ee04cc849732258313276b72bde170c80d +DIST minimatch-10.1.1.tgz 97816 BLAKE2B bb935e13f80fea245906705504357ab51239dc4f8e7735fed4a9306067d2cb5961c64664ae130622181679372edc4865bdcd7fbd32385b59e1bf6085b775cba3 SHA512 7a722f2ef440159617273902606e512a63dfac502b74bbfe47e95b439dc198830b22bcbbe1b8cacd7ea21c09bc5986a626485248469bad63790fded79ca39b8d +DIST minimatch-3.1.2.tgz 11940 BLAKE2B 56ee5c5caa4d2ebc520342920d23ec57ed5b6ef6acb8ade69ea0518943d58ecec0826a7f036ab68efa2bf4405258058670aad8c7be5dc09c40ab8fa713f2b181 SHA512 27ba7ade1462023c35343130c355bb8b7efe07222b3963b95d0400cd9dd539c2f43cdc9bc297e657f374e73140cf043d512c84717eaddd43be2b96aa0503881f +DIST minimatch-5.1.6.tgz 13116 BLAKE2B 2136ce562b9578845e70281b192a9c5ad271b1f025333e5b13787346e8f8c9339c0588b03c5863f29db4bc0ac5292398fdaf4808d1bc1943119d5fcdaa278a58 SHA512 94ac15ff56eba46ea6054147b5becd526b400426f65996669b6c0d88e0398406fc55d092e01dddb4c5b2bdca1589c730016fc23844635cbb74ccfd735d4376ea +DIST minimatch-9.0.5.tgz 96471 BLAKE2B f522c669a4f26c04ed75a39f51d398ba5fc8266eea6fb88e0b6c46d22bc5dbc5754ce844b12dbb29da69def81a5c6136da88dd4d383e1e545b03fafc20293780 SHA512 1ba4f4657e3cc60a33c7be7cee4a1e5fd62cd8d632e869affff3fcf6c12d7bd57dc2121aa4c345e2274ac675b642d09c2e24d695bff07c269b02d0055a1841a3 +DIST minimist-1.2.8.tgz 15520 BLAKE2B d731ee5d42bdf5446bd6d647f4c8e38f74e29084df77d4daa73e960af3b29d6d6a0ec50c4e6f6b93727e2f446e1ec12d754a7bfce4967e3d1a035e6bee314327 SHA512 db2c8047ca8190ddd8ba17896a7529582e54ddb6f9a2c0f2c0d07c4730d5943c031dba1c009bdeaaa8f5bbcf92543ee39164f8cafb070a95aaa96a80c5bd3308 +DIST minipass-3.3.6.tgz 15335 BLAKE2B b06795993927e7323657dfdd2be491635a1b3e8bffbbfd8fffd9ce473dcf576d337530330d89ac6b6a3b8306062f04c5a3d25c9dda76dc5610b2da595a28065a SHA512 0f188d89dc5210afad1c6eb3388925bcd3b09b786f0ab6d4addb7363be14e87293271bc80df3942f95b93f61a17770d392184a3d81aa78d508879a9c3386017f +DIST minipass-5.0.0.tgz 20536 BLAKE2B ddeb1c1721338b8d3a6f16db82506525d002cc9e8183784aea225966dcf6059b98065437bc7e67df6543150cacab5cca5d2379ce5c99bbbb7cde704cb4be0f8d SHA512 dc59e362e7a1bfd93aa2f3846f23acc1a7420cf5f5a6209f855f2772662d1ce8ee3f0ca5556b208532e8eeb69b8c2dd1c79c43e070f1f169b5c67305ed2e6a15 +DIST minipass-7.1.2.tgz 62112 BLAKE2B dae8764a876ce594b4b84f2e6a144588aa4d412bb2d3bbb5e81ca7be344aa012c5156f15d9d267b2eb630681317d7daa048487b951538af4e1d86124a47a3d76 SHA512 a8e3b34b57014d6605e011fc7d578f0c138ef62a6d327194119c0d73f70c5a74d5da754b67b56835610f1e461ccd9034a5da00edd97a7bb14beb9f675fd4b66b +DIST minipass-collect-2.0.1.tgz 2094 BLAKE2B f4535e525cb24542b51f2cc432b1197a5adbf1510281ff36a589922482d59da35f756e76369bd9bdb646201c40463af4c6ce5e59b977e444bb2a2575f84adb1b SHA512 0fb57c3cef686b3ecf5862db0800ae235a843acabb50a7cba2dc7f0b401eb78ddf09407fc1f43b0d87aada847fb2f1491980c73ebdfc48701379a8ff6682872b +DIST minipass-fetch-4.0.1.tgz 13592 BLAKE2B fd24af940a6df057704014b790b98112ceb02bba90130eaa08a58bea156b676aa818646aac4aaa67d36f9042489d3afedee10ea5a9bd4a9a80e87cfa78678908 SHA512 8fb535d42e475e2815baeb7179b15a7686016dded549d65682049eeb835576f58d06a1808973cbd905427a18e6c3b958d6817d80e96561b39187e8623607cf81 +DIST minipass-fetch-5.0.0.tgz 13592 BLAKE2B bbc04dd91a9ff237c8da9219c34c293dc52eef512a1446ed5e321cefb825bbc959293fa023e3ea8454e9f9a4bb1cbf9da5bc1b402e9c3be619b193ea9ccb6112 SHA512 7e209d5002e2a6a80f5ab3954f3f5fc345e171acd42d739253a89ee340c36d7d45e3da75741ad2441bacc27753c75c77bc46ff834153eef0b87380b6bbf9a1dc +DIST minipass-flush-1.0.5.tgz 1972 BLAKE2B edd0a251147e703cbfbef6567de6ebc8a63baf1640418563842607203f4ce3aaafcf93290257aa9470ac129332f62d7e91c14a5f5128bc32a5c0b50f59960817 SHA512 266412618a4f52a5f92729f5997691c0e75ad6e43c1cfe4a013fe80d22c2cedd41611850534fe10edb01d6e7d97c4133319f5a0159ac070f3e156b085e50a55b +DIST minipass-pipeline-1.2.4.tgz 3001 BLAKE2B bfcbff0d317c36db0ef1514a045857af9dcd29c3988ca82c9e4a06a43f8f98714391adae8cd32787ebd058912f9e0c8afadf089a075bebacc023e4b58979c6de SHA512 c6e22aedc20eb74f513d1275f60762e1bf9188dbc31587b9247fa080dbc1a86aa941772bbb73dc466399b8704a58ad53c5ff7e710f8731537877acf8e8b64fec +DIST minipass-sized-1.0.3.tgz 30780 BLAKE2B c5c2cd3124e2c5e7b8eef93181cc987d375496817675c7305e2d691e7af52201d1b24789eed146304950ec0a68d0e3cd8d78caac4514ea3983c776a198e60971 SHA512 31b9104360938813250360e6ff9718fbd49614437ca73cce5e2eab94ce57c6ad18a9b75ae59432f6c53be5aebbdc513d64ad19b1bafa63988feaef6792d7e0da +DIST minizlib-2.1.2.tgz 6154 BLAKE2B fa4494224d32fa6cf9faba9f920aadf1b0e75d5851a4638bd88450437d3bdacc7106ed564c3527d8a38456e50cc496549991589d99e4ce43a0059379b5882595 SHA512 6c0c6c47c0557e3eb40d65c7137bb7d281f37e5e06ee48644ae3d6faabe977b8c54479bb74bc4e8d493510700227f8712d8f29846274621607668ee38a5ed076 +DIST minizlib-3.1.0.tgz 18461 BLAKE2B 56e592a4cba08d48104d9ddecbdb0f7bf45dceff25cc92c86e6231b4b4163c19d4676b350cd9e9259494ff17557f7232ca33bdfec8fe96052cf49d3987f95f28 SHA512 299c58a350549160f64d514baf4310a0cf2f5148a0583dcb943f376bfef906a0bee2a1341dbd55a39bf516071f68d5ef7d7cebfb912143a8a783f09a0628d397 +DIST mkdirp-0.5.6.tgz 3018 BLAKE2B 9c504f0cb619b88ab84d90091e42bd0beff5f685dc1129992fc83344a5b052b96944b0f36259a292c1e55d82f2660b0764e721912ce6d2887f68b58c8e68fd11 SHA512 14ffa9f1107c396a45dd86410ab3f982d0039ad5c0a41e4030b9febddc80f8fcb10a3ac2b34d268f2528cecb0edf77300de4f7c0d19d2f127933ffd8aad1c027 +DIST mkdirp-1.0.4.tgz 6665 BLAKE2B a07cfbe019bad967aa1dc55ab35d5ac78819b254b307ffb3e84d72f8f52626b02bb99a227f567953fa505cdcaf7ab96f22b8aaae328845cb94029f4f9711da8d SHA512 bd5a95650c9fdd62f1d9285dd2a27dc6ebea800c8a3cb022a884c4b6a5b4a08523ce8dcf78f0dde9f5bd885cf7d1e7fb62ca7fa225aa6e1b33786596d93e86cf +DIST mkdirp-3.0.1.tgz 18260 BLAKE2B 5d8d33ce48df973b4b6b094214af475b33c5fb99123c45493804c2124eb24cf3e5f231fb81e2a63427bc3b41d89ab502bcb69ecf44ebf7e3ed8d88d1b47669e7 SHA512 f8db325140190e6a3a6151f32ffb2dc52bb7b7d612d62963962cb70520eb5c9fdd927d4a61d9ad64e0c61a32dc73d5cb8155691f82ac84707c5e66603216815e +DIST module-details-from-path-1.0.4.tgz 1961 BLAKE2B b98b926ec975f73dce3e93d3c20258a659d952d67a1f2553afdce44312edbd54d2e92e12a19e7f7457230ed5649bc04cbb37c35808ec2454811a99fa56c46fc5 SHA512 10658a83100b18c833bf1605d54c864f2d075d7ff6bc72e4c3af8dbc3296da3ca959b1e98d0ba3e1431ca905971c444985518a8a4a254f4e86ddb70a7b87e2ef +DIST ms-2.1.3.tgz 2967 BLAKE2B 03b7e21a6de1fd9498f6e6233a10660829034e9153dd28e76aeac23a96f490689ee1d5d51b4b6b298eadca7a7f44fe886248c78e69272b3eccc7ea199fdd6a03 SHA512 e85973b9b4cb646dc9d9afcd542025784863ceae68c601f268253dc985ef70bb2fa1568726afece715c8ebf5d73fab73ed1f7100eb479d23bfb57b45dd645394 +DIST nano-spawn-2.0.0.tgz 12220 BLAKE2B c41792fa5fbd8628c37c171bbeb8aa75a95a79ca107b552a774929ef9122ac6a577289b9c93901a7383d563deae1b403e178264334160b9c649cbeb699a5bcfd SHA512 b5a72f1b3518e68d83f02061dabaf0c723688d4b19354db38cd4f3290ae48062504db1807c0ad559748a301a2405e7a0e82ece2d1194132a059586df796408ab +DIST natural-compare-1.4.0.tgz 2510 BLAKE2B 5a5216c1ae60c9302639a0ad45be29a92c5438dc230c85030728b8760f78b4daea1a0d4c10fa45945d1be2015b5d713d5b16d7de90cfb48f5b0e69a7b7de320b SHA512 396343f1e8b756d342f61ed5eb4a9f7f7495a1b1ebf7de824f0831b9b832418129836f7487d2746eec8408d3497b19059b9b0e6a38791b5d7a45803573c64c4b +DIST negotiator-1.0.0.tgz 6792 BLAKE2B e382967461ece7061d3e462350fc79a1cdce4f7fc5f5c729d4356c45eed2efa65cd49f3d2a903766c06cd25497aae950afea543df629d4a3ec116c0c46ad5aed SHA512 f0e7ecfc051087c31a11cae5ab9c4e5f4090f72a53179765efc9a394c35f38ad3c7f3a604c741140f07170f944b48c34c91a70b3e668ff7afee5645bcbbbb71a +DIST node-abi-4.24.0.tgz 4156 BLAKE2B 9b0475522a57dde211039150c3039091ca4ce097dc0f122766de8f95cfd63a88daedc06a6b9e645dd1ef596dafc4514f3e199cf24c1f296a36b256938877ec3e SHA512 bb6102d4278d7b6e6e56d5f71196dd436ef973be337599a6a73ac711087668862aa158e58257d4a4e5fd618f39c759e507274428355a4a630d851ecdf36423f0 +DIST node-addon-api-1.7.2.tgz 143727 BLAKE2B 1cbac112dbc8dccff5adea230d387605efa3b87541e6e6ef9dfaa747bd08d20810a5638d272653be6c51c854fe46c9e5dedc9db7583b26758d925a0341e77d4b SHA512 89b3cade203ebda6357848c44a442433405b0aa14e6993225d14ed741d2eedbe1d8ed63a267b23bcf7541d5320eb142ddc1f1fa534d61c8f40f800e333d7ebce +DIST node-api-version-0.2.1.tgz 1878 BLAKE2B d6f5bb4ae269374489d01ba25a29091e54e6f55dbd579835b9831266883322351bcf77600cd49675e391d8bc3b49ebe5a0c8fb2017779e4a2ea24975ab9c7dd5 SHA512 db13ff20618c9a6490a48d7e3bf93bda317fca4bd9f3d25eb8a5f74cb24060f0d52d46a5aec86b2c791e55c08266a1bf7846badf972bf08058ce09c3bccd8ef1 +DIST node-gyp-11.4.2.tgz 459824 BLAKE2B c7087f8625c15a88f7fbb00463145774d970cac1b945a1541220602c44436bdd897137ee4ec0ab90eb1060e6fbc19af0491ccb5eba7ad1cc2526c3f3cf13aa8e SHA512 de00feeb3b2b2d01fb0f260e508bad69abae5eb732c5e4cfc90b9940242834f64c1cc312e66e32d31725369bd8ce82b754dceecb14fa785e269082f859267579 +DIST node-gyp-12.1.0.tgz 460809 BLAKE2B a545991da26c2744127001cade78b7b86ac13cedbbdefd492d53437259c169bedefa1c11bbd82ae57a9e22fae157a62670083427afb91c89452e99a68ac16c9f SHA512 5be45803c8c19e14abdafad3b653d83dcd4af824a31a9543459c5ca89704459f0d0f70354e158f1d1c1cb53c77a82de85bdf63b7bdba8e1773dd8ea4cbcec9e2 +DIST node-releases-2.0.26.tgz 5201 BLAKE2B 13bf9a4487c7343237ac05feb4521d93d9235c42b069568ca9f4454eea91f22882e1d492a433eb1114624d5904c69970163a43979783a46e838f05c460fcf6a2 SHA512 4b633d6229a14a3052bd89e5af9ffeba60273c713ef8e0f0b797b6223e85a17e391c0fece2f1dd903c7579ac76a403de00eaaee2cf5bee9a5a86cc8415d56a40 +DIST nopt-8.1.0.tgz 9865 BLAKE2B f0e51277a4a6c55a0e27a61f331995f7a11c7a67148673a0651a6e330959b9d1489e42520dcf1a7fb432849a483250390492ea37e53b936c559ac8a08d18995b SHA512 89e1aee36bbf42c6b84c592d99a284c0ce8c407d293969da07786dce1d0946dc7ce3e31e6dcd1c6d960de5b0bee964d9e3eefbc6b2fd3e7e66ec257a548915ec +DIST nopt-9.0.0.tgz 9864 BLAKE2B b7f9d3b82967bd511287abb99f2c005ff36e3c07c249b8f5042a7bb5ba82c13fc0e55366b98f31bc66074bd5bf3b46d7e14557fbef4d653f311dd736ff995315 SHA512 661ab76bec852ab63048196e2f81fd5cfde6df2e6ebd0901ff4f42c03aee0a246647f5096279fd5b8478f2bcb4b860bbd1a7933ca2f29c1b6c70ff5e7c515c3f +DIST normalize-package-data-2.5.0.tgz 8662 BLAKE2B 3287ef0198e418729ffe79053422c4b1f3ce5a78b20d2108dadd7fb93f6ce0a5acb95b5c89af0421fbcbd168eaf32dadca7ca13945c7c711c1a496459c1b9db6 SHA512 ff908c3774f44785d38f80dc19a7b1a3eae8652752156ff400e39344eae3c73086d70ad65c4b066d129ebe39482fe643138b19949af9103e185b4caa9a42be78 +DIST normalize-url-6.1.0.tgz 5596 BLAKE2B 9b737b6a6573ac497b869436f56bd50dae422e24e6976f877782080ce3f446cf90ad584b773a32976580c40201d45da046b5a25aea4b410bfca56dd18091da93 SHA512 0e52fe5f03b2dcdc4043cc6e0b4a243e02b8ea2b953402b4d5837b46e79806aa85786b018d5f5798203301d82dfbaebb6c297990f87d12a28a0f09da3c6d48ec +DIST npm-bundled-5.0.0.tgz 3989 BLAKE2B a95c5bbee297ac27fb74820f446dc3e43bb6b7a7281dc01cca25723963c5f5131556f1e616b8ab69e4e1a279d3d0c6747f711b038d28894c83b9ebc0686de685 SHA512 24b4a96f387a5145c8128a8fb1806f54d566cab8d56757f31056eac4a91325091604edf1173153f8a0e748a416c0e40d6ee591c2de4b483e873932c6216cdfaf +DIST npm-install-checks-8.0.0.tgz 4418 BLAKE2B 08faad0d35b88d9b240b6c2f89db7b3d63a2a28736f04584f53a209c958a3f201c83176759c24031c430a0c1935cf28e7737e5debf781a0fa6c777255100aab7 SHA512 49c01474ca72ce46e9c6835e910ded35174523c489f3ac2029949065d5314fe6e3d30545a6c10c5a79173f4b7055ed60272345e5aa415832618486e0ac856244 +DIST npm-normalize-package-bin-5.0.0.tgz 1877 BLAKE2B 7f270a6e0f4f2ef3063b2462863a359a4aa6689644e1334b46a51cbabf62b99e973f87a01f7afaadb2cbb3ab9bb5dd8b64d645d8f6f948a00d2da067188f7e16 SHA512 0898b7392e092ec34c9abdaed3b38996172b3f109e39e3ffe31abaeda58d6a2e9335659b4eb94d0e097c35c14a5657012a9d7c18f8fe1336cd220ac17d986c6a +DIST npm-package-arg-13.0.2.tgz 7977 BLAKE2B 4791f50850386b9a0ceca3397ee90b8f49d78f3df61bbf31e2fccfe7f8f519fc9b2c4a7908dcd5cfd8cfe30961c3493c5e251a070a493e84607a8d34748a7999 SHA512 21c882137498dee13ce0b77c599536de000f3d5f6b218a1de05fab73ebc9ee1edcc0026df5593a4d5b0aeb4af2ed48f74914b76ea451206b93a7d615964e9634 +DIST npm-packlist-10.0.3.tgz 8046 BLAKE2B 45488d853e8290a70b0319ea89296f98541f453889177792a99744b3e5b412619d18577e1c3991d6c287a580feee225df23892da26728ab3098a82048280162b SHA512 ccfba44f024c3aee57e6ebe6d1fcedc12e59c72be6937f07fcb7e276438cb7781b6550b2ae8d9c0ff113cf0cd53dc59903724ec8fce77d437f9e4c858b251bc6 +DIST npm-pick-manifest-11.0.3.tgz 5860 BLAKE2B 2c64c3637a8f91a7b6a9384f0c875a4533d224ba68107a2cad44307532abc2f7bd0b0f18ffcfac8b6d676ec8031f12686ae45ed4a22ba0a0d495d3f2f30a4976 SHA512 6eecf209f7a8198fcfc4aaa606a9f521426b667522d555494dd49244f188eb4b49754854a1240586cd33c9c26890374ece741e9ed82ba5ff0b6b2107cb2625a9 +DIST npm-registry-fetch-19.1.1.tgz 14281 BLAKE2B 5b345aab0153d57438e02bd3eac20f0992f9b502116a9088195b7377131c371cae341adf686b124bb14fd225a6c425fac3e91b11cf6dbce6502b88e6d33aae17 SHA512 4da9016a9e8e335c341fbdd56550dfe388855ec392de1f8be3054c5e66d6390ae866016131c8748ee37a5d2cc13650fdeb9c882af5a0d9d7eeecd4a26982f1b7 +DIST object-inspect-1.13.4.tgz 28026 BLAKE2B 7c36164aae48cef363db5c1400722809c4085f13e51413c6075c61bdb44f95cf7f902c1736992aa2253d24e57ebd2f98d4e65b02dff1e533015c60d4a636f327 SHA512 5baee22e5e09d845c41936df78709f7eb8c37e2b6f2c0360d14957df01545124f1f762974457a0307515812a84fb0be101b8b85aa8c683d733cac4d5d84a5b7b +DIST object-keys-1.1.1.tgz 7677 BLAKE2B f9431231747bb3aa685fd010bd1b916e898be75314e2f78c956a1730ab7cc2e7c411d4049857db9ba1d26ae73c40825af4d3702cda748a13505b3bfd271ce11e SHA512 36e00449439432b9485ce7c72b30fa6e93eeded62ddf1be335d44843e15e4f494d6f82bc591ef409a0f186e360b92d971be1a39323303b3b0de5992d2267e12c +DIST object.assign-4.1.7.tgz 20235 BLAKE2B d0f4db7d9575bb36b90b2d880811681ad530c55aaefa26c4eea9daace6f8d8ee2b2c4a3257f0f05bfa31d96fb299ef6a0d5c998c2f47744b69b6e860a0b09f1d SHA512 9cadbc58ea3e4088c190376e4c8344e09905fd42492b27f6109c6f24a7db943a7283443ea643873532f4430cba34fe85844fc49f357bdc1c71a9c25a5d8f5a9f +DIST object.fromentries-2.0.8.tgz 6085 BLAKE2B 19ede3776c5360e9597ac22649b08bd5c78a1463a2f9ba4c408b093ad0e4ace36f48392f7abdbe42d713e81e685dd0feff09cc16c09a638a80808215d9779755 SHA512 93a136d45cf24ac48ae5adb529100305dfcd1a77917a014ee692c77dd40ba510c44d4349b9e2d7b37582cf2437b454436206eadca1c65df4db8b66ecf1643aad +DIST object.groupby-1.0.3.tgz 5828 BLAKE2B 9c20bcefdd84ae1dc9a704400e2aa3e1dda9f2311e55f6e1f86f2d79d7caac420e35154bc1a0e4f175d82528cc91e4ef86dab161b54423c6bfa9c13ad40a0b0f SHA512 f8b872dd3413bb35c8e617af87cb011aa6e6bab1db6c88c08b46784bade7b6154b98bc5f6e3e13e786b809f66b5c8aedf623f899500f60ca3fbfdf6d6a3df08d +DIST object.values-1.2.1.tgz 10764 BLAKE2B ea2075bde99150ad9b9c6ae29419e2f7f21116ae5bb6aa05f0c1d7fee6f9eec439ae62ab7f3f9710e4c19997a3784f38d9314e5d4c70ba69223dabd5a2a945b2 SHA512 8176a1e9a66b714c635a0db3476330a2e3f6787942073755e29ca0b9d7a168a5d2196e2fd80b114142be970c178628ba28565cba7127992528629e425e26f1b4 +DIST once-1.4.0.tgz 1979 BLAKE2B a87bc0b296d43fe660321ad6e33672d9f335e993a6c16a9ba60909690d6b667ca6368f59611081e603302b4b9ef69cfddc22e0f250a210cb9869b6ec2dcdd66d SHA512 94d689808fb643951140191c7042874d038f697754c67659125413658d0c15402e684a9ed44f8dcaf81dcff688c8d8ba67d3333b976fd47f27e7cfc610ba77fb +DIST onetime-5.1.2.tgz 2741 BLAKE2B 85596ef5675df15bf106955e650a88fe702144e5b943557171ae1eedd5ad4310cd2ab89ade8f2306da6c745f38e98ba019f97ac16d5cf9bc015281004e53fae9 SHA512 91ba5a4921894d674063928f55e30e2974ab3edafc0bc0bbc287496dcb1de758d19e60fe199bbc63456853a0e6e59e2f5abd0883fd4d2ae59129fee3e5a6984a +DIST onetime-7.0.0.tgz 2366 BLAKE2B 4fc53f9b0a274df80395582f0166a1a57624e8894d52a800d628e836d985d53efea13bfd399871fcac10bd30d7cba030d30bcb2bcab2ec07e4db1b4f333db604 SHA512 55726373cec549c17cf2e69f4b726594382f026f9cfd295fcf4ea5a2b8f6b80637e2b954bb436dfaff30ade88899cae00238c81e9d6b5e94c394b386c36f56c1 +DIST open-7.4.2.tgz 12663 BLAKE2B 80de74e9825e04ab1e53ed42a6028118198b0a53c07b782c105633b3c84b4a792b57b2f71a8b4b61f1ad88019c02d44d1a70e727e7f3746e6a1dc9c6faaa1beb SHA512 3151dd743570797645ddac2d9404beea980a2e59bf260c59f74fbf341bab06841cb5538e07fcc37558dcc8fcd0fb495a0c66ec5a0ad191f948eb9b1078e813f5 +DIST optionator-0.9.4.tgz 14017 BLAKE2B 9d51857e8a37cd4d43fee3757ffb3d4bca5bdc84b55f3e207b3c68c9a07b40051519a027fbfb1c25bb9d2fc030f0cae63ed41397c866ba80d5356537a88358e4 SHA512 e88a50ee6294c5171934b20e6d1d21cfb971b1aa5248860d649c173c6785d264d5a862852178f50d070ca13db64b744e70bc98febcf43d669667d6b25a669df6 +DIST ora-5.4.1.tgz 6904 BLAKE2B 25f5836488d7f329fae817960084751a37a6c2814e0ca5b92ebc8c1655c748955a84db4bfcd8bcc4ea1ae7907dcefbd585071db09ac4025220aa9213e7655b6d SHA512 e5be98f39b4fc5967b432b4ef81433cac5b7d47264bb6edc4489646c05da371f8175c562f8b951166557cde17a6bb242c09a72c397386fe61254899022b069b9 +DIST own-keys-1.0.1.tgz 4464 BLAKE2B 0b3b6e5b4df4a91149b94d5f148266e6c53768e27619ab7e677afdd8f852f0a6b0b8c8c4565a0c6ada30835ee3143fba2966f0bc09fcb579d786f8171140af23 SHA512 a853b22b93e389665df9040887ed6385d6fd2e9c53174aacecf9bca39407619d0cdef2aa4aacec65a101ea85a5c59faadac241308fcab607763796704284477e +DIST oxc-resolver-11.14.0.tgz 11173 BLAKE2B 74f264c60921778d8ea239938ab4f9738247148b30fb5d585547ed1c4d2e11f053b3fce5eb7a59dce6ea67841a32e4947793a533e128ae7cde05a441bd4ae0ea SHA512 8b8c0daea84e77ee1874725f1e0947b458aaa92c57bb3140f9152a9a658dd5a303debd47a944ab221c35eed48ee23c0a7e12ecf6ec35c3314f9af32c59a712b6 +DIST oxc-resolver-11.15.0.tgz 11552 BLAKE2B 33cb65dd58808a0f2c192c2c441a565988c5f9a9e7f4135febc6c0f7f088a33853e8b0ae9115208f7aa473807581ac4c08db59fd0f491c9634200ade0965717f SHA512 1e4d89f10318c2620ef574c2522387d34f97936ffe681c5152786b4a500d0f20a72d8737d91d56488ab5b14db211d96a779dc57cca4f1299c160829033396227 +DIST p-cancelable-2.1.1.tgz 4426 BLAKE2B 8d3ed6b134385d5caf1c2ad3da2d0f854ea3fe72989b264b713b0f8c7071d69f5d611a59d4608d77cbe6eddc60aff1f3e1b802ea5d003fb61dd56e58fff1a96a SHA512 0593abde74501ce9ed5234eb1fcf8b879e2c98a1e81f2babf167b557c0d2315ae5e40da66a538ec2e2519ca4438d29e4a1e061e1ab7a0701276f923b265df5c2 +DIST p-limit-2.3.0.tgz 3140 BLAKE2B 5744660a5c86f7d0ad174423062d813f1c8979affd05bfd8a8f678c5df709d4e855092c1c90fb39534a0efd960169374efeaf46f4270f98076e71e8308a5e65f SHA512 ffff3c985592271f25c42cf07400014c92f6332581d76f9e218ecc0cbd92a8b98091e294f6ac51bd6b92c938e6dc5526a4110cb857dc90022a11a546503c5beb +DIST p-limit-3.1.0.tgz 3265 BLAKE2B 55c007a9a54bfcee19d5bcddebafe71c3448973ef288ac9ec4dd40db6d665691886b1e18c9c7d55a2faddafd3420a2977b0ab545758611db44c4537c30d9121a SHA512 4d839a9ccdf01b0346b193767154d83c0af0e39e319d78f9aa6585d5b12801ce3e714fe897b19587ba1d7af8e9d4534776e1dcdca64c70576ec54e5773ab8945 +DIST p-locate-4.1.0.tgz 3060 BLAKE2B 77469902d77360d45f1f9246dd6f5a59523091733f3d4be75f3a3f9b82fd38c30eb5f28fdcc28541057ec17fcd214a9db2498861c18cb4c0f5c954455debcbec SHA512 47bf5967fd30031286bb7a18325cfc8f2fe46e1b0dad2ed2299ecfc441c1809e7e1769ad156d9f2b670eb4187570762442c6f3155ec8f84a1129ee98b74a0aec +DIST p-locate-5.0.0.tgz 3151 BLAKE2B 30f9021a60e18383d55ecc53416b9a071f20b79fb1a1aa6bee4739392669cf6b1e4ff8e131c336648b5c8b01df7d5423b0eddf99a0e2e8fa65d909183a9c818f SHA512 2da363b51594058fbecc1e6713f37071aa0cca548f93e4be647341d53cdd6cc24c9f2e9dca7a401aded7fed97f418ab74c8784ea7c47a696e8d8b1b29ab1b93f +DIST p-map-7.0.4.tgz 5826 BLAKE2B 3e96db4f00e64e76ccf362c69f6f94e0bc60ddf1cde743fa91ba5945da57d1c9a99dab56e66bd096043474108cebfd5c90b292085a37c6cfd99dfb70090dbf53 SHA512 b64010130f32b0cce6921830f24fb553f88f856361ca42a74a4e11779ccba0f242b8968644fa3a629a2cad981ac472b30c774359666f13f4a4ee1b0bd97fc2a5 +DIST p-try-2.2.0.tgz 2194 BLAKE2B 9ae24cd83111ae5fcc64fea8aacb8caaa2145cf9151d234da0c03c0cdcd14c2844aadad59b37222e8e35cea4b60d1f4d0c3785a5fb1bf974b47badd8c3503014 SHA512 4789cf0154c053407d0f7e7f1a4dee25fffb5d86d0732a2148a76f03121148d821165e1eef5855a069c1350cfd716697c4ed88d742930bede331dbefa0ac3a75 +DIST package-json-from-dist-1.0.1.tgz 5750 BLAKE2B 87e5482c9013d8c5f56f9d79e14b69274093124276020364a312db0b6060893607e570e7697030e625cfb9facc9577d69769a4a0e7de51b23af7b55ff5d41ab9 SHA512 5046484b7fdbcb8382f2f2f73f67535d1113a5e6cb236362239bc8ae3683ff952dae4157fed35bc234d2440182ffeec2028da921c05a4605a670104772c68223 +DIST pacote-21.0.4.tgz 23270 BLAKE2B 385032d68615d975bc164d204ee0c37d71c36a339737de2f2cbc2da00962fa574b85c56ad30fa28272e2c0879d412893e770f81dc6e0acacc75aabedc75bde5e SHA512 46994ffe90d6d0d34d0e1de99daa085983ef35e9d2ed4a8c6d7caf32a25cce8b221564de186c090b635004ba8a7f8ac62c57f008e9e7b70d5a129f498aa9b530 +DIST pako-1.0.11.tgz 204482 BLAKE2B 51de74b8461c2d6300ae34b6d3a6e47d3dcc20170decae486bb9056c8e1da539425e0a1fdc11605d2bdaa7e655618f808a3f71013463e2b47c03784627684403 SHA512 e212c1f0fcb8cd971ee6ce3277d5f3a29ab056fff218d855d4197c353982ab5efadc778adbe130553bfe95e19e2f5dc39e1db07dbaa8c153d70883b4cf8b5a63 +DIST parent-module-1.0.1.tgz 2008 BLAKE2B b2b3fabcb27cebc27e6e1a2cb19e38035a4177e2ade1295f993b8268baae1f91c521a6739810ee0636b5465672617378917df376b87f634b385d15743b599694 SHA512 190d84591a5057cfe8f80c3c62ab5f6593df3515996246e2744f64e6ba65fe10b7bed1c705f1a6d887e2eaa595f9ca031a4ad42990311372e8b7991cb11961fa +DIST parse-json-5.2.0.tgz 2586 BLAKE2B 8cf58227454b88081198219d4a03f14eb8ca5059ea831da5a74f8780242e91a1877a8bde2929f7bb5b1c3b6e098ac6cb46b66f73e2a63421253a4847f847db8e SHA512 6b208abe6fe98421b13a461148233cda20f072df3f1289d2120092c56c43eef7ba8c7820b059787d955004f44d810a0a8ae57fa1d845ac6cd05d9c1b89f0bc46 +DIST patch-package-8.0.1.tgz 117172 BLAKE2B da4a839c5e4ea7c858c0d22a67e1243a24fa5497dfe1282fdd44049c683fb98a0d5741efcfc4e5585276afa11307f609f0c27efb37b5099134b1f36034141b90 SHA512 56c291200f1fe6ea8743b3468702276ba071e83f6cff5897940d61b610550446e4abeb789170f41c7b7eac985ffd9f828b417f1c207686f9f4a8b74b1be43197 +DIST path-exists-4.0.0.tgz 2073 BLAKE2B e5d1442e89d9761dc192589ff29e15b3f682c8568b31263be579ea5b9218b3951411b6dca7bebbe3719de26c5369d53413632220e5ddde52bcc10af74a7a5425 SHA512 6a4f50cb943b8d86f65b071ecb9169be0d8aa0073f64884b48b392066466ca03ec1b091556dd1f65ad2aaed333fa6ead2530077d943c167981e0c1b82d6cbbff +DIST path-is-absolute-1.0.1.tgz 1882 BLAKE2B f1661c7f71a95ade2d402d25fa9ce11c6ce22a275ce6f4e7079c777507fbccfc65833ee677d7413d78c52c6caac837d503fb670d9da364b0a4663c8798730c07 SHA512 0156f0dd42767bd6eaeb8bd2692f409b47e37b53daf296c6a934ec9977da2223299ebe4394385f24eb8b8fd49ff7964f5430147ab0df124f3c30f98f7bb50242 +DIST path-key-3.1.1.tgz 2258 BLAKE2B 82fecb9f42360ef6dd3e0571fe9dac74fce7db36f95373b89ce9758962d79b29ce186b196fdc1bf1fab069cb14dac0bfcad6a210070323fb3a1588bdc417acf5 SHA512 a2399e374a9dfb2d23b3312da18e3caf43deab97703049089423aee90e5fe3595f92cc17b8ab58ae18284e92e7c887079b6e1486ac7ee53aa6d889d2c0b844e9 +DIST path-parse-1.0.7.tgz 2067 BLAKE2B ecc491d19354b91299023335e4f3b55bb7f5e34aea111cad518063364c6193e62b085e55e27943c436e7fd820eff81aaeab2e649b3d19ce98bc9760f1e064edb SHA512 2c32733d510410f47ecb8f33f7703411dd325dbf29001c865a8fe4e5861d620a58dbfd84b0eb24b09aeaee5387c6bcab54e9f57a31baa00a7c6a1bce2100fcb3 +DIST path-scurry-1.11.1.tgz 101719 BLAKE2B 546b25a5aa746a1b338d78237522edcdfaf168d10e04bd181cadf2138cdb47090e8fbbc38d58be53e3e09ca90ed38a109237dff6f4a8ee1cd06eea784597aa2a SHA512 5dae0dc35ec54bd02940527dba62e2252e28ac68e6ed9cf052bc1a99c190b874b30f2b61f5ba0a0dac9c61d0dc643baa6004d7c381c55e06aa59372d5bfbf51c +DIST path-scurry-2.0.1.tgz 101594 BLAKE2B b463493eb92ca335df358a4dbddbed9ed99ba2b1a93d3a0e75b5fb2b5dc966eb648d87fdf53d5c5cb312b78a1c72e04b9926070f5418941b4459d1622c47aea8 SHA512 a16c93e2020202efa4680ed05a4fe3bc21d66ab30a36cea95ce1962834ebedcc382067146d6f8f7937db69088b1a17854698e8e8ef49d0f9b231f40f8c7ef5a0 +DIST pe-library-0.4.1.tgz 29130 BLAKE2B 4a2c459b05a510bd7deb7ffa3255e4b3a6449d402664b4492935119662527450efaf513a50e7b75efee2c4e7006876179fa1d47d444909163868ac54393a506b SHA512 791581e4b073ecfa43bb83d49704f43e19d07d34099430dd3dadf9bab5783acae6d2dd00a901469fe508914de4959bf027c28f3b755b045b17aae03aa7a92a67 +DIST pend-1.2.0.tgz 2308 BLAKE2B a2af2f01e3c4b04af77cfede2988c055d373460d13fd14c3821c3366ead293808f1e7bd63ae0495485b4cc24efd90fc0fa5baae98aa51107382324f152ea2662 SHA512 1776acbf8d94b97721773b7ec57a9f5b538695505efa6c5ada6a88d29839c801d93ef16663763a76b49ffc643503ce9681610df4ace1fd6ae029aea219c1d72e +DIST pg-int8-1.0.1.tgz 1508 BLAKE2B 11b2b9147fae2d56cf66bac9e7bdb39e5ad21be56d1619ab8d5fa337747e315088b2d597ea2ba4d49e1002084bec801f8e6ca54ff48ab32d8b474b3b0e4eddf6 SHA512 582b5a6d2eadddcf129290c15256f59233acee5ebac6c19d2a920f66c838c11f81dfebbd500ba6da8752b05f6d9efc60f348786712d6332e294633ac148a90a7 +DIST pg-protocol-1.10.3.tgz 36541 BLAKE2B 4426cb30a2b1ab4033601aac61bc062409d6cdae69786a38da881eccfadb4057c64f655fa8354711d5dda463df12c491ca28250f387091d36531bc406cea5ba5 SHA512 e8320180141a4ca0c9cb19d768b88b47cc01a5041c196b80112911057fede8ec00f18b2a3fe8954a2a27776103cba63f76c1a4f2b87f8ed6b1de3b3935e57b25 +DIST pg-types-2.2.0.tgz 10344 BLAKE2B b3e41d3c294cdd9f7d1e105ee9f3b494e6a7a8e5f8bc3b7fc8de0f7262b66ef3aa93bd5f6e69d16d61e4da6ea6bcaecbff990aed5945e1337131eec3f5276480 SHA512 a9300096b12c97cb383a211063af700ef70c21d40deb0773e688d088ecba61132eca7c5e9ce3743b9a02a4923a96c85ceac720018f2abc9d8e9ffa7e09763418 +DIST picocolors-1.1.1.tgz 2625 BLAKE2B 4e08ddd9ee8afc0f237a5560f144a233b1c33b634bc7559b7a128cfdc09e3fec008c9b05795197173af5a2f542e0d7f6778c69943cf1e5844e31899721eeeb05 SHA512 c5c787dac9e1b5be4cf658aa0ec984c39ea57b7efa993664117fe311bfd1c4d1727a036e97b78db250973fd1438ff2dcbb45fc284c8c71e3f69eda5a1eb0c454 +DIST picomatch-2.3.1.tgz 24289 BLAKE2B 975602e4fd847aa9d0f0da7daed5a3848116adb7a2cbad425cdcb7a42c601c27d3c02d23f0891c72faaabf84b0863240375915f60f94a5109266868bc957d1df SHA512 254ded7874cd8e6136542185cee63c117cc20d5c04a81d9af1fb08bf0692b4784058911e55dd68d500fcd0253af997445d748b6d2b2e2f0263902056a9141454 +DIST picomatch-4.0.3.tgz 22248 BLAKE2B 80722ab535a08a84fdaab7eb36ebbe8438598f5a3e61401e3067f2301c0875a3280c49ad73ed547eccd975fb6222336d99ae617313ae4f9381b51711f4e154ee SHA512 e604e680463fb2a2ba8055cb22c40d1f5f6559be1e6cf0cb03849d2cfeddb169085c75a51baea83ee56f5d21853e9a58673f190d9ab475862b6c77c109551bd5 +DIST pidtree-0.6.0.tgz 7276 BLAKE2B d6e7a557fb81c364b7db8d2af931a67708d0fcdc1aece118a577e1515403370194d7939b0b1fd7b1181411cb7237555b580c2d91b526c4d091265e697dd21685 SHA512 786d9d593570e5bcea191ced9c7131733371b79546b04e8ec137821b77dd51ff4a06c6733b7479388208cd647e89903436d67e44355d6a813674ad5c9fa8c7e2 +DIST playwright-1.57.0.tgz 871339 BLAKE2B 75fb06417ed4a483ae308dbfe728f41b83604803a93a865c09c955c417d387db90efe9a5699a0c86735bd310541e5b9833300d7aac96377be686fb564f428af1 SHA512 8a56108f5b3cb2bda9a4427661569d60137431bde6768f49d3043e52e0e1cd8a944704a85b89f55ece6fb3b391c200c69b2121df7b5131e4bc2a17643282d743 +DIST playwright-core-1.57.0.tgz 1987032 BLAKE2B 54234370872e394aef2bd94a2fe9be0f9288a17ea6ec140a059df376233f471f614ddf15603b86f208b84a6abd910b324c7e3ab2321789bfb4511c5c7c4a6b94 SHA512 6a04dc2a5330fe68c158e9c3ea4159b6d000187822fcdc34099da8e89a9649b325236d7d94014b6590b2a81c93b2f54026ae570391fc700e8faef051a41584b9 +DIST plist-3.1.0.tgz 145420 BLAKE2B 16afcb81815790e56e10c7ff432b3d52e17b3949f771ae123c0407997538f2e2035cb56d05691f5c72c9b4f298efd5495afbda296174d7852cbe8774144d0d95 SHA512 bb2b2e9b2aef9145f4ad7fdd115aadf200b7b13073778ce859f2de4b6f676f9de299d69756f2c83585d323618dab368cbaf69c371e2e250f3e6f7cd7474a6481 +DIST pluralize-8.0.0.tgz 6036 BLAKE2B 78d626414e17e792f4dcc8afc0aaee9067942b2972d4a89dcdf112f8cd6f2d2cf46478105de95ccd29bce8add2c254a8a858366bc0a417a77f68daf035e1f5e0 SHA512 35cdc84f9c87cdf9537db8e0a967023e9a3b0da2b2e059e907497fcc2016d1373b8f1022baa4b11dab27b41dc3efcf3b2d2ac0f7790327d217a2fc49631c8b08 +DIST pluralizers-0.1.7.tgz 2371 BLAKE2B 45fa683207302e940ffeac16c840f19eefa4907821ceae2f92594e2c0f46cfcb4aacbe486c6b137fa756d94cf0667e5e2a957998029d616654acd26afd58d0ec SHA512 9b0e807a352209a310eae3cdf4e6e32434e74790270529a71c7cb7b954dbc6b4854b13b9b1c7f0a53b3c0f1c9be93dafec64ae961bceabea66f72fa15d4bed38 +DIST png-to-ico-3.0.1.tgz 8544 BLAKE2B ac6aa6620bf752120a06fd842c733a15c7cd0cecca99e10b6a6575e1d2dde487de02567252f9c2fbec8ab463304ae546c1c7558fbc86230e6305307599134558 SHA512 4bc04e02868677d813e6e69e990eb66ab218dc9cdca3b51cecbc144ea472a890d3b0aa8e022c9fc8de1d49d4f40fe65ff17be0ced82945b339c2741dec4818c2 +DIST pngjs-7.0.0.tgz 160939 BLAKE2B a78cb4cd0e28fbf4b89207b4a0840ee0bac363ce0d0aea468165fd649a55c016dc5253918ec0a9d8cce06f83b0cbeaa7ef78c1f831a255b807a1707e2c58f214 SHA512 2ca5aa589461b2dc98a3da46be0a2bfe2be4db0f787928c4dd1195bb32c696bdcd983f1b7fb45c606cded6635d10744fe9344feab32e0c7939b78e219d3472a3 +DIST possible-typed-array-names-1.1.0.tgz 4178 BLAKE2B 8b0493b4c2d8d7d7807c0029a4a01dc598637d7c6aa2c857ca6ff3f02b4bc33c7a4dbd3525431f0cd4b5679deddcb8d7aedb8d0c4cd4f1d04ffc8a51b1b98e3a SHA512 ffee55153721243a158f76e1a2a8ba51eca6703d340c0c1bd672706a6ccfbc712ccc9e05a45e9234d6d46ce4bcc88e7aa87cdd57c78ad2a11f3928a87644ddc6 +DIST postgres-array-2.0.0.tgz 2213 BLAKE2B 073f5696b2c21cbf95c9e8c38317faba1fc64d48ee00fe85865c3da5caaa09fbfb067bb1213f6b5965ef33b0fb65249fa863567ca2413bcb030874ab86d0114d SHA512 56966b52a53903af5e4325b6739080d63b4b79c0ac37653f6c3e958a5ac50d6ab9fb95081153bb9dacd2dd311c1dfd73b8f60efeca86bd4bd6eb683ce915d9b8 +DIST postgres-bytea-1.0.0.tgz 1730 BLAKE2B 228b2db4a32011e45d0bc1776bd4230f720c1ff07bb03f43387d38a5355bdbab1b3c15d4f4e2e2f186f3a135c2be504efeaf7e6a92c5a8116ee6d0b16a7d6b63 SHA512 c72de998bb90a910590570d42f2eca6da8ad62a2dc9b18a0c35e10e6c8fc40154ba84c177dec9b20a5568aa0174e572f76f6f4fb190eb436df40c39fe25493d7 +DIST postgres-date-1.0.7.tgz 2836 BLAKE2B 95ec01aa9ad511cf45c46903af5d0e68da721686ca6ab8607fd62db80b7d8b3e2b4f7bdbb9e76f94ecbf51b7b6f533f7de397553585be1a6745aeaab6962496a SHA512 b2e0e68cb55083bf2730ad94678e788401be3805be1d03d9ea7fbe4cd0d45fe2f4fae5252f2c27a3124a0e8bb9d599becd30a3ac297436ae89f42e613fdbcafd +DIST postgres-interval-1.2.0.tgz 2926 BLAKE2B bb4dc76d4259ba41c156645210214c3846dc333f8ce9e5456fc38ae0cf04f17f324a456d0a1a5fa29b5d2e5c6c063302637437b763c0cd285ffe1b94c9cd9b9b SHA512 f5985728cfebc37e74375a2fb961db1b19c687f48d278727c4788cd2bc44e15378d70b20f0ff335a7f61bff6ee2b4d113f85af94ecabfd10438a9b72c556e465 +DIST postinstall-postinstall-2.1.0.tgz 1607 BLAKE2B 7da38a3fe940c4f08012aa4cb2539546e7f436b196bd2e7b99e775c799b8ddebc128d5c0aedf60f8c670584e5eda89a57f013d472809a6c9275cdc0688e496e2 SHA512 ee1417e999595c8a1189636b6cc41a2f35147c7fac4b1dfdbbc109f4762e0dcd642e8f485ca5a3339452aae64dd5a7791a71fc08614cefc7ec000422dce28411 +DIST postject-1.0.0-alpha.6.tgz 1405830 BLAKE2B e3d5fbbd7e40f9d628a503743de61fe3167904913b09a19a7c26f05e09625cb5b63b0963fbd1f68f08497dc5a7b75ed140d356789e254dc703732de25bf714c3 SHA512 6fd11bf21d9e56a344f1e76f29dc2a92b63a3bb900c2623c91c9c1bf535272895825ba39f57505d27a05abe9716c2d72376d1b982d160446c30b91ffec049bd0 +DIST prelude-ls-1.2.1.tgz 9408 BLAKE2B dad1c8ef07dc9ba13241afda1eb12053ee1c58952ac2d0849138a9b633f4c76b904b4046f1862e9a39a143c1696545aacc8f0e9d7fc9e4b6e139d2e91b27d2da SHA512 be47033eb459a354192db9f944b18fa60fd698843ae6aa165a170629ffdbe5ea659246ab5f49bdcfca6909ab789a53aa52c5a9c8db9880edd5472ad81d2cd7e6 +DIST prettier-3.7.0.tgz 2178475 BLAKE2B 541dce38b8035c939b2e5a8e0810dea3cb37e3b4c7e941011af02cb67653be7dd06008040a0374f714133dc89cdd1d43933283621e39f197969e2361c82a2938 SHA512 a418818ff823458f50a64d5bedc0dd6ba45bc2f91a820a2cefbf401d0d0493fa1dc03c7ac46e83441c6d9e9d509b16ee0fba403bcfd243cbee86d1aff4ba0b58 +DIST prettier-3.7.4.tgz 2182973 BLAKE2B d36af911bd5f69f93fbefa7ae4e8cc74f7570101b8c9b9b1b1595097c7823a64eb656370e752e92118161f9465311d0d6d66190ba8a0f32c2960fe16010330d4 SHA512 bfa50d8b5fb7852955beff1f49aa146e0804339544aca9a6a4603b3e5dc717c57ab8a63baef0a504e2651fac8dc10b5f4ee78d9065693affe6b562fd2f86e044 +DIST proc-log-5.0.0.tgz 3989 BLAKE2B 7fc93ce4c9a7230c8beff21d0091671c48542b9868ed150d50775451eba65a0dc1f4c625149bf62921ec28a4b3d79e6ca07ffdaf0d1aed7b7b08bc4f49b45dc5 SHA512 033c33be5f741da174682cf526b0dd5d0ca415a91248d3da3e8899f5f9b9a8920c1e2a036448bb380751c129baad2a0fb58dd0bad9e6dcbee882683775cfb06d +DIST proc-log-6.0.0.tgz 3991 BLAKE2B c905c3c0e5290bde9fa9ac3e113463824f29f9b4dbe0271f3f51e8c174db70d9ede2a2813347b926496a35ccd4781f031096033e1d412934566c88c6f4b3390c SHA512 286fd7b130cdf74d4f35f3df00c9a3e8dfd8c20f6d33e6c72bca40cfedbb7d2e0de0f72bfb8ce860139c19206ee9c79760d3f190ba5ae2886d7f15755dc2c07c +DIST process-nextick-args-2.0.1.tgz 1654 BLAKE2B 89e07643d0d6f6fbbdeee65a7313219828b3b696e2004f556f156f048fadeffae5e88166fe166b8ca5d72baf5cb8a64c7721369cec09577846ca633a32a65794 SHA512 de8b943a9421b60adb39ad7b27bfaec4e4e92136166863fbfc0868477f80fbfd5ef6c92bcde9468bf757cc4632bdbc6e6c417a5a7db2a6c7132a22891459f56a +DIST progress-2.0.3.tgz 6000 BLAKE2B 55d307ccda73494ed07075dd377b581627711d4d71b694fd711d1e0e62278fd1c9f8d9561d562ec7b255ed708d801a19683d57998dd74a371ef8b3b325f39553 SHA512 ecf887b4b965e4b767288330d74d08fbcc495d1e605b6430598913ea226f6b46d78ad64a6bf5ccad26dd9a0debd979da89dcfd42e99dd153da32b66517d57db0 +DIST promise-retry-2.0.1.tgz 4101 BLAKE2B d9ae728ff9cccb8d5cfae2eaabf5010dec00ac1f0e5c10841c84850123bd6b855701d9430454b9c3dab0b3d346fe2818ec1c4efe62c2107f6b9f7e4d85cc21ee SHA512 cbe58a165051f011979ec3652071463d99b20dfdc314ca0b85a7e5027c99815eab1bac6ef89c1eb13a3643d47a5f0626b66c001429009377b7e6311da1e87fde +DIST pump-3.0.2.tgz 3719 BLAKE2B 02955ad809df8d2a3ef5ca6d77b245877439378b1ee83e49e118331b6ecad3d5ac5e2c581a7d261df6c751cb1af0b7ba2cec17d42573dbb52a77920431ccd0b7 SHA512 b543d7b7394633c144dcfd192fa0d5b3fdcfe7c93d9e4f3f8d97900aead327295003ca856331c57e104992eab21341627ceb10d2e2967a4899e60f30b6bdbc73 +DIST punycode-2.3.1.tgz 7603 BLAKE2B 7515ab158e12f6af144aaca1ce1922ab4a6940c2e3282a135565b1a8330a35623568b2a8121e8c725e41cf91839a06a20939b9396fdcbce78aacf9e30f1364af SHA512 bd8b7b503d54f5683ad77f2c84bb4b3af740bbef03b02fe2945b44547707fb0c9d712a4d136d007d239db9fe8c91115a84be4563b5f5a14ee7295645b5fabc16 +DIST queue-microtask-1.2.3.tgz 3676 BLAKE2B 9c6ae4155d63581227a2ed675f1e66ad6e73f25c20e5352879cd66599992ebe2cc587cc6f2530bd4ab580c1fcd153971f5d20de4ca40a6c69287bb2873a93b58 SHA512 36e68d49ae9f94a4f925a498433268934e09cd32f5080e9a1a1bf9adf2d6dcf82a03e3360a1a59427002f21f22e19164052f17e51aa40c11c0eebe217a3dcaf4 +DIST quick-lru-5.1.1.tgz 3387 BLAKE2B dc4fa002c962b90faa9093890cffe583633254e6c8d36aaf06db3ca826c74ad1bbb73ce385e3218acbfa72b1ed92d0aae594603085213fa272309ff6625a1b30 SHA512 5aec802d18d63c31adb7fc3326269d3b901763ef2167cd215697ba3328af82b691116ef9d57dd26e146f1b778b28e60dfbc544bea2dc7f7c1d9ede386784b848 +DIST read-binary-file-arch-1.0.6.tgz 2783 BLAKE2B 450ec37775ac34066291d7576ef14826c230157719af8d398ce12bc90c661b04f2f30ccc0f03a2f8397fb909258155eee751c71d5f74ea6b05ccae19cb66f2c8 SHA512 04d83d10ddc30f71ac0d75fb01af0ee29f76b2bca3926cd86209a04c073a080e2e18b103cc57f13b1ba0bb6d5a90ec697171e2120b18902ea73ec42f2cb2e612 +DIST read-pkg-5.2.0.tgz 2552 BLAKE2B 7d7939ab0546fdc20faa90410827d2fed713d83b427b61c9ac2431c3fa94ef4aaa5bce1ae5ac2dddeafd64ae139a6658d53f30a7dd1df7f64f1d9fc5da9971e6 SHA512 520ebd98d3a97ef28301cd90f034693238f376dae7bfd1dc48c5fee15b19c43d5a67a673ac813bae5cd706d593ca150b48c2a0d3be805ba591e626690f42623a +DIST read-pkg-up-7.0.1.tgz 2733 BLAKE2B b172b1d574630118e66c90b3c565615c60d2892d9b2c3c3fa02db9025eb4ead1ef1ce6a4b77ecad5fd0578e96a5a7cd81bd13103573e0540f51ad536a1589650 SHA512 ccad1307b5dde89a422e694b9ae7eaca4184fbf4e539e3c3eaa28294d5bb8470ca161fc9effee0096191ee3a044045b56caab76b7c9465239b3a858b150e2886 +DIST readable-stream-2.3.8.tgz 25747 BLAKE2B 80567318cc3262cde9b9a61e7ea9b07f0f2bac11fd7ab279948823745ceeee7174ca23a1c85a6664be24374521817acd734074ba640d0b38194ccb0493da1b2c SHA512 f29d00524e173838087b04a2d25f04a63b3e1159d688aecda03204194d07844efe67263c0f520c63ba1dbb9951ac55c683bd4bd79286f10acf9ae9b8e514ed74 +DIST readable-stream-3.6.2.tgz 33238 BLAKE2B d4f40db1f6f74cdfe1302097944cca5d009aab67f70765f1d92999a5c96e3113068836bc70c8f450ed42c83a586390c077c357db1e0aef02263a70cb448064dc SHA512 f6efec9e20ab6370f959db04447cc71381b66025eaa06e454c7522082e1221bafa5dc2d9058d39c9af442a361e93d3b9c4e0308c6abed497460404bb43d49ca0 +DIST readdirp-5.0.0.tgz 7530 BLAKE2B de3a225244fdab369399b57821e4942ecd6df1cc0ffadece60b7e7e00f121671451c64afb71b291fac648f0b6d38639001f4c1d0f2eb411e6595d9fcc5c2d85b SHA512 f6efd7435a6fad0b58c8ca597bb0d72afda9e4236fc95c33501eae84b0274301cc4a028c051eb695cec01e58da7ad79e1d79f5d574c068b2d4559615672b9105 +DIST reflect.getprototypeof-1.0.10.tgz 7601 BLAKE2B b8a54b1b124b8a8fd6a08832226708f6ba1210aa7de9fbadf565bc4fac35fd93cdfdf251959357c84d95d4679d8c34e144147424b9f996509a18dad6179cd300 SHA512 d34a3823e0d5ade7e1bfe9d7d2e9728b76e248708f0defb22efe68fe9e9dfd45658ab8a307c135e85b5fc12022e20ded72aad0e25440a904a81446497a160473 +DIST regenerate-1.4.2.tgz 12607 BLAKE2B 05a37b512845e36241e9b65ad1ecd63c41a4979e6fb0481aef5e2985b512ec8f84266d08e90ca04b14a1a9300e8cbb4b0b8a5fb54e639c3beb08325a66209c3c SHA512 ceb71e47f5e119853f77fa29af610a3bb6911d47a2048f2a8ed7c7a800d3c1977a4b37f2d7a95aea4a83d0c214b39cf9871e8068a6be3e2c693eb476f3df88d0 +DIST regenerate-unicode-properties-10.2.2.tgz 111008 BLAKE2B 27abd45020f9f1d1083d2228a825c4608d728996532704ca1bf01c3280632caa4b34618fd959f6348177b80587502ca4bc9e3b02ddec1665543fd0e6a56f2745 SHA512 9b4dcffb38417907754469d8c6b1b20c03e9597fdea4a8ab2eba7c7b7a9ebd975590ab670ab8e359ccc86d873cfb177abdc4d2b5596a7f2713c75291e0b3abd2 +DIST regexp-tree-0.1.27.tgz 68410 BLAKE2B ed6e43b11920e67069a0b9ab493f2505bf7f3d8175f1ef439ced266ba7068cbf3374df53fd37a9c8cd3baa2cc581ae97ced56c39b54449eeaa7dfeec103455b2 SHA512 8844f1a632ba628456246e68ea15cbc2f8d80285be144667f68b343c3fdbe803fac50c2c6bf63b942560222c416d43cc7e1bbe8b62ed75e02a5538069506ab7c +DIST regexp.prototype.flags-1.5.4.tgz 13056 BLAKE2B 094d203420e530ab52314e400a5492a224b8a63c08edc6732aa76a29be2597ec6bf37f401ec83fd0d7005a56055f76ad27a0d9186636c1fc242da6df6a87505d SHA512 758aa035265b0f091a27671e45df688c21a306afa63a6f4b9ad5e7027106c8784dff947b8835b64d1c3787ea3f8c2171bacdcfd8b7d62088b0a3002300d9bb20 +DIST regexpu-core-6.4.0.tgz 35105 BLAKE2B bc497d0e1d60afada515074caab10aaae39a1332720abebe2a95d7b25f77428a91cd8903560785e3e03ea498e0e2d35718f918596a7e72231ca0931056240d09 SHA512 d2086eceaebb2c8f5b2d7a4e5ff2127ef7bf32adf76b8685473a106219e7a24d49385a6613f0364c11a43557a738611e4810a322259c73a315386e47110bf4b0 +DIST regjsgen-0.8.0.tgz 4693 BLAKE2B 5d6e44c96b7fcd127b334ebb5a9ab327e2c90b172907816c1a2cdec755c37475cc4fc9c2d43a9893aadd8276a7c244074bf7f8c0e45d6647d439cb6515e26dda SHA512 46fc2d19edddecbbd6883417790c3ca796ac65499f5351bf97a59b517787b5aed8d8f108bc14f01fa13611f99850af29c5cc4474499aa26ab2a74bd967b0bedd +DIST regjsparser-0.10.0.tgz 18864 BLAKE2B a12da246bbe8b65e057cd2dab5c253a3b24a8532c3b3c653f5ce7235c8354fe1dcf8254e4262e15954ede5721a5f35fbea33d374c1b2f26f62533c9ead1fa4ce SHA512 ab1fb1406655b32e79087d1ad61895c079aa8cbaf27e1ef04321791ced3b5c9f5fedd40c63f80f407865c83908cc9282fb1d9f502a42714383514505ae6ed21c +DIST regjsparser-0.13.0.tgz 20524 BLAKE2B ccbd2cc8da3c0ec452d634a77aeae3a53ee7ff81c6c4ddf059825f4179772f3d2285b2afe9a3f8aa877f040112024bc874fac7cce1f93adbe8535f7ee5330903 SHA512 359419742e70384fc7dd44f6f1f5462fe8a4399704cdf30693f73788df541b1cd61cc6b5a29ef6ef8a3289456b006e01d84b8586eb3c4af91a62786f5bdda9f5 +DIST require-directory-2.1.1.tgz 4372 BLAKE2B 0d1097eba3243eb50cdfeab59ad74abe7fb7fef67deb9ccf552388f1b004e644d16e6702ab5d2948b8e977aeb07415c8c429ca22db426e68982c2c774ddc088f SHA512 7c6c4423bfb0b06f71aef763b2b9662f6d8e3134e21d1c0032ba2211e320abc833a0b0bf3d0afb46c4434932d483f6d9019b45f9354890773aff84482abba2f9 +DIST require-from-string-2.0.2.tgz 1816 BLAKE2B ac0408fa672b2206ab4f2c323e0120be3a53c1a10679cd3485461f27c7d1df6b7b4c4261136728a941b32ccf7fa22fc3e92fd2ec866b5427f3df7f27a6c102ba SHA512 5dfd2759ee91b1ece214cbbe029f5b8a251b9a996ae92f7fa7eef0ed85cffc904786b5030d48706bebc0372b9bbaa7d9593bde53ffc36151ac0c6ed128bfef13 +DIST require-in-the-middle-7.5.2.tgz 6841 BLAKE2B 79fc81606f973b712edb0ae70446f84c2b553ebec730655675062c64b6d7c38163ad18e3cf83cb528433a0e286af2f1aff6561e127d49113e1ee6eb773a1b965 SHA512 80067e90ba817476ab5c1eb85e901ed950a307bac846ffa653cb5f456ce21d1279ba62ac207376b4b2efe84b4cc3b58274fd7d4b411154c95d36fc580879e149 +DIST require-in-the-middle-8.0.1.tgz 6351 BLAKE2B 242ba8506372ae2782e3125794328eb6cc47395c052d3fd336b61e0f795ce27838ec0a818d0d7d98179dec52e508757d55114890681b93391e183020922f4389 SHA512 413ec554c5df58e6056de44117a9eef88eadaf64dfdeed2af112048cda1bfe178a63f9e1eddac3fe4ede78c1664908274ed0b32c3702bbf5c49e95b6c24e3109 +DIST resedit-1.7.2.tgz 48046 BLAKE2B 2763a290b155054683d3923cab0e1772d77209788130bbca634bb49086504f453a0993fdf2aabbacaa0918fec73ca0af613ad5c9c23d6df1b19e8007c122a3d9 SHA512 bc78dc6363250084c9842d1e443fd5bfc565826bbd49ddcb5fdcd9bed1b353964899d4cddfe77a7bfe269d3c95f2f11bc9fd6c80d22b5b185696bcace763a410 +DIST resolve-1.22.10.tgz 27550 BLAKE2B 65fbfd938dd4ac749a6c32a2628b453668d8569f1b9dfb661747e7f045cb17f68166ec2de630bd45687e606fe373d5e38dddde7d1e94d23113dba798906d715a SHA512 34f472fbf9dc20c78395302cbaac0a2227deae26b085e7c526d90d496d2a64912a3046fea81b7fefb07f8c679e7a4f85d2e39e374e420dae875db6c882d557e3 +DIST resolve-1.22.11.tgz 30870 BLAKE2B bc477a01f9c3b01a9d024a8402163d774ce019103b1d747e26797911b2c9e224b1221b28d154e9c8ada32a6c8e8d2915181ef35a763d8bc4c90eed528eb04375 SHA512 45fa80bcb9cc977d77afb73da1c941d478541007b37292e3cfde70147e0b56e864f4917faf6daa9953fd00c98e538bcc5fb43ca4df23c0d83f092a5d1673234d +DIST resolve-alpn-1.2.1.tgz 2231 BLAKE2B e106a759d6c788e839df75e065fd59efe93ad4a45db69fa1419114392769bd77f166607eeada3cd30dc1db44e6c823bbbd1923b04c0edaa17489792f9a714d89 SHA512 d1ad45e25ef7fd915939a9099d0dc5be4276fa0493416cffaf6284e4e7436344f13e6e61e0692a91659f338ed3ec7b1b9ceb5c255105e1ea42572eaeed0dcafa +DIST resolve-from-4.0.0.tgz 2149 BLAKE2B e02fc5ac056e33e1374c4200e0ddbca37a30867255573b5cf78264193eb5f7fd66320e119199782a40e91da997ed86833fd1350a46ee114fa3212949f8ffc03f SHA512 a5bfcc6265ecb40932b11171f2988d235b4614d408140def904dc6ab812e035745ea01e9ffebe066ab021896a9bf2f0ddd0fb8a3b170beab8f25c9d9ed1632e2 +DIST resolve-pkg-maps-1.0.0.tgz 5194 BLAKE2B ab93fd38cf92fa8e8c22c9b83dbb732c9744bf25505c8bee56f61c9a31ea0685c100698107790fd40e588aa966c2e1923eac4f25dfeb02ac972ace86f6d9be4a SHA512 b1e4b64e3dba4c154e0b6348736ace7b6cb664eede7f1213b4b65c1923a71c734e43b0a489405fc34230d9c93ac642213f02e128d2d2f013be844a6781096acf +DIST responselike-2.0.1.tgz 2190 BLAKE2B 82929071ea15a4d3abf62abe3c4cdbb112b86ed62a8691f7afede64bf87436131a7b2540c599faf0ba7591980e9a3548f1b7097c8fef1b8cc595a70ed58266b0 SHA512 e20974df09f7863d473f7cb381d23b777942905f79176d4fcf804f1af2878a7c90cc02d1e426a9c02f32222d11879f0310c43f4a0b82d37c058f693433f98787 +DIST restore-cursor-3.1.0.tgz 1600 BLAKE2B f011cb4b8878e845509a8951c4ce8cc1e6dd9cd76a62232f240dd59475cd9e902cdc94b3bf86c20ed23763c6b0bb7bb658e5d5022f2b95119ad24ca71fa0c2f4 SHA512 97eb1279fcc7a63e6a8a6845484e5af27b9f65800cdec05254c00fb589260bee041f66a7486684317483d22cd141bbbd9dfc90f72e49ad59a9ec4f2866b523bc +DIST restore-cursor-5.1.0.tgz 1684 BLAKE2B 88dc020c1b3f4e5ce981bfe9ace82ec679ec53fdd8dc12a1a8c0925087e8868fce871f71a526269bec0072c6080be5ed9e8804d27e30bf77cc512c85917ff6aa SHA512 a0c03675caf0eaed187f12505e6df8d9b14a5ff138b06f6b6d3ccef69b54711fdef00df7707baf4ad8983b01fb7ecce4665675cffb5af400283e4d85e2a20e1c +DIST retry-0.12.0.tgz 10431 BLAKE2B 0585baf9a534480fabac45492236479d02a73332c2086f731528ac5dbabe8c20990234100a0eb74ca2c606e856755f4df3e931e12098eb9aaaed79ea3287e5fa SHA512 f4b9224f08d487aad3e79e43b44f6b4d7f81281c8f7eb333100b67944b5d130af73647dfc228a1a9ed9b5800e0f8e4118edf6097a20276607f6450c2180b52a3 +DIST reusify-1.1.0.tgz 4683 BLAKE2B de118d03df9b7c6d0fc78bff635fd879f0f4b30e20a2919d160a31c5ecc12e7e32f4e15d5334da8933b56385d95e3561fed67297f7322db874fee4f2208b1570 SHA512 83a4147dfd38a19a47b34786e69f37ac52e11de574d2e83f61ff6764ce9f2de52b3e0b814e44d039da40596b29321e794d97d54033da37735025f6d5440c5d23 +DIST rfdc-1.4.1.tgz 6828 BLAKE2B 5396c932cbf19cd11884e507579e67cf17b60f755a8e3d95cc264d6e18fcd962df29b3880429d3af2710cba2ad3882e2f780e83d61700e17209ef53af215d02d SHA512 ab56f737942445459497b8b2ca569a8f790ea484f43768bd32a2044173fbdc656c37d730ddf771f17eb77049968491a2d8f3c2176dc88e9ee4b66777f6b6b020 +DIST rimraf-2.6.3.tgz 5537 BLAKE2B 2f68628b7d381f50aa925fcb5f19f52d987bc52d2ee49d5049223666acf624f16e0b2af6037411610ec0e96682ca838e5c39234119e5a5de2da0a7bbd39c8b43 SHA512 9b0a9e5b95ec036a807a31b8ea061d10d6b15e3c7da2744d09f9fb2f476eb8fe210ae4c88bf40eecf0cad3b2897e9d5dfa2cd63ebcc4243712a816b439942b88 +DIST rimraf-3.0.2.tgz 6480 BLAKE2B fd78b3e6a69473b66f6e5a8bdde62c5861afe28edc26e5d85a1decc75b0c8eeeb37c1368e3f0d066f867d121278eeef54515ede261cae95cc89c788ac0248d8a SHA512 25990931990018514f3f662a5d95cf6cc94c060b31cc4f082ece253085ffda8d0bf54070f4efd8de8eb0170fe2f582daa5c5095b0a9b8b791dc483dd0bad9320 +DIST rimraf-6.1.2.tgz 39410 BLAKE2B ef16257d591c197d4960f19375179b9e6f80cdda58960a07f776bcd61d112ebb43740a8d72d8d11674b9e3ae819e734019052baa53aeeefbdcca543654d25007 SHA512 7050a43ec949bfb0405c9b1894ad5d66c6cff3f64d2e40804346e2d617f910a5f64077a0983144140e9086e609964ed40dd73ed362633bcd1848ead63e9c34ea +DIST roarr-2.15.4.tgz 17325 BLAKE2B f4af324603f22618d070f5ddfb5a50a14ceffcdf90f318af76a535c5984548ef71d7132dfa94b07f82c711df0c9f4c66394e7206822f1ca019efe48b82bdc06a SHA512 08784f87e50d1c3d864d735884f58b9d4f0e347748fb90c8fb811820039a883eb7ac7798959bf287c3fe8a7e7df7d4d348581462e294023cd123899d87fa7ed8 +DIST run-parallel-1.2.0.tgz 2813 BLAKE2B 08a2c311d0639f0072c941a29163c0813e4d18904f3f18e0e80f0c221f31a5840d8e52c687b131a6e1a29ec94f54a9ea1e857111610183b6ff6b42701c652ce3 SHA512 e65e15c9947ce8b67f943c594d1ea3a8bf00144d92d0814b30fdba01b8ec2d5003c4776107f734194b07fb2dfd51f0a2dddcf3f0e950b8f9a768938ca031d004 +DIST safe-array-concat-1.1.3.tgz 6542 BLAKE2B 5a10f9801f7c61ccb83df2735bba97529ff5e77bc1a17d68144b52465c6972051bd165d1cccf17f6cb775d9def4b5b66f2fc250be0858464327afbd133aefa5e SHA512 014466e5fd236043b27418fb550955bc3ae378582d8437441791f574ffba98da685ce328d6ab90a89e30bc90f2459f7ea4ede4196a0e766574f1c4afd9a255e9 +DIST safe-buffer-5.1.2.tgz 9822 BLAKE2B 709688b8776b6d6e4df8452f482d8c46feef1b826cc36f7f54d70566b191fc3ff18cd354d3cd9cbbd235a9c765efb02f8d713293cc3a598d00785318778a3c32 SHA512 19dd94641243917958ec66c9c5fb04f3f9ef2a45045351b7f1cd6c88de903fa6bd3d3f4c98707c1a7a6c71298c252a05f0b388aedf2e77fc0fb688f2b381bafa +DIST safe-buffer-5.2.1.tgz 9972 BLAKE2B 5291e5d14e580afa8945efddfc4c59beda822429625779151132f3ce19755f29022decf7f57bf84e43598c4d363acc6431af15cd29cc175e3c503fc3a4e895b4 SHA512 ae9dd2a34eca71d9a629b1af81a37141226bedb1954959394bd12ad45fa9a5b468ef4f9879a0f1930e4377c34f37e183e9b8e7626d95b8fb825e6a6e62f9825d +DIST safe-push-apply-1.0.0.tgz 4053 BLAKE2B c5a19ace60203d64ef14cbeb83c7208288678a7e6f01d9ffc70814ff8aae1342c9e78d9d764ee8aa04429bb1a78bcf008314fc84cc5c78b5130d62688e436670 SHA512 88a13dc3f67bc42cd430866a741b29ea9110bf0b8479b1f8bdda637035a7cb3688eb297a3bd147bd5a6619e96f10736ca18eb019b964c51e99b72fe1d345a248 +DIST safe-regex-test-1.1.0.tgz 5064 BLAKE2B 8b74b77e91bbb2ed6758d301ace9037702309ee70935dd538f01633518a1315d5f84d306195459dd72989f4ff0c0f993491f83299a4d64a6a642dc6a80465c2a SHA512 c7ff82cf862b8a643141c7097f998a11b21ad4dcde091348e44725fde92695869a9a974d2cf6a557221c09934d1f732f9aa06e815e53318657bf4963b255256b +DIST safer-buffer-2.1.2.tgz 12035 BLAKE2B 739b558efffab0ebd10a3bb510eedc1516be71ae4ca0a96cd76899cec0e3eed2e0eafe8e14b14cb7f79dadf40a8a01240c841ee40f50ab56cd9b290cf00609a9 SHA512 619a372bcd920fb462ca2d04d4440fa232f3ee4a5ea6749023d2323db1c78355d75debdbe5d248eeda72376003c467106c71bbbdcc911e4d1c6f0a9c42b894b6 +DIST sanitize-filename-1.6.3.tgz 6448 BLAKE2B b2b97bf00048eb6fca1d2121b56dbaed48f466076d01157091c9f717e4428145b0758c54585b1b030d09d83f14b50dec3c50c5bea5322967b372c0b258a283cc SHA512 cbfe7631ccbb6b0de0466ec8adc183171fdb0a4e00851876788f65b8739033cea766cab0891924ab619e9075c1043f9298f89d73c8b63eab58665fa9589f0e7a +DIST sax-1.4.1.tgz 15623 BLAKE2B ed66a1e2d0dff7d63ab042279525c2b72efedecfe2e6428666b7e1a1e7701c1abea0ef5e95ebee9970368d2433ee75bcd335a37ed7abf73dc8eb7019353b6deb SHA512 f9a58ecfbc9549c106a0a35de0f035d0b67cb24d00ff3e7e9d7406e608943b9ae9ad7f63818b13768bfda827216623c865ecdb647fa346eb7c9cfa1d1405f826 +DIST semver-5.7.2.tgz 17872 BLAKE2B dd3265a9ee0fabf98c2db6d32cf6ac55441e725932cfd80ae5eb937a8acac908a8aa5cbfdbb9753e64a36d2275c0300299e2704dba63d45f4d62802cdd62ef44 SHA512 701ce79d0f4a8c9a94ebb079d91302eb908c6ab2b6eb4d161676e471a8b05aadf1cbfe61685265b21827a63a2f31527e1df7f8f5df06127d1bf3b0b9a43435d2 +DIST semver-6.3.1.tgz 19093 BLAKE2B 9c7316abc5be91329fa6db37ee75553d1c57fb4837f53c91d40e85a13db3b271d7cade2957a8182f348dadfb6e111b032396f06e885b66d4c91b022514cec5fc SHA512 051ed5bc30951cefaadb10445ac9314ba0c9135a919dbec3c7352ba206fbd425a849f89c07162c88019df8a9749a6abf329ac6f7202b464cab4314cee978cccc +DIST semver-7.6.3.tgz 27678 BLAKE2B 899166cb4e1ede1c02fb0d68c216844b316307946000034615ee196fba7dcbb71621f5ba972f42a26e344ba15b47bf50fb4c3104f9e4c39b11b0c84d44be66e3 SHA512 a157a43f570ab48f824c3bc759815470cb6c2bfd34c260047f2a8a7cd740466f2ed7035585281a5fb03c77852e225508e5ef38884c0e86ced93d8466cd4f54e8 +DIST semver-7.7.2.tgz 28388 BLAKE2B 12d59d9a65dee7f21e209b413fbe2246c2c156395de9257a3360eeeb3eb5d1eb4282d0d8a1b022682851be1e8a9842c78d35a0bf268dd7c682316e15b3055b5f SHA512 445d05c3eacee4031ff4c0326915c8e005745258f994c1ea571c5d4a08956e2c52097a049a65ff8e4d02b89c38fb74aaae860ef55a1487e1dcb898afbed25e98 +DIST semver-7.7.3.tgz 28442 BLAKE2B 3986669859e3cf6468817d5d0f5d7ed0fb4758a5334142bba55b3a8a67d37c30f76ed133eecf02d83b361f06c27ecd8b40e95796ddaf31451a7a82d0c1dcefef SHA512 49db0a32b23d4dd823770794491f4cc1e1c0e0427c6311e7f0315a0e2b2f85595439ee01175b4b0fb1808f4948a96565f9d3dbfeb131af406d6f2e65a109b6d1 +DIST semver-compare-1.0.0.tgz 2003 BLAKE2B d526f97c589e0045194461229e9fd00181cb253630d2cdbb484d9871799f5a579edc3be9e14216b4f43bc5afc5bd315679f1c73495e5fb619859ab37ac92d433 SHA512 60cdff213876309e4cb7368ce36f5a9e1fb1da388b563a882c5e26e28c90075f16ec681e6bb05fa9d1ffc0630aedd0e232086fffa586ef39d6330503cc9897a3 +DIST serialize-error-7.0.1.tgz 2756 BLAKE2B 851707fd8a065c88335ae1058ffd076faaf83c5e01093e996e5a489177a889f2227446fcbf3c211a9f4815368d82057c066c4304070ad8783d628ca372ac6589 SHA512 f08f138d6e4a30e2ac6504efa318ee4886bb7e80303d618eb6cfbaa3bb208f3e35fea303f55407103c62e8f06f2b6974317526a99c8da542be4f6b5069a125bf +DIST set-function-length-1.2.2.tgz 5784 BLAKE2B 61e3b21151917298faea8906aa9122790dfbda6b00f64ae585608f381ae32437c5c8513484595809a954e3d95d7aa66558867a4b27aff497b171ee6c36021638 SHA512 a6045ce21278fec363582492f409a74b8d31ddb34c0d39271e02f951a3014ccc899d4f741205a1d51cfe302f5e16ee01b8dfd4c198ca42e63fd6fdeb33b1cc7e +DIST set-function-name-2.0.2.tgz 6437 BLAKE2B aad84a98dc88b344818910e25a7906e7b50152151df309f8a7ce5ef62bac0847f69fab313a632f805b7a05f15283879f15b6965aee9e0cb99d908c616bf67754 SHA512 ecf185966b70b040036f4598caf08c6b5b7eca47ba75a206e168ab69fbabe6471ff8c8549cf9acd54791d02290753643f35c844b03076ed9fe4d1f9d32f89a91 +DIST set-proto-1.0.0.tgz 4194 BLAKE2B 3fb18049a2611d633f2d5f42837d53dd157e477184a985dfde259175b9265b4f244efcc44f262f9deab490fc2b61676d2bbded88383d37f81b80ad998b93ce57 SHA512 44945dbc2a3a2009cf76cbcfffb9ba6ec42a3679f5142057e5936d14bf7c326145ff8c402094c883561b1d6e430b65b948a65a9eb0ba8b81ec26a95a8f0fdd67 +DIST setimmediate-1.0.5.tgz 3255 BLAKE2B c47e1a138cef34b67495c308ccd1a30b697359f4030d0658df17a004778d03fc9e4f41cb9d23360119e62a7583ce79aa80b9153357b00676384e994ce1160f3a SHA512 3004c9759a7cb0ba8397febc2df4266cff3328f2d0355e81219a0882bb1c14343e46cbcafc1c5e0d03a0cb128aa21d32ffc87706a5459c2a90fe077eade8885c +DIST shebang-command-2.0.0.tgz 1506 BLAKE2B beb3e87ac0128e3bb1e54211c7d77c1c9a26b1218a99845bbbe0e4b35004725f8b49632c4bcff6822fbe2210961e3ff65b24e7739ce037ff8521bdcf604daa8b SHA512 907c6bdb366962d766acdd6a0e3aeb5ff675ad1d641bc0f1fa09292b51b87979af5ecc26704d614d6056614ce5ada630d7fc99a7a62e0d8efb62dbdb3747660c +DIST shebang-regex-3.0.0.tgz 1503 BLAKE2B 39a22dbe7504b006bd310e2fce1c7e75baf07f9a19da2778583f484d638ccb217fda56dc99e72843f069dba1429dc1381890aa7eec3ccb6fad9d4a91da2179a4 SHA512 efef9d161b5cc77df9dee05aabc0c347836ec417ad0730bb6503a19934089c711de9b4ab5dd884cb30af1b4ed9e3851874b4a1594c97b7933fca1cfc7a471bd4 +DIST shimmer-1.2.1.tgz 5158 BLAKE2B 20b03888b7687c22a25a88a3c674ba9ff3f63b4a4f8227c051866514143ce671c05f150f6ced6100aca5a18956a1ec755ee3b008bab0d8be4bcea04d7b5a2d6b SHA512 b104ca0b545efeb33a5f214ce9f20018744f546bf25df833203bf3a2aeb4f2f33e8dec950f44eed44e8da7429cdb3008156223f7add5dbcd34885ffd2cf89e43 +DIST side-channel-1.1.0.tgz 7750 BLAKE2B eaa6bd86fda4951dfae7d87f9b6ad77dbbcb6e2e06411bb37447060b3f809fa13bdd8939bf704d788de1f1f481869594e3fe267a9aa54d1f6b723db6fe34059e SHA512 657f7d7bab51c1ea145ea47e541aec96175ae75361e4c4d0c28bb9b6750381bb723347418268440ed5863ffc5b2a7ea1a9f3d11ee8d4370cf97f2ff06db867a7 +DIST side-channel-list-1.0.0.tgz 5659 BLAKE2B 8975407842290c1e93e4d3193224c967191daf694a89ab2487ba7a866c781d1d0a9bcd8e52785e6d96ff5df95d76421832085c8884619612e381d8227773283a SHA512 1422c7b510ff827a428821c48892cec1d9853fec330a60c491cf72ecdb18c5e178bbb06db27d59bb0830246c4898898789c240acb3f8474c97e1cd8a0ab32b4c +DIST side-channel-map-1.0.1.tgz 5280 BLAKE2B eff3b624730c09b13d68e7b67c08dc558757b885c46beac2ac81c9ef801fb7d1955f52dc5594826c0f587e28cd2d0d974a1fb1fc77a1c85a9da7546d5c94c9b3 SHA512 5428c235f80cb1bcb7b53768d369db8ed33f7b0adaea33c79a94e17a7913621f291bdb9c67fd4ff12a38bb814605e93f063a4e56c0c23282c0fe2b8128815744 +DIST side-channel-weakmap-1.0.2.tgz 5442 BLAKE2B cc8cae0865d40da6a2608e672f5b1aaef16b544071abbef0c666156b649d306323fc86d560bcbcb65065b256ce0e5839c34d82f16a3a728b9ae1302ee43f6aaf SHA512 58f4bf1ef1d04d89c78ac2e8f4c72a0473899361641cefed969be5772ae77a6e1a790a7885a8b7832b61b3083aa74d684a84e5e7cadca621408c5d9baf6024d8 +DIST signal-exit-3.0.7.tgz 3851 BLAKE2B fa147e1212b0e532057f1c9db8f4c91528fb75059bdd991c6a50101fed643099aae28efbaa27c57dad18e6e05a890e000515e55d7183e692c9659e79f26f4603 SHA512 c270f6644fa5f923c2feea12d2f5de13d2f5fb4c2e68ca8a95fcfd00c528dfc26cc8b48159215c1d1d51ae2eb62d9735daf2ebd606f78e5ee2c10860c2901b19 +DIST signal-exit-4.1.0.tgz 13369 BLAKE2B 8f3cba37ea92637525671056202d62b1e9fbb67313745a6e250a520dc43b519cff3064c921a4aaa7b74012492c9b8302e48922c5cb2713f76f8b5a5de5f5624a SHA512 6f3c99d5ef3cc3d3b588d25b2a73a5bd84eb58f0e5e3a3b56c6d03dd7227bfef6d90faf1acdf235144e21650e4926296827d4ce827c8035dd2b86a8e6bd2a8af +DIST sigstore-4.0.0.tgz 10117 BLAKE2B 4d7bf2e4fca9cb62d26479126d0607b6a14152d3a0ebe2987abf6a2e0199acdd9b796963add247ce139900ed05d5b9c00c9472c3c751b0fec971cb9e06da8e07 SHA512 1b0fc5807b6b2ccf563fc3f994b7121a1f4e41cad3aee58210b0224b8f2293541b2f4707f9d7e3a268914d413dcf3cfe0f537aace2e4c1752f5665d902c344d1 +DIST simple-update-notifier-2.0.0.tgz 7774 BLAKE2B 85d9c206d5d1f56e471ca1334d3c18d2a1dedea753fe5ffee73e5a0a6e62e3e2b2e2918c81b47bb37261eb5e4f3b3dc8329e5ed9e74b36cac0b514b201dc5a69 SHA512 6b607d6342a535797dbbfbec5bab1322ef6f184a5f2aedb0455ea5d47dd711ab3fd20508cc6cc1a0ffc8a2e4dc5106e6f495992c7dc23b1ca7d374d89456b1eb +DIST slash-2.0.0.tgz 1695 BLAKE2B ea7014f7ee511f9c09e9e7eb5fea9e715c27c96fd1a9e99f53ee44f433bc90b9973278da6f84730cd1dc99fbe18e8d70fde6df4c9678e4294e12e79cc0291832 SHA512 6582a1dd6876cf53e91175abd0ca52059d15ea66470107d87afb6d3b5d5ce7509a5a319369a762299fb056dd4f6cc943579aa1305b25a5909e9a1c0e2bb0bcf4 +DIST slice-ansi-3.0.0.tgz 2915 BLAKE2B 2f9f96629d938bda2ee2da30e2442e8b89242dead76e6df3bb8a267ccb029bd1bdeb9367aa224ecfc8dc352bbc3bd5e92a73357be4f259c5bf2a10db22500acd SHA512 a52cafedb4930bb8a0f437206f0f40b913546f993957aa03b9d8d9a0c052af5deaa4b046eed07ece00a40118eaef121481dcf93f541ef2efab486768b8e388c9 +DIST slice-ansi-7.1.2.tgz 3180 BLAKE2B cead15300812c43bf5a6e206bbc16f545ef7dd63b74423c30d12d982b558c9dd43407f60118e3dc77878f50266c0d8eed3f8f064b30b2f3e4962bb95033de9d9 SHA512 88e056160517edc688662baeb480b15605f549dc700151452b0b7512f31861e73f3563b999e389e8ae6e43186b6017502677b82b18aa65cf8aa6d14e585488f7 +DIST smart-buffer-4.2.0.tgz 21539 BLAKE2B fb6d7db81aa68a6e4d7d651f7fc936132f7be8859981b7142938a16e69c7e4563f9994e59569c3002f5553f88ffe4a4dd12364227d0b1e4935bdd9df9530ba30 SHA512 f7884ad0787cacfa90976c577371ec681a0e5ca576d0c4e83e4717bf06c84962c4b3eeb8b01ab9905827da42431dbd4faf2f72acfd1dc6b088f5145c8bb4572a +DIST smol-toml-1.5.2.tgz 19922 BLAKE2B 5a8fbf86fd3a82d98cfd17b2d5bf290f539019a868d6430d0f32340d3eae8eca36312296f4ccbfd68df42aa93d498fda056cc54004ae54b4d4fb617e0158ba4a SHA512 42569912a7001f7fd1b4dc9eb7520f2183ec11601a6325d7bf52abb22fb52ff407a698d7e087e6f0c42c0484b3f6f13c70789c22addc96882c85e8a58b9be169 +DIST socks-2.8.7.tgz 29891 BLAKE2B b6323f9840c131220d2214f80d8e2c8656ae9e578b18397db6989aa75353111b1c08aafdeaea4808d4bfdb4ce136342c9036cc89922a1a85d2ba649c0a17c197 SHA512 1cba6dfae2f2fe9c41f9bba6ffd0f302088a4bc097d44bdb5b1238ce59a01821312262dd89a776882c174f967873d73712af2b3f6df5f263d6d9cf906ed8caf0 +DIST socks-proxy-agent-8.0.5.tgz 6814 BLAKE2B a3a808aaac782f4462edb96e850997e92d7ef916e528d898d3289224896f14798c092bdde2891c22e30bbacd17e814f358898d39695f4f8de1b4349d1b5cd453 SHA512 1de84212ca2d16a6cf5bdb09f1655807a51b98832fee4514391205d8d9dcab8550bc17cd04b89b5bd619479765602494870703eb6f29465966ee7f84f984f327 +DIST source-map-0.6.1.tgz 199644 BLAKE2B cd44c893274129a1e6a2af1dd7e60bbc58a386d95318cc933d948a9b8c4eb2f008128565f7294295c035a1eac3b94017d9511ffac32aa62fcd6b4e26afcce6c0 SHA512 52381aa6e99695b3219018334fb624739617513e3a17488abbc4865ead1b7303f9773fe1d0f963e9e9c9aa3cf565bab697959aa989eb55bc16396332177178ee +DIST source-map-support-0.5.21.tgz 26650 BLAKE2B e22a3f602e0a5e06c726b568ac83548622d637b732921749caeb4039b63744930f44bbe2e4967029edc96bfbfc6eca065c5e2f25c434ece6c192d3eef2255570 SHA512 b811d4dcbddccec232617297f3c7ddac6a2fc5d482a13183459e92617b524712d95331e0e4fffae87b7aba85251eef4466877e8a75e12a8dea420c17513ff2d7 +DIST spdx-correct-3.2.0.tgz 7240 BLAKE2B 0ae95a52ff01ee80abf88071a222737d8916738fdecc45da10d2e5afa24c2cbeaba018a92e2ab376152aec65709e65a72011c3090512a327b8ba79f74129b2f3 SHA512 90df5d25bbe7c921d42c896e0c7cb7d961d152edce83b07db1b63bb6c14b72d42422a9cc877844ad881d3234d8baa99c5d7fa52b94f596752ddc6ef336cc2664 +DIST spdx-exceptions-2.5.0.tgz 1621 BLAKE2B fd488925d11c37edd06898504dfad9f715a4a10d4a0ceba140c2a63af9c73a33bce667f655e01446408c69d826d54723b2c3482908fdcb42769c647ba7e7eda5 SHA512 3e2538dabfb13b851b512d5bba8dcb3c992394eef8df45e7e5254085da73cec3c7b236d855f9679c57404e069b9cbb9d7be0aabb6e69e8dfa0da5c3f3c5b1ae3 +DIST spdx-expression-parse-3.0.1.tgz 4427 BLAKE2B fcdbc90a20791f1d48b0b1c0d001b283c0352d3eac766858ecd57e9942cf97c9e56178f0030c1c2ada43fbd6e5cc208f7d659a0f70aaf604e01791f69608879b SHA512 71ba87ba7b105a724d13a2a155232c31e1f91ff2fd129ca66f3a93437b8bc0d08b675438f35a166a87ea1fb9cee95d3bc655f063a3e141d43621e756c7f64ae1 +DIST spdx-license-ids-3.0.22.tgz 4728 BLAKE2B 2436e9c4968400d48d1467eda6d3f41ad57f36681fee8176dcdd6c909f47f0a06220d175db4a1c3fc0a8e3d374a51b9b2934b6f97d174f2ddf251aeeb74afcb8 SHA512 e0f453e2787510898f6edda301238a1d7ecf07b23e7b821634bbe42850f13612657e36d8965798421dbce59ff798f4c74802bf02f74c9b0e4134db981fc4a181 +DIST sprintf-js-1.1.3.tgz 10968 BLAKE2B 5ee47a0b4b0f1178fca747e1dfc82207ce52d381ccd531f4e77d0bb3bf8c07ba70a1d08742e51917ed030abda153de2e2de38bdf4d985671a8ceb4cad701eb31 SHA512 3a8fb4444155e7dfebcf781f24d2908819707c7692112975a5c1b200142c9e721f58e16de89363e600a883653a30b67ffc81980fe9c0f2723e9934a144445e68 +DIST ssri-12.0.0.tgz 11552 BLAKE2B df9548f86a86fc202e549f251a60d2d2ddca204fa762fba6482efb5394b5f518afd6a26d1111910667395790ec93103955b837fd3065ca9ec7c6f13f58b3ea94 SHA512 4bb886368b1ea71f5169d5fcda88a6524bebd02b7b22325b11bb38989713c6cb7cba6f79277b03614d510443af76eea82f559e9363832398b8300c3e759e9c01 +DIST ssri-13.0.0.tgz 11552 BLAKE2B 85e3983c5671d9662e4063e5ba1afce581b033bbfc3dde5ed2edc0849c88710981d7c27fd2ea6e1d1e34364ea253fd5a8b80abc00f3d1ebb9e24212260ae25d6 SHA512 ca2cf0181a5b0a7e18a26076973859aab1cb268a851978a135b89bde8ce1a85fdc229e6e7bec5298e42b8cd6ac104eb6845c6c09c83f57fcf6dede27f233049e +DIST stat-mode-1.0.0.tgz 6189 BLAKE2B 51299191a97abf802206aaea737bb9e497ac5a86c0364ff675430d434a63ec83e8c817435c8cd2c1bdb941e3fabda78d1d99a142d36a2807cfbe53c1c10498e9 SHA512 8c7f4486d2888ee5d9d9c5b19974bc64ff345f20b789ab10c4c0d5f23ce1349a5f0dbed56d02d55b85afb31cfd419bf357e1b862849f05454a0cecb12f38bfb2 +DIST stop-iteration-iterator-1.1.0.tgz 4949 BLAKE2B 476e754a5a0bf3bb26e48e3225a2e3de9dd3a132c49bcceac8cbe15ec65e212bf9f8265eb83fb4384bffcde556b285c068ed8b64f9eb9b531dd7ca0681191ffe SHA512 78ba175bf0c7ca5eb6cf1638482688827461b8cafaae2e23b84600452f04eac084ab32a93a2139db551ca1f771f8a9c3665e719af19869a2829391443b1242a1 +DIST string-argv-0.3.2.tgz 2956 BLAKE2B eedc3f55aaf1040c152c5e9647736b560d93dd672c012a8b1f2a9ab1ffdb55c3dea4fa9af22536249526086f51eb6388184d0295c61cc149f5f264e084645692 SHA512 6aa0f6434d78e19fbf46a1b9d8d78712465ab930145893bc73ac937ed18928edd38dae6d52021f98897a904c6f86dc520cfedf5c1e83bf391f32909dfc5dc6f9 +DIST string-width-4.2.3.tgz 2383 BLAKE2B 97d93a484dd17cf2f088e0bec61a1a8e9415964b0dd16de9c5dccef3b614213862cb1d0432c1b6a8bd7514b977b7d292ad0447cf648e971cd195385ee2938a12 SHA512 c0ac90450a63274b08a7ad84ad265d1ac8cc256b1aa79a1136284786ee86ec954effd8c807a5327af2feb57b8eaab9e0f23fdcc4a4d6c96530bd24eb8a2673fe +DIST string-width-5.1.2.tgz 2557 BLAKE2B bbcd1084ce0d3aa3782bcd7e3439d24f5e5dca64b3d36c77d9188bfc9cf1a81c336dd204cd6569c56a40399970a03f3bc3e7d5a564bd3198f666c2ad1dd9b500 SHA512 1e72ce091def8dc63c6dea0d2ed723679fe7c67d9a7e6304ea586b0eb79ba24a8c6a9f976de5bc9fd4d7a4f0cea9d18ae6a708de84f418a4d6eb00bb10c895a8 +DIST string-width-7.2.0.tgz 2989 BLAKE2B dd8860a4f3f5c73731e78a1328e0404e910568f00774af483611cdd3b57e21c858e84edf726cfb4ad5cb92e0a0ec126b55e1a7ddb56120a76a310fae7246337b SHA512 b6c693224296f5be0df80123f92540f96849cd5effccc85c4aeefc98b2964a4edc5cc3921ec04a15652cd1f5b0abc4322b73202414115fa19b8b89186ddbc691 +DIST string-width-8.1.0.tgz 3223 BLAKE2B a90f4846fa50bb42112d028720c268fba948ec51e7a4b267477152c6cccfa877f6ffc16659ac9fffe6171a4764db336882589ba772df978abfa6f01d22e32563 SHA512 2b197728919bfe0c6469430e8d1b10f08ad78865bbe4ee04dd13e314820d3951fc00c976490ff259d4f35b017715ebc85fd2dc3008c95be191c009406d349776 +DIST string.prototype.trim-1.2.10.tgz 11013 BLAKE2B 242c83ac58c374c9dee24e20506d3696afdb4500dddd1de90c5be85b487d5a8fe4dcb85f26014e5c9a9721a0aa849291b631da21dfc2bae0ff0867c0529a9ee2 SHA512 46ceba1743ffd6479d9399726321fdb81cee888fe43519b024047daae2ba54eb48a59d86fa131977e1d06dbbf6e4c80203a8047dfa0c658c654e877859c76b28 +DIST string.prototype.trimend-1.0.9.tgz 8088 BLAKE2B 23e3c02cc1e1f7c73fd766183ebc0911d0c613461aecd9ec521c06ab97a21adfea5da415b03d500e1d6786cac99760856051a95e5a9ba5c1361510900e0deca3 SHA512 1bb3a4e42e84fe3e1219fc8b0a5a174eb9e0408414dcf5ad5c6b2ddf233b05e6bd1515117f54b8d991e5659b6c36ab9ed853763e85217d95d82cd5b012be1d2d +DIST string.prototype.trimstart-1.0.8.tgz 7820 BLAKE2B fcdd590111ff96e10d2df4dfaef09dacc48845a412994d6fbd1d3ac643315dfadb7fddca025e399959d36ccfc75c882c378adbba275d905de698898a76b5ad31 SHA512 517487dbad82499635b5fbb71b749e72beae18b08554f32122a1e3960094b4209c82285873fc4ab3d76331331439bda3d66552794f0453a35673f890294e867e +DIST string_decoder-1.1.1.tgz 4831 BLAKE2B 758f860c2eb59cc9b5b862c65813fd7eae817dc278fe3dabc1d2d19a202605a85fbefea113d1323dc421908c7102131af0ca222853d227bfae93c03eece05a84 SHA512 9ff4a19ef0e2e851db6d57ef8aba3e5a88e2173bfeb3c30f30705ccd578f7d4a4324bc282d3d21b759786300426e2f29240bde104767907c8fc933ff9b345fc2 +DIST string_decoder-1.3.0.tgz 4622 BLAKE2B d8b7e544eec0099b7a420f8e96968708649728224e97ebec8edffcad4a1c8cdfda5ba4a1a9a92d24cd2d16f436743883fe0b43d99d3b40389e5c3e29283ced44 SHA512 864457f14d568c915df0bb03276c90ff0596c5aa2912c0015355df90cf00fa3d3ef392401a9a6dd7a72bd56860e8a21b6f8a2453a32a97a04e8febaea7fc0a78 +DIST strip-ansi-6.0.1.tgz 2041 BLAKE2B c5eb8b50d005ea59fda908a7aef3eb8b27234d19deaf022ff48c652204ac2045d279baa76f3e633b80187bc939520b2c0b3b30f7010525c1f86172b53902204d SHA512 637f153d21dcaa416b0a916743dbee4979aabaebf9a1738aa46793e9a1abaf7a3719cf409556ba2417d448e0a76f1186645fbfd28a08ecaacfb944b3b54754e4 +DIST strip-ansi-7.1.2.tgz 2101 BLAKE2B ef42521cf05feec735e596a726dd916964e451d3c1086f3577b5e4026eabd4569d1956489abf732328e2086b8346d611a1445d4207ba821fce1192d4a29d36ac SHA512 826046b25a68409b609cc02f395a86669133f5dca82930b3cb69dfcff9fc68816137f8c213fac299cc5a6c1ea338e1d5fb458d9f294ec5ac4140f4af71692584 +DIST strip-bom-3.0.0.tgz 1736 BLAKE2B ab46143243158f326dfb187310cc740f852c25148367b779b2c412e48856c6d8c744d7533e4ec8935bbe151574f90446e4df9cef15584d4f3ce62653e8871281 SHA512 bdabc03115ce80154d17a9f210498bdc304ad7d891a437282305beb3043e09b1a2bbb963bbab7e264940d4c1f07a85ad69d82de0849552c5cbc83ab7e1d75cc0 +DIST strip-indent-3.0.0.tgz 1719 BLAKE2B ef7b5b9cc9003557e714c0d7c5cbf027b04797b478b905f9238d75f86637045d33292f17112f417e8467e29d12df08848234bdb6c197b5de9144b550f6873f49 SHA512 95a2536b725bf95429682e83b1e1e117b75756a1d37c93c24436846e277f76b3a1822b60624bbf95eb4c52a397168595d3320851b8e9747dadfad623e1b40c45 +DIST strip-json-comments-3.1.1.tgz 2847 BLAKE2B 94baaaa178902ba8b2b0161e86091e27deb01b139448bcddaca601ebb1e4a0be73a4664ae4206ff2519de9bb8e3c2b80ef1bce47a37f963291bbf53263dfa9b2 SHA512 e9f3dcf91e22870a8fe8dfda22fd9fd60307f25395b56407a2a0b8c8aea8483555a1cba602c7c2aa39179ea89832198cc12fe61072e9ed57a196ddea97a9448a +DIST strip-json-comments-5.0.3.tgz 3004 BLAKE2B 3474eddf59cb9c4b6cdf5914e5849d7f49e77676c023052342c8a21974a9f736018d5c08ac91560869641942cc16da8dcd74bdfaf02a297b12145062a3eaa611 SHA512 d6d0799a1568ed4f844c128d7fddb14f886b41ade99b4319d0f42fb839d68000061c3b1fa7894f4a9892ea9b2b4a27adf3bc3218f87d7edeb09a138c4348438b +DIST stubborn-fs-1.2.5.tgz 5822 BLAKE2B 9f4e8349785a7f4fc96b1e1d8d0ed1265d3461ee79e12b8dc8d275fdfc8e23c6549ecda586f41c9c0bd06b62a493a05b84a978f8129e7c2a0dbae20b907284e4 SHA512 1f637d736e9e5e3ccbfd2fcafa2fd11c77056a713be1da6dbef8ccf22c33c1b55c598ff38c16e046a1772b40d8e3e383fae4d30124c1bc3a313c368f374d83ee +DIST sumchecker-3.0.1.tgz 87152 BLAKE2B 9d1c1f781020f80e9317af113134a570c429ab158be2724dadce1513989c11c6b58bcc4ae48102f9eea73c9e6859af21ea1fa1657246eed88f6be65a6c636092 SHA512 32f8d7ce4cff04e7f2543906d2814eb41c475f6bb780a6cc1c817f7576e566c803dc158e14b987a2f229658ec1ca425d02372a442062d5660135d102f7223bbe +DIST supports-color-7.2.0.tgz 3210 BLAKE2B 9a670249661259f3772e01bd1eb9e698b25ebacffbb1f390f3257445b59d93890200e7043999521bbc78b0c7c49f5b53fa41c18c6664ac198e6e6de2650e0077 SHA512 aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047 +DIST supports-preserve-symlinks-flag-1.0.0.tgz 3810 BLAKE2B 2ce1b3b853621b46e7cbd3ce6c68c7ad2aa06051d9032191967cdcf1839303900a9b4b6fec7432458350a7a1a1db4713a4001c18fe3d523c58e92346c2f7a27c SHA512 a2dd169d74bd7e076480871e3dee911cd935580f3e9ae3dae9c4a3791dd5f0adbbabd041d6b4c4dd1d69ec7bf4cf567201cf2ce95beff0323259febcd4c02dd3 +DIST tagged-tag-1.0.0.tgz 1452 BLAKE2B 43cd42a3da63e2acdec011c294e250d8c3c56fb9865f10aea9ed2bc276fa9c133a7a5a47c36a5cb3abc85063017d0251c548a68d3315a667eb9a37de1edef8e1 SHA512 c84158ad586877e85d372c7b8390679246f41bab22f0726eacea0e1200bc07f3b4b972c795a7b2ffae4a46fe9cb9604d84180728044e56973b43262a1398059e +DIST tapable-2.3.0.tgz 11386 BLAKE2B 73b8e2a5628b451d39d1358040d09f0a885f6a7c76a15d6fa143afc9af9395c52d2fb3e4d76592a5a32bd98841cdfa4eefd89fe00824cf155194a4d877796f18 SHA512 83d963662c248bf2dfc664000ceddd118d426e99974f91e6d9f27e41a18ac125d4ca53326de3d1effebb616ee33abaef8c480bd459b3e64cf202359558b96e72 +DIST tar-6.2.1.tgz 42735 BLAKE2B b8c823b785d2437fa6878e13f0070e989f6a48c0f602b6e26792598af5821caff6e6e30064116b38eac42fb17b010206a6dc3050fdb362c3be2cebefca0c799a SHA512 0d9e323914f0adb4e3ffb31962adb0fbf645748e8e67f7fd4851d1fbbd6021551984e40f1f35422e9bd19cf83268ca5f5b1c64ff838dbdadc6412c8d20a46fe8 +DIST tar-7.5.2.tgz 191299 BLAKE2B def2df308a26b750c856c4831846d3a272b026a9acc7cbd7a1537b256d2b97be76828a456e57c02832e504844af0c7ab6a6b087762accd2123d75688bca49e33 SHA512 ecdcb1ad313802787c926f22132ee8d1060fb3ed092814e3e596aa1e0e81dfd7ab2e0d2a6173770628ed4a1c1bb0d4af43e2cdef9f8a57e0b8411fdfe86c27a6 +DIST temp-0.9.4.tgz 5744 BLAKE2B 7672fec119adfd72bcd09374b3d704ffbabd8ae134dea6c8f986b7395c9064ed8d65c3918e9e48ce857fa269ba262c9c5f49574615bebf08e31f2b834aaf8832 SHA512 c98aebb169eb5cc71db27bbfed83180287ccd64b692f9072eef6617f5e42ad78a3596ac461992ce405c1b9d6a57d25892e59de9ff4142540796a807492a65418 +DIST temp-file-3.4.0.tgz 4581 BLAKE2B 35da8468deb497a23541c488647d93697b67e94d294916ebffa53f980c3aaa9ec4887a7a9a5691065272219d123a23bd1f9189a2dfa9952420f8133a484ffe78 SHA512 0b9b63942fc70ad5543a2dca595a24778bc755588e9868ed2f0221e0cbb33e8fe73184d5fe9d6eaeddd19cccf62165c374a106247de4e7e28fc6da91b14606b6 +DIST text-table-0.2.0.tgz 3897 BLAKE2B 700a5a786c055283203c29777a9e0fd3e256c153d80a888c99247ecd1c660edccbf4ac97565e98cc66b3707db2f996be3e0af2e9c41b40e3aeb2ac3a4fc71555 SHA512 37ef148ac0170c693c3c55cfe07033551f676df995277cd82c05a24c8a2a0b9bf98ac8a786bfabe6e68ef3eeebdc131fb8d22e7c8b00ed176956069c0b6712a7 +DIST tiny-async-pool-1.3.0.tgz 2677 BLAKE2B fb2b50fa895db07f36a579b1f1d62ebec3ae63841ee6ce4c2e6ec69817e4297a34a6e1a50e83233176aaf8248a9e1c52a433fcfa2ba7447441f5966350d87253 SHA512 d35100c39103adc56b760c822e0a123efab39c2d2c5710d255e88ecf4f455298e1ef51bbf550aa9de3abfb1beded3d6befa085e9965f3e31e8acddbe77ede6a8 +DIST tinyglobby-0.2.15.tgz 7740 BLAKE2B 5ff2c7ab11efec435aab19dc1d1dbedd83fd2962fa9753ac7751706af711cdb0d5e9d217d0ccb209e9af931e6412cec4ffce85a384a9c95d95093ab3db3a5d84 SHA512 8f666ae0dc90606e573124f871bb34d8093c88951dc513345c8e50cb15ee64ecca3883665aeae9dec997bb7cb9c03709ae9b70a528e05c7cc8431474a265e58d +DIST tmp-0.2.5.tgz 10990 BLAKE2B 6606188064b5a13050eb497bed6388397d38db68f3b5e7208ca819f0f0d6d84c2ed21fed3179814c11b9ad2235978b0c16122e1c629cc7c00662768b5abbda89 SHA512 be8cb3e8c0296b5ad0194c53dc4f812bbfd139ef22b44c7bbc3f3f1c4bede31c17b9cbd0e46e687848879261d926e04edb546939ff98626f4c3a2be3ef4f63a3 +DIST tmp-promise-3.0.3.tgz 5179 BLAKE2B b03e242f78e9c55a77f1814a60335cf566622a2a4fdfb311c25aec02929b0798c41073cd208013a4473fab3055720825ee0ad73f2ae23ea3b1fbf512cd3f5c1b SHA512 47033b3283e88cfc6c381627c9dda1cb46f1b48955ae284db3da63e5252f63c673d6c41c406dad1b5852afc3c3c5f80407c44d28386a6c896ba086ab48d0cdb1 +DIST to-regex-range-5.0.1.tgz 7479 BLAKE2B 999ae921a17bdca8f6615022f230c18a94df14c59d8496524dfee4f6ed048087e9b44c2af9eec973545ba363faf293b2c494f09788903976b071695133412537 SHA512 eb93fb8b3e97e7212bd5cc1c82f4316db230ed493780ecb974876d678ac3bde2ea86b7493fe2e2fc7c7ab722b43446fed860b29de08c2621aaac00c248d93cb1 +DIST truncate-utf8-bytes-1.0.2.tgz 2234 BLAKE2B 768dce87e550232d1d306a0106a84997db6fc98a429cc3dc0da8de7b167e9b4e5ee85fc6ddec9c6f8fbbdcf5caf6a243525fe2e926ffb6d3552c086307eb21ed SHA512 f793eed505d0bebb86121bfad9708c3b7326f741ac70e08296fac853008cd0f60e5cade4685de5dec207c71ef54e125f71b3363b902ee923b701609211f5b899 +DIST ts-api-utils-2.1.0.tgz 51777 BLAKE2B 1473611ebd5e9eb4d3af5ccbb8f7238792f971c4df2db11d8dfaee482adef7b9c253411a0c5fdf98c534ff3525d6946e0166c5a725e7c572c80c112b081837c0 SHA512 09481364bd62af0f2edbd6f3ace0ff9c7f398eac9cef80fa4ac84582e8ce200ee8b26d91cfb7581fbeda824c7b1f81413710eaec28dff888da5fff33c055be65 +DIST ts-declaration-location-1.0.7.tgz 6310 BLAKE2B adaecc0972ee68a0ddf36e43058ddda2063ed6490fa2c4d4189d0f1ac6941bc5bd0bd8896f4446d60b954d3ee6eaebc1561411211e41ef85b5af11fa2517013e SHA512 103c860301f580ed00bac9bd815e93da752f0605d3e641a808c24f96539aa2867ee15bc988a05d644ef02b5f0dd5d784a3085c529b52fb919764af14fdfbe9c0 +DIST tsconfig-paths-3.15.0.tgz 44053 BLAKE2B c6448d638bbc4be6ba5ffdf44f1d510d4d6a83b0da78651d02fa98501726c27351563517abfae0f40eace77101fbd6acd332b58ac58127c5b9f3c8bac8a25447 SHA512 d80736460cc37bf727e3c1af39edccfa8f36a4415ec03dd43dbca85071dd29ab07c092a376ce1f2d759ffd4c799004c128ddb4a1a146bbe8db125a75a68b349a +DIST tslib-2.8.1.tgz 18477 BLAKE2B 832f91e2339ec80648ab8db58af086a04c999b92aa4b79a3448c5dc5062332fb6fc9096291d7fb79a1c9c1f08d7e97693117049e34b8182d4eb2ada41a17aae4 SHA512 a0916ef781d06fe29576e49440bef09e99aa9df98bb0e03f9c087a6fa107d30084a0ad3f98f79753a737c0a0d5f373243ae1cf447b525ca294f7d2016b34bfdb +DIST tsx-4.20.6.tgz 154267 BLAKE2B 148996a64d7d36daa50dc5cf5753b102074e5974aa79e0bbc6b502b6c89f4b7bfcb58e14c7fdf16023330886a5229fa45b39989abba785cb8f381915c180c82c SHA512 cad40abb0826aeb9034c53f82e34744e81369ea832f3ce86a6f452a54d09027add058a69b98e6b2e445460f535c82af26f6e12b0a0532ff8650d0004155c2d66 +DIST tsx-4.21.0.tgz 154267 BLAKE2B 74f055fa3b7d1fb2f28f1278b37610e0f63c9fd8b4fd5c22b504231dea983ab8025869556bd63213881557ab846df64056fad4046d81e2ebff79c11b6d8331e3 SHA512 e42d6c838512b3595f1b41856f644b5ec7695ea05212101a03fd243cbd35c31ce932a2c82cdc48c4838a8882f3f9c760fe92e7394c4560e479ca11d4ebaeb06f +DIST tuf-js-4.0.0.tgz 10465 BLAKE2B 175b0c6f8d14722edf3d3a74d0b20afb348ac636cbfc416d2472e6b5856a9ebc43767e178d48ba2223727b2f6582056a586f05ee9d2f301f3d1490a22aa8a851 SHA512 2eaee279e1af5c35f0a684a639280b59576c18657d2786bbee80d300f7bf2edaea9e79bf1136919410104c7e496ad121f0a5ee13ab1d75ff6a02fd50db6f361e +DIST type-check-0.4.0.tgz 6779 BLAKE2B 62d61ff21d8f2e4d528b417206e36e076586b59b25b0976677da8a76651a1f962f9ee9e38215cf4ce10d74653613c3129c1f633ca7ca8ac08d1029c742445400 SHA512 5e5794a1cf6ec065ea8d6c176944d9026ccc705679f39f10036befc7552be7121c8b15c83fef0b9c50e0469954df4bacead7aa765b2415fbbe69ee0aefd3a87b +DIST type-fest-0.13.1.tgz 30612 BLAKE2B 53c90bd6f3a47085d48c578b890a8267e2ccd6ca3c90b9fcc4fa00309820fcdea9b505e291a1d5b304edca65b67e03b92191c1c0cafd98f15d865300a583fbe8 SHA512 df847b1d39c6d172097014a7e5784377b9cd14f45c5d8459ac10763b68dd2aa60e0e5752cc102acec5a865862f76e932ef7b68612fc44aac4fbe40dffc5d1732 +DIST type-fest-0.20.2.tgz 37225 BLAKE2B 85224465405cf12adaa1c8f786eb3f629dca5d00e77cc25041bd7f33a7ed7fdbc9b45d7c355319c6d02544dc09eebc79022f9842d1ee81722ab5837336ba95c6 SHA512 35ef9e138af4fe25a7a40c43f39db3dc0f8dd01b7944dfff36327045dd95147126af2c317f9bec66587847a962c65e81fb0cfff1dfa669348090dd452242372d +DIST type-fest-0.6.0.tgz 9565 BLAKE2B e4f9210e0b8da6428d0f2b6143d477a8ee751e7dea050f500a81bb160dca73b66eb31bdcd3d4373ba06926ff0e89d1ae57d1c467458ad2dcd184933cd3b57ec3 SHA512 abe301f27611d4a0cbae0af81b9c9e99fb69302eff40ba959dd06610476ace6363e5d70538ee0ea3caa5c1913750b4f7f998a6d45f0aab87019e290d86508c96 +DIST type-fest-0.8.1.tgz 21970 BLAKE2B 0c93e7cfd2c37f8e361912e9f0dbcc44f1ac2c5b5940004946914c5f38bb0b06f53df5ffa2ba7aa91f9e81ae6daf1cda22b5a52d01d50957177466c2ab076f13 SHA512 e1d6f3233aaf8ed822339af0d64e6b107b4100d2a676e7611b20446a3374d5f13285a00886ca0a372eb2efe20df7721fa45b7063d8aa8bb903fb1c0a850b0d24 +DIST type-fest-5.1.0.tgz 133145 BLAKE2B ea01f861c10feb15e7d4af970ec8c95be248690b2d325f7570b0d32cc999bad954efea6863efe562bf50638d68e3bab111451161bd123da9009e463ef5776ad0 SHA512 c10e77d6db96bc1ea82bea5c84722ee651dee5fe70a520aa07c29fe1d59045b39873d1d381eec92f41b841de386e1e90b8909c708ccbddbba06fc188d0cc07ae +DIST typed-array-buffer-1.0.3.tgz 5117 BLAKE2B b0108e56d7d7143cf9c4e60480253fb57901cff02e9b0d95bbb15f21ba018c776afee376abf5f0b65f562479526d22d00f199451fb714e91b93f4b23563bcd98 SHA512 9c0618c1f637aa7cd7df422403a01066355bb4ae9db86a27b5c426d56486d4c0fde182ea2b4e75e46340a57928c4a39632eb15b2c00758b87d49e6a879f6051b +DIST typed-array-byte-length-1.0.3.tgz 6319 BLAKE2B baab266cbcb3f646f7caa470788e9e66a502d9751e7f7af81979bec568b79011c3f288290506e9d3cd6f9dc29b8752d382d443db078469052a1c0b9d1cdaa0b8 SHA512 05a5e03ae231cfc9fca48ab77bb02d83feecf83a6262bc67e2f768b77c3d29b9c185c450abaa37c5e9907487f29ea49e5de0eb177db1f96bdfce63a33e263d96 +DIST typed-array-byte-offset-1.0.4.tgz 6633 BLAKE2B f24b57d02e0368b4879ed88cc9b67d759240bbbd97b8a39a6f5a17652f2caf8b92c7279ca0a2e770398a673b540198b6c7e891b88405730194770cedd635a434 SHA512 6d3940141fc505831cb97f3581b2f839ca47e4f9a5147aa5082a4097c025133333e64e77a0d0ef37ca753cd3962c4988db1e28ae9deb68e141e75b6ff57f8c15 +DIST typed-array-length-1.0.7.tgz 8167 BLAKE2B 05973af8e12f5b81e1d1ddf629dda12b60018be51ed408f1c3657896959281f515923b29cec74a8e056a85b86fbd3b060f49f632163f2bd122ced661d32ca720 SHA512 dca4b66fe90bedfb2e93f78967b1107671264286a1a3fafa29479fee1c6f96d340e4347c34050cfbcc0931b2726781bdffb8b7bf9ccf04830de5ac9b021dbf26 +DIST typescript-5.5.4.tgz 4043150 BLAKE2B 6171a4bafcb7d9dff4cd603846980bcfa599c4ee13d585760af572dc410a584f729485bc2aaf5cb5e3721d37b7cf8d4f54eaf9abda86eba04bf54b50ac80db9c SHA512 32dab6f6c28300460feda963460b4f3a94ef39f6f0456952e9d3d1cf08dd13e0b44786eb5ff194ca11d279c6c73052cd04b70920fb7d9e5f721b94d9d70787f9 +DIST typescript-5.9.3.tgz 4377468 BLAKE2B 851466b0e045c7ccd7b53c65c5c0bcb35a9ad89c4cf7afaa0acebcd41ff6580f9b2a8902b1f82ba9b46d833ea90d3e4cf529efebf3a2b139f276ee601023d758 SHA512 8e5d6f6733c38a72ebf5e52ddc9feded5e8580d130f508ef04f772b33f4a7d00c3e357d0ac2d98e2f290762694a454f86d795bd511e12e9a7cc2d9ba3394e04b +DIST uint8array-extras-1.5.0.tgz 6397 BLAKE2B 1a1971013a3026a17180892b25e68ea162462b6633887e47557d7b8d187480431fa1f2e755db8f733f1df553a1d5bede8317beb76fdc6697e9193334a89d25cc SHA512 aef2920620b9cea08288367d9003accd9703bdd007c3020a246df76248f8dce29c5ac9e670144bd3d6135389ce78767c6366bb9753204ddd3c4817bd03c423e8 +DIST unbox-primitive-1.1.0.tgz 7004 BLAKE2B 5abd09b6943e05b225ab0dc0c4b850a02911d224a7ab1bd79f00b5fd43b7d988cceeab2e6141313a4eed38e37e57f2460d0c662b2677371a25fd1f5560b0379e SHA512 9d627dd438de3a47a3fd303ca574379b2aee2a9284620aafa70f65cf838f1e3fcd585365b98ae36f3f63d35089f322907768388c5a0e9083424d6d88e4b104cb +DIST undici-types-5.26.5.tgz 17979 BLAKE2B 59dc1eb6fa8049d6b20966b544ee2fb85eb91430bf2afcfaca379d560b32c9a8cb43186118f6c4973b76edf69df9d98aad3b23051ccbeda03856b1c88eb41b33 SHA512 26508c3be7a174420aaa517193a21f568014566833edc53bcc3fe1f57674ab37a8b121e650954ecd242fbd84985979055c2f887cb29221f7e1bf4b1566ea7aa4 +DIST unicode-canonical-property-names-ecmascript-2.0.1.tgz 2282 BLAKE2B 8295e39b70e2c0ffb709459cfb0b9173c45b3ef6f8e71d96731011a9909663fa0ab7205af735c9ceea173e85d2d80f16a320618d3799f376290cb7247828202e SHA512 740f166cd79bd9aea8433010e796254f9bd0016195f565ceb22dd2b241376dc09d3343f848377edb8cd2fce09a71d46ae4191db118fdab73e0e98c90a31206aa +DIST unicode-match-property-ecmascript-2.0.0.tgz 2267 BLAKE2B 8b9f1ca87f1c861eda475049396fc8072c50c4424ae1517b72f3def8123a3fdad1e2f6c7b20910208327ddef096941e17e49505993c37e874399cc1f205bd142 SHA512 e646990ab6e9e6699bcf9ba50640e46d8d12b0f3a32aa552df95692fdba530f7d29742745ec9bef44be986ff42a08645c2b7bb689a1af78018eac78c28654de5 +DIST unicode-match-property-value-ecmascript-2.2.1.tgz 5597 BLAKE2B a86e8a43bb5275026d80fba28fac57feb46c4130843e637db37814800c03cb2d307bcc3fb46dbbd8772a7586518e18cb9b913b64efc927cda75891199afe16fa SHA512 250f38a93b8c8389d5931f206b8035e9ad5ea48f47eae4d70249eac64185fda15f44bc35c42fc1a76e0734b6998474a459ddfef38b7c8979e9d49d2461c64786 +DIST unicode-property-aliases-ecmascript-2.2.0.tgz 2702 BLAKE2B 14bd8ceab94e457a3ef6d96aa1bef1e9ee5012e339ba380a0cd01fb1a298a149139a1f64bf8bc3b05538781a4c9f8c8f3e2a590d1b915b820255a47f131047c1 SHA512 8696c3cf1518f411705fe51e067c6fdd2875abb1c5c63e3c0d399772136045ae3a94ef2e8f7ff58849f732235461383583d72d22a5c2084467f206198470b995 +DIST unique-filename-4.0.0.tgz 1852 BLAKE2B 2de4576a1ac5682eeed7b423f0635a410a00f3baace4b2346cd276fe39bb6c12ad7d4d15deb1e8746602c3c021429ba5ac2844b798852c1eb9fa971b15c88d13 SHA512 5d29c47b05e643ebde3fbc57d9d4b9438c9902f3b8d1c04dd8c5a427b0ffeac5b80e0eb060137033556b9f3d45847e4075e2c89545d123d7b6f33d58662ef535 +DIST unique-filename-5.0.0.tgz 1856 BLAKE2B 02bc0e89893f6ab1dc5b550ffad38be4e0b475cf7374ec112b4c0611c2c3bc7488d3d030b98e6c6bc872b802ec08e538c13b1e9e2fd48359ae421164cfd0a3df SHA512 d916894c0bc06f8a30ca39654df5f3142949ed6b06c65ca490fbc2afda40fff2c3f60a15abe9b83cf01e06036874667b9d2ae7b53fdab96a49e98e4815771f8e +DIST unique-slug-5.0.0.tgz 1553 BLAKE2B dead3e4978e7ac1f86e5c00a43bb9ac6e7275c7a28c0295f21ec34c3e6fbea5290dbe81180342587e734d1f0ca8d51618ceaa77c38908df67a26e20583e4f596 SHA512 f4e75aa8ee64c2a47ed645601c086ca79bcf354d219f145adbaac114d7cd80ceccea936d8337819f7b3fc5bc8240bddd723cce6ad71e7fa5141e907fe8c6844e +DIST unique-slug-6.0.0.tgz 1555 BLAKE2B 9690306f152cd3a4f03f342700c1697846d3cc3a89426ae249a571e7bbfe2d4646c5dd7d131aecc62fdbc3f5bf9b18485603c05f25d77b90d4993b37e09a63fa SHA512 e0bba9ec4ce7f16ddde76ff106164155dc77db7724c5aec312f77d90f407a694e42e8257c3a96dac10b28f9a67af18f4a8a0f160c279e82a3136e142b1c7538b +DIST universalify-0.1.2.tgz 2039 BLAKE2B c246da4e9d57a00cc7fc6e13c8ca8a8f211d3c59ca5f2c5b9a13234038d9bf485f46f97f9ff13529251102d49077c6b7a478bd91119abad3b2f78eda502f5446 SHA512 ac125e2390970259b2d6957eeb5ed607d27add4e9771acc71c5d9fd9d6c98b1e17ce9505d114b765b8f414620e080bdae4ffddfc604e61a002435c3ed1acd492 +DIST universalify-2.0.1.tgz 2068 BLAKE2B 2c1273456a3e771ac1efa46673e5fb31f05973d01a81c47303ed4c21bebf1c112856f55a90471e66ded77cb59cf53d3237b37676908da1ef545be8e25a7e45d4 SHA512 829b4735082120d9dcfef4c6224d12385185357c3b255ae5454b42a2725196f6b0e83b97d303b925e928f6c5ab301861f8fb18019ee85c088e9dffd42a88328b +DIST untildify-3.0.3.tgz 1577 BLAKE2B b98a2296c054e6bb92c5fe694aed633e5a36bb3dc7cfb9540c00629a335d37111ba1065e54d35cab5629c4272a69ac9d5704e55c1c5313c28712b302ddadff96 SHA512 89293f27c79fafcb8f4ff678792532c27ab2ad053b0d274c7dda8ae2258469455599c3f925c9e946a995330730727988d404c53600b957dd2ed3db41ca734528 +DIST unzip-crx-3-0.2.0.tgz 6095 BLAKE2B b74126950d13c8922557c9e01b475c1f138061b76745b47405bbb457b8195f51971084aed143c318258b63db660ea5152025adcfeec4486bf9c51816838d9f77 SHA512 d3e26252aff3edf689ea889f541e674b0b79f3dbf528276ea8826ea4d543a1649766d5839a30c63b744010ebf0274ef0f746a85e83f87a72ac47b79c32b26d59 +DIST update-browserslist-db-1.1.4.tgz 5204 BLAKE2B ed1a0a2ddec756ec26eecb3acf59837119f1cdce0785673d94c65dc0fda71c54b9765b5f1505c74d311f695066afccc4f1fb6998a331f04beb5a5f8e2c1aa8c3 SHA512 ab448f4f8c7253ce2c6945feb689b3d562e4c546ee6899d1d715add7b33b7c9b4426280979650d194aab6ae157b079ea7aff72f494d11b0935ded141b8a6f2e0 +DIST uri-js-4.4.1.tgz 132003 BLAKE2B da869f54813aef325e3d55559fe17237ff39ba8c981956f66a1b2722b164b0000ed7ef9c670d02359d202857e5abe6da5b27019ced4df53081c8b07b145a173a SHA512 eeb294cb2df7435c9cf7ca50d430262edc17d74f45ed321f5a55b561da3c5a5d628b549e1e279e8741c77cf78bd9f3172bacf4b3c79c2acf5fac2b8b26f9dd06 +DIST utf8-byte-length-1.0.5.tgz 3003 BLAKE2B 389881e234f5b3b8394b28aa89a01d7f33794cd6085c066255e21fe218348f5b186ec15729e78a61def672b66504a1359ed64c2e16f4486b8f661bf6d6d0fcb4 SHA512 5e7d30dccb6243ace8cf6bc5c9456bb9a08be773bf0f052f90478ebe3faeba5326d019141985a6058572125a996922e163a643d2e95f537681adad9a553e317c +DIST util-deprecate-1.0.2.tgz 2246 BLAKE2B 9ce927e7619b8c64676fef6ec645deb149bbb85fad6c8523f834a23e2357e2ee94e4cb7cbc4e324a0023677ba587981faebac9d87c7d01fb8ccb9ca43326cf33 SHA512 10f0f9ab5b97c85c49a42acb9c27359c79eade039ae83641a1c008888d93692080ed5089d5424331a802cc891736c5187c3d5d68afff2d3110f318886eb1ed73 +DIST uuid-13.0.0.tgz 15664 BLAKE2B fbc4deb60348e04eae4cfcc241a329bdbc04bfcfc13d01d95af333e5619744d35d3dbff596cdbb05812fc591702e585a73207465966c8b38fffaf54e03481674 SHA512 5d07a021a0535548d21e588aa9c9c5a98ca901de12f96098b79348791b3ac3f500af2ef3f18f63e59c1144be24ceaf54dec0fabfef397abf45be411a0698e2db +DIST validate-npm-package-license-3.0.4.tgz 5675 BLAKE2B ac41bea55db2c93d7902e55b48edd4ebb5e02b31d38d3b9f1027c174770d9d3ffea3fe408e58dcfd74214c945f0633b51e97a67bd57c9dd15561270268826b3f SHA512 0e92a6d948bfc4deff1d0282b69671a11581859f59d24aadca01bc5c280d43c6650e7c6e4265a18f9eba8fc7cde02bb7fc999b86c0e8edf70026ae2cf61dbb13 +DIST validate-npm-package-name-7.0.0.tgz 3224 BLAKE2B b39a0c0cebc6260e9e13fbdb88dd8531384897b29d2168be9831ce3462a97bf23d3c7f20d29841235cba3213373de385fdde54b9fcee7f318a1f75c55d6b070f SHA512 6f0564fce2be42ed74f1a25c300122538c9abc7508eda376d138193418fd311da2535ccf525d59d4eb6befbef51317d84cf4ef7cdf19275a5baf9224960b78c6 +DIST verror-1.10.1.tgz 12165 BLAKE2B cfd68dc5e1eae92f05e6c2fae09b7c6d2859c759d8480ee4eda93c0bdc47c35a13abaed064829e36c9a4308194822eed5bdbd211ecead63d07e4db608035471d SHA512 bdeb9f726c6b8b87b75d2ad3d31c1f511ee482e2246b105ea2c0e0d34c835a1938f7077091252bbefb26ee773be5ed4f532bc87998fa9d2f15411633dbf4b85e +DIST walk-2.3.15.tgz 7771 BLAKE2B 3ca129c876ad66c5748f45d47e21c5c0e739d2c285c1f953c190947edfbfb4d78aad22cdfd5a1c32edb844f35e3a89d752f3b187a9b071721e7d338a95176059 SHA512 e1e45305996305f20848ad559edebd1afaf6c3fc1cdd4e95b6bc3baa23798aa6093c7ecb12571887f894e175a1742cb6759aafd53a0cc989726c3ca57c6ff956 +DIST walk-up-path-4.0.0.tgz 2495 BLAKE2B a05b30be7ffda0ae3533d603581f7e173bb066d02d305ce91b0bb9c1d2bc3680730bc4a0f34ffbe055d13a2c84b99b4abb011d3e5b9ec9b4cb5a33163960e3da SHA512 de1bbeb43f18cd22c6b8562d3d16f8f2f76128c8b4290579b27fae5abf3eedd304abfd86fddb4badd0e29e42e3aaae5321b2018d8278031fe7dd889a5bb40cf0 +DIST wcwidth-1.0.1.tgz 5814 BLAKE2B b48240428c084a8895591e8ae76234ea7594e20e40cf5a3f381871e1c933b9077d7f9afef13ae05fb2950c03dc537b27b9b959691fc8d59a9ac130169dc1b17d SHA512 5c73c4c12d2ae936b172f1bce7ef046246e20aec765ed586da691ce3b360d80efb050bbdf83a8838995d493e0780f92e79aeddbca4a3e55817dcfd5de2b5bc4e +DIST when-exit-2.1.4.tgz 2815 BLAKE2B cc8701472c53dad2b6b3fa9093950cb6d031c86e0eb9ccad2168945f42d69e5e748031b0cbdcf145cd39aac3205c24b013445a62ade009afcc306ecc294c379c SHA512 e2b9ef777035b75e8f5b3ac151c48366a7009ac508cb89a29c35d3fc267c1769950e077ae62e006a58a6833d5a424446534887e5e4f9fba471d932bca38e373e +DIST which-2.0.2.tgz 4496 BLAKE2B d3a7efcfb97c5f7a5cd50907eb9535fef5e6c2c69f6810c230ad1b26fc8f2ad5d6921136fce9274805a060b67a7a29c0248bd0eb5b9412da1991c2e09610fcbe SHA512 04b2374e5d535b73ef97bd25df2ab763ae22f9ac29c17aac181616924a8cb676d782b303fb28fbae15b492e103c7325a6171a3116e6881aa4a34c10a34c8e26c +DIST which-5.0.0.tgz 3346 BLAKE2B 0cf8a23f884ebfb9c3c8fe1a14357856a87f539645ad231b2cd3dc34fe8dcc18ea06c565a14fe627670a42e0b1395cae06a26a11633bd5e326379cc430d6ebd1 SHA512 244746cc7c3092b6d6a063a5207a90e60b69aca18e7a7a431e9c44f73551d5b59b3ad611c8f3c731ef4568feb1eb50a635a4d385291bd03009b5ee630fe0e6cd +DIST which-6.0.0.tgz 3347 BLAKE2B d9677d2fdfe3ae0b1ea8c0430fd44bc5be00e16587a18869d24f80b4eee15bd559ac91e792cdd86cdab27f5a3f5a021999d4da97a92be6032eafa2ee86fa3761 SHA512 7fe804a4828c47d7da5bf2600203cad43ee67a4905a2a6e68b0bcdcee86c1deb678b6d104a0ce0f55867d20d894899247de8509ea754031eff7b5e6a4b594fc6 +DIST which-boxed-primitive-1.1.1.tgz 6732 BLAKE2B f101e4df8813f47ba55aff4a1f49715dc52295710fb6ed6979b974e142dc6b6eb6aecbf02edea540e5b59c416b59b3eff194c4a3f804a4a5de4eda1e1a8e5ba3 SHA512 4db5f79a3f27d2874204556563c03192a707012c372fad2322e17c8c53fbf1acf70b6621986bea6c70690234d11f6ff1a98ba7ac9f60d634b28c28e9a16cc800 +DIST which-builtin-type-1.2.1.tgz 9377 BLAKE2B f2f0779bfbafef5d937dc47e3d8670ada5addb785f3463a41b9b7d5b76553e13eb6227acd9e53504318b765cb7b8eef212177fa1bfb046cd47f6749347939b25 SHA512 ea205cce85fe90343b6b7f982419e1dd3f8a651c4cfe260d3d789caa4ebafd07e6d5bf778aefb23889a4834cc76e3e4b34e70dbf54c4003899d316b7e01e2ae9 +DIST which-collection-1.0.2.tgz 7277 BLAKE2B befe842301986b733a7829df09ad7d6718ec015f5b585b7c40c9fb69292f493ff80f200ccd910d1b4648363049b425cd897becee90525278d414dfbecc54adef SHA512 2b88d5ca39c1760bdcf3a63a06468b64437ddf74b060eb8116476606ef597e47006dd55ba484e70e68ef67f6908d15d0aefe443e44e70f5b37f468a2a9b9e00b +DIST which-typed-array-1.1.19.tgz 12962 BLAKE2B ba9d7215e7d7f3a985877d41f6c2c58964d6915e0c0998a7fdafc41d2af6ce0ce7293a3c0bed9bd16ffbf7e56783c457764b0b53856467cf282ea31d042148ad SHA512 ac4bebf7405c938599b7d1c7142e0324cb23beeef1fabe9b226cf4fc1adb59bec0d9d8c9f219d932b5a71e8f45f2cb2fd0e304adab0385fb6b7d1393caa483af +DIST winreg-1.2.4.tgz 10021 BLAKE2B 1db4e08503349d4a102922b38b4d22f65b086070e8d1f843b690528497dbe84b93d882b48d61552bb4bd2f868c305089d8a83059875abde98341972dbeda5f3d SHA512 207a73391b9bee46256fc038dc88a0deb78ebe57012465fd819d16c9c1e18211ed03ae57d0b627311b89b3e687d5a6d59cc273b5092f40d965b676cf8b968620 +DIST word-wrap-1.2.5.tgz 4409 BLAKE2B fc2af833f19b1b564ff813bc79f96c799c877b8eba79bbb6b7f04ce28835a5ac1f274804bef1d48377ca49e3b2497d4269218f10d5bee0bb5b49ca6a2bebd98d SHA512 04ddb607979a30c23d50cb63ac677983978260fa423c3532d052576d8b1a4f9cd8c6314e7244b9dd2403137a56915a16a475d56f706b61c10de13c1ae7907970 +DIST wrap-ansi-7.0.0.tgz 4317 BLAKE2B 244edb4d9434ceacc0040ac26a02717b94e114e1a112ae15298cd14ca148a0e6097aecc214b0510a4c57c06c81c2e6da0549a5d2106db56d70421fd6a1d430f8 SHA512 6151888f691a98b493c70e8db198e80717d2c2c9f4c9c75eb26738a7e436d5ce733ee675a65f8d7f155dc4fb5d1ef98d54e43a5d2606e0052dcadfc58bb0f5e9 +DIST wrap-ansi-8.1.0.tgz 4444 BLAKE2B 4fa0c6c92f1bc5eef9388f0d53e75c7dde15cfee246c30182a4c5ab768bec02d8bbf46b24ddae827f43fae5835d2a1805f5560d1cdc78bc1e3ad9a86e6b2de49 SHA512 b22ed0588eb350cab9e9b11216f6a0b66ccc7463ada317d1f927b3d753286df73bb66f9591472493d6d6d9479f7d319551b3a4b31992c34000da0b3c83bd4d09 +DIST wrap-ansi-9.0.2.tgz 4316 BLAKE2B 83b61bf8afdc3990fca528e534dc62b277816a25edd3731d58fd0d61afda5126019f6df4bdc2be190ec1253fd609d471462e976586dbaf4ac7f43472363d6557 SHA512 e3602d9a0aa357e5f556974e7f24c6398462d3fceca0baad5d07244e6a937b26d3f810c86ccfc6bb1a3bc77a44dafb69af5a24eb146a33d3a905ef89ca8ab2c3 +DIST wrappy-1.0.2.tgz 1676 BLAKE2B aacb2a57d477c3cc3033c7095af248ff1ce00132b06bf25fbd1ba42a4898c0bbcf90e5c7cd3572a7483a5c1f1ab518fa8e2cb60c4176cbd2a609eb4419e7c8ce SHA512 9784a9fc346c7a8afdc0be84bd5dbe4ee427eb774c90f8d9feca7d5e48214c46d5f4a94f4b5c54b19deeeff2103b8c31b5c141e1b82940f45c477402bdeccf71 +DIST xmlbuilder-15.1.1.tgz 62870 BLAKE2B 4e934e405f32fc3cab9b47dba20efc7afe9dc9164ee48d16c7359ebd4346b4382bb9bd69ccbdc71691f90b14fabfcdc31210282617e1d1c6515996eeffa641cf SHA512 c8ca8606ab57c9e3757b74c662f80d803559de3f385b873090e5d0b30821a25e803e065669f7fd9676ef37b3076093a25ecbc63d7b634d8244882f49db0bfd12 +DIST xtend-4.0.2.tgz 2529 BLAKE2B d6a6883ead488ac0552716779fd2d74685b0004c37e6300917626649033accd49ea27901cbb6cce9e29d34144467690a4f163bf284455f7e632602b7daf6cf3e SHA512 2ca614d620172575200179fd5118e2bbe3168725171ecbdfa7b99cb989bd75250a2b4fc28edad4c050310fcdbf98259bb4bb068c521a774c08b28778ceb4c011 +DIST y18n-5.0.8.tgz 6157 BLAKE2B e9056018245afc85f1b62a2a3779ff76c05a8cad23c9374c43f40fc6e52a8045fc93c648ab5529fae82f4dfb28b53adf88cc1fa25161489348a8fb9a8468ef1f SHA512 d297c5cde81e0d62472480264cb44fd83c078dd179b3b8e8f6dbb3b5d43102120d09dbd2fb79c620da8f774d00a61a8947fd0b8403544baffeed209bf7c60e7c +DIST yaku-0.16.7.tgz 31529 BLAKE2B 210302884821f7d1cffdbff2fe8c6996ea57e8f8e5e0ef03880ed5d871ada4e35a276f4d7dee9caf79b5abea1ababe8bb0cc537efc57f76779abb04e1841b3bb SHA512 4b2bb7201deb66f2af624ef24e2ca5d5ba3f8e210569a4adae0bf55764c8253a983d2b5231054ef0442383fcfe0d1ccbabfe0b20885aacd4f7887d61ca510847 +DIST yallist-3.1.1.tgz 4496 BLAKE2B 5dcee70de5944274b95a9531b2394776d56add3b3905ce653e4cb8641279b3102d44dc5ab6283446de97aa6a97ab033102cff8f57b4783d5ff66d0de37c5a024 SHA512 6b850641a58f1f9f663975189c01b67b09dc412e22e05e374efdc9a0033eb365430264bd36c2bc1a90cc2eb0873e4b054fb8772ba4cea14367da96fb4685f1e2 +DIST yallist-4.0.0.tgz 4494 BLAKE2B 3fc1526410ae37bf4485770bd5db254126c0671b7478861de0eef0a5456616ea02e1972f91316e95b593219da424b3c991830fd270e6e385ee81cb2e7546d4b7 SHA512 df074689d672ab93c1d3ce172c44b94e9392440df08d7025216321ba6da445cbffe354a7d9e990d1dc9c416e2e6572de8f02af83a12cbdb76554bf8560472dec +DIST yallist-5.0.0.tgz 9821 BLAKE2B 7f7c9f45dd7d3453618e7722e03ce737fe70c8646839815d3db2d46018a4ed0fb46b81aaa2833c022f7bd5fa365bc3171a18e18d37f73e7e6cf9d16714f397a3 SHA512 620bd44dfc2ac9ced45d532b07e4889ac5584a64d2f17fed4abb5d35930898cfa7efe413ae2457c978a6d2606b4d735eab3545d0a5868073de8b2562145acd0f +DIST yaml-2.8.1.tgz 111596 BLAKE2B 9771a0a700a9bad814eef8231c04696e46582253c365a3288ecda3d514d5789e7e40b67688527f3d840b6db8741fdf6e5d17eb5ca2b197abaf5c693e4cd67074 SHA512 95c61c3315f63cef57306bc02642773ac34cc3effb14a7aceff8607ab1946162285aee63ffe610a9c66be499cf656cceb0406031b49b8924e7fddbffebd324a7 +DIST yargs-17.7.2.tgz 65691 BLAKE2B 89ce62eeab8b355b3123f4d2050194061335afa1b79d46de44df3e944630ece542b2d4e255d3ec737a0df7d9bf7437afc5a31340193ce2059ac844875526fd20 SHA512 edd4b3cd143ef822a7348fe4aca9d8455ec928a3d45cc121eb5b286872a0f66ad6121cc55a1167c4fc4697eebd703d4ebbadc2d773543c29e621caefa82b8ceb +DIST yargs-parser-21.1.1.tgz 28613 BLAKE2B 88a0f25192099cd298c67f05e904201967d0036afc3482b89156406edbef807f396faeaf5736b8c5f792560182d645fab2d0becb474cf10bd42fbcc0f42943ea SHA512 b55a6c256ec376379c0221696c80757b7ab1210b04e8da0f739fde4ddadb6c80b88742d5b16867a1ade0fa6d87725048ba31f3b31678549540f8652e736fcb07 +DIST yauzl-2.10.0.tgz 18697 BLAKE2B 09034afce040c8e1667d6ff1dbf82a9499b5b0582b82011385da92f4f624465a8a71ab5b32cfe78648d046aab1db7dcb2b283fc43df846835f8e8c0f8be03723 SHA512 a786bd23a5fa9eee888681a606a01c6c9cb59a50b88f6eef10f657f45e0be3fbd94f72f2ab5564147c3f57f3d4701f41ba8f831b7887913d31dd0c9ae7ccdcde +DIST yocto-queue-0.1.0.tgz 2765 BLAKE2B 2f097107d84d11469841d9f1db0ec31eee4873dfdd2533fcd86b2aeaa7b96d314d2d818ad580a5f25dc2cbb1d89bbf44786fde89ad1a812283fe4494ed365b7f SHA512 ad592cbec9cd09d27fa2119ceb180fc3237c7a1782c6c88b33c9b1b84fedfe6395a897b03ee3b59a22e94c74224604ca08b7b12f831e00555a82db3b1e6359d9 +DIST zod-4.1.13.tgz 657065 BLAKE2B 6dca833c49f75eac3e747086621d423b15b49c3cb1daa9973787e9b4c5c3f5a5b4bbd8323e06ef6ad149280bcae0e2bb0ec2e39fb1ebbca9fef17c8e95636c4b SHA512 02fbed86a7eaac084d1fd7677e6adf2b35f9ba939d8d4549605a8d4a592619feb8811693ce53f0cfdf481d89d5b36f2a600c9bbc094157e1fba67d2c68563822 diff --git a/net-im/element-desktop/element-desktop-1.12.3.ebuild b/net-im/element-desktop/element-desktop-1.12.3.ebuild deleted file mode 100644 index 9ba6b200b494..000000000000 --- a/net-im/element-desktop/element-desktop-1.12.3.ebuild +++ /dev/null @@ -1,114 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit unpacker rust xdg - -DESCRIPTION="A glossy Matrix collaboration client for desktop" -HOMEPAGE="https://element.io" -SRC_URI="https://github.com/element-hq/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz - https://github.com/element-hq/element-web/archive/v${PV}.tar.gz -> element-web-${PV}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="+emoji" - -RESTRICT="network-sandbox" #The setup script needs internet connection, including for yarn install - -RDEPEND=" - !net-im/element-desktop-bin - >=app-accessibility/at-spi2-core-2.46.0 - app-crypt/libsecret - dev-db/sqlcipher - dev-libs/expat - dev-libs/nspr - dev-libs/nss - media-libs/alsa-lib - media-libs/mesa - net-libs/nodejs - net-print/cups - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3 - x11-libs/libdrm - x11-libs/libxcb - 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/libXScrnSaver - x11-libs/pango - emoji? ( media-fonts/noto-emoji ) -" -DEPEND="${RDEPEND}" -BDEPEND="sys-apps/yarn" - -QA_PREBUILT=" - opt/Element/resources/app.asar.unpacked/node_modules/keytar-forked/build/Release/keytar.node - opt/Element/chrome-sandbox - opt/Element/libEGL.so - opt/Element/chrome_crashpad_handler - opt/Element/resources/app.asar.unpacked/node_modules/matrix-seshat/index.node - opt/Element/element-desktop - opt/Element/libffmpeg.so - opt/Element/libvulkan.so.1 - opt/Element/libGLESv2.so - opt/Element/libvk_swiftshader.so -" - -ELEMENT_WEB_S="${WORKDIR}/element-web-${PV}" - -pkg_setup() { - rust_pkg_setup -} - -src_prepare() { - default - pushd "${ELEMENT_WEB_S}" >/dev/null || die - yarn install || die - cp config.sample.json config.json || die - popd >/dev/null || die - - yarn install || die -} - -src_compile() { - pushd "${ELEMENT_WEB_S}" >/dev/null || die - yarn build || die - popd >/dev/null || die - - ln -s "${ELEMENT_WEB_S}"/webapp ./ || die - yarn build:native || die - # Use sed to temporarily fix upstream bug in app-builder-lib https://github.com/electron-userland/electron-builder/issues/9355 - sed -i 's/else if (isCi) {/else if (isCi.isCI) {/' node_modules/app-builder-lib/out/publish/PublishManager.js || die - yarn build || die -} - -src_install() { - unpack dist/${PN}_${PV}_amd64.deb - tar -xvf data.tar.xz || die - - ./node_modules/@electron/universal/node_modules/@electron/asar/bin/asar.js p webapp opt/Element/resources/webapp.asar || die - mv -n usr/share/doc/${PN} usr/share/doc/${PF} || die - gunzip usr/share/doc/${PF}/changelog.gz || die - - insinto / - doins -r usr - doins -r opt - local f - for f in ${QA_PREBUILT}; do - fperms +x "/${f}" - done - fperms u+s /opt/Element/chrome-sandbox - - dosym ../../opt/Element/${PN} /usr/bin/${PN} - dosym ${PN} /usr/bin/riot-desktop -} diff --git a/net-im/element-desktop/element-desktop-1.12.6.ebuild b/net-im/element-desktop/element-desktop-1.12.6.ebuild deleted file mode 100644 index a207e1e2a67a..000000000000 --- a/net-im/element-desktop/element-desktop-1.12.6.ebuild +++ /dev/null @@ -1,119 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit unpacker rust xdg - -DESCRIPTION="A glossy Matrix collaboration client for desktop" -HOMEPAGE="https://element.io" -SRC_URI="https://github.com/element-hq/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz - https://github.com/element-hq/element-web/archive/v${PV}.tar.gz -> element-web-${PV}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="+emoji keyring" - -RESTRICT="network-sandbox" #The setup script needs internet connection, including for yarn install - -RDEPEND=" - !net-im/element-desktop-bin - >=app-accessibility/at-spi2-core-2.46.0 - app-crypt/libsecret - dev-db/sqlcipher - dev-libs/expat - dev-libs/nspr - dev-libs/nss - media-libs/alsa-lib - media-libs/mesa - net-libs/nodejs - net-print/cups - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3 - x11-libs/libdrm - x11-libs/libxcb - 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/libXScrnSaver - x11-libs/pango - emoji? ( media-fonts/noto-emoji ) -" -DEPEND=" - ${RDEPEND} -" -BDEPEND=" - sys-apps/yarn - >=net-libs/nodejs-22.18.0 -" - -QA_PREBUILT=" - opt/Element/resources/app.asar.unpacked/node_modules/keytar-forked/build/Release/keytar.node - opt/Element/chrome-sandbox - opt/Element/libEGL.so - opt/Element/chrome_crashpad_handler - opt/Element/resources/app.asar.unpacked/node_modules/matrix-seshat/index.node - opt/Element/element-desktop - opt/Element/libffmpeg.so - opt/Element/libvulkan.so.1 - opt/Element/libGLESv2.so - opt/Element/libvk_swiftshader.so -" - -ELEMENT_WEB_S="${WORKDIR}/element-web-${PV}" - -pkg_setup() { - rust_pkg_setup -} - -src_prepare() { - default - pushd "${ELEMENT_WEB_S}" >/dev/null || die - yarn install || die - cp config.sample.json config.json || die - popd >/dev/null || die - - yarn install || die -} - -src_compile() { - pushd "${ELEMENT_WEB_S}" >/dev/null || die - yarn build || die - popd >/dev/null || die - - ln -s "${ELEMENT_WEB_S}"/webapp ./ || die - yarn build:native || die - # Use sed to temporarily fix upstream bug in app-builder-lib https://github.com/electron-userland/electron-builder/issues/9355 - sed -i 's/else if (isCi) {/else if (isCi.isCI) {/' node_modules/app-builder-lib/out/publish/PublishManager.js || die - yarn build || die -} - -src_install() { - unpack dist/${PN}_${PV}_amd64.deb - tar -xvf data.tar.xz || die - - ./node_modules/@electron/universal/node_modules/@electron/asar/bin/asar.js p webapp opt/Element/resources/webapp.asar || die - mv -n usr/share/doc/${PN} usr/share/doc/${PF} || die - gunzip usr/share/doc/${PF}/changelog.gz || die - - insinto / - doins -r usr - doins -r opt - local f - for f in ${QA_PREBUILT}; do - fperms +x "/${f}" - done - fperms u+s /opt/Element/chrome-sandbox - - dosym ../../opt/Element/${PN} /usr/bin/${PN} - dosym ${PN} /usr/bin/riot-desktop -} diff --git a/net-im/element-desktop/element-desktop-1.12.7.ebuild b/net-im/element-desktop/element-desktop-1.12.7.ebuild index 737ad13c7e4a..71d111cf1e5f 100644 --- a/net-im/element-desktop/element-desktop-1.12.7.ebuild +++ b/net-im/element-desktop/element-desktop-1.12.7.ebuild @@ -1,131 +1,1207 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 2009-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit unpacker rust xdg +PYTHON_COMPAT=( python3_{10..14} ) -DESCRIPTION="A glossy Matrix collaboration client for desktop" -HOMEPAGE="https://element.io" -SRC_URI="https://github.com/element-hq/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz - https://github.com/element-hq/element-web/archive/v${PV}.tar.gz -> element-web-${PV}.tar.gz" +inherit desktop flag-o-matic multilib python-any-r1 xdg-utils +DESCRIPTION="A glossy Matrix collaboration client for desktop" +HOMEPAGE="https://element.io/" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" -IUSE="+emoji keyring" +SRC_URI="!build-online? ( + https://registry.yarnpkg.com/7zip-bin/-/7zip-bin-5.2.0.tgz + https://registry.yarnpkg.com/@action-validator/cli/-/cli-0.6.0.tgz -> @action-validator-cli-0.6.0.tgz + https://registry.yarnpkg.com/@action-validator/core/-/core-0.6.0.tgz -> @action-validator-core-0.6.0.tgz + https://registry.yarnpkg.com/@apm-js-collab/code-transformer/-/code-transformer-0.8.2.tgz -> @apm-js-collab-code-transformer-0.8.2.tgz + https://registry.yarnpkg.com/@apm-js-collab/tracing-hooks/-/tracing-hooks-0.3.1.tgz -> @apm-js-collab-tracing-hooks-0.3.1.tgz + https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz -> @babel-code-frame-7.27.1.tgz + https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.5.tgz -> @babel-compat-data-7.28.5.tgz + https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz -> @babel-core-7.28.5.tgz + https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz -> @babel-generator-7.28.5.tgz + https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz -> @babel-helper-annotate-as-pure-7.27.3.tgz + https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz -> @babel-helper-compilation-targets-7.27.2.tgz + https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz -> @babel-helper-create-class-features-plugin-7.28.5.tgz + https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.28.5.tgz -> @babel-helper-create-regexp-features-plugin-7.28.5.tgz + https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.5.tgz -> @babel-helper-define-polyfill-provider-0.6.5.tgz + https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz -> @babel-helper-globals-7.28.0.tgz + https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz -> @babel-helper-member-expression-to-functions-7.28.5.tgz + https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz -> @babel-helper-module-imports-7.27.1.tgz + https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz -> @babel-helper-module-transforms-7.28.3.tgz + https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz -> @babel-helper-optimise-call-expression-7.27.1.tgz + https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz -> @babel-helper-plugin-utils-7.27.1.tgz + https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz -> @babel-helper-remap-async-to-generator-7.27.1.tgz + https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz -> @babel-helper-replace-supers-7.27.1.tgz + https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz -> @babel-helper-skip-transparent-expression-wrappers-7.27.1.tgz + https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz -> @babel-helper-string-parser-7.27.1.tgz + https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz -> @babel-helper-validator-identifier-7.27.1.tgz + https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz -> @babel-helper-validator-identifier-7.28.5.tgz + https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz -> @babel-helper-validator-option-7.27.1.tgz + https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.28.3.tgz -> @babel-helper-wrap-function-7.28.3.tgz + https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz -> @babel-helpers-7.28.4.tgz + https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz -> @babel-parser-7.28.4.tgz + https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz -> @babel-parser-7.28.5.tgz + https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz -> @babel-plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz + https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz -> @babel-plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz -> @babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz -> @babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.3.tgz -> @babel-plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.3.tgz + https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz -> @babel-plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz + https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.27.1.tgz -> @babel-plugin-syntax-import-assertions-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz -> @babel-plugin-syntax-import-attributes-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz -> @babel-plugin-syntax-jsx-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz -> @babel-plugin-syntax-typescript-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz -> @babel-plugin-syntax-unicode-sets-regex-7.18.6.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz -> @babel-plugin-transform-arrow-functions-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz -> @babel-plugin-transform-async-generator-functions-7.28.0.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz -> @babel-plugin-transform-async-to-generator-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.27.1.tgz -> @babel-plugin-transform-block-scoped-functions-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz -> @babel-plugin-transform-block-scoping-7.28.5.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz -> @babel-plugin-transform-class-properties-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz -> @babel-plugin-transform-class-static-block-7.28.3.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz -> @babel-plugin-transform-classes-7.28.4.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.27.1.tgz -> @babel-plugin-transform-computed-properties-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz -> @babel-plugin-transform-destructuring-7.28.5.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz -> @babel-plugin-transform-dotall-regex-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.27.1.tgz -> @babel-plugin-transform-duplicate-keys-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz -> @babel-plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.27.1.tgz -> @babel-plugin-transform-dynamic-import-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.28.0.tgz -> @babel-plugin-transform-explicit-resource-management-7.28.0.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz -> @babel-plugin-transform-exponentiation-operator-7.28.5.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz -> @babel-plugin-transform-export-namespace-from-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.27.1.tgz -> @babel-plugin-transform-for-of-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.27.1.tgz -> @babel-plugin-transform-function-name-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.27.1.tgz -> @babel-plugin-transform-json-strings-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.27.1.tgz -> @babel-plugin-transform-literals-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz -> @babel-plugin-transform-logical-assignment-operators-7.28.5.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.27.1.tgz -> @babel-plugin-transform-member-expression-literals-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.27.1.tgz -> @babel-plugin-transform-modules-amd-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz -> @babel-plugin-transform-modules-commonjs-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz -> @babel-plugin-transform-modules-systemjs-7.28.5.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.27.1.tgz -> @babel-plugin-transform-modules-umd-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.27.1.tgz -> @babel-plugin-transform-named-capturing-groups-regex-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.27.1.tgz -> @babel-plugin-transform-new-target-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz -> @babel-plugin-transform-nullish-coalescing-operator-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.27.1.tgz -> @babel-plugin-transform-numeric-separator-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz -> @babel-plugin-transform-object-rest-spread-7.28.4.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.27.1.tgz -> @babel-plugin-transform-object-super-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.27.1.tgz -> @babel-plugin-transform-optional-catch-binding-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz -> @babel-plugin-transform-optional-chaining-7.28.5.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz -> @babel-plugin-transform-parameters-7.27.7.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz -> @babel-plugin-transform-private-methods-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.27.1.tgz -> @babel-plugin-transform-private-property-in-object-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.27.1.tgz -> @babel-plugin-transform-property-literals-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz -> @babel-plugin-transform-regenerator-7.28.4.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.27.1.tgz -> @babel-plugin-transform-regexp-modifiers-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.27.1.tgz -> @babel-plugin-transform-reserved-words-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz -> @babel-plugin-transform-shorthand-properties-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.27.1.tgz -> @babel-plugin-transform-spread-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.27.1.tgz -> @babel-plugin-transform-sticky-regex-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz -> @babel-plugin-transform-template-literals-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.27.1.tgz -> @babel-plugin-transform-typeof-symbol-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz -> @babel-plugin-transform-typescript-7.28.5.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.27.1.tgz -> @babel-plugin-transform-unicode-escapes-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.27.1.tgz -> @babel-plugin-transform-unicode-property-regex-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz -> @babel-plugin-transform-unicode-regex-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.27.1.tgz -> @babel-plugin-transform-unicode-sets-regex-7.27.1.tgz + https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.5.tgz -> @babel-preset-env-7.28.5.tgz + https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz -> @babel-preset-modules-0.1.6-no-external-plugins.tgz + https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz -> @babel-preset-typescript-7.28.5.tgz + https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz -> @babel-template-7.27.2.tgz + https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz -> @babel-traverse-7.28.4.tgz + https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz -> @babel-traverse-7.28.5.tgz + https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz -> @babel-types-7.28.5.tgz + https://registry.yarnpkg.com/@develar/schema-utils/-/schema-utils-2.6.5.tgz -> @develar-schema-utils-2.6.5.tgz + https://registry.yarnpkg.com/@electron/asar/-/asar-3.3.1.tgz -> @electron-asar-3.3.1.tgz + https://registry.yarnpkg.com/@electron/asar/-/asar-3.4.1.tgz -> @electron-asar-3.4.1.tgz + https://registry.yarnpkg.com/@electron/asar/-/asar-4.0.1.tgz -> @electron-asar-4.0.1.tgz + https://registry.yarnpkg.com/@electron/fuses/-/fuses-1.8.0.tgz -> @electron-fuses-1.8.0.tgz + https://registry.yarnpkg.com/@electron/get/-/get-2.0.3.tgz -> @electron-get-2.0.3.tgz + https://registry.yarnpkg.com/@electron/notarize/-/notarize-2.5.0.tgz -> @electron-notarize-2.5.0.tgz + https://registry.yarnpkg.com/@electron/osx-sign/-/osx-sign-1.3.3.tgz -> @electron-osx-sign-1.3.3.tgz + https://registry.yarnpkg.com/@electron/rebuild/-/rebuild-4.0.1.tgz -> @electron-rebuild-4.0.1.tgz + https://registry.yarnpkg.com/@electron/universal/-/universal-2.0.3.tgz -> @electron-universal-2.0.3.tgz + https://registry.yarnpkg.com/@electron/windows-sign/-/windows-sign-1.2.1.tgz -> @electron-windows-sign-1.2.1.tgz + https://registry.yarnpkg.com/@emnapi/core/-/core-1.7.1.tgz -> @emnapi-core-1.7.1.tgz + https://registry.yarnpkg.com/@emnapi/runtime/-/runtime-1.7.1.tgz -> @emnapi-runtime-1.7.1.tgz + https://registry.yarnpkg.com/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz -> @emnapi-wasi-threads-1.1.0.tgz + https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.10.tgz -> @esbuild-aix-ppc64-0.25.10.tgz + https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.25.10.tgz -> @esbuild-android-arm-0.25.10.tgz + https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.25.10.tgz -> @esbuild-android-arm64-0.25.10.tgz + https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.25.10.tgz -> @esbuild-android-x64-0.25.10.tgz + https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.10.tgz -> @esbuild-darwin-arm64-0.25.10.tgz + https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.25.10.tgz -> @esbuild-darwin-x64-0.25.10.tgz + https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.10.tgz -> @esbuild-freebsd-arm64-0.25.10.tgz + https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.10.tgz -> @esbuild-freebsd-x64-0.25.10.tgz + https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.25.10.tgz -> @esbuild-linux-arm-0.25.10.tgz + https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.25.10.tgz -> @esbuild-linux-arm64-0.25.10.tgz + https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.25.10.tgz -> @esbuild-linux-ia32-0.25.10.tgz + https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.25.10.tgz -> @esbuild-linux-loong64-0.25.10.tgz + https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.10.tgz -> @esbuild-linux-mips64el-0.25.10.tgz + https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.10.tgz -> @esbuild-linux-ppc64-0.25.10.tgz + https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.10.tgz -> @esbuild-linux-riscv64-0.25.10.tgz + https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.25.10.tgz -> @esbuild-linux-s390x-0.25.10.tgz + https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.25.10.tgz -> @esbuild-linux-x64-0.25.10.tgz + https://registry.yarnpkg.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.10.tgz -> @esbuild-netbsd-arm64-0.25.10.tgz + https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.10.tgz -> @esbuild-netbsd-x64-0.25.10.tgz + https://registry.yarnpkg.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.10.tgz -> @esbuild-openbsd-arm64-0.25.10.tgz + https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.10.tgz -> @esbuild-openbsd-x64-0.25.10.tgz + https://registry.yarnpkg.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.10.tgz -> @esbuild-openharmony-arm64-0.25.10.tgz + https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.25.10.tgz -> @esbuild-sunos-x64-0.25.10.tgz + https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.25.10.tgz -> @esbuild-win32-arm64-0.25.10.tgz + https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.25.10.tgz -> @esbuild-win32-ia32-0.25.10.tgz + https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.25.10.tgz -> @esbuild-win32-x64-0.25.10.tgz + https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz -> @eslint-community-eslint-utils-4.4.0.tgz + https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz -> @eslint-community-eslint-utils-4.9.0.tgz + https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz -> @eslint-community-regexpp-4.11.1.tgz + https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz -> @eslint-community-regexpp-4.12.1.tgz + https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz -> @eslint-community-regexpp-4.12.2.tgz + https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz -> @eslint-eslintrc-2.1.4.tgz + https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz -> @eslint-js-8.57.1.tgz + https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz -> @humanwhocodes-config-array-0.13.0.tgz + https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz -> @humanwhocodes-module-importer-1.0.1.tgz + https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz -> @humanwhocodes-object-schema-2.0.3.tgz + https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz -> @isaacs-balanced-match-4.0.1.tgz + https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz -> @isaacs-brace-expansion-5.0.0.tgz + https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz -> @isaacs-cliui-8.0.2.tgz + https://registry.yarnpkg.com/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz -> @isaacs-fs-minipass-4.0.1.tgz + https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz -> @jridgewell-gen-mapping-0.3.13.tgz + https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz -> @jridgewell-remapping-2.3.5.tgz + https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz -> @jridgewell-resolve-uri-3.1.2.tgz + https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz -> @jridgewell-sourcemap-codec-1.5.5.tgz + https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz -> @jridgewell-trace-mapping-0.3.31.tgz + https://registry.yarnpkg.com/@malept/cross-spawn-promise/-/cross-spawn-promise-2.0.0.tgz -> @malept-cross-spawn-promise-2.0.0.tgz + https://registry.yarnpkg.com/@malept/flatpak-bundler/-/flatpak-bundler-0.4.0.tgz -> @malept-flatpak-bundler-0.4.0.tgz + https://registry.yarnpkg.com/@napi-rs/wasm-runtime/-/wasm-runtime-1.0.7.tgz -> @napi-rs-wasm-runtime-1.0.7.tgz + https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz -> @nodelib-fs.scandir-2.1.5.tgz + https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz -> @nodelib-fs.stat-2.0.5.tgz + https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz -> @nodelib-fs.walk-1.2.8.tgz + https://registry.yarnpkg.com/@npmcli/agent/-/agent-3.0.0.tgz -> @npmcli-agent-3.0.0.tgz + https://registry.yarnpkg.com/@npmcli/agent/-/agent-4.0.0.tgz -> @npmcli-agent-4.0.0.tgz + https://registry.yarnpkg.com/@npmcli/fs/-/fs-4.0.0.tgz -> @npmcli-fs-4.0.0.tgz + https://registry.yarnpkg.com/@npmcli/fs/-/fs-5.0.0.tgz -> @npmcli-fs-5.0.0.tgz + https://registry.yarnpkg.com/@npmcli/git/-/git-7.0.1.tgz -> @npmcli-git-7.0.1.tgz + https://registry.yarnpkg.com/@npmcli/installed-package-contents/-/installed-package-contents-4.0.0.tgz -> @npmcli-installed-package-contents-4.0.0.tgz + https://registry.yarnpkg.com/@npmcli/node-gyp/-/node-gyp-5.0.0.tgz -> @npmcli-node-gyp-5.0.0.tgz + https://registry.yarnpkg.com/@npmcli/package-json/-/package-json-7.0.4.tgz -> @npmcli-package-json-7.0.4.tgz + https://registry.yarnpkg.com/@npmcli/promise-spawn/-/promise-spawn-9.0.1.tgz -> @npmcli-promise-spawn-9.0.1.tgz + https://registry.yarnpkg.com/@npmcli/redact/-/redact-4.0.0.tgz -> @npmcli-redact-4.0.0.tgz + https://registry.yarnpkg.com/@npmcli/run-script/-/run-script-10.0.3.tgz -> @npmcli-run-script-10.0.3.tgz + https://registry.yarnpkg.com/@opentelemetry/api-logs/-/api-logs-0.204.0.tgz -> @opentelemetry-api-logs-0.204.0.tgz + https://registry.yarnpkg.com/@opentelemetry/api-logs/-/api-logs-0.57.2.tgz -> @opentelemetry-api-logs-0.57.2.tgz + https://registry.yarnpkg.com/@opentelemetry/api/-/api-1.9.0.tgz -> @opentelemetry-api-1.9.0.tgz + https://registry.yarnpkg.com/@opentelemetry/context-async-hooks/-/context-async-hooks-2.2.0.tgz -> @opentelemetry-context-async-hooks-2.2.0.tgz + https://registry.yarnpkg.com/@opentelemetry/core/-/core-2.1.0.tgz -> @opentelemetry-core-2.1.0.tgz + https://registry.yarnpkg.com/@opentelemetry/core/-/core-2.2.0.tgz -> @opentelemetry-core-2.2.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.51.0.tgz -> @opentelemetry-instrumentation-amqplib-0.51.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-connect/-/instrumentation-connect-0.48.0.tgz -> @opentelemetry-instrumentation-connect-0.48.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-dataloader/-/instrumentation-dataloader-0.22.0.tgz -> @opentelemetry-instrumentation-dataloader-0.22.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-express/-/instrumentation-express-0.53.0.tgz -> @opentelemetry-instrumentation-express-0.53.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-fs/-/instrumentation-fs-0.24.0.tgz -> @opentelemetry-instrumentation-fs-0.24.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-generic-pool/-/instrumentation-generic-pool-0.48.0.tgz -> @opentelemetry-instrumentation-generic-pool-0.48.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-graphql/-/instrumentation-graphql-0.52.0.tgz -> @opentelemetry-instrumentation-graphql-0.52.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-hapi/-/instrumentation-hapi-0.51.0.tgz -> @opentelemetry-instrumentation-hapi-0.51.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-http/-/instrumentation-http-0.204.0.tgz -> @opentelemetry-instrumentation-http-0.204.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-ioredis/-/instrumentation-ioredis-0.52.0.tgz -> @opentelemetry-instrumentation-ioredis-0.52.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-kafkajs/-/instrumentation-kafkajs-0.14.0.tgz -> @opentelemetry-instrumentation-kafkajs-0.14.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-knex/-/instrumentation-knex-0.49.0.tgz -> @opentelemetry-instrumentation-knex-0.49.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-koa/-/instrumentation-koa-0.52.0.tgz -> @opentelemetry-instrumentation-koa-0.52.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-lru-memoizer/-/instrumentation-lru-memoizer-0.49.0.tgz -> @opentelemetry-instrumentation-lru-memoizer-0.49.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-mongodb/-/instrumentation-mongodb-0.57.0.tgz -> @opentelemetry-instrumentation-mongodb-0.57.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-mongoose/-/instrumentation-mongoose-0.51.0.tgz -> @opentelemetry-instrumentation-mongoose-0.51.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-mysql/-/instrumentation-mysql-0.50.0.tgz -> @opentelemetry-instrumentation-mysql-0.50.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-mysql2/-/instrumentation-mysql2-0.51.0.tgz -> @opentelemetry-instrumentation-mysql2-0.51.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-pg/-/instrumentation-pg-0.57.0.tgz -> @opentelemetry-instrumentation-pg-0.57.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-redis/-/instrumentation-redis-0.53.0.tgz -> @opentelemetry-instrumentation-redis-0.53.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-tedious/-/instrumentation-tedious-0.23.0.tgz -> @opentelemetry-instrumentation-tedious-0.23.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-undici/-/instrumentation-undici-0.15.0.tgz -> @opentelemetry-instrumentation-undici-0.15.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation/-/instrumentation-0.204.0.tgz -> @opentelemetry-instrumentation-0.204.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation/-/instrumentation-0.57.2.tgz -> @opentelemetry-instrumentation-0.57.2.tgz + https://registry.yarnpkg.com/@opentelemetry/redis-common/-/redis-common-0.38.2.tgz -> @opentelemetry-redis-common-0.38.2.tgz + https://registry.yarnpkg.com/@opentelemetry/resources/-/resources-2.2.0.tgz -> @opentelemetry-resources-2.2.0.tgz + https://registry.yarnpkg.com/@opentelemetry/sdk-trace-base/-/sdk-trace-base-2.2.0.tgz -> @opentelemetry-sdk-trace-base-2.2.0.tgz + https://registry.yarnpkg.com/@opentelemetry/semantic-conventions/-/semantic-conventions-1.38.0.tgz -> @opentelemetry-semantic-conventions-1.38.0.tgz + https://registry.yarnpkg.com/@opentelemetry/sql-common/-/sql-common-0.41.2.tgz -> @opentelemetry-sql-common-0.41.2.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-android-arm-eabi/-/binding-android-arm-eabi-11.14.0.tgz -> @oxc-resolver-binding-android-arm-eabi-11.14.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-android-arm64/-/binding-android-arm64-11.14.0.tgz -> @oxc-resolver-binding-android-arm64-11.14.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-darwin-arm64/-/binding-darwin-arm64-11.14.0.tgz -> @oxc-resolver-binding-darwin-arm64-11.14.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-darwin-x64/-/binding-darwin-x64-11.14.0.tgz -> @oxc-resolver-binding-darwin-x64-11.14.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-freebsd-x64/-/binding-freebsd-x64-11.14.0.tgz -> @oxc-resolver-binding-freebsd-x64-11.14.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-11.14.0.tgz -> @oxc-resolver-binding-linux-arm-gnueabihf-11.14.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-11.14.0.tgz -> @oxc-resolver-binding-linux-arm-musleabihf-11.14.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-11.14.0.tgz -> @oxc-resolver-binding-linux-arm64-gnu-11.14.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-linux-arm64-musl/-/binding-linux-arm64-musl-11.14.0.tgz -> @oxc-resolver-binding-linux-arm64-musl-11.14.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-11.14.0.tgz -> @oxc-resolver-binding-linux-ppc64-gnu-11.14.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-11.14.0.tgz -> @oxc-resolver-binding-linux-riscv64-gnu-11.14.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-11.14.0.tgz -> @oxc-resolver-binding-linux-riscv64-musl-11.14.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-11.14.0.tgz -> @oxc-resolver-binding-linux-s390x-gnu-11.14.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-linux-x64-gnu/-/binding-linux-x64-gnu-11.14.0.tgz -> @oxc-resolver-binding-linux-x64-gnu-11.14.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-linux-x64-musl/-/binding-linux-x64-musl-11.14.0.tgz -> @oxc-resolver-binding-linux-x64-musl-11.14.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-wasm32-wasi/-/binding-wasm32-wasi-11.14.0.tgz -> @oxc-resolver-binding-wasm32-wasi-11.14.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-11.14.0.tgz -> @oxc-resolver-binding-win32-arm64-msvc-11.14.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-11.14.0.tgz -> @oxc-resolver-binding-win32-ia32-msvc-11.14.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-win32-x64-msvc/-/binding-win32-x64-msvc-11.14.0.tgz -> @oxc-resolver-binding-win32-x64-msvc-11.14.0.tgz + https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz -> @pkgjs-parseargs-0.11.0.tgz + https://registry.yarnpkg.com/@playwright/test/-/test-1.57.0.tgz -> @playwright-test-1.57.0.tgz + https://registry.yarnpkg.com/@prisma/instrumentation/-/instrumentation-6.15.0.tgz -> @prisma-instrumentation-6.15.0.tgz + https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz -> @rtsao-scc-1.1.0.tgz + https://registry.yarnpkg.com/@sentry-internal/browser-utils/-/browser-utils-10.26.0.tgz -> @sentry-internal-browser-utils-10.26.0.tgz + https://registry.yarnpkg.com/@sentry-internal/feedback/-/feedback-10.26.0.tgz -> @sentry-internal-feedback-10.26.0.tgz + https://registry.yarnpkg.com/@sentry-internal/replay-canvas/-/replay-canvas-10.26.0.tgz -> @sentry-internal-replay-canvas-10.26.0.tgz + https://registry.yarnpkg.com/@sentry-internal/replay/-/replay-10.26.0.tgz -> @sentry-internal-replay-10.26.0.tgz + https://registry.yarnpkg.com/@sentry/browser/-/browser-10.26.0.tgz -> @sentry-browser-10.26.0.tgz + https://registry.yarnpkg.com/@sentry/core/-/core-10.26.0.tgz -> @sentry-core-10.26.0.tgz + https://registry.yarnpkg.com/@sentry/electron/-/electron-7.3.0.tgz -> @sentry-electron-7.3.0.tgz + https://registry.yarnpkg.com/@sentry/node-core/-/node-core-10.26.0.tgz -> @sentry-node-core-10.26.0.tgz + https://registry.yarnpkg.com/@sentry/node/-/node-10.26.0.tgz -> @sentry-node-10.26.0.tgz + https://registry.yarnpkg.com/@sentry/opentelemetry/-/opentelemetry-10.26.0.tgz -> @sentry-opentelemetry-10.26.0.tgz + https://registry.yarnpkg.com/@sigstore/bundle/-/bundle-4.0.0.tgz -> @sigstore-bundle-4.0.0.tgz + https://registry.yarnpkg.com/@sigstore/core/-/core-3.0.0.tgz -> @sigstore-core-3.0.0.tgz + https://registry.yarnpkg.com/@sigstore/protobuf-specs/-/protobuf-specs-0.5.0.tgz -> @sigstore-protobuf-specs-0.5.0.tgz + https://registry.yarnpkg.com/@sigstore/sign/-/sign-4.0.1.tgz -> @sigstore-sign-4.0.1.tgz + https://registry.yarnpkg.com/@sigstore/tuf/-/tuf-4.0.0.tgz -> @sigstore-tuf-4.0.0.tgz + https://registry.yarnpkg.com/@sigstore/verify/-/verify-3.0.0.tgz -> @sigstore-verify-3.0.0.tgz + https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz -> @sindresorhus-is-4.6.0.tgz + https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-5.6.1.tgz -> @stylistic-eslint-plugin-5.6.1.tgz + https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-4.0.6.tgz -> @szmarczak-http-timer-4.0.6.tgz + https://registry.yarnpkg.com/@tufjs/canonical-json/-/canonical-json-2.0.0.tgz -> @tufjs-canonical-json-2.0.0.tgz + https://registry.yarnpkg.com/@tufjs/models/-/models-4.0.0.tgz -> @tufjs-models-4.0.0.tgz + https://registry.yarnpkg.com/@tybys/wasm-util/-/wasm-util-0.10.1.tgz -> @tybys-wasm-util-0.10.1.tgz + https://registry.yarnpkg.com/@types/auto-launch/-/auto-launch-5.0.5.tgz -> @types-auto-launch-5.0.5.tgz + https://registry.yarnpkg.com/@types/cacheable-request/-/cacheable-request-6.0.3.tgz -> @types-cacheable-request-6.0.3.tgz + https://registry.yarnpkg.com/@types/connect/-/connect-3.4.38.tgz -> @types-connect-3.4.38.tgz + https://registry.yarnpkg.com/@types/counterpart/-/counterpart-0.18.4.tgz -> @types-counterpart-0.18.4.tgz + https://registry.yarnpkg.com/@types/debug/-/debug-4.1.12.tgz -> @types-debug-4.1.12.tgz + https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.13.tgz -> @types-fs-extra-9.0.13.tgz + https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz -> @types-http-cache-semantics-4.0.4.tgz + https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz -> @types-json5-0.0.29.tgz + https://registry.yarnpkg.com/@types/keyv/-/keyv-3.1.4.tgz -> @types-keyv-3.1.4.tgz + https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.5.tgz -> @types-minimist-1.2.5.tgz + https://registry.yarnpkg.com/@types/ms/-/ms-2.1.0.tgz -> @types-ms-2.1.0.tgz + https://registry.yarnpkg.com/@types/mysql/-/mysql-2.15.27.tgz -> @types-mysql-2.15.27.tgz + https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.11.tgz -> @types-node-fetch-2.6.11.tgz + https://registry.yarnpkg.com/@types/node/-/node-18.19.130.tgz -> @types-node-18.19.130.tgz + https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz -> @types-normalize-package-data-2.4.4.tgz + https://registry.yarnpkg.com/@types/npm-package-arg/-/npm-package-arg-6.1.4.tgz -> @types-npm-package-arg-6.1.4.tgz + https://registry.yarnpkg.com/@types/npm-registry-fetch/-/npm-registry-fetch-8.0.7.tgz -> @types-npm-registry-fetch-8.0.7.tgz + https://registry.yarnpkg.com/@types/npmlog/-/npmlog-7.0.0.tgz -> @types-npmlog-7.0.0.tgz + https://registry.yarnpkg.com/@types/pacote/-/pacote-11.1.8.tgz -> @types-pacote-11.1.8.tgz + https://registry.yarnpkg.com/@types/pg-pool/-/pg-pool-2.0.6.tgz -> @types-pg-pool-2.0.6.tgz + https://registry.yarnpkg.com/@types/pg/-/pg-8.15.5.tgz -> @types-pg-8.15.5.tgz + https://registry.yarnpkg.com/@types/pg/-/pg-8.15.6.tgz -> @types-pg-8.15.6.tgz + https://registry.yarnpkg.com/@types/plist/-/plist-3.0.5.tgz -> @types-plist-3.0.5.tgz + https://registry.yarnpkg.com/@types/responselike/-/responselike-1.0.3.tgz -> @types-responselike-1.0.3.tgz + https://registry.yarnpkg.com/@types/shimmer/-/shimmer-1.2.0.tgz -> @types-shimmer-1.2.0.tgz + https://registry.yarnpkg.com/@types/ssri/-/ssri-7.1.5.tgz -> @types-ssri-7.1.5.tgz + https://registry.yarnpkg.com/@types/tedious/-/tedious-4.0.14.tgz -> @types-tedious-4.0.14.tgz + https://registry.yarnpkg.com/@types/verror/-/verror-1.10.10.tgz -> @types-verror-1.10.10.tgz + https://registry.yarnpkg.com/@types/yauzl/-/yauzl-2.10.3.tgz -> @types-yauzl-2.10.3.tgz + https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.48.0.tgz -> @typescript-eslint-eslint-plugin-8.48.0.tgz + https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.48.0.tgz -> @typescript-eslint-parser-8.48.0.tgz + https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.48.0.tgz -> @typescript-eslint-project-service-8.48.0.tgz + https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.48.0.tgz -> @typescript-eslint-scope-manager-8.48.0.tgz + https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.48.0.tgz -> @typescript-eslint-tsconfig-utils-8.48.0.tgz + https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.48.0.tgz -> @typescript-eslint-type-utils-8.48.0.tgz + https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.48.0.tgz -> @typescript-eslint-types-8.48.0.tgz + https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.48.0.tgz -> @typescript-eslint-typescript-estree-8.48.0.tgz + https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.48.0.tgz -> @typescript-eslint-utils-8.48.0.tgz + https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.48.0.tgz -> @typescript-eslint-visitor-keys-8.48.0.tgz + https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz -> @ungap-structured-clone-1.2.0.tgz + https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.10.tgz -> @xmldom-xmldom-0.8.10.tgz + https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz -> @yarnpkg-lockfile-1.1.0.tgz + https://registry.yarnpkg.com/abbrev/-/abbrev-3.0.1.tgz + https://registry.yarnpkg.com/abbrev/-/abbrev-4.0.0.tgz + https://registry.yarnpkg.com/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz + https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz + https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz + https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz + https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.4.tgz + https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-3.0.1.tgz + https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz + https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz + https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz + https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-7.2.0.tgz + https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz + https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.2.2.tgz + https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz + https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.3.tgz + https://registry.yarnpkg.com/app-builder-bin/-/app-builder-bin-5.0.0-alpha.12.tgz + https://registry.yarnpkg.com/app-builder-lib/-/app-builder-lib-26.2.0.tgz + https://registry.yarnpkg.com/applescript/-/applescript-1.0.0.tgz + https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz + https://registry.yarnpkg.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz + https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.9.tgz + https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz + https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz + https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz + https://registry.yarnpkg.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz + https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz + https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz + https://registry.yarnpkg.com/async-exit-hook/-/async-exit-hook-2.0.1.tgz + https://registry.yarnpkg.com/async-function/-/async-function-1.0.0.tgz + https://registry.yarnpkg.com/async/-/async-3.2.6.tgz + https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz + https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz + https://registry.yarnpkg.com/atomically/-/atomically-2.0.3.tgz + https://registry.yarnpkg.com/auto-launch/-/auto-launch-5.0.6.tgz + https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz + https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz + https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.13.0.tgz + https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.5.tgz + https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz + https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz + https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.8.16.tgz + https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.8.20.tgz + https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz + https://registry.yarnpkg.com/boolean/-/boolean-3.2.0.tgz + https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.12.tgz + https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz + https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz + https://registry.yarnpkg.com/browserslist/-/browserslist-4.26.3.tgz + https://registry.yarnpkg.com/browserslist/-/browserslist-4.27.0.tgz + https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz + https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz + https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz + https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-9.5.0.tgz + https://registry.yarnpkg.com/builder-util/-/builder-util-26.1.0.tgz + https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz + https://registry.yarnpkg.com/cacache/-/cacache-19.0.1.tgz + https://registry.yarnpkg.com/cacache/-/cacache-20.0.3.tgz + https://registry.yarnpkg.com/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz + https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-7.0.4.tgz + https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz + https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.8.tgz + https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.4.tgz + https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz + https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001750.tgz + https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001751.tgz + https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz + https://registry.yarnpkg.com/chalk/-/chalk-5.2.0.tgz + https://registry.yarnpkg.com/chokidar/-/chokidar-5.0.0.tgz + https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz + https://registry.yarnpkg.com/chownr/-/chownr-3.0.0.tgz + https://registry.yarnpkg.com/chromium-pickle-js/-/chromium-pickle-js-0.2.0.tgz + https://registry.yarnpkg.com/ci-info/-/ci-info-3.9.0.tgz + https://registry.yarnpkg.com/ci-info/-/ci-info-4.2.0.tgz + https://registry.yarnpkg.com/ci-info/-/ci-info-4.3.1.tgz + https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.4.3.tgz + https://registry.yarnpkg.com/clean-regexp/-/clean-regexp-1.0.0.tgz + https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz + https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-5.0.0.tgz + https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz + https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-2.1.0.tgz + https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-5.1.1.tgz + https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz + https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.3.tgz + https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz + https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz + https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz + https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz + https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz + https://registry.yarnpkg.com/commander/-/commander-13.1.0.tgz + https://registry.yarnpkg.com/commander/-/commander-14.0.2.tgz + https://registry.yarnpkg.com/commander/-/commander-5.1.0.tgz + https://registry.yarnpkg.com/commander/-/commander-9.5.0.tgz + https://registry.yarnpkg.com/compare-version/-/compare-version-0.1.2.tgz + https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz + https://registry.yarnpkg.com/conf/-/conf-15.0.2.tgz + https://registry.yarnpkg.com/config-file-ts/-/config-file-ts-0.2.8-rc1.tgz + https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz + https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.46.0.tgz + https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz + https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz + https://registry.yarnpkg.com/counterpart/-/counterpart-0.18.6.tgz + https://registry.yarnpkg.com/crc/-/crc-3.8.0.tgz + https://registry.yarnpkg.com/cross-dirname/-/cross-dirname-0.1.0.tgz + https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz + https://registry.yarnpkg.com/data-view-buffer/-/data-view-buffer-1.0.2.tgz + https://registry.yarnpkg.com/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz + https://registry.yarnpkg.com/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz + https://registry.yarnpkg.com/date-names/-/date-names-0.1.13.tgz + https://registry.yarnpkg.com/debounce-fn/-/debounce-fn-6.0.0.tgz + https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz + https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz + https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz + https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz + https://registry.yarnpkg.com/decompress-response/-/decompress-response-6.0.0.tgz + https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz + https://registry.yarnpkg.com/defaults/-/defaults-1.0.4.tgz + https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-2.0.1.tgz + https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.4.tgz + https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.1.tgz + https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz + https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.1.2.tgz + https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz + https://registry.yarnpkg.com/dir-compare/-/dir-compare-4.2.0.tgz + https://registry.yarnpkg.com/dmg-builder/-/dmg-builder-26.2.0.tgz + https://registry.yarnpkg.com/dmg-license/-/dmg-license-1.0.11.tgz + https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz + https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz + https://registry.yarnpkg.com/dot-prop/-/dot-prop-10.1.0.tgz + https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-11.0.7.tgz + https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.7.tgz + https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz + https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz + https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz + https://registry.yarnpkg.com/electron-builder-squirrel-windows/-/electron-builder-squirrel-windows-26.2.0.tgz + https://registry.yarnpkg.com/electron-builder/-/electron-builder-26.2.0.tgz + https://registry.yarnpkg.com/electron-devtools-installer/-/electron-devtools-installer-4.0.0.tgz + https://registry.yarnpkg.com/electron-publish/-/electron-publish-26.1.0.tgz + https://registry.yarnpkg.com/electron-store/-/electron-store-11.0.2.tgz + https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.237.tgz + https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.241.tgz + https://registry.yarnpkg.com/electron-window-state/-/electron-window-state-5.0.3.tgz + https://registry.yarnpkg.com/electron-winstaller/-/electron-winstaller-5.4.0.tgz + https://registry.yarnpkg.com/electron/-/electron-39.2.3.tgz + https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-10.6.0.tgz + https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz + https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz + https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz + https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz + https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz + https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz + https://registry.yarnpkg.com/env-paths/-/env-paths-3.0.0.tgz + https://registry.yarnpkg.com/environment/-/environment-1.1.0.tgz + https://registry.yarnpkg.com/err-code/-/err-code-2.0.3.tgz + https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.4.tgz + https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.24.0.tgz + https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.1.tgz + https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz + https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz + https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz + https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz + https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.3.0.tgz + https://registry.yarnpkg.com/es6-error/-/es6-error-4.1.1.tgz + https://registry.yarnpkg.com/esbuild/-/esbuild-0.25.10.tgz + https://registry.yarnpkg.com/escalade/-/escalade-3.2.0.tgz + https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz + https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz + https://registry.yarnpkg.com/eslint-compat-utils/-/eslint-compat-utils-0.5.1.tgz + https://registry.yarnpkg.com/eslint-config-google/-/eslint-config-google-0.14.0.tgz + https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz + https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz + https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz + https://registry.yarnpkg.com/eslint-plugin-es-x/-/eslint-plugin-es-x-7.8.0.tgz + https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz + https://registry.yarnpkg.com/eslint-plugin-matrix-org/-/eslint-plugin-matrix-org-3.0.0.tgz + https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.23.1.tgz + https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-56.0.1.tgz + https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz + https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz + https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz + https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz + https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz + https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz + https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz + https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz + https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz + https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz + https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-5.0.1.tgz + https://registry.yarnpkg.com/except/-/except-0.1.3.tgz + https://registry.yarnpkg.com/exponential-backoff/-/exponential-backoff-3.1.3.tgz + https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz + https://registry.yarnpkg.com/extract-zip/-/extract-zip-2.0.1.tgz + https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.1.tgz + https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz + https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz + https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz + https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz + https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.6.tgz + https://registry.yarnpkg.com/fastq/-/fastq-1.19.1.tgz + https://registry.yarnpkg.com/fd-package-json/-/fd-package-json-2.0.0.tgz + https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz + https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz + https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz + https://registry.yarnpkg.com/filelist/-/filelist-1.0.4.tgz + https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz + https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz + https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz + https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz + https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz + https://registry.yarnpkg.com/flatted/-/flatted-3.3.1.tgz + https://registry.yarnpkg.com/for-each/-/for-each-0.3.5.tgz + https://registry.yarnpkg.com/foreachasync/-/foreachasync-3.0.0.tgz + https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz + https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz + https://registry.yarnpkg.com/formatly/-/formatly-0.3.0.tgz + https://registry.yarnpkg.com/forwarded-parse/-/forwarded-parse-2.1.2.tgz + https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz + https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.0.tgz + https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz + https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz + https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz + https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz + https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-3.0.3.tgz + https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz + https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz + https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz + https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz + https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.8.tgz + https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz + https://registry.yarnpkg.com/generator-function/-/generator-function-2.0.1.tgz + https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz + https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz + https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz + https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz + https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz + https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz + https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.1.0.tgz + https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.10.1.tgz + https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.12.0.tgz + https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz + https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz + https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz + https://registry.yarnpkg.com/glob/-/glob-10.5.0.tgz + https://registry.yarnpkg.com/glob/-/glob-11.1.0.tgz + https://registry.yarnpkg.com/glob/-/glob-13.0.0.tgz + https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz + https://registry.yarnpkg.com/global-agent/-/global-agent-3.0.0.tgz + https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz + https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz + https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz + https://registry.yarnpkg.com/globrex/-/globrex-0.1.2.tgz + https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz + https://registry.yarnpkg.com/got/-/got-11.8.6.tgz + https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz + https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz + https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.1.0.tgz + https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz + https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz + https://registry.yarnpkg.com/has-proto/-/has-proto-1.2.0.tgz + https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz + https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz + https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz + https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz + https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.1.0.tgz + https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-9.0.2.tgz + https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz + https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz + https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz + https://registry.yarnpkg.com/http2-wrapper/-/http2-wrapper-1.0.3.tgz + https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz + https://registry.yarnpkg.com/husky/-/husky-9.1.7.tgz + https://registry.yarnpkg.com/iconv-corefoundation/-/iconv-corefoundation-1.1.7.tgz + https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz + https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz + https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-8.0.0.tgz + https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz + https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz + https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz + https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz + https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-1.15.0.tgz + https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz + https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz + https://registry.yarnpkg.com/indexof/-/indexof-0.0.1.tgz + https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz + https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz + https://registry.yarnpkg.com/ini/-/ini-6.0.0.tgz + https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.1.0.tgz + https://registry.yarnpkg.com/ip-address/-/ip-address-10.1.0.tgz + https://registry.yarnpkg.com/is-array-buffer/-/is-array-buffer-3.0.5.tgz + https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz + https://registry.yarnpkg.com/is-async-function/-/is-async-function-2.1.1.tgz + https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.1.0.tgz + https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.2.2.tgz + https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.1.tgz + https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz + https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz + https://registry.yarnpkg.com/is-data-view/-/is-data-view-1.0.2.tgz + https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.1.0.tgz + https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz + https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz + https://registry.yarnpkg.com/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz + https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz + https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-5.1.0.tgz + https://registry.yarnpkg.com/is-generator-function/-/is-generator-function-1.1.2.tgz + https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz + https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz + https://registry.yarnpkg.com/is-map/-/is-map-2.0.3.tgz + https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.3.tgz + https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.1.1.tgz + https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz + https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz + https://registry.yarnpkg.com/is-regex/-/is-regex-1.2.1.tgz + https://registry.yarnpkg.com/is-set/-/is-set-2.0.3.tgz + https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz + https://registry.yarnpkg.com/is-string/-/is-string-1.1.1.tgz + https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.1.1.tgz + https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.15.tgz + https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz + https://registry.yarnpkg.com/is-weakmap/-/is-weakmap-2.0.2.tgz + https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.1.1.tgz + https://registry.yarnpkg.com/is-weakset/-/is-weakset-2.0.4.tgz + https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz + https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz + https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz + https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-4.0.10.tgz + https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-5.0.4.tgz + https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz + https://registry.yarnpkg.com/isexe/-/isexe-3.1.1.tgz + https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz + https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz + https://registry.yarnpkg.com/jake/-/jake-10.9.2.tgz + https://registry.yarnpkg.com/jiti/-/jiti-2.4.2.tgz + https://registry.yarnpkg.com/jiti/-/jiti-2.6.1.tgz + https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz + https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz + https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz + https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz + https://registry.yarnpkg.com/jsesc/-/jsesc-3.1.0.tgz + https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz + https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz + https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-5.0.0.tgz + https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz + https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz + https://registry.yarnpkg.com/json-schema-typed/-/json-schema-typed-8.0.1.tgz + https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz + https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.3.0.tgz + https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz + https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz + https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz + https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz + https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz + https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.1.tgz + https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz + https://registry.yarnpkg.com/jszip/-/jszip-3.10.1.tgz + https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz + https://registry.yarnpkg.com/klaw-sync/-/klaw-sync-6.0.0.tgz + https://registry.yarnpkg.com/knip/-/knip-5.70.2.tgz + https://registry.yarnpkg.com/lazy-val/-/lazy-val-1.0.5.tgz + https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz + https://registry.yarnpkg.com/lie/-/lie-3.3.0.tgz + https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz + https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.2.7.tgz + https://registry.yarnpkg.com/listr2/-/listr2-9.0.5.tgz + https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz + https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz + https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz + https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz + https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz + https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz + https://registry.yarnpkg.com/log-update/-/log-update-6.1.0.tgz + https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz + https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz + https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.2.tgz + https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz + https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz + https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-14.0.3.tgz + https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-15.0.3.tgz + https://registry.yarnpkg.com/matcher/-/matcher-3.0.0.tgz + https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz + https://registry.yarnpkg.com/matrix-web-i18n/-/matrix-web-i18n-3.4.0.tgz + https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz + https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz + https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz + https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz + https://registry.yarnpkg.com/mime/-/mime-2.6.0.tgz + https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz + https://registry.yarnpkg.com/mimic-function/-/mimic-function-5.0.1.tgz + https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz + https://registry.yarnpkg.com/mimic-response/-/mimic-response-3.1.0.tgz + https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz + https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz + https://registry.yarnpkg.com/minimatch/-/minimatch-10.1.1.tgz + https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz + https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz + https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz + https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz + https://registry.yarnpkg.com/minipass-collect/-/minipass-collect-2.0.1.tgz + https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-4.0.1.tgz + https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-5.0.0.tgz + https://registry.yarnpkg.com/minipass-flush/-/minipass-flush-1.0.5.tgz + https://registry.yarnpkg.com/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz + https://registry.yarnpkg.com/minipass-sized/-/minipass-sized-1.0.3.tgz + https://registry.yarnpkg.com/minipass/-/minipass-3.3.6.tgz + https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz + https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz + https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz + https://registry.yarnpkg.com/minizlib/-/minizlib-3.1.0.tgz + https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.6.tgz + https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz + https://registry.yarnpkg.com/mkdirp/-/mkdirp-3.0.1.tgz + https://registry.yarnpkg.com/module-details-from-path/-/module-details-from-path-1.0.4.tgz + https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz + https://registry.yarnpkg.com/nano-spawn/-/nano-spawn-2.0.0.tgz + https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz + https://registry.yarnpkg.com/negotiator/-/negotiator-1.0.0.tgz + https://registry.yarnpkg.com/node-abi/-/node-abi-4.24.0.tgz + https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-1.7.2.tgz + https://registry.yarnpkg.com/node-api-version/-/node-api-version-0.2.1.tgz + https://registry.yarnpkg.com/node-gyp/-/node-gyp-11.4.2.tgz + https://registry.yarnpkg.com/node-gyp/-/node-gyp-12.1.0.tgz + https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.26.tgz + https://registry.yarnpkg.com/nopt/-/nopt-8.1.0.tgz + https://registry.yarnpkg.com/nopt/-/nopt-9.0.0.tgz + https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz + https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz + https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-5.0.0.tgz + https://registry.yarnpkg.com/npm-install-checks/-/npm-install-checks-8.0.0.tgz + https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-5.0.0.tgz + https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-13.0.2.tgz + https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-10.0.3.tgz + https://registry.yarnpkg.com/npm-pick-manifest/-/npm-pick-manifest-11.0.3.tgz + https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-19.1.1.tgz + https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.4.tgz + https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz + https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.7.tgz + https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz + https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.3.tgz + https://registry.yarnpkg.com/object.values/-/object.values-1.2.1.tgz + https://registry.yarnpkg.com/once/-/once-1.4.0.tgz + https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz + https://registry.yarnpkg.com/onetime/-/onetime-7.0.0.tgz + https://registry.yarnpkg.com/open/-/open-7.4.2.tgz + https://registry.yarnpkg.com/optionator/-/optionator-0.9.4.tgz + https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz + https://registry.yarnpkg.com/own-keys/-/own-keys-1.0.1.tgz + https://registry.yarnpkg.com/oxc-resolver/-/oxc-resolver-11.14.0.tgz + https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-2.1.1.tgz + https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz + https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz + https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz + https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz + https://registry.yarnpkg.com/p-map/-/p-map-7.0.4.tgz + https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz + https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz + https://registry.yarnpkg.com/pacote/-/pacote-21.0.4.tgz + https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz + https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz + https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz + https://registry.yarnpkg.com/patch-package/-/patch-package-8.0.1.tgz + https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz + https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz + https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz + https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz + https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz + https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.1.tgz + https://registry.yarnpkg.com/pe-library/-/pe-library-0.4.1.tgz + https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz + https://registry.yarnpkg.com/pg-int8/-/pg-int8-1.0.1.tgz + https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.10.3.tgz + https://registry.yarnpkg.com/pg-types/-/pg-types-2.2.0.tgz + https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz + https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz + https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz + https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz + https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.57.0.tgz + https://registry.yarnpkg.com/playwright/-/playwright-1.57.0.tgz + https://registry.yarnpkg.com/plist/-/plist-3.1.0.tgz + https://registry.yarnpkg.com/pluralize/-/pluralize-8.0.0.tgz + https://registry.yarnpkg.com/pluralizers/-/pluralizers-0.1.7.tgz + https://registry.yarnpkg.com/png-to-ico/-/png-to-ico-3.0.1.tgz + https://registry.yarnpkg.com/pngjs/-/pngjs-7.0.0.tgz + https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz + https://registry.yarnpkg.com/postgres-array/-/postgres-array-2.0.0.tgz + https://registry.yarnpkg.com/postgres-bytea/-/postgres-bytea-1.0.0.tgz + https://registry.yarnpkg.com/postgres-date/-/postgres-date-1.0.7.tgz + https://registry.yarnpkg.com/postgres-interval/-/postgres-interval-1.2.0.tgz + https://registry.yarnpkg.com/postinstall-postinstall/-/postinstall-postinstall-2.1.0.tgz + https://registry.yarnpkg.com/postject/-/postject-1.0.0-alpha.6.tgz + https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz + https://registry.yarnpkg.com/prettier/-/prettier-3.7.0.tgz + https://registry.yarnpkg.com/proc-log/-/proc-log-5.0.0.tgz + https://registry.yarnpkg.com/proc-log/-/proc-log-6.0.0.tgz + https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz + https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz + https://registry.yarnpkg.com/promise-retry/-/promise-retry-2.0.1.tgz + https://registry.yarnpkg.com/pump/-/pump-3.0.2.tgz + https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz + https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz + https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz + https://registry.yarnpkg.com/read-binary-file-arch/-/read-binary-file-arch-1.0.6.tgz + https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz + https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz + https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.8.tgz + https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz + https://registry.yarnpkg.com/readdirp/-/readdirp-5.0.0.tgz + https://registry.yarnpkg.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz + https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.2.tgz + https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz + https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.27.tgz + https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz + https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-6.4.0.tgz + https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.8.0.tgz + https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.10.0.tgz + https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.13.0.tgz + https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz + https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz + https://registry.yarnpkg.com/require-in-the-middle/-/require-in-the-middle-7.5.2.tgz + https://registry.yarnpkg.com/resedit/-/resedit-1.7.2.tgz + https://registry.yarnpkg.com/resolve-alpn/-/resolve-alpn-1.2.1.tgz + https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz + https://registry.yarnpkg.com/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz + https://registry.yarnpkg.com/resolve/-/resolve-1.22.10.tgz + https://registry.yarnpkg.com/resolve/-/resolve-1.22.11.tgz + https://registry.yarnpkg.com/responselike/-/responselike-2.0.1.tgz + https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz + https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-5.1.0.tgz + https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz + https://registry.yarnpkg.com/reusify/-/reusify-1.1.0.tgz + https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz + https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz + https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz + https://registry.yarnpkg.com/rimraf/-/rimraf-6.1.2.tgz + https://registry.yarnpkg.com/roarr/-/roarr-2.15.4.tgz + https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz + https://registry.yarnpkg.com/safe-array-concat/-/safe-array-concat-1.1.3.tgz + https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz + https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz + https://registry.yarnpkg.com/safe-push-apply/-/safe-push-apply-1.0.0.tgz + https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.1.0.tgz + https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz + https://registry.yarnpkg.com/sanitize-filename/-/sanitize-filename-1.6.3.tgz + https://registry.yarnpkg.com/sax/-/sax-1.4.1.tgz + https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz + https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz + https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz + https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz + https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz + https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz + https://registry.yarnpkg.com/serialize-error/-/serialize-error-7.0.1.tgz + https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz + https://registry.yarnpkg.com/set-function-name/-/set-function-name-2.0.2.tgz + https://registry.yarnpkg.com/set-proto/-/set-proto-1.0.0.tgz + https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz + https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz + https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz + https://registry.yarnpkg.com/shimmer/-/shimmer-1.2.1.tgz + https://registry.yarnpkg.com/side-channel-list/-/side-channel-list-1.0.0.tgz + https://registry.yarnpkg.com/side-channel-map/-/side-channel-map-1.0.1.tgz + https://registry.yarnpkg.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz + https://registry.yarnpkg.com/side-channel/-/side-channel-1.1.0.tgz + https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz + https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz + https://registry.yarnpkg.com/sigstore/-/sigstore-4.0.0.tgz + https://registry.yarnpkg.com/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz + https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz + https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-3.0.0.tgz + https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-7.1.2.tgz + https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz + https://registry.yarnpkg.com/smol-toml/-/smol-toml-1.5.2.tgz + https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz + https://registry.yarnpkg.com/socks/-/socks-2.8.7.tgz + https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz + https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz + https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.2.0.tgz + https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz + https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz + https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.22.tgz + https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.3.tgz + https://registry.yarnpkg.com/ssri/-/ssri-12.0.0.tgz + https://registry.yarnpkg.com/ssri/-/ssri-13.0.0.tgz + https://registry.yarnpkg.com/stat-mode/-/stat-mode-1.0.0.tgz + https://registry.yarnpkg.com/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz + https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz + https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz + https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz + https://registry.yarnpkg.com/string-width/-/string-width-7.2.0.tgz + https://registry.yarnpkg.com/string-width/-/string-width-8.1.0.tgz + https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz + https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz + https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz + https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz + https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz + https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz + https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz + https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz + https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz + https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz + https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-5.0.3.tgz + https://registry.yarnpkg.com/stubborn-fs/-/stubborn-fs-1.2.5.tgz + https://registry.yarnpkg.com/sumchecker/-/sumchecker-3.0.1.tgz + https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz + https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz + https://registry.yarnpkg.com/tagged-tag/-/tagged-tag-1.0.0.tgz + https://registry.yarnpkg.com/tapable/-/tapable-2.3.0.tgz + https://registry.yarnpkg.com/tar/-/tar-6.2.1.tgz + https://registry.yarnpkg.com/tar/-/tar-7.5.2.tgz + https://registry.yarnpkg.com/temp-file/-/temp-file-3.4.0.tgz + https://registry.yarnpkg.com/temp/-/temp-0.9.4.tgz + https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz + https://registry.yarnpkg.com/tiny-async-pool/-/tiny-async-pool-1.3.0.tgz + https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz + https://registry.yarnpkg.com/tmp-promise/-/tmp-promise-3.0.3.tgz + https://registry.yarnpkg.com/tmp/-/tmp-0.2.5.tgz + https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz + https://registry.yarnpkg.com/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz + https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz + https://registry.yarnpkg.com/ts-declaration-location/-/ts-declaration-location-1.0.7.tgz + https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz + https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz + https://registry.yarnpkg.com/tsx/-/tsx-4.20.6.tgz + https://registry.yarnpkg.com/tuf-js/-/tuf-js-4.0.0.tgz + https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz + https://registry.yarnpkg.com/type-fest/-/type-fest-0.13.1.tgz + https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz + https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz + https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz + https://registry.yarnpkg.com/type-fest/-/type-fest-5.1.0.tgz + https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz + https://registry.yarnpkg.com/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz + https://registry.yarnpkg.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz + https://registry.yarnpkg.com/typed-array-length/-/typed-array-length-1.0.7.tgz + https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz + https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz + https://registry.yarnpkg.com/uint8array-extras/-/uint8array-extras-1.5.0.tgz + https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.1.0.tgz + https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz + https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz + https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz + https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.1.tgz + https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.2.0.tgz + https://registry.yarnpkg.com/unique-filename/-/unique-filename-4.0.0.tgz + https://registry.yarnpkg.com/unique-filename/-/unique-filename-5.0.0.tgz + https://registry.yarnpkg.com/unique-slug/-/unique-slug-5.0.0.tgz + https://registry.yarnpkg.com/unique-slug/-/unique-slug-6.0.0.tgz + https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz + https://registry.yarnpkg.com/universalify/-/universalify-2.0.1.tgz + https://registry.yarnpkg.com/untildify/-/untildify-3.0.3.tgz + https://registry.yarnpkg.com/unzip-crx-3/-/unzip-crx-3-0.2.0.tgz + https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz + https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz + https://registry.yarnpkg.com/utf8-byte-length/-/utf8-byte-length-1.0.5.tgz + https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz + https://registry.yarnpkg.com/uuid/-/uuid-13.0.0.tgz + https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz + https://registry.yarnpkg.com/validate-npm-package-name/-/validate-npm-package-name-7.0.0.tgz + https://registry.yarnpkg.com/verror/-/verror-1.10.1.tgz + https://registry.yarnpkg.com/walk-up-path/-/walk-up-path-4.0.0.tgz + https://registry.yarnpkg.com/walk/-/walk-2.3.15.tgz + https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz + https://registry.yarnpkg.com/when-exit/-/when-exit-2.1.4.tgz + https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz + https://registry.yarnpkg.com/which-builtin-type/-/which-builtin-type-1.2.1.tgz + https://registry.yarnpkg.com/which-collection/-/which-collection-1.0.2.tgz + https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.19.tgz + https://registry.yarnpkg.com/which/-/which-2.0.2.tgz + https://registry.yarnpkg.com/which/-/which-5.0.0.tgz + https://registry.yarnpkg.com/which/-/which-6.0.0.tgz + https://registry.yarnpkg.com/winreg/-/winreg-1.2.4.tgz + https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz + https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz + https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz + https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.2.tgz + https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz + https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-15.1.1.tgz + https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz + https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz + https://registry.yarnpkg.com/yaku/-/yaku-0.16.7.tgz + https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz + https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz + https://registry.yarnpkg.com/yallist/-/yallist-5.0.0.tgz + https://registry.yarnpkg.com/yaml/-/yaml-2.8.1.tgz + https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz + https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz + https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz + https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz + https://registry.yarnpkg.com/zod/-/zod-4.1.13.tgz +) " -RESTRICT="network-sandbox" #The setup script needs internet connection, including for yarn install +REPO="https://github.com/vector-im/element-desktop" +ELECTRON_SLOT_DEFAULT="38" +#ELEMENT_COMMIT_ID="ae245c9b1f06e79cec4829f8cd1555206b0ec8f2" +IUSE="electron-36 electron-37 electron-39 native-modules" -RDEPEND=" - !net-im/element-desktop-bin - >=app-accessibility/at-spi2-core-2.46.0 - app-crypt/libsecret - dev-db/sqlcipher - dev-libs/expat - dev-libs/nspr - dev-libs/nss - media-libs/alsa-lib - media-libs/mesa - net-libs/nodejs - net-print/cups - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3 - x11-libs/libdrm - x11-libs/libxcb - 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/libXScrnSaver - x11-libs/pango - emoji? ( media-fonts/noto-emoji ) -" -DEPEND=" - ${RDEPEND} +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="${REPO}.git" + EGIT_BRANCH="develop" + DOWNLOAD="" + IUSE+=" +build-online" +else + IUSE+=" build-online" + KEYWORDS="amd64 ~arm64 ~ppc64 ~x86" + DOWNLOAD="${REPO}/archive/" + if [ -z "$ELEMENT_COMMIT_ID" ] + then + DOWNLOAD+="v${PV}.tar.gz -> ${P}.tar.gz" + else + DOWNLOAD+="${ELEMENT_COMMIT_ID}.tar.gz -> ${PN}-${ELEMENT_COMMIT_ID}.tar.gz" + S="${WORKDIR}/${PN}-${ELEMENT_COMMIT_ID}" + fi +fi + +SRC_URI+="${DOWNLOAD}" + +RESTRICT="mirror build-online? ( network-sandbox )" +REQUIRED_USE=" + native-modules? ( build-online ) " -BDEPEND=" - sys-apps/yarn - >=net-libs/nodejs-22.18.0 + +COMMON_DEPEND=" + ~net-im/element-web-${PV} + native-modules? ( dev-db/sqlcipher ) + electron-36? ( dev-util/electron:36 ) + electron-37? ( dev-util/electron:37 ) + electron-39? ( dev-util/electron:39 ) + !electron-36? ( + !electron-37? ( + !electron-39? ( + dev-util/electron:${ELECTRON_SLOT_DEFAULT} + ) ) ) " -QA_PREBUILT=" - opt/Element/chrome-sandbox - opt/Element/libEGL.so - opt/Element/chrome_crashpad_handler - opt/Element/resources/app.asar.unpacked/node_modules/matrix-seshat/index.node - opt/Element/element-desktop - opt/Element/libffmpeg.so - opt/Element/libvulkan.so.1 - opt/Element/libGLESv2.so - opt/Element/libvk_swiftshader.so +RDEPEND="${COMMON_DEPEND} +" +DEPEND="${COMMON_DEPEND} " -ELEMENT_WEB_S="${WORKDIR}/element-web-${PV}" +BDEPEND=" + ${PYTHON_DEPS} + $(python_gen_any_dep ' + dev-python/setuptools[${PYTHON_USEDEP}] + ') + native-modules? ( || ( dev-lang/rust dev-lang/rust-bin ) ) + net-libs/nodejs + sys-apps/yarn +" -pkg_setup() { - rust_pkg_setup +python_check_deps() { + python_has_version "dev-python/setuptools[${PYTHON_USEDEP}]" } -src_prepare() { - default - pushd "${ELEMENT_WEB_S}" >/dev/null || die - yarn install || die - cp config.sample.json config.json || die - popd >/dev/null || die +#TODO: net-im/element-web -> runtime/buildtime dep - yarn install || die +src_unpack() { + if use electron-36; then + export ELECTRON_SLOT=36 + elif use electron-37; then + export ELECTRON_SLOT=37 + elif use electron-39; then + export ELECTRON_SLOT=39 + else + export ELECTRON_SLOT=$ELECTRON_SLOT_DEFAULT + fi + if [ -z "$ELEMENT_COMMIT_ID" ] + then + if [ -f "${DISTDIR}/${P}.tar.gz" ]; then + unpack "${P}".tar.gz || die + else + git-r3_src_unpack + fi + else + unpack "${PN}-${ELEMENT_COMMIT_ID}.tar.gz" || die + fi } src_compile() { - pushd "${ELEMENT_WEB_S}" >/dev/null || die - yarn build || die - popd >/dev/null || die + # OLD_PATH=$PATH + PATH="/usr/$(get_libdir)/electron-${ELECTRON_SLOT}/node_modules/npm/bin/node-gyp-bin:$PATH" + PATH="/usr/$(get_libdir)/electron-${ELECTRON_SLOT}/node_modules/npm/bin:$PATH" + PATH="/usr/$(get_libdir)/electron-${ELECTRON_SLOT}:$PATH" + PATH="${S}/node_modules/.bin:$PATH"; + export PATH + export CFLAGS="${CFLAGS} -I/usr/include/electron-${ELECTRON_SLOT}/node" + export CPPFLAGS="${CPPFLAGS} -I/usr/include/electron-${ELECTRON_SLOT}/node" + export ELECTRON_SKIP_BINARY_DOWNLOAD=1 + yarn config set disable-self-update-check true || die + yarn config set nodedir /usr/include/electron-${ELECTRON_SLOT}/node || die + # #! Until electron-builder >=22.11.5 + # yarn config set ignore-engines true || die - ln -s "${ELEMENT_WEB_S}"/webapp ./ || die - yarn build:native || die - # Use sed to temporarily fix upstream bug in app-builder-lib https://github.com/electron-userland/electron-builder/issues/9355 - sed -i 's/else if (isCi) {/else if (isCi.isCI) {/' node_modules/app-builder-lib/out/publish/PublishManager.js || die - yarn build || die -} + sed -i 's/electron-builder install-app-deps/true/' package.json || die -src_test() { - pushd "${ELEMENT_WEB_S}" >/dev/null || die - yarn test || die - popd >/dev/null || die + if ! use build-online; then + ONLINE_OFFLINE="--offline --frozen-lockfile" + yarn config set yarn-offline-mirror "${DISTDIR}" || die + fi - # Right now I can't figure out how to run playwright - # under virtx so this test is commented out - # Help will be appreciated, need to tell the browser - # to run without a proper gpu support - #virtx dbus-launch npx playwright test --ignore-snapshots --reporter html -} + einfo "Removing playwright from dependencies" + sed -i '/playwright":/d' package.json || die + einfo "Installing node_modules" + node /usr/bin/yarn install ${ONLINE_OFFLINE} --no-progress || die + + node node_modules/.bin/tsc || die + node node_modules/.bin/tsx scripts/copy-res.ts || die + + if use native-modules + then + node /usr/bin/yarn run build:native || die + fi + + # # Electron-Builder doesn't support ppc64 due to using precompiled binaries + # if ! use ppc64; then + # einfo "Editing ElectronFramework.js" + # sed -i 's/return unpack(options, createDownloadOpts.*$/return true;/' \ + # node_modules/app-builder-lib/out/electron/ElectronFramework.js || die + # sed -i 's/return beforeCopyExtraFiles(options);$/return true;/' \ + # node_modules/app-builder-lib/out/electron/ElectronFramework.js || die + + # #!Error: With electron's node: "Unknown argument" electron/electron#25379 + # #!Error: With electron's node: "Invalid package app.asar" + # /usr/bin/node node_modules/.bin/electron-builder --dir || die + # else + einfo "Manually preparing app.asar" + local distdir="dist/linux-unpacked/resources" + mkdir -p ${distdir}/node_modules || die + cp -r lib ${distdir} || die + # Copying yarn.lock allows freezing versions to the build versions + cp package.json yarn.lock ${distdir} || die + pushd ${distdir} &> /dev/null || die + node /usr/bin/yarn install ${ONLINE_OFFLINE} --production \ + --no-progress --frozen-lockfile || die + popd &> /dev/null || die + rm ${distdir}/yarn.lock || die + if use native-modules; then + cp -r .hak/hakModules/matrix-seshat ${distdir}/node_modules/ || die + fi + + einfo "Creating archive" + /usr/bin/node node_modules/@electron/asar/bin/asar.mjs pack ${distdir} ${distdir}/app.asar \ + --unpack-dir '{**/Release,**/matrix-seshat}' || die + # Remove unarchived copies of files (they are still in app.asar) + rm -r ${distdir}/node_modules || die + rm -r ${distdir}/lib || die + + cp -r build ${distdir} || die + # fi + + #cp -r /usr/share/element-web webapp + #rm -f webapp/config.json + #cp -f /etc/element-web/config.json webapp/config.json + #node node_modules/.bin/asar p webapp webapp.asar + #node node_modules/.bin/asar l webapp.asar + + # export PATH=${OLD_PATH} +} src_install() { - unpack dist/${PN}_${PV}_amd64.deb - tar -xvf data.tar.xz || die + insinto "/usr/$(get_libdir)/element-desktop" + + doins -r dist/linux-unpacked/resources/* + dosym ../../share/element-web /usr/$(get_libdir)/element-desktop/webapp + + exeinto "/usr/$(get_libdir)/element-desktop" + cp "${FILESDIR}/read_flags_file" dist/linux-unpacked/resources/element-desktop + sed -i "s|@ELECTRON@|element-desktop|" dist/linux-unpacked/resources/element-desktop + + echo "\"/usr/$(get_libdir)/electron-${ELECTRON_SLOT}/electron\" \ +/usr/$(get_libdir)/element-desktop/app.asar \"\${flags[@]}\" \"\$@\"" >> dist/linux-unpacked/resources/element-desktop + doexe dist/linux-unpacked/resources/element-desktop + dosym "/usr/$(get_libdir)/element-desktop/element-desktop" /usr/bin/element-desktop - ./node_modules/@electron/universal/node_modules/@electron/asar/bin/asar.js p webapp opt/Element/resources/webapp.asar || die - mv -n usr/share/doc/${PN} usr/share/doc/${PF} || die - gunzip usr/share/doc/${PF}/changelog.gz || die + # # Install icons + # local branding size + # for size in 16 24 48 64 96 128 256 512 ; do + # newicon -s ${size} "build/icons/${size}x${size}.png" \ + # element-desktop.png + # done - insinto / - doins -r usr - doins -r opt - local f - for f in ${QA_PREBUILT}; do - fperms +x "/${f}" - done - fperms u+s /opt/Element/chrome-sandbox + newicon build/icon.png element-desktop.png + + make_desktop_entry "/usr/bin/element-desktop" Element \ + "element-desktop" "Network;Chat" +} + +pkg_postrm() { + xdg_icon_cache_update + xdg_desktop_database_update +} - dosym ../../opt/Element/${PN} /usr/bin/${PN} - dosym ${PN} /usr/bin/riot-desktop +pkg_postinst() { + xdg_icon_cache_update + xdg_desktop_database_update } diff --git a/net-im/element-desktop/element-desktop-1.12.8.ebuild b/net-im/element-desktop/element-desktop-1.12.8.ebuild new file mode 100644 index 000000000000..bbc991dd1860 --- /dev/null +++ b/net-im/element-desktop/element-desktop-1.12.8.ebuild @@ -0,0 +1,1203 @@ +# Copyright 2009-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..14} ) + +inherit desktop flag-o-matic multilib python-any-r1 xdg-utils + +DESCRIPTION="A glossy Matrix collaboration client for desktop" +HOMEPAGE="https://element.io/" +LICENSE="Apache-2.0" +SLOT="0" +SRC_URI="!build-online? ( + https://registry.yarnpkg.com/7zip-bin/-/7zip-bin-5.2.0.tgz + https://registry.yarnpkg.com/@action-validator/cli/-/cli-0.6.0.tgz -> @action-validator-cli-0.6.0.tgz + https://registry.yarnpkg.com/@action-validator/core/-/core-0.6.0.tgz -> @action-validator-core-0.6.0.tgz + https://registry.yarnpkg.com/@apm-js-collab/code-transformer/-/code-transformer-0.8.2.tgz -> @apm-js-collab-code-transformer-0.8.2.tgz + https://registry.yarnpkg.com/@apm-js-collab/tracing-hooks/-/tracing-hooks-0.3.1.tgz -> @apm-js-collab-tracing-hooks-0.3.1.tgz + https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz -> @babel-code-frame-7.27.1.tgz + https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.5.tgz -> @babel-compat-data-7.28.5.tgz + https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz -> @babel-core-7.28.5.tgz + https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz -> @babel-generator-7.28.5.tgz + https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz -> @babel-helper-annotate-as-pure-7.27.3.tgz + https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz -> @babel-helper-compilation-targets-7.27.2.tgz + https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz -> @babel-helper-create-class-features-plugin-7.28.5.tgz + https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.28.5.tgz -> @babel-helper-create-regexp-features-plugin-7.28.5.tgz + https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.5.tgz -> @babel-helper-define-polyfill-provider-0.6.5.tgz + https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz -> @babel-helper-globals-7.28.0.tgz + https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz -> @babel-helper-member-expression-to-functions-7.28.5.tgz + https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz -> @babel-helper-module-imports-7.27.1.tgz + https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz -> @babel-helper-module-transforms-7.28.3.tgz + https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz -> @babel-helper-optimise-call-expression-7.27.1.tgz + https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz -> @babel-helper-plugin-utils-7.27.1.tgz + https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz -> @babel-helper-remap-async-to-generator-7.27.1.tgz + https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz -> @babel-helper-replace-supers-7.27.1.tgz + https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz -> @babel-helper-skip-transparent-expression-wrappers-7.27.1.tgz + https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz -> @babel-helper-string-parser-7.27.1.tgz + https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz -> @babel-helper-validator-identifier-7.27.1.tgz + https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz -> @babel-helper-validator-identifier-7.28.5.tgz + https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz -> @babel-helper-validator-option-7.27.1.tgz + https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.28.3.tgz -> @babel-helper-wrap-function-7.28.3.tgz + https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz -> @babel-helpers-7.28.4.tgz + https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz -> @babel-parser-7.28.4.tgz + https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz -> @babel-parser-7.28.5.tgz + https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz -> @babel-plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz + https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz -> @babel-plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz -> @babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz -> @babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.3.tgz -> @babel-plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.3.tgz + https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz -> @babel-plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz + https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.27.1.tgz -> @babel-plugin-syntax-import-assertions-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz -> @babel-plugin-syntax-import-attributes-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz -> @babel-plugin-syntax-jsx-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz -> @babel-plugin-syntax-typescript-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz -> @babel-plugin-syntax-unicode-sets-regex-7.18.6.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz -> @babel-plugin-transform-arrow-functions-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz -> @babel-plugin-transform-async-generator-functions-7.28.0.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz -> @babel-plugin-transform-async-to-generator-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.27.1.tgz -> @babel-plugin-transform-block-scoped-functions-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz -> @babel-plugin-transform-block-scoping-7.28.5.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz -> @babel-plugin-transform-class-properties-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz -> @babel-plugin-transform-class-static-block-7.28.3.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz -> @babel-plugin-transform-classes-7.28.4.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.27.1.tgz -> @babel-plugin-transform-computed-properties-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz -> @babel-plugin-transform-destructuring-7.28.5.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz -> @babel-plugin-transform-dotall-regex-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.27.1.tgz -> @babel-plugin-transform-duplicate-keys-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz -> @babel-plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.27.1.tgz -> @babel-plugin-transform-dynamic-import-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.28.0.tgz -> @babel-plugin-transform-explicit-resource-management-7.28.0.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz -> @babel-plugin-transform-exponentiation-operator-7.28.5.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz -> @babel-plugin-transform-export-namespace-from-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.27.1.tgz -> @babel-plugin-transform-for-of-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.27.1.tgz -> @babel-plugin-transform-function-name-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.27.1.tgz -> @babel-plugin-transform-json-strings-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.27.1.tgz -> @babel-plugin-transform-literals-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz -> @babel-plugin-transform-logical-assignment-operators-7.28.5.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.27.1.tgz -> @babel-plugin-transform-member-expression-literals-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.27.1.tgz -> @babel-plugin-transform-modules-amd-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz -> @babel-plugin-transform-modules-commonjs-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz -> @babel-plugin-transform-modules-systemjs-7.28.5.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.27.1.tgz -> @babel-plugin-transform-modules-umd-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.27.1.tgz -> @babel-plugin-transform-named-capturing-groups-regex-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.27.1.tgz -> @babel-plugin-transform-new-target-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz -> @babel-plugin-transform-nullish-coalescing-operator-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.27.1.tgz -> @babel-plugin-transform-numeric-separator-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz -> @babel-plugin-transform-object-rest-spread-7.28.4.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.27.1.tgz -> @babel-plugin-transform-object-super-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.27.1.tgz -> @babel-plugin-transform-optional-catch-binding-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz -> @babel-plugin-transform-optional-chaining-7.28.5.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz -> @babel-plugin-transform-parameters-7.27.7.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz -> @babel-plugin-transform-private-methods-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.27.1.tgz -> @babel-plugin-transform-private-property-in-object-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.27.1.tgz -> @babel-plugin-transform-property-literals-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz -> @babel-plugin-transform-regenerator-7.28.4.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.27.1.tgz -> @babel-plugin-transform-regexp-modifiers-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.27.1.tgz -> @babel-plugin-transform-reserved-words-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz -> @babel-plugin-transform-shorthand-properties-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.27.1.tgz -> @babel-plugin-transform-spread-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.27.1.tgz -> @babel-plugin-transform-sticky-regex-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz -> @babel-plugin-transform-template-literals-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.27.1.tgz -> @babel-plugin-transform-typeof-symbol-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz -> @babel-plugin-transform-typescript-7.28.5.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.27.1.tgz -> @babel-plugin-transform-unicode-escapes-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.27.1.tgz -> @babel-plugin-transform-unicode-property-regex-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz -> @babel-plugin-transform-unicode-regex-7.27.1.tgz + https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.27.1.tgz -> @babel-plugin-transform-unicode-sets-regex-7.27.1.tgz + https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.5.tgz -> @babel-preset-env-7.28.5.tgz + https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz -> @babel-preset-modules-0.1.6-no-external-plugins.tgz + https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz -> @babel-preset-typescript-7.28.5.tgz + https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz -> @babel-template-7.27.2.tgz + https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz -> @babel-traverse-7.28.4.tgz + https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz -> @babel-traverse-7.28.5.tgz + https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz -> @babel-types-7.28.5.tgz + https://registry.yarnpkg.com/@develar/schema-utils/-/schema-utils-2.6.5.tgz -> @develar-schema-utils-2.6.5.tgz + https://registry.yarnpkg.com/@electron/asar/-/asar-3.3.1.tgz -> @electron-asar-3.3.1.tgz + https://registry.yarnpkg.com/@electron/asar/-/asar-3.4.1.tgz -> @electron-asar-3.4.1.tgz + https://registry.yarnpkg.com/@electron/asar/-/asar-4.0.1.tgz -> @electron-asar-4.0.1.tgz + https://registry.yarnpkg.com/@electron/fuses/-/fuses-1.8.0.tgz -> @electron-fuses-1.8.0.tgz + https://registry.yarnpkg.com/@electron/get/-/get-2.0.3.tgz -> @electron-get-2.0.3.tgz + https://registry.yarnpkg.com/@electron/notarize/-/notarize-2.5.0.tgz -> @electron-notarize-2.5.0.tgz + https://registry.yarnpkg.com/@electron/osx-sign/-/osx-sign-1.3.3.tgz -> @electron-osx-sign-1.3.3.tgz + https://registry.yarnpkg.com/@electron/rebuild/-/rebuild-4.0.1.tgz -> @electron-rebuild-4.0.1.tgz + https://registry.yarnpkg.com/@electron/universal/-/universal-2.0.3.tgz -> @electron-universal-2.0.3.tgz + https://registry.yarnpkg.com/@electron/windows-sign/-/windows-sign-1.2.1.tgz -> @electron-windows-sign-1.2.1.tgz + https://registry.yarnpkg.com/@emnapi/core/-/core-1.7.1.tgz -> @emnapi-core-1.7.1.tgz + https://registry.yarnpkg.com/@emnapi/runtime/-/runtime-1.7.1.tgz -> @emnapi-runtime-1.7.1.tgz + https://registry.yarnpkg.com/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz -> @emnapi-wasi-threads-1.1.0.tgz + https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.27.1.tgz -> @esbuild-aix-ppc64-0.27.1.tgz + https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.27.1.tgz -> @esbuild-android-arm-0.27.1.tgz + https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.27.1.tgz -> @esbuild-android-arm64-0.27.1.tgz + https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.27.1.tgz -> @esbuild-android-x64-0.27.1.tgz + https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.27.1.tgz -> @esbuild-darwin-arm64-0.27.1.tgz + https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.27.1.tgz -> @esbuild-darwin-x64-0.27.1.tgz + https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.1.tgz -> @esbuild-freebsd-arm64-0.27.1.tgz + https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.27.1.tgz -> @esbuild-freebsd-x64-0.27.1.tgz + https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.27.1.tgz -> @esbuild-linux-arm-0.27.1.tgz + https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.27.1.tgz -> @esbuild-linux-arm64-0.27.1.tgz + https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.27.1.tgz -> @esbuild-linux-ia32-0.27.1.tgz + https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.27.1.tgz -> @esbuild-linux-loong64-0.27.1.tgz + https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.27.1.tgz -> @esbuild-linux-mips64el-0.27.1.tgz + https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.27.1.tgz -> @esbuild-linux-ppc64-0.27.1.tgz + https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.27.1.tgz -> @esbuild-linux-riscv64-0.27.1.tgz + https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.27.1.tgz -> @esbuild-linux-s390x-0.27.1.tgz + https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.27.1.tgz -> @esbuild-linux-x64-0.27.1.tgz + https://registry.yarnpkg.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.1.tgz -> @esbuild-netbsd-arm64-0.27.1.tgz + https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.27.1.tgz -> @esbuild-netbsd-x64-0.27.1.tgz + https://registry.yarnpkg.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.1.tgz -> @esbuild-openbsd-arm64-0.27.1.tgz + https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.27.1.tgz -> @esbuild-openbsd-x64-0.27.1.tgz + https://registry.yarnpkg.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.1.tgz -> @esbuild-openharmony-arm64-0.27.1.tgz + https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.27.1.tgz -> @esbuild-sunos-x64-0.27.1.tgz + https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.27.1.tgz -> @esbuild-win32-arm64-0.27.1.tgz + https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.27.1.tgz -> @esbuild-win32-ia32-0.27.1.tgz + https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.27.1.tgz -> @esbuild-win32-x64-0.27.1.tgz + https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz -> @eslint-community-eslint-utils-4.4.0.tgz + https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz -> @eslint-community-eslint-utils-4.9.0.tgz + https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz -> @eslint-community-regexpp-4.11.1.tgz + https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz -> @eslint-community-regexpp-4.12.1.tgz + https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz -> @eslint-community-regexpp-4.12.2.tgz + https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz -> @eslint-eslintrc-2.1.4.tgz + https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz -> @eslint-js-8.57.1.tgz + https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz -> @humanwhocodes-config-array-0.13.0.tgz + https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz -> @humanwhocodes-module-importer-1.0.1.tgz + https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz -> @humanwhocodes-object-schema-2.0.3.tgz + https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz -> @isaacs-balanced-match-4.0.1.tgz + https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz -> @isaacs-brace-expansion-5.0.0.tgz + https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz -> @isaacs-cliui-8.0.2.tgz + https://registry.yarnpkg.com/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz -> @isaacs-fs-minipass-4.0.1.tgz + https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz -> @jridgewell-gen-mapping-0.3.13.tgz + https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz -> @jridgewell-remapping-2.3.5.tgz + https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz -> @jridgewell-resolve-uri-3.1.2.tgz + https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz -> @jridgewell-sourcemap-codec-1.5.5.tgz + https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz -> @jridgewell-trace-mapping-0.3.31.tgz + https://registry.yarnpkg.com/@malept/cross-spawn-promise/-/cross-spawn-promise-2.0.0.tgz -> @malept-cross-spawn-promise-2.0.0.tgz + https://registry.yarnpkg.com/@malept/flatpak-bundler/-/flatpak-bundler-0.4.0.tgz -> @malept-flatpak-bundler-0.4.0.tgz + https://registry.yarnpkg.com/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.0.tgz -> @napi-rs-wasm-runtime-1.1.0.tgz + https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz -> @nodelib-fs.scandir-2.1.5.tgz + https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz -> @nodelib-fs.stat-2.0.5.tgz + https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz -> @nodelib-fs.walk-1.2.8.tgz + https://registry.yarnpkg.com/@npmcli/agent/-/agent-3.0.0.tgz -> @npmcli-agent-3.0.0.tgz + https://registry.yarnpkg.com/@npmcli/agent/-/agent-4.0.0.tgz -> @npmcli-agent-4.0.0.tgz + https://registry.yarnpkg.com/@npmcli/fs/-/fs-4.0.0.tgz -> @npmcli-fs-4.0.0.tgz + https://registry.yarnpkg.com/@npmcli/fs/-/fs-5.0.0.tgz -> @npmcli-fs-5.0.0.tgz + https://registry.yarnpkg.com/@npmcli/git/-/git-7.0.1.tgz -> @npmcli-git-7.0.1.tgz + https://registry.yarnpkg.com/@npmcli/installed-package-contents/-/installed-package-contents-4.0.0.tgz -> @npmcli-installed-package-contents-4.0.0.tgz + https://registry.yarnpkg.com/@npmcli/node-gyp/-/node-gyp-5.0.0.tgz -> @npmcli-node-gyp-5.0.0.tgz + https://registry.yarnpkg.com/@npmcli/package-json/-/package-json-7.0.4.tgz -> @npmcli-package-json-7.0.4.tgz + https://registry.yarnpkg.com/@npmcli/promise-spawn/-/promise-spawn-9.0.1.tgz -> @npmcli-promise-spawn-9.0.1.tgz + https://registry.yarnpkg.com/@npmcli/redact/-/redact-4.0.0.tgz -> @npmcli-redact-4.0.0.tgz + https://registry.yarnpkg.com/@npmcli/run-script/-/run-script-10.0.3.tgz -> @npmcli-run-script-10.0.3.tgz + https://registry.yarnpkg.com/@opentelemetry/api-logs/-/api-logs-0.208.0.tgz -> @opentelemetry-api-logs-0.208.0.tgz + https://registry.yarnpkg.com/@opentelemetry/api/-/api-1.9.0.tgz -> @opentelemetry-api-1.9.0.tgz + https://registry.yarnpkg.com/@opentelemetry/context-async-hooks/-/context-async-hooks-2.2.0.tgz -> @opentelemetry-context-async-hooks-2.2.0.tgz + https://registry.yarnpkg.com/@opentelemetry/core/-/core-2.2.0.tgz -> @opentelemetry-core-2.2.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.55.0.tgz -> @opentelemetry-instrumentation-amqplib-0.55.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-connect/-/instrumentation-connect-0.52.0.tgz -> @opentelemetry-instrumentation-connect-0.52.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-dataloader/-/instrumentation-dataloader-0.26.0.tgz -> @opentelemetry-instrumentation-dataloader-0.26.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-express/-/instrumentation-express-0.57.0.tgz -> @opentelemetry-instrumentation-express-0.57.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-fs/-/instrumentation-fs-0.28.0.tgz -> @opentelemetry-instrumentation-fs-0.28.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-generic-pool/-/instrumentation-generic-pool-0.52.0.tgz -> @opentelemetry-instrumentation-generic-pool-0.52.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-graphql/-/instrumentation-graphql-0.56.0.tgz -> @opentelemetry-instrumentation-graphql-0.56.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-hapi/-/instrumentation-hapi-0.55.0.tgz -> @opentelemetry-instrumentation-hapi-0.55.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-http/-/instrumentation-http-0.208.0.tgz -> @opentelemetry-instrumentation-http-0.208.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-ioredis/-/instrumentation-ioredis-0.56.0.tgz -> @opentelemetry-instrumentation-ioredis-0.56.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-kafkajs/-/instrumentation-kafkajs-0.18.0.tgz -> @opentelemetry-instrumentation-kafkajs-0.18.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-knex/-/instrumentation-knex-0.53.0.tgz -> @opentelemetry-instrumentation-knex-0.53.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-koa/-/instrumentation-koa-0.57.0.tgz -> @opentelemetry-instrumentation-koa-0.57.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-lru-memoizer/-/instrumentation-lru-memoizer-0.53.0.tgz -> @opentelemetry-instrumentation-lru-memoizer-0.53.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-mongodb/-/instrumentation-mongodb-0.61.0.tgz -> @opentelemetry-instrumentation-mongodb-0.61.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-mongoose/-/instrumentation-mongoose-0.55.0.tgz -> @opentelemetry-instrumentation-mongoose-0.55.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-mysql/-/instrumentation-mysql-0.54.0.tgz -> @opentelemetry-instrumentation-mysql-0.54.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-mysql2/-/instrumentation-mysql2-0.55.0.tgz -> @opentelemetry-instrumentation-mysql2-0.55.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-pg/-/instrumentation-pg-0.61.0.tgz -> @opentelemetry-instrumentation-pg-0.61.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-redis/-/instrumentation-redis-0.57.0.tgz -> @opentelemetry-instrumentation-redis-0.57.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-tedious/-/instrumentation-tedious-0.27.0.tgz -> @opentelemetry-instrumentation-tedious-0.27.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation-undici/-/instrumentation-undici-0.19.0.tgz -> @opentelemetry-instrumentation-undici-0.19.0.tgz + https://registry.yarnpkg.com/@opentelemetry/instrumentation/-/instrumentation-0.208.0.tgz -> @opentelemetry-instrumentation-0.208.0.tgz + https://registry.yarnpkg.com/@opentelemetry/redis-common/-/redis-common-0.38.2.tgz -> @opentelemetry-redis-common-0.38.2.tgz + https://registry.yarnpkg.com/@opentelemetry/resources/-/resources-2.2.0.tgz -> @opentelemetry-resources-2.2.0.tgz + https://registry.yarnpkg.com/@opentelemetry/sdk-trace-base/-/sdk-trace-base-2.2.0.tgz -> @opentelemetry-sdk-trace-base-2.2.0.tgz + https://registry.yarnpkg.com/@opentelemetry/semantic-conventions/-/semantic-conventions-1.38.0.tgz -> @opentelemetry-semantic-conventions-1.38.0.tgz + https://registry.yarnpkg.com/@opentelemetry/sql-common/-/sql-common-0.41.2.tgz -> @opentelemetry-sql-common-0.41.2.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-android-arm-eabi/-/binding-android-arm-eabi-11.15.0.tgz -> @oxc-resolver-binding-android-arm-eabi-11.15.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-android-arm64/-/binding-android-arm64-11.15.0.tgz -> @oxc-resolver-binding-android-arm64-11.15.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-darwin-arm64/-/binding-darwin-arm64-11.15.0.tgz -> @oxc-resolver-binding-darwin-arm64-11.15.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-darwin-x64/-/binding-darwin-x64-11.15.0.tgz -> @oxc-resolver-binding-darwin-x64-11.15.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-freebsd-x64/-/binding-freebsd-x64-11.15.0.tgz -> @oxc-resolver-binding-freebsd-x64-11.15.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-11.15.0.tgz -> @oxc-resolver-binding-linux-arm-gnueabihf-11.15.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-11.15.0.tgz -> @oxc-resolver-binding-linux-arm-musleabihf-11.15.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-11.15.0.tgz -> @oxc-resolver-binding-linux-arm64-gnu-11.15.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-linux-arm64-musl/-/binding-linux-arm64-musl-11.15.0.tgz -> @oxc-resolver-binding-linux-arm64-musl-11.15.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-11.15.0.tgz -> @oxc-resolver-binding-linux-ppc64-gnu-11.15.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-11.15.0.tgz -> @oxc-resolver-binding-linux-riscv64-gnu-11.15.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-11.15.0.tgz -> @oxc-resolver-binding-linux-riscv64-musl-11.15.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-11.15.0.tgz -> @oxc-resolver-binding-linux-s390x-gnu-11.15.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-linux-x64-gnu/-/binding-linux-x64-gnu-11.15.0.tgz -> @oxc-resolver-binding-linux-x64-gnu-11.15.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-linux-x64-musl/-/binding-linux-x64-musl-11.15.0.tgz -> @oxc-resolver-binding-linux-x64-musl-11.15.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-openharmony-arm64/-/binding-openharmony-arm64-11.15.0.tgz -> @oxc-resolver-binding-openharmony-arm64-11.15.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-wasm32-wasi/-/binding-wasm32-wasi-11.15.0.tgz -> @oxc-resolver-binding-wasm32-wasi-11.15.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-11.15.0.tgz -> @oxc-resolver-binding-win32-arm64-msvc-11.15.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-11.15.0.tgz -> @oxc-resolver-binding-win32-ia32-msvc-11.15.0.tgz + https://registry.yarnpkg.com/@oxc-resolver/binding-win32-x64-msvc/-/binding-win32-x64-msvc-11.15.0.tgz -> @oxc-resolver-binding-win32-x64-msvc-11.15.0.tgz + https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz -> @pkgjs-parseargs-0.11.0.tgz + https://registry.yarnpkg.com/@playwright/test/-/test-1.57.0.tgz -> @playwright-test-1.57.0.tgz + https://registry.yarnpkg.com/@prisma/instrumentation/-/instrumentation-6.19.0.tgz -> @prisma-instrumentation-6.19.0.tgz + https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz -> @rtsao-scc-1.1.0.tgz + https://registry.yarnpkg.com/@sentry-internal/browser-utils/-/browser-utils-10.27.0.tgz -> @sentry-internal-browser-utils-10.27.0.tgz + https://registry.yarnpkg.com/@sentry-internal/feedback/-/feedback-10.27.0.tgz -> @sentry-internal-feedback-10.27.0.tgz + https://registry.yarnpkg.com/@sentry-internal/replay-canvas/-/replay-canvas-10.27.0.tgz -> @sentry-internal-replay-canvas-10.27.0.tgz + https://registry.yarnpkg.com/@sentry-internal/replay/-/replay-10.27.0.tgz -> @sentry-internal-replay-10.27.0.tgz + https://registry.yarnpkg.com/@sentry/browser/-/browser-10.27.0.tgz -> @sentry-browser-10.27.0.tgz + https://registry.yarnpkg.com/@sentry/core/-/core-10.27.0.tgz -> @sentry-core-10.27.0.tgz + https://registry.yarnpkg.com/@sentry/electron/-/electron-7.4.0.tgz -> @sentry-electron-7.4.0.tgz + https://registry.yarnpkg.com/@sentry/node-core/-/node-core-10.27.0.tgz -> @sentry-node-core-10.27.0.tgz + https://registry.yarnpkg.com/@sentry/node/-/node-10.27.0.tgz -> @sentry-node-10.27.0.tgz + https://registry.yarnpkg.com/@sentry/opentelemetry/-/opentelemetry-10.27.0.tgz -> @sentry-opentelemetry-10.27.0.tgz + https://registry.yarnpkg.com/@sigstore/bundle/-/bundle-4.0.0.tgz -> @sigstore-bundle-4.0.0.tgz + https://registry.yarnpkg.com/@sigstore/core/-/core-3.0.0.tgz -> @sigstore-core-3.0.0.tgz + https://registry.yarnpkg.com/@sigstore/protobuf-specs/-/protobuf-specs-0.5.0.tgz -> @sigstore-protobuf-specs-0.5.0.tgz + https://registry.yarnpkg.com/@sigstore/sign/-/sign-4.0.1.tgz -> @sigstore-sign-4.0.1.tgz + https://registry.yarnpkg.com/@sigstore/tuf/-/tuf-4.0.0.tgz -> @sigstore-tuf-4.0.0.tgz + https://registry.yarnpkg.com/@sigstore/verify/-/verify-3.0.0.tgz -> @sigstore-verify-3.0.0.tgz + https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz -> @sindresorhus-is-4.6.0.tgz + https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-5.6.1.tgz -> @stylistic-eslint-plugin-5.6.1.tgz + https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-4.0.6.tgz -> @szmarczak-http-timer-4.0.6.tgz + https://registry.yarnpkg.com/@tufjs/canonical-json/-/canonical-json-2.0.0.tgz -> @tufjs-canonical-json-2.0.0.tgz + https://registry.yarnpkg.com/@tufjs/models/-/models-4.0.0.tgz -> @tufjs-models-4.0.0.tgz + https://registry.yarnpkg.com/@tybys/wasm-util/-/wasm-util-0.10.1.tgz -> @tybys-wasm-util-0.10.1.tgz + https://registry.yarnpkg.com/@types/auto-launch/-/auto-launch-5.0.5.tgz -> @types-auto-launch-5.0.5.tgz + https://registry.yarnpkg.com/@types/cacheable-request/-/cacheable-request-6.0.3.tgz -> @types-cacheable-request-6.0.3.tgz + https://registry.yarnpkg.com/@types/connect/-/connect-3.4.38.tgz -> @types-connect-3.4.38.tgz + https://registry.yarnpkg.com/@types/counterpart/-/counterpart-0.18.4.tgz -> @types-counterpart-0.18.4.tgz + https://registry.yarnpkg.com/@types/debug/-/debug-4.1.12.tgz -> @types-debug-4.1.12.tgz + https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.13.tgz -> @types-fs-extra-9.0.13.tgz + https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz -> @types-http-cache-semantics-4.0.4.tgz + https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz -> @types-json5-0.0.29.tgz + https://registry.yarnpkg.com/@types/keyv/-/keyv-3.1.4.tgz -> @types-keyv-3.1.4.tgz + https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.5.tgz -> @types-minimist-1.2.5.tgz + https://registry.yarnpkg.com/@types/ms/-/ms-2.1.0.tgz -> @types-ms-2.1.0.tgz + https://registry.yarnpkg.com/@types/mysql/-/mysql-2.15.27.tgz -> @types-mysql-2.15.27.tgz + https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.11.tgz -> @types-node-fetch-2.6.11.tgz + https://registry.yarnpkg.com/@types/node/-/node-18.19.130.tgz -> @types-node-18.19.130.tgz + https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz -> @types-normalize-package-data-2.4.4.tgz + https://registry.yarnpkg.com/@types/npm-package-arg/-/npm-package-arg-6.1.4.tgz -> @types-npm-package-arg-6.1.4.tgz + https://registry.yarnpkg.com/@types/npm-registry-fetch/-/npm-registry-fetch-8.0.7.tgz -> @types-npm-registry-fetch-8.0.7.tgz + https://registry.yarnpkg.com/@types/npmlog/-/npmlog-7.0.0.tgz -> @types-npmlog-7.0.0.tgz + https://registry.yarnpkg.com/@types/pacote/-/pacote-11.1.8.tgz -> @types-pacote-11.1.8.tgz + https://registry.yarnpkg.com/@types/pg-pool/-/pg-pool-2.0.6.tgz -> @types-pg-pool-2.0.6.tgz + https://registry.yarnpkg.com/@types/pg/-/pg-8.15.6.tgz -> @types-pg-8.15.6.tgz + https://registry.yarnpkg.com/@types/plist/-/plist-3.0.5.tgz -> @types-plist-3.0.5.tgz + https://registry.yarnpkg.com/@types/responselike/-/responselike-1.0.3.tgz -> @types-responselike-1.0.3.tgz + https://registry.yarnpkg.com/@types/ssri/-/ssri-7.1.5.tgz -> @types-ssri-7.1.5.tgz + https://registry.yarnpkg.com/@types/tedious/-/tedious-4.0.14.tgz -> @types-tedious-4.0.14.tgz + https://registry.yarnpkg.com/@types/verror/-/verror-1.10.10.tgz -> @types-verror-1.10.10.tgz + https://registry.yarnpkg.com/@types/yauzl/-/yauzl-2.10.3.tgz -> @types-yauzl-2.10.3.tgz + https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.49.0.tgz -> @typescript-eslint-eslint-plugin-8.49.0.tgz + https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.49.0.tgz -> @typescript-eslint-parser-8.49.0.tgz + https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.49.0.tgz -> @typescript-eslint-project-service-8.49.0.tgz + https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.49.0.tgz -> @typescript-eslint-scope-manager-8.49.0.tgz + https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.49.0.tgz -> @typescript-eslint-tsconfig-utils-8.49.0.tgz + https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.49.0.tgz -> @typescript-eslint-type-utils-8.49.0.tgz + https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.48.0.tgz -> @typescript-eslint-types-8.48.0.tgz + https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.49.0.tgz -> @typescript-eslint-types-8.49.0.tgz + https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.49.0.tgz -> @typescript-eslint-typescript-estree-8.49.0.tgz + https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.49.0.tgz -> @typescript-eslint-utils-8.49.0.tgz + https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.49.0.tgz -> @typescript-eslint-visitor-keys-8.49.0.tgz + https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz -> @ungap-structured-clone-1.2.0.tgz + https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.10.tgz -> @xmldom-xmldom-0.8.10.tgz + https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz -> @yarnpkg-lockfile-1.1.0.tgz + https://registry.yarnpkg.com/abbrev/-/abbrev-3.0.1.tgz + https://registry.yarnpkg.com/abbrev/-/abbrev-4.0.0.tgz + https://registry.yarnpkg.com/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz + https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz + https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz + https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz + https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.4.tgz + https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-3.0.1.tgz + https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz + https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz + https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz + https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-7.2.0.tgz + https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz + https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.2.2.tgz + https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz + https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.3.tgz + https://registry.yarnpkg.com/app-builder-bin/-/app-builder-bin-5.0.0-alpha.12.tgz + https://registry.yarnpkg.com/app-builder-lib/-/app-builder-lib-26.2.0.tgz + https://registry.yarnpkg.com/applescript/-/applescript-1.0.0.tgz + https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz + https://registry.yarnpkg.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz + https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.9.tgz + https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz + https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz + https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz + https://registry.yarnpkg.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz + https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz + https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz + https://registry.yarnpkg.com/async-exit-hook/-/async-exit-hook-2.0.1.tgz + https://registry.yarnpkg.com/async-function/-/async-function-1.0.0.tgz + https://registry.yarnpkg.com/async/-/async-3.2.6.tgz + https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz + https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz + https://registry.yarnpkg.com/atomically/-/atomically-2.0.3.tgz + https://registry.yarnpkg.com/auto-launch/-/auto-launch-5.0.6.tgz + https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz + https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz + https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.13.0.tgz + https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.5.tgz + https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz + https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz + https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.8.16.tgz + https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.8.20.tgz + https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz + https://registry.yarnpkg.com/boolean/-/boolean-3.2.0.tgz + https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.12.tgz + https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz + https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz + https://registry.yarnpkg.com/browserslist/-/browserslist-4.26.3.tgz + https://registry.yarnpkg.com/browserslist/-/browserslist-4.27.0.tgz + https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz + https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz + https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz + https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-9.5.0.tgz + https://registry.yarnpkg.com/builder-util/-/builder-util-26.1.0.tgz + https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz + https://registry.yarnpkg.com/cacache/-/cacache-19.0.1.tgz + https://registry.yarnpkg.com/cacache/-/cacache-20.0.3.tgz + https://registry.yarnpkg.com/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz + https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-7.0.4.tgz + https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz + https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.8.tgz + https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.4.tgz + https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz + https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001750.tgz + https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001751.tgz + https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz + https://registry.yarnpkg.com/chalk/-/chalk-5.2.0.tgz + https://registry.yarnpkg.com/chokidar/-/chokidar-5.0.0.tgz + https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz + https://registry.yarnpkg.com/chownr/-/chownr-3.0.0.tgz + https://registry.yarnpkg.com/chromium-pickle-js/-/chromium-pickle-js-0.2.0.tgz + https://registry.yarnpkg.com/ci-info/-/ci-info-3.9.0.tgz + https://registry.yarnpkg.com/ci-info/-/ci-info-4.2.0.tgz + https://registry.yarnpkg.com/ci-info/-/ci-info-4.3.1.tgz + https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.4.3.tgz + https://registry.yarnpkg.com/clean-regexp/-/clean-regexp-1.0.0.tgz + https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz + https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-5.0.0.tgz + https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz + https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-2.1.0.tgz + https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-5.1.1.tgz + https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz + https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.3.tgz + https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz + https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz + https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz + https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz + https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz + https://registry.yarnpkg.com/commander/-/commander-13.1.0.tgz + https://registry.yarnpkg.com/commander/-/commander-14.0.2.tgz + https://registry.yarnpkg.com/commander/-/commander-5.1.0.tgz + https://registry.yarnpkg.com/commander/-/commander-9.5.0.tgz + https://registry.yarnpkg.com/compare-version/-/compare-version-0.1.2.tgz + https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz + https://registry.yarnpkg.com/conf/-/conf-15.0.2.tgz + https://registry.yarnpkg.com/config-file-ts/-/config-file-ts-0.2.8-rc1.tgz + https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz + https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.46.0.tgz + https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz + https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz + https://registry.yarnpkg.com/counterpart/-/counterpart-0.18.6.tgz + https://registry.yarnpkg.com/crc/-/crc-3.8.0.tgz + https://registry.yarnpkg.com/cross-dirname/-/cross-dirname-0.1.0.tgz + https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz + https://registry.yarnpkg.com/data-view-buffer/-/data-view-buffer-1.0.2.tgz + https://registry.yarnpkg.com/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz + https://registry.yarnpkg.com/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz + https://registry.yarnpkg.com/date-names/-/date-names-0.1.13.tgz + https://registry.yarnpkg.com/debounce-fn/-/debounce-fn-6.0.0.tgz + https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz + https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz + https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz + https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz + https://registry.yarnpkg.com/decompress-response/-/decompress-response-6.0.0.tgz + https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz + https://registry.yarnpkg.com/defaults/-/defaults-1.0.4.tgz + https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-2.0.1.tgz + https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.4.tgz + https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.1.tgz + https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz + https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.1.2.tgz + https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz + https://registry.yarnpkg.com/dir-compare/-/dir-compare-4.2.0.tgz + https://registry.yarnpkg.com/dmg-builder/-/dmg-builder-26.2.0.tgz + https://registry.yarnpkg.com/dmg-license/-/dmg-license-1.0.11.tgz + https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz + https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz + https://registry.yarnpkg.com/dot-prop/-/dot-prop-10.1.0.tgz + https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-11.0.7.tgz + https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.7.tgz + https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz + https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz + https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz + https://registry.yarnpkg.com/electron-builder-squirrel-windows/-/electron-builder-squirrel-windows-26.2.0.tgz + https://registry.yarnpkg.com/electron-builder/-/electron-builder-26.2.0.tgz + https://registry.yarnpkg.com/electron-devtools-installer/-/electron-devtools-installer-4.0.0.tgz + https://registry.yarnpkg.com/electron-publish/-/electron-publish-26.1.0.tgz + https://registry.yarnpkg.com/electron-store/-/electron-store-11.0.2.tgz + https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.237.tgz + https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.241.tgz + https://registry.yarnpkg.com/electron-window-state/-/electron-window-state-5.0.3.tgz + https://registry.yarnpkg.com/electron-winstaller/-/electron-winstaller-5.4.0.tgz + https://registry.yarnpkg.com/electron/-/electron-39.2.6.tgz + https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-10.6.0.tgz + https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz + https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz + https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz + https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz + https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz + https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz + https://registry.yarnpkg.com/env-paths/-/env-paths-3.0.0.tgz + https://registry.yarnpkg.com/environment/-/environment-1.1.0.tgz + https://registry.yarnpkg.com/err-code/-/err-code-2.0.3.tgz + https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.4.tgz + https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.24.0.tgz + https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.1.tgz + https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz + https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz + https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz + https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz + https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.3.0.tgz + https://registry.yarnpkg.com/es6-error/-/es6-error-4.1.1.tgz + https://registry.yarnpkg.com/esbuild/-/esbuild-0.27.1.tgz + https://registry.yarnpkg.com/escalade/-/escalade-3.2.0.tgz + https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz + https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz + https://registry.yarnpkg.com/eslint-compat-utils/-/eslint-compat-utils-0.5.1.tgz + https://registry.yarnpkg.com/eslint-config-google/-/eslint-config-google-0.14.0.tgz + https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz + https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz + https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz + https://registry.yarnpkg.com/eslint-plugin-es-x/-/eslint-plugin-es-x-7.8.0.tgz + https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz + https://registry.yarnpkg.com/eslint-plugin-matrix-org/-/eslint-plugin-matrix-org-3.0.0.tgz + https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.23.1.tgz + https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-56.0.1.tgz + https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz + https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz + https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz + https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz + https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz + https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz + https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz + https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz + https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz + https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz + https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-5.0.1.tgz + https://registry.yarnpkg.com/except/-/except-0.1.3.tgz + https://registry.yarnpkg.com/exponential-backoff/-/exponential-backoff-3.1.3.tgz + https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz + https://registry.yarnpkg.com/extract-zip/-/extract-zip-2.0.1.tgz + https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.1.tgz + https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz + https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz + https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz + https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz + https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.6.tgz + https://registry.yarnpkg.com/fastq/-/fastq-1.19.1.tgz + https://registry.yarnpkg.com/fd-package-json/-/fd-package-json-2.0.0.tgz + https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz + https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz + https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz + https://registry.yarnpkg.com/filelist/-/filelist-1.0.4.tgz + https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz + https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz + https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz + https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz + https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz + https://registry.yarnpkg.com/flatted/-/flatted-3.3.1.tgz + https://registry.yarnpkg.com/for-each/-/for-each-0.3.5.tgz + https://registry.yarnpkg.com/foreachasync/-/foreachasync-3.0.0.tgz + https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz + https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz + https://registry.yarnpkg.com/formatly/-/formatly-0.3.0.tgz + https://registry.yarnpkg.com/forwarded-parse/-/forwarded-parse-2.1.2.tgz + https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz + https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.0.tgz + https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz + https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz + https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz + https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz + https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-3.0.3.tgz + https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz + https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz + https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz + https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz + https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.8.tgz + https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz + https://registry.yarnpkg.com/generator-function/-/generator-function-2.0.1.tgz + https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz + https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz + https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz + https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz + https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz + https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz + https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.1.0.tgz + https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.12.0.tgz + https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.13.0.tgz + https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz + https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz + https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz + https://registry.yarnpkg.com/glob/-/glob-10.5.0.tgz + https://registry.yarnpkg.com/glob/-/glob-11.1.0.tgz + https://registry.yarnpkg.com/glob/-/glob-13.0.0.tgz + https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz + https://registry.yarnpkg.com/global-agent/-/global-agent-3.0.0.tgz + https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz + https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz + https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz + https://registry.yarnpkg.com/globrex/-/globrex-0.1.2.tgz + https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz + https://registry.yarnpkg.com/got/-/got-11.8.6.tgz + https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz + https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz + https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.1.0.tgz + https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz + https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz + https://registry.yarnpkg.com/has-proto/-/has-proto-1.2.0.tgz + https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz + https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz + https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz + https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz + https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.1.0.tgz + https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-9.0.2.tgz + https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz + https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz + https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz + https://registry.yarnpkg.com/http2-wrapper/-/http2-wrapper-1.0.3.tgz + https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz + https://registry.yarnpkg.com/husky/-/husky-9.1.7.tgz + https://registry.yarnpkg.com/iconv-corefoundation/-/iconv-corefoundation-1.1.7.tgz + https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz + https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz + https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-8.0.0.tgz + https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz + https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz + https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz + https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz + https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-2.0.0.tgz + https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz + https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz + https://registry.yarnpkg.com/indexof/-/indexof-0.0.1.tgz + https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz + https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz + https://registry.yarnpkg.com/ini/-/ini-6.0.0.tgz + https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.1.0.tgz + https://registry.yarnpkg.com/ip-address/-/ip-address-10.1.0.tgz + https://registry.yarnpkg.com/is-array-buffer/-/is-array-buffer-3.0.5.tgz + https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz + https://registry.yarnpkg.com/is-async-function/-/is-async-function-2.1.1.tgz + https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.1.0.tgz + https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.2.2.tgz + https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.1.tgz + https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz + https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz + https://registry.yarnpkg.com/is-data-view/-/is-data-view-1.0.2.tgz + https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.1.0.tgz + https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz + https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz + https://registry.yarnpkg.com/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz + https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz + https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-5.1.0.tgz + https://registry.yarnpkg.com/is-generator-function/-/is-generator-function-1.1.2.tgz + https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz + https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz + https://registry.yarnpkg.com/is-map/-/is-map-2.0.3.tgz + https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.3.tgz + https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.1.1.tgz + https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz + https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz + https://registry.yarnpkg.com/is-regex/-/is-regex-1.2.1.tgz + https://registry.yarnpkg.com/is-set/-/is-set-2.0.3.tgz + https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz + https://registry.yarnpkg.com/is-string/-/is-string-1.1.1.tgz + https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.1.1.tgz + https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.15.tgz + https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz + https://registry.yarnpkg.com/is-weakmap/-/is-weakmap-2.0.2.tgz + https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.1.1.tgz + https://registry.yarnpkg.com/is-weakset/-/is-weakset-2.0.4.tgz + https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz + https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz + https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz + https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-4.0.10.tgz + https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-5.0.4.tgz + https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz + https://registry.yarnpkg.com/isexe/-/isexe-3.1.1.tgz + https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz + https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz + https://registry.yarnpkg.com/jake/-/jake-10.9.2.tgz + https://registry.yarnpkg.com/jiti/-/jiti-2.4.2.tgz + https://registry.yarnpkg.com/jiti/-/jiti-2.6.1.tgz + https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz + https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz + https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz + https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz + https://registry.yarnpkg.com/jsesc/-/jsesc-3.1.0.tgz + https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz + https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz + https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-5.0.0.tgz + https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz + https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz + https://registry.yarnpkg.com/json-schema-typed/-/json-schema-typed-8.0.1.tgz + https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz + https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.3.0.tgz + https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz + https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz + https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz + https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz + https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz + https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.1.tgz + https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz + https://registry.yarnpkg.com/jszip/-/jszip-3.10.1.tgz + https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz + https://registry.yarnpkg.com/klaw-sync/-/klaw-sync-6.0.0.tgz + https://registry.yarnpkg.com/knip/-/knip-5.72.0.tgz + https://registry.yarnpkg.com/lazy-val/-/lazy-val-1.0.5.tgz + https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz + https://registry.yarnpkg.com/lie/-/lie-3.3.0.tgz + https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz + https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.2.7.tgz + https://registry.yarnpkg.com/listr2/-/listr2-9.0.5.tgz + https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz + https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz + https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz + https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz + https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz + https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz + https://registry.yarnpkg.com/log-update/-/log-update-6.1.0.tgz + https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz + https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz + https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.2.tgz + https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz + https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz + https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-14.0.3.tgz + https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-15.0.3.tgz + https://registry.yarnpkg.com/matcher/-/matcher-3.0.0.tgz + https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz + https://registry.yarnpkg.com/matrix-web-i18n/-/matrix-web-i18n-3.4.0.tgz + https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz + https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz + https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz + https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz + https://registry.yarnpkg.com/mime/-/mime-2.6.0.tgz + https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz + https://registry.yarnpkg.com/mimic-function/-/mimic-function-5.0.1.tgz + https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz + https://registry.yarnpkg.com/mimic-response/-/mimic-response-3.1.0.tgz + https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz + https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz + https://registry.yarnpkg.com/minimatch/-/minimatch-10.1.1.tgz + https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz + https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz + https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz + https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz + https://registry.yarnpkg.com/minipass-collect/-/minipass-collect-2.0.1.tgz + https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-4.0.1.tgz + https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-5.0.0.tgz + https://registry.yarnpkg.com/minipass-flush/-/minipass-flush-1.0.5.tgz + https://registry.yarnpkg.com/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz + https://registry.yarnpkg.com/minipass-sized/-/minipass-sized-1.0.3.tgz + https://registry.yarnpkg.com/minipass/-/minipass-3.3.6.tgz + https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz + https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz + https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz + https://registry.yarnpkg.com/minizlib/-/minizlib-3.1.0.tgz + https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.6.tgz + https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz + https://registry.yarnpkg.com/mkdirp/-/mkdirp-3.0.1.tgz + https://registry.yarnpkg.com/module-details-from-path/-/module-details-from-path-1.0.4.tgz + https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz + https://registry.yarnpkg.com/nano-spawn/-/nano-spawn-2.0.0.tgz + https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz + https://registry.yarnpkg.com/negotiator/-/negotiator-1.0.0.tgz + https://registry.yarnpkg.com/node-abi/-/node-abi-4.24.0.tgz + https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-1.7.2.tgz + https://registry.yarnpkg.com/node-api-version/-/node-api-version-0.2.1.tgz + https://registry.yarnpkg.com/node-gyp/-/node-gyp-11.4.2.tgz + https://registry.yarnpkg.com/node-gyp/-/node-gyp-12.1.0.tgz + https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.26.tgz + https://registry.yarnpkg.com/nopt/-/nopt-8.1.0.tgz + https://registry.yarnpkg.com/nopt/-/nopt-9.0.0.tgz + https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz + https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz + https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-5.0.0.tgz + https://registry.yarnpkg.com/npm-install-checks/-/npm-install-checks-8.0.0.tgz + https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-5.0.0.tgz + https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-13.0.2.tgz + https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-10.0.3.tgz + https://registry.yarnpkg.com/npm-pick-manifest/-/npm-pick-manifest-11.0.3.tgz + https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-19.1.1.tgz + https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.4.tgz + https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz + https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.7.tgz + https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz + https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.3.tgz + https://registry.yarnpkg.com/object.values/-/object.values-1.2.1.tgz + https://registry.yarnpkg.com/once/-/once-1.4.0.tgz + https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz + https://registry.yarnpkg.com/onetime/-/onetime-7.0.0.tgz + https://registry.yarnpkg.com/open/-/open-7.4.2.tgz + https://registry.yarnpkg.com/optionator/-/optionator-0.9.4.tgz + https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz + https://registry.yarnpkg.com/own-keys/-/own-keys-1.0.1.tgz + https://registry.yarnpkg.com/oxc-resolver/-/oxc-resolver-11.15.0.tgz + https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-2.1.1.tgz + https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz + https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz + https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz + https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz + https://registry.yarnpkg.com/p-map/-/p-map-7.0.4.tgz + https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz + https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz + https://registry.yarnpkg.com/pacote/-/pacote-21.0.4.tgz + https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz + https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz + https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz + https://registry.yarnpkg.com/patch-package/-/patch-package-8.0.1.tgz + https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz + https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz + https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz + https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz + https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz + https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.1.tgz + https://registry.yarnpkg.com/pe-library/-/pe-library-0.4.1.tgz + https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz + https://registry.yarnpkg.com/pg-int8/-/pg-int8-1.0.1.tgz + https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.10.3.tgz + https://registry.yarnpkg.com/pg-types/-/pg-types-2.2.0.tgz + https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz + https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz + https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz + https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz + https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.57.0.tgz + https://registry.yarnpkg.com/playwright/-/playwright-1.57.0.tgz + https://registry.yarnpkg.com/plist/-/plist-3.1.0.tgz + https://registry.yarnpkg.com/pluralize/-/pluralize-8.0.0.tgz + https://registry.yarnpkg.com/pluralizers/-/pluralizers-0.1.7.tgz + https://registry.yarnpkg.com/png-to-ico/-/png-to-ico-3.0.1.tgz + https://registry.yarnpkg.com/pngjs/-/pngjs-7.0.0.tgz + https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz + https://registry.yarnpkg.com/postgres-array/-/postgres-array-2.0.0.tgz + https://registry.yarnpkg.com/postgres-bytea/-/postgres-bytea-1.0.0.tgz + https://registry.yarnpkg.com/postgres-date/-/postgres-date-1.0.7.tgz + https://registry.yarnpkg.com/postgres-interval/-/postgres-interval-1.2.0.tgz + https://registry.yarnpkg.com/postinstall-postinstall/-/postinstall-postinstall-2.1.0.tgz + https://registry.yarnpkg.com/postject/-/postject-1.0.0-alpha.6.tgz + https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz + https://registry.yarnpkg.com/prettier/-/prettier-3.7.4.tgz + https://registry.yarnpkg.com/proc-log/-/proc-log-5.0.0.tgz + https://registry.yarnpkg.com/proc-log/-/proc-log-6.0.0.tgz + https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz + https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz + https://registry.yarnpkg.com/promise-retry/-/promise-retry-2.0.1.tgz + https://registry.yarnpkg.com/pump/-/pump-3.0.2.tgz + https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz + https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz + https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz + https://registry.yarnpkg.com/read-binary-file-arch/-/read-binary-file-arch-1.0.6.tgz + https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz + https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz + https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.8.tgz + https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz + https://registry.yarnpkg.com/readdirp/-/readdirp-5.0.0.tgz + https://registry.yarnpkg.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz + https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.2.tgz + https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz + https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.27.tgz + https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz + https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-6.4.0.tgz + https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.8.0.tgz + https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.10.0.tgz + https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.13.0.tgz + https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz + https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz + https://registry.yarnpkg.com/require-in-the-middle/-/require-in-the-middle-8.0.1.tgz + https://registry.yarnpkg.com/resedit/-/resedit-1.7.2.tgz + https://registry.yarnpkg.com/resolve-alpn/-/resolve-alpn-1.2.1.tgz + https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz + https://registry.yarnpkg.com/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz + https://registry.yarnpkg.com/resolve/-/resolve-1.22.10.tgz + https://registry.yarnpkg.com/resolve/-/resolve-1.22.11.tgz + https://registry.yarnpkg.com/responselike/-/responselike-2.0.1.tgz + https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz + https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-5.1.0.tgz + https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz + https://registry.yarnpkg.com/reusify/-/reusify-1.1.0.tgz + https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz + https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz + https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz + https://registry.yarnpkg.com/rimraf/-/rimraf-6.1.2.tgz + https://registry.yarnpkg.com/roarr/-/roarr-2.15.4.tgz + https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz + https://registry.yarnpkg.com/safe-array-concat/-/safe-array-concat-1.1.3.tgz + https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz + https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz + https://registry.yarnpkg.com/safe-push-apply/-/safe-push-apply-1.0.0.tgz + https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.1.0.tgz + https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz + https://registry.yarnpkg.com/sanitize-filename/-/sanitize-filename-1.6.3.tgz + https://registry.yarnpkg.com/sax/-/sax-1.4.1.tgz + https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz + https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz + https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz + https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz + https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz + https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz + https://registry.yarnpkg.com/serialize-error/-/serialize-error-7.0.1.tgz + https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz + https://registry.yarnpkg.com/set-function-name/-/set-function-name-2.0.2.tgz + https://registry.yarnpkg.com/set-proto/-/set-proto-1.0.0.tgz + https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz + https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz + https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz + https://registry.yarnpkg.com/side-channel-list/-/side-channel-list-1.0.0.tgz + https://registry.yarnpkg.com/side-channel-map/-/side-channel-map-1.0.1.tgz + https://registry.yarnpkg.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz + https://registry.yarnpkg.com/side-channel/-/side-channel-1.1.0.tgz + https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz + https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz + https://registry.yarnpkg.com/sigstore/-/sigstore-4.0.0.tgz + https://registry.yarnpkg.com/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz + https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz + https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-3.0.0.tgz + https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-7.1.2.tgz + https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz + https://registry.yarnpkg.com/smol-toml/-/smol-toml-1.5.2.tgz + https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz + https://registry.yarnpkg.com/socks/-/socks-2.8.7.tgz + https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz + https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz + https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.2.0.tgz + https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz + https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz + https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.22.tgz + https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.3.tgz + https://registry.yarnpkg.com/ssri/-/ssri-12.0.0.tgz + https://registry.yarnpkg.com/ssri/-/ssri-13.0.0.tgz + https://registry.yarnpkg.com/stat-mode/-/stat-mode-1.0.0.tgz + https://registry.yarnpkg.com/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz + https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz + https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz + https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz + https://registry.yarnpkg.com/string-width/-/string-width-7.2.0.tgz + https://registry.yarnpkg.com/string-width/-/string-width-8.1.0.tgz + https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz + https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz + https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz + https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz + https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz + https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz + https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz + https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz + https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz + https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz + https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-5.0.3.tgz + https://registry.yarnpkg.com/stubborn-fs/-/stubborn-fs-1.2.5.tgz + https://registry.yarnpkg.com/sumchecker/-/sumchecker-3.0.1.tgz + https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz + https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz + https://registry.yarnpkg.com/tagged-tag/-/tagged-tag-1.0.0.tgz + https://registry.yarnpkg.com/tapable/-/tapable-2.3.0.tgz + https://registry.yarnpkg.com/tar/-/tar-6.2.1.tgz + https://registry.yarnpkg.com/tar/-/tar-7.5.2.tgz + https://registry.yarnpkg.com/temp-file/-/temp-file-3.4.0.tgz + https://registry.yarnpkg.com/temp/-/temp-0.9.4.tgz + https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz + https://registry.yarnpkg.com/tiny-async-pool/-/tiny-async-pool-1.3.0.tgz + https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz + https://registry.yarnpkg.com/tmp-promise/-/tmp-promise-3.0.3.tgz + https://registry.yarnpkg.com/tmp/-/tmp-0.2.5.tgz + https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz + https://registry.yarnpkg.com/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz + https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz + https://registry.yarnpkg.com/ts-declaration-location/-/ts-declaration-location-1.0.7.tgz + https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz + https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz + https://registry.yarnpkg.com/tsx/-/tsx-4.21.0.tgz + https://registry.yarnpkg.com/tuf-js/-/tuf-js-4.0.0.tgz + https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz + https://registry.yarnpkg.com/type-fest/-/type-fest-0.13.1.tgz + https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz + https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz + https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz + https://registry.yarnpkg.com/type-fest/-/type-fest-5.1.0.tgz + https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz + https://registry.yarnpkg.com/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz + https://registry.yarnpkg.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz + https://registry.yarnpkg.com/typed-array-length/-/typed-array-length-1.0.7.tgz + https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz + https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz + https://registry.yarnpkg.com/uint8array-extras/-/uint8array-extras-1.5.0.tgz + https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.1.0.tgz + https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz + https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz + https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz + https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.1.tgz + https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.2.0.tgz + https://registry.yarnpkg.com/unique-filename/-/unique-filename-4.0.0.tgz + https://registry.yarnpkg.com/unique-filename/-/unique-filename-5.0.0.tgz + https://registry.yarnpkg.com/unique-slug/-/unique-slug-5.0.0.tgz + https://registry.yarnpkg.com/unique-slug/-/unique-slug-6.0.0.tgz + https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz + https://registry.yarnpkg.com/universalify/-/universalify-2.0.1.tgz + https://registry.yarnpkg.com/untildify/-/untildify-3.0.3.tgz + https://registry.yarnpkg.com/unzip-crx-3/-/unzip-crx-3-0.2.0.tgz + https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz + https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz + https://registry.yarnpkg.com/utf8-byte-length/-/utf8-byte-length-1.0.5.tgz + https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz + https://registry.yarnpkg.com/uuid/-/uuid-13.0.0.tgz + https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz + https://registry.yarnpkg.com/validate-npm-package-name/-/validate-npm-package-name-7.0.0.tgz + https://registry.yarnpkg.com/verror/-/verror-1.10.1.tgz + https://registry.yarnpkg.com/walk-up-path/-/walk-up-path-4.0.0.tgz + https://registry.yarnpkg.com/walk/-/walk-2.3.15.tgz + https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz + https://registry.yarnpkg.com/when-exit/-/when-exit-2.1.4.tgz + https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz + https://registry.yarnpkg.com/which-builtin-type/-/which-builtin-type-1.2.1.tgz + https://registry.yarnpkg.com/which-collection/-/which-collection-1.0.2.tgz + https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.19.tgz + https://registry.yarnpkg.com/which/-/which-2.0.2.tgz + https://registry.yarnpkg.com/which/-/which-5.0.0.tgz + https://registry.yarnpkg.com/which/-/which-6.0.0.tgz + https://registry.yarnpkg.com/winreg/-/winreg-1.2.4.tgz + https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz + https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz + https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz + https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.2.tgz + https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz + https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-15.1.1.tgz + https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz + https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz + https://registry.yarnpkg.com/yaku/-/yaku-0.16.7.tgz + https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz + https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz + https://registry.yarnpkg.com/yallist/-/yallist-5.0.0.tgz + https://registry.yarnpkg.com/yaml/-/yaml-2.8.1.tgz + https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz + https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz + https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz + https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz + https://registry.yarnpkg.com/zod/-/zod-4.1.13.tgz +) " + +REPO="https://github.com/vector-im/element-desktop" +ELECTRON_SLOT_DEFAULT="39" +#ELEMENT_COMMIT_ID="ae245c9b1f06e79cec4829f8cd1555206b0ec8f2" +IUSE="electron-36 electron-37 electron-40 native-modules" + +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="${REPO}.git" + EGIT_BRANCH="develop" + DOWNLOAD="" + IUSE+=" +build-online" +else + IUSE+=" build-online" + KEYWORDS="amd64 ~arm64 ~ppc64 ~x86" + DOWNLOAD="${REPO}/archive/" + if [ -z "$ELEMENT_COMMIT_ID" ] + then + DOWNLOAD+="v${PV}.tar.gz -> ${P}.tar.gz" + else + DOWNLOAD+="${ELEMENT_COMMIT_ID}.tar.gz -> ${PN}-${ELEMENT_COMMIT_ID}.tar.gz" + S="${WORKDIR}/${PN}-${ELEMENT_COMMIT_ID}" + fi +fi + +SRC_URI+="${DOWNLOAD}" + +RESTRICT="mirror build-online? ( network-sandbox )" +REQUIRED_USE=" + native-modules? ( build-online ) +" + +COMMON_DEPEND=" + ~net-im/element-web-${PV} + native-modules? ( dev-db/sqlcipher ) + electron-36? ( dev-util/electron:36 ) + electron-37? ( dev-util/electron:37 ) + electron-40? ( dev-util/electron:40 ) + !electron-36? ( + !electron-37? ( + !electron-40? ( + dev-util/electron:${ELECTRON_SLOT_DEFAULT} + ) ) ) +" + +RDEPEND="${COMMON_DEPEND} +" +DEPEND="${COMMON_DEPEND} +" + +BDEPEND=" + ${PYTHON_DEPS} + $(python_gen_any_dep ' + dev-python/setuptools[${PYTHON_USEDEP}] + ') + native-modules? ( || ( dev-lang/rust dev-lang/rust-bin ) ) + net-libs/nodejs + sys-apps/yarn +" + +python_check_deps() { + python_has_version "dev-python/setuptools[${PYTHON_USEDEP}]" +} + +#TODO: net-im/element-web -> runtime/buildtime dep + +src_unpack() { + if use electron-36; then + export ELECTRON_SLOT=36 + elif use electron-37; then + export ELECTRON_SLOT=37 + elif use electron-40; then + export ELECTRON_SLOT=40 + else + export ELECTRON_SLOT=$ELECTRON_SLOT_DEFAULT + fi + if [ -z "$ELEMENT_COMMIT_ID" ] + then + if [ -f "${DISTDIR}/${P}.tar.gz" ]; then + unpack "${P}".tar.gz || die + else + git-r3_src_unpack + fi + else + unpack "${PN}-${ELEMENT_COMMIT_ID}.tar.gz" || die + fi +} + +src_compile() { + # OLD_PATH=$PATH + PATH="/usr/$(get_libdir)/electron-${ELECTRON_SLOT}/node_modules/npm/bin/node-gyp-bin:$PATH" + PATH="/usr/$(get_libdir)/electron-${ELECTRON_SLOT}/node_modules/npm/bin:$PATH" + PATH="/usr/$(get_libdir)/electron-${ELECTRON_SLOT}:$PATH" + PATH="${S}/node_modules/.bin:$PATH"; + export PATH + export CFLAGS="${CFLAGS} -I/usr/include/electron-${ELECTRON_SLOT}/node" + export CPPFLAGS="${CPPFLAGS} -I/usr/include/electron-${ELECTRON_SLOT}/node" + export ELECTRON_SKIP_BINARY_DOWNLOAD=1 + yarn config set disable-self-update-check true || die + yarn config set nodedir /usr/include/electron-${ELECTRON_SLOT}/node || die + # #! Until electron-builder >=22.11.5 + # yarn config set ignore-engines true || die + + sed -i 's/electron-builder install-app-deps/true/' package.json || die + + if ! use build-online; then + ONLINE_OFFLINE="--offline --frozen-lockfile" + yarn config set yarn-offline-mirror "${DISTDIR}" || die + fi + + einfo "Removing playwright from dependencies" + sed -i '/playwright":/d' package.json || die + + einfo "Installing node_modules" + node /usr/bin/yarn install ${ONLINE_OFFLINE} --no-progress || die + + node node_modules/.bin/tsc || die + node node_modules/.bin/tsx scripts/copy-res.ts || die + + if use native-modules + then + node /usr/bin/yarn run build:native || die + fi + + # # Electron-Builder doesn't support ppc64 due to using precompiled binaries + # if ! use ppc64; then + # einfo "Editing ElectronFramework.js" + # sed -i 's/return unpack(options, createDownloadOpts.*$/return true;/' \ + # node_modules/app-builder-lib/out/electron/ElectronFramework.js || die + # sed -i 's/return beforeCopyExtraFiles(options);$/return true;/' \ + # node_modules/app-builder-lib/out/electron/ElectronFramework.js || die + + # #!Error: With electron's node: "Unknown argument" electron/electron#25379 + # #!Error: With electron's node: "Invalid package app.asar" + # /usr/bin/node node_modules/.bin/electron-builder --dir || die + # else + einfo "Manually preparing app.asar" + local distdir="dist/linux-unpacked/resources" + mkdir -p ${distdir}/node_modules || die + cp -r lib ${distdir} || die + # Copying yarn.lock allows freezing versions to the build versions + cp package.json yarn.lock ${distdir} || die + pushd ${distdir} &> /dev/null || die + node /usr/bin/yarn install ${ONLINE_OFFLINE} --production \ + --no-progress --frozen-lockfile || die + popd &> /dev/null || die + rm ${distdir}/yarn.lock || die + if use native-modules; then + cp -r .hak/hakModules/matrix-seshat ${distdir}/node_modules/ || die + fi + + einfo "Creating archive" + /usr/bin/node node_modules/@electron/asar/bin/asar.mjs pack ${distdir} ${distdir}/app.asar \ + --unpack-dir '{**/Release,**/matrix-seshat}' || die + # Remove unarchived copies of files (they are still in app.asar) + rm -r ${distdir}/node_modules || die + rm -r ${distdir}/lib || die + + cp -r build ${distdir} || die + # fi + + #cp -r /usr/share/element-web webapp + #rm -f webapp/config.json + #cp -f /etc/element-web/config.json webapp/config.json + #node node_modules/.bin/asar p webapp webapp.asar + #node node_modules/.bin/asar l webapp.asar + + # export PATH=${OLD_PATH} +} + +src_install() { + insinto "/usr/$(get_libdir)/element-desktop" + + doins -r dist/linux-unpacked/resources/* + dosym ../../share/element-web /usr/$(get_libdir)/element-desktop/webapp + + exeinto "/usr/$(get_libdir)/element-desktop" + cp "${FILESDIR}/read_flags_file" dist/linux-unpacked/resources/element-desktop + sed -i "s|@ELECTRON@|element-desktop|" dist/linux-unpacked/resources/element-desktop + + echo "\"/usr/$(get_libdir)/electron-${ELECTRON_SLOT}/electron\" \ +/usr/$(get_libdir)/element-desktop/app.asar \"\${flags[@]}\" \"\$@\"" >> dist/linux-unpacked/resources/element-desktop + doexe dist/linux-unpacked/resources/element-desktop + dosym "/usr/$(get_libdir)/element-desktop/element-desktop" /usr/bin/element-desktop + + # # Install icons + # local branding size + # for size in 16 24 48 64 96 128 256 512 ; do + # newicon -s ${size} "build/icons/${size}x${size}.png" \ + # element-desktop.png + # done + + newicon build/icon.png element-desktop.png + + make_desktop_entry "/usr/bin/element-desktop" Element \ + "element-desktop" "Network;Chat" +} + +pkg_postrm() { + xdg_icon_cache_update + xdg_desktop_database_update +} + +pkg_postinst() { + xdg_icon_cache_update + xdg_desktop_database_update +} diff --git a/net-im/element-desktop/element-desktop-9999.ebuild b/net-im/element-desktop/element-desktop-9999.ebuild new file mode 100644 index 000000000000..e217575e159b --- /dev/null +++ b/net-im/element-desktop/element-desktop-9999.ebuild @@ -0,0 +1,221 @@ +# Copyright 2009-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..14} ) + +inherit desktop flag-o-matic multilib python-any-r1 xdg-utils + +DESCRIPTION="A glossy Matrix collaboration client for desktop" +HOMEPAGE="https://element.io/" +LICENSE="Apache-2.0" +SLOT="0" +SRC_URI="" + +REPO="https://github.com/vector-im/element-desktop" +ELECTRON_SLOT_DEFAULT="39" +#ELEMENT_COMMIT_ID="ae245c9b1f06e79cec4829f8cd1555206b0ec8f2" +IUSE="electron-36 electron-37 electron-40 native-modules" + +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="${REPO}.git" + EGIT_BRANCH="develop" + DOWNLOAD="" + IUSE+=" +build-online" +else + IUSE+=" build-online" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + DOWNLOAD="${REPO}/archive/" + if [ -z "$ELEMENT_COMMIT_ID" ] + then + DOWNLOAD+="v${PV}.tar.gz -> ${P}.tar.gz" + else + DOWNLOAD+="${ELEMENT_COMMIT_ID}.tar.gz -> ${PN}-${ELEMENT_COMMIT_ID}.tar.gz" + S="${WORKDIR}/${PN}-${ELEMENT_COMMIT_ID}" + fi +fi + +SRC_URI+="${DOWNLOAD}" + +RESTRICT="mirror build-online? ( network-sandbox )" +REQUIRED_USE=" + native-modules? ( build-online ) +" + +COMMON_DEPEND=" + ~net-im/element-web-${PV} + native-modules? ( dev-db/sqlcipher ) + electron-36? ( dev-util/electron:36 ) + electron-37? ( dev-util/electron:37 ) + electron-40? ( dev-util/electron:40 ) + !electron-36? ( + !electron-37? ( + !electron-40? ( + dev-util/electron:${ELECTRON_SLOT_DEFAULT} + ) ) ) +" + +RDEPEND="${COMMON_DEPEND} +" +DEPEND="${COMMON_DEPEND} +" + +BDEPEND=" + ${PYTHON_DEPS} + $(python_gen_any_dep ' + dev-python/setuptools[${PYTHON_USEDEP}] + ') + native-modules? ( || ( dev-lang/rust dev-lang/rust-bin ) ) + net-libs/nodejs + sys-apps/yarn +" + +python_check_deps() { + python_has_version "dev-python/setuptools[${PYTHON_USEDEP}]" +} + +#TODO: net-im/element-web -> runtime/buildtime dep + +src_unpack() { + if use electron-36; then + export ELECTRON_SLOT=36 + elif use electron-37; then + export ELECTRON_SLOT=37 + elif use electron-40; then + export ELECTRON_SLOT=40 + else + export ELECTRON_SLOT=$ELECTRON_SLOT_DEFAULT + fi + if [ -z "$ELEMENT_COMMIT_ID" ] + then + if [ -f "${DISTDIR}/${P}.tar.gz" ]; then + unpack "${P}".tar.gz || die + else + git-r3_src_unpack + fi + else + unpack "${PN}-${ELEMENT_COMMIT_ID}.tar.gz" || die + fi +} + +src_compile() { + # OLD_PATH=$PATH + PATH="/usr/$(get_libdir)/electron-${ELECTRON_SLOT}/node_modules/npm/bin/node-gyp-bin:$PATH" + PATH="/usr/$(get_libdir)/electron-${ELECTRON_SLOT}/node_modules/npm/bin:$PATH" + PATH="/usr/$(get_libdir)/electron-${ELECTRON_SLOT}:$PATH" + PATH="${S}/node_modules/.bin:$PATH"; + export PATH + export CFLAGS="${CFLAGS} -I/usr/include/electron-${ELECTRON_SLOT}/node" + export CPPFLAGS="${CPPFLAGS} -I/usr/include/electron-${ELECTRON_SLOT}/node" + export ELECTRON_SKIP_BINARY_DOWNLOAD=1 + yarn config set disable-self-update-check true || die + yarn config set nodedir /usr/include/electron-${ELECTRON_SLOT}/node || die + # #! Until electron-builder >=22.11.5 + # yarn config set ignore-engines true || die + + sed -i 's/electron-builder install-app-deps/true/' package.json || die + + if ! use build-online; then + ONLINE_OFFLINE="--offline --frozen-lockfile" + yarn config set yarn-offline-mirror "${DISTDIR}" || die + fi + + einfo "Removing playwright from dependencies" + sed -i '/playwright":/d' package.json || die + + einfo "Installing node_modules" + node /usr/bin/yarn install ${ONLINE_OFFLINE} --no-progress || die + + node node_modules/.bin/tsc || die + node node_modules/.bin/tsx scripts/copy-res.ts || die + + if use native-modules + then + node /usr/bin/yarn run build:native || die + fi + + # # Electron-Builder doesn't support ppc64 due to using precompiled binaries + # if ! use ppc64; then + # einfo "Editing ElectronFramework.js" + # sed -i 's/return unpack(options, createDownloadOpts.*$/return true;/' \ + # node_modules/app-builder-lib/out/electron/ElectronFramework.js || die + # sed -i 's/return beforeCopyExtraFiles(options);$/return true;/' \ + # node_modules/app-builder-lib/out/electron/ElectronFramework.js || die + + # #!Error: With electron's node: "Unknown argument" electron/electron#25379 + # #!Error: With electron's node: "Invalid package app.asar" + # /usr/bin/node node_modules/.bin/electron-builder --dir || die + # else + einfo "Manually preparing app.asar" + local distdir="dist/linux-unpacked/resources" + mkdir -p ${distdir}/node_modules || die + cp -r lib ${distdir} || die + # Copying yarn.lock allows freezing versions to the build versions + cp package.json yarn.lock ${distdir} || die + pushd ${distdir} &> /dev/null || die + node /usr/bin/yarn install ${ONLINE_OFFLINE} --production \ + --no-progress --frozen-lockfile || die + popd &> /dev/null || die + rm ${distdir}/yarn.lock || die + if use native-modules; then + cp -r .hak/hakModules/matrix-seshat ${distdir}/node_modules/ || die + fi + + einfo "Creating archive" + /usr/bin/node node_modules/@electron/asar/bin/asar.mjs pack ${distdir} ${distdir}/app.asar \ + --unpack-dir '{**/Release,**/matrix-seshat}' || die + # Remove unarchived copies of files (they are still in app.asar) + rm -r ${distdir}/node_modules || die + rm -r ${distdir}/lib || die + + cp -r build ${distdir} || die + # fi + + #cp -r /usr/share/element-web webapp + #rm -f webapp/config.json + #cp -f /etc/element-web/config.json webapp/config.json + #node node_modules/.bin/asar p webapp webapp.asar + #node node_modules/.bin/asar l webapp.asar + + # export PATH=${OLD_PATH} +} + +src_install() { + insinto "/usr/$(get_libdir)/element-desktop" + + doins -r dist/linux-unpacked/resources/* + dosym ../../share/element-web /usr/$(get_libdir)/element-desktop/webapp + + exeinto "/usr/$(get_libdir)/element-desktop" + cp "${FILESDIR}/read_flags_file" dist/linux-unpacked/resources/element-desktop + sed -i "s|@ELECTRON@|element-desktop|" dist/linux-unpacked/resources/element-desktop + + echo "\"/usr/$(get_libdir)/electron-${ELECTRON_SLOT}/electron\" \ +/usr/$(get_libdir)/element-desktop/app.asar \"\${flags[@]}\" \"\$@\"" >> dist/linux-unpacked/resources/element-desktop + doexe dist/linux-unpacked/resources/element-desktop + dosym "/usr/$(get_libdir)/element-desktop/element-desktop" /usr/bin/element-desktop + + # # Install icons + # local branding size + # for size in 16 24 48 64 96 128 256 512 ; do + # newicon -s ${size} "build/icons/${size}x${size}.png" \ + # element-desktop.png + # done + + newicon build/icon.png element-desktop.png + + make_desktop_entry "/usr/bin/element-desktop" Element \ + "element-desktop" "Network;Chat" +} + +pkg_postrm() { + xdg_icon_cache_update + xdg_desktop_database_update +} + +pkg_postinst() { + xdg_icon_cache_update + xdg_desktop_database_update +} diff --git a/net-im/element-desktop/files/read_flags_file b/net-im/element-desktop/files/read_flags_file new file mode 100644 index 000000000000..3c618689ec57 --- /dev/null +++ b/net-im/element-desktop/files/read_flags_file @@ -0,0 +1,16 @@ +#!/usr/bin/env sh + +name=@ELECTRON@ +flags_file="${XDG_CONFIG_HOME:-$HOME/.config}/${name}-flags.conf" + +declare -a flags + +if [[ -f "${flags_file}" ]]; then + mapfile -t < "${flags_file}" +fi + +for line in "${MAPFILE[@]}"; do + if [[ ! "${line}" =~ ^[[:space:]]*#.* ]]; then + flags+=("${line}") + fi +done diff --git a/net-im/element-desktop/metadata.xml b/net-im/element-desktop/metadata.xml index 9c6d65a815cf..57bf26d71918 100644 --- a/net-im/element-desktop/metadata.xml +++ b/net-im/element-desktop/metadata.xml @@ -2,15 +2,36 @@ <!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> - <email>filip@kszczot.pl</email> - <name>Filip Kszczot</name> + <email>PF4Public@users.noreply.github.com</email> </maintainer> + <longdescription>A glossy Matrix collaboration client for desktop</longdescription> <upstream> <remote-id type="cpe">cpe:/a:matrix:element</remote-id> - <bugs-to>https://github.com/element-hq/element-web/issues</bugs-to> </upstream> <use> - <flag name="emoji">Use <pkg>media-fonts/noto-emoji</pkg> for displaying emoji</flag> + <flag name="build-online">Disable network-sandbox and open Pandora's box!</flag> + <flag name="electron-19">Build against electron-19 instead of the default one</flag> + <flag name="electron-20">Build against electron-20 instead of the default one</flag> + <flag name="electron-21">Build against electron-21 instead of the default one</flag> + <flag name="electron-22">Build against electron-22 instead of the default one</flag> + <flag name="electron-23">Build against electron-23 instead of the default one</flag> + <flag name="electron-24">Build against electron-24 instead of the default one</flag> + <flag name="electron-25">Build against electron-25 instead of the default one</flag> + <flag name="electron-26">Build against electron-26 instead of the default one</flag> + <flag name="electron-27">Build against electron-27 instead of the default one</flag> + <flag name="electron-28">Build against electron-28 instead of the default one</flag> + <flag name="electron-29">Build against electron-29 instead of the default one</flag> + <flag name="electron-30">Build against electron-30 instead of the default one</flag> + <flag name="electron-31">Build against electron-31 instead of the default one</flag> + <flag name="electron-32">Build against electron-32 instead of the default one</flag> + <flag name="electron-33">Build against electron-33 instead of the default one</flag> + <flag name="electron-34">Build against electron-34 instead of the default one</flag> + <flag name="electron-35">Build against electron-35 instead of the default one</flag> + <flag name="electron-36">Build against electron-36 instead of the default one</flag> + <flag name="electron-37">Build against electron-37 instead of the default one</flag> + <flag name="electron-39">Build against electron-39 instead of the default one</flag> + <flag name="electron-40">Build against electron-40 instead of the default one</flag> + <flag name="native-modules">Build native modules (for searching in encrypted rooms and secure storage)</flag> </use> - <origin>gentoo-guru-overlay</origin> + <origin>pf4public-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/net-misc/s6-networking/Manifest b/net-misc/s6-networking/Manifest index aa34f6cbcf62..6b06658c107a 100644 --- a/net-misc/s6-networking/Manifest +++ b/net-misc/s6-networking/Manifest @@ -1,2 +1,3 @@ DIST s6-networking-2.7.1.0.tar.gz 119190 BLAKE2B 595cd803354fade5eba438ff9af1a318b3e0906dd26af629198daf85990a5feeb66c8c53f4c7d027b2a2bb64f2a28659c9d035ebb5a0d5e96b98d8d53229c05e SHA512 33741efa5c1908f8e7396929df08c3591e25b7c58335b331a146db17a9b7e5c00b75dd3337aa46114723969b8490fb1b6754a25357003780bdfd0a2fd8e3283c DIST s6-networking-2.7.2.0.tar.gz 139189 BLAKE2B cc3550ee4379648b270f1d982586f543d3a9b0efac20a88dc59a76c55270c39651cefb32c734806b7983326c27c547aed66957cb7daa5052ddd6058b2f6677d5 SHA512 4753ecf9d1263ea1505073374a4e56de670602ccc02f69dd2d5060371e363d56beda8f5c82d14a9907ead2a14d3b254cff8072dae44d60e9dd05744d5d03931b +DIST s6-networking-2.7.2.1.tar.gz 125252 BLAKE2B c6424803cd0ab487301cf28fddc25debe2592e7dcf8ec30ba9230587b00370a68ebb61285a115bddb06993e8f35f9d4a1c6687134985d06488bb07112b8306f5 SHA512 9979fdfb9b5e8d67c9e30617b197fe09e83fdca1f2b9b4d6fb0d7112f79e5e52a3ad237067f8d3ac16fd497d78462725e8611d3038b7b8de4109bf48a6c69658 diff --git a/net-misc/s6-networking/s6-networking-2.7.2.1.ebuild b/net-misc/s6-networking/s6-networking-2.7.2.1.ebuild new file mode 100644 index 000000000000..d270ea95491e --- /dev/null +++ b/net-misc/s6-networking/s6-networking-2.7.2.1.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit optfeature toolchain-funcs + +DESCRIPTION="Suite of small networking utilities for Unix systems" +HOMEPAGE="https://www.skarnet.org/software/s6-networking/" +SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz" + +LICENSE="ISC" +SLOT="0/$(ver_cut 1-2)" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="ssl" + +RDEPEND=" + dev-lang/execline:= + >=dev-libs/skalibs-2.14.5.0:= + >=net-dns/s6-dns-2.3.7.0:= + sys-apps/s6:=[execline] + ssl? ( dev-libs/libretls:= ) +" +DEPEND="${RDEPEND}" + +HTML_DOCS=( doc/. ) + +src_prepare() { + default + + # Avoid QA warning for LDFLAGS addition + sed -i -e 's/.*-Wl,--hash-style=both$/:/' configure || die + + sed -i -e '/AR := /d' -e '/RANLIB := /d' Makefile || die +} + +src_configure() { + tc-export AR CC RANLIB + + local myconf=( + --bindir=/bin + --dynlibdir="/$(get_libdir)" + --libdir="/usr/$(get_libdir)/${PN}" + --with-dynlib="/$(get_libdir)" + --with-lib="/usr/$(get_libdir)/s6" + --with-lib="/usr/$(get_libdir)/s6-dns" + --with-lib="/usr/$(get_libdir)/skalibs" + --with-sysdeps="/usr/$(get_libdir)/skalibs" + + --enable-pkgconfig + --pkgconfdir="/usr/$(get_libdir)/pkgconfig" + + --enable-shared + --disable-allstatic + --disable-static + --disable-static-libc + $(use_enable ssl ssl libtls) + ) + + econf "${myconf[@]}" +} + +pkg_postinst() { + optfeature "man pages" app-doc/s6-networking-man-pages +} diff --git a/profiles/package.mask/00-gentoo b/profiles/package.mask/00-gentoo index ac1a96cf3ac2..8eb20ac996bd 100644 --- a/profiles/package.mask/00-gentoo +++ b/profiles/package.mask/00-gentoo @@ -161,12 +161,6 @@ media-sound/mp3diags >=dev-python/autobahn-25.10 >=dev-python/txaio-25.10 -# Hans de Graaff <graaff@gentoo.org> (2025-12-11) -# The twitter API is no longer available making this package -# useless. Upstream has archived the gem and refers to an X gem as an -# alternative. Removal on 2026-01-11. -dev-ruby/twitter - # Michael Orlitzky <mjo@gentoo.org> (2025-12-08) # An experimental attempt to avoid the gtk -> librsvg -> rust dependency # that is now obsolete because upstream gtk links directly to librsvg. diff --git a/sci-calculators/qalculate-gtk/Manifest b/sci-calculators/qalculate-gtk/Manifest index e5bd37dd7f01..965e6c6a8406 100644 --- a/sci-calculators/qalculate-gtk/Manifest +++ b/sci-calculators/qalculate-gtk/Manifest @@ -1 +1,2 @@ DIST qalculate-gtk-5.8.2.tar.gz 3095670 BLAKE2B 644dd1347defbc619623bc0e39b259601a7fe91b40573b61757596022bcc234b085d3277337e0dab6a45b6e0d102b8435ea735e0e0f7ef72645489d06a7a3145 SHA512 00cb454e68b251d8efc770dfaa0026e0e893c8dbb6301c0efe857c1308f7d31dd3fc14689ccbe0ef9bb329d3220e33b85744e330e48d16fc2104b099e94a00c4 +DIST qalculate-gtk-5.9.0.tar.gz 3619981 BLAKE2B e30a14221d1374f77981b413858f8819143226f99cfdfa80962d6ad715aeb282d885b3af9c7c5f81c9e7fed1a2c1ca74c762c7c2a2919a3b7ef8040cbc18d42c SHA512 f3ed5aca18cd197e3d43f9af6013d22cc68a0fcf6f902d4d6540ab930b95899d3fad90c581bd62258e956e89d4f1e50b0d73c93ae7a82a88ceb082aa6662c678 diff --git a/sci-calculators/qalculate-gtk/qalculate-gtk-5.9.0.ebuild b/sci-calculators/qalculate-gtk/qalculate-gtk-5.9.0.ebuild new file mode 100644 index 000000000000..c9e53e0404e0 --- /dev/null +++ b/sci-calculators/qalculate-gtk/qalculate-gtk-5.9.0.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# Note: bump with sci-libs/libqalculate and sci-calculators/qalculate-qt! + +inherit optfeature xdg + +DESCRIPTION="Modern multi-purpose calculator" +HOMEPAGE="https://qalculate.github.io/" +SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND="dev-libs/glib:2 + >=sci-libs/libqalculate-${PV}:= + x11-libs/cairo + x11-libs/gdk-pixbuf + x11-libs/gtk+:3 + x11-libs/pango" +DEPEND="${RDEPEND}" +BDEPEND=">=dev-util/gdbus-codegen-2.80.5-r1 + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +src_prepare() { + # Required by src_test() and `make check` + cat >po/POTFILES.skip <<-EOF || die + # Required by make check + data/calendarconversion.ui + data/periodictable.ui + EOF + + default +} + +pkg_postinst() { + xdg_pkg_postinst + + optfeature "gnuplot support" sci-libs/libqalculate[gnuplot] +} diff --git a/sci-calculators/qalculate-qt/Manifest b/sci-calculators/qalculate-qt/Manifest index 781a337034ed..a0b82d142125 100644 --- a/sci-calculators/qalculate-qt/Manifest +++ b/sci-calculators/qalculate-qt/Manifest @@ -1 +1,2 @@ DIST qalculate-qt-5.8.2.tar.gz 2027585 BLAKE2B d0adf9bb019fb49068b1ad693f4fb2ae32b0ae3b677e1e1d0efb4a4b3a6ab74e11d355bdc70a3fe9a59e601c3f422461d7c6a8c514c62520c8dd938f94b516df SHA512 b01a009829073fc1198443973a665e7fad3be9f4b7b070ca606b1355b88aeac467fe75eb729ced054d619d91881c6b26ba01e4c62ab2e30279f37b65e063dc68 +DIST qalculate-qt-5.9.0.tar.gz 2043503 BLAKE2B 668b7e9c6630e41f40328c414affc625930335062ced51287ff0ddefd119356ec2e9c30e00843f1395abb58f1536b55a72f7f4ef94539f7ff0437c68c78e013a SHA512 943746116215b893a6c552592af76b2be163b62153c55f9916df7e8468c15d52f1dc7982db722c9b57e08e6d4bb7b8362edb21415b7ea20fe28f93c3f381c341 diff --git a/sci-calculators/qalculate-qt/qalculate-qt-5.9.0.ebuild b/sci-calculators/qalculate-qt/qalculate-qt-5.9.0.ebuild new file mode 100644 index 000000000000..68071b42f5d8 --- /dev/null +++ b/sci-calculators/qalculate-qt/qalculate-qt-5.9.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 2022-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# Bump with sci-libs/libqalculate and sci-calculators/qalculate-gtk! + +inherit optfeature qmake-utils xdg + +DESCRIPTION="Qt-based UI for libqalculate" +HOMEPAGE="https://github.com/Qalculate/qalculate-qt" +SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +DEPEND=" + dev-qt/qtbase:6[gui,network,widgets] + >=sci-libs/libqalculate-${PV}:= +" +RDEPEND="${DEPEND}" +BDEPEND="dev-qt/qttools:6[linguist]" + +src_configure() { + eqmake6 PREFIX="${EPREFIX}/usr" +} + +src_install() { + emake INSTALL_ROOT="${ED}" install +} + +pkg_postinst() { + xdg_pkg_postinst + + optfeature "gnuplot support" sci-libs/libqalculate[gnuplot] +} diff --git a/sci-chemistry/openbabel/openbabel-3.1.1_p20241221-r4.ebuild b/sci-chemistry/openbabel/openbabel-3.1.1_p20241221-r4.ebuild index b35e947f54bd..ba67d5239af6 100644 --- a/sci-chemistry/openbabel/openbabel-3.1.1_p20241221-r4.ebuild +++ b/sci-chemistry/openbabel/openbabel-3.1.1_p20241221-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,7 +26,7 @@ else SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${MY_P}" fi - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="amd64 ~arm ~x86" fi LICENSE="GPL-2" diff --git a/sci-geosciences/josm-bin/Manifest b/sci-geosciences/josm-bin/Manifest index 2b7dea53528d..d3a57ee1e825 100644 --- a/sci-geosciences/josm-bin/Manifest +++ b/sci-geosciences/josm-bin/Manifest @@ -1,6 +1,3 @@ -DIST josm-bin-19423.desktop 638 BLAKE2B d3a5e0204d0188e72eed65e71edd079b5aa025b82f13c515605f7d5bb9f96fc93e4a24c9eea76c6c4027f54f1c449cda811f5c59e0f2ab54975ab3b1bf221ee7 SHA512 328bc131d5985cd164e3ffa27f61241098329ac01954e1cdde1dcab92261eb3e84d69c9b158f2bb944b02f373c3868bea1850ae335f9dabe3c2314d16d651394 -DIST josm-bin-19423.mime.xml 831 BLAKE2B cc37da2b38a38481e00df0b72dcb9699a4dddb6777a4e71d83bb26f3d48a62e6b4abcc5b6fe8b45624eb3ecfeb231feefa714655e5911eeba203d103a7ab17d6 SHA512 7828c6f281f2701ce0f9e5cfbb57e75ecffab7936ce508c97a796ca820d237c7599bea9fc784825a8006e8fc07ebdd7b091d4d20d6767f9de6ca4e1cf42b58b0 DIST josm-bin-19439.desktop 638 BLAKE2B d3a5e0204d0188e72eed65e71edd079b5aa025b82f13c515605f7d5bb9f96fc93e4a24c9eea76c6c4027f54f1c449cda811f5c59e0f2ab54975ab3b1bf221ee7 SHA512 328bc131d5985cd164e3ffa27f61241098329ac01954e1cdde1dcab92261eb3e84d69c9b158f2bb944b02f373c3868bea1850ae335f9dabe3c2314d16d651394 DIST josm-bin-19439.mime.xml 831 BLAKE2B cc37da2b38a38481e00df0b72dcb9699a4dddb6777a4e71d83bb26f3d48a62e6b4abcc5b6fe8b45624eb3ecfeb231feefa714655e5911eeba203d103a7ab17d6 SHA512 7828c6f281f2701ce0f9e5cfbb57e75ecffab7936ce508c97a796ca820d237c7599bea9fc784825a8006e8fc07ebdd7b091d4d20d6767f9de6ca4e1cf42b58b0 -DIST josm-snapshot-19423.jar 19256265 BLAKE2B 7838f10d34234126dd095ff12ecfe09d1c22e4abc32a6bf241da470dca806473f96803633f6318271bfa169958f8760af329294dcb4740c1304f95e6dc2c4f01 SHA512 59a76db3c0d83ebfba669d43ff33fdbdfb65b8401ac7325a6b9e89bdc1f3096398693735302019a2e7eb6054506cd387e87185e247155621d431fa10b1384359 DIST josm-snapshot-19439.jar 19265757 BLAKE2B 8b3bfcb9a1cd61c87471c2096ff6b6c3454300b55abd1052e4d34efb803db8217c073d847e2b0d6c1524e593a15136613931e2235cebee81811b5a42129b8541 SHA512 5f083bc2ad11f8d6bf0f381394525e4d551a02bb9ed826476ede4e53926068aa8c56a839cc7927a052b8b3a14ba24de0f99698aa37f0bc1fc54c8246807301a7 diff --git a/sci-geosciences/josm-bin/josm-bin-19423.ebuild b/sci-geosciences/josm-bin/josm-bin-19423.ebuild deleted file mode 100644 index 23f514e83b7c..000000000000 --- a/sci-geosciences/josm-bin/josm-bin-19423.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop java-utils-2 xdg - -DESCRIPTION="Java-based editor for the OpenStreetMap project" -HOMEPAGE="https://josm.openstreetmap.de/" -# PV should be stable here https://josm.openstreetmap.de/wiki/StartupPage -SRC_URI=" - https://josm.openstreetmap.de/download/josm-snapshot-${PV}.jar - https://josm.openstreetmap.de/export/${PV}/josm/trunk/native/linux/tested/usr/share/applications/org.openstreetmap.josm.desktop -> ${P}.desktop - https://josm.openstreetmap.de/export/${PV}/josm/trunk/native/linux/tested/usr/share/mime/packages/josm.xml \ - -> ${P}.mime.xml -" -S="${WORKDIR}" - -LICENSE="Apache-2.0 GPL-2+ GPL-3" -SLOT="0" -KEYWORDS="amd64 ~x86" - -RDEPEND=">=virtual/jre-1.8" -BDEPEND="app-arch/unzip" - -src_unpack() { - default - - cp "${DISTDIR}/${P}.desktop" "org.openstreetmap.${PN}.desktop" || die -} - -src_prepare() { - default - - sed -i -e 's/^Exec=josm/Exec=josm-bin/' "org.openstreetmap.${PN}.desktop" || die - sed -i -e 's/^Icon=org.openstreetmap.josm/Icon=org.openstreetmap.josm-bin/' "org.openstreetmap.${PN}.desktop" || die -} - -src_install() { - java-pkg_newjar "${DISTDIR}/josm-snapshot-${PV}.jar" ${PN}.jar - java-pkg_dolauncher ${PN} --jar ${PN}.jar \ - --java_args "\ - --add-exports=java.base/sun.security.action=ALL-UNNAMED \ - --add-exports=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED \ - --add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED" - - local icon_size - for icon_size in 16 32 48; do - newicon -s ${icon_size} -t hicolor \ - images/logo_${icon_size}x${icon_size}x32.png "org.openstreetmap.${PN}.png" - newicon -s ${icon_size} -t locolor \ - images/logo_${icon_size}x${icon_size}x8.png "org.openstreetmap.${PN}.png" - done - newicon -s scalable images/logo.svg "org.openstreetmap.${PN}.svg" - domenu "${WORKDIR}/org.openstreetmap.${PN}.desktop" - insinto /usr/share/mime/packages - newins "${DISTDIR}/${P}.mime.xml" "${PN}.xml" -} diff --git a/sci-libs/libqalculate/Manifest b/sci-libs/libqalculate/Manifest index 093511509999..7ebc7bb09994 100644 --- a/sci-libs/libqalculate/Manifest +++ b/sci-libs/libqalculate/Manifest @@ -1 +1,2 @@ DIST libqalculate-5.8.2.tar.gz 2370999 BLAKE2B 4a7fd5d5a4977e2506c88b3cdfea681841d19e831b31bf644c923764c192b48c4b8b2659077f54e0784c49417b5611b3255801042aaa8d8f4c984f1ac3f0738b SHA512 7f35184fdab3a0bd10ae39c54023491aaa52160f9bd97c4b6e3bb465b49389009627719da2678015d9b297fa8339cc0abe48332fccfe51ad9b2ee888a608ac0a +DIST libqalculate-5.9.0.tar.gz 2282817 BLAKE2B 74a53595ecd2e6487d46834b863bf45ee13c282c6a8ad9e5d7be4924996661aff7d3e77607d6d2a383b6e9993f06973a73a2c959dcd638b1e3db849361430845 SHA512 8c9e2515da0b4bd4d8116a196f2a5f32e8e20a6075e548db41ed40c252f9ae6d4b9997d6c4dd2574f32b42f2248af1f604c7c54ff8a96e08138e9c8153a6805c diff --git a/sci-libs/libqalculate/libqalculate-5.9.0.ebuild b/sci-libs/libqalculate/libqalculate-5.9.0.ebuild new file mode 100644 index 000000000000..c284feb651ff --- /dev/null +++ b/sci-libs/libqalculate/libqalculate-5.9.0.ebuild @@ -0,0 +1,89 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# Bump with sci-calculators/qalculate-gtk and sci-calculators/qalculate-qt + +inherit autotools flag-o-matic toolchain-funcs + +MY_PV="${PV//b/}" + +DESCRIPTION="A modern multi-purpose calculator library" +HOMEPAGE="https://qalculate.github.io/" +SRC_URI="https://github.com/Qalculate/libqalculate/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/"${PN}-${MY_PV}" + +LICENSE="GPL-2+" +# SONAME changes pretty often on bumps. Check! +SLOT="0/23.3" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="+curl icu gnuplot +hardened readline test" +RESTRICT="!test? ( test )" + +DEPEND="dev-libs/gmp:= + dev-libs/libxml2:2= + dev-libs/mpfr:= + virtual/libiconv + curl? ( net-misc/curl ) + icu? ( dev-libs/icu:= ) + readline? ( sys-libs/readline:= )" +RDEPEND="${DEPEND} + gnuplot? ( >=sci-visualization/gnuplot-3.7 )" +BDEPEND="dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +src_prepare() { + default + cat >po/POTFILES.skip <<-EOF || die + # Required by make check + data/currencies.xml.in + data/datasets.xml.in + data/elements.xml.in + data/functions.xml.in + data/planets.xml.in + data/prefixes.xml.in + data/units.xml.in + data/variables.xml.in + src/defs2doc.cc + EOF + + eautoreconf +} + +src_configure() { + # Needed for po-defs/Makefile + export CXX_FOR_BUILD="$(tc-getBUILD_CXX)" + export CXXCPP_FOR_BUILD="$(tc-getBUILD_CXX) -E" + + # bug #792027 + tc-export CC + + # bug #924939 + use elibc_musl && append-ldflags -Wl,-z,stack-size=2097152 + + local myeconfargs=( + $(use_enable test tests) + $(use_enable test unittests) + $(use_with curl libcurl) + $(use_with gnuplot gnuplot-call) + $(use_enable !hardened insecure) + $(use_with icu) + $(use_with readline) + ) + + econf "${myeconfargs[@]}" +} + +src_install() { + # docs/reference/Makefile.am -> referencedir= + emake \ + DESTDIR="${D}" \ + referencedir="${EPREFIX}/usr/share/doc/${PF}/html" \ + install + + einstalldocs + + find "${ED}" -name '*.la' -delete || die +} diff --git a/sec-keys/openpgp-keys-gocryptfs/openpgp-keys-gocryptfs-20250916.ebuild b/sec-keys/openpgp-keys-gocryptfs/openpgp-keys-gocryptfs-20250916.ebuild index e19e95995f33..5df2ee7bae11 100644 --- a/sec-keys/openpgp-keys-gocryptfs/openpgp-keys-gocryptfs-20250916.ebuild +++ b/sec-keys/openpgp-keys-gocryptfs/openpgp-keys-gocryptfs-20250916.ebuild @@ -13,4 +13,4 @@ DESCRIPTION="OpenPGP keys used to sign gocryptfs" HOMEPAGE="https://nuetzlich.net/" SRC_URI+="https://nuetzlich.net/gocryptfs-signing-key.pub -> ${PN}-nuetzlich-gocryptfs-signing-key-${PV}.pub" -KEYWORDS="amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc64 ~riscv ~x86" diff --git a/sys-apps/bleachbit/bleachbit-5.0.0.ebuild b/sys-apps/bleachbit/bleachbit-5.0.0.ebuild index 0c92afa6e83b..ae8e8fe74cfc 100644 --- a/sys-apps/bleachbit/bleachbit-5.0.0.ebuild +++ b/sys-apps/bleachbit/bleachbit-5.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ SRC_URI="https://download.bleachbit.org/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" RDEPEND=" $(python_gen_cond_dep ' diff --git a/sys-apps/groff/groff-1.23.0-r1.ebuild b/sys-apps/groff/groff-1.23.0-r1.ebuild index b15b9d89866d..dbf71d8b4bb8 100644 --- a/sys-apps/groff/groff-1.23.0-r1.ebuild +++ b/sys-apps/groff/groff-1.23.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -37,6 +37,7 @@ DEPEND="${RDEPEND}" BDEPEND=" dev-lang/perl sys-apps/texinfo + sys-devel/m4 " DOCS=( BUG-REPORT ChangeLog MORE.STUFF NEWS PROBLEMS PROJECTS README TODO ) diff --git a/sys-apps/groff/groff-1.23.0.ebuild b/sys-apps/groff/groff-1.23.0.ebuild index 3a7cb6c323e0..5368e724df10 100644 --- a/sys-apps/groff/groff-1.23.0.ebuild +++ b/sys-apps/groff/groff-1.23.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -37,6 +37,7 @@ DEPEND="${RDEPEND}" BDEPEND=" dev-lang/perl sys-apps/texinfo + sys-devel/m4 " DOCS=( BUG-REPORT ChangeLog MORE.STUFF NEWS PROBLEMS PROJECTS README TODO ) diff --git a/sys-apps/hexyl/Manifest b/sys-apps/hexyl/Manifest index bdb5f41b3b71..efc784cd46fc 100644 --- a/sys-apps/hexyl/Manifest +++ b/sys-apps/hexyl/Manifest @@ -22,7 +22,7 @@ DIST doc-comment-0.3.3.crate 4123 BLAKE2B a82d1c1a7a90af6e111b5e684a1298d7eac5fd DIST errno-0.3.9.crate 10690 BLAKE2B 8deb19cf0c830ff2adebb733ab961558cb4463f256604f9c76d5c5952f34a79b70dce47e28f68f459977ef34d4821ab5d0f7e79a7a110693700f80b49ba56651 SHA512 777fbac5730d420d58275ef63b7579997d8e6c72106d483ee1e3b1f1ce3977f1f66c56870a05acaa4cfacacb820eaf963e9c763748759cff3668fa2e6f89f04a DIST float-cmp-0.9.0.crate 10102 BLAKE2B 46bce5f7e838a947bbbdd22b085435e795b67fd23479780f65bf1586a70e7a35f04f9af086be98bff24e2583eeac7c9688727a2ddbd1ce978526dc01abf67dfd SHA512 f8dad12ecf8a278769054fd78794999dae8dedbcfde5e77bdf6cea12fdeaadeeb2f1f3ca62df9aadc1bc3f61457236c4854d6d6923ad6d03ae7f23af600572e8 DIST heck-0.5.0.crate 11517 BLAKE2B 5365ec43b2239a76b33a174f1a4292ece4147f9d382a68c6c60db78fdc8bad0afb1d51a65bcb25e96675372faa4ea37c318265030b0546ba51942f7c929e1835 SHA512 f044fc9c3d22466629fd8f772ec0555350fd611c0cfadca51d99a3d2f10e155f77c1091916c8a95a6b9b499f366c2e99a5fbf45b010f988bfb9b2501bf9f6a76 -DIST hexyl-0.16.0.crate 42892 BLAKE2B a86a4d324e7bfdc1abc84596b6078ce6d0460399c6d625b8b20b35ef5101d8ae1845951b98d026ea786c5789a8efb1988f884d4a9862c0ef2873f7f917901433 SHA512 7b1b237474cf925bbacd3b0a362f9aa7e325c0d9dc91df888aafe812039b404822d83463789c3ca4d011dd2a17357974a032f680d938fa1874b00a975d939c4a +DIST hexyl-0.16.0.tar.gz 42826 BLAKE2B e98a7a53c7d8c0a4f9164047de6168ab6d77ca33ecd3f93f0dc14ce1e5b2430cbf5ca713ca44ede39bbcd2c7b3b53b090d40e1f7efc56d9a1c1f4013a1cb05a7 SHA512 2b345a5cf3414bae90e9d6a0daa6e0516f4e8cd61dc3c18042ba110b470335a6847e9943fd7402ab46a3d75d5adb407767a66d9bc7203dc10b80f8e0834cbfa1 DIST is_ci-1.2.0.crate 4521 BLAKE2B 59591545c2da2052629c97e345b1ed1f0f621d5a3a158e0456b0a8711011160f01b01f4ca91e12f807d2e74dc127dd2a9be7ba9b1c9ee458ceea590cf8feec2e SHA512 0479117be842723810ae7f641e5e4b5daaa5543655de50c8e465ee600803be78901f0c0893a4953b5ff0b438216aecb479b9e40aa2c78da0655249f127edf2eb DIST is_terminal_polyfill-1.70.1.crate 7492 BLAKE2B fa663f858ab8e5fd56202d731b572bfdd4ab0e8262100424e27360a9ffd2820182bc57d6718a305ef82d04c3798111841c0d9f9dcfe219765c0f63edb560dc1e SHA512 4730fa09401cb4e69c92b38b2b43afd74699c61f5bd7b37605efbc0c08ca7a1318d43e4a844e46e0f84f83f42432f01e33771be2b18eb5977702ab9f894837e1 DIST libc-0.2.161.crate 765389 BLAKE2B 4880efbc347e0b92faa893993f37c486a69afd1a3c741cfb9d3a2d3c87fd56e49788f8aeac17baca217f4ceee9180097386ef481f4e142942802f27983f8e6fa SHA512 264d7a872c10484b9cb19ee858c2ac44bf165297653fbc6220672bd2e0ba10913408130f21d370d2861eef529f9ecafece66515b47b4461d56e6b02f55ea2be8 diff --git a/sys-apps/hexyl/hexyl-0.16.0.ebuild b/sys-apps/hexyl/hexyl-0.16.0.ebuild index 8a91888541c9..47f8d7978917 100644 --- a/sys-apps/hexyl/hexyl-0.16.0.ebuild +++ b/sys-apps/hexyl/hexyl-0.16.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2024 Gentoo Authors +# Copyright 2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,10 +6,10 @@ EAPI=8 CRATES=" aho-corasick@1.1.3 anstream@0.6.17 - anstyle@1.0.9 anstyle-parse@0.2.6 anstyle-query@1.1.2 anstyle-wincon@3.0.6 + anstyle@1.0.9 anyhow@1.0.91 assert_cmd@2.0.16 autocfg@1.4.0 @@ -36,15 +36,15 @@ CRATES=" normalize-line-endings@0.3.0 num-traits@0.2.19 owo-colors@4.1.0 - predicates@3.1.2 predicates-core@1.0.8 predicates-tree@1.0.11 + predicates@3.1.2 pretty_assertions@1.4.1 proc-macro2@1.0.89 quote@1.0.37 - regex@1.11.1 regex-automata@0.4.8 regex-syntax@0.8.5 + regex@1.11.1 rustix@0.38.38 serde@1.0.214 serde_derive@1.0.214 @@ -53,8 +53,8 @@ CRATES=" syn@2.0.85 terminal_size@0.4.0 termtree@0.4.1 - thiserror@1.0.65 thiserror-impl@1.0.65 + thiserror@1.0.65 unicode-ident@1.0.13 unicode-xid@0.2.6 utf8parse@0.2.2 @@ -71,35 +71,26 @@ CRATES=" windows_x86_64_gnullvm@0.52.6 windows_x86_64_msvc@0.52.6 yansi@1.0.1 - ${PN}@${PV} " inherit cargo DESCRIPTION="A command-line hex viewer" HOMEPAGE="https://github.com/sharkdp/hexyl" -SRC_URI="${CARGO_CRATE_URIS}" +SRC_URI=" + https://github.com/sharkdp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz + ${CARGO_CRATE_URIS} +" LICENSE="|| ( Apache-2.0 MIT )" # Dependent crate licenses LICENSE+=" Apache-2.0 ISC MIT Unicode-DFS-2016 ZLIB" SLOT="0" KEYWORDS="~amd64" -IUSE="man" - -BDEPEND=" - man? ( virtual/pandoc ) -" -src_compile() { - cargo_src_compile - - use man && pandoc -s -f markdown -t man -o "doc/${PN}.1" "doc/${PN}.1.md" -} +DOCS=( README.md CHANGELOG.md ) src_install() { cargo_src_install - einstalldocs - use man && doman doc/${PN}.1 } diff --git a/sys-apps/hexyl/metadata.xml b/sys-apps/hexyl/metadata.xml index 1bd26735cdca..24ccbb8a7ce2 100644 --- a/sys-apps/hexyl/metadata.xml +++ b/sys-apps/hexyl/metadata.xml @@ -2,9 +2,9 @@ <!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> - <email>Wuzy01@qq.com</email> - <name>Wu, Zhenyu</name> + <email>thomas@binaryden.de</email> + <name>Thomas Kemmer</name> </maintainer> - <origin>gentoo-guru-overlay</origin> + <origin>binaryden-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/sys-apps/locale-gen/locale-gen-3.10.ebuild b/sys-apps/locale-gen/locale-gen-3.10.ebuild index 34265f54c6cd..0325795b9fbb 100644 --- a/sys-apps/locale-gen/locale-gen-3.10.ebuild +++ b/sys-apps/locale-gen/locale-gen-3.10.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then else SRC_URI="https://gitweb.gentoo.org/proj/locale-gen.git/snapshot/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" fi LICENSE="GPL-2" diff --git a/sys-apps/s6-frontend/Manifest b/sys-apps/s6-frontend/Manifest new file mode 100644 index 000000000000..dd02926cbe2b --- /dev/null +++ b/sys-apps/s6-frontend/Manifest @@ -0,0 +1 @@ +DIST s6-frontend-0.0.1.1.tar.gz 56413 BLAKE2B 6790dd79bda08dcd2a62caa9c2663b52805ff6ef1fdc92cf7533b47fe180e5673a95d95289740c0297d81e9b746fe3e3fb32b97bccb151fa4d01474b5672306e SHA512 766e5b144eb34a5b075e49702d7d906b2cb5b4e6b32b3178e6912bcd53944f07aad899e30e1cc99998574f1ebd26c1442d0c2361765ddeb40a61a49db3447777 diff --git a/sys-apps/s6-frontend/metadata.xml b/sys-apps/s6-frontend/metadata.xml new file mode 100644 index 000000000000..e4acb158611d --- /dev/null +++ b/sys-apps/s6-frontend/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>arkamar@gentoo.org</email> + <name>Petr Vaněk</name> + </maintainer> + + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/sys-apps/s6-frontend/s6-frontend-0.0.1.1-r1.ebuild b/sys-apps/s6-frontend/s6-frontend-0.0.1.1-r1.ebuild new file mode 100644 index 000000000000..a8619f904864 --- /dev/null +++ b/sys-apps/s6-frontend/s6-frontend-0.0.1.1-r1.ebuild @@ -0,0 +1,60 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="Frontend to the s6 init system" +HOMEPAGE="https://skarnet.org/software/s6-frontend/" +SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-lang/execline:= + >=dev-libs/skalibs-2.14.5.0:= + sys-apps/s6:=[execline] + >=sys-apps/s6-rc-0.6.0.0:= +" +DEPEND=" + ${RDEPEND} + sys-apps/s6-linux-init:= +" + +HTML_DOCS=( doc/. ) + +src_prepare() { + default + + # Avoid QA warning for LDFLAGS addition + sed -i -e 's/.*-Wl,--hash-style=both$/:/' configure || die + + sed -i -e '/AR := /d' -e '/RANLIB := /d' Makefile || die +} + +src_configure() { + tc-export AR CC RANLIB + + local myconf=( + --bindir=/bin + --dynlibdir="/$(get_libdir)" + --libdir="/usr/$(get_libdir)/${PN}" + --libexecdir=/lib/s6 + --with-dynlib="/$(get_libdir)" + --with-lib="/usr/$(get_libdir)/execline" + --with-lib="/usr/$(get_libdir)/s6" + --with-lib="/usr/$(get_libdir)/s6-rc" + --with-lib="/usr/$(get_libdir)/skalibs" + --with-sysdeps="/usr/$(get_libdir)/skalibs" + + --enable-shared + --disable-allstatic + --disable-static + --disable-static-libc + ) + + econf "${myconf[@]}" +} diff --git a/sys-cluster/ceph/ceph-19.2.2-r6.ebuild b/sys-cluster/ceph/ceph-19.2.2-r6.ebuild index 6d04e7c55c2c..cfb738340e7d 100644 --- a/sys-cluster/ceph/ceph-19.2.2-r6.ebuild +++ b/sys-cluster/ceph/ceph-19.2.2-r6.ebuild @@ -205,20 +205,16 @@ PATCHES=( "${FILESDIR}/ceph-12.2.0-use-provided-cpu-flag-values.patch" "${FILESDIR}/ceph-14.2.0-cflags.patch" "${FILESDIR}/ceph-17.2.1-no-virtualenvs.patch" - "${FILESDIR}/ceph-13.2.2-dont-install-sysvinit-script.patch" "${FILESDIR}/ceph-14.2.0-dpdk-cflags.patch" "${FILESDIR}/ceph-16.2.0-rocksdb-cmake.patch" "${FILESDIR}/ceph-16.2.0-spdk-tinfo.patch" "${FILESDIR}/ceph-16.2.0-jaeger-system-boost.patch" "${FILESDIR}/ceph-17.2.0-pybind-boost-1.74.patch" "${FILESDIR}/ceph-17.2.0-findre2.patch" - "${FILESDIR}/ceph-18.2.0-system-opentelemetry.patch" "${FILESDIR}/ceph-17.2.0-osd_class_dir.patch" - "${FILESDIR}/ceph-17.2.0-gcc12-header.patch" "${FILESDIR}/ceph-17.2.3-flags.patch" # https://bugs.gentoo.org/866165 "${FILESDIR}/ceph-17.2.5-suppress-cmake-warning.patch" - "${FILESDIR}/ceph-17.2.5-gcc13-deux.patch" # https://bugs.gentoo.org/905626 "${FILESDIR}/ceph-17.2.6-arrow-flatbuffers-c++14.patch" # https://bugs.gentoo.org/868891 @@ -245,6 +241,16 @@ PATCHES=( "${FILESDIR}/ceph-19.2.2-py313-3.patch" "${FILESDIR}/ceph-19.2.2-gcc15.patch" "${FILESDIR}/ceph-19.2.2-ipv6.patch" + "${FILESDIR}/ceph-19.2.2-QATAPP-Fix-clang-16-compiling-issue.patch" + "${FILESDIR}/ceph-19.2.2-add-option-to-build-agains-system-opentelemetry.patch" + "${FILESDIR}/ceph-19.2.2-common-add-dependency-on-legacy-option-headers.patch" + "${FILESDIR}/ceph-19.2.2-rbd-make-enums-statically-castable.patch" + "${FILESDIR}/ceph-19.2.2-rgw-remove-FMT_STRING-to-fix-clang-20-build-failure.patch" + "${FILESDIR}/ceph-19.2.2-rgw-update-to-latest-zpp_bits.h.patch" + # https://bugs.gentoo.org/960812 + "${FILESDIR}/ceph-19.2.2-silent-unused-variable-warning.patch" + "${FILESDIR}/ceph-19.2.2-src-mgr-make-enum-statically-castable.patch" + "${FILESDIR}/ceph-19.2.2-drop-export-dynamic.patch" ) check-reqs_export_vars() { @@ -383,6 +389,9 @@ ceph_src_configure() { -DWITH_JAEGER:BOOL=$(usex jaeger) -DWITH_RADOSGW_SELECT_PARQUET:BOOL=$(usex parquet) ) + if use jaeger; then + mycmakeargs+=( -DWITH_SYSTEM_OPENTELEMETRY:BOOL=ON ) + fi else mycmakeargs+=( -DWITH_RADOSGW_SELECT_PARQUET:BOOL=OFF @@ -465,6 +474,11 @@ src_install() { find "${ED}" -name '*.la' -type f -delete || die + local bundled_init="${ED}/etc/init.d/ceph" + [[ -f "${bundled_init}" ]] && { + rm "${bundled_init}" || die + } + exeinto /usr/$(get_libdir)/ceph newexe "${BUILD_DIR}/bin/init-ceph" init-ceph diff --git a/sys-cluster/ceph/ceph-19.2.3.ebuild b/sys-cluster/ceph/ceph-19.2.3.ebuild index b85dc3dad664..a4b886267a8f 100644 --- a/sys-cluster/ceph/ceph-19.2.3.ebuild +++ b/sys-cluster/ceph/ceph-19.2.3.ebuild @@ -206,20 +206,16 @@ PATCHES=( "${FILESDIR}/ceph-12.2.0-use-provided-cpu-flag-values.patch" "${FILESDIR}/ceph-14.2.0-cflags.patch" "${FILESDIR}/ceph-17.2.1-no-virtualenvs.patch" - "${FILESDIR}/ceph-13.2.2-dont-install-sysvinit-script.patch" "${FILESDIR}/ceph-14.2.0-dpdk-cflags.patch" "${FILESDIR}/ceph-16.2.0-rocksdb-cmake.patch" "${FILESDIR}/ceph-16.2.0-spdk-tinfo.patch" "${FILESDIR}/ceph-16.2.0-jaeger-system-boost.patch" "${FILESDIR}/ceph-17.2.0-pybind-boost-1.74.patch" "${FILESDIR}/ceph-17.2.0-findre2.patch" - "${FILESDIR}/ceph-18.2.0-system-opentelemetry.patch" "${FILESDIR}/ceph-17.2.0-osd_class_dir.patch" - "${FILESDIR}/ceph-17.2.0-gcc12-header.patch" "${FILESDIR}/ceph-17.2.3-flags.patch" # https://bugs.gentoo.org/866165 "${FILESDIR}/ceph-17.2.5-suppress-cmake-warning.patch" - "${FILESDIR}/ceph-17.2.5-gcc13-deux.patch" # https://bugs.gentoo.org/905626 "${FILESDIR}/ceph-17.2.6-arrow-flatbuffers-c++14.patch" # https://bugs.gentoo.org/868891 @@ -244,6 +240,16 @@ PATCHES=( "${FILESDIR}/ceph-19.2.2-py313-2.patch" "${FILESDIR}/ceph-19.2.2-py313-3.patch" "${FILESDIR}/ceph-19.2.2-gcc15.patch" + "${FILESDIR}/ceph-19.2.2-QATAPP-Fix-clang-16-compiling-issue.patch" + "${FILESDIR}/ceph-19.2.2-add-option-to-build-agains-system-opentelemetry.patch" + "${FILESDIR}/ceph-19.2.2-common-add-dependency-on-legacy-option-headers.patch" + "${FILESDIR}/ceph-19.2.2-rbd-make-enums-statically-castable.patch" + "${FILESDIR}/ceph-19.2.2-rgw-remove-FMT_STRING-to-fix-clang-20-build-failure.patch" + "${FILESDIR}/ceph-19.2.2-rgw-update-to-latest-zpp_bits.h.patch" + # https://bugs.gentoo.org/960812 + "${FILESDIR}/ceph-19.2.2-silent-unused-variable-warning.patch" + "${FILESDIR}/ceph-19.2.2-src-mgr-make-enum-statically-castable.patch" + "${FILESDIR}/ceph-19.2.2-drop-export-dynamic.patch" ) check-reqs_export_vars() { @@ -382,6 +388,9 @@ ceph_src_configure() { -DWITH_JAEGER:BOOL=$(usex jaeger) -DWITH_RADOSGW_SELECT_PARQUET:BOOL=$(usex parquet) ) + if use jaeger; then + mycmakeargs+=( -DWITH_SYSTEM_OPENTELEMETRY:BOOL=ON ) + fi else mycmakeargs+=( -DWITH_RADOSGW_SELECT_PARQUET:BOOL=OFF @@ -464,6 +473,11 @@ src_install() { find "${ED}" -name '*.la' -type f -delete || die + local bundled_init="${ED}/etc/init.d/ceph" + [[ -f "${bundled_init}" ]] && { + rm "${bundled_init}" || die + } + exeinto /usr/$(get_libdir)/ceph newexe "${BUILD_DIR}/bin/init-ceph" init-ceph diff --git a/sys-cluster/ceph/ceph-20.1.0-r2.ebuild b/sys-cluster/ceph/ceph-20.1.0-r2.ebuild index 9d693a112dc5..47c852b605e4 100644 --- a/sys-cluster/ceph/ceph-20.1.0-r2.ebuild +++ b/sys-cluster/ceph/ceph-20.1.0-r2.ebuild @@ -201,19 +201,15 @@ RDEPEND=" PATCHES=( "${FILESDIR}/ceph-12.2.0-use-provided-cpu-flag-values.patch" "${FILESDIR}/ceph-17.2.1-no-virtualenvs.patch" - "${FILESDIR}/ceph-13.2.2-dont-install-sysvinit-script.patch" "${FILESDIR}/ceph-14.2.0-dpdk-cflags.patch" "${FILESDIR}/ceph-16.2.0-rocksdb-cmake.patch" "${FILESDIR}/ceph-16.2.0-spdk-tinfo.patch" "${FILESDIR}/ceph-16.2.0-jaeger-system-boost.patch" "${FILESDIR}/ceph-17.2.0-pybind-boost-1.74.patch" "${FILESDIR}/ceph-17.2.0-findre2.patch" - "${FILESDIR}/ceph-18.2.0-system-opentelemetry.patch" "${FILESDIR}/ceph-17.2.0-osd_class_dir.patch" - "${FILESDIR}/ceph-17.2.0-gcc12-header.patch" # https://bugs.gentoo.org/866165 "${FILESDIR}/ceph-17.2.5-suppress-cmake-warning.patch" - "${FILESDIR}/ceph-17.2.5-gcc13-deux.patch" # https://bugs.gentoo.org/868891 "${FILESDIR}/ceph-18.2.0-cyclic-deps.patch" # https://bugs.gentoo.org/907739 @@ -222,8 +218,15 @@ PATCHES=( "${FILESDIR}/ceph-18.2.4-liburing.patch" "${FILESDIR}/ceph-18.2.4-spdk.patch" "${FILESDIR}/ceph-19.2.1-isa-l.patch" + "${FILESDIR}/ceph-19.2.2-QATAPP-Fix-clang-16-compiling-issue.patch" + "${FILESDIR}/ceph-19.2.2-add-option-to-build-agains-system-opentelemetry.patch" + "${FILESDIR}/ceph-19.2.2-common-add-dependency-on-legacy-option-headers.patch" + "${FILESDIR}/ceph-19.2.2-rbd-make-enums-statically-castable.patch" + "${FILESDIR}/ceph-19.2.2-rgw-remove-FMT_STRING-to-fix-clang-20-build-failure.patch" + # https://bugs.gentoo.org/960812 + "${FILESDIR}/ceph-19.2.2-silent-unused-variable-warning.patch" + "${FILESDIR}/ceph-19.2.2-src-mgr-make-enum-statically-castable.patch" "${FILESDIR}/ceph-20.1.0-nvmeof.patch" - "${FILESDIR}/ceph-20.1.0-opentelemetry.patch" ) check-reqs_export_vars() { @@ -347,8 +350,7 @@ ceph_src_configure() { -DWITH_SYSTEM_UTF8PROC:BOOL=ON -DCMAKE_INSTALL_DOCDIR:PATH="${EPREFIX}/usr/share/doc/${PN}-${PVR}" -DCMAKE_INSTALL_SYSCONFDIR:PATH="${EPREFIX}/etc" - # use the bundled libfmt for now since they seem to constantly break their API - -DCMAKE_DISABLE_FIND_PACKAGE_fmt=ON + -DWITH_SYSTEM_FMT=ON -Wno-dev -DCEPHADM_BUNDLED_DEPENDENCIES=none -DWITH_NVMEOF_GATEWAY_MONITOR_CLIENT:BOOL=$(usex nvmeof) @@ -360,6 +362,9 @@ ceph_src_configure() { -DWITH_JAEGER:BOOL=$(usex jaeger) -DWITH_RADOSGW_SELECT_PARQUET:BOOL=$(usex parquet) ) + if use jaeger; then + mycmakeargs+=( -DWITH_SYSTEM_OPENTELEMETRY:BOOL=ON ) + fi else mycmakeargs+=( -DWITH_RADOSGW_SELECT_PARQUET:BOOL=OFF @@ -442,6 +447,11 @@ src_install() { find "${ED}" -name '*.la' -type f -delete || die + local bundled_init="${ED}/etc/init.d/ceph" + [[ -f "${bundled_init}" ]] && { + rm "${bundled_init}" || die + } + exeinto /usr/$(get_libdir)/ceph newexe "${BUILD_DIR}/bin/init-ceph" init-ceph diff --git a/sys-cluster/ceph/ceph-20.1.1.ebuild b/sys-cluster/ceph/ceph-20.1.1.ebuild index 9d693a112dc5..47c852b605e4 100644 --- a/sys-cluster/ceph/ceph-20.1.1.ebuild +++ b/sys-cluster/ceph/ceph-20.1.1.ebuild @@ -201,19 +201,15 @@ RDEPEND=" PATCHES=( "${FILESDIR}/ceph-12.2.0-use-provided-cpu-flag-values.patch" "${FILESDIR}/ceph-17.2.1-no-virtualenvs.patch" - "${FILESDIR}/ceph-13.2.2-dont-install-sysvinit-script.patch" "${FILESDIR}/ceph-14.2.0-dpdk-cflags.patch" "${FILESDIR}/ceph-16.2.0-rocksdb-cmake.patch" "${FILESDIR}/ceph-16.2.0-spdk-tinfo.patch" "${FILESDIR}/ceph-16.2.0-jaeger-system-boost.patch" "${FILESDIR}/ceph-17.2.0-pybind-boost-1.74.patch" "${FILESDIR}/ceph-17.2.0-findre2.patch" - "${FILESDIR}/ceph-18.2.0-system-opentelemetry.patch" "${FILESDIR}/ceph-17.2.0-osd_class_dir.patch" - "${FILESDIR}/ceph-17.2.0-gcc12-header.patch" # https://bugs.gentoo.org/866165 "${FILESDIR}/ceph-17.2.5-suppress-cmake-warning.patch" - "${FILESDIR}/ceph-17.2.5-gcc13-deux.patch" # https://bugs.gentoo.org/868891 "${FILESDIR}/ceph-18.2.0-cyclic-deps.patch" # https://bugs.gentoo.org/907739 @@ -222,8 +218,15 @@ PATCHES=( "${FILESDIR}/ceph-18.2.4-liburing.patch" "${FILESDIR}/ceph-18.2.4-spdk.patch" "${FILESDIR}/ceph-19.2.1-isa-l.patch" + "${FILESDIR}/ceph-19.2.2-QATAPP-Fix-clang-16-compiling-issue.patch" + "${FILESDIR}/ceph-19.2.2-add-option-to-build-agains-system-opentelemetry.patch" + "${FILESDIR}/ceph-19.2.2-common-add-dependency-on-legacy-option-headers.patch" + "${FILESDIR}/ceph-19.2.2-rbd-make-enums-statically-castable.patch" + "${FILESDIR}/ceph-19.2.2-rgw-remove-FMT_STRING-to-fix-clang-20-build-failure.patch" + # https://bugs.gentoo.org/960812 + "${FILESDIR}/ceph-19.2.2-silent-unused-variable-warning.patch" + "${FILESDIR}/ceph-19.2.2-src-mgr-make-enum-statically-castable.patch" "${FILESDIR}/ceph-20.1.0-nvmeof.patch" - "${FILESDIR}/ceph-20.1.0-opentelemetry.patch" ) check-reqs_export_vars() { @@ -347,8 +350,7 @@ ceph_src_configure() { -DWITH_SYSTEM_UTF8PROC:BOOL=ON -DCMAKE_INSTALL_DOCDIR:PATH="${EPREFIX}/usr/share/doc/${PN}-${PVR}" -DCMAKE_INSTALL_SYSCONFDIR:PATH="${EPREFIX}/etc" - # use the bundled libfmt for now since they seem to constantly break their API - -DCMAKE_DISABLE_FIND_PACKAGE_fmt=ON + -DWITH_SYSTEM_FMT=ON -Wno-dev -DCEPHADM_BUNDLED_DEPENDENCIES=none -DWITH_NVMEOF_GATEWAY_MONITOR_CLIENT:BOOL=$(usex nvmeof) @@ -360,6 +362,9 @@ ceph_src_configure() { -DWITH_JAEGER:BOOL=$(usex jaeger) -DWITH_RADOSGW_SELECT_PARQUET:BOOL=$(usex parquet) ) + if use jaeger; then + mycmakeargs+=( -DWITH_SYSTEM_OPENTELEMETRY:BOOL=ON ) + fi else mycmakeargs+=( -DWITH_RADOSGW_SELECT_PARQUET:BOOL=OFF @@ -442,6 +447,11 @@ src_install() { find "${ED}" -name '*.la' -type f -delete || die + local bundled_init="${ED}/etc/init.d/ceph" + [[ -f "${bundled_init}" ]] && { + rm "${bundled_init}" || die + } + exeinto /usr/$(get_libdir)/ceph newexe "${BUILD_DIR}/bin/init-ceph" init-ceph diff --git a/sys-cluster/ceph/files/ceph-13.2.2-dont-install-sysvinit-script.patch b/sys-cluster/ceph/files/ceph-13.2.2-dont-install-sysvinit-script.patch deleted file mode 100644 index 4fbc8b6c8102..000000000000 --- a/sys-cluster/ceph/files/ceph-13.2.2-dont-install-sysvinit-script.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 874eabfaa1..e337f4cf8e 100644 ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -601,10 +601,6 @@ install(PROGRAMS - ${CMAKE_SOURCE_DIR}/src/ceph-run - ${CMAKE_SOURCE_DIR}/src/ceph-clsinfo - DESTINATION bin) --install(PROGRAMS -- ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/init-ceph -- DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/init.d -- RENAME ceph) - - install(FILES - ${CMAKE_SOURCE_DIR}/share/id_rsa_drop.ceph.com diff --git a/sys-cluster/ceph/files/ceph-17.2.0-gcc12-header.patch b/sys-cluster/ceph/files/ceph-17.2.0-gcc12-header.patch deleted file mode 100644 index 70d3eb94c97a..000000000000 --- a/sys-cluster/ceph/files/ceph-17.2.0-gcc12-header.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 496465d9238109a93612e28682273e5bf576823b Mon Sep 17 00:00:00 2001 -From: Chen Qi <Qi.Chen@windriver.com> -Date: Sun, 22 May 2022 19:40:59 -0700 -Subject: [PATCH 1/2] buffer.h: add missing header file due to gcc upgrade - -The header file <memory> have been changed to be no longer included by other -heades, thus requiring explicit include. See https://gcc.gnu.org/gcc-12/porting_to.html - -Upstream-Status: Pending - -Signed-off-by: Chen Qi <Qi.Chen@windriver.com> ---- - src/include/buffer.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/include/buffer.h b/src/include/buffer.h -index 5c8b427d..88845ee6 100644 ---- a/src/include/buffer.h -+++ b/src/include/buffer.h -@@ -43,6 +43,7 @@ - #include <list> - #include <vector> - #include <string> -+#include <memory> - #if __cplusplus >= 201703L - #include <string_view> - #endif // __cplusplus >= 201703L --- -2.36.0 - diff --git a/sys-cluster/ceph/files/ceph-17.2.5-gcc13-deux.patch b/sys-cluster/ceph/files/ceph-17.2.5-gcc13-deux.patch deleted file mode 100644 index 1bfe7fdbf52f..000000000000 --- a/sys-cluster/ceph/files/ceph-17.2.5-gcc13-deux.patch +++ /dev/null @@ -1,94 +0,0 @@ -https://bugs.gentoo.org/892501 -https://src.fedoraproject.org/rpms/ceph/c/945dc70d291321704f3218faa7c3efe70687ce27?branch=rawhide ---- a/src/common/subsys_types.h -+++ b/src/common/subsys_types.h -@@ -53,7 +53,7 @@ - #undef DEFAULT_SUBSYS - } - --constexpr static std::uint8_t -+constexpr static uint8_t - ceph_subsys_get_max_default_level(const std::size_t subidx) { - const auto item = ceph_subsys_get_as_array()[subidx]; - return std::max(item.log_level, item.gather_level); ---- a/src/msg/async/compression_onwire.h -+++ b/src/msg/async/compression_onwire.h -@@ -44,7 +44,7 @@ - - class TxHandler final : private Handler { - public: -- TxHandler(CephContext* const cct, CompressorRef compressor, int mode, std::uint64_t min_size) -+ TxHandler(CephContext* const cct, CompressorRef compressor, int mode, uint64_t min_size) - : Handler(cct, compressor), - m_min_size(min_size), - m_mode(static_cast<Compressor::CompressionMode>(mode)) -@@ -97,7 +97,7 @@ - static rxtx_t create_handler_pair( - CephContext* ctx, - const CompConnectionMeta& comp_meta, -- std::uint64_t compress_min_size); -+ uint64_t compress_min_size); - }; - } - ---- a/src/msg/async/crypto_onwire.h -+++ b/src/msg/async/crypto_onwire.h -@@ -95,7 +95,7 @@ - // Transmitter can append extra bytes of ciphertext at the -final step. - // This method return how much was added, and thus let client translate - // plaintext size into ciphertext size to grab from wire. -- virtual std::uint32_t get_extra_size_at_final() = 0; -+ virtual uint32_t get_extra_size_at_final() = 0; - - // Instance of RxHandler must be reset before doing any decrypt-update - // step. This applies also to situation when decrypt-final was already ---- a/src/common/Cycles.h -+++ b/src/common/Cycles.h -@@ -29,8 +29,9 @@ - */ - - --#ifndef CEPH_CYCLES_H --#define CEPH_CYCLES_H -+#pragma once -+ -+#include <cstdint> - - /** - * This class provides static methods that read the fine-grain CPU -@@ -112,4 +113,3 @@ - } - }; - --#endif // CEPH_CYCLES_H ---- a/src/test/librados/op_speed.cc -+++ b/src/test/librados/op_speed.cc -@@ -9,7 +9,7 @@ - for (int i = 0; i < to_create; ++i) { - librados::ObjectReadOperation op; - bufferlist bl; -- std::uint64_t sz; -+ uint64_t sz; - struct timespec tm; - std::map<std::string, ceph::buffer::list> xattrs; - std::map<std::string, ceph::buffer::list> omap; ---- a/src/test/mon/test_log_rss_usage.cc -+++ b/src/test/mon/test_log_rss_usage.cc -@@ -5,6 +5,7 @@ - #include <string> - #include <iostream> - #include <fstream> -+#include <cstdint> - #include <stdlib.h> - #include <stdio.h> - #include <unistd.h> ---- a/src/librbd/api/PoolMetadata.h -+++ b/src/librbd/api/PoolMetadata.h -@@ -9,6 +9,7 @@ - - #include <map> - #include <string> -+#include <cstdint> - - namespace librbd { - diff --git a/sys-cluster/ceph/files/ceph-18.2.0-system-opentelemetry.patch b/sys-cluster/ceph/files/ceph-18.2.0-system-opentelemetry.patch deleted file mode 100644 index 5e92d491dba9..000000000000 --- a/sys-cluster/ceph/files/ceph-18.2.0-system-opentelemetry.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 0a841c5db37..29be0232b48 100644 ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -433,8 +433,12 @@ add_dependencies(common-objs legacy-option-headers) - - if(WITH_JAEGER) - find_package(thrift 0.13.0 REQUIRED) -- include(BuildOpentelemetry) -- build_opentelemetry() -+ find_package(opentelemetry-cpp REQUIRED) -+ set(jaeger_base -+ opentelemetry-cpp::common -+ opentelemetry-cpp::trace -+ opentelemetry-cpp::jaeger_trace_exporter -+ thrift::libthrift) - add_library(jaeger_base INTERFACE) - target_link_libraries(jaeger_base INTERFACE opentelemetry::libopentelemetry - thrift::libthrift) diff --git a/sys-cluster/ceph/files/ceph-19.2.2-QATAPP-Fix-clang-16-compiling-issue.patch b/sys-cluster/ceph/files/ceph-19.2.2-QATAPP-Fix-clang-16-compiling-issue.patch new file mode 100644 index 000000000000..cff146921eae --- /dev/null +++ b/sys-cluster/ceph/files/ceph-19.2.2-QATAPP-Fix-clang-16-compiling-issue.patch @@ -0,0 +1,175 @@ +https://github.com/intel/QATzip/commit/a71a7f210d4329582c95dbe859c46ddff1690f25 + +patch on 'include/qz_utils.h' is removed because of not appliable to ceph + +From a71a7f210d4329582c95dbe859c46ddff1690f25 Mon Sep 17 00:00:00 2001 +From: Zhu Chengfei <chengfeix.zhu@intel.com> +Date: Fri, 23 Aug 2024 06:34:26 -0400 +Subject: [PATCH] QATAPP-31772: Fix clang-16 compiling issue + +* Fix function declaration without a prototype +* Fix no newline at end of file src/qatzip_sw.c +* Fix compiling issue [-Wgnu-zero-variadic-macro-arguments] + +Signed-off-by: Zhu Chengfei <chengfeix.zhu@intel.com> +Signed-off-by: David Qian <david.qian@intel.com> + +diff --git a/src/qatzip/src/qatzip_internal.h b/src/qatzip/src/qatzip_internal.h +index 882c798..a784d53 100755 +--- a/src/qatzip/src/qatzip_internal.h ++++ b/src/qatzip/src/qatzip_internal.h +@@ -448,7 +448,7 @@ void cleanUpInstMem(int i); + + void qzMemDestory(void); + +-void streamBufferCleanup(); ++void streamBufferCleanup(void); + + //lz4 functions + unsigned long qzLZ4HeaderSz(void); +diff --git a/src/qatzip/src/qatzip_lz4.c b/src/qatzip/src/qatzip_lz4.c +index 8fd19ab..8ccd277 100644 +--- a/src/qatzip/src/qatzip_lz4.c ++++ b/src/qatzip/src/qatzip_lz4.c +@@ -49,12 +49,12 @@ + #include "qatzip_internal.h" + #include "qz_utils.h" + +-inline unsigned long qzLZ4HeaderSz() ++inline unsigned long qzLZ4HeaderSz(void) + { + return QZ_LZ4_HEADER_SIZE; + } + +-inline unsigned long qzLZ4FooterSz() ++inline unsigned long qzLZ4FooterSz(void) + { + return QZ_LZ4_FOOTER_SIZE; + } +diff --git a/src/qatzip/src/qatzip_stream.c b/src/qatzip/src/qatzip_stream.c +index 307e7db..418daf3 100644 +--- a/src/qatzip/src/qatzip_stream.c ++++ b/src/qatzip/src/qatzip_stream.c +@@ -125,7 +125,7 @@ static inline int removeNodeFromList(StreamBuffNode_T *node, + return SUCCESS; + } + +-void streamBufferCleanup() ++void streamBufferCleanup(void) + { + StreamBuffNode_T *node; + StreamBuffNode_T *next; +diff --git a/src/qatzip/test/bt.c b/src/qatzip/test/bt.c +index 8382a2b..7f788cc 100755 +--- a/src/qatzip/test/bt.c ++++ b/src/qatzip/test/bt.c +@@ -42,7 +42,7 @@ + + #define DEFAULT_BUF_LEN (256*1024) + +-void usage() ++void usage(void) + { + printf("-f fit decompress buffers to size (default full buffers)\n"); + printf("-s skip specific number of bytes\n"); +diff --git a/src/qatzip/test/main.c b/src/qatzip/test/main.c +index 9329142..b43de11 100755 +--- a/src/qatzip/test/main.c ++++ b/src/qatzip/test/main.c +@@ -196,10 +196,9 @@ static bool g_perf_svm = false; + + static struct timeval g_timers[100][100]; + static struct timeval g_timer_start; +-extern void dumpAllCounters(); ++extern void dumpAllCounters(void); + static int test_thread_safe_flag = 0; + extern processData_T g_process; +-extern int errno; + + QzBlock_T *parseFormatOption(char *buf) + { +diff --git a/src/qatzip/utils/qzip.c b/src/qatzip/utils/qzip.c +index 9abf7cf..1a23535 100644 +--- a/src/qatzip/utils/qzip.c ++++ b/src/qatzip/utils/qzip.c +@@ -754,7 +754,7 @@ void processFile(QzSession_T *sess, const char *in_name, + } + } + +-void version() ++void version(void) + { + char const *const *p = g_license_msg; + +diff --git a/src/qatzip/utils/qzip.h b/src/qatzip/utils/qzip.h +index aebaf83..f60af04 100644 +--- a/src/qatzip/utils/qzip.h ++++ b/src/qatzip/utils/qzip.h +@@ -655,7 +655,7 @@ Qz7zStreamsInfo_T *resolveMainStreamsInfo(FILE *fp); + Qz7zEndHeader_T *resolveEndHeader(FILE *fp, Qz7zSignatureHeader_T *sheader); + + /* create catagory list */ +-QzCatagoryTable_T *createCatagoryList(); ++QzCatagoryTable_T *createCatagoryList(void); + int scanFilesIntoCatagory(Qz7zItemList_T *the_list); + /* + * generate functions +@@ -743,7 +743,7 @@ void displayStats(RunTimeList_T *time_list, + + void tryHelp(void); + void help(void); +-void version(); ++void version(void); + char *qzipBaseName(char *fname); + QzSuffix_T getSuffix(const char *filename); + bool hasSuffix(const char *fname); +@@ -801,6 +801,5 @@ extern const unsigned int g_bufsz_expansion_ratio[4]; + extern char const g_short_opts[]; + extern const struct option g_long_opts[]; + extern const unsigned int USDM_ALLOC_MAX_SZ; +-extern int errno; + + #endif +diff --git a/src/qatzip/utils/qzip_7z.c b/src/qatzip/utils/qzip_7z.c +index 102440b..525e05e 100644 +--- a/src/qatzip/utils/qzip_7z.c ++++ b/src/qatzip/utils/qzip_7z.c +@@ -2406,7 +2406,7 @@ QzListHead_T *qzListCreate(int num_per_node) + return p; + } + +-Qz7zSignatureHeader_T *generateSignatureHeader() ++Qz7zSignatureHeader_T *generateSignatureHeader(void) + { + Qz7zSignatureHeader_T *header = qzMalloc(sizeof(Qz7zSignatureHeader_T), 0, + PINNED_MEM); +@@ -2450,7 +2450,7 @@ Qz7zPackInfo_T *generatePackInfo(Qz7zItemList_T *the_list, + return pack; + } + +-static Qz7zCoder_T *generateCoder() ++static Qz7zCoder_T *generateCoder(void) + { + + Qz7zCoder_T *coder = qzMalloc(sizeof(Qz7zCoder_T), 0, PINNED_MEM); +@@ -2666,7 +2666,7 @@ Qz7zStreamsInfo_T *generateStreamsInfo(Qz7zItemList_T *the_list, + return streams; + } + +-Qz7zArchiveProperty_T *generatePropertyInfo() ++Qz7zArchiveProperty_T *generatePropertyInfo(void) + { + Qz7zArchiveProperty_T *property = qzMalloc(sizeof(Qz7zArchiveProperty_T), 0, + PINNED_MEM); +@@ -2696,7 +2696,7 @@ Qz7zEndHeader_T *generateEndHeader(Qz7zItemList_T *the_list, + return header; + } + +-QzCatagoryTable_T *createCatagoryList() ++QzCatagoryTable_T *createCatagoryList(void) + { + QzCatagoryTable_T *cat_tbl; + cat_tbl = malloc(sizeof(QzCatagoryTable_T)); +-- +2.49.1 + diff --git a/sys-cluster/ceph/files/ceph-19.2.2-add-option-to-build-agains-system-opentelemetry.patch b/sys-cluster/ceph/files/ceph-19.2.2-add-option-to-build-agains-system-opentelemetry.patch new file mode 100644 index 000000000000..36c92dd92d04 --- /dev/null +++ b/sys-cluster/ceph/files/ceph-19.2.2-add-option-to-build-agains-system-opentelemetry.patch @@ -0,0 +1,56 @@ +https://github.com/ceph/ceph/pull/66924 + +From 8cf106cc799e641d51ab56cbf23903d9c994f924 Mon Sep 17 00:00:00 2001 +From: "Z. Liu" <zhixu.liu@gmail.com> +Date: Wed, 14 Jan 2026 12:08:53 +0800 +Subject: [PATCH] CMakeLists.txt: add option to build agains system + opentelemetry + +In Gentoo, if build against system opentelemetry, cmake failed with: + +> CMake Error at src/CMakeLists.txt:443 (target_link_libraries): +> The link interface of target "jaeger_base" contains: +> +> opentelemetry::libopentelemetry +> +> but the target was not found. Possible reasons include: +> +> * There is a typo in the target name. +> * A find_package call is missing for an IMPORTED target. +> * An ALIAS target is missing. + +See also: https://bugs.gentoo.org/930064 + +Signed-off-by: Z. Liu <zhixu.liu@gmail.com> + +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt +index 51842026837..19dbba5e16d 100644 +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -384,13 +384,19 @@ if(WITH_BREAKPAD) + IMPORTED_LINK_INTERFACE_LANGUAGES "CXX") + endif(WITH_BREAKPAD) + ++option(WITH_SYSTEM_OPENTELEMETRY "build against system opentelemetry" OFF) + if(WITH_JAEGER) + find_package(thrift 0.13.0 REQUIRED) +- include(BuildOpentelemetry) +- build_opentelemetry() + add_library(jaeger_base INTERFACE) +- target_link_libraries(jaeger_base INTERFACE opentelemetry::libopentelemetry +- thrift::libthrift) ++ if(WITH_SYSTEM_OPENTELEMETRY) ++ find_package(opentelemetry-cpp REQUIRED) ++ target_link_libraries(jaeger_base INTERFACE ${OPENTELEMETRY_CPP_LIBRARIES}) ++ else() ++ include(BuildOpentelemetry) ++ build_opentelemetry() ++ target_link_libraries(jaeger_base INTERFACE opentelemetry::libopentelemetry) ++ endif() ++ target_link_libraries(jaeger_base INTERFACE thrift::libthrift) + endif() + + set(mds_files) +-- +2.49.1 + diff --git a/sys-cluster/ceph/files/ceph-19.2.2-common-add-dependency-on-legacy-option-headers.patch b/sys-cluster/ceph/files/ceph-19.2.2-common-add-dependency-on-legacy-option-headers.patch new file mode 100644 index 000000000000..f1bd71377df7 --- /dev/null +++ b/sys-cluster/ceph/files/ceph-19.2.2-common-add-dependency-on-legacy-option-headers.patch @@ -0,0 +1,59 @@ +https://github.com/ceph/ceph/pull/66924 + +The patch is adjusted so that it can be applied to all ebuilds in the tree. + +From d5a8eaeb862d1840de8d82f6e958c1f609693ed8 Mon Sep 17 00:00:00 2001 +From: "Z. Liu" <zhixu.liu@gmail.com> +Date: Sat, 17 Jan 2026 20:59:09 +0800 +Subject: [PATCH] common: add dependency on legacy-option-headers +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +A heap_profiler build failure was initially observed due to parallel +build ordering. During parallel builds, src/perfglue/heap_profiler.cc +may fail to compile because it depends on legacy-option-headers and the +generated header global_legacy_options.h may not be available yet. This +results in incomplete definitions in included headers, leading to +compilation errors such as missing members in ConfigValues. + +For example, the following error is observed when building with "-j64": + +FAILED: [code=1] src/perfglue/CMakeFiles/heap_profiler.dir/heap_profiler.cc.o +/var/tmp/portage/sys-cluster/ceph-20.1.0-r2/work/ceph-20.1.0/src/perfglue/heap_profiler.cc: In function ‘void get_profile_name(char*, int)’: +src/perfglue/heap_profiler.cc:102:48: error: ‘class ConfigValues’ has no member named ‘log_file’ + snprintf(path, sizeof(path), "%s", g_conf()->log_file.c_str()); + ^~~~~~~~ + +The dependency chain is as follows: + +src/perfglue/heap_profiler.cc + -> src/perfglue/heap_profiler.h + -> src/common/config.h + -> src/common/config_values.h + -> src/common/options/legacy_config_opts.h + -> global_legacy_options.h (generated by y2c.py) + +The issue can be reliably reproduced by adding time.sleep(3600) at the +beginning of y2c.py. + +Further testing showed that heap_profiler is not the only affected +consumer. Additional analysis indicates that common is a shared +dependency of all affected components. Therefore, it is appropriate to +add legacy-option-headers as a dependency of common to ensure correct +build ordering under parallel builds. + +Signed-off-by: Z. Liu <zhixu.liu@gmail.com> + +diff --git a/src/common/options/CMakeLists.txt b/src/common/options/CMakeLists.txt +index 60cdbc3f224..4879c10d813 100644 +--- a/src/common/options/CMakeLists.txt ++++ b/src/common/options/CMakeLists.txt +@@ -112,3 +112,7 @@ target_sources(legacy-option-headers + include(AddCephTest) + add_ceph_test(validate-options + ${Python3_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/validate-options.py ${options_yamls}) ++ ++add_dependencies(common-options-objs ++ legacy-option-headers ++) diff --git a/sys-cluster/ceph/files/ceph-19.2.2-drop-export-dynamic.patch b/sys-cluster/ceph/files/ceph-19.2.2-drop-export-dynamic.patch new file mode 100644 index 000000000000..513f3b9eb6a2 --- /dev/null +++ b/sys-cluster/ceph/files/ceph-19.2.2-drop-export-dynamic.patch @@ -0,0 +1,21 @@ +clang: error: unknown argument: '-export-dynamic' + +This issue was introduced by ceph-17.2.3-flags.patch, +which was added to address https://bugs.gentoo.org/866159 +and has been dropped for ceph 20+. However, upstream +has refused to drop '-export-dynamic', see +https://github.com/ceph/ceph/pull/62424 + +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt +index da3102f..fe053f9 100644 +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -148,7 +148,7 @@ elseif(CMAKE_CXX_COMPILER_ID STREQUAL Clang) + message(FATAL_ERROR "C++20 support requires a minimum Clang version of 12.") + endif() + set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_EXPORTS_C_FLAG}") +- string(APPEND CMAKE_LINKER_FLAGS " -rdynamic -export-dynamic ${CMAKE_EXE_EXPORTS_C_FLAG}") ++ string(APPEND CMAKE_LINKER_FLAGS " -rdynamic ${CMAKE_EXE_EXPORTS_C_FLAG}") + string(PREPEND CMAKE_CXX_FLAGS_DEBUG "-g ") + add_compile_options($<$<COMPILE_LANGUAGE:CXX>:-Wno-inconsistent-missing-override>) + add_compile_options($<$<COMPILE_LANGUAGE:CXX>:-Wno-mismatched-tags>) diff --git a/sys-cluster/ceph/files/ceph-19.2.2-rbd-make-enums-statically-castable.patch b/sys-cluster/ceph/files/ceph-19.2.2-rbd-make-enums-statically-castable.patch new file mode 100644 index 000000000000..247b26ad7038 --- /dev/null +++ b/sys-cluster/ceph/files/ceph-19.2.2-rbd-make-enums-statically-castable.patch @@ -0,0 +1,130 @@ +https://github.com/ceph/ceph/commit/a4b9bf76a2c04daf25799ae2785a700d204ce20c + +From a4b9bf76a2c04daf25799ae2785a700d204ce20c Mon Sep 17 00:00:00 2001 +From: Dmitrii Sharshakov <d3dx12.xx@gmail.com> +Date: Thu, 1 Jan 2026 13:32:07 +0100 +Subject: [PATCH] rbd: make enums statically castable + +Fix the following compiler error: + +in-class initializer for static data member is not a constant expression + +Co-authored-by: Ilya Dryomov <idryomov@gmail.com> +Signed-off-by: Dmitrii Sharshakov <d3dx12.xx@gmail.com> + +diff --git a/src/cls/rbd/cls_rbd_types.h b/src/cls/rbd/cls_rbd_types.h +index cd7cad2e88d..c81d49bb6b3 100644 +--- a/src/cls/rbd/cls_rbd_types.h ++++ b/src/cls/rbd/cls_rbd_types.h +@@ -423,7 +423,7 @@ struct GroupSpec { + + WRITE_CLASS_ENCODER(GroupSpec); + +-enum SnapshotNamespaceType { ++enum SnapshotNamespaceType : uint32_t { + SNAPSHOT_NAMESPACE_TYPE_USER = 0, + SNAPSHOT_NAMESPACE_TYPE_GROUP = 1, + SNAPSHOT_NAMESPACE_TYPE_TRASH = 2, +diff --git a/src/librbd/journal/Types.h b/src/librbd/journal/Types.h +index a7d2f4ef446..544a1aca7bd 100644 +--- a/src/librbd/journal/Types.h ++++ b/src/librbd/journal/Types.h +@@ -25,7 +25,7 @@ class Formatter; + namespace librbd { + namespace journal { + +-enum EventType { ++enum EventType : uint32_t { + EVENT_TYPE_AIO_DISCARD = 0, + EVENT_TYPE_AIO_WRITE = 1, + EVENT_TYPE_AIO_FLUSH = 2, +@@ -464,7 +464,7 @@ private: + + // Journal Client data structures + +-enum ClientMetaType { ++enum ClientMetaType : uint32_t { + IMAGE_CLIENT_META_TYPE = 0, + MIRROR_PEER_CLIENT_META_TYPE = 1, + CLI_CLIENT_META_TYPE = 2 +diff --git a/src/librbd/mirroring_watcher/Types.h b/src/librbd/mirroring_watcher/Types.h +index c837e208d3e..1d0c6b8b46b 100644 +--- a/src/librbd/mirroring_watcher/Types.h ++++ b/src/librbd/mirroring_watcher/Types.h +@@ -18,7 +18,7 @@ namespace ceph { class Formatter; } + namespace librbd { + namespace mirroring_watcher { + +-enum NotifyOp { ++enum NotifyOp : uint32_t { + NOTIFY_OP_MODE_UPDATED = 0, + NOTIFY_OP_IMAGE_UPDATED = 1 + }; +diff --git a/src/librbd/trash_watcher/Types.h b/src/librbd/trash_watcher/Types.h +index ba6cd9ff2f8..b3b42ba2163 100644 +--- a/src/librbd/trash_watcher/Types.h ++++ b/src/librbd/trash_watcher/Types.h +@@ -17,7 +17,7 @@ + namespace librbd { + namespace trash_watcher { + +-enum NotifyOp { ++enum NotifyOp : uint32_t { + NOTIFY_OP_IMAGE_ADDED = 0, + NOTIFY_OP_IMAGE_REMOVED = 1 + }; +diff --git a/src/rbd_replay/ActionTypes.h b/src/rbd_replay/ActionTypes.h +index 585d756ea9d..e4103d1dcde 100644 +--- a/src/rbd_replay/ActionTypes.h ++++ b/src/rbd_replay/ActionTypes.h +@@ -61,7 +61,7 @@ WRITE_CLASS_ENCODER(Dependency); + + typedef std::vector<Dependency> Dependencies; + +-enum ActionType { ++enum ActionType : uint8_t { + ACTION_TYPE_START_THREAD = 0, + ACTION_TYPE_STOP_THREAD = 1, + ACTION_TYPE_READ = 2, +diff --git a/src/tools/rbd_mirror/image_map/Types.h b/src/tools/rbd_mirror/image_map/Types.h +index 871bc5ffffa..77efda17dc3 100644 +--- a/src/tools/rbd_mirror/image_map/Types.h ++++ b/src/tools/rbd_mirror/image_map/Types.h +@@ -60,7 +60,7 @@ typedef std::vector<std::string> InstanceIds; + typedef std::set<std::string> GlobalImageIds; + typedef std::map<std::string, ActionType> ImageActionTypes; + +-enum PolicyMetaType { ++enum PolicyMetaType : uint32_t { + POLICY_META_TYPE_NONE = 0, + }; + +diff --git a/src/tools/rbd_mirror/instance_watcher/Types.h b/src/tools/rbd_mirror/instance_watcher/Types.h +index 6bb430d36aa..549113a2853 100644 +--- a/src/tools/rbd_mirror/instance_watcher/Types.h ++++ b/src/tools/rbd_mirror/instance_watcher/Types.h +@@ -18,7 +18,7 @@ namespace rbd { + namespace mirror { + namespace instance_watcher { + +-enum NotifyOp { ++enum NotifyOp : uint32_t { + NOTIFY_OP_IMAGE_ACQUIRE = 0, + NOTIFY_OP_IMAGE_RELEASE = 1, + NOTIFY_OP_PEER_IMAGE_REMOVED = 2, +diff --git a/src/tools/rbd_mirror/leader_watcher/Types.h b/src/tools/rbd_mirror/leader_watcher/Types.h +index 0e987c4eb04..2f20e451843 100644 +--- a/src/tools/rbd_mirror/leader_watcher/Types.h ++++ b/src/tools/rbd_mirror/leader_watcher/Types.h +@@ -35,7 +35,7 @@ struct Listener { + virtual void handle_instances_removed(const InstanceIds& instance_ids) = 0; + }; + +-enum NotifyOp { ++enum NotifyOp : uint32_t { + NOTIFY_OP_HEARTBEAT = 0, + NOTIFY_OP_LOCK_ACQUIRED = 1, + NOTIFY_OP_LOCK_RELEASED = 2, +-- +2.49.1 + diff --git a/sys-cluster/ceph/files/ceph-19.2.2-rgw-remove-FMT_STRING-to-fix-clang-20-build-failure.patch b/sys-cluster/ceph/files/ceph-19.2.2-rgw-remove-FMT_STRING-to-fix-clang-20-build-failure.patch new file mode 100644 index 000000000000..428c6d7c48a6 --- /dev/null +++ b/sys-cluster/ceph/files/ceph-19.2.2-rgw-remove-FMT_STRING-to-fix-clang-20-build-failure.patch @@ -0,0 +1,51 @@ +https://github.com/ceph/ceph/pull/66928 + +From 4965dbac4bd17973eb15fe09d2a046a509b4a65a Mon Sep 17 00:00:00 2001 +From: "Z. Liu" <zhixu.liu@gmail.com> +Date: Wed, 14 Jan 2026 22:46:39 +0800 +Subject: [PATCH] rgw: remove FMT_STRING to fix clang 20+ build failure + +Fix a build failure with Clang 20+ using -std=c++20, where fmt +(v9.1.0, v11.0.0, and possibly other versions) fails to parse +format strings at compile-time in a consteval context. This is +a known issue in fmt, fixed in fmt v11.1.0 (see +https://github.com/fmtlib/fmt/commit/6797f0c39a4ef13061cbc3bb850c35af7428fdc4). + +The following error occurs when building rgw_auth_s3.cc: + + src/rgw/rgw_auth_s3.cc:600:22: error: call to consteval function + 'fmt::basic_format_string<...>' is not a constant expression + +Removing FMT_STRING avoids compile-time format string parsing +and restores buildability across different toolchains. + +Test case: + + #include <fmt/format.h> + + std::string gen_v4_scope(const std::string& region) + { + return fmt::format(FMT_STRING("{:s}"), region); + } + +Compile with: + + clang -isystem fmt/include -std=c++20 -c test.cc + +Signed-off-by: Z. Liu <zhixu.liu@gmail.com> + +diff --git a/src/rgw/rgw_auth_s3.cc b/src/rgw/rgw_auth_s3.cc +index c14a937685a..b31b0279d8e 100644 +--- a/src/rgw/rgw_auth_s3.cc ++++ b/src/rgw/rgw_auth_s3.cc +@@ -605,7 +605,7 @@ string gen_v4_scope(const ceph::real_time& timestamp, + auto mon = bt.tm_mon + 1; + auto day = bt.tm_mday; + +- return fmt::format(FMT_STRING("{:d}{:02d}{:02d}/{:s}/{:s}/aws4_request"), ++ return fmt::format("{:d}{:02d}{:02d}/{:s}/{:s}/aws4_request", + year, mon, day, region, service); + } + +-- +2.49.1 diff --git a/sys-cluster/ceph/files/ceph-19.2.2-rgw-update-to-latest-zpp_bits.h.patch b/sys-cluster/ceph/files/ceph-19.2.2-rgw-update-to-latest-zpp_bits.h.patch new file mode 100644 index 000000000000..8c5da696a6c3 --- /dev/null +++ b/sys-cluster/ceph/files/ceph-19.2.2-rgw-update-to-latest-zpp_bits.h.patch @@ -0,0 +1,236 @@ +https://github.com/ceph/ceph/commit/3fcd35367283beee3c02b73dc77b7c51028d59dc + +From 3fcd35367283beee3c02b73dc77b7c51028d59dc Mon Sep 17 00:00:00 2001 +From: Matt Benjamin <mbenjamin@redhat.com> +Date: Tue, 28 Jan 2025 15:07:06 -0500 +Subject: [PATCH] rgw: update to latest zpp_bits.h to compile w/gcc-14 & clang + 19 + +Fixes: https://tracker.ceph.com/issues/69696 + +Signed-off-by: Matt Benjamin <mbenjamin@redhat.com> + +diff --git a/src/rgw/driver/posix/zpp_bits.h b/src/rgw/driver/posix/zpp_bits.h +index 229b0d6d20d..b319aa8f3fb 100644 +--- a/src/rgw/driver/posix/zpp_bits.h ++++ b/src/rgw/driver/posix/zpp_bits.h +@@ -1,10 +1,3 @@ +-/* +-MIT License +- +-Copyright (c) 2021 Eyal Z +- +-Permission is hereby granted, free of charge, to any person obtaining a copy +-*/ + #ifndef ZPP_BITS_H + #define ZPP_BITS_H + +@@ -2687,8 +2680,12 @@ private: + { + using type = std::remove_cvref_t<decltype(container)>; + using value_type = typename type::value_type; +- constexpr auto is_const = std::is_const_v< +- std::remove_reference_t<decltype(container[0])>>; ++ constexpr auto is_const = ++ std::is_const_v<std::remove_reference_t<value_type>> || ++ requires { ++ requires std::is_const_v< ++ std::remove_reference_t<decltype(container[0])>>; ++ }; + + if constexpr (!std::is_void_v<SizeType> && + (requires(type container) { container.resize(1); } || +@@ -2827,9 +2824,7 @@ private: + if constexpr (requires { typename type::mapped_type; }) { + using value_type = std::pair<typename type::key_type, + typename type::mapped_type>; +- std::aligned_storage_t<sizeof(value_type), +- alignof(value_type)> +- storage; ++ alignas(value_type) std::byte storage[sizeof(value_type)]; + + auto object = access::placement_new<value_type>( + std::addressof(storage)); +@@ -2843,9 +2838,7 @@ private: + } else { + using value_type = typename type::value_type; + +- std::aligned_storage_t<sizeof(value_type), +- alignof(value_type)> +- storage; ++ alignas(value_type) std::byte storage[sizeof(value_type)]; + + auto object = access::placement_new<value_type>( + std::addressof(storage)); +@@ -2903,8 +2896,7 @@ private: + return result; + } + } else { +- std::aligned_storage_t<sizeof(value_type), alignof(value_type)> +- storage; ++ alignas(value_type) std::byte storage[sizeof(value_type)]; + + auto object = + access::placement_new<value_type>(std::addressof(storage)); +@@ -2947,9 +2939,7 @@ private: + } + return serialize_one(*std::get_if<element_type>(&variant)); + } else { +- std::aligned_storage_t<sizeof(element_type), +- alignof(element_type)> +- storage; ++ alignas(element_type) std::byte storage[sizeof(element_type)]; + + auto object = access::placement_new<element_type>( + std::addressof(storage)); +@@ -2996,8 +2986,7 @@ private: + return self.serialize_one( + *std::get_if<Types>(&variant)); + } else { +- std::aligned_storage_t<sizeof(Types), alignof(Types)> +- storage; ++ alignas(Types) std::byte storage[sizeof(Types)]; + + auto object = access::placement_new<Types>( + std::addressof(storage)); +@@ -3008,6 +2997,7 @@ private: + return result; + } + variant = std::move(*object); ++ return errc{}; + } + }...}; + +@@ -3307,7 +3297,7 @@ struct known_dynamic_id_variant + ZPP_BITS_INLINE constexpr static auto serialize(auto & serializer, + auto & self) + { +- return serializer.template serialize_one(self.variant, self.id); ++ return serializer.serialize_one(self.variant, self.id); + } + + Variant & variant; +@@ -3448,7 +3438,8 @@ struct [[nodiscard]] value_or_errc + } + + constexpr explicit value_or_errc(error_type error) : +- m_error(std::forward<decltype(error)>(error)) ++ m_error(std::forward<decltype(error)>(error)), ++ m_failure(true) + { + } + +@@ -5029,9 +5020,7 @@ struct pb + serialize use(); + }; + +- std::aligned_storage_t<sizeof(value_type), +- alignof(value_type)> +- storage; ++ alignas(value_type) std::byte storage[sizeof(value_type)]; + + auto object = + access::placement_new<value_type>(std::addressof(storage)); +@@ -5111,9 +5100,7 @@ struct pb + return errc{}; + } + } else { +- std::aligned_storage_t<sizeof(value_type), +- alignof(value_type)> +- storage; ++ alignas(value_type) std::byte storage[sizeof(value_type)]; + + auto object = access::placement_new<value_type>( + std::addressof(storage)); +@@ -5382,47 +5369,47 @@ constexpr auto sha256() + }; + auto align = [](auto v, auto a) { return (v + (a - 1)) / a * a; }; + +- auto h0 = big_endian{0x6a09e667u}; +- auto h1 = big_endian{0xbb67ae85u}; +- auto h2 = big_endian{0x3c6ef372u}; +- auto h3 = big_endian{0xa54ff53au}; +- auto h4 = big_endian{0x510e527fu}; +- auto h5 = big_endian{0x9b05688cu}; +- auto h6 = big_endian{0x1f83d9abu}; +- auto h7 = big_endian{0x5be0cd19u}; +- +- std::array k{big_endian{0x428a2f98u}, big_endian{0x71374491u}, +- big_endian{0xb5c0fbcfu}, big_endian{0xe9b5dba5u}, +- big_endian{0x3956c25bu}, big_endian{0x59f111f1u}, +- big_endian{0x923f82a4u}, big_endian{0xab1c5ed5u}, +- big_endian{0xd807aa98u}, big_endian{0x12835b01u}, +- big_endian{0x243185beu}, big_endian{0x550c7dc3u}, +- big_endian{0x72be5d74u}, big_endian{0x80deb1feu}, +- big_endian{0x9bdc06a7u}, big_endian{0xc19bf174u}, +- big_endian{0xe49b69c1u}, big_endian{0xefbe4786u}, +- big_endian{0x0fc19dc6u}, big_endian{0x240ca1ccu}, +- big_endian{0x2de92c6fu}, big_endian{0x4a7484aau}, +- big_endian{0x5cb0a9dcu}, big_endian{0x76f988dau}, +- big_endian{0x983e5152u}, big_endian{0xa831c66du}, +- big_endian{0xb00327c8u}, big_endian{0xbf597fc7u}, +- big_endian{0xc6e00bf3u}, big_endian{0xd5a79147u}, +- big_endian{0x06ca6351u}, big_endian{0x14292967u}, +- big_endian{0x27b70a85u}, big_endian{0x2e1b2138u}, +- big_endian{0x4d2c6dfcu}, big_endian{0x53380d13u}, +- big_endian{0x650a7354u}, big_endian{0x766a0abbu}, +- big_endian{0x81c2c92eu}, big_endian{0x92722c85u}, +- big_endian{0xa2bfe8a1u}, big_endian{0xa81a664bu}, +- big_endian{0xc24b8b70u}, big_endian{0xc76c51a3u}, +- big_endian{0xd192e819u}, big_endian{0xd6990624u}, +- big_endian{0xf40e3585u}, big_endian{0x106aa070u}, +- big_endian{0x19a4c116u}, big_endian{0x1e376c08u}, +- big_endian{0x2748774cu}, big_endian{0x34b0bcb5u}, +- big_endian{0x391c0cb3u}, big_endian{0x4ed8aa4au}, +- big_endian{0x5b9cca4fu}, big_endian{0x682e6ff3u}, +- big_endian{0x748f82eeu}, big_endian{0x78a5636fu}, +- big_endian{0x84c87814u}, big_endian{0x8cc70208u}, +- big_endian{0x90befffau}, big_endian{0xa4506cebu}, +- big_endian{0xbef9a3f7u}, big_endian{0xc67178f2u}}; ++ auto h0 = big_endian{std::uint32_t{0x6a09e667u}}; ++ auto h1 = big_endian{std::uint32_t{0xbb67ae85u}}; ++ auto h2 = big_endian{std::uint32_t{0x3c6ef372u}}; ++ auto h3 = big_endian{std::uint32_t{0xa54ff53au}}; ++ auto h4 = big_endian{std::uint32_t{0x510e527fu}}; ++ auto h5 = big_endian{std::uint32_t{0x9b05688cu}}; ++ auto h6 = big_endian{std::uint32_t{0x1f83d9abu}}; ++ auto h7 = big_endian{std::uint32_t{0x5be0cd19u}}; ++ ++ std::array k{big_endian{std::uint32_t{0x428a2f98u}}, big_endian{std::uint32_t{0x71374491u}}, ++ big_endian{std::uint32_t{0xb5c0fbcfu}}, big_endian{std::uint32_t{0xe9b5dba5u}}, ++ big_endian{std::uint32_t{0x3956c25bu}}, big_endian{std::uint32_t{0x59f111f1u}}, ++ big_endian{std::uint32_t{0x923f82a4u}}, big_endian{std::uint32_t{0xab1c5ed5u}}, ++ big_endian{std::uint32_t{0xd807aa98u}}, big_endian{std::uint32_t{0x12835b01u}}, ++ big_endian{std::uint32_t{0x243185beu}}, big_endian{std::uint32_t{0x550c7dc3u}}, ++ big_endian{std::uint32_t{0x72be5d74u}}, big_endian{std::uint32_t{0x80deb1feu}}, ++ big_endian{std::uint32_t{0x9bdc06a7u}}, big_endian{std::uint32_t{0xc19bf174u}}, ++ big_endian{std::uint32_t{0xe49b69c1u}}, big_endian{std::uint32_t{0xefbe4786u}}, ++ big_endian{std::uint32_t{0x0fc19dc6u}}, big_endian{std::uint32_t{0x240ca1ccu}}, ++ big_endian{std::uint32_t{0x2de92c6fu}}, big_endian{std::uint32_t{0x4a7484aau}}, ++ big_endian{std::uint32_t{0x5cb0a9dcu}}, big_endian{std::uint32_t{0x76f988dau}}, ++ big_endian{std::uint32_t{0x983e5152u}}, big_endian{std::uint32_t{0xa831c66du}}, ++ big_endian{std::uint32_t{0xb00327c8u}}, big_endian{std::uint32_t{0xbf597fc7u}}, ++ big_endian{std::uint32_t{0xc6e00bf3u}}, big_endian{std::uint32_t{0xd5a79147u}}, ++ big_endian{std::uint32_t{0x06ca6351u}}, big_endian{std::uint32_t{0x14292967u}}, ++ big_endian{std::uint32_t{0x27b70a85u}}, big_endian{std::uint32_t{0x2e1b2138u}}, ++ big_endian{std::uint32_t{0x4d2c6dfcu}}, big_endian{std::uint32_t{0x53380d13u}}, ++ big_endian{std::uint32_t{0x650a7354u}}, big_endian{std::uint32_t{0x766a0abbu}}, ++ big_endian{std::uint32_t{0x81c2c92eu}}, big_endian{std::uint32_t{0x92722c85u}}, ++ big_endian{std::uint32_t{0xa2bfe8a1u}}, big_endian{std::uint32_t{0xa81a664bu}}, ++ big_endian{std::uint32_t{0xc24b8b70u}}, big_endian{std::uint32_t{0xc76c51a3u}}, ++ big_endian{std::uint32_t{0xd192e819u}}, big_endian{std::uint32_t{0xd6990624u}}, ++ big_endian{std::uint32_t{0xf40e3585u}}, big_endian{std::uint32_t{0x106aa070u}}, ++ big_endian{std::uint32_t{0x19a4c116u}}, big_endian{std::uint32_t{0x1e376c08u}}, ++ big_endian{std::uint32_t{0x2748774cu}}, big_endian{std::uint32_t{0x34b0bcb5u}}, ++ big_endian{std::uint32_t{0x391c0cb3u}}, big_endian{std::uint32_t{0x4ed8aa4au}}, ++ big_endian{std::uint32_t{0x5b9cca4fu}}, big_endian{std::uint32_t{0x682e6ff3u}}, ++ big_endian{std::uint32_t{0x748f82eeu}}, big_endian{std::uint32_t{0x78a5636fu}}, ++ big_endian{std::uint32_t{0x84c87814u}}, big_endian{std::uint32_t{0x8cc70208u}}, ++ big_endian{std::uint32_t{0x90befffau}}, big_endian{std::uint32_t{0xa4506cebu}}, ++ big_endian{std::uint32_t{0xbef9a3f7u}}, big_endian{std::uint32_t{0xc67178f2u}}}; + + constexpr auto original_message = to_bytes<Object>(); + constexpr auto chunk_size = 512 / CHAR_BIT; +-- +2.49.1 + diff --git a/sys-cluster/ceph/files/ceph-19.2.2-silent-unused-variable-warning.patch b/sys-cluster/ceph/files/ceph-19.2.2-silent-unused-variable-warning.patch new file mode 100644 index 000000000000..b0d2714715c1 --- /dev/null +++ b/sys-cluster/ceph/files/ceph-19.2.2-silent-unused-variable-warning.patch @@ -0,0 +1,48 @@ +https://github.com/intel/QATzip/pull/131 but the patch below is not merged +https://github.com/intel/QATzip/pull/119 using __attribute__((unused)) + +From d2a9a7694b4785f67d6f95b49c20f6b3984ffe99 Mon Sep 17 00:00:00 2001 +From: "Z. Liu" <zhixu.liu@gmail.com> +Date: Fri, 21 Mar 2025 03:01:53 +0000 +Subject: [PATCH] silent unused variable warning + +such as: +> error: variable 'sleep_cnt' set but not used [-Werror,-Wunused-but-set-variable] + +Signed-off-by: Z. Liu <zhixu.liu@gmail.com> + +diff --git a/src/qatzip/src/qatzip.c b/src/qatzip/src/qatzip.c +index 1a12973..ac73dcd 100755 +--- a/src/qatzip/src/qatzip.c ++++ b/src/qatzip/src/qatzip.c +@@ -1495,6 +1495,7 @@ static void *doCompressOut(void *in) + CpaDcRqResults *resl; + CpaStatus sts; + unsigned int sleep_cnt = 0; ++ (void)sleep_cnt; + QzSession_T *sess = (QzSession_T *) in; + QzSess_T *qz_sess = (QzSess_T *) sess->internal; + long dest_avail_len = (long)(*qz_sess->dest_sz - qz_sess->qz_out_len); +@@ -2124,6 +2125,7 @@ static void *__attribute__((cold)) doDecompressOut(void *in) + CpaDcRqResults *resl; + CpaStatus sts; + unsigned int sleep_cnt = 0; ++ (void)sleep_cnt; + unsigned int done = 0; + unsigned int src_send_sz; + unsigned int dest_avail_len; +diff --git a/src/qatzip/test/main.c b/src/qatzip/test/main.c +index 8ba3384..19ecacb 100755 +--- a/src/qatzip/test/main.c ++++ b/src/qatzip/test/main.c +@@ -209,6 +209,7 @@ QzBlock_T *parseFormatOption(char *buf) + char *saveptr, *sub_saveptr; + + int i, j, fmt_idx; ++ (void)j; + unsigned int fmt_found = 0; + QzBlock_T *blk = NULL; + QzBlock_T *head, *prev, *r; +-- +2.49.1 + diff --git a/sys-cluster/ceph/files/ceph-19.2.2-src-mgr-make-enum-statically-castable.patch b/sys-cluster/ceph/files/ceph-19.2.2-src-mgr-make-enum-statically-castable.patch new file mode 100644 index 000000000000..79f8cb1b6e31 --- /dev/null +++ b/sys-cluster/ceph/files/ceph-19.2.2-src-mgr-make-enum-statically-castable.patch @@ -0,0 +1,30 @@ +https://github.com/ceph/ceph/commit/856e550b37a0899e2fdda6b1f027093b6e205889 + +From 856e550b37a0899e2fdda6b1f027093b6e205889 Mon Sep 17 00:00:00 2001 +From: Dmitrii Sharshakov <d3dx12.xx@gmail.com> +Date: Thu, 1 Jan 2026 13:33:41 +0100 +Subject: [PATCH] src/mgr: make enum statically castable + +Fix the following compiler error: + +in-class initializer for static data member is not a constant expression + +Co-authored-by: Ilya Dryomov <idryomov@gmail.com> +Signed-off-by: Dmitrii Sharshakov <d3dx12.xx@gmail.com> + +diff --git a/src/mgr/MetricTypes.h b/src/mgr/MetricTypes.h +index 0f8ae16990f..37cafa2b92a 100644 +--- a/src/mgr/MetricTypes.h ++++ b/src/mgr/MetricTypes.h +@@ -193,7 +193,7 @@ WRITE_CLASS_ENCODER(MetricReportMessage); + + // variant for sending configure message to mgr clients + +-enum MetricConfigType { ++enum MetricConfigType : uint32_t { + METRIC_CONFIG_TYPE_OSD = 0, + METRIC_CONFIG_TYPE_MDS = 1, + }; +-- +2.49.1 + diff --git a/sys-cluster/ceph/files/ceph-20.1.0-opentelemetry.patch b/sys-cluster/ceph/files/ceph-20.1.0-opentelemetry.patch deleted file mode 100644 index 5b9dcd7d1b3e..000000000000 --- a/sys-cluster/ceph/files/ceph-20.1.0-opentelemetry.patch +++ /dev/null @@ -1,48 +0,0 @@ -From 8e0d3dc90ab7bafc59b86e9a66d08d1e2b6f3e0e Mon Sep 17 00:00:00 2001 -From: "Z. Liu" <zhixu.liu@gmail.com> -Date: Tue, 15 Apr 2025 21:48:10 +0800 -Subject: [PATCH] CMakeLists.txt: fix opentelemetry library - -otherwise, cmake failed with: - -> CMake Error at src/CMakeLists.txt:443 (target_link_libraries): -> The link interface of target "jaeger_base" contains: -> -> opentelemetry::libopentelemetry -> -> but the target was not found. Possible reasons include: -> -> * There is a typo in the target name. -> * A find_package call is missing for an IMPORTED target. -> * An ALIAS target is missing. - -See also: https://bugs.gentoo.org/930064 - -Signed-off-by: Z. Liu <zhixu.liu@gmail.com> ---- - src/CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 801086e1268a1..5d30cde9790d4 100644 ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -330,7 +330,7 @@ if(WITH_JAEGER) - include(BuildOpentelemetry) - build_opentelemetry() - add_library(jaeger_base INTERFACE) -- target_link_libraries(jaeger_base INTERFACE opentelemetry::libopentelemetry -+ target_link_libraries(jaeger_base INTERFACE ${OPENTELEMETRY_CPP_LIBRARIES} - thrift::libthrift) - endif() - ---- a/src/CMakeLists.txt 2025-09-17 07:24:59.548258925 -0000 -+++ b/src/CMakeLists.txt 2025-09-17 07:28:31.449345268 -0000 -@@ -319,6 +319,7 @@ - - if(WITH_JAEGER) - find_package(thrift 0.13.0 REQUIRED) -+ find_package(prometheus-cpp REQUIRED) - find_package(opentelemetry-cpp REQUIRED) - set(jaeger_base - opentelemetry-cpp::common diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest index fb84f418caac..d5e53888daed 100644 --- a/sys-devel/gcc/Manifest +++ b/sys-devel/gcc/Manifest @@ -15,6 +15,7 @@ DIST gcc-13-20251218.tar.xz 84567200 BLAKE2B c786f8fec382fff3fef53dc401746f057ab DIST gcc-13-20251225.tar.xz 84565564 BLAKE2B 7200bcecd066fdec71184533f8caa1a72916cda41ccece8569991314b3a27e6ada4efac78eb7c9f33d7a7e3cff8dd8a2922395a285b1028c2a866c2f7318d29c SHA512 1666e17c198557c2a66e4b307739f20d2fdcb413b6de3e19a173030b9bb24500036bea6785c1ab22c009d4f240f7eabecc5d275b49c12367d48defbbad22da60 DIST gcc-13-20260101.tar.xz 84569852 BLAKE2B 9d14ee9a6b410103a5c2317c3244c9afba95ec65079f8c0374e01a92ef36703f2507c7a0309838d423cd0a889ce898f0ecdb8328b648bac07807d0d6aa9d743f SHA512 e44dda35ed65287a26806b70bce75d274318d66aa3ee0ed425b63497d4c35864968cd4e9cd8442da438797a173384490b202b0d3d9687a1f7667e105a7a6d64a DIST gcc-13-20260115.tar.xz 84571348 BLAKE2B 49296fa7f90bfeb230a2e1acd5a043de98ac1caa8696d1bab5599bd240b7935fc9219692bdc624e0f9ba59e88963cd4c511846825c98bebb9b03ff433dd5198b SHA512 57feb30d3d3b6862f480c26bc080d05deea1e4bdd3a9b4f79b01e947e78cd67f9959764ac1a47d46ff2252257ef04769c391d295c02d34d18b9c6f702e2732bd +DIST gcc-13-20260122.tar.xz 84569448 BLAKE2B 3c9396da0126b92a7679237428e29e799cf26f6304ef06f07436b33ecdddb61f061cd116ed26adc8c30a9bb9b6cb8a577e01344b1f3019e81f7f84ac088f2805 SHA512 03737a75a28f692d4f44c09800ee6ef697fae147f3938faf9b0d8ab86a07b260cb8e896bb92c4e464f4a81cbfc7c93ad36eae1a226ad49d86c0e7caf5d9f12f8 DIST gcc-13.2.0-musl-patches-2.tar.xz 5292 BLAKE2B c057d6574d03c05854edaa9f3fd40e9149662b04f3ac7a7db3eb078d73a7b535726d1bf52e5b12736dedb2f9898ad731f2e48a6421fcfbf7b90f929dee072fcb SHA512 a691da0c87c443a5e9d23731f4005f27871c5b12bc9102873ffa24d374aa7b9fbd187c4f5635d23fa9ffb17e351e76173c2d3fdf40646e355c4cb314b538de69 DIST gcc-13.2.0-patches-3.tar.xz 30956 BLAKE2B 29ce043b46645640ca1e983397af3e158588ad87575f0bc59451ea4a7dd5e3bb5b190ed031de6a22cd790d423ba111e95d222187dd09985dceb12db9f0a2d907 SHA512 4ffecae7be320124ad0c4e71e39e142b7aa8db0e70b5f486f491d7a33ea31efc6464c6abeea77df02a8bd5cf81f08225d625c8af5c27f9afa32c0d7d989f7a3c DIST gcc-13.2.0.tar.xz 87858592 BLAKE2B 0034b29d3d6cc05821f0c4253ce077805943aff7b370729dd203bda57d89c107edd657eeddc2fb1e69ea15c7b0323b961f46516c7f4af89a3ccf7fea84701be2 SHA512 d99e4826a70db04504467e349e9fbaedaa5870766cda7c5cab50cdebedc4be755ebca5b789e1232a34a20be1a0b60097de9280efe47bdb71c73251e30b0862a2 @@ -30,6 +31,7 @@ DIST gcc-14-20251226.tar.xz 88344164 BLAKE2B bba307d588edcb8c791aa7ee29bbe61f232 DIST gcc-14-20260102.tar.xz 88330580 BLAKE2B 424fe164cf3d105155963f3cefd506455e8a11fd8858b4b2f824fe959632d53440c97051e24d0706c6ce24ad07bb2a79f102d32cba7f9b4a5996d059df51da85 SHA512 aa8ceb4aeb6b22c97da8374e329f2fd1120086d57da1bdb1de686eba8635ba5cc433517669ebe4d63ce66d906ec557df8abd60310be973669185116a7db1a4eb DIST gcc-14-20260109.tar.xz 88331272 BLAKE2B bb55de03dbbe8f69a74a75d5a78a1fba391b30dec9acd149ae75405dd2b171b0cb8b12a793dac1ce1cd213357de157af53ea995a18d50f1d7ac5cc24a4338f56 SHA512 51e40a3622091e3ce07c4056e7302c885c702e3a76effb78a6753fccbb8dab0025930594dbe7904f49a0b94c0b5ac3df94a71e3bb21e71b2f88bf8894aa8543c DIST gcc-14-20260116.tar.xz 88334872 BLAKE2B 6a7df55e6b1f8f2ce5d2cdec2375090c409d0ec4a2c588d3c6dab14bb6a28072efd54259daae3804b7341c53264456f5ce168846f10fb391e4804a452a0ba08a SHA512 5b03647bb60f3d7425acf2e586727b6eb89b8dc6991cbb27ea7ab87acd52e542a64b19a67df8ebe774355738e5c5cfbca4a29e06f0b30090b3a91b282533addb +DIST gcc-14-20260123.tar.xz 88332388 BLAKE2B 9c0f3c630a8663e1411f67c8eddb3f0c2d73d3271b265c6bbbf20cb2221a1e49a9fbe01a606e1b07da1c234d68c259ee8b6b3c8505ff5368d91459f80bef3e60 SHA512 b7fc32d691785c7a82f1252c480d69bf5da0ccb5d0e974d18564e12f2e56a8ab36f3169af1513491ee9d70f088b488283db8a5773f754decec2f04cbdb53329c DIST gcc-14.3.0-musl-patches-2.tar.xz 6888 BLAKE2B e2f9ce6d445b7ced8f78c18585887422ffdd32356368a456a7cfde5a1854515b32546c1d25a2ab8637ee62d04a2c0bda1afc8d53c44e5c80c12499918c3c18fc SHA512 0b59d228213024cd93d9ffbd4ae5947021db2dc71bd320cc0e4ccf523d39f72e61be25c1a49a343729fe7b9abf7181503de3e650b255d80ab6d969d0de317d19 DIST gcc-14.3.0-patches-4.tar.xz 28116 BLAKE2B 5804f10b40befad1cb9eab4e536377c08aed8c54d3de27f188ae2d52fa7c082a529ad9cb64f9574087afe74e64138c9fc918d653bd2c1d062b8b68d5c7ab640d SHA512 75ee4895efea0131107cf664a0f9fd10f38da0d0f93704e1920778e07f1a860d872a97e1e528f8e1ab754cca25948bb09c444b80cc04f5ae3a516336290bb99c DIST gcc-14.3.0-patches-5.tar.xz 53952 BLAKE2B 3e5f63d760caf3c18c0f683c00170bb71998b4f0e15552103359d5c0954144676f6ca60e3e367a94cbdff0ab9bec21f3e04e30c38aae8f7e79911da30e6aeb76 SHA512 1702b7f6ee791468d02fcb9d418d2dd48e10cd6dc6eab0cf455aaf848bb78d953b00690fd78cab1ddd5af02acc237072c99ee43f0e512ae3e2e5f922f40f0dfe @@ -44,6 +46,7 @@ DIST gcc-15-20251227.tar.xz 92352736 BLAKE2B 674d464376a04ebc1f7908cc8b5226e21aa DIST gcc-15-20260103.tar.xz 92342096 BLAKE2B 5857348f2f2dac961828b2041b3d7f2c202a0829b1964715b1df760eab4090249dbc3e1c6314aa1a48afb8702fd36cf001fb3db31caa13da703f58e07313c920 SHA512 ff8b7dfb1189ce809ed5281cf0aa3483483403d180a4e4e2c35be76d717a91afd9b9f0ab891dc60364169bee1a7a50b050d5ab2717c384cbd3c73666536041ce DIST gcc-15-20260110.tar.xz 92346896 BLAKE2B 93e852b3880a6460d921ebf6e04ce4484314b764b7f3a1a94e648fef446346c3837d37bbd7aef52855a26cfb0e3c8e154f854213f3bd9e2af90fd4355aeb42f1 SHA512 683414dd54d9657470e4e78ac671b3429a8c1bf9ebb5b0e608eab5d96006a0a67ac774af1e93ce330511f5602574f9551a726821e20bd9758f9480554cdb8584 DIST gcc-15-20260117.tar.xz 92358244 BLAKE2B 32131a716d2cdc1f60462cc720474d7bfbe25fcd5d41e5a1d1cbe0e3452cebc61f262db96f72de1093331092cce7046ca36953ee13742e4ca8b02ea7ec4b85aa SHA512 e7b383edc668e1f37f561491dada71a5b9cae8068d771c13ed47253842ae568c556842654318e11107d68817d09c05e49f95408dd1802799b9a6b8dcfba02b81 +DIST gcc-15-20260124.tar.xz 92362060 BLAKE2B c25f87e6b2a09be9754619591de8474977b9f20eaf67b437ff898f15a767abd0874ad744cb7302b4632bc0d6fb993e4500e79398e0ccb2380d0ba704b27d5fb9 SHA512 ffa0bb1e67e774189ec958c0833413bc6b3f25bc344b893557d4ba612884aa1640e9c4f8cbdae92dc4a279cbfc40866d9fe059be46e926c8aa06cc1f28733391 DIST gcc-15.2.0-musl-patches-1.tar.xz 7168 BLAKE2B 6b7cfb123c3a691693240db815e6852a1e6c3820baa499368c463e0a0c1490c701053cfea10bf1d33f89dd2ba7bbddf63c4e6e0976590e3aaf1fee78b9282079 SHA512 ab80ffd69b9ead1fe06a9433faaa97ae53947d214999e77ea363fa6435de080d031a1aa6869e1dc088e800317952f2dc249a9e872113db56fb76f0a432240871 DIST gcc-15.2.0-patches-2.tar.xz 18708 BLAKE2B 09c54bd1b8436e12a3da1c3ee41017cd3e960268a5d4637252152b44a4cc93934d4dc93eff842d7dcee4d1688b7f2d98be48114ef5c864793242177f7549c933 SHA512 f11cfafe00f7d18e05a316bd1dc522477cc4118fdd65019cf85bca674ff0180951506fef84ce0b5b13190ccfe44c777a64afdc602a4580595005b43b79ae7411 DIST gcc-15.2.0-patches-3.tar.xz 17436 BLAKE2B ae72e3c5feb7b96c10eb0706efe95047f0516a66ec19488ad7281dd4c62d4c6f1d1d594c6a865c808293b30b4f57ee8bc018b90fcf5944ccb935bc391752aa74 SHA512 4d23fd0dacc33c069528ef0bd6ece3029a4b221e55c82347c2df8a6fa8b890c6e7eeaf15284204a4a29841678b033af2272481bde6fca8ebcc08f8c233f4e7e3 diff --git a/sys-devel/gcc/gcc-13.4.1_p20260122.ebuild b/sys-devel/gcc/gcc-13.4.1_p20260122.ebuild new file mode 100644 index 000000000000..4ebb20852232 --- /dev/null +++ b/sys-devel/gcc/gcc-13.4.1_p20260122.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# Maintenance notes and explanations of GCC handling are on the wiki: +# https://wiki.gentoo.org/wiki/Project:Toolchain/sys-devel/gcc + +TOOLCHAIN_PATCH_DEV="sam" +TOOLCHAIN_HAS_TESTS=1 +PATCH_GCC_VER="13.3.0" +MUSL_GCC_VER="13.3.0" +PATCH_VER="9" +MUSL_VER="3" +PYTHON_COMPAT=( python3_{10..14} ) + +if [[ ${PV} == *.9999 ]] ; then + MY_PV_2=$(ver_cut 2) + MY_PV_3=1 + if [[ ${MY_PV_2} == 0 ]] ; then + MY_PV_2=0 + MY_PV_3=0 + else + MY_PV_2=$((${MY_PV_2} - 1)) + fi + + # e.g. 12.2.9999 -> 12.1.1 + TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.${MY_PV_3} +elif [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then + # Cheesy hack for RCs + MY_PV=$(ver_cut 1).$((($(ver_cut 2) + 1))).$((($(ver_cut 3) - 1)))-RC-$(ver_cut 5) + MY_P=${PN}-${MY_PV} + GCC_TARBALL_SRC_URI="mirror://gcc/snapshots/${MY_PV}/${MY_P}.tar.xz" + TOOLCHAIN_SET_S=no + S="${WORKDIR}"/${MY_P} +fi + +inherit toolchain + +if tc_is_live ; then + # Needs to be after inherit (for now?), bug #830908 + EGIT_BRANCH=releases/gcc-$(ver_cut 1) +elif [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then + # Don't keyword live ebuilds + #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + :; +fi + +if [[ ${CATEGORY} != cross-* ]] ; then + # Technically only if USE=hardened *too* right now, but no point in complicating it further. + # If GCC is enabling CET by default, we need glibc to be built with support for it. + # bug #830454 + RDEPEND="elibc_glibc? ( sys-libs/glibc[cet(-)?] )" + DEPEND="${RDEPEND}" +fi + +src_prepare() { + local p upstreamed_patches=( + # add them here + ) + for p in "${upstreamed_patches[@]}"; do + rm -v "${WORKDIR}/patch/${p}" || die + done + + toolchain_src_prepare + + eapply "${FILESDIR}"/${PN}-13-fix-cross-fixincludes.patch + eapply_user +} diff --git a/sys-devel/gcc/gcc-14.3.1_p20260123.ebuild b/sys-devel/gcc/gcc-14.3.1_p20260123.ebuild new file mode 100644 index 000000000000..8219d1e54e06 --- /dev/null +++ b/sys-devel/gcc/gcc-14.3.1_p20260123.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# Maintenance notes and explanations of GCC handling are on the wiki: +# https://wiki.gentoo.org/wiki/Project:Toolchain/sys-devel/gcc + +TOOLCHAIN_PATCH_DEV="sam" +TOOLCHAIN_HAS_TESTS=1 +PATCH_GCC_VER="14.3.0" +PATCH_VER="5" +MUSL_VER="2" +MUSL_GCC_VER="14.3.0" +PYTHON_COMPAT=( python3_{10..14} ) + +if [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then + # Cheesy hack for RCs + MY_PV=$(ver_cut 1).$((($(ver_cut 2) + 1))).$((($(ver_cut 3) - 1)))-RC-$(ver_cut 5) + MY_P=${PN}-${MY_PV} + GCC_TARBALL_SRC_URI="mirror://gcc/snapshots/${MY_PV}/${MY_P}.tar.xz" + TOOLCHAIN_SET_S=no + S="${WORKDIR}"/${MY_P} +fi + +inherit toolchain + +if tc_is_live ; then + # Needs to be after inherit (for now?), bug #830908 + EGIT_BRANCH=releases/gcc-$(ver_cut 1) +elif [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then + # m68k doesnt build (ICE, bug 932733) + #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + :; +fi + +if [[ ${CATEGORY} != cross-* ]] ; then + # Technically only if USE=hardened *too* right now, but no point in complicating it further. + # If GCC is enabling CET by default, we need glibc to be built with support for it. + # bug #830454 + RDEPEND="elibc_glibc? ( sys-libs/glibc[cet(-)?] )" + DEPEND="${RDEPEND}" +fi + +src_prepare() { + local p upstreamed_patches=( + # add them here + ) + for p in "${upstreamed_patches[@]}"; do + rm -v "${WORKDIR}/patch/${p}" || die + done + + toolchain_src_prepare + + eapply "${FILESDIR}"/${PN}-13-fix-cross-fixincludes.patch + eapply_user +} diff --git a/sys-devel/gcc/gcc-15.2.1_p20260124.ebuild b/sys-devel/gcc/gcc-15.2.1_p20260124.ebuild new file mode 100644 index 000000000000..84ae52db2cac --- /dev/null +++ b/sys-devel/gcc/gcc-15.2.1_p20260124.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# Maintenance notes and explanations of GCC handling are on the wiki: +# https://wiki.gentoo.org/wiki/Project:Toolchain/sys-devel/gcc + +TOOLCHAIN_PATCH_DEV="sam" +TOOLCHAIN_HAS_TESTS=1 +PATCH_GCC_VER="15.2.0" +PATCH_VER="5" +MUSL_VER="1" +MUSL_GCC_VER="15.2.0" +PYTHON_COMPAT=( python3_{10..14} ) + +if [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then + # Cheesy hack for RCs + MY_PV=$(ver_cut 1).$((($(ver_cut 2) + 1))).$((($(ver_cut 3) - 1)))-RC-$(ver_cut 5) + MY_P=${PN}-${MY_PV} + GCC_TARBALL_SRC_URI="mirror://gcc/snapshots/${MY_PV}/${MY_P}.tar.xz" + TOOLCHAIN_SET_S=no + S="${WORKDIR}"/${MY_P} +fi + +inherit toolchain + +if tc_is_live ; then + # Needs to be after inherit (for now?), bug #830908 + EGIT_BRANCH=master +elif [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then + # Don't keyword live ebuilds + #KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" + :; +fi + +if [[ ${CATEGORY} != cross-* ]] ; then + # Technically only if USE=hardened *too* right now, but no point in complicating it further. + # If GCC is enabling CET by default, we need glibc to be built with support for it. + # bug #830454 + RDEPEND="elibc_glibc? ( sys-libs/glibc[cet(-)?] )" + DEPEND="${RDEPEND}" +fi + +src_prepare() { + local p upstreamed_patches=( + # add them here + ) + for p in "${upstreamed_patches[@]}"; do + rm -v "${WORKDIR}/patch/${p}" || die + done + + toolchain_src_prepare + eapply "${FILESDIR}"/${PN}-13-fix-cross-fixincludes.patch + eapply_user +} diff --git a/sys-firmware/sof-firmware/Manifest b/sys-firmware/sof-firmware/Manifest index c77cb3d6aae1..cc7623c59faf 100644 --- a/sys-firmware/sof-firmware/Manifest +++ b/sys-firmware/sof-firmware/Manifest @@ -1,2 +1,3 @@ DIST sof-firmware-2025.05.1.tar.gz 11838386 BLAKE2B 7941ee472303481b83f794118c6271af123ccd0d211677f47dd74c21675a3e960a4c8dbf3f4ef4333171c65ebdf4d388e852b4ea484c0d208a28fb17849d7a20 SHA512 ad255502c607e80dcd9d42f4b734e10534e7b2bc36b0cc077b825a75b91040a9094df1fb3b3bab3a87b99940009b99835357f22bc6289c52fb66f472459fe8e1 +DIST sof-firmware-2025.12.1.tar.gz 13486538 BLAKE2B f791dccb488ae3a1db26e39d149d0a51b68c200943ef35d2f40a59c0e17a4bc7bcaea5f54195ccc6cd9574371aceb07a394a1869efe1bdfd418d938283f8e7b8 SHA512 78885d29720dbf2b54999e3ac4dc4124ac0f6fc466cd51bdfff3ae93dcd796a99e96fe3ea7d997f32e9b85936780c1ad04565002244024d92731a68c889c2087 DIST sof-firmware-2025.12.tar.gz 13398826 BLAKE2B 935f909e4b5ab9fed3424767b660e7ac3b96e121f23d2b52d0b0f24e82877e1acbd54fce530861f43bf01b1b0343874959a0e75c712440c15bc761b3d9d643f2 SHA512 f77c47a401e68e3edb29b281efbfe97505b9ae4c188ea09ccd2855aaced4976631160885df8ce50cf83550bdfdc2bc7489cfee3ed6d9cd63563bbf3d0be8f661 diff --git a/sys-firmware/sof-firmware/sof-firmware-2025.12.1.ebuild b/sys-firmware/sof-firmware/sof-firmware-2025.12.1.ebuild new file mode 100644 index 000000000000..5bd47e5655f4 --- /dev/null +++ b/sys-firmware/sof-firmware/sof-firmware-2025.12.1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Sound Open Firmware (SOF) binary files" +HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof https://github.com/thesofproject/sof-bin" +SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/sof-bin-${PV} + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="tools" + +RDEPEND=" + tools? ( + media-libs/alsa-lib + sys-libs/glibc + ) +" + +QA_PREBUILT="usr/bin/sof-ctl + usr/bin/sof-logger + usr/bin/sof-probes" + +src_install() { + dodir /lib/firmware/intel + dodir /usr/bin + FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" "${S}/install.sh" || die + + # Drop tools if requested (i.e. useful for musl systems, where glibc + # is not available) + if ! use tools ; then + rm -rv "${D}"/usr/bin || die + fi +} + +pkg_preinst() { + # Fix sof-ace-tplg directory symlink collisions + local sofpath="${EROOT}/lib/firmware/intel/sof-ace-tplg" + if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then + rm -r "${sofpath}" || die + fi +} diff --git a/sys-firmware/sof-firmware/sof-firmware-2025.12.ebuild b/sys-firmware/sof-firmware/sof-firmware-2025.12.ebuild index e0efeed884a3..40a085cc2e66 100644 --- a/sys-firmware/sof-firmware/sof-firmware-2025.12.ebuild +++ b/sys-firmware/sof-firmware/sof-firmware-2025.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ S="${WORKDIR}"/sof-bin-${PV} LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="tools" RDEPEND=" diff --git a/sys-libs/glibc/glibc-2.42-r5.ebuild b/sys-libs/glibc/glibc-2.42-r5.ebuild index c82a0034d2c0..b78129a81162 100644 --- a/sys-libs/glibc/glibc-2.42-r5.ebuild +++ b/sys-libs/glibc/glibc-2.42-r5.ebuild @@ -43,7 +43,7 @@ HOMEPAGE="https://www.gnu.org/software/libc/" if [[ ${PV} == *9999 ]]; then inherit git-r3 else - #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" SRC_URI="mirror://gnu/glibc/${P}.tar.xz" SRC_URI+=" verify-sig? ( mirror://gnu/glibc/${P}.tar.xz.sig )" SRC_URI+=" https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz" diff --git a/sys-process/fcron/fcron-3.4.0-r1.ebuild b/sys-process/fcron/fcron-3.4.0-r1.ebuild index 90eb523f67e9..b8c58dc1779c 100644 --- a/sys-process/fcron/fcron-3.4.0-r1.ebuild +++ b/sys-process/fcron/fcron-3.4.0-r1.ebuild @@ -183,6 +183,11 @@ src_install() { local DOCS=( "${WORKDIR}/crontab" ) einstalldocs + + if [[ ${PR} != r0 ]]; then + mv "${ED}"/usr/share/doc/{${P}/*,${PF}/} || die + rmdir "${ED}"/usr/share/doc/${P} || die + fi } pkg_postinst() { diff --git a/sys-process/procps/files/procps-4.0.5-sysctl-ignore_failure.patch b/sys-process/procps/files/procps-4.0.5-sysctl-ignore_failure.patch new file mode 100644 index 000000000000..393da09f853e --- /dev/null +++ b/sys-process/procps/files/procps-4.0.5-sysctl-ignore_failure.patch @@ -0,0 +1,21 @@ +Don't error for close_stream failure if the config line begins with "-" +https://bugs.gentoo.org/969014 +https://gitlab.com/procps-ng/procps/-/issues/410 + +--- procps-ng-4.0.5/src/sysctl.c ++++ procps-ng-4.0.5/src/sysctl.c +@@ -623,9 +623,12 @@ static int WriteSetting( + if (0 < fprintf(fp, "%s\n", value)) + rc = EXIT_SUCCESS; + if (close_stream(fp) != 0) { +- xwarn(_("setting key \"%s\""), dotted_key); ++ xwarn(_("setting key \"%s\"%s"), ++ dotted_key, (ignore_failure?_(", ignoring"):"")); + free(dotted_key); +- return EXIT_FAILURE; ++ if (!ignore_failure) ++ rc = EXIT_FAILURE; ++ return rc; + } + } + } diff --git a/sys-process/procps/procps-4.0.5-r4.ebuild b/sys-process/procps/procps-4.0.5-r4.ebuild new file mode 100644 index 000000000000..9fe1ed695fda --- /dev/null +++ b/sys-process/procps/procps-4.0.5-r4.ebuild @@ -0,0 +1,133 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools flag-o-matic multilib-minimal toolchain-funcs + +DESCRIPTION="Standard informational utilities and process-handling tools" +HOMEPAGE="https://gitlab.com/procps-ng/procps" +# Per e.g. https://gitlab.com/procps-ng/procps/-/releases/v4.0.5, the dist tarballs +# are still hosted on SF. +SRC_URI="https://downloads.sourceforge.net/${PN}-ng/${PN}-ng-${PV}.tar.xz" +S="${WORKDIR}"/${PN}-ng-${PV} + +# See bug #913210 +LICENSE="GPL-2+ LGPL-2+ LGPL-2.1+" +SLOT="0/1-ng" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="elogind +kill modern-top +ncurses nls selinux static-libs skill systemd test unicode" +RESTRICT="!test? ( test )" + +DEPEND=" + elogind? ( sys-auth/elogind ) + elibc_musl? ( sys-libs/error-standalone ) + ncurses? ( >=sys-libs/ncurses-5.7-r7:=[unicode(+)?] ) + selinux? ( sys-libs/libselinux[${MULTILIB_USEDEP}] ) + systemd? ( sys-apps/systemd[${MULTILIB_USEDEP}] ) +" +RDEPEND=" + ${DEPEND} + !<app-i18n/man-pages-l10n-4.2.0-r1 + !<app-i18n/man-pages-zh_CN-1.6.4.2 + kill? ( + !sys-apps/coreutils[kill] + !sys-apps/util-linux[kill] + ) +" +BDEPEND=" + elogind? ( virtual/pkgconfig ) + elibc_musl? ( virtual/pkgconfig ) + ncurses? ( virtual/pkgconfig ) + systemd? ( virtual/pkgconfig ) + test? ( dev-util/dejagnu ) +" + +# bug #898830 +QA_CONFIG_IMPL_DECL_SKIP=( makedev ) + +PATCHES=( + "${FILESDIR}"/${PN}-4.0.4-xfail-pmap-test.patch + "${FILESDIR}"/${PN}-4.0.5-sysctl-manpage.patch # bug #565304 + "${FILESDIR}"/${PN}-4.0.5-fix-tests-multilib.patch + "${FILESDIR}"/${PN}-4.0.5-top-legacy-config-vuln.patch # bug #958286 + "${FILESDIR}"/${PN}-4.0.5-macos.patch + "${FILESDIR}"/${PN}-4.0.5-pgrep-old-linux-headers.patch # bug #911375 + "${FILESDIR}"/${PN}-4.0.5-pidwait-half.patch # bug #959706 + "${FILESDIR}"/${PN}-4.0.5-pgrep-pidwait.patch + "${FILESDIR}"/${PN}-4.0.5-sysctl-ignore_failure.patch # bug #969014 +) + +src_prepare() { + default + + # Only needed for fix-tests-multilib.patch and pgrep-old-linux-headers.patch + eautoreconf +} + +multilib_src_configure() { + # http://www.freelists.org/post/procps/PATCH-enable-transparent-large-file-support + # bug #471102 + append-lfs-flags + + # Workaround for bug #947680, can be dropped w/ >4.0.5 + if use elibc_musl ; then + append-cflags "$($(tc-getPKG_CONFIG) --cflags error-standalone)" + append-libs "$($(tc-getPKG_CONFIG) --libs error-standalone)" + fi + + local myeconfargs=( + # No elogind multilib support + $(multilib_native_use_with elogind) + $(multilib_native_use_enable kill) + $(multilib_native_use_enable modern-top) + $(multilib_native_enable pidof) + $(multilib_native_enable pidwait) + $(multilib_native_use_with ncurses) + # bug #794997 + $(multilib_native_use_enable !elibc_musl w) + $(use_enable nls) + $(use_enable selinux libselinux) + $(use_enable static-libs static) + $(use_with systemd) + $(use_enable skill) + ) + + if use ncurses; then + # Only pass whis when we are building the 'watch' command + myeconfargs+=( $(multilib_native_use_enable unicode watch8bit) ) + fi + + ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" +} + +multilib_src_test() { + local ps="${BUILD_DIR}/src/ps/pscommand" + if [[ $("${ps}" --no-headers -o cls -q $$) == IDL ]]; then + # bug #708230 + ewarn "Skipping tests due to SCHED_IDLE" + else + # bug #461302 + emake check </dev/null + fi +} + +multilib_src_install() { + default + + dodoc "${S}"/sysctl.conf + + if multilib_is_native_abi; then + # We keep ps and kill in /bin per bug #565304. + dodir /bin + mv "${ED}"/usr/bin/ps "${ED}"/bin/ || die + if use kill; then + mv "${ED}"/usr/bin/kill "${ED}"/bin/ || die + fi + fi +} + +multilib_src_install_all() { + einstalldocs + find "${ED}" -type f -name '*.la' -delete || die +} diff --git a/www-client/librewolf-bin/Manifest b/www-client/librewolf-bin/Manifest index 93bca464224c..72e93c02619a 100644 --- a/www-client/librewolf-bin/Manifest +++ b/www-client/librewolf-bin/Manifest @@ -1,6 +1,2 @@ -DIST librewolf-145.0.2-1-linux-arm64-package.tar.xz 78009548 BLAKE2B 2a3195862ccb7950565050b120374bb66bd84ed077ec104fd7dc5b8018f7989acd5ab0c700276c93769d1a889d7cdf6ab76db33ca8acf30811a397ecd46b1655 SHA512 6895ee39a1b93b5c5bbe35d28e33502c13f73f529bf6830c667108023768da9dfcc5156f39ac4f6efc818e3c6c02a7ac3a586625f091eb3af469128c3b17068e -DIST librewolf-145.0.2-1-linux-x86_64-package.tar.xz 88544884 BLAKE2B f0ade5275c8cbd599ca2b1c537268f0bb9aa224961c8b9bea91c745feb78b8f31284e46d536190600eaf5055368f7600a509111143a21f57050d09d8a7217619 SHA512 9634137423d9ad245ec4c98eaab53629a3671635a5e06ef39153a31022225587c045941ff559162e0fa454415c83716141dee1efbf4804fab5beaffbeb2e205c -DIST librewolf-146.0-2-linux-arm64-package.tar.xz 78140376 BLAKE2B 3721f9aeffc4cfdf7ee3b86af2455d52059a5e26fa9edb8378962d3d56d082ba5c3cca8a89d174fac93671c29b90543b8b8b34494d32825016419cce86b2b13f SHA512 2408961c88c36928810e931f5affcfbc7c9158dff3061410224e0d0245f688befdbc95a62ea64657235c7ffa5ed13eec56a6aa18a6132a11da4c3ea5bd17fe3c -DIST librewolf-146.0-2-linux-x86_64-package.tar.xz 88904320 BLAKE2B af54594381cda5c9ff3decc34f7703e8446bdf9c3967999d7df2b12baad262947f9b9a45430cae7768845f6c0baa4bac602b986f02849ec668ce6b50eb9db1e4 SHA512 8616c229a61c3c82c6b91bbba57073b89758c26fe28707e10ba1f8061ce599fa12df2714389d971d3af94c52215beb86ebf5b76de6848e12185aea5c453aae75 -DIST librewolf-146.0.1-1-linux-arm64-package.tar.xz 78164904 BLAKE2B bc38784626aab96e7009050d42891e11d79e2aaba4c2c715bcb2eae87eedf4d0eeaf8a2fc53713eefc32021fe8f555baa855afe56e8a7d893db6fce6eca2f9a9 SHA512 f1393b593e10979d8d8d8f47a1fb4402490f0efc650ae8a058e5094692843b2d8a382f6db34b9b369975d3bf54cbc0998d6704194c9be24694dffa6494dc674e -DIST librewolf-146.0.1-1-linux-x86_64-package.tar.xz 88944328 BLAKE2B 64a5afea6f758b738fe071466108d3ef92a83a6f0b3ad46d833dcfd5bca9cd2ed4ba421fa4699aff8aa63f6c912e0d55feb432e85fd809d1970e5f759d97b7f4 SHA512 c7896c8485b6bd3b2b9d8365d81a4925e30f0ab67a0a907c9ecc7a6a64cc0210e58009f89bd6233ed620c4171cb5537cd97f38b7ad34fd477b9adfed60d0cfbf +DIST librewolf-147.0.1-3-linux-arm64-package.tar.xz 79550648 BLAKE2B 92715a024462af41c8ed0df6ddf92cf6a65cb88d600bbf4898af3ae0d9d6b02c697a2aa6177b50a69bde28f40f3dc65cbfa62a530843c86416fb40bce1c3f477 SHA512 b2b6ad299a8df5e6aabdcfb297a3f115b745ef83d12bbdfc8d037cb1c2ab8cfd9f1c5643f811544358a4cd4ba75d0918495e2ab6da57604e113a2742da7b02d5 +DIST librewolf-147.0.1-3-linux-x86_64-package.tar.xz 90135808 BLAKE2B a9be42f26d7ac4c8f112faa9732ddb6ca95ac98f04ae95d057bb20540db3b200ad2aa0b65a7f636fb8d49aab082573bfae54c077b64e6702b0029772529e504d SHA512 66017b9c92073e97856289c860b1358fdf385dde07c4caaad877dd908d8a79e6a26cb75f1a31bab627842985b9caca068de3f181f070bc00271256d2f4fa6ede diff --git a/www-client/librewolf-bin/librewolf-bin-146.0.1_p1.ebuild b/www-client/librewolf-bin/librewolf-bin-146.0.1_p1.ebuild deleted file mode 100644 index 5e18ceacb951..000000000000 --- a/www-client/librewolf-bin/librewolf-bin-146.0.1_p1.ebuild +++ /dev/null @@ -1,321 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LIBREWOLF_PV="${PV/_p/-}" - -MOZ_ESR= - -MOZ_PV=${PV/_p[0-9]/} -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="${SRC_URI} - amd64? ( https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/${LIBREWOLF_PV}/librewolf-${LIBREWOLF_PV}-linux-x86_64-package.tar.xz ) - arm64? ( https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/${LIBREWOLF_PV}/librewolf-${LIBREWOLF_PV}-linux-arm64-package.tar.xz )" - -DESCRIPTION="LibreWolf Web Browser" -HOMEPAGE="https://librewolf.net/" - -KEYWORDS="-* amd64 ~arm64" -SLOT="0" -LICENSE="MPL-2.0 GPL-2 LGPL-2.1" -IUSE="selinux wayland" - -RESTRICT="strip" - -BDEPEND="app-arch/unzip" -RDEPEND="${DEPEND} - || ( - media-libs/libpulse - media-sound/apulse - ) - >=app-accessibility/at-spi2-core-2.46.0:2 - >=dev-libs/glib-2.26:2 - media-libs/alsa-lib - media-libs/fontconfig - >=media-libs/freetype-2.4.10 - sys-apps/dbus - virtual/freedesktop-icon-theme - >=x11-libs/cairo-1.10[X] - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-3.11:3[X,wayland?] - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXcursor - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXi - x11-libs/libXrandr - x11-libs/libXrender - x11-libs/libxcb - >=x11-libs/pango-1.22.0 - 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=() - -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" - - # 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" - - insinto /usr/share/icons/hicolor/symbolic/apps - - 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="LibreWolf (bin)" - local desktop_file="${FILESDIR}/firefox-bin-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, bgo#941873 - local apulselib= - if has_version -r media-sound/apulse[-sdk] ; then - apulselib="${EPREFIX}/usr/$(get_libdir)/apulse" - ewarn "media-sound/apulse with -sdk use flag detected!" - ewarn "Firefox-bin will be installed with a wrapper, that attempts to load" - ewarn "apulse instead of pipewire/pulseadio. This may lead to sound issues." - ewarn "Please either enable sdk use flag for apulse, or remove apulse" - ewarn "completely and re-install firefox-bin to utilize pipewire/pulseaudio instead." - 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}/firefox-bin-r1.sh" ${PN} - - # Update wrapper - sed -i \ - -e "s:@PREFIX@:${EPREFIX}/usr:" \ - -e "s:@MOZ_FIVE_HOME@:${EPREFIX}${MOZILLA_FIVE_HOME}:" \ - -e "s:@APULSELIB_DIR@:${apulselib}:" \ - -e "s:@DEFAULT_WAYLAND@:${use_wayland}:" \ - "${ED}/usr/bin/${PN}" \ - || die -} - -pkg_postinst() { - xdg_pkg_postinst - - local show_doh_information show_normandy_information - - if [[ -z "${REPLACING_VERSIONS}" ]] ; then - # New install; Tell user that DoH is disabled by default - show_doh_information=yes - show_normandy_information=yes - 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 - - 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 "ffmpeg-based audio/video codec support, required for HTML5 video rendering" media-video/ffmpeg - optfeature "desktop notifications" x11-libs/libnotify -} diff --git a/www-client/librewolf-bin/librewolf-bin-146.0_p2.ebuild b/www-client/librewolf-bin/librewolf-bin-146.0_p2.ebuild deleted file mode 100644 index 5e18ceacb951..000000000000 --- a/www-client/librewolf-bin/librewolf-bin-146.0_p2.ebuild +++ /dev/null @@ -1,321 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LIBREWOLF_PV="${PV/_p/-}" - -MOZ_ESR= - -MOZ_PV=${PV/_p[0-9]/} -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="${SRC_URI} - amd64? ( https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/${LIBREWOLF_PV}/librewolf-${LIBREWOLF_PV}-linux-x86_64-package.tar.xz ) - arm64? ( https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/${LIBREWOLF_PV}/librewolf-${LIBREWOLF_PV}-linux-arm64-package.tar.xz )" - -DESCRIPTION="LibreWolf Web Browser" -HOMEPAGE="https://librewolf.net/" - -KEYWORDS="-* amd64 ~arm64" -SLOT="0" -LICENSE="MPL-2.0 GPL-2 LGPL-2.1" -IUSE="selinux wayland" - -RESTRICT="strip" - -BDEPEND="app-arch/unzip" -RDEPEND="${DEPEND} - || ( - media-libs/libpulse - media-sound/apulse - ) - >=app-accessibility/at-spi2-core-2.46.0:2 - >=dev-libs/glib-2.26:2 - media-libs/alsa-lib - media-libs/fontconfig - >=media-libs/freetype-2.4.10 - sys-apps/dbus - virtual/freedesktop-icon-theme - >=x11-libs/cairo-1.10[X] - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-3.11:3[X,wayland?] - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXcursor - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXi - x11-libs/libXrandr - x11-libs/libXrender - x11-libs/libxcb - >=x11-libs/pango-1.22.0 - 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=() - -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" - - # 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" - - insinto /usr/share/icons/hicolor/symbolic/apps - - 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="LibreWolf (bin)" - local desktop_file="${FILESDIR}/firefox-bin-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, bgo#941873 - local apulselib= - if has_version -r media-sound/apulse[-sdk] ; then - apulselib="${EPREFIX}/usr/$(get_libdir)/apulse" - ewarn "media-sound/apulse with -sdk use flag detected!" - ewarn "Firefox-bin will be installed with a wrapper, that attempts to load" - ewarn "apulse instead of pipewire/pulseadio. This may lead to sound issues." - ewarn "Please either enable sdk use flag for apulse, or remove apulse" - ewarn "completely and re-install firefox-bin to utilize pipewire/pulseaudio instead." - 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}/firefox-bin-r1.sh" ${PN} - - # Update wrapper - sed -i \ - -e "s:@PREFIX@:${EPREFIX}/usr:" \ - -e "s:@MOZ_FIVE_HOME@:${EPREFIX}${MOZILLA_FIVE_HOME}:" \ - -e "s:@APULSELIB_DIR@:${apulselib}:" \ - -e "s:@DEFAULT_WAYLAND@:${use_wayland}:" \ - "${ED}/usr/bin/${PN}" \ - || die -} - -pkg_postinst() { - xdg_pkg_postinst - - local show_doh_information show_normandy_information - - if [[ -z "${REPLACING_VERSIONS}" ]] ; then - # New install; Tell user that DoH is disabled by default - show_doh_information=yes - show_normandy_information=yes - 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 - - 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 "ffmpeg-based audio/video codec support, required for HTML5 video rendering" media-video/ffmpeg - optfeature "desktop notifications" x11-libs/libnotify -} diff --git a/www-client/librewolf-bin/librewolf-bin-145.0.2_p1.ebuild b/www-client/librewolf-bin/librewolf-bin-147.0.1_p3.ebuild index 5e18ceacb951..41265ec9d748 100644 --- a/www-client/librewolf-bin/librewolf-bin-145.0.2_p1.ebuild +++ b/www-client/librewolf-bin/librewolf-bin-147.0.1_p3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -33,8 +33,8 @@ inherit desktop linux-info optfeature pax-utils xdg MOZ_SRC_BASE_URI="https://archive.mozilla.org/pub/${MOZ_PN}/releases/${MOZ_PV}" SRC_URI="${SRC_URI} - amd64? ( https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/${LIBREWOLF_PV}/librewolf-${LIBREWOLF_PV}-linux-x86_64-package.tar.xz ) - arm64? ( https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/${LIBREWOLF_PV}/librewolf-${LIBREWOLF_PV}-linux-arm64-package.tar.xz )" + amd64? ( https://codeberg.org/api/packages/librewolf/generic/librewolf/${LIBREWOLF_PV}/librewolf-${LIBREWOLF_PV}-linux-x86_64-package.tar.xz ) + arm64? ( https://codeberg.org/api/packages/librewolf/generic/librewolf/${LIBREWOLF_PV}/librewolf-${LIBREWOLF_PV}-linux-arm64-package.tar.xz )" DESCRIPTION="LibreWolf Web Browser" HOMEPAGE="https://librewolf.net/" @@ -57,6 +57,7 @@ RDEPEND="${DEPEND} media-libs/alsa-lib media-libs/fontconfig >=media-libs/freetype-2.4.10 + media-video/ffmpeg sys-apps/dbus virtual/freedesktop-icon-theme >=x11-libs/cairo-1.10[X] @@ -316,6 +317,6 @@ pkg_postinst() { 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 "ffmpeg-based audio/video codec support, required for HTML5 video rendering" media-video/ffmpeg + # optfeature "ffmpeg-based audio/video codec support, required for HTML5 video rendering" media-video/ffmpeg optfeature "desktop notifications" x11-libs/libnotify } diff --git a/www-client/librewolf/Manifest b/www-client/librewolf/Manifest index 5b57ef79d92f..9f6e03b784a5 100644 --- a/www-client/librewolf/Manifest +++ b/www-client/librewolf/Manifest @@ -301,8 +301,110 @@ DIST firefox-146.0.1-vi.xpi 488053 BLAKE2B 52cae1d1862cbc535a8af6d56c5aaa0aa0b74 DIST firefox-146.0.1-xh.xpi 273183 BLAKE2B 6f05970fe4409da7b0bbdf64e4da85568bc938c9754b9d2b8cbf70b5a11427f7af0f906d487421cb73b9abd63065d50f25fd2c0dfe40b6a1889b54f2e4e92eb4 SHA512 0ebcbe96ddbd61bd25cdf268adf0fd49857c9eec52064e7441e9a00cc9194cc96ce996470c320298966340c32c32bf9ce0d3d69b2d934a03fe13ea0dc8f12457 DIST firefox-146.0.1-zh-CN.xpi 479100 BLAKE2B 28bc272e46f11dfd7a76dcc630fcaf2d5ec57ef0e9359bcd7c320add8e552e1221796a44920cfb99438de92c41ebfb0050903b518a3d26690b44baab6b49298a SHA512 0352c05590ec7afc78939dff79ebc0237ed35ed12b3430ad6c2e4e8ebabbd9d9eb925f5f058949e2530cda3649517f4ad6327f64c291c2391ad03c7efabe83e3 DIST firefox-146.0.1-zh-TW.xpi 482587 BLAKE2B 13f0571779b1d6956591ae491f5c0a74808ab2a01281b5e865e73c865c4e0104623b70d165cbc3ee880b8da6344d6a70c83b484de0c8b8a95215ca227d0ec570 SHA512 7ba8508ce47ab6d05dce8135504bffccfdaaab0b7777589218ff5be9d0e701adf79200eeda84862c03db1ec1d03b963942c1f50e4a265cc7ee28033cf8e6f5c0 +DIST firefox-147-patches-01.tar.xz 10900 BLAKE2B d3920ca668f3fee1496cfbdb7d8c8f835f7fc258e1fd4e1d89f85155e98ee15d6c545d2389128e8bfaa629f49264d391dfa348bfbeb9b553773d4b51a35274c2 SHA512 e82300a2013040c0d6b061dd92706a6862e6c8cb3c2db6a9c256668aed6adef43d373dfcef5ec3ad97444b6dbb293d2c0ff1d1e1f5efe498249b1e796dcf243e +DIST firefox-147.0.1-ach.xpi 295771 BLAKE2B fd34549259cf8f0cd30c15d17f591b219e3308cd2fedf2f5a9c33b0cfe521b694646195ab97a48c79c696dc235b8390817d9f438ac4eeca91e95bfe470a73357 SHA512 877c973e695c86a1f697fc42384cde6d10697e9dacf31f2b89c02fb49473d44eaa614a8db7d520bddefe12870cf610bbf0d482a12fde679113a685357baa3351 +DIST firefox-147.0.1-af.xpi 269137 BLAKE2B c3afeaf96a3318cc0e67f543cd84687b02399d1e19be66a35ef3e75b3a3da8117bbb17f45820abc5dfbd2048bbf4cb8c39a73ad8486e679b930d4dc83d589f03 SHA512 bfa5b2058eae99926a6c072a68630d779ff988288de06d02990e45b59d9ea242e84cc4855e3a07e439db443ee69f33dfccaaafa9920508aa54401f8ab72d3755 +DIST firefox-147.0.1-an.xpi 333186 BLAKE2B f29f76e43d9208fb9a9f5f0c82810d7950499cbb5a3694d5bb89dd3c847bc393846d6bfd7af47cc0b07ce8009aa106ab0d7ed60c4e91e695ebb5958f8237e851 SHA512 9616311e5266cc0328f0cd9cbfcdd94cf5b95ddf2cdc806ddca5844454269c53daf037754c843e3acad61bb883175709d4eb87ec11d9a59ff94753eacf335094 +DIST firefox-147.0.1-ar.xpi 447288 BLAKE2B cdd270797909dd5bf9d715a6cbc979606305ffcaa382315e05d2a0eedea75fb11c322a4de32f4bd32d60b787dddff1ef5de566558e1e12f4403026d37c744d30 SHA512 efb37fa1f9147d4609c1f1be54e3474a981fb028991993cc4eb11eaf55de7b0d327f5550450779f798820ee1fe92ac6a401d88bfef8978195d982aa645b5c0eb +DIST firefox-147.0.1-ast.xpi 313508 BLAKE2B 78558747dac8d1338dff2b049514a283c7d7676d6ede484979ce0d3b9ec1aab969a9712a1d0a88034b7069d5b27ac55c06a13d74704bb0bb206f65fab715bc05 SHA512 c35bfa7fd69e38cf4825c4fe2c0caaccdc340dccf72ac04ad91049a7b09659beb388ae57c09a5101467f4d9dbcecd04338f07cfca2da4447a7d9750ffbee3440 +DIST firefox-147.0.1-az.xpi 319872 BLAKE2B 373a9ca6914eed69881bf316e80f1f61f5ba342ab8540238406a3abdc96729eb85f0fca5f8b68f94eb7dc53919d65092c38caa4ffe39964b66d3409d493ed61d SHA512 277c0e7038a8e219842053481408afc46e3dacd54ae05e6e12adf66a2b8c3e20694f49193e8f95bbae7fad42713ceaf429f21afee68e926c10a0952917a181c6 +DIST firefox-147.0.1-be.xpi 549293 BLAKE2B 97ca95aee6c906871a0b46865b3e0402ec590a064532b2dcce5c40259ea17362054580a9b638f6d1abbb89ec9fcc2f05129feb6d494cf321fd2112ca90f70539 SHA512 0cb70de99a7323ca45c7bdc4574e19844822778fa75993c78e5d717b1b80e3afb73dcfaa7e49b0e83b039ed58ddf51c905df647b54162e6a9774f5d3aaa6a89d +DIST firefox-147.0.1-bg.xpi 462984 BLAKE2B f7d453a7f0a42ba26ec2b101fe5985ae1c7ce8466049e03c9fd519d0cfaa94f7239ea14a8dfe5457fdcce06f5f7c1b77bb67d6b14d12e34fd426132117e37a4f SHA512 2884667bb40ed33d1a608c14b020e5afed5b28fbfe287e21f0b346fcf7a85facbead0004571030388bb495efde0b6d31d3b15978f4eb8c89551e2a48e2121579 +DIST firefox-147.0.1-bn.xpi 413897 BLAKE2B 2e6cafb59478f7eac9a07b6aee2f7b999f8a496cec078b383e949d1758f6df3b4b99fafb009bb2f7fa14d0cc378a9b0f40293d2701cf055612669941731def1d SHA512 ca1733fc6cbc5c7e7efe4c8ee70a7e6e39dbef39e8891d5a40d342b46edb0095b5167ef05a05583b39d53cd95d71ba5045d575fb6cbd7557dac4bbffbd444a5f +DIST firefox-147.0.1-br.xpi 395368 BLAKE2B 4e61114648801f701dcf361e452b0ee8d3ea2ebcd2811b593f0adc90a7194c55546281e26b1ae7e992b42eb5ca59cd8f8ee5d3528a78667de06a47ee95c51454 SHA512 e252c47647698f30153ffe455f60096c2a80a7d9e90e19a499db38e737f30584f6d0fd02366102b2e97274a3d4e1a53e5dc1b4e8ba1837e22c9744c179ea78a5 +DIST firefox-147.0.1-bs.xpi 451395 BLAKE2B aed97d6595b6d7b316b2dc3ddb68b8b769f2c53c58e04cd2fc7b4c2e0f6c73e5b970599f493e6a423b5fe110f26a6ed1ce3844afd6c2d1a92a95febe77e4b4da SHA512 326691a65226a06b04b1d91401af6bef0511f8ed6ddc7f6becf50542fcc955f69501e8129b76082aafbe982bbb9778e9506b997d10750f8fe03c809168086da7 +DIST firefox-147.0.1-ca-valencia.xpi 358880 BLAKE2B 74340c313ea002c7197d86b9c869b05c1dec97e3dfe5573bf6cdbe98e18d54c91a4fbc0816d69019684ce957b928ff4c9d1efed4f47f811d3b9d187714e4c7db SHA512 72fc6ea905418764627d647a943599f42f33ef2ab8bf52d62bc9adbbb42526d8b81b16dd98389696351c0d277fa50fe07f9b5189e6d6f152ecad9058b274f589 +DIST firefox-147.0.1-ca.xpi 417694 BLAKE2B 3bc96612945af59afe68d9ebbdc0ef2db9a78ed71688a2515e48951857ece2b67504e41d8316397dc3e26325c2f5a84fa4645bfd08b2264270fc70a087d144f3 SHA512 5a2c0c59c68c3268944b63dce39b4012e808396f91d2512ef6f6487ecd29e074ffcdc6acf9abbb26bc4546306f59d19db5ee795fe1faceebdb7c31f2802a6ea6 +DIST firefox-147.0.1-cak.xpi 390716 BLAKE2B 47fae8b71075cf4c4b854385116e5cbe548dc801fbb4f1925cf4203b37724c7ad563ee10471fba029be54974dc8f0c12c7368a0e7334fa2dc35ecf9fc651ba00 SHA512 5237ee49652a734e9b0d8b0bd6329059bdc2defb40e8707ca39369731fe9d3c528f0b72f1eab9f031954f5af45436c88e3b69b037c311564a78373ad502e562e +DIST firefox-147.0.1-cs.xpi 502173 BLAKE2B 16546593ef02fce4f6b8eb5c6642c8a4cb5c1ec900ac93e62784154567f4d5eb503a4a94c132d195b23fa46c2da35199ceec51f9e8e9d4726cf8301e6902dd6d SHA512 6a2aea3b6a1ef207c852dba68cf6109ce920b1354958abb1aba0ae0a9c3aba300b96916304a48daac61b77a65c880e4318da52cac31f3014b05ee6b45c74ab19 +DIST firefox-147.0.1-cy.xpi 465516 BLAKE2B ac798250c5a3ec8d02af877eab7264370fc9f0e1fea8bb38e39e84e33ff87a70079f2bf97cc485660df0d0cb85cc501311013caf80645740f265db77c0e2df68 SHA512 ca3548247fbe6019855df5d659c13c13e49b501e2ce902cf599de6562bb7ca1845e157f37500ddb9b973e834924dce29ebf779ed971c6ab5e7d2740818eb2583 +DIST firefox-147.0.1-da.xpi 453670 BLAKE2B b916b94fa5533441f321558db8d3ae5e91dc6b13a0f492eaeb790416bc0cb68928f078758472f175e76dc3750dbbfa12a26069439f6633cd8bbe163edbb3659e SHA512 ffe75a95667ad86653c4ca121c0b81d850d5aea77b80856e86788e58b8eb0492f62ce0126fc8acdbd0753c88b0eb578fc46531b89686bf8f3e3db829800e0022 +DIST firefox-147.0.1-de.xpi 476586 BLAKE2B 866bea9c05c8e775d80c5ea3da1d3090037cd0b0c0a7729482189ff984be052e30b037c863e546965e90a54251b55be6b68e89320bb32c3c6eb14bab0409f919 SHA512 f43af090139cd074d4e7e1596919550a42f24942be1391fe4fac446d7c61e4b515d7247cae2f6a926e3418cbc4eb7f9d98bfd605a35ee0900702370d2ea3d26a +DIST firefox-147.0.1-dsb.xpi 490409 BLAKE2B 710dbdcc95bd3a49cfc50ebeae734497ca4ba41c273941c57a46890cf65850049e4be072d5d838465d7dbbf61602a70838c2bbbff12bb02d74bfa7292464ee7d SHA512 3b85c92b6b82628878362cf111e79c7b95f638e75b8074fe29cfb0b30e537e692b18980271fbdab29c080b66cebf7b343fe80ebe8d2365d122249cb5f1a29046 +DIST firefox-147.0.1-el.xpi 564767 BLAKE2B 2bc31dd7feab6ed483d75aa0b3f6d0c46529576b09f54d7d2ad0ed338dfe63068a334b6fc2e0320cb3f37b94a37ccabb7f82fc01be332b280e01b45c46b80ade SHA512 a2b92bc806fc3f7b5dc37e4dfecf6320c10709472d051c0a6dd796d20752f6f2ed602f19ba226a0a5afa97f0dd83787e66f2b49caba49f0771e28c316009f986 +DIST firefox-147.0.1-en-CA.xpi 431928 BLAKE2B 99c4f498ef592295c63d6b18a6c2e2fa101b78314e494e38d1f6c474086e5a8045aa2b701cf31603c3b602ceb09db9452ef1584f0ae169deb406423ea698a30f SHA512 adffddfbe7d99c0eb9734c5ec3291ef06c7469842ef4196ba4d9cb3995e24b039e98c6332f4347997ec10579c46b7840d29fa64377b91fca85f1c6de77e65997 +DIST firefox-147.0.1-en-GB.xpi 432233 BLAKE2B a93d90c663235c1bcd0ac48caafbb25b49ed036bba5b1ab17ae4121168a318c1b73c2cc57604dc6b60d32cf243a21dad83e1c6d451a6a7f75b1796716775e0fc SHA512 28055968ea794d838897b862bd3db772062190bbc27653c8d3cafea5f21e00f2c67188b11eff9d901026dac38c7d1c11eb4654f68be1149032936ea66629e90a +DIST firefox-147.0.1-eo.xpi 456009 BLAKE2B 50bafd5a26719e2e4b9ac4614b35e49f6ac712efd369c04da80323248d01a45b8f98e67a161fb83654da7bd78fc17be26d986844f32ee9212ecf7e08bdff21a5 SHA512 28a249f460f91a55f1dad50b5315f5bfdd2349595be3a064550fdde0d02b49e57f794ce457fe65eeea38d6c40f6a9afeb0f2d3f6bbce9744b830a5a86110ef7a +DIST firefox-147.0.1-es-AR.xpi 468361 BLAKE2B 4d9a3021daa42dc9beb80217eac1e2ae6c3ba0220816c7d3af312d7bf14212a6a4245d13c15f194030e87f24b9b048ec0cd01b11f61475bc65f9d0bccf2dd3eb SHA512 dbdf82e4af9aa93eb88edac69abb9f14f95216e922b1e12b33bc567dea4159de2d537c7c93e42e56f537d1bfead5987921f1b0ad393b0ccf73d42f2df4bc2c96 +DIST firefox-147.0.1-es-CL.xpi 469487 BLAKE2B 87fb3f464bab5e44ca1aae6c096ae178e99e259dcf66893340eca3084262aa743df19c46c466344355ebaf01e4cd6d1e6db12276f4c5de1ab1fb515c4ae8a4d0 SHA512 c336fe9a31099ffff8f28d59799d5a68946a7c3832fdfe92a2a55d1d2e753d3edf76d163ee35b3349abd5bc09b5049dbbdf112456d7fb8f9f767ff015be93847 +DIST firefox-147.0.1-es-ES.xpi 470178 BLAKE2B fe001719dd4fdbe812486d1849c03387092a03c7d5680cd70474e93f8430cfd814fa55cee6c08fb5ede0e68bcc00ae1f9bf00ce99199673479cd333fb4f8bc6f SHA512 dc48fa0c110c23ff792ade9207f788053bb77867ffd6f8833fadbd39328de67e6c8ba04e8155b08a5cb15bda57a637013067c13ef464f0a3d1657937bbc343cf +DIST firefox-147.0.1-es-MX.xpi 458613 BLAKE2B a27ce7cce61661f368442768637ea4bb207d003fe54adc25e96273e219d3caa3fb9480ffabe9ac730c19df07d4c441279b644af0663db0b5d3d2ec0185b024d1 SHA512 6680e5f18ed549df99b4376c7d3bbdf8b09dfacf2d7e3cbb17a13ea96ee8e75b821fc601075c9e1738f4c6f9afdba3b936345908a080963a2a9e5c5a6ef201cf +DIST firefox-147.0.1-et.xpi 359819 BLAKE2B e0ee800ca5572214bbde3fad2ce019d483764ad980f8d3134c6e1b0f686733d80ee18d6582473545195fd8aabfb5386a25697b05b2b148d8cf91267d7c027d47 SHA512 0e606979928feb69122444037bdb8419d0753a85c68024320dd1ec0a311c39b6504e2241a3120fb333a1d07fe29be28c24ca2175a176284343c83d18496c04f8 +DIST firefox-147.0.1-eu.xpi 453283 BLAKE2B 49f6dbe401fc5ce02fe619c28957f3699ecf3289ee361fedd997c43fa4043ef63fa429f2373ae5841ac68113956857cfd066336c9bc1ccb032ff55749b2c11bd SHA512 34303cf409dd8c78081f80a14b2af56ae348172c6cf08a3d1ee47c93e00bd23efe35d6e31a17345c54ee5f096ed6227f322b2a458434d321c9e482fede215321 +DIST firefox-147.0.1-fa.xpi 421559 BLAKE2B 6910602e4da8fcbe47f7c1fe1a28c3a8f65c556ac39d4af3674365dd993942002ff6ecc0c38e3ef23f0891623988d73293998bf22a105d161f139aa05e1c3cb6 SHA512 9fbe36d787408e69ec7325450534de8f310d6d57acc6554c86c84ecf8e6bb77633cd76de95e5ec79cba64ddabf6e9890ce615d53b0c210189e97083ba2e4f410 +DIST firefox-147.0.1-ff.xpi 311421 BLAKE2B 9f532a2be4af340e93448b5ad793c41303ccc1361f5c53fa30fb51d40ff2cc567d5baf6f6aabba5f89d29b62d912f9c003848347ed515294dab3aba865f94637 SHA512 fb19dcdd332d18857f814800e698d2a48dd82fedc161ae276fdb919dc7cda428b2c2888bea8c0f749cbb810cfeaae83719c7d7fdb31ec9d35c33960ff3d53c06 +DIST firefox-147.0.1-fi.xpi 452918 BLAKE2B 77bf0cce5ffe42e4e274011b1eb53688ea97d6b3834b5e698758085ace06eec67cf86d7e1bd01e68c3a4e4ce9bea74eafc2ddb15c0940e840574952d6bac9fed SHA512 96cb5f1cf26b179d0d8f401359d1e97e6fb231e2622a2d0dcfacdb52c42ad5cee4e96915f1d7c2b94c22d604c9eb0a539d5daa68ee65120ffe3edea4905b42c9 +DIST firefox-147.0.1-fr.xpi 482435 BLAKE2B 810df5837f8bff9577cd4fe0a1eb360b3182e99d3548faba8bdcacf27645488add67bbdc281db6e841d5941bd3ecc76ded3823fdcf2fb7e50e703f02598f3398 SHA512 6e8e9c786a82d6330358e44d1ceb82fe2a300b9ad556d915d8ea3a3628730fb0983a35929d277db6961ff949e825679e81f6e9f1a0b4acecfe1b237630ad5e75 +DIST firefox-147.0.1-fur.xpi 475457 BLAKE2B c4969453b1fe45b7eab95df15c4c6324795bea75a6acbc259a40b4ca055048769b882942aba9a6a94545cf8d3e35787ec0105934e0b17aab0f01b0debfaa40a4 SHA512 675c0dee24a1092aed049f22c80a9f3a839d1a962f49ab01df7328d219461f48247ba0c7706f55f7b338a6ccf564cda989337e07cf8f1407bf6f466b2d14633d +DIST firefox-147.0.1-fy-NL.xpi 464959 BLAKE2B 57977f6b622fe2bd28f3b84d7cb28ab9d69d7d9c9ec15b741e7b831f657831494c292f0c3cec0e9a8d9705e9c590c7a1ff07510f1863ee57d8cd553678659eb3 SHA512 2685da3e566710b2dc736007a6c25803204675cb9a07556c1f145c366080f3d00451590b18419d13da1621e7ee3cd80dc0f94b29cb992c97d45ac8353e949480 +DIST firefox-147.0.1-ga-IE.xpi 317063 BLAKE2B 85e4c10d3cd88425b47e9573f68173672c169fdc2beb14445e63865cd080cc5bfae8d23bbf322c012d9d608848188d7a0486b03cb7b33742c3a659acc56e6f6c SHA512 3d11d6f9fd97eb17b6a691424c7bad2961812b2b7f6cebf028f931b92f775127b6f8315f572f2e798c2672d831a6a79c8e670ba03b976ec4f556a659b51201fa +DIST firefox-147.0.1-gd.xpi 399442 BLAKE2B 61cbc01f560509461df50aca9af6661f0e00f3112383aece62a3504f799f944ec37dc5003d98cb31f44de2a84efd73b4d55dfd307b7f8b8fa71be25a3f40d8a7 SHA512 405d564b9ad16376ef12d8f3cab9c220b7df5ee7d9acf0c2d4bb20e326daed5126cd43eb6f1053345f55ff06f14237fae31787704e86d305ec1ea132692e0011 +DIST firefox-147.0.1-gl.xpi 447911 BLAKE2B a0d234465df10ca762e4fd3c1029ff0cb4e392e532c42f44dc968c7fa7fe980876ac28c7d9899d357fec29164f472eba6ce44d1776617461ad24a92694d4f3d6 SHA512 573df89d637904770c105ad9b7e4a8d7968fdaaf90f9789723a1f165ba9bbd5b4c86816a76e076c0f2c673bb530a1d3caa1ae4269449545b8cae428059b01ad8 +DIST firefox-147.0.1-gn.xpi 473480 BLAKE2B 1f59a3a31d1f908797cecc9226f669d48cbf5f761fefc9522bab6af054fbf554af7d3597661131b4300315607dd34010802906f8b5bf8ccb4c0e4a28110b1aa2 SHA512 6e02c7b69f3841b0303ff853861297467734aef79e8f32ad0093b73f724dc37787a8f8beeb31a77b1b578d5b9d8055228e7cb85f38ceec4fa2d2696ae0035cd3 +DIST firefox-147.0.1-gu-IN.xpi 359754 BLAKE2B f5c354cab6e9d3f20cdf32af53f6badb1eb7eb3101aaac0b8d097ce31d3daa649d4bc19a4c42f90babeda3027010568051ddac58f957e7eadf3bba101beb9368 SHA512 f01d5454607d45b9329f9e6c6c3f652d7c32ff3c5c9e30f63a1ebda1ec8f88d3bffa10136d58ad4ebf273eb170ab9d2a7986d74fa722ea4f57485cfb96557a86 +DIST firefox-147.0.1-he.xpi 468551 BLAKE2B 4b3cb72b5f1cc672f7d5c662c87a73b5131f5dc9ce07bf0c2f26b54ab38a4554b9df7b453f3caf3f1e3d40b62097b011729f40132080fa8bf7198ac144da3cc3 SHA512 bc3049ea9063dc2e90e51f5cfd8a5d1d2aafcb6fd4c789d3db10572aa4c1ddd083eae954cfa43d8368c4d48f8ac58176310932b1fbcf1d3f7c231109b9420e4d +DIST firefox-147.0.1-hi-IN.xpi 378459 BLAKE2B 8f59ab11f727989175f46a51c744f3ed630137b4dcafbbe1dc86c50271870aa2c7e907ec0be2d9c9f9abb0597a91bad13f7f1a80b218c1c0474c4411a91fef8b SHA512 c411986d710141b0d272fe66579a35d0bc1dad287b99d0ed4aba6bfcb19868d9870a94a33d30907f5c97b7faf836bc7042349dac12534c84fbe58a733026a412 +DIST firefox-147.0.1-hr.xpi 458876 BLAKE2B 3ebddded7515698d7ec948ffb994458ad24e47169be129609af095eb6c1bcea6a1f7ebb2aa79f04fae02592c27966af25102f77fc70c9c99ef915da5fbaba64d SHA512 de80bb59a5381665f16cf9347d94878a6c07400a33af61880455da821415d3614e67c31a4923f773e8825104272cd87a9e9369b561a5d65b8401eb3cc55b8587 +DIST firefox-147.0.1-hsb.xpi 487081 BLAKE2B ebec0eda0a736c73f4555a1b4a802aeb2f7273a02c9501932c5887f83379f785b63c864ba326ee7eaccaca62bc93e1e9e672fcdaa1c3321b3cafc229d67ba2b9 SHA512 959658ecfc4db28ef2a417f2384244a7b2d7bc4c132a6a6e2e769e32903ef4224489b7c037835ca44b3225ef89ee00e0dfbbaac8823b3ce8432e790e56d0f23e +DIST firefox-147.0.1-hu.xpi 490853 BLAKE2B e2f470991e1af04f3d2c32bbcd9e0d21b0a316a4c39fb149b6f2b2c90420ed401652431c2de0d84a4284045d048ade308717d5eba2efe1b4ee8f0d6ee639872d SHA512 a04c6a541d4159ebdf95fc3150d473cc599e1a85ed4b303bd56f4eb00bb1267ed20b688a0599fbbe367c00cf54fd9e2ba2c206095810b38bb22c514399dcb48d +DIST firefox-147.0.1-hy-AM.xpi 472706 BLAKE2B 89f9a9c0b29fbea979a2642b9b6c03c0552d9b57a5507ea6bf2a8132dda1ef8b6114e49d2cab89c3a80aef837dba570baf19fe09ef8f9c37a6f34d5fbfa6dd8f SHA512 3b78e781a9edd3dd6a9e2157e47aaa437f3c9bce24776e83269139291bf3e4fe60f66de9f0dbf5e81e2c85a89f1c7ce1a3449839cbc7881f8c02fdd22002f069 +DIST firefox-147.0.1-ia.xpi 452338 BLAKE2B 63288cf62b11774d7ce229d8903ce1743b0abbbbd86e9a71c7b934604edffb5ca7df1f0ac561aa66526b0157a9da87209ac657fbde2db20655acf2c180ae10d7 SHA512 24a5ba0d74ec0b53e13d4f71ad88e40cfb7ef88bccb561d26b92403d8ff8338082d37789baa0f51010ee27b1373aca30a1fc9eaa8f23a67c3400061267488890 +DIST firefox-147.0.1-id.xpi 433187 BLAKE2B bfc16b36b0afbaf443463bebeedbab973986b0243b6e10ddd32b62059220211ebc1aaac42133ffd54cca9988f2302e0da8197bbeaed8e7c6e85d447e4dd54f2b SHA512 4c8666dada93c598c70eb6a892b37526b3cc1e012a6cce8c8fc90d6b7e57e5c2333eef2f86b23da91ac0cd85a8d113ed72d507a826d34ea1d0ea9a45b89c83b5 +DIST firefox-147.0.1-is.xpi 441222 BLAKE2B fd0e81c0031928224ad2ecdbd8005f95883cf05edd6103bb0f3581488975c9107de3bd6e20217d240c1f872d5f601966a355d9e13916106fe55f12b07dad92ca SHA512 ba8272e0e532bbc80ee8d48fff41d5a94723df1a0b14470902b3845bc2823970efe68a5c3de6b5e0de1fb5a08284b80866d6a8a11fc4767f8e92482a0e0ccf7e +DIST firefox-147.0.1-it.xpi 463733 BLAKE2B c5022d653a80dcdc234120ba49dcfbcd305b26d16c786112a94469fc41a2bba728a4fd1da13d6b42c9b463e55884753f0ed4b1bb94fef2bf91fe3b83484dbb1e SHA512 687fde160a5024990a1be5362d2b5e9123bf5bea703f740c5ca5a5b71f4e3d2ae2025371fb9e9341c50f794e3d401c0af90d000331c3a294f1c826febd70959d +DIST firefox-147.0.1-ja.xpi 505799 BLAKE2B 2cefaa426d60d3863dd9bb1362c25998e58945326dc4c9422d0aea7e8197ef53fa6107ebf509525e0ab9e4e166a55813cd87b410f92906f47c7d850f2a6d02b4 SHA512 50486eb0047ce0570fe800cf890442186b6d2ac1ab97ed69ee1757e531ac21b96fffc2231a416ead1eba76a2818b3de45d529d8449d18a075d3594400e1e2dd0 +DIST firefox-147.0.1-ka.xpi 521265 BLAKE2B 80b1175484b9b76c42a2c46f41c1a63a582944e94b4310b9fac89677a7d26eded2d1262dd4e2c21ef5f18ef062bebdfb841a6acae26ce7ce69267314b4b0e18c SHA512 200bcd44e8febf32b00ee8a307e59b9c8dc0356778447becb80e9a17c8c37a24e237297aaf91e3ebf81de5d26ff484a0d89145a9fc9f5de5117e76b7166ede21 +DIST firefox-147.0.1-kab.xpi 427544 BLAKE2B 00c9abafa97f6f1bd60096219ef61e1c79dc10394484b37ebf6ae39087b0b391e731d1786d2377b021c1d06230a1d2de1772e153161defc8c1e830ce70365e04 SHA512 68923e438a3ae8bef3dc2dd26077e92f4dc73f54c7b3347c03fad709165fcb82910178c3cd22bef09ed063023b893e5b523008a70970f92b14917e76372bb111 +DIST firefox-147.0.1-kk.xpi 541300 BLAKE2B 9ad5d2f242f951c0308625d39841e1ced5a62d83eb3115051f2f63ebf5105e1f0dae865200e60aaafc52b316f048cfe329799ed91d37b1a3be2515be101358d9 SHA512 7ccd82aca87c3c8f11772da3d435464d52f29dfd885b5b068d5da5c2eb3825e80f092a95e51675d0d0fded5fc46007c56ad7ee4ef8fcddfe7b93930b6f838e54 +DIST firefox-147.0.1-km.xpi 349296 BLAKE2B 7f85936a8648c4ec569b4544c207ab5382e68c03168a7f11141f60340ddd9fef7939b886cb07ebcb79ae3d6acaf05ec4f36b61e4c27a6a87033fa604faf0a867 SHA512 e2568c6ca9624f28cdd1f20934ce96093425c2319402d69e9601a4d8fd72115f3a472abeb4c224dced478f53a90cf0a9b6dde0dbf7cc3d7e992fd44becf0577b +DIST firefox-147.0.1-kn.xpi 333593 BLAKE2B f9ac241af2badf3625630eba385657bb8c321e762efeaf2579512d2d752d460f89274d275bfdbd7c5777d55e4314dd60bdc3bda9093de7142ef4ab143453f115 SHA512 4f1c071fd1cdd48f8e63cfe5809d6742bf22dbaec6d29a892cd168955a9c0f76a45317c2dcd32147221be17ed463a931b12e0587103bfd7e92663e8800c26a62 +DIST firefox-147.0.1-ko.xpi 491181 BLAKE2B 1ff7fab9ec4aeb93c1a0bfe13c84178bfd3c3ce4d0ce839b930932406eb4af5511908474b31c13242b09e226abc9933392ba1e5714917a224082c1699b0a55c9 SHA512 50985d1eb0120483c2837e88463fbedafc9206bd98f9b925cba151e7209d4f4f9b4678d17a1b9e5f2ab33eac2151068ee19b3d11a8fd82c390b0182ccd1407c4 +DIST firefox-147.0.1-lij.xpi 320643 BLAKE2B 81d8c64800cd2adf69c19b542fc4ee7f8f4afe0d4a7865062b12c0e34229f677f8232a4c20ae963acfc8db0a679b6b0d02df1f26f21d79001cb29a3aeee29156 SHA512 b019f4669ac22c7f9e06a0f2ef902da31d3e5137c73984a3ad20266d0fe815df0910d84baf24643da87ee3363bf6da134d8e9fd35713941495a688bf908b5cd8 +DIST firefox-147.0.1-lt.xpi 380532 BLAKE2B b9ffc1196b3089cc64d814d73fd1d67d82f8cfa258b122b439d0447d198c734823ff7e65289f38fb232b18571e354b6c2ae52450b7a767a58f7a4e5dffb9f39a SHA512 eb5d8d80883666eecbcb8711918c673ba1a56422081dd6088fe266c43b1a07aab24cb5c4675bc69a122101fc9554a9537fc796e19c55a6fe2440f7339ac6bddc +DIST firefox-147.0.1-lv.xpi 391444 BLAKE2B 712e23eac474d0df38fd2d6816bfdc375719c1e21d9395d62f280bc3b2c43a3c7f86465543375904ac49438f4b5144791f2a9db9f967c09197e799b6021de36b SHA512 7812a0895fae7cfa8145fea9aeeb78f92523d45603b591fcbe9cd214a59dc9cd7dc18cd27c5922e91a300c840dc97fbe7ec7c919e3977fb9a81fb69bd81277f7 +DIST firefox-147.0.1-mk.xpi 318216 BLAKE2B 903141846e20f9968fd7fed6e3d2b77f23e94384eb3cf90911a83ae47dd442a2fd057647cb3acfd9288ce00de199f5af4085973cf9eefc10aa5aee0f878839cb SHA512 41fbb5506a2f06b8276eb0377bd219bc3bc7315b02f810176d0a9d810f066af29257c8dd91789b224770c86b64163a80f85fa337b4f1fdfbbfb8c806d12e3454 +DIST firefox-147.0.1-mr.xpi 357573 BLAKE2B f94ab7a04805da25034a935b19454eec63c3d92138c41a1c24fe784415b0da9b63fb6bb2e79a48ff4e9be70f6e93a163fd1ac7b845b3a4d587486a39d0aa6aa8 SHA512 96378282c22afa9e2f1ff62288d17dfdca5a2cc591e51e70da578d2d172cbe58741e19bf6cf3f0075335151b69871789ecd75de5264c39e7204de3b81edcea44 +DIST firefox-147.0.1-ms.xpi 297209 BLAKE2B e06a94926e5d1e0b7a784be4095a69ec022b91448fc3349b4789160b8f850cf2ecdc3431b282e30f1c37c73d00a74431e742e107f1f18ff4cfb7be6cdeb77370 SHA512 30e790c715c5534aa8ebb97ae06d24eef88302bb04325e63ecae8fcd086c7eea91ba422ec5d5da08c64e1a81455ebb348f39b33efd1d5d22d256821c9bdd2f75 +DIST firefox-147.0.1-my.xpi 344484 BLAKE2B bc4003972e6274ed0fabd65c6c363c04a8f2a7ecb282c845e42a8012b08fe775346985454fb6911a3a6e11f752ef82b0a706d34b92123a973c3cb2f8194c898c SHA512 1587ecb317db33368649a4a8ad536519155038239d63a32a7eedc8be03694c709beb2dd29bd2b09ecc7140a4556f5ef5ad60e5ddbbd696e2ee04b07c7ffcc04c +DIST firefox-147.0.1-nb-NO.xpi 451566 BLAKE2B 08f8da1e13205c87a5799023cec49e87e2d3b3d0cfbb4f437f8c1eaf865f8d0b7efea1df92d9ccf69ea8743e9f52eaf4e9d03ae4ba48509b72019926fb9b458a SHA512 5750286128092f91565037d152a1db65ba7e21fd15bca1254904f75eae82ed20d5a4c3f454306cbe4e5831f438bcbb075f4fd1835fe3266522fdbcc03c5a874d +DIST firefox-147.0.1-ne-NP.xpi 349642 BLAKE2B 958cf28b2665155a5475a22003914abd409d32d48408a902e1a1428378923789d980c6eb7e524006b344c506565eb595a88d6bc9a376f4278d7910bd61c6e0fe SHA512 c2167b277bb612c624ef402fcc986685a787ba1e2a996eec1a4241f8511692d85e50d038ba5d05398925977aa2dfb57d0dc48b72b11d637736aae6720ad9da6b +DIST firefox-147.0.1-nl.xpi 458874 BLAKE2B a937d64576a68598fb3841d273cdd9c97dc503fabe07177cf3245fca4e846597a162fac998053b2038d8fbe40d495cdeb184f2167fd8a0fd9fa9ba95b9cdec82 SHA512 270190fda0a7d9eecfd3ee998f580970c9d7e0fdf56f178effeb5ebbdd264b8f803fcf64bef27be8477674f22c92f5322013efc5399472bb9dfd36a99b944202 +DIST firefox-147.0.1-nn-NO.xpi 454774 BLAKE2B f1a9bf16d9b97afb0b44209df74d530d09f7205d7832e8a10bce59bd7b9187a32ff5e64f965baaa55704080a4743e4fe950d5e552ef93c66d06e0d27f98d9fa2 SHA512 325c6a26525913e842bf4f979e077a56d710b442a328a9cfcb2a19b0bbc77f906d63f827fb3d2600b903d9027f49242f5e7be6cccf41b644cf3c7faa9b850a4b +DIST firefox-147.0.1-oc.xpi 411250 BLAKE2B 79cc7d23bdb1b6c1c6f6f1498722b11e8d6bbce0ac934a8b87af9112044364af640fddbd4c89dfd941fc093e1545f59078c0e212c60a6fbde9a1b7e7510c6e21 SHA512 bc05b4c2aa63f94e261f983b8285643dbead53af2432901e23d1f65b8a368b89aa5c1494dbaf1c8405e40c61ef2153b2e03882bca0979216ea096bc35c9695b2 +DIST firefox-147.0.1-pa-IN.xpi 520332 BLAKE2B 70cbe49f2f32a9cf75e31246e1925898fb34c2d9dda973d843461c229a9fa541458ee847dd9f7962f71c74b16d1527d84dcf41f2c2c3845ad649f08143e52c44 SHA512 d514f4490788343eb99a39c7e695eb4b0a3183c444f919005e6fce33809100c31649abcda9768fd0247bcc4a58ac30125bcd4e673c6da76c5180fdc74253e2e5 +DIST firefox-147.0.1-pl.xpi 488088 BLAKE2B 31f91289d6ee19b44292bd7f237f31b3ccefcb31fe3d3678117ae1517163f3e5aa4217980e0603ad80c80666b903ccbb4b3da7069a27be3c185c8b251d2cb5c7 SHA512 2b367aed4f6b7ac378a60de8d8a609b79bce200654174bcdac407e5fad817e3c83f060fb4d199b96405e48d4fdbc28ad96ec998d35945551867dbfbbec61f416 +DIST firefox-147.0.1-pt-BR.xpi 463362 BLAKE2B 90ba91891b9b09ceb4077b9f2a9231705c743f14438f797b08e126cd416c9243eaf163f6b62f11479e5d761946dca46ddbbdb9db410e60bd3bbfac68359f015c SHA512 2ee27a8518164e092dd419f36dc6a41199c4ed219ba8c0e241e6cdcac9e59408e4d0ac7efa49df0d3013bd03be691c7607c3cfd498dbd0d5370e55b58fa60117 +DIST firefox-147.0.1-pt-PT.xpi 460508 BLAKE2B ddc3aee720161b2efb77b90b54dd27906a0cba565bd8d09b27b573630100baf135a337b1ec14aadf2e22887598a41741e2388aae73e52bf15af406d8ac78f761 SHA512 ba5785a6043ca9a8f22f04a0d8257a2df681775f84912d52b605a889c6373e837cae8d1b5cb8c41f81f6a6cd8238cbcfd4ccc548c3ebac69276b75221bbe578c +DIST firefox-147.0.1-rm.xpi 456414 BLAKE2B d0ee10c883cf4ffca9602cf626c507018eafb9ea48f61beba923eafda6007fba86295e9d98300c9cab9a4fad8d7c25c1a8494471caad9ca599505dfb8a733381 SHA512 8a1df1daea157034abc6745428385a4ef6ffb5543a9ec8ba6f2a05606ba700bbc0a0219b7e116f340c09251b99b2d279894d7748db6203479fa7ee7541ff48a1 +DIST firefox-147.0.1-ro.xpi 476240 BLAKE2B c8339300d23667605f96663bef825c3c3408cebaedf62363654d016ab6008b1295650088a8fb599f6d48daecb570746a6e347304b8227575820f8e930fda9289 SHA512 f63b2f2506518bb56bf849362ad8f51eac50837263b2220af6ecf4f5eaa1c1b020724e248852b0fd1169336d501725c7c01095ce049c3b2e194cd327ca006392 +DIST firefox-147.0.1-ru.xpi 553276 BLAKE2B 46c02754df6c6fe1509d28fbac4272f02d33de6e087798304c8f23b2e206b520e8eb49571342453370c278ee2264d93172058b4485ce9acb25b98d4ccd8d4b7b SHA512 d83d70233ce9d14ffbbe22dc62eb66d126c7783c02101a12951e971872f03f24848f82dc8654d008c52596d010501d2c03022d42b146fc2d9761e745435f8aae +DIST firefox-147.0.1-sc.xpi 423926 BLAKE2B f1e4f48b4db437b19bae68d4c3edb41750096bbdeae9cdc9d48f689b5885599602842d38a65e5ac126aa8dc4e2f8a4669e41bdbc594a841dbb1dc2577810508a SHA512 91cbc7ed73eae02b885e7bf1f1f54b700e96171a1a794a8d9a94ea3e1cf2b09aa84e4842b8373e2b78f17fd282edb8108d4d254c64d8bae4cc57d217dd80b937 +DIST firefox-147.0.1-sco.xpi 323637 BLAKE2B 4f18f56c32c9bd26ea48884961a787bd054e80be219ded65a8684f3b2fbd3ba8a5a34d4327f6e97b603cdc9dbe2afe237aa61e3ec65f80495baac8bb430fbc7c SHA512 c409dda061d8b97403316623634be3932d0eff0f83ce9ca6513903cddae89f5172da3873514dfb84784f39467da87d3474df29c86b6f857ac3c2b6b13dcd2bd0 +DIST firefox-147.0.1-si.xpi 410471 BLAKE2B dd714bfa3131e1b6ecb65ab5793effa5048d6727bb770cbb35b45f606e8bf92ae37ec9e8b1212a9d234817e014709e011e77bd951ec47bfcc8c29af387bafb1a SHA512 0811e673489302cff719aac715976c8ad1291f1f48a981f1da1b99e452f2445851a629f8faab99415183fdabe860925c83b6428fe1abb0d75624e186e4aba66a +DIST firefox-147.0.1-sk.xpi 493522 BLAKE2B f5ff6db3169135263dc8febc9a97de92252b2af9d29b6255be5024653bc6edd4940a81d84b71778c3eae3463b80cb10567a02660a393f06a9a6f41eb7e5ea46a SHA512 9de446a1d42d91c5d4c8b868ec078bc52609cc478979ffe875f0c741f7b9c1680344184b8939e478d3099b8083c809b1661c218f5f6041d74356934b51543b4f +DIST firefox-147.0.1-skr.xpi 484854 BLAKE2B c0da07b21b2a8183efa3ce49bb5869f99507ca1f65b12ad5bb7cf7ad668e4a8ad6c1bce077e93ca8f7a2b319aa6ab4c8f76c71a18333f7cd47936290a6362a74 SHA512 3fd8e0590362eb1a9291def9bda5343e2754b8aadfc2f11699626b5d0e1c04bb57e098a86623fd3bfd8435db6194bd9c4cbc26684df6302091d4315061aad0f0 +DIST firefox-147.0.1-sl.xpi 461495 BLAKE2B 7c25cca55d7c4062218db814f69ec3ece052d3890f9f4d785a5eea106285a96010fed18397048df8baefaa1d685656782465a78b1e4ecdd2ac315453b09a6721 SHA512 2cbe5310217a4a9ac5bf3fa766d2c75933c28ecce8ac5cd10d9ca3161eedd31ef3597c82f57d2ca7d46498546f8829908bb50634517c635335580eb5333bba26 +DIST firefox-147.0.1-son.xpi 275631 BLAKE2B f00ae433df5c9d9f12123fbcc70d7c795001ab9c07445cef4e882322fadbc9555d4d8025fb0aed1a9b1bacc3b6b13db93da3b10e2b240ab02ea6eb8045985a0e SHA512 095be27d85e63aae60fd90b216fe496a2a151d083586d4e04c6d0912e4ceb046ce66b01ece3d9f824b4755442c8056d411ccc1019845db21ad4cf77e6be4e956 +DIST firefox-147.0.1-sq.xpi 479965 BLAKE2B 5609a4c58570bd73782fddee4f91bc7bf324739650f680f56bcf6968b61a976a6cd99067c434ecd2283950f4a40a5765d06c810da214654df36a42cb43db2322 SHA512 8935882956969c74c357029da7b92a1553594f6b2da60239bacc2549b80f8d97994666e2cccb1bb4c58c8d0f08104a595398939a34c4841c3bcf329f5fb3085f +DIST firefox-147.0.1-sr.xpi 452650 BLAKE2B b04e0420049206491f897f1f6e7ded851bb16d5781b0a8f7da29ff5a9bba408cdbf05f2bac2ea43b0f14e7770f95c9f0545db550d431e916f027125dc0aa738d SHA512 caae45bb587b6393c991afd06d214f4fa866192e60e333424517aca2b41e0ccb79500e5b41fc8298cb28b8923c345bc9d0069895169ad37ef1460b205cbb97e8 +DIST firefox-147.0.1-sv-SE.xpi 458665 BLAKE2B 2a31c43118a604ef8fc52f6a90fe45217054e387f3333855477d5e883ae63066f7276fb76b6b80b166ebf0a92cbb75149817d78e3a1e9b8b9aa501ce53b71184 SHA512 932a86532a0d6c13a309f17d5fffa0a299d6437f3ec95400e4e1f28789a0747df39d96d4aaf12fa2fb41bf063427d7787d19dcaf31da3190fecbaa089dbf41da +DIST firefox-147.0.1-szl.xpi 342174 BLAKE2B 0a1b305b4ca00c2833ed95a99aabf34b35123a8b4ca9d00abaa988ec1f9c2998f1dddd35ec887932fd69f2f198d61ee0063050aaa5439e8a4607bf948263fa5b SHA512 adfe29b55d43bec61c505e2a13a2985a69a109e62016adbdadda42ce68cee9efa98b3d22da2b2c4272c380683357850d643ff8fefc3ab69234f7fbf2f1229d4d +DIST firefox-147.0.1-ta.xpi 339619 BLAKE2B 0d6a46b1a17e584e10263bf4f9620fdfa7955214ab7a498d1e4c196de7108997b07c81d293d27cb6345e0b7a6c0b7b45de1244265b191788d44ebd6fa6811b10 SHA512 6097a5d6e2e6fdd404ab484b6a94c1ba97bf5bab3ded69efe72a88640675c270bf7481ebd27fba92ac529e7c756526ff10704c6c82377e2f78f8e149b047de4c +DIST firefox-147.0.1-te.xpi 382699 BLAKE2B 2140c39ada6105535e8a6c0765b697504b61718a8a38e7cf103c7c4cfb789e7fcdc4a4bb4bb74675cd2548f5565cfe5a98245e65062297743e4fd25f97fb8770 SHA512 9b5217bab7b4735a02e025a652f3c225200eaf2d4b1242def8b36de07f12183ade9549cf99b49d4f4b83521aca64e3884b46a7476a5c8acf925f2bb2fd9dcc88 +DIST firefox-147.0.1-th.xpi 530516 BLAKE2B e182e067ffc6877601458c89e16bd501031fc79fdb6a6ee62f49b39b33f3f0eaaf37d48a33d779b237414063249bda84a53e785b117926232446ce8e7ef0b213 SHA512 426e1a5ecb60cf0ba812ccf9a94c8abda832b091e554a71fd2257349fac762de6d2b6a68e2cbd1f999688ae18dbf47faf528993444ed1eef965943b4695b8353 +DIST firefox-147.0.1-tl.xpi 356883 BLAKE2B 806a4565aecdf9b79829519c1949e8eaa49ec01ed985fdfefdccd9f3f3e568b65573df21a85af142e5faf74e9f2cd7e8bcd50b87f2c4024d226fcece76e16058 SHA512 24148a35133dd7b6981be98e68cab1ac710fd1c57c9f00067391e8cbe2a262429562b0d3044a748075d5f555ea30dafe27a499aa9000f5672a24f31ca02d000d +DIST firefox-147.0.1-tr.xpi 472589 BLAKE2B b21e1bc931c46372c179d718f219e5b3944e39245cdc7ae749e01b561515de3c124f626d3382cd63d2f3593a041365f56278b089d22a16ed5d2f79cec28c8f91 SHA512 426e2d23f2cc58e186de1522e43f72fcc59f9f16ba4b34f2ff3aaaafd189cb64ebb4b6878a61faf07f2c552ddff541bc90f060b284a12c8bf1edbabad73809e7 +DIST firefox-147.0.1-trs.xpi 325453 BLAKE2B 53d7f525217fec2a14f6754d96e17971c016ec707e0e1285ad00d85120525adc4b8eaa34e5c0a072e5f66c6e006d84c109fdaae6f5624d0ac617b626ab364efd SHA512 1c5f07c6ef5fffbc5fd998e1c5ff89725e6d952778b8794f405352910aff843a1fc980c5868c8e4b449e4d978896bdb27ad1f6a570391c33d2e4ad6ffa8c9214 +DIST firefox-147.0.1-uk.xpi 540526 BLAKE2B 05d4fd136fa7e5449a8c9d0d8118f87702737d1765801d32405a876d887fe1d3297bba62a1d48c913d96789b0b81a56fc6c7d6e5eabc940994dd33515539152a SHA512 8af09494bcd5e9a58da7fde345d3db9a0d3914eacf3deae470bbc17be09ef0429a1e257f0292ec1395a272b361fe997f2749f4b7b27dd83718ef839251de75f9 +DIST firefox-147.0.1-ur.xpi 371430 BLAKE2B e617d46b48aa6287d70c965b98315869e580ba689bb82ab666798127e426edab361c768e01eef2d3d4b00a3433e61c860f3383c308efbb6cf38408fb5f5e7bf6 SHA512 8564cb3d8c3fbc8d711abbe1a6618c88a78137e866926b826315ace583c73b6340ba58ed7833f800cbd0a43cba960dbade219efdf594e66a83c9dc2ad3c3c21a +DIST firefox-147.0.1-uz.xpi 304844 BLAKE2B e682a45693e9f8e5ebe22dd7941ff4cbb6e418edbb64d36aa07bcbc84ee15d3dabd6ad704284f7985a95ee742c2b7112a7166eb255c49c9c1f7d12c99f0831f5 SHA512 1498504140592f69f3ec344b77b0cc81cfb83f18b026d7260a67506b338ef8161d28706921089c6f502c64b64f0889ba2ad488ffb0d40a6720e56c62cca7e36a +DIST firefox-147.0.1-vi.xpi 492927 BLAKE2B f4c6f50a4b986dcde7799dd237e2d2466121936fbc1e4f5675f235e5a07d90376d92d415d6d3ce1d583aad9c40fee50d1c71564df21814516f987eb51ee501fc SHA512 f294ce6d02c8f44422d667ece8caf5206fba3c9acbddd5d26f5c67f99c2cff4509ba804c6a910e23a8c4092eaef098972d12a9c730832ec628a5e9241bb93b61 +DIST firefox-147.0.1-xh.xpi 275244 BLAKE2B c282dde81114da1dfa1fa5424ff9221f2ca53e64243fcda47ba7368e5a7a82fd71799791e014832b04e1358e0168ce6948811eba4c86d6180597e5b5c59d211e SHA512 727d65c81fa00258f0feb2e26d037cc3108f8dc4acd2129a141d1fdabefe359e0f99a4c22180873519171640e85c5c76cdcbfca731b5304600aead5e7cdeedc9 +DIST firefox-147.0.1-zh-CN.xpi 483915 BLAKE2B 5cfa7c61cda32145e0b73d9b836ff96491c89bdb7e7663d85bcf5c98d2e4b0f7f505cf887a8d8aa700940f52f7f6c61e3625ed6e701aa88231eff34212d4c5cf SHA512 fbb00b58cefa981273b8118c4af5f3140ae404ad6ae91f9989958a30921b7abfc80a95349c73ea1ba1948bbe014671c70f30e9def1ec0dbea9dcb5b54442a1a4 +DIST firefox-147.0.1-zh-TW.xpi 487267 BLAKE2B 47ba19e318f16c5194e83a52c14089c637c6ed6086083dc52d4c242b6cbb5966cb531fed0dc5e5557d58c90dc453a4adafec2aea471fff483e402bf6042d3125 SHA512 796682400e1dafec3e4e19cd69d94eff941db2af29fa4a68adb44f384aa62fbb35a4f37f8ceb2a038f1a1161d32bcc3b07689f2339c7f4cfee600dc0560ec08a DIST librewolf-145.0.1-2.source.tar.gz 1031995520 BLAKE2B 73dafd098da9347e76e41045f5391850c85bb6ac5d7f14d2e64b6cf6f365f162b85f444b4909afd0cb4a56888a24e9d17183d916f21c074a900aa00c93bf1c8e SHA512 920f3f4b1c5fef200821cbe2f19b0dc0604787e68a894069399930c12e30d30394478b9a0a0f6b5d348a323b4d2bcd54093f6db1aa050e891c86db2f8ee27ab3 DIST librewolf-146.0-2.source.tar.gz 1033240389 BLAKE2B bb69d2c8475cd22b2e52f942e947b4ec15eebb5067224b22efc0b90aceb6e288481afff3f1157a6f1ea185df50c7bbc10974b4f7f84ce56ece49a39636559535 SHA512 d2b37a8d5e84e743d2ef4b900b0bd7ff5a6a0d2f2a411b6eb58e8485c7ecd23ed4937a0745f93cee7c3c274107291a664c31c4f09b16118c0e401ed76313134c DIST librewolf-146.0.1-1.source.tar.gz 1033671870 BLAKE2B a217c052273657378bccc7314c64465b28efa2c8eea9c3c5a65322a45289fb4d6bf1d44f0d412f06e81cb31d4c33f01784dde1aa37af68d74261bfaa9832a292 SHA512 f82cb7fdf4b7a325677dd845f82628ee3f3a2598032b1e5e86c8d4941e13b8b41bb2c7ee7db748de0c55a3eeb8c016d32a1280c5bc7c4a9b625bf4f6402c87ce +DIST librewolf-147.0.1-3.source.tar.gz 1038136560 BLAKE2B 1c48a04f4ce8f3bfc7646d5cd05be23dcbe35aa75d34261a66888d1e6920fa3d3b1903023e43d40cfa54f58a83190bf306337be4289ef990904ecb01db418aaf SHA512 cfc1db13cd48000428c9d291a3450350e4dbe5536a89c543a8bd3547e1fb9d4e415f9e4f61c80915a9d9ecd7682bf3ebcb175da07ebfe742921f2aaaaec1d554 DIST wasi-sdk-29.0-arm64-linux.tar.gz 119258587 BLAKE2B 8f71af2b3367604051d094dbfd7e498d8fce04f0b90eaed8426e947b70b7b7480fb60c98c9b06c7e2647aa1da2101f7a8e4779778a072eba10af519c7093a2cb SHA512 728923caee9a08159bfe1619b2d40e2945c0e614513e941fb4964f5875adb7e76dfdb30144e1841d87ce0e87c4a85f243f2af54e7c4d4001232f6e5a30ba8cbf DIST wasi-sdk-29.0-x86_64-linux.tar.gz 119441678 BLAKE2B ba6253ebf56743faa09f85ce67d0814b578973b1c2c8a03f97a082a3a28f5cfaab23d65cae37030dac14f7d6f8ccc811f9ec28970519494da23fcf02e1b4b377 SHA512 816662b02bfcca68d59e2c542ef24a563e848dfe1833544ad6ed25986da7fc88bf7e95513b3fda1e6b50eb19b96eb8113ed1b8e75431a50a13db9d62f1fe3ee1 diff --git a/www-client/librewolf/librewolf-147.0.1_p3.ebuild b/www-client/librewolf/librewolf-147.0.1_p3.ebuild new file mode 100644 index 000000000000..123c00825cd7 --- /dev/null +++ b/www-client/librewolf/librewolf-147.0.1_p3.ebuild @@ -0,0 +1,1453 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +FIREFOX_PATCHSET="firefox-147-patches-01.tar.xz" + +LLVM_COMPAT=( 19 20 21 ) + +# This will also filter rust versions that don't match LLVM_COMPAT in the non-clang path; this is fine. +RUST_NEEDS_LLVM=1 + +# If not building with clang we need at least rust 1.76 +RUST_MIN_VER=1.82.0 + +PYTHON_COMPAT=( python3_{10..14} ) +PYTHON_REQ_USE="ncurses,sqlite,ssl" + +VIRTUALX_REQUIRED="manual" + +# Librewolf version (please rev-bump if changed) +# Used when cloning patches repository. +LIBREWOLF_PV="${PV/_p/-}" + +# Information about the bundled wasi toolchain from +# https://github.com/WebAssembly/wasi-sdk/ +WASI_SDK_VER=29.0 +WASI_SDK_LLVM_VER=21 + +MOZ_ESR= + +MOZ_PV=${PV/_p[0-9]/} +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="firefox" +MOZ_P="${MOZ_PN}-${MOZ_PV}" +MOZ_PV_DISTFILES="${MOZ_PV}${MOZ_PV_SUFFIX}" +MOZ_P_DISTFILES="${MOZ_PN}-${MOZ_PV_DISTFILES}" + +inherit check-reqs desktop flag-o-matic gnome2-utils linux-info llvm-r1 multiprocessing \ + optfeature pax-utils python-any-r1 readme.gentoo-r1 rust 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 +LIBREWOLF_SRC_URI="https://codeberg.org/api/packages/librewolf/generic/librewolf-source/${LIBREWOLF_PV}/librewolf-${LIBREWOLF_PV}.source.tar.gz" + +PATCH_URIS=( + https://dev.gentoo.org/~juippis/mozilla/patchsets/${FIREFOX_PATCHSET} +) + +DESCRIPTION="LibreWolf Web Browser" +HOMEPAGE="https://librewolf.net/" +SRC_URI="${LIBREWOLF_SRC_URI} -> librewolf-${LIBREWOLF_PV}.source.tar.gz + ${PATCH_URIS[@]} + wasm-sandbox? ( + amd64? ( https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_SDK_VER/.*/}/wasi-sdk-${WASI_SDK_VER}-x86_64-linux.tar.gz ) + arm64? ( https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_SDK_VER/.*/}/wasi-sdk-${WASI_SDK_VER}-arm64-linux.tar.gz ) + )" +S="${WORKDIR}/librewolf-${LIBREWOLF_PV}" +LICENSE="MPL-2.0 GPL-2 LGPL-2.1" +SLOT="0/$(ver_cut 1)" +KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" + +RESTRICT=" + mirror + !test? ( test ) +" + +IUSE="+clang dbus debug eme-free +hardened hwaccel jack libproxy pgo pulseaudio selinux sndio" +IUSE+=" +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx" +IUSE+=" system-pipewire system-png +system-webp test valgrind wayland wifi +X" + +# Firefox-only IUSE +IUSE+=" +gmp-autoupdate jpegxl +jumbo-build openh264 telemetry wasm-sandbox" + +REQUIRED_USE="|| ( X wayland ) + debug? ( !system-av1 ) + pgo? ( jumbo-build ) + wayland? ( dbus ) + wifi? ( dbus ) +" + +FF_ONLY_DEPEND="selinux? ( sec-policy/selinux-mozilla )" +BDEPEND="${PYTHON_DEPS} + $(llvm_gen_dep ' + llvm-core/clang:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} + clang? ( + llvm-core/lld:${LLVM_SLOT} + pgo? ( llvm-runtimes/compiler-rt-sanitizers:${LLVM_SLOT}[profile] ) + ) + wasm-sandbox? ( llvm-core/lld:${LLVM_SLOT} ) + ') + app-alternatives/awk + app-arch/unzip + app-arch/zip + >=dev-util/cbindgen-0.29.1 + net-libs/nodejs + virtual/pkgconfig + 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-wm/tinywl + x11-misc/xkeyboard-config + ) + )" +COMMON_DEPEND="${FF_ONLY_DEPEND} + >=app-accessibility/at-spi2-core-2.46.0:2 + dev-libs/glib:2 + dev-libs/libffi:= + >=dev-libs/nss-3.119 + >=dev-libs/nspr-4.38 + media-libs/alsa-lib + media-libs/fontconfig + media-libs/freetype + media-libs/mesa + media-video/ffmpeg + virtual/zlib:= + virtual/freedesktop-icon-theme + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + x11-libs/libdrm + x11-libs/pango + x11-libs/pixman + dbus? ( + sys-apps/dbus + ) + jack? ( virtual/jack ) + pulseaudio? ( + || ( + media-libs/libpulse + >=media-sound/apulse-0.1.12-r4[sdk] + ) + ) + libproxy? ( net-libs/libproxy ) + selinux? ( sec-policy/selinux-mozilla ) + sndio? ( >=media-sound/sndio-1.8.0-r1 ) + system-av1? ( + >=media-libs/dav1d-1.0.0:= + >=media-libs/libaom-3.10.0:= + ) + system-harfbuzz? ( + >=media-libs/harfbuzz-2.8.1:0= + !wasm-sandbox? ( >=media-gfx/graphite2-1.3.13 ) + ) + system-icu? ( >=dev-libs/icu-78.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-pipewire? ( >=media-video/pipewire-1.4.7-r2:= ) + system-png? ( >=media-libs/libpng-1.6.45:0=[apng] ) + system-webp? ( >=media-libs/libwebp-1.1.0:0= ) + valgrind? ( dev-debug/valgrind ) + wayland? ( + >=media-libs/libepoxy-1.5.10-r1 + x11-libs/gtk+:3[wayland] + ) + wifi? ( + kernel_linux? ( + || ( + net-misc/networkmanager + net-misc/connman[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/libXrandr + 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 + )" + +# 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 "llvm-core/clang:${LLVM_SLOT}" ; then + einfo "llvm-core/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 "llvm-core/lld:${LLVM_SLOT}" ; then + einfo "llvm-core/lld:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 + return 1 + fi + fi + + if use pgo ; then + if ! has_version -b "=llvm-runtimes/compiler-rt-sanitizers-${LLVM_SLOT}*[profile]" ; then + einfo "=llvm-runtimes/compiler-rt-sanitizers-${LLVM_SLOT}*[profile] is missing!" >&2 + einfo "Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 + return 1 + 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+=( skr ) +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}" +} + +virtwl() { + debug-print-function ${FUNCNAME} "$@" + + [[ $# -lt 1 ]] && die "${FUNCNAME} needs at least one argument" + [[ -n $XDG_RUNTIME_DIR ]] || die "${FUNCNAME} needs XDG_RUNTIME_DIR to be set; try xdg_environment_reset" + tinywl -h >/dev/null || die 'tinywl -h failed' + + local VIRTWL VIRTWL_PID + coproc VIRTWL { WLR_BACKENDS=headless exec tinywl -s 'echo $WAYLAND_DISPLAY; read _; kill $PPID'; } + local -x WAYLAND_DISPLAY + read WAYLAND_DISPLAY <&${VIRTWL[0]} + + debug-print "${FUNCNAME}: $@" + "$@" + local r=$? + + [[ -n $VIRTWL_PID ]] || die "tinywl exited unexpectedly" + exec {VIRTWL[0]}<&- {VIRTWL[1]}>&- + return $r +} + +pkg_pretend() { + if [[ ${MERGE_TYPE} != binary ]] ; then + # Ensure we have enough disk space to compile + if use pgo || use debug ; then + CHECKREQS_DISK_BUILD="14300M" + + if ! use clang ; then + if tc-is-gcc && ver_test "$(gcc-major-version)" -eq 15 && has_version -b "<sys-devel/gcc-15.2.1_p20251108-r1:15"; then + eerror "<gcc-15.2.1_p20251108-r1:15 and pgo detected. Firefox-145.0 can not be compiled" + eerror "with this GCC, when also enabling pgo." + eerror "See bug https://gcc.gnu.org/PR122620" + eerror "" + eerror "Your options are:" + eerror " 1) upgrade GCC to >=15.2.1_p20251108-r1 - note that even with the 16.0" + eerror " releases, make sure the patch set is equal or newer than 16.0.0_p20251109-r1," + eerror " or use the \"trunk\" version," + eerror " 2) compile Firefox with Clang by enabling the \"clang\" USE flag, or" + eerror " 3) disable pgo when compiling with GCC for now." + die "Firefox-${PV} with gcc+pgo cannot be compiled with the detected gcc version: $(gcc-fullversion)" + fi + fi + elif tc-is-lto ; then + CHECKREQS_DISK_BUILD="10600M" + + if ! use clang ; then + if tc-is-gcc && ver_test "$(gcc-major-version)" -eq 15 && has_version -b "<sys-devel/gcc-15.2.1_p20251108-r1:15"; then + eerror "<gcc-15.2.1_p20251108-r1:15 and lto detected. Firefox-145.0 can not be compiled" + eerror "with this GCC, when also enabling lto." + eerror "See bug https://gcc.gnu.org/PR122620" + eerror "" + eerror "Your options are:" + eerror " 1) upgrade GCC to >=15.2.1_p20251108-r1 - note that even with the 16.0" + eerror " releases, make sure the patch set is equal or newer than 16.0.0_p20251109-r1," + eerror " or use the \"trunk\" version," + eerror " 2) compile Firefox with Clang by enabling the \"clang\" USE flag, or" + eerror " 3) disable lto when compiling with GCC for now." + die "Firefox-${PV} with gcc+lto cannot be compiled with the detected gcc version: $(gcc-fullversion)" + fi + fi + else + CHECKREQS_DISK_BUILD="7400M" + fi + + check-reqs_pkg_pretend + fi +} + +pkg_setup() { + + # Get LTO from environment; export after this phase for use in src_configure (etc) + use_lto=no + + if [[ ${MERGE_TYPE} != binary ]] ; then + + if tc-is-lto; then + use_lto=yes + # LTO is handled via configure + filter-lto + + if ! use clang ; then + if tc-is-gcc && ver_test "$(gcc-major-version)" -eq 15 && has_version -b "<sys-devel/gcc-15.2.1_p20251108-r1:15"; then + eerror "<gcc-15.2.1_p20251108-r1:15 and pgo detected. Firefox-145.0 can not be compiled" + eerror "with this GCC, when also enabling lto." + eerror "See bug https://gcc.gnu.org/PR122620" + eerror "" + eerror "Your options are:" + eerror " 1) upgrade GCC to >=15.2.1_p20251108-r1 - note that even with the 16.0" + eerror " releases, make sure the patch set is equal or newer than 16.0.0_p20251109-r1," + eerror " or use the \"trunk\" version," + eerror " 2) compile Firefox with Clang by enabling the \"clang\" USE flag, or" + eerror " 3) disable lto when compiling with GCC for now." + die "Firefox-${PV} with gcc+lto cannot be compiled with the detected gcc version: $(gcc-fullversion)" + fi + fi + fi + + if use pgo ; then + if ! has userpriv ${FEATURES} ; then + eerror "Building ${PN} with USE=pgo and FEATURES=-userpriv is not supported!" + fi + + if ! use clang ; then + if tc-is-gcc && ver_test "$(gcc-major-version)" -eq 15 && has_version -b "<sys-devel/gcc-15.2.1_p20251108-r1:15"; then + eerror "<gcc-15.2.1_p20251108-r1:15 and lto detected. Firefox-145.0 can not be compiled" + eerror "with this GCC, when also enabling pgo." + eerror "See bug https://gcc.gnu.org/PR122620" + eerror "" + eerror "Your options are:" + eerror " 1) upgrade GCC to >=15.2.1_p20251108-r1 - note that even with the 16.0" + eerror " releases, make sure the patch set is equal or newer than 16.0.0_p20251109-r1," + eerror " or use the \"trunk\" version," + eerror " 2) compile Firefox with Clang by enabling the \"clang\" USE flag, or" + eerror " 3) disable pgo when compiling with GCC for now." + die "Firefox-${PV} with gcc+pgo cannot be compiled with the detected gcc version: $(gcc-fullversion)" + fi + fi + fi + + if [[ ${use_lto} = yes ]]; then + # -Werror=lto-type-mismatch -Werror=odr are going to fail with GCC, + # bmo#1516758, bgo#942288 + filter-flags -Werror=lto-type-mismatch -Werror=odr + fi + + # Ensure we have enough disk space to compile + if use pgo || use debug ; then + CHECKREQS_DISK_BUILD="14300M" + elif [[ ${use_lto} == "yes" ]] ; then + CHECKREQS_DISK_BUILD="10600M" + else + CHECKREQS_DISK_BUILD="7400M" + fi + + check-reqs_pkg_setup + llvm-r1_pkg_setup + rust_pkg_setup + python-any-r1_pkg_setup + + # Avoid PGO profiling problems due to enviroment leakage + # These should *always* be cleaned up anyway + unset \ + DBUS_SESSION_BUS_ADDRESS \ + DISPLAY \ + ORBIT_SOCKETDIR \ + SESSION_MANAGER \ + XAUTHORITY \ + XDG_CACHE_HOME \ + XDG_SESSION_COOKIE + + # Build system is using /proc/self/oom_score_adj, bug #604394 + addpredict /proc/self/oom_score_adj + + if use pgo ; then + # Update 105.0: "/proc/self/oom_score_adj" isn't enough anymore with pgo, but not sure + # whether that's due to better OOM handling by Firefox (bmo#1771712), or portage + # (PORTAGE_SCHEDULING_POLICY) update... + addpredict /proc + + # Clear tons of conditions, since PGO is hardware-dependant. + addpredict /dev + fi + + if ! mountpoint -q /dev/shm ; then + # If /dev/shm is not available, configure is known to fail with + # a traceback report referencing /usr/lib/pythonN.N/multiprocessing/synchronize.py + ewarn "/dev/shm is not mounted -- expect build failures!" + fi + + # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys) + # Note: These are for Gentoo Linux use ONLY. For your own distribution, please + # get your own set of keys. + if [[ -z "${MOZ_API_KEY_GOOGLE+set}" ]] ; then + MOZ_API_KEY_GOOGLE="AIzaSyDEAOvatFogGaPi0eTgsV_ZlEzx0ObmepsMzfAc" + fi + + if [[ -z "${MOZ_API_KEY_LOCATION+set}" ]] ; then + MOZ_API_KEY_LOCATION="AIzaSyB2h2OuRgGaPicUgy5N-5hsZqiPW6sH3n_rptiQ" + fi + + # Mozilla API keys (see https://location.services.mozilla.com/api) + # Note: These are for Gentoo Linux use ONLY. For your own distribution, please + # get your own set of keys. + if [[ -z "${MOZ_API_KEY_MOZILLA+set}" ]] ; then + MOZ_API_KEY_MOZILLA="edb3d487-3a84-46m0ap1e3-9dfd-92b5efaaa005" + fi + + # Ensure we use C locale when building, bug #746215 + export LC_ALL=C + fi + + export use_lto + + 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() { + # LibreWolf already has this I think. + rm -v "${WORKDIR}/firefox-patches/0017-bgo-928126-enable-jxl.patch" + + if [[ ${use_lto} == "yes" ]]; then + rm -v "${WORKDIR}"/firefox-patches/*-LTO-Only-enable-LTO-*.patch || die + fi + + # Workaround for bgo#915651 and bmo#1988166 on musl + if use elibc_glibc ; then + rm -v "${WORKDIR}"/firefox-patches/*bgo-748849-RUST_TARGET_override.patch || die + rm -v "${WORKDIR}"/firefox-patches/*bmo-1988166-musl-remove-nonexisting-system-header-req.patch || die + rm -v "${WORKDIR}"/firefox-patches/*bgo-967694-musl-prctrl-exception-on-musl.patch || die + fi + + eapply "${WORKDIR}/firefox-patches" + + # Allow user to apply any additional patches without modifing ebuild + eapply_user + + # Make cargo respect MAKEOPTS + export CARGO_BUILD_JOBS="$(makeopts_jobs)" + + # Workaround for bgo#915651 + if ! use elibc_glibc ; then + if use amd64 ; then + export RUST_TARGET="x86_64-unknown-linux-musl" + elif use x86 ; then + export RUST_TARGET="i686-unknown-linux-musl" + elif use arm64 ; then + export RUST_TARGET="aarch64-unknown-linux-musl" + elif use loong; then + # Only the LP64D ABI of LoongArch64 is actively supported among + # the wider Linux ecosystem, so the assumption is safe. + export RUST_TARGET="loongarch64-unknown-linux-musl" + elif use ppc64 ; then + export RUST_TARGET="powerpc64le-unknown-linux-musl" + elif use riscv ; then + # We can pretty safely rule out any 32-bit riscvs, but 64-bit riscvs also have tons of + # different ABIs available. riscv64gc-unknown-linux-musl seems to be the best working + # guess right now though. + elog "riscv detected, forcing a riscv64 target for now." + export RUST_TARGET="riscv64gc-unknown-linux-musl" + else + die "Unknown musl chost, please post a new bug with your rustc -vV along with emerge --info" + fi + fi + + # Pre-built wasm-sandbox path manipulation. + if use wasm-sandbox ; then + if use amd64 ; then + export wasi_arch="x86_64" + elif use arm64 ; then + export wasi_arch="arm64" + else + die "wasm-sandbox enabled on unknown/unsupported arch!" + fi + + sed -i \ + -e "s:%%PORTAGE_WORKDIR%%:${WORKDIR}:" \ + -e "s:%%WASI_ARCH%%:${wasi_arch}:" \ + -e "s:%%WASI_SDK_VER%%:${WASI_SDK_VER}:" \ + -e "s:%%WASI_SDK_LLVM_VER%%:${WASI_SDK_LLVM_VER}:" \ + toolkit/moz.configure || die "Failed to update wasi-related paths." + fi + + # Make LTO respect MAKEOPTS + sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ + "${S}"/build/moz.configure/lto-pgo.configure || die "Failed sedding multiprocessing.cpu_count" + + sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ + "${S}"/third_party/chromium/build/toolchain/get_cpu_count.py || die "Failed sedding multiprocessing.cpu_count" + + sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ + "${S}"/third_party/python/gyp/pylib/gyp/input.py || die "Failed sedding multiprocessing.cpu_count" + + # sed-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 + + # 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-geckodriver \ + --disable-install-strip \ + --disable-legacy-profile-creation \ + --disable-parental-controls \ + --disable-strip \ + --disable-updater \ + --disable-wmf \ + --enable-negotiateauth \ + --enable-new-pass-manager \ + --enable-packed-relative-relocs \ + --enable-release \ + --enable-system-policies \ + --host="${CBUILD:-${CHOST}}" \ + --libdir="${EPREFIX}/usr/$(get_libdir)" \ + --prefix="${EPREFIX}/usr" \ + --target="${CHOST}" \ + --without-ccache \ + --with-intl-api \ + --with-libclang-path="$(llvm-config --libdir)" \ + --with-system-ffi \ + --with-system-gbm \ + --with-system-libdrm \ + --with-system-nspr \ + --with-system-nss \ + --with-system-pixman \ + --with-system-zlib \ + --with-toolchain-prefix="${CHOST}-" \ + --with-unsigned-addon-scopes=app,system + + # Librewolf + mozconfig_add_options_ac 'LibreWolf Branding' \ + --with-app-name="librewolf" \ + --with-app-basename="librewolf" \ + --with-branding=browser/branding/librewolf + export MOZ_APP_REMOTINGNAME=LibreWolf + + # I really have know idea if this is actually doing anything. + mozconfig_add_options_ac 'LibreWolf Localization' \ + --with-l10n-base=$PWD/lw/l10n + + ## Controlled via 'telemetry' IUSE + # mozconfig_add_options_mk 'LibreWolf Disable Telemetry' \ + # MOZ_CRASHREPORTER=0 \ + # MOZ_DATA_REPORTING=0 \ + # MOZ_SERVICES_HEALTHREPORT=0 \ + # MOZ_TELEMETRY_REPORTING=0 + + export MOZ_REQUIRE_SIGNING= + + # Set update channel + local update_channel=release + [[ -n ${MOZ_ESR} ]] && update_channel=esr + mozconfig_add_options_ac '' --enable-update-channel=${update_channel} + + # Whitelist to allow unkeyworded arches to build with "--disable-rust-simd" by default. + if use amd64 || use arm64 || use ppc64 || use loong || use riscv ; 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 loong || 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 + + # riscv-related options, bgo#947337, bgo#947338 + if use riscv ; then + mozconfig_add_options_ac 'Disable webrtc for RISC-V' --disable-webrtc + fi + + 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-icu + mozconfig_use_with system-jpeg + mozconfig_use_with system-libevent + mozconfig_use_with system-libvpx + mozconfig_use_with system-pipewire + 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 + + if use hardened ; then + mozconfig_add_options_ac "+hardened" --enable-hardening + mozconfig_add_options_ac "+hardened stl" --enable-stl-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 + + # wasm-sandbox + # Since graphite2 is one of the sandboxed libraries, system-graphite2 obviously can't work with +wasm-sandbox. + if use wasm-sandbox ; then + mozconfig_add_options_ac '+wasm-sandbox' --with-wasi-sysroot="${WORKDIR}/wasi-sdk-${WASI_SDK_VER}-${wasi_arch}-linux/share/wasi-sysroot/" + else + mozconfig_add_options_ac 'no wasm-sandbox' --without-wasm-sandboxed-libraries + mozconfig_use_with system-harfbuzz system-graphite2 + fi + + ! use jpegxl && mozconfig_add_options_ac '-jpegxl' --disable-jxl + + if [[ ${use_lto} == "yes" ]] ; then + if use clang ; then + # Upstream only supports lld or mold when using clang. + if tc-ld-is-mold ; then + # mold expects the -flto line from *FLAGS configuration, bgo#923119 + append-ldflags "-flto=thin" + mozconfig_add_options_ac "using ld=mold due to system selection" --enable-linker=mold + else + mozconfig_add_options_ac "forcing ld=lld due to USE=clang and USE=lto" --enable-linker=lld + fi + + mozconfig_add_options_ac '+lto' --enable-lto=cross + + else + # ThinLTO is currently broken, see bmo#1644409. + # mold does not support gcc+lto combination. + mozconfig_add_options_ac '+lto' --enable-lto=full + mozconfig_add_options_ac "linker is set to bfd" --enable-linker=bfd + fi + + 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 + + # PGO was moved outside lto block to allow building pgo without lto. + if use pgo ; then + mozconfig_add_options_ac '+pgo' MOZ_PGO=1 + + # Avoid compressing just-built instrumented Firefox with + # high levels of compression. Just use tar as a container + # to save >=10 minutes. + export MOZ_PKG_FORMAT=tar + + if use clang ; then + # Used in build/pgo/profileserver.py + export LLVM_PROFDATA="llvm-profdata" + else + # Attempt to fix pgo hanging with gcc, bgo#966309. + export MOZ_REMOTE_SETTINGS_DEVTOOLS=1 + fi + fi + + mozconfig_use_enable debug + if use debug ; then + mozconfig_add_options_ac '+debug' --disable-optimize + mozconfig_add_options_ac '+debug' --enable-jemalloc + 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*' + + # elf-hack + # Filter "-z,pack-relative-relocs" and let the build system handle it instead. + if use amd64 || use x86 ; then + filter-flags "-z,pack-relative-relocs" + + if tc-ld-is-mold ; then + # relr-elf-hack is currently broken with mold, bgo#916259 + mozconfig_add_options_ac 'disable elf-hack with mold linker' --disable-elf-hack + else + mozconfig_add_options_ac 'relr elf-hack' --enable-elf-hack=relr + fi + elif use loong || use ppc64 || use riscv ; then + # '--disable-elf-hack' is not recognized on loong/ppc64/riscv, + # see bgo #917049, #930046 + :; + else + mozconfig_add_options_ac 'disable elf-hack on non-supported arches' --disable-elf-hack + fi + + if ! use elibc_glibc; then + mozconfig_add_options_ac '!elibc_glibc' --disable-jemalloc + fi + + if use valgrind; then + mozconfig_add_options_ac 'valgrind requirement' --disable-jemalloc + fi + + # System-av1 fix + use system-av1 && append-ldflags "-Wl,--undefined-version" + + # 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 + + export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE="none" + + 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 + + mozconfig_use_enable test tests + + # 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 [[ ${use_lto} == "yes" ]] && tc-ld-is-mold ; 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_test() { + # https://firefox-source-docs.mozilla.org/testing/automated-testing/index.html + local -a failures=() + + # Some tests respect this + local -x MOZ_HEADLESS=1 + + # Check testing/mach_commands.py + einfo "Testing with cppunittest ..." + ./mach cppunittest + local ret=$? + if [[ ${ret} -ne 0 ]]; then + eerror "Test suite cppunittest failed with error code ${ret}" + failures+=( cppunittest ) + fi + + if [[ ${#failures} -eq 0 ]]; then + einfo "Test suites succeeded" + else + die "Test suites failed: ${failures[@]}" + fi +} + +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 + + ## LibreWolf + # For some reason 'local-settings.js' doesn't get properly packaged. + # Install it manually + insinto "${MOZILLA_FIVE_HOME}/defaults/pref" + doins "${S}/lw/local-settings.js" + + # 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 llvm-core/llvm package + if [[ -f "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" ]] ; then + rm -v "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" || die + fi + + ## Disabled for LibreWolf + # 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 gentoo-prefs.js + + local GENTOO_PREFS="${ED}${PREFS_DIR}/gentoo-prefs.js" + + # Set dictionary path to use system hunspell + cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to set spellchecker.dictionary_path pref" + pref("spellchecker.dictionary_path", "${EPREFIX}/usr/share/myspell"); + EOF + + # Force hwaccel prefs if USE=hwaccel is enabled + if use hwaccel ; then + cat "${FILESDIR}"/gentoo-hwaccel-prefs.js-r2 \ + >>"${GENTOO_PREFS}" \ + || die "failed to add prefs to force hardware-accelerated rendering to all-gentoo.js" + + if use wayland; then + cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to set hwaccel wayland prefs" + pref("gfx.x11-egl.force-enabled", false); + EOF + else + cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to set hwaccel x11 prefs" + pref("gfx.x11-egl.force-enabled", true); + EOF + fi + + # Install the vaapitest binary on supported arches (122.0 supports all platforms, bmo#1865969) + exeinto "${MOZILLA_FIVE_HOME}" + doexe "${BUILD_DIR}"/dist/bin/vaapitest + + # Install the v4l2test on supported arches (+ arm, + riscv64 when keyworded) + if use arm64 ; then + exeinto "${MOZILLA_FIVE_HOME}" + doexe "${BUILD_DIR}"/dist/bin/v4l2test + fi + fi + + if ! use gmp-autoupdate ; then + local plugin + for plugin in "${MOZ_GMP_PLUGIN_LIST[@]}" ; do + einfo "Disabling auto-update for ${plugin} plugin ..." + cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to disable autoupdate for ${plugin} media plugin" + pref("media.${plugin}.autoupdate", false); + EOF + done + fi + + # Force the graphite pref if USE=system-harfbuzz is enabled, since the pref cannot disable it + if use system-harfbuzz ; then + cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to set gfx.font_rendering.graphite.enabled pref" + sticky_pref("gfx.font_rendering.graphite.enabled", true); + EOF + fi + + # Add telemetry config prefs, just in case something happens in future and telemetry build + # options stop working. + if ! use telemetry ; then + cat "${FILESDIR}"/gentoo-telemetry-prefs.js >>"${GENTOO_PREFS}" || die "failed to set telemetry prefs" + 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="${S}/browser/branding/${PN}" + + insinto /usr/share/icons/hicolor/symbolic/apps + + 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="LibreWolf" + local desktop_file="${FILESDIR}/icon/${MOZ_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}/${MOZ_PN}-r1.sh" ${PN} + + # Update wrapper + sed -i \ + -e "s:@PREFIX@:${EPREFIX}/usr:" \ + -e "s:@DEFAULT_WAYLAND@:${use_wayland}:" \ + "${ED}/usr/bin/${PN}" || die + + readme.gentoo_create_doc +} + +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 + + # 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 LibreWolf. Nouveau / your GPU might not supported the " + ewarn "required EGL, so either disable 'hwaccel' or try the workaround " + ewarn "explained in https://bugs.gentoo.org/835078#c5 if LibreWolf crashes." + fi + + readme.gentoo_print_elog + + optfeature_header "Optional programs for extra features:" + optfeature "desktop notifications" x11-libs/libnotify + optfeature "fallback mouse cursor theme e.g. on WMs" gnome-base/gsettings-desktop-schemas + optfeature "screencasting with pipewire" sys-apps/xdg-desktop-portal + if use hwaccel && has_version "x11-drivers/nvidia-drivers"; then + optfeature "hardware acceleration with NVIDIA cards" media-libs/nvidia-vaapi-driver + fi + + if ! has_version "sys-libs/glibc"; then + elog + elog "glibc not found! You won't be able to play DRM content." + elog "See Gentoo bug #910309 or upstream bug #1843683." + elog + fi +} diff --git a/www-client/ungoogled-chromium/Manifest b/www-client/ungoogled-chromium/Manifest index 48a98d3dee4d..40d16f4e1376 100644 --- a/www-client/ungoogled-chromium/Manifest +++ b/www-client/ungoogled-chromium/Manifest @@ -12,9 +12,9 @@ DIST chromium-openpower-a85b64f07b.tar.bz2 387899 BLAKE2B b01fda2d64ce73068d1536 DIST chromium-patches-142.tar.bz2 10524 BLAKE2B 317a694beb0c867580b3cc579f3c3ab16375521c58346f2e505f9c58d9f504fa3ca8a11df4906725dcabf9817a8124c69d832dcb99634be56dfb1f1239aa769f SHA512 d94776c57e0fa2f7d050ea281d3c263ba9cabaf83e5b82b86c27d6422ccff61dca6c0b98bf4966d137aec5109278971bb6341f4e1d6005dd46e70233ebe6e1ab DIST chromium-patches-143.tar.bz2 10540 BLAKE2B b23f13df5e246c67e4c3a036948c439606eec67262f617de4bde22927eab69a575ccae1e6d512fe435d6766617eee7ed1a518e3a8cbb29334d76c5b98f0a9702 SHA512 7d843923f5ea78288c6c02195fb94771c0014ef3826f070a79fbde03f04a0b035e62ab8b4850597a0abb572b3d7548e41978696d31cdfbfb5121a77f8c3c8dd9 DIST cromite-2124fd8aa7d29dd6e1b38d5514916881d7566992.tar.gz 175348490 BLAKE2B 1e0e292bd84bcf2bb9ab73c4e494d34ed4d9b1bf1227a3609d22729f5955429e12d5c5abd73a556d02cdca38d7d9508f2a131bf53e1b553110ef181f18cb1513 SHA512 6f4b7b9b322bd49d6d6e0e3e62fce77f20c5a7024755af50edcdb0b2a90d3a6d58102ebd98934060c0384b49b9df55022a4c52668081e2762c24dd5367d7af47 +DIST cromite-2ba21150282e277cdab0f534cb57978d9a9ac398.tar.gz 175346652 BLAKE2B e37884f19ad204fa16891f964e9af63f12b3f669945606d57c91c5c58cba48a5b0e686eba8ba803deb503deca29ed520e4d4f793956f8d31e4fcf2628425c510 SHA512 e3ca7887765cc03c44128e8d320f9b25ecd669648d0cba32e51d14fd6b0f08d660d69d4afdce8188ffab8b2a484739526d56fb94539549ee6677ff298825ec1d DIST cromite-2cec47c9187eaf77b3c4859f43ec74f648d33def.tar.gz 175350963 BLAKE2B 8cd1e10cef9c010a8afc95993b123d33816071e5ea98517a136553749e819fb5dbe67245a61d33dedcca83e203c7faab11038438cc8fbe74997972b9299f724d SHA512 a7450a84bd0b9ba2fbeebd4c1d5aa77f64552765ecc9ca76954fff0fe14bddcadf0b570d61edc75d2f0be96610a08554a6c7e4753cac985bdae9e21baccb44fa DIST cromite-3010fc430e7f3abcc011a9e439ac4ffd0b7d36a6.tar.gz 175356179 BLAKE2B 9f5a59d171acb93c882822238509e3e45ba10acf48dc2c7c09bba377f9fc2be0cf9fdc575d016e20f70f9e1402c059dce2c55eebd7df0d4ae659725aff6b7937 SHA512 e5b0e2993288e0e2c7044f3c9a0767c121cb0a0966ce9abfdc9bedef492fa4d33c80cab27a26c26695a2e277013d2ae41745842dc4ad38ea408b6efbbe85a766 -DIST cromite-75027203d5636b25dd22c76df2b060cf7a1c313a.tar.gz 175343959 BLAKE2B 11bf68ac1d227fb07c5d6a2cd9f4fd27be126fb1b0727733d454c1608255294eab319edb10bf04a31770de0eecee507951a16ce6c8a668b4d5b8b58381ed51a4 SHA512 49f84547b5598185d58b4fc86d8847da679260b01cb37b4a9556131dff5831bdeaa84ad90274b87f2ca708b7708e6afc20e376ac6bc301ad68c0088cb9670060 DIST cromite-8e844cf64f8159a72f158eb33e2f09b19f7d115a.tar.gz 175356825 BLAKE2B 2e93397b37ab5af9781202f7ceb22d2a1c8bb8c423c55cadbb77746c5fa2c19de9e89a0375b727135e728dfd69bbb737b2c60251c74fb7ac7599b9643b6e12c5 SHA512 0e5bfec8bed04273ab2e9e8a0eb8c8ec95cb07db8ff724cc5d59f3d4b0d8f2f9d63ab0105c4326ad628636c5955385daec05eafde5f646da437af6d5d3b19f84 DIST cromite-e77ef4cb3afb280e945a4d3023a4bfc085fd3573.tar.gz 175345899 BLAKE2B 2569cd92c575ff674be5a64308af53ce7a4afb8107968ef845e0e4c7834fdd76115292bbf33e947230b9625974ce433caa568db90180dad8f552d6c74a137f91 SHA512 5206c07c872f37a50bf887681e044a2c4bf133f9420b8b073b4d8b76516a15d3ab1583a51bbd7c467d86d5e8ca2d2ca06f87dc7a0187f2b3fb0fa6274ca94bc6 DIST ungoogled-chromium-142.0.7444.175-1.tar.gz 650884 BLAKE2B b33a220ce012322a9ea70bddd72db7ec64e92dde0afc32efa42e894d8e84af77a4623d71af0280b9caecf387443788edecb973c6b7a1769f14b03218b6757a0d SHA512 b9b0800f499e2e1f6cb57682a73270db48b5feb23d8176169fddd3bfda5186cd6f9a7b6fda54655a94f0e34b48f09abd7c46d130eb9cc886baa2ed91e968bb6d diff --git a/www-client/ungoogled-chromium/ungoogled-chromium-144.0.7559.96_p1.ebuild b/www-client/ungoogled-chromium/ungoogled-chromium-144.0.7559.96_p1.ebuild index 34215f118891..6d617dfa391f 100644 --- a/www-client/ungoogled-chromium/ungoogled-chromium-144.0.7559.96_p1.ebuild +++ b/www-client/ungoogled-chromium/ungoogled-chromium-144.0.7559.96_p1.ebuild @@ -63,7 +63,7 @@ REQUIRED_USE=" # 5794e9d12bf82620d5f24505798fecb45ca5a22d # ) -CROMITE_COMMIT_ID="75027203d5636b25dd22c76df2b060cf7a1c313a" +CROMITE_COMMIT_ID="2ba21150282e277cdab0f534cb57978d9a9ac398" # declare -A CHROMIUM_COMMITS=( # ["069d424e41f42c6f4a4551334eafc7cfaed6e880"]="." #143+ diff --git a/x11-misc/xscreensaver/Manifest b/x11-misc/xscreensaver/Manifest index d041c6bf73e5..83a105319552 100644 --- a/x11-misc/xscreensaver/Manifest +++ b/x11-misc/xscreensaver/Manifest @@ -4,3 +4,4 @@ DIST xscreensaver-6.10.1.tar.gz 25081752 BLAKE2B 6bfeed1acbe0aee07ed64c31f8e503a DIST xscreensaver-6.12-logind-idle-hint.patch 4056 BLAKE2B 30861195aeef16f8252d2324e61674a8d77cd1c0fb62aa5128c8d1e7289edfc2ee7bc4d39e50e1dcbcfe5601b95c14868320bf257bb1c9fe96c9542bde86240a SHA512 3ebb0398266b659545831a772417772f0ba99dd8125cc1ae497eb8dfa4d98dd368a119763283464ea72cab410573b7adc32176e80d243652820b4649b1e4551d DIST xscreensaver-6.12.tar.gz 25177935 BLAKE2B 0e102abd2c28574110b6e1d2b8d59619430869d04c151f379654e1ee8350a93208f198f739f63507e781efd93808fbe17df0f11e5196dde6de010272272eb9fb SHA512 df98e07fe66fd6ad1fd680c6790d66a160f146ff721f90a76c46142888a0d17f82f068343b1ac82aa4562385460da393dc4733abdb26f0cda0f2a8944a614497 DIST xscreensaver-6.13.tar.gz 25233110 BLAKE2B a165a9bf9fa2f1d3db6e660ccb03fe5474bf2338e4d1d606d76b5552ae08d4d9ca97ff5a4b4a0778c741f391a9d654b0422c4b0e9b4a0a5a0c7b535c346d3e69 SHA512 1ab42c0d0bf31b6d25e543d44c2ff41f48ef229ffce3a02f82495c1ef9c9452eddec4abe1cd7705220c6491562361f8cd0cca8bce9875ff80a765816574bf8ac +DIST xscreensaver-6.14.tar.gz 25206667 BLAKE2B 2137d12232f97cf68daaa9d44bfc0a566a56afefe29cd348b72f8335a92dc391ff0d69fb50c0aa283548c64d746d49c27df20f64d7ab768ada76088240fff08b SHA512 2ef426f7ae862e7b4665014843451410e30dce8dcc16b98e94c58c0a904bba8ab9eb0f561599ea57eb68df49265171507074026784fdbff23fafeb87175e47df diff --git a/x11-misc/xscreensaver/files/xscreensaver-6.14-ffmpeg.patch b/x11-misc/xscreensaver/files/xscreensaver-6.14-ffmpeg.patch new file mode 100644 index 000000000000..d355adca31f4 --- /dev/null +++ b/x11-misc/xscreensaver/files/xscreensaver-6.14-ffmpeg.patch @@ -0,0 +1,91 @@ +Since version 6.07, xscreensaver could save videos, using ffmpeg, +but the configure flag --with-record-animation doesn't work to +deactivate this feature. + +Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx> + +--- a/configure.ac ++++ b/configure.ac +@@ -3801,6 +3801,28 @@ + XFT_OBJS='$(UTILS_BIN)/xft.o' + fi + ++############################################################################### ++# ++# Check for --with-record-animation ++# ++############################################################################### ++ ++record_anim_default=no ++record_anim="$record_anim_default" ++AC_ARG_WITH(record-animation, ++[ --with-record-animation Include code for generating MP4 videos.], ++ [record_anim="$withval"], [record_anim="$record_anim_default"]) ++ ++HANDLE_X_PATH_ARG(record_anim, --with-record-animation, record animation) ++ ++if test "$record_anim" = yes; then ++ true ++elif test "$record_anim" != no; then ++ echo "error: must be yes or no: --with-record-animation=$record_anim" ++ exit 1 ++fi ++ ++if test "$record_anim" = yes; then + + ############################################################################### + # +@@ -3958,6 +3980,15 @@ + FFMPEG_LIBS="$FFMPEG_LIBS $extra_ffmpeg_bs" + fi + ++ if test "$have_ffmpeg" != yes; then ++ AC_MSG_WARN(--with-record-animation requires the ffmpeg libraries) ++ else ++ AC_MSG_RESULT(enabling --record-animation) ++ AC_DEFINE(HAVE_RECORD_ANIM) ++ ANIM_OBJS='$(ANIM_OBJS)' ++ ANIM_LIBS='$(ANIM_LIBS)' ++ fi ++fi + + ############################################################################### + # +@@ -4050,37 +4081,7 @@ + fi + + +-############################################################################### +-# +-# Check for --with-record-animation +-# +-############################################################################### +- +-record_anim_default=no +-record_anim="$record_anim_default" +-AC_ARG_WITH(record-animation, +-[ --with-record-animation Include code for generating MP4 videos.], +- [record_anim="$withval"], [record_anim="$record_anim_default"]) +- +-HANDLE_X_PATH_ARG(record_anim, --with-record-animation, record animation) +- +-if test "$record_anim" = yes; then +- true +-elif test "$record_anim" != no; then +- echo "error: must be yes or no: --with-record-animation=$record_anim" +- exit 1 +-fi + +-if test "$record_anim" = yes; then +- if test "$have_ffmpeg" != yes; then +- AC_MSG_WARN(--with-record-animation requires the ffmpeg libraries) +- else +- AC_MSG_RESULT(enabling --record-animation) +- AC_DEFINE(HAVE_RECORD_ANIM) +- ANIM_OBJS='$(ANIM_OBJS)' +- ANIM_LIBS='$(ANIM_LIBS)' +- fi +-fi + + + ############################################################################### diff --git a/x11-misc/xscreensaver/xscreensaver-6.14.ebuild b/x11-misc/xscreensaver/xscreensaver-6.14.ebuild new file mode 100644 index 000000000000..e72accdbf279 --- /dev/null +++ b/x11-misc/xscreensaver/xscreensaver-6.14.ebuild @@ -0,0 +1,343 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools flag-o-matic font greadme optfeature pam strip-linguas systemd xdg-utils + +DESCRIPTION="Modular screen saver and locker for the X Window System" +HOMEPAGE="https://www.jwz.org/xscreensaver/" +SRC_URI=" + https://www.jwz.org/xscreensaver/${P}.tar.gz + logind-idle-hint? ( + https://github.com/Flowdalic/xscreensaver/commit/e79e2f41be3367c196899ef2f38ab97436fa1a65.patch -> + ${PN}-6.12-logind-idle-hint.patch + ) + systemd? ( + https://github.com/Flowdalic/xscreensaver/commit/376b07ec76cfe1070f498773aaec8fd7030593af.patch -> + ${PN}-6.07-xscreensaver.service-start-with-no-splash.patch + ) +" + +S="${WORKDIR}/${PN}-$(ver_cut 1-2)" +# Font license mapping for folder ./hacks/fonts/ as following: +# clacon.ttf -- MIT +# gallant12x22.ttf -- BSD +# luximr.ttf -- bh-luxi (package media-fonts/font-bh-ttf) +# OCRA.ttf -- freely redistributable +# SpecialElite.ttf -- Apache-2.0 +LICENSE="BSD fonts? ( MIT freedist Apache-2.0 ) systemd? ( ISC )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="elogind ffmpeg fonts +gdk-pixbuf gdm +gtk jpeg +locking logind-idle-hint new-login offensive pam +perl +png selinux suid systemd xinerama wayland" +REQUIRED_USE=" + ?? ( elogind systemd ) + pam? ( locking ) + logind-idle-hint? ( || ( elogind systemd ) ) +" + +COMMON_DEPEND=" + >=dev-libs/libxml2-2.4.6:= + x11-apps/appres + x11-apps/xwininfo + x11-libs/libX11 + x11-libs/libXext + >=x11-libs/libXft-2.1.0 + x11-libs/libXi + x11-libs/libXrandr + x11-libs/libXt + virtual/glu + virtual/opengl + elogind? ( sys-auth/elogind ) + gdk-pixbuf? ( >=x11-libs/gdk-pixbuf-2.42.0:2[jpeg?] ) + gtk? ( >=x11-libs/gtk+-3.0.0:3[X,wayland?] ) + ffmpeg? ( >=media-video/ffmpeg-6.1:= ) + jpeg? ( media-libs/libjpeg-turbo:= ) + locking? ( virtual/libcrypt:= ) + new-login? ( + gdm? ( gnome-base/gdm ) + !gdm? ( || ( x11-misc/lightdm lxde-base/lxdm ) ) + ) + pam? ( sys-libs/pam ) + png? ( media-libs/libpng:= ) + systemd? ( >=sys-apps/systemd-221:= ) + xinerama? ( x11-libs/libXinerama ) + wayland? ( >=dev-libs/wayland-1.8 ) +" +# For USE="perl" see output of `qlist xscreensaver | grep '\(bin\|misc\)' | xargs grep '::'` +RDEPEND=" + ${COMMON_DEPEND} + sys-apps/attr + x11-misc/xdg-utils + perl? ( + dev-lang/perl + dev-perl/HTML-Parser + dev-perl/LWP-Protocol-https + dev-perl/libwww-perl + ) + selinux? ( sec-policy/selinux-xscreensaver ) + wayland? ( gui-apps/grim ) +" +DEPEND=" + ${COMMON_DEPEND} + x11-base/xorg-proto +" +BDEPEND=" + dev-util/intltool + app-alternatives/bc + sys-devel/gettext + virtual/pkgconfig +" +PATCHES=( + "${FILESDIR}"/${PN}-5.31-pragma.patch + "${FILESDIR}"/${PN}-6.01-gentoo.patch + "${FILESDIR}"/${PN}-6.07-gcc.patch + "${FILESDIR}"/${PN}-6.01-configure.ac-sandbox.patch + "${FILESDIR}"/${PN}-6.01-without-gl-makefile.patch + "${FILESDIR}"/${PN}-6.01-non-gtk-install.patch + "${FILESDIR}"/${PN}-6.01-configure-install_sh.patch + "${FILESDIR}"/${PN}-6.03-without-gl-configure.patch + "${FILESDIR}"/${PN}-6.05-remove-update-icon-cache.patch + "${FILESDIR}"/${PN}-6.05-r2-configure-exit-codes.patch + "${FILESDIR}"/${PN}-6.07-allow-no-pam.patch + "${FILESDIR}"/${PN}-6.07-fix-desktop-files.patch + "${FILESDIR}"/${PN}-6.14-ffmpeg.patch +) + +DOCS=( README{,.hacking} ) + +# see https://bugs.gentoo.org/898328 +QA_CONFIG_IMPL_DECL_SKIP=( getspnam_shadow ) + +src_prepare() { + default + + # bug #896440 + mv po/ca.po po/ca.po.old || die + iconv -f ISO-8859-15 -t UTF-8 po/ca.po.old >po/ca.po || die + + sed -i configure.ac -e '/^ALL_LINGUAS=/d' || die + + if use systemd; then + # Causes "Failed to enable unit: Cannot alias xscreensaver.service as org.jwz.xscreensaver." + # after "systemctl --user enable xscreensaver". + sed -i -e '/^Alias=org.jwz.xscreensaver.service/d' \ + driver/xscreensaver.service.in || die + + eapply "${DISTDIR}/${PN}-6.07-xscreensaver.service-start-with-no-splash.patch" + fi + + strip-linguas -i po/ + export ALL_LINGUAS="${LINGUAS}" + + if use new-login && ! use gdm; then #392967 + sed -i \ + -e "/default_l.*1/s:gdmflexiserver -ls:${EPREFIX}/usr/libexec/lightdm/&:" \ + configure{,.ac} || die + fi + + # We are patching driver/XScreenSaver.ad.in, so let's delete the + # header generated from it so that it gets back in sync during build: + rm driver/XScreenSaver_ad.h || die + + if ! use offensive; then + sed -i \ + -e '/boobies/d;/boobs/d;/cock/d;/pussy/d;/viagra/d;/vibrator/d' \ + hacks/barcode.c || die + sed -i \ + -e 's|erect penis|shuffle board|g' \ + -e 's|flaccid penis|flaccid anchor|g' \ + -e 's|vagina|engagement ring|g' \ + -e 's|Penis|Shuttle|g' \ + hacks/glx/glsnake.c || die + sed -i \ + 's| Stay.*fucking mask\.$||' \ + hacks/glx/covid19.man \ + hacks/config/covid19.xml || die + sed -i \ + -e 's|Ass |Dumb |g' \ + -e 's|Buttcorn|Blue Corn|g' \ + -e 's| dick||gi' \ + -e 's| shit||g' \ + hacks/bsod.c || die + eapply "${FILESDIR}/xscreensaver-6.05-teach-handsy-some-manners.patch" + fi + + if use logind-idle-hint; then + eapply "${DISTDIR}/${PN}-6.12-logind-idle-hint.patch" + fi + + config_rpath_update "${S}"/config.rpath + + # Must be eauto*re*conf, to force the rebuild + eautoreconf +} + +src_configure() { + if use ppc || use ppc64; then + filter-flags -maltivec -mabi=altivec + append-flags -U__VEC__ + fi + + unset BC_ENV_ARGS #24568 + + # WARNING: This is NOT a normal autoconf script + # Some of the --with options are NOT standard, and expect "--with-X=no" rather than "--without-X" + ECONF_OPTS=( + $(use_enable locking) + $(use_with elogind) + $(use_with gdk-pixbuf pixbuf) + $(use_with gtk) + $(use_with new-login login-manager) + $(use_with pam) + $(use_with suid setuid-hacks) + $(use_with systemd) + $(use_with xinerama xinerama-ext) + $(use_with wayland) + --with-jpeg=$(usex jpeg yes no) + --with-record-animation=$(usex ffmpeg yes no) + --with-png=$(usex png yes no) + --with-xft=yes + --with-app-defaults="${EPREFIX}"/usr/share/X11/app-defaults + --with-configdir="${EPREFIX}"/usr/share/${PN}/config + --with-dpms-ext + --with-hackdir="${EPREFIX}"/usr/$(get_libdir)/misc/${PN} + --with-randr-ext + --with-text-file="${EPREFIX}"/etc/gentoo-release + --with-xdbe-ext + --with-xinput-ext + --with-xkb-ext + --with-xshm-ext + --without-gle + --without-gles + --without-glx + --without-kerberos + --without-motif + --with-proc-oom + --x-includes="${EPREFIX}"/usr/include + --x-libraries="${EPREFIX}"/usr/$(get_libdir) + ) + # WARNING: This is NOT a normal autoconf script + econf "${ECONF_OPTS[@]}" +} + +src_compile() { + # stock target is "default", which is broken in some releases. + emake all +} + +src_install() { + use pam && dodir /etc/pam.d/ + emake install_prefix="${D}" DESTDIR="${D}" GTK_SHAREDIR="${installprefix}"/usr/share/xscreensaver install + + if use fonts; then + # Do not duplicate font Luxi Mono (of package media-fonts/font-bh-ttf) + rm -v "${ED}${FONTDIR}"/luximr.ttf || die + + font_xfont_config + else + rm -rfv "${ED}${FONTDIR}" || die #812473 + fi + + einstalldocs + + if use pam; then + fperms 755 /usr/bin/${PN} + pamd_mimic_system ${PN} auth + fi + + # bugs #809599, #828869 + if ! use gtk; then + rm "${ED}/usr/bin/xscreensaver-demo" || die + fi + + if use systemd; then + systemd_douserunit "${ED}/usr/share/${PN}/xscreensaver.service" + fi + # Makefile installs xscreensaver.service regardless of + # --without-systemd, and if USE=systemd, we will have installed the + # unit file already. + rm "${ED}/usr/share/${PN}/xscreensaver.service" || die + + # bug #885989 + fperms 4755 /usr/$(get_libdir)/misc/xscreensaver/xscreensaver-auth + + if ! { use png || use gdk-pixbuf; }; then + greadme_stdin --append <<-EOF + Xscreensaver was built without any means to support image manipulation + (i.e. with neither USE=gtk-pixbuf or USE=png. Several screensavers + will likely just fail to work without it and several others will + have diminished appearance like displaying a checkerboard pattern + instead of an image. It is strongly recommended to enable at least one + of those flags. + + EOF + elif ! use gdk-pixbuf; then + greadme_stdin --append <<-EOF + Xscreensaver was built with png support only. This means that most of + screensavers won't be able to use images in any other formats. It is + recommended to enable USE=gtk-pixbuf. + + EOF + fi + + if ! use jpeg; then + greadme_stdin --append <<-EOF + Xscreensaver was built without jpeg support. This mean that + 'webcollage' screensaver will be considerably slower. Enable + USE=jpeg if that will become an issue. + + EOF + fi + + if use gtk; then + greadme_stdin --append <<-EOF + You can configure xscreensaver via 'xscreensaver-settings'. + + EOF + else + greadme_stdin --append <<-EOF + Since xscreensaver had been built without USE=gtk + 'xscreensaver-settings' was not installed. Hence the only + way to configure it is via some third-party utilities or + directly via configuration file '~/.xscreensaver'. + + EOF + fi + + if use wayland; then + greadme_stdin --append <<-EOF + WARNING: Wayland support is preliminary. It does not lock and you need + a supported compositor, like: + + * kde-plasma/kwin + * gui-wm/sway + * gui-wm/hyprland + * gui-wm/wayfire + * gui-wm/labwc + EOF + fi +} + +pkg_postinst() { + use fonts && font_pkg_postinst + + greadme_pkg_postinst + + optfeature_header 'Additional dependencies for specific screensavers' + optfeature 'vidwhacker' 'media-libs/netpbm[jpeg,png] virtual/imagemagick-tools' \ + 'media-libs/netpbm[jpeg,png] media-libs/libjpeg-turbo media-gfx/fbida' + optfeature 'webcollage' 'virtual/imagemagick-tools[jpeg,png] x11-apps/xdpyinfo' + + optfeature_header 'Fonts' + optfeature 'Bitmap fonts 75dpi' media-fonts/font-adobe-75dpi + optfeature 'Bitmap fonts 100dpi' media-fonts/font-adobe-100dpi + optfeature 'Truetype font Luxi Mono' media-fonts/font-bh-ttf + + xdg_icon_cache_update +} + +pkg_postrm() { + use fonts && font_pkg_postrm + xdg_icon_cache_update +} diff --git a/x11-themes/fedora-backgrounds/Manifest b/x11-themes/fedora-backgrounds/Manifest index 3fc2185fd292..83d18667898f 100644 --- a/x11-themes/fedora-backgrounds/Manifest +++ b/x11-themes/fedora-backgrounds/Manifest @@ -7,12 +7,11 @@ DIST f32-backgrounds-32.2.2.tar.xz 162995272 BLAKE2B 6c965cdfaa672877b1be087edb6 DIST f33-backgrounds-33.0.8.tar.xz 30354496 BLAKE2B 7f64108aafccba083bea2e3b56438c29575facccf73ea6a1dbb0a42037b63c3f6a6c3491e76fdd8116af5a6eac8fe7d7cd26955a4ff7b92d2fa6e77400484e09 SHA512 bc293b62749dd99a5066c1641b734fcbe881da3f477a82b175d324a72958d36cf60a4cceec41b4b71f001be6af8fe044eba74ffb4914dbe2cba960212d9a8d4d DIST f34-backgrounds-34.0.1.tar.xz 23613140 BLAKE2B 22295e9eb8e9d9d3ae73b6ebcc2766d5f9a0975614ffa3c01d7328cd25dc5927b01c3d58e182c07fa0627ca899437072467bdcda7b8e06edbee413c40261e009 SHA512 d86fe263dff8c431d3dcf50d0eefae0d1358d4b297249dd97b0f974d89287a17b7cebe299e98f06d791fd0888abf756bb87400c33ce0f8db8bb4d0e97f621b7e DIST f36-backgrounds-36.1.2.tar.xz 7757840 BLAKE2B be36bfbd1a16e7ceb98afe38ad2f2e2dae7e88ff8d19a636206120b2f248b43a79752c5a90c324ad5f1851961306c13570a1c3325456f2499d609b36db01d4e1 SHA512 7e9e0e2844c55df1097baad546d4284e01dbec10bf3b544efb6eab001a0d059317bf28160d11deb049243fa5542ccf342c571f95f185d9b905f81bb75d2f5026 -DIST f37-backgrounds-37.0.5.tar.xz 9645420 BLAKE2B 9cdad101aee869e4a4f3132494854c513820b78d1b85350079fae6b6d6f344c2e98e951319cd2cce104344893dd303544e3afb939f7e39af9a659186c95e7a11 SHA512 1ee6fd5cbca0d3f86cd917cd83155b95bf6bebf43437d78f810fd9f80a11786203d36b6f6ea163d9585d72e771e26b6ca910b31f69a7a61d066495b4f3159309 DIST f37-backgrounds-37.0.6.tar.xz 9646364 BLAKE2B a5c6241785c4053370578cec251aa449c449f18b9832cd3554ae8d3fabd23142ba90dd5756aca3ca2c8f8397cd3fc303ba15f5f35b0bcfc5c07cd87377f3374b SHA512 d89a80089fbcfca14df52c16e400a8ed92104b69ab072dffae4b01227610aa6ae15ac9efe93103a20102c4b741032275f96f7e0abb6d7d18c8981f4c2529a7c4 DIST f38-backgrounds-38.1.1.tar.xz 11412412 BLAKE2B 44942432788bcbba62fd207091ad3c42d7db15586c8b46fb42f0f81b653b27ece10688b464651865517290f9d2cb90ef0e85543e80f9acaeb29d6f3f653dfff8 SHA512 79634cf9bd84ac4e11c8f6c8a45944f13db3c842a2ffc3374cdd991d279f4e3584b14f932811c3748e77f913cea3e3dc83af071e92e824f2145279973fe573b1 DIST f39-backgrounds-39.0.5.tar.xz 15241108 BLAKE2B d843841b30a6c6e9756a909c29ba66fb5ae2719d4f1a8c40dc0d4bc61d0816e145be242cee18bcca1973643407995d920861a00682156b5f72208d3723253723 SHA512 e03b61feb039c831e55d82d8fbdaecbcaf4d1ec8409eff263fdba03ada5b7a2ae707a5842ee0b2444f76208893bd0fd21f1781f89afd7d16e68c1d2ab165660e DIST f40-backgrounds-40.2.0.tar.xz 26709420 BLAKE2B cddb7d03070ec67b34d7a3f66a099ad1706bf8214c08d7e5f16308e7d6e879023df43d72f9307619de24228a337867e18391340074645b04331f167714fc7139 SHA512 968f186e700590be5e48d757094d627188a34632bbb7d3fb0df53dab7b81c3f8f011743d0cb49a35e9593c5abe0af6da048000971ca0b0060b81b8c4f8e82a60 DIST f41-backgrounds-41.0.2.tar.xz 31615028 BLAKE2B b28e225f8787d22967c025880a7690008bdbb771ef6663b6498f9026aff96922aa2c40c77e9c54e73897ed96904a14475f2cbf6ee95fc18e0f3e094d395922b4 SHA512 50f8a540581ee8798e453962aae4f3af5e1847bbaad3e4ce62da8626514cadea3ff5435e1462534e334eb2ac5a600355d3663678dc2b7ba04da543becb86e272 DIST f42-backgrounds-42.0.0.tar.xz 3626860 BLAKE2B ddce1299489f8fc6e22364a4444ea2b38d38ab8794c14f488393bfde947e8b463ba790204aef4fb164acda818e656c8df451c8bd5fc6287758e10f0eb73a484e SHA512 358cb36a161b5aa42aa8a4d09a5da77c4159a741743cc42541b4577494215488d5a816f8e02c2efd7f4157f8f49fba058ff7c09c0bc57f05c1c82874052cb371 -DIST f43-backgrounds-43.0.1.tar.xz 8036128 BLAKE2B b63cda04b9b9df25d1f686db3ba9e83d850e0e642cd79974ba3f7b3f5da55ad5c6c4a8d2c7c45e59db1a06e65f9640e2091856e13eb12d7b429382b0db746f63 SHA512 99bfb1967767880ea8bb90e51c33b08c23c83a879ccc76a26c945887c66a5e6a2d22c2861ecf0053a5343ec8679df792eb1ee19ed079c568b5aba866993244ea DIST f43-backgrounds-43.0.3.tar.xz 7637208 BLAKE2B daeb247888ddba335c18be7284ba5953c6a88311b08818e52011d3cdeff98fc18f87a6289d24ab87864c86f9d06848f9a0e3e0d63f3ab74868672f94a0e6a6fc SHA512 ec199d24c256498311c0232c82dd25a3dd850967218c06a61e8827f4799d28d65e3f4cd5f120bf9be2d268122cc6b527c7ab4ccff7ddf7dcaecdb9a734e687cb +DIST f43-backgrounds-43.0.4.tar.xz 7636160 BLAKE2B 2c4562cdeb83541bfa4202d4f47f0d779d3de80edd03785e3cb166ca6a9a414bf12e7d52da7f1ab7d1633df7b1528735d4e8ef352592f81987c30326220a7428 SHA512 77d60ed7528bb4d2a8e71e6002c51a98a51e0db7250982031c918d2c9696eb6d32176f64514633e37aad6d17d3dff0c131eebf46b52747837b01fd648e0d82a7 diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-37.0.5.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-37.0.5.ebuild deleted file mode 100644 index 53a9f3241a95..000000000000 --- a/x11-themes/fedora-backgrounds/fedora-backgrounds-37.0.5.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="A set of default and supplemental wallpapers for Fedora" -HOMEPAGE="https://github.com/fedoradesign/backgrounds" - -MY_PN="f$(ver_cut 1)-backgrounds" -MY_P="${MY_PN}-${PV}" -SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${MY_P}.tar.xz" -S="${WORKDIR}/${MY_PN}" - -# Review on each bump, files Attribution* -LICENSE="CC-BY-SA-4.0" - -SLOT="$(ver_cut 1)" - -KEYWORDS="amd64 x86" diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-38.1.1.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-38.1.1.ebuild deleted file mode 100644 index 53a9f3241a95..000000000000 --- a/x11-themes/fedora-backgrounds/fedora-backgrounds-38.1.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="A set of default and supplemental wallpapers for Fedora" -HOMEPAGE="https://github.com/fedoradesign/backgrounds" - -MY_PN="f$(ver_cut 1)-backgrounds" -MY_P="${MY_PN}-${PV}" -SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${MY_P}.tar.xz" -S="${WORKDIR}/${MY_PN}" - -# Review on each bump, files Attribution* -LICENSE="CC-BY-SA-4.0" - -SLOT="$(ver_cut 1)" - -KEYWORDS="amd64 x86" diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-42.0.0.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-42.0.0.ebuild index dcb5a53c864f..ec7b3a5d5180 100644 --- a/x11-themes/fedora-backgrounds/fedora-backgrounds-42.0.0.ebuild +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-42.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ LICENSE="CC-BY-SA-4.0" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" # Migrate to virtual/imagemagick-tools when it supports jpegxl: # https://bugs.gentoo.org/953960 diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-43.0.3.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-43.0.3.ebuild index dcb5a53c864f..ec7b3a5d5180 100644 --- a/x11-themes/fedora-backgrounds/fedora-backgrounds-43.0.3.ebuild +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-43.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ LICENSE="CC-BY-SA-4.0" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" # Migrate to virtual/imagemagick-tools when it supports jpegxl: # https://bugs.gentoo.org/953960 diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-43.0.1.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-43.0.4.ebuild index 491512fc510c..fc9372c72564 100644 --- a/x11-themes/fedora-backgrounds/fedora-backgrounds-43.0.1.ebuild +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-43.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ HOMEPAGE="https://github.com/fedoradesign/backgrounds" MY_PN="f$(ver_cut 1)-backgrounds" MY_P="${MY_PN}-${PV}" SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${MY_P}.tar.xz" -S="${WORKDIR}/${MY_PN}" +S="${WORKDIR}/${MY_P}" # Review on each bump, files Attribution* LICENSE="CC-BY-SA-4.0" diff --git a/x11-themes/ubuntu-wallpapers/Manifest b/x11-themes/ubuntu-wallpapers/Manifest index 258153bedff6..419243b2444a 100644 --- a/x11-themes/ubuntu-wallpapers/Manifest +++ b/x11-themes/ubuntu-wallpapers/Manifest @@ -1,3 +1 @@ -DIST ubuntu-wallpapers_24.04.2.orig.tar.gz 488807276 BLAKE2B 2d129b9e08ec60a77ceefded1e7492244b1a14345c2a84a1df1e1653b0d972391f737ae447347c40b79dff172f952f9888907c6ea1c265fd3cf57790838f14ed SHA512 18cbf8498d2445350053fe472b7d081ae92df01911f15b5bd96c912f4ebb7dd6a4bfe8f90d25a16aba3f8d317faf1fbe8f381d437e95d669cf0d2dc06c898a28 -DIST ubuntu-wallpapers_25.04.2.orig.tar.gz 760243387 BLAKE2B 06a84856f31f428eeaa206c8b1913cd7dd2932327af8dd5cf0b9060df4fbe634fe29ac2f87b098f1fd813be9111221afe65905b7a7741c340493477177e2032c SHA512 4ebb839bb451cccd875593f7b10ef5c0bb16e89266c55e9f1800f1294a923c5ec31af2debb0423a197f1f24029ab78cbce318d263265614ca0fc78607074d530 DIST ubuntu-wallpapers_25.10.2.orig.tar.gz 825020718 BLAKE2B e61c0cbdebb57d7e23b385e55f4337327d12efd573d3bba498e80af6506a8b9dc81cc0cb5222dbe1609712f13315c5359b46d2835b33ff5b8ca9432005e924ac SHA512 e408baa306773e9825f82e726ea788436c44ed22cc6f681940021af86fe323438fa4056febe1ff393907a61b3bc86c71006b9f58f9eeabddbe383fffffe23522 diff --git a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-24.04.2.ebuild b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-24.04.2.ebuild deleted file mode 100644 index 8d371522696d..000000000000 --- a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-24.04.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Ubuntu wallpapers" -HOMEPAGE="https://launchpad.net/ubuntu/+source/ubuntu-wallpapers" -MY_P="${PN}_${PV}" -SRC_URI="mirror://ubuntu/pool/main/u/${PN}/${MY_P}.orig.tar.gz" - -S="${WORKDIR}/${MY_P}.orig" - -# Review COPYING file for updates -LICENSE="CC-BY-SA-3.0" - -SLOT="0" -KEYWORDS="amd64 arm x86" - -src_compile() { :; } -src_test() { :; } - -src_install() { - insinto /usr/share/backgrounds - doins *.jpg *.png - - insinto /usr/share/backgrounds/contest - doins contest/*.xml - - for i in *.xml.in; do - sed -i 's/_name/name/g' ${i} - insinto /usr/share/gnome-background-properties - newins ${i} ${i/.in/} - done - - einstalldocs -} diff --git a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-25.04.2.ebuild b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-25.04.2.ebuild deleted file mode 100644 index d82d894d5c26..000000000000 --- a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-25.04.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Ubuntu wallpapers" -HOMEPAGE="https://launchpad.net/ubuntu/+source/ubuntu-wallpapers" -MY_P="${PN}_${PV}" -SRC_URI="mirror://ubuntu/pool/main/u/${PN}/${MY_P}.orig.tar.gz" - -# Review COPYING file for updates -LICENSE="CC-BY-SA-3.0" - -SLOT="0" -KEYWORDS="amd64 arm x86" - -src_compile() { :; } -src_test() { :; } - -src_install() { - insinto /usr/share/backgrounds - doins *.jpg *.png - - insinto /usr/share/backgrounds/contest - doins contest/*.xml - - for i in *.xml.in; do - sed -i 's/_name/name/g' ${i} - insinto /usr/share/gnome-background-properties - newins ${i} ${i/.in/} - done - - einstalldocs -} |
