diff --git a/Manifest.files.gz b/Manifest.files.gz index 9dea9f4776a7..a807ba3dcf03 100644 Binary files a/Manifest.files.gz and b/Manifest.files.gz differ diff --git a/app-admin/Manifest.gz b/app-admin/Manifest.gz index 69954d23afff..43e5c5b812c8 100644 Binary files a/app-admin/Manifest.gz and b/app-admin/Manifest.gz differ diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest index 184713bae8d1..67dc32076640 100644 --- a/app-admin/ansible/Manifest +++ b/app-admin/ansible/Manifest @@ -2,3 +2,4 @@ DIST ansible-2.7.13.tar.gz 11861862 BLAKE2B 3123d84b9f45bb5e50a0d5db5d0b2ae10163 DIST ansible-2.7.14.tar.gz 10203158 BLAKE2B b0727a4e2bd4d2126305e2a529fcb9c938f062a19d473d6ddc4463a0ed1e1c6d444592660aa8bb3f05f8885592f8ae3b021a7b1e6ab43422c35f88f999ff4de4 SHA512 16705c965b03daeb4e6b6a0bccf0be976de60948b88c06e65449d2662dce1fbcbf796ca2b5f6ebe9884d19d918b6ec0e5b0edcb0ef606b7bae61bfa7699c7b92 DIST ansible-2.8.5.tar.gz 14352036 BLAKE2B a2d60132e3aeafd7dbdcca13daac1c657e19fc1b7822b33dde35e0fff67fa7093b54330652ba6c02bad710fd2d05fba3081cd0b609f16bccf7e2eba52f9fa45b SHA512 6555b9a3d3d8298410e54f7116d92fc1978bef185a5136cfb809c1942b08b96c562af9e0d6d1a25eee5a4024d309b6713ce27836857b428a7c362e26efb53777 DIST ansible-2.8.6.tar.gz 12689211 BLAKE2B 9c451037f705f2e591633b59700e89c6de672c43b4b12ee36de9dd4b3ac0e6a19f7e2cd0df9a29b7973f4192d85b3c48fc8915bb36dbd36d9206ee3ca5ccbb09 SHA512 8e29644b4651e72bd3fbd4ca91c2a36b76e5dde9bb445d3c6e0061c315eb66e1bc507729b70d82998c1cbb25f3ef0e20d281ab8354a047193e60bf4831938418 +DIST ansible-2.9.0.tar.gz 14126941 BLAKE2B 409f94af0fa8483934b957cf31f3a762e575203f4f809c44cbf5c74cc945deb065f97374b93dd2aa03a8002b17d7da0bfad3ea80c11673b02be3d0179c34b7c9 SHA512 47e0738bbf9918254d7b33ddc0a8f89a101995ccc3cb846be9ff10bdbc7687fb8a5390d8b976b3ce17fa1325ab63a592161b026d5d943a01f8a5803fca67312a diff --git a/app-admin/ansible/ansible-2.9.0.ebuild b/app-admin/ansible/ansible-2.9.0.ebuild new file mode 100644 index 000000000000..ed9cfd72741c --- /dev/null +++ b/app-admin/ansible/ansible-2.9.0.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) + +inherit distutils-r1 eutils + +DESCRIPTION="Model-driven deployment, config management, and command execution framework" +HOMEPAGE="https://ansible.com/" +SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos" +IUSE="doc test" +RESTRICT="test" + +RDEPEND=" + dev-python/paramiko[${PYTHON_USEDEP}] + dev-python/jinja[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/cryptography[${PYTHON_USEDEP}] + dev-python/httplib2[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + dev-python/netaddr[${PYTHON_USEDEP}] + dev-python/pexpect[${PYTHON_USEDEP}] + net-misc/sshpass + virtual/ssh +" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/packaging-16.6[${PYTHON_USEDEP}] + doc? ( + dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/sphinx-notfound-page[${PYTHON_USEDEP}] + >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}] + ) + test? ( + ${RDEPEND} + dev-python/nose[${PYTHON_USEDEP}] + >=dev-python/mock-1.0.1[${PYTHON_USEDEP}] + dev-python/passlib[${PYTHON_USEDEP}] + dev-python/coverage[${PYTHON_USEDEP}] + dev-python/unittest2[${PYTHON_USEDEP}] + dev-vcs/git + )" + +python_compile_all() { + if use doc; then + cd docs/docsite || die + export CPUS=4 + emake -f Makefile.sphinx html + fi +} + +python_prepare_all() { + rm -fv MANIFEST.in || die + distutils-r1_python_prepare_all +} + +python_test() { + nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die +} + +python_install_all() { + use doc && local HTML_DOCS=( docs/docsite/_build/html/. ) + distutils-r1_python_install_all + + dodoc -r examples +} diff --git a/app-emulation/Manifest.gz b/app-emulation/Manifest.gz index 75de42073d03..c7219e039d51 100644 Binary files a/app-emulation/Manifest.gz and b/app-emulation/Manifest.gz differ diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest index 8b872b4ad6f5..2c657925f7f3 100644 --- a/app-emulation/xen-tools/Manifest +++ b/app-emulation/xen-tools/Manifest @@ -4,8 +4,9 @@ DIST ipxe-git-d2063b7693e0e35db97b2264aa987eb6341ae779.tar.gz 3792227 BLAKE2B 72 DIST seabios-1.12.0.tar.gz 613542 BLAKE2B f145c2db716996bfa9e5c014086ccfaa8ae96ebc158f34303b122b7bf209408c567665d8691364df8d8e886f63e0e72a3f3cd319dfa86ef581023201b5d94e53 SHA512 e52c5363e5bb37b5286e55545aa06bd126218f9d0e3a06ac2e189de68fe3de3256c11ca1bb13357a9c384d7e3af6284083ff3aa587688b5de04ef11b97bdfa27 DIST seabios-rel-1.11.1.tar.gz 604125 BLAKE2B df2b7322f5169fb74e7f5dd3f680e7d8ad3e6f93e8b1376d15bbda8865458648a0d6086011a8a6549e7ad1794844878736441e70067580c0eb416e20ee038d95 SHA512 69622460475b54ba77a10509dae0ef46d9c733c6c8527ab56a4f2298534dcf1f7722eb501df873ab612222e5867e334c2831cc4c95dd23771aee10740acf0273 DIST xen-4.11.2-upstream-patches-0.tar.xz 11532 BLAKE2B e36509d6256ac4018f20711baba77619a7c3a684d81e25a94cffba9c9f53ec9e0efdcefcd6a7ffa26b49fd3d4e0dfc2126f1ea620f0bd35ea83188b4587e5b38 SHA512 4a97d1e56cb3e5152372f0c0b99f8838194b2e03ed1255e87611d8bb28af9c9199fe123d3542f5ba9b3f652c29a519b5e4255b8925c0c8dfbd588f83ed8806d9 +DIST xen-4.11.2-upstream-patches-1.tar.xz 77556 BLAKE2B f95af370f8a99a27bfc762e661364da6f1ef1b08dd5a6b81a5421d32bcad820097a694c5656e174cec7ed53ff140f80d63f57ac31867edf12e68ef4d87ea8b44 SHA512 f41f2ff20648eed76918c865958d42b99d2743188514c63e27797c80e9169f7f5843ac48195e38d269d02edcb9889f042b992b85773ca61c267282e41ea8dae6 DIST xen-4.11.2.tar.gz 25164925 BLAKE2B 11adea16d93235af5807e6e3784e0fc36ce34f274a85d1976a5c8ad36a323437216b0cf6bb6cb13b00e1e838e319a9f8f4b9c417870eef9ed660f22274d81310 SHA512 48d3d926d35eb56c79c06d0abc6e6be2564fadb43367cc7f46881c669a75016707672179c2cca1c4cfb14af2cefd46e2e7f99470cddf7df2886d8435a2de814e -DIST xen-4.12.1-upstream-patches-0.tar.xz 18520 BLAKE2B b7a3f51e7629d2cabf9a8363291a7178b4f9a3eed7907271939a21e8058900d4497405c7d06df4ec71a558d68998456ca3c79d431dee2ec39fe21a9280fc2d4b SHA512 f15192505803de6cc1f1eb04b653f186ac7b08afa9575ee0b57f793f77cc08b10945c1b849183763a5b40d6ee6a80eab37d97219f3fff7a76397088cb6854b08 +DIST xen-4.12.1-upstream-patches-1.tar.xz 62920 BLAKE2B a7f070e4b48c04fa26b75ccbd46aa1172df306060ae180f29f5ea61a5f0b4c2e854a5d1127ed42c05b21977a0e43b36b7e137c1758496b242f48626c5a00e22b SHA512 d7094b86f297a4b1da7007d73752ca8478a26c675ec5d93ade4599935cd51ebd80220a4ea7223d878e0d2c2209336577d196017c463abe9e47ff20914ffa5021 DIST xen-4.12.1.tar.gz 26970584 BLAKE2B ceab2af3d36b72d838d7b4f58f6855c97cf05282a4ea3c82eda29b8945ee20563845b7be02884bf0a061a633fb2b3016a2f7396ce34d9b3d93f90d6ee6d449ed SHA512 be15d3af6b109771aaf59b3621e4e1560b7d9a963d9b7f6a1f6f4a1c907fd97434b060c15f75849b44fbda33f26eb51b030d14d068c6ad5103ad240fe7a98f40 DIST xen-4.13.0-rc1.tar.gz 38984903 BLAKE2B c8fa19a2cff2de67712e5976670ecbbeff1528b987cdd7523a7f8c8952b889255af4e21c50c68537ffff9273153dfc619582f8072f6f356e20f38dae1e331fb6 SHA512 392d1f77faec4d9868aff928a2eb2918e8cef576a92f7a853d3bbd1ba609bad6abcd4d675f7c618e7bf630feea4c8da081c31926c281a17c8f6b41c3ea9fd607 DIST xen-gentoo-patches-18.tar.xz 16840 BLAKE2B 7243b363c78250ae1928d75813cfd6035a87ca03f1605cbe02233e009a19105a0712711d622eef8606f3e7e1a5db5203342e56a1b00496d5ce37ddc4ffb9e4ea SHA512 328d7b1a57ab6bf9c7200b934aeb241f6d4fecccc600130d1c80460540212eb658cb74ae0502c008e040fdb2d95db20c2a3d71a8e73fd1361070d70adeab6e30 diff --git a/app-emulation/xen-tools/xen-tools-4.11.2-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.11.2-r1.ebuild new file mode 100644 index 000000000000..11c24dede0cc --- /dev/null +++ b/app-emulation/xen-tools/xen-tools-4.11.2-r1.ebuild @@ -0,0 +1,460 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE='ncurses,xml,threads' + +inherit bash-completion-r1 flag-o-matic multilib python-single-r1 toolchain-funcs + +MY_PV=${PV/_/-} + +if [[ $PV == *9999 ]]; then + inherit git-r3 + REPO="xen.git" + EGIT_REPO_URI="git://xenbits.xen.org/${REPO}" + S="${WORKDIR}/${REPO}" +else + KEYWORDS="~amd64 ~arm ~arm64 ~x86" + UPSTREAM_VER=1 + SECURITY_VER= + # xen-tools's gentoo patches tarball + GENTOO_VER=19 + # xen-tools's gentoo patches version which apply to this specific ebuild + GENTOO_GPV=0 + # xen-tools ovmf's patches + OVMF_VER= + + SEABIOS_VER=1.11.1 + EDK2_COMMIT=ef529e6ab7c31290a33045bb1f1837447cc0eb56 + + [[ -n ${UPSTREAM_VER} ]] && \ + UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P/-tools/}-upstream-patches-${UPSTREAM_VER}.tar.xz + https://github.com/hydrapolic/gentoo-dist/raw/master/xen/${P/-tools/}-upstream-patches-${UPSTREAM_VER}.tar.xz" + [[ -n ${SECURITY_VER} ]] && \ + SECURITY_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN/-tools}-security-patches-${SECURITY_VER}.tar.xz" + [[ -n ${GENTOO_VER} ]] && \ + GENTOO_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN/-tools}-gentoo-patches-${GENTOO_VER}.tar.xz + https://github.com/hydrapolic/gentoo-dist/raw/master/xen/${PN/-tools/}-gentoo-patches-${GENTOO_VER}.tar.xz" + [[ -n ${OVMF_VER} ]] && \ + OVMF_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN/-tools}-ovmf-patches-${OVMF_VER}.tar.xz" + + SRC_URI="https://downloads.xenproject.org/release/xen/${MY_PV}/xen-${MY_PV}.tar.gz + https://git.seabios.org/cgit/seabios.git/snapshot/seabios-rel-${SEABIOS_VER}.tar.gz + ovmf? ( https://github.com/tianocore/edk2/archive/${EDK2_COMMIT}.tar.gz -> edk2-${EDK2_COMMIT}.tar.gz + ${OVMF_PATCHSET_URI} ) + ${UPSTREAM_PATCHSET_URI} + ${SECURITY_PATCHSET_URI} + ${GENTOO_PATCHSET_URI}" + + S="${WORKDIR}/xen-${MY_PV}" +fi + +DESCRIPTION="Xen tools including QEMU and xl" +HOMEPAGE="https://www.xenproject.org" +DOCS=( README docs/README.xen-bugtool ) + +LICENSE="GPL-2" +SLOT="0/$(ver_cut 1-2)" +# Inclusion of IUSE ocaml on stabalizing requires maintainer of ocaml to (get off his hands and) make +# >=dev-lang/ocaml-4 stable +# Masked in profiles/eapi-5-files instead +IUSE="api debug doc flask +hvm ocaml ovmf +pam pygrub python +qemu +qemu-traditional screen sdl static-libs system-qemu system-seabios" + +REQUIRED_USE=" + ${PYTHON_REQUIRED_USE} + ovmf? ( hvm ) + pygrub? ( python ) + ?? ( qemu system-qemu )" + +COMMON_DEPEND=" + sys-apps/pciutils + dev-libs/lzo:2 + dev-libs/glib:2 + dev-libs/yajl + dev-libs/libaio + dev-libs/libgcrypt:0 + sys-libs/zlib + ${PYTHON_DEPS} +" + +DEPEND="${COMMON_DEPEND} + >=sys-kernel/linux-headers-4.11 + dev-python/lxml[${PYTHON_USEDEP}] + x86? ( sys-devel/dev86 + sys-firmware/ipxe[qemu] + sys-power/iasl ) + pam? ( dev-python/pypam[${PYTHON_USEDEP}] ) + api? ( dev-libs/libxml2 + net-misc/curl ) + ovmf? ( + !arm? ( !arm64? ( dev-lang/nasm ) ) + $(python_gen_impl_dep sqlite) + ) + !amd64? ( >=sys-apps/dtc-1.4.0 ) + amd64? ( sys-devel/bin86 + sys-devel/dev86 + sys-firmware/ipxe[qemu] + sys-power/iasl + system-seabios? ( sys-firmware/seabios ) ) + dev-lang/perl + app-misc/pax-utils + doc? ( + app-text/ghostscript-gpl + app-text/pandoc + dev-python/markdown[${PYTHON_USEDEP}] + dev-texlive/texlive-latexextra + media-gfx/transfig + ) + hvm? ( x11-base/xorg-proto ) + qemu? ( + app-arch/snappy:= + x11-libs/pixman + sdl? ( media-libs/libsdl[X] ) + ) + system-qemu? ( app-emulation/qemu[xen] ) + ocaml? ( dev-ml/findlib + >=dev-lang/ocaml-4 )" + +RDEPEND="${COMMON_DEPEND} + sys-apps/iproute2[-minimal] + net-misc/bridge-utils + screen? ( + app-misc/screen + app-admin/logrotate + )" + +# hvmloader is used to bootstrap a fully virtualized kernel +# Approved by QA team in bug #144032 +QA_WX_LOAD=" + usr/libexec/xen/boot/hvmloader + usr/share/qemu-xen/qemu/s390-ccw.img + usr/share/qemu-xen/qemu/u-boot.e500 +" + +QA_PREBUILT=" + usr/libexec/xen/bin/ivshmem-client + usr/libexec/xen/bin/ivshmem-server + usr/libexec/xen/bin/qemu-img + usr/libexec/xen/bin/qemu-io + usr/libexec/xen/bin/qemu-keymap + usr/libexec/xen/bin/qemu-nbd + usr/libexec/xen/bin/qemu-pr-helper + usr/libexec/xen/bin/qemu-system-i386 + usr/libexec/xen/bin/virtfs-proxy-helper + usr/libexec/xen/libexec/xen-bridge-helper + usr/share/qemu-xen/qemu/s390-ccw.img + usr/share/qemu-xen/qemu/s390-netboot.img + usr/share/qemu-xen/qemu/u-boot.e500 +" + +RESTRICT="test" + +pkg_setup() { + python_setup + export "CONFIG_LOMOUNT=y" + + #bug 522642, disable compile tools/tests + export "CONFIG_TESTS=n" + + if [[ -z ${XEN_TARGET_ARCH} ]] ; then + if use x86 && use amd64; then + die "Confusion! Both x86 and amd64 are set in your use flags!" + elif use x86; then + export XEN_TARGET_ARCH="x86_32" + elif use amd64 ; then + export XEN_TARGET_ARCH="x86_64" + elif use arm; then + export XEN_TARGET_ARCH="arm32" + elif use arm64; then + export XEN_TARGET_ARCH="arm64" + else + die "Unsupported architecture!" + fi + fi +} + +src_prepare() { + local i + + # Upstream's patchset + if [[ -n ${UPSTREAM_VER} ]]; then + einfo "Try to apply Xen Upstream patch set" + eapply "${WORKDIR}"/patches-upstream + fi + + # Security patchset + if [[ -n ${SECURITY_VER} ]]; then + einfo "Try to apply Xen Security patch set" + # apply main xen patches + # Two parallel systems, both work side by side + # Over time they may concdense into one. This will suffice for now + EPATCH_SUFFIX="patch" + EPATCH_FORCE="yes" + + source "${WORKDIR}"/patches-security/${PV}.conf || die + + for i in ${XEN_SECURITY_MAIN}; do + eapply "${WORKDIR}"/patches-security/xen/$i + done + + # apply qemu-xen/upstream patches + pushd "${S}"/tools/qemu-xen/ > /dev/null + for i in ${XEN_SECURITY_QEMUU}; do + eapply "${WORKDIR}"/patches-security/qemuu/$i + done + popd > /dev/null + + # apply qemu-traditional patches + pushd "${S}"/tools/qemu-xen-traditional/ > /dev/null + for i in ${XEN_SECURITY_QEMUT}; do + eapply "${WORKDIR}"/patches-security/qemut/$i + done + popd > /dev/null + fi + + # move before Gentoo patch, one patch should apply to seabios, to fix gcc-4.5.x build err + mv ../seabios-rel-${SEABIOS_VER} tools/firmware/seabios-dir-remote || die + pushd tools/firmware/ > /dev/null + ln -s seabios-dir-remote seabios-dir || die + popd > /dev/null + + # Gentoo's patchset + if [[ -n ${GENTOO_VER} && -n ${GENTOO_GPV} ]]; then + einfo "Try to apply Gentoo specific patch set" + source "${FILESDIR}"/gentoo-patches.conf || die + _gpv=_gpv_${PN/-/_}_${PV//./}_${GENTOO_GPV} + for i in ${!_gpv}; do + eapply "${WORKDIR}"/patches-gentoo/$i + done + fi + + # Ovmf's patchset + if use ovmf; then + if [[ -n ${OVMF_VER} ]];then + einfo "Try to apply Ovmf patch set" + pushd "${WORKDIR}"/edk2-*/ > /dev/null + eapply "${WORKDIR}"/patches-ovmf + popd > /dev/null + fi + mv ../edk2-${EDK2_COMMIT} tools/firmware/ovmf-dir-remote || die + cp tools/firmware/ovmf-makefile tools/firmware/ovmf-dir-remote/Makefile || die + fi + + mv tools/qemu-xen/qemu-bridge-helper.c tools/qemu-xen/xen-bridge-helper.c || die + + # Fix texi2html build error with new texi2html, qemu.doc.html + sed -i -e "/texi2html -monolithic/s/-number//" tools/qemu-xen-traditional/Makefile || die + + use api || sed -e "/SUBDIRS-\$(LIBXENAPI_BINDINGS) += libxen/d" -i tools/Makefile || die + sed -e 's:$(MAKE) PYTHON=$(PYTHON) subdirs-$@:LC_ALL=C "$(MAKE)" PYTHON=$(PYTHON) subdirs-$@:' \ + -i tools/firmware/Makefile || die + + # Drop .config, fixes to gcc-4.6 + sed -e '/-include $(XEN_ROOT)\/.config/d' -i Config.mk || die "Couldn't drop" + + # drop flags + unset CFLAGS + unset LDFLAGS + unset ASFLAGS + unset CPPFLAGS + + if ! use pygrub; then + sed -e '/^SUBDIRS-y += pygrub/d' -i tools/Makefile || die + fi + + if ! use python; then + sed -e '/^SUBDIRS-y += python$/d' -i tools/Makefile || die + fi + + if ! use hvm; then + sed -e '/SUBDIRS-$(CONFIG_X86) += firmware/d' -i tools/Makefile || die + # Bug 351648 + elif ! use x86 && ! has x86 $(get_all_abis); then + mkdir -p "${WORKDIR}"/extra-headers/gnu || die + touch "${WORKDIR}"/extra-headers/gnu/stubs-32.h || die + export CPATH="${WORKDIR}"/extra-headers + fi + + if use qemu; then + if use sdl; then + sed -i -e "s:\$\$source/configure:\0 --enable-sdl:" \ + tools/Makefile || die + else + sed -i -e "s:\${QEMU_ROOT\:\-\.}/configure:\0 --disable-sdl:" \ + tools/qemu-xen-traditional/xen-setup || die + sed -i -e "s:\$\$source/configure:\0 --disable-sdl:" \ + tools/Makefile || die + fi + else + # Don't bother with qemu, only needed for fully virtualised guests + sed -e "s:install-tools\: tools/qemu-xen-traditional-dir:install-tools\: :g" -i Makefile || die + fi + + # Reset bash completion dir; Bug 472438 + sed -e "s:^BASH_COMPLETION_DIR ?= \$(CONFIG_DIR)/bash_completion.d:BASH_COMPLETION_DIR ?= $(get_bashcompdir):" \ + -i Config.mk || die + sed -i -e "/bash-completion/s/xl\.sh/xl/g" tools/libxl/Makefile || die + + # xencommons, Bug #492332, sed lighter weight than patching + sed -e 's:\$QEMU_XEN -xen-domid:test -e "\$QEMU_XEN" \&\& &:' \ + -i tools/hotplug/Linux/init.d/xencommons.in || die + + # fix bashishm + sed -e '/Usage/s/\$//g' \ + -i tools/hotplug/Linux/init.d/xendriverdomain.in || die + + # respect multilib, usr/lib/libcacard.so.0.0.0 + sed -e "/^libdir=/s/\/lib/\/$(get_libdir)/" \ + -i tools/qemu-xen/configure || die + + #bug 518136, don't build 32bit exactuable for nomultilib profile + if [[ "${ARCH}" == 'amd64' ]] && ! has_multilib_profile; then + sed -i -e "/x86_emulator/d" tools/tests/Makefile || die + fi + + # uncomment lines in xl.conf + sed -e 's:^#autoballoon=:autoballoon=:' \ + -e 's:^#lockfile=:lockfile=:' \ + -e 's:^#vif.default.script=:vif.default.script=:' \ + -i tools/examples/xl.conf || die + + # disable capstone (Bug #673474) + sed -e "s:\$\$source/configure:\0 --disable-capstone:" \ + -i tools/Makefile || die + + # disable glusterfs + sed -e "s:\$\$source/configure:\0 --disable-glusterfs:" \ + -i tools/Makefile || die + + default +} + +src_configure() { + local myconf="--prefix=${PREFIX}/usr \ + --libdir=${PREFIX}/usr/$(get_libdir) \ + --libexecdir=${PREFIX}/usr/libexec \ + --localstatedir=${EPREFIX}/var \ + --disable-werror \ + --disable-xen \ + --enable-tools \ + --enable-docs \ + $(use_enable api xenapi) \ + $(use_enable pam) \ + $(use_enable ocaml ocamltools) \ + $(use_enable ovmf) \ + --with-xenstored=$(usex ocaml 'oxenstored' 'xenstored') \ + " + + use system-seabios && myconf+=" --with-system-seabios=/usr/share/seabios/bios.bin" + use system-qemu && myconf+=" --with-system-qemu=/usr/bin/qemu-system-x86_64" + use amd64 && myconf+=" $(use_enable qemu-traditional)" + tc-ld-disable-gold # Bug 669570 + econf ${myconf} +} + +src_compile() { + local myopt + use debug && myopt="${myopt} debug=y" + + if test-flag-CC -fno-strict-overflow; then + append-flags -fno-strict-overflow + fi + + emake CC="$(tc-getCC)" LD="$(tc-getLD)" AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)" build-tools ${myopt} + + if use doc; then + emake -C docs build + else + emake -C docs man-pages + fi +} + +src_install() { + # Override auto-detection in the build system, bug #382573 + export INITD_DIR=/tmp/init.d + export CONFIG_LEAF_DIR=../tmp/default + + # Let the build system compile installed Python modules. + local PYTHONDONTWRITEBYTECODE + export PYTHONDONTWRITEBYTECODE + + emake DESTDIR="${ED}" DOCDIR="/usr/share/doc/${PF}" \ + XEN_PYTHON_NATIVE_INSTALL=y install-tools + + # Created at runtime + rm -rv "${ED}/var/run" || die + + # Fix the remaining Python shebangs. + python_fix_shebang "${D}" + + # Remove RedHat-specific stuff + rm -rf "${D}/tmp" || die + + if use doc; then + emake DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" install-docs + dodoc -r docs/{pdf,txt} + else + emake -C docs DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" install-man-pages # Bug 668032 + fi + dodoc ${DOCS[@]} + + newconfd "${FILESDIR}"/xendomains.confd xendomains + newconfd "${FILESDIR}"/xenstored.confd xenstored + newconfd "${FILESDIR}"/xenconsoled.confd xenconsoled + newinitd "${FILESDIR}"/xendomains.initd-r2 xendomains + newinitd "${FILESDIR}"/xenstored.initd-r1 xenstored + newinitd "${FILESDIR}"/xenconsoled.initd xenconsoled + newinitd "${FILESDIR}"/xencommons.initd xencommons + newconfd "${FILESDIR}"/xencommons.confd xencommons + newinitd "${FILESDIR}"/xenqemudev.initd xenqemudev + newconfd "${FILESDIR}"/xenqemudev.confd xenqemudev + newinitd "${FILESDIR}"/xen-watchdog.initd xen-watchdog + + if use screen; then + cat "${FILESDIR}"/xendomains-screen.confd >> "${D}"/etc/conf.d/xendomains || die + cp "${FILESDIR}"/xen-consoles.logrotate "${D}"/etc/xen/ || die + keepdir /var/log/xen-consoles + fi + + # For -static-libs wrt Bug 384355 + if ! use static-libs; then + rm -f "${D}"/usr/$(get_libdir)/*.a "${D}"/usr/$(get_libdir)/ocaml/*/*.a + fi + + # for xendomains + keepdir /etc/xen/auto + + # Remove files failing QA AFTER emake installs them, avoiding seeking absent files + find "${D}" \( -name openbios-sparc32 -o -name openbios-sparc64 \ + -o -name openbios-ppc -o -name palcode-clipper \) -delete || die + + keepdir /var/lib/xen/dump + keepdir /var/lib/xen/xenpaging + keepdir /var/lib/xenstored + keepdir /var/log/xen +} + +pkg_postinst() { + elog "Official Xen Guide and the offical wiki page:" + elog "https://wiki.gentoo.org/wiki/Xen" + elog "https://wiki.xen.org/wiki/Main_Page" + elog "" + elog "Recommended to utilise the xencommons script to config system at boot" + elog "Add by use of rc-update on completion of the install" + + if ! use hvm; then + echo + elog "HVM (VT-x and AMD-V) support has been disabled. If you need hvm" + elog "support enable the hvm use flag." + elog "An x86 or amd64 system is required to build HVM support." + fi + + if use qemu; then + elog "The qemu-bridge-helper is renamed to the xen-bridge-helper in the in source" + elog "build of qemu. This allows for app-emulation/qemu to be emerged concurrently" + elog "with the qemu capable xen. It is up to the user to distinguish between and utilise" + elog "the qemu-bridge-helper and the xen-bridge-helper. File bugs of any issues that arise" + fi +} diff --git a/app-emulation/xen-tools/xen-tools-4.12.1.ebuild b/app-emulation/xen-tools/xen-tools-4.12.1-r1.ebuild similarity index 99% rename from app-emulation/xen-tools/xen-tools-4.12.1.ebuild rename to app-emulation/xen-tools/xen-tools-4.12.1-r1.ebuild index d420678a0696..83c7552e06e4 100644 --- a/app-emulation/xen-tools/xen-tools-4.12.1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.12.1-r1.ebuild @@ -17,7 +17,7 @@ if [[ $PV == *9999 ]]; then S="${WORKDIR}/${REPO}" else KEYWORDS="~amd64 ~arm ~arm64 ~x86" - UPSTREAM_VER=0 + UPSTREAM_VER=1 SECURITY_VER= # xen-tools's gentoo patches tarball GENTOO_VER=18 @@ -407,7 +407,7 @@ src_install() { python_fix_shebang "${D}" # Remove RedHat-specific stuff - rm -rf "${D}"/tmp || die + rm -rf "${D}/tmp" || die if use doc; then emake DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" install-docs diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest index 971bb8c7daed..522060d34fdf 100644 --- a/app-emulation/xen/Manifest +++ b/app-emulation/xen/Manifest @@ -1,5 +1,6 @@ DIST xen-4.11.2-upstream-patches-0.tar.xz 11532 BLAKE2B e36509d6256ac4018f20711baba77619a7c3a684d81e25a94cffba9c9f53ec9e0efdcefcd6a7ffa26b49fd3d4e0dfc2126f1ea620f0bd35ea83188b4587e5b38 SHA512 4a97d1e56cb3e5152372f0c0b99f8838194b2e03ed1255e87611d8bb28af9c9199fe123d3542f5ba9b3f652c29a519b5e4255b8925c0c8dfbd588f83ed8806d9 +DIST xen-4.11.2-upstream-patches-1.tar.xz 77556 BLAKE2B f95af370f8a99a27bfc762e661364da6f1ef1b08dd5a6b81a5421d32bcad820097a694c5656e174cec7ed53ff140f80d63f57ac31867edf12e68ef4d87ea8b44 SHA512 f41f2ff20648eed76918c865958d42b99d2743188514c63e27797c80e9169f7f5843ac48195e38d269d02edcb9889f042b992b85773ca61c267282e41ea8dae6 DIST xen-4.11.2.tar.gz 25164925 BLAKE2B 11adea16d93235af5807e6e3784e0fc36ce34f274a85d1976a5c8ad36a323437216b0cf6bb6cb13b00e1e838e319a9f8f4b9c417870eef9ed660f22274d81310 SHA512 48d3d926d35eb56c79c06d0abc6e6be2564fadb43367cc7f46881c669a75016707672179c2cca1c4cfb14af2cefd46e2e7f99470cddf7df2886d8435a2de814e -DIST xen-4.12.1-upstream-patches-0.tar.xz 18520 BLAKE2B b7a3f51e7629d2cabf9a8363291a7178b4f9a3eed7907271939a21e8058900d4497405c7d06df4ec71a558d68998456ca3c79d431dee2ec39fe21a9280fc2d4b SHA512 f15192505803de6cc1f1eb04b653f186ac7b08afa9575ee0b57f793f77cc08b10945c1b849183763a5b40d6ee6a80eab37d97219f3fff7a76397088cb6854b08 +DIST xen-4.12.1-upstream-patches-1.tar.xz 62920 BLAKE2B a7f070e4b48c04fa26b75ccbd46aa1172df306060ae180f29f5ea61a5f0b4c2e854a5d1127ed42c05b21977a0e43b36b7e137c1758496b242f48626c5a00e22b SHA512 d7094b86f297a4b1da7007d73752ca8478a26c675ec5d93ade4599935cd51ebd80220a4ea7223d878e0d2c2209336577d196017c463abe9e47ff20914ffa5021 DIST xen-4.12.1.tar.gz 26970584 BLAKE2B ceab2af3d36b72d838d7b4f58f6855c97cf05282a4ea3c82eda29b8945ee20563845b7be02884bf0a061a633fb2b3016a2f7396ce34d9b3d93f90d6ee6d449ed SHA512 be15d3af6b109771aaf59b3621e4e1560b7d9a963d9b7f6a1f6f4a1c907fd97434b060c15f75849b44fbda33f26eb51b030d14d068c6ad5103ad240fe7a98f40 DIST xen-4.13.0-rc1.tar.gz 38984903 BLAKE2B c8fa19a2cff2de67712e5976670ecbbeff1528b987cdd7523a7f8c8952b889255af4e21c50c68537ffff9273153dfc619582f8072f6f356e20f38dae1e331fb6 SHA512 392d1f77faec4d9868aff928a2eb2918e8cef576a92f7a853d3bbd1ba609bad6abcd4d675f7c618e7bf630feea4c8da081c31926c281a17c8f6b41c3ea9fd607 diff --git a/app-emulation/xen/xen-4.12.1.ebuild b/app-emulation/xen/xen-4.11.2-r1.ebuild similarity index 99% rename from app-emulation/xen/xen-4.12.1.ebuild rename to app-emulation/xen/xen-4.11.2-r1.ebuild index 6d135ed74c97..5413034a7ea0 100644 --- a/app-emulation/xen/xen-4.12.1.ebuild +++ b/app-emulation/xen/xen-4.11.2-r1.ebuild @@ -16,7 +16,7 @@ if [[ $PV == *9999 ]]; then SRC_URI="" else KEYWORDS="~amd64 ~arm -x86" - UPSTREAM_VER=0 + UPSTREAM_VER=1 SECURITY_VER= GENTOO_VER= diff --git a/app-emulation/xen/xen-4.12.1-r1.ebuild b/app-emulation/xen/xen-4.12.1-r1.ebuild new file mode 100644 index 000000000000..5413034a7ea0 --- /dev/null +++ b/app-emulation/xen/xen-4.12.1-r1.ebuild @@ -0,0 +1,154 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 ) + +inherit flag-o-matic mount-boot multilib python-any-r1 toolchain-funcs + +MY_PV=${PV/_/-} +MY_P=${PN}-${MY_PV} + +if [[ $PV == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="git://xenbits.xen.org/xen.git" + SRC_URI="" +else + KEYWORDS="~amd64 ~arm -x86" + UPSTREAM_VER=1 + SECURITY_VER= + GENTOO_VER= + + [[ -n ${UPSTREAM_VER} ]] && \ + UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz + https://github.com/hydrapolic/gentoo-dist/raw/master/xen/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz" + [[ -n ${SECURITY_VER} ]] && \ + SECURITY_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-security-patches-${SECURITY_VER}.tar.xz" + [[ -n ${GENTOO_VER} ]] && \ + GENTOO_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-gentoo-patches-${GENTOO_VER}.tar.xz" + SRC_URI="https://downloads.xenproject.org/release/xen/${MY_PV}/${MY_P}.tar.gz + ${UPSTREAM_PATCHSET_URI} + ${SECURITY_PATCHSET_URI} + ${GENTOO_PATCHSET_URI}" +fi + +DESCRIPTION="The Xen virtual machine monitor" +HOMEPAGE="https://www.xenproject.org" +LICENSE="GPL-2" +SLOT="0" +IUSE="debug efi flask" + +DEPEND="${PYTHON_DEPS} + efi? ( >=sys-devel/binutils-2.22[multitarget] ) + !efi? ( >=sys-devel/binutils-2.22 )" +RDEPEND="" +PDEPEND="~app-emulation/xen-tools-${PV}" + +# no tests are available for the hypervisor +# prevent the silliness of /usr/lib/debug/usr/lib/debug files +# prevent stripping of the debug info from the /usr/lib/debug/xen-syms +RESTRICT="test splitdebug strip" + +# Approved by QA team in bug #144032 +QA_WX_LOAD="boot/xen-syms-${PV}" + +REQUIRED_USE="arm? ( debug )" + +S="${WORKDIR}/${MY_P}" + +pkg_setup() { + python-any-r1_pkg_setup + if [[ -z ${XEN_TARGET_ARCH} ]]; then + if use amd64; then + export XEN_TARGET_ARCH="x86_64" + elif use arm; then + export XEN_TARGET_ARCH="arm32" + elif use arm64; then + export XEN_TARGET_ARCH="arm64" + else + die "Unsupported architecture!" + fi + fi + + if use flask ; then + export "XSM_ENABLE=y" + export "FLASK_ENABLE=y" + fi +} + +src_prepare() { + # Upstream's patchset + [[ -n ${UPSTREAM_VER} ]] && eapply "${WORKDIR}"/patches-upstream + + # Security patchset + if [[ -n ${SECURITY_VER} ]]; then + einfo "Try to apply Xen Security patch set" + # apply main xen patches + # Two parallel systems, both work side by side + # Over time they may concdense into one. This will suffice for now + source "${WORKDIR}"/patches-security/${PV}.conf + + local i + for i in ${XEN_SECURITY_MAIN}; do + eapply "${WORKDIR}"/patches-security/xen/$i + done + fi + + # Gentoo's patchset + [[ -n ${GENTOO_VER} ]] && eapply "${WORKDIR}"/patches-gentoo + + eapply "${FILESDIR}"/${PN}-4.6-efi.patch + + # Drop .config + sed -e '/-include $(XEN_ROOT)\/.config/d' -i Config.mk || die "Couldn't drop" + + if use efi; then + export EFI_VENDOR="gentoo" + export EFI_MOUNTPOINT="boot" + fi + + default +} + +src_configure() { + use arm && myopt="${myopt} CONFIG_EARLY_PRINTK=sun7i" + + use debug && myopt="${myopt} debug=y" + + # remove flags + unset CFLAGS + unset LDFLAGS + unset ASFLAGS +} + +src_compile() { + # Send raw LDFLAGS so that --as-needed works + emake V=1 CC="$(tc-getCC)" LDFLAGS="$(raw-ldflags)" LD="$(tc-getLD)" -C xen ${myopt} +} + +src_install() { + local myopt + use debug && myopt="${myopt} debug=y" + + # The 'make install' doesn't 'mkdir -p' the subdirs + if use efi; then + mkdir -p "${D}"${EFI_MOUNTPOINT}/efi/${EFI_VENDOR} || die + fi + + emake LDFLAGS="$(raw-ldflags)" DESTDIR="${D}" -C xen ${myopt} install + + # make install likes to throw in some extra EFI bits if it built + use efi || rm -rf "${D}/usr/$(get_libdir)/efi" +} + +pkg_postinst() { + elog "Official Xen Guide:" + elog " https://wiki.gentoo.org/wiki/Xen" + + use efi && einfo "The efi executable is installed in boot/efi/gentoo" + + elog "You can optionally block the installation of /boot/xen-syms by an entry" + elog "in folder /etc/portage/env using the portage's feature INSTALL_MASK" + elog "e.g. echo ${msg} > /etc/portage/env/xen.conf" +} diff --git a/app-eselect/Manifest.gz b/app-eselect/Manifest.gz index 4961746483e0..3aae8df4be35 100644 Binary files a/app-eselect/Manifest.gz and b/app-eselect/Manifest.gz differ diff --git a/app-eselect/eselect-blas/eselect-blas-0.2.ebuild b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild index c69353354359..01207efbe35c 100644 --- a/app-eselect/eselect-blas/eselect-blas-0.2.ebuild +++ b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild @@ -9,7 +9,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86" IUSE="" # Need skel.bash lib diff --git a/app-office/Manifest.gz b/app-office/Manifest.gz index 1be072b8078d..92c313eb1b26 100644 Binary files a/app-office/Manifest.gz and b/app-office/Manifest.gz differ diff --git a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-6.2.8.2.ebuild b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-6.2.8.2.ebuild index 82776e8e316a..782ce8ef47db 100644 --- a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-6.2.8.2.ebuild +++ b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-6.2.8.2.ebuild @@ -46,7 +46,7 @@ SRC_URI=" IUSE="gnome java kde" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* ~amd64 x86" RDEPEND="=app-office/${PN/-debug}-${PVR}[gnome=,java=,kde=]" diff --git a/app-office/libreoffice-bin/libreoffice-bin-6.2.8.2.ebuild b/app-office/libreoffice-bin/libreoffice-bin-6.2.8.2.ebuild index 7435980b15f6..8320036d322c 100644 --- a/app-office/libreoffice-bin/libreoffice-bin-6.2.8.2.ebuild +++ b/app-office/libreoffice-bin/libreoffice-bin-6.2.8.2.ebuild @@ -51,7 +51,7 @@ SRC_URI=" IUSE="gnome java kde" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* ~amd64 x86" BIN_COMMON_DEPEND=" app-text/hunspell:0/1.7 diff --git a/app-office/libreoffice-l10n/libreoffice-l10n-6.2.8.2.ebuild b/app-office/libreoffice-l10n/libreoffice-l10n-6.2.8.2.ebuild index bcf1dc5f21fd..cdc1b7e8362e 100644 --- a/app-office/libreoffice-l10n/libreoffice-l10n-6.2.8.2.ebuild +++ b/app-office/libreoffice-l10n/libreoffice-l10n-6.2.8.2.ebuild @@ -17,7 +17,7 @@ BASE_SRC_URI_STABLE="https://download.documentfoundation.org/${PN/-l10n/}/stable LICENSE="|| ( LGPL-3 MPL-1.1 )" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="offlinehelp" # diff --git a/app-office/libreoffice/libreoffice-6.2.8.2.ebuild b/app-office/libreoffice/libreoffice-6.2.8.2.ebuild index 8a89bd5092ba..6831dab51cb3 100644 --- a/app-office/libreoffice/libreoffice-6.2.8.2.ebuild +++ b/app-office/libreoffice/libreoffice-6.2.8.2.ebuild @@ -77,7 +77,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} LICENSE="|| ( LGPL-3 MPL-1.1 )" SLOT="0" [[ ${MY_PV} == *9999* ]] || \ -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux" BDEPEND=" dev-util/intltool diff --git a/app-office/scribus/scribus-1.5.5.ebuild b/app-office/scribus/scribus-1.5.5.ebuild index 576abf23fb5b..a2c649ca8194 100644 --- a/app-office/scribus/scribus-1.5.5.ebuild +++ b/app-office/scribus/scribus-1.5.5.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PN}-devel/${PV}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86" IUSE="+boost debug examples graphicsmagick hunspell +minimal osg +pdf scripts +templates tk" REQUIRED_USE="${PYTHON_REQUIRED_USE} diff --git a/dev-db/Manifest.gz b/dev-db/Manifest.gz index 10dc26bc2dd4..0ff6fd023846 100644 Binary files a/dev-db/Manifest.gz and b/dev-db/Manifest.gz differ diff --git a/dev-db/percona-server/percona-server-8.0.17.8.ebuild b/dev-db/percona-server/percona-server-8.0.17.8.ebuild index 4d7c2105e69d..e2666362cd2b 100644 --- a/dev-db/percona-server/percona-server-8.0.17.8.ebuild +++ b/dev-db/percona-server/percona-server-8.0.17.8.ebuild @@ -101,7 +101,7 @@ DEPEND="${COMMON_DEPEND} ) " RDEPEND="${COMMON_DEPEND} - !dev-db/mariadb !dev-db/mariadb-galera !dev-db/percona-server !dev-db/mysql-cluster + !dev-db/mariadb !dev-db/mariadb-galera !dev-db/mysql !dev-db/mysql-cluster selinux? ( sec-policy/selinux-mysql ) !prefix? ( acct-group/mysql acct-user/mysql diff --git a/dev-java/Manifest.gz b/dev-java/Manifest.gz index fe99820c4230..54d29b0c2fb9 100644 Binary files a/dev-java/Manifest.gz and b/dev-java/Manifest.gz differ diff --git a/dev-java/maven-bin/maven-bin-3.6.2.ebuild b/dev-java/maven-bin/maven-bin-3.6.2.ebuild index 45851d6fa2f1..622589dbd25c 100644 --- a/dev-java/maven-bin/maven-bin-3.6.2.ebuild +++ b/dev-java/maven-bin/maven-bin-3.6.2.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://maven.apache.org/" LICENSE="Apache-2.0" SLOT="3.6" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" DEPEND=" >=virtual/jdk-1.8 diff --git a/dev-libs/Manifest.gz b/dev-libs/Manifest.gz index 44aac34c1f91..21ffdf50ea2f 100644 Binary files a/dev-libs/Manifest.gz and b/dev-libs/Manifest.gz differ diff --git a/dev-libs/boost/boost-1.71.0.ebuild b/dev-libs/boost/boost-1.71.0.ebuild index 97762b39de26..7b6502a2644c 100644 --- a/dev-libs/boost/boost-1.71.0.ebuild +++ b/dev-libs/boost/boost-1.71.0.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://dl.bintray.com/boostorg/release/${PV}/source/boost_${MY_PV}.tar LICENSE="Boost-1.0" SLOT="0/${PV}" # ${PV} instead ${MAJOR_V} due to bug 486122 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris ~x86-winnt" IUSE="bzip2 context debug doc icu lzma +nls mpi numpy python static-libs +threads tools zlib zstd" REQUIRED_USE=" mpi? ( threads ) diff --git a/dev-libs/leatherman/Manifest b/dev-libs/leatherman/Manifest index f82f6072fe36..46e77334802f 100644 --- a/dev-libs/leatherman/Manifest +++ b/dev-libs/leatherman/Manifest @@ -1,3 +1,4 @@ DIST leatherman-1.3.0.tar.gz 434229 BLAKE2B e0c19bca2378afc4928554ac0862543504ba725aadc6cffd78220f7f7f1b725cad960fc6d9fdd2d54a43c233b35959ebcb9c71d1191a5535703599fa32e3301e SHA512 5e06be7add652f69b0d4a8d778e33dfb68183c4d598217cc6542d2431f7984f0af989c27bd69e89b77ab03d6dd2adab9d70f68cd87dae20d8e24ae05923fbe9b DIST leatherman-1.7.3.tar.gz 815236 BLAKE2B 26bb6cbf19675741c0d325f42ccce993cd7fa58b116601fa5fc79d2fb443f2c8b26799138289714a1663996247c267efb5485b04cfa68161bc291d91758f7f84 SHA512 4ce424d90c83e5268925095f267f3365b0a75e60d92af83836c790f538d381153c200fff1a1e152b60e247240698d3cbe9a59c4e366040eece0101819775ddff DIST leatherman-1.8.0.tar.gz 815287 BLAKE2B a8377cedac49e0845e689e4e8ff58fb59e6e59c77e8cd363774d22650b4b286d85e0b5e52b926c3e4169ba2eadf9fc50f16f5161001a16f63c49f3ca66c996cc SHA512 fb308025f0807b12527fe6fc287fee861eb27b6987df38c03e1da73c477aec5a2a6c92860c983c4cc10282388ee34f2cf657a38831db007519c471f815f492f6 +DIST leatherman-1.9.0.tar.gz 815504 BLAKE2B 62b4b9aeca3279b7f89fba1c3a7655e59c5d490cb44ba92e4c2dfe5ffa78eeb02a448bd6c6e6b08c324531b799ab5d1800a3b57c4e490794f76bf9737db16963 SHA512 d8e0fe7f165845056a0308241ef0e656077269cd6cbc656b1a72295ff475e813d3f523c8d45b14d7e10a8deebe786ac7fc836c46d4230142812a9c0362cd8967 diff --git a/dev-libs/leatherman/leatherman-1.9.0.ebuild b/dev-libs/leatherman/leatherman-1.9.0.ebuild new file mode 100644 index 000000000000..335426971404 --- /dev/null +++ b/dev-libs/leatherman/leatherman-1.9.0.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils multilib + +DESCRIPTION="A C++ toolkit" +HOMEPAGE="https://github.com/puppetlabs/leatherman" +SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +IUSE="debug static-libs test" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" +SLOT="0/${PV}" + +RDEPEND="net-misc/curl" +DEPEND=">=dev-libs/boost-1.54:=[nls] + net-misc/curl + >=sys-devel/gcc-4.8:*" + +PATCHES=( "${FILESDIR}"/portage-sandbox-test-fix.patch ) + +src_prepare() { + sed -i 's/\-Werror\ //g' "cmake/cflags.cmake" || die + cmake-utils_src_prepare +} + +src_configure() { + local mycmakeargs=( + -DCMAKE_VERBOSE_MAKEFILE=ON + -DCMAKE_BUILD_TYPE=None + -DCMAKE_INSTALL_PREFIX=/usr + ) + if ! use static-libs; then + mycmakeargs+=( + -DLEATHERMAN_SHARED=ON + ) + else + mycmakeargs+=( + -DLEATHERMAN_SHARED=OFF + ) + fi + if use debug; then + mycmakeargs+=( + -DCMAKE_BUILD_TYPE=Debug + ) + fi + cmake-utils_src_configure +} + +src_test() { + "${WORKDIR}/${P}"_build/bin/leatherman_test +} + +src_install() { + cmake-utils_src_install +} diff --git a/dev-libs/libpcre2/Manifest b/dev-libs/libpcre2/Manifest index 0bcad8842a87..6d618f40b0de 100644 --- a/dev-libs/libpcre2/Manifest +++ b/dev-libs/libpcre2/Manifest @@ -1,2 +1,3 @@ +DIST libpcre2-10.33-patchset-1.0.tar.xz 17812 BLAKE2B 7a6e73101ed12676e1acf1beafcb6bc84d99d588a9dc0a957697380d906474f6ac59ab509e6c7ee5a0879b8d6ec9d06a0aceb8b02c7b16f73602d034927dc836 SHA512 4a0e86756cb96e6143df3add6cd6bca4fb9bb8fcb6a4d2df1530847b946b2494132e9842da01d75b385c33555d96e25f1390788b9e41ca320c1d65f31c89b281 DIST pcre2-10.32.tar.bz2 1641814 BLAKE2B fdd512312547ae90b36b6c9eb86b6fcfea9b03fcfd9766063c901819c6bf7536e1f3da89bd69ae62309069bc07c705e96e81f4a36355bf934c566f343e3104e4 SHA512 3d712e7d6afbaef227952680ded69fadbdec0b1abdfcac17cf071415c3c93edd152d6d268dec80570aedf24f82ba954f74f5f9e62c9b9991be75080a3d6ab5fe DIST pcre2-10.33.tar.bz2 1690739 BLAKE2B e59cf47a5068b2ec2d647d6dfe1cb5f8d6cdcc6fc6b47aa65a4c3d5aae256e7f0b090487d372c62aa7ec7f15a1f037650088b53385fc2fe31aa405878855e5d5 SHA512 c6aa52cdbb0c906b02e9a9f255697a1b9b99d9c7dccdaa484ffdb04fe3582d232ba3cb3c421d6df589a387b415dedb0817f58ec5391488b25b4e7bd9da6bab8f diff --git a/dev-libs/libpcre2/libpcre2-10.33-r1.ebuild b/dev-libs/libpcre2/libpcre2-10.33-r1.ebuild new file mode 100644 index 000000000000..89e528f73006 --- /dev/null +++ b/dev-libs/libpcre2/libpcre2-10.33-r1.ebuild @@ -0,0 +1,84 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit flag-o-matic libtool multilib-minimal toolchain-funcs usr-ldscript + +PATCH_SET="${P}-patchset-1.0.tar.xz" + +DESCRIPTION="Perl-compatible regular expression library" +HOMEPAGE="http://www.pcre.org/" +MY_P="pcre2-${PV/_rc/-RC}" +if [[ ${PV} != *_rc* ]] ; then + # Only the final releases are available here. + SRC_URI="mirror://sourceforge/pcre/${MY_P}.tar.bz2 + ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${MY_P}.tar.bz2 + https://dev.gentoo.org/~whissi/dist/${PN}/${PATCH_SET}" +else + SRC_URI="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/Testing/${MY_P}.tar.bz2" +fi + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="bzip2 +jit libedit pcre16 pcre32 +readline +recursion-limit static-libs unicode zlib" +REQUIRED_USE="?? ( libedit readline )" + +RDEPEND="bzip2? ( app-arch/bzip2 ) + zlib? ( sys-libs/zlib ) + libedit? ( dev-libs/libedit ) + readline? ( sys-libs/readline:0= )" +DEPEND="${RDEPEND} + virtual/pkgconfig + userland_GNU? ( >=sys-apps/findutils-4.4.0 )" + +S="${WORKDIR}/${MY_P}" + +MULTILIB_CHOST_TOOLS=( + /usr/bin/pcre2-config +) + +src_prepare() { + [[ -d ${WORKDIR}/patches ]] && eapply "${WORKDIR}"/patches + + default + + elibtoolize +} + +multilib_src_configure() { + local myeconfargs=( + --enable-pcre2-8 + --enable-shared + --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html + --with-match-limit-depth=$(usex recursion-limit 8192 MATCH_LIMIT) + $(multilib_native_use_enable bzip2 pcre2grep-libbz2) + $(multilib_native_use_enable libedit pcre2test-libedit) + $(multilib_native_use_enable readline pcre2test-libreadline) + $(multilib_native_use_enable zlib pcre2grep-libz) + $(use_enable jit) + $(use_enable jit pcre2grep-jit) + $(use_enable pcre16 pcre2-16) + $(use_enable pcre32 pcre2-32) + $(use_enable static-libs static) + $(use_enable unicode) + ) + ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" +} + +multilib_src_compile() { + emake V=1 $(multilib_is_native_abi || echo "bin_PROGRAMS=") +} + +multilib_src_install() { + emake \ + DESTDIR="${D}" \ + $(multilib_is_native_abi || echo "bin_PROGRAMS= dist_html_DATA=") \ + install + multilib_is_native_abi && gen_usr_ldscript -a pcre2-posix +} + +multilib_src_install_all() { + find "${ED}" -name "*.la" -delete || die +} diff --git a/dev-lua/Manifest.gz b/dev-lua/Manifest.gz index 6eac1cbf9b3e..87c67dc836ad 100644 Binary files a/dev-lua/Manifest.gz and b/dev-lua/Manifest.gz differ diff --git a/dev-lua/luv/Manifest b/dev-lua/luv/Manifest index c1c8d348e6b8..291426571d2b 100644 --- a/dev-lua/luv/Manifest +++ b/dev-lua/luv/Manifest @@ -1,2 +1,2 @@ -DIST luv-1.30.1.1.tar.gz 88948 BLAKE2B 8b6da2ac0c63222a508f9f37b6a724edab21285f21ff1fa95fe334ae800bf76a49114e41531d7584bc8ce171e4c373167cb713cf70bef6ac2c822b88398bbe17 SHA512 c9001cbea2f58a867b6ddf11ac54d16bfaa15f37f3453758d303c58b960177c7c1a65e8c5636ce07161711c898af7dfda0ed9cb4cfb8d7d6430b3843fd0acfa2 +DIST luv-1.32.0.0.tar.gz 91349 BLAKE2B e4a90b3241e2fe650f62e34439ed75f9ba53168d6bd96b8685fc5600d6f9cbb1bb598a7d40d918ab9123cf4bad99f872a79d0664056d35caba52d1eda9046020 SHA512 7db52afc1ca79052e349be7a37deb67066ee9005f8d7f7d0dae62bd83a93b4140103ee6dddeca2e02a3fc37b3880a5c18904429886af1d441f8de0cfabf5bd8c DIST luv-lua-compat-0.7.tar.gz 51383 BLAKE2B ae86f314de971fcd7d8706009d59d684c035fb661ecf392c581a3c317cc1a396321ef7af0418d8f23151c52c66613a0749e8fa9ac889a183c2ffe749091dae35 SHA512 665ece98422a105b818cffd96eea5788696fbb854d2ba41d2d387e8bd25c1fa9de601468e55e22e9e749979a66d4d2e0f7dfd656e5bf27b489d37bb07c96f48d diff --git a/dev-lua/luv/luv-1.30.1.1.ebuild b/dev-lua/luv/luv-1.32.0.0.ebuild similarity index 92% rename from dev-lua/luv/luv-1.30.1.1.ebuild rename to dev-lua/luv/luv-1.32.0.0.ebuild index 1309efa30fe9..7b036e6da7fe 100644 --- a/dev-lua/luv/luv-1.30.1.1.ebuild +++ b/dev-lua/luv/luv-1.32.0.0.ebuild @@ -26,7 +26,7 @@ RESTRICT="!test? ( test )" BDEPEND="virtual/pkgconfig" DEPEND=" - dev-libs/libuv:= + >=dev-libs/libuv-1.32.0:= luajit? ( dev-lang/luajit:2 ) !luajit? ( dev-lang/lua:0 ) " @@ -56,6 +56,6 @@ src_configure() { src_test() { local elua="$(usex luajit luajit lua)" # We need to copy the library back so that the tests see it - cp "${BUILD_DIR}/libluv.so" "./luv.so" || die "Failed to copy library for tests" + ln -s "${BUILD_DIR}/libluv.so" "./luv.so" || die "Failed to symlink library for tests" ${elua} "tests/run.lua" || die "Tests failed" } diff --git a/dev-python/Manifest.gz b/dev-python/Manifest.gz index 867b4a7ce3ac..2400fd50dbf0 100644 Binary files a/dev-python/Manifest.gz and b/dev-python/Manifest.gz differ diff --git a/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild b/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild index 74f40c775fc0..8d685def17e7 100644 --- a/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild +++ b/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_5,3_6,3_7} ) +PYTHON_COMPAT=( python2_7 python{3_5,3_6,3_7} ) inherit distutils-r1 DESCRIPTION="Extended pickling support for Python objects" diff --git a/dev-python/jikanpy/Manifest b/dev-python/jikanpy/Manifest new file mode 100644 index 000000000000..3bceed938fcd --- /dev/null +++ b/dev-python/jikanpy/Manifest @@ -0,0 +1 @@ +DIST jikanpy-3.4.1.tar.gz 13653 BLAKE2B 9e9e5b9f6f5fc28a7ce98a6ab79254aafeb7d2a77e0bdbf7790b3c9a19e41caca1002d53a2effdafba13db1271546ae104cf9521afcf4fe2b02effd2c4e38163 SHA512 fd5703f86b439185f46e563cd32ec75e176138b7128f3c1c80dddccf569a066da7e493d6b48979a69ec5f55c0b2bf1396676d4da2529ae16db106b6cd6170c5e diff --git a/dev-python/jikanpy/jikanpy-3.4.1.ebuild b/dev-python/jikanpy/jikanpy-3.4.1.ebuild new file mode 100644 index 000000000000..52e861dcab31 --- /dev/null +++ b/dev-python/jikanpy/jikanpy-3.4.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7} ) +inherit distutils-r1 + +DESCRIPTION="Python wrapper for jikan.moe API." +HOMEPAGE="https://pypi.org/project/jikanpy/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] +" +RDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/aiohttp[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] +" diff --git a/dev-python/jikanpy/metadata.xml b/dev-python/jikanpy/metadata.xml new file mode 100644 index 000000000000..12ee3e1826af --- /dev/null +++ b/dev-python/jikanpy/metadata.xml @@ -0,0 +1,12 @@ + + + + + slashbeast@gentoo.org + Piotr Karbowski + + + AWConant/jikanpy + jikanpy + + diff --git a/dev-python/kombu/kombu-4.6.3.ebuild b/dev-python/kombu/kombu-4.6.3.ebuild index 24fd55a80594..95e550c88780 100644 --- a/dev-python/kombu/kombu-4.6.3.ebuild +++ b/dev-python/kombu/kombu-4.6.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1 diff --git a/dev-python/oslo-messaging/Manifest b/dev-python/oslo-messaging/Manifest index 0d6786a2bb37..b8e723a47fc9 100644 --- a/dev-python/oslo-messaging/Manifest +++ b/dev-python/oslo-messaging/Manifest @@ -1,2 +1,3 @@ +DIST oslo.messaging-10.2.0.tar.gz 255431 BLAKE2B 971f24845b4d0440fb600b459b4a41c94220e387cbe2ef16a5c93d72e0582116702254c4d8106f5f3f3a3435b1c5bfaceffbb1c6ed3e671f7c269fb6d5ca3cb3 SHA512 404aed31f2808de744d7fd141257aca3d2db2b65645eebfffa7edb364e50803621af98886dc60b46042e525a7a98a12f3208ba472dcf805524cd0defdd441060 DIST oslo.messaging-8.1.2.tar.gz 296052 BLAKE2B c24d8bc22f1e7bb8fd4f58bf15c349a5fa5e41b98031611a0820b66ab7cabb2742d49995e5c730d1bba2c04a36ef4a055de0aced5f1100a7930052a4f4efd5fb SHA512 f7bebc525019f19f6d25178f4b2ef811c3073dc2b10600a9a01aa23dfadad4b428baeb929963df31ee7c775bb94c47493699e8031d5dd9cea5d865c28432d3ba DIST oslo.messaging-9.5.0.tar.gz 251799 BLAKE2B 72edeea222af199ace54ef6ea672177713c15c8556b7b1d1691c5d217bd57e377f871879c3429d46ef1339f4a4b5c610bae82c2aa6ddc74dc069d08b86c15537 SHA512 2479a51c2be7be5752d11fa2d09eb6ffd6cd82ce3531f0a9275eb5bf5fa4451ac16240873a41e2550db5fd7b51003bc9af293704e50d2f3033bd51b502728380 diff --git a/dev-python/oslo-messaging/oslo-messaging-10.2.0.ebuild b/dev-python/oslo-messaging/oslo-messaging-10.2.0.ebuild new file mode 100644 index 000000000000..20a58844bd05 --- /dev/null +++ b/dev-python/oslo-messaging/oslo-messaging-10.2.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) + +inherit distutils-r1 + +DESCRIPTION="Messaging API for RPC and notifications over different messaging transports" +HOMEPAGE="https://pypi.org/project/oslo.messaging/" +SRC_URI="mirror://pypi/${PN:0:1}/oslo.messaging/oslo.messaging-${PV}.tar.gz" +S="${WORKDIR}/oslo.messaging-${PV}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] + !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + ${CDEPEND}" +RDEPEND=" + ${CDEPEND} + >=dev-python/futurist-1.2.0[${PYTHON_USEDEP}] + >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}] + >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}] + >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}] + >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}] + !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}] + >=dev-python/oslo-service-1.24.0[${PYTHON_USEDEP}] + !~dev-python/oslo-service-1.28.1[${PYTHON_USEDEP}] + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}] + >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}] + >=dev-python/monotonic-0.6[${PYTHON_USEDEP}] + >=dev-python/six-1.10.0[${PYTHON_USEDEP}] + >=dev-python/cachetools-2.0.0[${PYTHON_USEDEP}] + >=dev-python/webob-1.7.1[${PYTHON_USEDEP}] + >=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}] + >=dev-python/py-amqp-2.4.1[${PYTHON_USEDEP}] + >=dev-python/kombu-4.6.1[${PYTHON_USEDEP}] + >=dev-python/oslo-middleware-3.31.0[${PYTHON_USEDEP}] +" + +python_prepare_all() { + sed -i '/^hacking/d' test-requirements.txt || die + distutils-r1_python_prepare_all +} diff --git a/dev-python/pyro/pyro-4.77.ebuild b/dev-python/pyro/pyro-4.77.ebuild index c13f60a48f2a..dff323ca84d3 100644 --- a/dev-python/pyro/pyro-4.77.ebuild +++ b/dev-python/pyro/pyro-4.77.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1 diff --git a/dev-ruby/Manifest.gz b/dev-ruby/Manifest.gz index b10a1375193a..f03283b9e78e 100644 Binary files a/dev-ruby/Manifest.gz and b/dev-ruby/Manifest.gz differ diff --git a/dev-ruby/google-protobuf/Manifest b/dev-ruby/google-protobuf/Manifest index 561724bab1c0..2e42ee8e4812 100644 --- a/dev-ruby/google-protobuf/Manifest +++ b/dev-ruby/google-protobuf/Manifest @@ -1,4 +1,5 @@ DIST google-protobuf-3.10.0-ruby.tar.gz 4908907 BLAKE2B 53a702a2cbfe7e642989eec010541fda434b7b8bbd267e3b65fc569a0ab33b08438c1a81d478426ebfbec6e330b90428e3da4fd345b8b64f890a6b3f4e360883 SHA512 0dcba6d21486fdc162f57119754b47b4a2fb605af878d5b96a32df55895321535cffb5b804566fd90ee7c36e20106d0cd4f5d9f3c652dc9c4dfca96be41a1977 +DIST google-protobuf-3.10.1-ruby.tar.gz 4905995 BLAKE2B 1dde3b6260918da8430c2ce69210462f339c492b2a4e53d5d9c1bea3747aead905370507fc4bd703560f6885c0f3f8393a998b875c19744ad94827109ecbb49f SHA512 aba0c4034c0d3b1759904adb6270eee94dd5dc568f433b219e3f1f70c0033993cdfa3bf476ad3f5767c7629edb9fd029c686405abf93731dde808286b336330d DIST google-protobuf-3.6.1-ruby.tar.gz 4485582 BLAKE2B 546c49759df784018459809b9db692c5c94aef5d717183af5cd9edd96b4c658e759f23950cdcd5dddceaaad06ea1de2a2357b9fa8c496ed5d538fc5920174da0 SHA512 1bc175d24b49de1b1e41eaf39598194e583afffb924c86c8d2e569d935af21874be76b2cbd4d9655a1d38bac3d4cd811de88bc2c72d81bad79115e69e5b0d839 DIST google-protobuf-3.8.0-ruby.tar.gz 4934577 BLAKE2B 4b86ab216e8a8b2c99c3620da9417c0562498e9d4dbf4957db186f51c62b0ed73b1322635a076b2d4054e015bdf6c8c50cc7fd0cb78d24a93b29d2a5b48f66fe SHA512 ba27c64e5193cd4a144bf0c9dc0d195fbbe6e580aaca01960362f0f185074588ca40046d3bcea76e1deae7508b722f6c5be484ea957122ae8e98229c7c3a4ad2 DIST google-protobuf-3.9.2-ruby.tar.gz 4947582 BLAKE2B ff0150970286d1eb452bd2f252fa8200617ddf491dcb3b9b60cebb36268c5a3072df3d24142ca9863306df6690f53ad4d4761c7846c677c4610716ec22e0838c SHA512 510349ddc59b4e53087b5247ca8784e9f852d66d755e1b014c6214e14c003f31dd336a724e9eb87a5b85a70e22793eb3211744c85a514b24b687346563717bec diff --git a/dev-ruby/google-protobuf/google-protobuf-3.10.1.ebuild b/dev-ruby/google-protobuf/google-protobuf-3.10.1.ebuild new file mode 100644 index 000000000000..749ced3b808c --- /dev/null +++ b/dev-ruby/google-protobuf/google-protobuf-3.10.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby24 ruby25 ruby26" + +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Protocol Buffers are Google's data interchange format" +HOMEPAGE="https://developers.google.com/protocol-buffers" +SRC_URI="https://github.com/protocolbuffers/protobuf/archive/v${PV}.tar.gz -> ${P}-ruby.tar.gz" +RUBY_S="protobuf-${PV}/ruby" + +LICENSE="BSD" +SLOT="3" +KEYWORDS="~amd64" +IUSE="" + +DEPEND+=" test? ( >=dev-libs/protobuf-3.7.0 )" + +each_ruby_prepare() { + sed -i -e 's:../src/protoc:protoc: ; /^task :build/ s/:compile,//' Rakefile || die +} + +each_ruby_configure() { + ${RUBY} -Cext/google/protobuf_c extconf.rb +} + +each_ruby_compile() { + emake -Cext/google/protobuf_c V=1 + cp ext/google/protobuf_c/protobuf_c.so lib/google/ || die +} diff --git a/dev-ruby/hoe/Manifest b/dev-ruby/hoe/Manifest index ee1f983e72a8..309c1a5f1ac7 100644 --- a/dev-ruby/hoe/Manifest +++ b/dev-ruby/hoe/Manifest @@ -1,5 +1,4 @@ DIST hoe-3.16.0.gem 188416 BLAKE2B 48383c46512a359a269ca3475ec701b1443e0ef71b31d1ca1604de391ed4df6b0ad27dd1c5f6ed04751047d211f2c6299245361cf131e2418f224324ac9934c3 SHA512 66cefb5a24906e19bbf0c82c8539d6d101b84d0dc1d3ce1910e4117357639489968271e76e86bd3c432b9ef7e3b24a78294c06210cbef280860f7dac18100606 -DIST hoe-3.17.1.gem 188416 BLAKE2B 0fef6dd9ae4bda93f527d7451d0d591cdc4ba1361aaec531f82e0d7ff03575845c3d5ff85189d76f9ecec17797774fd0ca82f7332a4588d086a494095af99a9d SHA512 5e4b83309ed88da098a5ae8698f9686cea1657f4554fff72446bac46bc567125232a3c5a5b941bd6d5ea18dc53f3cbf5b329f2f0623ef74e81d81586edc63ca3 DIST hoe-3.17.2.gem 188416 BLAKE2B a6f4f93cc2d724b1c1e855c4e6976b5dbb469c4e10fc9c181b6cafaeb7088f9c19bd4bb5b858a25f011dead1b6e8392d349fe9e86d704a6a4d627cddab8de46a SHA512 d6703cd8913ac7055c33dbfead5610bd197be90ac3aeeaf2e4498ab088447d7e08dbe1ad3fdc602afd26fc7cfda12d73dd43a605b9bf59ecd83b1cfd8845f55b -DIST hoe-3.18.0.gem 190976 BLAKE2B 227dab02241ffa1992fd80d357fcc8ec12a703413a25f38e7c22d97a187b968d334db7fe6b5d49ebe6027b05df660530dab9dd470bbd5816e7e766d86c4de94d SHA512 87b24dd77200a6013eca50b57c001c437035ab5e74809a941a28616d9a722b130a624f1137d7c55eacccc497c5c57f2ccfe872d160915b1a00a71cdf2e76695b DIST hoe-3.18.1.gem 190976 BLAKE2B 1b99125fddc42253918d2b9412401c0ed54a12006347b400050ecda17a1ce4491bf0419bc6ea28b68d5e1d77990973171c822862d93ee2cdc00a078f4e137587 SHA512 c281cdb2e89272ea84e54cd36d0cdec77cf6dd51f745c0aa99593586781e5182129f967086f008c33b38d25d7a3aacd2fa1899752e63f725d5ecf5fd5c04682c +DIST hoe-3.19.0.gem 191488 BLAKE2B 186b2ad78f4f7181fa1120a2e1736ee630e16c73c2c748333ce5aab745bec433b1b11019e0a96fbef65c1d5f7039925e9fa161fd54a83ebbaee8e25299be3565 SHA512 1bdc77f78f0b1a7e0832107d40679928d8f0edc0a1deeb0e63c7f8e2f7601b5cbe0bc6c19e6f8b2f26459710a31538f8efc433ef5e930058d852e945c0b280b0 diff --git a/dev-ruby/hoe/hoe-3.17.1.ebuild b/dev-ruby/hoe/hoe-3.17.1.ebuild deleted file mode 100644 index b83e7ee54736..000000000000 --- a/dev-ruby/hoe/hoe-3.17.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby23 ruby24 ruby25" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="History.rdoc Manifest.txt README.rdoc" - -RUBY_FAKEGEM_EXTRAINSTALL="template" - -inherit ruby-fakegem - -DESCRIPTION="Hoe extends rake to provide full project automation" -HOMEPAGE="https://www.zenspider.com/projects/hoe.html" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="doc" - -ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.9:5 )" - -ruby_add_rdepend ">=dev-ruby/rake-0.8.7 =dev-ruby/sexp_processor-4.9.0:4 + !=dev-ruby/minitest-4.3 >=dev-ruby/sexp_processor-4.13.0:4 )" + +DEPEND+=" test? ( dev-util/unifdef )" + +all_ruby_prepare() { + # Remove reference to perforce method that is not in a released + # version of hoe-seattlerb. + #sed -i -e '/perforce/d' Rakefile || die + sed -i -e '/license/d' Rakefile || die + sed -i -e '/Hoe.plugin :isolate/ s:^:#:' Rakefile || die +} + +each_ruby_test() { + ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die +} diff --git a/dev-tcltk/Manifest.gz b/dev-tcltk/Manifest.gz index 4b7d7326a2d7..548129804c4f 100644 Binary files a/dev-tcltk/Manifest.gz and b/dev-tcltk/Manifest.gz differ diff --git a/dev-tcltk/tdom/tdom-0.9.1.ebuild b/dev-tcltk/tdom/tdom-0.9.1.ebuild index b17a5516bba0..07720b98007e 100644 --- a/dev-tcltk/tdom/tdom-0.9.1.ebuild +++ b/dev-tcltk/tdom/tdom-0.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="http://tdom.org/downloads/${P}-src.tgz" LICENSE="MPL-1.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~s390 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="static-libs threads" DEPEND=" diff --git a/dev-util/Manifest.gz b/dev-util/Manifest.gz index fadb54691f89..9e6ae1ab24ee 100644 Binary files a/dev-util/Manifest.gz and b/dev-util/Manifest.gz differ diff --git a/dev-util/boost-build/boost-build-1.71.0.ebuild b/dev-util/boost-build/boost-build-1.71.0.ebuild index 16494056062d..6bc3bd5031af 100644 --- a/dev-util/boost-build/boost-build-1.71.0.ebuild +++ b/dev-util/boost-build/boost-build-1.71.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://dl.bintray.com/boostorg/release/${PV}/source/boost_${MY_PV}.tar LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="examples python test" RESTRICT="test" diff --git a/games-emulation/Manifest.gz b/games-emulation/Manifest.gz index 9255cbfefce3..696312822414 100644 Binary files a/games-emulation/Manifest.gz and b/games-emulation/Manifest.gz differ diff --git a/games-emulation/generator/files/generator-0.35_p4-gcc-9.patch b/games-emulation/generator/files/generator-0.35_p4-gcc-9.patch new file mode 100644 index 000000000000..7b8eeafb7154 --- /dev/null +++ b/games-emulation/generator/files/generator-0.35_p4-gcc-9.patch @@ -0,0 +1,22 @@ +https://bugs.gentoo.org/698944 + +--- a/main/vdp.c ++++ b/main/vdp.c +@@ -87,7 +87,7 @@ void vdp_describe(void); + void vdp_eventinit(void); + void vdp_layer_simple(unsigned int layer, unsigned int priority, + uint8 *fielddata, unsigned int lineoffset); +-inline void vdp_plotcell(uint8 *patloc, uint8 palette, uint8 flags, ++static void vdp_plotcell(uint8 *patloc, uint8 palette, uint8 flags, + uint8 *cellloc, unsigned int lineoffset); + void vdp_sprites(unsigned int line, uint8 *pridata, uint8 *outdata); + int vdp_sprite_simple(unsigned int priority, uint8 *framedata, +@@ -1733,7 +1733,7 @@ void vdp_endfield(void) + vdp_event_endline); */ + } + +-inline void vdp_plotcell(uint8 *patloc, uint8 palette, uint8 flags, ++static void vdp_plotcell(uint8 *patloc, uint8 palette, uint8 flags, + uint8 *cellloc, unsigned int lineoffset) + { + int y, x; diff --git a/games-emulation/generator/generator-0.35_p4-r1.ebuild b/games-emulation/generator/generator-0.35_p4-r1.ebuild index 14ef210d58a8..54614d750d78 100644 --- a/games-emulation/generator/generator-0.35_p4-r1.ebuild +++ b/games-emulation/generator/generator-0.35_p4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+sdlaudio" -RDEPEND=" +DEPEND=" virtual/jpeg:0 media-libs/libsdl[joystick,video] sdlaudio? ( media-libs/libsdl[sound] ) @@ -23,12 +23,15 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" +PATCHES=( + "${FILESDIR}"/${P}-configure.patch + "${FILESDIR}"/${P}-underlink.patch + "${FILESDIR}"/${P}-inline.patch + "${FILESDIR}"/${P}-gcc-9.patch +) + src_prepare() { default - eapply \ - "${FILESDIR}"/${P}-configure.patch \ - "${FILESDIR}"/${P}-underlink.patch \ - "${FILESDIR}"/${P}-inline.patch sed -i -e 's/@GTK_CFLAGS@//g' main/Makefile.am || die eautoreconf @@ -43,11 +46,6 @@ src_configure() { $(use_with sdlaudio sdl-audio) } -src_compile() { - [[ -f Makefile ]] && emake clean - emake -j1 -} - src_install() { dobin main/generator-sdl dodoc AUTHORS ChangeLog NEWS README TODO docs/* diff --git a/games-fps/Manifest.gz b/games-fps/Manifest.gz index e1867e78d89c..62b63aa580e8 100644 Binary files a/games-fps/Manifest.gz and b/games-fps/Manifest.gz differ diff --git a/games-fps/enemy-territory-etpro/Manifest b/games-fps/enemy-territory-etpro/Manifest deleted file mode 100644 index 2ecf3bb43365..000000000000 --- a/games-fps/enemy-territory-etpro/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST etpro-3_2_6.zip 3698539 BLAKE2B 08179b55e4c3dacdde65e12a94946f28e9f28d32c989a408bf53af7480b41d4ae442c2309ead867f8745d5b575380430b931a5cefa06f0280bc2f5eca17140da SHA512 366da5b7aaaa4b88da050aca95342425cba855182c59bf2fbe104252cc2241f79be629ae5dc15f9c396284910eb63721db01fc0aa02303cc51015d36263db9de diff --git a/games-fps/enemy-territory-etpro/enemy-territory-etpro-3.2.6-r1.ebuild b/games-fps/enemy-territory-etpro/enemy-territory-etpro-3.2.6-r1.ebuild deleted file mode 100644 index d86355ef1353..000000000000 --- a/games-fps/enemy-territory-etpro/enemy-territory-etpro-3.2.6-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -GAME="enemy-territory" -MOD_DESC="Minor additions to Enemy Territory to make it more fun" -MOD_NAME="ETPro" -MOD_DIR="etpro" - -inherit games games-mods - -HOMEPAGE="http://etpro.anime.net/" -SRC_URI="http://bani.anime.net/etpro/etpro-${PV//./_}.zip - http://www.enemyterritory.sk/files/etpro-${PV//./_}.zip" - -LICENSE="all-rights-reserved" -KEYWORDS="~amd64 ~x86" -IUSE="dedicated opengl" - -QA_PREBUILT="${INS_DIR:1}/${MOD_DIR}/*so" diff --git a/games-fps/enemy-territory-etpro/metadata.xml b/games-fps/enemy-territory-etpro/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-fps/enemy-territory-etpro/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - diff --git a/games-rpg/Manifest.gz b/games-rpg/Manifest.gz index 5b7ab3aff043..911500f3146f 100644 Binary files a/games-rpg/Manifest.gz and b/games-rpg/Manifest.gz differ diff --git a/games-rpg/runescape-launcher/Manifest b/games-rpg/runescape-launcher/Manifest deleted file mode 100644 index 7507e40b1e61..000000000000 --- a/games-rpg/runescape-launcher/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST runescape-launcher_2.2.4_amd64.deb 3014372 BLAKE2B 9ac215ff5f4b50a432fe14924d9bd7b8891d488cac05c6e2e657b97df68446e3d6a71c5c8330ff2ee995eddbfa63f885915a0c26413546845edeb219c2e56ac4 SHA512 47a3d757f2719474767ba95346f7e2d51a41612c8287656e78a958c68f62a26abcffc187b21d6cb7584bc94b2b5583d55dde4f27cfc18174e917864a7002c518 diff --git a/games-rpg/runescape-launcher/metadata.xml b/games-rpg/runescape-launcher/metadata.xml deleted file mode 100644 index d030cf30027d..000000000000 --- a/games-rpg/runescape-launcher/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - jscinoz@jscinoz.so - Jack Coulter - - - proxy-maint@gentoo.org - Proxy Maintainers - - diff --git a/games-rpg/runescape-launcher/runescape-launcher-2.2.4-r2.ebuild b/games-rpg/runescape-launcher/runescape-launcher-2.2.4-r2.ebuild deleted file mode 100644 index 19f039b0e8f3..000000000000 --- a/games-rpg/runescape-launcher/runescape-launcher-2.2.4-r2.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit unpacker xdg gnome2-utils - -DESCRIPTION="Official RuneScape NXT client launcher" -HOMEPAGE="http://www.runescape.com" - -SRC_URI="http://content.runescape.com/downloads/ubuntu/pool/non-free/r/${PN}/${PN}_${PV}_amd64.deb" - -QA_PREBUILT="/opt/runescape-launcher/runescape" - -SLOT="0" - -IUSE="kde" - -KEYWORDS="-* ~amd64" - -LICENSE="RuneScape-EULA" -RESTRICT="bindist mirror strip" - -S="${WORKDIR}" - -RDEPEND=" - media-libs/libpng:1.2 - >=media-libs/libsdl2-2.0.2 - media-libs/glew:1.10 - >=media-libs/libvorbis-1.3.2 - >=net-misc/curl-7.35.0 -" -DEPEND="" - -src_prepare() { - # Fix path in launcher script - sed -i "s:/usr/share/games/$PN:/opt/$PN:" usr/bin/$PN || die - - # Add missing trailing semicolon to .desktop MimeType entry - sed -i '/MimeType=/{/;$/!{s/$/;/}}' usr/share/applications/${PN}.desktop || die - - # Fix path to launcher script - sed -i "s:/usr/bin/$PN:/opt/bin/$PN:" usr/share/applications/${PN}.desktop || die - - xdg_src_prepare - - eapply_user -} - -src_install() { - into /opt - dobin usr/bin/$PN - dodoc usr/share/doc/$PN/* - - exeinto /opt/$PN - doexe usr/share/games/$PN/runescape - - insinto /usr/share/applications - doins usr/share/applications/${PN}.desktop - - insinto /usr/share/icons - doins -r usr/share/icons/hicolor - - if use kde ; then - insinto /usr/share/kde4 - doins -r usr/share/kde4/services - fi -} - -pkg_preinst() { - xdg_pkg_preinst - gnome2_icon_savelist -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_icon_cache_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_icon_cache_update -} diff --git a/games-server/Manifest.gz b/games-server/Manifest.gz index be7763739708..d8992fd7eea7 100644 Binary files a/games-server/Manifest.gz and b/games-server/Manifest.gz differ diff --git a/games-server/bf1942-lnxded/Manifest b/games-server/bf1942-lnxded/Manifest deleted file mode 100644 index ba8424fee8bd..000000000000 --- a/games-server/bf1942-lnxded/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST bf1942-update-1.61.tar.gz 7768635 BLAKE2B 14427516f4c1d0ce8777f51cd09cef8392a255f5695043e67d961c54a8161bccd4f0b24719bc80f46f725e98efa6e708b3556371a4f0c3499c4e13149ea09d59 SHA512 041c1ad03daab592b799dec1560e15156e1da583919aa270220d53d308b5c1b8e7da771176eea6e3e1558407dbad37388d480199847c68ecf94b58f29d64a26b -DIST bf1942_lnxded-1.6-rc2.run 108138508 BLAKE2B b59bad9c2ae15ea30974de376f8809dd43cfa6f7a01aa81c7a3b603d8c6308ff022ff7af3cf15d5825e9959d09e750d38b6bdd767ffd062cfc880d4942be1570 SHA512 9171eb8f729bd36fc76133563201332d91e434aa6a54813eb0ec5278f04e7132d4e5b74c92d69ad1e542c37a586aae6ee8d12b2e92d5a853d2682de530ad1db1 diff --git a/games-server/bf1942-lnxded/bf1942-lnxded-1.61-r1.ebuild b/games-server/bf1942-lnxded/bf1942-lnxded-1.61-r1.ebuild deleted file mode 100644 index 3d83028ae7d5..000000000000 --- a/games-server/bf1942-lnxded/bf1942-lnxded-1.61-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit eutils unpacker - -DESCRIPTION="dedicated server for Battlefield 1942" -HOMEPAGE="http://www.battlefield.com/battlefield-1942" -SRC_URI="http://ftp.games.skynet.be/pub/misc/${PN/-/_}-1.6-rc2.run - http://ftp.games.skynet.be/pub/misc/bf1942-update-${PV}.tar.gz" - -LICENSE="bf1942-lnxded" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -RESTRICT="mirror bindist strip" - -S=${WORKDIR} - -dir="/opt/bf1942" -Ddir="${D}/${dir}" - -QA_PREBUILT="${dir}/*.so ${dir}/bf1942_lnxded.*" - -src_unpack() { - mkdir bf1942 || die - pushd bf1942 || die - unpack_makeself ${PN/-/_}-1.6-rc2.run - popd || die - unpack bf1942-update-${PV}.tar.gz -} - -src_install() { - dodir "${dir}" - mv -f "${S}"/bf1942/* "${S}" || die - rm -rf "${S}"/bf1942 || die - - mv "${S}"/* "${Ddir}" || die - dosym bf1942_lnxded.dynamic "${dir}"/bf1942_lnxded - make_wrapper ${PN} ./bf1942_lnxded "${dir}" -} diff --git a/games-server/bf1942-lnxded/metadata.xml b/games-server/bf1942-lnxded/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-server/bf1942-lnxded/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - diff --git a/games-server/nwn-ded/Manifest b/games-server/nwn-ded/Manifest deleted file mode 100644 index 50995c714c49..000000000000 --- a/games-server/nwn-ded/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST NWNDedicatedServer1.69.zip 606293816 BLAKE2B f5e9f49bcaf76329310eee092328ef6cfc7d825409d66369ec18a8b2f881a6f6232a0a63d89d23f755165c1e13e6140575549875b55e80a0002f85b7af2b98ee SHA512 0f91ab8d03d040389d9ad7ccc7d50079057d62d542fecfb2164a726511718ba982f7b2f9878bc1143f2c61b3ef7ab8f92e5e4007b515ad6aff51216c5b602ffd -DIST NWNEnglish1.69dialog.zip 3200987 BLAKE2B 8d0864ce22b39862a72291afca3e4ea8ff7ae35cee0dd38cb1424d7f767aeb4df82e4a6c53a1d59c2e670e3af05c8e6ff1984e6f1065d7e71f70ead97d0a369e SHA512 8c3214a3bcf137ea3b4b59d89055b7e22d15b8ab8d6007d81a9e70e156f8af611a8032ce5cf5c42ecd8c5af7eebe95f012a3f91723f273efa42701fd036482be diff --git a/games-server/nwn-ded/metadata.xml b/games-server/nwn-ded/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-server/nwn-ded/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - diff --git a/games-server/nwn-ded/nwn-ded-1.69-r1.ebuild b/games-server/nwn-ded/nwn-ded-1.69-r1.ebuild deleted file mode 100644 index 21ee32df32f6..000000000000 --- a/games-server/nwn-ded/nwn-ded-1.69-r1.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit eutils - -LANGUAGES="l10n_en" -DIALOG_URL_BASE=http://files.bioware.com/neverwinternights/dialog/ - -DESCRIPTION="Neverwinter Nights Dedicated server" -HOMEPAGE="http://nwn.bioware.com/downloads/standaloneserver.html" -SRC_URI="http://files.bioware.com/neverwinternights/updates/windows/server/NWNDedicatedServer${PV}.zip - l10n_en? ( ${DIALOG_URL_BASE}/english/NWNEnglish${PV}dialog.zip )" - -LICENSE="NWN-EULA" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="${LANGUAGES}" -RESTRICT="mirror strip" - -DEPEND="app-arch/unzip" - -S=${WORKDIR} - -dir="/opt/${PN}" -QA_PREBUILT="${dir:1}/common/nwserver" - -src_unpack() { - mkdir common || die - cd common || die - unpack NWNDedicatedServer${PV}.zip - tar -zxf linuxdedserver${PV/./}.tar.gz || die - rm -f *dedserver*.{tar.gz,sit,zip} *.exe *.dll || die - cd .. - local currentlocale="" - local a - for a in ${A} - do - if [ -z "${a/*dialog*/}" ] ; then - if [ -z "${a/*English*/}" ]; then currentlocale="en"; fi - if [ -z "${a/*French*/}" ]; then currentlocale="fr"; fi - if [ -z "${a/*German*/}" ]; then currentlocale="de"; fi - if [ -z "${a/*Italian*/}" ]; then currentlocale="it"; fi - if [ -z "${a/*Spanish*/}" ]; then currentlocale="es"; fi - if [ -z "${a/*Japanese*/}" ]; then currentlocale="ja"; fi - mkdir ${currentlocale} || die - cd ${currentlocale} || die - cp -rfl ../common/* . || die - unpack "${a}" - cd .. - fi - done -} - -src_install() { - dodir ${dir} - - local currentlocale - for currentlocale in * ; do - if [[ ${currentlocale} != "common" ]] - then - make_wrapper nwserver-${currentlocale} ./nwserver "${dir}/${currentlocale}" "${dir}/${currentlocale}" - fi - done - - mv * "${D}/${dir}"/ || die - - chmod -R g+w "${D}/${dir}" -} diff --git a/games-strategy/Manifest.gz b/games-strategy/Manifest.gz index 88e93ac015ef..cdabf473d697 100644 Binary files a/games-strategy/Manifest.gz and b/games-strategy/Manifest.gz differ diff --git a/games-strategy/mindrover-demo/Manifest b/games-strategy/mindrover-demo/Manifest deleted file mode 100644 index fdbaff26817c..000000000000 --- a/games-strategy/mindrover-demo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mindrover_demo.run 25266633 BLAKE2B 427dd9a808309634ff59c5cb756b7433225f15f4bfed8ef6ed5ebf0f85db1a0db5e488b4041c04aa3b75a6f651bd0a013e89d70b8c11b1cab262861888d26bb2 SHA512 ddb78f6a40bd42dd3b3ce0a6793f5e217937d3be1dd294d7d8596f8409eee506522a64d9396db2d93fa3beca197d85c7a6507a8f2ae773d0b9b123e9be1e761c diff --git a/games-strategy/mindrover-demo/metadata.xml b/games-strategy/mindrover-demo/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-strategy/mindrover-demo/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - diff --git a/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild b/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild deleted file mode 100644 index c41f3c126707..000000000000 --- a/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils unpacker games - -MY_P="mindrover_demo.run" -DESCRIPTION="Control a robot as it races across Europa" -HOMEPAGE="http://www.linuxgamepublishing.com/info.php?id=9" -SRC_URI=" http://demos.linuxgamepublishing.com/mindrover/${MY_P}" - -LICENSE="all-rights-reserved GPL-2+" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -RESTRICT="mirror bindist strip" - -RDEPEND="virtual/opengl" - -S=${WORKDIR} -dir=${GAMES_PREFIX_OPT}/${PN} -Ddir=${D}/${dir} - -src_install() { - einfo "This will take a while ... go get a pizza or something" - - dodir "${dir}" - - tar -zxf data.tar.gz -C "${Ddir}"/ || die - tar -zxf music.tar.gz -C "${Ddir}"/ || die - - dodoc README - newicon icon.xpm ${PN}.xpm || die - exeinto "${dir}" - doexe bin/Linux/x86/glibc-2.1/mindrover_demo \ - bin/Linux/x86/glibc-2.1/lib/libopenal.so.0.0.6 || die - dosym "${dir}"/libopenal.so.0.0.6 "${dir}"/libopenal.so.0 - - games_make_wrapper ${PN} ./mindrover_demo "${dir}" "${dir}" - make_desktop_entry ${PN} "Mindrover: Europa Project (Demo)" - - prepgamesdirs -} diff --git a/mail-client/Manifest.gz b/mail-client/Manifest.gz index 81d6796961ae..12b8031a111c 100644 Binary files a/mail-client/Manifest.gz and b/mail-client/Manifest.gz differ diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest index 171e7a358e24..0ff5222a6cd1 100644 --- a/mail-client/mutt/Manifest +++ b/mail-client/mutt/Manifest @@ -5,4 +5,4 @@ DIST mutt-1.12.2.tar.gz 4675774 BLAKE2B 0b0a4695f31db97437e7d6e52ca8e131376bd0ae DIST mutt-gentoo-1.10.1-patches-r0.tar.xz 108396 BLAKE2B 86edca04154f96efce27543326f8610dffba0085c7d69e82a7ac5f48ae9cd6662bcf6afa0e55b3d83ec054ee2eb86dff70b0c15a5170f41cc57887e17a661406 SHA512 1e0675803abc2bc116ef6e726f5009c43b0fb7bbf9bd3141a7cbbded51033695ddcc5228612f228cd19dae4181719e756a85e3fa2c8c9a9a4a9aefb4170bd5f5 DIST mutt-gentoo-1.11.4-patches-r0.tar.xz 107064 BLAKE2B f8ad915fd0ceea729fdc14719e69c43751e75fd4afc9f19460d15493fd97baee9606703d7d6a8239a34b2c0d6f2458fc007277933bbc724b6a8588bb7514decd SHA512 57714259f802efe54e21cd23560bb158777b50320604db0a8ff8a47c25166a873d13d64b03eba4cb1c5067a586e7c64d9d0ba84ddbe0e179745e92d704a55cd1 DIST mutt-gentoo-1.12.1-patches-r0.tar.xz 106064 BLAKE2B 60b73bcfd9713261c7b88fe74d70a630954511a38331c3e8e958ef7f6459b3bf8548211ee920fe238085c6481c03633cec21e7ae70c1473c89914ce720bd7c21 SHA512 feffbd49ad8156e226e7d4dc56b1c976f3f2a0f8dc3551c11696d5653342b91b4406a494d6081b969fe8267bf09a441a4f3c5a0014d108000e55c985aaafa596 -DIST mutt-gentoo-1.12.2-patches-r0.tar.xz 106384 BLAKE2B 9329c3629d4c8d34e42a422e76dc0ec0f3a4b697fc59586c0258716bb9e4a1ff26cccc20f7ecbc340a92e23b24baa7514041274b3b2b4a73ef9dd36536d8206a SHA512 0aafa589a98e10044a36e578cae5e1e08ae66a0fe773763852441d9410f65f8bf6bd0256e1b0f059bd5ace6fb7ed90f63b5c3dd4b6fbdb6e7c3d2af8a95b266f +DIST mutt-gentoo-1.12.2-patches-r1.tar.xz 106720 BLAKE2B 788735757dd4cf8c1d9fe09350eaf4780b1e90f1e1d9bf39c98ee03255b9b84847a387402940d1a05e4be2b8684688216ea62f564c40715cd6ccf4bebaeebdc0 SHA512 ec8c0989bff2008e6df0c43a8e833fb4f463993eacb1cbdd11722a6c49bb400804c80f74ac0073883a050f352a65d2743c4aebc882a2cd7db369a4e214a95701 diff --git a/mail-client/mutt/mutt-1.12.2.ebuild b/mail-client/mutt/mutt-1.12.2-r1.ebuild similarity index 99% rename from mail-client/mutt/mutt-1.12.2.ebuild rename to mail-client/mutt/mutt-1.12.2-r1.ebuild index 9f35aa2497e0..ddd2e3013ea7 100644 --- a/mail-client/mutt/mutt-1.12.2.ebuild +++ b/mail-client/mutt/mutt-1.12.2-r1.ebuild @@ -5,7 +5,7 @@ EAPI="6" inherit eutils flag-o-matic autotools -PATCHREV="r0" +PATCHREV="r1" PATCHSET="gentoo-${PVR}/${PATCHREV}" DESCRIPTION="A small but very powerful text-based mail client" diff --git a/mail-client/thunderbird-bin/Manifest b/mail-client/thunderbird-bin/Manifest index 0c516d5ef3a2..fde81d8e038e 100644 --- a/mail-client/thunderbird-bin/Manifest +++ b/mail-client/thunderbird-bin/Manifest @@ -110,62 +110,62 @@ DIST thunderbird-60.9.0-uk.xpi 684182 BLAKE2B 2bfed5f8b844be664e08cb0bf4932d0c9f DIST thunderbird-60.9.0-vi.xpi 637210 BLAKE2B c48d8004d269350410fdfa2f5beb4ef6e37e0635bf288f5c8cde3e4e043acc1fdf4c81b61db999baf4a050261d9f80d5b6bbdb298010fc44496b37d34ac32887 SHA512 045a871f7f316c3fe86cb45b9748ce621ac333ef52dce8b7b6284cbd50e3a91c7b1feec68737b611f4ee2902ca1f934825021d67470ed0f5451e1b9f4d8df325 DIST thunderbird-60.9.0-zh-CN.xpi 626309 BLAKE2B 81e2846b570804b0aeb2212107eae1ceeb55789a5d5fe07b4f9d40e43d6e78d2ff3319668958d2f2c28779e8c6d0693f2f61e0d761098ca73a4ab30b3748da18 SHA512 d82844d69ba20b220e88b6fd425ae355d1cc57c40405dc1dee6699454c87aa36031b1e9f08f85abfdcdf6371a529f0eee8b3b00bc8b7fe149383add59b9d8420 DIST thunderbird-60.9.0-zh-TW.xpi 626217 BLAKE2B c6739b670cda85e955b53a6edd704568c52eb38c00d69a2f222e8b991075071183d53e520dcd716d82826b6d9e0af4db2dc46a732790c71e5607f7f4c53067ef SHA512 efeb58ffdbd53e445a2427035f1857d2b02c763e6f75eac58652fa72560a74e4036ec65b2352ed4633d5f54a0b5aa4571f7a582ac2fc51a92d127ff126cdbafd -DIST thunderbird-68.2.0-ar.xpi 617172 BLAKE2B 2094d49274395a3de0c2a25534867687b41570c002eacb7d3b03bea0f17446f1b8baaf0ac456d92d506616c1c2a792f7df6e5a9c3eb0ea5499e27b5b1fa72ef8 SHA512 1fec24613ce2f46ce1c6b61ece4d6bbeeafe69e881846c0885709ac5ebffb07484568dadbe2126d82dd7e909e9c335a4d418a66d3eb205d8b775514cc44c2bb8 -DIST thunderbird-68.2.0-ast.xpi 551303 BLAKE2B b5bd7c9bca3f11e0cdd5caa0cb8381828f4f2a3755d9e686271a9d4dc863d0334023bc43c705a1eea8ec4f9ec250743908cdba60fca239e5fe4d1658f1d1bb16 SHA512 f1a6b1cfd38f42aab141424491362ce3e10c7a04398bf3860c23ed2159a0e870ecef62d9a30ee70fb299ef89c2b9afb06867e27c557d2f576cf9bf7f7f185a55 -DIST thunderbird-68.2.0-be.xpi 646285 BLAKE2B 7e2106c497355d55ca6d66bb3b43e3a2a7db46fa5814549a588cc8349609643971b807c2ba0d7c99c45bcd3961849e00dbe478b5ddcb73b7a0cfe7ef3ae90934 SHA512 c083a182921287892c085b791ff8201d56b01fab3ea0899fbbf6cede5f6132e3eaa2c478507a187f4158064caf19356537114995b9aaadc9f0bc115d4268ea11 -DIST thunderbird-68.2.0-bg.xpi 646232 BLAKE2B 2f4b4c63a56fe9fdec6708aeb76ae9d6ed53de1e757acdc7096edcbb8259e330fbdec1fb0ebad8be0989c93e752d054180c2063fda9a8e4646fb9d5790e6bcf0 SHA512 20a13db5ca32f0037e2b28398f29e8c1f07b1f0f06994e312cf5cbde2e21ecab1ac611df59dbcfa1920d1995d7a73b6bdcb6b27b5509c479a0fa038a1bcfc2f2 -DIST thunderbird-68.2.0-br.xpi 574857 BLAKE2B 10f1b262da710b20d71de2ca3d4b3a6df6586883739065b87114baa42d0d994cc2a31a4a1146006417cf46ca9b3b267eda6571f5d0368a722660c180757690b7 SHA512 9cd2b32b2c095c8b5fcdb2309788df2c998edea3ab8d0470afb8f1ad4da40a6bd54dad4ed934d076615a7661380fa59b68b975f0420cf463bad0243de7f14fed -DIST thunderbird-68.2.0-ca.xpi 578444 BLAKE2B bb91e966f8f9e54bcf6030670b010ed9f7e541071ef554552fb741194cc93549d49a75347a17da2242455ca8312a800e8c930588295f6465bfc7f42fbc5c5c6b SHA512 b58e5704297369871d53b763c2f92ad7a9020748f28bfbba119aabd6bfc71a8ce032924ef82fd77ee163512eebed86a649fca766b26ecb01a420e755a47ac3aa -DIST thunderbird-68.2.0-cs.xpi 603047 BLAKE2B 68f73a2b37caf8bfedae93b73335ca3f9c3d03cd9f9cd2cb33981932018487c86a33b7a4613e6638b0dcd5e2c311d7691053a29226876f725339a227af45410a SHA512 1fde394a3ce68215544715d04ccde8931873d05358d68d653d8740a095631611acbf1769ec23431fa0703acd2e0f982d995210afed85f126546356a8d2061220 -DIST thunderbird-68.2.0-cy.xpi 589907 BLAKE2B 0291482caa8533e88c9dc72a45fabc12589efee2c610767764f0a9fba6c03b2438305a224d1a66bce3afda4b3ffdb6d69d0fbd30b3607eab8844dda72df786d5 SHA512 f7c8b802ea5030e17243a0f72d0460a5feeb8e13cef79a7e503853071918d36cd64218d168ef641b0f5203ff0a08acc2ab7616a70b74f94b78c488bb0be1f6d0 -DIST thunderbird-68.2.0-da.xpi 588354 BLAKE2B 14516b28eeebeee433eaf8c4b5d9aa1e7d4488229f28ebc42b71b82c9e988ef4bbb88c01e9a8ba18a866e2b302ca5adc210422fff88ab7b32718015bf79900da SHA512 af2d8d861aff8ff4617335eb774713885c267462227f0f95fded5f40bd4007a5ffc0cc7f2e8d8b48b48c98c501c191e8a608ef626bcb55c2506f8197052dda46 -DIST thunderbird-68.2.0-de.xpi 597808 BLAKE2B f2f184b973aa239f490d5596000ec218d2ec7caed6d52beda5a5d8cde76a226022bfd5e06ea49b920cc9f899299fdc96d80e20a62b49cf12d6e82fe36397eabc SHA512 848974df4ab0373bf0b6582e57e4d1dfffa8b8176c89e78a74f4019b8a52689a6d4a6932f1e7cb86f1a6886bcca9c9167ec3785d0adba6f5fbf0466177591795 -DIST thunderbird-68.2.0-el.xpi 699229 BLAKE2B 4793f970ee78fdb77074354e6d505145b6242c4b9c079a19fd74035af13535fa5fd365f59804336cfab12b3e3b8b18a1a782269ba7dc1bae4b69b785a262c252 SHA512 b3d9860e5faa5e78f2134322a9a10b38015cc44c8652c0ad92a69dffdb72b75809212b75ed4de8e8beba0c55ce58b8146713e839332e6309a776db152d348bb5 -DIST thunderbird-68.2.0-en-GB.xpi 556408 BLAKE2B d75442ba6d3579d3db48961cf7eff69e5da3609d8b43b56b9aa4b680ed6dd651b6a962e9b2ef4cb229082972a81951fe9d66ea2efb4d90262d5c472cd7ae9014 SHA512 ec5af923625d32d34fb56fe2e448a2597f459cafce7acb74f2d57b252485e40f3af979ddc203538958193a08986bf3772ed9696cbbe5e5f96b1156158e72dacd -DIST thunderbird-68.2.0-es-AR.xpi 596556 BLAKE2B 865081329d8821092d32fb404a43075f720b63612c8792e22eae3b2de70a5c6f22e23a76540bb6249db915ce2b75bf052de5d809e370b33b216f66d72cd2311b SHA512 1aa54747099553ca51a1f7a94734336dd857d22de7a5c140e05f50366136fa3ca83694002c9b0a65d0bbaf6a67b940c4df1328661b4da6f752d87f747718d697 -DIST thunderbird-68.2.0-es-ES.xpi 518355 BLAKE2B 4960e900a314139a7f624d4fe3124c51821adebeacb1a52ef303f7ba22c2efe96d0869dad399e9154697ee9bed61989765bf6f5a6d86cdbd2e4b669b891285e9 SHA512 8049430710c8327243a9a2a2fad638b7a4ec33c0b25baaaede201a0f3010ef1f891a9c89081e520cb426d3314315fcf420f2569f85edcc6e110c9ec857e4cea9 -DIST thunderbird-68.2.0-et.xpi 573586 BLAKE2B d3d55d6a782b04acf7eaab211f60b52b607ecff397d8e552fd6d2bca25fa309dd6a3766696fccb3ff1f1dee28a32e5b18173ca3fec18edf79b555788ce3b9cbd SHA512 fe73e7ad6c3b93d0665270817116ab51ff8a8353d400923bbc2cf074a6b8e60f6425f4650976db9929b57eca48a71b183b7ea05e26b679e45193bf46e8fd858e -DIST thunderbird-68.2.0-eu.xpi 579949 BLAKE2B 52c9f30ae117ea6cefc151f4e7f237d8d6986b29767a880eaaee27a5fba9557a55f8c6b0492d767ea08d9d8c51a28c2df53e6b0f4254b0e95decb6f6b25445a4 SHA512 e193dab991e5c9b4bb073ef22e0757d8e4d4ff16796ba450ee60dd22a15353d4de305df38bae73a5939e4362ea62d3a0dba688df78c39b3bfe84d60d49dcf796 -DIST thunderbird-68.2.0-fi.xpi 578423 BLAKE2B 7443e9b135d677fa62e173697c372c3d39174b156b2933d6d71199e7670fbf7ec1e65f0c81cda3941dd3da3b31e1f4d4c49e83ca11eee8370387803d30ef7a73 SHA512 8f3e7f104bc1741cffb97b7e0fa2e0f71e16c34c43e728083dabadf10436e9d8412d16be9afcc3fbbc8e3ed272616a53d146a59be58b6d4728667e393bb6288f -DIST thunderbird-68.2.0-fr.xpi 607815 BLAKE2B 00fbe1f80a961358069905b16ff0f33903d9697f8dc0b511c8b73269584bcb68bd4693031924aa4dd497c93be5bda1d3a2eb0ac7785556974913b30608d64784 SHA512 1191176b6e15391a46c4ac9f9b8ca0f48973b484a50d4eeb5d65a4504da646ce1e4d90c8786ecd7ba5dccfa36f0b9ee1a0951b3578406e4afabf94399d5e8019 -DIST thunderbird-68.2.0-fy-NL.xpi 594471 BLAKE2B 08948c4941160857a2a817b855f02035c783bcd808710b7354080f300c33b85b1bf7745191912a4a7703c953cdc4c9caed2f63fd4553d1185fc19da26c482703 SHA512 3655a0b45d5b7ddec1eff8bf5cf75dbbee6675f566b30ead5eca007bbf0f198811bb91805d8ecdb14620937c5e1731bce36fc45e9bb2af9fa2694d4b5bf75200 -DIST thunderbird-68.2.0-ga-IE.xpi 588715 BLAKE2B b7edf2f3fab40e64b24fce77c7b77a2b721070ffad85b452b2fde4e636d375527958b0a56a6e440e52dc5d47bd3573e389278f9d65e3f3e8fa4d0c9e001bf051 SHA512 7959aed6a8d49aad3e5f68b55bf48fa895223caff752dc5e1e678571c2031076dfe98ef63ccc69282cfb748b4a4f0a8f203073e46b7c40b12165b7b17cdbe498 -DIST thunderbird-68.2.0-gd.xpi 587114 BLAKE2B fe7397eff3b3b33fb205af4ae807157db142b04be0df1e6e32ec77af6c3ed5481083e326d7ae72caa1cce93442c89db256fb661f37c13b57acd8bdee507addb1 SHA512 63c765aa3f3ac9232c21917ac011a0d45c3437aa672a1f326e9081e968f053ec31ca057d91869f7e6675b434ca4123b076c656dbd0a6d858b3b7904104bff093 -DIST thunderbird-68.2.0-gl.xpi 568401 BLAKE2B 612d6118c83d4de45539c0c3fef1e3bacd38ec8dd2adb741b48dcf4716a18fb4c1ff5f0c55a519d460edc6ee2881aeeeb3057bfbe4d16c88a80c91c9d4f25ac1 SHA512 f072e5d4f810fb4410333dcd8e4e38d99ff471f1a8702554fc2af211e0934cac1d2e875d2532b54f336a23df40749bdd43b0751bd9b34d47e315762e628cbf58 -DIST thunderbird-68.2.0-he.xpi 604792 BLAKE2B 4f3c6a142ec32a5245dc961dc4a56297070368e08ec569a6bf8813e7648e0f2adef20686a23fd405a58bca7649ceddb822316eed494320521c3a825030bbf39d SHA512 e54499712f207c0355cde96943e0a42e944787d363cacd4c1467d5cf8576c885c2629e95a2c0679171f473a510ec7aef0063bf36f9c03924743cacfef7100cbd -DIST thunderbird-68.2.0-hr.xpi 583787 BLAKE2B 855daecb3e4c3d910d27266011ab58d3ee1d9de893e9a6a00307ddb0a30ad32898de8e3dec15139aca350dadc7fd25828164c0821d828bbfc617332f6f196908 SHA512 a61729b0cbe170d488c18450c330091d97bd78a0a70a0500c60c3d752ce3c1ac2008b897b2773f70b9cb0757ee79b2f60a1b4045bf52eefdba39307411bb705b -DIST thunderbird-68.2.0-hsb.xpi 616040 BLAKE2B 4b9ba9a4df604ab23ea06421da973e7ccff0460ce9e1d762e2ad6b2907ef496b6ff33fba2043e66bcd31aefe55b2bdbc27e94f4a1b9ab97681d72d63e084f288 SHA512 2eab483d307deb10b8d762156e1683def0053d94671cf464a95da184da6bbea92a393dba52f2bd8e98a66eb00ffae1c840503c48e7ba0f445a90eb53e56a7ce0 -DIST thunderbird-68.2.0-hu.xpi 618159 BLAKE2B da0a4b03c522f1e599d25bff469fa1eeb5f3bde352444b033bef8828ff6eb7ee84f4079feaeb0fa98e95495fca226c3a0a468e8f1c4e0350b3ebff195f40cc80 SHA512 87091e177a36ec5cbf4543d5b629debd32abe0cd8e970862f1cadd3211b784c01849999ece6ed69bff5d71535a4710a4504a52bb5b92798139b60680128b77c5 -DIST thunderbird-68.2.0-hy-AM.xpi 630528 BLAKE2B 49e36e485bc829541dcdc3991b9db05b758f7562b80b858219559ecc5157ba18cd3c6faad6ff72b453efa9f61cc4209ede7464f71869e53d2fadda2a68bde344 SHA512 6afe8db4d56dd2e90c05feb706c678afac3eef1518048a72b93653a8b68e4697c119664c49b1f46004d12ae3cb7821ac2a65ef50642bbf1ee69536c42cc48bbf -DIST thunderbird-68.2.0-id.xpi 567752 BLAKE2B 314fb6c5d05a55e979c2267802ed698bd9791507ca86bce16dc0c29138ac4a32a5d4262f138fdca646d38bf7c20531de3085e1e0a9749bce432c239d5234602a SHA512 729cee80f7bff4013b2fa48a4ac4941a4319d344e32649456748d27f5608d2c9e5d44a730416ac2d6442b79e85b8bb466c5e95bcae78865aafe142e48200cf3d -DIST thunderbird-68.2.0-is.xpi 575445 BLAKE2B 9373c2a6ecb9ffce75a7f10345b19426fda5419880641fb40bcf3d071c0354fee2913f92701dfa32cefced079375d76949925a412edb9fa1bc8d03b48e6364c4 SHA512 cddfa8b0cd6238f56a6dc65b671aeecac0a73641a1924b50c7d31d6947d5477ebcfee9ee97d31fe10d25e8d2c23edeba2aef18467c6ce722e50fb589bb97d0e2 -DIST thunderbird-68.2.0-it.xpi 489525 BLAKE2B effacde911582ab60315b25f2d8ad4ed835b91cba565ec6203bfb7ce472594d96edd036c8127f6cc9aed89ac5729d2d83bd4e0df5cf54530be158f99b80e9d6c SHA512 183256da4d4bc52c057d0e9c157201554950d4e34c03801f0e0412181d4aeb527900a2d74b6ef56ad81775d8cb2d65f3e8f242291e6c1d79892786d5f4a36b49 -DIST thunderbird-68.2.0-ja.xpi 643580 BLAKE2B f239cd0c7a92f95282d39df7c809c8cada701579c73151df9106eb13e16423610dc2dc20d0267c34d3b66b1ddc100555402d67476748e00399e13d7cb8821fc4 SHA512 7f4cedb58b4da31b1ca0198aadc357563ebf16132e0e039ce29a4bad59bae7223c002ccf099ea67306db8de42eea811e8f6fb9a97aeae10cbbdbf930f0885f8b -DIST thunderbird-68.2.0-ko.xpi 620534 BLAKE2B a02bf7613a52e1174cca518e7782341312c4e48ee463910d1cb70d41177adc795db3fbe6ceae7811605a5c8f637c53e1cbcdb288a70ae75fb2f1a5a4963bd8d1 SHA512 4c2113529b35b7cfde35c664066a65f54fa0cb2c7c8e61e1fd0c5c70c105be51ec07c9ad64539bdd9f4b925645e34bdb2ad53a0bcfce3b3d39063c8767f230f9 -DIST thunderbird-68.2.0-lt.xpi 603850 BLAKE2B dd4f8cd83fcaec999a7ba2bf4839162ab8da9bafcb139b1dba831d2da20eedabe948cba483b29a257a4c33e4b900554553d182ef6601c7e57f97e8de3001775a SHA512 5aef2ad8e2b98e8a1a73c337769d444711ed4130edb0ed841a68481123551fa9a7a029f572d2064bf3f2ac6ad539f8e1dc2bc6bd2b11d576c9806a58b0a29905 -DIST thunderbird-68.2.0-nb-NO.xpi 574023 BLAKE2B 8d7d5eb23dfc3bd07884a65403269397dd8449e48984cb56ac519be454644996405074ad3ce28832aa9f575ffbab3caa84fcfb7b1936b1e5b37cfe6bf50521dd SHA512 ec554bf9f72e4a30268bbd9fedfcefa8fcbf4518b97a415e7dfc3ddad586bd4c2cb5aa6409f31b2cb59aca101a4cfa80d79a80ca9302a07c50193707ac07a27b -DIST thunderbird-68.2.0-nl.xpi 581359 BLAKE2B 5c75149d23f12d4e7eb9b107b1ee3115b32fca8e9693980e2718d2ff143815216b2fa83c9925b7395cf6acfb33fffb2e67e56b1c17dd94090b51da7a0f290c55 SHA512 0a86d856f2619482451aa6283305cd9abbd2700e0431c8fe8c9852725523a9c101bc5d18061460d13a92c5541630e3d913bee3192d87df3f412b7e4b1526b8e1 -DIST thunderbird-68.2.0-nn-NO.xpi 574953 BLAKE2B 7c87cb36511e7c6a4ed7aa097b4e83208f769c5cbddfdc0b0e225d8e0d775c1464751ff2a747d08b8c459ebe9540a9375c4c41bce2680f08870b3fe5ac4b21b1 SHA512 857a5fcdd2c19ffa1bc32b589fec6fb093f40c1ad6579ddb28a20c8a5a8e0efea5136bba37297019592e511392cdfa420369c3be968ce0cb11074ab45efbf868 -DIST thunderbird-68.2.0-pl.xpi 576090 BLAKE2B 85e5b432d97bea035bad61bfe08aecb933044319306ca58ddbf06e310d84f1f2a4acf0ee74a9f01fcae02cc9446d54a2e546618869fae845f33acd817413bed0 SHA512 cecff797b042339d20eef0efb80edc6f25392cb13e2fc9a9834c693e752d49df0e6457ee14393bffa439be2e314c4eb07eb24d066aef0c42a04a25ea6bc2f19c -DIST thunderbird-68.2.0-pt-BR.xpi 589842 BLAKE2B 0fb6ffec3cf2ea77d8121380664f17b6d64b8ce39adc39635fbf6e848de62f60d8a23876d5d563939d1400546f060166e338963c6c76d244ebb0a95e9857f232 SHA512 53a3a623d912273ba42795aa0b6e4420c17fca41c138e8890ea873f67d0f29487a0aed81dfabfa5ea4ff205bb0b76c6c14218aaa866f98e493b53713c0ac622b -DIST thunderbird-68.2.0-pt-PT.xpi 588107 BLAKE2B 97b0dd2e49c3dd5d9959a6c74071df47f05225a2966b02df4e6e177592fdd9ebea5b4a3f259e0a4f20ffe113470dd3cf5159aab6664ce3a54b9ca4d8858cbc04 SHA512 50c9f8e9e719dec0fcf59c8d2c0b8f5f06013d01d087c32ab75b2855879662b1fbd3f61bfb39d94f9e8933862c828b25596b30616e561b0836a820304975f1bf -DIST thunderbird-68.2.0-rm.xpi 578054 BLAKE2B ca090b200f2b1a30d3c4b3e92ce843559a8763fab705f3a764752c0cf3a8e56725fe9f0cb3ec0501aba89bdcbf9af88d2b7a36cd5cd42ea27f2acb6978014d8d SHA512 26d590ce7aa753a64bfd25586b02fd859b46ba7caf02cbd50c0ae3459871b463dbd9cc621b896fd4b80c4deaa6724f8383522916807c0481163839e1009fb1a0 -DIST thunderbird-68.2.0-ro.xpi 594846 BLAKE2B 04e4494f35c5c5fd2f1f1e9ccaa657b6fbb1f19f1cef82b1f0dac401cb0b4ed71246122d64e6d36e32e71cd7b9b8727ac38c1f33a7304b1b8aa17db896cae2b2 SHA512 9ec5682daa29e094c28abcce89910e7a84f366222ce95a0410c7dc73222874ce70318b7099d439a02013ca83c2f96c9164d09b5d43bb0a536651e7184b2c2cdd -DIST thunderbird-68.2.0-ru.xpi 683329 BLAKE2B 3f3ee94798e69b13a55732e201ba44a03d33da8f16dab67b29fe846dc32be72b21c1d1ccab65e7daad58200138f4fe307d0b77c93295fad76ca748c12fbc4793 SHA512 94bae5cce1dfda964b631fd2247900e840eb8d9ff06d73633ea0071fcbe4eb6131c67f1898c1aa852f03322d105967d2a6e7f9e5efae7c741d23ab1497731b68 -DIST thunderbird-68.2.0-si.xpi 637410 BLAKE2B 5984f887103c3b37e16542b5d92ca28d755f16d8da9e07a4b2720f8ad7fce098859421a1be48d920320cc19198fd75f2ca8feb391225daef456c17ff1058da8f SHA512 14c06b2b859717a46180cbcee88900f3d2ed1cb0094ce977b5adb7140e011f0548f71fdf79e0c2f527e3ae6de01165c3a48ee177b91de884c0ecab3eaa753689 -DIST thunderbird-68.2.0-sk.xpi 609757 BLAKE2B d5a7d1ff7075c5725d6b56f5c084d690f45616cca6131f99b3bd974aa458aa56578cf862f7d81a6659d36e2748eaee726a74c6cc123af130a77fc52cf467b859 SHA512 1eea25f000f97c2e840f232e216c219000560e2d6385255e01ad93809d6c65bce17429432d8f862bbd3566ae3b405fbd062d4f1b67c187a73f98162c1031e729 -DIST thunderbird-68.2.0-sl.xpi 590633 BLAKE2B af8ca344a5eac40a9648d6197ff84519f1f031ddd57fd59506ef636ba8527503f863b98eb3b33ed4bc217cfbe4bc44a0f33be1ef5fb30966fc297fc78643d270 SHA512 ea18224ea3887a78f15211d91db2d9dc4b39dc9ba82420da0817c8658efe2830ca07604eb1767e6e821d056b2ae26e90bc51b83d941ba9b0f996ade9dceb79c1 -DIST thunderbird-68.2.0-sq.xpi 598904 BLAKE2B 19c0b52b18b1628e3ae7bf6f8d03b51f4f9ca27668e4cf5876b60a1af04ce6d69cfc16bcc5c0309ce6880a9609e4132b1e55febf10f9da3d71b25e2aa003b7d8 SHA512 df336d62d0aa3d5e50abb987fde5929ca9bf52705bac4ce3815d6138499248e92dd3a5daeff60654a2f25e945b0d487924889f14e159d02ea1f40cb5c5aad4f4 -DIST thunderbird-68.2.0-sr.xpi 624901 BLAKE2B 77b8895376e7f397545af99739b7f559b1041f6c19339fd43307b5f50027db44d671f447c113a69ce3b73130342c440512acabd1fdc3781a2c5746f5accdfd4b SHA512 ecada5af5c8900744ec2cd42c14c9e358cb83451ea6f500f0f6f49acf8cef1dc0f7b2e382372ca5128d6c57e32a7b56faccc3f69595817789567660c542130d7 -DIST thunderbird-68.2.0-sv-SE.xpi 591600 BLAKE2B 3b9c01947e7305d379e6bb43c618a63c64397a7a09383139a3fe6a1ea39648f35cea86f1176347a2b304c24fa0a9900df5b22974287b0c0a0bd11a8a1c2c3ec2 SHA512 778e0432ada9cd0d74b4cbeaebf569d52734309aff9238ea6f489f5460cda2d5421e7dfa2bb4b10540e1e8ea0015c80691398462027ee23b08e2aeac561a0978 -DIST thunderbird-68.2.0-tr.xpi 599712 BLAKE2B 116727742ecfa02f2d8c373da4234c3a38e8beda9bca684bde30083fe5129e1be4dab9f2ffcff34c31ee45c1b239af986abed5a5f207e398cb4af0961064a084 SHA512 d98b00a00d6e866cbc9362ee53caed108ce7826323c6072851ab81f05f4a3f2cdef64ec0ff1e25d1425fc724d7c28acaae8c4e227e353f07a942e6c964b732df -DIST thunderbird-68.2.0-uk.xpi 671458 BLAKE2B 888be9634bade033b5839e8fa0dea5fad3ee421305dc19d9aa08b417ff8a60605fc111eda4af92e52522f708369cf35814eb52995e30aa5e785647eadfc26305 SHA512 ec265e3c32ff2dda081b0865cbbd28603f38622ccce553edcada8c17022ba0d23ddd8e390cf3b877091d0e7acb151bc2385ef9d518278e48cf6aadf12ac4baf3 -DIST thunderbird-68.2.0-vi.xpi 623427 BLAKE2B acd1390aac23cdb7e1387e9b260515d620304d1512cad87b7c28f58f957cc30e017c6224f4a5d82bbc46f7e8577553a82adf8c43951ee6c18ba222055117cf8e SHA512 b46c64b0b800731bc43a080050514ab7e073241847fffe80583fad24db970819969f1b54ac9ff01dc32ec8f99dbcd3b5a251250467f2d4dc0f336436aeff01c9 -DIST thunderbird-68.2.0-zh-CN.xpi 626824 BLAKE2B d686771245a30d2668c9ced92ae3d2a1b9c296b85c8c05faa7c92e913112d8af36d2c9428c34b190a0c489177bb7cd2504d96e29d6baa2c1b380faecae8a6fe9 SHA512 094adef9fc03536c599cf25c30de11e509f82d12244d61ad1a6f4a791a8b6d6ca09ed37ca1f18c6fa27511966b5a50e305b30b1b29deb8efa1679b144546dc3c -DIST thunderbird-68.2.0-zh-TW.xpi 627480 BLAKE2B ea94cb229d496facaef3739635a66050190429235cd6b8cb58b1f1332d7c4121eece80f0aa1b744c4073ddb5990544ea83176563afdb45d93d8fbf5b0600586d SHA512 f75c2c0951d1e65f3826827dc5fde28556d64e0f0ffb9bbfd87c1ed740df558ebc3687fed166b36bbed95baea59ccebbf5db31f2f4273b7fd97c0c14c0afb4ab +DIST thunderbird-68.2.1-ar.xpi 617167 BLAKE2B b50b430eeba57348a037273dab535e8877ff267459a72cf21bdcf369ce95fd09bf2e86d220eb9559c7a03546f79675af73a28b5b183a737df661742b8e911efa SHA512 39c797056fd7374260635530454ae3406b340041ef411cfc186445d7626e3a0c11d7c976369968e98fd36d3148402bb84d6c79849d14ec3cd25cb04606275019 +DIST thunderbird-68.2.1-ast.xpi 551297 BLAKE2B f4010d8012aae63e032d78a09410d41f413174c03ff4359e4382b56df71f1fae8a134bb8210b92d1f309fcbcdbe3edc9974ae37e25b1a56488b5957b2ffb41b5 SHA512 0487a998cab8b420b5ba662ee35a413bff0b4da7997374036efdb5fdc7265924ee846be891d878d4d0c72d829786808bc2e2f4ea0db5e1b4cb9d4a053134390b +DIST thunderbird-68.2.1-be.xpi 646279 BLAKE2B 1bbf3911ad591887267753cfe0dbc2abd5860e8f530147f168c8c8b7f662765d7945e9a58f5021a9404d54d81a47e421705d2c521a0a4a9fef1f6f99e26669aa SHA512 e6cd069f7db33b6bc43ea5962aedb6c3579981f3b4ad4490b40078936c7ed0d34dad4f44f2e1245db40a2c02f3580ebd53d0aceedc1dcd8e5e13645fa2e5ec55 +DIST thunderbird-68.2.1-bg.xpi 646226 BLAKE2B 64cac09f1d8e46749c7e69d38f721d54d58f58f22d35b9e972509a80d8982b6bb70f56766c77a3c4c7870e916e0cce9d1370a4241604fbebb81499f06bed281c SHA512 d8835e86f15353de8a4e43f72ac36f54ea1ca0d8d71349341fd8094f197a1b1b0e8734a07c0f8bc2fdb460ac418de5d44ce803a40f76e3a0e7b0c1d905605d42 +DIST thunderbird-68.2.1-br.xpi 574850 BLAKE2B a11e070a7df2893ff52889e243ae8303084777dd4f36a88a9ae3880d9c80226831ad881758a4a629d1155e7fb7b9bfe08cc383ee47b8273b86eb6c474637393b SHA512 944817370fe07d5d56f35e73f4ff61bf231ee7497dec1113348ddbdc124f34d91a661a6a431d4dac8d3ef2b8182ee38b72c8bfda8fcaf060f29bff29246d69e6 +DIST thunderbird-68.2.1-ca.xpi 578439 BLAKE2B af9e331b84bf8b105dda558da450364eb3d7a3fc5fbc247ab9b61f54d7674b2c89e0e4c890f2a55f6626e4f3c66bcaf835b4dcde1c0689a899cc4075e639634b SHA512 e5aae9535e1b04b177409d2992e59419acc4d28541c301e431b708709a1ecd0688b29f31572988d82ae29e0f79c8f4ac8f1fa0576c80efdbd2be36d7dd44ec14 +DIST thunderbird-68.2.1-cs.xpi 603040 BLAKE2B 2b3770e0f89a4d78e331d03137c41aacb2adbb73886c99439beb87507bcffcef8567002fbd5bc05bbca3a489e4440b41f82ea0e80e9bd2704a139388c924b917 SHA512 3c21ca64187a54c9d9c3dd186c12427360e7d3604f0de56ca8ed17c359cb69319cf11d44c9362f18e16c801acf9a435883209055962d50825aee6e2b282116b3 +DIST thunderbird-68.2.1-cy.xpi 589901 BLAKE2B d5be729df11aae41bf269dbd644334aff227b7d8bd89a263834175d23c54ff2d262373d90ffb6479170ff5c791fb30bdfcc35d10d2d681a1a2bd89e6a676b93a SHA512 87a77ab3ef612e21e562bad76d5bb54c64c78a3205d057452d14cc3eb5fdd82358c7fc8989c5be2f981dcd1086a5d057799afde9793c35b36ee7ef41e904b4c9 +DIST thunderbird-68.2.1-da.xpi 588349 BLAKE2B d0d159f3f9ff813379fd6f942fadec09a4994e7076b632c220f89f96a53bdaa3bc4692f5241b39e64e8baeee5ea5473beadadecd82b4dba398a69657a1601615 SHA512 43417fb1c90e398189e9fb5bab3ca3218041aa73aa50577e9e2a4c730d9e3d68277dbf9ecdfcaa0ea575af18382174cda502246f226656fe1648fe964a80893b +DIST thunderbird-68.2.1-de.xpi 597803 BLAKE2B 1d4048afb4afc6e2b5f6259328f003dc7ac9bb641082648c269e45139a2e9d8d6c136d70bcc5d643c2a8480ac9c80ed657698ad898848b45bca7809009ba4ca3 SHA512 2b5cbd75e1cc11d2843a349282b3dab52b28e640cfbbffe91c90725ff06dc6e31ac462ae7162d3f906cc4f1397f9e39c0820f8302824ffbc150f3ed0583e859c +DIST thunderbird-68.2.1-el.xpi 699222 BLAKE2B 7fd6e5b8a8785dc95cadaf2932792b17ba73d5b3cf5c78022879ac2d040a84eaff48063b0c075590e0ed5923a72fc257f5aada429e12b5e2f5cbd50b01bc0900 SHA512 d375bba5d93648a969c8378096af79072def9a137ae698920bd6f85321494178c2173f8e852e6da1d7260d0524ca8e74fb5b2a30039151495261f13b97b16df6 +DIST thunderbird-68.2.1-en-GB.xpi 556402 BLAKE2B fae055b41594b6725e25d754838d560d0d871280dc721eba340375fd33d3f634d3cd107c6029825425d974ebbea4a67d3332e2ecc344250b4721681b3398a6f4 SHA512 9d7b2949c1c0537d538a3b66901db69f1998dec2bab5e626cb02df435869ec93cd87bd0eba9e7900e036e0ff7af9efe07b261c5b26d43eed760c765bb9b94d93 +DIST thunderbird-68.2.1-es-AR.xpi 596551 BLAKE2B 63e78b34f6797133c044f8abb1f85bd484db7b850897844985d594ba3bc56b5866298867f6965bc22d57dff68e3252af0351a9b3545de4278dc84d1ca8ff85d0 SHA512 aa476e526985d4597e9ee42ac324a5ecea039f819e3e44dda6dff8ff915b548d6093d7fd80f5948dc1ef1f8fda427d542481d2ab02090c2b967a7e9d17523e1b +DIST thunderbird-68.2.1-es-ES.xpi 518351 BLAKE2B 6ce7973a7ceb15bb0c1138770d53151b3a0a244ef296f3d1ccffcb29307a8cfefe3aeba75c6a60c38d368f9ef69b6934888a63dcc2df9ba483e8ee61cfd4b017 SHA512 12da85956985b60d3548116ef286d0676c9ed9f07c0d6a41fdcb6cc86d41bc5233bac7ff1e037e9f331f16d359ef5d2920060b67399e3a9c3037153847f176f1 +DIST thunderbird-68.2.1-et.xpi 573579 BLAKE2B f7bfcfde5d919032d656e6fb4a08ba5ea9622d3f52790a9f9b9b68c6089a1f4e6d39c3225b44298970de6ef03162eacbd6bb1088c7fa448e364211ee216cd61c SHA512 9c268d201789248884719ddb8f903514e74fc213bf3b68b9296623590a8b7c62e2c35ad860988ce41dc7d2b1a9a11621dbc9d24a57223fc6a168244669352715 +DIST thunderbird-68.2.1-eu.xpi 579944 BLAKE2B a037187cc14559379ccb9d2e0c312edbab662323e1cdd0a6af1029956e1530b63bceced1accb46caa300d5fce4271f4e115338a6a02885388dc87ef1ccffb6b7 SHA512 6105569789f125853e9d87ffd7dc168aee4edadb4218d275b41835e6d728b47b25fe090827fca534331402dc19946a0bab9a8a4f8a796f86d2c965f4b187e1ac +DIST thunderbird-68.2.1-fi.xpi 578417 BLAKE2B a8b1417600a5e3a7ad6f03d284bf10ac923aac5164707bbe2f66aaa1103f85093b25a691f10d77bd227d1018480cc0c49076ab42d9111ef214f248baa91c95ec SHA512 72b1273fe35c665519101e9369c6f9e76275d5c7a016e69d2836fbfbbd7e7671bc17880f5c681665618d99f14aec5d1ed1a3b5bff3e735ee3136a500398d718e +DIST thunderbird-68.2.1-fr.xpi 607809 BLAKE2B dae65329ac67c4db85675e5e39e8252b285b89e6dc906f9860fefc8eb3aaaa427d3944b5717f7764ba49f4b9c82f836ab787adaab94eb96039061394f482112a SHA512 3e033730fcab2208ad27f922f4749be40613e3d8f41486185c5b4c56bcb21f4fe57dc8bf3e9c512895d0e321383779c74e2e7863b565c090b07a9147ac889ca4 +DIST thunderbird-68.2.1-fy-NL.xpi 594466 BLAKE2B 4f7103d0d049c155a1f29d0400b43c6bc1070adec6e0cc530e2dac6a7df494891dd1acf53a3d158d4d896bfef6c784392bf8fb2d76220ecee4949d3b8aa34a12 SHA512 12ef00815b853f8030facb65628f0854cfc77878c2e3b451a144484f5c372731c0f147d08eeffa5f4053bdeac4f833469ec776846bc04c8aeb63525760b7a52a +DIST thunderbird-68.2.1-ga-IE.xpi 588708 BLAKE2B 938d656f5a79d70e21a27db99d99656bb5494e38314d07d4c2d7410ae0f603b96e405c762181bd96c977518d179a0a7a5e20d93d3e752c8bb70f024e0ea84143 SHA512 a1e6a98adde067f449e662d8e2672923df75d31832b95cd4c72cdfea1e10346bf9256c2b4f0a1952df7d280130dfcd627c575d899ff655c949f5442fd3e8b538 +DIST thunderbird-68.2.1-gd.xpi 587109 BLAKE2B 7b42c358c79b340849f60dbf5ccf843f09a8cd7e7be599463ad5796b5a18485298f5edae8b9f6a2df73a50fee9a79b9e93e39451c6fe8b6dc73c7b8726824e40 SHA512 be261515ab339096f38940274d9d7a5fc78cb1ffebd76905aba1d19dd7fb4601e36becd2ab8912e70113f72f7d0023d4f811964e0d221d94e488022fc1b94322 +DIST thunderbird-68.2.1-gl.xpi 568395 BLAKE2B ea28dffb8f766e33db1693333650845181da6f97c2bba77d30d7fcdcbd7f3f6b876c81990306afd41ae280270a7271732fab25381d050d1533c6c93ac3f0a034 SHA512 1e2289a2ace20342c5ab576adfcf93f86df6a04d69d3290f742f24b0965439f5adebfc7f8747ea52ad6ab271dde94b3e2bf6928f4995f2afce16a09f38d8e1c8 +DIST thunderbird-68.2.1-he.xpi 604787 BLAKE2B 29975c5a9a136ecdbe512c5c6803cc3079e90a049199c674f8a2dfa1fb8f008adfdde9e5548c7572147468081825b4eeac539c3e865c4bdaf29921d36f1d2a01 SHA512 f54e27f3bd4d7dbe08e8a82263da93076e26ed478375c0ab3327e793fa9c4689a9e56ddbb59e154a8100aa8daedc628302996f155138008da5e2bae977fd78e0 +DIST thunderbird-68.2.1-hr.xpi 583783 BLAKE2B 67528a2768f000242d212d88792c47d2ea4ea3ab0b2d304b87d557a8fda35c95d78f31b675904ecec0ce21f1b270166ed0283e8a00495a21ce2d4c182e8d4d17 SHA512 6b9961a82955b63a10d3441388b1a67b07a32311fa67df34c004ca734b20622d0cb04e97696a6d3f1f7021057606937beaf9b490a226b36fc5b6c5ac2644dfb2 +DIST thunderbird-68.2.1-hsb.xpi 616034 BLAKE2B f3f03fe48fc0c54dfeca6d18edd68d8bbd06be7aa35cb1e43ecf5bd7f2d4aa6baa5e2db2a2b8660e6f9c27891b3ebfad546072a82cc6be29ccf8a574e59f0947 SHA512 8459be1e9a4d759693f36ff1f94e78ace6a56ec3a5166622ae8a853c2f30cc8e5b39fa72e75f387a91b10b61d5c2aa270dc455a28f4f81f18875c286a847dd90 +DIST thunderbird-68.2.1-hu.xpi 618153 BLAKE2B d3b8331e7a5559d593c8a994cf21c13e3d1387a578e4fe08421767b3def87a927184bbe0b0a95671d615d423498fbaac003bc9abe9ea09889040480eeba9517b SHA512 9e29d8e960a564a13832b3a6956eb7307f5babe6f84eafd0842c161daa38ec171088ad84de6342825a85efcf69a233d6f8881858463447ccffe7d2ae33dec18f +DIST thunderbird-68.2.1-hy-AM.xpi 630523 BLAKE2B 095575ef0300c70f2130aa866e0a87ae383c91d87d87607b3eb28a2e50a2dcf476d7b5cba2d3a0385a4fb03560a381932d57fe51ad677d34dcd368786fa0d538 SHA512 6876d8401194430bd1d70325db8bab3fa75d6dd5257ea2bae857af41516b8882e24d073a8dc2ee30c730ae957f85941ae8232e302842fb7e13d53240158dc0e6 +DIST thunderbird-68.2.1-id.xpi 567745 BLAKE2B 2101d0d81335a7f809a9df5ff69755a2dd07ce610ac7c9becf48e384b7cc364f80b4583b9a37794f30ddf03c35bbf98f64d709c20481653f9a111b08ccb9ee3a SHA512 5fbb334067fea501704c0d90d3ff8eb14bef3cfd9fda9e99f43d8c4a2df7ed22712e674de1a28aa2928d65ee17b5af62d2bda56bc5b4fca9d11766feace32145 +DIST thunderbird-68.2.1-is.xpi 575439 BLAKE2B 050cdf4429bf616551eb17b7e1af5ed91ea23ebd4e8e4e9618c90a3464a39cf5dc80193ee8331fbbdb72520d6abe7558c7f1661d331a98b7c7dee95783efb37f SHA512 d40667021c4c8db463d18574ae99ae6a90a813277bc3b6177b6649fd9b3a73d661de4a0962b01ef8bace984b5e1e6ccddd5ecfd8a7641173601d679b259d5559 +DIST thunderbird-68.2.1-it.xpi 489518 BLAKE2B 944e93cf364d3f2a2d4f9e895c38c1563420c492cc6de9c33b38de210418ddb96f5deeffe881c4b2946569bbfe13a9f5408475d495b834b53e50f8bfcdea123b SHA512 545c3e25cce6391c62b770c77eabd28d7a22a11ee7839469eb01437b66d2965ac27d536bb7a8c04c9664b1f24bfa759dd8b2bc113886de5eb087e58e9e7e5589 +DIST thunderbird-68.2.1-ja.xpi 643574 BLAKE2B d76e97801313db9cc173bd49306022cbbf2ade2a2a5100d34c69668e3290e1f1874d9514a879fe7bd8ef5e39355a554c7b24fa78b4092a39ec12677618758ac0 SHA512 281496a229134cfd4151b1fc88db751b18582a5a5ebccdf2661dfa276269111bac2e57fd1505b740a96684a0c5290477e0a250edeff742c1f04fe7dea1c4367a +DIST thunderbird-68.2.1-ko.xpi 620528 BLAKE2B 25b1f7d548a64c1c71488e28ce07c9d34019f60bd3e32842ac47d130f613aab983545ece7a79c6250548ff8864148fd718f5754ed59c79a3efcc5c7216c31c91 SHA512 c3a95ead593175de64a33f8e9c045fc4aaeeabe3b075185a745afd97aeebfea8125c9e76120ffe36cbd2c32b1101ab3a878d770357c5247e538a657972d0d863 +DIST thunderbird-68.2.1-lt.xpi 603845 BLAKE2B f28eb4bb53c7dc3f8dcdb4df2c0a4e4f9c41d05aa2726a039f21b644aa2232161d1753c05c1df84a6c1001246ef15dc1756f4f093fbda3812e9885ec0873aaaf SHA512 839e741d196670b7bf977599dc9d16303b0df0a24b5189125bb64e3ca4858deee37577ce100a8d73597004224d18fa8df2e4844e9e5156b561d3911a782a2ea9 +DIST thunderbird-68.2.1-nb-NO.xpi 574019 BLAKE2B e670a343042f43331b5f4843093b4887aa90cbf0997b8291d0009202ab4840732312154f1a64ac564354cb38494d32adee5f2691528f71a50aadb9346fb1c8b1 SHA512 293e023d8ea71e61350c8aea8fb5c1cb96bacc7cb570785f4b551ec57d82a37c139ea6547f2036d36721d0a978f82e09ea3735beceeb0e5617f40ca22bde41c1 +DIST thunderbird-68.2.1-nl.xpi 581354 BLAKE2B 81b59458bb16237e01b8d11fb3b8a0f12e04f4c187a73394014870bca9c8de3bc48e33e0fd8ef329d1b51fae7ba9b30d12541e188d51d26f584f5fcfb51a5c93 SHA512 d88a95256acf30308a1e18b849d990168805b103be1ff4099d24494eca25d2669c2cf2c5cc0b7941df68b397d4d43fcf98e82b5c1eb0108c47045ea1d01fddd1 +DIST thunderbird-68.2.1-nn-NO.xpi 574947 BLAKE2B e33a358c97e5efb572f3cc319395f78461241a30e87f71c620089bd6d232d543dff6f241ee2520593dafea9498d786cbc4927c812d3291f2b91f0d278fb39faa SHA512 b0bc58bb38ab4dcd26d992ccaf5e3b6a2b186085d34f62daad5ae4988d13687f2c39a298e599019bb7227ea6bb82a5dab7c2fc77f36518fcf8afcb60398c2b6d +DIST thunderbird-68.2.1-pl.xpi 576084 BLAKE2B 0ccb5f8d9e04fb26baec2afe0010dbf2385a0f946c52b89a726db30ba91e738aad99701a0d46fc9f580ad5586a0633d7e177c0bf335d27e0216020f76e98c580 SHA512 2012096a7073756975bad44137f9e92842ade15c84b088ab4c7e1f8f99e2ce9ed7ed9002499aed35f5ebb26ee89e7cf33896a3ed3e5bab1673f4a4cbb063b69d +DIST thunderbird-68.2.1-pt-BR.xpi 589835 BLAKE2B 79eba93e29c0f4e7344f65a0bd52a113cb619e4912ca55a5e8fa48e298bea1aa58baf9320ada9f855e3331410f3e79754c01ce228d14f40d78a70cf25ea7e073 SHA512 4458d7e3126e51c642d9ee4477f2c51fe946fa6c185a111e693eccb726095169c987b5ba5bdc91ce86949641d390467c237c269d242d4f02fc927f68bb4f191a +DIST thunderbird-68.2.1-pt-PT.xpi 588101 BLAKE2B cd9068ac37bc5d03a4a1f65dca208afefa3d762401fc0499faf1357c5dd3cf719c4617777bf6a1115151410bf00f5d22b1d9d88679da179a7951e23b36238de2 SHA512 dfd5319e607d3132619ae8310ece89fa29830be089390d420cb1c1500f3771edc27c989ffbf6af8af6efd6bb5d10f4e6fa4b59750a79e22977f64a3ea82d3495 +DIST thunderbird-68.2.1-rm.xpi 578048 BLAKE2B 4c586bca850c523d7b223f100276a6b5af5bc5db3c2d11918b6fa2faa7d76e1541ec19f1131c1229e9564d24a69fe1589fe9c1658fc2f9daa0d6c85086f64841 SHA512 b6b471a84913d64226de5aaf4445f9d34a7fb46794484df9f72eee22e4431a52916acf11a4855d7623772d1d7d4ebce293193c62614a5fc2fa0498df1fe6c6c2 +DIST thunderbird-68.2.1-ro.xpi 594839 BLAKE2B 5ca781be0d7473240eb05aa0ca6887a2aad8d7e1f1a24e2be53ba46df3a85ee979f1fe7025159c27fd55444a893d2aeb7725d6864dd37367b82c260ca06a51d5 SHA512 d4c803387d4a1a44e2852fdd293a36e6eb7c3190270622e418a4013ff247c0c41a18225ac929c7e15e09e72524bb88b73805e514a87f6345296c037b6d9071c6 +DIST thunderbird-68.2.1-ru.xpi 683324 BLAKE2B b6befc6c1959503a3984d2e5c6f004105e5b6ee774e5e6b9681ff5a62a090e36ecfcbfbdfb83a45d7ebe59ba46eb24cec1fd9402f712ff0b7e682ac7b045c32a SHA512 2157d0cd2ab13b8a49b2c42255887dba3aaa1c6b0c10512aae441b4b87e443bf85b140dce21cd5c3e9915f38fa06fda914ccc63040b286b8b4aa03644226b82e +DIST thunderbird-68.2.1-si.xpi 637403 BLAKE2B a46b62fd4b5df7d0701925fbbec3bd8ed40d7ab2b1520be07d58ffbfcfe5e35f8caa51f8aec8f7f1e7aa75e91f1f324969e03fbf2f6083f772d895810328d4cc SHA512 87a28a77921a52fd51043b26391a03b28c310b71b97542d39bb662f8c0b8ece0054c419051af16bdf375d397102fb1f0ae53c899b5e3d66c8396e5775797b3bf +DIST thunderbird-68.2.1-sk.xpi 609752 BLAKE2B 1b963ccbf20b8761a08d915b13d40746d0bd71eeffea1386ab6e6d7395543d53abea22492a9104e158ef025070a35cc71185c0059d5cf5c320642f312edb0e54 SHA512 ce5706b2e967fd2e8d6c40fcb1c01947fd906dcf69d6c4fbe6b5ba313ff236b2a0c0392bb028ddc84affd0d05e56ed3da9d079c6ca6908f5d621fa57fbd8f966 +DIST thunderbird-68.2.1-sl.xpi 590626 BLAKE2B 1119098b75837cdd1767e2b2a0f28bcf6e06a559a4bf44fdf242ca810701b77413e01c9cdf3461ba755c6ce10176d2ed74ccae355f12fda475b64a0e9b9cec3c SHA512 00917e60ed2f1c34af62061e675aab8aa9b5b0c54c93193a9c3edfbe1155642b2cab5bb4c7220f12371726385368e9de6af19b802b18bedff8862472bd0a666b +DIST thunderbird-68.2.1-sq.xpi 598899 BLAKE2B 408023ad19ba041583cf2d4499fca0d5f78dd4f93e0ea155131ca539d763b53c56e349c4babb84d26621115f1cc705086dd6726bce0f2db5c4a9394c22133191 SHA512 dc1c9878335b9d9eccf24d614120e390535118d6b16708f8c012d43b7bc64dc60146100d08da2a8275e07a218febb94faff0bb97099ddb6dc5ef397960d2424d +DIST thunderbird-68.2.1-sr.xpi 624895 BLAKE2B 18b8973395db34cd7cc0c0b9ee791f15dcc0624b324bda1e4dfbf909ac04cc9196438a001f79b188ee060bb46a44f723bd62ba60485ec650c2696cca3e833c78 SHA512 c2f55944f990d3b0eb1543494dd488cfb4e642d2fd8b7dcbbe73ab407660d4d21e47481fff74f1c10162a3e73c36bc82af52ab4ba230d9853aec2993e427f727 +DIST thunderbird-68.2.1-sv-SE.xpi 591594 BLAKE2B fb4e145ccb4b88ef845f0304bd3534dd8a5c150b7ac9d4d5a8b9f3fad6be96165a3ee64f94cd93b13552afd866f8b3c7189bef0ab70524698c5820816fdbe349 SHA512 c62bb3514bed52f6c45b280f525fb0711ca5d74df585789bec8ff6daf4069e9351cc72aef493c2e5b575d10523de3835d0b3b9332e5e3e968cb02ace34df1bbd +DIST thunderbird-68.2.1-tr.xpi 599705 BLAKE2B 63c9d7c11d76f482b19123b3321873582468cc1bd8abf88a2b9d9339aa9adb0b1c6263bf7af484869d3adf52f8adf7a9bd23337602f1cdd13980dd068b574089 SHA512 0bfddcbb4f3fe7842c3a348648383f34b448d946f86be58216212629b7f097f62cbfd794e5241b80e599248769381af14816d5b24263e0651ef329f1f023187d +DIST thunderbird-68.2.1-uk.xpi 671452 BLAKE2B 3bc648602768d1841639dcb5e796a4680177522a4b1f0e00955f6d3b7a19eb4c5310cd88a7fbab2064a3601496d4908e39a124665abbe67a4a2ed3183aaa4d63 SHA512 1a1517098c1e50c872e100188b24250ea613aa70521e57c9c806fe7fb9adeefc4b47a1fb761c7386f374682c425297a3dde8aa1b7f21c92d130cc5039b700079 +DIST thunderbird-68.2.1-vi.xpi 623422 BLAKE2B ee7f5664b1d4f9b6108ce5235b7b7446126a63010e4469b1fe076ddabe4036155813005f397523ed62c0d112344005bd8823fe5fbba6dc33e5964fbb8436e24f SHA512 fe567400236fb839a87d28d8c1b350603559c8a479b4a130c47be1d755d54d00b75fee026e84649f21617fd837ddac9a068c1012c4f9a1c7ca62e58c85ae90b2 +DIST thunderbird-68.2.1-zh-CN.xpi 626819 BLAKE2B 177ec11066c6169a17f5444bd51ad1d576199390deea34e865f58a5ecb163557b29d6e2b297e189c671fa3647341ca24d3fa7f78840176dd07198c76aed6bc83 SHA512 13b0c8eb61474d8b41ec14963f784229100fd9c3abe539ac59333c67dc8ed4c09ff2e0c1e349105b3400ab83163715f30a0f48e5d9498abcd5d2fcbb49641a26 +DIST thunderbird-68.2.1-zh-TW.xpi 627475 BLAKE2B 88dfb44bbe46eca62c97e22db52279979dca021e9ef65f1a686040900d6c8718e82a782dce49d6f2fa366599488854154f5fe1f946322d0329b425f87b2cc0c2 SHA512 bd52aed2b4de2fdd87b95edbbaba3b847245498584e7469bfb304d95094a98833cf008c273fbe2b1e0c0e98e359fb2f02e037684d8c6ae69953d240dbbf4de0c DIST thunderbird-bin_i686-52.9.1.tar.bz2 51223475 BLAKE2B a30b4679ff844fc9f9752fc6048b266662708217021b65406d587c0f8e8c0793eae3f171465bee58bdfcd635a909398bc65d3d4f07c3cd986f9edcf069d06612 SHA512 69121dd8b2445e6304f4437c06e1b7f423b19d4069290c0709a3356680613964df138c417c3d258bc978d8709b9ada28548b43c93ea9122b64daa046d96a6d78 DIST thunderbird-bin_i686-60.9.0.tar.bz2 52847155 BLAKE2B 2288039c6f5478a5e7ed78a1dd18164ac7203dc380bcb2b69c2aca7eb73cba0115e5eb4d9b12c7ccb2de6a352f3927cd7a8d4b1769a17d9d1c681e8d4451c577 SHA512 b5e3a7d7df69f788408b9d83b05d45c6f8464e9930416d6feaf70a5da58d464b71993b6891d77969537a1f806227565096d2649e19b87bf46ce81550cf7f59fe -DIST thunderbird-bin_i686-68.2.0.tar.bz2 57298578 BLAKE2B 7f025bcb2f9db3cd0647d8a70eab3b9e7ba1c5c0c22ca45f0f70b7fbc822856a7a37edb3aea8d0c098decaa8aaa2b0f2003c84aaa0b687e0af4c4442a6e823fd SHA512 f1eb103ed969484c70d28519072be820014c829140876fea01c944b24730986108ab717e15d41eecfe3e1226d3a4df7e19848c83f32e04a9d1b5a57a3ca1ef36 +DIST thunderbird-bin_i686-68.2.1.tar.bz2 57139444 BLAKE2B 4925b4c9430633007a26274965ac74102112ae01d165a616e704113a1609c8a125d2e777b735a197dd08e2702f82b7cdbc09de3f5c4b19f7729f637e770fc31f SHA512 07e703940350fc8e644b4ba30ec1e484930919f1a7919184c94a676ce536b284ddc291221b68d644ed38caae92c9035d160dc957995e041905e7bf6a2f0a61dd DIST thunderbird-bin_x86_64-52.9.1.tar.bz2 49930254 BLAKE2B d0029fc31e02f6790953fa5bdd6057be9d9aa68151bc70c6effa91c17812604998cddd14ef71f2458331ecc85422dcc069311de944e7b10019f422e50fc88fff SHA512 98a35a81f77b58e6f5fca79ee5a56330f8184072c118b571245c7f686d2a196e0cca6f4df131bee066651fcf69b83ca076bb9dd68fa71dd766962694df8e43a7 DIST thunderbird-bin_x86_64-60.9.0.tar.bz2 50538647 BLAKE2B a045c4c982cd14f6b454e72f8036603dcbbee2203cffd1cf916bfc50c393e74030ea490b4acc1237feb9ea0368b1368888769fd500ef4f7a1868368547bf05df SHA512 0a490a7b7b02bf13b2a47e7c838b9e1dec7848f2f40445744f74ed3294fda0588c2ed6ee402f3722d0dfccd0a9df9ed3e38021807ff337be3f340ca85c96acfa -DIST thunderbird-bin_x86_64-68.2.0.tar.bz2 54681432 BLAKE2B d6d982964a085c31ce66bb6fd40c71fa0a424051f944bd63c90c12125a71c776ec2a5994c98fa6a3cbfe82320cc36525daf9d941141bf190c098060a85bb592c SHA512 363441693ea13b0888e32d50ab1906d4642ea8b9503ee5a9b2c4542a571e1d9339a6be9775753e1c9df151f326fcb403e0b294aaa0e397b7b586187e43af3bed +DIST thunderbird-bin_x86_64-68.2.1.tar.bz2 54678880 BLAKE2B 551062cc6605e3bc9fb303c151b20b861cd1c2014ff16fdf972cf7a354537687ad3e4056a364a94eae39a2eeecdf4792c4d4825a75c729315bea54a93d4bcf68 SHA512 158b888e2e10bad44f7a6fa19e4f986fe75c56a9ff98fe749b1b981fb67bd102e9ee744ed41267b4b327b54ad24ab74cfa033f9f3bd2ccce9d7ea2f440e76c4a diff --git a/mail-client/thunderbird-bin/thunderbird-bin-68.2.0.ebuild b/mail-client/thunderbird-bin/thunderbird-bin-68.2.1.ebuild similarity index 100% rename from mail-client/thunderbird-bin/thunderbird-bin-68.2.0.ebuild rename to mail-client/thunderbird-bin/thunderbird-bin-68.2.1.ebuild diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest index d97cf4feb33a..f37cbec10724 100644 --- a/mail-client/thunderbird/Manifest +++ b/mail-client/thunderbird/Manifest @@ -61,57 +61,57 @@ DIST thunderbird-52.9.1-vi.xpi 637163 BLAKE2B 95c18bab7d30dea4a8b2241290175c77a2 DIST thunderbird-52.9.1-zh-CN.xpi 593611 BLAKE2B 441b5332a08daca64282a8d4233c7d9dc2008c80c1ebeaf4d125d5c804755509b9b67dda3423cc9b9a9af3d29b386bb621b231e426bdd89879e2e620f2106dea SHA512 db0c8a338df861a43563c70fd73768a5db730ce39e7a8400de44ccada3edac1f7e3736edee5cff439df76ff17f2b4838701e95fa739f5aa04463539516a86f0b DIST thunderbird-52.9.1-zh-TW.xpi 595728 BLAKE2B 8e2f6bdb65418ae837cef54f042eb8aa8ae32e952cece4e3a5a8cd13a4ac99a56495b7cca900d7ecd10d82ab77ed334a8e27eba8d49aca066bd2bb7d7182deb4 SHA512 24f48563439450751066d49f609ac4df9d7e31d7cea36ce8f2ad8f38b04fc4d1be99d50463700c4ea2963948b0ec1c1b5323cada6a3b1480f1debe52d50c4f1e DIST thunderbird-52.9.1.source.tar.xz 230475264 BLAKE2B ec2763d21bf88779867f4478dfc544b5afbe1062ce51f09c1ecc423c3289f0cd91ae79bc87d726ae77d885290843631f36800fff18d802cd4a998966e7793b74 SHA512 0de80a5036b1e8a5a8549c546b4693cb285ee4d10f546f4b4aceed9e1d6c64b9dbafce7bacaaf057112130036f7b41fb2e0fa3343412140e6ac926dd94c27d23 -DIST thunderbird-68.2.0-ar.xpi 617172 BLAKE2B 2094d49274395a3de0c2a25534867687b41570c002eacb7d3b03bea0f17446f1b8baaf0ac456d92d506616c1c2a792f7df6e5a9c3eb0ea5499e27b5b1fa72ef8 SHA512 1fec24613ce2f46ce1c6b61ece4d6bbeeafe69e881846c0885709ac5ebffb07484568dadbe2126d82dd7e909e9c335a4d418a66d3eb205d8b775514cc44c2bb8 -DIST thunderbird-68.2.0-ast.xpi 551303 BLAKE2B b5bd7c9bca3f11e0cdd5caa0cb8381828f4f2a3755d9e686271a9d4dc863d0334023bc43c705a1eea8ec4f9ec250743908cdba60fca239e5fe4d1658f1d1bb16 SHA512 f1a6b1cfd38f42aab141424491362ce3e10c7a04398bf3860c23ed2159a0e870ecef62d9a30ee70fb299ef89c2b9afb06867e27c557d2f576cf9bf7f7f185a55 -DIST thunderbird-68.2.0-be.xpi 646285 BLAKE2B 7e2106c497355d55ca6d66bb3b43e3a2a7db46fa5814549a588cc8349609643971b807c2ba0d7c99c45bcd3961849e00dbe478b5ddcb73b7a0cfe7ef3ae90934 SHA512 c083a182921287892c085b791ff8201d56b01fab3ea0899fbbf6cede5f6132e3eaa2c478507a187f4158064caf19356537114995b9aaadc9f0bc115d4268ea11 -DIST thunderbird-68.2.0-bg.xpi 646232 BLAKE2B 2f4b4c63a56fe9fdec6708aeb76ae9d6ed53de1e757acdc7096edcbb8259e330fbdec1fb0ebad8be0989c93e752d054180c2063fda9a8e4646fb9d5790e6bcf0 SHA512 20a13db5ca32f0037e2b28398f29e8c1f07b1f0f06994e312cf5cbde2e21ecab1ac611df59dbcfa1920d1995d7a73b6bdcb6b27b5509c479a0fa038a1bcfc2f2 -DIST thunderbird-68.2.0-br.xpi 574857 BLAKE2B 10f1b262da710b20d71de2ca3d4b3a6df6586883739065b87114baa42d0d994cc2a31a4a1146006417cf46ca9b3b267eda6571f5d0368a722660c180757690b7 SHA512 9cd2b32b2c095c8b5fcdb2309788df2c998edea3ab8d0470afb8f1ad4da40a6bd54dad4ed934d076615a7661380fa59b68b975f0420cf463bad0243de7f14fed -DIST thunderbird-68.2.0-ca.xpi 578444 BLAKE2B bb91e966f8f9e54bcf6030670b010ed9f7e541071ef554552fb741194cc93549d49a75347a17da2242455ca8312a800e8c930588295f6465bfc7f42fbc5c5c6b SHA512 b58e5704297369871d53b763c2f92ad7a9020748f28bfbba119aabd6bfc71a8ce032924ef82fd77ee163512eebed86a649fca766b26ecb01a420e755a47ac3aa -DIST thunderbird-68.2.0-cs.xpi 603047 BLAKE2B 68f73a2b37caf8bfedae93b73335ca3f9c3d03cd9f9cd2cb33981932018487c86a33b7a4613e6638b0dcd5e2c311d7691053a29226876f725339a227af45410a SHA512 1fde394a3ce68215544715d04ccde8931873d05358d68d653d8740a095631611acbf1769ec23431fa0703acd2e0f982d995210afed85f126546356a8d2061220 -DIST thunderbird-68.2.0-cy.xpi 589907 BLAKE2B 0291482caa8533e88c9dc72a45fabc12589efee2c610767764f0a9fba6c03b2438305a224d1a66bce3afda4b3ffdb6d69d0fbd30b3607eab8844dda72df786d5 SHA512 f7c8b802ea5030e17243a0f72d0460a5feeb8e13cef79a7e503853071918d36cd64218d168ef641b0f5203ff0a08acc2ab7616a70b74f94b78c488bb0be1f6d0 -DIST thunderbird-68.2.0-da.xpi 588354 BLAKE2B 14516b28eeebeee433eaf8c4b5d9aa1e7d4488229f28ebc42b71b82c9e988ef4bbb88c01e9a8ba18a866e2b302ca5adc210422fff88ab7b32718015bf79900da SHA512 af2d8d861aff8ff4617335eb774713885c267462227f0f95fded5f40bd4007a5ffc0cc7f2e8d8b48b48c98c501c191e8a608ef626bcb55c2506f8197052dda46 -DIST thunderbird-68.2.0-de.xpi 597808 BLAKE2B f2f184b973aa239f490d5596000ec218d2ec7caed6d52beda5a5d8cde76a226022bfd5e06ea49b920cc9f899299fdc96d80e20a62b49cf12d6e82fe36397eabc SHA512 848974df4ab0373bf0b6582e57e4d1dfffa8b8176c89e78a74f4019b8a52689a6d4a6932f1e7cb86f1a6886bcca9c9167ec3785d0adba6f5fbf0466177591795 -DIST thunderbird-68.2.0-el.xpi 699229 BLAKE2B 4793f970ee78fdb77074354e6d505145b6242c4b9c079a19fd74035af13535fa5fd365f59804336cfab12b3e3b8b18a1a782269ba7dc1bae4b69b785a262c252 SHA512 b3d9860e5faa5e78f2134322a9a10b38015cc44c8652c0ad92a69dffdb72b75809212b75ed4de8e8beba0c55ce58b8146713e839332e6309a776db152d348bb5 -DIST thunderbird-68.2.0-en-GB.xpi 556408 BLAKE2B d75442ba6d3579d3db48961cf7eff69e5da3609d8b43b56b9aa4b680ed6dd651b6a962e9b2ef4cb229082972a81951fe9d66ea2efb4d90262d5c472cd7ae9014 SHA512 ec5af923625d32d34fb56fe2e448a2597f459cafce7acb74f2d57b252485e40f3af979ddc203538958193a08986bf3772ed9696cbbe5e5f96b1156158e72dacd -DIST thunderbird-68.2.0-es-AR.xpi 596556 BLAKE2B 865081329d8821092d32fb404a43075f720b63612c8792e22eae3b2de70a5c6f22e23a76540bb6249db915ce2b75bf052de5d809e370b33b216f66d72cd2311b SHA512 1aa54747099553ca51a1f7a94734336dd857d22de7a5c140e05f50366136fa3ca83694002c9b0a65d0bbaf6a67b940c4df1328661b4da6f752d87f747718d697 -DIST thunderbird-68.2.0-es-ES.xpi 518355 BLAKE2B 4960e900a314139a7f624d4fe3124c51821adebeacb1a52ef303f7ba22c2efe96d0869dad399e9154697ee9bed61989765bf6f5a6d86cdbd2e4b669b891285e9 SHA512 8049430710c8327243a9a2a2fad638b7a4ec33c0b25baaaede201a0f3010ef1f891a9c89081e520cb426d3314315fcf420f2569f85edcc6e110c9ec857e4cea9 -DIST thunderbird-68.2.0-et.xpi 573586 BLAKE2B d3d55d6a782b04acf7eaab211f60b52b607ecff397d8e552fd6d2bca25fa309dd6a3766696fccb3ff1f1dee28a32e5b18173ca3fec18edf79b555788ce3b9cbd SHA512 fe73e7ad6c3b93d0665270817116ab51ff8a8353d400923bbc2cf074a6b8e60f6425f4650976db9929b57eca48a71b183b7ea05e26b679e45193bf46e8fd858e -DIST thunderbird-68.2.0-eu.xpi 579949 BLAKE2B 52c9f30ae117ea6cefc151f4e7f237d8d6986b29767a880eaaee27a5fba9557a55f8c6b0492d767ea08d9d8c51a28c2df53e6b0f4254b0e95decb6f6b25445a4 SHA512 e193dab991e5c9b4bb073ef22e0757d8e4d4ff16796ba450ee60dd22a15353d4de305df38bae73a5939e4362ea62d3a0dba688df78c39b3bfe84d60d49dcf796 -DIST thunderbird-68.2.0-fi.xpi 578423 BLAKE2B 7443e9b135d677fa62e173697c372c3d39174b156b2933d6d71199e7670fbf7ec1e65f0c81cda3941dd3da3b31e1f4d4c49e83ca11eee8370387803d30ef7a73 SHA512 8f3e7f104bc1741cffb97b7e0fa2e0f71e16c34c43e728083dabadf10436e9d8412d16be9afcc3fbbc8e3ed272616a53d146a59be58b6d4728667e393bb6288f -DIST thunderbird-68.2.0-fr.xpi 607815 BLAKE2B 00fbe1f80a961358069905b16ff0f33903d9697f8dc0b511c8b73269584bcb68bd4693031924aa4dd497c93be5bda1d3a2eb0ac7785556974913b30608d64784 SHA512 1191176b6e15391a46c4ac9f9b8ca0f48973b484a50d4eeb5d65a4504da646ce1e4d90c8786ecd7ba5dccfa36f0b9ee1a0951b3578406e4afabf94399d5e8019 -DIST thunderbird-68.2.0-fy-NL.xpi 594471 BLAKE2B 08948c4941160857a2a817b855f02035c783bcd808710b7354080f300c33b85b1bf7745191912a4a7703c953cdc4c9caed2f63fd4553d1185fc19da26c482703 SHA512 3655a0b45d5b7ddec1eff8bf5cf75dbbee6675f566b30ead5eca007bbf0f198811bb91805d8ecdb14620937c5e1731bce36fc45e9bb2af9fa2694d4b5bf75200 -DIST thunderbird-68.2.0-ga-IE.xpi 588715 BLAKE2B b7edf2f3fab40e64b24fce77c7b77a2b721070ffad85b452b2fde4e636d375527958b0a56a6e440e52dc5d47bd3573e389278f9d65e3f3e8fa4d0c9e001bf051 SHA512 7959aed6a8d49aad3e5f68b55bf48fa895223caff752dc5e1e678571c2031076dfe98ef63ccc69282cfb748b4a4f0a8f203073e46b7c40b12165b7b17cdbe498 -DIST thunderbird-68.2.0-gd.xpi 587114 BLAKE2B fe7397eff3b3b33fb205af4ae807157db142b04be0df1e6e32ec77af6c3ed5481083e326d7ae72caa1cce93442c89db256fb661f37c13b57acd8bdee507addb1 SHA512 63c765aa3f3ac9232c21917ac011a0d45c3437aa672a1f326e9081e968f053ec31ca057d91869f7e6675b434ca4123b076c656dbd0a6d858b3b7904104bff093 -DIST thunderbird-68.2.0-gl.xpi 568401 BLAKE2B 612d6118c83d4de45539c0c3fef1e3bacd38ec8dd2adb741b48dcf4716a18fb4c1ff5f0c55a519d460edc6ee2881aeeeb3057bfbe4d16c88a80c91c9d4f25ac1 SHA512 f072e5d4f810fb4410333dcd8e4e38d99ff471f1a8702554fc2af211e0934cac1d2e875d2532b54f336a23df40749bdd43b0751bd9b34d47e315762e628cbf58 -DIST thunderbird-68.2.0-he.xpi 604792 BLAKE2B 4f3c6a142ec32a5245dc961dc4a56297070368e08ec569a6bf8813e7648e0f2adef20686a23fd405a58bca7649ceddb822316eed494320521c3a825030bbf39d SHA512 e54499712f207c0355cde96943e0a42e944787d363cacd4c1467d5cf8576c885c2629e95a2c0679171f473a510ec7aef0063bf36f9c03924743cacfef7100cbd -DIST thunderbird-68.2.0-hr.xpi 583787 BLAKE2B 855daecb3e4c3d910d27266011ab58d3ee1d9de893e9a6a00307ddb0a30ad32898de8e3dec15139aca350dadc7fd25828164c0821d828bbfc617332f6f196908 SHA512 a61729b0cbe170d488c18450c330091d97bd78a0a70a0500c60c3d752ce3c1ac2008b897b2773f70b9cb0757ee79b2f60a1b4045bf52eefdba39307411bb705b -DIST thunderbird-68.2.0-hsb.xpi 616040 BLAKE2B 4b9ba9a4df604ab23ea06421da973e7ccff0460ce9e1d762e2ad6b2907ef496b6ff33fba2043e66bcd31aefe55b2bdbc27e94f4a1b9ab97681d72d63e084f288 SHA512 2eab483d307deb10b8d762156e1683def0053d94671cf464a95da184da6bbea92a393dba52f2bd8e98a66eb00ffae1c840503c48e7ba0f445a90eb53e56a7ce0 -DIST thunderbird-68.2.0-hu.xpi 618159 BLAKE2B da0a4b03c522f1e599d25bff469fa1eeb5f3bde352444b033bef8828ff6eb7ee84f4079feaeb0fa98e95495fca226c3a0a468e8f1c4e0350b3ebff195f40cc80 SHA512 87091e177a36ec5cbf4543d5b629debd32abe0cd8e970862f1cadd3211b784c01849999ece6ed69bff5d71535a4710a4504a52bb5b92798139b60680128b77c5 -DIST thunderbird-68.2.0-hy-AM.xpi 630528 BLAKE2B 49e36e485bc829541dcdc3991b9db05b758f7562b80b858219559ecc5157ba18cd3c6faad6ff72b453efa9f61cc4209ede7464f71869e53d2fadda2a68bde344 SHA512 6afe8db4d56dd2e90c05feb706c678afac3eef1518048a72b93653a8b68e4697c119664c49b1f46004d12ae3cb7821ac2a65ef50642bbf1ee69536c42cc48bbf -DIST thunderbird-68.2.0-id.xpi 567752 BLAKE2B 314fb6c5d05a55e979c2267802ed698bd9791507ca86bce16dc0c29138ac4a32a5d4262f138fdca646d38bf7c20531de3085e1e0a9749bce432c239d5234602a SHA512 729cee80f7bff4013b2fa48a4ac4941a4319d344e32649456748d27f5608d2c9e5d44a730416ac2d6442b79e85b8bb466c5e95bcae78865aafe142e48200cf3d -DIST thunderbird-68.2.0-is.xpi 575445 BLAKE2B 9373c2a6ecb9ffce75a7f10345b19426fda5419880641fb40bcf3d071c0354fee2913f92701dfa32cefced079375d76949925a412edb9fa1bc8d03b48e6364c4 SHA512 cddfa8b0cd6238f56a6dc65b671aeecac0a73641a1924b50c7d31d6947d5477ebcfee9ee97d31fe10d25e8d2c23edeba2aef18467c6ce722e50fb589bb97d0e2 -DIST thunderbird-68.2.0-it.xpi 489525 BLAKE2B effacde911582ab60315b25f2d8ad4ed835b91cba565ec6203bfb7ce472594d96edd036c8127f6cc9aed89ac5729d2d83bd4e0df5cf54530be158f99b80e9d6c SHA512 183256da4d4bc52c057d0e9c157201554950d4e34c03801f0e0412181d4aeb527900a2d74b6ef56ad81775d8cb2d65f3e8f242291e6c1d79892786d5f4a36b49 -DIST thunderbird-68.2.0-ja.xpi 643580 BLAKE2B f239cd0c7a92f95282d39df7c809c8cada701579c73151df9106eb13e16423610dc2dc20d0267c34d3b66b1ddc100555402d67476748e00399e13d7cb8821fc4 SHA512 7f4cedb58b4da31b1ca0198aadc357563ebf16132e0e039ce29a4bad59bae7223c002ccf099ea67306db8de42eea811e8f6fb9a97aeae10cbbdbf930f0885f8b -DIST thunderbird-68.2.0-ko.xpi 620534 BLAKE2B a02bf7613a52e1174cca518e7782341312c4e48ee463910d1cb70d41177adc795db3fbe6ceae7811605a5c8f637c53e1cbcdb288a70ae75fb2f1a5a4963bd8d1 SHA512 4c2113529b35b7cfde35c664066a65f54fa0cb2c7c8e61e1fd0c5c70c105be51ec07c9ad64539bdd9f4b925645e34bdb2ad53a0bcfce3b3d39063c8767f230f9 -DIST thunderbird-68.2.0-lt.xpi 603850 BLAKE2B dd4f8cd83fcaec999a7ba2bf4839162ab8da9bafcb139b1dba831d2da20eedabe948cba483b29a257a4c33e4b900554553d182ef6601c7e57f97e8de3001775a SHA512 5aef2ad8e2b98e8a1a73c337769d444711ed4130edb0ed841a68481123551fa9a7a029f572d2064bf3f2ac6ad539f8e1dc2bc6bd2b11d576c9806a58b0a29905 -DIST thunderbird-68.2.0-nb-NO.xpi 574023 BLAKE2B 8d7d5eb23dfc3bd07884a65403269397dd8449e48984cb56ac519be454644996405074ad3ce28832aa9f575ffbab3caa84fcfb7b1936b1e5b37cfe6bf50521dd SHA512 ec554bf9f72e4a30268bbd9fedfcefa8fcbf4518b97a415e7dfc3ddad586bd4c2cb5aa6409f31b2cb59aca101a4cfa80d79a80ca9302a07c50193707ac07a27b -DIST thunderbird-68.2.0-nl.xpi 581359 BLAKE2B 5c75149d23f12d4e7eb9b107b1ee3115b32fca8e9693980e2718d2ff143815216b2fa83c9925b7395cf6acfb33fffb2e67e56b1c17dd94090b51da7a0f290c55 SHA512 0a86d856f2619482451aa6283305cd9abbd2700e0431c8fe8c9852725523a9c101bc5d18061460d13a92c5541630e3d913bee3192d87df3f412b7e4b1526b8e1 -DIST thunderbird-68.2.0-nn-NO.xpi 574953 BLAKE2B 7c87cb36511e7c6a4ed7aa097b4e83208f769c5cbddfdc0b0e225d8e0d775c1464751ff2a747d08b8c459ebe9540a9375c4c41bce2680f08870b3fe5ac4b21b1 SHA512 857a5fcdd2c19ffa1bc32b589fec6fb093f40c1ad6579ddb28a20c8a5a8e0efea5136bba37297019592e511392cdfa420369c3be968ce0cb11074ab45efbf868 -DIST thunderbird-68.2.0-pl.xpi 576090 BLAKE2B 85e5b432d97bea035bad61bfe08aecb933044319306ca58ddbf06e310d84f1f2a4acf0ee74a9f01fcae02cc9446d54a2e546618869fae845f33acd817413bed0 SHA512 cecff797b042339d20eef0efb80edc6f25392cb13e2fc9a9834c693e752d49df0e6457ee14393bffa439be2e314c4eb07eb24d066aef0c42a04a25ea6bc2f19c -DIST thunderbird-68.2.0-pt-BR.xpi 589842 BLAKE2B 0fb6ffec3cf2ea77d8121380664f17b6d64b8ce39adc39635fbf6e848de62f60d8a23876d5d563939d1400546f060166e338963c6c76d244ebb0a95e9857f232 SHA512 53a3a623d912273ba42795aa0b6e4420c17fca41c138e8890ea873f67d0f29487a0aed81dfabfa5ea4ff205bb0b76c6c14218aaa866f98e493b53713c0ac622b -DIST thunderbird-68.2.0-pt-PT.xpi 588107 BLAKE2B 97b0dd2e49c3dd5d9959a6c74071df47f05225a2966b02df4e6e177592fdd9ebea5b4a3f259e0a4f20ffe113470dd3cf5159aab6664ce3a54b9ca4d8858cbc04 SHA512 50c9f8e9e719dec0fcf59c8d2c0b8f5f06013d01d087c32ab75b2855879662b1fbd3f61bfb39d94f9e8933862c828b25596b30616e561b0836a820304975f1bf -DIST thunderbird-68.2.0-rm.xpi 578054 BLAKE2B ca090b200f2b1a30d3c4b3e92ce843559a8763fab705f3a764752c0cf3a8e56725fe9f0cb3ec0501aba89bdcbf9af88d2b7a36cd5cd42ea27f2acb6978014d8d SHA512 26d590ce7aa753a64bfd25586b02fd859b46ba7caf02cbd50c0ae3459871b463dbd9cc621b896fd4b80c4deaa6724f8383522916807c0481163839e1009fb1a0 -DIST thunderbird-68.2.0-ro.xpi 594846 BLAKE2B 04e4494f35c5c5fd2f1f1e9ccaa657b6fbb1f19f1cef82b1f0dac401cb0b4ed71246122d64e6d36e32e71cd7b9b8727ac38c1f33a7304b1b8aa17db896cae2b2 SHA512 9ec5682daa29e094c28abcce89910e7a84f366222ce95a0410c7dc73222874ce70318b7099d439a02013ca83c2f96c9164d09b5d43bb0a536651e7184b2c2cdd -DIST thunderbird-68.2.0-ru.xpi 683329 BLAKE2B 3f3ee94798e69b13a55732e201ba44a03d33da8f16dab67b29fe846dc32be72b21c1d1ccab65e7daad58200138f4fe307d0b77c93295fad76ca748c12fbc4793 SHA512 94bae5cce1dfda964b631fd2247900e840eb8d9ff06d73633ea0071fcbe4eb6131c67f1898c1aa852f03322d105967d2a6e7f9e5efae7c741d23ab1497731b68 -DIST thunderbird-68.2.0-si.xpi 637410 BLAKE2B 5984f887103c3b37e16542b5d92ca28d755f16d8da9e07a4b2720f8ad7fce098859421a1be48d920320cc19198fd75f2ca8feb391225daef456c17ff1058da8f SHA512 14c06b2b859717a46180cbcee88900f3d2ed1cb0094ce977b5adb7140e011f0548f71fdf79e0c2f527e3ae6de01165c3a48ee177b91de884c0ecab3eaa753689 -DIST thunderbird-68.2.0-sk.xpi 609757 BLAKE2B d5a7d1ff7075c5725d6b56f5c084d690f45616cca6131f99b3bd974aa458aa56578cf862f7d81a6659d36e2748eaee726a74c6cc123af130a77fc52cf467b859 SHA512 1eea25f000f97c2e840f232e216c219000560e2d6385255e01ad93809d6c65bce17429432d8f862bbd3566ae3b405fbd062d4f1b67c187a73f98162c1031e729 -DIST thunderbird-68.2.0-sl.xpi 590633 BLAKE2B af8ca344a5eac40a9648d6197ff84519f1f031ddd57fd59506ef636ba8527503f863b98eb3b33ed4bc217cfbe4bc44a0f33be1ef5fb30966fc297fc78643d270 SHA512 ea18224ea3887a78f15211d91db2d9dc4b39dc9ba82420da0817c8658efe2830ca07604eb1767e6e821d056b2ae26e90bc51b83d941ba9b0f996ade9dceb79c1 -DIST thunderbird-68.2.0-sq.xpi 598904 BLAKE2B 19c0b52b18b1628e3ae7bf6f8d03b51f4f9ca27668e4cf5876b60a1af04ce6d69cfc16bcc5c0309ce6880a9609e4132b1e55febf10f9da3d71b25e2aa003b7d8 SHA512 df336d62d0aa3d5e50abb987fde5929ca9bf52705bac4ce3815d6138499248e92dd3a5daeff60654a2f25e945b0d487924889f14e159d02ea1f40cb5c5aad4f4 -DIST thunderbird-68.2.0-sr.xpi 624901 BLAKE2B 77b8895376e7f397545af99739b7f559b1041f6c19339fd43307b5f50027db44d671f447c113a69ce3b73130342c440512acabd1fdc3781a2c5746f5accdfd4b SHA512 ecada5af5c8900744ec2cd42c14c9e358cb83451ea6f500f0f6f49acf8cef1dc0f7b2e382372ca5128d6c57e32a7b56faccc3f69595817789567660c542130d7 -DIST thunderbird-68.2.0-sv-SE.xpi 591600 BLAKE2B 3b9c01947e7305d379e6bb43c618a63c64397a7a09383139a3fe6a1ea39648f35cea86f1176347a2b304c24fa0a9900df5b22974287b0c0a0bd11a8a1c2c3ec2 SHA512 778e0432ada9cd0d74b4cbeaebf569d52734309aff9238ea6f489f5460cda2d5421e7dfa2bb4b10540e1e8ea0015c80691398462027ee23b08e2aeac561a0978 -DIST thunderbird-68.2.0-tr.xpi 599712 BLAKE2B 116727742ecfa02f2d8c373da4234c3a38e8beda9bca684bde30083fe5129e1be4dab9f2ffcff34c31ee45c1b239af986abed5a5f207e398cb4af0961064a084 SHA512 d98b00a00d6e866cbc9362ee53caed108ce7826323c6072851ab81f05f4a3f2cdef64ec0ff1e25d1425fc724d7c28acaae8c4e227e353f07a942e6c964b732df -DIST thunderbird-68.2.0-uk.xpi 671458 BLAKE2B 888be9634bade033b5839e8fa0dea5fad3ee421305dc19d9aa08b417ff8a60605fc111eda4af92e52522f708369cf35814eb52995e30aa5e785647eadfc26305 SHA512 ec265e3c32ff2dda081b0865cbbd28603f38622ccce553edcada8c17022ba0d23ddd8e390cf3b877091d0e7acb151bc2385ef9d518278e48cf6aadf12ac4baf3 -DIST thunderbird-68.2.0-vi.xpi 623427 BLAKE2B acd1390aac23cdb7e1387e9b260515d620304d1512cad87b7c28f58f957cc30e017c6224f4a5d82bbc46f7e8577553a82adf8c43951ee6c18ba222055117cf8e SHA512 b46c64b0b800731bc43a080050514ab7e073241847fffe80583fad24db970819969f1b54ac9ff01dc32ec8f99dbcd3b5a251250467f2d4dc0f336436aeff01c9 -DIST thunderbird-68.2.0-zh-CN.xpi 626824 BLAKE2B d686771245a30d2668c9ced92ae3d2a1b9c296b85c8c05faa7c92e913112d8af36d2c9428c34b190a0c489177bb7cd2504d96e29d6baa2c1b380faecae8a6fe9 SHA512 094adef9fc03536c599cf25c30de11e509f82d12244d61ad1a6f4a791a8b6d6ca09ed37ca1f18c6fa27511966b5a50e305b30b1b29deb8efa1679b144546dc3c -DIST thunderbird-68.2.0-zh-TW.xpi 627480 BLAKE2B ea94cb229d496facaef3739635a66050190429235cd6b8cb58b1f1332d7c4121eece80f0aa1b744c4073ddb5990544ea83176563afdb45d93d8fbf5b0600586d SHA512 f75c2c0951d1e65f3826827dc5fde28556d64e0f0ffb9bbfd87c1ed740df558ebc3687fed166b36bbed95baea59ccebbf5db31f2f4273b7fd97c0c14c0afb4ab -DIST thunderbird-68.2.0.source.tar.xz 331361548 BLAKE2B 887f127527955864689ab8d30f621c250796306b83c4ce8ac26021236baa3dcdb4fc425362ff5bf5ccb8ccd0e9d4ff54b071a8958723631bf2f42edb29dcce2d SHA512 ca9afc870245dfaaabe3c75d4db266596c9dd714ea20b775b80e5d9df4671a5c71d2af84c734e27e07efcdb6f0fac0c34b48fda45a5a64e3e092bdafea474efc +DIST thunderbird-68.2.1-ar.xpi 617167 BLAKE2B b50b430eeba57348a037273dab535e8877ff267459a72cf21bdcf369ce95fd09bf2e86d220eb9559c7a03546f79675af73a28b5b183a737df661742b8e911efa SHA512 39c797056fd7374260635530454ae3406b340041ef411cfc186445d7626e3a0c11d7c976369968e98fd36d3148402bb84d6c79849d14ec3cd25cb04606275019 +DIST thunderbird-68.2.1-ast.xpi 551297 BLAKE2B f4010d8012aae63e032d78a09410d41f413174c03ff4359e4382b56df71f1fae8a134bb8210b92d1f309fcbcdbe3edc9974ae37e25b1a56488b5957b2ffb41b5 SHA512 0487a998cab8b420b5ba662ee35a413bff0b4da7997374036efdb5fdc7265924ee846be891d878d4d0c72d829786808bc2e2f4ea0db5e1b4cb9d4a053134390b +DIST thunderbird-68.2.1-be.xpi 646279 BLAKE2B 1bbf3911ad591887267753cfe0dbc2abd5860e8f530147f168c8c8b7f662765d7945e9a58f5021a9404d54d81a47e421705d2c521a0a4a9fef1f6f99e26669aa SHA512 e6cd069f7db33b6bc43ea5962aedb6c3579981f3b4ad4490b40078936c7ed0d34dad4f44f2e1245db40a2c02f3580ebd53d0aceedc1dcd8e5e13645fa2e5ec55 +DIST thunderbird-68.2.1-bg.xpi 646226 BLAKE2B 64cac09f1d8e46749c7e69d38f721d54d58f58f22d35b9e972509a80d8982b6bb70f56766c77a3c4c7870e916e0cce9d1370a4241604fbebb81499f06bed281c SHA512 d8835e86f15353de8a4e43f72ac36f54ea1ca0d8d71349341fd8094f197a1b1b0e8734a07c0f8bc2fdb460ac418de5d44ce803a40f76e3a0e7b0c1d905605d42 +DIST thunderbird-68.2.1-br.xpi 574850 BLAKE2B a11e070a7df2893ff52889e243ae8303084777dd4f36a88a9ae3880d9c80226831ad881758a4a629d1155e7fb7b9bfe08cc383ee47b8273b86eb6c474637393b SHA512 944817370fe07d5d56f35e73f4ff61bf231ee7497dec1113348ddbdc124f34d91a661a6a431d4dac8d3ef2b8182ee38b72c8bfda8fcaf060f29bff29246d69e6 +DIST thunderbird-68.2.1-ca.xpi 578439 BLAKE2B af9e331b84bf8b105dda558da450364eb3d7a3fc5fbc247ab9b61f54d7674b2c89e0e4c890f2a55f6626e4f3c66bcaf835b4dcde1c0689a899cc4075e639634b SHA512 e5aae9535e1b04b177409d2992e59419acc4d28541c301e431b708709a1ecd0688b29f31572988d82ae29e0f79c8f4ac8f1fa0576c80efdbd2be36d7dd44ec14 +DIST thunderbird-68.2.1-cs.xpi 603040 BLAKE2B 2b3770e0f89a4d78e331d03137c41aacb2adbb73886c99439beb87507bcffcef8567002fbd5bc05bbca3a489e4440b41f82ea0e80e9bd2704a139388c924b917 SHA512 3c21ca64187a54c9d9c3dd186c12427360e7d3604f0de56ca8ed17c359cb69319cf11d44c9362f18e16c801acf9a435883209055962d50825aee6e2b282116b3 +DIST thunderbird-68.2.1-cy.xpi 589901 BLAKE2B d5be729df11aae41bf269dbd644334aff227b7d8bd89a263834175d23c54ff2d262373d90ffb6479170ff5c791fb30bdfcc35d10d2d681a1a2bd89e6a676b93a SHA512 87a77ab3ef612e21e562bad76d5bb54c64c78a3205d057452d14cc3eb5fdd82358c7fc8989c5be2f981dcd1086a5d057799afde9793c35b36ee7ef41e904b4c9 +DIST thunderbird-68.2.1-da.xpi 588349 BLAKE2B d0d159f3f9ff813379fd6f942fadec09a4994e7076b632c220f89f96a53bdaa3bc4692f5241b39e64e8baeee5ea5473beadadecd82b4dba398a69657a1601615 SHA512 43417fb1c90e398189e9fb5bab3ca3218041aa73aa50577e9e2a4c730d9e3d68277dbf9ecdfcaa0ea575af18382174cda502246f226656fe1648fe964a80893b +DIST thunderbird-68.2.1-de.xpi 597803 BLAKE2B 1d4048afb4afc6e2b5f6259328f003dc7ac9bb641082648c269e45139a2e9d8d6c136d70bcc5d643c2a8480ac9c80ed657698ad898848b45bca7809009ba4ca3 SHA512 2b5cbd75e1cc11d2843a349282b3dab52b28e640cfbbffe91c90725ff06dc6e31ac462ae7162d3f906cc4f1397f9e39c0820f8302824ffbc150f3ed0583e859c +DIST thunderbird-68.2.1-el.xpi 699222 BLAKE2B 7fd6e5b8a8785dc95cadaf2932792b17ba73d5b3cf5c78022879ac2d040a84eaff48063b0c075590e0ed5923a72fc257f5aada429e12b5e2f5cbd50b01bc0900 SHA512 d375bba5d93648a969c8378096af79072def9a137ae698920bd6f85321494178c2173f8e852e6da1d7260d0524ca8e74fb5b2a30039151495261f13b97b16df6 +DIST thunderbird-68.2.1-en-GB.xpi 556402 BLAKE2B fae055b41594b6725e25d754838d560d0d871280dc721eba340375fd33d3f634d3cd107c6029825425d974ebbea4a67d3332e2ecc344250b4721681b3398a6f4 SHA512 9d7b2949c1c0537d538a3b66901db69f1998dec2bab5e626cb02df435869ec93cd87bd0eba9e7900e036e0ff7af9efe07b261c5b26d43eed760c765bb9b94d93 +DIST thunderbird-68.2.1-es-AR.xpi 596551 BLAKE2B 63e78b34f6797133c044f8abb1f85bd484db7b850897844985d594ba3bc56b5866298867f6965bc22d57dff68e3252af0351a9b3545de4278dc84d1ca8ff85d0 SHA512 aa476e526985d4597e9ee42ac324a5ecea039f819e3e44dda6dff8ff915b548d6093d7fd80f5948dc1ef1f8fda427d542481d2ab02090c2b967a7e9d17523e1b +DIST thunderbird-68.2.1-es-ES.xpi 518351 BLAKE2B 6ce7973a7ceb15bb0c1138770d53151b3a0a244ef296f3d1ccffcb29307a8cfefe3aeba75c6a60c38d368f9ef69b6934888a63dcc2df9ba483e8ee61cfd4b017 SHA512 12da85956985b60d3548116ef286d0676c9ed9f07c0d6a41fdcb6cc86d41bc5233bac7ff1e037e9f331f16d359ef5d2920060b67399e3a9c3037153847f176f1 +DIST thunderbird-68.2.1-et.xpi 573579 BLAKE2B f7bfcfde5d919032d656e6fb4a08ba5ea9622d3f52790a9f9b9b68c6089a1f4e6d39c3225b44298970de6ef03162eacbd6bb1088c7fa448e364211ee216cd61c SHA512 9c268d201789248884719ddb8f903514e74fc213bf3b68b9296623590a8b7c62e2c35ad860988ce41dc7d2b1a9a11621dbc9d24a57223fc6a168244669352715 +DIST thunderbird-68.2.1-eu.xpi 579944 BLAKE2B a037187cc14559379ccb9d2e0c312edbab662323e1cdd0a6af1029956e1530b63bceced1accb46caa300d5fce4271f4e115338a6a02885388dc87ef1ccffb6b7 SHA512 6105569789f125853e9d87ffd7dc168aee4edadb4218d275b41835e6d728b47b25fe090827fca534331402dc19946a0bab9a8a4f8a796f86d2c965f4b187e1ac +DIST thunderbird-68.2.1-fi.xpi 578417 BLAKE2B a8b1417600a5e3a7ad6f03d284bf10ac923aac5164707bbe2f66aaa1103f85093b25a691f10d77bd227d1018480cc0c49076ab42d9111ef214f248baa91c95ec SHA512 72b1273fe35c665519101e9369c6f9e76275d5c7a016e69d2836fbfbbd7e7671bc17880f5c681665618d99f14aec5d1ed1a3b5bff3e735ee3136a500398d718e +DIST thunderbird-68.2.1-fr.xpi 607809 BLAKE2B dae65329ac67c4db85675e5e39e8252b285b89e6dc906f9860fefc8eb3aaaa427d3944b5717f7764ba49f4b9c82f836ab787adaab94eb96039061394f482112a SHA512 3e033730fcab2208ad27f922f4749be40613e3d8f41486185c5b4c56bcb21f4fe57dc8bf3e9c512895d0e321383779c74e2e7863b565c090b07a9147ac889ca4 +DIST thunderbird-68.2.1-fy-NL.xpi 594466 BLAKE2B 4f7103d0d049c155a1f29d0400b43c6bc1070adec6e0cc530e2dac6a7df494891dd1acf53a3d158d4d896bfef6c784392bf8fb2d76220ecee4949d3b8aa34a12 SHA512 12ef00815b853f8030facb65628f0854cfc77878c2e3b451a144484f5c372731c0f147d08eeffa5f4053bdeac4f833469ec776846bc04c8aeb63525760b7a52a +DIST thunderbird-68.2.1-ga-IE.xpi 588708 BLAKE2B 938d656f5a79d70e21a27db99d99656bb5494e38314d07d4c2d7410ae0f603b96e405c762181bd96c977518d179a0a7a5e20d93d3e752c8bb70f024e0ea84143 SHA512 a1e6a98adde067f449e662d8e2672923df75d31832b95cd4c72cdfea1e10346bf9256c2b4f0a1952df7d280130dfcd627c575d899ff655c949f5442fd3e8b538 +DIST thunderbird-68.2.1-gd.xpi 587109 BLAKE2B 7b42c358c79b340849f60dbf5ccf843f09a8cd7e7be599463ad5796b5a18485298f5edae8b9f6a2df73a50fee9a79b9e93e39451c6fe8b6dc73c7b8726824e40 SHA512 be261515ab339096f38940274d9d7a5fc78cb1ffebd76905aba1d19dd7fb4601e36becd2ab8912e70113f72f7d0023d4f811964e0d221d94e488022fc1b94322 +DIST thunderbird-68.2.1-gl.xpi 568395 BLAKE2B ea28dffb8f766e33db1693333650845181da6f97c2bba77d30d7fcdcbd7f3f6b876c81990306afd41ae280270a7271732fab25381d050d1533c6c93ac3f0a034 SHA512 1e2289a2ace20342c5ab576adfcf93f86df6a04d69d3290f742f24b0965439f5adebfc7f8747ea52ad6ab271dde94b3e2bf6928f4995f2afce16a09f38d8e1c8 +DIST thunderbird-68.2.1-he.xpi 604787 BLAKE2B 29975c5a9a136ecdbe512c5c6803cc3079e90a049199c674f8a2dfa1fb8f008adfdde9e5548c7572147468081825b4eeac539c3e865c4bdaf29921d36f1d2a01 SHA512 f54e27f3bd4d7dbe08e8a82263da93076e26ed478375c0ab3327e793fa9c4689a9e56ddbb59e154a8100aa8daedc628302996f155138008da5e2bae977fd78e0 +DIST thunderbird-68.2.1-hr.xpi 583783 BLAKE2B 67528a2768f000242d212d88792c47d2ea4ea3ab0b2d304b87d557a8fda35c95d78f31b675904ecec0ce21f1b270166ed0283e8a00495a21ce2d4c182e8d4d17 SHA512 6b9961a82955b63a10d3441388b1a67b07a32311fa67df34c004ca734b20622d0cb04e97696a6d3f1f7021057606937beaf9b490a226b36fc5b6c5ac2644dfb2 +DIST thunderbird-68.2.1-hsb.xpi 616034 BLAKE2B f3f03fe48fc0c54dfeca6d18edd68d8bbd06be7aa35cb1e43ecf5bd7f2d4aa6baa5e2db2a2b8660e6f9c27891b3ebfad546072a82cc6be29ccf8a574e59f0947 SHA512 8459be1e9a4d759693f36ff1f94e78ace6a56ec3a5166622ae8a853c2f30cc8e5b39fa72e75f387a91b10b61d5c2aa270dc455a28f4f81f18875c286a847dd90 +DIST thunderbird-68.2.1-hu.xpi 618153 BLAKE2B d3b8331e7a5559d593c8a994cf21c13e3d1387a578e4fe08421767b3def87a927184bbe0b0a95671d615d423498fbaac003bc9abe9ea09889040480eeba9517b SHA512 9e29d8e960a564a13832b3a6956eb7307f5babe6f84eafd0842c161daa38ec171088ad84de6342825a85efcf69a233d6f8881858463447ccffe7d2ae33dec18f +DIST thunderbird-68.2.1-hy-AM.xpi 630523 BLAKE2B 095575ef0300c70f2130aa866e0a87ae383c91d87d87607b3eb28a2e50a2dcf476d7b5cba2d3a0385a4fb03560a381932d57fe51ad677d34dcd368786fa0d538 SHA512 6876d8401194430bd1d70325db8bab3fa75d6dd5257ea2bae857af41516b8882e24d073a8dc2ee30c730ae957f85941ae8232e302842fb7e13d53240158dc0e6 +DIST thunderbird-68.2.1-id.xpi 567745 BLAKE2B 2101d0d81335a7f809a9df5ff69755a2dd07ce610ac7c9becf48e384b7cc364f80b4583b9a37794f30ddf03c35bbf98f64d709c20481653f9a111b08ccb9ee3a SHA512 5fbb334067fea501704c0d90d3ff8eb14bef3cfd9fda9e99f43d8c4a2df7ed22712e674de1a28aa2928d65ee17b5af62d2bda56bc5b4fca9d11766feace32145 +DIST thunderbird-68.2.1-is.xpi 575439 BLAKE2B 050cdf4429bf616551eb17b7e1af5ed91ea23ebd4e8e4e9618c90a3464a39cf5dc80193ee8331fbbdb72520d6abe7558c7f1661d331a98b7c7dee95783efb37f SHA512 d40667021c4c8db463d18574ae99ae6a90a813277bc3b6177b6649fd9b3a73d661de4a0962b01ef8bace984b5e1e6ccddd5ecfd8a7641173601d679b259d5559 +DIST thunderbird-68.2.1-it.xpi 489518 BLAKE2B 944e93cf364d3f2a2d4f9e895c38c1563420c492cc6de9c33b38de210418ddb96f5deeffe881c4b2946569bbfe13a9f5408475d495b834b53e50f8bfcdea123b SHA512 545c3e25cce6391c62b770c77eabd28d7a22a11ee7839469eb01437b66d2965ac27d536bb7a8c04c9664b1f24bfa759dd8b2bc113886de5eb087e58e9e7e5589 +DIST thunderbird-68.2.1-ja.xpi 643574 BLAKE2B d76e97801313db9cc173bd49306022cbbf2ade2a2a5100d34c69668e3290e1f1874d9514a879fe7bd8ef5e39355a554c7b24fa78b4092a39ec12677618758ac0 SHA512 281496a229134cfd4151b1fc88db751b18582a5a5ebccdf2661dfa276269111bac2e57fd1505b740a96684a0c5290477e0a250edeff742c1f04fe7dea1c4367a +DIST thunderbird-68.2.1-ko.xpi 620528 BLAKE2B 25b1f7d548a64c1c71488e28ce07c9d34019f60bd3e32842ac47d130f613aab983545ece7a79c6250548ff8864148fd718f5754ed59c79a3efcc5c7216c31c91 SHA512 c3a95ead593175de64a33f8e9c045fc4aaeeabe3b075185a745afd97aeebfea8125c9e76120ffe36cbd2c32b1101ab3a878d770357c5247e538a657972d0d863 +DIST thunderbird-68.2.1-lt.xpi 603845 BLAKE2B f28eb4bb53c7dc3f8dcdb4df2c0a4e4f9c41d05aa2726a039f21b644aa2232161d1753c05c1df84a6c1001246ef15dc1756f4f093fbda3812e9885ec0873aaaf SHA512 839e741d196670b7bf977599dc9d16303b0df0a24b5189125bb64e3ca4858deee37577ce100a8d73597004224d18fa8df2e4844e9e5156b561d3911a782a2ea9 +DIST thunderbird-68.2.1-nb-NO.xpi 574019 BLAKE2B e670a343042f43331b5f4843093b4887aa90cbf0997b8291d0009202ab4840732312154f1a64ac564354cb38494d32adee5f2691528f71a50aadb9346fb1c8b1 SHA512 293e023d8ea71e61350c8aea8fb5c1cb96bacc7cb570785f4b551ec57d82a37c139ea6547f2036d36721d0a978f82e09ea3735beceeb0e5617f40ca22bde41c1 +DIST thunderbird-68.2.1-nl.xpi 581354 BLAKE2B 81b59458bb16237e01b8d11fb3b8a0f12e04f4c187a73394014870bca9c8de3bc48e33e0fd8ef329d1b51fae7ba9b30d12541e188d51d26f584f5fcfb51a5c93 SHA512 d88a95256acf30308a1e18b849d990168805b103be1ff4099d24494eca25d2669c2cf2c5cc0b7941df68b397d4d43fcf98e82b5c1eb0108c47045ea1d01fddd1 +DIST thunderbird-68.2.1-nn-NO.xpi 574947 BLAKE2B e33a358c97e5efb572f3cc319395f78461241a30e87f71c620089bd6d232d543dff6f241ee2520593dafea9498d786cbc4927c812d3291f2b91f0d278fb39faa SHA512 b0bc58bb38ab4dcd26d992ccaf5e3b6a2b186085d34f62daad5ae4988d13687f2c39a298e599019bb7227ea6bb82a5dab7c2fc77f36518fcf8afcb60398c2b6d +DIST thunderbird-68.2.1-pl.xpi 576084 BLAKE2B 0ccb5f8d9e04fb26baec2afe0010dbf2385a0f946c52b89a726db30ba91e738aad99701a0d46fc9f580ad5586a0633d7e177c0bf335d27e0216020f76e98c580 SHA512 2012096a7073756975bad44137f9e92842ade15c84b088ab4c7e1f8f99e2ce9ed7ed9002499aed35f5ebb26ee89e7cf33896a3ed3e5bab1673f4a4cbb063b69d +DIST thunderbird-68.2.1-pt-BR.xpi 589835 BLAKE2B 79eba93e29c0f4e7344f65a0bd52a113cb619e4912ca55a5e8fa48e298bea1aa58baf9320ada9f855e3331410f3e79754c01ce228d14f40d78a70cf25ea7e073 SHA512 4458d7e3126e51c642d9ee4477f2c51fe946fa6c185a111e693eccb726095169c987b5ba5bdc91ce86949641d390467c237c269d242d4f02fc927f68bb4f191a +DIST thunderbird-68.2.1-pt-PT.xpi 588101 BLAKE2B cd9068ac37bc5d03a4a1f65dca208afefa3d762401fc0499faf1357c5dd3cf719c4617777bf6a1115151410bf00f5d22b1d9d88679da179a7951e23b36238de2 SHA512 dfd5319e607d3132619ae8310ece89fa29830be089390d420cb1c1500f3771edc27c989ffbf6af8af6efd6bb5d10f4e6fa4b59750a79e22977f64a3ea82d3495 +DIST thunderbird-68.2.1-rm.xpi 578048 BLAKE2B 4c586bca850c523d7b223f100276a6b5af5bc5db3c2d11918b6fa2faa7d76e1541ec19f1131c1229e9564d24a69fe1589fe9c1658fc2f9daa0d6c85086f64841 SHA512 b6b471a84913d64226de5aaf4445f9d34a7fb46794484df9f72eee22e4431a52916acf11a4855d7623772d1d7d4ebce293193c62614a5fc2fa0498df1fe6c6c2 +DIST thunderbird-68.2.1-ro.xpi 594839 BLAKE2B 5ca781be0d7473240eb05aa0ca6887a2aad8d7e1f1a24e2be53ba46df3a85ee979f1fe7025159c27fd55444a893d2aeb7725d6864dd37367b82c260ca06a51d5 SHA512 d4c803387d4a1a44e2852fdd293a36e6eb7c3190270622e418a4013ff247c0c41a18225ac929c7e15e09e72524bb88b73805e514a87f6345296c037b6d9071c6 +DIST thunderbird-68.2.1-ru.xpi 683324 BLAKE2B b6befc6c1959503a3984d2e5c6f004105e5b6ee774e5e6b9681ff5a62a090e36ecfcbfbdfb83a45d7ebe59ba46eb24cec1fd9402f712ff0b7e682ac7b045c32a SHA512 2157d0cd2ab13b8a49b2c42255887dba3aaa1c6b0c10512aae441b4b87e443bf85b140dce21cd5c3e9915f38fa06fda914ccc63040b286b8b4aa03644226b82e +DIST thunderbird-68.2.1-si.xpi 637403 BLAKE2B a46b62fd4b5df7d0701925fbbec3bd8ed40d7ab2b1520be07d58ffbfcfe5e35f8caa51f8aec8f7f1e7aa75e91f1f324969e03fbf2f6083f772d895810328d4cc SHA512 87a28a77921a52fd51043b26391a03b28c310b71b97542d39bb662f8c0b8ece0054c419051af16bdf375d397102fb1f0ae53c899b5e3d66c8396e5775797b3bf +DIST thunderbird-68.2.1-sk.xpi 609752 BLAKE2B 1b963ccbf20b8761a08d915b13d40746d0bd71eeffea1386ab6e6d7395543d53abea22492a9104e158ef025070a35cc71185c0059d5cf5c320642f312edb0e54 SHA512 ce5706b2e967fd2e8d6c40fcb1c01947fd906dcf69d6c4fbe6b5ba313ff236b2a0c0392bb028ddc84affd0d05e56ed3da9d079c6ca6908f5d621fa57fbd8f966 +DIST thunderbird-68.2.1-sl.xpi 590626 BLAKE2B 1119098b75837cdd1767e2b2a0f28bcf6e06a559a4bf44fdf242ca810701b77413e01c9cdf3461ba755c6ce10176d2ed74ccae355f12fda475b64a0e9b9cec3c SHA512 00917e60ed2f1c34af62061e675aab8aa9b5b0c54c93193a9c3edfbe1155642b2cab5bb4c7220f12371726385368e9de6af19b802b18bedff8862472bd0a666b +DIST thunderbird-68.2.1-sq.xpi 598899 BLAKE2B 408023ad19ba041583cf2d4499fca0d5f78dd4f93e0ea155131ca539d763b53c56e349c4babb84d26621115f1cc705086dd6726bce0f2db5c4a9394c22133191 SHA512 dc1c9878335b9d9eccf24d614120e390535118d6b16708f8c012d43b7bc64dc60146100d08da2a8275e07a218febb94faff0bb97099ddb6dc5ef397960d2424d +DIST thunderbird-68.2.1-sr.xpi 624895 BLAKE2B 18b8973395db34cd7cc0c0b9ee791f15dcc0624b324bda1e4dfbf909ac04cc9196438a001f79b188ee060bb46a44f723bd62ba60485ec650c2696cca3e833c78 SHA512 c2f55944f990d3b0eb1543494dd488cfb4e642d2fd8b7dcbbe73ab407660d4d21e47481fff74f1c10162a3e73c36bc82af52ab4ba230d9853aec2993e427f727 +DIST thunderbird-68.2.1-sv-SE.xpi 591594 BLAKE2B fb4e145ccb4b88ef845f0304bd3534dd8a5c150b7ac9d4d5a8b9f3fad6be96165a3ee64f94cd93b13552afd866f8b3c7189bef0ab70524698c5820816fdbe349 SHA512 c62bb3514bed52f6c45b280f525fb0711ca5d74df585789bec8ff6daf4069e9351cc72aef493c2e5b575d10523de3835d0b3b9332e5e3e968cb02ace34df1bbd +DIST thunderbird-68.2.1-tr.xpi 599705 BLAKE2B 63c9d7c11d76f482b19123b3321873582468cc1bd8abf88a2b9d9339aa9adb0b1c6263bf7af484869d3adf52f8adf7a9bd23337602f1cdd13980dd068b574089 SHA512 0bfddcbb4f3fe7842c3a348648383f34b448d946f86be58216212629b7f097f62cbfd794e5241b80e599248769381af14816d5b24263e0651ef329f1f023187d +DIST thunderbird-68.2.1-uk.xpi 671452 BLAKE2B 3bc648602768d1841639dcb5e796a4680177522a4b1f0e00955f6d3b7a19eb4c5310cd88a7fbab2064a3601496d4908e39a124665abbe67a4a2ed3183aaa4d63 SHA512 1a1517098c1e50c872e100188b24250ea613aa70521e57c9c806fe7fb9adeefc4b47a1fb761c7386f374682c425297a3dde8aa1b7f21c92d130cc5039b700079 +DIST thunderbird-68.2.1-vi.xpi 623422 BLAKE2B ee7f5664b1d4f9b6108ce5235b7b7446126a63010e4469b1fe076ddabe4036155813005f397523ed62c0d112344005bd8823fe5fbba6dc33e5964fbb8436e24f SHA512 fe567400236fb839a87d28d8c1b350603559c8a479b4a130c47be1d755d54d00b75fee026e84649f21617fd837ddac9a068c1012c4f9a1c7ca62e58c85ae90b2 +DIST thunderbird-68.2.1-zh-CN.xpi 626819 BLAKE2B 177ec11066c6169a17f5444bd51ad1d576199390deea34e865f58a5ecb163557b29d6e2b297e189c671fa3647341ca24d3fa7f78840176dd07198c76aed6bc83 SHA512 13b0c8eb61474d8b41ec14963f784229100fd9c3abe539ac59333c67dc8ed4c09ff2e0c1e349105b3400ab83163715f30a0f48e5d9498abcd5d2fcbb49641a26 +DIST thunderbird-68.2.1-zh-TW.xpi 627475 BLAKE2B 88dfb44bbe46eca62c97e22db52279979dca021e9ef65f1a686040900d6c8718e82a782dce49d6f2fa366599488854154f5fe1f946322d0329b425f87b2cc0c2 SHA512 bd52aed2b4de2fdd87b95edbbaba3b847245498584e7469bfb304d95094a98833cf008c273fbe2b1e0c0e98e359fb2f02e037684d8c6ae69953d240dbbf4de0c +DIST thunderbird-68.2.1.source.tar.xz 333597972 BLAKE2B 44313e0e439a9e42b9953696d7cd14274e858d641b2b7dafa5e9da67e1659db9a2c48a6f7e6bd8ec8d32e0fcca956db1b152b9663c58f6476b011a94e6f878bd SHA512 2d921cac84f6f09b63c122e54fff7848ff0d0997c8c5fedd87503e487750aa2cde8d117e1a0cdbfbf042cc364554bfd4c81b639635a03d656c62e934b973da7c diff --git a/mail-client/thunderbird/thunderbird-68.2.0.ebuild b/mail-client/thunderbird/thunderbird-68.2.1.ebuild similarity index 99% rename from mail-client/thunderbird/thunderbird-68.2.0.ebuild rename to mail-client/thunderbird/thunderbird-68.2.1.ebuild index 59df995aab33..b816f7b82246 100644 --- a/mail-client/thunderbird/thunderbird-68.2.0.ebuild +++ b/mail-client/thunderbird/thunderbird-68.2.1.ebuild @@ -182,36 +182,36 @@ fi llvm_check_deps() { if ! has_version --host-root "sys-devel/clang:${LLVM_SLOT}" ; then - ewarn "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." + ewarn "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 return 1 fi - if use pgo ; then - if ! has usersandbox $FEATURES ; then - eerror "You must enable usersandbox as X server can not run as root!" - fi - fi - if use clang ; then if ! has_version --host-root "=sys-devel/lld-${LLVM_SLOT}*" ; then - ewarn "=sys-devel/lld-${LLVM_SLOT}* is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." + ewarn "=sys-devel/lld-${LLVM_SLOT}* is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 return 1 fi if use pgo ; then if ! has_version --host-root "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}*" ; then - ewarn "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}* is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." + ewarn "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}* is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 return 1 fi fi fi - einfo "Will use LLVM slot ${LLVM_SLOT}!" + einfo "Will use LLVM slot ${LLVM_SLOT}!" >&2 } pkg_setup() { moz_pkgsetup + if use pgo ; then + if ! has usersandbox $FEATURES ; then + die "You must enable usersandbox as X server can not run as root!" + fi + fi + # Avoid PGO profiling problems due to enviroment leakage # These should *always* be cleaned up anyway unset DBUS_SESSION_BUS_ADDRESS \ diff --git a/mail-filter/Manifest.gz b/mail-filter/Manifest.gz index 1f1377fe59e3..f6d486a9f214 100644 Binary files a/mail-filter/Manifest.gz and b/mail-filter/Manifest.gz differ diff --git a/mail-filter/libsrs_alt/Manifest b/mail-filter/libsrs_alt/Manifest index 43dd88264276..6a611bab7a91 100644 --- a/mail-filter/libsrs_alt/Manifest +++ b/mail-filter/libsrs_alt/Manifest @@ -1 +1,2 @@ +DIST libsrs_alt-1.0.tar.bz2 237984 BLAKE2B e55b01f28fdf240ccf2fea8b43e930bc02a78bfb82a2b9fe573c1c09e0839f89a0bdb51844dae237ed66e4bda925b5b3b93842462987e7f300f6f5d763adf382 SHA512 1e15f8b12c2174c8ee085fc5adae4cb267f69dd5656066d33af106ad4940769552e04cfc67af4ad9650eece2519c03ef383290f36a22df7d9e03fa2186262404 DIST libsrs_alt-1.0.tar.gz 337225 BLAKE2B 1fb10130eb44c8edfc3757b9ba6d8a77659d1ba53fa620da2f7c5fe6cb01fe3f9c1ac0aac5a49db7d9f1b8308ac4c07778e03e4aa6ad9c0204a0871dff40047f SHA512 c202b2cbd28ce0b1296a8000b9f2ae19f4fff259a2d9ea43674cab11b947d0f85a0fdbb13e5fef2a52b1ae675a8fa35b492b233f97f5e365a9c076a337010629 diff --git a/mail-filter/libsrs_alt/libsrs_alt-1.0-r1.ebuild b/mail-filter/libsrs_alt/libsrs_alt-1.0-r1.ebuild new file mode 100644 index 000000000000..00557d6ce5a1 --- /dev/null +++ b/mail-filter/libsrs_alt/libsrs_alt-1.0-r1.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +MY_PV=${PV} +MY_RC=${PV} +S=${WORKDIR}/${PN}-${MY_PV} + +DESCRIPTION="Sender Rewriting Scheme library for use with Exim" +HOMEPAGE="http://opsec.eu/src/srs/" +SRC_URI="https://opsec.eu/src/srs/libsrs_alt-${MY_PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="static-libs" + +RDEPEND="!dev-perl/Mail-SRS" + +src_prepare() { + eapply "${FILESDIR}"/${P}-ftime.patch + + # add missing header + sed -i -e '/timeb.h>/ a #include ' test.c + + eapply_user + + eautoreconf +} + +src_configure() { + # Since the primary intended consumers of this library are MTAs, + # use non-standard separator characters (--with-base64compat). + # This breaks "SRS Compliancy", which is a rough standard at + # best. + econf --with-base64compat +} + +src_compile() { + # Makefile rules are h0rk3ned, but this is such a tiny package, that + # it hardly makes sense to fix this. + emake -j1 +} + +src_install() { + default + dodoc "${S}"/MTAs/README.EXIM + + use static-libs || rm "${ED}"/usr/$(get_libdir)/libsrs_alt.a +} diff --git a/mail-filter/libsrs_alt/metadata.xml b/mail-filter/libsrs_alt/metadata.xml index 13a98c827bf6..becb078db1ae 100644 --- a/mail-filter/libsrs_alt/metadata.xml +++ b/mail-filter/libsrs_alt/metadata.xml @@ -1,11 +1,13 @@ - - -This is a complete standalone C implementation of the SRS (Sender Rewriting -Scheme) and includes a command line utility and daemon, test utility and static -and dynamic libraries. SRS is a stop-gap for users of SPF (Sender Policy -Framework). - + + grobian@gentoo.org + + + This is a complete standalone C implementation of the SRS + (Sender Rewriting Scheme) and includes a command line utility + and daemon, test utility and static and dynamic libraries. + SRS is a stop-gap for users of SPF (Sender Policy Framework). + diff --git a/media-fonts/Manifest.gz b/media-fonts/Manifest.gz index 1ab20059bf61..3cf9f4690014 100644 Binary files a/media-fonts/Manifest.gz and b/media-fonts/Manifest.gz differ diff --git a/media-fonts/hkscs-ming/Manifest b/media-fonts/hkscs-ming/Manifest deleted file mode 100644 index bc6e7adf8ac2..000000000000 --- a/media-fonts/hkscs-ming/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mandrake_setup.bin 17157184 BLAKE2B e4d237af15a7a21f05d086b1ce6e60ed0c3a8a9113abea539028a7cd742825000db17e32eee76107c5dd67434392336bb7344bc61f7ffc5991c78a14b13144e1 SHA512 230466146642f3348483bbfb6a63a27dc3e76e248abb34fc5872edfa6b5b9a2a93cf8446c23f64b80bcac6c0c8a16059a8dc3945925a30815d222a6621daccb2 diff --git a/media-fonts/hkscs-ming/hkscs-ming-1.0_pre20030919-r2.ebuild b/media-fonts/hkscs-ming/hkscs-ming-1.0_pre20030919-r2.ebuild deleted file mode 100644 index 4da0de9b9f2b..000000000000 --- a/media-fonts/hkscs-ming/hkscs-ming-1.0_pre20030919-r2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit rpm font - -RESTRICT="mirror strip binchecks" - -RPM_V=1.0 - -DESCRIPTION="Hong Kong Official Reference Chinese Font that implements ISO10646 & HKSCS-2001" -HOMEPAGE="http://www.ogcio.gov.hk/en/business/tech_promotion/ccli/hkscs/" -SRC_URI="http://www.ogcio.gov.hk/en/business/tech_promotion/ccli/terms/doc/mandrake_setup.bin" - -LICENSE="HKSCS-2001" -SLOT="0" -KEYWORDS="alpha ~amd64 arm ia64 ppc s390 sh sparc x86" -IUSE="" - -DEPEND="" - -S=${WORKDIR} -FONT_S="${S}/usr/share/inputmethod" -FONT_SUFFIX="ttf" - -src_unpack() { - # complicated and convoluted unpack procedure - local linenumber=237 - cd "${S}"; tail -n +${linenumber} "${DISTDIR}/${A}" | tar zxvf - || die "unpack failed" - - # then we rpm_unpack the fonts package - rpm_unpack "${S}/package_mdk/imfont-${RPM_V}-0.i386.rpm" -} - -src_compile() { :; } - -pkg_postinst() { - elog "The font name installed is 'Ming(for ISO10646)'. To add make it" - elog "the default Chinese font, you should add entries to your" - elog "/etc/fonts/local.conf similar to:" - elog - elog "" - elog " Luxi Sans" - elog " Bitstream Vera Sans" - elog " Ming(for ISO10646)" - elog " sans-serif" - elog "" - elog -} diff --git a/media-fonts/hkscs-ming/metadata.xml b/media-fonts/hkscs-ming/metadata.xml deleted file mode 100644 index 6f2ca22da233..000000000000 --- a/media-fonts/hkscs-ming/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - cjk@gentoo.org - Cjk - - diff --git a/media-libs/Manifest.gz b/media-libs/Manifest.gz index ad16e9ce634b..f77b624be27b 100644 Binary files a/media-libs/Manifest.gz and b/media-libs/Manifest.gz differ diff --git a/media-libs/libtxc_dxtn/Manifest b/media-libs/libtxc_dxtn/Manifest deleted file mode 100644 index 07c35976707b..000000000000 --- a/media-libs/libtxc_dxtn/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libtxc_dxtn-1.0.1.tar.bz2 214038 BLAKE2B a342bda7375dcbd4001adb5469c90a043fa039bc2505c9cf717613054b494fea9054136b25ac80b016c62aec248085a60ab5e71190cd5c2d90941bdda6408d16 SHA512 56714a8c947d9b1f47e3ccb23cff9e4e57bd131907a82968de521d094a000275b3aaeecff28e9184bcc4f3932baa1a8bfbbefbc970fcd034ff953d0617148479 diff --git a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r4.ebuild b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r4.ebuild deleted file mode 100644 index f520acc99906..000000000000 --- a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit multilib-minimal - -DESCRIPTION="Helper library for S3TC texture (de)compression" -HOMEPAGE="https://cgit.freedesktop.org/~mareko/libtxc_dxtn/" -SRC_URI="https://people.freedesktop.org/~cbrill/${PN}/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" -IUSE="" - -DEPEND="media-libs/mesa" -RDEPEND="" - -multilib_src_configure() { - ECONF_SOURCE="${S}" econf -} - -multilib_src_install_all() { - default - - # libtxc_dxtn is installed as a module (plugin) - find "${D}" -name '*.la' -delete || die -} diff --git a/media-libs/libtxc_dxtn/metadata.xml b/media-libs/libtxc_dxtn/metadata.xml deleted file mode 100644 index e943b72b8a48..000000000000 --- a/media-libs/libtxc_dxtn/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - x11@gentoo.org - X11 - - diff --git a/media-plugins/Manifest.gz b/media-plugins/Manifest.gz index b5c5c49227b3..69b8c51084d9 100644 Binary files a/media-plugins/Manifest.gz and b/media-plugins/Manifest.gz differ diff --git a/media-plugins/kodi-visualization-shadertoy/Manifest b/media-plugins/kodi-visualization-shadertoy/Manifest index 36680c81b11e..7c09d259e88f 100644 --- a/media-plugins/kodi-visualization-shadertoy/Manifest +++ b/media-plugins/kodi-visualization-shadertoy/Manifest @@ -4,3 +4,4 @@ DIST kodi-visualization-shadertoy-1.1.8.tar.gz 11825753 BLAKE2B 1ab30e261d9e4880 DIST kodi-visualization-shadertoy-1.1.9.tar.gz 11825717 BLAKE2B 683b89be6b02574bec6db39446d1adb03ed09ed0da4be03245e8012980de8f1ff5d10fba22e40f74f022263c853fd076f3079feb6d82b34901975682cf8ecbdb SHA512 f829505525f46cb54ac205a52561dbf99f776350c0c34487438663d1c42dcd734f8c2e543c23550b4be61bab00d7f09beb63824935cd68de14328aaca44a5b95 DIST kodi-visualization-shadertoy-1.2.1.tar.gz 11833386 BLAKE2B d62f907426ba6cddac91fa7ab0592f62e15f77ec3fd7af3dda15b467c72e36a248f24ad374897746b337b7223a1b67a156e595999a3e9ba9b5d8a543eb5a220b SHA512 5dd92e8629c6fe5319fd9d7715f474c3c146218a812e312a2335501f20319c8385a736b02d37d769c4025fb2c6a10882e9979359f3667aa390d1de77f373483e DIST kodi-visualization-shadertoy-1.2.2.tar.gz 11833357 BLAKE2B 3b7c87785dcc1c93795f34599f64ab61e2a0f7ae5f465f014efcbc77d6f7e0cc49ba3defc4a982ff352b61ac5d96f9f59368af8884b660e337c54ec0ceea4729 SHA512 bc4c0fab5ab63205b4cd3cbf669bbcc93d8273592082d741dba762b2a72c5f468d8eabf158b309c62a813a14a17884a240c22c88b133eb34315e0fb7b064b507 +DIST kodi-visualization-shadertoy-1.2.3.tar.gz 12495585 BLAKE2B 821b4bf4b380125c5bf0bdb0e5b3d62624155729abaa4784a7606ec0f48d9517317064f0a8442442f7cc549c6623cc58734b99dcfbd23c68dcad9fd24efc35fb SHA512 ea6aafd9afe221b3f12584f081eb55db29dd3a4483b6eb9cb53f8ccff105c3fd9bea9ced3badb171c5b2795387afd062d10b1b2f1dca31b1efcd896c89131958 diff --git a/media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-1.2.3.ebuild b/media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-1.2.3.ebuild new file mode 100644 index 000000000000..9638fe3c34c2 --- /dev/null +++ b/media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-1.2.3.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils kodi-addon + +DESCRIPTION="Shadertoy visualizer for Kodi" +HOMEPAGE="https://github.com/xbmc/visualization.shadertoy" +SRC_URI="" + +case ${PV} in +9999) + SRC_URI="" + EGIT_REPO_URI="https://github.com/xbmc/visualization.shadertoy.git" + inherit git-r3 + ;; +*) + CODENAME="Leia" + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/xbmc/visualization.shadertoy/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/visualization.shadertoy-${PV}-${CODENAME}" + ;; +esac + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + =dev-libs/libplatform-2* + =media-tv/kodi-18* + >=media-libs/glm-0.9.9.5 + virtual/opengl + " + +RDEPEND=" + ${DEPEND} + " + +src_prepare(){ + [ -d depends ] && rm -rf depends || die + cmake-utils_src_prepare +} diff --git a/media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-9999.ebuild b/media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-9999.ebuild index 23cc7a2f4fdb..ee3175563ed9 100644 --- a/media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-9999.ebuild +++ b/media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-9999.ebuild @@ -30,7 +30,7 @@ IUSE="" DEPEND=" =dev-libs/libplatform-2* ~media-tv/kodi-9999 - media-libs/glm + >=media-libs/glm-0.9.9.5 virtual/opengl " diff --git a/media-sound/Manifest.gz b/media-sound/Manifest.gz index 5b207bb43a92..2dee58a1da51 100644 Binary files a/media-sound/Manifest.gz and b/media-sound/Manifest.gz differ diff --git a/media-sound/musescore/Manifest b/media-sound/musescore/Manifest index 0c4c655eec0a..8add901541ca 100644 --- a/media-sound/musescore/Manifest +++ b/media-sound/musescore/Manifest @@ -1,2 +1,4 @@ DIST MuseScore_General-0.1.3.tar.bz2 33164726 BLAKE2B 88f41b76a11bc33dcaf2c8b41571f65c495b2b35095ad02f9549e98cb4bfe820e0a38dcbfa6fc1fe956fb284288eecf72b76895fec83799a5aa8ecdc3b63d7f5 SHA512 91e38a48ecb60c010f0b833bec790071db29ffa5c7895f653a8467eea1d179139c85415e8858eefc7eba22355d0a4887f462e1a1f0cca87b054bc5e1f8e4d38b +DIST MuseScore_General-0.1.6.tar.bz2 35109226 BLAKE2B 62a22e50d4c10ab08f0affd728f020e092378410e3258e862d054d1e7cde8fc6bda89deafed63b7f08dcd9737fa3c62f5331da34237239cc79147065f171737d SHA512 81c3f4d003005c8d4ded41cc758e2c8089acbd53f085efa158844c32c2411d4d636a524d6b43297bdc1f92dba9e1ec1227d3e565ecc2486fdc5b8a7c7d3d19a5 DIST musescore-3.0.1.tar.gz 60166011 BLAKE2B 8c8d1d063da9f14e21342313b58acffb88c375e42e2689bc572eb885be0d836cc946676482f0e58f95a773cc95ead5d767cc7a1052663389a0daad663844e1d9 SHA512 d480550b2c04c07f610d0ed7515a561fbb11a5b1af724e548827bb3817b586c78e5e9ee75730f5885c3f6ba076da52ef53713f10a9e3591e9a40a168af38d46d +DIST musescore-3.3.tar.gz 64453809 BLAKE2B 278ca68e3a2432750356902360ac6882abaf763d3e512aa588e2b0eb7c58f8ffdab111ec3edaa9bf058a41ab5bce26f05a9a618def0c094376a6a4dbea7340ef SHA512 b7d228d957d674868474ae6a94afbeaa530d2d2e7688b9be91b77237066071920034a3b5e2241399543b4fe8d73d97ba605584cb0c0f67d2026ca212a13dbaea diff --git a/media-sound/musescore/musescore-3.3.ebuild b/media-sound/musescore/musescore-3.3.ebuild new file mode 100644 index 000000000000..436f8021bc15 --- /dev/null +++ b/media-sound/musescore/musescore-3.3.ebuild @@ -0,0 +1,102 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +CMAKE_MAKEFILE_GENERATOR="emake" +CHECKREQS_DISK_BUILD=3500M +inherit cmake-utils xdg-utils check-reqs + +DESCRIPTION="WYSIWYG Music Score Typesetter" +HOMEPAGE="https://musescore.org/" +# MuseScore_General-0.1.3.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://github.com/musescore/MuseScore/archive/v${PV}.tar.gz -> ${P}.tar.gz + https://dev.gentoo.org/~fordfrog/distfiles/MuseScore_General-0.1.6.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="alsa debug jack mp3 portaudio portmidi pulseaudio vorbis webengine" +REQUIRED_USE="portmidi? ( portaudio )" + +BDEPEND=" + dev-qt/linguist-tools:5 + virtual/pkgconfig +" +DEPEND=" + dev-qt/designer:5 + dev-qt/qtconcurrent:5 + dev-qt/qtcore:5 + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qthelp:5 + dev-qt/qtnetwork:5 + dev-qt/qtprintsupport:5 + >=dev-qt/qtsingleapplication-2.6.1_p20171024 + dev-qt/qtsvg:5 + dev-qt/qtxml:5 + dev-qt/qtxmlpatterns:5 + >=media-libs/freetype-2.5.2 + media-libs/libsndfile + sys-libs/zlib:= + alsa? ( >=media-libs/alsa-lib-1.0.0 ) + jack? ( virtual/jack ) + mp3? ( media-sound/lame ) + portaudio? ( media-libs/portaudio ) + portmidi? ( media-libs/portmidi ) + pulseaudio? ( media-sound/pulseaudio ) + vorbis? ( media-libs/libvorbis ) + webengine? ( dev-qt/qtwebengine:5[widgets] ) +" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}/${PN}-3.0.1-man-pages.patch" +) + +S="${WORKDIR}/MuseScore-${PV}" + +src_prepare() { + cmake-utils_src_prepare + + # Move soundfonts to the correct directory + mv "${WORKDIR}"/sound/* "${S}"/share/sound/ || die "Failed to move soundfont files" +} + +src_configure() { + local mycmakeargs=( + -DCMAKE_SKIP_RPATH=ON + -DDOWNLOAD_SOUNDFONT=OFF + -DUSE_SYSTEM_QTSINGLEAPPLICATION=ON + -DUSE_PATH_WITH_EXPLICIT_QT_VERSION=ON + -DUSE_SYSTEM_FREETYPE=ON + -DBUILD_ALSA="$(usex alsa)" + -DBUILD_JACK="$(usex jack)" + -DBUILD_LAME="$(usex mp3)" + -DBUILD_PORTAUDIO="$(usex portaudio)" + -DBUILD_PORTMIDI="$(usex portmidi)" + -DBUILD_PULSEAUDIO="$(usex pulseaudio)" + -DSOUNDFONT3="$(usex vorbis)" + -DBUILD_WEBENGINE="$(usex webengine)" + ) + cmake-utils_src_configure +} + +src_compile() { + cd "${BUILD_DIR}" || die + cmake-utils_src_make -j1 lrelease manpages + cmake-utils_src_compile +} + +pkg_postinst() { + xdg_mimeinfo_database_update + xdg_desktop_database_update + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_mimeinfo_database_update + xdg_desktop_database_update + xdg_icon_cache_update +} diff --git a/media-sound/musescore/musescore-9999.ebuild b/media-sound/musescore/musescore-9999.ebuild index 54404ac316e9..15619c44fed6 100644 --- a/media-sound/musescore/musescore-9999.ebuild +++ b/media-sound/musescore/musescore-9999.ebuild @@ -1,16 +1,17 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -CMAKE_MIN_VERSION="3.11" -inherit git-r3 cmake-utils xdg-utils gnome2-utils +CMAKE_MAKEFILE_GENERATOR="emake" +CHECKREQS_DISK_BUILD=3500M +inherit git-r3 cmake-utils xdg-utils check-reqs DESCRIPTION="WYSIWYG Music Score Typesetter" HOMEPAGE="https://musescore.org/" # MuseScore_General-0.1.3.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.1.3.tar.bz2" +SRC_URI="https://dev.gentoo.org/~fordfrog/distfiles/MuseScore_General-0.1.6.tar.bz2" EGIT_REPO_URI="https://github.com/${PN}/MuseScore.git" LICENSE="GPL-2" @@ -19,7 +20,11 @@ KEYWORDS="" IUSE="alsa debug jack mp3 portaudio portmidi pulseaudio vorbis webengine" REQUIRED_USE="portmidi? ( portaudio )" -RDEPEND=" +BDEPEND=" + dev-qt/linguist-tools:5 + virtual/pkgconfig +" +DEPEND=" dev-qt/designer:5 dev-qt/qtconcurrent:5 dev-qt/qtcore:5 @@ -44,10 +49,7 @@ RDEPEND=" vorbis? ( media-libs/libvorbis ) webengine? ( dev-qt/qtwebengine:5[widgets] ) " -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 - virtual/pkgconfig -" +RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${PN}-3.0.1-man-pages.patch" @@ -93,11 +95,11 @@ src_compile() { pkg_postinst() { xdg_mimeinfo_database_update xdg_desktop_database_update - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { xdg_mimeinfo_database_update xdg_desktop_database_update - gnome2_icon_cache_update + xdg_icon_cache_update } diff --git a/metadata/Manifest.gz b/metadata/Manifest.gz index 32bedc1db850..466efde7c759 100644 Binary files a/metadata/Manifest.gz and b/metadata/Manifest.gz differ diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index 10ec1a01ca5a..cadd1d1773b6 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Thu, 31 Oct 2019 05:08:44 +0000 +Fri, 01 Nov 2019 05:38:47 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index 10ec1a01ca5a..cadd1d1773b6 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Thu, 31 Oct 2019 05:08:44 +0000 +Fri, 01 Nov 2019 05:38:47 +0000 diff --git a/metadata/md5-cache/Manifest.gz b/metadata/md5-cache/Manifest.gz index 76fb9ebabe8a..d37b4a777188 100644 Binary files a/metadata/md5-cache/Manifest.gz and b/metadata/md5-cache/Manifest.gz differ diff --git a/metadata/md5-cache/app-admin/Manifest.gz b/metadata/md5-cache/app-admin/Manifest.gz index d182e278cd97..ec1833be5f16 100644 Binary files a/metadata/md5-cache/app-admin/Manifest.gz and b/metadata/md5-cache/app-admin/Manifest.gz differ diff --git a/metadata/md5-cache/app-admin/ansible-2.9.0 b/metadata/md5-cache/app-admin/ansible-2.9.0 new file mode 100644 index 000000000000..11f974b0fbc0 --- /dev/null +++ b/metadata/md5-cache/app-admin/ansible-2.9.0 @@ -0,0 +1,16 @@ +BDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/packaging-16.6[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] doc? ( dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/sphinx-notfound-page[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/pygments-2.4.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) test? ( dev-python/paramiko[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/jinja[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pyyaml[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/cryptography[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/httplib2[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/six[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pexpect[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] net-misc/sshpass virtual/ssh dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/mock-1.0.1[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/passlib[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/coverage[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/unittest2[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-vcs/git ) +DESCRIPTION=Model-driven deployment, config management, and command execution framework +EAPI=7 +HOMEPAGE=https://ansible.com/ +IUSE=doc test python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 ~x64-macos +LICENSE=GPL-3 +RDEPEND=dev-python/paramiko[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/jinja[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pyyaml[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/cryptography[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/httplib2[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/six[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/netaddr[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pexpect[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] net-misc/sshpass virtual/ssh python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) +RESTRICT=test +SLOT=0 +SRC_URI=https://releases.ansible.com/ansible/ansible-2.9.0.tar.gz +_eclasses_=distutils-r1 5ef20774410ba92b3fef636ca7945d52 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a +_md5_=5b6aa1b83fe76266527f765ca9570732 diff --git a/metadata/md5-cache/app-emulation/Manifest.gz b/metadata/md5-cache/app-emulation/Manifest.gz index f1771fdf9b94..0f54490e731d 100644 Binary files a/metadata/md5-cache/app-emulation/Manifest.gz and b/metadata/md5-cache/app-emulation/Manifest.gz differ diff --git a/metadata/md5-cache/app-emulation/xen-4.11.2-r1 b/metadata/md5-cache/app-emulation/xen-4.11.2-r1 new file mode 100644 index 000000000000..6ffa6e83ca3c --- /dev/null +++ b/metadata/md5-cache/app-emulation/xen-4.11.2-r1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare prerm pretend setup +DEPEND=|| ( >=dev-lang/python-2.7.5-r2:2.7 ) efi? ( >=sys-devel/binutils-2.22[multitarget] ) !efi? ( >=sys-devel/binutils-2.22 ) +DESCRIPTION=The Xen virtual machine monitor +EAPI=7 +HOMEPAGE=https://www.xenproject.org +IUSE=debug efi flask +KEYWORDS=~amd64 ~arm -x86 +LICENSE=GPL-2 +PDEPEND=~app-emulation/xen-tools-4.11.2 +REQUIRED_USE=arm? ( debug ) +RESTRICT=test splitdebug strip +SLOT=0 +SRC_URI=https://downloads.xenproject.org/release/xen/4.11.2/xen-4.11.2.tar.gz https://dev.gentoo.org/~dlan/distfiles/xen-4.11.2-upstream-patches-1.tar.xz https://github.com/hydrapolic/gentoo-dist/raw/master/xen/xen-4.11.2-upstream-patches-1.tar.xz +_eclasses_=eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 mount-boot 0ed73d6bc7399be07e136b5dc46709d9 multilib 1d91b03d42ab6308b5f4f6b598ed110e python-any-r1 b5f01473006ccc2cd78bc3dab20fced4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a +_md5_=eeacec704b103f733ff88c66dd513a78 diff --git a/metadata/md5-cache/app-emulation/xen-4.12.1 b/metadata/md5-cache/app-emulation/xen-4.12.1-r1 similarity index 85% rename from metadata/md5-cache/app-emulation/xen-4.12.1 rename to metadata/md5-cache/app-emulation/xen-4.12.1-r1 index e919f9f3e6ef..24da8d0d3a9e 100644 --- a/metadata/md5-cache/app-emulation/xen-4.12.1 +++ b/metadata/md5-cache/app-emulation/xen-4.12.1-r1 @@ -10,6 +10,6 @@ PDEPEND=~app-emulation/xen-tools-4.12.1 REQUIRED_USE=arm? ( debug ) RESTRICT=test splitdebug strip SLOT=0 -SRC_URI=https://downloads.xenproject.org/release/xen/4.12.1/xen-4.12.1.tar.gz https://dev.gentoo.org/~dlan/distfiles/xen-4.12.1-upstream-patches-0.tar.xz https://github.com/hydrapolic/gentoo-dist/raw/master/xen/xen-4.12.1-upstream-patches-0.tar.xz +SRC_URI=https://downloads.xenproject.org/release/xen/4.12.1/xen-4.12.1.tar.gz https://dev.gentoo.org/~dlan/distfiles/xen-4.12.1-upstream-patches-1.tar.xz https://github.com/hydrapolic/gentoo-dist/raw/master/xen/xen-4.12.1-upstream-patches-1.tar.xz _eclasses_=eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 mount-boot 0ed73d6bc7399be07e136b5dc46709d9 multilib 1d91b03d42ab6308b5f4f6b598ed110e python-any-r1 b5f01473006ccc2cd78bc3dab20fced4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a -_md5_=6c1919fffa7ee3b76945924328b9fb59 +_md5_=eeacec704b103f733ff88c66dd513a78 diff --git a/metadata/md5-cache/app-emulation/xen-tools-4.11.2-r1 b/metadata/md5-cache/app-emulation/xen-tools-4.11.2-r1 new file mode 100644 index 000000000000..5906400d606e --- /dev/null +++ b/metadata/md5-cache/app-emulation/xen-tools-4.11.2-r1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst prepare setup +DEPEND=sys-apps/pciutils dev-libs/lzo:2 dev-libs/glib:2 dev-libs/yajl dev-libs/libaio dev-libs/libgcrypt:0 sys-libs/zlib python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[ncurses,xml,threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] >=sys-kernel/linux-headers-4.11 dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] x86? ( sys-devel/dev86 sys-firmware/ipxe[qemu] sys-power/iasl ) pam? ( dev-python/pypam[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] ) api? ( dev-libs/libxml2 net-misc/curl ) ovmf? ( !arm? ( !arm64? ( dev-lang/nasm ) ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite] ) ) !amd64? ( >=sys-apps/dtc-1.4.0 ) amd64? ( sys-devel/bin86 sys-devel/dev86 sys-firmware/ipxe[qemu] sys-power/iasl system-seabios? ( sys-firmware/seabios ) ) dev-lang/perl app-misc/pax-utils doc? ( app-text/ghostscript-gpl app-text/pandoc dev-python/markdown[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] dev-texlive/texlive-latexextra media-gfx/transfig ) hvm? ( x11-base/xorg-proto ) qemu? ( app-arch/snappy:= x11-libs/pixman sdl? ( media-libs/libsdl[X] ) ) system-qemu? ( app-emulation/qemu[xen] ) ocaml? ( dev-ml/findlib >=dev-lang/ocaml-4 ) +DESCRIPTION=Xen tools including QEMU and xl +EAPI=7 +HOMEPAGE=https://www.xenproject.org +IUSE=api debug doc flask +hvm ocaml ovmf +pam pygrub python +qemu +qemu-traditional screen sdl static-libs system-qemu system-seabios python_targets_python2_7 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 +LICENSE=GPL-2 +RDEPEND=sys-apps/pciutils dev-libs/lzo:2 dev-libs/glib:2 dev-libs/yajl dev-libs/libaio dev-libs/libgcrypt:0 sys-libs/zlib python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[ncurses,xml,threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] sys-apps/iproute2[-minimal] net-misc/bridge-utils screen? ( app-misc/screen app-admin/logrotate ) +REQUIRED_USE=python_targets_python2_7 ovmf? ( hvm ) pygrub? ( python ) ?? ( qemu system-qemu ) +RESTRICT=test +SLOT=0/4.11 +SRC_URI=https://downloads.xenproject.org/release/xen/4.11.2/xen-4.11.2.tar.gz https://git.seabios.org/cgit/seabios.git/snapshot/seabios-rel-1.11.1.tar.gz ovmf? ( https://github.com/tianocore/edk2/archive/ef529e6ab7c31290a33045bb1f1837447cc0eb56.tar.gz -> edk2-ef529e6ab7c31290a33045bb1f1837447cc0eb56.tar.gz ) https://dev.gentoo.org/~dlan/distfiles/xen-4.11.2-upstream-patches-1.tar.xz https://github.com/hydrapolic/gentoo-dist/raw/master/xen/xen-4.11.2-upstream-patches-1.tar.xz https://dev.gentoo.org/~dlan/distfiles/xen-gentoo-patches-19.tar.xz https://github.com/hydrapolic/gentoo-dist/raw/master/xen/xen-gentoo-patches-19.tar.xz +_eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 multilib 1d91b03d42ab6308b5f4f6b598ed110e python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a +_md5_=7c1486902d8a8855880613ea8b74c2e9 diff --git a/metadata/md5-cache/app-emulation/xen-tools-4.12.1 b/metadata/md5-cache/app-emulation/xen-tools-4.12.1-r1 similarity index 96% rename from metadata/md5-cache/app-emulation/xen-tools-4.12.1 rename to metadata/md5-cache/app-emulation/xen-tools-4.12.1-r1 index e00738cb7b48..700cb082be27 100644 --- a/metadata/md5-cache/app-emulation/xen-tools-4.12.1 +++ b/metadata/md5-cache/app-emulation/xen-tools-4.12.1-r1 @@ -10,6 +10,6 @@ RDEPEND=sys-apps/pciutils dev-libs/lzo:2 dev-libs/glib:2 dev-libs/yajl dev-libs/ REQUIRED_USE=python_targets_python2_7 ipxe? ( rombios ) ovmf? ( hvm ) pygrub? ( python ) rombios? ( hvm ) system-ipxe? ( rombios ) ?? ( ipxe system-ipxe ) ?? ( qemu system-qemu ) RESTRICT=test SLOT=0/4.12 -SRC_URI=https://downloads.xenproject.org/release/xen/4.12.1/xen-4.12.1.tar.gz https://www.seabios.org/downloads/seabios-1.12.0.tar.gz ipxe? ( http://xenbits.xen.org/xen-extfiles/ipxe-git-d2063b7693e0e35db97b2264aa987eb6341ae779.tar.gz ) ovmf? ( https://github.com/tianocore/edk2/archive/ef529e6ab7c31290a33045bb1f1837447cc0eb56.tar.gz -> edk2-ef529e6ab7c31290a33045bb1f1837447cc0eb56.tar.gz ) https://dev.gentoo.org/~dlan/distfiles/xen-4.12.1-upstream-patches-0.tar.xz https://github.com/hydrapolic/gentoo-dist/raw/master/xen/xen-4.12.1-upstream-patches-0.tar.xz https://dev.gentoo.org/~dlan/distfiles/xen-gentoo-patches-18.tar.xz https://github.com/hydrapolic/gentoo-dist/raw/master/xen/xen-gentoo-patches-18.tar.xz +SRC_URI=https://downloads.xenproject.org/release/xen/4.12.1/xen-4.12.1.tar.gz https://www.seabios.org/downloads/seabios-1.12.0.tar.gz ipxe? ( http://xenbits.xen.org/xen-extfiles/ipxe-git-d2063b7693e0e35db97b2264aa987eb6341ae779.tar.gz ) ovmf? ( https://github.com/tianocore/edk2/archive/ef529e6ab7c31290a33045bb1f1837447cc0eb56.tar.gz -> edk2-ef529e6ab7c31290a33045bb1f1837447cc0eb56.tar.gz ) https://dev.gentoo.org/~dlan/distfiles/xen-4.12.1-upstream-patches-1.tar.xz https://github.com/hydrapolic/gentoo-dist/raw/master/xen/xen-4.12.1-upstream-patches-1.tar.xz https://dev.gentoo.org/~dlan/distfiles/xen-gentoo-patches-18.tar.xz https://github.com/hydrapolic/gentoo-dist/raw/master/xen/xen-gentoo-patches-18.tar.xz _eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 multilib 1d91b03d42ab6308b5f4f6b598ed110e python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a -_md5_=58d527fdf26d7b91542287d7263e7fdc +_md5_=d3757ce983b9debb7f7e1ad0ca77001d diff --git a/metadata/md5-cache/app-eselect/Manifest.gz b/metadata/md5-cache/app-eselect/Manifest.gz index 6d02bac1ca4b..00ad8939f713 100644 Binary files a/metadata/md5-cache/app-eselect/Manifest.gz and b/metadata/md5-cache/app-eselect/Manifest.gz differ diff --git a/metadata/md5-cache/app-eselect/eselect-blas-0.2 b/metadata/md5-cache/app-eselect/eselect-blas-0.2 index b7cb73d14fd4..2064ba9137b5 100644 --- a/metadata/md5-cache/app-eselect/eselect-blas-0.2 +++ b/metadata/md5-cache/app-eselect/eselect-blas-0.2 @@ -3,8 +3,8 @@ DEPEND=>=app-admin/eselect-1.0.5 DESCRIPTION=BLAS/CBLAS module for eselect EAPI=7 HOMEPAGE=https://www.gentoo.org -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 LICENSE=GPL-2 RDEPEND=>=app-admin/eselect-1.0.5 SLOT=0 -_md5_=bbe300af81fda56bfca6d1d12520b0c6 +_md5_=9cf202baeecbc261e6541d96e815dcfe diff --git a/metadata/md5-cache/app-office/Manifest.gz b/metadata/md5-cache/app-office/Manifest.gz index d262f101fae6..724f23505889 100644 Binary files a/metadata/md5-cache/app-office/Manifest.gz and b/metadata/md5-cache/app-office/Manifest.gz differ diff --git a/metadata/md5-cache/app-office/libreoffice-6.2.8.2 b/metadata/md5-cache/app-office/libreoffice-6.2.8.2 index 580b20ba36c1..e686cc0617fe 100644 --- a/metadata/md5-cache/app-office/libreoffice-6.2.8.2 +++ b/metadata/md5-cache/app-office/libreoffice-6.2.8.2 @@ -5,7 +5,7 @@ DESCRIPTION=A full office productivity suite EAPI=7 HOMEPAGE=https://www.libreoffice.org IUSE=accessibility bluetooth +branding coinmp +cups dbus debug eds firebird googledrive gstreamer +gtk gtk2 kde ldap +mariadb odk pdfimport postgres test libreoffice_extensions_nlpsolver libreoffice_extensions_scripting-beanshell libreoffice_extensions_scripting-javascript libreoffice_extensions_wiki-publisher elibc_FreeBSD java python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 python_single_target_python2_7 python_single_target_python3_5 python_single_target_python3_6 python_single_target_python3_7 -KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux +KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux LICENSE=|| ( LGPL-3 MPL-1.1 ) PDEPEND==app-office/libreoffice-l10n-6.2* RDEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+),xml] ) python_single_target_python3_5? ( dev-lang/python:3.5[threads(+),xml] ) python_single_target_python3_6? ( dev-lang/python:3.6[threads(+),xml] ) python_single_target_python3_7? ( dev-lang/python:3.7[threads(+),xml] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),python_single_target_python2_7(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?,python_single_target_python3_7(+)?] app-arch/unzip app-arch/zip app-crypt/gpgme[cxx] app-text/hunspell:= >=app-text/libabw-0.1.0 >=app-text/libebook-0.1 app-text/libepubgen >=app-text/libetonyek-0.1 app-text/libexttextcat app-text/liblangtag >=app-text/libmspub-0.1.0 >=app-text/libmwaw-0.3.1 app-text/libnumbertext >=app-text/libodfgen-0.1.0 app-text/libqxp app-text/libstaroffice app-text/libwpd:0.10[tools] app-text/libwpg:0.3 >=app-text/libwps-0.4 app-text/mythes >=dev-cpp/clucene-2.3.3.4-r2 =dev-cpp/libcmis-0.5* dev-db/unixODBC dev-lang/perl dev-libs/boost:=[nls] dev-libs/expat dev-libs/hyphen dev-libs/icu:= dev-libs/libassuan dev-libs/libgpg-error >=dev-libs/liborcus-0.14.0 dev-libs/librevenge dev-libs/libxml2 dev-libs/libxslt dev-libs/nspr dev-libs/nss >=dev-libs/redland-1.0.16 >=dev-libs/xmlsec-1.2.28[nss] media-gfx/fontforge media-gfx/graphite2 media-libs/fontconfig media-libs/freetype:2 >=media-libs/harfbuzz-0.9.42:=[graphite,icu] media-libs/lcms:2 >=media-libs/libcdr-0.1.0 >=media-libs/libepoxy-1.3.1[X] >=media-libs/libfreehand-0.1.0 media-libs/libpagemaker >=media-libs/libpng-1.4:0= >=media-libs/libvisio-0.1.0 media-libs/libzmf net-libs/neon net-misc/curl sci-mathematics/lpsolve sys-libs/zlib virtual/glu virtual/jpeg:0 virtual/opengl x11-libs/cairo[X] x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender accessibility? ( dev-python/lxml[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),python_single_target_python2_7(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?,python_single_target_python3_7(+)?] ) bluetooth? ( dev-libs/glib:2 net-wireless/bluez ) coinmp? ( sci-libs/coinor-mp ) cups? ( net-print/cups ) dbus? ( sys-apps/dbus ) eds? ( dev-libs/glib:2 gnome-base/dconf gnome-extra/evolution-data-server ) firebird? ( >=dev-db/firebird-3.0.2.32703.0-r1[server] ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) gtk? ( dev-libs/glib:2 dev-libs/gobject-introspection gnome-base/dconf media-libs/mesa[egl] x11-libs/gtk+:3 x11-libs/pango ) gtk2? ( x11-libs/gdk-pixbuf >=x11-libs/gtk+-2.24:2 x11-libs/pango ) kde? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 kde-frameworks/kconfig:5 kde-frameworks/kcoreaddons:5 kde-frameworks/ki18n:5 kde-frameworks/kio:5 kde-frameworks/kwindowsystem:5 ) ldap? ( net-nds/openldap ) libreoffice_extensions_scripting-beanshell? ( dev-java/bsh ) libreoffice_extensions_scripting-javascript? ( dev-java/rhino:1.6 ) mariadb? ( dev-db/mariadb-connector-c ) !mariadb? ( dev-db/mysql-connector-c ) pdfimport? ( app-text/poppler:=[cxx] ) postgres? ( >=dev-db/postgresql-9.0:*[kerberos] ) !app-office/libreoffice-bin !app-office/libreoffice-bin-debug !app-office/openoffice media-fonts/liberation-fonts || ( x11-misc/xdg-utils kde-plasma/kde-cli-tools ) java? ( >=virtual/jre-1.6 ) kde? ( kde-frameworks/breeze-icons:* ) java? ( >=dev-java/java-config-2.2.0-r3 ) @@ -13,4 +13,4 @@ REQUIRED_USE=^^ ( python_single_target_python2_7 python_single_target_python3_5 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-6.2.8.2.tar.xz https://dev-builds.libreoffice.org/pre-releases/src/libreoffice-help-6.2.8.2.tar.xz https://download.documentfoundation.org/libreoffice/src/6.2.8//libreoffice-6.2.8.2.tar.xz https://download.documentfoundation.org/libreoffice/src/6.2.8//libreoffice-help-6.2.8.2.tar.xz https://downloadarchive.documentfoundation.org/libreoffice/old/6.2.8.2/src/libreoffice-6.2.8.2.tar.xz https://downloadarchive.documentfoundation.org/libreoffice/old/6.2.8.2/src/libreoffice-help-6.2.8.2.tar.xz java? ( 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 ) libreoffice_extensions_scripting-javascript? ( https://dev-www.libreoffice.org/src//798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip ) libreoffice_extensions_scripting-javascript? ( https://dev-www.libreoffice.org/src//35c94d2df8893241173de1d16b6034c0-swingExSrc.zip ) odk? ( http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll ) _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 bash-completion-r1 47a7402d95930413ce25ba8d857339bb check-reqs 5e40a693d9c828e8f3655184116e8b73 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 java-pkg-opt-2 77d2e22d0de7640f817d20e861c0ff3f java-utils-2 82402a1c36ab4bf38f3313a543f9e827 libtool f143db5a74ccd9ca28c1234deffede96 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f qmake-utils bdf97e69a34b864d6d545f4ec3143ff7 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a xdg-utils ff2ff954e6b17929574eee4efc5152ba -_md5_=56854f2ea0deb2692a91fea23e996ed0 +_md5_=45d050627ed4d1505ee5643a893e3655 diff --git a/metadata/md5-cache/app-office/libreoffice-bin-6.2.8.2 b/metadata/md5-cache/app-office/libreoffice-bin-6.2.8.2 index 557933d40209..06a8954c6085 100644 --- a/metadata/md5-cache/app-office/libreoffice-bin-6.2.8.2 +++ b/metadata/md5-cache/app-office/libreoffice-bin-6.2.8.2 @@ -4,7 +4,7 @@ DESCRIPTION=A full office productivity suite. Binary package EAPI=7 HOMEPAGE=https://www.libreoffice.org IUSE=gnome java kde elibc_FreeBSD java python_targets_python3_6 -KEYWORDS=-* ~amd64 ~x86 +KEYWORDS=-* ~amd64 x86 LICENSE=LGPL-3 PDEPEND==app-office/libreoffice-l10n-6.2.8.2* RDEPEND=app-text/hunspell:0/1.7 =app-text/libexttextcat-3.4* =app-text/libmwaw-0.3* dev-libs/boost:0/1.71.0 dev-libs/icu:0/64.2 >=media-gfx/graphite2-1.3.10 media-libs/harfbuzz:0/0.9.18[icu] media-libs/libpng:0/16 >=sys-devel/gcc-8.3.0 >=sys-libs/glibc-2.29 virtual/jpeg-compat:62 python_targets_python3_6? ( dev-lang/python:3.6[threads,xml] ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_7(-),python_single_target_python3_6(+)] app-arch/unzip app-arch/zip app-crypt/gpgme[cxx] app-text/hunspell:= >=app-text/libabw-0.1.0 >=app-text/libebook-0.1 app-text/libepubgen >=app-text/libetonyek-0.1 app-text/libexttextcat app-text/liblangtag >=app-text/libmspub-0.1.0 >=app-text/libmwaw-0.3.1 app-text/libnumbertext >=app-text/libodfgen-0.1.0 app-text/libqxp app-text/libstaroffice app-text/libwpd:0.10[tools] app-text/libwpg:0.3 >=app-text/libwps-0.4 app-text/mythes >=dev-cpp/clucene-2.3.3.4-r2 =dev-cpp/libcmis-0.5* dev-db/unixODBC dev-lang/perl dev-libs/boost:=[nls] dev-libs/expat dev-libs/hyphen dev-libs/icu:= dev-libs/libassuan dev-libs/libgpg-error >=dev-libs/liborcus-0.14.0 dev-libs/librevenge dev-libs/libxml2 dev-libs/libxslt dev-libs/nspr dev-libs/nss >=dev-libs/redland-1.0.16 >=dev-libs/xmlsec-1.2.28[nss] media-gfx/fontforge media-gfx/graphite2 media-libs/fontconfig media-libs/freetype:2 >=media-libs/harfbuzz-0.9.42:=[graphite,icu] media-libs/lcms:2 >=media-libs/libcdr-0.1.0 >=media-libs/libepoxy-1.3.1[X] >=media-libs/libfreehand-0.1.0 media-libs/libpagemaker >=media-libs/libpng-1.4:0= >=media-libs/libvisio-0.1.0 media-libs/libzmf net-libs/neon net-misc/curl sci-mathematics/lpsolve sys-libs/zlib virtual/glu virtual/jpeg:0 virtual/opengl x11-libs/cairo[X] x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender net-print/cups sys-apps/dbus gnome? ( dev-libs/glib:2 gnome-base/dconf gnome-extra/evolution-data-server ) media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 !kde? ( dev-libs/glib:2 dev-libs/gobject-introspection gnome-base/dconf media-libs/mesa[egl] x11-libs/gtk+:3 x11-libs/pango ) kde? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 kde-frameworks/kconfig:5 kde-frameworks/kcoreaddons:5 kde-frameworks/ki18n:5 kde-frameworks/kio:5 kde-frameworks/kwindowsystem:5 ) dev-db/mariadb-connector-c !app-office/libreoffice !app-office/openoffice media-fonts/liberation-fonts || ( x11-misc/xdg-utils kde-plasma/kde-cli-tools ) java? ( >=virtual/jre-1.6 ) kde? ( kde-frameworks/breeze-icons:* ) java? ( >=dev-java/java-config-2.2.0-r3 ) @@ -13,4 +13,4 @@ RESTRICT=test strip SLOT=0 SRC_URI=amd64? ( https://tamiko.kyomu.43-1.org/distfiles/amd64-bin-libreoffice-6.2.8.2.tar.xz kde? ( !java? ( https://tamiko.kyomu.43-1.org/distfiles/amd64-bin-libreoffice-kde-6.2.8.2.xd3 ) java? ( https://tamiko.kyomu.43-1.org/distfiles/amd64-bin-libreoffice-kde-java-6.2.8.2.xd3 ) ) gnome? ( !java? ( https://tamiko.kyomu.43-1.org/distfiles/amd64-bin-libreoffice-gnome-6.2.8.2.xd3 ) java? ( https://tamiko.kyomu.43-1.org/distfiles/amd64-bin-libreoffice-gnome-java-6.2.8.2.xd3 ) ) !kde? ( !gnome? ( java? ( https://tamiko.kyomu.43-1.org/distfiles/amd64-bin-libreoffice-java-6.2.8.2.xd3 ) ) ) ) x86? ( https://tamiko.kyomu.43-1.org/distfiles/x86-bin-libreoffice-6.2.8.2.tar.xz kde? ( !java? ( https://tamiko.kyomu.43-1.org/distfiles/x86-bin-libreoffice-kde-6.2.8.2.xd3 ) java? ( https://tamiko.kyomu.43-1.org/distfiles/x86-bin-libreoffice-kde-java-6.2.8.2.xd3 ) ) gnome? ( !java? ( https://tamiko.kyomu.43-1.org/distfiles/x86-bin-libreoffice-gnome-6.2.8.2.xd3 ) java? ( https://tamiko.kyomu.43-1.org/distfiles/x86-bin-libreoffice-gnome-java-6.2.8.2.xd3 ) ) !kde? ( !gnome? ( java? ( https://tamiko.kyomu.43-1.org/distfiles/x86-bin-libreoffice-java-6.2.8.2.xd3 ) ) ) ) _eclasses_=java-pkg-opt-2 77d2e22d0de7640f817d20e861c0ff3f java-utils-2 82402a1c36ab4bf38f3313a543f9e827 multilib 1d91b03d42ab6308b5f4f6b598ed110e prefix c2993e4c430c1ee24f278983d6189501 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a xdg-utils ff2ff954e6b17929574eee4efc5152ba -_md5_=0b1035e115ac458b75b9e333c871a382 +_md5_=180eb0f7cde2eb440d6026c9b15e3e2a diff --git a/metadata/md5-cache/app-office/libreoffice-bin-debug-6.2.8.2 b/metadata/md5-cache/app-office/libreoffice-bin-debug-6.2.8.2 index c32d0c35c7c6..a3abf090de2b 100644 --- a/metadata/md5-cache/app-office/libreoffice-bin-debug-6.2.8.2 +++ b/metadata/md5-cache/app-office/libreoffice-bin-debug-6.2.8.2 @@ -4,10 +4,10 @@ DESCRIPTION=LibreOffice, a full office productivity suite. Binary package, debug EAPI=7 HOMEPAGE=https://www.libreoffice.org IUSE=gnome java kde -KEYWORDS=-* ~amd64 ~x86 +KEYWORDS=-* ~amd64 x86 LICENSE=LGPL-3 RDEPEND==app-office/libreoffice-bin-6.2.8.2[gnome=,java=,kde=] RESTRICT=test strip SLOT=0 SRC_URI=amd64? ( https://tamiko.kyomu.43-1.org/distfiles/amd64-debug-libreoffice-6.2.8.2.tar.xz kde? ( !java? ( https://tamiko.kyomu.43-1.org/distfiles/amd64-debug-libreoffice-kde-6.2.8.2.xd3 ) java? ( https://tamiko.kyomu.43-1.org/distfiles/amd64-debug-libreoffice-kde-java-6.2.8.2.xd3 ) ) gnome? ( !java? ( https://tamiko.kyomu.43-1.org/distfiles/amd64-debug-libreoffice-gnome-6.2.8.2.xd3 ) java? ( https://tamiko.kyomu.43-1.org/distfiles/amd64-debug-libreoffice-gnome-java-6.2.8.2.xd3 ) ) !kde? ( !gnome? ( java? ( https://tamiko.kyomu.43-1.org/distfiles/amd64-debug-libreoffice-java-6.2.8.2.xd3 ) ) ) ) x86? ( https://tamiko.kyomu.43-1.org/distfiles/x86-debug-libreoffice-6.2.8.2.tar.xz kde? ( !java? ( https://tamiko.kyomu.43-1.org/distfiles/x86-debug-libreoffice-kde-6.2.8.2.xd3 ) java? ( https://tamiko.kyomu.43-1.org/distfiles/x86-debug-libreoffice-kde-java-6.2.8.2.xd3 ) ) gnome? ( !java? ( https://tamiko.kyomu.43-1.org/distfiles/x86-debug-libreoffice-gnome-6.2.8.2.xd3 ) java? ( https://tamiko.kyomu.43-1.org/distfiles/x86-debug-libreoffice-gnome-java-6.2.8.2.xd3 ) ) !kde? ( !gnome? ( java? ( https://tamiko.kyomu.43-1.org/distfiles/x86-debug-libreoffice-java-6.2.8.2.xd3 ) ) ) ) -_md5_=26aabb43a5a4e496ba42352a7d755af2 +_md5_=0d06d05cecf3b37ad51c066213459ffd diff --git a/metadata/md5-cache/app-office/libreoffice-l10n-6.2.8.2 b/metadata/md5-cache/app-office/libreoffice-l10n-6.2.8.2 index 95f14d5e7cd0..36c84b47fb9b 100644 --- a/metadata/md5-cache/app-office/libreoffice-l10n-6.2.8.2 +++ b/metadata/md5-cache/app-office/libreoffice-l10n-6.2.8.2 @@ -4,11 +4,11 @@ DESCRIPTION=Translations for the Libreoffice suite EAPI=7 HOMEPAGE=https://www.libreoffice.org IUSE=offlinehelp l10n_am l10n_ast l10n_bg l10n_bn-IN l10n_bn l10n_bo l10n_bs l10n_ca-valencia l10n_ca l10n_cs l10n_da l10n_de l10n_dz l10n_el l10n_en-GB l10n_en l10n_en-ZA l10n_eo l10n_es l10n_et l10n_eu l10n_fi l10n_fr l10n_gl l10n_gu l10n_he l10n_hi l10n_hr l10n_hu l10n_id l10n_is l10n_it l10n_ja l10n_ka l10n_km l10n_ko l10n_mk l10n_nb l10n_ne l10n_nl l10n_nn l10n_om l10n_pl l10n_pt-BR l10n_pt l10n_ru l10n_si l10n_sk l10n_sl l10n_sq l10n_sv l10n_tg l10n_tr l10n_ug l10n_uk l10n_vi l10n_zh-CN l10n_zh-TW l10n_af l10n_ar l10n_as l10n_be l10n_br l10n_brx l10n_cy l10n_dgo l10n_fa l10n_ga l10n_gd l10n_gug l10n_kk l10n_kmr-Latn l10n_kn l10n_kok l10n_ks l10n_lb l10n_lo l10n_lt l10n_lv l10n_mai l10n_ml l10n_mn l10n_mni l10n_mr l10n_my l10n_nr l10n_nso l10n_oc l10n_or l10n_pa l10n_ro l10n_rw l10n_sa l10n_sat l10n_sd l10n_sid l10n_sr-Latn l10n_sr l10n_ss l10n_st l10n_sw-TZ l10n_ta l10n_te l10n_th l10n_tn l10n_ts l10n_tt l10n_uz l10n_ve l10n_xh l10n_zu -KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux +KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux LICENSE=|| ( LGPL-3 MPL-1.1 ) RDEPEND=app-text/hunspell RESTRICT=strip SLOT=0 SRC_URI=l10n_am? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_am.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_am.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_am.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_am.tar.gz ) ) l10n_ast? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_ast.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ast.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ast.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ast.tar.gz ) ) l10n_bg? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_bg.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_bg.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_bg.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_bg.tar.gz ) ) l10n_bn-IN? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_bn-IN.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_bn-IN.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_bn-IN.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_bn-IN.tar.gz ) ) l10n_bn? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_bn.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_bn.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_bn.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_bn.tar.gz ) ) l10n_bo? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_bo.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_bo.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_bo.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_bo.tar.gz ) ) l10n_bs? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_bs.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_bs.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_bs.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_bs.tar.gz ) ) l10n_ca-valencia? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_ca-valencia.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ca-valencia.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ca-valencia.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ca-valencia.tar.gz ) ) l10n_ca? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_ca.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ca.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ca.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ca.tar.gz ) ) l10n_cs? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_cs.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_cs.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_cs.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_cs.tar.gz ) ) l10n_da? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_da.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_da.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_da.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_da.tar.gz ) ) l10n_de? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_de.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_de.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_de.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_de.tar.gz ) ) l10n_dz? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_dz.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_dz.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_dz.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_dz.tar.gz ) ) l10n_el? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_el.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_el.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_el.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_el.tar.gz ) ) l10n_en-GB? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_en-GB.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_en-GB.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_en-GB.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_en-GB.tar.gz ) ) l10n_en? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_en-US.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_en-US.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_en-US.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_en-US.tar.gz ) ) l10n_en-ZA? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_en-ZA.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_en-ZA.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_en-ZA.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_en-ZA.tar.gz ) ) l10n_eo? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_eo.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_eo.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_eo.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_eo.tar.gz ) ) l10n_es? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_es.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_es.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_es.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_es.tar.gz ) ) l10n_et? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_et.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_et.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_et.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_et.tar.gz ) ) l10n_eu? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_eu.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_eu.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_eu.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_eu.tar.gz ) ) l10n_fi? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_fi.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_fi.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_fi.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_fi.tar.gz ) ) l10n_fr? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_fr.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_fr.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_fr.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_fr.tar.gz ) ) l10n_gl? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_gl.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_gl.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_gl.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_gl.tar.gz ) ) l10n_gu? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_gu.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_gu.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_gu.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_gu.tar.gz ) ) l10n_he? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_he.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_he.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_he.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_he.tar.gz ) ) l10n_hi? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_hi.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_hi.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_hi.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_hi.tar.gz ) ) l10n_hr? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_hr.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_hr.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_hr.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_hr.tar.gz ) ) l10n_hu? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_hu.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_hu.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_hu.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_hu.tar.gz ) ) l10n_id? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_id.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_id.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_id.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_id.tar.gz ) ) l10n_is? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_is.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_is.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_is.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_is.tar.gz ) ) l10n_it? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_it.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_it.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_it.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_it.tar.gz ) ) l10n_ja? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_ja.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ja.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ja.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ja.tar.gz ) ) l10n_ka? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_ka.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ka.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ka.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ka.tar.gz ) ) l10n_km? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_km.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_km.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_km.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_km.tar.gz ) ) l10n_ko? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_ko.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ko.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ko.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ko.tar.gz ) ) l10n_mk? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_mk.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_mk.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_mk.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_mk.tar.gz ) ) l10n_nb? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_nb.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_nb.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_nb.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_nb.tar.gz ) ) l10n_ne? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_ne.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ne.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ne.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ne.tar.gz ) ) l10n_nl? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_nl.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_nl.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_nl.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_nl.tar.gz ) ) l10n_nn? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_nn.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_nn.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_nn.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_nn.tar.gz ) ) l10n_om? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_om.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_om.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_om.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_om.tar.gz ) ) l10n_pl? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_pl.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_pl.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_pl.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_pl.tar.gz ) ) l10n_pt-BR? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_pt-BR.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_pt-BR.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_pt-BR.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_pt-BR.tar.gz ) ) l10n_pt? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_pt.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_pt.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_pt.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_pt.tar.gz ) ) l10n_ru? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_ru.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ru.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ru.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ru.tar.gz ) ) l10n_si? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_si.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_si.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_si.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_si.tar.gz ) ) l10n_sk? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_sk.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_sk.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_sk.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_sk.tar.gz ) ) l10n_sl? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_sl.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_sl.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_sl.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_sl.tar.gz ) ) l10n_sq? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_sq.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_sq.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_sq.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_sq.tar.gz ) ) l10n_sv? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_sv.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_sv.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_sv.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_sv.tar.gz ) ) l10n_tg? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_tg.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_tg.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_tg.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_tg.tar.gz ) ) l10n_tr? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_tr.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_tr.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_tr.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_tr.tar.gz ) ) l10n_ug? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_ug.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ug.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ug.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_ug.tar.gz ) ) l10n_uk? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_uk.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_uk.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_uk.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_uk.tar.gz ) ) l10n_vi? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_vi.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_vi.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_vi.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_vi.tar.gz ) ) l10n_zh-CN? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_zh-CN.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_zh-CN.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_zh-CN.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_zh-CN.tar.gz ) ) l10n_zh-TW? ( offlinehelp? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_helppack_zh-TW.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_zh-TW.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_zh-TW.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_helppack_zh-TW.tar.gz ) ) l10n_am? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_am.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_am.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_am.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_am.tar.gz ) l10n_ast? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_ast.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ast.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ast.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ast.tar.gz ) l10n_bg? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_bg.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_bg.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_bg.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_bg.tar.gz ) l10n_bn-IN? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_bn-IN.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_bn-IN.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_bn-IN.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_bn-IN.tar.gz ) l10n_bn? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_bn.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_bn.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_bn.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_bn.tar.gz ) l10n_bo? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_bo.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_bo.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_bo.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_bo.tar.gz ) l10n_bs? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_bs.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_bs.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_bs.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_bs.tar.gz ) l10n_ca-valencia? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_ca-valencia.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ca-valencia.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ca-valencia.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ca-valencia.tar.gz ) l10n_ca? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_ca.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ca.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ca.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ca.tar.gz ) l10n_cs? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_cs.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_cs.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_cs.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_cs.tar.gz ) l10n_da? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_da.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_da.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_da.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_da.tar.gz ) l10n_de? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_de.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_de.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_de.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_de.tar.gz ) l10n_dz? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_dz.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_dz.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_dz.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_dz.tar.gz ) l10n_el? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_el.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_el.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_el.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_el.tar.gz ) l10n_en-GB? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_en-GB.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_en-GB.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_en-GB.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_en-GB.tar.gz ) l10n_en-ZA? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_en-ZA.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_en-ZA.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_en-ZA.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_en-ZA.tar.gz ) l10n_eo? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_eo.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_eo.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_eo.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_eo.tar.gz ) l10n_es? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_es.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_es.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_es.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_es.tar.gz ) l10n_et? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_et.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_et.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_et.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_et.tar.gz ) l10n_eu? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_eu.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_eu.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_eu.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_eu.tar.gz ) l10n_fi? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_fi.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_fi.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_fi.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_fi.tar.gz ) l10n_fr? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_fr.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_fr.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_fr.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_fr.tar.gz ) l10n_gl? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_gl.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_gl.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_gl.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_gl.tar.gz ) l10n_gu? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_gu.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_gu.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_gu.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_gu.tar.gz ) l10n_he? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_he.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_he.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_he.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_he.tar.gz ) l10n_hi? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_hi.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_hi.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_hi.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_hi.tar.gz ) l10n_hr? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_hr.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_hr.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_hr.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_hr.tar.gz ) l10n_hu? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_hu.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_hu.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_hu.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_hu.tar.gz ) l10n_id? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_id.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_id.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_id.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_id.tar.gz ) l10n_is? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_is.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_is.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_is.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_is.tar.gz ) l10n_it? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_it.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_it.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_it.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_it.tar.gz ) l10n_ja? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_ja.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ja.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ja.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ja.tar.gz ) l10n_ka? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_ka.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ka.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ka.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ka.tar.gz ) l10n_km? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_km.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_km.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_km.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_km.tar.gz ) l10n_ko? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_ko.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ko.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ko.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ko.tar.gz ) l10n_mk? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_mk.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_mk.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_mk.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_mk.tar.gz ) l10n_nb? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_nb.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_nb.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_nb.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_nb.tar.gz ) l10n_ne? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_ne.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ne.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ne.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ne.tar.gz ) l10n_nl? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_nl.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_nl.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_nl.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_nl.tar.gz ) l10n_nn? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_nn.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_nn.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_nn.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_nn.tar.gz ) l10n_om? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_om.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_om.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_om.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_om.tar.gz ) l10n_pl? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_pl.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_pl.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_pl.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_pl.tar.gz ) l10n_pt-BR? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_pt-BR.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_pt-BR.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_pt-BR.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_pt-BR.tar.gz ) l10n_pt? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_pt.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_pt.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_pt.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_pt.tar.gz ) l10n_ru? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_ru.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ru.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ru.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ru.tar.gz ) l10n_si? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_si.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_si.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_si.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_si.tar.gz ) l10n_sk? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_sk.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sk.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sk.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sk.tar.gz ) l10n_sl? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_sl.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sl.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sl.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sl.tar.gz ) l10n_sq? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_sq.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sq.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sq.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sq.tar.gz ) l10n_sv? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_sv.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sv.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sv.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sv.tar.gz ) l10n_tg? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_tg.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_tg.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_tg.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_tg.tar.gz ) l10n_tr? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_tr.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_tr.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_tr.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_tr.tar.gz ) l10n_ug? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_ug.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ug.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ug.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ug.tar.gz ) l10n_uk? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_uk.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_uk.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_uk.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_uk.tar.gz ) l10n_vi? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_vi.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_vi.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_vi.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_vi.tar.gz ) l10n_zh-CN? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_zh-CN.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_zh-CN.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_zh-CN.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_zh-CN.tar.gz ) l10n_zh-TW? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_zh-TW.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_zh-TW.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_zh-TW.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_zh-TW.tar.gz ) l10n_af? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_af.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_af.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_af.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_af.tar.gz ) l10n_ar? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_ar.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ar.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ar.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ar.tar.gz ) l10n_as? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_as.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_as.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_as.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_as.tar.gz ) l10n_be? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_be.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_be.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_be.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_be.tar.gz ) l10n_br? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_br.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_br.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_br.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_br.tar.gz ) l10n_brx? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_brx.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_brx.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_brx.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_brx.tar.gz ) l10n_cy? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_cy.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_cy.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_cy.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_cy.tar.gz ) l10n_dgo? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_dgo.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_dgo.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_dgo.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_dgo.tar.gz ) l10n_fa? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_fa.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_fa.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_fa.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_fa.tar.gz ) l10n_ga? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_ga.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ga.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ga.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ga.tar.gz ) l10n_gd? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_gd.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_gd.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_gd.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_gd.tar.gz ) l10n_gug? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_gug.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_gug.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_gug.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_gug.tar.gz ) l10n_kk? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_kk.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_kk.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_kk.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_kk.tar.gz ) l10n_kmr-Latn? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_kmr-Latn.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_kmr-Latn.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_kmr-Latn.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_kmr-Latn.tar.gz ) l10n_kn? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_kn.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_kn.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_kn.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_kn.tar.gz ) l10n_kok? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_kok.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_kok.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_kok.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_kok.tar.gz ) l10n_ks? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_ks.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ks.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ks.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ks.tar.gz ) l10n_lb? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_lb.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_lb.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_lb.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_lb.tar.gz ) l10n_lo? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_lo.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_lo.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_lo.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_lo.tar.gz ) l10n_lt? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_lt.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_lt.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_lt.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_lt.tar.gz ) l10n_lv? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_lv.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_lv.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_lv.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_lv.tar.gz ) l10n_mai? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_mai.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_mai.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_mai.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_mai.tar.gz ) l10n_ml? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_ml.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ml.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ml.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ml.tar.gz ) l10n_mn? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_mn.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_mn.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_mn.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_mn.tar.gz ) l10n_mni? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_mni.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_mni.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_mni.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_mni.tar.gz ) l10n_mr? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_mr.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_mr.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_mr.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_mr.tar.gz ) l10n_my? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_my.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_my.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_my.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_my.tar.gz ) l10n_nr? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_nr.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_nr.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_nr.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_nr.tar.gz ) l10n_nso? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_nso.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_nso.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_nso.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_nso.tar.gz ) l10n_oc? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_oc.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_oc.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_oc.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_oc.tar.gz ) l10n_or? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_or.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_or.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_or.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_or.tar.gz ) l10n_pa? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_pa-IN.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_pa-IN.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_pa-IN.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_pa-IN.tar.gz ) l10n_ro? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_ro.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ro.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ro.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ro.tar.gz ) l10n_rw? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_rw.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_rw.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_rw.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_rw.tar.gz ) l10n_sa? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_sa-IN.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sa-IN.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sa-IN.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sa-IN.tar.gz ) l10n_sat? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_sat.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sat.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sat.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sat.tar.gz ) l10n_sd? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_sd.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sd.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sd.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sd.tar.gz ) l10n_sid? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_sid.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sid.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sid.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sid.tar.gz ) l10n_sr-Latn? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_sr-Latn.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sr-Latn.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sr-Latn.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sr-Latn.tar.gz ) l10n_sr? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_sr.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sr.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sr.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sr.tar.gz ) l10n_ss? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_ss.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ss.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ss.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ss.tar.gz ) l10n_st? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_st.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_st.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_st.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_st.tar.gz ) l10n_sw-TZ? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_sw-TZ.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sw-TZ.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sw-TZ.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_sw-TZ.tar.gz ) l10n_ta? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_ta.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ta.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ta.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ta.tar.gz ) l10n_te? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_te.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_te.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_te.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_te.tar.gz ) l10n_th? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_th.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_th.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_th.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_th.tar.gz ) l10n_tn? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_tn.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_tn.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_tn.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_tn.tar.gz ) l10n_ts? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_ts.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ts.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ts.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ts.tar.gz ) l10n_tt? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_tt.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_tt.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_tt.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_tt.tar.gz ) l10n_uz? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_uz.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_uz.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_uz.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_uz.tar.gz ) l10n_ve? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_ve.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ve.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ve.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_ve.tar.gz ) l10n_xh? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_xh.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_xh.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_xh.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_xh.tar.gz ) l10n_zu? ( https://download.documentfoundation.org/libreoffice/stable/6.2.8/rpm/x86/LibreOffice_6.2.8_Linux_x86_rpm_langpack_zu.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_zu.tar.gz https://download.documentfoundation.org/libreoffice/testing/6.2.8/rpm/x86/LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_zu.tar.gz -> LibreOffice_6.2.8.2_Linux_x86_rpm_langpack_zu.tar.gz ) _eclasses_=eutils 6e6c2737b59a4b982de6fb3ecefd87f8 rpm f52cfa3a435468d86d3b49c357b9cb35 -_md5_=4231539c6910beb5b0b7eaff7ce49253 +_md5_=ba2879821ed21417371b77f5fa9f785e diff --git a/metadata/md5-cache/app-office/scribus-1.5.5 b/metadata/md5-cache/app-office/scribus-1.5.5 index 8cda0e2f5c82..8c183fd2ba35 100644 --- a/metadata/md5-cache/app-office/scribus-1.5.5 +++ b/metadata/md5-cache/app-office/scribus-1.5.5 @@ -5,11 +5,11 @@ DESCRIPTION=Desktop publishing (DTP) and layout program EAPI=7 HOMEPAGE=https://www.scribus.net/ IUSE=+boost debug examples graphicsmagick hunspell +minimal osg +pdf scripts +templates tk python_targets_python2_7 -KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 x86 LICENSE=GPL-2 RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[tk?] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] app-text/libmspub app-text/libqxp app-text/poppler:= dev-libs/hyphen >=dev-libs/icu-58.2:0= dev-libs/librevenge dev-libs/libxml2 dev-qt/qtcore:5 dev-qt/qtgui:5[-gles2] dev-qt/qtnetwork:5 dev-qt/qtopengl:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 media-libs/fontconfig media-libs/freetype:2 >=media-libs/harfbuzz-0.9.42:0=[icu] media-libs/lcms:2 media-libs/libcdr media-libs/libfreehand media-libs/libpagemaker media-libs/libpng:0= media-libs/libvisio media-libs/libzmf media-libs/tiff:0 net-print/cups sys-libs/zlib[minizip] virtual/jpeg:0= >=x11-libs/cairo-1.10.0[X,svg] boost? ( >=dev-libs/boost-1.67:= ) hunspell? ( app-text/hunspell:= ) graphicsmagick? ( media-gfx/graphicsmagick:= ) osg? ( dev-games/openscenegraph:= ) pdf? ( app-text/podofo:0= ) scripts? ( dev-python/pillow[tk?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] ) app-text/ghostscript-gpl REQUIRED_USE=python_targets_python2_7 tk? ( scripts ) SLOT=0 SRC_URI=mirror://sourceforge/project/scribus/scribus-devel/1.5.5/scribus-1.5.5.tar.xz _eclasses_=cmake-utils 91d6ef31dc426240577497cacbf2508c desktop b1d22ac8bdd4679ab79c71aca235009d eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils ff2ff954e6b17929574eee4efc5152ba -_md5_=2d137caad5537cc0061f78abf3575dd8 +_md5_=04eb358b60a28d5898b1e3638b43be2a diff --git a/metadata/md5-cache/dev-db/Manifest.gz b/metadata/md5-cache/dev-db/Manifest.gz index 4ec3b00af37f..aeaabacacb47 100644 Binary files a/metadata/md5-cache/dev-db/Manifest.gz and b/metadata/md5-cache/dev-db/Manifest.gz differ diff --git a/metadata/md5-cache/dev-db/percona-server-8.0.17.8 b/metadata/md5-cache/dev-db/percona-server-8.0.17.8 index cebf569eb650..0e956a186208 100644 --- a/metadata/md5-cache/dev-db/percona-server-8.0.17.8 +++ b/metadata/md5-cache/dev-db/percona-server-8.0.17.8 @@ -8,10 +8,10 @@ IUSE=cjk cracklib debug jemalloc latin1 libressl numa +perl profiling rocksdb ro KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris LICENSE=GPL-2 PDEPEND=perl? ( >=dev-perl/DBD-mysql-2.9004 ) -RDEPEND=>=app-arch/lz4-0_p131:= dev-libs/icu:= dev-libs/libedit dev-libs/libevent:= net-libs/libtirpc:= >=sys-libs/zlib-1.2.3:0= cjk? ( app-text/mecab:= ) jemalloc? ( dev-libs/jemalloc:0= ) kernel_linux? ( dev-libs/libaio:0= sys-process/procps:0= ) libressl? ( dev-libs/libressl:0= ) !libressl? ( >=dev-libs/openssl-1.0.0:0= ) numa? ( sys-process/numactl ) tcmalloc? ( dev-util/google-perftools:0= ) !dev-db/mariadb !dev-db/mariadb-galera !dev-db/percona-server !dev-db/mysql-cluster selinux? ( sec-policy/selinux-mysql ) !prefix? ( acct-group/mysql acct-user/mysql dev-db/mysql-init-scripts ) +RDEPEND=>=app-arch/lz4-0_p131:= dev-libs/icu:= dev-libs/libedit dev-libs/libevent:= net-libs/libtirpc:= >=sys-libs/zlib-1.2.3:0= cjk? ( app-text/mecab:= ) jemalloc? ( dev-libs/jemalloc:0= ) kernel_linux? ( dev-libs/libaio:0= sys-process/procps:0= ) libressl? ( dev-libs/libressl:0= ) !libressl? ( >=dev-libs/openssl-1.0.0:0= ) numa? ( sys-process/numactl ) tcmalloc? ( dev-util/google-perftools:0= ) !dev-db/mariadb !dev-db/mariadb-galera !dev-db/mysql !dev-db/mysql-cluster selinux? ( sec-policy/selinux-mysql ) !prefix? ( acct-group/mysql acct-user/mysql dev-db/mysql-init-scripts ) REQUIRED_USE=?? ( tcmalloc jemalloc ) RESTRICT=libressl? ( test ) SLOT=0 SRC_URI=https://www.percona.com/downloads/Percona-Server-8.0/Percona-Server-8.0.17-8/source/tarball/percona-server-8.0.17-8.tar.gz https://dl.bintray.com/boostorg/release/1.69.0/source/boost_1_69_0.tar.bz2 mirror://gentoo/mysql-extras-20191031-0134Z.tar.bz2 https://gitweb.gentoo.org/proj/mysql-extras.git/snapshot/mysql-extras-20191031-0134Z.tar.bz2 _eclasses_=check-reqs 5e40a693d9c828e8f3655184116e8b73 cmake-utils 91d6ef31dc426240577497cacbf2508c eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 linux-info 953c3b1c472dcadbf62098a9301327f2 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f prefix c2993e4c430c1ee24f278983d6189501 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a xdg-utils ff2ff954e6b17929574eee4efc5152ba -_md5_=ffcf3ce562c2f4b4af1e9186b316c1d1 +_md5_=08213cc889e288966fcd593d7969e000 diff --git a/metadata/md5-cache/dev-java/Manifest.gz b/metadata/md5-cache/dev-java/Manifest.gz index 3b0d38a60d42..737b7ed329f8 100644 Binary files a/metadata/md5-cache/dev-java/Manifest.gz and b/metadata/md5-cache/dev-java/Manifest.gz differ diff --git a/metadata/md5-cache/dev-java/maven-bin-3.6.2 b/metadata/md5-cache/dev-java/maven-bin-3.6.2 index 7d6e3f9a85d7..1154deb82ab7 100644 --- a/metadata/md5-cache/dev-java/maven-bin-3.6.2 +++ b/metadata/md5-cache/dev-java/maven-bin-3.6.2 @@ -4,10 +4,10 @@ DESCRIPTION=Project Management and Comprehension Tool for Java EAPI=7 HOMEPAGE=https://maven.apache.org/ IUSE=elibc_FreeBSD -KEYWORDS=amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.8 >=dev-java/java-config-2.2.0-r3 SLOT=3.6 SRC_URI=mirror://apache/maven/maven-3/3.6.2/binaries/apache-maven-3.6.2-bin.tar.gz _eclasses_=java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-utils-2 82402a1c36ab4bf38f3313a543f9e827 -_md5_=be65a51fac8d292b05d2a0220120b9e2 +_md5_=8f8469fc39267ef6e5758805cfd7b9f6 diff --git a/metadata/md5-cache/dev-libs/Manifest.gz b/metadata/md5-cache/dev-libs/Manifest.gz index 905f44dd87f0..577fba29c955 100644 Binary files a/metadata/md5-cache/dev-libs/Manifest.gz and b/metadata/md5-cache/dev-libs/Manifest.gz differ diff --git a/metadata/md5-cache/dev-libs/boost-1.71.0 b/metadata/md5-cache/dev-libs/boost-1.71.0 index 2bb7b26dedef..16eb6d0d9152 100644 --- a/metadata/md5-cache/dev-libs/boost-1.71.0 +++ b/metadata/md5-cache/dev-libs/boost-1.71.0 @@ -5,7 +5,7 @@ DESCRIPTION=Boost Libraries for C++ EAPI=7 HOMEPAGE=https://www.boost.org/ IUSE=bzip2 context debug doc icu lzma +nls mpi numpy python static-libs +threads tools zlib zstd python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_riscv_lp64d abi_riscv_lp64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris ~x86-winnt +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris ~x86-winnt LICENSE=Boost-1.0 RDEPEND=!app-admin/eselect-boost !dev-libs/boost-numpy bzip2? ( app-arch/bzip2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) icu? ( >=dev-libs/icu-3.6:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !icu? ( virtual/libiconv[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lzma? ( app-arch/xz-utils:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) mpi? ( >=virtual/mpi-2.0-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,cxx,threads] ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] numpy? ( >=dev-python/numpy-1.14.5[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) ) zlib? ( sys-libs/zlib:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zstd? ( app-arch/zstd:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) REQUIRED_USE=mpi? ( threads ) python? ( || ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) ) @@ -13,4 +13,4 @@ RESTRICT=test SLOT=0/1.71.0 SRC_URI=https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2 _eclasses_=eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multilib-build 0d0c25170069d06d0eb233154229af97 multilib-minimal 8bddda43703ba94d8341f4e247f97566 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a -_md5_=929f14f3509bbf7327e9350837f251c6 +_md5_=4d752a20f685e57c7fbcfe649ed9a820 diff --git a/metadata/md5-cache/dev-libs/leatherman-1.9.0 b/metadata/md5-cache/dev-libs/leatherman-1.9.0 new file mode 100644 index 000000000000..838014e13835 --- /dev/null +++ b/metadata/md5-cache/dev-libs/leatherman-1.9.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-libs/boost-1.54:=[nls] net-misc/curl >=sys-devel/gcc-4.8:* sys-devel/make >=dev-util/cmake-3.9.6 +DESCRIPTION=A C++ toolkit +EAPI=6 +HOMEPAGE=https://github.com/puppetlabs/leatherman +IUSE=debug static-libs test +KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 +LICENSE=Apache-2.0 +RDEPEND=net-misc/curl +SLOT=0/1.9.0 +SRC_URI=https://github.com/puppetlabs/leatherman/archive/1.9.0.tar.gz -> leatherman-1.9.0.tar.gz +_eclasses_=cmake-utils 91d6ef31dc426240577497cacbf2508c desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils ff2ff954e6b17929574eee4efc5152ba +_md5_=5a2c05a04c8a4f1251b8cf5358ed625b diff --git a/metadata/md5-cache/dev-libs/libpcre2-10.33-r1 b/metadata/md5-cache/dev-libs/libpcre2-10.33-r1 new file mode 100644 index 000000000000..4f1158875f91 --- /dev/null +++ b/metadata/md5-cache/dev-libs/libpcre2-10.33-r1 @@ -0,0 +1,15 @@ +BDEPEND=>=app-portage/elt-patches-20170815 +DEFINED_PHASES=compile configure install prepare test +DEPEND=bzip2? ( app-arch/bzip2 ) zlib? ( sys-libs/zlib ) libedit? ( dev-libs/libedit ) readline? ( sys-libs/readline:0= ) virtual/pkgconfig userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=Perl-compatible regular expression library +EAPI=7 +HOMEPAGE=http://www.pcre.org/ +IUSE=bzip2 +jit libedit pcre16 pcre32 +readline +recursion-limit static-libs unicode zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_riscv_lp64d abi_riscv_lp64 abi_s390_32 abi_s390_64 split-usr +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=BSD +RDEPEND=bzip2? ( app-arch/bzip2 ) zlib? ( sys-libs/zlib ) libedit? ( dev-libs/libedit ) readline? ( sys-libs/readline:0= ) +REQUIRED_USE=?? ( libedit readline ) +SLOT=0 +SRC_URI=mirror://sourceforge/pcre/pcre2-10.33.tar.bz2 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-10.33.tar.bz2 https://dev.gentoo.org/~whissi/dist/libpcre2/libpcre2-10.33-patchset-1.0.tar.xz +_eclasses_=eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 libtool f143db5a74ccd9ca28c1234deffede96 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multilib-build 0d0c25170069d06d0eb233154229af97 multilib-minimal 8bddda43703ba94d8341f4e247f97566 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a usr-ldscript 766f0a506b45f02361ad1b8ca205b7e1 +_md5_=8419ceb1bc676c11314b84b45bc7f87b diff --git a/metadata/md5-cache/dev-lua/Manifest.gz b/metadata/md5-cache/dev-lua/Manifest.gz index d2aa8179e053..58e80524b651 100644 Binary files a/metadata/md5-cache/dev-lua/Manifest.gz and b/metadata/md5-cache/dev-lua/Manifest.gz differ diff --git a/metadata/md5-cache/dev-lua/luv-1.30.1.1 b/metadata/md5-cache/dev-lua/luv-1.32.0.0 similarity index 68% rename from metadata/md5-cache/dev-lua/luv-1.30.1.1 rename to metadata/md5-cache/dev-lua/luv-1.32.0.0 index ce810390b4d2..19e355d70ad6 100644 --- a/metadata/md5-cache/dev-lua/luv-1.30.1.1 +++ b/metadata/md5-cache/dev-lua/luv-1.32.0.0 @@ -1,15 +1,15 @@ BDEPEND=virtual/pkgconfig dev-util/ninja >=dev-util/cmake-3.9.6 DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-libs/libuv:= luajit? ( dev-lang/luajit:2 ) !luajit? ( dev-lang/lua:0 ) +DEPEND=>=dev-libs/libuv-1.32.0:= luajit? ( dev-lang/luajit:2 ) !luajit? ( dev-lang/lua:0 ) DESCRIPTION=Bare libuv bindings for lua EAPI=7 HOMEPAGE=https://github.com/luvit/luv IUSE=luajit test KEYWORDS=~amd64 ~x86 LICENSE=Apache-2.0 MIT -RDEPEND=dev-libs/libuv:= luajit? ( dev-lang/luajit:2 ) !luajit? ( dev-lang/lua:0 ) +RDEPEND=>=dev-libs/libuv-1.32.0:= luajit? ( dev-lang/luajit:2 ) !luajit? ( dev-lang/lua:0 ) RESTRICT=!test? ( test ) SLOT=0 -SRC_URI=https://github.com/luvit/luv/archive/1.30.1-1.tar.gz -> luv-1.30.1.1.tar.gz https://github.com/keplerproject/lua-compat-5.3/archive/v0.7.tar.gz -> luv-lua-compat-0.7.tar.gz +SRC_URI=https://github.com/luvit/luv/archive/1.32.0-0.tar.gz -> luv-1.32.0.0.tar.gz https://github.com/keplerproject/lua-compat-5.3/archive/v0.7.tar.gz -> luv-lua-compat-0.7.tar.gz _eclasses_=cmake-utils 91d6ef31dc426240577497cacbf2508c eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a unpacker 3cd8bad0d31e525cd26be1bfa4e61631 xdg-utils ff2ff954e6b17929574eee4efc5152ba -_md5_=0cc6b46997e3cf843f1f2155bec6c18a +_md5_=c22934d0dc78cb44d55136419e275c0a diff --git a/metadata/md5-cache/dev-python/Manifest.gz b/metadata/md5-cache/dev-python/Manifest.gz index 5e0b2547c5da..ebabd44062d9 100644 Binary files a/metadata/md5-cache/dev-python/Manifest.gz and b/metadata/md5-cache/dev-python/Manifest.gz differ diff --git a/metadata/md5-cache/dev-python/cloudpickle-1.2.2 b/metadata/md5-cache/dev-python/cloudpickle-1.2.2 index e13a0ad0c274..98c544cd5edc 100644 --- a/metadata/md5-cache/dev-python/cloudpickle-1.2.2 +++ b/metadata/md5-cache/dev-python/cloudpickle-1.2.2 @@ -1,16 +1,16 @@ -BDEPEND=python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +BDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] test? ( dev-python/mock[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] test? ( dev-python/mock[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) DESCRIPTION=Extended pickling support for Python objects EAPI=7 HOMEPAGE=https://pypi.org/project/cloudpickle/ -IUSE=test python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 +IUSE=test python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 KEYWORDS=~amd64 ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux LICENSE=BSD -RDEPEND=python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] -REQUIRED_USE=|| ( python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://pypi/c/cloudpickle/cloudpickle-1.2.2.tar.gz _eclasses_=distutils-r1 5ef20774410ba92b3fef636ca7945d52 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a -_md5_=65ea987a7779fa6c9f20ae7d612d9c2d +_md5_=d297a44183c7beba16ca5cce7c01f735 diff --git a/metadata/md5-cache/dev-python/jikanpy-3.4.1 b/metadata/md5-cache/dev-python/jikanpy-3.4.1 new file mode 100644 index 000000000000..0c767e4e62ea --- /dev/null +++ b/metadata/md5-cache/dev-python/jikanpy-3.4.1 @@ -0,0 +1,15 @@ +BDEPEND=python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +DESCRIPTION=Python wrapper for jikan.moe API. +EAPI=7 +HOMEPAGE=https://pypi.org/project/jikanpy/ +IUSE=python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=dev-python/setuptools[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/aiohttp[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/requests[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +REQUIRED_USE=|| ( python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) +SLOT=0 +SRC_URI=mirror://pypi/j/jikanpy/jikanpy-3.4.1.tar.gz +_eclasses_=distutils-r1 5ef20774410ba92b3fef636ca7945d52 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a +_md5_=4a19589194cda5fa0a37098624dd818a diff --git a/metadata/md5-cache/dev-python/kombu-4.6.3 b/metadata/md5-cache/dev-python/kombu-4.6.3 index 7c35ac773fa7..291f7d4282b2 100644 --- a/metadata/md5-cache/dev-python/kombu-4.6.3 +++ b/metadata/md5-cache/dev-python/kombu-4.6.3 @@ -1,15 +1,15 @@ -BDEPEND=python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +BDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] DEFINED_PHASES=compile configure install prepare test -DEPEND=>=dev-python/py-amqp-2.5.0[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] =dev-python/pyro-4.76:4[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] sqs? ( >=dev-python/boto3-1.4.4[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) msgpack? ( >=dev-python/msgpack-0.3.0[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) mongodb? ( >=dev-python/pymongo-3.0.2[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) redis? ( >=dev-python/redis-py-3.2.0[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) yaml? ( >=dev-python/pyyaml-3.10[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) >=dev-python/setuptools-20.6.7[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] test? ( >=dev-python/case-1.5.2[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytz[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/unittest2[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) doc? ( dev-python/sphinx[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/sphinx_celery-1.1[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) +DEPEND=>=dev-python/py-amqp-2.5.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] =dev-python/pyro-4.76:4[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] sqs? ( >=dev-python/boto3-1.4.4[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) msgpack? ( >=dev-python/msgpack-0.3.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) mongodb? ( >=dev-python/pymongo-3.0.2[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) redis? ( >=dev-python/redis-py-3.2.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) yaml? ( >=dev-python/pyyaml-3.10[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) >=dev-python/setuptools-20.6.7[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] test? ( >=dev-python/case-1.5.2[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytz[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/unittest2[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) doc? ( dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/sphinx_celery-1.1[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) DESCRIPTION=AMQP Messaging Framework for Python EAPI=7 HOMEPAGE=https://pypi.org/project/kombu/ https://github.com/celery/kombu -IUSE=doc examples mongodb msgpack redis sqs test yaml python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 +IUSE=doc examples mongodb msgpack redis sqs test yaml python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=BSD -RDEPEND=>=dev-python/py-amqp-2.5.0[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] =dev-python/pyro-4.76:4[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] sqs? ( >=dev-python/boto3-1.4.4[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) msgpack? ( >=dev-python/msgpack-0.3.0[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) mongodb? ( >=dev-python/pymongo-3.0.2[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) redis? ( >=dev-python/redis-py-3.2.0[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) yaml? ( >=dev-python/pyyaml-3.10[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] -REQUIRED_USE=|| ( python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) +RDEPEND=>=dev-python/py-amqp-2.5.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] =dev-python/pyro-4.76:4[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] sqs? ( >=dev-python/boto3-1.4.4[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) msgpack? ( >=dev-python/msgpack-0.3.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) mongodb? ( >=dev-python/pymongo-3.0.2[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) redis? ( >=dev-python/redis-py-3.2.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) yaml? ( >=dev-python/pyyaml-3.10[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) SLOT=0 SRC_URI=mirror://pypi/k/kombu/kombu-4.6.3.tar.gz _eclasses_=distutils-r1 5ef20774410ba92b3fef636ca7945d52 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a -_md5_=8ab0a391fb71d5e411dc7165427392f9 +_md5_=8ed085ded70bb11d8871082590ba2ac6 diff --git a/metadata/md5-cache/dev-python/oslo-messaging-10.2.0 b/metadata/md5-cache/dev-python/oslo-messaging-10.2.0 new file mode 100644 index 000000000000..f1b0edd717f0 --- /dev/null +++ b/metadata/md5-cache/dev-python/oslo-messaging-10.2.0 @@ -0,0 +1,15 @@ +BDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/pbr-2.0.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] !~dev-python/pbr-2.1.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +DESCRIPTION=Messaging API for RPC and notifications over different messaging transports +EAPI=7 +HOMEPAGE=https://pypi.org/project/oslo.messaging/ +IUSE=python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=>=dev-python/pbr-2.0.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] !~dev-python/pbr-2.1.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/futurist-1.2.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/oslo-config-5.2.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/oslo-log-3.36.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/oslo-utils-3.33.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/oslo-serialization-1.18.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] !~dev-python/oslo-serialization-2.19.1[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/oslo-service-1.24.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] !~dev-python/oslo-service-1.28.1[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/stevedore-1.20.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/debtcollector-1.2.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/monotonic-0.6[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/six-1.10.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/cachetools-2.0.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/webob-1.7.1[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/pyyaml-3.12.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/py-amqp-2.4.1[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/kombu-4.6.1[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/oslo-middleware-3.31.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) +SLOT=0 +SRC_URI=mirror://pypi/o/oslo.messaging/oslo.messaging-10.2.0.tar.gz +_eclasses_=distutils-r1 5ef20774410ba92b3fef636ca7945d52 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a +_md5_=82a6ad34f74bbd2fd91d83bc1c779de2 diff --git a/metadata/md5-cache/dev-python/pyro-4.77 b/metadata/md5-cache/dev-python/pyro-4.77 index 389611ff268f..dd5705215ace 100644 --- a/metadata/md5-cache/dev-python/pyro-4.77 +++ b/metadata/md5-cache/dev-python/pyro-4.77 @@ -1,16 +1,16 @@ -BDEPEND=python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +BDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] DEFINED_PHASES=compile configure install prepare test -DEPEND=!dev-python/pyro:0 >=dev-python/serpent-1.27[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/setuptools[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] test? ( >=dev-python/cloudpickle-1.2.1[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/dill[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/msgpack-0.4.6[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) +DEPEND=!dev-python/pyro:0 python_targets_python2_7? ( dev-python/selectors34[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/serpent-1.27[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] test? ( >=dev-python/cloudpickle-1.2.1[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/dill[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/msgpack-0.4.6[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) DESCRIPTION=Distributed object middleware for Python (RPC) EAPI=7 HOMEPAGE=https://pypi.org/project/Pyro4/ https://github.com/irmen/Pyro4 -IUSE=doc examples test python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 +IUSE=doc examples test python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 KEYWORDS=~amd64 ~arm64 ~ppc ~x86 LICENSE=MIT -RDEPEND=!dev-python/pyro:0 >=dev-python/serpent-1.27[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] -REQUIRED_USE=|| ( python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) +RDEPEND=!dev-python/pyro:0 python_targets_python2_7? ( dev-python/selectors34[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/serpent-1.27[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) RESTRICT=!test? ( test ) SLOT=4 SRC_URI=mirror://pypi/P/Pyro4/Pyro4-4.77.tar.gz _eclasses_=distutils-r1 5ef20774410ba92b3fef636ca7945d52 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a -_md5_=8520af0b1ede23c503c56768c964094a +_md5_=290db034407670efe7db273f2fbd1d9a diff --git a/metadata/md5-cache/dev-ruby/Manifest.gz b/metadata/md5-cache/dev-ruby/Manifest.gz index 58334091f149..9a1cc22b436d 100644 Binary files a/metadata/md5-cache/dev-ruby/Manifest.gz and b/metadata/md5-cache/dev-ruby/Manifest.gz differ diff --git a/metadata/md5-cache/dev-ruby/google-protobuf-3.10.1 b/metadata/md5-cache/dev-ruby/google-protobuf-3.10.1 new file mode 100644 index 000000000000..7ee343ac5a3b --- /dev/null +++ b/metadata/md5-cache/dev-ruby/google-protobuf-3.10.1 @@ -0,0 +1,15 @@ +BDEPEND=ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby24? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby24] ) ) ruby_targets_ruby25? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby25] ) ) ruby_targets_ruby26? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby26] ) ) ruby_targets_ruby24? ( test? ( dev-ruby/rake[ruby_targets_ruby24] ) ) ruby_targets_ruby25? ( test? ( dev-ruby/rake[ruby_targets_ruby25] ) ) ruby_targets_ruby26? ( test? ( dev-ruby/rake[ruby_targets_ruby26] ) ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26] ) test? ( ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26] ) ) +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( >=dev-libs/protobuf-3.7.0 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26] ) +DESCRIPTION=Protocol Buffers are Google's data interchange format +EAPI=7 +HOMEPAGE=https://developers.google.com/protocol-buffers +IUSE=ruby_targets_ruby24 ruby_targets_ruby25 ruby_targets_ruby26 doc test test +KEYWORDS=~amd64 +LICENSE=BSD +RDEPEND=ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26] ) +REQUIRED_USE=|| ( ruby_targets_ruby24 ruby_targets_ruby25 ruby_targets_ruby26 ) +SLOT=3 +SRC_URI=https://github.com/protocolbuffers/protobuf/archive/v3.10.1.tar.gz -> google-protobuf-3.10.1-ruby.tar.gz +_eclasses_=estack 43ddf5aaffa7a8d0482df54d25a66a1f multilib 1d91b03d42ab6308b5f4f6b598ed110e ruby-fakegem de62aa40ca672e6b2860831dd9fde59f ruby-ng a28f4a400304e633468f10ad1b9e2f6e ruby-utils 5b782a86f95c84466cdb53f8c8a8be37 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a +_md5_=19dae854dc03c62f77f8c824639abe3e diff --git a/metadata/md5-cache/dev-ruby/hoe-3.17.1 b/metadata/md5-cache/dev-ruby/hoe-3.17.1 deleted file mode 100644 index 3eb62d9f74e4..000000000000 --- a/metadata/md5-cache/dev-ruby/hoe-3.17.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby24? ( test? ( >=dev-ruby/minitest-5.9:5[ruby_targets_ruby24] ) ) ruby_targets_ruby25? ( test? ( >=dev-ruby/minitest-5.9:5[ruby_targets_ruby25] ) ) test? ( ruby_targets_ruby24? ( >=dev-ruby/rake-0.8.7[ruby_targets_ruby24] =dev-ruby/rake-0.8.7[ruby_targets_ruby25] =dev-ruby/rake-0.8.7[ruby_targets_ruby24] =dev-ruby/rake-0.8.7[ruby_targets_ruby25] =dev-ruby/minitest-5.9:5[ruby_targets_ruby24] ) ) ruby_targets_ruby25? ( test? ( >=dev-ruby/minitest-5.9:5[ruby_targets_ruby25] ) ) ruby_targets_ruby26? ( test? ( >=dev-ruby/minitest-5.9:5[ruby_targets_ruby26] ) ) test? ( ruby_targets_ruby24? ( >=dev-ruby/rake-0.8.7[ruby_targets_ruby24] =dev-ruby/rake-0.8.7[ruby_targets_ruby25] =dev-ruby/rake-0.8.7[ruby_targets_ruby26] =dev-ruby/rake-0.8.7[ruby_targets_ruby24] =dev-ruby/rake-0.8.7[ruby_targets_ruby25] =dev-ruby/rake-0.8.7[ruby_targets_ruby26] =dev-ruby/minitest-5.9:5[ruby_targets_ruby24] ) ) ruby_targets_ruby25? ( test? ( >=dev-ruby/minitest-5.9:5[ruby_targets_ruby25] ) ) ruby_targets_ruby26? ( test? ( >=dev-ruby/minitest-5.9:5[ruby_targets_ruby26] ) ) test? ( ruby_targets_ruby24? ( >=dev-ruby/rake-0.8.7[ruby_targets_ruby24] =dev-ruby/rake-0.8.7[ruby_targets_ruby25] =dev-ruby/rake-0.8.7[ruby_targets_ruby26] =dev-ruby/rake-0.8.7[ruby_targets_ruby24] =dev-ruby/rake-0.8.7[ruby_targets_ruby25] =dev-ruby/rake-0.8.7[ruby_targets_ruby26] =dev-ruby/sexp_processor-4.9.0:4[ruby_targets_ruby24] !=dev-ruby/sexp_processor-4.9.0:4[ruby_targets_ruby25] !=dev-ruby/sexp_processor-4.9.0:4[ruby_targets_ruby26] !=dev-ruby/minitest-4.3[ruby_targets_ruby24] >=dev-ruby/sexp_processor-4.13.0:4[ruby_targets_ruby24] ) ) ruby_targets_ruby25? ( test? ( dev-ruby/racc[ruby_targets_ruby25] >=dev-ruby/minitest-4.3[ruby_targets_ruby25] >=dev-ruby/sexp_processor-4.13.0:4[ruby_targets_ruby25] ) ) ruby_targets_ruby26? ( test? ( dev-ruby/racc[ruby_targets_ruby26] >=dev-ruby/minitest-4.3[ruby_targets_ruby26] >=dev-ruby/sexp_processor-4.13.0:4[ruby_targets_ruby26] ) ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby24? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby24] ) ) ruby_targets_ruby25? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby25] ) ) ruby_targets_ruby26? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby26] ) ) ruby_targets_ruby24? ( test? ( dev-ruby/rake[ruby_targets_ruby24] ) ) ruby_targets_ruby25? ( test? ( dev-ruby/rake[ruby_targets_ruby25] ) ) ruby_targets_ruby26? ( test? ( dev-ruby/rake[ruby_targets_ruby26] ) ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26] ) test? ( ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26] ) ) +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( dev-util/unifdef ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26] ) +DESCRIPTION=A ruby parser written in pure ruby +EAPI=7 +HOMEPAGE=https://github.com/seattlerb/ruby_parser +IUSE=test ruby_targets_ruby24 ruby_targets_ruby25 ruby_targets_ruby26 doc test test +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=MIT +RDEPEND=ruby_targets_ruby24? ( >=dev-ruby/sexp_processor-4.9.0:4[ruby_targets_ruby24] !=dev-ruby/sexp_processor-4.9.0:4[ruby_targets_ruby25] !=dev-ruby/sexp_processor-4.9.0:4[ruby_targets_ruby26] !=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] ) !=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DEFINED_PHASES=configure install prepare +DEPEND=virtual/jpeg:0 media-libs/libsdl[joystick,video] sdlaudio? ( media-libs/libsdl[sound] ) >=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=Sega Genesis / Mega Drive emulator EAPI=6 HOMEPAGE=http://www.squish.net/generator/ IUSE=+sdlaudio KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 +RDEPEND=virtual/jpeg:0 media-libs/libsdl[joystick,video] sdlaudio? ( media-libs/libsdl[sound] ) SLOT=0 SRC_URI=http://www.squish.net/generator/cbiere/generator/generator-0.35-cbiere-r4.tar.bz2 _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 libtool f143db5a74ccd9ca28c1234deffede96 multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a -_md5_=e32416b56986a9701a24fc86fbf14081 +_md5_=4b57dcec1405f8d0be5d4d8b8d83388a diff --git a/metadata/md5-cache/games-fps/Manifest.gz b/metadata/md5-cache/games-fps/Manifest.gz index eb4faac90914..94c0fd9910a3 100644 Binary files a/metadata/md5-cache/games-fps/Manifest.gz and b/metadata/md5-cache/games-fps/Manifest.gz differ diff --git a/metadata/md5-cache/games-fps/enemy-territory-etpro-3.2.6-r1 b/metadata/md5-cache/games-fps/enemy-territory-etpro-3.2.6-r1 deleted file mode 100644 index f0722d556fa9..000000000000 --- a/metadata/md5-cache/games-fps/enemy-territory-etpro-3.2.6-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack -DEPEND=app-arch/unzip -DESCRIPTION=Enemy Territory ETPro - Minor additions to Enemy Territory to make it more fun -EAPI=5 -HOMEPAGE=http://etpro.anime.net/ -IUSE=dedicated opengl dedicated opengl -KEYWORDS=~amd64 ~x86 -LICENSE=all-rights-reserved -RDEPEND=games-misc/games-envd dedicated? ( games-fps/enemy-territory[dedicated] ) opengl? ( || ( games-fps/enemy-territory[opengl] games-fps/enemy-territory[-dedicated] ) ) !dedicated? ( !opengl? ( || ( games-fps/enemy-territory[opengl] games-fps/enemy-territory[-dedicated] ) ) ) -RESTRICT=bindist mirror strip -SLOT=0 -SRC_URI=http://bani.anime.net/etpro/etpro-3_2_6.zip http://www.enemyterritory.sk/files/etpro-3_2_6.zip -_eclasses_=base 2ec5c64f5de125f0c65a927c4c128fef desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 games be6b136152d095d3e15031e2c725eb3f games-mods f7bc9bdfbc55069b9bb8ac2d21a82044 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a user 00484e1be1aac73e24fca1c99557a7d6 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=20d5772ba1bc7313e22fe908f1002031 diff --git a/metadata/md5-cache/games-rpg/Manifest.gz b/metadata/md5-cache/games-rpg/Manifest.gz index 0237ab0fdd9e..e5ab74b9c950 100644 Binary files a/metadata/md5-cache/games-rpg/Manifest.gz and b/metadata/md5-cache/games-rpg/Manifest.gz differ diff --git a/metadata/md5-cache/games-rpg/runescape-launcher-2.2.4-r2 b/metadata/md5-cache/games-rpg/runescape-launcher-2.2.4-r2 deleted file mode 100644 index 9a5378b5db6a..000000000000 --- a/metadata/md5-cache/games-rpg/runescape-launcher-2.2.4-r2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install postinst postrm preinst prepare unpack -DEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -DESCRIPTION=Official RuneScape NXT client launcher -EAPI=6 -HOMEPAGE=http://www.runescape.com -IUSE=kde -KEYWORDS=-* ~amd64 -LICENSE=RuneScape-EULA -RDEPEND=media-libs/libpng:1.2 >=media-libs/libsdl2-2.0.2 media-libs/glew:1.10 >=media-libs/libvorbis-1.3.2 >=net-misc/curl-7.35.0 -RESTRICT=bindist mirror strip -SLOT=0 -SRC_URI=http://content.runescape.com/downloads/ubuntu/pool/non-free/r/runescape-launcher/runescape-launcher_2.2.4_amd64.deb -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a unpacker 3cd8bad0d31e525cd26be1bfa4e61631 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils ff2ff954e6b17929574eee4efc5152ba -_md5_=f3653bae47f573ec76a265f1a67ba374 diff --git a/metadata/md5-cache/games-server/Manifest.gz b/metadata/md5-cache/games-server/Manifest.gz index bd2e5a72dbba..ae66614b5ee6 100644 Binary files a/metadata/md5-cache/games-server/Manifest.gz and b/metadata/md5-cache/games-server/Manifest.gz differ diff --git a/metadata/md5-cache/games-server/bf1942-lnxded-1.61-r1 b/metadata/md5-cache/games-server/bf1942-lnxded-1.61-r1 deleted file mode 100644 index e333e302b1f6..000000000000 --- a/metadata/md5-cache/games-server/bf1942-lnxded-1.61-r1 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install unpack -DESCRIPTION=dedicated server for Battlefield 1942 -EAPI=6 -HOMEPAGE=http://www.battlefield.com/battlefield-1942 -KEYWORDS=~x86 -LICENSE=bf1942-lnxded -RESTRICT=mirror bindist strip -SLOT=0 -SRC_URI=http://ftp.games.skynet.be/pub/misc/bf1942_lnxded-1.6-rc2.run http://ftp.games.skynet.be/pub/misc/bf1942-update-1.61.tar.gz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a unpacker 3cd8bad0d31e525cd26be1bfa4e61631 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=1bce5670f9811ab9f9fdffd0e3901ec3 diff --git a/metadata/md5-cache/games-server/nwn-ded-1.69-r1 b/metadata/md5-cache/games-server/nwn-ded-1.69-r1 deleted file mode 100644 index 5aa28d4a12cd..000000000000 --- a/metadata/md5-cache/games-server/nwn-ded-1.69-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=install unpack -DEPEND=app-arch/unzip -DESCRIPTION=Neverwinter Nights Dedicated server -EAPI=6 -HOMEPAGE=http://nwn.bioware.com/downloads/standaloneserver.html -IUSE=l10n_en -KEYWORDS=-* ~amd64 ~x86 -LICENSE=NWN-EULA -RESTRICT=mirror strip -SLOT=0 -SRC_URI=http://files.bioware.com/neverwinternights/updates/windows/server/NWNDedicatedServer1.69.zip l10n_en? ( http://files.bioware.com/neverwinternights/dialog//english/NWNEnglish1.69dialog.zip ) -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=f59fdb65c6eb0bd6407a57c84a4b44c6 diff --git a/metadata/md5-cache/games-strategy/Manifest.gz b/metadata/md5-cache/games-strategy/Manifest.gz index 7ef036d0aeac..8f4694ba4ce4 100644 Binary files a/metadata/md5-cache/games-strategy/Manifest.gz and b/metadata/md5-cache/games-strategy/Manifest.gz differ diff --git a/metadata/md5-cache/games-strategy/mindrover-demo-1.07b b/metadata/md5-cache/games-strategy/mindrover-demo-1.07b deleted file mode 100644 index 66e4bdc586f3..000000000000 --- a/metadata/md5-cache/games-strategy/mindrover-demo-1.07b +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack -DESCRIPTION=Control a robot as it races across Europa -EAPI=5 -HOMEPAGE=http://www.linuxgamepublishing.com/info.php?id=9 -KEYWORDS=~x86 -LICENSE=all-rights-reserved GPL-2+ -RDEPEND=virtual/opengl games-misc/games-envd -RESTRICT=mirror bindist strip -SLOT=0 -SRC_URI=http://demos.linuxgamepublishing.com/mindrover/mindrover_demo.run -_eclasses_=base 2ec5c64f5de125f0c65a927c4c128fef desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 games be6b136152d095d3e15031e2c725eb3f ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a unpacker 3cd8bad0d31e525cd26be1bfa4e61631 user 00484e1be1aac73e24fca1c99557a7d6 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=607231463986813eb882fd88b62f2a99 diff --git a/metadata/md5-cache/mail-client/Manifest.gz b/metadata/md5-cache/mail-client/Manifest.gz index a1da67a2fa0c..d6fe48b6dc0c 100644 Binary files a/metadata/md5-cache/mail-client/Manifest.gz and b/metadata/md5-cache/mail-client/Manifest.gz differ diff --git a/metadata/md5-cache/mail-client/mutt-1.12.2 b/metadata/md5-cache/mail-client/mutt-1.12.2-r1 similarity index 96% rename from metadata/md5-cache/mail-client/mutt-1.12.2 rename to metadata/md5-cache/mail-client/mutt-1.12.2-r1 index 7cbcf5fefa76..1feca950c433 100644 --- a/metadata/md5-cache/mail-client/mutt-1.12.2 +++ b/metadata/md5-cache/mail-client/mutt-1.12.2-r1 @@ -9,6 +9,6 @@ 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? ( libressl? ( dev-libs/libressl:= ) !libressl? ( >=dev-libs/openssl-0.9.6:0= ) ) ) nls? ( virtual/libintl ) sasl? ( >=dev-libs/cyrus-sasl-2 ) kerberos? ( virtual/krb5 ) idn? ( net-dns/libidn2 ) gpg? ( >=app-crypt/gpgme-0.9.0:= ) gpgme? ( >=app-crypt/gpgme-0.9.0:= ) notmuch? ( net-mail/notmuch:= ) slang? ( sys-libs/slang ) !slang? ( >=sys-libs/ncurses-5.2:0= ) selinux? ( sec-policy/selinux-mutt ) smime? ( || ( dev-libs/libressl >=dev-libs/openssl-0.9.6:0 ) ) smime_classic? ( || ( dev-libs/libressl >=dev-libs/openssl-0.9.6:0 ) ) crypt? ( app-crypt/gnupg ) pgp_classic? ( app-crypt/gnupg ) REQUIRED_USE=hcache? ( || ( berkdb gdbm lmdb qdbm tokyocabinet ) ) imap? ( ssl ) pop? ( ssl ) nntp? ( ssl ) smime? ( ssl !gnutls ) smime_classic? ( ssl !gnutls ) smtp? ( ssl sasl ) sasl? ( || ( imap pop smtp nntp ) ) kerberos? ( || ( imap pop smtp nntp ) ) vanilla? ( !nntp !notmuch ) SLOT=0 -SRC_URI=ftp://ftp.mutt.org/pub/mutt/mutt-1.12.2.tar.gz https://bitbucket.org/mutt/mutt/downloads/mutt-1.12.2.tar.gz https://dev.gentoo.org/~grobian/distfiles/mutt-gentoo-1.12.2-patches-r0.tar.xz +SRC_URI=ftp://ftp.mutt.org/pub/mutt/mutt-1.12.2.tar.gz https://bitbucket.org/mutt/mutt/downloads/mutt-1.12.2.tar.gz https://dev.gentoo.org/~grobian/distfiles/mutt-gentoo-1.12.2-patches-r1.tar.xz _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=8312227b5cf5b7e3b3dc50d719f84793 +_md5_=64a34cab835eaf1326ad351c08f3fd96 diff --git a/metadata/md5-cache/mail-client/thunderbird-68.2.0 b/metadata/md5-cache/mail-client/thunderbird-68.2.1 similarity index 55% rename from metadata/md5-cache/mail-client/thunderbird-68.2.0 rename to metadata/md5-cache/mail-client/thunderbird-68.2.1 index a60260aa23b0..2c6fc182f669 100644 --- a/metadata/md5-cache/mail-client/thunderbird-68.2.0 +++ b/metadata/md5-cache/mail-client/thunderbird-68.2.1 @@ -10,6 +10,6 @@ RDEPEND=>=dev-libs/nss-3.44.1 >=dev-libs/nspr-4.21 dev-libs/atk dev-libs/expat > REQUIRED_USE=wifi? ( dbus ) pgo? ( lto ) RESTRICT=!bindist? ( bindist ) !test? ( test ) SLOT=0 -SRC_URI=https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/source/thunderbird-68.2.0.source.tar.xz https://dev.gentoo.org/~axs/distfiles/lightning-6.2.5.tar.xz lightning? ( https://dev.gentoo.org/~axs/distfiles/gdata-provider-4.4.1.tar.xz ) https://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-68.0-patches-12.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/firefox-68.0-patches-12.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-68.0-patches-12.tar.xz https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-68.0-patches-12.tar.xz l10n_ar? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/ar.xpi -> thunderbird-68.2.0-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/ast.xpi -> thunderbird-68.2.0-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/be.xpi -> thunderbird-68.2.0-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/bg.xpi -> thunderbird-68.2.0-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/br.xpi -> thunderbird-68.2.0-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/ca.xpi -> thunderbird-68.2.0-ca.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/cs.xpi -> thunderbird-68.2.0-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/cy.xpi -> thunderbird-68.2.0-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/da.xpi -> thunderbird-68.2.0-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/de.xpi -> thunderbird-68.2.0-de.xpi ) l10n_el? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/el.xpi -> thunderbird-68.2.0-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/en-GB.xpi -> thunderbird-68.2.0-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/es-AR.xpi -> thunderbird-68.2.0-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/es-ES.xpi -> thunderbird-68.2.0-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/et.xpi -> thunderbird-68.2.0-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/eu.xpi -> thunderbird-68.2.0-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/fi.xpi -> thunderbird-68.2.0-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/fr.xpi -> thunderbird-68.2.0-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/fy-NL.xpi -> thunderbird-68.2.0-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/ga-IE.xpi -> thunderbird-68.2.0-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/gd.xpi -> thunderbird-68.2.0-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/gl.xpi -> thunderbird-68.2.0-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/he.xpi -> thunderbird-68.2.0-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/hr.xpi -> thunderbird-68.2.0-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/hsb.xpi -> thunderbird-68.2.0-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/hu.xpi -> thunderbird-68.2.0-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/hy-AM.xpi -> thunderbird-68.2.0-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/id.xpi -> thunderbird-68.2.0-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/is.xpi -> thunderbird-68.2.0-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/it.xpi -> thunderbird-68.2.0-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/ja.xpi -> thunderbird-68.2.0-ja.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/ko.xpi -> thunderbird-68.2.0-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/lt.xpi -> thunderbird-68.2.0-lt.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/nb-NO.xpi -> thunderbird-68.2.0-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/nl.xpi -> thunderbird-68.2.0-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/nn-NO.xpi -> thunderbird-68.2.0-nn-NO.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/pl.xpi -> thunderbird-68.2.0-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/pt-BR.xpi -> thunderbird-68.2.0-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/pt-PT.xpi -> thunderbird-68.2.0-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/rm.xpi -> thunderbird-68.2.0-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/ro.xpi -> thunderbird-68.2.0-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/ru.xpi -> thunderbird-68.2.0-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/si.xpi -> thunderbird-68.2.0-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/sk.xpi -> thunderbird-68.2.0-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/sl.xpi -> thunderbird-68.2.0-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/sq.xpi -> thunderbird-68.2.0-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/sr.xpi -> thunderbird-68.2.0-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/sv-SE.xpi -> thunderbird-68.2.0-sv-SE.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/tr.xpi -> thunderbird-68.2.0-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/uk.xpi -> thunderbird-68.2.0-uk.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/vi.xpi -> thunderbird-68.2.0-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/zh-CN.xpi -> thunderbird-68.2.0-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/zh-TW.xpi -> thunderbird-68.2.0-zh-TW.xpi ) +SRC_URI=https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/source/thunderbird-68.2.1.source.tar.xz https://dev.gentoo.org/~axs/distfiles/lightning-6.2.5.tar.xz lightning? ( https://dev.gentoo.org/~axs/distfiles/gdata-provider-4.4.1.tar.xz ) https://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-68.0-patches-12.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/firefox-68.0-patches-12.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-68.0-patches-12.tar.xz https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-68.0-patches-12.tar.xz l10n_ar? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/ar.xpi -> thunderbird-68.2.1-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/ast.xpi -> thunderbird-68.2.1-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/be.xpi -> thunderbird-68.2.1-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/bg.xpi -> thunderbird-68.2.1-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/br.xpi -> thunderbird-68.2.1-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/ca.xpi -> thunderbird-68.2.1-ca.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/cs.xpi -> thunderbird-68.2.1-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/cy.xpi -> thunderbird-68.2.1-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/da.xpi -> thunderbird-68.2.1-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/de.xpi -> thunderbird-68.2.1-de.xpi ) l10n_el? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/el.xpi -> thunderbird-68.2.1-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/en-GB.xpi -> thunderbird-68.2.1-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/es-AR.xpi -> thunderbird-68.2.1-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/es-ES.xpi -> thunderbird-68.2.1-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/et.xpi -> thunderbird-68.2.1-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/eu.xpi -> thunderbird-68.2.1-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/fi.xpi -> thunderbird-68.2.1-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/fr.xpi -> thunderbird-68.2.1-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/fy-NL.xpi -> thunderbird-68.2.1-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/ga-IE.xpi -> thunderbird-68.2.1-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/gd.xpi -> thunderbird-68.2.1-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/gl.xpi -> thunderbird-68.2.1-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/he.xpi -> thunderbird-68.2.1-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/hr.xpi -> thunderbird-68.2.1-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/hsb.xpi -> thunderbird-68.2.1-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/hu.xpi -> thunderbird-68.2.1-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/hy-AM.xpi -> thunderbird-68.2.1-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/id.xpi -> thunderbird-68.2.1-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/is.xpi -> thunderbird-68.2.1-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/it.xpi -> thunderbird-68.2.1-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/ja.xpi -> thunderbird-68.2.1-ja.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/ko.xpi -> thunderbird-68.2.1-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/lt.xpi -> thunderbird-68.2.1-lt.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/nb-NO.xpi -> thunderbird-68.2.1-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/nl.xpi -> thunderbird-68.2.1-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/nn-NO.xpi -> thunderbird-68.2.1-nn-NO.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/pl.xpi -> thunderbird-68.2.1-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/pt-BR.xpi -> thunderbird-68.2.1-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/pt-PT.xpi -> thunderbird-68.2.1-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/rm.xpi -> thunderbird-68.2.1-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/ro.xpi -> thunderbird-68.2.1-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/ru.xpi -> thunderbird-68.2.1-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/si.xpi -> thunderbird-68.2.1-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/sk.xpi -> thunderbird-68.2.1-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/sl.xpi -> thunderbird-68.2.1-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/sq.xpi -> thunderbird-68.2.1-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/sr.xpi -> thunderbird-68.2.1-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/sv-SE.xpi -> thunderbird-68.2.1-sv-SE.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/tr.xpi -> thunderbird-68.2.1-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/uk.xpi -> thunderbird-68.2.1-uk.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/vi.xpi -> thunderbird-68.2.1-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/zh-CN.xpi -> thunderbird-68.2.1-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/zh-TW.xpi -> thunderbird-68.2.1-zh-TW.xpi ) _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 check-reqs 5e40a693d9c828e8f3655184116e8b73 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 libtool f143db5a74ccd9ca28c1234deffede96 llvm 5dbc14df2333105b7c006124ead9bf3f ltprune 2729691420b6deeda2a90b1f1183fb55 mozcoreconf-v6 421fbfb443b64f7f1e2e3dd5bb739541 mozextension f47f008a138943f9e40e37c1fca10b24 mozlinguas-v2 7559b4e56a88d67da4e96e77296f723c multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 pax-utils a41d1fd1c111289ffa04490de6ee79d7 preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 b5f01473006ccc2cd78bc3dab20fced4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 virtualx 53625127887b62eabb9ec61d3d943462 xdg-utils ff2ff954e6b17929574eee4efc5152ba -_md5_=278d37e75673fd1b266aa3ced7d11c53 +_md5_=f4601ef56453054772c13ef8d43fd730 diff --git a/metadata/md5-cache/mail-client/thunderbird-bin-68.2.0 b/metadata/md5-cache/mail-client/thunderbird-bin-68.2.0 deleted file mode 100644 index c5656149ae75..000000000000 --- a/metadata/md5-cache/mail-client/thunderbird-bin-68.2.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare unpack -DEPEND=app-arch/unzip app-arch/zip app-arch/unzip -DESCRIPTION=Thunderbird Mail Client -EAPI=6 -HOMEPAGE=https://www.thunderbird.net/ -IUSE=+crashreporter +ffmpeg +pulseaudio selinux l10n_ar l10n_ast l10n_be l10n_bg l10n_br l10n_ca l10n_cs l10n_cy l10n_da l10n_de l10n_el 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_hy l10n_id l10n_is l10n_it l10n_ja l10n_ko l10n_lt l10n_nb l10n_nl l10n_nn l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_si l10n_sk l10n_sl l10n_sq l10n_sr l10n_sv l10n_tr l10n_uk l10n_vi l10n_zh-CN l10n_zh-TW -KEYWORDS=-* ~amd64 ~x86 -LICENSE=MPL-2.0 GPL-2 LGPL-2.1 -RDEPEND=dev-libs/atk >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 >=dev-libs/glib-2.26:2 >=media-libs/alsa-lib-1.0.16 media-libs/fontconfig >=media-libs/freetype-2.4.10:2 virtual/freedesktop-icon-theme >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.18:2 >=x11-libs/gtk+-3.4.0:3 x11-libs/libX11 x11-libs/libXext x11-libs/libXrender x11-libs/libXt >=x11-libs/pango-1.22.0 pulseaudio? ( ! thunderbird-68.2.0-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/ast.xpi -> thunderbird-68.2.0-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/be.xpi -> thunderbird-68.2.0-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/bg.xpi -> thunderbird-68.2.0-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/br.xpi -> thunderbird-68.2.0-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/ca.xpi -> thunderbird-68.2.0-ca.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/cs.xpi -> thunderbird-68.2.0-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/cy.xpi -> thunderbird-68.2.0-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/da.xpi -> thunderbird-68.2.0-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/de.xpi -> thunderbird-68.2.0-de.xpi ) l10n_el? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/el.xpi -> thunderbird-68.2.0-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/en-GB.xpi -> thunderbird-68.2.0-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/es-AR.xpi -> thunderbird-68.2.0-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/es-ES.xpi -> thunderbird-68.2.0-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/et.xpi -> thunderbird-68.2.0-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/eu.xpi -> thunderbird-68.2.0-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/fi.xpi -> thunderbird-68.2.0-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/fr.xpi -> thunderbird-68.2.0-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/fy-NL.xpi -> thunderbird-68.2.0-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/ga-IE.xpi -> thunderbird-68.2.0-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/gd.xpi -> thunderbird-68.2.0-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/gl.xpi -> thunderbird-68.2.0-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/he.xpi -> thunderbird-68.2.0-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/hr.xpi -> thunderbird-68.2.0-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/hsb.xpi -> thunderbird-68.2.0-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/hu.xpi -> thunderbird-68.2.0-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/hy-AM.xpi -> thunderbird-68.2.0-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/id.xpi -> thunderbird-68.2.0-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/is.xpi -> thunderbird-68.2.0-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/it.xpi -> thunderbird-68.2.0-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/ja.xpi -> thunderbird-68.2.0-ja.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/ko.xpi -> thunderbird-68.2.0-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/lt.xpi -> thunderbird-68.2.0-lt.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/nb-NO.xpi -> thunderbird-68.2.0-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/nl.xpi -> thunderbird-68.2.0-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/nn-NO.xpi -> thunderbird-68.2.0-nn-NO.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/pl.xpi -> thunderbird-68.2.0-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/pt-BR.xpi -> thunderbird-68.2.0-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/pt-PT.xpi -> thunderbird-68.2.0-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/rm.xpi -> thunderbird-68.2.0-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/ro.xpi -> thunderbird-68.2.0-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/ru.xpi -> thunderbird-68.2.0-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/si.xpi -> thunderbird-68.2.0-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/sk.xpi -> thunderbird-68.2.0-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/sl.xpi -> thunderbird-68.2.0-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/sq.xpi -> thunderbird-68.2.0-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/sr.xpi -> thunderbird-68.2.0-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/sv-SE.xpi -> thunderbird-68.2.0-sv-SE.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/tr.xpi -> thunderbird-68.2.0-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/uk.xpi -> thunderbird-68.2.0-uk.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/vi.xpi -> thunderbird-68.2.0-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/zh-CN.xpi -> thunderbird-68.2.0-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/xpi/zh-TW.xpi -> thunderbird-68.2.0-zh-TW.xpi ) amd64? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-x86_64/en-US/thunderbird-68.2.0.tar.bz2 -> thunderbird-bin_x86_64-68.2.0.tar.bz2 ) x86? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.0/linux-i686/en-US/thunderbird-68.2.0.tar.bz2 -> thunderbird-bin_i686-68.2.0.tar.bz2 ) https://dev.gentoo.org/~juippis/distfiles/lightning-68.0b6.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 mozextension f47f008a138943f9e40e37c1fca10b24 mozlinguas-v2 7559b4e56a88d67da4e96e77296f723c multilib 1d91b03d42ab6308b5f4f6b598ed110e nsplugins 2049586e425364a1c5bdb004205d1758 pax-utils a41d1fd1c111289ffa04490de6ee79d7 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg-utils ff2ff954e6b17929574eee4efc5152ba -_md5_=fe2819c18c8fcd933d0a69f95da5aff5 diff --git a/metadata/md5-cache/mail-client/thunderbird-bin-68.2.1 b/metadata/md5-cache/mail-client/thunderbird-bin-68.2.1 new file mode 100644 index 000000000000..9cb98b169d22 --- /dev/null +++ b/metadata/md5-cache/mail-client/thunderbird-bin-68.2.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm prepare unpack +DEPEND=app-arch/unzip app-arch/zip app-arch/unzip +DESCRIPTION=Thunderbird Mail Client +EAPI=6 +HOMEPAGE=https://www.thunderbird.net/ +IUSE=+crashreporter +ffmpeg +pulseaudio selinux l10n_ar l10n_ast l10n_be l10n_bg l10n_br l10n_ca l10n_cs l10n_cy l10n_da l10n_de l10n_el 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_hy l10n_id l10n_is l10n_it l10n_ja l10n_ko l10n_lt l10n_nb l10n_nl l10n_nn l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_si l10n_sk l10n_sl l10n_sq l10n_sr l10n_sv l10n_tr l10n_uk l10n_vi l10n_zh-CN l10n_zh-TW +KEYWORDS=-* ~amd64 ~x86 +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=dev-libs/atk >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 >=dev-libs/glib-2.26:2 >=media-libs/alsa-lib-1.0.16 media-libs/fontconfig >=media-libs/freetype-2.4.10:2 virtual/freedesktop-icon-theme >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.18:2 >=x11-libs/gtk+-3.4.0:3 x11-libs/libX11 x11-libs/libXext x11-libs/libXrender x11-libs/libXt >=x11-libs/pango-1.22.0 pulseaudio? ( ! thunderbird-68.2.1-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/ast.xpi -> thunderbird-68.2.1-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/be.xpi -> thunderbird-68.2.1-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/bg.xpi -> thunderbird-68.2.1-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/br.xpi -> thunderbird-68.2.1-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/ca.xpi -> thunderbird-68.2.1-ca.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/cs.xpi -> thunderbird-68.2.1-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/cy.xpi -> thunderbird-68.2.1-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/da.xpi -> thunderbird-68.2.1-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/de.xpi -> thunderbird-68.2.1-de.xpi ) l10n_el? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/el.xpi -> thunderbird-68.2.1-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/en-GB.xpi -> thunderbird-68.2.1-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/es-AR.xpi -> thunderbird-68.2.1-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/es-ES.xpi -> thunderbird-68.2.1-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/et.xpi -> thunderbird-68.2.1-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/eu.xpi -> thunderbird-68.2.1-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/fi.xpi -> thunderbird-68.2.1-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/fr.xpi -> thunderbird-68.2.1-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/fy-NL.xpi -> thunderbird-68.2.1-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/ga-IE.xpi -> thunderbird-68.2.1-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/gd.xpi -> thunderbird-68.2.1-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/gl.xpi -> thunderbird-68.2.1-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/he.xpi -> thunderbird-68.2.1-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/hr.xpi -> thunderbird-68.2.1-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/hsb.xpi -> thunderbird-68.2.1-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/hu.xpi -> thunderbird-68.2.1-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/hy-AM.xpi -> thunderbird-68.2.1-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/id.xpi -> thunderbird-68.2.1-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/is.xpi -> thunderbird-68.2.1-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/it.xpi -> thunderbird-68.2.1-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/ja.xpi -> thunderbird-68.2.1-ja.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/ko.xpi -> thunderbird-68.2.1-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/lt.xpi -> thunderbird-68.2.1-lt.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/nb-NO.xpi -> thunderbird-68.2.1-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/nl.xpi -> thunderbird-68.2.1-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/nn-NO.xpi -> thunderbird-68.2.1-nn-NO.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/pl.xpi -> thunderbird-68.2.1-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/pt-BR.xpi -> thunderbird-68.2.1-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/pt-PT.xpi -> thunderbird-68.2.1-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/rm.xpi -> thunderbird-68.2.1-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/ro.xpi -> thunderbird-68.2.1-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/ru.xpi -> thunderbird-68.2.1-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/si.xpi -> thunderbird-68.2.1-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/sk.xpi -> thunderbird-68.2.1-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/sl.xpi -> thunderbird-68.2.1-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/sq.xpi -> thunderbird-68.2.1-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/sr.xpi -> thunderbird-68.2.1-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/sv-SE.xpi -> thunderbird-68.2.1-sv-SE.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/tr.xpi -> thunderbird-68.2.1-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/uk.xpi -> thunderbird-68.2.1-uk.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/vi.xpi -> thunderbird-68.2.1-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/zh-CN.xpi -> thunderbird-68.2.1-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/xpi/zh-TW.xpi -> thunderbird-68.2.1-zh-TW.xpi ) amd64? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-x86_64/en-US/thunderbird-68.2.1.tar.bz2 -> thunderbird-bin_x86_64-68.2.1.tar.bz2 ) x86? ( https://archive.mozilla.org/pub/thunderbird/releases/68.2.1/linux-i686/en-US/thunderbird-68.2.1.tar.bz2 -> thunderbird-bin_i686-68.2.1.tar.bz2 ) https://dev.gentoo.org/~juippis/distfiles/lightning-68.0b6.tar.xz +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 mozextension f47f008a138943f9e40e37c1fca10b24 mozlinguas-v2 7559b4e56a88d67da4e96e77296f723c multilib 1d91b03d42ab6308b5f4f6b598ed110e nsplugins 2049586e425364a1c5bdb004205d1758 pax-utils a41d1fd1c111289ffa04490de6ee79d7 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg-utils ff2ff954e6b17929574eee4efc5152ba +_md5_=fe2819c18c8fcd933d0a69f95da5aff5 diff --git a/metadata/md5-cache/mail-filter/Manifest.gz b/metadata/md5-cache/mail-filter/Manifest.gz index ee0d96b51de8..acc5d3897645 100644 Binary files a/metadata/md5-cache/mail-filter/Manifest.gz and b/metadata/md5-cache/mail-filter/Manifest.gz differ diff --git a/metadata/md5-cache/mail-filter/libsrs_alt-1.0-r1 b/metadata/md5-cache/mail-filter/libsrs_alt-1.0-r1 new file mode 100644 index 000000000000..a0b8442386c6 --- /dev/null +++ b/metadata/md5-cache/mail-filter/libsrs_alt-1.0-r1 @@ -0,0 +1,13 @@ +BDEPEND=>=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DEFINED_PHASES=compile configure install prepare +DESCRIPTION=Sender Rewriting Scheme library for use with Exim +EAPI=7 +HOMEPAGE=http://opsec.eu/src/srs/ +IUSE=static-libs +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=!dev-perl/Mail-SRS +SLOT=0 +SRC_URI=https://opsec.eu/src/srs/libsrs_alt-1.0.tar.bz2 +_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 libtool f143db5a74ccd9ca28c1234deffede96 multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a +_md5_=96527733fa9d532dc8dadad90ff07ba6 diff --git a/metadata/md5-cache/media-fonts/Manifest.gz b/metadata/md5-cache/media-fonts/Manifest.gz index 9831012d05cb..6762508a6d23 100644 Binary files a/metadata/md5-cache/media-fonts/Manifest.gz and b/metadata/md5-cache/media-fonts/Manifest.gz differ diff --git a/metadata/md5-cache/media-fonts/hkscs-ming-1.0_pre20030919-r2 b/metadata/md5-cache/media-fonts/hkscs-ming-1.0_pre20030919-r2 deleted file mode 100644 index 61aa055c17f6..000000000000 --- a/metadata/md5-cache/media-fonts/hkscs-ming-1.0_pre20030919-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm setup unpack -DEPEND=>=app-arch/rpm2targz-9.0.0.3g X? ( >=x11-apps/mkfontscale-1.2.0 media-fonts/encodings ) -DESCRIPTION=Hong Kong Official Reference Chinese Font that implements ISO10646 & HKSCS-2001 -EAPI=6 -HOMEPAGE=http://www.ogcio.gov.hk/en/business/tech_promotion/ccli/hkscs/ -IUSE=X -KEYWORDS=alpha ~amd64 arm ia64 ppc s390 sh sparc x86 -LICENSE=HKSCS-2001 -RESTRICT=mirror strip binchecks -SLOT=0 -SRC_URI=http://www.ogcio.gov.hk/en/business/tech_promotion/ccli/terms/doc/mandrake_setup.bin -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 font 7b670476b6d316929f7ac88e1022ab88 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 rpm f52cfa3a435468d86d3b49c357b9cb35 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=e2712dde087b88ba4bdebe80e8c3610c diff --git a/metadata/md5-cache/media-libs/Manifest.gz b/metadata/md5-cache/media-libs/Manifest.gz index 6f572aaf1db3..2f384f75336f 100644 Binary files a/metadata/md5-cache/media-libs/Manifest.gz and b/metadata/md5-cache/media-libs/Manifest.gz differ diff --git a/metadata/md5-cache/media-libs/libtxc_dxtn-1.0.1-r4 b/metadata/md5-cache/media-libs/libtxc_dxtn-1.0.1-r4 deleted file mode 100644 index ab2f562a752d..000000000000 --- a/metadata/md5-cache/media-libs/libtxc_dxtn-1.0.1-r4 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install test -DEPEND=media-libs/mesa -DESCRIPTION=Helper library for S3TC texture (de)compression -EAPI=7 -HOMEPAGE=https://cgit.freedesktop.org/~mareko/libtxc_dxtn/ -IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_riscv_lp64d abi_riscv_lp64 abi_s390_32 abi_s390_64 -KEYWORDS=amd64 ~arm ~arm64 ~ppc ~ppc64 x86 -LICENSE=MIT -SLOT=0 -SRC_URI=https://people.freedesktop.org/~cbrill/libtxc_dxtn/libtxc_dxtn-1.0.1.tar.bz2 -_eclasses_=multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multilib-build 0d0c25170069d06d0eb233154229af97 multilib-minimal 8bddda43703ba94d8341f4e247f97566 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a -_md5_=d6c50359537ee7595fc8e8de1ef3b1b1 diff --git a/metadata/md5-cache/media-plugins/Manifest.gz b/metadata/md5-cache/media-plugins/Manifest.gz index 110b2180b504..c9f70ab90f17 100644 Binary files a/metadata/md5-cache/media-plugins/Manifest.gz and b/metadata/md5-cache/media-plugins/Manifest.gz differ diff --git a/metadata/md5-cache/media-plugins/kodi-visualization-shadertoy-1.2.3 b/metadata/md5-cache/media-plugins/kodi-visualization-shadertoy-1.2.3 new file mode 100644 index 000000000000..209a19e68bd0 --- /dev/null +++ b/metadata/md5-cache/media-plugins/kodi-visualization-shadertoy-1.2.3 @@ -0,0 +1,13 @@ +BDEPEND=dev-util/ninja >=dev-util/cmake-3.9.6 +DEFINED_PHASES=compile configure install prepare test +DEPEND==dev-libs/libplatform-2* =media-tv/kodi-18* >=media-libs/glm-0.9.9.5 virtual/opengl +DESCRIPTION=Shadertoy visualizer for Kodi +EAPI=7 +HOMEPAGE=https://github.com/xbmc/visualization.shadertoy +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND==dev-libs/libplatform-2* =media-tv/kodi-18* >=media-libs/glm-0.9.9.5 virtual/opengl +SLOT=0 +SRC_URI=https://github.com/xbmc/visualization.shadertoy/archive/1.2.3-Leia.tar.gz -> kodi-visualization-shadertoy-1.2.3.tar.gz +_eclasses_=cmake-utils 91d6ef31dc426240577497cacbf2508c eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 kodi-addon c1cb915efef96441d8262731df243cea multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a xdg-utils ff2ff954e6b17929574eee4efc5152ba +_md5_=5a9274e6b4f2b1a159c72eef2f3f46fa diff --git a/metadata/md5-cache/media-plugins/kodi-visualization-shadertoy-9999 b/metadata/md5-cache/media-plugins/kodi-visualization-shadertoy-9999 index e685e0f3fef7..be8b93631dce 100644 --- a/metadata/md5-cache/media-plugins/kodi-visualization-shadertoy-9999 +++ b/metadata/md5-cache/media-plugins/kodi-visualization-shadertoy-9999 @@ -1,12 +1,12 @@ BDEPEND=dev-util/ninja >=dev-util/cmake-3.9.6 >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile configure install prepare test unpack -DEPEND==dev-libs/libplatform-2* ~media-tv/kodi-9999 media-libs/glm virtual/opengl +DEPEND==dev-libs/libplatform-2* ~media-tv/kodi-9999 >=media-libs/glm-0.9.9.5 virtual/opengl DESCRIPTION=Shadertoy visualizer for Kodi EAPI=7 HOMEPAGE=https://github.com/xbmc/visualization.shadertoy LICENSE=GPL-2 PROPERTIES=live -RDEPEND==dev-libs/libplatform-2* ~media-tv/kodi-9999 media-libs/glm virtual/opengl +RDEPEND==dev-libs/libplatform-2* ~media-tv/kodi-9999 >=media-libs/glm-0.9.9.5 virtual/opengl SLOT=0 _eclasses_=cmake-utils 91d6ef31dc426240577497cacbf2508c eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 git-r3 562b380fc59ae6a8622171d0acb777d1 kodi-addon c1cb915efef96441d8262731df243cea multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a xdg-utils ff2ff954e6b17929574eee4efc5152ba -_md5_=10143995c3c87d9a35b4f718e088f1c6 +_md5_=fa59437a4043ba9375910e65f59db29b diff --git a/metadata/md5-cache/media-sound/Manifest.gz b/metadata/md5-cache/media-sound/Manifest.gz index f32eb68d888b..754c948a1a10 100644 Binary files a/metadata/md5-cache/media-sound/Manifest.gz and b/metadata/md5-cache/media-sound/Manifest.gz differ diff --git a/metadata/md5-cache/media-sound/musescore-3.3 b/metadata/md5-cache/media-sound/musescore-3.3 new file mode 100644 index 000000000000..88c6f3acd8da --- /dev/null +++ b/metadata/md5-cache/media-sound/musescore-3.3 @@ -0,0 +1,15 @@ +BDEPEND=dev-qt/linguist-tools:5 virtual/pkgconfig sys-devel/make >=dev-util/cmake-3.9.6 +DEFINED_PHASES=compile configure install postinst postrm prepare pretend setup test +DEPEND=dev-qt/designer:5 dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qthelp:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 >=dev-qt/qtsingleapplication-2.6.1_p20171024 dev-qt/qtsvg:5 dev-qt/qtxml:5 dev-qt/qtxmlpatterns:5 >=media-libs/freetype-2.5.2 media-libs/libsndfile sys-libs/zlib:= alsa? ( >=media-libs/alsa-lib-1.0.0 ) jack? ( virtual/jack ) mp3? ( media-sound/lame ) portaudio? ( media-libs/portaudio ) portmidi? ( media-libs/portmidi ) pulseaudio? ( media-sound/pulseaudio ) vorbis? ( media-libs/libvorbis ) webengine? ( dev-qt/qtwebengine:5[widgets] ) +DESCRIPTION=WYSIWYG Music Score Typesetter +EAPI=7 +HOMEPAGE=https://musescore.org/ +IUSE=alsa debug jack mp3 portaudio portmidi pulseaudio vorbis webengine +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=dev-qt/designer:5 dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qthelp:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 >=dev-qt/qtsingleapplication-2.6.1_p20171024 dev-qt/qtsvg:5 dev-qt/qtxml:5 dev-qt/qtxmlpatterns:5 >=media-libs/freetype-2.5.2 media-libs/libsndfile sys-libs/zlib:= alsa? ( >=media-libs/alsa-lib-1.0.0 ) jack? ( virtual/jack ) mp3? ( media-sound/lame ) portaudio? ( media-libs/portaudio ) portmidi? ( media-libs/portmidi ) pulseaudio? ( media-sound/pulseaudio ) vorbis? ( media-libs/libvorbis ) webengine? ( dev-qt/qtwebengine:5[widgets] ) +REQUIRED_USE=portmidi? ( portaudio ) +SLOT=0 +SRC_URI=https://github.com/musescore/MuseScore/archive/v3.3.tar.gz -> musescore-3.3.tar.gz https://dev.gentoo.org/~fordfrog/distfiles/MuseScore_General-0.1.6.tar.bz2 +_eclasses_=check-reqs 5e40a693d9c828e8f3655184116e8b73 cmake-utils 91d6ef31dc426240577497cacbf2508c eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a xdg-utils ff2ff954e6b17929574eee4efc5152ba +_md5_=5c524528bb8b71640f4d88da8fdd718b diff --git a/metadata/md5-cache/media-sound/musescore-9999 b/metadata/md5-cache/media-sound/musescore-9999 index a276cc1339a0..2dcf67a3ca02 100644 --- a/metadata/md5-cache/media-sound/musescore-9999 +++ b/metadata/md5-cache/media-sound/musescore-9999 @@ -1,7 +1,8 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=dev-qt/designer:5 dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qthelp:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 >=dev-qt/qtsingleapplication-2.6.1_p20171024 dev-qt/qtsvg:5 dev-qt/qtxml:5 dev-qt/qtxmlpatterns:5 >=media-libs/freetype-2.5.2 media-libs/libsndfile sys-libs/zlib:= alsa? ( >=media-libs/alsa-lib-1.0.0 ) jack? ( virtual/jack ) mp3? ( media-sound/lame ) portaudio? ( media-libs/portaudio ) portmidi? ( media-libs/portmidi ) pulseaudio? ( media-sound/pulseaudio ) vorbis? ( media-libs/libvorbis ) webengine? ( dev-qt/qtwebengine:5[widgets] ) dev-qt/linguist-tools:5 virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl] sys-devel/make >=dev-util/cmake-3.11 +BDEPEND=dev-qt/linguist-tools:5 virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl] sys-devel/make >=dev-util/cmake-3.9.6 +DEFINED_PHASES=compile configure install postinst postrm prepare pretend setup test unpack +DEPEND=dev-qt/designer:5 dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qthelp:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 >=dev-qt/qtsingleapplication-2.6.1_p20171024 dev-qt/qtsvg:5 dev-qt/qtxml:5 dev-qt/qtxmlpatterns:5 >=media-libs/freetype-2.5.2 media-libs/libsndfile sys-libs/zlib:= alsa? ( >=media-libs/alsa-lib-1.0.0 ) jack? ( virtual/jack ) mp3? ( media-sound/lame ) portaudio? ( media-libs/portaudio ) portmidi? ( media-libs/portmidi ) pulseaudio? ( media-sound/pulseaudio ) vorbis? ( media-libs/libvorbis ) webengine? ( dev-qt/qtwebengine:5[widgets] ) DESCRIPTION=WYSIWYG Music Score Typesetter -EAPI=6 +EAPI=7 HOMEPAGE=https://musescore.org/ IUSE=alsa debug jack mp3 portaudio portmidi pulseaudio vorbis webengine LICENSE=GPL-2 @@ -9,6 +10,6 @@ PROPERTIES=live RDEPEND=dev-qt/designer:5 dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qthelp:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 >=dev-qt/qtsingleapplication-2.6.1_p20171024 dev-qt/qtsvg:5 dev-qt/qtxml:5 dev-qt/qtxmlpatterns:5 >=media-libs/freetype-2.5.2 media-libs/libsndfile sys-libs/zlib:= alsa? ( >=media-libs/alsa-lib-1.0.0 ) jack? ( virtual/jack ) mp3? ( media-sound/lame ) portaudio? ( media-libs/portaudio ) portmidi? ( media-libs/portmidi ) pulseaudio? ( media-sound/pulseaudio ) vorbis? ( media-libs/libvorbis ) webengine? ( dev-qt/qtwebengine:5[widgets] ) REQUIRED_USE=portmidi? ( portaudio ) SLOT=0 -SRC_URI=https://dev.gentoo.org/~fordfrog/distfiles/MuseScore_General-0.1.3.tar.bz2 -_eclasses_=cmake-utils 91d6ef31dc426240577497cacbf2508c desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 git-r3 562b380fc59ae6a8622171d0acb777d1 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils ff2ff954e6b17929574eee4efc5152ba -_md5_=4995c718e8d2e18b2fdf7a3ec3efb22a +SRC_URI=https://dev.gentoo.org/~fordfrog/distfiles/MuseScore_General-0.1.6.tar.bz2 +_eclasses_=check-reqs 5e40a693d9c828e8f3655184116e8b73 cmake-utils 91d6ef31dc426240577497cacbf2508c eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 git-r3 562b380fc59ae6a8622171d0acb777d1 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a xdg-utils ff2ff954e6b17929574eee4efc5152ba +_md5_=3ba0085a5d87941d0a8cad4724f5ba94 diff --git a/metadata/md5-cache/net-libs/Manifest.gz b/metadata/md5-cache/net-libs/Manifest.gz index 231002639840..e9ea4f9c6c11 100644 Binary files a/metadata/md5-cache/net-libs/Manifest.gz and b/metadata/md5-cache/net-libs/Manifest.gz differ diff --git a/metadata/md5-cache/net-libs/nodejs-10.16.3 b/metadata/md5-cache/net-libs/nodejs-10.16.3 deleted file mode 100644 index 210eb60b6c2d..000000000000 --- a/metadata/md5-cache/net-libs/nodejs-10.16.3 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare pretend setup test -DEPEND=>=dev-libs/libuv-1.28.0:= >=net-dns/c-ares-1.15.0 >=net-libs/http-parser-2.9.0:= >=net-libs/nghttp2-1.39.2 sys-libs/zlib icu? ( >=dev-libs/icu-64.2:= ) ssl? ( >=dev-libs/openssl-1.1.1:0= ) || ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) systemtap? ( dev-util/systemtap ) test? ( net-misc/curl ) -DESCRIPTION=A JavaScript runtime built on Chrome's V8 JavaScript engine -EAPI=6 -HOMEPAGE=https://nodejs.org/ -IUSE=cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl systemtap test -KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos -LICENSE=Apache-1.1 Apache-2.0 BSD BSD-2 MIT -RDEPEND=>=dev-libs/libuv-1.28.0:= >=net-dns/c-ares-1.15.0 >=net-libs/http-parser-2.9.0:= >=net-libs/nghttp2-1.39.2 sys-libs/zlib icu? ( >=dev-libs/icu-64.2:= ) ssl? ( >=dev-libs/openssl-1.1.1:0= ) -REQUIRED_USE=inspector? ( icu ssl ) npm? ( ssl ) -SLOT=0 -SRC_URI=https://nodejs.org/dist/v10.16.3/node-v10.16.3.tar.xz -_eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e pax-utils a41d1fd1c111289ffa04490de6ee79d7 preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 b5f01473006ccc2cd78bc3dab20fced4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils ff2ff954e6b17929574eee4efc5152ba -_md5_=d7cb201ad3d31ac88e02525e7945b1b7 diff --git a/metadata/md5-cache/net-libs/nodejs-10.17.0 b/metadata/md5-cache/net-libs/nodejs-10.17.0 index 999bb7b65c44..c960c8f938dd 100644 --- a/metadata/md5-cache/net-libs/nodejs-10.17.0 +++ b/metadata/md5-cache/net-libs/nodejs-10.17.0 @@ -8,7 +8,8 @@ KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos LICENSE=Apache-1.1 Apache-2.0 BSD BSD-2 MIT RDEPEND=>=dev-libs/libuv-1.28.0:= >=net-dns/c-ares-1.15.0 >=net-libs/http-parser-2.9.0:= >=net-libs/nghttp2-1.39.2 sys-libs/zlib icu? ( >=dev-libs/icu-64.2:= ) ssl? ( >=dev-libs/openssl-1.1.1:0= ) REQUIRED_USE=inspector? ( icu ssl ) npm? ( ssl ) +RESTRICT=test SLOT=0 SRC_URI=https://nodejs.org/dist/v10.17.0/node-v10.17.0.tar.xz _eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 multilib 1d91b03d42ab6308b5f4f6b598ed110e pax-utils a41d1fd1c111289ffa04490de6ee79d7 python-any-r1 b5f01473006ccc2cd78bc3dab20fced4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a xdg-utils ff2ff954e6b17929574eee4efc5152ba -_md5_=c0c690021a62c9309ad68fff1cc48269 +_md5_=10f0c342f5ea462504f1302ebdbdace4 diff --git a/metadata/md5-cache/net-libs/nodejs-12.12.0 b/metadata/md5-cache/net-libs/nodejs-12.12.0 deleted file mode 100644 index ced45f2d4ea0..000000000000 --- a/metadata/md5-cache/net-libs/nodejs-12.12.0 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=|| ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) systemtap? ( dev-util/systemtap ) test? ( net-misc/curl ) -DEFINED_PHASES=compile configure install postinst prepare pretend setup test -DEPEND=>=dev-libs/libuv-1.31.0:= >=net-dns/c-ares-1.15.0 >=net-libs/http-parser-2.9.0:= >=net-libs/nghttp2-1.39.2 sys-libs/zlib icu? ( >=dev-libs/icu-64.2:= ) ssl? ( >=dev-libs/openssl-1.1.1:0= ) -DESCRIPTION=A JavaScript runtime built on Chrome's V8 JavaScript engine -EAPI=7 -HOMEPAGE=https://nodejs.org/ -IUSE=cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl systemtap test -KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos -LICENSE=Apache-1.1 Apache-2.0 BSD BSD-2 MIT -RDEPEND=>=dev-libs/libuv-1.31.0:= >=net-dns/c-ares-1.15.0 >=net-libs/http-parser-2.9.0:= >=net-libs/nghttp2-1.39.2 sys-libs/zlib icu? ( >=dev-libs/icu-64.2:= ) ssl? ( >=dev-libs/openssl-1.1.1:0= ) -REQUIRED_USE=inspector? ( icu ssl ) npm? ( ssl ) -SLOT=0 -SRC_URI=https://nodejs.org/dist/v12.12.0/node-v12.12.0.tar.xz -_eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 multilib 1d91b03d42ab6308b5f4f6b598ed110e pax-utils a41d1fd1c111289ffa04490de6ee79d7 python-any-r1 b5f01473006ccc2cd78bc3dab20fced4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a xdg-utils ff2ff954e6b17929574eee4efc5152ba -_md5_=f084f53693137c10a539bf88c60e6fa8 diff --git a/metadata/md5-cache/net-libs/nodejs-12.13.0 b/metadata/md5-cache/net-libs/nodejs-12.13.0 index 6b40f95ff6d4..62118340196c 100644 --- a/metadata/md5-cache/net-libs/nodejs-12.13.0 +++ b/metadata/md5-cache/net-libs/nodejs-12.13.0 @@ -9,7 +9,8 @@ KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos LICENSE=Apache-1.1 Apache-2.0 BSD BSD-2 MIT RDEPEND=>=dev-libs/libuv-1.32.0:= >=net-dns/c-ares-1.15.0 >=net-libs/http-parser-2.9.0:= >=net-libs/nghttp2-1.39.2 sys-libs/zlib icu? ( >=dev-libs/icu-64.2:= ) ssl? ( >=dev-libs/openssl-1.1.1:0= ) REQUIRED_USE=inspector? ( icu ssl ) npm? ( ssl ) +RESTRICT=test SLOT=0 SRC_URI=https://nodejs.org/dist/v12.13.0/node-v12.13.0.tar.xz _eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 multilib 1d91b03d42ab6308b5f4f6b598ed110e pax-utils a41d1fd1c111289ffa04490de6ee79d7 python-any-r1 b5f01473006ccc2cd78bc3dab20fced4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a xdg-utils ff2ff954e6b17929574eee4efc5152ba -_md5_=ea698a70d2105cd8825dc1f2bb80cc04 +_md5_=db4b6e7b9e5bd8412ddbe32670740aea diff --git a/metadata/md5-cache/net-libs/nodejs-13.0.1 b/metadata/md5-cache/net-libs/nodejs-13.0.1 index c6198a1e219b..675f7d67811b 100644 --- a/metadata/md5-cache/net-libs/nodejs-13.0.1 +++ b/metadata/md5-cache/net-libs/nodejs-13.0.1 @@ -9,7 +9,8 @@ KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos LICENSE=Apache-1.1 Apache-2.0 BSD BSD-2 MIT RDEPEND=>=dev-libs/libuv-1.33.1:= >=net-dns/c-ares-1.15.0 >=net-libs/nghttp2-1.39.2 sys-libs/zlib icu? ( >=dev-libs/icu-64.2:= ) ssl? ( >=dev-libs/openssl-1.1.1:0= ) REQUIRED_USE=inspector? ( icu ssl ) npm? ( ssl ) +RESTRICT=test SLOT=0 SRC_URI=https://nodejs.org/dist/v13.0.1/node-v13.0.1.tar.xz _eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 multilib 1d91b03d42ab6308b5f4f6b598ed110e pax-utils a41d1fd1c111289ffa04490de6ee79d7 python-any-r1 b5f01473006ccc2cd78bc3dab20fced4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a xdg-utils ff2ff954e6b17929574eee4efc5152ba -_md5_=2a4917282f4b8861567776b57feeb314 +_md5_=00118d44a046f63230a90645893dc939 diff --git a/metadata/md5-cache/net-mail/Manifest.gz b/metadata/md5-cache/net-mail/Manifest.gz index d5b349c424e2..fe460ab883a2 100644 Binary files a/metadata/md5-cache/net-mail/Manifest.gz and b/metadata/md5-cache/net-mail/Manifest.gz differ diff --git a/metadata/md5-cache/net-mail/libpst-0.6.66-r2 b/metadata/md5-cache/net-mail/libpst-0.6.66-r2 index 60792cca205c..7fdabe6785cf 100644 --- a/metadata/md5-cache/net-mail/libpst-0.6.66-r2 +++ b/metadata/md5-cache/net-mail/libpst-0.6.66-r2 @@ -5,11 +5,11 @@ DESCRIPTION=Tools and library for reading Outlook files (.pst format) EAPI=7 HOMEPAGE=https://www.five-ten-sg.com/libpst/ IUSE=debug dii doc python static-libs python_targets_python2_7 -KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 LICENSE=GPL-2 RDEPEND=gnome-extra/libgsf:= dii? ( media-gfx/imagemagick:=[png] ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] >=dev-libs/boost-1.70:=[python,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] ) REQUIRED_USE=python? ( python_targets_python2_7 ) SLOT=0 SRC_URI=https://www.five-ten-sg.com/libpst/packages/libpst-0.6.66.tar.gz _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 libtool f143db5a74ccd9ca28c1234deffede96 multilib 1d91b03d42ab6308b5f4f6b598ed110e python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a -_md5_=92c99a1c5681e7f3fc05270806d9c806 +_md5_=1bbc5730478fa9140fa4002fe8391ade diff --git a/metadata/md5-cache/net-misc/Manifest.gz b/metadata/md5-cache/net-misc/Manifest.gz index 2f7b8219ed3d..93649791bb04 100644 Binary files a/metadata/md5-cache/net-misc/Manifest.gz and b/metadata/md5-cache/net-misc/Manifest.gz differ diff --git a/metadata/md5-cache/net-misc/dropbox-48.3.56 b/metadata/md5-cache/net-misc/dropbox-48.3.56 deleted file mode 100644 index 20335371cabe..000000000000 --- a/metadata/md5-cache/net-misc/dropbox-48.3.56 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=install postinst postrm preinst prepare setup unpack -DEPEND=librsync-bundled? ( dev-util/patchelf ) virtual/pkgconfig -DESCRIPTION=Dropbox daemon (pretends to be GUI-less) -EAPI=6 -HOMEPAGE=https://www.dropbox.com/ -IUSE=+librsync-bundled selinux X python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_single_target_python2_7 python_single_target_python3_5 python_single_target_python3_6 -KEYWORDS=amd64 x86 ~x86-linux -LICENSE=CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox -RDEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_5? ( dev-lang/python:3.5 ) python_single_target_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] X? ( dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5[-gles2,xcb] dev-qt/qtopengl:5[-gles2] dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5[-gles2] dev-qt/qtwebkit:5 dev-qt/qtwidgets:5[-gles2] media-libs/fontconfig media-libs/freetype virtual/jpeg x11-libs/libSM x11-libs/libX11 x11-libs/libXinerama x11-libs/libXxf86vm x11-libs/pango[X] x11-misc/wmctrl x11-themes/hicolor-icon-theme ) !librsync-bundled? ( =sys-devel/gcc-4.2.0 sys-libs/zlib sys-libs/ncurses-compat:5 -REQUIRED_USE=^^ ( python_single_target_python2_7 python_single_target_python3_5 python_single_target_python3_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_5? ( python_targets_python3_5 ) python_single_target_python3_6? ( python_targets_python3_6 ) -RESTRICT=mirror strip -SLOT=0 -SRC_URI=x86? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-48.3.56.tar.gz ) amd64? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-48.3.56.tar.gz ) -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e pax-utils a41d1fd1c111289ffa04490de6ee79d7 preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils ff2ff954e6b17929574eee4efc5152ba -_md5_=cbfe23269e1f674a47193e506fc120a7 diff --git a/metadata/md5-cache/net-misc/dropbox-58.3.88 b/metadata/md5-cache/net-misc/dropbox-58.3.88 deleted file mode 100644 index ec709d5124a5..000000000000 --- a/metadata/md5-cache/net-misc/dropbox-58.3.88 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=install postinst postrm preinst prepare setup unpack -DEPEND=librsync-bundled? ( dev-util/patchelf ) virtual/pkgconfig -DESCRIPTION=Dropbox daemon (pretends to be GUI-less) -EAPI=6 -HOMEPAGE=https://www.dropbox.com/ -IUSE=+librsync-bundled selinux X python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_single_target_python2_7 python_single_target_python3_5 python_single_target_python3_6 -KEYWORDS=~amd64 ~x86 ~x86-linux -LICENSE=CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox -RDEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_5? ( dev-lang/python:3.5 ) python_single_target_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] X? ( dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5[-gles2,xcb] dev-qt/qtopengl:5[-gles2] dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5[-gles2] dev-qt/qtwebkit:5 dev-qt/qtwidgets:5[-gles2] media-libs/fontconfig media-libs/freetype virtual/jpeg x11-libs/libSM x11-libs/libX11 x11-libs/libXinerama x11-libs/libXxf86vm x11-libs/pango[X] x11-misc/wmctrl x11-themes/hicolor-icon-theme ) !librsync-bundled? ( =sys-devel/gcc-4.2.0 sys-libs/zlib sys-libs/ncurses-compat:5 -REQUIRED_USE=^^ ( python_single_target_python2_7 python_single_target_python3_5 python_single_target_python3_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_5? ( python_targets_python3_5 ) python_single_target_python3_6? ( python_targets_python3_6 ) -RESTRICT=mirror strip -SLOT=0 -SRC_URI=x86? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-58.3.88.tar.gz ) amd64? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-58.3.88.tar.gz ) -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e pax-utils a41d1fd1c111289ffa04490de6ee79d7 preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils ff2ff954e6b17929574eee4efc5152ba -_md5_=a66ee7b9f0aa89ca9835ea9e981ff05f diff --git a/metadata/md5-cache/net-misc/dropbox-58.3.88-r1 b/metadata/md5-cache/net-misc/dropbox-58.3.88-r1 deleted file mode 100644 index f50e61e72b97..000000000000 --- a/metadata/md5-cache/net-misc/dropbox-58.3.88-r1 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=install postinst postrm preinst prepare setup unpack -DEPEND=librsync-bundled? ( dev-util/patchelf ) virtual/pkgconfig -DESCRIPTION=Dropbox daemon (pretends to be GUI-less) -EAPI=6 -HOMEPAGE=https://www.dropbox.com/ -IUSE=+librsync-bundled selinux X python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_single_target_python2_7 python_single_target_python3_5 python_single_target_python3_6 -KEYWORDS=~amd64 ~x86 ~x86-linux -LICENSE=CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox -RDEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_5? ( dev-lang/python:3.5 ) python_single_target_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] X? ( dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5[-gles2,xcb] dev-qt/qtopengl:5[-gles2] dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5[-gles2] dev-qt/qtwebkit:5 dev-qt/qtwidgets:5[-gles2] media-libs/fontconfig media-libs/freetype virtual/jpeg x11-libs/libSM x11-libs/libX11 x11-libs/libXinerama x11-libs/libXxf86vm x11-libs/pango[X] x11-misc/wmctrl x11-themes/hicolor-icon-theme ) !librsync-bundled? ( =sys-devel/gcc-4.2.0 sys-libs/zlib sys-libs/ncurses-compat:5 -REQUIRED_USE=^^ ( python_single_target_python2_7 python_single_target_python3_5 python_single_target_python3_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_5? ( python_targets_python3_5 ) python_single_target_python3_6? ( python_targets_python3_6 ) -RESTRICT=mirror strip -SLOT=0 -SRC_URI=x86? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-58.3.88.tar.gz ) amd64? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-58.3.88.tar.gz ) -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e pax-utils a41d1fd1c111289ffa04490de6ee79d7 preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils ff2ff954e6b17929574eee4efc5152ba -_md5_=fa14b78b3d79606b714b4f45e45ebf18 diff --git a/metadata/md5-cache/net-misc/dropbox-82.4.155 b/metadata/md5-cache/net-misc/dropbox-82.4.155 deleted file mode 100644 index daf8e48402e5..000000000000 --- a/metadata/md5-cache/net-misc/dropbox-82.4.155 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install postinst postrm preinst prepare unpack -DEPEND=librsync-bundled? ( dev-util/patchelf ) virtual/pkgconfig -DESCRIPTION=Dropbox daemon (pretends to be GUI-less) -EAPI=6 -HOMEPAGE=https://www.dropbox.com/ -IUSE=+librsync-bundled selinux X -KEYWORDS=~amd64 ~x86 ~x86-linux -LICENSE=BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox -RDEPEND=X? ( dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5[-gles2,xcb] dev-qt/qtopengl:5[-gles2] dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5[-gles2] dev-qt/qtwebkit:5 dev-qt/qtwidgets:5[-gles2] media-libs/fontconfig media-libs/freetype virtual/jpeg x11-libs/libSM x11-libs/libX11 x11-libs/libXinerama x11-libs/libXxf86vm x11-libs/pango[X] x11-misc/wmctrl x11-themes/hicolor-icon-theme ) !librsync-bundled? ( =sys-devel/gcc-4.2.0 sys-libs/zlib sys-libs/ncurses-compat:5 -RESTRICT=mirror strip -SLOT=0 -SRC_URI=x86? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-82.4.155.tar.gz ) amd64? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-82.4.155.tar.gz ) -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e pax-utils a41d1fd1c111289ffa04490de6ee79d7 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils ff2ff954e6b17929574eee4efc5152ba -_md5_=ed1e7aa812dac20daba8cf41824955b4 diff --git a/metadata/md5-cache/net-misc/dropbox-81.4.195 b/metadata/md5-cache/net-misc/dropbox-84.4.170 similarity index 95% rename from metadata/md5-cache/net-misc/dropbox-81.4.195 rename to metadata/md5-cache/net-misc/dropbox-84.4.170 index 470232e8c010..bd873cb75583 100644 --- a/metadata/md5-cache/net-misc/dropbox-81.4.195 +++ b/metadata/md5-cache/net-misc/dropbox-84.4.170 @@ -9,6 +9,6 @@ LICENSE=BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox RDEPEND=X? ( dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5[-gles2,xcb] dev-qt/qtopengl:5[-gles2] dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5[-gles2] dev-qt/qtwebkit:5 dev-qt/qtwidgets:5[-gles2] media-libs/fontconfig media-libs/freetype virtual/jpeg x11-libs/libSM x11-libs/libX11 x11-libs/libXinerama x11-libs/libXxf86vm x11-libs/pango[X] x11-misc/wmctrl x11-themes/hicolor-icon-theme ) !librsync-bundled? ( =sys-devel/gcc-4.2.0 sys-libs/zlib sys-libs/ncurses-compat:5 RESTRICT=mirror strip SLOT=0 -SRC_URI=x86? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-81.4.195.tar.gz ) amd64? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-81.4.195.tar.gz ) +SRC_URI=x86? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-84.4.170.tar.gz ) amd64? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-84.4.170.tar.gz ) _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e pax-utils a41d1fd1c111289ffa04490de6ee79d7 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils ff2ff954e6b17929574eee4efc5152ba _md5_=ed1e7aa812dac20daba8cf41824955b4 diff --git a/metadata/md5-cache/net-misc/kea-1.7.1 b/metadata/md5-cache/net-misc/kea-1.7.1 new file mode 100644 index 000000000000..dc136cf1e3df --- /dev/null +++ b/metadata/md5-cache/net-misc/kea-1.7.1 @@ -0,0 +1,14 @@ +BDEPEND=virtual/pkgconfig +DEFINED_PHASES=configure install preinst prepare +DEPEND=dev-libs/boost:= dev-cpp/gtest dev-libs/log4cplus mysql? ( dev-db/mysql-connector-c ) !openssl? ( dev-libs/botan:2= ) openssl? ( dev-libs/openssl:0= ) postgres? ( dev-db/postgresql:* ) +DESCRIPTION=High-performance production grade DHCPv4 & DHCPv6 server +EAPI=7 +HOMEPAGE=http://www.isc.org/kea/ +IUSE=mysql +openssl postgres samples +KEYWORDS=~amd64 ~x86 +LICENSE=ISC BSD SSLeay GPL-2 +RDEPEND=dev-libs/boost:= dev-cpp/gtest dev-libs/log4cplus mysql? ( dev-db/mysql-connector-c ) !openssl? ( dev-libs/botan:2= ) openssl? ( dev-libs/openssl:0= ) postgres? ( dev-db/postgresql:* ) +SLOT=0 +SRC_URI=ftp://ftp.isc.org/isc/kea/kea-1.7.1.tar.gz ftp://ftp.isc.org/isc/kea/1.7.1/kea-1.7.1.tar.gz +_eclasses_=multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a user 00484e1be1aac73e24fca1c99557a7d6 +_md5_=c925c22c25b00493b1de9763e308407c diff --git a/metadata/md5-cache/net-misc/nextcloud-client-2.5.2 b/metadata/md5-cache/net-misc/nextcloud-client-2.5.2 index 4fae125e6806..0fce121eb0f6 100644 --- a/metadata/md5-cache/net-misc/nextcloud-client-2.5.2 +++ b/metadata/md5-cache/net-misc/nextcloud-client-2.5.2 @@ -4,10 +4,10 @@ DESCRIPTION=Desktop Syncing Client for Nextcloud EAPI=6 HOMEPAGE=https://github.com/nextcloud/desktop IUSE=doc dolphin nautilus shibboleth test -KEYWORDS=~amd64 ~arm64 x86 +KEYWORDS=amd64 ~arm64 x86 LICENSE=CC-BY-3.0 GPL-2 RDEPEND=>=dev-db/sqlite-3.4:3 >=dev-libs/openssl-1.1.0:0= dev-libs/qtkeychain[qt5(+)] dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtsql:5 dev-qt/qtwebengine:5[widgets] dev-qt/qtwidgets:5 dev-qt/qtxml:5 sys-fs/inotify-tools dolphin? ( kde-frameworks/kcoreaddons:5 kde-frameworks/kio:5 ) nautilus? ( dev-python/nautilus-python ) shibboleth? ( dev-qt/qtwebkit:5 ) SLOT=0 SRC_URI=https://github.com/nextcloud/desktop/archive/v2.5.2.tar.gz -> nextcloud-client-2.5.2.tar.gz _eclasses_=cmake-utils 91d6ef31dc426240577497cacbf2508c desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils ff2ff954e6b17929574eee4efc5152ba -_md5_=35190070d7e0baa5e54b210a43b50322 +_md5_=e80e9ed10187d8ea3da5091d75c907f8 diff --git a/metadata/md5-cache/net-misc/throttle-1.2-r1 b/metadata/md5-cache/net-misc/throttle-1.2-r1 new file mode 100644 index 000000000000..8a9c7abaf43f --- /dev/null +++ b/metadata/md5-cache/net-misc/throttle-1.2-r1 @@ -0,0 +1,11 @@ +BDEPEND=>=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DEFINED_PHASES=prepare +DESCRIPTION=Bandwidth limiting pipe +EAPI=7 +HOMEPAGE=https://www.gentoo.org/ +KEYWORDS=~amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-macos +LICENSE=GPL-2 +SLOT=0 +SRC_URI=https://dev.gentoo.org/~grobian/throttle-1.2.tar.gz +_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 libtool f143db5a74ccd9ca28c1234deffede96 multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a +_md5_=e74a668600deb1a85c522fe00db609f5 diff --git a/metadata/md5-cache/net-print/Manifest.gz b/metadata/md5-cache/net-print/Manifest.gz index 786f24ba61de..205517fa3491 100644 Binary files a/metadata/md5-cache/net-print/Manifest.gz and b/metadata/md5-cache/net-print/Manifest.gz differ diff --git a/metadata/md5-cache/net-print/adobeps-1.0.6-r1 b/metadata/md5-cache/net-print/adobeps-1.0.6-r1 deleted file mode 100644 index 682562f95ecd..000000000000 --- a/metadata/md5-cache/net-print/adobeps-1.0.6-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install setup unpack -DEPEND=app-arch/cabextract -DESCRIPTION=Adobe PostScript drivers for Windows for use with CUPS -EAPI=5 -HOMEPAGE=http://www.adobe.com/support/downloads/product.jsp?product=44&platform=Windows -IUSE=cups l10n_en l10n_da l10n_de l10n_es l10n_fi l10n_fr l10n_it l10n_ja l10n_ko l10n_nl l10n_no l10n_pt-BR l10n_sv l10n_zh-CN l10n_zh-TW -KEYWORDS=~amd64 ~x86 -LICENSE=AdobePS -RDEPEND=cups? ( >=net-print/cups-1.2 ) -RESTRICT=mirror -SLOT=0 -SRC_URI=l10n_en? ( ftp://ftp.adobe.com/pub/adobe/printerdrivers/win/1.x/winsteng.exe ) l10n_da? ( ftp://ftp.adobe.com/pub/adobe/printerdrivers/win/1.x/winstDan.exe ) l10n_de? ( ftp://ftp.adobe.com/pub/adobe/printerdrivers/win/1.x/winstger.exe ) l10n_es? ( ftp://ftp.adobe.com/pub/adobe/printerdrivers/win/1.x/winstspa.exe ) l10n_fi? ( ftp://ftp.adobe.com/pub/adobe/printerdrivers/win/1.x/winstfin.exe ) l10n_fr? ( ftp://ftp.adobe.com/pub/adobe/printerdrivers/win/1.x/winstfre.exe ) l10n_it? ( ftp://ftp.adobe.com/pub/adobe/printerdrivers/win/1.x/winstita.exe ) l10n_ja? ( ftp://ftp.adobe.com/pub/adobe/printerdrivers/win/1.x/winstjpn.exe ) l10n_ko? ( ftp://ftp.adobe.com/pub/adobe/printerdrivers/win/1.x/winstkor.exe ) l10n_nl? ( ftp://ftp.adobe.com/pub/adobe/printerdrivers/win/1.x/winstdut.exe ) l10n_no? ( ftp://ftp.adobe.com/pub/adobe/printerdrivers/win/1.x/winstnor.exe ) l10n_pt-BR? ( ftp://ftp.adobe.com/pub/adobe/printerdrivers/win/1.x/winstbrz.exe ) l10n_sv? ( ftp://ftp.adobe.com/pub/adobe/printerdrivers/win/1.x/winstswe.exe ) l10n_zh-CN? ( ftp://ftp.adobe.com/pub/adobe/printerdrivers/win/1.x/Winstchs.exe ) l10n_zh-TW? ( ftp://ftp.adobe.com/pub/adobe/printerdrivers/win/1.x/winstcht.exe ) !l10n_en? ( !l10n_da? ( !l10n_de? ( !l10n_es? ( !l10n_fi? ( !l10n_fr? ( !l10n_it? ( !l10n_ja? ( !l10n_ko? ( !l10n_nl? ( !l10n_no? ( !l10n_pt-BR? ( !l10n_sv? ( !l10n_zh-CN? ( !l10n_zh-TW? ( ftp://ftp.adobe.com/pub/adobe/printerdrivers/win/1.x/winsteng.exe ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=475006422361842d1a4bfc849c60cf2c diff --git a/metadata/md5-cache/sci-chemistry/Manifest.gz b/metadata/md5-cache/sci-chemistry/Manifest.gz index dabac1b933bf..2a62ba907405 100644 Binary files a/metadata/md5-cache/sci-chemistry/Manifest.gz and b/metadata/md5-cache/sci-chemistry/Manifest.gz differ diff --git a/metadata/md5-cache/sci-chemistry/xdsstat-bin-171217 b/metadata/md5-cache/sci-chemistry/xdsstat-bin-171217 deleted file mode 100644 index f6b8b3de4b32..000000000000 --- a/metadata/md5-cache/sci-chemistry/xdsstat-bin-171217 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DESCRIPTION=Prints various statistics (that are not available from XDS itself) -EAPI=6 -HOMEPAGE=https://strucbio.biologie.uni-konstanz.de/xdswiki/index.php/XDSSTAT -KEYWORDS=~amd64 ~amd64-linux -LICENSE=all-rights-reserved -RDEPEND=sci-chemistry/xds-bin -RESTRICT=mirror -SLOT=0 -SRC_URI=amd64? ( ftp://turn5.biologie.uni-konstanz.de/pub/xdsstat-linux64.bz2 ) x86? ( ftp://turn5.biologie.uni-konstanz.de/pub/xdsstat-linux32.bz2 ) -_md5_=1b229b22f12e5f9df7c5ff359ff4fbe4 diff --git a/metadata/md5-cache/sci-libs/Manifest.gz b/metadata/md5-cache/sci-libs/Manifest.gz index 657a7f39acd6..62848172918e 100644 Binary files a/metadata/md5-cache/sci-libs/Manifest.gz and b/metadata/md5-cache/sci-libs/Manifest.gz differ diff --git a/metadata/md5-cache/sci-libs/lapack-3.8.0 b/metadata/md5-cache/sci-libs/lapack-3.8.0 index 2662065d42e9..d0ac817651ec 100644 --- a/metadata/md5-cache/sci-libs/lapack-3.8.0 +++ b/metadata/md5-cache/sci-libs/lapack-3.8.0 @@ -5,10 +5,10 @@ DESCRIPTION=BLAS,CBLAS,LAPACK,LAPACKE reference implementations EAPI=7 HOMEPAGE=http://www.netlib.org/lapack/ IUSE=lapacke doc eselect-ldso -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=BSD RDEPEND=eselect-ldso? ( >=app-eselect/eselect-blas-0.2 >=app-eselect/eselect-lapack-0.2 ) !app-eselect/eselect-cblas !sci-libs/blas-reference !sci-libs/cblas-reference !sci-libs/lapack-reference !sci-libs/lapacke-reference virtual/fortran doc? ( app-doc/blas-docs ) SLOT=0 SRC_URI=http://www.netlib.org/lapack/lapack-3.8.0.tar.gz _eclasses_=cmake-utils 91d6ef31dc426240577497cacbf2508c eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a xdg-utils ff2ff954e6b17929574eee4efc5152ba -_md5_=9d3f281bc5f6c6620bb2bed3eae3e2df +_md5_=0669a3b29f5f6a2c2b1d4b2ea7831c65 diff --git a/metadata/md5-cache/sci-libs/openfoam-2.2.1 b/metadata/md5-cache/sci-libs/openfoam-2.2.1 deleted file mode 100644 index abe8774e12c7..000000000000 --- a/metadata/md5-cache/sci-libs/openfoam-2.2.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install setup test -DEPEND=doc? ( app-doc/doxygen[dot] ) -DESCRIPTION=Open Field Operation and Manipulation - CFD Simulation Toolbox -EAPI=5 -HOMEPAGE=http://www.openfoam.org -IUSE=doc examples opendx src -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=!=sci-libs/openfoam-bin-2.2* !=sci-libs/openfoam-kernel-2.2* !=sci-libs/openfoam-meta-2.2* !=sci-libs/openfoam-solvers-2.2* !=sci-libs/openfoam-utilities-2.2* !=sci-libs/openfoam-wmake-2.2* sci-libs/parmetis sci-libs/parmgridgen sci-libs/scotch virtual/mpi opendx? ( sci-visualization/opendx ) -SLOT=2.2 -SRC_URI=http://downloads.sourceforge.net/foam/OpenFOAM-2.2.1.tgz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=06a7c53614638d8cea4907ebc4273dcb diff --git a/metadata/md5-cache/sci-libs/openfoam-2.2.2 b/metadata/md5-cache/sci-libs/openfoam-2.2.2 deleted file mode 100644 index 19e26b1bf099..000000000000 --- a/metadata/md5-cache/sci-libs/openfoam-2.2.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install setup test -DEPEND=doc? ( app-doc/doxygen[dot] ) -DESCRIPTION=Open Field Operation and Manipulation - CFD Simulation Toolbox -EAPI=5 -HOMEPAGE=http://www.openfoam.org -IUSE=doc examples opendx src -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=!=sci-libs/openfoam-bin-2.2* !=sci-libs/openfoam-kernel-2.2* !=sci-libs/openfoam-meta-2.2* !=sci-libs/openfoam-solvers-2.2* !=sci-libs/openfoam-utilities-2.2* !=sci-libs/openfoam-wmake-2.2* sci-libs/parmetis sci-libs/parmgridgen sci-libs/scotch virtual/mpi opendx? ( sci-visualization/opendx ) -SLOT=2.2 -SRC_URI=http://downloads.sourceforge.net/foam/OpenFOAM-2.2.2.tgz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=06a7c53614638d8cea4907ebc4273dcb diff --git a/metadata/md5-cache/sci-libs/openfoam-2.3.0-r1 b/metadata/md5-cache/sci-libs/openfoam-2.3.0-r1 deleted file mode 100644 index 871c7c825374..000000000000 --- a/metadata/md5-cache/sci-libs/openfoam-2.3.0-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install setup -DEPEND=doc? ( app-doc/doxygen[dot] ) -DESCRIPTION=Open Field Operation and Manipulation - CFD Simulation Toolbox -EAPI=5 -HOMEPAGE=http://www.openfoam.org -IUSE=doc examples opendx src -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=!=sci-libs/openfoam-bin-2.3* !=sci-libs/openfoam-kernel-2.3* !=sci-libs/openfoam-meta-2.3* !=sci-libs/openfoam-solvers-2.3* !=sci-libs/openfoam-utilities-2.3* !=sci-libs/openfoam-wmake-2.3* sci-libs/parmetis sci-libs/parmgridgen sci-libs/scotch virtual/mpi opendx? ( sci-visualization/opendx ) -SLOT=2.3 -SRC_URI=http://downloads.sourceforge.net/foam/OpenFOAM-2.3.0.tgz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=fcb29c8780ca247f5ebb2dcf5e9f4493 diff --git a/metadata/md5-cache/sci-libs/openfoam-2.3.1-r1 b/metadata/md5-cache/sci-libs/openfoam-2.3.1-r1 deleted file mode 100644 index 47f30c761f71..000000000000 --- a/metadata/md5-cache/sci-libs/openfoam-2.3.1-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install setup -DEPEND=doc? ( app-doc/doxygen[dot] ) -DESCRIPTION=Open Field Operation and Manipulation - CFD Simulation Toolbox -EAPI=5 -HOMEPAGE=http://www.openfoam.org -IUSE=doc examples opendx src -KEYWORDS=amd64 x86 -LICENSE=GPL-2 -RDEPEND=!=sci-libs/openfoam-bin-2.3* !=sci-libs/openfoam-kernel-2.3* !=sci-libs/openfoam-meta-2.3* !=sci-libs/openfoam-solvers-2.3* !=sci-libs/openfoam-utilities-2.3* !=sci-libs/openfoam-wmake-2.3* sci-libs/parmetis sci-libs/parmgridgen sci-libs/scotch virtual/mpi opendx? ( sci-visualization/opendx ) -SLOT=2.3 -SRC_URI=http://downloads.sourceforge.net/foam/OpenFOAM-2.3.1.tgz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=8d99b52d0a3a7b6af3d8fc645c3afce2 diff --git a/metadata/md5-cache/sci-libs/openfoam-2.4.0-r1 b/metadata/md5-cache/sci-libs/openfoam-2.4.0-r1 deleted file mode 100644 index 27a7050ab4b4..000000000000 --- a/metadata/md5-cache/sci-libs/openfoam-2.4.0-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install setup -DEPEND=doc? ( app-doc/doxygen[dot] ) -DESCRIPTION=Open Field Operation and Manipulation - CFD Simulation Toolbox -EAPI=5 -HOMEPAGE=http://www.openfoam.org -IUSE=doc examples opendx src paraview -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=!=sci-libs/openfoam-bin-2.4* !=sci-libs/openfoam-kernel-2.4* !=sci-libs/openfoam-meta-2.4* !=sci-libs/openfoam-solvers-2.4* !=sci-libs/openfoam-utilities-2.4* !=sci-libs/openfoam-wmake-2.4* sci-mathematics/cgal sci-libs/parmetis sci-libs/parmgridgen sci-libs/scotch virtual/mpi opendx? ( sci-visualization/opendx ) paraview? ( sci-visualization/paraview[development] ) -SLOT=2.4 -SRC_URI=http://downloads.sourceforge.net/foam/OpenFOAM-2.4.0.tgz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=b52d2f238b664b4592329c5ae14ad235 diff --git a/metadata/md5-cache/sci-libs/parmgridgen-1.0-r1 b/metadata/md5-cache/sci-libs/parmgridgen-1.0-r1 deleted file mode 100644 index 328bf4987ba2..000000000000 --- a/metadata/md5-cache/sci-libs/parmgridgen-1.0-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=configure install prepare setup -DEPEND=virtual/mpi >=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=Software for parallel (mpi) generating coarse grids -EAPI=6 -HOMEPAGE=http://www-users.cs.umn.edu/~moulitsa/software.html -IUSE=static-libs -KEYWORDS=amd64 x86 -LICENSE=all-rights-reserved -RDEPEND=virtual/mpi -RESTRICT=mirror bindist -SLOT=0 -SRC_URI=http://www-users.cs.umn.edu/~moulitsa/download/ParMGridGen-1.0.tar.gz -_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 libtool f143db5a74ccd9ca28c1234deffede96 multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a -_md5_=598ab81f1803d3742b27e466b44c5e16 diff --git a/metadata/md5-cache/sys-apps/Manifest.gz b/metadata/md5-cache/sys-apps/Manifest.gz index 8fe0e94195b4..fc86023bcce1 100644 Binary files a/metadata/md5-cache/sys-apps/Manifest.gz and b/metadata/md5-cache/sys-apps/Manifest.gz differ diff --git a/metadata/md5-cache/sys-apps/conspy-1.14 b/metadata/md5-cache/sys-apps/conspy-1.14 new file mode 100644 index 000000000000..47fd52966654 --- /dev/null +++ b/metadata/md5-cache/sys-apps/conspy-1.14 @@ -0,0 +1,13 @@ +BDEPEND=>=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DEFINED_PHASES=install prepare +DEPEND=sys-libs/ncurses:0= +DESCRIPTION=Remote control for Linux virtual consoles +EAPI=7 +HOMEPAGE=http://conspy.sourceforge.net/ +KEYWORDS=~amd64 ~x86 +LICENSE=AGPL-3 +RDEPEND=sys-libs/ncurses:0= +SLOT=0 +SRC_URI=mirror://sourceforge/conspy/conspy-1.14-1/conspy-1.14.tar.gz +_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 libtool f143db5a74ccd9ca28c1234deffede96 multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a +_md5_=ced089832c83463b7593f18d171c602d diff --git a/metadata/md5-cache/sys-apps/systemd-243-r2 b/metadata/md5-cache/sys-apps/systemd-243-r2 index d7a278025969..c9a60d5ab923 100644 --- a/metadata/md5-cache/sys-apps/systemd-243-r2 +++ b/metadata/md5-cache/sys-apps/systemd-243-r2 @@ -5,7 +5,7 @@ DESCRIPTION=System and service manager for Linux EAPI=7 HOMEPAGE=https://www.freedesktop.org/wiki/Software/systemd IUSE=acl apparmor audit build cgroup-hybrid cryptsetup curl dns-over-tls elfutils +gcrypt gnuefi http idn importd +kmod +lz4 lzma nat pam pcre policykit qrcode +resolvconf +seccomp selinux split-usr static-libs +sysv-utils test vanilla xkb kernel_linux abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_riscv_lp64d abi_riscv_lp64 abi_s390_32 abi_s390_64 split-usr -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 LICENSE=GPL-2 LGPL-2.1 MIT public-domain PDEPEND=>=sys-apps/dbus-1.9.8[systemd] >=sys-apps/hwids-20150417[udev] >=sys-fs/udev-init-scripts-25 policykit? ( sys-auth/polkit ) !vanilla? ( sys-apps/gentoo-systemd-integration ) RDEPEND=>=sys-apps/util-linux-2.30:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-libs/libcap:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !=sys-process/audit-2:0= ) cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= ) curl? ( net-misc/curl:0= ) dns-over-tls? ( >=net-libs/gnutls-3.5.3:0= ) elfutils? ( >=dev-libs/elfutils-0.158:0= ) gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) http? ( >=net-libs/libmicrohttpd-0.9.33:0=[epoll(+)] >=net-libs/gnutls-3.1.4:0= ) idn? ( net-dns/libidn2:= ) importd? ( app-arch/bzip2:0= sys-libs/zlib:0= ) kmod? ( >=sys-apps/kmod-15:0= ) lz4? ( >=app-arch/lz4-0_p131:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) nat? ( net-firewall/iptables:0= ) pam? ( sys-libs/pam:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pcre? ( dev-libs/libpcre2 ) qrcode? ( media-gfx/qrencode:0= ) seccomp? ( >=sys-libs/libseccomp-2.3.3:0= ) selinux? ( sys-libs/libselinux:0= ) xkb? ( >=x11-libs/libxkbcommon-0.4.1:0= ) acct-group/adm acct-group/wheel acct-group/kmem acct-group/tty acct-group/utmp acct-group/audio acct-group/cdrom acct-group/dialout acct-group/disk acct-group/input acct-group/kvm acct-group/render acct-group/tape acct-group/video acct-group/systemd-journal acct-user/systemd-journal-remote acct-user/systemd-coredump acct-user/systemd-network acct-user/systemd-resolve acct-user/systemd-timesync >=sys-apps/baselayout-2.2 selinux? ( sec-policy/selinux-base-policy[systemd] ) sysv-utils? ( !sys-apps/sysvinit ) !sysv-utils? ( sys-apps/sysvinit ) resolvconf? ( !net-dns/openresolv ) !build? ( || ( sys-apps/util-linux[kill(-)] sys-process/procps[kill(+)] sys-apps/coreutils[kill(-)] ) ) !sys-auth/nss-myhostname ! htop-3.0.0_beta5.tar.gz _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 libtool f143db5a74ccd9ca28c1234deffede96 linux-info 953c3b1c472dcadbf62098a9301327f2 multilib 1d91b03d42ab6308b5f4f6b598ed110e python-any-r1 b5f01473006ccc2cd78bc3dab20fced4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a -_md5_=0b306bcdd6748cffab1203fc97876f30 +_md5_=6556d49e5d97a809f15f527c68446f40 diff --git a/metadata/md5-cache/virtual/Manifest.gz b/metadata/md5-cache/virtual/Manifest.gz index cd28d22138e2..7e623915bc76 100644 Binary files a/metadata/md5-cache/virtual/Manifest.gz and b/metadata/md5-cache/virtual/Manifest.gz differ diff --git a/metadata/md5-cache/virtual/blas-3.8 b/metadata/md5-cache/virtual/blas-3.8 index 8e6fa7febe5d..04ad14673bb4 100644 --- a/metadata/md5-cache/virtual/blas-3.8 +++ b/metadata/md5-cache/virtual/blas-3.8 @@ -3,7 +3,7 @@ DEPEND=>=sci-libs/lapack-3.8[eselect-ldso?] eselect-ldso? ( || ( >=sci-libs/lapa DESCRIPTION=Virtual for FORTRAN 77 BLAS implementation EAPI=7 IUSE=eselect-ldso -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris RDEPEND=>=sci-libs/lapack-3.8[eselect-ldso?] eselect-ldso? ( || ( >=sci-libs/lapack-3.8[eselect-ldso] sci-libs/openblas[eselect-ldso] sci-libs/blis[eselect-ldso] ) ) SLOT=0 -_md5_=dd0161d9a1a46d2b06b1d572047dbe71 +_md5_=d76524330fef7917ff8f293286f9dab5 diff --git a/metadata/md5-cache/virtual/lapack-3.8 b/metadata/md5-cache/virtual/lapack-3.8 index f0d2a3a2e639..72dea05abb7b 100644 --- a/metadata/md5-cache/virtual/lapack-3.8 +++ b/metadata/md5-cache/virtual/lapack-3.8 @@ -3,7 +3,7 @@ DEPEND=>=sci-libs/lapack-3.8.0[eselect-ldso?] eselect-ldso? ( || ( >=sci-libs/la DESCRIPTION=Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation EAPI=7 IUSE=eselect-ldso -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos RDEPEND=>=sci-libs/lapack-3.8.0[eselect-ldso?] eselect-ldso? ( || ( >=sci-libs/lapack-3.8.0[eselect-ldso] sci-libs/openblas[eselect-ldso] ) ) SLOT=0 -_md5_=188cd47a5ee8b7dcb89c1ea49e2f9a49 +_md5_=6bb87ca9bdf3812b4ca17b53748e0662 diff --git a/metadata/md5-cache/virtual/libudev-232-r3 b/metadata/md5-cache/virtual/libudev-232-r3 index dc6a4b3b1f93..f338f7ea99b3 100644 --- a/metadata/md5-cache/virtual/libudev-232-r3 +++ b/metadata/md5-cache/virtual/libudev-232-r3 @@ -2,8 +2,8 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for libudev providers EAPI=7 IUSE=static-libs systemd abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_riscv_lp64d abi_riscv_lp64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc x86 RDEPEND=!systemd? ( || ( >=sys-fs/eudev-3.2.9:0/0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,static-libs(-)?] >=sys-fs/udev-232:0/0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,static-libs(-)?] ) ) systemd? ( >=sys-apps/systemd-232:0/2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,static-libs(-)?] ) SLOT=0/1 _eclasses_=multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multilib-build 0d0c25170069d06d0eb233154229af97 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a -_md5_=493c7764bf98d15a3426ff9779b608e3 +_md5_=02c2c8e0387b12ddae3cc55b90ba8eda diff --git a/metadata/md5-cache/www-client/Manifest.gz b/metadata/md5-cache/www-client/Manifest.gz index cfff702b42f2..dfde18f9a3f1 100644 Binary files a/metadata/md5-cache/www-client/Manifest.gz and b/metadata/md5-cache/www-client/Manifest.gz differ diff --git a/metadata/md5-cache/www-client/chromium-78.0.3904.70 b/metadata/md5-cache/www-client/chromium-78.0.3904.70 index ca1edc9b0eb7..740fa1ff3a32 100644 --- a/metadata/md5-cache/www-client/chromium-78.0.3904.70 +++ b/metadata/md5-cache/www-client/chromium-78.0.3904.70 @@ -13,4 +13,4 @@ RESTRICT=!system-ffmpeg? ( proprietary-codecs? ( bindist ) ) SLOT=0 SRC_URI=https://commondatastorage.googleapis.com/chromium-browser-official/chromium-78.0.3904.70.tar.xz https://dev.gentoo.org/~floppym/dist/chromium-78-revert-noexcept-r1.patch.gz _eclasses_=check-reqs 5e40a693d9c828e8f3655184116e8b73 chromium-2 92ff174aa2b13d6ea0c4539533f0b2de desktop b1d22ac8bdd4679ab79c71aca235009d eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 linux-info 953c3b1c472dcadbf62098a9301327f2 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f pax-utils a41d1fd1c111289ffa04490de6ee79d7 portability 2b88d3ecc35035a3b8ab628b49cafb0e python-any-r1 b5f01473006ccc2cd78bc3dab20fced4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a xdg-utils ff2ff954e6b17929574eee4efc5152ba -_md5_=a37ba480a997985b2e1e9348502de4d3 +_md5_=206b364566154475d7870df25ffad680 diff --git a/metadata/md5-cache/www-client/firefox-68.2.0 b/metadata/md5-cache/www-client/firefox-68.2.0 index e51ae2a229a1..3e3025e4ca26 100644 --- a/metadata/md5-cache/www-client/firefox-68.2.0 +++ b/metadata/md5-cache/www-client/firefox-68.2.0 @@ -12,4 +12,4 @@ RESTRICT=!bindist? ( bindist ) SLOT=0 SRC_URI=l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/ach.xpi -> firefox-68.2.0esr-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/af.xpi -> firefox-68.2.0esr-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/an.xpi -> firefox-68.2.0esr-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/ar.xpi -> firefox-68.2.0esr-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/ast.xpi -> firefox-68.2.0esr-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/az.xpi -> firefox-68.2.0esr-az.xpi ) l10n_be? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/be.xpi -> firefox-68.2.0esr-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/bg.xpi -> firefox-68.2.0esr-bg.xpi ) l10n_bn? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/bn.xpi -> firefox-68.2.0esr-bn.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/br.xpi -> firefox-68.2.0esr-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/bs.xpi -> firefox-68.2.0esr-bs.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/ca.xpi -> firefox-68.2.0esr-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/cak.xpi -> firefox-68.2.0esr-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/cs.xpi -> firefox-68.2.0esr-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/cy.xpi -> firefox-68.2.0esr-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/da.xpi -> firefox-68.2.0esr-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/de.xpi -> firefox-68.2.0esr-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/dsb.xpi -> firefox-68.2.0esr-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/el.xpi -> firefox-68.2.0esr-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/en-CA.xpi -> firefox-68.2.0esr-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/en-GB.xpi -> firefox-68.2.0esr-en-GB.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/eo.xpi -> firefox-68.2.0esr-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/es-AR.xpi -> firefox-68.2.0esr-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/es-CL.xpi -> firefox-68.2.0esr-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/es-ES.xpi -> firefox-68.2.0esr-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/es-MX.xpi -> firefox-68.2.0esr-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/et.xpi -> firefox-68.2.0esr-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/eu.xpi -> firefox-68.2.0esr-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/fa.xpi -> firefox-68.2.0esr-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/ff.xpi -> firefox-68.2.0esr-ff.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/fi.xpi -> firefox-68.2.0esr-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/fr.xpi -> firefox-68.2.0esr-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/fy-NL.xpi -> firefox-68.2.0esr-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/ga-IE.xpi -> firefox-68.2.0esr-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/gd.xpi -> firefox-68.2.0esr-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/gl.xpi -> firefox-68.2.0esr-gl.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/gn.xpi -> firefox-68.2.0esr-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/gu-IN.xpi -> firefox-68.2.0esr-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/he.xpi -> firefox-68.2.0esr-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/hi-IN.xpi -> firefox-68.2.0esr-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/hr.xpi -> firefox-68.2.0esr-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/hsb.xpi -> firefox-68.2.0esr-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/hu.xpi -> firefox-68.2.0esr-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/hy-AM.xpi -> firefox-68.2.0esr-hy-AM.xpi ) l10n_ia? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/ia.xpi -> firefox-68.2.0esr-ia.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/id.xpi -> firefox-68.2.0esr-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/is.xpi -> firefox-68.2.0esr-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/it.xpi -> firefox-68.2.0esr-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/ja.xpi -> firefox-68.2.0esr-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/ka.xpi -> firefox-68.2.0esr-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/kab.xpi -> firefox-68.2.0esr-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/kk.xpi -> firefox-68.2.0esr-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/km.xpi -> firefox-68.2.0esr-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/kn.xpi -> firefox-68.2.0esr-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/ko.xpi -> firefox-68.2.0esr-ko.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/lij.xpi -> firefox-68.2.0esr-lij.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/lt.xpi -> firefox-68.2.0esr-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/lv.xpi -> firefox-68.2.0esr-lv.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/mk.xpi -> firefox-68.2.0esr-mk.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/mr.xpi -> firefox-68.2.0esr-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/ms.xpi -> firefox-68.2.0esr-ms.xpi ) l10n_my? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/my.xpi -> firefox-68.2.0esr-my.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/nb-NO.xpi -> firefox-68.2.0esr-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/nl.xpi -> firefox-68.2.0esr-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/nn-NO.xpi -> firefox-68.2.0esr-nn-NO.xpi ) l10n_oc? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/oc.xpi -> firefox-68.2.0esr-oc.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/pa-IN.xpi -> firefox-68.2.0esr-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/pl.xpi -> firefox-68.2.0esr-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/pt-BR.xpi -> firefox-68.2.0esr-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/pt-PT.xpi -> firefox-68.2.0esr-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/rm.xpi -> firefox-68.2.0esr-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/ro.xpi -> firefox-68.2.0esr-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/ru.xpi -> firefox-68.2.0esr-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/si.xpi -> firefox-68.2.0esr-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/sk.xpi -> firefox-68.2.0esr-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/sl.xpi -> firefox-68.2.0esr-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/son.xpi -> firefox-68.2.0esr-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/sq.xpi -> firefox-68.2.0esr-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/sr.xpi -> firefox-68.2.0esr-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/sv-SE.xpi -> firefox-68.2.0esr-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/ta.xpi -> firefox-68.2.0esr-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/te.xpi -> firefox-68.2.0esr-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/th.xpi -> firefox-68.2.0esr-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/tr.xpi -> firefox-68.2.0esr-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/uk.xpi -> firefox-68.2.0esr-uk.xpi ) l10n_ur? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/ur.xpi -> firefox-68.2.0esr-ur.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/uz.xpi -> firefox-68.2.0esr-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/vi.xpi -> firefox-68.2.0esr-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/xh.xpi -> firefox-68.2.0esr-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/zh-CN.xpi -> firefox-68.2.0esr-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/linux-i686/xpi/zh-TW.xpi -> firefox-68.2.0esr-zh-TW.xpi ) https://archive.mozilla.org/pub/firefox/releases/68.2.0esr/source/firefox-68.2.0esr.source.tar.xz https://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-68.0-patches-12.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/firefox-68.0-patches-12.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-68.0-patches-12.tar.xz https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-68.0-patches-12.tar.xz _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 check-reqs 5e40a693d9c828e8f3655184116e8b73 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 libtool f143db5a74ccd9ca28c1234deffede96 llvm 5dbc14df2333105b7c006124ead9bf3f ltprune 2729691420b6deeda2a90b1f1183fb55 mozcoreconf-v6 421fbfb443b64f7f1e2e3dd5bb739541 mozextension f47f008a138943f9e40e37c1fca10b24 mozlinguas-v2 7559b4e56a88d67da4e96e77296f723c multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 pax-utils a41d1fd1c111289ffa04490de6ee79d7 preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 b5f01473006ccc2cd78bc3dab20fced4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 virtualx 53625127887b62eabb9ec61d3d943462 xdg-utils ff2ff954e6b17929574eee4efc5152ba -_md5_=d1793975482628a99c8ab13294de6d74 +_md5_=f194ed51cded4ba49fc9b94ab528ddae diff --git a/metadata/md5-cache/www-client/firefox-69.0.3 b/metadata/md5-cache/www-client/firefox-69.0.3 deleted file mode 100644 index 445c2de13b48..000000000000 --- a/metadata/md5-cache/www-client/firefox-69.0.3 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup unpack -DEPEND=>=dev-libs/nss-3.45 >=dev-libs/nspr-4.22 dev-libs/atk dev-libs/expat >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 >=x11-libs/gtk+-3.4.0:3[X] x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/libpng-1.6.35:0=[apng] >=media-libs/mesa-10.2:* media-libs/fontconfig >=media-libs/freetype-2.4.10 kernel_linux? ( !pulseaudio? ( media-libs/alsa-lib ) ) virtual/freedesktop-icon-theme sys-apps/dbus dev-libs/dbus-glib startup-notification? ( >=x11-libs/startup-notification-0.8 ) >=x11-libs/pixman-0.19.2 >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10:= virtual/ffmpeg x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt system-av1? ( >=media-libs/dav1d-0.3.0:= >=media-libs/libaom-1.0.0:= ) system-harfbuzz? ( >=media-libs/harfbuzz-2.5.3:0= >=media-gfx/graphite2-1.3.13 ) system-icu? ( >=dev-libs/icu-63.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.0:0=[threads] ) system-libvpx? ( =media-libs/libvpx-1.7*:0=[postproc] ) system-sqlite? ( >=dev-db/sqlite-3.28.0:3[secure-delete,debug=] ) system-webp? ( >=media-libs/libwebp-1.0.2:0= ) wifi? ( kernel_linux? ( net-misc/networkmanager ) ) jack? ( virtual/jack ) selinux? ( sec-policy/selinux-mozilla ) app-arch/zip app-arch/unzip >=dev-util/cbindgen-0.9.0 >=net-libs/nodejs-8.11.0 >=sys-devel/binutils-2.30 sys-apps/findutils || ( ( sys-devel/clang:9 !clang? ( sys-devel/llvm:9 ) clang? ( =sys-devel/lld-9* sys-devel/llvm:9[gold] pgo? ( =sys-libs/compiler-rt-sanitizers-9*[profile] ) ) ) ( sys-devel/clang:8 !clang? ( sys-devel/llvm:8 ) clang? ( =sys-devel/lld-8* sys-devel/llvm:8[gold] pgo? ( =sys-libs/compiler-rt-sanitizers-8*[profile] ) ) ) ( sys-devel/clang:7 !clang? ( sys-devel/llvm:7 ) clang? ( =sys-devel/lld-7* sys-devel/llvm:7[gold] pgo? ( =sys-libs/compiler-rt-sanitizers-7*[profile] ) ) ) ( sys-devel/clang:6 !clang? ( sys-devel/llvm:6 ) clang? ( =sys-devel/lld-6* sys-devel/llvm:6[gold] pgo? ( =sys-libs/compiler-rt-sanitizers-6*[profile] ) ) ) ) pulseaudio? ( media-sound/pulseaudio ) >=virtual/rust-1.35.0 wayland? ( >=x11-libs/gtk+-3.11:3[wayland] ) amd64? ( >=dev-lang/yasm-1.1 virtual/opengl ) x86? ( >=dev-lang/yasm-1.1 virtual/opengl ) !system-av1? ( amd64? ( >=dev-lang/nasm-2.13 ) x86? ( >=dev-lang/nasm-2.13 ) ) virtual/pkgconfig dev-lang/python:2.7[ncurses,sqlite,ssl,threads(+)] || ( dev-lang/python:3.7[ncurses,sqlite,ssl,threads(+)] dev-lang/python:3.6[ncurses,sqlite,ssl,threads(+)] dev-lang/python:3.5[ncurses,sqlite,ssl,threads(+)] ) >=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) ~sys-devel/autoconf-2.13 >=sys-devel/libtool-2.4 app-arch/unzip pgo? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) -DESCRIPTION=Firefox Web Browser -EAPI=6 -HOMEPAGE=https://www.mozilla.com/firefox -IUSE=bindist clang cpu_flags_x86_avx2 debug eme-free geckodriver +gmp-autoupdate hardened hwaccel jack lto neon pgo pulseaudio +screenshot selinux startup-notification +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-sqlite +system-libvpx +system-webp test wayland wifi custom-cflags custom-optimization l10n_ach l10n_af l10n_an l10n_ar l10n_ast l10n_az l10n_be l10n_bg l10n_bn l10n_br l10n_bs l10n_ca l10n_cak l10n_cs l10n_cy l10n_da l10n_de l10n_dsb l10n_el l10n_en-CA l10n_en-GB l10n_eo l10n_es-AR l10n_es-CL l10n_es-ES l10n_es-MX l10n_et l10n_eu l10n_fa l10n_ff l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_gn l10n_gu l10n_he l10n_hi l10n_hr l10n_hsb l10n_hu l10n_hy l10n_ia l10n_id l10n_is l10n_it l10n_ja l10n_ka l10n_kab l10n_kk l10n_km l10n_kn l10n_ko l10n_lij l10n_lt l10n_lv l10n_mk l10n_mr l10n_ms l10n_my l10n_nb l10n_nl l10n_nn l10n_oc l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_si l10n_sk l10n_sl l10n_son l10n_sq l10n_sr l10n_sv l10n_ta l10n_te l10n_th l10n_tr l10n_uk l10n_ur l10n_uz l10n_vi l10n_xh l10n_zh-CN l10n_zh-TW pgo -KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86 -LICENSE=MPL-2.0 GPL-2 LGPL-2.1 -RDEPEND=>=dev-libs/nss-3.45 >=dev-libs/nspr-4.22 dev-libs/atk dev-libs/expat >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 >=x11-libs/gtk+-3.4.0:3[X] x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/libpng-1.6.35:0=[apng] >=media-libs/mesa-10.2:* media-libs/fontconfig >=media-libs/freetype-2.4.10 kernel_linux? ( !pulseaudio? ( media-libs/alsa-lib ) ) virtual/freedesktop-icon-theme sys-apps/dbus dev-libs/dbus-glib startup-notification? ( >=x11-libs/startup-notification-0.8 ) >=x11-libs/pixman-0.19.2 >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10:= virtual/ffmpeg x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt system-av1? ( >=media-libs/dav1d-0.3.0:= >=media-libs/libaom-1.0.0:= ) system-harfbuzz? ( >=media-libs/harfbuzz-2.5.3:0= >=media-gfx/graphite2-1.3.13 ) system-icu? ( >=dev-libs/icu-63.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.0:0=[threads] ) system-libvpx? ( =media-libs/libvpx-1.7*:0=[postproc] ) system-sqlite? ( >=dev-db/sqlite-3.28.0:3[secure-delete,debug=] ) system-webp? ( >=media-libs/libwebp-1.0.2:0= ) wifi? ( kernel_linux? ( net-misc/networkmanager ) ) jack? ( virtual/jack ) selinux? ( sec-policy/selinux-mozilla ) jack? ( virtual/jack ) pulseaudio? ( || ( media-sound/pulseaudio >=media-sound/apulse-0.1.9 ) ) selinux? ( sec-policy/selinux-mozilla ) -REQUIRED_USE=pgo? ( lto ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/ach.xpi -> firefox-69.0.3-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/af.xpi -> firefox-69.0.3-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/an.xpi -> firefox-69.0.3-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/ar.xpi -> firefox-69.0.3-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/ast.xpi -> firefox-69.0.3-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/az.xpi -> firefox-69.0.3-az.xpi ) l10n_be? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/be.xpi -> firefox-69.0.3-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/bg.xpi -> firefox-69.0.3-bg.xpi ) l10n_bn? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/bn.xpi -> firefox-69.0.3-bn.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/br.xpi -> firefox-69.0.3-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/bs.xpi -> firefox-69.0.3-bs.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/ca.xpi -> firefox-69.0.3-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/cak.xpi -> firefox-69.0.3-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/cs.xpi -> firefox-69.0.3-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/cy.xpi -> firefox-69.0.3-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/da.xpi -> firefox-69.0.3-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/de.xpi -> firefox-69.0.3-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/dsb.xpi -> firefox-69.0.3-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/el.xpi -> firefox-69.0.3-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/en-CA.xpi -> firefox-69.0.3-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/en-GB.xpi -> firefox-69.0.3-en-GB.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/eo.xpi -> firefox-69.0.3-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/es-AR.xpi -> firefox-69.0.3-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/es-CL.xpi -> firefox-69.0.3-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/es-ES.xpi -> firefox-69.0.3-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/es-MX.xpi -> firefox-69.0.3-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/et.xpi -> firefox-69.0.3-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/eu.xpi -> firefox-69.0.3-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/fa.xpi -> firefox-69.0.3-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/ff.xpi -> firefox-69.0.3-ff.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/fi.xpi -> firefox-69.0.3-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/fr.xpi -> firefox-69.0.3-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/fy-NL.xpi -> firefox-69.0.3-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/ga-IE.xpi -> firefox-69.0.3-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/gd.xpi -> firefox-69.0.3-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/gl.xpi -> firefox-69.0.3-gl.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/gn.xpi -> firefox-69.0.3-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/gu-IN.xpi -> firefox-69.0.3-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/he.xpi -> firefox-69.0.3-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/hi-IN.xpi -> firefox-69.0.3-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/hr.xpi -> firefox-69.0.3-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/hsb.xpi -> firefox-69.0.3-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/hu.xpi -> firefox-69.0.3-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/hy-AM.xpi -> firefox-69.0.3-hy-AM.xpi ) l10n_ia? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/ia.xpi -> firefox-69.0.3-ia.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/id.xpi -> firefox-69.0.3-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/is.xpi -> firefox-69.0.3-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/it.xpi -> firefox-69.0.3-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/ja.xpi -> firefox-69.0.3-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/ka.xpi -> firefox-69.0.3-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/kab.xpi -> firefox-69.0.3-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/kk.xpi -> firefox-69.0.3-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/km.xpi -> firefox-69.0.3-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/kn.xpi -> firefox-69.0.3-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/ko.xpi -> firefox-69.0.3-ko.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/lij.xpi -> firefox-69.0.3-lij.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/lt.xpi -> firefox-69.0.3-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/lv.xpi -> firefox-69.0.3-lv.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/mk.xpi -> firefox-69.0.3-mk.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/mr.xpi -> firefox-69.0.3-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/ms.xpi -> firefox-69.0.3-ms.xpi ) l10n_my? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/my.xpi -> firefox-69.0.3-my.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/nb-NO.xpi -> firefox-69.0.3-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/nl.xpi -> firefox-69.0.3-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/nn-NO.xpi -> firefox-69.0.3-nn-NO.xpi ) l10n_oc? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/oc.xpi -> firefox-69.0.3-oc.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/pa-IN.xpi -> firefox-69.0.3-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/pl.xpi -> firefox-69.0.3-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/pt-BR.xpi -> firefox-69.0.3-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/pt-PT.xpi -> firefox-69.0.3-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/rm.xpi -> firefox-69.0.3-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/ro.xpi -> firefox-69.0.3-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/ru.xpi -> firefox-69.0.3-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/si.xpi -> firefox-69.0.3-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/sk.xpi -> firefox-69.0.3-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/sl.xpi -> firefox-69.0.3-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/son.xpi -> firefox-69.0.3-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/sq.xpi -> firefox-69.0.3-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/sr.xpi -> firefox-69.0.3-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/sv-SE.xpi -> firefox-69.0.3-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/ta.xpi -> firefox-69.0.3-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/te.xpi -> firefox-69.0.3-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/th.xpi -> firefox-69.0.3-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/tr.xpi -> firefox-69.0.3-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/uk.xpi -> firefox-69.0.3-uk.xpi ) l10n_ur? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/ur.xpi -> firefox-69.0.3-ur.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/uz.xpi -> firefox-69.0.3-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/vi.xpi -> firefox-69.0.3-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/xh.xpi -> firefox-69.0.3-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/zh-CN.xpi -> firefox-69.0.3-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/69.0.3/linux-i686/xpi/zh-TW.xpi -> firefox-69.0.3-zh-TW.xpi ) https://archive.mozilla.org/pub/firefox/releases/69.0.3/source/firefox-69.0.3.source.tar.xz https://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-69.0-patches-06.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/firefox-69.0-patches-06.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-69.0-patches-06.tar.xz https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-69.0-patches-06.tar.xz -_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 check-reqs 5e40a693d9c828e8f3655184116e8b73 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 libtool f143db5a74ccd9ca28c1234deffede96 llvm 5dbc14df2333105b7c006124ead9bf3f ltprune 2729691420b6deeda2a90b1f1183fb55 mozcoreconf-v6 421fbfb443b64f7f1e2e3dd5bb739541 mozextension f47f008a138943f9e40e37c1fca10b24 mozlinguas-v2 7559b4e56a88d67da4e96e77296f723c multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 pax-utils a41d1fd1c111289ffa04490de6ee79d7 preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 b5f01473006ccc2cd78bc3dab20fced4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 virtualx 53625127887b62eabb9ec61d3d943462 xdg-utils ff2ff954e6b17929574eee4efc5152ba -_md5_=a079d5d38caf50031bf8b317f11ab3a0 diff --git a/metadata/md5-cache/www-client/firefox-70.0 b/metadata/md5-cache/www-client/firefox-70.0 index a3a8612ce6ac..7e2977ac35d2 100644 --- a/metadata/md5-cache/www-client/firefox-70.0 +++ b/metadata/md5-cache/www-client/firefox-70.0 @@ -12,4 +12,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/ach.xpi -> firefox-70.0-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/af.xpi -> firefox-70.0-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/an.xpi -> firefox-70.0-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/ar.xpi -> firefox-70.0-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/ast.xpi -> firefox-70.0-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/az.xpi -> firefox-70.0-az.xpi ) l10n_be? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/be.xpi -> firefox-70.0-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/bg.xpi -> firefox-70.0-bg.xpi ) l10n_bn? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/bn.xpi -> firefox-70.0-bn.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/br.xpi -> firefox-70.0-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/bs.xpi -> firefox-70.0-bs.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/ca.xpi -> firefox-70.0-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/cak.xpi -> firefox-70.0-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/cs.xpi -> firefox-70.0-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/cy.xpi -> firefox-70.0-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/da.xpi -> firefox-70.0-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/de.xpi -> firefox-70.0-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/dsb.xpi -> firefox-70.0-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/el.xpi -> firefox-70.0-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/en-CA.xpi -> firefox-70.0-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/en-GB.xpi -> firefox-70.0-en-GB.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/eo.xpi -> firefox-70.0-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/es-AR.xpi -> firefox-70.0-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/es-CL.xpi -> firefox-70.0-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/es-ES.xpi -> firefox-70.0-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/es-MX.xpi -> firefox-70.0-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/et.xpi -> firefox-70.0-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/eu.xpi -> firefox-70.0-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/fa.xpi -> firefox-70.0-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/ff.xpi -> firefox-70.0-ff.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/fi.xpi -> firefox-70.0-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/fr.xpi -> firefox-70.0-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/fy-NL.xpi -> firefox-70.0-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/ga-IE.xpi -> firefox-70.0-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/gd.xpi -> firefox-70.0-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/gl.xpi -> firefox-70.0-gl.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/gn.xpi -> firefox-70.0-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/gu-IN.xpi -> firefox-70.0-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/he.xpi -> firefox-70.0-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/hi-IN.xpi -> firefox-70.0-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/hr.xpi -> firefox-70.0-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/hsb.xpi -> firefox-70.0-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/hu.xpi -> firefox-70.0-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/hy-AM.xpi -> firefox-70.0-hy-AM.xpi ) l10n_ia? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/ia.xpi -> firefox-70.0-ia.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/id.xpi -> firefox-70.0-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/is.xpi -> firefox-70.0-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/it.xpi -> firefox-70.0-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/ja.xpi -> firefox-70.0-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/ka.xpi -> firefox-70.0-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/kab.xpi -> firefox-70.0-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/kk.xpi -> firefox-70.0-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/km.xpi -> firefox-70.0-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/kn.xpi -> firefox-70.0-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/ko.xpi -> firefox-70.0-ko.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/lij.xpi -> firefox-70.0-lij.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/lt.xpi -> firefox-70.0-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/lv.xpi -> firefox-70.0-lv.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/mk.xpi -> firefox-70.0-mk.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/mr.xpi -> firefox-70.0-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/ms.xpi -> firefox-70.0-ms.xpi ) l10n_my? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/my.xpi -> firefox-70.0-my.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/nb-NO.xpi -> firefox-70.0-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/nl.xpi -> firefox-70.0-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/nn-NO.xpi -> firefox-70.0-nn-NO.xpi ) l10n_oc? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/oc.xpi -> firefox-70.0-oc.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/pa-IN.xpi -> firefox-70.0-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/pl.xpi -> firefox-70.0-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/pt-BR.xpi -> firefox-70.0-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/pt-PT.xpi -> firefox-70.0-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/rm.xpi -> firefox-70.0-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/ro.xpi -> firefox-70.0-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/ru.xpi -> firefox-70.0-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/si.xpi -> firefox-70.0-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/sk.xpi -> firefox-70.0-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/sl.xpi -> firefox-70.0-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/son.xpi -> firefox-70.0-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/sq.xpi -> firefox-70.0-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/sr.xpi -> firefox-70.0-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/sv-SE.xpi -> firefox-70.0-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/ta.xpi -> firefox-70.0-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/te.xpi -> firefox-70.0-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/th.xpi -> firefox-70.0-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/tr.xpi -> firefox-70.0-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/uk.xpi -> firefox-70.0-uk.xpi ) l10n_ur? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/ur.xpi -> firefox-70.0-ur.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/uz.xpi -> firefox-70.0-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/vi.xpi -> firefox-70.0-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/xh.xpi -> firefox-70.0-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/zh-CN.xpi -> firefox-70.0-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/70.0/linux-i686/xpi/zh-TW.xpi -> firefox-70.0-zh-TW.xpi ) https://archive.mozilla.org/pub/firefox/releases/70.0/source/firefox-70.0.source.tar.xz https://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-70.0-patches-03.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/firefox-70.0-patches-03.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-70.0-patches-03.tar.xz https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-70.0-patches-03.tar.xz _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 check-reqs 5e40a693d9c828e8f3655184116e8b73 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 libtool f143db5a74ccd9ca28c1234deffede96 llvm 5dbc14df2333105b7c006124ead9bf3f ltprune 2729691420b6deeda2a90b1f1183fb55 mozcoreconf-v6 421fbfb443b64f7f1e2e3dd5bb739541 mozextension f47f008a138943f9e40e37c1fca10b24 mozlinguas-v2 7559b4e56a88d67da4e96e77296f723c multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 pax-utils a41d1fd1c111289ffa04490de6ee79d7 preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 b5f01473006ccc2cd78bc3dab20fced4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 virtualx 53625127887b62eabb9ec61d3d943462 xdg-utils ff2ff954e6b17929574eee4efc5152ba -_md5_=89336be263f6021e38927a8b248d2307 +_md5_=534b34490a627ccf1109959b934db274 diff --git a/metadata/md5-cache/www-client/firefox-70.0.1 b/metadata/md5-cache/www-client/firefox-70.0.1 new file mode 100644 index 000000000000..fd765e84c114 --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-70.0.1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup unpack +DEPEND=>=dev-libs/nss-3.46.1 >=dev-libs/nspr-4.22 dev-libs/atk dev-libs/expat >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 >=x11-libs/gtk+-3.4.0:3[X] x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/libpng-1.6.35:0=[apng] >=media-libs/mesa-10.2:* media-libs/fontconfig >=media-libs/freetype-2.4.10 kernel_linux? ( !pulseaudio? ( media-libs/alsa-lib ) ) virtual/freedesktop-icon-theme sys-apps/dbus dev-libs/dbus-glib startup-notification? ( >=x11-libs/startup-notification-0.8 ) >=x11-libs/pixman-0.19.2 >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10:= virtual/ffmpeg x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt system-av1? ( >=media-libs/dav1d-0.3.0:= >=media-libs/libaom-1.0.0:= ) system-harfbuzz? ( >=media-libs/harfbuzz-2.5.3:0= >=media-gfx/graphite2-1.3.13 ) system-icu? ( >=dev-libs/icu-63.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.0:0=[threads] ) system-libvpx? ( =media-libs/libvpx-1.7*:0=[postproc] ) system-sqlite? ( >=dev-db/sqlite-3.29.0:3[secure-delete,debug=] ) system-webp? ( >=media-libs/libwebp-1.0.2:0= ) wifi? ( kernel_linux? ( net-misc/networkmanager ) ) jack? ( virtual/jack ) selinux? ( sec-policy/selinux-mozilla ) app-arch/zip app-arch/unzip >=dev-util/cbindgen-0.9.1 >=net-libs/nodejs-8.11.0 >=sys-devel/binutils-2.30 sys-apps/findutils || ( ( sys-devel/clang:9 !clang? ( sys-devel/llvm:9 ) clang? ( =sys-devel/lld-9* sys-devel/llvm:9[gold] pgo? ( =sys-libs/compiler-rt-sanitizers-9*[profile] ) ) ) ( sys-devel/clang:8 !clang? ( sys-devel/llvm:8 ) clang? ( =sys-devel/lld-8* sys-devel/llvm:8[gold] pgo? ( =sys-libs/compiler-rt-sanitizers-8*[profile] ) ) ) ( sys-devel/clang:7 !clang? ( sys-devel/llvm:7 ) clang? ( =sys-devel/lld-7* sys-devel/llvm:7[gold] pgo? ( =sys-libs/compiler-rt-sanitizers-7*[profile] ) ) ) ( sys-devel/clang:6 !clang? ( sys-devel/llvm:6 ) clang? ( =sys-devel/lld-6* sys-devel/llvm:6[gold] pgo? ( =sys-libs/compiler-rt-sanitizers-6*[profile] ) ) ) ) pulseaudio? ( media-sound/pulseaudio ) >=virtual/rust-1.36.0 wayland? ( >=x11-libs/gtk+-3.11:3[wayland] ) amd64? ( >=dev-lang/yasm-1.1 virtual/opengl ) x86? ( >=dev-lang/yasm-1.1 virtual/opengl ) !system-av1? ( amd64? ( >=dev-lang/nasm-2.13 ) x86? ( >=dev-lang/nasm-2.13 ) ) virtual/pkgconfig dev-lang/python:2.7[ncurses,sqlite,ssl,threads(+)] || ( dev-lang/python:3.7[ncurses,sqlite,ssl,threads(+)] dev-lang/python:3.6[ncurses,sqlite,ssl,threads(+)] dev-lang/python:3.5[ncurses,sqlite,ssl,threads(+)] ) >=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) ~sys-devel/autoconf-2.13 >=sys-devel/libtool-2.4 app-arch/unzip pgo? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DESCRIPTION=Firefox Web Browser +EAPI=6 +HOMEPAGE=https://www.mozilla.com/firefox +IUSE=bindist clang cpu_flags_x86_avx2 debug eme-free geckodriver +gmp-autoupdate hardened hwaccel jack lto neon pgo pulseaudio +screenshot selinux startup-notification +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-sqlite +system-libvpx +system-webp test wayland wifi custom-cflags custom-optimization l10n_ach l10n_af l10n_an l10n_ar l10n_ast l10n_az l10n_be l10n_bg l10n_bn l10n_br l10n_bs l10n_ca l10n_cak l10n_cs l10n_cy l10n_da l10n_de l10n_dsb l10n_el l10n_en-CA l10n_en-GB l10n_eo l10n_es-AR l10n_es-CL l10n_es-ES l10n_es-MX l10n_et l10n_eu l10n_fa l10n_ff l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_gn l10n_gu l10n_he l10n_hi l10n_hr l10n_hsb l10n_hu l10n_hy l10n_ia l10n_id l10n_is l10n_it l10n_ja l10n_ka l10n_kab l10n_kk l10n_km l10n_kn l10n_ko l10n_lij l10n_lt l10n_lv l10n_mk l10n_mr l10n_ms l10n_my l10n_nb l10n_nl l10n_nn l10n_oc l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_si l10n_sk l10n_sl l10n_son l10n_sq l10n_sr l10n_sv l10n_ta l10n_te l10n_th l10n_tr l10n_uk l10n_ur l10n_uz l10n_vi l10n_xh l10n_zh-CN l10n_zh-TW pgo +KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86 +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=>=dev-libs/nss-3.46.1 >=dev-libs/nspr-4.22 dev-libs/atk dev-libs/expat >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 >=x11-libs/gtk+-3.4.0:3[X] x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/libpng-1.6.35:0=[apng] >=media-libs/mesa-10.2:* media-libs/fontconfig >=media-libs/freetype-2.4.10 kernel_linux? ( !pulseaudio? ( media-libs/alsa-lib ) ) virtual/freedesktop-icon-theme sys-apps/dbus dev-libs/dbus-glib startup-notification? ( >=x11-libs/startup-notification-0.8 ) >=x11-libs/pixman-0.19.2 >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10:= virtual/ffmpeg x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt system-av1? ( >=media-libs/dav1d-0.3.0:= >=media-libs/libaom-1.0.0:= ) system-harfbuzz? ( >=media-libs/harfbuzz-2.5.3:0= >=media-gfx/graphite2-1.3.13 ) system-icu? ( >=dev-libs/icu-63.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.0:0=[threads] ) system-libvpx? ( =media-libs/libvpx-1.7*:0=[postproc] ) system-sqlite? ( >=dev-db/sqlite-3.29.0:3[secure-delete,debug=] ) system-webp? ( >=media-libs/libwebp-1.0.2:0= ) wifi? ( kernel_linux? ( net-misc/networkmanager ) ) jack? ( virtual/jack ) selinux? ( sec-policy/selinux-mozilla ) jack? ( virtual/jack ) pulseaudio? ( || ( media-sound/pulseaudio >=media-sound/apulse-0.1.9 ) ) selinux? ( sec-policy/selinux-mozilla ) +REQUIRED_USE=pgo? ( lto ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/ach.xpi -> firefox-70.0.1-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/af.xpi -> firefox-70.0.1-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/an.xpi -> firefox-70.0.1-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/ar.xpi -> firefox-70.0.1-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/ast.xpi -> firefox-70.0.1-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/az.xpi -> firefox-70.0.1-az.xpi ) l10n_be? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/be.xpi -> firefox-70.0.1-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/bg.xpi -> firefox-70.0.1-bg.xpi ) l10n_bn? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/bn.xpi -> firefox-70.0.1-bn.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/br.xpi -> firefox-70.0.1-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/bs.xpi -> firefox-70.0.1-bs.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/ca.xpi -> firefox-70.0.1-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/cak.xpi -> firefox-70.0.1-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/cs.xpi -> firefox-70.0.1-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/cy.xpi -> firefox-70.0.1-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/da.xpi -> firefox-70.0.1-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/de.xpi -> firefox-70.0.1-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/dsb.xpi -> firefox-70.0.1-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/el.xpi -> firefox-70.0.1-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/en-CA.xpi -> firefox-70.0.1-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/en-GB.xpi -> firefox-70.0.1-en-GB.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/eo.xpi -> firefox-70.0.1-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/es-AR.xpi -> firefox-70.0.1-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/es-CL.xpi -> firefox-70.0.1-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/es-ES.xpi -> firefox-70.0.1-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/es-MX.xpi -> firefox-70.0.1-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/et.xpi -> firefox-70.0.1-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/eu.xpi -> firefox-70.0.1-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/fa.xpi -> firefox-70.0.1-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/ff.xpi -> firefox-70.0.1-ff.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/fi.xpi -> firefox-70.0.1-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/fr.xpi -> firefox-70.0.1-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/fy-NL.xpi -> firefox-70.0.1-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/ga-IE.xpi -> firefox-70.0.1-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/gd.xpi -> firefox-70.0.1-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/gl.xpi -> firefox-70.0.1-gl.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/gn.xpi -> firefox-70.0.1-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/gu-IN.xpi -> firefox-70.0.1-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/he.xpi -> firefox-70.0.1-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/hi-IN.xpi -> firefox-70.0.1-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/hr.xpi -> firefox-70.0.1-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/hsb.xpi -> firefox-70.0.1-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/hu.xpi -> firefox-70.0.1-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/hy-AM.xpi -> firefox-70.0.1-hy-AM.xpi ) l10n_ia? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/ia.xpi -> firefox-70.0.1-ia.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/id.xpi -> firefox-70.0.1-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/is.xpi -> firefox-70.0.1-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/it.xpi -> firefox-70.0.1-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/ja.xpi -> firefox-70.0.1-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/ka.xpi -> firefox-70.0.1-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/kab.xpi -> firefox-70.0.1-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/kk.xpi -> firefox-70.0.1-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/km.xpi -> firefox-70.0.1-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/kn.xpi -> firefox-70.0.1-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/ko.xpi -> firefox-70.0.1-ko.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/lij.xpi -> firefox-70.0.1-lij.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/lt.xpi -> firefox-70.0.1-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/lv.xpi -> firefox-70.0.1-lv.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/mk.xpi -> firefox-70.0.1-mk.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/mr.xpi -> firefox-70.0.1-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/ms.xpi -> firefox-70.0.1-ms.xpi ) l10n_my? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/my.xpi -> firefox-70.0.1-my.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/nb-NO.xpi -> firefox-70.0.1-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/nl.xpi -> firefox-70.0.1-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/nn-NO.xpi -> firefox-70.0.1-nn-NO.xpi ) l10n_oc? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/oc.xpi -> firefox-70.0.1-oc.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/pa-IN.xpi -> firefox-70.0.1-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/pl.xpi -> firefox-70.0.1-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/pt-BR.xpi -> firefox-70.0.1-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/pt-PT.xpi -> firefox-70.0.1-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/rm.xpi -> firefox-70.0.1-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/ro.xpi -> firefox-70.0.1-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/ru.xpi -> firefox-70.0.1-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/si.xpi -> firefox-70.0.1-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/sk.xpi -> firefox-70.0.1-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/sl.xpi -> firefox-70.0.1-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/son.xpi -> firefox-70.0.1-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/sq.xpi -> firefox-70.0.1-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/sr.xpi -> firefox-70.0.1-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/sv-SE.xpi -> firefox-70.0.1-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/ta.xpi -> firefox-70.0.1-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/te.xpi -> firefox-70.0.1-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/th.xpi -> firefox-70.0.1-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/tr.xpi -> firefox-70.0.1-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/uk.xpi -> firefox-70.0.1-uk.xpi ) l10n_ur? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/ur.xpi -> firefox-70.0.1-ur.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/uz.xpi -> firefox-70.0.1-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/vi.xpi -> firefox-70.0.1-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/xh.xpi -> firefox-70.0.1-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/zh-CN.xpi -> firefox-70.0.1-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/70.0.1/linux-i686/xpi/zh-TW.xpi -> firefox-70.0.1-zh-TW.xpi ) https://archive.mozilla.org/pub/firefox/releases/70.0.1/source/firefox-70.0.1.source.tar.xz https://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-70.0-patches-03.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/firefox-70.0-patches-03.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-70.0-patches-03.tar.xz https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-70.0-patches-03.tar.xz +_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 check-reqs 5e40a693d9c828e8f3655184116e8b73 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 8a43b9830f1e64a7a5fc0a276afa0275 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 libtool f143db5a74ccd9ca28c1234deffede96 llvm 5dbc14df2333105b7c006124ead9bf3f ltprune 2729691420b6deeda2a90b1f1183fb55 mozcoreconf-v6 421fbfb443b64f7f1e2e3dd5bb739541 mozextension f47f008a138943f9e40e37c1fca10b24 mozlinguas-v2 7559b4e56a88d67da4e96e77296f723c multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 pax-utils a41d1fd1c111289ffa04490de6ee79d7 preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 b5f01473006ccc2cd78bc3dab20fced4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 virtualx 53625127887b62eabb9ec61d3d943462 xdg-utils ff2ff954e6b17929574eee4efc5152ba +_md5_=534b34490a627ccf1109959b934db274 diff --git a/metadata/md5-cache/www-client/firefox-bin-70.0 b/metadata/md5-cache/www-client/firefox-bin-70.0 deleted file mode 100644 index ab609f5dc33b..000000000000 --- a/metadata/md5-cache/www-client/firefox-bin-70.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm unpack -DEPEND=app-arch/unzip app-arch/unzip -DESCRIPTION=Firefox Web Browser -EAPI=6 -HOMEPAGE=https://www.mozilla.org/en-US/firefox/ -IUSE=+ffmpeg +pulseaudio selinux startup-notification l10n_ach l10n_af l10n_an l10n_ar l10n_ast l10n_az l10n_be l10n_bg l10n_bn l10n_br l10n_bs l10n_ca l10n_cak l10n_cs l10n_cy l10n_da l10n_de l10n_dsb l10n_el l10n_en-CA l10n_en-GB l10n_eo l10n_es-AR l10n_es-CL l10n_es-ES l10n_es-MX l10n_et l10n_eu l10n_fa l10n_ff l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_gn l10n_gu l10n_he l10n_hi l10n_hr l10n_hsb l10n_hu l10n_hy l10n_ia l10n_id l10n_is l10n_it l10n_ja l10n_ka l10n_kab l10n_kk l10n_km l10n_kn l10n_ko l10n_lij l10n_lt l10n_lv l10n_mk l10n_mr l10n_ms l10n_my l10n_nb l10n_nl l10n_nn l10n_oc l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_si l10n_sk l10n_sl l10n_son l10n_sq l10n_sr l10n_sv l10n_ta l10n_te l10n_th l10n_tr l10n_uk l10n_ur l10n_uz l10n_vi l10n_xh l10n_zh-CN l10n_zh-TW -KEYWORDS=-* amd64 x86 -LICENSE=MPL-2.0 GPL-2 LGPL-2.1 -RDEPEND=dev-libs/atk >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 >=dev-libs/glib-2.26:2 media-libs/fontconfig >=media-libs/freetype-2.4.10 >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf >=x11-libs/gtk+-2.18:2 >=x11-libs/gtk+-3.4.0:3 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt >=x11-libs/pango-1.22.0 virtual/freedesktop-icon-theme pulseaudio? ( ! firefox-70.0-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/af.xpi -> firefox-70.0-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/an.xpi -> firefox-70.0-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/ar.xpi -> firefox-70.0-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/ast.xpi -> firefox-70.0-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/az.xpi -> firefox-70.0-az.xpi ) l10n_be? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/be.xpi -> firefox-70.0-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/bg.xpi -> firefox-70.0-bg.xpi ) l10n_bn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/bn.xpi -> firefox-70.0-bn.xpi ) l10n_br? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/br.xpi -> firefox-70.0-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/bs.xpi -> firefox-70.0-bs.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/ca.xpi -> firefox-70.0-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/cak.xpi -> firefox-70.0-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/cs.xpi -> firefox-70.0-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/cy.xpi -> firefox-70.0-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/da.xpi -> firefox-70.0-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/de.xpi -> firefox-70.0-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/dsb.xpi -> firefox-70.0-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/el.xpi -> firefox-70.0-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/en-CA.xpi -> firefox-70.0-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/en-GB.xpi -> firefox-70.0-en-GB.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/eo.xpi -> firefox-70.0-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/es-AR.xpi -> firefox-70.0-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/es-CL.xpi -> firefox-70.0-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/es-ES.xpi -> firefox-70.0-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/es-MX.xpi -> firefox-70.0-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/et.xpi -> firefox-70.0-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/eu.xpi -> firefox-70.0-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/fa.xpi -> firefox-70.0-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/ff.xpi -> firefox-70.0-ff.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/fi.xpi -> firefox-70.0-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/fr.xpi -> firefox-70.0-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/fy-NL.xpi -> firefox-70.0-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/ga-IE.xpi -> firefox-70.0-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/gd.xpi -> firefox-70.0-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/gl.xpi -> firefox-70.0-gl.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/gn.xpi -> firefox-70.0-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/gu-IN.xpi -> firefox-70.0-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/he.xpi -> firefox-70.0-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/hi-IN.xpi -> firefox-70.0-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/hr.xpi -> firefox-70.0-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/hsb.xpi -> firefox-70.0-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/hu.xpi -> firefox-70.0-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/hy-AM.xpi -> firefox-70.0-hy-AM.xpi ) l10n_ia? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/ia.xpi -> firefox-70.0-ia.xpi ) l10n_id? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/id.xpi -> firefox-70.0-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/is.xpi -> firefox-70.0-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/it.xpi -> firefox-70.0-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/ja.xpi -> firefox-70.0-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/ka.xpi -> firefox-70.0-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/kab.xpi -> firefox-70.0-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/kk.xpi -> firefox-70.0-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/km.xpi -> firefox-70.0-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/kn.xpi -> firefox-70.0-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/ko.xpi -> firefox-70.0-ko.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/lij.xpi -> firefox-70.0-lij.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/lt.xpi -> firefox-70.0-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/lv.xpi -> firefox-70.0-lv.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/mk.xpi -> firefox-70.0-mk.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/mr.xpi -> firefox-70.0-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/ms.xpi -> firefox-70.0-ms.xpi ) l10n_my? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/my.xpi -> firefox-70.0-my.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/nb-NO.xpi -> firefox-70.0-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/nl.xpi -> firefox-70.0-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/nn-NO.xpi -> firefox-70.0-nn-NO.xpi ) l10n_oc? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/oc.xpi -> firefox-70.0-oc.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/pa-IN.xpi -> firefox-70.0-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/pl.xpi -> firefox-70.0-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/pt-BR.xpi -> firefox-70.0-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/pt-PT.xpi -> firefox-70.0-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/rm.xpi -> firefox-70.0-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/ro.xpi -> firefox-70.0-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/ru.xpi -> firefox-70.0-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/si.xpi -> firefox-70.0-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/sk.xpi -> firefox-70.0-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/sl.xpi -> firefox-70.0-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/son.xpi -> firefox-70.0-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/sq.xpi -> firefox-70.0-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/sr.xpi -> firefox-70.0-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/sv-SE.xpi -> firefox-70.0-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/ta.xpi -> firefox-70.0-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/te.xpi -> firefox-70.0-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/th.xpi -> firefox-70.0-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/tr.xpi -> firefox-70.0-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/uk.xpi -> firefox-70.0-uk.xpi ) l10n_ur? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/ur.xpi -> firefox-70.0-ur.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/uz.xpi -> firefox-70.0-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/vi.xpi -> firefox-70.0-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/xh.xpi -> firefox-70.0-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/zh-CN.xpi -> firefox-70.0-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0/linux-i686/xpi/zh-TW.xpi -> firefox-70.0-zh-TW.xpi ) amd64? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases/70.0/linux-x86_64/en-US/firefox-70.0.tar.bz2 -> firefox-bin_x86_64-70.0.tar.bz2 ) x86? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases/70.0/linux-i686/en-US/firefox-70.0.tar.bz2 -> firefox-bin_i686-70.0.tar.bz2 ) -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 mozextension f47f008a138943f9e40e37c1fca10b24 mozlinguas-v2 7559b4e56a88d67da4e96e77296f723c multilib 1d91b03d42ab6308b5f4f6b598ed110e nsplugins 2049586e425364a1c5bdb004205d1758 pax-utils a41d1fd1c111289ffa04490de6ee79d7 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg-utils ff2ff954e6b17929574eee4efc5152ba -_md5_=12ce9c2dd45c7f994fc47879fb94dafb diff --git a/metadata/md5-cache/www-client/firefox-bin-70.0.1 b/metadata/md5-cache/www-client/firefox-bin-70.0.1 new file mode 100644 index 000000000000..7cd0eda6371f --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-bin-70.0.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm unpack +DEPEND=app-arch/unzip app-arch/unzip +DESCRIPTION=Firefox Web Browser +EAPI=6 +HOMEPAGE=https://www.mozilla.org/en-US/firefox/ +IUSE=+ffmpeg +pulseaudio selinux startup-notification l10n_ach l10n_af l10n_an l10n_ar l10n_ast l10n_az l10n_be l10n_bg l10n_bn l10n_br l10n_bs l10n_ca l10n_cak l10n_cs l10n_cy l10n_da l10n_de l10n_dsb l10n_el l10n_en-CA l10n_en-GB l10n_eo l10n_es-AR l10n_es-CL l10n_es-ES l10n_es-MX l10n_et l10n_eu l10n_fa l10n_ff l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_gn l10n_gu l10n_he l10n_hi l10n_hr l10n_hsb l10n_hu l10n_hy l10n_ia l10n_id l10n_is l10n_it l10n_ja l10n_ka l10n_kab l10n_kk l10n_km l10n_kn l10n_ko l10n_lij l10n_lt l10n_lv l10n_mk l10n_mr l10n_ms l10n_my l10n_nb l10n_nl l10n_nn l10n_oc l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_si l10n_sk l10n_sl l10n_son l10n_sq l10n_sr l10n_sv l10n_ta l10n_te l10n_th l10n_tr l10n_uk l10n_ur l10n_uz l10n_vi l10n_xh l10n_zh-CN l10n_zh-TW +KEYWORDS=-* amd64 x86 +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=dev-libs/atk >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 >=dev-libs/glib-2.26:2 media-libs/fontconfig >=media-libs/freetype-2.4.10 >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf >=x11-libs/gtk+-2.18:2 >=x11-libs/gtk+-3.4.0:3 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt >=x11-libs/pango-1.22.0 virtual/freedesktop-icon-theme pulseaudio? ( ! firefox-70.0.1-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/af.xpi -> firefox-70.0.1-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/an.xpi -> firefox-70.0.1-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/ar.xpi -> firefox-70.0.1-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/ast.xpi -> firefox-70.0.1-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/az.xpi -> firefox-70.0.1-az.xpi ) l10n_be? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/be.xpi -> firefox-70.0.1-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/bg.xpi -> firefox-70.0.1-bg.xpi ) l10n_bn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/bn.xpi -> firefox-70.0.1-bn.xpi ) l10n_br? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/br.xpi -> firefox-70.0.1-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/bs.xpi -> firefox-70.0.1-bs.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/ca.xpi -> firefox-70.0.1-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/cak.xpi -> firefox-70.0.1-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/cs.xpi -> firefox-70.0.1-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/cy.xpi -> firefox-70.0.1-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/da.xpi -> firefox-70.0.1-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/de.xpi -> firefox-70.0.1-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/dsb.xpi -> firefox-70.0.1-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/el.xpi -> firefox-70.0.1-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/en-CA.xpi -> firefox-70.0.1-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/en-GB.xpi -> firefox-70.0.1-en-GB.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/eo.xpi -> firefox-70.0.1-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/es-AR.xpi -> firefox-70.0.1-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/es-CL.xpi -> firefox-70.0.1-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/es-ES.xpi -> firefox-70.0.1-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/es-MX.xpi -> firefox-70.0.1-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/et.xpi -> firefox-70.0.1-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/eu.xpi -> firefox-70.0.1-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/fa.xpi -> firefox-70.0.1-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/ff.xpi -> firefox-70.0.1-ff.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/fi.xpi -> firefox-70.0.1-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/fr.xpi -> firefox-70.0.1-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/fy-NL.xpi -> firefox-70.0.1-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/ga-IE.xpi -> firefox-70.0.1-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/gd.xpi -> firefox-70.0.1-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/gl.xpi -> firefox-70.0.1-gl.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/gn.xpi -> firefox-70.0.1-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/gu-IN.xpi -> firefox-70.0.1-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/he.xpi -> firefox-70.0.1-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/hi-IN.xpi -> firefox-70.0.1-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/hr.xpi -> firefox-70.0.1-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/hsb.xpi -> firefox-70.0.1-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/hu.xpi -> firefox-70.0.1-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/hy-AM.xpi -> firefox-70.0.1-hy-AM.xpi ) l10n_ia? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/ia.xpi -> firefox-70.0.1-ia.xpi ) l10n_id? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/id.xpi -> firefox-70.0.1-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/is.xpi -> firefox-70.0.1-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/it.xpi -> firefox-70.0.1-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/ja.xpi -> firefox-70.0.1-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/ka.xpi -> firefox-70.0.1-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/kab.xpi -> firefox-70.0.1-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/kk.xpi -> firefox-70.0.1-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/km.xpi -> firefox-70.0.1-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/kn.xpi -> firefox-70.0.1-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/ko.xpi -> firefox-70.0.1-ko.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/lij.xpi -> firefox-70.0.1-lij.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/lt.xpi -> firefox-70.0.1-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/lv.xpi -> firefox-70.0.1-lv.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/mk.xpi -> firefox-70.0.1-mk.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/mr.xpi -> firefox-70.0.1-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/ms.xpi -> firefox-70.0.1-ms.xpi ) l10n_my? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/my.xpi -> firefox-70.0.1-my.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/nb-NO.xpi -> firefox-70.0.1-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/nl.xpi -> firefox-70.0.1-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/nn-NO.xpi -> firefox-70.0.1-nn-NO.xpi ) l10n_oc? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/oc.xpi -> firefox-70.0.1-oc.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/pa-IN.xpi -> firefox-70.0.1-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/pl.xpi -> firefox-70.0.1-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/pt-BR.xpi -> firefox-70.0.1-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/pt-PT.xpi -> firefox-70.0.1-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/rm.xpi -> firefox-70.0.1-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/ro.xpi -> firefox-70.0.1-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/ru.xpi -> firefox-70.0.1-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/si.xpi -> firefox-70.0.1-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/sk.xpi -> firefox-70.0.1-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/sl.xpi -> firefox-70.0.1-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/son.xpi -> firefox-70.0.1-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/sq.xpi -> firefox-70.0.1-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/sr.xpi -> firefox-70.0.1-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/sv-SE.xpi -> firefox-70.0.1-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/ta.xpi -> firefox-70.0.1-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/te.xpi -> firefox-70.0.1-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/th.xpi -> firefox-70.0.1-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/tr.xpi -> firefox-70.0.1-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/uk.xpi -> firefox-70.0.1-uk.xpi ) l10n_ur? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/ur.xpi -> firefox-70.0.1-ur.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/uz.xpi -> firefox-70.0.1-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/vi.xpi -> firefox-70.0.1-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/xh.xpi -> firefox-70.0.1-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/zh-CN.xpi -> firefox-70.0.1-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//70.0.1/linux-i686/xpi/zh-TW.xpi -> firefox-70.0.1-zh-TW.xpi ) amd64? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases/70.0.1/linux-x86_64/en-US/firefox-70.0.1.tar.bz2 -> firefox-bin_x86_64-70.0.1.tar.bz2 ) x86? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases/70.0.1/linux-i686/en-US/firefox-70.0.1.tar.bz2 -> firefox-bin_i686-70.0.1.tar.bz2 ) +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 mozextension f47f008a138943f9e40e37c1fca10b24 mozlinguas-v2 7559b4e56a88d67da4e96e77296f723c multilib 1d91b03d42ab6308b5f4f6b598ed110e nsplugins 2049586e425364a1c5bdb004205d1758 pax-utils a41d1fd1c111289ffa04490de6ee79d7 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg-utils ff2ff954e6b17929574eee4efc5152ba +_md5_=12ce9c2dd45c7f994fc47879fb94dafb diff --git a/metadata/md5-cache/www-client/google-chrome-78.0.3904.70 b/metadata/md5-cache/www-client/google-chrome-78.0.3904.87 similarity index 97% rename from metadata/md5-cache/www-client/google-chrome-78.0.3904.70 rename to metadata/md5-cache/www-client/google-chrome-78.0.3904.87 index 823bf85244b6..24f9caf24dd4 100644 --- a/metadata/md5-cache/www-client/google-chrome-78.0.3904.70 +++ b/metadata/md5-cache/www-client/google-chrome-78.0.3904.87 @@ -8,6 +8,6 @@ LICENSE=google-chrome RDEPEND=app-accessibility/at-spi2-atk:2 app-arch/bzip2 app-misc/ca-certificates dev-libs/atk dev-libs/expat dev-libs/glib:2 dev-libs/nspr >=dev-libs/nss-3.26 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype:2 net-print/cups sys-apps/dbus sys-libs/libcap x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3[X] >=x11-libs/libX11-1.5.0 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/libXScrnSaver x11-libs/libXtst x11-libs/libxcb x11-libs/pango x11-misc/xdg-utils selinux? ( sec-policy/selinux-chromium ) RESTRICT=bindist mirror strip SLOT=0 -SRC_URI=https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_78.0.3904.70-1_amd64.deb +SRC_URI=https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_78.0.3904.87-1_amd64.deb _eclasses_=chromium-2 92ff174aa2b13d6ea0c4539533f0b2de desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 linux-info 953c3b1c472dcadbf62098a9301327f2 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e pax-utils a41d1fd1c111289ffa04490de6ee79d7 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a unpacker 3cd8bad0d31e525cd26be1bfa4e61631 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils ff2ff954e6b17929574eee4efc5152ba _md5_=146ddbef1d7c424d98cde894f326357f diff --git a/metadata/md5-cache/www-client/google-chrome-beta-78.0.3904.70 b/metadata/md5-cache/www-client/google-chrome-beta-79.0.3945.16 similarity index 97% rename from metadata/md5-cache/www-client/google-chrome-beta-78.0.3904.70 rename to metadata/md5-cache/www-client/google-chrome-beta-79.0.3945.16 index 4867fd8bb55e..9dedf35b221b 100644 --- a/metadata/md5-cache/www-client/google-chrome-beta-78.0.3904.70 +++ b/metadata/md5-cache/www-client/google-chrome-beta-79.0.3945.16 @@ -8,6 +8,6 @@ LICENSE=google-chrome RDEPEND=app-accessibility/at-spi2-atk:2 app-arch/bzip2 app-misc/ca-certificates dev-libs/atk dev-libs/expat dev-libs/glib:2 dev-libs/nspr >=dev-libs/nss-3.26 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype:2 net-print/cups sys-apps/dbus sys-libs/libcap x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3[X] >=x11-libs/libX11-1.5.0 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/libXScrnSaver x11-libs/libXtst x11-libs/libxcb x11-libs/pango x11-misc/xdg-utils selinux? ( sec-policy/selinux-chromium ) RESTRICT=bindist mirror strip SLOT=0 -SRC_URI=https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_78.0.3904.70-1_amd64.deb +SRC_URI=https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_79.0.3945.16-1_amd64.deb _eclasses_=chromium-2 92ff174aa2b13d6ea0c4539533f0b2de desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 linux-info 953c3b1c472dcadbf62098a9301327f2 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e pax-utils a41d1fd1c111289ffa04490de6ee79d7 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a unpacker 3cd8bad0d31e525cd26be1bfa4e61631 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils ff2ff954e6b17929574eee4efc5152ba _md5_=146ddbef1d7c424d98cde894f326357f diff --git a/metadata/md5-cache/www-client/google-chrome-unstable-79.0.3945.8 b/metadata/md5-cache/www-client/google-chrome-unstable-79.0.3945.16 similarity index 97% rename from metadata/md5-cache/www-client/google-chrome-unstable-79.0.3945.8 rename to metadata/md5-cache/www-client/google-chrome-unstable-79.0.3945.16 index f3a54dfa3724..49a6e382c3cf 100644 --- a/metadata/md5-cache/www-client/google-chrome-unstable-79.0.3945.8 +++ b/metadata/md5-cache/www-client/google-chrome-unstable-79.0.3945.16 @@ -8,6 +8,6 @@ LICENSE=google-chrome RDEPEND=app-accessibility/at-spi2-atk:2 app-arch/bzip2 app-misc/ca-certificates dev-libs/atk dev-libs/expat dev-libs/glib:2 dev-libs/nspr >=dev-libs/nss-3.26 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype:2 net-print/cups sys-apps/dbus sys-libs/libcap x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3[X] >=x11-libs/libX11-1.5.0 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/libXScrnSaver x11-libs/libXtst x11-libs/libxcb x11-libs/pango x11-misc/xdg-utils selinux? ( sec-policy/selinux-chromium ) RESTRICT=bindist mirror strip SLOT=0 -SRC_URI=https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_79.0.3945.8-1_amd64.deb +SRC_URI=https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_79.0.3945.16-1_amd64.deb _eclasses_=chromium-2 92ff174aa2b13d6ea0c4539533f0b2de desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 linux-info 953c3b1c472dcadbf62098a9301327f2 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e pax-utils a41d1fd1c111289ffa04490de6ee79d7 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a unpacker 3cd8bad0d31e525cd26be1bfa4e61631 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils ff2ff954e6b17929574eee4efc5152ba _md5_=146ddbef1d7c424d98cde894f326357f diff --git a/metadata/md5-cache/www-client/opera-developer-66.0.3480.0 b/metadata/md5-cache/www-client/opera-developer-66.0.3489.0 similarity index 79% rename from metadata/md5-cache/www-client/opera-developer-66.0.3480.0 rename to metadata/md5-cache/www-client/opera-developer-66.0.3489.0 index 32841a1752a8..c9378241e377 100644 --- a/metadata/md5-cache/www-client/opera-developer-66.0.3480.0 +++ b/metadata/md5-cache/www-client/opera-developer-66.0.3489.0 @@ -7,6 +7,6 @@ KEYWORDS=~amd64 LICENSE=OPERA-2014 RDEPEND=dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss gnome-base/gconf:2 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype net-misc/curl net-print/cups sys-apps/dbus x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXScrnSaver x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/libnotify x11-libs/pango[X] SLOT=0 -SRC_URI=amd64? ( https://download1.operacdn.com/pub/opera-developer/66.0.3480.0/linux/opera-developer_66.0.3480.0_amd64.deb https://download2.operacdn.com/pub/opera-developer/66.0.3480.0/linux/opera-developer_66.0.3480.0_amd64.deb https://download3.operacdn.com/pub/opera-developer/66.0.3480.0/linux/opera-developer_66.0.3480.0_amd64.deb https://download4.operacdn.com/pub/opera-developer/66.0.3480.0/linux/opera-developer_66.0.3480.0_amd64.deb ) +SRC_URI=amd64? ( https://download1.operacdn.com/pub/opera-developer/66.0.3489.0/linux/opera-developer_66.0.3489.0_amd64.deb https://download2.operacdn.com/pub/opera-developer/66.0.3489.0/linux/opera-developer_66.0.3489.0_amd64.deb https://download3.operacdn.com/pub/opera-developer/66.0.3489.0/linux/opera-developer_66.0.3489.0_amd64.deb https://download4.operacdn.com/pub/opera-developer/66.0.3489.0/linux/opera-developer_66.0.3489.0_amd64.deb ) _eclasses_=chromium-2 92ff174aa2b13d6ea0c4539533f0b2de eutils 6e6c2737b59a4b982de6fb3ecefd87f8 linux-info 953c3b1c472dcadbf62098a9301327f2 multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a unpacker 3cd8bad0d31e525cd26be1bfa4e61631 xdg-utils ff2ff954e6b17929574eee4efc5152ba _md5_=15a3756fba642990d5e49f40be495e5e diff --git a/metadata/md5-cache/www-client/vivaldi-2.9.1705.31_p1 b/metadata/md5-cache/www-client/vivaldi-2.9.1705.31_p1 new file mode 100644 index 000000000000..14f2f8ec7e99 --- /dev/null +++ b/metadata/md5-cache/www-client/vivaldi-2.9.1705.31_p1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=install postinst postrm prepare setup unpack +DEPEND=virtual/libiconv +DESCRIPTION=A browser for our friends +EAPI=7 +HOMEPAGE=https://vivaldi.com/ +IUSE=kernel_linux +l10n_af +l10n_am +l10n_ar +l10n_be +l10n_bg +l10n_bn +l10n_ca +l10n_cs +l10n_da +l10n_de +l10n_de-CH +l10n_el +l10n_en-GB +l10n_en-US +l10n_eo +l10n_es +l10n_es-419 +l10n_es-PE +l10n_et +l10n_eu +l10n_fa +l10n_fi +l10n_fil +l10n_fr +l10n_fy +l10n_gd +l10n_gl +l10n_gu +l10n_he +l10n_hi +l10n_hr +l10n_hu +l10n_hy +l10n_id +l10n_io +l10n_is +l10n_it +l10n_ja +l10n_jbo +l10n_ka +l10n_kn +l10n_ko +l10n_ku +l10n_lt +l10n_lv +l10n_mk +l10n_ml +l10n_mr +l10n_ms +l10n_nb +l10n_nl +l10n_nn +l10n_pl +l10n_pt-BR +l10n_pt-PT +l10n_ro +l10n_ru +l10n_sc +l10n_sk +l10n_sl +l10n_sq +l10n_sr +l10n_sv +l10n_sw +l10n_ta +l10n_te +l10n_th +l10n_tr +l10n_uk +l10n_vi +l10n_zh-CN +l10n_zh-TW +KEYWORDS=-* ~amd64 ~arm ~arm64 ~x86 +LICENSE=Vivaldi +RDEPEND=dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/speex net-print/cups sys-apps/dbus sys-libs/libcap x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXScrnSaver x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/pango[X] +RESTRICT=bindist mirror +SLOT=0 +SRC_URI=amd64? ( https://downloads.vivaldi.com/stable/vivaldi-stable_2.9.1705.31-1_amd64.deb -> vivaldi-2.9.1705.31_p1-amd64.deb ) arm64? ( https://downloads.vivaldi.com/stable/vivaldi-stable_2.9.1705.31-1_arm64.deb -> vivaldi-2.9.1705.31_p1-arm64.deb ) arm? ( https://downloads.vivaldi.com/stable/vivaldi-stable_2.9.1705.31-1_armhf.deb -> vivaldi-2.9.1705.31_p1-armhf.deb ) x86? ( https://downloads.vivaldi.com/stable/vivaldi-stable_2.9.1705.31-1_i386.deb -> vivaldi-2.9.1705.31_p1-i386.deb ) +_eclasses_=chromium-2 92ff174aa2b13d6ea0c4539533f0b2de eutils 6e6c2737b59a4b982de6fb3ecefd87f8 linux-info 953c3b1c472dcadbf62098a9301327f2 multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a unpacker 3cd8bad0d31e525cd26be1bfa4e61631 xdg-utils ff2ff954e6b17929574eee4efc5152ba +_md5_=b8c7242cb45f29a6c926a29b89c52ab1 diff --git a/metadata/md5-cache/www-client/vivaldi-snapshot-2.9.1705.30_p1 b/metadata/md5-cache/www-client/vivaldi-snapshot-2.9.1705.30_p1 index 473789cb2412..d3f34081ecb7 100644 --- a/metadata/md5-cache/www-client/vivaldi-snapshot-2.9.1705.30_p1 +++ b/metadata/md5-cache/www-client/vivaldi-snapshot-2.9.1705.30_p1 @@ -4,11 +4,11 @@ DESCRIPTION=A browser for our friends EAPI=7 HOMEPAGE=https://vivaldi.com/ IUSE=kernel_linux +l10n_af +l10n_am +l10n_ar +l10n_be +l10n_bg +l10n_bn +l10n_ca +l10n_cs +l10n_da +l10n_de +l10n_de-CH +l10n_el +l10n_en-GB +l10n_en-US +l10n_eo +l10n_es +l10n_es-419 +l10n_es-PE +l10n_et +l10n_eu +l10n_fa +l10n_fi +l10n_fil +l10n_fr +l10n_fy +l10n_gd +l10n_gl +l10n_gu +l10n_he +l10n_hi +l10n_hr +l10n_hu +l10n_hy +l10n_id +l10n_io +l10n_is +l10n_it +l10n_ja +l10n_jbo +l10n_ka +l10n_kn +l10n_ko +l10n_ku +l10n_lt +l10n_lv +l10n_mk +l10n_ml +l10n_mr +l10n_ms +l10n_nb +l10n_nl +l10n_nn +l10n_pl +l10n_pt-BR +l10n_pt-PT +l10n_ro +l10n_ru +l10n_sc +l10n_sk +l10n_sl +l10n_sq +l10n_sr +l10n_sv +l10n_sw +l10n_ta +l10n_te +l10n_th +l10n_tr +l10n_uk +l10n_vi +l10n_zh-CN +l10n_zh-TW -KEYWORDS=-* ~amd64 ~arm64 ~x86 +KEYWORDS=-* ~amd64 ~arm ~arm64 ~x86 LICENSE=Vivaldi RDEPEND=dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/speex net-print/cups sys-apps/dbus sys-libs/libcap x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXScrnSaver x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/pango[X] RESTRICT=bindist mirror SLOT=0 -SRC_URI=amd64? ( https://downloads.vivaldi.com/snapshot/vivaldi-snapshot_2.9.1705.30-1_amd64.deb -> vivaldi-snapshot-2.9.1705.30_p1-amd64.deb ) arm64? ( https://downloads.vivaldi.com/snapshot/vivaldi-snapshot_2.9.1705.30-1_arm64.deb -> vivaldi-snapshot-2.9.1705.30_p1-arm64.deb ) x86? ( https://downloads.vivaldi.com/snapshot/vivaldi-snapshot_2.9.1705.30-1_i386.deb -> vivaldi-snapshot-2.9.1705.30_p1-i386.deb ) +SRC_URI=amd64? ( https://downloads.vivaldi.com/snapshot/vivaldi-snapshot_2.9.1705.30-1_amd64.deb -> vivaldi-snapshot-2.9.1705.30_p1-amd64.deb ) arm64? ( https://downloads.vivaldi.com/snapshot/vivaldi-snapshot_2.9.1705.30-1_arm64.deb -> vivaldi-snapshot-2.9.1705.30_p1-arm64.deb ) arm? ( https://downloads.vivaldi.com/snapshot/vivaldi-snapshot_2.9.1705.30-1_armhf.deb -> vivaldi-snapshot-2.9.1705.30_p1-armhf.deb ) x86? ( https://downloads.vivaldi.com/snapshot/vivaldi-snapshot_2.9.1705.30-1_i386.deb -> vivaldi-snapshot-2.9.1705.30_p1-i386.deb ) _eclasses_=chromium-2 92ff174aa2b13d6ea0c4539533f0b2de eutils 6e6c2737b59a4b982de6fb3ecefd87f8 linux-info 953c3b1c472dcadbf62098a9301327f2 multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 2f8b8f320bee13b71a8a54cc6d09e08a unpacker 3cd8bad0d31e525cd26be1bfa4e61631 xdg-utils ff2ff954e6b17929574eee4efc5152ba -_md5_=ba05f95bed94ab0595076a6323826f72 +_md5_=db14f80e4376c1b3d0d3ed46a68a22d5 diff --git a/metadata/md5-cache/www-plugins/Manifest.gz b/metadata/md5-cache/www-plugins/Manifest.gz index f727c36191b7..b6c770819922 100644 Binary files a/metadata/md5-cache/www-plugins/Manifest.gz and b/metadata/md5-cache/www-plugins/Manifest.gz differ diff --git a/metadata/md5-cache/www-plugins/chrome-binary-plugins-78.0.3904.70 b/metadata/md5-cache/www-plugins/chrome-binary-plugins-78.0.3904.87 similarity index 91% rename from metadata/md5-cache/www-plugins/chrome-binary-plugins-78.0.3904.70 rename to metadata/md5-cache/www-plugins/chrome-binary-plugins-78.0.3904.87 index aa605cd252b7..0b5e3b762d4c 100644 --- a/metadata/md5-cache/www-plugins/chrome-binary-plugins-78.0.3904.70 +++ b/metadata/md5-cache/www-plugins/chrome-binary-plugins-78.0.3904.87 @@ -7,6 +7,6 @@ LICENSE=google-chrome RDEPEND=dev-libs/glib:2 dev-libs/nspr dev-libs/nss !=app-crypt/gnupg-2.0 || ( app-crypt/pinentry[gtk(-)] app-crypt/pinentry[qt5(-)] ) ) !=dev-lang/python-2.7.5-r2:2.7 ) app-arch/zip dev-lang/perl +DESCRIPTION=Mozilla extension to provide GPG support in mail clients +EAPI=7 +HOMEPAGE=https://www.enigmail.net/ +KEYWORDS=~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux +LICENSE=MPL-2.0 GPL-3 +RDEPEND=( >=app-crypt/gnupg-2.0 || ( app-crypt/pinentry[gtk(-)] app-crypt/pinentry[qt5(-)] ) ) !Hardened musl https://wiki.gentoo.org/wiki/Project:Hardened_musl This subproject aims to port the hardened tool chain to musl based systems for a variety of architectures. The project treats musl as an alternative to glibc and uClibc, and not necessarily as "embedded". + + anarchy@gentoo.org + Jory A. Pratt + Developer + blueness@gentoo.org Anthony G. Basile @@ -2072,6 +2077,11 @@ Mozilla Project https://wiki.gentoo.org/wiki/Project:Mozilla Mozilla and related applications + + anarchy@gentoo.org + Jory A. Pratt + Team Lead + axs@gentoo.org Ian Stakenvicius diff --git a/metadata/timestamp b/metadata/timestamp index 8518e257985f..9f7da07a3470 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Thu 31 Oct 2019 05:08:44 AM UTC +Fri 01 Nov 2019 05:38:47 AM UTC diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index 4fa8a1fe90da..51d8b1cd5b20 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Thu, 31 Oct 2019 05:30:01 +0000 +Fri, 01 Nov 2019 06:00:01 +0000 diff --git a/metadata/timestamp.commit b/metadata/timestamp.commit index 2aa7dbb2318f..141cd00871ba 100644 --- a/metadata/timestamp.commit +++ b/metadata/timestamp.commit @@ -1 +1 @@ -a47a750a777b67a70deaffd8e5d5a3601ec81144 1572487747 2019-10-31T02:09:07+00:00 +71daa4b7a12a55e12cf5ea64025565c9d301b87d 1572583519 2019-11-01T04:45:19+00:00 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index a3743e40fe1f..2e5d5ee8666b 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1572498301 Thu 31 Oct 2019 05:05:01 AM UTC +1572586501 Fri 01 Nov 2019 05:35:01 AM UTC diff --git a/metadata/xml-schema/timestamp.chk b/metadata/xml-schema/timestamp.chk index 10ec1a01ca5a..cadd1d1773b6 100644 --- a/metadata/xml-schema/timestamp.chk +++ b/metadata/xml-schema/timestamp.chk @@ -1 +1 @@ -Thu, 31 Oct 2019 05:08:44 +0000 +Fri, 01 Nov 2019 05:38:47 +0000 diff --git a/net-libs/Manifest.gz b/net-libs/Manifest.gz index e8772ccda101..6aabb4b2c12c 100644 Binary files a/net-libs/Manifest.gz and b/net-libs/Manifest.gz differ diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest index 65d97aa39082..b32c900c0f54 100644 --- a/net-libs/nodejs/Manifest +++ b/net-libs/nodejs/Manifest @@ -1,6 +1,4 @@ -DIST node-v10.16.3.tar.xz 21505540 BLAKE2B 2ae6c3ce96a42cb72a388ca7727affb1e2eae06b997098bd8cad2b339b888f1f188c868d39631c51e10ef7b3a5a9173a3b016afe9fa7a4fb74c24a584781c329 SHA512 5d5457adaae87e41699cdf5bd62d32e9590248f7dadd583614cca9078a1749a4ee477433ebbe4278ec872fdfc377d99097c1e06073e0fd47c8c6597256ccdeb7 DIST node-v10.17.0.tar.xz 21514260 BLAKE2B a37793d78e14d1d2ca861c39f27c5e1dbb47ad26f14aa97139fd9f9be039bd47e528f10c9977725f1ca4b5f4e31a1066715091ffaa488f764c67290bc1c84541 SHA512 4eec936fa8d848b7e261f83b6e25c1bfb06355a7146dcca91b0f64fc401ca32dd1b0758c127b81be7f0d1cc59c3b24b4ec2c17282b4bdb91c5bf71f42f2f7cbc -DIST node-v12.12.0.tar.xz 22836688 BLAKE2B 81ff202fb807c557a30eeb08a76a8e95e2faec300d360caac5ce177cdfcda3963bcea904f3e79f9ced9fe2219e7e1d4a760a9c4e69dfe5b670c737e2a598cf6a SHA512 91872784a7a7e7e1e0beeb1166eb1ddd7a5432271e9f62265815d4c5b5d831f269916954bb36724e65108c57d6a7ebac3a2a5be2e49f51f7904a7d549c92176b DIST node-v12.13.0.tar.xz 22862096 BLAKE2B b0121f45b535bac7baa0103db538070b4beb4b40a6c871c217eebfb1abb5a7821d83d46946047b3385af182f901c0390eb85134c9201be2d03b5745b297271f8 SHA512 a7aa8b1f010ea1df122d9d7b88ee0a9d10e0d79ae2f3d18c706ac6ce36e2e2039c21ea6f3dba3a22a79ed3f6069850a8a3c463dbd64e1e8f4a9dbe8901a89cc8 DIST node-v13.0.1.tar.xz 31986844 BLAKE2B f30937878ef68fe94b69912b994b84c03d75fd92e243d77453cfa7d335e9e1a37ce4f18eb1cbba141ff9a017a777e31ae64261f46dbf17d1f6ff0d6d5c263a2a SHA512 a39a64761ef3867379f3a2ef230f65ddeb91fb93d8833c1ada7312588fd75d060f4d73df1a106f7d7cc08886ac7c5335d453e4d882c8cdde28a25a0a8cbcbfa6 DIST node-v8.12.0.tar.xz 18310452 BLAKE2B 79634fc57cd76a97e72bab4be37da91d5eff4d13cdaa2b48e83f013885fa3590ba4a28378baf036ed26b7304bf234753d1d4014f72571496f5bb6cd5b221e5f0 SHA512 665d2dba287d78bcd723d7b4d00a6897fb996f4aa69a541e010a3dfeb2614257892117fcce7123966b1ecaddc9269a6667e0e262df693baea1f476c96de55c42 diff --git a/net-libs/nodejs/nodejs-10.16.3.ebuild b/net-libs/nodejs/nodejs-10.16.3.ebuild deleted file mode 100644 index 4dfee5eb4434..000000000000 --- a/net-libs/nodejs/nodejs-10.16.3.ebuild +++ /dev/null @@ -1,206 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="threads" - -inherit bash-completion-r1 eutils flag-o-matic pax-utils python-any-r1 toolchain-funcs xdg-utils - -DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine" -HOMEPAGE="https://nodejs.org/" -SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz" - -LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos" -IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl systemtap test" -REQUIRED_USE=" - inspector? ( icu ssl ) - npm? ( ssl ) -" - -RDEPEND=" - >=dev-libs/libuv-1.28.0:= - >=net-dns/c-ares-1.15.0 - >=net-libs/http-parser-2.9.0:= - >=net-libs/nghttp2-1.39.2 - sys-libs/zlib - icu? ( >=dev-libs/icu-64.2:= ) - ssl? ( >=dev-libs/openssl-1.1.1:0= ) -" -DEPEND=" - ${RDEPEND} - ${PYTHON_DEPS} - systemtap? ( dev-util/systemtap ) - test? ( net-misc/curl ) -" -PATCHES=( - "${FILESDIR}"/${PN}-10.3.0-global-npm-config.patch -) -S="${WORKDIR}/node-v${PV}" - -pkg_pretend() { - (use x86 && ! use cpu_flags_x86_sse2) && \ - die "Your CPU doesn't support the required SSE2 instruction." - - ( [[ ${MERGE_TYPE} != "binary" ]] && ! test-flag-CXX -std=c++11 ) && \ - die "Your compiler doesn't support C++11. Use GCC 4.8, Clang 3.3 or newer." -} - -src_prepare() { - tc-export CC CXX PKG_CONFIG - export V=1 - export BUILDTYPE=Release - - # fix compilation on Darwin - # https://code.google.com/p/gyp/issues/detail?id=260 - sed -i -e "/append('-arch/d" tools/gyp/pylib/gyp/xcode_emulation.py || die - - # make sure we use python2.* while using gyp - sed -i -e "s/python/${EPYTHON}/" deps/npm/node_modules/node-gyp/gyp/gyp || die - sed -i -e "s/|| 'python2'/|| '${EPYTHON}'/" deps/npm/node_modules/node-gyp/lib/configure.js || die - - # less verbose install output (stating the same as portage, basically) - sed -i -e "/print/d" tools/install.py || die - - # proper libdir, hat tip @ryanpcmcquen https://github.com/iojs/io.js/issues/504 - local LIBDIR=$(get_libdir) - sed -i -e "s|lib/|${LIBDIR}/|g" tools/install.py || die - sed -i -e "s/'lib'/'${LIBDIR}'/" deps/npm/lib/npm.js || die - - # Avoid writing a depfile, not useful - sed -i -e "/DEPFLAGS =/d" tools/gyp/pylib/gyp/generator/make.py || die - - sed -i -e "/'-O3'/d" common.gypi deps/v8/gypfiles/toolchain.gypi || die - - # Avoid a test that I've only been able to reproduce from emerge. It doesnt - # seem sandbox related either (invoking it from a sandbox works fine). - # The issue is that no stdin handle is openened when asked for one. - # It doesn't really belong upstream , so it'll just be removed until someone - # with more gentoo-knowledge than me (jbergstroem) figures it out. - rm test/parallel/test-stdout-close-unref.js || die - - # debug builds. change install path, remove optimisations and override buildtype - if use debug; then - sed -i -e "s|out/Release/|out/Debug/|g" tools/install.py || die - BUILDTYPE=Debug - fi - - default -} - -src_configure() { - xdg_environment_reset - - local myconf=( --shared-cares --shared-http-parser --shared-libuv --shared-nghttp2 --shared-zlib ) - use debug && myconf+=( --debug ) - use icu && myconf+=( --with-intl=system-icu ) || myconf+=( --with-intl=none ) - use inspector || myconf+=( --without-inspector ) - use npm || myconf+=( --without-npm ) - use snapshot && myconf+=( --with-snapshot ) - use ssl && myconf+=( --shared-openssl ) || myconf+=( --without-ssl ) - - local myarch="" - case ${ABI} in - amd64) myarch="x64";; - arm) myarch="arm";; - arm64) myarch="arm64";; - ppc64) myarch="ppc64";; - x32) myarch="x32";; - x86) myarch="ia32";; - *) myarch="${ABI}";; - esac - - GYP_DEFINES="linux_use_gold_flags=0 - linux_use_bundled_binutils=0 - linux_use_bundled_gold=0" \ - "${PYTHON}" configure \ - --prefix="${EPREFIX}"/usr \ - --dest-cpu=${myarch} \ - $(use_with systemtap dtrace) \ - "${myconf[@]}" || die -} - -src_compile() { - emake -C out mksnapshot - pax-mark m "out/${BUILDTYPE}/mksnapshot" - emake -C out -} - -src_install() { - local LIBDIR="${ED}/usr/$(get_libdir)" - emake install DESTDIR="${D}" - pax-mark -m "${ED}"usr/bin/node - - # set up a symlink structure that node-gyp expects.. - dodir /usr/include/node/deps/{v8,uv} - dosym . /usr/include/node/src - for var in deps/{uv,v8}/include; do - dosym ../.. /usr/include/node/${var} - done - - if use doc; then - # Patch docs to make them offline readable - for i in `grep -rl 'fonts.googleapis.com' "${S}"/out/doc/api/*`; do - sed -i '/fonts.googleapis.com/ d' $i; - done - # Install docs - docinto html - dodoc -r "${S}"/doc/* - fi - - if use npm; then - dodir /etc/npm - - # Install bash completion for `npm` - # We need to temporarily replace default config path since - # npm otherwise tries to write outside of the sandbox - local npm_config="usr/$(get_libdir)/node_modules/npm/lib/config/core.js" - sed -i -e "s|'/etc'|'${ED}/etc'|g" "${ED}/${npm_config}" || die - local tmp_npm_completion_file="$(emktemp)" - "${ED}/usr/bin/npm" completion > "${tmp_npm_completion_file}" - newbashcomp "${tmp_npm_completion_file}" npm - sed -i -e "s|'${ED}/etc'|'/etc'|g" "${ED}/${npm_config}" || die - - # Move man pages - doman "${LIBDIR}"/node_modules/npm/man/man{1,5,7}/* - - # Clean up - rm "${LIBDIR}"/node_modules/npm/{.mailmap,.npmignore,Makefile} || die - rm -rf "${LIBDIR}"/node_modules/npm/{doc,html,man} || die - - local find_exp="-or -name" - local find_name=() - for match in "AUTHORS*" "CHANGELOG*" "CONTRIBUT*" "README*" \ - ".travis.yml" ".eslint*" ".wercker.yml" ".npmignore" \ - "*.md" "*.markdown" "*.bat" "*.cmd"; do - find_name+=( ${find_exp} "${match}" ) - done - - # Remove various development and/or inappropriate files and - # useless docs of dependend packages. - find "${LIBDIR}"/node_modules \ - \( -type d -name examples \) -or \( -type f \( \ - -iname "LICEN?E*" \ - "${find_name[@]}" \ - \) \) -exec rm -rf "{}" \; - fi - - mv "${D}"/usr/share/doc/node "${D}"/usr/share/doc/${PF} || die -} - -src_test() { - out/${BUILDTYPE}/cctest || die - "${PYTHON}" tools/test.py --mode=${BUILDTYPE,,} -J message parallel sequential || die -} - -pkg_postinst() { - einfo "The global npm config lives in /etc/npm. This deviates slightly" - einfo "from upstream which otherwise would have it live in /usr/etc/." - einfo "" - einfo "Protip: When using node-gyp to install native modules, you can" - einfo "avoid having to download extras by doing the following:" - einfo "$ node-gyp --nodedir /usr/include/node " -} diff --git a/net-libs/nodejs/nodejs-10.17.0.ebuild b/net-libs/nodejs/nodejs-10.17.0.ebuild index efbf24b25062..1b63a38abb43 100644 --- a/net-libs/nodejs/nodejs-10.17.0.ebuild +++ b/net-libs/nodejs/nodejs-10.17.0.ebuild @@ -37,6 +37,7 @@ DEPEND=" PATCHES=( "${FILESDIR}"/${PN}-10.3.0-global-npm-config.patch ) +RESTRICT="test" S="${WORKDIR}/node-v${PV}" pkg_pretend() { diff --git a/net-libs/nodejs/nodejs-12.12.0.ebuild b/net-libs/nodejs/nodejs-12.12.0.ebuild deleted file mode 100644 index 6a7d6b656dd5..000000000000 --- a/net-libs/nodejs/nodejs-12.12.0.ebuild +++ /dev/null @@ -1,212 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="threads" -inherit bash-completion-r1 flag-o-matic pax-utils python-any-r1 toolchain-funcs xdg-utils - -DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine" -HOMEPAGE="https://nodejs.org/" -SRC_URI=" - https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz -" - -LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos" -IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl systemtap test" -REQUIRED_USE=" - inspector? ( icu ssl ) - npm? ( ssl ) -" - -RDEPEND=" - >=dev-libs/libuv-1.31.0:= - >=net-dns/c-ares-1.15.0 - >=net-libs/http-parser-2.9.0:= - >=net-libs/nghttp2-1.39.2 - sys-libs/zlib - icu? ( >=dev-libs/icu-64.2:= ) - ssl? ( >=dev-libs/openssl-1.1.1:0= ) -" -BDEPEND=" - ${PYTHON_DEPS} - systemtap? ( dev-util/systemtap ) - test? ( net-misc/curl ) -" -DEPEND=" - ${RDEPEND} -" -PATCHES=( - "${FILESDIR}"/${PN}-10.3.0-global-npm-config.patch - "${FILESDIR}"/${PN}-99999999-llhttp.patch -) -S="${WORKDIR}/node-v${PV}" - -pkg_pretend() { - (use x86 && ! use cpu_flags_x86_sse2) && \ - die "Your CPU doesn't support the required SSE2 instruction." - - ( [[ ${MERGE_TYPE} != "binary" ]] && ! test-flag-CXX -std=c++11 ) && \ - die "Your compiler doesn't support C++11. Use GCC 4.8, Clang 3.3 or newer." -} - -src_prepare() { - tc-export CC CXX PKG_CONFIG - export V=1 - export BUILDTYPE=Release - - # fix compilation on Darwin - # https://code.google.com/p/gyp/issues/detail?id=260 - sed -i -e "/append('-arch/d" tools/gyp/pylib/gyp/xcode_emulation.py || die - - # make sure we use python2.* while using gyp - sed -i -e "s/python/${EPYTHON}/" deps/npm/node_modules/node-gyp/gyp/gyp || die - - # less verbose install output (stating the same as portage, basically) - sed -i -e "/print/d" tools/install.py || die - - # proper libdir, hat tip @ryanpcmcquen https://github.com/iojs/io.js/issues/504 - local LIBDIR=$(get_libdir) - sed -i -e "s|lib/|${LIBDIR}/|g" tools/install.py || die - sed -i -e "s/'lib'/'${LIBDIR}'/" deps/npm/lib/npm.js || die - - # Avoid writing a depfile, not useful - sed -i -e "/DEPFLAGS =/d" tools/gyp/pylib/gyp/generator/make.py || die - - sed -i -e "/'-O3'/d" common.gypi node.gypi || die - - # Avoid a test that I've only been able to reproduce from emerge. It doesnt - # seem sandbox related either (invoking it from a sandbox works fine). - # The issue is that no stdin handle is openened when asked for one. - # It doesn't really belong upstream , so it'll just be removed until someone - # with more gentoo-knowledge than me (jbergstroem) figures it out. - rm test/parallel/test-stdout-close-unref.js || die - - # debug builds. change install path, remove optimisations and override buildtype - if use debug; then - sed -i -e "s|out/Release/|out/Debug/|g" tools/install.py || die - BUILDTYPE=Debug - fi - - default -} - -src_configure() { - xdg_environment_reset - - local myconf=( - --shared-cares --shared-http-parser --shared-libuv --shared-nghttp2 - --shared-zlib - ) - use debug && myconf+=( --debug ) - use icu && myconf+=( --with-intl=system-icu ) || myconf+=( --with-intl=none ) - use inspector || myconf+=( --without-inspector ) - use npm || myconf+=( --without-npm ) - use snapshot && myconf+=( --with-snapshot ) - use ssl && myconf+=( --shared-openssl --openssl-use-def-ca-store ) || myconf+=( --without-ssl ) - - local myarch="" - case ${ABI} in - amd64) myarch="x64";; - arm) myarch="arm";; - arm64) myarch="arm64";; - ppc64) myarch="ppc64";; - x32) myarch="x32";; - x86) myarch="ia32";; - *) myarch="${ABI}";; - esac - - GYP_DEFINES="linux_use_gold_flags=0 - linux_use_bundled_binutils=0 - linux_use_bundled_gold=0" \ - "${PYTHON}" configure \ - --prefix="${EPREFIX}"/usr \ - --dest-cpu=${myarch} \ - $(use_with systemtap dtrace) \ - "${myconf[@]}" || die -} - -src_compile() { - emake -C out mksnapshot - pax-mark m "out/${BUILDTYPE}/mksnapshot" - emake -C out -} - -src_install() { - local LIBDIR="${ED}/usr/$(get_libdir)" - default - - pax-mark -m "${ED}"/usr/bin/node - - # set up a symlink structure that node-gyp expects.. - dodir /usr/include/node/deps/{v8,uv} - dosym . /usr/include/node/src - for var in deps/{uv,v8}/include; do - dosym ../.. /usr/include/node/${var} - done - - if use doc; then - # Patch docs to make them offline readable - for i in `grep -rl 'fonts.googleapis.com' "${S}"/out/doc/api/*`; do - sed -i '/fonts.googleapis.com/ d' $i; - done - # Install docs - docinto html - dodoc -r "${S}"/doc/* - fi - - if use npm; then - dodir /etc/npm - - # Install bash completion for `npm` - # We need to temporarily replace default config path since - # npm otherwise tries to write outside of the sandbox - local npm_config="usr/$(get_libdir)/node_modules/npm/lib/config/core.js" - sed -i -e "s|'/etc'|'${ED}/etc'|g" "${ED}/${npm_config}" || die - local tmp_npm_completion_file="$(emktemp)" - "${ED}/usr/bin/npm" completion > "${tmp_npm_completion_file}" - newbashcomp "${tmp_npm_completion_file}" npm - sed -i -e "s|'${ED}/etc'|'/etc'|g" "${ED}/${npm_config}" || die - - # Move man pages - doman "${LIBDIR}"/node_modules/npm/man/man{1,5,7}/* - - # Clean up - rm "${LIBDIR}"/node_modules/npm/{.mailmap,.npmignore,Makefile} || die - rm -rf "${LIBDIR}"/node_modules/npm/{doc,html,man} || die - - local find_exp="-or -name" - local find_name=() - for match in "AUTHORS*" "CHANGELOG*" "CONTRIBUT*" "README*" \ - ".travis.yml" ".eslint*" ".wercker.yml" ".npmignore" \ - "*.md" "*.markdown" "*.bat" "*.cmd"; do - find_name+=( ${find_exp} "${match}" ) - done - - # Remove various development and/or inappropriate files and - # useless docs of dependend packages. - find "${LIBDIR}"/node_modules \ - \( -type d -name examples \) -or \( -type f \( \ - -iname "LICEN?E*" \ - "${find_name[@]}" \ - \) \) -exec rm -rf "{}" \; - fi - - mv "${ED}"/usr/share/doc/node "${ED}"/usr/share/doc/${PF} || die -} - -src_test() { - out/${BUILDTYPE}/cctest || die - "${PYTHON}" tools/test.py --mode=${BUILDTYPE,,} -J message parallel sequential || die -} - -pkg_postinst() { - elog "The global npm config lives in /etc/npm. This deviates slightly" - elog "from upstream which otherwise would have it live in /usr/etc/." - elog "" - elog "Protip: When using node-gyp to install native modules, you can" - elog "avoid having to download extras by doing the following:" - elog "$ node-gyp --nodedir /usr/include/node " -} diff --git a/net-libs/nodejs/nodejs-12.13.0.ebuild b/net-libs/nodejs/nodejs-12.13.0.ebuild index bf46f8f1ae6a..daf2b625adc2 100644 --- a/net-libs/nodejs/nodejs-12.13.0.ebuild +++ b/net-libs/nodejs/nodejs-12.13.0.ebuild @@ -42,6 +42,7 @@ PATCHES=( "${FILESDIR}"/${PN}-10.3.0-global-npm-config.patch "${FILESDIR}"/${PN}-99999999-llhttp.patch ) +RESTRICT="test" S="${WORKDIR}/node-v${PV}" pkg_pretend() { diff --git a/net-libs/nodejs/nodejs-13.0.1.ebuild b/net-libs/nodejs/nodejs-13.0.1.ebuild index 64f38ec6d44f..64dd1ca4d151 100644 --- a/net-libs/nodejs/nodejs-13.0.1.ebuild +++ b/net-libs/nodejs/nodejs-13.0.1.ebuild @@ -40,6 +40,7 @@ DEPEND=" PATCHES=( "${FILESDIR}"/${PN}-10.3.0-global-npm-config.patch ) +RESTRICT="test" S="${WORKDIR}/node-v${PV}" pkg_pretend() { diff --git a/net-mail/Manifest.gz b/net-mail/Manifest.gz index 88fdcc3ae6a0..5da9ae55f416 100644 Binary files a/net-mail/Manifest.gz and b/net-mail/Manifest.gz differ diff --git a/net-mail/libpst/libpst-0.6.66-r2.ebuild b/net-mail/libpst/libpst-0.6.66-r2.ebuild index bb12628b7a30..70472f8ad276 100644 --- a/net-mail/libpst/libpst-0.6.66-r2.ebuild +++ b/net-mail/libpst/libpst-0.6.66-r2.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://www.five-ten-sg.com/${PN}/packages/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="debug dii doc python static-libs" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" diff --git a/net-misc/Manifest.gz b/net-misc/Manifest.gz index eb27f6ed7d0a..f0d727f9bc55 100644 Binary files a/net-misc/Manifest.gz and b/net-misc/Manifest.gz differ diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest index 897e7a836c3b..f89019da6375 100644 --- a/net-misc/dropbox/Manifest +++ b/net-misc/dropbox/Manifest @@ -1,10 +1,4 @@ -DIST dropbox-lnx.x86-48.3.56.tar.gz 108876564 BLAKE2B b809a220605265685026657e791aff3e716f7ff51e1fc5074d66df87eb8dc473c63c7513c94ca0715844c600fe71aaa3c42a108be4baee2e3e72baade97e3429 SHA512 3174c41e19a01cbd986c111711bc0df80b68882d595a5c869b81bfa1982b3f219da4cda852168bf7fdc9d67b91f52260017f4d25508f6372efd470536a6b96c8 -DIST dropbox-lnx.x86-58.3.88.tar.gz 73782589 BLAKE2B 406758f056dce4348706d181f1620a16199f99d82c6a24b2cbe7773de32b8f64dc10199b88b8c0b7c3a577deb8658e5de18ce28fb00e509a46a5cd21db890f89 SHA512 455b6e0f78b4307d65f6420b76454229b7542475aba089961117d387290ae60df44a659bb6f8d22975cc6f51827d80b3141cb09832fe327fb5cf9861337b08d3 -DIST dropbox-lnx.x86-81.4.195.tar.gz 93761227 BLAKE2B de0349126a701166eb9d1be64dbfad3d3386518dada09bf9544422336a92d69cbe01d252c04ce3141d55f32232f36823ec680d91c7161d80ba01af1c880d391d SHA512 4d78400bcad4492eb82ba692fab0ce518c653a9ddf04c57a668ddb60da63652be69b74c09f74c2770bccb4a7e9ca57d4774214622a1858606c0e45276b317ca1 -DIST dropbox-lnx.x86-82.4.155.tar.gz 94112380 BLAKE2B bcff1c01c6ed8e30285defbd186bd51707eca05813dbb75cd1dcb15c03aa794bfdb0c9dd24b5b703bf6d37a2dde8d8dcb9d34cb43a2f551309e89752e0498469 SHA512 c9b005f7d99d023b74d59a6306b31d7a97af9455c71b54ad54513a64758cf3af8c03923746be645853a17734882adbc91174966f9f71b5d433dbbd1569386b2c DIST dropbox-lnx.x86-83.4.152.tar.gz 94612498 BLAKE2B ddf86853785ee4806cc96f2427a300b2db751bf3a5b12ec1508bdbc68ba7ff35d2d65e83e86b5a09ad4a7cc160e0f94e7cd141a819d35f9be87aea7f3cb8dd0d SHA512 75793878c15ecd7224f0ef1897e38c1050d36e11ddf1c30db8e79c22dcb40ceed48fd6e4be204b19c54fe4ef7a2c68d5528df6e10a041cbe4220d9c129619a4b -DIST dropbox-lnx.x86_64-48.3.56.tar.gz 114940928 BLAKE2B 7d678344b59aa12bdbd28f3e425c0b80b15feae403911ef25a03150d1dfa47e94da1eb17d4b703feea6721d2fdfa721da54fab92e1a56b6b8f31456482bc3614 SHA512 cbd3eed71286be079aa8c898929dea305a4cefb9b5e2e41b196d07f68bfc3b5f2839f78d676a3fd7df62644fe00b9ad1930121bde88a6eea9c864d956ccb6f8e -DIST dropbox-lnx.x86_64-58.3.88.tar.gz 77899313 BLAKE2B ecf729f4cf8c8fabed0f6ca19a9c908f7adec1a58719fae8ef3a6cc80f26b453c678d241af987339e26ccbe988db45f57402ea497c54245691cb702a868fc2dd SHA512 50199f6e60f34a13376725d0deee7c0e6aa31e63574ecdcaf69b43427d262fb35dbf979798b704d6a5a33756e9cea5867591d9a632a311b111d6645123f3385e -DIST dropbox-lnx.x86_64-81.4.195.tar.gz 98084742 BLAKE2B a21a9237b9f507d654de51f488c114a0a98d8b9e3659dc01713d14c8af94527724145bca1b4d39b3610828c625c1acec7b36ddd8090b49f77dc752d788e42a45 SHA512 684ca4e643d9e662bb6273def6bd3bfcba358b3e3279d88ec2fbf60c90d57026af7b83fc92ecb3e882633501433f1f7e6331213291879f28b70cc4d19003680f -DIST dropbox-lnx.x86_64-82.4.155.tar.gz 98437566 BLAKE2B 972d9132a3225408844e4679d1c065a3fb9e6f2135eb6f99341848cff1235d6d1a5719c1a50539ba0e0051d99939c1636b34722d55a509e88be3ba85281da070 SHA512 a829eedebfc6d8814fec2a04834f392b5c32ae334289376cc736cb6c9473bbfdcd29b063805ef1def7a22134771cc246569e85f337a4adee9eec9f34a929c272 +DIST dropbox-lnx.x86-84.4.170.tar.gz 95127426 BLAKE2B 09f985565839c5411647fba7eaf84c88a69941456c6e64b23e6e2ca0cc21b8f393153210db23be7ddc4ee0deb3771c9af8ac2b5fefb2325227e8ae3b52a3be0a SHA512 69ab398860bd7559d971ecc42a271a432839b00ab920b8c068d317d420bd521b1ffc1c74912c98d56627b72cd972c059a5eb0ab89c53bb50ab766179baeda448 DIST dropbox-lnx.x86_64-83.4.152.tar.gz 98772192 BLAKE2B c023fe81128217b8e11b287afdf6d5cd74d7dd4229c7845aa8e96065f03912720dfe3531995bacc45c50a2971dac0bb7e10364206c531fe5f4e23ce6c617a1d4 SHA512 55874247f3dcfafc62d07aad459a6b3d951c87e675a28f6e66c9c51c9190ca8e4dc32bce5339e338694d31036bc8e1b039f54460b84bce0ee1fff9dd3d6aa684 +DIST dropbox-lnx.x86_64-84.4.170.tar.gz 99360343 BLAKE2B 05dd47e681f03757a622079121001060a73f4c0415fc6508d74738026388f8d27f4b59b41535280a793d2f95976fbf6da9e1c0ec963cc002ad2f14ab46dd73be SHA512 e89e6b727699a439c7cf1fed57f5c7db6fd98c7ef484c9530b2c4ce0b09a86de59a50934afd4d18fd591db024eb92d57181d75574d3d32e587dd76682524b871 diff --git a/net-misc/dropbox/dropbox-48.3.56.ebuild b/net-misc/dropbox/dropbox-48.3.56.ebuild deleted file mode 100644 index 2252fe9e49ab..000000000000 --- a/net-misc/dropbox/dropbox-48.3.56.ebuild +++ /dev/null @@ -1,121 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_5 python3_6 ) -inherit eutils gnome2-utils pax-utils systemd python-single-r1 - -DESCRIPTION="Dropbox daemon (pretends to be GUI-less)" -HOMEPAGE="https://www.dropbox.com/" -SRC_URI=" - x86? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz ) - amd64? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz )" - -LICENSE="CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox" -SLOT="0" -KEYWORDS="amd64 x86 ~x86-linux" -IUSE="+librsync-bundled selinux X" -RESTRICT="mirror strip" - -QA_PREBUILT="opt/.*" -QA_EXECSTACK="opt/dropbox/dropbox" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="librsync-bundled? ( dev-util/patchelf )" - -# Be sure to have GLIBCXX_3.4.9, #393125 -# USE=X require wxGTK's dependencies. system-library cannot be used due to -# missing symbol (CtlColorEvent). #443686 -RDEPEND="${PYTHON_DEPS} - X? ( - dev-libs/glib:2 - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5[-gles2,xcb] - dev-qt/qtopengl:5[-gles2] - dev-qt/qtnetwork:5 - dev-qt/qtprintsupport:5[-gles2] - dev-qt/qtwebkit:5 - dev-qt/qtwidgets:5[-gles2] - media-libs/fontconfig - media-libs/freetype - virtual/jpeg - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXinerama - x11-libs/libXxf86vm - x11-libs/pango[X] - x11-misc/wmctrl - x11-themes/hicolor-icon-theme - ) - !librsync-bundled? ( =sys-devel/gcc-4.2.0 - sys-libs/zlib - sys-libs/ncurses-compat:5" - -src_unpack() { - unpack ${A} - mkdir -p "${S}" || die - mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die - mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die - rmdir "${S}"/dropbox-lnx.*-${PV}/ || die - rmdir .dropbox-dist || die -} - -src_prepare() { - eapply_user - - rm -vf libGL.so.1 libX11* libdrm.so.2 libffi.so.6 libpopt.so.0 wmctrl || die - # tray icon doesnt load when removing libQt5* (bug 641416) - #rm -vrf libQt5* libicu* qt.conf plugins/ || die - if use X ; then - mv images/hicolor/16x16/status "${T}" || die - else - rm -vrf PyQt5* *pyqt5* images || die - fi - if use librsync-bundled ; then - patchelf --set-rpath '$ORIGIN' librsyncffi.compiled._librsyncffi*.so || die - else - rm -vf librsync.so.1 || die - fi - pax-mark cm dropbox - mv README ACKNOWLEDGEMENTS "${T}" || die -} - -src_install() { - local targetdir="/opt/dropbox" - - insinto "${targetdir}" - doins -r * - fperms a+x "${targetdir}"/{dropbox,dropbox_py3,dropboxd} - dosym "${targetdir}/dropboxd" "/opt/bin/dropbox" - - use X && doicon -s 16 -c status "${T}"/status - - make_desktop_entry "${PN}" "Dropbox" - - newinitd "${FILESDIR}"/dropbox.initd dropbox - newconfd "${FILESDIR}"/dropbox.conf dropbox - systemd_newunit "${FILESDIR}"/dropbox_at.service-r1 "dropbox@.service" - - dodoc "${T}"/{README,ACKNOWLEDGEMENTS} -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/net-misc/dropbox/dropbox-58.3.88-r1.ebuild b/net-misc/dropbox/dropbox-58.3.88-r1.ebuild deleted file mode 100644 index 53f28efd4d2d..000000000000 --- a/net-misc/dropbox/dropbox-58.3.88-r1.ebuild +++ /dev/null @@ -1,121 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_5 python3_6 ) -inherit eutils gnome2-utils pax-utils systemd python-single-r1 - -DESCRIPTION="Dropbox daemon (pretends to be GUI-less)" -HOMEPAGE="https://www.dropbox.com/" -SRC_URI=" - x86? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz ) - amd64? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz )" - -LICENSE="CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-linux" -IUSE="+librsync-bundled selinux X" -RESTRICT="mirror strip" - -QA_PREBUILT="opt/.*" -QA_EXECSTACK="opt/dropbox/dropbox" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="librsync-bundled? ( dev-util/patchelf )" - -# Be sure to have GLIBCXX_3.4.9, #393125 -# USE=X require wxGTK's dependencies. system-library cannot be used due to -# missing symbol (CtlColorEvent). #443686 -RDEPEND="${PYTHON_DEPS} - X? ( - dev-libs/glib:2 - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5[-gles2,xcb] - dev-qt/qtopengl:5[-gles2] - dev-qt/qtnetwork:5 - dev-qt/qtprintsupport:5[-gles2] - dev-qt/qtwebkit:5 - dev-qt/qtwidgets:5[-gles2] - media-libs/fontconfig - media-libs/freetype - virtual/jpeg - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXinerama - x11-libs/libXxf86vm - x11-libs/pango[X] - x11-misc/wmctrl - x11-themes/hicolor-icon-theme - ) - !librsync-bundled? ( =sys-devel/gcc-4.2.0 - sys-libs/zlib - sys-libs/ncurses-compat:5" - -src_unpack() { - unpack ${A} - mkdir -p "${S}" || die - mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die - mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die - rmdir "${S}"/dropbox-lnx.*-${PV}/ || die - rmdir .dropbox-dist || die -} - -src_prepare() { - eapply_user - - rm -vf libGL.so.1 libX11* libdrm.so.2 libpopt.so.0 wmctrl || die - # tray icon doesnt load when removing libQt5* (bug 641416) - #rm -vrf libQt5* libicu* qt.conf plugins/ || die - if use X ; then - mv images/hicolor/16x16/status "${T}" || die - else - rm -vrf PyQt5* *pyqt5* images || die - fi - if use librsync-bundled ; then - patchelf --set-rpath '$ORIGIN' librsyncffi.compiled._librsyncffi*.so || die - else - rm -vf librsync.so.1 || die - fi - pax-mark cm dropbox - mv README ACKNOWLEDGEMENTS "${T}" || die -} - -src_install() { - local targetdir="/opt/dropbox" - - insinto "${targetdir}" - doins -r * - fperms a+x "${targetdir}"/{dropbox,dropboxd} - dosym "${targetdir}/dropboxd" "/opt/bin/dropbox" - - use X && doicon -s 16 -c status "${T}"/status - - make_desktop_entry "${PN}" "Dropbox" - - newinitd "${FILESDIR}"/dropbox.initd dropbox - newconfd "${FILESDIR}"/dropbox.conf dropbox - systemd_newunit "${FILESDIR}"/dropbox_at.service-r1 "dropbox@.service" - - dodoc "${T}"/{README,ACKNOWLEDGEMENTS} -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/net-misc/dropbox/dropbox-58.3.88.ebuild b/net-misc/dropbox/dropbox-58.3.88.ebuild deleted file mode 100644 index 6ae52f6051c8..000000000000 --- a/net-misc/dropbox/dropbox-58.3.88.ebuild +++ /dev/null @@ -1,121 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_5 python3_6 ) -inherit eutils gnome2-utils pax-utils systemd python-single-r1 - -DESCRIPTION="Dropbox daemon (pretends to be GUI-less)" -HOMEPAGE="https://www.dropbox.com/" -SRC_URI=" - x86? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz ) - amd64? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz )" - -LICENSE="CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-linux" -IUSE="+librsync-bundled selinux X" -RESTRICT="mirror strip" - -QA_PREBUILT="opt/.*" -QA_EXECSTACK="opt/dropbox/dropbox" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="librsync-bundled? ( dev-util/patchelf )" - -# Be sure to have GLIBCXX_3.4.9, #393125 -# USE=X require wxGTK's dependencies. system-library cannot be used due to -# missing symbol (CtlColorEvent). #443686 -RDEPEND="${PYTHON_DEPS} - X? ( - dev-libs/glib:2 - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5[-gles2,xcb] - dev-qt/qtopengl:5[-gles2] - dev-qt/qtnetwork:5 - dev-qt/qtprintsupport:5[-gles2] - dev-qt/qtwebkit:5 - dev-qt/qtwidgets:5[-gles2] - media-libs/fontconfig - media-libs/freetype - virtual/jpeg - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXinerama - x11-libs/libXxf86vm - x11-libs/pango[X] - x11-misc/wmctrl - x11-themes/hicolor-icon-theme - ) - !librsync-bundled? ( =sys-devel/gcc-4.2.0 - sys-libs/zlib - sys-libs/ncurses-compat:5" - -src_unpack() { - unpack ${A} - mkdir -p "${S}" || die - mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die - mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die - rmdir "${S}"/dropbox-lnx.*-${PV}/ || die - rmdir .dropbox-dist || die -} - -src_prepare() { - eapply_user - - rm -vf libGL.so.1 libX11* libdrm.so.2 libffi.so.6 libpopt.so.0 wmctrl || die - # tray icon doesnt load when removing libQt5* (bug 641416) - #rm -vrf libQt5* libicu* qt.conf plugins/ || die - if use X ; then - mv images/hicolor/16x16/status "${T}" || die - else - rm -vrf PyQt5* *pyqt5* images || die - fi - if use librsync-bundled ; then - patchelf --set-rpath '$ORIGIN' librsyncffi.compiled._librsyncffi*.so || die - else - rm -vf librsync.so.1 || die - fi - pax-mark cm dropbox - mv README ACKNOWLEDGEMENTS "${T}" || die -} - -src_install() { - local targetdir="/opt/dropbox" - - insinto "${targetdir}" - doins -r * - fperms a+x "${targetdir}"/{dropbox,dropboxd} - dosym "${targetdir}/dropboxd" "/opt/bin/dropbox" - - use X && doicon -s 16 -c status "${T}"/status - - make_desktop_entry "${PN}" "Dropbox" - - newinitd "${FILESDIR}"/dropbox.initd dropbox - newconfd "${FILESDIR}"/dropbox.conf dropbox - systemd_newunit "${FILESDIR}"/dropbox_at.service-r1 "dropbox@.service" - - dodoc "${T}"/{README,ACKNOWLEDGEMENTS} -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/net-misc/dropbox/dropbox-82.4.155.ebuild b/net-misc/dropbox/dropbox-82.4.155.ebuild deleted file mode 100644 index c21396bd015d..000000000000 --- a/net-misc/dropbox/dropbox-82.4.155.ebuild +++ /dev/null @@ -1,116 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils gnome2-utils pax-utils systemd - -DESCRIPTION="Dropbox daemon (pretends to be GUI-less)" -HOMEPAGE="https://www.dropbox.com/" -SRC_URI=" - x86? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz ) - amd64? ( https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz )" - -LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-linux" -IUSE="+librsync-bundled selinux X" -RESTRICT="mirror strip" - -QA_PREBUILT="opt/.*" -QA_EXECSTACK="opt/dropbox/dropbox" - -DEPEND="librsync-bundled? ( dev-util/patchelf )" - -# Be sure to have GLIBCXX_3.4.9, #393125 -RDEPEND="X? ( - dev-libs/glib:2 - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5[-gles2,xcb] - dev-qt/qtopengl:5[-gles2] - dev-qt/qtnetwork:5 - dev-qt/qtprintsupport:5[-gles2] - dev-qt/qtwebkit:5 - dev-qt/qtwidgets:5[-gles2] - media-libs/fontconfig - media-libs/freetype - virtual/jpeg - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXinerama - x11-libs/libXxf86vm - x11-libs/pango[X] - x11-misc/wmctrl - x11-themes/hicolor-icon-theme - ) - !librsync-bundled? ( =sys-devel/gcc-4.2.0 - sys-libs/zlib - sys-libs/ncurses-compat:5" - -src_unpack() { - unpack ${A} - mkdir -p "${S}" || die - mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die - mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die - rmdir "${S}"/dropbox-lnx.*-${PV}/ || die - rmdir .dropbox-dist || die -} - -src_prepare() { - eapply_user - - rm -vf libGL.so.1 libX11* libdrm.so.2 libffi.so.6 libpopt.so.0 wmctrl || die - # tray icon doesnt load when removing libQt5* (bug 641416) - #rm -vrf libQt5* libicu* qt.conf plugins/ || die - if use X ; then - mv images/hicolor/16x16/status "${T}" || die - else - rm -vrf PyQt5* *pyqt5* images || die - fi - if use librsync-bundled ; then - patchelf --set-rpath '$ORIGIN' librsyncffi.compiled._librsyncffi*.so || die - else - rm -vf librsync.so.1 || die - fi - pax-mark cm dropbox - mv README ACKNOWLEDGEMENTS "${T}" || die -} - -src_install() { - local targetdir="/opt/dropbox" - - insinto "${targetdir}" - doins -r * - fperms a+x "${targetdir}"/{dropbox,dropboxd} - dosym "${targetdir}/dropboxd" "/opt/bin/dropbox" - - use X && doicon -s 16 -c status "${T}"/status - - make_desktop_entry "${PN}" "Dropbox" "dropboxstatus-logo" - - newinitd "${FILESDIR}"/dropbox.initd dropbox - newconfd "${FILESDIR}"/dropbox.conf dropbox - systemd_newunit "${FILESDIR}"/dropbox_at.service-r2 "dropbox@.service" - - dodoc "${T}"/{README,ACKNOWLEDGEMENTS} -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/net-misc/dropbox/dropbox-81.4.195.ebuild b/net-misc/dropbox/dropbox-84.4.170.ebuild similarity index 100% rename from net-misc/dropbox/dropbox-81.4.195.ebuild rename to net-misc/dropbox/dropbox-84.4.170.ebuild diff --git a/net-misc/kea/Manifest b/net-misc/kea/Manifest index 6d48fd3f6459..62b23b50c605 100644 --- a/net-misc/kea/Manifest +++ b/net-misc/kea/Manifest @@ -1,2 +1,3 @@ DIST kea-1.6.0.tar.gz 7154301 BLAKE2B b05bd6cbf53140e10da2614917d2f314a048035f1ba5b33bc260166d203c3c99c1aa6438f886569aa5a809f705572096834dbb0ccea67eee1a93c1ed61fc0d9c SHA512 09e670996ad3dbfc523ad7639e3cfd43147bf370069cec80a6ba6af4c45264f33318594a20073f1c5d75bd19bcaa275e3167b243e13c5a6c151c10d634f338af DIST kea-1.7.0.tar.gz 7155043 BLAKE2B 8d4e218a769089fbea98578289eadc4dd012c39c4513528cceb5f69dc07e622be8636b4ff8325eb38db2e8e301326172d50dc23f56ca401b55cb9e0c5016e618 SHA512 70fb303ee528d8c5611f723cdf0f68d7dbbda061ee963a3f5d6ec0396a986cdc36370dec48bd6483fbe9acb551b53ad377ea1be6cea0a97456db4352bc162d06 +DIST kea-1.7.1.tar.gz 7203950 BLAKE2B 40684401e39a5e95dfa1b6d899fe8c6a9e3418a65d3314215b287bb9898324a52b296292c7bdd11cfdb4d1d2f7f7c15c26a3f7999269672272486240f2d7cc28 SHA512 7c8ff3fb0bb53fcccf406660ad50593afa5f03328889c03791f6ac28dd41fbbec2094071d786f03b5cac96f887b48c5cca5c1d10a8922a1027279726458522d1 diff --git a/net-misc/kea/kea-1.7.1.ebuild b/net-misc/kea/kea-1.7.1.ebuild new file mode 100644 index 000000000000..c915fee4402e --- /dev/null +++ b/net-misc/kea/kea-1.7.1.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs user + +MY_PV="${PV//_p/-P}" +MY_PV="${MY_PV/_/-}" +MY_P="${PN}-${MY_PV}" + +DESCRIPTION="High-performance production grade DHCPv4 & DHCPv6 server" +HOMEPAGE="http://www.isc.org/kea/" +if [[ ${PV} = 9999* ]] ; then + inherit autotools git-r3 + EGIT_REPO_URI="https://github.com/isc-projects/kea.git" +else + SRC_URI="ftp://ftp.isc.org/isc/kea/${MY_P}.tar.gz + ftp://ftp.isc.org/isc/kea/${MY_PV}/${MY_P}.tar.gz" + [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \ + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="ISC BSD SSLeay GPL-2" # GPL-2 only for init script +SLOT="0" +IUSE="mysql +openssl postgres samples" + +DEPEND=" + dev-libs/boost:= + dev-cpp/gtest + dev-libs/log4cplus + mysql? ( dev-db/mysql-connector-c ) + !openssl? ( dev-libs/botan:2= ) + openssl? ( dev-libs/openssl:0= ) + postgres? ( dev-db/postgresql:* ) +" +RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" + +S="${WORKDIR}/${MY_P}" + +src_prepare() { + default + [[ ${PV} = *9999 ]] && eautoreconf + # Brand the version with Gentoo + sed -i \ + -e "/VERSION=/s:'$: Gentoo-${PR}':" \ + configure || die +} + +src_configure() { + local myeconfargs=( + --disable-static + --enable-perfdhcp + --localstatedir="${EPREFIX}/var" + --without-werror + $(use_with mysql) + $(use_with openssl) + $(use_with postgres pgsql) + $(use_enable samples install-configurations) + ) + econf "${myeconfargs[@]}" +} + +src_install() { + default + newconfd "${FILESDIR}"/${PN}-confd ${PN} + newinitd "${FILESDIR}"/${PN}-initd ${PN} + keepdir /var/{lib,run}/${PN} /var/log + find "${ED}" -type f \( -name "*.a" -o -name "*.la" \) -delete || die +} + +pkg_preinst() { + enewgroup dhcp + enewuser dhcp -1 -1 /var/lib/dhcp dhcp +} diff --git a/net-misc/nextcloud-client/nextcloud-client-2.5.2.ebuild b/net-misc/nextcloud-client/nextcloud-client-2.5.2.ebuild index 4457883ae927..ec0ad38c8fec 100644 --- a/net-misc/nextcloud-client/nextcloud-client-2.5.2.ebuild +++ b/net-misc/nextcloud-client/nextcloud-client-2.5.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/nextcloud/desktop/archive/v${PV/_/-}.tar.gz -> ${P}. LICENSE="CC-BY-3.0 GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="doc dolphin nautilus shibboleth test" COMMON_DEPEND=">=dev-db/sqlite-3.4:3 diff --git a/net-misc/throttle/throttle-1.2-r1.ebuild b/net-misc/throttle/throttle-1.2-r1.ebuild new file mode 100644 index 000000000000..b6feb193f2df --- /dev/null +++ b/net-misc/throttle/throttle-1.2-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +# orphaned package, we keep its sources, but upstream is long gone, and +# disappeared + +DESCRIPTION="Bandwidth limiting pipe" +HOMEPAGE="https://www.gentoo.org/" +SRC_URI="https://dev.gentoo.org/~grobian/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-macos" +IUSE="" + +src_prepare() { + default + + eautoreconf +} diff --git a/net-print/Manifest.gz b/net-print/Manifest.gz index 5b03fabd91b9..271c56bb5347 100644 Binary files a/net-print/Manifest.gz and b/net-print/Manifest.gz differ diff --git a/net-print/adobeps/Manifest b/net-print/adobeps/Manifest deleted file mode 100644 index 32e028b8975d..000000000000 --- a/net-print/adobeps/Manifest +++ /dev/null @@ -1,15 +0,0 @@ -DIST Winstchs.exe 7763014 BLAKE2B 7fffc5be1ca8bb86286417bdc032deefcc997fbb9faf24caa6cb5067a6ae4373cb00464e85d4111d62d430460b50b88561ac986febdcb3101f7cd61485582bec SHA512 cf8041b9212adcabff6c3d5e547b9bb5d9c2d36ecec175cb7fff71185e8805909dc6ec7b42e68f794d66b5a4f3ce6d5b7f602c42926ffea57674f0f4597665e8 -DIST winstDan.exe 7815273 BLAKE2B bfb039559994b42a835940bb3e5f713a9a23e793e62529372e6b8399cd959a09ab1c8c4902a8acda8ed42cd685b56c8b7b12f14833ae0bc64fffc9719802d6dc SHA512 7981fe9655c798210de58a797227c7891c3355d29df8bd525bc99f8dacb7d235b1599e6b6a12136d78d63729827481edc2f8bb7eb60b728f0ae05861d925320a -DIST winstbrz.exe 7820627 BLAKE2B c884ffce131b65f0426291215d6a1cd49c1936825241b0335236a4a95bb4a4147b69e69e7d75a45aeb3c26db38359e166b6b5e6668931114b92362dfb38888f9 SHA512 72f24812841945d49d0d1ccb99e2f906062f37ff9c0764b9ac58d999c85ce6e8c0348d09c638c01a82f68dc99dbb17abdbc11f0d1f712d2ee6b181d611d3b413 -DIST winstcht.exe 7780767 BLAKE2B 2df4f4e88382e31ea4adf0d97a87bd84e370e6fba6cc01e185dd344bffde13944727f0fc571442b727f564d7748fe644bf1911c32af7b0349bfb277f04ead676 SHA512 61d7957560edbe19928be5a55709156e3c55dc671bb0bbe4ddad0b0529a483281a24d6b37d29d2d202d672457a705715c1b52bb6e2187de353666bd4e2649dbc -DIST winstdut.exe 7835281 BLAKE2B a83a5202af0b215edbcd77c290c1833bcab57b0cc882cf93717cde60de8a5d54ee30f73bdb113aaea1ab3c58e51e0724289fbee5fe0de5b9568738591571ca5b SHA512 0a125d98fb12a2ac7eb47d5a2e8649f09c9e4bb50803b68b891b9403d5655debeb22cca35d29b7544494ad71a6b5eb28efa2d9b1a34856584afeac1ed86c600d -DIST winsteng.exe 7740765 BLAKE2B 1822e24652ccc9bf2ba68de5689e5f228b7c8647d08df513784855bb379cae16aeea722a3655906e8e5edb71d0fa60ca06024bbfc75831b8c03c00134858a874 SHA512 4da2460a85b9d86acdef20ed564ca1e19213f125487ec197eae9c88caf540fce123d2c2decf32978c2a3e55f52a5441cacd7826a7e916557087678532296f889 -DIST winstfin.exe 7821985 BLAKE2B b52627e2ee9013b784ed282cb469279bae2e3133f033263dfff9d6ad819d0693bb71efd2947cb3f9ad702f0a609f9b08796183910a7c311ecbf42c0f9d9a3828 SHA512 6eaf6ae2ff0e476cee3b75d476bf56078dad2c04194eb17e780add94c1a667836e950737054e0efd7a274e46f966852f3b2dcdeb26742a5c8fbdaa404d686224 -DIST winstfre.exe 7834972 BLAKE2B 0d87506d6e10b12aab60c7c6d9ff3a605dfa0b70dd2eb053b95fdaf68f3f1e2f613a72d2d826c77bd41893b57a7592837e9f5c193a679e2504dea35b36a01bbf SHA512 4d42cea3539daac9f485d4381960503ec7bc5c32dfa9ec2969f232c45f5552355fe02c7cb6b4f952425dfa820b22274190dd9d8b46a760da2a6e868bf44e3536 -DIST winstger.exe 7849748 BLAKE2B 3dc6aac6502bde357c10f4e35330d63da2bc3052415c24af33d649b59719041d3ea3ca720be3944bcc4e945a6013c6f6c27db5caa59ed637c1bc8bae8a098e5b SHA512 99a7d9fc2dd2968b59a96700db7ebd8ca467eb5a4d2e0596829758090aad264ab9acdcf82cc4cf359b018b6f337b8b80a99c82ff393f885b96e7b28880f2a2cc -DIST winstita.exe 7839874 BLAKE2B a6c7b5d2b2a54afd1e734fa75a5db4da7186b0bf5641b07285a4029c2ac15f42222cc512dc668064347e34e11a45ebfd489861d2ae2426bf32b64ecdcc19af58 SHA512 9f082a1194509eb89a87c2fef32e16358710d3cf252fe63afa65fc66cc22fe9e3d5fc56e9df7fd2ec7bdf1607d45f084fcd2ad50d854c1d2aea756206ee9ad28 -DIST winstjpn.exe 7852247 BLAKE2B c16fc533069a91cc1d4e5df1ff7f63418524c682790857f3abc27eb4bb5f80b5e44d438947ef6c0e995af203e28e38029fa5b7d9fe8df30f6b0b2494026f49e5 SHA512 91512223c7f4124e26c4b047460334beb6c1a62f4594c7f693e3fcc921ac5a2a8067535d28a1e7e7a3c69b06c72248b6b6d5b6336a330e2a4e69678a018f8940 -DIST winstkor.exe 7794202 BLAKE2B 97b1e3d32706d03f1e09018c4a3763b49676959c22a34434d1ec1e57cfbe3bde20a51154ac53ef7ba94e3ec9e305f6040ab0a6cb98574f77ce3d86caf900b0c7 SHA512 43d3374cf456ba7864ea9f5602126877f80fefabc2313d10ca9e9b7a037a2a59c6190184f847ca1643aa4e98fb84878832251ff0bd58830f610aa5f08f44f7ad -DIST winstnor.exe 7827002 BLAKE2B 22f2574155674b19b08ba1b4c1640a0f2d39026229435ac98e14db18e98d6b516531eabe4b272f7892e8963ecba0c4c36e5d8f94569617e2c56a6779667a0be8 SHA512 eb0621ae8b168ed4a37b77fe2452eb2a4fd85eef109dfd2b53303a3668594300baa2c7a611418817ecf009ad79c77fbef7a95a6f1d1008af087228965cf2e7a1 -DIST winstspa.exe 7839771 BLAKE2B f5850de72b0dcb5e1914be097c4785454df213d37e7ebd90e0d2ea6b5c434a181521cf88a9d4900b1f9500a8242e7bb1ae83352bd95792aa73132b2c2675ad0e SHA512 9ae33f151693a06a0c67490385cc45fd0226031ffd2d9fae5fd2b9da0e54a047315617b81937cefa54932c0379e1403645bc8c037fb276dc070b8fd7424d7c35 -DIST winstswe.exe 7803620 BLAKE2B 781f2220a84293e1958a5738f3289f6c8a74e97a0858e2b3685cc4032e9a5eb20b71b884915a1aa5bcddc7f3ff28d27b06f6834a080b0f04adb916b195ef7235 SHA512 4b8cab11bd210e487fc38e8304696802cff75a769b6b70fcbe691e1f1324bcf291ef61b4aaa3c989454822b4374d9903404a362caadb49e2c3a97a2e69cd828d diff --git a/net-print/adobeps/adobeps-1.0.6-r1.ebuild b/net-print/adobeps/adobeps-1.0.6-r1.ebuild deleted file mode 100644 index bcd8b1ef9332..000000000000 --- a/net-print/adobeps/adobeps-1.0.6-r1.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -DESCRIPTION="Adobe PostScript drivers for Windows for use with CUPS" -HOMEPAGE="http://www.adobe.com/support/downloads/product.jsp?product=44&platform=Windows" -SRC_URI_BASE="ftp://ftp.adobe.com/pub/adobe/printerdrivers/win/1.x" -SRC_URI="" - -LICENSE="AdobePS" -RESTRICT="mirror" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="cups" - -DEPEND="app-arch/cabextract" -RDEPEND="cups? ( >=net-print/cups-1.2 )" - -IUSE_L10N=( en da de es fi fr it ja ko nl no pt-BR sv zh-CN zh-TW ) -IUSE_FILES=( winsteng winstDan winstger winstspa winstfin winstfre winstita - winstjpn winstkor winstdut winstnor winstbrz winstswe Winstchs winstcht ) - -IUSE_LANGS="" -IUSE_CLOSE="" -for (( X=0; X < ${#IUSE_L10N[@]}; X++ )); do - IUSE+=" l10n_${IUSE_L10N[X]}" - SRC_URI+=" l10n_${IUSE_L10N[X]}? ( ${SRC_URI_BASE}/${IUSE_FILES[X]}.exe )" - IUSE_LANGS+=" !l10n_${IUSE_L10N[X]}? (" - IUSE_CLOSE+=" )" -done -SRC_URI="${SRC_URI} ${IUSE_LANGS} ${SRC_URI_BASE}/${IUSE_FILES[0]}.exe${IUSE_CLOSE}" - -S="${WORKDIR}" - -pkg_setup() { - local X L="" - ADOBEPS_LANG="" - for X in "${IUSE_L10N[@]}"; do - if use l10n_"${X}"; then - L+=" ${X}" - [[ -z ${ADOBEPS_LANG} ]] && ADOBEPS_LANG="${X}" - fi - done - # default to English if no L10N flags are set - if [[ -z ${ADOBEPS_LANG} ]]; then - L="en" - ADOBEPS_LANG="en" - fi - elog "Selected languages:" ${L} - use cups && elog "CUPS drivers language: ${ADOBEPS_LANG}" -} - -src_unpack() { - local X L - for (( X=0; X < ${#IUSE_L10N[@]}; X++ )); do - L="${IUSE_L10N[X]}" - if use l10n_"${L}" || [[ ${L} = "${ADOBEPS_LANG}" ]]; then - cabextract -Lq -d "${S}/${IUSE_L10N[X]}" \ - "${DISTDIR}/${IUSE_FILES[X]}.exe" || die "unpack failed" - fi - done -} - -src_install() { - local X - for X in "${IUSE_L10N[@]}"; do - if use l10n_"${X}" || [[ ${X} = "${ADOBEPS_LANG}" ]]; then - # files and filenames taken from cupsaddsmb man-page - insinto "/usr/share/${PN}/${X/-/_}" - # Windows 2000 and higher - doins ${X}/winxp/{ps5ui.dll,pscript.hlp,pscript.ntf,pscript5.dll} - # Windows 95, 98, and Me - newins ${X}/windows/adfonts.mfm ADFONTS.MFM - newins ${X}/windows/adobeps4.drv ADOBEPS4.DRV - newins ${X}/windows/adobeps4.hlp ADOBEPS4.HLP - newins ${X}/windows/iconlib.dll ICONLIB.DLL - newins ${X}/windows/psmon.dll PSMON.DLL - fi - done - # symlink primary language to cups drivers - if use cups; then - dodir /usr/share/cups/drivers - for X in ps5ui.dll pscript.hlp pscript.ntf pscript5.dll \ - ADFONTS.MFM ADOBEPS4.DRV ADOBEPS4.HLP ICONLIB.DLL PSMON.DLL; do - dosym "../../${PN}/${ADOBEPS_LANG/-/_}/${X}" \ - "/usr/share/cups/drivers/${X}" - done - fi -} diff --git a/net-print/adobeps/metadata.xml b/net-print/adobeps/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/net-print/adobeps/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz index 73229e36f0e7..49285ba12020 100644 Binary files a/profiles/Manifest.gz and b/profiles/Manifest.gz differ diff --git a/profiles/arch/amd64/no-multilib/package.mask b/profiles/arch/amd64/no-multilib/package.mask index acd6cae65a8f..433e985b3362 100644 --- a/profiles/arch/amd64/no-multilib/package.mask +++ b/profiles/arch/amd64/no-multilib/package.mask @@ -80,7 +80,6 @@ games-fps/doom3-lms games-fps/doom3-mitm games-fps/doom3-roe games-fps/enemy-territory -games-fps/enemy-territory-etpro games-fps/enemy-territory-omnibot games-fps/enemy-territory-truecombat games-fps/etqw-bin @@ -116,7 +115,6 @@ games-rpg/dungeon-defenders games-rpg/eschalon-book-1-demo games-rpg/wasteland2 games-server/etqw-ded -games-server/nwn-ded games-simulation/bcs-demo games-strategy/darwinia games-strategy/darwinia-demo diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index be558cdfa907..f4a364e4c9c0 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -197,11 +197,6 @@ app-emulation/vice ffmpeg # yet (bug #542210) net-analyzer/pmacct mongodb -# Pacho Ramos -# sci-visualization/paraview is not ready for stabilization yet -# See bug #541012 -sci-libs/openfoam paraview - # Ben de Groot # Mask experimental feature on stable. This also needs not yet stable mupdf. app-text/qpdfview fitz diff --git a/profiles/default/linux/musl/package.mask b/profiles/default/linux/musl/package.mask index 9f31d5327bd1..aa51130f2079 100644 --- a/profiles/default/linux/musl/package.mask +++ b/profiles/default/linux/musl/package.mask @@ -41,7 +41,6 @@ games-emulation/nestra games-emulation/zinc games-emulation/zsnes games-fps/enemy-territory -games-fps/enemy-territory-etpro games-fps/enemy-territory-truecombat games-fps/etqw-demo games-fps/glxquake-bin diff --git a/profiles/default/linux/uclibc/package.mask b/profiles/default/linux/uclibc/package.mask index 29bdb6c02aa7..e8945d48d58f 100644 --- a/profiles/default/linux/uclibc/package.mask +++ b/profiles/default/linux/uclibc/package.mask @@ -25,7 +25,6 @@ games-action/shadowgrounds-bin games-action/shadowgrounds-survivor-bin games-action/trine games-fps/enemy-territory -games-fps/enemy-territory-etpro games-fps/enemy-territory-truecombat games-fps/etqw-bin games-fps/glxquake-bin diff --git a/profiles/package.mask b/profiles/package.mask index 18a680ba158c..4de8b63605cd 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -486,42 +486,6 @@ dev-php/suhosin dev-php/xcache (2019-09-28) -# Merged into Mesa. No reverse dependencies. Bug #654464 -# Removal in 30 days -media-libs/libtxc_dxtn - -# Sergei Trofimovich (2019-09-28) -# ppc64/ia64 binary-only package was needed to workaround -# gcc-3.3 bugs. Should not be needed anymore. To be removed -# in 30 days. -sys-libs/libstdc++-v3-bin - -# Michał Górny (2019-09-28) -# All of the following packages are unfetchable and mirror-restricted. -# -# games-fps/enemy-territory-etpro: #638092 -# games-rpg/runescape-launcher: #625884 -# games-server/bf1942-lnxded: #640576 -# games-server/nwn-ded: #640578 -# games-strategy/mindrover-demo: #640586 -# media-fonts/hkscs-ming: #640590 -# net-print/adobeps: #687000 -# sci-chemistry/xdsstat-bin: #673962 -# sci-libs/parmgridgen (+ revdep sci-libs/openfoam): #633888 -# -# Removal in 30 days. -games-fps/enemy-territory-etpro -games-rpg/runescape-launcher -games-server/bf1942-lnxded -games-server/nwn-ded -games-strategy/mindrover-demo -media-fonts/hkscs-ming -net-print/adobeps -sci-chemistry/xdsstat-bin -sci-libs/openfoam -sci-libs/parmgridgen - # Stefan Strogin (2019-09-27) # Requires >=dev-lang/lua-5.3 which is masked >=dev-util/bam-0.5.0 diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 6245fe03696b..217f10f62d4e 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -7522,9 +7522,6 @@ sci-libs/opencascade:gl2ps - Use gl2ps PostScript printing library sci-libs/opencascade:gles2 - Use OpenGL ES 2.0 sci-libs/opencascade:tbb - Enable multithreading with the Intel Threads Building Block dev-cpp/tbb sci-libs/opencascade:vtk - Enable Visualization Toolkit -sci-libs/openfoam:opendx - Install opendx visualisation tool -sci-libs/openfoam:paraview - Enable support for paraview library -sci-libs/openfoam:src - Install source files sci-libs/orocos_kdl:models - Build models for some well known robots. sci-libs/p4est:romio - Build with support for the ROMIO MPI-IO component sci-libs/p4est:vtk-binary - Enable binary vtk output. If disabled vtk files will be written in ASCII text format. diff --git a/sci-chemistry/Manifest.gz b/sci-chemistry/Manifest.gz index 9924d9806378..c70eca4a8dc0 100644 Binary files a/sci-chemistry/Manifest.gz and b/sci-chemistry/Manifest.gz differ diff --git a/sci-chemistry/xdsstat-bin/Manifest b/sci-chemistry/xdsstat-bin/Manifest deleted file mode 100644 index 130ae0fada56..000000000000 --- a/sci-chemistry/xdsstat-bin/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST xdsstat-linux32.bz2 505522 BLAKE2B 5956483b3b73513398e7dcef4b7b0f358477453132e5ab55cd119c757e54ab5883f03273ac199e87c2c5b75e0623c00ddc0127d3a892d9d8935d9dfaa2111925 SHA512 2488ea0bb136d46f70648eca20012ba2f687ac2a81dad44a7f97a00762aac19ffbcdfe78ac42d4b3d2ab4ced9b9627b73b185f17126ef2311e1939788f4561be -DIST xdsstat-linux64.bz2 172909 BLAKE2B 0cccf4ca4ea7c69daa6051d068d4387fbe361f2831d4fb3e811ca11b5c2506467ca902a35f9441679de0ae78f850a5ae53b03d0b659a44bbfeca43051280ed56 SHA512 5a649cbe2937f13696e6a85cda46eef3b9e3e0ec38717b5ddf2bfacb69919e5e4476070413a7ac80d454390c58006f5b17adc52373f17182bc2bcb8bcac2a235 diff --git a/sci-chemistry/xdsstat-bin/metadata.xml b/sci-chemistry/xdsstat-bin/metadata.xml deleted file mode 100644 index 8937bad0b175..000000000000 --- a/sci-chemistry/xdsstat-bin/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - sci-chemistry@gentoo.org - Gentoo Chemistry Project - - diff --git a/sci-chemistry/xdsstat-bin/xdsstat-bin-171217.ebuild b/sci-chemistry/xdsstat-bin/xdsstat-bin-171217.ebuild deleted file mode 100644 index 0c144d9b28e2..000000000000 --- a/sci-chemistry/xdsstat-bin/xdsstat-bin-171217.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PN="${PN/-bin}" - -DESCRIPTION="Prints various statistics (that are not available from XDS itself)" -HOMEPAGE="https://strucbio.biologie.uni-konstanz.de/xdswiki/index.php/XDSSTAT" -SRC_URI=" - amd64? ( ftp://turn5.biologie.uni-konstanz.de/pub/${MY_PN}-linux64.bz2 ) - x86? ( ftp://turn5.biologie.uni-konstanz.de/pub/${MY_PN}-linux32.bz2 ) -" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="~amd64 ~amd64-linux" -IUSE="" - -RDEPEND="sci-chemistry/xds-bin" -DEPEND="" - -RESTRICT="mirror" - -QA_PREBUILT="opt/bin/*" - -S="${WORKDIR}" - -src_install() { - exeinto /opt/bin - newexe ${MY_PN}* ${MY_PN} -} diff --git a/sci-libs/Manifest.gz b/sci-libs/Manifest.gz index 558a7e54bb5a..3682ef3e536b 100644 Binary files a/sci-libs/Manifest.gz and b/sci-libs/Manifest.gz differ diff --git a/sci-libs/lapack/lapack-3.8.0.ebuild b/sci-libs/lapack/lapack-3.8.0.ebuild index 223eeadad7be..d564fb2dde5c 100644 --- a/sci-libs/lapack/lapack-3.8.0.ebuild +++ b/sci-libs/lapack/lapack-3.8.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.netlib.org/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="lapacke doc eselect-ldso" # TODO: static-libs 64bit-index diff --git a/sci-libs/openfoam/Manifest b/sci-libs/openfoam/Manifest deleted file mode 100644 index a6b317c7242c..000000000000 --- a/sci-libs/openfoam/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST OpenFOAM-2.2.1.tgz 37600247 BLAKE2B ba364c052e482379e7a280aa4d35260e276eab61a93668e1ca26ddcbf8228f67f7562cf90e6d9e659b5971b0b8f28455ef1a8420d901e911913c331c34edc739 SHA512 1b3afab700ca6e8b328ec76b5d862e67696ad6c622bc1d3a26c3cc87d6ad62f752be72cc0644510b63612fd1441e7a2969e3b53728d30f2a67a2453530fcd286 -DIST OpenFOAM-2.2.2.tgz 32536146 BLAKE2B e56a9fd2f85baeca478ea5ab663fe502ca20234da0fe379cf44fe2189813c0fb675e8a94ed1a4fae7972c9dfd0ad4e36da6eea1dc0b34d9771cdd881d931b0a9 SHA512 c57128b4a3fea0419118963a0e65dcecb532cb36713a03c3beef027e57f5a48c6839f35286eb9163cceb9e278bef6135bca7ca53990c2dbe4544fb26e82098d0 -DIST OpenFOAM-2.3.0.tgz 37339475 BLAKE2B b09369bbd76dd0555e8a89b108196e47fd7d410447e95991132f6f2d3ab59d0b8b22370d7bb2fab2425bd66dcce2f687fbf6b4c293dd3fd81103b931b0455c80 SHA512 314e4726c3814bf8efebee88be0113c3921be8daeb947ef325688911ff6dc265f144952adf77af1d274abff58c68331bc48f4e74ef7a632c98adbd87fe79355c -DIST OpenFOAM-2.3.1.tgz 37660806 BLAKE2B 36a9034bd9e601303c6d141d1f236650ed890ba1a032f81cfa11073fbb5deece734691b0d64069c7e59af055d2336fc725beeec8f612242098b139dd6abeb1d7 SHA512 a55cb2c8ac66bbfff81249aab759e1178895597460544009129883ab775813bb028d4c294d1913fd644d9d2268d075d2fd151c1cd1aac69080555f99ce1c182e -DIST OpenFOAM-2.4.0.tgz 41640005 BLAKE2B d8d3efb323966d0b1617a80711724e9a9f52372f7548bab6f6d41c6920f20fb25f2d0dbfdb82a5b7ce6604548fc61ef3f383f045c3b90ac7d5c3132f3933ca8f SHA512 1916191d810676145a88492e902840f5cbd839f3b221dcf55c5edc26791b395c1d36fd6ef37e4c1bc1f813357a3b22ce3ec3e1b802ac49157f76d25e6ca53cbe diff --git a/sci-libs/openfoam/metadata.xml b/sci-libs/openfoam/metadata.xml deleted file mode 100644 index 3bb70c9ae50b..000000000000 --- a/sci-libs/openfoam/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - patrick@gentoo.org - Patrick Lauer - - - Install opendx visualisation tool - Install source files - Enable support for paraview library - - - downloads - - diff --git a/sci-libs/openfoam/openfoam-2.2.1.ebuild b/sci-libs/openfoam/openfoam-2.2.1.ebuild deleted file mode 100644 index 711bb0042fcd..000000000000 --- a/sci-libs/openfoam/openfoam-2.2.1.ebuild +++ /dev/null @@ -1,108 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils versionator multilib toolchain-funcs multiprocessing - -MY_PN="OpenFOAM" -MY_PV=$(get_version_component_range 1-2) -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Open Field Operation and Manipulation - CFD Simulation Toolbox" -HOMEPAGE="http://www.openfoam.org" -SRC_URI="http://downloads.sourceforge.net/foam/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="2.2" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples opendx src" - -RDEPEND="!=sci-libs/openfoam-bin-${MY_PV}* - !=sci-libs/openfoam-kernel-${MY_PV}* - !=sci-libs/openfoam-meta-${MY_PV}* - !=sci-libs/openfoam-solvers-${MY_PV}* - !=sci-libs/openfoam-utilities-${MY_PV}* - !=sci-libs/openfoam-wmake-${MY_PV}* - sci-libs/parmetis - sci-libs/parmgridgen - sci-libs/scotch - virtual/mpi - opendx? ( sci-visualization/opendx )" -DEPEND="${DEPEND} - doc? ( app-doc/doxygen[dot] )" - -S=${WORKDIR}/${MY_P} -INSDIR="/usr/$(get_libdir)/${MY_PN}/${MY_P}" - -pkg_setup() { - # just to be sure the right profile is selected (gcc-config) - if ! version_is_at_least 4.3 $(gcc-version) ; then - die "${PN} requires >=sys-devel/gcc-4.3 to compile." - fi - - elog - elog "In order to use ${MY_PN} you should add the following line to ~/.bashrc :" - elog - elog "alias startOF$(delete_all_version_separators ${MY_PV})='source ${INSDIR}/etc/bashrc'" - elog - elog "And everytime you want to use OpenFOAM you have to execute startOF$(delete_all_version_separators ${MY_PV})" - ewarn - ewarn "FoamX is deprecated since ${MY_PN}-1.5! " - ewarn -} - -src_configure() { - if has_version sys-cluster/mpich2 ; then - export WM_MPLIB=MPICH - elif has_version sys-cluster/openmpi ; then - export WM_MPLIB=OPENMPI - else - die "You need one of the following mpi implementations: openmpi or mpich2" - fi - - sed -i -e "s|WM_MPLIB:=OPENMPI|WM_MPLIB:="${WM_MPLIB}"|" etc/bashrc - sed -i -e "s|setenv WM_MPLIB OPENMPI|setenv WM_MPLIB "${WM_MPLIB}"|" etc/cshrc - - sed -i -e "s|^foamInstall=\$HOME|foamInstall=/usr/$(get_libdir)|" etc/bashrc - sed -i -e "s|^set foamInstall = \$HOME|set foamInstall = /usr/$(get_libdir)|" etc/cshrc -} - -src_compile() { - export WM_NCOMPPROCS=$(makeopts_jobs) - - export FOAM_INST_DIR=${WORKDIR} - source etc/bashrc - - find wmake -name dirToString -exec rm -rf {} + - find wmake -name wmkdep -exec rm -rf {}+ - - if use doc ; then - ./Allwmake doc || die "could not build" - else - ./Allwmake || die "could not build" - fi -} - -src_test() { - cd bin - ./foamInstallationTest -} - -src_install() { - insinto ${INSDIR} - doins -r etc - - use examples && doins -r tutorials - - use src && doins -r src - - insopts -m0755 - doins -r bin applications platforms wmake - - dodoc README.html doc/Guides-a4/*.pdf - - if use doc ; then - dohtml -r doc/Doxygen - fi -} diff --git a/sci-libs/openfoam/openfoam-2.2.2.ebuild b/sci-libs/openfoam/openfoam-2.2.2.ebuild deleted file mode 100644 index 711bb0042fcd..000000000000 --- a/sci-libs/openfoam/openfoam-2.2.2.ebuild +++ /dev/null @@ -1,108 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils versionator multilib toolchain-funcs multiprocessing - -MY_PN="OpenFOAM" -MY_PV=$(get_version_component_range 1-2) -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Open Field Operation and Manipulation - CFD Simulation Toolbox" -HOMEPAGE="http://www.openfoam.org" -SRC_URI="http://downloads.sourceforge.net/foam/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="2.2" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples opendx src" - -RDEPEND="!=sci-libs/openfoam-bin-${MY_PV}* - !=sci-libs/openfoam-kernel-${MY_PV}* - !=sci-libs/openfoam-meta-${MY_PV}* - !=sci-libs/openfoam-solvers-${MY_PV}* - !=sci-libs/openfoam-utilities-${MY_PV}* - !=sci-libs/openfoam-wmake-${MY_PV}* - sci-libs/parmetis - sci-libs/parmgridgen - sci-libs/scotch - virtual/mpi - opendx? ( sci-visualization/opendx )" -DEPEND="${DEPEND} - doc? ( app-doc/doxygen[dot] )" - -S=${WORKDIR}/${MY_P} -INSDIR="/usr/$(get_libdir)/${MY_PN}/${MY_P}" - -pkg_setup() { - # just to be sure the right profile is selected (gcc-config) - if ! version_is_at_least 4.3 $(gcc-version) ; then - die "${PN} requires >=sys-devel/gcc-4.3 to compile." - fi - - elog - elog "In order to use ${MY_PN} you should add the following line to ~/.bashrc :" - elog - elog "alias startOF$(delete_all_version_separators ${MY_PV})='source ${INSDIR}/etc/bashrc'" - elog - elog "And everytime you want to use OpenFOAM you have to execute startOF$(delete_all_version_separators ${MY_PV})" - ewarn - ewarn "FoamX is deprecated since ${MY_PN}-1.5! " - ewarn -} - -src_configure() { - if has_version sys-cluster/mpich2 ; then - export WM_MPLIB=MPICH - elif has_version sys-cluster/openmpi ; then - export WM_MPLIB=OPENMPI - else - die "You need one of the following mpi implementations: openmpi or mpich2" - fi - - sed -i -e "s|WM_MPLIB:=OPENMPI|WM_MPLIB:="${WM_MPLIB}"|" etc/bashrc - sed -i -e "s|setenv WM_MPLIB OPENMPI|setenv WM_MPLIB "${WM_MPLIB}"|" etc/cshrc - - sed -i -e "s|^foamInstall=\$HOME|foamInstall=/usr/$(get_libdir)|" etc/bashrc - sed -i -e "s|^set foamInstall = \$HOME|set foamInstall = /usr/$(get_libdir)|" etc/cshrc -} - -src_compile() { - export WM_NCOMPPROCS=$(makeopts_jobs) - - export FOAM_INST_DIR=${WORKDIR} - source etc/bashrc - - find wmake -name dirToString -exec rm -rf {} + - find wmake -name wmkdep -exec rm -rf {}+ - - if use doc ; then - ./Allwmake doc || die "could not build" - else - ./Allwmake || die "could not build" - fi -} - -src_test() { - cd bin - ./foamInstallationTest -} - -src_install() { - insinto ${INSDIR} - doins -r etc - - use examples && doins -r tutorials - - use src && doins -r src - - insopts -m0755 - doins -r bin applications platforms wmake - - dodoc README.html doc/Guides-a4/*.pdf - - if use doc ; then - dohtml -r doc/Doxygen - fi -} diff --git a/sci-libs/openfoam/openfoam-2.3.0-r1.ebuild b/sci-libs/openfoam/openfoam-2.3.0-r1.ebuild deleted file mode 100644 index 0935f6953805..000000000000 --- a/sci-libs/openfoam/openfoam-2.3.0-r1.ebuild +++ /dev/null @@ -1,111 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils versionator multilib toolchain-funcs multiprocessing - -MY_PN="OpenFOAM" -MY_PV=$(get_version_component_range 1-2) -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Open Field Operation and Manipulation - CFD Simulation Toolbox" -HOMEPAGE="http://www.openfoam.org" -SRC_URI="http://downloads.sourceforge.net/foam/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="2.3" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples opendx src" - -RDEPEND="!=sci-libs/openfoam-bin-${MY_PV}* - !=sci-libs/openfoam-kernel-${MY_PV}* - !=sci-libs/openfoam-meta-${MY_PV}* - !=sci-libs/openfoam-solvers-${MY_PV}* - !=sci-libs/openfoam-utilities-${MY_PV}* - !=sci-libs/openfoam-wmake-${MY_PV}* - sci-libs/parmetis - sci-libs/parmgridgen - sci-libs/scotch - virtual/mpi - opendx? ( sci-visualization/opendx )" -DEPEND="${DEPEND} - doc? ( app-doc/doxygen[dot] )" - -S=${WORKDIR}/${MY_P} -INSDIR="/usr/$(get_libdir)/${MY_PN}/${MY_P}" - -pkg_setup() { - # just to be sure the right profile is selected (gcc-config) - if ! version_is_at_least 4.3 $(gcc-version) ; then - die "${PN} requires >=sys-devel/gcc-4.3 to compile." - fi - - elog - elog "In order to use ${MY_PN} you should add the following line to ~/.bashrc :" - elog - elog "alias startOF$(delete_all_version_separators ${MY_PV})='source ${INSDIR}/etc/bashrc'" - elog - elog "And everytime you want to use OpenFOAM you have to execute startOF$(delete_all_version_separators ${MY_PV})" - ewarn - ewarn "FoamX is deprecated since ${MY_PN}-1.5! " - ewarn -} - -src_configure() { - if has_version sys-cluster/mpich2 ; then - export WM_MPLIB=MPICH - elif has_version sys-cluster/openmpi ; then - export WM_MPLIB=OPENMPI - else - die "You need one of the following mpi implementations: openmpi or mpich2" - fi - - sed -i -e "s|WM_MPLIB:=OPENMPI|WM_MPLIB:="${WM_MPLIB}"|" etc/bashrc - sed -i -e "s|setenv WM_MPLIB OPENMPI|setenv WM_MPLIB "${WM_MPLIB}"|" etc/cshrc - - sed -i -e "s|^foamInstall=\$HOME|foamInstall=/usr/$(get_libdir)|" etc/bashrc - sed -i -e "s|^set foamInstall = \$HOME|set foamInstall = /usr/$(get_libdir)|" etc/cshrc - - sed -i -e 's|^export ParaView_DIR=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$paraviewArchName|export ParaView_DIR=/usr|' etc/config/paraview.sh - sed -i -e 's|^setenv ParaView_DIR $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$paraviewArchName|setenv ParaView_DIR /usr|' etc/config/paraview.csh -} - -src_compile() { - export WM_NCOMPPROCS=$(makeopts_jobs) - - export FOAM_INST_DIR=${WORKDIR} - source etc/bashrc - - find wmake -name dirToString -exec rm -rf {} + - find wmake -name wmkdep -exec rm -rf {}+ - - ./Allwmake || die "could not build" - if use doc ; then - doc/Allwmake || die "could not build" - fi -} - -# Doesn't do anything sane -#src_test() { -# cd bin -# ./foamInstallationTest -#} - -src_install() { - insinto ${INSDIR} - doins -r etc - - use examples && doins -r tutorials - - use src && doins -r src - - insopts -m0755 - doins -r bin applications platforms wmake - - dodoc README.html doc/Guides-a4/*.pdf - - if use doc ; then - dohtml -r doc/Doxygen - fi -} diff --git a/sci-libs/openfoam/openfoam-2.3.1-r1.ebuild b/sci-libs/openfoam/openfoam-2.3.1-r1.ebuild deleted file mode 100644 index 9ed9cb2b0907..000000000000 --- a/sci-libs/openfoam/openfoam-2.3.1-r1.ebuild +++ /dev/null @@ -1,111 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils versionator multilib toolchain-funcs multiprocessing - -MY_PN="OpenFOAM" -MY_PV=$(get_version_component_range 1-2) -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Open Field Operation and Manipulation - CFD Simulation Toolbox" -HOMEPAGE="http://www.openfoam.org" -SRC_URI="http://downloads.sourceforge.net/foam/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="2.3" -KEYWORDS="amd64 x86" -IUSE="doc examples opendx src" - -RDEPEND="!=sci-libs/openfoam-bin-${MY_PV}* - !=sci-libs/openfoam-kernel-${MY_PV}* - !=sci-libs/openfoam-meta-${MY_PV}* - !=sci-libs/openfoam-solvers-${MY_PV}* - !=sci-libs/openfoam-utilities-${MY_PV}* - !=sci-libs/openfoam-wmake-${MY_PV}* - sci-libs/parmetis - sci-libs/parmgridgen - sci-libs/scotch - virtual/mpi - opendx? ( sci-visualization/opendx )" -DEPEND="${DEPEND} - doc? ( app-doc/doxygen[dot] )" - -S=${WORKDIR}/${MY_P} -INSDIR="/usr/$(get_libdir)/${MY_PN}/${MY_P}" - -pkg_setup() { - # just to be sure the right profile is selected (gcc-config) - if ! version_is_at_least 4.3 $(gcc-version) ; then - die "${PN} requires >=sys-devel/gcc-4.3 to compile." - fi - - elog - elog "In order to use ${MY_PN} you should add the following line to ~/.bashrc :" - elog - elog "alias startOF$(delete_all_version_separators ${MY_PV})='source ${INSDIR}/etc/bashrc'" - elog - elog "And everytime you want to use OpenFOAM you have to execute startOF$(delete_all_version_separators ${MY_PV})" - ewarn - ewarn "FoamX is deprecated since ${MY_PN}-1.5! " - ewarn -} - -src_configure() { - if has_version sys-cluster/mpich2 ; then - export WM_MPLIB=MPICH - elif has_version sys-cluster/openmpi ; then - export WM_MPLIB=OPENMPI - else - die "You need one of the following mpi implementations: openmpi or mpich2" - fi - - sed -i -e "s|WM_MPLIB:=OPENMPI|WM_MPLIB:="${WM_MPLIB}"|" etc/bashrc - sed -i -e "s|setenv WM_MPLIB OPENMPI|setenv WM_MPLIB "${WM_MPLIB}"|" etc/cshrc - - sed -i -e "s|^foamInstall=\$HOME|foamInstall=/usr/$(get_libdir)|" etc/bashrc - sed -i -e "s|^set foamInstall = \$HOME|set foamInstall = /usr/$(get_libdir)|" etc/cshrc - - sed -i -e 's|^export ParaView_DIR=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$paraviewArchName|export ParaView_DIR=/usr|' etc/config/paraview.sh - sed -i -e 's|^setenv ParaView_DIR $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$paraviewArchName|setenv ParaView_DIR /usr|' etc/config/paraview.csh -} - -src_compile() { - export WM_NCOMPPROCS=$(makeopts_jobs) - - export FOAM_INST_DIR=${WORKDIR} - source etc/bashrc - - find wmake -name dirToString -exec rm -rf {} + - find wmake -name wmkdep -exec rm -rf {}+ - - ./Allwmake || die "could not build" - if use doc ; then - doc/Allwmake || die "could not build" - fi -} - -# Doesn't do anything sane -#src_test() { -# cd bin -# ./foamInstallationTest -#} - -src_install() { - insinto ${INSDIR} - doins -r etc - - use examples && doins -r tutorials - - use src && doins -r src - - insopts -m0755 - doins -r bin applications platforms wmake - - dodoc README.html doc/Guides-a4/*.pdf - - if use doc ; then - dohtml -r doc/Doxygen - fi -} diff --git a/sci-libs/openfoam/openfoam-2.4.0-r1.ebuild b/sci-libs/openfoam/openfoam-2.4.0-r1.ebuild deleted file mode 100644 index 67bda192d50c..000000000000 --- a/sci-libs/openfoam/openfoam-2.4.0-r1.ebuild +++ /dev/null @@ -1,113 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils versionator multilib toolchain-funcs multiprocessing - -MY_PN="OpenFOAM" -MY_PV=$(get_version_component_range 1-2) -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Open Field Operation and Manipulation - CFD Simulation Toolbox" -HOMEPAGE="http://www.openfoam.org" -SRC_URI="http://downloads.sourceforge.net/foam/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="2.4" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples opendx src paraview" - -RDEPEND="!=sci-libs/openfoam-bin-${MY_PV}* - !=sci-libs/openfoam-kernel-${MY_PV}* - !=sci-libs/openfoam-meta-${MY_PV}* - !=sci-libs/openfoam-solvers-${MY_PV}* - !=sci-libs/openfoam-utilities-${MY_PV}* - !=sci-libs/openfoam-wmake-${MY_PV}* - sci-mathematics/cgal - sci-libs/parmetis - sci-libs/parmgridgen - sci-libs/scotch - virtual/mpi - opendx? ( sci-visualization/opendx ) - paraview? ( sci-visualization/paraview[development] )" -DEPEND="${DEPEND} - doc? ( app-doc/doxygen[dot] )" - -S=${WORKDIR}/${MY_P} -INSDIR="/usr/$(get_libdir)/${MY_PN}/${MY_P}" - -pkg_setup() { - # just to be sure the right profile is selected (gcc-config) - if ! version_is_at_least 4.3 $(gcc-version) ; then - die "${PN} requires >=sys-devel/gcc-4.3 to compile." - fi - - elog - elog "In order to use ${MY_PN} you should add the following line to ~/.bashrc :" - elog - elog "alias startOF$(delete_all_version_separators ${MY_PV})='source ${INSDIR}/etc/bashrc'" - elog - elog "And everytime you want to use OpenFOAM you have to execute startOF$(delete_all_version_separators ${MY_PV})" - ewarn - ewarn "FoamX is deprecated since ${MY_PN}-1.5! " - ewarn -} - -src_configure() { - if has_version sys-cluster/mpich2 ; then - export WM_MPLIB=MPICH - elif has_version sys-cluster/openmpi ; then - export WM_MPLIB=OPENMPI - else - die "You need one of the following mpi implementations: openmpi or mpich2" - fi - - sed -i -e "s|WM_MPLIB:=OPENMPI|WM_MPLIB:="${WM_MPLIB}"|" etc/bashrc - sed -i -e "s|setenv WM_MPLIB OPENMPI|setenv WM_MPLIB "${WM_MPLIB}"|" etc/cshrc - - sed -i -e "s|^foamInstall=\$HOME|foamInstall=/usr/$(get_libdir)|" etc/bashrc - sed -i -e "s|^set foamInstall = \$HOME|set foamInstall = /usr/$(get_libdir)|" etc/cshrc - - sed -i -e 's|^export ParaView_DIR=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$paraviewArchName|export ParaView_DIR=/usr|' etc/config/paraview.sh - sed -i -e 's|^setenv ParaView_DIR $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$paraviewArchName|setenv ParaView_DIR /usr|' etc/config/paraview.csh -} - -src_compile() { - export WM_NCOMPPROCS=$(makeopts_jobs) - - export FOAM_INST_DIR=${WORKDIR} - source etc/bashrc - - find wmake -name dirToString -exec rm -rf {} + - find wmake -name wmkdep -exec rm -rf {}+ - - ./Allwmake || die "could not build" - if use doc ; then - doc/Allwmake || die "could not build" - fi -} - -# Doesn't do anything sane -#src_test() { -# cd bin -# ./foamInstallationTest -#} - -src_install() { - insinto ${INSDIR} - doins -r etc - - use examples && doins -r tutorials - - use src && doins -r src - - insopts -m0755 - doins -r bin applications platforms wmake - - dodoc README.html doc/Guides-a4/*.pdf - - if use doc ; then - dohtml -r doc/Doxygen - fi -} diff --git a/sci-libs/parmgridgen/Manifest b/sci-libs/parmgridgen/Manifest deleted file mode 100644 index fb5fa0dc4aae..000000000000 --- a/sci-libs/parmgridgen/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ParMGridGen-1.0.tar.gz 2623528 BLAKE2B 982e6d7a0df3b9c101993ecf397c75f10d0cf390914ccca6f02efbe5ae190c65bc31e5770bd57ff375a8e3a3aab878c56da50af4f3e5f0f422044137d90ddff8 SHA512 e12ea3c923dd900c92ba4f2639daacc6c3596c5ea3c8d366b269c4c21247b10e6400c384321cfc65b486e4f8217dcd43f43eee27570b1fe1375deb02e255cb16 diff --git a/sci-libs/parmgridgen/files/parmgridgen-1.0-as-needed.patch b/sci-libs/parmgridgen/files/parmgridgen-1.0-as-needed.patch deleted file mode 100644 index 3b378552fab7..000000000000 --- a/sci-libs/parmgridgen/files/parmgridgen-1.0-as-needed.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/MGridGen/Lib/Makefile.am 2009-03-10 09:28:13.000000000 +0200 -+++ b/MGridGen/Lib/Makefile.am 2009-03-10 09:28:07.000000000 +0200 -@@ -8,3 +8,5 @@ - lib_LTLIBRARIES = libMGridGen.la - libMGridGen_la_SOURCES = aratio.c coarsen.c kwayfm.c match.c merge.c mgridgen.c refine.c setup.c - libMGridGen_la_LDFLAGS = -no-undefined -export-dynamic -version-info 1:0:0 -+ -+libMGridGen_la_LIBADD = ../IMlib/libIMlib.la ---- a/ParMGridGen/ParLib/Makefile.am 2009-03-10 09:31:43.000000000 +0200 -+++ b/ParMGridGen/ParLib/Makefile.am 2009-03-10 09:35:13.000000000 +0200 -@@ -8,3 +8,8 @@ - lib_LTLIBRARIES = libParMGridGen.la - libParMGridGen_la_SOURCES = comm.c debug.c grsetup.c ikeysort.c memory.c move.c parmgridgen.c setup.c util.c - libParMGridGen_la_LDFLAGS = -no-undefined -export-dynamic -version-info 1:0:0 -+ -+libParMGridGen_la_LIBADD = \ -+ $(top_builddir)/MGridGen/IMlib/libIMlib.la \ -+ $(top_builddir)/MGridGen/Lib/libMGridGen.la \ -+ ../IMParMetis-2.0/ParMETISLib/libIMparmetis.la diff --git a/sci-libs/parmgridgen/files/parmgridgen-1.0-autotools.patch b/sci-libs/parmgridgen/files/parmgridgen-1.0-autotools.patch deleted file mode 100644 index 1615f2232e5d..000000000000 --- a/sci-libs/parmgridgen/files/parmgridgen-1.0-autotools.patch +++ /dev/null @@ -1,460 +0,0 @@ -From bbed136f01cd384bc4083aaca1761be9ee2d2a79 Mon Sep 17 00:00:00 2001 -From: Justin Lecher -Date: Mon, 18 Dec 2017 18:30:09 +0000 -Subject: [PATCH] autotools support - -Signed-off-by: Justin Lecher ---- - MGridGen/IMlib/Makefile.am | 8 + - MGridGen/Lib/Makefile.am | 10 ++ - MGridGen/Makefile.am | 4 + - MGridGen/Programs/Makefile.am | 7 + - Makefile.am | 7 + - ParMGridGen/IMParMetis-2.0/Makefile.am | 4 + - ParMGridGen/IMParMetis-2.0/ParMETISLib/Makefile.am | 8 + - ParMGridGen/Makefile.am | 4 + - ParMGridGen/ParLib/Makefile.am | 10 ++ - ParMGridGen/Programs/Makefile.am | 21 +++ - acx_mpi.m4 | 181 +++++++++++++++++++++ - configure.ac | 24 +++ - mgridgen.h | 7 - - mgridgen.pc.in | 10 ++ - parmgridgen.h | 5 - - parmgridgen.pc.in | 10 ++ - 16 files changed, 308 insertions(+), 12 deletions(-) - create mode 100644 MGridGen/IMlib/Makefile.am - create mode 100644 MGridGen/Lib/Makefile.am - create mode 100644 MGridGen/Makefile.am - create mode 100644 MGridGen/Programs/Makefile.am - create mode 100644 Makefile.am - create mode 100644 ParMGridGen/IMParMetis-2.0/Makefile.am - create mode 100644 ParMGridGen/IMParMetis-2.0/ParMETISLib/Makefile.am - create mode 100644 ParMGridGen/Makefile.am - create mode 100644 ParMGridGen/ParLib/Makefile.am - create mode 100644 ParMGridGen/Programs/Makefile.am - create mode 100644 acx_mpi.m4 - create mode 100644 configure.ac - delete mode 100644 mgridgen.h - create mode 100644 mgridgen.pc.in - delete mode 100644 parmgridgen.h - create mode 100644 parmgridgen.pc.in - -diff --git a/MGridGen/IMlib/Makefile.am b/MGridGen/IMlib/Makefile.am -new file mode 100644 -index 0000000..008c259 ---- /dev/null -+++ b/MGridGen/IMlib/Makefile.am -@@ -0,0 +1,8 @@ -+## Source directory -+ -+pkginclude_HEADERS = IMlib.h -+pkgincludedir = $(includedir)/mgridgen -+ -+lib_LTLIBRARIES = libIMlib.la -+libIMlib_la_SOURCES = blas.c dfkeysort.c dkeysort.c file.c ifkeysort.c ifloatsort.c iintsort.c ikeysort.c memory.c sort.c util.c -+libIMlib_la_LDFLAGS = -no-undefined -export-dynamic -version-info 1:0:0 -diff --git a/MGridGen/Lib/Makefile.am b/MGridGen/Lib/Makefile.am -new file mode 100644 -index 0000000..39946b0 ---- /dev/null -+++ b/MGridGen/Lib/Makefile.am -@@ -0,0 +1,10 @@ -+## Source directory -+ -+INCLUDES = -I../IMlib -+ -+pkginclude_HEADERS = defs.h macros.h mgridgen.h proto.h struct.h -+pkgincludedir = $(includedir)/mgridgen -+ -+lib_LTLIBRARIES = libMGridGen.la -+libMGridGen_la_SOURCES = aratio.c coarsen.c kwayfm.c match.c merge.c mgridgen.c refine.c setup.c -+libMGridGen_la_LDFLAGS = -no-undefined -export-dynamic -version-info 1:0:0 -diff --git a/MGridGen/Makefile.am b/MGridGen/Makefile.am -new file mode 100644 -index 0000000..040d716 ---- /dev/null -+++ b/MGridGen/Makefile.am -@@ -0,0 +1,4 @@ -+## middle directory -+ -+#Build in these directories: -+SUBDIRS= IMlib Lib Programs -diff --git a/MGridGen/Programs/Makefile.am b/MGridGen/Programs/Makefile.am -new file mode 100644 -index 0000000..3fe9ba5 ---- /dev/null -+++ b/MGridGen/Programs/Makefile.am -@@ -0,0 +1,7 @@ -+## Source directory -+ -+INCLUDES = -I../IMlib -I../Lib -+ -+bin_PROGRAMS = mgridgen -+mgridgen_SOURCES = io.c mgridgen.c -+mgridgen_LDADD = ../IMlib/libIMlib.la ../Lib/libMGridGen.la -lm -diff --git a/Makefile.am b/Makefile.am -new file mode 100644 -index 0000000..f97504c ---- /dev/null -+++ b/Makefile.am -@@ -0,0 +1,7 @@ -+## top directory -+ -+SUBDIRS = MGridGen ParMGridGen -+EXTRA_DIST = VERSION mgridgen.pc.in parmgridgen.pc.in -+ -+pkgconfigdir = $(libdir)/pkgconfig -+pkgconfig_DATA = mgridgen.pc parmgridgen.pc -diff --git a/ParMGridGen/IMParMetis-2.0/Makefile.am b/ParMGridGen/IMParMetis-2.0/Makefile.am -new file mode 100644 -index 0000000..3fa93db ---- /dev/null -+++ b/ParMGridGen/IMParMetis-2.0/Makefile.am -@@ -0,0 +1,4 @@ -+## middle directory -+ -+#Build in these directories: -+SUBDIRS= ParMETISLib -diff --git a/ParMGridGen/IMParMetis-2.0/ParMETISLib/Makefile.am b/ParMGridGen/IMParMetis-2.0/ParMETISLib/Makefile.am -new file mode 100644 -index 0000000..c4d6e33 ---- /dev/null -+++ b/ParMGridGen/IMParMetis-2.0/ParMETISLib/Makefile.am -@@ -0,0 +1,8 @@ -+## Source directory -+ -+pkginclude_HEADERS = defs.h macros.h parmetis.h proto.h rename.h struct.h -+pkgincludedir = $(includedir)/imparmetis -+ -+lib_LTLIBRARIES = libIMparmetis.la -+libIMparmetis_la_SOURCES = coarsen.c comm.c debug.c diffuse.c drivers.c edge_refine.c fused.c grsetup.c iidxsort.c ikeysort.c memory.c remap.c setup.c timer.c util.c var.c -+libIMparmetis_la_LDFLAGS = -no-undefined -export-dynamic -version-info 1:0:0 -diff --git a/ParMGridGen/Makefile.am b/ParMGridGen/Makefile.am -new file mode 100644 -index 0000000..0743f65 ---- /dev/null -+++ b/ParMGridGen/Makefile.am -@@ -0,0 +1,4 @@ -+## middle directory -+ -+#Build in these directories: -+SUBDIRS= IMParMetis-2.0 ParLib Programs -diff --git a/ParMGridGen/ParLib/Makefile.am b/ParMGridGen/ParLib/Makefile.am -new file mode 100644 -index 0000000..78d03d9 ---- /dev/null -+++ b/ParMGridGen/ParLib/Makefile.am -@@ -0,0 +1,10 @@ -+## Source directory -+ -+INCLUDES = -I$(top_builddir)/MGridGen/IMlib -+ -+pkginclude_HEADERS = defs.h macros.h parmgridgen.h proto.h rename.h struct.h -+pkgincludedir = $(includedir)/parmgridgen -+ -+lib_LTLIBRARIES = libParMGridGen.la -+libParMGridGen_la_SOURCES = comm.c debug.c grsetup.c ikeysort.c memory.c move.c parmgridgen.c setup.c util.c -+libParMGridGen_la_LDFLAGS = -no-undefined -export-dynamic -version-info 1:0:0 -diff --git a/ParMGridGen/Programs/Makefile.am b/ParMGridGen/Programs/Makefile.am -new file mode 100644 -index 0000000..0d586ee ---- /dev/null -+++ b/ParMGridGen/Programs/Makefile.am -@@ -0,0 +1,21 @@ -+## Source directory -+ -+INCLUDES = -I../ParLib -I$(top_builddir)/MGridGen/IMlib -+ -+bin_PROGRAMS = parmgridgen -+parmgridgen_SOURCES = io.c main.c parmgridgen.c -+parmgridgen_LDADD = ../IMParMetis-2.0/ParMETISLib/libIMparmetis.la ../ParLib/libParMGridGen.la \ -+ $(top_builddir)/MGridGen/IMlib/libIMlib.la $(top_builddir)/MGridGen/Lib/libMGridGen.la @MPILIBS@ -+ -+# AM_CPPFLAGS = -I$(top_srcdir)/ParMETISLib -+# LDADD = $(top_builddir)/METISLib/libmetis.la \ -+# $(top_builddir)/ParMETISLib/libparmetis.la -+ -+# check_PROGRAMS = parmgridgen -+# parmgridgen_SOURCES = io.c main.c parmgridgen.c -+ -+MPIRUN = mpirun -np 4 -+ -+check-local: $(check_PROGRAMS) -+ $(MPIRUN) parmgridgen $(top_builddir)/Graphs/M6.metis 3 4 6 1 4 128 -+ -diff --git a/acx_mpi.m4 b/acx_mpi.m4 -new file mode 100644 -index 0000000..bb2cb31 ---- /dev/null -+++ b/acx_mpi.m4 -@@ -0,0 +1,181 @@ -+# =========================================================================== -+# http://autoconf-archive.cryp.to/acx_mpi.html -+# =========================================================================== -+# -+# SYNOPSIS -+# -+# ACX_MPI([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) -+# -+# DESCRIPTION -+# -+# This macro tries to find out how to compile programs that use MPI -+# (Message Passing Interface), a standard API for parallel process -+# communication (see http://www-unix.mcs.anl.gov/mpi/) -+# -+# On success, it sets the MPICC, MPICXX, MPIF77, or MPIFC output variable -+# to the name of the MPI compiler, depending upon the current language. -+# (This may just be $CC/$CXX/$F77/$FC, but is more often something like -+# mpicc/mpiCC/mpif77/mpif90.) It also sets MPILIBS to any libraries that -+# are needed for linking MPI (e.g. -lmpi or -lfmpi, if a special -+# MPICC/MPICXX/MPIF77/MPIFC was not found). -+# -+# If you want to compile everything with MPI, you should set: -+# -+# CC="MPICC" #OR# CXX="MPICXX" #OR# F77="MPIF77" #OR# FC="MPIFC" -+# LIBS="$MPILIBS $LIBS" -+# -+# NOTE: The above assumes that you will use $CC (or whatever) for linking -+# as well as for compiling. (This is the default for automake and most -+# Makefiles.) -+# -+# The user can force a particular library/compiler by setting the -+# MPICC/MPICXX/MPIF77/MPIFC and/or MPILIBS environment variables. -+# -+# ACTION-IF-FOUND is a list of shell commands to run if an MPI library is -+# found, and ACTION-IF-NOT-FOUND is a list of commands to run if it is not -+# found. If ACTION-IF-FOUND is not specified, the default action will -+# define HAVE_MPI. -+# -+# LAST MODIFICATION -+# -+# 2008-04-12 -+# -+# COPYLEFT -+# -+# Copyright (c) 2008 Steven G. Johnson -+# Copyright (c) 2008 Julian C. Cummings -+# -+# This program is free software: you can redistribute it and/or modify it -+# under the terms of the GNU General Public License as published by the -+# Free Software Foundation, either version 3 of the License, or (at your -+# option) any later version. -+# -+# This program is distributed in the hope that it will be useful, but -+# WITHOUT ANY WARRANTY; without even the implied warranty of -+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General -+# Public License for more details. -+# -+# You should have received a copy of the GNU General Public License along -+# with this program. If not, see . -+# -+# As a special exception, the respective Autoconf Macro's copyright owner -+# gives unlimited permission to copy, distribute and modify the configure -+# scripts that are the output of Autoconf when processing the Macro. You -+# need not follow the terms of the GNU General Public License when using -+# or distributing such scripts, even though portions of the text of the -+# Macro appear in them. The GNU General Public License (GPL) does govern -+# all other use of the material that constitutes the Autoconf Macro. -+# -+# This special exception to the GPL applies to versions of the Autoconf -+# Macro released by the Autoconf Macro Archive. When you make and -+# distribute a modified version of the Autoconf Macro, you may extend this -+# special exception to the GPL to apply to your modified version as well. -+ -+AC_DEFUN([ACX_MPI], [ -+AC_PREREQ(2.50) dnl for AC_LANG_CASE -+ -+AC_LANG_CASE([C], [ -+ AC_REQUIRE([AC_PROG_CC]) -+ AC_ARG_VAR(MPICC,[MPI C compiler command]) -+ AC_CHECK_PROGS(MPICC, mpicc hcc mpxlc_r mpxlc mpcc cmpicc, $CC) -+ acx_mpi_save_CC="$CC" -+ CC="$MPICC" -+ AC_SUBST(MPICC) -+], -+[C++], [ -+ AC_REQUIRE([AC_PROG_CXX]) -+ AC_ARG_VAR(MPICXX,[MPI C++ compiler command]) -+ AC_CHECK_PROGS(MPICXX, mpic++ mpicxx mpiCC hcp mpxlC_r mpxlC mpCC cmpic++, $CXX) -+ acx_mpi_save_CXX="$CXX" -+ CXX="$MPICXX" -+ AC_SUBST(MPICXX) -+], -+[Fortran 77], [ -+ AC_REQUIRE([AC_PROG_F77]) -+ AC_ARG_VAR(MPIF77,[MPI Fortran 77 compiler command]) -+ AC_CHECK_PROGS(MPIF77, mpif77 hf77 mpxlf_r mpxlf mpf77 cmpifc, $F77) -+ acx_mpi_save_F77="$F77" -+ F77="$MPIF77" -+ AC_SUBST(MPIF77) -+], -+[Fortran], [ -+ AC_REQUIRE([AC_PROG_FC]) -+ AC_ARG_VAR(MPIFC,[MPI Fortran compiler command]) -+ AC_CHECK_PROGS(MPIFC, mpif90 mpxlf95_r mpxlf90_r mpxlf95 mpxlf90 mpf90 cmpif90c, $FC) -+ acx_mpi_save_FC="$FC" -+ FC="$MPIFC" -+ AC_SUBST(MPIFC) -+]) -+ -+if test x = x"$MPILIBS"; then -+ AC_LANG_CASE([C], [AC_CHECK_FUNC(MPI_Init, [MPILIBS=" "])], -+ [C++], [AC_CHECK_FUNC(MPI_Init, [MPILIBS=" "])], -+ [Fortran 77], [AC_MSG_CHECKING([for MPI_Init]) -+ AC_LINK_IFELSE([AC_LANG_PROGRAM([],[ call MPI_Init])],[MPILIBS=" " -+ AC_MSG_RESULT(yes)], [AC_MSG_RESULT(no)])], -+ [Fortran], [AC_MSG_CHECKING([for MPI_Init]) -+ AC_LINK_IFELSE([AC_LANG_PROGRAM([],[ call MPI_Init])],[MPILIBS=" " -+ AC_MSG_RESULT(yes)], [AC_MSG_RESULT(no)])]) -+fi -+AC_LANG_CASE([Fortran 77], [ -+ if test x = x"$MPILIBS"; then -+ AC_CHECK_LIB(fmpi, MPI_Init, [MPILIBS="-lfmpi"]) -+ fi -+ if test x = x"$MPILIBS"; then -+ AC_CHECK_LIB(fmpich, MPI_Init, [MPILIBS="-lfmpich"]) -+ fi -+], -+[Fortran], [ -+ if test x = x"$MPILIBS"; then -+ AC_CHECK_LIB(fmpi, MPI_Init, [MPILIBS="-lfmpi"]) -+ fi -+ if test x = x"$MPILIBS"; then -+ AC_CHECK_LIB(mpichf90, MPI_Init, [MPILIBS="-lmpichf90"]) -+ fi -+]) -+if test x = x"$MPILIBS"; then -+ AC_CHECK_LIB(mpi, MPI_Init, [MPILIBS="-lmpi"]) -+fi -+if test x = x"$MPILIBS"; then -+ AC_CHECK_LIB(mpich, MPI_Init, [MPILIBS="-lmpich"]) -+fi -+ -+dnl We have to use AC_TRY_COMPILE and not AC_CHECK_HEADER because the -+dnl latter uses $CPP, not $CC (which may be mpicc). -+AC_LANG_CASE([C], [if test x != x"$MPILIBS"; then -+ AC_MSG_CHECKING([for mpi.h]) -+ AC_TRY_COMPILE([#include ],[],[AC_MSG_RESULT(yes)], [MPILIBS="" -+ AC_MSG_RESULT(no)]) -+fi], -+[C++], [if test x != x"$MPILIBS"; then -+ AC_MSG_CHECKING([for mpi.h]) -+ AC_TRY_COMPILE([#include ],[],[AC_MSG_RESULT(yes)], [MPILIBS="" -+ AC_MSG_RESULT(no)]) -+fi], -+[Fortran 77], [if test x != x"$MPILIBS"; then -+ AC_MSG_CHECKING([for mpif.h]) -+ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],[ include 'mpif.h'])],[AC_MSG_RESULT(yes)], [MPILIBS="" -+ AC_MSG_RESULT(no)]) -+fi], -+[Fortran], [if test x != x"$MPILIBS"; then -+ AC_MSG_CHECKING([for mpif.h]) -+ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],[ include 'mpif.h'])],[AC_MSG_RESULT(yes)], [MPILIBS="" -+ AC_MSG_RESULT(no)]) -+fi]) -+ -+AC_LANG_CASE([C], [CC="$acx_mpi_save_CC"], -+ [C++], [CXX="$acx_mpi_save_CXX"], -+ [Fortran 77], [F77="$acx_mpi_save_F77"], -+ [Fortran], [FC="$acx_mpi_save_FC"]) -+ -+AC_SUBST(MPILIBS) -+ -+# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND: -+if test x = x"$MPILIBS"; then -+ $2 -+ : -+else -+ ifelse([$1],,[AC_DEFINE(HAVE_MPI,1,[Define if you have the MPI library.])],[$1]) -+ : -+fi -+])dnl ACX_MPI -diff --git a/configure.ac b/configure.ac -new file mode 100644 -index 0000000..daff95e ---- /dev/null -+++ b/configure.ac -@@ -0,0 +1,24 @@ -+# -*- Autoconf -*- -+AC_PREREQ(2.61) -+AC_INIT(parmgridgen, 1.0, moulitsa@cs.umn.edu) -+AM_INIT_AUTOMAKE([foreign]) -+AC_CONFIG_HEADER([config.h]) -+AC_PROG_INSTALL -+AC_PROG_LIBTOOL -+AC_CHECK_LIB(m, sqrt) -+sinclude(acx_mpi.m4) -+AC_LANG_PUSH([C]) -+ACX_MPI([], AC_MSG_ERROR([could not compile an mpi test program])) -+AC_CONFIG_FILES([Makefile -+ mgridgen.pc -+ parmgridgen.pc -+ MGridGen/Makefile -+ MGridGen/IMlib/Makefile -+ MGridGen/Lib/Makefile -+ MGridGen/Programs/Makefile -+ ParMGridGen/Makefile -+ ParMGridGen/IMParMetis-2.0/Makefile -+ ParMGridGen/IMParMetis-2.0/ParMETISLib/Makefile -+ ParMGridGen/ParLib/Makefile -+ ParMGridGen/Programs/Makefile]) -+AC_OUTPUT -diff --git a/mgridgen.h b/mgridgen.h -deleted file mode 100644 -index e1bfa2e..0000000 ---- a/mgridgen.h -+++ /dev/null -@@ -1,7 +0,0 @@ --typedef int idxtype; --typedef double realtype; -- -- --void MGridGen(int, idxtype *, realtype *, realtype *, idxtype *, realtype *, -- int, int, int *, int *, int *, idxtype *); -- -diff --git a/mgridgen.pc.in b/mgridgen.pc.in -new file mode 100644 -index 0000000..d84810c ---- /dev/null -+++ b/mgridgen.pc.in -@@ -0,0 +1,10 @@ -+prefix=@prefix@ -+exec_prefix=@exec_prefix@ -+libdir=@libdir@ -+includedir=@includedir@ -+ -+Name: MGridGen -+Description: Software for generating coarse grids -+Version: @VERSION@ -+Libs: -L${libdir} -lIMlib -lMGridGen -+Cflags: -I${includedir}/mgridgen -diff --git a/parmgridgen.h b/parmgridgen.h -deleted file mode 100644 -index 6a1a637..0000000 ---- a/parmgridgen.h -+++ /dev/null -@@ -1,5 +0,0 @@ --typedef int idxtype; --typedef double realtype; -- --void ParMGridGen(idxtype *, idxtype *, realtype *, realtype *, idxtype *, -- realtype *, int *, int, int, int *, idxtype *, MPI_Comm *); -diff --git a/parmgridgen.pc.in b/parmgridgen.pc.in -new file mode 100644 -index 0000000..a11a597 ---- /dev/null -+++ b/parmgridgen.pc.in -@@ -0,0 +1,10 @@ -+prefix=@prefix@ -+exec_prefix=@exec_prefix@ -+libdir=@libdir@ -+includedir=@includedir@ -+ -+Name: ParMGridGen -+Description: Software for parallel (mpi) generating coarse grids -+Version: @VERSION@ -+Libs: -L${libdir} -lIMparmetis -lParMGridGen -+Cflags: -I${includedir}/imparmetis -I${includedir}/parmgridgen --- -2.15.1 - diff --git a/sci-libs/parmgridgen/files/parmgridgen-1.0-format-security.patch b/sci-libs/parmgridgen/files/parmgridgen-1.0-format-security.patch deleted file mode 100644 index 1ad445c705e9..000000000000 --- a/sci-libs/parmgridgen/files/parmgridgen-1.0-format-security.patch +++ /dev/null @@ -1,48 +0,0 @@ - ParMGridGen/IMParMetis-2.0/ParMETISLib/util.c | 4 ++-- - ParMGridGen/ParLib/util.c | 4 ++-- - 2 files changed, 4 insertions(+), 4 deletions(-) - -diff --git a/ParMGridGen/IMParMetis-2.0/ParMETISLib/util.c b/ParMGridGen/IMParMetis-2.0/ParMETISLib/util.c -index d0dfc91..941f68e 100644 ---- a/ParMGridGen/IMParMetis-2.0/ParMETISLib/util.c -+++ b/ParMGridGen/IMParMetis-2.0/ParMETISLib/util.c -@@ -25,7 +25,7 @@ void errexit(char *f_str,...) - - sprintf(out2, "Error! %s", out1); - -- fprintf(stdout, out2); -+ fprintf(stdout, "%s", out2); - fflush(stdout); - - abort(); -@@ -46,7 +46,7 @@ void myprintf(CtrlType *ctrl, char *f_str,...) - - sprintf(out2, "[%2d] %s", ctrl->mype, out1); - -- fprintf(stdout, out2); -+ fprintf(stdout, "%s", out2); - fflush(stdout); - - } -diff --git a/ParMGridGen/ParLib/util.c b/ParMGridGen/ParLib/util.c -index 9b8290d..c212b60 100644 ---- a/ParMGridGen/ParLib/util.c -+++ b/ParMGridGen/ParLib/util.c -@@ -25,7 +25,7 @@ void MGriderrexit(char *f_str,...) - - sprintf(out2, "Error! %s", out1); - -- fprintf(stdout, out2); -+ fprintf(stdout, "%s", out2); - fflush(stdout); - - abort(); -@@ -46,7 +46,7 @@ void MGridmyprintf(MGridCtrlType *ctrl, char *f_str,...) - - sprintf(out2, "[%2d] %s", ctrl->mype, out1); - -- fprintf(stdout, out2); -+ fprintf(stdout, "%s", out2); - fflush(stdout); - - } diff --git a/sci-libs/parmgridgen/files/parmgridgen-1.0-impl-fct.patch b/sci-libs/parmgridgen/files/parmgridgen-1.0-impl-fct.patch deleted file mode 100644 index 1a464b99ed2f..000000000000 --- a/sci-libs/parmgridgen/files/parmgridgen-1.0-impl-fct.patch +++ /dev/null @@ -1,70 +0,0 @@ - ParMGridGen/ParLib/move.c | 1 + - ParMGridGen/ParLib/parmgridgen.c | 1 + - ParMGridGen/ParLib/util.c | 2 +- - ParMGridGen/Programs/io.c | 2 +- - ParMGridGen/Programs/parmgridgen.c | 2 +- - 5 files changed, 5 insertions(+), 3 deletions(-) - -diff --git a/ParMGridGen/ParLib/move.c b/ParMGridGen/ParLib/move.c -index 881b1ad..b02b467 100644 ---- a/ParMGridGen/ParLib/move.c -+++ b/ParMGridGen/ParLib/move.c -@@ -9,6 +9,7 @@ - */ - - #include "parmgridgen.h" -+#include "IMlib.h" - - /************************************************************************* - * This function moves the graph, and returns a new graph. -diff --git a/ParMGridGen/ParLib/parmgridgen.c b/ParMGridGen/ParLib/parmgridgen.c -index 6fd4aa3..262e05c 100644 ---- a/ParMGridGen/ParLib/parmgridgen.c -+++ b/ParMGridGen/ParLib/parmgridgen.c -@@ -9,6 +9,7 @@ - */ - - #include "parmgridgen.h" -+#include "IMlib.h" - - /*********************************************************************************** - * This function is the entry point of the parallel coarse grid construction. -diff --git a/ParMGridGen/ParLib/util.c b/ParMGridGen/ParLib/util.c -index 9b8290d..fa2e10a 100644 ---- a/ParMGridGen/ParLib/util.c -+++ b/ParMGridGen/ParLib/util.c -@@ -9,7 +9,7 @@ - */ - - #include "parmgridgen.h" -- -+#include "IMlib.h" - - /************************************************************************* - * This function prints an error message and exits -diff --git a/ParMGridGen/Programs/io.c b/ParMGridGen/Programs/io.c -index 318c8b4..ed5d495 100644 ---- a/ParMGridGen/Programs/io.c -+++ b/ParMGridGen/Programs/io.c -@@ -9,7 +9,7 @@ - */ - - #include "parmgridgen.h" -- -+#include "IMlib.h" - - /************************************************************************* - * This function reads the CSR matrix -diff --git a/ParMGridGen/Programs/parmgridgen.c b/ParMGridGen/Programs/parmgridgen.c -index 2c0d38c..e9956c5 100644 ---- a/ParMGridGen/Programs/parmgridgen.c -+++ b/ParMGridGen/Programs/parmgridgen.c -@@ -9,7 +9,7 @@ - */ - - #include "parmgridgen.h" -- -+#include "IMlib.h" - - /*********************************************************************************** - * This function is the testing routine for the adaptive multilevel partitioning code. diff --git a/sci-libs/parmgridgen/metadata.xml b/sci-libs/parmgridgen/metadata.xml deleted file mode 100644 index 40aa45df2b01..000000000000 --- a/sci-libs/parmgridgen/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - patrick@gentoo.org - Patrick Lauer - - diff --git a/sci-libs/parmgridgen/parmgridgen-1.0-r1.ebuild b/sci-libs/parmgridgen/parmgridgen-1.0-r1.ebuild deleted file mode 100644 index 6294d8598f99..000000000000 --- a/sci-libs/parmgridgen/parmgridgen-1.0-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -MYP=ParMGridGen-${PV} - -DESCRIPTION="Software for parallel (mpi) generating coarse grids" -HOMEPAGE="http://www-users.cs.umn.edu/~moulitsa/software.html" -SRC_URI="http://www-users.cs.umn.edu/~moulitsa/download/${MYP}.tar.gz" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="static-libs" - -RESTRICT="mirror bindist" - -DEPEND="virtual/mpi" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MYP} - -pkg_setup(){ - export CC=mpicc -} - -PATCHES=( - "${FILESDIR}/${P}-autotools.patch" - "${FILESDIR}/${P}-as-needed.patch" - "${FILESDIR}/${P}-format-security.patch" - "${FILESDIR}/${P}-impl-fct.patch" -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - $(use_enable static-libs static) -} - -src_install() { - default - dodoc README Doc/*.pdf -} diff --git a/sys-apps/Manifest.gz b/sys-apps/Manifest.gz index 033ff4114ab6..1255564cb93a 100644 Binary files a/sys-apps/Manifest.gz and b/sys-apps/Manifest.gz differ diff --git a/sys-apps/conspy/Manifest b/sys-apps/conspy/Manifest index 1ff2956ea3ed..1cf2e9873c24 100644 --- a/sys-apps/conspy/Manifest +++ b/sys-apps/conspy/Manifest @@ -1 +1,2 @@ DIST conspy-1.10.tar.gz 25211 BLAKE2B 2cb2d2c02bc38ab26bc2f08737c7e2f87dacb4fd04240bda63900e0b9018f98d28b2ee2fa00dba5ca931d59b823a72f2e0dd282828b081b31d91dd64c652dbef SHA512 f22ddff140935f767bff34c8c274ff088ebae049ac61c543ad37fa126bbab2e1cec72bdd93f51cb513d00368b909935491d06a36dbff215f17cdea7a658dbad2 +DIST conspy-1.14.tar.gz 26637 BLAKE2B 6fd4e3c35bf978ca7041aac0de23745a5c7cb200e4b29ec841cc195ea75194ed9a65ef46c85fc40b549ca68593ddab1af39499725880da403a602f97650982cd SHA512 46c25770e399c46de5aadcfbf4cff4ab5bc0f83771d6930b5752b9493f8c6864cc86d787ef6f297a00944e65987a56f6bf2cf99975eff689864745c0eef45b0d diff --git a/sys-apps/conspy/conspy-1.14.ebuild b/sys-apps/conspy/conspy-1.14.ebuild new file mode 100644 index 000000000000..1185be89bd36 --- /dev/null +++ b/sys-apps/conspy/conspy-1.14.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit autotools + +DESCRIPTION="Remote control for Linux virtual consoles" +HOMEPAGE="http://conspy.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}-1/${P}.tar.gz" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + sys-libs/ncurses:0= +" +DEPEND=" + ${RDEPEND} +" +PATCHES=( + "${FILESDIR}"/${PN}-1.14-tinfo.patch +) +DOCS=( + ChangeLog.txt README.txt ${PN}.html +) + +src_prepare() { + default + eautoreconf +} + +src_install() { + default +} diff --git a/sys-apps/conspy/files/conspy-1.14-tinfo.patch b/sys-apps/conspy/files/conspy-1.14-tinfo.patch new file mode 100644 index 000000000000..55ee90b61a16 --- /dev/null +++ b/sys-apps/conspy/files/conspy-1.14-tinfo.patch @@ -0,0 +1,10 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -11,6 +11,7 @@ + AC_HEADER_STDC + AC_CHECK_HEADERS([fcntl.h getopt.h stdarg.h stdlib.h string.h sys/ioctl.h sys/time.h termios.h unistd.h]) + AC_CHECK_LIB(ncurses, initscr) ++AC_SEARCH_LIBS(putp, tinfo) + + # Checks for typedefs, structures, and compiler characteristics. + AC_HEADER_TIME diff --git a/sys-apps/systemd/systemd-243-r2.ebuild b/sys-apps/systemd/systemd-243-r2.ebuild index 0bb00e81ae53..7ec0c3086b0b 100644 --- a/sys-apps/systemd/systemd-243-r2.ebuild +++ b/sys-apps/systemd/systemd-243-r2.ebuild @@ -11,7 +11,7 @@ else MY_P=${PN}-${MY_PV} S=${WORKDIR}/${MY_P} SRC_URI="https://github.com/systemd/systemd/archive/v${MY_PV}/${MY_P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" fi PYTHON_COMPAT=( python{3_5,3_6,3_7} ) diff --git a/sys-block/Manifest.gz b/sys-block/Manifest.gz index 0afbf6bc6209..692a8c7fbab3 100644 Binary files a/sys-block/Manifest.gz and b/sys-block/Manifest.gz differ diff --git a/sys-block/di/Manifest b/sys-block/di/Manifest index b5fc6ecfff99..59174f957645 100644 --- a/sys-block/di/Manifest +++ b/sys-block/di/Manifest @@ -1,2 +1,3 @@ DIST di-4.47.1.tar.gz 221051 BLAKE2B d1012ab500f808363ce445b6c0bb80f3e91f85560faff1d31bbed4f3d44f894dadb5d59d417a16335fce45659861b483dc82b53a59718ee1c8a1b6b21265d4d9 SHA512 3312634617b5614d36d7ce9c0725a4d03e55e694b9588db88bb1c2bfab05373516cadbab8a23db3328f4944b99ae07dacabb98d56cc909f0502d58ccc6f5301c +DIST di-4.47.2.tar.gz 221092 BLAKE2B eb5d0471cf1594160e552a770eb73912fd701e1904665b8201b9813f2b630f201f9a0af781df71e4ca754800c31d6d35f79009bcb041e2ffdcbaaebc506651cb SHA512 1468d42fe7cb6041d763f66e39bc9834f45d80e754a043dd5dc3db44aead86ffaff59e8de5b6e7d19ecc5c76cc2a280598232b550067665f48a370bf4e112fd7 DIST di-4.47.tar.gz 250479 BLAKE2B 64156867ab31c448dfc428331a54900a54df4689f851f86f6b8e33403b2f0b785aadd8140576bc75f03ed675cf31fffe15d577b477e5d07a4e678bf625f46f49 SHA512 6bb004a9230dd59174c59b823a80ccc9b237a08947ac15502a805cf95e8803c05ac4e8c2282164130db2e23e8f521bf16c30f2c0996c96a9612d139d66df89f5 diff --git a/sys-block/di/di-4.47.2.ebuild b/sys-block/di/di-4.47.2.ebuild new file mode 100644 index 000000000000..64adf3b98685 --- /dev/null +++ b/sys-block/di/di-4.47.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit toolchain-funcs + +DESCRIPTION="Disk Information Utility" +HOMEPAGE="https://gentoo.com/di/" +SRC_URI="https://gentoo.com/di/${P}.tar.gz" + +LICENSE="ZLIB" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="nls" + +RESTRICT="test" #405205, #405471 + +BDEPEND="nls? ( sys-devel/gettext )" + +PATCHES=( + "${FILESDIR}"/${PN}-4.33-build.patch +) + +src_configure() { + emake checkbuild + emake -C C config.h +} + +src_compile() { + emake prefix=/usr CC="$(tc-getCC)" NLS=$(usex nls T F) +} + +src_install() { + emake install prefix="${D}/usr" + # default symlink is broken + dosym di /usr/bin/mi + dodoc README +} diff --git a/sys-libs/Manifest.gz b/sys-libs/Manifest.gz index bce7c68adc4c..15a2ec50c5aa 100644 Binary files a/sys-libs/Manifest.gz and b/sys-libs/Manifest.gz differ diff --git a/sys-libs/libstdc++-v3-bin/Manifest b/sys-libs/libstdc++-v3-bin/Manifest deleted file mode 100644 index 7dcc31abccd5..000000000000 --- a/sys-libs/libstdc++-v3-bin/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST libstdc++-v3-bin-ia64-3.3.6.tbz2 325449 BLAKE2B e82faae559cb136f6c795363f6cdd5c2aa96dbd46f9a3dccccdb724d2a62f411c91041869bb891033d22df24cca11d9d88965f7ff4808cef320ba53093478ba1 SHA512 c20dba994af3d5e0a2c85c9599c7ccc0260a105330ff6337030928c81e8300fe3e84925fe815d3bf42d050402b69490f6762fbd8ff9225a4621fa8e693c7b63a -DIST libstdc++-v3-bin-ppc64-3.3.6.tbz2 301670 BLAKE2B d5d72be6b8e92714c566a9a2b376c7a42f2efc32243fe58ee41e6e46af24cbad260cc45f3f0b94fc77abcc120818c9cc4c11087ad5004caf8d98a90d946c2e01 SHA512 167d9863e6c54a6e85b2fd36f46f8c5269679c47f1ed50816718c502836bdefdc52949295a223b2870935bc1aca23a2c9fb967d51a02ba278d269b70cc82a8f6 diff --git a/sys-libs/libstdc++-v3-bin/libstdc++-v3-bin-3.3.6.ebuild b/sys-libs/libstdc++-v3-bin/libstdc++-v3-bin-3.3.6.ebuild deleted file mode 100644 index 61c45ae44647..000000000000 --- a/sys-libs/libstdc++-v3-bin/libstdc++-v3-bin-3.3.6.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="Compatibility package for running binaries linked against a - - - - ppc@gentoo.org - Gentoo Linux PowerPC Development - - diff --git a/sys-process/Manifest.gz b/sys-process/Manifest.gz index 911c9e5ae20f..5d8cb3856229 100644 Binary files a/sys-process/Manifest.gz and b/sys-process/Manifest.gz differ diff --git a/sys-process/htop/htop-2.2.0.ebuild b/sys-process/htop/htop-2.2.0.ebuild index 409f8e533b1b..f8475b10ce6a 100644 --- a/sys-process/htop/htop-2.2.0.ebuild +++ b/sys-process/htop/htop-2.2.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://hisham.hm/htop/releases/${PV}/${P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~riscv ~sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="kernel_FreeBSD kernel_linux openvz unicode vserver" RDEPEND="sys-libs/ncurses:0=[unicode?]" diff --git a/sys-process/htop/htop-3.0.0_beta5.ebuild b/sys-process/htop/htop-3.0.0_beta5.ebuild index 21214c0f29d0..70dd81d76717 100644 --- a/sys-process/htop/htop-3.0.0_beta5.ebuild +++ b/sys-process/htop/htop-3.0.0_beta5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ if [[ "${PV}" = *_beta* ]] ; then S="${WORKDIR}/${P/_}" else SRC_URI="https://hisham.hm/htop/releases/${PV}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" fi LICENSE="BSD GPL-2" SLOT="0" diff --git a/virtual/Manifest.gz b/virtual/Manifest.gz index 8a7179de7be8..19255f0e17db 100644 Binary files a/virtual/Manifest.gz and b/virtual/Manifest.gz differ diff --git a/virtual/blas/blas-3.8.ebuild b/virtual/blas/blas-3.8.ebuild index 4e324b129d5c..16384b19fdff 100644 --- a/virtual/blas/blas-3.8.ebuild +++ b/virtual/blas/blas-3.8.ebuild @@ -5,7 +5,7 @@ EAPI="7" DESCRIPTION="Virtual for FORTRAN 77 BLAS implementation" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" IUSE="eselect-ldso" RDEPEND=" diff --git a/virtual/lapack/lapack-3.8.ebuild b/virtual/lapack/lapack-3.8.ebuild index 5b6d24eb54da..1fd229001853 100644 --- a/virtual/lapack/lapack-3.8.ebuild +++ b/virtual/lapack/lapack-3.8.ebuild @@ -5,7 +5,7 @@ EAPI=7 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="eselect-ldso" RDEPEND=" diff --git a/virtual/libudev/libudev-232-r3.ebuild b/virtual/libudev/libudev-232-r3.ebuild index 7a07ae5ce8ff..20d85474f7ae 100644 --- a/virtual/libudev/libudev-232-r3.ebuild +++ b/virtual/libudev/libudev-232-r3.ebuild @@ -6,7 +6,7 @@ inherit multilib-build DESCRIPTION="Virtual for libudev providers" SLOT="0/1" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc x86" IUSE="static-libs systemd" RDEPEND=" diff --git a/www-client/Manifest.gz b/www-client/Manifest.gz index fd3cbb0e3efa..ffe09b35c330 100644 Binary files a/www-client/Manifest.gz and b/www-client/Manifest.gz differ diff --git a/www-client/chromium/chromium-78.0.3904.70.ebuild b/www-client/chromium/chromium-78.0.3904.70.ebuild index a3d88033a0fb..de0984e85449 100644 --- a/www-client/chromium/chromium-78.0.3904.70.ebuild +++ b/www-client/chromium/chromium-78.0.3904.70.ebuild @@ -158,6 +158,7 @@ PATCHES=( "${FILESDIR}/chromium-78-gcc-std-vector.patch" "${FILESDIR}/chromium-78-gcc-noexcept.patch" "${FILESDIR}/chromium-78-gcc-alignas.patch" + "${FILESDIR}/chromium-79-icu-65.patch" ) pre_build_checks() { diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest index d397d8b567c8..c9a1e835f0a8 100644 --- a/www-client/firefox-bin/Manifest +++ b/www-client/firefox-bin/Manifest @@ -348,104 +348,104 @@ DIST firefox-69.0.3-vi.xpi 538599 BLAKE2B cd1e153bc4de1fc9025d6044a00bf8f3170a4a DIST firefox-69.0.3-xh.xpi 465717 BLAKE2B 77c581a14020d564b9a558b8839b386ec41c896723f7c6fe2b7ac415979f26f4a76d165f964863c76ffb1db618f74b835868adf447a05e0c63a73c745ed986ff SHA512 15c95f40599893edf15adac35db352b8885c6c0dc7ba5f3a8d27ca070dfc7a588c963a50ed3fa0a769d55b93c05b98376b2d5bab08b121ed1cd8c8efbe181f82 DIST firefox-69.0.3-zh-CN.xpi 545786 BLAKE2B f9a558972184173d13d7ea892fb673abfe6da92f998c862db131111b2f9bf37ec8f22d175bda8aaac0de8ce38b68f6447591f72b140e2695e2bd0e9a4e00820d SHA512 72e3ce97a429c68ed44f6811d2c6b76e205e34aca6b7ac0c208a5b27d5fc81de8995bc7664a2673eb3eefe5b4392089976c388abb235766e3a3b96838d139060 DIST firefox-69.0.3-zh-TW.xpi 545656 BLAKE2B 22c346145a6f21816d8ccb7fff22e3efe088eaa336ca689a254485f362a6ae4c848713c82c95a29df629e53b1d15850ab40da8c84e9e7fff8602a36e8df12360 SHA512 665303c8b052a66be96b738f7df72d8f2247963ef66b405c5170e8b3466d48abb917bdc6a68a26c7bfcc6d6a9a01979c909d403f50b08f8dc9a422cf036ce541 -DIST firefox-70.0-ach.xpi 488104 BLAKE2B a17e2e32332c577444bcf9cd015a82285e3253b61bb4a4aaff675beb200d8c8bb0b953540b7ae02bcdc510607016e84c433fe40869189ae01472889996f0b5f5 SHA512 6728b2d0d992ca96dbfa966e91c84f132598f2a75aefb3ad1b76f5df3280fcf6e3ba1385af0040354a522de9aa5202663e49bf07f6615eee402a33ad931e9335 -DIST firefox-70.0-af.xpi 456543 BLAKE2B 587413e50d9e1338985325542afd9f47ec07decf58aa55292e7e4c1c94f3ce150326e66bc3f3e26d2bb295f268aad04ae92d3fe290d38c3f45b02df140cd0a09 SHA512 6997fd5600bc2affe2a5b5a96995a9f0541204aa40f5df683d3bf6e615eeef940a84c61a39bdcdd59588c4d0d002022b4da5ec5dc2423b546dc6d92e13b944c4 -DIST firefox-70.0-an.xpi 499801 BLAKE2B 46335aea1c6d39d428fbc82371bd5d69867163a37215e984b529b13b56e27c530a0758d92693f6b17821c139b838b65c42f2e6457fbd270c160eb32fa3f91003 SHA512 0026d8622c5e1480c7e71d9443b3e89545baf1b992c8756664088b15bed6038158402b44ec54f88fb6fd7b3ac03e18d33380afbd8a50461f2b0f7a223afbf4bc -DIST firefox-70.0-ar.xpi 564990 BLAKE2B a6ae28e4212cab24f0cb5e21bdf63f4ebd3b7c18b602ebe219ff20659ce6c934c16e8890c827a2c98b25cb646270e109c2307d457e80c31ced14855263a1de79 SHA512 47f54800b0e6f0cdeda6a501bed09311e019ed1a263fbebfb4a3fdd06c8bf8f2dc1a1bbe53ec24dcdd2fe3ef8b13f19a2e19cf2483ef488c4c08a4d12d2b8884 -DIST firefox-70.0-ast.xpi 496490 BLAKE2B 296fd7bbb736dfaadf19493e5e3e81ecbea479d8d072a9dd8ce9ec515e71cd7d4e98cc641e253c171f1fdda95256925baa603ae3e6cabad43d121d8a49ded7a2 SHA512 8030ac5f09a6218e364658f964c5a868c90542a08b2721aa50d01e07cfcbb0d5c090d41cf0b760026aba75130dc6bcb6f1539aa8abeace74369ef72559b5a924 -DIST firefox-70.0-az.xpi 528700 BLAKE2B 1b95b166c63f8df3b04172fed936fbef41cd989d4e42ae4d78e7fed4f25bfcc62137f25a1c6fd89584652f4a637b55ba9e0b1eb6ed10b408d9f27ae768883ee1 SHA512 91679783d34546d86eb0eee51732e9a66412d1b02fdba63b230fb6fef751e0d48167997102855d8c96cee99b69a86df341a2811807075a30aeedc423d0fc4fef -DIST firefox-70.0-be.xpi 621214 BLAKE2B 90fcca60e0928a98fb0521b0b931b16729812b8319e4269fac42b7481595ee108fc8bbeb6b989bf79ceb773bbb730158cd45e19f68a1f49a38c0876b9cb8535a SHA512 f6b47be53e3c123b1970ca0269c0ae99fe1e5a6499aa98a0f9ac2c029acb9a009e88a1aaa325a049cd0fc2bee82c6c2e16a0e7f6528bd1d9d99a53c248a4b383 -DIST firefox-70.0-bg.xpi 579400 BLAKE2B 42c6ef8a3c124b2fabe04907923d960dae8ab99e9cfa44cf0edfdc2e4cce53ab4539b349c2f45bc633754de3bad9f5b396c4ecf2bf7fcb9ad3e4e722a866214b SHA512 34777858cade099ae5207a5a4671c8efa0cb6f0169e2f56cd244ced5c3e3e9c519502e2cdec56b7ca4b08546549f69415f0d0ace4b3bc7900f7d2382775cf62c -DIST firefox-70.0-bn.xpi 598557 BLAKE2B e88cfe1532d77e69b546e29456ff222a75c03a3e30cf284780e7678a1bffc696252a9431c8111f674302574f627447c092d16dfea2ddbb92abcf29245b4c87fc SHA512 3ed2975f462ffd4ee97bc674d9ce7cd42944c6355210609d3ae747afb44ec6ac13ded9291d81469404a831eb493ea643b396f8d348655e30fdb199b73eed1e64 -DIST firefox-70.0-br.xpi 528416 BLAKE2B 91b3cabfd47c30c53e73af1245ad5371d1c1071687744a281236361aadb1d69b6795a519c47fdefd95f4fb8f0ca3772cad71e98e49fc0be2caead398823f3abf SHA512 019fca3437203bc2e9add51b9afc7f144fd0d5ff1f2ac08ff9a91085d1122c21f9135572069bd1d93ec9e59706cd24461c637286df759d84319b5eb4c2b022b7 -DIST firefox-70.0-bs.xpi 499848 BLAKE2B bd4bbe96c64c172b1ce09d25e4a731018b6f048405580c638fe94cea6b18ba9f081588dd71c4c09d31a786661947ecc33fa44d57db6e022f2a5f3a5a606c3fec SHA512 7d78086de319a31d15caf6a3abe5f6bb94c30eefcb73e2c4cb599515ba777f6d44ccf15d609d920b605bf381abe97f1fb3fc3e591423bb2f6f1a4bc8b7c011f1 -DIST firefox-70.0-ca.xpi 531460 BLAKE2B 6532b4218f618ab5e48e5a0a8bc5cc88f778c57d21513c9f70fd6d5cfc9078175eef19b51dfd2da841159d17656a2e2a63af8da5766954c18ac33526cbfbc10a SHA512 932d466ac210e00d8704bbdedbc2fe8d9e29dfe6139edc7269abe5bb79415267347fc3b0fa99c1b827bd85390a77c97dcb7c20084cd9a403141955a7c329b0d2 -DIST firefox-70.0-cak.xpi 562497 BLAKE2B e66833b2a28e1229fa9088cd66ff84fefa14099191ea0ef0496681ef8ad43bd505bbab015e1238c99f3d275198cf7b068d6406af61bfbd587a0e4a36a8c8e2fc SHA512 43ccd99f2a12787e3119dd658283d310758407911eb2ca2cb9812cbd2fcbd486c7561719f66c2611510643c4d07d059bae9d59b5b5e65bbd917039e0ce3d8b9a -DIST firefox-70.0-cs.xpi 550071 BLAKE2B fc06ee34405620cf654f09827ee530f7b90a94769d8c7753d01b0af4b1798b5ca82f853cb65072029f21b056a34bd69ac98c969f03a383f4c45ccb0810dd6f22 SHA512 a39a2addd9b9fb7f51ab451cf87f0a2afbdd2560c50453290a051e45c2ad98ceb62f1b47064901a4755db2208c87d76680a6bfaa8b7508ae6ace66877bb6d6ac -DIST firefox-70.0-cy.xpi 537669 BLAKE2B c2f5c3f7c5082fdd3862218f4be902d716e4acc12134436e5497aaf9eb36c3066f91b1bd7d5010ecfeac1bfd9e044fb011387889c9eb3393e6fd806b79952619 SHA512 90d766f95001fec434947f4a0b3b608c6e7e953f4049c191cb50772ce0a4b3be38e0d77faf857c9cce0f47e6aa0ec345579aa44922decbf0e698e204942d9c06 -DIST firefox-70.0-da.xpi 517242 BLAKE2B 6e68f3eb6896faa2613355923d4165a2fed1896b8206a48cb913447933431bdeb5ae2ecdb33f32708a74cc86c9fe1fc1190ee59ed12023fac81b410f65572a59 SHA512 1cee95ced6f3fc7a1df3a7bcada6f156845823bee54c553cabbcc9f2e2551aa8005e2a76ca5c6d137a633cf696a206266d54836201612088ecb3f1501b826951 -DIST firefox-70.0-de.xpi 550117 BLAKE2B 36a0c02e59a4e7321446b7ce917aae0d1333de8f10063359e7fc36206f5e3d3efa5f64a8ff2338bc345f27431a94d943143dc25fd326e6628ec9dad453f32393 SHA512 585a1ba3f3862e00ffd38d40cccb5f53996e3de8838226674662285f2fcf9713207d120b7b991c3e659b2ffd2960a6896dc67c19938c15a927c4483ee2953332 -DIST firefox-70.0-dsb.xpi 562543 BLAKE2B 2779ec27d3650e284ed58798bc0d93dd79a4800be93596ca26a116180071643eb5ff1547489956051636609f7be1acb2583cf7548c34db05fa9e7f1329d1c805 SHA512 8c607fedf321b476819209b69c138d8725a8ed40485049d47ff8ee18ddef2a399d56a1aad7e5e5afb8f529dcc28546b36176fe53d7ed63178522bec13ecf4c01 -DIST firefox-70.0-el.xpi 623048 BLAKE2B 9e370f013add7c0e898cdff77be38700d46e670427d14bc2b230d4f5db58ffb0c66a0677c089ec8c704cdeeef78099b1c55ac55de61417e71256c48589dc2b4e SHA512 e86bd1351496cdb26a691bb4bc795a66a88fdc1bd0b30c90d31c1fc2a194febbef499875e004e2087e2776e0a5805da4e53664b939b1a5f42c7af2e464d3c175 -DIST firefox-70.0-en-CA.xpi 506567 BLAKE2B a22e02238064f1b3deb910a6b151050a67d6cb9a848a27ec0c5c5af10ebf4608a34bf6c027b7e7158540780292dcee0a8dda45b734f7ce42a3bf5dce9e4d678a SHA512 a1ae33bdda740e5dc4c96bce1be752cbacd76bfeeefa4e21a026ac1b18da558bbdfae3f667e321e4ed610eb970e4c2e0fb18357cf98f5e2aae90094e93695c35 -DIST firefox-70.0-en-GB.xpi 507232 BLAKE2B a05b644d6cd4110691c6639ba474c460c425fb45986b2a00ea9249a8aa747f3eacc12812a0524808683bc4c1f3a7d690b51ea6b77b371f1b498761a99faee0ff SHA512 641a7f8a48b1971cc518cba20d43008c09ac9ba12d1f2f8b327e684e34d80d7e8044894575df2311bb330d410f0ffce3d98463d9469a23dbb8f8e8ddbedd926c -DIST firefox-70.0-eo.xpi 525683 BLAKE2B f79275451d3f4a6782bfd583905eda4406c1535d9a356374eea33cc9319886da1641dbc6533ea899f3ad9cef29f0893c99d919478add438da52080d5ac26668a SHA512 a4e063c61be1145f9ec512a1a6a91039e5b1281757d143d50503bc0212141f0dcda31b4968df39a06924817a02614c601d0493e0140ed1d1f05beef78c571512 -DIST firefox-70.0-es-AR.xpi 543938 BLAKE2B 86916a985df773b4efdd22990df245bdb78699c8a85cd37b5dec7bc5318be1735a4fe7573017a92c60fa8e4004ca74b11949b352eb5cace0f00d226ea8785624 SHA512 853aa39e22b05add930d67232f3b5702e9edd6b8b8a41b72d2cfd99539790d10cf43fd8a6bdc75536804342fdf5e6c4380b55b65192d3d6da5c70673a6ae0524 -DIST firefox-70.0-es-CL.xpi 542017 BLAKE2B da5688f79882f6ba01be3b24db206a69d4a26ded51268dd2357e5eb0fde75866d5c2d5c6b5ff2643161b70de5b84185d2c618c666efbd07e6df2cf75aa800d72 SHA512 0a4304cca8bcc2ddc131a1aea69e3b640827c169cbcbd14e553fc0653cb07b85e9e1208cef0fee9f2b4252042a6323206cbb31a41a90a94a8426eeecd0262ac4 -DIST firefox-70.0-es-ES.xpi 519421 BLAKE2B 266dbfefecc29667a111964f21dede72ce3a203f479d16ed450e11e9202ae22b3300b41a07a6688a7869c922eb731dfb8b3d875457b6bf4157332332372ab761 SHA512 c8381dd823e161b7e32ee59b389006c0263b6fcfd5a8fa9072ab5c23b41d448719fc0238021515723f9076dd89c86bad9fb2cc239ad17e84304832de49912bee -DIST firefox-70.0-es-MX.xpi 546460 BLAKE2B 5b7bf645c40192a44bbdba5c2e1d2552a42b2fa3b2ebfa45d40a5045bcf92cb10405cb0fb00ce114c79ec91560157ec319a39f2cca7d2137dc776750508bff48 SHA512 6b1b6ba6d1368d25944b88531a039352da443eb0aaa6ecb2e1c8dc72dfef7233122dc6c3e624c74f01b56bdd33c07de0b78d29c822556ee138a67865c754a3cd -DIST firefox-70.0-et.xpi 527084 BLAKE2B fb6c93a6a8fdd46563176f2771ba556009f3e22a6c2e5f0716620a9df0c6cea4b2a6772859175d9fbbc224b6998fc5fdc0a2b088c429b2e8279a1b90934f1edd SHA512 22cebb94fb0e495f9a28803ec043229119b23255fa30eb90bae45427fa2ce343c8c66049cdf4c86703a6789ac32d76427c7a940b727a908f64fe4721e4efe596 -DIST firefox-70.0-eu.xpi 527224 BLAKE2B c0771a799784377bb3a6b917757683bbee2db10599c642955ff54b5bc8106232576b221c71f86da6ba0df44db0acc0d85578d2cfbf26d8f5b4630d0b7e4f890e SHA512 be3d98809dae1770de6bd5c2931d166121bfe90b6f39105147cb1dd4470443120ef926bba6d4e422accee509ceeb82a670e281c49e29387edea94101191bad88 -DIST firefox-70.0-fa.xpi 578577 BLAKE2B fa9e3029b5e93c5c412404f1f58d8693251286459928d7825f31334c3129ce402c7404545b63e85a1da9327e2f8d5fc252a6dbe94e4628a3e61f7b7817c9d1f8 SHA512 42753071c91fb3f0e369c50d8d0f75ed5a1238b4dbddf4fcea27856fbc69a32e7d697038bc2c1464526b4ddf8891aaa6d5ab729956e2d7bc55bd0540faeae4d8 -DIST firefox-70.0-ff.xpi 498997 BLAKE2B 60172332570a4a9464ef292a6cffa9ced3dcfdd30b14e82617ac2466bf6c5e7f0f744817d83484599d9e207defd96e1fdd98ff5be0d384b006768edebeec903c SHA512 b414305d716fb8d8bdab53689a431dd63be4e9e74f4bbf24056cb38533a1d27b640bfd63d0c8d89be5fb608c7025cc5f27b050ac8662e69657f7eff742afa186 -DIST firefox-70.0-fi.xpi 524469 BLAKE2B 61e15783ad51d4929de064152bd5b154c46b3f738340f9d794dfb02e4f1e9ef2be75ac021805677b864e0d70e17a258a9475d79b52e55d20acc909bc605dc1d3 SHA512 5d15d0a468235c85947f6c34c11554c124b2a53c2e634fdfcc9a181d01c380acb1ccebcc22e4d2a04b82f945f68e16cc66df5ca08000c674149d8c18c3d0c2af -DIST firefox-70.0-fr.xpi 555928 BLAKE2B 8a2fb6954bb02cede735dd108f380d851fe3e23c391fbd9a349003a3d39346c2eaf47a512532a99be58be0ff9f1dd62e5a6e52b5b188125d3a5a73b4153b190c SHA512 1bc5213e654a56dab7f98e886efad7705609f8abb003fbdda034785fbb40d186b06104724f1ee65a72495cb0b0c7027c95bc8d29e0a16a61e6f47b4dbaf0ac4f -DIST firefox-70.0-fy-NL.xpi 539391 BLAKE2B c2710906e25af25ddd96c27e9f4871cc2dde6369d6de1e3e0297237729514d57f8a3db40c34c5d8eebf8aba355015b566a1ddee88a01a2ed8f2e81643b5bc8fe SHA512 f2e3699b163703696a1908793c601eac0ce10b27a78e246416612ba29f54322e2c0cd712666bbd0fa56cfd8b552d08f788d8ecbbcdb513965d5bfb40262c51d4 -DIST firefox-70.0-ga-IE.xpi 503303 BLAKE2B 0094030582377c4099203367bc9b7ad72daa09cc19486439a3f652913be81816cee95fd22d2b547399bad06b642dffdaf5e1df3c09a2b7ca449c3cd1bca0dc3e SHA512 116888504cea79e130a0cd3c49de00dc844c6d3f4b9fc3d8fcad450b1c31d0f05410ef002a9bc7f27704d36cd522150ad8d0b09b6c8c463a1bd85b9378e68c5e -DIST firefox-70.0-gd.xpi 527270 BLAKE2B b9192ca58573a78bfc4083a8d60ab39313c370df44795e285f0591f2834c9cbac9824e967787ccbd872b291cc997766fbae450fdef086a73e4d2cf5fafe4b452 SHA512 6a691c24fce5365b693b1bb583cdf5f1b3d87b4f1c2574dd7443c1e0888bac46d46017517bbe30abe9ed215e4bb04b6cdc91c87bc0de030bd865a8f5881475a6 -DIST firefox-70.0-gl.xpi 500268 BLAKE2B 7a4ed9f1618364bf0ea20e242334db1b5121254fcb73156efb6acde24d8bb4a81c015bfebc3434a1ea572f1890a1f74835574cba7a1a074a908a794003489d16 SHA512 c1bd52e4e92dd9b31534ef99aece4b9f7c951bfeb767a660fa468768c2c413e64792b01cb7dd7d06cadceea93345da841a31d249e6a7be7ea0e64679d8e5a21e -DIST firefox-70.0-gn.xpi 555132 BLAKE2B 2c9a896d9bcace64d704ac71f51ff6ab6e2110bba54767ca24668f954baf9a2a6a4f6382b85fee7de04949b8b5a6a3640c204b7b318a2fe15d5c899e7eea27c5 SHA512 546756412ee00352a1062a758d4c1539f0bb596e45542e82ca0ffd03941aa872f609774c0d8f89d58f99336ac007b51275212adf81f8b2bd4ced8be9ea156ff1 -DIST firefox-70.0-gu-IN.xpi 594297 BLAKE2B 89c63a032374f0305fe7895a965570513cbc87c10ffe049b2641dcccce8e8cb5e266f8137b0a1a3f232aa8cb44c6bc5e598aef845d00c81e76a504dec43e231e SHA512 9ab5e17f0d989989568dc525cddfaaf541d2dc503a11ca53df66f35ff43056d4a79edd3a93d74355ac510cd21f5113f739e23180065906c5335f4dc17e6a1a17 -DIST firefox-70.0-he.xpi 546807 BLAKE2B 45fb7509e823363be4c0394ad373855c7fba1cd3cebd879c571d23e69f10b7fa1d448940645ac731848251506660c6eec7e9a7c340fb506a8a137a575cdf6e5d SHA512 b2e64fd18bc0493b143c13e9b54b6b4541ec9fd6246076972c721d3d2f636546fdb8e71c89c29f435654f6ffc16e5695b80d1c9f5c30eb25c60901d1a3a41862 -DIST firefox-70.0-hi-IN.xpi 585509 BLAKE2B 66276c62dcc4d84df370123304cc75f25824d5cc52656a620ffe0e4e7c127d772717f047e26e0d697d4c2e18797aeb6604c1f8d7b561ff5bb20b20f36a46e43d SHA512 93f9c4b1c927241fdb942f8f197e948b06ee5c36f736d6b2aa94b3dbe98aaf2434311de9052fdc9c25c3e1d343b0e508f3ee5c73cddba3051795036976021731 -DIST firefox-70.0-hr.xpi 531791 BLAKE2B b1a24dbe0392381d2e06dd8c9efcc8f655aee57e276f49edb3d3421048a1da4a66b0b212f86f7c67b5e35bdb7762124ddb4da4f3128d61b7a58839b1b2fba728 SHA512 d6894793f0b5cd5df4e0a6f8797394da003a6a374416635f455889b05915ae2773c003939eb1762345470ebbafd996c4c0068e789eb761214c5fea7de469c298 -DIST firefox-70.0-hsb.xpi 558647 BLAKE2B 4228ab4237eb5b5d3374a284df28928afce1723ad9ead63d8192645ee7f96b1df5c42dd57a1bb2a158ce2bbb519b3a57244ab7896c1a04eae26e4ab3b7488079 SHA512 da643a447c61ed825a6a70b8e8fde056918342337f0768ba928a016cd00e26eb09ea8a95475a7a5361a909def41a07c4857e0352ce892da0f067fb1f80eff474 -DIST firefox-70.0-hu.xpi 558687 BLAKE2B fbe755065ed732cb21c8c182688b81c0c95febfd8b9a56490a76236757f0fe43bf1ee2b37837d9b6f353eeed0d1958076b02b77620ff09e2b17cf03d5483cfa4 SHA512 c6baef31c1ddc04979dc272c4c024b92557ee8c0b0052a47bfcb3ee5b73e3bad6c4c41867df3f0c07ebe30486bdcb53420b8ace77b5dfc3b96d42b423085bb44 -DIST firefox-70.0-hy-AM.xpi 563087 BLAKE2B 36d5831d4a65e6e31f102bccee335ded408c2a4fc977ba9da44a50b9efba09a5ef730e5c46f439b300b79cbcb24c1d1477d53cc0dd19904d6bc10b04c71ac6ff SHA512 c653ae85ef239f8f8b2a4755c3ef9312797e147dbad0f1e4ebdbd2db3eb99e8840580d02667f52033941282b67a3a9d0f4115bf89d2e7d15f4daaab4b7355d77 -DIST firefox-70.0-ia.xpi 527659 BLAKE2B 3955b0761abb18d34f8168a8bd978cdba068d6ea040764f45849b017132cd004c730e021221d5b37be1ce9517bc6382a61abfae62ef35c77eb21f3a0413f23c6 SHA512 58893603dbf80f6b8626ba302983194192906d751c8bb0f236ab8e62afb0610fd6950cad387094ea85d82f010b2feae1f7e260fff863175a6a60ba6de2674c40 -DIST firefox-70.0-id.xpi 516830 BLAKE2B b6f89ae40a3e4c581ec82aa736540d800546128eefc113af9529ba92b0efd4d05cd504746bb70ff1b32f07d93a9463f17437bde66639507722c4c38b5f0bacfb SHA512 05c6998624b9c0e7d7c3b1bc02df599965f0a4e721bd65eb7798dcad2cbb950eeedf149d2c860cbafce321d3f749349c42db5c853fe7736edd61185007f2f742 -DIST firefox-70.0-is.xpi 516995 BLAKE2B 5708f823be6d3aa688ebba2f78a0e47d66690d98c65077ceeaea27ef7f7602d254251433549c31a81b86aa888604125ab69a271908bfdee4fcd9e7682ad558a1 SHA512 265f0a653c7361546a515a3e71451e82575b510030b03549108b8318017408c1691cb2ea9b9efcba2d8012368c991a39435959b9466733139364370f844bf188 -DIST firefox-70.0-it.xpi 418430 BLAKE2B ad7877951bd6ad6096b168bcb501fd0de72f2c438f5679bd4301498fa4297c073f4c18fd171a37a567bfc873492217d3316793c36586894218f76370391f450a SHA512 ba8d2d92df89c55ffd0afdc6a89e8dbc2911a2a6c9a2f897c1a274fb1d63857abc7abb1324351adf13ca426bf0bca62d5d3b6a6c9bcd2303c2ce04f2c9eb38d9 -DIST firefox-70.0-ja.xpi 573389 BLAKE2B 147474a9c7c7d60e4751c4ea7260fe4b712fc21beac1a640cf3b77fee0c7c9b3b6ccb16e212f6509758ce5818d07e8018544e784c4d4d7ecc0fd40592a283a38 SHA512 3008a244d8f30830dbc5ea6f5f88c416966c59c5fcae4d8a1978427eaa5095aa9ef4601a78e24451d32a3b761f853d30d2e64d0cd76dd5d30522122827197a08 -DIST firefox-70.0-ka.xpi 579813 BLAKE2B cd7b87a3abe248a21b871aeff2709121a2edf1327dbac929ea519eb4f8539ffd5e5cd76d9aebe3e3ca80615e0b4599e9374194ed8c4d3b13760a61fdf6967ce5 SHA512 57e3933aa4816c68439ec3861eb5722231239980ea116d39fd4f76ba9a8f4845978d0bb77b508c73d7b03ad421de0b6f675dd70c957408861072b61352b6905d -DIST firefox-70.0-kab.xpi 538950 BLAKE2B 16a0a58228de411738a3cf2fa3e886919b96a8fd8e4af55d9d531f0cb59e61e89493a7650cb53c531294bb979400b60371ffa5cce561923857a86ee2b44a8067 SHA512 299d02fdccec19d87c46e10a146c5115e4691ea5971caed03976a6750f1d2841c26401affec174e728a2e321dd538ee387331e1ebf08b5b9a044cc18c446d985 -DIST firefox-70.0-kk.xpi 602385 BLAKE2B e2a216f36eed14d37ec0dc2c032ddc0e7f50ef4c107f8ccd2455869ee1ac441d2cc6a8afe09fe9699322528b08ab1c64a1da3aac57f89cb36cd9458a0eab00ff SHA512 2ca2b483f89aac63b5c0b378c3ee003a688e87908ec9901b32db0ae2481f0fe776cbf0b09131e2d946d23b17e739a36c798be3661b4b745f016b860fccde31dc -DIST firefox-70.0-km.xpi 572691 BLAKE2B cf5d4cfed25d109bf870c0ef5033ab83a7c2df9381a3c0b381b19afbe698d7429c792259af0203e1db2017c3de0b992be906bbce27a04fdcdd09e8643ed2a4da SHA512 eb750a70176f3ed7e649e23e6852c8ee568b5c2b546aa90281498b03d4caf9b6d33b97f07838cb5e5766d6efc73b7c151de6476d53c041e53acfb4f92a0d2d41 -DIST firefox-70.0-kn.xpi 564128 BLAKE2B 84b8eb5cd72e3616ff5c303d58dfed80b6c07583639d0129c2cdcb412698b2541497c8ba6fb4c2a874ecddb288d5e6bcdccca3daadf12c3a865de7c1df548fc1 SHA512 a378caf698fa39f60cf5aa9bfd6cdc2ac6418887e65f73325a5bd861b084e74e9b804ee3f918033a7ad23e6e8e530dbdcec202a75325ad37b679af0120310043 -DIST firefox-70.0-ko.xpi 568671 BLAKE2B 74eacf05b9939f6e1e957107a7f35f72140697a997912666846e5fe4b523a21516ca95daf32c442ee5c5547bee86e3009e67080e2e053d7a9058011f21c2553d SHA512 cfabd79ceffeceb44d75c63402e393d01685e2ac0cd44df8e9403ccf964ec1795e700ed1bef9760e9f2bbbf021fbb16b4fbc75df9014cc07d9c1202e35d125d3 -DIST firefox-70.0-lij.xpi 503297 BLAKE2B c42c8fd6b929ff7cba8bee3025d7d3cc139cb239f7f47e6a7fe3e0ab32ec6ebbb320cc8d8b153527e375b75829310773a673a8d0aa9e2281ea109df04c3ecbd6 SHA512 a4f2b7712be974071af5b918e5ae3f43455b72f9f44b5e1a2b3c7eda2c68fe66bded06b649ae6b2ebb4bfb89814d32026b5782e5f12cfc3d5e0f206cdb578ba2 -DIST firefox-70.0-lt.xpi 560110 BLAKE2B c272985a1b255e635e39d43bc4f95cc46433a2fe91fccd21200d8895e3a1f23aa2cda18fc54b3346d1de44b94b06f6c4f241af895ef36dc507e833ff24ff1eb3 SHA512 ce881b681a2d4a0fbe70c02737c8935e9a3aff4168d5be937567a4c2ed93efd226134d1baaf61fce957e61c7ac0acb3cc32dd6de15b845b79b7ea681b726f8af -DIST firefox-70.0-lv.xpi 516734 BLAKE2B 8c6f78742c158d3b9c7fdc25493aeb679dd23c19c5b6e03a1e5e08cb340304bbd8af0d416d6ab333737a3a2aa97d22c0516349dca693aa991646a4ca4ab9cae8 SHA512 b27ef7ed78e91a3466b46c9c1b7b12f57dffd7de42fbcf7c81d33888e0aa08d5b4e6907e0fab5d88808420ca39e515918c2286a789c96dd656c5031c78cfde97 -DIST firefox-70.0-mk.xpi 497778 BLAKE2B c70d5d8a85ed9f1ae69c7665eb6851ada7049789eeab693e690a065f2af1aa6c806e27e4cdbf0a87213de7156beb736822991cc4c0bf877fda1d91eaf074ed6b SHA512 2fad00fe58563d028117d97241db2148ac1461bde338f9432c9f816a1866e09b7ed076513c23a200bec3fcd7ba3bcda833c4d939cc373a97125cf5271d94c2b0 -DIST firefox-70.0-mr.xpi 578799 BLAKE2B f1248b79cd3e339f232c7f9cb2e238657a53502fc0df900f965c82b8ffea40dfa1ed6362332850bec81cadd5d5933ed17f4c63e1f3530f9d9829a8ef78d53330 SHA512 be90f0dae9ac42d0e2e4c348eaf1bca9cc4b1b799c9f8ad0f236ab149d9f30dd6fa9aa53cb60b176c13de171220f41e1dfa29ded96a2c90a45a58b0e327684c2 -DIST firefox-70.0-ms.xpi 496402 BLAKE2B 4f3c2ce70a0dfd77beea365dff22e3c25b721bc672b9662b1a62c3f58ec686a0c726ec4bad70b8c06c13d7ddb4a2783212cd44e5e5f0cda0fb30117c7279fe9e SHA512 e0c2eb04d9d85d7c6301065386639ed7ac2df23d38fce210d9170599ebd91714c4a943d31ddc44c08ba9a55ac65cd11d699935ff21e2c7bfab911c1b012eb110 -DIST firefox-70.0-my.xpi 568005 BLAKE2B 1f0b4dc7329eb0c4a24401ea318f056fa50cd7296cebb13fd5e67e3f5e41f565d3e874d7f229b01b112a9a4ebe18461250e7448764875024072d99464bbc1df0 SHA512 f2cf32abfb060e8a0d6f6988d299f514b8419287664045796c872de699db3b7840266a8d153a4aa2e1976e6b3c347a9406bd00d37120be3ddcda78d5c38acdbf -DIST firefox-70.0-nb-NO.xpi 526809 BLAKE2B 0e4bb40ea802a6cb919d8f7bb87731e76a6ddd4e40a50a6ee36a7ad37fa7ba6a73649e485d4547ee37df221c6cb7a074c749be071aac691fa573b43b686d2563 SHA512 9eaea7cebf3765c16016b035952b720321f7d37e9196d5dab566f4a17fdde6e5789aba91d8166a8597771111dfed0d098cf7a1b2f3ce656ff20b03a548758cc5 -DIST firefox-70.0-nl.xpi 522994 BLAKE2B cbbf2afba6f46a0382b09d676e2673bf38a4c191229de56bf1e5d66ba5e0cc91d9e6588f3c25aaed79f84ef8f5c494c20773b13e1ca7847f8e5abca9b98e2a9f SHA512 c1ce5a933680fb93c215e87582622fa3bccf8d0d94d8ff26f750f3f587974c1320d968e5867dbbc25c6fd6b960dd477b71ee33a10e6cf319c9981dcad06b0c19 -DIST firefox-70.0-nn-NO.xpi 526195 BLAKE2B 87afac20d4a29cefe2fa4887c764d26217e0b7b097ac6d64875da4f24415e01d39ad1f300a983d5296125d0bd19b8fb7fff73bdfd66d2c81fa323ad652cdc054 SHA512 d419f6cf995a7d51ae9fdaf0a7c0e048f18b92d5a34db19f7bcb6a2793f6961c16bdef12a5d45bda0925923f89119f5174cb2fd5dac61129b3a333da1f6512c4 -DIST firefox-70.0-oc.xpi 514947 BLAKE2B 5931c91a5a8b3e45f08907ef2a81e8e7a49b994a87c5fa41443913b5c4f70cbd5427a2e6d58fe624ad16580d4991bbde24175f7ee11024bb53f7acd1cd3045dc SHA512 11555613dd3992c9dcaf11b64414e0dd0168d242b5fd4664ef99af483cf06b16524ea5dee4008d2657ce7696c7244b93bc95f2033fd1e42bfce69d192ddaac70 -DIST firefox-70.0-pa-IN.xpi 580172 BLAKE2B c24c2a5c7f169f9660ac9b993fb1bbbd814f21bbb035e19b490678cf562877d232e722ff6979cad00b71cbd62cb69a364ee7c9915b817d59d8f954efc0362549 SHA512 fdca5a9b6e096490159cb3744db8d828c971bb46b7ce7c97df094dea72d3484b053e4d125f41fd85fe40a8af818e5bf625b7ecf048975e317ecac1874b0f2f46 -DIST firefox-70.0-pl.xpi 534144 BLAKE2B bcd6ccd8da523cdcb5be3be20a70fa6c69e31c949841d069eb2f9e6415bb4be52ae62813204b83e6b0e0a77c64373bed1f989624b1f56626ff402087fc26119c SHA512 4e51a343d5dcc2d7350e864a7839ac6f2edeb949276c138781fab9f264fe9e23ce2bc2fb0737cdc44395d76bcfccd2b5c86b701f9f12d851557ef6652f4ccb72 -DIST firefox-70.0-pt-BR.xpi 524409 BLAKE2B 72ac015743a85cca699f7459f395681261a9e5fae41d1b6eee74dbc446ad4512c03a2c9b5838e4d4411ee60faa0ca585cfc94d8c3d0dfbd5e243ac38021c3505 SHA512 a2a71a948e46cb08c2684bbdf5f9765a306e42f2d153d2c870d727b899a17cf3b88d59628dd05e1d8fe218dec5f60381913511dff420444557c9393955407947 -DIST firefox-70.0-pt-PT.xpi 526167 BLAKE2B 98a78e98382a0d637248f14f5e2f4e77230ccd636f355b302c828b710542f9f5f81b990110aff33da200c8de0fc2735895d7e679e37eda0c0a881f50418022b9 SHA512 2942d674f0e9c3b756cbef7052ed0ee071419fd64aa2817f37673d4b6884298485c3e14b63efdfa87034a2769f4a7444a491e796c5e5cafa959946d30268eda7 -DIST firefox-70.0-rm.xpi 526495 BLAKE2B adb5a27476bf1ddcc374c333c77d80dff00a9db8f58887f514b50626e263d416de4d210d3d5266fadd13e7845c8a85c14014a6e107b146dd2acde100b6c0a235 SHA512 87ac57901d4f041a7d832cd49b166de87bffd488d2b348d21b700ce4bd68b021d9cda2cee9a0fa59764e51d624f637a4e1942ab18e957f07ddbe9063cb42efe9 -DIST firefox-70.0-ro.xpi 535630 BLAKE2B 56451eb47035cdbb367a8a8f792f710c4449a386d375248787c046502b26ffb5ff7c79e5506e81309d65eb1e73eb25a2cb84f2b7f62c90d435e7b74347a9a0c6 SHA512 813cb22e99f8b350573eae063164a4baf316867fe35b41fcbee5d856232c6508c824f8633c22159be99337f4e29ca04b5ddeff546d558d2272110542011d0fe1 -DIST firefox-70.0-ru.xpi 621189 BLAKE2B 14e7439e56286b8a41293c309ad12e3b2808871b2c26f3c693dcca58364f607e18e2893b41545b1acb025a0a3c94d303bacf7b8fb69344228272c195680c5193 SHA512 abcd88af0e36270f36161377baebcb89d3e20bba977ba2c53a790dc204177786f9f7ef7597fedb23c9d76b72bf53fbfb65d79a6fc5e488196e47643bcad1d2ea -DIST firefox-70.0-si.xpi 541247 BLAKE2B 4fe6b3ae14f1b30fd25f8bf18f45c25a46174e220776bea00acfbac5520c6f831584df5d85e1e9f5c0500a73794c9ad84cbc1dfcebe62c391f333b360498caf6 SHA512 e79cac45abc95cb74829b6c051dda99c3a33d4c9cdb4421a1e06dfc1e08217911dc6c10022f5ccd6178d1522b3503a29e5d65c04a5f3a847d65e71dcf0d15367 -DIST firefox-70.0-sk.xpi 555587 BLAKE2B fa26cf9f10751417b4a589aec65c23fbbc8837d42db661c10d22430a29c8eb73f0c77a64d1eb8621c6cc9655c17a0b8b017e1fbd3b627a095b82a35947f0237f SHA512 b7910d018be90ea14e387116324a706439ae0a292187cd6efe335d7f7ed7445e1464ba7d11376d882c56f21b55ff3e84967c6ebda658ed6eef2a2fbb9d4e58ca -DIST firefox-70.0-sl.xpi 535560 BLAKE2B 081e67351eaa2e7b4018244a1dab0d0e32848bc0f78a7198c54a9df7f617ba7effc900a12e992c5e658e6e2af8059ffb54f76c5eec51f320cadeb5abcc88846e SHA512 8c3292ba5651c7c7611128d0b97782ffc1e2bc559f6261be310ac193b7ef9e3024079bd78cbe33cf6d8b23ab42262bbbc1253d0821de10b130e87c8609e75e61 -DIST firefox-70.0-son.xpi 467353 BLAKE2B e44833e83912d7a0e2d28b26e6f0bb4d1e9abb44507e4da53088d0373b6472a3639303237d7b3b6f59836e2366af85033c766c8b267ce2aabd4023ae2d375f7c SHA512 04572cf4c10b1ec1df7ae20cb38c7d0b56c510b70ced30dda0f68607ab462bb7ec16693926e85c071f4d463494acdb2ddd777efcfd04753fe477e3d4ffc2bb27 -DIST firefox-70.0-sq.xpi 553150 BLAKE2B 183034053eafc40af2b8a65a6e9cc92a4a213ed32a4534328df2755e65683ef1abeb4e74f1571603210203bc1d969aed0a2ffb1b3fd5375ccc8bcd61c0c9a0ba SHA512 310082ae3f8acf59a600366d5f9ef84ef26a526d35d09743b377fe2b376d22b0219067d990794da4f47f6d8fa63686dc5ac21f277dbc570ced53d35dfdedda8a -DIST firefox-70.0-sr.xpi 557871 BLAKE2B cbd3d229a44adf08addd7e598c243b5306bcb5276e0a0f6663d59a88db090d591bc292f6c6f351b07009700cae107d942e4dbc31fa7debad76e998324ad05546 SHA512 c63fbe776ea3bc126695f02f2c7920c8c05b970b9d26e2998f4eb0183669a6d33cb873fae2ebe4a51dbda48f4eef7d2180404accbad22429176ad298d15a8f40 -DIST firefox-70.0-sv-SE.xpi 537966 BLAKE2B 2b8118ef48081cb0b5b821cafc3c3f84f5b4c5f89f09e72bedaae95e20360b0d03081fa320779aca1036abee03cdeaf363d2b33b29a069488f0cf9ecdcc7cc11 SHA512 2f6174a4f002ece7e3b3478b4875fd49b9fa992ab799e1c8380a9f95adc507b9bab0827c26b550f268f4342d6a93ae96a0466535c7e25ebecdbc1dcef582ea9a -DIST firefox-70.0-ta.xpi 567507 BLAKE2B 796e4193751d9a6d1ec129d64c9b747db146a1ebd1b9eda76d806fca445561bf4193bd8b38669b01ca93a645eb0d9c6671ef3af0f1a4a44f0f14eef159d3fb3f SHA512 d42e9723151fec02b612bed5ab4baad4b61e32e971818de334d5b1fa75f0a77ab153023fb1c995565279abdd20d82f9c65dd8a12cc816967c6acaf863edf625d -DIST firefox-70.0-te.xpi 583382 BLAKE2B 4065cbec141f20e5a0d2d69ed62cab3b0a80f8bb981d409dc2e0b016d5e883d40af4fa04601cddb9ea81a4bd93c9f2844944e47b939f483ce0b7118a540df7d8 SHA512 bb7c0e5c8273f2b91050ff498766737bd340cde6331b3e3494c120e750805957f4a934e72075b66ce675409a3ab0edf4764f41f42ce0f8b3b0762c9150fc20e9 -DIST firefox-70.0-th.xpi 580338 BLAKE2B 36d63ff8b331bd97a89f5fcc4493b4d07cee3e52fd288e10bddc1ba878a3e452bdb7fb601524832e57b457ab93ef0b3b20ab6c64dc9e0c08775401754d9ba028 SHA512 598690bcaa7ce997fca49ae16244bbf0e6830194f6d5467d1d874b46f8c0a8ef5b0e56826dc1256277359122457ea2fa793390e82e80cdf5cca6924da4ac281f -DIST firefox-70.0-tr.xpi 548421 BLAKE2B 9776b4182cc4b9e7ea2df5f404b4a679e43301303640fe2db21d768db176155b71eac8bb9860bb94800f52b43610fb203541d22e38ac53373f2705aaaa572910 SHA512 e9e16f319db0d12c8b343914990cfeba2394a230b928bce66a2967dc17b05cd35ba89fb756c43940d3e7981865c5d24167e436e8d83cbaa3a0b9b6f278b642e3 -DIST firefox-70.0-uk.xpi 606889 BLAKE2B e82783fce632b1264bd60bccc7c515b6f9d734ddca0801d3f3dd7a82ac20f097021057d33fc08acf21040c0ef28303b9b2eb3ad8d1dc4d988e91522a33e92a90 SHA512 73028b0af882ceef12414f97733dae15584420e560d98de956df6dd26cbdd023c0acdab68c64a8629575f729ecb73fb33ddf459000b9fac21dfd3b98981a32bb -DIST firefox-70.0-ur.xpi 558453 BLAKE2B ce786241304fd4398ecaeeddfdf706a219e76563b34423c7e415f024c6979f37a0cfa8f7e3b627a62a25f2aa6f3d7d9c144fce3f785c4a1083ebe6819415cec7 SHA512 df42259f3463eacb589346504e19ab36876f48fa9d5d75ce635c91e9aa580c654af8e3fe5ff868469492a76270b275efd38d66a774cc69dbf76c334a3974aba9 -DIST firefox-70.0-uz.xpi 495994 BLAKE2B 7e81e29221152f68ecc7c8bb913d9e8db76afc8d3c5e400f3ffb8314c41fd2ef4352d737a4c9dc1b01560ad00ffdc5828949e20680da220bad49b6cf227cd2d3 SHA512 9b0acd885704d93db6ef1807815b563729b9863be7c1bcda21303869d48a2a94e86913452093802379dc03568601cda8f3e4b6d02f2019a0aa5266e675947471 -DIST firefox-70.0-vi.xpi 561222 BLAKE2B 5aafcd849ce537905a8a6ce1096e2d21f01096374cbffde364599db0b160d5580e326ff08860727741e113b91b07ffea9affdd0173eff6609e96a8b3bde876c9 SHA512 19a82dbb10ffb722b0ac4341ac6c309f1e41481217b8df13877352da11ec8712049b7c41c32672f5429ffb9324e498b1db4caa26c1ecdc5788933503604804c5 -DIST firefox-70.0-xh.xpi 473972 BLAKE2B 8b61ce70be768d11c6912a021e2a762591dec175e9ac875d5afc015d9977132d8cbb2ce124932f9bccc1efcf77b1cea285cabffb6450d34d3be6cc8851f43dc3 SHA512 50a53d7a60b62e8cd3cce2d2335ff5693f8df988c05caf11b7d0fc7808b3a6b2376dc0b75f4e9d0baec58e671dac589af47b859062781aa5938160963c4f8ef9 -DIST firefox-70.0-zh-CN.xpi 568455 BLAKE2B 0df5ef2fb3e251ef0dcfe5b891bfb78c31dd69a8a4ce6d6686fe91fd907bad641aee47465dfca19daa7c510b5e8e3da3d8c0180c26e35be5ffbb38d40e367b25 SHA512 c6f1b09c99b05ed322dd3173972d02ef72170c7d4ef8b461cf38855def089db6bcd71ffecd2d43873be136f4574adb71048ea4375b32e8dc0363d54c8234d67c -DIST firefox-70.0-zh-TW.xpi 568317 BLAKE2B 452e449e0bf2e1fb8c1f3ef850f5a71f5e6d90b261403f9603ed514c11446e98aacf2295923c0a64e7294f978571b20060870ecb39be01e35a45ede2207c57a4 SHA512 ed08151cca67e0d719994ed446b0b95efa3eadf59f66be0eb5790c3a53d817f2bd8af799612bb0a12fa090071fd10ca8191f62b721ceb6e0d9bcdfea23bd3266 +DIST firefox-70.0.1-ach.xpi 488084 BLAKE2B a15392b489d048fbf4bb57ffb02fa6b174375b48ab5ee1c294c2a5740e5258c8ae3f3b9756fd47f32486d95ea0857980846ffa3d6c712f8f26d6aecdf3e58c07 SHA512 55927bb739878af63a5c2a8e7db7b703b37e994b77a109426e111b6c723c3448b8a39e61ff4d581d1dd1c774576e8f75203e4cb0070aaca7fa81f8b387a58cf1 +DIST firefox-70.0.1-af.xpi 456518 BLAKE2B 7b73e58b988e2e7c4cadf58929c4133243cbada54a00705271d2d564b80b766f3399c3a096704842eb7346dfed3e7ee6074d55c6d1564d41d2ffb7ee5f2b08dc SHA512 b70ce6e6cb6a0a541e938129c6409f6ed00e402dab7c106c8974da5ac91a58b8f9d7cb87ee169e1da21b67bc12b8f30d91ba4fe31db17006040b2f251d503698 +DIST firefox-70.0.1-an.xpi 499778 BLAKE2B 5162d37cd0fe0968a16b2e1f401f5d5bd32be66204fce9cdbef19af2f789bdfc3ae4bed06963973a0dc51077a6e39b3766a3623375df5343b3efeaf57ffaaab8 SHA512 ab64e9abce2c31b9c0757102a3b7d23af3aac8357c35cd876ddd8a6c857c022f455ae1a15547c20f0b4f9756de80718a1e68205017665fe1c62572799eee5e73 +DIST firefox-70.0.1-ar.xpi 564977 BLAKE2B b9ff220f2842ad5a96e0881359de2a9a3763492d8e7cd4e3fde57c6911c7bb39f68a68ebde7956a05d65224262cd7e6f7b3cc3a657b2fba1744102b5ee4429a6 SHA512 e675c86a88d22015694dfa0935e3aea45b4ad623556c40bcc3df385c09fcc929ec8b9c7782d7036b30cd4b65134c84e7db7501e837779d897358c2c62d76f909 +DIST firefox-70.0.1-ast.xpi 496476 BLAKE2B fc37837e5b994ed9205ffe71daaae4eb77fd18bfad3bfefce1226b6d400ad07a4e9ea27a73e15a5f26d0b8a91cb5b8a56dabc4387425992f4f814417a2d48352 SHA512 c0ff5762cd8e9edd6098c7d32e72773d5fab8f06da2d1a840339126444f7ff52c83f15bee27ae9db9cf05571df8aa8f9bc2539039914820b9c0ae6278e96f1fa +DIST firefox-70.0.1-az.xpi 528696 BLAKE2B 91cc7128ec346a2b4a43a89e7f309d558c2650782382d2b35360e83fa6e96742897f85c523cc409077bb83690795003fa593280e2aa0df008ce69b0bc1822242 SHA512 24e2477c011cc66a354cf5fa42e78482c00e3da6aa695770dfb7efb35e5466c0fc97523593400f2aa3cfd18a6a90efdb1d470e39f469f0e71ea82568166b18e4 +DIST firefox-70.0.1-be.xpi 621205 BLAKE2B ec53d23b0a76e345e2cf23c53670631afe6093909a13c602627466eb38c4ac822fb3c93e325369611ff6f8d0e0468ec8bacca693e55b3879fab761e1c2b79327 SHA512 1a66b164d98354bbeb849a840e6f2d04b3677c66e1ea8f6cb4ca62fbad0d56ab53940fd7f765e818c81b3fb20d4284420b2f9cbf9edd514a5c15bfde80fa2ee8 +DIST firefox-70.0.1-bg.xpi 579386 BLAKE2B a3cbc9c8f358496ad97748ec26d171a8f25f16bf608b065a887ee70d1315ac6a4cc597615ace63fe55fef865ea109ec9a0b18035fbecd8c4ffa997ae9722c15b SHA512 c36cdf0b9bdfa79ae1c3b92b54f2370bc0528e15da1fcc15ac039896d9aad4c1b592543fb2de4f8b07f431815a92a537cdc8684920e878ff6bd58ee196346488 +DIST firefox-70.0.1-bn.xpi 598539 BLAKE2B 150b79ac0b8fb4c5373fc95664b15a0b57453ac7d55fa7961245c83436b43469d1a63b96a5c33a535e1d0e760b178c76034ed472d40c0a2689abdb8c7b458bfe SHA512 f174467f47e13745f5ea20bccbc9fbb3ec46eb0d4aa03be99b004027e83653c8d39cc9e940662783a73b21d8684f7fc37603a83d8e8f14669e1c74908271a73b +DIST firefox-70.0.1-br.xpi 528403 BLAKE2B fc8d83097e88fc201d9668f3ee29df91a6299db6e01e43475af097e5dba66d0fbddbace6c0e06dd4bb2073e225dc9344660738b5484d8790401ec49b59af5b6c SHA512 7b2c8be7f8c31eeac26c3f6a2e0a385e099cbe20b1dbca35156a626ee0c1128eec5459525e058b078a54703966f5a0f219bc2daa0a83e4532b246c710a8143b9 +DIST firefox-70.0.1-bs.xpi 499832 BLAKE2B 6abc1556443a66b1dd7efa569cd8f03a850f8be2a12bbc8d38627dc37c29515cc480f4d5a55f12dea9430bd18417e55b7c95bb84ddf24a6e2a25104e620c687b SHA512 3892df3ef827558e481827ff0b11d97bff215c1f331bac273f874acc3f52b795914d4f4b10a51ee74c65c264802d93d8e0908d0edef3131d25c4ddd7e5610c30 +DIST firefox-70.0.1-ca.xpi 531441 BLAKE2B d4931876c1258a6296447fc50246692189c9407b0de58b1d7217d590d6ba443897f4ec3717c3de21484e06b56d15b279d5f9327305850992a2ceeaca10b4269a SHA512 b3439fd349b3f9e447e683e9ba5cd6f0182df24abfbaad05ab63a90f2f27574736a6d2e85eb4cb38b37844d1a928ab1b6a202f2c2ce1513bb97a157bd3ce2ce4 +DIST firefox-70.0.1-cak.xpi 562475 BLAKE2B 72927b1f7c4debb892d4b927b717c3c643fd661492fa5d0b4be9cb66b2e7b51e6cbe105fa1fdcdb53487853222e2b5c5499d241ae86ee4e05e4cf0a1da508877 SHA512 c944c4f8bfc54756934f7520586f4ae5b5ccae27463df70f4076c5ebb9b9f91f865562964ad19c1f0d1d5e7035efc9d2af392e323fb97da6818a4669ec64e6cf +DIST firefox-70.0.1-cs.xpi 550055 BLAKE2B c41908e61aa485fb3546d55f70bd2de48ee2b398870cfae25d44ced50ed95b26b79a0e95a984a573ba07235ba5f6eded4ee1f426325cbb5197a131b4e044eac5 SHA512 8d115d64e2384636e3b7eedec4e25c55bf96d82f9a9a068ea582be107a76bbf8a3998cdc82432f156b7c27164983f0ab775be5ed250c4adec510266f463003e5 +DIST firefox-70.0.1-cy.xpi 537646 BLAKE2B fc288e9e86cc25aeb038956f8e42c22252fbe2d3f496c0762c6b25e94dbd5928bf44890cef5eb90776272dc876f37ab5756c98049815e77751f6fa8a26f144ed SHA512 ba384aab7196e11ac7f000ab8a5d0481c0733512022b7203ce0d38281a45385f5657871c1071cb0697a83bf90e7ea6bf6e9c6bec7d7202f448f471ac67d27338 +DIST firefox-70.0.1-da.xpi 517237 BLAKE2B 7a33e046dbd6d79d7749c7c8b8c141d5390218ec9bdd172d03571ee1a95239ec22c175a52cc232ae41a89e989a207a282edd7509c7b171c9f8251fa082726671 SHA512 43f6b1f4faacec3d2109e4cbc7fb531e0bb54687dc11f74f8ad10879b21bb7469b744626a7643e8db761f423b7c32aaa0a08c719f8dc4a50ce57f71d1edad0c0 +DIST firefox-70.0.1-de.xpi 550114 BLAKE2B 77431bf5355290586249817e836f8431460b5d15ee6f339876953d941e59b15ea5e9671b4eba8d59b2f5b1fa26749a4932a2674a3569b5bf62cee0a71fe87eb0 SHA512 b13579329561f1f5670974b1df232ffefa02b5515580c98e2d63f7a61189c4ad63d15d714e85312e60ed68df596ca506d133c440bd5ba0976af3db0ee3e1a1b6 +DIST firefox-70.0.1-dsb.xpi 562515 BLAKE2B e5aa39f1ae7b4138803194a7d97342a246a634afd68a74d1c2709af98d6abf013a606912dc3ebe6695849dfb8e9475bba24b6c23d81fab5989feba95f4cde37c SHA512 685ce9c1fa4aed1ebbb048cfb3bf0935f9d5826d27aeb5af39fc68837375a91dc92db1eb2c2872f2629626ecb81fc6bf28d18a4fad5114bf059dc6b63947055d +DIST firefox-70.0.1-el.xpi 623028 BLAKE2B e6fbf860d08765eed443cdc8f569e9e62b0dfc38e6e20c43e80445fa74f472a58891f6826530201dc341e00abc5d0015a3f74f41da7763ef7de355c210ec9896 SHA512 9d10932505d7fc035e22039b39d12a148cd9804853d5b856ba368b6f85caaddcbf60fb67085a643341bf1cb7b8436c9b6582948eb184bf668d8aba5ed3ae44db +DIST firefox-70.0.1-en-CA.xpi 506556 BLAKE2B 94a6d5008de4bf0ce978c3210b8a8bec3bbf37204babde0e32b307c2948fb4aff4aad150e9732ba28b479b0ad23219c4ad5e35c1574cac11de13ee0f2ee22bc5 SHA512 f7ece48ae71c42d4adf894ad5d9db09ae52b9c5465c4724c85840b933f6ac7d4761438a8301a08f755d4643d322d55fe3f4d26cce9135061610c4bbfb31eff10 +DIST firefox-70.0.1-en-GB.xpi 507215 BLAKE2B 287cd7cba8a8b1dbe0032ae2789ccf016d8462671f20999f8df101e566eb8225c4b17db1ab412d07342cb06826973f78342c72728f78f67600bd3e6bed2f9ba2 SHA512 fe2606aa57a5e554d218872188f8684e183c35bf08e4c3181115022e0ef2611f1e3658e220c4b74771d6b3e9dd01422221bde0c0565e5308c6b19f40de350218 +DIST firefox-70.0.1-eo.xpi 525675 BLAKE2B 22098a299a55582987efb4401c8bc63ebd442b4c285a6a769e6df53ee7474add508cd37d14cb42bf3e033165a8ba27172ae15db596aaef12f4ccc4708deda5b0 SHA512 034deedc70d86e2c6f91289231df0046a457c7a58b8a66475f5c84fc30accd106efe8f5f13898f4fb78b5aeac9ea79e3ec09f38913d191d7454710c9472b74b6 +DIST firefox-70.0.1-es-AR.xpi 543929 BLAKE2B e91045abff8e0525295b63c96c10ca0f4554ebfe93e223551375ea84c04d71e43c164a72af7adf57bb79cd1d85f50d1ccbf370768ef2442c0c8a7dced263a190 SHA512 66c6cf3ce79b4eae528163ecc9b230e5740ef0ddc136406624ee9064cafc7e058ce9dc6d400970d20a93c061e23febe2dc086ceb36284efc073742081632ecee +DIST firefox-70.0.1-es-CL.xpi 542004 BLAKE2B 9c6ef69a74fdffd975ded89755d9f630d48459cf598aedd99881dda89cacc9643cfa087777b3e1eb75eb6cfce6b89fe5fad34a6c54aafc400b29aca71881cc08 SHA512 fe5a28b965767c14649e255dcfea4a77af7cbb349eef80edce581ae97f4884917c61dc1063c582795ec65f2a659d148ce806d22a3c0d0694c7eb4c17c57c26d5 +DIST firefox-70.0.1-es-ES.xpi 519408 BLAKE2B 149244472fc0583a97e853002371f4a790da824daa7306a336dbd35884c1bb0c2f3782d01d755da2e639da944f847e6112d1202a1de5ecbb35688cc5e344d56f SHA512 a7f0b5fbd4a7a6fb135bfe19bbcc5160b51299cf07645a6d2d7095ca5a8dbb1d60481c3e896dfac3974766f2c76c63514174e1f8ef9fd6a560776643931679c2 +DIST firefox-70.0.1-es-MX.xpi 546437 BLAKE2B 907b9876b67906fa47e8562a05f14cf8c3f862d364b0c88c3faae84baeee0c2490a546089c9fde157e6c83af6b526fd9f1a1a68f65c15227e3d202030d5c8a99 SHA512 d9a2b13ee8d590b026577923e5a5564b1583694185ebfecc13cc3b1ae6cc577c92bdcdda1f0ff9365f06fbfcdb1c7b9657b99b114a705c43f4f11f4104b86b92 +DIST firefox-70.0.1-et.xpi 527068 BLAKE2B 8dfe2f0d7288955ff64ab5a32627991618097511af4621264958ad776287e3e48217fed0522a729fa4c4c58b7ed122f1084f75e5694965e465d583444d81c84f SHA512 1dc1f94a1c39f87a392b9bb2ac224a3b55d0bfb5286d2960e162af01dd149e610b0b7931f03f788d1f7e84010d43e813d8c10701afeceeb83cfaea8b9f5f575d +DIST firefox-70.0.1-eu.xpi 527210 BLAKE2B af1f2a6fe077ef1740e8df58d1a583fc59b5cc435e84080673a1d2d1aac8f022ae682c4a2c090ab3ff1434f024848d7322805136b1ee4d974097861e285b6bda SHA512 b96edcc146787763326e48f96c381501b6d2c55158c4c6341968ac629658c4f87a33f6966e119ed2b9f4b3a089a3a2092547d3c346285196f799dc9729343818 +DIST firefox-70.0.1-fa.xpi 578565 BLAKE2B ea4a8f8471bd32e89c956e7fb2815126277ee90f8e284c912549ee097603b3c2928c487fd4fc62f9a5075db4b1dc75fa1aad5897e4dc8358aa1e6c8a44796bb5 SHA512 2689858628c1805d92cad41c1738f00bcaa1fb3cd083a0916de5a268207215bc437d1e5cbc63a2972d800e992906e49f7499320b82ee9014f17b2989e728aa1d +DIST firefox-70.0.1-ff.xpi 498983 BLAKE2B 1afde0e3a144be17204a1e49f5ca468f5e44675b36a278b20a8262ca26b1056bd506cda8ee2f8b04b42bb7f9540b9543dd8c6a9cc2869a63b21a9b144cc80b41 SHA512 ab92690a00721ff0458790adc5b8e20bd954286f217b6d01f54e3c5898916755c4e82d3a6ab61ff598f34db1569d02847a6c17083d6c257c454e1ff2eab1c335 +DIST firefox-70.0.1-fi.xpi 524452 BLAKE2B b0c684454f0a3f56f5efe3a72427e1d9b81a35f2df38bdffcd4361c529d93111e65f724fc473213be0a27e897516e9fa7610462da28c88e4af85d13e07f7ac7f SHA512 6c1c77683fd6ad6a2bd9507d44d77c33c634ab4077939d22009ea46aea274a659dd87d622fd830dac6261e4ed878fea0054074b72c1191b1f611369763d314e7 +DIST firefox-70.0.1-fr.xpi 555923 BLAKE2B ec167dae863c2b4483c4d7b46fbaf4499d5171d35733530927f13f1b906006a25f8de6ed070204fb5441d2be4107ffcb11bbe8ab8b7cfe447e5fead81aaf5434 SHA512 5cb71c214beb8af614b89a22c18325537c74ab9038d5f0118aa85c5fda1675b3ed63ee3cc6ab0b60453c8cca806e46bbac9fc329d048ea4dc873ba514c0fa220 +DIST firefox-70.0.1-fy-NL.xpi 539379 BLAKE2B 60e7adf27d672438a2bf8428e5d96f120d31ebaa36420e12ab326c444b27111b9e061d5d17ba96379dfb708dd2f7612fb5b028ca0e35393fcbd1f4ef7f32a0e1 SHA512 ea57269b995c7cbefb2f5522937f8e484d383c273d176c7a44c1e272518e518ce59c94c12d978adf1a40bdc8064304fae77808f540ccf10e0c393985b4469300 +DIST firefox-70.0.1-ga-IE.xpi 503291 BLAKE2B b97e2911ce6a2c54e9aec3a652ef1ed16d2832976503f0af81e18a9c2096f05eceb3d3531d288407aecc52b0375488f63a28dac6e16fa482b4f8e18a2a925d93 SHA512 a52c7d954726bb7af0fe29c4c47cbd84b0463b3f3643ea546387ba2416f75bce5fc78531a099d16b4fead96b7cffd26ddfcd9ea54d0bc7d122023be050570fe8 +DIST firefox-70.0.1-gd.xpi 527258 BLAKE2B fa184d3f090e67b2c28af8d6eb1b9e8bf3c415f2df0d9acad828e4c7bff587e4afaca105cd2e05307937f79220c63127c826fc36f31802404e14da37e35f7455 SHA512 b43b0c33342d96f25943b1f928969e59fc171539ac95bf0d6254715535fa275f6547cf909905a1694cad7d28b6e792be55789357c05573a72b655e57acc58278 +DIST firefox-70.0.1-gl.xpi 500249 BLAKE2B be5d1a8609183ca79bbe507e2a5b6a3ae7acfb71623f12c282f1ac1e2405cb5a04f3c4f0df41bc76728fb2535473c6472485981b6399c577872e7108d65a837b SHA512 cabd10908d4b8d3e45f34d14ce7e81d4aa307ce8ab0b979e4d4b9eb12bdbf998d947ecca7b0db908860a022200d3bb77278f6320cb14a380e006d4d711da1e50 +DIST firefox-70.0.1-gn.xpi 555110 BLAKE2B 44805e3140007024c706dcaed9f8afbf41cf535a491e4fa6281a2f15808863e094a59b54e7bd2b7829f4c4d391ca5bd6d5e6cab74311283096a48d6929dc53a2 SHA512 0560d0a6575284f49c8a4920894785d2079035eada79e8e8fa8b0bceaf838783d0228135a293569a025a838b4797155981fd6ef3765db8ce64d7a4c8500f767d +DIST firefox-70.0.1-gu-IN.xpi 594285 BLAKE2B 011fec5a0f6fb3e0ef4800f18e96e772290edfaa9b23bb6aea5d7deeb533b839d1e36dc4bb75d4cb5fb1338853d2da882a0d9509bd925a7c15989e03fbb7a559 SHA512 1673290422da0633b2d94f9cc9208072f1458ecde86b98de83b1f2e61acfa2532080b70ce0457861fc55a775980188e39ab302acec7d5100eb4e7b9d83a07bcb +DIST firefox-70.0.1-he.xpi 546790 BLAKE2B 825ebaf166832852b32785e94c7f79f48461e8bdcfd7c155a4c876ba66da2d3650aeade8a7e8b09116ce54f50ccc281c85a9154622acf5e1a234d00fad5f77e5 SHA512 886b3871c874bba09167a6957e7de9571b99d0cead09ce95a950853aa66ac464586186a1c482fa62ee682c38cb294fa4dfdc5279ea32ab64773f9b0940960bbb +DIST firefox-70.0.1-hi-IN.xpi 585493 BLAKE2B be8fadddb1fd119837d6596890050c24b59926c1aa3defadb1785a6add19a7d0340d44018f3473f4b204dd062e032e0229c719888b0982226e6a65c7d8f02567 SHA512 c44f305c59920ccb06665d5f5b6fa84771c16d3f62aa60e85843084fc7fe196450017e03b7193e4bb405ab38e1fe96421310ef0a755e4d5569c1ed00d78ba10d +DIST firefox-70.0.1-hr.xpi 531768 BLAKE2B acd8a38598fa78c6f31197c0975ebecb2b1a0d9637a79d14534e7bfce03bf41780542b7aea8916cee3a9eba5b7d5424315ec812af5795e19f0e5417c0b88dcac SHA512 ecfe45a95d9e8f7f7cb4ed3d247717c98fedba9b2cda42c572f6f2be21ef8ed2d6204f75786acd8762a84e6c4dd2b5671d81a44e08294c32cbf8884302fa1890 +DIST firefox-70.0.1-hsb.xpi 558617 BLAKE2B 466ce0b91419b4d82900f6cabb214881405b11443c2802764f49e3831792c5759d392fd96d2ffe48843ecff50265df4a811d26ac90b6e40ff2297140abec9ecf SHA512 55c05509e58c153ce37f8efca6892ed20d5732b37d7629cfc765f6ac2423d4e1001b8bff107da28e1ae3841e35c91f848986ed0721de936a94681aa93926f918 +DIST firefox-70.0.1-hu.xpi 558687 BLAKE2B c9631e2ddbfad69201f370f50236a03a4f57e8b0f7fedcc64141a7080b0c8eec2bbca7275b9a34d5a1a4ea5aeb280fa3baaba94e35b1f89fa362ad1a733ebd9f SHA512 d18d555263562b52b563145b1fd39d731718722ab93192228292cd907ee8ded027e53a66f6a5540b3e9b433028215a5d75151faa1bb4e2388b3c24491181feae +DIST firefox-70.0.1-hy-AM.xpi 563081 BLAKE2B 1c680a48a13c26d7550fa33e0addb9824e89c905edb21c119ff1b1031e038710429278996e6ee0f1519ad1396f8d1bcb9e7a3723697e7391c579828f508e136e SHA512 eb9ac8e481ff67ab6d5d546163399d45b23a1f6812db68d9e5fa2d141f29f55e11611303d048c54a6bc606696c200ed1e4f4e84ff737e5bc6d27fe787208de94 +DIST firefox-70.0.1-ia.xpi 527646 BLAKE2B 7be3499568e020bf4604d31cba7bb537a8d373f3f84828e330b34b22e9b5a6627fb4e37213e79cc5702988f63d381ddca02e37e766d4ca7a8cf6424cf0adc850 SHA512 a355ac1417ea0b69ab91b06d47416b16fc4e3ade98554edf05233d224b78e14266d140c4a6c88158908058122928d7bef5cae4bf721372b545437e0686cfb961 +DIST firefox-70.0.1-id.xpi 516818 BLAKE2B bfb21dbf62e38cea9151dec0696ff34a8a13b8ddac75c75e1c9e300481893a1180a287424b8e44b91297d39cd52beff0571a45c4b975380a31dd2b77a1433258 SHA512 5d52cfb984435311807873a3d11d744565bf2192c504c88d4226e897eb7186f94efdd96dd4d9e8654dc5f1d1e0bffa19238144e85b83aa658204e06651d19c52 +DIST firefox-70.0.1-is.xpi 516976 BLAKE2B f0aa248e47174d825ce317ea726431140853481262e1369036d25ed5a1cbf60e09896a3e5457451181f5bb481d68e10e8da5ab1e19fe50154e001a46e3767623 SHA512 d90d3462526683c3a6b839638ef27debc298a2d657484b9e7a63771da1eb4bcffd3536c13faf084608f25e9e2de5abb91ac29248cf532f832339573b77a3d859 +DIST firefox-70.0.1-it.xpi 418408 BLAKE2B 4e81ad1402d189c0535497f574446913a3063bea6846ce0338608838da41f9c40d39392d857a6cc5d01845db122ebf7698b87fc9e3f8f8209369c63bdd4975bf SHA512 7d1c498d498c0e5ed6d651668cdb819e12a1c63d80ce1849a3f9f1fd23c5f073d96bbe39683755549d7a52e6dd084c681768691d7c9ef4f8c1d95e91cd0ea0b3 +DIST firefox-70.0.1-ja.xpi 573371 BLAKE2B e089b361e0f562b03dc53242184df90eac6cc168e9c3806309f4e87291aa49d22ea7eed406c6e87589040314f12194f1e999f8568e0ef7849a4660672ee6240b SHA512 63fb6936680bcbd29b09c35f33e83895cfa7929a4ae2e1037198ffc32d55a4c7a09094fbba5f5e190fbeb2ea49b08734d918f4218de34c740b5c0b68edc0b3bf +DIST firefox-70.0.1-ka.xpi 579799 BLAKE2B d1940609012b56d0fc69c644507c5c9595b145d2ddea8719270a2f79fc5330514def8577dd88ac648dcdd3751c4c2787f617ef902a3c111d746ab93a5b7fccad SHA512 5d3213c4d1b6db01527ce6ccda589415f7dcff57a9f3074689019a584ea04dace23f7818edd62dd83dc975a784a0b1c9259273c3a626e3b0f42f00e87c1542a7 +DIST firefox-70.0.1-kab.xpi 538936 BLAKE2B a9b17aed042a571f361ba4fb987a608e68aeace2761289b776ede46f9d8322fc1af9e9c8889775274075021694c0273103c520bc2ee4d05a99090cc9b2043160 SHA512 fe165d57fcb68bc3655067e08011c5343bd66167b3a82eb955994f43d423ef5e0681b7cff75fce081ab87b34bb95a1eca0f52ca91dec65505af9ff23353723e6 +DIST firefox-70.0.1-kk.xpi 602365 BLAKE2B b0d573ab3f60817fa62764b019b96c01a5e1ba293674deecfcfeb1e6a5f90e836d98746a5d2f7515db0245bde7e8dfb1a52048e0347b9018068cd9a9df25c94b SHA512 59416bbde3e293b8f602d30f5078e20b86a197ba1fed9e7275e877d577cf5ab8411d9f9ce18e72f5a7b12362eb09f565031e15b667f20aa3cbbd71b1918dfa42 +DIST firefox-70.0.1-km.xpi 572671 BLAKE2B 3fad0b64e0c9e848d9cc300a4276d5239bc3cfd236094c867736ea6a53c1cf1ce9d1aa10a25fa384ad385dcdebf825d19d9e6ba5b1747305e2488c82c81b3ade SHA512 7d5f451ce18a667c3d395877514077fff14d52155bbd695b8b1c71e340d8c402dc639a634dabdced2467ce94969979fd84ff811e293fc0f7cc6fddf2791d12be +DIST firefox-70.0.1-kn.xpi 564122 BLAKE2B a840fceaf4f7c5c809b8357377529cc7360d7224e209d3e519828193eab8842e7e0513dabd48103984ab2e8f2228d7da7648c76dd83fe1ba2282a589d5597b99 SHA512 d1ea2dcbd18996026ab021434bab023cccbc31911edf2565b441bfbc3f3f5e963f77e27f3b0f94183e30ccf601210ddd93eef04cb3c4f9979b3392666198d92f +DIST firefox-70.0.1-ko.xpi 568650 BLAKE2B 5724703874c1c51ca4717e966e50d4d4866479c3a635077265fa69fffb3530e80777b5645d9665720a052ed7a47e4fda2e5bb6927f25a4e3fec19871034cd5a9 SHA512 0342026818b0bf1a3440cfb4f70842eb04f9bf14afb0c423bf7bcd74a3284d338be56998b399cc284a52b3bc87cf0d4b1747654b7153f8a4950fba73b0b3543a +DIST firefox-70.0.1-lij.xpi 503272 BLAKE2B 1aff11991e6f21a6fbdd3210eb76ae975ece5b62f0f876954001f93f5e4158a99cb12753bdf43db582b171e7e1ac9cf631b53020559dc00086d577356c190fda SHA512 d0f6310fef136a6603c18cdc0d0937a7041109e55503146a1007b867216704bb6b8e2449bd39d00ce2b2280ca20918d1eae6abd522f45776c27eec88692e94d8 +DIST firefox-70.0.1-lt.xpi 560099 BLAKE2B d0c76e304ef77e7d9d8aa9290622ca0515f89e0e052ffe22630024028a87651ab9b74e36a18ec57d1c5edacb7596ef34220c38122b3ffe95e5eec598337ccf69 SHA512 1721b200536a94a0b4545e8813defd57eff37d105efaf47670a12dcb973ef499dd1e9b6f1f9ae7e4977d13367c65d54e5c10db8b18fd8b6d99b190e73bb1344e +DIST firefox-70.0.1-lv.xpi 516718 BLAKE2B 24de9dc808fc58d03e78b2a59fdf71cad392c417b1dd7e6d6156972364f295003d550af512a56dffa9f9bc935c70beefee06a13564bc334674255d142aae7149 SHA512 186dc7a6622add62c175f6c2a4b63561dae8762ef32cde7c212760977e85d76cdeb6b9831c8e91559f6e64b70ec2615ff93553d5a6c03181eb1461b97c70c6aa +DIST firefox-70.0.1-mk.xpi 497758 BLAKE2B bcdece5ab83a2694cea538ab0bda7685f406774e83b44e0cc0bd1b1a9c48a9df2a5d86c23991954d4facb3d3e31b114a2ca7412a9ada79d1b665e51cdd1d50e6 SHA512 513c89dfd1f59cbb511a28856a7cadd6170574274269f12b03f45dbef73461d812474fe5c879d43040655ecddc2e442b23632d72a6e0e07bd8a7edcf952839af +DIST firefox-70.0.1-mr.xpi 578775 BLAKE2B 1ed7a79bc1214f7bb473d1a81f9b43016a0f7991eba799182a144f7875ea92debf2a0ab021179f5c407bf964613a67ce65fd3b260dca617f3a19bc21ea968a5d SHA512 40765007084516c697cb8cf7a59a47e6e3aedaf521dc586c7a7b8e4f34d988ba669856a701010b459b501cbde426385004cfd0c1908fbcadcbd7ce19a6b34326 +DIST firefox-70.0.1-ms.xpi 496393 BLAKE2B bf6dba5c572299ee1f62985c245734fc8870c76a1f6ec7e703cf3935c34dbfec3c763d9978abd9609ebde61fcf12bffd479cdc4ef3478b59ce6441d024c2749a SHA512 078e42b56d4e102a04ffa72a1cb059bfd41c58ef8d080815f29c6fc94a966a38eb31a7e1af715495bba0ebbe04f89f9bed1ca230a9f6d6721343c2ab908d3120 +DIST firefox-70.0.1-my.xpi 567988 BLAKE2B 05b9b9aee94bd5c408573bd8967a73b57c3b7cac2c53d6e21efd1d954494604d226aa7cad382a7c3d0b9fa487acfe9d59ac19fe8afc01e562e448e7ef07bb11c SHA512 5bd76e98d2b4d82cff3d128d64c3816aa5ce792e684523a2888abf2b8ec148526351c61f684f65449686ab8e10eeb62aefde4b2aad637824f745fa6803c089f0 +DIST firefox-70.0.1-nb-NO.xpi 526794 BLAKE2B b5729f5da3027c938f124e1d246c460b5e04f62b71306712403021e4948783d34c9bfbe15e714094cbb13d652fc385856b74e0f089a13fe3999ff67411feb747 SHA512 5fa6ffae454bfc8b469305c940fdbd9a653fe3fe9e4de8ca8d15dfe7846aee3484ea2034d207ff5405b21f950395ff74631eca13e97bfb2bfb9c1a99c64d7828 +DIST firefox-70.0.1-nl.xpi 522983 BLAKE2B 0f53dc19919f973b3e6d024ccaff3118efe00ccb68c87c16267174b63111b90aee2575b373c1802e8db98064bddce0ed233bc5748ecd2f6b2dfbcc527ed1a4d7 SHA512 b6221a2fb7e62606c71c67144e6709125cf1269e2fd6e4f5774ef5e0ddb481cd3f543c56eb695a685b066a33ca6dfdbf59fc5bca88059fd4bc2e7d2e21a2575c +DIST firefox-70.0.1-nn-NO.xpi 526183 BLAKE2B 1a2589782384953bf4dd4680bccffefe6ddce8907f2cec17aa30047b5b47b80086491713955f1588b25b60003ae7c08e90838cfee7a608c0a7339eb8fa8e6e71 SHA512 3f75187edb31a9079aef0d91763c1f00f465d88554b42f080b3b44b20246b5ae1531d8633867097643cd091f4d932d8d29d8e5725fad4d1dff66a90b653e4578 +DIST firefox-70.0.1-oc.xpi 514936 BLAKE2B 2f6b311a247fedc77742f37bc6d7b5fa130667a9f49581fb4bd41ebae23b3b03c70dc268e74c5841362fa49cdf65063eb42e9f162d10558b9f6b783f0cb4ce72 SHA512 576b3361eabda0a3f0d292fd46c961c4588ae2a0a1bde19fa2eeb6887f9000c137703d354fd7b78f66397b9698239fc85fab2ca1a7342d560faa29a3f9550eaf +DIST firefox-70.0.1-pa-IN.xpi 580160 BLAKE2B b8752f734667c02e483d70f4f059f673d884c2f6d70a2f1dff4f9ef14cee3a8564e1888cae83c2c76aeb6efc421bbf4e9f9fd1390b333ae7aa534cc910cc6bbe SHA512 1d7e5c25d3d616083c689f16507f60c00c9a872ac31fda8e60131316ed9d54cd49c1eb747334c15dd8c17994d260e9e61f50b935190e887dd8e2bc35004cf448 +DIST firefox-70.0.1-pl.xpi 534133 BLAKE2B 2a44de2472883bec3b7e62581a7411d5f8c4db9c42664bc04943cc169c7b9dab570b3811cf0196e73c72dedf7a67e303b09daa45e4547625dac28c2a1002f868 SHA512 7c41e0d940d2c79d08496e0d771e4a5950cb61ceb5915cbd545f4da8f313e84b435a351271f0a9efef358ab38ad6207bfcda1308038048c03e81675c27c5ad63 +DIST firefox-70.0.1-pt-BR.xpi 524391 BLAKE2B 79ca45a13df758848263a2186a8e2f9c33d9e0e97cc652ad8f3bcf1f397591844f01ca806846aeac4cb66cea1fe41504e0936e516e1651c7ab895310e8f21cf0 SHA512 f1bec41f22f2c64dda6bfa634794a058d13698718eb8377c8045277cb4a71633f6867b04dd0b8ed42dc2018e53759a54206d7bfbf0d9f44ddaaae931f35b4774 +DIST firefox-70.0.1-pt-PT.xpi 526150 BLAKE2B 4f15f1bf5fa8e0752414c1e5bb7f3ec2b3a45658097883701168083d318274fe20875ed7d16b8b29fd1ccd28f9ebc87397267b02a6d61e4624d1d68d754e3e99 SHA512 2d71aad32634acd1e32ceaace62ebec23c0a5d58a7bd23a5ff9ce0a0c32e97e360cbb4a8815bf9df512f9746d4144cce9eaa77560278ec429bd7ecb3a7ade3ea +DIST firefox-70.0.1-rm.xpi 526477 BLAKE2B 09e039eac736f1da2ab9f7eb2fc38b7280784cabc911e8bc8b67b27c6d68358b371779c628ec54be96f6adddfba249af7db19a788f35a9d63ece72ff1dcf9962 SHA512 b05740471f6862e01edc72bca2aeedd433ed4d8a447e4b4baf6657e5728f5f4397ab7d402fdf34d1c5ea5de893c0c03b4d666a384d28f8d61c01547a0b6cf2e8 +DIST firefox-70.0.1-ro.xpi 535616 BLAKE2B eb9361df5ccb85d336dc1fa3978c60b716e2c5cd43e942e789b6b623422604a4e997a3e05a80f4757d59aabfd250c14810c9992207ad5cf8145670bd33819d48 SHA512 6367f1d1acf6a91ea43a2c929011a7bef1db4b468c98d088e24ca19094b846a5a8e765240216a59a4963820145d18d6657d4d93a040890d7eed0521a19e80d75 +DIST firefox-70.0.1-ru.xpi 621181 BLAKE2B 4fc30cb00c25bc7521270045849d29db386a0107119d06d001cba649eaccf0bf155cea7a7243fff2a8ae45288f65c954e4f9cc2ae1f85eb4d8dbc847cbccfe1f SHA512 7c94a788465753ef3474e1e4f6f86ca6cd853174ef76dd2cbbad656681bbc758bebbcad83937d32d1bd7c2c0c8b4cfb07f959165b2e5b2614b6b1355ead9d27c +DIST firefox-70.0.1-si.xpi 541234 BLAKE2B eeff527f7e5504f845ca424124378f0c15804c93ee38611a4df58d9d56601cae5bf29dec13791ee47d19a917d07cac7e0ae1a0f6947ad96668390783bf70438b SHA512 adb08a2820d62e4581228a75cd0d17e8e12bdde90d931ab816ca124b4a8acd508bdc5ea97f17759dc5496007a76a07a2d797d4e21ca113dbce57817c5aa55e26 +DIST firefox-70.0.1-sk.xpi 555574 BLAKE2B aecdba2eac90c15c45924ca49ffd389dbbbe8cddca005c704a7bde6c8c453fdd1d2fa64d7c4174435f6410093eb105adfdd3c07fbefed56cc1141e90f5e55dd4 SHA512 694afc7508988c3185d69e95b30cabf9a8d91e34b783e6be74e972ee5182e1191249e80a4e95e7724b62047245b8e585a42f5d3dc1d00cc8b05d7a760575b942 +DIST firefox-70.0.1-sl.xpi 535538 BLAKE2B 13885dd007940fbbf463ee587ae0c2c94cd4659bf5170615e7cb06a2975479b640a3b3fa8535448b39434686d064b23d6bb74a94e036c58fa5b137601197016f SHA512 9f3462c0fe213a48bc2a2350223648c63b6b421a013e9d722b8b4d6f864f75a669a7d6ae4db1d6642dd9f2cf37e6ac13718b65acc8419bfac998a1d91d1c5ab5 +DIST firefox-70.0.1-son.xpi 467351 BLAKE2B 247bb04dc9a5b7e97a966041a9ec661cd040b36979cae1a20632b2b55a896453e717a9056b3512e0f0a35ce75b5033c77913aff63a21ce756df68e0ad2d3cab3 SHA512 f81007e509c579fcc38805a2f5f8cc5f5fb70eedecd66848180f6dd544ced668b44dcf3f09242ebdc72a8e57b374b67698e84c6df62a9314e132bfd14c29fcea +DIST firefox-70.0.1-sq.xpi 553127 BLAKE2B 924931cb2465fc4afc0ad0bea27fc6d7f351a303078120e8624e4a66ca54e723dc930e92ac8cbc40f124ec1f30f723d3fc21d8b74772f3207b4b09f828f9bddb SHA512 b909938e91ccbc9cf09ad5317f322dbafab770a76ff4565ceead9e82e05eb5318995e483c30d69d0861b070c42e9dddc6a5692e0ee9b07353b43eb7fa6af8fc0 +DIST firefox-70.0.1-sr.xpi 557868 BLAKE2B 9c4348395a52c6c6938f14572565efb06a8a3c3a564d08d06b8d3c1cb21ff08c54ed34d0c0ee943b7b2555a0754805c8e49ad521227f979abf743480540d1963 SHA512 4c9db0b5b2244f904f84bccf0d70d4795da944677224ffba71ce10421645b32a4e1f98cc0e2c74a0189b9f6a96c7136fd40399289b3d8b195e2f1312b83545af +DIST firefox-70.0.1-sv-SE.xpi 537942 BLAKE2B 1791d04fb710045b921c4f96ba8849e7c592b818f5a61780c7d52796ebfc171e1efe7fb2769895da1ffe327dd4b1f3a23e2466e3b0108c49ed648c0227389112 SHA512 9b752c4fe4d40833a8cbdeb83d1629f8e510aaee90f28da43cddb38b3742e0b91e11ea8af99fd09a35326fb523360348c85707465d078d085023f2a8d83ea846 +DIST firefox-70.0.1-ta.xpi 567489 BLAKE2B 7b289b8ed1165fd172664c936f00f124a0b0f275bf84f2d84ab0487faa8c58e48c1f1984bb466bf4e63964a3674fbc455f9fa88e565bd7d46eafd8e0f6208995 SHA512 1d98cae23aaeca5bcdfd5d2c9a2d68eb6bfca0adb0a83b7abf2ca457efd88adc27d07df84bb33d39c3395940abaaf357f05ed5f03a5c4f52367632eee342d9ea +DIST firefox-70.0.1-te.xpi 583374 BLAKE2B 6f17eecb3a8b04679cf82cb093ec2546b1d8b974ca2bcb47f138fd2bdee544d983a3cfa53c60f6616a7f2ec85b8507a798a6412c35f504a8557e4a5989c08021 SHA512 536bcab19f52aaf033d7a8699b62753ecd4a5d13cfe47c2bffedc94098013ec2678b64054a5d207cb0c8808c118363ce565a8d03c5f222140bda741208acfa0a +DIST firefox-70.0.1-th.xpi 580327 BLAKE2B d819e9af5a96311c85bb7465da69349c8eb7e3e35353298c4e0b77e8493cb2f3cdb32beaeb0f60496a92d372e5e9a3a84710a5fd02851f0126d5cc059652fe78 SHA512 dc39ee44db4fe27fc524885c2f2b4e2fdfa1bdd2dd94a4a0e0a4a933a68aa2e70cb3d30957a2a64183c8f970a1214caa170c6d68e04ff705d4f63e9d3b03a32f +DIST firefox-70.0.1-tr.xpi 548410 BLAKE2B d89adf4df8dc650df1b9d5b9142181817dd6ec99e2aa58b7ebd677a8a83387a285c631fd68fcb99be40bbaa47ac5550e9595262f30e19bf055da5b0910b92789 SHA512 b34e8a11948fb55744c2b72477cd4a4d9064e43143c91c6d2fab765a56b3c417790e77d312fed5794d1ac568087c45275a00dc08851bcd287e06a65403b03dfa +DIST firefox-70.0.1-uk.xpi 606866 BLAKE2B eb3182232b3ee467f78cb5d4a69d8d2679db584a62b237a0027d3a48d6d934f1ac117b5ba78caf4ecd17565f55d99768d7513bce3a8327d17ff791bdc00e952c SHA512 09abfe836f9c9b68cecbb8992f444daeee0b0b1e60c309de637a2b974963550d805c4d4ff060ec4f6c37e934bd9ae33e291101422b0bf9c046886b1b26fa3fe6 +DIST firefox-70.0.1-ur.xpi 558438 BLAKE2B 1122a8e789fb1e1d850f2e5e26011d8d987ca7a6baa8a00eaaf7e1e98548f8c554c1fb5745d21a96cff679188f65f08aa05d9fcc37cfdd2216b84d94db007cc5 SHA512 d0ce5380348cbe2d4ed4365e880aafb471885c2d4bfd31ee49ce438bbabbad7442d03b3bea3f40ed1778d9cdcff4ffcf09360909f68ded6735ce8ca042cfff23 +DIST firefox-70.0.1-uz.xpi 495979 BLAKE2B eacf04cf513d073231d4279df2607d65d9b97391e752586fd64cf8846baf6be4d3c04f6deb5d8df4cba5de366794bc3f79f9b0d0e97b1066664cdfd89ffb1f8d SHA512 19e11b121fff63a27246f51572158b64c0c1e7361e29420e7a538bd2933603acbced12fa390d07fca8af4317210dd5aa0bf4449830d47000f73e3f8dafa6c600 +DIST firefox-70.0.1-vi.xpi 561212 BLAKE2B 3178d844290c880b74530c20145ef8dab36a6331638881cd3888acbab3764dac963c2695bd13d85a3b0253bc762082e59f8dee281b2f0e77bc7496b744beb7e6 SHA512 765ffbf1ef7bd41fe407187f6df3c7b29ceecd7aa52d7b076e652a89713636ab90fe80988121dc6c58264aa3632e3e991801440410afd71ce424c9aa6d167828 +DIST firefox-70.0.1-xh.xpi 473961 BLAKE2B 218520f387dc574fabb1d9a1361156293592d52ac906f7eebb1afaa7d23e7c8043b35a5e785a86e55d26f69309ac284ed592105e3f94ab186a6a24a922c7485b SHA512 afa61b623c0647a02b439ec42132cf9692dcf32b7cf844d2ffb15db07636a5ecca1398fdd2d5d5597cb7445ac3e90c7b8b1f51096548b455f33a64ed7f288ad7 +DIST firefox-70.0.1-zh-CN.xpi 568442 BLAKE2B 305ca92f7011197be727b3203bb925a562cea719f22e6f8e766b7fec629f34d1afa3fa27b32268988358818a3c09f0e63f5a9053bae3e038de5c1c7f1e3c6149 SHA512 8cfd758f6d9366ddbc90a90a01ee8cd4a1920bdcacf68d556cabe679bb05797e6dbd1827f987cdb91e96a4490534428de7a44b2b98b3b65833e08b97971988ba +DIST firefox-70.0.1-zh-TW.xpi 568302 BLAKE2B ff06766fe46d17e7393e93554901548287b8d193ed3ca85c124b44d70b188a76b00c7bd858de6538ba30c8d2a602710a1289c14c5cbcdd74a5d2e80f89eaec5a SHA512 31289f8e96b60683dc9d15da183cccea99d260b95f9155463a1b406d520c33367c9d7760a04ff9fafd1528e89ded66ca45dce3d6d971f91ccab4dbd67cccc803 DIST firefox-bin_i686-52.9.0.tar.bz2 58598632 BLAKE2B b9cde89261bcaa57841d2ff5e440c2fd86ce0011a1a6c4c6292abe51f2d479324a5e6c9f6a6a135c2811975ca850656cb35d922a169ea2604f3c13aa5aee4856 SHA512 f0f6b494eed4f84eb013065ed1a586efb03b50441023fea866306fbb65de3e7ebe5ff572575d868c17e3ca11958d90b1d6a8cffda0babfa8432e4bd3f19eda15 DIST firefox-bin_i686-60.9.0.tar.bz2 55777734 BLAKE2B 1f4914ac85d7a267c9ff128bc282fa63068177777700607bb6013192ed522fbfd4f4beb3fa2e2df41bc7bc5f99c7e6b393d5dd9cc08e75e53c581965dde97d6d SHA512 77e1ec461677251887217146977e3200054e26a64f963860165b8f8e755f54a93822af309b484fa393c5f274bcb3469dbde77692b2bd482742df0dbabc461dd7 DIST firefox-bin_i686-68.2.0.tar.bz2 65847135 BLAKE2B 30a78e3b414dacb4d02863bcb0d0de373a85a507cd2e9cf1dc0b00e8fad06c92643820437be692b020e0b6096f595b18d389fe4c5e10b787ac7d1bde34f3d20c SHA512 11b3bec5a2517403130d41acdd62ae539e8579e92e13ded278086686210285dc2685bcbeef5f6f19d3a7da688ac74972f7a81ef017259a44b5f2a5e0d4dd9ae5 DIST firefox-bin_i686-69.0.3.tar.bz2 67675842 BLAKE2B 010b76a31a26abfa6e216c506a34ab61b40de60fb78b3d1048378b064fe1d84180303b39af0f22c7f89bbd31b0b28ef4eecd2f691c782b3fe57d8cc61e96f3d6 SHA512 cb67a16ed720e3de0c97c40dad011c3a3b5e860b7df65434b2bf7d15bc04b4d57b7020d2da2727868e39ac81f0c31c3e69abbc80dfe1ed7c46405e70f53cd970 -DIST firefox-bin_i686-70.0.tar.bz2 68605089 BLAKE2B f33940578bb25c0e6244cf1023cde317345c2fe2d0341736874d14128011053b31805f273bc6bf2ca4ce9b0d994a59b51ce9b7989f10f1939683e0a02e5d6d39 SHA512 aaaa14f4c557591fa554f61988f3f07dd0d99463a109d735abf47c4ec2a3e6bec0352e6e0afca0cc6012113abc44a780b3cbd005e5cc7d33202f33ef726603be +DIST firefox-bin_i686-70.0.1.tar.bz2 68612748 BLAKE2B 51df6f937cbf92e9458b8deb554cc3ba310f1ccc7437af86beae09ff5365e7aa50748473e4ded4a8f833fa78bcf348fb0340d325ed44677ed8954753a4700918 SHA512 0bea6634aecdcf315ffcc56f8604a677f7bfa6976a8671a361f2f76a6ff9c34ac1e7ad07980ef9892196515fb922188a36439e8c7b5d8113632fe449ab138878 DIST firefox-bin_x86_64-52.9.0.tar.bz2 57795546 BLAKE2B d767749ed07a0d54da8acf0273c59d9a4d7f46491aab34b7995ce76fe43366c06b859dd2ea1d8566861e1086e73aa30df28ff4d9dd634c1948868fad7643ce6a SHA512 b5d7da00766354e72f5a48f4f2143623428256d79d0b3e958ed6764b680afdf2b3188c61b09a02dd1537c8b8d3ddd1a1b828b1cc13a16df02a52538a42c62954 DIST firefox-bin_x86_64-60.9.0.tar.bz2 53465985 BLAKE2B c9685c9afc6edff83c376eb31a614585cf100aa93e8056609af4eddae28352ab5fc92c5e2d33a1ede385299eccba09f650c400100832eeb8ab1050d78e882528 SHA512 7f935f4c5d6b59327c668014ab6920951fe756b7fe568b84a2ecdb9182e32e66b83f103b0f2dbe4c1cd17f912b03265a119be3a0fc6b088910d440e94a6442fe DIST firefox-bin_x86_64-68.2.0.tar.bz2 64190899 BLAKE2B 1fe582e054a995d80ef5f4216f154dc157c215c56cd61369a8634e5c505c0919f4e0b99c04b7e3b02ca183c18fd94c56d55b3ed434b4c2f61630cdef91e61ee1 SHA512 070fa3e486e1c088504c91bbbfccfe6f58a476aef3bc420ba754534d1eb66af44c947c42293d043f5487af1dd5009d648ccc336af9c3df058ef88a79cd3d8085 DIST firefox-bin_x86_64-69.0.3.tar.bz2 65950941 BLAKE2B 32b36130c3314a0522e4103fdf82cd86451162c61d2901ea9c0e2549f8f451243902b5c9c8ccb37605e6fb6384502c14bdf53388380f286b2de9aef3210273fd SHA512 2da072162f4d35856e6be9d28e6bf14b288c56ffeecc3eddfab9aead3deb977840bdb69a07e6e2e07181c704d5c180cf2a4faa3c0bbe860ec3b587c101749a63 -DIST firefox-bin_x86_64-70.0.tar.bz2 67217913 BLAKE2B 52163667328d4270abb89b0bdd808dd8645a9a018fad27c1224d08ce8cf303770666c4559edec2651c8cec78deb98d9fbf048ac83040c135741279a872c6b5c2 SHA512 299f3135eea11393069b70c88ea284bf2dfee9262b7c2890418a7cbb53f2f339e2f85700d3a048abc753b5f8c8a00ef7fe99bb1467079cf7365a1bb978355b4e +DIST firefox-bin_x86_64-70.0.1.tar.bz2 67301520 BLAKE2B 07cc5edd6b3ed17c961bd2e707d4467229acdd457aa2e29fcc2b74928eaa541fb480d89d3957f5609dd5861202f86ae666f1e2b02f266aaf9cc62bf3d63a8bef SHA512 fe347712d10282ecd16e11d5820c43bffb2264c373cfb0abfe2d5014b88b2db1d9c3f3b18e0cf7f4dcdbb6b710ebf8c46952239a260cc7336ba8a7abdcad6f7b diff --git a/www-client/firefox-bin/files/all-gentoo-3.js b/www-client/firefox-bin/files/all-gentoo-3.js index f6ef7106aeb7..ddc782fde36c 100644 --- a/www-client/firefox-bin/files/all-gentoo-3.js +++ b/www-client/firefox-bin/files/all-gentoo-3.js @@ -12,4 +12,4 @@ defaultPref("intl.locale.requested", ""); pref("browser.EULA.override", true); // We believe in user choice - disable DNS-over-HTTPS by default -pref("network.trr.mode", 5); +defaultPref("network.trr.mode", 5); diff --git a/www-client/firefox-bin/firefox-bin-70.0.ebuild b/www-client/firefox-bin/firefox-bin-70.0.1.ebuild similarity index 100% rename from www-client/firefox-bin/firefox-bin-70.0.ebuild rename to www-client/firefox-bin/firefox-bin-70.0.1.ebuild diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest index 836ff71a6563..7be77c8d1886 100644 --- a/www-client/firefox/Manifest +++ b/www-client/firefox/Manifest @@ -369,99 +369,6 @@ DIST firefox-68.2.0esr-xh.xpi 470415 BLAKE2B 75be1c5f0291255b6449e6dc6e6c1a362f5 DIST firefox-68.2.0esr-zh-CN.xpi 536450 BLAKE2B 6afaf3d33d6f9e26b5e4f33257829997f90f183073959bd80e042cc27cbd77ff479e2dbeb30cbed389155efa77f53141ba730519ae4519ff0d5a401ec66f77b2 SHA512 83d35262dd37856d2cfd0e2fcb1130e0e9937b09bec6db5d3def61352d1f2839245f72c754fc287efc705225eed4c77f4ebc7eeecc552a04d069436c1f33b711 DIST firefox-68.2.0esr-zh-TW.xpi 535872 BLAKE2B ca8a08540e00ec1c6f6b0445ae305fd95e84483f9e4aff1a974466b8b01364833adda1edb407cddfec6cb62737be6e91a1f6572ff9233869d16f21c8d792e47e SHA512 1ebf8dd903ca970a94385ff79ab1c0ac5a372982289e58bdb2af784e9b058edb17d1758112039787f7a8e28e6cc83364acd5d93219b7cbeb2c1ba0394dcf8f94 DIST firefox-68.2.0esr.source.tar.xz 312103756 BLAKE2B 03e336cdc04ab69f4144e715d3882178b3804cf3288fa58b8e285e4fe06729281dd4c5604d4659e7b257d7314afdb3fe907dffd38f6c3423675bc90e7d19cf0c SHA512 f6522ca6b9efa3fdeb866912ab9cb904eaace5806c606d5721cba23aebd679885670011c743ca8d381b579b728077182dc766f9b6d3b31ccf51c3eb583c547ee -DIST firefox-69.0-patches-06.tar.xz 15528 BLAKE2B 7adfa9b3d1247b78d58932ea35a78fcc1599a4e462dc14f162892ed0567204f143d8a899f099f2b64dadc94bb33f98ce77463872d8c41af08dffee5e58996ff1 SHA512 93eba2fdd3b180ddc9af369c13b8f5e6aec39edbcd2005b33d7b9fc4c0f9cb4e29c52ecd592663486601a6cc4d162653312d1cf730523e6f3bc24ab07a33076b -DIST firefox-69.0.3-ach.xpi 471460 BLAKE2B 2d1b2f2d1a73e6e1703e2e703c2d53ae38a2c9a08933587a1000f390d5cee21b1ae7858eea20a4ec67160f3c733ed9b85bc96b1d7bda301a7a807ac90f8ec846 SHA512 53cc66ea080386ae42268dc7155001a40a31d96c98f93fcc353864e24725ed731dddfae55c15fdbae945a34d07324ebf03895599242e9c006642349bf7777e41 -DIST firefox-69.0.3-af.xpi 449139 BLAKE2B ec9a3e7e6381d2ecb910b0a4ae81a6aa48a70a7fbd85cadcb4c05ae08aaea5faf036361f8e4b40d9ec11a6357cf33eecb9815168cc28831b69b2e1133dde1682 SHA512 315c0be8d7d5d5afb25fcae74e1b4d4ff9e2e653ebf1085b155f6265a56922bd4fc900f1700deb6857bc5a99dd28ca0ad74901b307733e60df208b9ce6623547 -DIST firefox-69.0.3-an.xpi 482727 BLAKE2B 2010252ad264a11d425b3bbe3f604a9f950f395dbb9588b5e29ba5ec254203330a5d7034e56ddc2a129e171f787674cbbe0156455830ac017350a24100b93289 SHA512 e56dfa16ce1eb504a2877a281a3b021b7616181eb14f69d436ddb32e50aab1e0b32cdc81eb9e6557512127bf50dafc2b0df63473cdbe59a0daed428281728ded -DIST firefox-69.0.3-ar.xpi 541414 BLAKE2B a6e0ab0e30136bfe498e47d1a13407e6f89cc390953a4803e2c73b4e823851a8aa78891e08a7380cf454a1b125ead3e6e07b6ef05e7d013c9df0311fd2e8b829 SHA512 46f0c19793f14d56f5b8c2695b7f1b9a7a7192bb9dd9f3ae674b33c5dfb230381a100248102c27d9bd887e49822eb3d32303eea8b27b49088f51f00c3ee154e0 -DIST firefox-69.0.3-ast.xpi 479370 BLAKE2B 78f3d0920651ddeadb8580590efce9fa6ccb886933d4f966954c2048500a583bec8b72c324fc4b738c63ab03321a2a737df24cd969727928041c5988506cfa68 SHA512 b8b110064615e8ef05019808c0ba3e006900bcd8bba4a3c6beea476c4854fef5eb4919d675cbc15d006ccc786675884289587ab4d256b25b6204e1f09029e167 -DIST firefox-69.0.3-az.xpi 509606 BLAKE2B 5ca20dceeb189add91e0a26cfe886993001dc58e68d14d5cbb66e884d6ffb6edafae819a3081c64a8f06dd4108612604a3cf18a1b06e600fd846abeb071b0ebb SHA512 3bc8d5a7d8d1fcad68d4f493a5494fef252c9a379d752bdf9a16738a1531b469189e99fbb63621d6802fda919608aa863591f4a1fba358c3b221c44aea7aa754 -DIST firefox-69.0.3-be.xpi 594815 BLAKE2B 31accd7da3a6e07ef395b12062cf867e959161f45a0901e4b92a28612632212aa8490c0aff897761a0a0e68b77ddff191cd33ca58facad73fad3d373d1dcee50 SHA512 0ebcf19612c6388261adc87785e06bd2f5cfdbe3397d86c694b8021a6b589185e53cffff9f754570bb7e42fa80781b1647c14903afea46d5507d6a7f80bb0baf -DIST firefox-69.0.3-bg.xpi 553022 BLAKE2B 31511eb4200fb2198c09c2ffcb28622a230bc4c66d94f36fd610c76f536d3d25085d434c02319d5ec497bdbdef67ca8a8cc8bf864bf50f6ce91897b5d685862d SHA512 1d675648613609b05f75c3036f3dcc029881534088552ea34e3ee61e07ea03db17688da884fb9bdd52e311f88016dec4d793122186cffae1e1f24fba6d743750 -DIST firefox-69.0.3-bn.xpi 572155 BLAKE2B c05bf16f547a605a31e498e724acfacf42b50ed5bbf9a2049741f6c2f81fff686746190896c8ff0edc1576385a044eb6cd76206b8951c2e50fedb5195de52790 SHA512 835cd52442490c975aef9d2476b375782b3fee37e745abbbde895ad8271d3d280fb07eb50cd2c1eb2d13232c7c13af6a4ffb174d6b225b1d9e9f3e7ebfd44118 -DIST firefox-69.0.3-br.xpi 501730 BLAKE2B 23a93e3d41e68acdbed06927b52ea815f3b3afc778349c6f8f6574d5c78bd5749ec283abae8e048f46b60ff0c315ad046b806cf152097eec4c461e390ae02790 SHA512 2586ef6405c87eab4a7aab06329685ac7c93b129acc68d7dc45cfa320ee17b27f0d854336f5c3450d8ee7ca4e1d70cc2d38a143d2f5c966d9f92dec068ca951e -DIST firefox-69.0.3-bs.xpi 482430 BLAKE2B 5f9b8916fc85e904d0eb7e12a8291bbfd23068dc47a43dc1d9a6fc0de4e27cf8ff8a10d9625f0f8ffc2b305e88c82374a9d74c50d1c452ad3fc2d53b315ea9b7 SHA512 d86d8bdf9e56c4dd6b662322922f7b764659c53ac1b6defeb9ff78eb492577f3bfa9dee571d99647f981abb0c1278d783143e9241863bcaeaa3d9e68bac28afc -DIST firefox-69.0.3-ca.xpi 504086 BLAKE2B fe64e43f6e461b7e3c9b0a09986f852740fb13f7fb895b1c2f47e60f343053d54e00b36b313c640921c963680a65eb3c41e2fe3e182cd85b8b8a40eeb3e2833f SHA512 4808f0dd68600269d2c0f0e584bbe314fc4b5f15eb9e21a2c22155da116926d84154535403d059080be89579ff4a48a533129124eaafab0f875e4ccca6a143fa -DIST firefox-69.0.3-cak.xpi 539418 BLAKE2B 4364a93d4cf94084b168d8b1f921b76f4eca9cac09869d75a835cfa59a3af0c77edab0c0bf1e50e5111108a9739eb335b01daaecf3240d7efede7e2974ac72f1 SHA512 7afd4e3ac4ef8774ded6438d5dba6ceda8bee4e58b677b63a98405b41169c8ead70b0438428ed408ac24e03fff12736aeb4e29d355473ee633d1d3d1b6278ba1 -DIST firefox-69.0.3-cs.xpi 524208 BLAKE2B c8c7a72682008b300747df7dcef96daa7248c7707ba79704ab956ada05c9171475a4fb53c84f2a91bd2940a2160806c4aea1aa8cb6004f3b5ddae1b1ee157408 SHA512 233e75600235123cf7204456f078443e06640f9d51e550326a2745bb6d22c7684556fd86a63137025389deac367248cf2b4d1eb0b8b35b84269beef8da96b9bc -DIST firefox-69.0.3-cy.xpi 517171 BLAKE2B a9a217a9691870f18964e088473eeca939d2ff8a294bdc3c2c5f1123f98c33ab7367baab326f29a12c8ffc8c284fa0a41a507ebdf0f3b3e1c6bb9e6ecf913a95 SHA512 05f42a6f5f7a136b2c47b198c6fcc7529c6a73ee3c9bd91f816b64a692028bee835e3ccb6c14cb46e3a6a8f6f85918ec85e995cd3eaa56fe53e507d997e82319 -DIST firefox-69.0.3-da.xpi 505073 BLAKE2B ce9e37a35fc6e7df6bcbf4ae5d0a711b7a2f002da29ea583f0b74dadc54f08dfd71365c09ef334254d90a6d9e215d1078849b3fc33e8668c20ead280fb9b964a SHA512 48c3fbb8c93fa03f0af29776b72d713de55e8a4a23956f4410703a3912d1d74994b1b18f2c99bcb0f824573aad19544d1ee9b94398ddbb8034634bed137fc817 -DIST firefox-69.0.3-de.xpi 525388 BLAKE2B 98131f87eecdd5dc54b74c5cc7c7e49575fdac461e4ec7f2e91cb086165c37ec37768c593fd882e70c6f881ac83c969d941d66c780a51b4c46359ab291618690 SHA512 d199f2781664de443ae11b33769d952b9e5957d1ac31f4b4b6a41fc3183a3ee74ed018562a8615899d27881e63381f56b7d91076b29cc9855990afa4b25fcc4b -DIST firefox-69.0.3-dsb.xpi 539382 BLAKE2B ab687387b77c3145163212b3e5e8f2387e8aac0bab2e5d279fcba6c5be92b5a9d1f38e4ee3ae7d8f28ffbce1d3619727dad3a9d9b634fc1094e85fc9654edd56 SHA512 d609cc2fb068ca48d3e2801e1b05aa806f1dc9cda0bb4f6084b669ce5b370e5ec1c0797c2f6e6d12ac62d39b34beb1bc1557d6bdc8d7591900e7a61ca94b30ba -DIST firefox-69.0.3-el.xpi 601040 BLAKE2B bed06719b7c192fb22a144b167e16274436c512bc53b0daf03a91181fc2dcef95d46db2125524876f57bdea7fcf78c43236bbd0e1b5f90bda067679281e6509b SHA512 20ca0cde0d8f28dab789efe2c147c7e80f1b3bdc56f82e876a2ca77282304adfc809483d17403178344d74c11b55bfaaca73ce4d7d6c815d834187e0002b324e -DIST firefox-69.0.3-en-CA.xpi 486041 BLAKE2B 496a9f8d99b87df89f8c6a59eb9a45fa04e012dac4149901b05b193b8c136e65b79129f49e4f65818ed8a4562f1ca6847f367e49e9e1c600ddeab010854d38cb SHA512 301f859b92c5efb98a402eb7b862478896a21ce71d0e529c449cd3ce05d6aae90368a236b92a89f591ed9574bbac09843ba5645a163f1e3543d406ed999b75e5 -DIST firefox-69.0.3-en-GB.xpi 481969 BLAKE2B b68a98546991626dd5a9bf17ba40b684f0e687844284939700ad7b97c294ffb719a9c8e3fdc56aad14892f552d5b1b9781e1f4e686e47b82cf2b5feaa2d7e97d SHA512 08172d773e88962058350daeebd9540fc94879e8147e66d8073c78adf3e3e7a03791f93a2003a5ab91d504ed84741f3dee5ea4995451220b996b4716b0d12113 -DIST firefox-69.0.3-eo.xpi 512837 BLAKE2B c8bfeb0b90d15a449c5a8845262ddf7113e916d9ca10f7537c05d7a394f4b2bbcd976c31504f2d1f207bfc0dcc9c3da7bc21fa6e4105db6efb12e5bba07cd863 SHA512 7b7cbb6b207fd2f37c831ce0e790bf01b4c5ab10459134811e904744f9c3a0ee94b9c4f718dc706e68ec31d0bd459ab7812f88bb0aca9804d5941c6fcc97d3f6 -DIST firefox-69.0.3-es-AR.xpi 522458 BLAKE2B 84b71dbe0321356af099c50bc21344f4971964526b232c05cec66e54039bdcbfa17956a8e6840cebf581c185b3a1da8148f3fd8a2d3b5722f85374c7ff3f1cd4 SHA512 bf2114c57bcfa91d855fd933d44a401a192b7e94d7ea95f14df98e304c3910967289bec2a3ef4f8300818260b2174032efb2f9b08279356975d71150c335c3a3 -DIST firefox-69.0.3-es-CL.xpi 519208 BLAKE2B 4a815222dac7f0fea5491ffb64566fe03cb60059fe11e5594e385a92541ccdc4c405d1a028d4452ac713157d5dca157b36cbce44994a49d3f8f54a5aa0ff39c7 SHA512 676c8c9706b8c1a8c2b21872781276b54a5825d824230a61a1130803a3ff48cb7194186541b1c89a2947e91e365495f863787af3c5512d5b58ea63de2e15e7b4 -DIST firefox-69.0.3-es-ES.xpi 484554 BLAKE2B f5b140dbf65aa497da4c9099afa0fff9d1d13cecb7f69b6d5a6ec7c353dec6d6fdde7280c348b5cdbff4d559414590ea8acdfa7d001202726bdaa77ab29025a6 SHA512 9efa2c303c545062a397328ab76a5bb66e5e935d39c35fad74d857879399802712f62f4cbc62b97393a66ba72c6bb6d2c8d28cc854add836a3ba6174eee613ef -DIST firefox-69.0.3-es-MX.xpi 517640 BLAKE2B d60d5ddbf71aec0a7f7f48f30aec1ae2923b02f6cd1df38702cd49908e40a7780032a57ac93d33f402497944029c3a6893cc8a457848dc3c80cc9e48c7c8861d SHA512 8cadc9410839548833ba072b7f1a16071100bda49e8dd17ab62379146000d8d52a5c0b8ea2dc27f1264d265e7021921b0567369ebaacb0c5b2a6250873ce1f6c -DIST firefox-69.0.3-et.xpi 494287 BLAKE2B 8edea64b3725d4f65c49983d206295a53cb1b0c53554c8c1a769682124c989ee9f372da5591325e28eefba21451b4212d4dac709f45b4437f6d4d489c1ab1ffa SHA512 02567df70c88921e235e91d7b73264ea977b29eb59a8ae1206f60b8dab0841a8d03d38ca5ecb5d8ae9e9d3a8664ecf65a445f9a168489f6938b2cc3e5ac40976 -DIST firefox-69.0.3-eu.xpi 509505 BLAKE2B 380797c3ca7cbacfb0f52a470874f10c3a54c7f03745c4bdfb2d2cfa2c32a3bb24795e557cea2b76fec397083d1a62c6b81cecba352343e02f6b1df05114314a SHA512 d2d9b1db483afba89c998e8e07f3ecb9301c3ef4c6239adb9288c7e9765286365cda5814a4b122e6f48ba4dba6f669a83802aa26d9364c893426eda57766bf39 -DIST firefox-69.0.3-fa.xpi 548038 BLAKE2B a768b5afd1390102369ae2af864e05a54be5780b364384e57ae37e300a0085fcf2ee60e44bd02cfb8767e61d0d52c1d97101ab3c663bc95db8c5636cf8166de6 SHA512 190fe0f34b6e7d9a99b1f8b022035cfeecb6c6be61e76c312e85650e7eeb296535c49d0b889eaf0c41900cef29b0d32238943a70b0d41ef35e1c1ebeabd183f2 -DIST firefox-69.0.3-ff.xpi 482400 BLAKE2B b252d217fe7de903f33283d6a679b6651a7ce1c68607bff82bdf1551f5b7a802a1375f22969713987e737bd1ffd8bb7a05774337fa0d2be5a39fb0b205f3ae38 SHA512 36c2e1cbfcaa78888163358b9569199b1eeab0ffc91d7e60597adffaf0eb5a843604e7fb0d83f7acb2c8945b0028e13c1bbde5a9919df81e9bc3d9baf3e1a899 -DIST firefox-69.0.3-fi.xpi 499064 BLAKE2B 971a599e2389d35a93d2b08785f5b3c14a7ff788bcee041b8cc3ac12e09fbcf164b5d7d2c2b2de58ad2d23f059f277e9b24436b4340bf14df7d655ddb6297088 SHA512 2d3881719b6a79c75dfe25d501308a6d5a0df66c685c674b631aabc089bd2518de3e368d5de20743f714489b7fd3dc15fbf9125fe3e1cd4c9c558d9f9510af86 -DIST firefox-69.0.3-fr.xpi 532797 BLAKE2B bca55e0703e722d1e1c0ba8bfa39ee1eb4c65f46ef841f4c4a0859277e6de514b82def627e5d48358cb9b84b8846b173860e96385c03fda8541d4b3a6863f91e SHA512 e8e5770478d18eee31d1f7b461c82a0dc08e607ae6e4b9153b23b364e3f36aacfad1e0dca8b4e3cbf11e24fa7d9d4dcd2fa023a8059e6a522292ab908726b27d -DIST firefox-69.0.3-fy-NL.xpi 519633 BLAKE2B 6217b1ad12cbd4c1352492439af700c586a8d0f3c6f57f5bfb5139468a1bc6fed396159ec371dd09761855ee67f609e1eafd4392440e1e3438a5bb479730a9a8 SHA512 cfd53094326c0dffdfc7226242b3dd59382b1d866ea58675077bfe05794b756c6d19141ab303d870b8c012bcddca4c33acf2160c2bd5ec8cb8ff59268672005b -DIST firefox-69.0.3-ga-IE.xpi 487341 BLAKE2B 717ac828866e3db9452a09f67c80cac09eafd00be10e47606e90a01f9c32e5560d515ec7a88f0ea9513f2c8dce7b50e2f32b577f429a57d2d35abc0bf31a00a3 SHA512 6a140502e85b6242bfb4fd2ae7cacdbc5b29a39d874d6432e8963aebdcadf273b87aa361ce8db6486ea386ff25cbd5f02a102a7152f18ed60124f94dce218ce8 -DIST firefox-69.0.3-gd.xpi 510051 BLAKE2B 206d2a02f6ae508572ef411749e913b6bce1a66e482926e97a25532e7f339edd494ed5072077e48fb824aead52d539a5afe6a82b267fe99ac307c5116fd3ce52 SHA512 d613e55cd4f9df96e55b4a5b0360b9cca414a83f16bd6d15ce80547ea71e6e9035846bb68aadfeabf787fd8da36ebfe191dad9a99ab0c963e3565dfb2aefbe0c -DIST firefox-69.0.3-gl.xpi 482705 BLAKE2B 4e2d3a05ca706d8c6154d6db6f6ae24fbde982457be3166d5a33efc686d042bd52e8d00f726f8110312a0065fc44204f06a5739dfcd1a05ac91ccf4c04ab204e SHA512 5f535faaf4021137792197216f05b4f5d9de20602500713765287022fc9cfc260ec9c555639c3e2928d61c1d7e500eead7256fe2dc04a06123a4f196c67d9c3c -DIST firefox-69.0.3-gn.xpi 529560 BLAKE2B e422cb16bcd45a0df39869e5d0c6370a5324a638126e0ab18181e94828c3b170365a3ff48a343afe04fdca915c3af218516accb3a94902b5be42e877ffd0cd0f SHA512 c6207716b902908274131d5face3522acd8ef1ad053936d7d907958fd801d49aba0bb27ca54eb3cf02101ac796b91524a4a6aae2af56e72861ea2e54529e021d -DIST firefox-69.0.3-gu-IN.xpi 572909 BLAKE2B a68b56ff50af55ae8fec7168049debb3b186c052691cf931543d9648d88b7d7ea2a8d6d70a5aaed77124fced3ffc40000ce0f3657ebb681d0632a6c37ccc29c4 SHA512 085a331795713ec24f64116e144ad58f605974ee2912db53db0645dcf1a00e30b4a2af446ad64ff1b456f60461cb099583fa6de4b66ec17be7b74c90a61de5da -DIST firefox-69.0.3-he.xpi 526004 BLAKE2B c46897d15145b430ba9ef2d89913648b245de077e20cb940a5882409dc0790cb907ee837837b3f722b7beda0e386fa4406b17e071146114df361b4fc6ec17acb SHA512 26140ba3bd608313661c461c6a3eeb53f7e325cf13e3bbe8f9219400385f31c4d99e05139efb15e23b75e82250f5572c9a49297d5bf9910d1de78cea90c1a9de -DIST firefox-69.0.3-hi-IN.xpi 566498 BLAKE2B aa4aa058ff36c82188e7091090c2d54f36e2fede42ccc9f740e4e92db269ea787030562161a4e80bb1a473b00d6f784e565181e0f904e28747bcfc3391509515 SHA512 300eeb959d82c6930097ecc0a28b6ffd218a4000976d435fd9a55bd0ed425803018aff5782e1a18fefc77b678f5f7fbe6bd27f4c9d4436209c042ece6e006bae -DIST firefox-69.0.3-hr.xpi 503678 BLAKE2B cc0be260b7b146a78272bc50ff8f74029c0d2d3042c45e74d70220cdf4a45512c6feca7ffadc71cd6147d9e37a2865c83a6366886eafa7651a99e4360c81be6b SHA512 dd5a805686813eeb03bac4f35d52bfd0567cf959f68619076d189bc7ad0b6f6730bea06a0b24abcce1985fe0c2608452f360313180d23b4d62b65999e8ce0183 -DIST firefox-69.0.3-hsb.xpi 538173 BLAKE2B 478b9a4e65e29d7efb2eae7de2dbb6d1a12b2957939a83c213aa3ebd52a29f2c5b52d700938b2920244cc43e42ce7d2ad31f468367290d19782d4c04288dd3d7 SHA512 2410c7fb0d4a7210da7b1e262de0cef531609bccb658c7617b576fa4104e0e33cf8d85904a68f77416782a192734ce6778e056512921d38a53639dea18d10515 -DIST firefox-69.0.3-hu.xpi 535855 BLAKE2B f2c7fdbab02d7d9184032ba79ee1e0fa3a6529104b10e0672a94c1373fdb60a58ffcbb29e94e1b6b89a29f129faefa553ad4ae7b2efe3bc69848f1e1b9dcbe89 SHA512 2ab58bcc9900a3499a820d78d5106cd16895a2bc5b4e1e624e7a5550e0ca640b6346342f825c9c6f735945351361e35463623fd3a347ad056fd7a6233f9c066e -DIST firefox-69.0.3-hy-AM.xpi 544996 BLAKE2B b5704f5ec0dfb5730cf4e8dc341f8ec494e6a2e7e96ea2f5b255fb9e88cff0ffc3160c641c5f8fac26963da00a406d0fded543c3a3327e83da88a01c277e709d SHA512 6aaadd24c23cb46605a04ee3aada690725c33445d3cf0a83d3e329fae549adde2f04e5b593c10e2bec5075e81123d007d6c905cdea5835c0cbbf0d52e53b2361 -DIST firefox-69.0.3-ia.xpi 506340 BLAKE2B 32c264adaf34f9182161a916608b08e421083ee9892fc092944e3b8b330b4142cbf354fb01936270da5e5d9329e4540cb8ee03d92421ee27d272c8c537fa3291 SHA512 58c57d7d1b5da792fa2f3c607419e599f852af20d53142897a06d5f2461773c74cc354ee9fc10793db9ba0ba7b07860db7b9d360ac53f6fcfae10cea41820ae6 -DIST firefox-69.0.3-id.xpi 496645 BLAKE2B 4f24b0855b024489b9c1eb597e6f2d0bb0567f6141b8ee0ff0bdfa49de9acb3aba0c28f8dd98099137c31cbad12ee915642972987928139073cf7b77a7dfaf3c SHA512 9d85aed52599e781f4196360cf64641550da37199c2d4da8f19ab5751430ee5c45d082981413386c137f4bb757487ed810d73ff38cb469ae45cd68e39781c8c2 -DIST firefox-69.0.3-is.xpi 498123 BLAKE2B def235f8028116f4b71b1be884e8fa0f8289959f0f025bef1db17021f40c332c55b8c32d7d98a4e5845b265104bc9d796cf0207326479a18623d6f4cf7403adf SHA512 874e04498b933a46590aa6672daa1dc6e4a0344eddc5f437f595b75cd38fd70022a5a077913e9e40bb617d491727ecb56ebbcf0f67607fe7066d6d463862d7f2 -DIST firefox-69.0.3-it.xpi 398739 BLAKE2B 518f2f509bf9a32249153d2449665a2d1107cce672786f8940edbca929612b9a598c15a90f3c56c1a9f054b71df622c04debe67df6cb10d968ec0abe4818ebac SHA512 e824010ac05745c0b1b1771f4737f1d52974f663fdbff2d1c7be45b8a0b30d9aa18dba9fc6de9d9ce84294f27f5f1f7800a319444879ba9784392431a8df95e8 -DIST firefox-69.0.3-ja.xpi 553451 BLAKE2B 7d0b32daf69b235899209c343f958c48caf27dec0576a0e009cbe4418369a2fbbcc65d95c42951f02a4cd88769773a5d474907702917c353815efb6812bbfa98 SHA512 0764265ea272dfa82e5fd2104e80857c516623ade0da2015010a694c38f0909e53e4ede738cfd9afacaacdba79570edc5b8800680a47b84c3bdd4e39b74ca335 -DIST firefox-69.0.3-ka.xpi 555802 BLAKE2B 1251b9d15fa34c50e7b81c3ec4f7236f37faf44c8036a93b71af534a526b980a95d08c5a081e710d6e4fc1f6dbe81ba41d07d5d4da197a78690f5d1df15744fe SHA512 b6c0bb0dfa1c938743c80806ef44faa639fc99754d3056bf61b0f2aed20b68830f91b1b417a5f6881d45753799176fc41d6050f55e44fbdf0a8bb60279df2ef6 -DIST firefox-69.0.3-kab.xpi 511540 BLAKE2B 52cd1a877cfa3342e96344067d91ded4f2d5c24e283406f516b21388a74150aca1934a76c4f4389aff6ddf44b6135437d6d3642693c9431fbe38632537d1270e SHA512 6ada4e682052829b1b604e7b9dc22ad4e9da47250047f7c1b6656833677ea0576ed701771f13eee97d04e9e71a67fe957cc9d1be28ab9aaa18680f892a3c67bf -DIST firefox-69.0.3-kk.xpi 581230 BLAKE2B c1dafdc0cdd30386f6ea25e4972954908074d7aa21869ae0024773390806691f53878ace0cf2cf9ed7ea6d466ac105e080a576ca014656cc21a2cba4da34ff5f SHA512 c60cd3c01fe154dda53573fe2c27801fdaab23ca54cad702c1f587a8678da6a7c228e85cb6201ff40a9d133fb05ea786f9719c80b0b2ec5edccb9cc9f8901bf7 -DIST firefox-69.0.3-km.xpi 553127 BLAKE2B 44014f93c69e82e4fd44d0d9be6ab997663658dfe6ecbc9d03bb3423257fb1877e9df162b75ce6ee6f65d13c0fd07aa2fe9039146531771d39c3e0d95cb4e32d SHA512 26bb6836cb3345b016c25811d12c2efe6fee8c1583ef1fd3776433d1bbbaefae3f90f63cc3ce282b912e2b375f8b0a0325dca3a5f3db0c708f634a87494723dc -DIST firefox-69.0.3-kn.xpi 545862 BLAKE2B 21092bdbbe5a25cd353d1e25ce06c2e16ce7367bd90937d5c47b98c1bc928f316d2e636aba194e336c93405ad2be8418d22eea680c5c9605fc2755bcf0c2aad0 SHA512 1492dd6738c315fdd42e8aaaca6d385d556a79d5bb679abfda9a4e8f92bf5f094b21c3953f0fd5284ae99297489880c95d84e721373e7cd5518ad198b919edbf -DIST firefox-69.0.3-ko.xpi 545923 BLAKE2B 3319a48f35af281049bf8a9f14a43070a7619adfd0ace179110f0723df6bafc335acd32f59f0468c77daf5de8877e60b84dd976d5cf3c29ca98ac9797e54d945 SHA512 578c233d604aac7838b2d4eb6895f1675b8c2321536cdf34fe126afb767d2062e7dd8ba59dc1e6d12036d1d91cb31dffdc3490794f07dc70a3d5b5a9e64ab735 -DIST firefox-69.0.3-lij.xpi 481109 BLAKE2B 1744e9cb316a1cd80fe04c8b87c51d10e1faed7218899525f4189406ec8ff3ce8db8a16b525799c9c9853dafd469c9441017f7df3e9319555cb5ffbd78f3b2d6 SHA512 e8244a1dbc1f986af9ec38c9e2f5ee5c6fe71b6268bff563981df738fa322d72b30c11d2df4a7fd89bdb11f844246b7d63fc1d8b94245a8e6f4a26b54b9865bc -DIST firefox-69.0.3-lt.xpi 537451 BLAKE2B 174f483f29fa85c85d407b2ea364948a8aada5020a8cb14cb4c6057c1f2795a8549308f4c559263a3344a2856ef5c984e17b453be39cee7093eda7bd1c326a0d SHA512 b467def226bfa4d9d0f11fb7a72431bdb0d84c4bbd42a4ab09e98032f4fd3a1270f95ec91e560f3dcb340cef000a9557c0db8bd73c9a5c6ea170e8ba859157e7 -DIST firefox-69.0.3-lv.xpi 498851 BLAKE2B ac5fa7d3f51dfcca699cb07557c8acf01805d139a025133334416c7bdce4319582721c66b4f14534d5fc485324356a040affe750b214d82163cad43841a2d2e7 SHA512 3ddb278b6e6e2a7df3c2ef3c85f2f090cbeb179ad3b6f2eb1d2adef236201a5a095cef7f935208508e8c12c9b48171caba84b435b30d7b1c18fffabdc51dffd4 -DIST firefox-69.0.3-mk.xpi 488110 BLAKE2B 6d9cd065948db5d6ef17f07ccc094d3be661e530dd94e2a935900f92e0ecec9876398969c045e63dca930eff66dc8922d2454a34f48e761f15dc7459b5631ecb SHA512 0853e0f05e9baf8306dce3027ed2440da4c5e57d7b5788d5da973436ef0d06682caef95592a6fc6705d153f1e9932e2669e9a6ac729196bb245bfa8ada0d1483 -DIST firefox-69.0.3-mr.xpi 560190 BLAKE2B 001fc05cea586e0513a566400e3e1199b0944f4fc297f1c5d2f1151984f86507a4c2dabccab8a1137b062264e364f72923a46ac7093a4bbae28ae8cfcce17381 SHA512 60264a26a22507728fc2936f81850a16c3ea200f9a69827216749252c4d8016ceb5402d4987900ad6c3b051f15e3ced6d986e6be6368b7e494b6164968bedade -DIST firefox-69.0.3-ms.xpi 478900 BLAKE2B 4eba7a1c871fad30c52abae2eee0999282c093637d6e3a9cedaabd1ddae44656f5601e39c7776440f899ab90feb241fea622cfeec2398b25f0c735dfe21b04f1 SHA512 f8fc59d41d7f75f7814570efde77825b95979c869a5d9a84f24fc8dc0d6d616dde387a47c5bcbd32b910103c1d6d5951cc98955529e9cd423e118e3bd67661a0 -DIST firefox-69.0.3-my.xpi 553527 BLAKE2B 419902a895bb18baad657e4baf48c5f1dfa0ee91b61ff4e40138a6b02d9e04843ad86dfb1baca05cb53e098aed8dda37f9656b24a733876b51f481597ffeb5eb SHA512 f1e26af9c8877b0a0979c87ccb30e558bbf8f727169882af5c8134b76fcf4cb33c615ebe55b9092e4a67d0a91e9f5bccf4ee364290952be73bface1938967b97 -DIST firefox-69.0.3-nb-NO.xpi 505948 BLAKE2B a435b659b0d0683d730c52e9312c673af244ac9cc1f8015476bc897ebc50867ab120335f2b6089fedb1e683bb5abb161ea7cc486d35504aac039e3588f7eb1c6 SHA512 b50062b6df06bd503517d0dbfa64a2bb811bc9005997cea5f56dc3eb48aa087a24641f35f4c20cc519dab4493e3ca170b2890c36d45f037990a375693ea17e19 -DIST firefox-69.0.3-nl.xpi 501269 BLAKE2B 50025fff6e485184d9298dbabbbae5d84e5fdb4fd5e8bacf325623a79ed12857f26ecb0db51cf5c2609565e7ca48db4b4bfbc9af38f172acc15aba7e10ab0406 SHA512 81b4a457b27078f4df102cd8713279bca61d1c11e87e3a9ca168fb5e642e4e0fcafcf98b97ecc2e12b7f61403bd64ec122d97e072c4901209dae7bf54b874117 -DIST firefox-69.0.3-nn-NO.xpi 503351 BLAKE2B 6ec27eea4027a6e76c79819ea94379b714fcc5b59aac4669afc86a72366940f300f3a0fbf2cda31b74a9f6e3fcb63f1708c1f24edf9535d625e2d1d7e324d8fd SHA512 658c996e18e06c1ff3b38b87cfab57908496cac6dbe67653eea07ffe8a6ed2d9970010e342b712a897d7c8c55d88cba9c541e398200fe264dcc674577d51692e -DIST firefox-69.0.3-oc.xpi 497830 BLAKE2B 10703af7150943fc46c129719a40f67a29285e0cfc4bb96a17a1fe2a1a31aea0da96823fa4eb82460e358a0dbcf11d4ea9970b9c5873f8b58b74ae97bd76e764 SHA512 138dfc7fa0156f1b2c4f2e9e479d9e0fd85ae7f2814d02e662829d7d3cc13bf55f5e28af28276b1afad1d299f7ebe6d11b78705e27ae86ea58244e2670e2adf3 -DIST firefox-69.0.3-pa-IN.xpi 555498 BLAKE2B 2c1a1bd0ada64a0c4b7ddd96b4ac7194817e0269d0ef744e807b8f5673e8c5f66fb1139a8d716d95124865c036e71d608f324d664f98b7fd2f926128a56eeb7c SHA512 2b66d9156f474a9650e17a929b36af4633c072a222734b9ed3e8b5662d9fb7383779caf9c27a041ec6b003f360d630856fd5a85021fdbf2747827afa188a9211 -DIST firefox-69.0.3-pl.xpi 509640 BLAKE2B e9175d3d18269693c74392739458151c5ca9505da5946c22e9a5eb796b1baade5d84dc6c4e1262dcbfa2ae7d77c7eb260d7785dc6c26dc8cea65a3e900bed89b SHA512 ba69450ed9d1ca00a6fc95cd62550d75ede3ab80b491091996bbd54ead7751e96a0dbd5f45df4ab9ea8158cc6f5aba8b59c8c2fa8af2425f0985dee6c7267615 -DIST firefox-69.0.3-pt-BR.xpi 504919 BLAKE2B 23bfbf0bfb668ee461261cd9fc134a19dcf3a6d9dcda5f7b3e01704dbe4feea179b38ae19049e925a1b72393eefd2c41b9a5595e7df3e68edf493857143aa329 SHA512 6dab4aeec64387f78b48093a5898d98e9d2e2f3bb60c3169dbda7a9d62740c0cfc394b1ff2ef4bc1a330f21dc9423fe5ae703d3bbe7b6e8c2837b6f0ab994d36 -DIST firefox-69.0.3-pt-PT.xpi 510864 BLAKE2B 99a2926d403a0d1eeb3ff58bd35c0f2a472e0d584a6b2b20f74a6b93be573aadd1f6f86a8b7c8b55133c3a278ae6c731c9920b22ffca5c63f30d689be43f77c8 SHA512 926ef0dd8e918330d1259d52c950859183735ab84a49df5937c9dabe1010f3c1b81b4db9a34e666b25057ef175c1c5edb3914e5f1a8a62b88f98ffd1fd3d12ca -DIST firefox-69.0.3-rm.xpi 497040 BLAKE2B 0b55db5683a935ab4cd2405fa3222f32e345efa9c9cca032476ea091e01e34a6fbff8d9f0158b5592ba8c5f1236739b5f89fba53aeea53eaaa47dd7055e780ed SHA512 6ae4a9d7d39756cfafe4d1e865094576e959bb5fcff3f2623a80f8db5da38915f717a344ac8200d858daac6f45f34dfc0e5dc4d7bb48f1f98b8da00f43352f14 -DIST firefox-69.0.3-ro.xpi 515546 BLAKE2B 2e15572aa8eca9e4cf7180c430a0628524a76b29130feef9abead38317b8957fec79a6db830b14dc8d88080a9b020c64723b73992918cc7dca6c3c51fb1cd1b2 SHA512 dee59c34c482224b411e44cf7bc832de28419299c546066ee344c44cf4977aea920334c4fdde6ab3f1de6ac0bb5db55e5ff2064408b51797380f5a91c3ec274b -DIST firefox-69.0.3-ru.xpi 596377 BLAKE2B 35fe055d11ff33dbe18df6c24da2dbeecd404ca15878c0c01f31cfb59b6b2ca3f5814dce6d52e44a244f68af821da080c00827574470e6530b9dff7df194f6bc SHA512 d4d2c519ce5b45c675e0a096ed0233e83da0ef739b52f62c96e877f8d09a4575dd229568e4dfc965a5d65c9b8523843b3bfc5d1bb53d13fcde2d22de0ab5f2f5 -DIST firefox-69.0.3-si.xpi 526466 BLAKE2B 6359784da1ce6570356a9483a22dc00d247b9e2397a333478a4338b83c527835365a32e69150042d09ca8cdb283a436078bb779ee162edd4b663caf180b76511 SHA512 779d379546bfe5d38cb9c7e910f97b5995827e3b119ead85178496ed5ec5b7ff9e95e6504560c6b00df5c0e15204d931c6ed45e8d4adb44e96eb8b3fb648581e -DIST firefox-69.0.3-sk.xpi 531500 BLAKE2B 5610c1bd727c57f9897f184974dca5d66dc651d32053cebe2adf216a47c815c13e64c4052be35f55209c9e31547acad72120df1bbf070039bfbe5389d23ea339 SHA512 7e53daf78ebe24f52b6ca16dd48e7757fa169a0fb94140390880a3f4aced3e62f73610fc825ffca93d9df2cd1349673cb0ff579aa3e828f56c99a03d54330ab2 -DIST firefox-69.0.3-sl.xpi 512014 BLAKE2B 7f8b1e6257a0d6e2890f081b2aee83b7da8ae91a20d64e69c33271cf9e30e03589b14c8c49a6d47e33e9810a291f3f24c02ec97dbbf15d5771dcdab57b5ab00d SHA512 6d7e0cdca58acde507098b282c88b33f4ad8d8ee83a1f33803edaf7e21d48dc4113d8184070b50810d0be59af49705454d187311d660aff0b58ad4caad502513 -DIST firefox-69.0.3-son.xpi 454040 BLAKE2B d8401868f9575e7163ed7887e9ed31f3b9a5be04627fe8746fcfe3b5679a7011e06042bdb293a9256fcab2a85adc0f1fa1835943ce28fa9fe2fdcd9de6601eb6 SHA512 85b57478b470ff23f5d05b8e4fe6a0fb7d90f76d013cc079a5dd46455f5e920fe3038b8ecd3dcc6b3c9e37db0e15272be78a3bc8eea00d38b2f5b0e42c90efd5 -DIST firefox-69.0.3-sq.xpi 520270 BLAKE2B 42181c94301229778b560095b5bb63206f22a6bbd2541a8a44a4e0eea2260a7c64eec22c59d17e31414b2d6b914bdc217da9a2bba34ad005847a2f8fdda92259 SHA512 14e4597793a61ccf21c8be3dbdbd762bc04ea5d011c596860fc84daa6d7314201ed6a2f05a1b4e2999a1674a9842309f2438615581236eb7c32ba51c9d3621d3 -DIST firefox-69.0.3-sr.xpi 530542 BLAKE2B 7697e5c8c0f86a4d6f167b5ed302e4f3af5ee73888e45c0664b450b3657e96e9775be7f8cba829c3aa301b664a806d296eb8a20ab8b94aa144c2e371e0d61b3b SHA512 db801b952bee62590817c0f68162a33a4cc5fdd2a4ea73dcfd091ef7416a9f343967cc1beff630ada099370e0f595c1846a5f50da75205c6397d0e99759c041c -DIST firefox-69.0.3-sv-SE.xpi 515174 BLAKE2B 287580b0a22460c263f707631c4508dc3018dc58a08cb3857cbbba516314a0467a4a4c3cfc0c989e84dc691a0dd23b9dd09d024b01575518c6f1c835774927d0 SHA512 00c610f754f3fd49673dafa030c612b86f6ef7bc30706983691a6cc19090680584d03200ea2ab0a4e5f579ac7d2003bdd937f39c4aa8ff4ba2aeb16e5f048aeb -DIST firefox-69.0.3-ta.xpi 553438 BLAKE2B 1a147c501d21b42669376544b93a29969f83b5f5966811953643a2a33b2a8e4ffd35c7bd8a1df5a1b4fdf280e764faebbd1ed7917227a54465592f507539d2e1 SHA512 18055627573850c66f48a9dc7f3e536a081a6f1ad4129e6c9ca9200d34bc4fceac2e489f6e41033b5732600a0f18d3548b40e8b2ef81fc222c7a2c7c22fd9357 -DIST firefox-69.0.3-te.xpi 563406 BLAKE2B 6cb3d6940cf57ec6ee109a6410b0973f3d4f906c6e4104e9790f793f50ef3e464154e7e2f85a9873e6fdc831281ea2c9b0f5c80a64a798953180f9a43ed7c1cf SHA512 9542e0477a88189be05d999e05ad927ec349ac6c70a09811eeee161f323e5eedddd122ab2472247a8be5ae07579ba71dda2d4c0b02b0a6972c22a385cf86cd7e -DIST firefox-69.0.3-th.xpi 556987 BLAKE2B eef3e7c7a9d3a777cc084891f6751dee69bedf9124b371ac79937292ab0602ab3c81b49ea5c87d5b905ed7beae9838db780c19e3fdb1fa06cb299cbd4355b530 SHA512 a76f4982daed10958833a0d232c6c52f47ef5efe6cdffdeb9e0cca70e83beb871957e0d1d60b636256025114a1884ec651f2122696bee2ffc76213a345780576 -DIST firefox-69.0.3-tr.xpi 526400 BLAKE2B 1a49402c6f5b1912555c8aa518baa661b9a7ae084d20cec6c4f4c684b02d731f406a8561da0d5a2e5862b061ff26f7e393b8c9a27702c16fea3632bf9b719bff SHA512 9d477d76807bc834497dee2751a964dd3d5ae132886f1a7ff9799951260293d9738bed579d67855498e4afd7da97725cb7e5cd83301ca3c8d2a0f78a8f1b381f -DIST firefox-69.0.3-uk.xpi 580538 BLAKE2B 566c3996bc0579ac1031cfe4fa7303c4d14b5cce9a3820b42853ad5c326be3f133bf243d27068c0534d61da465a83c2920b71965ddc3437e13d42168b06523f6 SHA512 d81fb0dbe1775b124b28b2af3c00af50484fb1e86ae057137ce0f614c9046d378797e34a77407b0b4b2830b4aed05893833ebf360eb8c3e6122a2cc7b12ece9a -DIST firefox-69.0.3-ur.xpi 540408 BLAKE2B 7701a099f9c2347aa7fb13adeeb46b6bdedbcb3fe0a4fbea84c5d8185d828f2a604b7a97492c0448702288f3289d9134a8601231607acfd624322b1b90c65da1 SHA512 398dedc364e29c4bf1072f865c26cc4a407f1afec28639166247c2a00fda21d17af6b162d8a8f268344c96b93c88bebc570afef35f9a84618382ac001a8128ef -DIST firefox-69.0.3-uz.xpi 481331 BLAKE2B 55e27c6f467c9458aafdade2c4bb5228d7fe24599611c9b0b2016c2e326c74587d83663fd75d6da8123b094e2b0623cf59d6c0eb5f9e128a363e4b71cb95213b SHA512 d9d43d5f1e46573d9403704e7c4b2734e34a0382ea6d4caf3b7a48c1d8ed346dbf94503de497f96626121877c43e7b74ba3e0b8bcbfdf7fe6b64edbd576b3bdd -DIST firefox-69.0.3-vi.xpi 538599 BLAKE2B cd1e153bc4de1fc9025d6044a00bf8f3170a4a14b100169d75a020778b34ad5143b50ace972e193a1580f97e577bf5bcfdc9fdd84fee89f7f4b2c6b06c1297a5 SHA512 7ce16bd7219cd32240ae2a1ac74680be83f3fbc3ab6bd72de8bd6aabc2e8f1a0017e039f0cc5a4d2f871296125ba1455dcd88a3a71b04a73f08d338be2799e16 -DIST firefox-69.0.3-xh.xpi 465717 BLAKE2B 77c581a14020d564b9a558b8839b386ec41c896723f7c6fe2b7ac415979f26f4a76d165f964863c76ffb1db618f74b835868adf447a05e0c63a73c745ed986ff SHA512 15c95f40599893edf15adac35db352b8885c6c0dc7ba5f3a8d27ca070dfc7a588c963a50ed3fa0a769d55b93c05b98376b2d5bab08b121ed1cd8c8efbe181f82 -DIST firefox-69.0.3-zh-CN.xpi 545786 BLAKE2B f9a558972184173d13d7ea892fb673abfe6da92f998c862db131111b2f9bf37ec8f22d175bda8aaac0de8ce38b68f6447591f72b140e2695e2bd0e9a4e00820d SHA512 72e3ce97a429c68ed44f6811d2c6b76e205e34aca6b7ac0c208a5b27d5fc81de8995bc7664a2673eb3eefe5b4392089976c388abb235766e3a3b96838d139060 -DIST firefox-69.0.3-zh-TW.xpi 545656 BLAKE2B 22c346145a6f21816d8ccb7fff22e3efe088eaa336ca689a254485f362a6ae4c848713c82c95a29df629e53b1d15850ab40da8c84e9e7fff8602a36e8df12360 SHA512 665303c8b052a66be96b738f7df72d8f2247963ef66b405c5170e8b3466d48abb917bdc6a68a26c7bfcc6d6a9a01979c909d403f50b08f8dc9a422cf036ce541 -DIST firefox-69.0.3.source.tar.xz 315473484 BLAKE2B b8a2d44735b7029b735627aa95cf191abfaa0e419e2946695eda559a704d2338a277573f019dd697b806907ce327576f6a12f13a87805e706e830d98326f60b5 SHA512 bc4020c5f1a1eac82944f6402aa374c830231a0f168c6cdab8924a1c7a1b296381b45bce0a0567811ad86c2688972a35fda3f6c15e562b03a47d48617fe7611a DIST firefox-70.0-ach.xpi 488104 BLAKE2B a17e2e32332c577444bcf9cd015a82285e3253b61bb4a4aaff675beb200d8c8bb0b953540b7ae02bcdc510607016e84c433fe40869189ae01472889996f0b5f5 SHA512 6728b2d0d992ca96dbfa966e91c84f132598f2a75aefb3ad1b76f5df3280fcf6e3ba1385af0040354a522de9aa5202663e49bf07f6615eee402a33ad931e9335 DIST firefox-70.0-af.xpi 456543 BLAKE2B 587413e50d9e1338985325542afd9f47ec07decf58aa55292e7e4c1c94f3ce150326e66bc3f3e26d2bb295f268aad04ae92d3fe290d38c3f45b02df140cd0a09 SHA512 6997fd5600bc2affe2a5b5a96995a9f0541204aa40f5df683d3bf6e615eeef940a84c61a39bdcdd59588c4d0d002022b4da5ec5dc2423b546dc6d92e13b944c4 DIST firefox-70.0-an.xpi 499801 BLAKE2B 46335aea1c6d39d428fbc82371bd5d69867163a37215e984b529b13b56e27c530a0758d92693f6b17821c139b838b65c42f2e6457fbd270c160eb32fa3f91003 SHA512 0026d8622c5e1480c7e71d9443b3e89545baf1b992c8756664088b15bed6038158402b44ec54f88fb6fd7b3ac03e18d33380afbd8a50461f2b0f7a223afbf4bc @@ -554,4 +461,96 @@ DIST firefox-70.0-vi.xpi 561222 BLAKE2B 5aafcd849ce537905a8a6ce1096e2d21f0109637 DIST firefox-70.0-xh.xpi 473972 BLAKE2B 8b61ce70be768d11c6912a021e2a762591dec175e9ac875d5afc015d9977132d8cbb2ce124932f9bccc1efcf77b1cea285cabffb6450d34d3be6cc8851f43dc3 SHA512 50a53d7a60b62e8cd3cce2d2335ff5693f8df988c05caf11b7d0fc7808b3a6b2376dc0b75f4e9d0baec58e671dac589af47b859062781aa5938160963c4f8ef9 DIST firefox-70.0-zh-CN.xpi 568455 BLAKE2B 0df5ef2fb3e251ef0dcfe5b891bfb78c31dd69a8a4ce6d6686fe91fd907bad641aee47465dfca19daa7c510b5e8e3da3d8c0180c26e35be5ffbb38d40e367b25 SHA512 c6f1b09c99b05ed322dd3173972d02ef72170c7d4ef8b461cf38855def089db6bcd71ffecd2d43873be136f4574adb71048ea4375b32e8dc0363d54c8234d67c DIST firefox-70.0-zh-TW.xpi 568317 BLAKE2B 452e449e0bf2e1fb8c1f3ef850f5a71f5e6d90b261403f9603ed514c11446e98aacf2295923c0a64e7294f978571b20060870ecb39be01e35a45ede2207c57a4 SHA512 ed08151cca67e0d719994ed446b0b95efa3eadf59f66be0eb5790c3a53d817f2bd8af799612bb0a12fa090071fd10ca8191f62b721ceb6e0d9bcdfea23bd3266 +DIST firefox-70.0.1-ach.xpi 488084 BLAKE2B a15392b489d048fbf4bb57ffb02fa6b174375b48ab5ee1c294c2a5740e5258c8ae3f3b9756fd47f32486d95ea0857980846ffa3d6c712f8f26d6aecdf3e58c07 SHA512 55927bb739878af63a5c2a8e7db7b703b37e994b77a109426e111b6c723c3448b8a39e61ff4d581d1dd1c774576e8f75203e4cb0070aaca7fa81f8b387a58cf1 +DIST firefox-70.0.1-af.xpi 456518 BLAKE2B 7b73e58b988e2e7c4cadf58929c4133243cbada54a00705271d2d564b80b766f3399c3a096704842eb7346dfed3e7ee6074d55c6d1564d41d2ffb7ee5f2b08dc SHA512 b70ce6e6cb6a0a541e938129c6409f6ed00e402dab7c106c8974da5ac91a58b8f9d7cb87ee169e1da21b67bc12b8f30d91ba4fe31db17006040b2f251d503698 +DIST firefox-70.0.1-an.xpi 499778 BLAKE2B 5162d37cd0fe0968a16b2e1f401f5d5bd32be66204fce9cdbef19af2f789bdfc3ae4bed06963973a0dc51077a6e39b3766a3623375df5343b3efeaf57ffaaab8 SHA512 ab64e9abce2c31b9c0757102a3b7d23af3aac8357c35cd876ddd8a6c857c022f455ae1a15547c20f0b4f9756de80718a1e68205017665fe1c62572799eee5e73 +DIST firefox-70.0.1-ar.xpi 564977 BLAKE2B b9ff220f2842ad5a96e0881359de2a9a3763492d8e7cd4e3fde57c6911c7bb39f68a68ebde7956a05d65224262cd7e6f7b3cc3a657b2fba1744102b5ee4429a6 SHA512 e675c86a88d22015694dfa0935e3aea45b4ad623556c40bcc3df385c09fcc929ec8b9c7782d7036b30cd4b65134c84e7db7501e837779d897358c2c62d76f909 +DIST firefox-70.0.1-ast.xpi 496476 BLAKE2B fc37837e5b994ed9205ffe71daaae4eb77fd18bfad3bfefce1226b6d400ad07a4e9ea27a73e15a5f26d0b8a91cb5b8a56dabc4387425992f4f814417a2d48352 SHA512 c0ff5762cd8e9edd6098c7d32e72773d5fab8f06da2d1a840339126444f7ff52c83f15bee27ae9db9cf05571df8aa8f9bc2539039914820b9c0ae6278e96f1fa +DIST firefox-70.0.1-az.xpi 528696 BLAKE2B 91cc7128ec346a2b4a43a89e7f309d558c2650782382d2b35360e83fa6e96742897f85c523cc409077bb83690795003fa593280e2aa0df008ce69b0bc1822242 SHA512 24e2477c011cc66a354cf5fa42e78482c00e3da6aa695770dfb7efb35e5466c0fc97523593400f2aa3cfd18a6a90efdb1d470e39f469f0e71ea82568166b18e4 +DIST firefox-70.0.1-be.xpi 621205 BLAKE2B ec53d23b0a76e345e2cf23c53670631afe6093909a13c602627466eb38c4ac822fb3c93e325369611ff6f8d0e0468ec8bacca693e55b3879fab761e1c2b79327 SHA512 1a66b164d98354bbeb849a840e6f2d04b3677c66e1ea8f6cb4ca62fbad0d56ab53940fd7f765e818c81b3fb20d4284420b2f9cbf9edd514a5c15bfde80fa2ee8 +DIST firefox-70.0.1-bg.xpi 579386 BLAKE2B a3cbc9c8f358496ad97748ec26d171a8f25f16bf608b065a887ee70d1315ac6a4cc597615ace63fe55fef865ea109ec9a0b18035fbecd8c4ffa997ae9722c15b SHA512 c36cdf0b9bdfa79ae1c3b92b54f2370bc0528e15da1fcc15ac039896d9aad4c1b592543fb2de4f8b07f431815a92a537cdc8684920e878ff6bd58ee196346488 +DIST firefox-70.0.1-bn.xpi 598539 BLAKE2B 150b79ac0b8fb4c5373fc95664b15a0b57453ac7d55fa7961245c83436b43469d1a63b96a5c33a535e1d0e760b178c76034ed472d40c0a2689abdb8c7b458bfe SHA512 f174467f47e13745f5ea20bccbc9fbb3ec46eb0d4aa03be99b004027e83653c8d39cc9e940662783a73b21d8684f7fc37603a83d8e8f14669e1c74908271a73b +DIST firefox-70.0.1-br.xpi 528403 BLAKE2B fc8d83097e88fc201d9668f3ee29df91a6299db6e01e43475af097e5dba66d0fbddbace6c0e06dd4bb2073e225dc9344660738b5484d8790401ec49b59af5b6c SHA512 7b2c8be7f8c31eeac26c3f6a2e0a385e099cbe20b1dbca35156a626ee0c1128eec5459525e058b078a54703966f5a0f219bc2daa0a83e4532b246c710a8143b9 +DIST firefox-70.0.1-bs.xpi 499832 BLAKE2B 6abc1556443a66b1dd7efa569cd8f03a850f8be2a12bbc8d38627dc37c29515cc480f4d5a55f12dea9430bd18417e55b7c95bb84ddf24a6e2a25104e620c687b SHA512 3892df3ef827558e481827ff0b11d97bff215c1f331bac273f874acc3f52b795914d4f4b10a51ee74c65c264802d93d8e0908d0edef3131d25c4ddd7e5610c30 +DIST firefox-70.0.1-ca.xpi 531441 BLAKE2B d4931876c1258a6296447fc50246692189c9407b0de58b1d7217d590d6ba443897f4ec3717c3de21484e06b56d15b279d5f9327305850992a2ceeaca10b4269a SHA512 b3439fd349b3f9e447e683e9ba5cd6f0182df24abfbaad05ab63a90f2f27574736a6d2e85eb4cb38b37844d1a928ab1b6a202f2c2ce1513bb97a157bd3ce2ce4 +DIST firefox-70.0.1-cak.xpi 562475 BLAKE2B 72927b1f7c4debb892d4b927b717c3c643fd661492fa5d0b4be9cb66b2e7b51e6cbe105fa1fdcdb53487853222e2b5c5499d241ae86ee4e05e4cf0a1da508877 SHA512 c944c4f8bfc54756934f7520586f4ae5b5ccae27463df70f4076c5ebb9b9f91f865562964ad19c1f0d1d5e7035efc9d2af392e323fb97da6818a4669ec64e6cf +DIST firefox-70.0.1-cs.xpi 550055 BLAKE2B c41908e61aa485fb3546d55f70bd2de48ee2b398870cfae25d44ced50ed95b26b79a0e95a984a573ba07235ba5f6eded4ee1f426325cbb5197a131b4e044eac5 SHA512 8d115d64e2384636e3b7eedec4e25c55bf96d82f9a9a068ea582be107a76bbf8a3998cdc82432f156b7c27164983f0ab775be5ed250c4adec510266f463003e5 +DIST firefox-70.0.1-cy.xpi 537646 BLAKE2B fc288e9e86cc25aeb038956f8e42c22252fbe2d3f496c0762c6b25e94dbd5928bf44890cef5eb90776272dc876f37ab5756c98049815e77751f6fa8a26f144ed SHA512 ba384aab7196e11ac7f000ab8a5d0481c0733512022b7203ce0d38281a45385f5657871c1071cb0697a83bf90e7ea6bf6e9c6bec7d7202f448f471ac67d27338 +DIST firefox-70.0.1-da.xpi 517237 BLAKE2B 7a33e046dbd6d79d7749c7c8b8c141d5390218ec9bdd172d03571ee1a95239ec22c175a52cc232ae41a89e989a207a282edd7509c7b171c9f8251fa082726671 SHA512 43f6b1f4faacec3d2109e4cbc7fb531e0bb54687dc11f74f8ad10879b21bb7469b744626a7643e8db761f423b7c32aaa0a08c719f8dc4a50ce57f71d1edad0c0 +DIST firefox-70.0.1-de.xpi 550114 BLAKE2B 77431bf5355290586249817e836f8431460b5d15ee6f339876953d941e59b15ea5e9671b4eba8d59b2f5b1fa26749a4932a2674a3569b5bf62cee0a71fe87eb0 SHA512 b13579329561f1f5670974b1df232ffefa02b5515580c98e2d63f7a61189c4ad63d15d714e85312e60ed68df596ca506d133c440bd5ba0976af3db0ee3e1a1b6 +DIST firefox-70.0.1-dsb.xpi 562515 BLAKE2B e5aa39f1ae7b4138803194a7d97342a246a634afd68a74d1c2709af98d6abf013a606912dc3ebe6695849dfb8e9475bba24b6c23d81fab5989feba95f4cde37c SHA512 685ce9c1fa4aed1ebbb048cfb3bf0935f9d5826d27aeb5af39fc68837375a91dc92db1eb2c2872f2629626ecb81fc6bf28d18a4fad5114bf059dc6b63947055d +DIST firefox-70.0.1-el.xpi 623028 BLAKE2B e6fbf860d08765eed443cdc8f569e9e62b0dfc38e6e20c43e80445fa74f472a58891f6826530201dc341e00abc5d0015a3f74f41da7763ef7de355c210ec9896 SHA512 9d10932505d7fc035e22039b39d12a148cd9804853d5b856ba368b6f85caaddcbf60fb67085a643341bf1cb7b8436c9b6582948eb184bf668d8aba5ed3ae44db +DIST firefox-70.0.1-en-CA.xpi 506556 BLAKE2B 94a6d5008de4bf0ce978c3210b8a8bec3bbf37204babde0e32b307c2948fb4aff4aad150e9732ba28b479b0ad23219c4ad5e35c1574cac11de13ee0f2ee22bc5 SHA512 f7ece48ae71c42d4adf894ad5d9db09ae52b9c5465c4724c85840b933f6ac7d4761438a8301a08f755d4643d322d55fe3f4d26cce9135061610c4bbfb31eff10 +DIST firefox-70.0.1-en-GB.xpi 507215 BLAKE2B 287cd7cba8a8b1dbe0032ae2789ccf016d8462671f20999f8df101e566eb8225c4b17db1ab412d07342cb06826973f78342c72728f78f67600bd3e6bed2f9ba2 SHA512 fe2606aa57a5e554d218872188f8684e183c35bf08e4c3181115022e0ef2611f1e3658e220c4b74771d6b3e9dd01422221bde0c0565e5308c6b19f40de350218 +DIST firefox-70.0.1-eo.xpi 525675 BLAKE2B 22098a299a55582987efb4401c8bc63ebd442b4c285a6a769e6df53ee7474add508cd37d14cb42bf3e033165a8ba27172ae15db596aaef12f4ccc4708deda5b0 SHA512 034deedc70d86e2c6f91289231df0046a457c7a58b8a66475f5c84fc30accd106efe8f5f13898f4fb78b5aeac9ea79e3ec09f38913d191d7454710c9472b74b6 +DIST firefox-70.0.1-es-AR.xpi 543929 BLAKE2B e91045abff8e0525295b63c96c10ca0f4554ebfe93e223551375ea84c04d71e43c164a72af7adf57bb79cd1d85f50d1ccbf370768ef2442c0c8a7dced263a190 SHA512 66c6cf3ce79b4eae528163ecc9b230e5740ef0ddc136406624ee9064cafc7e058ce9dc6d400970d20a93c061e23febe2dc086ceb36284efc073742081632ecee +DIST firefox-70.0.1-es-CL.xpi 542004 BLAKE2B 9c6ef69a74fdffd975ded89755d9f630d48459cf598aedd99881dda89cacc9643cfa087777b3e1eb75eb6cfce6b89fe5fad34a6c54aafc400b29aca71881cc08 SHA512 fe5a28b965767c14649e255dcfea4a77af7cbb349eef80edce581ae97f4884917c61dc1063c582795ec65f2a659d148ce806d22a3c0d0694c7eb4c17c57c26d5 +DIST firefox-70.0.1-es-ES.xpi 519408 BLAKE2B 149244472fc0583a97e853002371f4a790da824daa7306a336dbd35884c1bb0c2f3782d01d755da2e639da944f847e6112d1202a1de5ecbb35688cc5e344d56f SHA512 a7f0b5fbd4a7a6fb135bfe19bbcc5160b51299cf07645a6d2d7095ca5a8dbb1d60481c3e896dfac3974766f2c76c63514174e1f8ef9fd6a560776643931679c2 +DIST firefox-70.0.1-es-MX.xpi 546437 BLAKE2B 907b9876b67906fa47e8562a05f14cf8c3f862d364b0c88c3faae84baeee0c2490a546089c9fde157e6c83af6b526fd9f1a1a68f65c15227e3d202030d5c8a99 SHA512 d9a2b13ee8d590b026577923e5a5564b1583694185ebfecc13cc3b1ae6cc577c92bdcdda1f0ff9365f06fbfcdb1c7b9657b99b114a705c43f4f11f4104b86b92 +DIST firefox-70.0.1-et.xpi 527068 BLAKE2B 8dfe2f0d7288955ff64ab5a32627991618097511af4621264958ad776287e3e48217fed0522a729fa4c4c58b7ed122f1084f75e5694965e465d583444d81c84f SHA512 1dc1f94a1c39f87a392b9bb2ac224a3b55d0bfb5286d2960e162af01dd149e610b0b7931f03f788d1f7e84010d43e813d8c10701afeceeb83cfaea8b9f5f575d +DIST firefox-70.0.1-eu.xpi 527210 BLAKE2B af1f2a6fe077ef1740e8df58d1a583fc59b5cc435e84080673a1d2d1aac8f022ae682c4a2c090ab3ff1434f024848d7322805136b1ee4d974097861e285b6bda SHA512 b96edcc146787763326e48f96c381501b6d2c55158c4c6341968ac629658c4f87a33f6966e119ed2b9f4b3a089a3a2092547d3c346285196f799dc9729343818 +DIST firefox-70.0.1-fa.xpi 578565 BLAKE2B ea4a8f8471bd32e89c956e7fb2815126277ee90f8e284c912549ee097603b3c2928c487fd4fc62f9a5075db4b1dc75fa1aad5897e4dc8358aa1e6c8a44796bb5 SHA512 2689858628c1805d92cad41c1738f00bcaa1fb3cd083a0916de5a268207215bc437d1e5cbc63a2972d800e992906e49f7499320b82ee9014f17b2989e728aa1d +DIST firefox-70.0.1-ff.xpi 498983 BLAKE2B 1afde0e3a144be17204a1e49f5ca468f5e44675b36a278b20a8262ca26b1056bd506cda8ee2f8b04b42bb7f9540b9543dd8c6a9cc2869a63b21a9b144cc80b41 SHA512 ab92690a00721ff0458790adc5b8e20bd954286f217b6d01f54e3c5898916755c4e82d3a6ab61ff598f34db1569d02847a6c17083d6c257c454e1ff2eab1c335 +DIST firefox-70.0.1-fi.xpi 524452 BLAKE2B b0c684454f0a3f56f5efe3a72427e1d9b81a35f2df38bdffcd4361c529d93111e65f724fc473213be0a27e897516e9fa7610462da28c88e4af85d13e07f7ac7f SHA512 6c1c77683fd6ad6a2bd9507d44d77c33c634ab4077939d22009ea46aea274a659dd87d622fd830dac6261e4ed878fea0054074b72c1191b1f611369763d314e7 +DIST firefox-70.0.1-fr.xpi 555923 BLAKE2B ec167dae863c2b4483c4d7b46fbaf4499d5171d35733530927f13f1b906006a25f8de6ed070204fb5441d2be4107ffcb11bbe8ab8b7cfe447e5fead81aaf5434 SHA512 5cb71c214beb8af614b89a22c18325537c74ab9038d5f0118aa85c5fda1675b3ed63ee3cc6ab0b60453c8cca806e46bbac9fc329d048ea4dc873ba514c0fa220 +DIST firefox-70.0.1-fy-NL.xpi 539379 BLAKE2B 60e7adf27d672438a2bf8428e5d96f120d31ebaa36420e12ab326c444b27111b9e061d5d17ba96379dfb708dd2f7612fb5b028ca0e35393fcbd1f4ef7f32a0e1 SHA512 ea57269b995c7cbefb2f5522937f8e484d383c273d176c7a44c1e272518e518ce59c94c12d978adf1a40bdc8064304fae77808f540ccf10e0c393985b4469300 +DIST firefox-70.0.1-ga-IE.xpi 503291 BLAKE2B b97e2911ce6a2c54e9aec3a652ef1ed16d2832976503f0af81e18a9c2096f05eceb3d3531d288407aecc52b0375488f63a28dac6e16fa482b4f8e18a2a925d93 SHA512 a52c7d954726bb7af0fe29c4c47cbd84b0463b3f3643ea546387ba2416f75bce5fc78531a099d16b4fead96b7cffd26ddfcd9ea54d0bc7d122023be050570fe8 +DIST firefox-70.0.1-gd.xpi 527258 BLAKE2B fa184d3f090e67b2c28af8d6eb1b9e8bf3c415f2df0d9acad828e4c7bff587e4afaca105cd2e05307937f79220c63127c826fc36f31802404e14da37e35f7455 SHA512 b43b0c33342d96f25943b1f928969e59fc171539ac95bf0d6254715535fa275f6547cf909905a1694cad7d28b6e792be55789357c05573a72b655e57acc58278 +DIST firefox-70.0.1-gl.xpi 500249 BLAKE2B be5d1a8609183ca79bbe507e2a5b6a3ae7acfb71623f12c282f1ac1e2405cb5a04f3c4f0df41bc76728fb2535473c6472485981b6399c577872e7108d65a837b SHA512 cabd10908d4b8d3e45f34d14ce7e81d4aa307ce8ab0b979e4d4b9eb12bdbf998d947ecca7b0db908860a022200d3bb77278f6320cb14a380e006d4d711da1e50 +DIST firefox-70.0.1-gn.xpi 555110 BLAKE2B 44805e3140007024c706dcaed9f8afbf41cf535a491e4fa6281a2f15808863e094a59b54e7bd2b7829f4c4d391ca5bd6d5e6cab74311283096a48d6929dc53a2 SHA512 0560d0a6575284f49c8a4920894785d2079035eada79e8e8fa8b0bceaf838783d0228135a293569a025a838b4797155981fd6ef3765db8ce64d7a4c8500f767d +DIST firefox-70.0.1-gu-IN.xpi 594285 BLAKE2B 011fec5a0f6fb3e0ef4800f18e96e772290edfaa9b23bb6aea5d7deeb533b839d1e36dc4bb75d4cb5fb1338853d2da882a0d9509bd925a7c15989e03fbb7a559 SHA512 1673290422da0633b2d94f9cc9208072f1458ecde86b98de83b1f2e61acfa2532080b70ce0457861fc55a775980188e39ab302acec7d5100eb4e7b9d83a07bcb +DIST firefox-70.0.1-he.xpi 546790 BLAKE2B 825ebaf166832852b32785e94c7f79f48461e8bdcfd7c155a4c876ba66da2d3650aeade8a7e8b09116ce54f50ccc281c85a9154622acf5e1a234d00fad5f77e5 SHA512 886b3871c874bba09167a6957e7de9571b99d0cead09ce95a950853aa66ac464586186a1c482fa62ee682c38cb294fa4dfdc5279ea32ab64773f9b0940960bbb +DIST firefox-70.0.1-hi-IN.xpi 585493 BLAKE2B be8fadddb1fd119837d6596890050c24b59926c1aa3defadb1785a6add19a7d0340d44018f3473f4b204dd062e032e0229c719888b0982226e6a65c7d8f02567 SHA512 c44f305c59920ccb06665d5f5b6fa84771c16d3f62aa60e85843084fc7fe196450017e03b7193e4bb405ab38e1fe96421310ef0a755e4d5569c1ed00d78ba10d +DIST firefox-70.0.1-hr.xpi 531768 BLAKE2B acd8a38598fa78c6f31197c0975ebecb2b1a0d9637a79d14534e7bfce03bf41780542b7aea8916cee3a9eba5b7d5424315ec812af5795e19f0e5417c0b88dcac SHA512 ecfe45a95d9e8f7f7cb4ed3d247717c98fedba9b2cda42c572f6f2be21ef8ed2d6204f75786acd8762a84e6c4dd2b5671d81a44e08294c32cbf8884302fa1890 +DIST firefox-70.0.1-hsb.xpi 558617 BLAKE2B 466ce0b91419b4d82900f6cabb214881405b11443c2802764f49e3831792c5759d392fd96d2ffe48843ecff50265df4a811d26ac90b6e40ff2297140abec9ecf SHA512 55c05509e58c153ce37f8efca6892ed20d5732b37d7629cfc765f6ac2423d4e1001b8bff107da28e1ae3841e35c91f848986ed0721de936a94681aa93926f918 +DIST firefox-70.0.1-hu.xpi 558687 BLAKE2B c9631e2ddbfad69201f370f50236a03a4f57e8b0f7fedcc64141a7080b0c8eec2bbca7275b9a34d5a1a4ea5aeb280fa3baaba94e35b1f89fa362ad1a733ebd9f SHA512 d18d555263562b52b563145b1fd39d731718722ab93192228292cd907ee8ded027e53a66f6a5540b3e9b433028215a5d75151faa1bb4e2388b3c24491181feae +DIST firefox-70.0.1-hy-AM.xpi 563081 BLAKE2B 1c680a48a13c26d7550fa33e0addb9824e89c905edb21c119ff1b1031e038710429278996e6ee0f1519ad1396f8d1bcb9e7a3723697e7391c579828f508e136e SHA512 eb9ac8e481ff67ab6d5d546163399d45b23a1f6812db68d9e5fa2d141f29f55e11611303d048c54a6bc606696c200ed1e4f4e84ff737e5bc6d27fe787208de94 +DIST firefox-70.0.1-ia.xpi 527646 BLAKE2B 7be3499568e020bf4604d31cba7bb537a8d373f3f84828e330b34b22e9b5a6627fb4e37213e79cc5702988f63d381ddca02e37e766d4ca7a8cf6424cf0adc850 SHA512 a355ac1417ea0b69ab91b06d47416b16fc4e3ade98554edf05233d224b78e14266d140c4a6c88158908058122928d7bef5cae4bf721372b545437e0686cfb961 +DIST firefox-70.0.1-id.xpi 516818 BLAKE2B bfb21dbf62e38cea9151dec0696ff34a8a13b8ddac75c75e1c9e300481893a1180a287424b8e44b91297d39cd52beff0571a45c4b975380a31dd2b77a1433258 SHA512 5d52cfb984435311807873a3d11d744565bf2192c504c88d4226e897eb7186f94efdd96dd4d9e8654dc5f1d1e0bffa19238144e85b83aa658204e06651d19c52 +DIST firefox-70.0.1-is.xpi 516976 BLAKE2B f0aa248e47174d825ce317ea726431140853481262e1369036d25ed5a1cbf60e09896a3e5457451181f5bb481d68e10e8da5ab1e19fe50154e001a46e3767623 SHA512 d90d3462526683c3a6b839638ef27debc298a2d657484b9e7a63771da1eb4bcffd3536c13faf084608f25e9e2de5abb91ac29248cf532f832339573b77a3d859 +DIST firefox-70.0.1-it.xpi 418408 BLAKE2B 4e81ad1402d189c0535497f574446913a3063bea6846ce0338608838da41f9c40d39392d857a6cc5d01845db122ebf7698b87fc9e3f8f8209369c63bdd4975bf SHA512 7d1c498d498c0e5ed6d651668cdb819e12a1c63d80ce1849a3f9f1fd23c5f073d96bbe39683755549d7a52e6dd084c681768691d7c9ef4f8c1d95e91cd0ea0b3 +DIST firefox-70.0.1-ja.xpi 573371 BLAKE2B e089b361e0f562b03dc53242184df90eac6cc168e9c3806309f4e87291aa49d22ea7eed406c6e87589040314f12194f1e999f8568e0ef7849a4660672ee6240b SHA512 63fb6936680bcbd29b09c35f33e83895cfa7929a4ae2e1037198ffc32d55a4c7a09094fbba5f5e190fbeb2ea49b08734d918f4218de34c740b5c0b68edc0b3bf +DIST firefox-70.0.1-ka.xpi 579799 BLAKE2B d1940609012b56d0fc69c644507c5c9595b145d2ddea8719270a2f79fc5330514def8577dd88ac648dcdd3751c4c2787f617ef902a3c111d746ab93a5b7fccad SHA512 5d3213c4d1b6db01527ce6ccda589415f7dcff57a9f3074689019a584ea04dace23f7818edd62dd83dc975a784a0b1c9259273c3a626e3b0f42f00e87c1542a7 +DIST firefox-70.0.1-kab.xpi 538936 BLAKE2B a9b17aed042a571f361ba4fb987a608e68aeace2761289b776ede46f9d8322fc1af9e9c8889775274075021694c0273103c520bc2ee4d05a99090cc9b2043160 SHA512 fe165d57fcb68bc3655067e08011c5343bd66167b3a82eb955994f43d423ef5e0681b7cff75fce081ab87b34bb95a1eca0f52ca91dec65505af9ff23353723e6 +DIST firefox-70.0.1-kk.xpi 602365 BLAKE2B b0d573ab3f60817fa62764b019b96c01a5e1ba293674deecfcfeb1e6a5f90e836d98746a5d2f7515db0245bde7e8dfb1a52048e0347b9018068cd9a9df25c94b SHA512 59416bbde3e293b8f602d30f5078e20b86a197ba1fed9e7275e877d577cf5ab8411d9f9ce18e72f5a7b12362eb09f565031e15b667f20aa3cbbd71b1918dfa42 +DIST firefox-70.0.1-km.xpi 572671 BLAKE2B 3fad0b64e0c9e848d9cc300a4276d5239bc3cfd236094c867736ea6a53c1cf1ce9d1aa10a25fa384ad385dcdebf825d19d9e6ba5b1747305e2488c82c81b3ade SHA512 7d5f451ce18a667c3d395877514077fff14d52155bbd695b8b1c71e340d8c402dc639a634dabdced2467ce94969979fd84ff811e293fc0f7cc6fddf2791d12be +DIST firefox-70.0.1-kn.xpi 564122 BLAKE2B a840fceaf4f7c5c809b8357377529cc7360d7224e209d3e519828193eab8842e7e0513dabd48103984ab2e8f2228d7da7648c76dd83fe1ba2282a589d5597b99 SHA512 d1ea2dcbd18996026ab021434bab023cccbc31911edf2565b441bfbc3f3f5e963f77e27f3b0f94183e30ccf601210ddd93eef04cb3c4f9979b3392666198d92f +DIST firefox-70.0.1-ko.xpi 568650 BLAKE2B 5724703874c1c51ca4717e966e50d4d4866479c3a635077265fa69fffb3530e80777b5645d9665720a052ed7a47e4fda2e5bb6927f25a4e3fec19871034cd5a9 SHA512 0342026818b0bf1a3440cfb4f70842eb04f9bf14afb0c423bf7bcd74a3284d338be56998b399cc284a52b3bc87cf0d4b1747654b7153f8a4950fba73b0b3543a +DIST firefox-70.0.1-lij.xpi 503272 BLAKE2B 1aff11991e6f21a6fbdd3210eb76ae975ece5b62f0f876954001f93f5e4158a99cb12753bdf43db582b171e7e1ac9cf631b53020559dc00086d577356c190fda SHA512 d0f6310fef136a6603c18cdc0d0937a7041109e55503146a1007b867216704bb6b8e2449bd39d00ce2b2280ca20918d1eae6abd522f45776c27eec88692e94d8 +DIST firefox-70.0.1-lt.xpi 560099 BLAKE2B d0c76e304ef77e7d9d8aa9290622ca0515f89e0e052ffe22630024028a87651ab9b74e36a18ec57d1c5edacb7596ef34220c38122b3ffe95e5eec598337ccf69 SHA512 1721b200536a94a0b4545e8813defd57eff37d105efaf47670a12dcb973ef499dd1e9b6f1f9ae7e4977d13367c65d54e5c10db8b18fd8b6d99b190e73bb1344e +DIST firefox-70.0.1-lv.xpi 516718 BLAKE2B 24de9dc808fc58d03e78b2a59fdf71cad392c417b1dd7e6d6156972364f295003d550af512a56dffa9f9bc935c70beefee06a13564bc334674255d142aae7149 SHA512 186dc7a6622add62c175f6c2a4b63561dae8762ef32cde7c212760977e85d76cdeb6b9831c8e91559f6e64b70ec2615ff93553d5a6c03181eb1461b97c70c6aa +DIST firefox-70.0.1-mk.xpi 497758 BLAKE2B bcdece5ab83a2694cea538ab0bda7685f406774e83b44e0cc0bd1b1a9c48a9df2a5d86c23991954d4facb3d3e31b114a2ca7412a9ada79d1b665e51cdd1d50e6 SHA512 513c89dfd1f59cbb511a28856a7cadd6170574274269f12b03f45dbef73461d812474fe5c879d43040655ecddc2e442b23632d72a6e0e07bd8a7edcf952839af +DIST firefox-70.0.1-mr.xpi 578775 BLAKE2B 1ed7a79bc1214f7bb473d1a81f9b43016a0f7991eba799182a144f7875ea92debf2a0ab021179f5c407bf964613a67ce65fd3b260dca617f3a19bc21ea968a5d SHA512 40765007084516c697cb8cf7a59a47e6e3aedaf521dc586c7a7b8e4f34d988ba669856a701010b459b501cbde426385004cfd0c1908fbcadcbd7ce19a6b34326 +DIST firefox-70.0.1-ms.xpi 496393 BLAKE2B bf6dba5c572299ee1f62985c245734fc8870c76a1f6ec7e703cf3935c34dbfec3c763d9978abd9609ebde61fcf12bffd479cdc4ef3478b59ce6441d024c2749a SHA512 078e42b56d4e102a04ffa72a1cb059bfd41c58ef8d080815f29c6fc94a966a38eb31a7e1af715495bba0ebbe04f89f9bed1ca230a9f6d6721343c2ab908d3120 +DIST firefox-70.0.1-my.xpi 567988 BLAKE2B 05b9b9aee94bd5c408573bd8967a73b57c3b7cac2c53d6e21efd1d954494604d226aa7cad382a7c3d0b9fa487acfe9d59ac19fe8afc01e562e448e7ef07bb11c SHA512 5bd76e98d2b4d82cff3d128d64c3816aa5ce792e684523a2888abf2b8ec148526351c61f684f65449686ab8e10eeb62aefde4b2aad637824f745fa6803c089f0 +DIST firefox-70.0.1-nb-NO.xpi 526794 BLAKE2B b5729f5da3027c938f124e1d246c460b5e04f62b71306712403021e4948783d34c9bfbe15e714094cbb13d652fc385856b74e0f089a13fe3999ff67411feb747 SHA512 5fa6ffae454bfc8b469305c940fdbd9a653fe3fe9e4de8ca8d15dfe7846aee3484ea2034d207ff5405b21f950395ff74631eca13e97bfb2bfb9c1a99c64d7828 +DIST firefox-70.0.1-nl.xpi 522983 BLAKE2B 0f53dc19919f973b3e6d024ccaff3118efe00ccb68c87c16267174b63111b90aee2575b373c1802e8db98064bddce0ed233bc5748ecd2f6b2dfbcc527ed1a4d7 SHA512 b6221a2fb7e62606c71c67144e6709125cf1269e2fd6e4f5774ef5e0ddb481cd3f543c56eb695a685b066a33ca6dfdbf59fc5bca88059fd4bc2e7d2e21a2575c +DIST firefox-70.0.1-nn-NO.xpi 526183 BLAKE2B 1a2589782384953bf4dd4680bccffefe6ddce8907f2cec17aa30047b5b47b80086491713955f1588b25b60003ae7c08e90838cfee7a608c0a7339eb8fa8e6e71 SHA512 3f75187edb31a9079aef0d91763c1f00f465d88554b42f080b3b44b20246b5ae1531d8633867097643cd091f4d932d8d29d8e5725fad4d1dff66a90b653e4578 +DIST firefox-70.0.1-oc.xpi 514936 BLAKE2B 2f6b311a247fedc77742f37bc6d7b5fa130667a9f49581fb4bd41ebae23b3b03c70dc268e74c5841362fa49cdf65063eb42e9f162d10558b9f6b783f0cb4ce72 SHA512 576b3361eabda0a3f0d292fd46c961c4588ae2a0a1bde19fa2eeb6887f9000c137703d354fd7b78f66397b9698239fc85fab2ca1a7342d560faa29a3f9550eaf +DIST firefox-70.0.1-pa-IN.xpi 580160 BLAKE2B b8752f734667c02e483d70f4f059f673d884c2f6d70a2f1dff4f9ef14cee3a8564e1888cae83c2c76aeb6efc421bbf4e9f9fd1390b333ae7aa534cc910cc6bbe SHA512 1d7e5c25d3d616083c689f16507f60c00c9a872ac31fda8e60131316ed9d54cd49c1eb747334c15dd8c17994d260e9e61f50b935190e887dd8e2bc35004cf448 +DIST firefox-70.0.1-pl.xpi 534133 BLAKE2B 2a44de2472883bec3b7e62581a7411d5f8c4db9c42664bc04943cc169c7b9dab570b3811cf0196e73c72dedf7a67e303b09daa45e4547625dac28c2a1002f868 SHA512 7c41e0d940d2c79d08496e0d771e4a5950cb61ceb5915cbd545f4da8f313e84b435a351271f0a9efef358ab38ad6207bfcda1308038048c03e81675c27c5ad63 +DIST firefox-70.0.1-pt-BR.xpi 524391 BLAKE2B 79ca45a13df758848263a2186a8e2f9c33d9e0e97cc652ad8f3bcf1f397591844f01ca806846aeac4cb66cea1fe41504e0936e516e1651c7ab895310e8f21cf0 SHA512 f1bec41f22f2c64dda6bfa634794a058d13698718eb8377c8045277cb4a71633f6867b04dd0b8ed42dc2018e53759a54206d7bfbf0d9f44ddaaae931f35b4774 +DIST firefox-70.0.1-pt-PT.xpi 526150 BLAKE2B 4f15f1bf5fa8e0752414c1e5bb7f3ec2b3a45658097883701168083d318274fe20875ed7d16b8b29fd1ccd28f9ebc87397267b02a6d61e4624d1d68d754e3e99 SHA512 2d71aad32634acd1e32ceaace62ebec23c0a5d58a7bd23a5ff9ce0a0c32e97e360cbb4a8815bf9df512f9746d4144cce9eaa77560278ec429bd7ecb3a7ade3ea +DIST firefox-70.0.1-rm.xpi 526477 BLAKE2B 09e039eac736f1da2ab9f7eb2fc38b7280784cabc911e8bc8b67b27c6d68358b371779c628ec54be96f6adddfba249af7db19a788f35a9d63ece72ff1dcf9962 SHA512 b05740471f6862e01edc72bca2aeedd433ed4d8a447e4b4baf6657e5728f5f4397ab7d402fdf34d1c5ea5de893c0c03b4d666a384d28f8d61c01547a0b6cf2e8 +DIST firefox-70.0.1-ro.xpi 535616 BLAKE2B eb9361df5ccb85d336dc1fa3978c60b716e2c5cd43e942e789b6b623422604a4e997a3e05a80f4757d59aabfd250c14810c9992207ad5cf8145670bd33819d48 SHA512 6367f1d1acf6a91ea43a2c929011a7bef1db4b468c98d088e24ca19094b846a5a8e765240216a59a4963820145d18d6657d4d93a040890d7eed0521a19e80d75 +DIST firefox-70.0.1-ru.xpi 621181 BLAKE2B 4fc30cb00c25bc7521270045849d29db386a0107119d06d001cba649eaccf0bf155cea7a7243fff2a8ae45288f65c954e4f9cc2ae1f85eb4d8dbc847cbccfe1f SHA512 7c94a788465753ef3474e1e4f6f86ca6cd853174ef76dd2cbbad656681bbc758bebbcad83937d32d1bd7c2c0c8b4cfb07f959165b2e5b2614b6b1355ead9d27c +DIST firefox-70.0.1-si.xpi 541234 BLAKE2B eeff527f7e5504f845ca424124378f0c15804c93ee38611a4df58d9d56601cae5bf29dec13791ee47d19a917d07cac7e0ae1a0f6947ad96668390783bf70438b SHA512 adb08a2820d62e4581228a75cd0d17e8e12bdde90d931ab816ca124b4a8acd508bdc5ea97f17759dc5496007a76a07a2d797d4e21ca113dbce57817c5aa55e26 +DIST firefox-70.0.1-sk.xpi 555574 BLAKE2B aecdba2eac90c15c45924ca49ffd389dbbbe8cddca005c704a7bde6c8c453fdd1d2fa64d7c4174435f6410093eb105adfdd3c07fbefed56cc1141e90f5e55dd4 SHA512 694afc7508988c3185d69e95b30cabf9a8d91e34b783e6be74e972ee5182e1191249e80a4e95e7724b62047245b8e585a42f5d3dc1d00cc8b05d7a760575b942 +DIST firefox-70.0.1-sl.xpi 535538 BLAKE2B 13885dd007940fbbf463ee587ae0c2c94cd4659bf5170615e7cb06a2975479b640a3b3fa8535448b39434686d064b23d6bb74a94e036c58fa5b137601197016f SHA512 9f3462c0fe213a48bc2a2350223648c63b6b421a013e9d722b8b4d6f864f75a669a7d6ae4db1d6642dd9f2cf37e6ac13718b65acc8419bfac998a1d91d1c5ab5 +DIST firefox-70.0.1-son.xpi 467351 BLAKE2B 247bb04dc9a5b7e97a966041a9ec661cd040b36979cae1a20632b2b55a896453e717a9056b3512e0f0a35ce75b5033c77913aff63a21ce756df68e0ad2d3cab3 SHA512 f81007e509c579fcc38805a2f5f8cc5f5fb70eedecd66848180f6dd544ced668b44dcf3f09242ebdc72a8e57b374b67698e84c6df62a9314e132bfd14c29fcea +DIST firefox-70.0.1-sq.xpi 553127 BLAKE2B 924931cb2465fc4afc0ad0bea27fc6d7f351a303078120e8624e4a66ca54e723dc930e92ac8cbc40f124ec1f30f723d3fc21d8b74772f3207b4b09f828f9bddb SHA512 b909938e91ccbc9cf09ad5317f322dbafab770a76ff4565ceead9e82e05eb5318995e483c30d69d0861b070c42e9dddc6a5692e0ee9b07353b43eb7fa6af8fc0 +DIST firefox-70.0.1-sr.xpi 557868 BLAKE2B 9c4348395a52c6c6938f14572565efb06a8a3c3a564d08d06b8d3c1cb21ff08c54ed34d0c0ee943b7b2555a0754805c8e49ad521227f979abf743480540d1963 SHA512 4c9db0b5b2244f904f84bccf0d70d4795da944677224ffba71ce10421645b32a4e1f98cc0e2c74a0189b9f6a96c7136fd40399289b3d8b195e2f1312b83545af +DIST firefox-70.0.1-sv-SE.xpi 537942 BLAKE2B 1791d04fb710045b921c4f96ba8849e7c592b818f5a61780c7d52796ebfc171e1efe7fb2769895da1ffe327dd4b1f3a23e2466e3b0108c49ed648c0227389112 SHA512 9b752c4fe4d40833a8cbdeb83d1629f8e510aaee90f28da43cddb38b3742e0b91e11ea8af99fd09a35326fb523360348c85707465d078d085023f2a8d83ea846 +DIST firefox-70.0.1-ta.xpi 567489 BLAKE2B 7b289b8ed1165fd172664c936f00f124a0b0f275bf84f2d84ab0487faa8c58e48c1f1984bb466bf4e63964a3674fbc455f9fa88e565bd7d46eafd8e0f6208995 SHA512 1d98cae23aaeca5bcdfd5d2c9a2d68eb6bfca0adb0a83b7abf2ca457efd88adc27d07df84bb33d39c3395940abaaf357f05ed5f03a5c4f52367632eee342d9ea +DIST firefox-70.0.1-te.xpi 583374 BLAKE2B 6f17eecb3a8b04679cf82cb093ec2546b1d8b974ca2bcb47f138fd2bdee544d983a3cfa53c60f6616a7f2ec85b8507a798a6412c35f504a8557e4a5989c08021 SHA512 536bcab19f52aaf033d7a8699b62753ecd4a5d13cfe47c2bffedc94098013ec2678b64054a5d207cb0c8808c118363ce565a8d03c5f222140bda741208acfa0a +DIST firefox-70.0.1-th.xpi 580327 BLAKE2B d819e9af5a96311c85bb7465da69349c8eb7e3e35353298c4e0b77e8493cb2f3cdb32beaeb0f60496a92d372e5e9a3a84710a5fd02851f0126d5cc059652fe78 SHA512 dc39ee44db4fe27fc524885c2f2b4e2fdfa1bdd2dd94a4a0e0a4a933a68aa2e70cb3d30957a2a64183c8f970a1214caa170c6d68e04ff705d4f63e9d3b03a32f +DIST firefox-70.0.1-tr.xpi 548410 BLAKE2B d89adf4df8dc650df1b9d5b9142181817dd6ec99e2aa58b7ebd677a8a83387a285c631fd68fcb99be40bbaa47ac5550e9595262f30e19bf055da5b0910b92789 SHA512 b34e8a11948fb55744c2b72477cd4a4d9064e43143c91c6d2fab765a56b3c417790e77d312fed5794d1ac568087c45275a00dc08851bcd287e06a65403b03dfa +DIST firefox-70.0.1-uk.xpi 606866 BLAKE2B eb3182232b3ee467f78cb5d4a69d8d2679db584a62b237a0027d3a48d6d934f1ac117b5ba78caf4ecd17565f55d99768d7513bce3a8327d17ff791bdc00e952c SHA512 09abfe836f9c9b68cecbb8992f444daeee0b0b1e60c309de637a2b974963550d805c4d4ff060ec4f6c37e934bd9ae33e291101422b0bf9c046886b1b26fa3fe6 +DIST firefox-70.0.1-ur.xpi 558438 BLAKE2B 1122a8e789fb1e1d850f2e5e26011d8d987ca7a6baa8a00eaaf7e1e98548f8c554c1fb5745d21a96cff679188f65f08aa05d9fcc37cfdd2216b84d94db007cc5 SHA512 d0ce5380348cbe2d4ed4365e880aafb471885c2d4bfd31ee49ce438bbabbad7442d03b3bea3f40ed1778d9cdcff4ffcf09360909f68ded6735ce8ca042cfff23 +DIST firefox-70.0.1-uz.xpi 495979 BLAKE2B eacf04cf513d073231d4279df2607d65d9b97391e752586fd64cf8846baf6be4d3c04f6deb5d8df4cba5de366794bc3f79f9b0d0e97b1066664cdfd89ffb1f8d SHA512 19e11b121fff63a27246f51572158b64c0c1e7361e29420e7a538bd2933603acbced12fa390d07fca8af4317210dd5aa0bf4449830d47000f73e3f8dafa6c600 +DIST firefox-70.0.1-vi.xpi 561212 BLAKE2B 3178d844290c880b74530c20145ef8dab36a6331638881cd3888acbab3764dac963c2695bd13d85a3b0253bc762082e59f8dee281b2f0e77bc7496b744beb7e6 SHA512 765ffbf1ef7bd41fe407187f6df3c7b29ceecd7aa52d7b076e652a89713636ab90fe80988121dc6c58264aa3632e3e991801440410afd71ce424c9aa6d167828 +DIST firefox-70.0.1-xh.xpi 473961 BLAKE2B 218520f387dc574fabb1d9a1361156293592d52ac906f7eebb1afaa7d23e7c8043b35a5e785a86e55d26f69309ac284ed592105e3f94ab186a6a24a922c7485b SHA512 afa61b623c0647a02b439ec42132cf9692dcf32b7cf844d2ffb15db07636a5ecca1398fdd2d5d5597cb7445ac3e90c7b8b1f51096548b455f33a64ed7f288ad7 +DIST firefox-70.0.1-zh-CN.xpi 568442 BLAKE2B 305ca92f7011197be727b3203bb925a562cea719f22e6f8e766b7fec629f34d1afa3fa27b32268988358818a3c09f0e63f5a9053bae3e038de5c1c7f1e3c6149 SHA512 8cfd758f6d9366ddbc90a90a01ee8cd4a1920bdcacf68d556cabe679bb05797e6dbd1827f987cdb91e96a4490534428de7a44b2b98b3b65833e08b97971988ba +DIST firefox-70.0.1-zh-TW.xpi 568302 BLAKE2B ff06766fe46d17e7393e93554901548287b8d193ed3ca85c124b44d70b188a76b00c7bd858de6538ba30c8d2a602710a1289c14c5cbcdd74a5d2e80f89eaec5a SHA512 31289f8e96b60683dc9d15da183cccea99d260b95f9155463a1b406d520c33367c9d7760a04ff9fafd1528e89ded66ca45dce3d6d971f91ccab4dbd67cccc803 +DIST firefox-70.0.1.source.tar.xz 326335800 BLAKE2B a7f748719a42f5929150f8a6e9ff6e11d3f92deedc30a1c1f0b6ec7fc3cddc76f7faffc78e0544949599d6142a9fd540cfe467d393c42bcbe9ea027212a937af SHA512 798e18620e50ef10f184b6e43c88cfbad8a446ae005204582bccc2958107910617375b0ff622c85fb768b48d490a31ea7674eef9f0c415aa72cd958f09a9f725 DIST firefox-70.0.source.tar.xz 321160764 BLAKE2B 9e933014df3af5556f4084ca548b948080c657e102457c65089523d0ff529a1ca13617e9af0a088c8d87d3fb49def0f9e51a5c359e8a43cabfbf0d1bef8eaf22 SHA512 c2643d88d59012dfd762357d66005c8892dec066b0ae9d8d33a29ea4427d1e5ae4a0376725c7d960c0025d5c9567eca816eb612b4ea987069e455c06fc442973 diff --git a/www-client/firefox/firefox-68.2.0.ebuild b/www-client/firefox/firefox-68.2.0.ebuild index e3af4ace4648..7c5b0d66a9e5 100644 --- a/www-client/firefox/firefox-68.2.0.ebuild +++ b/www-client/firefox/firefox-68.2.0.ebuild @@ -189,36 +189,36 @@ fi llvm_check_deps() { if ! has_version --host-root "sys-devel/clang:${LLVM_SLOT}" ; then - ewarn "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." + ewarn "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 return 1 fi - if use pgo ; then - if ! has usersandbox $FEATURES ; then - eerror "You must enable usersandbox as X server can not run as root!" - fi - fi - if use clang ; then if ! has_version --host-root "=sys-devel/lld-${LLVM_SLOT}*" ; then - ewarn "=sys-devel/lld-${LLVM_SLOT}* is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." + ewarn "=sys-devel/lld-${LLVM_SLOT}* is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 return 1 fi if use pgo ; then if ! has_version --host-root "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}*" ; then - ewarn "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}* is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." + ewarn "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}* is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 return 1 fi fi fi - einfo "Will use LLVM slot ${LLVM_SLOT}!" + einfo "Will use LLVM slot ${LLVM_SLOT}!" >&2 } pkg_setup() { moz_pkgsetup + if use pgo ; then + if ! has usersandbox $FEATURES ; then + die "You must enable usersandbox as X server can not run as root!" + fi + fi + # Avoid PGO profiling problems due to enviroment leakage # These should *always* be cleaned up anyway unset DBUS_SESSION_BUS_ADDRESS \ diff --git a/www-client/firefox/firefox-69.0.3.ebuild b/www-client/firefox/firefox-70.0.1.ebuild similarity index 94% rename from www-client/firefox/firefox-69.0.3.ebuild rename to www-client/firefox/firefox-70.0.1.ebuild index 4821919cb2eb..e043eb802103 100644 --- a/www-client/firefox/firefox-69.0.3.ebuild +++ b/www-client/firefox/firefox-70.0.1.ebuild @@ -27,7 +27,7 @@ if [[ ${MOZ_ESR} == 1 ]] ; then fi # Patch version -PATCH="${PN}-69.0-patches-06" +PATCH="${PN}-70.0-patches-03" MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases" MOZ_SRC_URI="${MOZ_HTTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.xz" @@ -42,7 +42,7 @@ LLVM_MAX_SLOT=9 inherit check-reqs eapi7-ver flag-o-matic toolchain-funcs eutils \ gnome2-utils llvm mozcoreconf-v6 pax-utils xdg-utils \ - autotools mozlinguas-v2 virtualx multiprocessing + autotools mozlinguas-v2 virtualx multiprocessing eapi7-ver DESCRIPTION="Firefox Web Browser" HOMEPAGE="https://www.mozilla.com/firefox" @@ -64,7 +64,7 @@ SRC_URI="${SRC_URI} ${PATCH_URIS[@]}" CDEPEND=" - >=dev-libs/nss-3.45 + >=dev-libs/nss-3.46.1 >=dev-libs/nspr-4.22 dev-libs/atk dev-libs/expat @@ -103,7 +103,7 @@ CDEPEND=" system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.0:0=[threads] ) system-libvpx? ( =media-libs/libvpx-1.7*:0=[postproc] ) - system-sqlite? ( >=dev-db/sqlite-3.28.0:3[secure-delete,debug=] ) + system-sqlite? ( >=dev-db/sqlite-3.29.0:3[secure-delete,debug=] ) system-webp? ( >=media-libs/libwebp-1.0.2:0= ) wifi? ( kernel_linux? ( @@ -122,7 +122,7 @@ RDEPEND="${CDEPEND} DEPEND="${CDEPEND} app-arch/zip app-arch/unzip - >=dev-util/cbindgen-0.9.0 + >=dev-util/cbindgen-0.9.1 >=net-libs/nodejs-8.11.0 >=sys-devel/binutils-2.30 sys-apps/findutils @@ -165,7 +165,7 @@ DEPEND="${CDEPEND} ) ) pulseaudio? ( media-sound/pulseaudio ) - >=virtual/rust-1.35.0 + >=virtual/rust-1.36.0 wayland? ( >=x11-libs/gtk+-3.11:3[wayland] ) amd64? ( >=dev-lang/yasm-1.1 virtual/opengl ) x86? ( >=dev-lang/yasm-1.1 virtual/opengl ) @@ -192,36 +192,36 @@ fi llvm_check_deps() { if ! has_version --host-root "sys-devel/clang:${LLVM_SLOT}" ; then - ewarn "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." + ewarn "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 return 1 fi - if use pgo ; then - if ! has usersandbox $FEATURES ; then - eerror "You must enable usersandbox as X server can not run as root!" - fi - fi - if use clang ; then if ! has_version --host-root "=sys-devel/lld-${LLVM_SLOT}*" ; then - ewarn "=sys-devel/lld-${LLVM_SLOT}* is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." + ewarn "=sys-devel/lld-${LLVM_SLOT}* is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 return 1 fi if use pgo ; then if ! has_version --host-root "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}*" ; then - ewarn "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}* is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." + ewarn "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}* is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 return 1 fi fi fi - einfo "Will use LLVM slot ${LLVM_SLOT}!" + einfo "Will use LLVM slot ${LLVM_SLOT}!" >&2 } pkg_setup() { moz_pkgsetup + if use pgo ; then + if ! has usersandbox $FEATURES ; then + die "You must enable usersandbox as X server can not run as root!" + fi + fi + # Avoid PGO profiling problems due to enviroment leakage # These should *always* be cleaned up anyway unset DBUS_SESSION_BUS_ADDRESS \ @@ -611,7 +611,7 @@ src_install() { pax-mark m "${BUILD_OBJ_DIR}"/dist/bin/xpcshell # Add our default prefs for firefox - cp "${FILESDIR}"/gentoo-default-prefs.js-2 \ + cp "${FILESDIR}"/gentoo-default-prefs.js-3 \ "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \ || die @@ -767,6 +767,32 @@ pkg_postinst() { elog "media-sound/apulse." elog fi + + local show_doh_information + + if [[ -z "${REPLACING_VERSIONS}" ]] ; then + # New install; Tell user that DoH is disabled by default + show_doh_information=yes + else + local replacing_version + for replacing_version in ${REPLACING_VERSIONS} ; do + if ver_test "${replacing_version}" -lt 70 ; then + # Tell user only once about our DoH default + show_doh_information=yes + break + fi + done + fi + + if [[ -n "${show_doh_information}" ]] ; then + elog + elog "Note regarding Trusted Recursive Resolver aka DNS-over-HTTPS (DoH):" + elog "Due to privacy concerns (encrypting DNS might be a good thing, sending all" + elog "DNS traffic to Cloudflare by default is not a good idea and applications" + elog "should respect OS configured settings), \"network.trr.mode\" was set to 5" + elog "(\"Off by choice\") by default." + elog "You can enable DNS-over-HTTPS in ${PN^}'s preferences." + fi } pkg_postrm() { diff --git a/www-client/firefox/firefox-70.0.ebuild b/www-client/firefox/firefox-70.0.ebuild index 6d26b12d6cfb..e043eb802103 100644 --- a/www-client/firefox/firefox-70.0.ebuild +++ b/www-client/firefox/firefox-70.0.ebuild @@ -192,36 +192,36 @@ fi llvm_check_deps() { if ! has_version --host-root "sys-devel/clang:${LLVM_SLOT}" ; then - ewarn "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." + ewarn "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 return 1 fi - if use pgo ; then - if ! has usersandbox $FEATURES ; then - eerror "You must enable usersandbox as X server can not run as root!" - fi - fi - if use clang ; then if ! has_version --host-root "=sys-devel/lld-${LLVM_SLOT}*" ; then - ewarn "=sys-devel/lld-${LLVM_SLOT}* is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." + ewarn "=sys-devel/lld-${LLVM_SLOT}* is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 return 1 fi if use pgo ; then if ! has_version --host-root "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}*" ; then - ewarn "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}* is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." + ewarn "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}* is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 return 1 fi fi fi - einfo "Will use LLVM slot ${LLVM_SLOT}!" + einfo "Will use LLVM slot ${LLVM_SLOT}!" >&2 } pkg_setup() { moz_pkgsetup + if use pgo ; then + if ! has usersandbox $FEATURES ; then + die "You must enable usersandbox as X server can not run as root!" + fi + fi + # Avoid PGO profiling problems due to enviroment leakage # These should *always* be cleaned up anyway unset DBUS_SESSION_BUS_ADDRESS \ diff --git a/www-client/google-chrome-beta/Manifest b/www-client/google-chrome-beta/Manifest index f3883e0ff867..cabe3242a93b 100644 --- a/www-client/google-chrome-beta/Manifest +++ b/www-client/google-chrome-beta/Manifest @@ -1 +1 @@ -DIST google-chrome-beta_78.0.3904.70-1_amd64.deb 65198554 BLAKE2B e4b82a1ea00369480c7479ae3e1dd83ec21a62ab78ac6eed5eec3e0bd97c5e16b69dfad967de38affca403eff50cab3a7b18442b6e79f6ad330d9fa90b4d34c2 SHA512 a82a49f9ffe19c97f91f2f532dada3ed114554f70cb7305ad22b56451e945beafd7956a8c0786f49d469d32e37a8cd2ec4ec63401192b3e77e5a613d8272f4a7 +DIST google-chrome-beta_79.0.3945.16-1_amd64.deb 64771552 BLAKE2B bd49950382a82ff28365caa1c83d1838d0ee51ccf078ab11d0465a9469f8553bab9459ac0b9420d8eef1eda70196afa5583fc9506eed953886572b7fd84b6d4a SHA512 666012cbff66ae82835fc6545e50ae1b44595eb92562126bc8da40d71b4ac33ff8c059b13a158273905d6bf5456d0890c1e69894bb89e2526539c6fb4468fc80 diff --git a/www-client/google-chrome-beta/google-chrome-beta-78.0.3904.70.ebuild b/www-client/google-chrome-beta/google-chrome-beta-79.0.3945.16.ebuild similarity index 100% rename from www-client/google-chrome-beta/google-chrome-beta-78.0.3904.70.ebuild rename to www-client/google-chrome-beta/google-chrome-beta-79.0.3945.16.ebuild diff --git a/www-client/google-chrome-unstable/Manifest b/www-client/google-chrome-unstable/Manifest index bb20ba2af107..79a3d1ab3146 100644 --- a/www-client/google-chrome-unstable/Manifest +++ b/www-client/google-chrome-unstable/Manifest @@ -1 +1 @@ -DIST google-chrome-unstable_79.0.3945.8-1_amd64.deb 64738720 BLAKE2B 888a23aaed45a208c2cc1296f3af508285fb2ef6f854edb27a29a8dda09f26b90d199df9256aaeafa733a2799567cab715b498b4021dd3ca22a74b7a64af9b87 SHA512 7557665a79ed591cea3f96972c7434b6bc9be59ef1888f81b36af6a58994efdd00d444eb83211ba1f6a8a4971e5ee5df9e342dee9f36f5bbfdd4c2bf92018cb2 +DIST google-chrome-unstable_79.0.3945.16-1_amd64.deb 64760390 BLAKE2B 4b7eb4067c793376a6af4c5fd10671172c1f65ccd6b2f278dc84322462fc356c7112d637b1ee7d09e519a62c6097f1df70a1229d7e015833210eac2ce94883f8 SHA512 0b66f7503896426759be08f0a3b32ce49d0794a7ccf56a64dd25638574374f18cd2f2c4b034700b3201a1bef5d3423086373402a2f9d3ff8c5c1ff0db0449a60 diff --git a/www-client/google-chrome-unstable/google-chrome-unstable-79.0.3945.8.ebuild b/www-client/google-chrome-unstable/google-chrome-unstable-79.0.3945.16.ebuild similarity index 100% rename from www-client/google-chrome-unstable/google-chrome-unstable-79.0.3945.8.ebuild rename to www-client/google-chrome-unstable/google-chrome-unstable-79.0.3945.16.ebuild diff --git a/www-client/google-chrome/Manifest b/www-client/google-chrome/Manifest index c61e3829b2c1..c433e0936a7b 100644 --- a/www-client/google-chrome/Manifest +++ b/www-client/google-chrome/Manifest @@ -1 +1 @@ -DIST google-chrome-stable_78.0.3904.70-1_amd64.deb 63299782 BLAKE2B 5312ac6b32fec5ec061ce989051ad92fe772ae0e9fadcdb48a36872a77a6e5fb5ab6a7291ebbaa154e42127edd91af0cb6df0a4eacadb3e77368135218b7e7ae SHA512 fae818897b22175345a9e7e2cafd8042fb4c7628f8321ea1ce49029b57763d553b3af1c354ff19f9ada599fc1b5e363d11583caa7b20a17728005b34f3736c05 +DIST google-chrome-stable_78.0.3904.87-1_amd64.deb 62927822 BLAKE2B de333c8ba5f2b3f4ceaf6b8b4878f02d298e2b873c47298f4491c5759df590ffa36a753a0fa837bdf87e65560adf528d872b5f164f957a98c5814abc1bf4c065 SHA512 02e9ac58a8922e576ceeff6093480449d99b5d93fa6537bc96f5fc01abc7d58f5f3add7b432ef85608184acc9f002d8b16d8bf02fdd95177b857946492ea9e60 diff --git a/www-client/google-chrome/google-chrome-78.0.3904.70.ebuild b/www-client/google-chrome/google-chrome-78.0.3904.87.ebuild similarity index 100% rename from www-client/google-chrome/google-chrome-78.0.3904.70.ebuild rename to www-client/google-chrome/google-chrome-78.0.3904.87.ebuild diff --git a/www-client/opera-developer/Manifest b/www-client/opera-developer/Manifest index c6b840bb46d0..c493bf46c930 100644 --- a/www-client/opera-developer/Manifest +++ b/www-client/opera-developer/Manifest @@ -1,2 +1,2 @@ -DIST opera-developer_66.0.3480.0_amd64.deb 67928850 BLAKE2B b64a2e05e913e7fac07012f0e833b72188a4a17a1290ec614dd16bc9c4d70bf4b5bca20bbcb514a8bf66e664af018a94623e7a868e73dcff13452f5cbf7c3257 SHA512 7e4146cd0ae1849b7396a7368799b0b9f60fc828c3d414121a0a2e95b8a4b4fa17f3a80b8f1c4dc55ddaae08cc209fe8eb6b4ccba04341b977e77972436d9b15 DIST opera-developer_66.0.3487.0_amd64.deb 68140822 BLAKE2B 6de1bbf4e33d9ae9996c1d2b28e05528a27e6c0b333916b0d63f6a3f5d24ff0988aa5ece8c5a32b5d291f118fc92ea68c82c8743f7a20f97f5382d6b816f442a SHA512 cf62a24166e17afec7a2d0dc4d7a09ddf315a31b8f3e7d7d426a5745b40ec4db68805ba90688142fdc6b16a682aa37383ff93957dc2d9619ed1e38f468a71689 +DIST opera-developer_66.0.3489.0_amd64.deb 68148646 BLAKE2B 67c00f9e23a64f63ce749ddf774e498673db9e44c7fcd4d93850ee9bab1627241997c49f67d0f5e365d2c2bd23a7c458fee83e85b597ddfe7610b54918d2f9e7 SHA512 0474d86f9b37c42841aa228f359f11dc3fd988593f66f5a6074f62fcbb3615c2100b91880f494ae6372c92accc33e6ad59c679e534caeb9d1573fa1a0c9f6361 diff --git a/www-client/opera-developer/opera-developer-66.0.3480.0.ebuild b/www-client/opera-developer/opera-developer-66.0.3489.0.ebuild similarity index 100% rename from www-client/opera-developer/opera-developer-66.0.3480.0.ebuild rename to www-client/opera-developer/opera-developer-66.0.3489.0.ebuild diff --git a/www-client/vivaldi-snapshot/Manifest b/www-client/vivaldi-snapshot/Manifest index eb74f51e1ab3..e454c862293b 100644 --- a/www-client/vivaldi-snapshot/Manifest +++ b/www-client/vivaldi-snapshot/Manifest @@ -3,4 +3,5 @@ DIST vivaldi-snapshot-2.9.1705.27_p1-arm64.deb 58694496 BLAKE2B 121fa90bc220b0f8 DIST vivaldi-snapshot-2.9.1705.27_p1-i386.deb 63932828 BLAKE2B 7856330fa73440844d74d7500cab1db14a6fc38b27780bfefc5c67933f8f2d5bf018dcc49701b72968fad20cb07d7044c845b68867f6ca18abe0635f97a6fee5 SHA512 333e09499cb7d4b9b8c99b0c09cb887bc0e6304412a33037232f872fdc3383373de238847b5a7e25f00bc2f5ee35d1f8d52da54c5d47874b23c061b5353163fe DIST vivaldi-snapshot-2.9.1705.30_p1-amd64.deb 65490100 BLAKE2B 8f6186f877fa38fd3970a4d8d52fdee55aa49c2c0cefa2185eb3d56477b6eeb7762d85ca4a8348c98fd948ff15f29aa078c30c8f179486dba7716a93952ca436 SHA512 7e88949d26fae577ccd750bb1605f9dc3e7e25cb6cd24cbb693c50268503aed135a4fd595bbf4f0b9c7de5a23b97806b83822adaf16b3e7fb142c09364d4130b DIST vivaldi-snapshot-2.9.1705.30_p1-arm64.deb 58687380 BLAKE2B 1d71f508de50884f04c550265208db51c7c5d00f8a231ebaf03bc060027fc5aece183c47c9deff119b0486d5806058295727068ac0d14d415088ef48ac2dedbc SHA512 7da0c598d889ef355ef3f65c454300d514960217f05d60941cd26a5e199fdb1ca0f22285e3cc42135738b6e50e7bf4d88e9e37f10f7bf8e1448b424eaee7d418 +DIST vivaldi-snapshot-2.9.1705.30_p1-armhf.deb 57915516 BLAKE2B 5c948c609ec71437a49f3160eb251e81f597587dcc3aa0b85616524823343b544e6e21e500621de5d822510fb24d73308f33dc638b6af576ea0e1d24c8593e94 SHA512 462eaec846b8c86a540351aaa87713821f41d7362c94e46a6eb1949583b78376b32e4e4f6544c5bc6094ab6b9dd5784fb40d52953f3d12b741e568b20498e28e DIST vivaldi-snapshot-2.9.1705.30_p1-i386.deb 63923344 BLAKE2B e16ab92870c6b7deb24d1650060d0ff5ee14c676f83a1a8503662328f5a48d216d4f81de3f6141ebbf347f6a7246397f20863c58edf680a20503a93f0ec7ef56 SHA512 7152c3558821500c6086ef3296910edfbe1a1cdb8584ddca90a440f21ff900a58ef81777fb43556b093e2b65d124da7a52daf781fbb726d767da3d39d5b29efe diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.9.1705.30_p1.ebuild b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.9.1705.30_p1.ebuild index 6a73d0e8fe2d..8c33fc17af49 100644 --- a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.9.1705.30_p1.ebuild +++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.9.1705.30_p1.ebuild @@ -17,12 +17,13 @@ VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_" SRC_URI=" amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb ) arm64? ( ${VIVALDI_BASE_URI}arm64.deb -> ${P}-arm64.deb ) + arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb ) x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb ) " LICENSE="Vivaldi" SLOT="0" -KEYWORDS="-* ~amd64 ~arm64 ~x86" +KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86" RESTRICT="bindist mirror" DEPEND=" diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest index 59f546f129d3..ca7b3e5144dc 100644 --- a/www-client/vivaldi/Manifest +++ b/www-client/vivaldi/Manifest @@ -1,3 +1,7 @@ DIST vivaldi-2.8.1664.44_p1-amd64.deb 62585816 BLAKE2B 286b732bbc340c0fcbcf98a0b182875c6bd655639adcaef64d32d382d58f920be12caddde933cdbc8246b2cd48e8b4b63e325ae668ae79a0da66d3ad9b0528ea SHA512 f9f6d4042b0ffc9f02179c73488defe81a24adeab9dec210e369860ecb6b9329dc072193efefe965122e3dd7a29d6249610ece7fa5302423f7fc1761a4552243 DIST vivaldi-2.8.1664.44_p1-armhf.deb 55289880 BLAKE2B 803725b4c148fd1c9a15503cd2de563b835a4ba42e04b929b63bba6e96ec43727f066cec0e1a6d82abc141a4565ce4262c9a7ffdca245b74ae38d6bf36131c47 SHA512 0517524275fdd141f0b254ba38b1c1f0e6663e0b26f7399297c89a1ad0e4896e29981eae430828762f97a7ae88b1856ec909f8e50ecc89b93634d2f331510ffb DIST vivaldi-2.8.1664.44_p1-i386.deb 60903864 BLAKE2B 9895f2e05de70b5567411190bbe52753226e7b45890069aedf832c48658205320f45482d0483188ebfd5542ba176108564aa9241a64858bad4d901c02cd5de79 SHA512 199dbd20a6890d6843e85be6e89b24e12fc585fa7f75111c6ffd78fb8ffb7ff0915a667d183e70dc35c231b6afc5376565f1152a6763daed3bea6a19b157c5eb +DIST vivaldi-2.9.1705.31_p1-amd64.deb 63592640 BLAKE2B eadd6767c2332e88f0181cd57b3f1ef7f428f786f1f145417a1c42e43f380ca23d8177c6e48bcc5f0efc5ea9a896c81dbb172e08726e96555115ea5b5f21d70f SHA512 145a6961878f09a0199d6fd3c8bc5fe45cc85e9d1136368bd3eae0fcd7b584239e10f700bd1e7c03b692c1eeb1527f386a9e823c503d54a11cae947a11d672cb +DIST vivaldi-2.9.1705.31_p1-arm64.deb 57106852 BLAKE2B 932fc3daf4b829e04317ca294ea5a5dfaca8bd206d3c1c603f2667800a857b472875ff071c8edeaab8d0103f779a2d2d364d5c4bf310636f4f7496a53ff652e4 SHA512 8bcbc184e6c4a3981818f98cbd48b2925631e04feb94173282ab3e159a75e74b6981f5ef770e3df3ec3f623e9eadad3db7829c31a7213ab79d3c8bc5ca86b470 +DIST vivaldi-2.9.1705.31_p1-armhf.deb 56271064 BLAKE2B cb6e9d53502518565d2fe3a68d05c73b3bd5d3936dd39ea10ed994448faab72d49ee8ad827481eb1ff03718f862b53eba3b1cc6f6532f946f0f2e9cbcbd5f0ba SHA512 e5a67621fad48f3f5cd9c95403a67b05fdb82bf3d1d3f5415ffa634c9a333a01abf4a99987006617f53997e945cd9bb908c71439f3d43406d31a66bc7e2b6ab7 +DIST vivaldi-2.9.1705.31_p1-i386.deb 62017764 BLAKE2B 8b6fd8011fa033e88dd9190d9704849afed5f88f1801be2a5151b26a894b57498b4771a91ae51163b0ad3c24d6dbe0216ecad2610aa182f61f1e2f5d61fa338f SHA512 576a54d3c0d5b61cf4bc2fe0240698ef04fdcfeb9c2cfe09e5c01af73d95d88bd1986fe388b3a111980e462ec48db614a01b80647ef3888776722cbd8d5a8fe5 diff --git a/www-client/vivaldi/vivaldi-2.9.1705.31_p1.ebuild b/www-client/vivaldi/vivaldi-2.9.1705.31_p1.ebuild new file mode 100644 index 000000000000..db417712f6b7 --- /dev/null +++ b/www-client/vivaldi/vivaldi-2.9.1705.31_p1.ebuild @@ -0,0 +1,124 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +CHROMIUM_LANGS=" + af am ar be bg bn ca cs da de de-CH el en-GB en-US eo es es-419 es-PE et eu + fa fi fil fr fy gd gl gu he hi hr hu hy id io is it ja jbo ka kn ko ku lt + lv mk ml mr ms nb nl nn pl pt-BR pt-PT ro ru sc sk sl sq sr sv sw ta te th + tr uk vi zh-CN zh-TW +" +inherit chromium-2 multilib unpacker toolchain-funcs xdg-utils + +#VIVALDI_BRANCH="snapshot" + +VIVALDI_PN="${PN}-${VIVALDI_BRANCH:-stable}" +VIVALDI_BIN="${PN}${VIVALDI_BRANCH/snapshot/-snapshot}" +VIVALDI_HOME="opt/${VIVALDI_BIN}" +DESCRIPTION="A browser for our friends" +HOMEPAGE="https://vivaldi.com/" +VIVALDI_BASE_URI="https://downloads.${PN}.com/${VIVALDI_BRANCH:-stable}/${VIVALDI_PN}_${PV/_p/-}_" +SRC_URI=" + amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb ) + arm64? ( ${VIVALDI_BASE_URI}arm64.deb -> ${P}-arm64.deb ) + arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb ) + x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb ) +" + +LICENSE="Vivaldi" +SLOT="0" +KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86" +RESTRICT="bindist mirror" + +DEPEND=" + virtual/libiconv +" +RDEPEND=" + dev-libs/expat + dev-libs/glib:2 + dev-libs/nspr + dev-libs/nss + media-libs/alsa-lib + media-libs/fontconfig + media-libs/freetype + media-libs/speex + net-print/cups + sys-apps/dbus + sys-libs/libcap + x11-libs/cairo + x11-libs/gdk-pixbuf + x11-libs/gtk+:3 + x11-libs/libX11 + x11-libs/libXScrnSaver + x11-libs/libXcomposite + x11-libs/libXcursor + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXi + x11-libs/libXrandr + x11-libs/libXrender + x11-libs/libXtst + x11-libs/pango[X] +" +QA_PREBUILT="*" +S=${WORKDIR} + +src_unpack() { + unpack_deb ${A} +} + +src_prepare() { + iconv -c -t UTF-8 usr/share/applications/${VIVALDI_PN}.desktop > "${T}"/${VIVALDI_PN}.desktop || die + mv "${T}"/${VIVALDI_PN}.desktop usr/share/applications/${VIVALDI_PN}.desktop || die + + sed -i \ + -e "s|${VIVALDI_BIN}|${PN}|g" \ + usr/share/applications/${VIVALDI_PN}.desktop \ + usr/share/xfce4/helpers/${VIVALDI_BIN}.desktop || die + + mv usr/share/doc/${VIVALDI_PN} usr/share/doc/${PF} || die + chmod 0755 usr/share/doc/${PF} || die + + gunzip usr/share/doc/${PF}/changelog.gz || die + + rm \ + _gpgbuilder \ + etc/cron.daily/${VIVALDI_BIN} \ + || die + rmdir \ + etc/cron.daily/ \ + etc/ \ + || die + + local c d + for d in 16 22 24 32 48 64 128 256; do + mkdir -p usr/share/icons/hicolor/${d}x${d}/apps || die + cp \ + ${VIVALDI_HOME}/product_logo_${d}.png \ + usr/share/icons/hicolor/${d}x${d}/apps/${PN}.png || die + done + + pushd "${VIVALDI_HOME}/locales" > /dev/null || die + chromium_remove_language_paks + popd > /dev/null || die + + eapply_user +} + +src_install() { + mv * "${D}" || die + dosym /${VIVALDI_HOME}/${PN} /usr/bin/${PN} + + fperms 4711 /${VIVALDI_HOME}/${PN}-sandbox +} + +pkg_postrm() { + xdg_desktop_database_update + xdg_icon_cache_update +} + +pkg_postinst() { + xdg_desktop_database_update + xdg_icon_cache_update +} diff --git a/www-plugins/Manifest.gz b/www-plugins/Manifest.gz index 02c62a0e96a5..2a641a510097 100644 Binary files a/www-plugins/Manifest.gz and b/www-plugins/Manifest.gz differ diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 9e62501d5343..4c33e9c3d3ad 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_78.0.3904.70-1_amd64.deb 65198554 BLAKE2B e4b82a1ea00369480c7479ae3e1dd83ec21a62ab78ac6eed5eec3e0bd97c5e16b69dfad967de38affca403eff50cab3a7b18442b6e79f6ad330d9fa90b4d34c2 SHA512 a82a49f9ffe19c97f91f2f532dada3ed114554f70cb7305ad22b56451e945beafd7956a8c0786f49d469d32e37a8cd2ec4ec63401192b3e77e5a613d8272f4a7 -DIST google-chrome-stable_78.0.3904.70-1_amd64.deb 63299782 BLAKE2B 5312ac6b32fec5ec061ce989051ad92fe772ae0e9fadcdb48a36872a77a6e5fb5ab6a7291ebbaa154e42127edd91af0cb6df0a4eacadb3e77368135218b7e7ae SHA512 fae818897b22175345a9e7e2cafd8042fb4c7628f8321ea1ce49029b57763d553b3af1c354ff19f9ada599fc1b5e363d11583caa7b20a17728005b34f3736c05 -DIST google-chrome-unstable_79.0.3945.8-1_amd64.deb 64738720 BLAKE2B 888a23aaed45a208c2cc1296f3af508285fb2ef6f854edb27a29a8dda09f26b90d199df9256aaeafa733a2799567cab715b498b4021dd3ca22a74b7a64af9b87 SHA512 7557665a79ed591cea3f96972c7434b6bc9be59ef1888f81b36af6a58994efdd00d444eb83211ba1f6a8a4971e5ee5df9e342dee9f36f5bbfdd4c2bf92018cb2 +DIST google-chrome-beta_79.0.3945.16-1_amd64.deb 64771552 BLAKE2B bd49950382a82ff28365caa1c83d1838d0ee51ccf078ab11d0465a9469f8553bab9459ac0b9420d8eef1eda70196afa5583fc9506eed953886572b7fd84b6d4a SHA512 666012cbff66ae82835fc6545e50ae1b44595eb92562126bc8da40d71b4ac33ff8c059b13a158273905d6bf5456d0890c1e69894bb89e2526539c6fb4468fc80 +DIST google-chrome-stable_78.0.3904.87-1_amd64.deb 62927822 BLAKE2B de333c8ba5f2b3f4ceaf6b8b4878f02d298e2b873c47298f4491c5759df590ffa36a753a0fa837bdf87e65560adf528d872b5f164f957a98c5814abc1bf4c065 SHA512 02e9ac58a8922e576ceeff6093480449d99b5d93fa6537bc96f5fc01abc7d58f5f3add7b432ef85608184acc9f002d8b16d8bf02fdd95177b857946492ea9e60 +DIST google-chrome-unstable_79.0.3945.16-1_amd64.deb 64760390 BLAKE2B 4b7eb4067c793376a6af4c5fd10671172c1f65ccd6b2f278dc84322462fc356c7112d637b1ee7d09e519a62c6097f1df70a1229d7e015833210eac2ce94883f8 SHA512 0b66f7503896426759be08f0a3b32ce49d0794a7ccf56a64dd25638574374f18cd2f2c4b034700b3201a1bef5d3423086373402a2f9d3ff8c5c1ff0db0449a60 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-78.0.3904.70.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-78.0.3904.87.ebuild similarity index 100% rename from www-plugins/chrome-binary-plugins/chrome-binary-plugins-78.0.3904.70.ebuild rename to www-plugins/chrome-binary-plugins/chrome-binary-plugins-78.0.3904.87.ebuild diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-78.0.3904.70_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-79.0.3945.16_alpha.ebuild similarity index 100% rename from www-plugins/chrome-binary-plugins/chrome-binary-plugins-78.0.3904.70_beta.ebuild rename to www-plugins/chrome-binary-plugins/chrome-binary-plugins-79.0.3945.16_alpha.ebuild diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-79.0.3945.8_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-79.0.3945.16_beta.ebuild similarity index 100% rename from www-plugins/chrome-binary-plugins/chrome-binary-plugins-79.0.3945.8_alpha.ebuild rename to www-plugins/chrome-binary-plugins/chrome-binary-plugins-79.0.3945.16_beta.ebuild diff --git a/x11-plugins/Manifest.gz b/x11-plugins/Manifest.gz index 3bd8a3e39cb9..7d28a3dc2bfc 100644 Binary files a/x11-plugins/Manifest.gz and b/x11-plugins/Manifest.gz differ diff --git a/x11-plugins/enigmail/enigmail-2.1.2-r1.ebuild b/x11-plugins/enigmail/enigmail-2.1.2-r1.ebuild new file mode 100644 index 000000000000..596a08529286 --- /dev/null +++ b/x11-plugins/enigmail/enigmail-2.1.2-r1.ebuild @@ -0,0 +1,85 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 ) + +inherit python-any-r1 + +DESCRIPTION="Mozilla extension to provide GPG support in mail clients" +HOMEPAGE="https://www.enigmail.net/" + +SLOT="0" +LICENSE="MPL-2.0 GPL-3" +IUSE="" +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://git.code.sf.net/p/enigmail/source" + S="${WORKDIR}/${P}" +else + if [[ ${PV} = *_beta* ]] ; then + SRC_URI="https://www.enigmail.net/download/beta/${P/_/-}.tar.gz" + else + SRC_URI="https://www.enigmail.net/download/source/${P}.tar.gz" + KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" + fi + S="${WORKDIR}/${PN}" +fi + +RDEPEND=" + ( >=app-crypt/gnupg-2.0 + || ( + app-crypt/pinentry[gtk(-)] + app-crypt/pinentry[qt5(-)] + ) + ) + ! +Date: Sun, 29 Sep 2019 22:07:52 +0200 +Subject: [PATCH] mimeVerify: fix incorrect newline treatment in PGP/MIME + messages + +RFC 3156 specifies: + +Upon receipt of a signed message, an application MUST: + +(1) Convert line endings to the canonical sequence before + the signature can be verified. This is necessary since the + local MTA may have converted to a local end of line convention. + +The code in this commit was originally added in +ab1b9a2d1c023c5bdf9c058681b93da99ee95465 to fix SourceForge bugs #209 +and #4, but was later accidentally removed during refactoring. This +commit restores the previous state so that signed messages created by +MUAs such as alot or NeoMutt can be verified successfully. + +Fixes: c36bef32a70ee9f2eac1b839cb8644e2fddb32ca +Closes: #1020 (SourceForge) +--- + package/mimeVerify.jsm | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/package/mimeVerify.jsm b/package/mimeVerify.jsm +index 7cc1b228..a6e01d86 100644 +--- a/package/mimeVerify.jsm ++++ b/package/mimeVerify.jsm +@@ -497,6 +497,10 @@ MimeVerify.prototype = { + mimeSignatureFile: sigFileName + }; + const cApi = EnigmailCryptoAPI(); ++ ++ // ensure all lines end with CRLF as specified in RFC 3156, section 5 ++ this.signedData = this.signedData.replace(/\r\n/g, "\n").replace(/\n/g, "\r\n"); ++ + this.returnStatus = cApi.sync(cApi.verifyMime(this.signedData, options)); + this.exitCode = this.returnStatus.exitCode; + +-- +2.22.0 +