diff --git a/Manifest.files.gz b/Manifest.files.gz index 74de89b553c2..06d8ef44aafc 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 44b161c8292e..f2c8ef22aad9 100644 Binary files a/app-admin/Manifest.gz and b/app-admin/Manifest.gz differ diff --git a/app-admin/apache-tools/apache-tools-2.4.38.ebuild b/app-admin/apache-tools/apache-tools-2.4.38.ebuild index cc6822ad77b4..5a40550a80fc 100644 --- a/app-admin/apache-tools/apache-tools-2.4.38.ebuild +++ b/app-admin/apache-tools/apache-tools-2.4.38.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris" IUSE="libressl ssl" RESTRICT="test" diff --git a/app-admin/syslog-ng/Manifest b/app-admin/syslog-ng/Manifest index a8818f0345f9..100217bea8a3 100644 --- a/app-admin/syslog-ng/Manifest +++ b/app-admin/syslog-ng/Manifest @@ -2,4 +2,5 @@ DIST syslog-ng-3.13.2.tar.gz 9047998 BLAKE2B a18b11a31e1bf4c981071e7509ff154f080 DIST syslog-ng-3.17.2.tar.gz 9119227 BLAKE2B 3268a51c587e66579b30ee8d27397eeeb3ab52c7e1939ad26ad976be2670565a389fda9dbc3a25f80710f855788c85f58d47f6a3c297b8ff6efa01e0dca386fe SHA512 2b82ea047bab125d35ab0a90e933b8a282852c6b4a9a8adc3f2a0ddf392f24210ce1296d0cfb389f98e54e50090a3ded5a64c5a9529d2a90cbecbfafd620edd7 DIST syslog-ng-3.18.1.tar.gz 4259746 BLAKE2B 3878a87bd195aadb0f9d024e1336e50268d69c00b438b5e3471f21bc4592ebd97980004c3624d9b92232b38068ebefa0c3317cb0d9b5dfeba37c479aeadc32e4 SHA512 2e6ea690f8762f3f37885118f023048c4cba59f58002c87fa1c469cb991b2ba707015b3e54c50f17c3d6e6251d798557406925a9159f4fa914331f281dc39e48 DIST syslog-ng-3.19.1.tar.gz 4224779 BLAKE2B e938c91101c18951a5c921bea51631400bf579ebc840300c6d8411da9b8db69935d104bfe00525512ab0173b932a8e24e2fb102e17bc4ecf58b268e52ef5b41a SHA512 f625073bafa9378109d5be34591247766a62cb5a76e814f42bfbf03472e96ebe2833f19779812abfdd950a3498115f57b97c1427c280ee0dab21d3e2eb92ca57 +DIST syslog-ng-3.20.1.tar.gz 4312715 BLAKE2B df37ea15937d67823ddf25fb935be90fed2cb9b1a653d90bb447a3d674c250f6a7963a9bf4623685c5a19e11b928d02aec508d5f061135d67cd4b6d922795ed0 SHA512 19e3896a750ef68923950ca037846808f5d8bd24e64b41a024776a19654def83fce5d48b6e0805b1389494ad1435c5c7af9d79c1188454492f7228f5644ddc5c DIST syslog-ng-3.7.3.tar.gz 3511155 BLAKE2B 25ba2ca241a5847c75792c78d39a4667f55cf1fcff46be5102256ee6a9d2f39e2042ac00fa0b1559f94e0df80a0853249692b443b565dd4f46f0354c453cacaf SHA512 e58d793bd1a8b48c5836090ee244f6e8b223f234f5a27fbf81f6a838b9b1e3e45f73a66dab2bc58a0bba230bd778a247ae22bf529a28fb2e9fee52b8181d304b diff --git a/app-admin/syslog-ng/syslog-ng-3.20.1.ebuild b/app-admin/syslog-ng/syslog-ng-3.20.1.ebuild new file mode 100644 index 000000000000..be35011a8896 --- /dev/null +++ b/app-admin/syslog-ng/syslog-ng-3.20.1.ebuild @@ -0,0 +1,172 @@ +# 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} ) +inherit autotools python-single-r1 systemd + +MY_PV_MM=$(ver_cut 1-2) +DESCRIPTION="syslog replacement with advanced filtering features" +HOMEPAGE="https://syslog-ng.com/open-source-log-management" +SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz" + +LICENSE="GPL-2+ LGPL-2.1+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="amqp caps dbi geoip geoip2 http ipv6 json libressl mongodb pacct python redis smtp spoof-source systemd tcpd" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +# unit tests require https://github.com/Snaipe/Criterion with additional deps +RESTRICT="test" + +RDEPEND=" + >=dev-libs/glib-2.10.1:2 + >=dev-libs/ivykis-0.42.3 + >=dev-libs/libpcre-6.1:= + !dev-libs/eventlog + amqp? ( >=net-libs/rabbitmq-c-0.8.0:=[ssl] ) + caps? ( sys-libs/libcap ) + dbi? ( >=dev-db/libdbi-0.9.0 ) + geoip? ( >=dev-libs/geoip-1.5.0 ) + geoip2? ( dev-libs/libmaxminddb:= ) + http? ( net-misc/curl ) + json? ( >=dev-libs/json-c-0.9:= ) + mongodb? ( >=dev-libs/mongo-c-driver-1.2.0 ) + python? ( ${PYTHON_DEPS} ) + redis? ( >=dev-libs/hiredis-0.11.0:= ) + smtp? ( net-libs/libesmtp ) + spoof-source? ( net-libs/libnet:1.1= ) + systemd? ( sys-apps/systemd:= ) + tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= )" +DEPEND="${RDEPEND}" +BDEPEND=" + sys-devel/flex + virtual/pkgconfig" + +DOCS=( AUTHORS NEWS.md CONTRIBUTING.md contrib/syslog-ng.conf.{HP-UX,RedHat,SunOS,doc} + contrib/syslog2ng "${T}/syslog-ng.conf.gentoo.hardened" + "${T}/syslog-ng.logrotate.hardened" "${FILESDIR}/README.hardened" ) + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_prepare() { + local f + + use python && python_fix_shebang . + + # remove bundled libs + rm -r lib/ivykis || die + + # drop scl modules requiring json + if use !json; then + sed -i -r '/cim|elasticsearch|ewmm|graylog2|loggly|logmatic|netskope|nodejs|osquery|slack/d' scl/Makefile.am || die + fi + + # drop scl modules requiring http + if use !http; then + sed -i -r '/slack|telegram/d' scl/Makefile.am || die + fi + + # use gentoo default path + if use systemd; then + sed -e 's@/etc/syslog-ng.conf@/etc/syslog-ng/syslog-ng.conf@g;s@/var/run@/run@g' \ + -i contrib/systemd/syslog-ng@default || die + fi + + for f in syslog-ng.logrotate.hardened.in syslog-ng.logrotate.in; do + sed \ + -e "s#@GENTOO_RESTART@#$(usex systemd "systemctl kill -s HUP syslog-ng@default" \ + "/etc/init.d/syslog-ng reload")#g" \ + "${FILESDIR}/${f}" > "${T}/${f/.in/}" || die + done + + for f in syslog-ng.conf.gentoo.fbsd.in \ + syslog-ng.conf.gentoo.hardened.in \ + syslog-ng.conf.gentoo.in; do + sed -e "s/@SYSLOGNG_VERSION@/${MY_PV_MM}/g" "${FILESDIR}/${f}" > "${T}/${f/.in/}" || die + done + + default + eautoreconf +} + +src_configure() { + local myconf=( + --disable-docs + --disable-java + --disable-java-modules + --disable-riemann + --enable-manpages + --localstatedir=/var/lib/syslog-ng + --sysconfdir=/etc/syslog-ng + --with-embedded-crypto + --with-ivykis=system + --with-module-dir=/usr/$(get_libdir)/syslog-ng + --with-pidfile-dir=/var/run + --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" + $(use_enable amqp) + $(usex amqp --with-librabbitmq-client=system --without-librabbitmq-client) + $(use_enable caps linux-caps) + $(use_enable dbi sql) + $(use_enable geoip) + $(use_enable geoip2) + $(use_enable http) + $(use_enable ipv6) + $(use_enable json) + $(use_enable mongodb) + $(usex mongodb --with-mongoc=system "--without-mongoc --disable-legacy-mongodb-options") + $(use_enable pacct) + $(use_enable python) + $(use_enable redis) + $(use_enable smtp) + $(use_enable spoof-source) + $(use_enable systemd) + $(use_enable tcpd tcp-wrapper) + ) + + econf "${myconf[@]}" +} + +src_install() { + default + + # Install default configuration + insinto /etc/default + doins contrib/systemd/syslog-ng@default + + insinto /etc/syslog-ng + if use userland_BSD ; then + newins "${T}/syslog-ng.conf.gentoo.fbsd" syslog-ng.conf + else + newins "${T}/syslog-ng.conf.gentoo" syslog-ng.conf + fi + + insinto /etc/logrotate.d + newins "${T}/syslog-ng.logrotate" syslog-ng + + newinitd "${FILESDIR}/syslog-ng.rc" syslog-ng + newconfd "${FILESDIR}/syslog-ng.confd" syslog-ng + keepdir /etc/syslog-ng/patterndb.d /var/lib/syslog-ng + find "${D}" -name '*.la' -delete || die + + use python && python_optimize +} + +pkg_postinst() { + # bug #355257 + if ! has_version app-admin/logrotate ; then + elog "It is highly recommended that app-admin/logrotate be emerged to" + elog "manage the log files. ${PN} installs a file in /etc/logrotate.d" + elog "for logrotate to use." + fi + + if use systemd; then + ewarn "The service file for systemd has changed to support multiple instances." + ewarn "To start the default instance issue:" + ewarn "# systemctl start syslog-ng@default" + fi +} diff --git a/app-admin/webapp-config/webapp-config-1.55-r1.ebuild b/app-admin/webapp-config/webapp-config-1.55-r1.ebuild index be1d9c659f8b..c70dc1eac209 100644 --- a/app-admin/webapp-config/webapp-config-1.55-r1.ebuild +++ b/app-admin/webapp-config/webapp-config-1.55-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy ) inherit distutils-r1 prefix diff --git a/app-admin/webapp-config/webapp-config-9999.ebuild b/app-admin/webapp-config/webapp-config-9999.ebuild index 08cda6204783..6ce237b3e82c 100644 --- a/app-admin/webapp-config/webapp-config-9999.ebuild +++ b/app-admin/webapp-config/webapp-config-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy ) inherit distutils-r1 prefix diff --git a/app-admin/yaala/metadata.xml b/app-admin/yaala/metadata.xml index 893290974a28..1f0914e3ecd6 100644 --- a/app-admin/yaala/metadata.xml +++ b/app-admin/yaala/metadata.xml @@ -5,7 +5,4 @@ Yet Another Log Analyzer - - Support for persistence of Perl data structures. - diff --git a/app-admin/yaala/yaala-0.7.3-r1.ebuild b/app-admin/yaala/yaala-0.7.3-r1.ebuild deleted file mode 100644 index e974cd81bf30..000000000000 --- a/app-admin/yaala/yaala-0.7.3-r1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils - -DESCRIPTION="Yet Another Log Analyzer" -HOMEPAGE="http://www.yaala.org/" -SRC_URI="http://www.${PN}.org/files/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="gd storable" - -RDEPEND="dev-lang/perl - gd? ( dev-perl/GDGraph ) - storable? ( virtual/perl-Storable )" - -src_prepare() { - epatch "${FILESDIR}"/${PF}-correct-paths.patch - - sed -i "s:/var/lib/${PN}:/usr/bin:g" packaging/${PN}.cron || die 'Failed to correct path in cron file.' -} - -src_install() { - dobin ${PN} - - # Switch to ^y when we switch to EAPI=6. - local mod="Y${PN:1}" - - exeinto /usr/lib64/perl5/vendor_perl/${mod}/ - doexe lib/${mod}/*.pm - - exeinto /usr/lib64/perl5/vendor_perl/${mod}/Data/ - doexe lib/${mod}/Data/*.pm - - exeinto /usr/lib64/perl5/vendor_perl/${mod}/Parser/ - doexe lib/${mod}/Parser/*.pm - - exeinto /usr/lib64/perl5/vendor_perl/${mod}/Report/ - doexe lib/${mod}/Report/*.pm - - dodoc AUTHORS CHANGELOG README{,.persistency,.selections} - - insinto /usr/share/${PN} - doins -r reports - doins -r sample_configs - - insinto /etc/${PN} - doins {,webserver.}config - - insinto /etc/logrotate.d - doins packaging/${PN}.cron - - if use storable ; then - dodir /var/lib/${PN} - keepdir /var/lib/${PN} - chmod 777 /var/lib/${PN} - fi -} - -pkg_postinst() { - ewarn "It is required that you change the configuration files in /etc/${PN}" - ewarn "before you run \`yaala ...\`, otherwise it will refuse to execute because" - ewarn "Setup.pm checks whether the variable 'select' has been unquoted and set." - echo "" - elog "Example configuration files can be found in /usr/share/${PN}." -} diff --git a/app-backup/Manifest.gz b/app-backup/Manifest.gz index 125cc43b6d8d..dcfe10c737c5 100644 Binary files a/app-backup/Manifest.gz and b/app-backup/Manifest.gz differ diff --git a/app-backup/spideroak-bin/Manifest b/app-backup/spideroak-bin/Manifest index b0c687534dcb..1224850bbcd8 100644 --- a/app-backup/spideroak-bin/Manifest +++ b/app-backup/spideroak-bin/Manifest @@ -1,4 +1,2 @@ -DIST spideroak-bin-7.2.0_amd64.deb 24854982 BLAKE2B 9eab89f2c7713f9edbf97da986744c605113830efa971b5327794aa05640ab6386d76d4473cd3a5f6373611bdf7f2ee5ec8eb59d1b9914de48a7b2f724ce4c4e SHA512 9edaf0a7e6e6e985dd7ae1e969c43373393ea6293b8895d74be48f364513a992865ca5cb3150e5fce23eb49635a3442f5162a2606d8fac1ab1036ed922c214cb -DIST spideroak-bin-7.2.0_x86.deb 24773806 BLAKE2B 4c4c778f50efa8b77c6d0b2ff522ce3ccacc9c0b6fba5b9acb8e6ea25816b303b34751e47f3e27f6b014c03e02473d22b1eba280618cdd9b6c639b82f2425d70 SHA512 758bdaefe307c4c7b7eebc47ebbb835e66c0a57350e34a2cd818212de1d800ae432459933d9613af60b877889724fe90726dd6705fa152b2478bd55552e541ba -DIST spideroak-bin-7.3.0_amd64.deb 18514400 BLAKE2B 3c0d617c4b791cc0e5a9c82111c9486c18ab09d2bfc4102d69b266f6e3d4185a9d74d640ddd3733a86dac1f87f3360968636407ee4f3da6c2bd20779c16e6ddb SHA512 f27cfac3f9055281fece38ba68781287cd886c7c40b998e63cfc1aba0a036b375a06b9cc60390b7e4845ef9c4eae2d94914669dd345ba8de90424ff98ec28d58 -DIST spideroak-bin-7.3.0_x86.deb 24779422 BLAKE2B 8cdae243794e5de6a8326e335b539d004c0ba0f1121b85067acbffffbef67f4a0c785f3b794abb62a5eedfd459c8e4d5e48cf8848b005ba637150b286b13db22 SHA512 32504b6e6931f1e923d4202f0b3201c93190128d30767ec41ac11cf7c8c751b87094bdedcf44dda3ae8089543418366c5a78093b9236fee5f95e7f89a29141fc +DIST spideroak-bin-7.5.0_amd64.deb 20758038 BLAKE2B ecd549ee0d479f576e8d50b44f4f7a13c4d24445af32f460d34081e5b654586f314399b34cff1c937e157582a143fee6b98641a68655552bb6d3609e532ceba4 SHA512 4af9f6b57d8748c03bccb0ab843cf27f70eac8e8cc5f11bb494c597d5fd29f475bf9c68bce8971d3cc1550a6def7bac6beed78fdfb31961b09be61ee14116ddd +DIST spideroak-bin-7.5.0_x86.deb 24779422 BLAKE2B 8cdae243794e5de6a8326e335b539d004c0ba0f1121b85067acbffffbef67f4a0c785f3b794abb62a5eedfd459c8e4d5e48cf8848b005ba637150b286b13db22 SHA512 32504b6e6931f1e923d4202f0b3201c93190128d30767ec41ac11cf7c8c751b87094bdedcf44dda3ae8089543418366c5a78093b9236fee5f95e7f89a29141fc diff --git a/app-backup/spideroak-bin/spideroak-bin-7.2.0.ebuild b/app-backup/spideroak-bin/spideroak-bin-7.2.0.ebuild deleted file mode 100644 index b50355c676a7..000000000000 --- a/app-backup/spideroak-bin/spideroak-bin-7.2.0.ebuild +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit eutils unpacker - -DESCRIPTION="Secure free online backup, storage, and sharing system" -HOMEPAGE="https://spideroak.com" - -SRC_URI_BASE="https://spideroak.com/release/spideroak" -SRC_URI="x86? ( ${SRC_URI_BASE}/deb_x86 -> ${P}_x86.deb ) - amd64? ( ${SRC_URI_BASE}/deb_x64 -> ${P}_amd64.deb )" - -RESTRICT="mirror strip" - -LICENSE="spideroak" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="dbus X" - -DEPEND="dev-util/patchelf" -RDEPEND=" - app-crypt/mit-krb5[keyutils] - media-libs/libpng:1.2 - dbus? ( sys-apps/dbus ) - X? ( - media-libs/fontconfig - media-libs/freetype:2 - dev-libs/glib:2 - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXmu - x11-libs/libXrender - x11-libs/libXt - ) -" - -S=${WORKDIR} - -QA_PREBUILT="*" - -src_prepare() { - # Set RPATH for preserve-libs handling (bug #400979). - cd "${S}/opt/SpiderOakONE/lib" || die - local x - for x in `find` ; do - # Use \x7fELF header to separate ELF executables and libraries - [[ -f ${x} && $(od -t x1 -N 4 "${x}") == *"7f 45 4c 46"* ]] || continue - patchelf --set-rpath '$ORIGIN' "${x}" || \ - die "patchelf failed on ${x}" - done - - #Remove the libraries that break compatibility in modern systems - #SpiderOak will use the system libs instead - rm -f "${S}/opt/SpiderOakONE/lib/libstdc++.so.6" - rm -f "${S}/opt/SpiderOakONE/lib/libgcc_s.so.1" - rm -f "${S}/opt/SpiderOakONE/lib/libpng12.so.0" - rm -f "${S}/opt/SpiderOakONE/lib/libz.so.1" - - eapply_user -} - -src_install() { - #install the wrapper script - exeinto /usr/bin - doexe usr/bin/SpiderOakONE - - # inotify_dir_watcher needs to be marked executable, bug #453266 - #chmod a+rx opt/SpiderOakONE/lib/inotify_dir_watcher - - #install the executable - exeinto /opt/SpiderOakONE/lib - doexe opt/SpiderOakONE/lib/SpiderOakONE - doexe opt/SpiderOakONE/lib/inotify_dir_watcher - rm -f opt/SpiderOakONE/lib/{SpiderOakONE,inotify_dir_watcher} - - #install the prebundled libraries - insinto /opt/SpiderOakONE - doins -r opt/SpiderOakONE/lib - - #install the config files - use dbus || rm -rf etc/dbus-1 - insinto / - doins -r etc - - #install the manpage - doman usr/share/man/man1/SpiderOakONE.1.gz - - if use X; then - domenu usr/share/applications/SpiderOakONE.desktop - doicon usr/share/pixmaps/SpiderOakONE.png - fi -} - -pkg_postinst() { - if ! use X; then - einfo "For instructions on running SpiderOakONE without a GUI, please read the FAQ:" - einfo " https://spideroak.com/faq/questions/62/how_do_i_install_spideroak_on_a_headless_linux_server/" - einfo " https://spideroak.com/faq/questions/67/how_can_i_use_spideroak_from_the_commandline/" - fi -} diff --git a/app-backup/spideroak-bin/spideroak-bin-7.3.0.ebuild b/app-backup/spideroak-bin/spideroak-bin-7.5.0.ebuild similarity index 98% rename from app-backup/spideroak-bin/spideroak-bin-7.3.0.ebuild rename to app-backup/spideroak-bin/spideroak-bin-7.5.0.ebuild index 8dd6ec9d73fe..e078ec2edc60 100644 --- a/app-backup/spideroak-bin/spideroak-bin-7.3.0.ebuild +++ b/app-backup/spideroak-bin/spideroak-bin-7.5.0.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" diff --git a/app-cdr/Manifest.gz b/app-cdr/Manifest.gz index 105569279e5a..1d5f3b3a867b 100644 Binary files a/app-cdr/Manifest.gz and b/app-cdr/Manifest.gz differ diff --git a/app-cdr/poweriso/poweriso-1.3.ebuild b/app-cdr/poweriso/poweriso-1.3.ebuild index 382ea0b18c01..3fd62f0282d9 100644 --- a/app-cdr/poweriso/poweriso-1.3.ebuild +++ b/app-cdr/poweriso/poweriso-1.3.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=0 @@ -7,10 +7,11 @@ DESCRIPTION="Utility to extract, list and convert PowerISO DAA image files" HOMEPAGE="http://www.poweriso.com" SRC_URI="http://www.${PN}.com/${P}.tar.gz" -LICENSE="public-domain" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="amd64 x86" IUSE="" +RESTRICT="mirror bindist" QA_PRESTRIPPED="opt/bin/poweriso" diff --git a/app-office/Manifest.gz b/app-office/Manifest.gz index 27ec0b73cc9d..01791298ce94 100644 Binary files a/app-office/Manifest.gz and b/app-office/Manifest.gz differ diff --git a/app-office/pybliographer/Manifest b/app-office/pybliographer/Manifest index d4c413a7bf33..2a4a379f6b51 100644 --- a/app-office/pybliographer/Manifest +++ b/app-office/pybliographer/Manifest @@ -1,3 +1,2 @@ -DIST pybliographer-1.2.15.tar.gz 1859977 BLAKE2B e658f76e7f766beec598d0397f10e7613b8a529d7f1eeccda6364bc93bfb33bb5b9e121b9edcd4bc62dd414bca0ffb4684792baf36228522c9d509c59b0f8833 SHA512 f4b3478f60f042ebc7538f044a8c4014fda5202576e3f894b31c79430400e834c59f859f895efa187a89016f4e2625ee6be20751f31843e179fbdfb54ba65330 DIST pybliographer-1.2.18.tar.gz 2174899 BLAKE2B 4723a01d386a1da6f1de6b730e4e38ef1dedfeb7a72310f40fd7475710fd92236bdb484e102bf93340c8b826ddda0353e143cc741cd6b57acbedd82e40e4181b SHA512 b4a97d7e0aec3b4d7c68169d4d8799911b4da0591e819a67429c45d2b451be6be129214631770cf26f2083a935b55575d35c4f3b11ea74a9b39e55feea376204 DIST pybliographer-1.4.0.tar.xz 1834356 BLAKE2B ba4892f707c2da3f007cb916b158258a59a41cc631e49deacdd784213d506d8e4286c463afb4148c7cb30ed7084ae1a60eee0e62d1bfe13a26bd9fd70a9e60f8 SHA512 aef50e9815b9ff28618ca72c0b50033a24a1bcaa91c9fdbf3014371bb9b4bcaf8fcdffb0fa38e59d37ccfdb4c1383cd601c73aa2e34f4078c514ae9de7341f2a diff --git a/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild b/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild deleted file mode 100644 index de628cb4c896..000000000000 --- a/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -GCONF_DEBUG="no" - -inherit autotools gnome2 python-single-r1 - -DESCRIPTION="Pybliographer is a tool for working with bibliographic databases" -HOMEPAGE="https://pybliographer.org" -SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - >=app-text/recode-3.6-r1 - app-text/rarian - dev-libs/glib:2 - dev-python/gconf-python:2[${PYTHON_USEDEP}] - dev-python/gnome-vfs-python:2[${PYTHON_USEDEP}] - dev-python/libgnome-python:2[${PYTHON_USEDEP}] - dev-python/pygobject:2[${PYTHON_USEDEP}] - dev-python/pygtk:2[${PYTHON_USEDEP}] - >=dev-python/python-bibtex-1.2.5[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - app-text/gnome-doc-utils -" - -src_prepare() { - # Workaround for bug 487204. - sed -i \ - -e 's:\$(srcdir)/::g' \ - tests/Makefile.am || die "sed failed" - - # Install Python modules into site-packages directories. - find -name Makefile.am | xargs sed -i \ - -e "/^pybdir[[:space:]]*=[[:space:]]*/s:\$(datadir):$(python_get_sitedir):" || die "sed failed" - sed -i \ - -e "s:\${datadir}/@PACKAGE@:$(python_get_sitedir)/@PACKAGE@:" \ - etc/installer.in || die "sed failed" - sed -i \ - -e "s:gladedir = \$(datadir):gladedir = $(python_get_sitedir):" \ - Pyblio/GnomeUI/glade/Makefile.am || die "sed failed" - - # Fix shebang manually as otherwise python_fix_shebang gets confused - sed -i -e 's: @python_path@:/usr/bin/python2:' pybliographer.py || die - - eautoreconf - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure --disable-depchecks -} - -src_install() { - gnome2_src_install - python_fix_shebang "${D}" -} diff --git a/app-office/wps-office/Manifest b/app-office/wps-office/Manifest index 06e875aabf8a..e6e50c8b86ed 100644 --- a/app-office/wps-office/Manifest +++ b/app-office/wps-office/Manifest @@ -1,2 +1,2 @@ -DIST wps-office_10.1.0.6757_x86.tar.xz 134095644 BLAKE2B ad44db7aa752055b59a52870041aa4c16d146e3068a8d95c8939efcc979a514a3ae6fcde1bca5eb90833c47c051295722e547316337c5f56727252cae133b994 SHA512 ba5001f0fd2a605c3688084d34aa293a728ac46d52379cea6db8c5232c4331e60476d5845087002071f89ec9d8bdf7c020222b4aaff780736eaeff5a273f40ee -DIST wps-office_10.1.0.6757_x86_64.tar.xz 131336404 BLAKE2B dfaa30f643d9fb08db711cd4ddec76ad3c10bc5435f4c6a2b245b9232059a22f918364e585c9a9551612ee10eff1535a44b5f300a8863f39d4cabb2f7c76b467 SHA512 5f9f88cc9795a317267531cb1cd260d86e1613dc5eef34005eaa58dd8ac0715ce3ba1da60ee83c617cb16d759b0da9274963f8a4fb4a86c4890eca0565af9c62 +DIST wps-office_10.1.0.6758_x86.tar.xz 134090056 BLAKE2B b137774b23c947cf81e3c3b4bdde105285c415ae18c14ed6e11ab72d10287ec7129b63c17c73494c146da94d5df0c266f7bc4b7490f6740ff0cb89c99d89f2d2 SHA512 ed1a59e3abfdda71025eacfd6eb6f699459ce815894232ca6205990f4de5cb7a51c958a354edb01b6411ffba691aa03c839720f156ea467c018e005dcc795d75 +DIST wps-office_10.1.0.6758_x86_64.tar.xz 131332480 BLAKE2B 030474fe48d392f6b8d00da19b8be97e5e19414cac64567c563d6dfc79a89e40ef7cdf0551219bada63661a69aa23ba3bfa8a808d41d0fa6f4c61e61b0871678 SHA512 2e1510d79119a4950437023ec34199e3e6e5ddc43e655af0cc0993758f640887395771ca27a4eec1bb9e81788738221d135d652feda988b6a3194090229c9cfd diff --git a/app-office/wps-office/wps-office-10.1.0.6757.ebuild b/app-office/wps-office/wps-office-10.1.0.6758.ebuild similarity index 88% rename from app-office/wps-office/wps-office-10.1.0.6757.ebuild rename to app-office/wps-office/wps-office-10.1.0.6758.ebuild index 2480067ec603..4859d63427b3 100644 --- a/app-office/wps-office/wps-office-10.1.0.6757.ebuild +++ b/app-office/wps-office/wps-office-10.1.0.6758.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit eapi7-ver gnome2-utils xdg +EAPI=7 +inherit xdg MY_PV="$(ver_cut 4)" @@ -100,18 +100,3 @@ src_install() { fperms 0755 /opt/kingsoft/wps-office/office6/{wps,wpp,et} } - -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/app-text/Manifest.gz b/app-text/Manifest.gz index 9fa68dd0e4e0..5b193855f184 100644 Binary files a/app-text/Manifest.gz and b/app-text/Manifest.gz differ diff --git a/app-text/poppler/Manifest b/app-text/poppler/Manifest index 02fdfba0686a..100a810dc6f5 100644 --- a/app-text/poppler/Manifest +++ b/app-text/poppler/Manifest @@ -1 +1,2 @@ DIST poppler-0.74.0.tar.xz 1514044 BLAKE2B af3821d5a5c68a3f2541cd9468fd7318ad0182cda66cea068dc42208fef6c2af78a401e50a6a5906cdc943de7339620937ddc6f69f0d8d1b15082aabc6cc3482 SHA512 4e48e2ffb559863ee693930db3b8594fd7e60e4b4ca3cdeb198faf90a6f4dbb5e102461492a12058221bc1218fe7e17c9085afb9e7956ae4bf26c11674315e66 +DIST poppler-0.75.0.tar.xz 1523872 BLAKE2B 245f574e985570a1d0923e732da8694728506fc59382c9e4532159867e1b18ad9f03f6b995891796d72a6e401d2c86ac18403c9219bf533e36c8a07a1dc85d61 SHA512 6a1b76cc5095b7c5809eaa5072aeb4ea615744ff8ffce537f40a3f73a81fc12cc18d596876ceda1c78b5312ad20535f72366e69c861b620d108616f24a98e6b8 diff --git a/app-text/poppler/poppler-0.75.0.ebuild b/app-text/poppler/poppler-0.75.0.ebuild new file mode 100644 index 000000000000..4c97add33be3 --- /dev/null +++ b/app-text/poppler/poppler-0.75.0.ebuild @@ -0,0 +1,127 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils flag-o-matic toolchain-funcs xdg-utils + +if [[ ${PV} == *9999* ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://anongit.freedesktop.org/git/poppler/poppler.git" + SLOT="0/9999" +else + SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + SLOT="0/86" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION +fi + +DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base" +HOMEPAGE="https://poppler.freedesktop.org/" + +LICENSE="GPL-2" +IUSE="cairo cjk curl cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png qt5 tiff +utils" + +# No test data provided +RESTRICT="test" + +BDEPEND=" + dev-util/glib-utils + virtual/pkgconfig +" +DEPEND=" + media-libs/fontconfig + media-libs/freetype + sys-libs/zlib + cairo? ( + dev-libs/glib:2 + x11-libs/cairo + introspection? ( dev-libs/gobject-introspection:= ) + ) + curl? ( net-misc/curl ) + jpeg? ( virtual/jpeg:0 ) + jpeg2k? ( >=media-libs/openjpeg-2.3.0-r1:2= ) + lcms? ( media-libs/lcms:2 ) + nss? ( >=dev-libs/nss-3.19:0 ) + png? ( media-libs/libpng:0= ) + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtxml:5 + ) + tiff? ( media-libs/tiff:0 ) +" +RDEPEND="${DEPEND} + cjk? ( app-text/poppler-data ) +" + +DOCS=( AUTHORS NEWS README README-XPDF ) + +PATCHES=( + "${FILESDIR}/${PN}-0.60.1-qt5-dependencies.patch" + "${FILESDIR}/${PN}-0.28.1-fix-multilib-configuration.patch" + "${FILESDIR}/${PN}-0.71.0-respect-cflags.patch" + "${FILESDIR}/${PN}-0.61.0-respect-cflags.patch" + "${FILESDIR}/${PN}-0.57.0-disable-internal-jpx.patch" +) + +src_prepare() { + cmake-utils_src_prepare + + # Clang doesn't grok this flag, the configure nicely tests that, but + # cmake just uses it, so remove it if we use clang + if [[ ${CC} == clang ]] ; then + sed -e 's/-fno-check-new//' -i cmake/modules/PopplerMacros.cmake || die + fi + + if ! grep -Fq 'cmake_policy(SET CMP0002 OLD)' CMakeLists.txt ; then + sed -e '/^cmake_minimum_required/acmake_policy(SET CMP0002 OLD)' \ + -i CMakeLists.txt || die + else + einfo "policy(SET CMP0002 OLD) - workaround can be removed" + fi + + # we need to up the C++ version, bug #622526, #643278 + append-cxxflags -std=c++11 +} + +src_configure() { + xdg_environment_reset + local mycmakeargs=( + -DBUILD_GTK_TESTS=OFF + -DBUILD_QT5_TESTS=OFF + -DBUILD_CPP_TESTS=OFF + -DENABLE_SPLASH=ON + -DENABLE_ZLIB=ON + -DENABLE_ZLIB_UNCOMPRESS=OFF + -DENABLE_UNSTABLE_API_ABI_HEADERS=ON + -DSPLASH_CMYK=OFF + -DUSE_FIXEDPOINT=OFF + -DUSE_FLOAT=OFF + -DWITH_Cairo=$(usex cairo) + -DENABLE_LIBCURL=$(usex curl) + -DENABLE_CPP=$(usex cxx) + -DWITH_JPEG=$(usex jpeg) + -DENABLE_DCTDECODER=$(usex jpeg libjpeg none) + -DENABLE_LIBOPENJPEG=$(usex jpeg2k openjpeg2 none) + -DENABLE_CMS=$(usex lcms lcms2 none) + -DWITH_NSS3=$(usex nss) + -DWITH_PNG=$(usex png) + $(cmake-utils_use_find_package qt5 Qt5Core) + -DWITH_TIFF=$(usex tiff) + -DENABLE_UTILS=$(usex utils) + ) + use cairo && mycmakeargs+=( -DWITH_GObjectIntrospection=$(usex introspection) ) + + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + + # live version doesn't provide html documentation + if use cairo && use doc && [[ ${PV} != *9999* ]]; then + # For now install gtk-doc there + insinto /usr/share/gtk-doc/html/poppler + doins -r "${S}"/glib/reference/html/* + fi +} diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild index d6fdf5f55a34..4c97add33be3 100644 --- a/app-text/poppler/poppler-9999.ebuild +++ b/app-text/poppler/poppler-9999.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]] ; then else SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - SLOT="0/85" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION + SLOT="0/86" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION fi DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base" diff --git a/app-vim/Manifest.gz b/app-vim/Manifest.gz index 681d58d814de..7751b0a11c3f 100644 Binary files a/app-vim/Manifest.gz and b/app-vim/Manifest.gz differ diff --git a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild index 9779d9eb5d87..5b397734af3a 100644 --- a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild +++ b/app-vim/help-extra-syntax/help-extra-syntax-20050106-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=0 @@ -6,7 +6,7 @@ EAPI=0 inherit vim-plugin DESCRIPTION="vim plugin: extra syntax highlighting for help files" -HOMEPAGE="http://mysite.verizon.net/astronaut/vim/" +HOMEPAGE="http://www.drchip.org/astronaut/vim/" LICENSE="public-domain" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 sparc x86" IUSE="" diff --git a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r2.ebuild b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r2.ebuild new file mode 100644 index 000000000000..eb05cccf8fae --- /dev/null +++ b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit vim-plugin + +DESCRIPTION="vim plugin: extra syntax highlighting for help files" +HOMEPAGE="http://www.drchip.org/astronaut/vim/" +LICENSE="public-domain" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides additional syntax highlighting for help files." + +src_prepare() { + default + # use hi def link, bug #101797 / bug #101804 + sed -i -e 's,^hi link,hi def link,' \ + "after/syntax/help.vim.d/extra-help-syntax.vim" || die +} diff --git a/app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild b/app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild new file mode 100644 index 000000000000..6d283c4529aa --- /dev/null +++ b/app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit vim-plugin + +DESCRIPTION="vim plugin: PGN (chess Portable Game Notation) syntax highlighting" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=677" + +LICENSE="vim.org" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for PGN files." diff --git a/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild b/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild index f12033db3066..82a0d2e267c9 100644 --- a/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild +++ b/app-vim/pgn-syntax/pgn-syntax-1.0.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=0 @@ -6,7 +6,7 @@ EAPI=0 inherit vim-plugin DESCRIPTION="vim plugin: PGN (chess Portable Game Notation) syntax highlighting" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=677" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=677" LICENSE="vim.org" KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" diff --git a/app-vim/selinux-syntax/selinux-syntax-20041225-r1.ebuild b/app-vim/selinux-syntax/selinux-syntax-20041225-r1.ebuild new file mode 100644 index 000000000000..a59754fecb41 --- /dev/null +++ b/app-vim/selinux-syntax/selinux-syntax-20041225-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit vim-plugin + +DESCRIPTION="vim plugin: SELinux type enforcement policy syntax" +HOMEPAGE="http://www.cip.ifi.lmu.de/~bleher/selinux/" +LICENSE="vim" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for SELinux type enforcement +policy (*.te) files." diff --git a/dev-db/Manifest.gz b/dev-db/Manifest.gz index ba737ad1927f..799f3db4c0b1 100644 Binary files a/dev-db/Manifest.gz and b/dev-db/Manifest.gz differ diff --git a/dev-db/mariadb/mariadb-10.0.38.ebuild b/dev-db/mariadb/mariadb-10.0.38.ebuild index 141158d014bd..3032017eb1e5 100644 --- a/dev-db/mariadb/mariadb-10.0.38.ebuild +++ b/dev-db/mariadb/mariadb-10.0.38.ebuild @@ -40,7 +40,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static ) ?? ( tcmalloc jemalloc ) static? ( yassl !pam )" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" # Shorten the path because the socket path length must be shorter than 107 chars # and we will run a mysql server during test phase diff --git a/dev-db/mariadb/mariadb-10.1.38-r1.ebuild b/dev-db/mariadb/mariadb-10.1.38-r1.ebuild index 3ad1109b657a..a553eb0d1fba 100644 --- a/dev-db/mariadb/mariadb-10.1.38-r1.ebuild +++ b/dev-db/mariadb/mariadb-10.1.38-r1.ebuild @@ -40,7 +40,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static ) ?? ( tcmalloc jemalloc ) static? ( yassl !pam )" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" # Shorten the path because the socket path length must be shorter than 107 chars # and we will run a mysql server during test phase diff --git a/dev-db/postgresql/postgresql-10.7.ebuild b/dev-db/postgresql/postgresql-10.7.ebuild index c68fd78b0b6d..22378b69b143 100644 --- a/dev-db/postgresql/postgresql-10.7.ebuild +++ b/dev-db/postgresql/postgresql-10.7.ebuild @@ -11,7 +11,7 @@ PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr zh_CN inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \ systemd user versionator -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" SLOT=$(get_major_version) diff --git a/dev-db/postgresql/postgresql-11.2.ebuild b/dev-db/postgresql/postgresql-11.2.ebuild index d3f0ef2c8973..3ffe3954e7a4 100644 --- a/dev-db/postgresql/postgresql-11.2.ebuild +++ b/dev-db/postgresql/postgresql-11.2.ebuild @@ -11,7 +11,7 @@ PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr zh_CN inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \ systemd user versionator -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT=$(get_major_version) diff --git a/dev-db/postgresql/postgresql-9.4.21.ebuild b/dev-db/postgresql/postgresql-9.4.21.ebuild index f71a25b92095..aef3b15d6e0f 100644 --- a/dev-db/postgresql/postgresql-9.4.21.ebuild +++ b/dev-db/postgresql/postgresql-9.4.21.ebuild @@ -11,7 +11,7 @@ PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr zh_CN inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \ systemd user versionator -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" SLOT="$(get_version_component_range 1-2)" diff --git a/dev-db/postgresql/postgresql-9.5.16.ebuild b/dev-db/postgresql/postgresql-9.5.16.ebuild index 4ad298ab8152..38837437f0be 100644 --- a/dev-db/postgresql/postgresql-9.5.16.ebuild +++ b/dev-db/postgresql/postgresql-9.5.16.ebuild @@ -11,7 +11,7 @@ PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr zh_CN inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \ systemd user versionator -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" SLOT="$(get_version_component_range 1-2)" diff --git a/dev-db/postgresql/postgresql-9.6.12.ebuild b/dev-db/postgresql/postgresql-9.6.12.ebuild index 9049723237ee..a20eb996af4d 100644 --- a/dev-db/postgresql/postgresql-9.6.12.ebuild +++ b/dev-db/postgresql/postgresql-9.6.12.ebuild @@ -11,7 +11,7 @@ PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr zh_CN inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \ systemd user versionator -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="$(get_version_component_range 1-2)" diff --git a/dev-java/Manifest.gz b/dev-java/Manifest.gz index d7c483a01ee3..b1b56e29ba1c 100644 Binary files a/dev-java/Manifest.gz and b/dev-java/Manifest.gz differ diff --git a/dev-java/eclipsito/Manifest b/dev-java/eclipsito/Manifest index b0d1b1e2f8c6..e083d5b40a15 100644 --- a/dev-java/eclipsito/Manifest +++ b/dev-java/eclipsito/Manifest @@ -1 +1,2 @@ DIST eclipsito-0_pre20130713.tar.xz 162972 BLAKE2B 193a3b2c4bee39bfb87c49eb8b077804d26ef1f84a1dc2c3546d235ab6fa8f86340c943b1a5ce1044dcd5681751d856a044d75866717a0c976e82c86ae8a1ab1 SHA512 b238692950bc93059fb16df8e6301669583185976ae4f12519d1917a13fea2b53c5b3462f2da61d63025019eee10037a3a96b2ac742545d61b80f2ab7964d41b +DIST eclipsito-20180510.tar.gz 66661 BLAKE2B 0cd1879314eaf4acfcb26cd37f27c50208263cc584d15cb19cfee4d75b29e925d7840be6f39fdf2b6aa05d26f1497284d2d772f9a42ea81398aeec9b1ebad029 SHA512 420cc4ed44fc80065452b39350625f5621175e0bd2aae1ba38a409134bd92af23b492c01f826234431fec68e09eecdf47d61a06f02338e5998c2c5cad44fd142 diff --git a/dev-java/eclipsito/eclipsito-20180510.ebuild b/dev-java/eclipsito/eclipsito-20180510.ebuild new file mode 100644 index 000000000000..2c5cf97ca604 --- /dev/null +++ b/dev-java/eclipsito/eclipsito-20180510.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +JAVA_PKG_IUSE="doc source" + +COMMIT="0eb2fbb739898f55265027c2796f77fbee9f4ab2" + +inherit java-pkg-2 java-pkg-simple vcs-snapshot + +DESCRIPTION="A small subset of Eclipse core libraries for modular applications" +HOMEPAGE="https://github.com/bardsoftware/eclipsito" +SRC_URI="https://github.com/bardsoftware/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="EPL-1.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=virtual/jre-1.8" +DEPEND=">=virtual/jdk-1.8" + +S="${WORKDIR}/${P}/org.bardsoftware.${PN}" + +src_prepare() { + default + rm -r src/org/bardsoftware/test || die +} diff --git a/dev-libs/Manifest.gz b/dev-libs/Manifest.gz index 827c57a1d3f0..1521119dc95a 100644 Binary files a/dev-libs/Manifest.gz and b/dev-libs/Manifest.gz differ diff --git a/dev-libs/libclc/Manifest b/dev-libs/libclc/Manifest index 513cd2e3b588..ba30fe4a6a6d 100644 --- a/dev-libs/libclc/Manifest +++ b/dev-libs/libclc/Manifest @@ -1 +1,2 @@ DIST libclc-0.2.0_pre20180915.tar.gz 170385 BLAKE2B 43a90347936be5ad383fe4e4b06523aac455596d6cb1fc58038811ea19b4f6ab2091ffc345e68ff2ad7f7f1615713085000711b31b9d1ad3911a85bc0db93d5b SHA512 5b8e68f7683d72390d8f9c263e15a54b4b4613b73eff2bf3881d7a35d6480468693a62dcaed159fd8421ae80768d6aaebcd6c33163b082c0a2cf15581d37dcab +DIST libclc-0.2.0_pre20190313.tar.gz 176803 BLAKE2B c9ecd5053685c2de89d92ae4e9cc9e9f8bee24ca05e5ddca6fffd0b45356b7d4a96b54d9bebf316624e0a49594a33ebb156ae6c4b963093bdc6c1067548b2bd0 SHA512 22813bcd76e77c018acbdf2a3d3d300c2996e169c17729726ae8a93c39f85033cfa1f6d43907a7c026451bcdfcce6fbdc64a202961492aa951ef1b818c3f9335 diff --git a/dev-libs/libclc/libclc-0.2.0_pre20190313.ebuild b/dev-libs/libclc/libclc-0.2.0_pre20190313.ebuild new file mode 100644 index 000000000000..04840dd6a547 --- /dev/null +++ b/dev-libs/libclc/libclc-0.2.0_pre20190313.ebuild @@ -0,0 +1,83 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) + +EGIT_REPO_URI="https://llvm.org/git/${PN}.git + https://github.com/llvm-mirror/${PN}.git" +EGIT_COMMIT="45017385361603d6328997a2272d140e50786686" + +if [[ ${PV} = 9999* ]]; then + GIT_ECLASS="git-r3" + EXPERIMENTAL="true" +else + GIT_ECLASS="" + S="${WORKDIR}/libclc-${EGIT_COMMIT}" +fi + +inherit llvm prefix python-any-r1 toolchain-funcs ${GIT_ECLASS} + +DESCRIPTION="OpenCL C library" +HOMEPAGE="http://libclc.llvm.org/" + +if [[ ${PV} = 9999* ]]; then + SRC_URI="${SRC_PATCHES}" +else + SRC_URI="https://github.com/llvm-mirror/libclc/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz + ${SRC_PATCHES}" +fi + +LICENSE="|| ( MIT BSD )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE_VIDEO_CARDS="video_cards_nvidia video_cards_r600 video_cards_radeonsi" +IUSE="${IUSE_VIDEO_CARDS}" +REQUIRED_USE="|| ( ${IUSE_VIDEO_CARDS} )" + +DEPEND=" + || ( + sys-devel/clang:9 + sys-devel/clang:8 + sys-devel/clang:7 + sys-devel/clang:6 + sys-devel/clang:5 + sys-devel/clang:4 + >=sys-devel/clang-3.9:0 + ) + ${PYTHON_DEPS}" + +llvm_check_deps() { + has_version "sys-devel/clang:${LLVM_SLOT}" +} + +src_prepare() { + default + if use prefix; then + hprefixify configure.py + fi +} + +pkg_setup() { + # we do not need llvm_pkg_setup + python-any-r1_pkg_setup +} + +src_configure() { + local libclc_targets=() + + use video_cards_nvidia && libclc_targets+=("nvptx--" "nvptx64--" "nvptx--nvidiacl" "nvptx64--nvidiacl") + use video_cards_r600 && libclc_targets+=("r600--") + use video_cards_radeonsi && libclc_targets+=("amdgcn--" "amdgcn-mesa-mesa3d" "amdgcn--amdhsa") + + [[ ${#libclc_targets[@]} ]] || die "libclc target missing!" + + ./configure.py \ + --with-cxx-compiler="$(tc-getCXX)" \ + --with-llvm-config="$(get_llvm_prefix "${LLVM_MAX_SLOT}")/bin/llvm-config" \ + --prefix="${EPREFIX}/usr" "${libclc_targets[@]}" || die +} + +src_compile() { + emake VERBOSE=1 +} diff --git a/dev-libs/libp11/libp11-0.4.9.ebuild b/dev-libs/libp11/libp11-0.4.9.ebuild index 75e1ca5a431e..06bc9220dc85 100644 --- a/dev-libs/libp11/libp11-0.4.9.ebuild +++ b/dev-libs/libp11/libp11-0.4.9.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc ~x86" IUSE="libressl bindist doc static-libs" RDEPEND=" diff --git a/dev-libs/nettle/nettle-3.4.1.ebuild b/dev-libs/nettle/nettle-3.4.1.ebuild index 13ea2b1ff28e..60a53df2a5b6 100644 --- a/dev-libs/nettle/nettle-3.4.1.ebuild +++ b/dev-libs/nettle/nettle-3.4.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="|| ( LGPL-3 LGPL-2.1 )" SLOT="0/6.2" # subslot = libnettle soname version, .2 as broke ABI bug#601512 then fixed -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc +gmp neon static-libs test cpu_flags_x86_aes" DEPEND="gmp? ( >=dev-libs/gmp-6.0:0=[${MULTILIB_USEDEP}] )" diff --git a/dev-libs/poco/Manifest b/dev-libs/poco/Manifest index 11f74b01b3c6..e2d003c8c1d1 100644 --- a/dev-libs/poco/Manifest +++ b/dev-libs/poco/Manifest @@ -1,4 +1,3 @@ DIST poco-1.4.6-all-doc.zip 2072762 BLAKE2B 51b8426d050e7ae373fbb0f3959657e37f1c3aeda75f5bf5cd3dc99e08414a9e65f61ea71dee6d8c40148f41157e2eac0888e64c5020707352c74b262ffae741 SHA512 458e1a3c6a6017b5ae5efcbd0d7b2bbf50aedd6ddc7ae7befddac07ed133b7243208aadd6ecdb17b3fa273e04eb0da4d73b1d3e5591aee98b754e430b2248e52 DIST poco-1.4.6p4-all.tar.bz2 3158594 BLAKE2B 76accf617ddd087131a5960c131680451959704fee4b17b65bf85367a172d2fe023c9c7efde59fe5bd4142c7ca153734fb4ccbbf06bd5d0365a59d6e75a328a5 SHA512 ae4e1190a0ba719f807d0abaf1c47ff445a8f5867157f209260672546f3755ff021c7073bc8d5e656be383d5667dc15ad7eae8208728053fb61439c4c80a7fca -DIST poco-1.7.6.tar.gz 8044937 BLAKE2B ad9bf61eb00ce4e1ef5079e07be04ceff79bf823cba49ffb0e144a1e579d9de4f6f8d3df6b629c522de5c2b7b4c7df0933777686b72190d717e407bc28ae2a49 SHA512 a02b7ff66acf080942517b3b8644d6e5c7136c5edc6e58fd13083a74b97b5619253fc9db7863284a565226f95410ad4da1fa9738d14885f560aeb03c1f7c18aa DIST poco-1.9.0.tar.gz 10012966 BLAKE2B 98848e87008c71dc5131dbd1c2b17afc414074a3e26237918baf231b4e56ce3d69347cf7a3017715895f4ee56a428672fcb804fb3c732da0000ccc9790b0081d SHA512 de2346d62b2e89ba04abe62a83f6ede7a496e80bcbe53a880a1aa8e87a8ebd9a430dd70fdc6aada836bb1021c6df21375fd0cbcf62dbb6e29a2f65d6d90cf2b9 diff --git a/dev-libs/poco/poco-1.7.6.ebuild b/dev-libs/poco/poco-1.7.6.ebuild deleted file mode 100644 index e4cc18980d1b..000000000000 --- a/dev-libs/poco/poco-1.7.6.ebuild +++ /dev/null @@ -1,115 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="C++ libraries for building network-based applications" -HOMEPAGE="https://pocoproject.org/" -SRC_URI="https://github.com/pocoproject/${PN}/archive/${P}-release.tar.gz -> ${P}.tar.gz" -LICENSE="Boost-1.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="7z apache cppparser +crypto +data examples +file2pagecompiler +json +pagecompiler iodbc libressl +mongodb mysql +net odbc pdf pocodoc sqlite +ssl test +util +xml +zip" -REQUIRED_USE="7z? ( xml ) - apache? ( net util ) - file2pagecompiler? ( pagecompiler ) - iodbc? ( odbc ) - mongodb? ( data ) - mysql? ( data ) - odbc? ( data ) - pagecompiler? ( json net util xml ) - pocodoc? ( cppparser util xml ) - sqlite? ( data ) - test? ( data? ( sqlite ) json util xml )" - -RDEPEND=">=dev-libs/libpcre-8.13 - xml? ( dev-libs/expat ) - apache? ( dev-libs/apr - dev-libs/apr-util - www-servers/apache ) - mysql? ( virtual/mysql ) - odbc? ( iodbc? ( dev-db/libiodbc ) - !iodbc? ( dev-db/unixODBC ) ) - ssl? ( - !libressl? ( =dev-libs/libpcre-8.42 xml? ( dev-libs/expat ) - apache? ( dev-libs/apr - dev-libs/apr-util - www-servers/apache ) - mysql? ( dev-db/mysql-connector-c:0= ) + mysql? ( !mariadb? ( dev-db/mysql-connector-c:0= ) + mariadb? ( dev-db/mariadb-connector-c:0= ) ) odbc? ( iodbc? ( dev-db/libiodbc ) !iodbc? ( dev-db/unixODBC ) ) ssl? ( - !libressl? ( +Date: Fri, 22 Mar 2019 19:47:49 +0200 +Subject: [PATCH 2/2] build: Add optionality for gedit plugin installation + +--- + meson.build | 4 +++- + meson_options.txt | 1 + + 2 files changed, 4 insertions(+), 1 deletion(-) + +diff --git a/meson.build b/meson.build +index a0def09c..2d1d3e0a 100644 +--- a/meson.build ++++ b/meson.build +@@ -155,7 +155,9 @@ add_global_arguments(supported_warning_cflags, language : 'c') + ##### end CFLAGS + + subdir('data') +-subdir('plugins/gedit-plugin') ++if get_option('gedit_plugin') ++ subdir('plugins/gedit-plugin') ++endif + subdir('po') + subdir('help') + subdir('devhelp') +diff --git a/meson_options.txt b/meson_options.txt +index 2eaa7ff9..8fdb5a89 100644 +--- a/meson_options.txt ++++ b/meson_options.txt +@@ -1,3 +1,4 @@ + option('flatpak_build', type : 'boolean', value : false, description : 'Flatpak build mode') ++option('gedit_plugin', type : 'boolean', value : true, description : 'Install the gedit plugin') + option('gtk_doc', type : 'boolean', value : false, description : 'Build the API reference') + option('introspection', type : 'boolean', value : true, description : 'Build GObject Introspection data') +-- +2.17.0 + diff --git a/dev-util/devhelp/files/3.30.1-optional-introspection.patch b/dev-util/devhelp/files/3.30.1-optional-introspection.patch new file mode 100644 index 000000000000..b5afa8a2b874 --- /dev/null +++ b/dev-util/devhelp/files/3.30.1-optional-introspection.patch @@ -0,0 +1,38 @@ +From 3434481e901a0ffbcba9817e4c0641ca8c19275a Mon Sep 17 00:00:00 2001 +From: Mart Raudsepp +Date: Fri, 22 Mar 2019 19:44:40 +0200 +Subject: [PATCH 1/2] build: Add optionality for introspection build + +--- + devhelp/meson.build | 2 ++ + meson_options.txt | 1 + + 2 files changed, 3 insertions(+) + +diff --git a/devhelp/meson.build b/devhelp/meson.build +index ea217895..f88fcb07 100644 +--- a/devhelp/meson.build ++++ b/devhelp/meson.build +@@ -123,6 +123,7 @@ PKG_CONFIG.generate( + requires : LIBDEVHELP_DEPS_STR + ) + ++if get_option('introspection') + GNOME.generate_gir( + libdevhelp, + export_packages : 'libdevhelp-@0@'.format(LIBDEVHELP_API_VERSION_FULL), +@@ -139,3 +140,4 @@ GNOME.generate_gir( + include_directories : ROOT_INCLUDE_DIR, + install : true + ) ++endif +diff --git a/meson_options.txt b/meson_options.txt +index a10fc603..2eaa7ff9 100644 +--- a/meson_options.txt ++++ b/meson_options.txt +@@ -1,2 +1,3 @@ + option('flatpak_build', type : 'boolean', value : false, description : 'Flatpak build mode') + option('gtk_doc', type : 'boolean', value : false, description : 'Build the API reference') ++option('introspection', type : 'boolean', value : true, description : 'Build GObject Introspection data') +-- +2.17.0 + diff --git a/dev-util/sysprof/files/3.30.2-elogind.patch b/dev-util/sysprof/files/3.30.2-elogind.patch new file mode 100644 index 000000000000..2a57fff3a9c6 --- /dev/null +++ b/dev-util/sysprof/files/3.30.2-elogind.patch @@ -0,0 +1,35 @@ +From b30057251d3f2b5860b36505fed440a6bebe0359 Mon Sep 17 00:00:00 2001 +From: Shiba +Date: Wed, 19 Dec 2018 00:37:57 +0100 +Subject: [PATCH] elogind support + +--- + daemon/meson.build | 11 ++++++++++- + 2 files changed, 11 insertions(+), 2 deletions(-) + +diff --git a/daemon/meson.build b/daemon/meson.build +index d0cf87c..c7f85d7 100644 +--- a/daemon/meson.build ++++ b/daemon/meson.build +@@ -11,8 +11,17 @@ sysprofd_sources = [ + # NOTE: This is used in data/meson.build + pkglibexecdir = join_paths(get_option('prefix'), get_option('libexecdir'), 'sysprof') + ++# Check for sd-bus support either by systemd or elogind ++sdbus_dep = dependency('libsystemd', version: '>=222', required: false) ++if not sdbus_dep.found() ++ sdbus_dep = dependency('libelogind', version: '>=239.3', required: false) ++ if not sdbus_dep.found() ++ error('sysprofd requires sd-bus but neither systemd nor elogind were found') ++ endif ++endif ++ + sysprofd_deps = [ +- dependency('libsystemd', version: '>=222'), ++ sdbus_dep, + dependency('glib-2.0'), + ] + +-- +2.18.1 + diff --git a/dev-util/sysprof/metadata.xml b/dev-util/sysprof/metadata.xml index 5ea946de4371..70135f654431 100644 --- a/dev-util/sysprof/metadata.xml +++ b/dev-util/sysprof/metadata.xml @@ -12,7 +12,9 @@ In fact they don't even have to be restarted. + Build the sysprofd daemon service, required to run the UI without root permissions. + Relies on sys-auth/elogind for sd-bus API. Build the sysprofd daemon service, required to run the UI without root permissions. - Relies on sys-apps/systemd running as the init system. + Relies on sys-apps/systemd for sd-bus API. diff --git a/dev-util/sysprof/sysprof-3.30.2-r1.ebuild b/dev-util/sysprof/sysprof-3.30.2-r1.ebuild new file mode 100644 index 000000000000..11bffd1beddd --- /dev/null +++ b/dev-util/sysprof/sysprof-3.30.2-r1.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome.org gnome2-utils meson systemd xdg + +DESCRIPTION="System-wide Linux Profiler" +HOMEPAGE="http://sysprof.com/" + +LICENSE="GPL-3+ GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="elogind gtk systemd" +REQUIRED_USE="?? ( elogind systemd )" + +RDEPEND=" + >=dev-libs/glib-2.44:2 + sys-auth/polkit + gtk? ( >=x11-libs/gtk+-3.22.0:3 ) + elogind? ( >=sys-auth/elogind-239.3 ) + systemd? ( >=sys-apps/systemd-222:0= ) +" +# libxml2 required for glib-compile-resources; appstream-glib for appdata.xml developer_name tag translation +DEPEND="${RDEPEND} + dev-libs/appstream-glib + dev-libs/libxml2:2 + dev-util/itstool + >=sys-devel/gettext-0.19.8 + >=sys-kernel/linux-headers-2.6.32 + virtual/pkgconfig +" + +PATCHES=( "${FILESDIR}"/${PV}-elogind.patch ) + +src_configure() { + # -Dwith_sysprofd=host currently unavailable from ebuild + local emesonargs=( + $(meson_use gtk enable_gtk) + -Dwith_sysprofd=$(usex systemd bundled $(usex elogind bundled none)) + -Dsystemdunitdir=$(systemd_get_systemunitdir) + # -Ddebugdir + ) + meson_src_configure +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update + + elog "On many systems, especially amd64, it is typical that with a modern" + elog "toolchain -fomit-frame-pointer for gcc is the default, because" + elog "debugging is still possible thanks to gcc4/gdb location list feature." + elog "However sysprof is not able to construct call trees if frame pointers" + elog "are not present. Therefore -fno-omit-frame-pointer CFLAGS is suggested" + elog "for the libraries and applications involved in the profiling. That" + elog "means a CPU register is used for the frame pointer instead of other" + elog "purposes, which means a very minimal performance loss when there is" + elog "register pressure." + if ! use systemd && ! use elogind; then + elog "" + elog "Without systemd or elogind, sysprof may not function when launched as a" + elog "regular user, thus suboptimal running from root account may be necessary." + if use gtk; then + elog "Under wayland, that limits the recording usage to sysprof-cli utility." + fi + fi +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +} diff --git a/gnome-base/Manifest.gz b/gnome-base/Manifest.gz index 49533d858467..b3ef1a74ca90 100644 Binary files a/gnome-base/Manifest.gz and b/gnome-base/Manifest.gz differ diff --git a/gnome-base/gnome-control-center/gnome-control-center-3.30.3-r1.ebuild b/gnome-base/gnome-control-center/gnome-control-center-3.30.3-r1.ebuild new file mode 100644 index 000000000000..52614b63f917 --- /dev/null +++ b/gnome-base/gnome-control-center/gnome-control-center-3.30.3-r1.ebuild @@ -0,0 +1,160 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome.org gnome2-utils meson xdg + +DESCRIPTION="GNOME's main interface to configure various aspects of the desktop" +HOMEPAGE="https://git.gnome.org/browse/gnome-control-center/" +SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz" + +LICENSE="GPL-2+" +SLOT="2" +IUSE="+bluetooth +cups debug elogind flickr +gnome-online-accounts +ibus input_devices_wacom kerberos networkmanager systemd v4l wayland" +REQUIRED_USE=" + flickr? ( gnome-online-accounts ) + ^^ ( elogind systemd ) +" # Theoretically "?? ( elogind systemd )" is fine too, lacking some functionality at runtime, but needs testing if handled gracefully enough +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" + +# kerberos unfortunately means mit-krb5; build fails with heimdal +# display panel requires colord and gnome-settings-daemon[colord] +# wacom panel requires gsd-enums.h from gsd at build time, probably also runtime support +# printer panel requires cups and smbclient (the latter is not patched yet to be separately optional) +# >=polkit-0.114 for .policy files gettext ITS +clutter_gtk_dep="media-libs/clutter-gtk:1.0" +# First block is toplevel meson.build deps in order of occurrence (plus deeper deps if in same conditional). Second block is dependency() from subdir meson.builds, sorted by directory name occurrence order +COMMON_DEPEND=" + gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.25.3:= ) + >=media-sound/pulseaudio-2.0[glib] + >=sys-apps/accountsservice-0.6.39 + >=x11-misc/colord-0.1.34:0= + >=x11-libs/gdk-pixbuf-2.23.0:2 + >=dev-libs/glib-2.53.0:2 + >=gnome-base/gnome-desktop-3.27.90:3= + >=gnome-base/gnome-settings-daemon-3.25.90[colord,input_devices_wacom?] + >=gnome-base/gsettings-desktop-schemas-3.27.2 + dev-libs/libxml2:2 + >=sys-auth/polkit-0.114 + >=sys-power/upower-0.99:= + x11-libs/libX11 + >=x11-libs/libXi-1.2 + flickr? ( >=media-libs/grilo-0.3.0:0.3= ) + >=x11-libs/gtk+-3.22.0:3[X,wayland=] + cups? ( + >=net-print/cups-1.7[dbus] + >=net-fs/samba-4.0.0[client] + ) + v4l? ( + ${clutter_gtk_dep} + >=media-video/cheese-3.28.0 ) + ibus? ( >=app-i18n/ibus-1.5.2 ) + wayland? ( virtual/libgudev ) + networkmanager? ( + >=gnome-extra/nm-applet-1.8.0 + >=net-misc/networkmanager-1.10.0:=[modemmanager] + >=net-misc/modemmanager-0.7.990 ) + bluetooth? ( >=net-wireless/gnome-bluetooth-3.18.2:= ) + input_devices_wacom? ( + ${clutter_gtk_dep} + >=dev-libs/libwacom-0.27 + >=media-libs/clutter-1.11.3:1.0 ) + kerberos? ( app-crypt/mit-krb5 ) + + x11-libs/cairo[glib] + >=x11-libs/colord-gtk-0.1.24 + net-libs/libsoup:2.4 + media-libs/fontconfig + gnome-base/libgtop:2= + app-crypt/libsecret + >=media-libs/libcanberra-0.13[gtk3] + >=dev-libs/libpwquality-1.2.2 +" +# systemd/elogind USE flagged because package manager will potentially try to satisfy a +# "|| ( systemd ( elogind openrc-settingsd)" via systemd if openrc-settingsd isn't already installed. +# libgnomekbd needed only for gkbd-keyboard-display tool +# gnome-color-manager needed for gcm-calibrate and gcm-viewer calls from color panel +# + + + + gnome@gentoo.org + Gentoo GNOME Desktop + + diff --git a/kde-apps/Manifest.gz b/kde-apps/Manifest.gz index 36f4ce0a1800..627f5d59a395 100644 Binary files a/kde-apps/Manifest.gz and b/kde-apps/Manifest.gz differ diff --git a/kde-apps/kpat/kpat-18.04.3-r1.ebuild b/kde-apps/kpat/kpat-18.04.3-r1.ebuild index cebb746d81cc..81b994876b3b 100644 --- a/kde-apps/kpat/kpat-18.04.3-r1.ebuild +++ b/kde-apps/kpat/kpat-18.04.3-r1.ebuild @@ -3,6 +3,8 @@ EAPI=7 +FRAMEWORKS_MINIMAL="5.54.0" +QT_MINIMAL="5.11.1" KDE_HANDBOOK="forceoptional" KDE_SELINUX_MODULE="games" inherit kde5 diff --git a/mail-filter/Manifest.gz b/mail-filter/Manifest.gz index 102a8ab14ea2..15a7961470ac 100644 Binary files a/mail-filter/Manifest.gz and b/mail-filter/Manifest.gz differ diff --git a/mail-filter/libmilter/libmilter-1.0.2.ebuild b/mail-filter/libmilter/libmilter-1.0.2.ebuild index 74494baf73c9..b0af242efcb3 100644 --- a/mail-filter/libmilter/libmilter-1.0.2.ebuild +++ b/mail-filter/libmilter/libmilter-1.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="2" @@ -17,7 +17,7 @@ SRC_URI="ftp://ftp.sendmail.org/pub/sendmail/sendmail.${SENDMAIL_VER}.tar.gz" LICENSE="Sendmail" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="ipv6 poll" DEPEND="!mail-mta/sendmail diff --git a/media-gfx/Manifest.gz b/media-gfx/Manifest.gz index e70d7012b9c2..b338a8b4dec0 100644 Binary files a/media-gfx/Manifest.gz and b/media-gfx/Manifest.gz differ diff --git a/media-gfx/fontforge/Manifest b/media-gfx/fontforge/Manifest index 27102719d570..6a5907bce02a 100644 --- a/media-gfx/fontforge/Manifest +++ b/media-gfx/fontforge/Manifest @@ -1 +1,2 @@ +DIST fontforge-20190317.tar.gz 22762120 BLAKE2B 5cb85d2fb9a2a08fe64548f2667c026e916dd0239d17d8f8d7d2fe8ecb51f2106cf3dc6e6298014c0deadffbfe91925327b483ed4750a171fb621aea8bdee60b SHA512 55f9b0f7cafb1aa5a1461dbf39b52ca6b69a2baa6b761c8c28f86a0bb99e090d9ecc981294f51dadd9297b5ebd3036f01cb4f17b9a97a737eb567b4ae6522f20 DIST fontforge-dist-20170731.tar.xz 13985256 BLAKE2B 7bc49a3b7747de419e4fafb445062873cf9bf56aa73fd7499509b787a1c0fd6c47b0b5d7bfeb2a69d9237f9f66f989af968b0d00e9d5e57030906394f042f29c SHA512 26f7a40714460716a24dd0229fdb027f3766bcc48db64b8993436ddcb6277898f9f3b67ad4fc0be515b2b38e01370d1c7d9ee3c6ece1be862b7d8c9882411f11 diff --git a/media-gfx/fontforge/fontforge-20170731-r3.ebuild b/media-gfx/fontforge/fontforge-20190317.ebuild similarity index 72% rename from media-gfx/fontforge/fontforge-20170731-r3.ebuild rename to media-gfx/fontforge/fontforge-20190317.ebuild index 4fd342e71902..49800216898e 100644 --- a/media-gfx/fontforge/fontforge-20170731-r3.ebuild +++ b/media-gfx/fontforge/fontforge-20190317.ebuild @@ -1,19 +1,19 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 2004-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) -inherit gnome2-utils python-single-r1 xdg-utils +inherit python-single-r1 xdg DESCRIPTION="postscript font editor and converter" HOMEPAGE="http://fontforge.github.io/" -SRC_URI="https://github.com/fontforge/fontforge/releases/download/${PV}/fontforge-dist-${PV}.tar.xz" +SRC_URI="https://github.com/fontforge/fontforge/releases/download/${PV}/fontforge-${PV}.tar.gz" LICENSE="BSD GPL-3+" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="cairo truetype-debugger gif gtk jpeg png +python readline test tiff svg unicode X" RESTRICT="!test? ( test )" @@ -25,6 +25,7 @@ REQUIRED_USE=" " RDEPEND=" + dev-libs/glib dev-libs/libltdl:0 dev-libs/libxml2:2= >=media-libs/freetype-2.3.7:2= @@ -37,7 +38,7 @@ RDEPEND=" png? ( media-libs/libpng:0= ) tiff? ( media-libs/tiff:0= ) truetype-debugger? ( >=media-libs/freetype-2.3.8:2[fontforge,-bindist(-)] ) - gtk? ( x11-libs/gtk+:2= ) + gtk? ( >=x11-libs/gtk+-3.10:3 ) python? ( ${PYTHON_DEPS} ) readline? ( sys-libs/readline:0= ) unicode? ( media-libs/libuninameslist:0= ) @@ -49,9 +50,11 @@ RDEPEND=" !media-gfx/pfaedit " DEPEND="${RDEPEND} + X? ( x11-base/xorg-proto ) +" +BDEPEND=" sys-devel/gettext virtual/pkgconfig - X? ( x11-base/xorg-proto ) " # Needs keywording on many arches. @@ -60,11 +63,7 @@ DEPEND="${RDEPEND} # >=net-libs/zeromq-4.0.4:0= # ) -S="${WORKDIR}/fontforge-2.0.${PV}" - PATCHES=( - "${FILESDIR}"/20170731-startnoui-FindOrMakeEncoding.patch - "${FILESDIR}"/20170731-tilepath.patch "${FILESDIR}"/20170731-gethex-unaligned.patch ) @@ -76,7 +75,7 @@ src_configure() { local myeconfargs=( --disable-static $(use_enable truetype-debugger freetype-debugger "${EPREFIX}/usr/include/freetype2/internal4fontforge") - $(use_enable gtk gtk2-use) + $(use_enable gtk gdk gdk3) $(use_enable python python-extension) $(use_enable python python-scripting) --enable-tile-path @@ -104,17 +103,5 @@ src_compile() { src_install() { default - find "${D}" -name '*.la' -delete || die -} - -pkg_postrm() { - gnome2_icon_cache_update - xdg_desktop_database_update - xdg_mimeinfo_database_update -} - -pkg_postinst() { - gnome2_icon_cache_update - xdg_desktop_database_update - xdg_mimeinfo_database_update + find "${ED}" -name '*.la' -type f -delete || die } diff --git a/media-gfx/simple-scan/simple-scan-3.24.1.ebuild b/media-gfx/simple-scan/simple-scan-3.24.1.ebuild index 9cb904fdf738..b5767b15057f 100644 --- a/media-gfx/simple-scan/simple-scan-3.24.1.ebuild +++ b/media-gfx/simple-scan/simple-scan-3.24.1.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 +VALA_MAX_API_VERSION="0.40" inherit gnome2 vala versionator DESCRIPTION="Simple document scanning utility" diff --git a/media-gfx/simple-scan/simple-scan-3.30.2.ebuild b/media-gfx/simple-scan/simple-scan-3.30.2.ebuild index 0c95a91a0257..c3f42c9f23b3 100644 --- a/media-gfx/simple-scan/simple-scan-3.30.2.ebuild +++ b/media-gfx/simple-scan/simple-scan-3.30.2.ebuild @@ -2,12 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 +VALA_MIN_API_VERSION="0.34" inherit gnome.org gnome2-utils meson vala xdg DESCRIPTION="Simple document scanning utility" -HOMEPAGE="https://launchpad.net/simple-scan" +HOMEPAGE="https://gitlab.gnome.org/GNOME/simple-scan" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc64 ~x86" IUSE="colord webp" # packagekit @@ -33,7 +34,7 @@ DEPEND="${COMMON_DEPEND} $(vala_depend) dev-libs/libxml2:2 dev-util/itstool - >=sys-devel/gettext-0.19.7 + >=sys-devel/gettext-0.19.8 virtual/pkgconfig >=dev-libs/libgusb-0.2.7[vala] colord? ( >=x11-misc/colord-0.1.24:=[vala] ) @@ -51,8 +52,8 @@ src_prepare() { src_configure() { local emesonargs=( - -Dpackagekit=false $(meson_use colord) + -Dpackagekit=false $(meson_use webp) ) meson_src_configure @@ -61,11 +62,9 @@ src_configure() { pkg_postinst() { xdg_pkg_postinst gnome2_schemas_update - gnome2_icon_cache_update } pkg_postrm() { xdg_pkg_postrm gnome2_schemas_update - gnome2_icon_cache_update } diff --git a/media-libs/Manifest.gz b/media-libs/Manifest.gz index a1ce2bca743c..3d2a3af2bc1b 100644 Binary files a/media-libs/Manifest.gz and b/media-libs/Manifest.gz differ diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index ae4a7c1da5f8..802aa20c7f78 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -30,7 +30,7 @@ RESTRICT=" " RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi" -VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 imx intel iris nouveau vc4 virgl vivante vmware" +VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 intel iris nouveau vc4 virgl vivante vmware" for card in ${VIDEO_CARDS}; do IUSE_VIDEO_CARDS+=" video_cards_${card}" done @@ -54,7 +54,6 @@ REQUIRED_USE=" video_cards_i915? ( || ( classic gallium ) ) video_cards_i965? ( classic ) video_cards_iris? ( gallium ) - video_cards_imx? ( gallium video_cards_vivante ) video_cards_nouveau? ( || ( classic gallium ) ) video_cards_radeon? ( || ( classic gallium ) gallium? ( x86? ( llvm ) amd64? ( llvm ) ) ) @@ -400,11 +399,16 @@ multilib_src_configure() { emesonargs+=(-Dgallium-xvmc=false) fi + if use video_cards_freedreno || + use video_cards_vc4 || + use video_cards_vivante; then + gallium_enable -- kmsro + fi + gallium_enable video_cards_vc4 vc4 gallium_enable video_cards_vivante etnaviv gallium_enable video_cards_vmware svga gallium_enable video_cards_nouveau nouveau - gallium_enable video_cards_imx imx # Only one i915 driver (classic vs gallium). Default to classic. if ! use classic; then diff --git a/media-sound/Manifest.gz b/media-sound/Manifest.gz index 961e85a054bd..6d62a106b6d2 100644 Binary files a/media-sound/Manifest.gz and b/media-sound/Manifest.gz differ diff --git a/media-sound/darkice/darkice-1.3.ebuild b/media-sound/darkice/darkice-1.3.ebuild index b3c01b466369..5ea84fbe503f 100644 --- a/media-sound/darkice/darkice-1.3.ebuild +++ b/media-sound/darkice/darkice-1.3.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils DESCRIPTION="A live audio streamer" HOMEPAGE="http://www.darkice.org/" @@ -28,23 +27,21 @@ DEPEND="${RDEPEND}" REQUIRED_USE="|| ( aac aacplus mp3 opus twolame vorbis ) || ( alsa jack pulseaudio )" -#PATCHES=( -# "${FILESDIR}"/${PN}-1.2-gcc47.patch -#) - src_configure() { - econf \ - $(use_enable debug) \ - $(use_with aac faac) \ - $(use_with aacplus) \ - $(use_with alsa) \ - $(use_with jack) \ - $(use_with libsamplerate samplerate) \ - $(use_with mp3 lame) \ - $(use_with opus) \ - $(use_with pulseaudio) \ - $(use_with twolame) \ + local myeconfargs=( + $(use_enable debug) + $(use_with aac faac) + $(use_with aacplus) + $(use_with alsa) + $(use_with jack) + $(use_with libsamplerate samplerate) + $(use_with mp3 lame) + $(use_with opus) + $(use_with pulseaudio) + $(use_with twolame) $(use_with vorbis) + ) + econf "${myeconfargs[@]}" } src_install() { diff --git a/media-sound/lilypond/lilypond-2.19.80-r1.ebuild b/media-sound/lilypond/lilypond-2.19.80-r1.ebuild index 11303d064643..b4574b4a73c9 100644 --- a/media-sound/lilypond/lilypond-2.19.80-r1.ebuild +++ b/media-sound/lilypond/lilypond-2.19.80-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 @@ -23,7 +23,7 @@ IUSE="debug emacs guile2 profile vim-syntax" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=">=app-text/ghostscript-gpl-8.15 - >=dev-scheme/guile-1.8.2:12[deprecated,regex] + >=dev-scheme/guile-1.8.2:12=[deprecated,regex] media-fonts/tex-gyre media-libs/fontconfig media-libs/freetype:2 @@ -31,7 +31,7 @@ RDEPEND=">=app-text/ghostscript-gpl-8.15 emacs? ( virtual/emacs ) guile2? ( >=dev-scheme/guile-2:12 ) !guile2? ( - >=dev-scheme/guile-1.8.2:12[deprecated,regex] + >=dev-scheme/guile-1.8.2:12=[deprecated,regex] Use sys-auth/elogind for giving each session a PA client Ensure gnome-base/gconf is present for pulseaudio GConf to GSettings module automatic migration (keeping the user configuration) diff --git a/media-sound/pulseaudio/pulseaudio-12.2-r1.ebuild b/media-sound/pulseaudio/pulseaudio-12.2-r1.ebuild new file mode 100644 index 000000000000..daf9be7e703f --- /dev/null +++ b/media-sound/pulseaudio/pulseaudio-12.2-r1.ebuild @@ -0,0 +1,360 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit bash-completion-r1 flag-o-matic gnome2-utils linux-info systemd user udev multilib-minimal + +DESCRIPTION="A networked sound server with an advanced plugin system" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/PulseAudio/" +SRC_URI="https://freedesktop.org/software/pulseaudio/releases/${P}.tar.xz" + +# libpulse-simple and libpulse link to libpulse-core; this is daemon's +# library and can link to gdbm and other GPL-only libraries. In this +# cases, we have a fully GPL-2 package. Leaving the rest of the +# GPL-forcing USE flags for those who use them. +LICENSE="!gdbm? ( LGPL-2.1 ) gdbm? ( GPL-2 )" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" + +# +alsa-plugin as discussed in bug #519530 +IUSE="+alsa +alsa-plugin +asyncns bluetooth +caps dbus doc equalizer elogind gconf ++gdbm +glib gtk ipv6 jack libsamplerate libressl lirc native-headset neon +ofono-headset +orc oss qt5 realtime selinux sox ssl systemd system-wide tcpd test ++udev +webrtc-aec +X zeroconf" + +# See "*** BLUEZ support not found (requires D-Bus)" in configure.ac +REQUIRED_USE=" + ?? ( elogind systemd ) + bluetooth? ( dbus ) + equalizer? ( dbus ) + ofono-headset? ( bluetooth ) + native-headset? ( bluetooth ) + realtime? ( dbus ) + udev? ( || ( alsa oss ) ) +" + +# libpcre needed in some cases, bug #472228 +CDEPEND=" + || ( + elibc_glibc? ( virtual/libc ) + elibc_uclibc? ( virtual/libc ) + dev-libs/libpcre + ) + >=media-libs/libsndfile-1.0.20[${MULTILIB_USEDEP}] + X? ( + >=x11-libs/libX11-1.4.0[${MULTILIB_USEDEP}] + >=x11-libs/libxcb-1.6[${MULTILIB_USEDEP}] + x11-libs/libSM[${MULTILIB_USEDEP}] + x11-libs/libICE[${MULTILIB_USEDEP}] + x11-libs/libXtst[${MULTILIB_USEDEP}] + ) + caps? ( >=sys-libs/libcap-2.22-r2[${MULTILIB_USEDEP}] ) + libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) + alsa? ( >=media-libs/alsa-lib-1.0.19 ) + glib? ( >=dev-libs/glib-2.26.0:2[${MULTILIB_USEDEP}] ) + zeroconf? ( >=net-dns/avahi-0.6.12[dbus] ) + jack? ( virtual/jack ) + tcpd? ( sys-apps/tcp-wrappers[${MULTILIB_USEDEP}] ) + lirc? ( app-misc/lirc ) + dbus? ( >=sys-apps/dbus-1.0.0[${MULTILIB_USEDEP}] ) + gtk? ( x11-libs/gtk+:3 ) + bluetooth? ( + >=net-wireless/bluez-5 + >=sys-apps/dbus-1.0.0 + media-libs/sbc + ) + asyncns? ( net-libs/libasyncns[${MULTILIB_USEDEP}] ) + udev? ( >=virtual/udev-143[hwdb(+)] ) + equalizer? ( sci-libs/fftw:3.0 ) + ofono-headset? ( >=net-misc/ofono-1.13 ) + orc? ( >=dev-lang/orc-0.4.15 ) + sox? ( >=media-libs/soxr-0.1.1 ) + ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:= ) + ) + media-libs/speexdsp + gdbm? ( sys-libs/gdbm:= ) + webrtc-aec? ( >=media-libs/webrtc-audio-processing-0.2 ) + elogind? ( sys-auth/elogind ) + systemd? ( sys-apps/systemd:0=[${MULTILIB_USEDEP}] ) + dev-libs/libltdl:0 + selinux? ( sec-policy/selinux-pulseaudio ) +" # libltdl is a valid RDEPEND, libltdl.so is used for native abi in pulsecore and daemon + +RDEPEND="${CDEPEND} + realtime? ( sys-auth/rtkit ) + gconf? ( >=gnome-base/gconf-3.2.6 ) +" + +DEPEND="${RDEPEND} + sys-devel/m4 + doc? ( app-doc/doxygen ) + test? ( >=dev-libs/check-0.9.10 ) + X? ( + x11-base/xorg-proto + >=x11-libs/libXtst-1.0.99.2[${MULTILIB_USEDEP}] + ) + dev-libs/libatomic_ops + virtual/pkgconfig + system-wide? ( || ( dev-util/unifdef sys-freebsd/freebsd-ubin ) ) + dev-util/intltool + >=sys-devel/gettext-0.18.1 +" +# This is a PDEPEND to avoid a circular dep +PDEPEND=" + alsa? ( alsa-plugin? ( >=media-plugins/alsa-plugins-1.0.27-r1[pulseaudio,${MULTILIB_USEDEP}] ) ) +" + +# alsa-utils dep is for the alsasound init.d script (see bug #155707) +# bluez dep is for the bluetooth init.d script +# PyQt5 dep is for the qpaeq script +RDEPEND="${RDEPEND} + equalizer? ( qt5? ( dev-python/PyQt5[dbus,widgets] ) ) + system-wide? ( + alsa? ( media-sound/alsa-utils ) + bluetooth? ( >=net-wireless/bluez-5 ) + ) +" + +PATCHES=( + "${FILESDIR}"/pulseaudio-11.1-disable-flat-volumes.patch # bug 627894 +) + +pkg_pretend() { + CONFIG_CHECK="~HIGH_RES_TIMERS" + WARNING_HIGH_RES_TIMERS="CONFIG_HIGH_RES_TIMERS:\tis not set (required for enabling timer-based scheduling in pulseaudio)\n" + check_extra_config + + if linux_config_exists; then + local snd_hda_prealloc_size=$(linux_chkconfig_string SND_HDA_PREALLOC_SIZE) + if [ -n "${snd_hda_prealloc_size}" ] && [ "${snd_hda_prealloc_size}" -lt 2048 ]; then + ewarn "A preallocated buffer-size of 2048 (kB) or higher is recommended for the HD-audio driver!" + ewarn "CONFIG_SND_HDA_PREALLOC_SIZE=${snd_hda_prealloc_size}" + fi + fi +} + +pkg_setup() { + linux-info_pkg_setup + gnome2_environment_reset #543364 + + enewgroup audio 18 # Just make sure it exists + + if use system-wide; then + enewgroup pulse-access + enewgroup pulse + enewuser pulse -1 -1 /var/run/pulse pulse,audio + fi +} + +src_prepare() { + default + + # Skip test that cannot work with sandbox, bug #501846 + sed -i -e '/lock-autospawn-test /d' src/Makefile.am || die + sed -i -e 's/lock-autospawn-test$(EXEEXT) //' src/Makefile.in || die +} + +multilib_src_configure() { + local myconf=( + --disable-adrian-aec + --disable-bluez4 + --disable-esound + --disable-gconf + --disable-solaris + --enable-largefile + --localstatedir="${EPREFIX}"/var + --with-systemduserunitdir=$(systemd_get_userunitdir) + --with-udev-rules-dir="${EPREFIX}/$(get_udevdir)"/rules.d + $(multilib_native_use_enable alsa) + $(multilib_native_use_enable bluetooth bluez5) + $(multilib_native_use_enable glib gsettings) + $(multilib_native_use_enable gtk gtk3) + $(multilib_native_use_enable jack) + $(multilib_native_use_enable libsamplerate samplerate) + $(multilib_native_use_enable lirc) + $(multilib_native_use_enable orc) + $(multilib_native_use_enable oss oss-output) + $(multilib_native_use_enable ssl openssl) + # tests involve random modules, so just do them for the native + $(multilib_native_use_enable test default-build-tests) + $(multilib_native_use_enable udev) + $(multilib_native_use_enable webrtc-aec) + $(multilib_native_use_enable zeroconf avahi) + $(multilib_native_use_with equalizer fftw) + $(multilib_native_use_with sox soxr) + $(multilib_native_usex gdbm '--with-database=gdbm' '--with-database=simple') + $(use_enable glib glib2) + $(use_enable asyncns) + $(use_enable neon neon-opt) + $(use_enable tcpd tcpwrap) + $(use_enable dbus) + $(use_enable X x11) + $(use_enable systemd systemd-daemon) + # systemd-login isn't necessary for non-native, but the rest of systemd are; not changing it at this point close to a meson port + $(use_enable systemd systemd-login) + $(use_enable systemd systemd-journal) + $(use_enable ipv6) + $(use_with caps) + ) + + if use elogind && multilib_is_native_abi; then + myconf+=( + --enable-systemd-login + SYSTEMDLOGIN_CFLAGS=`pkg-config --cflags "libelogind" 2>/dev/null` + SYSTEMDLOGIN_LIBS=`pkg-config --libs "libelogind" 2>/dev/null` + ) + fi + + if use bluetooth; then + myconf+=( + $(multilib_native_use_enable native-headset bluez5-native-headset) + $(multilib_native_use_enable ofono-headset bluez5-ofono-headset) + ) + fi + + if ! multilib_is_native_abi; then + myconf+=( + # hack around unnecessary checks + # (results don't matter, we're not building anything using it) + ac_cv_lib_ltdl_lt_dladvise_init=yes + LIBSPEEX_CFLAGS=' ' + LIBSPEEX_LIBS=' ' + ) + else + # Make padsp work for non-native ABI, supposedly only possible with glibc; this is used by /usr/bin/padsp that comes from native build, thus we need this argument for native build + if use elibc_glibc ; then + myconf+=( --with-pulsedsp-location="${EPREFIX}"'/usr/\\$$LIB/pulseaudio' ) + fi + fi + + ECONF_SOURCE=${S} \ + econf "${myconf[@]}" +} + +multilib_src_compile() { + if multilib_is_native_abi; then + emake + use doc && emake doxygen + else + local targets=( libpulse.la libpulsedsp.la libpulse-simple.la ) + use glib && targets+=( libpulse-mainloop-glib.la ) + emake -C src ${targets[*]} + fi +} + +multilib_src_test() { + # We avoid running the toplevel check target because that will run + # po/'s tests too, and they are broken. Officially, it should work + # with intltool 0.41, but that doesn't look like a stable release. + if multilib_is_native_abi; then + emake -C src check + fi +} + +multilib_src_install() { + if multilib_is_native_abi; then + emake -j1 DESTDIR="${D}" bashcompletiondir="$(get_bashcompdir)" install + if use doc ; then + docinto html + dodoc -r doxygen/html/ + fi + else + local targets=( libpulse.la libpulse-simple.la ) + use glib && targets+=( libpulse-mainloop-glib.la ) + emake DESTDIR="${D}" install-pkgconfigDATA + emake DESTDIR="${D}" -C src \ + install-libLTLIBRARIES \ + install-padsplibLTLIBRARIES \ + lib_LTLIBRARIES="${targets[*]}" \ + install-pulseincludeHEADERS + fi +} + +multilib_src_install_all() { + if use system-wide; then + newconfd "${FILESDIR}/pulseaudio.conf.d" pulseaudio + + use_define() { + local define=${2:-$(echo $1 | tr '[:lower:]' '[:upper:]')} + + use "$1" && echo "-D$define" || echo "-U$define" + } + + unifdef $(use_define zeroconf AVAHI) \ + $(use_define alsa) \ + $(use_define bluetooth) \ + $(use_define udev) \ + "${FILESDIR}/pulseaudio.init.d-5" \ + > "${T}/pulseaudio" + + doinitd "${T}/pulseaudio" + + systemd_dounit "${FILESDIR}/${PN}.service" + + # We need /var/run/pulse, bug #442852 + systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles" "${PN}.conf" + else + # Prevent warnings when system-wide is not used, bug #447694 + if use dbus ; then + rm "${ED%/}"/etc/dbus-1/system.d/pulseaudio-system.conf || die + fi + fi + + if use zeroconf ; then + sed -e '/module-zeroconf-publish/s:^#::' \ + -i "${ED%/}/etc/pulse/default.pa" || die + fi + + dodoc NEWS README todo + + # Create the state directory + use prefix || diropts -o pulse -g pulse -m0755 + + find "${ED}" \( -name '*.a' -o -name '*.la' \) -delete || die +} + +pkg_postinst() { + gnome2_schemas_update + if use system-wide; then + elog "You have enabled the 'system-wide' USE flag for pulseaudio." + elog "This mode should only be used on headless servers, embedded systems," + elog "or thin clients. It will usually require manual configuration, and is" + elog "incompatible with many expected pulseaudio features." + elog "On normal desktop systems, system-wide mode is STRONGLY DISCOURAGED." + elog "For more information, see" + elog " https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/WhatIsWrongWithSystemWide/" + elog " https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/SystemWide/" + elog " https://wiki.gentoo.org/wiki/PulseAudio#Headless_server" + fi + + if use equalizer && ! use qt5; then + elog "You've enabled the 'equalizer' USE-flag but not the 'qt5' USE-flag." + elog "This will build the equalizer module, but the 'qpaeq' tool" + elog "which is required to set equalizer levels will not work." + fi + + if use equalizer && use qt5; then + elog "You will need to load some extra modules to make qpaeq work." + elog "You can do that by adding the following two lines in" + elog "/etc/pulse/default.pa and restarting pulseaudio:" + elog "load-module module-equalizer-sink" + elog "load-module module-dbus-protocol" + fi + + if use native-headset && use ofono-headset; then + elog "You have enabled both native and ofono headset profiles. The runtime decision" + elog "which to use is done via the 'headset' argument of module-bluetooth-discover." + fi + + if use libsamplerate; then + elog "The libsamplerate based resamplers are now deprecated, because they offer no" + elog "particular advantage over speex. Upstream suggests disabling them." + fi +} + +pkg_postrm() { + gnome2_schemas_update +} diff --git a/media-sound/rplay/rplay-3.3.2-r3.ebuild b/media-sound/rplay/rplay-3.3.2-r3.ebuild new file mode 100644 index 000000000000..f94e25893517 --- /dev/null +++ b/media-sound/rplay/rplay-3.3.2-r3.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit autotools user + +DESCRIPTION="Play sounds on remote Unix systems without data transfer" +HOMEPAGE="http://rplay.doit.org/" +SRC_URI="${HOMEPAGE}dist/${P}.tar.gz + mirror://debian/pool/main/r/${PN}/${PN}_${PV}-16.debian.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="media-sound/gsm" +DEPEND="${RDEPEND}" + +PATCHES=( + "${WORKDIR}/debian/patches" + "${FILESDIR}/${P}-built-in_function_exit-r1.patch" +) + +pkg_setup() { + enewgroup rplayd "" + enewuser rplayd "" "" "" rplayd +} + +src_prepare() { + default + mv configure.{in,ac} || die + mv rx/configure.{in,ac} || die + eautoreconf +} + +src_configure() { + econf \ + --enable-rplayd-user=rplayd \ + --enable-rplayd-group=rplayd +} + +src_install() { + # This is borrowed from the old einstall helper, and is necessary + # (at least some of variables). + emake prefix="${ED}/usr" \ + libdir="${ED}/usr/$(get_libdir)" \ + datadir="${ED}/usr/share" \ + infodir="${ED}/usr/share/info" \ + localstatedir="${ED}/var/lib" \ + mandir="${ED}/usr/share/man" \ + sysconfdir="${ED}/etc" \ + install +} diff --git a/media-sound/volumeicon/Manifest b/media-sound/volumeicon/Manifest index fda5e2973c26..034859b59c8e 100644 --- a/media-sound/volumeicon/Manifest +++ b/media-sound/volumeicon/Manifest @@ -1,3 +1,2 @@ DIST volumeicon-0.4.6.tar.gz 136769 BLAKE2B 3044843571052b9e543279435e090d81f2a675495c4563458141327a6a542ea65dd8323058beec1ebe80fbb42ac5a439b39c95ea5b63cb4ec0c302fddc6b7833 SHA512 f5b649a113270a417046532ec9b80e738afe1275ce919a8a7adafbac05cdf58f9454a5386d3304cce652a90e63bc5297fa8cd5b369e0f1149c898483cbfe2f71 -DIST volumeicon-0.5.0.tar.gz 160089 BLAKE2B cb91924d5058edaf21897d58f1df4dbda200e30142f57d22e3e22ce7ddb87cc7bd6538cd339d1b985d839f51f7845dc59648c17762c77c34bb387839c72432e3 SHA512 26c4973a600495886222920e6eea80a7d54ebecf9b9fa46dea6808e25bf3b5edc5b37ff0740da270e77faac687d2151d8cc53259b356e17ce99ed0e38b7fbe38 DIST volumeicon-0.5.1.tar.gz 172401 BLAKE2B 6638ef0746fff8eab8e4ff80698793ec8cc5ac2152cbe52f61cd06041c3f5f9e690818f885e362009354a768e46d157fc6a82389e87024cc0cd072ec3b50ffe5 SHA512 a96c79f91a8a0ec96f3297af659cf738547bb33e5908edb6b499bcc5081c61339ceaccc3a854a2f953a6f177fe6d8be1578cacab522d8be63a9dda8cf7c7a452 diff --git a/media-sound/volumeicon/volumeicon-0.5.0.ebuild b/media-sound/volumeicon/volumeicon-0.5.1-r1.ebuild similarity index 56% rename from media-sound/volumeicon/volumeicon-0.5.0.ebuild rename to media-sound/volumeicon/volumeicon-0.5.1-r1.ebuild index cce7ca83a323..5f3deee45511 100644 --- a/media-sound/volumeicon/volumeicon-0.5.0.ebuild +++ b/media-sound/volumeicon/volumeicon-0.5.1-r1.ebuild @@ -1,26 +1,29 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="A lightweight volume control that sits in your systray" -HOMEPAGE="http://softwarebakery.com/maato/volumeicon.html" -SRC_URI="http://softwarebakery.com/maato/files/${PN}/${P}.tar.gz" +HOMEPAGE="http://nullwise.com/volumeicon.html" +SRC_URI="http://nullwise.com/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="libnotify" -RDEPEND=">=dev-libs/glib-2 +RDEPEND=" + dev-libs/glib:2 media-libs/alsa-lib - x11-libs/gtk+:3 + x11-libs/gtk+:3[X] x11-libs/libX11 - libnotify? ( >=x11-libs/libnotify-0.7 )" + libnotify? ( >=x11-libs/libnotify-0.7 ) +" DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS="AUTHORS ChangeLog" + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig +" src_configure() { # $(use_enable !alsa oss) fails wrt #419891, is likely only for OSS4 diff --git a/media-sound/volumeicon/volumeicon-0.5.1.ebuild b/media-sound/volumeicon/volumeicon-0.5.1.ebuild deleted file mode 100644 index cce7ca83a323..000000000000 --- a/media-sound/volumeicon/volumeicon-0.5.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="A lightweight volume control that sits in your systray" -HOMEPAGE="http://softwarebakery.com/maato/volumeicon.html" -SRC_URI="http://softwarebakery.com/maato/files/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="libnotify" - -RDEPEND=">=dev-libs/glib-2 - media-libs/alsa-lib - x11-libs/gtk+:3 - x11-libs/libX11 - libnotify? ( >=x11-libs/libnotify-0.7 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS="AUTHORS ChangeLog" - -src_configure() { - # $(use_enable !alsa oss) fails wrt #419891, is likely only for OSS4 - econf $(use_enable libnotify notify) -} diff --git a/media-video/Manifest.gz b/media-video/Manifest.gz index e79be3cfe7b6..89edb7f1cd17 100644 Binary files a/media-video/Manifest.gz and b/media-video/Manifest.gz differ diff --git a/media-video/mkvtoolnix/mkvtoolnix-31.0.0.ebuild b/media-video/mkvtoolnix/mkvtoolnix-31.0.0.ebuild index 01b2b95c89bb..59cbce24aca9 100644 --- a/media-video/mkvtoolnix/mkvtoolnix-31.0.0.ebuild +++ b/media-video/mkvtoolnix/mkvtoolnix-31.0.0.ebuild @@ -40,7 +40,7 @@ RDEPEND=" dev-qt/qtwidgets:5 dev-qt/qtconcurrent:5 dev-qt/qtmultimedia:5 - app-text/cmark + app-text/cmark:0= ) " DEPEND="${RDEPEND} diff --git a/media-video/mkvtoolnix/mkvtoolnix-9999.ebuild b/media-video/mkvtoolnix/mkvtoolnix-9999.ebuild index 3036925897dc..a37117dd09ea 100644 --- a/media-video/mkvtoolnix/mkvtoolnix-9999.ebuild +++ b/media-video/mkvtoolnix/mkvtoolnix-9999.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 @@ -40,7 +40,7 @@ RDEPEND=" dev-qt/qtwidgets:5 dev-qt/qtconcurrent:5 dev-qt/qtmultimedia:5 - app-text/cmark + app-text/cmark:0= ) " DEPEND="${RDEPEND} diff --git a/metadata/Manifest.gz b/metadata/Manifest.gz index 0fb318709109..ff7dea87883c 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 6435e22de6ac..783aa2b76ebe 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Fri, 22 Mar 2019 20:08:39 +0000 +Sat, 23 Mar 2019 17:08:38 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index 6435e22de6ac..783aa2b76ebe 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Fri, 22 Mar 2019 20:08:39 +0000 +Sat, 23 Mar 2019 17:08:38 +0000 diff --git a/metadata/md5-cache/Manifest.gz b/metadata/md5-cache/Manifest.gz index fe757689cea3..66423bfbb18e 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 eeb069c35e08..253a3acea84d 100644 Binary files a/metadata/md5-cache/app-admin/Manifest.gz and b/metadata/md5-cache/app-admin/Manifest.gz differ diff --git a/metadata/md5-cache/app-admin/apache-tools-2.4.38 b/metadata/md5-cache/app-admin/apache-tools-2.4.38 index f666bbcb7125..ca93365233ca 100644 --- a/metadata/md5-cache/app-admin/apache-tools-2.4.38 +++ b/metadata/md5-cache/app-admin/apache-tools-2.4.38 @@ -4,11 +4,11 @@ DESCRIPTION=Useful Apache tools - htdigest, htpasswd, ab, htdbm EAPI=7 HOMEPAGE=https://httpd.apache.org/ IUSE=libressl ssl -KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris +KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris LICENSE=Apache-2.0 RDEPEND=>=dev-libs/apr-1.5.0:1= dev-libs/apr-util:1= dev-libs/expat dev-libs/libpcre kernel_linux? ( sys-apps/util-linux ) ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) RESTRICT=test SLOT=0 SRC_URI=mirror://apache/httpd/httpd-2.4.38.tar.bz2 _eclasses_=eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=443629ce012ac6740e07ab1b6c7013e5 +_md5_=3110fcb3e60123fa4cc9659457b9e9b0 diff --git a/metadata/md5-cache/app-admin/syslog-ng-3.20.1 b/metadata/md5-cache/app-admin/syslog-ng-3.20.1 new file mode 100644 index 000000000000..0e6b5307ecd5 --- /dev/null +++ b/metadata/md5-cache/app-admin/syslog-ng-3.20.1 @@ -0,0 +1,16 @@ +BDEPEND=sys-devel/flex virtual/pkgconfig >=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 virtual/pkgconfig +DEFINED_PHASES=configure install postinst prepare setup +DEPEND=>=dev-libs/glib-2.10.1:2 >=dev-libs/ivykis-0.42.3 >=dev-libs/libpcre-6.1:= !dev-libs/eventlog amqp? ( >=net-libs/rabbitmq-c-0.8.0:=[ssl] ) caps? ( sys-libs/libcap ) dbi? ( >=dev-db/libdbi-0.9.0 ) geoip? ( >=dev-libs/geoip-1.5.0 ) geoip2? ( dev-libs/libmaxminddb:= ) http? ( net-misc/curl ) json? ( >=dev-libs/json-c-0.9:= ) mongodb? ( >=dev-libs/mongo-c-driver-1.2.0 ) python? ( 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(+)?] ) redis? ( >=dev-libs/hiredis-0.11.0:= ) smtp? ( net-libs/libesmtp ) spoof-source? ( net-libs/libnet:1.1= ) systemd? ( sys-apps/systemd:= ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) +DESCRIPTION=syslog replacement with advanced filtering features +EAPI=7 +HOMEPAGE=https://syslog-ng.com/open-source-log-management +IUSE=amqp caps dbi geoip geoip2 http ipv6 json libressl mongodb pacct python redis smtp spoof-source systemd tcpd 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=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 +LICENSE=GPL-2+ LGPL-2.1+ +RDEPEND=>=dev-libs/glib-2.10.1:2 >=dev-libs/ivykis-0.42.3 >=dev-libs/libpcre-6.1:= !dev-libs/eventlog amqp? ( >=net-libs/rabbitmq-c-0.8.0:=[ssl] ) caps? ( sys-libs/libcap ) dbi? ( >=dev-db/libdbi-0.9.0 ) geoip? ( >=dev-libs/geoip-1.5.0 ) geoip2? ( dev-libs/libmaxminddb:= ) http? ( net-misc/curl ) json? ( >=dev-libs/json-c-0.9:= ) mongodb? ( >=dev-libs/mongo-c-driver-1.2.0 ) python? ( 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(+)?] ) redis? ( >=dev-libs/hiredis-0.11.0:= ) smtp? ( net-libs/libesmtp ) spoof-source? ( net-libs/libnet:1.1= ) systemd? ( sys-apps/systemd:= ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) +REQUIRED_USE=python? ( ^^ ( 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=test +SLOT=0 +SRC_URI=https://github.com/balabit/syslog-ng/releases/download/syslog-ng-3.20.1/syslog-ng-3.20.1.tar.gz +_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 libtool f143db5a74ccd9ca28c1234deffede96 multilib b2f01ad412baf81650c23fcf0975fa33 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=df9a7d8c334a44f69e379ef510311eb9 diff --git a/metadata/md5-cache/app-admin/webapp-config-1.55-r1 b/metadata/md5-cache/app-admin/webapp-config-1.55-r1 index 2648d6bed5a0..f4bed129399e 100644 --- a/metadata/md5-cache/app-admin/webapp-config-1.55-r1 +++ b/metadata/md5-cache/app-admin/webapp-config-1.55-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst prepare test -DEPEND=app-text/xmlto sys-apps/gentoo-functions python_targets_pypy? ( >=virtual/pypy-5:0= ) 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 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DEPEND=app-text/xmlto sys-apps/gentoo-functions python_targets_pypy? ( >=virtual/pypy-5:0= ) 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_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] DESCRIPTION=Gentoo's installer for web-based applications EAPI=5 HOMEPAGE=https://sourceforge.net/projects/webapp-config/ -IUSE=+portage python_targets_pypy python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 +IUSE=+portage python_targets_pypy python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~x86-fbsd LICENSE=GPL-2 -RDEPEND=portage? ( || ( sys-apps/portage[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] sys-apps/portage-mgorny[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) ) python_targets_pypy? ( >=virtual/pypy-5:0= ) 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 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 ) +RDEPEND=portage? ( || ( sys-apps/portage[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] sys-apps/portage-mgorny[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) ) python_targets_pypy? ( >=virtual/pypy-5:0= ) 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_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) SLOT=0 SRC_URI=https://dev.gentoo.org/~twitch153/webapp-config/webapp-config-1.55.tar.bz2 _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 prefix e51c7882b7b721e54e684f7eb143cbfe preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=db9c0912f612126b098eebdb7c980ed6 +_md5_=1e752db6fe10e0c3caadf4785394f639 diff --git a/metadata/md5-cache/app-admin/webapp-config-9999 b/metadata/md5-cache/app-admin/webapp-config-9999 index 12858d9d38c1..d274e6ce2bd7 100644 --- a/metadata/md5-cache/app-admin/webapp-config-9999 +++ b/metadata/md5-cache/app-admin/webapp-config-9999 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install postinst prepare test unpack -DEPEND=app-text/xmlto sys-apps/gentoo-functions python_targets_pypy? ( >=virtual/pypy-5:0= ) 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 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-vcs/git-1.8.2.1[curl] +DEPEND=app-text/xmlto sys-apps/gentoo-functions python_targets_pypy? ( >=virtual/pypy-5:0= ) 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_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-vcs/git-1.8.2.1[curl] DESCRIPTION=Gentoo's installer for web-based applications EAPI=5 HOMEPAGE=https://sourceforge.net/projects/webapp-config/ -IUSE=+portage python_targets_pypy python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 +IUSE=+portage python_targets_pypy python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 LICENSE=GPL-2 -RDEPEND=portage? ( || ( sys-apps/portage[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] sys-apps/portage-mgorny[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) ) python_targets_pypy? ( >=virtual/pypy-5:0= ) 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 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 ) +RDEPEND=portage? ( || ( sys-apps/portage[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] sys-apps/portage-mgorny[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) ) python_targets_pypy? ( >=virtual/pypy-5:0= ) 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_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) SLOT=0 _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 2729691420b6deeda2a90b1f1183fb55 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 prefix e51c7882b7b721e54e684f7eb143cbfe preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=7f0e175276615f82c87284000d05f152 +_md5_=03f68ae83383d28120aacc8621e64540 diff --git a/metadata/md5-cache/app-admin/yaala-0.7.3-r1 b/metadata/md5-cache/app-admin/yaala-0.7.3-r1 deleted file mode 100644 index 1d714211cdb3..000000000000 --- a/metadata/md5-cache/app-admin/yaala-0.7.3-r1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install postinst prepare -DESCRIPTION=Yet Another Log Analyzer -EAPI=5 -HOMEPAGE=http://www.yaala.org/ -IUSE=gd storable -KEYWORDS=amd64 ppc x86 -LICENSE=GPL-2 -RDEPEND=dev-lang/perl gd? ( dev-perl/GDGraph ) storable? ( virtual/perl-Storable ) -SLOT=0 -SRC_URI=http://www.yaala.org/files/yaala-0.7.3.tar.bz2 -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=90fafa387b2b6e9f6b8f9b068bc5e514 diff --git a/metadata/md5-cache/app-backup/Manifest.gz b/metadata/md5-cache/app-backup/Manifest.gz index af3163ed2054..da6873e897fc 100644 Binary files a/metadata/md5-cache/app-backup/Manifest.gz and b/metadata/md5-cache/app-backup/Manifest.gz differ diff --git a/metadata/md5-cache/app-backup/spideroak-bin-7.3.0 b/metadata/md5-cache/app-backup/spideroak-bin-7.3.0 deleted file mode 100644 index 4cef7a26719a..000000000000 --- a/metadata/md5-cache/app-backup/spideroak-bin-7.3.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install postinst prepare unpack -DEPEND=dev-util/patchelf -DESCRIPTION=Secure free online backup, storage, and sharing system -EAPI=6 -HOMEPAGE=https://spideroak.com -IUSE=dbus X -KEYWORDS=~amd64 ~x86 -LICENSE=spideroak -RDEPEND=app-crypt/mit-krb5[keyutils] media-libs/libpng:1.2 dbus? ( sys-apps/dbus ) X? ( media-libs/fontconfig media-libs/freetype:2 dev-libs/glib:2 x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXmu x11-libs/libXrender x11-libs/libXt ) -RESTRICT=mirror strip -SLOT=0 -SRC_URI=x86? ( https://spideroak.com/release/spideroak/deb_x86 -> spideroak-bin-7.3.0_x86.deb ) amd64? ( https://spideroak.com/release/spideroak/deb_x64 -> spideroak-bin-7.3.0_amd64.deb ) -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 unpacker 3cd8bad0d31e525cd26be1bfa4e61631 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=121beafb309de6a9af71b0df635c02e4 diff --git a/metadata/md5-cache/app-backup/spideroak-bin-7.2.0 b/metadata/md5-cache/app-backup/spideroak-bin-7.5.0 similarity index 86% rename from metadata/md5-cache/app-backup/spideroak-bin-7.2.0 rename to metadata/md5-cache/app-backup/spideroak-bin-7.5.0 index a1d40beb232b..c39e98e5a914 100644 --- a/metadata/md5-cache/app-backup/spideroak-bin-7.2.0 +++ b/metadata/md5-cache/app-backup/spideroak-bin-7.5.0 @@ -9,6 +9,6 @@ LICENSE=spideroak RDEPEND=app-crypt/mit-krb5[keyutils] media-libs/libpng:1.2 dbus? ( sys-apps/dbus ) X? ( media-libs/fontconfig media-libs/freetype:2 dev-libs/glib:2 x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXmu x11-libs/libXrender x11-libs/libXt ) RESTRICT=mirror strip SLOT=0 -SRC_URI=x86? ( https://spideroak.com/release/spideroak/deb_x86 -> spideroak-bin-7.2.0_x86.deb ) amd64? ( https://spideroak.com/release/spideroak/deb_x64 -> spideroak-bin-7.2.0_amd64.deb ) +SRC_URI=x86? ( https://spideroak.com/release/spideroak/deb_x86 -> spideroak-bin-7.5.0_x86.deb ) amd64? ( https://spideroak.com/release/spideroak/deb_x64 -> spideroak-bin-7.5.0_amd64.deb ) _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 unpacker 3cd8bad0d31e525cd26be1bfa4e61631 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=3260a6456f800dd781a809a24a59e1de +_md5_=a7d5033969cd1f555cbcf884d13fdda6 diff --git a/metadata/md5-cache/app-cdr/Manifest.gz b/metadata/md5-cache/app-cdr/Manifest.gz index f63c3651a549..b4539de05f9e 100644 Binary files a/metadata/md5-cache/app-cdr/Manifest.gz and b/metadata/md5-cache/app-cdr/Manifest.gz differ diff --git a/metadata/md5-cache/app-cdr/poweriso-1.3 b/metadata/md5-cache/app-cdr/poweriso-1.3 index e69f8ad3a57c..1b49986e209a 100644 --- a/metadata/md5-cache/app-cdr/poweriso-1.3 +++ b/metadata/md5-cache/app-cdr/poweriso-1.3 @@ -3,7 +3,8 @@ DESCRIPTION=Utility to extract, list and convert PowerISO DAA image files EAPI=0 HOMEPAGE=http://www.poweriso.com KEYWORDS=amd64 x86 -LICENSE=public-domain +LICENSE=all-rights-reserved +RESTRICT=mirror bindist SLOT=0 SRC_URI=http://www.poweriso.com/poweriso-1.3.tar.gz -_md5_=9620487f409e2d5120e53fec0d581f0a +_md5_=2045adedd54d683711eff0f9c1065c3a diff --git a/metadata/md5-cache/app-office/Manifest.gz b/metadata/md5-cache/app-office/Manifest.gz index 6af3e9b20253..86ed2572a082 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/pybliographer-1.2.15-r1 b/metadata/md5-cache/app-office/pybliographer-1.2.15-r1 deleted file mode 100644 index 9441ecd0615b..000000000000 --- a/metadata/md5-cache/app-office/pybliographer-1.2.15-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup unpack -DEPEND=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(+)] >=app-text/recode-3.6-r1 app-text/rarian dev-libs/glib:2 dev-python/gconf-python: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-python/gnome-vfs-python: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-python/libgnome-python: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-python/pygobject: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-python/pygtk: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-python/python-bibtex-1.2.5[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/gnome-doc-utils >=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 app-arch/xz-utils dev-util/desktop-file-utils x11-misc/shared-mime-info -DESCRIPTION=Pybliographer is a tool for working with bibliographic databases -EAPI=5 -HOMEPAGE=https://pybliographer.org -IUSE=python_targets_python2_7 -KEYWORDS=amd64 ppc x86 -LICENSE=GPL-2 -RDEPEND=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(+)] >=app-text/recode-3.6-r1 app-text/rarian dev-libs/glib:2 dev-python/gconf-python: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-python/gnome-vfs-python: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-python/libgnome-python: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-python/pygobject: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-python/pygtk: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-python/python-bibtex-1.2.5[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_targets_python2_7 -SLOT=0 -SRC_URI=mirror://sourceforge/pybliographer/pybliographer-1.2.15.tar.gz -_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome.org 532d56d07b9eace4831aaa817d2b756a gnome2 1a42e8c41af42cb294817dcc5b7e3df6 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=0c8ade08e9e9934b5a0a0685dada13f1 diff --git a/metadata/md5-cache/app-office/wps-office-10.1.0.6757 b/metadata/md5-cache/app-office/wps-office-10.1.0.6758 similarity index 58% rename from metadata/md5-cache/app-office/wps-office-10.1.0.6757 rename to metadata/md5-cache/app-office/wps-office-10.1.0.6758 index 3e47c53ce823..24a3f1349d0e 100644 --- a/metadata/md5-cache/app-office/wps-office-10.1.0.6757 +++ b/metadata/md5-cache/app-office/wps-office-10.1.0.6758 @@ -1,13 +1,13 @@ DEFINED_PHASES=install postinst postrm preinst prepare DEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info DESCRIPTION=WPS Office is an office productivity suite -EAPI=6 +EAPI=7 HOMEPAGE=http://www.wps.cn/product/wpslinux/ http://wps-community.org/ KEYWORDS=~amd64 ~x86 LICENSE=WPS-EULA RDEPEND=x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXrender x11-libs/libxcb media-libs/fontconfig:1.0 media-libs/freetype:2 dev-libs/glib:2 sys-libs/zlib:0 net-print/cups media-libs/libpng:1.2 virtual/glu dev-libs/libpcre:3 dev-libs/libffi media-sound/pulseaudio app-arch/bzip2:0 media-libs/libpng:0 dev-libs/expat sys-apps/util-linux dev-libs/libbsd x11-libs/libXau x11-libs/libXdmcp sys-apps/dbus x11-libs/libXtst sys-apps/tcp-wrappers media-libs/libsndfile net-libs/libasyncns dev-libs/libgcrypt:0 app-arch/xz-utils app-arch/lz4 sys-libs/libcap media-libs/flac media-libs/libogg media-libs/libvorbis dev-libs/libgpg-error sys-apps/attr RESTRICT=strip mirror SLOT=0 -SRC_URI=amd64? ( http://kdl.cc.ksosoft.com/wps-community/download/6757/wps-office_10.1.0.6757_x86_64.tar.xz ) x86? ( http://kdl.cc.ksosoft.com/wps-community/download/6757/wps-office_10.1.0.6757_x86.tar.xz ) -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=1b385e127207118aeeac580b6b5763fb +SRC_URI=amd64? ( http://kdl.cc.ksosoft.com/wps-community/download/6758/wps-office_10.1.0.6758_x86_64.tar.xz ) x86? ( http://kdl.cc.ksosoft.com/wps-community/download/6758/wps-office_10.1.0.6758_x86.tar.xz ) +_eclasses_=xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=e305416387633c967b86baac869f523c diff --git a/metadata/md5-cache/app-text/Manifest.gz b/metadata/md5-cache/app-text/Manifest.gz index 6046dacd569e..69437aa493ea 100644 Binary files a/metadata/md5-cache/app-text/Manifest.gz and b/metadata/md5-cache/app-text/Manifest.gz differ diff --git a/metadata/md5-cache/app-text/poppler-0.75.0 b/metadata/md5-cache/app-text/poppler-0.75.0 new file mode 100644 index 000000000000..b7ccc3647c94 --- /dev/null +++ b/metadata/md5-cache/app-text/poppler-0.75.0 @@ -0,0 +1,15 @@ +BDEPEND=dev-util/glib-utils virtual/pkgconfig dev-util/ninja >=dev-util/cmake-3.9.6 +DEFINED_PHASES=compile configure install prepare test +DEPEND=media-libs/fontconfig media-libs/freetype sys-libs/zlib cairo? ( dev-libs/glib:2 x11-libs/cairo introspection? ( dev-libs/gobject-introspection:= ) ) curl? ( net-misc/curl ) jpeg? ( virtual/jpeg:0 ) jpeg2k? ( >=media-libs/openjpeg-2.3.0-r1:2= ) lcms? ( media-libs/lcms:2 ) nss? ( >=dev-libs/nss-3.19:0 ) png? ( media-libs/libpng:0= ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtxml:5 ) tiff? ( media-libs/tiff:0 ) +DESCRIPTION=PDF rendering library based on the xpdf-3.0 code base +EAPI=7 +HOMEPAGE=https://poppler.freedesktop.org/ +IUSE=cairo cjk curl cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png qt5 tiff +utils +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=GPL-2 +RDEPEND=media-libs/fontconfig media-libs/freetype sys-libs/zlib cairo? ( dev-libs/glib:2 x11-libs/cairo introspection? ( dev-libs/gobject-introspection:= ) ) curl? ( net-misc/curl ) jpeg? ( virtual/jpeg:0 ) jpeg2k? ( >=media-libs/openjpeg-2.3.0-r1:2= ) lcms? ( media-libs/lcms:2 ) nss? ( >=dev-libs/nss-3.19:0 ) png? ( media-libs/libpng:0= ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtxml:5 ) tiff? ( media-libs/tiff:0 ) cjk? ( app-text/poppler-data ) +RESTRICT=test +SLOT=0/86 +SRC_URI=https://poppler.freedesktop.org/poppler-0.75.0.tar.xz +_eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=32e0d1010acf5de155b3bc2d12b32143 diff --git a/metadata/md5-cache/app-text/poppler-9999 b/metadata/md5-cache/app-text/poppler-9999 index 82cf0350e5d3..4143d360368f 100644 --- a/metadata/md5-cache/app-text/poppler-9999 +++ b/metadata/md5-cache/app-text/poppler-9999 @@ -10,4 +10,4 @@ RDEPEND=media-libs/fontconfig media-libs/freetype sys-libs/zlib cairo? ( dev-lib RESTRICT=test SLOT=0/9999 _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf git-r3 0d4635eeb5a96cd5315597a47eba25c9 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=2fb0fd256f1e67aa3406fa3864a61b7c +_md5_=32e0d1010acf5de155b3bc2d12b32143 diff --git a/metadata/md5-cache/app-vim/Manifest.gz b/metadata/md5-cache/app-vim/Manifest.gz index fd8bf65dde8e..43021e33ceed 100644 Binary files a/metadata/md5-cache/app-vim/Manifest.gz and b/metadata/md5-cache/app-vim/Manifest.gz differ diff --git a/metadata/md5-cache/app-vim/help-extra-syntax-20050106-r1 b/metadata/md5-cache/app-vim/help-extra-syntax-20050106-r1 index 546107f6b2cb..0c0042ad822e 100644 --- a/metadata/md5-cache/app-vim/help-extra-syntax-20050106-r1 +++ b/metadata/md5-cache/app-vim/help-extra-syntax-20050106-r1 @@ -2,11 +2,11 @@ DEFINED_PHASES=install postinst postrm unpack DEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) DESCRIPTION=vim plugin: extra syntax highlighting for help files EAPI=0 -HOMEPAGE=http://mysite.verizon.net/astronaut/vim/ +HOMEPAGE=http://www.drchip.org/astronaut/vim/ KEYWORDS=alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 sparc x86 LICENSE=public-domain RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/help-extra-syntax-20050106.tar.bz2 https://dev.gentoo.org/~radhermit/vim/help-extra-syntax-20050106.tar.bz2 _eclasses_=estack 43ddf5aaffa7a8d0482df54d25a66a1f vim-doc af2c81a1feeb0a99e91bee3e20769edb vim-plugin 3160d9cb05ef44497be1485db0fe7590 -_md5_=ed9fea3750bc1d5c6889bf7238d42d05 +_md5_=34aba48810f06616a60b866421173fd3 diff --git a/metadata/md5-cache/app-vim/help-extra-syntax-20050106-r2 b/metadata/md5-cache/app-vim/help-extra-syntax-20050106-r2 new file mode 100644 index 000000000000..f1a47439c333 --- /dev/null +++ b/metadata/md5-cache/app-vim/help-extra-syntax-20050106-r2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=install postinst postrm prepare +DEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) +DESCRIPTION=vim plugin: extra syntax highlighting for help files +EAPI=7 +HOMEPAGE=http://www.drchip.org/astronaut/vim/ +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 +LICENSE=public-domain +RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) +SLOT=0 +SRC_URI=mirror://gentoo/help-extra-syntax-20050106.tar.bz2 https://dev.gentoo.org/~radhermit/vim/help-extra-syntax-20050106.tar.bz2 +_eclasses_=estack 43ddf5aaffa7a8d0482df54d25a66a1f vim-doc af2c81a1feeb0a99e91bee3e20769edb vim-plugin 3160d9cb05ef44497be1485db0fe7590 +_md5_=c8f13e6d527f04c188ce0ca763a62b1c diff --git a/metadata/md5-cache/app-vim/pgn-syntax-1.0 b/metadata/md5-cache/app-vim/pgn-syntax-1.0 index b9d2d87a8466..ba31ec5643ec 100644 --- a/metadata/md5-cache/app-vim/pgn-syntax-1.0 +++ b/metadata/md5-cache/app-vim/pgn-syntax-1.0 @@ -2,11 +2,11 @@ DEFINED_PHASES=install postinst postrm DEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) DESCRIPTION=vim plugin: PGN (chess Portable Game Notation) syntax highlighting EAPI=0 -HOMEPAGE=http://www.vim.org/scripts/script.php?script_id=677 +HOMEPAGE=https://www.vim.org/scripts/script.php?script_id=677 KEYWORDS=alpha amd64 ia64 ~mips ppc ppc64 sparc x86 LICENSE=vim.org RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/pgn-syntax-1.0.tar.bz2 https://dev.gentoo.org/~radhermit/vim/pgn-syntax-1.0.tar.bz2 _eclasses_=estack 43ddf5aaffa7a8d0482df54d25a66a1f vim-doc af2c81a1feeb0a99e91bee3e20769edb vim-plugin 3160d9cb05ef44497be1485db0fe7590 -_md5_=d96168391f7214150dd166c183130b45 +_md5_=f70e7bc6a8472f6ee3bfa82b7ac9ef60 diff --git a/metadata/md5-cache/app-vim/pgn-syntax-1.0-r1 b/metadata/md5-cache/app-vim/pgn-syntax-1.0-r1 new file mode 100644 index 000000000000..89ed82416bf3 --- /dev/null +++ b/metadata/md5-cache/app-vim/pgn-syntax-1.0-r1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=install postinst postrm +DEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) +DESCRIPTION=vim plugin: PGN (chess Portable Game Notation) syntax highlighting +EAPI=7 +HOMEPAGE=https://www.vim.org/scripts/script.php?script_id=677 +KEYWORDS=~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 +LICENSE=vim.org +RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) +SLOT=0 +SRC_URI=mirror://gentoo/pgn-syntax-1.0.tar.bz2 https://dev.gentoo.org/~radhermit/vim/pgn-syntax-1.0.tar.bz2 +_eclasses_=estack 43ddf5aaffa7a8d0482df54d25a66a1f vim-doc af2c81a1feeb0a99e91bee3e20769edb vim-plugin 3160d9cb05ef44497be1485db0fe7590 +_md5_=b4f2e57afdfa2ee800ea5b23a0b91da3 diff --git a/metadata/md5-cache/app-vim/selinux-syntax-20041225-r1 b/metadata/md5-cache/app-vim/selinux-syntax-20041225-r1 new file mode 100644 index 000000000000..a3b99ea9e3a6 --- /dev/null +++ b/metadata/md5-cache/app-vim/selinux-syntax-20041225-r1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=install postinst postrm +DEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) +DESCRIPTION=vim plugin: SELinux type enforcement policy syntax +EAPI=7 +HOMEPAGE=http://www.cip.ifi.lmu.de/~bleher/selinux/ +KEYWORDS=~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 +LICENSE=vim +RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) +SLOT=0 +SRC_URI=mirror://gentoo/selinux-syntax-20041225.tar.bz2 https://dev.gentoo.org/~radhermit/vim/selinux-syntax-20041225.tar.bz2 +_eclasses_=estack 43ddf5aaffa7a8d0482df54d25a66a1f vim-doc af2c81a1feeb0a99e91bee3e20769edb vim-plugin 3160d9cb05ef44497be1485db0fe7590 +_md5_=caada6f2bde6b90e7ca7418c0befe003 diff --git a/metadata/md5-cache/dev-db/Manifest.gz b/metadata/md5-cache/dev-db/Manifest.gz index 7cd2fac52f64..dfbac9e3218a 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/mariadb-10.0.38 b/metadata/md5-cache/dev-db/mariadb-10.0.38 index b1aab84cfbf3..f06057bcfcb8 100644 --- a/metadata/md5-cache/dev-db/mariadb-10.0.38 +++ b/metadata/md5-cache/dev-db/mariadb-10.0.38 @@ -4,7 +4,7 @@ DESCRIPTION=An enhanced, drop-in replacement for MySQL EAPI=6 HOMEPAGE=https://mariadb.org/ IUSE=bindist client-libs debug extraengine jdbc jemalloc latin1 libressl numa odbc oqgraph pam +perl profiling selinux +server sphinx static static-libs systemtap tcmalloc test tokudb xml yassl elibc_FreeBSD jdbc abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris LICENSE=GPL-2 PDEPEND=perl? ( >=dev-perl/DBD-mysql-2.9004 ) RDEPEND=selinux? ( sec-policy/selinux-mysql ) client-libs? ( !dev-db/mariadb-connector-c[mysqlcompat] !dev-db/mysql-connector-c ) !dev-db/mysql !dev-db/mariadb-galera !dev-db/percona-server !dev-db/mysql-cluster server? ( !prefix? ( dev-db/mysql-init-scripts ) ) kernel_linux? ( sys-process/procps:0= dev-libs/libaio:0= ) >=sys-apps/sed-4 >=sys-apps/texinfo-4.7-r1 jemalloc? ( dev-libs/jemalloc:0= ) tcmalloc? ( dev-util/google-perftools:0= ) systemtap? ( >=dev-util/systemtap-1.3:0= ) !yassl? ( !libressl? ( dev-libs/openssl:0= !>=dev-libs/openssl-1.1 ) libressl? ( dev-libs/libressl:0= ) ) >=sys-libs/zlib-1.2.3:0= sys-libs/ncurses:0= !bindist? ( >=sys-libs/readline-4.1:0= ) server? ( extraengine? ( odbc? ( dev-db/unixODBC:0= ) xml? ( dev-libs/libxml2:2= ) ) numa? ( sys-process/numactl ) oqgraph? ( >=dev-libs/boost-1.40.0:0= dev-libs/judy:0= ) pam? ( virtual/pam:0= ) tokudb? ( app-arch/snappy ) ) >=dev-libs/libpcre-8.41-r1:3= !client-libs? ( dev-db/mysql-connector-c[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,static-libs?] ) perl? ( !dev-db/mytop virtual/perl-Getopt-Long dev-perl/TermReadKey virtual/perl-Term-ANSIColor virtual/perl-Time-HiRes ) server? ( extraengine? ( jdbc? ( >=virtual/jre-1.6 ) ) ) jdbc? ( >=dev-java/java-config-2.2.0-r3 ) @@ -13,4 +13,4 @@ RESTRICT=!bindist? ( bindist ) libressl? ( test ) SLOT=0/18 SRC_URI=https://downloads.mariadb.org/interstitial/mariadb-10.0.38/source/mariadb-10.0.38.tar.gz mirror://gentoo/mysql-extras-20180809-1700Z.tar.bz2 https://gitweb.gentoo.org/proj/mysql-extras.git/snapshot/mysql-extras-20180809-1700Z.tar.bz2 https://dev.gentoo.org/~grknight/distfiles/mysql-extras-20180809-1700Z.tar.bz2 https://dev.gentoo.org/~robbat2/distfiles/mysql-extras-20180809-1700Z.tar.bz2 https://dev.gentoo.org/~jmbsvicetto/distfiles/mysql-extras-20180809-1700Z.tar.bz2 _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf java-pkg-opt-2 77d2e22d0de7640f817d20e861c0ff3f java-utils-2 dd352559d0e143500ec878acc74da909 ltprune 2729691420b6deeda2a90b1f1183fb55 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multilib-build b42436dc1260f475af229754c165cb6b multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f prefix e51c7882b7b721e54e684f7eb143cbfe preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=80896dc42d57ed85dc3698a572e23999 +_md5_=e6a6e1d102352157ce322ef9291f2e86 diff --git a/metadata/md5-cache/dev-db/mariadb-10.1.38-r1 b/metadata/md5-cache/dev-db/mariadb-10.1.38-r1 index a4991edcc0b2..0f7c2837e231 100644 --- a/metadata/md5-cache/dev-db/mariadb-10.1.38-r1 +++ b/metadata/md5-cache/dev-db/mariadb-10.1.38-r1 @@ -4,7 +4,7 @@ DESCRIPTION=An enhanced, drop-in replacement for MySQL EAPI=6 HOMEPAGE=https://mariadb.org/ IUSE=+backup bindist client-libs cracklib debug extraengine galera jdbc jemalloc kerberos innodb-lz4 innodb-lzo innodb-snappy latin1 libressl mroonga numa odbc oqgraph pam +perl profiling selinux +server sphinx sst-rsync sst-mariabackup sst-xtrabackup systemd systemtap static static-libs tcmalloc test tokudb xml yassl elibc_FreeBSD jdbc abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris LICENSE=GPL-2 PDEPEND=perl? ( >=dev-perl/DBD-mysql-2.9004 ) server? ( galera? ( sst-xtrabackup? ( || ( >=dev-db/percona-xtrabackup-bin-2.2.4 dev-db/percona-xtrabackup ) ) ) ) RDEPEND=selinux? ( sec-policy/selinux-mysql ) client-libs? ( !dev-db/mariadb-connector-c[mysqlcompat] !dev-db/mysql-connector-c ) !dev-db/mysql !dev-db/mariadb-galera !dev-db/percona-server !dev-db/mysql-cluster server? ( !prefix? ( dev-db/mysql-init-scripts ) ) kernel_linux? ( sys-process/procps:0= dev-libs/libaio:0= ) >=sys-apps/sed-4 >=sys-apps/texinfo-4.7-r1 jemalloc? ( dev-libs/jemalloc:0= ) tcmalloc? ( dev-util/google-perftools:0= ) systemtap? ( >=dev-util/systemtap-1.3:0= ) !yassl? ( !libressl? ( dev-libs/openssl:0= !>=dev-libs/openssl-1.1 ) libressl? ( dev-libs/libressl:0= ) ) >=sys-libs/zlib-1.2.3:0= sys-libs/ncurses:0= !bindist? ( sys-libs/binutils-libs:0= >=sys-libs/readline-4.1:0= ) server? ( backup? ( app-arch/libarchive:0= ) cracklib? ( sys-libs/cracklib:0= ) extraengine? ( odbc? ( dev-db/unixODBC:0= ) xml? ( dev-libs/libxml2:2= ) sys-libs/zlib[minizip] ) innodb-lz4? ( app-arch/lz4 ) innodb-lzo? ( dev-libs/lzo ) innodb-snappy? ( app-arch/snappy ) kerberos? ( virtual/krb5 ) mroonga? ( app-text/groonga-normalizer-mysql >=app-text/groonga-7.0.4 ) numa? ( sys-process/numactl ) oqgraph? ( >=dev-libs/boost-1.40.0:0= dev-libs/judy:0= ) pam? ( virtual/pam:0= ) systemd? ( sys-apps/systemd:= ) tokudb? ( app-arch/snappy ) ) !yassl? ( !libressl? ( !>=dev-libs/openssl-1.1.0 ) ) >=dev-libs/libpcre-8.41-r1:3= !client-libs? ( dev-db/mysql-connector-c[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,static-libs?] ) server? ( galera? ( sys-apps/iproute2 =sys-cluster/galera-25* sst-rsync? ( sys-process/lsof ) sst-mariabackup? ( net-misc/socat[ssl] ) sst-xtrabackup? ( net-misc/socat[ssl] ) ) ) perl? ( !dev-db/mytop virtual/perl-Getopt-Long dev-perl/TermReadKey virtual/perl-Term-ANSIColor virtual/perl-Time-HiRes ) server? ( extraengine? ( jdbc? ( >=virtual/jre-1.6 ) ) ) jdbc? ( >=dev-java/java-config-2.2.0-r3 ) @@ -13,4 +13,4 @@ RESTRICT=!bindist? ( bindist ) libressl? ( test ) SLOT=0/18 SRC_URI=https://downloads.mariadb.org/interstitial/mariadb-10.1.38/source/mariadb-10.1.38.tar.gz mirror://gentoo/mysql-extras-20190305-2052Z.tar.bz2 https://gitweb.gentoo.org/proj/mysql-extras.git/snapshot/mysql-extras-20190305-2052Z.tar.bz2 https://dev.gentoo.org/~grknight/distfiles/mysql-extras-20190305-2052Z.tar.bz2 https://dev.gentoo.org/~robbat2/distfiles/mysql-extras-20190305-2052Z.tar.bz2 https://dev.gentoo.org/~jmbsvicetto/distfiles/mysql-extras-20190305-2052Z.tar.bz2 _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf java-pkg-opt-2 77d2e22d0de7640f817d20e861c0ff3f java-utils-2 dd352559d0e143500ec878acc74da909 ltprune 2729691420b6deeda2a90b1f1183fb55 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multilib-build b42436dc1260f475af229754c165cb6b multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f prefix e51c7882b7b721e54e684f7eb143cbfe preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=df33da27d82ef8af9b922d83018f39f0 +_md5_=c2bfa2858503a9aaba3c1162e0bfba5a diff --git a/metadata/md5-cache/dev-db/postgresql-10.7 b/metadata/md5-cache/dev-db/postgresql-10.7 index deeb37b2f1fc..88e2e51698e9 100644 --- a/metadata/md5-cache/dev-db/postgresql-10.7 +++ b/metadata/md5-cache/dev-db/postgresql-10.7 @@ -4,11 +4,11 @@ DESCRIPTION=PostgreSQL RDBMS EAPI=6 HOMEPAGE=https://www.postgresql.org/ IUSE=doc kerberos kernel_linux ldap libressl nls pam perl python +readline selinux +server systemd ssl static-libs tcl threads uuid xml zlib elibc_glibc elibc_uclibc elibc_musl elibc_FreeBSD elibc_NetBSD elibc_OpenBSD kernel_linux 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=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris LICENSE=POSTGRESQL GPL-2 RDEPEND=>=app-eselect/eselect-postgresql-2.0 sys-apps/less virtual/libintl kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( virtual/pam ) perl? ( >=dev-lang/perl-5.8:= ) python? ( 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(+)?] ) readline? ( sys-libs/readline:0= ) server? ( systemd? ( sys-apps/systemd ) ) ssl? ( !libressl? ( >=dev-libs/openssl-0.9.6-r1:0= ) libressl? ( dev-libs/libressl:= ) ) tcl? ( >=dev-lang/tcl-8:0= ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) zlib? ( sys-libs/zlib ) uuid? ( elibc_glibc? ( sys-apps/util-linux ) elibc_uclibc? ( sys-apps/util-linux ) elibc_musl? ( sys-apps/util-linux ) !elibc_glibc? ( !elibc_uclibc? ( !elibc_musl? ( !elibc_FreeBSD? ( !elibc_NetBSD? ( !elibc_OpenBSD? ( dev-libs/ossp-uuid ) ) ) ) ) ) ) !dev-db/postgresql-docs:10 !dev-db/postgresql-base:10 !dev-db/postgresql-server:10 selinux? ( sec-policy/selinux-postgresql ) REQUIRED_USE=python? ( ^^ ( 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 ) ) SLOT=10 SRC_URI=mirror://postgresql/source/v10.7/postgresql-10.7.tar.bz2 _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf l10n 97f2753e3f1f3753d53d856c7c0bbb0b linux-info 953c3b1c472dcadbf62098a9301327f2 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 pam 3e788d86170dfcd5b06824d898315e18 prefix e51c7882b7b721e54e684f7eb143cbfe preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=a01c74957a20068a8aea08ac1be36fc7 +_md5_=8b01ad8611d0d710f463035254e48d0f diff --git a/metadata/md5-cache/dev-db/postgresql-11.2 b/metadata/md5-cache/dev-db/postgresql-11.2 index 4dab13892ee5..a9847bc63dfd 100644 --- a/metadata/md5-cache/dev-db/postgresql-11.2 +++ b/metadata/md5-cache/dev-db/postgresql-11.2 @@ -4,11 +4,11 @@ DESCRIPTION=PostgreSQL RDBMS EAPI=6 HOMEPAGE=http://www.postgresql.org/ IUSE=doc kerberos kernel_linux ldap libressl llvm nls pam perl python +readline selinux +server systemd ssl static-libs tcl threads uuid xml zlib elibc_glibc elibc_uclibc elibc_musl elibc_FreeBSD elibc_NetBSD elibc_OpenBSD kernel_linux 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=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=POSTGRESQL GPL-2 RDEPEND=>=app-eselect/eselect-postgresql-2.0 sys-apps/less virtual/libintl kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) llvm? ( sys-devel/llvm:= sys-devel/clang:= ) pam? ( virtual/pam ) perl? ( >=dev-lang/perl-5.8:= ) python? ( 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(+)?] ) readline? ( sys-libs/readline:0= ) server? ( systemd? ( sys-apps/systemd ) ) ssl? ( !libressl? ( >=dev-libs/openssl-0.9.6-r1:0= ) libressl? ( dev-libs/libressl:= ) ) tcl? ( >=dev-lang/tcl-8:0= ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) zlib? ( sys-libs/zlib ) uuid? ( elibc_glibc? ( sys-apps/util-linux ) elibc_uclibc? ( sys-apps/util-linux ) elibc_musl? ( sys-apps/util-linux ) !elibc_glibc? ( !elibc_uclibc? ( !elibc_musl? ( !elibc_FreeBSD? ( !elibc_NetBSD? ( !elibc_OpenBSD? ( dev-libs/ossp-uuid ) ) ) ) ) ) ) !dev-db/postgresql-docs:11 !dev-db/postgresql-base:11 !dev-db/postgresql-server:11 selinux? ( sec-policy/selinux-postgresql ) REQUIRED_USE=python? ( ^^ ( 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 ) ) SLOT=11 SRC_URI=mirror://postgresql/source/v11.2/postgresql-11.2.tar.bz2 _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf l10n 97f2753e3f1f3753d53d856c7c0bbb0b linux-info 953c3b1c472dcadbf62098a9301327f2 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 pam 3e788d86170dfcd5b06824d898315e18 prefix e51c7882b7b721e54e684f7eb143cbfe preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=3bd8cb165515d1b8f2eaba295858d50a +_md5_=e2bbe796d78bd931fe8ac393c42b1f69 diff --git a/metadata/md5-cache/dev-db/postgresql-9.4.21 b/metadata/md5-cache/dev-db/postgresql-9.4.21 index e832c07725b9..bd9a1ff891ce 100644 --- a/metadata/md5-cache/dev-db/postgresql-9.4.21 +++ b/metadata/md5-cache/dev-db/postgresql-9.4.21 @@ -4,11 +4,11 @@ DESCRIPTION=PostgreSQL RDBMS EAPI=6 HOMEPAGE=https://www.postgresql.org/ IUSE=doc kerberos kernel_linux ldap libressl nls pam perl -pg_legacytimestamp python +readline selinux +server systemd ssl static-libs tcl threads uuid xml zlib elibc_glibc elibc_uclibc elibc_musl elibc_FreeBSD elibc_NetBSD elibc_OpenBSD kernel_linux 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=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris LICENSE=POSTGRESQL GPL-2 RDEPEND=>=app-eselect/eselect-postgresql-2.0 sys-apps/less virtual/libintl kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( virtual/pam ) perl? ( >=dev-lang/perl-5.8:= ) python? ( 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(+)?] ) readline? ( sys-libs/readline:0= ) ssl? ( !libressl? ( >=dev-libs/openssl-0.9.6-r1:0= ) libressl? ( dev-libs/libressl:= ) ) tcl? ( >=dev-lang/tcl-8:0= ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) zlib? ( sys-libs/zlib ) uuid? ( elibc_glibc? ( sys-apps/util-linux ) elibc_uclibc? ( sys-apps/util-linux ) elibc_musl? ( sys-apps/util-linux ) !elibc_glibc? ( !elibc_uclibc? ( !elibc_musl? ( !elibc_FreeBSD? ( !elibc_NetBSD? ( !elibc_OpenBSD? ( dev-libs/ossp-uuid ) ) ) ) ) ) ) !dev-db/postgresql-docs:9.4 !dev-db/postgresql-base:9.4 !dev-db/postgresql-server:9.4 selinux? ( sec-policy/selinux-postgresql ) REQUIRED_USE=python? ( ^^ ( 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 ) ) SLOT=9.4 SRC_URI=mirror://postgresql/source/v9.4.21/postgresql-9.4.21.tar.bz2 _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf l10n 97f2753e3f1f3753d53d856c7c0bbb0b linux-info 953c3b1c472dcadbf62098a9301327f2 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 pam 3e788d86170dfcd5b06824d898315e18 prefix e51c7882b7b721e54e684f7eb143cbfe preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=3fd610e1af0480b2e755dc365e5b3f72 +_md5_=d9cd9fc672957b04fc10690d1d6c7627 diff --git a/metadata/md5-cache/dev-db/postgresql-9.5.16 b/metadata/md5-cache/dev-db/postgresql-9.5.16 index 68b78ab99bab..5f3dd717a5a1 100644 --- a/metadata/md5-cache/dev-db/postgresql-9.5.16 +++ b/metadata/md5-cache/dev-db/postgresql-9.5.16 @@ -4,11 +4,11 @@ DESCRIPTION=PostgreSQL RDBMS EAPI=6 HOMEPAGE=https://www.postgresql.org/ IUSE=doc kerberos kernel_linux ldap libressl nls pam perl -pg_legacytimestamp python +readline selinux +server systemd ssl static-libs tcl threads uuid xml zlib elibc_glibc elibc_uclibc elibc_musl elibc_FreeBSD elibc_NetBSD elibc_OpenBSD kernel_linux 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=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris LICENSE=POSTGRESQL GPL-2 RDEPEND=>=app-eselect/eselect-postgresql-2.0 sys-apps/less virtual/libintl kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( virtual/pam ) perl? ( >=dev-lang/perl-5.8:= ) python? ( 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(+)?] ) readline? ( sys-libs/readline:0= ) ssl? ( !libressl? ( >=dev-libs/openssl-0.9.6-r1:0= ) libressl? ( dev-libs/libressl:= ) ) tcl? ( >=dev-lang/tcl-8:0= ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) zlib? ( sys-libs/zlib ) uuid? ( elibc_glibc? ( sys-apps/util-linux ) elibc_uclibc? ( sys-apps/util-linux ) elibc_musl? ( sys-apps/util-linux ) !elibc_glibc? ( !elibc_uclibc? ( !elibc_musl? ( !elibc_FreeBSD? ( !elibc_NetBSD? ( !elibc_OpenBSD? ( dev-libs/ossp-uuid ) ) ) ) ) ) ) !dev-db/postgresql-docs:9.5 !dev-db/postgresql-base:9.5 !dev-db/postgresql-server:9.5 selinux? ( sec-policy/selinux-postgresql ) REQUIRED_USE=python? ( ^^ ( 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 ) ) SLOT=9.5 SRC_URI=mirror://postgresql/source/v9.5.16/postgresql-9.5.16.tar.bz2 _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf l10n 97f2753e3f1f3753d53d856c7c0bbb0b linux-info 953c3b1c472dcadbf62098a9301327f2 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 pam 3e788d86170dfcd5b06824d898315e18 prefix e51c7882b7b721e54e684f7eb143cbfe preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=d17972ea1d26a1da0a4ff1b89896e7de +_md5_=001e7b310cb6ccf86f2b1bab60e33e96 diff --git a/metadata/md5-cache/dev-db/postgresql-9.6.12 b/metadata/md5-cache/dev-db/postgresql-9.6.12 index ff737fc55995..e75c9b17e59e 100644 --- a/metadata/md5-cache/dev-db/postgresql-9.6.12 +++ b/metadata/md5-cache/dev-db/postgresql-9.6.12 @@ -4,11 +4,11 @@ DESCRIPTION=PostgreSQL RDBMS EAPI=6 HOMEPAGE=https://www.postgresql.org/ IUSE=doc kerberos kernel_linux ldap libressl nls pam perl -pg_legacytimestamp python +readline selinux +server systemd ssl static-libs tcl threads uuid xml zlib elibc_glibc elibc_uclibc elibc_musl elibc_FreeBSD elibc_NetBSD elibc_OpenBSD kernel_linux 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=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=POSTGRESQL GPL-2 RDEPEND=>=app-eselect/eselect-postgresql-2.0 sys-apps/less virtual/libintl kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( virtual/pam ) perl? ( >=dev-lang/perl-5.8:= ) python? ( 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(+)?] ) readline? ( sys-libs/readline:0= ) ssl? ( !libressl? ( >=dev-libs/openssl-0.9.6-r1:0= ) libressl? ( dev-libs/libressl:= ) ) server? ( systemd? ( sys-apps/systemd ) ) tcl? ( >=dev-lang/tcl-8:0= ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) zlib? ( sys-libs/zlib ) uuid? ( elibc_glibc? ( sys-apps/util-linux ) elibc_uclibc? ( sys-apps/util-linux ) elibc_musl? ( sys-apps/util-linux ) !elibc_glibc? ( !elibc_uclibc? ( !elibc_musl? ( !elibc_FreeBSD? ( !elibc_NetBSD? ( !elibc_OpenBSD? ( dev-libs/ossp-uuid ) ) ) ) ) ) ) !dev-db/postgresql-docs:9.6 !dev-db/postgresql-base:9.6 !dev-db/postgresql-server:9.6 selinux? ( sec-policy/selinux-postgresql ) REQUIRED_USE=python? ( ^^ ( 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 ) ) SLOT=9.6 SRC_URI=mirror://postgresql/source/v9.6.12/postgresql-9.6.12.tar.bz2 _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf l10n 97f2753e3f1f3753d53d856c7c0bbb0b linux-info 953c3b1c472dcadbf62098a9301327f2 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 pam 3e788d86170dfcd5b06824d898315e18 prefix e51c7882b7b721e54e684f7eb143cbfe preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=c66a9f2f273ca0a0e9296fbd1758a878 +_md5_=1eb7af2a64ae1678c574170d9ff6898c diff --git a/metadata/md5-cache/dev-java/Manifest.gz b/metadata/md5-cache/dev-java/Manifest.gz index 5a530b3db59c..6fddcd418307 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/eclipsito-20180510 b/metadata/md5-cache/dev-java/eclipsito-20180510 new file mode 100644 index 000000000000..90c5fad0f4b9 --- /dev/null +++ b/metadata/md5-cache/dev-java/eclipsito-20180510 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install preinst prepare setup unpack +DEPEND=>=virtual/jdk-1.8 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +DESCRIPTION=A small subset of Eclipse core libraries for modular applications +EAPI=6 +HOMEPAGE=https://github.com/bardsoftware/eclipsito +IUSE=elibc_FreeBSD doc source elibc_FreeBSD +KEYWORDS=~amd64 ~x86 +LICENSE=EPL-1.0 +RDEPEND=>=virtual/jre-1.8 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +SLOT=0 +SRC_URI=https://github.com/bardsoftware/eclipsito/archive/0eb2fbb739898f55265027c2796f77fbee9f4ab2.tar.gz -> eclipsito-20180510.tar.gz +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-pkg-simple 3e71074eb6884746b37b70b2c9c881f4 java-utils-2 dd352559d0e143500ec878acc74da909 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vcs-snapshot b77011b62e2053c646ad720defe6d921 versionator 2352c3fc97241f6a02042773c8287748 +_md5_=17b85274f8a61d31c90032cfa735431b diff --git a/metadata/md5-cache/dev-libs/Manifest.gz b/metadata/md5-cache/dev-libs/Manifest.gz index 01e10f055761..8b250a7de4c9 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/libclc-0.2.0_pre20190313 b/metadata/md5-cache/dev-libs/libclc-0.2.0_pre20190313 new file mode 100644 index 000000000000..ce954cff7529 --- /dev/null +++ b/metadata/md5-cache/dev-libs/libclc-0.2.0_pre20190313 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure prepare setup +DEPEND=|| ( sys-devel/clang:9 sys-devel/clang:8 sys-devel/clang:7 sys-devel/clang:6 sys-devel/clang:5 sys-devel/clang:4 >=sys-devel/clang-3.9:0 ) || ( dev-lang/python:3.7 dev-lang/python:3.6 dev-lang/python:3.5 >=dev-lang/python-2.7.5-r2:2.7 ) +DESCRIPTION=OpenCL C library +EAPI=6 +HOMEPAGE=http://libclc.llvm.org/ +IUSE=video_cards_nvidia video_cards_r600 video_cards_radeonsi +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( MIT BSD ) +REQUIRED_USE=|| ( video_cards_nvidia video_cards_r600 video_cards_radeonsi ) +SLOT=0 +SRC_URI=https://github.com/llvm-mirror/libclc/archive/45017385361603d6328997a2272d140e50786686.tar.gz -> libclc-0.2.0_pre20190313.tar.gz +_eclasses_=llvm f36be95c5bfae7bc8c82a966d3c8324f multilib b2f01ad412baf81650c23fcf0975fa33 prefix e51c7882b7b721e54e684f7eb143cbfe python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=1c2647f2296a59e7a845ceb17265f7ff diff --git a/metadata/md5-cache/dev-libs/libp11-0.4.9 b/metadata/md5-cache/dev-libs/libp11-0.4.9 index e91b7b0a50fd..a20de8e1d632 100644 --- a/metadata/md5-cache/dev-libs/libp11-0.4.9 +++ b/metadata/md5-cache/dev-libs/libp11-0.4.9 @@ -4,9 +4,9 @@ DESCRIPTION=Abstraction layer to simplify PKCS#11 API EAPI=7 HOMEPAGE=https://github.com/opensc/libp11/wiki IUSE=libressl bindist doc static-libs -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc ~x86 LICENSE=LGPL-2.1 RDEPEND=!libressl? ( dev-libs/openssl:0=[bindist=] ) libressl? ( dev-libs/libressl:0= ) SLOT=0 SRC_URI=https://github.com/OpenSC/libp11/releases/download/libp11-0.4.9/libp11-0.4.9.tar.gz -_md5_=aa4f7d57b00d0c0f0b072100a69db728 +_md5_=91118e992d2d14683120725b88c4e797 diff --git a/metadata/md5-cache/dev-libs/nettle-3.4.1 b/metadata/md5-cache/dev-libs/nettle-3.4.1 index 3b53459b09ce..39b20ed2c8fe 100644 --- a/metadata/md5-cache/dev-libs/nettle-3.4.1 +++ b/metadata/md5-cache/dev-libs/nettle-3.4.1 @@ -5,10 +5,10 @@ DESCRIPTION=Low-level cryptographic library EAPI=7 HOMEPAGE=http://www.lysator.liu.se/~nisse/nettle/ IUSE=doc +gmp neon static-libs test cpu_flags_x86_aes abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=|| ( LGPL-3 LGPL-2.1 ) RDEPEND=gmp? ( >=dev-libs/gmp-6.0:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) SLOT=0/6.2 SRC_URI=mirror://gnu/nettle/nettle-3.4.1.tar.gz _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 libtool f143db5a74ccd9ca28c1234deffede96 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multilib-build b42436dc1260f475af229754c165cb6b multilib-minimal 8bddda43703ba94d8341f4e247f97566 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=00489ece7ca062904a2f4899b156c7a8 +_md5_=451b047b4de7fb5ad4dd31df4e174101 diff --git a/metadata/md5-cache/dev-libs/poco-1.7.6 b/metadata/md5-cache/dev-libs/poco-1.7.6 deleted file mode 100644 index b7be4d8f672f..000000000000 --- a/metadata/md5-cache/dev-libs/poco-1.7.6 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=virtual/pkgconfig sys-devel/make >=dev-util/cmake-3.9.6 -DESCRIPTION=C++ libraries for building network-based applications -EAPI=6 -HOMEPAGE=https://pocoproject.org/ -IUSE=7z apache cppparser +crypto +data examples +file2pagecompiler +json +pagecompiler iodbc libressl +mongodb mysql +net odbc pdf pocodoc sqlite +ssl test +util +xml +zip -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=Boost-1.0 -RDEPEND=>=dev-libs/libpcre-8.13 xml? ( dev-libs/expat ) apache? ( dev-libs/apr dev-libs/apr-util www-servers/apache ) mysql? ( virtual/mysql ) odbc? ( iodbc? ( dev-db/libiodbc ) !iodbc? ( dev-db/unixODBC ) ) ssl? ( !libressl? ( poco-1.7.6.tar.gz -_eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=45213639b583d7002f324fe600d81232 diff --git a/metadata/md5-cache/dev-libs/poco-1.7.6-r1 b/metadata/md5-cache/dev-libs/poco-1.7.6-r1 deleted file mode 100644 index aea7a4a1ad04..000000000000 --- a/metadata/md5-cache/dev-libs/poco-1.7.6-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=virtual/pkgconfig sys-devel/make >=dev-util/cmake-3.9.6 -DESCRIPTION=C++ libraries for building network-based applications -EAPI=6 -HOMEPAGE=https://pocoproject.org/ -IUSE=7z apache cppparser +crypto +data examples +file2pagecompiler +json +pagecompiler iodbc libressl +mongodb mysql +net odbc pdf pocodoc sqlite +ssl test +util +xml +zip -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=Boost-1.0 -RDEPEND=>=dev-libs/libpcre-8.13 xml? ( dev-libs/expat ) apache? ( dev-libs/apr dev-libs/apr-util www-servers/apache ) mysql? ( dev-db/mysql-connector-c:0= ) odbc? ( iodbc? ( dev-db/libiodbc ) !iodbc? ( dev-db/unixODBC ) ) ssl? ( !libressl? ( poco-1.7.6.tar.gz -_eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=3ac95a6b1526975b5aad4fad1eef5df7 diff --git a/metadata/md5-cache/dev-libs/poco-1.9.0 b/metadata/md5-cache/dev-libs/poco-1.9.0 deleted file mode 100644 index 6281d4706564..000000000000 --- a/metadata/md5-cache/dev-libs/poco-1.9.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=virtual/pkgconfig sys-devel/make >=dev-util/cmake-3.9.6 -DESCRIPTION=C++ libraries for building network-based applications -EAPI=6 -HOMEPAGE=https://pocoproject.org/ -IUSE=7z apache cppparser +crypto +data examples +file2pagecompiler +json +pagecompiler iodbc libressl +mongodb mysql +net odbc pdf pocodoc sqlite +ssl test +util +xml +zip -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=Boost-1.0 -RDEPEND=>=dev-libs/libpcre-8.13 xml? ( dev-libs/expat ) apache? ( dev-libs/apr dev-libs/apr-util www-servers/apache ) mysql? ( virtual/mysql ) odbc? ( iodbc? ( dev-db/libiodbc ) !iodbc? ( dev-db/unixODBC ) ) ssl? ( !libressl? ( poco-1.9.0.tar.gz -_eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=45213639b583d7002f324fe600d81232 diff --git a/metadata/md5-cache/dev-libs/poco-1.9.0-r2 b/metadata/md5-cache/dev-libs/poco-1.9.0-r2 new file mode 100644 index 000000000000..9986a93e33c6 --- /dev/null +++ b/metadata/md5-cache/dev-libs/poco-1.9.0-r2 @@ -0,0 +1,15 @@ +BDEPEND=dev-util/ninja >=dev-util/cmake-3.9.6 +DEFINED_PHASES=compile configure install prepare test +DEPEND=virtual/pkgconfig +DESCRIPTION=C++ libraries for building network-based applications +EAPI=7 +HOMEPAGE=https://pocoproject.org/ +IUSE=7z cppparser +crypto +data examples +file2pagecompiler +json +pagecompiler iodbc libressl mariadb +mongodb mysql +net odbc pdf pocodoc sqlite +ssl test +util +xml +zip +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=Boost-1.0 +RDEPEND=>=dev-libs/libpcre-8.42 xml? ( dev-libs/expat ) mysql? ( !mariadb? ( dev-db/mysql-connector-c:0= ) mariadb? ( dev-db/mariadb-connector-c:0= ) ) odbc? ( iodbc? ( dev-db/libiodbc ) !iodbc? ( dev-db/unixODBC ) ) ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) sqlite? ( dev-db/sqlite:3 ) zip? ( sys-libs/zlib ) +REQUIRED_USE=7z? ( xml ) file2pagecompiler? ( pagecompiler ) iodbc? ( odbc ) mongodb? ( data ) mysql? ( data ) odbc? ( data ) pagecompiler? ( json net util xml ) pocodoc? ( cppparser util xml ) ssl? ( util ) sqlite? ( data ) test? ( data? ( sqlite ) json util xml ) +SLOT=0 +SRC_URI=https://github.com/pocoproject/poco/archive/poco-1.9.0-release.tar.gz -> poco-1.9.0.tar.gz +_eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=f21c75c1080a845f1f2440c3d9697879 diff --git a/metadata/md5-cache/dev-ruby/Manifest.gz b/metadata/md5-cache/dev-ruby/Manifest.gz index 45040496a0f4..8d8a76de9f2f 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/rrdtool-bindings-1.7.1 b/metadata/md5-cache/dev-ruby/rrdtool-bindings-1.7.1 index a81b226a8cfa..9e2ddd50af42 100644 --- a/metadata/md5-cache/dev-ruby/rrdtool-bindings-1.7.1 +++ b/metadata/md5-cache/dev-ruby/rrdtool-bindings-1.7.1 @@ -1,7 +1,7 @@ DEFINED_PHASES=compile configure install prepare setup test unpack DEPEND=test? ( ~net-analyzer/rrdtool-1.7.1[graph] ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) DESCRIPTION=Ruby bindings for rrdtool -EAPI=6 +EAPI=5 HOMEPAGE=https://oss.oetiker.ch/rrdtool/ IUSE=graph test elibc_FreeBSD ruby_targets_ruby23 ruby_targets_ruby24 ruby_targets_ruby25 ruby_targets_ruby26 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris @@ -11,4 +11,4 @@ REQUIRED_USE=test? ( graph ) || ( ruby_targets_ruby23 ruby_targets_ruby24 ruby_t SLOT=0 SRC_URI=https://oss.oetiker.ch/rrdtool/pub/rrdtool-1.7.1.tar.gz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 java-utils-2 dd352559d0e143500ec878acc74da909 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 ruby-ng 9ffc1c055a3294fcc48de781c94825f6 ruby-utils 10cec86289e60f4b0d731b2e4b545e5d toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=d8636b5dd95f521f896900d40e7981ab +_md5_=739eb13cbf9b536cfecbbbbf2c72c9e9 diff --git a/metadata/md5-cache/dev-util/Manifest.gz b/metadata/md5-cache/dev-util/Manifest.gz index 04ccb0e131c0..52755474c6db 100644 Binary files a/metadata/md5-cache/dev-util/Manifest.gz and b/metadata/md5-cache/dev-util/Manifest.gz differ diff --git a/metadata/md5-cache/dev-util/anjuta-3.28.0-r1 b/metadata/md5-cache/dev-util/anjuta-3.28.0-r1 new file mode 100644 index 000000000000..927106659ce0 --- /dev/null +++ b/metadata/md5-cache/dev-util/anjuta-3.28.0-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup +DEPEND=>=dev-libs/glib-2.34:2[dbus] x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.10:3 >=dev-libs/libxml2-2.4.23 >=dev-libs/gdl-3.5.5:3= >=x11-libs/gtksourceview-3:3.0 sys-devel/autogen >=gnome-extra/libgda-5:5= dev-util/ctags x11-libs/libXext x11-libs/libXrender 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(+)] devhelp? ( >=dev-util/devhelp-3.7.4:= ) glade? ( >=dev-util/glade-3.12:3.10= ) introspection? ( >=dev-libs/gobject-introspection-0.9.5:= ) subversion? ( >=dev-vcs/subversion-1.8:= >=net-libs/serf-1.2:1= >=dev-libs/apr-1:= >=dev-libs/apr-util-1:= ) terminal? ( >=x11-libs/vte-0.27.6:2.91 ) vala? ( || ( dev-lang/vala:0.40 ) ) >=dev-lang/perl-5 >=dev-util/gtk-doc-am-1.4 >=dev-util/intltool-0.40.1 sys-devel/bison sys-devel/flex >=sys-devel/gettext-0.17 virtual/pkgconfig !!dev-libs/gnome-build test? ( app-text/docbook-xml-dtd:4.1.2 app-text/docbook-xml-dtd:4.5 ) app-text/yelp-tools dev-libs/gobject-introspection-common gnome-base/gnome-common >=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 app-arch/xz-utils dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=A versatile IDE for GNOME +EAPI=6 +HOMEPAGE=https://wiki.gnome.org/Apps/Anjuta +IUSE=debug devhelp glade +introspection packagekit subversion terminal test vala python_targets_python2_7 +KEYWORDS=~amd64 ~ppc ~sparc ~x86 ~x86-fbsd +LICENSE=GPL-2+ +RDEPEND=>=dev-libs/glib-2.34:2[dbus] x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.10:3 >=dev-libs/libxml2-2.4.23 >=dev-libs/gdl-3.5.5:3= >=x11-libs/gtksourceview-3:3.0 sys-devel/autogen >=gnome-extra/libgda-5:5= dev-util/ctags x11-libs/libXext x11-libs/libXrender 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(+)] devhelp? ( >=dev-util/devhelp-3.7.4:= ) glade? ( >=dev-util/glade-3.12:3.10= ) introspection? ( >=dev-libs/gobject-introspection-0.9.5:= ) subversion? ( >=dev-vcs/subversion-1.8:= >=net-libs/serf-1.2:1= >=dev-libs/apr-1:= >=dev-libs/apr-util-1:= ) terminal? ( >=x11-libs/vte-0.27.6:2.91 ) vala? ( || ( dev-lang/vala:0.40 ) ) gnome-base/gsettings-desktop-schemas packagekit? ( app-admin/packagekit-base ) +REQUIRED_USE=python_targets_python2_7 +SLOT=0 +SRC_URI=mirror://gnome/sources/anjuta/3.28/anjuta-3.28.0.tar.xz +_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf gnome.org 532d56d07b9eace4831aaa817d2b756a gnome2 1a42e8c41af42cb294817dcc5b7e3df6 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vala a94a0fb4c35fe91774bb72ec8f3c861f vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=4c374bc8d36fbcaa9f18eb80078d1650 diff --git a/metadata/md5-cache/dev-util/devhelp-3.30.1 b/metadata/md5-cache/dev-util/devhelp-3.30.1 new file mode 100644 index 000000000000..d5b7fa5cbd96 --- /dev/null +++ b/metadata/md5-cache/dev-util/devhelp-3.30.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test +DEPEND=>=dev-libs/glib-2.56:2 >=x11-libs/gtk+-3.22:3[introspection?] >=net-libs/webkit-gtk-2.20:4[introspection?] >=gui-libs/amtk-5.0:5 gnome-base/gsettings-desktop-schemas introspection? ( >=dev-libs/gobject-introspection-1.54:= ) 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_python3_5(-)?,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_7(-),python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] dev-libs/libxml2:2 dev-util/glib-utils dev-util/itstool gtk-doc? ( >=dev-util/gtk-doc-1.25 app-text/docbook-xml-dtd:4.3 ) >=sys-devel/gettext-0.19.8 virtual/pkgconfig app-arch/xz-utils >=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2 dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=An API documentation browser for GNOME +EAPI=6 +HOMEPAGE=https://wiki.gnome.org/Apps/Devhelp +IUSE=gedit gtk-doc +introspection python_targets_python3_5 python_targets_python3_6 python_single_target_python3_5 python_single_target_python3_6 +KEYWORDS=~amd64 +LICENSE=GPL-3+ +RDEPEND=>=dev-libs/glib-2.56:2 >=x11-libs/gtk+-3.22:3[introspection?] >=net-libs/webkit-gtk-2.20:4[introspection?] >=gui-libs/amtk-5.0:5 gnome-base/gsettings-desktop-schemas introspection? ( >=dev-libs/gobject-introspection-1.54:= ) gedit? ( 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_python3_5(-)?,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_7(-),python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] app-editors/gedit[introspection,python,python_targets_python3_5(-)?,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_7(-),python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] dev-python/pygobject:3[python_targets_python3_5(-)?,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_7(-),python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] ) +REQUIRED_USE=gedit? ( ^^ ( python_single_target_python3_5 python_single_target_python3_6 ) python_single_target_python3_5? ( python_targets_python3_5 ) python_single_target_python3_6? ( python_targets_python3_6 ) ) +SLOT=0/3-6 +SRC_URI=mirror://gnome/sources/devhelp/3.30/devhelp-3.30.1.tar.xz +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome.org 532d56d07b9eace4831aaa817d2b756a gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 meson e53acc5913e5581a8a71be22731d8f36 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=ca987e41f23c2685fff9221c28ce2c0c diff --git a/metadata/md5-cache/dev-util/sysprof-3.30.2-r1 b/metadata/md5-cache/dev-util/sysprof-3.30.2-r1 new file mode 100644 index 000000000000..290bc628c226 --- /dev/null +++ b/metadata/md5-cache/dev-util/sysprof-3.30.2-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare test +DEPEND=>=dev-libs/glib-2.44:2 sys-auth/polkit gtk? ( >=x11-libs/gtk+-3.22.0:3 ) elogind? ( >=sys-auth/elogind-239.3 ) systemd? ( >=sys-apps/systemd-222:0= ) dev-libs/appstream-glib dev-libs/libxml2:2 dev-util/itstool >=sys-devel/gettext-0.19.8 >=sys-kernel/linux-headers-2.6.32 virtual/pkgconfig app-arch/xz-utils >=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2 virtual/pkgconfig dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=System-wide Linux Profiler +EAPI=6 +HOMEPAGE=http://sysprof.com/ +IUSE=elogind gtk systemd +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3+ GPL-2+ +RDEPEND=>=dev-libs/glib-2.44:2 sys-auth/polkit gtk? ( >=x11-libs/gtk+-3.22.0:3 ) elogind? ( >=sys-auth/elogind-239.3 ) systemd? ( >=sys-apps/systemd-222:0= ) +REQUIRED_USE=?? ( elogind systemd ) +SLOT=0 +SRC_URI=mirror://gnome/sources/sysprof/3.30/sysprof-3.30.2.tar.xz +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome.org 532d56d07b9eace4831aaa817d2b756a gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 meson e53acc5913e5581a8a71be22731d8f36 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 python-utils-r1 08e17157a6807add7db1f8d01e7e391f systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=3f1f8afa2cd7a3abaa84af92e7c6c9f1 diff --git a/metadata/md5-cache/gnome-base/Manifest.gz b/metadata/md5-cache/gnome-base/Manifest.gz index fc9e8e942926..969b69348e3e 100644 Binary files a/metadata/md5-cache/gnome-base/Manifest.gz and b/metadata/md5-cache/gnome-base/Manifest.gz differ diff --git a/metadata/md5-cache/gnome-base/gnome-control-center-3.30.3-r1 b/metadata/md5-cache/gnome-base/gnome-control-center-3.30.3-r1 new file mode 100644 index 000000000000..1a87aedc9d6f --- /dev/null +++ b/metadata/md5-cache/gnome-base/gnome-control-center-3.30.3-r1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare test +DEPEND=gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.25.3:= ) >=media-sound/pulseaudio-2.0[glib] >=sys-apps/accountsservice-0.6.39 >=x11-misc/colord-0.1.34:0= >=x11-libs/gdk-pixbuf-2.23.0:2 >=dev-libs/glib-2.53.0:2 >=gnome-base/gnome-desktop-3.27.90:3= >=gnome-base/gnome-settings-daemon-3.25.90[colord,input_devices_wacom?] >=gnome-base/gsettings-desktop-schemas-3.27.2 dev-libs/libxml2:2 >=sys-auth/polkit-0.114 >=sys-power/upower-0.99:= x11-libs/libX11 >=x11-libs/libXi-1.2 flickr? ( >=media-libs/grilo-0.3.0:0.3= ) >=x11-libs/gtk+-3.22.0:3[X,wayland=] cups? ( >=net-print/cups-1.7[dbus] >=net-fs/samba-4.0.0[client] ) v4l? ( media-libs/clutter-gtk:1.0 >=media-video/cheese-3.28.0 ) ibus? ( >=app-i18n/ibus-1.5.2 ) wayland? ( virtual/libgudev ) networkmanager? ( >=gnome-extra/nm-applet-1.8.0 >=net-misc/networkmanager-1.10.0:=[modemmanager] >=net-misc/modemmanager-0.7.990 ) bluetooth? ( >=net-wireless/gnome-bluetooth-3.18.2:= ) input_devices_wacom? ( media-libs/clutter-gtk:1.0 >=dev-libs/libwacom-0.27 >=media-libs/clutter-1.11.3:1.0 ) kerberos? ( app-crypt/mit-krb5 ) x11-libs/cairo[glib] >=x11-libs/colord-gtk-0.1.24 net-libs/libsoup:2.4 media-libs/fontconfig gnome-base/libgtop:2= app-crypt/libsecret >=media-libs/libcanberra-0.13[gtk3] >=dev-libs/libpwquality-1.2.2 dev-libs/libxslt app-text/docbook-xsl-stylesheets app-text/docbook-xml-dtd:4.2 x11-base/xorg-proto dev-libs/libxml2:2 dev-util/gdbus-codegen dev-util/glib-utils >=sys-devel/gettext-0.19.8 virtual/pkgconfig app-arch/xz-utils >=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2 dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=GNOME's main interface to configure various aspects of the desktop +EAPI=6 +HOMEPAGE=https://git.gnome.org/browse/gnome-control-center/ +IUSE=+bluetooth +cups debug elogind flickr +gnome-online-accounts +ibus input_devices_wacom kerberos networkmanager systemd v4l wayland +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris +LICENSE=GPL-2+ +PDEPEND=>=gnome-base/gnome-session-2.91.6-r1 +RDEPEND=gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.25.3:= ) >=media-sound/pulseaudio-2.0[glib] >=sys-apps/accountsservice-0.6.39 >=x11-misc/colord-0.1.34:0= >=x11-libs/gdk-pixbuf-2.23.0:2 >=dev-libs/glib-2.53.0:2 >=gnome-base/gnome-desktop-3.27.90:3= >=gnome-base/gnome-settings-daemon-3.25.90[colord,input_devices_wacom?] >=gnome-base/gsettings-desktop-schemas-3.27.2 dev-libs/libxml2:2 >=sys-auth/polkit-0.114 >=sys-power/upower-0.99:= x11-libs/libX11 >=x11-libs/libXi-1.2 flickr? ( >=media-libs/grilo-0.3.0:0.3= ) >=x11-libs/gtk+-3.22.0:3[X,wayland=] cups? ( >=net-print/cups-1.7[dbus] >=net-fs/samba-4.0.0[client] ) v4l? ( media-libs/clutter-gtk:1.0 >=media-video/cheese-3.28.0 ) ibus? ( >=app-i18n/ibus-1.5.2 ) wayland? ( virtual/libgudev ) networkmanager? ( >=gnome-extra/nm-applet-1.8.0 >=net-misc/networkmanager-1.10.0:=[modemmanager] >=net-misc/modemmanager-0.7.990 ) bluetooth? ( >=net-wireless/gnome-bluetooth-3.18.2:= ) input_devices_wacom? ( media-libs/clutter-gtk:1.0 >=dev-libs/libwacom-0.27 >=media-libs/clutter-1.11.3:1.0 ) kerberos? ( app-crypt/mit-krb5 ) x11-libs/cairo[glib] >=x11-libs/colord-gtk-0.1.24 net-libs/libsoup:2.4 media-libs/fontconfig gnome-base/libgtop:2= app-crypt/libsecret >=media-libs/libcanberra-0.13[gtk3] >=dev-libs/libpwquality-1.2.2 systemd? ( >=sys-apps/systemd-31 ) elogind? ( app-admin/openrc-settingsd sys-auth/elogind ) x11-themes/adwaita-icon-theme >=gnome-extra/gnome-color-manager-3.1.2 cups? ( app-admin/system-config-printer net-print/cups-pk-helper ) >=gnome-base/libgnomekbd-3 wayland? ( dev-libs/libinput ) !wayland? ( >=x11-drivers/xf86-input-libinput-0.19.0 input_devices_wacom? ( >=x11-drivers/xf86-input-wacom-0.33.0 ) ) flickr? ( media-plugins/grilo-plugins:0.3[flickr,gnome-online-accounts] ) !=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2 +DEFINED_PHASES=compile configure install postinst postrm preinst test +DEPEND=dev-libs/glib:2 +DESCRIPTION=KDE Connect implementation for Gnome Shell +EAPI=7 +HOMEPAGE=https://github.com/andyholmes/gnome-shell-extension-gsconnect +IUSE=nautilus +KEYWORDS=~amd64 +LICENSE=GPL-2+ +RDEPEND=dev-libs/glib:2 app-eselect/eselect-gnome-shell-extensions >=dev-libs/gjs-1.48 >=gnome-base/gnome-shell-3.28 gnome-base/gvfs || ( ( net-libs/gnome-online-accounts dev-libs/libgdata ) dev-libs/folks ) || ( media-libs/libcanberra media-libs/gsound ) nautilus? ( dev-python/nautilus-python gnome-base/nautilus[introspection] ) +SLOT=0 +SRC_URI=https://github.com/andyholmes/gnome-shell-extension-gsconnect/archive/v21.tar.gz -> gnome-shell-extension-gsconnect-21.tar.gz +_eclasses_=gnome2-utils 532371cfcba45b2ab0d2950547c97d95 meson e53acc5913e5581a8a71be22731d8f36 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 08e17157a6807add7db1f8d01e7e391f readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 toolchain-funcs b45201c4e6c096b98e250336954e64b9 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=f3ee9937c91876c7364527b656da8d5d diff --git a/metadata/md5-cache/gui-libs/Manifest.gz b/metadata/md5-cache/gui-libs/Manifest.gz index 93bcb20dd6ea..8097d837cd55 100644 Binary files a/metadata/md5-cache/gui-libs/Manifest.gz and b/metadata/md5-cache/gui-libs/Manifest.gz differ diff --git a/metadata/md5-cache/gui-libs/amtk-5.0.0 b/metadata/md5-cache/gui-libs/amtk-5.0.0 new file mode 100644 index 000000000000..fa1fd9d4386f --- /dev/null +++ b/metadata/md5-cache/gui-libs/amtk-5.0.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare +DEPEND=>=sys-devel/gettext-0.19.4 >=dev-util/gtk-doc-am-1.25 virtual/pkgconfig >=app-portage/elt-patches-20170815 app-arch/xz-utils dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=Actions, Menus and Toolbars Kit for GTK+ applications +EAPI=6 +HOMEPAGE=https://wiki.gnome.org/Projects/Amtk +IUSE=+introspection +KEYWORDS=~amd64 +LICENSE=LGPL-2.1+ +RDEPEND=>=dev-libs/glib-2.52:2 >=x11-libs/gtk+-3.22:3 introspection? ( >=dev-libs/gobject-introspection-1.42:= ) +SLOT=5 +SRC_URI=mirror://gnome/sources/amtk/5.0/amtk-5.0.0.tar.xz +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome.org 532d56d07b9eace4831aaa817d2b756a gnome2 1a42e8c41af42cb294817dcc5b7e3df6 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=3667eeff6e41c9923c5d39abeb374dc7 diff --git a/metadata/md5-cache/kde-apps/Manifest.gz b/metadata/md5-cache/kde-apps/Manifest.gz index 533740180af6..8b464987342e 100644 Binary files a/metadata/md5-cache/kde-apps/Manifest.gz and b/metadata/md5-cache/kde-apps/Manifest.gz differ diff --git a/metadata/md5-cache/kde-apps/kpat-18.04.3-r1 b/metadata/md5-cache/kde-apps/kpat-18.04.3-r1 index 9c2522c7d25e..e796a1b4536b 100644 --- a/metadata/md5-cache/kde-apps/kpat-18.04.3-r1 +++ b/metadata/md5-cache/kde-apps/kpat-18.04.3-r1 @@ -11,4 +11,4 @@ RDEPEND=>=kde-frameworks/kcompletion-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.04.3/src/kpat-18.04.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 d813fd1a136fa693edfde16be9238ee2 kde5-functions d4c2e71897868aae773401070edc24a4 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=8eec1caf2ec32d388c952667d0038f56 +_md5_=505a67f1b204d2ef98e66e468b1f884c diff --git a/metadata/md5-cache/mail-filter/Manifest.gz b/metadata/md5-cache/mail-filter/Manifest.gz index cd4b7825a5f5..e4f22b90f009 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/libmilter-1.0.2 b/metadata/md5-cache/mail-filter/libmilter-1.0.2 index 5c25b311e3b1..fcadcc71e274 100644 --- a/metadata/md5-cache/mail-filter/libmilter-1.0.2 +++ b/metadata/md5-cache/mail-filter/libmilter-1.0.2 @@ -4,10 +4,10 @@ DESCRIPTION=The Sendmail Filter API (Milter) EAPI=2 HOMEPAGE=http://www.sendmail.org/ IUSE=ipv6 poll -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd +KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd LICENSE=Sendmail RDEPEND=!mail-mta/sendmail SLOT=0 SRC_URI=ftp://ftp.sendmail.org/pub/sendmail/sendmail.8.14.5.tar.gz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=9574045012434ffab254820fe51e1892 +_md5_=f7eb679d2a853d8c2862614e73ca7e7b diff --git a/metadata/md5-cache/media-gfx/Manifest.gz b/metadata/md5-cache/media-gfx/Manifest.gz index 1a56a7585fe1..ab62e9299ba6 100644 Binary files a/metadata/md5-cache/media-gfx/Manifest.gz and b/metadata/md5-cache/media-gfx/Manifest.gz differ diff --git a/metadata/md5-cache/media-gfx/fontforge-20170731-r3 b/metadata/md5-cache/media-gfx/fontforge-20170731-r3 deleted file mode 100644 index 1e50c86919be..000000000000 --- a/metadata/md5-cache/media-gfx/fontforge-20170731-r3 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm setup -DEPEND=dev-libs/libltdl:0 dev-libs/libxml2:2= >=media-libs/freetype-2.3.7:2= cairo? ( >=x11-libs/cairo-1.6:0= x11-libs/pango:0= ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0 ) png? ( media-libs/libpng:0= ) tiff? ( media-libs/tiff:0= ) truetype-debugger? ( >=media-libs/freetype-2.3.8:2[fontforge,-bindist(-)] ) gtk? ( x11-libs/gtk+:2= ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)?,python_single_target_python3_5(+)?] ) readline? ( sys-libs/readline:0= ) unicode? ( media-libs/libuninameslist:0= ) X? ( x11-libs/libX11:0= x11-libs/libXi:0= >=x11-libs/pango-1.10:0=[X] ) !media-gfx/pfaedit sys-devel/gettext virtual/pkgconfig X? ( x11-base/xorg-proto ) -DESCRIPTION=postscript font editor and converter -EAPI=6 -HOMEPAGE=http://fontforge.github.io/ -IUSE=cairo truetype-debugger gif gtk jpeg png +python readline test tiff svg unicode X python_targets_python2_7 python_targets_python3_5 python_single_target_python2_7 python_single_target_python3_5 -KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos -LICENSE=BSD GPL-3+ -RDEPEND=dev-libs/libltdl:0 dev-libs/libxml2:2= >=media-libs/freetype-2.3.7:2= cairo? ( >=x11-libs/cairo-1.6:0= x11-libs/pango:0= ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0 ) png? ( media-libs/libpng:0= ) tiff? ( media-libs/tiff:0= ) truetype-debugger? ( >=media-libs/freetype-2.3.8:2[fontforge,-bindist(-)] ) gtk? ( x11-libs/gtk+:2= ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)?,python_single_target_python3_5(+)?] ) readline? ( sys-libs/readline:0= ) unicode? ( media-libs/libuninameslist:0= ) X? ( x11-libs/libX11:0= x11-libs/libXi:0= >=x11-libs/pango-1.10:0=[X] ) !media-gfx/pfaedit -REQUIRED_USE=cairo? ( png ) python? ( ^^ ( python_single_target_python2_7 python_single_target_python3_5 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_5? ( python_targets_python3_5 ) ) test? ( png python ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://github.com/fontforge/fontforge/releases/download/20170731/fontforge-dist-20170731.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=27ff044f6754e1729533d379045aaad2 diff --git a/metadata/md5-cache/media-gfx/fontforge-20190317 b/metadata/md5-cache/media-gfx/fontforge-20190317 new file mode 100644 index 000000000000..7c3ac5ca363d --- /dev/null +++ b/metadata/md5-cache/media-gfx/fontforge-20190317 @@ -0,0 +1,16 @@ +BDEPEND=sys-devel/gettext virtual/pkgconfig +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup +DEPEND=dev-libs/glib dev-libs/libltdl:0 dev-libs/libxml2:2= >=media-libs/freetype-2.3.7:2= cairo? ( >=x11-libs/cairo-1.6:0= x11-libs/pango:0= ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0 ) png? ( media-libs/libpng:0= ) tiff? ( media-libs/tiff:0= ) truetype-debugger? ( >=media-libs/freetype-2.3.8:2[fontforge,-bindist(-)] ) gtk? ( >=x11-libs/gtk+-3.10:3 ) python? ( 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 ) python_single_target_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_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(+)?] ) readline? ( sys-libs/readline:0= ) unicode? ( media-libs/libuninameslist:0= ) X? ( x11-libs/libX11:0= x11-libs/libXi:0= >=x11-libs/pango-1.10:0=[X] ) !media-gfx/pfaedit X? ( x11-base/xorg-proto ) dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=postscript font editor and converter +EAPI=7 +HOMEPAGE=http://fontforge.github.io/ +IUSE=cairo truetype-debugger gif gtk jpeg png +python readline test tiff svg unicode X 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=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +LICENSE=BSD GPL-3+ +RDEPEND=dev-libs/glib dev-libs/libltdl:0 dev-libs/libxml2:2= >=media-libs/freetype-2.3.7:2= cairo? ( >=x11-libs/cairo-1.6:0= x11-libs/pango:0= ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0 ) png? ( media-libs/libpng:0= ) tiff? ( media-libs/tiff:0= ) truetype-debugger? ( >=media-libs/freetype-2.3.8:2[fontforge,-bindist(-)] ) gtk? ( >=x11-libs/gtk+-3.10:3 ) python? ( 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 ) python_single_target_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_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(+)?] ) readline? ( sys-libs/readline:0= ) unicode? ( media-libs/libuninameslist:0= ) X? ( x11-libs/libX11:0= x11-libs/libXi:0= >=x11-libs/pango-1.10:0=[X] ) !media-gfx/pfaedit +REQUIRED_USE=cairo? ( png ) python? ( ^^ ( python_single_target_python2_7 python_single_target_python3_5 python_single_target_python3_6 python_single_target_python3_7 ) 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 ) python_single_target_python3_7? ( python_targets_python3_7 ) ) test? ( png python ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/fontforge/fontforge/releases/download/20190317/fontforge-20190317.tar.gz +_eclasses_=multilib b2f01ad412baf81650c23fcf0975fa33 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs b45201c4e6c096b98e250336954e64b9 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=7d7c33adbab468c86a222b7121369b28 diff --git a/metadata/md5-cache/media-gfx/simple-scan-3.24.1 b/metadata/md5-cache/media-gfx/simple-scan-3.24.1 index f128c1ba01af..ecd5033117ea 100644 --- a/metadata/md5-cache/media-gfx/simple-scan-3.24.1 +++ b/metadata/md5-cache/media-gfx/simple-scan-3.24.1 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare -DEPEND=>=dev-libs/glib-2.32:2 dev-libs/libgusb[vala] >=media-gfx/sane-backends-1.0.20:= >=sys-libs/zlib-1.2.3.1:= virtual/jpeg:0= x11-libs/cairo:= >=x11-libs/gtk+-3:3 colord? ( >=x11-misc/colord-0.1.24:=[udev] ) || ( dev-lang/vala:0.44 dev-lang/vala:0.42 dev-lang/vala:0.40 dev-lang/vala:0.36 dev-lang/vala:0.34 dev-lang/vala:0.32 ) app-text/yelp-tools dev-libs/appstream-glib >=sys-devel/gettext-0.19.7 virtual/pkgconfig >=app-portage/elt-patches-20170815 app-arch/xz-utils dev-util/desktop-file-utils x11-misc/shared-mime-info +DEPEND=>=dev-libs/glib-2.32:2 dev-libs/libgusb[vala] >=media-gfx/sane-backends-1.0.20:= >=sys-libs/zlib-1.2.3.1:= virtual/jpeg:0= x11-libs/cairo:= >=x11-libs/gtk+-3:3 colord? ( >=x11-misc/colord-0.1.24:=[udev] ) || ( dev-lang/vala:0.40 dev-lang/vala:0.36 dev-lang/vala:0.34 dev-lang/vala:0.32 ) app-text/yelp-tools dev-libs/appstream-glib >=sys-devel/gettext-0.19.7 virtual/pkgconfig >=app-portage/elt-patches-20170815 app-arch/xz-utils dev-util/desktop-file-utils x11-misc/shared-mime-info DESCRIPTION=Simple document scanning utility EAPI=6 HOMEPAGE=https://launchpad.net/simple-scan @@ -10,4 +10,4 @@ RDEPEND=>=dev-libs/glib-2.32:2 dev-libs/libgusb[vala] >=media-gfx/sane-backends- SLOT=0 SRC_URI=https://launchpad.net/simple-scan/3.24/3.24.1/+download/simple-scan-3.24.1.tar.xz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome.org 532d56d07b9eace4831aaa817d2b756a gnome2 1a42e8c41af42cb294817dcc5b7e3df6 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vala a94a0fb4c35fe91774bb72ec8f3c861f vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=048415d4af814384a21b9c15de6b7431 +_md5_=a4056d692c91ae35e193c196a008f9d1 diff --git a/metadata/md5-cache/media-gfx/simple-scan-3.30.2 b/metadata/md5-cache/media-gfx/simple-scan-3.30.2 index ebeaa5d91399..740d378c36b9 100644 --- a/metadata/md5-cache/media-gfx/simple-scan-3.30.2 +++ b/metadata/md5-cache/media-gfx/simple-scan-3.30.2 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare test -DEPEND=>=dev-libs/glib-2.38:2 >=x11-libs/gtk+-3.22:3 >=sys-libs/zlib-1.2.3.1:= x11-libs/cairo:= x11-libs/gdk-pixbuf:2 >=dev-libs/libgusb-0.2.7 colord? ( >=x11-misc/colord-0.1.24:=[udev] ) webp? ( media-libs/libwebp ) >=media-gfx/sane-backends-1.0.20:= virtual/jpeg:0= || ( dev-lang/vala:0.44 dev-lang/vala:0.42 dev-lang/vala:0.40 dev-lang/vala:0.36 dev-lang/vala:0.34 dev-lang/vala:0.32 ) dev-libs/libxml2:2 dev-util/itstool >=sys-devel/gettext-0.19.7 virtual/pkgconfig >=dev-libs/libgusb-0.2.7[vala] colord? ( >=x11-misc/colord-0.1.24:=[vala] ) app-arch/xz-utils >=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2 dev-util/desktop-file-utils x11-misc/shared-mime-info +DEPEND=>=dev-libs/glib-2.38:2 >=x11-libs/gtk+-3.22:3 >=sys-libs/zlib-1.2.3.1:= x11-libs/cairo:= x11-libs/gdk-pixbuf:2 >=dev-libs/libgusb-0.2.7 colord? ( >=x11-misc/colord-0.1.24:=[udev] ) webp? ( media-libs/libwebp ) >=media-gfx/sane-backends-1.0.20:= virtual/jpeg:0= || ( dev-lang/vala:0.44 dev-lang/vala:0.42 dev-lang/vala:0.40 dev-lang/vala:0.36 dev-lang/vala:0.34 ) dev-libs/libxml2:2 dev-util/itstool >=sys-devel/gettext-0.19.8 virtual/pkgconfig >=dev-libs/libgusb-0.2.7[vala] colord? ( >=x11-misc/colord-0.1.24:=[vala] ) app-arch/xz-utils >=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2 dev-util/desktop-file-utils x11-misc/shared-mime-info DESCRIPTION=Simple document scanning utility EAPI=6 -HOMEPAGE=https://launchpad.net/simple-scan +HOMEPAGE=https://gitlab.gnome.org/GNOME/simple-scan IUSE=colord webp KEYWORDS=~amd64 ~arm ~ppc64 ~x86 -LICENSE=GPL-3 +LICENSE=GPL-3+ RDEPEND=>=dev-libs/glib-2.38:2 >=x11-libs/gtk+-3.22:3 >=sys-libs/zlib-1.2.3.1:= x11-libs/cairo:= x11-libs/gdk-pixbuf:2 >=dev-libs/libgusb-0.2.7 colord? ( >=x11-misc/colord-0.1.24:=[udev] ) webp? ( media-libs/libwebp ) >=media-gfx/sane-backends-1.0.20:= virtual/jpeg:0= x11-misc/xdg-utils SLOT=0 SRC_URI=mirror://gnome/sources/simple-scan/3.30/simple-scan-3.30.2.tar.xz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome.org 532d56d07b9eace4831aaa817d2b756a gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 meson e53acc5913e5581a8a71be22731d8f36 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs b45201c4e6c096b98e250336954e64b9 vala a94a0fb4c35fe91774bb72ec8f3c861f vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=6fd16cbe7b59d13eec790733411ef061 +_md5_=0561c5d3c7a4e6c624802b5028edc181 diff --git a/metadata/md5-cache/media-libs/Manifest.gz b/metadata/md5-cache/media-libs/Manifest.gz index fffd869f562e..6262eaa362be 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/mesa-9999 b/metadata/md5-cache/media-libs/mesa-9999 index 026092a3216d..18068cb0297d 100644 --- a/metadata/md5-cache/media-libs/mesa-9999 +++ b/metadata/md5-cache/media-libs/mesa-9999 @@ -3,11 +3,11 @@ DEPEND=!app-eselect/eselect-mesa >=dev-libs/expat-2.1.0-r3:=[abi_x86_32(-)?,abi_ DESCRIPTION=OpenGL-like graphic library for Linux EAPI=6 HOMEPAGE=https://www.mesa3d.org/ https://mesa.freedesktop.org/ -IUSE=video_cards_r100 video_cards_r200 video_cards_r300 video_cards_r600 video_cards_radeon video_cards_radeonsi video_cards_freedreno video_cards_i915 video_cards_i965 video_cards_imx video_cards_intel video_cards_iris video_cards_nouveau video_cards_vc4 video_cards_virgl video_cards_vivante video_cards_vmware +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd +llvm lm_sensors opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind vdpau vulkan vulkan-overlay wayland xa xvmc abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +IUSE=video_cards_r100 video_cards_r200 video_cards_r300 video_cards_r600 video_cards_radeon video_cards_radeonsi video_cards_freedreno video_cards_i915 video_cards_i965 video_cards_intel video_cards_iris video_cards_nouveau video_cards_vc4 video_cards_virgl video_cards_vivante video_cards_vmware +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd +llvm lm_sensors opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind vdpau vulkan vulkan-overlay wayland xa xvmc abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 LICENSE=MIT RDEPEND=!app-eselect/eselect-mesa >=dev-libs/expat-2.1.0-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/zlib-1.2.8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libX11-1.6.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxshmfence-1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXdamage-1.1.4-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXext-1.3.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXxf86vm-1.1.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxcb-1.13:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXfixes:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] libglvnd? ( media-libs/libglvnd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !app-eselect/eselect-opengl ) !libglvnd? ( >=app-eselect/eselect-opengl-1.3.0 ) gallium? ( unwind? ( sys-libs/libunwind[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_r600? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_radeon? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) lm_sensors? ( sys-apps/lm_sensors:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opencl? ( dev-libs/ocl-icd[khronos-headers,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/libclc virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vaapi? ( >=x11-libs/libva-1.7.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 ) ) vdpau? ( >=x11-libs/libvdpau-1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xvmc? ( >=x11-libs/libXvMC-1.0.8:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) wayland? ( >=dev-libs/wayland-1.15.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/wayland-protocols-1.8 ) >=x11-libs/libdrm-2.4.97[video_cards_freedreno?,video_cards_nouveau?,video_cards_vc4?,video_cards_vivante?,video_cards_vmware?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] video_cards_intel? ( !video_cards_i965? ( >=x11-libs/libdrm-2.4.97[video_cards_intel] ) ) video_cards_i915? ( >=x11-libs/libdrm-2.4.97[video_cards_intel] ) video_cards_r100? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_r200? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_r300? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_r600? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_radeon? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.97[video_cards_amdgpu] ) llvm? ( opencl? ( video_cards_r600? ( || ( sys-devel/clang:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) sys-devel/clang:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) !video_cards_r600? ( video_cards_radeonsi? ( || ( sys-devel/clang:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) sys-devel/clang:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) ) !video_cards_r600? ( !video_cards_radeonsi? ( video_cards_radeon? ( || ( sys-devel/clang:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) sys-devel/clang:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) ) ) !video_cards_r600? ( !video_cards_radeon? ( !video_cards_radeonsi? ( || ( sys-devel/clang:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-devel/clang:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-devel/clang:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) sys-devel/clang:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) ) ) !opencl? ( video_cards_r600? ( || ( sys-devel/llvm:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/llvm:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/llvm:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) sys-devel/llvm:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) !video_cards_r600? ( video_cards_radeonsi? ( || ( sys-devel/llvm:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/llvm:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/llvm:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) sys-devel/llvm:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) ) !video_cards_r600? ( !video_cards_radeonsi? ( video_cards_radeon? ( || ( sys-devel/llvm:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/llvm:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/llvm:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) sys-devel/llvm:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) ) ) !video_cards_r600? ( !video_cards_radeon? ( !video_cards_radeonsi? ( || ( sys-devel/llvm:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-devel/llvm:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-devel/llvm:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) sys-devel/llvm:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) ) ) ) -REQUIRED_USE=d3d9? ( dri3 || ( video_cards_iris video_cards_r300 video_cards_r600 video_cards_radeonsi video_cards_nouveau video_cards_vmware ) ) gles1? ( egl ) gles2? ( egl ) vulkan? ( dri3 || ( video_cards_i965 video_cards_iris video_cards_radeonsi ) video_cards_radeonsi? ( llvm ) ) vulkan-overlay? ( vulkan ) wayland? ( egl gbm ) video_cards_freedreno? ( gallium ) video_cards_intel? ( classic ) video_cards_i915? ( || ( classic gallium ) ) video_cards_i965? ( classic ) video_cards_iris? ( gallium ) video_cards_imx? ( gallium video_cards_vivante ) video_cards_nouveau? ( || ( classic gallium ) ) video_cards_radeon? ( || ( classic gallium ) gallium? ( x86? ( llvm ) amd64? ( llvm ) ) ) video_cards_r100? ( classic ) video_cards_r200? ( classic ) video_cards_r300? ( gallium x86? ( llvm ) amd64? ( llvm ) ) video_cards_r600? ( gallium ) video_cards_radeonsi? ( gallium llvm ) video_cards_vc4? ( gallium ) video_cards_virgl? ( gallium ) video_cards_vivante? ( gallium gbm ) video_cards_vmware? ( gallium ) +REQUIRED_USE=d3d9? ( dri3 || ( video_cards_iris video_cards_r300 video_cards_r600 video_cards_radeonsi video_cards_nouveau video_cards_vmware ) ) gles1? ( egl ) gles2? ( egl ) vulkan? ( dri3 || ( video_cards_i965 video_cards_iris video_cards_radeonsi ) video_cards_radeonsi? ( llvm ) ) vulkan-overlay? ( vulkan ) wayland? ( egl gbm ) video_cards_freedreno? ( gallium ) video_cards_intel? ( classic ) video_cards_i915? ( || ( classic gallium ) ) video_cards_i965? ( classic ) video_cards_iris? ( gallium ) video_cards_nouveau? ( || ( classic gallium ) ) video_cards_radeon? ( || ( classic gallium ) gallium? ( x86? ( llvm ) amd64? ( llvm ) ) ) video_cards_r100? ( classic ) video_cards_r200? ( classic ) video_cards_r300? ( gallium x86? ( llvm ) amd64? ( llvm ) ) video_cards_r600? ( gallium ) video_cards_radeonsi? ( gallium llvm ) video_cards_vc4? ( gallium ) video_cards_virgl? ( gallium ) video_cards_vivante? ( gallium gbm ) video_cards_vmware? ( gallium ) RESTRICT=!test? ( test ) SLOT=0 _eclasses_=git-r3 0d4635eeb5a96cd5315597a47eba25c9 llvm f36be95c5bfae7bc8c82a966d3c8324f meson e53acc5913e5581a8a71be22731d8f36 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multilib-build b42436dc1260f475af229754c165cb6b multilib-minimal 8bddda43703ba94d8341f4e247f97566 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f pax-utils e85f015e815dd463b0c206d781ef45a5 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=5ea954f785f1dc71399686049fd147cd +_md5_=6c6352a55751df04781bf92cf805babf diff --git a/metadata/md5-cache/media-sound/Manifest.gz b/metadata/md5-cache/media-sound/Manifest.gz index 4a3e56189b8b..c049b93b9ccf 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/darkice-1.3 b/metadata/md5-cache/media-sound/darkice-1.3 index dad72d46466b..598f9c1b0a48 100644 --- a/metadata/md5-cache/media-sound/darkice-1.3 +++ b/metadata/md5-cache/media-sound/darkice-1.3 @@ -10,5 +10,4 @@ RDEPEND=aac? ( media-libs/faac ) aacplus? ( >=media-libs/libaacplus-2.0.0 ) alsa REQUIRED_USE=|| ( aac aacplus mp3 opus twolame vorbis ) || ( alsa jack pulseaudio ) SLOT=0 SRC_URI=mirror://sourceforge/darkice/darkice-1.3.tar.gz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=e8d725ae877e1225d85fa5e6d5830116 +_md5_=02d6774b062c79c8a04a0ce661613e7b diff --git a/metadata/md5-cache/media-sound/lilypond-2.19.80-r1 b/metadata/md5-cache/media-sound/lilypond-2.19.80-r1 index 478f4a525f22..e766a5fa3add 100644 --- a/metadata/md5-cache/media-sound/lilypond-2.19.80-r1 +++ b/metadata/md5-cache/media-sound/lilypond-2.19.80-r1 @@ -1,15 +1,15 @@ DEFINED_PHASES=compile configure install postinst postrm prepare setup -DEPEND=>=app-text/ghostscript-gpl-8.15 >=dev-scheme/guile-1.8.2:12[deprecated,regex] media-fonts/tex-gyre media-libs/fontconfig media-libs/freetype:2 >=x11-libs/pango-1.12.3 emacs? ( virtual/emacs ) guile2? ( >=dev-scheme/guile-2:12 ) !guile2? ( >=dev-scheme/guile-1.8.2:12[deprecated,regex] =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-text/t1utils dev-lang/perl dev-libs/kpathsea >=dev-texlive/texlive-metapost-2013 || ( >=app-text/texlive-core-2013 >=dev-tex/metapost-1.803 ) virtual/pkgconfig media-gfx/fontforge[png] >=sys-apps/texinfo-4.11 >=sys-devel/bison-2.0 sys-devel/flex sys-devel/gettext sys-devel/make >=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 +DEPEND=>=app-text/ghostscript-gpl-8.15 >=dev-scheme/guile-1.8.2:12=[deprecated,regex] media-fonts/tex-gyre media-libs/fontconfig media-libs/freetype:2 >=x11-libs/pango-1.12.3 emacs? ( virtual/emacs ) guile2? ( >=dev-scheme/guile-2:12 ) !guile2? ( >=dev-scheme/guile-1.8.2:12=[deprecated,regex] =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-text/t1utils dev-lang/perl dev-libs/kpathsea >=dev-texlive/texlive-metapost-2013 || ( >=app-text/texlive-core-2013 >=dev-tex/metapost-1.803 ) virtual/pkgconfig media-gfx/fontforge[png] >=sys-apps/texinfo-4.11 >=sys-devel/bison-2.0 sys-devel/flex sys-devel/gettext sys-devel/make >=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=GNU Music Typesetter EAPI=6 HOMEPAGE=http://lilypond.org/ IUSE=debug emacs guile2 profile vim-syntax python_targets_python2_7 KEYWORDS=amd64 ~arm ~arm64 ~hppa x86 LICENSE=GPL-3 FDL-1.3 -RDEPEND=>=app-text/ghostscript-gpl-8.15 >=dev-scheme/guile-1.8.2:12[deprecated,regex] media-fonts/tex-gyre media-libs/fontconfig media-libs/freetype:2 >=x11-libs/pango-1.12.3 emacs? ( virtual/emacs ) guile2? ( >=dev-scheme/guile-2:12 ) !guile2? ( >=dev-scheme/guile-1.8.2:12[deprecated,regex] =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(+)] +RDEPEND=>=app-text/ghostscript-gpl-8.15 >=dev-scheme/guile-1.8.2:12=[deprecated,regex] media-fonts/tex-gyre media-libs/fontconfig media-libs/freetype:2 >=x11-libs/pango-1.12.3 emacs? ( virtual/emacs ) guile2? ( >=dev-scheme/guile-2:12 ) !guile2? ( >=dev-scheme/guile-1.8.2:12=[deprecated,regex] =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(+)] REQUIRED_USE=python_targets_python2_7 RESTRICT=test SLOT=0 SRC_URI=http://download.linuxaudio.org/lilypond/sources/v2.19/lilypond-2.19.80.tar.gz _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 elisp-common 23f47b2e1de7abf387105eddd1318738 libtool f143db5a74ccd9ca28c1234deffede96 multilib b2f01ad412baf81650c23fcf0975fa33 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs b45201c4e6c096b98e250336954e64b9 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=5168acc7bb077cd0fff1a91f24b7742b +_md5_=4ed5b541881e58a699bd1b8332b1ee77 diff --git a/metadata/md5-cache/media-sound/pavucontrol-4.0 b/metadata/md5-cache/media-sound/pavucontrol-4.0 index 6a7f52567b5f..5d857d77adc3 100644 --- a/metadata/md5-cache/media-sound/pavucontrol-4.0 +++ b/metadata/md5-cache/media-sound/pavucontrol-4.0 @@ -1,14 +1,14 @@ BDEPEND=virtual/pkgconfig nls? ( dev-util/intltool sys-devel/gettext ) DEFINED_PHASES=configure -DEPEND=>=dev-cpp/gtkmm-3.0:3.0 >=dev-libs/libsigc++-2.2:2 >=media-libs/libcanberra-0.16[gtk3] >=media-sound/pulseaudio-5[glib] virtual/freedesktop-icon-theme +DEPEND=>=dev-cpp/gtkmm-3.0:3.0[X] >=dev-libs/libsigc++-2.2:2 >=media-libs/libcanberra-0.16[gtk3] >=media-sound/pulseaudio-5[glib] virtual/freedesktop-icon-theme DESCRIPTION=Pulseaudio Volume Control, GTK based mixer for Pulseaudio EAPI=7 HOMEPAGE=https://freedesktop.org/software/pulseaudio/pavucontrol/ IUSE=nls KEYWORDS=~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd LICENSE=GPL-2 -RDEPEND=>=dev-cpp/gtkmm-3.0:3.0 >=dev-libs/libsigc++-2.2:2 >=media-libs/libcanberra-0.16[gtk3] >=media-sound/pulseaudio-5[glib] virtual/freedesktop-icon-theme +RDEPEND=>=dev-cpp/gtkmm-3.0:3.0[X] >=dev-libs/libsigc++-2.2:2 >=media-libs/libcanberra-0.16[gtk3] >=media-sound/pulseaudio-5[glib] virtual/freedesktop-icon-theme SLOT=0 SRC_URI=https://freedesktop.org/software/pulseaudio/pavucontrol/pavucontrol-4.0.tar.xz _eclasses_=eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=5a9a5c7276c7ec95407cb25ec616b816 +_md5_=95a9e227adaf66f61835df08aa0bf511 diff --git a/metadata/md5-cache/media-sound/pulseaudio-12.2-r1 b/metadata/md5-cache/media-sound/pulseaudio-12.2-r1 new file mode 100644 index 000000000000..2ae610be8c7e --- /dev/null +++ b/metadata/md5-cache/media-sound/pulseaudio-12.2-r1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare pretend setup test +DEPEND=|| ( elibc_glibc? ( virtual/libc ) elibc_uclibc? ( virtual/libc ) dev-libs/libpcre ) >=media-libs/libsndfile-1.0.20[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] X? ( >=x11-libs/libX11-1.4.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxcb-1.6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libSM[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libICE[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXtst[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) caps? ( >=sys-libs/libcap-2.22-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.26.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zeroconf? ( >=net-dns/avahi-0.6.12[dbus] ) jack? ( virtual/jack ) tcpd? ( sys-apps/tcp-wrappers[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gtk? ( x11-libs/gtk+:3 ) bluetooth? ( >=net-wireless/bluez-5 >=sys-apps/dbus-1.0.0 media-libs/sbc ) asyncns? ( net-libs/libasyncns[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) udev? ( >=virtual/udev-143[hwdb(+)] ) equalizer? ( sci-libs/fftw:3.0 ) ofono-headset? ( >=net-misc/ofono-1.13 ) orc? ( >=dev-lang/orc-0.4.15 ) sox? ( >=media-libs/soxr-0.1.1 ) ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) media-libs/speexdsp gdbm? ( sys-libs/gdbm:= ) webrtc-aec? ( >=media-libs/webrtc-audio-processing-0.2 ) elogind? ( sys-auth/elogind ) systemd? ( sys-apps/systemd:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) dev-libs/libltdl:0 selinux? ( sec-policy/selinux-pulseaudio ) realtime? ( sys-auth/rtkit ) gconf? ( >=gnome-base/gconf-3.2.6 ) sys-devel/m4 doc? ( app-doc/doxygen ) test? ( >=dev-libs/check-0.9.10 ) X? ( x11-base/xorg-proto >=x11-libs/libXtst-1.0.99.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) dev-libs/libatomic_ops virtual/pkgconfig system-wide? ( || ( dev-util/unifdef sys-freebsd/freebsd-ubin ) ) dev-util/intltool >=sys-devel/gettext-0.18.1 virtual/pkgconfig virtual/pkgconfig +DESCRIPTION=A networked sound server with an advanced plugin system +EAPI=6 +HOMEPAGE=https://www.freedesktop.org/wiki/Software/PulseAudio/ +IUSE=+alsa +alsa-plugin +asyncns bluetooth +caps dbus doc equalizer elogind gconf +gdbm +glib gtk ipv6 jack libsamplerate libressl lirc native-headset neon ofono-headset +orc oss qt5 realtime selinux sox ssl systemd system-wide tcpd test +udev +webrtc-aec +X zeroconf kernel_linux abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux +LICENSE=!gdbm? ( LGPL-2.1 ) gdbm? ( GPL-2 ) +PDEPEND=alsa? ( alsa-plugin? ( >=media-plugins/alsa-plugins-1.0.27-r1[pulseaudio,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) +RDEPEND=|| ( elibc_glibc? ( virtual/libc ) elibc_uclibc? ( virtual/libc ) dev-libs/libpcre ) >=media-libs/libsndfile-1.0.20[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] X? ( >=x11-libs/libX11-1.4.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxcb-1.6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libSM[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libICE[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXtst[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) caps? ( >=sys-libs/libcap-2.22-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.26.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zeroconf? ( >=net-dns/avahi-0.6.12[dbus] ) jack? ( virtual/jack ) tcpd? ( sys-apps/tcp-wrappers[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gtk? ( x11-libs/gtk+:3 ) bluetooth? ( >=net-wireless/bluez-5 >=sys-apps/dbus-1.0.0 media-libs/sbc ) asyncns? ( net-libs/libasyncns[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) udev? ( >=virtual/udev-143[hwdb(+)] ) equalizer? ( sci-libs/fftw:3.0 ) ofono-headset? ( >=net-misc/ofono-1.13 ) orc? ( >=dev-lang/orc-0.4.15 ) sox? ( >=media-libs/soxr-0.1.1 ) ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) media-libs/speexdsp gdbm? ( sys-libs/gdbm:= ) webrtc-aec? ( >=media-libs/webrtc-audio-processing-0.2 ) elogind? ( sys-auth/elogind ) systemd? ( sys-apps/systemd:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) dev-libs/libltdl:0 selinux? ( sec-policy/selinux-pulseaudio ) realtime? ( sys-auth/rtkit ) gconf? ( >=gnome-base/gconf-3.2.6 ) equalizer? ( qt5? ( dev-python/PyQt5[dbus,widgets] ) ) system-wide? ( alsa? ( media-sound/alsa-utils ) bluetooth? ( >=net-wireless/bluez-5 ) ) +REQUIRED_USE=?? ( elogind systemd ) bluetooth? ( dbus ) equalizer? ( dbus ) ofono-headset? ( bluetooth ) native-headset? ( bluetooth ) realtime? ( dbus ) udev? ( || ( alsa oss ) ) +SLOT=0 +SRC_URI=https://freedesktop.org/software/pulseaudio/releases/pulseaudio-12.2.tar.xz +_eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf gnome2-utils 532371cfcba45b2ab0d2950547c97d95 linux-info 953c3b1c472dcadbf62098a9301327f2 ltprune 2729691420b6deeda2a90b1f1183fb55 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multilib-build b42436dc1260f475af229754c165cb6b multilib-minimal 8bddda43703ba94d8341f4e247f97566 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs b45201c4e6c096b98e250336954e64b9 udev 7752f306eec7b286d00bdb47b763e7ac user 8bd74731cafdcdad8f7a63637302e073 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=18f40b453065a81d632cad038a49bddd diff --git a/metadata/md5-cache/media-sound/rplay-3.3.2-r3 b/metadata/md5-cache/media-sound/rplay-3.3.2-r3 new file mode 100644 index 000000000000..376eecced475 --- /dev/null +++ b/metadata/md5-cache/media-sound/rplay-3.3.2-r3 @@ -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=configure install prepare setup +DEPEND=media-sound/gsm +DESCRIPTION=Play sounds on remote Unix systems without data transfer +EAPI=7 +HOMEPAGE=http://rplay.doit.org/ +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd +LICENSE=GPL-2 +RDEPEND=media-sound/gsm +SLOT=0 +SRC_URI=http://rplay.doit.org/dist/rplay-3.3.2.tar.gz mirror://debian/pool/main/r/rplay/rplay_3.3.2-16.debian.tar.xz +_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 libtool f143db5a74ccd9ca28c1234deffede96 multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 +_md5_=c3bfc0213773c217a535953dbb3940a1 diff --git a/metadata/md5-cache/media-sound/volumeicon-0.5.0 b/metadata/md5-cache/media-sound/volumeicon-0.5.0 deleted file mode 100644 index 5176b090dfc5..000000000000 --- a/metadata/md5-cache/media-sound/volumeicon-0.5.0 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=configure -DEPEND=>=dev-libs/glib-2 media-libs/alsa-lib x11-libs/gtk+:3 x11-libs/libX11 libnotify? ( >=x11-libs/libnotify-0.7 ) virtual/pkgconfig -DESCRIPTION=A lightweight volume control that sits in your systray -EAPI=5 -HOMEPAGE=http://softwarebakery.com/maato/volumeicon.html -IUSE=libnotify -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=>=dev-libs/glib-2 media-libs/alsa-lib x11-libs/gtk+:3 x11-libs/libX11 libnotify? ( >=x11-libs/libnotify-0.7 ) -SLOT=0 -SRC_URI=http://softwarebakery.com/maato/files/volumeicon/volumeicon-0.5.0.tar.gz -_md5_=5628da8d37722dcad2d2ae0528cd8374 diff --git a/metadata/md5-cache/media-sound/volumeicon-0.5.1 b/metadata/md5-cache/media-sound/volumeicon-0.5.1 deleted file mode 100644 index 67aeb6a4abdd..000000000000 --- a/metadata/md5-cache/media-sound/volumeicon-0.5.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=configure -DEPEND=>=dev-libs/glib-2 media-libs/alsa-lib x11-libs/gtk+:3 x11-libs/libX11 libnotify? ( >=x11-libs/libnotify-0.7 ) virtual/pkgconfig -DESCRIPTION=A lightweight volume control that sits in your systray -EAPI=5 -HOMEPAGE=http://softwarebakery.com/maato/volumeicon.html -IUSE=libnotify -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=>=dev-libs/glib-2 media-libs/alsa-lib x11-libs/gtk+:3 x11-libs/libX11 libnotify? ( >=x11-libs/libnotify-0.7 ) -SLOT=0 -SRC_URI=http://softwarebakery.com/maato/files/volumeicon/volumeicon-0.5.1.tar.gz -_md5_=5628da8d37722dcad2d2ae0528cd8374 diff --git a/metadata/md5-cache/media-sound/volumeicon-0.5.1-r1 b/metadata/md5-cache/media-sound/volumeicon-0.5.1-r1 new file mode 100644 index 000000000000..d754cdc106e2 --- /dev/null +++ b/metadata/md5-cache/media-sound/volumeicon-0.5.1-r1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=configure +DEPEND=dev-libs/glib:2 media-libs/alsa-lib x11-libs/gtk+:3[X] x11-libs/libX11 libnotify? ( >=x11-libs/libnotify-0.7 ) dev-util/intltool sys-devel/gettext virtual/pkgconfig +DESCRIPTION=A lightweight volume control that sits in your systray +EAPI=7 +HOMEPAGE=http://nullwise.com/volumeicon.html +IUSE=libnotify +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=dev-libs/glib:2 media-libs/alsa-lib x11-libs/gtk+:3[X] x11-libs/libX11 libnotify? ( >=x11-libs/libnotify-0.7 ) +SLOT=0 +SRC_URI=http://nullwise.com/volumeicon/volumeicon-0.5.1.tar.gz +_md5_=42e96e3726526bdd665c6eb483ef771d diff --git a/metadata/md5-cache/media-video/Manifest.gz b/metadata/md5-cache/media-video/Manifest.gz index 19357f12b04d..0fbb4937d405 100644 Binary files a/metadata/md5-cache/media-video/Manifest.gz and b/metadata/md5-cache/media-video/Manifest.gz differ diff --git a/metadata/md5-cache/media-video/mkvtoolnix-31.0.0 b/metadata/md5-cache/media-video/mkvtoolnix-31.0.0 index 5eff38f9a3fe..7f7a59fafc2b 100644 --- a/metadata/md5-cache/media-video/mkvtoolnix-31.0.0 +++ b/metadata/md5-cache/media-video/mkvtoolnix-31.0.0 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst postrm prepare pretend test -DEPEND=dev-libs/libfmt:= >=dev-libs/boost-1.49.0:= >=dev-libs/libebml-1.3.5:= dev-libs/pugixml media-libs/flac >=media-libs/libmatroska-1.4.8:= media-libs/libogg media-libs/libvorbis sys-apps/file sys-libs/zlib qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 dev-qt/qtconcurrent:5 dev-qt/qtmultimedia:5 app-text/cmark ) dev-cpp/nlohmann_json dev-libs/utfcpp dev-ruby/rake virtual/pkgconfig dev-libs/libxslt app-text/docbook-xsl-stylesheets nls? ( sys-devel/gettext app-text/po4a ) test? ( dev-cpp/gtest ) +DEPEND=dev-libs/libfmt:= >=dev-libs/boost-1.49.0:= >=dev-libs/libebml-1.3.5:= dev-libs/pugixml media-libs/flac >=media-libs/libmatroska-1.4.8:= media-libs/libogg media-libs/libvorbis sys-apps/file sys-libs/zlib qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 dev-qt/qtconcurrent:5 dev-qt/qtmultimedia:5 app-text/cmark:0= ) dev-cpp/nlohmann_json dev-libs/utfcpp dev-ruby/rake virtual/pkgconfig dev-libs/libxslt app-text/docbook-xsl-stylesheets nls? ( sys-devel/gettext app-text/po4a ) test? ( dev-cpp/gtest ) DESCRIPTION=Tools to create, alter, and inspect Matroska files EAPI=6 HOMEPAGE=https://mkvtoolnix.download/ https://gitlab.com/mbunkus/mkvtoolnix IUSE=debug nls pch test qt5 KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 LICENSE=GPL-2 -RDEPEND=dev-libs/libfmt:= >=dev-libs/boost-1.49.0:= >=dev-libs/libebml-1.3.5:= dev-libs/pugixml media-libs/flac >=media-libs/libmatroska-1.4.8:= media-libs/libogg media-libs/libvorbis sys-apps/file sys-libs/zlib qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 dev-qt/qtconcurrent:5 dev-qt/qtmultimedia:5 app-text/cmark ) +RDEPEND=dev-libs/libfmt:= >=dev-libs/boost-1.49.0:= >=dev-libs/libebml-1.3.5:= dev-libs/pugixml media-libs/flac >=media-libs/libmatroska-1.4.8:= media-libs/libogg media-libs/libvorbis sys-apps/file sys-libs/zlib qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 dev-qt/qtconcurrent:5 dev-qt/qtmultimedia:5 app-text/cmark:0= ) SLOT=0 SRC_URI=https://mkvtoolnix.download/sources/mkvtoolnix-31.0.0.tar.xz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 qmake-utils bdf97e69a34b864d6d545f4ec3143ff7 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=84ef5588360bfea04f1381b770612f4e +_md5_=bf8cc9dad3cebc3030ffc20330713522 diff --git a/metadata/md5-cache/media-video/mkvtoolnix-9999 b/metadata/md5-cache/media-video/mkvtoolnix-9999 index 2cceef56700e..bc665ad9289c 100644 --- a/metadata/md5-cache/media-video/mkvtoolnix-9999 +++ b/metadata/md5-cache/media-video/mkvtoolnix-9999 @@ -1,11 +1,11 @@ DEFINED_PHASES=compile configure install postinst postrm prepare pretend test unpack -DEPEND=dev-libs/libfmt:= >=dev-libs/boost-1.49.0:= >=dev-libs/libebml-1.3.5:= dev-libs/pugixml media-libs/flac >=media-libs/libmatroska-1.4.8:= media-libs/libogg media-libs/libvorbis sys-apps/file sys-libs/zlib qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 dev-qt/qtconcurrent:5 dev-qt/qtmultimedia:5 app-text/cmark ) dev-cpp/nlohmann_json dev-libs/utfcpp dev-ruby/rake virtual/pkgconfig dev-libs/libxslt app-text/docbook-xsl-stylesheets nls? ( sys-devel/gettext app-text/po4a ) test? ( dev-cpp/gtest ) >=dev-vcs/git-1.8.2.1[curl] +DEPEND=dev-libs/libfmt:= >=dev-libs/boost-1.49.0:= >=dev-libs/libebml-1.3.5:= dev-libs/pugixml media-libs/flac >=media-libs/libmatroska-1.4.8:= media-libs/libogg media-libs/libvorbis sys-apps/file sys-libs/zlib qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 dev-qt/qtconcurrent:5 dev-qt/qtmultimedia:5 app-text/cmark:0= ) dev-cpp/nlohmann_json dev-libs/utfcpp dev-ruby/rake virtual/pkgconfig dev-libs/libxslt app-text/docbook-xsl-stylesheets nls? ( sys-devel/gettext app-text/po4a ) test? ( dev-cpp/gtest ) >=dev-vcs/git-1.8.2.1[curl] DESCRIPTION=Tools to create, alter, and inspect Matroska files EAPI=6 HOMEPAGE=https://mkvtoolnix.download/ https://gitlab.com/mbunkus/mkvtoolnix IUSE=debug nls pch test qt5 LICENSE=GPL-2 -RDEPEND=dev-libs/libfmt:= >=dev-libs/boost-1.49.0:= >=dev-libs/libebml-1.3.5:= dev-libs/pugixml media-libs/flac >=media-libs/libmatroska-1.4.8:= media-libs/libogg media-libs/libvorbis sys-apps/file sys-libs/zlib qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 dev-qt/qtconcurrent:5 dev-qt/qtmultimedia:5 app-text/cmark ) +RDEPEND=dev-libs/libfmt:= >=dev-libs/boost-1.49.0:= >=dev-libs/libebml-1.3.5:= dev-libs/pugixml media-libs/flac >=media-libs/libmatroska-1.4.8:= media-libs/libogg media-libs/libvorbis sys-apps/file sys-libs/zlib qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 dev-qt/qtconcurrent:5 dev-qt/qtmultimedia:5 app-text/cmark:0= ) SLOT=0 _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 git-r3 0d4635eeb5a96cd5315597a47eba25c9 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 qmake-utils bdf97e69a34b864d6d545f4ec3143ff7 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=96994c509e13292e68978878b120e9dd +_md5_=a6e180a8d6259813a572862d02e2d5ca diff --git a/metadata/md5-cache/net-analyzer/Manifest.gz b/metadata/md5-cache/net-analyzer/Manifest.gz index 2d8efe56fd63..fad3a2c2335f 100644 Binary files a/metadata/md5-cache/net-analyzer/Manifest.gz and b/metadata/md5-cache/net-analyzer/Manifest.gz differ diff --git a/metadata/md5-cache/net-analyzer/greenbone-security-assistant-7.0.3 b/metadata/md5-cache/net-analyzer/greenbone-security-assistant-7.0.3-r1 similarity index 100% rename from metadata/md5-cache/net-analyzer/greenbone-security-assistant-7.0.3 rename to metadata/md5-cache/net-analyzer/greenbone-security-assistant-7.0.3-r1 diff --git a/metadata/md5-cache/net-analyzer/openvas-9.0.0 b/metadata/md5-cache/net-analyzer/openvas-9.0.0 index f07ab65e9ffd..afbd1b51aef7 100644 --- a/metadata/md5-cache/net-analyzer/openvas-9.0.0 +++ b/metadata/md5-cache/net-analyzer/openvas-9.0.0 @@ -5,7 +5,7 @@ HOMEPAGE=http://www.openvas.org/ IUSE=+cli +extras +gsa ldap +ospd radius KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=>=net-analyzer/openvas-libraries-9.0.3 >=net-analyzer/openvas-manager-7.0.3 >=net-analyzer/openvas-scanner-5.1.3 cli? ( >=net-analyzer/gvm-tools-1.4.1 ) extras? ( >=net-analyzer/openvas-libraries-9.0.3[extras] >=net-analyzer/openvas-manager-7.0.3[extras] >=net-analyzer/openvas-scanner-5.1.3[extras] ) gsa? ( >=net-analyzer/greenbone-security-assistant-7.0.3 extras? ( >=net-analyzer/greenbone-security-assistant-7.0.3[extras] ) ) ldap? ( >=net-analyzer/openvas-libraries-9.0.3[ldap] ) ospd? ( >=net-analyzer/ospd-1.3.2 extras? ( >=net-analyzer/ospd-1.3.2[extras] ) ) radius? ( >=net-analyzer/openvas-libraries-9.0.3[radius] ) +RDEPEND=>=net-analyzer/openvas-libraries-9.0.3[extras?] >=net-analyzer/openvas-manager-7.0.3[extras?] >=net-analyzer/openvas-scanner-5.1.3[extras?] cli? ( >=net-analyzer/gvm-tools-1.4.1 ) gsa? ( >=net-analyzer/greenbone-security-assistant-7.0.3[extras?] ) ldap? ( >=net-analyzer/openvas-libraries-9.0.3[ldap] ) ospd? ( >=net-analyzer/ospd-1.3.2[extras?] ) radius? ( >=net-analyzer/openvas-libraries-9.0.3[radius] ) SLOT=0 _eclasses_=eutils 6e6c2737b59a4b982de6fb3ecefd87f8 -_md5_=c23c3a31bad0a7d034301afe8a3b6a3f +_md5_=b7a0c990028022ee7360657d9efd7dfd diff --git a/metadata/md5-cache/net-dialup/Manifest.gz b/metadata/md5-cache/net-dialup/Manifest.gz index d1755489c598..0caec24be73d 100644 Binary files a/metadata/md5-cache/net-dialup/Manifest.gz and b/metadata/md5-cache/net-dialup/Manifest.gz differ diff --git a/metadata/md5-cache/net-dialup/mgetty-1.1.37-r1 b/metadata/md5-cache/net-dialup/mgetty-1.1.37-r1 deleted file mode 100644 index f0bc4087c7a9..000000000000 --- a/metadata/md5-cache/net-dialup/mgetty-1.1.37-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst prepare setup -DEPEND=doc? ( virtual/latex-base virtual/texi2dvi ) >=sys-apps/sed-4 sys-apps/groff dev-lang/perl sys-apps/texinfo virtual/awk fax? ( !net-misc/efax !net-misc/hylafax ) -DESCRIPTION=fax and voice modem programs -EAPI=6 -HOMEPAGE=http://mgetty.greenie.net/ -IUSE=doc +fax fidonet -KEYWORDS=alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 s390 sparc x86 -LICENSE=GPL-2 -RDEPEND=doc? ( virtual/latex-base virtual/texi2dvi ) >=sys-apps/sed-4 sys-apps/groff dev-lang/perl sys-apps/texinfo virtual/awk fax? ( !net-misc/efax !net-misc/hylafax ) fax? ( media-libs/netpbm app-text/ghostscript-gpl ) -SLOT=0 -SRC_URI=ftp://mgetty.greenie.net/pub/mgetty/source/1.1/mgetty1.1.37-Jun05.tar.gz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=6ea364d5aeca6f9b6d5d225734cc8994 diff --git a/metadata/md5-cache/net-misc/Manifest.gz b/metadata/md5-cache/net-misc/Manifest.gz index 60263fb9bcdf..96b6a5ee0a7a 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/modemmanager-1.8.2-r1 b/metadata/md5-cache/net-misc/modemmanager-1.8.2-r1 new file mode 100644 index 000000000000..af0fa86fa642 --- /dev/null +++ b/metadata/md5-cache/net-misc/modemmanager-1.8.2-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare +DEPEND=>=dev-libs/glib-2.36.0:2 udev? ( >=virtual/libgudev-230:= ) introspection? ( >=dev-libs/gobject-introspection-0.9.6:= ) mbim? ( >=net-libs/libmbim-1.16.0 ) policykit? ( >=sys-auth/polkit-0.106[introspection] ) qmi? ( >=net-libs/libqmi-1.20.0:= ) elogind? ( sys-auth/elogind ) systemd? ( >=sys-apps/systemd-209 ) dev-util/gdbus-codegen dev-util/glib-utils >=dev-util/gtk-doc-am-1 >=sys-devel/gettext-0.19.8 virtual/pkgconfig vala? ( || ( dev-lang/vala:0.44[vapigen(+)] dev-lang/vala:0.42[vapigen(+)] dev-lang/vala:0.40[vapigen(+)] dev-lang/vala:0.36[vapigen(+)] dev-lang/vala:0.34[vapigen(+)] dev-lang/vala:0.32[vapigen(+)] ) ) >=app-portage/elt-patches-20170815 app-arch/xz-utils dev-util/desktop-file-utils x11-misc/shared-mime-info virtual/pkgconfig virtual/pkgconfig +DESCRIPTION=Modem and mobile broadband management libraries +EAPI=6 +HOMEPAGE=https://www.freedesktop.org/wiki/Software/ModemManager/ +IUSE=elogind +introspection mbim policykit +qmi systemd +udev vala +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2+ +RDEPEND=>=dev-libs/glib-2.36.0:2 udev? ( >=virtual/libgudev-230:= ) introspection? ( >=dev-libs/gobject-introspection-0.9.6:= ) mbim? ( >=net-libs/libmbim-1.16.0 ) policykit? ( >=sys-auth/polkit-0.106[introspection] ) qmi? ( >=net-libs/libqmi-1.20.0:= ) elogind? ( sys-auth/elogind ) systemd? ( >=sys-apps/systemd-209 ) +REQUIRED_USE=?? ( elogind systemd ) vala? ( introspection ) +SLOT=0/1 +SRC_URI=https://www.freedesktop.org/software/ModemManager/ModemManager-1.8.2.tar.xz +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome.org 532d56d07b9eace4831aaa817d2b756a gnome2 1a42e8c41af42cb294817dcc5b7e3df6 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs b45201c4e6c096b98e250336954e64b9 udev 7752f306eec7b286d00bdb47b763e7ac user 8bd74731cafdcdad8f7a63637302e073 vala a94a0fb4c35fe91774bb72ec8f3c861f vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=7766837f921b9b8de982638e3c1d2474 diff --git a/metadata/md5-cache/net-misc/networkmanager-1.16.0 b/metadata/md5-cache/net-misc/networkmanager-1.16.0 index f0942ae755da..d2ec2f8444df 100644 --- a/metadata/md5-cache/net-misc/networkmanager-1.16.0 +++ b/metadata/md5-cache/net-misc/networkmanager-1.16.0 @@ -11,4 +11,4 @@ REQUIRED_USE=bluetooth? ( modemmanager ) iwd? ( wifi ) vala? ( introspection ) w SLOT=0 SRC_URI=mirror://gnome/sources/NetworkManager/1.16/NetworkManager-1.16.0.tar.xz _eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome.org 532d56d07b9eace4831aaa817d2b756a gnome2 1a42e8c41af42cb294817dcc5b7e3df6 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 libtool f143db5a74ccd9ca28c1234deffede96 linux-info 953c3b1c472dcadbf62098a9301327f2 ltprune 2729691420b6deeda2a90b1f1183fb55 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multilib-build b42436dc1260f475af229754c165cb6b multilib-minimal 8bddda43703ba94d8341f4e247f97566 preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 08e17157a6807add7db1f8d01e7e391f readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs b45201c4e6c096b98e250336954e64b9 udev 7752f306eec7b286d00bdb47b763e7ac user 8bd74731cafdcdad8f7a63637302e073 vala a94a0fb4c35fe91774bb72ec8f3c861f vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=c81f702f96ea5ec412aef6b98784682e +_md5_=5dc3a3bc42fcd68dbcd97685e31fa314 diff --git a/metadata/md5-cache/sci-geosciences/Manifest.gz b/metadata/md5-cache/sci-geosciences/Manifest.gz index 22e2dc780c1f..22750805fa5c 100644 Binary files a/metadata/md5-cache/sci-geosciences/Manifest.gz and b/metadata/md5-cache/sci-geosciences/Manifest.gz differ diff --git a/metadata/md5-cache/sci-geosciences/xtide-2.13.2 b/metadata/md5-cache/sci-geosciences/xtide-2.13.2 deleted file mode 100644 index 0796d3371d7c..000000000000 --- a/metadata/md5-cache/sci-geosciences/xtide-2.13.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install postinst postrm preinst prepare -DEPEND=media-libs/libpng:0 >=sci-geosciences/libtcd-2.2.5_p2 x11-libs/libX11 x11-libs/libXaw3d x11-libs/libXpm x11-libs/libXt gps? ( sci-geosciences/gpsd ) >=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=XTide provides tide and current predictions in a wide variety of formats -EAPI=5 -HOMEPAGE=http://www.flaterco.com/xtide/ -IUSE=gps -KEYWORDS=amd64 x86 -LICENSE=GPL-3 -RDEPEND=media-libs/libpng:0 >=sci-geosciences/libtcd-2.2.5_p2 x11-libs/libX11 x11-libs/libXaw3d x11-libs/libXpm x11-libs/libXt gps? ( sci-geosciences/gpsd ) media-fonts/font-schumacher-misc -SLOT=0 -SRC_URI=ftp://ftp.flaterco.com/xtide/xtide-2.13.2.tar.bz2 -_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=e3980f8abde839a1aaa92f625dadda72 diff --git a/metadata/md5-cache/sci-physics/Manifest.gz b/metadata/md5-cache/sci-physics/Manifest.gz index 591e87991d12..08221efe2a41 100644 Binary files a/metadata/md5-cache/sci-physics/Manifest.gz and b/metadata/md5-cache/sci-physics/Manifest.gz differ diff --git a/metadata/md5-cache/sci-physics/root-6.16.00-r1 b/metadata/md5-cache/sci-physics/root-6.16.00-r1 new file mode 100644 index 000000000000..eee5aea51ab1 --- /dev/null +++ b/metadata/md5-cache/sci-physics/root-6.16.00-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=app-arch/lz4 app-arch/xz-utils fortran? ( dev-lang/cfortran ) dev-libs/libpcre:3 dev-libs/xxhash media-fonts/dejavu media-libs/freetype:2 media-libs/libpng:0= sys-devel/llvm:5= sys-libs/ncurses:= sys-libs/zlib X? ( x11-libs/libX11:0 x11-libs/libXext:0 x11-libs/libXft:0 x11-libs/libXpm:0 opengl? ( media-libs/ftgl:0= media-libs/glew:0= virtual/opengl virtual/glu x11-libs/gl2ps:0= ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwebengine:5[widgets] ) ) asimage? ( || ( media-libs/libafterimage[gif,jpeg,png,tiff?] >=x11-wm/afterstep-2.2.11[gif,jpeg,png,tiff?] ) ) zeroconf? ( net-dns/avahi[mdnsresponder-compat] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-9.0 ) davix? ( net-libs/davix ) emacs? ( virtual/emacs ) fftw? ( sci-libs/fftw:3.0= ) fits? ( sci-libs/cfitsio:0= ) graphviz? ( media-gfx/graphviz ) gsl? ( sci-libs/gsl:= ) http? ( dev-libs/fcgi:0= ) jemalloc? ( dev-libs/jemalloc ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap:0= ) libcxx? ( sys-libs/libcxx ) unuran? ( sci-mathematics/unuran:0= ) minuit? ( !sci-libs/minuit ) mysql? ( dev-db/mysql-connector-c ) odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) ) oracle? ( dev-db/oracle-instantclient-basic ) postgres? ( dev-db/postgresql:= ) pythia6? ( sci-physics/pythia:6 ) pythia8? ( sci-physics/pythia:8 ) python? ( 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 ) python_single_target_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_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(+)?] ) R? ( dev-lang/R ) shadow? ( virtual/shadow ) sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl:0= ) tbb? ( >=dev-cpp/tbb-2018 ) tmva? ( dev-python/numpy[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(+)?] ) vc? ( dev-libs/vc:= ) xml? ( dev-libs/libxml2:2= ) xrootd? ( net-libs/xrootd:0= ) virtual/pkgconfig sys-devel/make >=dev-util/cmake-3.9.6 fortran? ( virtual/fortran ) +DESCRIPTION=C++ data analysis framework and interpreter from CERN +EAPI=6 +HOMEPAGE=https://root.cern +IUSE=+X aqua +asimage +c++11 c++14 c++17 cuda +davix emacs +examples fits fftw fortran +gdml graphviz +gsl http jemalloc kerberos ldap libcxx memstat +minuit mysql odbc +opengl oracle postgres prefix pythia6 pythia8 +python qt5 R +roofit root7 shadow sqlite +ssl table +tbb test +threads +tiff +tmva +unuran vc xinetd +xml xrootd zeroconf 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 ~x86 +LICENSE=LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA +RDEPEND=app-arch/lz4 app-arch/xz-utils fortran? ( dev-lang/cfortran ) dev-libs/libpcre:3 dev-libs/xxhash media-fonts/dejavu media-libs/freetype:2 media-libs/libpng:0= sys-devel/llvm:5= sys-libs/ncurses:= sys-libs/zlib X? ( x11-libs/libX11:0 x11-libs/libXext:0 x11-libs/libXft:0 x11-libs/libXpm:0 opengl? ( media-libs/ftgl:0= media-libs/glew:0= virtual/opengl virtual/glu x11-libs/gl2ps:0= ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwebengine:5[widgets] ) ) asimage? ( || ( media-libs/libafterimage[gif,jpeg,png,tiff?] >=x11-wm/afterstep-2.2.11[gif,jpeg,png,tiff?] ) ) zeroconf? ( net-dns/avahi[mdnsresponder-compat] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-9.0 ) davix? ( net-libs/davix ) emacs? ( virtual/emacs ) fftw? ( sci-libs/fftw:3.0= ) fits? ( sci-libs/cfitsio:0= ) graphviz? ( media-gfx/graphviz ) gsl? ( sci-libs/gsl:= ) http? ( dev-libs/fcgi:0= ) jemalloc? ( dev-libs/jemalloc ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap:0= ) libcxx? ( sys-libs/libcxx ) unuran? ( sci-mathematics/unuran:0= ) minuit? ( !sci-libs/minuit ) mysql? ( dev-db/mysql-connector-c ) odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) ) oracle? ( dev-db/oracle-instantclient-basic ) postgres? ( dev-db/postgresql:= ) pythia6? ( sci-physics/pythia:6 ) pythia8? ( sci-physics/pythia:8 ) python? ( 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 ) python_single_target_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_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(+)?] ) R? ( dev-lang/R ) shadow? ( virtual/shadow ) sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl:0= ) tbb? ( >=dev-cpp/tbb-2018 ) tmva? ( dev-python/numpy[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(+)?] ) vc? ( dev-libs/vc:= ) xml? ( dev-libs/libxml2:2= ) xrootd? ( net-libs/xrootd:0= ) xinetd? ( sys-apps/xinetd ) fortran? ( virtual/fortran ) +REQUIRED_USE=^^ ( c++11 c++14 c++17 ) cuda? ( tmva !c++17 ) !X? ( !asimage !opengl !qt5 !tiff ) davix? ( ssl xml ) python? ( ^^ ( python_single_target_python2_7 python_single_target_python3_5 python_single_target_python3_6 python_single_target_python3_7 ) 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 ) python_single_target_python3_7? ( python_targets_python3_7 ) ) qt5? ( root7 ) root7? ( || ( c++14 c++17 ) ) tmva? ( gsl ) +SLOT=6.16/00 +SRC_URI=https://root.cern/download/root_v6.16.00.source.tar.gz +_eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 cuda bb861e5221b7272ac90c2f12791c1e66 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 elisp-common 23f47b2e1de7abf387105eddd1318738 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf fortran-2 f75a2d9321053acf424991e805f32ede llvm f36be95c5bfae7bc8c82a966d3c8324f ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f prefix e51c7882b7b721e54e684f7eb143cbfe preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=dc52a74ca47f090db58f7871b75496c8 diff --git a/metadata/md5-cache/sys-apps/Manifest.gz b/metadata/md5-cache/sys-apps/Manifest.gz index fa2dd31600e4..792a2af1187f 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/help2man-1.47.10 b/metadata/md5-cache/sys-apps/help2man-1.47.10 new file mode 100644 index 000000000000..b9b56af7a5bf --- /dev/null +++ b/metadata/md5-cache/sys-apps/help2man-1.47.10 @@ -0,0 +1,12 @@ +DEFINED_PHASES=configure prepare +DEPEND=dev-lang/perl nls? ( dev-perl/Locale-gettext ) +DESCRIPTION=GNU utility to convert program --help output to a man page +EAPI=6 +HOMEPAGE=https://www.gnu.org/software/help2man/ +IUSE=nls +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=GPL-3 +RDEPEND=dev-lang/perl nls? ( dev-perl/Locale-gettext ) +SLOT=0 +SRC_URI=mirror://gnu/help2man/help2man-1.47.10.tar.xz +_md5_=a22e8f981152a71d8d42446ebbc740ca diff --git a/metadata/md5-cache/sys-cluster/Manifest.gz b/metadata/md5-cache/sys-cluster/Manifest.gz index 385c45f22f20..7ffc8fc42e96 100644 Binary files a/metadata/md5-cache/sys-cluster/Manifest.gz and b/metadata/md5-cache/sys-cluster/Manifest.gz differ diff --git a/metadata/md5-cache/sys-cluster/ceph-14.2.0-r1 b/metadata/md5-cache/sys-cluster/ceph-14.2.0-r3 similarity index 99% rename from metadata/md5-cache/sys-cluster/ceph-14.2.0-r1 rename to metadata/md5-cache/sys-cluster/ceph-14.2.0-r3 index b4cda441d86d..eb3a5c20bd54 100644 --- a/metadata/md5-cache/sys-cluster/ceph-14.2.0-r1 +++ b/metadata/md5-cache/sys-cluster/ceph-14.2.0-r3 @@ -13,4 +13,4 @@ RESTRICT=test? ( userpriv ) test SLOT=0 SRC_URI=https://download.ceph.com/tarballs/ceph-14.2.0.tar.gz _eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb check-reqs 2c6f909675083dce8430b648bf737cb0 cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs b45201c4e6c096b98e250336954e64b9 udev 7752f306eec7b286d00bdb47b763e7ac user 8bd74731cafdcdad8f7a63637302e073 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=36b991c76da0b89287a45bf632750c7c +_md5_=0fce009f6e5a548267727b4752dcfdd0 diff --git a/metadata/md5-cache/sys-fs/Manifest.gz b/metadata/md5-cache/sys-fs/Manifest.gz index bd2de53ce469..6473962c8170 100644 Binary files a/metadata/md5-cache/sys-fs/Manifest.gz and b/metadata/md5-cache/sys-fs/Manifest.gz differ diff --git a/metadata/md5-cache/sys-fs/ntfs3g-2017.3.23-r2 b/metadata/md5-cache/sys-fs/ntfs3g-2017.3.23-r2 new file mode 100644 index 000000000000..eaef52b41565 --- /dev/null +++ b/metadata/md5-cache/sys-fs/ntfs3g-2017.3.23-r2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare setup +DEPEND=!=dev-libs/libgcrypt-1.2.2:0 >=net-libs/gnutls-1.4.4 ) external-fuse? ( >=sys-fs/fuse-2.8.0:0 ) sys-apps/attr virtual/pkgconfig virtual/pkgconfig >=app-portage/elt-patches-20170815 +DESCRIPTION=Open source read-write NTFS driver that runs under FUSE +EAPI=6 +HOMEPAGE=http://www.tuxera.com/community/ntfs-3g-download/ +IUSE=acl debug +external-fuse ntfsdecrypt +ntfsprogs static-libs suid xattr kernel_linux +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-2 +RDEPEND=!=dev-libs/libgcrypt-1.2.2:0 >=net-libs/gnutls-1.4.4 ) external-fuse? ( >=sys-fs/fuse-2.8.0:0 ) +SLOT=0/88 +SRC_URI=http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2017.3.23.tgz +_eclasses_=eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 libtool f143db5a74ccd9ca28c1234deffede96 linux-info 953c3b1c472dcadbf62098a9301327f2 multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 udev 7752f306eec7b286d00bdb47b763e7ac +_md5_=993fde7ea2a6b4988f24395b7c2ff5dc diff --git a/metadata/md5-cache/sys-kernel/Manifest.gz b/metadata/md5-cache/sys-kernel/Manifest.gz index 7a93ab0d8731..db4f361d2370 100644 Binary files a/metadata/md5-cache/sys-kernel/Manifest.gz and b/metadata/md5-cache/sys-kernel/Manifest.gz differ diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-4.14.108 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.14.108 new file mode 100644 index 000000000000..244654af9d78 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-4.14.108 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=Full sources including the Gentoo patchset for the 4.14 kernel tree +EAPI=6 +HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches +IUSE=experimental symlink build +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=!build? ( dev-lang/perl sys-devel/bc sys-devel/bison sys-devel/flex sys-devel/make >=sys-libs/ncurses-5.2 virtual/libelf ) +RESTRICT=binchecks strip +SLOT=4.14.108 +SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.14.tar.xz mirror://gentoo/genpatches-4.14-116.base.tar.xz mirror://gentoo/genpatches-4.14-116.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.14-116.experimental.tar.xz ) +_eclasses_=eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 estack 43ddf5aaffa7a8d0482df54d25a66a1f kernel-2 b2fdd65b5edb72d87dedaa82df19553c multilib b2f01ad412baf81650c23fcf0975fa33 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=f7d06a390bfd4992e17eb7b0f44d1324 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-4.4.177 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.4.177 new file mode 100644 index 000000000000..63433573590d --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-4.4.177 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=Full sources including the Gentoo patchset for the 4.4 kernel tree +EAPI=6 +HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches +IUSE=experimental symlink build +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 linux-firmware +RDEPEND=!build? ( dev-lang/perl sys-devel/bc sys-devel/bison sys-devel/flex sys-devel/make >=sys-libs/ncurses-5.2 virtual/libelf ) +RESTRICT=binchecks strip +SLOT=4.4.177 +SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.4.tar.xz mirror://gentoo/genpatches-4.4-178.base.tar.xz mirror://gentoo/genpatches-4.4-178.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.4-178.experimental.tar.xz ) +_eclasses_=eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 estack 43ddf5aaffa7a8d0482df54d25a66a1f kernel-2 b2fdd65b5edb72d87dedaa82df19553c multilib b2f01ad412baf81650c23fcf0975fa33 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=6347980dfab7d523d8fb7abb0c0499ec diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-4.9.165 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.9.165 new file mode 100644 index 000000000000..c51a98e60e25 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-4.9.165 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=Full sources including the Gentoo patchset for the 4.9 kernel tree +EAPI=6 +HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches +IUSE=experimental symlink build +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 linux-firmware +RDEPEND=!build? ( dev-lang/perl sys-devel/bc sys-devel/bison sys-devel/flex sys-devel/make >=sys-libs/ncurses-5.2 virtual/libelf ) +RESTRICT=binchecks strip +SLOT=4.9.165 +SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.9.tar.xz mirror://gentoo/genpatches-4.9-169.base.tar.xz mirror://gentoo/genpatches-4.9-169.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.9-169.experimental.tar.xz ) +_eclasses_=eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 estack 43ddf5aaffa7a8d0482df54d25a66a1f kernel-2 b2fdd65b5edb72d87dedaa82df19553c multilib b2f01ad412baf81650c23fcf0975fa33 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=70fabbd4eeae1d3225d302ffc4938253 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-4.4.176 b/metadata/md5-cache/sys-kernel/vanilla-sources-4.4.177 similarity index 92% rename from metadata/md5-cache/sys-kernel/vanilla-sources-4.4.176 rename to metadata/md5-cache/sys-kernel/vanilla-sources-4.4.177 index b210193a6181..f30bdb40f2c9 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-4.4.176 +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-4.4.177 @@ -8,7 +8,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=GPL-2 linux-firmware RDEPEND=!build? ( dev-lang/perl sys-devel/bc sys-devel/bison sys-devel/flex sys-devel/make >=sys-libs/ncurses-5.2 virtual/libelf ) RESTRICT=binchecks strip -SLOT=4.4.176 -SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.4.176.xz mirror://kernel/linux/kernel/v4.x/linux-4.4.tar.xz +SLOT=4.4.177 +SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.4.177.xz mirror://kernel/linux/kernel/v4.x/linux-4.4.tar.xz _eclasses_=eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 estack 43ddf5aaffa7a8d0482df54d25a66a1f kernel-2 b2fdd65b5edb72d87dedaa82df19553c multilib b2f01ad412baf81650c23fcf0975fa33 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs b45201c4e6c096b98e250336954e64b9 _md5_=9e988693886cf9427c6bc538c9613582 diff --git a/metadata/md5-cache/www-client/Manifest.gz b/metadata/md5-cache/www-client/Manifest.gz index 8d2155cb8cf0..44484b42d8b6 100644 Binary files a/metadata/md5-cache/www-client/Manifest.gz and b/metadata/md5-cache/www-client/Manifest.gz differ diff --git a/metadata/md5-cache/www-client/firefox-60.6.1 b/metadata/md5-cache/www-client/firefox-60.6.1 new file mode 100644 index 000000000000..74ac7567fb61 --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-60.6.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup unpack +DEPEND=system-icu? ( >=dev-libs/icu-60.2 ) jack? ( virtual/jack ) >=dev-libs/nss-3.36.7 >=dev-libs/nspr-4.19 selinux? ( sec-policy/selinux-mozilla ) amd64? ( >=dev-lang/yasm-1.1 virtual/opengl ) x86? ( >=dev-lang/yasm-1.1 virtual/opengl ) 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-arch/zip app-arch/unzip >=sys-devel/binutils-2.30 sys-apps/findutils || ( ( sys-devel/clang:8 !clang? ( sys-devel/llvm:8 ) clang? ( =sys-devel/lld-8* sys-devel/llvm:8[gold] ) ) ( sys-devel/clang:7 !clang? ( sys-devel/llvm:7 ) clang? ( =sys-devel/lld-7* sys-devel/llvm:7[gold] ) ) ( sys-devel/clang:6 !clang? ( sys-devel/llvm:6 ) clang? ( =sys-devel/lld-6* sys-devel/llvm:6[gold] ) ) ) pulseaudio? ( media-sound/pulseaudio ) elibc_glibc? ( virtual/cargo virtual/rust ) elibc_musl? ( virtual/cargo virtual/rust ) >=app-text/hunspell-1.5.4:= dev-libs/atk dev-libs/expat >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/libpng-1.6.34: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 dbus? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 ) 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-icu? ( >=dev-libs/icu-59.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.0:0=[threads] ) system-sqlite? ( >=dev-db/sqlite-3.23.1:3[secure-delete,debug=] ) system-libvpx? ( >=media-libs/libvpx-1.5.0:0=[postproc] =media-libs/harfbuzz-1.4.2:0= >=media-gfx/graphite2-1.3.9-r1 ) >=x11-libs/gtk+-3.4.0:3 wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 net-misc/networkmanager ) ) >=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 +DESCRIPTION=Firefox Web Browser +EAPI=6 +HOMEPAGE=https://www.mozilla.com/firefox +IUSE=bindist eme-free geckodriver +gmp-autoupdate hardened hwaccel jack +screenshot selinux test custom-cflags custom-optimization clang dbus debug neon pulseaudio selinux startup-notification system-harfbuzz system-icu system-jpeg system-libevent system-sqlite system-libvpx wifi l10n_ach l10n_af l10n_an l10n_ar l10n_as l10n_ast l10n_az l10n_bg l10n_bn-BD l10n_bn-IN l10n_br l10n_bs l10n_ca l10n_cak l10n_cs l10n_cy l10n_da l10n_de l10n_dsb l10n_el l10n_en-GB l10n_en-ZA 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_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_mai l10n_mk l10n_ml l10n_mr l10n_ms l10n_nb l10n_nl l10n_nn l10n_or 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_uz l10n_vi l10n_xh l10n_zh-CN l10n_zh-TW +KEYWORDS=~amd64 ~x86 +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=system-icu? ( >=dev-libs/icu-60.2 ) jack? ( virtual/jack ) >=dev-libs/nss-3.36.7 >=dev-libs/nspr-4.19 selinux? ( sec-policy/selinux-mozilla ) >=app-text/hunspell-1.5.4:= dev-libs/atk dev-libs/expat >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/libpng-1.6.34: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 dbus? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 ) 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-icu? ( >=dev-libs/icu-59.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.0:0=[threads] ) system-sqlite? ( >=dev-db/sqlite-3.23.1:3[secure-delete,debug=] ) system-libvpx? ( >=media-libs/libvpx-1.5.0:0=[postproc] =media-libs/harfbuzz-1.4.2:0= >=media-gfx/graphite2-1.3.9-r1 ) >=x11-libs/gtk+-3.4.0:3 wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 net-misc/networkmanager ) ) pulseaudio? ( || ( media-sound/pulseaudio >=media-sound/apulse-0.1.9 ) ) selinux? ( sec-policy/selinux-mozilla ) +RESTRICT=!bindist? ( bindist ) +SLOT=0 +SRC_URI=l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/ach.xpi -> firefox-60.6.1esr-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/af.xpi -> firefox-60.6.1esr-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/an.xpi -> firefox-60.6.1esr-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/ar.xpi -> firefox-60.6.1esr-ar.xpi ) l10n_as? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/as.xpi -> firefox-60.6.1esr-as.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/ast.xpi -> firefox-60.6.1esr-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/az.xpi -> firefox-60.6.1esr-az.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/bg.xpi -> firefox-60.6.1esr-bg.xpi ) l10n_bn-BD? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/bn-BD.xpi -> firefox-60.6.1esr-bn-BD.xpi ) l10n_bn-IN? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/bn-IN.xpi -> firefox-60.6.1esr-bn-IN.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/br.xpi -> firefox-60.6.1esr-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/bs.xpi -> firefox-60.6.1esr-bs.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/ca.xpi -> firefox-60.6.1esr-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/cak.xpi -> firefox-60.6.1esr-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/cs.xpi -> firefox-60.6.1esr-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/cy.xpi -> firefox-60.6.1esr-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/da.xpi -> firefox-60.6.1esr-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/de.xpi -> firefox-60.6.1esr-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/dsb.xpi -> firefox-60.6.1esr-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/el.xpi -> firefox-60.6.1esr-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/en-GB.xpi -> firefox-60.6.1esr-en-GB.xpi ) l10n_en-ZA? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/en-ZA.xpi -> firefox-60.6.1esr-en-ZA.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/eo.xpi -> firefox-60.6.1esr-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/es-AR.xpi -> firefox-60.6.1esr-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/es-CL.xpi -> firefox-60.6.1esr-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/es-ES.xpi -> firefox-60.6.1esr-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/es-MX.xpi -> firefox-60.6.1esr-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/et.xpi -> firefox-60.6.1esr-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/eu.xpi -> firefox-60.6.1esr-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/fa.xpi -> firefox-60.6.1esr-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/ff.xpi -> firefox-60.6.1esr-ff.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/fi.xpi -> firefox-60.6.1esr-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/fr.xpi -> firefox-60.6.1esr-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/fy-NL.xpi -> firefox-60.6.1esr-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/ga-IE.xpi -> firefox-60.6.1esr-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/gd.xpi -> firefox-60.6.1esr-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/gl.xpi -> firefox-60.6.1esr-gl.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/gn.xpi -> firefox-60.6.1esr-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/gu-IN.xpi -> firefox-60.6.1esr-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/he.xpi -> firefox-60.6.1esr-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/hi-IN.xpi -> firefox-60.6.1esr-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/hr.xpi -> firefox-60.6.1esr-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/hsb.xpi -> firefox-60.6.1esr-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/hu.xpi -> firefox-60.6.1esr-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/hy-AM.xpi -> firefox-60.6.1esr-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/id.xpi -> firefox-60.6.1esr-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/is.xpi -> firefox-60.6.1esr-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/it.xpi -> firefox-60.6.1esr-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/ja.xpi -> firefox-60.6.1esr-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/ka.xpi -> firefox-60.6.1esr-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/kab.xpi -> firefox-60.6.1esr-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/kk.xpi -> firefox-60.6.1esr-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/km.xpi -> firefox-60.6.1esr-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/kn.xpi -> firefox-60.6.1esr-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/ko.xpi -> firefox-60.6.1esr-ko.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/lij.xpi -> firefox-60.6.1esr-lij.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/lt.xpi -> firefox-60.6.1esr-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/lv.xpi -> firefox-60.6.1esr-lv.xpi ) l10n_mai? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/mai.xpi -> firefox-60.6.1esr-mai.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/mk.xpi -> firefox-60.6.1esr-mk.xpi ) l10n_ml? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/ml.xpi -> firefox-60.6.1esr-ml.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/mr.xpi -> firefox-60.6.1esr-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/ms.xpi -> firefox-60.6.1esr-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/nb-NO.xpi -> firefox-60.6.1esr-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/nl.xpi -> firefox-60.6.1esr-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/nn-NO.xpi -> firefox-60.6.1esr-nn-NO.xpi ) l10n_or? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/or.xpi -> firefox-60.6.1esr-or.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/pa-IN.xpi -> firefox-60.6.1esr-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/pl.xpi -> firefox-60.6.1esr-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/pt-BR.xpi -> firefox-60.6.1esr-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/pt-PT.xpi -> firefox-60.6.1esr-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/rm.xpi -> firefox-60.6.1esr-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/ro.xpi -> firefox-60.6.1esr-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/ru.xpi -> firefox-60.6.1esr-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/si.xpi -> firefox-60.6.1esr-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/sk.xpi -> firefox-60.6.1esr-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/sl.xpi -> firefox-60.6.1esr-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/son.xpi -> firefox-60.6.1esr-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/sq.xpi -> firefox-60.6.1esr-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/sr.xpi -> firefox-60.6.1esr-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/sv-SE.xpi -> firefox-60.6.1esr-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/ta.xpi -> firefox-60.6.1esr-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/te.xpi -> firefox-60.6.1esr-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/th.xpi -> firefox-60.6.1esr-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/tr.xpi -> firefox-60.6.1esr-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/uk.xpi -> firefox-60.6.1esr-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/uz.xpi -> firefox-60.6.1esr-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/vi.xpi -> firefox-60.6.1esr-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/xh.xpi -> firefox-60.6.1esr-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/zh-CN.xpi -> firefox-60.6.1esr-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/linux-i686/xpi/zh-TW.xpi -> firefox-60.6.1esr-zh-TW.xpi ) https://archive.mozilla.org/pub/firefox/releases/60.6.1esr/source/firefox-60.6.1esr.source.tar.xz https://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-60.6-patches-01.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/firefox-60.6-patches-01.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-60.6-patches-01.tar.xz https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-60.6-patches-01.tar.xz +_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 check-reqs 2c6f909675083dce8430b648bf737cb0 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf gnome2-utils 532371cfcba45b2ab0d2950547c97d95 libtool f143db5a74ccd9ca28c1234deffede96 llvm f36be95c5bfae7bc8c82a966d3c8324f ltprune 2729691420b6deeda2a90b1f1183fb55 mozconfig-v6.60 2b2bb73f0d7c508d096467e6abe5c812 mozcoreconf-v6 115ba83c0e59f7a089a04f194a0a91d4 mozextension f47f008a138943f9e40e37c1fca10b24 mozlinguas-v2 7559b4e56a88d67da4e96e77296f723c multilib b2f01ad412baf81650c23fcf0975fa33 pax-utils e85f015e815dd463b0c206d781ef45a5 preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=ed21a2234a69bd545719f2202aba32ad diff --git a/metadata/md5-cache/www-client/firefox-66.0.1 b/metadata/md5-cache/www-client/firefox-66.0.1 new file mode 100644 index 000000000000..fd8b59601e65 --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-66.0.1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup unpack +DEPEND=>=dev-libs/nss-3.42 >=dev-libs/nspr-4.19 >=app-text/hunspell-1.5.4:* 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 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 dbus? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 ) 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.2.0:= >=media-libs/libaom-1.0.0:= ) system-harfbuzz? ( >=media-libs/harfbuzz-2.3.1: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:0=[postproc] =dev-db/sqlite-3.26:3[secure-delete,debug=] ) system-webp? ( >=media-libs/libwebp-1.0.2:0= ) wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 net-misc/networkmanager ) ) jack? ( virtual/jack ) selinux? ( sec-policy/selinux-mozilla ) app-arch/zip app-arch/unzip >=dev-util/cbindgen-0.6.8 >=net-libs/nodejs-8.11.0 >=sys-devel/binutils-2.30 sys-apps/findutils || ( ( 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/cargo-1.31.0 >=virtual/rust-1.31.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? ( dev-lang/nasm ) 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 dbus 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_as l10n_ast l10n_az l10n_bg l10n_bn-BD l10n_bn-IN l10n_br l10n_bs l10n_ca l10n_cak l10n_cs l10n_cy l10n_da l10n_de l10n_dsb l10n_el l10n_en-GB l10n_en-ZA 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_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_mai l10n_mk l10n_ml l10n_mr l10n_ms l10n_nb l10n_nl l10n_nn l10n_or 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_uz l10n_vi l10n_xh l10n_zh-CN l10n_zh-TW pgo +KEYWORDS=~amd64 ~x86 +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=>=dev-libs/nss-3.42 >=dev-libs/nspr-4.19 >=app-text/hunspell-1.5.4:* 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 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 dbus? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 ) 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.2.0:= >=media-libs/libaom-1.0.0:= ) system-harfbuzz? ( >=media-libs/harfbuzz-2.3.1: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:0=[postproc] =dev-db/sqlite-3.26:3[secure-delete,debug=] ) system-webp? ( >=media-libs/libwebp-1.0.2:0= ) wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 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=wifi? ( dbus ) pgo? ( lto ) +RESTRICT=!bindist? ( bindist ) +SLOT=0 +SRC_URI=l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/ach.xpi -> firefox-66.0.1-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/af.xpi -> firefox-66.0.1-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/an.xpi -> firefox-66.0.1-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/ar.xpi -> firefox-66.0.1-ar.xpi ) l10n_as? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/as.xpi -> firefox-66.0.1-as.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/ast.xpi -> firefox-66.0.1-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/az.xpi -> firefox-66.0.1-az.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/bg.xpi -> firefox-66.0.1-bg.xpi ) l10n_bn-BD? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/bn-BD.xpi -> firefox-66.0.1-bn-BD.xpi ) l10n_bn-IN? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/bn-IN.xpi -> firefox-66.0.1-bn-IN.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/br.xpi -> firefox-66.0.1-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/bs.xpi -> firefox-66.0.1-bs.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/ca.xpi -> firefox-66.0.1-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/cak.xpi -> firefox-66.0.1-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/cs.xpi -> firefox-66.0.1-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/cy.xpi -> firefox-66.0.1-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/da.xpi -> firefox-66.0.1-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/de.xpi -> firefox-66.0.1-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/dsb.xpi -> firefox-66.0.1-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/el.xpi -> firefox-66.0.1-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/en-GB.xpi -> firefox-66.0.1-en-GB.xpi ) l10n_en-ZA? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/en-ZA.xpi -> firefox-66.0.1-en-ZA.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/eo.xpi -> firefox-66.0.1-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/es-AR.xpi -> firefox-66.0.1-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/es-CL.xpi -> firefox-66.0.1-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/es-ES.xpi -> firefox-66.0.1-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/es-MX.xpi -> firefox-66.0.1-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/et.xpi -> firefox-66.0.1-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/eu.xpi -> firefox-66.0.1-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/fa.xpi -> firefox-66.0.1-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/ff.xpi -> firefox-66.0.1-ff.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/fi.xpi -> firefox-66.0.1-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/fr.xpi -> firefox-66.0.1-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/fy-NL.xpi -> firefox-66.0.1-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/ga-IE.xpi -> firefox-66.0.1-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/gd.xpi -> firefox-66.0.1-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/gl.xpi -> firefox-66.0.1-gl.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/gn.xpi -> firefox-66.0.1-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/gu-IN.xpi -> firefox-66.0.1-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/he.xpi -> firefox-66.0.1-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/hi-IN.xpi -> firefox-66.0.1-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/hr.xpi -> firefox-66.0.1-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/hsb.xpi -> firefox-66.0.1-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/hu.xpi -> firefox-66.0.1-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/hy-AM.xpi -> firefox-66.0.1-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/id.xpi -> firefox-66.0.1-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/is.xpi -> firefox-66.0.1-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/it.xpi -> firefox-66.0.1-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/ja.xpi -> firefox-66.0.1-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/ka.xpi -> firefox-66.0.1-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/kab.xpi -> firefox-66.0.1-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/kk.xpi -> firefox-66.0.1-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/km.xpi -> firefox-66.0.1-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/kn.xpi -> firefox-66.0.1-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/ko.xpi -> firefox-66.0.1-ko.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/lij.xpi -> firefox-66.0.1-lij.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/lt.xpi -> firefox-66.0.1-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/lv.xpi -> firefox-66.0.1-lv.xpi ) l10n_mai? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/mai.xpi -> firefox-66.0.1-mai.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/mk.xpi -> firefox-66.0.1-mk.xpi ) l10n_ml? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/ml.xpi -> firefox-66.0.1-ml.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/mr.xpi -> firefox-66.0.1-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/ms.xpi -> firefox-66.0.1-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/nb-NO.xpi -> firefox-66.0.1-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/nl.xpi -> firefox-66.0.1-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/nn-NO.xpi -> firefox-66.0.1-nn-NO.xpi ) l10n_or? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/or.xpi -> firefox-66.0.1-or.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/pa-IN.xpi -> firefox-66.0.1-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/pl.xpi -> firefox-66.0.1-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/pt-BR.xpi -> firefox-66.0.1-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/pt-PT.xpi -> firefox-66.0.1-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/rm.xpi -> firefox-66.0.1-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/ro.xpi -> firefox-66.0.1-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/ru.xpi -> firefox-66.0.1-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/si.xpi -> firefox-66.0.1-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/sk.xpi -> firefox-66.0.1-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/sl.xpi -> firefox-66.0.1-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/son.xpi -> firefox-66.0.1-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/sq.xpi -> firefox-66.0.1-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/sr.xpi -> firefox-66.0.1-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/sv-SE.xpi -> firefox-66.0.1-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/ta.xpi -> firefox-66.0.1-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/te.xpi -> firefox-66.0.1-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/th.xpi -> firefox-66.0.1-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/tr.xpi -> firefox-66.0.1-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/uk.xpi -> firefox-66.0.1-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/uz.xpi -> firefox-66.0.1-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/vi.xpi -> firefox-66.0.1-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/xh.xpi -> firefox-66.0.1-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/zh-CN.xpi -> firefox-66.0.1-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/66.0.1/linux-i686/xpi/zh-TW.xpi -> firefox-66.0.1-zh-TW.xpi ) https://archive.mozilla.org/pub/firefox/releases/66.0.1/source/firefox-66.0.1.source.tar.xz https://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-66.0-patches-07.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/firefox-66.0-patches-07.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-66.0-patches-07.tar.xz https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-66.0-patches-07.tar.xz +_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 check-reqs 2c6f909675083dce8430b648bf737cb0 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf gnome2-utils 532371cfcba45b2ab0d2950547c97d95 libtool f143db5a74ccd9ca28c1234deffede96 llvm f36be95c5bfae7bc8c82a966d3c8324f ltprune 2729691420b6deeda2a90b1f1183fb55 mozcoreconf-v6 115ba83c0e59f7a089a04f194a0a91d4 mozextension f47f008a138943f9e40e37c1fca10b24 mozlinguas-v2 7559b4e56a88d67da4e96e77296f723c multilib b2f01ad412baf81650c23fcf0975fa33 pax-utils e85f015e815dd463b0c206d781ef45a5 preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=8910e144236952554d4a66d184539b1a diff --git a/metadata/md5-cache/www-client/firefox-bin-60.5.2 b/metadata/md5-cache/www-client/firefox-bin-60.5.2 deleted file mode 100644 index 780cf494e4bc..000000000000 --- a/metadata/md5-cache/www-client/firefox-bin-60.5.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst 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_as l10n_ast l10n_az l10n_bg l10n_bn-BD l10n_bn-IN l10n_br l10n_bs l10n_ca l10n_cs l10n_cy l10n_da l10n_de l10n_el l10n_en-GB l10n_en-ZA l10n_eo l10n_es-AR l10n_es-CL l10n_es-ES l10n_es-MX l10n_et l10n_eu l10n_fa l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_gu l10n_he l10n_hi l10n_hr l10n_hsb l10n_hu l10n_hy l10n_id l10n_is l10n_it l10n_ja l10n_kk l10n_km l10n_kn l10n_ko l10n_lt l10n_lv l10n_mai l10n_mk l10n_ml l10n_mr l10n_ms l10n_nb l10n_nl l10n_nn l10n_or 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_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-60.5.2esr-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/af.xpi -> firefox-60.5.2esr-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/an.xpi -> firefox-60.5.2esr-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/ar.xpi -> firefox-60.5.2esr-ar.xpi ) l10n_as? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/as.xpi -> firefox-60.5.2esr-as.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/ast.xpi -> firefox-60.5.2esr-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/az.xpi -> firefox-60.5.2esr-az.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/bg.xpi -> firefox-60.5.2esr-bg.xpi ) l10n_bn-BD? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/bn-BD.xpi -> firefox-60.5.2esr-bn-BD.xpi ) l10n_bn-IN? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/bn-IN.xpi -> firefox-60.5.2esr-bn-IN.xpi ) l10n_br? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/br.xpi -> firefox-60.5.2esr-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/bs.xpi -> firefox-60.5.2esr-bs.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/ca.xpi -> firefox-60.5.2esr-ca.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/cs.xpi -> firefox-60.5.2esr-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/cy.xpi -> firefox-60.5.2esr-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/da.xpi -> firefox-60.5.2esr-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/de.xpi -> firefox-60.5.2esr-de.xpi ) l10n_el? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/el.xpi -> firefox-60.5.2esr-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/en-GB.xpi -> firefox-60.5.2esr-en-GB.xpi ) l10n_en-ZA? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/en-ZA.xpi -> firefox-60.5.2esr-en-ZA.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/eo.xpi -> firefox-60.5.2esr-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/es-AR.xpi -> firefox-60.5.2esr-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/es-CL.xpi -> firefox-60.5.2esr-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/es-ES.xpi -> firefox-60.5.2esr-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/es-MX.xpi -> firefox-60.5.2esr-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/et.xpi -> firefox-60.5.2esr-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/eu.xpi -> firefox-60.5.2esr-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/fa.xpi -> firefox-60.5.2esr-fa.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/fi.xpi -> firefox-60.5.2esr-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/fr.xpi -> firefox-60.5.2esr-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/fy-NL.xpi -> firefox-60.5.2esr-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/ga-IE.xpi -> firefox-60.5.2esr-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/gd.xpi -> firefox-60.5.2esr-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/gl.xpi -> firefox-60.5.2esr-gl.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/gu-IN.xpi -> firefox-60.5.2esr-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/he.xpi -> firefox-60.5.2esr-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/hi-IN.xpi -> firefox-60.5.2esr-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/hr.xpi -> firefox-60.5.2esr-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/hsb.xpi -> firefox-60.5.2esr-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/hu.xpi -> firefox-60.5.2esr-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/hy-AM.xpi -> firefox-60.5.2esr-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/id.xpi -> firefox-60.5.2esr-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/is.xpi -> firefox-60.5.2esr-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/it.xpi -> firefox-60.5.2esr-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/ja.xpi -> firefox-60.5.2esr-ja.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/kk.xpi -> firefox-60.5.2esr-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/km.xpi -> firefox-60.5.2esr-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/kn.xpi -> firefox-60.5.2esr-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/ko.xpi -> firefox-60.5.2esr-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/lt.xpi -> firefox-60.5.2esr-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/lv.xpi -> firefox-60.5.2esr-lv.xpi ) l10n_mai? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/mai.xpi -> firefox-60.5.2esr-mai.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/mk.xpi -> firefox-60.5.2esr-mk.xpi ) l10n_ml? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/ml.xpi -> firefox-60.5.2esr-ml.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/mr.xpi -> firefox-60.5.2esr-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/ms.xpi -> firefox-60.5.2esr-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/nb-NO.xpi -> firefox-60.5.2esr-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/nl.xpi -> firefox-60.5.2esr-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/nn-NO.xpi -> firefox-60.5.2esr-nn-NO.xpi ) l10n_or? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/or.xpi -> firefox-60.5.2esr-or.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/pa-IN.xpi -> firefox-60.5.2esr-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/pl.xpi -> firefox-60.5.2esr-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/pt-BR.xpi -> firefox-60.5.2esr-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/pt-PT.xpi -> firefox-60.5.2esr-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/rm.xpi -> firefox-60.5.2esr-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/ro.xpi -> firefox-60.5.2esr-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/ru.xpi -> firefox-60.5.2esr-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/si.xpi -> firefox-60.5.2esr-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/sk.xpi -> firefox-60.5.2esr-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/sl.xpi -> firefox-60.5.2esr-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/son.xpi -> firefox-60.5.2esr-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/sq.xpi -> firefox-60.5.2esr-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/sr.xpi -> firefox-60.5.2esr-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/sv-SE.xpi -> firefox-60.5.2esr-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/ta.xpi -> firefox-60.5.2esr-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/te.xpi -> firefox-60.5.2esr-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/th.xpi -> firefox-60.5.2esr-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/tr.xpi -> firefox-60.5.2esr-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/uk.xpi -> firefox-60.5.2esr-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/uz.xpi -> firefox-60.5.2esr-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/vi.xpi -> firefox-60.5.2esr-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/xh.xpi -> firefox-60.5.2esr-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/zh-CN.xpi -> firefox-60.5.2esr-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.5.2esr/linux-i686/xpi/zh-TW.xpi -> firefox-60.5.2esr-zh-TW.xpi ) amd64? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases/60.5.2esr/linux-x86_64/en-US/firefox-60.5.2esr.tar.bz2 -> firefox-bin_x86_64-60.5.2.tar.bz2 ) x86? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases/60.5.2esr/linux-i686/en-US/firefox-60.5.2esr.tar.bz2 -> firefox-bin_i686-60.5.2.tar.bz2 ) -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 mozextension f47f008a138943f9e40e37c1fca10b24 mozlinguas-v2 7559b4e56a88d67da4e96e77296f723c multilib b2f01ad412baf81650c23fcf0975fa33 nsplugins 2049586e425364a1c5bdb004205d1758 pax-utils e85f015e815dd463b0c206d781ef45a5 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=e7c46f1f3d7af036cb9f28bdf436398b diff --git a/metadata/md5-cache/www-client/firefox-bin-60.6.0 b/metadata/md5-cache/www-client/firefox-bin-60.6.0 deleted file mode 100644 index 70614d828da4..000000000000 --- a/metadata/md5-cache/www-client/firefox-bin-60.6.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst 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_as l10n_ast l10n_az l10n_bg l10n_bn-BD l10n_bn-IN l10n_br l10n_bs l10n_ca l10n_cs l10n_cy l10n_da l10n_de l10n_el l10n_en-GB l10n_en-ZA l10n_eo l10n_es-AR l10n_es-CL l10n_es-ES l10n_es-MX l10n_et l10n_eu l10n_fa l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_gu l10n_he l10n_hi l10n_hr l10n_hsb l10n_hu l10n_hy l10n_id l10n_is l10n_it l10n_ja l10n_kk l10n_km l10n_kn l10n_ko l10n_lt l10n_lv l10n_mai l10n_mk l10n_ml l10n_mr l10n_ms l10n_nb l10n_nl l10n_nn l10n_or 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_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-60.6.0esr-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/af.xpi -> firefox-60.6.0esr-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/an.xpi -> firefox-60.6.0esr-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/ar.xpi -> firefox-60.6.0esr-ar.xpi ) l10n_as? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/as.xpi -> firefox-60.6.0esr-as.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/ast.xpi -> firefox-60.6.0esr-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/az.xpi -> firefox-60.6.0esr-az.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/bg.xpi -> firefox-60.6.0esr-bg.xpi ) l10n_bn-BD? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/bn-BD.xpi -> firefox-60.6.0esr-bn-BD.xpi ) l10n_bn-IN? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/bn-IN.xpi -> firefox-60.6.0esr-bn-IN.xpi ) l10n_br? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/br.xpi -> firefox-60.6.0esr-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/bs.xpi -> firefox-60.6.0esr-bs.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/ca.xpi -> firefox-60.6.0esr-ca.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/cs.xpi -> firefox-60.6.0esr-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/cy.xpi -> firefox-60.6.0esr-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/da.xpi -> firefox-60.6.0esr-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/de.xpi -> firefox-60.6.0esr-de.xpi ) l10n_el? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/el.xpi -> firefox-60.6.0esr-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/en-GB.xpi -> firefox-60.6.0esr-en-GB.xpi ) l10n_en-ZA? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/en-ZA.xpi -> firefox-60.6.0esr-en-ZA.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/eo.xpi -> firefox-60.6.0esr-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/es-AR.xpi -> firefox-60.6.0esr-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/es-CL.xpi -> firefox-60.6.0esr-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/es-ES.xpi -> firefox-60.6.0esr-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/es-MX.xpi -> firefox-60.6.0esr-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/et.xpi -> firefox-60.6.0esr-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/eu.xpi -> firefox-60.6.0esr-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/fa.xpi -> firefox-60.6.0esr-fa.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/fi.xpi -> firefox-60.6.0esr-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/fr.xpi -> firefox-60.6.0esr-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/fy-NL.xpi -> firefox-60.6.0esr-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/ga-IE.xpi -> firefox-60.6.0esr-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/gd.xpi -> firefox-60.6.0esr-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/gl.xpi -> firefox-60.6.0esr-gl.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/gu-IN.xpi -> firefox-60.6.0esr-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/he.xpi -> firefox-60.6.0esr-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/hi-IN.xpi -> firefox-60.6.0esr-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/hr.xpi -> firefox-60.6.0esr-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/hsb.xpi -> firefox-60.6.0esr-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/hu.xpi -> firefox-60.6.0esr-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/hy-AM.xpi -> firefox-60.6.0esr-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/id.xpi -> firefox-60.6.0esr-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/is.xpi -> firefox-60.6.0esr-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/it.xpi -> firefox-60.6.0esr-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/ja.xpi -> firefox-60.6.0esr-ja.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/kk.xpi -> firefox-60.6.0esr-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/km.xpi -> firefox-60.6.0esr-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/kn.xpi -> firefox-60.6.0esr-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/ko.xpi -> firefox-60.6.0esr-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/lt.xpi -> firefox-60.6.0esr-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/lv.xpi -> firefox-60.6.0esr-lv.xpi ) l10n_mai? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/mai.xpi -> firefox-60.6.0esr-mai.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/mk.xpi -> firefox-60.6.0esr-mk.xpi ) l10n_ml? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/ml.xpi -> firefox-60.6.0esr-ml.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/mr.xpi -> firefox-60.6.0esr-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/ms.xpi -> firefox-60.6.0esr-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/nb-NO.xpi -> firefox-60.6.0esr-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/nl.xpi -> firefox-60.6.0esr-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/nn-NO.xpi -> firefox-60.6.0esr-nn-NO.xpi ) l10n_or? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/or.xpi -> firefox-60.6.0esr-or.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/pa-IN.xpi -> firefox-60.6.0esr-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/pl.xpi -> firefox-60.6.0esr-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/pt-BR.xpi -> firefox-60.6.0esr-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/pt-PT.xpi -> firefox-60.6.0esr-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/rm.xpi -> firefox-60.6.0esr-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/ro.xpi -> firefox-60.6.0esr-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/ru.xpi -> firefox-60.6.0esr-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/si.xpi -> firefox-60.6.0esr-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/sk.xpi -> firefox-60.6.0esr-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/sl.xpi -> firefox-60.6.0esr-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/son.xpi -> firefox-60.6.0esr-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/sq.xpi -> firefox-60.6.0esr-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/sr.xpi -> firefox-60.6.0esr-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/sv-SE.xpi -> firefox-60.6.0esr-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/ta.xpi -> firefox-60.6.0esr-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/te.xpi -> firefox-60.6.0esr-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/th.xpi -> firefox-60.6.0esr-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/tr.xpi -> firefox-60.6.0esr-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/uk.xpi -> firefox-60.6.0esr-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/uz.xpi -> firefox-60.6.0esr-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/vi.xpi -> firefox-60.6.0esr-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/xh.xpi -> firefox-60.6.0esr-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/zh-CN.xpi -> firefox-60.6.0esr-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/zh-TW.xpi -> firefox-60.6.0esr-zh-TW.xpi ) amd64? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases/60.6.0esr/linux-x86_64/en-US/firefox-60.6.0esr.tar.bz2 -> firefox-bin_x86_64-60.6.0.tar.bz2 ) x86? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases/60.6.0esr/linux-i686/en-US/firefox-60.6.0esr.tar.bz2 -> firefox-bin_i686-60.6.0.tar.bz2 ) -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 mozextension f47f008a138943f9e40e37c1fca10b24 mozlinguas-v2 7559b4e56a88d67da4e96e77296f723c multilib b2f01ad412baf81650c23fcf0975fa33 nsplugins 2049586e425364a1c5bdb004205d1758 pax-utils e85f015e815dd463b0c206d781ef45a5 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=e7c46f1f3d7af036cb9f28bdf436398b diff --git a/metadata/md5-cache/www-client/firefox-bin-60.6.1 b/metadata/md5-cache/www-client/firefox-bin-60.6.1 new file mode 100644 index 000000000000..124a25bd66ac --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-bin-60.6.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst 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_as l10n_ast l10n_az l10n_bg l10n_bn-BD l10n_bn-IN l10n_br l10n_bs l10n_ca l10n_cs l10n_cy l10n_da l10n_de l10n_el l10n_en-GB l10n_en-ZA l10n_eo l10n_es-AR l10n_es-CL l10n_es-ES l10n_es-MX l10n_et l10n_eu l10n_fa l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_gu l10n_he l10n_hi l10n_hr l10n_hsb l10n_hu l10n_hy l10n_id l10n_is l10n_it l10n_ja l10n_kk l10n_km l10n_kn l10n_ko l10n_lt l10n_lv l10n_mai l10n_mk l10n_ml l10n_mr l10n_ms l10n_nb l10n_nl l10n_nn l10n_or 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_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-60.6.1esr-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/af.xpi -> firefox-60.6.1esr-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/an.xpi -> firefox-60.6.1esr-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/ar.xpi -> firefox-60.6.1esr-ar.xpi ) l10n_as? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/as.xpi -> firefox-60.6.1esr-as.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/ast.xpi -> firefox-60.6.1esr-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/az.xpi -> firefox-60.6.1esr-az.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/bg.xpi -> firefox-60.6.1esr-bg.xpi ) l10n_bn-BD? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/bn-BD.xpi -> firefox-60.6.1esr-bn-BD.xpi ) l10n_bn-IN? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/bn-IN.xpi -> firefox-60.6.1esr-bn-IN.xpi ) l10n_br? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/br.xpi -> firefox-60.6.1esr-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/bs.xpi -> firefox-60.6.1esr-bs.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/ca.xpi -> firefox-60.6.1esr-ca.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/cs.xpi -> firefox-60.6.1esr-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/cy.xpi -> firefox-60.6.1esr-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/da.xpi -> firefox-60.6.1esr-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/de.xpi -> firefox-60.6.1esr-de.xpi ) l10n_el? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/el.xpi -> firefox-60.6.1esr-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/en-GB.xpi -> firefox-60.6.1esr-en-GB.xpi ) l10n_en-ZA? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/en-ZA.xpi -> firefox-60.6.1esr-en-ZA.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/eo.xpi -> firefox-60.6.1esr-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/es-AR.xpi -> firefox-60.6.1esr-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/es-CL.xpi -> firefox-60.6.1esr-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/es-ES.xpi -> firefox-60.6.1esr-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/es-MX.xpi -> firefox-60.6.1esr-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/et.xpi -> firefox-60.6.1esr-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/eu.xpi -> firefox-60.6.1esr-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/fa.xpi -> firefox-60.6.1esr-fa.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/fi.xpi -> firefox-60.6.1esr-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/fr.xpi -> firefox-60.6.1esr-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/fy-NL.xpi -> firefox-60.6.1esr-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/ga-IE.xpi -> firefox-60.6.1esr-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/gd.xpi -> firefox-60.6.1esr-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/gl.xpi -> firefox-60.6.1esr-gl.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/gu-IN.xpi -> firefox-60.6.1esr-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/he.xpi -> firefox-60.6.1esr-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/hi-IN.xpi -> firefox-60.6.1esr-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/hr.xpi -> firefox-60.6.1esr-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/hsb.xpi -> firefox-60.6.1esr-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/hu.xpi -> firefox-60.6.1esr-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/hy-AM.xpi -> firefox-60.6.1esr-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/id.xpi -> firefox-60.6.1esr-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/is.xpi -> firefox-60.6.1esr-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/it.xpi -> firefox-60.6.1esr-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/ja.xpi -> firefox-60.6.1esr-ja.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/kk.xpi -> firefox-60.6.1esr-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/km.xpi -> firefox-60.6.1esr-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/kn.xpi -> firefox-60.6.1esr-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/ko.xpi -> firefox-60.6.1esr-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/lt.xpi -> firefox-60.6.1esr-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/lv.xpi -> firefox-60.6.1esr-lv.xpi ) l10n_mai? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/mai.xpi -> firefox-60.6.1esr-mai.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/mk.xpi -> firefox-60.6.1esr-mk.xpi ) l10n_ml? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/ml.xpi -> firefox-60.6.1esr-ml.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/mr.xpi -> firefox-60.6.1esr-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/ms.xpi -> firefox-60.6.1esr-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/nb-NO.xpi -> firefox-60.6.1esr-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/nl.xpi -> firefox-60.6.1esr-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/nn-NO.xpi -> firefox-60.6.1esr-nn-NO.xpi ) l10n_or? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/or.xpi -> firefox-60.6.1esr-or.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/pa-IN.xpi -> firefox-60.6.1esr-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/pl.xpi -> firefox-60.6.1esr-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/pt-BR.xpi -> firefox-60.6.1esr-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/pt-PT.xpi -> firefox-60.6.1esr-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/rm.xpi -> firefox-60.6.1esr-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/ro.xpi -> firefox-60.6.1esr-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/ru.xpi -> firefox-60.6.1esr-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/si.xpi -> firefox-60.6.1esr-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/sk.xpi -> firefox-60.6.1esr-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/sl.xpi -> firefox-60.6.1esr-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/son.xpi -> firefox-60.6.1esr-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/sq.xpi -> firefox-60.6.1esr-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/sr.xpi -> firefox-60.6.1esr-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/sv-SE.xpi -> firefox-60.6.1esr-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/ta.xpi -> firefox-60.6.1esr-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/te.xpi -> firefox-60.6.1esr-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/th.xpi -> firefox-60.6.1esr-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/tr.xpi -> firefox-60.6.1esr-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/uk.xpi -> firefox-60.6.1esr-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/uz.xpi -> firefox-60.6.1esr-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/vi.xpi -> firefox-60.6.1esr-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/xh.xpi -> firefox-60.6.1esr-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/zh-CN.xpi -> firefox-60.6.1esr-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.1esr/linux-i686/xpi/zh-TW.xpi -> firefox-60.6.1esr-zh-TW.xpi ) amd64? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases/60.6.1esr/linux-x86_64/en-US/firefox-60.6.1esr.tar.bz2 -> firefox-bin_x86_64-60.6.1.tar.bz2 ) x86? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases/60.6.1esr/linux-i686/en-US/firefox-60.6.1esr.tar.bz2 -> firefox-bin_i686-60.6.1.tar.bz2 ) +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 mozextension f47f008a138943f9e40e37c1fca10b24 mozlinguas-v2 7559b4e56a88d67da4e96e77296f723c multilib b2f01ad412baf81650c23fcf0975fa33 nsplugins 2049586e425364a1c5bdb004205d1758 pax-utils e85f015e815dd463b0c206d781ef45a5 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=e7c46f1f3d7af036cb9f28bdf436398b diff --git a/metadata/md5-cache/www-client/firefox-bin-65.0.2 b/metadata/md5-cache/www-client/firefox-bin-65.0.2 deleted file mode 100644 index 0da7b565a624..000000000000 --- a/metadata/md5-cache/www-client/firefox-bin-65.0.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst 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_as l10n_ast l10n_az l10n_bg l10n_bn-BD l10n_bn-IN l10n_br l10n_bs l10n_ca l10n_cs l10n_cy l10n_da l10n_de l10n_el l10n_en-GB l10n_en-ZA l10n_eo l10n_es-AR l10n_es-CL l10n_es-ES l10n_es-MX l10n_et l10n_eu l10n_fa l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_gu l10n_he l10n_hi l10n_hr l10n_hsb l10n_hu l10n_hy l10n_id l10n_is l10n_it l10n_ja l10n_kk l10n_km l10n_kn l10n_ko l10n_lt l10n_lv l10n_mai l10n_mk l10n_ml l10n_mr l10n_ms l10n_nb l10n_nl l10n_nn l10n_or 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_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-65.0.2-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/af.xpi -> firefox-65.0.2-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/an.xpi -> firefox-65.0.2-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/ar.xpi -> firefox-65.0.2-ar.xpi ) l10n_as? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/as.xpi -> firefox-65.0.2-as.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/ast.xpi -> firefox-65.0.2-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/az.xpi -> firefox-65.0.2-az.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/bg.xpi -> firefox-65.0.2-bg.xpi ) l10n_bn-BD? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/bn-BD.xpi -> firefox-65.0.2-bn-BD.xpi ) l10n_bn-IN? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/bn-IN.xpi -> firefox-65.0.2-bn-IN.xpi ) l10n_br? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/br.xpi -> firefox-65.0.2-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/bs.xpi -> firefox-65.0.2-bs.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/ca.xpi -> firefox-65.0.2-ca.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/cs.xpi -> firefox-65.0.2-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/cy.xpi -> firefox-65.0.2-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/da.xpi -> firefox-65.0.2-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/de.xpi -> firefox-65.0.2-de.xpi ) l10n_el? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/el.xpi -> firefox-65.0.2-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/en-GB.xpi -> firefox-65.0.2-en-GB.xpi ) l10n_en-ZA? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/en-ZA.xpi -> firefox-65.0.2-en-ZA.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/eo.xpi -> firefox-65.0.2-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/es-AR.xpi -> firefox-65.0.2-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/es-CL.xpi -> firefox-65.0.2-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/es-ES.xpi -> firefox-65.0.2-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/es-MX.xpi -> firefox-65.0.2-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/et.xpi -> firefox-65.0.2-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/eu.xpi -> firefox-65.0.2-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/fa.xpi -> firefox-65.0.2-fa.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/fi.xpi -> firefox-65.0.2-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/fr.xpi -> firefox-65.0.2-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/fy-NL.xpi -> firefox-65.0.2-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/ga-IE.xpi -> firefox-65.0.2-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/gd.xpi -> firefox-65.0.2-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/gl.xpi -> firefox-65.0.2-gl.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/gu-IN.xpi -> firefox-65.0.2-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/he.xpi -> firefox-65.0.2-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/hi-IN.xpi -> firefox-65.0.2-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/hr.xpi -> firefox-65.0.2-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/hsb.xpi -> firefox-65.0.2-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/hu.xpi -> firefox-65.0.2-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/hy-AM.xpi -> firefox-65.0.2-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/id.xpi -> firefox-65.0.2-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/is.xpi -> firefox-65.0.2-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/it.xpi -> firefox-65.0.2-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/ja.xpi -> firefox-65.0.2-ja.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/kk.xpi -> firefox-65.0.2-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/km.xpi -> firefox-65.0.2-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/kn.xpi -> firefox-65.0.2-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/ko.xpi -> firefox-65.0.2-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/lt.xpi -> firefox-65.0.2-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/lv.xpi -> firefox-65.0.2-lv.xpi ) l10n_mai? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/mai.xpi -> firefox-65.0.2-mai.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/mk.xpi -> firefox-65.0.2-mk.xpi ) l10n_ml? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/ml.xpi -> firefox-65.0.2-ml.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/mr.xpi -> firefox-65.0.2-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/ms.xpi -> firefox-65.0.2-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/nb-NO.xpi -> firefox-65.0.2-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/nl.xpi -> firefox-65.0.2-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/nn-NO.xpi -> firefox-65.0.2-nn-NO.xpi ) l10n_or? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/or.xpi -> firefox-65.0.2-or.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/pa-IN.xpi -> firefox-65.0.2-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/pl.xpi -> firefox-65.0.2-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/pt-BR.xpi -> firefox-65.0.2-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/pt-PT.xpi -> firefox-65.0.2-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/rm.xpi -> firefox-65.0.2-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/ro.xpi -> firefox-65.0.2-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/ru.xpi -> firefox-65.0.2-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/si.xpi -> firefox-65.0.2-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/sk.xpi -> firefox-65.0.2-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/sl.xpi -> firefox-65.0.2-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/son.xpi -> firefox-65.0.2-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/sq.xpi -> firefox-65.0.2-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/sr.xpi -> firefox-65.0.2-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/sv-SE.xpi -> firefox-65.0.2-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/ta.xpi -> firefox-65.0.2-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/te.xpi -> firefox-65.0.2-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/th.xpi -> firefox-65.0.2-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/tr.xpi -> firefox-65.0.2-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/uk.xpi -> firefox-65.0.2-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/uz.xpi -> firefox-65.0.2-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/vi.xpi -> firefox-65.0.2-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/xh.xpi -> firefox-65.0.2-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/zh-CN.xpi -> firefox-65.0.2-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//65.0.2/linux-i686/xpi/zh-TW.xpi -> firefox-65.0.2-zh-TW.xpi ) amd64? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases/65.0.2/linux-x86_64/en-US/firefox-65.0.2.tar.bz2 -> firefox-bin_x86_64-65.0.2.tar.bz2 ) x86? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases/65.0.2/linux-i686/en-US/firefox-65.0.2.tar.bz2 -> firefox-bin_i686-65.0.2.tar.bz2 ) -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 mozextension f47f008a138943f9e40e37c1fca10b24 mozlinguas-v2 7559b4e56a88d67da4e96e77296f723c multilib b2f01ad412baf81650c23fcf0975fa33 nsplugins 2049586e425364a1c5bdb004205d1758 pax-utils e85f015e815dd463b0c206d781ef45a5 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=e863b77a75b7475e385dcba66a6ded33 diff --git a/metadata/md5-cache/www-client/firefox-bin-66.0 b/metadata/md5-cache/www-client/firefox-bin-66.0 deleted file mode 100644 index 1dcc232614f7..000000000000 --- a/metadata/md5-cache/www-client/firefox-bin-66.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst 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_as l10n_ast l10n_az l10n_bg l10n_bn-BD l10n_bn-IN l10n_br l10n_bs l10n_ca l10n_cs l10n_cy l10n_da l10n_de l10n_el l10n_en-GB l10n_en-ZA l10n_eo l10n_es-AR l10n_es-CL l10n_es-ES l10n_es-MX l10n_et l10n_eu l10n_fa l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_gu l10n_he l10n_hi l10n_hr l10n_hsb l10n_hu l10n_hy l10n_id l10n_is l10n_it l10n_ja l10n_kk l10n_km l10n_kn l10n_ko l10n_lt l10n_lv l10n_mai l10n_mk l10n_ml l10n_mr l10n_ms l10n_nb l10n_nl l10n_nn l10n_or 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_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-66.0-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/af.xpi -> firefox-66.0-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/an.xpi -> firefox-66.0-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/ar.xpi -> firefox-66.0-ar.xpi ) l10n_as? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/as.xpi -> firefox-66.0-as.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/ast.xpi -> firefox-66.0-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/az.xpi -> firefox-66.0-az.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/bg.xpi -> firefox-66.0-bg.xpi ) l10n_bn-BD? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/bn-BD.xpi -> firefox-66.0-bn-BD.xpi ) l10n_bn-IN? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/bn-IN.xpi -> firefox-66.0-bn-IN.xpi ) l10n_br? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/br.xpi -> firefox-66.0-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/bs.xpi -> firefox-66.0-bs.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/ca.xpi -> firefox-66.0-ca.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/cs.xpi -> firefox-66.0-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/cy.xpi -> firefox-66.0-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/da.xpi -> firefox-66.0-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/de.xpi -> firefox-66.0-de.xpi ) l10n_el? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/el.xpi -> firefox-66.0-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/en-GB.xpi -> firefox-66.0-en-GB.xpi ) l10n_en-ZA? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/en-ZA.xpi -> firefox-66.0-en-ZA.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/eo.xpi -> firefox-66.0-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/es-AR.xpi -> firefox-66.0-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/es-CL.xpi -> firefox-66.0-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/es-ES.xpi -> firefox-66.0-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/es-MX.xpi -> firefox-66.0-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/et.xpi -> firefox-66.0-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/eu.xpi -> firefox-66.0-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/fa.xpi -> firefox-66.0-fa.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/fi.xpi -> firefox-66.0-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/fr.xpi -> firefox-66.0-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/fy-NL.xpi -> firefox-66.0-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/ga-IE.xpi -> firefox-66.0-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/gd.xpi -> firefox-66.0-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/gl.xpi -> firefox-66.0-gl.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/gu-IN.xpi -> firefox-66.0-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/he.xpi -> firefox-66.0-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/hi-IN.xpi -> firefox-66.0-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/hr.xpi -> firefox-66.0-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/hsb.xpi -> firefox-66.0-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/hu.xpi -> firefox-66.0-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/hy-AM.xpi -> firefox-66.0-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/id.xpi -> firefox-66.0-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/is.xpi -> firefox-66.0-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/it.xpi -> firefox-66.0-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/ja.xpi -> firefox-66.0-ja.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/kk.xpi -> firefox-66.0-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/km.xpi -> firefox-66.0-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/kn.xpi -> firefox-66.0-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/ko.xpi -> firefox-66.0-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/lt.xpi -> firefox-66.0-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/lv.xpi -> firefox-66.0-lv.xpi ) l10n_mai? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/mai.xpi -> firefox-66.0-mai.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/mk.xpi -> firefox-66.0-mk.xpi ) l10n_ml? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/ml.xpi -> firefox-66.0-ml.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/mr.xpi -> firefox-66.0-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/ms.xpi -> firefox-66.0-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/nb-NO.xpi -> firefox-66.0-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/nl.xpi -> firefox-66.0-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/nn-NO.xpi -> firefox-66.0-nn-NO.xpi ) l10n_or? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/or.xpi -> firefox-66.0-or.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/pa-IN.xpi -> firefox-66.0-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/pl.xpi -> firefox-66.0-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/pt-BR.xpi -> firefox-66.0-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/pt-PT.xpi -> firefox-66.0-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/rm.xpi -> firefox-66.0-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/ro.xpi -> firefox-66.0-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/ru.xpi -> firefox-66.0-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/si.xpi -> firefox-66.0-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/sk.xpi -> firefox-66.0-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/sl.xpi -> firefox-66.0-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/son.xpi -> firefox-66.0-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/sq.xpi -> firefox-66.0-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/sr.xpi -> firefox-66.0-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/sv-SE.xpi -> firefox-66.0-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/ta.xpi -> firefox-66.0-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/te.xpi -> firefox-66.0-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/th.xpi -> firefox-66.0-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/tr.xpi -> firefox-66.0-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/uk.xpi -> firefox-66.0-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/uz.xpi -> firefox-66.0-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/vi.xpi -> firefox-66.0-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/xh.xpi -> firefox-66.0-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/zh-CN.xpi -> firefox-66.0-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/zh-TW.xpi -> firefox-66.0-zh-TW.xpi ) amd64? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases/66.0/linux-x86_64/en-US/firefox-66.0.tar.bz2 -> firefox-bin_x86_64-66.0.tar.bz2 ) x86? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases/66.0/linux-i686/en-US/firefox-66.0.tar.bz2 -> firefox-bin_i686-66.0.tar.bz2 ) -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 mozextension f47f008a138943f9e40e37c1fca10b24 mozlinguas-v2 7559b4e56a88d67da4e96e77296f723c multilib b2f01ad412baf81650c23fcf0975fa33 nsplugins 2049586e425364a1c5bdb004205d1758 pax-utils e85f015e815dd463b0c206d781ef45a5 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=e863b77a75b7475e385dcba66a6ded33 diff --git a/metadata/md5-cache/www-client/firefox-bin-66.0.1 b/metadata/md5-cache/www-client/firefox-bin-66.0.1 new file mode 100644 index 000000000000..55476c4b823b --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-bin-66.0.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst 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_as l10n_ast l10n_az l10n_bg l10n_bn-BD l10n_bn-IN l10n_br l10n_bs l10n_ca l10n_cs l10n_cy l10n_da l10n_de l10n_el l10n_en-GB l10n_en-ZA l10n_eo l10n_es-AR l10n_es-CL l10n_es-ES l10n_es-MX l10n_et l10n_eu l10n_fa l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_gu l10n_he l10n_hi l10n_hr l10n_hsb l10n_hu l10n_hy l10n_id l10n_is l10n_it l10n_ja l10n_kk l10n_km l10n_kn l10n_ko l10n_lt l10n_lv l10n_mai l10n_mk l10n_ml l10n_mr l10n_ms l10n_nb l10n_nl l10n_nn l10n_or 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_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-66.0.1-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/af.xpi -> firefox-66.0.1-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/an.xpi -> firefox-66.0.1-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/ar.xpi -> firefox-66.0.1-ar.xpi ) l10n_as? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/as.xpi -> firefox-66.0.1-as.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/ast.xpi -> firefox-66.0.1-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/az.xpi -> firefox-66.0.1-az.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/bg.xpi -> firefox-66.0.1-bg.xpi ) l10n_bn-BD? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/bn-BD.xpi -> firefox-66.0.1-bn-BD.xpi ) l10n_bn-IN? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/bn-IN.xpi -> firefox-66.0.1-bn-IN.xpi ) l10n_br? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/br.xpi -> firefox-66.0.1-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/bs.xpi -> firefox-66.0.1-bs.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/ca.xpi -> firefox-66.0.1-ca.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/cs.xpi -> firefox-66.0.1-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/cy.xpi -> firefox-66.0.1-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/da.xpi -> firefox-66.0.1-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/de.xpi -> firefox-66.0.1-de.xpi ) l10n_el? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/el.xpi -> firefox-66.0.1-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/en-GB.xpi -> firefox-66.0.1-en-GB.xpi ) l10n_en-ZA? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/en-ZA.xpi -> firefox-66.0.1-en-ZA.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/eo.xpi -> firefox-66.0.1-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/es-AR.xpi -> firefox-66.0.1-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/es-CL.xpi -> firefox-66.0.1-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/es-ES.xpi -> firefox-66.0.1-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/es-MX.xpi -> firefox-66.0.1-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/et.xpi -> firefox-66.0.1-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/eu.xpi -> firefox-66.0.1-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/fa.xpi -> firefox-66.0.1-fa.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/fi.xpi -> firefox-66.0.1-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/fr.xpi -> firefox-66.0.1-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/fy-NL.xpi -> firefox-66.0.1-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/ga-IE.xpi -> firefox-66.0.1-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/gd.xpi -> firefox-66.0.1-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/gl.xpi -> firefox-66.0.1-gl.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/gu-IN.xpi -> firefox-66.0.1-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/he.xpi -> firefox-66.0.1-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/hi-IN.xpi -> firefox-66.0.1-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/hr.xpi -> firefox-66.0.1-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/hsb.xpi -> firefox-66.0.1-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/hu.xpi -> firefox-66.0.1-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/hy-AM.xpi -> firefox-66.0.1-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/id.xpi -> firefox-66.0.1-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/is.xpi -> firefox-66.0.1-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/it.xpi -> firefox-66.0.1-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/ja.xpi -> firefox-66.0.1-ja.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/kk.xpi -> firefox-66.0.1-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/km.xpi -> firefox-66.0.1-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/kn.xpi -> firefox-66.0.1-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/ko.xpi -> firefox-66.0.1-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/lt.xpi -> firefox-66.0.1-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/lv.xpi -> firefox-66.0.1-lv.xpi ) l10n_mai? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/mai.xpi -> firefox-66.0.1-mai.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/mk.xpi -> firefox-66.0.1-mk.xpi ) l10n_ml? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/ml.xpi -> firefox-66.0.1-ml.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/mr.xpi -> firefox-66.0.1-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/ms.xpi -> firefox-66.0.1-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/nb-NO.xpi -> firefox-66.0.1-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/nl.xpi -> firefox-66.0.1-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/nn-NO.xpi -> firefox-66.0.1-nn-NO.xpi ) l10n_or? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/or.xpi -> firefox-66.0.1-or.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/pa-IN.xpi -> firefox-66.0.1-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/pl.xpi -> firefox-66.0.1-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/pt-BR.xpi -> firefox-66.0.1-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/pt-PT.xpi -> firefox-66.0.1-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/rm.xpi -> firefox-66.0.1-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/ro.xpi -> firefox-66.0.1-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/ru.xpi -> firefox-66.0.1-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/si.xpi -> firefox-66.0.1-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/sk.xpi -> firefox-66.0.1-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/sl.xpi -> firefox-66.0.1-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/son.xpi -> firefox-66.0.1-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/sq.xpi -> firefox-66.0.1-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/sr.xpi -> firefox-66.0.1-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/sv-SE.xpi -> firefox-66.0.1-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/ta.xpi -> firefox-66.0.1-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/te.xpi -> firefox-66.0.1-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/th.xpi -> firefox-66.0.1-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/tr.xpi -> firefox-66.0.1-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/uk.xpi -> firefox-66.0.1-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/uz.xpi -> firefox-66.0.1-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/vi.xpi -> firefox-66.0.1-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/xh.xpi -> firefox-66.0.1-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/zh-CN.xpi -> firefox-66.0.1-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0.1/linux-i686/xpi/zh-TW.xpi -> firefox-66.0.1-zh-TW.xpi ) amd64? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases/66.0.1/linux-x86_64/en-US/firefox-66.0.1.tar.bz2 -> firefox-bin_x86_64-66.0.1.tar.bz2 ) x86? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases/66.0.1/linux-i686/en-US/firefox-66.0.1.tar.bz2 -> firefox-bin_i686-66.0.1.tar.bz2 ) +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 mozextension f47f008a138943f9e40e37c1fca10b24 mozlinguas-v2 7559b4e56a88d67da4e96e77296f723c multilib b2f01ad412baf81650c23fcf0975fa33 nsplugins 2049586e425364a1c5bdb004205d1758 pax-utils e85f015e815dd463b0c206d781ef45a5 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=e863b77a75b7475e385dcba66a6ded33 diff --git a/metadata/md5-cache/www-client/google-chrome-beta-73.0.3683.86 b/metadata/md5-cache/www-client/google-chrome-beta-74.0.3729.28 similarity index 97% rename from metadata/md5-cache/www-client/google-chrome-beta-73.0.3683.86 rename to metadata/md5-cache/www-client/google-chrome-beta-74.0.3729.28 index ff528f3d52e0..4393a31070ab 100644 --- a/metadata/md5-cache/www-client/google-chrome-beta-73.0.3683.86 +++ b/metadata/md5-cache/www-client/google-chrome-beta-74.0.3729.28 @@ -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 RESTRICT=bindist mirror strip SLOT=0 -SRC_URI=https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_73.0.3683.86-1_amd64.deb +SRC_URI=https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_74.0.3729.28-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 b2f01ad412baf81650c23fcf0975fa33 pax-utils e85f015e815dd463b0c206d781ef45a5 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 unpacker 3cd8bad0d31e525cd26be1bfa4e61631 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=3343caa50371c896ad0091dd00d8ec72 diff --git a/metadata/md5-cache/www-client/google-chrome-unstable-74.0.3729.22 b/metadata/md5-cache/www-client/google-chrome-unstable-74.0.3729.28 similarity index 97% rename from metadata/md5-cache/www-client/google-chrome-unstable-74.0.3729.22 rename to metadata/md5-cache/www-client/google-chrome-unstable-74.0.3729.28 index ab3a08269608..cefccb703ad4 100644 --- a/metadata/md5-cache/www-client/google-chrome-unstable-74.0.3729.22 +++ b/metadata/md5-cache/www-client/google-chrome-unstable-74.0.3729.28 @@ -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 RESTRICT=bindist mirror strip SLOT=0 -SRC_URI=https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_74.0.3729.22-1_amd64.deb +SRC_URI=https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_74.0.3729.28-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 b2f01ad412baf81650c23fcf0975fa33 pax-utils e85f015e815dd463b0c206d781ef45a5 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 unpacker 3cd8bad0d31e525cd26be1bfa4e61631 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=3343caa50371c896ad0091dd00d8ec72 diff --git a/metadata/md5-cache/www-client/opera-58.0.3135.118 b/metadata/md5-cache/www-client/opera-58.0.3135.118 new file mode 100644 index 000000000000..d25e09326f6d --- /dev/null +++ b/metadata/md5-cache/www-client/opera-58.0.3135.118 @@ -0,0 +1,12 @@ +DEFINED_PHASES=install postinst postrm preinst prepare setup unpack +DESCRIPTION=A fast and secure web browser +EAPI=5 +HOMEPAGE=https://www.opera.com/ +IUSE=kernel_linux +l10n_be +l10n_bg +l10n_bn +l10n_ca +l10n_cs +l10n_da +l10n_de +l10n_el +l10n_en-GB +l10n_es-419 +l10n_es +l10n_fil +l10n_fi +l10n_fr-CA +l10n_fr +l10n_hi +l10n_hr +l10n_hu +l10n_id +l10n_it +l10n_ja +l10n_ko +l10n_lt +l10n_lv +l10n_ms +l10n_nb +l10n_nl +l10n_pl +l10n_pt-BR +l10n_pt-PT +l10n_ro +l10n_ru +l10n_sk +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 +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=https://download1.operacdn.com/pub/opera/desktop/58.0.3135.118/linux/opera-stable_58.0.3135.118_amd64.deb https://download2.operacdn.com/pub/opera/desktop/58.0.3135.118/linux/opera-stable_58.0.3135.118_amd64.deb https://download3.operacdn.com/pub/opera/desktop/58.0.3135.118/linux/opera-stable_58.0.3135.118_amd64.deb https://download4.operacdn.com/pub/opera/desktop/58.0.3135.118/linux/opera-stable_58.0.3135.118_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 b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 unpacker 3cd8bad0d31e525cd26be1bfa4e61631 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=eba038b7c78ffdc2e401b966a6f94363 diff --git a/metadata/md5-cache/www-plugins/Manifest.gz b/metadata/md5-cache/www-plugins/Manifest.gz index 201089700ab6..b923c0ba775d 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-74.0.3729.22_alpha b/metadata/md5-cache/www-plugins/chrome-binary-plugins-74.0.3729.28_alpha similarity index 91% rename from metadata/md5-cache/www-plugins/chrome-binary-plugins-74.0.3729.22_alpha rename to metadata/md5-cache/www-plugins/chrome-binary-plugins-74.0.3729.28_alpha index f864fc95f91a..e35dd1dfb736 100644 --- a/metadata/md5-cache/www-plugins/chrome-binary-plugins-74.0.3729.22_alpha +++ b/metadata/md5-cache/www-plugins/chrome-binary-plugins-74.0.3729.28_alpha @@ -8,6 +8,6 @@ LICENSE=google-chrome RDEPEND=widevine? ( dev-libs/glib:2 dev-libs/nspr dev-libs/nss !=app-arch/brotli-0.6.0:= ) apache2_modules_http2? ( >=net-libs/nghttp2-1.2.1 ) apache2_modules_md? ( >=dev-libs/jansson-2.10 ) >=dev-libs/apr-1.5.1:= !www-apache/mod_macro dev-lang/perl =dev-libs/apr-util-1*:=[gdbm=,ldap?] dev-libs/libpcre apache2_modules_deflate? ( sys-libs/zlib ) apache2_modules_mime? ( app-misc/mime-types ) gdbm? ( sys-libs/gdbm:= ) ldap? ( =net-nds/openldap-2* ) ssl? ( !libressl? ( >=dev-libs/openssl-1.0.2:0= ) libressl? ( dev-libs/libressl:0= ) ) !=www-servers/apache-1* selinux? ( sec-policy/selinux-apache ) virtual/tmpfiles @@ -12,4 +12,4 @@ REQUIRED_USE=apache2_modules_http2? ( ssl ) apache2_modules_md? ( ssl ) apache2_ SLOT=2 SRC_URI=mirror://apache/httpd/httpd-2.4.38.tar.bz2 https://dev.gentoo.org/~polynomial-c/dist/apache/gentoo-apache-2.4.38-20190226.tar.bz2 _eclasses_=apache-2 93e43646704a5c95e87ecccfe1c4645f autotools 1bf086cdd7356f5c9a4acd9727bd2065 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 ssl-cert a1a4daed6b2479901759d6fe367c4c29 systemd 71fd8d2065d102753fb9e4d20eaf3e9f tmpfiles a6dd0427ea9c68067a0a7fe2236b457f toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=f688ecd65750b3a8d6caf51ef0d1d8c2 +_md5_=8de47f12621685b93f53cf91b8f1ffc2 diff --git a/metadata/md5-cache/x11-base/Manifest.gz b/metadata/md5-cache/x11-base/Manifest.gz index fb46833309f6..d2d5b77efafd 100644 Binary files a/metadata/md5-cache/x11-base/Manifest.gz and b/metadata/md5-cache/x11-base/Manifest.gz differ diff --git a/metadata/md5-cache/x11-base/xorg-server-1.20.4 b/metadata/md5-cache/x11-base/xorg-server-1.20.4 index c7004008e0d2..114c9b22e35a 100644 --- a/metadata/md5-cache/x11-base/xorg-server-1.20.4 +++ b/metadata/md5-cache/x11-base/xorg-server-1.20.4 @@ -4,7 +4,7 @@ DEPEND=>=app-eselect/eselect-opengl-1.3.0 !libressl? ( dev-libs/openssl:0= ) lib DESCRIPTION=X.Org X servers EAPI=7 HOMEPAGE=https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/xserver/xorg-server -IUSE=dmx kdrive wayland xephyr xnest xorg xvfb debug +elogind +glamor ipv6 libressl minimal selinux suid systemd +udev unwind xcsecurity static-libs doc +IUSE=dmx kdrive wayland xephyr xnest xorg xvfb debug elogind +glamor ipv6 libressl minimal selinux +suid systemd +udev unwind xcsecurity static-libs doc KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=MIT PDEPEND=xorg? ( >=x11-base/xorg-drivers-1.20 ) @@ -13,4 +13,4 @@ REQUIRED_USE=!minimal? ( || ( dmx kdrive wayland xephyr xnest xorg xvfb ) ) elog SLOT=0/1.20.4 SRC_URI=https://www.x.org/releases/individual/xserver/xorg-server-1.20.4.tar.bz2 _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf libtool f143db5a74ccd9ca28c1234deffede96 multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 xorg-3 0bdf280c1b3fa548bf2088a60879a664 -_md5_=a2f492082b1f156598cedc579a9a8c2a +_md5_=b290e3adf25ff8be6da260c0cc2bf617 diff --git a/metadata/md5-cache/x11-base/xorg-server-9999 b/metadata/md5-cache/x11-base/xorg-server-9999 index f02f0b50533c..b13bc82d0f44 100644 --- a/metadata/md5-cache/x11-base/xorg-server-9999 +++ b/metadata/md5-cache/x11-base/xorg-server-9999 @@ -4,11 +4,11 @@ DEPEND=>=app-eselect/eselect-opengl-1.3.0 !libressl? ( dev-libs/openssl:0= ) lib DESCRIPTION=X.Org X servers EAPI=7 HOMEPAGE=https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/xserver/xorg-server -IUSE=dmx kdrive wayland xephyr xnest xorg xvfb debug +elogind +glamor ipv6 libressl minimal selinux suid systemd +udev unwind xcsecurity static-libs doc +IUSE=dmx kdrive wayland xephyr xnest xorg xvfb debug elogind +glamor ipv6 libressl minimal selinux +suid systemd +udev unwind xcsecurity static-libs doc LICENSE=MIT PDEPEND=xorg? ( >=x11-base/xorg-drivers-9999 ) RDEPEND=>=app-eselect/eselect-opengl-1.3.0 !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libdrm-2.4.89 >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont2-2.0.1 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/libxshmfence-1.1 >=x11-libs/pixman-0.27.2 >=x11-libs/xtrans-1.3.5 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) glamor? ( media-libs/libepoxy[X] >=media-libs/mesa-18[egl,gbm] !x11-libs/glamor ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) xephyr? ( x11-libs/libxcb[xkb] x11-libs/xcb-util x11-libs/xcb-util-image x11-libs/xcb-util-keysyms x11-libs/xcb-util-renderutil x11-libs/xcb-util-wm ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-18 ) udev? ( virtual/libudev:= ) unwind? ( sys-libs/libunwind ) wayland? ( >=dev-libs/wayland-1.3.0 media-libs/libepoxy >=dev-libs/wayland-protocols-1.1 ) >=x11-apps/xinit-1.3.3-r1 systemd? ( sys-apps/dbus sys-apps/systemd ) elogind? ( sys-apps/dbus sys-auth/elogind sys-auth/pambase[elogind] ) selinux? ( sec-policy/selinux-xserver ) !x11-drivers/xf86-video-modesetting REQUIRED_USE=!minimal? ( || ( dmx kdrive wayland xephyr xnest xorg xvfb ) ) elogind? ( udev ) ?? ( elogind systemd ) minimal? ( !glamor !wayland ) xephyr? ( kdrive ) SLOT=0/9999 _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf git-r3 0d4635eeb5a96cd5315597a47eba25c9 libtool f143db5a74ccd9ca28c1234deffede96 multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 xorg-3 0bdf280c1b3fa548bf2088a60879a664 -_md5_=0f14972f214ea58c44319117ccde11ea +_md5_=a9217ea494d80fc2d3f4578aaa8dfe8e diff --git a/metadata/md5-cache/x11-misc/Manifest.gz b/metadata/md5-cache/x11-misc/Manifest.gz index 02eeb18709ab..87aa2a2db3c2 100644 Binary files a/metadata/md5-cache/x11-misc/Manifest.gz and b/metadata/md5-cache/x11-misc/Manifest.gz differ diff --git a/metadata/md5-cache/x11-misc/qtfm-6.1.8 b/metadata/md5-cache/x11-misc/qtfm-6.1.8 new file mode 100644 index 000000000000..0c7075592c3f --- /dev/null +++ b/metadata/md5-cache/x11-misc/qtfm-6.1.8 @@ -0,0 +1,12 @@ +DEFINED_PHASES=configure install postinst postrm +DEPEND=dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 sys-apps/file app-arch/unzip dev-qt/linguist-tools:5 +DESCRIPTION=A small, lightweight file manager for desktops based on pure Qt +EAPI=7 +HOMEPAGE=https://qtfm.eu/ +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2+ +RDEPEND=dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 sys-apps/file +SLOT=0 +SRC_URI=https://github.com/rodlie/qtfm/archive/6.1.8.tar.gz -> qtfm-6.1.8.tar.gz +_eclasses_=estack 43ddf5aaffa7a8d0482df54d25a66a1f multilib b2f01ad412baf81650c23fcf0975fa33 qmake-utils bdf97e69a34b864d6d545f4ec3143ff7 toolchain-funcs b45201c4e6c096b98e250336954e64b9 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=ae7617f0d4ff7b27fea36f7a43d980a4 diff --git a/metadata/md5-cache/xfce-extra/Manifest.gz b/metadata/md5-cache/xfce-extra/Manifest.gz index 93204ed03da0..0b3ff3a95a7a 100644 Binary files a/metadata/md5-cache/xfce-extra/Manifest.gz and b/metadata/md5-cache/xfce-extra/Manifest.gz differ diff --git a/metadata/md5-cache/xfce-extra/xfce4-weather-plugin-0.9.1 b/metadata/md5-cache/xfce-extra/xfce4-weather-plugin-0.9.1 new file mode 100644 index 000000000000..c6c3e5f9f663 --- /dev/null +++ b/metadata/md5-cache/xfce-extra/xfce4-weather-plugin-0.9.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure postinst postrm +DEPEND=>=dev-libs/glib-2.42 dev-libs/libxml2:= >=net-libs/libsoup-2.42:=[ssl] >=x11-libs/gtk+-3.22:3 >=xfce-base/libxfce4ui-4.12:= >=xfce-base/libxfce4util-4.12:= >=xfce-base/xfce4-panel-4.12:= upower? ( >=sys-power/upower-0.9.23 ) dev-util/intltool virtual/pkgconfig +DESCRIPTION=A weather plug-in for the Xfce desktop environment +EAPI=6 +HOMEPAGE=https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin +IUSE=upower +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 +LICENSE=GPL-2+ +RDEPEND=>=dev-libs/glib-2.42 dev-libs/libxml2:= >=net-libs/libsoup-2.42:=[ssl] >=x11-libs/gtk+-3.22:3 >=xfce-base/libxfce4ui-4.12:= >=xfce-base/libxfce4util-4.12:= >=xfce-base/xfce4-panel-4.12:= upower? ( >=sys-power/upower-0.9.23 ) +SLOT=0 +SRC_URI=https://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/0.9/xfce4-weather-plugin-0.9.1.tar.bz2 +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=eb1bd6e744d1d6bb0b4b0cf247d10495 diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 6435e22de6ac..783aa2b76ebe 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Fri, 22 Mar 2019 20:08:39 +0000 +Sat, 23 Mar 2019 17:08:38 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index 2d13aa675630..8bc5a35a235e 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Fri Mar 22 20:08:39 UTC 2019 +Sat Mar 23 17:08:38 UTC 2019 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index 826a77feeb24..2eaaeb64019b 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Fri, 22 Mar 2019 20:30:01 +0000 +Sat, 23 Mar 2019 17:30:01 +0000 diff --git a/metadata/timestamp.commit b/metadata/timestamp.commit index 03a924d80766..0dd563134f9b 100644 --- a/metadata/timestamp.commit +++ b/metadata/timestamp.commit @@ -1 +1 @@ -c5dcfe2c0e3451b7a9d0652c0962968c43a423d4 1553284749 2019-03-22T19:59:09+00:00 +a53a98e89a7cf17183277990a0d21e19475239dc 1553357401 2019-03-23T16:10:01+00:00 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index 69b937505e23..4e502e9c9a58 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1553285101 Fri 22 Mar 2019 08:05:01 PM UTC +1553360701 Sat 23 Mar 2019 05:05:01 PM UTC diff --git a/metadata/xml-schema/timestamp.chk b/metadata/xml-schema/timestamp.chk index 6435e22de6ac..783aa2b76ebe 100644 --- a/metadata/xml-schema/timestamp.chk +++ b/metadata/xml-schema/timestamp.chk @@ -1 +1 @@ -Fri, 22 Mar 2019 20:08:39 +0000 +Sat, 23 Mar 2019 17:08:38 +0000 diff --git a/net-analyzer/Manifest.gz b/net-analyzer/Manifest.gz index aa826e559f44..3cca98e5f5e4 100644 Binary files a/net-analyzer/Manifest.gz and b/net-analyzer/Manifest.gz differ diff --git a/net-analyzer/greenbone-security-assistant/files/gsa-daemon.conf b/net-analyzer/greenbone-security-assistant/files/gsa-daemon.conf index 9d34da62659c..2c9a62eef811 100644 --- a/net-analyzer/greenbone-security-assistant/files/gsa-daemon.conf +++ b/net-analyzer/greenbone-security-assistant/files/gsa-daemon.conf @@ -18,3 +18,14 @@ OPENVAS_SECURITY_ASSISTANT_MANAGER_LISTEN_PORT="--mport=9390" # TLS Settings OPENVAS_SECURITY_ASSISTANT_GNUTLS_PRIORITIES="--gnutls-priorities=NORMAL" + +# If you use reverse proxy you must set OPENVAS_REVERSE_PROXY daemon arg +# otherwise you will get the below error. +# --------------------------------------------------------------- +# The request contained an unknown or invalid Host header. +# If you are trying to access GSA via its hostname or a proxy, +# make sure GSA is set up to allow it. +# --------------------------------------------------------------- + +# Reverse Proxy Settings ( e.g. --allow-header-host=subdomain.example.com ) +OPENVAS_REVERSE_PROXY="--allow-header-host=" diff --git a/net-analyzer/greenbone-security-assistant/files/gsa.init b/net-analyzer/greenbone-security-assistant/files/gsa.init index 6e625a96a25c..2b4636422422 100644 --- a/net-analyzer/greenbone-security-assistant/files/gsa.init +++ b/net-analyzer/greenbone-security-assistant/files/gsa.init @@ -4,7 +4,7 @@ name="Greenbone Security Assistant Daemon" command="/usr/sbin/gsad" -command_args="${OPENVAS_SECURITY_ASSISTANT_OPTIONS} ${OPENVAS_SECURITY_ASSISTANT_LISTEN_ADDRESS} ${OPENVAS_SECURITY_ASSISTANT_LISTEN_PORT} ${OPENVAS_SECURITY_ASSISTANT_MANAGER_LISTEN_ADDRESS} ${OPENVAS_SECURITY_ASSISTANT_MANAGER_LISTEN_PORT} ${OPENVAS_SECURITY_ASSISTANT_GNUTLS_PRIORITIES}" +command_args="${OPENVAS_SECURITY_ASSISTANT_OPTIONS} ${OPENVAS_SECURITY_ASSISTANT_LISTEN_ADDRESS} ${OPENVAS_SECURITY_ASSISTANT_LISTEN_PORT} ${OPENVAS_SECURITY_ASSISTANT_MANAGER_LISTEN_ADDRESS} ${OPENVAS_SECURITY_ASSISTANT_MANAGER_LISTEN_PORT} ${OPENVAS_SECURITY_ASSISTANT_GNUTLS_PRIORITIES} ${OPENVAS_REVERSE_PROXY}" pidfile="/var/run/gsad.pid" command_background="true" diff --git a/net-analyzer/greenbone-security-assistant/files/gsa.service b/net-analyzer/greenbone-security-assistant/files/gsa.service index 3d0f2d37a45e..bc8c1d9e285c 100644 --- a/net-analyzer/greenbone-security-assistant/files/gsa.service +++ b/net-analyzer/greenbone-security-assistant/files/gsa.service @@ -8,7 +8,7 @@ Wants=gvmd.service [Service] Type=forking EnvironmentFile=-/etc/openvas/sysconfig/gsa-daemon.conf -ExecStart=/usr/sbin/gsad $OPENVAS_SECURITY_ASSISTANT_OPTIONS $OPENVAS_SECURITY_ASSISTANT_LISTEN_ADDRESS $OPENVAS_SECURITY_ASSISTANT_LISTEN_PORT $OPENVAS_SECURITY_ASSISTANT_MANAGER_LISTEN_ADDRESS $OPENVAS_SECURITY_ASSISTANT_MANAGER_LISTEN_PORT $OPENVAS_SECURITY_ASSISTANT_GNUTLS_PRIORITIES +ExecStart=/usr/sbin/gsad $OPENVAS_SECURITY_ASSISTANT_OPTIONS $OPENVAS_SECURITY_ASSISTANT_LISTEN_ADDRESS $OPENVAS_SECURITY_ASSISTANT_LISTEN_PORT $OPENVAS_SECURITY_ASSISTANT_MANAGER_LISTEN_ADDRESS $OPENVAS_SECURITY_ASSISTANT_MANAGER_LISTEN_PORT $OPENVAS_SECURITY_ASSISTANT_GNUTLS_PRIORITIES $OPENVAS_REVERSE_PROXY ExecReload=/bin/kill -HUP $MAINPID KillMode=mixed User=root diff --git a/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-7.0.3.ebuild b/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-7.0.3-r1.ebuild similarity index 100% rename from net-analyzer/greenbone-security-assistant/greenbone-security-assistant-7.0.3.ebuild rename to net-analyzer/greenbone-security-assistant/greenbone-security-assistant-7.0.3-r1.ebuild diff --git a/net-analyzer/openvas/openvas-9.0.0.ebuild b/net-analyzer/openvas/openvas-9.0.0.ebuild index f7bf53cc8a19..e97e18e0cdb8 100644 --- a/net-analyzer/openvas/openvas-9.0.0.ebuild +++ b/net-analyzer/openvas/openvas-9.0.0.ebuild @@ -14,22 +14,13 @@ KEYWORDS="~amd64 ~x86" IUSE="+cli +extras +gsa ldap +ospd radius" RDEPEND=" - >=net-analyzer/openvas-libraries-9.0.3 - >=net-analyzer/openvas-manager-7.0.3 - >=net-analyzer/openvas-scanner-5.1.3 + >=net-analyzer/openvas-libraries-9.0.3[extras?] + >=net-analyzer/openvas-manager-7.0.3[extras?] + >=net-analyzer/openvas-scanner-5.1.3[extras?] cli? ( >=net-analyzer/gvm-tools-1.4.1 ) - extras? ( - >=net-analyzer/openvas-libraries-9.0.3[extras] - >=net-analyzer/openvas-manager-7.0.3[extras] - >=net-analyzer/openvas-scanner-5.1.3[extras] - ) - gsa? ( >=net-analyzer/greenbone-security-assistant-7.0.3 - extras? ( >=net-analyzer/greenbone-security-assistant-7.0.3[extras] ) - ) + gsa? ( >=net-analyzer/greenbone-security-assistant-7.0.3[extras?] ) ldap? ( >=net-analyzer/openvas-libraries-9.0.3[ldap] ) - ospd? ( >=net-analyzer/ospd-1.3.2 - extras? ( >=net-analyzer/ospd-1.3.2[extras] ) - ) + ospd? ( >=net-analyzer/ospd-1.3.2[extras?] ) radius? ( >=net-analyzer/openvas-libraries-9.0.3[radius] )" pkg_postinst() { diff --git a/net-dialup/Manifest.gz b/net-dialup/Manifest.gz index 95a88629d761..0ec9709590ff 100644 Binary files a/net-dialup/Manifest.gz and b/net-dialup/Manifest.gz differ diff --git a/net-dialup/mgetty/Manifest b/net-dialup/mgetty/Manifest index 87519dc4c6bf..fb0032025e06 100644 --- a/net-dialup/mgetty/Manifest +++ b/net-dialup/mgetty/Manifest @@ -1,2 +1 @@ DIST mgetty-1.2.1.tar.gz 1077415 BLAKE2B 09d48c6cb7917a3dbbfc97c1d32ce43b9a3e64e8a44c8a3a7bfdd168421c287357a9d43504fb4d1b354ffb0f8e2a9c52b56ac3464f196f56064d96a7651e0d6e SHA512 2a82dfb782044d9daf8d41158fa10e991dbd7bd37ab43ea44422166554dd790e989ac49e4ff471d168d1cbb49edc5bedb8762ab61884e4653650686d1bbc2a9b -DIST mgetty1.1.37-Jun05.tar.gz 1057939 BLAKE2B de22751e72d72d19293794739c29ed115a6810cd7d57c07228526817120898ca597ba35afad36c324562c220ab67dd44655247ac46a2d6612c704557f3ec149d SHA512 577d740c7d209b830bf8e783bf71edb666cb8bbfe8e7dceaa51dda6095d88724715394bcbd24eacfb1c377999f5779b547a7ec79cd9cdc13de6de18c4d857188 diff --git a/net-dialup/mgetty/mgetty-1.1.37-r1.ebuild b/net-dialup/mgetty/mgetty-1.1.37-r1.ebuild deleted file mode 100644 index cf7346d7d614..000000000000 --- a/net-dialup/mgetty/mgetty-1.1.37-r1.ebuild +++ /dev/null @@ -1,166 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit flag-o-matic toolchain-funcs user - -DESCRIPTION="fax and voice modem programs" -SRC_URI="ftp://mgetty.greenie.net/pub/mgetty/source/1.1/${PN}${PV}-Jun05.tar.gz" -HOMEPAGE="http://mgetty.greenie.net/" - -DEPEND=" - doc? ( virtual/latex-base virtual/texi2dvi ) - >=sys-apps/sed-4 - sys-apps/groff - dev-lang/perl - sys-apps/texinfo - virtual/awk - fax? ( - !net-misc/efax - !net-misc/hylafax - ) -" -RDEPEND="${DEPEND} - fax? ( media-libs/netpbm app-text/ghostscript-gpl ) -" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 s390 sparc x86" -IUSE="doc +fax fidonet" - -pkg_setup() { - enewgroup fax - enewuser fax -1 -1 /dev/null fax -} - -src_prepare() { - eapply "${FILESDIR}/${P}-gentoo.patch" - eapply "${FILESDIR}/${P}-qa-fixes.patch" - eapply "${FILESDIR}/${PN}-1.1.36-callback.patch" # add callback install to Makefile - eapply "${FILESDIR}/Lucent.c.patch" # Lucent modem CallerID patch - bug #80366 - use fax || eapply "${FILESDIR}/${P}-nofax.patch" # don't install fax related files - bug #195467 - eapply "${FILESDIR}/${PN}-1.1.36-tmpfile.patch" # fix security bug 235806 - eapply "${FILESDIR}/${P}-gcc7.patch" - - sed -e 's:var/log/mgetty:var/log/mgetty/mgetty:' \ - -e 's:var/log/sendfax:var/log/mgetty/sendfax:' \ - -e 's:\/\* \(\#define CNDFILE "dialin.config"\) \*\/:\1:' \ - -e 's:\(\#define FAX_NOTIFY_PROGRAM\).*:\1 "/etc/mgetty+sendfax/new_fax":' \ - policy.h-dist > policy.h || die 'creating policy.h failed' - - sed -i -e 's:/usr/local/lib/mgetty+sendfax:/etc/mgetty+sendfax:' faxrunq.config || die 'changing mgetty config dir failed' - sed -i -e 's:/usr/local/bin/g3cat:/usr/bin/g3cat:' faxrunq.config fax/faxspool.rules || die 'changing g3cat path failed' - - sed -e "/^doc-all:/s/mgetty.asc mgetty.info mgetty.dvi mgetty.ps/mgetty.info/" \ - -i doc/Makefile || die 'first sed on doc/Makefile failed' - if use doc; then - sed -i \ - -e "s/^doc-all:/doc-all: mgetty.ps/" \ - -e "s/^all:/all: doc-all/" \ - doc/Makefile || die 'second sed on doc/Makefile failed' - fi - - # Support user's CFLAGS and LDFLAGS. - sed -e "s/\$(CFLAGS) -o newslock/${CFLAGS} ${LDFLAGS} -Wall -o newslock/" \ - -e "s/\$(LDLAGS)/${LDFLAGS}/" -i {,fax/}Makefile || die - - default -} - -src_compile() { - use fidonet && append-cppflags "-DFIDO" - append-cppflags "-DAUTO_PPP" - # bug #299421 - VARTEXFONTS="${T}"/fonts emake -j1 prefix=/usr \ - CC="$(tc-getCC)" \ - CONFDIR=/etc/mgetty+sendfax \ - CFLAGS="${CFLAGS} ${CPPFLAGS}" \ - LDFLAGS="${LDFLAGS}" \ - all vgetty -} - -src_install () { - # parallelization issue: vgetty-install target fails if install target - # isn't finished - local targets - for targets in install "vgetty-install install-callback"; do - emake prefix="${D}/usr" \ - INFODIR="${D}/usr/share/info" \ - CONFDIR="${D}/etc/mgetty+sendfax" \ - MAN1DIR="${D}/usr/share/man/man1" \ - MAN4DIR="${D}/usr/share/man/man4" \ - MAN5DIR="${D}/usr/share/man/man5" \ - MAN8DIR="${D}/usr/share/man/man8" \ - SBINDIR="${D}/usr/sbin" \ - BINDIR="${D}/usr/bin" \ - VOICE_DIR="${D}/var/spool/voice" \ - PHONE_GROUP=fax \ - PHONE_PERMS=755 \ - spool="${D}/var/spool" \ - ${targets} - done - - keepdir /var/log/mgetty - - #Install mgetty into /sbin (#119078) - dodir /sbin && \ - mv "${D}"/usr/sbin/mgetty "${D}"/sbin && \ - dosym /sbin/mgetty /usr/sbin/mgetty || die "failed to install /sbin/mgetty" - #Don't install ct (#106337) - rm "${D}"/usr/bin/ct || die "failed to remove useless ct program" - - dodoc BUGS ChangeLog README.1st Recommend THANKS TODO \ - doc/*.txt doc/modems.db - doinfo doc/mgetty.info - - docinto vgetty - dodoc voice/{Readme,Announce,ChangeLog,Credits} - - if use doc; then - dodoc doc/mgetty.ps - fi - - docinto vgetty/doc - dodoc voice/doc/* - - if use fax; then - mv samples/new_fax.all samples_new_fax.all || die "move failed." - docinto samples - dodoc samples/* - - docinto samples/new_fax - dodoc samples_new_fax.all/* - fi - - if ! use fax; then - insinto /usr/share/${PN}/frontends - doins -r frontends/{voice,network} - else - insinto /usr/share/${PN} - doins -r frontends - fi - insinto /usr/share/${PN} - doins -r patches - insinto /usr/share/${PN}/voice - doins -r voice/{contrib,Perl,scripts} - - diropts -m 0750 -o fax -g fax - dodir /var/spool/voice - keepdir /var/spool/voice/incoming - keepdir /var/spool/voice/messages - if use fax; then - dodir /var/spool/fax - dodir /var/spool/fax/outgoing - keepdir /var/spool/fax/outgoing/locks - keepdir /var/spool/fax/incoming - fi -} - -pkg_postinst() { - elog "Users who wish to use the fax or voicemail capabilities must be members" - elog "of the group fax in order to access files" - elog - elog "If you want to grab voice messages from a remote location, you must save" - elog "the password in /var/spool/voice/.code file" -} diff --git a/net-misc/Manifest.gz b/net-misc/Manifest.gz index 752061547c11..7a0953c84033 100644 Binary files a/net-misc/Manifest.gz and b/net-misc/Manifest.gz differ diff --git a/net-misc/modemmanager/modemmanager-1.8.2-r1.ebuild b/net-misc/modemmanager/modemmanager-1.8.2-r1.ebuild new file mode 100644 index 000000000000..a150c62736d1 --- /dev/null +++ b/net-misc/modemmanager/modemmanager-1.8.2-r1.ebuild @@ -0,0 +1,129 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GNOME2_LA_PUNT="yes" +VALA_USE_DEPEND="vapigen" + +inherit gnome2 user readme.gentoo-r1 systemd udev vala + +DESCRIPTION="Modem and mobile broadband management libraries" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/ModemManager/" +SRC_URI="https://www.freedesktop.org/software/ModemManager/ModemManager-${PV}.tar.xz" + +LICENSE="GPL-2+" +SLOT="0/1" # subslot = dbus interface version, i.e. N in org.freedesktop.ModemManager${N} +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + +IUSE="elogind +introspection mbim policykit +qmi systemd +udev vala" +REQUIRED_USE=" + ?? ( elogind systemd ) + vala? ( introspection ) +" + +RDEPEND=" + >=dev-libs/glib-2.36.0:2 + udev? ( >=virtual/libgudev-230:= ) + introspection? ( >=dev-libs/gobject-introspection-0.9.6:= ) + mbim? ( >=net-libs/libmbim-1.16.0 ) + policykit? ( >=sys-auth/polkit-0.106[introspection] ) + qmi? ( >=net-libs/libqmi-1.20.0:= ) + elogind? ( sys-auth/elogind ) + systemd? ( >=sys-apps/systemd-209 ) +" +DEPEND="${RDEPEND} + dev-util/gdbus-codegen + dev-util/glib-utils + >=dev-util/gtk-doc-am-1 + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig + vala? ( $(vala_depend) ) +" + +S="${WORKDIR}/ModemManager-${PV}" + +src_prepare() { + DOC_CONTENTS=" + If your USB modem shows up only as a storage device when you plug it in, + then you should install sys-apps/usb_modeswitch, which will automatically + switch it over to USB modem mode whenever you plug it in.\n" + + if use policykit; then + DOC_CONTENTS+="\nTo control your modem without needing to enter the root password, + add your user account to the 'plugdev' group." + fi + + use vala && vala_src_prepare + gnome2_src_prepare +} + +src_configure() { + local myconf=( + --disable-more-warnings + --disable-static + --with-dist-version=${PVR} + --with-udev-base-dir="$(get_udevdir)" + $(use_with udev) + $(use_enable introspection) + $(use_with mbim) + $(use_with policykit polkit) + $(use_with systemd systemd-suspend-resume) + $(use_with systemd systemd-journal) + $(use_with qmi) + $(use_enable vala) + ) + if use elogind; then + myconf+=( + --with-systemd-suspend-resume + LIBSYSTEMD_LOGIN_CFLAGS=`pkg-config --cflags "libelogind" 2>/dev/null` + LIBSYSTEMD_LOGIN_LIBS=`pkg-config --libs "libelogind" 2>/dev/null` + ) + fi + gnome2_src_configure "${myconf[@]}" +} + +src_install() { + gnome2_src_install + + # Allow users in plugdev group full control over their modem + if use policykit; then + insinto /usr/share/polkit-1/rules.d/ + doins "${FILESDIR}"/01-org.freedesktop.ModemManager1.rules + fi + + readme.gentoo_create_doc +} + +pkg_postinst() { + gnome2_pkg_postinst + + use policykit && enewgroup plugdev + + # The polkit rules file moved to /usr/share + old_rules="${EROOT}etc/polkit-1/rules.d/01-org.freedesktop.ModemManager.rules" + if [[ -f "${old_rules}" ]]; then + case "$(md5sum ${old_rules})" in + c5ff02532cb1da2c7545c3069e5d0992* | 5c50f0dc603c0a56e2851a5ce9389335* ) + # Automatically delete the old rules.d file if the user did not change it + elog + elog "Removing old ${old_rules} ..." + rm -f "${old_rules}" || eerror "Failed, please remove ${old_rules} manually" + ;; + * ) + elog "The ${old_rules}" + elog "file moved to /usr/share/polkit-1/rules.d/ in >=modemmanager-0.5.2.0-r2" + elog "If you edited ${old_rules}" + elog "without changing its behavior, you may want to remove it." + ;; + esac + fi + + if ! use udev; then + ewarn "You have built ModemManager without udev support. You may have to teach it" + ewarn "about your modem port manually." + fi + + systemd_reenable ModemManager.service + + readme.gentoo_print_elog +} diff --git a/net-misc/networkmanager/networkmanager-1.16.0.ebuild b/net-misc/networkmanager/networkmanager-1.16.0.ebuild index 7193fe03f25f..4e450bdaba30 100644 --- a/net-misc/networkmanager/networkmanager-1.16.0.ebuild +++ b/net-misc/networkmanager/networkmanager-1.16.0.ebuild @@ -177,6 +177,8 @@ multilib_src_configure() { $(multilib_native_enable concheck) --with-crypto=$(usex nss nss gnutls) --with-session-tracking=$(multilib_native_usex systemd systemd $(multilib_native_usex elogind elogind $(multilib_native_usex consolekit consolekit no))) + # ConsoleKit has no build-time dependency, so use it as the default case. + # There is no off switch, and we do not support upower. --with-suspend-resume=$(multilib_native_usex systemd systemd $(multilib_native_usex elogind elogind consolekit)) $(multilib_native_use_with audit libaudit) $(multilib_native_use_enable bluetooth bluez5-dun) diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz index d058a5236180..ffb8e3cf07b0 100644 Binary files a/profiles/Manifest.gz and b/profiles/Manifest.gz differ diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index 6b99d3b07714..72fce6c2649b 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -118,9 +118,6 @@ oracle video_cards_geode video_cards_voodoo -# not needed on non-mips systems -video_cards_newport - # not needed on non-x86, non-amd64 systems input_devices_vmmouse video_cards_ast diff --git a/profiles/arch/mips/make.defaults b/profiles/arch/mips/make.defaults index 7241d23bfa2b..09430714177a 100644 --- a/profiles/arch/mips/make.defaults +++ b/profiles/arch/mips/make.defaults @@ -3,7 +3,7 @@ # 2006/08/18 - Donnie Berkholz # Defaults for video drivers -VIDEO_CARDS="fbdev impact newport" +VIDEO_CARDS="fbdev impact" ARCH="mips" ACCEPT_KEYWORDS="${ARCH} ~mips" diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 3b9cbbf595f1..7367d4412693 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -7,7 +7,6 @@ # Matt Turner (02 Mar 2019) # For ancient hardware. Tired of maintaining. Masked for removal in 30 days. # Bug #679256 -video_cards_newport video_cards_tdfx video_cards_voodoo diff --git a/profiles/package.mask b/profiles/package.mask index 44bd801feba0..286ba11603db 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,36 @@ #--- END OF EXAMPLES --- +# Michał Górny (23 Mar 2019) +# Unmaintained and ancient. Upstream has abandoned the PAR 2.0 spec +# effort in 2003-2004, and the code has not seen any attention since. +# Removal in 30 days. Bug #681364. +app-arch/par + +# Michał Górny (23 Mar 2019) +# No maintainer. Both the program and the ebuild are of bad quality, +# the former requiring a patch and the latter failing to build in some +# circumstances. Last upstream activity in 2005. +# Removal in 30 days. Bug #456954. +app-benchmarks/gtkperf + +# Michał Górny (23 Mar 2019) +# Proprietary executable with unclear license. Unmaintained. +# The current version in Gentoo is from 2004. QA issues (#430712). +# Removal in 30 days. Bug #681360. +app-cdr/poweriso + +# Andreas Sturmlechner (23 Mar 2019) +# Everything breaks again. bug #681336 +>=app-text/poppler-0.75.0 + +# Michał Górny (22 Mar 2019) +# Unmaintained. No reverse dependencies. The current Gentoo version +# is from 2015, and upstream has made a lot of releases since. +# It suffers from heavy bundling of dependencies. +# Removal in 30 days. Bug #469194. +dev-lua/luvit + # Michał Górny (22 Mar 2019) # Unmaintained. Last release in 2013, last commits in 2015. Nested # bundled libraries (#253259, also causing #515384). Fails to build diff --git a/profiles/prefix/sunos/solaris/package.mask b/profiles/prefix/sunos/solaris/package.mask index 8b7eafcc2520..27668ebed6d3 100644 --- a/profiles/prefix/sunos/solaris/package.mask +++ b/profiles/prefix/sunos/solaris/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen (22 Mar 2019) +# fails to compile, bug #681316 +=app-crypt/gnupg-2.2.14 + # Fabian Groffen (12 Nov 2018) # this version of binutils produces shared libraries with symbol lookup # errors, probably a versioning problem, confirmed on Solaris 10 and diff --git a/profiles/use.desc b/profiles/use.desc index 246bc371fd4a..1f5b27e9190a 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -75,6 +75,7 @@ dvb - Add support for DVB (Digital Video Broadcasting) dvd - Add support for DVDs dvdr - Add support for DVD writer hardware (e.g. in xcdroast) eds - Enable support for Evolution-Data-Server (EDS) +elogind - Enable session tracking via sys-auth/elogind emacs - Add support for GNU Emacs emboss - Add support for the European Molecular Biology Open Software Suite encode - Add support for encoding of audio or video files diff --git a/profiles/use.local.desc b/profiles/use.local.desc index e6484f7989ec..8009be9a8e91 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -200,7 +200,6 @@ app-admin/ulogd:ulog - Build ULOG input plugin to support deprecated packet-base app-admin/vault:webui - Enable the Web UI app-admin/webalizer:xtended - Include the 404 extension app-admin/webapp-config:portage - Propagete python_targets dependencies to sys-apps/portage -app-admin/yaala:storable - Support for persistence of Perl data structures. app-antivirus/clamav:clamdtop - A Top like tool which shows what clamd is currently scanning amongst other things app-antivirus/clamav:metadata-analysis-api - Enables collection of file property metadata using ClamAV API for analysis by ClamAV bytecode programs. app-antivirus/clamav:system-libmspack - Use system libmspack instead of built in @@ -3233,7 +3232,8 @@ dev-util/strace:elfutils - Enable stack backtraces (-k flag) via dev-libs/elfuti dev-util/strace:unwind - Enable stack backtraces (-k flag) via sys-libs/libunwind dev-util/suse-build:symlink - Provide compatibility symlinks with original openSUSE package (might clash with other packages) dev-util/sysdig:modules - Build kernel modules needed for tracing local events. Disable this only if you intend to use sysdig purely to work with dumpfiles. -dev-util/sysprof:systemd - Build the sysprofd daemon service, required to run the UI without root permissions. Relies on sys-apps/systemd running as the init system. +dev-util/sysprof:elogind - Build the sysprofd daemon service, required to run the UI without root permissions. Relies on sys-auth/elogind for sd-bus API. +dev-util/sysprof:systemd - Build the sysprofd daemon service, required to run the UI without root permissions. Relies on sys-apps/systemd for sd-bus API. dev-util/systemtap:libvirt - Support probing of libvirt domains. dev-util/trace-cmd:udis86 - Enable support for dev-libs/udis86 disassembler library dev-util/vulkan-tools:cube - Build the cube/cubepp demos @@ -4952,6 +4952,7 @@ media-sound/pulseaudio:X - Build the X11 publish module to export PulseAudio inf media-sound/pulseaudio:alsa-plugin - Request installing media-plugins/alsa-plugins with PulseAudio plugin enabled. This ensures that clients supporting ALSA only will use PulseAudio. media-sound/pulseaudio:asyncns - Use libasyncns for asynchronous name resolution. media-sound/pulseaudio:doc - Build the doxygen-described API documentation. +media-sound/pulseaudio:elogind - Use sys-auth/elogind for giving each session a PA client media-sound/pulseaudio:equalizer - Enable the equalizer module (requires sci-libs/fftw). media-sound/pulseaudio:gconf - Ensure gnome-base/gconf is present for pulseaudio GConf to GSettings module automatic migration (keeping the user configuration) media-sound/pulseaudio:gdbm - Use sys-libs/gdbm to store PulseAudio databases. Recommended for desktop usage. This flag causes the whole package to be licensed under GPL-2 or later. @@ -7496,7 +7497,6 @@ sci-geosciences/viking:magic - Use libmagic to determine mimetypes sci-geosciences/viking:mapnik - Enable a layer based on sci-geosciences/mapnik sci-geosciences/viking:oauth - Enable OAuth authentication for OSM sci-geosciences/viking:sqlite - Enable MBTiles support based on dev-db/sqlite -sci-geosciences/xtide:gps - Use sci-geosciences/gpsd sci-libs/ViSP:coin - Enables Coin3D support. sci-libs/ViSP:demos - Installs demo programs. sci-libs/ViSP:dmtx - Enables barcode data matrix support. diff --git a/sci-geosciences/Manifest.gz b/sci-geosciences/Manifest.gz index dec45d51899f..83143b459729 100644 Binary files a/sci-geosciences/Manifest.gz and b/sci-geosciences/Manifest.gz differ diff --git a/sci-geosciences/xtide/Manifest b/sci-geosciences/xtide/Manifest index cf6dd7af201a..8a0d05ae3763 100644 --- a/sci-geosciences/xtide/Manifest +++ b/sci-geosciences/xtide/Manifest @@ -1,2 +1 @@ -DIST xtide-2.13.2.tar.bz2 481183 BLAKE2B b9d294ef1e212ecf2a9850082f0861efd85a8e151da265e3faf06e51a77c2769f68135cad4751edb3517a9dacfc75d45b43f2dc1810351e6d7788228c46ccbfc SHA512 31b35190932413bf5021c82c640ec3f03424807ffd5295abd8ab9554febbe495896bc0d08f901e70e11b04d92c0d1991b8214dcdd5e95e04173f3e7bbf5faec0 DIST xtide-2.15.1.tar.bz2 710182 BLAKE2B 31c336c16d855615bb3b33571f71cf47ff4ae524c1ca987e4b29a1c0a88844d9de7fa9f0340a07360c6e0299826e47d0c448dec074a3755a929300cc72cb6462 SHA512 3951d5c797981fd4a0396d21830241a700d0f6c7a21694addf7df14f4b3864fbeecb6d352f075a7ccd1c15f8c6b7ddee6ddd501a2699165a9432e8e8dcc0a448 diff --git a/sci-geosciences/xtide/files/xtide-2.13.1-Werror.patch b/sci-geosciences/xtide/files/xtide-2.13.1-Werror.patch deleted file mode 100644 index fcfd147e51bb..000000000000 --- a/sci-geosciences/xtide/files/xtide-2.13.1-Werror.patch +++ /dev/null @@ -1,21 +0,0 @@ -commit 9cf2369051fa887bd5f13bf7df80c51bcf040306 -Author: hasufell -Date: Sat Jul 13 13:25:42 2013 +0200 - - BUILD: remove -Werror - - It's discouraged to add non-specific Werror flags. - -diff --git a/configure.ac b/configure.ac -index b366337..86c7569 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -11,7 +11,7 @@ m4_if(2.65, AC_AUTOCONF_VERSION, [m4_fatal([autoconf version 2.65 is broken and - # FIXME: Update version info on each release - AC_INIT([XTide], [2.13.1], [dave@flaterco.com]) - --AM_INIT_AUTOMAKE([-Wall -Werror]) -+AM_INIT_AUTOMAKE([-Wall]) - - AC_LANG([C++]) - AC_PROG_CXX diff --git a/sci-geosciences/xtide/files/xtide-2.13.1-gps-switch.patch b/sci-geosciences/xtide/files/xtide-2.13.1-gps-switch.patch deleted file mode 100644 index 54c6546fe298..000000000000 --- a/sci-geosciences/xtide/files/xtide-2.13.1-gps-switch.patch +++ /dev/null @@ -1,88 +0,0 @@ -commit 755677baae16fd8772efd523a25b787ea3fc0772 -Author: hasufell -Date: Sat Jul 13 13:26:24 2013 +0200 - - BUILD: add --with-gps switch - - We don't want automagic gps detection, but give control - to the user. - -diff --git a/configure.ac b/configure.ac -index 86c7569..307def4 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -156,6 +156,12 @@ if test -z "${SKIP_COMPLICATED}"; then - fi - CXXFLAGS="${SAVED_CXXFLAGS}" - -+AC_ARG_WITH([gps], -+ [AS_HELP_STRING([--with-gps], -+ [use libgpsd (default: no)])], -+ [gps=$withval], -+ [gps=no]) -+ - # xttpd configs - AC_ARG_WITH([xttpd-user], - [AS_HELP_STRING([--with-xttpd-user=user], -@@ -381,32 +387,35 @@ AC_CHECK_HEADER([Dstr], [AC_CHECK_LIB([dstr], [DstrCompat20070215Check])]) - AM_CONDITIONAL(NO_LIBDSTR, test "$ac_cv_lib_dstr_DstrCompat20070215Check" != "yes") - - # libgps is optional; use it if you have a compatible version. --AC_CHECK_HEADER([gps.h], [AC_CHECK_LIB([gps], [timestamp], [ -- AC_MSG_CHECKING([if libgps is 3.x or newer, compatible version]) -- AC_COMPILE_IFELSE( -- [AC_LANG_SOURCE([[ --#include --#if (GPSD_API_MAJOR_VERSION < 5) --#FAIL --#endif --int main (int argc, char **argv) { -- struct gps_data_t gpsdata; -- gps_open ("127.0.0.1", "2947", &gpsdata); -- gps_stream (&gpsdata, WATCH_ENABLE|WATCH_NEWSTYLE, NULL); -- gps_read (&gpsdata); -- return (gpsdata.fix.mode >= MODE_2D); --} -- ]])], -- [ -- AC_MSG_RESULT(yes) -- AC_DEFINE([GPS_GOOD]) -- AC_SUBST([GPSD_LIBS], ["-lgps"]) -- ], -- [ -- AC_MSG_RESULT(no) -- ] -- ) --])]) -+ -+AS_IF([test "x$gps" = "xyes"], [ -+ AC_CHECK_HEADER([gps.h], [AC_CHECK_LIB([gps], [timestamp], [ -+ AC_MSG_CHECKING([if libgps is 3.x or newer, compatible version]) -+ AC_COMPILE_IFELSE( -+ [AC_LANG_SOURCE([[ -+ #include -+ #if (GPSD_API_MAJOR_VERSION < 5) -+ #FAIL -+ #endif -+ int main (int argc, char **argv) { -+ struct gps_data_t gpsdata; -+ gps_open ("127.0.0.1", "2947", &gpsdata); -+ gps_stream (&gpsdata, WATCH_ENABLE|WATCH_NEWSTYLE, NULL); -+ gps_read (&gpsdata); -+ return (gpsdata.fix.mode >= MODE_2D); -+ } -+ ]])], -+ [ -+ AC_MSG_RESULT(yes) -+ AC_DEFINE([GPS_GOOD]) -+ AC_SUBST([GPSD_LIBS], ["-lgps"]) -+ ], -+ [ -+ AC_MSG_RESULT(no) -+ ] -+ ) -+ ], [AC_MSG_ERROR([cannot find libgps])])], [AC_MSG_ERROR([cannot find gps.h])]) -+ ]) - - AC_TYPE_INT8_T - AC_TYPE_INT16_T diff --git a/sci-geosciences/xtide/files/xtide-2.13.2-clang.patch b/sci-geosciences/xtide/files/xtide-2.13.2-clang.patch deleted file mode 100644 index 090aa6c4f7ab..000000000000 --- a/sci-geosciences/xtide/files/xtide-2.13.2-clang.patch +++ /dev/null @@ -1,33 +0,0 @@ -From: Julian Ospald -Date: Mon Aug 17 20:15:03 UTC 2015 -Subject: fix build with clang - ---- a/configure.ac -+++ b/configure.ac -@@ -22,26 +22,6 @@ - AC_SUBST([ADDED_CPPFLAGS]) - AC_SUBST([ADDED_CXXFLAGS]) - --# Extended initializer lists were added in 4.4. --AC_MSG_CHECKING([if using a version of GCC older than 4.4]) --AC_PREPROC_IFELSE( -- [AC_LANG_SOURCE([[ --#ifdef __GNUC__ --#if (__GNUC__ * 100 + __GNUC_MINOR__) < 404 --#FAIL --#endif --#endif -- ]])], -- [ -- AC_MSG_RESULT(no) -- ], -- [ -- AC_MSG_RESULT(yes) -- AC_MSG_NOTICE([if using GCC, version 4.4 or later is required]) -- AC_MSG_ERROR([GCC too old]) -- ] --) -- - # /tmp/ccB6kF2d.s: Assembler messages: - # /tmp/ccB6kF2d.s:1325: Error: symbol `_ZZN10SafeVectorIdEixEPdS1_jE19__PRETTY_FUNCTION__' is already defined - # /tmp/ccB6kF2d.s:1330: Error: symbol `_ZZN10SafeVectorI5AngleEixEPS0_S2_jE19__PRETTY_FUNCTION__' is already defined diff --git a/sci-geosciences/xtide/metadata.xml b/sci-geosciences/xtide/metadata.xml index e723c4be1d88..7a38bb900964 100644 --- a/sci-geosciences/xtide/metadata.xml +++ b/sci-geosciences/xtide/metadata.xml @@ -2,7 +2,4 @@ - - Use sci-geosciences/gpsd - diff --git a/sci-geosciences/xtide/xtide-2.13.2.ebuild b/sci-geosciences/xtide/xtide-2.13.2.ebuild deleted file mode 100644 index 16379601e784..000000000000 --- a/sci-geosciences/xtide/xtide-2.13.2.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools eutils gnome2-utils - -DESCRIPTION="XTide provides tide and current predictions in a wide variety of formats" -HOMEPAGE="http://www.flaterco.com/xtide/" -SRC_URI="ftp://ftp.flaterco.com/xtide/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="gps" - -DEPEND=" - media-libs/libpng:0 - >=sci-geosciences/libtcd-2.2.5_p2 - x11-libs/libX11 - x11-libs/libXaw3d - x11-libs/libXpm - x11-libs/libXt - gps? ( sci-geosciences/gpsd )" -RDEPEND="${DEPEND} - media-fonts/font-schumacher-misc" -DEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.13.1-{Werror,gps-switch}.patch \ - "${FILESDIR}"/${P}-clang.patch - eautoreconf -} - -src_configure() { - econf \ - $(use_with gps) -} - -src_install() { - dobin xtide tide xttpd - doman *.[18] - - echo 'HFILE_PATH=/usr/share/harmonics' > 50xtide_harm - doenvd 50xtide_harm - - newicon -s 48 iconsrc/icon_48x48_orig.png ${PN}.png - - make_desktop_entry ${PN} 'Tide prediction' ${PN} 'Science' -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/sci-physics/Manifest.gz b/sci-physics/Manifest.gz index ee1d685e4880..8520716f06bb 100644 Binary files a/sci-physics/Manifest.gz and b/sci-physics/Manifest.gz differ diff --git a/sci-physics/root/files/root-6.16.00-disable-header-search.patch b/sci-physics/root/files/root-6.16.00-disable-header-search.patch new file mode 100644 index 000000000000..06748eb64312 --- /dev/null +++ b/sci-physics/root/files/root-6.16.00-disable-header-search.patch @@ -0,0 +1,38 @@ +From: Benda Xu +Date: 2019-03-23 +Subject: Remove header expansion logic from module cmake helper. + +Description: ROOT module cmake helper by default expands header inclusion to +absolute path. In Gentoo, that will capture PORTAGE_TMPDIR resulting in various +runtime bugs. By removing this convolved logic, headers are untouched and become +more predictible for rootcling at runtime. + +Typical bug it solves: + + Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState: + Missing FileEntry for /var/tmp/portage/sci-physics/JSAP-479/work/JSAP-479/DataType/JPSimOutput.hh + requested to autoload type JPSimTruthTree_t + Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState: + Missing FileEntry for /var/tmp/portage/sci-physics/JSAP-479/work/JSAP-479/DataType/JPSimOutput.hh + requested to autoload type JPSimTriggerInfoTree_t + +Forwarded: No need. Gentoo specific. + +--- a/cmake/modules/RootNewMacros.cmake 2019-01-23 16:23:37.000000000 +0800 ++++ b/cmake/modules/RootNewMacros.cmake 2019-02-25 00:18:04.000000000 +0800 +@@ -250,14 +250,7 @@ function(ROOT_GENERATE_DICTIONARY dictio + list(APPEND headerfiles ${fp}) + list(APPEND _list_of_header_dependencies ${fp}) + else() +- find_file(headerFile ${fp} HINTS ${localinclude} ${incdirs} NO_DEFAULT_PATH) +- find_file(headerFile ${fp} NO_SYSTEM_ENVIRONMENT_PATH) +- if(headerFile) +- list(APPEND headerfiles ${headerFile}) +- list(APPEND _list_of_header_dependencies ${headerFile}) +- else() +- list(APPEND headerfiles ${fp}) +- endif() ++ list(APPEND headerfiles ${fp}) + unset(headerFile CACHE) + endif() + endforeach() diff --git a/sci-physics/root/root-6.16.00-r1.ebuild b/sci-physics/root/root-6.16.00-r1.ebuild new file mode 100644 index 000000000000..b6b7b6b7a011 --- /dev/null +++ b/sci-physics/root/root-6.16.00-r1.ebuild @@ -0,0 +1,323 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +CMAKE_BUILD_TYPE=Release +# ninja does not work due to fortran +CMAKE_MAKEFILE_GENERATOR=emake +FORTRAN_NEEDED="fortran" +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) + +inherit cmake-utils cuda eapi7-ver elisp-common eutils fortran-2 \ + llvm prefix python-single-r1 toolchain-funcs + +DESCRIPTION="C++ data analysis framework and interpreter from CERN" +HOMEPAGE="https://root.cern" +SRC_URI="https://root.cern/download/${PN}_v${PV}.source.tar.gz" + +IUSE="+X aqua +asimage +c++11 c++14 c++17 cuda +davix emacs +examples + fits fftw fortran +gdml graphviz +gsl http jemalloc kerberos ldap + libcxx memstat +minuit mysql odbc +opengl oracle postgres prefix + pythia6 pythia8 +python qt5 R +roofit root7 shadow sqlite +ssl + table +tbb test +threads +tiff +tmva +unuran vc xinetd +xml xrootd + zeroconf" + +SLOT="$(ver_cut 1-2)/$(ver_cut 3)" +LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA" +KEYWORDS="~amd64 ~x86" + +REQUIRED_USE=" + ^^ ( c++11 c++14 c++17 ) + cuda? ( tmva !c++17 ) + !X? ( !asimage !opengl !qt5 !tiff ) + davix? ( ssl xml ) + python? ( ${PYTHON_REQUIRED_USE} ) + qt5? ( root7 ) + root7? ( || ( c++14 c++17 ) ) + tmva? ( gsl ) +" + +CDEPEND=" + app-arch/lz4 + app-arch/xz-utils + fortran? ( dev-lang/cfortran ) + dev-libs/libpcre:3 + dev-libs/xxhash + media-fonts/dejavu + media-libs/freetype:2 + media-libs/libpng:0= + sys-devel/llvm:5= + sys-libs/ncurses:= + sys-libs/zlib + X? ( + x11-libs/libX11:0 + x11-libs/libXext:0 + x11-libs/libXft:0 + x11-libs/libXpm:0 + opengl? ( + media-libs/ftgl:0= + media-libs/glew:0= + virtual/opengl + virtual/glu + x11-libs/gl2ps:0= + ) + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwebengine:5[widgets] + ) + ) + asimage? ( || ( + media-libs/libafterimage[gif,jpeg,png,tiff?] + >=x11-wm/afterstep-2.2.11[gif,jpeg,png,tiff?] + ) ) + zeroconf? ( net-dns/avahi[mdnsresponder-compat] ) + cuda? ( >=dev-util/nvidia-cuda-toolkit-9.0 ) + davix? ( net-libs/davix ) + emacs? ( virtual/emacs ) + fftw? ( sci-libs/fftw:3.0= ) + fits? ( sci-libs/cfitsio:0= ) + graphviz? ( media-gfx/graphviz ) + gsl? ( sci-libs/gsl:= ) + http? ( dev-libs/fcgi:0= ) + jemalloc? ( dev-libs/jemalloc ) + kerberos? ( virtual/krb5 ) + ldap? ( net-nds/openldap:0= ) + libcxx? ( sys-libs/libcxx ) + unuran? ( sci-mathematics/unuran:0= ) + minuit? ( !sci-libs/minuit ) + mysql? ( dev-db/mysql-connector-c ) + odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) ) + oracle? ( dev-db/oracle-instantclient-basic ) + postgres? ( dev-db/postgresql:= ) + pythia6? ( sci-physics/pythia:6 ) + pythia8? ( sci-physics/pythia:8 ) + python? ( ${PYTHON_DEPS} ) + R? ( dev-lang/R ) + shadow? ( virtual/shadow ) + sqlite? ( dev-db/sqlite:3 ) + ssl? ( dev-libs/openssl:0= ) + tbb? ( >=dev-cpp/tbb-2018 ) + tmva? ( dev-python/numpy[${PYTHON_USEDEP}] ) + vc? ( dev-libs/vc:= ) + xml? ( dev-libs/libxml2:2= ) + xrootd? ( net-libs/xrootd:0= ) +" + +DEPEND="${CDEPEND} + virtual/pkgconfig" + +RDEPEND="${CDEPEND} + xinetd? ( sys-apps/xinetd )" + +PATCHES=( + "${FILESDIR}"/${PN}-6.12.06_cling-runtime-sysroot.patch + "${FILESDIR}"/${PN}-6.16.00-disable-header-search.patch +) + +pkg_setup() { + LLVM_MAX_SLOT=5 llvm_pkg_setup + + use fortran && fortran-2_pkg_setup + use python && python-single-r1_pkg_setup + + elog "There are extra options on packages not available in Gentoo." + elog "You can use the environment variable EXTRA_ECONF to enable" + elog "these packages. For example, for Vdt you would set:" + elog "EXTRA_ECONF=\"-Dbuiltin_vdt=ON -Dvdt=ON\"" +} + +src_prepare() { + cmake-utils_src_prepare + + sed -i "/CLING_BUILD_PLUGINS/d" interpreter/CMakeLists.txt || die + + # CSS should use local images + sed -i -e 's,http://.*/,,' etc/html/ROOT.css || die "html sed failed" + + hprefixify core/clingutils/CMakeLists.txt +} + +# Note: ROOT uses bundled clang because it is patched and API-incompatible +# with vanilla clang. The patches enable the C++ interpreter to work. +# Since ROOT installs many files into /etc (>100MB in total) that don't +# really belong there, we install it into another directory to avoid +# making /etc too big. + +src_configure() { + local mycmakeargs=( + -DCMAKE_C_FLAGS="${CFLAGS}" + -DCMAKE_CXX_FLAGS="${CXXFLAGS}" + -DPYTHON_EXECUTABLE="${PYTHON}" + -DLLVM_CONFIG="$(type -P "${CHOST}-llvm-config")" + -DCMAKE_INSTALL_PREFIX="${EPREFIX%/}/usr/lib/${PN}/$(ver_cut 1-2)" + -DCMAKE_INSTALL_MANDIR="${EPREFIX%/}/usr/lib/${PN}/$(ver_cut 1-2)/share/man" + -DCMAKE_INSTALL_LIBDIR="lib" + -DDEFAULT_SYSROOT="${EPREFIX}" + -DCLING_BUILD_PLUGINS=OFF + -Dexplicitlink=ON + -Dexceptions=ON + -Dfail-on-missing=ON + -Dgnuinstall=OFF + -Dshared=ON + -Dsoversion=ON + -Dbuiltin_llvm=OFF + -Dbuiltin_clang=ON + -Dbuiltin_afterimage=OFF + -Dbuiltin_cfitsio=OFF + -Dbuiltin_davix=OFF + -Dbuiltin_fftw3=OFF + -Dbuiltin_freetype=OFF + -Dbuiltin_ftgl=OFF + -Dbuiltin_gl2ps=OFF + -Dbuiltin_glew=OFF + -Dbuiltin_gsl=OFF + -Dbuiltin_lz4=OFF + -Dbuiltin_lzma=OFF + -Dbuiltin_openssl=OFF + -Dbuiltin_pcre=OFF + -Dbuiltin_tbb=OFF + -Dbuiltin_unuran=OFF + -Dbuiltin_vc=OFF + -Dbuiltin_vdt=OFF + -Dbuiltin_veccore=OFF + -Dbuiltin_xrootd=OFF + -Dbuiltin_xxhash=OFF + -Dbuiltin_zlib=OFF + -Dx11=$(usex X) + -Dxft=$(usex X) + -Dafdsmgrd=OFF + -Dafs=OFF # not implemented + -Dalien=OFF + -Dasimage=$(usex asimage) + -Dastiff=$(usex tiff) + -Dbonjour=$(usex zeroconf) + -Dlibcxx=$(usex libcxx) + -Dccache=OFF # use ccache via portage + -Dcastor=OFF + -Dchirp=OFF + -Dclad=OFF + -Dcling=ON # cling=OFF is broken + -Dcocoa=$(usex aqua) + -Dcuda=$(usex cuda) + -Dcxx11=$(usex c++11) + -Dcxx14=$(usex c++14) + -Dcxx17=$(usex c++17) + -Dcxxmodules=OFF # requires clang, unstable + -Ddavix=$(usex davix) + -Ddcache=OFF + -Dfftw3=$(usex fftw) + -Dfitsio=$(usex fits) + -Dfortran=$(usex fortran) + -Dftgl=$(usex opengl) + -Dgdml=$(usex gdml) + -Dgenvector=ON # genvector=OFF ignored + -Dgeocad=OFF + -Dgfal=OFF + -Dgl2ps=$(usex opengl) + -Dglite=OFF # not implemented + -Dglobus=OFF + -Dgminimal=OFF + -Dgsl_shared=$(usex gsl) + -Dgviz=$(usex graphviz) + -Dhdfs=OFF + -Dhttp=$(usex http) + -Dimt=$(usex tbb) + -Djemalloc=$(usex jemalloc) + -Dkrb5=$(usex kerberos) + -Dldap=$(usex ldap) + -Dmathmore=$(usex gsl) + -Dmemstat=$(usex memstat) + -Dminimal=OFF + -Dminuit2=$(usex minuit) + -Dminuit=$(usex minuit) + -Dmonalisa=OFF + -Dmysql=$(usex mysql) + -Dodbc=$(usex odbc) + -Dopengl=$(usex opengl) + -Doracle=$(usex oracle) + -Dpch=ON # pch=OFF is broken + -Dpgsql=$(usex postgres) + -Dpythia6=$(usex pythia6) + -Dpythia8=$(usex pythia8) + -Dpython=$(usex python) + -Dqt5web=$(usex qt5) + -Dqtgsi=OFF + -Dqt=OFF + -Drfio=OFF + -Droofit=$(usex roofit) + -Droot7=$(usex root7) + -Drootbench=OFF + -Droottest=OFF + -Drpath=OFF + -Druby=OFF # deprecated and broken + -Druntime_cxxmodules=OFF # does not work yet + -Dr=$(usex R) + -Dsapdb=OFF # not implemented + -Dshadowpw=$(usex shadow) + -Dsqlite=$(usex sqlite) + -Dsrp=OFF # not implemented + -Dssl=$(usex ssl) + -Dtable=$(usex table) + -Dtcmalloc=OFF + -Dtesting=$(usex test) + -Dthread=$(usex threads) + -Dtmva=$(usex tmva) + -Dtmva-cpu=$(usex tmva) + -Dtmva-gpu=$(usex cuda) + -Dunuran=$(usex unuran) + -Dvc=$(usex vc) + -Dvdt=OFF + -Dveccore=OFF + -Dxml=$(usex xml) + -Dxrootd=$(usex xrootd) + ${EXTRA_ECONF} + ) + + cmake-utils_src_configure +} + +src_compile() { + # needed for hsimple.root + addwrite /dev/random + cmake-utils_src_compile +} + +src_install() { + cmake-utils_src_install + + ROOTSYS=${EPREFIX%/}/usr/lib/${PN}/$(ver_cut 1-2) + ROOTENV=$((9999 - $(ver_cut 2)))${PN}-$(ver_cut 1-2) + + cat > ${ROOTENV} <<- EOF || die + MANPATH="${ROOTSYS}/share/man" + PATH="${ROOTSYS}/bin" + ROOTPATH="${ROOTSYS}/bin" + LDPATH="${ROOTSYS}/lib" + EOF + + if use python; then + echo "PYTHONPATH=\"${ROOTSYS}/lib\"" >> ${ROOTENV} || die + fi + + doenvd ${ROOTENV} + + if use emacs; then + elisp-install ${PN}-$(ver_cut 1-2) "${BUILD_DIR}"/root-help.el + fi + + pushd "${D}/${ROOTSYS}" > /dev/null + + rm -r test emacs bin/*.{csh,sh,fish} || die + + if ! use examples; then + rm -r tutorials || die + fi + + # create versioned symlinks for binaries + cd bin; + for exe in *; do + dosym "${exe}" "/usr/lib/${PN}/$(ver_cut 1-2)/bin/${exe}-$(ver_cut 1-2)" + done +} diff --git a/sys-apps/Manifest.gz b/sys-apps/Manifest.gz index 8506cb74f148..15b141a9bbcc 100644 Binary files a/sys-apps/Manifest.gz and b/sys-apps/Manifest.gz differ diff --git a/sys-apps/help2man/Manifest b/sys-apps/help2man/Manifest index 91acce59aa7c..8cebc49da718 100644 --- a/sys-apps/help2man/Manifest +++ b/sys-apps/help2man/Manifest @@ -1,3 +1,4 @@ +DIST help2man-1.47.10.tar.xz 202176 BLAKE2B 57c19072b1fb696b8ae1fc269d4c44672e692b45f1afe91871621dbed008298154d94813711b8ab89a9ad2e9fffa5ba1e738a613e5e50681b0abea4bfcc92677 SHA512 071383f38fb5264137200439a460e70298fc23d88069a96f150bf50a4e2a08d1d5d29555053b0ea36c809eec8484c4432b55d7d0bddd68f33b07b1abb97556ff DIST help2man-1.47.6.tar.xz 192980 BLAKE2B ddf2b899e4479a45505aefaf3dabfceb1595128da35c000b81be79046aabceff58e1d605b2797880c5c652947d0fe59673eaf087de911152e79768c571037a73 SHA512 d24849b93de58b20f518c071687e7bfa653a96600382f36c4cf7fc1047656458f75f093b911b786b18b6931b2453cb60868ecbe07cc7d2984e5981a874b34942 DIST help2man-1.47.8.tar.xz 200264 BLAKE2B 2650909986649a471cfa13db96fda34e864312aab96ffa2692c2d38cbb9b36149d90a398b3ea9568992b9da01ab7aeeab8022ee74edebf2e7c83cac48c951e7c SHA512 05e420560b143042418db2e992beaef45cc5a568cdbf640c7b285ba2dc322290d14e0df978ff4c412a99f4346e38f6fb9796ebda695ddc002a3d0e74e85725d6 DIST help2man-1.47.9.tar.xz 202012 BLAKE2B 08d0a906e61978b12fd00b9d807b8cdb6b2436165223aff539957f217786442bc31fb5d437833d6dae3bd6a4b83e1df28d7bd434d0c753f38fea96b8cf751b76 SHA512 91cddd5ebc8eb2a89bc27fab4298ee18c18fa73363378be8c220258bf415634a0147b8502970c5fea48ddaccddda63753cbd215bf6894798452c2b4b89c4309a diff --git a/sys-apps/help2man/help2man-1.47.10.ebuild b/sys-apps/help2man/help2man-1.47.10.ebuild new file mode 100644 index 000000000000..c6386779e3bf --- /dev/null +++ b/sys-apps/help2man/help2man-1.47.10.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="GNU utility to convert program --help output to a man page" +HOMEPAGE="https://www.gnu.org/software/help2man/" +SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="nls" + +RDEPEND="dev-lang/perl + nls? ( dev-perl/Locale-gettext )" +DEPEND=${RDEPEND} + +DOCS=( debian/changelog NEWS README THANKS ) #385753 + +PATCHES=( + "${FILESDIR}"/${PN}-1.46.1-linguas.patch +) + +src_prepare() { + if [[ ${CHOST} == *-darwin* ]] ; then + sed -i \ + -e 's/-shared/-bundle/' \ + Makefile.in || die + fi + default +} + +src_configure() { + # Disable gettext requirement as the release includes the gmo files #555018 + econf \ + ac_cv_path_MSGFMT=$(type -P false) \ + $(use_enable nls) +} diff --git a/sys-cluster/Manifest.gz b/sys-cluster/Manifest.gz index aebf55a4361d..958d86f788ae 100644 Binary files a/sys-cluster/Manifest.gz and b/sys-cluster/Manifest.gz differ diff --git a/sys-cluster/ceph/ceph-14.2.0-r1.ebuild b/sys-cluster/ceph/ceph-14.2.0-r3.ebuild similarity index 98% rename from sys-cluster/ceph/ceph-14.2.0-r1.ebuild rename to sys-cluster/ceph/ceph-14.2.0-r3.ebuild index 868ca8e9fd71..01499ef0ffe8 100644 --- a/sys-cluster/ceph/ceph-14.2.0-r1.ebuild +++ b/sys-cluster/ceph/ceph-14.2.0-r3.ebuild @@ -149,6 +149,7 @@ PATCHES=( "${FILESDIR}/ceph-14.2.0-no-virtualenvs.patch" "${FILESDIR}/ceph-13.2.2-dont-install-sysvinit-script.patch" "${FILESDIR}/ceph-14.2.0-dpdk-cflags.patch" + "${FILESDIR}/ceph-14.2.0-link-crc32-statically.patch" ) # dpdk and ninja don't get along @@ -228,7 +229,7 @@ ceph_src_configure() { -DWITH_TBB=no -DSYSTEMD_UNITDIR=$(systemd_get_systemunitdir) -DEPYTHON_VERSION="${EPYTHON#python}" - -DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${P}" + -DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PN}" -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc" -Wno-dev ) diff --git a/sys-cluster/ceph/files/ceph-14.2.0-link-crc32-statically.patch b/sys-cluster/ceph/files/ceph-14.2.0-link-crc32-statically.patch new file mode 100644 index 000000000000..ec7a4fb079b3 --- /dev/null +++ b/sys-cluster/ceph/files/ceph-14.2.0-link-crc32-statically.patch @@ -0,0 +1,11 @@ +--- ceph-14.2.0.orig/src/common/CMakeLists.txt 2019-03-18 04:08:29.000000000 -0600 ++++ ceph-14.2.0/src/common/CMakeLists.txt 2019-03-21 18:42:32.903182824 -0600 +@@ -165,7 +165,7 @@ + crc32c_aarch64.c) + endif(HAVE_INTEL) + +-add_library(crc32 ${crc32_srcs}) ++add_library(crc32 STATIC ${crc32_srcs}) + if(HAVE_ARMV8_CRC) + set_target_properties(crc32 PROPERTIES + COMPILE_FLAGS "${CMAKE_C_FLAGS} ${ARMV8_CRC_COMPILE_FLAGS}") diff --git a/sys-fs/Manifest.gz b/sys-fs/Manifest.gz index 73e8f955389f..acc037eceded 100644 Binary files a/sys-fs/Manifest.gz and b/sys-fs/Manifest.gz differ diff --git a/sys-fs/ntfs3g/files/ntfs3g-2017.3.23-big-sectors.patch b/sys-fs/ntfs3g/files/ntfs3g-2017.3.23-big-sectors.patch new file mode 100644 index 000000000000..1cb8bb6c46c0 --- /dev/null +++ b/sys-fs/ntfs3g/files/ntfs3g-2017.3.23-big-sectors.patch @@ -0,0 +1,379 @@ +--- a/libntfs-3g/bootsect.c.ref 2017-03-23 10:42:44.000000000 +0100 ++++ b/libntfs-3g/bootsect.c 2018-05-07 09:11:13.004710800 +0200 +@@ -38,6 +38,7 @@ + #include + #endif + ++#include "param.h" + #include "compat.h" + #include "bootsect.h" + #include "debug.h" +@@ -61,6 +62,7 @@ + { + u32 i; + BOOL ret = FALSE; ++ u16 sectors_per_cluster; + + ntfs_log_debug("Beginning bootsector check.\n"); + +@@ -83,15 +85,27 @@ + case 1: case 2: case 4: case 8: case 16: case 32: case 64: case 128: + break; + default: +- ntfs_log_error("Unexpected sectors per cluster value (%d).\n", +- b->bpb.sectors_per_cluster); +- goto not_ntfs; ++ if ((b->bpb.sectors_per_cluster < 240) ++ || (b->bpb.sectors_per_cluster > 249)) { ++ if (b->bpb.sectors_per_cluster > 128) ++ ntfs_log_error("Unexpected sectors" ++ " per cluster value (code 0x%x)\n", ++ b->bpb.sectors_per_cluster); ++ else ++ ntfs_log_error("Unexpected sectors" ++ " per cluster value (%d).\n", ++ b->bpb.sectors_per_cluster); ++ goto not_ntfs; ++ } + } + + ntfs_log_debug("Checking cluster size.\n"); +- i = (u32)le16_to_cpu(b->bpb.bytes_per_sector) * +- b->bpb.sectors_per_cluster; +- if (i > 65536) { ++ if (b->bpb.sectors_per_cluster > 128) ++ sectors_per_cluster = 1 << (256 - b->bpb.sectors_per_cluster); ++ else ++ sectors_per_cluster = b->bpb.sectors_per_cluster; ++ i = (u32)le16_to_cpu(b->bpb.bytes_per_sector) * sectors_per_cluster; ++ if (i > NTFS_MAX_CLUSTER_SIZE) { + ntfs_log_error("Unexpected cluster size (%d).\n", i); + goto not_ntfs; + } +@@ -171,7 +185,7 @@ + int ntfs_boot_sector_parse(ntfs_volume *vol, const NTFS_BOOT_SECTOR *bs) + { + s64 sectors; +- u8 sectors_per_cluster; ++ u16 sectors_per_cluster; + s8 c; + + /* We return -1 with errno = EINVAL on error. */ +@@ -186,7 +200,10 @@ + * below or equal the number_of_clusters) really belong in the + * ntfs_boot_sector_is_ntfs but in this way we can just do this once. + */ +- sectors_per_cluster = bs->bpb.sectors_per_cluster; ++ if (bs->bpb.sectors_per_cluster > 128) ++ sectors_per_cluster = 1 << (256 - bs->bpb.sectors_per_cluster); ++ else ++ sectors_per_cluster = bs->bpb.sectors_per_cluster; + ntfs_log_debug("SectorsPerCluster = 0x%x\n", sectors_per_cluster); + if (sectors_per_cluster & (sectors_per_cluster - 1)) { + ntfs_log_error("sectors_per_cluster (%d) is not a power of 2." +--- a/ntfsprogs/mkntfs.8.in.ref 2017-03-23 10:42:44.000000000 +0100 ++++ b/ntfsprogs/mkntfs.8.in 2018-05-07 09:11:13.014132400 +0200 +@@ -132,7 +132,7 @@ + .TP + \fB\-c\fR, \fB\-\-cluster\-size\fR BYTES + Specify the size of clusters in bytes. Valid cluster size values are powers of +-two, with at least 256, and at most 65536 bytes per cluster. If omitted, ++two, with at least 256, and at most 2097152 bytes (2MB) per cluster. If omitted, + .B mkntfs + uses 4096 bytes as the default cluster size. + .sp +--- a/ntfsprogs/mkntfs.c.ref 2017-03-23 10:42:44.000000000 +0100 ++++ b/ntfsprogs/mkntfs.c 2018-05-07 09:11:13.035522300 +0200 +@@ -6,7 +6,7 @@ + * Copyright (c) 2002-2006 Szabolcs Szakacsits + * Copyright (c) 2005 Erik Sornes + * Copyright (c) 2007 Yura Pakhuchiy +- * Copyright (c) 2010-2014 Jean-Pierre Andre ++ * Copyright (c) 2010-2018 Jean-Pierre Andre + * + * This utility will create an NTFS 1.2 or 3.1 volume on a user + * specified (block) device. +@@ -119,6 +119,7 @@ + # endif + #endif + ++#include "param.h" + #include "security.h" + #include "types.h" + #include "attrib.h" +@@ -287,7 +288,7 @@ + ntfs_log_info("Copyright (c) 2002-2006 Szabolcs Szakacsits\n"); + ntfs_log_info("Copyright (c) 2005 Erik Sornes\n"); + ntfs_log_info("Copyright (c) 2007 Yura Pakhuchiy\n"); +- ntfs_log_info("Copyright (c) 2010-2014 Jean-Pierre Andre\n"); ++ ntfs_log_info("Copyright (c) 2010-2018 Jean-Pierre Andre\n"); + ntfs_log_info("\n%s\n%s%s\n", ntfs_gpl, ntfs_bugs, ntfs_home); + } + +@@ -3719,11 +3720,11 @@ + /* + * For huge volumes, grow the cluster size until the number of + * clusters fits into 32 bits or the cluster size exceeds the +- * maximum limit of 64kiB. ++ * maximum limit of NTFS_MAX_CLUSTER_SIZE. + */ + while (volume_size >> (ffs(vol->cluster_size) - 1 + 32)) { + vol->cluster_size <<= 1; +- if (vol->cluster_size > 65535) { ++ if (vol->cluster_size >= NTFS_MAX_CLUSTER_SIZE) { + ntfs_log_error("Device is too large to hold an " + "NTFS volume (maximum size is " + "256TiB).\n"); +@@ -3744,15 +3745,18 @@ + "to, or larger than, the sector size.\n"); + return FALSE; + } +- if (vol->cluster_size > 128 * (u32)opts.sector_size) { ++ /* Before Windows 10 Creators, the limit was 128 */ ++ if (vol->cluster_size > 4096 * (u32)opts.sector_size) { + ntfs_log_error("The cluster size is invalid. It cannot be " +- "more that 128 times the size of the sector " ++ "more that 4096 times the size of the sector " + "size.\n"); + return FALSE; + } +- if (vol->cluster_size > 65536) { ++ if (vol->cluster_size > NTFS_MAX_CLUSTER_SIZE) { + ntfs_log_error("The cluster size is invalid. The maximum " +- "cluster size is 65536 bytes (64kiB).\n"); ++ "cluster size is %lu bytes (%lukiB).\n", ++ (unsigned long)NTFS_MAX_CLUSTER_SIZE, ++ (unsigned long)(NTFS_MAX_CLUSTER_SIZE >> 10)); + return FALSE; + } + vol->cluster_size_bits = ffs(vol->cluster_size) - 1; +@@ -4387,6 +4391,7 @@ + u8 *sd; + FILE_ATTR_FLAGS extend_flags; + VOLUME_FLAGS volume_flags = const_cpu_to_le16(0); ++ int sectors_per_cluster; + int nr_sysfiles; + int buf_sds_first_size; + char *buf_sds; +@@ -4639,8 +4644,11 @@ + * already inserted, so no need to worry about these things. + */ + bs->bpb.bytes_per_sector = cpu_to_le16(opts.sector_size); +- bs->bpb.sectors_per_cluster = (u8)(g_vol->cluster_size / +- opts.sector_size); ++ sectors_per_cluster = g_vol->cluster_size / opts.sector_size; ++ if (sectors_per_cluster > 128) ++ bs->bpb.sectors_per_cluster = 257 - ffs(sectors_per_cluster); ++ else ++ bs->bpb.sectors_per_cluster = sectors_per_cluster; + bs->bpb.media_type = 0xf8; /* hard disk */ + bs->bpb.sectors_per_track = cpu_to_le16(opts.sectors_per_track); + ntfs_log_debug("sectors per track = %ld (0x%lx)\n", +--- a/ntfsprogs/ntfsclone.c.ref 2017-03-23 10:42:44.000000000 +0100 ++++ b/ntfsprogs/ntfsclone.c 2018-05-07 09:11:38.245007100 +0200 +@@ -3,7 +3,7 @@ + * + * Copyright (c) 2003-2006 Szabolcs Szakacsits + * Copyright (c) 2004-2006 Anton Altaparmakov +- * Copyright (c) 2010-2016 Jean-Pierre Andre ++ * Copyright (c) 2010-2018 Jean-Pierre Andre + * Special image format support copyright (c) 2004 Per Olofsson + * + * Clone NTFS data and/or metadata to a sparse file, image, device or stdout. +@@ -71,6 +71,7 @@ + */ + #define NTFS_DO_NOT_CHECK_ENDIANS + ++#include "param.h" + #include "debug.h" + #include "types.h" + #include "support.h" +@@ -270,7 +271,6 @@ + + #define LAST_METADATA_INODE 11 + +-#define NTFS_MAX_CLUSTER_SIZE 65536 + #define NTFS_SECTOR_SIZE 512 + + #define rounded_up_division(a, b) (((a) + (b - 1)) / (b)) +@@ -393,7 +393,7 @@ + "Efficiently clone, image, restore or rescue an NTFS Volume.\n\n" + "Copyright (c) 2003-2006 Szabolcs Szakacsits\n" + "Copyright (c) 2004-2006 Anton Altaparmakov\n" +- "Copyright (c) 2010-2016 Jean-Pierre Andre\n\n"); ++ "Copyright (c) 2010-2018 Jean-Pierre Andre\n\n"); + fprintf(stderr, "%s\n%s%s", ntfs_gpl, ntfs_bugs, ntfs_home); + exit(0); + } +@@ -756,7 +756,7 @@ + + static void copy_cluster(int rescue, u64 rescue_lcn, u64 lcn) + { +- char buff[NTFS_MAX_CLUSTER_SIZE]; /* overflow checked at mount time */ ++ char *buff; + /* vol is NULL if opt.restore_image is set */ + s32 csize = le32_to_cpu(image_hdr.cluster_size); + BOOL backup_bootsector; +@@ -783,6 +783,10 @@ + } + } + ++ buff = (char*)ntfs_malloc(csize); ++ if (!buff) ++ err_exit("Not enough memory"); ++ + // need reading when not about to write ? + if (read_all(fd, buff, csize) == -1) { + +@@ -858,6 +862,7 @@ + perr_printf("Write failed"); + #endif + } ++ free(buff); + } + + static s64 lseek_out(int fd, s64 pos, int mode) +@@ -995,7 +1000,11 @@ + struct progress_bar *progress, u64 *p_counter) + { + s64 i; +- char buff[NTFS_MAX_CLUSTER_SIZE]; ++ char *buff; ++ ++ buff = (char*)ntfs_malloc(csize); ++ if (!buff) ++ err_exit("Not enough memory"); + + memset(buff, 0, csize); + +@@ -1004,6 +1013,7 @@ + perr_exit("write_all"); + progress_update(progress, ++(*p_counter)); + } ++ free(buff); + } + + static void restore_image(void) +@@ -1492,7 +1502,7 @@ + + static void copy_wipe_mft(ntfs_walk_clusters_ctx *image, runlist *rl) + { +- char buff[NTFS_MAX_CLUSTER_SIZE]; /* overflow checked at mount time */ ++ char *buff; + void *fd; + s64 mft_no; + u32 mft_record_size; +@@ -1522,6 +1532,10 @@ + clusters_per_set = mft_record_size/csize; + records_per_set = 1; + } ++ buff = (char*)ntfs_malloc(mft_record_size); ++ if (!buff) ++ err_exit("Not enough memory"); ++ + mft_no = 0; + ri = rj = 0; + wi = wj = 0; +@@ -1554,6 +1568,7 @@ + } + } + image->current_lcn = current_lcn; ++ free(buff); + } + + /* +@@ -1566,7 +1581,7 @@ + + static void copy_wipe_i30(ntfs_walk_clusters_ctx *image, runlist *rl) + { +- char buff[NTFS_MAX_CLUSTER_SIZE]; /* overflow checked at mount time */ ++ char *buff; + void *fd; + u32 indx_record_size; + u32 csize; +@@ -1595,6 +1610,10 @@ + clusters_per_set = indx_record_size/csize; + records_per_set = 1; + } ++ buff = (char*)ntfs_malloc(indx_record_size); ++ if (!buff) ++ err_exit("Not enough memory"); ++ + ri = rj = 0; + wi = wj = 0; + if (rl[ri].length) +@@ -1627,6 +1646,7 @@ + } + } + image->current_lcn = current_lcn; ++ free(buff); + } + + static void dump_clusters(ntfs_walk_clusters_ctx *image, runlist *rl) +--- a/ntfsprogs/ntfsresize.c.ref 2017-03-23 10:42:44.000000000 +0100 ++++ b/ntfsprogs/ntfsresize.c 2018-05-07 09:11:13.076883400 +0200 +@@ -59,6 +59,7 @@ + #include + #endif + ++#include "param.h" + #include "debug.h" + #include "types.h" + #include "support.h" +@@ -243,8 +244,6 @@ + #define DIRTY_INODE (1) + #define DIRTY_ATTRIB (2) + +-#define NTFS_MAX_CLUSTER_SIZE (65536) +- + static s64 rounded_up_division(s64 numer, s64 denom) + { + return (numer + (denom - 1)) / denom; +@@ -404,7 +403,7 @@ + printf("Copyright (c) 2002-2005 Anton Altaparmakov\n"); + printf("Copyright (c) 2002-2003 Richard Russon\n"); + printf("Copyright (c) 2007 Yura Pakhuchiy\n"); +- printf("Copyright (c) 2011-2016 Jean-Pierre Andre\n"); ++ printf("Copyright (c) 2011-2018 Jean-Pierre Andre\n"); + printf("\n%s\n%s%s", ntfs_gpl, ntfs_bugs, ntfs_home); + } + +@@ -1849,9 +1848,13 @@ + static void copy_clusters(ntfs_resize_t *resize, s64 dest, s64 src, s64 len) + { + s64 i; +- char buff[NTFS_MAX_CLUSTER_SIZE]; /* overflow checked at mount time */ ++ char *buff; + ntfs_volume *vol = resize->vol; + ++ buff = (char*)ntfs_malloc(vol->cluster_size); ++ if (!buff) ++ perr_exit("ntfs_malloc"); ++ + for (i = 0; i < len; i++) { + + lseek_to_cluster(vol, src + i); +@@ -1875,6 +1878,7 @@ + resize->relocations++; + progress_update(&resize->progress, resize->relocations); + } ++ free(buff); + } + + static void relocate_clusters(ntfs_resize_t *r, runlist *dest_rl, s64 src_lcn) +--- a/include/ntfs-3g/param.h.ref 2017-03-23 10:42:44.000000000 +0100 ++++ b/include/ntfs-3g/param.h 2018-05-07 09:11:13.088302600 +0200 +@@ -40,6 +40,13 @@ + }; + + /* ++ * Parameters for formatting ++ */ ++ ++ /* Up to Windows 10, the cluster size was limited to 64K */ ++#define NTFS_MAX_CLUSTER_SIZE 2097152 /* Windows 10 Creators allows 2MB */ ++ ++/* + * Parameters for compression + */ + diff --git a/sys-fs/ntfs3g/files/ntfs3g-2017.3.23-check-mftmirr.patch b/sys-fs/ntfs3g/files/ntfs3g-2017.3.23-check-mftmirr.patch new file mode 100644 index 000000000000..f56eadc882f9 --- /dev/null +++ b/sys-fs/ntfs3g/files/ntfs3g-2017.3.23-check-mftmirr.patch @@ -0,0 +1,12 @@ +--- a/libntfs-3g/volume.c.ref 2017-03-23 10:42:44.000000000 +0100 ++++ b/libntfs-3g/volume.c 2017-12-20 08:11:51.842424300 +0100 +@@ -959,7 +959,8 @@ + vol->mftmirr_size = l; + } + ntfs_log_debug("Comparing $MFTMirr to $MFT...\n"); +- for (i = 0; i < vol->mftmirr_size; ++i) { ++ /* Windows 10 does not update the full $MFTMirr any more */ ++ for (i = 0; (i < vol->mftmirr_size) && (i < FILE_first_user); ++i) { + MFT_RECORD *mrec, *mrec2; + const char *ESTR[12] = { "$MFT", "$MFTMirr", "$LogFile", + "$Volume", "$AttrDef", "root directory", "$Bitmap", diff --git a/sys-fs/ntfs3g/files/ntfs3g-2017.3.23-full-clusters.patch b/sys-fs/ntfs3g/files/ntfs3g-2017.3.23-full-clusters.patch new file mode 100644 index 000000000000..7d2496d372d5 --- /dev/null +++ b/sys-fs/ntfs3g/files/ntfs3g-2017.3.23-full-clusters.patch @@ -0,0 +1,81 @@ +--- a/ntfsprogs/ntfsclone.c 2018-05-16 18:46:47.114964000 +0200 ++++ b/ntfsprogs/ntfsclone.c 2018-07-16 14:03:20.273809100 +0200 +@@ -776,6 +776,10 @@ + + /* possible partial cluster holding the backup boot sector */ + backup_bootsector = (lcn + 1)*csize >= full_device_size; ++ buff = (char*)ntfs_malloc(csize); ++ if (!buff) ++ err_exit("Not enough memory"); ++ + if (backup_bootsector) { + csize = full_device_size - lcn*csize; + if (csize < 0) { +@@ -783,10 +787,6 @@ + } + } + +- buff = (char*)ntfs_malloc(csize); +- if (!buff) +- err_exit("Not enough memory"); +- + // need reading when not about to write ? + if (read_all(fd, buff, csize) == -1) { + +@@ -1507,6 +1507,7 @@ + s64 mft_no; + u32 mft_record_size; + u32 csize; ++ u32 buff_size; + u32 bytes_per_sector; + u32 records_per_set; + u32 clusters_per_set; +@@ -1524,15 +1525,18 @@ + /* + * Depending on the sizes, there may be several records + * per cluster, or several clusters per record. ++ * Anyway, full clusters are needed for rescuing bad ones. + */ + if (csize >= mft_record_size) { + records_per_set = csize/mft_record_size; + clusters_per_set = 1; ++ buff_size = csize; + } else { + clusters_per_set = mft_record_size/csize; + records_per_set = 1; ++ buff_size = mft_record_size; + } +- buff = (char*)ntfs_malloc(mft_record_size); ++ buff = (char*)ntfs_malloc(buff_size); + if (!buff) + err_exit("Not enough memory"); + +@@ -1585,6 +1589,7 @@ + void *fd; + u32 indx_record_size; + u32 csize; ++ u32 buff_size; + u32 bytes_per_sector; + u32 records_per_set; + u32 clusters_per_set; +@@ -1601,16 +1606,19 @@ + /* + * Depending on the sizes, there may be several records + * per cluster, or several clusters per record. ++ * Anyway, full clusters are needed for rescuing bad ones. + */ + indx_record_size = image->ni->vol->indx_record_size; + if (csize >= indx_record_size) { + records_per_set = csize/indx_record_size; + clusters_per_set = 1; ++ buff_size = csize; + } else { + clusters_per_set = indx_record_size/csize; + records_per_set = 1; ++ buff_size = indx_record_size; + } +- buff = (char*)ntfs_malloc(indx_record_size); ++ buff = (char*)ntfs_malloc(buff_size); + if (!buff) + err_exit("Not enough memory"); + diff --git a/sys-fs/ntfs3g/ntfs3g-2017.3.23-r2.ebuild b/sys-fs/ntfs3g/ntfs3g-2017.3.23-r2.ebuild new file mode 100644 index 000000000000..fb67e549b9c8 --- /dev/null +++ b/sys-fs/ntfs3g/ntfs3g-2017.3.23-r2.ebuild @@ -0,0 +1,103 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit linux-info udev toolchain-funcs libtool + +MY_PN=${PN/3g/-3g} +MY_P=${MY_PN}_ntfsprogs-${PV} + +DESCRIPTION="Open source read-write NTFS driver that runs under FUSE" +HOMEPAGE="http://www.tuxera.com/community/ntfs-3g-download/" +SRC_URI="http://tuxera.com/opensource/${MY_P}.tgz" + +LICENSE="GPL-2" +# The subslot matches the SONAME major #. +SLOT="0/88" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="acl debug +external-fuse ntfsdecrypt +ntfsprogs static-libs suid xattr" + +RDEPEND="!=dev-libs/libgcrypt-1.2.2:0 + >=net-libs/gnutls-1.4.4 + ) + external-fuse? ( + >=sys-fs/fuse-2.8.0:0 + ) +" +DEPEND="${RDEPEND} + sys-apps/attr + virtual/pkgconfig +" + +S="${WORKDIR}/${MY_P}" + +DOCS="AUTHORS ChangeLog CREDITS README" + +PATCHES=( + "${FILESDIR}"/${PN}-2014.2.15-no-split-usr.patch + "${FILESDIR}"/${PN}-2016.2.22-sysmacros.patch #580136 + # Fedora fixes + "${FILESDIR}"/${PN}-2017.3.23-check-mftmirr.patch + "${FILESDIR}"/${PN}-2017.3.23-big-sectors.patch + "${FILESDIR}"/${PN}-2017.3.23-full-clusters.patch +) + +pkg_setup() { + if use external-fuse && use kernel_linux; then + if kernel_is lt 2 6 9; then + die "Your kernel is too old." + fi + CONFIG_CHECK="~FUSE_FS" + FUSE_FS_WARNING="You need to have FUSE module built to use ntfs-3g" + linux-info_pkg_setup + fi +} + +src_prepare() { + default + # Keep the symlinks in the same place we put the main binaries. + # Having them in / when all the progs are in /usr is pointless. + sed -i \ + -e 's:/sbin:$(sbindir):g' \ + {ntfsprogs,src}/Makefile.in || die #578336 + # Note: patches apply to Makefile.in, so don't run autotools here. + elibtoolize +} + +src_configure() { + # disable hd library until we have the right library in the tree and + # don't links to hwinfo one causing issues like bug #602360 + tc-ld-disable-gold + econf \ + --prefix="${EPREFIX}"/usr \ + --exec-prefix="${EPREFIX}"/usr \ + --docdir="${EPREFIX}"/usr/share/doc/${PF} \ + $(use_enable debug) \ + --enable-ldscript \ + --disable-ldconfig \ + $(use_enable acl posix-acls) \ + $(use_enable xattr xattr-mappings) \ + $(use_enable ntfsdecrypt crypto) \ + $(use_enable ntfsprogs) \ + $(use_enable ntfsprogs quarantined) \ + --without-uuid \ + --without-hd \ + --enable-extras \ + $(use_enable static-libs static) \ + --with-fuse=$(usex external-fuse external internal) +} + +src_install() { + default + + use suid && fperms u+s /usr/bin/${MY_PN} + # Not needed with the link of mount.ntfs being created, causes + # issues like bug #635080 +# udev_dorules "${FILESDIR}"/99-ntfs3g.rules + dosym mount.ntfs-3g /usr/sbin/mount.ntfs #374197 + + find "${D}" -name '*.la' -type f -delete || die +} diff --git a/sys-kernel/Manifest.gz b/sys-kernel/Manifest.gz index 27d98da6fbdb..507a263ed634 100644 Binary files a/sys-kernel/Manifest.gz and b/sys-kernel/Manifest.gz differ diff --git a/sys-kernel/gentoo-sources/Manifest b/sys-kernel/gentoo-sources/Manifest index b8ac8a1ecb0f..3de865fa942a 100644 --- a/sys-kernel/gentoo-sources/Manifest +++ b/sys-kernel/gentoo-sources/Manifest @@ -19,6 +19,9 @@ DIST genpatches-4.14-113.extras.tar.xz 17500 BLAKE2B afa29c0d2c4beb73acaa6e5e681 DIST genpatches-4.14-114.base.tar.xz 2564040 BLAKE2B c6c59dca8130f8172cdb02c1a28e833cae6b15a72be492a104f312943632b254a06c62b3e64c26cc314970c3fd12d6a412ba58952458968fd13d51ea6d5e950e SHA512 6c183938202c4dca29928836d5b08c12bf83dfdc95bfb4922be296dea831eefa923c8ec154a9b2b2f1b21289a265093dfb6e95ece6721fbed6d9ad91c607c8c5 DIST genpatches-4.14-114.experimental.tar.xz 5224 BLAKE2B bed025708f4778762be4ffc0601dc5a9064805bfb88f6e9595f3837bd3d80a060cd2602059754b52fa5db4660d9db29d21a0a8050d1b161aff980c47993a1afd SHA512 29b63b4be8449f8091d759b5c95e4688d2dcecd91fdd9daa060fba6ae1239dc5fe2cbf2cc1e56e8b945a821569d15af933a0d5ae89721783f76ccd19f4203db5 DIST genpatches-4.14-114.extras.tar.xz 17492 BLAKE2B a51727e175b98e9e0ebcca1bbfd272bae4409cdc0af26d8e7ed89ff8ebb03fa5ec7fecea98c0017d5bd5cacf273abe7854f3fb7bc6ba48c16dfc3f6531576b83 SHA512 d74ada6c0e821e510d9aea458d5a8991af262eff69b8a715b7303b2996248c3c060fd46101f1e5f7bfb5c99b4e3d5b3c50b3f3b289729dc4d335e3af2305afbf +DIST genpatches-4.14-116.base.tar.xz 2610492 BLAKE2B 6ced38b6ff2ba5b8043ccf43d4cd3f6d40e0821d6c79b637f51f9f47b0787ab90f11b3a50539e8b095680cb9e460d9e034af4dd0439d207bc5a1ae51daac70c2 SHA512 0dc5594067e5ff07d379fee1bd6b4e93ef5a9ff0a8f03e8a51d984f24ca4c46ba4b9345bd2f013b13cbf845c5964a212071504aa151aeef13b9bd8a3966c8791 +DIST genpatches-4.14-116.experimental.tar.xz 5220 BLAKE2B 09d1bf05cb3a6fd80f581ba18eb1c3dade96f70127bc6bbbb54b11415ecb2a5dce67e9d7d31eae0c14b598d6aec971736425d82466f520eed262b7bb6b83f831 SHA512 dce3b6c77c3fc817c4582bfcc30ad1a239bbe34165b7156ab19b210ee66caf160dde49015e6cab3241b9d9a951fbcede02c84aeb1493b8a2a6703f1d39c9695b +DIST genpatches-4.14-116.extras.tar.xz 17496 BLAKE2B 7ae4a3648381e8dd2ecf56c1d64464142d1e5e305be8615b2bf823710a8d41ea06fc36989662151f21e681ea56eae0cd815691a69031850b17e2ed9418a9e8b1 SHA512 1c34b3b90920712ca16a8334691fde1ca315f1a6c61dd84cd76017309c673e62103e308916f01bfa9a573d1ff74a7ed97892f3d7cb513556d8ae4f3c391c6fd1 DIST genpatches-4.14-90.base.tar.xz 2158040 BLAKE2B 1fe37fa012c110dc48f5291c149d23d544d9cf11d691b026c66bf0b632525d28dab5521fc399de34a83e9017522aa9114f95b7c0c23043ec27204af1e4c77caa SHA512 cf1dfa59b0c83ab4cf4f345087d9d89a03d32265cf9c4f3896474f2bfabe616f8a4d0bf8f7daf584c129023e9d4f47cf151bb7aa83d06d2ee440ecf9f8c6e72a DIST genpatches-4.14-90.experimental.tar.xz 5224 BLAKE2B cf3e25ad929a3822aff357164ce27b3dc790dbb2c7e9a75f9267ef0cac49d28bc2538b68b86ff34a81789f9ec7e8ed82d0a3a71151abbd2ac7e3d8475026c14a SHA512 beadc5e4b5161d231637123bbe54e5afbdb47bbf1bc2ef1b44c27560c81827e0f9960a851807b2accc3fc3d325d3634593d122113973786a7bd8f9d5a61884de DIST genpatches-4.14-90.extras.tar.xz 17484 BLAKE2B ec51340486f3fd053a228b1302c1a59b3b5100cbf55c96ab07e242479081ea05b2edac3c325df520bdb38daff689a68c63fd9abf0557e5399b681507605c3a01 SHA512 99ec816bd994a1d33d254373878cfa68acd0ddcf7a56237442247d222e41263f8fa1ba9d5494f32748a1990e3e20d0a4768f28e23f8148e83b884b4f637bd2b8 @@ -52,6 +55,9 @@ DIST genpatches-4.4-176.extras.tar.xz 16460 BLAKE2B 812e3ccebe94c9472bd9e931f306 DIST genpatches-4.4-177.base.tar.xz 2683240 BLAKE2B 663016d9fc9bc7be441364e929d0bf6c2e78872c809174ddc08149f04d484a8abaaacb5abb58fb46bfac9704bd480ca446cb6bbfb2a12aab2e43dfc1313b12bc SHA512 1e3371429f322c76c619c89c8d99c15ee9c3413f7fc54e71a021732f6941ee1e385634e45877c834ed3cb3d7a1d1971c5a89de7fce5c456ec14fad0276bf9cb8 DIST genpatches-4.4-177.experimental.tar.xz 83316 BLAKE2B 2ea31e71b0838d9ff82d195fc8f1412fd2224ed6863ce0bb8b44785f9c66905132a53acb6cf7ac4b612d85239cb719eb6cb790f79064eebf46e2977411219098 SHA512 498d59dafeb326cbf072c3b65ad1d44ad88a576a66d85131d979185787bfbcbf084cf193530f6df6eb0d4ff5b93135ce083c4c66abfee9991dff71ff2522c870 DIST genpatches-4.4-177.extras.tar.xz 16464 BLAKE2B a46eddeea412631293ee0c3a4a4fa9fcc35967c4fc26986363b74f5182b495fad1cf66f2c4247eac128ba826d1a3bb36862929d1aa63a9a13e64f0700d8fa0f4 SHA512 250a2f2ddb8464fe245a41ace354b04047c9850b4073ce7764a24ebaee52d3dcf726771b222a976a806f08f6aa95e3ce4a226c5c6896484c029d08a9fe600480 +DIST genpatches-4.4-178.base.tar.xz 2734416 BLAKE2B 7285417d3717426168a041e32e063b2edb88dd8a464e66323d71836329dd1bc243800114b3f748f812d7fa83cd86c29fa23104c1ceaf3e88b4d4653a174298e8 SHA512 9539087fb252f042af0ed1ecc87689089f445d17b59803ae90a50e9a9ead5046ccfde5eab06ad2aef9720df70a92a1e392768a306c7813ddb2807cb216149bde +DIST genpatches-4.4-178.experimental.tar.xz 83272 BLAKE2B ee20e3f7fb7479c8abc00a3e174d219e6ebc0dccf42dfd60ca21dfdc6d93aaa9a4cc17b88dd7021a5b19cce295e6f4ff561b622eef892cc3e9cd133992fe9a9c SHA512 0c7536460074081f8bc5ac7b9280e6d11d23e5f438ef0945d0cfcec566cb95ff51bfdaedbc454f98bd2479fd1f025fd7c171f69dc4ffde8f96b4a3e58a4d7c5d +DIST genpatches-4.4-178.extras.tar.xz 16464 BLAKE2B e55a8769a93c7520ac0271a26649035a86e360275b80bae998d5281d12451efdb2fb42892f2e60311ef23eec247372f8edfe0e79a67367ace5ef676862983885 SHA512 9949ff63dd41016a40b7e25ca8a468f5dac9c5b730477c5828ac77e3e62e2acd6effeb1bc4774732d80faf705c854c0108fc56aeb3abdeff07188fbb620b5e4b DIST genpatches-4.9-143.base.tar.xz 2635856 BLAKE2B c8e1b4ab6b2671197ba871ac44ca2864353a60dade404a9162fcc7f2ade396750bc09790f181fb481fbb9be6eba659a18ee1da5a7eb3217e3fafd2ac791048c9 SHA512 b9909f80946fbd6ace58ac4d1287052c484067b50c1525214469d94b161a729c55416fdb832aab3d21c3251dc7037af1fd2d3eacc0c287bf2693775cd0580cbf DIST genpatches-4.9-143.experimental.tar.xz 106420 BLAKE2B ebf0732574b2d279294631dac3cca23ab17efd97c9887b552cb5dac0e2d5824b2718004b1e8c72f77db85c41e16603661f29b2357a6d9911b03d0c4cddd5af0c SHA512 c01dc29b60cdfe8f1f8bb24d08c403ee2f1733f4d3c19f84c8d92f9edd1ef88d0b7c66bfd7149c5c5f36c5eec2df159e5a4c72c2f93a8c1ce3088967bc3cef61 DIST genpatches-4.9-143.extras.tar.xz 17348 BLAKE2B cf56d86e29ca96eb16a0c03471e11b2056b17e0a10ad5f235278f845b64a070d2411078683f7d7bbc5b362f5474324fe1edbc8a9b92550aec283f379be52290b SHA512 7fb07663526a924428f1e7c30d229ea926a69dc9f696b92cd1282ca6f168eac6bba011d8eb0fdcd5fa51241a6203c6e8b9def9e0011ccb1b0b657bbecbfbfa72 @@ -76,6 +82,9 @@ DIST genpatches-4.9-166.extras.tar.xz 17364 BLAKE2B fbf9e63348d5c3030d3544bb0a0e DIST genpatches-4.9-167.base.tar.xz 2916288 BLAKE2B 3960b6e7a359038266f879a1fff234efaaad4ace0691aaf432923b4f15b9d13f389ad6db0256fb9c9ee5605be50e7aed1d761ab747ee786f219dd9628674e50e SHA512 7b2b6136daad899fd79c720b15df4ef85265088f2cccd403f861758f92c48a4aee1dd3789b1e08b0af0504456de7182a33cddbbdb2bef0dcfc12713d44289c90 DIST genpatches-4.9-167.experimental.tar.xz 106424 BLAKE2B 26d0c4baa18f9e462f58299309f61ceee5ca13e07078327ead2c9cfe16b64d52bf0e194fad1748f24930d21fca1b7029f8d37e22006cff33a50826cd7b4b8eb8 SHA512 1a11a4ac1374eb8ec97e12418d85c2f76b9171c23d59954764d0ccb00bf11f03288bc09b2c78d9dc98543807cbc6a3fc8d61d2b106cd8a61c655085fed9883e8 DIST genpatches-4.9-167.extras.tar.xz 17360 BLAKE2B da9dd1749fa96619ebfc07974b59effa7f56a1439a52e7c119c231aa86508ea34692321fbe3e24106e28a5cae4483162915019299bd1a42b84e48602c31b5b9c SHA512 3637ea9a7e4871641bd837091ac58255a68257924b7df876ebd951e710089b5558934ff7e4dfc281ecaf515157a54b7767dbf4fc6a60580ce11c4faee7b829a5 +DIST genpatches-4.9-169.base.tar.xz 2938652 BLAKE2B 076c66deff946d94b0d0ba37f977f89617aecc4f45cb011556d708655cdd68f5cbdc5b312e5ea8f63e43751656d09ffbb1076619d5ef900b1ff18ae0ebc69f6b SHA512 1f355730a556e0bdac17104a7c394c3b27a7d036b3debd21fd3c9311ee3f1a08db9cfe8553f461d6a9166d598b36693894cbb76df81bcbfc6c9d3dc9883e3a0e +DIST genpatches-4.9-169.experimental.tar.xz 106376 BLAKE2B 4291aa71c72550c33618cbcf48341966778913f45dea4470653ab61544619d560bf0d7ff9eb65f4a1a4037ab14c28cdc8566035a260a34d4549e1ac176c06ab6 SHA512 7f465c0316a180fc49990fd929d4defe7957e8160d86d966260ad26647e832ebbb80740aa4bb6ecdf6e2b8850ab986b3ecb4d9362962303fbb3c25b13af16309 +DIST genpatches-4.9-169.extras.tar.xz 17360 BLAKE2B d7c8209777253cbe524934542f95934a3cb1790171e9a3537e141ef5046e382942459c0b11b4f66db9c0afd480c73e37c64f185e6b533ba1185af62e6044ca5a SHA512 6f2b71aab3e2330ac47e8309cb3711a4cb2b9972287ac81c903ece63ceb1cf75878009ea2da6a1ceb65d94077cd1d725de69d9c2caa98f2f7f141d74a1b9aebd DIST genpatches-5.0-1.base.tar.xz 3968 BLAKE2B a8c05208ded80333ce545ee2ed2f50b79702f782337042bf76072cce18ac8c8330ffa760dec2d3c68cf5584aafb15abf610c63a659c9e68b35943773b5e37a51 SHA512 6a811079abf1c278e7d7bd2ef2becc735bfc9c05ce973068554e373b2ef6e922b3d779accc59393fe50e76e95d4b5ce9ddd32cab687d156376ca999b93048df3 DIST genpatches-5.0-1.experimental.tar.xz 5804 BLAKE2B 56326e211c003cf1c9b772af198f928528e0efa1261759e030ad369cea4e44cc7fdb7f07975245268b10bc7e23240e1b9bc58ff062696d53faba64ea66ee57ff SHA512 ddbca26e58a0f35954ea2d3bb24d0daafa17a5d93af537123a9549cf46d180845f31ab1292a836bc1060b8f0aa6d14d08c84f63b56476fef194af754489d9510 DIST genpatches-5.0-1.extras.tar.xz 1724 BLAKE2B 348949e6e8def64d08ac7fd1f1cdbba6fadd6afe09aa7ffef25efe652284d66fb9b9e9c160ff9598bef8e94b28c1b866c99ca296f57428bf6cd40de03dd23f4d SHA512 7755d61797c466f2223be0bd20e54757e90ba175e3fd80886d86e4fd452a324dd42f2970a1878ddb3870dac4264b6c047ad9870d57f4478eff4a844a82ea9c66 diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.108.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.14.108.ebuild new file mode 100644 index 000000000000..40d7424829d5 --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.108.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="116" + +inherit kernel-2 +detect_version +detect_arch + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" +IUSE="experimental" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" +} + +pkg_postrm() { + kernel-2_pkg_postrm +} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.177.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.4.177.ebuild new file mode 100644 index 000000000000..b29b50877a6e --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.177.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="178" + +inherit kernel-2 +detect_version +detect_arch + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" +IUSE="experimental" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" +} + +pkg_postrm() { + kernel-2_pkg_postrm +} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.165.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.9.165.ebuild new file mode 100644 index 000000000000..9f8cc9083183 --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.165.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="169" + +inherit kernel-2 +detect_version +detect_arch + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" +IUSE="experimental" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" +} + +pkg_postrm() { + kernel-2_pkg_postrm +} diff --git a/sys-kernel/vanilla-sources/Manifest b/sys-kernel/vanilla-sources/Manifest index d127cd86c7a4..a95776df84b2 100644 --- a/sys-kernel/vanilla-sources/Manifest +++ b/sys-kernel/vanilla-sources/Manifest @@ -9,6 +9,6 @@ DIST patch-3.16.63.xz 2328408 BLAKE2B 029bffaebb44bbc199982363e9dd18d32069b502c6 DIST patch-4.14.107.xz 2321112 BLAKE2B 74af371dfb9689c953638b028c7e304336748622c3501d3853273ab9f97cf02576ce39fa4a7db3aedef20eac2fb58754623868e282d69dea351659dfe31deb2d SHA512 676deed127a393fc78ace99aca3ffb913445f57a602c73cbd49516dd373dc8ce3f0c596881b14ca3c13d1234dc0c9fad0863fc1de236160c522cdf8865924621 DIST patch-4.19.30.xz 837608 BLAKE2B 7439ed84b60717e4bdc74772acabee8f8ef135082a0a076d308dc8749c5d3dfbaa44305d75b974f3d2fe5c55b8c25dcfe7d46434c172d091ecc0ad14b63ff180 SHA512 7ad49c0f5483c4c5b48c679b4a857ae35314a6ff6fa306bf58003472277635bab560a23d2db14dd1e5eb5821948afca0fd134c90d71f50470a6dd0a0219d86e1 DIST patch-4.20.17.xz 507008 BLAKE2B c8d8141b1e7e2fb81a94b37fb6860e8d6e672f709d5ff97e1d85fe621ba8e54eb3a989372c69e8c521d59ce832a6683326d96229942ee9d749883295088bd10b SHA512 b4cc082504baa13145c201b4bd18ff7ebd4a77358d17d38adc54da1d19d36f125cf9fc6d82296dd1537e91e6b0bc4bcd44b14680b0bf7b45b8963b7f899d390b -DIST patch-4.4.176.xz 2409956 BLAKE2B 9315e97700e7ec8ef1e3a8f22707c7c48bfd6dbb6640b7e989920c28bab6e467566c4a387c8b4e7cb0cdbcdc79be1c4ec9acaee7fe20c6689bd1302200bfcda9 SHA512 109ffd03727665e27638e0c5f4e119b9fd6c5f0463f506509619488cdd5f880d818a26f2216b43f9fbff67326c12502f464cf6fab8c3c78dcc5be1a50f5038e1 +DIST patch-4.4.177.xz 2452064 BLAKE2B e2f13f14c1ddeea801e0d3eff059b7d0ce5444fda1ea5317d6b864b20b98d19f64f61e5bc06f94fa994e0adf5f6b106015dc3508b536b86982c40a35381d7ba8 SHA512 9c52836a577817a59c8de6374752b9b9a565e0b08ab54f8f24d49aa8dbfdf2f0f6dc07d4d92990eca2ec0cf47870dd5e2f22be95716671cc6f9845a0b9030986 DIST patch-4.9.164.xz 2619104 BLAKE2B e5952d9ba20273ab608d26c7df5b94a0399b282f898730b158ac32b126327a2a1427fd190d00a758fb0cc4762fee1a5d5f908e00680efc3e0998d61040077f13 SHA512 153a84d37bce9c99196d38041747acafcb7477d673f1cc0141ca80ad7d5248d5c88a4896081bdffd9268f15b59a88dad1fdf6d10998255589d03665be039dfcf DIST patch-5.0.3.xz 40888 BLAKE2B c50cc1bc96d5e42acb017420bfd727bac3de257e82f758388f4627ab1528cbcd902aee62ea47d3519453dd0b6c0f462ab4c6891c54101b6e55ab9d19c0c04e43 SHA512 f14f1f456acacf9272cd07f1ed9da02ddeef98687b18cb9d62968689c055405b839c1b043e92ece6639afc035c67abe1187ee74b0271860b40824ad1bd130a48 diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.4.176.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-4.4.177.ebuild similarity index 100% rename from sys-kernel/vanilla-sources/vanilla-sources-4.4.176.ebuild rename to sys-kernel/vanilla-sources/vanilla-sources-4.4.177.ebuild diff --git a/www-client/Manifest.gz b/www-client/Manifest.gz index 89e0c4d640f7..2348d3e3949e 100644 Binary files a/www-client/Manifest.gz and b/www-client/Manifest.gz differ diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest index 8238bec6d690..c0f140f7fb18 100644 --- a/www-client/firefox-bin/Manifest +++ b/www-client/firefox-bin/Manifest @@ -82,349 +82,177 @@ DIST firefox-52.9.0esr-vi.xpi 450805 BLAKE2B 9dacebac235a738cf7f068e16335b8b15ca DIST firefox-52.9.0esr-xh.xpi 441173 BLAKE2B 3e1b907a7659c639d17d25a1825f472853242891d55f6a5ad93c1f5a12e12f05706173dc6ef5594f27e049d9b9a4c748d7371780843f1da204c5d93a39213197 SHA512 54ac64f0c119ab42d4f87dd2663ba7e14310c215a1ea76acd463b4c1a9073491f8df8c9b03d391ecc6f9ffbbdccc3756a7b13ed559336a6d1527fad3097ddb53 DIST firefox-52.9.0esr-zh-CN.xpi 461679 BLAKE2B 745b2cfb86e93a379e13fa73b7e3721bae06694768316e31a2aed608e3050f585a9603375cd35b90affca11b3e5e44401b1e676f9c8050ade287ed0feb442a7a SHA512 ca62e0e2ab075086741159b185b5eba44c6bdfc29fd9ba1cf25808f127c1aed8875ea61c1c33e4f742fa26af4455a8873730f96ad9c7bec1f66aed0595f253f1 DIST firefox-52.9.0esr-zh-TW.xpi 453068 BLAKE2B 84e08ea4fd119db1f1c6f84b212fbbb5d6999c5ac6010c0e7836d8734726d281107f3d91ba7bac1aeaf855dc36d3b018ae3913dccdbe2b11aad02a8d8aaa893c SHA512 a99042ef7d00820e341dfcf2c45a8b5bd77eaf2cc8ecf0ff5ee982b7bd9beac7cb4bf051c57ef3b7a5d9b67cd35858dca396d21e65718e248f3b1fdba5273999 -DIST firefox-60.5.2esr-ach.xpi 496846 BLAKE2B 592ec91f9cb0491489b11c978be006a4bc36631bbe77cc7ac5364d29d2484a7e5f761868258afb2ab6f95270b238390a8c452e00f42c74fe84f43f808582df76 SHA512 6b93db9ebc005dbaa7bba18859e23c8d545b4d50e372523690f393f2ba9e988e688b7420d384f50e12bba9cf6e15b050da83d064a7ac41800ad8ebd094d111e1 -DIST firefox-60.5.2esr-af.xpi 487312 BLAKE2B ae7cd9ebab3e66d487aaa4e4d1d0874a09215ab1325ec39fe1a2a7aae3c8d3bd2065329ad7a345979cfbd62cefd77e87b0baa1035a5416ca95214eef3ecb3056 SHA512 b6d012951b9fa8e4a3f3736817d6fd23b2cd5db9712fd9f78f8cd02207d35bbd0b0587669b480f7aac08d76e63adc9e3873e36fff27f5d3fe44569fb2e4ea430 -DIST firefox-60.5.2esr-an.xpi 520509 BLAKE2B d244db7b6c7e80a29433a0e239228567e786b9ed09e87fdbd787cd680a8259cbc5cf8294c1cb045cdfc3d55c81d7dbc9e3596e20689377402b5ddd47ac512ea5 SHA512 f516d441d8ab89bef8244db13f96e9c4e97534e8cd11e1a5b84f4ef248c5617061d8faf56dd6d6d22d1ae6c5c69048f44f02207e23808bc47251b1d9925809ac -DIST firefox-60.5.2esr-ar.xpi 547823 BLAKE2B b5f46cec583dd15bdbb3907b99cf4175ee2f8409f525f9499ed8e870306e7726312beb0e2df428ba79effaea2ac21d62e181bf687e7ff67357eb7b3655e2165b SHA512 212b2f7d42a87a97d509f9a6f2597baaf0667db14d437802a63763bc2768b16d72da2be445ef0ae396218677ed9a5cd2bd1373cf83fcc4b2304e2bb9ce04d80f -DIST firefox-60.5.2esr-as.xpi 530728 BLAKE2B 282171220b4f1cabc6a8f2a8afd0a4b4dfe7a6076d22ab305f3dd96cbc3a6596bd9a1e3011d451a11d81c4960e56f75d276bd155596804d3934b36b3c43b27b0 SHA512 a7e0c7bd75a28d193c13abe80932425afadf9dcfc73be94604d960faa613e3e6dcff9ce9a3d3c851a342ff69e0af2a56720c6e319ce0817efa17bdbca5988ccb -DIST firefox-60.5.2esr-ast.xpi 508658 BLAKE2B 757da31e335f6a1c3e3bba72f24c9c317fbb1a4131a3dbd1191c81d7a8955935e47964f3ae29db1b27f532a23448314756f4ecd8efbb307c029d827d58af0bb1 SHA512 4b0fdfe94e8f8ff00075beacefd8f52b02aeb26c2799c065a35bf14b926ae86215a1fa680eedc25e2276df5f23f9b2b0a532af1876334ce1ebac816fd3e7a8a7 -DIST firefox-60.5.2esr-az.xpi 524748 BLAKE2B ada3828cd20b8a78bcf400995d19f1a48cfad6ee87105a81e95f55c1e53c602bb9d7758946fee7e4b26500f9b818bfd8001709e7fe6d7a582770669e97f8b220 SHA512 4b895d57c2718c877bf6457ce4d4fdcd6c0d29fff9cc8dbb8346d9970ef587018957f574676b2be552f134efe075f165e20013523450a4e9d644f2143c66fdf0 -DIST firefox-60.5.2esr-bg.xpi 573854 BLAKE2B e47a491b42e0e18ddcf53a74fff726eab2bc86306cf4cb8081def80025b8f0f322eae1b7c1c9c93e4820f4152242babf3b501066784397f4bc65e036ba29c071 SHA512 7bb40018d6557e91b1eab8035bafb97e043804b071154b8bb09876a22b6c3f43bdc38c981d36006b92f50e0fb711df9f60b85e346124be77bbff81c9200994d3 -DIST firefox-60.5.2esr-bn-BD.xpi 590429 BLAKE2B e7ededa2fa9e07ef419ead26fc3e872a5c4d6840d2ba3a520435c51c2dd6ac2b0429366e9be1fd3c8ede966c48f7652a81e6e59256ad303bac0912b72bedf59f SHA512 b44c71269beb5928f7c61aec01643fbc13d034f4663e07f011067de40a147b6efa6c59ba2f2157711a858557cbf904f5b0e92441c464ffda29f110533b03c1da -DIST firefox-60.5.2esr-bn-IN.xpi 570870 BLAKE2B 49945c22fd5ccee8b253cabe8db86711b9b389c5862dbbbe11eb8d5b95abfc09de30fcab805f1df90181002ec732ab538c50327bd9b3fdba7d99ff4c1a3f7bc6 SHA512 f2305f5610ca0e1ecfd3593980d186f1685ca3226533ea0cc65914d2940ed37421acec0ac09a1282c50ed9c08d670d360527522c5c0dd6d4fbd759b35f78153b -DIST firefox-60.5.2esr-br.xpi 512031 BLAKE2B 1ac52bc69ebbe8b9b2914f9b6ef20ceaed04fdfe6fa65371afb4561d563501326216057e00cdf1a079da408b3e8121d59741f6940105367dee39707c8495c297 SHA512 c417c7d0733d8fe7f605b7e91e1b289a993301e5e5743bcd22b167d9e73b78f3ac94628f1c28ee0ba28dc9db3a213db97d5132938298a586eef12bfe0ebc913e -DIST firefox-60.5.2esr-bs.xpi 514712 BLAKE2B 85caee9857ec7f9a4f83027979167f7dc91657187a329d6c577fbd65e1022ae16857ddaacd9b041cd3cfb1ce6161a1f644d33e0e7e8352f028121d36d917be2b SHA512 fb3d86dc7b065e84bcf50420973a10d553fb16b480cf923b59802aae17cf44af9948115c7018b5a08e7e5a2ff890a0586742c27e61c04b1ef72776c1bcfbcea5 -DIST firefox-60.5.2esr-ca.xpi 525260 BLAKE2B 679992e12025173b26147fb501f864e1cc3cfe2ab11babd1fe2f1bc55e932d18877b2672a43a6dc2c44989fd04f91005f7ee230bd80eb0c312e9621b4bdf2a91 SHA512 574e871d6c0331235c5212e043b4ad2f0dfc5a05b87158d15745d79671b9351c46757cf520db68d5bdc90a7fb60f3ed8fcbfd13828f003a6ce9bbb3d889c1a44 -DIST firefox-60.5.2esr-cs.xpi 531803 BLAKE2B f7395a1cacd6ce82c07a9df6d0ed53802ac1ba2bc38645e9d00172a6b14ec3ad69033f0d35a7d32360c44382feb78a72fa18f889a75c49c1130bd97e045e9666 SHA512 80f9984c71c211225e46a47c21ec52f882007d0f3ac79eed42b41b5d6c496110b56600492a9acf9f711962244594b549118a7585b8da002257098c40934b24d1 -DIST firefox-60.5.2esr-cy.xpi 516641 BLAKE2B 3eaacff3594fbb690981183ac2b4e44f9aa1997cc5f48d8874a5f62b22ce5bd65b071e54cd1be3c17900874189c36ce7dc2cbebc83f6fa9c2811997abc255190 SHA512 068d3d5dc84754ec7a2ec7dc979dc8955a2ef2ae9ad217293eceb7f761f47060e7f547310d4033843da1706854af5e07b323f5fce6bd3c64df6c6f48ebad49d7 -DIST firefox-60.5.2esr-da.xpi 510761 BLAKE2B cbf52afa1a618e6e3022c8a66994a45eb47274d7f67bd58b1c35cd6647c3a7d70193bd3b64e06e550c0f329916d9d13b12e008f03e784cfb9e4ea7426a3f149d SHA512 cb2b519c479e258384a73463a87cfccfcabc65a04c14397ab2d9f0aeb8986ac7260ed084b52ceab7df7d91c8c8ad4828e47e761dc41c304fdd80724fc62cb651 -DIST firefox-60.5.2esr-de.xpi 526522 BLAKE2B e51f713e6f50b1f113d3f3b2946a7429017b9d3202c5276ad4385a91e2e7d4ac6b4f87ac7b419e5397968654eba28fd5c38dd81a0c15c33e3b0d3145946ac1e0 SHA512 24bd6d3fdfdf793877d894c2d227262b7cfa1ed8e36e305fbdb5fa966fcfcacfe13cf5c45b066a3071fea093e597286d0c44876db486be688e1a1bc96a9490dd -DIST firefox-60.5.2esr-el.xpi 593701 BLAKE2B 5cf0bd98c7c2dbe072366591e46e116a9960507e153905250b84e65559f401545208f69042d0ff8a71fbbae61ddaeb2da85fa8b8fd1566568a53b9af9c84995f SHA512 5ce990003077becea6aa12e91f858a7005d4ff6c61aad87638ee54fed9a1abb2efe78d6344c6018103eaf6747ca8a9c4fb795cb05ae392f19b439e2f744ca98a -DIST firefox-60.5.2esr-en-GB.xpi 491695 BLAKE2B 824e09fb90b7380da242e3612381143ccb706749558d6eac689673affb14df8d2dc53c1b9fcbcd1ba52612bfab0273d134626bbeefee8ed2547a271e6566cdb7 SHA512 314db9853ccda19861d2b201ea38492ff07841542a5e73e21fa86530fb6227727fcfbf4240deb473c0a337e03bc2dd989e6f6658a5051200ff11875f70db2a1f -DIST firefox-60.5.2esr-en-ZA.xpi 474675 BLAKE2B 3538166bd202ff3090699aac6e9904faadc83ff33b6504d36fd3a1f0f3560a556c5a2cf7b18d00e64725910fe9ed8e5c290fa4da2414937a957ce6630778a114 SHA512 ffa3704820c1e263792b8270f3d7f8b943cb6aee26bf7a42a71ba14fd903588b7add62f94f5ddd8c4b1a0268feef91c4fed0a5ac1d1e0dd1a9ace8b61863999e -DIST firefox-60.5.2esr-eo.xpi 511260 BLAKE2B ec169ce641adfdac9c77724260931a30245d1593afe848830a13f6f6ef9948b59108b0dcfa356d51b2c9c9926f2e6cf61509f8411af271c59b0befdde65e5f66 SHA512 84bfd506fd8312cbcd1c9750154fce7a770278b3f120ff117de3add7c4b0ee13a4429658c98978589619caefad9d722b93b7513e75ee511ac31e576985ec3bd6 -DIST firefox-60.5.2esr-es-AR.xpi 524657 BLAKE2B e6f1f05aec7a7a4af540ce0df67750e2fef44a923c0d6a9ebe3692afabe4c37cb0b5a5703b46d168bfc849b6599ff62169f87525c37fff7bf2c7ecc78238f4e2 SHA512 666f262a395a8a9cac61e09798a8188f56cea48aa34dedc3a3c1d31ac56d568d24f6dd3fc8fd34c03604f9e5d54ef86607bcf46c8e94ce33c092f4e6e2c60b99 -DIST firefox-60.5.2esr-es-CL.xpi 527324 BLAKE2B 9ad1447641a1508a307938f05f090ac92c58770e4eb9d492e8ba1d07a69363d178b9a0fd3d79203e3207123990e5c25963127b93328afc8732b514df982edb63 SHA512 6044359cccac8792d6710c8176dbce00c55b726f0eedb04703c90b052370fa9dba07b90e7e99cefc9e5c671666b36684f4ecd3155cdc6baa4f36fdab7239098a -DIST firefox-60.5.2esr-es-ES.xpi 459965 BLAKE2B e43ed0b6d9ef88359a2593e1cd677175dd6968190a7adccaa8ecc5f8d288901e247c6c0e771b7837cc4cd4eceffdaee734648580db92e0643ee20012826c8639 SHA512 cd06946224b07797beb80bf2dc6ea9855c17efbe59fa96d04353bfed98fa584063c3ffaef6315808fcc62e9671c2e3aeb637376d9317aa67ad30f4eccc9b54a2 -DIST firefox-60.5.2esr-es-MX.xpi 528666 BLAKE2B 919ece92fab4aa2e9079a55e44ebcaa9b7be4adfec8e20ba5d122d28c74b8d2b5a79dc0be4a24600a71000c927802bb421fe2aef03a0f1be39eb7ffb0a1ad5ae SHA512 20a8783a592275d72d5afe71707ab9c8b9f1714f346622ec5775c632e7a64d2b3d9c7ab5f283ad8821c32ad6fd8b8ef9a1c7c269479dc6643142cd7f4430750d -DIST firefox-60.5.2esr-et.xpi 504971 BLAKE2B 521334770ddc0b5dafa756c1c6204c223e11addf2a32268bc368a3d01f720c54eac77741865af1322897b71b8b22845efd12a863fdfa5f930431606d83dc6467 SHA512 e6b9469185a0af3634d0c373d77c31f8235088ac96f4108cb6c318cc21c074fa130fe7e8c8c35cbff75545e0003ddb79c4d0ac73ecf6df0b3a482a64cb750c85 -DIST firefox-60.5.2esr-eu.xpi 511712 BLAKE2B c932cf188f24276f3d6a48166c16ef52964425caef019a075d2ada11400bdd345b2fd34e6c0a44be71fe521c9023815cdf8e4efcb284fb7a718954caea0d2f9b SHA512 a957f8ea20abb769cdc41148baa8e8581b669ed867a252c3fc8edc7d0355ed17e9adcb5d5048e966b5667e2c470e257248ba76bea0d2caa020ef160bcc61cc5f -DIST firefox-60.5.2esr-fa.xpi 566268 BLAKE2B c8efb214c01cabd7f40ba45fb7dda44ff92a0ed8f34002cdd7ee45cfbd436af4634183b255752007bd8201fb8a6188ed5e858d9e11b224493f3627e3f8c35d7e SHA512 e65d3c5402699343398f59f9f18b3ce45712bd5cc3db0a83d39740a699ff9a1927285b98d94dde11a3b929d9bb8c702e8f9b338c416530a5d35d2a986b73ec1f -DIST firefox-60.5.2esr-fi.xpi 506180 BLAKE2B dbd368a3a9b25b921310d07bf0778c0260571156e508861217e242403bde30cc3ace2aa433447a13c45fe16cce0e61a49aeb588fd102288ae6fea5f0fbaf59d0 SHA512 6c177d122ab4fb4f14b3984adc1c605aed73080c5cbd720d6577a07a238936fcc64d5d7fbfb3efcfc72f731fd08ebd438724aec93c028aebebb4285caaeffa29 -DIST firefox-60.5.2esr-fr.xpi 536073 BLAKE2B 280cb1a0016ae47452467766dc9d24939c9b6b2f5accb2b224aaa5e023a236985b3771ae5b40a4703b77d58cc8d810447d8be2c575417380e0fc3a72ad41e0b9 SHA512 3db8044834333d9fa1d0d0c7fdd134fdc7f129399db49b5d061738e001b21b1462e297c1270a8976138d31aac3acef53dcb4dd4f70225242fd27565e6b2f7073 -DIST firefox-60.5.2esr-fy-NL.xpi 524523 BLAKE2B 59ec5eb83d0ee0892fe0a481e7553e8134293e7b8697ea0e83df17a8e2e6ef3c73a49f7ac74cb6254ea513331465d1c553563652ce047c6148f766e28ffbac6b SHA512 6425e8410a91e3dde058300969e899721a7abbd0c24dc14493126c0484548b840a12dee5a1384a5e1d5b1af541f46b5879fe80b40cc43bb72fbc3f48900883a3 -DIST firefox-60.5.2esr-ga-IE.xpi 526994 BLAKE2B b1e4fb737f4de578058ad747b8655c8a73a7a3b63f89180ad07fd5e4a422b89331355731a913c1170d8b54242cf9e8fa895a432a6f8d34c7b6746b7d5dc0b0b3 SHA512 1dc6a6c1d064d7f34b6c6226120da289d22a79d879541878a041a29ac0a80c46757a5382e858732436234e9ac269c3a7da93ea5ce9ff2a6469cac58594bc976a -DIST firefox-60.5.2esr-gd.xpi 520871 BLAKE2B f2168f76d660ff8ffc730499646c61584837e4df36d2e8e5916faa35d911a0dff9fa1ff3b880127f488664853bfc460ff36b3242ff6f2cd2579994752c1bec25 SHA512 2ccbe6ec70300c5957b62b24efea74b585a10d2518ed828d2242a499a9d3378b0dc8cf16d4de546cad634a42f55af7195a0092673dec936e152793aa28e06cf4 -DIST firefox-60.5.2esr-gl.xpi 497379 BLAKE2B 9d94ad6e7bbd1d56fde33d1934553e3814ea233bca293fb00fb3a1490de7a1051dc498bbe8ce90825713a204b3fa421874afad243d82c03d19f86667fe649451 SHA512 0f27e5151f2ae3b0e75fba743edca49bfc25306315d9aef585875975d2393ab844f801c1f7190f6f700f69feeef6da9d7303e0d27395bb427f8d0bc1683981b4 -DIST firefox-60.5.2esr-gu-IN.xpi 590268 BLAKE2B e3f29771cb63767d95d2d4d9749b784b877fe67c8f16840d214dda9ead30a3a3540c55558756110cf323af3c589d03f23f7de39a2a053eb3510ec23f853f6280 SHA512 aade64e59ad6b9fc19d38de2d4b3a0de3d1f50238e6d5fddad0a01f45b2166c15f91303bec62f47269691932ea3816054d47d399fbcb5191d418f4c0528a4636 -DIST firefox-60.5.2esr-he.xpi 535987 BLAKE2B 7762cfba61c3789703321cc2a96f5b927b8c0c86b8b9c6bbb8fb38114929960458f33e6b9ca2ce15b28e4ea63a0bfd80a930a74371a5b80e87958ae2dbfa8f44 SHA512 a630853e7da37c954d9eed4f35701dc1fe35851b71f198aa962edd1fd3f0aff5a9d3869eebc52c14db83e638d8f7774293b64ebd30b4387e3de93ee1f3acb9e2 -DIST firefox-60.5.2esr-hi-IN.xpi 590861 BLAKE2B 5cece8dceafbe003b9c851193594f4e73b4801bfb0119d36e1af68954db02a6a16e7e94d73c47cb9722f850991fbf7e11dbcbd5ee62c9a8d061982c495821d1d SHA512 e673f74f99e7f7746e015f9069c846bb015e70b29b1f528d70005c331eca001f51327f2c9e0b269391a1dfc071e76b4466ccafe675fe8b282636bbc17f5dea1c -DIST firefox-60.5.2esr-hr.xpi 515966 BLAKE2B 5247acd2e876165319c1e3c6fc030b97c5338c4faa562e678ab5f3f469718aca3106bb66c67b2e3687ea8df6f11bb41c2ba98a9d20e435a710e31502bdc8d1a1 SHA512 5e231aaffd956c799f103ed0daf5257c1dd6401f14193988eb2300cd736586cd7db58651e63063f8a474f8661886ff62224d74fd4e31153e9aebb5037a3eec0d -DIST firefox-60.5.2esr-hsb.xpi 537069 BLAKE2B 5fa0ab882e03f9e1965c8d65a6e43ec25c8957c87284e7b9de13a25e29c618837a32147f8224fa3ef9dbd18be503303a1dccdf15338b24a94f8456dc8e210dfc SHA512 563986983cb4c65a55dd92683c4743626ef5caa30a0ee757ede43712d508970749f82de4148c5931c33524d423de3e26df6bd13ee9dec10a159b6bc78a219ed4 -DIST firefox-60.5.2esr-hu.xpi 538420 BLAKE2B 21ae14ae7280cfd0622dbe08b1abb7e800b675b1819825ec3e72f2d5d300106de0bf04061e2f9383c329df8f7f13306b59df4cdce3a54e305e78fee4c606213d SHA512 46fa9413ffcd3dddc6253de92e735ef55a5431f952880f9fb4e96fd71ed891fe3e04fadce38ba0929f7ec91d983795264065ec1787194b74421483b142bb1721 -DIST firefox-60.5.2esr-hy-AM.xpi 569421 BLAKE2B f935b8a6613e578a780dfe2f6c56d8c7939fa66c4d6f02bf593982c28fb02a9a9b65b51533ccfca88da52be350ca877c87002265c30621e9da0aa7ecdc64295f SHA512 3f411bc2e7d563e5a60510d4ea903ef0dd601d9b9e86a0e93e99045c70df955630aa3a5297f02635545191622b507304f657a9bc56d1f777771435c6f7dfd4d6 -DIST firefox-60.5.2esr-id.xpi 502230 BLAKE2B ece0f9afadd648b60f0cc78d81fee4237f2862e339282583f5e770988d2db307d5f1c1f40456855b9a3002ca43155c812dbc0f649cd435017828bd9f978f7dbf SHA512 babc9ae5c0fdfe123fe4c4fa539f3419e939cd635a1a1e9dda393b55dc510e99cd3545f57d6dfcb82d08ecffa505fdf1f9c65c057dcbed2d3b98a47a68e43fff -DIST firefox-60.5.2esr-is.xpi 513277 BLAKE2B 94a8405a39a6b0648b712933ffab91409030aea6a0667b2d1211aebd543171eb22ca963c8196e48df2fd22a94bd96ad3034b0c05ece850f094b0cb286957b387 SHA512 ebf61049bd4186a2fd743268858cf92f309cce8484aa86c380f2589ef226887ea8a375c08ae3da1d9ed1060584591172da1c23fa3fc6cc06409ffba55fa0ba85 -DIST firefox-60.5.2esr-it.xpi 399103 BLAKE2B d7c902b1d2719d13bc171c32362bcf132b6d8913b8265f6a1e56c3550129d938dfd660c09e379bd102e1ed5a8b4a4a45408ca381e574b482886ad36f8b881a02 SHA512 9f413d4b06e318bb1d88b6cbf0db72d7a10eb8959347b6ef9c77038bddb2183469d2b384cf3a28c1bc05dfb6dc3d710dc3f3f71a103c9649deb6e85ed29127b1 -DIST firefox-60.5.2esr-ja.xpi 572017 BLAKE2B e084d791564ab7a20b8dd4fc771a854c177d5fbcc65f58303fade4e95b3202d9148002d72775d157c8aa9edc63441afd3f9e82ceca1616f376eb2270bcec3882 SHA512 2f7dada4822deec654d766cfe783c9fb62367f1a64461c2ce0be1c1218b69d41f9592de3f067514a1a047584af97f929be057f0d5a86cd25194c0379df462f9f -DIST firefox-60.5.2esr-kk.xpi 582984 BLAKE2B 1e63e40ca8e87fac8420de4ce808806ba174964610ceaf0eefd81ba9cc8543dc1c95eab88266ac9d9b51079a7f92aed4f4eb7c83750be2d1c52320369f5048e9 SHA512 1a5d1c816f5dad749baa3f7aaceda549995bbe28aeb3d76de396397d356b9e51d226cce6b000dd15092da9415ce1512c180d55da60d3761109ac9feb330ea4af -DIST firefox-60.5.2esr-km.xpi 583111 BLAKE2B 3ccb9f18a2f16a2313e2616eb44e44ea87ab02d8aa061d8bc738b6ac706264041f2a013fe0afef069970148f678b0c8cce46adba56c01586e1298259656786d1 SHA512 67f0c7e325a73af46af6a6263d0194722832d22dc9553e33f8daa30957e0cf2f336197774dd307d9c7c0df9fe0b08644e26ed0481a7d91feda8905eba4f2ff98 -DIST firefox-60.5.2esr-kn.xpi 585873 BLAKE2B 1297668cd8510365ad01ad543ec1080d75086d9de629096d5b9397990b539e3639c1ceace4925f653ce2beb78e06cbb38af176c2ce7ea8fe121abde0ee841750 SHA512 ea462be8fdbfb58aa50aa806026294149a7c4e97f298604f1645b4b682c92b951deac3ef964675b80df82655c28b12b1b07016a8cfaa9b60b2b4d362dd59d6be -DIST firefox-60.5.2esr-ko.xpi 547821 BLAKE2B 45f1406a25cefb291ba14197ef74320b9afa3d004df3d8ca10e4276fe039fafb06f19c60429538e93b11db2e9aa9fe62346d50f33939d0e6855adea5600c5152 SHA512 0e520e7ae463d56c22f74f38e70e555cd2e18add7b922e646494cf1acf6f8409996e0719f67452b2444f65f755905f0bb74710591246c025332d53b0cf3469ed -DIST firefox-60.5.2esr-lt.xpi 536463 BLAKE2B 3482d3d45d38cde933d350be9ebd060928dd559cb9f305351fef031c9361da4d2d4e018628d73ac16be1a46472e150c9e425881acf14fb5aabcfa8bec5f49b0d SHA512 7b310ed98df6766141a779f4d492cc26d5deba7ca94b7c09e9f5e343348bfaefb20c6ce7998465b2b70f7eeb36f7231467d5e344d852bdb319119328ad533938 -DIST firefox-60.5.2esr-lv.xpi 526415 BLAKE2B 69c60b980ad161daeb9a765a2460ac6868debe87e8d29bf6756ed82994be4403e7e18f50e883afb43b7d42300f518d17d486de3332e17c07c107ac3accb66702 SHA512 b27ba4f961b2d4073f13d6266ea2029253d9366aa9284ce341994c355a7ac80fa0952a1dc1902a342e401d1c24493842c81682dbe6d2ed6c3d11c5d276cc5045 -DIST firefox-60.5.2esr-mai.xpi 549257 BLAKE2B e959df7f3f06801880efd4001330c77d68668c33b0453d8cc408782a1eb736aee8235447add514cfa905ac71488689abc182e3c575ecfbe9236ea3846fb24789 SHA512 399fe170da8c11cd4cc63c314608c2124f23b597fb421357c5411a0528a9c7105deabc2d476524f0be76a27a40fcd524c5e9b86e8ed35759c9985ef018395341 -DIST firefox-60.5.2esr-mk.xpi 513814 BLAKE2B 66b9ae2d97c199f54a0ea1dcdbef1a41c4e07ffbfaf58fc32570247984e50bd9d42328e4cf42befe4ad56af7342d55755afd2fd99d5bee673f85d799d4ed17e5 SHA512 6b36e5c34c5cbce4d2a27ea139df1da132307e9b8f92d6b3b2e46346caaeb63eec8e4702e13f01399e81eb03676f0af0ed5698c2982b8233f370498893314776 -DIST firefox-60.5.2esr-ml.xpi 598980 BLAKE2B 32d9413d3fe7600721cc3ac0580b92c3c8c4e3f6ec25b5606fc252002983c30f00c5d7c66ba65a89677b49fd87eeebeaf5d92fd38c00e10eebed10a345d39623 SHA512 c3f0673dd45ae3f2ff621163899fd91e99d43fabc5cf561c9c3b69aa46d3b6cfb45bf32149cf0dc139cf16bbcd8d93fc3f33a44d1d4f60bb816b0b4822829caa -DIST firefox-60.5.2esr-mr.xpi 579118 BLAKE2B 88c2c037be5982b77d8c2750a802bff7a80aaab035101d580e128126b2b8e7712969b1d0bdf12a19255cd0838d269ac7363c940ae51792505419bec6a540450f SHA512 32d0ebc717cc9878fa03e5a5ae0efc923fe0f189b13f5d6d1f85bd20283773af9cae18f2d2bee8205acffa346d6ed921dcf2df76f451ecf7805f51a63e149c61 -DIST firefox-60.5.2esr-ms.xpi 509554 BLAKE2B 70c59669e0141db2eabffd51f3989f9f03370dcaf9c39c2e8223e1023004ed7fbf6aeae414b18e0ef9be5ec95f111c64bff8573bad16d459420ee13e404fcbc9 SHA512 88cc24b9f4aae174ad97dfe0a1f9e0694dbe390f3736a663d1ae0f7bf537034f08edadfb695ce055d1b53594f294c624cb47a0a4d1381c8162bc898fb18ae389 -DIST firefox-60.5.2esr-nb-NO.xpi 509895 BLAKE2B dd171844c400bac9fcf9dfe2b699801eddfc9de7a5e8b1439e102eb6078adff4035250e3b0de6df285b468ca321bd6158685da860feb4128a911e39b875171e3 SHA512 3940cc51ffc3c399201592ed834a1a30a005b1637229e4f7dd9c1aa2783d0efe3f6e300fda5a4386c81cd607c16e0514a9a908696e4ca87e368f2b5957952c85 -DIST firefox-60.5.2esr-nl.xpi 517461 BLAKE2B 5cdbbe151833270dd825a7ec3d1819201c85c26fdf9f09a4ecc50ea4c81b6ed8b07849b2bdc13ffbe2e9956d2b1c61ddcdcd9e8f11258df0c2298a5c0bec2630 SHA512 fdbb7bdaa6b951ad12d2058475e38030c47000ed5ac833cd7edb1521f0bc83d87b27da8e58463068a66393f91cd023cc8677ad1c622e925202f5e53442ab6bca -DIST firefox-60.5.2esr-nn-NO.xpi 511436 BLAKE2B 8e2a8c8f8666a412f6107961da25bb7aaeb17c35a9b7d009fc632a7a07d94a4d4990364e565060a8be4976a28eb9bdc7e9186b56a1a0a769fb5a91d28a7342f0 SHA512 ad9e36b184eed78975c9b38427750fa8c72056bf3370276d45f3034a8066d618569b063e44c01b7ea4444c7ab77e7134fe855b025f8674b2ab5df7babb9a3835 -DIST firefox-60.5.2esr-or.xpi 540864 BLAKE2B d73d8ad10b0140cff82a76a7111bb8d964f237f2cc3650a697bb1569fedf71f608bf91434fc2eb44db592c886b5aa87641169f277cfe8c400e9c68a80e7e1848 SHA512 1ceff99dffdd7862bf296b0644eda04abf5f0132ab109b004bce3b338bcae3b0205511724dbd53bb9a709aa0d70aed3297906336cf0a908c1cce81cad61a8a73 -DIST firefox-60.5.2esr-pa-IN.xpi 557874 BLAKE2B 2c5b778e977cf4a078d0a2359995b343bdff35e4642a474b5b027a9c6585b2e3d7aa5389eae3bd4599b3769652526f426932fa126ecae547375cac6e8cd3274a SHA512 2cc47ee3f88a69c9169ea5e1c006082795cff02fdd5b11be6966bd5c0bd15da8064554915e21ce9c1e6f578d6b1cdc67c9421118d1140a39fad267c98e738e51 -DIST firefox-60.5.2esr-pl.xpi 419033 BLAKE2B 56ae58957f842c1814ba2bb90b32298c3128a487d6eaa10635a30b383597cdea11c6deb3425bf9143b271ade73e0462c66ca54ec153dc68c521ca67422998810 SHA512 03d2301fba5bade11e507048cf405dc6aebd4d126b7aa7624d69ec1ede8f84e27ee00c1ea07c38959eb85df02e0959255ea0ae219d039d6849931c3dd52e2804 -DIST firefox-60.5.2esr-pt-BR.xpi 514766 BLAKE2B 53842887fb52678ccd216f142c708f77e308c109826d4ea7d048227b58b7119b6888088d9a2138ab249b33125095e33e546b143a104366e45424afa6834ac6d9 SHA512 c24d42ac9c92c88276490346a7420be7b22265c9837f46daf686fcdb91ded73aff90aa19e296314d8882eb152f2b74a0d6194e0810843c47b6adfa99574a38b8 -DIST firefox-60.5.2esr-pt-PT.xpi 519359 BLAKE2B ea84739d5cd721389876fbb10a47adbf03f61b8d1cbf952321661b2c18bd46d0d8ca0671fe3f2ad9ba04a4c11028c717e7395cf7d909b6b54f2ceb1e2efe43b6 SHA512 a5954d9f82cad731a766b6fd12be2b256b20e091616621f143c4f546598b5795f3c592c9a046ba8424fe36f4eaa1c92cae9539d506b1fb262345e9ee0ca51def -DIST firefox-60.5.2esr-rm.xpi 506047 BLAKE2B 5f77e87ae0740bc2c58dbcebafbd302037406feb682bcd59a99b3da3374f5b41c87f70809e5c1dcaa12cad731f42892603ef009da850ffa029d481b7abece66e SHA512 a4bb45c7130e14eded04058cf8388ff4071fefd03bd9141f7d2c6af5ceb299c53c83634901821ac3686778f32cc0e81461076b9f509e2ce15df85fe6585a51a1 -DIST firefox-60.5.2esr-ro.xpi 514062 BLAKE2B 9f368017286eece822ed91b6238f3c526447a4ed8a516929c24516eef41699ae6c9af5dbd31bad50564d594a01ee50fae95760d4ff0b6bfff0fb4dbd346a59f7 SHA512 d704c07e0cae58c5408b36f8d00dcabb80bedca4b4602ac158c618219b46f940f3edfdd539520f239e8bbdb7be2217478d2158cbfe7eaf90bd330449d7e68b46 -DIST firefox-60.5.2esr-ru.xpi 591401 BLAKE2B 40f959ac6ba9e9a92a012505b8660aa9c02f7c76cefe4cf21f03f8782c44cc8d6e4e2d6fb12df7f8f372ef107822e3c0e7f7642fbd747f8e4d408080e92e1205 SHA512 29d797e23ad89f6a0d5ca21f0faacc5aae5864cad7eccc3ad54210aa30c0f09acf4357b55d27d6f916a75c11513a67918e542365f4e8640f10ae906f3a981bc9 -DIST firefox-60.5.2esr-si.xpi 545575 BLAKE2B e90c6d5e5a2378cfa3912c3dc1be71cd12e5d0c97ed14158a4922aec07e4592aa1e98c11ec3e8671bcd24a1203e189146a8654459b21fc3ec9a5c5b4f039eac5 SHA512 e741ba6ead683e74992b4380077b6610f944aa2ad197df9a7ef37bd6e8b128db51f4cf3a14b7f9029eac23368822fa112fbc05bda565a51023c02a0565c12b16 -DIST firefox-60.5.2esr-sk.xpi 541709 BLAKE2B 7a3e8383a71c32fb169f8d639c4e154bdebe33f27ece313471ddaa2a071ea24625ac211253bf8f8eccdbaddf3e94f90d83fd72dba42a220daeb2f58e995c219b SHA512 ac792d00d615a84b20d7c781e3f95511e812fcf7e2c366f4ef88c4da959e750a266e62fbf2cbbe147d91d5b720eed63a95b234b4b2f0ee9e8fda57bcd7d03fe2 -DIST firefox-60.5.2esr-sl.xpi 519369 BLAKE2B 0857aa62b786c1d422c9facccf0f49d4bdd57bd2d3b4a2f9d00eb1831cf567c03bee0dc13f26677dad9e982fd459893eda0613379659e961389dd7ce76c4fe31 SHA512 b77b3577a5022b017d6200f8e28fc6c7641c7cce6c630aca833f08caa72ff4a42790a2bf72b4b0642757e06b4e2247d8b1158a97a407089e1224f02b72002327 -DIST firefox-60.5.2esr-son.xpi 497703 BLAKE2B 4f5196b8e0e11d68d8fc960de05a2c362ff097cebddd50ed7a80183b38f0cb25bef8c64d858ffafa5c0b941199b5b6cbd9c3b657f6ba94d5deb346acf076ecc4 SHA512 4de9187797948490e01ac6b86246fc7b857a6824d8261f70cc670143fe470ab2a858b5c047e1e1e07124d0d0e6a5deeaccf175ab0c028ffedbcb133d81e35d1a -DIST firefox-60.5.2esr-sq.xpi 521271 BLAKE2B 4a6991a74871050ff4b183d259c39c8e966850bf76cf43680c6f667981add85fe532ecfef765c5c984fa4a4b1e645f931a392b1f0527257102546c35361895cc SHA512 5b0a03ce43e36f0b53a728a5b1fcb73472b4f64dc7b47d01429179bcaa95816e9462f97b1e58f924947e8b85a00b1e64b83941a0ea4b2c05ac223872757c43f7 -DIST firefox-60.5.2esr-sr.xpi 548776 BLAKE2B b9dc090c98e811b4626ab7a72d9cedf87ae089e2710eb5daaa2e8f76f35590548c9ae9ff9c8910fb38fc0c00b200fa82c8e1ed28e6e398b349d2708534c1d2b5 SHA512 85f9980bf77d6809e6b89c9377c897f7cbb4217df5cb470ea1312d012f066965ffd636f629e9c1fa7486490dbddf00ee2951ef29eb3fd680ee52da246828ac8b -DIST firefox-60.5.2esr-sv-SE.xpi 518665 BLAKE2B 2dc815efad4ec2cd274c3718a3a0f04df6c59fefc08fa563cfaee9292eaac695417f17593bf1410813698c86f2ab5a9a55959851de3af24a843e31e28cd8ef93 SHA512 e5ab2a5685ec8ded10318e9c5c1b67cbc1498490c042a33dfa741305ede21b09a474b5c0add38eb7d08a349059299603a75c5e3cb09bca1062a376c5108bcb99 -DIST firefox-60.5.2esr-ta.xpi 577925 BLAKE2B 9e475117f07f9760b157105c75ed23ef45dffe90abdf9335085c32df257e0c120ac61d70b7e6098f514ce6a11907fdfe6ac3d99a9fd4b2fd61d51e4fc37e20fb SHA512 f04bf00bfc9b0a2f21129fe67155e1e31f12d35e9bab3c85d18e82fbb5a4da419d4912808137c56fa487a4f9f57846d4df4358cdb382bd855b0fb3a1a1133c4d -DIST firefox-60.5.2esr-te.xpi 590959 BLAKE2B 6e6abf7b84a39294713f820658cb85ffeb8570fe68336cd8e0e5aeea7754bd5a47cf4cfbb0ef64c3b76b890e24448b098cac25ce9e822ec0d046166e1a295baa SHA512 c519830eb8b6a840b1c4731b3aec05963fd6264889effc338a177ba37544673683de80ae39f31c37b9f5b8acbb2842390495009cfd5a423ffe3a0bc3dab75a43 -DIST firefox-60.5.2esr-th.xpi 562819 BLAKE2B 642dd72300feb42bedea4693ee5ff5b617258bdee129ca4d3bf531a7ef3f3ce480e108168262ec7b6bed0d257e8957bc1a57c6375a335e36a4134dcd333f871b SHA512 c279925028d8702e1d123e666a3b59a60aa6bb0362cd3177c3e49514848682abb6335df271b08386f7d73799b0dea4b2609f03b2c242472daf35200fc9cadd9c -DIST firefox-60.5.2esr-tr.xpi 525868 BLAKE2B 0e5ca9e19f20b05f466ddbcba4e48fc74c8a577b79da10633e88f4585241bf0c907e91afb58b14f58425ca7dc845d00d09da661fa68ed95945c7ba4cbaaa610e SHA512 f01057ceb15dea8157afdf79660d932dfecda2f99a6bb29fff027932f25988448cf064124a07475f4d23267b1f241f9d7e20a492a43b1f9a4b249c3a36ee3fbe -DIST firefox-60.5.2esr-uk.xpi 580932 BLAKE2B 275f46f7df50e338f8dddd7c97fba745c5fc2b31dada1a117cbeb66924959b3ee447eadbd6de5c16699388128bb027f97850ca88f5d25849ab11a27822c28aec SHA512 53be4ec229edc67ed626c80c45fe858d855a5fbb8d79fd36b5b93c0617d1d99ccb44d8ea21e5a09955f0d0242a6242920fc07454e7864f358d5d21efbe33a945 -DIST firefox-60.5.2esr-uz.xpi 513691 BLAKE2B f22d04e22286c7a9f4a370487fb24416faca9ffbee05204cac848990ce0f159fd0233f610d0cca99d7b1cd5261d8779ce6776b9f0144e78c8674463f65429cb5 SHA512 5bef2c27e0860cb397741d090f48f9b9cac6b862ff0f6a2d85c24472d69c6ac432cffc50a7cffba972e9c90f973a218c34ad12fa1c568d2a62577251cfaa6200 -DIST firefox-60.5.2esr-vi.xpi 528189 BLAKE2B a0a43dba28e8d6528e259284d2a36bfc071a98dae9205b0ac6e86ddb867475bdcdbac9447665a9b600c03361f0a6e3504bea78ba0f59b096f6880deb7270043b SHA512 ba824edf14ba1e126790a3379123a0fcebbdb86c93a26191ddfff0b8cd07a90ddfb2623b02309cab377619fdf023a2c9aff811ee8aa5cea13ae078e4d9b4a1ba -DIST firefox-60.5.2esr-xh.xpi 511862 BLAKE2B 8296eb1a3dec00565f6d7d9c0941d6af189d37a8927484a4f4b0474ae373b876bc05c295dd37a75afd515afc0447fd8e347b6ad4b26d11bf32f1864d6f4bf9df SHA512 cc0d66939a0e4dabaa7ffd304b6ec37c0a64fc0cf4fe790c73dffa80136ec83f8c873d4cd2edd84856e7a12b8b7379f2c377f4c11824cc26a46372aaf2c19acf -DIST firefox-60.5.2esr-zh-CN.xpi 543583 BLAKE2B ab3e8475c24d481b78ddcca79b909f39a4afa652b256f8304a22675660fd511d17d4c96d26557026192b40a3027fd7c9a9acdf3f21feb7477c1f2fef5896342b SHA512 359d20ea6ffaeca20edbeb799446fb506fe3446be6c8428e77b8c1bbf7f7b582ab6f5ced5ec36ca32a7a6f0d917116333834b677f67490c3a6ad96166a31eb83 -DIST firefox-60.5.2esr-zh-TW.xpi 541912 BLAKE2B b0342b11b9de43d40e75961ea4a402e3acceef0e5ff46d3c745a83cf2459a9fbd5d9dc8bac99aeb3bd2af860594c74d89d8ff6120b95a6a03348bda5120c8859 SHA512 f2c0b65afd97a50cf2fc69496d3132343c15754fd22625072516b4039c61660a37877ebbfb6a53a1b3c941901d310dc284a92e0ff010db01ed2e64fcfa6d3637 -DIST firefox-60.6.0esr-ach.xpi 500921 BLAKE2B 8ea6d36be3b1592fe30674537231da071f9356584f97c4ef7f47d9490644a6d00d7a715b9d959e6a8cbe13dfed40c432ae763d6f80dbaee0e830716647d7cbb6 SHA512 4a327f794f0b46fd9bd70f44f638bc394c29444fe31afa0aee331639fd584ac64c5fde3d8c5612ca6dea303d284b16d6ff5cc90250489adc372daf982bd66c34 -DIST firefox-60.6.0esr-af.xpi 491389 BLAKE2B 27fad45680ee4563a298d94064e30bd900a8d05d0b7527ae6cec4d52f33d2ad28685005239f617d5801124c13db71d1088800404b9afaeff5c57c35541c1d991 SHA512 3f5d040c46e5c64333777f34b76efff11e386c628a492470d09f3f98de8295d684f961bb7977fefdd4fbfe88893ba70cad2523a8f1a996dd2d1b79519ae49ada -DIST firefox-60.6.0esr-an.xpi 524585 BLAKE2B c95aae86e2cdb7fb3f3aaa158210c6b7db0196a61eba8f4d417092a2f21fc4a3c66de62900437f9e735fbecd82d13fcb804b5ce31900060f8bb1f16370b07791 SHA512 41105e0c66906e8f806d9df043d55cc15a442caea62445d9375cce2296403a95eaf88b68cc10806147d952a9eb897205dc2737a8696be987ad676ad63483f3c2 -DIST firefox-60.6.0esr-ar.xpi 551897 BLAKE2B a44c31f3ed54444ccd71b3e5664bc2649a0238c5db1e841bbf8f3acb456306dbdc871936f0469754588b9d5624525dfabda1295497c33f301b3d46145f7527d7 SHA512 51c905d35141132dbb6deec9ca5c4c0ec1c86106b92436160936f09e6dab66e593da022ec3770949872cd98964ecbb312bdbf3463d155392f481e5dc0165f874 -DIST firefox-60.6.0esr-as.xpi 534797 BLAKE2B b9b270cabe9bca0c602dbd2e1d10ce75c9c0708230c779f57a9170f1e6eceff9b95f9cd9d9d2e5df65101e4425dbc778c68c66bc44541f5750d21e49f5597cc9 SHA512 8a9cfeb13c02725a1e5a92ea7010778466e6f945de37d22b59a40093cd41ab6f2dbc5da65ef9c3859eddb3efa6e7902950670f14f5f27341cb352a1c8eab83ea -DIST firefox-60.6.0esr-ast.xpi 512738 BLAKE2B e7c34bc5bf57a6efd485c73d015d0c23da4ce917f0aa7db6671c4166e7cbee0f846e0845e10bd847e65ab20545d0e44ba7067bdbd580aabc20cc8afdec44aa5f SHA512 2e60e2dc1892509c2f4c69ab6409139360ffe477d77a8480387e14a391bf408e2c57b83c3d24a20de8d89a6cc12d863de6c9c31812b360f84667640612c1f015 -DIST firefox-60.6.0esr-az.xpi 528825 BLAKE2B e3d5102d024f6ecc1fc94485ccc5e6cba2b4c0f6f1821bbd71ca239767b13ae85e06851d72417049dede8eaefd1fcda23df595e578b201a1ce3c70b77e21fbdd SHA512 39c57c06b90127dc35801b9a8f3ab0467aceb52437fc9d8ccd9adda8629570a19b425342f7496d653c0d3480f2b705135cadca8d7162c31d58faac19fdeb718a -DIST firefox-60.6.0esr-bg.xpi 577918 BLAKE2B 970e346f217cfdffc04b5864b59ddb086a3a98c0d347f2d1515b360b04d2b6ad5a8757a5cb828ff60269efa65cf5723fa9c1af8022e78ae9b7f93d22dd24c225 SHA512 25983fc9450c25b914d98b7a7ca9c0a0d51b15e48b3caba6bb92626325d39d343e2c6b07e5584dd2a84ef068b21ae876227b48ae2782b99930fbb9f794c493fb -DIST firefox-60.6.0esr-bn-BD.xpi 594513 BLAKE2B aa9ef0d392b1dab8642ee17d6ec3b101cf73e223ebe9f8c166ff9825903bbb547d00f56c8fa1af14098b099cceace0b67f51a96ffdd94d19fc5a6e4ee75fe89e SHA512 4f4b306efae1f0dc8c6a5e4562a249bc2e0513339dafba5d33a5d1ebb9ef8b225127cd68b229f58a56bb2fe80fc23672acf1482e1ade4fed4714f4a89aeebddc -DIST firefox-60.6.0esr-bn-IN.xpi 574942 BLAKE2B 15a0e4705e5379461aec931416a303d9d38a6c84f74c55166f12ed358442d13d191b5dd95eae6541b39d3c74ee1ab7707be5909904381a5fc74a19adcb94d0a3 SHA512 240f3ea2aedc75b77fcb63dcc759f061c6774b67fe32e1cce55b1eefc1e1901e0e6ac4981d9c7a4c874a46eadb0e0252f37185224b82503d435dd6375f6b5bed -DIST firefox-60.6.0esr-br.xpi 516116 BLAKE2B 621aafb9a19c40eceda3f4d135bda1e1f7a20c9e76a249b14c289a3fb6f326e9a76b0eeff093e7743ba96a3f92556c39bcb8be406b2cef8abf80a1fa4feb4f39 SHA512 df4f24fa11e3a4741d9ec24d50d445be23ac4f3b14857b2a4d9fa6d1618529ab61100602021993c31aa0e5923a5a4f20b02c841c7dad2032000bad5dfa0fd700 -DIST firefox-60.6.0esr-bs.xpi 518780 BLAKE2B b3d758e9b0f0a1869a8c8a6b1a66e03f9c32bf0ae7841e0fa0215e4ff7ab891531a9934096239ed5ab45f4dfad24d8255e94aa357e91eb9c2850c59254e58ab6 SHA512 cd55e78780e827b3cad26759dccde71728919fa16a7a98a0d936bed465e6426de0dda10b10b0c7450f336efdba48d20406a0adc0c9dc4af2479fa234434c51cd -DIST firefox-60.6.0esr-ca.xpi 529341 BLAKE2B 1cf5fd4e1eb1c356bea10a5740e096ca87705623d32839b84b6db237071c8b6d0080149253dcc309eab32674e947e458c86dc7d92e313f39e870ba560ebae9ba SHA512 b73e3033bbd545c12247dc282b448c21ff221a993212a062b30ab36f09cbf5c7469b9eacba485d11dcde439423281e74958215359f978b3422d7c4262daa128c -DIST firefox-60.6.0esr-cs.xpi 535866 BLAKE2B 3456a0faebbef8ce995203be645c4a1b686312f10e7b5266ea8e0b767fb410691078e8385cae98c22ee59e3606e0ca22cf4823815f0959a9ab881341aec4ebe3 SHA512 4f0787b6193b879af91d1710278d84eeb2fc230ed7beda340616a5923ea4052ac5b252128d20b7f161c38dde507674261fae31f114cbac83c9d15f9d18517937 -DIST firefox-60.6.0esr-cy.xpi 520720 BLAKE2B 3a0967a2ae9dbba57b18f4f40f6a5a9f32f00e614c8d1b3a0e218bec39105ba8d2892ea123a4d13397d7d44d46c698a2512e3d7f1c3cbf1d07b6112bf5543122 SHA512 b769989e87a7b4b2244c9629540de7248a2e31d19586f18cc8a2f0ba664c6befee67ae08f1a207a4d314eb94e6a3f3124e0900da4be33b48b5ad156bba8fee1f -DIST firefox-60.6.0esr-da.xpi 514834 BLAKE2B 233a46bf8efbc2c2fd96bdce757fba67f8114e3b642a380fd7e7ffb39f87bd5bc0cc201d27b3cb00142f03d03e56d6bd16c2e7a07b10e1058976f1c19120f551 SHA512 831b242fd63137dd057e4feebf747b73edcd68c8012bc212c869e57f29a9dd449db6d1fd53111598ba1cc38310b9fc395cf58b6efd29e5bc3d1de221bf4a13f0 -DIST firefox-60.6.0esr-de.xpi 530596 BLAKE2B ee6e2bc72d7f33a0d0cda81d0a40e0b2f217b14ec09f219e476dfd21af67a4fde6e3d3aceb64770d9d9dc9625a0bc14ff85f98f29b36a5cf3283e8b3260f04c6 SHA512 3a3c24e1dd4526cee868f17e3dbdfe069fe00ec8a0fc938286dde82c7ca1e752dedf28f630787ca3b917d35eb2754f38527212939858354d01af9ed8d255cb4c -DIST firefox-60.6.0esr-el.xpi 597777 BLAKE2B cbb9758db1121a4a7d212415a6222960e085c136b1bbce1abe2a31d589d4da00dd2146a8e3fa8bdaf928cb40a7c76022bb548e342bac83696c3557b738f1fcb5 SHA512 21146c0d6b6b971b4e4366531a725a6049c4f496ee377e635f261c74f31bfb406d50d0d4c34adeb61bec8fb0728e61334a8030abab2d4cec30bd7ea09dbb7a9b -DIST firefox-60.6.0esr-en-GB.xpi 495775 BLAKE2B 1287db5cc3c6f10c5aeeeaab3000635300384be25ea18f12d258f384e040c071625f433e6cd1ca14ccd6fae8135bb81a1f44f3f77aa8dc9c43c89aca7bbce58f SHA512 3396739f489ea280c699114228dab1b706f5f91019489948d3b38f2362f71390f59cbf150dbf617930c34d6ba4ff5f01311bbd5f81e5c4b46968214108e78396 -DIST firefox-60.6.0esr-en-ZA.xpi 478761 BLAKE2B 9ca8c69691cef932d81af08f9f65f8ea6359dc8318c9a24aa733d5807f289cb1f1c3ffbdcc9acb4a90ee0f43299343f5d600f2f76f937559a63a7f73a17f0386 SHA512 67f3187eb5e63fd91153e3a2ccd8f22ea8adcfcb5410f4104448941d691b0ad912783b173e094a1b78b9e3c823749f9012a128214ba03b5568abb71fd0128df1 -DIST firefox-60.6.0esr-eo.xpi 515333 BLAKE2B b8cb0153d3540ec4009676bada5ff3605f0e0a8a878b29dedf905170b513165cd32399f728c2834c9727b184a94d01e78ece56c92c6b684ed7a956d2d36a9b94 SHA512 aa2611cb83c89857d6f0ddf6ea95d3672abeaa773e50e4219210b660657386db0599b01499d837d13acec26de672eea7dd28d97294828015d9be9674c6f0e969 -DIST firefox-60.6.0esr-es-AR.xpi 528733 BLAKE2B ebe6b6cb713fec1a13effe4f51b58d639be6a550204958ba8623fe2a0608a0a986d3a7f1f12e67033d733c010fea41553e6123feb24fdae698136830159a30b9 SHA512 cb641e78d46e98a6c4a55c5901be76b4cb7430b78925cb502f89f0df388eb22d46e8b278045f5fa99cf2d8eb5c89630be3cef59fc58170e5e748849b586d4f38 -DIST firefox-60.6.0esr-es-CL.xpi 531421 BLAKE2B a1045704b8a546bafe3ea3523d61b6f5d8d8eb869a47fb4a0a57ac2940b055792720baa161e023729ec5564c05c5e57caf848cce6848cb5905c2f8e6b65e677d SHA512 109bd544f1898909a7f001ae3b2aec92dcdd96c3250928e9367b33c602471de3138822f396334b12e57587a13dca27a4c43e4d7095845c00ebb50722f2807dbf -DIST firefox-60.6.0esr-es-ES.xpi 464059 BLAKE2B eec6077f0b2015a623d38c11b1300e16a4678d5ee3e19cad1ca6261c28789e0527c6c73eead0eb233ba31ce2749fbab55731e37639fc23d7140c53895e38d571 SHA512 095d48dbe3f78e6aea208c1e6ed8b46973c08a632e4f8dc002f1b839fd2a20d4a4b2552311bf0664fd6c2a36339635995a4e2acbf84d33c5d80141c087d0c3d2 -DIST firefox-60.6.0esr-es-MX.xpi 532743 BLAKE2B d3a326969c5f61cce125d187a64020214145bf6cebccacf2a22eb151b8d06db545baf503be5d5a124ea90d93c700799b93b6e9e26c544f9ec49fd8a6b8c40a2a SHA512 71bddddb1c4329bcb3437acfbecfea432ee4e5841a1e17e55da59290da88010dcee5f9ddbd425af07cfacaea8647a6d7c2887b0b8558536c4c15bb3ff6bb4922 -DIST firefox-60.6.0esr-et.xpi 509041 BLAKE2B 15ce36045e9e31523ecdbffa352d73f51f5952e9beb79a7ce687c34c493f59e495a7fb427de254ff237ddef6e85085da9dbe34aa98bc33cb190aff0a9cb7b294 SHA512 e4c14bd1a3cde62549a2c689b1780c857c1e8e75e0fb1e7fcf3e9feea794733184613d821c303c7674b0a4a40d2d71f726418443a017ef4b8bce77f6611a5e45 -DIST firefox-60.6.0esr-eu.xpi 515784 BLAKE2B 0507ba137a8e53b1132dd0e8fa1135facaa07c2c63080bdbc0a90a5bb719c455238e662bdd894a6a91ddc817637c5b7729130b899c2b1e1e6bfbafaa8f13b071 SHA512 6cf51dbe480aadb6570ae84d21b04527c50355e1e19239bbbe392ea38bb260c1acafd12999e6748dccd68bdae49ddc5e9de310929279b97fbefec7f7649b72b4 -DIST firefox-60.6.0esr-fa.xpi 570346 BLAKE2B cb5a33068fe8b98bac5cfbb9c51a173151cedeeec2461d1f96bbd31cd7e501b3f300a5d12688dec8668e2ac7d46180335729edcc3f2a53c0626c2edd61a3c4d3 SHA512 95c0d022c66ef61629bcab2d92fd69c8949a59d07907f4e73998ae89104a5832f7507973f9a3aed86f88ed490e3bf817b977daea6f309df12914180448b79ce1 -DIST firefox-60.6.0esr-fi.xpi 510261 BLAKE2B 2fef74c9cc9dba86468fa9f5e5ddd1fac32bd3bf67b62a2e637ea63181e637562300383bf442b9aecd3243f8f9d418227b4278583708b8ed6056a5b426ba0a6e SHA512 bc7cd72f79653070d6528a2a07b3d7a09ad265f09c7ec0f3361c711ba30268f1fe9ad4c53d19d927d950be1a6c815591029dff75fb150fa33487bca17b82f13f -DIST firefox-60.6.0esr-fr.xpi 540155 BLAKE2B 338dc941d17fa6387c80c8e2cec8743e6ea324c7c4af7111430472cb0f7b109328c0cf47b6dd8373fb839c83ff81506413ac4d953a5e7f4b1bbba2777120467c SHA512 92d7ba82eccf31b073e37a9b7cb61e142f2857604adf226393ab6d65dee0643fe153ebf089e04ab0b0729854dbfe3431f3ab1b25951001a368a5e1eb54e1f8f8 -DIST firefox-60.6.0esr-fy-NL.xpi 528608 BLAKE2B f21f15a72b0ca339274128376c63ede5c006bce5a7d5d4c84988785ac52b67c0dc0432c8e3f58fe119b01da1874239164f629cddffebf91864f1777bb18c5e7c SHA512 7384a7a3544375b57eaaad7ec02b763f423e7be2db7493d44c62879306850514ecf7f043159744c6fdae079d57493fefd59541c3965c56a346ad0bbbf5b15059 -DIST firefox-60.6.0esr-ga-IE.xpi 531071 BLAKE2B 042f0a39dc454d20b1b5b5c9bb1c94b2394c157a22b097d72ef37cbc3fb14805cebb7b9f14842ba29ae782e4d32a80d52e5541616eaf33143f66382f477fa10c SHA512 c66abfc633b238989ed43999ccf4a3b314ec4ea7c223b3fec6ac16f954a83bd4981d7122081779562b90c4771d8b70ddf2b53a2f78cb958be5d00f7fdc08f97a -DIST firefox-60.6.0esr-gd.xpi 524938 BLAKE2B 4e216b7c8875baef763a500082e7b9bd50607582f8ae999349aadf298873f0b05644edd8295de3d2ed09885dc3b5235f53039dba76c40d0bec6dca70fcfa2aa6 SHA512 905f8b313b15da17ac5996a07611459421b42d7fd5f7201d5b10eb84a5e691fd38071b647d5358b1a0aea33e3c5fcee5a43d47647ec3e09bb7b6837558ca3fb2 -DIST firefox-60.6.0esr-gl.xpi 501447 BLAKE2B 2714c75f4065662e390bfe064839c2c21f4099d452a9ac66197dc8bdcf718f790a21a8eb42c4e2e613301e7df04cf8d7f62dcacd183357ed61a854f7177a48ca SHA512 55af8b473020b040a10145d70d5e5b9bfef7234442d1f75cb856b8f30d3e6cf3ce9776badb47ed319d3669fdcef07c06c1fdd3ce562e13902592dd8f331a880c -DIST firefox-60.6.0esr-gu-IN.xpi 594366 BLAKE2B 614d3fb1fc7bb635df1f4f4af35fd720ae141f1148355e62e5ca9173e8a5e9ea5451cd8f3fec0ea678743c7571ec0c1dbe214c27b8d757c4249df77df04e5706 SHA512 4d79e59fc76035cffc4f9805a21193b99596cd55de4748138f38c8236fe145623b1a18ca3a45dc11f697329b56ffb005f29f3facbab74fe18ac702c106910694 -DIST firefox-60.6.0esr-he.xpi 540060 BLAKE2B bed8fbb8fcde0e26eba138a72dd5f5ee72cd6569ba19ad3f4989b7537aec7404b60d8ad7aa7e514c1ca8f4431db6c85a51d16f6af3631c86014957d71905c6f3 SHA512 fec6300b1983ba8b8dda56cf01905af6d4fb0429d3eb36f56f49b8045af6956fe282b4ff3c560524ceb0e77a1a8ae34c3045fdfdc22ef9272bc6f81673e46c14 -DIST firefox-60.6.0esr-hi-IN.xpi 594952 BLAKE2B 6a91eef2d608963dde56ae74e814b235474bf7fd407a064e04f2615801bc399515aca9ebaebd819c3406b2f10dd1675cbad193f363edfce1e0da9cdb85494941 SHA512 1f26a45bb25adfe2d4f3a7d026fd8c0ea565d6f020f483b487b934bb404333099623abf23583f55d1d0827a43af798571a14b099578de875eee47d378bbb585b -DIST firefox-60.6.0esr-hr.xpi 520034 BLAKE2B f30fccd7794878e223f5d38cd437e98c2f50c6ce1818042483c2d58760b7f0d1f8c51aeaf5f479e768336a0a088b7baa0fb19d5644eb4bcddb533ff2f06842d2 SHA512 2baeba1508d6e01f8aa0516ef6cb56b298ba1dbaa464c59e14cbbd93dcd08c8473cff8d9730dbd92be3a2ff22122fb73f6d7217b7692a438503d246b5f4b2963 -DIST firefox-60.6.0esr-hsb.xpi 541147 BLAKE2B 8274e66cde84aa14db42410c9750f900c6e309c53ba3344ef4f5d602801b2cf337d49d7c4342b825220fc0d54fc4753236599656f93df076f3d47e0cea8f3daf SHA512 36a0ff95f7ae26210e7d20cf143cf2aa339d7dea6b0a5d130a7f43b4e323c199a98b749dbe43969510f185e51f0ab324f872c9629a525d6d74c92073dddd2671 -DIST firefox-60.6.0esr-hu.xpi 542494 BLAKE2B a16c64bb45bafb48051853c2424c80c5beec1adf41893c3f247a7cb75cb11f90f0b4c27c9476ea669916b139b856afcb4a933fc05017def624748ef8d823dffe SHA512 42a0ee45acf31c7a2cfec79eda5f8241fafa54183182fa7df9488ff11213bb356f9cd53ceefa917ae49ff699e4a91c842b7172880b073661afa770b0c2083a2b -DIST firefox-60.6.0esr-hy-AM.xpi 573521 BLAKE2B 5176211a90469bb67f35be6b78d6c994f44a429ac1dfe345890ebfb566ed3de28c50ca8c94ff8a478a27878c8c35830d67bbdd77c9ce522db23f7621060c8505 SHA512 577f162a322eecc5226dde1fea9711f01a800397aedef670ddc456dbec47ac09fff0e39fceffdc76c2643b88f09dbc36aad3395c86a35580353cd1238fb49b04 -DIST firefox-60.6.0esr-id.xpi 506295 BLAKE2B 5d3ac7a122530aa8d53299a4441105366710425fc7d769c5634f39137b237669f2ec93eb4d06c9082182a5aad1e98e661223e866f3b0c1d55d902718542ca05e SHA512 97dc761125487ac750b09f48113016207b0c14d8a90612effdb394927c57f5e655eedd87b42107414b7b38a1c2a8236a5f6a0bcac5319b5d6fe32e2adc7f0d73 -DIST firefox-60.6.0esr-is.xpi 517351 BLAKE2B 2e41efe5d6f9abf9f91aecd702401fa8b01cb809f979efd37b0a41137b5b234b9f46eadc15665c9e335d6493d270f5d23a8bc793d6d307b3e23f8583d9f6e488 SHA512 576b8e64255ea22bfe9a07e5c88437187401d7d1e17b25da09de32f2274d19b5754ed338a864e7c15421d7c53d559e893167da88feaf5e718c0ec0294a7fc287 -DIST firefox-60.6.0esr-it.xpi 403175 BLAKE2B 8d65b1cb5f1437977fae3da173f2c7b542bd7809ad7791f7d11a2c055006c0a6ed25c860c80278b297a13d9c21b3ffe6a86f2fc9451d21a48f6ec5d6c2e73540 SHA512 b42894f6e8ef2334ec0c5e81876fe1f2436725f788eff4288d11489cf603f7f9483c7f34ccb866a2de4e565c4fd68c2457844d19735a9450ef9b9648885c1159 -DIST firefox-60.6.0esr-ja.xpi 576094 BLAKE2B 742b213a975f512dd99e81c5305c223fdcc58b40e8a6c6cd7332f08cadcb0161b861338206c291b3c7fb82cc1a8a1e87aa7c981786103db46394e080abae8a71 SHA512 6f68187c57c3f4f78233c374ffcf0e53a03ed148464326ca1cfd1666086064fed6c5d91e0ee1a40c722f8db01a2d26326ae12fb25cbfa77c44df17008b0db07a -DIST firefox-60.6.0esr-kk.xpi 587050 BLAKE2B 115160ffa9972295e3bb71f643b5d8a41d5de6ee7901319082e8b71984b730e37a376d5c2b9432484fc3ae70d08a5d587a6d691bab6aa9b3be0437d868ad0650 SHA512 15202d372673a636064c8750deba2c42b751965f574b944632f0fb88e6cf3f80c6ac99637a376cb240ac3f53576ceaffc83d0deaab2ddfbff5164602686cee74 -DIST firefox-60.6.0esr-km.xpi 587174 BLAKE2B e53266002a37ac3dfe5a9933fce8dffe8a3383a7ea39273ae3e9014abd571b3a99383c504548dee684594bb55e17c19f886402a3d3d6f4e01c95139810c84ea6 SHA512 e0694be4f2b2e41717d03e26e4b223625305e1ba515b0dca6f8af9dc3e61c2063b512491d8e05b8bce266d8d02e8248570c58d84dcbd59130ce31bca9842a591 -DIST firefox-60.6.0esr-kn.xpi 589939 BLAKE2B 80135dd61d49d19594f85f44ea04f5037745a43d356fe42cc478e8d9eee84e97445f1b6738bff9c536f56383e5b9c695bcb359adebdd4ab5748a47cb9a66214b SHA512 03b39e79cb18d6c69e0990fc5b81723df6060a842a16ef7d89029e6bc4770a50d8bb2ec65840104784cd0a1ff0af92127845ce013b40775625bb42f43ff0fac0 -DIST firefox-60.6.0esr-ko.xpi 551904 BLAKE2B ab825472fd6a84abb0e9b98f1cb4c6ffb2a22040e22606820de986451c85edc01e227d25fba479b396ab92ad1b8dd5f5e7f27f5e3dc7fd33f6e3673e0ec651b3 SHA512 85e1ab001cf51c6c41cbbb3a2867a7e8cf94bff8189348bf2536cc54f5a41876855bb95fb58d4fd82b3398c42eb194bf2f1b1f33e5e1e8f510326cf948891e97 -DIST firefox-60.6.0esr-lt.xpi 540533 BLAKE2B f6c115aaefdb8b62e9f866955ef8ad8f52dced6014bec8656817ef757b9cad7ff3c1737d7469f597ff1f4e195460d7fbee57cb2bfb27df1a990c14b044461955 SHA512 39bd0e209d2a42e8148a30271661a10249480a0724a5cb354dc940ffd973af148c01934cff7a0e239c8db98955f6447a2cdecb5037c69a9dabdf3f67cf23830d -DIST firefox-60.6.0esr-lv.xpi 530480 BLAKE2B cd79bf90b03c8ef257b362e34ed2f61c6a02d3fcb02b632e5a8d3a6b9a4e6e54b658e9e4f32d2628479447fee74b667327cbe4f161b7457f5981a4546c601f99 SHA512 5194b05c5350e05376e8e5e75b7297aec5a0b2e6f4657adba4442abfaaa75d27227d6f48a324e87f8f94e7421a9e35412493a52dfad9acb47b0c53f173288fdb -DIST firefox-60.6.0esr-mai.xpi 553327 BLAKE2B a7c776d0193f416fc9f02b800012ea08825a51fea61d64919c4a5e03a76defda388b5922bca5b7ebc25b7541ff4298b0793f4aee7b7ad9cea7338c5c29428598 SHA512 310ee397cda1bde2b87cc14fed404eab9774899c610a77c9a6b87244e07d65d0d42dde77de586f94f60fc8e54d65f1c85dc27421fa355a728af0373053f906f8 -DIST firefox-60.6.0esr-mk.xpi 517866 BLAKE2B a0c4a3f85ed79e1707c211c3c7b607e229b0cecaff5c79b333568270e502e6a995bee4ed114ce45432d3ef7e64cd3cd3c5e4d7db07a607d30af19f61aa79a604 SHA512 7461d331f73c1e4afe5b6c87c9682eedd0706ac27ac5a9dac1d3d5aad27ebb33bd4029580c7574769b82daa2ea4b42a84b2ecb5b0b2cfa95f75f4c33a11ca009 -DIST firefox-60.6.0esr-ml.xpi 603044 BLAKE2B d27acae3d38d69b37ff025e583556fe78d692664423f741cc3d03f7315e5c2572d561733f598a792d75179b81069b4e2184b23fa4e3c5e181a0bd42c1ff980b2 SHA512 19de11ef0c0290d7ea974f2b0100374e5395ef5cea0619b82664ab953c4888cc7b96d3cf0e5292224f7eaad25f65bc6b7e2db75570153e6afec503341d1c68b1 -DIST firefox-60.6.0esr-mr.xpi 583188 BLAKE2B b1ee1ef8e18e9e39af245f0b58cd85248aa26a88fe21d77617312e5563aae814e89ee9663006d81ea2d37353c5a95c111824694181e85743136c92af6f8550e7 SHA512 160dc5cc6b678efb617125ca5cad69c3d58555f76820da5fb513815ec715d62bb46140530bbe89ce69a0c924e259d84a7d5bc4525cafbd0a5c88545e07ad0884 -DIST firefox-60.6.0esr-ms.xpi 513630 BLAKE2B da2e138a75496023a5ccf8f551f2c32523caf331637cbc1ac21fa97fa18d811c3039a684f2ea47cdbd892dbb985ce766e9b6937e5e21acc15d1dc16ab623fde6 SHA512 931f37ab83f7399d33335c8fc9a8d28940ff66e71edaef131dad3a87eac3d1768cab70f7231506a2c1ffaf43e0a4496833969ed4bc429b666590975c5b12cd8b -DIST firefox-60.6.0esr-nb-NO.xpi 513976 BLAKE2B 3c6f2e2c7930c999c0b682995c2218750299c9ddea304210ef545bdad8d02a36587eec5d75d04ceb25acdc64d1851ebd2dc9e5e22b769c6025fb4239eddf2ff0 SHA512 c8adefcb836ae94d617771128abd82a3a812d531b7931fd91f47abf17294feabcd87b705fa414f96c3854edce908ffcc1b9459d417f796cf2338868466019686 -DIST firefox-60.6.0esr-nl.xpi 521538 BLAKE2B a46036d21c2e76d6d6d24aa1dd1854061002d4034633a857042777ea8a4e1c9244740424e6f66e5873a58fa90add791e1661ec99f05494a2011796b0788bf292 SHA512 67eec86e48c5af601aeec689b2b077a76899d180ad6fc82815afb164a155fa533660f433b4823a30a59c3a99c3f3b173ff492512098a4aae4d75bf13f17db717 -DIST firefox-60.6.0esr-nn-NO.xpi 515525 BLAKE2B 79ea8408cfecbc98ee26ea76e7ff9819fe0d1123ecc7e54ce5c1b44a0b4bb98b1815210fa30cb333aecc7997fa872456fb9e29e62eea89a5fad4c4c18c6aaa57 SHA512 2e55e40e6d8502e3f9d479f39bcc7845a40ea8077a26a75f65075ec33e504c52d936dfb5ab0004ae85383f21457e7685848289ca2067a6d46e6f05be9170eb2c -DIST firefox-60.6.0esr-or.xpi 544935 BLAKE2B 27a1daf780dfc4e1476195fee284b48f513ffd8326507dd478795fc8605ae892f9c76d25a23229621841b6203f0bf5aa736e3ed3c4f08602c9901be6a92a8032 SHA512 13fe0005066ea232fa2f994c2a49f3ac44c27e06762f57406b9bd4d0fcc2a7a9d1b2aa7cde020c0d64973abe5d16cef578d08fbf73e43df7d5012135a61be665 -DIST firefox-60.6.0esr-pa-IN.xpi 561966 BLAKE2B 21436633717cda5c26f663dc9a28ec3ea401e6d766ce5fb4f71d60ecf9108ded4eef378205c029516c87aae512f067965539c27c5577030268cdf2f4cb86427b SHA512 7acebfdbe80c252268506e44bd3c1166218ef292e95ee9883434e8b0564606353e7c22aeea81e30404a538cf4cb6205f028dd88c2069f52704f8c6c8bf89461b -DIST firefox-60.6.0esr-pl.xpi 423097 BLAKE2B ec2403418bed9e5dbc0712770a18af175376b56542c4aa25e335e884c270a1367659f0d857bd009e25a94ff8459052fa3f99280e272d77224d111168444fb0a9 SHA512 909bcc1eafaabcfdc5ca3dd2df25cb93e4fb1e1c27a2de6de6c907ab91bc1deb814c944a4befa696f1e22d9e8374bec6394ebb02a6a1c9153c261a3c017cacba -DIST firefox-60.6.0esr-pt-BR.xpi 518846 BLAKE2B 82d18156611a9555db8a9c15a8c3f5bbb503c2802df3bade29897a2c72aa7299a63b8f1060e6713353592afe3f21f4005fc25aa3989de5baa66b0c91d1330f81 SHA512 25b0606024112af2e0849db1de3d074fee8e4140e3b72cc786e8ba23dd77e30954ad9892ea32cd5706f71503c7928e6bd85dbeb67ab2f00ee20d867d645b001f -DIST firefox-60.6.0esr-pt-PT.xpi 523449 BLAKE2B 105a09c7bf028c954a3e52e073f3e65a133c2f0a21235dc1c58262e425a302ac93e9ee84cc863f4fb0eac50c7f92fb77ce1d4868155447e10e0cb8b170e60c08 SHA512 46f795b1be4059198035237c661780724b84a60d4427642f79f97960a199776c8ffe42df1196039137a0d3ce5804f6e638b10f8a3907aed0d9931a70a583b05d -DIST firefox-60.6.0esr-rm.xpi 510109 BLAKE2B af2b894be991247b954679e84684a49450d6dfcee7553449ddbd15350b257a9fced9293edbe8b81a32bd3ad5d7eb29fa4ed503d510eb32c1bfaf05562e6181de SHA512 351edc22ca268e2541d9ba65020da8c90f5708db47431860fa1ae023d0dac4091087971aed36300c958062cb1c21c0b4cb91075ff36d245bddf8f8a4b94439c3 -DIST firefox-60.6.0esr-ro.xpi 518134 BLAKE2B 6205676afba12f93247ee351e8a9c121da914d77763efb95c461953907f7f2f487450a31f638db9a0be3affc4f4a7ec68e0a1745f40a86dcaba1b815422499a1 SHA512 16c4db4663aaf0f192a61d82575fedc0ad4bd2d618fc51e5ff8551dff88acdbc8cd6467fb8515cf4231719ba135abcccd8c1d2ac57bdbb8dfe256eb253c65f26 -DIST firefox-60.6.0esr-ru.xpi 595474 BLAKE2B e57966bfa6b36488cf57c610e980969206d5390f42d177242794ad0c8ebeb2ccd6e8eaa3bd80a59397786aaeeea415924c9f15fea57fcbb5ab9424d4d51d3966 SHA512 46ddf53e09c258a14dfa84d86e13561a931ff1b139ebdf579ccb6c1ff508ee31ffb6ca20d27e100cbd10613ab54fc78445cb8a92486e9d5c3ba113d66a626216 -DIST firefox-60.6.0esr-si.xpi 549644 BLAKE2B 7f9e8667a43333d337f6471ea1e23ed30ca33c691e62e35fc7bcbbe9b73a1996a0de19d2158889d21d527b9eb2901701511c528d8105f5057aff365abd806ce8 SHA512 b03a1da2dd1a4d1b276035b0a091cb7fbe5ac65bfa3b01fe166ce9b4b8810c5ccb2efea017498b2e3ca08177e6ae773e58465a6fc6f890f7fc77b428cc59919e -DIST firefox-60.6.0esr-sk.xpi 545782 BLAKE2B deb1f5a51a1e058b75765326a8d6f7a264919a8702c323a17dbc2d89ccba33dda0f92e905351b6419affccdbd594729ad6fe76e268fd105d7301b5fb5b83eb0b SHA512 32ad7da7a7365716b7c7855521b1773734f81db1fad24475ea185d8ba0558535ba01e7714896e2ca9ec5ebd1fa0ce4c3b853012a33f708b9a6be88e5e8ad992b -DIST firefox-60.6.0esr-sl.xpi 523438 BLAKE2B 6fb15cb275529d3156b2646f9c2f22d6cc5b28ffa2c0de7f68dd9125f4539ba55bf8ae791837eb17931e53d8ef226c2b6bcd6fdb506a231c1f2f2da854be7f22 SHA512 c1194c0169e80c7ddcae889812c66e56fbfe7975ede4b5cd2cecbed9e960bcb7d24f850854ed20f3fc0372fe5bc8f69266c2e5314ab948b4d1fd0f019f48fbf1 -DIST firefox-60.6.0esr-son.xpi 501779 BLAKE2B 7624949826685a360488ca8b8ef16ea72c2d8c76c72072a48384e35521a1eeaf2d032cd0a39d6a3bfb01c4532065d969b37eeef678c1726ba286bc9a8bdeefda SHA512 954c68ef9dcbebddeb3773c2f7a1322b3d4a203288256bfb01b7494e15b896d1e193ce06ef9bec4b51add85957c2d0f8676c5bfe5a0db7ef960dacffeaad6194 -DIST firefox-60.6.0esr-sq.xpi 525336 BLAKE2B 1ece2074747a12b5ca6d36dba41241ad3e1dad9adf2f612aec3b57fc939e632c8b5988c5d1e07988541469da95392a1b843ecf90f2bbf8e245f15456c78e00df SHA512 43e73b272d6c72e2ee9d836179a74a278cba83f3ab59a387c851084c8dff474b19b1998c71e42ab5d81bce39c435cdac88febe668a6aa2441a2760582a5f8e10 -DIST firefox-60.6.0esr-sr.xpi 552850 BLAKE2B 9bb4eb2dc213a938d45b86f081bcc6b59840d75aac2df264dbe887fc294dae939dcb1a77e097097dd3590fb6ae3a9927d68fa4cfc435d5ff37035ca6f8b5ed0c SHA512 d6d8c929d1becee8c5b61e0a6554745835ff729518f65d5568de82c3a65df65aefc5b073caf200d09b62e1600e694b40b3362f1c0300b43e27da0096add76c60 -DIST firefox-60.6.0esr-sv-SE.xpi 522753 BLAKE2B 685aae276328aba56b48b2468f005012260e8a5842f13bba4eea59383a6b9639565404e2d10fec8524b6aee1ff4126d7ec6b6ed2784523b93de22d072da6f152 SHA512 40aa68393d50d466b02f16c1a97259ce9ba1d8b85b8089b95d757a9f6bfbf20c0fff03280ac4fbb67c68d8a737906258c97f755f13d9661ced37090e41e2f7d7 -DIST firefox-60.6.0esr-ta.xpi 581988 BLAKE2B ec9fb70eace97b87e28b4023868423e48fc44674cf0c96a94150716c49e5138bb482ae20cec677e23339de86cff1c626141e62387a309d8aae38e5f20bfacd68 SHA512 c95d69f5ef8a25dfd38ee1c017d5a6ad32fa40da898765d19356ec19f4a57a4e41038c8d3ba73de64dca1cbab8528794d74365e0e48d234e49c2c202fd8f1389 -DIST firefox-60.6.0esr-te.xpi 595040 BLAKE2B fdc9c241f464c92d09edd1f32cda91670aa32c63844489ae884218bc72db0a2612b62f32eab873d53114746fd30ecb17012afa3936e1ddad46b989b90d760098 SHA512 1a2dd54c3ee6b1c2e38d876f1fb9d9dac3beb6fe8bae34682bfb26307d8fe72a978bd778eaacf62cce6b14a2c748bf49859c8a41b60091286aef29c0a22fab38 -DIST firefox-60.6.0esr-th.xpi 566887 BLAKE2B e5b71cee2685ece367507152d7db56a248ef641ff15809018407662cf0da65a079e0921d46f41bf081862b3e9f1dadf2eba4225c59839f79952f9c459bd66ed3 SHA512 6c356ffd721c9b36d56febc4d2d8c8df0d277121e76e3e8330735b142c45707f9d71ed4ae1f2996142942ce40d9f0a8f77d82b17791c529101009a496e20e2a9 -DIST firefox-60.6.0esr-tr.xpi 529935 BLAKE2B 29f0155fe2e6e69e24bc1c95b7f3428374731d09e6079b498aaf04b8476ed344a7726cf297e991918e149c14584e4bd15224d0e32be5816de6bbd05a4213ca52 SHA512 2d59da4415e954deece7caa74e92cc1699258072a6b56c1a3697252f8b9bec5030ce1d7509aa73410d42e00d3f69ae1af6898ec4a3df58132fda6ca7cd284706 -DIST firefox-60.6.0esr-uk.xpi 585000 BLAKE2B b9c28d88714b25d5a792aec4763f0103ebfa3e763c354620d5267ee3791d6be7422749050966aa3956856beafe5a81f5ae62e5c99ad9ac9a6aef9e31773a3a20 SHA512 8861a15b1cb8796377b64cfc3573b4255d0289f6e4015a42b074003995046d4dfa95d57305ed388dbba5922e022d314820b9943acb7e505d156215c3ee98a92d -DIST firefox-60.6.0esr-uz.xpi 517756 BLAKE2B 6e94df4b2a48ae748bf1a3d79950d35dc1305025f76901c73e7a1dac92924efd45cb62247604720ccbaad48ca3f8e0ab0d5b474d7f61f193c4d83991588e14cd SHA512 e66d51341bf04476ad80894525c1be9f425ac6455ab4f9ef1887a81e23cce9fa7cf8a18819cdeb6ca87c82275530af98b875797bc2ebc2b05a348a488f278ca2 -DIST firefox-60.6.0esr-vi.xpi 532266 BLAKE2B 001614e36cc1c9c4ea0e246a9e19700d7cdd780a4aace80fb0f7cb2dcaed2520ba80e161a57124aabefe58aa6f7105a4fb106c8ec48855e8e45d748bde0eed37 SHA512 3c3b4a234cb7f5de2bec552f70a72fdb668310b4c4422358536e18bdd6b203d179ff6a9774522ae0f8a9a2aed0cee16a8a91285f7eaa6e09b7d5c29c86b01841 -DIST firefox-60.6.0esr-xh.xpi 515905 BLAKE2B 94af79f309845df9d3b1875b1a8c6ca0732cccba84041871246e1aa5633dc0ff34916c4a1c3366d8e948cfe1acf164aebc0a2a7fabfe6f46c3340d3622d73542 SHA512 e746958409cc7832ccacd46aca2c8508cb829785588bd4cee9836be2f8645c9418756a5a22e241f636f1136ce726ac2b460cb568f2ffec64270115672ffba0ea -DIST firefox-60.6.0esr-zh-CN.xpi 547680 BLAKE2B 2313c28a088f20c913f231176233c5e5a000cd682065c78e95ba562aea48ac3d3aa54e6e5afc3490a3ff5eb05b60a6d0b96924d3fdcaef115d9df54066e18d8e SHA512 c6bee1daa6ff6a970cfa346ba525cfe4a37389cd93900813827899d2b5a4d8195377036b6228c12403771da183f697bebfb379e33958dd930f17b3fa9b9ec11d -DIST firefox-60.6.0esr-zh-TW.xpi 546001 BLAKE2B 5a5d38930b6156ce4fbeda72535a5b62cd76c5726985a54bd74d485b218d6d6728f2c7ef1098a5e23853bbf7c1711114def92a90169a583b89c1241dbc43c7f7 SHA512 d6ddd37719a35c2fd381062ac64bc401be360b2eb01a25520d725bbba506a6461d3931cd1faea63b9415a972b0d079b5fd04cbbb1a4395d3071ea86ad8c6b65c -DIST firefox-65.0.2-ach.xpi 447470 BLAKE2B 1f2b8b663512e98fdb613c56830ef65d06fb5d259e96dd103f2a4c72eab8d4a128876116443f63af95210b5a60955db4d3fd3a96d30bb8c202a1fe18b8293804 SHA512 c32336203c7ed25d022cb761453981bc68cfe468cbb61db8ab6a19e8396c8bfc3adfd93907721830dc7f9f4eb82e04b3c2f1fc8f88fdf7a45ce3660d98792ff5 -DIST firefox-65.0.2-af.xpi 437795 BLAKE2B d12ba066c0ec11db1f6210852bad9e5476e560ec3d8b7239cbd5cf90bf0368cb341de1802eb2903c55342bdc4da29d540e765fb1532fadef2ed05b924182be65 SHA512 b1d0bf5dfd6b949f6614b0def28422d0b10788d0719eb9037dc3d2fe34f33ed5cb59d6083a12a5853601246fe53d1eef785992b86178295a8d9d6a7a9697052d -DIST firefox-65.0.2-an.xpi 465018 BLAKE2B 109307b789d3d6e8c104e109782362190500550c1ce1e5161df13d72da15030cefbe715e0d48fac5e8b5d1ff977785ae08e90f8b2bafb10775ecf8c128ca311b SHA512 60fb7a83be7d50ab9ef3f036b9b35fe0cfea01460f9e9ceb5be758ee2d762870d662dd128afc44e766db69035fb571332e51eb7ecb96246116383cdcaa391f1e -DIST firefox-65.0.2-ar.xpi 509028 BLAKE2B 5c99113f3521b3653c072db3c9c599f7f9821920b30ce666f87444633ea661bacf61c541e99bb8550d04fc4cf99c84af9c9f4466fbe1f951588866b3a8f9196e SHA512 f8252bd3930d17e2349a72b06dbe1a2a150adc380488a4d6b09a26a76179b07da51219a8387a692ee5a761a8e7086da79d5f9a7f0009c4996b6ae724ba4d6d22 -DIST firefox-65.0.2-as.xpi 472926 BLAKE2B eafcc1076ea570aec593e9da20dc7014dd3d3c92eca8062cac4e27ea2df33db802d58938aa18d1c711c6a9f223056f693ffefc24a4363b32af02b4e4ed9b7774 SHA512 ffd9779fc092b2f23a2623a7a365611be226a1f6c9cbabbc47676822e309db40124122bab314ca9256e8f640f02d923ff7927411a8bef03bd4e468e4076d4d62 -DIST firefox-65.0.2-ast.xpi 462348 BLAKE2B ea558559caaa529b1b08e02496caf0e94d6bc22ddeda7af5345307874d39480830117cce2145f1775bc2296cc6fff8d317abd83c4ea214051a3f0a56a0761459 SHA512 2152f8498a36e36e87aa922f3300659902932e91837081bbd3518044bb3a93660dfc5cad24f2731ac6bec567cca4ff7598adb6be309fed42eec2c8b6117561e5 -DIST firefox-65.0.2-az.xpi 488826 BLAKE2B d294f09795e7b0843b50e0b97f3aca7ea69962102b21a235a2f03f4c7b56d6296a12deaafededf403ae44847f9a1adbaf665340755f7f3bb24eaba6a2a2aec36 SHA512 fc35f127d10b3254d3a2005e5231a3fff595e65cd479eacbef295b65b5b12167f5033af52c142ae52f3b85440a6ae88ede9b09198044ac61496bc0c4157c8c0d -DIST firefox-65.0.2-bg.xpi 521967 BLAKE2B c30be554d68582e548a1a3caa36b624bcd883330b66b67ea111c5efbabf05a0d91daab907c13e95d9200eba3db6ba6a0d5b03685259e948587d6d89ec9e81d4c SHA512 8673d404c0573144f4c2bbec193dc9c60fbe755ad67536e5e1c6f1efbc0b027e7c4ab1d3d294bd644db3faab1d11d17ada0218c9c64afabc8358aa127b11f92c -DIST firefox-65.0.2-bn-BD.xpi 536547 BLAKE2B 7f974f37ec8119302f31b1b5755c7f9ef09017a04b74143427ccbc00b8d60b9204ef1ef02799f81a7f5ecbaf19303aac637186ef4eecbbc87caa986eef37acd6 SHA512 0369e3b4988fe2f9a94d817b2ac08ed4c088d9fdbde5d44db42e1569b35be9ebe5da2a48ba147845267b519de90e0e5f7d55d5b75e8ec8dedc7129bf9656dd41 -DIST firefox-65.0.2-bn-IN.xpi 528108 BLAKE2B a5b8575c1e3b83c73209d5ed16844b7320ab5373c5e3a42df50ceed6f69687789f8a162cba3cf21810c474dbbb29b3de3fb2a1177c35d0c5e3d8142263336e5e SHA512 6f939bf84f89e213c2f7861740d9b22881be4481d84aedb4928429f1d993a86f5b8e1edf2f5e3f301a0c347b5d2456e1a96209a041eab9d07df3d58f47c6938a -DIST firefox-65.0.2-br.xpi 468628 BLAKE2B 55cea6089fb7d97668e821c3a7b3ab13682c0ed1e2ab6bdb5321b475cfc35bd7c279f5a89c7a0fb338ff74c63ae942e52c4079bb62f5e321190b1710f730781e SHA512 b09baf0ba403b3f5794e1598b3dc4435d98511fbe81177dd376464732a65cb476bc9d39d48f8f4622c245328515018b70c5d0c8b853b83527a02da8ef9ad0f93 -DIST firefox-65.0.2-bs.xpi 463216 BLAKE2B 10f08834b52f89a8ed11a040eeb3826a8bf5ee68d0e81ff6aa72244297b2cacc4a8d0fec70cf75fa4a8c057c91c8d831bc8054154ab808ae466375fbe78fb98b SHA512 0f938c8de1c3c0e8906255c9e2cab4b2b7035ed401a026d320c014eff9d7ee7e7e6661f0c9831902097b3184c459fbc543ec8e83e0b092d2a4ba5de3d3df66eb -DIST firefox-65.0.2-ca.xpi 469766 BLAKE2B ed90113ae158d49409e196e8ba28aca4d3ffc1c18af30e6322c88a39500164dc2ca103443747ab23e241612675aef135a6be53ea7cd0d1f51e3202c1a819f5ea SHA512 9134020a90795b1c0070de9ee75d85272d94ffebc06826b0773f5d31b52ce78d7ea31436dbaf88ff887efc9cf11632e41659bb6c540552af315ccdf98b8fab9a -DIST firefox-65.0.2-cs.xpi 482373 BLAKE2B 53c270bac16bca315800f5a37ebc0003bd5160e319849704cea0506111cdd8dce45dea4431bbb21064989ecdbd142140b80dda623b98546052b5f5c5a38a4d36 SHA512 7684253a7f15eb18c970dcf705ca4e8495bf83542a72b5e9583eb1a81cb258598126370e07ff028a0bb372b6e99ab2a575b2d4d262104528927447bf15d789d4 -DIST firefox-65.0.2-cy.xpi 471840 BLAKE2B 67c119926922168f4b58ac0be94d77ca8f6866dfcc9b18ac3758950972749b2de790a22d8551992d9724e0acd8769764860ca4d86d9d8870a811a9993f4e84c1 SHA512 fac8b13f23c5f5d2dae8a28f5c8c12c4408957ae881d846c05b5c78be44b73b6a84229daa524c9d1de56469b5692625cbeba4491ca7677b25eee9bd4a6e1947b -DIST firefox-65.0.2-da.xpi 474711 BLAKE2B e3cab73f6b63715e372400b7a8952be71b4a5356425c831d72d7f4543353ebbadbf9628917f28fcf5ddc31542e2c7c724800896b8a3a30d6d077936b6b5226a1 SHA512 b763f0f6358a3a2c2feac2f992bd5e0e5888bf35d26c17e07736e93ff2724bfe5fbfa80f0a1208c995a1907b79f2fd12ccb73919a35d4a03a44ef6d713c5391f -DIST firefox-65.0.2-de.xpi 482317 BLAKE2B 93cfa27402f54965fc95ab11792925f3edce4df8a4812e7315c13d61e252764785eef8ce223b35f9f057ed1b7863df7b11a17abe075da23a2db19ac5a194bc91 SHA512 40dc7c8d997ee61a2ac53fce8a8447a4ce2f66f25b7910e83df2df5af2b10b3b80386f3c4fe37517a552850db3215e1090fec7f3afe552ad983904294baf4505 -DIST firefox-65.0.2-el.xpi 549053 BLAKE2B 64c01a9f08234333449ca5e3ef6e4db5794b81941dd0a7411908061529077e1d4c2e8443f6de75a42eb2421d18cc805d06cb19f5fc027cf6b70492348a8d2b1a SHA512 7f44e9a593acf1c13c4fe6dc93cef486aaaa7459b90de18562b1c28afee0e7cc3f0ad4494039393bd3afd409539b0aa5f1e729d6a6ded1b643f2ef025b1e0a7b -DIST firefox-65.0.2-en-GB.xpi 441661 BLAKE2B 55a928305acb2e38a79e8a187e397058c58987c3819a2a60973c476d6c51ae55a48adcc5d544139436fb2fba7e83787826db1748848ed7bf212667229e859afc SHA512 022b5f19e07644275818a566abc1c772c65703deb3281e3f8397131a3a3b34e8c8779bfc60c7463e8ff2ff3c7803690ffcebae39492ea5df16d4a61ffcbe1c82 -DIST firefox-65.0.2-en-ZA.xpi 421346 BLAKE2B 1786e44b07671fef0b2021666dbb2f144473aee6819e1a00da6472a99d66b131d4d640d5aca0b4b76a23b4f06456dca6f9a124223d9f6e8979456728a107cc8e SHA512 561371d7962d99a922f290e92042f56a4c52952c27f81bc9374706ca19a9fd89da254c6f351d39ac77d90f0ef29d614e6df0dc09e26837e94af08e66053b3c7c -DIST firefox-65.0.2-eo.xpi 469168 BLAKE2B 32615754c3ba6eb5895a52e6cdc596a58bf9b93c6e4cd586e6d4e26ac495e630c12bc7a52bedb3c04b1010f8e43592ba5006d82433d8f2d570abdbe2e7537fd4 SHA512 e36b30619578bf469c1d49b398cec133cd449ff174147c3b8d7e0c84add8fdaf9b0c6fd8201907069a1837d3d1d251b78b0a2cca3419cd023f8746b1d07d0bee -DIST firefox-65.0.2-es-AR.xpi 477378 BLAKE2B deb516369308441891c6ea4dbfcefaece07eaa5820f471e1231997421c8e1f0cb4ebb1537ec81c9acce57f98cb9a327cab21d98137943ac48de80e6f0615efd4 SHA512 c5170b301f77a2ae257048bd2ae0551fb09bc2335ba622e15a0382b3cadae3de48f2b81b7a338794a3235ee0ea85e4f7838bd19f8286aba25c544d122573e71c -DIST firefox-65.0.2-es-CL.xpi 476266 BLAKE2B 4ad0151b7e06c82e5989bcc5856d64db83dd58c2692d7a6cf8ee07cb31511e3ef17bfe9961d13fcf3dd5c8a749506eb083b8039bcfdc18359096f92610a87979 SHA512 9c41985ff21db90d461b41c3296c70bcd638f744d42d4b483d1391174957ed92740131f203f1bd0426dc6ec349b9c931948713da4ee4acdf52167709eefa97a0 -DIST firefox-65.0.2-es-ES.xpi 437115 BLAKE2B 1cd2bb3123f37d0359f20a7bd9511d0b8ced0d42b14c34d1a9da73bc78ee24a04ab3ccb19da1d309613b03f390da91d3f09351764234e1d992634a55c9364864 SHA512 e82b9f8400dc7c35822cd77f16bf41bd77aa94e26288d8977e7d577ced31fc8774e790563943971c540c0f271be6428c1c8f6091390673970cf7ea216367bc77 -DIST firefox-65.0.2-es-MX.xpi 479507 BLAKE2B 4c3fbd4c0587bd417668e910b79960b76105d632f96c4da7aff05c916bed254a92fb32973a20b3e430809438609327ff0e39410bc908d560740a3e96ace6aeb8 SHA512 b241a7f2724fd456df12b87dd5697d88bcc5bef556aa907552673b217381d9b1e7a2d968286021076f8dc8cb9f4fad9b8640da5170efd9efa98878c47ace5d8f -DIST firefox-65.0.2-et.xpi 460958 BLAKE2B 7dea763490c767bdaca22fa5ff7acbcf15b753c0f3f725d2c32380029fae0a3606adb78f82dd8edae1b3d98bae3c332f11400642e23e0594e1de67f98d294ef7 SHA512 fff1365b13a1f23ca1d258ad21d1f44820c758fce42c9fb6ee5daff68eb23437f3834fb14061d1ed6daa74fcd4a2fd693dabf2011b21e06b70a1d485850e0f87 -DIST firefox-65.0.2-eu.xpi 468845 BLAKE2B 03771a83b419118107abdf79bea833bf28b80fa94d19b4974c71d8f39f3acab53d091dc0a5035030a42d465641da32eff552ff16ad243f3e42bc3ce5a3c7db11 SHA512 f3ce7b57f62e6a7bd428a2728189b43aaab7b93983ff80cc61e2a00da284c41597810592980805958cf04c2e5479c202df361b4ec46d0bbca26a9d577f8ab301 -DIST firefox-65.0.2-fa.xpi 520152 BLAKE2B c71750296c2e825d39e5b2925599e8b2a788355f01729537c230b465a94798eced59e3939a59d4a263c60b0e31d8b5fb23992756bc7c30ca1f5a4bc9ab724fab SHA512 3a885463f95a62808bf2224c521a8e4c345bac3473117c8afd47329156f5136e96f223d718e9a0903cbc6be3eb845885a3c33b3c1a47a4b674be79fb9bab7705 -DIST firefox-65.0.2-fi.xpi 459827 BLAKE2B c84eb1c0f95ee1c9e3e28e18afc4fc3fb2785d5f05d65e4fdccee836e16001af6f2e58d71e7525b73de12cfc73a3d271f76eeac3e8f674e1e2a2b13886634592 SHA512 4de45460aa267dfbb52b06d916cd345db14e9e150ef1f0ec1f7363f61fc4273256dd76c43a9d6271b562358bc5aad5c64d982b2674b500fd10311109a6b15c8a -DIST firefox-65.0.2-fr.xpi 486275 BLAKE2B 2076197a45fb3f33eee1e068128d6e006d865df46e12bd66ce1280b3532e92bf51e8d2044dd8c723fec06122e0219f43e1aee6e4a715d5cb9cc696ba29dd8e8c SHA512 4283c350862778fa6d9db4d7e014973bb3f172de41be77420677c7efb276874df8f91f75b4601f38c0c3c0708d878024f180720bd08a6ecade86da025b049812 -DIST firefox-65.0.2-fy-NL.xpi 474528 BLAKE2B 5d91526d2ea9c876f7ae07f5f57ee728d3ba4258c8ba63a04e2bd36812a9000fcc7c34823473854382aebdad6e10a220a974e0c0e8561743b55e968d49005fcb SHA512 4527b3c5f669e55fbe3728b4dfa99403d48ba1bc8a934faf452d0006ec5c74532d4d0011525f6d76be0dd76580c3deecd17b8011a7e4e6f4c2a1fccd19c5f0ce -DIST firefox-65.0.2-ga-IE.xpi 468134 BLAKE2B 432dceb29f1d1ebc97a0c4c691c7b9ae8225e5d33d069a279aa49827182b18692cfa8e1462aebb50f8931e874781b09a19afc917ba331e427f8770e03cb5f625 SHA512 3a2a159946177332b0b84c51e4ebf53d512eab15e76a8f5f18a93797637c722308a8cf006e200d5033c148132aa07bafd139cbae8deb260401bfc1877db7da12 -DIST firefox-65.0.2-gd.xpi 479084 BLAKE2B 36163c2c36a74b84b29d2ad4e3029e0d9870d154e8aafc63d468bed2e957f02129d8b23b994573ff3efb9b5a1eca98a8571d4af0a82113de2e7306139c926152 SHA512 9dbeed3be20ed32025e373a866435a19f144652e21cee300c7a95bf3c37d48eeec6e0ea7d7b57878f478adae744addacd4bfdcc10729158d6b1a184c3f559b27 -DIST firefox-65.0.2-gl.xpi 463713 BLAKE2B fb72efad2b0fc0f4dbc2f975b6da8b3f6de4ea67bd52024d06f4e5e9dcb78aee4a33b3c9c8e6a8bf12886cc076968a679d3f405142d5df4bb20c9b6f3fb97d06 SHA512 438c8aff4541fde5a46be76e81429924e51b363dd7a5182e7c94ef8390101405eebd0caeedc21d43d7f28834a2fe7af6be62aec0ff69d73b4a056c0c6a387b9b -DIST firefox-65.0.2-gu-IN.xpi 544755 BLAKE2B d38bea521a0d056c6298decb92df76cfd229efd0a0cf18c530df2dc05414368a3e7b340779c519ec9ffbd3ee52d4413586ae4887499fb1b0418c74fc3ed63f8e SHA512 67ebd08c258224efc208d214f332cfa6cc7da66dbaa806fc530066f8751b31a602f46265d8386513bd47c83f887187ea004759566c3f60d3f4a8cf1caae53de4 -DIST firefox-65.0.2-he.xpi 485650 BLAKE2B e889140b1335e2425b46e149f1cf9160585a35b7648e1d3a63ecc8db8bff8517858d7623780550d6a7555bd2f0a462224d53803808d525cc0918d609c81107ac SHA512 79bd0229b243751dece0df3ed08079b9c4b138ee2f9f4092288e2b88459e7ab59afb11293287505cded078c26fec4fcd31f8d47204b222f873ea0fcdc2125fdd -DIST firefox-65.0.2-hi-IN.xpi 533028 BLAKE2B 8555df3abdcc57b618e3297dfbea3162dc73d52e3cc85031a3f321b628cf921386dab6ddf262feed55bf79ba495b50dff64ce07c5c8bdd6dd6f4f1a88060dcd9 SHA512 09938d4bc80ef39dd360a5bde222222609f6c9ce8b6ddfdbc8d1331ce98e2515923e783d86697949602a55fa6f6c3da97ec6cfb803fad78d7dd506c888578796 -DIST firefox-65.0.2-hr.xpi 465060 BLAKE2B 1c1551384c2be3baf3cf7d874ecd0653a2001fc2ff09b5be208268d3cf7f33e18cb96e571997ac72f945e5f77e3585b704064fc16bd051521d591fce4b785fbd SHA512 08c990f05c41c2f84ffa10cfc49407dcd73e8807de360297e162605affe6b3a8818726f566e13ec6d4dff0a0875d8e9a455e2bc5484ae7c525333e6f1702d9c2 -DIST firefox-65.0.2-hsb.xpi 490629 BLAKE2B e8484cbc5c1f9acb6f891646c846e3038db508ee677b44ba47dae2542bffbf2de3d44486a9386e6bdfd8c217b3e043f7c715a0313cc15a290f0e56e466087ade SHA512 78172225ef0d0374bbaf2a0101f9908839520614703cc36ceb21954212a1bf0371d304cd1510097bd42e75308a2c7d165dce753fb6ebe43b2c44f32671035417 -DIST firefox-65.0.2-hu.xpi 488213 BLAKE2B 33e24955e541a82a2a3ed3834e589a7c9708f452810267d16d0b7b1c3dcc0aad53b0af4a96ede6d24b01b67fb3b7392708fd5dbcccd95a080a7c82fe3984de45 SHA512 51dedf66f2f6826abbc3c60d510e4eba26426b9fc6a57c5571a7dea97a8cc64f156f63f6c782752ce06124517c6eb0140b5e04e8fa2079362acc63055602d733 -DIST firefox-65.0.2-hy-AM.xpi 510224 BLAKE2B 86e985fb3d2bb46640bf0c08670f5187f5d8db2e709a6a5829d924ec1984d6ee0a35fdf5038aa1188264614de23f2dd9015c36ec91bbca33237369add445b57c SHA512 ed059919504a572d98a1dfd655fe6e9a5f23f817b80cf3f93fbd13fc0b52665f06a7e5d791fcbd6ee9e48eae50031ac74b94b1b1d06c56eb4ec5c4b624875763 -DIST firefox-65.0.2-id.xpi 459198 BLAKE2B 5ac6fc637cc90fe730e8fe5871c459689d8fc9ac3bd8f54592c1a4c609dca870e79b837067d8c6eeaca351bc30d7f0cd93df04c3473f306848f62baf82b7ab74 SHA512 eb49d14c7fdfeb9cf03d6cc03379fe2d2bbb2afcd8565035565bb933cf63d0ea5c10210e9e51b7288b60941be2ff6b01d00bb73c8df06ce0af111539f2fcc6a4 -DIST firefox-65.0.2-is.xpi 466964 BLAKE2B 137b764442ef86bfbb43660d46804104277af1980210ec6406ee6ba131b094008651c118c148ee552361d24eb57ebd83ff30173ff13afd4181dad38828ae2c18 SHA512 a56524d90a470e429d2b6a73b3e6262bf06c2fb0a29187b62efb30a96928d41487e6e1eac78970fd68b750dc0b38db1c30602a9e83cf9ca380dbd7ca713346d2 -DIST firefox-65.0.2-it.xpi 356567 BLAKE2B eae5b2214ceb84786914b95398282287a930f5e1d1aa1414310b012ab2307099ecbbf1f242e598ab07e36d987c19174dba4edb309e1132770d2f59ca8f23e7ab SHA512 980c1258fb8ded25e7c6eee74ff4628d5471539acb55d25a58b704333505b632315ea6f6ebbdad0f9acac50795b66b01c18154e02ef48ce8d2da20ec284ee30d -DIST firefox-65.0.2-ja.xpi 504408 BLAKE2B b526f088a1f3822905c06a5f0d4eed68958d592db56ae22a972d71e4f1a209212ea7d002dcf40b5f6d4e2d0ac7c2d1f3f9d276b3d2faa7e480dca444b203d86c SHA512 4e2b5c25fb299702bac2cddcec105554f738b0817e8be3c5d36a8f6e3aff574339b9af79b31961814c146c25e33b8142e438f69588c48b8972c5023f0b5198ac -DIST firefox-65.0.2-kk.xpi 535916 BLAKE2B 3c1dbb0349ec171d10edf91711fdc9ed984c48a0c4e3d1433f934c5d406187757587af874731d59482ad9f1030bc1de7dffe500be753e54091069114faed7a3d SHA512 0a9b341ca8d60b0504c82efafa7b6c67ca073f641d6f3bf5e06e17b6ebd554817ea242762b4f4df64a1494608e5637099de37860da5239e7df3d0ea6619e5fd4 -DIST firefox-65.0.2-km.xpi 526585 BLAKE2B 086b8297a2a9b43843bade65158030a6a51724aee4b36c0857a602444da5c305b88024290ba3f100ba720be2e4ca9dbdb17f26af120ccc027f94c7035abb7c07 SHA512 46da194108d7856c6b7bb9a372c4027d58ca281ef1c80243442dc2b11b8ce1102bbd356628ee84ec64d8e7460350f37f864761a39431bf4213e984d4773c49a8 -DIST firefox-65.0.2-kn.xpi 528135 BLAKE2B fa9a420741a33f16a4e5cc3c267d9312cd45648b852051748a38c53987e76731200f6957d2d3551562b287ffab7d2fef0fb7d77ddc15a40b0a1ed81509071ca6 SHA512 494779b0348db25baa5180aa2ffe04692a57d212bcba27adc4af78d544f2068c00b507d98ecdac45aff337a2794a8fb3573e03ce1bda333e6b5a165c44c12517 -DIST firefox-65.0.2-ko.xpi 495312 BLAKE2B 9c26ca07f95b25c860772e44a2753a0b8f3f134a2fc94b8310b5d1caeebbb7475a7b45d3843582eaf66b816735c9153e06e369b1ea011b5c1822f99e350f9ac5 SHA512 6ef8508b5df13595825ce1f595a1eb166799b62c125e2533f0af23ec33a3ba5fc36e51cacfe34472f95e4922c840f676e63fbe5a406f2aa7f5d17a08abe99cd2 -DIST firefox-65.0.2-lt.xpi 490196 BLAKE2B 7798d562bb12796682832b6c7c860de06f600d5c21d81afb33e7f48f7000e857205831c32c91856a51a4a3f266281d5172bb1ea61c8a10bc67db2b7672ef57e6 SHA512 15bd2edae41fbf1117dcfd2cf0acfa78b168e58789a1ff09a295ef90c611181b141f26d97c76e4ef106b91659a9ee8ab34352b7a1c514c44825aaba30c76567a -DIST firefox-65.0.2-lv.xpi 478944 BLAKE2B d60dfb15fa3fa64a3c3a72ec73dca4cb4688973e96db86d31ce163a15f49029abf52fa4025c3e65eeb222b9d5b493d9812ba37d841f099378b078b7132b077a9 SHA512 2b7b5da0c13189fd21a7d9ee6303ef1cde8f36ed113dee6f61a9ba2908907bf7071e0fabcc6bbcac1a1c0ddfff20a1a62b19c1f88fc9e74b769bca7046712f06 -DIST firefox-65.0.2-mai.xpi 489189 BLAKE2B 919362437c4b033372e6d5bacccf7512397cd40b2880973e3fa994e7b6cfcc4cfa094d035e20525be7b8ad253dda25d2185b0304445ef237731eefc36be72f3f SHA512 5634e262f7d5db9935cfe88b1c080a4a8dce1a02a25104b3ef25db7aff8e23eb86905ede766ca67a631c608a7a83aed53c008d5ba97a25a3a47be7729f3a6cd9 -DIST firefox-65.0.2-mk.xpi 464196 BLAKE2B 8ce1e16adb2c27637de95c2dfe8f56702bfe4f03590190183ff4558c7589bb1c3e883c1697fbc51e40a7a7ac20d7177c25ca9ebd4fb7c95fabbba2cc571f9b25 SHA512 5a9962480af43f42e12c878e758e9cfae21377bca3f14ac076ccb1a31df98d19b5677453ca37b31bdc22ff802f25e527f93e9084c0c76c295cad70c5b58ec891 -DIST firefox-65.0.2-ml.xpi 534395 BLAKE2B 3b04fcf67fe5e8466fe2deec01a463449888f627e405b88d5c0edfe9cf3d3496ca1abff95880780869262c4f736510c1a7c68b80f44e9f3c4275db787a4b6ec1 SHA512 168e535cf8fc6ba5d490c81f2d0cc3fce54882f987f0aa7e60f78473d0d8a8a57ec085b493867043b79a3dc9639f8102c75e1383ce4acb50231845ecca1013f9 -DIST firefox-65.0.2-mr.xpi 528022 BLAKE2B b829b9bb865ba8aa25115a8f2d94fbc5d1f8cde219ec15ddcee3d9943c8742ca637d12a9a605ec9b1450fe64a424389c82ebf154db9dfeb587d57bed7963df86 SHA512 46b05986622c1c6a9d771a817a481460bf84904a0d9127c966036dca01e37fa876a50f741646a8a09cc0e6c968c5426c0408a05bb81969e2cba582c688958abb -DIST firefox-65.0.2-ms.xpi 460723 BLAKE2B af02166d7778df4526948417effc9de59d23aadcdbd0f0a6b9dcecbfeada31948dd82d7e6b21c3e893b4b5475e531d4beaddfbbfbc60d008a4c45359f2a63958 SHA512 ceedc7d25c25034c9016d57b72fb4ae95324c50b421e8ab6002d51deebc065b2804a9624d395b79d4c65e4fbb43b0cd216cc566f8e8949f273a4d6ef46c58d2f -DIST firefox-65.0.2-nb-NO.xpi 461047 BLAKE2B fb458bcc90add60eec41d4b79f76ba21c4222ee2b7845e4dae8325b642a43f1a41711c7b34654cf6f3790d7880db0b55802ca9924f0ce4025ea572e7f8a3f49e SHA512 27b867d92ba5ca856de502505db4a91b44c63072c90103f5516e445880c5c366e7bc7f59af6db77519b6737ace5678afacfb4603f3539541d1db0bac07bb6228 -DIST firefox-65.0.2-nl.xpi 458740 BLAKE2B ddc51e2401411204e45ff7b3f9e64d49b1d127e4edfcefd48c702c35b9f1b666ef336128e1d068b706c5118c556a9705576238484394ad0a4860882d7746c92c SHA512 dcae2de181243093b34947917f14261485dd92baeb2f66458c98a7631ccf9b19ae14ebaef10c833654068a65bf8b51560ccb034b0653a00b1bc7dca638c10a5c -DIST firefox-65.0.2-nn-NO.xpi 460171 BLAKE2B 317d224f6fd8de5590009ca3c6d052e941e0e9dd4e9a67a0a38aa76f200511c9348c212776cbf46ac53fd439f262fdb09afaa34324eab41739787392667c9539 SHA512 f137d344a81083200137216f95738ff57186f1e85876c291ef1d2c6862b6674cb84fcb3f4125dff3c84cbc11d03e3f16bf89c26175faa2bb23d60de17f209fc6 -DIST firefox-65.0.2-or.xpi 479095 BLAKE2B ecc787c48ae569d55a72dd785dbd5e2b9d7b959f692d04fd998558cac01040bf075d3d97ceb91058b915df5fb0ee9f10c53ce1ac9607e3589bcb0500c129e80c SHA512 0485ea1abe962c41c854306169f9b203d6c6b938c277355e9d8094335911d1b9d773adf756571c66bf4a25a1d2caca76fc914c5140002d321ef36ec69095c685 -DIST firefox-65.0.2-pa-IN.xpi 510895 BLAKE2B bc1b13bc571d6f0d3652130e441f20de3665d40592b6dd13b792d9eabf1d7531aaf702e34c8b4ad5232605f6d1b6f1c4b3569619e50e70b51a00db809487509c SHA512 0a1d974331773f3b6754b57d4c5a48f5580ea46f0eab51e2028ce85f3b1d9cbfc12f3ab2cf17da0722f28af3bad0da7dffb88b0b55249e321b5aa329edc61bf8 -DIST firefox-65.0.2-pl.xpi 378838 BLAKE2B 09447dc3142f46772add7fe041ae8f23cf2eb16a8b1caaaa33030a214aed2fb0d75a3508fc53f7021e5049492ae7e126762c1403d154bff4074784b93cabb4b1 SHA512 412ab22a35ba43e8415c96e5651bab381749b4c42f1c3e5615bc3ce7b333d278706eb02af367748af64a3730c58d15e9d1e54961e9da71da2832345202453ce6 -DIST firefox-65.0.2-pt-BR.xpi 463451 BLAKE2B 19ae0a2011f78d93562a875f353fe74e064533bd657e94fd722bcb3f5d0b1d4b2cdf98350043a4bf5ef091a73c6ed00eb6b94e378bbd82712b0f5dc2775dc4f4 SHA512 2bd70e5db0026f345b418a42a42992a860963043342bbd35cf9f98ff5db8063094142bfec286664424e65fcdacf566d2204dfcece29dbd45438977cb8e62aa87 -DIST firefox-65.0.2-pt-PT.xpi 475351 BLAKE2B 13e8eae6acd1a7e908f07a4e19d76951f946b1e6ae5543e76046d9c1c5b23eb74ab16c0e9d3d4514c5160a8e37bf3a44cc23cce775b05bd7297a80a7e94dabdb SHA512 50dd36a31432cb7a2a3e9d252077178ffb7b289e0fa6c75518b8f3abfc58b5821e5113a4a34d775418149d5e1a682649eb5e413b0b3404915d13d7ba4fc8a55a -DIST firefox-65.0.2-rm.xpi 466667 BLAKE2B 0d797687f43d74fd2db0bf0a407122ab22f471f175d6e6976c94b549329ef1214e6d7fc221848e87dc9bde49769fc2c9947c4984f041e979e99abf32fb915cde SHA512 3b7b76a2568843d28633d010fabcc54d77c7ecfa7beb35c6d952b268cb7b9ad1be7b3808fb4403462538a398ec818cab703c45aefc007d748923cda8c3595b03 -DIST firefox-65.0.2-ro.xpi 475448 BLAKE2B 8792951c596614b1ade0ad343cf5f10bd5a496872d524151ed0d31f137e1808967c2d1dffc8683987f072998eb5342f186b9057c3e85da3578f3a8b41dccb11f SHA512 66621d8088697edd915e170082ddc3ea65d81b276330a87cc2bf3c38f1d0b26d202f0d12d8359bb87e3b4f506db080b703184e0db5b6ed692509f2accbd31fd8 -DIST firefox-65.0.2-ru.xpi 542369 BLAKE2B cca9aed88d807363a323b96b2d899d6e2e64aa7dea0a5415f27687124f30cb763c1d7cd93a7688e08d71917a0a5c6107c11ff26ab8a114298633d072c7f23ff6 SHA512 e1291cca71e8e995559520555569a1373536c84605cb9fa6c72604353c16ae073603a1a7d6d6ef25e1af1521ae1fa9208640fb765edf9ae47d6c20f56888f022 -DIST firefox-65.0.2-si.xpi 491187 BLAKE2B bfab3c326947f0087f3244fda8cb3b98b0747eb2ddb42db5252baf74dc5687a7a461762db54dbe3bf6f3bbf6f47b5f4d92e7eea7d4aebafca1afcea34319e2d5 SHA512 100d0bc6869b2a77df9a6119d2f20a6868ef7d58dc4927824d9b6e74085ef4635aeffa5f04dfd2ed026748136372e45a9f2592462e79927e1173451285803d61 -DIST firefox-65.0.2-sk.xpi 492590 BLAKE2B eb240d4531862518f74f8af7dabf863efbd0af090b0bf3928df9819a507740cdeedd2f727a1921dcd7c8265ea52f793d4d4295fe9882f2469ed1973db6434591 SHA512 36def805c54e5be995ca72242ff98f77067fde52604c0a02ac593922d85249556c4210972d9e182130adb21a279789f5c7b88fdfe440ee7ad1336bc00df05584 -DIST firefox-65.0.2-sl.xpi 468056 BLAKE2B aebea41af4c4d73f9c6ca689507c95829940045082225fa8e658a2ba620171dad69d3f5d207cd125b1f1520a9b0d2a0ff6f7381458518a6a11f736e7cb8ddad7 SHA512 41775607f3ab683b91cecfd3751e872c275151213b6762e24d3d24350f48ac638c7978da79f5ca20cc98e9c7f948c00ddb1b559a126fb5389b4904912221030b -DIST firefox-65.0.2-son.xpi 443513 BLAKE2B adcc4d7df2c72a4498ea4619283341ed5fcadec614063c9352315883a664bb6b6fb823c5009f8b3f637b20b2586cde3385a26e83cfddc23a9044bf3fa86428de SHA512 d5e7c54e8b43d9c0bdcd1fb0288dd08152dee29de903d1e90ec32833474f3e8c667c9ba7637c7ba9eb9b9627ec1156f69f5dd1ca0aaf8103ff4849d04f11046d -DIST firefox-65.0.2-sq.xpi 483765 BLAKE2B 13840bca57ddce248f70066b5a8e6fb76d232a24bd0c0a015c1f098d776ed6a18caac67a16ef490162d92d2433715afc96868200714baf8c535ad024928f7c54 SHA512 c04d480444f2b5d3559650a8b14a42b67a280c23ec25fb15449d4c6891f0919344951ec6aedb599d030a6c7da62194a3154da8e69d8de0c41fa387e4a287afe4 -DIST firefox-65.0.2-sr.xpi 498961 BLAKE2B e0d823e5b1517aa807521a30e2e87a253a35bbb9f2df28be9ca21271f2b53b4bacfbfae1367ed3f836bb073ef60df7f7adef3541971d89872449f32e1697808f SHA512 f8e9e3c28f2c03e246890065ac2dbae67a3b933674dbd41fe6671c2cf145840280e8cd7bd024b2efc00273c9e01b916df9929d235aea0fd5e5112c035f041aff -DIST firefox-65.0.2-sv-SE.xpi 470823 BLAKE2B 0222c2f2fb3de782f14fd1e3852874c3f11cdf083b438312484c2cfc8796889e415824cc35ec25f84cbcc610fede8d0fe0bc501a99585e647b3e749390bdb9ba SHA512 bb89966516b1161f15e77a0c5d7f711cd339044bab3a17f4c43857f06e042cc01590845f38b26bd2e6298a0253265ac05d07e3304392e20c5f0728b8e88e788f -DIST firefox-65.0.2-ta.xpi 522782 BLAKE2B c59a68603777e233223c93fa3dd310158d662d0ed6a33dced1783233e9c1fcb7652466e380c71500f8962c33db2974ea455b81476598ffcc4ffca459b765b51a SHA512 bd90114a92b23325c6e090b3f7ffb9835b16036f74ce34df6848b4b201adf1eaf60466d4c6230c9554207aff339b4e87d55bb80a36c6b3f9af0ca7bba29a6a4d -DIST firefox-65.0.2-te.xpi 534599 BLAKE2B e127980730d953178df11f676e725e94643aca545671c3b4817773049632587ef3b8f312c9a1df624c86c5f6e58ae816d9399db26f98f4ea280ba271d18cb666 SHA512 b34cfebf24bd2e2b5e6aaa4711d54ba49db97ed05d0d7bdddf9b4636c2fc3aa2678a30b474773662c07254a0744f386893abda1d5d57e0d39fc4065bd0f90b4f -DIST firefox-65.0.2-th.xpi 507526 BLAKE2B 8e49f6a559325ba9bad2caff3b886a5d775603d44dacb018a81fa46298311bde5c09b640041dc80c0a852757c8bd57a8a6e37d72b779bd0d7b0892f03bffef14 SHA512 fbee831187d4864eae3f2ec08f6aa3114153491c0e719447311442246d3ff3f4c95f7b2d5063a47d8672112f9791ceaf1a3a94612cb0f6a6ac1e0630b28f3ed7 -DIST firefox-65.0.2-tr.xpi 481312 BLAKE2B 4d80645c578273a28488dcf9ef48fae2237efa0c894d864a5f53d4dacce5237221741357df4b8c5b644ad4c5517e4ebe67bee590078e8cda4c684ef6c94ff9ff SHA512 4ff23f26169d82971a26d99e2dfe6a78e49fc72632528a0215517c3bf10c00e8f02b432b699a7c3c4fa581a1cea45ac2f1a67ae2f1d2fffb19015b65687a064c -DIST firefox-65.0.2-uk.xpi 528938 BLAKE2B 02edb85b61ff13db8c71a7ce3a065f94d910bba76905266e8e124b1a1df63e794bc72d87743c6a16695dd1f6b7a14082beafdb98435f38a4beaab2a3974d9531 SHA512 8984bfb04d548615a2806db93ce51047f81ed7ba351581708759071c5d1261dc2fbb3480b2da9ddc43139de70109f81a95131345fd7b86cf05e234bc5fd57e47 -DIST firefox-65.0.2-uz.xpi 460825 BLAKE2B d43aedddef98ae3f07eff31453d1d15b3e6ef7999f3ed520e599ece046cdc7d62cf88cc60771c815c9f4bbf58e59018876b9d980e5e7c9aa8a9ef4f9dbe92482 SHA512 7b3717610ec4be7c2d65fdca9921abd039789d46ee856d66dfd832d60fea1a4d51e90f7bfbd2fb7413508cd30e8b1af2ed7a03ddf0ef2d82b3e13a5dc3428af7 -DIST firefox-65.0.2-vi.xpi 486535 BLAKE2B f0988da9b7aa56a51ff6545a09e9731ea7e0ab07339f410c9b9585d333a89d09b6ce126f2f2fc97c1a3b98af46fca62720012b8d8edb9ad20c54da2ec7e17e1b SHA512 ebb8f80e18c2d25915774d28df99ea3867d6376063119e5a4d99ffcbe7b3ab8787c208296e564cea7bf57b323afecb1a629c55f0e2911545702ffa9a11673db8 -DIST firefox-65.0.2-xh.xpi 455426 BLAKE2B 6e8e85cd986e6a7c826b6e3e50db33deecb7d1be6c7d2498431e62d9971181d61da6baf9d893787f0cec11140e558365136c5212fae2346eaf2f92912d841123 SHA512 c3fbe6bd55ef08d9a7d06d0e3d7e599c8441ba62ff830522d49fb470a9212fbedd1620418a2a888c82cefa6139f9caf728999b130c4722678aca14457f699c6e -DIST firefox-65.0.2-zh-CN.xpi 494811 BLAKE2B ce81c30d472eacbf38b793fd3f4e592552cad03b3d9941d7d6a6eec1aea071561a514bd92eecbd57394fb624713df0839bb4d5b498b3d0d1efbcfa27e34892aa SHA512 31f008e4e82c96c258c93ce214deb7af5078e65ab83af4e40ecf8c26e0db60bd29718cc47ba1a3cc93aaa77cc7f69edfdd93bb9eea52f914a787bc955036ce2e -DIST firefox-65.0.2-zh-TW.xpi 492982 BLAKE2B 8b3700caaeb9a36465415d3a209b3878fb455975fc5d100b1fe1238521fad0138eff2d6d67e49ee6b931de151ba1aee5fbba0b751e3ed19a214a615eec68d5bf SHA512 2b7e3fc170db97cf261dad2304f2d377f58255e91bd351be02e9f2bbdbfb847968feba801509ed6a5349ee525df992ea7a1342cefdd8ae463aaca7c36912b32d -DIST firefox-66.0-ach.xpi 442366 BLAKE2B 0048ab43aa0637a1defc906c09bf3eb500ef751916c9852779cf16057576c9babc10a9aeb7e2027d5e8cb17722fcc25c7ed3386cdd0297362f409d4bee75ae4e SHA512 551c255ab0d748480ca7dd0f2cc95edb2bec98570a0fcc90819df5689c2ed0d921168d36169b8b096ddfcb2e81c2e983015487f4d6b12edb5b3c1b3b16be3fb6 -DIST firefox-66.0-af.xpi 435974 BLAKE2B 9287dbfc5ca44367178da8b83396e4cbc150509adf2d872f1af93da9cdd371f4bfd25ebb3713ae5c9beef6c4ace0f27da3d340301bf3b123a8d9d68c728012b6 SHA512 427919188e19fbd85ad691b88d58b28409f3f53b9e52611cbbcc9934ce32b1749c7c4554ec7096a9362c7488c4f4d63494482be9b12c2ad8edb83dff52dbc62d -DIST firefox-66.0-an.xpi 460783 BLAKE2B 43bab437ae499c925c9dcbf3015a87cb51c8ffb6f902297b409c2ef2ccaca457bc8352ced17ec31b44a9a8ae3a2cd51b447a4f87fc7780636d190daba31dd755 SHA512 b081408b1a5cea4bcbdf82e17c41fed43617f709e39658dd5fb0dd3c9b178ae768f0080053ee9b1b070f587abbc3b7981a6160e7acae99b62b65608fe0b484ae -DIST firefox-66.0-ar.xpi 504698 BLAKE2B ae6369e37861ab8ebf6f80ff34c7b526ace3e0a03ac99e53cabcd45663598788756a357ff57b61d598688ac003a0395f9c6f560cdb6c468dd1b1b6cbc47107aa SHA512 ad8b1e380eab4669b3be209e0071f537cf96421a54686e2a968c1cd0cf92a14be8f32c1ae5cab9c39b40f72a28c9ae88251395902cab09e9303f5ecd16160d62 -DIST firefox-66.0-as.xpi 468522 BLAKE2B 084f5580957f937fe8b636a51da10b5c84491abb0ef413599233b6b4ea83cbf6a2b4313399d6dd66926c44dc589b938e35ad06bb32c5f98c20331cfde35864ed SHA512 76e2848bfbe877c2784e176055db00c3acdceced7c85548b1f0a10f8b629ef07929ddeaec4fce555035fc391e399eeffc83fd5776514a7705d95ea18ea5acc61 -DIST firefox-66.0-ast.xpi 459787 BLAKE2B be5edb6e1030421b3f6b3ffde5c6811776d8917ae96223f4b5832e66af4a1c44ba48f95c51222cb5805dbb3a1a8bdfea665f073e934dd1573d6e65d43d073e6c SHA512 25de887134c103cab59ae193727c6beef86ce88a1147708100c2e32d5ffd10d8aa3d025e26501f35ce2f4a0f9565dc8131b3b4df3615ef76783183b717b255e6 -DIST firefox-66.0-az.xpi 481903 BLAKE2B a380a222052fa2fcf13d79795de5926b08136b36a55fe52a416059067046abbd0743e6b1cf5ea2c8b8aa3b2b8d0c15d3f7c2ddd02d26bda67c86e49c0a8ce7a0 SHA512 37752d376895f04e68197bed5b24b92031ac16623d655654318ddb95eaaeb44f2860a6a45a4e0e6b742a27e929447324149f7c609fe40a96747028a3324d0e97 -DIST firefox-66.0-bg.xpi 515780 BLAKE2B 73c5c73eece1a2ed0457fc9d8f0a8df0b1aa2bddd1c9ac7ec5416b606d96718242edc370df5dbdcc8ddfbddaad62af60b17a72ae9cc5cfa5dc4e04ce77b073a6 SHA512 7386c8118e32e946e4df8e97837a5f7d68b89a739572ba83970649bbd83c09f34e6a7c9172429fe6c7aa824e0de8af712ee7cc9f48a41200e3100b6397ce65a6 -DIST firefox-66.0-bn-BD.xpi 534215 BLAKE2B 4e078b3290501dda16cf6f1c174af6c54688bfbcbfd73e12dc280e44fb8c07e4879613022b784360806f20ab2fc1e62162c430adfccbb3758b3b247c51fe48e1 SHA512 a78c9a9418b9d70b27d93be3ef2f44bdc47d6d09058d6e54f0c26e27af0d9ce4fd4c33a44302f61b7225276b71de337eda8e412d0cf4b2b2da88867bb379b873 -DIST firefox-66.0-bn-IN.xpi 524889 BLAKE2B be21aee547d6f8c256ced318b8e35f997562c2c2bc88995b9dee0386b6701a76d21465337ea258e325a6b23d0d946213c11e1d4905e0224bc2b37a94f7b792ad SHA512 8facade28e0b7cb92a7e9fadda5cf76b30405efe100ba52675735236f4dda699499d2e94f99aa8efef603ff263e817e7e8047e45dca180085cbd7cd7a5d2a84e -DIST firefox-66.0-br.xpi 464467 BLAKE2B 4756ee3f775555c8d9cdec9e489f2abce8396f23ce3bcf1399c93d213874f3638df05e3e2bf13e0692cb2b6c0bcad1aea9c6cf77d305e55e941b5c21a6a11786 SHA512 ca9c4efa73bee81410cb37107de30da470229b370cd90f5fb7893ed6d09cdd4d75da6fbe3cd061a5c74785ad1bb4b7116aff7408c3f9ed850dd4db9fc77c5ea1 -DIST firefox-66.0-bs.xpi 457798 BLAKE2B 1d8d0e0d04c7af0063d1d347c643d51bbf3f63badf3af5f33aba0f401ca51ecf2307392f784d5b9ede42623dd6cfba8153e427993ebdba5da0c120efe8e1b947 SHA512 d81331d74535ccad03299bdc8026f2014dae2151ba19ccf9988c80a47e357251584f0fe9129e80b6cfdb89d0110d883d601128cde5c52a60061d54ae63d3842d -DIST firefox-66.0-ca.xpi 465728 BLAKE2B 9ee1b8cf84340e736baacdc11750c23a3bbfa6fb9df072eca2154e82b1e16c491cf9d4f7ac49bc6b057db6d40dc593bcacd03065996a264f09ef5d17ba53f376 SHA512 d6b37a2696c2a0b7912736033393125efbef2f9866f01822082a43cdcf2ae77990bf690e1577e8ac0b552639c578b7518e2f04d3f78de1a3964d6d473353d7d1 -DIST firefox-66.0-cs.xpi 477916 BLAKE2B bbd70cc07a68137bc6465656913018c24a3c12e6e533b23319921099fb85eba37084c394b79760bf09a1bbd24e06cee2c8d9ef7f1d854f9ca96ae7591edd3fda SHA512 c7573adf4e3184b1040017c0d43edecfc70fab7ae1ac066b7f77dc081d329254d5f6296032457c25995e19f16b7833b900989813ec18f1c086d7d9552b89b8d8 -DIST firefox-66.0-cy.xpi 467252 BLAKE2B ef442993caea1e216b0c303dec77eb09b5817e4edcd6d4c0c751ad90f77db8afcaaa93516034fb878e7113bcca339c6995d399ff1edd7a278fbdfb8e6ff0217f SHA512 c7431da336807e58f744839bd9bdaf4d44d829d0e61fd770cac0a23a683514f982fee41d3377b78a45e2d5e9cc0a4263ce630f8e5bdd676261c0c5d2f163a33b -DIST firefox-66.0-da.xpi 477371 BLAKE2B 3cee0a7525f4e6bcf5a21722a3e6210abd0bf3bd68d14e840ddbd4a149112dc0386a8daf04e036fb42bb4580b1427e19683c8c699e4025cef71b7fcfbdc6a4c7 SHA512 0a8fb4e2d1064475d2794b53eab63417eec31b50d010abaa8064b1f06946c211d34e209a7c5a4c1c1e32139263d42808169a39b951a89f7b7373e42d04d9e4d0 -DIST firefox-66.0-de.xpi 476711 BLAKE2B 4d37c082151ea436a9ced2fd2dd516b441d67a7237b61a67cacfa49e1f1311b46cade1461f327b228cc65cdc688f1fe2da5710f7860908fca922dbb4e1e7d002 SHA512 dba91cdfadbe9329b466e5031b8b292e751a309722099b9e5b90afee44f00e9b6f8d39764c716ff84675285a8f4d63860515b98f4e197c5065c6bc1932b18607 -DIST firefox-66.0-el.xpi 541755 BLAKE2B d403cdace757f068c0e67100632d7862d2c60e1abd168f0d186ce2116eeef424f6a90182483e5a1b5e06789b8fb43a8c71241f6e579ea3c27dbcbb0b63ec0903 SHA512 66e4545bf151bb48b465be5aa1a563b6e28f3870c4942a6133b3cfcc2d143464d3165d8c2f7cebdb770d15c987d57d812f039f16a80c96fafb82b77596d37575 -DIST firefox-66.0-en-GB.xpi 438632 BLAKE2B 8df4f8e37360fef8b1e9f03e8ba991ca787bf7e95701ff5347bcfa8700ed2195fef71b5071e377ffcd025a38b6788239d6c5ee5f235c24478ba80d92b2137a6c SHA512 519bb6d4102712e9f8cb9ae689354f931b023c48ab35a2c048b3c9492396edf2088a0edeae38773efa2585bcd9ebf25576015ad1151cbf1fceae20b32e6fa3fa -DIST firefox-66.0-en-ZA.xpi 418442 BLAKE2B 2aa5b9a245c95688c71e97193367c0699e80015dd2980cecf3c679add8f224e2194b6eb0c0551c921dad6f848c49d7d24832d71b12f4b3faf7e3abf01a527fa7 SHA512 e4e1c67a8b711afc3f42b7d424156b142e48502ebed423d9abdb6fef88c7359b5d824de91b277a85e47c89257b826a5fd85941b0afc8f62cb187f17b3e4391cc -DIST firefox-66.0-eo.xpi 465642 BLAKE2B cfdd02782b52e2477a39bee1aa4e5fbd9f3ad802716c5a22a0180859e9c17f9fb79fe54a1f7ed36a39cea0866a85fe926844085d314bd2ee4e32df39b5c055b4 SHA512 c087bb1a9aa0eb7054c9fd7d648266c70c5318710fafe7ea475ab4f26bdc867594cfa48e281238b952943f67739b83e7254878ca62464ab458a7785aa593a5d4 -DIST firefox-66.0-es-AR.xpi 473290 BLAKE2B ff252d6584fd8177abb76952e66413c131653161a0032da11fb085d923547abc27f83dfdef9a1f2f6bc0b98283fcca06f0112a666b0e63993c342924106b7adb SHA512 22dbe3332745781d904d5b3735a01ea7dafde1a5ff082b47efcd8d05b46d635690cea91887825b5215789efa920643b8c2c1cca4a55cb60a88582db24afc54f8 -DIST firefox-66.0-es-CL.xpi 470028 BLAKE2B f63d969dc14bf4d36ce4ba2740ca97e3ef4a94e370912ae26439dfc94455ec54c922284529436e9af659c7e2ebf954336126944328575781189969db0e0eaf3e SHA512 a0c9d15903fba69677174afdc1a06991f3939af49a003300cd977e454c3f1ee783a162919fda5b6ff2eea32cfbe6fc4d1ad65dd45fa216a8852e41d29f8f27c2 -DIST firefox-66.0-es-ES.xpi 433954 BLAKE2B edd7f93727e7aaf9e0eb9a7b94d8a36f1909281a90cf833c08f679afbe29e9bed4d684d35b61229d2768d5574aa9b7ebcb2e68bc03ef65dcc49e3636f2d718b2 SHA512 2cb3b0f3b242b255df425ca2c3a88b4027868316efb88665ee29ad57b8e630918680959464eb92afaa9d207ed25a5828325c2afc3d180c581d33b4198cc3403c -DIST firefox-66.0-es-MX.xpi 474981 BLAKE2B 0fcce771377c9b8dd17c2bef41d1e528492b2f2c7a002a74e83057544e8f002d11be02e6b073adba1238be883ffd8cca786f7ab5db3bc592262d2c5c8ec02eb9 SHA512 70db5da07aa32ad57f91485afb6a83f0090eadd1711c9658a294ebe6d8a9773e954f81cb2ddbdf3f063689589d7a40755c08abbf0dc3683b01c368a9dd1f6c33 -DIST firefox-66.0-et.xpi 456339 BLAKE2B 91b3fcdbe681ee22f4f637bdfe34a8675d4c4a2e827ac104e2629eb92f503fe2ccd361dde3a34ecdfa43138d1e952e2829728b1c854f5abbb6004bf3e3b96a95 SHA512 7fb844fe1d1c66f54912503a3e1996f4ea56b4f961491fb74ff42d2b4fda8502bcaf8dcc032698111a55a8664dd77f2ac37c7aa64c5700254dbdb492ab691c5b -DIST firefox-66.0-eu.xpi 464678 BLAKE2B 635f9796ca0d9f5a8dc38339f0146cd4f4e9e0a934b8a6482f192aa0a1a50179d1bc694101124e32f40d59d55f4a12ffa408cc35efd4283b82475c04fd0f3823 SHA512 e2923a3b7529d5a46171df277830f5b587477614b34fe0b90f262ea0c61a9aec2ac854ab0ffb4121a95784c1951396c316ab6e78319b0071e82894cb5266c257 -DIST firefox-66.0-fa.xpi 516444 BLAKE2B 671a6a90a51904d6c0b7743e63f5be277da29e6723d3dd3b3e080618728ae781bd71200e9e380e313a554f40228a9074f7003127e265dc5ce4893277602d8811 SHA512 63d3fa062a0ea5f2eb843c506c4c034f377e362f6b3f058e3cde3db8782f7bd4f3e02a4bc59931eff523c4f7b7822f4b8bd783ecccf6f670db2c01d32720eacf -DIST firefox-66.0-fi.xpi 454308 BLAKE2B 0a343fe8cde0e6ca34ee081deafc6f6dfecf0bc917d5cf8100b99d91faf81e81fb074d30a926a6e95805229d655cd7e5111be85abc8ae8459cd600409e6fd409 SHA512 3abf0d20875b5007c661b5a7f29a693cf0b071e70ca0f957e80703655e4273a8eb82055f9a3abb1e7136b2ddc51da87c53088dd48355e7b4c2caabc78ad1cc7f -DIST firefox-66.0-fr.xpi 480160 BLAKE2B a266600611be84d83e05ad3ce96fa4408cdf458227a08784f8276c242ce29c2f52ae8886dbe006d40317caec195e25a9735836ef08a8e656b71c42f6bdad2955 SHA512 0ccc9c730f7c873e900413bd217bda90e88526a6e8279217d0826dafeba7a3baafa8285d901b9f94aa8f83c490ddb6147978f882a8014c01048babe169d953a6 -DIST firefox-66.0-fy-NL.xpi 470287 BLAKE2B 669654f35f14c7faf3eac04a9d6af5c194c2ca150272f6896a79b0f68b1df3b815abd3be1a64b2e3adbb0ffc5ed916025277b612dcc2c181c019e8b85b187ddb SHA512 f7c6568fc85136068b6434b8a902f361c5e2881d4a485b5f348783228a20d60ddfbcb4b3a7cb07bc988cdbf890ca1a5d8bd314b808b179b1c976e3ef083cf88f -DIST firefox-66.0-ga-IE.xpi 464827 BLAKE2B 4c7cc6d2c5b4601b656ef8c461eef3821f31b199b9791498eeb2062843a42c79894c8b73f25a09e6f937ae3836967a883fc527884af2ffd9a41cbaadec0143df SHA512 1549a42be3f81e3e26250b5f274ca16c66919f02cca8b0d120e7c8bc5ede9df078f7fc40a12a48e417c0e5a8014a5ccf1ddd353aa4575c7be5206f2b34ee5cec -DIST firefox-66.0-gd.xpi 474066 BLAKE2B cc339152abc260e8a48168f7e93b8b2d7b413b19117403a95b4c95f7675729fd102b7f7684cf859334d8e73280eff2aba9fca033ef5a04a19eda2ae1a74d2986 SHA512 acca7f8a2bfbf02edeb6831270a108ba5fafb7bcb4eb9c5f807427aa470b1882fbd624b685d9fa1a598d25ca9a5f0eaebaa6bd2f8f53bff0b6a42c73edda7045 -DIST firefox-66.0-gl.xpi 458741 BLAKE2B b893ee8de4e1b79fd40bda203b842dc94aa495352fd2119d44ba12f06f3e12ab5f9ffbbb18b04e89c4314374a183270cfd09e3be957e557189fa420951e49a8d SHA512 784f2441f05a9af65597a687fe494ba94334f81a05293cde957a1d1e7187d61ee9dfc032fa55c5757a7ea9d2016dba360993df361397a867af35c7b0f7adb59c -DIST firefox-66.0-gu-IN.xpi 539858 BLAKE2B a014092eb02bb4559ca3bc0f5e570313fbed5f8b2316049b4b7c5ac5207b87ba3184bc15c80becfc284be60d344a8062c598ede0f72ed5e85ee0c5bc2e771cfd SHA512 66c7586aa9b414f0d64f9b53379f4e58925a5ba8c3c7bd9824dec9c203906dd7466587bf0c85b6934d988dad0695de06ea89b5e2134476b33ebe26af51da7c28 -DIST firefox-66.0-he.xpi 479208 BLAKE2B 0032ba6d7bb67179228960fafae700c4b1abad74656e7f3f2ab84ea2c87171a9baaa53f90a541c1b0f3c5a115d9192aaeee70e5caf8fece10d86516a78f292a9 SHA512 4bfab82a06af59f30ef7c87ab736b7594a30a69c4b691349885179629d5155122bb711b06416588b0b808c2c3b4611f0786d68437a355b859b48cd87fdb790da -DIST firefox-66.0-hi-IN.xpi 525651 BLAKE2B 08620abf9f465bd4c4776cb82db5e604be4ac300640dc00ac624b382b5a21d608ab31b2eb6953c291628f819d9e9664a70797652e43b5fa8dc9e76db548eceac SHA512 4436dfb5b78bc3edc75b7113789aa5c86d9d371ce0b86f729e9518016f3bbc48a9e666fdcbe0e0a2d1c5e631cb0e99491b200b94b413350a48598bb00ca40a40 -DIST firefox-66.0-hr.xpi 463599 BLAKE2B f4fa0a79e61c1efc5c20d0c22132f3d595c58166dcdffaba9a439faf2c7cba06a89c3478f1e3a748d784650553e71318e9cd68904d0b343f8071428d315f265d SHA512 648354d11bc75ddf1cd02dda28cb7913d4014a479305655afb295792c04baed2abc8249e9732cf27253a1a7c643be584e2f1b2fbf7c9658685f20502add4624c -DIST firefox-66.0-hsb.xpi 486136 BLAKE2B a5d9d88f9b5ef237bfce6b4b97d906fc1e07ae20266dc49ef4c28c8c24304908fd316a8845f1261ba85733fa908acd7aed1474132af19266deac9fa8c6ac12e7 SHA512 d2bfbad80109becd62e60f6c0e7ac6b65050f884b55f26a992ffad5c8e881d4d71b1dd723247c9df0d8b129116d0fd7ea9d5bc1b23ef9e38536fffd3fffd87c7 -DIST firefox-66.0-hu.xpi 483471 BLAKE2B 5d0b78497bbe1443814812f5816c144fc76d6b8d80a0156bcb50cad9bcf90eff401f6941d69e2ea8ef7c546c39fbbc9b3cc68944a026df79454d1c1aa68a344c SHA512 6e7f4d1c54c7afe252abcba2929e4b6e107c7e8769bc30744caaeac0b04b1735c3e094c5b45eaad7bf8dc251df5dfdfd04545f41464665787bbcb9e1f2dbb853 -DIST firefox-66.0-hy-AM.xpi 508611 BLAKE2B 1a88e328cc4bd9c79f983e68b91490c4058e929d220d3732ad7aa7f6d3c46ff16a3a23ee3c72152b558d81024155094b96f7f39c983d1719dc31fcbedd466237 SHA512 1baa6eedd416d508b2833b9a2b696eb815cfe729e43ef9f050b1b8c17ac1abe9e48157d6e059666d50c4885145cf33ac2d40940bac24eef9a44b5eb96ddccf23 -DIST firefox-66.0-id.xpi 453841 BLAKE2B 742fe6a7c4764a658b1d2ac7df37a0d01341a5ae53d39718d1801ae0a710f99754f446bd536dc2240fac08bb01e4fff57ae591775d32bfc2b64c019899e3b19a SHA512 eed6479db2f5272a916bff2731d2224ae170d9ec279b3d83e001dc2ce911d6dd90b9bc363c31c5096f22b6ab74a58f42c680445c76417b44f2d4e73ee84a0749 -DIST firefox-66.0-is.xpi 464958 BLAKE2B c3a39a15325bb72d5baaac72b1b7ae862d2d36d99477af6b29638f4e96a3ba2f01aadce2ffaa591b824a3098e15a33ff40260bef75c8b3c8d19280109f840026 SHA512 2b4aa74bb3b17e060e7006e60c05a836c6767d998406bf753db024496618af9962878eb2929e5900fa2c9cfe14658421e110b8c1038b8610ca5f597900edfa62 -DIST firefox-66.0-it.xpi 352981 BLAKE2B f73acee037ede326d19c01b9465edd0998268a96c87e2ae552d3486b9ee9072ff415c658bab426d456ac459d8c51f80def0df28e973426c12cc2fbb1d4527b11 SHA512 1dc81b92f7030198d36f388e9f9a686688ff9910b90ea0efaa7fc69893b887cf1674e22835abe849afed22dc233a0d98fc41b9ce7d98f7d0710b6269bac4302e -DIST firefox-66.0-ja.xpi 494147 BLAKE2B 1d14e0022fc31cd66f7d9701aeac590f7c01ea70a2a05413f8e7e8b365a29098abef1ee857ed8bd86fb81031692bd684c7701ad73033444dc87c792483896e5e SHA512 1c57a8179d78c4cd72f3379f42e25866e4835517cbdce571e6605b24787a0fb1d468953b42acc50dac2c3dd0c0352e411273f6a3a1c3184a815400f01d929838 -DIST firefox-66.0-kk.xpi 531561 BLAKE2B 90d798405cb2e12f697362344009cb402ff783a6d223cf7cfebffa6f21a64393079ee27cb05e51c76d0ad349aff6a43124cd9102c859690eb9e581b6e1e0448a SHA512 72bf21d05185ba26f2a44ccaaddbb4e69bae143c58f880984865d115b975d4249c7aa0ef53850caab9d297fcf2b503c4262ca4273486e9205950edfd978bff51 -DIST firefox-66.0-km.xpi 522859 BLAKE2B 964aa59175a67deda3a99b0ca3b817fa097e183ed964e1010f7556ba9cab9060896d40a10ae3ba5f8072adb99859029e59eed6384eace3d8fa17ffd0204f8a58 SHA512 73b7d37d03800e82f0a309a3c1ffc90be2bf1250ccfd7eab2466bf75ca0d0649d9fbbbeded868762396824978bb4aee61818697d063d35d8cbeb1b2fd73eac08 -DIST firefox-66.0-kn.xpi 522392 BLAKE2B 0e53589196f4ee3e17e4556e0777549e564ea84daff7809d1a320872652b2216a2484d82db89fcbe4fe8c12be1b330c5549530b6487b71307ba5f558cd53a547 SHA512 9207b8f45348145868ca87b8387363284feede125a1dfb99e543860254f9f695472a31d826ce9cd6a1bbd11aa84285c43acce9a600d0d6dfdd2d107862454d63 -DIST firefox-66.0-ko.xpi 487181 BLAKE2B ce5da6979db595788d0164343551308fb201f8ab4f6880cbdbd6359bdd931a977dfefb9058630962a3a59e34268aa18ed06dd1e0fc19e1249612745feb75e0cd SHA512 0874052d29f1c586381f256d2e7b9147749348d95546026c7b78d0820c4c1d8e934a6dcb0c66eec97863e113835442b5c3bef4e72ee50432012467590a3d69ce -DIST firefox-66.0-lt.xpi 486475 BLAKE2B 0ad42a4433b554584f6b47863a2ddadd6c3cbf32cfa92be0a0b6d6077a2f25c6994e77a754f1ebf761d43fdc982aea1adf197c36c28cb309a3e42d3f9179bca6 SHA512 a302441ea73c5dc2705ae28f9aafd330fd5598578c0331ea8aa8884ed05323befbecc417144c6e7b6c16c092b1f3a32bfcf189ba8c40b6d0b54149b0f6fb85fe -DIST firefox-66.0-lv.xpi 475138 BLAKE2B 62500401f8585d63a9a0de93b06194a90bf025b241226806cc6cd44338a9f7a34272ee69317ac1950339b1ff26d534d2e470f30099ff3126d6386a08b76ca483 SHA512 48466dd2659c2d1a9c8076fae2733b5d787dea5c18bdb5caee043b46e6ab9c03ffc0c3c0289c599c4e9946f9cb0796597655c0d89e56e691d031e25eff5e6dfe -DIST firefox-66.0-mai.xpi 485183 BLAKE2B 48f3c3be7bb45b1af111d79ce058aecdc704b9afe8be10f90649c7d152a4db3541ab72b44c6a91cf056c44c6dd06bf4c0d1e5aad9665a4d0ec91080334a2a96a SHA512 4b1ef453722b782e10f6d013f4af60fe436b464dc5fa4f7bd2c317ca6cb650ef9af16a243e7c86ab7b9f38a262c0b931bb3544cf2d2aa77685cec7f35709defb -DIST firefox-66.0-mk.xpi 462832 BLAKE2B 8e2568d569f7c4ca214b3a56af026a2251e95ff31fe039e5249a072f9924fe3e6a793cb22ce9d30ab31e2c0e69034f5d2dc33d978b126b2c4b9548a092bb3a10 SHA512 169c4f3d7d78dd6e3327635c2600d29205755381ec4e683787af62893942623c769d65b4cf09180b22177ddaff10aa4aee9a64fa243218b1cbd13acf849f33fe -DIST firefox-66.0-ml.xpi 531026 BLAKE2B 3d81297d6d1a3f92cf3d87402a4fb52eb0c3be037248ca1a12cab2a06dfde4dfa9a86a0096d8f8b51d81cd6a5d1f00af60f4c47426683715d4a2d23aa9032be8 SHA512 7e8af520e1215d0e16f579747022e57a331cc2ff5690ef6671962941563e2c3e7aff2208a7395ec626f15dd6678a8055fb85a564d92dcb9b06d1064977ec9f6c -DIST firefox-66.0-mr.xpi 521711 BLAKE2B be8f47a76637aa5fe34b9c02d77baa33cde049dd30a097d2658ccf85d470680287be2621a298beef42290b87302e010d77b473c0076c0a2003cf0c0fc44dc789 SHA512 be1f3e80d6ef3fd8a834d49e59f4f1aa253800de1adccdda1e88d61e7e500d550ac1d083f9f4a8d7aa99e5c36fdd75e3eb502e8553c36fb3c5a42e7c45222232 -DIST firefox-66.0-ms.xpi 455721 BLAKE2B 218dedf15c16ca08ea0299e52529cf67ac9d5dc32e957756100a358c0fe018e23b5ab7c0e5635cd49ece59170a0210aa99962dd5da7acbe9919ec28d18ce6dd9 SHA512 36dd4bc90d2275a330ebcdeceed00ab2fc8b556a4858b107688cf96f870c846a2d8bc28926d627c61f2fed680fe6fcf2c5e78068e092d632885a95751ebd3956 -DIST firefox-66.0-nb-NO.xpi 457630 BLAKE2B 65b7508b80531a6549dc17a7a912f2628bdf0bc659870bec27ac8bc4059533701e55d114258013cb3b1cf412e3a496d3bba58518cfe5921eaefc49f99f21859e SHA512 ab9a01a8782c2df399869fd3ccffbe890684bffbdf2c46e8c22350bd41836db3e9ab3e3992f560783ea7fc1a157fcc4450047c2e06a054a6f2af887a6e56b10e -DIST firefox-66.0-nl.xpi 450940 BLAKE2B 74157e7c506d496c7ba584bf7a10c8feb90beaeda5f1c0909e53439bf632b4ee2979f74004bfce185e9eee17ef10a9e81492c6a8ad6a89f4843e911d0dffa06a SHA512 a7ec88469c8a4b896119ee2d7fda52dff6c72c0985425ebd9cc14dc05438c7dbcf71f1d2aa03b28f594e6f73712778b85427a9ab7f98b14ef3f3353a813764f8 -DIST firefox-66.0-nn-NO.xpi 456715 BLAKE2B f285e3a64f09835d3f99c0ccf2879c2bace730eccf205a500aa8154b9beb8332553bd01ba604621d97001623e8e934e9381c514b42a0f0b4a18d776876eb6001 SHA512 c9f8f42133b3546c6e71859684f022f5ed83bb79633e8284722737fb3de629f6b966b8627aee0036de56e0653a5cc469f0ee46414e978c56eb6ae8bd8084aa3f -DIST firefox-66.0-or.xpi 475191 BLAKE2B a19ed91cd73b60d81966cff7d3ef567d3d6da3218c167cb49dc38fb7071b197ae49687ba7c0451bfee90e702c8ab75988f8033bcc4aec1ed09e8f3d8725b48b2 SHA512 5808127560a60a880053785399d28753efb6487c7087a3ed34c3714a0fbfdce7bef83a388b93132a2ff30d3da5813091e0a1ecce74e2546176aac1aa53faae59 -DIST firefox-66.0-pa-IN.xpi 508856 BLAKE2B 525bb2d36d2857e084e00b8fb6a3d65681b9a1c18075822a82e599da73e6f1fe80ddf4a1366b94958b8007ad30228bafa76595c7cec19d82c6dda4acacc02da3 SHA512 a97f68306bebca157c28218ad2fb633f91ae92a9233bb31a09caa6d6bb1268f30bef0d7088fbba264b7304a63f142d3a5dac59af0c1135fbb286e3aafd72b151 -DIST firefox-66.0-pl.xpi 442205 BLAKE2B c23501dd0d78fca453baa655de2379afa837743620d6c8f31481e3a735c7749b6d151d9527d7b8d307f35b18f5c71857ec7f9b14374122bd04b83ed84d742603 SHA512 8bb603e00b5d9ba1c1bbe1a88eaaf8db2a4eb8f5d2a0077edf7bd73b7d592e3b3670f0bd7056785a2141c6193665631c02ccc3aaa8fd0d00cdea06952ab27877 -DIST firefox-66.0-pt-BR.xpi 459333 BLAKE2B f38077ce286090ea915477691bfdf2a90cb7fd46fa32365d80aa1f5beb036ff839908c72d6d2af47772b72a76e21bbb9b23413f1211d2147ef80c21b0cddb686 SHA512 71aa445f6880f28f756ecffd427b68210d3b8f778794e648b60016e7101f36d9374aa4514e6e349874eded9aa3b4929549c4021de5802c0a0a2c38ef6bddbe69 -DIST firefox-66.0-pt-PT.xpi 469364 BLAKE2B 4036f2ec8bcdbfe50715990ba2447693fd56cd56784ac264a77d7d1871c413c0ccb56d519ffd36ed5c85006afce1a6b66d8f1473753b460d487c8d2c585935e3 SHA512 849bd7e2eddc38d46f7e97e4b9b78cfeb4e2d66238e7d0e897479248fb33054afb1f8f37776f83513c76515f893e284c234504f181b74e16aff4819ce869ddc2 -DIST firefox-66.0-rm.xpi 462816 BLAKE2B 9a0708e8ff4176bf1e1726d334eb9e3b1244b6a097d1670465ead34baad7fdbd6c0f58e61969eae33ca79d1b49a5f65ddbc383f3bbd935a6d409eea4743e252f SHA512 26485daf98a6f1c9599c78c18175b11a7b5f193780b6ac0888248a70e1f92b5a5095aca6256988a59f49f9e2d08610cf1a3dc1182777130fa71940371868907b -DIST firefox-66.0-ro.xpi 468840 BLAKE2B 964e5756a955b371b74024b9551ab5cbf49409686c5e59a798d7251a02e00259b3eae49cfc02a976ba17f12eb857c4a56ee9a57a0a79ee5ae9df66376b7d8325 SHA512 80b060c331d4ccc35ab2850991bdc6b0c97d12f60b70e5525f38c61eaf2ab51568a1cf65e61a4e15ce9188ed6ccbe072d83c8ad2c7cd2f329eb21116f6e35105 -DIST firefox-66.0-ru.xpi 539145 BLAKE2B 89582805c5b656d07399439f3cebe055551c2b024bb7235309bf5af28df05c6cdce2e568f7770de7571d6dd871859347b254f4648f2def7332bacacc661afe29 SHA512 d5eddc72784a2a2d8f0dccd8fbe2fd7933882f1b3a7edcee80c32a64595f6f2c2e75ebc9b40b87850d37e175c36696864b4e401036a6b7c70d3c4961beb4f993 -DIST firefox-66.0-si.xpi 501594 BLAKE2B 331b5a02b0126750da93aa8c959d3ee936fdc35e987176f6c3f0ca878bb0872120ea6872d13d941425750212911f7b850af2e1a4d1c12ba1a6641fd7893f75c5 SHA512 9ba144aa4bf2e8b4e424ad9308f6ec419ebcc03c71df32e971fe8f2aef2de9545e067a506d3fb931f9324aef13ae4aa213a0272a3a67b82bd0374edb009a4792 -DIST firefox-66.0-sk.xpi 487858 BLAKE2B ae0860468f1653ea630f96bc11a3824c0b4a4713d6ec56386693f4d7edaa89fe5d1ffe8b19b745c53395eed89851b1498254b795e49304732f13b2861d23c3f4 SHA512 a4fdb65e5cd3b3102f1eb9d5b82491e1c41d4b2c646fe8b9decfb710b4b5f462c9f96469d071780f04ad779d0530f4c6149dff940a73c7a73506317af3e489f6 -DIST firefox-66.0-sl.xpi 463400 BLAKE2B 5a632aea456631e7302fa4393c4b0e82f56d2e1721686a0e54731e261c8fb382fbaaa824024cf3bd4adb79577a7e666d0a44ec2404941bb4ada0da85157c028d SHA512 4bc5097095f14f5b5b9c5f080e55fb7b66b94b38f9d0cbed48b519dc17b75673f0e96d8bb6a75d8ad0f6495bc0c098d3ff4f09c7b2fdb831186a8d45f9439ab3 -DIST firefox-66.0-son.xpi 440190 BLAKE2B a3c50ca9911e21dabd7e4076f0929485a79286db8218cd5ed8fb38190cded07c47b3f81ae79d52a2aa08bed2da302134be312d0b65a193b8137f3d0ac5081808 SHA512 2ee7ebf78fa7cb59542bc97fcafe4dedda63f023ba6c9689c2b9ff63f490ca1ec93c144f0960df6495e6772d31a5e9182b28b6762bf3f0aaec687f0c0832b2ca -DIST firefox-66.0-sq.xpi 479541 BLAKE2B f2a986a1251bbe9fd987b51b767d7e3e32e4958fc021fb930c2bfa58ca833bbb1482daa605dd22eeb7ddd89da5a642a8d756825d7790be4ba2a7ab30d96a45f3 SHA512 fce0254761f7d84837e72cec41bc043f6e4a2238e92a632fdf987d7d8288840f85c86a1c55ab81e3a0d9d38151e42181cacbb78fba44d434da0b2793fe7689dd -DIST firefox-66.0-sr.xpi 501214 BLAKE2B 026ccb4b9855f5dc59cc730441ddd7cad595029650328512d9088eecc8753a7c62f4828a622963a9aa0911ea91aece5dda27c41e4190677d1600dd4a3398d1f3 SHA512 f09c77b1a6a00f725015719c701941d284bcd218ca0309f211af1e68204db82b253151a3aa751a8ff0b632d16b012f823ac8646bf41d1f5a563081af164ef4cf -DIST firefox-66.0-sv-SE.xpi 466697 BLAKE2B bc2ed70885d51db6e0dbbd42c49d6466ecd53eb2f566c02d4391fd65a379094ce5019eed55a54691be25741d5466ccb144c97cd4420eab9b93141197f0d884e9 SHA512 1260216cc1988cbf424e15e3dd8f01645ddb7baac7d5d3bc77c67c4fa97bde5da16ebcf7a1bc98a1aec3e9542198bdcb4702ae5c0146a90048f1ea6aa17d6b14 -DIST firefox-66.0-ta.xpi 521944 BLAKE2B c7e5764e3f87b8f3a579ddebd32c93ce9a119d8e59da25d0bfdec520c6d4529aeb297cb9959d09488d0efddc0f503cb1e10fef4f2c24a947d8b5f4f0fa0bd9ff SHA512 06680d56d45e000224a6a0508aa5b2400fa14059d0579d15405ad0c42d6e4d76c8ede62186c110864e5b240aa6c8e0328545653d1ae60f5c754ae8aa3f980f9b -DIST firefox-66.0-te.xpi 528361 BLAKE2B 36e309cfdb4fc097eff795bf08b6296f3c2a104a253cf5e68bd7752e126f60c179f0505cf3a7ba5ed186aa73698c7c6bcbd1562e58bec17c444e60555cfc07d5 SHA512 1519fe6999577bc2a07c390e8379f60c8c90eaa3df898193d81aac5c2dcf3f22ab174dcd45ab1259b07c69a84efcd694df155d778331f3cb2c82f59904dbd5db -DIST firefox-66.0-th.xpi 506717 BLAKE2B 1aa0eac779ee42a0d6dab1b9dec8046ac378b3e37c2676e3f2a55b68e06e998f226d96f25af52225241e3863ff19fdadd09b35e52ebce3d15a44515cfab10091 SHA512 296299a895d02d9b6b99690f1660b6a057556a423e3c4a4d48f71da4c32c017ce7d7be0256f4cccb96648d7201abbfd096c6e28640ce58e2607b13a1fe9d9fb9 -DIST firefox-66.0-tr.xpi 477388 BLAKE2B c1eeff8f65c344d114377437ac4f001f10c19377e0edbf8b7be58dda5d69c6ed1bad514d12116ea83af701e0787ebe37811c11349d13e885e01d3336e204019b SHA512 c10b99e6f4cd3e0913a8a4bb53e11f60e5b1e043b9fc2b7ba28c745340b3de62ab4cef6b42191ef540752e014d5fa11244abe2ceface3dd24baec406eee9dd99 -DIST firefox-66.0-uk.xpi 517937 BLAKE2B 5f8f70f2056feaa08608f71b13ee19683dec0174b13d86590eb8bcc1f23146d20a158d0ae0a2df6af009945fe37db9157bad62d5f0ed65f1292c0f994f23b80e SHA512 fe564b7acd6cdcea8fb3612cb1ba040bd19d905f5d9dc81c237fa2360fc23e6af0446655d4860ebec5ad40fa7078160ce630bcd78f53f35f0c29854aed6d24f1 -DIST firefox-66.0-uz.xpi 459805 BLAKE2B c7fd3440b9bed5f0b86ac95695158ace7757aed694436a0ed33f43b32a924a3b254683bb7ae4d1517f72f02b2d8f14623464fe7ebc9266f5d167993ed98f04d2 SHA512 06551c2e424aa703c076b48cbec9ad0e905c98da01460af637faa5f7633099e1efbb58b64f531bdf7d6eb36cf2681d621144d07f7f86fbd4fa063366a7606f1a -DIST firefox-66.0-vi.xpi 482936 BLAKE2B d82e78f9a3c35dfc79a78ad7b5e2a1ddbbc058ad70d7f123bccbf2a33b8e29f1a5d7eadd652570fd38efa139b8cb4bd57f1872ca9538c8b7c970ae7c482f1782 SHA512 18dbff5c2b506f9af4e205860759bc724086e72d1a2973d1b536177980362a645f1ef4595e7115f769fc873e7b8287ad9a8970bc4ee7764f574403aee8c148b1 -DIST firefox-66.0-xh.xpi 452135 BLAKE2B 09dd72714bd117c129ade1d5b98d81ebe1ef704da819b193088b2e0f37c42903f90e8c8a2b6ee864aa54c2e734049f5e05cd50230da0b0f5b1fdd3a174828b83 SHA512 b1d526e81a7b804ac0094f8e952c14d19556733aae5cbfca36966ed7a8c2d66445583ee7c220a7a82411b5e9ce496fee19525a3fb9ee0d8f673e470d48670064 -DIST firefox-66.0-zh-CN.xpi 490019 BLAKE2B 9756229aa131c57d99a33ae5e483b0d32d2634d1f92854bcd728e614ee347ded2eaa707e074b4a965fbfa4d8641af98289bb42315a7b431cadce10d5806e4f78 SHA512 d07379d65d80575e4a60adeef98303064d50409edb1a73d139d17d4aaf511cc1c4d71b5f7b3a5c94adc199ed7ce74f42336cbeebebc2c4fc26c84ff1ac84c9a5 -DIST firefox-66.0-zh-TW.xpi 487831 BLAKE2B 591ecbafe83c706df8388b070dc25c47e4507e0f91aea60419637e28477f11195389e64a02119618b38dbac7a70144ad2b4b30a1b463fb6f3311e5eb7c4cce90 SHA512 e50251ef64cb4acb284b37e9d6ada03de0d7b682e673d21f2f817623e405be693f60861b71bca7c70988ec3778f69c9bd99aec3e0ad99faa0038a31834cb7150 +DIST firefox-60.6.1esr-ach.xpi 512788 BLAKE2B 155c72980b4a0573f2d4e2d80f1bfce095bc2aedb6ab265b2fd4aa35046c0a91ee64a8f00dcea957a7889133e8969efdb49c76dcd67f7a8a0e6b4532aeebab0d SHA512 59980e52d51095a6dfff48044fc2a1fd8c237f251dc1dc681eb0f799700e1b4d08c10862a34a77a41a6d5b90cd96ac6271af6ad63c0d6be815c0e687d6218ccf +DIST firefox-60.6.1esr-af.xpi 503031 BLAKE2B 74cd2d6169cc455fdff7a93d8327388f8247375bc362b5f0efbbf3f2fef80a05f73c3d761a09b427057e8de81da3b8b4bd2a551d4f1b627a4639bf3117f252f7 SHA512 5187dbbd3e025ab7523377f262e02a7ff9a83091b657ea7f22da85de78a71a1f839af05a6ec38aaa2b1c38254b9cd3b95e1ba69dd1ffd6d71919c63e8b3dd469 +DIST firefox-60.6.1esr-an.xpi 536226 BLAKE2B f110e39d28d98c916b2b74b05c634f87a8ccb52b41c87931eb2449301d723af9b2703be411e2ae9506138bd0f9193da315d511c207d9030efb7bf926a627c1c2 SHA512 524e75c7e186aeffb29360fb6044d334d37e0e0495259bc6b12b43c44566a26159cc04b715174ad836086e4950e0f012ea118aeed33d8cca99a25b2a8872c7a3 +DIST firefox-60.6.1esr-ar.xpi 563542 BLAKE2B 448a7a88254bc27922d30f9a6c4657c8d2f6581baa3bf976a73cfab1fcecf919de7b77544ec83a128c622d11815c26cbcd2f56196245aff1bc316308b14cfad0 SHA512 33ee7cee0b06ec8930dae61e5b3e48c4c1e51fafbb127f756e88809f8ea83d97f6fcc154d78d26cb944230d0a80c6b3f6a695300d81aa2cd8f0c8fc226606e9c +DIST firefox-60.6.1esr-as.xpi 546437 BLAKE2B 7be219893258f1ecb3ccc27b85a79d968b6ea35986fb74a5b23a9e711de1aa23057d2a49dc9d163c619607b188b37f1094f31920bde603a3c6dc615ee1194bde SHA512 84081960df0e6fca213bb86af690d7935834ccbef6cd3ed2b8aed220755651a7b081c37e3570cece78658e199a31215c988849f46224030bf21c54f5c083bb3a +DIST firefox-60.6.1esr-ast.xpi 524607 BLAKE2B e6b78e54119a02a8b58927ca8cfd4030d9b099326750622675c27224c469a3e0b1f4c5614f1eb1e066e09373d073a1721ea3680d1ac0e1a1fadb98d8fb7c0255 SHA512 9c5d8697abdb12bf7562880d02d52bb7329f9ff715718835b600ef8138f1201612fcd2726fc24b11dd27561d74134527d1d4bff0fc8c7ee7ac4e238a6e185d35 +DIST firefox-60.6.1esr-az.xpi 540469 BLAKE2B 608a0c8883df8d6aa553497a3189cab73abac231df19bca142628160c63cf750c6d92b0934ecc75833f00fa41914d198e5d27ffeb589503af721b3727938ab33 SHA512 72cd3b8071d9e5a2984d688283e431eff677b5f41dc0a77cdbaabc8a259e3e5a1ebbe734cb4a0c1e6038c8fce8adcd6d9f244122acc049dbe84f5ecccbb2e2f2 +DIST firefox-60.6.1esr-bg.xpi 589576 BLAKE2B 458375e0c2ad6fd280fc1e548cbcf22f6b5bfb47fd93598cb630742c6ff4d9ed1dc0963344329b9817503a7af57ca5eff582624db4635850b7125455e10bcd65 SHA512 ac2c273edd8d1367e5b17b89bd8edf993831bce9623db1ff3e3047bdf784a4c0aa27262786f7af03c9f292d36cc2c4bbca9b33c2421f6ef4a4bef945c843f887 +DIST firefox-60.6.1esr-bn-BD.xpi 606817 BLAKE2B 04699643a433dd6a266feb07f9ff4f6f7335e46af808a36512fd85389ad7a17ac4016022c51c0fba6f9bf0b855dab0e4c6d1be0e9f6045f2eed81b39453a396b SHA512 351d674efd9acf3c68f8c2f96c7325338f402a49c3239b709056592bb43840c8c9f0fcf302cbc9c9881d21e55e2552d0cec72996ec278404e13162047f9b815e +DIST firefox-60.6.1esr-bn-IN.xpi 587255 BLAKE2B b2f7b13ceae7f7b119c3f358008ab2b4d17e1473fd1eb445a99a201a2a4759c6c52d444571d9279455bfaa3466b30ad5ce5087a7fe7645b0d11b25acab3df901 SHA512 90d0056ac6ad76d7389b777c69d89fc6d413b4b5a543e57b1ef8dc1a5e1e327a919fa23d9052a277410b1da788150d892897a7951ab02cf39b11d293386a83b3 +DIST firefox-60.6.1esr-br.xpi 527757 BLAKE2B 440a43a28ea01159d924e72ef99254cc442b624e603927bac9d7d75541a8bf1317bc61dc56873f44bb00d8ed81b77b74a33fabc32a7ba24dfef024155c959cb6 SHA512 9930acc0cfc501aa4059bee95c56990427b018c72b1bf5de86971fc027007c53baafb5efe7363279b7db6a1bceb0b4692e5d259c133b67f6956ad2cb4dc91d61 +DIST firefox-60.6.1esr-bs.xpi 530426 BLAKE2B a8127345707989cf78c01dd32afcc18817f81675089d0ddedeb8a6da49e45b0520a1986fe0fc742c70b6e0f5aeedbbf74935819972e86789f1507ee08c4ac37c SHA512 6cea1f3eba3f9b75f46c4d215c72c55742bc17020503c8c4a721ab9e7ae1b4b36112f3b099ebd5cd7a57308e6761521ad5d09e7a5c80cf92b23ea3255fd66fd9 +DIST firefox-60.6.1esr-ca.xpi 540990 BLAKE2B 97fc19cb1634787f54792e085e7768f41082d6427e80be42df8f9d9d16ca74c7f50694a4bcc65029c8d2143c6eaf44de93f967028ddea2bd811fada91b9e5835 SHA512 02497c871fd333a4a4e2e4f454e7a2312f218999a5ad8c14bacfa9541ca1d3b25dc0c21d01b706808374cc2989e3f02053bd95a86f113a2c1d8e0a63be32de1d +DIST firefox-60.6.1esr-cs.xpi 547514 BLAKE2B 116daaf11b03c97413cf35147a4982e30ebb07e9a3d56c7fcd87014c857aebba00979e567819d4decd51545df42f7a3c6fdb3049f3db450f17ab3786a3f304e8 SHA512 e3d657edd0bc79b753eee96d07957bf1fe21ad94a22bb477cc485026b2f4fa3e5b92da1ded42cb07aa1af7533ffe79eef02b08f3ad3c15a8e74eb2d8ad320507 +DIST firefox-60.6.1esr-cy.xpi 532366 BLAKE2B d705f0eb9ceac90c0f4f80bd1fefde31ef8d13a3d38b3612f8a8037bd3f8ed970fa2817e2c14d125336edbb304f197816f658028c09d58a1de1c46a94a7dafee SHA512 5cd44136c1137f6c01065cf409b415435d65e7e80822d1e8f44d98cb8d498836bee64bdbd4ae66fe7bf474e18db23997ec42ac644099bf7065cb6d2d9c0be5b3 +DIST firefox-60.6.1esr-da.xpi 526479 BLAKE2B 09c754d309d62a46761c30392304585932bbf335870379e8a2fa60dd291decfe0f7cfcacc8ee543ecdfe989730d716639e37fe2845a77bb2ea7b77eedab99e99 SHA512 9e98b7daa7d9e661b3cb5710f0d85714bf66fa7bd23cd8d8bc35bcf1cf96b995889c44ab291e2f4dd25a96f0e60fe75ffa64cc8ae1dd6231de9daa90629ae922 +DIST firefox-60.6.1esr-de.xpi 542253 BLAKE2B 02b2b4dc7292b5b19c1d63bf15d4546c83dc32560fc31d60cc7809dbd250b95cb891381ccc1c15c366d06a5fb745dc54bb22a88be5fbd06889155767ad61abba SHA512 5225415f90d32a535eedd2d3d1a730d9c0552f82b1b3ea57c8f50ea8b48dc36cb34eca9da4d404c0cc13434b1717bed200188488754e2fb2e176021aef9b8c98 +DIST firefox-60.6.1esr-el.xpi 609423 BLAKE2B 4790d546c71cc62cb459b40d93617f6dbfd0d6e8e00358767095ab887bd76ad98caaa10432bc6513cf4101924d4ec486a08e82941db414389259df26b1054d4d SHA512 9581691d4d9a908894eba849f7773c2d4d1bc6616f55e56ff848a90205a10c2b33c5e72f455d71ed85d55b8b6fbadea5e9f6b564807264b8eb056a3b3d483335 +DIST firefox-60.6.1esr-en-GB.xpi 508089 BLAKE2B c4e6436d8e718f677a7b0f15dbf85d61da10317cd16445f5211c4eab64729cb6ac41d7c5fd3aa48d6668fe0de0b7e9c1b8b018c20cb7d0f4b01cd8b7656d7854 SHA512 79e9ae89868271b5de7fde1c1ea0932fa1d2c027e62c9c92a7ac9213b900ca29d3232db8ae66cbf9fa3bfc5923b014b132b24800aabc0fc33a55461e2cb1b3a5 +DIST firefox-60.6.1esr-en-ZA.xpi 491066 BLAKE2B 3699ffec61649dab2f145b669e08e5b4b67af31436a5983364112f491b09925c21b01c8988298de6dca9e06472a2b3fb469129c3c9bf53f03343ad392629401a SHA512 6f38cb6b0a9a866272cd5f5a063ac4d5c2c8f7246fd4bac33d71ea828bc4ecfadd430abc3ca39c598fd3769a0d9335486d16fc5e2b658e15b7d4b2e6816c45da +DIST firefox-60.6.1esr-eo.xpi 526982 BLAKE2B f1f808c0aa431242ebc655dba8a03c032a05bb89062010e5e0c003f84d95568ec6d5829caecd22f5a6514d316dd2d609b65b8855bdcf6fdb3c6ce0e3f4a34a54 SHA512 67d06a9bb60890ff5cb99274be77bebddeee2554bfa37b3aa3fbd8be9c22e77285e07d4a37b095891a1194e69cc8b52dc736821b8af856f7fdb273a51bfadc0e +DIST firefox-60.6.1esr-es-AR.xpi 541043 BLAKE2B b38b6f5fbe1aa7a6d8b72287ea561755f18b672ca9a3c9b805713b350965bd59cab9ed6150e737d7ba493302560f1bbafaec8975133fe46e0622b966ae84cbe9 SHA512 7189c7122ba3721ad1980f5cebef9c0585c107628ac384b41f61faacefbaedf782edb8a387bc40814842051239ab9990d39200b71c3a03a29198cece0e084e06 +DIST firefox-60.6.1esr-es-CL.xpi 543730 BLAKE2B e1ebf2449ffdec2d48e48b63a5e88434f182266d419fc580b4cf9520737ef87d7076ebe1b95eb62b8d1abd1283516b20050230884f750a8554e4a0d81d7b8565 SHA512 cee9756d7925352a4e47a88d0ad5d5550ea362ec1e79c964692894f52e542a3122857d3e13e5e3025ea0f39329a75af0389d6d9820b68d984a3045ec33727060 +DIST firefox-60.6.1esr-es-ES.xpi 476369 BLAKE2B cd3734640c19707e2a825efbfb472339bb79ebc93cc6c0b549bb9da0b673d9b579ea7b024a181124d3736819e49c20d799a4b336ded2482a6bf2eac3ecc071ed SHA512 85930a7a73c0fae9cf527a661ea0d3883a9bda1aa7b89e0d1325e04e58e7644a3597e2d4e52a6947df17178f12094cb9272727cdecb20506aebadc4bf80cccd5 +DIST firefox-60.6.1esr-es-MX.xpi 545044 BLAKE2B 55a1d88dc31186bbf4900837991aa1ed053a1c6a551135eb4eb8b40fd66f10ce8664ca334fcfa9d17741247fe98b7a75052f65f05e48037f2cce8ee32b986c64 SHA512 142aab032ede44234b7e447d53cf1c8304db22303638272912412c9ec01b5c52dcce6d20f6a70b1dd751b2e5d7e015c626c14829a9d224d8b4010a6865e19ba7 +DIST firefox-60.6.1esr-et.xpi 520689 BLAKE2B 1b743a6c3e658db5abe850d8697905c8010ffccaab572378259af7e0af1a0708f676bbfe5e5401b53ef382e19eec805d2904a1a6414180db8111814033257f59 SHA512 42a4d6e3852b1263342966b6b8b7126758b68c40d94609431092c0c06872b53c4c45f96d1e85f47cab71d07692b3fcbf8d16d002e49e3dd6acb95b9dff19cb19 +DIST firefox-60.6.1esr-eu.xpi 527432 BLAKE2B d3d66b2a139c9b148172e7bdaddc207e3491c4ec7deed6997558d6bf323416f6c3d809d5dc5c571ce07cf59e5d8b00d6e4e5846b824f1cb7541c57a0c93ba422 SHA512 c2d7840505922e8bc5c6efe2ee1d231b21dd7f951956f86af8c773c9187fc879e4286841672a903bf16d02236cb827f9f59578f598cc4ec39ac325731874bf1f +DIST firefox-60.6.1esr-fa.xpi 581993 BLAKE2B 8c50faaa1f3797819efb16158c893d1e87ab0aa0da7ed99f8fa82f0647d57881d00e8503954ffebe697214a433febc89f83755bea856c633880498c8f7b18600 SHA512 c31e94c95b8a5b4b03a914c33903fde817f194156dec87cdcd59ed59438cc69eca957be93e3afa581a117f720f41c12525da5931d0ce11aead672421efc8ce70 +DIST firefox-60.6.1esr-fi.xpi 521913 BLAKE2B a7a861650e375eebf594707e71a0a7b89db557aea415ddf4adf1b4364732905d14192a335c27d4ab4b3136da81912ca3a63795070b47cfe97b2b6e0ce370e055 SHA512 b11944da43e696ff11762a49224a40b60071c60f9c9c8c3cf80551b1d5186fdc323de345572610feab425099971813ac4b83ef0a16dcc7c9812bb8f0b2d91b1d +DIST firefox-60.6.1esr-fr.xpi 551796 BLAKE2B 7e8775feba42625917d9382166f8079f41e83b7618a10c9e485a89ecc9fb70c2f819a67a167900c2fcd93f99553417fe1c10822602c2753b55c479b7cf6fe6e9 SHA512 41e0cdc0391c565e6a73211f46a427556ab69672b8d954c9610a08ce8d33d10d33f1999907a6df8a017dc610a173586b234397a2ac9e75e896be66368a24b287 +DIST firefox-60.6.1esr-fy-NL.xpi 540915 BLAKE2B b4554df17db9178c0f28d32e37c28a60243c75fe6a2e6b4374f4408f2a32e29db55297735187e2c26e680123ce1209de47abe1e37503266a729d59621a2e17a4 SHA512 71bf9bade61badd4a907895b8cb98e1c0a581230c8e872880dcfd2a56aa8d72c270af3298f19161247b3c22c956339312564987d32d54e57abf7e90e7ed210dc +DIST firefox-60.6.1esr-ga-IE.xpi 543377 BLAKE2B 74e8115a4f31c47e302d5434ab3c273ae4ef5627f2e8f6904504b69cdb824b88292abcb6302494350ccfc4272b0b0ae0d074a31bb217acc10e10af9dbfdbb18c SHA512 69c26b3e346529a36289a6b215f44d0f8ecce7fa38020092bddb61c5fd4407ab19bb052d817ba1b33cf365ed3a9574e0f1a87bdc8985b2d8b610fbfcf101312a +DIST firefox-60.6.1esr-gd.xpi 536588 BLAKE2B aaf7ba835faa933483fa85edb74e8f909907e84fa8a27facebfaa811d661d29a073006fcaf39d00993ce2b402db2b2dcbe903e3906e6e003fbcedc8052b77032 SHA512 259a786faccff9749e8acef61d5fe9bd569c954e23176d0be224dcb627313db35ded5cb92e7a791c440af701b9ef1364cf9f35d3598def57b2ef1e0cd410de04 +DIST firefox-60.6.1esr-gl.xpi 513086 BLAKE2B 68a2848c828b2d655eb229e97f475dbc705b78a09e2edeedb2ed184a3294f42f91baefd6d1a64562a140b74b8cc0b8f34686046f0614b0d07f29163110cb1b17 SHA512 cc8ae70c8adaab02801664bf2c601fac6a23204542c3333e38fb6e70dc8cec2015840edfd1d0a70226a5834379a84fd299cf2dfc92854c3c2ca6d283f3ce47c5 +DIST firefox-60.6.1esr-gu-IN.xpi 606672 BLAKE2B c345d34ca6cf60a9142be6aff771e44b6e93722f0e3f466d1c8d1baff85fe3455be51eb38334c31aac38b97592dcab97f1b3b09e855eced7864ad32cf8046ad0 SHA512 9b09a3d944fe9a6d130c3f41c4f9eb18d5829aa9e5d64645f85b8e443159c219e484dfdd317b87983e6d455a6e755c280aafd66fb4fd30d2b0edc82f3dd93fe5 +DIST firefox-60.6.1esr-he.xpi 551703 BLAKE2B 367d5eafe2080b7945e2565ac0c902d8480744b62c96ed72da1e1c2ea76fded6d70bc272ce2c96b73c72f044ebef14fd8f1e557e8d2f274d599b0c8da0a272a0 SHA512 2b333273a72724ce9f19c82d7b77930736061400c2aabcca1ca8851f51a71189d3f05369fb4688c59217ec682ccb885342880ceff002b4c4927afaeb52129c87 +DIST firefox-60.6.1esr-hi-IN.xpi 607256 BLAKE2B d8b0aceebce03d37c34e04fdb3e30f5b99de4c11cd80ff04742d69c3eb4a92674980f58e360d0ff56f72467a1ad836bf94b0a7d4d30ca33f6ce0b9faafa275a0 SHA512 1d0392531fdd19c5b02f4407638e4c7596bf81289465db0f6a9f117c3e044c62538ab65ced2fcc2ec2c38c83f3b96e35370c9c3da20be295a7f266575814ece5 +DIST firefox-60.6.1esr-hr.xpi 531679 BLAKE2B 98fb68376a62a51bb0b83517cceb91f6bfb64328b6715b09c37e5cd49224d7225c5708ce602b343e5404257e76ebce44986840c55b4cb29f8077ecd9741659f0 SHA512 e952b4c7ed8044c79323e33f3874df8568669fd250996eeba182df4d682e29ae338fb52acb2171bbd6836fd915fd3b59ae1f32e549306be46e06ba575e140402 +DIST firefox-60.6.1esr-hsb.xpi 553014 BLAKE2B e3726efd8b755c1ecc11647db683099c44463102cba544eb206c031c79912a92d2c9ca027d3de72bec35286700de508e5907e1a469c2fd945e3665dab22fe735 SHA512 4057926b10b54ea4b72b1ff09bcf3ecc14b30c4b416d7724540214263050f3d2250fd75dc740fd5c149a1f036d94f6a27b3d076d28373b52f7699305981355d9 +DIST firefox-60.6.1esr-hu.xpi 554135 BLAKE2B 5ea31669cc91d27983b7421316e4eea26bb7b54bb60ec0c8d34d01650b11ad0f78928afb0945d782450ff0e79a901724dbf776e68dd685111f3f61a32ee1a52a SHA512 9e82fc5b8cd81f64ef219f5e33fd334c6f311552c01c2c2cf6955e64a4491f683c42ec6e2afbc81bdb63293daf2915e8ed9c5e213978b95f16933180948704a4 +DIST firefox-60.6.1esr-hy-AM.xpi 585821 BLAKE2B 160a189beb3fa92a264e2926d05dc0ccde4da1672c134c5d10d1b41073b7fe3edd2511a96d86b8aab81ac39ba7ee624632919d117e870fefaee65ce928043961 SHA512 1b44f49d124558ef94b67ca3917f810b73ec4f56dafd949a7de94941741e7c15bd27e00a97e9714a75520124910a47647e6a4a341afef828966d48612dac9c84 +DIST firefox-60.6.1esr-id.xpi 517939 BLAKE2B 3cda186f2b0e6f401820b93420aa28cd66e1d654ec71e047eebca1ba85531b42f11badd5b5dfb9b368760f293e6874e1db896e2415a420548f9a709356ae8e05 SHA512 13b1abbf4599f7fb876ee83e6108c1565fe13dfc6ad1ba49655993c1f1e5bf02168f13c2f470a271c92186324567b7211478b9910d118b10975e1a41c1162ab8 +DIST firefox-60.6.1esr-is.xpi 529000 BLAKE2B 1ff1908cf5a497e064ce538325486686734a60dd879bb34214fdf88dc21e2dd372f1fcddb91a46f255a28755c661aa8d62eee748d9061fa0382047e8ea5965a8 SHA512 5886bc216b46710c5f8d1fa83ce62adaeb10e9ce924033eef0c0d72007653a598d20379f596a165605b9ce1865cc6397cc4485b693ec42e57cf04148f9a50437 +DIST firefox-60.6.1esr-it.xpi 414823 BLAKE2B 47c4bd1cc04b19eaf0f8897ec35f31ac3aed51b1a07a85385dd16ad4feef3c89786867539dea769bdfb8692191e3f676e974e73b222b99968756878dcd0b028b SHA512 fbf77f6c55a502e422c97befad6ff7ec06d54b02b7c448e46c8ccb57642027a1cac61d096559494a56f31075252a6afd63cc119597b7596eb4e0c715fbcd5ac7 +DIST firefox-60.6.1esr-ja.xpi 587748 BLAKE2B 3236bf74425f4b400ec91cfb2a9f9d1b77ae8bdc243729870ae9137aadc4c728747a57e50d8f83dd381dd692c7d107c0bbca2b5f2b4247fc09ec9a405bd9fc11 SHA512 eaf797269881bc6329495096918e7c660060f71c4eeba7a99cd42a94752249c71f23b89d4c3d3797eabdc688d7ad4d38a8e081226ff52de11dff51c8c1c3d142 +DIST firefox-60.6.1esr-kk.xpi 598694 BLAKE2B e4d0a9ea6fdbfd9eb4295f9a123282e7232ade6bb45e89302fd0276743adf5fa07209545fa2ae1666753563e79dc3fb34b1f79339a12752ee247641ede9a926f SHA512 8fd54f32872513c57a491074379231a97ce29475e49e701c2c81b26faa4cdf9bfa941f4f4f9f6e0f3dcaf56fcec0a0281580ff9ac8c61a7e97d87eb0e3a96cc4 +DIST firefox-60.6.1esr-km.xpi 598812 BLAKE2B 5809f50ad35c7344e8b4bf9e8297e75f732334ba3aa6ada4f805d4058191a399e549ac71d4107c5a310c3e74a2645e4396ae00d1b4c8da24db6eff6d242da3b1 SHA512 27540394ab8e597a0256c3b7a8370b8191574ba0dfa1fa8c17e2e8df08b79157b36dd85672e7f49c703417ce1c02287462efe22870c5ab7e2a7bab386a2dd193 +DIST firefox-60.6.1esr-kn.xpi 601585 BLAKE2B fdd5b97c7348423c913aeac0392b90dd3cd80e16c32a00df864e64c924ba15b48a2658a6fd049c0d321a9c7e13ba6819d3d91cb0c3452e73428877626c29216d SHA512 08380b89c8f099ebcffb05a0af1ce216c977cd00e0098febb16b11dc68c83a990074754adeeac34cfea31a13a3f7b259b2a9f1b01f192bbdbb9f9e63b70c41ae +DIST firefox-60.6.1esr-ko.xpi 563551 BLAKE2B 24f44952915c8b690829e13241673ae4784a7c9040ca43fb125869f46d59a8d97435c69afda68d9009a99ef5117797db27264768d40a311a940032ed6f1c8ff5 SHA512 a2825e370bd99211f203b705825fd90391b3f689b1274507eacfbde21fa8cbaf16790f142876fea4f29feac839521c4b2c6a695ab2f5f88a298cba90ba805fcd +DIST firefox-60.6.1esr-lt.xpi 552184 BLAKE2B e00502daf85f20955425b616474cf3f1d234b376bdf6a13325db527a5a0bc734995f8be4c864fe1eec83f8180be9b5b62132bb9226d9bc55fec271d6cb9599d4 SHA512 b88510f49a24f9032f66c4cf1e9e9895f5294eac007201d8a725d5a2c3f331f41cad58ef1053fe091cbc3256d2ae1324531833dd0ee4609fc21c611d83b7b745 +DIST firefox-60.6.1esr-lv.xpi 542137 BLAKE2B 265e6df2c81a7509bfe228dd553c656e825c8bd2f8116eac6b6d0bf9b6a481a915f5cc2eec05a5f639b2f706583f668ed41c656a4bccb323640270475411b9f2 SHA512 5f7f9a89bdc4a765a7c2744ec75448718a73ba816e617d95d8e1058e5370851e501662394cf24305883cfa6b5fb0da1f27a296d6f25402e4f341c323e01e328c +DIST firefox-60.6.1esr-mai.xpi 565193 BLAKE2B 0990f4fa2bee2713a60b62086d5de7413835d97ec2d93871bb38169dd0f81ce33060a08436429ec2b6f3349d366f76f4eb799e104c0cbd823443ed5487346cd5 SHA512 bbbb420f8ce84e305af940dfd1f49ff3c134a86dbbdc0b44e8d176806a0658103b3c31567f8f5e958d2319c3383d4c5cdecb94a03e70701890e7e88030849a89 +DIST firefox-60.6.1esr-mk.xpi 529517 BLAKE2B 3f20abbd2e34ebf9d4b0c0ef2ce4ca03d7da8d5a87981ef3a2a436cfaee7fc0857bd5fa8aa74f1f74e2f28b093ba34fbd32cbbd4154f5a4dc6233bf42a9e7d2e SHA512 4db41618f202b34841e50866fac83549fc24712365ac285c03994b355d08b8454c73091a427a7b0752c7d71e83f8a4f075cce6341ce9f828450df13642509ee0 +DIST firefox-60.6.1esr-ml.xpi 614690 BLAKE2B 581c1a730d571450e61f23904475929a45ac248e83cd1b69f45099155ceda0e6ca9f470919f616d98c0c2da0ff0338276f7fae4b6a4cba0b82bd223df6ee4100 SHA512 3e94d9fdb5c9337cabae7971e52f452ae0df0070f4ffca55560b6a332cdad2b3cb96ba59fefce61c239f1585607fd49cf4d31988b41e9910913dfb0961165b69 +DIST firefox-60.6.1esr-mr.xpi 594836 BLAKE2B 3ef2215f8e7814223d84ce8e0a17ed6d332f0f90eb92843423c547775503f13bbb6a840cc4552cbb7428ecad91e2e566100e425f32744f0a8a1ca7c9e827c0ee SHA512 ee634d38b5fd0b3630c2df306541b21984ff5e9507768976ec095b4cab8f0a89a223d99c098eec635c704dcd8f87e4f915213a387c017f79779ce6ac76ef806e +DIST firefox-60.6.1esr-ms.xpi 525277 BLAKE2B 63a33e5eab60676678ee4f675eccaf8c9ed2d540730acf7d5bf8006065e7b302ae7d43a5cfb1718d841a23b40f127e21c8b2f6bdee2d0052ec8ab7e246903533 SHA512 ca5360a300d0f0c7f475bb15dd0b026673352ac2588b9cfd261937a27cbf951b2562b9f0bb7dfbab61eb328064c21e22bfae5088fa7cf72d3bce8a97e540aebb +DIST firefox-60.6.1esr-nb-NO.xpi 526286 BLAKE2B 4d1bc0a657950480f284deebff3bdd1b0b82963c5d203aec6537c0d3d9dedffb0815654598747642c8a9d2440f86a6e8f207f14bad16f305cae9862cf3a2dc29 SHA512 3990e9947ee615b77a1516d5bc7878e8a16afd73345372e321983b213c021d8ccb79a05b934fd99fe138d878760bfbfb4298b26b5956500789d1bcef15cc6d00 +DIST firefox-60.6.1esr-nl.xpi 533196 BLAKE2B 90049de30e71a243d84eb369c0895c1970aabd9e4f1f9d2e71a89a14ac6332f0bf07270ce18f6f2f3fc285fb7c0858d915b32f1bb84a169c6292acd4aa0de622 SHA512 a0c640da27a11d0f651e6b87f31c7d368e0794841bc33586e8b0f330d6acdbcd0c698359597e869853bc34300a3a9f0db9c38fd4d9cdc7f638975868286da332 +DIST firefox-60.6.1esr-nn-NO.xpi 527834 BLAKE2B e4efc8bf3befd4aa372334ef79cadedac39767985f7f2e5e50c3b00605bc069f28829a1fa5b0c9f77fb6dacfe07ab1720dac077354850bb2ff172208aab6e029 SHA512 5ad89c2fc80e80c1d323cfc3c6eba0ab6123a9dffff8243cae76df768a500947ee62f281a1de7a486e038547b185e5e1ab1aff8e0d409927c071057417458db6 +DIST firefox-60.6.1esr-or.xpi 556580 BLAKE2B cd8b95cd28592587af25be96ab5de3eef06149346fd69d743ddcdbfad238326be971ec024e6b005331e495693dc45a26b73b4b9d2f56669d7d04568f33867a16 SHA512 bdd2d01a902609a877a478c61aaf8304cd285a3472cb80abe5a09ebd208184829bff6fb52228534debce4a658fc08a2ecdd77010916f74c7bbb102c2d78493f6 +DIST firefox-60.6.1esr-pa-IN.xpi 574271 BLAKE2B 23f1e6e90fa77d096fe26ed6c16efca4eb22241ab6e3f8558ee9c057ab6c2b762ced100c9d9d01b2d6b7c74183d586408c0e611947679ada2d45ed03010459d5 SHA512 4f09aa0e7aa8907fd4dd36f3697e13d4989c5dadebe7da50cbb0e111e2a52b8ec8d545d67f56e81ce7abf2b443579695858561ebea891814963c1a5afed93c27 +DIST firefox-60.6.1esr-pl.xpi 434748 BLAKE2B e7be4850ab1c64a590265ef6b65ff372baeff55cb044803927c6cbf7537d2bceb96bec4ab87daa61f2946b4d90616df854a9c9be7d1a73f7b4984b276c7b2939 SHA512 535d5de28cd98a34aea1110fd8845c091b5e567632fa1639dbea0732c0cb148b59bae2523511ccbbca4bbed6431ec3abe83f7cd85ea64eed553b951af7c25f75 +DIST firefox-60.6.1esr-pt-BR.xpi 531151 BLAKE2B d60268c5511f4d697e6121a2d06ccd44d7b09be89481d10f482fd620548ac8c3920fc33308878d904500d814e616d472e5a82fee7b5ea9e393e1600a9f7da2cd SHA512 0ef7c295edad701bf9778922250bc4d6fcf0df35d1966681aa281c1d1c42317c75bd633f8cff63875198fc508dd662f04d6be4b7eed3084b1f03957dca286352 +DIST firefox-60.6.1esr-pt-PT.xpi 535763 BLAKE2B 7ceac7711cf39fb8c0f5d7ef7e9195389285496920392492d54e663e4fa6525a30cd17acfd40dbef27bad686239ae7015ace8e3be644e09eb93b54384a0e1e9a SHA512 4ba94384ab2054631b57882d91f5b74b8de66fe9e6cdfb834316df5c72b8cb31450e6a14bf62ea0000849f357bfd9b51ed327e78df11902ba63b74f4667d16f1 +DIST firefox-60.6.1esr-rm.xpi 521760 BLAKE2B 5f495bebfbc7c3d559c4e8c00637344e1d951b080866ca9931fc8d9d16102e80bfabeb8f3f7565ca4c68795913b353ada95eab1590e4f470286e67bc72f1093e SHA512 956a474b162b8ac3d1a4d77c97bcdc199868f445423bb249b32dd71f3e1732e0c74d292808f895c7539b855d3a81d1fb0f0d34c3f505c70e480a1f466bf9e7a0 +DIST firefox-60.6.1esr-ro.xpi 529779 BLAKE2B 5f0744b99aecaea2e723278f2cb776fce9360704348fc5c55e3286ad71591a57013140e596f78dd3446063daa02ca81e27eeca2fb3b8aa892dab9c3201869f6c SHA512 62b8cbe3f24011f247885bee7b3cba08e9ef55e2eee4ca94806138e2fe628e5fab97824599092ee6a4ec7ac54b0ea846970434b6ff74efd87e6ec61cdef8fd0b +DIST firefox-60.6.1esr-ru.xpi 607128 BLAKE2B 6113e1157e744cdd544028aabf2c08b4c5427ed44a527434e033bb6fb6955e43fd091f5eff9a99dd52a3a426406a67a5edcc6c9f8761b5c1364b076644690f32 SHA512 4157220130ba0ea1f2c2a885cb5ddf9888bc6766911387f373307a66b2552a2f4b945ad99a2ace6db267c2818434769ddb617f8272c2bcb93af2ec94e74de513 +DIST firefox-60.6.1esr-si.xpi 561290 BLAKE2B 92f5b3ce152e6da8843624c3df1dc682119d20b7c7a6b690c1657611e2c9e9f4865c64191b84b408039b8155d92a061301a33ef33adb5460baf63fce0b7bc869 SHA512 2c65615735bc9e2480d1cf2c3e7137b35fbf5ec064979df234ebfdb01e6e145e284132fb93f8a8a7e46db5d98dd4af1d63a7632a40d1c396d6e7985ac7772e3e +DIST firefox-60.6.1esr-sk.xpi 557433 BLAKE2B 02e7ff2a27e2d37890fe4494e8a90cab081cd708f9a625f067e9ed247b179dacf57d4cd525701b611713737625c2dafdebacd015b090cae7cd5a55c596f30d32 SHA512 9ab15044e34c48ec656290c35a834c0d5f28659c4227042948f92836a8445334d23d5c6ff9927103f166d76a06f9a8e01a3d4c38ce049b9785e2e6ed499f36c4 +DIST firefox-60.6.1esr-sl.xpi 535088 BLAKE2B baa634996668d62e431397aa1e586d9ccf3b7f9f1b95c84e0a152de62381e0428e769e27b715ba337a6725e61cf88468ac8b787a126613bc85e65d690a3f96e5 SHA512 cf20cde94c6b13b5d58181beda9fbeeca0336fc2fa7571e3c4bb864e02a0cbf035268374a966e10a6e6d941182646b508ad793204ba70c06e2db21cf65462113 +DIST firefox-60.6.1esr-son.xpi 513647 BLAKE2B d71d287b8dcf4fecb2d4e4113279edf2c7af7ea25e7ad9a589832261b874bc80eeb4c4a4b312569f9af8f2a276b9b728a39eee10ea3dc00fb7e9f6c856b82228 SHA512 4d42ed9cb567490dfb17fb73fce6fb66656931b71ec756bc5e5a20becabada792292c82df340d91bab231fdde98b5bde5aa9e326fdab6d1966c69f0e3605b614 +DIST firefox-60.6.1esr-sq.xpi 536982 BLAKE2B 45692b17abeeb3592296232befe5ce850141caaebe33fc42f5269beabb2136aba48ffdfb99242ffafef17fd8a67556bdc278aa2185a5ee0d0619908ce867ad7d SHA512 6036d16830cfaec30cac590723c9b1bf126eb29a18903e8b1d20487b4f58f2b0127f8794c0112899fdbff6fe420820b0bbb862ea5b1d9c4ac185b426f6237d63 +DIST firefox-60.6.1esr-sr.xpi 564497 BLAKE2B 819179a9793f76821f6a3ec36b986ec01b9b704bb9da4a33e0e3b5f209720cfba311a860fbea3e2846937f3ba0494a64e5a73f37666e4b1f53563478f52b8079 SHA512 1fe8a42962486ce77a3fe6fb9550609c6b3ed97ae79c6e7d729974ac8e7324f0e101bb0eab87cd68469583b43613e08825f74de65f5ea778fc97c3cbb2c54500 +DIST firefox-60.6.1esr-sv-SE.xpi 535061 BLAKE2B e68501e2c3a11b77a3d129d26ffebc88eebb829520f5c85709ed57dc794c999679f3d214e844a63dc1563bac9b79eeacad8651fff6358bfb736b8b08f957ac71 SHA512 e342ffcf417c67c90181540615b1a19aab961fa803493f939605dd8b0480f385ba2bf28be524dc0d904f2689318ddadbc950d79f0d795ea3c19eb395c3d46423 +DIST firefox-60.6.1esr-ta.xpi 593639 BLAKE2B 1981c2eb72f1611edb5ce549ddb3060a379c274b3c28a66d4888ee56ade9d3a0ae4f6541d45010cedc175c70564662e1f8112044c6ee791b61ed951f02ca48fb SHA512 00382aef01723bd52ae43a0c7294439ab8ba022b068712a4d707563388d81fd5d76479a7d79fb52642f538c6a6a137e9eb97791a59a547c7b08aa5fb461acac9 +DIST firefox-60.6.1esr-te.xpi 606690 BLAKE2B 7990362daf24ed84d84e0866fee24e96dec014721ad40becdd090199d7c2eeadff7d8254e74e6364cd9b137c725e4473c78b7fa388f1d38c53ced3f8d57ec5e6 SHA512 024ebe8f35bebc8f2cf1c08ab55383862c512c274e155ccb3d55b14b442b4d65ca13ba0715bc944d2e768c50db1578d38eb8b82ecfcc09fbf61f95ba7b4857c5 +DIST firefox-60.6.1esr-th.xpi 578533 BLAKE2B 655d94b95c0674ace609b0a9ebe0b7a12b12ac04b756eef6997ce785a5dbbe286b0fd1db6d2c42f6652574110bafe130b7b920ab5ac879607b4efa0d7162030d SHA512 79e2e3ae20726ff388898c2b479acf8590188e060262a3d3945606a1a35a28c05bf23df8b2086f98585474a2b4ce9176c6ad17f5060074f6e29e57ddcd806bef +DIST firefox-60.6.1esr-tr.xpi 541582 BLAKE2B bbbdc3903897c6a6da09059f3607eabd34538d1f07c96afe8ea9068d0755e6d1f8110dc3f9f0f2de24601f2ace553903c53703710b48ac08ebdee35d2accfefb SHA512 d4847be63219bf66c4b3d1aa56cd78535612bddf240babc7e542d0d3a83bc84648dede88c8cc10bbe908bd2c8d77add4fe9b948d9331956e89db90a172622717 +DIST firefox-60.6.1esr-uk.xpi 596649 BLAKE2B 69e5aa5c30214b512e37ed849e2cdf4070b2e47ef612b2999ba4983cb5ba53db2ef724a25de9842aa2829b160a3840964d251f5443a214ced2c80f0553e55d2a SHA512 d8fc652dd1af7a60a7f7044b1e99fcc77fe69eb728401ba0d98cf1b901733850968cfb1291a11ad46735ac750af2b217c28ad7ae535cdf4441f1119170e294ea +DIST firefox-60.6.1esr-uz.xpi 529399 BLAKE2B 0ecb8b9891f373c543b60f7751d0bad3a134bc36e0629b3abe47cf3580e3e1bf151b4a0da2cdc1f2108d15d213e2363572a9abdba1a18f1571ede3777b62c9c7 SHA512 de7bf13f6cbdf43e5a607c0e46f233fc65c24e7ca2bd74b0a08b1c4be15eda44ac040f569ecb44116bbdfbe0df156a67fc5e3a187a553c2523ad638406187d07 +DIST firefox-60.6.1esr-vi.xpi 543907 BLAKE2B 9c7360a1e244a626670848e75778c2650c33f9b6bc6c0b0833614fc337f829bfbbae86311d90ca907cbab891cc9e31fac7688455078b28710382529cf1dae9b5 SHA512 4c571dcd3015cb651e6af462214384e01aa4eb02204fa01dfbc6a270919feb91110d60df5e483b6404231f3fd1437d64430179c030bc188bbbfad1317fb933d2 +DIST firefox-60.6.1esr-xh.xpi 527565 BLAKE2B 6b357e8887f61aed2ed513efb9beb034d126c3ef9b73959b6f10c25f221f73f334a8bc87ffa6f983df956a5fd54f66c6185f9f87825be2b00759d4b6e38ad4f8 SHA512 5bb606666ffb6598987953fec0bc555d2a37c4233a8ae98e738eb1dd5fb3432a4ed39f6b2ef0bdb6e7af2570506460b0319830a9ce9a21b8a8f2fa37f1d6c3f0 +DIST firefox-60.6.1esr-zh-CN.xpi 559980 BLAKE2B cee4fab650cd87bd8e1c4bd14500c4036d54fdcd6524fd24d5e67f08a6926ebae10a70f0a961942a2ce752e8017cad965bf9e45ec32e825f35e5605539e30a86 SHA512 d5d63cad9411d615c0aa0814beca1f48cc033327ae989641a9e4930a8f6e7e5e6a4cbcb875b26fa5e82b631aa9a99aa35ad3710308933cbfbb0a15b9686094de +DIST firefox-60.6.1esr-zh-TW.xpi 558304 BLAKE2B 94736adc0f3c74466f560ccfbab45ad6cdf436f2987cba65d25995dda15838109f5189e4d4bc87bd64f8a232d953ad69cdbe56cfc3ca3562b780a465180f0eae SHA512 dc2359c2d7245592034b58558357f986e612c119b54ba2b979ce1df0e7dab2a5a0a1422fad6958349a03832c96e9cf1df32bd55be167025a0c8eab5f14a27146 +DIST firefox-66.0.1-ach.xpi 454628 BLAKE2B de58912f217b10833c02d682a73b9f790735fb42411180e9e9a4b91d3aa3e7ecd0a953ea5a5fcbf5abbb96613f6db5c494849ebc9ccb4515cd3eafcea20315fc SHA512 5c17f87bd60b08e0f8a6dbb35eb9834718de6418299760097b9ce5baeb38b364c64d7a03fc63a8f643917a609e9f64d541998797dafb4e5186f23dd3db00424e +DIST firefox-66.0.1-af.xpi 447406 BLAKE2B 2ba5c783e8a1833e42dda81409af01ccef630f2ac05024f2562af08c6f14d51111325496f5a70f4cc8293b35d3cd977c0e77362ec1ddef7bc125cfeb44140530 SHA512 a504708bdf574b37cbc7e5d2d5ece2a1ad5e685d9c0906a77074a329424e5fe85e675d7eb03251518e46be67f51af4dd7016b6f3422e15492e3add34b214e26b +DIST firefox-66.0.1-an.xpi 472356 BLAKE2B c7917e3c11caa057a258160cd78d63138e46241bc9e0ab791aec30cc4c61de53f74b3e8400cb703db060b6cf4b8c70ce842fca0767982f24fb4da5f76e0711df SHA512 dc4954c6d82161bf3d97cc4e6d76a2a71c5a3e7c49ffa3b18a81cfb03727ff3ee075e76c61d4d2201e28e6c8f0ad50a16f6a5ad1c702a4b04e74084dbf8c3a5c +DIST firefox-66.0.1-ar.xpi 516885 BLAKE2B 3511fd7d0c162cf97f4851fac798409f2abd085054c2a121c35b55c71fd43451295dcac83413033b5403303eba98d62a81023c8355cc87b8879cf52a424ae7a8 SHA512 a0638738622c785245d555b54ab8b99b374742492faa39b12dd82d86f13aeea5d9403f5d4869408b636feed35986c536066a9eb407240df9d4c75ba5191d1222 +DIST firefox-66.0.1-as.xpi 479965 BLAKE2B 0b810a85df90bd17f2bdfa56fb234c94ce4c6202407becd6ec4ad9b98bfb64ff3a3f250cdd63380fe4acd317d9badd3903727ddb7122936dc85e13529fd3ae82 SHA512 b9ad0d7701c895b7c376bcfc6b9c942d8f853193db94618de9ee4c07df14e1e39469d6ccf12229c4f79325a8b4cb057bdc3a8dd8118f36533122ed0cb7b95941 +DIST firefox-66.0.1-ast.xpi 471754 BLAKE2B 701e7d0332a75204a8a813940055433772eab54a0b55b40f60bf85cca6b094772fe524f2e98473820919aa451d96948768bbbf0850459d8e122737c996ff2e21 SHA512 2d0533058ab1bf7ac50b03dc6b31d18d6b912f2ead9632cf9ee1baefb41fba921ad4187b4ea09115a8f3dba5b7ec457083e96310761f19956e82ab35468a3b3f +DIST firefox-66.0.1-az.xpi 494096 BLAKE2B 4641eda863470050ce307cf67d33c142494c58d3594f758767751a960ade9cb68d7b0c039be98630145f8fe3e1fc84e183e4318fdd183423bc926db191c51eee SHA512 0baeb4568ec21583afa2a39e0a6e3d6f377cd848c07034698ec21987288d17d25aef9c47fb40ec582b19ebfebde4f71aff1b6c0f6fc36b85f487e27f6dcc73ff +DIST firefox-66.0.1-bg.xpi 527810 BLAKE2B 43b27e4b4bbd2a901b989b73c977b45e3647fe33659e45a6524efc40c6f808f368bf6d16431bdcabcc1b0f92dcc8ee4a566222bace38b0b19f12a69f916a9aa5 SHA512 4805fbb86a7472e35f5eb4ed07764caff9004a397e1be8b766f40ef8eddffa5e127205a70e93eda4aa8c4352abbbd802c19d6c99e605d159e757439098055091 +DIST firefox-66.0.1-bn-BD.xpi 547084 BLAKE2B 2b66d7794ca102c439636c23ff2458530503f2a356a0de2e9bd1af8b33be1d55ed5df98df962be31f3f5cdb866203e1ae0bf41d81a976d4d069f5afc001a48df SHA512 ddb91a9c7dc928935d154a5d301609e2beda563735d835836c6a1edb279a637d297b10dc13b9f3bef487866f5843243bc5b3dc62c0c8b40c1afc748b5a754f9a +DIST firefox-66.0.1-bn-IN.xpi 537452 BLAKE2B 0fa333ce78465d45d692655e9bbcc104ccfd2145bfd818efafbd41b71b21da261694f8d0a9dbb665dc97d2204d706e8363b407fd939bda4899e5a8674c5188fc SHA512 f3d7c27121950be4ddd326637b9ad9b1ed14b314e2f672d0dccc7cf08e565c1ae02bfb0ed54dcefdfd6dbd3fe50b7cb3131f949dd85db2370a880cf314729656 +DIST firefox-66.0.1-br.xpi 476665 BLAKE2B f1179c0109c60d15441d8e8b5f9298764a32f9f6065f164065765266ea60148df515b5e0dd76d504b803ec68b9c6f4a815a198237f2bc39672f44547e36efd4f SHA512 1e28c204e642a49daadc290494d899bb92cb047b6085655bada1a3b03fb3c317fa2f3c82c669c1bf533592318f17a3763d77ddff74f1a241a42a95cdb5f1994a +DIST firefox-66.0.1-bs.xpi 469378 BLAKE2B fc9ac5816a09c45bed2dd608e384be5014c125046ef755c26bffeaf33251fe1daf84e5111e0bbb819bc2af3d6bba12185d9dc24abdd7f02a4a1505bbbc832b68 SHA512 2e3799b1d7ad733061734bfc329eb5b59e8438042320435a692b4735a35a386e1b7176fc80fdbf21b30b71a0f4abf467312e13f5634633b1c5ddb5ea72a536da +DIST firefox-66.0.1-ca.xpi 477758 BLAKE2B ce0ed0b59060a6801c1002ab73a851f80b062c079f37f1d65fee541a958dffcaaa99f36e1a4c16dd316fb35c0ff87a51ae4f7d00a47d7a6deac9c16305e576db SHA512 175456ed36631654a51a0db9c1acde7817c30fdfc27e510f59e6d21f09d915e28de4958acf88a6bf995c55f9691f524f11bea6add16d7ce8141a386eac9cea81 +DIST firefox-66.0.1-cs.xpi 490116 BLAKE2B ded5d9c9ac5c078131f9f480f8e6760931386eb3ce344669e05bbd472ee4c0575fdccf4a612eb09ca989db956d91d083fd9f5334d92b21632566197a4d68b125 SHA512 8617450c051c576bd49d15f21b703be7d1468ee2b9823855ad765d9ebb32c8b2b3007720665bd7589c04f79f4ea5dd1823beb8505c7ad31d9410ba95cff75048 +DIST firefox-66.0.1-cy.xpi 479446 BLAKE2B 09215c0f94f47f82862a4a3bcf65eaf25294519f6260c6c77c2c3c866d34a41bd7e4961ea84441083649fbc7f580f3e29fd0b39ddbee4abf671336a838a8dda0 SHA512 64d744d82286ce4a70c257a5c58afdf2c365f47af1595f8eff571d7000341dd51433cbac4d4e7b0ef0ce486dffa4878af30bfe998e839d5ed19b3945c6cc7954 +DIST firefox-66.0.1-da.xpi 489566 BLAKE2B f3b8aa6c4ece8287df82419bbd7aa9ef5b54193584713b50de00b00d563a51cfb32aa7937977053ad8a1eb1371f975eeae41c3554d2b57536c2018768127c1eb SHA512 5e2c2a8e6a4fac728532c65ea8bbbf93c59c6d20050b48ed86a25099d2d903d90aa71af4a0bc9df5c5c0a5286c7db244069ea9a5897c4c61093a3862953ae480 +DIST firefox-66.0.1-de.xpi 488912 BLAKE2B f34b5d810824a107844490fe8495b2e751567435d881f6f86c2192966826294ebd37db9130793736757b5120efc6f65489b9fe84bdfa25441a9ada0f654b7ec2 SHA512 6cd0f1cdee82f02351c8191ad74fc79f28177dc03cc58d2e71033054bd3ae847fc56e844d011509ec1f750f225cc5cd50eeaee53dd984bbcbc67e4170f678778 +DIST firefox-66.0.1-el.xpi 553957 BLAKE2B 9be0d50afb4785a6e6b297525ca9cdce8e7063979e5710190cf961fc68273d7b305922fe5a652cc9f08cfe74471c1f20a4c8689cf3dfd25efd872a74fea62696 SHA512 34560ca1330e6de759556c054973445c57c9e6191333ca6e5dd2d29cd80afb4975afd461d7f9fbf80725db4dbd5d8bb88d2969fe0073738b6e769b9065a923ad +DIST firefox-66.0.1-en-GB.xpi 451500 BLAKE2B fa4057cb9060254e5a04f783b3a67b2cfb0046d74f47844873fd2738f8bcda86cfafcc93cb5b09978d8aa920a4bf05b2edf62459aba6eba8d64c5b59aad1d4cd SHA512 c77ec7e35e8408bc36f2aaf2a774ee9066ca71d3459ebed61c0918e358d575a544b97d02823c43f72828ab6b2672b96da822e431c820b44d76843541ed18d256 +DIST firefox-66.0.1-en-ZA.xpi 430515 BLAKE2B c7d323a48efa5525ec6fecef07d86ad106003764242cdc7050de9a96d00f48c214dde45fc474d14517e2933fd2e3d8f236ba41b72d6aa9989da47322ab9df6c8 SHA512 207d14b0747cebb95ede6211149a4aa3ea60a846a71030fd06ecf8d67a1b2c2d8f2ff6f7d40e771689f8c42b56db5b16f16eda50f8f23514f185d80d2fc1482a +DIST firefox-66.0.1-eo.xpi 477839 BLAKE2B 055101700643df873ffb3f38562d295bbcb1842b04ff055ad4929fa94f5f443ef47a22f3e7b70f3cf81e48dea5eb869860d6acbc5f2f7d7e4c499a33b71cacbd SHA512 d153c19dd40623828dca06fc889ef12131fbf577e03457847ac535d1103b42e9ddd06618f39c6997f4aeaf75f65ddd7f8580d4afe87321a2a567707d8d71d3c6 +DIST firefox-66.0.1-es-AR.xpi 486158 BLAKE2B 418064f3bc9430f2a702cf3c473d8f5d9731944a2c6b7389feaebbd956758f695584e1da3ffefad2719ecffaf0fca07c5dae70e3562de31d72724a7a879abc62 SHA512 a635027428b9f211842d7a82f9810db8e638d44ff876c203b1f20c505f6e0300c173d88d567f6b584a7fea5a0b7ef070f105d5cb58baa61b808f6a5f126f2380 +DIST firefox-66.0.1-es-CL.xpi 482902 BLAKE2B 1ebe47195bad4f317b309c369072c9fed13c7b136ecc435442712d54e8db3987b7360f1396a8aa87c135e2bc9c3788117752017391a6332b4866eed7374afdde SHA512 0bde354a1e6a1e9babfb6910670ececba188c8ec093583f46a9facf473c8c9334d110a7c01f14211236680001446ec20b659ffd5fa162ecb00127fc9eb986603 +DIST firefox-66.0.1-es-ES.xpi 446824 BLAKE2B 5d243da2dfebff121059bae7e3f8a036347024509f34e26cb2cdf3f1611c56c7b4a435033d7c8ff56c59bd7d3f56a220f4ac5773b1a34949ccccdb7f10ce1fa4 SHA512 67d322d939ebaedd4ec3153c31e4a56380dd0dbf25d3ea0f2e04f4c18a3338a3101099ee10673d55087d079414b40693977fb6d71cd834ce69868bab154bb1fb +DIST firefox-66.0.1-es-MX.xpi 487850 BLAKE2B 1f51372fd261b50fb39a54372c769c3931b6382e3bd291ef9c5871b697227a77291ca39d30ff4f6e492cd3cc66b9ab3faa6c37b578c07c38390206a5ddaef9ce SHA512 86247de517b5f396f721e108b0536bc2d16f4c0bd7a271e59ec07c6a88872f84afb0a177df965391608d6f02bd914b28c83c8627a5073d80e55463fb75893f9f +DIST firefox-66.0.1-et.xpi 468370 BLAKE2B adf86c6f7c629fa14ae0836e84b259cdb4be9f90d4e6182f52217b4afbd8d9c1283d59d5e931c2f5a9ad95840f9cab3c884746488234090840e8f4c716f38561 SHA512 d4a673f47fe8fe47781a7835b5b097ee325c815f5a3a0e513dcf202bf37d7c998499be0a00b679777db4031e1a0679a4377e0a975db8fb8da5ca5ed50e3318ea +DIST firefox-66.0.1-eu.xpi 476876 BLAKE2B 279d6dee87e63592044eb917d735ed774a32aa5d2608e855575a0048b9d426dc1085a54dcb44b44c7767a4990c62c89de957758ecb99f571b058b320a60841cd SHA512 b88a507a9fd94bb09da66299ae6a64310fc24af9a2ddec9fcc05087a8978639f65ed795dd81770502261841d29b335bdb598027b1c293f7e5324df0717a2ea9a +DIST firefox-66.0.1-fa.xpi 528479 BLAKE2B 2c4672bb95a136cb23fc48c2abd835460c142579f7839e61b32954b34a0281d1ad8124704bd827806fcf45c32696998d35207aa2f814f8f906a95e9e966df802 SHA512 fd79d56f9f7af85504395b394e2972e825098154feb03e5acc0d8928f388b156a7b05ab46d7e442c9c0333577ee828ae18c061eda53feb1562c057348551fc45 +DIST firefox-66.0.1-fi.xpi 466498 BLAKE2B 390aaa90ab437864ff066d8d080f103dcbe23ea7ec1847e18e584a88158f8a361ea9afcb2e4490004af73027561f67827954efa7d7d27efc3683a507068c5705 SHA512 55471bdff23e8129ee34c3888fd717181be1fd386eb426daad4f681c1e2fab8665825a4dbe46a168625870dce218956ae4e63a9d762274d4eec13111760ea932 +DIST firefox-66.0.1-fr.xpi 492347 BLAKE2B 2fce7e3b1f54258f6b6fca6c05eac7923e36333bb27d70f1b1b5bfe9559b1566f5dec30294c6d331d948bbbb211e70a7ddd2d76d631193009ae99d07f904e7ba SHA512 146852cd0e6f7b0ae7ec81a5ccf797c0727590a0751175ad385b32f41f85ad8b8ffc09eaf8efcc790a4cb4b37ebbc68530aa0d951d1b77ebe8b71c5275f913d2 +DIST firefox-66.0.1-fy-NL.xpi 483161 BLAKE2B 28ff2585809a5410068dc46fdca882e2c8bf95eb7cacd33a9d8dcf2a779c7192d613f373df46545f1e2602b48b53c2df0d03fb802647927b72694d82380a272b SHA512 6d9908dad548eb8bdfdb97f393ace64359971c28bf97be176f9f568e3156587962302e82646885b51de0184cccb41d9c72d2f2763b9d3c1e4f18ed055754c57d +DIST firefox-66.0.1-ga-IE.xpi 476908 BLAKE2B bd6ee2ec47fa27368d0a23bf4230cb31011a1e768844c8b90633de4b7629abf34366f5ee2eed522b98ed2f161cb1f3bfc2d51cdb3564e5b69925cff0b569f6e2 SHA512 e8cd45e740a1274f508c5c15547a3da53bb5ea280b999b7126848ece459b7e3191b40652de0540c6bd1678afbf57ab930f9bd36387233a26c42a20a49e50f6ab +DIST firefox-66.0.1-gd.xpi 486090 BLAKE2B f601a1f035e5f43e209ad3d8a583ed6eed2c05058e803e4a2d6167d56bbfa75b8044a5b70ec10203ce9852eb150aded64e0706bd27cd5ac1e746a772bbd265d7 SHA512 c1dc0b7ef1421da844ba37510f03dfe689bb828543d65a6b718e9a019479cbe9ec4a16715fe493ff179a816de8b9cfff41074996caf0d6e16e44d1a84fa19d58 +DIST firefox-66.0.1-gl.xpi 470770 BLAKE2B b71490955b7e688096366d94646c4326725f1b58ae7136c5cb8c72e2f954b89faafedcfa8a241cebe52d3154430b0f16455c3fa99d09fa2ffaf0d423981bb86d SHA512 9f072a51ee3cf7223768f402004c61a4e3afd03787dc7cb7659d36ac2d8a39325dd53cfe4f92073b6b2ab78078cc528d69c8a692636c5b68b79bf699ddc379ef +DIST firefox-66.0.1-gu-IN.xpi 552724 BLAKE2B ccfa72626ede5c68519c0eafb704d928ab489bdb959f67ab077739b00decb5cc5ac660864bc328e6be99bf1961f0a66b774d6ffa99c749156e5e5fd52f5e1bd5 SHA512 54f53b6908388bc2eee3867a31b7aac152f9481df228be40ff9ac590028eec60f1bc21a4b6a57f461c5f80166e97fb0eff97736447e9fba693f5ac32ab82ae56 +DIST firefox-66.0.1-he.xpi 491409 BLAKE2B b426066f84b86ba19dc704d2f57e4a866778f193051edba0cfa5aae7d98ecec968a20ce5708d24447e5dc166b6f5a930a14bb27603951277aa668b426118fa17 SHA512 b9dfabfec748ec95696efca91f48f0c683a0ad9ddc493eefcebf525d5d76ec3eeb1703066aff94610cfd6c3b5d67111e6223ea0980439290555bee2ca1e55e8e +DIST firefox-66.0.1-hi-IN.xpi 538513 BLAKE2B c7450d5265337ad5f2997c6f5b1a0da1f93bc4139821a11ba8abcbefb28c1aa51d5a2acd4bef05db1ee61b50951627395901d20e9b3228122bb8f7cedac8f3da SHA512 510b9af4abf26455038dd4002d9d80cbed0555587ac59576393ad28c6535a722355a59297d05c293cd4ccb3d220637cc2c6396f07da3ef30411e3ba4683d836c +DIST firefox-66.0.1-hr.xpi 475787 BLAKE2B 02d6c52f6e2cddf9899b3efbe3aacbf7d964d6a2af1fce42d9f0ebd736cfb3540e339bbd3ff71b918a209a80aad7aa2b8aa5ec4fb050f20c49a84cb7bda1f75c SHA512 2d9a6e2a1638182ef62973174e5300d993ec1c44922cc390e95e5162fef921211c76731621c990bb007d152eb69de0554737c446d65df151ec72f5b3036e507f +DIST firefox-66.0.1-hsb.xpi 498551 BLAKE2B c4af68ba4cf2cae689ce240b05d4507916d9050bba2305e63023458ae56184807628a4d6fc1953b7b889719f944d8606a989e3739f416f7186b6619d65ed29c7 SHA512 e01870c76d27cbf020d997042528fc9d5b4d0c27e3c3653c0ea69f332aa008ce648e75ec833f18fde6767f1aa21ebb5193780599a5fe8a17666bad794ddaed76 +DIST firefox-66.0.1-hu.xpi 495665 BLAKE2B 717350dddfcd6adbe9d329f5aa8ed2ba3d84c7abdeaee2bf74324161f169c3147adc5a249003606817edde6548d4a6a5f1d46d7a161211528e2f8f5165842196 SHA512 b2c7efb4b835abe1fcc4c624cb4b29b5d8a9f9e65ed79b1d57f076ef603308a0ba3d0afd098bc39d1a7e9a7bccbf8b8f004dc47dcbc6a6005431c703c0ea6647 +DIST firefox-66.0.1-hy-AM.xpi 520694 BLAKE2B b4bd7b23e9ad8875842e40f6a1d85bd751c5ecca041cd2412d328b3f208a2f4aa14f28d2acabe2dc333db3e6652b7604e4ff06dcd67f0311dcd00e6d65cc061e SHA512 5257ecbefe0b346c7ec53172bd622a7d25410e8a85f15ff201549a5284750998903f4307ba1ac26080d0a1f73eb81261c13acd76f51c5a9d7c5f12be0946a3e8 +DIST firefox-66.0.1-id.xpi 465875 BLAKE2B 312313be69a699c4adbb3bdccbc330c7bc777bf244e40f91f660111434861a6cda23c109b5013c119372d7a552a6ca94cb5ebd1c44575584b68f5904d5599b97 SHA512 72facf72f224f16fcbb62afc516fac1142c4c583870a4eda8fb7c04e7d196bb69995c29f08c77b533e4b94a7b1a2bb27d0bff36e410206c211987f9e71d50bab +DIST firefox-66.0.1-is.xpi 477149 BLAKE2B cd20e54840174808179042a193db61c6eab6fdc32977e1e9515d3edc8cf1d8c9678ca0cfc5c715c8ad2a8538609e1b845be7c22604d882b6b80e6130becbc4c2 SHA512 a07b511b9863bacaf2ca692fba30d3f9c386f5122e73875c6ae8296a07a90b2516a09e35f4d797c107dc7cf86718f756c3cb2ea4845eeb4a9a323f4aafaa38d6 +DIST firefox-66.0.1-it.xpi 365175 BLAKE2B 05180435567e49d7a27b87c7e34e9f559f8b56ecedd049fa379d2c4dffd4bd8f588652597b937a0de1a5fef17567c6b10c633e89b52c12828b91b4e9bf2ed539 SHA512 f2d8328bc470ff75e7f580424175acc87b1d32931975d7fd3c5b4236bd4e2dadce64ff7cb3dfedba98c59984e610479953c349715f32c20c872c29afb3b5ecf2 +DIST firefox-66.0.1-ja.xpi 506345 BLAKE2B e42521eb906c8d94a0bfbde482f8906b987342981863b0a05dcf28f55cd6ce84c23e8c4fa992ce931f35548307efdb9675896ac11d62613a9681bb474100ead7 SHA512 da50422baed85a8c7f634fd48aca97588ed36fbc46691c9c8403f0abbbf9a45ef04f364f2c3ceef253b5a1d87db34bb579a43d4ef7764d682235bc63f690ddfe +DIST firefox-66.0.1-kk.xpi 543750 BLAKE2B 1579a2eb02b22bdb90e7708f1a5b9a74ec909b6330dedccbea7b21af23008c0cd99d2522c77c22b1636dede2e3a1595a365e5fc261d5ae8bda9df6014b450ac5 SHA512 0557d306e89db169d09d8abf2236e2201cf9bed73033dfd7bd46f6942703c881d241e1f8a7cfa281bb67232ac95564323776f02a3f5a540aefb3d905157a0c91 +DIST firefox-66.0.1-km.xpi 534615 BLAKE2B b366944f19aaa519e716f9bdfabf0cc9fb4b8fe49350c267fa6c735b9cb0ed7842285c037b75ea10fcf9b730a4d4958840ced000a3976169f012dd23ae3b976d SHA512 d7b25cdcbd51535298daca944c78a41a4ea1b254966ca9277d904a923206f07857fcc45e4ed294cba5bae89b49f9c0eb4cfcf6562b4d6f1d18b2a11336565b2c +DIST firefox-66.0.1-kn.xpi 534283 BLAKE2B c85320db3a41626886bf6ca090d3787c5831a436b3e665f38e23c735904c57ffe3caadd44a2d25f2420ba5524f79f5a8dbb3d7e9068174b52a9b32e1e1715119 SHA512 51b71fa1b720c1d24ec0aadb2a329c241a1c53e7ecfd41e1c23eb3ca55258e3cffba21a45ff14efb1031a8a016d9d63202f31a6cc813f1b533af5f51b6ca0a03 +DIST firefox-66.0.1-ko.xpi 499376 BLAKE2B 494a649021d2e62482829542b3e2866de007f639472901ac968b5da70c385ef1a1dc94e880fff35f8f2702384a18a0c6a6c0e436672b123830ea6699751adcd2 SHA512 746bd2d775e6781af15bebd4d2fdebeb71b1295907dac79842dfdf8df9569afdf41abe4f67fa1f0f4c02703382c7b2b08dffc99a7c04db81a25e14597baff0a7 +DIST firefox-66.0.1-lt.xpi 498671 BLAKE2B b3e327a0226fc188c6ceb2252eb82d9ace7afced8ada2943fc9d92a8496ac86e77772300261116e5b25269207babf7ae16d352157b9621d98a5f2434d28a7fa0 SHA512 f48afbe66469f93ef737892981dd362c58e286cb5709109809b7ec6cdfb03e324de127e0c97932288ddfaffd64378bee8aadb8b57a227220df176d1152711534 +DIST firefox-66.0.1-lv.xpi 487166 BLAKE2B f2dd28d8309366e3b9503656267d24c6af6bfd4db0c2cc77764945e6fedf7bf5cc15fc750c440a1a29468aa3cc6f87f1e762fed5700b2b0023c19cba79ca222c SHA512 890657198be25f5046a4e581961d008af6cff0bc3a8a1204df4fd95d5226c86e81220b19f1cd4003615b74a292afd9d8984af26bbe81605862975d392999daf8 +DIST firefox-66.0.1-mai.xpi 496836 BLAKE2B 21231d3223abfbf94bcb3571ffb9b63cfaffcc01063240f7e8eac24d27517de2093ea66896b808376d972487a93f2c7fa65c04201241288788984771b1118d86 SHA512 0b519d0e3bc60edf55635e98ea75ac28cb245db56757118fc4ed3ff8571c5ee4ddcd046d7fdffad92ad3a925399c6f3a4d6380a750ed20295b2a31219a73c3f7 +DIST firefox-66.0.1-mk.xpi 474269 BLAKE2B 478a34e099cab24fe2c46237968f98e912e01691cf279c045e41ddcccf14331640ea97d916fbfb593555fe3057f0767043b660f31e5ed4f832ae1c4ad34dd28f SHA512 39854665c30096a5a1c439b08790f1f882c9ba7869620cf7312aa78228c73f58f1db8a9aee070c6bc185a49a1c4f3577474b09953e71545f66b9ce0c55079553 +DIST firefox-66.0.1-ml.xpi 542465 BLAKE2B 602017271d199d86b54b1a59c1772852b59698769307e86efbd913f8fd6827d08400f6e0d0a83ec4d25f6d11902e388ea3f135a5f5e151a85dcfe60126f42303 SHA512 aad3aec5db52a5ddcd52944c2f8546ef46418db69585e33e11f6b8df345b2dd03d60638a2e9b05495a68576d2c2bd064face16b9216e2007de46ad0803d44c7b +DIST firefox-66.0.1-mr.xpi 533902 BLAKE2B f162c64d53f6578c1ca2407acf2d68803df7a70c16882f3ae1095f410bd072bf47a2696f1281cd7c9a32db7b65a689c1a2608cb1e0276ed5613c2cb72daa86aa SHA512 aef1d06468bf999b0ebd3dac47d7a546b2b66685f873aa42a4acaae430628e8c49299c0f1bdc4661aab6b9b0e0cdf39db9b0f36317812c7ac3c9b69cdf262ad0 +DIST firefox-66.0.1-ms.xpi 467764 BLAKE2B 675e73afbea3adb9b6125129b21febe1ba3bf31783220ffee07bbc4e149c652b1bfcaa36aae1a2355430784eec0b1c465c60f6f250f597607983c76d32e3ea60 SHA512 e700995afa3f50fb9317dfbe170cb59bd9e3d0670d95077566a263ec0ec5495a34999b410b4e590d0e0bc24373078b686e015f1b69a740e472834a12439d6291 +DIST firefox-66.0.1-nb-NO.xpi 470494 BLAKE2B 6578f9b0f68a62c47d4d32673e4e2df2100fbab31bdee8f867a50b73e22fa9c52639f416b3d4383abb4cbcc415602ad4bca30ca27189734d71c40cb2871e4cc4 SHA512 859fa8241ee883eb34e7078c64fc358834786daa98018c38cbba86e47336ea4960bb3c377412d51cce35063d9afd2f3958d998a42f05afbb985d26a8a207633b +DIST firefox-66.0.1-nl.xpi 463128 BLAKE2B 892a605911464e265d527774eb6f28a8017ae42896e21334c5e86edfb77d592dcf47cac338710681d9521f8dd70e74b6f092dc826ed31dacfc0a35bbad04c526 SHA512 e4e294e613bbd805bd7a4794377b25dbc81e886146f3ce414a22205107314d5a60852802c791888d4edbe711fb86dd402af411d3ba93fd780141bc16ade09721 +DIST firefox-66.0.1-nn-NO.xpi 469590 BLAKE2B 28e7379500fd2bcabd5ec5c36306b483cdacfa0a84c5a897f133b336117ed01a2427e5ccdef42e4f59c311601a2e84e2791003e712f1890c044f0f8b2933ea2e SHA512 3aeb313aaa2d316eceda2b80d2592b10b9fe56407b112d717c870afbff49ec0d3dbfc0ed13f573aa4f7c75f3279a5515e8793b60fe3317c32cd244aae1bbf923 +DIST firefox-66.0.1-or.xpi 486629 BLAKE2B 4495b20d1a5933eb8fa8f8db6912ab44e698d19cdee2b6ee597b34ba58e3dfbeac8dfd56fd4047344ed157b0da1a12f8dbaf1e658f9a07ed88b8942ba44dd8fe SHA512 4cf6dd9b0051ee70455447f5c1775591ee5b83c08a21d533b42bfbbd708ce17141dff0580f50e8c4641fd138f299097219ef11bce13c936f31f77ce7aaf25708 +DIST firefox-66.0.1-pa-IN.xpi 521431 BLAKE2B 52ceb1903f1748338edbf53eb438831d7fa3d2590cdd4310f6836fcbd517bf7635774738e06326761394ca842933ae9677ea08ecd55918360ea460e66a7ffce1 SHA512 5b9554822b345f16e6fb02432408c950592cfe8262a3608b622bcc72e6d9fedaa1c986b66d44bdbd4c0ffb6a4f24dfe75b1d8cce37f3fdf3bcacd221f195930b +DIST firefox-66.0.1-pl.xpi 454401 BLAKE2B c3b4d8d94f21d8157114b783fd766f9b26af8d77ad37a5b65ba67afc1eabf06eeccbc957c6b56c59f6fb8c50f87bd543d6d9c3c20e015b0dcd2addc57cdf900a SHA512 28ef13c288d01cfcecfc0b8471ba2e5a6d0d3241546bfc53a0a9856c785e1daa5bf9d5f5203ba72434dea2988187c72cf77737b8832283fae4229e4bbc1792e0 +DIST firefox-66.0.1-pt-BR.xpi 472204 BLAKE2B 8ab1ab8734bebecbffd8702164d763991caf7f9f79ffd55109f313320548b90d44a6b4f12a4a876f221ed1d91b7c5f334da9f733f43e324643a048d34e72d1e8 SHA512 f05a1409aa2da2e5fbec1aeafc20c031892086284f67f5e97172defe9a0b9d4291e8ad4b8276270890c4553ab3a0bafb9cba4f7d9508917dd204e5c5a120e9ec +DIST firefox-66.0.1-pt-PT.xpi 482242 BLAKE2B 0c97e9ab570dec810c082a6b1075e3911b5d1ab8ce3db176f8bf4142edd8149bd0f4bbfc326394530b76fbe01c307bcf31db1124c6872a5a5723682b7f360a56 SHA512 2131b98d23dc94a88ffb49085a4ed8581ede6f65ddcc3c6467869e925adf071540a7e2ee92804c09862aa649f57e9205c0c32a79e12c273e984ed81d6744dc34 +DIST firefox-66.0.1-rm.xpi 475006 BLAKE2B 277e7139fbe3e32f4fb754fecaed14472a9c67e5ef8f8c2ee28f7917c59507103cd1161a0ba1ad6a4cd4ae22ab2e936038119c6f7d96421449ac0c982a8cb2c5 SHA512 12ae33c4c71ccd237256e4cde37ed6861ab9708fabce02fe6f755289e41fbe3953097d53aa01173cdb61583f95b0aa27990680ef6ff887b8a7f756d98cccde76 +DIST firefox-66.0.1-ro.xpi 481033 BLAKE2B dbb104b94b363b89bc7fab0e08d1d7e624a1e8ae2b3a907edaa853b1395739441b7d20ac208f7bca76c826e57917c35558adfec5213790b94ee01ad23f93e1a4 SHA512 746eb6cacdf62d285b536085101377a5b1debeb177b15f0cbb3c95e9dd3ad711be54093759099b142a5df4ab39bcaf5fd09e0aa1010b51534725ea421d944d7b +DIST firefox-66.0.1-ru.xpi 551343 BLAKE2B 0d84a63ec040403651bfdbf621a6834be145cb65907abb293ac01bf6524c1718d3f27e382a2f7a789cd474bf7ac41c2e9dd4c2b3cd2acc83442078659579d654 SHA512 d985966c97aad78056924fc7d2540158b0df4809f3243c5d9ea81054eb85d0b1b851099ec85a603e69ac4432a66c8d582d416231387f66e177801b185370ce9f +DIST firefox-66.0.1-si.xpi 513782 BLAKE2B 88a98c8e7eed3c7777e8cc77d639e1695a27948bd19b1eed26659543be63fc17c9b1439766381654acbc9b3cb50f54fd5d1aaa454a683fbe3359181824876af3 SHA512 e94d2faaac8d81ffe12672e36b4d6f132e9d7361804f1ec65de72fca3fe3435f5e2a037d863c249bddd0d9f8b7a71d94a3d17641c25bbea69b52fc233f6eb881 +DIST firefox-66.0.1-sk.xpi 500049 BLAKE2B 368d1c99a93e28e7c396c6f755e4d713b2a91aea7ff1208744f8335a70a1b57500dd383704fbbfe249160dbb7eb614b66b8c8a8790379a4fe6c5d50951653bfe SHA512 8491428245b14a55e47da9c6b69a35a06d73e292c2e2035cd217c1f9fba33a64fc53d69dc16bcbe2b78147278105d233377187256e3270b9b80dd0cc869b47d6 +DIST firefox-66.0.1-sl.xpi 475587 BLAKE2B dbda53a98c42b8f380110c4f1c2c3b9350698c137c4fbeb8e663ee7b67fd532a0162519b7a0000424cafe0f25566b8a11b0ffe1fd6fe5141b7c7c1f6eec3fc61 SHA512 8c252fdf405f156fcadf47f786c86088db2b413218a20bc46aedbde9787d017b9630b1ef57f756840f85afd35ddb1a7d644f5a54abd1481c136fc6e375c8c77e +DIST firefox-66.0.1-son.xpi 451843 BLAKE2B f02187dc107ed77752a88ad631695bc3e1c461731279b361410e22e63c2bf5379c78a642f53fb462b382ca3a888083f4e37a18ed5855c6b073dc20aaadbece7f SHA512 6b4ebeeff39cbb0f8aaac8c7c87e72bb273325ecc22583592445275bb4ed6f51ad29da4364c185291d5067a16a090f34077427b08d7753d4d24a3b1405df65fb +DIST firefox-66.0.1-sq.xpi 491733 BLAKE2B 286677ae1ff0f639f189171bfa385c2e41de602a44e407c54e148c56c745b5b3c9b3019f59ff411afdd2b3e799bcd707d801f3716e6932aaf0efa5ced0e83b40 SHA512 72c8eec1f5e7bc9771bc132f138c508c2f061eff5341e242db2f946774bf1ad967b68e952265a7eaa882a458b3eb110ef1915af8be7c21876b9776504eba6a40 +DIST firefox-66.0.1-sr.xpi 513411 BLAKE2B 33534f05709ba8c090e5960cfe6c88a7226f512a3ef4acd92423bce2f0492d9adce9994c37548aa613e54a72eeea18acaf5fcdb9c11ef79292fe48f12f5dd453 SHA512 8de36d6d791a1afed7e1ed590dcd902e0d7e5ff3d1fb411de56684999cbbf7307d3621dd4f03d6b1fe2519471294a8392e85436b2e6cbb54b39a1324e43651fe +DIST firefox-66.0.1-sv-SE.xpi 479573 BLAKE2B a0f742ade0400883bc97207e0226bd6b51c32fc760305514540e36bc754777d9bf3059eba659086a7e35c472ad19df48c68ff4a21bce4cbb2ae93b85195a5c26 SHA512 d69284deeed9cd035b167c297cd8d57e5b44a2ba8364b8c2a927397dba9f3fbad8b05f161dcb24c77d21f1e7ba697522d7889f015828719c7197a0724e39a4dd +DIST firefox-66.0.1-ta.xpi 534135 BLAKE2B 1e99a2376be642691469cf3dffb5bf90eae1595cb09fbe2ee355fb9f976f5f9148481c8678da04ae999dc527b3e9db78a6ca33ab641f85597620e818b70b8c6d SHA512 38cd76b17a16067882d7b724fdde19265ecdc50cd5274e8d9981cff6d199cec954f526f6d000f3f4d360391c42fb19bd5191c99a09cca02a5138876a6245cbc2 +DIST firefox-66.0.1-te.xpi 540399 BLAKE2B 5ebedf2eac796247e4bfb16513f4cf9355b82477b4a426d645ff3a7c9f378cdc846d564bb8808fc9770246f2e92e5b4ca6a18bad5ba84a8552bc6b14d2b225be SHA512 dda9303efcb167e2f16f2b59dff49e57434baf53660c3cbf671c13c51e2e90be75a574886b44589b696ad88ac450e48f5fc4acd8053b8993330df17a84ab3549 +DIST firefox-66.0.1-th.xpi 518910 BLAKE2B 409c6b3e74f06836b26548a63593d3116f8b51d7aa9c098fc715b233d6ff553a57bd87524d6824771e18b58027f2f722e3e8f6c2b04f059f406c9b58850c777b SHA512 1daed165c50fc3b85d99936c4d35ed49f2d8c8b782fc01e84f7aae90ae221b5229fd59d3ce5b66274e133b77eac6f2c4f1e5597d139600fd8dc85c53223e0c9b +DIST firefox-66.0.1-tr.xpi 489584 BLAKE2B ac89e772c0cdf7501fc6bd09e846b53717d274fe3754fb5a9193f70ec5fe70411ee26c74f372ce6ad474c00df48f36742e509a6c67d3f4cccd9143ea5f791e24 SHA512 1762dadda256ede4a070d5790a4c6c1c3d81d464c64193d0f633f6f045d133346f05b7f4e9a31e3c1c0d931b41e5ccd5a065735f6e24aeb1412179170f4840e7 +DIST firefox-66.0.1-uk.xpi 530132 BLAKE2B 562934e21705b5d8ec4a02f00645668ea67f46309203e9328cd4381a7b390579fed402dafcfe2260da4afb70572261dfe93992dd5b1efbe758b76da09338e7c1 SHA512 211051cc0dc098c091a478c5cd8cbd39cd0297cfca3ca2d35411f395c5a8df89a54b45f317d55c101e0702a79daf351433654b9e6295754a59fe190dda91d4da +DIST firefox-66.0.1-uz.xpi 471553 BLAKE2B a23a1db451a7a11ec134216c7145f6db278b261ebe641c31515afde9c1e843294f2cf0d22a959fe7675f868cc77e0cb5dfcd7f25c70520fb01e4a3005a553edc SHA512 2f894b3ec6d95b3998f0ba0dbe0f998fdf910bafcf3322125ccf9f2961f7f7a54e5845aee85df8d92b01d0114513aef1d17e2a6a155fffcd59b629fe2b199a7f +DIST firefox-66.0.1-vi.xpi 495119 BLAKE2B 32d19d2efa8fc349e7e640c18cb239180a7ac75563c4321a3459efd4d06b7663819d95e3373f74fcf60b2341d8deb894fb9ef75c02122da0b227a821c7e98ed3 SHA512 ac04864b023c43c82a7bc9cb3d57e8cc03ae0f8f76b55f6ac5f7495da3c72b5af2796726bc7fde49b00ee6c4350408c3c1822cd41b8727214086c9cce677f2e3 +DIST firefox-66.0.1-xh.xpi 463578 BLAKE2B d468418008b4867eddbe453fedc8cf9c07bc40111b19b4b0764736805b5bb1c890242670f84519325b6fc496b192fdcf57b56e76ddb21aea8051a86b3e980e3e SHA512 5250f91d47e1e002ee107f5cc9ee3394eed4323748914bee522d2c2c499be43282e542f04f592ad32af406c2145b2cd71db24b5168bbf438d89b63e112c60d74 +DIST firefox-66.0.1-zh-CN.xpi 502889 BLAKE2B 30beed002eee519033d83a1af0356b5a4a8a0f1a4a0148c280ca6d87db643aabf34a4114b933a89e081ec96e245bed56c97d1f6ef715496c36e26ddba3a7dc3c SHA512 d7bd2934b67cee7e5479ee164dca59b20022f057b55919be240c298c5c9a3db75bb3be4965d487ea8359635386d9df3659d981be6436837736b887d85f9fdc74 +DIST firefox-66.0.1-zh-TW.xpi 500702 BLAKE2B 0e3b87dbbc7aa6b1f67e734b0a6e443429f105f235b8ebeaa88670af59e49cb28dd58df31fffe891691799b38ea3dc3bc8aacb04759cff7dcd833e26314da013 SHA512 aa5e954f6b425371d898f9f152e9dc3d0fa2ddacf538eab5f8f5738438ef73f1702b430e3a9e8cc91319462d225a5adba5b72aeb53735b4e3cd3c0a4682c10e5 DIST firefox-bin_i686-52.9.0.tar.bz2 58598632 BLAKE2B b9cde89261bcaa57841d2ff5e440c2fd86ce0011a1a6c4c6292abe51f2d479324a5e6c9f6a6a135c2811975ca850656cb35d922a169ea2604f3c13aa5aee4856 SHA512 f0f6b494eed4f84eb013065ed1a586efb03b50441023fea866306fbb65de3e7ebe5ff572575d868c17e3ca11958d90b1d6a8cffda0babfa8432e4bd3f19eda15 -DIST firefox-bin_i686-60.5.2.tar.bz2 55478109 BLAKE2B 3bf83a12d29834d41223f7d570c69eb0074c10e700dfd29f67555475a6a4f868f3050e81ef0b85d453185dc44bf953e3e3edf574b527013f4a0d62f79fada0f7 SHA512 3a2cf3a839d27633731c97dfcdac51cfe216eaeb0da2862cd13ecd6cda18194e32a9f332b298995bc01b152dbee4d7af4946aa9f99b7323c6aa57b091278fb99 -DIST firefox-bin_i686-60.6.0.tar.bz2 55549310 BLAKE2B da51a9c7a9093ad937643d1f281e04841ad4a6cb110fca8f4ead48db57d3451b251a674e62e8918c50936c1f25ea52cf648f1d6ef5941d707f44442ead6296a3 SHA512 9265e35b45b6992c622ba71716dd0e96da2316e3600757d78542c96c8c997f3d1fc0fa71d3408edaa77c09498ae0b73536e7e107701722e04bf7b1991d156c95 -DIST firefox-bin_i686-65.0.2.tar.bz2 63199863 BLAKE2B 367740e69ff3c9eabf1a235b7e26eb4be84fe686a1d9a2ad6fc86f00705590c3d1cf0495fcf9c06fffb2ceabbad6d55886f46ac0a499d37575572b4db9bd6470 SHA512 41b7b2013b76dafc977c4d583e5094f2a7b10e27bea63dacb5e29e31bf323332965cfaa3ea23e4c75c6001b76f93bfe417b4567afa908e218d1c8ea6662b0651 -DIST firefox-bin_i686-66.0.tar.bz2 63752260 BLAKE2B 7b281fbb154533cc456d471a1a4d9c279da129f13ebe32127d782ab37f8b62bc7b0ec01d9bbbc34f59430e47b29197b259b4fd4b9495526c5fa26138dbdfad3a SHA512 4a1c3fdd39bc38e11c69925f61ad7334376174f389053f850bf6f83b5d572e7132f5f80def2ac6531f688b66fb6d789bdb8f456df1990f6fb8e32dd693c940c7 +DIST firefox-bin_i686-60.6.1.tar.bz2 55619672 BLAKE2B be8de467807a86c4f6002879cde604b8c36c8385c4f68f31311c12362504e4c6fb99c13d3f510ff130acfba385507b102836758527ce9f190f29ca85453936a9 SHA512 b24d9a7d8fa2ae78ae90b300d78e4b5f7b232a950ebb9b6853b50653b74d366e648825f5b9e85a5e0a71405db620b918ff2f9056fd322fbad52d4da94676b172 +DIST firefox-bin_i686-66.0.1.tar.bz2 63748879 BLAKE2B f8ed1c2497117cc4a5dccda493241f770fe368b041a07320990f1d054805b3ed2d6e05259b0b756f09bd4626ab22c6b7e1f8a1b477b730d46f2de42f2381e711 SHA512 bf028f300e912e4aae0da38064f684a1fb0b21686507363c6dad4bed7e725ae68ffe0bdcf055f32106844484dd855716ca60cd42edd0c75166b6015250d3885f DIST firefox-bin_x86_64-52.9.0.tar.bz2 57795546 BLAKE2B d767749ed07a0d54da8acf0273c59d9a4d7f46491aab34b7995ce76fe43366c06b859dd2ea1d8566861e1086e73aa30df28ff4d9dd634c1948868fad7643ce6a SHA512 b5d7da00766354e72f5a48f4f2143623428256d79d0b3e958ed6764b680afdf2b3188c61b09a02dd1537c8b8d3ddd1a1b828b1cc13a16df02a52538a42c62954 -DIST firefox-bin_x86_64-60.5.2.tar.bz2 53339379 BLAKE2B 94752eb7301cfb7ebd542027bd08ad0e51fee91dc719a93c1de336a1e88540c966ef67bb6ec4d84bc4abbc1b0907a5ceb6fd844b6e19fdfa5155c30888948435 SHA512 d2222c83b5fd947bf11b36ab6f258c33b26f8065510214afb20406e9165ef15e43bdc4463246425326c809f00d873a81ffea6e4b3956fa12c16afa22caebe5f2 -DIST firefox-bin_x86_64-60.6.0.tar.bz2 53576276 BLAKE2B 8c901c3239f3eb4601cfb5730248a4f3a4ddfc1f1cc005457372ef745c6b4ea6ec2b7f82a89613884d2d10892a2f8f0458951872419a03305d59b9d1d74d8abc SHA512 0bae44a637ac6fe90a6f6157a1303e6052394668205573516d492bce745e0ee037ebb6d196e5d2c47ebb0992a4596e6e0d0c25dc655fbacc702a8be05504760d -DIST firefox-bin_x86_64-65.0.2.tar.bz2 61482087 BLAKE2B d7ddac4e5f1f710798ca013e4b7ec5258066da25fea33b007e7ef6801af46c279c62f61a98713c5333b4d2e8ab6e93645ceb886ba040927d9f7546ad373576ba SHA512 e3dc6d07baa53a15254042c546a4ad5f463a180bed6ec14c091627bd9f8863050a58b0e0820b24ab57c35cb3eb02438095a248f8ac7548160e73c841fc48412c -DIST firefox-bin_x86_64-66.0.tar.bz2 61951851 BLAKE2B 7b6e85b1ee3497a09d14348816be3e012402dae2b80306a61a2b8f015cc7d246095c2ac1073e5efb9bb73bf393ac8f0b651f56f16d997515f30f08f4bdc8a2f2 SHA512 6cb8ff86518b89111c3a16a78f1acd7888002be8956076c61370e52e7bfe72f3260816620c1947ba77a6af3d3bd511bbb97dd8461c50d3da782a5beddb7ca8fe +DIST firefox-bin_x86_64-60.6.1.tar.bz2 53512211 BLAKE2B dd9d688c93c28e7f0f05603e2fe4fc79a81976d1c0c5583ead85e34609e3fbdbd9f0cb145c83eea1da15fc3ef50a21bbdb78b5b027f74c5bbd14291eab2ebd2c SHA512 7679a03826b0d9fae6cd5f9f9aa26b16df2c038fb37c920d1b6860261904177163edc834ba06ef90344e310a44ac62322e21faae8f56fdeb887a31c72edf5e86 +DIST firefox-bin_x86_64-66.0.1.tar.bz2 62171275 BLAKE2B a9c4fd69468f64a00ef86070b58e0f696b626a11640bf798db598a60b6999b4b6aaf3946968891f5b47a28e5c8fca9171c759e2d55ce2328393b0319aa3ecbe0 SHA512 cc49ba1ac399dfb573bf691184d49f080b475b29473657989df35b1220f0bc66c4146d6fef6088f924cf58fa8cb22908a041e15fb027cea88f3e38b6f9fb3e3c diff --git a/www-client/firefox-bin/firefox-bin-60.6.0.ebuild b/www-client/firefox-bin/firefox-bin-60.6.0.ebuild deleted file mode 100644 index ebbc9c131293..000000000000 --- a/www-client/firefox-bin/firefox-bin-60.6.0.ebuild +++ /dev/null @@ -1,179 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -MOZ_ESR=1 - -# Can be updated using scripts/get_langs.sh from mozilla overlay -# Missing when bumped : be -MOZ_LANGS=( ach af an ar as ast az bg bn-BD bn-IN br bs ca cs cy da de -el en en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa fi fr fy-NL -ga-IE gd gl gu-IN he hi-IN hr hsb hu hy-AM id is it ja kk km kn ko lt -lv mai mk ml mr ms nb-NO nl nn-NO or pa-IN pl pt-BR pt-PT rm ro ru si sk sl -son sq sr sv-SE ta te th tr uk uz vi xh zh-CN zh-TW ) - -# Convert the ebuild version to the upstream mozilla version, used by mozlinguas -MOZ_PV="${PV/_beta/b}" # Handle beta for SRC_URI -MOZ_PV="${MOZ_PV/_rc/rc}" # Handle rc for SRC_URI -MOZ_PN="${PN/-bin}" -if [[ ${MOZ_ESR} == 1 ]]; then - # ESR releases have slightly version numbers - MOZ_PV="${MOZ_PV}esr" -fi -MOZ_P="${MOZ_PN}-${MOZ_PV}" - -MOZ_HTTP_URI="https://archive.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases/" - -inherit eutils pax-utils xdg-utils gnome2-utils mozlinguas-v2 nsplugins - -DESCRIPTION="Firefox Web Browser" -SRC_URI="${SRC_URI} - amd64? ( ${MOZ_HTTP_URI%/}/${MOZ_PV}/linux-x86_64/en-US/${MOZ_P}.tar.bz2 -> ${PN}_x86_64-${PV}.tar.bz2 ) - x86? ( ${MOZ_HTTP_URI%/}/${MOZ_PV}/linux-i686/en-US/${MOZ_P}.tar.bz2 -> ${PN}_i686-${PV}.tar.bz2 )" -HOMEPAGE="https://www.mozilla.org/en-US/firefox/" -RESTRICT="strip mirror" - -KEYWORDS="-* amd64 x86" -SLOT="0" -LICENSE="MPL-2.0 GPL-2 LGPL-2.1" -IUSE="+ffmpeg +pulseaudio selinux startup-notification" - -DEPEND="app-arch/unzip" -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? ( !> "${ED}"usr/share/applications/${PN}.desktop - fi - - # Install firefox in /opt - dodir ${MOZILLA_FIVE_HOME%/*} - mv "${S}" "${ED}"${MOZILLA_FIVE_HOME} || die - - # Disable built-in auto-update because we update firefox-bin through package manager - insinto ${MOZILLA_FIVE_HOME}/distribution/ - newins "${FILESDIR}"/disable-auto-update.policy.json policies.json - - # Fix prefs that make no sense for a system-wide install - insinto ${MOZILLA_FIVE_HOME}/defaults/pref/ - doins "${FILESDIR}"/local-settings.js - insinto ${MOZILLA_FIVE_HOME} - newins "${FILESDIR}"/all-gentoo-2.js all-gentoo.js - - # Install language packs - MOZEXTENSION_TARGET="distribution/extensions" \ - MOZ_INSTALL_L10N_XPIFILE="1" \ - mozlinguas_src_install - - # Create /usr/bin/firefox-bin - dodir /usr/bin/ - local apulselib=$(usex pulseaudio "/usr/$(get_libdir)/apulse:" "") - cat <<-EOF >"${ED}"usr/bin/${PN} - #!/bin/sh - unset LD_PRELOAD - LD_LIBRARY_PATH="${apulselib}/opt/firefox/" \\ - GTK_PATH=/usr/$(get_libdir)/gtk-3.0/ \\ - exec /opt/${MOZ_PN}/${MOZ_PN} "\$@" - EOF - fperms 0755 /usr/bin/${PN} - - # revdep-rebuild entry - insinto /etc/revdep-rebuild - echo "SEARCH_DIRS_MASK=${MOZILLA_FIVE_HOME}" >> ${T}/10${PN} - doins "${T}"/10${PN} || die - - # Plugins dir, still used for flash - share_plugins_dir - - # Required in order to use plugins and even run firefox on hardened. - pax-mark mr "${ED}"${MOZILLA_FIVE_HOME}/{firefox,firefox-bin,plugin-container} -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - if ! has_version 'gnome-base/gconf' || ! has_version 'gnome-base/orbit' \ - || ! has_version 'net-misc/curl'; then - einfo - einfo "For using the crashreporter, you need gnome-base/gconf," - einfo "gnome-base/orbit and net-misc/curl emerged." - einfo - fi - use ffmpeg || ewarn "USE=-ffmpeg : HTML5 video will not render without media-video/ffmpeg installed" - use pulseaudio || ewarn "USE=-pulseaudio : audio will not play without pulseaudio installed" - - # Update mimedb for the new .desktop file - xdg_desktop_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/www-client/firefox-bin/firefox-bin-60.5.2.ebuild b/www-client/firefox-bin/firefox-bin-60.6.1.ebuild similarity index 100% rename from www-client/firefox-bin/firefox-bin-60.5.2.ebuild rename to www-client/firefox-bin/firefox-bin-60.6.1.ebuild diff --git a/www-client/firefox-bin/firefox-bin-65.0.2.ebuild b/www-client/firefox-bin/firefox-bin-66.0.1.ebuild similarity index 100% rename from www-client/firefox-bin/firefox-bin-65.0.2.ebuild rename to www-client/firefox-bin/firefox-bin-66.0.1.ebuild diff --git a/www-client/firefox-bin/firefox-bin-66.0.ebuild b/www-client/firefox-bin/firefox-bin-66.0.ebuild deleted file mode 100644 index 0567f8c5f39f..000000000000 --- a/www-client/firefox-bin/firefox-bin-66.0.ebuild +++ /dev/null @@ -1,179 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -MOZ_ESR=0 - -# Can be updated using scripts/get_langs.sh from mozilla overlay -# Missing when bumped : be -MOZ_LANGS=( ach af an ar as ast az bg bn-BD bn-IN br bs ca cs cy da de -el en en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa fi fr fy-NL -ga-IE gd gl gu-IN he hi-IN hr hsb hu hy-AM id is it ja kk km kn ko lt -lv mai mk ml mr ms nb-NO nl nn-NO or pa-IN pl pt-BR pt-PT rm ro ru si sk sl -son sq sr sv-SE ta te th tr uk uz vi xh zh-CN zh-TW ) - -# Convert the ebuild version to the upstream mozilla version, used by mozlinguas -MOZ_PV="${PV/_beta/b}" # Handle beta for SRC_URI -MOZ_PV="${MOZ_PV/_rc/rc}" # Handle rc for SRC_URI -MOZ_PN="${PN/-bin}" -if [[ ${MOZ_ESR} == 1 ]]; then - # ESR releases have slightly version numbers - MOZ_PV="${MOZ_PV}esr" -fi -MOZ_P="${MOZ_PN}-${MOZ_PV}" - -MOZ_HTTP_URI="https://archive.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases/" - -inherit eutils pax-utils xdg-utils gnome2-utils mozlinguas-v2 nsplugins - -DESCRIPTION="Firefox Web Browser" -SRC_URI="${SRC_URI} - amd64? ( ${MOZ_HTTP_URI%/}/${MOZ_PV}/linux-x86_64/en-US/${MOZ_P}.tar.bz2 -> ${PN}_x86_64-${PV}.tar.bz2 ) - x86? ( ${MOZ_HTTP_URI%/}/${MOZ_PV}/linux-i686/en-US/${MOZ_P}.tar.bz2 -> ${PN}_i686-${PV}.tar.bz2 )" -HOMEPAGE="https://www.mozilla.org/en-US/firefox/" -RESTRICT="strip mirror" - -KEYWORDS="-* amd64 x86" -SLOT="0" -LICENSE="MPL-2.0 GPL-2 LGPL-2.1" -IUSE="+ffmpeg +pulseaudio selinux startup-notification" - -DEPEND="app-arch/unzip" -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? ( !> "${ED}"usr/share/applications/${PN}.desktop - fi - - # Install firefox in /opt - dodir ${MOZILLA_FIVE_HOME%/*} - mv "${S}" "${ED}"${MOZILLA_FIVE_HOME} || die - - # Disable built-in auto-update because we update firefox-bin through package manager - insinto ${MOZILLA_FIVE_HOME}/distribution/ - newins "${FILESDIR}"/disable-auto-update.policy.json policies.json - - # Fix prefs that make no sense for a system-wide install - insinto ${MOZILLA_FIVE_HOME}/defaults/pref/ - doins "${FILESDIR}"/local-settings.js - insinto ${MOZILLA_FIVE_HOME} - newins "${FILESDIR}"/all-gentoo-2.js all-gentoo.js - - # Install language packs - MOZEXTENSION_TARGET="distribution/extensions" \ - MOZ_INSTALL_L10N_XPIFILE="1" \ - mozlinguas_src_install - - # Create /usr/bin/firefox-bin - dodir /usr/bin/ - local apulselib=$(usex pulseaudio "/usr/$(get_libdir)/apulse:" "") - cat <<-EOF >"${ED}"usr/bin/${PN} - #!/bin/sh - unset LD_PRELOAD - LD_LIBRARY_PATH="${apulselib}/opt/firefox/" \\ - GTK_PATH=/usr/$(get_libdir)/gtk-3.0/ \\ - exec /opt/${MOZ_PN}/${MOZ_PN} "\$@" - EOF - fperms 0755 /usr/bin/${PN} - - # revdep-rebuild entry - insinto /etc/revdep-rebuild - echo "SEARCH_DIRS_MASK=${MOZILLA_FIVE_HOME}" >> ${T}/10${PN} - doins "${T}"/10${PN} || die - - # Plugins dir, still used for flash - share_plugins_dir - - # Required in order to use plugins and even run firefox on hardened. - pax-mark mr "${ED}"${MOZILLA_FIVE_HOME}/{firefox,firefox-bin,plugin-container} -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - if ! has_version 'gnome-base/gconf' || ! has_version 'gnome-base/orbit' \ - || ! has_version 'net-misc/curl'; then - einfo - einfo "For using the crashreporter, you need gnome-base/gconf," - einfo "gnome-base/orbit and net-misc/curl emerged." - einfo - fi - use ffmpeg || ewarn "USE=-ffmpeg : HTML5 video will not render without media-video/ffmpeg installed" - use pulseaudio || ewarn "USE=-pulseaudio : audio will not play without pulseaudio installed" - - # Update mimedb for the new .desktop file - xdg_desktop_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest index ccb4624dd2f2..93275a5f43e6 100644 --- a/www-client/firefox/Manifest +++ b/www-client/firefox/Manifest @@ -277,6 +277,98 @@ DIST firefox-60.6.0esr-xh.xpi 515905 BLAKE2B 94af79f309845df9d3b1875b1a8c6ca0732 DIST firefox-60.6.0esr-zh-CN.xpi 547680 BLAKE2B 2313c28a088f20c913f231176233c5e5a000cd682065c78e95ba562aea48ac3d3aa54e6e5afc3490a3ff5eb05b60a6d0b96924d3fdcaef115d9df54066e18d8e SHA512 c6bee1daa6ff6a970cfa346ba525cfe4a37389cd93900813827899d2b5a4d8195377036b6228c12403771da183f697bebfb379e33958dd930f17b3fa9b9ec11d DIST firefox-60.6.0esr-zh-TW.xpi 546001 BLAKE2B 5a5d38930b6156ce4fbeda72535a5b62cd76c5726985a54bd74d485b218d6d6728f2c7ef1098a5e23853bbf7c1711114def92a90169a583b89c1241dbc43c7f7 SHA512 d6ddd37719a35c2fd381062ac64bc401be360b2eb01a25520d725bbba506a6461d3931cd1faea63b9415a972b0d079b5fd04cbbb1a4395d3071ea86ad8c6b65c DIST firefox-60.6.0esr.source.tar.xz 267508680 BLAKE2B 8054ea336a2f3a0535f9fa067d5b4eb4e176e854037985f9dcad6448a0e4b433112b27d7addf10f1189d7c1bb693547965f4f15df82fec37a098db7916809d57 SHA512 e451910b379873f575a3dc541d0c605b085bffcd73c59c9d5d2a94678f4b2969bb140ab997873168f2f1614d9f08380599aa951bdc9b45d20f7c46ffec55bf49 +DIST firefox-60.6.1esr-ach.xpi 512788 BLAKE2B 155c72980b4a0573f2d4e2d80f1bfce095bc2aedb6ab265b2fd4aa35046c0a91ee64a8f00dcea957a7889133e8969efdb49c76dcd67f7a8a0e6b4532aeebab0d SHA512 59980e52d51095a6dfff48044fc2a1fd8c237f251dc1dc681eb0f799700e1b4d08c10862a34a77a41a6d5b90cd96ac6271af6ad63c0d6be815c0e687d6218ccf +DIST firefox-60.6.1esr-af.xpi 503031 BLAKE2B 74cd2d6169cc455fdff7a93d8327388f8247375bc362b5f0efbbf3f2fef80a05f73c3d761a09b427057e8de81da3b8b4bd2a551d4f1b627a4639bf3117f252f7 SHA512 5187dbbd3e025ab7523377f262e02a7ff9a83091b657ea7f22da85de78a71a1f839af05a6ec38aaa2b1c38254b9cd3b95e1ba69dd1ffd6d71919c63e8b3dd469 +DIST firefox-60.6.1esr-an.xpi 536226 BLAKE2B f110e39d28d98c916b2b74b05c634f87a8ccb52b41c87931eb2449301d723af9b2703be411e2ae9506138bd0f9193da315d511c207d9030efb7bf926a627c1c2 SHA512 524e75c7e186aeffb29360fb6044d334d37e0e0495259bc6b12b43c44566a26159cc04b715174ad836086e4950e0f012ea118aeed33d8cca99a25b2a8872c7a3 +DIST firefox-60.6.1esr-ar.xpi 563542 BLAKE2B 448a7a88254bc27922d30f9a6c4657c8d2f6581baa3bf976a73cfab1fcecf919de7b77544ec83a128c622d11815c26cbcd2f56196245aff1bc316308b14cfad0 SHA512 33ee7cee0b06ec8930dae61e5b3e48c4c1e51fafbb127f756e88809f8ea83d97f6fcc154d78d26cb944230d0a80c6b3f6a695300d81aa2cd8f0c8fc226606e9c +DIST firefox-60.6.1esr-as.xpi 546437 BLAKE2B 7be219893258f1ecb3ccc27b85a79d968b6ea35986fb74a5b23a9e711de1aa23057d2a49dc9d163c619607b188b37f1094f31920bde603a3c6dc615ee1194bde SHA512 84081960df0e6fca213bb86af690d7935834ccbef6cd3ed2b8aed220755651a7b081c37e3570cece78658e199a31215c988849f46224030bf21c54f5c083bb3a +DIST firefox-60.6.1esr-ast.xpi 524607 BLAKE2B e6b78e54119a02a8b58927ca8cfd4030d9b099326750622675c27224c469a3e0b1f4c5614f1eb1e066e09373d073a1721ea3680d1ac0e1a1fadb98d8fb7c0255 SHA512 9c5d8697abdb12bf7562880d02d52bb7329f9ff715718835b600ef8138f1201612fcd2726fc24b11dd27561d74134527d1d4bff0fc8c7ee7ac4e238a6e185d35 +DIST firefox-60.6.1esr-az.xpi 540469 BLAKE2B 608a0c8883df8d6aa553497a3189cab73abac231df19bca142628160c63cf750c6d92b0934ecc75833f00fa41914d198e5d27ffeb589503af721b3727938ab33 SHA512 72cd3b8071d9e5a2984d688283e431eff677b5f41dc0a77cdbaabc8a259e3e5a1ebbe734cb4a0c1e6038c8fce8adcd6d9f244122acc049dbe84f5ecccbb2e2f2 +DIST firefox-60.6.1esr-bg.xpi 589576 BLAKE2B 458375e0c2ad6fd280fc1e548cbcf22f6b5bfb47fd93598cb630742c6ff4d9ed1dc0963344329b9817503a7af57ca5eff582624db4635850b7125455e10bcd65 SHA512 ac2c273edd8d1367e5b17b89bd8edf993831bce9623db1ff3e3047bdf784a4c0aa27262786f7af03c9f292d36cc2c4bbca9b33c2421f6ef4a4bef945c843f887 +DIST firefox-60.6.1esr-bn-BD.xpi 606817 BLAKE2B 04699643a433dd6a266feb07f9ff4f6f7335e46af808a36512fd85389ad7a17ac4016022c51c0fba6f9bf0b855dab0e4c6d1be0e9f6045f2eed81b39453a396b SHA512 351d674efd9acf3c68f8c2f96c7325338f402a49c3239b709056592bb43840c8c9f0fcf302cbc9c9881d21e55e2552d0cec72996ec278404e13162047f9b815e +DIST firefox-60.6.1esr-bn-IN.xpi 587255 BLAKE2B b2f7b13ceae7f7b119c3f358008ab2b4d17e1473fd1eb445a99a201a2a4759c6c52d444571d9279455bfaa3466b30ad5ce5087a7fe7645b0d11b25acab3df901 SHA512 90d0056ac6ad76d7389b777c69d89fc6d413b4b5a543e57b1ef8dc1a5e1e327a919fa23d9052a277410b1da788150d892897a7951ab02cf39b11d293386a83b3 +DIST firefox-60.6.1esr-br.xpi 527757 BLAKE2B 440a43a28ea01159d924e72ef99254cc442b624e603927bac9d7d75541a8bf1317bc61dc56873f44bb00d8ed81b77b74a33fabc32a7ba24dfef024155c959cb6 SHA512 9930acc0cfc501aa4059bee95c56990427b018c72b1bf5de86971fc027007c53baafb5efe7363279b7db6a1bceb0b4692e5d259c133b67f6956ad2cb4dc91d61 +DIST firefox-60.6.1esr-bs.xpi 530426 BLAKE2B a8127345707989cf78c01dd32afcc18817f81675089d0ddedeb8a6da49e45b0520a1986fe0fc742c70b6e0f5aeedbbf74935819972e86789f1507ee08c4ac37c SHA512 6cea1f3eba3f9b75f46c4d215c72c55742bc17020503c8c4a721ab9e7ae1b4b36112f3b099ebd5cd7a57308e6761521ad5d09e7a5c80cf92b23ea3255fd66fd9 +DIST firefox-60.6.1esr-ca.xpi 540990 BLAKE2B 97fc19cb1634787f54792e085e7768f41082d6427e80be42df8f9d9d16ca74c7f50694a4bcc65029c8d2143c6eaf44de93f967028ddea2bd811fada91b9e5835 SHA512 02497c871fd333a4a4e2e4f454e7a2312f218999a5ad8c14bacfa9541ca1d3b25dc0c21d01b706808374cc2989e3f02053bd95a86f113a2c1d8e0a63be32de1d +DIST firefox-60.6.1esr-cak.xpi 552250 BLAKE2B 9acf359b7548db8112164775a34d7e6067b3322b541caeaecc3b35623f8984c7701a5b0684c228f7428be1fcbbb24008db52dab649cb9816a4030bca5f168505 SHA512 a251c7c4530c32881e7eb55766bc355784c1e9a996b5c478ccf58bb41d263273ca26f262b39b52977a877e83a64086cbeca3a19ffb1916366db562d97552dfca +DIST firefox-60.6.1esr-cs.xpi 547514 BLAKE2B 116daaf11b03c97413cf35147a4982e30ebb07e9a3d56c7fcd87014c857aebba00979e567819d4decd51545df42f7a3c6fdb3049f3db450f17ab3786a3f304e8 SHA512 e3d657edd0bc79b753eee96d07957bf1fe21ad94a22bb477cc485026b2f4fa3e5b92da1ded42cb07aa1af7533ffe79eef02b08f3ad3c15a8e74eb2d8ad320507 +DIST firefox-60.6.1esr-cy.xpi 532366 BLAKE2B d705f0eb9ceac90c0f4f80bd1fefde31ef8d13a3d38b3612f8a8037bd3f8ed970fa2817e2c14d125336edbb304f197816f658028c09d58a1de1c46a94a7dafee SHA512 5cd44136c1137f6c01065cf409b415435d65e7e80822d1e8f44d98cb8d498836bee64bdbd4ae66fe7bf474e18db23997ec42ac644099bf7065cb6d2d9c0be5b3 +DIST firefox-60.6.1esr-da.xpi 526479 BLAKE2B 09c754d309d62a46761c30392304585932bbf335870379e8a2fa60dd291decfe0f7cfcacc8ee543ecdfe989730d716639e37fe2845a77bb2ea7b77eedab99e99 SHA512 9e98b7daa7d9e661b3cb5710f0d85714bf66fa7bd23cd8d8bc35bcf1cf96b995889c44ab291e2f4dd25a96f0e60fe75ffa64cc8ae1dd6231de9daa90629ae922 +DIST firefox-60.6.1esr-de.xpi 542253 BLAKE2B 02b2b4dc7292b5b19c1d63bf15d4546c83dc32560fc31d60cc7809dbd250b95cb891381ccc1c15c366d06a5fb745dc54bb22a88be5fbd06889155767ad61abba SHA512 5225415f90d32a535eedd2d3d1a730d9c0552f82b1b3ea57c8f50ea8b48dc36cb34eca9da4d404c0cc13434b1717bed200188488754e2fb2e176021aef9b8c98 +DIST firefox-60.6.1esr-dsb.xpi 555476 BLAKE2B abf9024f9ff8720f9de22620c818864d6c019a33b9067704bed380f5f53b5c9a5e1db7ede5d3359da5d8cba9f3043c828df546a87cabe001f2a735b40f09f9b5 SHA512 79e3560e0997b36bee0b8539b5906115ba0e5acea9af874e6fd623d255b9d2ef4c76214365b12f54f1640e60d6137c57e54dd14d6d8898aae064488b791186f9 +DIST firefox-60.6.1esr-el.xpi 609423 BLAKE2B 4790d546c71cc62cb459b40d93617f6dbfd0d6e8e00358767095ab887bd76ad98caaa10432bc6513cf4101924d4ec486a08e82941db414389259df26b1054d4d SHA512 9581691d4d9a908894eba849f7773c2d4d1bc6616f55e56ff848a90205a10c2b33c5e72f455d71ed85d55b8b6fbadea5e9f6b564807264b8eb056a3b3d483335 +DIST firefox-60.6.1esr-en-GB.xpi 508089 BLAKE2B c4e6436d8e718f677a7b0f15dbf85d61da10317cd16445f5211c4eab64729cb6ac41d7c5fd3aa48d6668fe0de0b7e9c1b8b018c20cb7d0f4b01cd8b7656d7854 SHA512 79e9ae89868271b5de7fde1c1ea0932fa1d2c027e62c9c92a7ac9213b900ca29d3232db8ae66cbf9fa3bfc5923b014b132b24800aabc0fc33a55461e2cb1b3a5 +DIST firefox-60.6.1esr-en-ZA.xpi 491066 BLAKE2B 3699ffec61649dab2f145b669e08e5b4b67af31436a5983364112f491b09925c21b01c8988298de6dca9e06472a2b3fb469129c3c9bf53f03343ad392629401a SHA512 6f38cb6b0a9a866272cd5f5a063ac4d5c2c8f7246fd4bac33d71ea828bc4ecfadd430abc3ca39c598fd3769a0d9335486d16fc5e2b658e15b7d4b2e6816c45da +DIST firefox-60.6.1esr-eo.xpi 526982 BLAKE2B f1f808c0aa431242ebc655dba8a03c032a05bb89062010e5e0c003f84d95568ec6d5829caecd22f5a6514d316dd2d609b65b8855bdcf6fdb3c6ce0e3f4a34a54 SHA512 67d06a9bb60890ff5cb99274be77bebddeee2554bfa37b3aa3fbd8be9c22e77285e07d4a37b095891a1194e69cc8b52dc736821b8af856f7fdb273a51bfadc0e +DIST firefox-60.6.1esr-es-AR.xpi 541043 BLAKE2B b38b6f5fbe1aa7a6d8b72287ea561755f18b672ca9a3c9b805713b350965bd59cab9ed6150e737d7ba493302560f1bbafaec8975133fe46e0622b966ae84cbe9 SHA512 7189c7122ba3721ad1980f5cebef9c0585c107628ac384b41f61faacefbaedf782edb8a387bc40814842051239ab9990d39200b71c3a03a29198cece0e084e06 +DIST firefox-60.6.1esr-es-CL.xpi 543730 BLAKE2B e1ebf2449ffdec2d48e48b63a5e88434f182266d419fc580b4cf9520737ef87d7076ebe1b95eb62b8d1abd1283516b20050230884f750a8554e4a0d81d7b8565 SHA512 cee9756d7925352a4e47a88d0ad5d5550ea362ec1e79c964692894f52e542a3122857d3e13e5e3025ea0f39329a75af0389d6d9820b68d984a3045ec33727060 +DIST firefox-60.6.1esr-es-ES.xpi 476369 BLAKE2B cd3734640c19707e2a825efbfb472339bb79ebc93cc6c0b549bb9da0b673d9b579ea7b024a181124d3736819e49c20d799a4b336ded2482a6bf2eac3ecc071ed SHA512 85930a7a73c0fae9cf527a661ea0d3883a9bda1aa7b89e0d1325e04e58e7644a3597e2d4e52a6947df17178f12094cb9272727cdecb20506aebadc4bf80cccd5 +DIST firefox-60.6.1esr-es-MX.xpi 545044 BLAKE2B 55a1d88dc31186bbf4900837991aa1ed053a1c6a551135eb4eb8b40fd66f10ce8664ca334fcfa9d17741247fe98b7a75052f65f05e48037f2cce8ee32b986c64 SHA512 142aab032ede44234b7e447d53cf1c8304db22303638272912412c9ec01b5c52dcce6d20f6a70b1dd751b2e5d7e015c626c14829a9d224d8b4010a6865e19ba7 +DIST firefox-60.6.1esr-et.xpi 520689 BLAKE2B 1b743a6c3e658db5abe850d8697905c8010ffccaab572378259af7e0af1a0708f676bbfe5e5401b53ef382e19eec805d2904a1a6414180db8111814033257f59 SHA512 42a4d6e3852b1263342966b6b8b7126758b68c40d94609431092c0c06872b53c4c45f96d1e85f47cab71d07692b3fcbf8d16d002e49e3dd6acb95b9dff19cb19 +DIST firefox-60.6.1esr-eu.xpi 527432 BLAKE2B d3d66b2a139c9b148172e7bdaddc207e3491c4ec7deed6997558d6bf323416f6c3d809d5dc5c571ce07cf59e5d8b00d6e4e5846b824f1cb7541c57a0c93ba422 SHA512 c2d7840505922e8bc5c6efe2ee1d231b21dd7f951956f86af8c773c9187fc879e4286841672a903bf16d02236cb827f9f59578f598cc4ec39ac325731874bf1f +DIST firefox-60.6.1esr-fa.xpi 581993 BLAKE2B 8c50faaa1f3797819efb16158c893d1e87ab0aa0da7ed99f8fa82f0647d57881d00e8503954ffebe697214a433febc89f83755bea856c633880498c8f7b18600 SHA512 c31e94c95b8a5b4b03a914c33903fde817f194156dec87cdcd59ed59438cc69eca957be93e3afa581a117f720f41c12525da5931d0ce11aead672421efc8ce70 +DIST firefox-60.6.1esr-ff.xpi 527929 BLAKE2B 8156345c34b0726898244f81c8c3f0ecd63dbc873c627790c6100408c0bcf62f8ef602ce359cc54014e986f0444e83b844268079de885158260e7d1b9132711d SHA512 2651980824353a804fb82e85ba267dbb5694fefddf87ed4b226acc9a156702a628b1210a801e0c9cc8da3714751ab9f0908f1e75314e1f5ed0b3bf49e27cbbb7 +DIST firefox-60.6.1esr-fi.xpi 521913 BLAKE2B a7a861650e375eebf594707e71a0a7b89db557aea415ddf4adf1b4364732905d14192a335c27d4ab4b3136da81912ca3a63795070b47cfe97b2b6e0ce370e055 SHA512 b11944da43e696ff11762a49224a40b60071c60f9c9c8c3cf80551b1d5186fdc323de345572610feab425099971813ac4b83ef0a16dcc7c9812bb8f0b2d91b1d +DIST firefox-60.6.1esr-fr.xpi 551796 BLAKE2B 7e8775feba42625917d9382166f8079f41e83b7618a10c9e485a89ecc9fb70c2f819a67a167900c2fcd93f99553417fe1c10822602c2753b55c479b7cf6fe6e9 SHA512 41e0cdc0391c565e6a73211f46a427556ab69672b8d954c9610a08ce8d33d10d33f1999907a6df8a017dc610a173586b234397a2ac9e75e896be66368a24b287 +DIST firefox-60.6.1esr-fy-NL.xpi 540915 BLAKE2B b4554df17db9178c0f28d32e37c28a60243c75fe6a2e6b4374f4408f2a32e29db55297735187e2c26e680123ce1209de47abe1e37503266a729d59621a2e17a4 SHA512 71bf9bade61badd4a907895b8cb98e1c0a581230c8e872880dcfd2a56aa8d72c270af3298f19161247b3c22c956339312564987d32d54e57abf7e90e7ed210dc +DIST firefox-60.6.1esr-ga-IE.xpi 543377 BLAKE2B 74e8115a4f31c47e302d5434ab3c273ae4ef5627f2e8f6904504b69cdb824b88292abcb6302494350ccfc4272b0b0ae0d074a31bb217acc10e10af9dbfdbb18c SHA512 69c26b3e346529a36289a6b215f44d0f8ecce7fa38020092bddb61c5fd4407ab19bb052d817ba1b33cf365ed3a9574e0f1a87bdc8985b2d8b610fbfcf101312a +DIST firefox-60.6.1esr-gd.xpi 536588 BLAKE2B aaf7ba835faa933483fa85edb74e8f909907e84fa8a27facebfaa811d661d29a073006fcaf39d00993ce2b402db2b2dcbe903e3906e6e003fbcedc8052b77032 SHA512 259a786faccff9749e8acef61d5fe9bd569c954e23176d0be224dcb627313db35ded5cb92e7a791c440af701b9ef1364cf9f35d3598def57b2ef1e0cd410de04 +DIST firefox-60.6.1esr-gl.xpi 513086 BLAKE2B 68a2848c828b2d655eb229e97f475dbc705b78a09e2edeedb2ed184a3294f42f91baefd6d1a64562a140b74b8cc0b8f34686046f0614b0d07f29163110cb1b17 SHA512 cc8ae70c8adaab02801664bf2c601fac6a23204542c3333e38fb6e70dc8cec2015840edfd1d0a70226a5834379a84fd299cf2dfc92854c3c2ca6d283f3ce47c5 +DIST firefox-60.6.1esr-gn.xpi 548926 BLAKE2B cbd8e30bbe4624199dff5d4f11249ae779dfc90e98b56020e95ac12515c2e18417771ba603a06d754248dba3c520afcdeb66095db27ecbaaf717e12dde605b29 SHA512 a71fec710e75f09ff56836af9772145586f2c8af3b2b41347291204926be20966d0ddaf97a84fbef60e8d084bbc0fdae2852df8539f5456011cf00d4e937666d +DIST firefox-60.6.1esr-gu-IN.xpi 606672 BLAKE2B c345d34ca6cf60a9142be6aff771e44b6e93722f0e3f466d1c8d1baff85fe3455be51eb38334c31aac38b97592dcab97f1b3b09e855eced7864ad32cf8046ad0 SHA512 9b09a3d944fe9a6d130c3f41c4f9eb18d5829aa9e5d64645f85b8e443159c219e484dfdd317b87983e6d455a6e755c280aafd66fb4fd30d2b0edc82f3dd93fe5 +DIST firefox-60.6.1esr-he.xpi 551703 BLAKE2B 367d5eafe2080b7945e2565ac0c902d8480744b62c96ed72da1e1c2ea76fded6d70bc272ce2c96b73c72f044ebef14fd8f1e557e8d2f274d599b0c8da0a272a0 SHA512 2b333273a72724ce9f19c82d7b77930736061400c2aabcca1ca8851f51a71189d3f05369fb4688c59217ec682ccb885342880ceff002b4c4927afaeb52129c87 +DIST firefox-60.6.1esr-hi-IN.xpi 607256 BLAKE2B d8b0aceebce03d37c34e04fdb3e30f5b99de4c11cd80ff04742d69c3eb4a92674980f58e360d0ff56f72467a1ad836bf94b0a7d4d30ca33f6ce0b9faafa275a0 SHA512 1d0392531fdd19c5b02f4407638e4c7596bf81289465db0f6a9f117c3e044c62538ab65ced2fcc2ec2c38c83f3b96e35370c9c3da20be295a7f266575814ece5 +DIST firefox-60.6.1esr-hr.xpi 531679 BLAKE2B 98fb68376a62a51bb0b83517cceb91f6bfb64328b6715b09c37e5cd49224d7225c5708ce602b343e5404257e76ebce44986840c55b4cb29f8077ecd9741659f0 SHA512 e952b4c7ed8044c79323e33f3874df8568669fd250996eeba182df4d682e29ae338fb52acb2171bbd6836fd915fd3b59ae1f32e549306be46e06ba575e140402 +DIST firefox-60.6.1esr-hsb.xpi 553014 BLAKE2B e3726efd8b755c1ecc11647db683099c44463102cba544eb206c031c79912a92d2c9ca027d3de72bec35286700de508e5907e1a469c2fd945e3665dab22fe735 SHA512 4057926b10b54ea4b72b1ff09bcf3ecc14b30c4b416d7724540214263050f3d2250fd75dc740fd5c149a1f036d94f6a27b3d076d28373b52f7699305981355d9 +DIST firefox-60.6.1esr-hu.xpi 554135 BLAKE2B 5ea31669cc91d27983b7421316e4eea26bb7b54bb60ec0c8d34d01650b11ad0f78928afb0945d782450ff0e79a901724dbf776e68dd685111f3f61a32ee1a52a SHA512 9e82fc5b8cd81f64ef219f5e33fd334c6f311552c01c2c2cf6955e64a4491f683c42ec6e2afbc81bdb63293daf2915e8ed9c5e213978b95f16933180948704a4 +DIST firefox-60.6.1esr-hy-AM.xpi 585821 BLAKE2B 160a189beb3fa92a264e2926d05dc0ccde4da1672c134c5d10d1b41073b7fe3edd2511a96d86b8aab81ac39ba7ee624632919d117e870fefaee65ce928043961 SHA512 1b44f49d124558ef94b67ca3917f810b73ec4f56dafd949a7de94941741e7c15bd27e00a97e9714a75520124910a47647e6a4a341afef828966d48612dac9c84 +DIST firefox-60.6.1esr-id.xpi 517939 BLAKE2B 3cda186f2b0e6f401820b93420aa28cd66e1d654ec71e047eebca1ba85531b42f11badd5b5dfb9b368760f293e6874e1db896e2415a420548f9a709356ae8e05 SHA512 13b1abbf4599f7fb876ee83e6108c1565fe13dfc6ad1ba49655993c1f1e5bf02168f13c2f470a271c92186324567b7211478b9910d118b10975e1a41c1162ab8 +DIST firefox-60.6.1esr-is.xpi 529000 BLAKE2B 1ff1908cf5a497e064ce538325486686734a60dd879bb34214fdf88dc21e2dd372f1fcddb91a46f255a28755c661aa8d62eee748d9061fa0382047e8ea5965a8 SHA512 5886bc216b46710c5f8d1fa83ce62adaeb10e9ce924033eef0c0d72007653a598d20379f596a165605b9ce1865cc6397cc4485b693ec42e57cf04148f9a50437 +DIST firefox-60.6.1esr-it.xpi 414823 BLAKE2B 47c4bd1cc04b19eaf0f8897ec35f31ac3aed51b1a07a85385dd16ad4feef3c89786867539dea769bdfb8692191e3f676e974e73b222b99968756878dcd0b028b SHA512 fbf77f6c55a502e422c97befad6ff7ec06d54b02b7c448e46c8ccb57642027a1cac61d096559494a56f31075252a6afd63cc119597b7596eb4e0c715fbcd5ac7 +DIST firefox-60.6.1esr-ja.xpi 587748 BLAKE2B 3236bf74425f4b400ec91cfb2a9f9d1b77ae8bdc243729870ae9137aadc4c728747a57e50d8f83dd381dd692c7d107c0bbca2b5f2b4247fc09ec9a405bd9fc11 SHA512 eaf797269881bc6329495096918e7c660060f71c4eeba7a99cd42a94752249c71f23b89d4c3d3797eabdc688d7ad4d38a8e081226ff52de11dff51c8c1c3d142 +DIST firefox-60.6.1esr-ka.xpi 572565 BLAKE2B eaf19540797a1a9a0b7953ce04089bbf302acbe62dc18c5577bd3c9781db2e986b4919cd22ae572c1e16ab29f3a381036dd121c2f32df12726bddcf209d59ef0 SHA512 442c83ffdcff0e3ebf5c6f3f842f7e4076789335aa77edec2d366161c28e7d11e7badd905fd65591b67cc49bbe2f6006a23a8a6ea0c46ed0d6192311d8750d25 +DIST firefox-60.6.1esr-kab.xpi 536341 BLAKE2B 97678f57033f7e5a2e8d578a93d51a76367ff5622f4924334c1421f232fb768139c270743d93e09ece0b570ac37d2660a7e3362bafaa54fdf007d8793f7a51e1 SHA512 19602cadfd53a0d70a5a198eb8c3a44d3cebe3eb4b474ec43550e9df9765b10cecdd2cc97e500d82bdcbcd603ed5e6db1acec1ce70c01aa11dc57b4435e62f3a +DIST firefox-60.6.1esr-kk.xpi 598694 BLAKE2B e4d0a9ea6fdbfd9eb4295f9a123282e7232ade6bb45e89302fd0276743adf5fa07209545fa2ae1666753563e79dc3fb34b1f79339a12752ee247641ede9a926f SHA512 8fd54f32872513c57a491074379231a97ce29475e49e701c2c81b26faa4cdf9bfa941f4f4f9f6e0f3dcaf56fcec0a0281580ff9ac8c61a7e97d87eb0e3a96cc4 +DIST firefox-60.6.1esr-km.xpi 598812 BLAKE2B 5809f50ad35c7344e8b4bf9e8297e75f732334ba3aa6ada4f805d4058191a399e549ac71d4107c5a310c3e74a2645e4396ae00d1b4c8da24db6eff6d242da3b1 SHA512 27540394ab8e597a0256c3b7a8370b8191574ba0dfa1fa8c17e2e8df08b79157b36dd85672e7f49c703417ce1c02287462efe22870c5ab7e2a7bab386a2dd193 +DIST firefox-60.6.1esr-kn.xpi 601585 BLAKE2B fdd5b97c7348423c913aeac0392b90dd3cd80e16c32a00df864e64c924ba15b48a2658a6fd049c0d321a9c7e13ba6819d3d91cb0c3452e73428877626c29216d SHA512 08380b89c8f099ebcffb05a0af1ce216c977cd00e0098febb16b11dc68c83a990074754adeeac34cfea31a13a3f7b259b2a9f1b01f192bbdbb9f9e63b70c41ae +DIST firefox-60.6.1esr-ko.xpi 563551 BLAKE2B 24f44952915c8b690829e13241673ae4784a7c9040ca43fb125869f46d59a8d97435c69afda68d9009a99ef5117797db27264768d40a311a940032ed6f1c8ff5 SHA512 a2825e370bd99211f203b705825fd90391b3f689b1274507eacfbde21fa8cbaf16790f142876fea4f29feac839521c4b2c6a695ab2f5f88a298cba90ba805fcd +DIST firefox-60.6.1esr-lij.xpi 529124 BLAKE2B 0d8c37a97d29a48ebe5d94173b2a0cdc436d89c41ee1d047400e540e149331d766b09d8bff23c47019b7ecdbcef347583d4819f7e61ce02dd118879c41e4892e SHA512 5702298ce9056c37d350d96f82d56ac0cde36c4301b05ca111bb66b0b76e1be04382054228fdb7059a6380b4924d949dd2706177efd04a7c96418c69db306ca3 +DIST firefox-60.6.1esr-lt.xpi 552184 BLAKE2B e00502daf85f20955425b616474cf3f1d234b376bdf6a13325db527a5a0bc734995f8be4c864fe1eec83f8180be9b5b62132bb9226d9bc55fec271d6cb9599d4 SHA512 b88510f49a24f9032f66c4cf1e9e9895f5294eac007201d8a725d5a2c3f331f41cad58ef1053fe091cbc3256d2ae1324531833dd0ee4609fc21c611d83b7b745 +DIST firefox-60.6.1esr-lv.xpi 542137 BLAKE2B 265e6df2c81a7509bfe228dd553c656e825c8bd2f8116eac6b6d0bf9b6a481a915f5cc2eec05a5f639b2f706583f668ed41c656a4bccb323640270475411b9f2 SHA512 5f7f9a89bdc4a765a7c2744ec75448718a73ba816e617d95d8e1058e5370851e501662394cf24305883cfa6b5fb0da1f27a296d6f25402e4f341c323e01e328c +DIST firefox-60.6.1esr-mai.xpi 565193 BLAKE2B 0990f4fa2bee2713a60b62086d5de7413835d97ec2d93871bb38169dd0f81ce33060a08436429ec2b6f3349d366f76f4eb799e104c0cbd823443ed5487346cd5 SHA512 bbbb420f8ce84e305af940dfd1f49ff3c134a86dbbdc0b44e8d176806a0658103b3c31567f8f5e958d2319c3383d4c5cdecb94a03e70701890e7e88030849a89 +DIST firefox-60.6.1esr-mk.xpi 529517 BLAKE2B 3f20abbd2e34ebf9d4b0c0ef2ce4ca03d7da8d5a87981ef3a2a436cfaee7fc0857bd5fa8aa74f1f74e2f28b093ba34fbd32cbbd4154f5a4dc6233bf42a9e7d2e SHA512 4db41618f202b34841e50866fac83549fc24712365ac285c03994b355d08b8454c73091a427a7b0752c7d71e83f8a4f075cce6341ce9f828450df13642509ee0 +DIST firefox-60.6.1esr-ml.xpi 614690 BLAKE2B 581c1a730d571450e61f23904475929a45ac248e83cd1b69f45099155ceda0e6ca9f470919f616d98c0c2da0ff0338276f7fae4b6a4cba0b82bd223df6ee4100 SHA512 3e94d9fdb5c9337cabae7971e52f452ae0df0070f4ffca55560b6a332cdad2b3cb96ba59fefce61c239f1585607fd49cf4d31988b41e9910913dfb0961165b69 +DIST firefox-60.6.1esr-mr.xpi 594836 BLAKE2B 3ef2215f8e7814223d84ce8e0a17ed6d332f0f90eb92843423c547775503f13bbb6a840cc4552cbb7428ecad91e2e566100e425f32744f0a8a1ca7c9e827c0ee SHA512 ee634d38b5fd0b3630c2df306541b21984ff5e9507768976ec095b4cab8f0a89a223d99c098eec635c704dcd8f87e4f915213a387c017f79779ce6ac76ef806e +DIST firefox-60.6.1esr-ms.xpi 525277 BLAKE2B 63a33e5eab60676678ee4f675eccaf8c9ed2d540730acf7d5bf8006065e7b302ae7d43a5cfb1718d841a23b40f127e21c8b2f6bdee2d0052ec8ab7e246903533 SHA512 ca5360a300d0f0c7f475bb15dd0b026673352ac2588b9cfd261937a27cbf951b2562b9f0bb7dfbab61eb328064c21e22bfae5088fa7cf72d3bce8a97e540aebb +DIST firefox-60.6.1esr-nb-NO.xpi 526286 BLAKE2B 4d1bc0a657950480f284deebff3bdd1b0b82963c5d203aec6537c0d3d9dedffb0815654598747642c8a9d2440f86a6e8f207f14bad16f305cae9862cf3a2dc29 SHA512 3990e9947ee615b77a1516d5bc7878e8a16afd73345372e321983b213c021d8ccb79a05b934fd99fe138d878760bfbfb4298b26b5956500789d1bcef15cc6d00 +DIST firefox-60.6.1esr-nl.xpi 533196 BLAKE2B 90049de30e71a243d84eb369c0895c1970aabd9e4f1f9d2e71a89a14ac6332f0bf07270ce18f6f2f3fc285fb7c0858d915b32f1bb84a169c6292acd4aa0de622 SHA512 a0c640da27a11d0f651e6b87f31c7d368e0794841bc33586e8b0f330d6acdbcd0c698359597e869853bc34300a3a9f0db9c38fd4d9cdc7f638975868286da332 +DIST firefox-60.6.1esr-nn-NO.xpi 527834 BLAKE2B e4efc8bf3befd4aa372334ef79cadedac39767985f7f2e5e50c3b00605bc069f28829a1fa5b0c9f77fb6dacfe07ab1720dac077354850bb2ff172208aab6e029 SHA512 5ad89c2fc80e80c1d323cfc3c6eba0ab6123a9dffff8243cae76df768a500947ee62f281a1de7a486e038547b185e5e1ab1aff8e0d409927c071057417458db6 +DIST firefox-60.6.1esr-or.xpi 556580 BLAKE2B cd8b95cd28592587af25be96ab5de3eef06149346fd69d743ddcdbfad238326be971ec024e6b005331e495693dc45a26b73b4b9d2f56669d7d04568f33867a16 SHA512 bdd2d01a902609a877a478c61aaf8304cd285a3472cb80abe5a09ebd208184829bff6fb52228534debce4a658fc08a2ecdd77010916f74c7bbb102c2d78493f6 +DIST firefox-60.6.1esr-pa-IN.xpi 574271 BLAKE2B 23f1e6e90fa77d096fe26ed6c16efca4eb22241ab6e3f8558ee9c057ab6c2b762ced100c9d9d01b2d6b7c74183d586408c0e611947679ada2d45ed03010459d5 SHA512 4f09aa0e7aa8907fd4dd36f3697e13d4989c5dadebe7da50cbb0e111e2a52b8ec8d545d67f56e81ce7abf2b443579695858561ebea891814963c1a5afed93c27 +DIST firefox-60.6.1esr-pl.xpi 434748 BLAKE2B e7be4850ab1c64a590265ef6b65ff372baeff55cb044803927c6cbf7537d2bceb96bec4ab87daa61f2946b4d90616df854a9c9be7d1a73f7b4984b276c7b2939 SHA512 535d5de28cd98a34aea1110fd8845c091b5e567632fa1639dbea0732c0cb148b59bae2523511ccbbca4bbed6431ec3abe83f7cd85ea64eed553b951af7c25f75 +DIST firefox-60.6.1esr-pt-BR.xpi 531151 BLAKE2B d60268c5511f4d697e6121a2d06ccd44d7b09be89481d10f482fd620548ac8c3920fc33308878d904500d814e616d472e5a82fee7b5ea9e393e1600a9f7da2cd SHA512 0ef7c295edad701bf9778922250bc4d6fcf0df35d1966681aa281c1d1c42317c75bd633f8cff63875198fc508dd662f04d6be4b7eed3084b1f03957dca286352 +DIST firefox-60.6.1esr-pt-PT.xpi 535763 BLAKE2B 7ceac7711cf39fb8c0f5d7ef7e9195389285496920392492d54e663e4fa6525a30cd17acfd40dbef27bad686239ae7015ace8e3be644e09eb93b54384a0e1e9a SHA512 4ba94384ab2054631b57882d91f5b74b8de66fe9e6cdfb834316df5c72b8cb31450e6a14bf62ea0000849f357bfd9b51ed327e78df11902ba63b74f4667d16f1 +DIST firefox-60.6.1esr-rm.xpi 521760 BLAKE2B 5f495bebfbc7c3d559c4e8c00637344e1d951b080866ca9931fc8d9d16102e80bfabeb8f3f7565ca4c68795913b353ada95eab1590e4f470286e67bc72f1093e SHA512 956a474b162b8ac3d1a4d77c97bcdc199868f445423bb249b32dd71f3e1732e0c74d292808f895c7539b855d3a81d1fb0f0d34c3f505c70e480a1f466bf9e7a0 +DIST firefox-60.6.1esr-ro.xpi 529779 BLAKE2B 5f0744b99aecaea2e723278f2cb776fce9360704348fc5c55e3286ad71591a57013140e596f78dd3446063daa02ca81e27eeca2fb3b8aa892dab9c3201869f6c SHA512 62b8cbe3f24011f247885bee7b3cba08e9ef55e2eee4ca94806138e2fe628e5fab97824599092ee6a4ec7ac54b0ea846970434b6ff74efd87e6ec61cdef8fd0b +DIST firefox-60.6.1esr-ru.xpi 607128 BLAKE2B 6113e1157e744cdd544028aabf2c08b4c5427ed44a527434e033bb6fb6955e43fd091f5eff9a99dd52a3a426406a67a5edcc6c9f8761b5c1364b076644690f32 SHA512 4157220130ba0ea1f2c2a885cb5ddf9888bc6766911387f373307a66b2552a2f4b945ad99a2ace6db267c2818434769ddb617f8272c2bcb93af2ec94e74de513 +DIST firefox-60.6.1esr-si.xpi 561290 BLAKE2B 92f5b3ce152e6da8843624c3df1dc682119d20b7c7a6b690c1657611e2c9e9f4865c64191b84b408039b8155d92a061301a33ef33adb5460baf63fce0b7bc869 SHA512 2c65615735bc9e2480d1cf2c3e7137b35fbf5ec064979df234ebfdb01e6e145e284132fb93f8a8a7e46db5d98dd4af1d63a7632a40d1c396d6e7985ac7772e3e +DIST firefox-60.6.1esr-sk.xpi 557433 BLAKE2B 02e7ff2a27e2d37890fe4494e8a90cab081cd708f9a625f067e9ed247b179dacf57d4cd525701b611713737625c2dafdebacd015b090cae7cd5a55c596f30d32 SHA512 9ab15044e34c48ec656290c35a834c0d5f28659c4227042948f92836a8445334d23d5c6ff9927103f166d76a06f9a8e01a3d4c38ce049b9785e2e6ed499f36c4 +DIST firefox-60.6.1esr-sl.xpi 535088 BLAKE2B baa634996668d62e431397aa1e586d9ccf3b7f9f1b95c84e0a152de62381e0428e769e27b715ba337a6725e61cf88468ac8b787a126613bc85e65d690a3f96e5 SHA512 cf20cde94c6b13b5d58181beda9fbeeca0336fc2fa7571e3c4bb864e02a0cbf035268374a966e10a6e6d941182646b508ad793204ba70c06e2db21cf65462113 +DIST firefox-60.6.1esr-son.xpi 513647 BLAKE2B d71d287b8dcf4fecb2d4e4113279edf2c7af7ea25e7ad9a589832261b874bc80eeb4c4a4b312569f9af8f2a276b9b728a39eee10ea3dc00fb7e9f6c856b82228 SHA512 4d42ed9cb567490dfb17fb73fce6fb66656931b71ec756bc5e5a20becabada792292c82df340d91bab231fdde98b5bde5aa9e326fdab6d1966c69f0e3605b614 +DIST firefox-60.6.1esr-sq.xpi 536982 BLAKE2B 45692b17abeeb3592296232befe5ce850141caaebe33fc42f5269beabb2136aba48ffdfb99242ffafef17fd8a67556bdc278aa2185a5ee0d0619908ce867ad7d SHA512 6036d16830cfaec30cac590723c9b1bf126eb29a18903e8b1d20487b4f58f2b0127f8794c0112899fdbff6fe420820b0bbb862ea5b1d9c4ac185b426f6237d63 +DIST firefox-60.6.1esr-sr.xpi 564497 BLAKE2B 819179a9793f76821f6a3ec36b986ec01b9b704bb9da4a33e0e3b5f209720cfba311a860fbea3e2846937f3ba0494a64e5a73f37666e4b1f53563478f52b8079 SHA512 1fe8a42962486ce77a3fe6fb9550609c6b3ed97ae79c6e7d729974ac8e7324f0e101bb0eab87cd68469583b43613e08825f74de65f5ea778fc97c3cbb2c54500 +DIST firefox-60.6.1esr-sv-SE.xpi 535061 BLAKE2B e68501e2c3a11b77a3d129d26ffebc88eebb829520f5c85709ed57dc794c999679f3d214e844a63dc1563bac9b79eeacad8651fff6358bfb736b8b08f957ac71 SHA512 e342ffcf417c67c90181540615b1a19aab961fa803493f939605dd8b0480f385ba2bf28be524dc0d904f2689318ddadbc950d79f0d795ea3c19eb395c3d46423 +DIST firefox-60.6.1esr-ta.xpi 593639 BLAKE2B 1981c2eb72f1611edb5ce549ddb3060a379c274b3c28a66d4888ee56ade9d3a0ae4f6541d45010cedc175c70564662e1f8112044c6ee791b61ed951f02ca48fb SHA512 00382aef01723bd52ae43a0c7294439ab8ba022b068712a4d707563388d81fd5d76479a7d79fb52642f538c6a6a137e9eb97791a59a547c7b08aa5fb461acac9 +DIST firefox-60.6.1esr-te.xpi 606690 BLAKE2B 7990362daf24ed84d84e0866fee24e96dec014721ad40becdd090199d7c2eeadff7d8254e74e6364cd9b137c725e4473c78b7fa388f1d38c53ced3f8d57ec5e6 SHA512 024ebe8f35bebc8f2cf1c08ab55383862c512c274e155ccb3d55b14b442b4d65ca13ba0715bc944d2e768c50db1578d38eb8b82ecfcc09fbf61f95ba7b4857c5 +DIST firefox-60.6.1esr-th.xpi 578533 BLAKE2B 655d94b95c0674ace609b0a9ebe0b7a12b12ac04b756eef6997ce785a5dbbe286b0fd1db6d2c42f6652574110bafe130b7b920ab5ac879607b4efa0d7162030d SHA512 79e2e3ae20726ff388898c2b479acf8590188e060262a3d3945606a1a35a28c05bf23df8b2086f98585474a2b4ce9176c6ad17f5060074f6e29e57ddcd806bef +DIST firefox-60.6.1esr-tr.xpi 541582 BLAKE2B bbbdc3903897c6a6da09059f3607eabd34538d1f07c96afe8ea9068d0755e6d1f8110dc3f9f0f2de24601f2ace553903c53703710b48ac08ebdee35d2accfefb SHA512 d4847be63219bf66c4b3d1aa56cd78535612bddf240babc7e542d0d3a83bc84648dede88c8cc10bbe908bd2c8d77add4fe9b948d9331956e89db90a172622717 +DIST firefox-60.6.1esr-uk.xpi 596649 BLAKE2B 69e5aa5c30214b512e37ed849e2cdf4070b2e47ef612b2999ba4983cb5ba53db2ef724a25de9842aa2829b160a3840964d251f5443a214ced2c80f0553e55d2a SHA512 d8fc652dd1af7a60a7f7044b1e99fcc77fe69eb728401ba0d98cf1b901733850968cfb1291a11ad46735ac750af2b217c28ad7ae535cdf4441f1119170e294ea +DIST firefox-60.6.1esr-uz.xpi 529399 BLAKE2B 0ecb8b9891f373c543b60f7751d0bad3a134bc36e0629b3abe47cf3580e3e1bf151b4a0da2cdc1f2108d15d213e2363572a9abdba1a18f1571ede3777b62c9c7 SHA512 de7bf13f6cbdf43e5a607c0e46f233fc65c24e7ca2bd74b0a08b1c4be15eda44ac040f569ecb44116bbdfbe0df156a67fc5e3a187a553c2523ad638406187d07 +DIST firefox-60.6.1esr-vi.xpi 543907 BLAKE2B 9c7360a1e244a626670848e75778c2650c33f9b6bc6c0b0833614fc337f829bfbbae86311d90ca907cbab891cc9e31fac7688455078b28710382529cf1dae9b5 SHA512 4c571dcd3015cb651e6af462214384e01aa4eb02204fa01dfbc6a270919feb91110d60df5e483b6404231f3fd1437d64430179c030bc188bbbfad1317fb933d2 +DIST firefox-60.6.1esr-xh.xpi 527565 BLAKE2B 6b357e8887f61aed2ed513efb9beb034d126c3ef9b73959b6f10c25f221f73f334a8bc87ffa6f983df956a5fd54f66c6185f9f87825be2b00759d4b6e38ad4f8 SHA512 5bb606666ffb6598987953fec0bc555d2a37c4233a8ae98e738eb1dd5fb3432a4ed39f6b2ef0bdb6e7af2570506460b0319830a9ce9a21b8a8f2fa37f1d6c3f0 +DIST firefox-60.6.1esr-zh-CN.xpi 559980 BLAKE2B cee4fab650cd87bd8e1c4bd14500c4036d54fdcd6524fd24d5e67f08a6926ebae10a70f0a961942a2ce752e8017cad965bf9e45ec32e825f35e5605539e30a86 SHA512 d5d63cad9411d615c0aa0814beca1f48cc033327ae989641a9e4930a8f6e7e5e6a4cbcb875b26fa5e82b631aa9a99aa35ad3710308933cbfbb0a15b9686094de +DIST firefox-60.6.1esr-zh-TW.xpi 558304 BLAKE2B 94736adc0f3c74466f560ccfbab45ad6cdf436f2987cba65d25995dda15838109f5189e4d4bc87bd64f8a232d953ad69cdbe56cfc3ca3562b780a465180f0eae SHA512 dc2359c2d7245592034b58558357f986e612c119b54ba2b979ce1df0e7dab2a5a0a1422fad6958349a03832c96e9cf1df32bd55be167025a0c8eab5f14a27146 +DIST firefox-60.6.1esr.source.tar.xz 269197532 BLAKE2B 1c108366aa5a6a2994ef8dd70dd70da79ca54cc5a619243ff304ba87450ca261c203cf67f426ccaa2bf6d1be35bcb71e5a2ce9859c8f227ad48b83ed5895897b SHA512 a1683e9ad551c2aa6b84013216393fe1f7107728c253ed8e5700d419cf0956513110ed4e1b5dbac3e3bc23930e3024706f1b24d405b6edcdf8c175b03ab241ed DIST firefox-65.0-patches-04.tar.xz 16096 BLAKE2B 2c591c54ced34e32307330df19fa205ce274c94519f32205b726183b55d2050b132a30301c6c9ea9b4a63e292a45d1581fd712c9ffa4730fb5b7fb2708673da7 SHA512 fc3e6dcf5fb14caae9e6d9ddfded17edcf7eb138a1ff024320a9820e052d6414874db22c641355e197cd5ba8dc60e4747f16caba4ba686ae7dadf8f9d61fa6e6 DIST firefox-65.0.2-ach.xpi 447470 BLAKE2B 1f2b8b663512e98fdb613c56830ef65d06fb5d259e96dd103f2a4c72eab8d4a128876116443f63af95210b5a60955db4d3fd3a96d30bb8c202a1fe18b8293804 SHA512 c32336203c7ed25d022cb761453981bc68cfe468cbb61db8ab6a19e8396c8bfc3adfd93907721830dc7f9f4eb82e04b3c2f1fc8f88fdf7a45ce3660d98792ff5 DIST firefox-65.0.2-af.xpi 437795 BLAKE2B d12ba066c0ec11db1f6210852bad9e5476e560ec3d8b7239cbd5cf90bf0368cb341de1802eb2903c55342bdc4da29d540e765fb1532fadef2ed05b924182be65 SHA512 b1d0bf5dfd6b949f6614b0def28422d0b10788d0719eb9037dc3d2fe34f33ed5cb59d6083a12a5853601246fe53d1eef785992b86178295a8d9d6a7a9697052d @@ -462,4 +554,96 @@ DIST firefox-66.0-vi.xpi 482936 BLAKE2B d82e78f9a3c35dfc79a78ad7b5e2a1ddbbc058ad DIST firefox-66.0-xh.xpi 452135 BLAKE2B 09dd72714bd117c129ade1d5b98d81ebe1ef704da819b193088b2e0f37c42903f90e8c8a2b6ee864aa54c2e734049f5e05cd50230da0b0f5b1fdd3a174828b83 SHA512 b1d526e81a7b804ac0094f8e952c14d19556733aae5cbfca36966ed7a8c2d66445583ee7c220a7a82411b5e9ce496fee19525a3fb9ee0d8f673e470d48670064 DIST firefox-66.0-zh-CN.xpi 490019 BLAKE2B 9756229aa131c57d99a33ae5e483b0d32d2634d1f92854bcd728e614ee347ded2eaa707e074b4a965fbfa4d8641af98289bb42315a7b431cadce10d5806e4f78 SHA512 d07379d65d80575e4a60adeef98303064d50409edb1a73d139d17d4aaf511cc1c4d71b5f7b3a5c94adc199ed7ce74f42336cbeebebc2c4fc26c84ff1ac84c9a5 DIST firefox-66.0-zh-TW.xpi 487831 BLAKE2B 591ecbafe83c706df8388b070dc25c47e4507e0f91aea60419637e28477f11195389e64a02119618b38dbac7a70144ad2b4b30a1b463fb6f3311e5eb7c4cce90 SHA512 e50251ef64cb4acb284b37e9d6ada03de0d7b682e673d21f2f817623e405be693f60861b71bca7c70988ec3778f69c9bd99aec3e0ad99faa0038a31834cb7150 +DIST firefox-66.0.1-ach.xpi 454628 BLAKE2B de58912f217b10833c02d682a73b9f790735fb42411180e9e9a4b91d3aa3e7ecd0a953ea5a5fcbf5abbb96613f6db5c494849ebc9ccb4515cd3eafcea20315fc SHA512 5c17f87bd60b08e0f8a6dbb35eb9834718de6418299760097b9ce5baeb38b364c64d7a03fc63a8f643917a609e9f64d541998797dafb4e5186f23dd3db00424e +DIST firefox-66.0.1-af.xpi 447406 BLAKE2B 2ba5c783e8a1833e42dda81409af01ccef630f2ac05024f2562af08c6f14d51111325496f5a70f4cc8293b35d3cd977c0e77362ec1ddef7bc125cfeb44140530 SHA512 a504708bdf574b37cbc7e5d2d5ece2a1ad5e685d9c0906a77074a329424e5fe85e675d7eb03251518e46be67f51af4dd7016b6f3422e15492e3add34b214e26b +DIST firefox-66.0.1-an.xpi 472356 BLAKE2B c7917e3c11caa057a258160cd78d63138e46241bc9e0ab791aec30cc4c61de53f74b3e8400cb703db060b6cf4b8c70ce842fca0767982f24fb4da5f76e0711df SHA512 dc4954c6d82161bf3d97cc4e6d76a2a71c5a3e7c49ffa3b18a81cfb03727ff3ee075e76c61d4d2201e28e6c8f0ad50a16f6a5ad1c702a4b04e74084dbf8c3a5c +DIST firefox-66.0.1-ar.xpi 516885 BLAKE2B 3511fd7d0c162cf97f4851fac798409f2abd085054c2a121c35b55c71fd43451295dcac83413033b5403303eba98d62a81023c8355cc87b8879cf52a424ae7a8 SHA512 a0638738622c785245d555b54ab8b99b374742492faa39b12dd82d86f13aeea5d9403f5d4869408b636feed35986c536066a9eb407240df9d4c75ba5191d1222 +DIST firefox-66.0.1-as.xpi 479965 BLAKE2B 0b810a85df90bd17f2bdfa56fb234c94ce4c6202407becd6ec4ad9b98bfb64ff3a3f250cdd63380fe4acd317d9badd3903727ddb7122936dc85e13529fd3ae82 SHA512 b9ad0d7701c895b7c376bcfc6b9c942d8f853193db94618de9ee4c07df14e1e39469d6ccf12229c4f79325a8b4cb057bdc3a8dd8118f36533122ed0cb7b95941 +DIST firefox-66.0.1-ast.xpi 471754 BLAKE2B 701e7d0332a75204a8a813940055433772eab54a0b55b40f60bf85cca6b094772fe524f2e98473820919aa451d96948768bbbf0850459d8e122737c996ff2e21 SHA512 2d0533058ab1bf7ac50b03dc6b31d18d6b912f2ead9632cf9ee1baefb41fba921ad4187b4ea09115a8f3dba5b7ec457083e96310761f19956e82ab35468a3b3f +DIST firefox-66.0.1-az.xpi 494096 BLAKE2B 4641eda863470050ce307cf67d33c142494c58d3594f758767751a960ade9cb68d7b0c039be98630145f8fe3e1fc84e183e4318fdd183423bc926db191c51eee SHA512 0baeb4568ec21583afa2a39e0a6e3d6f377cd848c07034698ec21987288d17d25aef9c47fb40ec582b19ebfebde4f71aff1b6c0f6fc36b85f487e27f6dcc73ff +DIST firefox-66.0.1-bg.xpi 527810 BLAKE2B 43b27e4b4bbd2a901b989b73c977b45e3647fe33659e45a6524efc40c6f808f368bf6d16431bdcabcc1b0f92dcc8ee4a566222bace38b0b19f12a69f916a9aa5 SHA512 4805fbb86a7472e35f5eb4ed07764caff9004a397e1be8b766f40ef8eddffa5e127205a70e93eda4aa8c4352abbbd802c19d6c99e605d159e757439098055091 +DIST firefox-66.0.1-bn-BD.xpi 547084 BLAKE2B 2b66d7794ca102c439636c23ff2458530503f2a356a0de2e9bd1af8b33be1d55ed5df98df962be31f3f5cdb866203e1ae0bf41d81a976d4d069f5afc001a48df SHA512 ddb91a9c7dc928935d154a5d301609e2beda563735d835836c6a1edb279a637d297b10dc13b9f3bef487866f5843243bc5b3dc62c0c8b40c1afc748b5a754f9a +DIST firefox-66.0.1-bn-IN.xpi 537452 BLAKE2B 0fa333ce78465d45d692655e9bbcc104ccfd2145bfd818efafbd41b71b21da261694f8d0a9dbb665dc97d2204d706e8363b407fd939bda4899e5a8674c5188fc SHA512 f3d7c27121950be4ddd326637b9ad9b1ed14b314e2f672d0dccc7cf08e565c1ae02bfb0ed54dcefdfd6dbd3fe50b7cb3131f949dd85db2370a880cf314729656 +DIST firefox-66.0.1-br.xpi 476665 BLAKE2B f1179c0109c60d15441d8e8b5f9298764a32f9f6065f164065765266ea60148df515b5e0dd76d504b803ec68b9c6f4a815a198237f2bc39672f44547e36efd4f SHA512 1e28c204e642a49daadc290494d899bb92cb047b6085655bada1a3b03fb3c317fa2f3c82c669c1bf533592318f17a3763d77ddff74f1a241a42a95cdb5f1994a +DIST firefox-66.0.1-bs.xpi 469378 BLAKE2B fc9ac5816a09c45bed2dd608e384be5014c125046ef755c26bffeaf33251fe1daf84e5111e0bbb819bc2af3d6bba12185d9dc24abdd7f02a4a1505bbbc832b68 SHA512 2e3799b1d7ad733061734bfc329eb5b59e8438042320435a692b4735a35a386e1b7176fc80fdbf21b30b71a0f4abf467312e13f5634633b1c5ddb5ea72a536da +DIST firefox-66.0.1-ca.xpi 477758 BLAKE2B ce0ed0b59060a6801c1002ab73a851f80b062c079f37f1d65fee541a958dffcaaa99f36e1a4c16dd316fb35c0ff87a51ae4f7d00a47d7a6deac9c16305e576db SHA512 175456ed36631654a51a0db9c1acde7817c30fdfc27e510f59e6d21f09d915e28de4958acf88a6bf995c55f9691f524f11bea6add16d7ce8141a386eac9cea81 +DIST firefox-66.0.1-cak.xpi 500359 BLAKE2B 99759f95af950d3dd5c633c542488cdd08bbb0e8f21870a73a97fb45e663f48e1df363d27f2a8ffc8bbef703f5f4fbf8b78b681f7d47c8da81d7add62bc01322 SHA512 ffe2ca99b9e4154ef3c2bedd43effb5cc595d68eb209c18863c44c1d3935bad2db686071878995d20492510bdf6441423f114d1c0b2891569f516eb7c30094f1 +DIST firefox-66.0.1-cs.xpi 490116 BLAKE2B ded5d9c9ac5c078131f9f480f8e6760931386eb3ce344669e05bbd472ee4c0575fdccf4a612eb09ca989db956d91d083fd9f5334d92b21632566197a4d68b125 SHA512 8617450c051c576bd49d15f21b703be7d1468ee2b9823855ad765d9ebb32c8b2b3007720665bd7589c04f79f4ea5dd1823beb8505c7ad31d9410ba95cff75048 +DIST firefox-66.0.1-cy.xpi 479446 BLAKE2B 09215c0f94f47f82862a4a3bcf65eaf25294519f6260c6c77c2c3c866d34a41bd7e4961ea84441083649fbc7f580f3e29fd0b39ddbee4abf671336a838a8dda0 SHA512 64d744d82286ce4a70c257a5c58afdf2c365f47af1595f8eff571d7000341dd51433cbac4d4e7b0ef0ce486dffa4878af30bfe998e839d5ed19b3945c6cc7954 +DIST firefox-66.0.1-da.xpi 489566 BLAKE2B f3b8aa6c4ece8287df82419bbd7aa9ef5b54193584713b50de00b00d563a51cfb32aa7937977053ad8a1eb1371f975eeae41c3554d2b57536c2018768127c1eb SHA512 5e2c2a8e6a4fac728532c65ea8bbbf93c59c6d20050b48ed86a25099d2d903d90aa71af4a0bc9df5c5c0a5286c7db244069ea9a5897c4c61093a3862953ae480 +DIST firefox-66.0.1-de.xpi 488912 BLAKE2B f34b5d810824a107844490fe8495b2e751567435d881f6f86c2192966826294ebd37db9130793736757b5120efc6f65489b9fe84bdfa25441a9ada0f654b7ec2 SHA512 6cd0f1cdee82f02351c8191ad74fc79f28177dc03cc58d2e71033054bd3ae847fc56e844d011509ec1f750f225cc5cd50eeaee53dd984bbcbc67e4170f678778 +DIST firefox-66.0.1-dsb.xpi 499048 BLAKE2B 94e88aabf715825cc2269686d89f709ce6ac2c132e7e428b80e305a154d4e9dfc52259431eeaf5c9cfdc59bbb5c6932d0ab7dcf7f53083cc951254ee74b2b418 SHA512 f2d91a384b98ce55355704802c4f72ae1498f1e8aadb180c0a4f5916c468b293cb59561fec26c1696fd187ea937e9236a62d2f6b8cc14183e27086d95908a949 +DIST firefox-66.0.1-el.xpi 553957 BLAKE2B 9be0d50afb4785a6e6b297525ca9cdce8e7063979e5710190cf961fc68273d7b305922fe5a652cc9f08cfe74471c1f20a4c8689cf3dfd25efd872a74fea62696 SHA512 34560ca1330e6de759556c054973445c57c9e6191333ca6e5dd2d29cd80afb4975afd461d7f9fbf80725db4dbd5d8bb88d2969fe0073738b6e769b9065a923ad +DIST firefox-66.0.1-en-GB.xpi 451500 BLAKE2B fa4057cb9060254e5a04f783b3a67b2cfb0046d74f47844873fd2738f8bcda86cfafcc93cb5b09978d8aa920a4bf05b2edf62459aba6eba8d64c5b59aad1d4cd SHA512 c77ec7e35e8408bc36f2aaf2a774ee9066ca71d3459ebed61c0918e358d575a544b97d02823c43f72828ab6b2672b96da822e431c820b44d76843541ed18d256 +DIST firefox-66.0.1-en-ZA.xpi 430515 BLAKE2B c7d323a48efa5525ec6fecef07d86ad106003764242cdc7050de9a96d00f48c214dde45fc474d14517e2933fd2e3d8f236ba41b72d6aa9989da47322ab9df6c8 SHA512 207d14b0747cebb95ede6211149a4aa3ea60a846a71030fd06ecf8d67a1b2c2d8f2ff6f7d40e771689f8c42b56db5b16f16eda50f8f23514f185d80d2fc1482a +DIST firefox-66.0.1-eo.xpi 477839 BLAKE2B 055101700643df873ffb3f38562d295bbcb1842b04ff055ad4929fa94f5f443ef47a22f3e7b70f3cf81e48dea5eb869860d6acbc5f2f7d7e4c499a33b71cacbd SHA512 d153c19dd40623828dca06fc889ef12131fbf577e03457847ac535d1103b42e9ddd06618f39c6997f4aeaf75f65ddd7f8580d4afe87321a2a567707d8d71d3c6 +DIST firefox-66.0.1-es-AR.xpi 486158 BLAKE2B 418064f3bc9430f2a702cf3c473d8f5d9731944a2c6b7389feaebbd956758f695584e1da3ffefad2719ecffaf0fca07c5dae70e3562de31d72724a7a879abc62 SHA512 a635027428b9f211842d7a82f9810db8e638d44ff876c203b1f20c505f6e0300c173d88d567f6b584a7fea5a0b7ef070f105d5cb58baa61b808f6a5f126f2380 +DIST firefox-66.0.1-es-CL.xpi 482902 BLAKE2B 1ebe47195bad4f317b309c369072c9fed13c7b136ecc435442712d54e8db3987b7360f1396a8aa87c135e2bc9c3788117752017391a6332b4866eed7374afdde SHA512 0bde354a1e6a1e9babfb6910670ececba188c8ec093583f46a9facf473c8c9334d110a7c01f14211236680001446ec20b659ffd5fa162ecb00127fc9eb986603 +DIST firefox-66.0.1-es-ES.xpi 446824 BLAKE2B 5d243da2dfebff121059bae7e3f8a036347024509f34e26cb2cdf3f1611c56c7b4a435033d7c8ff56c59bd7d3f56a220f4ac5773b1a34949ccccdb7f10ce1fa4 SHA512 67d322d939ebaedd4ec3153c31e4a56380dd0dbf25d3ea0f2e04f4c18a3338a3101099ee10673d55087d079414b40693977fb6d71cd834ce69868bab154bb1fb +DIST firefox-66.0.1-es-MX.xpi 487850 BLAKE2B 1f51372fd261b50fb39a54372c769c3931b6382e3bd291ef9c5871b697227a77291ca39d30ff4f6e492cd3cc66b9ab3faa6c37b578c07c38390206a5ddaef9ce SHA512 86247de517b5f396f721e108b0536bc2d16f4c0bd7a271e59ec07c6a88872f84afb0a177df965391608d6f02bd914b28c83c8627a5073d80e55463fb75893f9f +DIST firefox-66.0.1-et.xpi 468370 BLAKE2B adf86c6f7c629fa14ae0836e84b259cdb4be9f90d4e6182f52217b4afbd8d9c1283d59d5e931c2f5a9ad95840f9cab3c884746488234090840e8f4c716f38561 SHA512 d4a673f47fe8fe47781a7835b5b097ee325c815f5a3a0e513dcf202bf37d7c998499be0a00b679777db4031e1a0679a4377e0a975db8fb8da5ca5ed50e3318ea +DIST firefox-66.0.1-eu.xpi 476876 BLAKE2B 279d6dee87e63592044eb917d735ed774a32aa5d2608e855575a0048b9d426dc1085a54dcb44b44c7767a4990c62c89de957758ecb99f571b058b320a60841cd SHA512 b88a507a9fd94bb09da66299ae6a64310fc24af9a2ddec9fcc05087a8978639f65ed795dd81770502261841d29b335bdb598027b1c293f7e5324df0717a2ea9a +DIST firefox-66.0.1-fa.xpi 528479 BLAKE2B 2c4672bb95a136cb23fc48c2abd835460c142579f7839e61b32954b34a0281d1ad8124704bd827806fcf45c32696998d35207aa2f814f8f906a95e9e966df802 SHA512 fd79d56f9f7af85504395b394e2972e825098154feb03e5acc0d8928f388b156a7b05ab46d7e442c9c0333577ee828ae18c061eda53feb1562c057348551fc45 +DIST firefox-66.0.1-ff.xpi 471588 BLAKE2B de76c41b618b4cd4fd7e8863a5abe3d6655cccc608287dbd79bcac395c2ce7adf539f77c028806a2fbf6d7de8dbab9b31bf3b4d9a774fc7654bcc1f2088dda20 SHA512 300a28f04f6bea03b7dd26af2a444119c832eeb7606c1f278f1d5b2ed6eb3c6e96ca71bb0e045bb34ca2dfea40e62765182561d44fc3ec16402f469e2d266e3f +DIST firefox-66.0.1-fi.xpi 466498 BLAKE2B 390aaa90ab437864ff066d8d080f103dcbe23ea7ec1847e18e584a88158f8a361ea9afcb2e4490004af73027561f67827954efa7d7d27efc3683a507068c5705 SHA512 55471bdff23e8129ee34c3888fd717181be1fd386eb426daad4f681c1e2fab8665825a4dbe46a168625870dce218956ae4e63a9d762274d4eec13111760ea932 +DIST firefox-66.0.1-fr.xpi 492347 BLAKE2B 2fce7e3b1f54258f6b6fca6c05eac7923e36333bb27d70f1b1b5bfe9559b1566f5dec30294c6d331d948bbbb211e70a7ddd2d76d631193009ae99d07f904e7ba SHA512 146852cd0e6f7b0ae7ec81a5ccf797c0727590a0751175ad385b32f41f85ad8b8ffc09eaf8efcc790a4cb4b37ebbc68530aa0d951d1b77ebe8b71c5275f913d2 +DIST firefox-66.0.1-fy-NL.xpi 483161 BLAKE2B 28ff2585809a5410068dc46fdca882e2c8bf95eb7cacd33a9d8dcf2a779c7192d613f373df46545f1e2602b48b53c2df0d03fb802647927b72694d82380a272b SHA512 6d9908dad548eb8bdfdb97f393ace64359971c28bf97be176f9f568e3156587962302e82646885b51de0184cccb41d9c72d2f2763b9d3c1e4f18ed055754c57d +DIST firefox-66.0.1-ga-IE.xpi 476908 BLAKE2B bd6ee2ec47fa27368d0a23bf4230cb31011a1e768844c8b90633de4b7629abf34366f5ee2eed522b98ed2f161cb1f3bfc2d51cdb3564e5b69925cff0b569f6e2 SHA512 e8cd45e740a1274f508c5c15547a3da53bb5ea280b999b7126848ece459b7e3191b40652de0540c6bd1678afbf57ab930f9bd36387233a26c42a20a49e50f6ab +DIST firefox-66.0.1-gd.xpi 486090 BLAKE2B f601a1f035e5f43e209ad3d8a583ed6eed2c05058e803e4a2d6167d56bbfa75b8044a5b70ec10203ce9852eb150aded64e0706bd27cd5ac1e746a772bbd265d7 SHA512 c1dc0b7ef1421da844ba37510f03dfe689bb828543d65a6b718e9a019479cbe9ec4a16715fe493ff179a816de8b9cfff41074996caf0d6e16e44d1a84fa19d58 +DIST firefox-66.0.1-gl.xpi 470770 BLAKE2B b71490955b7e688096366d94646c4326725f1b58ae7136c5cb8c72e2f954b89faafedcfa8a241cebe52d3154430b0f16455c3fa99d09fa2ffaf0d423981bb86d SHA512 9f072a51ee3cf7223768f402004c61a4e3afd03787dc7cb7659d36ac2d8a39325dd53cfe4f92073b6b2ab78078cc528d69c8a692636c5b68b79bf699ddc379ef +DIST firefox-66.0.1-gn.xpi 492859 BLAKE2B 7afa6fbbca080399074303aa8650cde49d8786049d24780593f3ad67ceabd5c4729639ce12ee6d52e0aa778ab83e43d033ce713610b5f5807afea7bba3b346b2 SHA512 23cae00ea080078c028dc2e6e974b6efe3321efda8d20dcb154cff6388370a85805b9f65095468f687360bc34d117f7adb388d53e1426b51b9857c54f5791cab +DIST firefox-66.0.1-gu-IN.xpi 552724 BLAKE2B ccfa72626ede5c68519c0eafb704d928ab489bdb959f67ab077739b00decb5cc5ac660864bc328e6be99bf1961f0a66b774d6ffa99c749156e5e5fd52f5e1bd5 SHA512 54f53b6908388bc2eee3867a31b7aac152f9481df228be40ff9ac590028eec60f1bc21a4b6a57f461c5f80166e97fb0eff97736447e9fba693f5ac32ab82ae56 +DIST firefox-66.0.1-he.xpi 491409 BLAKE2B b426066f84b86ba19dc704d2f57e4a866778f193051edba0cfa5aae7d98ecec968a20ce5708d24447e5dc166b6f5a930a14bb27603951277aa668b426118fa17 SHA512 b9dfabfec748ec95696efca91f48f0c683a0ad9ddc493eefcebf525d5d76ec3eeb1703066aff94610cfd6c3b5d67111e6223ea0980439290555bee2ca1e55e8e +DIST firefox-66.0.1-hi-IN.xpi 538513 BLAKE2B c7450d5265337ad5f2997c6f5b1a0da1f93bc4139821a11ba8abcbefb28c1aa51d5a2acd4bef05db1ee61b50951627395901d20e9b3228122bb8f7cedac8f3da SHA512 510b9af4abf26455038dd4002d9d80cbed0555587ac59576393ad28c6535a722355a59297d05c293cd4ccb3d220637cc2c6396f07da3ef30411e3ba4683d836c +DIST firefox-66.0.1-hr.xpi 475787 BLAKE2B 02d6c52f6e2cddf9899b3efbe3aacbf7d964d6a2af1fce42d9f0ebd736cfb3540e339bbd3ff71b918a209a80aad7aa2b8aa5ec4fb050f20c49a84cb7bda1f75c SHA512 2d9a6e2a1638182ef62973174e5300d993ec1c44922cc390e95e5162fef921211c76731621c990bb007d152eb69de0554737c446d65df151ec72f5b3036e507f +DIST firefox-66.0.1-hsb.xpi 498551 BLAKE2B c4af68ba4cf2cae689ce240b05d4507916d9050bba2305e63023458ae56184807628a4d6fc1953b7b889719f944d8606a989e3739f416f7186b6619d65ed29c7 SHA512 e01870c76d27cbf020d997042528fc9d5b4d0c27e3c3653c0ea69f332aa008ce648e75ec833f18fde6767f1aa21ebb5193780599a5fe8a17666bad794ddaed76 +DIST firefox-66.0.1-hu.xpi 495665 BLAKE2B 717350dddfcd6adbe9d329f5aa8ed2ba3d84c7abdeaee2bf74324161f169c3147adc5a249003606817edde6548d4a6a5f1d46d7a161211528e2f8f5165842196 SHA512 b2c7efb4b835abe1fcc4c624cb4b29b5d8a9f9e65ed79b1d57f076ef603308a0ba3d0afd098bc39d1a7e9a7bccbf8b8f004dc47dcbc6a6005431c703c0ea6647 +DIST firefox-66.0.1-hy-AM.xpi 520694 BLAKE2B b4bd7b23e9ad8875842e40f6a1d85bd751c5ecca041cd2412d328b3f208a2f4aa14f28d2acabe2dc333db3e6652b7604e4ff06dcd67f0311dcd00e6d65cc061e SHA512 5257ecbefe0b346c7ec53172bd622a7d25410e8a85f15ff201549a5284750998903f4307ba1ac26080d0a1f73eb81261c13acd76f51c5a9d7c5f12be0946a3e8 +DIST firefox-66.0.1-id.xpi 465875 BLAKE2B 312313be69a699c4adbb3bdccbc330c7bc777bf244e40f91f660111434861a6cda23c109b5013c119372d7a552a6ca94cb5ebd1c44575584b68f5904d5599b97 SHA512 72facf72f224f16fcbb62afc516fac1142c4c583870a4eda8fb7c04e7d196bb69995c29f08c77b533e4b94a7b1a2bb27d0bff36e410206c211987f9e71d50bab +DIST firefox-66.0.1-is.xpi 477149 BLAKE2B cd20e54840174808179042a193db61c6eab6fdc32977e1e9515d3edc8cf1d8c9678ca0cfc5c715c8ad2a8538609e1b845be7c22604d882b6b80e6130becbc4c2 SHA512 a07b511b9863bacaf2ca692fba30d3f9c386f5122e73875c6ae8296a07a90b2516a09e35f4d797c107dc7cf86718f756c3cb2ea4845eeb4a9a323f4aafaa38d6 +DIST firefox-66.0.1-it.xpi 365175 BLAKE2B 05180435567e49d7a27b87c7e34e9f559f8b56ecedd049fa379d2c4dffd4bd8f588652597b937a0de1a5fef17567c6b10c633e89b52c12828b91b4e9bf2ed539 SHA512 f2d8328bc470ff75e7f580424175acc87b1d32931975d7fd3c5b4236bd4e2dadce64ff7cb3dfedba98c59984e610479953c349715f32c20c872c29afb3b5ecf2 +DIST firefox-66.0.1-ja.xpi 506345 BLAKE2B e42521eb906c8d94a0bfbde482f8906b987342981863b0a05dcf28f55cd6ce84c23e8c4fa992ce931f35548307efdb9675896ac11d62613a9681bb474100ead7 SHA512 da50422baed85a8c7f634fd48aca97588ed36fbc46691c9c8403f0abbbf9a45ef04f364f2c3ceef253b5a1d87db34bb579a43d4ef7764d682235bc63f690ddfe +DIST firefox-66.0.1-ka.xpi 517439 BLAKE2B 5e3d766f5c842d4ae76119530a22e5b0447fdf8f1c98176c16371040795f5f729ca3dbf78cc23acef2af0f69504c8f5ea8cfc4e207e1b4a26106a984191b8c63 SHA512 8003434880f0c4d4c6c3c2fdb23cafbc8a68de8b8fc8156b7dd4ef19670130995a766723f008c2464088944ae64f3625a53909130a7a50768620e6bad3e6bb4d +DIST firefox-66.0.1-kab.xpi 488671 BLAKE2B c5acb05bad59a6dc90fcfea3813243f0ebfb14eb07b751276c1e189cdec42d5170e23c3d1b97b1ac55f10c6d7b8cffc8a7a56c43ca4369a1b93b7eb93407ef59 SHA512 85f31ef96976f67fc35cf608c9dcc29ac322d308f52d17f3a043dcd39df2ba2949a2b9a676c97b4953decf179e972245a2b71be707cc751122802baece2fb0ba +DIST firefox-66.0.1-kk.xpi 543750 BLAKE2B 1579a2eb02b22bdb90e7708f1a5b9a74ec909b6330dedccbea7b21af23008c0cd99d2522c77c22b1636dede2e3a1595a365e5fc261d5ae8bda9df6014b450ac5 SHA512 0557d306e89db169d09d8abf2236e2201cf9bed73033dfd7bd46f6942703c881d241e1f8a7cfa281bb67232ac95564323776f02a3f5a540aefb3d905157a0c91 +DIST firefox-66.0.1-km.xpi 534615 BLAKE2B b366944f19aaa519e716f9bdfabf0cc9fb4b8fe49350c267fa6c735b9cb0ed7842285c037b75ea10fcf9b730a4d4958840ced000a3976169f012dd23ae3b976d SHA512 d7b25cdcbd51535298daca944c78a41a4ea1b254966ca9277d904a923206f07857fcc45e4ed294cba5bae89b49f9c0eb4cfcf6562b4d6f1d18b2a11336565b2c +DIST firefox-66.0.1-kn.xpi 534283 BLAKE2B c85320db3a41626886bf6ca090d3787c5831a436b3e665f38e23c735904c57ffe3caadd44a2d25f2420ba5524f79f5a8dbb3d7e9068174b52a9b32e1e1715119 SHA512 51b71fa1b720c1d24ec0aadb2a329c241a1c53e7ecfd41e1c23eb3ca55258e3cffba21a45ff14efb1031a8a016d9d63202f31a6cc813f1b533af5f51b6ca0a03 +DIST firefox-66.0.1-ko.xpi 499376 BLAKE2B 494a649021d2e62482829542b3e2866de007f639472901ac968b5da70c385ef1a1dc94e880fff35f8f2702384a18a0c6a6c0e436672b123830ea6699751adcd2 SHA512 746bd2d775e6781af15bebd4d2fdebeb71b1295907dac79842dfdf8df9569afdf41abe4f67fa1f0f4c02703382c7b2b08dffc99a7c04db81a25e14597baff0a7 +DIST firefox-66.0.1-lij.xpi 472488 BLAKE2B 472fc91da1e59879cf302fd0fe4b0e0a54a08e0d40918ed7fa2320a5bf9858a227c0007ef0ee4cd733e4e0bfe0b483d080f1db6275b2b73f94c752883a72b957 SHA512 1c2cc940a3fe2bda18034523cf72d0cf4394cd229f0045ccda24fd88b827ae8eb144d66e618b30fea887360527f7b59f8af89161e3d87817fc99c588fed5a91e +DIST firefox-66.0.1-lt.xpi 498671 BLAKE2B b3e327a0226fc188c6ceb2252eb82d9ace7afced8ada2943fc9d92a8496ac86e77772300261116e5b25269207babf7ae16d352157b9621d98a5f2434d28a7fa0 SHA512 f48afbe66469f93ef737892981dd362c58e286cb5709109809b7ec6cdfb03e324de127e0c97932288ddfaffd64378bee8aadb8b57a227220df176d1152711534 +DIST firefox-66.0.1-lv.xpi 487166 BLAKE2B f2dd28d8309366e3b9503656267d24c6af6bfd4db0c2cc77764945e6fedf7bf5cc15fc750c440a1a29468aa3cc6f87f1e762fed5700b2b0023c19cba79ca222c SHA512 890657198be25f5046a4e581961d008af6cff0bc3a8a1204df4fd95d5226c86e81220b19f1cd4003615b74a292afd9d8984af26bbe81605862975d392999daf8 +DIST firefox-66.0.1-mai.xpi 496836 BLAKE2B 21231d3223abfbf94bcb3571ffb9b63cfaffcc01063240f7e8eac24d27517de2093ea66896b808376d972487a93f2c7fa65c04201241288788984771b1118d86 SHA512 0b519d0e3bc60edf55635e98ea75ac28cb245db56757118fc4ed3ff8571c5ee4ddcd046d7fdffad92ad3a925399c6f3a4d6380a750ed20295b2a31219a73c3f7 +DIST firefox-66.0.1-mk.xpi 474269 BLAKE2B 478a34e099cab24fe2c46237968f98e912e01691cf279c045e41ddcccf14331640ea97d916fbfb593555fe3057f0767043b660f31e5ed4f832ae1c4ad34dd28f SHA512 39854665c30096a5a1c439b08790f1f882c9ba7869620cf7312aa78228c73f58f1db8a9aee070c6bc185a49a1c4f3577474b09953e71545f66b9ce0c55079553 +DIST firefox-66.0.1-ml.xpi 542465 BLAKE2B 602017271d199d86b54b1a59c1772852b59698769307e86efbd913f8fd6827d08400f6e0d0a83ec4d25f6d11902e388ea3f135a5f5e151a85dcfe60126f42303 SHA512 aad3aec5db52a5ddcd52944c2f8546ef46418db69585e33e11f6b8df345b2dd03d60638a2e9b05495a68576d2c2bd064face16b9216e2007de46ad0803d44c7b +DIST firefox-66.0.1-mr.xpi 533902 BLAKE2B f162c64d53f6578c1ca2407acf2d68803df7a70c16882f3ae1095f410bd072bf47a2696f1281cd7c9a32db7b65a689c1a2608cb1e0276ed5613c2cb72daa86aa SHA512 aef1d06468bf999b0ebd3dac47d7a546b2b66685f873aa42a4acaae430628e8c49299c0f1bdc4661aab6b9b0e0cdf39db9b0f36317812c7ac3c9b69cdf262ad0 +DIST firefox-66.0.1-ms.xpi 467764 BLAKE2B 675e73afbea3adb9b6125129b21febe1ba3bf31783220ffee07bbc4e149c652b1bfcaa36aae1a2355430784eec0b1c465c60f6f250f597607983c76d32e3ea60 SHA512 e700995afa3f50fb9317dfbe170cb59bd9e3d0670d95077566a263ec0ec5495a34999b410b4e590d0e0bc24373078b686e015f1b69a740e472834a12439d6291 +DIST firefox-66.0.1-nb-NO.xpi 470494 BLAKE2B 6578f9b0f68a62c47d4d32673e4e2df2100fbab31bdee8f867a50b73e22fa9c52639f416b3d4383abb4cbcc415602ad4bca30ca27189734d71c40cb2871e4cc4 SHA512 859fa8241ee883eb34e7078c64fc358834786daa98018c38cbba86e47336ea4960bb3c377412d51cce35063d9afd2f3958d998a42f05afbb985d26a8a207633b +DIST firefox-66.0.1-nl.xpi 463128 BLAKE2B 892a605911464e265d527774eb6f28a8017ae42896e21334c5e86edfb77d592dcf47cac338710681d9521f8dd70e74b6f092dc826ed31dacfc0a35bbad04c526 SHA512 e4e294e613bbd805bd7a4794377b25dbc81e886146f3ce414a22205107314d5a60852802c791888d4edbe711fb86dd402af411d3ba93fd780141bc16ade09721 +DIST firefox-66.0.1-nn-NO.xpi 469590 BLAKE2B 28e7379500fd2bcabd5ec5c36306b483cdacfa0a84c5a897f133b336117ed01a2427e5ccdef42e4f59c311601a2e84e2791003e712f1890c044f0f8b2933ea2e SHA512 3aeb313aaa2d316eceda2b80d2592b10b9fe56407b112d717c870afbff49ec0d3dbfc0ed13f573aa4f7c75f3279a5515e8793b60fe3317c32cd244aae1bbf923 +DIST firefox-66.0.1-or.xpi 486629 BLAKE2B 4495b20d1a5933eb8fa8f8db6912ab44e698d19cdee2b6ee597b34ba58e3dfbeac8dfd56fd4047344ed157b0da1a12f8dbaf1e658f9a07ed88b8942ba44dd8fe SHA512 4cf6dd9b0051ee70455447f5c1775591ee5b83c08a21d533b42bfbbd708ce17141dff0580f50e8c4641fd138f299097219ef11bce13c936f31f77ce7aaf25708 +DIST firefox-66.0.1-pa-IN.xpi 521431 BLAKE2B 52ceb1903f1748338edbf53eb438831d7fa3d2590cdd4310f6836fcbd517bf7635774738e06326761394ca842933ae9677ea08ecd55918360ea460e66a7ffce1 SHA512 5b9554822b345f16e6fb02432408c950592cfe8262a3608b622bcc72e6d9fedaa1c986b66d44bdbd4c0ffb6a4f24dfe75b1d8cce37f3fdf3bcacd221f195930b +DIST firefox-66.0.1-pl.xpi 454401 BLAKE2B c3b4d8d94f21d8157114b783fd766f9b26af8d77ad37a5b65ba67afc1eabf06eeccbc957c6b56c59f6fb8c50f87bd543d6d9c3c20e015b0dcd2addc57cdf900a SHA512 28ef13c288d01cfcecfc0b8471ba2e5a6d0d3241546bfc53a0a9856c785e1daa5bf9d5f5203ba72434dea2988187c72cf77737b8832283fae4229e4bbc1792e0 +DIST firefox-66.0.1-pt-BR.xpi 472204 BLAKE2B 8ab1ab8734bebecbffd8702164d763991caf7f9f79ffd55109f313320548b90d44a6b4f12a4a876f221ed1d91b7c5f334da9f733f43e324643a048d34e72d1e8 SHA512 f05a1409aa2da2e5fbec1aeafc20c031892086284f67f5e97172defe9a0b9d4291e8ad4b8276270890c4553ab3a0bafb9cba4f7d9508917dd204e5c5a120e9ec +DIST firefox-66.0.1-pt-PT.xpi 482242 BLAKE2B 0c97e9ab570dec810c082a6b1075e3911b5d1ab8ce3db176f8bf4142edd8149bd0f4bbfc326394530b76fbe01c307bcf31db1124c6872a5a5723682b7f360a56 SHA512 2131b98d23dc94a88ffb49085a4ed8581ede6f65ddcc3c6467869e925adf071540a7e2ee92804c09862aa649f57e9205c0c32a79e12c273e984ed81d6744dc34 +DIST firefox-66.0.1-rm.xpi 475006 BLAKE2B 277e7139fbe3e32f4fb754fecaed14472a9c67e5ef8f8c2ee28f7917c59507103cd1161a0ba1ad6a4cd4ae22ab2e936038119c6f7d96421449ac0c982a8cb2c5 SHA512 12ae33c4c71ccd237256e4cde37ed6861ab9708fabce02fe6f755289e41fbe3953097d53aa01173cdb61583f95b0aa27990680ef6ff887b8a7f756d98cccde76 +DIST firefox-66.0.1-ro.xpi 481033 BLAKE2B dbb104b94b363b89bc7fab0e08d1d7e624a1e8ae2b3a907edaa853b1395739441b7d20ac208f7bca76c826e57917c35558adfec5213790b94ee01ad23f93e1a4 SHA512 746eb6cacdf62d285b536085101377a5b1debeb177b15f0cbb3c95e9dd3ad711be54093759099b142a5df4ab39bcaf5fd09e0aa1010b51534725ea421d944d7b +DIST firefox-66.0.1-ru.xpi 551343 BLAKE2B 0d84a63ec040403651bfdbf621a6834be145cb65907abb293ac01bf6524c1718d3f27e382a2f7a789cd474bf7ac41c2e9dd4c2b3cd2acc83442078659579d654 SHA512 d985966c97aad78056924fc7d2540158b0df4809f3243c5d9ea81054eb85d0b1b851099ec85a603e69ac4432a66c8d582d416231387f66e177801b185370ce9f +DIST firefox-66.0.1-si.xpi 513782 BLAKE2B 88a98c8e7eed3c7777e8cc77d639e1695a27948bd19b1eed26659543be63fc17c9b1439766381654acbc9b3cb50f54fd5d1aaa454a683fbe3359181824876af3 SHA512 e94d2faaac8d81ffe12672e36b4d6f132e9d7361804f1ec65de72fca3fe3435f5e2a037d863c249bddd0d9f8b7a71d94a3d17641c25bbea69b52fc233f6eb881 +DIST firefox-66.0.1-sk.xpi 500049 BLAKE2B 368d1c99a93e28e7c396c6f755e4d713b2a91aea7ff1208744f8335a70a1b57500dd383704fbbfe249160dbb7eb614b66b8c8a8790379a4fe6c5d50951653bfe SHA512 8491428245b14a55e47da9c6b69a35a06d73e292c2e2035cd217c1f9fba33a64fc53d69dc16bcbe2b78147278105d233377187256e3270b9b80dd0cc869b47d6 +DIST firefox-66.0.1-sl.xpi 475587 BLAKE2B dbda53a98c42b8f380110c4f1c2c3b9350698c137c4fbeb8e663ee7b67fd532a0162519b7a0000424cafe0f25566b8a11b0ffe1fd6fe5141b7c7c1f6eec3fc61 SHA512 8c252fdf405f156fcadf47f786c86088db2b413218a20bc46aedbde9787d017b9630b1ef57f756840f85afd35ddb1a7d644f5a54abd1481c136fc6e375c8c77e +DIST firefox-66.0.1-son.xpi 451843 BLAKE2B f02187dc107ed77752a88ad631695bc3e1c461731279b361410e22e63c2bf5379c78a642f53fb462b382ca3a888083f4e37a18ed5855c6b073dc20aaadbece7f SHA512 6b4ebeeff39cbb0f8aaac8c7c87e72bb273325ecc22583592445275bb4ed6f51ad29da4364c185291d5067a16a090f34077427b08d7753d4d24a3b1405df65fb +DIST firefox-66.0.1-sq.xpi 491733 BLAKE2B 286677ae1ff0f639f189171bfa385c2e41de602a44e407c54e148c56c745b5b3c9b3019f59ff411afdd2b3e799bcd707d801f3716e6932aaf0efa5ced0e83b40 SHA512 72c8eec1f5e7bc9771bc132f138c508c2f061eff5341e242db2f946774bf1ad967b68e952265a7eaa882a458b3eb110ef1915af8be7c21876b9776504eba6a40 +DIST firefox-66.0.1-sr.xpi 513411 BLAKE2B 33534f05709ba8c090e5960cfe6c88a7226f512a3ef4acd92423bce2f0492d9adce9994c37548aa613e54a72eeea18acaf5fcdb9c11ef79292fe48f12f5dd453 SHA512 8de36d6d791a1afed7e1ed590dcd902e0d7e5ff3d1fb411de56684999cbbf7307d3621dd4f03d6b1fe2519471294a8392e85436b2e6cbb54b39a1324e43651fe +DIST firefox-66.0.1-sv-SE.xpi 479573 BLAKE2B a0f742ade0400883bc97207e0226bd6b51c32fc760305514540e36bc754777d9bf3059eba659086a7e35c472ad19df48c68ff4a21bce4cbb2ae93b85195a5c26 SHA512 d69284deeed9cd035b167c297cd8d57e5b44a2ba8364b8c2a927397dba9f3fbad8b05f161dcb24c77d21f1e7ba697522d7889f015828719c7197a0724e39a4dd +DIST firefox-66.0.1-ta.xpi 534135 BLAKE2B 1e99a2376be642691469cf3dffb5bf90eae1595cb09fbe2ee355fb9f976f5f9148481c8678da04ae999dc527b3e9db78a6ca33ab641f85597620e818b70b8c6d SHA512 38cd76b17a16067882d7b724fdde19265ecdc50cd5274e8d9981cff6d199cec954f526f6d000f3f4d360391c42fb19bd5191c99a09cca02a5138876a6245cbc2 +DIST firefox-66.0.1-te.xpi 540399 BLAKE2B 5ebedf2eac796247e4bfb16513f4cf9355b82477b4a426d645ff3a7c9f378cdc846d564bb8808fc9770246f2e92e5b4ca6a18bad5ba84a8552bc6b14d2b225be SHA512 dda9303efcb167e2f16f2b59dff49e57434baf53660c3cbf671c13c51e2e90be75a574886b44589b696ad88ac450e48f5fc4acd8053b8993330df17a84ab3549 +DIST firefox-66.0.1-th.xpi 518910 BLAKE2B 409c6b3e74f06836b26548a63593d3116f8b51d7aa9c098fc715b233d6ff553a57bd87524d6824771e18b58027f2f722e3e8f6c2b04f059f406c9b58850c777b SHA512 1daed165c50fc3b85d99936c4d35ed49f2d8c8b782fc01e84f7aae90ae221b5229fd59d3ce5b66274e133b77eac6f2c4f1e5597d139600fd8dc85c53223e0c9b +DIST firefox-66.0.1-tr.xpi 489584 BLAKE2B ac89e772c0cdf7501fc6bd09e846b53717d274fe3754fb5a9193f70ec5fe70411ee26c74f372ce6ad474c00df48f36742e509a6c67d3f4cccd9143ea5f791e24 SHA512 1762dadda256ede4a070d5790a4c6c1c3d81d464c64193d0f633f6f045d133346f05b7f4e9a31e3c1c0d931b41e5ccd5a065735f6e24aeb1412179170f4840e7 +DIST firefox-66.0.1-uk.xpi 530132 BLAKE2B 562934e21705b5d8ec4a02f00645668ea67f46309203e9328cd4381a7b390579fed402dafcfe2260da4afb70572261dfe93992dd5b1efbe758b76da09338e7c1 SHA512 211051cc0dc098c091a478c5cd8cbd39cd0297cfca3ca2d35411f395c5a8df89a54b45f317d55c101e0702a79daf351433654b9e6295754a59fe190dda91d4da +DIST firefox-66.0.1-uz.xpi 471553 BLAKE2B a23a1db451a7a11ec134216c7145f6db278b261ebe641c31515afde9c1e843294f2cf0d22a959fe7675f868cc77e0cb5dfcd7f25c70520fb01e4a3005a553edc SHA512 2f894b3ec6d95b3998f0ba0dbe0f998fdf910bafcf3322125ccf9f2961f7f7a54e5845aee85df8d92b01d0114513aef1d17e2a6a155fffcd59b629fe2b199a7f +DIST firefox-66.0.1-vi.xpi 495119 BLAKE2B 32d19d2efa8fc349e7e640c18cb239180a7ac75563c4321a3459efd4d06b7663819d95e3373f74fcf60b2341d8deb894fb9ef75c02122da0b227a821c7e98ed3 SHA512 ac04864b023c43c82a7bc9cb3d57e8cc03ae0f8f76b55f6ac5f7495da3c72b5af2796726bc7fde49b00ee6c4350408c3c1822cd41b8727214086c9cce677f2e3 +DIST firefox-66.0.1-xh.xpi 463578 BLAKE2B d468418008b4867eddbe453fedc8cf9c07bc40111b19b4b0764736805b5bb1c890242670f84519325b6fc496b192fdcf57b56e76ddb21aea8051a86b3e980e3e SHA512 5250f91d47e1e002ee107f5cc9ee3394eed4323748914bee522d2c2c499be43282e542f04f592ad32af406c2145b2cd71db24b5168bbf438d89b63e112c60d74 +DIST firefox-66.0.1-zh-CN.xpi 502889 BLAKE2B 30beed002eee519033d83a1af0356b5a4a8a0f1a4a0148c280ca6d87db643aabf34a4114b933a89e081ec96e245bed56c97d1f6ef715496c36e26ddba3a7dc3c SHA512 d7bd2934b67cee7e5479ee164dca59b20022f057b55919be240c298c5c9a3db75bb3be4965d487ea8359635386d9df3659d981be6436837736b887d85f9fdc74 +DIST firefox-66.0.1-zh-TW.xpi 500702 BLAKE2B 0e3b87dbbc7aa6b1f67e734b0a6e443429f105f235b8ebeaa88670af59e49cb28dd58df31fffe891691799b38ea3dc3bc8aacb04759cff7dcd833e26314da013 SHA512 aa5e954f6b425371d898f9f152e9dc3d0fa2ddacf538eab5f8f5738438ef73f1702b430e3a9e8cc91319462d225a5adba5b72aeb53735b4e3cd3c0a4682c10e5 +DIST firefox-66.0.1.source.tar.xz 281257896 BLAKE2B 8412779deaad3bb7f3e2221b58b05108de5dbd07882165b0180693f26d2d8c1af4a31fec0d9ac1e5d4b7b1ce01f493cb11cf4a9247e312bb3cda7d4f3177cebb SHA512 6ca68a20335440c8aeb58d44d2024cd468ce22557457c5c7e8b5bc6ee6d7ad790d2b0a2a6fd23bb9b592b4d357f0662b96849935dc5a1d020dfd21d2490902ed DIST firefox-66.0.source.tar.xz 281516416 BLAKE2B 4f0d26380c3e3f78bd668645adda722065e4a41f8db7da27c89a9fb38d9618750ed70c83744a22ff5e2f0de30f0c71e56a8170b441ee03c0ccb1c1e63e95a175 SHA512 a9a13d9c42d4adc05e9783345eb9737c26c009cea3e79d1fc3332f4a55515152b48c3e1a01f44eac6b6f4fc4e076203934380a10d018c17fa225c1df71c6fe63 diff --git a/www-client/firefox/firefox-60.6.1.ebuild b/www-client/firefox/firefox-60.6.1.ebuild new file mode 100644 index 000000000000..f27995778c84 --- /dev/null +++ b/www-client/firefox/firefox-60.6.1.ebuild @@ -0,0 +1,433 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +VIRTUALX_REQUIRED="pgo" +WANT_AUTOCONF="2.1" +MOZ_ESR="1" + +PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_REQ_USE='ncurses,sqlite,ssl,threads(+)' + +# This list can be updated with scripts/get_langs.sh from the mozilla overlay +MOZ_LANGS=( ach af an ar as ast az bg bn-BD bn-IN br bs ca cak cs cy da de dsb +el en en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa ff fi fr fy-NL ga-IE +gd gl gn gu-IN he hi-IN hr hsb hu hy-AM id is it ja ka kab kk km kn ko lij lt lv +mai mk ml mr ms nb-NO nl nn-NO or pa-IN pl pt-BR pt-PT rm ro ru si sk sl son sq +sr sv-SE ta te th tr uk uz vi xh zh-CN zh-TW ) + +# Convert the ebuild version to the upstream mozilla version, used by mozlinguas +MOZ_PV="${PV/_alpha/a}" # Handle alpha for SRC_URI +MOZ_PV="${MOZ_PV/_beta/b}" # Handle beta for SRC_URI +MOZ_PV="${MOZ_PV/_rc/rc}" # Handle rc for SRC_URI + +if [[ ${MOZ_ESR} == 1 ]]; then + # ESR releases have slightly different version numbers + MOZ_PV="${MOZ_PV}esr" +fi + +# Patch version +PATCH="${PN}-60.6-patches-01" +MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases" + +MOZCONFIG_OPTIONAL_WIFI=1 + +LLVM_MAX_SLOT=8 + +inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils llvm \ + mozconfig-v6.60 pax-utils xdg-utils autotools mozlinguas-v2 + +DESCRIPTION="Firefox Web Browser" +HOMEPAGE="https://www.mozilla.com/firefox" + +KEYWORDS="~amd64 ~x86" + +SLOT="0" +LICENSE="MPL-2.0 GPL-2 LGPL-2.1" +IUSE="bindist eme-free geckodriver +gmp-autoupdate hardened hwaccel jack +screenshot selinux test" +RESTRICT="!bindist? ( bindist )" + +SDIR="release" +[[ ${PV} = *_beta* ]] && SDIR="beta" + +PATCH_URIS=( https://dev.gentoo.org/~{anarchy,axs,polynomial-c,whissi}/mozilla/patchsets/${PATCH}.tar.xz ) +SRC_URI="${SRC_URI} + ${MOZ_HTTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.xz + ${PATCH_URIS[@]}" + +ASM_DEPEND=">=dev-lang/yasm-1.1" + +RDEPEND=" + system-icu? ( >=dev-libs/icu-60.2 ) + jack? ( virtual/jack ) + >=dev-libs/nss-3.36.7 + >=dev-libs/nspr-4.19 + selinux? ( sec-policy/selinux-mozilla )" + +DEPEND="${RDEPEND} + amd64? ( ${ASM_DEPEND} virtual/opengl ) + x86? ( ${ASM_DEPEND} virtual/opengl )" + +S="${WORKDIR}/firefox-${PV%_*}" + +QA_PRESTRIPPED="usr/lib*/${PN}/firefox" + +BUILD_OBJ_DIR="${S}/ff" + +# allow GMP_PLUGIN_LIST to be set in an eclass or +# overridden in the enviromnent (advanced hackers only) +if [[ -z $GMP_PLUGIN_LIST ]]; then + GMP_PLUGIN_LIST=( gmp-gmpopenh264 gmp-widevinecdm ) +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} ..." + return 1 + 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} ..." + return 1 + fi + fi + + einfo "Will use LLVM slot ${LLVM_SLOT}!" +} + +pkg_setup() { + moz_pkgsetup + + # Avoid PGO profiling problems due to enviroment leakage + # These should *always* be cleaned up anyway + unset DBUS_SESSION_BUS_ADDRESS \ + DISPLAY \ + ORBIT_SOCKETDIR \ + SESSION_MANAGER \ + XDG_SESSION_COOKIE \ + XAUTHORITY + + if ! use bindist; then + einfo + elog "You are enabling official branding. You may not redistribute this build" + elog "to any users on your network or the internet. Doing so puts yourself into" + elog "a legal problem with Mozilla Foundation" + elog "You can disable it by emerging ${PN} _with_ the bindist USE-flag" + fi + + addpredict /proc/self/oom_score_adj + + llvm_pkg_setup +} + +pkg_pretend() { + # Ensure we have enough disk space to compile + CHECKREQS_DISK_BUILD="4G" + + check-reqs_pkg_setup +} + +src_unpack() { + unpack ${A} + + # Unpack language packs + mozlinguas_src_unpack +} + +src_prepare() { + eapply "${WORKDIR}/firefox" + + # Enable gnomebreakpad + if use debug ; then + sed -i -e "s:GNOME_DISABLE_CRASH_DIALOG=1:GNOME_DISABLE_CRASH_DIALOG=0:g" \ + "${S}"/build/unix/run-mozilla.sh || die "sed failed!" + fi + + # Drop -Wl,--as-needed related manipulation for ia64 as it causes ld sefgaults, bug #582432 + if use ia64 ; then + sed -i \ + -e '/^OS_LIBS += no_as_needed/d' \ + -e '/^OS_LIBS += as_needed/d' \ + "${S}"/widget/gtk/mozgtk/gtk2/moz.build \ + "${S}"/widget/gtk/mozgtk/gtk3/moz.build \ + || die "sed failed to drop --as-needed for ia64" + fi + + # Ensure that our plugins dir is enabled as default + sed -i -e "s:/usr/lib/mozilla/plugins:/usr/lib/nsbrowser/plugins:" \ + "${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path for 32bit!" + sed -i -e "s:/usr/lib64/mozilla/plugins:/usr/lib64/nsbrowser/plugins:" \ + "${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path for 64bit!" + + # Fix sandbox violations during make clean, bug 372817 + sed -e "s:\(/no-such-file\):${T}\1:g" \ + -i "${S}"/config/rules.mk \ + -i "${S}"/nsprpub/configure{.in,} \ + || die + + # Don't exit with error when some libs are missing which we have in + # system. + sed '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' \ + -i "${S}"/browser/installer/Makefile.in || die + + # Don't error out when there's no files to be removed: + sed 's@\(xargs rm\)$@\1 -f@' \ + -i "${S}"/toolkit/mozapps/installer/packager.mk || die + + # Keep codebase the same even if not using official branding + sed '/^MOZ_DEV_EDITION=1/d' \ + -i "${S}"/browser/branding/aurora/configure.sh || die + + # Allow user to apply any additional patches without modifing ebuild + eapply_user + + # Autotools configure is now called old-configure.in + # This works because there is still a configure.in that happens to be for the + # shell wrapper configure script + eautoreconf old-configure.in + + # Must run autoconf in js/src + cd "${S}"/js/src || die + eautoconf old-configure.in +} + +src_configure() { + MEXTENSIONS="default" + # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys) + # Note: These are for Gentoo Linux use ONLY. For your own distribution, please + # get your own set of keys. + _google_api_key=AIzaSyDEAOvatFo0eTgsV_ZlEzx0ObmepsMzfAc + + # Add information about TERM to output (build.log) to aid debugging + # blessings problems + if [[ -n "${TERM}" ]] ; then + einfo "TERM is set to: \"${TERM}\"" + else + einfo "TERM is unset." + fi + + #################################### + # + # mozconfig, CFLAGS and CXXFLAGS setup + # + #################################### + + mozconfig_init + mozconfig_config + + mozconfig_use_enable geckodriver + + # enable JACK, bug 600002 + mozconfig_use_enable jack + + # Enable/Disable eme support + use eme-free && mozconfig_annotate '+eme-free' --disable-eme + + # It doesn't compile on alpha without this LDFLAGS + use alpha && append-ldflags "-Wl,--no-relax" + + # Add full relro support for hardened + if use hardened; then + append-ldflags "-Wl,-z,relro,-z,now" + mozconfig_use_enable hardened hardening + fi + + # Disable built-in ccache support to avoid sandbox violation, #665420 + # Use FEATURES=ccache instead! + mozconfig_annotate '' --without-ccache + sed -i -e 's/ccache_stats = None/return None/' \ + python/mozbuild/mozbuild/controller/building.py || \ + die "Failed to disable ccache stats call" + + # Setup api key for location services and safebrowsing, https://bugzilla.mozilla.org/show_bug.cgi?id=1531176#c34 + echo -n "${_google_api_key}" > "${S}"/google-api-key + mozconfig_annotate '' --with-google-location-service-api-keyfile="${S}/google-api-key" + mozconfig_annotate '' --with-google-safebrowsing-api-keyfile="${S}/google-api-key" + + mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}" + + # allow elfhack to work in combination with unstripped binaries + # when they would normally be larger than 2GiB. + append-ldflags "-Wl,--compress-debug-sections=zlib" + + if use clang ; then + # https://bugzilla.mozilla.org/show_bug.cgi?id=1423822 + mozconfig_annotate 'elf-hack is broken when using Clang' --disable-elf-hack + fi + + echo "mk_add_options MOZ_OBJDIR=${BUILD_OBJ_DIR}" >> "${S}"/.mozconfig + echo "mk_add_options XARGS=/usr/bin/xargs" >> "${S}"/.mozconfig + + # Default mozilla_five_home no longer valid option + sed '/with-default-mozilla-five-home=/d' -i "${S}"/.mozconfig + + # Finalize and report settings + mozconfig_final + + # workaround for funky/broken upstream configure... + SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 \ + ./mach configure || die +} + +src_compile() { + MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 \ + ./mach build --verbose || die +} + +src_install() { + cd "${BUILD_OBJ_DIR}" || die + + # Pax mark xpcshell for hardened support, only used for startupcache creation. + pax-mark m "${BUILD_OBJ_DIR}"/dist/bin/xpcshell + + # Add our default prefs for firefox + cp "${FILESDIR}"/gentoo-default-prefs.js-2 \ + "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \ + || die + + mozconfig_install_prefs \ + "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" + + # Augment this with hwaccel prefs + if use hwaccel ; then + cat "${FILESDIR}"/gentoo-hwaccel-prefs.js-1 >> \ + "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \ + || die + fi + + if ! use screenshot; then + echo "pref(\"extensions.screenshots.disabled\", true);" >> \ + "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \ + || die + fi + + echo "pref(\"extensions.autoDisableScopes\", 3);" >> \ + "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \ + || die + + local plugin + use gmp-autoupdate || use eme-free || for plugin in "${GMP_PLUGIN_LIST[@]}" ; do + echo "pref(\"media.${plugin}.autoupdate\", false);" >> \ + "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \ + || die + done + + cd "${S}" + MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 \ + DESTDIR="${D}" ./mach install || die + + if use geckodriver ; then + cp "${BUILD_OBJ_DIR}"/dist/bin/geckodriver "${ED%/}"${MOZILLA_FIVE_HOME} || die + pax-mark m "${ED%/}"${MOZILLA_FIVE_HOME}/geckodriver + + dosym ${MOZILLA_FIVE_HOME}/geckodriver /usr/bin/geckodriver + fi + + # Install language packs + mozlinguas_src_install + + local size sizes icon_path icon name + if use bindist; then + sizes="16 32 48" + icon_path="${S}/browser/branding/aurora" + # Firefox's new rapid release cycle means no more codenames + # Let's just stick with this one... + icon="aurora" + name="Aurora" + + # Override preferences to set the MOZ_DEV_EDITION defaults, since we + # don't define MOZ_DEV_EDITION to avoid profile debaucles. + # (source: browser/app/profile/firefox.js) + cat >>"${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" <> "${ED}/usr/share/applications/${PN}.desktop" \ + || die + fi + + # Don't install llvm-symbolizer from sys-devel/llvm package + [[ -f "${ED%/}${MOZILLA_FIVE_HOME}/llvm-symbolizer" ]] && \ + rm "${ED%/}${MOZILLA_FIVE_HOME}/llvm-symbolizer" + + # firefox and firefox-bin are identical + rm "${ED%/}"${MOZILLA_FIVE_HOME}/firefox-bin || die + dosym firefox ${MOZILLA_FIVE_HOME}/firefox-bin + + # Required in order to use plugins and even run firefox on hardened. + pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/{firefox,plugin-container} +} + +pkg_preinst() { + gnome2_icon_savelist + + # if the apulse libs are available in MOZILLA_FIVE_HOME then apulse + # doesn't need to be forced into the LD_LIBRARY_PATH + if use pulseaudio && has_version ">=media-sound/apulse-0.1.9" ; then + einfo "APULSE found - Generating library symlinks for sound support" + local lib + pushd "${ED}"${MOZILLA_FIVE_HOME} &>/dev/null || die + for lib in ../apulse/libpulse{.so{,.0},-simple.so{,.0}} ; do + # a quickpkg rolled by hand will grab symlinks as part of the package, + # so we need to avoid creating them if they already exist. + if ! [ -L ${lib##*/} ]; then + ln -s "${lib}" ${lib##*/} || die + fi + done + popd &>/dev/null || die + fi +} + +pkg_postinst() { + gnome2_icon_cache_update + xdg_desktop_database_update + + if ! use gmp-autoupdate && ! use eme-free ; then + elog "USE='-gmp-autoupdate' has disabled the following plugins from updating or" + elog "installing into new profiles:" + local plugin + for plugin in "${GMP_PLUGIN_LIST[@]}"; do elog "\t ${plugin}" ; done + elog + fi + + if use pulseaudio && has_version ">=media-sound/apulse-0.1.9"; then + elog "Apulse was detected at merge time on this system and so it will always be" + elog "used for sound. If you wish to use pulseaudio instead please unmerge" + elog "media-sound/apulse." + elog + fi +} + +pkg_postrm() { + gnome2_icon_cache_update + xdg_desktop_database_update +} diff --git a/www-client/firefox/firefox-66.0.1.ebuild b/www-client/firefox/firefox-66.0.1.ebuild new file mode 100644 index 000000000000..3178cac6944d --- /dev/null +++ b/www-client/firefox/firefox-66.0.1.ebuild @@ -0,0 +1,746 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +VIRTUALX_REQUIRED="pgo" +WANT_AUTOCONF="2.1" +MOZ_ESR="" + +PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_REQ_USE='ncurses,sqlite,ssl,threads(+)' + +# This list can be updated with scripts/get_langs.sh from the mozilla overlay +MOZ_LANGS=( ach af an ar as ast az bg bn-BD bn-IN br bs ca cak cs cy da de dsb +el en en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa ff fi fr fy-NL ga-IE +gd gl gn gu-IN he hi-IN hr hsb hu hy-AM id is it ja ka kab kk km kn ko lij lt lv +mai mk ml mr ms nb-NO nl nn-NO or pa-IN pl pt-BR pt-PT rm ro ru si sk sl son sq +sr sv-SE ta te th tr uk uz vi xh zh-CN zh-TW ) + +# Convert the ebuild version to the upstream mozilla version, used by mozlinguas +MOZ_PV="${PV/_alpha/a}" # Handle alpha for SRC_URI +MOZ_PV="${MOZ_PV/_beta/b}" # Handle beta for SRC_URI +MOZ_PV="${MOZ_PV%%_rc*}" # Handle rc for SRC_URI + +if [[ ${MOZ_ESR} == 1 ]] ; then + # ESR releases have slightly different version numbers + MOZ_PV="${MOZ_PV}esr" +fi + +# Patch version +PATCH="${PN}-66.0-patches-07" + +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" + +if [[ "${PV}" == *_rc* ]]; then + MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/candidates/${MOZ_PV}-candidates/build${PV##*_rc}" + MOZ_LANGPACK_PREFIX="linux-i686/xpi/" + MOZ_SRC_URI="${MOZ_HTTP_URI}/source/${PN}-${MOZ_PV}.source.tar.xz -> $P.tar.xz" +fi + +LLVM_MAX_SLOT=8 + +inherit check-reqs eapi7-ver flag-o-matic toolchain-funcs eutils \ + gnome2-utils llvm mozcoreconf-v6 pax-utils xdg-utils \ + autotools mozlinguas-v2 virtualx + +DESCRIPTION="Firefox Web Browser" +HOMEPAGE="https://www.mozilla.com/firefox" + +KEYWORDS="~amd64 ~x86" + +SLOT="0" +LICENSE="MPL-2.0 GPL-2 LGPL-2.1" +IUSE="bindist clang cpu_flags_x86_avx2 dbus 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" +RESTRICT="!bindist? ( bindist )" + +PATCH_URIS=( https://dev.gentoo.org/~{anarchy,axs,polynomial-c,whissi}/mozilla/patchsets/${PATCH}.tar.xz ) +SRC_URI="${SRC_URI} + ${MOZ_SRC_URI} + ${PATCH_URIS[@]}" + +CDEPEND=" + >=dev-libs/nss-3.42 + >=dev-libs/nspr-4.19 + >=app-text/hunspell-1.5.4:* + 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 + 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 + dbus? ( >=sys-apps/dbus-0.60 + >=dev-libs/dbus-glib-0.72 ) + 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.2.0:= + >=media-libs/libaom-1.0.0:= + ) + system-harfbuzz? ( >=media-libs/harfbuzz-2.3.1: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:0=[postproc] + =dev-db/sqlite-3.26:3[secure-delete,debug=] ) + system-webp? ( >=media-libs/libwebp-1.0.2:0= ) + wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 + >=dev-libs/dbus-glib-0.72 + net-misc/networkmanager ) ) + jack? ( virtual/jack ) + selinux? ( sec-policy/selinux-mozilla )" + +RDEPEND="${CDEPEND} + jack? ( virtual/jack ) + pulseaudio? ( || ( media-sound/pulseaudio + >=media-sound/apulse-0.1.9 ) ) + selinux? ( sec-policy/selinux-mozilla )" + +DEPEND="${CDEPEND} + app-arch/zip + app-arch/unzip + >=dev-util/cbindgen-0.6.8 + >=net-libs/nodejs-8.11.0 + >=sys-devel/binutils-2.30 + sys-apps/findutils + || ( + ( + 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/cargo-1.31.0 + >=virtual/rust-1.31.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? ( dev-lang/nasm )" + +# Due to a bug in GCC, profile guided optimization will produce +# AVX2 instructions, bug #677052 +REQUIRED_USE="wifi? ( dbus ) + pgo? ( lto )" + +S="${WORKDIR}/firefox-${PV%_*}" + +QA_PRESTRIPPED="usr/lib*/${PN}/firefox" + +BUILD_OBJ_DIR="${S}/ff" + +# allow GMP_PLUGIN_LIST to be set in an eclass or +# overridden in the enviromnent (advanced hackers only) +if [[ -z $GMP_PLUGIN_LIST ]] ; then + GMP_PLUGIN_LIST=( gmp-gmpopenh264 gmp-widevinecdm ) +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} ..." + return 1 + 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} ..." + 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} ..." + return 1 + fi + fi + fi + + einfo "Will use LLVM slot ${LLVM_SLOT}!" +} + +pkg_setup() { + moz_pkgsetup + + # Avoid PGO profiling problems due to enviroment leakage + # These should *always* be cleaned up anyway + unset DBUS_SESSION_BUS_ADDRESS \ + DISPLAY \ + ORBIT_SOCKETDIR \ + SESSION_MANAGER \ + XDG_SESSION_COOKIE \ + XAUTHORITY + + if ! use bindist ; then + einfo + elog "You are enabling official branding. You may not redistribute this build" + elog "to any users on your network or the internet. Doing so puts yourself into" + elog "a legal problem with Mozilla Foundation." + elog "You can disable it by emerging ${PN} _with_ the bindist USE-flag." + fi + + addpredict /proc/self/oom_score_adj + + llvm_pkg_setup +} + +pkg_pretend() { + # Ensure we have enough disk space to compile + if use pgo || use debug || use test ; then + CHECKREQS_DISK_BUILD="8G" + else + CHECKREQS_DISK_BUILD="4G" + fi + + check-reqs_pkg_setup +} + +src_unpack() { + unpack ${A} + + # Unpack language packs + mozlinguas_src_unpack +} + +src_prepare() { + eapply "${WORKDIR}/firefox" + + # Allow user to apply any additional patches without modifing ebuild + eapply_user + + # Enable gnomebreakpad + if use debug ; then + sed -i -e "s:GNOME_DISABLE_CRASH_DIALOG=1:GNOME_DISABLE_CRASH_DIALOG=0:g" \ + "${S}"/build/unix/run-mozilla.sh || die "sed failed!" + fi + + # Drop -Wl,--as-needed related manipulation for ia64 as it causes ld sefgaults, bug #582432 + if use ia64 ; then + sed -i \ + -e '/^OS_LIBS += no_as_needed/d' \ + -e '/^OS_LIBS += as_needed/d' \ + "${S}"/widget/gtk/mozgtk/gtk2/moz.build \ + "${S}"/widget/gtk/mozgtk/gtk3/moz.build \ + || die "sed failed to drop --as-needed for ia64" + fi + + # Ensure that our plugins dir is enabled as default + sed -i -e "s:/usr/lib/mozilla/plugins:/usr/lib/nsbrowser/plugins:" \ + "${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path for 32bit!" + sed -i -e "s:/usr/lib64/mozilla/plugins:/usr/lib64/nsbrowser/plugins:" \ + "${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path for 64bit!" + + # Fix sandbox violations during make clean, bug 372817 + sed -e "s:\(/no-such-file\):${T}\1:g" \ + -i "${S}"/config/rules.mk \ + -i "${S}"/nsprpub/configure{.in,} \ + || die + + # Don't exit with error when some libs are missing which we have in + # system. + sed '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' \ + -i "${S}"/browser/installer/Makefile.in || die + + # Don't error out when there's no files to be removed: + sed 's@\(xargs rm\)$@\1 -f@' \ + -i "${S}"/toolkit/mozapps/installer/packager.mk || die + + # Keep codebase the same even if not using official branding + sed '/^MOZ_DEV_EDITION=1/d' \ + -i "${S}"/browser/branding/aurora/configure.sh || die + + # rustfmt, a tool to format Rust code, is optional and not required to build Firefox. + # However, when available, an unsupported version can cause problems, bug #669548 + sed -i -e "s@check_prog('RUSTFMT', add_rustup_path('rustfmt')@check_prog('RUSTFMT', add_rustup_path('rustfmt_do_not_use')@" \ + "${S}"/build/moz.configure/rust.configure || die + + # Autotools configure is now called old-configure.in + # This works because there is still a configure.in that happens to be for the + # shell wrapper configure script + eautoreconf old-configure.in + + # Must run autoconf in js/src + cd "${S}"/js/src || die + eautoconf old-configure.in +} + +src_configure() { + MEXTENSIONS="default" + # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys) + # Note: These are for Gentoo Linux use ONLY. For your own distribution, please + # get your own set of keys. + _google_api_key=AIzaSyDEAOvatFo0eTgsV_ZlEzx0ObmepsMzfAc + + # Add information about TERM to output (build.log) to aid debugging + # blessings problems + if [[ -n "${TERM}" ]] ; then + einfo "TERM is set to: \"${TERM}\"" + else + einfo "TERM is unset." + fi + + if use clang && ! tc-is-clang ; then + # Force clang + einfo "Enforcing the use of clang due to USE=clang ..." + CC=${CHOST}-clang + CXX=${CHOST}-clang++ + strip-unsupported-flags + elif ! use clang && ! tc-is-gcc ; then + # Force gcc + einfo "Enforcing the use of gcc due to USE=-clang ..." + CC=${CHOST}-gcc + CXX=${CHOST}-g++ + strip-unsupported-flags + fi + + #################################### + # + # mozconfig, CFLAGS and CXXFLAGS setup + # + #################################### + + mozconfig_init + # common config components + mozconfig_annotate 'system_libs' \ + --with-system-zlib \ + --with-system-bz2 + + # Must pass release in order to properly select linker + mozconfig_annotate 'Enable by Gentoo' --enable-release + + # Don't let user's LTO flags clash with upstream's flags + filter-flags -flto* + + if use lto ; then + local show_old_compiler_warning= + + if use clang ; then + # At this stage CC is adjusted and the following check will + # will work + if [[ $(clang-major-version) -lt 7 ]] ; then + show_old_compiler_warning=1 + fi + + # Upstream only supports lld when using clang + mozconfig_annotate "forcing ld=lld due to USE=clang and USE=lto" --enable-linker=lld + else + if [[ $(gcc-major-version) -lt 8 ]] ; then + show_old_compiler_warning=1 + fi + + if ! use cpu_flags_x86_avx2 ; then + local _gcc_version_with_ipa_cdtor_fix="8.3" + local _current_gcc_version="$(gcc-major-version).$(gcc-minor-version)" + + if ver_test "${_current_gcc_version}" -lt "${_gcc_version_with_ipa_cdtor_fix}" ; then + # due to a GCC bug, GCC will produce AVX2 instructions + # even if the CPU doesn't support AVX2, https://gcc.gnu.org/ml/gcc-patches/2018-12/msg01142.html + einfo "Disable IPA cdtor due to bug in GCC and missing AVX2 support -- triggered by USE=lto" + append-ldflags -fdisable-ipa-cdtor + else + einfo "No GCC workaround required, GCC version is already patched!" + fi + else + einfo "No GCC workaround required, system supports AVX2" + fi + + # Linking only works when using ld.gold when LTO is enabled + mozconfig_annotate "forcing ld=gold due to USE=lto" --enable-linker=gold + fi + + if [[ -n "${show_old_compiler_warning}" ]] ; then + # Checking compiler's major version uses CC variable. Because we allow + # user to control used compiler via USE=clang flag, we cannot use + # initial value. So this is the earliest stage where we can do this check + # because pkg_pretend is not called in the main phase function sequence + # environment saving is not guaranteed so we don't know if we will have + # correct compiler until now. + ewarn "" + ewarn "USE=lto requires up-to-date compiler (>=gcc-8 or >=clang-7)." + ewarn "You are on your own -- expect build failures. Don't file bugs using that unsupported configuration!" + ewarn "" + sleep 5 + fi + + mozconfig_annotate '+lto' --enable-lto=thin + + if use pgo ; then + mozconfig_annotate '+pgo' MOZ_PGO=1 + fi + else + # Avoid auto-magic on linker + if use clang ; then + # This is upstream's default + mozconfig_annotate "forcing ld=lld due to USE=clang" --enable-linker=lld + elif tc-ld-is-gold ; then + mozconfig_annotate "linker is set to gold" --enable-linker=gold + else + mozconfig_annotate "linker is set to bfd" --enable-linker=bfd + fi + fi + + # It doesn't compile on alpha without this LDFLAGS + use alpha && append-ldflags "-Wl,--no-relax" + + # Add full relro support for hardened + if use hardened ; then + append-ldflags "-Wl,-z,relro,-z,now" + mozconfig_use_enable hardened hardening + fi + + # Modifications to better support ARM, bug 553364 + if use neon ; then + mozconfig_annotate '' --with-fpu=neon + + if ! tc-is-clang ; then + # thumb options aren't supported when using clang, bug 666966 + mozconfig_annotate '' --with-thumb=yes + mozconfig_annotate '' --with-thumb-interwork=no + fi + fi + if [[ ${CHOST} == armv*h* ]] ; then + mozconfig_annotate '' --with-float-abi=hard + if ! use system-libvpx ; then + sed -i -e "s|softfp|hard|" \ + "${S}"/media/libvpx/moz.build + fi + fi + + mozconfig_use_enable !bindist official-branding + + mozconfig_use_enable debug + mozconfig_use_enable debug tests + if ! use debug ; then + mozconfig_annotate 'disabled by Gentoo' --disable-debug-symbols + else + mozconfig_annotate 'enabled by Gentoo' --enable-debug-symbols + fi + # These are enabled by default in all mozilla applications + mozconfig_annotate '' --with-system-nspr --with-nspr-prefix="${SYSROOT}${EPREFIX}"/usr + mozconfig_annotate '' --with-system-nss --with-nss-prefix="${SYSROOT}${EPREFIX}"/usr + mozconfig_annotate '' --x-includes="${SYSROOT}${EPREFIX}"/usr/include \ + --x-libraries="${SYSROOT}${EPREFIX}"/usr/$(get_libdir) + mozconfig_annotate '' --prefix="${EPREFIX}"/usr + mozconfig_annotate '' --libdir="${EPREFIX}"/usr/$(get_libdir) + mozconfig_annotate '' --disable-crashreporter + mozconfig_annotate 'Gentoo default' --with-system-png + mozconfig_annotate '' --enable-system-ffi + mozconfig_annotate '' --disable-gconf + mozconfig_annotate '' --with-intl-api + mozconfig_annotate '' --enable-system-pixman + # Instead of the standard --build= and --host=, mozilla uses --host instead + # of --build, and --target intstead of --host. + # Note, mozilla also has --build but it does not do what you think it does. + # Set both --target and --host as mozilla uses python to guess values otherwise + mozconfig_annotate '' --target="${CHOST}" + mozconfig_annotate '' --host="${CBUILD:-${CHOST}}" + if use system-libevent ; then + mozconfig_annotate '' --with-system-libevent="${SYSROOT}${EPREFIX}"/usr + fi + + if ! use x86 && [[ ${CHOST} != armv*h* ]] ; then + mozconfig_annotate '' --enable-rust-simd + fi + + # use the gtk3 toolkit (the only one supported at this point) + # TODO: Will this result in automagic dependency on x11-libs/gtk+[wayland]? + mozconfig_annotate '' --enable-default-toolkit=cairo-gtk3 + + mozconfig_use_enable startup-notification + mozconfig_use_enable system-sqlite + mozconfig_use_with system-av1 + mozconfig_use_with system-harfbuzz + mozconfig_use_with system-harfbuzz system-graphite2 + mozconfig_use_with system-icu + mozconfig_use_with system-jpeg + mozconfig_use_with system-libvpx + mozconfig_use_with system-webp + mozconfig_use_enable pulseaudio + # force the deprecated alsa sound code if pulseaudio is disabled + if use kernel_linux && ! use pulseaudio ; then + mozconfig_annotate '-pulseaudio' --enable-alsa + fi + + # Disable built-in ccache support to avoid sandbox violation, #665420 + # Use FEATURES=ccache instead! + mozconfig_annotate '' --without-ccache + sed -i -e 's/ccache_stats = None/return None/' \ + python/mozbuild/mozbuild/controller/building.py || \ + die "Failed to disable ccache stats call" + + mozconfig_use_enable dbus + + mozconfig_use_enable wifi necko-wifi + + mozconfig_use_enable geckodriver + + # enable JACK, bug 600002 + mozconfig_use_enable jack + + # Enable/Disable eme support + use eme-free && mozconfig_annotate '+eme-free' --disable-eme + + # Setup api key for location services and safebrowsing, https://bugzilla.mozilla.org/show_bug.cgi?id=1531176#c34 + echo -n "${_google_api_key}" > "${S}"/google-api-key + mozconfig_annotate '' --with-google-location-service-api-keyfile="${S}/google-api-key" + mozconfig_annotate '' --with-google-safebrowsing-api-keyfile="${S}/google-api-key" + + mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}" + + # disable webrtc for now, bug 667642 + use arm && mozconfig_annotate 'broken on arm' --disable-webrtc + + # allow elfhack to work in combination with unstripped binaries + # when they would normally be larger than 2GiB. + append-ldflags "-Wl,--compress-debug-sections=zlib" + + if use clang ; then + # https://bugzilla.mozilla.org/show_bug.cgi?id=1482204 + # https://bugzilla.mozilla.org/show_bug.cgi?id=1483822 + mozconfig_annotate 'elf-hack is broken when using Clang' --disable-elf-hack + fi + + echo "mk_add_options MOZ_OBJDIR=${BUILD_OBJ_DIR}" >> "${S}"/.mozconfig + echo "mk_add_options XARGS=/usr/bin/xargs" >> "${S}"/.mozconfig + + # Finalize and report settings + mozconfig_final + + # workaround for funky/broken upstream configure... + SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 \ + ./mach configure || die +} + +src_compile() { + local _virtx= + if use pgo ; then + _virtx=virtx + + # Reset and cleanup environment variables used by GNOME/XDG + gnome2_environment_reset + + addpredict /root + addpredict /etc/gconf + fi + + MOZ_MAKE_FLAGS="${MAKEOPTS} -O" SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 ${_virtx} \ + ./mach build --verbose || die +} + +src_install() { + cd "${BUILD_OBJ_DIR}" || die + + # Pax mark xpcshell for hardened support, only used for startupcache creation. + pax-mark m "${BUILD_OBJ_DIR}"/dist/bin/xpcshell + + # Add our default prefs for firefox + cp "${FILESDIR}"/gentoo-default-prefs.js-2 \ + "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \ + || die + + # set dictionary path, to use system hunspell + echo "pref(\"spellchecker.dictionary_path\", \"${EPREFIX}/usr/share/myspell\");" \ + >>"${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" || die + + # force the graphite pref if system-harfbuzz is enabled, since the pref cant disable it + if use system-harfbuzz ; then + echo "sticky_pref(\"gfx.font_rendering.graphite.enabled\",true);" \ + >>"${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" || die + fi + + # force cairo as the canvas renderer on platforms without skia support + if [[ $(tc-endian) == "big" ]] ; then + echo "sticky_pref(\"gfx.canvas.azure.backends\",\"cairo\");" \ + >>"${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" || die + echo "sticky_pref(\"gfx.content.azure.backends\",\"cairo\");" \ + >>"${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" || die + fi + + # Augment this with hwaccel prefs + if use hwaccel ; then + cat "${FILESDIR}"/gentoo-hwaccel-prefs.js-1 >> \ + "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \ + || die + fi + + if ! use screenshot ; then + echo "pref(\"extensions.screenshots.disabled\", true);" >> \ + "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \ + || die + fi + + echo "pref(\"extensions.autoDisableScopes\", 3);" >> \ + "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \ + || die + + local plugin + use gmp-autoupdate || use eme-free || for plugin in "${GMP_PLUGIN_LIST[@]}" ; do + echo "pref(\"media.${plugin}.autoupdate\", false);" >> \ + "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \ + || die + done + + cd "${S}" + MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 \ + DESTDIR="${D}" ./mach install || die + + if use geckodriver ; then + cp "${BUILD_OBJ_DIR}"/dist/bin/geckodriver "${ED%/}"${MOZILLA_FIVE_HOME} || die + pax-mark m "${ED%/}"${MOZILLA_FIVE_HOME}/geckodriver + + dosym ${MOZILLA_FIVE_HOME}/geckodriver /usr/bin/geckodriver + fi + + # Install language packs + MOZ_INSTALL_L10N_XPIFILE="1" mozlinguas_src_install + + local size sizes icon_path icon name + if use bindist ; then + sizes="16 32 48" + icon_path="${S}/browser/branding/aurora" + # Firefox's new rapid release cycle means no more codenames + # Let's just stick with this one... + icon="aurora" + name="Aurora" + + # Override preferences to set the MOZ_DEV_EDITION defaults, since we + # don't define MOZ_DEV_EDITION to avoid profile debaucles. + # (source: browser/app/profile/firefox.js) + cat >>"${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" <> "${ED}/usr/share/applications/${PN}.desktop" \ + || die + fi + + # Don't install llvm-symbolizer from sys-devel/llvm package + [[ -f "${ED%/}${MOZILLA_FIVE_HOME}/llvm-symbolizer" ]] && \ + rm "${ED%/}${MOZILLA_FIVE_HOME}/llvm-symbolizer" + + # firefox and firefox-bin are identical + rm "${ED%/}"${MOZILLA_FIVE_HOME}/firefox-bin || die + dosym firefox ${MOZILLA_FIVE_HOME}/firefox-bin + + # Required in order to use plugins and even run firefox on hardened. + pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/{firefox,plugin-container} +} + +pkg_preinst() { + gnome2_icon_savelist + + # if the apulse libs are available in MOZILLA_FIVE_HOME then apulse + # doesn't need to be forced into the LD_LIBRARY_PATH + if use pulseaudio && has_version ">=media-sound/apulse-0.1.9" ; then + einfo "APULSE found - Generating library symlinks for sound support" + local lib + pushd "${ED}"${MOZILLA_FIVE_HOME} &>/dev/null || die + for lib in ../apulse/libpulse{.so{,.0},-simple.so{,.0}} ; do + # a quickpkg rolled by hand will grab symlinks as part of the package, + # so we need to avoid creating them if they already exist. + if [[ ! -L ${lib##*/} ]] ; then + ln -s "${lib}" ${lib##*/} || die + fi + done + popd &>/dev/null || die + fi +} + +pkg_postinst() { + gnome2_icon_cache_update + xdg_desktop_database_update + + if ! use gmp-autoupdate && ! use eme-free ; then + elog "USE='-gmp-autoupdate' has disabled the following plugins from updating or" + elog "installing into new profiles:" + local plugin + for plugin in "${GMP_PLUGIN_LIST[@]}"; do elog "\t ${plugin}" ; done + elog + fi + + if use pulseaudio && has_version ">=media-sound/apulse-0.1.9" ; then + elog "Apulse was detected at merge time on this system and so it will always be" + elog "used for sound. If you wish to use pulseaudio instead please unmerge" + elog "media-sound/apulse." + elog + fi +} + +pkg_postrm() { + gnome2_icon_cache_update + xdg_desktop_database_update +} diff --git a/www-client/google-chrome-beta/Manifest b/www-client/google-chrome-beta/Manifest index c362158b0b57..07ac3283bee6 100644 --- a/www-client/google-chrome-beta/Manifest +++ b/www-client/google-chrome-beta/Manifest @@ -1 +1 @@ -DIST google-chrome-beta_73.0.3683.86-1_amd64.deb 58884130 BLAKE2B c445b6c6ecbb1c249f2047d30df855265a5ca93a27b8d68f6548869924289d80e04651c69ed772adc9ced8f12bc5dc9f85cea1c50d0b97570a9a262d1959ce85 SHA512 3e7ac09eefbfa15961c1f2f678bc320124c535f8f30c852c56f32a69a0d9870b46352195bff9660186a4a2d9a030e7421d2948af81318932bd9d6046136a675f +DIST google-chrome-beta_74.0.3729.28-1_amd64.deb 59824650 BLAKE2B 65aacdf5dbf5aa021b4a64608c1e6ef007bd6f3e0ada0842885e3ea0624929eb067f4591ba172d260cb34d3001abb8e48f2a69be49f7c4413a4e7c1d47efd220 SHA512 12a3dbb71160ba280282b1e3465b9fa54b2096e8f35db0dc3227ada38099619f51ff61b839ec85a48b47555ad7b9e1f5a485932a8d1a4fe000b4d01b59386670 diff --git a/www-client/google-chrome-beta/google-chrome-beta-73.0.3683.86.ebuild b/www-client/google-chrome-beta/google-chrome-beta-74.0.3729.28.ebuild similarity index 100% rename from www-client/google-chrome-beta/google-chrome-beta-73.0.3683.86.ebuild rename to www-client/google-chrome-beta/google-chrome-beta-74.0.3729.28.ebuild diff --git a/www-client/google-chrome-unstable/Manifest b/www-client/google-chrome-unstable/Manifest index 922fcc96e91b..4e84f1eb1feb 100644 --- a/www-client/google-chrome-unstable/Manifest +++ b/www-client/google-chrome-unstable/Manifest @@ -1 +1 @@ -DIST google-chrome-unstable_74.0.3729.22-1_amd64.deb 59998654 BLAKE2B 3af77e81929c705dca08ff6e5978566ca79011d6c1d4323f58fac2083006ba2499292e42f242abf91c2850734034f5414bcfae19dc53c316c17a268ccf92304d SHA512 6e2d627891dc3b7ecbaa57459533e0dd8a108f458d83f99520b92843fa697baa67afc43f440ffee6740bdfd53dd04374bf65ecfee623ae465d2f3f2679343ee3 +DIST google-chrome-unstable_74.0.3729.28-1_amd64.deb 59808886 BLAKE2B a6678b0d366d5a7742561cc344263ac0583cf3e124118f60a59c61b4e98d880b82f98651c32f00440e4c3e875567261ad7780ae162246822c9c10d7a22fb72dc SHA512 81970798575fe1a7d1712e34e917c181a4ea72812a695c5ee0c4d864fbc7f9d428fb7ee01f744f30c82f755c73041a9315eb8026b606cc21e3acb36383798a7f diff --git a/www-client/google-chrome-unstable/google-chrome-unstable-74.0.3729.22.ebuild b/www-client/google-chrome-unstable/google-chrome-unstable-74.0.3729.28.ebuild similarity index 100% rename from www-client/google-chrome-unstable/google-chrome-unstable-74.0.3729.22.ebuild rename to www-client/google-chrome-unstable/google-chrome-unstable-74.0.3729.28.ebuild diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest index d0b4f94ac027..25b3d5f2e258 100644 --- a/www-client/opera/Manifest +++ b/www-client/opera/Manifest @@ -4,3 +4,4 @@ DIST opera-12.16-1860.i386.linux.tar.xz 13154668 BLAKE2B 7f9ef54f44bc143c13173bc DIST opera-12.16-1860.x86_64.linux.tar.xz 14018800 BLAKE2B e0cb727ea79868d1c3c692d445fc8949f554c3bbe2bf3c9f222885891458cab7af1a29096cd3caf6936e83068841dda4bff5b8a17eb55a86bebe39ce2b270183 SHA512 c1289f352ea5fc8133b105771f48fdc56ccd770920330b1a0ed939ff909abc68081447673572eabeb1aae6db5194b6ab35c93afad78a91d8f7a9a0f91e81ef8b DIST opera-stable_58.0.3135.107_amd64.deb 70577204 BLAKE2B 19399125ccdcae0675d4c3f9f382ad83f7c52b5c8aa3ca62895e2368b39a2219addc95f54c0827fe8a73d6ee8e5e4996ef580199c82647ae5495f34f7a19f8f9 SHA512 26c657e10ca3d66830b4cd8dafa6508ca9306b703ffa583aa0082719af60d1fedc7cd61fd541dbdd1d07ce25bc5ee357c05b33936df66b0b163250f3ff66eefb DIST opera-stable_58.0.3135.117_amd64.deb 71157326 BLAKE2B eb8230752ddf7fd3bd3e9480b49b77a0bd040c1f3e2517654033088a278069eb92e5812d9d8079fea0e0eaac53def3b29ab4f9f4d8f67b04691fdac17c15bde4 SHA512 837cc42551a3ec4a81205167aab370f30f26110b22562c3c8078882f074bd1300ba7845b839028dccb8f1aa94857ca2f1fbee59775363fc99aadc5034c6124c1 +DIST opera-stable_58.0.3135.118_amd64.deb 71025272 BLAKE2B 236b0384f62dd99b44288e65523dcdc2d731f8c692d276801132cb789d5b4380a30942e236e56bd3bdd9c5b0f7b499d3893841797bd756e068914983ec552977 SHA512 083c278df96770e95d2753cc8e36dc66467dcd9dfd0512ef7776a9d3655ac082aa9591861b0f22d936a53f0310d4aec7e5b54a84892f971a9ba430d1914c420c diff --git a/www-client/opera/opera-58.0.3135.118.ebuild b/www-client/opera/opera-58.0.3135.118.ebuild new file mode 100644 index 000000000000..28c78dd8a552 --- /dev/null +++ b/www-client/opera/opera-58.0.3135.118.ebuild @@ -0,0 +1,112 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +CHROMIUM_LANGS=" + be bg bn ca cs da de el en-GB es-419 es fil fi fr-CA fr hi hr hu id it ja + ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi zh-CN + zh-TW +" +inherit chromium-2 gnome2-utils multilib unpacker xdg-utils + +DESCRIPTION="A fast and secure web browser" +HOMEPAGE="https://www.opera.com/" +LICENSE="OPERA-2014" +SLOT="0" +SRC_URI_BASE=" + https://download1.operacdn.com/pub/ + https://download2.operacdn.com/pub/ + https://download3.operacdn.com/pub/ + https://download4.operacdn.com/pub/ +" +for uri in ${SRC_URI_BASE}; do +SRC_URI+=" + "${uri}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb" +" +done +KEYWORDS="~amd64" + +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] +" + +QA_PREBUILT="*" +S=${WORKDIR} +OPERA_HOME="usr/$(get_libdir)/${PN}" + +src_unpack() { + unpack_deb ${A} +} + +src_prepare() { + epatch_user + + case ${ARCH} in + amd64) + mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die + rm -r usr/lib || die + ;; + esac + + rm usr/bin/${PN} || die + + rm usr/share/doc/${PN}-stable/copyright || die + mv usr/share/doc/${PN}-stable usr/share/doc/${PF} || die + gunzip usr/share/doc/${PF}/changelog.gz || die + + pushd "${OPERA_HOME}/localization" > /dev/null || die + chromium_remove_language_paks + popd > /dev/null || die + + sed -i \ + -e 's|^TargetEnvironment|X-&|g' \ + usr/share/applications/${PN}.desktop || die +} + +src_install() { + mv * "${D}" || die + dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN} + fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postrm() { + gnome2_icon_cache_update + xdg_desktop_database_update + xdg_mimeinfo_database_update +} + +pkg_postinst() { + gnome2_icon_cache_update + xdg_desktop_database_update + xdg_mimeinfo_database_update +} diff --git a/www-plugins/Manifest.gz b/www-plugins/Manifest.gz index 52d564c9527d..ff21d1d3b210 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 03361804c96a..af812de13ba4 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_73.0.3683.86-1_amd64.deb 58884130 BLAKE2B c445b6c6ecbb1c249f2047d30df855265a5ca93a27b8d68f6548869924289d80e04651c69ed772adc9ced8f12bc5dc9f85cea1c50d0b97570a9a262d1959ce85 SHA512 3e7ac09eefbfa15961c1f2f678bc320124c535f8f30c852c56f32a69a0d9870b46352195bff9660186a4a2d9a030e7421d2948af81318932bd9d6046136a675f +DIST google-chrome-beta_74.0.3729.28-1_amd64.deb 59824650 BLAKE2B 65aacdf5dbf5aa021b4a64608c1e6ef007bd6f3e0ada0842885e3ea0624929eb067f4591ba172d260cb34d3001abb8e48f2a69be49f7c4413a4e7c1d47efd220 SHA512 12a3dbb71160ba280282b1e3465b9fa54b2096e8f35db0dc3227ada38099619f51ff61b839ec85a48b47555ad7b9e1f5a485932a8d1a4fe000b4d01b59386670 DIST google-chrome-stable_73.0.3683.86-1_amd64.deb 57596330 BLAKE2B 5bd808a2909d74e85056fe9c84c746463ee9dc2a31bf3e2f95364885acac6c14d41433fee2922b6e2a33b1aebb8a63a6319e28dabf759231493e1edce5b2a1f9 SHA512 b7bb3f1c1d76ec029f3d9d2387ff2218ea114ea43047c313f930811ff5a4214ea00a651b8891170845f6c4a03edc44ffb7f04450b25579ece11517e7e0a2de6f -DIST google-chrome-unstable_74.0.3729.22-1_amd64.deb 59998654 BLAKE2B 3af77e81929c705dca08ff6e5978566ca79011d6c1d4323f58fac2083006ba2499292e42f242abf91c2850734034f5414bcfae19dc53c316c17a268ccf92304d SHA512 6e2d627891dc3b7ecbaa57459533e0dd8a108f458d83f99520b92843fa697baa67afc43f440ffee6740bdfd53dd04374bf65ecfee623ae465d2f3f2679343ee3 +DIST google-chrome-unstable_74.0.3729.28-1_amd64.deb 59808886 BLAKE2B a6678b0d366d5a7742561cc344263ac0583cf3e124118f60a59c61b4e98d880b82f98651c32f00440e4c3e875567261ad7780ae162246822c9c10d7a22fb72dc SHA512 81970798575fe1a7d1712e34e917c181a4ea72812a695c5ee0c4d864fbc7f9d428fb7ee01f744f30c82f755c73041a9315eb8026b606cc21e3acb36383798a7f diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-73.0.3683.86_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-74.0.3729.28_alpha.ebuild similarity index 100% rename from www-plugins/chrome-binary-plugins/chrome-binary-plugins-73.0.3683.86_beta.ebuild rename to www-plugins/chrome-binary-plugins/chrome-binary-plugins-74.0.3729.28_alpha.ebuild diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-74.0.3729.22_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-74.0.3729.28_beta.ebuild similarity index 100% rename from www-plugins/chrome-binary-plugins/chrome-binary-plugins-74.0.3729.22_alpha.ebuild rename to www-plugins/chrome-binary-plugins/chrome-binary-plugins-74.0.3729.28_beta.ebuild diff --git a/www-servers/Manifest.gz b/www-servers/Manifest.gz index a6e64c100c56..25042603bbb2 100644 Binary files a/www-servers/Manifest.gz and b/www-servers/Manifest.gz differ diff --git a/www-servers/apache/apache-2.4.38-r1.ebuild b/www-servers/apache/apache-2.4.38-r1.ebuild index 92bf2342d556..851d9a886063 100644 --- a/www-servers/apache/apache-2.4.38-r1.ebuild +++ b/www-servers/apache/apache-2.4.38-r1.ebuild @@ -130,7 +130,7 @@ HOMEPAGE="https://httpd.apache.org/" # some helper scripts are Apache-1.1, thus both are here LICENSE="Apache-2.0 Apache-1.1" SLOT="2" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-linux ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris" # Enable http2 by default (bug #563452) # FIXME: Move to apache-2.eclass once this has reached stable. diff --git a/x11-base/Manifest.gz b/x11-base/Manifest.gz index 3beead510de4..5518ff3fdec7 100644 Binary files a/x11-base/Manifest.gz and b/x11-base/Manifest.gz differ diff --git a/x11-base/xorg-server/xorg-server-1.20.4.ebuild b/x11-base/xorg-server/xorg-server-1.20.4.ebuild index d1fe2f091113..96600b70e5e2 100644 --- a/x11-base/xorg-server/xorg-server-1.20.4.ebuild +++ b/x11-base/xorg-server/xorg-server-1.20.4.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} != 9999* ]]; then fi IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb" -IUSE="${IUSE_SERVERS} debug +elogind +glamor ipv6 libressl minimal selinux suid systemd +udev unwind xcsecurity" +IUSE="${IUSE_SERVERS} debug elogind +glamor ipv6 libressl minimal selinux +suid systemd +udev unwind xcsecurity" CDEPEND=">=app-eselect/eselect-opengl-1.3.0 !libressl? ( dev-libs/openssl:0= ) diff --git a/x11-base/xorg-server/xorg-server-9999.ebuild b/x11-base/xorg-server/xorg-server-9999.ebuild index 3958ac822a37..40361a76003f 100644 --- a/x11-base/xorg-server/xorg-server-9999.ebuild +++ b/x11-base/xorg-server/xorg-server-9999.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} != 9999* ]]; then fi IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb" -IUSE="${IUSE_SERVERS} debug +elogind +glamor ipv6 libressl minimal selinux suid systemd +udev unwind xcsecurity" +IUSE="${IUSE_SERVERS} debug elogind +glamor ipv6 libressl minimal selinux +suid systemd +udev unwind xcsecurity" CDEPEND=">=app-eselect/eselect-opengl-1.3.0 !libressl? ( dev-libs/openssl:0= ) diff --git a/x11-misc/Manifest.gz b/x11-misc/Manifest.gz index 945e60d7fd08..10bda77b9cff 100644 Binary files a/x11-misc/Manifest.gz and b/x11-misc/Manifest.gz differ diff --git a/x11-misc/qtfm/Manifest b/x11-misc/qtfm/Manifest index 66f2bd111e60..1bc4efd01d35 100644 --- a/x11-misc/qtfm/Manifest +++ b/x11-misc/qtfm/Manifest @@ -1,2 +1,3 @@ DIST qtfm-6.1.5.tar.gz 217207 BLAKE2B 3a818458e6f3d1dfe91860681eb77b809a455d16eef7810aa06e73b9600e6d032c178624c1dbde6d609353eb79ad43e65205f3c3ba84f21b854b8ef93b65be72 SHA512 10a0e1fc8f8948b0564a9b78967403c4a10639c10194879b48bbe086110af0d611a310ab185a2351043df879dbba1e7849a03dde54b6554b74004cbcc27f3788 DIST qtfm-6.1.7.tar.gz 247617 BLAKE2B 4cd8cf22859d4d42f526d668fb1fb47a8a6d59c770c46cc1fb0fc05b752af8bb3c4bcaf81e977283544953c04006080754285cb411aa036c76a041ee2499f365 SHA512 04e14df63f9827fd00a923c91b6c66a022f3c2318df182222b15dc388a7c9fde579981b78d8057a57de29da348f42cfb0a1fe6169f3fbdc50a9f25f78d6d02a6 +DIST qtfm-6.1.8.tar.gz 248195 BLAKE2B e99e9a545a3c534af9e8bd5443f8f99d92b63ece1adf7544272e5c5940e4ebb34dad52fb1d5023c3bbeeb6abb50dfb8f46d2034fa01a23bf649a761bc31f9a3d SHA512 04f82e2cb9bb7a9d68c86ffcb7d5a238e68ade38fad145d699030f743343d33b438234cbb132ebf12a1dad67c331bed14bcbb6e89e78a6d1e812461f2102c15b diff --git a/x11-misc/qtfm/qtfm-6.1.8.ebuild b/x11-misc/qtfm/qtfm-6.1.8.ebuild new file mode 100644 index 000000000000..e80647d017f5 --- /dev/null +++ b/x11-misc/qtfm/qtfm-6.1.8.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit xdg-utils qmake-utils + +DESCRIPTION="A small, lightweight file manager for desktops based on pure Qt" +HOMEPAGE="https://qtfm.eu/" +SRC_URI="https://github.com/rodlie/qtfm/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-qt/qtconcurrent:5 + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5 + sys-apps/file +" +DEPEND=" + ${RDEPEND} + app-arch/unzip + dev-qt/linguist-tools:5 +" + +src_configure() { + eqmake5 PREFIX=/usr XDGDIR=/etc/xdg +} + +src_install() { + emake INSTALL_ROOT="${D}" install + einstalldocs +} + +pkg_postinst() { + xdg_desktop_database_update + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_desktop_database_update + xdg_icon_cache_update +} diff --git a/xfce-extra/Manifest.gz b/xfce-extra/Manifest.gz index 259c84705ca8..71f5241e9d7d 100644 Binary files a/xfce-extra/Manifest.gz and b/xfce-extra/Manifest.gz differ diff --git a/xfce-extra/xfce4-weather-plugin/Manifest b/xfce-extra/xfce4-weather-plugin/Manifest index b3a8139ef373..c19fb4d6515e 100644 --- a/xfce-extra/xfce4-weather-plugin/Manifest +++ b/xfce-extra/xfce4-weather-plugin/Manifest @@ -1,2 +1,3 @@ DIST xfce4-weather-plugin-0.8.10.tar.bz2 2991350 BLAKE2B c3c71952a196d49068bac9c1de0695d2845db6931cfe220caf5ebb88919eb40fa0fc9c9a6dc640adbd82fa284449daf6ac537aaf5d258108083b2e63d8288610 SHA512 e40f794e824cc48038ece0c1336eed21b2e28091b86a4b76099c092c2e45abc5041d010d286f64fc483e8ad7c496127152df86330187afbd0872506d89f37c35 DIST xfce4-weather-plugin-0.9.0.tar.bz2 2953904 BLAKE2B 6d8cf9b4d58b538b89ff72149e065d744f38333de9636baf0209bd49db130a3a0dd035a4c5c216bbd41302511a2784fff1d0ea90722d1d0409a44de0cfcb17aa SHA512 2a6fbeceb99d809cc4a928d0d53f92c7c638adbdc78d39dc2857b3506fb4287291702f078b547752176e0d2660a6365b62a7d8459ab88bea744dee28268e326a +DIST xfce4-weather-plugin-0.9.1.tar.bz2 3018842 BLAKE2B d1fa1d3e1f99aff9f726fad13a40a6f288bddc32e3c06958a571a4526d1f4a7a9386cebc5ddac1c5132f591099e0f01507fab1d158b8f686f28d2d7c9e1d8c19 SHA512 f8f50ad629719193f18cf9106379a7de7ba4ba0824eca3ec3716031cd46f5631280ff446fe651326097e3fbe6703c1d29f2ce044b1eada1613b198d30d167d09 diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.1.ebuild b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.1.ebuild new file mode 100644 index 000000000000..a2e80c713089 --- /dev/null +++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.9.1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2-utils + +DESCRIPTION="A weather plug-in for the Xfce desktop environment" +HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin" +SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +IUSE="upower" + +RDEPEND=">=dev-libs/glib-2.42 + dev-libs/libxml2:= + >=net-libs/libsoup-2.42:=[ssl] + >=x11-libs/gtk+-3.22:3 + >=xfce-base/libxfce4ui-4.12:= + >=xfce-base/libxfce4util-4.12:= + >=xfce-base/xfce4-panel-4.12:= + upower? ( >=sys-power/upower-0.9.23 )" +DEPEND="${RDEPEND} + dev-util/intltool + virtual/pkgconfig" + +src_configure() { + # For GEONAMES_USERNAME, read README file and ask ssuominen@! + local myconf=( + $(use_enable upower) + GEONAMES_USERNAME=Gentoo + ) + econf "${myconf[@]}" +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +}