diff --git a/app-crypt/mit-krb5/Manifest b/app-crypt/mit-krb5/Manifest index 6f7e09a9dec0..dd14076db8a8 100644 --- a/app-crypt/mit-krb5/Manifest +++ b/app-crypt/mit-krb5/Manifest @@ -1,4 +1,5 @@ DIST krb5-1.10.2-signed.tar 11520000 SHA256 52c719de1a7f042109486a80e7b69e43555186a2acf26c1e5ab83a3ab1cebe3d SHA512 989d49e2b5cfa55ccf01fd075a9ebe27eb22e2682a3c59eac1489318c84ad8b950458cf6c7ea9a0bfc81423e91a9545fed164799d73a6f6c46ff8f8b97bb2475 WHIRLPOOL 98440f22f737fa9b6a4482d4e7483bf458464a02747ee947296e898fe1407d128c3e74c120ea356ec724a8b26ecbee910b85fb146cfd2b46af932f7e4a968460 DIST krb5-1.10.3-signed.tar 11530240 SHA256 fc48f9f985bf04aa91c239dae0daaa0509c85b61b2d172d9d65ab0c52bcea3cf SHA512 1f2e3bff5b7485fb5b95a247216d952c4fd0b64ed4eaea14693b687a0268f4f88cf018b4c920329f806ecf7f2cde32ff033fc8f2136a7007fdb88c4b1759dfbb WHIRLPOOL f225650f97ca21526761467d83e05de7252d329724b6b88a2d89fa210abdf0d0248e01de50eaaac200deb6eabb9adfb2129cbe297355923a88f2e67e16c6ab70 DIST krb5-1.11-signed.tar 11653120 SHA256 fe37fb93b398db98a1b23f814673ea2ae4b90138f85e1a4027ef639456a78651 SHA512 ee6194d3d504c3d40cb025b9988dcdcabbfdcf5de4711c3475f9ac1d4178095fe2114691c0f212c21d2b99d771ecc42cdd14bd18e7c987681c0092e6ce46068f WHIRLPOOL 97942183a2e499e9cb2e56c4a5d1a80f23919c365896f9853f7708a4937eab18980dc0430d45de66470f51318cd20d3bced83b9c6596b8954178c4241f49de87 +DIST krb5-1.11.1-signed.tar 11663360 SHA256 3a230ff6a7f8775752292e9303d3fa8a801a353301bc24d80b860d99f9d20768 SHA512 721a14bf09571d951b0070110e2f2469e55b593d7321a1288bea1da62f33fb6d2be556bf6410a8ad0134cecdb6b67dafbd5f34404eb00383fe8fcac167f7743e WHIRLPOOL e8363343229e96eb9d2e05767d4b9b426b41a8bca51bb91cf815b50f920d289a7273d7cf9d279bfafcc3407ca0ecf67559c5c0a510562d2f7b61fc5d71f8cf3d DIST krb5-1.9.4-signed.tar 13025280 SHA256 42fd639b0cb9568c4ae3d92874a76f75ffdc0071cf466a967b7beb340c020961 SHA512 8638f679a3f93a145ec6c5304125c77743278e5912a2d0d5e96157d60639ce26d5a135caa528570b301b3896c4752e81c523ee71b99534fe71fdc6d8083cbc04 WHIRLPOOL 559098eb8654248c612a2d23533d953f3572052b74a469dd6b4054a25167f72d1ac65ad4f5b714d9d8b9101376728c0ac34e4fce1dc73ad0aab7fa6f4a49d3c0 diff --git a/app-crypt/mit-krb5/mit-krb5-1.11.1.ebuild b/app-crypt/mit-krb5/mit-krb5-1.11.1.ebuild new file mode 100644 index 000000000000..4a95b661b683 --- /dev/null +++ b/app-crypt/mit-krb5/mit-krb5-1.11.1.ebuild @@ -0,0 +1,126 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.11.1.ebuild,v 1.1 2013/02/22 11:06:01 eras Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +inherit eutils flag-o-matic python-any-r1 versionator + +MY_P="${P/mit-}" +P_DIR=$(get_version_component_range 1-2) +DESCRIPTION="MIT Kerberos V" +HOMEPAGE="http://web.mit.edu/kerberos/www/" +SRC_URI="http://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}-signed.tar" + +LICENSE="openafs-krb5-a BSD MIT OPENLDAP BSD-2 HPND BSD-4 ISC RSA CC-BY-SA-3.0 || ( BSD-2 GPL-2+ )" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~x86" +IUSE="doc +keyutils openldap +pkinit +threads test xinetd" + +RDEPEND="!!app-crypt/heimdal + >=sys-libs/e2fsprogs-libs-1.41.0 + dev-libs/libverto + keyutils? ( sys-apps/keyutils ) + openldap? ( net-nds/openldap ) + pkinit? ( dev-libs/openssl ) + xinetd? ( sys-apps/xinetd )" +DEPEND="${RDEPEND} + virtual/yacc + doc? ( virtual/latex-base ) + test? ( dev-lang/tcl + dev-lang/python + dev-util/dejagnu )" + +S=${WORKDIR}/${MY_P}/src + +src_unpack() { + unpack ${A} + unpack ./"${MY_P}".tar.gz +} + +src_prepare() { + epatch "${FILESDIR}/${PN}-1.11_uninitialized.patch" + epatch "${FILESDIR}/${PN}_krb5-config_LDFLAGS.patch" + + # tcl-8.6 compatibility + sed -i -e 's/interp->result/Tcl_GetStringResult(interp)/' \ + kadmin/testing/util/tcl_kadm5.c || die +} + +src_configure() { + append-cppflags "-I${EPREFIX}/usr/include/et" + # QA + append-flags -fno-strict-aliasing + append-flags -fno-strict-overflow + + use keyutils || export ac_cv_header_keyutils_h=no + econf \ + $(use_with openldap ldap) \ + "$(use_with test tcl "${EPREFIX}/usr")" \ + $(use_enable pkinit) \ + $(use_enable threads thread-support) \ + --without-hesiod \ + --enable-shared \ + --with-system-et \ + --with-system-ss \ + --enable-dns-for-realm \ + --enable-kdc-lookaside-cache \ + --with-system-verto \ + --disable-rpath +} + +src_compile() { + emake -j1 +} + +src_test() { + emake -j1 check +} + +src_install() { + emake \ + DESTDIR="${D}" \ + EXAMPLEDIR="${EPREFIX}/usr/share/doc/${PF}/examples" \ + install + + # default database dir + keepdir /var/lib/krb5kdc + + cd .. + dodoc README + + if use doc; then + dohtml -r doc/html/* + docinto pdf + dodoc doc/pdf/*.pdf + fi + + newinitd "${FILESDIR}"/mit-krb5kadmind.initd-r1 mit-krb5kadmind + newinitd "${FILESDIR}"/mit-krb5kdc.initd-r1 mit-krb5kdc + newinitd "${FILESDIR}"/mit-krb5kpropd.initd-r1 mit-krb5kpropd + + insinto /etc + newins "${ED}/usr/share/doc/${PF}/examples/krb5.conf" krb5.conf.example + insinto /var/lib/krb5kdc + newins "${ED}/usr/share/doc/${PF}/examples/kdc.conf" kdc.conf.example + + if use openldap ; then + insinto /etc/openldap/schema + doins "${S}/plugins/kdb/ldap/libkdb_ldap/kerberos.schema" + fi + + if use xinetd ; then + insinto /etc/xinetd.d + newins "${FILESDIR}/kpropd.xinetd" kpropd + fi +} + +pkg_preinst() { + if has_version "<${CATEGORY}/${PN}-1.8.0" ; then + elog "MIT split the Kerberos applications from the base Kerberos" + elog "distribution. Kerberized versions of telnet, rlogin, rsh, rcp," + elog "ftp clients and telnet, ftp deamons now live in" + elog "\"app-crypt/mit-krb5-appl\" package." + fi +} diff --git a/app-emulation/xen-tools/xen-tools-4.2.0-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.2.0-r3.ebuild index 969ccc07b45d..84380c20f95d 100644 --- a/app-emulation/xen-tools/xen-tools-4.2.0-r3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.2.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.0-r3.ebuild,v 1.8 2013/02/11 15:26:37 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.0-r3.ebuild,v 1.9 2013/02/22 10:36:08 idella4 Exp $ EAPI=5 @@ -37,7 +37,7 @@ IUSE="api custom-cflags debug doc flask hvm ocaml qemu pygrub screen static-libs REQUIRED_USE="hvm? ( qemu )" -CDEPEND="=gcc-4.6 errors out with unknown option + sed -i -e '/LIB_SQLITE.*-R/s/ -R[^"]*//' configure.in + + # Use plugindir for sasldir + sed -i '/^sasldir =/s:=.*:= $(plugindir):' \ + "${S}"/plugins/Makefile.{am,in} || die "sed failed" + + eautoreconf +} + +src_configure() { + append-flags -fno-strict-aliasing + append-cppflags -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -DLDAP_DEPRECATED + + # Java support. + use java && export JAVAC="${JAVAC} ${JAVACFLAGS}" + + local myconf + + # Add authdaemond support (bug #56523). + if use authdaemond ; then + myconf="${myconf} --with-authdaemond=/var/lib/courier/authdaemon/socket" + fi + + # Fix for bug #59634. + if ! use ssl ; then + myconf="${myconf} --without-des" + fi + + if use mysql || use postgres || use sqlite ; then + myconf="${myconf} --enable-sql" + else + myconf="${myconf} --disable-sql" + fi + + # Default to GDBM if both 'gdbm' and 'berkdb' are present. + if use gdbm ; then + einfo "Building with GNU DB as database backend for your SASLdb" + myconf="${myconf} --with-dblib=gdbm" + elif use berkdb ; then + einfo "Building with BerkeleyDB as database backend for your SASLdb" + myconf="${myconf} --with-dblib=berkeley --with-bdb-incdir=$(db_includedir)" + else + einfo "Building without SASLdb support" + myconf="${myconf} --with-dblib=none" + fi + + # Use /dev/urandom instead of /dev/random (bug #46038). + if use urandom ; then + myconf="${myconf} --with-devrandom=/dev/urandom" + fi + + econf \ + --enable-login \ + --enable-ntlm \ + --enable-auth-sasldb \ + --disable-cmulocal \ + --disable-krb4 \ + --enable-otp \ + --without-sqlite \ + --with-saslauthd=/var/lib/sasl2 \ + --with-pwcheck=/var/lib/sasl2 \ + --with-configdir=/etc/sasl2 \ + --with-plugindir=/usr/$(get_libdir)/sasl2 \ + --with-dbpath=/etc/sasl2/sasldb2 \ + $(use_with ssl openssl) \ + $(use_with pam) \ + $(use_with openldap ldap) \ + $(use_enable ldapdb) \ + $(use_enable sample) \ + $(use_enable kerberos gssapi) \ + $(use_enable java) \ + $(use_with java javahome ${JAVA_HOME}) \ + $(use_with mysql) \ + $(use_with postgres pgsql) \ + $(use_with sqlite sqlite3 /usr/$(get_libdir)) \ + $(use_enable srp) \ + $(use_enable static-libs static) \ + ${myconf} +} + +src_compile() { + emake + + # Default location for java classes breaks OpenOffice (bug #60769). + # Thanks to axxo@gentoo.org for the solution. + cd "${S}" + if use java ; then + jar -cvf ${PN}.jar -C java $(find java -name "*.class") + fi +} + +src_install() { + emake DESTDIR="${D}" install + keepdir /var/lib/sasl2 /etc/sasl2 + + if use sample ; then + docinto sample + dodoc sample/*.c + exeinto /usr/share/doc/${P}/sample + doexe sample/client sample/server + fi + + # Default location for java classes breaks OpenOffice (bug #60769). + if use java ; then + java-pkg_dojar ${PN}.jar + java-pkg_regso "${D}/usr/$(get_libdir)/libjavasasl.so" + # hackish, don't wanna dig through makefile + rm -Rf "${D}/usr/$(get_libdir)/java" + docinto "java" + dodoc "${S}/java/README" "${FILESDIR}/java.README.gentoo" "${S}"/java/doc/* + dodir "/usr/share/doc/${PF}/java/Test" + insinto "/usr/share/doc/${PF}/java/Test" + doins "${S}"/java/Test/*.java + fi + + docinto "" + dodoc AUTHORS ChangeLog NEWS README doc/TODO doc/*.txt + newdoc pwcheck/README README.pwcheck + dohtml doc/*.html + + docinto "saslauthd" + dodoc saslauthd/{AUTHORS,ChangeLog,LDAP_SASLAUTHD,NEWS,README} + + newpamd "${FILESDIR}/saslauthd.pam-include" saslauthd + + newinitd "${FILESDIR}/pwcheck.rc6" pwcheck + + newinitd "${FILESDIR}/saslauthd2.rc6" saslauthd + newconfd "${FILESDIR}/saslauthd-${SASLAUTHD_CONF_VER}.conf" saslauthd + + newsbin "${S}/saslauthd/testsaslauthd" testsaslauthd + + use static-libs || find "${D}"/usr/lib*/sasl2 -name 'lib*.la' -delete +} + +pkg_preinst() { + preserve_old_lib /usr/$(get_libdir)/libsasl2.so.2.0.25 +} + +pkg_postinst () { + # Generate an empty sasldb2 with correct permissions. + if ( use berkdb || use gdbm ) && [[ ! -f "${ROOT}/etc/sasl2/sasldb2" ]] ; then + einfo "Generating an empty sasldb2 with correct permissions ..." + echo "p" | "${ROOT}/usr/sbin/saslpasswd2" -f "${ROOT}/etc/sasl2/sasldb2" -p login \ + || die "Failed to generate sasldb2" + "${ROOT}/usr/sbin/saslpasswd2" -f "${ROOT}/etc/sasl2/sasldb2" -d login \ + || die "Failed to delete temp user" + chown root:mail "${ROOT}/etc/sasl2/sasldb2" \ + || die "Failed to chown ${ROOT}/etc/sasl2/sasldb2" + chmod 0640 "${ROOT}/etc/sasl2/sasldb2" \ + || die "Failed to chmod ${ROOT}/etc/sasl2/sasldb2" + fi + + if use authdaemond ; then + elog "You need to add a user running a service using Courier's" + elog "authdaemon to the 'mail' group. For example, do:" + elog " gpasswd -a postfix mail" + elog "to add the 'postfix' user to the 'mail' group." + fi + + preserve_old_lib_notify /usr/$(get_libdir)/libsasl2.so.2.0.25 +} diff --git a/dev-libs/jrtplib/Manifest b/dev-libs/jrtplib/Manifest index fe2c2d52d630..6c434ec1141b 100644 --- a/dev-libs/jrtplib/Manifest +++ b/dev-libs/jrtplib/Manifest @@ -1 +1,2 @@ DIST jrtplib-3.7.1.tar.bz2 334965 SHA256 b6f82ec7e5543c1a40630e6be98bd9ca464484f985fac7c7bce3fd872ae4348a SHA512 e66633d4ab038641f276764173dcfe7790951a99172d2dfa7d961ae6bfaa9f8654353e4d061db33816153c1ddc656e1352e6c314408fa4df74b20b90e4f70c14 WHIRLPOOL e058292f3fe6859f94503207faea1079290bb53332ad2b08823aefd97f99415e6db41dcd1811fd9065c2f6e8e37c1a1afdb52a7c09430b29e1c2308178a541e7 +DIST jrtplib-3.9.1.tar.bz2 117735 SHA256 a99a0d5764e8ca9f84bf167e6de91c3092ce3633497bacc3e2d13b69aa4403df SHA512 9f7302681266b2eaa038133e8c8590cd6a547ee7b444815618caeccff9cddf7a9a1af69aed4ba63acff4e3764771c8e6b8d9ce521fd9ad5c6018940bf2e73a3d WHIRLPOOL 8dffe39719f193e000b458d68b182c3989a46b9490111c5835031b1cd04ecaa9a0c9d5410f353db97bfbe4b15ff941a4425735cbb87db4b9c8a832589a7d810e diff --git a/dev-libs/jrtplib/jrtplib-3.9.1.ebuild b/dev-libs/jrtplib/jrtplib-3.9.1.ebuild new file mode 100644 index 000000000000..fffd7f281894 --- /dev/null +++ b/dev-libs/jrtplib/jrtplib-3.9.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/jrtplib/jrtplib-3.9.1.ebuild,v 1.1 2013/02/22 15:15:50 pinkbyte Exp $ + +EAPI="5" + +CMAKE_IN_SOURCE_BUILD=1 +inherit cmake-utils + +DESCRIPTION="Object-oriented RTP library written in C++" +HOMEPAGE="http://research.edm.uhasselt.be/~jori/page/index.php?n=CS.Jrtplib" +SRC_URI="http://research.edm.uhasselt.be/jori/${PN}/${P}.tar.bz2" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="static-libs" + +RDEPEND=">=dev-libs/jthread-1.3.0[static-libs?]" +DEPEND="${RDEPEND}" + +DOCS=( ChangeLog README.TXT TODO ) + +src_prepare() { + # do not build examples - they are not installed into live filesystem + sed -i -e '/add_subdirectory(examples)/d' CMakeLists.txt || die 'disabling examples compilation failed' + # do not build static library, if it is not requested + if ! use static-libs; then + sed -i -e '/jrtplib-static/d' src/CMakeLists.txt || die 'sed on src/CMakeLists.txt failed' + fi +} diff --git a/dev-libs/libole2/Manifest b/dev-libs/libole2/Manifest deleted file mode 100644 index 76957628f094..000000000000 --- a/dev-libs/libole2/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libole2-0.2.4.tar.bz2 199044 SHA256 b4f4a90df8e213d5523604d55417c8e459d4b7558b4fd7dd733c7f6700d6cfbe SHA512 8c0f487df7069f4ee9fe7af98b8137a5ee087eb0d09f345e4ce26d238ed2e8a0d6b5303158dca693df06dc3098fb89937c9ab80e8ca9abfa8e1ee6df5d29d14e WHIRLPOOL 8ffd16bb3bd9b21a2c9e8e69dde116ccdae42263c15b4bd9d2eec319b2d418ebd853ec1174e71f8e46c849b6e1fa1f759783828541c4c4fa8216740a238c3515 diff --git a/dev-libs/libole2/libole2-0.2.4-r1.ebuild b/dev-libs/libole2/libole2-0.2.4-r1.ebuild deleted file mode 100644 index 28d3e38e9e1c..000000000000 --- a/dev-libs/libole2/libole2-0.2.4-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libole2/libole2-0.2.4-r1.ebuild,v 1.11 2008/10/14 02:17:22 darkside Exp $ - -inherit gnome.org - -DESCRIPTION="Library to manipulate OLE2 Structured Storage files" -HOMEPAGE="http://www.gnome.org/" - -IUSE="" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="alpha ~amd64 ppc sparc x86" - -RDEPEND="=dev-libs/glib-1.2*" -DEPEND="${RDEPEND} - dev-util/gtk-doc" - -src_unpack() { - unpack ${A} - - # fix header include, needed for abiword - cd "${S}"/libole2 - mv ms-ole.h ms-ole.h.old - sed -e "s:glib.h:glib-1.2/glib.h:" ms-ole.h.old > ms-ole.h -} - -src_compile() { - econf || die - emake || die -} - -src_install() { - # prevent executing gtkdoc-fixxref - sandbox violations - cd "${S}"/doc - mv Makefile Makefile.orig - sed 's/gtkdoc-fixxref.*/\\/' Makefile.orig > Makefile - - cd "${S}" - make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README* TODO -} - -pkg_postinst() { - einfo "Fixing libole2's documentation cross references" - gtkdoc-fixxref --module=libole2 --html-dir=/usr/share/libole2/html -} diff --git a/dev-vcs/subversion/Manifest b/dev-vcs/subversion/Manifest index daa1c6642912..daf448fd3745 100644 --- a/dev-vcs/subversion/Manifest +++ b/dev-vcs/subversion/Manifest @@ -1,3 +1,4 @@ DIST subversion-1.6.17.tar.bz2 5504298 SHA256 d629c657e171616d30cc0cbddf1011a065770813bfc32f78c6940d09ca868124 SHA512 ec034b979f127e9338664a4ca0061c252f6fab7c094eee58eddaa175543456c1e1e1211a123f1e4ea1417f5f6c5c9b87abfb9d4039eb14f31cac38185934eb97 WHIRLPOOL 0d1d664c9410576c68bc10d772136193f6474947bacf10788636fdbd516e637df13d8ad70bab7c7e122713e747f8d494c0c54eca7da9d4ca518613d51331553b DIST subversion-1.7.6.tar.bz2 6006767 SHA256 d1a4f13c5c992a1527a2aeac262c6f54e073963ce1d13abfabb2a90980fa7d05 SHA512 bced624139b3a284918edce59419a9933080ecfd861e8eaf3a7abc56c72c1e9b50d8ff3fc6185783d5b537c5be87c1e328ad42288bc063103b456c3d376c42ce WHIRLPOOL 7425ad97d27cb127a6e45845ccc419d5f9bc61101c6d675565f08af96bb8f27ea06ecd1116f214f23e8465529aa17aee53c33319b618ac12e4e912e707bce2a8 DIST subversion-1.7.7.tar.bz2 6023686 SHA256 fc85a9341d1dc275b279e470776014b02328a028e48a7ac7868ac07d4a40a321 SHA512 0ce0a22e05c76132d9a1650cee3d7fdf6eb7606eb7197ee604e48129e6e3ba7ebc910d71c756ef2aced7100c8cd9a7d1dc3da8744315be0a8c506fdafa8ada19 WHIRLPOOL d0c82ab9abd8e95cbd5a5cf0d082a5b1eda7451bfaa5754d33a10279d94548f8c1457b3089c4bbb3347569b96be293e04371c05965ab2019aa38084831bc111d +DIST subversion-1.7.8.tar.bz2 6023912 SHA256 fc83d4d98ccea8b7bfa8f5c20fff545c8baa7d035db930977550c51c6ca23686 SHA512 1e97a2049d7decaa7002d23a4353b67425ec682c4d229932a5a384d547855b61cdb02f2ee6ea89b9b63a35715a0321dc6ba35b3148d242c4899f4ccdf6ce35cd WHIRLPOOL 1c70043922986ec7af0a99455eb7f60c70461342af838b6151de740afcff6e3e8e999f480ea86020fc64a8620ee5a79eff7c7723df4320a86a2a38eb55063310 diff --git a/dev-vcs/subversion/subversion-1.7.8.ebuild b/dev-vcs/subversion/subversion-1.7.8.ebuild new file mode 100644 index 000000000000..354b8e4848c7 --- /dev/null +++ b/dev-vcs/subversion/subversion-1.7.8.ebuild @@ -0,0 +1,470 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.8.ebuild,v 1.1 2013/02/22 14:56:30 mgorny Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +DISTUTILS_OPTIONAL=1 +WANT_AUTOMAKE="none" +MY_P="${P/_/-}" + +inherit autotools bash-completion-r1 db-use depend.apache distutils-r1 elisp-common flag-o-matic java-pkg-opt-2 libtool multilib perl-module eutils + +DESCRIPTION="Advanced version control system" +HOMEPAGE="http://subversion.apache.org/" +SRC_URI="mirror://apache/${PN}/${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_P}" + +LICENSE="Subversion GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring java kde nls perl python ruby sasl vim-syntax +webdav-neon webdav-serf" + +COMMON_DEPEND=">=dev-db/sqlite-3.4 + >=dev-libs/apr-1.3:1 + >=dev-libs/apr-util-1.3:1 + dev-libs/expat + sys-libs/zlib + berkdb? ( >=sys-libs/db-4.0.14 ) + ctypes-python? ( ${PYTHON_DEPS} ) + gnome-keyring? ( dev-libs/glib:2 sys-apps/dbus gnome-base/gnome-keyring ) + kde? ( sys-apps/dbus x11-libs/qt-core:4 x11-libs/qt-dbus:4 x11-libs/qt-gui:4 >=kde-base/kdelibs-4:4 ) + perl? ( dev-lang/perl ) + python? ( ${PYTHON_DEPS} ) + ruby? ( >=dev-lang/ruby-1.8.2:1.8 ) + sasl? ( dev-libs/cyrus-sasl ) + webdav-neon? ( >=net-libs/neon-0.28 ) + webdav-serf? ( >=net-libs/serf-0.3.0 )" +RDEPEND="${COMMON_DEPEND} + apache2? ( www-servers/apache[apache2_modules_dav] ) + java? ( >=virtual/jre-1.5 ) + kde? ( kde-base/kwalletd ) + nls? ( virtual/libintl ) + perl? ( dev-perl/URI )" +# Note: ctypesgen doesn't need PYTHON_USEDEP, it's used once +DEPEND="${COMMON_DEPEND} + ${PYTHON_DEPS} + !!=virtual/jdk-1.5 ) + kde? ( virtual/pkgconfig ) + nls? ( sys-devel/gettext ) + webdav-neon? ( virtual/pkgconfig )" + +want_apache + +pkg_setup() { + if use berkdb; then + local apu_bdb_version="$(${EPREFIX}/usr/bin/apu-1-config --includes \ + | grep -Eoe '-I${EPREFIX}/usr/include/db[[:digit:]]\.[[:digit:]]' \ + | sed 's:.*b::')" + einfo + if [[ -z "${SVN_BDB_VERSION}" ]]; then + if [[ -n "${apu_bdb_version}" ]]; then + SVN_BDB_VERSION="${apu_bdb_version}" + einfo "Matching db version to apr-util" + else + SVN_BDB_VERSION="$(db_ver_to_slot "$(db_findver sys-libs/db 2>/dev/null)")" + einfo "SVN_BDB_VERSION variable isn't set. You can set it to enforce using of specific version of Berkeley DB." + fi + fi + einfo "Using: Berkeley DB ${SVN_BDB_VERSION}" + einfo + + if [[ -n "${apu_bdb_version}" && "${SVN_BDB_VERSION}" != "${apu_bdb_version}" ]]; then + eerror "APR-Util is linked against Berkeley DB ${apu_bdb_version}, but you are trying" + eerror "to build Subversion with support for Berkeley DB ${SVN_BDB_VERSION}." + eerror "Rebuild dev-libs/apr-util or set SVN_BDB_VERSION=\"${apu_bdb_version}\"." + eerror "Aborting to avoid possible run-time crashes." + die "Berkeley DB version mismatch" + fi + fi + + depend.apache_pkg_setup + + java-pkg-opt-2_pkg_setup + + if use ctypes-python || use python; then + # for build-time scripts + python_export_best + fi + + if ! use webdav-neon && ! use webdav-serf; then + ewarn "WebDAV support is disabled. You need WebDAV to" + ewarn "access repositories through the HTTP protocol." + ewarn "Consider enabling one of the following USE-flags:" + ewarn " webdav-neon webdav-serf" + echo -ne "\a" + fi + + if use debug; then + append-cppflags -DSVN_DEBUG -DAP_DEBUG + fi + + # Allow for custom repository locations. + SVN_REPOS_LOC="${SVN_REPOS_LOC:-${EPREFIX}/var/svn}" +} + +src_prepare() { + epatch "${FILESDIR}"/${PN}-1.5.4-interix.patch \ + "${FILESDIR}"/${PN}-1.5.6-aix-dso.patch \ + "${FILESDIR}"/${PN}-1.6.3-hpux-dso.patch \ + "${FILESDIR}"/${PN}-fix-parallel-build-support-for-perl-bindings.patch + epatch_user + + fperms +x build/transform_libtool_scripts.sh + + sed -i \ + -e "s/\(BUILD_RULES=.*\) bdb-test\(.*\)/\1\2/g" \ + -e "s/\(BUILD_RULES=.*\) test\(.*\)/\1\2/g" configure.ac + + # this bites us in particular on Solaris + sed -i -e '1c\#!/usr/bin/env sh' build/transform_libtool_scripts.sh || \ + die "/bin/sh is not POSIX shell!" + + eautoconf + elibtoolize + + sed -e 's/\(libsvn_swig_py\)-\(1\.la\)/\1-$(EPYTHON)-\2/g' \ + -i build-outputs.mk || die "sed failed" + + if use python; then + # XXX: make python_copy_sources accept path + S=${S}/subversion/bindings/swig/python python_copy_sources + rm -r "${S}"/subversion/bindings/swig/python || die + fi +} + +src_configure() { + local myconf + + if use python || use perl || use ruby; then + myconf+=" --with-swig" + else + myconf+=" --without-swig" + fi + + if use java; then + myconf+=" --without-junit" + fi + + if use kde || use nls; then + myconf+=" --enable-nls" + else + myconf+=" --disable-nls" + fi + + case ${CHOST} in + *-aix*) + # avoid recording immediate path to sharedlibs into executables + append-ldflags -Wl,-bnoipath + ;; + *-interix*) + # loader crashes on the LD_PRELOADs... + myconf+=" --disable-local-library-preloading" + ;; + *-solaris*) + # need -lintl to link + use nls && append-libs intl + # this breaks installation, on x64 echo replacement is 32-bits + myconf+=" --disable-local-library-preloading" + ;; + *-mint*) + myconf+=" --enable-all-static --disable-local-library-preloading" + ;; + *) + # inject LD_PRELOAD entries for easy in-tree development + myconf+=" --enable-local-library-preloading" + ;; + esac + + #workaround for bug 387057 + has_version =dev-vcs/subversion-1.6* && myconf+=" --disable-disallowing-of-undefined-references" + + #version 1.7.7 again tries to link against the older installed version and fails, when trying to + #compile for x86 on amd64, so workaround this issue again + #check newer versions, if this is still/again needed + myconf+=" --disable-disallowing-of-undefined-references" + + #force ruby-1.8 for bug 399105 + #allow overriding Python include directory + ac_cv_path_RUBY="${EPREFIX}"/usr/bin/ruby18 ac_cv_path_RDOC="${EPREFIX}"/usr/bin/rdoc18 \ + ac_cv_python_includes='-I$(PYTHON_INCLUDEDIR)' \ + econf --libdir="${EPREFIX}/usr/$(get_libdir)" \ + $(use_with apache2 apxs "${APXS}") \ + $(use_with berkdb berkeley-db "db.h:${EPREFIX}/usr/include/db${SVN_BDB_VERSION}::db-${SVN_BDB_VERSION}") \ + $(use_with ctypes-python ctypesgen "${EPREFIX}/usr") \ + $(use_enable dso runtime-module-search) \ + $(use_with gnome-keyring) \ + $(use_enable java javahl) \ + $(use_with java jdk "${JAVA_HOME}") \ + $(use_with kde kwallet) \ + $(use_with sasl) \ + $(use_with webdav-neon neon) \ + $(use_with webdav-serf serf "${EPREFIX}/usr") \ + ${myconf} \ + --with-apr="${EPREFIX}/usr/bin/apr-1-config" \ + --with-apr-util="${EPREFIX}/usr/bin/apu-1-config" \ + --disable-experimental-libtool \ + --without-jikes \ + --disable-mod-activation \ + --disable-neon-version-check \ + --disable-static +} + +src_compile() { + emake local-all + + if use ctypes-python; then + # pre-generate .py files + use ctypes-python && emake ctypes-python + + pushd subversion/bindings/ctypes-python >/dev/null || die + distutils-r1_src_compile + popd >/dev/null || die + fi + + if use python; then + swig_py_compile() { + local p=subversion/bindings/swig/python + ln -fs "${BUILD_DIR}" ${p} || die + + python_export PYTHON_INCLUDEDIR + emake swig-py \ + swig_pydir="$(python_get_sitedir)/libsvn" \ + swig_pydir_extra="$(python_get_sitedir)/svn" + + rm ${p} || die + } + + # this will give us proper BUILD_DIR for symlinking + BUILD_DIR=python \ + python_foreach_impl swig_py_compile + fi + + if use perl; then + emake swig-pl + fi + + if use ruby; then + emake swig-rb + fi + + if use java; then + emake -j1 JAVAC_FLAGS="$(java-pkg_javac-args) -encoding iso8859-1" javahl + fi + + if use extras; then + emake tools + fi + + if use doc; then + doxygen doc/doxygen.conf || die "Building of Subversion HTML documentation failed" + + if use java; then + emake doc-javahl + fi + fi +} + +src_test() { + default + + if use ctypes-python; then + python_test() { + "${PYTHON}" subversion/bindings/ctypes-python/test/run_all.py \ + || die "ctypes-python tests fail with ${EPYTHON}" + } + + distutils-r1_src_test + fi + + if use python; then + swig_py_test() { + pushd "${BUILD_DIR}" >/dev/null || die + "${PYTHON}" tests/run_all.py || die "swig-py tests fail with ${EPYTHON}" + popd >/dev/null || die + } + + BUILD_DIR=subversion/bindings/swig/python \ + python_foreach_impl swig_py_test + fi +} + +src_install() { + emake -j1 DESTDIR="${D}" local-install + + if use ctypes-python; then + pushd subversion/bindings/ctypes-python >/dev/null || die + distutils-r1_src_install + popd >/dev/null || die + fi + + if use python; then + swig_py_install() { + local p=subversion/bindings/swig/python + ln -s "${BUILD_DIR}" ${p} || die + + emake \ + DESTDIR="${D}" \ + swig_pydir="$(python_get_sitedir)/libsvn" \ + swig_pydir_extra="$(python_get_sitedir)/svn" \ + install-swig-py + + rm ${p} || die + } + + BUILD_DIR=python \ + python_foreach_impl swig_py_install + fi + + if use perl; then + emake DESTDIR="${D}" INSTALLDIRS="vendor" install-swig-pl + fixlocalpod + find "${ED}" "(" -name .packlist -o -name "*.bs" ")" -delete + fi + + if use ruby; then + emake DESTDIR="${D}" install-swig-rb + fi + + if use java; then + emake DESTDIR="${D}" install-javahl + java-pkg_regso "${ED}"usr/$(get_libdir)/libsvnjavahl*$(get_libname) + java-pkg_dojar "${ED}"usr/$(get_libdir)/svn-javahl/svn-javahl.jar + rm -fr "${ED}"usr/$(get_libdir)/svn-javahl/*.jar + fi + + # Install Apache module configuration. + if use apache2; then + keepdir "${APACHE_MODULES_CONFDIR}" + insinto "${APACHE_MODULES_CONFDIR}" + doins "${FILESDIR}/47_mod_dav_svn.conf" + fi + + # Install Bash Completion, bug 43179. + newbashcomp tools/client-side/bash_completion subversion + rm -f tools/client-side/bash_completion + + # Install hot backup script, bug 54304. + newbin tools/backup/hot-backup.py svn-hot-backup + rm -fr tools/backup + + # Install svnserve init-script and xinet.d snippet, bug 43245. + newinitd "${FILESDIR}"/svnserve.initd2 svnserve + newconfd "${FILESDIR}"/svnserve.confd svnserve + insinto /etc/xinetd.d + newins "${FILESDIR}"/svnserve.xinetd svnserve + + #adjust default user and group with disabled apache2 USE flag, bug 381385 + use apache2 || sed -e "s\USER:-apache\USER:-svn\g" \ + -e "s\GROUP:-apache\GROUP:-svnusers\g" \ + -i "${ED}"etc/init.d/svnserve || die + use apache2 || sed -e "0,/apache/s//svn/" \ + -e "s:apache:svnusers:" \ + -i "${ED}"etc/xinetd.d/svnserve || die + + # Install documentation. + dodoc CHANGES COMMITTERS README + dodoc tools/xslt/svnindex.{css,xsl} + rm -fr tools/xslt + + # Install extra files. + if use extras; then + cat << EOF > 80subversion-extras +PATH="${EPREFIX}/usr/$(get_libdir)/subversion/bin" +ROOTPATH="${EPREFIX}/usr/$(get_libdir)/subversion/bin" +EOF + doenvd 80subversion-extras + + emake DESTDIR="${D}" toolsdir="/usr/$(get_libdir)/subversion/bin" install-tools || die "Installation of tools failed" + + find tools "(" -name "*.bat" -o -name "*.in" -o -name ".libs" ")" -print0 | xargs -0 rm -fr + rm -fr tools/client-side/svnmucc + rm -fr tools/server-side/{svn-populate-node-origins-index,svnauthz-validate}* + rm -fr tools/{buildbot,dev,diff,po} + + insinto /usr/share/${PN} + find tools -name '*.py' -exec sed -i -e '1s:python:&2:' {} + || die + doins -r tools + fi + + if use doc; then + dohtml -r doc/doxygen/html/* + + if use java; then + java-pkg_dojavadoc doc/javadoc + fi + fi + + find "${ED}" '(' -name '*.la' ')' -print0 | xargs -0 rm -f + + cd "${ED}"usr/share/locale + for i in * ; do + [[ $i == *$LINGUAS* ]] || { rm -r $i || die ; } + done +} + +pkg_preinst() { + # Compare versions of Berkeley DB, bug 122877. + if use berkdb && [[ -f "${EROOT}usr/bin/svn" ]]; then + OLD_BDB_VERSION="$(scanelf -nq "${EROOT}usr/$(get_libdir)/libsvn_subr-1$(get_libname 0)" | grep -Eo "libdb-[[:digit:]]+\.[[:digit:]]+" | sed -e "s/libdb-\(.*\)/\1/")" + NEW_BDB_VERSION="$(scanelf -nq "${ED}usr/$(get_libdir)/libsvn_subr-1$(get_libname 0)" | grep -Eo "libdb-[[:digit:]]+\.[[:digit:]]+" | sed -e "s/libdb-\(.*\)/\1/")" + if [[ "${OLD_BDB_VERSION}" != "${NEW_BDB_VERSION}" ]]; then + CHANGED_BDB_VERSION="1" + fi + fi +} + +pkg_postinst() { + use perl && perl-module_pkg_postinst + + if [[ -n "${CHANGED_BDB_VERSION}" ]]; then + ewarn "You upgraded from an older version of Berkeley DB and may experience" + ewarn "problems with your repository. Run the following commands as root to fix it:" + ewarn " db4_recover -h ${SVN_REPOS_LOC}/repos" + ewarn " chown -Rf apache:apache ${SVN_REPOS_LOC}/repos" + fi + + ewarn "If you run subversion as a daemon, you will need to restart it to avoid module mismatches." +} + +pkg_postrm() { + use perl && perl-module_pkg_postrm +} + +pkg_config() { + # Remember: Don't use ${EROOT}${SVN_REPOS_LOC} since ${SVN_REPOS_LOC} + # already has EPREFIX in it + einfo "Initializing the database in ${SVN_REPOS_LOC}..." + if [[ -e "${SVN_REPOS_LOC}/repos" ]]; then + echo "A Subversion repository already exists and I will not overwrite it." + echo "Delete \"${SVN_REPOS_LOC}/repos\" first if you're sure you want to have a clean version." + else + mkdir -p "${SVN_REPOS_LOC}/conf" + + einfo "Populating repository directory..." + # Create initial repository. + "${EROOT}usr/bin/svnadmin" create "${SVN_REPOS_LOC}/repos" + + einfo "Setting repository permissions..." + SVNSERVE_USER="$(. "${EROOT}etc/conf.d/svnserve"; echo "${SVNSERVE_USER}")" + SVNSERVE_GROUP="$(. "${EROOT}etc/conf.d/svnserve"; echo "${SVNSERVE_GROUP}")" + if use apache2; then + [[ -z "${SVNSERVE_USER}" ]] && SVNSERVE_USER="apache" + [[ -z "${SVNSERVE_GROUP}" ]] && SVNSERVE_GROUP="apache" + else + [[ -z "${SVNSERVE_USER}" ]] && SVNSERVE_USER="svn" + [[ -z "${SVNSERVE_GROUP}" ]] && SVNSERVE_GROUP="svnusers" + fi + chmod -Rf go-rwx "${SVN_REPOS_LOC}/conf" + chmod -Rf o-rwx "${SVN_REPOS_LOC}/repos" + echo "Please create \"${SVNSERVE_GROUP}\" group if it does not exist yet." + echo "Afterwards please create \"${SVNSERVE_USER}\" user with homedir \"${SVN_REPOS_LOC}\"" + echo "and as part of the \"${SVNSERVE_GROUP}\" group if it does not exist yet." + echo "Finally, execute \"chown -Rf ${SVNSERVE_USER}:${SVNSERVE_GROUP} ${SVN_REPOS_LOC}/repos\"" + echo "to finish the configuration." + fi +} diff --git a/eclass/autotools-multilib.eclass b/eclass/autotools-multilib.eclass index b2b7d02ba9e5..46d90d31dd44 100644 --- a/eclass/autotools-multilib.eclass +++ b/eclass/autotools-multilib.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-multilib.eclass,v 1.9 2013/02/10 11:44:00 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-multilib.eclass,v 1.10 2013/02/22 14:42:09 mgorny Exp $ # @ECLASS: autotools-multilib.eclass # @MAINTAINER: @@ -34,24 +34,24 @@ inherit autotools-utils multilib-build EXPORT_FUNCTIONS src_configure src_compile src_test src_install autotools-multilib_src_configure() { - multilib_parallel_foreach_abi autotools-utils_src_configure + multilib_parallel_foreach_abi autotools-utils_src_configure "${@}" } autotools-multilib_src_compile() { - multilib_foreach_abi autotools-utils_src_compile + multilib_foreach_abi autotools-utils_src_compile "${@}" } autotools-multilib_src_test() { - multilib_foreach_abi autotools-utils_src_test + multilib_foreach_abi autotools-utils_src_test "${@}" } autotools-multilib_src_install() { autotools-multilib_secure_install() { - autotools-utils_src_install + autotools-utils_src_install "${@}" # Make sure all headers are the same for each ABI. multilib_check_headers } - multilib_foreach_abi autotools-multilib_secure_install + multilib_foreach_abi autotools-multilib_secure_install "${@}" } diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest index b3dd2b00b5ec..0c515c4f2ec9 100644 --- a/mail-client/thunderbird/Manifest +++ b/mail-client/thunderbird/Manifest @@ -3,59 +3,6 @@ DIST enigmail-1.5.0.tar.gz 1216071 SHA256 51f55573448586718c8d7e664329d519b02c4b DIST firefox-10.0-patches-0.9.tar.xz 19120 SHA256 55841946b9b74d68c70323feb9dfcca2570b22c5b979417e4a26c37e3c355c9f SHA512 651902cd4f5f4006e3afa6771ba14af992e1ae966f74d41fb1e775768a58b07ac97dcc0a51ef9222ede257f816a267752a6b1eda9104e3b0f14dbac3b6e466fb WHIRLPOOL 2eeca1ab0f420440c6b720ffbadc182f13d0fc37e41be83ef1180bcb58fd45c5ab24f5e80430ff44b8e2ae518f0655e629a18652493d6ef58eca4fa6751c6d32 DIST firefox-17.0-patches-0.4.tar.xz 51856 SHA256 590134a235535d60181bd24b19f6fe1dfbcf53546391610f42c2cc6e370b7b8c SHA512 42bebea78f3c9c1fd03c297309fbc1d38fd9121efeff4e251072df47402d8c869dfdb0fa49c8550c833e02aed054371002327f7499ed1996fbca77f32298c442 WHIRLPOOL 0dec41509e76fd0ad1c1f1453f9356a08ad625934177c167c3db90f9c261b5dd0ec8c0a011f26d656197455a3a19218b161ef3cd2f3028e3b593df511be1efd6 DIST thunderbird-10.0-patches-0.1.tar.xz 860 SHA256 22dd2e4c1787fece81a8ab4d596b890027c2d390b4021ddc135349214f33932e SHA512 ff0fb70b9cda496eeba2e1b946bfd1730cde5ce5158b8b3f86c6f4e3484b3e8acce28f25541480ae3cc1bddbfd84a9e07c17075788fa329f3eb29346717e18a0 WHIRLPOOL 7eb7ce5a6a5a4d0d231029dce2e40daf11df8fd94b7265d3ce6f2aa7d346ae82da2d7fceb0004be637628a50a720da562939e02969d6e6b02acd2b1bb1bdbc51 -DIST thunderbird-10.0.10esr-ar.xpi 441467 SHA256 d24b8aab225e10ae8c8bd10561b2c04a7b20c8df84be7ccc8a27d2ab4cca52ff SHA512 c92b7e67f7a957f1468f49f27dfdd29be2f6b5f466fd65d2ea9a4fedd8211eb27de65a36d9cf9e4cf488f4e47801100f17e072194b142731e1be6f322348c127 WHIRLPOOL 26b6a0cc8092f6ae9a63bccb387ea59e9d051fdcc84498e1abb31c076f9153198b3bd39a6e24d1971774c4b13b5c5505bb9a10451cf9f5074e72e1cbf9d9846a -DIST thunderbird-10.0.10esr-ast.xpi 362710 SHA256 8acbc52d74ac33472fb36d7b1eb0937a286354469916a0dbad7b936624bc72c2 SHA512 aa0a279e5010aa2fb28fdacfa26230e9a1c88f0bc128d67d64c66b31f1433e8e6b7b60d59bbba9469fae3c72348b340c68ac4b8c5c50b392d01c6f198b69fdca WHIRLPOOL 0094f8589a0947801b8a5d8177523f7006772d57b4f8553c930bfde43acda053649e33a6ad0b83abd55d66be7d5a3e303edc0c3fbe565fc2ff5e895a845377ba -DIST thunderbird-10.0.10esr-be.xpi 397809 SHA256 ac702eb1c86fb7f5105f5797c6bc7d2a97ea60d73bcfc02e89a104c48cad7b43 SHA512 963ea7808d512637a7670ea12b234dbef7fe6a178a222472117f336bb09672d4e354ec81cdf4b78d570e6c6118a621d404d2f1b933379442fd6d557404fa2de5 WHIRLPOOL eee028ed4c218e3edc002d298082a0caafaa2b89f83c1541e3a9e135299b15c540d9088c37e89f1aad3f46ae97d47cc5395d93d97350d540fbe9aa363401a84d -DIST thunderbird-10.0.10esr-bg.xpi 460814 SHA256 c50c373429f0c90113c8506698baf9c48515c75bee5289c2cb4e5790eff1a009 SHA512 01571562c6725508ace484f5b73022291c185179aff67dd2abc5b410bb2a7b9037d9f92cdd95b68ccf4c70cd98c30da968d615c070c3174b6e39cc0f9e6a017c WHIRLPOOL 1e204f589d781e357dd36ec3dfe19836aab54345a1b2da0d6b6225570dd4e60b1fed69f51626e836ec0f711030817650c525539804163b1b11f5bd6b37b83b8d -DIST thunderbird-10.0.10esr-bn-BD.xpi 478147 SHA256 b3b54801b29d428f57bb887327201b53b03e3d50d71387a5e69604e374e45f69 SHA512 c03a797f57cb07565f979743b80dfd1faa5994d288dd784b59092f88819f71929371aeafa74c7a64550131a632d5ff17ad8b891cca13a3a3c5491685e476bced WHIRLPOOL 7f3bc360fb35cd1241851be3432d19af13728a62cfb68720f4239a86795665c87a28583248a953f53512a51da8e394b755bd2160710ead906c72849671fe0481 -DIST thunderbird-10.0.10esr-br.xpi 415527 SHA256 c95246960798870115e262f5fac6ff53281d6888de64b7ab1cc2471e31c77111 SHA512 c601d48045588807e961df2c9fc298b5c5c30d3750fdec656084e35a2519e6c08bfbaaf1b361399787c162322dbee5297325bf2645eceed22f008cf40666022c WHIRLPOOL 774ef0a39e14c5c77a02d6e5ed7d28f9e218f70c2f82b44036a2d4b6002afcb5889a21145fd120a3154e6a2fe5530cacb1fef2ac910ec6fc639fd19e732120b0 -DIST thunderbird-10.0.10esr-ca.xpi 416070 SHA256 bd187775f76a6461c51e6d0cdeb33913c5abdce9c2091a36395fe89265292068 SHA512 3a2600027faf8f0a8036ef6fa27ade1bdcac0cb29f7120b4fcfa0edd25f66a469e944a77251f0c8f62593259203a2a0148a3b19afaac85e6926efff031f5599f WHIRLPOOL f34e2f1fee396b47535c12e9a3a30551766c2385720f51ff01bea64422a040b7912f6fa2c864d66377fded448997f21b2e0538c36a2ac19b40defd4f8f26e0c9 -DIST thunderbird-10.0.10esr-cs.xpi 419419 SHA256 6146b56efba72264b2d37d8692d266e857190fbc1eb7258b2551d42f34f32953 SHA512 13daf927f843cb17154b6295cc12eb70f96a83f9ddbd022a12563f13bf9f9d99cb32d0e886cfa529728cf841a4e67f9baf1bf0fb0bbeb9d94f1b6aae7a455ba0 WHIRLPOOL a64bc174c59156d6fe3ee96cf476ed4b68723265980c1ee16f65bd1f7cb9831b89cfc792408069ebae7291fbab9576cb0b3cd113719a3db0ae2c667742eadd6c -DIST thunderbird-10.0.10esr-da.xpi 363376 SHA256 4ad2100be25d2e077ea5e4eb9689668a00b126ba9383181556d4641ec3ca3ae3 SHA512 8b8946b54c93ffc0a81feb2f913f1c46292e3be3a9bce1ada4a50f76b7943b293c60214676f19af866d1c3d2ebc0ca8e4e3f7a618b677a8f6620b3605de336d8 WHIRLPOOL e5dc18555d23badb589d9090db4af3529d8d42b9ca0e277a40e31802ea58a208173f59c219e8492a36e73839ffc203ea4923e52c78d61b095686c46f3d4fe0d5 -DIST thunderbird-10.0.10esr-de.xpi 418266 SHA256 49d1e44d3101f30436d2155df48d6a63af76092ef839caac0be723bf23dd48c9 SHA512 d57f6265bb5e5d0bd3efa99335cff87efff8b12fe7af31094c9b551bd2173f7020934b8d065f91f8d9b0113c0bc88ae4b99ae09266f9054d52e42419687accef WHIRLPOOL 54e71efdb8781508d7b0337beaceadce44619b05c3fc323676c64027fae3bc644f9a2deb4a0291ad3e721cd34fd2e75873569b8b20f5cb739765451d92a18573 -DIST thunderbird-10.0.10esr-el.xpi 404867 SHA256 61bfa0c80c58b37afe71eb46500a1567b24cec3e6d95cb5da1367473a1b8c3bb SHA512 74c8c093b30a05210c7301b522a8e4492cb360581b17a463f3213b29c6a2173e46e4532c12baa67f4d3473a28e42fc0490fed610c5ca3d0a2c0ec77a2d1d9002 WHIRLPOOL 141c51c2583063065de80374ecf6d240cef9e34cd4f355a76ba2a85a7df2e97de051498a7b9498af3cd92b27be074c1d3a038501fe48a8268b5319b2911e68e1 -DIST thunderbird-10.0.10esr-en-GB.xpi 391743 SHA256 a7809eeeb5033d0aaae0f52628133d3a2db13956cc4c5393039bdbebf6e79eb9 SHA512 67e5781678b110054a258f174ab2a84e9bd6a9378e0904b187e2eced57dcd024bf9d4837e4f09a45bbc8326382fb33efcd229fdbb2094325182ad63ae9ff9a81 WHIRLPOOL fb824695615a3bc33c74ec6d5ff0a195fd13abbbd3a48d6a75871a1452b04c41080d6223dfabd0a91d6daf402065679479978dc11daa34459badf6ff5b8ebc30 -DIST thunderbird-10.0.10esr-es-AR.xpi 410727 SHA256 e2e1b1e40c56f2f3931ac8be3cf35fbfd58a538bc849ef00aa076707ea7b22de SHA512 7a94d207df4056dc200f00b5670343e23de5b742377d58fe09d5dbd89bbf02c19afdb5196f6ac186a14a6b60ecd4327c619d9096c067e7cb79619410e384e491 WHIRLPOOL f61b68e49c2e9be8dba663fa07da88b702bfada1d8994363da6c29af6d2f80b22a3a3c496e3e61777c016d5cca05d2c2a2cb7d8ec7eefd1cd6dc554a51acf8e1 -DIST thunderbird-10.0.10esr-es-ES.xpi 355143 SHA256 624e8cb6639a2034a7636e90752077b3d4b5bded8309c2b68430cbba671a8cf0 SHA512 f90f81fac81eedf805c980f49f77c762d629e9f3f72c8eb8362718235ec7896f3220e59765469e9bca0de624bd14dd06df875b001477e90b4db962a88836b867 WHIRLPOOL 37a5ed3d53b17a1b6dee4bb87a9a4f54c9e14b221e9c3559424ecb49b46746db25a63f5364d399f6164d56ec89b98910790ed1318b865ffa1b52530d9b3844b1 -DIST thunderbird-10.0.10esr-et.xpi 410725 SHA256 00593799f568c436aa58dcb96d1b04e7c095f5df00eff27fc7624ead22136ed7 SHA512 40cb7ec7e78ce1d7931da7183f8d04b37d9c45b410ab15515ee7b2b352f2873ac5dee2800b072b3ab0cb3119476c27446fbeb799edbeb54c9ce05ac5e495c936 WHIRLPOOL aaa2ae4bfd16e8632ff34cd564d0bbd194951742b64159a6b508196ba1ae8b4404336b812b3251ebb5c6b93a952b3d69cf21717c9e474260f17eef96d7ad9d46 -DIST thunderbird-10.0.10esr-eu.xpi 406387 SHA256 834ddeb9b370664d0b2e2b95ead5d6065a2b6aa6ee9976928e473f6b3f0aa3e0 SHA512 a7fee81f6a732b27e6905ae4154e02d5d078ae154c05f5a4bc2a673314e959f4a89d791b3de5082b3087961bd031ed4a63f1f705166f3e2e1dfce9a913a18c74 WHIRLPOOL 0b6cf0fcebe0f0683b0e3c9a75d740ba1e8dc864b8b8ffa813a395921ed39d3796da616ad3da576d66c8385297af4fa30d8c6b88c0980ff65d69e0b0180250ea -DIST thunderbird-10.0.10esr-fi.xpi 411928 SHA256 01522309544d8ad1d844b3ec9aa70d26507f78ee17857a929b05f44dd4ebc3bf SHA512 20028a382e0662753d17667f1a722f216c457e665c590d28874d51bc86ac9ce9b8092f3e0c4ee3febae67f43748adc0721dc97523adeb95f8f8db7ebe60275f9 WHIRLPOOL 2c64d47216bf679eeb7660c5db8d16f49c5f06e2d451def4bb6ea0f4cbcee33b7f66ff9d0679fbed449924fc76d03bc17a7222efa0f7d5090eb48c9a0be60eb1 -DIST thunderbird-10.0.10esr-fr.xpi 414750 SHA256 c83f57cf0373f548798ceb72d2a6a3d3e3c1cfb9d407c8ca7b3e5d5ed1324d84 SHA512 6f2d647ce4d4df0cc05a6c9897eb0bb3dce8fafd4f331755190def9caa37b56973e048376be2470237d9de6b30485bf34976267711f1172b6993022ea8a1a7af WHIRLPOOL 0f5f0b47f73459b193ba2c0f56ba790bd9a7765ac86907e354c3d64d4e31def4dcf4f6da75fd570d9edd6731de7ac6f0efd75af70c1c54d048d90f739cd8a6f3 -DIST thunderbird-10.0.10esr-fy-NL.xpi 413985 SHA256 bdc580f1154f612ec4bbdc1903cfb13be73643f46b6b93c97300438e69ee3d71 SHA512 19736f93f08a59fb5140ceac8a1ab391b15f4f288c746d2ffeb8ebd1c3d58cb482f81bf8a69a2eebeb460404d40cbd7a5728b7511db036da8da0edf0db64a9b2 WHIRLPOOL 1339a4a90fcc9f381199dc648e0171345929c624e0c67b241df2479e677d8b5ade7727d0c34a1408ca4cb83818ded019b3759a04fa6aa858b3926a15e1ce91dc -DIST thunderbird-10.0.10esr-ga-IE.xpi 423261 SHA256 3f19d5d8c4404629740354703c08118463c7fe44cd0cbee2a8c04663e4d5bd45 SHA512 83883a5d32adbb401469a68e03d51b7fa90f38957c69abd7825d8d2a3189ad141dde8a72ca8c757344186c1ac7fdf4c687a41aa6c0f67c3983685855a1e5460e WHIRLPOOL a86762f1b81ecb6a2465c1028773f9cf727177fe2d8c1d5183ee6b22ecba527b4ff6ed9d5226eb6d107d6ded029c54175d2565858e88720ab3913472039fabdb -DIST thunderbird-10.0.10esr-gd.xpi 425876 SHA256 52b9748b8125cfc46e701cd2c82def679b62dbeec4fd323261e2c748cf2319ba SHA512 df610a63b98ad204702b9d7cad5b4ec3a64cfc783485d3445429995f1f2b104f015c2fac1cf6a9673fc520e10c9a4804cafa194e588185bebda91d0738bb3c77 WHIRLPOOL 493ac3e47eccffd026865c5887ee6e2f46a2f9ac421b2bb5f7927c791d66689f2bea3958a9224602c53a461991c6f1a9d0a787ae86ab7b44a013d51980c7c41a -DIST thunderbird-10.0.10esr-gl.xpi 409229 SHA256 b2056fd967f1d1c09729b99594fd2f564ff94d894c103dd6bbcf8bfa9b891ada SHA512 6e6fc75bae5863fbcabdcbf09cbb9f4b8ea6c9deb438f2c0aab164978730034cf11cf2c3c8c6a3469ebee2855c27ba3e5fc95d118b64c4415a5fb20d4dd82ee4 WHIRLPOOL 71ac0e6f2bd368cd8c82ac632d9d33a4c688bb739df2eb91a536ec1817e8da4cc21f4426f8f8f0b5699cacc203dde6bc63b75e9944ce90a39c4eed8b1a311b08 -DIST thunderbird-10.0.10esr-he.xpi 439207 SHA256 b28065516354553aff94cc109775c9d888cdda9f7c2409b140211508090bcb1e SHA512 2470aefa598a0078e57e405cb517c3bc63ce3c68cf6b734fd5fed50c8588b12a517792d6c90da97813ec92f859af3faf6d300592a17740a151cd15fc2f13ab99 WHIRLPOOL 393a1186958c5a9096edd941c4371e3726d384aa3895a7c254ce744e9011d8c4a09f20fb1dfb6b1177c23d6570acd891151a1c382f038ed9842c8edf83a56306 -DIST thunderbird-10.0.10esr-hu.xpi 426357 SHA256 77fe6f6afae32c9e9fa80cc32ce925416bb68fe093f8347576bf6fa39f50b16c SHA512 d83b7de3fe0931b1fdaa6a389b0a8938b29c07aab9f43a9866ab63cf6e95e7c3b98872c111acb9b07042bada081839f060cc217e41ef92660da2f4c18302475d WHIRLPOOL eb171d98bdf74200a468561d690c274ac10adc1985005985ae04ea23b3ffbd31b4fd412937c72e0eaa70eeb130842637d58fe61d41efad931765377fa24e57bb -DIST thunderbird-10.0.10esr-id.xpi 400411 SHA256 7c807ca0b4d7c7b2599f0f8f12503c3731f9744c1104f14ce7b2afa622076fd5 SHA512 8d620219a5fa0ff7958642790bc8a6c76cd9cb9ed97fd24a70f27cc8dc618359666bd68e5159ffccef708b78a8e5b743f8cb8e3bedd8faa5423fcd744b9331a1 WHIRLPOOL 056157d8f86b6e0fc298c440f9c219b5f3a350f6bcfca5535807ead649f61d7d26727630906bbe6f2a5c40cf5e97d63506f7e1d78324a6eb2c655164d23a5c46 -DIST thunderbird-10.0.10esr-is.xpi 412634 SHA256 cf6a0ab2b6afc19bfce52f4504123d0328f893f3401cd3f07f50ba76c8f8a59b SHA512 04f01d8da2bee0e64930c0cea66bb6e03544bb002895f801806db79d95102cdce278961bf8f0666a4ccce0ea911eaeddaddbd3075fb191da6ad109417cf6147b WHIRLPOOL a1623d720d16ab65ce299f0b4acfa91855fc82e8a6c74bf85b99963ca6e8fea79ede689b6769f84b4dbb3f73b1b5a85c2ced852dd577f898af63f28b43f3a702 -DIST thunderbird-10.0.10esr-it.xpi 347634 SHA256 7ffab5cf5f6784e1a96c49504b45be990fa895808a27407b09b40e001ccc8e0c SHA512 3aa3ff54d2ebb979496134d679bae08a490ce5a605daa236b0aa239887d185ae33d4995ae1d319fc5efca5473133efa8ed1a530de7f9846d067078cb88d41874 WHIRLPOOL b704af2eaa31093cfcd19006137ce104de506978507f76f2d57a8ef644cebf9af2c0ad02f375b9ec089cbfa07fc6a05fcacde0cf2adf88ad4f154b7f68ea821d -DIST thunderbird-10.0.10esr-ja.xpi 459031 SHA256 40ff77a351ac33e905e095c350010969d890de4087f0a35291fa4a4dadbc6f86 SHA512 e7540aac29e2d3e0c75c3fa3596f8d0d6b513f4d2575e4741630eca36d2b9f0a23d11f9c7151b3679a7a3b3d7147edabcff289d503951484b8ca2e4df171542b WHIRLPOOL 8ea7675ab1bf031161a90996fc24985659fe882be2fda717734571e0f433b23802b03539b87452d025aedc1e8498f234ea02aebb9418865ed4ef5d539324d4e9 -DIST thunderbird-10.0.10esr-ko.xpi 372016 SHA256 97ef6562bf6f3c953c1e73ae15d225a30499d335d0bb61a28ce96b22e1ff868b SHA512 deacbe4ee12d6500be1fa200d09445a33d6a743123d0da6c4dce7e59887187cc659615972dc934f60afb6a1b90fa2f1099a689cc9bf202c7deb93b19131b1530 WHIRLPOOL fb4cb3f8420bc1aba03bd0b8e26e3ce1feb0c3b5cbec97baf40d501ee780c4c99e4d0cec8f13d1b89e14a60495a35deda34126c2438a0dd56f69eb41951f2124 -DIST thunderbird-10.0.10esr-lt.xpi 531023 SHA256 16852e1f6b1072a902f62d8aea683318ae8ac17a740a3625c0f30ce168a61ecb SHA512 98b932c1943ff025aabc4299382c1435a273695411859d730397ff9942164231ada4e566983a0f058200d371ba39f06d716ef5cc97c1aae88e2eee36d28be56a WHIRLPOOL 3aa26f58b8aeb21139fbc87733c3aeec8c8cc09d4ddeffe10c01c9d92d932a27000e746ac2a7e6fda8b4f0ec73f8b53c72ddcab2332887c77053137c44e24721 -DIST thunderbird-10.0.10esr-nb-NO.xpi 407729 SHA256 3eb29f36dde5576daa17bc5b29830df4e89fe3479faa6c56bed9e24d6f8a8832 SHA512 a1bedce71e1df7d91d47008af38f13115ca203d55bc432024d5c8ea61247a24427f38ae3f5310c64192f5562f97cecf729fb23693c969f13b999265dc667edad WHIRLPOOL cfbc8e47b1d164123bafbf6466bc5ab8701fcebd18d25a870b1b378ac9fd38ee65b8a671bcc11596ae2390835e46fd318fa52e3c6118f1aa686eb3d3c7fc0b08 -DIST thunderbird-10.0.10esr-nl.xpi 407985 SHA256 51bfe9abef4dc9d29f075df0b56b3df0628d86db9f899dd8e73eb60f0b2f2484 SHA512 f44c8c4bfbcf8c23c98b57da85efdb03572aee90975e9fa8cae443650c6ac93e86b6887874635919a9fc3b2fab7a1659905882b279c4d8ba8f103b929899f29f WHIRLPOOL e4e75adcafb07bef8e8a42127bb7dd961a664c9df395eefc1b2cf7d27c1911908d5c0dd5d9558b47cfe5af4329b110d765e25e0dcea64c2af87702fc137158f7 -DIST thunderbird-10.0.10esr-nn-NO.xpi 409459 SHA256 6d72afd9631c469300984695ca76efa218e8cc5a05e15efa5d349cec99e34931 SHA512 ef55bbda15a9d53aa7603e9c3e5831229afa78bc51f2886b252aa18145a7eed83fa9fe4087ef018a36afe46f361e791ec11b0cd67089a88669d2ee59a0b7ee1f WHIRLPOOL 6eaafcb25800660e59fb7a611d5137ec342ba068fc93551815d8506cf24f558f8e2db8b3e26ba8e4eef2737fb4046c53d76d75ab41584dcbab50080c38df464a -DIST thunderbird-10.0.10esr-pa-IN.xpi 450330 SHA256 54c357e3a1e7b98a43199f2d5fd99fe2f6e9669f5e941de547105fab4ef30a95 SHA512 c753114e82f921809bc8962a8acc390b074fa10c6bd1cbd345fdcdd7f306259e01c651e91fa6437ddc7a8d7fdca47731bd3df30e731350e0771915a19c987f6b WHIRLPOOL b33783b1b7f5cd1a321be40e43ba6b3b510bdae35b4669ee113da58ae1e39cbf8f705d9fc4c648c808e6eba195e99bff4ea511ad41199f23e0a4601a8108bc62 -DIST thunderbird-10.0.10esr-pl.xpi 393579 SHA256 36357d01b56d1cab90db70949330edf327785b88f0f7a0a6a028b8ca0099fc2d SHA512 cf1b331f2baaac607e4db225c749a5aefacdc6060a452941395da3d15e4b63c75044fcec4b8d0952ce261583e26d724720305ce4f2fa54531254c3c40c5acb65 WHIRLPOOL 78e5d19a5619967a86d88d134b8c56c3bd8139c3bc0b8c96db53604f93f8d6b567016b28b82b4232c61d1288adfab1835aa4781a9e08d3c1a3492b1291a2f0cd -DIST thunderbird-10.0.10esr-pt-BR.xpi 417230 SHA256 e8b26d046d1ef6704d65c4e04444569ec024f6045a6093bd00d5f6765dfaeb8f SHA512 614c9f49ab029110eadc255bbc727fd62cffafa67223065c0893007fb1fee9cd804aa57a2f235c97669c5199ab08f177410f9a4ab6464c1469272e3a66578c9e WHIRLPOOL b36c954d5894be02928e0b5e4c2096970fb0781149a560241b228da346491c3d1b393d1daa7c1a0a841d4ace7a9d569340d49a3abda6eede461d28e82f33d764 -DIST thunderbird-10.0.10esr-pt-PT.xpi 414266 SHA256 d54050232029179028cf3d4489fdc8a0565354e89f90f1bd333bd98e9c2467fa SHA512 9f32b0cc935e7beaf2252db5466e70a671a6a34e4a542c8144d6925067315435e0704207477376bd2f5de38afd5f90863ffcab002e9de4650be2f9026b69ddab WHIRLPOOL d680fa7f160fef24298e70b2f5ccdacbb37cb41743d1a0680b310e40e7d7453075be75be3143cdee07f9af3bf76b0822414906f894d795b426637e52278d509a -DIST thunderbird-10.0.10esr-rm.xpi 414710 SHA256 542543f7816d0a9a60e1a9b77cebb04f887d4976b55fa445c1884f2fa4f2617f SHA512 c49dababb193307b849bbce6a2c8bfa175ce91058866a779225599cd3798f8b651154788b4956ec2e4b013d9c462fbddf807fa2cadac8eb9d57c59fb4431725c WHIRLPOOL 257325d6494c50a941c1e62f7af4a43920e3b4b115bf1920ffc8c66b26fd1a371782d683d22c17b463eabb524d52633d9f71340eafc0b144be4f96b4a0197b59 -DIST thunderbird-10.0.10esr-ro.xpi 441295 SHA256 e22c18f05bd88b338410069ddd524cbbd174bba6c3f7664c5b774f5abe5018b9 SHA512 a317cb0648e53f16b64ce7b504f67d2cbf8b7b3f52a10ceee25e887929d0098dd7166523b7b3e62b0435db6b0ae3b747da0d9ddd1d9958d4bd30549e2253fa8c WHIRLPOOL 78909d1dd2626cd8f5416898ce046cce56d40af3d8814eb29e378a3809dd233b02c4f7ac624ee5d6ade46f4f58484d064e48155ed88dd2a730b85b84e80eaee9 -DIST thunderbird-10.0.10esr-ru.xpi 411635 SHA256 6c07f6afa652a2b6759ddfa9ee02ddca03269178da546174a4bd20111157603c SHA512 7218dc5f06586baa8ef44679e2f538f0e330fee4a6cd8b8b23a5dbb95e9a43cedf004eb294e71ca486c554f5235be9171896ddc23f89e3e68a3ade976bc95d3d WHIRLPOOL 9792fefe1ed957e367ed524e2185408b5a54c98ba9d4aad5ea9c4b7441d869079a5be8f629e601314ef59c7c1c73df06535ee7fa9384d06df5d3db1014b0f07d -DIST thunderbird-10.0.10esr-si.xpi 456608 SHA256 ef220e4b4aa97aa34ad952b4f7c0617c1030b0d7d30f344f18040010da3982ff SHA512 337e0c0e32310575259717912275597c39fecbd457e92743f6f41af430bd944d5eccafca0bcb92e536c33157980be84321d70c586b41174a44147c18646bd6c9 WHIRLPOOL 75db33c6e6fa2b9655f10f258bc1c8d76734109a608291f24b021168a2fbfec0dc79c7da18b349c4f6acd431358ec45e94deed8710bbc736dd374003e8d1373d -DIST thunderbird-10.0.10esr-sk.xpi 425030 SHA256 bb312e4e685abfed7d139d97742aa4dc2b09c51640f3b30b3cf41a783e224d1f SHA512 26618923bc11e2545b18b21281fd30c0774a691e89502987a9f112c86a7b3099b3f21dfa5613a291f2e159d14e4fee9a6cca88b6765b241c51213efb41dbe1ab WHIRLPOOL c616e40ce6a287387090a593be70388dc6372fcc0d7f3df3889ed383c30695d1fef70f23c4d5d3bb44e3a74c551988adc5e0ec4c35b6af66f31698d1f0aa8ea1 -DIST thunderbird-10.0.10esr-sl.xpi 410432 SHA256 111a027841465e04787467cea984e7f5428fcb76cc086197bc0876572b415717 SHA512 0901e956f1a53a20b739ab70d1aa0f3298c0bc5a6f38a4c535bd6765f59ffc06c55ca6f496134c4592981e40ac1a3d1fc50115682da4cfea9f7ab6d6c8aff66c WHIRLPOOL 2544bac3cfae502eefa593400ac7e83044a25c3daa0f411fe13e4bfbb78b8b9a6ec5b8c9b020658e4c3ba82d39659edead94d0b6d02682c0346f294ce0cdecb3 -DIST thunderbird-10.0.10esr-sq.xpi 360481 SHA256 7fd921d4adebb6702517054cb6724c1fc667ffcc8ff754ed82f86ff349337af8 SHA512 af555e74d6fa2cf479cdbbaf7637f6fd4f24393910b156bbd49e84f7ce8e2201de0619e11c6819cb11cbf5c3052a61aa2164d3a4f6dc36c4f256412df1647328 WHIRLPOOL 7a478a029a5d96d70d5cd0b02e4a12afe92c455ae9f53ac5946c6937fe642a23b15d07bb2d63b05991b0acede431d4935b7a34b521f530c59470c3d0cec206a8 -DIST thunderbird-10.0.10esr-sr.xpi 460278 SHA256 df292d2fa01501a54d604331cada64dbfad79eaffff09d4f4aff4d6594ace337 SHA512 92656657b03270ddfc662a51dff084a788b6350d5e353b6e1d5c968a9f043d3c5e08917c39e7e13527b77b8d584a01d936e4ce67dd379c1560dc9bdf2ce89464 WHIRLPOOL 13e10ddcf7f564f60526408d3b386af07244b21ea5db525affa608610b466ee5fed6e3a01cd68caa75d75cb85e2b384063b3a4668a2849327735124422e0cd86 -DIST thunderbird-10.0.10esr-sv-SE.xpi 478282 SHA256 786723beeb96b3667ce0631b1ccca02442bd5399d3c0491bced9065ec28f6724 SHA512 64bdd2b0f5551754a5c71081a7f27b88c1970db6be8066dcfc29e186825b3644981077d056e51122da0c2662bddf16c34b8811a7b14619c53c926df1a2b7ba88 WHIRLPOOL edaeb8a5353f5cc8280ca66449fa39218699445bb280a8dc1e21610dbfa2eba649ea5bc49ec13a5b4e505cfc9e0c784a7e06f8e53e030b14a9a27ac21f2aa62b -DIST thunderbird-10.0.10esr-ta-LK.xpi 475719 SHA256 622234d5de08414a90018aa1230b4a97eaf0717d0d9a920898abd973ae1211b5 SHA512 7dcd49b0adcde05a2878447acbbedaea546c807bafea8c40cb19604e32a7f4612717233b0392102c06c4fad38bc4b0782a98b5f53dfc1e87933af5a7a01a9595 WHIRLPOOL 3b2e0a8ebaf79eb3c094a3f8362146f7301c74350d32ff903ad4b42529b822ea5b8e59aef9ac519444d7d16926fd4b58a58e709ae61a04362d8b49a89ab61e64 -DIST thunderbird-10.0.10esr-tr.xpi 418210 SHA256 01ea999a0a3f5201aef33991bd66d1413d510d6d5ed5ebeaf911da146cf840dc SHA512 0b36dceffecb9b882312ee698430a6d54e0c06dafd9deefa32440bc9be8242e3561f0514628b2e53903ea2b368ff66394d067faaef7bea06b94c964d747d52ff WHIRLPOOL 6ee6820828bff0a46733a61305a72079923919d7d94610831233c1609edf24a8118d92c6d6eb0c4efbbc9b30f4ceadb7d8726d4c6ca8bede06b0c208d75c75f7 -DIST thunderbird-10.0.10esr-uk.xpi 463925 SHA256 0d8af1172f77eb9979999a3bea2b97b8403a1e98e15739f0119ae4a550528fb7 SHA512 b901071de0735314b7d6f4f3653089ac5b2f4ab5b5f1f60fc8268bda12ca507c17931561a57bbf9fe0db7f3f0629cd61a2fa461fe437e7c1663eb21451a172b4 WHIRLPOOL 6976f64120191c378ebf86869749495f490fcc342626e25fa3061735ce705d686927101f2d0e905bb53f2fecc65a834e403dc92d62c38b2caab3012bebc0a246 -DIST thunderbird-10.0.10esr-vi.xpi 435886 SHA256 55f96fcf27e13e0e99ff663b5c1dc92ec9e58cdc6e2285b883194df8aa868cff SHA512 eb3470f950c7f13d9e62d1d9ba31e3c124e5f117358eecbbeefa1236c8dc832d8df044cbec9969bdeb46a04f9b87556e9808f260dfbfae7e2bbf18217e46d04b WHIRLPOOL cb4d8692dc183a06baa7519769e91f7a5aba6d7ac41d42e1299172e0a928ee054589c47258c77c89913db1c9deb94d3cf8d17576b44f9361c12f683a486099e4 -DIST thunderbird-10.0.10esr-zh-CN.xpi 431236 SHA256 0cc6a192aeb778002b2545177644983700314d890b235bca7cd89ab6bdc2a3f6 SHA512 30980c8f46e606e7e1557322709d1ef1764b538e55063ce12dae7b8757e88e9a948c4e5e0301ce6da3805905fe4f571abc726c694ee1950f8d3bb517ee4bca1d WHIRLPOOL 526dc487f27e796c40863ae98cf9615cc9be5f7548d92dbc251a3c9cdccf72a122a45a65254421bb4cd9fc34be3048c54e16aa02cbb214c22504533fe132fa87 -DIST thunderbird-10.0.10esr-zh-TW.xpi 431828 SHA256 2049f19a3d36dc3be0ad774fe0cf2e1a49122b3d773f38222239641705fdc90b SHA512 d6113e0c2e3d056bb5a4afb7a4b1146e5a6a0fa22f8d1d4edd7fd6d4996c6ba72fcb9ccbf42f6e4220358fc99d1aab02b4c8f9e095a659852a3b15243b9ddb8b WHIRLPOOL 511a0abe2aca68ef09814f765cc2352df0c2d25addbbfa333f6d12d78b6dd85d4da7fc43e8af17587c842be4188aa74583a3976074050c2758e8e11df1eeb9c6 -DIST thunderbird-10.0.10esr.source.tar.bz2 97607731 SHA256 afe9ccb5a893d3bac23acc942e439601102dbb7f804ce8a7c2c252672dc7fe84 SHA512 e97f7d2611f1b0b16d16ad15d2ed6a95093ca3188b923b9140f84036357f81693785f429c01d97590b5b949534acd2ee9740e6e4cb51928821f9804ff02fec19 WHIRLPOOL f63bf293725d00c24544c8019f8dfd4cf51f356fd293b58f127c84ccebd9fff7ad276f9f4e2fa6ef38d8f51e702cae46f49a60f7eddb944353d915a6f204a69c DIST thunderbird-10.0.11esr-ar.xpi 441467 SHA256 214b343032a857fb56eae1ee22e4ad45d720fa06b8b1c03d6d11fe1c3069e605 SHA512 d71d4aef8227ec31eb0ee8d5aa9ddaf5548b13e61794bc1f37a9352ce91d2e7f92d6e8996cd8425a21b5bd6f75819820b335c87911cf467e7f1a090696f1ae5d WHIRLPOOL d0ab7aad1ff84bee617cc878a95b492e5f33741b55c454da2b85d8a6efd516ef7d4bb37a0712e0910f40e365e3c774ee1306ccbc221b9cb056293a8f8a87a3d6 DIST thunderbird-10.0.11esr-ast.xpi 362710 SHA256 ef1a249263b8f525beacbfbb3ad360836aca5541de768b2b05ec7bf3fa8b925d SHA512 e709a7b9bc6ad7fdb8d14a3d4fcf9a915e4900a4e5217576e162c1a99c07ee4dfd5deb0110a989c19d5602f7ce16968f982143dc769f7cabd0136dff3f9932ce WHIRLPOOL a5508c23e4c78ec3d53c5ffdf07109c875f8e64362a12f8eae858d9be0e8878d404958f35be598331b031b004eb2c5260442294df9cd575ec2fc81521ddd2019 DIST thunderbird-10.0.11esr-be.xpi 397809 SHA256 e0ab147ef5385861a294ccbc925e9c930820d384ee044948751bc8174385314f SHA512 65dc8a9b2528d5073b88897ea9e79685e3037bca125a4e6ddecac942d1358f356d8bbe22bbfc6dcd5b33e6fbc0eb071d07ce801c10767cbe5d14c3d1b014196e WHIRLPOOL a31741496bef3f2b0981ba55a8e38b907c12919e457f6d6bc843d4e843df0a661fbe80bcfacc7cc8f286fb7f6637872b0198430e289bb4e74be747c29c826a2c @@ -109,112 +56,6 @@ DIST thunderbird-10.0.11esr-vi.xpi 435887 SHA256 0cd343d33e9f63fa0ab8c028d25ad5b DIST thunderbird-10.0.11esr-zh-CN.xpi 431236 SHA256 6449279f9648e1016f2bec1c0ceaafa463b7612ebb26fc21e887df056210164d SHA512 b9d7f14b1ae60510fe83da246fe81f0b3e897e48b3be9ff68372010f18ad4aa7d91ec3570234694d3b3f4712bc708333190747a1eac0ca26aac3724743227964 WHIRLPOOL 1e6e0ed1ef5fcf9d3805a5a984da6e26fe75d460c05ffd1c6b7c049dec88354a695abc51bf0c905606f65aa38f2f5e83ddc467836ebbd826eda4beea8ea8c253 DIST thunderbird-10.0.11esr-zh-TW.xpi 431828 SHA256 fa722a8c18aeefb24cdd43df2d18c541afa914de624ba38fe71093772295227f SHA512 8914bbd67c223fc8551f72df8fb18d63fdb805d5e510e59b15545cb1377b4be26dd89cdb99ecc23b1fd8040d0b082937bdac237509a141a27212f4f15cf665a5 WHIRLPOOL 1f5a77a0cee041abcc3939f46285f3b81e2aea0c750a18fcf71dc0d8737d033fa17de8e22c9392c1f825ab70dd49f41ff6e986e9a9a26677b72b8ffda9c4edec DIST thunderbird-10.0.11esr.source.tar.bz2 97793584 SHA256 b04f8c1771462fc89b4996f92b1e1cf4fea7a96dc0a7b1e75c4688ce84a2b14e SHA512 68f3f63870c3025b10bd10a75e80aa1707ee283b430d268f7ced8494c6cb6c9fe4daacfecfa52430cd44cace34d4de8468ed484b6407c07c3f19676dd5ef5c4d WHIRLPOOL cf6d929a706902a158589d409555a9b19b2a408a4b332877c90dfd48d5171ce8a3d6ec33d54458843c55292fd4acd41f24febc3847eb89b2ca4ba513478cfc03 -DIST thunderbird-10.0.6esr-ar.xpi 441466 SHA256 0223cc4a79d98945a20cd5b686a90d996b90211c5b6d704fd2b0e1493f9adb32 SHA512 6a3f687ac444ceb8fab73fdeb04169ad947277d878507c90aaa913e5ec3a724c38746992dcb9069a4108251cdf23a9565701bcce3dd10df77610af07b7a621e9 WHIRLPOOL b82b6776916da8dd610c3a2f1215500b7a63b9e261b8988d4329a93655adbd1fd8c009d3ebe8223462b99842412ae6178250da9340f2a306868a286d067eb5bf -DIST thunderbird-10.0.6esr-ast.xpi 362710 SHA256 27ea52157fbc73b4e6d94b7618e2030854b2bb7625b134e7d717a31a7e18616c SHA512 2690cb2a79d987ef241f6e5086a8b72e5591d5a7bd87907e4e4b6dce6a85374df8c643f601f3231371e6f37e6001135a825dc5920a92d939710569a05ad14564 WHIRLPOOL ddd6f3c7f77d828f18c283e9cdc99df9014124972223ce1740d09e1c6556c9e8d11becb57ca47d9b41967c7c194d96e2c3df7c3855ddb9ed799bb82a388cf4c1 -DIST thunderbird-10.0.6esr-be.xpi 397809 SHA256 ba979e29ebadee3a08de4fbd8f921cbca5ac8ebd50274ada212ae5dc3f4493dc SHA512 449c8511ac00c06d6cd9aba141e1f16385354ba3d031db9e73b277bb71f12ecdb6569cdcddf1c74dc9c523542313124ab1607f5d23cb7ecc0f1bfd205364c07c WHIRLPOOL 16191d1c39455c8dbec33540ef3ccbb4a11cd21d751897abddc3aaf711a0182b1dfc9aa9fb1403d5e2aecb66eb7909b6c28139b27a7799d9dbc3a49faa073b62 -DIST thunderbird-10.0.6esr-bg.xpi 460814 SHA256 acdb053fcafb8c24175fabeea77717c0c2fce753945d713ed3d12340d97b06d8 SHA512 d7cd234bf52a64e88b062d45ee4d68a5fef67bb8d84b04277fbc084276533669e93820c738f8c3dbd25db26eb38af9848cba268719d0b86bba0ad8987b50bb70 WHIRLPOOL b5295cfecbcc105af9675b8e278ac07a60763e0d4d83791bee58fa8704cecc25ddf7c0382113daa8a9a7030938cc4ea3bf2ac199ddf53272244b24d4a84ba13e -DIST thunderbird-10.0.6esr-bn-BD.xpi 478147 SHA256 c1f515a8327e96ff94cb8a5821c1904568a2f7b684294e6aa6ce0acfbaea71e7 SHA512 a3e09830613d0ca8a48ecee1c615c1a969c84b26362d1ca332611d7eae3f2fe3d1d3bb5e4058972dbd29fee3b15d8e6d0e28c844c39ea209703036da20981ef9 WHIRLPOOL b05fdc5526a8e536687ba8345d06250ba31680705d61739b9b18373c4517b724bd4e5e44227b09f9e9e1656e4f7669edd06aba4b3842e78a5f257fd5581e945c -DIST thunderbird-10.0.6esr-br.xpi 415527 SHA256 b796d258b77b4d8374956456e98977e7d29e759e1e598e4d800fb5ba84cca28b SHA512 61be22254e4fcc4b63aecee7d13599c34e335e68909331cde96dd8f8cc8ae1a3672038c065bb4a48e3e0f1f9e959ba963197494fceb6034ee96162fe30ca4d72 WHIRLPOOL 6fff1d656c7412951d67fdd877ea10f274260c138bbd605c3212e16c7a017973556d29878e26ad431f07825a380cbab001b59ea8072fa0750d89923598f9848e -DIST thunderbird-10.0.6esr-ca.xpi 416069 SHA256 1c050afcb257d664c0c4aaf5488e9d27081d0987757e5c0e6238abef64cd68fc SHA512 7d461afff7c09b0878caad5d2fdef710879e608d334a0bd16b64f4f2eaec6beedd5cbedfe7afb30d2ec6b3054c3687b6e0a5d3023739eb8cafdac68dfebafd56 WHIRLPOOL 51856662d915d3cc11e36c4a35c41a5beb3314c41098a086b86a62e9f14225ef6912980be4ff492de13cc1c411e24d802154e80c8493ccbf9078e1d4be601bf2 -DIST thunderbird-10.0.6esr-cs.xpi 419419 SHA256 3c27c5b2b08c108cf2411dd00294950b56249b145ed356b422c7b240d3b16412 SHA512 374b34bc29aaa5bdc6af77e2ffd4628ac995f0e7552cd950237ad5a07f20cd2106ea76ac8ef6002aebf46349bb69814c178d510ff0e5750599ae348cc40389bd WHIRLPOOL e7288d21ac6491f47cfc72d0c17f8b4b729fe76103f6dd4eb9b0dc7112e4abfb1294cdea7aa76629c050d1a0819c030d3935ac8bae0bfda10b4a8fab8360fb00 -DIST thunderbird-10.0.6esr-da.xpi 363376 SHA256 505540bde73c21243ba088b04a08e8a6bf2578a1b1b44daae080b8806f191377 SHA512 660e9daf5971657aa036524eddffb24e258cf9a5a3469c9237907fb4b239834cfde16a5877b9441c4178c5feee64fa6e1fa374a430708c9d4cd87964ca7ba66a WHIRLPOOL 26ba7d889c987bebda34e4ce500e5126c4b938281a35af5bca1576147d684ebd222ca21ff0f3382c20a87b0cd4b3b436066bfbb2a3cbf08f7965295bebb3511a -DIST thunderbird-10.0.6esr-de.xpi 418266 SHA256 174841c6b26c1a35b97eb234df220223f6391be0155e05ae547acd3509eb63e6 SHA512 e741978496f8356cfc42b95d4baf1c6709d578b7ab340a19d7f85ac7b1e72c34b7f94700bc8e63b0918146cf9eb6174daf2b927b941efa26ee3c5013d8743eb0 WHIRLPOOL a66e45682986c535ac3b6e9511030149d7b14518035c5b32ad33e0e9e4c07db9fd776c775892b9cc7a2cba935b499fac6469daa18db7093c82dbbf55d4c35648 -DIST thunderbird-10.0.6esr-el.xpi 404866 SHA256 26e546dfe1972138ec1fcc2fd58de988fceba1133f526f66b3bdd1340a2675b2 SHA512 b0755ad3a36389c4e0c647cebdefaf1c015475632b4db268d9200cc3591424b769645ff99046789cc71dab965ff98d03946757f985db1c312c7eddec9b07ef97 WHIRLPOOL b9f516f9378e2f0e945e09e1612109defc0e7f398447566b35f6225405b050fdee7b0ff29a918a114e02bb7eb6066af1d73fb6b83cafa67305856f79593ebead -DIST thunderbird-10.0.6esr-en-GB.xpi 391743 SHA256 5ace1c398328d5c2e00c046edab1543faf5fcda1f13647ee50778d72c6107596 SHA512 03bae675d3e9c8949e78b327100570dd31919aca6f69d3b448862e48a8bcddf2e0eb2f89eb8d89e43122c1a0cfb51e12e4abcfebf0d51ba7e7bf472a5078040a WHIRLPOOL 2337de99dc30e02f9858c8b3a6b55b7d9c730407ba66567aa842ef48277ac5b20273187005d3c56d002a8fc5bdaf788d10b6f5f60255ee5b7f13894b89ef9a27 -DIST thunderbird-10.0.6esr-es-AR.xpi 410726 SHA256 53d467243b613ce076add339959175d98b688e70cf22191116f97309f1fbf2ae SHA512 4c618e300240a5f0fec60076ac11e9bb1b5b0294c4335a145d1923b190c327230174009fd550a39dd203304cb1143c0b646b17d4943ca4c87f3fde188c49e0ea WHIRLPOOL 6d31cfbdebce2a78554daa9a3ffdb8c6f15c5cc3c57d15ea6c8476cab285dc430b484886b140ac567b7691ed68282b9096993862d47abc3a2a534b97992b0d65 -DIST thunderbird-10.0.6esr-es-ES.xpi 355143 SHA256 27ea8ee4d12811805612009c0d0be3246d5af8f2b509d27cc1aef47527d51565 SHA512 a8fe66ead66b47fdcb5688add36f69ce01226e995b9251a4ec5b0538f7a51238aff8282a2e54380cb4d0b5232f91019379bb322ed46e2baaaeb76f020e931283 WHIRLPOOL 0a68b53c8ea84b49df1e1bfb7ea6c1c8b8a2a3c8e1932d9453de2e899f656b009d46ebb154bc226ad982902bfdc817793262ef564642a941277a151916659091 -DIST thunderbird-10.0.6esr-et.xpi 410724 SHA256 82bc9cd8e9a2a4eb4dadff80706a31fdb762fc7baee3c0310da68c22de71b175 SHA512 498a68b492f5956ac16f73998fad586fb6544d048982c6f889d5e12605b899845628ea85c31268b0eaa6b9ad9248b52ff717daa9abdbd23a2f27dc17c13b7ee4 WHIRLPOOL 8d610e503551860d389412acd73b3f47bc05801b091c05e1c9068bf9ee3d27fe02fec47ebf17c611ff771f32e42755f3197da2b04805de31d34ada1873f99575 -DIST thunderbird-10.0.6esr-eu.xpi 406387 SHA256 46c4a9ef3ae80053157393fe767afaf1dc130268fe4a650ca41d72e0ce790487 SHA512 512e904c2737e48e73e1d165e1654a2ebec1b14ea983fede0843aaeffbe41d3c660e458a9eca14094ecf0b0afb6dd741a516839efb574a2b259d7d6a47e4fac3 WHIRLPOOL 13e8818870fbe3c64ee51757b2c27f0d6340bd1f772d05cade4f01e23de3e657502ce094055b3b6f5cad24cf1224329e0f00910287dc8eb882f33ad2ad522611 -DIST thunderbird-10.0.6esr-fi.xpi 411928 SHA256 c2bea42568a928a293844a5ed172ac7dc289f56988bf8a29a047b0e2efa2074e SHA512 487070b0834df73527ebb13ceb5641ea7e6bc9d560fd7e1d6426b401c08097ecb88bf7b156c8f595dc17a25c33947fc25915c43619a33df34cd3c0fc458b36bb WHIRLPOOL 8f6d7b96dbc670fedac941c6afa5c3f0524e4177e1c57d596749b439057167f455c4f01eea33153e33ddf9901d5dfa868218d9d594b55f321775e9c69d725444 -DIST thunderbird-10.0.6esr-fr.xpi 414749 SHA256 909ccf3f85e488a686766e3a1c54868fb8c91a305ffd42031a1a747c7ecb7f9e SHA512 8e7ac4acca37283bff4330a5dcd03882a60ccf21f588b312a814ef8b746447b3d76ab14aa675aa07136ab98c26f9339a393a8587c0e4368d0a8e3f6d50707db4 WHIRLPOOL bf34595497f83e18c3561ce000acc18e359d16b74c148fbff35d89ef0312d3e0b7fc32cb543378d6b2b8cc07533d7f55ba8da035490fb6c98f0d93f9789e6c6b -DIST thunderbird-10.0.6esr-fy-NL.xpi 413985 SHA256 000d97b67290869298ce4550b8c5dacf81d36eddaefb116a504dddd8bafd0a9a SHA512 a0a66c4a565e49b58c384d38e1417b54440affcc58225cf4c594b8e79bd10aa05ac208a61b495cbde26b53026b2b0519e0ee698220680e2310b4962d84f70a68 WHIRLPOOL 719888b822a62bae56404dafc2d4f121da34e71ac0e791cebeee8a84e9696fac1d498d6f1dc9c93d4b288bad7dcaf618024234a78bd11d3e73d8dd40e93ed791 -DIST thunderbird-10.0.6esr-ga-IE.xpi 423261 SHA256 17aa3b5092df7411f6a2039f245ce255a128938dee34e6977224cdfa1d6ec765 SHA512 556be090cde0dd9ac54fd9127fae7f174ca042c97ee126f03fad8e8c73873f189e97a57f81561d25b1728a3fed54b7a80441e80e1d534cfbdea7e6995bee3f2a WHIRLPOOL 034961cd096285dcdcd4b60c963e7c63b6773fddae6edd55b341f74c0f730f5a8b5633feffe27c583e973cf0c8592a70c92283a858c6782eb2c7114c2d5c619e -DIST thunderbird-10.0.6esr-gd.xpi 425876 SHA256 2bb47d383359cd860155b1e71efa085a8d8b2a5a0b2ab41559468c48229b94af SHA512 a78e94c304281be28fa7600625702ba6a7a25687a6ad88fffe5c902398ad59aa06d8b3c75ac19490305aa7e8b0bae85974dee246aff78ef73c99400c36fc85ac WHIRLPOOL d07fef7b7ebcbb8ad5adcf1ed64de776e5c16f50fdc866b92054a00c58a353cd3dfee1806ecc62a8c912e033ab144912bc2247aba5e93f46ba18419d15ad5818 -DIST thunderbird-10.0.6esr-gl.xpi 409229 SHA256 c6aad0c59e6e8917c00373d6dd9b12ae8a5dae51fbd63d84937aee632af3410a SHA512 1b57902dddad8a930330cb0d90da69f477143255b6b018206f18db04da271c6dfd45fce3fdf3dc2fa58468b5a65888ef22985e5dc1e99aa8b050a89101cf1307 WHIRLPOOL 3882d45419139da905ddef68c91f15675369bf41e19817bbe314fe4c653474cfbea423346757eeb4fc4be2530b54fb8bdba57ae113e0477c8b5f87000db2bea4 -DIST thunderbird-10.0.6esr-he.xpi 439206 SHA256 f9b681d750defe2bd03c5f3129ee7d855b3e84733d680b94f433b6acce172f08 SHA512 524e5b8fe577b77c79580be2cbd72534a64d1e36fe3aa9e2e0a3194e3e18b7a82a4f40f6efa29bad135b02760b1dff51de0ec37d731d16b3c0a71e1ae2b1d761 WHIRLPOOL 2b6d1eb98bd153e1aa8407ba8ce3c71600e22ee5f5891421e9ede6bd8c1b662541b3036caac1818b96c78cc6b55f016f6e9cf0a8bfa6f395aa9142265fa06a7b -DIST thunderbird-10.0.6esr-hu.xpi 426356 SHA256 c88c902234b5878bae444c4133d17d58464ff401cccd7196d86279f26ba9c0b2 SHA512 736284d312a2e06869d82a85eee1a6dd1c959510ece592e14dc89f1f98dbf36d6511bbb8028ad23a598bc0a9f0e5f6a50ae7a5c493fe049fa03243ac18273189 WHIRLPOOL 740508e43e6d8b404fb608002a7ae8b5e551b1d028c02fdf4374c0518359f3690de02bd5db0b6c290ade5b6f3fdacc1af6df584108c5f8a9f160a1f3c0a6d6ab -DIST thunderbird-10.0.6esr-id.xpi 400411 SHA256 25c1abd94d4ebd1b8acf1a67d2d5829ccda9b2d30d370be21bb24a377c0e0721 SHA512 cb2abb2f8e641d432285c018a30375304c5189eaf2ab8f71df274cbf7ea47d53269f72fb25ca6a3ce7769a8ed35349f8384aa0a108f2a60c2723250f8234f52c WHIRLPOOL 0350d10dcb9d70f2e7565f0ceefca1ec0840929f1e5a3525172cffc4bba4efc1640b3429cd53e17849191c48ff4915abfd0beb60390fc5865212133325a617c6 -DIST thunderbird-10.0.6esr-is.xpi 412634 SHA256 351ff4311732a4b8127ed2642841bf3b92b5bcb1336666fa460352ec9afb09db SHA512 c562e4d930780550e940706a87ed66065cdd437e79f574f6f0719584dda8d6ad3053da1875b46fe2eb97f4569be1a722cb120b801cd8f575b806f4d9f42ac26b WHIRLPOOL ac48aad47a6c84c90f244fd2cbadd78d47824f0166a34ef92e7c889b0a026f36eeb7b49a980210f01cb739a137c0cbdf0ce775d2378c5c456ffeab7e04093a6d -DIST thunderbird-10.0.6esr-it.xpi 347634 SHA256 f2a225ad1b5d7e5292b5589cf03e880477d572a597c849c62a57584237f30335 SHA512 f9cfa714809f6d7058fa7919bf75d902bb6eaffb2f94906a1f2afbab4dadc1364cca300a7087f926b46a1cb9622c145683a5e18c7f92f3c0d1f68a8ff9c54db5 WHIRLPOOL 357ad2d532ed6885c81ecd360ffe1ebc42b44310cec271a380037168f90e52afab776dc1c4bab016d9996b5f39106bf8d0216f2aab805dd56fba6b931d0522d4 -DIST thunderbird-10.0.6esr-ja.xpi 459031 SHA256 a8e350421416229b93e7e825e072adb34d50dde91c81864be7463ce8470d8d67 SHA512 622f6c1f0399cef3eb334be010bd923d9256ab17ddda484a21a76f518ccc0c5474611da518e63ab2aa22c19d7f28e6022905d2fa60c90d0e04d9b911c4212a14 WHIRLPOOL 8c1bb5435ad57812ff7847edd10e75da1d4104f5e8d3694b4d3f944c8c7e236ef3a7b9e5454c96080864202205a1b897986b3c94399e5f8c5d6c819babf98028 -DIST thunderbird-10.0.6esr-ko.xpi 372016 SHA256 c13e33783f8d1bea548be5095716e84c36df00c610707612d80ca01a9ec5c814 SHA512 39a785409f939b9f7b28fc33faaf6764ad9e46afafcf7c05765a29eeb30e355a19a1b97c07f6cd597ff8f24769951795829bde90f5b54464855d820f2d0a1c4f WHIRLPOOL 012bb40b0d13206c71b0fd0ffbc6691e8196f1ca0bf439c8a98783598f19b2520d4113ed34fdced107d599240b41066091010a5611e025d2d06bd2d9c7be30c2 -DIST thunderbird-10.0.6esr-lt.xpi 531022 SHA256 a00be860b6c1a7844a08ca0c0b4803e076817788c3049caa4c4343bdd394f6a4 SHA512 704d4aa6d4f599df3d7abecba04123cb4bbdb39bb1fa6d1ac925bddf866510c93047e89c95bddca891be9a306ac648a75c90bfb54a3b440acc1e683cc1f3c521 WHIRLPOOL 88d141330469f8ed9966c5edc03704095f22293d98705a7b3a39ce99084daa47579cb3321ddcbd60fb2ebdc54d01817a7b4aff5d16855a77db6e057454c530ff -DIST thunderbird-10.0.6esr-nb-NO.xpi 407729 SHA256 1a309be14b4b04722c91c10dbe490de9c64e8f185abde0489662b659f1fcd8d7 SHA512 1d66d5a9aabb45aca8bd4a75bc94631bc2da31d01fba41874afe88407a28b6b97df2591cc1c55e775e5bdad20208f7705cc7e27d817c1c4da363bd7c5eb66078 WHIRLPOOL b2e96e596801af6fe0f920fe59a5a6989458308cb8ddf8feaf5defed3b8fc3aa57956b19878d232026778bff793b2c286dcc9ada460c6a9af4f0a46060230c02 -DIST thunderbird-10.0.6esr-nl.xpi 407985 SHA256 472b2e8b6271e7be5beccd644563f043b89b38db3ff26778912fc2af476cf765 SHA512 1d73d11d42b4bd9843337265e1e34ae782b9ee08d2c0b7da98117b9796b33ae79b1c55b228389fc1620f33cf6f78afac25c8fcd00136b08ab6ea3e39431421a7 WHIRLPOOL 901a5b6adc3121dc5aa2e57f33fe619e95afc41b241c94bbafdbcead7eb4b858feef47e4c7ae3f842cb837a33bbe46ea8d8fb35433e8cd8605366034508b25f7 -DIST thunderbird-10.0.6esr-nn-NO.xpi 409459 SHA256 bc575d2c7c48c760aa5703326cc6a4b2bd387a7d364b9b77d5f32444315c015f SHA512 c9359a7d5f25e2585564b56e36fbccf45e625f752cf6017b6e7ceab3bd0c85fea430c9d7fa21de567c0a5652365932d7acd716d165ec30a1540ddc6bb2bd5dc6 WHIRLPOOL 148564e0b5d75134cd2bb59d753c72d336d4be5f813ce8a7e95a3acc570df3f88582f80a40d9dd23b4c40b15d452579ec8d0ed67ecfc387cdf79cf42120f2773 -DIST thunderbird-10.0.6esr-pa-IN.xpi 450330 SHA256 4c04cf746390e2a9cf0b94b7ca616e8dd3390b0a5c5e5b8bf9fa784ab12bc8ea SHA512 1b806626225e2224d73c4ddeee5ec6993f6585c500fb2dcce3f271147378ac83bd792f95be6f37f4ce7aa42f2a885b470e48304cc761b9a00c1ee039332fd2c4 WHIRLPOOL 44d84c57313e710d2fc0d64ecb25287a3474f4184c4483631991041bccaf5442036253f9a9d0a44821abb3404974c84d110f79fd4d8265f8c3a6f6eb975c9c2f -DIST thunderbird-10.0.6esr-pl.xpi 393578 SHA256 606585843ba8407f407d130a4522b42a5b60b7b64c4dc0a60078f16fac862bdf SHA512 358a160c937ae4042ef4ed742fa55b06a24d499b6da05d4091dd0cea78b6236c693111a999b7f6a84e44a76f29f3d875910120f1b3bb641e47844f71ba6370c7 WHIRLPOOL f130fa04bda50feb5ae7a7d7a4de03bfb8afe1a2fbae23ddc14beda9025453491d16497ced05a475076d922f9eedc19208d1c596b36ebf26d53f9ae4b0ccd58a -DIST thunderbird-10.0.6esr-pt-BR.xpi 417229 SHA256 0833f32f278ce2d1f74c884007d4731b21eab0075bbf27f0307d7ea238bcbfb4 SHA512 056eaf27b9ac79923cd6d9530b8404e9559cb5ff8f5a19c335a5b6fac7a11a31799562fa36ef6ccfc8ae1177af806d58ae29501c820898ae0dd400067b60bf13 WHIRLPOOL abb24ab33c1aa6dade01681b5ebe278965964821f02a5ac6dfe37183e35eca9715dae82685667be4e40adee86d0b44645d4c781b866601a16c3efe8dd94834a6 -DIST thunderbird-10.0.6esr-pt-PT.xpi 414266 SHA256 25e1dca1ff07a60938867905147cea68bd724e5f40e5950e1fc7e3e5e8f2dc82 SHA512 33415ff90ee3da0f3f3fd362a0200ae2c39f82ead07afa7271bd073cab7ced015b17109250588b1160652eaa4148b6b66d9cd69fe29b313832984cca8542055e WHIRLPOOL 669c6695bedabe91a5bcba7a9c8067975e8ed79e191aea2c64ae235ae1b798cf5961497497cd4ced45815fb872fc4f62f0546d79363e7e09595fe9b85e569ed7 -DIST thunderbird-10.0.6esr-rm.xpi 414709 SHA256 a5b541a4d3048c5396ffc35336354b71f2cef500a60ed2f9c65b0dab125dc49a SHA512 f908862dbdae6d0fd66e106aa139873d7fc823da416240d0db8de0ab1021695aa53ee66610ce1befa241888a2ff472985af4d47ca749bcf34797677bb704088a WHIRLPOOL 7d8ba4809949db68ed714282d68892d7567d657d34e55a0a08a65e1e099fa954e3acffef1d9ed8a23a18f397fd447fdfb5c1e63c510f1312b68efe24bb27df2f -DIST thunderbird-10.0.6esr-ro.xpi 441294 SHA256 36d3e041bfb32d5843d7c51cd6b7edbf5149c73504a0952ef04e47988b4c5b2f SHA512 e2cbb4ea357ba8a860a59f6c43df3a2d51af3c12d64c4efb3e8c913ba5b62dd554bc77c79e67537ac6e05cb600ab0ad5415acdee6e85248d32bae8bcae8a4aa3 WHIRLPOOL 97a432a1fe45822e5c269e80a537b8bcd36499dde3bedf0ac7d9b9000c6d5d881860b583d41ad64e6a6210a5a53d43ae32eb8954de70bf3b1ac3f2ac6a4d334e -DIST thunderbird-10.0.6esr-ru.xpi 411634 SHA256 38012fb38ea4fefcb1ebd7e7a57151ae7e8fbfa20fa463c34bf3ee7e4c2cad83 SHA512 c544a8d90db33c47b59074d8eac3bcf0aa936f057519f7abede9c8a1d4e064f2484dc65a27b4b8287000713d002b94e9d2603dab284adc8c62ab7cabf2ad2f15 WHIRLPOOL bcd99605af143f42bf519285789010ac7487ad85294dede5c352d34f17d227d44e84a78bf1db3ed9c537274b1ad201bdd7e9e4146424a35752184a18f6afdea2 -DIST thunderbird-10.0.6esr-si.xpi 456607 SHA256 4602f33aed0ce5af558482a2a4098edf4f24a6b2726ae6ebc0fbee77dfaf6931 SHA512 8518c1e10476380e41a83f1314f3f3ebec7e8c06f745606e1c5e39e2e5fd5f2f3af84c6fd8c5dd182e318ae503ae2aade3c6bd18e101f71e8c55bf45916470e1 WHIRLPOOL f280c73c39cdfdfd7ab08790323607161fb775bb307bda221b933a349d236a3bdaa4a097e15f8a61b894f7a657064d149490eef80a98fc0d2290f0c66a14dc0f -DIST thunderbird-10.0.6esr-sk.xpi 425029 SHA256 e6c7104d138922fee7941929361331246ac2e9df655b8e7025d7dc066ef1c880 SHA512 cfdaaba683f960693a9e069b94fbbe997c21ef6cdc0038ce96f91fe2cd572719d6ae45665b7cc6f7e00c9d23971933ad06c5c0bb3e01407d57cc52232916ad78 WHIRLPOOL 52b1e1114768ed89a91bb6e7b9be910d3e92358ec1ca321186098e61bb922f202b88758f3c4d95e02cdff5ecebe72882cf971c915f8222abca6383448124b9a5 -DIST thunderbird-10.0.6esr-sl.xpi 410432 SHA256 2ce183f0cb08f241c8aa12c07932e69ac418af66a43a4886890cb1f649f81f57 SHA512 736cd9f78e3c64aa7b12460062737a0048c2a644bf54928afdc920beab8379db7bd3fc57e558830cbe2e5368332b3facffecc85a67c84c5b26cc05aae76735dc WHIRLPOOL fcb572b09d07e285a56bff7582ba205fcf6d5b2ad57f5bc4a02a382317ed5576b63f28440ab614dc47078cb8ae58dd4dbe1cdb714a9ab8bfbb4fa171f79b556f -DIST thunderbird-10.0.6esr-sq.xpi 360480 SHA256 84361c6f6c9d9516fc405b24eb23cef2ef3ff03f633fdd87da1fe0d6dde499a8 SHA512 1ec20be18a5b5f674fb6357573c987eb7c6650dcce87fb4263bb1c76df7a4c24902c3f1b33dfab4ebb88a83680f86835faf3e838e43dbae7bcf5e091cf36f3e3 WHIRLPOOL 84ad710929f7f36142d38516f1f09cda463526512b23790f009452b436650c6543dc016d2cc2f0a43e315ef756ccde9f3129ee9d1aa70c9f65b7b1b5ca2a3fb4 -DIST thunderbird-10.0.6esr-sr.xpi 460276 SHA256 9270a0b5ac60e9d23a67e695232067a119c2e905354f10c6b9eac82c052e59a7 SHA512 ed4bfe01603e056f6bdaa99f5293e7615d483669c0dcc28ea8259c1f3209e814aa6492a8e75b95b934815069d6dfb09548720472e6fc634e3f33d7627b2953ad WHIRLPOOL 48fcef3b74989415645718015021248b7364c2b220a606ad94f7828ec4448624a985faf3ccf7b7e3c42f32b03ac5db4ad93970d99095ad52065ad0d174fbdd18 -DIST thunderbird-10.0.6esr-sv-SE.xpi 478281 SHA256 07d22a2988abb9618004e9ef19255389db08e86758f520000de5fa9f82b204f3 SHA512 ff7a2d2b6b7a6109aa1ff7d5b540917878858301c8045f51c07a4c5289dbf9beb94b470a2f3bad49961791af8cf764e9ace36daba09245997d23b9891d6bcabf WHIRLPOOL 81e2c001b4dae4c2eee08b23b6026e1a7960413fc44fe79faf08480c450d7b275645c326127f3041dd00112201783ba3962aae4aa9b477e4150484da3fdc65a8 -DIST thunderbird-10.0.6esr-ta-LK.xpi 475718 SHA256 a8214f2fd01af7fd8aa13462bee23dbaef8e08a4990aaf7b00df17f303514d04 SHA512 548429ffe380cddbe8555ea2460b28fa4d6d3d4ea3965a78cc25a6d19f9f4e3b19d750ea2f4dd75665b6c6f66c00e1b6e39b3e2a007321e28205a299dc6a0032 WHIRLPOOL 21ab81dfcf113f19307f783ce6f30d335f1241aedb144f3358fc07849a6acc6600e598735253c380fc6fd485f0a50cb1e0f8d5faec901f9201bc6f6ceeb944ab -DIST thunderbird-10.0.6esr-tr.xpi 418210 SHA256 6911cc3ab94d64c62dd63481435ed675bc39bab109b3b1aa8ce1bc7a309e830e SHA512 3cfc7f6dc6a41187c69e966e3811c51013155c7ac670736b49f2606f66231a80ffce02b6abcab1b736e109ab13ad4588e0c28e9c6a177bc47bac2d06aaec0c1c WHIRLPOOL f6b61c9a9dc213401a8e6d967daf636df408e6a4a27edb33ad1c920c871eb91b2025bbbcb7055dc83c3e571e1898d039aacc334396b0a399c0595e508857e3f4 -DIST thunderbird-10.0.6esr-uk.xpi 463925 SHA256 81774654be422fb766f54f18e1856ddcdd5a46c78ff95ff0c16d7e33f29f7589 SHA512 05551b94004cc82ceed7ff74966afe00da5077b25f81539894615089e596bfc40b4e57f6664eb0c0a99b2fd7235168bc6c4e0022f16c9aa459302e42dd89e5f9 WHIRLPOOL 27f6c3faf261c7aec8c5f7bdb44fa918d6bc7b85a68c7d7ffa35f6709eaed3720a5875ca3996679cd503040e1deaa314d6b3cbe6aa59a04cf43fa0a052d3f26a -DIST thunderbird-10.0.6esr-vi.xpi 435886 SHA256 b24523d3f704093800fd99608e0152fcdc650fbabce1c20eea404cebdde2dbdf SHA512 88a82bf741a021d36b57d82ae28a0fbe472db3dbb15e6cf0e1437452bdb3fc46b48c662699aff8dcf992b069b0b0df5de6e663a1081891b65ce47cd5b3e2f123 WHIRLPOOL 1e5a908457122847f5490df126fb783da4876fa5ed01933aafa06be16fc2980a71af9904c47a6bdd72f15cfc44b85b5bb4e8c9e32d8db4ff991101568b2e4eae -DIST thunderbird-10.0.6esr-zh-CN.xpi 431235 SHA256 5063b66b98b67fda5752c1f86f908b4a325a55b364cf4e3e0e09414c461cc536 SHA512 7522af7a0e678a770917658e7a0f74540e9fbc04169640ccff1fa2948063aa53b2a90c82d0f5fecaf12b191544c929833ec98bd56dc6d6f9ca6bf3d7248773e2 WHIRLPOOL 89ecf17680bfd1c4a16e3a48fccb932cf4533143262f0bd87d38251d95322cfb6706133ebb7595ccd3870b4844015d40fa78f55e79790b23a095ff16e3f15a24 -DIST thunderbird-10.0.6esr-zh-TW.xpi 431827 SHA256 16f1f0e110da8f2c3cb27a202e60ff38b66de97973fee92e7b0192e57f972ea8 SHA512 7365268f777601e9a8cf4b259d2fde6b4cfe2e2b79da50bd5b5d15ee9e3b3eb637929a73c84302d555ab108c7121688726fdf094d1e55231ae2775faacdb6ff5 WHIRLPOOL fb1ad72a6687e27d8678daf4d7a8b09c35f5de4aafdc38cba69d4f76b8ad36b48c322ad046148781715ee7b682c951ec6d9aa969b85613336bb619f25fdad671 -DIST thunderbird-10.0.6esr.source.tar.bz2 97779445 SHA256 0962399e13ea4b97816730ea81260ec304a6da49c9562840c776f4d1a536c1e8 SHA512 c6ac7feadfa8876140244751dfc0554488f138232ed53a23aa6a30ccdc3b8fcfdbf2447398fc78fc3c6398ea713f6b1415cdceb2951b6f9697a18b165583576a WHIRLPOOL 957d1b2778dade607825dcafaaf146f9dad3a1bd1750a00e27b8c44f10d08515a83295bb9bc088ad08dd37b45389294b2c08373a7465e9eb1c40b443c9267d58 -DIST thunderbird-10.0.7esr-ar.xpi 441466 SHA256 fe218825ba239511ebf490896fcd85416bf93867d12077afa2061087d9718e85 SHA512 ea58f28bc43129fc138c86df229fc670f135cf7d5daf4d349dad8f73c5fa69a0f427f6e383d4a0b4ea183e046e376dcd3faf4b82f198d956f041d9f8159dcb44 WHIRLPOOL 5bb19271df280be9a9c475df69b1e2a18f6df74bf895077abdca7c6dc544584d3c78fda0adb7cffda2cbc6c7050c23acc2633e7ee8dbd35a345a7219d7b9cc6e -DIST thunderbird-10.0.7esr-ast.xpi 362710 SHA256 290ed0c62a0e85a231493153935b739f1c9a6304c5286ef5b2ba980122d08f73 SHA512 028556e7ef9b52dfeabd756b142194fed70c1f58aadbd76ac057d9e675c08e398b448dafc8ef42f3c8317da6927f14b7828fe5a7c5aa52c86f06e1252b531b77 WHIRLPOOL d4b77778562965e57f159ee152dc9d5217e387f0a45a0f2e4a36c8ecab38138dc17ff6cc7c34016ac1344c3c24e543b62ad1c1a4a3974b0957f5225ec8754f6d -DIST thunderbird-10.0.7esr-be.xpi 397809 SHA256 b10c5b0d849df3adbabb9b6ac95ebc68af78c72dc10a62c4e175de3f4629de46 SHA512 125ea07d4dd973138fa44622265038b71ec5b4922b71cb2d543c4e2d85a2a72f4a55cf681a775a620fa27dfca250cf95fe134c4df00a9fbbb25c6235c644e6cf WHIRLPOOL 626d03e4e6a25e4be7dc2e53bdf55fb4a8993b18cd6207fb6c8db5cc3811675d1edf5d4afdcf5f8f92f1eb1c3adf89c0473249a37cc7a238a2556bd9117c3750 -DIST thunderbird-10.0.7esr-bg.xpi 460814 SHA256 74e352070b254d7e0d74b37f7ab8061bfb504d8924cac54b45cb11390817615d SHA512 b1e6d4117d82010921d3b0161626eb8196a75a88ab9d2bb014c82fa8a8a9a1cf82f3bc5fcff96deb89f6764321bac93ff90b3efc1260ffeb829515ab44c11379 WHIRLPOOL c5116a3fa9777dba69b543154e3a49b86e0938fa1a34a3304eaa1ceafaf0159d3b0a795e043cdaae2f5161034b3e1867e085aa36ac52498a50fbe2e75afacede -DIST thunderbird-10.0.7esr-bn-BD.xpi 478147 SHA256 6d0f2b65b5123a55846ce93738b3a6275dadf3fe77e9e3657a20f9ddf74cbac6 SHA512 909dd2fd9c3153d71ce6767b594d38e5f90ec9b38866a467a0ea9ec590a6e64a0a23fc264dce0b169445a5619bcc6237bdb699cdc67224b4d1559e1344c54eef WHIRLPOOL 29d3c196082b3b8f6d07236d622c7575dc6fa1d18d818d38b3fdef8f9c49916fa817c57b68cf5544e478efbe75b3caa935a0ef1fcf83a5230d905d044e17ec56 -DIST thunderbird-10.0.7esr-br.xpi 415527 SHA256 f560a951a8c6eb7ca89126cbb09a78f075379fc1af7ed8ff2f6bbe882030fc0d SHA512 9852416d827c07aef67536e75db364af6802c6db42be05b4e046d38e6ed5450d5ae8bd16716adf6c8fb2b6adbbda10a04564433ff69e79e30a6cde9b3d6ccc4a WHIRLPOOL a578f90760c059fb497c54ab5ae1021b5d9bf44afdf2226d15c7d578b652b1f96ae16033b40540e391ea72ff11868dd772fac78d76c2f53b0fa6b992c84548cb -DIST thunderbird-10.0.7esr-ca.xpi 416069 SHA256 a8b00ba4f84055b54e03ae82a35836e6cd9c7d07a16b1940286b026aeb3e6be1 SHA512 b6dd8aa253eecc0e539769e305976a2908240c2c84a404ecddbd8025ffb36c89848400dfcf07b840f1757e48afc6dd2f3415899a21307899f56af5fd3bc4531e WHIRLPOOL 8653e3c93d22793d2ad49b4397f734f89538d801a12093b849ab216c2b33d98f64363f7962f5e3cac2ae4370228e23c8dff3c70ced581d9d919d4c4aa2df7b79 -DIST thunderbird-10.0.7esr-cs.xpi 419419 SHA256 7cced93d103ae1775b064dc0c256494c3cda1971b4e4391f7f6f596c01df6171 SHA512 0e7c84ae69e7b8c1a1e7f8105ae2ea40501f1267568b3c7ac6fcbb3aba415d8c0230f8f872696de966983240bc7bf36f0eadd571171a40ab4c6e060acbe0502d WHIRLPOOL 9645c565183145b643454b6129cfe05d3d8ec2a1638bc8e13c74bc18ad51f70170a918e4f234ca546876a53551e840c4f373d432f422369cdf22a8abd079b03b -DIST thunderbird-10.0.7esr-da.xpi 363376 SHA256 ae3a98db9393ff020c6795b0fe3418258119299485569bd9d18210e8690b9781 SHA512 b5aafb2a6b415b6daea63e83c79f481238f067c327d48c72979d6e8cd5d0b22f2c6685e29d1af14525c44f41885f46f39236bfe4cd42db3c8e2aaa3da4bb1611 WHIRLPOOL a1538a48b052c01b039896be4f8170e44205874408e8076a76487a6ecf90177d7708b788863b4f93c79e7bbdc0c0193130c9ad4bd713f37f4464241fed66c088 -DIST thunderbird-10.0.7esr-de.xpi 418266 SHA256 8d94b8000182a52e93a3fcc04f4830f858bfbe95f1e08074f2b576b69468e61c SHA512 73e9bbcd123bd0ef6b5ed1e70ae5c2eceedf8acf07b4f331c945df382266685e917e64d9260d742ce0c811b7a6be942c8f0b4d84a747136af75e4de58e10f55a WHIRLPOOL d040fb9e827d6c824854db8bf09c6f86fb6baf5616b0a9c6c7747d69ca7768bcd0c7118b7ad4faee0e1598ae9af837cb80012b89f0beed14a38cbe6a37e7b646 -DIST thunderbird-10.0.7esr-el.xpi 404866 SHA256 3ba94b7fb87bab1c41545e0e1b1467004f69befe910b5c8522b6e10f2b7da830 SHA512 bd9bdc103bbb3b35a5b2b8dfa728ad5d4ff0129a629e6b32cf003eb633737a95992755b8b4a3b0974f0f1ea77996d00dc1ab1c968fbd062c11e97a4eb0f2b832 WHIRLPOOL f0a21cb72e1bfbe0fdf81eef9cfd2ebba26f793b4bc4d7b4a04a8a3414a56f6855b43c6925cd43dafe3b7dac6a2a946bdc8124f59c58eeec49de16a0d219438c -DIST thunderbird-10.0.7esr-en-GB.xpi 391743 SHA256 00a9e65eb3a1ca5194dbee9acf1fff84fc9ee3b1050dacbc42db04bf25532917 SHA512 6f4ec00962bc57d8f4b7131970c469bfa65174b3f30bdc1032a1a358bd6ef1e6726d2e0ea50966519a8a9fb6b87bb5fe87b967497522b212a63ea3303aca117f WHIRLPOOL 0c7aa7f581690d9c2dacf44c322a86101d238e67741ca74e249be1ecec65d6168ae656692bea42270558cf3ec3c314f1dccd1598fd7d2b3c05a224d507e0d0c7 -DIST thunderbird-10.0.7esr-es-AR.xpi 410726 SHA256 ca5002269cb602cac293da5e18c0c6d3273146afbd7a496deec2edccf8e87f16 SHA512 bb19cbe4a260a9719d158692e30d982fd0b9bcfe842bad6bce634639a32467135fdfdd4edbfffcb9397ce68f1e98107a01f9a3c7d3047ee587b789e294f607cd WHIRLPOOL c35e89ba4ed14410316383836fe449584102f6dbeb743cf5ecf3a6ee208d7ca03153e8dbe24effc3348e1647c4f20d74dd10611b1d3b38161894ef27f1ff2e3e -DIST thunderbird-10.0.7esr-es-ES.xpi 355143 SHA256 f3948a633ab98dc3ce233b5cd97eb84a2a40475336e8b4d31a9dd892832c2dda SHA512 7ba05d296bc9302ce85ab6f47bc385f8f6a04a5a5b96ea5cc3b00b0b25db57b45b738703625e82ee68d3ef9f0aba57001e287b83cbb6441b9e23d260b5849da4 WHIRLPOOL 2218f8241a684756fa065277b07329a7176c8dc8e7993018767ff5c09554971ae4b8c9da07ae724e0b9ef1f4ce18b7fc8380b73fd2f8da9536abe4d722c5c675 -DIST thunderbird-10.0.7esr-et.xpi 410724 SHA256 6ce8c3a922a3ce944d4a125938081d032ce61776680e3d6f205a62f5f9441550 SHA512 3aabf321fab82ff11a11a56e9991863f39f22ca5b8ec2a258c944ac495bb3c50ac2e318b43a9c4f3983fb05dbca6b54079d356432185a0d03c1308490ff80468 WHIRLPOOL ac034dba1995978e1fd426957d8dd16a97a5d0c5c5cf8a90222e18762b386b698215da534687a89e3a0bb5e83bb3412aa273d79edb6a72354a9f68d1e9cc948b -DIST thunderbird-10.0.7esr-eu.xpi 406387 SHA256 4258ef8ceef02bcfd6e95f59198b67572e97023ac2558790d18acde5c5f7e2d1 SHA512 f3e0d9e234ded562982f303f8c3bc1b9780d323bbf734587588637ebe119ff525a6f2678a7d15ba1b1921007aceafe493628cdc7dc56dc28605e912ce599ba88 WHIRLPOOL 16a73ee44a2901519a5839ca296d68260eb83ba139053fce666c78b769557e17a6f4b32f66d2c64ce1a42f700bcf9f752efb8cce4a07b0c83f740f74af3b7c5f -DIST thunderbird-10.0.7esr-fi.xpi 411928 SHA256 2d2212368adac818ca5e2569f0d8c8a83f47ac8285584e7525de4add85fe3bd4 SHA512 ad154a51b701309f7657be79ec2fa7d22adede75833e59d4813e8efd94d750071268a024528bfd749b4b205de73091f8131609c7f69e98ac862cefe4c4b4f61b WHIRLPOOL 168db53eb0519cd84d4784773ac9674a20ae6f173bfa359c75de3c21b2e2f24b6a80c49fde6fc4cbb04c4f6fb1eabfc8293608a56341ce6e63a28c25d61e7020 -DIST thunderbird-10.0.7esr-fr.xpi 414749 SHA256 664b23ff9eeda1f9c7c073574e31bb33e8cb7ac3beeb888251f007fe87e97163 SHA512 df8d872cf717770e30b54e28cab54df6db8c76ae9a0079f185070e43c385debaefba96643def9a6cb8d603ca4ea442a11b92f27feab456a7bf08004552cc195d WHIRLPOOL ed191f8b19c2b9d06204a34a888e2f398b3154c52c3a3d3c01f061679bf027f51022663d2e1008fc8cf2922ac69e762a9e0f4522e7cc4974fe032021a793cfc7 -DIST thunderbird-10.0.7esr-fy-NL.xpi 413985 SHA256 62ae77f3a07becc2fb5444d0a39ff383c06690891b5560e24e9ba5b355bf42d6 SHA512 e4fd1b0eb5383edef852804b8b5a99ba383beb8b53c1f56b829a27f2642af9e93043f36fbb82f7eef7780e3a7da16f52a1590283b6e7faf7e6cf052c555e4d77 WHIRLPOOL bc5f71a4233195babfc961e27c084e0f2bfe5e9c1dccf7f5c77541b65df3411cf7ba98682f19d4a81e49a71192ca0724db340ca4e323f4eb4eb30029af786ea8 -DIST thunderbird-10.0.7esr-ga-IE.xpi 423261 SHA256 1e1dc0f5d5603f70c08d0a42bf46f111e6881933f3622471f8311f635eac611c SHA512 79e0c6e5f146705da2940d62ebea365fe0ab4b937171e3e58d22b3cf04cfa86a0f9aef80c03b3791bc7d3e389984dae47e2a3cba2e4513afe2b52fff3088242c WHIRLPOOL 71cc5ba6bbaeff00b2899b6cd553aa84e3ef9a2c0ef6c19d516a66485e7bcd629ae6743b8df95b0c2657553bd492d8b1bc3022d03c53bcc7ec15d6932eaa5f1f -DIST thunderbird-10.0.7esr-gd.xpi 425876 SHA256 85d57a2f5928b46a55b8fb94bddd0af18332a5c0c181f53f82db1bdb8fc8ca20 SHA512 f66b6514fd7149f19fb391c5170a6ea1f2afb5507d803965456acfa5027ab59d4810d538fc5addfbf5b7d4a19ed717e6f38e43b8b74026666415de6570539a0d WHIRLPOOL 88a59ffcbbaa3811e0c305cd25f813f932a7045839b6a569a4ec2943d97ceacc31ffb9c1b49e0154f43a1e1b9ec253218b6f290efd1b9d53ae93d5e07461f95a -DIST thunderbird-10.0.7esr-gl.xpi 409229 SHA256 444afe24e82c6957e32d720fe786d2514a083af60401992631fb0cb5887704be SHA512 ed3486ec00c029e64682a383221e307e8307c808f98abae407f5f8e77faf552d46c36c3f42c6ea6a0ac39d1b1d43275c3a3867643a791ca4cc2b466b21c0ea65 WHIRLPOOL 91027b03f2c33aeaa75c26eacf8b3e50524ca86dd7b3adf172ab2585ac371f0a2906cca6512e4c41a25c10cd363679c7837c4810a08cb8d23bed55df236d436d -DIST thunderbird-10.0.7esr-he.xpi 439206 SHA256 963b51119331019d01f6d3866a0919c900e6c478ba83a68d0b5c030706d38e32 SHA512 dd1403bff2855b9aa1f1ffd71fc1266de87c457a58794af640ebc4ca899492e65761faeb9647203390672f46a5f6494b3fc325a8c6f81c01a3751ba98a505b2c WHIRLPOOL 1a0369f2acf848d86c54e8ed876cfa3f8ef71a2a44e8bee8f5b3f1a31613f6e152e2fab99c023c195b23eb703fdb460c7d72d20615c2dfb677c603b8bb069a72 -DIST thunderbird-10.0.7esr-hu.xpi 426356 SHA256 126ad900c30a335654f769bf59bcb56bfbefff21d865c0bf76bd0b3469036439 SHA512 672547081d733ddb87397a5d85debcf8e6d1fcf785c5f42cffaf0ce8035c24495c6d685b79cabfab6dc31d5ddc28838393c950a6b5d814a89775fee285ae8881 WHIRLPOOL 16889146424f8294f727381ac630b72505c739473d204bc424209dc0d01511d70ec9a1e83635a8b5d91118c6b98b60f66cdd79a5870c326d3b0ce798421a242f -DIST thunderbird-10.0.7esr-id.xpi 400411 SHA256 bc86d79f94eaa839ab4f653da1cbc0f2f50f1c251dcdbbef2e0a61c7cc1e8f78 SHA512 a6ddf6729ed6536c182b8a46371f0e025d5c2f9aa214878a5e2659d919e1edea4e8f8d98eb4649320033b8b98bc756f3b014ab381c15a27b71214dccab484d80 WHIRLPOOL c8082b243751683de64d5397e870442ff1a287fc9770cbbded1d28f375649671d2672dfbc5f4cda64aab478b825a82ff0188fb4a4c897c89217fe1c806507f7a -DIST thunderbird-10.0.7esr-is.xpi 412634 SHA256 f3feeb6a0547f9ad1a9a80a155cdbcdd9c99fb7ada5f87e58e8611533058b031 SHA512 9b356cb8f0074e311b6485ff38ea9e13d1ed328899cae64b62a96f564c137054ce02e9d6c8fd31b6ad69193483eb10b619e46c4191c43e67367589e6d15e43de WHIRLPOOL f93c7a9459ee3c715c954ef3e2d095109b97c78c72f7c2386dfc2af009133019a67768ced363e79ea9d7fc920f8d4fc7a40d6b8ed967d45bf5caabdf4c4c6c3f -DIST thunderbird-10.0.7esr-it.xpi 347634 SHA256 7c02ef5f947e6fcaf75dd7aa08471bfc74700402d50cec5caaef51bdf72b4222 SHA512 36d1bea8a852a0d4d6baa304cd143be80ffd9c1cd914feac9e7df20a63348ecfc6702e9fdb0874cc6c902543282efd4deede05672a915a6907e332b86b19715b WHIRLPOOL 4f55fbb6d4de017cdf04813bce4f4ee40cc355e5090b930c50abbcdddfd0f3f644463e0107c83d7e916f1b4c315974f30b395a93aa024a4b1e2a9879d7557a64 -DIST thunderbird-10.0.7esr-ja.xpi 459031 SHA256 90ca263411c5fe34a4ca09a32a26e4fcc59c697d5421f52a9bba1a491b5c72db SHA512 5c685ff76cc4eaeb8b36144d6984d662af847f00ba54cc3f92ef241f9f8f0cc109189fe10a084713a6f44d91fe627e3e8e4c410e76ba9ab40cd0f01ee45b6bb7 WHIRLPOOL fd92403b6003110427f620ef44ebc7a1611d83dafa27281eab7edce3d94d4e75133258ed1686e1096e23e94ed3d7a4179330aab1051961119ad0a7fc1f7583d3 -DIST thunderbird-10.0.7esr-ko.xpi 372016 SHA256 4125d21e5490689a58cfa28d31bd82d3b26b08cbbcc57b70fc1944def3bc29bd SHA512 bf9f717d747be80ab48c49dcdaf7d313a71316afc463fab7a23bf479a7215f2131532570fc511f4034383ce740072cf29aa8ac964ce1345466d7efda6d2d5b17 WHIRLPOOL 9f0917148cfad75d36feaf7a5c6bd9ae21e0663e0b1f8402110c5e85725fb570693135e928a50ed0daa902bf91feec7d77eb3fb6b232509ec78fba5e4ddd6cd9 -DIST thunderbird-10.0.7esr-lt.xpi 531022 SHA256 a69679f4fde548307cbc0da41cfe0d76f24d52cdc482fbb9fb35419886c2f135 SHA512 7ba14dc67a123cbbba20b2c7380c8e248a9bc20220a30c914df10d223463f10e7f64b0d4465bb585aca8079fcd0482e00e39ca163488b2aba38297d8913832f6 WHIRLPOOL aafb09c5d4a41bf7a1f485e113b7a91ef3c904e043fd13676bc68c460804215eac99d66d97229886c671c3549d87fff9a062d64952f22135ab0eb2df06727664 -DIST thunderbird-10.0.7esr-nb-NO.xpi 407729 SHA256 d827073f2a1ef8d8789a02e99827dbfda5ed52aa8d10d1acfd3743ebc048d1a8 SHA512 dcf0f0a7ccb5d1ff26616917906d8d46a724e5a37e6c3ee37db2c244222512a24a558a08e332671993a7b495f23295a32799d2c449aa4480a896965356f92fbd WHIRLPOOL 12df311d2fa0953e4c2dafa5cc9f63eda5f76eb01f68522423aa927398742b48d0382a97bae877d353ddfcd2e0a78184a5d01c25b82eed3b4e1a1b79cfc310ab -DIST thunderbird-10.0.7esr-nl.xpi 407985 SHA256 063a650298c7eb33bf1e2317cd1d7cd88c5fa6070393de190eda4826108d0389 SHA512 6359bfd541ba90a9d7b9a1ec5e553b0e8344d19c2f76c12ff1aeff79a8e84c6979afee16cc5717b08495a3e74100eae7d783a16e0879db362206538f64ed2170 WHIRLPOOL 21878d5db5396d15d5b1d77faf43e41fc309d4feed4c39dc5449fe636cc185a2cfb68700e7a0cab7f877b35b456bb9856538d719e31466c4c8b30ee8cfff8375 -DIST thunderbird-10.0.7esr-nn-NO.xpi 409459 SHA256 ece5f50981dd386346db2d0f2d75817d09389ae5c18ba43be1b075c823c06276 SHA512 3de4e2a1cdf4376c781b1a1b8475f61fc02fb73bc35a93413306b8a18a909d2f6489c46feb53db4da886213ab2616d3282a8476c6c850c1e1b833003cf72b586 WHIRLPOOL f7b8b36d927ee90ab21e79cbd662f8d8d8df043020675b8bb403fbfa0be879d96de9bb73bcc7078b5272cd7999894d66c18a7a0382c909980a2c249f736c3cf6 -DIST thunderbird-10.0.7esr-pa-IN.xpi 450330 SHA256 847aea2d9628b6d21be9e7e281b96313095ca480d2afe01fe3adf93f0ff9a9e5 SHA512 95ea04d42a7079e4dff78a83fe8a76324f1c03dab5051b0e98b55b9a21fe55774bc84a2bc5578586b187ae9c436f81f340f685210af870d76c5ea9778dff7752 WHIRLPOOL 116eff702fe4fdd93d036d3ac12f1a6900348c883fd84012348872f50ffcafc7f96037e24eee655ba0213729b7c51477140a3206782087df3b047a9c38924920 -DIST thunderbird-10.0.7esr-pl.xpi 393578 SHA256 a45a9ebcea735a49960c3135a6b96a93f2e0186143c8b69df8b608cbfea52576 SHA512 235c5cbd29235f812ba175699ebea0caaa9e9d97d81bd9556df25fbf3950200b57e3740692a2b4ad56e55be480ff70c708a0bbabed0dfb4d9ad815c9ec163308 WHIRLPOOL aa6c79bfacc22be4b504ececfcf2d6eef6daadfc2821b26c2db72a5e32ed4af3a3e350119d84be6c24e4e72fa15621e2cd2b50db730c32c3a8ca089a05514a2d -DIST thunderbird-10.0.7esr-pt-BR.xpi 417229 SHA256 8f616f2f40011ce1452282bde4527852ffc52f0a97a00e9139db2177a3e32549 SHA512 a69631c8d53834e69b6f6837c71c35d3394c926fbabf01ca75262b4b1ec472a96b61be077481dfd86ab078cf67c63735e7343553951d27ebfc2b5058b2be7258 WHIRLPOOL 8fa007033a1d3ac98d85a0ee502abc35ff6aa3a76d9f6bc98c92e7caa19229f2d655ec6fb0803645585dd858266521db77623688f19b44eee4b73ba775da382e -DIST thunderbird-10.0.7esr-pt-PT.xpi 414266 SHA256 6e92c09d7c4fecbcd9c5c54a44401ce571fab14216fa7f5a4c3484327cf3104e SHA512 431a9620334e479f6844f107c03a9819d749a6387ed6d1d9c2db4689d638289996be54326b28170d9e4854d0ee0d4d4550c67f76677cad881ec8272e1a312551 WHIRLPOOL 475b37600ff4b9dd7be0168f1773486a860ca692f56c3aa87a1ee6fe85692408042b9498f0d47424731087b987692f3ea7d9f6dc77f5e8b75bf3fe13e7b24d08 -DIST thunderbird-10.0.7esr-rm.xpi 414709 SHA256 52a6ecf1840e80b6bf4ac8bf0a7188c891f42606049f3fc1472fd107a0c1be77 SHA512 a7bea3c679f5142551e455e1faa7876976d9762c1656b11c5c91496a9836653f82aea2726cecb563895ab261855ab7405acd98eadf031ae0731ffdb6adfce183 WHIRLPOOL d00414743514ab55d290b4453cf7eb3725e166ff0c1a7980d9eb553b0ad5c859b6e125673d6888af58032bb6d769cafb04d42cc219aa29044f2be69941df5d8f -DIST thunderbird-10.0.7esr-ro.xpi 441294 SHA256 082bfcd7e10769aca01996d905e3f6b0ea69f8721b175f10dfe36c4d389b3617 SHA512 2b34f72a6771024e4f3eff9d6daccfb4b40f580a8de8265c707cb8ca5429cbaa14cce52059ce58492f92236ce190844e16267d16d5039742660d30a00fd5519b WHIRLPOOL 4feede937a1581a9c6982b6b8942b094d21775b02a590eb4251a4fd74ce2edd2ca4be98110139ccec2585b9cd4f8de892bad92a0c6359e305b9edfdc43f8ad58 -DIST thunderbird-10.0.7esr-ru.xpi 411634 SHA256 80a78cb74462394387f85b7efbf94a5d1112419ba9ac891c3db8360624fa2f07 SHA512 46ced06e86ba5fb68d80239b1ad40468442ce0470eecbda165249095e3a0c8747bb121f873452fb1bbc322bccad697163db9fce8eecc9ca983265bdd03b6c982 WHIRLPOOL 960a2821ff84783038b3920a3a4757325738ede89f3229ef130740b19ac114b34a9364cca36a729d7f71d497d4703ff7e978af1254b96ceb2135d87a9a5530bb -DIST thunderbird-10.0.7esr-si.xpi 456607 SHA256 97a8f425d2a37736235543e06338d8bde9b238d49b22b260fedd611fcb4a5fcc SHA512 a6aa0dcfce24bc8d1cb634f2f1e277713594ac3fe85216d47f6b82cf914603451f9a361ef88de7c2b05c23799cf005d938e7f991b969ec1a4e5ed55ba5e64139 WHIRLPOOL 4d8334da3e184f54a283b6bf22c78b2c4ba7d4ff8b0c1446a3c38953147ac48d3c1d74f6414f42bc274c5b1d6a68e0a31df68441eda85ffaf9130f6cdb090199 -DIST thunderbird-10.0.7esr-sk.xpi 425029 SHA256 fec10c4f96780eb6c14f3d70e730cfb63f9cf285db4ec515c69160cd51e89926 SHA512 6eecbedada73dd68f28c28ddb5b3659fddfe492a9c543230f8d29d0de59cbef8edd1391999b129da3ed307dbdd04e854cf68dbc0d9b54ee98ea84a005080850b WHIRLPOOL 0073ed311b0084571ca907b195510bb23bf94ecd940c5ca2e8ac0846425c153ce57db4a79266a5abba304801508e1f4a1984436e4811d8ca828dc08e04d99346 -DIST thunderbird-10.0.7esr-sl.xpi 410432 SHA256 58ef94c1badb82b5d7b236900d57290431bd72b7d8e0e63c43c46eca7a1f9e5a SHA512 919991a954ae1da2455ee20c7d4f0f410ca7d988266718d8d8b4313fdcc8f158184407b5a495764b58d973955d7915473874eb0f40df7fa679e4583325917538 WHIRLPOOL 2d254d3022668a105faadcbf2ce249fa4e8bb584d34d88bf9f24a5043a92438260fa93182b2a118dc2abb25d771e0dff3f6cee6846ddd3b01fdb42511aed291d -DIST thunderbird-10.0.7esr-sq.xpi 360480 SHA256 25e971347e1cc1fea876135eabb904f356396ade11f29a9a3151934d86c23ffc SHA512 18cd6ebec5a75ea74846e20bbb3a4c2727bf76e5a1fe01ee931f9b098b3955fb4ba4b1a5c9b168b74f647fb83d82ab63e4941e4327c4e0db24694b35c8238e8c WHIRLPOOL a26ccd4a48c97c5c3ec8f8bba13722b01500726e81b64d6ef0b0eb5d81f0f2b3a83aa3853bcb447dc0c0f79c884a43ddf90a8ea4975df4fc5677edeb6c881789 -DIST thunderbird-10.0.7esr-sr.xpi 460276 SHA256 7e907978176944a28b5612610c6a07036b4830f9cc9f7749837bee22e010cbff SHA512 5e127ef5d64501df19b9cbff75b08ccfe2b9aaeba762a5d60a443d3383ca01f207ebd467d4feb740eae63ac221b11f1f2e8ea766d6595a11d831628ec5fbcc33 WHIRLPOOL 2e536ae529da31b586ab481417d13a854920d34c55326c133e5c9b1a98cd0b1152e79412eb60514a081c1449e7d6cac7d98a7f4fa1bfaa34044368b9798f4a33 -DIST thunderbird-10.0.7esr-sv-SE.xpi 478281 SHA256 66d4b30a2cafdfa9e384f301c0ba7f5999d9c4c3e8f035ed378909b23dbecf06 SHA512 eeb5c449400bec6722fb2aaac057747966b283fb72821d4ec48d0618369fdf3909f2a2e83fdac7b75fd6f4ce427410d2d7d22033728989ff1ff05bdd396c333b WHIRLPOOL f39b61fa6a3d5a23f63de2f9a9dfe4c9bd3a36ad7dfd051632e69ecc8d00233de335d6822150823febbb6a23b3a60f21bc1429facf511e148a7f2dc464cd2f91 -DIST thunderbird-10.0.7esr-ta-LK.xpi 475718 SHA256 f42cb0e4034c217dfdc7e86bd280805657374965037690f101a37bf8c0778575 SHA512 8309b0772bbcebe4a754d79b6bdabb7d4a19643aff3ee82428e2192bad9c85a2c73fc0cc3a02ec61d062c642ce1bf48b86e265e5e934c9dce0ff95d95c7b4243 WHIRLPOOL c30f92c82b209c520e569ee5f2dd307d4231d8979010813284c1be96ce6237b714e9e7befb6705edd8bd29d544c9b81b10c36c1562927ba787ef9268508c3075 -DIST thunderbird-10.0.7esr-tr.xpi 418210 SHA256 768c15d8bb6609655fecbc720ebde9834962730c82ff32f4d0dd6df1f880c046 SHA512 d2e33e0ba6c956436a653e4e363e79f48dddba0b95ee1311132b503bbe0a4d1c39e00a417c6b8a6d30edb977ace6e4a4b602123649426eb6fea11bf8ac0c7845 WHIRLPOOL e8eb600bd613320f4590e4cfbecbd5b849e18f86b94ffab7ca020d77351ea7a52ed01efeee31397ecdf5ff6f569e4a83d926c053496c0332218f7ad77360e33c -DIST thunderbird-10.0.7esr-uk.xpi 463925 SHA256 00e09bd289a3a1bf569e4d13cb3f012052f8f36d4f852e1fe0b6a1d69d1ac1cf SHA512 cfcc37e2cf89bf6732255b9cee3d191bb7332d85375ac36929d743090ae94f0c9b82429bc8bca762e643508fd6c318e48edbc477229d1b5c922001d952b2a44b WHIRLPOOL c1b759cb0a04e89f392c41772ee365666b11879573c38acd72dd000a33a40d41a2c2e6163645b6a11122edddcc1492f1fc8dc6499c210f3c2e09022cf59cdaa2 -DIST thunderbird-10.0.7esr-vi.xpi 435886 SHA256 cd6d6731a4c6f95c8cf278b47d0cdb90a8a0398aab9605da81b750048034ca09 SHA512 82d090a772bce313dda81807301c93ac48b4602759e47efe49dc9fb0b6468447ba726701942306b5830a857773f29f2b352efc2176532583cd2b49c5a010a423 WHIRLPOOL 450dad90c711acb84c6f946fe622fd968cf1f573ce4bb17698eb6b414e1aee6320695adbd2776263b914179d4fab8ca81f956c5018479e4944293f4b757e75fc -DIST thunderbird-10.0.7esr-zh-CN.xpi 431235 SHA256 a3003f5cff6fe01f6f35b614cd2728b0ee54c3fbdec8dcef5654d7be31ac0a2f SHA512 818ff3ff7beb6ff26ff6c2e56e1034b915d2fab91c43d789a2099f83088311e003cbb03b7cef5ccb67043efbc5373b8f5d5d7313d14eae0ed9837b8487b0c86d WHIRLPOOL eed0788c1c8b7f94047542ab02d25ec921b2586ab50dc85b2916702b76d68bc29f52b8ce4d1216f7ca0550f73ef04c2c99b63ef5d70060a62a279e58c49fb445 -DIST thunderbird-10.0.7esr-zh-TW.xpi 431827 SHA256 3597c44d938c300eacab2de3a67f242a83d32b30ba9257f955740de480bad8b6 SHA512 fc4a640bdc73d922af467499e25fce72ea314af175de28b455a429d5f4e8c6efc01c8114010f38d34e0a7aa332752e1fdd7b07e7200ca00956ec11d8211814fb WHIRLPOOL 479e575b223b2e3b1f823790fc0d5de6f1d8f21212b6094c4532e75f955ad5b02d0c11887d7202947dd9dd5d590f1ceb5b36f8a22d7c829f108d67cc5f8a81f4 -DIST thunderbird-10.0.7esr.source.tar.bz2 97590919 SHA256 994ca16a01e4446747b54b1b5fb2bda11aec2c92359571bffa0f6c8e45f27c35 SHA512 bd54942e51120267e62c78a244f3292f034a37dec308f6bd7cca6aeab44f524f8b97dadd52ae3a3e456e902e1cb11dc7381e17057a3e14e483c713cc119d4c3d WHIRLPOOL bc79694b240c759248f098070dca87f2d82b5d0e4fde66d74bef3550e893254fc350fda122a863239cc4ea185ba2f6eaa547884a35d1a884e590f0b5bdd51738 DIST thunderbird-17.0-patches-01.tar.xz 820 SHA256 79bf322258e0efc7682ce71ea84398e4dbec55b912acb264e16ddae72917bd8e SHA512 94ad743f86d95cb437bbe3be52beb8ab7c97acd9f703841f9445f94672d764cf6b9a3dfc065a6c54f24eeb16113a62708290512a3f54389c538a52fa93be7e06 WHIRLPOOL eb234826caf0f648d3ea8043b49fc2650f3a011eb28db661122e50abab0a6098b467e580d3c120b97a29919934c072e931f956bfa6676a2759cf46a2db88f282 DIST thunderbird-17.0.2esr-ar.xpi 445976 SHA256 003c6b4facfc1cb68355eafca6bd06cd8bec8c83bbe39b222d9227b8256838d4 SHA512 19ad402634596abc3f8f0f2bdf61ebd9dd526e9fd35a9c08dfd4f8c82ddb52c889a2005e191d1ec658170705dd3a03cecb9b70226e7408a533de3eb26536e0e2 WHIRLPOOL 4f46756bcb2304273b36b019fa0b7cb6446834f12360f0f02f91533e6e25797c0410c45cd8470c8b7fad5e526f194e8bce085cc4ca1d2155ad03547a64904767 DIST thunderbird-17.0.2esr-ast.xpi 388038 SHA256 9e776d3f2446e594b548d5d7af4869edf316e63e37462d78943c39b63142bc00 SHA512 c96cc007dd38acdcf732802ea5ec50625647642d7d86fa678ff15c68d7b3d80b9d0385a92bcfeafd33fb877652969c9d4da4287f14f68d49efe17c6d7e894dbc WHIRLPOOL 30b3bc5c16880af50c4faaf72135825b46c40990faa048f0c9d466ae0d2568b1641aa6992f95b01f5836c00c02536c503cc514d87907570a581b0595ab9a0d5e @@ -271,3 +112,58 @@ DIST thunderbird-17.0.2esr-vi.xpi 478454 SHA256 22d51be2106db0995cf4f995860bc974 DIST thunderbird-17.0.2esr-zh-CN.xpi 436082 SHA256 661b7957075169bd34b742c64e31f451236b3653c5d825d54bf95c5223caa524 SHA512 b1ae00e559c8f27a4dd13ab1822025dcee2f617cf57a0b117b592389125fc516c1b9806d1384adcff1c30adf56d8cac3eba262dc482d9fcaf1af488f07bdda31 WHIRLPOOL 126417df10ed7f80bf5ad128436ed2ef1778bcd6ef20857a9fb8c6054aaada08d72c14359bd36dfedb728ae5aa4166982ecfb7f015312750b4fb5cca532c3717 DIST thunderbird-17.0.2esr-zh-TW.xpi 437592 SHA256 4a663579124c7181c49131780a29e071f6b3e13795ee742d4d31d7899a405422 SHA512 967090fc8dc6c1709b014d77ce27997bcc4985c7a1471959ae311bd3554d463fbfdb201d1672312f3866b80bf915bcb5bbfd6830467b302c9643d62cec661f08 WHIRLPOOL 0912ec522c3fb539c9492b0693acaac3d6d38ae8710b5eefaa9ea0c9560d83460f8fd21d226144b644c19362312d6e55a0c5e9bef8023711c058437835b32d24 DIST thunderbird-17.0.2esr.source.tar.bz2 113340839 SHA256 8f177097eabc5f73002a8c0021e6720df489ab9a47a0cd8188be6be259706011 SHA512 5b9273495b7f2e25f1231e5be0c96b07f2c9c0aabb950d0abf8c017c53d63af01d3fa6a92c39fa4ec29e4253c959c86493d7133549a3fd01449e6020a97c1153 WHIRLPOOL 729634103a466408108a92b3aa7b84f0426c45807ebb85856d77b70551d4992ebcf84e5f47a05829345da7c4356daed1529f6abb8badd459dac6fe63244c1ad0 +DIST thunderbird-17.0.3esr-ar.xpi 445976 SHA256 be5def8dbcfc22bd8e1f110d351f37936e0c309de0b61a470194924e8b1cb6f7 SHA512 c5b503c349c0538bbe28bee5428bd84475893f5d71753c9e33b3c2279e02470aa167e4fbca86abd2d7592ec0343e5791bed26ebbb17feb8413e12e4ff7162a42 WHIRLPOOL 4b1edb55175454a8612378ebd368d7bb4c838102ba69d7112a6e0a833fff1eee0074eda88b00a0056913a50863b4d6282e044dc5d57a8335c8d56070b1808a1e +DIST thunderbird-17.0.3esr-ast.xpi 390141 SHA256 c035c35e8a3abe17aef66d5d2f3e69e6295b7b48ab269c3829d165a23aed42dd SHA512 95780c44b4f32374c77e971fac779213473e5838ad7c3f6e4e1e1e781fae3c07ab04a3860db255acd4a3fd7ff00eb4d12bf8a00eff7397904eaa92d22f01961f WHIRLPOOL 5f9753d928330ce82816f9890e15b7720ba21d0ab1bab4dc273f01c0d277c829e1554268454de5558a5dc193f749757b9c9df7e7a1db01934f088a6392a7dcf1 +DIST thunderbird-17.0.3esr-be.xpi 426792 SHA256 3215286b133eab253fe56b389d869212d6222608c68da84861414d2c4a7aaadb SHA512 22678e1620c8b013cc5dfd3575a972e03b4d91f95b967cc87a48b21e2ab55905a26d2c48d370defc7273fb7db9421c55184db36e59721969614032ff8fbc5781 WHIRLPOOL 7ca1f7d6362c417ab8fc26b0b5d19311d8977a69759f16b66591324e413ce14f21171b2b37ccd307fc69e9c95b9975fa30610ee4f1c290417f4b4981acbf7714 +DIST thunderbird-17.0.3esr-bg.xpi 467637 SHA256 18c8c0449114b1989626e1c0c1d65f3b13af505d8d0254ca6dcf92e01e5864da SHA512 cae68fcf2053a056dd03daf7962fa3dd62ff2fadffbe6f8464788f4ed34375598ab866cdd2704d61c77e6256b6c1412202a2086df5d1b4d968d05b9d624fdad5 WHIRLPOOL 61bced1157fb05f8910527064ef3b0b6852257386800a1def0f6fec2fe699e42e45ef90ee234a0033e1d208096736efb624300723e8a79b2f0eb651961f3ff57 +DIST thunderbird-17.0.3esr-bn-BD.xpi 520601 SHA256 6b31f0211a9edb0b8ca5f851b04b60c3a1fa0daec085660d8c0d590911b6ea96 SHA512 78e399d13b933a5169b1be80a4cf78c59e05316bd0beff26c1e316d19231024232afc59a2bbb4f68b6f9bf4ef61ae52cbebde3d60abc1b93c3c4a3ded8ca413f WHIRLPOOL 2d7f4e4f786ef3db652315ad9acbaddcf48d6a71a0998f475a70595cda4fb1066953d474a3c5af83bc09f1f056c3ddad4e378860e816c86d00f4b2e4e07b7d3c +DIST thunderbird-17.0.3esr-br.xpi 417071 SHA256 53ee0885cd1cb8b366672d6498ce41e0aa31b894874b322ed53e0b158626d79d SHA512 76bf9cf12a6aaca84100b6cd535a7b5f0b448181b8b7696f0b68ab7b02b862ded79150ed96ff64deae087b3ecf75bfb21e88ac2221790d99a8a7470634e00502 WHIRLPOOL 245106bb9c0292066e346c2213c017fab79ca33182de57652a65f277132bda0d03c9cc30a744b59fa894b0333ffa0d49a133bddcaea6278c8d2c73e329f60660 +DIST thunderbird-17.0.3esr-ca.xpi 418407 SHA256 61fc3fcdb1c35737eaf7e07cc249dfb1aa7b654a8ae5f2fea5c7a9184cc1960f SHA512 9243c87f7d63c5d28d6ac2eb10195e5f60cc0a2d956f7edf34063ea821c526e6da5f573f9391c2936f27be6d500d081b1f2ec1faf5c5af3e3482860550f85762 WHIRLPOOL 99eb1c6df90f6abff9abd824c9c82117eca472fb73a5d0eb13f5d0499d7cc60072b1d1f5b7f9366d1067edb80d0b64aa2804bf61c413e2ce89b7751e747eee30 +DIST thunderbird-17.0.3esr-cs.xpi 420609 SHA256 128b17ef653244b78171ff1f488924ee3edf1468e9429b89a01d67c894c1aabc SHA512 9511b4b0de4a06b301503438a5205b30149a951455b8a52782a2728c5c93fe900d9faee32f46c76434d3e286329ab8901b4b5c5e349c6e2610d69e6752601ab0 WHIRLPOOL 7fc266f4be6f19724609cb32839a21736f9ff90c89cc3364bde427833483e5f86821e32eacd6636d2aa2982949a61f991be69a4a4d0ca5f2c5eb822b52fcd1c6 +DIST thunderbird-17.0.3esr-da.xpi 398981 SHA256 6601729f418dad19496ad4958cf2b5b58b2bbeb7529fb6e410e78c852b8c7b25 SHA512 50a28f8b30307422f284823f96cdeb045886706b6094927bc50b695d3fb0dca7314c4be6886ed99225dc093302fbfc9520fb7824230f8d858daaa67e4c3cc560 WHIRLPOOL 1019f641c565aa359831fd6b041f17ee330b4a9f743dba473b90b05d66bb2e56e189a2773461d4d0215f5f1f95e6983d0fbc15808751b84afec28df0dd89b0dc +DIST thunderbird-17.0.3esr-de.xpi 393622 SHA256 02098050013dbd61a687a181d71a016f07ffb33659ad5e138e627803f6fb914e SHA512 f4163b7eb3a1b2c9987bb65c388531a082e1cb05686a15c2ccf8d8dd2924a55b5c7640e92bb0dfb464cb3fa8b5a58beb22d7455be1a3bf793a0e0e8e19b21dc1 WHIRLPOOL e609cdbc16f5dad76830f8adbbc754607af7214733420fa1cd6cea0a58863db4ee654f32c6998fe3b07993ac150ef85834d08ff84d37ccceb2a6a04be22f7ac9 +DIST thunderbird-17.0.3esr-el.xpi 448363 SHA256 237ddcc712bcff3c363422a4ff44bdb8cb38d3dc88a32fc4d9294fe9b05b0b99 SHA512 25b92f37de70ca60b3b2865e305706d1cdd1bc0c240131579eab5414f89e30b3689e13602ef3bcab0de64ac8d21a62a89ae0fe742deda084e37b0078fea2b8b6 WHIRLPOOL 442d0299231481ae8c91d6f83ca3cc2a430b145bdaf0abd484ba094fedb2191caba29370ab1e8890d2658d348a902e46e10661c7df3789b1d7ffd8c45fb1062c +DIST thunderbird-17.0.3esr-en-GB.xpi 390694 SHA256 e90528cd3e5707df3269580f68166a4fd7e668d382e2cde5f6d4b5ef3e66ece9 SHA512 6890c0b7f948f53117f6d7cd01f3fe00cbc2cae0abf1f0713d10ec8684ce6156962b9f103001cae0654fbd088be762f5292fc00be30ba1b144de58be0ed7d41b WHIRLPOOL da9ec280d705962681d437b17c865202566e5a7d3ba4553d69bbbda0c88fa24015114c22fca45995b63af2fae1e8004a21aa6dfc1ab41216b5115414c68b821a +DIST thunderbird-17.0.3esr-es-AR.xpi 415499 SHA256 91fe72591c8245b0501c422bd6756e628d6c2e737bfde112a654eb58b6bb5088 SHA512 7f1596dea357e0b9784b971eaf4375a2ce1e557f0eadd0d6b3464d4b3319f06fecaaf4ae35c851573603d2dbcf3a1d8a743a293aa9452917955a96360987e29a WHIRLPOOL 93827fe4726b068c660b68ffcf3547e22476518373f5cc3d29c97208dbb88bd0ce536bcc729a5cda1fb6cec03173921ed966924ae48ee9d03451bbc48a3a7c91 +DIST thunderbird-17.0.3esr-es-ES.xpi 356861 SHA256 49750652f8fbf682ef0a41da1462cff4fa9a0d0a826c36889cf371f715f1501e SHA512 dac9b5f4f3987aed2a59c2b206724b8532efe653a4a7e3e970b942f3177f090d5d9a70b45e0fd64dfa7c1181174d5612f288fa2b236e758e4d6c63ea7ae63192 WHIRLPOOL a910ebcc5cf7affecb5e0a823e555ae9e1c8576944d56ff8219cc44f7903b39ceb9177326bb5e6fb63adac84c8cb612608d11161fc4a864ed3d2e740521f87d7 +DIST thunderbird-17.0.3esr-et.xpi 411892 SHA256 fdfc422472296327095aeb80a2a241a5c46ba0366da31c107946586bf58f1118 SHA512 29f83dfd4eec47dfb8a3e09939cc763cda0464272b0da47693450b8accc7af4d4c11a81fac612e2ada351fc6355eba61472baaa261eb3c692f72f76b3ac089ac WHIRLPOOL acad2efc0ac047ff29ea1e75a9a4ebfd9e8e90ef76ec06561cb1c76fd4f648ece41de7a6d38c2bba63862d926ec78410c8e33505b6bad9a1453d503e2ac38371 +DIST thunderbird-17.0.3esr-eu.xpi 407189 SHA256 33d4ed7b33c4bb41f3c1e18c55536b6fa5a229afe0cda5cfd316ed4ad8fe758e SHA512 c4879e121a277b6057b6075c2e09be6a2488e59de88c4ed33a5c25ea3a87b9f14c1372a7eaeb0fb7d0f83ad3d07a7161698680fb38ee6fd7a23cea6ad1846f06 WHIRLPOOL dc62f9c1337b44d225f0301d36f1cb68eafc0d05c3eede91b5df12e7946db6aea58388609e79af1bd69607657b3c35a4504ae73f450912172465455dabe466e3 +DIST thunderbird-17.0.3esr-fi.xpi 413620 SHA256 cf480b7c46aa1f0770ff074802670b32b07bd6b4d85ef3161fc5d3e504721727 SHA512 6d213a4b05d2683321ff1fe8831ee7370391b298faed7d2b6d05fac8f106077e84ae991f37dddf29726dd66db8764e17bcd870bb368e9398ac2e663e4822f942 WHIRLPOOL 7e13cbaaacd8c004cece8a30d79d4a7ac012bdab7aeffbc84403216c3f7f1735d65459eaaff0f53abfd6eb14d595a12dded996d640ddb6d11eaf600a05393892 +DIST thunderbird-17.0.3esr-fr.xpi 420825 SHA256 c81f04bf78e611d604ad6e936f8b7087abf9870f92247516715b2485836fc8a1 SHA512 83972284bef7faba69bd0742ac3fdbee027774e38c63a98ec3549e3a54a3d15eba6ce0c274d54c670989f1c33f942dacabd7e18630deb6b30189edfe9932e277 WHIRLPOOL 0192aabc8850a8c1eab301e6adfbf86188f96b5319d28514f5321ff5af431ddc5291312625300ce2219ce68d99b8d771687627f4b43e4c5734b52755be190d30 +DIST thunderbird-17.0.3esr-fy-NL.xpi 415712 SHA256 0e605ae14b2f457ce182e0584648ad017545f51c8bd0a3abc204c8e5007c678d SHA512 381d28559f1247fc88fbeab97f01056732e4e1d25c851582c77393334ad032e85b666654c6455126015ac91fc7257903a338cc9976f5ade4c3894f90609fe1e3 WHIRLPOOL 387c000c90682dc6b306fa3f88f94688af794a56039fda3371c2d171a48362d09c8c73cfc0ac7a21b7faca11f821e0ecfa1ac598dab1c84ddb91ca77a15a3a67 +DIST thunderbird-17.0.3esr-ga-IE.xpi 425395 SHA256 0405d7b6c419a66c2166a5d1c6ad0dd33b40607ad0986931b56457e9c58bde7f SHA512 f0e63aa7a9ee87efaf10e9946c1b5f557edc327215ee9fd17209c6cf0d70b296b6076ce1711f32c3d2a7379fd6fa16fb4cc8943f4f1f90dc6fcc679ff601b0a3 WHIRLPOOL c36dd1be070b1d37e621952e0896500af81177f9192c18204566a80ba9676033731751ba791cd6241558535dc24ba662110fdfdcf5076eac7be1e6d64fcf1f5b +DIST thunderbird-17.0.3esr-gd.xpi 450276 SHA256 71a6ea7732e94b9d46ea74a5002664b1810f3397a9e53db48efeb4a1c1e43108 SHA512 e2acf1cd59fa818d36f3def90d3a5b77f6a6927da611a93cedfb012b4718c0190580dbe6616c5aa0ee1bc0c02b7f01eb393ff4c0d6bb2ed24e63e7a7391e400f WHIRLPOOL bfff692235840f6ba740a22ea644637403827c2d05eae27bc10afb41fcb09163066419ad56447beae8c83bec8867f1931f0dc72a6f382d80556535c550089951 +DIST thunderbird-17.0.3esr-gl.xpi 410370 SHA256 71456ec998512d8ea6e17cf0dad4cf5116e109845530cda883b2798ac9f0f1b8 SHA512 7a7e2dbe2651677a2cd7b5b99ea700133982b36c7cab4ebf7c0b7422f4edb07ee55cc8ff5b4cffd34ae5f8d6ebc3acd7cc289aae86072842279390476b94a116 WHIRLPOOL 3cc0569d98776460a71600d6a8431079ace8e6bd14dffa2fe3c8535ea6f149f6d3e657129e63cb245d194df0d006d92c34bdab3712e0e8693c17f33e1ecc04de +DIST thunderbird-17.0.3esr-he.xpi 439504 SHA256 97136931fddbc4d26f0cb44fbf05c99132425893a872e4917c4017cfcd3b0a58 SHA512 368b21d81ebc5fea75d69cf7cb80374d5875b6970b716b868dfaaf17e74422379f1aa8ea36dc6cb2bddb1a693851ce2d958f17ee516a7fc7826ef58321eac47b WHIRLPOOL bb7e3529dc9ae7ca785a45adc9c34e2216e81e5784252f65bba4320728d981ea8cf20730c2a31b692c379cd139537dacb74c53f5c5571a9be37667eda9bab58a +DIST thunderbird-17.0.3esr-hr.xpi 411413 SHA256 90905a8b260848acc82d31fbf4c74262d9f935a8c396b3d3894947d6a930dbec SHA512 e352de8e2dd487e9e9f97b95b9d3aec748c2ccb2ff2f024ae38494dcff9bb7373b2207ece261d17d09d3eee5bf5b9bbfed0eb80cff24162bad1c7f505d1478e6 WHIRLPOOL b4cb0a61cd550ec0f26c1b599990cbc3350283282192a0c11c5e9c0df814156d69f008e77090b435cab1e7e5f035489f83feeb0064952dfb89d39ca1d3c5288a +DIST thunderbird-17.0.3esr-hu.xpi 433169 SHA256 3fd7662257882adab8d151bdc206c60ee5a11351fd9b2ed2c7079b5f1987b486 SHA512 24018a27de786d2cb548e560d08f8bd634b98ba19524ba779c280e36b71faddf8e54143e783fa2cf357e9f4b453e12a85c8bb9e653e728445a4846dadb387738 WHIRLPOOL 362354cae8a17fef5edce56d8e8f5c2ddbee40e14be20cbe5c807e1689d4cf7354380b8604a9f400a3cd49b78efc29f3ba989e78e23b1c9ba9334f7185ef8b5f +DIST thunderbird-17.0.3esr-hy-AM.xpi 489174 SHA256 6275db25660b7c2d452eb16e6a0e7f2155806063d7a141fbbc1e471df6588b80 SHA512 35cf4b0630a16a4bc1c62a28ae448427f4ea7fddae6aae5d2de78a9acec7ab2dd72b1d102068fa1dc22cb6c0f35bcddf910b6906d2f28c2126c651fe8e4a1acd WHIRLPOOL afa0d2a85eca10d14461a996215bccdfabb0bf31b8a18afb53add7e3ea6369de5f897ef404cdb06b319ac8019bf7368b63fafb7a97807b32fbb9064ce2e0390c +DIST thunderbird-17.0.3esr-id.xpi 441743 SHA256 9805849d8f2cdfede9709e2d92f3fefa2cf347ed3702a3258b112fb4c886e244 SHA512 2ec2f810805fdb23cf6d9b47671e7865ae8cd2251dd16853a8f5dc6138832c4f1f5c1c69abda4572221834b81d0c7cbe6c8be8f7adb70728bc639d12119d079a WHIRLPOOL 230638b310745213f425bde60c791923e7a422afdd414abcba4319b8e33dd1239348e0e80ab86eb520eb97236a6b48eca60b4007098d4d8f296b975113a5cecc +DIST thunderbird-17.0.3esr-is.xpi 414068 SHA256 c8c51c8c0875d348060fcc84642e0daf2d78794e12d99c1dfccb79a6c2063bd9 SHA512 9170f44feb08bc7404ba00013fa8089f9494457b9ca9cc47fd7dc7d6fd9b4bc7c051c36dbaceaf18a41a664356f0af716d0d80d576af70c5ae5fecf2d4f984dd WHIRLPOOL 795a49b6b40092541eaf5156f602a9979c7a8aea051e447015611dd87e81124fa52358c4c39bb04aa4c0cfc20d1f179980e6087a104a2975e0e04b4cad55cb7f +DIST thunderbird-17.0.3esr-it.xpi 348618 SHA256 42f4b5ba7b94f077a3cb2df493a53c8ed3524c1193e072f7a69a434f4275c34d SHA512 e0b0bedbf811026aca20168562a3a982e3e74af69526f97a9afeab7456e87d1cbcba5ee873e1882b6a223412f5c576f9ab31a917dfcbabf39037b3e99e6253b1 WHIRLPOOL f6a8931d2390bf25e0d536f5c18fa3b9992557410dfb8dc717635fe486b9ca0ba836afb2e583fcedeedd9cdee3331b2984792651cc3c9f4adcbd4aae1c09c30f +DIST thunderbird-17.0.3esr-ja.xpi 463488 SHA256 f58ec3c610d04077b3f60899e04a14073fb13e5c4edbb7b8e68fe4bdbaede1bf SHA512 2c652a8e91a0164984fd4ac9f2f0c5aa7dc1a2caa8405de791cc65093e20a58e3396a8717d88bbe2e6c4f5b4c41d968fc5e2d6ffd3e61a7b92e50f400e9fa730 WHIRLPOOL b5af83a3d090d5ccbb5f2db2b8d7c3ebe48eb4cf3bcdf7b623f94d89ff398c203c64659d8269ad016fd4e349492ff142bb37fd9ba63a60735a6f17b587d5f00b +DIST thunderbird-17.0.3esr-ko.xpi 412964 SHA256 54c11e2bfdf261c5e02b569c5fd4376670d4966f2cd2798c0a6a123c6e9a6c0e SHA512 d364c9818e06a6295309fc1c7973c3577e0b3690501fb9b82bb8e6773de251319a7e4934c51857af7ba74b26cbc05b93685decce3db67fc9b1e3fa53f4769f7c WHIRLPOOL ef0f5327adc2107e1f0b084126d0555463ce3e877d1ab85ac5d313276192860f870e1c8179f33cb3a845cf2d10b6ab73dc76afaaf0b75fb784b1d616f17768b0 +DIST thunderbird-17.0.3esr-lt.xpi 519802 SHA256 583fc5dc0f0fea5470e76e3e73bd3d45b58465c6fde42661b3da5c20a088f176 SHA512 32e77d2952a7cedf4af531452e1a1ffeac41d6c80501db0f901d968f7bef4ee5635ba05b56c1cdf939e4e56c97ad98bd9916fb134c8d5936f5d81613c08b3550 WHIRLPOOL ae79817263809f9b9e97cf24dc9f03f5213c3a1bd9b62a0cf6f9c7707e6df3488949134565d3e967b2314c42ceab0d56f822f42bc5223352d1ac4353106208b8 +DIST thunderbird-17.0.3esr-nb-NO.xpi 408519 SHA256 31812e1d0c70d29b53e5e00f58834d5d21c3a1d4d51ad158b9f9d51cb6d375d6 SHA512 5a327e957c08397f2b641716b47bbb9a36cc0b41ab50417e7e31be6d6f4d93b461b53f00e185d418b8f55cf030db4e618b70f61c66a1a46a6958798c01eaec56 WHIRLPOOL 114b62cb76c5bbb764c6ab6eaa33c069246fd0896bba0443531e03742e8e07b1ec1f48222a35d552088635ce87227c0cadbc9bfe2eeab50ca459e1e9e2e38c06 +DIST thunderbird-17.0.3esr-nl.xpi 408527 SHA256 c141fa1d1e0ea1013079ec25a089d49824b002821c4e98551898a673b04a6f0c SHA512 01e3aefd965405edee6582005d6b9a17b7c3da66df67b2ce84107c8a68344fe3b100611fb087d97160405004c292f5b79610ac9746e683f49b93d190fc6bb445 WHIRLPOOL 144698073bc150d4a6963a2e798d186f61b141c534da6656e6d2b12857111247efaa8c0599d13a8ff21742de0f3d66a150518ecd05af2647af4e4816e7d91238 +DIST thunderbird-17.0.3esr-nn-NO.xpi 431472 SHA256 84b776e4f1fb6d0f0a62b9d523bd76a1919d43e6159f39e670f3ed6151bb85be SHA512 d1cac28c6f6b379f39ba43e8de25168719d4895d29de9b742c9f37b5158bb2a19317978c569d3de4b405a6ff555def86865f299092fa161a62ea4fdf9e0372d1 WHIRLPOOL a4d3a128fcbecf877a639d070f6456b208f69bfd85c5b8c080079269efdfec8799d78f53c761fae8666bc8e0fa725d1cef3eca7f16f973bf9805815427e711c0 +DIST thunderbird-17.0.3esr-pa-IN.xpi 492444 SHA256 c0cf527145a2e447eca3e4c513a1674588ff557af9bb469cae890ca522dd27e6 SHA512 1ecee9a42d9b8632ed98e46d26a5b20ca68d86c665114cabb89ad688c8c845bd5fed4bcb1c5fea9e38b06862237c344596dd328d4f695aa2204e5d7a27148dbe WHIRLPOOL bd0d1abf5471a00dfdf85b4ae87340fb15610842c208cd35832bf0b233b2f0a8f979eb77d68dec3f50864525cd3df195027c04cc5ad8d7adba40e1c6f7d2fb0d +DIST thunderbird-17.0.3esr-pl.xpi 402114 SHA256 840065353c919079a34c7cf7b71c841d445e88883aa2682d9c4857c622f1db94 SHA512 58c5c3531e10364349dd0eaae3c73aa313b451813dcb0065b69bee39e256f8dbfcd22388139b4af85f425f017e496e35fa8a8a414344db6e36b79bc5529eca2b WHIRLPOOL 680939a4f7e0c672928a2cdfca406dd94f539053022057e85871f274c3d93f0429a29e03058f7810ad70725c64fc1e3ec0a87ee5b4bfa2b5e40047cf189a9958 +DIST thunderbird-17.0.3esr-pt-BR.xpi 415778 SHA256 b0e9517b28ddcff35d8dde49b2192cc760ab68b3d1dc18285330fd29f00899eb SHA512 fe077288ae16ad7e512fba851c7fe49f6144591d0b6acf9960c494a6305f0c3ed80bf8512d0899f5f49d9399ddf686168cfaf5d9caf3a3b1cc9e4be24802bb8f WHIRLPOOL cd36da7903bca822114ddc3b4675676e2951dc77e7969afcb469e200d5abcee729dfef0838d5ca466e86d926bfc8f0ddec679e70432cfcbcf1eb037b8497368f +DIST thunderbird-17.0.3esr-pt-PT.xpi 445754 SHA256 f009c5be20f82c268d7e869a26f20011fc2f6949b21f45be474dd03a57be538a SHA512 da2f0b8b70b454fe84d5a453f137653ef150ade12e28e765fddaaac4157e68d1af7c28330e25debd0601927402547c995b74734f34900a284365044585b46617 WHIRLPOOL 41ed0b879a0d957847e1f4251a0fa4d6de11707e35b6ad427febfef8fcc9032a19bb696844f5308dda9b9d0ed9c73759177ce213379d3f4cd074c05f93a447cc +DIST thunderbird-17.0.3esr-rm.xpi 415531 SHA256 9efee5870c317bab3638f01d5c2b5c4847bd738bd4cbf7984f5f923a0593caa3 SHA512 491599102e6616024619ab69d3a2fd7a5cc7bb48aa01ea4dfb977f624b3ca6149167a860266fba2cf1f444338de08e4a80685fc7545b3f271b64926736cbf99d WHIRLPOOL 217328da796505894dcc86141904457933edfd0ba912ade7bd4b2f86a03be0b146c5341afc4455f0d19a5e49409a00eea5df0cc5b6430a55b8bd9056077b9ef9 +DIST thunderbird-17.0.3esr-ro.xpi 480494 SHA256 4e7ec253426f8ba212f2bf8b55bddc3b198b4deba7f4422ea42bb4e1f45606da SHA512 685da283b0406a3fd65f542dee1423f72e23aee77a1efc8e8de206ab320246d9cedb89248652bad5aa758273ecbb0fb49cba56b66dc2bdde37c4c1481fd068ad WHIRLPOOL ebb0122f67feabb5df012c0b8c5395c318e6f2c60805d9f54651e238544f02486aa30d23feb24f2520d2ffa58ca1ead09458b96dcc695469f9531fe82409e27d +DIST thunderbird-17.0.3esr-ru.xpi 415709 SHA256 16f9069b0ac2f5d3455586f92b978b8a60b8a8621725ac15caf68903f5e25433 SHA512 d1e37ee78eb2b4d6a6d6944cd5024956aed3362e6ed1517de1ceb6ad4c89ebe2d06fdf7a9a27f98f865fc3578e43d27538524feabab5a44a708052ac2ae85228 WHIRLPOOL a100e27d68ed0519cef3999c2ad6ca976ec980ef26d879e461f87fafd29ef26380d774a449c966d7e5730730cccb61a6a695eb4aedcea76e86d8805a4e5e0701 +DIST thunderbird-17.0.3esr-si.xpi 494163 SHA256 8b2e161927744048eded7eb5af6cf1403fbd70201c2416ee5c904d76a3ddf830 SHA512 13679cc5fc9defb5b8fd53c744d00147fce94cad18a940fb9bf841492348749cf52891b5f3dea4907532102b5c95df50d55693a042aa33deeed274c69e562e6f WHIRLPOOL 7c1e1fd353dfabc811675b4a4aa793204d7a7dfc9f1040d3eb0e7615bd554f5cee27ffee31f35ef3959f1893f1b89fcfd1a4385dfa7a95127c38f6e3f4adbe73 +DIST thunderbird-17.0.3esr-sk.xpi 429756 SHA256 7657e11ea959e4c7561d9598a905728985dda064a182ef2ab1135605f7aa013e SHA512 b9bcaeffa2bfa75671c5ce3cea1ba1fdbd82950534c093f8e08ceb53b2d7708412d0f639e3dd7a4ff4c0144e7ba5588e3addb55e34cf476293446578d0737722 WHIRLPOOL e52c32d3655f48f3942475a0b7215aa5d96953ccacf9fdec9b4e75bd41a0696c7de8c85ba4cfc50d91106421db2e68fd7f099c9f6af66366e73fdd524876c737 +DIST thunderbird-17.0.3esr-sl.xpi 442096 SHA256 8bc2c2ff7adbe60522b18c4b5887cd4e9bfd260abac50cd0cb4e5febeb47e8f6 SHA512 998247f2522a2b108ade0e467909757d36466a1f387c69188eee7729523c407aab793b0012d0439f904322c897986177beebd08b017aa3dacdf49ddbf3363c23 WHIRLPOOL ca7531afeb143f8e30f860085a2e8792e1ea219cf805766242b39d4455966ef7c517320ddfde9ef9245c54c39984992ca082fca4cccf1f4539bce409ee896b99 +DIST thunderbird-17.0.3esr-sq.xpi 418780 SHA256 42ec6a894c6208d24311cace663fdad7ee5a2d176befad597c95881505288a89 SHA512 5af9b1f653ba2d16acf6b42433f6feee452d6bf9e9d67e42599f6523b090c7a681fac9d8664767b69375df415712c9d756ecd5ede50ebd2f249b675288a08419 WHIRLPOOL 31235e6628674a0c580a5c465dbf19f29497a8826201770094b92014eb5e31c7b2449d7818690997e0438aad5e5dc329f47232b1b956d5e787e4298194b9d640 +DIST thunderbird-17.0.3esr-sr.xpi 502500 SHA256 5a0c15a09e6a1369435e7d9f6a33ae138258eb326a7bbd235fb0de5a3d4519e6 SHA512 191f23798ea3443ca06672d6c4f7da08b88c1cfcdb7f92bfd4bf27b61655d133c006ecb1fbbd13f28347613887acb28fea1ea3a88fcf593849bcb3f194380e1e WHIRLPOOL c198728db9f907521eb3aea25c352f3e59194dcf856807aa322916386fd7225b3527834a63c9402f49c5ba3cbb03bbfb447b30779cee6800b7fc4fbf542b3e0a +DIST thunderbird-17.0.3esr-sv-SE.xpi 413218 SHA256 320e083916f39951e784a305be747f0591546155c223cc8a94b40c3d0d2c6750 SHA512 0839f697a6c48cd5970b240e0ca514640cf184ca3134a864719c90b080605ef3f97ccb41b440399564daab1418fe98e1d6b1b20821a59b6d5c67d6c3a7de30ec WHIRLPOOL 82a34cb382c04e220b6780307b26c1d007e9ecaf8ede8131d35350394b3ac58f8c8f43e1b423a64e8f1f97ea5fff425e00216a5667e3049e78abdfa2f1876610 +DIST thunderbird-17.0.3esr-ta-LK.xpi 517913 SHA256 76bfc5ca363702b8267f4b7436e284651d23769a6abc8e45adee12b004b0ee59 SHA512 b52be9a92898b716689254cf3894e3c2a08875694c829f0abf7a840255cf4d47a11d229d120d0c141d6a8d53f6ace4f5aa2398f7dd1cc58d4c989fd0652d7c68 WHIRLPOOL 3a199e41526951b520fad74b10dcf13590fb671628f7211adbba9b36436f3db8d4d2c00bafd1e99c5136c7238399315446cf984439602f2ca6e64ee4a29b9ddf +DIST thunderbird-17.0.3esr-tr.xpi 444945 SHA256 8212a1d2888bd72fab29b2dec3e1abdc53744f88731aaeaffaa46b937e172496 SHA512 3acf34290f6cebfb4b60669f7352d970706934463942ca1c78e39ff3b5a0e1690dde836c6f4909f077ee889c68a53c72fe1adf7861feae86af1aaefdfb86faba WHIRLPOOL 5501929a39539eb68dd9c9d015e960bc4d41619b4593f81d261c822fe374959b21cc9446630b27e24c34eef4c3e1a077c5bb931bda97c3b36ed866ce249eca67 +DIST thunderbird-17.0.3esr-uk.xpi 471142 SHA256 18dc78e2eb1be36d68ca12b056976ac913855fb459f346989ce469fc50f0ade9 SHA512 bc0abfb74201a7a2744eef68db1368b005bb78b063d7f64d9f2b17deeffedc7d18afad1ed657790cb0ae5499b31aff934a38fba09096be75aa6c8bfbc7953bef WHIRLPOOL a34b7729e83cdd6476f31c7971f11b29909d66085217914b63b70f270ac717e2e7bef6ac1be163bd1149b7aae28e755d99992d6bfeb8d95e0998f2901dbf0d4e +DIST thunderbird-17.0.3esr-vi.xpi 478453 SHA256 c6d4be171425bd8470edd457f42f464536bf2eed6b131d222609adf47f835b07 SHA512 72d41050f7668a83dc93d4dc20c46fc59e98c1eb1a1ffd2a79ddfe1df9b4591aa27b2e8fd8f5b73c7755c1b58d18ac590d02d445b46d4014f7c96db4cc107562 WHIRLPOOL 2e2ade4712c185577c98c6bbf530fb724e41c72d7764db22ce6521878a4127940f24e4afeafd4edf5f142c7b78babfd69a9e5b78838c059dc949c858d76f23f6 +DIST thunderbird-17.0.3esr-zh-CN.xpi 436082 SHA256 ab3b70e415497479afdd2472ed24e1629c221b874609d54d81691a143603a1c5 SHA512 0ce93eff31c2e659a732bc47a7b1f327628fe2f58df3d4bc0d83c6c5ab0b1ab4650bb8d2fb1ab6bb501d8b51512bf529a41e3d86450a88b5ff84a7c2f50483df WHIRLPOOL 3e86ff6d8a5be4f1a4f1264346f43dc509a53659c7d5cec74bcc5966978e25b5a80099f8500646a622b816f2435dc0e91809fe9474d178a93ad59ec5ecb414df +DIST thunderbird-17.0.3esr-zh-TW.xpi 437591 SHA256 4a30e7de868c6c9abb7a30bca32bcc810f7e44f6dc0561c581b98e9a757d2dd2 SHA512 d73bd6b092d8211ad621ddde272d2136d88cc7676496c7e39e41cc2f14cadbe2520be38a0146100764f91742e777ec21ae2c54929511aa26e17591df0cf88225 WHIRLPOOL 2533fc77be0cb4301469854027052b1c55039df302087a031dde7187f508a484c57157bb88f4a19402d6382b9b3e06c5ef561da8209685e29b7a39325345933c +DIST thunderbird-17.0.3esr.source.tar.bz2 113057252 SHA256 96669acfaeaf3c591fbfe1ebe2ea41635e29f25074877148fb1fc7112df0c91c SHA512 c6cef7ddb39cc0c449c06a4af9d52180549eb29c8c834694dca12e1ab538e3a441746703bcf942d15e340ff3deb65aca1e2a3a2fdabf03440c62c75c99ab3c91 WHIRLPOOL 071d44dcd99f5a54bcd16d09d1bd4265ee902df3a48ab0c4bf5f8ddfd93d222a2d26e2912800510515703dba0be9afd04b5d76f1fd2bab3884bf7240e34ee012 diff --git a/mail-client/thunderbird/thunderbird-10.0.10.ebuild b/mail-client/thunderbird/thunderbird-10.0.10.ebuild deleted file mode 100644 index 5801119706d3..000000000000 --- a/mail-client/thunderbird/thunderbird-10.0.10.ebuild +++ /dev/null @@ -1,305 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-10.0.10.ebuild,v 1.3 2013/01/16 19:02:15 mgorny Exp $ - -EAPI="3" -WANT_AUTOCONF="2.1" -MOZ_ESR="1" - -# This list can be updated using scripts/get_langs.sh from the mozilla overlay -MOZ_LANGS=(ar ast be bg bn-BD br ca cs da de el en en-GB en-US es-AR es-ES et eu fi -fr fy-NL ga-IE gd gl he hu id is it ja ko lt nb-NO nl nn-NO pa-IN pl pt-BR pt-PT -rm ro ru si sk sl sq sr sv-SE ta-LK tr uk vi zh-CN zh-TW) - -# Convert the ebuild version to the upstream mozilla version, used by mozlinguas -MOZ_PV="${PV/_beta/b}" -# ESR releases have slightly version numbers -if [[ ${MOZ_ESR} == 1 ]]; then - MOZ_PV="${MOZ_PV}esr" -fi -MOZ_P="${PN}-${MOZ_PV}" - -# Enigmail version -EMVER="1.3.5" -# Upstream ftp release URI that's used by mozlinguas.eclass -# We don't use the http mirror because it deletes old tarballs. -MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/" - -inherit flag-o-matic toolchain-funcs mozconfig-3 makeedit multilib autotools pax-utils check-reqs nsplugins mozlinguas - -DESCRIPTION="Thunderbird Mail Client" -HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/" - -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" -SLOT="0" -LICENSE="MPL-1.1 GPL-2 LGPL-2.1" -IUSE="bindist gconf +crypt +ipc +lightning +minimal mozdom +webm selinux" - -PATCH="thunderbird-10.0-patches-0.1" -PATCHFF="firefox-10.0-patches-0.9" - -SRC_URI="${SRC_URI} - ${MOZ_FTP_URI}${MOZ_PV}/source/${MOZ_P}.source.tar.bz2 - crypt? ( http://www.mozilla-enigmail.org/download/source/enigmail-${EMVER}.tar.gz ) - http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCH}.tar.xz - http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCHFF}.tar.xz" - -ASM_DEPEND=">=dev-lang/yasm-1.1" - -RDEPEND=">=sys-devel/binutils-2.16.1 - >=dev-libs/nss-3.13.6 - >=dev-libs/nspr-4.9.2 - >=dev-libs/glib-2.26 - gconf? ( >=gnome-base/gconf-1.2.1:2 ) - >=media-libs/libpng-1.5.9[apng] - >=x11-libs/cairo-1.10 - >=x11-libs/pango-1.14.0 - >=x11-libs/gtk+-2.14 - webm? ( >=media-libs/libvpx-1.0.0 - media-libs/alsa-lib ) - virtual/libffi - !x11-plugins/enigmail - system-sqlite? ( >=dev-db/sqlite-3.7.7.1[fts3,secure-delete,unlock-notify,debug=] ) - selinux? ( sec-policy/selinux-thunderbird ) - crypt? ( || ( - ( >=app-crypt/gnupg-2.0 - || ( - app-crypt/pinentry[gtk] - app-crypt/pinentry[qt4] - ) - ) - =app-crypt/gnupg-1.4* - ) )" - -DEPEND="${RDEPEND} - virtual/pkgconfig - webm? ( x86? ( ${ASM_DEPEND} ) - amd64? ( ${ASM_DEPEND} ) )" - -if [[ ${MOZ_ESR} == 1 ]]; then - S="${WORKDIR}/comm-esr${PV%%.*}" -else - S="${WORKDIR}/comm-release" -fi - -pkg_setup() { - moz_pkgsetup - - export MOZILLA_DIR="${S}/mozilla" - - if ! use bindist ; then - 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" - elog - fi - - # 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() { - # Apply our Thunderbird patchset - EPATCH_SUFFIX="patch" \ - EPATCH_FORCE="yes" \ - epatch "${WORKDIR}/thunderbird" - - # Apply our patchset from firefox to thunderbird as well - pushd "${S}"/mozilla &>/dev/null || die - EPATCH_EXCLUDE="5005_use_resource_urls_appropriately.patch - 6012_fix_shlibsign.patch - 6013_fix_abort_declaration.patch" \ - EPATCH_SUFFIX="patch" \ - EPATCH_FORCE="yes" \ - epatch "${WORKDIR}/firefox" - popd &>/dev/null || die - - if use crypt ; then - mv "${WORKDIR}"/enigmail "${S}"/mailnews/extensions/enigmail - cd "${S}" - fi - - #Fix compilation with curl-7.21.7 bug 376027 - sed -e '/#include /d' \ - -i "${S}"/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/http_upload.cc \ - -i "${S}"/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/libcurl_wrapper.cc \ - -i "${S}"/mozilla/config/system-headers \ - -i "${S}"/mozilla/js/src/config/system-headers || die "Sed failed" - - # Shell scripts sometimes contain DOS line endings; bug 391889 - grep -rlZ --include="*.sh" $'\r$' . | - while read -r -d $'\0' file ; do - einfo edos2unix "${file}" - edos2unix "${file}" - done - - # Allow user to apply any additional patches without modifing ebuild - epatch_user - - eautoreconf - cd "${S}"/mozilla - eautoconf -} - -src_configure() { - declare MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}" - MEXTENSIONS="default" - - #################################### - # - # mozconfig, CFLAGS and CXXFLAGS setup - # - #################################### - - mozconfig_init - mozconfig_config - - # It doesn't compile on alpha without this LDFLAGS - use alpha && append-ldflags "-Wl,--no-relax" - - mozconfig_annotate '' --prefix="${EPREFIX}"/usr - mozconfig_annotate '' --libdir="${EPREFIX}"/usr/$(get_libdir) - mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}" - mozconfig_annotate '' --with-default-mozilla-five-home="${EPREFIX}${MOZILLA_FIVE_HOME}" - mozconfig_annotate '' --with-user-appdir=.thunderbird - mozconfig_annotate '' --with-system-png - mozconfig_annotate '' --enable-system-ffi - mozconfig_annotate '' --target="${CTARGET:-${CHOST}}" - mozconfig_annotate 'regression' --disable-tracejit - - # Use enable features - mozconfig_use_enable lightning calendar - mozconfig_use_enable gconf - - # Bug #72667 - if use mozdom; then - MEXTENSIONS="${MEXTENSIONS},inspector" - fi - - # Use an objdir to keep things organized. - echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/tbird" >> "${S}"/.mozconfig - - # Finalize and report settings - mozconfig_final - - #################################### - # - # Configure and build - # - #################################### - - # Disable no-print-directory - MAKEOPTS=${MAKEOPTS/--no-print-directory/} - - if [[ $(gcc-major-version) -lt 4 ]]; then - append-cxxflags -fno-stack-protector - elif [[ $(gcc-major-version) -gt 4 || $(gcc-minor-version) -gt 3 ]]; then - if use amd64 || use x86; then - append-flags -mno-avx - fi - fi -} - -src_compile() { - CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" \ - MOZ_MAKE_FLAGS="${MAKEOPTS}" \ - emake -f client.mk || die - - # Only build enigmail extension if crypt enabled. - if use crypt ; then - cd "${S}"/mailnews/extensions/enigmail || die - ./makemake -r 2&> /dev/null - cd "${S}"/tbird/mailnews/extensions/enigmail - emake || die "make enigmail failed" - emake xpi || die "make enigmail xpi failed" - fi -} - -src_install() { - declare MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}" - declare emid - local obj_dir="tbird" - cd "${S}/${obj_dir}" - - # Copy our preference before omnijar is created. - cp "${FILESDIR}"/thunderbird-gentoo-default-prefs-1.js-1 \ - "${S}/${obj_dir}/mozilla/dist/bin/defaults/pref/all-gentoo.js" || die - - # Pax mark xpcshell for hardened support, only used for startupcache creation. - pax-mark m "${S}"/${obj_dir}/mozilla/dist/bin/xpcshell - - emake DESTDIR="${D}" install || die "emake install failed" - - # Install language packs - mozlinguas_src_install - - if ! use bindist; then - newicon "${S}"/other-licenses/branding/thunderbird/content/icon48.png thunderbird-icon.png - domenu "${FILESDIR}"/icon/${PN}.desktop - else - newicon "${S}"/mail/branding/aurora/content/icon48.png thunderbird-icon-unbranded.png - newmenu "${FILESDIR}"/icon/${PN}-unbranded.desktop \ - ${PN}.desktop - - sed -i -e "s:Mozilla\ Thunderbird:Lanikai:g" \ - "${ED}"/usr/share/applications/${PN}.desktop - fi - - if use crypt ; then - cd "${T}" || die - unzip "${S}"/${obj_dir}/mozilla/dist/bin/enigmail*.xpi install.rdf || die - emid=$(sed -n '//!d; s/.*\({.*}\).*/\1/; p; q' install.rdf) - - dodir ${MOZILLA_FIVE_HOME}/extensions/${emid} || die - cd "${D}"${MOZILLA_FIVE_HOME}/extensions/${emid} || die - unzip "${S}"/${obj_dir}/mozilla/dist/bin/enigmail*.xpi || die - fi - - if use lightning ; then - emid="{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}" - dodir ${MOZILLA_FIVE_HOME}/extensions/${emid} - cd "${ED}"${MOZILLA_FIVE_HOME}/extensions/${emid} - unzip "${S}"/${obj_dir}/mozilla/dist/xpi-stage/gdata-provider.xpi - - emid="calendar-timezones@mozilla.org" - dodir ${MOZILLA_FIVE_HOME}/extensions/${emid} - cd "${ED}"${MOZILLA_FIVE_HOME}/extensions/${emid} - unzip "${S}"/${obj_dir}/mozilla/dist/xpi-stage/calendar-timezones.xpi - - emid="{e2fda1a4-762b-4020-b5ad-a41df1933103}" - dodir ${MOZILLA_FIVE_HOME}/extensions/${emid} - cd "${ED}"${MOZILLA_FIVE_HOME}/extensions/${emid} - unzip "${S}"/${obj_dir}/mozilla/dist/xpi-stage/lightning.xpi - - # Fix mimetype so it shows up as a calendar application in GNOME 3 - # This requires that the .desktop file was already installed earlier - sed -e "s:^\(MimeType=\):\1text/calendar;:" \ - -e "s:^\(Categories=\):\1Calendar;:" \ - -i "${ED}"/usr/share/applications/${PN}.desktop - fi - - pax-mark m "${ED}"/${MOZILLA_FIVE_HOME}/thunderbird-bin - - share_plugins_dir - - if use minimal; then - rm -rf "${ED}"/usr/include "${ED}${MOZILLA_FIVE_HOME}"/{idl,include,lib,sdk} || \ - die "Failed to remove sdk and headers" - fi -} - -pkg_postinst() { - elog - elog "If you are experience problems with plugins please issue the" - elog "following command : rm \${HOME}/.thunderbird/*/extensions.sqlite ," - elog "then restart thunderbird" -} diff --git a/mail-client/thunderbird/thunderbird-10.0.7.ebuild b/mail-client/thunderbird/thunderbird-10.0.7.ebuild deleted file mode 100644 index aa3d377a6052..000000000000 --- a/mail-client/thunderbird/thunderbird-10.0.7.ebuild +++ /dev/null @@ -1,305 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-10.0.7.ebuild,v 1.5 2013/01/16 19:02:15 mgorny Exp $ - -EAPI="3" -WANT_AUTOCONF="2.1" -MOZ_ESR="1" - -# This list can be updated using scripts/get_langs.sh from the mozilla overlay -MOZ_LANGS=(ar ast be bg bn-BD br ca cs da de el en en-GB en-US es-AR es-ES et eu fi -fr fy-NL ga-IE gd gl he hu id is it ja ko lt nb-NO nl nn-NO pa-IN pl pt-BR pt-PT -rm ro ru si sk sl sq sr sv-SE ta-LK tr uk vi zh-CN zh-TW) - -# Convert the ebuild version to the upstream mozilla version, used by mozlinguas -MOZ_PV="${PV/_beta/b}" -# ESR releases have slightly version numbers -if [[ ${MOZ_ESR} == 1 ]]; then - MOZ_PV="${MOZ_PV}esr" -fi -MOZ_P="${PN}-${MOZ_PV}" - -# Enigmail version -EMVER="1.3.5" -# Upstream ftp release URI that's used by mozlinguas.eclass -# We don't use the http mirror because it deletes old tarballs. -MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/" - -inherit flag-o-matic toolchain-funcs mozconfig-3 makeedit multilib autotools pax-utils check-reqs nsplugins mozlinguas - -DESCRIPTION="Thunderbird Mail Client" -HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/" - -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" -SLOT="0" -LICENSE="MPL-1.1 GPL-2 LGPL-2.1" -IUSE="bindist gconf +crypt +ipc +lightning +minimal mozdom +webm selinux" - -PATCH="thunderbird-10.0-patches-0.1" -PATCHFF="firefox-10.0-patches-0.9" - -SRC_URI="${SRC_URI} - ${MOZ_FTP_URI}${MOZ_PV}/source/${MOZ_P}.source.tar.bz2 - crypt? ( http://www.mozilla-enigmail.org/download/source/enigmail-${EMVER}.tar.gz ) - http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCH}.tar.xz - http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCHFF}.tar.xz" - -ASM_DEPEND=">=dev-lang/yasm-1.1" - -RDEPEND=">=sys-devel/binutils-2.16.1 - >=dev-libs/nss-3.13.6 - >=dev-libs/nspr-4.9.2 - >=dev-libs/glib-2.26 - gconf? ( >=gnome-base/gconf-1.2.1:2 ) - >=media-libs/libpng-1.5.9[apng] - >=x11-libs/cairo-1.10 - >=x11-libs/pango-1.14.0 - >=x11-libs/gtk+-2.14 - webm? ( >=media-libs/libvpx-1.0.0 - media-libs/alsa-lib ) - virtual/libffi - !x11-plugins/enigmail - system-sqlite? ( >=dev-db/sqlite-3.7.7.1[fts3,secure-delete,unlock-notify,debug=] ) - selinux? ( sec-policy/selinux-thunderbird ) - crypt? ( || ( - ( >=app-crypt/gnupg-2.0 - || ( - app-crypt/pinentry[gtk] - app-crypt/pinentry[qt4] - ) - ) - =app-crypt/gnupg-1.4* - ) )" - -DEPEND="${RDEPEND} - virtual/pkgconfig - webm? ( x86? ( ${ASM_DEPEND} ) - amd64? ( ${ASM_DEPEND} ) )" - -if [[ ${MOZ_ESR} == 1 ]]; then - S="${WORKDIR}/comm-esr${PV%%.*}" -else - S="${WORKDIR}/comm-release" -fi - -pkg_setup() { - moz_pkgsetup - - export MOZILLA_DIR="${S}/mozilla" - - if ! use bindist ; then - 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" - elog - fi - - # 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() { - # Apply our Thunderbird patchset - EPATCH_SUFFIX="patch" \ - EPATCH_FORCE="yes" \ - epatch "${WORKDIR}/thunderbird" - - # Apply our patchset from firefox to thunderbird as well - pushd "${S}"/mozilla &>/dev/null || die - EPATCH_EXCLUDE="5005_use_resource_urls_appropriately.patch - 6012_fix_shlibsign.patch - 6013_fix_abort_declaration.patch" \ - EPATCH_SUFFIX="patch" \ - EPATCH_FORCE="yes" \ - epatch "${WORKDIR}/firefox" - popd &>/dev/null || die - - if use crypt ; then - mv "${WORKDIR}"/enigmail "${S}"/mailnews/extensions/enigmail - cd "${S}" - fi - - #Fix compilation with curl-7.21.7 bug 376027 - sed -e '/#include /d' \ - -i "${S}"/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/http_upload.cc \ - -i "${S}"/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/libcurl_wrapper.cc \ - -i "${S}"/mozilla/config/system-headers \ - -i "${S}"/mozilla/js/src/config/system-headers || die "Sed failed" - - # Shell scripts sometimes contain DOS line endings; bug 391889 - grep -rlZ --include="*.sh" $'\r$' . | - while read -r -d $'\0' file ; do - einfo edos2unix "${file}" - edos2unix "${file}" - done - - # Allow user to apply any additional patches without modifing ebuild - epatch_user - - eautoreconf - cd "${S}"/mozilla - eautoconf -} - -src_configure() { - declare MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}" - MEXTENSIONS="default" - - #################################### - # - # mozconfig, CFLAGS and CXXFLAGS setup - # - #################################### - - mozconfig_init - mozconfig_config - - # It doesn't compile on alpha without this LDFLAGS - use alpha && append-ldflags "-Wl,--no-relax" - - mozconfig_annotate '' --prefix="${EPREFIX}"/usr - mozconfig_annotate '' --libdir="${EPREFIX}"/usr/$(get_libdir) - mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}" - mozconfig_annotate '' --with-default-mozilla-five-home="${EPREFIX}${MOZILLA_FIVE_HOME}" - mozconfig_annotate '' --with-user-appdir=.thunderbird - mozconfig_annotate '' --with-system-png - mozconfig_annotate '' --enable-system-ffi - mozconfig_annotate '' --target="${CTARGET:-${CHOST}}" - mozconfig_annotate 'regression' --disable-tracejit - - # Use enable features - mozconfig_use_enable lightning calendar - mozconfig_use_enable gconf - - # Bug #72667 - if use mozdom; then - MEXTENSIONS="${MEXTENSIONS},inspector" - fi - - # Use an objdir to keep things organized. - echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/tbird" >> "${S}"/.mozconfig - - # Finalize and report settings - mozconfig_final - - #################################### - # - # Configure and build - # - #################################### - - # Disable no-print-directory - MAKEOPTS=${MAKEOPTS/--no-print-directory/} - - if [[ $(gcc-major-version) -lt 4 ]]; then - append-cxxflags -fno-stack-protector - elif [[ $(gcc-major-version) -gt 4 || $(gcc-minor-version) -gt 3 ]]; then - if use amd64 || use x86; then - append-flags -mno-avx - fi - fi -} - -src_compile() { - CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" \ - MOZ_MAKE_FLAGS="${MAKEOPTS}" \ - emake -f client.mk || die - - # Only build enigmail extension if crypt enabled. - if use crypt ; then - cd "${S}"/mailnews/extensions/enigmail || die - ./makemake -r 2&> /dev/null - cd "${S}"/tbird/mailnews/extensions/enigmail - emake || die "make enigmail failed" - emake xpi || die "make enigmail xpi failed" - fi -} - -src_install() { - declare MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}" - declare emid - local obj_dir="tbird" - cd "${S}/${obj_dir}" - - # Copy our preference before omnijar is created. - cp "${FILESDIR}"/thunderbird-gentoo-default-prefs-1.js-1 \ - "${S}/${obj_dir}/mozilla/dist/bin/defaults/pref/all-gentoo.js" || die - - # Pax mark xpcshell for hardened support, only used for startupcache creation. - pax-mark m "${S}"/${obj_dir}/mozilla/dist/bin/xpcshell - - emake DESTDIR="${D}" install || die "emake install failed" - - # Install language packs - mozlinguas_src_install - - if ! use bindist; then - newicon "${S}"/other-licenses/branding/thunderbird/content/icon48.png thunderbird-icon.png - domenu "${FILESDIR}"/icon/${PN}.desktop - else - newicon "${S}"/mail/branding/aurora/content/icon48.png thunderbird-icon-unbranded.png - newmenu "${FILESDIR}"/icon/${PN}-unbranded.desktop \ - ${PN}.desktop - - sed -i -e "s:Mozilla\ Thunderbird:Lanikai:g" \ - "${ED}"/usr/share/applications/${PN}.desktop - fi - - if use crypt ; then - cd "${T}" || die - unzip "${S}"/${obj_dir}/mozilla/dist/bin/enigmail*.xpi install.rdf || die - emid=$(sed -n '//!d; s/.*\({.*}\).*/\1/; p; q' install.rdf) - - dodir ${MOZILLA_FIVE_HOME}/extensions/${emid} || die - cd "${D}"${MOZILLA_FIVE_HOME}/extensions/${emid} || die - unzip "${S}"/${obj_dir}/mozilla/dist/bin/enigmail*.xpi || die - fi - - if use lightning ; then - emid="{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}" - dodir ${MOZILLA_FIVE_HOME}/extensions/${emid} - cd "${ED}"${MOZILLA_FIVE_HOME}/extensions/${emid} - unzip "${S}"/${obj_dir}/mozilla/dist/xpi-stage/gdata-provider.xpi - - emid="calendar-timezones@mozilla.org" - dodir ${MOZILLA_FIVE_HOME}/extensions/${emid} - cd "${ED}"${MOZILLA_FIVE_HOME}/extensions/${emid} - unzip "${S}"/${obj_dir}/mozilla/dist/xpi-stage/calendar-timezones.xpi - - emid="{e2fda1a4-762b-4020-b5ad-a41df1933103}" - dodir ${MOZILLA_FIVE_HOME}/extensions/${emid} - cd "${ED}"${MOZILLA_FIVE_HOME}/extensions/${emid} - unzip "${S}"/${obj_dir}/mozilla/dist/xpi-stage/lightning.xpi - - # Fix mimetype so it shows up as a calendar application in GNOME 3 - # This requires that the .desktop file was already installed earlier - sed -e "s:^\(MimeType=\):\1text/calendar;:" \ - -e "s:^\(Categories=\):\1Calendar;:" \ - -i "${ED}"/usr/share/applications/${PN}.desktop - fi - - pax-mark m "${ED}"/${MOZILLA_FIVE_HOME}/thunderbird-bin - - share_plugins_dir - - if use minimal; then - rm -rf "${ED}"/usr/include "${ED}${MOZILLA_FIVE_HOME}"/{idl,include,lib,sdk} || \ - die "Failed to remove sdk and headers" - fi -} - -pkg_postinst() { - elog - elog "If you are experience problems with plugins please issue the" - elog "following command : rm \${HOME}/.thunderbird/*/extensions.sqlite ," - elog "then restart thunderbird" -} diff --git a/mail-client/thunderbird/thunderbird-10.0.6.ebuild b/mail-client/thunderbird/thunderbird-17.0.3.ebuild similarity index 77% rename from mail-client/thunderbird/thunderbird-10.0.6.ebuild rename to mail-client/thunderbird/thunderbird-17.0.3.ebuild index a7da97c3d3b2..66f488af7c5a 100644 --- a/mail-client/thunderbird/thunderbird-10.0.6.ebuild +++ b/mail-client/thunderbird/thunderbird-17.0.3.ebuild @@ -1,15 +1,16 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-10.0.6.ebuild,v 1.7 2013/01/16 19:02:15 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-17.0.3.ebuild,v 1.1 2013/02/22 14:30:05 polynomial-c Exp $ EAPI="3" WANT_AUTOCONF="2.1" MOZ_ESR="1" # This list can be updated using scripts/get_langs.sh from the mozilla overlay -MOZ_LANGS=(ar ast be bg bn-BD br ca cs da de el en en-GB en-US es-AR es-ES et eu fi -fr fy-NL ga-IE gd gl he hu id is it ja ko lt nb-NO nl nn-NO pa-IN pl pt-BR pt-PT -rm ro ru si sk sl sq sr sv-SE ta-LK tr uk vi zh-CN zh-TW) +MOZ_LANGS=(ar ast be bg bn-BD br ca cs da de el en en-GB en-US es-AR +es-ES et eu fi fr fy-NL ga-IE gd gl he hr hu hy-AM id is it ja ko lt nb-NO +nl nn-NO pa-IN pl pt-BR pt-PT rm ro ru si sk sl sq sr sv-SE ta-LK tr uk vi +zh-CN zh-TW ) # Convert the ebuild version to the upstream mozilla version, used by mozlinguas MOZ_PV="${PV/_beta/b}" @@ -20,7 +21,7 @@ fi MOZ_P="${PN}-${MOZ_PV}" # Enigmail version -EMVER="1.3.5" +EMVER="1.5.0" # Upstream ftp release URI that's used by mozlinguas.eclass # We don't use the http mirror because it deletes old tarballs. MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/" @@ -30,36 +31,38 @@ inherit flag-o-matic toolchain-funcs mozconfig-3 makeedit multilib autotools pax DESCRIPTION="Thunderbird Mail Client" HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/" -KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" SLOT="0" -LICENSE="MPL-1.1 GPL-2 LGPL-2.1" -IUSE="bindist gconf +crypt +ipc +lightning +minimal mozdom +webm selinux" +LICENSE="MPL-2.0 GPL-2 LGPL-2.1" +IUSE="bindist gconf +crypt +jit +ipc ldap +lightning +minimal mozdom selinux" -PATCH="thunderbird-10.0-patches-0.1" -PATCHFF="firefox-10.0-patches-0.9" +PATCH="thunderbird-17.0-patches-01" +PATCHFF="firefox-17.0-patches-0.4" SRC_URI="${SRC_URI} ${MOZ_FTP_URI}${MOZ_PV}/source/${MOZ_P}.source.tar.bz2 crypt? ( http://www.mozilla-enigmail.org/download/source/enigmail-${EMVER}.tar.gz ) http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCH}.tar.xz - http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCHFF}.tar.xz" + http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCHFF}.tar.xz + http://dev.gentoo.org/~nirbheek/mozilla/patchsets/${PATCHFF}.tar.xz + http://dev.gentoo.org/~polynomial-c/mozilla/patchsets/${PATCH}.tar.xz" ASM_DEPEND=">=dev-lang/yasm-1.1" RDEPEND=">=sys-devel/binutils-2.16.1 - >=dev-libs/nss-3.13.1 - >=dev-libs/nspr-4.8.8 + >=dev-libs/nss-3.14.1 + >=dev-libs/nspr-4.9.4 >=dev-libs/glib-2.26 gconf? ( >=gnome-base/gconf-1.2.1:2 ) - >=media-libs/libpng-1.5.9[apng] + >=media-libs/libpng-1.5.11[apng] >=x11-libs/cairo-1.10 >=x11-libs/pango-1.14.0 >=x11-libs/gtk+-2.14 - webm? ( >=media-libs/libvpx-1.0.0 - media-libs/alsa-lib ) + kernel_linux? ( media-libs/alsa-lib ) + >=media-libs/libvpx-1.0.0 virtual/libffi !x11-plugins/enigmail - system-sqlite? ( >=dev-db/sqlite-3.7.7.1[fts3,secure-delete,unlock-notify,debug=] ) + system-sqlite? ( >=dev-db/sqlite-3.7.13[fts3,secure-delete,threadsafe,unlock-notify,debug=] ) selinux? ( sec-policy/selinux-thunderbird ) crypt? ( || ( ( >=app-crypt/gnupg-2.0 @@ -72,11 +75,16 @@ RDEPEND=">=sys-devel/binutils-2.16.1 ) )" DEPEND="${RDEPEND} + !elibc_glibc? ( dev-libs/libexecinfo ) virtual/pkgconfig - webm? ( x86? ( ${ASM_DEPEND} ) - amd64? ( ${ASM_DEPEND} ) )" - -if [[ ${MOZ_ESR} == 1 ]]; then + amd64? ( ${ASM_DEPEND} + virtual/opengl ) + x86? ( ${ASM_DEPEND} + virtual/opengl )" + +if [[ ${PV} =~ beta ]]; then + S="${WORKDIR}/comm-beta" +elif [[ ${MOZ_ESR} == 1 ]]; then S="${WORKDIR}/comm-esr${PV%%.*}" else S="${WORKDIR}/comm-release" @@ -115,7 +123,6 @@ src_prepare() { # Apply our patchset from firefox to thunderbird as well pushd "${S}"/mozilla &>/dev/null || die - EPATCH_EXCLUDE="6012_fix_shlibsign.patch 6013_fix_abort_declaration.patch" \ EPATCH_SUFFIX="patch" \ EPATCH_FORCE="yes" \ epatch "${WORKDIR}/firefox" @@ -126,6 +133,11 @@ src_prepare() { cd "${S}" fi + # Disable gnomevfs extension + sed -i -e "s:gnomevfs::" "${S}/"mozilla/browser/confvars.sh \ + -e "s:gnomevfs::" "${S}/"mozilla/xulrunner/confvars.sh \ + || die "Failed to remove gnomevfs extension" + #Fix compilation with curl-7.21.7 bug 376027 sed -e '/#include /d' \ -i "${S}"/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/http_upload.cc \ @@ -133,6 +145,10 @@ src_prepare() { -i "${S}"/mozilla/config/system-headers \ -i "${S}"/mozilla/js/src/config/system-headers || die "Sed failed" + # Don't error out when there's no files to be removed: + sed 's@\(xargs rm\)$@\1 -f@' \ + -i "${S}"/mozilla/toolkit/mozapps/installer/packager.mk || die + # Shell scripts sometimes contain DOS line endings; bug 391889 grep -rlZ --include="*.sh" $'\r$' . | while read -r -d $'\0' file ; do @@ -144,6 +160,7 @@ src_prepare() { epatch_user eautoreconf + # Ensure we run eautoreconf in mozilla to regenerate configure cd "${S}"/mozilla eautoconf } @@ -164,6 +181,9 @@ src_configure() { # It doesn't compile on alpha without this LDFLAGS use alpha && append-ldflags "-Wl,--no-relax" + # We must force enable jemalloc 3 threw .mozconfig + echo "export MOZ_JEMALLOC=1" >> ${S}/.mozconfig + mozconfig_annotate '' --prefix="${EPREFIX}"/usr mozconfig_annotate '' --libdir="${EPREFIX}"/usr/$(get_libdir) mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}" @@ -172,11 +192,15 @@ src_configure() { mozconfig_annotate '' --with-system-png mozconfig_annotate '' --enable-system-ffi mozconfig_annotate '' --target="${CTARGET:-${CHOST}}" - mozconfig_annotate 'regression' --disable-tracejit + mozconfig_annotate '' --build="${CTARGET:-${CHOST}}" # Use enable features mozconfig_use_enable lightning calendar mozconfig_use_enable gconf + mozconfig_use_enable ldap + # Features know to cause problems with hardened. + mozconfig_use_enable jit methodjit + mozconfig_use_enable jit tracejit # Bug #72667 if use mozdom; then @@ -232,8 +256,11 @@ src_install() { cp "${FILESDIR}"/thunderbird-gentoo-default-prefs-1.js-1 \ "${S}/${obj_dir}/mozilla/dist/bin/defaults/pref/all-gentoo.js" || die - # Pax mark xpcshell for hardened support, only used for startupcache creation. - pax-mark m "${S}"/${obj_dir}/mozilla/dist/bin/xpcshell + # Without methodjit and tracejit there's no conflict with PaX + if use jit; then + # Pax mark xpcshell for hardened support, only used for startupcache creation. + pax-mark m "${S}"/${obj_dir}/mozilla/dist/bin/xpcshell + fi emake DESTDIR="${D}" install || die "emake install failed" @@ -248,7 +275,7 @@ src_install() { newmenu "${FILESDIR}"/icon/${PN}-unbranded.desktop \ ${PN}.desktop - sed -i -e "s:Mozilla\ Thunderbird:Lanikai:g" \ + sed -i -e "s:Mozilla\ Thunderbird:EarlyBird:g" \ "${ED}"/usr/share/applications/${PN}.desktop fi @@ -285,8 +312,15 @@ src_install() { -i "${ED}"/usr/share/applications/${PN}.desktop fi - pax-mark m "${ED}"/${MOZILLA_FIVE_HOME}/thunderbird-bin + if use jit ; then + pax-mark m "${ED}"/${MOZILLA_FIVE_HOME}/{thunderbird-bin,thunderbird} + fi + + # Plugin-container needs to be pax-marked for hardened to ensure plugins such as flash + # continue to work as expected. + pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/plugin-container + # Plugins dir share_plugins_dir if use minimal; then diff --git a/media-libs/gstreamer/gstreamer-1.0.5-r1.ebuild b/media-libs/gstreamer/gstreamer-1.0.5-r1.ebuild index dd3cdb3d9f45..af91b93fe466 100644 --- a/media-libs/gstreamer/gstreamer-1.0.5-r1.ebuild +++ b/media-libs/gstreamer/gstreamer-1.0.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-1.0.5-r1.ebuild,v 1.5 2013/02/21 22:14:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-1.0.5-r1.ebuild,v 1.6 2013/02/22 17:01:05 ago Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="http://${PN}.freedesktop.org/src/${PN}/${P}.tar.xz" LICENSE="LGPL-2+" SLOT="1.0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="+introspection nls +orc test" RDEPEND=" diff --git a/media-libs/libtheora/Manifest b/media-libs/libtheora/Manifest index 7938dfa09254..4c55ef94070b 100644 --- a/media-libs/libtheora/Manifest +++ b/media-libs/libtheora/Manifest @@ -1 +1 @@ -DIST libtheora-1.1.1.tar.bz2 1903175 RMD160 1d07234bd7e2296c61d6e30fe9816415aa7fd8e5 SHA1 8dcaa8e61cd86eb1244467c0b64b9ddac04ae262 SHA256 b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc +DIST libtheora-1.1.1.tar.bz2 1903175 SHA256 b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc SHA512 9ab9b3af1c35d16a7d6d84f61f59ef3180132e30c27bdd7c0fa2683e0d00e2c791accbc7fd2c90718cc947d8bd10ee4a5940fb55f90f1fd7b0ed30583a47dbbd WHIRLPOOL deeb71454da7b32e3561ef31925e685170123bb18b0b4963db18cad8c422ede3a8e0a29662dbd45edce51ceca12c7ad5d2fe70f33db0c3a9b1cabe84fb37376b diff --git a/media-libs/libtheora/libtheora-1.1.1.ebuild b/media-libs/libtheora/libtheora-1.1.1.ebuild index 12e90159ee06..4e675f19d9be 100644 --- a/media-libs/libtheora/libtheora-1.1.1.ebuild +++ b/media-libs/libtheora/libtheora-1.1.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.1.1.ebuild,v 1.10 2012/05/15 13:09:16 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.1.1.ebuild,v 1.11 2013/02/22 15:51:11 zmedico Exp $ -EAPI=2 +EAPI=3 inherit autotools eutils flag-o-matic DESCRIPTION="The Theora Video Compression Codec" @@ -11,7 +11,7 @@ SRC_URI="http://downloads.xiph.org/releases/theora/${P/_}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-aix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="doc +encode examples static-libs" RDEPEND="media-libs/libogg @@ -49,7 +49,7 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" docdir=/usr/share/doc/${PF} \ + emake DESTDIR="${D}" docdir="${EPREFIX}"/usr/share/doc/${PF} \ install || die "emake install failed" dodoc AUTHORS CHANGES README @@ -67,5 +67,5 @@ src_install() { done fi - find "${D}" -name '*.la' -exec rm -f '{}' + + find "${ED}" -name '*.la' -exec rm -f '{}' + } diff --git a/media-video/makemkv/Manifest b/media-video/makemkv/Manifest index 5258de479a0f..5abbbcb53400 100644 --- a/media-video/makemkv/Manifest +++ b/media-video/makemkv/Manifest @@ -1,4 +1,2 @@ -DIST makemkv-bin-1.7.8.tar.gz 6817550 SHA256 76fa7a58e986537663c4fe8e6dd429f818d494133f9cc26052b7917e9d38d395 SHA512 251c30659d2e202b3a7197618feedfb1b0db38bde9ae573191578b4d19dbc0a87925d8bfc219e043678fa69bedfc0615e2db7fe04f9aa800ea06643aa089042f WHIRLPOOL 997762677f030f862af1e89315e226b3a3928a9a2cb6e2c6c0e690a009de2b61a41050da4d77bbd09ed9040a6349cb7f9a7273318a78bfa0cd97eabb4797fc40 DIST makemkv-bin-1.8.0.tar.gz 4843544 SHA256 0c8c4914336c8d864bac81222eb555f37b0f5aa4755767618176c5b25b2e86b8 SHA512 f20332d7cebb140611e8209ccdd99eaec6c04d57df2eb4e0b02c24126447a99bbaf1f422b01c2fad951bcec82dd7770f8f1915be31b64b0c4321eb67193959da WHIRLPOOL bedd7f23a19dda25f8053516c9c12279a958aa610fdf64c7f4261964b82dd954a9862063e65c813c0b39cb081a3027359ace83372c1037bcef161354b6097251 -DIST makemkv-oss-1.7.8.tar.gz 493693 SHA256 f972df373570ea0f3cc8f829c23c9f3efc23a89c7b38f7c07869fdbb9dc8ab37 SHA512 f6d51f27afde358a81c6734fee8f2af63e6573371ecafd2a19374d26ec6c48e23b32dbb17ab56fdbf00ebd445586ff6ee856aeb666498e755a9868f6d9b49bd3 WHIRLPOOL e2d5753b149d280557ff506adc64ff37a00da5050574cfa23c395c52c4cf44e67e57b1ead5830d7b0563dd3e08e28ce36e111cae9e7900ed9983bd2b64c5cdbd DIST makemkv-oss-1.8.0.tar.gz 4108929 SHA256 636ab28378b6301f4f83a31695877452cc041777bfbdb622889b89ffe7ad414e SHA512 c7db83ceca9d609325abade39f12a8c323091146a0f35abe25f249f5c1887a294828d9b2cddf61302255533a6ebf137dec56158a642ca40d9690b6ccc5ca7187 WHIRLPOOL 7c1223fef4a23b6164db989f2326cf9514fffa990b46a76c3bb79174b1790a60e846e897bca0591aba301554d1f1df756eb2311031425b7a95253ea82b4b191d diff --git a/media-video/makemkv/makemkv-1.7.8.ebuild b/media-video/makemkv/makemkv-1.7.8.ebuild deleted file mode 100644 index d8eedce1cc20..000000000000 --- a/media-video/makemkv/makemkv-1.7.8.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/makemkv/makemkv-1.7.8.ebuild,v 1.1 2012/11/25 18:02:25 mattm Exp $ - -EAPI=4 -inherit eutils gnome2-utils multilib - -MY_P=makemkv-oss-${PV} -MY_PB=makemkv-bin-${PV} - -DESCRIPTION="Tool for ripping Blu-Ray, HD-DVD and DVD discs and copying content to a Matroska container" -HOMEPAGE="http://www.makemkv.com/" -SRC_URI="http://www.makemkv.com/download/old/${MY_P}.tar.gz - http://www.makemkv.com/download/old/${MY_PB}.tar.gz" - -LICENSE="LGPL-2.1 MPL-1.1 MakeMKV-EULA openssl" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="multilib" - -QA_PREBUILT="opt/bin/makemkvcon opt/bin/mmdtsdec" -RESTRICT="mirror" - -RDEPEND="dev-libs/expat - dev-libs/openssl:0 - sys-libs/zlib - virtual/opengl - x11-libs/qt-core:4 - x11-libs/qt-dbus:4 - x11-libs/qt-gui:4 - amd64? ( multilib? ( app-emulation/emul-linux-x86-baselibs ) )" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch "${FILESDIR}"/${P}-makefile.linux.patch -} - -src_compile() { - emake GCC="$(tc-getCC) ${CFLAGS} ${LDFLAGS}" -f makefile.linux -} - -src_install() { - # install oss package - dolib.so out/libdriveio.so.0 - dolib.so out/libmakemkv.so.1 - dosym libdriveio.so.0 /usr/$(get_libdir)/libdriveio.so.0.${PV} - dosym libdriveio.so.0 /usr/$(get_libdir)/libdriveio.so - dosym libmakemkv.so.1 /usr/$(get_libdir)/libmakemkv.so.1.${PV} - dosym libmakemkv.so.1 /usr/$(get_libdir)/libmakemkv.so - into /opt - dobin out/makemkv - - local res - for res in 16 22 32 64 128; do - newicon -s ${res} makemkvgui/src/img/${res}/mkv_icon.png ${PN}.png - done - - make_desktop_entry ${PN} MakeMKV ${PN} 'Qt;AudioVideo;Video' - - # install bin package - pushd "${WORKDIR}"/${MY_PB}/bin >/dev/null - if use x86; then - dobin i386/{makemkvcon,mmdtsdec} - elif use amd64; then - dobin amd64/makemkvcon - use multilib && dobin i386/mmdtsdec - fi - popd >/dev/null - - # install license and default profile - pushd "${WORKDIR}"/${MY_PB}/src/share >/dev/null - insinto /usr/share/MakeMKV - doins *.{gz,xml} - popd >/dev/null -} - -pkg_preinst() { gnome2_icon_savelist; } - -pkg_postinst() { - gnome2_icon_cache_update - - elog "While MakeMKV is in beta mode, upstream has provided a license" - elog "to use if you do not want to purchase one." - elog "" - elog "See this forum thread for more information, including the key:" - elog "http://www.makemkv.com/forum2/viewtopic.php?f=5&t=1053" - elog "" - elog "Note that beta license may have an expiration date and you will" - elog "need to check for newer licenses/releases. " - elog "" - elog "If this is a new install, remember to copy the default profile" - elog "to the config directory:" - elog "cp /usr/share/MakeMKV/default.mmcp.xml ~/.MakeMKV/" -} - -pkg_postrm() { gnome2_icon_cache_update; } diff --git a/media-video/makemkv/makemkv-1.8.0.ebuild b/media-video/makemkv/makemkv-1.8.0-r1.ebuild similarity index 92% rename from media-video/makemkv/makemkv-1.8.0.ebuild rename to media-video/makemkv/makemkv-1.8.0-r1.ebuild index 7fd14a2849fb..15e56519269b 100644 --- a/media-video/makemkv/makemkv-1.8.0.ebuild +++ b/media-video/makemkv/makemkv-1.8.0-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/makemkv/makemkv-1.8.0.ebuild,v 1.2 2013/02/22 04:57:53 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/makemkv/makemkv-1.8.0-r1.ebuild,v 1.1 2013/02/22 12:56:13 mattm Exp $ EAPI=4 -inherit eutils gnome2-utils multilib +inherit eutils gnome2-utils multilib flag-o-matic MY_P=makemkv-oss-${PV} MY_PB=makemkv-bin-${PV} @@ -37,6 +37,10 @@ src_prepare() { epatch "${FILESDIR}"/${P}-makefile.linux.patch } +src_configure() { + replace-flags -O* -Os +} + src_compile() { emake GCC="$(tc-getCC) ${CFLAGS} ${LDFLAGS}" -f makefile.linux } @@ -54,7 +58,7 @@ src_install() { local res for res in 16 22 32 64 128; do - newicon -s ${res} makemkvgui/share/icons/${res}/makemkv.png ${PN}.png + newicon -s ${res} makemkvgui/share/icons/${res}x${res}/makemkv.png ${PN}.png done make_desktop_entry ${PN} MakeMKV ${PN} 'Qt;AudioVideo;Video' diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index 32ae904e5321..3f45994c775d 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Fri, 22 Feb 2013 10:36:53 +0000 +Fri, 22 Feb 2013 17:06:53 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index c9c3c8a7520a..3f45994c775d 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Fri, 22 Feb 2013 10:36:54 +0000 +Fri, 22 Feb 2013 17:06:53 +0000 diff --git a/metadata/md5-cache/app-crypt/mit-krb5-1.11.1 b/metadata/md5-cache/app-crypt/mit-krb5-1.11.1 new file mode 100644 index 000000000000..d72804e5fe9a --- /dev/null +++ b/metadata/md5-cache/app-crypt/mit-krb5-1.11.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install preinst prepare setup test unpack +DEPEND=!!app-crypt/heimdal >=sys-libs/e2fsprogs-libs-1.41.0 dev-libs/libverto keyutils? ( sys-apps/keyutils ) openldap? ( net-nds/openldap ) pkinit? ( dev-libs/openssl ) xinetd? ( sys-apps/xinetd ) virtual/yacc doc? ( virtual/latex-base ) test? ( dev-lang/tcl dev-lang/python dev-util/dejagnu ) +DESCRIPTION=MIT Kerberos V +EAPI=5 +HOMEPAGE=http://web.mit.edu/kerberos/www/ +IUSE=doc +keyutils openldap +pkinit +threads test xinetd +KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~ppc ~x86 +LICENSE=openafs-krb5-a BSD MIT OPENLDAP BSD-2 HPND BSD-4 ISC RSA CC-BY-SA-3.0 || ( BSD-2 GPL-2+ ) +RDEPEND=!!app-crypt/heimdal >=sys-libs/e2fsprogs-libs-1.41.0 dev-libs/libverto keyutils? ( sys-apps/keyutils ) openldap? ( net-nds/openldap ) pkinit? ( dev-libs/openssl ) xinetd? ( sys-apps/xinetd ) +SLOT=0 +SRC_URI=http://web.mit.edu/kerberos/dist/krb5/1.11/krb5-1.11.1-signed.tar +_eclasses_=eutils f2731576962f01811c9573b3323fa374 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b python-any-r1 9bedbe95123c76570994470ea4e0cc5b python-utils-r1 120bfd06803274b3d1b986d506302851 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=beb665ac3e5723817e9226d198f190b7 diff --git a/metadata/md5-cache/app-emulation/xen-tools-4.2.0-r3 b/metadata/md5-cache/app-emulation/xen-tools-4.2.0-r3 index 8854ad640a6e..572e74533660 100644 --- a/metadata/md5-cache/app-emulation/xen-tools-4.2.0-r3 +++ b/metadata/md5-cache/app-emulation/xen-tools-4.2.0-r3 @@ -1,15 +1,15 @@ DEFINED_PHASES=compile install postinst prepare setup -DEPEND==dev-lang/ocaml-3.12.0 ) screen? ( app-misc/screen app-admin/logrotate ) virtual/udev +RDEPEND=dev-libs/yajl dev-python/lxml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/pypam[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] sys-libs/zlib sys-power/iasl ocaml? ( dev-ml/findlib ) hvm? ( media-libs/libsdl ) python_single_target_python2_6? ( dev-lang/python:2.6[xml,threads] ) python_single_target_python2_7? ( dev-lang/python:2.7[xml,threads] ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] api? ( dev-libs/libxml2 net-misc/curl ) python_single_target_python2_6? ( dev-lang/python:2.6[xml,threads] ) python_single_target_python2_7? ( dev-lang/python:2.7[xml,threads] ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] pygrub? ( python_single_target_python2_6? ( dev-lang/python:2.6[ncurses] ) python_single_target_python2_7? ( dev-lang/python:2.7[ncurses] ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) sys-apps/iproute2 net-misc/bridge-utils ocaml? ( >=dev-lang/ocaml-3.12.0 ) screen? ( app-misc/screen app-admin/logrotate ) virtual/udev REQUIRED_USE=hvm? ( qemu ) RESTRICT=test SLOT=0 SRC_URI=http://bits.xensource.com/oss-xen/release/4.2.0/xen-4.2.0.tar.gz http://dev.gentoo.org/~idella4/tarballs/ipxe.tar.gz http://dev.gentoo.org/~idella4/tarballs/seabios-0-20121121.tar.bz2 _eclasses_=eutils f2731576962f01811c9573b3323fa374 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b python-single-r1 ac5bf9438dc6ee497650a74d7a1402c2 python-utils-r1 120bfd06803274b3d1b986d506302851 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e udev fea2246732f911905d6991fed203e65c user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=68fe644f4d4e529d8330acc5774d3a27 +_md5_=e2cf476cdd52afe6ca0771b1ee4188b1 diff --git a/metadata/md5-cache/app-emulation/xen-tools-4.2.1-r1 b/metadata/md5-cache/app-emulation/xen-tools-4.2.1-r1 index 0bb6736444ab..69c56fb21041 100644 --- a/metadata/md5-cache/app-emulation/xen-tools-4.2.1-r1 +++ b/metadata/md5-cache/app-emulation/xen-tools-4.2.1-r1 @@ -1,15 +1,15 @@ DEFINED_PHASES=compile install postinst prepare setup -DEPEND==dev-lang/ocaml-3.12.0 ) screen? ( app-misc/screen app-admin/logrotate ) virtual/udev +RDEPEND=dev-libs/yajl dev-python/lxml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/pypam[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/pyxml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] sys-libs/zlib sys-power/iasl ocaml? ( dev-ml/findlib ) hvm? ( media-libs/libsdl ) python_single_target_python2_6? ( dev-lang/python:2.6[xml,threads] ) python_single_target_python2_7? ( dev-lang/python:2.7[xml,threads] ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] api? ( dev-libs/libxml2 net-misc/curl ) python_single_target_python2_6? ( dev-lang/python:2.6[xml,threads] ) python_single_target_python2_7? ( dev-lang/python:2.7[xml,threads] ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] pygrub? ( python_single_target_python2_6? ( dev-lang/python:2.6[ncurses] ) python_single_target_python2_7? ( dev-lang/python:2.7[ncurses] ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) sys-apps/iproute2 net-misc/bridge-utils ocaml? ( >=dev-lang/ocaml-3.12.0 ) screen? ( app-misc/screen app-admin/logrotate ) virtual/udev REQUIRED_USE=hvm? ( qemu ) RESTRICT=test SLOT=0 SRC_URI=http://bits.xensource.com/oss-xen/release/4.2.1/xen-4.2.1.tar.gz http://dev.gentoo.org/~idella4/tarballs/ipxe.tar.gz http://dev.gentoo.org/~idella4/tarballs/seabios-0-20121121.tar.bz2 _eclasses_=eutils f2731576962f01811c9573b3323fa374 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b python-single-r1 ac5bf9438dc6ee497650a74d7a1402c2 python-utils-r1 120bfd06803274b3d1b986d506302851 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e udev fea2246732f911905d6991fed203e65c user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=8aa35e4ecb1cd21ff18a55fcaa63a4aa +_md5_=665e915e73692cf3eade2d4259155387 diff --git a/metadata/md5-cache/dev-lang/v8-3.15.11.15 b/metadata/md5-cache/dev-lang/v8-3.15.11.15 index 3bf2b9ad2323..4a5bc2fec1b3 100644 --- a/metadata/md5-cache/dev-lang/v8-3.15.11.15 +++ b/metadata/md5-cache/dev-lang/v8-3.15.11.15 @@ -3,9 +3,9 @@ DEPEND=|| ( dev-lang/python:2.7 dev-lang/python:2.6 ) DESCRIPTION=Google's open source JavaScript engine EAPI=5 HOMEPAGE=http://code.google.com/p/v8 -KEYWORDS=~amd64 ~arm ~x86 ~x86-fbsd ~x64-macos ~x86-macos +KEYWORDS=amd64 ~arm x86 ~x86-fbsd ~x64-macos ~x86-macos LICENSE=BSD SLOT=0/3.15.11 SRC_URI=http://commondatastorage.googleapis.com/chromium-browser-official/v8-3.15.11.15.tar.bz2 _eclasses_=eutils f2731576962f01811c9573b3323fa374 multilib ded93e450747134a079e647d888aa80b pax-utils 0ace932c4045349c7fc1af0fe7091acf python-any-r1 9bedbe95123c76570994470ea4e0cc5b python-utils-r1 120bfd06803274b3d1b986d506302851 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=df646f68c0c185abc5a4222b0ebebfc4 +_md5_=7c39900f0e5e102f2b6a79ad0d3b0547 diff --git a/metadata/md5-cache/dev-libs/cyrus-sasl-2.1.26 b/metadata/md5-cache/dev-libs/cyrus-sasl-2.1.26 new file mode 100644 index 000000000000..72c07430ebce --- /dev/null +++ b/metadata/md5-cache/dev-libs/cyrus-sasl-2.1.26 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst preinst prepare setup +DEPEND=net-mail/mailbase authdaemond? ( || ( net-mail/courier-imap mail-mta/courier ) ) berkdb? ( >=sys-libs/db-3.2 ) gdbm? ( >=sys-libs/gdbm-1.8.0 ) kerberos? ( virtual/krb5 ) openldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl ) java? ( >=virtual/jdk-1.4 ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool java? ( >=dev-java/java-config-2.1.9-r1 ) +DESCRIPTION=The Cyrus SASL (Simple Authentication and Security Layer). +EAPI=5 +HOMEPAGE=http://cyrusimap.web.cmu.edu/ +IUSE=authdaemond berkdb gdbm kerberos ldapdb openldap mysql pam postgres sample sqlite srp ssl static-libs urandom elibc_FreeBSD java +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd +LICENSE=BSD-with-attribution +RDEPEND=net-mail/mailbase authdaemond? ( || ( net-mail/courier-imap mail-mta/courier ) ) berkdb? ( >=sys-libs/db-3.2 ) gdbm? ( >=sys-libs/gdbm-1.8.0 ) kerberos? ( virtual/krb5 ) openldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl ) java? ( >=virtual/jdk-1.4 ) java? ( >=dev-java/java-config-2.1.9-r1 ) +SLOT=2 +SRC_URI=ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-2.1.26.tar.gz +_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 db-use 2f5d6a2718559b90a51648d8ff58be83 eutils f2731576962f01811c9573b3323fa374 flag-o-matic d900015de4e092f26d8c0a18b6bd60de java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 dcda71e114d638cdf01db57b8445337d libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=deb08a184622b4f9066ef5e689c6ef20 diff --git a/metadata/md5-cache/dev-libs/jrtplib-3.9.1 b/metadata/md5-cache/dev-libs/jrtplib-3.9.1 new file mode 100644 index 000000000000..ed9b1f6dabe8 --- /dev/null +++ b/metadata/md5-cache/dev-libs/jrtplib-3.9.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=>=dev-libs/jthread-1.3.0[static-libs?] sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=Object-oriented RTP library written in C++ +EAPI=5 +HOMEPAGE=http://research.edm.uhasselt.be/~jori/page/index.php?n=CS.Jrtplib +IUSE=static-libs +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=>=dev-libs/jthread-1.3.0[static-libs?] +SLOT=0 +SRC_URI=http://research.edm.uhasselt.be/jori/jrtplib/jrtplib-3.9.1.tar.bz2 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 2dda478e7e4206f6fb1aa72785cb5ef7 eutils f2731576962f01811c9573b3323fa374 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=c97fb185d56fe9c6b62f6880997a88e0 diff --git a/metadata/md5-cache/dev-libs/libole2-0.2.4-r1 b/metadata/md5-cache/dev-libs/libole2-0.2.4-r1 deleted file mode 100644 index 4ed4201236dd..000000000000 --- a/metadata/md5-cache/dev-libs/libole2-0.2.4-r1 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install postinst unpack -DEPEND==dev-libs/glib-1.2* dev-util/gtk-doc -DESCRIPTION=Library to manipulate OLE2 Structured Storage files -HOMEPAGE=http://www.gnome.org/ -KEYWORDS=alpha ~amd64 ppc sparc x86 -LICENSE=GPL-2 -RDEPEND==dev-libs/glib-1.2* -SLOT=0 -SRC_URI=mirror://gnome/sources/libole2/0.2/libole2-0.2.4.tar.bz2 -_eclasses_=eutils f2731576962f01811c9573b3323fa374 gnome.org 8fef8f967214f56e08fa92d61163d891 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=3381b63cc80963064812146d557538db diff --git a/metadata/md5-cache/dev-vcs/subversion-1.7.8 b/metadata/md5-cache/dev-vcs/subversion-1.7.8 new file mode 100644 index 000000000000..268189d9f0eb --- /dev/null +++ b/metadata/md5-cache/dev-vcs/subversion-1.7.8 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile config configure install postinst postrm preinst prepare setup test unpack +DEPEND=>=dev-db/sqlite-3.4 >=dev-libs/apr-1.3:1 >=dev-libs/apr-util-1.3:1 dev-libs/expat sys-libs/zlib berkdb? ( >=sys-libs/db-4.0.14 ) ctypes-python? ( python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) gnome-keyring? ( dev-libs/glib:2 sys-apps/dbus gnome-base/gnome-keyring ) kde? ( sys-apps/dbus x11-libs/qt-core:4 x11-libs/qt-dbus:4 x11-libs/qt-gui:4 >=kde-base/kdelibs-4:4 ) perl? ( dev-lang/perl ) python? ( python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) ruby? ( >=dev-lang/ruby-1.8.2:1.8 ) sasl? ( dev-libs/cyrus-sasl ) webdav-neon? ( >=net-libs/neon-0.28 ) webdav-serf? ( >=net-libs/serf-0.3.0 ) python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] !!=virtual/jdk-1.5 ) kde? ( virtual/pkgconfig ) nls? ( sys-devel/gettext ) webdav-neon? ( virtual/pkgconfig ) apache2? ( =www-servers/apache-2* ) sys-devel/automake >=sys-devel/autoconf-2.68 sys-devel/libtool java? ( >=dev-java/java-config-2.1.9-r1 ) dev-lang/perl[-build] +DESCRIPTION=Advanced version control system +EAPI=5 +HOMEPAGE=http://subversion.apache.org/ +IUSE=apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring java kde nls perl python ruby sasl vim-syntax +webdav-neon webdav-serf apache2 python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 elibc_FreeBSD java +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=Subversion GPL-2 +RDEPEND=>=dev-db/sqlite-3.4 >=dev-libs/apr-1.3:1 >=dev-libs/apr-util-1.3:1 dev-libs/expat sys-libs/zlib berkdb? ( >=sys-libs/db-4.0.14 ) ctypes-python? ( python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) gnome-keyring? ( dev-libs/glib:2 sys-apps/dbus gnome-base/gnome-keyring ) kde? ( sys-apps/dbus x11-libs/qt-core:4 x11-libs/qt-dbus:4 x11-libs/qt-gui:4 >=kde-base/kdelibs-4:4 ) perl? ( dev-lang/perl ) python? ( python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) ruby? ( >=dev-lang/ruby-1.8.2:1.8 ) sasl? ( dev-libs/cyrus-sasl ) webdav-neon? ( >=net-libs/neon-0.28 ) webdav-serf? ( >=net-libs/serf-0.3.0 ) apache2? ( www-servers/apache[apache2_modules_dav] ) java? ( >=virtual/jre-1.5 ) kde? ( kde-base/kwalletd ) nls? ( virtual/libintl ) perl? ( dev-perl/URI ) apache2? ( =www-servers/apache-2* ) java? ( >=dev-java/java-config-2.1.9-r1 ) dev-lang/perl[-build] +SLOT=0 +SRC_URI=mirror://apache/subversion/subversion-1.7.8.tar.bz2 +_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 base ec46b36a6f6fd1d0b505a33e0b74e413 bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 db-use 2f5d6a2718559b90a51648d8ff58be83 depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd distutils-r1 c1131fe0edfa126f6b87c238f28da659 elisp-common 21605c8f0b2a5ffa3233faeb3f9df309 eutils f2731576962f01811c9573b3323fa374 flag-o-matic d900015de4e092f26d8c0a18b6bd60de java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 dcda71e114d638cdf01db57b8445337d libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-module 825d3d7654c88c5c4dec7400d3612578 python-r1 048b50bedc7713734694d95a872490a6 python-utils-r1 120bfd06803274b3d1b986d506302851 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=3a75cacb0e53e7363cbd6f4973612f3a diff --git a/metadata/md5-cache/mail-client/thunderbird-10.0.10 b/metadata/md5-cache/mail-client/thunderbird-10.0.10 deleted file mode 100644 index 2c1960be53b0..000000000000 --- a/metadata/md5-cache/mail-client/thunderbird-10.0.10 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare setup unpack -DEPEND=>=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.13.6 >=dev-libs/nspr-4.9.2 >=dev-libs/glib-2.26 gconf? ( >=gnome-base/gconf-1.2.1:2 ) >=media-libs/libpng-1.5.9[apng] >=x11-libs/cairo-1.10 >=x11-libs/pango-1.14.0 >=x11-libs/gtk+-2.14 webm? ( >=media-libs/libvpx-1.0.0 media-libs/alsa-lib ) virtual/libffi !x11-plugins/enigmail system-sqlite? ( >=dev-db/sqlite-3.7.7.1[fts3,secure-delete,unlock-notify,debug=] ) selinux? ( sec-policy/selinux-thunderbird ) crypt? ( || ( ( >=app-crypt/gnupg-2.0 || ( app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] ) ) =app-crypt/gnupg-1.4* ) ) virtual/pkgconfig webm? ( x86? ( >=dev-lang/yasm-1.1 ) amd64? ( >=dev-lang/yasm-1.1 ) ) x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 virtual/pkgconfig || ( dev-lang/python:2.7[threads,sqlite] ) app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) virtual/freedesktop-icon-theme dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) =sys-devel/autoconf-2.1* sys-devel/libtool app-arch/unzip -DESCRIPTION=Thunderbird Mail Client -EAPI=3 -HOMEPAGE=http://www.mozilla.com/en-US/thunderbird/ -IUSE=bindist gconf +crypt +ipc +lightning +minimal mozdom +webm selinux custom-cflags custom-optimization +alsa +dbus debug libnotify startup-notification system-sqlite wifi linguas_ar linguas_ast linguas_be linguas_bg linguas_bn_BD linguas_br linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_es_AR linguas_es_ES linguas_et linguas_eu linguas_fi linguas_fr linguas_fy_NL linguas_ga_IE linguas_gd linguas_gl linguas_he linguas_hu linguas_id linguas_is linguas_it linguas_ja linguas_ko linguas_lt linguas_nb_NO linguas_nl linguas_nn_NO linguas_pa_IN linguas_pl linguas_pt_BR linguas_pt_PT linguas_rm linguas_ro linguas_ru linguas_si linguas_sk linguas_sl linguas_sq linguas_sr linguas_sv_SE linguas_ta_LK linguas_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW -KEYWORDS=amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux -LICENSE=MPL-1.1 GPL-2 LGPL-2.1 -RDEPEND=>=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.13.6 >=dev-libs/nspr-4.9.2 >=dev-libs/glib-2.26 gconf? ( >=gnome-base/gconf-1.2.1:2 ) >=media-libs/libpng-1.5.9[apng] >=x11-libs/cairo-1.10 >=x11-libs/pango-1.14.0 >=x11-libs/gtk+-2.14 webm? ( >=media-libs/libvpx-1.0.0 media-libs/alsa-lib ) virtual/libffi !x11-plugins/enigmail system-sqlite? ( >=dev-db/sqlite-3.7.7.1[fts3,secure-delete,unlock-notify,debug=] ) selinux? ( sec-policy/selinux-thunderbird ) crypt? ( || ( ( >=app-crypt/gnupg-2.0 || ( app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] ) ) =app-crypt/gnupg-1.4* ) ) x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) virtual/freedesktop-icon-theme dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) -SLOT=0 -SRC_URI=linguas_ar? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/ar.xpi -> thunderbird-10.0.10esr-ar.xpi ) linguas_ast? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/ast.xpi -> thunderbird-10.0.10esr-ast.xpi ) linguas_be? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/be.xpi -> thunderbird-10.0.10esr-be.xpi ) linguas_bg? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/bg.xpi -> thunderbird-10.0.10esr-bg.xpi ) linguas_bn_BD? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/bn-BD.xpi -> thunderbird-10.0.10esr-bn-BD.xpi ) linguas_br? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/br.xpi -> thunderbird-10.0.10esr-br.xpi ) linguas_ca? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/ca.xpi -> thunderbird-10.0.10esr-ca.xpi ) linguas_cs? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/cs.xpi -> thunderbird-10.0.10esr-cs.xpi ) linguas_da? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/da.xpi -> thunderbird-10.0.10esr-da.xpi ) linguas_de? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/de.xpi -> thunderbird-10.0.10esr-de.xpi ) linguas_el? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/el.xpi -> thunderbird-10.0.10esr-el.xpi ) linguas_en_GB? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/en-GB.xpi -> thunderbird-10.0.10esr-en-GB.xpi ) linguas_es_AR? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/es-AR.xpi -> thunderbird-10.0.10esr-es-AR.xpi ) linguas_es_ES? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/es-ES.xpi -> thunderbird-10.0.10esr-es-ES.xpi ) linguas_et? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/et.xpi -> thunderbird-10.0.10esr-et.xpi ) linguas_eu? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/eu.xpi -> thunderbird-10.0.10esr-eu.xpi ) linguas_fi? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/fi.xpi -> thunderbird-10.0.10esr-fi.xpi ) linguas_fr? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/fr.xpi -> thunderbird-10.0.10esr-fr.xpi ) linguas_fy_NL? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/fy-NL.xpi -> thunderbird-10.0.10esr-fy-NL.xpi ) linguas_ga_IE? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/ga-IE.xpi -> thunderbird-10.0.10esr-ga-IE.xpi ) linguas_gd? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/gd.xpi -> thunderbird-10.0.10esr-gd.xpi ) linguas_gl? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/gl.xpi -> thunderbird-10.0.10esr-gl.xpi ) linguas_he? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/he.xpi -> thunderbird-10.0.10esr-he.xpi ) linguas_hu? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/hu.xpi -> thunderbird-10.0.10esr-hu.xpi ) linguas_id? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/id.xpi -> thunderbird-10.0.10esr-id.xpi ) linguas_is? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/is.xpi -> thunderbird-10.0.10esr-is.xpi ) linguas_it? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/it.xpi -> thunderbird-10.0.10esr-it.xpi ) linguas_ja? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/ja.xpi -> thunderbird-10.0.10esr-ja.xpi ) linguas_ko? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/ko.xpi -> thunderbird-10.0.10esr-ko.xpi ) linguas_lt? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/lt.xpi -> thunderbird-10.0.10esr-lt.xpi ) linguas_nb_NO? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/nb-NO.xpi -> thunderbird-10.0.10esr-nb-NO.xpi ) linguas_nl? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/nl.xpi -> thunderbird-10.0.10esr-nl.xpi ) linguas_nn_NO? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/nn-NO.xpi -> thunderbird-10.0.10esr-nn-NO.xpi ) linguas_pa_IN? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/pa-IN.xpi -> thunderbird-10.0.10esr-pa-IN.xpi ) linguas_pl? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/pl.xpi -> thunderbird-10.0.10esr-pl.xpi ) linguas_pt_BR? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/pt-BR.xpi -> thunderbird-10.0.10esr-pt-BR.xpi ) linguas_pt_PT? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/pt-PT.xpi -> thunderbird-10.0.10esr-pt-PT.xpi ) linguas_rm? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/rm.xpi -> thunderbird-10.0.10esr-rm.xpi ) linguas_ro? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/ro.xpi -> thunderbird-10.0.10esr-ro.xpi ) linguas_ru? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/ru.xpi -> thunderbird-10.0.10esr-ru.xpi ) linguas_si? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/si.xpi -> thunderbird-10.0.10esr-si.xpi ) linguas_sk? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/sk.xpi -> thunderbird-10.0.10esr-sk.xpi ) linguas_sl? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/sl.xpi -> thunderbird-10.0.10esr-sl.xpi ) linguas_sq? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/sq.xpi -> thunderbird-10.0.10esr-sq.xpi ) linguas_sr? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/sr.xpi -> thunderbird-10.0.10esr-sr.xpi ) linguas_sv_SE? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/sv-SE.xpi -> thunderbird-10.0.10esr-sv-SE.xpi ) linguas_ta_LK? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/ta-LK.xpi -> thunderbird-10.0.10esr-ta-LK.xpi ) linguas_tr? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/tr.xpi -> thunderbird-10.0.10esr-tr.xpi ) linguas_uk? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/uk.xpi -> thunderbird-10.0.10esr-uk.xpi ) linguas_vi? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/vi.xpi -> thunderbird-10.0.10esr-vi.xpi ) linguas_zh_CN? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/zh-CN.xpi -> thunderbird-10.0.10esr-zh-CN.xpi ) linguas_zh_TW? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.10esr/linux-i686/xpi/zh-TW.xpi -> thunderbird-10.0.10esr-zh-TW.xpi ) ftp://ftp.mozilla.org/pub/thunderbird/releases/10.0.10esr/source/thunderbird-10.0.10esr.source.tar.bz2 crypt? ( http://www.mozilla-enigmail.org/download/source/enigmail-1.3.5.tar.gz ) http://dev.gentoo.org/~anarchy/mozilla/patchsets/thunderbird-10.0-patches-0.1.tar.xz http://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-10.0-patches-0.9.tar.xz -_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils f2731576962f01811c9573b3323fa374 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac makeedit 5be302268d425e0429d2f1ee3ba3f5a3 mozconfig-3 4eecca819170c6b71a66bda7fd56c503 mozcoreconf-2 2a626ad4c1fc2464ae55194bcc880b38 mozextension 3555597bb9fa8d695bf69f250bf59a1a mozlinguas 5b1ba3795fea6a2fcced53a5c01b5ea6 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 nsplugins b195a1306f4ee7cf507037dc6aa5ba89 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-any-r1 9bedbe95123c76570994470ea4e0cc5b python-utils-r1 120bfd06803274b3d1b986d506302851 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=ae35542b21dbfa1e6455975bc2146c6c diff --git a/metadata/md5-cache/mail-client/thunderbird-10.0.6 b/metadata/md5-cache/mail-client/thunderbird-10.0.6 deleted file mode 100644 index 297e6e422628..000000000000 --- a/metadata/md5-cache/mail-client/thunderbird-10.0.6 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare setup unpack -DEPEND=>=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.13.1 >=dev-libs/nspr-4.8.8 >=dev-libs/glib-2.26 gconf? ( >=gnome-base/gconf-1.2.1:2 ) >=media-libs/libpng-1.5.9[apng] >=x11-libs/cairo-1.10 >=x11-libs/pango-1.14.0 >=x11-libs/gtk+-2.14 webm? ( >=media-libs/libvpx-1.0.0 media-libs/alsa-lib ) virtual/libffi !x11-plugins/enigmail system-sqlite? ( >=dev-db/sqlite-3.7.7.1[fts3,secure-delete,unlock-notify,debug=] ) selinux? ( sec-policy/selinux-thunderbird ) crypt? ( || ( ( >=app-crypt/gnupg-2.0 || ( app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] ) ) =app-crypt/gnupg-1.4* ) ) virtual/pkgconfig webm? ( x86? ( >=dev-lang/yasm-1.1 ) amd64? ( >=dev-lang/yasm-1.1 ) ) x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 virtual/pkgconfig || ( dev-lang/python:2.7[threads,sqlite] ) app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) virtual/freedesktop-icon-theme dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) =sys-devel/autoconf-2.1* sys-devel/libtool app-arch/unzip -DESCRIPTION=Thunderbird Mail Client -EAPI=3 -HOMEPAGE=http://www.mozilla.com/en-US/thunderbird/ -IUSE=bindist gconf +crypt +ipc +lightning +minimal mozdom +webm selinux custom-cflags custom-optimization +alsa +dbus debug libnotify startup-notification system-sqlite wifi linguas_ar linguas_ast linguas_be linguas_bg linguas_bn_BD linguas_br linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_es_AR linguas_es_ES linguas_et linguas_eu linguas_fi linguas_fr linguas_fy_NL linguas_ga_IE linguas_gd linguas_gl linguas_he linguas_hu linguas_id linguas_is linguas_it linguas_ja linguas_ko linguas_lt linguas_nb_NO linguas_nl linguas_nn_NO linguas_pa_IN linguas_pl linguas_pt_BR linguas_pt_PT linguas_rm linguas_ro linguas_ru linguas_si linguas_sk linguas_sl linguas_sq linguas_sr linguas_sv_SE linguas_ta_LK linguas_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW -KEYWORDS=amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux -LICENSE=MPL-1.1 GPL-2 LGPL-2.1 -RDEPEND=>=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.13.1 >=dev-libs/nspr-4.8.8 >=dev-libs/glib-2.26 gconf? ( >=gnome-base/gconf-1.2.1:2 ) >=media-libs/libpng-1.5.9[apng] >=x11-libs/cairo-1.10 >=x11-libs/pango-1.14.0 >=x11-libs/gtk+-2.14 webm? ( >=media-libs/libvpx-1.0.0 media-libs/alsa-lib ) virtual/libffi !x11-plugins/enigmail system-sqlite? ( >=dev-db/sqlite-3.7.7.1[fts3,secure-delete,unlock-notify,debug=] ) selinux? ( sec-policy/selinux-thunderbird ) crypt? ( || ( ( >=app-crypt/gnupg-2.0 || ( app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] ) ) =app-crypt/gnupg-1.4* ) ) x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) virtual/freedesktop-icon-theme dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) -SLOT=0 -SRC_URI=linguas_ar? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/ar.xpi -> thunderbird-10.0.6esr-ar.xpi ) linguas_ast? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/ast.xpi -> thunderbird-10.0.6esr-ast.xpi ) linguas_be? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/be.xpi -> thunderbird-10.0.6esr-be.xpi ) linguas_bg? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/bg.xpi -> thunderbird-10.0.6esr-bg.xpi ) linguas_bn_BD? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/bn-BD.xpi -> thunderbird-10.0.6esr-bn-BD.xpi ) linguas_br? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/br.xpi -> thunderbird-10.0.6esr-br.xpi ) linguas_ca? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/ca.xpi -> thunderbird-10.0.6esr-ca.xpi ) linguas_cs? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/cs.xpi -> thunderbird-10.0.6esr-cs.xpi ) linguas_da? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/da.xpi -> thunderbird-10.0.6esr-da.xpi ) linguas_de? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/de.xpi -> thunderbird-10.0.6esr-de.xpi ) linguas_el? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/el.xpi -> thunderbird-10.0.6esr-el.xpi ) linguas_en_GB? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/en-GB.xpi -> thunderbird-10.0.6esr-en-GB.xpi ) linguas_es_AR? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/es-AR.xpi -> thunderbird-10.0.6esr-es-AR.xpi ) linguas_es_ES? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/es-ES.xpi -> thunderbird-10.0.6esr-es-ES.xpi ) linguas_et? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/et.xpi -> thunderbird-10.0.6esr-et.xpi ) linguas_eu? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/eu.xpi -> thunderbird-10.0.6esr-eu.xpi ) linguas_fi? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/fi.xpi -> thunderbird-10.0.6esr-fi.xpi ) linguas_fr? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/fr.xpi -> thunderbird-10.0.6esr-fr.xpi ) linguas_fy_NL? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/fy-NL.xpi -> thunderbird-10.0.6esr-fy-NL.xpi ) linguas_ga_IE? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/ga-IE.xpi -> thunderbird-10.0.6esr-ga-IE.xpi ) linguas_gd? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/gd.xpi -> thunderbird-10.0.6esr-gd.xpi ) linguas_gl? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/gl.xpi -> thunderbird-10.0.6esr-gl.xpi ) linguas_he? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/he.xpi -> thunderbird-10.0.6esr-he.xpi ) linguas_hu? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/hu.xpi -> thunderbird-10.0.6esr-hu.xpi ) linguas_id? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/id.xpi -> thunderbird-10.0.6esr-id.xpi ) linguas_is? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/is.xpi -> thunderbird-10.0.6esr-is.xpi ) linguas_it? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/it.xpi -> thunderbird-10.0.6esr-it.xpi ) linguas_ja? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/ja.xpi -> thunderbird-10.0.6esr-ja.xpi ) linguas_ko? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/ko.xpi -> thunderbird-10.0.6esr-ko.xpi ) linguas_lt? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/lt.xpi -> thunderbird-10.0.6esr-lt.xpi ) linguas_nb_NO? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/nb-NO.xpi -> thunderbird-10.0.6esr-nb-NO.xpi ) linguas_nl? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/nl.xpi -> thunderbird-10.0.6esr-nl.xpi ) linguas_nn_NO? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/nn-NO.xpi -> thunderbird-10.0.6esr-nn-NO.xpi ) linguas_pa_IN? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/pa-IN.xpi -> thunderbird-10.0.6esr-pa-IN.xpi ) linguas_pl? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/pl.xpi -> thunderbird-10.0.6esr-pl.xpi ) linguas_pt_BR? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/pt-BR.xpi -> thunderbird-10.0.6esr-pt-BR.xpi ) linguas_pt_PT? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/pt-PT.xpi -> thunderbird-10.0.6esr-pt-PT.xpi ) linguas_rm? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/rm.xpi -> thunderbird-10.0.6esr-rm.xpi ) linguas_ro? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/ro.xpi -> thunderbird-10.0.6esr-ro.xpi ) linguas_ru? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/ru.xpi -> thunderbird-10.0.6esr-ru.xpi ) linguas_si? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/si.xpi -> thunderbird-10.0.6esr-si.xpi ) linguas_sk? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/sk.xpi -> thunderbird-10.0.6esr-sk.xpi ) linguas_sl? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/sl.xpi -> thunderbird-10.0.6esr-sl.xpi ) linguas_sq? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/sq.xpi -> thunderbird-10.0.6esr-sq.xpi ) linguas_sr? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/sr.xpi -> thunderbird-10.0.6esr-sr.xpi ) linguas_sv_SE? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/sv-SE.xpi -> thunderbird-10.0.6esr-sv-SE.xpi ) linguas_ta_LK? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/ta-LK.xpi -> thunderbird-10.0.6esr-ta-LK.xpi ) linguas_tr? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/tr.xpi -> thunderbird-10.0.6esr-tr.xpi ) linguas_uk? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/uk.xpi -> thunderbird-10.0.6esr-uk.xpi ) linguas_vi? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/vi.xpi -> thunderbird-10.0.6esr-vi.xpi ) linguas_zh_CN? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/zh-CN.xpi -> thunderbird-10.0.6esr-zh-CN.xpi ) linguas_zh_TW? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.6esr/linux-i686/xpi/zh-TW.xpi -> thunderbird-10.0.6esr-zh-TW.xpi ) ftp://ftp.mozilla.org/pub/thunderbird/releases/10.0.6esr/source/thunderbird-10.0.6esr.source.tar.bz2 crypt? ( http://www.mozilla-enigmail.org/download/source/enigmail-1.3.5.tar.gz ) http://dev.gentoo.org/~anarchy/mozilla/patchsets/thunderbird-10.0-patches-0.1.tar.xz http://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-10.0-patches-0.9.tar.xz -_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils f2731576962f01811c9573b3323fa374 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac makeedit 5be302268d425e0429d2f1ee3ba3f5a3 mozconfig-3 4eecca819170c6b71a66bda7fd56c503 mozcoreconf-2 2a626ad4c1fc2464ae55194bcc880b38 mozextension 3555597bb9fa8d695bf69f250bf59a1a mozlinguas 5b1ba3795fea6a2fcced53a5c01b5ea6 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 nsplugins b195a1306f4ee7cf507037dc6aa5ba89 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-any-r1 9bedbe95123c76570994470ea4e0cc5b python-utils-r1 120bfd06803274b3d1b986d506302851 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=ad73b7fa43b990f534cf7de4f7771328 diff --git a/metadata/md5-cache/mail-client/thunderbird-10.0.7 b/metadata/md5-cache/mail-client/thunderbird-10.0.7 deleted file mode 100644 index 29d1acd7cad4..000000000000 --- a/metadata/md5-cache/mail-client/thunderbird-10.0.7 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare setup unpack -DEPEND=>=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.13.6 >=dev-libs/nspr-4.9.2 >=dev-libs/glib-2.26 gconf? ( >=gnome-base/gconf-1.2.1:2 ) >=media-libs/libpng-1.5.9[apng] >=x11-libs/cairo-1.10 >=x11-libs/pango-1.14.0 >=x11-libs/gtk+-2.14 webm? ( >=media-libs/libvpx-1.0.0 media-libs/alsa-lib ) virtual/libffi !x11-plugins/enigmail system-sqlite? ( >=dev-db/sqlite-3.7.7.1[fts3,secure-delete,unlock-notify,debug=] ) selinux? ( sec-policy/selinux-thunderbird ) crypt? ( || ( ( >=app-crypt/gnupg-2.0 || ( app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] ) ) =app-crypt/gnupg-1.4* ) ) virtual/pkgconfig webm? ( x86? ( >=dev-lang/yasm-1.1 ) amd64? ( >=dev-lang/yasm-1.1 ) ) x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 virtual/pkgconfig || ( dev-lang/python:2.7[threads,sqlite] ) app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) virtual/freedesktop-icon-theme dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) =sys-devel/autoconf-2.1* sys-devel/libtool app-arch/unzip -DESCRIPTION=Thunderbird Mail Client -EAPI=3 -HOMEPAGE=http://www.mozilla.com/en-US/thunderbird/ -IUSE=bindist gconf +crypt +ipc +lightning +minimal mozdom +webm selinux custom-cflags custom-optimization +alsa +dbus debug libnotify startup-notification system-sqlite wifi linguas_ar linguas_ast linguas_be linguas_bg linguas_bn_BD linguas_br linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_es_AR linguas_es_ES linguas_et linguas_eu linguas_fi linguas_fr linguas_fy_NL linguas_ga_IE linguas_gd linguas_gl linguas_he linguas_hu linguas_id linguas_is linguas_it linguas_ja linguas_ko linguas_lt linguas_nb_NO linguas_nl linguas_nn_NO linguas_pa_IN linguas_pl linguas_pt_BR linguas_pt_PT linguas_rm linguas_ro linguas_ru linguas_si linguas_sk linguas_sl linguas_sq linguas_sr linguas_sv_SE linguas_ta_LK linguas_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW -KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux -LICENSE=MPL-1.1 GPL-2 LGPL-2.1 -RDEPEND=>=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.13.6 >=dev-libs/nspr-4.9.2 >=dev-libs/glib-2.26 gconf? ( >=gnome-base/gconf-1.2.1:2 ) >=media-libs/libpng-1.5.9[apng] >=x11-libs/cairo-1.10 >=x11-libs/pango-1.14.0 >=x11-libs/gtk+-2.14 webm? ( >=media-libs/libvpx-1.0.0 media-libs/alsa-lib ) virtual/libffi !x11-plugins/enigmail system-sqlite? ( >=dev-db/sqlite-3.7.7.1[fts3,secure-delete,unlock-notify,debug=] ) selinux? ( sec-policy/selinux-thunderbird ) crypt? ( || ( ( >=app-crypt/gnupg-2.0 || ( app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] ) ) =app-crypt/gnupg-1.4* ) ) x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) virtual/freedesktop-icon-theme dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) -SLOT=0 -SRC_URI=linguas_ar? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/ar.xpi -> thunderbird-10.0.7esr-ar.xpi ) linguas_ast? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/ast.xpi -> thunderbird-10.0.7esr-ast.xpi ) linguas_be? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/be.xpi -> thunderbird-10.0.7esr-be.xpi ) linguas_bg? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/bg.xpi -> thunderbird-10.0.7esr-bg.xpi ) linguas_bn_BD? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/bn-BD.xpi -> thunderbird-10.0.7esr-bn-BD.xpi ) linguas_br? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/br.xpi -> thunderbird-10.0.7esr-br.xpi ) linguas_ca? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/ca.xpi -> thunderbird-10.0.7esr-ca.xpi ) linguas_cs? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/cs.xpi -> thunderbird-10.0.7esr-cs.xpi ) linguas_da? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/da.xpi -> thunderbird-10.0.7esr-da.xpi ) linguas_de? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/de.xpi -> thunderbird-10.0.7esr-de.xpi ) linguas_el? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/el.xpi -> thunderbird-10.0.7esr-el.xpi ) linguas_en_GB? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/en-GB.xpi -> thunderbird-10.0.7esr-en-GB.xpi ) linguas_es_AR? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/es-AR.xpi -> thunderbird-10.0.7esr-es-AR.xpi ) linguas_es_ES? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/es-ES.xpi -> thunderbird-10.0.7esr-es-ES.xpi ) linguas_et? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/et.xpi -> thunderbird-10.0.7esr-et.xpi ) linguas_eu? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/eu.xpi -> thunderbird-10.0.7esr-eu.xpi ) linguas_fi? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/fi.xpi -> thunderbird-10.0.7esr-fi.xpi ) linguas_fr? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/fr.xpi -> thunderbird-10.0.7esr-fr.xpi ) linguas_fy_NL? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/fy-NL.xpi -> thunderbird-10.0.7esr-fy-NL.xpi ) linguas_ga_IE? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/ga-IE.xpi -> thunderbird-10.0.7esr-ga-IE.xpi ) linguas_gd? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/gd.xpi -> thunderbird-10.0.7esr-gd.xpi ) linguas_gl? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/gl.xpi -> thunderbird-10.0.7esr-gl.xpi ) linguas_he? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/he.xpi -> thunderbird-10.0.7esr-he.xpi ) linguas_hu? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/hu.xpi -> thunderbird-10.0.7esr-hu.xpi ) linguas_id? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/id.xpi -> thunderbird-10.0.7esr-id.xpi ) linguas_is? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/is.xpi -> thunderbird-10.0.7esr-is.xpi ) linguas_it? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/it.xpi -> thunderbird-10.0.7esr-it.xpi ) linguas_ja? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/ja.xpi -> thunderbird-10.0.7esr-ja.xpi ) linguas_ko? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/ko.xpi -> thunderbird-10.0.7esr-ko.xpi ) linguas_lt? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/lt.xpi -> thunderbird-10.0.7esr-lt.xpi ) linguas_nb_NO? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/nb-NO.xpi -> thunderbird-10.0.7esr-nb-NO.xpi ) linguas_nl? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/nl.xpi -> thunderbird-10.0.7esr-nl.xpi ) linguas_nn_NO? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/nn-NO.xpi -> thunderbird-10.0.7esr-nn-NO.xpi ) linguas_pa_IN? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/pa-IN.xpi -> thunderbird-10.0.7esr-pa-IN.xpi ) linguas_pl? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/pl.xpi -> thunderbird-10.0.7esr-pl.xpi ) linguas_pt_BR? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/pt-BR.xpi -> thunderbird-10.0.7esr-pt-BR.xpi ) linguas_pt_PT? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/pt-PT.xpi -> thunderbird-10.0.7esr-pt-PT.xpi ) linguas_rm? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/rm.xpi -> thunderbird-10.0.7esr-rm.xpi ) linguas_ro? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/ro.xpi -> thunderbird-10.0.7esr-ro.xpi ) linguas_ru? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/ru.xpi -> thunderbird-10.0.7esr-ru.xpi ) linguas_si? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/si.xpi -> thunderbird-10.0.7esr-si.xpi ) linguas_sk? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/sk.xpi -> thunderbird-10.0.7esr-sk.xpi ) linguas_sl? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/sl.xpi -> thunderbird-10.0.7esr-sl.xpi ) linguas_sq? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/sq.xpi -> thunderbird-10.0.7esr-sq.xpi ) linguas_sr? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/sr.xpi -> thunderbird-10.0.7esr-sr.xpi ) linguas_sv_SE? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/sv-SE.xpi -> thunderbird-10.0.7esr-sv-SE.xpi ) linguas_ta_LK? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/ta-LK.xpi -> thunderbird-10.0.7esr-ta-LK.xpi ) linguas_tr? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/tr.xpi -> thunderbird-10.0.7esr-tr.xpi ) linguas_uk? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/uk.xpi -> thunderbird-10.0.7esr-uk.xpi ) linguas_vi? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/vi.xpi -> thunderbird-10.0.7esr-vi.xpi ) linguas_zh_CN? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/zh-CN.xpi -> thunderbird-10.0.7esr-zh-CN.xpi ) linguas_zh_TW? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.7esr/linux-i686/xpi/zh-TW.xpi -> thunderbird-10.0.7esr-zh-TW.xpi ) ftp://ftp.mozilla.org/pub/thunderbird/releases/10.0.7esr/source/thunderbird-10.0.7esr.source.tar.bz2 crypt? ( http://www.mozilla-enigmail.org/download/source/enigmail-1.3.5.tar.gz ) http://dev.gentoo.org/~anarchy/mozilla/patchsets/thunderbird-10.0-patches-0.1.tar.xz http://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-10.0-patches-0.9.tar.xz -_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils f2731576962f01811c9573b3323fa374 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac makeedit 5be302268d425e0429d2f1ee3ba3f5a3 mozconfig-3 4eecca819170c6b71a66bda7fd56c503 mozcoreconf-2 2a626ad4c1fc2464ae55194bcc880b38 mozextension 3555597bb9fa8d695bf69f250bf59a1a mozlinguas 5b1ba3795fea6a2fcced53a5c01b5ea6 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 nsplugins b195a1306f4ee7cf507037dc6aa5ba89 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-any-r1 9bedbe95123c76570994470ea4e0cc5b python-utils-r1 120bfd06803274b3d1b986d506302851 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=ac194ec68c74f0f2a3bb17b08910a8e9 diff --git a/metadata/md5-cache/mail-client/thunderbird-17.0.3 b/metadata/md5-cache/mail-client/thunderbird-17.0.3 new file mode 100644 index 000000000000..dc46cbf8a7f5 --- /dev/null +++ b/metadata/md5-cache/mail-client/thunderbird-17.0.3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare setup unpack +DEPEND=>=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.14.1 >=dev-libs/nspr-4.9.4 >=dev-libs/glib-2.26 gconf? ( >=gnome-base/gconf-1.2.1:2 ) >=media-libs/libpng-1.5.11[apng] >=x11-libs/cairo-1.10 >=x11-libs/pango-1.14.0 >=x11-libs/gtk+-2.14 kernel_linux? ( media-libs/alsa-lib ) >=media-libs/libvpx-1.0.0 virtual/libffi !x11-plugins/enigmail system-sqlite? ( >=dev-db/sqlite-3.7.13[fts3,secure-delete,threadsafe,unlock-notify,debug=] ) selinux? ( sec-policy/selinux-thunderbird ) crypt? ( || ( ( >=app-crypt/gnupg-2.0 || ( app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] ) ) =app-crypt/gnupg-1.4* ) ) !elibc_glibc? ( dev-libs/libexecinfo ) virtual/pkgconfig amd64? ( >=dev-lang/yasm-1.1 virtual/opengl ) x86? ( >=dev-lang/yasm-1.1 virtual/opengl ) x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 virtual/pkgconfig || ( dev-lang/python:2.7[threads,sqlite] ) app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) virtual/freedesktop-icon-theme dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) =sys-devel/autoconf-2.1* sys-devel/libtool app-arch/unzip +DESCRIPTION=Thunderbird Mail Client +EAPI=3 +HOMEPAGE=http://www.mozilla.com/en-US/thunderbird/ +IUSE=bindist gconf +crypt +jit +ipc ldap +lightning +minimal mozdom selinux custom-cflags custom-optimization +alsa +dbus debug libnotify startup-notification system-sqlite wifi linguas_ar linguas_ast linguas_be linguas_bg linguas_bn_BD linguas_br linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_es_AR linguas_es_ES linguas_et linguas_eu linguas_fi linguas_fr linguas_fy_NL linguas_ga_IE linguas_gd linguas_gl linguas_he linguas_hr linguas_hu linguas_hy_AM linguas_id linguas_is linguas_it linguas_ja linguas_ko linguas_lt linguas_nb_NO linguas_nl linguas_nn_NO linguas_pa_IN linguas_pl linguas_pt_BR linguas_pt_PT linguas_rm linguas_ro linguas_ru linguas_si linguas_sk linguas_sl linguas_sq linguas_sr linguas_sv_SE linguas_ta_LK linguas_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW +KEYWORDS=~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=>=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.14.1 >=dev-libs/nspr-4.9.4 >=dev-libs/glib-2.26 gconf? ( >=gnome-base/gconf-1.2.1:2 ) >=media-libs/libpng-1.5.11[apng] >=x11-libs/cairo-1.10 >=x11-libs/pango-1.14.0 >=x11-libs/gtk+-2.14 kernel_linux? ( media-libs/alsa-lib ) >=media-libs/libvpx-1.0.0 virtual/libffi !x11-plugins/enigmail system-sqlite? ( >=dev-db/sqlite-3.7.13[fts3,secure-delete,threadsafe,unlock-notify,debug=] ) selinux? ( sec-policy/selinux-thunderbird ) crypt? ( || ( ( >=app-crypt/gnupg-2.0 || ( app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] ) ) =app-crypt/gnupg-1.4* ) ) x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) virtual/freedesktop-icon-theme dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) +SLOT=0 +SRC_URI=linguas_ar? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/ar.xpi -> thunderbird-17.0.3esr-ar.xpi ) linguas_ast? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/ast.xpi -> thunderbird-17.0.3esr-ast.xpi ) linguas_be? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/be.xpi -> thunderbird-17.0.3esr-be.xpi ) linguas_bg? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/bg.xpi -> thunderbird-17.0.3esr-bg.xpi ) linguas_bn_BD? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/bn-BD.xpi -> thunderbird-17.0.3esr-bn-BD.xpi ) linguas_br? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/br.xpi -> thunderbird-17.0.3esr-br.xpi ) linguas_ca? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/ca.xpi -> thunderbird-17.0.3esr-ca.xpi ) linguas_cs? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/cs.xpi -> thunderbird-17.0.3esr-cs.xpi ) linguas_da? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/da.xpi -> thunderbird-17.0.3esr-da.xpi ) linguas_de? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/de.xpi -> thunderbird-17.0.3esr-de.xpi ) linguas_el? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/el.xpi -> thunderbird-17.0.3esr-el.xpi ) linguas_en_GB? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/en-GB.xpi -> thunderbird-17.0.3esr-en-GB.xpi ) linguas_es_AR? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/es-AR.xpi -> thunderbird-17.0.3esr-es-AR.xpi ) linguas_es_ES? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/es-ES.xpi -> thunderbird-17.0.3esr-es-ES.xpi ) linguas_et? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/et.xpi -> thunderbird-17.0.3esr-et.xpi ) linguas_eu? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/eu.xpi -> thunderbird-17.0.3esr-eu.xpi ) linguas_fi? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/fi.xpi -> thunderbird-17.0.3esr-fi.xpi ) linguas_fr? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/fr.xpi -> thunderbird-17.0.3esr-fr.xpi ) linguas_fy_NL? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/fy-NL.xpi -> thunderbird-17.0.3esr-fy-NL.xpi ) linguas_ga_IE? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/ga-IE.xpi -> thunderbird-17.0.3esr-ga-IE.xpi ) linguas_gd? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/gd.xpi -> thunderbird-17.0.3esr-gd.xpi ) linguas_gl? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/gl.xpi -> thunderbird-17.0.3esr-gl.xpi ) linguas_he? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/he.xpi -> thunderbird-17.0.3esr-he.xpi ) linguas_hr? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/hr.xpi -> thunderbird-17.0.3esr-hr.xpi ) linguas_hu? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/hu.xpi -> thunderbird-17.0.3esr-hu.xpi ) linguas_hy_AM? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/hy-AM.xpi -> thunderbird-17.0.3esr-hy-AM.xpi ) linguas_id? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/id.xpi -> thunderbird-17.0.3esr-id.xpi ) linguas_is? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/is.xpi -> thunderbird-17.0.3esr-is.xpi ) linguas_it? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/it.xpi -> thunderbird-17.0.3esr-it.xpi ) linguas_ja? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/ja.xpi -> thunderbird-17.0.3esr-ja.xpi ) linguas_ko? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/ko.xpi -> thunderbird-17.0.3esr-ko.xpi ) linguas_lt? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/lt.xpi -> thunderbird-17.0.3esr-lt.xpi ) linguas_nb_NO? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/nb-NO.xpi -> thunderbird-17.0.3esr-nb-NO.xpi ) linguas_nl? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/nl.xpi -> thunderbird-17.0.3esr-nl.xpi ) linguas_nn_NO? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/nn-NO.xpi -> thunderbird-17.0.3esr-nn-NO.xpi ) linguas_pa_IN? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/pa-IN.xpi -> thunderbird-17.0.3esr-pa-IN.xpi ) linguas_pl? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/pl.xpi -> thunderbird-17.0.3esr-pl.xpi ) linguas_pt_BR? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/pt-BR.xpi -> thunderbird-17.0.3esr-pt-BR.xpi ) linguas_pt_PT? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/pt-PT.xpi -> thunderbird-17.0.3esr-pt-PT.xpi ) linguas_rm? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/rm.xpi -> thunderbird-17.0.3esr-rm.xpi ) linguas_ro? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/ro.xpi -> thunderbird-17.0.3esr-ro.xpi ) linguas_ru? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/ru.xpi -> thunderbird-17.0.3esr-ru.xpi ) linguas_si? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/si.xpi -> thunderbird-17.0.3esr-si.xpi ) linguas_sk? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/sk.xpi -> thunderbird-17.0.3esr-sk.xpi ) linguas_sl? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/sl.xpi -> thunderbird-17.0.3esr-sl.xpi ) linguas_sq? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/sq.xpi -> thunderbird-17.0.3esr-sq.xpi ) linguas_sr? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/sr.xpi -> thunderbird-17.0.3esr-sr.xpi ) linguas_sv_SE? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/sv-SE.xpi -> thunderbird-17.0.3esr-sv-SE.xpi ) linguas_ta_LK? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/ta-LK.xpi -> thunderbird-17.0.3esr-ta-LK.xpi ) linguas_tr? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/tr.xpi -> thunderbird-17.0.3esr-tr.xpi ) linguas_uk? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/uk.xpi -> thunderbird-17.0.3esr-uk.xpi ) linguas_vi? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/vi.xpi -> thunderbird-17.0.3esr-vi.xpi ) linguas_zh_CN? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/zh-CN.xpi -> thunderbird-17.0.3esr-zh-CN.xpi ) linguas_zh_TW? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//17.0.3esr/linux-i686/xpi/zh-TW.xpi -> thunderbird-17.0.3esr-zh-TW.xpi ) ftp://ftp.mozilla.org/pub/thunderbird/releases/17.0.3esr/source/thunderbird-17.0.3esr.source.tar.bz2 crypt? ( http://www.mozilla-enigmail.org/download/source/enigmail-1.5.0.tar.gz ) http://dev.gentoo.org/~anarchy/mozilla/patchsets/thunderbird-17.0-patches-01.tar.xz http://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-17.0-patches-0.4.tar.xz http://dev.gentoo.org/~nirbheek/mozilla/patchsets/firefox-17.0-patches-0.4.tar.xz http://dev.gentoo.org/~polynomial-c/mozilla/patchsets/thunderbird-17.0-patches-01.tar.xz +_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils f2731576962f01811c9573b3323fa374 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac makeedit 5be302268d425e0429d2f1ee3ba3f5a3 mozconfig-3 4eecca819170c6b71a66bda7fd56c503 mozcoreconf-2 2a626ad4c1fc2464ae55194bcc880b38 mozextension 3555597bb9fa8d695bf69f250bf59a1a mozlinguas 5b1ba3795fea6a2fcced53a5c01b5ea6 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 nsplugins b195a1306f4ee7cf507037dc6aa5ba89 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-any-r1 9bedbe95123c76570994470ea4e0cc5b python-utils-r1 120bfd06803274b3d1b986d506302851 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=8f6cfa73e1467af7b925b168a4128080 diff --git a/metadata/md5-cache/media-libs/gstreamer-1.0.5-r1 b/metadata/md5-cache/media-libs/gstreamer-1.0.5-r1 index b1e2b75342ff..760aa7792157 100644 --- a/metadata/md5-cache/media-libs/gstreamer-1.0.5-r1 +++ b/metadata/md5-cache/media-libs/gstreamer-1.0.5-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Streaming media framework EAPI=5 HOMEPAGE=http://gstreamer.freedesktop.org/ IUSE=+introspection nls +orc test -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=LGPL-2+ RDEPEND=>=dev-libs/glib-2.32:2 introspection? ( >=dev-libs/gobject-introspection-1.31.1 ) SLOT=1.0 SRC_URI=http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.0.5.tar.xz _eclasses_=eutils f2731576962f01811c9573b3323fa374 multilib ded93e450747134a079e647d888aa80b pax-utils 0ace932c4045349c7fc1af0fe7091acf toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=f26a3be653f2eec5a9e84e756715710b +_md5_=4cfeab4284483ef42a58a4de3df17905 diff --git a/metadata/md5-cache/media-libs/libtheora-1.1.1 b/metadata/md5-cache/media-libs/libtheora-1.1.1 index b8c4c953212e..88fcf35e1bad 100644 --- a/metadata/md5-cache/media-libs/libtheora-1.1.1 +++ b/metadata/md5-cache/media-libs/libtheora-1.1.1 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure install prepare DEPEND=media-libs/libogg encode? ( media-libs/libvorbis ) examples? ( media-libs/libpng media-libs/libvorbis >=media-libs/libsdl-0.11.0 ) doc? ( app-doc/doxygen ) virtual/pkgconfig || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=The Theora Video Compression Codec -EAPI=2 +EAPI=3 HOMEPAGE=http://www.theora.org IUSE=doc +encode examples static-libs -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-aix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=BSD RDEPEND=media-libs/libogg encode? ( media-libs/libvorbis ) examples? ( media-libs/libpng media-libs/libvorbis >=media-libs/libsdl-0.11.0 ) SLOT=0 SRC_URI=http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2 _eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 eutils f2731576962f01811c9573b3323fa374 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=122888d6e4e476e8a1533566061bb1e3 +_md5_=924cf4e0f7ea4746f50df241fa65a399 diff --git a/metadata/md5-cache/media-libs/libtxc_dxtn-1.0.1-r1 b/metadata/md5-cache/media-libs/libtxc_dxtn-1.0.1-r1 index 15ef75d9198c..b51f1f2c4fd3 100644 --- a/metadata/md5-cache/media-libs/libtxc_dxtn-1.0.1-r1 +++ b/metadata/md5-cache/media-libs/libtxc_dxtn-1.0.1-r1 @@ -10,5 +10,5 @@ RDEPEND=media-libs/mesa RESTRICT=bindist SLOT=0 SRC_URI=http://people.freedesktop.org/~cbrill/libtxc_dxtn/libtxc_dxtn-1.0.1.tar.bz2 -_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-multilib 41ed7398699a04f89d60a9bba483628a autotools-utils 8e8226b720d010eea0f1cf1cf63711d1 eutils f2731576962f01811c9573b3323fa374 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multilib-build 199322255c8cca849d58d079e1081b0b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-multilib 47ff1dcf5a7619f274f609661cff3e89 autotools-utils 8e8226b720d010eea0f1cf1cf63711d1 eutils f2731576962f01811c9573b3323fa374 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multilib-build 199322255c8cca849d58d079e1081b0b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=8a6c5d6760835052318ad1e8cf3af0fc diff --git a/metadata/md5-cache/media-video/makemkv-1.7.8 b/metadata/md5-cache/media-video/makemkv-1.7.8 deleted file mode 100644 index 38014067418d..000000000000 --- a/metadata/md5-cache/media-video/makemkv-1.7.8 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst prepare -DEPEND=dev-libs/expat dev-libs/openssl:0 sys-libs/zlib virtual/opengl x11-libs/qt-core:4 x11-libs/qt-dbus:4 x11-libs/qt-gui:4 amd64? ( multilib? ( app-emulation/emul-linux-x86-baselibs ) ) >=sys-apps/sed-4 -DESCRIPTION=Tool for ripping Blu-Ray, HD-DVD and DVD discs and copying content to a Matroska container -EAPI=4 -HOMEPAGE=http://www.makemkv.com/ -IUSE=multilib -KEYWORDS=~amd64 ~x86 -LICENSE=LGPL-2.1 MPL-1.1 MakeMKV-EULA openssl -RDEPEND=dev-libs/expat dev-libs/openssl:0 sys-libs/zlib virtual/opengl x11-libs/qt-core:4 x11-libs/qt-dbus:4 x11-libs/qt-gui:4 amd64? ( multilib? ( app-emulation/emul-linux-x86-baselibs ) ) -RESTRICT=mirror -SLOT=0 -SRC_URI=http://www.makemkv.com/download/old/makemkv-oss-1.7.8.tar.gz http://www.makemkv.com/download/old/makemkv-bin-1.7.8.tar.gz -_eclasses_=eutils f2731576962f01811c9573b3323fa374 gnome2-utils 794d2847b4af390a1e020924876c8297 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=cf31a8baaa30d35b2709f1aaccc57476 diff --git a/metadata/md5-cache/media-video/makemkv-1.8.0 b/metadata/md5-cache/media-video/makemkv-1.8.0-r1 similarity index 66% rename from metadata/md5-cache/media-video/makemkv-1.8.0 rename to metadata/md5-cache/media-video/makemkv-1.8.0-r1 index 40f4a778096c..783fe8a45b23 100644 --- a/metadata/md5-cache/media-video/makemkv-1.8.0 +++ b/metadata/md5-cache/media-video/makemkv-1.8.0-r1 @@ -1,4 +1,4 @@ -DEFINED_PHASES=compile install postinst postrm preinst prepare +DEFINED_PHASES=compile configure install postinst postrm preinst prepare DEPEND=dev-libs/expat dev-libs/openssl:0 sys-libs/zlib virtual/opengl x11-libs/qt-core:4 x11-libs/qt-dbus:4 x11-libs/qt-gui:4 amd64? ( multilib? ( app-emulation/emul-linux-x86-baselibs ) ) >=sys-apps/sed-4 DESCRIPTION=Tool for ripping Blu-Ray, HD-DVD and DVD discs and copying content to a Matroska container EAPI=4 @@ -10,5 +10,5 @@ RDEPEND=dev-libs/expat dev-libs/openssl:0 sys-libs/zlib virtual/opengl x11-libs/ RESTRICT=mirror SLOT=0 SRC_URI=http://www.makemkv.com/download/makemkv-oss-1.8.0.tar.gz http://www.makemkv.com/download/makemkv-bin-1.8.0.tar.gz -_eclasses_=eutils f2731576962f01811c9573b3323fa374 gnome2-utils 794d2847b4af390a1e020924876c8297 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=41ad958dd125510ff56a0e2d0632e2c9 +_eclasses_=eutils f2731576962f01811c9573b3323fa374 flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=84b10c908e1470a592c8b1832fa51018 diff --git a/metadata/md5-cache/net-analyzer/wireshark-1.9.0 b/metadata/md5-cache/net-analyzer/wireshark-1.9.0 new file mode 100644 index 000000000000..becd3fe8b00e --- /dev/null +++ b/metadata/md5-cache/net-analyzer/wireshark-1.9.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare pretend setup +DEPEND=>=dev-libs/glib-2.14:2 zlib? ( sys-libs/zlib !=sys-libs/zlib-1.2.4 ) smi? ( net-libs/libsmi ) gtk? ( >=x11-libs/gtk+-2.4.0:2 x11-libs/pango dev-libs/atk x11-misc/xdg-utils ) ssl? ( net-libs/gnutls dev-libs/libgcrypt ) crypt? ( dev-libs/libgcrypt ) kerberos? ( virtual/krb5 ) pcap? ( net-libs/libpcap ) portaudio? ( media-libs/portaudio ) adns? ( !libadns? ( >=net-dns/c-ares-1.5 ) ) libadns? ( net-libs/adns ) geoip? ( dev-libs/geoip ) lua? ( >=dev-lang/lua-5.1 ) selinux? ( sec-policy/selinux-wireshark ) doc? ( dev-libs/libxslt dev-libs/libxml2 app-doc/doxygen doc-pdf? ( dev-java/fop ) ) virtual/pkgconfig dev-lang/perl sys-devel/bison sys-apps/sed sys-devel/flex || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool filecaps? ( sys-libs/libcap ) python? ( =dev-lang/python-2* ) +DESCRIPTION=A network protocol analyzer formerly known as ethereal +EAPI=5 +HOMEPAGE=http://www.wireshark.org/ +IUSE=adns doc doc-pdf +filecaps geoip gtk crypt ipv6 kerberos libadns lua +pcap portaudio profile python selinux smi ssl zlib +filecaps +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd +LICENSE=GPL-2 +RDEPEND=>=dev-libs/glib-2.14:2 zlib? ( sys-libs/zlib !=sys-libs/zlib-1.2.4 ) smi? ( net-libs/libsmi ) gtk? ( >=x11-libs/gtk+-2.4.0:2 x11-libs/pango dev-libs/atk x11-misc/xdg-utils ) ssl? ( net-libs/gnutls dev-libs/libgcrypt ) crypt? ( dev-libs/libgcrypt ) kerberos? ( virtual/krb5 ) pcap? ( net-libs/libpcap ) portaudio? ( media-libs/portaudio ) adns? ( !libadns? ( >=net-dns/c-ares-1.5 ) ) libadns? ( net-libs/adns ) geoip? ( dev-libs/geoip ) lua? ( >=dev-lang/lua-5.1 ) selinux? ( sec-policy/selinux-wireshark ) python? ( =dev-lang/python-2* ) +SLOT=0/1.9.0 +SRC_URI=http://www.wireshark.org/download/src/all-versions/wireshark-1.9.0.tar.bz2 +_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 eutils f2731576962f01811c9573b3323fa374 fcaps 6719ae71a423a3f427a62731d126b098 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=9f7e7db3da51f98f17c3a232ce8de64d diff --git a/metadata/md5-cache/net-fs/cifs-utils-5.5-r1 b/metadata/md5-cache/net-fs/cifs-utils-5.9 similarity index 80% rename from metadata/md5-cache/net-fs/cifs-utils-5.5-r1 rename to metadata/md5-cache/net-fs/cifs-utils-5.9 index 459eb3e6170b..fbadad5b3897 100644 --- a/metadata/md5-cache/net-fs/cifs-utils-5.5-r1 +++ b/metadata/md5-cache/net-fs/cifs-utils-5.9 @@ -1,14 +1,14 @@ -DEFINED_PHASES=configure install postinst prepare setup +DEFINED_PHASES=configure install postinst setup DEPEND=!net-fs/mount-cifs !=sys-apps/sed-4 =dev-libs/pwlib-1.10* virtual/ffmpeg ssl? ( dev-libs/openssl ) +DESCRIPTION=Open Source implementation of the ITU H.323 teleconferencing protocol +EAPI=4 +HOMEPAGE=http://sourceforge.net/projects/openh323/ +IUSE=debug ssl +video +audio +KEYWORDS=~alpha ~amd64 ~hppa ~ppc ~sparc ~x86 +LICENSE=MPL-1.1 +RDEPEND=>=sys-apps/sed-4 =dev-libs/pwlib-1.10* virtual/ffmpeg ssl? ( dev-libs/openssl ) +SLOT=0 +SRC_URI=mirror://sourceforge/openh323/openh323-v1_19_0_1-src-tar.gz +_eclasses_=eutils f2731576962f01811c9573b3323fa374 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=4b8b4c0f6a2a83d5141c002ff92b6a7a diff --git a/metadata/md5-cache/net-mail/dovecot-2.2_beta2 b/metadata/md5-cache/net-mail/dovecot-2.2_beta2 new file mode 100644 index 000000000000..6187c8bbc82a --- /dev/null +++ b/metadata/md5-cache/net-mail/dovecot-2.2_beta2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst setup test +DEPEND=caps? ( sys-libs/libcap ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) lucene? ( >=dev-cpp/clucene-2.3 ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base !dev-db/postgresql-base[ldap,threads] ) selinux? ( sec-policy/selinux-dovecot ) sqlite? ( dev-db/sqlite ) ssl? ( dev-libs/openssl ) vpopmail? ( net-mail/vpopmail ) virtual/libiconv ssl? ( dev-libs/openssl ) +DESCRIPTION=An IMAP and POP3 server written with security primarily in mind +EAPI=5 +HOMEPAGE=http://www.dovecot.org/ +IUSE=kerberos ldap mysql pam postgres sqlite vpopmail cydir imapc +maildir mbox mdbox pop3c sdbox bzip2 caps doc ipv6 lucene managesieve selinux sieve +ssl static-libs suid zlib ssl +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=LGPL-2.1 MIT +RDEPEND=caps? ( sys-libs/libcap ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) lucene? ( >=dev-cpp/clucene-2.3 ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base !dev-db/postgresql-base[ldap,threads] ) selinux? ( sec-policy/selinux-dovecot ) sqlite? ( dev-db/sqlite ) ssl? ( dev-libs/openssl ) vpopmail? ( net-mail/vpopmail ) virtual/libiconv net-mail/mailbase +SLOT=0 +SRC_URI=http://dovecot.org/releases/2.2/beta/dovecot-2.2.beta2.tar.gz sieve? ( http://hg.rename-it.nl/dovecot-2.2-pigeonhole/archive/99eec511aa2c.tar.bz2 -> dovecot-2.2-pigeonhole-99eec511aa2c.tar.bz2 ) managesieve? ( http://hg.rename-it.nl/dovecot-2.2-pigeonhole/archive/99eec511aa2c.tar.bz2 -> dovecot-2.2-pigeonhole-99eec511aa2c.tar.bz2 ) +_eclasses_=eutils f2731576962f01811c9573b3323fa374 multilib ded93e450747134a079e647d888aa80b ssl-cert 0b45da48a22fda62c57c1809b8b55315 systemd 28706ddc21464b4ed255eee9fc70b516 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=4409917574a7076ddb8f0d55beff2b89 diff --git a/metadata/md5-cache/net-misc/ofono-1.12 b/metadata/md5-cache/net-misc/ofono-1.12 new file mode 100644 index 000000000000..4fdb67cde165 --- /dev/null +++ b/metadata/md5-cache/net-misc/ofono-1.12 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install prepare +DEPEND=>=sys-apps/dbus-1.4 >=dev-libs/glib-2.28 net-misc/mobile-broadband-provider-info bluetooth? ( >=net-wireless/bluez-4.99 ) udev? ( virtual/udev ) examples? ( dev-python/dbus-python ) tools? ( virtual/libusb:1 ) virtual/pkgconfig +DESCRIPTION=Open Source mobile telephony (GSM/UMTS) daemon. +EAPI=5 +HOMEPAGE=http://ofono.org/ +IUSE=+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem +phonesim +provision +qmimodem threads test tools +udev +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=GPL-2 +RDEPEND=>=sys-apps/dbus-1.4 >=dev-libs/glib-2.28 net-misc/mobile-broadband-provider-info bluetooth? ( >=net-wireless/bluez-4.99 ) udev? ( virtual/udev ) examples? ( dev-python/dbus-python ) tools? ( virtual/libusb:1 ) +REQUIRED_USE=dundee? ( bluetooth ) +SLOT=0 +SRC_URI=mirror://kernel/linux/network/ofono/ofono-1.12.tar.bz2 +_eclasses_=eutils f2731576962f01811c9573b3323fa374 multilib ded93e450747134a079e647d888aa80b systemd 28706ddc21464b4ed255eee9fc70b516 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=bf704380fac3d21f21578d1ff25004c4 diff --git a/metadata/md5-cache/net-misc/pump-0.8.24-r4 b/metadata/md5-cache/net-misc/pump-0.8.24-r4 index 04e31b69eab7..dd67849d8638 100644 --- a/metadata/md5-cache/net-misc/pump-0.8.24-r4 +++ b/metadata/md5-cache/net-misc/pump-0.8.24-r4 @@ -3,10 +3,10 @@ DEPEND=>=dev-libs/popt-1.5 DESCRIPTION=This is the DHCP/BOOTP client written by RedHat EAPI=5 HOMEPAGE=http://ftp.debian.org/debian/pool/main/p/pump/ -KEYWORDS=amd64 ~arm hppa ia64 ~ppc sparc x86 +KEYWORDS=amd64 arm hppa ia64 ~ppc sparc x86 LICENSE=GPL-2 RDEPEND=>=dev-libs/popt-1.5 SLOT=0 SRC_URI=mirror://debian/pool/main/p/pump/pump_0.8.24.orig.tar.gz mirror://debian/pool/main/p/pump/pump_0.8.24-7.diff.gz _eclasses_=eutils f2731576962f01811c9573b3323fa374 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=b53a103eda56f8949f10e8cb9d7d9b00 +_md5_=1434f5312c6c54a16f407dddf33f8382 diff --git a/metadata/md5-cache/sci-libs/fftw-3.3.3-r1 b/metadata/md5-cache/sci-libs/fftw-3.3.3-r1 index 61cd508ba910..60bf3391acb7 100644 --- a/metadata/md5-cache/sci-libs/fftw-3.3.3-r1 +++ b/metadata/md5-cache/sci-libs/fftw-3.3.3-r1 @@ -9,5 +9,5 @@ LICENSE=GPL-2 RDEPEND=mpi? ( virtual/mpi ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20121202 ) fortran? ( virtual/fortran ) SLOT=3.0 SRC_URI=http://www.fftw.org/fftw-3.3.3.tar.gz -_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-multilib 41ed7398699a04f89d60a9bba483628a autotools-utils 8e8226b720d010eea0f1cf1cf63711d1 eutils f2731576962f01811c9573b3323fa374 flag-o-matic d900015de4e092f26d8c0a18b6bd60de fortran-2 19652e219ec9b62d7d89735821d7afb6 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multilib-build 199322255c8cca849d58d079e1081b0b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-multilib 47ff1dcf5a7619f274f609661cff3e89 autotools-utils 8e8226b720d010eea0f1cf1cf63711d1 eutils f2731576962f01811c9573b3323fa374 flag-o-matic d900015de4e092f26d8c0a18b6bd60de fortran-2 19652e219ec9b62d7d89735821d7afb6 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multilib-build 199322255c8cca849d58d079e1081b0b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=245365928e985091e72520c7c9b334ef diff --git a/metadata/md5-cache/sys-cluster/ploop-1.6 b/metadata/md5-cache/sys-cluster/ploop-1.6 new file mode 100644 index 000000000000..6b9f4c46e4e6 --- /dev/null +++ b/metadata/md5-cache/sys-cluster/ploop-1.6 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst prepare +DEPEND=dev-libs/libxml2 +DESCRIPTION=openvz tool and a library to control ploop block devices +EAPI=5 +HOMEPAGE=http://wiki.openvz.org/Download/ploop +IUSE=debug static-libs +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=dev-libs/libxml2 +SLOT=0 +SRC_URI=http://download.openvz.org/utils/ploop/1.6/src/ploop-1.6.tar.bz2 +_eclasses_=eutils f2731576962f01811c9573b3323fa374 multilib ded93e450747134a079e647d888aa80b systemd 28706ddc21464b4ed255eee9fc70b516 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=a002622c3e5dd21212ff3786c3b66de6 diff --git a/metadata/md5-cache/sys-cluster/vzctl-4.2 b/metadata/md5-cache/sys-cluster/vzctl-4.2 new file mode 100644 index 000000000000..554994bde9c9 --- /dev/null +++ b/metadata/md5-cache/sys-cluster/vzctl-4.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare unpack +DEPEND=net-firewall/iptables sys-apps/ed >=sys-apps/iproute2-3.3.0 sys-fs/vzquota ploop? ( >=sys-cluster/ploop-1.5 ) cgroup? ( >=dev-libs/libcgroup-0.37 ) virtual/pkgconfig virtual/pkgconfig +DESCRIPTION=OpenVZ ConTainers control utility +EAPI=5 +HOMEPAGE=http://openvz.org/ +IUSE=cgroup +ploop +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=net-firewall/iptables sys-apps/ed >=sys-apps/iproute2-3.3.0 sys-fs/vzquota ploop? ( >=sys-cluster/ploop-1.5 ) cgroup? ( >=dev-libs/libcgroup-0.37 ) +SLOT=0 +SRC_URI=http://download.openvz.org/utils/vzctl/4.2/src/vzctl-4.2.tar.bz2 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f2731576962f01811c9573b3323fa374 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e udev fea2246732f911905d6991fed203e65c user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=2369252808aa07729f02bb9685a2af6e diff --git a/metadata/md5-cache/sys-cluster/vzctl-9999 b/metadata/md5-cache/sys-cluster/vzctl-9999 index 516e73bf1c35..e1a4f8ed9eed 100644 --- a/metadata/md5-cache/sys-cluster/vzctl-9999 +++ b/metadata/md5-cache/sys-cluster/vzctl-9999 @@ -1,11 +1,11 @@ DEFINED_PHASES=configure install postinst prepare unpack -DEPEND=net-firewall/iptables sys-apps/ed >=sys-apps/iproute2-3.0 sys-fs/vzquota ploop? ( >=sys-cluster/ploop-1.5 ) cgroup? ( >=dev-libs/libcgroup-0.37 ) virtual/pkgconfig || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool dev-vcs/git virtual/pkgconfig +DEPEND=net-firewall/iptables sys-apps/ed >=sys-apps/iproute2-3.3.0 sys-fs/vzquota ploop? ( >=sys-cluster/ploop-1.5 ) cgroup? ( >=dev-libs/libcgroup-0.37 ) virtual/pkgconfig || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool dev-vcs/git virtual/pkgconfig DESCRIPTION=OpenVZ ConTainers control utility EAPI=5 HOMEPAGE=http://openvz.org/ -IUSE=+ploop +cgroup +IUSE=cgroup +ploop LICENSE=GPL-2 -RDEPEND=net-firewall/iptables sys-apps/ed >=sys-apps/iproute2-3.0 sys-fs/vzquota ploop? ( >=sys-cluster/ploop-1.5 ) cgroup? ( >=dev-libs/libcgroup-0.37 ) +RDEPEND=net-firewall/iptables sys-apps/ed >=sys-apps/iproute2-3.3.0 sys-fs/vzquota ploop? ( >=sys-cluster/ploop-1.5 ) cgroup? ( >=dev-libs/libcgroup-0.37 ) SLOT=0 _eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 git-2 e92e09651292b1bef5656592364550f7 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e udev fea2246732f911905d6991fed203e65c -_md5_=ab42b6d583339cd030915c20edbaaaed +_md5_=23e33ebff877f39fae304ea8296331e0 diff --git a/metadata/md5-cache/sys-fs/e2fsprogs-1.42.6 b/metadata/md5-cache/sys-fs/e2fsprogs-1.42.6 index e04db650d3ac..6874247fea87 100644 --- a/metadata/md5-cache/sys-fs/e2fsprogs-1.42.6 +++ b/metadata/md5-cache/sys-fs/e2fsprogs-1.42.6 @@ -4,10 +4,10 @@ DESCRIPTION=Standard EXT2/EXT3/EXT4 filesystem utilities EAPI=3 HOMEPAGE=http://e2fsprogs.sourceforge.net/ IUSE=nls static-libs elibc_FreeBSD -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint LICENSE=GPL-2 BSD RDEPEND=~sys-libs/e2fsprogs-libs-1.42.6 >=sys-apps/util-linux-2.16 nls? ( virtual/libintl ) SLOT=0 SRC_URI=mirror://sourceforge/e2fsprogs/e2fsprogs-1.42.6.tar.gz _eclasses_=eutils f2731576962f01811c9573b3323fa374 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=b139113859a202a3711fb8f1f28d62b5 +_md5_=104b55065e40009f9b27ec0d68f8a85e diff --git a/metadata/md5-cache/www-apps/owncloud-4.0.11 b/metadata/md5-cache/www-apps/owncloud-4.0.12 similarity index 90% rename from metadata/md5-cache/www-apps/owncloud-4.0.11 rename to metadata/md5-cache/www-apps/owncloud-4.0.12 index 6d8c2e94a06a..871627269653 100644 --- a/metadata/md5-cache/www-apps/owncloud-4.0.11 +++ b/metadata/md5-cache/www-apps/owncloud-4.0.12 @@ -8,7 +8,7 @@ KEYWORDS=~amd64 ~x86 LICENSE=AGPL-3 RDEPEND=|| ( >=dev-lang/php-5.4.9[curl?,gd,hash,json,mysql?,pdo,postgres?,simplexml,sqlite?,xmlwriter,zip] sqlite? ( =app-admin/webapp-config-1.50.15 REQUIRED_USE=|| ( mysql postgres sqlite ) -SLOT=4.0.11 -SRC_URI=http://owncloud.org/releases/owncloud-4.0.11.tar.bz2 +SLOT=4.0.12 +SRC_URI=http://owncloud.org/releases/owncloud-4.0.12.tar.bz2 _eclasses_=depend.php df169a364e191b840b695604097e3c21 eutils f2731576962f01811c9573b3323fa374 multilib ded93e450747134a079e647d888aa80b phpconfutils e108303831029e5b8a9d24b991b1d62a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 webapp 25b9b1696f5e698711f47d45c3d45e3e -_md5_=551873a0ed9e878e1c6746f8582e1c41 +_md5_=b8ffc8cd00d25f1de87bc6733f4442af diff --git a/metadata/md5-cache/www-apps/owncloud-4.5.6 b/metadata/md5-cache/www-apps/owncloud-4.5.7 similarity index 90% rename from metadata/md5-cache/www-apps/owncloud-4.5.6 rename to metadata/md5-cache/www-apps/owncloud-4.5.7 index 5ef0875b67fa..46d3e8ce53ee 100644 --- a/metadata/md5-cache/www-apps/owncloud-4.5.6 +++ b/metadata/md5-cache/www-apps/owncloud-4.5.7 @@ -8,7 +8,7 @@ KEYWORDS=~amd64 ~x86 LICENSE=AGPL-3 RDEPEND=|| ( >=dev-lang/php-5.4.9[curl?,gd,hash,json,mysql?,pdo,postgres?,simplexml,sqlite?,xmlwriter,zip] sqlite? ( =app-admin/webapp-config-1.50.15 REQUIRED_USE=|| ( mysql postgres sqlite ) -SLOT=4.5.6 -SRC_URI=http://owncloud.org/releases/owncloud-4.5.6.tar.bz2 +SLOT=4.5.7 +SRC_URI=http://owncloud.org/releases/owncloud-4.5.7.tar.bz2 _eclasses_=depend.php df169a364e191b840b695604097e3c21 eutils f2731576962f01811c9573b3323fa374 multilib ded93e450747134a079e647d888aa80b phpconfutils e108303831029e5b8a9d24b991b1d62a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 webapp 25b9b1696f5e698711f47d45c3d45e3e -_md5_=ff13ac33a159af439a395e41d9440f40 +_md5_=99f068fb3da1eda7e08be44c3bd80afa diff --git a/metadata/md5-cache/www-client/chromium-24.0.1312.56 b/metadata/md5-cache/www-client/chromium-24.0.1312.56 deleted file mode 100644 index d6b522d9bbdd..000000000000 --- a/metadata/md5-cache/www-client/chromium-24.0.1312.56 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test -DEPEND=app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.14.5:= =dev-libs/elfutils-0.149 dev-libs/expat >=dev-libs/icu-49.1.1-r1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt >=dev-libs/nss-3.12.3 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) >=media-libs/alsa-lib-1.0.19 media-libs/flac >=media-libs/libjpeg-turbo-1.2.0-r1 media-libs/libpng media-libs/libvpx >=media-libs/libwebp-0.2.0_rc1 media-libs/opus media-libs/speex pulseaudio? ( media-sound/pulseaudio ) sys-apps/dbus sys-libs/zlib[minizip] virtual/udev virtual/libusb:1 x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium sys-libs/libselinux ) !arm? ( >=dev-lang/nacl-toolchain-newlib-0_p9093 dev-lang/yasm ) dev-lang/perl dev-python/ply dev-python/simplejson >=dev-util/gperf-3.0.3 >=sys-devel/bison-2.4.3 sys-devel/flex >=sys-devel/make-3.81-r2 virtual/pkgconfig test? ( dev-python/pyftpdlib ) >=sys-apps/sed-4 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) -DESCRIPTION=Open-source version of Google Chrome web browser -EAPI=5 -HOMEPAGE=http://chromium.org/ -IUSE=bindist cups gnome gnome-keyring kerberos pulseaudio selinux tcmalloc custom-cflags +linguas_am +linguas_ar +linguas_bg +linguas_bn +linguas_ca +linguas_cs +linguas_da +linguas_de +linguas_el +linguas_en_GB +linguas_es +linguas_es_LA +linguas_et +linguas_fa +linguas_fi +linguas_fil +linguas_fr +linguas_gu +linguas_he +linguas_hi +linguas_hr +linguas_hu +linguas_id +linguas_it +linguas_ja +linguas_kn +linguas_ko +linguas_lt +linguas_lv +linguas_ml +linguas_mr +linguas_ms +linguas_nb +linguas_nl +linguas_pl +linguas_pt_BR +linguas_pt_PT +linguas_ro +linguas_ru +linguas_sk +linguas_sl +linguas_sr +linguas_sv +linguas_sw +linguas_ta +linguas_te +linguas_th +linguas_tr +linguas_uk +linguas_vi +linguas_zh_CN +linguas_zh_TW test -KEYWORDS=amd64 x86 -LICENSE=BSD -RDEPEND=app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.14.5:= =dev-libs/elfutils-0.149 dev-libs/expat >=dev-libs/icu-49.1.1-r1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt >=dev-libs/nss-3.12.3 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) >=media-libs/alsa-lib-1.0.19 media-libs/flac >=media-libs/libjpeg-turbo-1.2.0-r1 media-libs/libpng media-libs/libvpx >=media-libs/libwebp-0.2.0_rc1 media-libs/opus media-libs/speex pulseaudio? ( media-sound/pulseaudio ) sys-apps/dbus sys-libs/zlib[minizip] virtual/udev virtual/libusb:1 x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium sys-libs/libselinux ) !=www-client/chromium-9999 x11-misc/xdg-utils virtual/ttf-fonts || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) -SLOT=0 -SRC_URI=http://commondatastorage.googleapis.com/chromium-browser-official/chromium-24.0.1312.56.tar.bz2 -_eclasses_=chromium 10deb47dfb7657ba0fc7814da0bad35e eutils f2731576962f01811c9573b3323fa374 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib ded93e450747134a079e647d888aa80b pax-utils 0ace932c4045349c7fc1af0fe7091acf portability 536c5e70c5fb252ed3b769e04aa3f05b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=fdbb3e0698a77dcfb5d5530a3b320068 diff --git a/metadata/md5-cache/www-client/chromium-25.0.1364.68 b/metadata/md5-cache/www-client/chromium-25.0.1364.68 deleted file mode 100644 index a20b122ab795..000000000000 --- a/metadata/md5-cache/www-client/chromium-25.0.1364.68 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test -DEPEND=app-accessibility/speech-dispatcher app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.15.11.1:= >=dev-libs/elfutils-0.149 dev-libs/expat >=dev-libs/icu-49.1.1-r1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt >=dev-libs/nss-3.12.3 dev-libs/protobuf gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) >=media-libs/alsa-lib-1.0.19 media-libs/flac media-libs/harfbuzz >=media-libs/libjpeg-turbo-1.2.0-r1 media-libs/libpng media-libs/libvpx >=media-libs/libwebp-0.2.0_rc1 media-libs/opus media-libs/speex pulseaudio? ( media-sound/pulseaudio ) system-ffmpeg? ( >=media-video/ffmpeg-1.0 ) >=net-libs/libsrtp-1.4.4_p20121108 sys-apps/dbus sys-apps/pciutils sys-libs/zlib[minizip] virtual/udev virtual/libusb:1 x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium sys-libs/libselinux ) !arm? ( >=dev-lang/nacl-toolchain-newlib-0_p9093 dev-lang/yasm ) dev-lang/perl dev-python/ply dev-python/simplejson >=dev-util/gperf-3.0.3 sys-apps/hwids >=sys-devel/bison-2.4.3 sys-devel/flex >=sys-devel/make-3.81-r2 virtual/pkgconfig test? ( dev-python/pyftpdlib ) >=sys-apps/sed-4 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) -DESCRIPTION=Open-source version of Google Chrome web browser -EAPI=5 -HOMEPAGE=http://chromium.org/ -IUSE=bindist cups gnome gnome-keyring kerberos pulseaudio selinux system-ffmpeg tcmalloc custom-cflags +linguas_am +linguas_ar +linguas_bg +linguas_bn +linguas_ca +linguas_cs +linguas_da +linguas_de +linguas_el +linguas_en_GB +linguas_es +linguas_es_LA +linguas_et +linguas_fa +linguas_fi +linguas_fil +linguas_fr +linguas_gu +linguas_he +linguas_hi +linguas_hr +linguas_hu +linguas_id +linguas_it +linguas_ja +linguas_kn +linguas_ko +linguas_lt +linguas_lv +linguas_ml +linguas_mr +linguas_ms +linguas_nb +linguas_nl +linguas_pl +linguas_pt_BR +linguas_pt_PT +linguas_ro +linguas_ru +linguas_sk +linguas_sl +linguas_sr +linguas_sv +linguas_sw +linguas_ta +linguas_te +linguas_th +linguas_tr +linguas_uk +linguas_vi +linguas_zh_CN +linguas_zh_TW test -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -RDEPEND=app-accessibility/speech-dispatcher app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.15.11.1:= >=dev-libs/elfutils-0.149 dev-libs/expat >=dev-libs/icu-49.1.1-r1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt >=dev-libs/nss-3.12.3 dev-libs/protobuf gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) >=media-libs/alsa-lib-1.0.19 media-libs/flac media-libs/harfbuzz >=media-libs/libjpeg-turbo-1.2.0-r1 media-libs/libpng media-libs/libvpx >=media-libs/libwebp-0.2.0_rc1 media-libs/opus media-libs/speex pulseaudio? ( media-sound/pulseaudio ) system-ffmpeg? ( >=media-video/ffmpeg-1.0 ) >=net-libs/libsrtp-1.4.4_p20121108 sys-apps/dbus sys-apps/pciutils sys-libs/zlib[minizip] virtual/udev virtual/libusb:1 x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium sys-libs/libselinux ) !=www-client/chromium-9999 x11-misc/xdg-utils virtual/ttf-fonts || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) -SLOT=0 -SRC_URI=https://commondatastorage.googleapis.com/chromium-browser-official/chromium-25.0.1364.68-lite.tar.bz2 -_eclasses_=chromium 10deb47dfb7657ba0fc7814da0bad35e eutils f2731576962f01811c9573b3323fa374 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib ded93e450747134a079e647d888aa80b pax-utils 0ace932c4045349c7fc1af0fe7091acf portability 536c5e70c5fb252ed3b769e04aa3f05b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=cb187638df3bd8907b521a43236a7ce8 diff --git a/metadata/md5-cache/www-client/chromium-25.0.1364.84 b/metadata/md5-cache/www-client/chromium-25.0.1364.84 deleted file mode 100644 index 4f51b15abd37..000000000000 --- a/metadata/md5-cache/www-client/chromium-25.0.1364.84 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test -DEPEND=app-accessibility/speech-dispatcher app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.15.11.1:= >=dev-libs/elfutils-0.149 dev-libs/expat >=dev-libs/icu-49.1.1-r1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt >=dev-libs/nss-3.12.3 dev-libs/protobuf gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) >=media-libs/alsa-lib-1.0.19 media-libs/flac media-libs/harfbuzz >=media-libs/libjpeg-turbo-1.2.0-r1 media-libs/libpng media-libs/libvpx >=media-libs/libwebp-0.2.0_rc1 media-libs/opus media-libs/speex pulseaudio? ( media-sound/pulseaudio ) system-ffmpeg? ( >=media-video/ffmpeg-1.0 ) >=net-libs/libsrtp-1.4.4_p20121108 sys-apps/dbus sys-apps/pciutils sys-libs/zlib[minizip] virtual/udev virtual/libusb:1 x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium sys-libs/libselinux ) !arm? ( >=dev-lang/nacl-toolchain-newlib-0_p9093 dev-lang/yasm ) dev-lang/perl dev-python/ply dev-python/simplejson >=dev-util/gperf-3.0.3 sys-apps/hwids >=sys-devel/bison-2.4.3 sys-devel/flex >=sys-devel/make-3.81-r2 virtual/pkgconfig test? ( dev-python/pyftpdlib ) >=sys-apps/sed-4 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) -DESCRIPTION=Open-source version of Google Chrome web browser -EAPI=5 -HOMEPAGE=http://chromium.org/ -IUSE=bindist cups gnome gnome-keyring kerberos pulseaudio selinux system-ffmpeg tcmalloc custom-cflags +linguas_am +linguas_ar +linguas_bg +linguas_bn +linguas_ca +linguas_cs +linguas_da +linguas_de +linguas_el +linguas_en_GB +linguas_es +linguas_es_LA +linguas_et +linguas_fa +linguas_fi +linguas_fil +linguas_fr +linguas_gu +linguas_he +linguas_hi +linguas_hr +linguas_hu +linguas_id +linguas_it +linguas_ja +linguas_kn +linguas_ko +linguas_lt +linguas_lv +linguas_ml +linguas_mr +linguas_ms +linguas_nb +linguas_nl +linguas_pl +linguas_pt_BR +linguas_pt_PT +linguas_ro +linguas_ru +linguas_sk +linguas_sl +linguas_sr +linguas_sv +linguas_sw +linguas_ta +linguas_te +linguas_th +linguas_tr +linguas_uk +linguas_vi +linguas_zh_CN +linguas_zh_TW test -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -RDEPEND=app-accessibility/speech-dispatcher app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.15.11.1:= >=dev-libs/elfutils-0.149 dev-libs/expat >=dev-libs/icu-49.1.1-r1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt >=dev-libs/nss-3.12.3 dev-libs/protobuf gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) >=media-libs/alsa-lib-1.0.19 media-libs/flac media-libs/harfbuzz >=media-libs/libjpeg-turbo-1.2.0-r1 media-libs/libpng media-libs/libvpx >=media-libs/libwebp-0.2.0_rc1 media-libs/opus media-libs/speex pulseaudio? ( media-sound/pulseaudio ) system-ffmpeg? ( >=media-video/ffmpeg-1.0 ) >=net-libs/libsrtp-1.4.4_p20121108 sys-apps/dbus sys-apps/pciutils sys-libs/zlib[minizip] virtual/udev virtual/libusb:1 x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium sys-libs/libselinux ) !=www-client/chromium-9999 x11-misc/xdg-utils virtual/ttf-fonts || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) -SLOT=0 -SRC_URI=https://commondatastorage.googleapis.com/chromium-browser-official/chromium-25.0.1364.84-lite.tar.bz2 -_eclasses_=chromium 10deb47dfb7657ba0fc7814da0bad35e eutils f2731576962f01811c9573b3323fa374 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib ded93e450747134a079e647d888aa80b pax-utils 0ace932c4045349c7fc1af0fe7091acf portability 536c5e70c5fb252ed3b769e04aa3f05b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=3cbf13aead4238a9ebe8783d62395a2e diff --git a/metadata/md5-cache/www-client/chromium-25.0.1364.97 b/metadata/md5-cache/www-client/chromium-25.0.1364.97 index 082f281cde61..97abbf0f27e7 100644 --- a/metadata/md5-cache/www-client/chromium-25.0.1364.97 +++ b/metadata/md5-cache/www-client/chromium-25.0.1364.97 @@ -4,10 +4,10 @@ DESCRIPTION=Open-source version of Google Chrome web browser EAPI=5 HOMEPAGE=http://chromium.org/ IUSE=bindist cups gnome gnome-keyring kerberos pulseaudio selinux system-ffmpeg tcmalloc custom-cflags +linguas_am +linguas_ar +linguas_bg +linguas_bn +linguas_ca +linguas_cs +linguas_da +linguas_de +linguas_el +linguas_en_GB +linguas_es +linguas_es_LA +linguas_et +linguas_fa +linguas_fi +linguas_fil +linguas_fr +linguas_gu +linguas_he +linguas_hi +linguas_hr +linguas_hu +linguas_id +linguas_it +linguas_ja +linguas_kn +linguas_ko +linguas_lt +linguas_lv +linguas_ml +linguas_mr +linguas_ms +linguas_nb +linguas_nl +linguas_pl +linguas_pt_BR +linguas_pt_PT +linguas_ro +linguas_ru +linguas_sk +linguas_sl +linguas_sr +linguas_sv +linguas_sw +linguas_ta +linguas_te +linguas_th +linguas_tr +linguas_uk +linguas_vi +linguas_zh_CN +linguas_zh_TW test -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=BSD RDEPEND=app-accessibility/speech-dispatcher app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.15.11.1:= >=dev-libs/elfutils-0.149 dev-libs/expat >=dev-libs/icu-49.1.1-r1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt >=dev-libs/nss-3.12.3 dev-libs/protobuf gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) >=media-libs/alsa-lib-1.0.19 media-libs/flac media-libs/harfbuzz >=media-libs/libjpeg-turbo-1.2.0-r1 media-libs/libpng media-libs/libvpx >=media-libs/libwebp-0.2.0_rc1 media-libs/opus media-libs/speex pulseaudio? ( media-sound/pulseaudio ) system-ffmpeg? ( >=media-video/ffmpeg-1.0 ) >=net-libs/libsrtp-1.4.4_p20121108 sys-apps/dbus sys-apps/pciutils sys-libs/zlib[minizip] virtual/udev virtual/libusb:1 x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium sys-libs/libselinux ) !=www-client/chromium-9999 x11-misc/xdg-utils virtual/ttf-fonts || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) SLOT=0 SRC_URI=https://commondatastorage.googleapis.com/chromium-browser-official/chromium-25.0.1364.97-lite.tar.bz2 _eclasses_=chromium 10deb47dfb7657ba0fc7814da0bad35e eutils f2731576962f01811c9573b3323fa374 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib ded93e450747134a079e647d888aa80b pax-utils 0ace932c4045349c7fc1af0fe7091acf portability 536c5e70c5fb252ed3b769e04aa3f05b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=f898f3f48968c2e6623e2e4f7b545f16 +_md5_=7b13aee413903c4531e61b93f3d7cfbb diff --git a/metadata/md5-cache/www-client/firefox-10.0.10 b/metadata/md5-cache/www-client/firefox-10.0.10 deleted file mode 100644 index 69d73d6223a8..000000000000 --- a/metadata/md5-cache/www-client/firefox-10.0.10 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup unpack -DEPEND=>=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.13.6 >=dev-libs/nspr-4.9.2 >=dev-libs/glib-2.26:2 >=media-libs/mesa-7.10 >=media-libs/libpng-1.5.9[apng] virtual/libffi system-sqlite? ( >=dev-db/sqlite-3.7.7.1[fts3,secure-delete,threadsafe,unlock-notify,debug=] ) webm? ( >=media-libs/libvpx-1.0.0 media-libs/alsa-lib ) selinux? ( sec-policy/selinux-mozilla ) virtual/pkgconfig pgo? ( >=sys-devel/gcc-4.5 ) webm? ( virtual/opengl x86? ( >=dev-lang/yasm-1.1 ) amd64? ( >=dev-lang/yasm-1.1 ) ) >=sys-apps/sed-4 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 virtual/pkgconfig || ( dev-lang/python:2.7[threads,sqlite] ) app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) virtual/freedesktop-icon-theme dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) =sys-devel/autoconf-2.1* sys-devel/libtool pgo? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) app-arch/unzip -DESCRIPTION=Firefox Web Browser -EAPI=3 -HOMEPAGE=http://www.mozilla.com/firefox -IUSE=bindist +ipc +minimal pgo selinux system-sqlite +webm custom-cflags custom-optimization +alsa +dbus debug libnotify startup-notification system-sqlite wifi pgo linguas_af linguas_ak linguas_ar linguas_as linguas_ast linguas_be linguas_bg linguas_bn_BD linguas_bn_IN linguas_br linguas_bs linguas_ca linguas_cs linguas_csb linguas_cy linguas_da linguas_de linguas_el linguas_en_GB linguas_en_ZA linguas_eo linguas_es_AR linguas_es_CL linguas_es_ES linguas_es_MX linguas_et linguas_eu linguas_fa linguas_fi linguas_fr linguas_fy_NL linguas_ga_IE linguas_gd linguas_gl linguas_gu_IN linguas_he linguas_hi_IN linguas_hr linguas_hu linguas_hy_AM linguas_id linguas_is linguas_it linguas_ja linguas_kk linguas_kn linguas_ko linguas_ku linguas_lg linguas_lt linguas_lv linguas_mai linguas_mk linguas_ml linguas_mr linguas_nb_NO linguas_nl linguas_nn_NO linguas_nso linguas_or linguas_pa_IN linguas_pl linguas_pt_BR linguas_pt_PT linguas_rm linguas_ro linguas_ru linguas_si linguas_sk linguas_sl linguas_son linguas_sq linguas_sr linguas_sv_SE linguas_ta linguas_ta_LK linguas_te linguas_th linguas_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW linguas_zu -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~amd64-linux ~x86-linux -LICENSE=MPL-1.1 GPL-2 LGPL-2.1 -RDEPEND=>=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.13.6 >=dev-libs/nspr-4.9.2 >=dev-libs/glib-2.26:2 >=media-libs/mesa-7.10 >=media-libs/libpng-1.5.9[apng] virtual/libffi system-sqlite? ( >=dev-db/sqlite-3.7.7.1[fts3,secure-delete,threadsafe,unlock-notify,debug=] ) webm? ( >=media-libs/libvpx-1.0.0 media-libs/alsa-lib ) selinux? ( sec-policy/selinux-mozilla ) x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) virtual/freedesktop-icon-theme dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) -SLOT=0 -SRC_URI=linguas_af? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/af.xpi -> firefox-10.0.10esr-af.xpi ) linguas_ak? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/ak.xpi -> firefox-10.0.10esr-ak.xpi ) linguas_ar? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/ar.xpi -> firefox-10.0.10esr-ar.xpi ) linguas_as? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/as.xpi -> firefox-10.0.10esr-as.xpi ) linguas_ast? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/ast.xpi -> firefox-10.0.10esr-ast.xpi ) linguas_be? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/be.xpi -> firefox-10.0.10esr-be.xpi ) linguas_bg? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/bg.xpi -> firefox-10.0.10esr-bg.xpi ) linguas_bn_BD? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/bn-BD.xpi -> firefox-10.0.10esr-bn-BD.xpi ) linguas_bn_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/bn-IN.xpi -> firefox-10.0.10esr-bn-IN.xpi ) linguas_br? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/br.xpi -> firefox-10.0.10esr-br.xpi ) linguas_bs? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/bs.xpi -> firefox-10.0.10esr-bs.xpi ) linguas_ca? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/ca.xpi -> firefox-10.0.10esr-ca.xpi ) linguas_cs? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/cs.xpi -> firefox-10.0.10esr-cs.xpi ) linguas_csb? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/csb.xpi -> firefox-10.0.10esr-csb.xpi ) linguas_cy? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/cy.xpi -> firefox-10.0.10esr-cy.xpi ) linguas_da? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/da.xpi -> firefox-10.0.10esr-da.xpi ) linguas_de? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/de.xpi -> firefox-10.0.10esr-de.xpi ) linguas_el? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/el.xpi -> firefox-10.0.10esr-el.xpi ) linguas_en_GB? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/en-GB.xpi -> firefox-10.0.10esr-en-GB.xpi ) linguas_en_ZA? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/en-ZA.xpi -> firefox-10.0.10esr-en-ZA.xpi ) linguas_eo? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/eo.xpi -> firefox-10.0.10esr-eo.xpi ) linguas_es_AR? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/es-AR.xpi -> firefox-10.0.10esr-es-AR.xpi ) linguas_es_CL? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/es-CL.xpi -> firefox-10.0.10esr-es-CL.xpi ) linguas_es_ES? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/es-ES.xpi -> firefox-10.0.10esr-es-ES.xpi ) linguas_es_MX? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/es-MX.xpi -> firefox-10.0.10esr-es-MX.xpi ) linguas_et? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/et.xpi -> firefox-10.0.10esr-et.xpi ) linguas_eu? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/eu.xpi -> firefox-10.0.10esr-eu.xpi ) linguas_fa? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/fa.xpi -> firefox-10.0.10esr-fa.xpi ) linguas_fi? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/fi.xpi -> firefox-10.0.10esr-fi.xpi ) linguas_fr? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/fr.xpi -> firefox-10.0.10esr-fr.xpi ) linguas_fy_NL? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/fy-NL.xpi -> firefox-10.0.10esr-fy-NL.xpi ) linguas_ga_IE? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/ga-IE.xpi -> firefox-10.0.10esr-ga-IE.xpi ) linguas_gd? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/gd.xpi -> firefox-10.0.10esr-gd.xpi ) linguas_gl? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/gl.xpi -> firefox-10.0.10esr-gl.xpi ) linguas_gu_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/gu-IN.xpi -> firefox-10.0.10esr-gu-IN.xpi ) linguas_he? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/he.xpi -> firefox-10.0.10esr-he.xpi ) linguas_hi_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/hi-IN.xpi -> firefox-10.0.10esr-hi-IN.xpi ) linguas_hr? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/hr.xpi -> firefox-10.0.10esr-hr.xpi ) linguas_hu? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/hu.xpi -> firefox-10.0.10esr-hu.xpi ) linguas_hy_AM? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/hy-AM.xpi -> firefox-10.0.10esr-hy-AM.xpi ) linguas_id? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/id.xpi -> firefox-10.0.10esr-id.xpi ) linguas_is? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/is.xpi -> firefox-10.0.10esr-is.xpi ) linguas_it? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/it.xpi -> firefox-10.0.10esr-it.xpi ) linguas_ja? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/ja.xpi -> firefox-10.0.10esr-ja.xpi ) linguas_kk? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/kk.xpi -> firefox-10.0.10esr-kk.xpi ) linguas_kn? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/kn.xpi -> firefox-10.0.10esr-kn.xpi ) linguas_ko? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/ko.xpi -> firefox-10.0.10esr-ko.xpi ) linguas_ku? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/ku.xpi -> firefox-10.0.10esr-ku.xpi ) linguas_lg? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/lg.xpi -> firefox-10.0.10esr-lg.xpi ) linguas_lt? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/lt.xpi -> firefox-10.0.10esr-lt.xpi ) linguas_lv? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/lv.xpi -> firefox-10.0.10esr-lv.xpi ) linguas_mai? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/mai.xpi -> firefox-10.0.10esr-mai.xpi ) linguas_mk? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/mk.xpi -> firefox-10.0.10esr-mk.xpi ) linguas_ml? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/ml.xpi -> firefox-10.0.10esr-ml.xpi ) linguas_mr? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/mr.xpi -> firefox-10.0.10esr-mr.xpi ) linguas_nb_NO? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/nb-NO.xpi -> firefox-10.0.10esr-nb-NO.xpi ) linguas_nl? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/nl.xpi -> firefox-10.0.10esr-nl.xpi ) linguas_nn_NO? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/nn-NO.xpi -> firefox-10.0.10esr-nn-NO.xpi ) linguas_nso? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/nso.xpi -> firefox-10.0.10esr-nso.xpi ) linguas_or? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/or.xpi -> firefox-10.0.10esr-or.xpi ) linguas_pa_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/pa-IN.xpi -> firefox-10.0.10esr-pa-IN.xpi ) linguas_pl? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/pl.xpi -> firefox-10.0.10esr-pl.xpi ) linguas_pt_BR? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/pt-BR.xpi -> firefox-10.0.10esr-pt-BR.xpi ) linguas_pt_PT? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/pt-PT.xpi -> firefox-10.0.10esr-pt-PT.xpi ) linguas_rm? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/rm.xpi -> firefox-10.0.10esr-rm.xpi ) linguas_ro? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/ro.xpi -> firefox-10.0.10esr-ro.xpi ) linguas_ru? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/ru.xpi -> firefox-10.0.10esr-ru.xpi ) linguas_si? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/si.xpi -> firefox-10.0.10esr-si.xpi ) linguas_sk? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/sk.xpi -> firefox-10.0.10esr-sk.xpi ) linguas_sl? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/sl.xpi -> firefox-10.0.10esr-sl.xpi ) linguas_son? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/son.xpi -> firefox-10.0.10esr-son.xpi ) linguas_sq? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/sq.xpi -> firefox-10.0.10esr-sq.xpi ) linguas_sr? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/sr.xpi -> firefox-10.0.10esr-sr.xpi ) linguas_sv_SE? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/sv-SE.xpi -> firefox-10.0.10esr-sv-SE.xpi ) linguas_ta? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/ta.xpi -> firefox-10.0.10esr-ta.xpi ) linguas_ta_LK? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/ta-LK.xpi -> firefox-10.0.10esr-ta-LK.xpi ) linguas_te? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/te.xpi -> firefox-10.0.10esr-te.xpi ) linguas_th? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/th.xpi -> firefox-10.0.10esr-th.xpi ) linguas_tr? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/tr.xpi -> firefox-10.0.10esr-tr.xpi ) linguas_uk? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/uk.xpi -> firefox-10.0.10esr-uk.xpi ) linguas_vi? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/vi.xpi -> firefox-10.0.10esr-vi.xpi ) linguas_zh_CN? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/zh-CN.xpi -> firefox-10.0.10esr-zh-CN.xpi ) linguas_zh_TW? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/zh-TW.xpi -> firefox-10.0.10esr-zh-TW.xpi ) linguas_zu? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/linux-i686/xpi/zu.xpi -> firefox-10.0.10esr-zu.xpi ) http://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-10.0-patches-0.9.tar.xz ftp://ftp.mozilla.org/pub/firefox/releases//10.0.10esr/source/firefox-10.0.10esr.source.tar.bz2 -_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils f2731576962f01811c9573b3323fa374 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac mozconfig-3 4eecca819170c6b71a66bda7fd56c503 mozcoreconf-2 2a626ad4c1fc2464ae55194bcc880b38 mozextension 3555597bb9fa8d695bf69f250bf59a1a mozlinguas 5b1ba3795fea6a2fcced53a5c01b5ea6 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 nsplugins b195a1306f4ee7cf507037dc6aa5ba89 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-any-r1 9bedbe95123c76570994470ea4e0cc5b python-utils-r1 120bfd06803274b3d1b986d506302851 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=9ea234b2849e32a2e512f4d96338d6a5 diff --git a/metadata/md5-cache/www-client/firefox-10.0.6 b/metadata/md5-cache/www-client/firefox-10.0.6 deleted file mode 100644 index e5ca75d4cc92..000000000000 --- a/metadata/md5-cache/www-client/firefox-10.0.6 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup unpack -DEPEND=>=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.13.5 >=dev-libs/nspr-4.9.1 >=dev-libs/glib-2.26:2 >=media-libs/mesa-7.10 >=media-libs/libpng-1.5.9[apng] virtual/libffi system-sqlite? ( >=dev-db/sqlite-3.7.7.1[fts3,secure-delete,threadsafe,unlock-notify,debug=] ) webm? ( >=media-libs/libvpx-1.0.0 media-libs/alsa-lib ) selinux? ( sec-policy/selinux-mozilla ) virtual/pkgconfig pgo? ( >=sys-devel/gcc-4.5 ) webm? ( virtual/opengl x86? ( >=dev-lang/yasm-1.1 ) amd64? ( >=dev-lang/yasm-1.1 ) ) >=sys-apps/sed-4 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 virtual/pkgconfig || ( dev-lang/python:2.7[threads,sqlite] ) app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) virtual/freedesktop-icon-theme dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) =sys-devel/autoconf-2.1* sys-devel/libtool pgo? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) app-arch/unzip -DESCRIPTION=Firefox Web Browser -EAPI=3 -HOMEPAGE=http://www.mozilla.com/firefox -IUSE=bindist +ipc +minimal pgo selinux system-sqlite +webm custom-cflags custom-optimization +alsa +dbus debug libnotify startup-notification system-sqlite wifi pgo linguas_af linguas_ak linguas_ar linguas_as linguas_ast linguas_be linguas_bg linguas_bn_BD linguas_bn_IN linguas_br linguas_bs linguas_ca linguas_cs linguas_csb linguas_cy linguas_da linguas_de linguas_el linguas_en_GB linguas_en_ZA linguas_eo linguas_es_AR linguas_es_CL linguas_es_ES linguas_es_MX linguas_et linguas_eu linguas_fa linguas_fi linguas_fr linguas_fy_NL linguas_ga_IE linguas_gd linguas_gl linguas_gu_IN linguas_he linguas_hi_IN linguas_hr linguas_hu linguas_hy_AM linguas_id linguas_is linguas_it linguas_ja linguas_kk linguas_kn linguas_ko linguas_ku linguas_lg linguas_lt linguas_lv linguas_mai linguas_mk linguas_ml linguas_mr linguas_nb_NO linguas_nl linguas_nn_NO linguas_nso linguas_or linguas_pa_IN linguas_pl linguas_pt_BR linguas_pt_PT linguas_rm linguas_ro linguas_ru linguas_si linguas_sk linguas_sl linguas_son linguas_sq linguas_sr linguas_sv_SE linguas_ta linguas_ta_LK linguas_te linguas_th linguas_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW linguas_zu -KEYWORDS=alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 -sparc x86 ~amd64-linux ~x86-linux -LICENSE=MPL-1.1 GPL-2 LGPL-2.1 -RDEPEND=>=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.13.5 >=dev-libs/nspr-4.9.1 >=dev-libs/glib-2.26:2 >=media-libs/mesa-7.10 >=media-libs/libpng-1.5.9[apng] virtual/libffi system-sqlite? ( >=dev-db/sqlite-3.7.7.1[fts3,secure-delete,threadsafe,unlock-notify,debug=] ) webm? ( >=media-libs/libvpx-1.0.0 media-libs/alsa-lib ) selinux? ( sec-policy/selinux-mozilla ) x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) virtual/freedesktop-icon-theme dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) -SLOT=0 -SRC_URI=linguas_af? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/af.xpi -> firefox-10.0.6esr-af.xpi ) linguas_ak? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/ak.xpi -> firefox-10.0.6esr-ak.xpi ) linguas_ar? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/ar.xpi -> firefox-10.0.6esr-ar.xpi ) linguas_as? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/as.xpi -> firefox-10.0.6esr-as.xpi ) linguas_ast? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/ast.xpi -> firefox-10.0.6esr-ast.xpi ) linguas_be? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/be.xpi -> firefox-10.0.6esr-be.xpi ) linguas_bg? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/bg.xpi -> firefox-10.0.6esr-bg.xpi ) linguas_bn_BD? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/bn-BD.xpi -> firefox-10.0.6esr-bn-BD.xpi ) linguas_bn_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/bn-IN.xpi -> firefox-10.0.6esr-bn-IN.xpi ) linguas_br? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/br.xpi -> firefox-10.0.6esr-br.xpi ) linguas_bs? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/bs.xpi -> firefox-10.0.6esr-bs.xpi ) linguas_ca? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/ca.xpi -> firefox-10.0.6esr-ca.xpi ) linguas_cs? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/cs.xpi -> firefox-10.0.6esr-cs.xpi ) linguas_csb? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/csb.xpi -> firefox-10.0.6esr-csb.xpi ) linguas_cy? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/cy.xpi -> firefox-10.0.6esr-cy.xpi ) linguas_da? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/da.xpi -> firefox-10.0.6esr-da.xpi ) linguas_de? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/de.xpi -> firefox-10.0.6esr-de.xpi ) linguas_el? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/el.xpi -> firefox-10.0.6esr-el.xpi ) linguas_en_GB? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/en-GB.xpi -> firefox-10.0.6esr-en-GB.xpi ) linguas_en_ZA? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/en-ZA.xpi -> firefox-10.0.6esr-en-ZA.xpi ) linguas_eo? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/eo.xpi -> firefox-10.0.6esr-eo.xpi ) linguas_es_AR? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/es-AR.xpi -> firefox-10.0.6esr-es-AR.xpi ) linguas_es_CL? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/es-CL.xpi -> firefox-10.0.6esr-es-CL.xpi ) linguas_es_ES? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/es-ES.xpi -> firefox-10.0.6esr-es-ES.xpi ) linguas_es_MX? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/es-MX.xpi -> firefox-10.0.6esr-es-MX.xpi ) linguas_et? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/et.xpi -> firefox-10.0.6esr-et.xpi ) linguas_eu? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/eu.xpi -> firefox-10.0.6esr-eu.xpi ) linguas_fa? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/fa.xpi -> firefox-10.0.6esr-fa.xpi ) linguas_fi? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/fi.xpi -> firefox-10.0.6esr-fi.xpi ) linguas_fr? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/fr.xpi -> firefox-10.0.6esr-fr.xpi ) linguas_fy_NL? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/fy-NL.xpi -> firefox-10.0.6esr-fy-NL.xpi ) linguas_ga_IE? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/ga-IE.xpi -> firefox-10.0.6esr-ga-IE.xpi ) linguas_gd? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/gd.xpi -> firefox-10.0.6esr-gd.xpi ) linguas_gl? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/gl.xpi -> firefox-10.0.6esr-gl.xpi ) linguas_gu_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/gu-IN.xpi -> firefox-10.0.6esr-gu-IN.xpi ) linguas_he? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/he.xpi -> firefox-10.0.6esr-he.xpi ) linguas_hi_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/hi-IN.xpi -> firefox-10.0.6esr-hi-IN.xpi ) linguas_hr? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/hr.xpi -> firefox-10.0.6esr-hr.xpi ) linguas_hu? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/hu.xpi -> firefox-10.0.6esr-hu.xpi ) linguas_hy_AM? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/hy-AM.xpi -> firefox-10.0.6esr-hy-AM.xpi ) linguas_id? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/id.xpi -> firefox-10.0.6esr-id.xpi ) linguas_is? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/is.xpi -> firefox-10.0.6esr-is.xpi ) linguas_it? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/it.xpi -> firefox-10.0.6esr-it.xpi ) linguas_ja? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/ja.xpi -> firefox-10.0.6esr-ja.xpi ) linguas_kk? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/kk.xpi -> firefox-10.0.6esr-kk.xpi ) linguas_kn? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/kn.xpi -> firefox-10.0.6esr-kn.xpi ) linguas_ko? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/ko.xpi -> firefox-10.0.6esr-ko.xpi ) linguas_ku? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/ku.xpi -> firefox-10.0.6esr-ku.xpi ) linguas_lg? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/lg.xpi -> firefox-10.0.6esr-lg.xpi ) linguas_lt? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/lt.xpi -> firefox-10.0.6esr-lt.xpi ) linguas_lv? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/lv.xpi -> firefox-10.0.6esr-lv.xpi ) linguas_mai? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/mai.xpi -> firefox-10.0.6esr-mai.xpi ) linguas_mk? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/mk.xpi -> firefox-10.0.6esr-mk.xpi ) linguas_ml? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/ml.xpi -> firefox-10.0.6esr-ml.xpi ) linguas_mr? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/mr.xpi -> firefox-10.0.6esr-mr.xpi ) linguas_nb_NO? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/nb-NO.xpi -> firefox-10.0.6esr-nb-NO.xpi ) linguas_nl? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/nl.xpi -> firefox-10.0.6esr-nl.xpi ) linguas_nn_NO? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/nn-NO.xpi -> firefox-10.0.6esr-nn-NO.xpi ) linguas_nso? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/nso.xpi -> firefox-10.0.6esr-nso.xpi ) linguas_or? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/or.xpi -> firefox-10.0.6esr-or.xpi ) linguas_pa_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/pa-IN.xpi -> firefox-10.0.6esr-pa-IN.xpi ) linguas_pl? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/pl.xpi -> firefox-10.0.6esr-pl.xpi ) linguas_pt_BR? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/pt-BR.xpi -> firefox-10.0.6esr-pt-BR.xpi ) linguas_pt_PT? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/pt-PT.xpi -> firefox-10.0.6esr-pt-PT.xpi ) linguas_rm? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/rm.xpi -> firefox-10.0.6esr-rm.xpi ) linguas_ro? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/ro.xpi -> firefox-10.0.6esr-ro.xpi ) linguas_ru? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/ru.xpi -> firefox-10.0.6esr-ru.xpi ) linguas_si? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/si.xpi -> firefox-10.0.6esr-si.xpi ) linguas_sk? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/sk.xpi -> firefox-10.0.6esr-sk.xpi ) linguas_sl? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/sl.xpi -> firefox-10.0.6esr-sl.xpi ) linguas_son? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/son.xpi -> firefox-10.0.6esr-son.xpi ) linguas_sq? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/sq.xpi -> firefox-10.0.6esr-sq.xpi ) linguas_sr? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/sr.xpi -> firefox-10.0.6esr-sr.xpi ) linguas_sv_SE? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/sv-SE.xpi -> firefox-10.0.6esr-sv-SE.xpi ) linguas_ta? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/ta.xpi -> firefox-10.0.6esr-ta.xpi ) linguas_ta_LK? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/ta-LK.xpi -> firefox-10.0.6esr-ta-LK.xpi ) linguas_te? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/te.xpi -> firefox-10.0.6esr-te.xpi ) linguas_th? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/th.xpi -> firefox-10.0.6esr-th.xpi ) linguas_tr? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/tr.xpi -> firefox-10.0.6esr-tr.xpi ) linguas_uk? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/uk.xpi -> firefox-10.0.6esr-uk.xpi ) linguas_vi? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/vi.xpi -> firefox-10.0.6esr-vi.xpi ) linguas_zh_CN? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/zh-CN.xpi -> firefox-10.0.6esr-zh-CN.xpi ) linguas_zh_TW? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/zh-TW.xpi -> firefox-10.0.6esr-zh-TW.xpi ) linguas_zu? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/linux-i686/xpi/zu.xpi -> firefox-10.0.6esr-zu.xpi ) http://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-10.0-patches-0.9.tar.xz ftp://ftp.mozilla.org/pub/firefox/releases//10.0.6esr/source/firefox-10.0.6esr.source.tar.bz2 -_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils f2731576962f01811c9573b3323fa374 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac mozconfig-3 4eecca819170c6b71a66bda7fd56c503 mozcoreconf-2 2a626ad4c1fc2464ae55194bcc880b38 mozextension 3555597bb9fa8d695bf69f250bf59a1a mozlinguas 5b1ba3795fea6a2fcced53a5c01b5ea6 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 nsplugins b195a1306f4ee7cf507037dc6aa5ba89 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-any-r1 9bedbe95123c76570994470ea4e0cc5b python-utils-r1 120bfd06803274b3d1b986d506302851 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=17ea3e2215ff5613ac23e18345db6fe9 diff --git a/metadata/md5-cache/www-client/firefox-10.0.7 b/metadata/md5-cache/www-client/firefox-10.0.7 deleted file mode 100644 index 02d67be0e3cb..000000000000 --- a/metadata/md5-cache/www-client/firefox-10.0.7 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup unpack -DEPEND=>=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.13.6 >=dev-libs/nspr-4.9.2 >=dev-libs/glib-2.26:2 >=media-libs/mesa-7.10 >=media-libs/libpng-1.5.9[apng] virtual/libffi system-sqlite? ( >=dev-db/sqlite-3.7.7.1[fts3,secure-delete,threadsafe,unlock-notify,debug=] ) webm? ( >=media-libs/libvpx-1.0.0 media-libs/alsa-lib ) selinux? ( sec-policy/selinux-mozilla ) virtual/pkgconfig pgo? ( >=sys-devel/gcc-4.5 ) webm? ( virtual/opengl x86? ( >=dev-lang/yasm-1.1 ) amd64? ( >=dev-lang/yasm-1.1 ) ) >=sys-apps/sed-4 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 virtual/pkgconfig || ( dev-lang/python:2.7[threads,sqlite] ) app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) virtual/freedesktop-icon-theme dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) =sys-devel/autoconf-2.1* sys-devel/libtool pgo? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) app-arch/unzip -DESCRIPTION=Firefox Web Browser -EAPI=3 -HOMEPAGE=http://www.mozilla.com/firefox -IUSE=bindist +ipc +minimal pgo selinux system-sqlite +webm custom-cflags custom-optimization +alsa +dbus debug libnotify startup-notification system-sqlite wifi pgo linguas_af linguas_ak linguas_ar linguas_as linguas_ast linguas_be linguas_bg linguas_bn_BD linguas_bn_IN linguas_br linguas_bs linguas_ca linguas_cs linguas_csb linguas_cy linguas_da linguas_de linguas_el linguas_en_GB linguas_en_ZA linguas_eo linguas_es_AR linguas_es_CL linguas_es_ES linguas_es_MX linguas_et linguas_eu linguas_fa linguas_fi linguas_fr linguas_fy_NL linguas_ga_IE linguas_gd linguas_gl linguas_gu_IN linguas_he linguas_hi_IN linguas_hr linguas_hu linguas_hy_AM linguas_id linguas_is linguas_it linguas_ja linguas_kk linguas_kn linguas_ko linguas_ku linguas_lg linguas_lt linguas_lv linguas_mai linguas_mk linguas_ml linguas_mr linguas_nb_NO linguas_nl linguas_nn_NO linguas_nso linguas_or linguas_pa_IN linguas_pl linguas_pt_BR linguas_pt_PT linguas_rm linguas_ro linguas_ru linguas_si linguas_sk linguas_sl linguas_son linguas_sq linguas_sr linguas_sv_SE linguas_ta linguas_ta_LK linguas_te linguas_th linguas_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW linguas_zu -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc x86 ~amd64-linux ~x86-linux -LICENSE=MPL-1.1 GPL-2 LGPL-2.1 -RDEPEND=>=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.13.6 >=dev-libs/nspr-4.9.2 >=dev-libs/glib-2.26:2 >=media-libs/mesa-7.10 >=media-libs/libpng-1.5.9[apng] virtual/libffi system-sqlite? ( >=dev-db/sqlite-3.7.7.1[fts3,secure-delete,threadsafe,unlock-notify,debug=] ) webm? ( >=media-libs/libvpx-1.0.0 media-libs/alsa-lib ) selinux? ( sec-policy/selinux-mozilla ) x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) virtual/freedesktop-icon-theme dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) -SLOT=0 -SRC_URI=linguas_af? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/af.xpi -> firefox-10.0.7esr-af.xpi ) linguas_ak? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/ak.xpi -> firefox-10.0.7esr-ak.xpi ) linguas_ar? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/ar.xpi -> firefox-10.0.7esr-ar.xpi ) linguas_as? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/as.xpi -> firefox-10.0.7esr-as.xpi ) linguas_ast? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/ast.xpi -> firefox-10.0.7esr-ast.xpi ) linguas_be? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/be.xpi -> firefox-10.0.7esr-be.xpi ) linguas_bg? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/bg.xpi -> firefox-10.0.7esr-bg.xpi ) linguas_bn_BD? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/bn-BD.xpi -> firefox-10.0.7esr-bn-BD.xpi ) linguas_bn_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/bn-IN.xpi -> firefox-10.0.7esr-bn-IN.xpi ) linguas_br? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/br.xpi -> firefox-10.0.7esr-br.xpi ) linguas_bs? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/bs.xpi -> firefox-10.0.7esr-bs.xpi ) linguas_ca? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/ca.xpi -> firefox-10.0.7esr-ca.xpi ) linguas_cs? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/cs.xpi -> firefox-10.0.7esr-cs.xpi ) linguas_csb? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/csb.xpi -> firefox-10.0.7esr-csb.xpi ) linguas_cy? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/cy.xpi -> firefox-10.0.7esr-cy.xpi ) linguas_da? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/da.xpi -> firefox-10.0.7esr-da.xpi ) linguas_de? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/de.xpi -> firefox-10.0.7esr-de.xpi ) linguas_el? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/el.xpi -> firefox-10.0.7esr-el.xpi ) linguas_en_GB? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/en-GB.xpi -> firefox-10.0.7esr-en-GB.xpi ) linguas_en_ZA? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/en-ZA.xpi -> firefox-10.0.7esr-en-ZA.xpi ) linguas_eo? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/eo.xpi -> firefox-10.0.7esr-eo.xpi ) linguas_es_AR? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/es-AR.xpi -> firefox-10.0.7esr-es-AR.xpi ) linguas_es_CL? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/es-CL.xpi -> firefox-10.0.7esr-es-CL.xpi ) linguas_es_ES? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/es-ES.xpi -> firefox-10.0.7esr-es-ES.xpi ) linguas_es_MX? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/es-MX.xpi -> firefox-10.0.7esr-es-MX.xpi ) linguas_et? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/et.xpi -> firefox-10.0.7esr-et.xpi ) linguas_eu? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/eu.xpi -> firefox-10.0.7esr-eu.xpi ) linguas_fa? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/fa.xpi -> firefox-10.0.7esr-fa.xpi ) linguas_fi? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/fi.xpi -> firefox-10.0.7esr-fi.xpi ) linguas_fr? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/fr.xpi -> firefox-10.0.7esr-fr.xpi ) linguas_fy_NL? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/fy-NL.xpi -> firefox-10.0.7esr-fy-NL.xpi ) linguas_ga_IE? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/ga-IE.xpi -> firefox-10.0.7esr-ga-IE.xpi ) linguas_gd? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/gd.xpi -> firefox-10.0.7esr-gd.xpi ) linguas_gl? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/gl.xpi -> firefox-10.0.7esr-gl.xpi ) linguas_gu_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/gu-IN.xpi -> firefox-10.0.7esr-gu-IN.xpi ) linguas_he? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/he.xpi -> firefox-10.0.7esr-he.xpi ) linguas_hi_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/hi-IN.xpi -> firefox-10.0.7esr-hi-IN.xpi ) linguas_hr? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/hr.xpi -> firefox-10.0.7esr-hr.xpi ) linguas_hu? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/hu.xpi -> firefox-10.0.7esr-hu.xpi ) linguas_hy_AM? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/hy-AM.xpi -> firefox-10.0.7esr-hy-AM.xpi ) linguas_id? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/id.xpi -> firefox-10.0.7esr-id.xpi ) linguas_is? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/is.xpi -> firefox-10.0.7esr-is.xpi ) linguas_it? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/it.xpi -> firefox-10.0.7esr-it.xpi ) linguas_ja? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/ja.xpi -> firefox-10.0.7esr-ja.xpi ) linguas_kk? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/kk.xpi -> firefox-10.0.7esr-kk.xpi ) linguas_kn? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/kn.xpi -> firefox-10.0.7esr-kn.xpi ) linguas_ko? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/ko.xpi -> firefox-10.0.7esr-ko.xpi ) linguas_ku? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/ku.xpi -> firefox-10.0.7esr-ku.xpi ) linguas_lg? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/lg.xpi -> firefox-10.0.7esr-lg.xpi ) linguas_lt? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/lt.xpi -> firefox-10.0.7esr-lt.xpi ) linguas_lv? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/lv.xpi -> firefox-10.0.7esr-lv.xpi ) linguas_mai? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/mai.xpi -> firefox-10.0.7esr-mai.xpi ) linguas_mk? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/mk.xpi -> firefox-10.0.7esr-mk.xpi ) linguas_ml? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/ml.xpi -> firefox-10.0.7esr-ml.xpi ) linguas_mr? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/mr.xpi -> firefox-10.0.7esr-mr.xpi ) linguas_nb_NO? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/nb-NO.xpi -> firefox-10.0.7esr-nb-NO.xpi ) linguas_nl? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/nl.xpi -> firefox-10.0.7esr-nl.xpi ) linguas_nn_NO? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/nn-NO.xpi -> firefox-10.0.7esr-nn-NO.xpi ) linguas_nso? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/nso.xpi -> firefox-10.0.7esr-nso.xpi ) linguas_or? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/or.xpi -> firefox-10.0.7esr-or.xpi ) linguas_pa_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/pa-IN.xpi -> firefox-10.0.7esr-pa-IN.xpi ) linguas_pl? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/pl.xpi -> firefox-10.0.7esr-pl.xpi ) linguas_pt_BR? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/pt-BR.xpi -> firefox-10.0.7esr-pt-BR.xpi ) linguas_pt_PT? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/pt-PT.xpi -> firefox-10.0.7esr-pt-PT.xpi ) linguas_rm? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/rm.xpi -> firefox-10.0.7esr-rm.xpi ) linguas_ro? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/ro.xpi -> firefox-10.0.7esr-ro.xpi ) linguas_ru? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/ru.xpi -> firefox-10.0.7esr-ru.xpi ) linguas_si? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/si.xpi -> firefox-10.0.7esr-si.xpi ) linguas_sk? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/sk.xpi -> firefox-10.0.7esr-sk.xpi ) linguas_sl? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/sl.xpi -> firefox-10.0.7esr-sl.xpi ) linguas_son? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/son.xpi -> firefox-10.0.7esr-son.xpi ) linguas_sq? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/sq.xpi -> firefox-10.0.7esr-sq.xpi ) linguas_sr? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/sr.xpi -> firefox-10.0.7esr-sr.xpi ) linguas_sv_SE? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/sv-SE.xpi -> firefox-10.0.7esr-sv-SE.xpi ) linguas_ta? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/ta.xpi -> firefox-10.0.7esr-ta.xpi ) linguas_ta_LK? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/ta-LK.xpi -> firefox-10.0.7esr-ta-LK.xpi ) linguas_te? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/te.xpi -> firefox-10.0.7esr-te.xpi ) linguas_th? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/th.xpi -> firefox-10.0.7esr-th.xpi ) linguas_tr? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/tr.xpi -> firefox-10.0.7esr-tr.xpi ) linguas_uk? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/uk.xpi -> firefox-10.0.7esr-uk.xpi ) linguas_vi? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/vi.xpi -> firefox-10.0.7esr-vi.xpi ) linguas_zh_CN? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/zh-CN.xpi -> firefox-10.0.7esr-zh-CN.xpi ) linguas_zh_TW? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/zh-TW.xpi -> firefox-10.0.7esr-zh-TW.xpi ) linguas_zu? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/linux-i686/xpi/zu.xpi -> firefox-10.0.7esr-zu.xpi ) http://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-10.0-patches-0.9.tar.xz ftp://ftp.mozilla.org/pub/firefox/releases//10.0.7esr/source/firefox-10.0.7esr.source.tar.bz2 -_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils f2731576962f01811c9573b3323fa374 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac mozconfig-3 4eecca819170c6b71a66bda7fd56c503 mozcoreconf-2 2a626ad4c1fc2464ae55194bcc880b38 mozextension 3555597bb9fa8d695bf69f250bf59a1a mozlinguas 5b1ba3795fea6a2fcced53a5c01b5ea6 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 nsplugins b195a1306f4ee7cf507037dc6aa5ba89 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-any-r1 9bedbe95123c76570994470ea4e0cc5b python-utils-r1 120bfd06803274b3d1b986d506302851 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=d3a12e390d7a95b70bbe117f91bb1d17 diff --git a/metadata/md5-cache/www-client/firefox-10.0.9 b/metadata/md5-cache/www-client/firefox-10.0.9 deleted file mode 100644 index 57afd7da7bfc..000000000000 --- a/metadata/md5-cache/www-client/firefox-10.0.9 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup unpack -DEPEND=>=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.13.6 >=dev-libs/nspr-4.9.2 >=dev-libs/glib-2.26:2 >=media-libs/mesa-7.10 >=media-libs/libpng-1.5.9[apng] virtual/libffi system-sqlite? ( >=dev-db/sqlite-3.7.7.1[fts3,secure-delete,threadsafe,unlock-notify,debug=] ) webm? ( >=media-libs/libvpx-1.0.0 media-libs/alsa-lib ) selinux? ( sec-policy/selinux-mozilla ) virtual/pkgconfig pgo? ( >=sys-devel/gcc-4.5 ) webm? ( virtual/opengl x86? ( >=dev-lang/yasm-1.1 ) amd64? ( >=dev-lang/yasm-1.1 ) ) >=sys-apps/sed-4 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 virtual/pkgconfig || ( dev-lang/python:2.7[threads,sqlite] ) app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) virtual/freedesktop-icon-theme dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) =sys-devel/autoconf-2.1* sys-devel/libtool pgo? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) app-arch/unzip -DESCRIPTION=Firefox Web Browser -EAPI=3 -HOMEPAGE=http://www.mozilla.com/firefox -IUSE=bindist +ipc +minimal pgo selinux system-sqlite +webm custom-cflags custom-optimization +alsa +dbus debug libnotify startup-notification system-sqlite wifi pgo linguas_af linguas_ak linguas_ar linguas_as linguas_ast linguas_be linguas_bg linguas_bn_BD linguas_bn_IN linguas_br linguas_bs linguas_ca linguas_cs linguas_csb linguas_cy linguas_da linguas_de linguas_el linguas_en_GB linguas_en_ZA linguas_eo linguas_es_AR linguas_es_CL linguas_es_ES linguas_es_MX linguas_et linguas_eu linguas_fa linguas_fi linguas_fr linguas_fy_NL linguas_ga_IE linguas_gd linguas_gl linguas_gu_IN linguas_he linguas_hi_IN linguas_hr linguas_hu linguas_hy_AM linguas_id linguas_is linguas_it linguas_ja linguas_kk linguas_kn linguas_ko linguas_ku linguas_lg linguas_lt linguas_lv linguas_mai linguas_mk linguas_ml linguas_mr linguas_nb_NO linguas_nl linguas_nn_NO linguas_nso linguas_or linguas_pa_IN linguas_pl linguas_pt_BR linguas_pt_PT linguas_rm linguas_ro linguas_ru linguas_si linguas_sk linguas_sl linguas_son linguas_sq linguas_sr linguas_sv_SE linguas_ta linguas_ta_LK linguas_te linguas_th linguas_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW linguas_zu -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~amd64-linux ~x86-linux -LICENSE=MPL-1.1 GPL-2 LGPL-2.1 -RDEPEND=>=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.13.6 >=dev-libs/nspr-4.9.2 >=dev-libs/glib-2.26:2 >=media-libs/mesa-7.10 >=media-libs/libpng-1.5.9[apng] virtual/libffi system-sqlite? ( >=dev-db/sqlite-3.7.7.1[fts3,secure-delete,threadsafe,unlock-notify,debug=] ) webm? ( >=media-libs/libvpx-1.0.0 media-libs/alsa-lib ) selinux? ( sec-policy/selinux-mozilla ) x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) virtual/freedesktop-icon-theme dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) -SLOT=0 -SRC_URI=linguas_af? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/af.xpi -> firefox-10.0.9esr-af.xpi ) linguas_ak? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/ak.xpi -> firefox-10.0.9esr-ak.xpi ) linguas_ar? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/ar.xpi -> firefox-10.0.9esr-ar.xpi ) linguas_as? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/as.xpi -> firefox-10.0.9esr-as.xpi ) linguas_ast? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/ast.xpi -> firefox-10.0.9esr-ast.xpi ) linguas_be? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/be.xpi -> firefox-10.0.9esr-be.xpi ) linguas_bg? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/bg.xpi -> firefox-10.0.9esr-bg.xpi ) linguas_bn_BD? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/bn-BD.xpi -> firefox-10.0.9esr-bn-BD.xpi ) linguas_bn_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/bn-IN.xpi -> firefox-10.0.9esr-bn-IN.xpi ) linguas_br? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/br.xpi -> firefox-10.0.9esr-br.xpi ) linguas_bs? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/bs.xpi -> firefox-10.0.9esr-bs.xpi ) linguas_ca? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/ca.xpi -> firefox-10.0.9esr-ca.xpi ) linguas_cs? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/cs.xpi -> firefox-10.0.9esr-cs.xpi ) linguas_csb? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/csb.xpi -> firefox-10.0.9esr-csb.xpi ) linguas_cy? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/cy.xpi -> firefox-10.0.9esr-cy.xpi ) linguas_da? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/da.xpi -> firefox-10.0.9esr-da.xpi ) linguas_de? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/de.xpi -> firefox-10.0.9esr-de.xpi ) linguas_el? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/el.xpi -> firefox-10.0.9esr-el.xpi ) linguas_en_GB? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/en-GB.xpi -> firefox-10.0.9esr-en-GB.xpi ) linguas_en_ZA? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/en-ZA.xpi -> firefox-10.0.9esr-en-ZA.xpi ) linguas_eo? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/eo.xpi -> firefox-10.0.9esr-eo.xpi ) linguas_es_AR? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/es-AR.xpi -> firefox-10.0.9esr-es-AR.xpi ) linguas_es_CL? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/es-CL.xpi -> firefox-10.0.9esr-es-CL.xpi ) linguas_es_ES? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/es-ES.xpi -> firefox-10.0.9esr-es-ES.xpi ) linguas_es_MX? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/es-MX.xpi -> firefox-10.0.9esr-es-MX.xpi ) linguas_et? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/et.xpi -> firefox-10.0.9esr-et.xpi ) linguas_eu? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/eu.xpi -> firefox-10.0.9esr-eu.xpi ) linguas_fa? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/fa.xpi -> firefox-10.0.9esr-fa.xpi ) linguas_fi? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/fi.xpi -> firefox-10.0.9esr-fi.xpi ) linguas_fr? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/fr.xpi -> firefox-10.0.9esr-fr.xpi ) linguas_fy_NL? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/fy-NL.xpi -> firefox-10.0.9esr-fy-NL.xpi ) linguas_ga_IE? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/ga-IE.xpi -> firefox-10.0.9esr-ga-IE.xpi ) linguas_gd? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/gd.xpi -> firefox-10.0.9esr-gd.xpi ) linguas_gl? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/gl.xpi -> firefox-10.0.9esr-gl.xpi ) linguas_gu_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/gu-IN.xpi -> firefox-10.0.9esr-gu-IN.xpi ) linguas_he? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/he.xpi -> firefox-10.0.9esr-he.xpi ) linguas_hi_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/hi-IN.xpi -> firefox-10.0.9esr-hi-IN.xpi ) linguas_hr? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/hr.xpi -> firefox-10.0.9esr-hr.xpi ) linguas_hu? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/hu.xpi -> firefox-10.0.9esr-hu.xpi ) linguas_hy_AM? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/hy-AM.xpi -> firefox-10.0.9esr-hy-AM.xpi ) linguas_id? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/id.xpi -> firefox-10.0.9esr-id.xpi ) linguas_is? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/is.xpi -> firefox-10.0.9esr-is.xpi ) linguas_it? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/it.xpi -> firefox-10.0.9esr-it.xpi ) linguas_ja? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/ja.xpi -> firefox-10.0.9esr-ja.xpi ) linguas_kk? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/kk.xpi -> firefox-10.0.9esr-kk.xpi ) linguas_kn? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/kn.xpi -> firefox-10.0.9esr-kn.xpi ) linguas_ko? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/ko.xpi -> firefox-10.0.9esr-ko.xpi ) linguas_ku? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/ku.xpi -> firefox-10.0.9esr-ku.xpi ) linguas_lg? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/lg.xpi -> firefox-10.0.9esr-lg.xpi ) linguas_lt? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/lt.xpi -> firefox-10.0.9esr-lt.xpi ) linguas_lv? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/lv.xpi -> firefox-10.0.9esr-lv.xpi ) linguas_mai? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/mai.xpi -> firefox-10.0.9esr-mai.xpi ) linguas_mk? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/mk.xpi -> firefox-10.0.9esr-mk.xpi ) linguas_ml? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/ml.xpi -> firefox-10.0.9esr-ml.xpi ) linguas_mr? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/mr.xpi -> firefox-10.0.9esr-mr.xpi ) linguas_nb_NO? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/nb-NO.xpi -> firefox-10.0.9esr-nb-NO.xpi ) linguas_nl? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/nl.xpi -> firefox-10.0.9esr-nl.xpi ) linguas_nn_NO? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/nn-NO.xpi -> firefox-10.0.9esr-nn-NO.xpi ) linguas_nso? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/nso.xpi -> firefox-10.0.9esr-nso.xpi ) linguas_or? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/or.xpi -> firefox-10.0.9esr-or.xpi ) linguas_pa_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/pa-IN.xpi -> firefox-10.0.9esr-pa-IN.xpi ) linguas_pl? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/pl.xpi -> firefox-10.0.9esr-pl.xpi ) linguas_pt_BR? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/pt-BR.xpi -> firefox-10.0.9esr-pt-BR.xpi ) linguas_pt_PT? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/pt-PT.xpi -> firefox-10.0.9esr-pt-PT.xpi ) linguas_rm? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/rm.xpi -> firefox-10.0.9esr-rm.xpi ) linguas_ro? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/ro.xpi -> firefox-10.0.9esr-ro.xpi ) linguas_ru? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/ru.xpi -> firefox-10.0.9esr-ru.xpi ) linguas_si? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/si.xpi -> firefox-10.0.9esr-si.xpi ) linguas_sk? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/sk.xpi -> firefox-10.0.9esr-sk.xpi ) linguas_sl? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/sl.xpi -> firefox-10.0.9esr-sl.xpi ) linguas_son? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/son.xpi -> firefox-10.0.9esr-son.xpi ) linguas_sq? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/sq.xpi -> firefox-10.0.9esr-sq.xpi ) linguas_sr? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/sr.xpi -> firefox-10.0.9esr-sr.xpi ) linguas_sv_SE? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/sv-SE.xpi -> firefox-10.0.9esr-sv-SE.xpi ) linguas_ta? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/ta.xpi -> firefox-10.0.9esr-ta.xpi ) linguas_ta_LK? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/ta-LK.xpi -> firefox-10.0.9esr-ta-LK.xpi ) linguas_te? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/te.xpi -> firefox-10.0.9esr-te.xpi ) linguas_th? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/th.xpi -> firefox-10.0.9esr-th.xpi ) linguas_tr? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/tr.xpi -> firefox-10.0.9esr-tr.xpi ) linguas_uk? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/uk.xpi -> firefox-10.0.9esr-uk.xpi ) linguas_vi? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/vi.xpi -> firefox-10.0.9esr-vi.xpi ) linguas_zh_CN? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/zh-CN.xpi -> firefox-10.0.9esr-zh-CN.xpi ) linguas_zh_TW? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/zh-TW.xpi -> firefox-10.0.9esr-zh-TW.xpi ) linguas_zu? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/linux-i686/xpi/zu.xpi -> firefox-10.0.9esr-zu.xpi ) http://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-10.0-patches-0.9.tar.xz ftp://ftp.mozilla.org/pub/firefox/releases//10.0.9esr/source/firefox-10.0.9esr.source.tar.bz2 -_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils f2731576962f01811c9573b3323fa374 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac mozconfig-3 4eecca819170c6b71a66bda7fd56c503 mozcoreconf-2 2a626ad4c1fc2464ae55194bcc880b38 mozextension 3555597bb9fa8d695bf69f250bf59a1a mozlinguas 5b1ba3795fea6a2fcced53a5c01b5ea6 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 nsplugins b195a1306f4ee7cf507037dc6aa5ba89 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-any-r1 9bedbe95123c76570994470ea4e0cc5b python-utils-r1 120bfd06803274b3d1b986d506302851 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=42ca4d5df26c416aa5915df189386bd2 diff --git a/metadata/md5-cache/www-client/firefox-17.0.3 b/metadata/md5-cache/www-client/firefox-17.0.3 new file mode 100644 index 000000000000..921cf478e147 --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-17.0.3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup unpack +DEPEND=>=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.14.1 >=dev-libs/nspr-4.9.4 >=dev-libs/glib-2.26:2 >=media-libs/mesa-7.10 >=media-libs/libpng-1.5.11[apng] virtual/libffi gstreamer? ( media-plugins/gst-plugins-meta:0.10[ffmpeg] ) system-sqlite? ( >=dev-db/sqlite-3.7.13[fts3,secure-delete,threadsafe,unlock-notify,debug=] ) >=media-libs/libvpx-1.0.0 kernel_linux? ( media-libs/alsa-lib ) selinux? ( sec-policy/selinux-mozilla ) virtual/pkgconfig pgo? ( >=sys-devel/gcc-4.5 ) amd64? ( >=dev-lang/yasm-1.1 virtual/opengl ) x86? ( >=dev-lang/yasm-1.1 virtual/opengl ) >=sys-apps/sed-4 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 virtual/pkgconfig || ( dev-lang/python:2.7[threads,sqlite] ) app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) virtual/freedesktop-icon-theme dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) =sys-devel/autoconf-2.1* sys-devel/libtool pgo? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) app-arch/unzip +DESCRIPTION=Firefox Web Browser +EAPI=3 +HOMEPAGE=http://www.mozilla.com/firefox +IUSE=bindist gstreamer +jit +minimal pgo selinux system-sqlite custom-cflags custom-optimization +alsa +dbus debug libnotify startup-notification system-sqlite wifi pgo linguas_af linguas_ak linguas_ar linguas_as linguas_ast linguas_be linguas_bg linguas_bn_BD linguas_bn_IN linguas_br linguas_bs linguas_ca linguas_cs linguas_csb linguas_cy linguas_da linguas_de linguas_el linguas_en_GB linguas_en_ZA linguas_eo linguas_es_AR linguas_es_CL linguas_es_ES linguas_es_MX linguas_et linguas_eu linguas_fa linguas_fi linguas_fr linguas_fy_NL linguas_ga_IE linguas_gd linguas_gl linguas_gu_IN linguas_he linguas_hi_IN linguas_hr linguas_hu linguas_hy_AM linguas_id linguas_is linguas_it linguas_ja linguas_kk linguas_km linguas_kn linguas_ko linguas_ku linguas_lg linguas_lt linguas_lv linguas_mai linguas_mk linguas_ml linguas_mr linguas_nb_NO linguas_nl linguas_nn_NO linguas_nso linguas_or linguas_pa_IN linguas_pl linguas_pt_BR linguas_pt_PT linguas_rm linguas_ro linguas_ru linguas_si linguas_sk linguas_sl linguas_son linguas_sq linguas_sr linguas_sv_SE linguas_ta linguas_ta_LK linguas_te linguas_th linguas_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW linguas_zu +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=>=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.14.1 >=dev-libs/nspr-4.9.4 >=dev-libs/glib-2.26:2 >=media-libs/mesa-7.10 >=media-libs/libpng-1.5.11[apng] virtual/libffi gstreamer? ( media-plugins/gst-plugins-meta:0.10[ffmpeg] ) system-sqlite? ( >=dev-db/sqlite-3.7.13[fts3,secure-delete,threadsafe,unlock-notify,debug=] ) >=media-libs/libvpx-1.0.0 kernel_linux? ( media-libs/alsa-lib ) selinux? ( sec-policy/selinux-mozilla ) x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) virtual/freedesktop-icon-theme dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) +SLOT=0 +SRC_URI=linguas_af? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/af.xpi -> firefox-17.0.3esr-af.xpi ) linguas_ak? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/ak.xpi -> firefox-17.0.3esr-ak.xpi ) linguas_ar? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/ar.xpi -> firefox-17.0.3esr-ar.xpi ) linguas_as? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/as.xpi -> firefox-17.0.3esr-as.xpi ) linguas_ast? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/ast.xpi -> firefox-17.0.3esr-ast.xpi ) linguas_be? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/be.xpi -> firefox-17.0.3esr-be.xpi ) linguas_bg? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/bg.xpi -> firefox-17.0.3esr-bg.xpi ) linguas_bn_BD? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/bn-BD.xpi -> firefox-17.0.3esr-bn-BD.xpi ) linguas_bn_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/bn-IN.xpi -> firefox-17.0.3esr-bn-IN.xpi ) linguas_br? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/br.xpi -> firefox-17.0.3esr-br.xpi ) linguas_bs? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/bs.xpi -> firefox-17.0.3esr-bs.xpi ) linguas_ca? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/ca.xpi -> firefox-17.0.3esr-ca.xpi ) linguas_cs? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/cs.xpi -> firefox-17.0.3esr-cs.xpi ) linguas_csb? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/csb.xpi -> firefox-17.0.3esr-csb.xpi ) linguas_cy? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/cy.xpi -> firefox-17.0.3esr-cy.xpi ) linguas_da? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/da.xpi -> firefox-17.0.3esr-da.xpi ) linguas_de? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/de.xpi -> firefox-17.0.3esr-de.xpi ) linguas_el? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/el.xpi -> firefox-17.0.3esr-el.xpi ) linguas_en_GB? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/en-GB.xpi -> firefox-17.0.3esr-en-GB.xpi ) linguas_en_ZA? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/en-ZA.xpi -> firefox-17.0.3esr-en-ZA.xpi ) linguas_eo? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/eo.xpi -> firefox-17.0.3esr-eo.xpi ) linguas_es_AR? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/es-AR.xpi -> firefox-17.0.3esr-es-AR.xpi ) linguas_es_CL? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/es-CL.xpi -> firefox-17.0.3esr-es-CL.xpi ) linguas_es_ES? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/es-ES.xpi -> firefox-17.0.3esr-es-ES.xpi ) linguas_es_MX? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/es-MX.xpi -> firefox-17.0.3esr-es-MX.xpi ) linguas_et? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/et.xpi -> firefox-17.0.3esr-et.xpi ) linguas_eu? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/eu.xpi -> firefox-17.0.3esr-eu.xpi ) linguas_fa? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/fa.xpi -> firefox-17.0.3esr-fa.xpi ) linguas_fi? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/fi.xpi -> firefox-17.0.3esr-fi.xpi ) linguas_fr? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/fr.xpi -> firefox-17.0.3esr-fr.xpi ) linguas_fy_NL? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/fy-NL.xpi -> firefox-17.0.3esr-fy-NL.xpi ) linguas_ga_IE? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/ga-IE.xpi -> firefox-17.0.3esr-ga-IE.xpi ) linguas_gd? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/gd.xpi -> firefox-17.0.3esr-gd.xpi ) linguas_gl? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/gl.xpi -> firefox-17.0.3esr-gl.xpi ) linguas_gu_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/gu-IN.xpi -> firefox-17.0.3esr-gu-IN.xpi ) linguas_he? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/he.xpi -> firefox-17.0.3esr-he.xpi ) linguas_hi_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/hi-IN.xpi -> firefox-17.0.3esr-hi-IN.xpi ) linguas_hr? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/hr.xpi -> firefox-17.0.3esr-hr.xpi ) linguas_hu? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/hu.xpi -> firefox-17.0.3esr-hu.xpi ) linguas_hy_AM? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/hy-AM.xpi -> firefox-17.0.3esr-hy-AM.xpi ) linguas_id? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/id.xpi -> firefox-17.0.3esr-id.xpi ) linguas_is? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/is.xpi -> firefox-17.0.3esr-is.xpi ) linguas_it? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/it.xpi -> firefox-17.0.3esr-it.xpi ) linguas_ja? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/ja.xpi -> firefox-17.0.3esr-ja.xpi ) linguas_kk? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/kk.xpi -> firefox-17.0.3esr-kk.xpi ) linguas_km? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/km.xpi -> firefox-17.0.3esr-km.xpi ) linguas_kn? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/kn.xpi -> firefox-17.0.3esr-kn.xpi ) linguas_ko? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/ko.xpi -> firefox-17.0.3esr-ko.xpi ) linguas_ku? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/ku.xpi -> firefox-17.0.3esr-ku.xpi ) linguas_lg? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/lg.xpi -> firefox-17.0.3esr-lg.xpi ) linguas_lt? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/lt.xpi -> firefox-17.0.3esr-lt.xpi ) linguas_lv? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/lv.xpi -> firefox-17.0.3esr-lv.xpi ) linguas_mai? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/mai.xpi -> firefox-17.0.3esr-mai.xpi ) linguas_mk? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/mk.xpi -> firefox-17.0.3esr-mk.xpi ) linguas_ml? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/ml.xpi -> firefox-17.0.3esr-ml.xpi ) linguas_mr? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/mr.xpi -> firefox-17.0.3esr-mr.xpi ) linguas_nb_NO? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/nb-NO.xpi -> firefox-17.0.3esr-nb-NO.xpi ) linguas_nl? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/nl.xpi -> firefox-17.0.3esr-nl.xpi ) linguas_nn_NO? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/nn-NO.xpi -> firefox-17.0.3esr-nn-NO.xpi ) linguas_nso? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/nso.xpi -> firefox-17.0.3esr-nso.xpi ) linguas_or? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/or.xpi -> firefox-17.0.3esr-or.xpi ) linguas_pa_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/pa-IN.xpi -> firefox-17.0.3esr-pa-IN.xpi ) linguas_pl? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/pl.xpi -> firefox-17.0.3esr-pl.xpi ) linguas_pt_BR? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/pt-BR.xpi -> firefox-17.0.3esr-pt-BR.xpi ) linguas_pt_PT? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/pt-PT.xpi -> firefox-17.0.3esr-pt-PT.xpi ) linguas_rm? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/rm.xpi -> firefox-17.0.3esr-rm.xpi ) linguas_ro? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/ro.xpi -> firefox-17.0.3esr-ro.xpi ) linguas_ru? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/ru.xpi -> firefox-17.0.3esr-ru.xpi ) linguas_si? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/si.xpi -> firefox-17.0.3esr-si.xpi ) linguas_sk? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/sk.xpi -> firefox-17.0.3esr-sk.xpi ) linguas_sl? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/sl.xpi -> firefox-17.0.3esr-sl.xpi ) linguas_son? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/son.xpi -> firefox-17.0.3esr-son.xpi ) linguas_sq? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/sq.xpi -> firefox-17.0.3esr-sq.xpi ) linguas_sr? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/sr.xpi -> firefox-17.0.3esr-sr.xpi ) linguas_sv_SE? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/sv-SE.xpi -> firefox-17.0.3esr-sv-SE.xpi ) linguas_ta? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/ta.xpi -> firefox-17.0.3esr-ta.xpi ) linguas_ta_LK? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/ta-LK.xpi -> firefox-17.0.3esr-ta-LK.xpi ) linguas_te? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/te.xpi -> firefox-17.0.3esr-te.xpi ) linguas_th? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/th.xpi -> firefox-17.0.3esr-th.xpi ) linguas_tr? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/tr.xpi -> firefox-17.0.3esr-tr.xpi ) linguas_uk? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/uk.xpi -> firefox-17.0.3esr-uk.xpi ) linguas_vi? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/vi.xpi -> firefox-17.0.3esr-vi.xpi ) linguas_zh_CN? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/zh-CN.xpi -> firefox-17.0.3esr-zh-CN.xpi ) linguas_zh_TW? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/zh-TW.xpi -> firefox-17.0.3esr-zh-TW.xpi ) linguas_zu? ( ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/linux-i686/xpi/zu.xpi -> firefox-17.0.3esr-zu.xpi ) http://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-17.0-patches-0.4.tar.xz http://dev.gentoo.org/~nirbheek/mozilla/patchsets/firefox-17.0-patches-0.4.tar.xz ftp://ftp.mozilla.org/pub/firefox/releases//17.0.3esr/source/firefox-17.0.3esr.source.tar.bz2 +_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils f2731576962f01811c9573b3323fa374 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac mozconfig-3 4eecca819170c6b71a66bda7fd56c503 mozcoreconf-2 2a626ad4c1fc2464ae55194bcc880b38 mozextension 3555597bb9fa8d695bf69f250bf59a1a mozlinguas 5b1ba3795fea6a2fcced53a5c01b5ea6 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 nsplugins b195a1306f4ee7cf507037dc6aa5ba89 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-any-r1 9bedbe95123c76570994470ea4e0cc5b python-utils-r1 120bfd06803274b3d1b986d506302851 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_md5_=77cb69737106b127756e48f3669e657e diff --git a/metadata/md5-cache/www-client/firefox-19.0 b/metadata/md5-cache/www-client/firefox-19.0 new file mode 100644 index 000000000000..7245e689820b --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-19.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup unpack +DEPEND=>=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.14.1 >=dev-libs/nspr-4.9.4 >=dev-libs/glib-2.26:2 >=media-libs/mesa-7.10 >=media-libs/libpng-1.5.13[apng] virtual/libffi gstreamer? ( media-plugins/gst-plugins-meta:0.10[ffmpeg] ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-sqlite? ( >=dev-db/sqlite-3.7.13[fts3,secure-delete,threadsafe,unlock-notify,debug=] ) >=media-libs/libvpx-1.0.0 kernel_linux? ( media-libs/alsa-lib ) selinux? ( sec-policy/selinux-mozilla ) virtual/pkgconfig pgo? ( >=sys-devel/gcc-4.5 ) amd64? ( >=dev-lang/yasm-1.1 virtual/opengl ) x86? ( >=dev-lang/yasm-1.1 virtual/opengl ) >=sys-apps/sed-4 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 virtual/pkgconfig || ( dev-lang/python:2.7[threads,sqlite] ) app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) virtual/freedesktop-icon-theme dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) =sys-devel/autoconf-2.1* sys-devel/libtool pgo? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) app-arch/unzip +DESCRIPTION=Firefox Web Browser +EAPI=3 +HOMEPAGE=http://www.mozilla.com/firefox +IUSE=bindist gstreamer +jit +minimal pgo selinux system-jpeg system-sqlite custom-cflags custom-optimization +alsa +dbus debug libnotify startup-notification system-sqlite wifi pgo linguas_af linguas_ak linguas_ar linguas_as linguas_ast linguas_be linguas_bg linguas_bn_BD linguas_bn_IN linguas_br linguas_bs linguas_ca linguas_cs linguas_csb linguas_cy linguas_da linguas_de linguas_el linguas_en_GB linguas_en_ZA linguas_eo linguas_es_AR linguas_es_CL linguas_es_ES linguas_es_MX linguas_et linguas_eu linguas_fa linguas_fi linguas_fr linguas_fy_NL linguas_ga_IE linguas_gd linguas_gl linguas_gu_IN linguas_he linguas_hi_IN linguas_hr linguas_hu linguas_hy_AM linguas_id linguas_is linguas_it linguas_ja linguas_kk linguas_km linguas_kn linguas_ko linguas_ku linguas_lg linguas_lt linguas_lv linguas_mai linguas_mk linguas_ml linguas_mr linguas_nb_NO linguas_nl linguas_nn_NO linguas_nso linguas_or linguas_pa_IN linguas_pl linguas_pt_BR linguas_pt_PT linguas_rm linguas_ro linguas_ru linguas_si linguas_sk linguas_sl linguas_son linguas_sq linguas_sr linguas_sv_SE linguas_ta linguas_ta_LK linguas_te linguas_th linguas_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW linguas_zu +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=>=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.14.1 >=dev-libs/nspr-4.9.4 >=dev-libs/glib-2.26:2 >=media-libs/mesa-7.10 >=media-libs/libpng-1.5.13[apng] virtual/libffi gstreamer? ( media-plugins/gst-plugins-meta:0.10[ffmpeg] ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-sqlite? ( >=dev-db/sqlite-3.7.13[fts3,secure-delete,threadsafe,unlock-notify,debug=] ) >=media-libs/libvpx-1.0.0 kernel_linux? ( media-libs/alsa-lib ) selinux? ( sec-policy/selinux-mozilla ) x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) virtual/freedesktop-icon-theme dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) +SLOT=0 +SRC_URI=linguas_af? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/af.xpi -> firefox-19.0-af.xpi ) linguas_ak? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/ak.xpi -> firefox-19.0-ak.xpi ) linguas_ar? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/ar.xpi -> firefox-19.0-ar.xpi ) linguas_as? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/as.xpi -> firefox-19.0-as.xpi ) linguas_ast? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/ast.xpi -> firefox-19.0-ast.xpi ) linguas_be? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/be.xpi -> firefox-19.0-be.xpi ) linguas_bg? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/bg.xpi -> firefox-19.0-bg.xpi ) linguas_bn_BD? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/bn-BD.xpi -> firefox-19.0-bn-BD.xpi ) linguas_bn_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/bn-IN.xpi -> firefox-19.0-bn-IN.xpi ) linguas_br? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/br.xpi -> firefox-19.0-br.xpi ) linguas_bs? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/bs.xpi -> firefox-19.0-bs.xpi ) linguas_ca? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/ca.xpi -> firefox-19.0-ca.xpi ) linguas_cs? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/cs.xpi -> firefox-19.0-cs.xpi ) linguas_csb? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/csb.xpi -> firefox-19.0-csb.xpi ) linguas_cy? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/cy.xpi -> firefox-19.0-cy.xpi ) linguas_da? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/da.xpi -> firefox-19.0-da.xpi ) linguas_de? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/de.xpi -> firefox-19.0-de.xpi ) linguas_el? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/el.xpi -> firefox-19.0-el.xpi ) linguas_en_GB? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/en-GB.xpi -> firefox-19.0-en-GB.xpi ) linguas_en_ZA? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/en-ZA.xpi -> firefox-19.0-en-ZA.xpi ) linguas_eo? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/eo.xpi -> firefox-19.0-eo.xpi ) linguas_es_AR? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/es-AR.xpi -> firefox-19.0-es-AR.xpi ) linguas_es_CL? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/es-CL.xpi -> firefox-19.0-es-CL.xpi ) linguas_es_ES? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/es-ES.xpi -> firefox-19.0-es-ES.xpi ) linguas_es_MX? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/es-MX.xpi -> firefox-19.0-es-MX.xpi ) linguas_et? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/et.xpi -> firefox-19.0-et.xpi ) linguas_eu? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/eu.xpi -> firefox-19.0-eu.xpi ) linguas_fa? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/fa.xpi -> firefox-19.0-fa.xpi ) linguas_fi? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/fi.xpi -> firefox-19.0-fi.xpi ) linguas_fr? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/fr.xpi -> firefox-19.0-fr.xpi ) linguas_fy_NL? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/fy-NL.xpi -> firefox-19.0-fy-NL.xpi ) linguas_ga_IE? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/ga-IE.xpi -> firefox-19.0-ga-IE.xpi ) linguas_gd? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/gd.xpi -> firefox-19.0-gd.xpi ) linguas_gl? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/gl.xpi -> firefox-19.0-gl.xpi ) linguas_gu_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/gu-IN.xpi -> firefox-19.0-gu-IN.xpi ) linguas_he? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/he.xpi -> firefox-19.0-he.xpi ) linguas_hi_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/hi-IN.xpi -> firefox-19.0-hi-IN.xpi ) linguas_hr? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/hr.xpi -> firefox-19.0-hr.xpi ) linguas_hu? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/hu.xpi -> firefox-19.0-hu.xpi ) linguas_hy_AM? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/hy-AM.xpi -> firefox-19.0-hy-AM.xpi ) linguas_id? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/id.xpi -> firefox-19.0-id.xpi ) linguas_is? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/is.xpi -> firefox-19.0-is.xpi ) linguas_it? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/it.xpi -> firefox-19.0-it.xpi ) linguas_ja? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/ja.xpi -> firefox-19.0-ja.xpi ) linguas_kk? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/kk.xpi -> firefox-19.0-kk.xpi ) linguas_km? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/km.xpi -> firefox-19.0-km.xpi ) linguas_kn? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/kn.xpi -> firefox-19.0-kn.xpi ) linguas_ko? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/ko.xpi -> firefox-19.0-ko.xpi ) linguas_ku? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/ku.xpi -> firefox-19.0-ku.xpi ) linguas_lg? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/lg.xpi -> firefox-19.0-lg.xpi ) linguas_lt? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/lt.xpi -> firefox-19.0-lt.xpi ) linguas_lv? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/lv.xpi -> firefox-19.0-lv.xpi ) linguas_mai? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/mai.xpi -> firefox-19.0-mai.xpi ) linguas_mk? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/mk.xpi -> firefox-19.0-mk.xpi ) linguas_ml? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/ml.xpi -> firefox-19.0-ml.xpi ) linguas_mr? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/mr.xpi -> firefox-19.0-mr.xpi ) linguas_nb_NO? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/nb-NO.xpi -> firefox-19.0-nb-NO.xpi ) linguas_nl? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/nl.xpi -> firefox-19.0-nl.xpi ) linguas_nn_NO? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/nn-NO.xpi -> firefox-19.0-nn-NO.xpi ) linguas_nso? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/nso.xpi -> firefox-19.0-nso.xpi ) linguas_or? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/or.xpi -> firefox-19.0-or.xpi ) linguas_pa_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/pa-IN.xpi -> firefox-19.0-pa-IN.xpi ) linguas_pl? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/pl.xpi -> firefox-19.0-pl.xpi ) linguas_pt_BR? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/pt-BR.xpi -> firefox-19.0-pt-BR.xpi ) linguas_pt_PT? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/pt-PT.xpi -> firefox-19.0-pt-PT.xpi ) linguas_rm? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/rm.xpi -> firefox-19.0-rm.xpi ) linguas_ro? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/ro.xpi -> firefox-19.0-ro.xpi ) linguas_ru? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/ru.xpi -> firefox-19.0-ru.xpi ) linguas_si? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/si.xpi -> firefox-19.0-si.xpi ) linguas_sk? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/sk.xpi -> firefox-19.0-sk.xpi ) linguas_sl? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/sl.xpi -> firefox-19.0-sl.xpi ) linguas_son? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/son.xpi -> firefox-19.0-son.xpi ) linguas_sq? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/sq.xpi -> firefox-19.0-sq.xpi ) linguas_sr? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/sr.xpi -> firefox-19.0-sr.xpi ) linguas_sv_SE? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/sv-SE.xpi -> firefox-19.0-sv-SE.xpi ) linguas_ta? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/ta.xpi -> firefox-19.0-ta.xpi ) linguas_ta_LK? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/ta-LK.xpi -> firefox-19.0-ta-LK.xpi ) linguas_te? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/te.xpi -> firefox-19.0-te.xpi ) linguas_th? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/th.xpi -> firefox-19.0-th.xpi ) linguas_tr? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/tr.xpi -> firefox-19.0-tr.xpi ) linguas_uk? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/uk.xpi -> firefox-19.0-uk.xpi ) linguas_vi? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/vi.xpi -> firefox-19.0-vi.xpi ) linguas_zh_CN? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/zh-CN.xpi -> firefox-19.0-zh-CN.xpi ) linguas_zh_TW? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/zh-TW.xpi -> firefox-19.0-zh-TW.xpi ) linguas_zu? ( ftp://ftp.mozilla.org/pub/firefox/releases//19.0/linux-i686/xpi/zu.xpi -> firefox-19.0-zu.xpi ) http://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-19.0-patches-0.3.tar.xz http://dev.gentoo.org/~nirbheek/mozilla/patchsets/firefox-19.0-patches-0.3.tar.xz ftp://ftp.mozilla.org/pub/firefox/releases//19.0/source/firefox-19.0.source.tar.bz2 +_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils f2731576962f01811c9573b3323fa374 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac mozconfig-3 4eecca819170c6b71a66bda7fd56c503 mozcoreconf-2 2a626ad4c1fc2464ae55194bcc880b38 mozextension 3555597bb9fa8d695bf69f250bf59a1a mozlinguas 5b1ba3795fea6a2fcced53a5c01b5ea6 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 nsplugins b195a1306f4ee7cf507037dc6aa5ba89 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-any-r1 9bedbe95123c76570994470ea4e0cc5b python-utils-r1 120bfd06803274b3d1b986d506302851 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_md5_=66dffb187062fe43b3ef39630269a4a2 diff --git a/metadata/md5-cache/x11-apps/rgb-1.0.5 b/metadata/md5-cache/x11-apps/rgb-1.0.5 index 22bb7992556f..0e23e150f269 100644 --- a/metadata/md5-cache/x11-apps/rgb-1.0.5 +++ b/metadata/md5-cache/x11-apps/rgb-1.0.5 @@ -3,9 +3,9 @@ DEPEND=x11-proto/xproto || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automa DESCRIPTION=uncompile an rgb color-name database EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt LICENSE=MIT SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/app/rgb-1.0.5.tar.bz2 _eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 8e8226b720d010eea0f1cf1cf63711d1 eutils f2731576962f01811c9573b3323fa374 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 d30f1102ace76e02c79c9d0a62f13ca3 -_md5_=5f115727091f69748c0e06ec12baa7c0 +_md5_=637992de3b1120aa8503126f1a5ad5b3 diff --git a/metadata/md5-cache/x11-libs/qwt-6.0.2 b/metadata/md5-cache/x11-libs/qwt-6.0.2 index 068cc19f470c..c304b3a4d619 100644 --- a/metadata/md5-cache/x11-libs/qwt-6.0.2 +++ b/metadata/md5-cache/x11-libs/qwt-6.0.2 @@ -4,10 +4,10 @@ DESCRIPTION=2D plotting library for Qt4 EAPI=4 HOMEPAGE=http://qwt.sourceforge.net/ IUSE=doc examples mathml svg -KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos LICENSE=qwt mathml? ( LGPL-2.1 Nokia-Qt-LGPL-Exception-1.1 ) RDEPEND=x11-libs/qt-gui:4 doc? ( !=x11-proto/xextproto-7.0.99.1 || ( >=sys-devel/automake-1.11.1:1.11 >=sy DESCRIPTION=X.Org Fixes protocol headers EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt LICENSE=MIT RDEPEND=>=x11-proto/xextproto-7.0.99.1 SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/proto/fixesproto-5.0.tar.bz2 _eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 8e8226b720d010eea0f1cf1cf63711d1 eutils f2731576962f01811c9573b3323fa374 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 d30f1102ace76e02c79c9d0a62f13ca3 -_md5_=45e9b101d9a7bee167d878251408a954 +_md5_=6465cc98c29688ead2f7f5700a0a2033 diff --git a/metadata/md5-cache/x11-terms/st-0.3 b/metadata/md5-cache/x11-terms/st-0.3 index e6b60caf011e..d8dc6c890070 100644 --- a/metadata/md5-cache/x11-terms/st-0.3 +++ b/metadata/md5-cache/x11-terms/st-0.3 @@ -3,11 +3,11 @@ DEPEND=media-libs/fontconfig x11-libs/libX11 x11-libs/libXext x11-libs/libXft sy DESCRIPTION=simple terminal implementation for X EAPI=4 HOMEPAGE=http://st.suckless.org/ -IUSE=savedconfig +IUSE=savedconfig savedconfig KEYWORDS=~amd64 LICENSE=BSD RDEPEND=media-libs/fontconfig x11-libs/libX11 x11-libs/libXext x11-libs/libXft SLOT=0 SRC_URI=http://hg.suckless.org/st/archive/0.3.tar.gz -> st-0.3.tar.gz _eclasses_=multilib ded93e450747134a079e647d888aa80b portability 536c5e70c5fb252ed3b769e04aa3f05b savedconfig 5313100f525c41f6c72c6e04edeb4f65 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e -_md5_=e8fdccec6d88f883e3a2696e8aa0297b +_md5_=8f7369775f98de475dd7fb7d4705cf96 diff --git a/metadata/md5-cache/x11-terms/st-9999 b/metadata/md5-cache/x11-terms/st-9999 index f870a32e5a4a..ab5e2ee25843 100644 --- a/metadata/md5-cache/x11-terms/st-9999 +++ b/metadata/md5-cache/x11-terms/st-9999 @@ -1,11 +1,11 @@ -DEFINED_PHASES=install postinst prepare setup unpack -DEPEND=x11-libs/libX11 sys-libs/ncurses dev-vcs/git +DEFINED_PHASES=install postinst prepare unpack +DEPEND=media-libs/fontconfig x11-libs/libX11 x11-libs/libXext x11-libs/libXft sys-libs/ncurses dev-vcs/git DESCRIPTION=simple terminal implementation for X -EAPI=3 +EAPI=5 HOMEPAGE=http://st.suckless.org/ -IUSE=savedconfig +IUSE=savedconfig savedconfig LICENSE=BSD -RDEPEND=x11-libs/libX11 +RDEPEND=media-libs/fontconfig x11-libs/libX11 x11-libs/libXext x11-libs/libXft SLOT=0 _eclasses_=git-2 e92e09651292b1bef5656592364550f7 multilib ded93e450747134a079e647d888aa80b portability 536c5e70c5fb252ed3b769e04aa3f05b savedconfig 5313100f525c41f6c72c6e04edeb4f65 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e -_md5_=cf3fac0952f5101489c7ae87248594e8 +_md5_=b00b9c23fa56211e9a6420c4fc1f18de diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 8e00c0f99b36..d26baad44740 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Fri, 22 Feb 2013 10:36:56 +0000 +Fri, 22 Feb 2013 17:06:55 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index 369ab3592ac1..a8d491c505d4 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Fri Feb 22 10:36:53 UTC 2013 +Fri Feb 22 17:06:53 UTC 2013 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index 68367565c776..5d6b890baaed 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Fri, 22 Feb 2013 11:00:01 +0000 +Fri, 22 Feb 2013 17:30:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index e746a2bd24c3..266009320a1f 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1361529301 Fri Feb 22 10:35:01 2013 UTC +1361552701 Fri Feb 22 17:05:01 2013 UTC diff --git a/net-analyzer/wireshark/Manifest b/net-analyzer/wireshark/Manifest index 16a2acc6acb4..5bdf1163d8a7 100644 --- a/net-analyzer/wireshark/Manifest +++ b/net-analyzer/wireshark/Manifest @@ -1,2 +1,3 @@ DIST wireshark-1.6.13.tar.bz2 22077778 SHA256 32f4811bb7a259612aac04be5722da51f145fcf66fcf69f358e98d4cb78dd091 SHA512 addb42d7630c4c382099cad696581c73a43ebc31727d1838926cb306ff13641b6b586063fa9186a7c0f24522690fa8955844b228ea9b79b7a71ae893730dba45 WHIRLPOOL 72a91fb14529db5e737980b816bd70175b2b0245e387e0fb3d0e937bdddc46085f01bfab75c34663f768b119270bd676367ecc3b0ffa8872e43679bfeb05152f DIST wireshark-1.8.5.tar.bz2 24196532 SHA256 d4e4798216974a3c45e74b03644ee33b64481d2fe5c788c002266e5f141ee372 SHA512 3378310870e2e11cd4caf91e0571e2a52bd81bc76f1715997338d867a4d98ad7bb34e0f4443220386b498aeebce15c02d9825e50cf587587f573a5a0c578b039 WHIRLPOOL a9ca0f7cf14efcc4c56f7a2ab16ed0962998bc1467602d3f201e569513b0dde1363a7507e7a3f53535b8878ed2fd4a469699c88dcc1a3c4ce90461ac2c7a3c00 +DIST wireshark-1.9.0.tar.bz2 24592626 SHA256 0a21aa84e78de2ae2f758e5f21edf2ec5c26a372fbfbb30a53a9b67a128e4538 SHA512 b1e6ad9a2320c9a73de57dd4f37189f3319c67e95559648587395fbd20a0ec86f98b6674e77f450df3ac39ebe5b92a4105afa3d6d222ee6ac03a7b6bb5e4bc8c WHIRLPOOL 429322185e44f5dced728d6945ada7abba08328f8e0d3bb22a853cb730df611d9218315ac009987348993c1a3fff53f14b2f5133c67530d3fa92f835fad273fd diff --git a/net-analyzer/wireshark/wireshark-1.9.0.ebuild b/net-analyzer/wireshark/wireshark-1.9.0.ebuild new file mode 100644 index 000000000000..3526dd17963d --- /dev/null +++ b/net-analyzer/wireshark/wireshark-1.9.0.ebuild @@ -0,0 +1,206 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.9.0.ebuild,v 1.3 2013/02/22 16:43:54 jer Exp $ + +EAPI="5" +PYTHON_DEPEND="python? 2" +inherit autotools eutils fcaps flag-o-matic python toolchain-funcs user + +[[ -n ${PV#*_rc} && ${PV#*_rc} != ${PV} ]] && MY_P=${PN}-${PV/_} || MY_P=${P} +DESCRIPTION="A network protocol analyzer formerly known as ethereal" +HOMEPAGE="http://www.wireshark.org/" +SRC_URI="http://www.wireshark.org/download/src/all-versions/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0/${PV}" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE=" + adns doc doc-pdf +filecaps geoip gtk crypt ipv6 kerberos libadns lua +pcap + portaudio profile python selinux smi ssl zlib +" +RDEPEND=" + >=dev-libs/glib-2.14:2 + zlib? ( sys-libs/zlib + !=sys-libs/zlib-1.2.4 ) + smi? ( net-libs/libsmi ) + gtk? ( >=x11-libs/gtk+-2.4.0:2 + x11-libs/pango + dev-libs/atk + x11-misc/xdg-utils ) + ssl? ( net-libs/gnutls dev-libs/libgcrypt ) + crypt? ( dev-libs/libgcrypt ) + kerberos? ( virtual/krb5 ) + pcap? ( net-libs/libpcap ) + portaudio? ( media-libs/portaudio ) + adns? ( + !libadns? ( >=net-dns/c-ares-1.5 ) + ) + libadns? ( net-libs/adns ) + geoip? ( dev-libs/geoip ) + lua? ( >=dev-lang/lua-5.1 ) + selinux? ( sec-policy/selinux-wireshark ) +" + +DEPEND=" + ${RDEPEND} + doc? ( + dev-libs/libxslt + dev-libs/libxml2 + app-doc/doxygen + doc-pdf? ( dev-java/fop ) + ) + virtual/pkgconfig + dev-lang/perl + sys-devel/bison + sys-apps/sed + sys-devel/flex +" + +S=${WORKDIR}/${MY_P} + +pkg_pretend() { + if [[ $(gcc-major-version) -lt 3 || ( $(gcc-major-version) -eq 3 && + $(gcc-minor-version) -le 4 ) ]] ; then + die "Unsupported compiler version, please upgrade." + fi +} + +pkg_setup() { + if ! use gtk; then + ewarn "USE=-gtk disables gtk-based gui called wireshark." + ewarn "Only command line utils will be built available" + fi + if use python; then + python_set_active_version 2 + python_pkg_setup + fi +} + +src_prepare() { + epatch \ + "${FILESDIR}"/${PN}-1.6.13-ldflags.patch + sed -i -e 's|.png||g' ${PN}.desktop || die + eautoreconf +} + +src_configure() { + local myconf + + # profile and pie are incompatible #215806, #292991 + if use profile; then + ewarn "You've enabled the 'profile' USE flag, building PIE binaries is disabled." + ewarn "Also ignore \"unrecognized option '-nopie'\" gcc warning #358101." + append-flags $(test-flags-CC -nopie) + fi + + if use adns; then + if use libadns; then + myconf+=( "--with-adns --without-c-ares" ) + else + myconf+=( "--without-adns --with-c-ares" ) + fi + else + if use libadns; then + myconf+=( "--with-adns --without-c-ares" ) + else + myconf+=( "--without-adns --without-c-ares" ) + fi + fi + # Workaround bug #213705. If krb5-config --libs has -lcrypto then pass + # --with-ssl to ./configure. (Mimics code from acinclude.m4). + if use kerberos; then + case `krb5-config --libs` in + *-lcrypto*) + ewarn "Kerberos was built with ssl support: linkage with openssl is enabled." + ewarn "Note there are annoying license incompatibilities between the OpenSSL" + ewarn "license and the GPL, so do your check before distributing such package." + myconf+=( "--with-ssl" ) + ;; + esac + fi + + # Hack around inability to disable doxygen/fop doc generation + use doc || export ac_cv_prog_HAVE_DOXYGEN=false + use doc-pdf || export ac_cv_prog_HAVE_FOP=false + + # dumpcap requires libcap, setuid-install requires dumpcap + econf \ + $(use pcap && use_enable !filecaps setuid-install) \ + $(use pcap && use_enable filecaps setcap-install) \ + $(use_enable gtk wireshark) \ + $(use_enable ipv6) \ + $(use_enable profile profile-build) \ + $(use_with crypt gcrypt) \ + $(use_with filecaps libcap) \ + $(use_with geoip) \ + $(use_with kerberos krb5) \ + $(use_with lua) \ + $(use_with pcap dumpcap-group wireshark) \ + $(use_with pcap) \ + $(use_with portaudio) \ + $(use_with python) \ + $(use_with smi libsmi) \ + $(use_with ssl gnutls) \ + $(use_with zlib) \ + --disable-extra-gcc-checks \ + --disable-usr-local \ + --sysconfdir="${EPREFIX}"/etc/wireshark \ + ${myconf[@]} +} + +src_compile() { + default + use doc && emake -C docbook +} + +src_install() { + default + if use doc; then + dohtml -r docbook/{release-notes.html,ws{d,u}g_html{,_chunked}} + if use doc-pdf; then + insinto /usr/share/doc/${PF}/pdf/ + doins docbook/{{developer,user}-guide,release-notes}-{a4,us}.pdf + fi + fi + + # FAQ is not required as is installed from help/faq.txt + dodoc AUTHORS ChangeLog NEWS README{,.bsd,.linux,.macos,.vmware} \ + doc/{randpkt.txt,README*} + + # install headers + local wsheader + for wsheader in $( echo $(< debian/wireshark-dev.header-files ) ); do + insinto /usr/include/wireshark/$( dirname ${wsheader} ) + doins ${wsheader} + done + + #with the above this really shouldn't be needed, but things may be looking in wiretap/ instead of wireshark/wiretap/ + insinto /usr/include/wiretap + doins wiretap/wtap.h + + if use gtk; then + for c in hi lo; do + for d in 16 32 48; do + insinto /usr/share/icons/${c}color/${d}x${d}/apps + newins image/${c}${d}-app-wireshark.png wireshark.png + done + done + domenu wireshark.desktop + fi + use pcap && chmod o-x "${ED}"/usr/bin/dumpcap #357237 +} + +pkg_postinst() { + # Add group for users allowed to sniff. + enewgroup wireshark + + if use pcap; then + fcaps -o 0 -g wireshark -m 0750 -M 550 \ + cap_dac_read_search,cap_net_raw,cap_net_admin \ + "${EROOT}"/usr/bin/dumpcap + fi + + ewarn "NOTE: To run wireshark as normal user you have to add yourself to" + ewarn "the wireshark group. This security measure ensures that only trusted" + ewarn "users are allowed to sniff your traffic." +} diff --git a/net-fs/cifs-utils/Manifest b/net-fs/cifs-utils/Manifest index e166cf1bc518..3afed93fc2ca 100644 --- a/net-fs/cifs-utils/Manifest +++ b/net-fs/cifs-utils/Manifest @@ -1,3 +1,3 @@ -DIST cifs-utils-5.5.tar.bz2 377435 SHA256 82719a7988025eec87846d581a7b913368419d33deaafbecafd519fcb194d5c6 SHA512 faa37b645d7b0675ee737df1954f3427ad11550f5ccff64df2cb8d966acc302aafe187cf5a32f4b4749e442bc7a963513b7f0f90ab6f3e5f59d4ee2123b7eaa7 WHIRLPOOL a59c00f3ffa65e923acb6d96de2728f5453e76341af390d36459a8f05e3bad8405d27e982d8ce70e512faed2de32cb4cd9e21c46a3010c9aff0c5689f03fbbd6 DIST cifs-utils-5.6.tar.bz2 381098 SHA256 f1501a26a800a336baf53ba0ea383274361c86c4b50ec45c656b9810b84dc138 SHA512 dcf4fff6d55453a144e94af6606e33e86b2612aa03766d6b4f0a352ed3ac0032708e42d36ddf8efe4bf7f9288d9a64b4d1e5fd7068b59194e1caf7778df25d08 WHIRLPOOL cd361d071e8d14d4b92508a86bb497598850efcaab32fcfcc7a60e9a4bbed7efc33279c31b92cd2fec574b58fc9a552f1a11ba471358bbd52235697acd72d971 DIST cifs-utils-5.8.tar.bz2 383272 SHA256 aae107f4d7f39b9374e2a60a48796c5c7b5c88bf0a5e0281799aff2345e51e82 SHA512 32b1094f4c5dd6d93c0d3a6c00ea29e52b82c82582378a228b8a68ff0ed50fdfcef6019641ccabc3a666452bd97393ecca4355e3370d2d0b7287109ed7f34c3b WHIRLPOOL 29f6d74a21ca77e39bf0d9b27b177eae27d33684ed383303996ece32a69a49cba92aa3dcd2e700c9fff471543d6e4b7804135145208d2336b84df7e88ec135e3 +DIST cifs-utils-5.9.tar.bz2 388403 SHA256 ee0d4ae25c54f47362ef4c97cda142224360a2c4a5a8fbf71d87003bf3eaaef2 SHA512 c4d789c6dce2c0927ccc9359147c12151ea9a688bc376c1df21deec66a98669dc4fb6dd8e26d549475d0bbe1e5449ce08fb86e45c765eee7013ec2040c23600e WHIRLPOOL ef4c9b23b2e12a53d936acd19ce10fbe347279ee3c2914a2cbe26d101898bad22606c622ca005af68e0c44605c4137b3633691171387e269caf06542919cec90 diff --git a/net-fs/cifs-utils/cifs-utils-5.5-r1.ebuild b/net-fs/cifs-utils/cifs-utils-5.9.ebuild similarity index 73% rename from net-fs/cifs-utils/cifs-utils-5.5-r1.ebuild rename to net-fs/cifs-utils/cifs-utils-5.9.ebuild index 9d9f443c2565..1bfa32bef905 100644 --- a/net-fs/cifs-utils/cifs-utils-5.5-r1.ebuild +++ b/net-fs/cifs-utils/cifs-utils-5.9.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/cifs-utils/cifs-utils-5.5-r1.ebuild,v 1.5 2012/09/29 16:54:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/cifs-utils/cifs-utils-5.9.ebuild,v 1.1 2013/02/22 15:08:37 polynomial-c Exp $ EAPI=4 inherit eutils confutils linux-info DESCRIPTION="Tools for Managing Linux CIFS Client Filesystems" -HOMEPAGE="http://www.samba.org/linux-cifs/cifs-utils/" +HOMEPAGE="http://wiki.samba.org/index.php/LinuxCIFS_utils" SRC_URI="ftp://ftp.samba.org/pub/linux-cifs/${PN}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~arm-linux ~x86-linux" IUSE="ads +caps caps-ng creds upcall" DEPEND="!net-fs/mount-cifs @@ -26,7 +26,11 @@ RDEPEND="${DEPEND}" REQUIRED_USE="^^ ( caps caps-ng )" +DOCS="doc/linux-cifs-client-guide.odt" + pkg_setup() { + linux-info_pkg_setup + confutils_use_conflict caps caps-ng if ! linux_config_exists || ! linux_chkconfig_present CIFS; then ewarn "You must enable CIFS support in your kernel config, " @@ -40,35 +44,25 @@ pkg_setup() { fi } -src_prepare() { - # bug #424487 - epatch "${FILESDIR}"/${P}-initialize_rc_var_properly.patch - - #Getting rid of -Werror - sed -e "s/-Werror//" -i Makefile.in || die "sed failed" -} - src_configure() { - local myconf='' - if use "caps-ng"; then - myconf="${myconf} --with-libcap-ng=yes " - else - myconf="${myconf} --with-libcap-ng=no " - fi - myconf="${myconf} \ + ROOTSBINDIR="${EPREFIX}"/sbin \ + econf \ $(use_enable ads cifsupcall) \ $(use_with caps libcap) \ $(use_with caps-ng libcap-ng) \ $(use_enable creds cifscreds) \ $(use_enable upcall cifsupcall) \ + --with-libcap-ng=$(use caps-ng && echo 'yes' || echo 'no') \ --disable-cifsidmap \ - --disable-cifsacl" - econf ${myconf} + --disable-cifsacl } src_install() { - emake install DESTDIR="${D}" || die "emake install failed" - dodoc doc/linux-cifs-client-guide.odt + default + + # remove empty directories + find "${ED}" -type d -print0 | xargs --null rmdir \ + --ignore-fail-on-non-empty &>/dev/null } pkg_postinst() { diff --git a/net-libs/libsrtp/libsrtp-1.4.4_p20121108.ebuild b/net-libs/libsrtp/libsrtp-1.4.4_p20121108.ebuild index 69d86b4d0613..f0b1472fd36e 100644 --- a/net-libs/libsrtp/libsrtp-1.4.4_p20121108.ebuild +++ b/net-libs/libsrtp/libsrtp-1.4.4_p20121108.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsrtp/libsrtp-1.4.4_p20121108.ebuild,v 1.2 2012/12/15 22:13:35 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsrtp/libsrtp-1.4.4_p20121108.ebuild,v 1.5 2013/02/22 17:00:04 ago Exp $ EAPI="4" @@ -15,7 +15,7 @@ SRC_URI="http://dev.gentoo.org/~phajdan.jr/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 -sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" IUSE="aesicm console debug doc static-libs syslog" PATCHES=( "${FILESDIR}/${P}-shared.patch" ) diff --git a/net-libs/openh323/Manifest b/net-libs/openh323/Manifest index 5e9bbeea7d7d..5c0ec560087e 100644 --- a/net-libs/openh323/Manifest +++ b/net-libs/openh323/Manifest @@ -1 +1,2 @@ DIST openh323-v1_18_0-src-tar.gz 3742730 SHA256 26b4c9cf21dc1c92edf1583046670fce6be5b13045ef5d06e11403d36ffff218 SHA512 ac55873704e6ca1d9409af1850558a731b3013fc75bf1459584739050b947f31c5adedd97ef4227534d22941f10f7376618b531f0b090b7625fb5b12771bfd23 WHIRLPOOL 3ac3178ea1a285b7557098f1066e4fc444652e7e30000c124a7d1c25eea14728622f323de2e47b7008a1659cb02469db1b6508c70cb94663b305e3ba73b1c196 +DIST openh323-v1_19_0_1-src-tar.gz 3959271 SHA256 a4909d8d26a50eec42d3bfb6b88ff53ef0a714e6c6b6cf381b783050a09d31ea SHA512 2c5a9eb79b23c730602a43cde589cfae1d780b941ef92935fc89921a0a0ff7281e6723353675c732a921f2296a7bf3530f8d4b26afa96987e5002cc821a586a6 WHIRLPOOL 505bdfeb25f8e5e9713b18a5d145c959712b8105d94283327c5e9141288faf7469e12316b09aba85416c41690e3a677d55658608b9be97886754f509d92594c6 diff --git a/net-libs/openh323/openh323-1.19.0.1.ebuild b/net-libs/openh323/openh323-1.19.0.1.ebuild new file mode 100644 index 000000000000..b9586c551844 --- /dev/null +++ b/net-libs/openh323/openh323-1.19.0.1.ebuild @@ -0,0 +1,99 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.19.0.1.ebuild,v 1.1 2013/02/22 16:13:01 chithanh Exp $ + +EAPI=4 + +inherit eutils flag-o-matic multilib toolchain-funcs + +MY_P="${PN}-v${PV//./_}" + +DESCRIPTION="Open Source implementation of the ITU H.323 teleconferencing protocol" +HOMEPAGE="http://sourceforge.net/projects/openh323/" +SRC_URI="mirror://sourceforge/${PN}/${PN}-v${PV//./_}-src-tar.gz" + +IUSE="debug ssl +video +audio" +SLOT="0" +LICENSE="MPL-1.1" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" + +DEPEND=">=sys-apps/sed-4 + =dev-libs/pwlib-1.10* + virtual/ffmpeg + ssl? ( dev-libs/openssl )" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${PN}_v${PV//./_}" + +pkg_setup() { + use debug || makeopts="NOTRACE=1" +} + +src_unpack() { + tar -xzf "${DISTDIR}"/${A} -C "${WORKDIR}" || die +} + +src_prepare() { + # Makefile does not work correctly, fix + epatch "${FILESDIR}"/${PN}-1.18.0-install.diff + # Do not include compiler.h, bug #168791 + epatch "${FILESDIR}"/${PN}-1.18.0-compilerh.patch +} + +src_configure() { + # remove -fstack-protector, may cause problems (bug #75259) + filter-flags -fstack-protector + + #export OPENH323DIR=${S} + + econf \ + $(use_enable video) \ + $(use_enable audio) \ + --disable-transnexusosp +} + +src_compile() { + emake \ + CC="$(tc-getCC)" \ + CXX="$(tc-getCXX)" \ + AR="$(tc-getAR)" \ + ${makeopts} opt +} + +src_install() { + emake ${makeopts} PREFIX=/usr DESTDIR="${D}" install + + ### + # Compatibility "hacks" + # + + # debug / no debug use different suffixes - some packages build with only one + for i in "${ED}"/usr/lib/libh323_linux_x86_*; do + use debug && ln -s "${ED}"/usr/lib/libh323_linux_x86_*.so.*.*.* ${i/_r/_n} \ + || ln -s "${ED}"/usr/lib/libh323_linux_x86_*.so.*.*.* ${i/_n/_r} + done + + # set notrace corerctly + if ! use debug ; then + sed \ + -i \ + -e "s:^\(NOTRACE.*\):\1 1:" \ + "${ED}"/usr/share/openh323/openh323u.mak || die + fi + + # mod to keep gnugk happy + insinto /usr/share/openh323/src + echo -e "opt:\n\t:" > "${T}"/Makefile + doins "${T}"/Makefile + + # these should point to the right directories, + # openh323.org apps and others need this + sed -i -e "s:^OH323_LIBDIR = \$(OPENH323DIR).*:OH323_LIBDIR = /usr/${libdir}:" \ + "${ED}"/usr/share/openh323/openh323u.mak || die + sed -i -e "s:^OH323_INCDIR = \$(OPENH323DIR).*:OH323_INCDIR = /usr/include/openh323:" \ + "${ED}"/usr/share/openh323/openh323u.mak || die + + # this is hardcoded now? + sed -i -e "s:^\(OPENH323DIR[ \t]\+=\) "${S}":\1 /usr/share/openh323:" \ + "${ED}"/usr/share/openh323/openh323u.mak || die +} diff --git a/net-mail/dovecot/Manifest b/net-mail/dovecot/Manifest index 5014492195ae..7c240895621e 100644 --- a/net-mail/dovecot/Manifest +++ b/net-mail/dovecot/Manifest @@ -6,3 +6,5 @@ DIST dovecot-2.1.12.tar.gz 3839088 SHA256 d76ae15146452d053c423d883b2cbc24f62a55 DIST dovecot-2.1.13.tar.gz 3843407 SHA256 d0982b1a3b4cefe06d8d5e9e90372dc7569b9cc35bcb4d8087f09362b2632278 SHA512 8be152d10b3d29c9067c4fc46eb5ddbb0b6c3cabf70fc3c88ce7add89fc2730a28b33fb8a129dced2aa314e9abadc095731eb66a96904d6b45fd2187cf5f1e74 WHIRLPOOL fab53e2f56c33dc60dc38106155598754e02de92150c2b5a7d4de7472d1f1f60c78a06bbc27b48514dfe244123c654580575a7d92eb52ef746be8b3ce692b9a0 DIST dovecot-2.1.15.tar.gz 3862058 SHA256 706a69cede44551401dc5f49225b97b4b7b7e30ddbdc5cc11176a23a0fa72ded SHA512 e97f12ba5fbf2608c377730467efd0bd6773aab2f31dd886c25e8966ca084599498da1c092fc52e46456da3fd7fc4ca410623b1077838a3561ed164ca0acd9d3 WHIRLPOOL 5bdcad2f1c5833d2142c1282c4321c3488f3c4e75ea8a95561d57ba41f733ec08633f2d69b8cdee5cb0a233f8088d89fc61ec816f0ed3eb7769b331e3c865b75 DIST dovecot-2.1.9.tar.gz 3829755 SHA256 77d11112bced9e2bbb1410ce5e6464af477775315ec67c7f3ab4d0da64e3c512 SHA512 da16bce6fdb535dd8eb48b4626444296e78808613f5a0d3d28dd7a509a82a276ee4f34d3ed8c339a98bd6aaee10ddf1c2df62060748b4c603a06ab165086d8de WHIRLPOOL f5bfe022687f36fcb06aa46165d6ffe8323bd13e990b7acecaed6af91226c5b06bc1e479f242dd6f963ff6039f633d790221559af42c4debf39ca252715a81f3 +DIST dovecot-2.2-pigeonhole-99eec511aa2c.tar.bz2 579693 SHA256 ae1f9f44fceb74b8118e77070685ed77566d7d47505da9296a11d296c18ad27f SHA512 3e55468efbae295925e17b5b112b74cb917479512968e4aa00471b13601a86da0c60c629e76ffc1df566545ba1d70903e4ca9bfe10bbc795fe3ff259550bac3c WHIRLPOOL 65a423d19f55398d66190e08f71edf42f4f6428eb3cf904217f6bdda2f1363806dce8bb0aeed518dc9372cf70bb12cdc740ce0f104e6436de954d2f95d0b5307 +DIST dovecot-2.2.beta2.tar.gz 4207211 SHA256 d309e15157038f07d3a633a436ff308c1713c1f6d0c99eed3718b436ff98a9ce SHA512 4281305096771dde3efb5cd68c601233c391a6ec0139ebb5a09e96f5cc79fe53ed8a7ab71feb4ab78a91426f34df065ffab9d916ea97f2f78f5f79b14163875e WHIRLPOOL 47d3b5930ecdd5c67ad4e181bc9543e2990e7adb8ed09904e909ae4c0a5d10ea6c7f615a8cb6eb4752312b89dbb3cda18e28bd12736ff4319e6e8b5ba3d57662 diff --git a/net-mail/dovecot/dovecot-2.2_beta2.ebuild b/net-mail/dovecot/dovecot-2.2_beta2.ebuild new file mode 100644 index 000000000000..6968e3e4ff40 --- /dev/null +++ b/net-mail/dovecot/dovecot-2.2_beta2.ebuild @@ -0,0 +1,277 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.2_beta2.ebuild,v 1.1 2013/02/22 12:11:12 eras Exp $ + +EAPI=5 +inherit eutils versionator ssl-cert systemd user multilib + +MY_P="${P/_/.}" +major_minor="$(get_version_component_range 1-2)" +sieve_version="99eec511aa2c" +SRC_URI="http://dovecot.org/releases/${major_minor}/beta/${MY_P}.tar.gz + sieve? ( + http://hg.rename-it.nl/dovecot-${major_minor}-pigeonhole/archive/${sieve_version}.tar.bz2 \ + -> dovecot-${major_minor}-pigeonhole-${sieve_version}.tar.bz2 + ) + managesieve? ( + http://hg.rename-it.nl/dovecot-${major_minor}-pigeonhole/archive/${sieve_version}.tar.bz2 \ + -> dovecot-${major_minor}-pigeonhole-${sieve_version}.tar.bz2 + ) " +DESCRIPTION="An IMAP and POP3 server written with security primarily in mind" +HOMEPAGE="http://www.dovecot.org/" + +SLOT="0" +LICENSE="LGPL-2.1 MIT" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + +IUSE_DOVECOT_AUTH="kerberos ldap mysql pam postgres sqlite vpopmail" +IUSE_DOVECOT_STORAGE="cydir imapc +maildir mbox mdbox pop3c sdbox" +IUSE_DOVECOT_OTHER="bzip2 caps doc ipv6 lucene managesieve selinux sieve +ssl static-libs suid zlib" + +IUSE="${IUSE_DOVECOT_AUTH} ${IUSE_DOVECOT_STORAGE} ${IUSE_DOVECOT_OTHER}" + +DEPEND="caps? ( sys-libs/libcap ) + kerberos? ( virtual/krb5 ) + ldap? ( net-nds/openldap ) + lucene? ( >=dev-cpp/clucene-2.3 ) + mysql? ( virtual/mysql ) + pam? ( virtual/pam ) + postgres? ( dev-db/postgresql-base !dev-db/postgresql-base[ldap,threads] ) + selinux? ( sec-policy/selinux-dovecot ) + sqlite? ( dev-db/sqlite ) + ssl? ( dev-libs/openssl ) + vpopmail? ( net-mail/vpopmail ) + virtual/libiconv" + +RDEPEND="${DEPEND} + net-mail/mailbase" + +S=${WORKDIR}/${MY_P} + +pkg_setup() { + if use managesieve && ! use sieve; then + ewarn "managesieve USE flag selected but sieve USE flag unselected" + ewarn "sieve USE flag will be turned on" + fi + # default internal user + enewgroup dovecot 97 + enewuser dovecot 97 -1 /dev/null dovecot + # default login user + enewuser dovenull -1 -1 /dev/null + # add "mail" group for suid'ing. Better security isolation. + if use suid; then + enewgroup mail + fi +} + +src_configure() { + local conf="" + + if use postgres || use mysql || use sqlite; then + conf="${conf} --with-sql" + fi + + local storages="" + for storage in ${IUSE_DOVECOT_STORAGE//+/}; do + use ${storage} && storages="${storage} ${storages}" + done + [ "${storages}" ] || storages="maildir" + + # turn valgrind tests off. Bug #340791 + VALGRIND=no econf \ + --localstatedir="${EPREFIX}/var" \ + --with-moduledir="${EPREFIX}/usr/$(get_libdir)/dovecot" \ + --without-stemmer \ + --with-storages="${storages}" \ + --disable-rpath \ + $( systemd_with_unitdir ) \ + $( use_with bzip2 bzlib ) \ + $( use_with caps libcap ) \ + $( use_with kerberos gssapi ) \ + $( use_with ldap ) \ + $( use_with lucene ) \ + $( use_with mysql ) \ + $( use_with pam ) \ + $( use_with postgres pgsql ) \ + $( use_with sqlite ) \ + $( use_with ssl ) \ + $( use_with vpopmail ) \ + $( use_with zlib ) \ + $( use_enable static-libs static ) \ + ${conf} + + if use sieve || use managesieve ; then + # The sieve plugin needs this file to be build to determine the plugin + # directory and the list of libraries to link to. + emake dovecot-config + cd "../dovecot-2-2-pigeonhole-${sieve_version}" || die "cd failed" + ./autogen.sh + econf \ + $( use_enable static-libs static ) \ + --localstatedir="${EPREFIX}/var" \ + --enable-shared \ + --with-dovecot="../${MY_P}" \ + $( use_with managesieve ) + fi +} + +src_compile() { + default + if use sieve || use managesieve ; then + cd "../dovecot-2-2-pigeonhole-${sieve_version}" || die "cd failed" + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" + fi +} + +src_test() { + default + if use sieve || use managesieve ; then + cd "../dovecot-2-2-pigeonhole-${sieve_version}" || die "cd failed" + default + fi +} + +src_install () { + default + + # insecure: + # use suid && fperms u+s /usr/libexec/dovecot/deliver + # better: + if use suid;then + einfo "Changing perms to allow deliver to be suided" + fowners root:mail "${EPREFIX}/usr/libexec/dovecot/dovecot-lda" + fperms 4750 "${EPREFIX}/usr/libexec/dovecot/dovecot-lda" + fi + + newinitd "${FILESDIR}"/dovecot.init-r4 dovecot + + rm -rf "${ED}"/usr/share/doc/dovecot + + dodoc AUTHORS NEWS README TODO + dodoc doc/*.{txt,cnf,xml,sh} + docinto example-config + dodoc doc/example-config/*.{conf,ext} + docinto example-config/conf.d + dodoc doc/example-config/conf.d/*.{conf,ext} + docinto wiki + dodoc doc/wiki/* + doman doc/man/*.{1,7} + + # Create the dovecot.conf file from the dovecot-example.conf file that + # the dovecot folks nicely left for us.... + local conf="${ED}/etc/dovecot/dovecot.conf" + local confd="${ED}/etc/dovecot/conf.d" + + insinto /etc/dovecot + doins doc/example-config/*.{conf,ext} + insinto /etc/dovecot/conf.d + doins doc/example-config/conf.d/*.{conf,ext} + fperms 0600 "${EPREFIX}"/etc/dovecot/dovecot-{ldap,sql}.conf.ext + rm -f "${confd}/../README" + + # .maildir is the Gentoo default + local mail_location="maildir:~/.maildir" + if ! use maildir; then + if use mbox; then + mail_location="mbox:/var/spool/mail/%u:INDEX=/var/dovecot/%u" + keepdir /var/dovecot + sed -i -e 's|#mail_privileged_group =|mail_privileged_group = mail|' \ + "${confd}/10-mail.conf" || die "sed failed" + elif use mdbox ; then + mail_location="mdbox:~/.mdbox" + elif use sdbox ; then + mail_location="sdbox:~/.sdbox" + fi + fi + sed -i -e \ + "s|#mail_location =|mail_location = ${mail_location}|" \ + "${confd}/10-mail.conf" \ + || die "failed to update mail location settings in 10-mail.conf" + + # We're using pam files (imap and pop3) provided by mailbase + if use pam; then + sed -i -e '/driver = pam/,/^[ \t]*}/ s|#args = dovecot|args = "\*"|' \ + "${confd}/auth-system.conf.ext" \ + || die "failed to update PAM settings in auth-system.conf.ext" + # mailbase does not provide a sieve pam file + use managesieve && dosym imap /etc/pam.d/sieve + sed -i -e \ + 's/#!include auth-system.conf.ext/!include auth-system.conf.ext/' \ + "${confd}/10-auth.conf" \ + || die "failed to update PAM settings in 10-auth.conf" + fi + + # Disable ipv6 if necessary + if ! use ipv6; then + sed -i -e 's/^#listen = \*, ::/listen = \*/g' "${conf}" \ + || die "failed to update listen settings in dovecot.conf" + fi + + # Update ssl cert locations + if use ssl; then + sed -i -e 's:^#ssl = yes:ssl = yes:' "${confd}/10-ssl.conf" \ + || die "ssl conf failed" + sed -i -e 's:^ssl_cert =.*:ssl_cert = +Date: Wed Jan 16 19:11:24 2013 -0200 + + storage: Include sys/types.h for ssize_t + + src/storage.h:32:1: error: unknown type name 'ssize_t' + src/storage.h:36:1: error: unknown type name 'ssize_t' + +diff --git a/src/storage.h b/src/storage.h +index c455bae..70446ad 100644 +--- a/src/storage.h ++++ b/src/storage.h +@@ -26,6 +26,7 @@ + #endif + + #include ++#include + + int create_dirs(const char *filename, const mode_t mode); + diff --git a/net-misc/ofono/metadata.xml b/net-misc/ofono/metadata.xml index a5dcc4c83449..8bc47bbcdda4 100644 --- a/net-misc/ofono/metadata.xml +++ b/net-misc/ofono/metadata.xml @@ -1,23 +1,20 @@ - - dennis.yxun@gmail.com - Dennis (dlan) Lan - maintainer, assign bugs - - - tomka@gentoo.org - Thomas Kahle - proxy maintainer, CC on bugs - - - ETSI AT modem support. - Enable PhoNet/ISI modem support. - Enable CDMA modem support. - Enable Bluetooth modem support using net-wireless/bluez. - Enable phone Simulator support - Enable testing tools - + + maintainer-needed@gentoo.org + + + ETSI AT modem support. + Enable PhoNet/ISI modem support. + Enable CDMA modem support. + Enable install configuration and data files. + Enable BlueTooth DUN deamon support. + Enable Bluetooth modem support using net-wireless/bluez. + Enable phone Simulator support + Enable GPRS provisioning support + Enable Qualcomm QMI modem support + Enable testing tools + diff --git a/net-misc/ofono/ofono-1.12.ebuild b/net-misc/ofono/ofono-1.12.ebuild new file mode 100644 index 000000000000..36c194b986a9 --- /dev/null +++ b/net-misc/ofono/ofono-1.12.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ofono-1.12.ebuild,v 1.1 2013/02/22 13:56:27 tomka Exp $ + +EAPI=5 + +inherit eutils multilib systemd + +DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon." +HOMEPAGE="http://ofono.org/" +SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem +phonesim +provision +qmimodem threads test tools +udev" + +REQUIRED_USE="dundee? ( bluetooth )" + +RDEPEND=">=sys-apps/dbus-1.4 + >=dev-libs/glib-2.28 + net-misc/mobile-broadband-provider-info + bluetooth? ( >=net-wireless/bluez-4.99 ) + udev? ( virtual/udev ) + examples? ( dev-python/dbus-python ) + tools? ( virtual/libusb:1 )" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +DOCS=( ChangeLog AUTHORS ) + +src_prepare() { + default + # backport upstream patches + epatch "${FILESDIR}"/${P}-sys-types.patch + + # Fix build with newer glib due to G_DISABLE_SINGLE_INCLUDES + grep -lre '' "${S}" | while read i; do + sed -ie 's:glib/gtypes.h:glib.h:' "${i}" || die "Unable to sed \"$i\"" + done +} + +src_configure() { + econf \ + $(use_enable threads) \ + $(use_enable udev) \ + $(use_enable isimodem) \ + $(use_enable atmodem) \ + $(use_enable cdmamodem) \ + $(use_enable datafiles) \ + $(use_enable dundee) \ + $(use_enable bluetooth) \ + $(use_enable phonesim) \ + $(use_enable provision) \ + $(use_enable qmimodem) \ + $(use_enable tools) \ + $(use_enable test) \ + --disable-maintainer-mode \ + --localstatedir=/var \ + --with-systemdunitdir="$(systemd_get_unitdir)" +} + +src_install() { + default + + if ! use examples ; then + rm -rf "${D}/usr/$(get_libdir)/ofono/test" || die + fi + + if use tools ; then + dobin tools/{auto-enable,huawei-audio} + fi + + newinitd "${FILESDIR}"/${PN}.initd ${PN} + use doc && dodoc doc/*.txt +} diff --git a/net-misc/pump/pump-0.8.24-r4.ebuild b/net-misc/pump/pump-0.8.24-r4.ebuild index 1b21c36116e8..2da57253df7e 100644 --- a/net-misc/pump/pump-0.8.24-r4.ebuild +++ b/net-misc/pump/pump-0.8.24-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/pump-0.8.24-r4.ebuild,v 1.7 2013/02/21 16:11:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/pump-0.8.24-r4.ebuild,v 1.8 2013/02/22 15:25:59 pinkbyte Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://debian/pool/main/p/${PN}/${PN}_${PV}.orig.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm hppa ia64 ~ppc sparc x86" +KEYWORDS="amd64 arm hppa ia64 ~ppc sparc x86" IUSE="" DEPEND=">=dev-libs/popt-1.5" diff --git a/profiles/package.mask b/profiles/package.mask index 6b07ba5858a9..d079f15d2a86 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.14486 2013/02/21 08:27:22 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.14491 2013/02/22 16:25:08 jer Exp $ # # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -31,6 +31,14 @@ #--- END OF EXAMPLES --- +# Jeroen Roovers (22 Feb 2013) +# Development versions of net-analyzer/wireshark +=net-analyzer/wireshark-1.9* + +# Eray Aslan (22 Feb 2013) +# Mask beta versions +=net-mail/dovecot-2.2_beta* + # Justin Lecher (21 Feb 2013) # Temporary mask, because compatibility with recent tcl is not proven =dev-tcltk/tcllib-1.15 @@ -338,12 +346,6 @@ sys-apps/i2c # Under development =app-emulation/qemu-1.3.0 -# Sergey Popov (12 Jan 2013) -# Does not build(bug #450850), upstream is dead for ages -# nothing depends on it in tree -# Removal in 30 days -dev-libs/libole2 - # Jeroen Roovers (09 Jan 2013) # Testing branch, unstable upstream >net-nntp/tin-2.1 @@ -369,12 +371,6 @@ dev-perl/Class-MOP =x11-libs/libXi-1.6.99* =x11-proto/inputproto-2.2.99* -# Sergei Trofimovich (01 Jan 2013) -# Masked for removal (moved to haskell overlay). -# Fails to build (bug #423763). Needs severe code cleanup -# for modern ghc. -dev-haskell/wash - # Sergei Trofimovich (28 Dec 2012) # Masked as needs masked version of wxGTK:2.9: dev-haskell/wxc:2.9 @@ -402,11 +398,6 @@ dev-haskell/wxhaskell:2.9 #net-wireless/madwifi-ng-tools net-wireless/madwifi-ng -# Anthony G. Basile (17 Dec 2012) -# Masked for removal in 30 days. (17 Jan 2012) -# This is provided by USE=xtended webalizer, bug #445226 -app-admin/webalizer-xtended - # Michał Górny (07 Dec 2012) # Experimental version disabling XDM-AUTHENTICATION-1 (in favor # of MIT-MAGIC-COOKIE-1). It should fix bug #306223 but it can also diff --git a/profiles/use.local.desc b/profiles/use.local.desc index a5b08e5127e8..b631e0b04ae7 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -4579,8 +4579,12 @@ net-misc/nxserver-freenx:nxclient - Allow to install net-misc/nxclient in parall net-misc/ofono:atmodem - ETSI AT modem support. net-misc/ofono:bluetooth - Enable Bluetooth modem support using net-wireless/bluez. net-misc/ofono:cdmamodem - Enable CDMA modem support. +net-misc/ofono:datafiles - Enable install configuration and data files. +net-misc/ofono:dundee - Enable BlueTooth DUN deamon support. net-misc/ofono:isimodem - Enable PhoNet/ISI modem support. net-misc/ofono:phonesim - Enable phone Simulator support +net-misc/ofono:provision - Enable GPRS provisioning support +net-misc/ofono:qmimodem - Enable Qualcomm QMI modem support net-misc/ofono:tools - Enable testing tools net-misc/oidentd:masquerade - Enable support for masqueraded/NAT connections net-misc/openconnect:openssl - Enable dev-libs/openssl support diff --git a/sys-cluster/ploop/Manifest b/sys-cluster/ploop/Manifest index a50cacd7f981..839cad345809 100644 --- a/sys-cluster/ploop/Manifest +++ b/sys-cluster/ploop/Manifest @@ -1,3 +1,4 @@ DIST ploop-1.2.tar.bz2 74639 SHA256 80cefcf4e0f19955d758904fbe8d83eb809ba974f82359f9ec2d65edefb212a4 SHA512 d64a2a4e872adeb6aae39082273b068fd485ba6a2524c5d495e1f7db40a2efcfbaf90ddbe41d46267e076c90da399b6feef0f1a30dfe6bb77961eadfa17e6bed WHIRLPOOL d7fa84a359165430673d66a1cb0189690921336d7e77a025f5d2792e8b97a111c3a35f8b013f6ee52d9b837755010c25d84ca019c56fbcc8550f16a98a33a564 DIST ploop-1.4.tar.bz2 80624 SHA256 f32141490bb07122937ce1e102c5b6f93ae5d463793689dd83332108406464d5 SHA512 e0717426961f6b2e0b8ed466b01da0ca4fedb616a2549fc33849c05db68063177e3fb609914c9a8e2af842e5b0bc82a0dd3410653d89d6912a268ebf04fd3e49 WHIRLPOOL 269db334ff6152e94a5a42e3148eb54ebb7493869ad4bc3b921d224eb36ebd7fce5ce4b58fe9a1123f19ce8f3d31762042998ba02d68de465304e81f12786919 DIST ploop-1.5.tar.bz2 84513 SHA256 fdf17a62bff220d36a581b6042ac95bd863021d8607194e7828588949dd5c7dc SHA512 513b5cebc5edd37a738f7d83cde428be7390d5e30b08597af370d2ac26f2cd1144e64c53d72a656cf1d03862e539c9489c17acf004f92c9ec7fc645948955a3d WHIRLPOOL 08396639544bbf5b6d4a58cc81489eb411cde5f097078d9cbdf2fcbe15176adfa5cf2c81dbad708eed540e3ec0007b9d86e52b7b43e1fddcfd8c7f77bca5c41a +DIST ploop-1.6.tar.bz2 88721 SHA256 02585bab5591bac8387578e88c1cbda1f8c4e821aaa716820a38df277adae120 SHA512 2e76ea0f7a6687b30a536f28034efdd11388ebb4c6510ab551a173fc339b8f3f0ab98f164fc180a5c31b5c2a143c4e2dc1bf02b8fd990e8d31c5d9397e702d84 WHIRLPOOL e50a40d66a426a52bc6ab859d568099222ed8ff5f766b8b56675aa9ef1d850a9b7024d3394519f7a66d598a6aab1123ac130c6ee35655207f12d5e676939ccf1 diff --git a/sys-cluster/ploop/files/ploop.tmpfiles b/sys-cluster/ploop/files/ploop.tmpfiles new file mode 100644 index 000000000000..25feee63db2a --- /dev/null +++ b/sys-cluster/ploop/files/ploop.tmpfiles @@ -0,0 +1 @@ +d /run/lock/ploop 0755 root root - - diff --git a/sys-cluster/ploop/ploop-1.6.ebuild b/sys-cluster/ploop/ploop-1.6.ebuild new file mode 100644 index 000000000000..7ca424b22e31 --- /dev/null +++ b/sys-cluster/ploop/ploop-1.6.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ploop/ploop-1.6.ebuild,v 1.1 2013/02/22 14:01:33 pinkbyte Exp $ + +EAPI=5 + +inherit eutils toolchain-funcs multilib systemd + +DESCRIPTION="openvz tool and a library to control ploop block devices" +HOMEPAGE="http://wiki.openvz.org/Download/ploop" +SRC_URI="http://download.openvz.org/utils/ploop/${PV}/src/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug static-libs" + +DEPEND="dev-libs/libxml2" +RDEPEND="${DEPEND}" + +DOCS=( tools/README ) + +src_prepare() { + # Respect CFLAGS and CC, do not add debug by default + sed -i \ + -e 's|CFLAGS =|CFLAGS +=|' \ + -e '/CFLAGS/s/-g -O0 //' \ + -e '/CFLAGS/s/-O2//' \ + -e 's|CC=|CC?=|' \ + -e 's/-Werror//' \ + -e '/DEBUG=yes/d' \ + -e '/LOCKDIR/s/var/run/' \ + Makefile.inc || die 'sed on Makefile.inc failed' + # Avoid striping of binaries + sed -e '/INSTALL/{s: -s::}' -i tools/Makefile || die 'sed on tools/Makefile failed' + + epatch "${FILESDIR}/ploop-1.2-soname.patch" + + # respect AR and RANLIB, bug #452092 + tc-export AR RANLIB + sed -i -e 's/ranlib/$(RANLIB)/' lib/Makefile || die 'sed on lib/Makefile failed' +} + +src_compile() { + emake CC="$(tc-getCC)" V=1 $(usex debug 'DEBUG' '' '=yes' '') +} + +src_install() { + default + ldconfig -n "${D}/usr/$(get_libdir)/" || die + use static-libs || rm "${D}/usr/$(get_libdir)/libploop.a" || die 'remove static lib failed' + + systemd_newtmpfilesd "${FILESDIR}/ploop.tmpfiles" ploop.conf +} + +pkg_postinst() { + elog "Warning - API changes" + elog "1. This version requires running vzkernel >= 2.6.32-042stab061.1" + elog "2. DiskDescriptor.xml created by older ploop versions are converted to current format" +} diff --git a/sys-cluster/vzctl/Manifest b/sys-cluster/vzctl/Manifest index 829e4451a6d0..bcd2c447431e 100644 --- a/sys-cluster/vzctl/Manifest +++ b/sys-cluster/vzctl/Manifest @@ -3,3 +3,4 @@ DIST vzctl-3.0.30.2.tar.bz2 425118 SHA256 c100914ec10db7cce6114bb8fcfdf67dd406d0 DIST vzctl-3.1.tar.bz2 442684 SHA256 c2b3f37df56613bdd137dbc7d144d146e7f6737bbfae9490458056c7ff8e31ca SHA512 0a49a2a67ec47542a48da6ca43f1fb46d756378cde2453d128d1a8ebcaa7f8814d2a94f0d5dfe9f3e70c72b0aca01704f367d8ffd387bb4afccc2a33b63e5347 WHIRLPOOL fb07e83c2b82d04de0ad9d9cc9f70f733cb97c367d26f8f0862f6626eb2a2e6350cad2f81f9af2fa103b91a4e35075393bbae8174fb09cb8db1e6ccafb0209b2 DIST vzctl-3.3.tar.bz2 445649 SHA256 cc421a2cb61fdf09ef11516c8a22962d07795096487e65382f0cdaedfdfadf63 SHA512 c464f53f6c9aa2b1d721fe10d031401fffa4055b3101a82eaf1eafce3ffa9d1828e3c1f9e56fb42e8617ae290ac3c4e9d504095089bed3fe56804cd5735b62d1 WHIRLPOOL fdeb767d4bbdbcf1e257afa19dee6a9246bf0fc47d56d045556fc11684523d45338f47884549bb08e59c53556065d5127abec2ccbddf8294566e19151ce24c52 DIST vzctl-4.1.2.tar.bz2 470379 SHA256 26ca2cb2c7596688fa3692e2ee0c4b6e01995f22f819f66a415ee443ca1e34aa SHA512 d9f88b84313b25cc16744702d95982a425bbe49ba497ca1c737e21b3f88d807573ca413e61c745aeeb8f1efd2f1ca235dd74f1837126db1045e20ff298d62ce6 WHIRLPOOL a1241650787d5593923906a68ffbbf179603f1bf27bb162724f1d65c6776531daf805a09db3fe56bce5d37a44545b7ce073981ad96172c5e47bb0f5eb9f412e3 +DIST vzctl-4.2.tar.bz2 473463 SHA256 879c98f17d29e0c9cc47957b2fc91b716312cbb47ce235131b8d336d420a9770 SHA512 b4e0a6d071471b03dd72eab39e1732e04f82dbacb3ec00e2d0011d09e99cc042b31a96b7a76a72ab7145a307b638840df7c42807dfda6421bf8f3bff879677e6 WHIRLPOOL 1e39470519716a7b1eb0e07e4be3925fdb2ccfa5c9c7c56bb7347f8a7710dfa0b4aa24904416135d49ff878c4e055e0c6c48652867ca62975649b68fd048011b diff --git a/sys-cluster/vzctl/vzctl-4.2.ebuild b/sys-cluster/vzctl/vzctl-4.2.ebuild new file mode 100644 index 000000000000..ccc6769579a0 --- /dev/null +++ b/sys-cluster/vzctl/vzctl-4.2.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-4.2.ebuild,v 1.1 2013/02/22 14:24:39 pinkbyte Exp $ + +EAPI="5" + +inherit base bash-completion-r1 eutils toolchain-funcs udev + +DESCRIPTION="OpenVZ ConTainers control utility" +HOMEPAGE="http://openvz.org/" +SRC_URI="http://download.openvz.org/utils/${PN}/${PV}/src/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="cgroup +ploop" + +RDEPEND=" + net-firewall/iptables + sys-apps/ed + >=sys-apps/iproute2-3.3.0 + sys-fs/vzquota + ploop? ( >=sys-cluster/ploop-1.5 ) + cgroup? ( >=dev-libs/libcgroup-0.37 ) +" + +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_prepare() { + # Set default OSTEMPLATE on gentoo + sed -i -e 's:=redhat-:=gentoo-:' etc/dists/default || die 'sed on etc/dists/default failed' + # Set proper udev directory + sed -i -e "s:/lib/udev:$(udev_get_udevdir):" src/lib/dev.c || die 'sed on src/lib/dev.c failed' +} + +src_configure() { + econf \ + --localstatedir=/var \ + --enable-udev \ + --enable-bashcomp \ + --enable-logrotate \ + $(use_with ploop) \ + $(use_with cgroup) +} + +src_install() { + emake DESTDIR="${D}" udevdir="$(udev_get_udevdir)"/rules.d install install-gentoo + + # install the bash-completion script into the right location + rm -rf "${ED}"/etc/bash_completion.d + newbashcomp etc/bash_completion.d/vzctl.sh ${PN} + + # We need to keep some dirs + keepdir /vz/{dump,lock,root,private,template/cache} + keepdir /etc/vz/names /var/lib/vzctl/veip +} + +pkg_postinst() { + ewarn "To avoid loosing network to CTs on iface down/up, please, add the" + ewarn "following code to /etc/conf.d/net:" + ewarn " postup() {" + ewarn " /usr/sbin/vzifup-post \${IFACE}" + ewarn " }" + + ewarn "Starting with 3.0.25 there is new vzeventd service to reboot CTs." + ewarn "Please, drop /usr/share/vzctl/scripts/vpsnetclean and" + ewarn "/usr/share/vzctl/scripts/vpsreboot from crontab and use" + ewarn "/etc/init.d/vzeventd." + + if use cgroup; then + ewarn "You have chose to use experimental CGROUP feature" + ewarn "please do NOT file bugs to Gentoo bugzilla," + ewarn "use upstream bug tracker instead" + fi +} diff --git a/sys-cluster/vzctl/vzctl-9999.ebuild b/sys-cluster/vzctl/vzctl-9999.ebuild index 86f3c1440ce2..5684f68c5b61 100644 --- a/sys-cluster/vzctl/vzctl-9999.ebuild +++ b/sys-cluster/vzctl/vzctl-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-9999.ebuild,v 1.13 2012/12/13 08:45:38 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-9999.ebuild,v 1.14 2013/02/22 14:24:39 pinkbyte Exp $ EAPI="5" -inherit bash-completion-r1 autotools git-2 udev toolchain-funcs +inherit bash-completion-r1 autotools git-2 toolchain-funcs udev DESCRIPTION="OpenVZ ConTainers control utility" HOMEPAGE="http://openvz.org/" @@ -14,24 +14,26 @@ EGIT_REPO_URI="git://git.openvz.org/pub/${PN} LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="+ploop +cgroup" +IUSE="cgroup +ploop" RDEPEND=" net-firewall/iptables sys-apps/ed - >=sys-apps/iproute2-3.0 + >=sys-apps/iproute2-3.3.0 sys-fs/vzquota ploop? ( >=sys-cluster/ploop-1.5 ) - cgroup? ( >=dev-libs/libcgroup-0.37 )" + cgroup? ( >=dev-libs/libcgroup-0.37 ) +" DEPEND="${RDEPEND} virtual/pkgconfig" src_prepare() { # Set default OSTEMPLATE on gentoo - sed -e 's:=redhat-:=gentoo-:' -i etc/dists/default || die + sed -i -e 's:=redhat-:=gentoo-:' etc/dists/default || die 'sed on etc/dists/default failed' + # Set proper udev directory + sed -i -e "s:/lib/udev:$(udev_get_udevdir):" src/lib/dev.c || die 'sed on src/lib/dev.c failed' eautoreconf - sed -i -e "s:/lib/udev:$(udev_get_udevdir):" src/lib/dev.c || die } src_configure() { @@ -67,4 +69,10 @@ pkg_postinst() { ewarn "Please, drop /usr/share/vzctl/scripts/vpsnetclean and" ewarn "/usr/share/vzctl/scripts/vpsreboot from crontab and use" ewarn "/etc/init.d/vzeventd." + + if use cgroup; then + ewarn "You have chose to use experimental CGROUP feature" + ewarn "please do NOT file bugs to Gentoo bugzilla," + ewarn "use upstream bug tracker instead" + fi } diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.42.6.ebuild b/sys-fs/e2fsprogs/e2fsprogs-1.42.6.ebuild index eb089afbf79c..7fb1025fb50d 100644 --- a/sys-fs/e2fsprogs/e2fsprogs-1.42.6.ebuild +++ b/sys-fs/e2fsprogs/e2fsprogs-1.42.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.42.6.ebuild,v 1.1 2012/10/07 16:22:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.42.6.ebuild,v 1.2 2013/02/22 15:43:21 zmedico Exp $ EAPI=3 @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/e2fsprogs/${PN}-${UP_PV}.tar.gz" LICENSE="GPL-2 BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint" IUSE="nls static-libs elibc_FreeBSD" RDEPEND="~sys-libs/${PN}-libs-${PV} diff --git a/www-apps/owncloud/Manifest b/www-apps/owncloud/Manifest index 092db4d5cb9b..82729870ab2d 100644 --- a/www-apps/owncloud/Manifest +++ b/www-apps/owncloud/Manifest @@ -1,2 +1,2 @@ -DIST owncloud-4.0.11.tar.bz2 3430073 SHA256 adc689d58a6d902163a44517ad0a1cf5c1a3bd28ce2a91f21cca6444cb69884b SHA512 df3d386c4f638492c8bd57d19104d2ddbb24812dea064f934a8996b76d29b9fb26e15e8e192799fcb4ca29e29ef4e4c1a4abbe7552dc8282b4970935dce9c790 WHIRLPOOL f6bf405cb72647cce19e60914fd9da399ebb04ca2b73b2a042240afba8c43a701c248dd69f58f6c858779b7c2be6acd3e86c8e45624f1b962c46d3a681876300 -DIST owncloud-4.5.6.tar.bz2 9161189 SHA256 3ee2c5583945f0df813f1267b0885ea7b4772024c2d7f116ccc1f985a1b7d462 SHA512 1e76baf2d2d5e71d8a1c34fd75f17d700f0a3f53b634866c0b54f384dca95f620637300c7a26e22f873681c8c1976393ba33b73bdf34d1c5ce9b60f5667f2768 WHIRLPOOL a06e002fbba65c8afd9d40d49b05d1631ebc7e82e20b08193a8f2d1ef675d6a1bd81395105288c151ca9a5dab4eebe1c489b9fb9893532657730f85194504ad8 +DIST owncloud-4.0.12.tar.bz2 3430253 SHA256 e552c0a356d5de66d69ddd37faa44b7310f8e3971a1bd4e27a3857c324078ead SHA512 daca256f1272c66eddd49dae47f4e0b7b46f81469896e485dc90ca5daf2765041aedcb46e5ad8e3e7bd03043ca8620812f19f8a6bb91c6896959269cdf450b10 WHIRLPOOL 330eea75613cee1b1689ebc4c5d854ab30271250de05c8390942b01ccd3d6958c598f05333df206d458f21da23521d46b6ac913421fae841d2849dbe28c93a69 +DIST owncloud-4.5.7.tar.bz2 9126728 SHA256 1ea32f6dd1b735eb32b25e69c5b083136968f7e65564d19d4e4bccee568b8701 SHA512 89872fde5fd0674a922d4fa8a664163fea08c763fae2e04f9cee1305c9109e622eeb2e90906548f924a1710515f84c3b85a7a87fc5375c1c073f2aab41caf7d9 WHIRLPOOL d019ef41fe4325080f1bac76428ecb5924d15196a7c255b15a2932e930bbf62bb1e3dcc61768c2ae22759fea97bbbce6de79a9d625dc36654647c671923f1e54 diff --git a/www-apps/owncloud/owncloud-4.0.11.ebuild b/www-apps/owncloud/owncloud-4.0.12.ebuild similarity index 96% rename from www-apps/owncloud/owncloud-4.0.11.ebuild rename to www-apps/owncloud/owncloud-4.0.12.ebuild index 3dd7e2d952fa..eba2488068eb 100644 --- a/www-apps/owncloud/owncloud-4.0.11.ebuild +++ b/www-apps/owncloud/owncloud-4.0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-4.0.11.ebuild,v 1.2 2013/01/29 13:27:36 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-4.0.12.ebuild,v 1.1 2013/02/22 10:50:43 voyageur Exp $ EAPI=4 diff --git a/www-apps/owncloud/owncloud-4.5.6.ebuild b/www-apps/owncloud/owncloud-4.5.7.ebuild similarity index 96% rename from www-apps/owncloud/owncloud-4.5.6.ebuild rename to www-apps/owncloud/owncloud-4.5.7.ebuild index 4c2f2d28be9a..54f516b4ab4c 100644 --- a/www-apps/owncloud/owncloud-4.5.6.ebuild +++ b/www-apps/owncloud/owncloud-4.5.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-4.5.6.ebuild,v 1.2 2013/01/29 13:27:36 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-4.5.7.ebuild,v 1.1 2013/02/22 10:50:43 voyageur Exp $ EAPI=4 diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest index 2bdb24cba03c..c35f65f89ee3 100644 --- a/www-client/chromium/Manifest +++ b/www-client/chromium/Manifest @@ -1,6 +1,3 @@ -DIST chromium-24.0.1312.56.tar.bz2 186319895 SHA256 120bc74c72498916f44efebe32703e2a52e45ba7e6c536f465144816270b2c11 SHA512 4446396da443daa408a7fa23c721ab0a8331b9bf2ecc11ad072e4e98a2aa6968dce47a5fa58521e08215a6ea35e66b6032a94103a1c2b0df40fb1de5816e7a8b WHIRLPOOL f6850adfa853e217bf33c43b8b15e5446a1688527f53ef31855d019c16092a524b6a31342db713d4af10cbed54d59dddfbc36c3c9f9b32eba87526b89cbfe593 -DIST chromium-25.0.1364.68-lite.tar.bz2 125813064 SHA256 06516106a90ec7e14fb70edb314a3b6d4456ba1b311e4e9449b512900e9eaea5 SHA512 889aabe3a21b5697c1d4054bda6290d12f0c4ff97894d56d02c6318d51ee7017838d3f395416fcbc10e9bd22aee9c5a2b3826699118b6415b5c1eddae014db5c WHIRLPOOL 7ee341518d9347b4402c29e9b3ee91a3ca6df854efdd426cbc07305d40a0900f49a11c8600c0658d9313a1d01d24fa782b414d314fa24a8d349b3d19645be475 -DIST chromium-25.0.1364.84-lite.tar.bz2 125683439 SHA256 1375f8d8856399c872f749a384d7ec51ba0e6e1e79b13c24edfe7933891f23b9 SHA512 1b8cb9c6fec938ad1c98460e6fd86d7cf80b4584db7fc3f0c35ccc28e20f88135de97154cf67fd09ba959c9a05b391b837e03922b3ea5fcb629a04e17c31eb77 WHIRLPOOL 3a7b690aad4446504a0166cdd92c87544cf663f8cf7ec1c46ebdaf017d3b57a3a58eed5efc01e7f3c2d0a89972ef3e6b98449cf51f14b3d25d916bb71715c96f DIST chromium-25.0.1364.97-lite.tar.bz2 125698044 SHA256 f39861718cc1a0bde0ffbe15ce7957404881f0881640eb3fd2f92e2f344a20d2 SHA512 7bc1f3cd31059aba3ed12e89b90139f2dfefb0b7a57557372602eb14281ff64d259f0b973c37d7c4e2d12af1698b3a701115c7d4b8ca3e6cc104d7edcbf2a5ba WHIRLPOOL 56dad03ffc44f25170d220794b46a545fb6a5ad19670ed5ef3d855a39e77aea917032838cfa4c377db716ef5cf2701bc7eb70bbf4c545317ccebc4f536222a8d DIST chromium-26.0.1403.0.tar.xz 140497404 SHA256 8eef12f629a22220e79797ed7c716a805f920092b46ca64b364fdb21db803d2e SHA512 a9160797e2996d2aa87d1f219ef323c43fddc3ea9db909e1d327c59fa7164f8f453fa0c381647daf09d78a1cc968a9a059a1ca700dfdf44e282934f7c364f16c WHIRLPOOL 6312ca67494008d23ce273d6f2572e949e734bf0b440954c53a3a9d7f4c194dcd7ade8f522824a142420779224b529fe26420d6a159bbb6a9249c6d8413d90b4 DIST chromium-26.0.1410.5.tar.xz 140737820 SHA256 235c2cceee85412459b8c80995777dd38f895210e8b68490a41fb94b7040acbf SHA512 f00a3b90fad051023b3e34b8b5ca248ccfd9e27b396ccc826a24a0e6ac6ca9548ab1c26b9b4d3d3462508c5dca58c53c00ccf5c81558b6040eaaab2d6ad2e994 WHIRLPOOL f08714b42391c55fa6719bab54200bdafdc4aaa9cc108ca40f8b046ddae544f315deebc09419dc34bb650ce098e013c6a4e0e64a889275b852c74faa918abefd diff --git a/www-client/chromium/chromium-24.0.1312.56.ebuild b/www-client/chromium/chromium-24.0.1312.56.ebuild deleted file mode 100644 index 21c06089e86d..000000000000 --- a/www-client/chromium/chromium-24.0.1312.56.ebuild +++ /dev/null @@ -1,515 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-24.0.1312.56.ebuild,v 1.4 2013/02/06 03:47:06 floppym Exp $ - -EAPI="5" -PYTHON_DEPEND="2:2.6" - -CHROMIUM_LANGS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he - hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl sr - sv sw ta te th tr uk vi zh_CN zh_TW" - -inherit chromium eutils flag-o-matic multilib \ - pax-utils portability python toolchain-funcs versionator virtualx - -DESCRIPTION="Open-source version of Google Chrome web browser" -HOMEPAGE="http://chromium.org/" -SRC_URI="http://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="bindist cups gnome gnome-keyring kerberos pulseaudio selinux tcmalloc" - -RDEPEND="app-arch/bzip2 - cups? ( - dev-libs/libgcrypt - >=net-print/cups-1.3.11 - ) - >=dev-lang/v8-3.14.5:= - =dev-libs/elfutils-0.149 - dev-libs/expat - >=dev-libs/icu-49.1.1-r1 - >=dev-libs/libevent-1.4.13 - dev-libs/libxml2[icu] - dev-libs/libxslt - >=dev-libs/nss-3.12.3 - gnome? ( >=gnome-base/gconf-2.24.0 ) - gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) - >=media-libs/alsa-lib-1.0.19 - media-libs/flac - >=media-libs/libjpeg-turbo-1.2.0-r1 - media-libs/libpng - media-libs/libvpx - >=media-libs/libwebp-0.2.0_rc1 - media-libs/opus - media-libs/speex - pulseaudio? ( media-sound/pulseaudio ) - sys-apps/dbus - sys-libs/zlib[minizip] - virtual/udev - virtual/libusb:1 - x11-libs/gtk+:2 - x11-libs/libXinerama - x11-libs/libXScrnSaver - x11-libs/libXtst - kerberos? ( virtual/krb5 ) - selinux? ( - sec-policy/selinux-chromium - sys-libs/libselinux - )" -DEPEND="${RDEPEND} - !arm? ( - >=dev-lang/nacl-toolchain-newlib-0_p9093 - dev-lang/yasm - ) - dev-lang/perl - dev-python/ply - dev-python/simplejson - >=dev-util/gperf-3.0.3 - >=sys-devel/bison-2.4.3 - sys-devel/flex - >=sys-devel/make-3.81-r2 - virtual/pkgconfig - test? ( dev-python/pyftpdlib )" -RDEPEND+=" - !=www-client/chromium-9999 - x11-misc/xdg-utils - virtual/ttf-fonts" - -if ! has chromium_pkg_die ${EBUILD_DEATH_HOOKS}; then - EBUILD_DEATH_HOOKS+=" chromium_pkg_die"; -fi - -pkg_setup() { - if [[ "${SLOT}" == "0" ]]; then - CHROMIUM_SUFFIX="" - else - CHROMIUM_SUFFIX="-${SLOT}" - fi - CHROMIUM_HOME="/usr/$(get_libdir)/chromium-browser${CHROMIUM_SUFFIX}" - - # Make sure the build system will use the right tools, bug #340795. - tc-export AR CC CXX RANLIB - - # Make sure the build system will use the right python, bug #344367. - python_set_active_version 2 - python_pkg_setup - - if ! use selinux; then - chromium_suid_sandbox_check_kernel_config - fi - - if use bindist; then - elog "bindist enabled: H.264 video support will be disabled." - else - elog "bindist disabled: Resulting binaries may not be legal to re-distribute." - fi -} - -src_prepare() { - if ! use arm; then - ebegin "Preparing NaCl newlib toolchain" - pushd "${T}" >/dev/null || die - mkdir sdk || die - cp -a /usr/$(get_libdir)/nacl-toolchain-newlib sdk/nacl-sdk || die - mkdir -p "${S}"/native_client/toolchain/.tars || die - tar czf "${S}"/native_client/toolchain/.tars/naclsdk_linux_x86.tgz sdk || die - popd >/dev/null || die - eend $? - fi - - # zlib-1.2.5.1-r1 renames the OF macro in zconf.h, bug 383371. - # sed -i '1i#define OF(x) x' \ - # third_party/zlib/contrib/minizip/{ioapi,{,un}zip}.h || die - - epatch "${FILESDIR}/${PN}-arm-r0.patch" - - # Fix build without NaCl glibc toolchain. - epatch "${FILESDIR}/${PN}-ppapi-r0.patch" - - # Fix build without NaCl pnacl toolchain. - epatch "${FILESDIR}/${PN}-no-pnacl-r0.patch" - - # Missing gyp files in tarball. - # https://code.google.com/p/chromium/issues/detail?id=144823 - if [[ -e chrome/test/data/nacl/nacl_test_data.gyp ]]; then - die "tarball fixed, please remove workaround" - fi - - mkdir -p chrome/test/data/nacl - cat > chrome/test/data/nacl/nacl_test_data.gyp <<-EOF - { - 'targets': [ - { - 'target_name': 'nacl_tests', - 'type': 'none', - }, - ], - } - EOF - - epatch_user - - # Remove most bundled libraries. Some are still needed. - find third_party -type f \! -iname '*.gyp*' \ - \! -path 'third_party/WebKit/*' \ - \! -path 'third_party/angle/*' \ - \! -path 'third_party/cacheinvalidation/*' \ - \! -path 'third_party/cld/*' \ - \! -path 'third_party/cros_system_api/*' \ - \! -path 'third_party/ffmpeg/*' \ - \! -path 'third_party/flac/flac.h' \ - \! -path 'third_party/flot/*' \ - \! -path 'third_party/gpsd/*' \ - \! -path 'third_party/harfbuzz/*' \ - \! -path 'third_party/harfbuzz-ng/*' \ - \! -path 'third_party/hunspell/*' \ - \! -path 'third_party/hyphen/*' \ - \! -path 'third_party/iccjpeg/*' \ - \! -path 'third_party/jsoncpp/*' \ - \! -path 'third_party/khronos/*' \ - \! -path 'third_party/leveldatabase/*' \ - \! -path 'third_party/libjingle/*' \ - \! -path 'third_party/libphonenumber/*' \ - \! -path 'third_party/libsrtp/*' \ - \! -path 'third_party/libusb/libusb.h' \ - \! -path 'third_party/libva/*' \ - \! -path 'third_party/libvpx/libvpx.h' \ - \! -path 'third_party/libxml/chromium/*' \ - \! -path 'third_party/libXNVCtrl/*' \ - \! -path 'third_party/libyuv/*' \ - \! -path 'third_party/lss/*' \ - \! -path 'third_party/mesa/*' \ - \! -path 'third_party/modp_b64/*' \ - \! -path 'third_party/mongoose/*' \ - \! -path 'third_party/mt19937ar/*' \ - \! -path 'third_party/npapi/*' \ - \! -path 'third_party/openmax/*' \ - \! -path 'third_party/opus/opus.h*' \ - \! -path 'third_party/ots/*' \ - \! -path 'third_party/protobuf/*' \ - \! -path 'third_party/pywebsocket/*' \ - \! -path 'third_party/qcms/*' \ - \! -path 'third_party/re2/*' \ - \! -path 'third_party/scons-2.0.1/*' \ - \! -path 'third_party/sfntly/*' \ - \! -path 'third_party/skia/*' \ - \! -path 'third_party/smhasher/*' \ - \! -path 'third_party/speex/speex.h' \ - \! -path 'third_party/sqlite/*' \ - \! -path 'third_party/tcmalloc/*' \ - \! -path 'third_party/tlslite/*' \ - \! -path 'third_party/trace-viewer/*' \ - \! -path 'third_party/undoview/*' \ - \! -path 'third_party/v8-i18n/*' \ - \! -path 'third_party/webdriver/*' \ - \! -path 'third_party/webgl_conformance/*' \ - \! -path 'third_party/webrtc/*' \ - \! -path 'third_party/widevine/*' \ - -delete || die - - local v8_bundled="$(chromium_bundled_v8_version)" - local v8_installed="$(chromium_installed_v8_version)" - einfo "V8 version: bundled - ${v8_bundled}; installed - ${v8_installed}" - - # Remove bundled v8. - find v8 -type f \! -iname '*.gyp*' -delete || die - - # The implementation files include v8 headers with full path, - # like #include "v8/include/v8.h". Make sure the system headers - # will be used. - # TODO: find a solution that can be upstreamed. - rmdir v8/include || die - ln -s /usr/include v8/include || die -} - -src_configure() { - local myconf="" - - # Never tell the build system to "enable" SSE2, it has a few unexpected - # additions, bug #336871. - myconf+=" -Ddisable_sse2=1" - - # Optional tcmalloc. Note it causes problems with e.g. NVIDIA - # drivers, bug #413637. - myconf+=" $(gyp_use tcmalloc linux_use_tcmalloc)" - - # Disable glibc Native Client toolchain, we don't need it (bug #417019). - myconf+=" -Ddisable_glibc=1" - - # TODO: also build with pnacl - myconf+=" -Ddisable_pnacl=1" - - # Make it possible to remove third_party/adobe. - echo > "${T}/flapper_version.h" || die - myconf+=" -Dflapper_version_h_file=${T}/flapper_version.h" - - # Use system-provided libraries. - # TODO: use_system_ffmpeg - # TODO: use_system_hunspell (upstream changes needed). - # TODO: use_system_libsrtp (bug #348600). - # TODO: use_system_ssl (http://crbug.com/58087). - # TODO: use_system_sqlite (http://crbug.com/22208). - myconf+=" - -Duse_system_bzip2=1 - -Duse_system_flac=1 - -Duse_system_icu=1 - -Duse_system_libevent=1 - -Duse_system_libjpeg=1 - -Duse_system_libpng=1 - -Duse_system_libusb=1 - -Duse_system_libvpx=1 - -Duse_system_libwebp=1 - -Duse_system_libxml=1 - -Duse_system_minizip=1 - -Duse_system_opus=1 - -Duse_system_speex=1 - -Duse_system_v8=1 - -Duse_system_xdg_utils=1 - -Duse_system_yasm=1 - -Duse_system_zlib=1" - - # Optional dependencies. - # TODO: linux_link_kerberos, bug #381289. - myconf+=" - $(gyp_use cups) - $(gyp_use gnome use_gconf) - $(gyp_use gnome-keyring use_gnome_keyring) - $(gyp_use gnome-keyring linux_link_gnome_keyring) - $(gyp_use kerberos) - $(gyp_use pulseaudio) - $(gyp_use selinux selinux)" - - # Use explicit library dependencies instead of dlopen. - # This makes breakages easier to detect by revdep-rebuild. - myconf+=" - -Dlinux_link_gsettings=1" - - if ! use selinux; then - # Enable SUID sandbox. - myconf+=" - -Dlinux_sandbox_path=${CHROMIUM_HOME}/chrome_sandbox - -Dlinux_sandbox_chrome_path=${CHROMIUM_HOME}/chrome" - fi - - # Never use bundled gold binary. Disable gold linker flags for now. - myconf+=" - -Dlinux_use_gold_binary=0 - -Dlinux_use_gold_flags=0" - - if ! use bindist; then - # Enable H.624 support in bundled ffmpeg. - myconf+=" -Dproprietary_codecs=1 -Dffmpeg_branding=Chrome" - fi - - # Set up Google API keys, see http://www.chromium.org/developers/how-tos/api-keys . - # Note: these are for Gentoo use ONLY. For your own distribution, - # please get your own set of keys. Feel free to contact chromium@gentoo.org - # for more info. - myconf+=" -Dgoogle_api_key=AIzaSyDEAOvatFo0eTgsV_ZlEzx0ObmepsMzfAc - -Dgoogle_default_client_id=329227923882.apps.googleusercontent.com - -Dgoogle_default_client_secret=vgKG0NNv7GoDpbtoFNLxCUXu" - - local myarch="$(tc-arch)" - if [[ $myarch = amd64 ]] ; then - myconf+=" -Dtarget_arch=x64" - elif [[ $myarch = x86 ]] ; then - myconf+=" -Dtarget_arch=ia32" - elif [[ $myarch = arm ]] ; then - # TODO: re-enable NaCl (NativeClient). - myconf+=" -Dtarget_arch=arm - -Darmv7=0 - -Darm_neon=0 - -Ddisable_nacl=1" - else - die "Failed to determine target arch, got '$myarch'." - fi - - # Make sure that -Werror doesn't get added to CFLAGS by the build system. - # Depending on GCC version the warnings are different and we don't want - # the build to fail because of that. - myconf+=" -Dwerror=" - - # Avoid CFLAGS problems, bug #352457, bug #390147. - if ! use custom-cflags; then - replace-flags "-Os" "-O2" - strip-flags - fi - - egyp_chromium ${myconf} || die -} - -src_compile() { - local test_targets - for x in base cacheinvalidation crypto \ - googleurl gpu media net printing sql; do - test_targets+=" ${x}_unittests" - done - - local make_targets="chrome chromedriver" - if ! use selinux; then - make_targets+=" chrome_sandbox" - fi - if use test; then - make_targets+=$test_targets - fi - - # See bug #410883 for more info about the .host mess. - emake ${make_targets} BUILDTYPE=Release V=1 \ - CC.host="$(tc-getCC)" CFLAGS.host="${CFLAGS}" \ - CXX.host="$(tc-getCXX)" CXXFLAGS.host="${CXXFLAGS}" \ - LINK.host="$(tc-getCXX)" LDFLAGS.host="${LDFLAGS}" \ - AR.host="$(tc-getAR)" || die - - pax-mark m out/Release/chrome - if use test; then - for x in $test_targets; do - pax-mark m out/Release/${x} - done - fi -} - -src_test() { - # For more info see bug #350349. - local mylocale='en_US.utf8' - if ! locale -a | grep -q "$mylocale"; then - eerror "${PN} requires ${mylocale} locale for tests" - eerror "Please read the following guides for more information:" - eerror " http://www.gentoo.org/doc/en/guide-localization.xml" - eerror " http://www.gentoo.org/doc/en/utf-8.xml" - die "locale ${mylocale} is not supported" - fi - - # For more info see bug #370957. - if [[ $UID -eq 0 ]]; then - die "Tests must be run as non-root. Please use FEATURES=userpriv." - fi - - runtest() { - local cmd=$1 - shift - local filter="--gtest_filter=$(IFS=:; echo "-${*}")" - einfo "${cmd}" "${filter}" - LC_ALL="${mylocale}" VIRTUALX_COMMAND="${cmd}" virtualmake "${filter}" - } - - local excluded_base_unittests=( - "ICUStringConversionsTest.*" # bug #350347 - "MessagePumpLibeventTest.*" # bug #398591 - ) - runtest out/Release/base_unittests "${excluded_base_unittests[@]}" - - runtest out/Release/cacheinvalidation_unittests - runtest out/Release/crypto_unittests - runtest out/Release/googleurl_unittests - runtest out/Release/gpu_unittests - - # TODO: re-enable when we get the test data in a separate tarball. - # runtest out/Release/media_unittests - - # local excluded_net_unittests=( - # "NetUtilTest.IDNToUnicode*" # bug 361885 - # "NetUtilTest.FormatUrl*" # see above - # "DnsConfigServiceTest.GetSystemConfig" # bug #394883 - # "CertDatabaseNSSTest.ImportServerCert_SelfSigned" # bug #399269 - # "URLFetcher*" # bug #425764 - # "HTTPSOCSPTest.*" # bug #426630 - # "HTTPSEVCRLSetTest.*" # see above - # "HTTPSCRLSetTest.*" # see above - #) - # runtest out/Release/net_unittests "${excluded_net_unittests[@]}" - - runtest out/Release/printing_unittests - runtest out/Release/sql_unittests -} - -src_install() { - exeinto "${CHROMIUM_HOME}" - doexe out/Release/chrome || die - - if ! use selinux; then - doexe out/Release/chrome_sandbox || die - fperms 4755 "${CHROMIUM_HOME}/chrome_sandbox" - fi - - doexe out/Release/chromedriver || die - - if ! use arm; then - doexe out/Release/nacl_helper{,_bootstrap} || die - insinto "${CHROMIUM_HOME}" - doins out/Release/nacl_irt_*.nexe || die - doins out/Release/libppGoogleNaClPluginChrome.so || die - fi - - newexe "${FILESDIR}"/chromium-launcher-r2.sh chromium-launcher.sh || die - if [[ "${CHROMIUM_SUFFIX}" != "" ]]; then - sed "s:chromium-browser:chromium-browser${CHROMIUM_SUFFIX}:g" \ - -i "${ED}"/"${CHROMIUM_HOME}"/chromium-launcher.sh || die - sed "s:chromium.desktop:chromium${CHROMIUM_SUFFIX}.desktop:g" \ - -i "${ED}"/"${CHROMIUM_HOME}"/chromium-launcher.sh || die - sed "s:plugins:plugins --user-data-dir=\${HOME}/.config/chromium${CHROMIUM_SUFFIX}:" \ - -i "${ED}"/"${CHROMIUM_HOME}"/chromium-launcher.sh || die - fi - - # It is important that we name the target "chromium-browser", - # xdg-utils expect it; bug #355517. - dosym "${CHROMIUM_HOME}/chromium-launcher.sh" /usr/bin/chromium-browser${CHROMIUM_SUFFIX} || die - # keep the old symlink around for consistency - dosym "${CHROMIUM_HOME}/chromium-launcher.sh" /usr/bin/chromium${CHROMIUM_SUFFIX} || die - - # Allow users to override command-line options, bug #357629. - dodir /etc/chromium || die - insinto /etc/chromium - newins "${FILESDIR}/chromium.default" "default" || die - - pushd out/Release/locales > /dev/null || die - chromium_remove_language_paks - popd - - insinto "${CHROMIUM_HOME}" - doins out/Release/*.pak || die - - doins -r out/Release/locales || die - doins -r out/Release/resources || die - - newman out/Release/chrome.1 chromium${CHROMIUM_SUFFIX}.1 || die - newman out/Release/chrome.1 chromium-browser${CHROMIUM_SUFFIX}.1 || die - - doexe out/Release/libffmpegsumo.so || die - - # Install icons and desktop entry. - local branding size - for size in 16 22 24 32 48 64 128 256 ; do - case ${size} in - 16|32) branding="chrome/app/theme/default_100_percent/chromium" ;; - *) branding="chrome/app/theme/chromium" ;; - esac - newicon -s ${size} "${branding}/product_logo_${size}.png" \ - chromium-browser${CHROMIUM_SUFFIX}.png - done - - local mime_types="text/html;text/xml;application/xhtml+xml;" - mime_types+="x-scheme-handler/http;x-scheme-handler/https;" # bug #360797 - mime_types+="x-scheme-handler/ftp;" # bug #412185 - mime_types+="x-scheme-handler/mailto;x-scheme-handler/webcal;" # bug #416393 - make_desktop_entry \ - chromium-browser${CHROMIUM_SUFFIX} \ - "Chromium${CHROMIUM_SUFFIX}" \ - chromium-browser${CHROMIUM_SUFFIX} \ - "Network;WebBrowser" \ - "MimeType=${mime_types}\nStartupWMClass=chromium-browser" - sed -e "/^Exec/s/$/ %U/" -i "${ED}"/usr/share/applications/*.desktop || die - - # Install GNOME default application entry (bug #303100). - if use gnome; then - dodir /usr/share/gnome-control-center/default-apps || die - insinto /usr/share/gnome-control-center/default-apps - newins "${FILESDIR}"/chromium-browser.xml chromium-browser${CHROMIUM_SUFFIX}.xml || die - if [[ "${CHROMIUM_SUFFIX}" != "" ]]; then - sed "s:chromium-browser:chromium-browser${CHROMIUM_SUFFIX}:g" -i \ - "${ED}"/usr/share/gnome-control-center/default-apps/chromium-browser${CHROMIUM_SUFFIX}.xml - fi - fi -} diff --git a/www-client/chromium/chromium-25.0.1364.68.ebuild b/www-client/chromium/chromium-25.0.1364.68.ebuild deleted file mode 100644 index d058e9dbaeaa..000000000000 --- a/www-client/chromium/chromium-25.0.1364.68.ebuild +++ /dev/null @@ -1,529 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-25.0.1364.68.ebuild,v 1.1 2013/02/06 02:32:42 floppym Exp $ - -EAPI="5" -PYTHON_DEPEND="2:2.6" - -CHROMIUM_LANGS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he - hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl sr - sv sw ta te th tr uk vi zh_CN zh_TW" - -inherit chromium eutils flag-o-matic multilib \ - pax-utils portability python toolchain-funcs versionator virtualx - -DESCRIPTION="Open-source version of Google Chrome web browser" -HOMEPAGE="http://chromium.org/" -SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}-lite.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="bindist cups gnome gnome-keyring kerberos pulseaudio selinux system-ffmpeg tcmalloc" - -RDEPEND="app-accessibility/speech-dispatcher - app-arch/bzip2 - cups? ( - dev-libs/libgcrypt - >=net-print/cups-1.3.11 - ) - >=dev-lang/v8-3.15.11.1:= - >=dev-libs/elfutils-0.149 - dev-libs/expat - >=dev-libs/icu-49.1.1-r1 - >=dev-libs/libevent-1.4.13 - dev-libs/libxml2[icu] - dev-libs/libxslt - >=dev-libs/nss-3.12.3 - dev-libs/protobuf - gnome? ( >=gnome-base/gconf-2.24.0 ) - gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) - >=media-libs/alsa-lib-1.0.19 - media-libs/flac - media-libs/harfbuzz - >=media-libs/libjpeg-turbo-1.2.0-r1 - media-libs/libpng - media-libs/libvpx - >=media-libs/libwebp-0.2.0_rc1 - media-libs/opus - media-libs/speex - pulseaudio? ( media-sound/pulseaudio ) - system-ffmpeg? ( >=media-video/ffmpeg-1.0 ) - >=net-libs/libsrtp-1.4.4_p20121108 - sys-apps/dbus - sys-apps/pciutils - sys-libs/zlib[minizip] - virtual/udev - virtual/libusb:1 - x11-libs/gtk+:2 - x11-libs/libXinerama - x11-libs/libXScrnSaver - x11-libs/libXtst - kerberos? ( virtual/krb5 ) - selinux? ( - sec-policy/selinux-chromium - sys-libs/libselinux - )" -DEPEND="${RDEPEND} - !arm? ( - >=dev-lang/nacl-toolchain-newlib-0_p9093 - dev-lang/yasm - ) - dev-lang/perl - dev-python/ply - dev-python/simplejson - >=dev-util/gperf-3.0.3 - sys-apps/hwids - >=sys-devel/bison-2.4.3 - sys-devel/flex - >=sys-devel/make-3.81-r2 - virtual/pkgconfig - test? ( dev-python/pyftpdlib )" -RDEPEND+=" - !=www-client/chromium-9999 - x11-misc/xdg-utils - virtual/ttf-fonts" - -if ! has chromium_pkg_die ${EBUILD_DEATH_HOOKS}; then - EBUILD_DEATH_HOOKS+=" chromium_pkg_die"; -fi - -pkg_setup() { - if [[ "${SLOT}" == "0" ]]; then - CHROMIUM_SUFFIX="" - else - CHROMIUM_SUFFIX="-${SLOT}" - fi - CHROMIUM_HOME="/usr/$(get_libdir)/chromium-browser${CHROMIUM_SUFFIX}" - - # Make sure the build system will use the right tools, bug #340795. - tc-export AR CC CXX RANLIB - - # Make sure the build system will use the right python, bug #344367. - python_set_active_version 2 - python_pkg_setup - - if ! use selinux; then - chromium_suid_sandbox_check_kernel_config - fi - - if use bindist && ! use system-ffmpeg; then - elog "bindist enabled: H.264 video support will be disabled." - fi - if ! use bindist; then - elog "bindist disabled: Resulting binaries may not be legal to re-distribute." - fi -} - -src_prepare() { - if ! use arm; then - ebegin "Preparing NaCl newlib toolchain" - pushd "${T}" >/dev/null || die - mkdir sdk || die - cp -a /usr/$(get_libdir)/nacl-toolchain-newlib sdk/nacl-sdk || die - mkdir -p "${S}"/native_client/toolchain/.tars || die - tar czf "${S}"/native_client/toolchain/.tars/naclsdk_linux_x86.tgz sdk || die - popd >/dev/null || die - eend $? - fi - - # Fix build without NaCl glibc toolchain. - epatch "${FILESDIR}/${PN}-ppapi-r0.patch" - - # Fix build without NaCl pnacl toolchain. - epatch "${FILESDIR}/${PN}-no-pnacl-r0.patch" - - # Backport a fix for libpng shim headers. - epatch "${FILESDIR}/${PN}-system-libpng-r0.patch" - - # Fix build with system opus, bug #439884. - epatch "${FILESDIR}/${PN}-system-opus-r0.patch" - - # Backport fix for test expectations, bug #444886. - epatch "${FILESDIR}/${PN}-icu50-tests-r0.patch" - - # Missing gyp files in tarball. - # https://code.google.com/p/chromium/issues/detail?id=144823 - if [[ -e chrome/test/data/nacl/nacl_test_data.gyp ]]; then - die "tarball fixed, please remove workaround" - fi - - mkdir -p chrome/test/data/nacl - cat > chrome/test/data/nacl/nacl_test_data.gyp <<-EOF - { - 'targets': [ - { - 'target_name': 'nacl_tests', - 'type': 'none', - }, - ], - } - EOF - - epatch "${FILESDIR}/${PN}-system-ffmpeg-r0.patch" - - epatch_user - - # Remove most bundled libraries. Some are still needed. - find third_party -type f \! -iname '*.gyp*' \ - \! -path 'third_party/WebKit/*' \ - \! -path 'third_party/angle/*' \ - \! -path 'third_party/cacheinvalidation/*' \ - \! -path 'third_party/cld/*' \ - \! -path 'third_party/cros_system_api/*' \ - \! -path 'third_party/ffmpeg/*' \ - \! -path 'third_party/flac/flac.h' \ - \! -path 'third_party/flot/*' \ - \! -path 'third_party/gpsd/*' \ - \! -path 'third_party/hunspell/*' \ - \! -path 'third_party/hyphen/*' \ - \! -path 'third_party/iccjpeg/*' \ - \! -path 'third_party/jsoncpp/*' \ - \! -path 'third_party/khronos/*' \ - \! -path 'third_party/leveldatabase/*' \ - \! -path 'third_party/libjingle/*' \ - \! -path 'third_party/libphonenumber/*' \ - \! -path 'third_party/libusb/libusb.h' \ - \! -path 'third_party/libvpx/libvpx.h' \ - \! -path 'third_party/libxml/chromium/*' \ - \! -path 'third_party/libXNVCtrl/*' \ - \! -path 'third_party/libyuv/*' \ - \! -path 'third_party/lss/*' \ - \! -path 'third_party/mesa/*' \ - \! -path 'third_party/modp_b64/*' \ - \! -path 'third_party/mongoose/*' \ - \! -path 'third_party/mt19937ar/*' \ - \! -path 'third_party/npapi/*' \ - \! -path 'third_party/openmax/*' \ - \! -path 'third_party/opus/opus.h' \ - \! -path 'third_party/ots/*' \ - \! -path 'third_party/pywebsocket/*' \ - \! -path 'third_party/qcms/*' \ - \! -path 'third_party/re2/*' \ - \! -path 'third_party/scons-2.0.1/*' \ - \! -path 'third_party/sfntly/*' \ - \! -path 'third_party/skia/*' \ - \! -path 'third_party/smhasher/*' \ - \! -path 'third_party/speex/speex.h' \ - \! -path 'third_party/sqlite/*' \ - \! -path 'third_party/tcmalloc/*' \ - \! -path 'third_party/tlslite/*' \ - \! -path 'third_party/trace-viewer/*' \ - \! -path 'third_party/undoview/*' \ - \! -path 'third_party/v8-i18n/*' \ - \! -path 'third_party/webdriver/*' \ - \! -path 'third_party/webgl_conformance/*' \ - \! -path 'third_party/webrtc/*' \ - \! -path 'third_party/widevine/*' \ - -delete || die - - # Remove bundled v8. - find v8 -type f \! -iname '*.gyp*' -delete || die - - # The implementation files include v8 headers with full path, - # like #include "v8/include/v8.h". Make sure the system headers - # will be used. - # TODO: find a solution that can be upstreamed. - rmdir v8/include || die - ln -s /usr/include v8/include || die -} - -src_configure() { - local myconf="" - - # Never tell the build system to "enable" SSE2, it has a few unexpected - # additions, bug #336871. - myconf+=" -Ddisable_sse2=1" - - # Optional tcmalloc. Note it causes problems with e.g. NVIDIA - # drivers, bug #413637. - myconf+=" $(gyp_use tcmalloc linux_use_tcmalloc)" - - # Disable glibc Native Client toolchain, we don't need it (bug #417019). - myconf+=" -Ddisable_glibc=1" - - # TODO: also build with pnacl - myconf+=" -Ddisable_pnacl=1" - - # Make it possible to remove third_party/adobe. - echo > "${T}/flapper_version.h" || die - myconf+=" -Dflapper_version_h_file=${T}/flapper_version.h" - - # Use system-provided libraries. - # TODO: use_system_ffmpeg - # TODO: use_system_hunspell (upstream changes needed). - # TODO: use_system_ssl (http://crbug.com/58087). - # TODO: use_system_sqlite (http://crbug.com/22208). - myconf+=" - -Duse_system_bzip2=1 - -Duse_system_flac=1 - -Duse_system_harfbuzz=1 - -Duse_system_icu=1 - -Duse_system_libevent=1 - -Duse_system_libjpeg=1 - -Duse_system_libpng=1 - -Duse_system_libsrtp=1 - -Duse_system_libusb=1 - -Duse_system_libvpx=1 - -Duse_system_libwebp=1 - -Duse_system_libxml=1 - -Duse_system_minizip=1 - -Duse_system_opus=1 - -Duse_system_protobuf=1 - -Duse_system_speex=1 - -Duse_system_v8=1 - -Duse_system_xdg_utils=1 - -Duse_system_yasm=1 - -Duse_system_zlib=1 - $(gyp_use system-ffmpeg use_system_ffmpeg)" - - # Optional dependencies. - # TODO: linux_link_kerberos, bug #381289. - myconf+=" - $(gyp_use cups) - $(gyp_use gnome use_gconf) - $(gyp_use gnome-keyring use_gnome_keyring) - $(gyp_use gnome-keyring linux_link_gnome_keyring) - $(gyp_use kerberos) - $(gyp_use pulseaudio) - $(gyp_use selinux selinux)" - - # Use explicit library dependencies instead of dlopen. - # This makes breakages easier to detect by revdep-rebuild. - myconf+=" - -Dlinux_link_gsettings=1 - -Dlinux_link_libpci=1 - -Dlinux_link_libspeechd=1" - - # TODO: use the file at run time instead of effectively compiling it in. - myconf+=" - -Dusb_ids_path=/usr/share/misc/usb.ids" - - if ! use selinux; then - # Enable SUID sandbox. - myconf+=" - -Dlinux_sandbox_path=${CHROMIUM_HOME}/chrome_sandbox - -Dlinux_sandbox_chrome_path=${CHROMIUM_HOME}/chrome" - fi - - # Never use bundled gold binary. Disable gold linker flags for now. - myconf+=" - -Dlinux_use_gold_binary=0 - -Dlinux_use_gold_flags=0" - - if ! use bindist && ! use system-ffmpeg; then - # Enable H.624 support in bundled ffmpeg. - myconf+=" -Dproprietary_codecs=1 -Dffmpeg_branding=Chrome" - fi - - # Set up Google API keys, see http://www.chromium.org/developers/how-tos/api-keys . - # Note: these are for Gentoo use ONLY. For your own distribution, - # please get your own set of keys. Feel free to contact chromium@gentoo.org - # for more info. - myconf+=" -Dgoogle_api_key=AIzaSyDEAOvatFo0eTgsV_ZlEzx0ObmepsMzfAc - -Dgoogle_default_client_id=329227923882.apps.googleusercontent.com - -Dgoogle_default_client_secret=vgKG0NNv7GoDpbtoFNLxCUXu" - - local myarch="$(tc-arch)" - if [[ $myarch = amd64 ]] ; then - myconf+=" -Dtarget_arch=x64" - elif [[ $myarch = x86 ]] ; then - myconf+=" -Dtarget_arch=ia32" - elif [[ $myarch = arm ]] ; then - # TODO: re-enable NaCl (NativeClient). - myconf+=" -Dtarget_arch=arm - -Darmv7=0 - -Darm_neon=0 - -Ddisable_nacl=1" - else - die "Failed to determine target arch, got '$myarch'." - fi - - # Make sure that -Werror doesn't get added to CFLAGS by the build system. - # Depending on GCC version the warnings are different and we don't want - # the build to fail because of that. - myconf+=" -Dwerror=" - - # Avoid CFLAGS problems, bug #352457, bug #390147. - if ! use custom-cflags; then - replace-flags "-Os" "-O2" - strip-flags - fi - - egyp_chromium ${myconf} || die -} - -src_compile() { - local test_targets - for x in base cacheinvalidation crypto \ - googleurl gpu media net printing sql; do - test_targets+=" ${x}_unittests" - done - - local make_targets="chrome chromedriver" - if ! use selinux; then - make_targets+=" chrome_sandbox" - fi - if use test; then - make_targets+=$test_targets - fi - - # See bug #410883 for more info about the .host mess. - emake ${make_targets} BUILDTYPE=Release V=1 \ - CC.host="$(tc-getCC)" CFLAGS.host="${CFLAGS}" \ - CXX.host="$(tc-getCXX)" CXXFLAGS.host="${CXXFLAGS}" \ - LINK.host="$(tc-getCXX)" LDFLAGS.host="${LDFLAGS}" \ - AR.host="$(tc-getAR)" || die - - pax-mark m out/Release/chrome - if use test; then - for x in $test_targets; do - pax-mark m out/Release/${x} - done - fi -} - -src_test() { - # For more info see bug #350349. - local mylocale='en_US.utf8' - if ! locale -a | grep -q "$mylocale"; then - eerror "${PN} requires ${mylocale} locale for tests" - eerror "Please read the following guides for more information:" - eerror " http://www.gentoo.org/doc/en/guide-localization.xml" - eerror " http://www.gentoo.org/doc/en/utf-8.xml" - die "locale ${mylocale} is not supported" - fi - - # For more info see bug #370957. - if [[ $UID -eq 0 ]]; then - die "Tests must be run as non-root. Please use FEATURES=userpriv." - fi - - runtest() { - local cmd=$1 - shift - local filter="--gtest_filter=$(IFS=:; echo "-${*}")" - einfo "${cmd}" "${filter}" - LC_ALL="${mylocale}" VIRTUALX_COMMAND="${cmd}" virtualmake "${filter}" - } - - local excluded_base_unittests=( - "ICUStringConversionsTest.*" # bug #350347 - "MessagePumpLibeventTest.*" # bug #398591 - ) - runtest out/Release/base_unittests "${excluded_base_unittests[@]}" - - runtest out/Release/cacheinvalidation_unittests - runtest out/Release/crypto_unittests - runtest out/Release/googleurl_unittests - runtest out/Release/gpu_unittests - - # TODO: re-enable when we get the test data in a separate tarball. - # runtest out/Release/media_unittests - - # local excluded_net_unittests=( - # "NetUtilTest.IDNToUnicode*" # bug 361885 - # "NetUtilTest.FormatUrl*" # see above - # "DnsConfigServiceTest.GetSystemConfig" # bug #394883 - # "CertDatabaseNSSTest.ImportServerCert_SelfSigned" # bug #399269 - # "URLFetcher*" # bug #425764 - # "HTTPSOCSPTest.*" # bug #426630 - # "HTTPSEVCRLSetTest.*" # see above - # "HTTPSCRLSetTest.*" # see above - #) - # runtest out/Release/net_unittests "${excluded_net_unittests[@]}" - - runtest out/Release/printing_unittests - runtest out/Release/sql_unittests -} - -src_install() { - exeinto "${CHROMIUM_HOME}" - doexe out/Release/chrome || die - - if ! use selinux; then - doexe out/Release/chrome_sandbox || die - fperms 4755 "${CHROMIUM_HOME}/chrome_sandbox" - fi - - doexe out/Release/chromedriver || die - - if ! use arm; then - doexe out/Release/nacl_helper{,_bootstrap} || die - insinto "${CHROMIUM_HOME}" - doins out/Release/nacl_irt_*.nexe || die - doins out/Release/libppGoogleNaClPluginChrome.so || die - fi - - newexe "${FILESDIR}"/chromium-launcher-r2.sh chromium-launcher.sh || die - if [[ "${CHROMIUM_SUFFIX}" != "" ]]; then - sed "s:chromium-browser:chromium-browser${CHROMIUM_SUFFIX}:g" \ - -i "${ED}"/"${CHROMIUM_HOME}"/chromium-launcher.sh || die - sed "s:chromium.desktop:chromium${CHROMIUM_SUFFIX}.desktop:g" \ - -i "${ED}"/"${CHROMIUM_HOME}"/chromium-launcher.sh || die - sed "s:plugins:plugins --user-data-dir=\${HOME}/.config/chromium${CHROMIUM_SUFFIX}:" \ - -i "${ED}"/"${CHROMIUM_HOME}"/chromium-launcher.sh || die - fi - - # It is important that we name the target "chromium-browser", - # xdg-utils expect it; bug #355517. - dosym "${CHROMIUM_HOME}/chromium-launcher.sh" /usr/bin/chromium-browser${CHROMIUM_SUFFIX} || die - # keep the old symlink around for consistency - dosym "${CHROMIUM_HOME}/chromium-launcher.sh" /usr/bin/chromium${CHROMIUM_SUFFIX} || die - - # Allow users to override command-line options, bug #357629. - dodir /etc/chromium || die - insinto /etc/chromium - newins "${FILESDIR}/chromium.default" "default" || die - - pushd out/Release/locales > /dev/null || die - chromium_remove_language_paks - popd - - insinto "${CHROMIUM_HOME}" - doins out/Release/*.pak || die - - doins -r out/Release/locales || die - doins -r out/Release/resources || die - - newman out/Release/chrome.1 chromium${CHROMIUM_SUFFIX}.1 || die - newman out/Release/chrome.1 chromium-browser${CHROMIUM_SUFFIX}.1 || die - - if ! use system-ffmpeg; then - doexe out/Release/libffmpegsumo.so || die - fi - - # Install icons and desktop entry. - local branding size - for size in 16 22 24 32 48 64 128 256 ; do - case ${size} in - 16|32) branding="chrome/app/theme/default_100_percent/chromium" ;; - *) branding="chrome/app/theme/chromium" ;; - esac - newicon -s ${size} "${branding}/product_logo_${size}.png" \ - chromium-browser${CHROMIUM_SUFFIX}.png - done - - local mime_types="text/html;text/xml;application/xhtml+xml;" - mime_types+="x-scheme-handler/http;x-scheme-handler/https;" # bug #360797 - mime_types+="x-scheme-handler/ftp;" # bug #412185 - mime_types+="x-scheme-handler/mailto;x-scheme-handler/webcal;" # bug #416393 - make_desktop_entry \ - chromium-browser${CHROMIUM_SUFFIX} \ - "Chromium${CHROMIUM_SUFFIX}" \ - chromium-browser${CHROMIUM_SUFFIX} \ - "Network;WebBrowser" \ - "MimeType=${mime_types}\nStartupWMClass=chromium-browser" - sed -e "/^Exec/s/$/ %U/" -i "${ED}"/usr/share/applications/*.desktop || die - - # Install GNOME default application entry (bug #303100). - if use gnome; then - dodir /usr/share/gnome-control-center/default-apps || die - insinto /usr/share/gnome-control-center/default-apps - newins "${FILESDIR}"/chromium-browser.xml chromium-browser${CHROMIUM_SUFFIX}.xml || die - if [[ "${CHROMIUM_SUFFIX}" != "" ]]; then - sed "s:chromium-browser:chromium-browser${CHROMIUM_SUFFIX}:g" -i \ - "${ED}"/usr/share/gnome-control-center/default-apps/chromium-browser${CHROMIUM_SUFFIX}.xml - fi - fi -} diff --git a/www-client/chromium/chromium-25.0.1364.84.ebuild b/www-client/chromium/chromium-25.0.1364.84.ebuild deleted file mode 100644 index 11dc7efb724f..000000000000 --- a/www-client/chromium/chromium-25.0.1364.84.ebuild +++ /dev/null @@ -1,529 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-25.0.1364.84.ebuild,v 1.1 2013/02/15 02:11:35 floppym Exp $ - -EAPI="5" -PYTHON_DEPEND="2:2.6" - -CHROMIUM_LANGS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he - hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl sr - sv sw ta te th tr uk vi zh_CN zh_TW" - -inherit chromium eutils flag-o-matic multilib \ - pax-utils portability python toolchain-funcs versionator virtualx - -DESCRIPTION="Open-source version of Google Chrome web browser" -HOMEPAGE="http://chromium.org/" -SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}-lite.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="bindist cups gnome gnome-keyring kerberos pulseaudio selinux system-ffmpeg tcmalloc" - -RDEPEND="app-accessibility/speech-dispatcher - app-arch/bzip2 - cups? ( - dev-libs/libgcrypt - >=net-print/cups-1.3.11 - ) - >=dev-lang/v8-3.15.11.1:= - >=dev-libs/elfutils-0.149 - dev-libs/expat - >=dev-libs/icu-49.1.1-r1 - >=dev-libs/libevent-1.4.13 - dev-libs/libxml2[icu] - dev-libs/libxslt - >=dev-libs/nss-3.12.3 - dev-libs/protobuf - gnome? ( >=gnome-base/gconf-2.24.0 ) - gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) - >=media-libs/alsa-lib-1.0.19 - media-libs/flac - media-libs/harfbuzz - >=media-libs/libjpeg-turbo-1.2.0-r1 - media-libs/libpng - media-libs/libvpx - >=media-libs/libwebp-0.2.0_rc1 - media-libs/opus - media-libs/speex - pulseaudio? ( media-sound/pulseaudio ) - system-ffmpeg? ( >=media-video/ffmpeg-1.0 ) - >=net-libs/libsrtp-1.4.4_p20121108 - sys-apps/dbus - sys-apps/pciutils - sys-libs/zlib[minizip] - virtual/udev - virtual/libusb:1 - x11-libs/gtk+:2 - x11-libs/libXinerama - x11-libs/libXScrnSaver - x11-libs/libXtst - kerberos? ( virtual/krb5 ) - selinux? ( - sec-policy/selinux-chromium - sys-libs/libselinux - )" -DEPEND="${RDEPEND} - !arm? ( - >=dev-lang/nacl-toolchain-newlib-0_p9093 - dev-lang/yasm - ) - dev-lang/perl - dev-python/ply - dev-python/simplejson - >=dev-util/gperf-3.0.3 - sys-apps/hwids - >=sys-devel/bison-2.4.3 - sys-devel/flex - >=sys-devel/make-3.81-r2 - virtual/pkgconfig - test? ( dev-python/pyftpdlib )" -RDEPEND+=" - !=www-client/chromium-9999 - x11-misc/xdg-utils - virtual/ttf-fonts" - -if ! has chromium_pkg_die ${EBUILD_DEATH_HOOKS}; then - EBUILD_DEATH_HOOKS+=" chromium_pkg_die"; -fi - -pkg_setup() { - if [[ "${SLOT}" == "0" ]]; then - CHROMIUM_SUFFIX="" - else - CHROMIUM_SUFFIX="-${SLOT}" - fi - CHROMIUM_HOME="/usr/$(get_libdir)/chromium-browser${CHROMIUM_SUFFIX}" - - # Make sure the build system will use the right tools, bug #340795. - tc-export AR CC CXX RANLIB - - # Make sure the build system will use the right python, bug #344367. - python_set_active_version 2 - python_pkg_setup - - if ! use selinux; then - chromium_suid_sandbox_check_kernel_config - fi - - if use bindist && ! use system-ffmpeg; then - elog "bindist enabled: H.264 video support will be disabled." - fi - if ! use bindist; then - elog "bindist disabled: Resulting binaries may not be legal to re-distribute." - fi -} - -src_prepare() { - if ! use arm; then - ebegin "Preparing NaCl newlib toolchain" - pushd "${T}" >/dev/null || die - mkdir sdk || die - cp -a /usr/$(get_libdir)/nacl-toolchain-newlib sdk/nacl-sdk || die - mkdir -p "${S}"/native_client/toolchain/.tars || die - tar czf "${S}"/native_client/toolchain/.tars/naclsdk_linux_x86.tgz sdk || die - popd >/dev/null || die - eend $? - fi - - # Fix build without NaCl glibc toolchain. - epatch "${FILESDIR}/${PN}-ppapi-r0.patch" - - # Fix build without NaCl pnacl toolchain. - epatch "${FILESDIR}/${PN}-no-pnacl-r0.patch" - - # Backport a fix for libpng shim headers. - epatch "${FILESDIR}/${PN}-system-libpng-r0.patch" - - # Fix build with system opus, bug #439884. - epatch "${FILESDIR}/${PN}-system-opus-r0.patch" - - # Backport fix for test expectations, bug #444886. - epatch "${FILESDIR}/${PN}-icu50-tests-r0.patch" - - # Missing gyp files in tarball. - # https://code.google.com/p/chromium/issues/detail?id=144823 - if [[ -e chrome/test/data/nacl/nacl_test_data.gyp ]]; then - die "tarball fixed, please remove workaround" - fi - - mkdir -p chrome/test/data/nacl - cat > chrome/test/data/nacl/nacl_test_data.gyp <<-EOF - { - 'targets': [ - { - 'target_name': 'nacl_tests', - 'type': 'none', - }, - ], - } - EOF - - epatch "${FILESDIR}/${PN}-system-ffmpeg-r0.patch" - - epatch_user - - # Remove most bundled libraries. Some are still needed. - find third_party -type f \! -iname '*.gyp*' \ - \! -path 'third_party/WebKit/*' \ - \! -path 'third_party/angle/*' \ - \! -path 'third_party/cacheinvalidation/*' \ - \! -path 'third_party/cld/*' \ - \! -path 'third_party/cros_system_api/*' \ - \! -path 'third_party/ffmpeg/*' \ - \! -path 'third_party/flac/flac.h' \ - \! -path 'third_party/flot/*' \ - \! -path 'third_party/gpsd/*' \ - \! -path 'third_party/hunspell/*' \ - \! -path 'third_party/hyphen/*' \ - \! -path 'third_party/iccjpeg/*' \ - \! -path 'third_party/jsoncpp/*' \ - \! -path 'third_party/khronos/*' \ - \! -path 'third_party/leveldatabase/*' \ - \! -path 'third_party/libjingle/*' \ - \! -path 'third_party/libphonenumber/*' \ - \! -path 'third_party/libusb/libusb.h' \ - \! -path 'third_party/libvpx/libvpx.h' \ - \! -path 'third_party/libxml/chromium/*' \ - \! -path 'third_party/libXNVCtrl/*' \ - \! -path 'third_party/libyuv/*' \ - \! -path 'third_party/lss/*' \ - \! -path 'third_party/mesa/*' \ - \! -path 'third_party/modp_b64/*' \ - \! -path 'third_party/mongoose/*' \ - \! -path 'third_party/mt19937ar/*' \ - \! -path 'third_party/npapi/*' \ - \! -path 'third_party/openmax/*' \ - \! -path 'third_party/opus/opus.h' \ - \! -path 'third_party/ots/*' \ - \! -path 'third_party/pywebsocket/*' \ - \! -path 'third_party/qcms/*' \ - \! -path 'third_party/re2/*' \ - \! -path 'third_party/scons-2.0.1/*' \ - \! -path 'third_party/sfntly/*' \ - \! -path 'third_party/skia/*' \ - \! -path 'third_party/smhasher/*' \ - \! -path 'third_party/speex/speex.h' \ - \! -path 'third_party/sqlite/*' \ - \! -path 'third_party/tcmalloc/*' \ - \! -path 'third_party/tlslite/*' \ - \! -path 'third_party/trace-viewer/*' \ - \! -path 'third_party/undoview/*' \ - \! -path 'third_party/v8-i18n/*' \ - \! -path 'third_party/webdriver/*' \ - \! -path 'third_party/webgl_conformance/*' \ - \! -path 'third_party/webrtc/*' \ - \! -path 'third_party/widevine/*' \ - -delete || die - - # Remove bundled v8. - find v8 -type f \! -iname '*.gyp*' -delete || die - - # The implementation files include v8 headers with full path, - # like #include "v8/include/v8.h". Make sure the system headers - # will be used. - # TODO: find a solution that can be upstreamed. - rmdir v8/include || die - ln -s /usr/include v8/include || die -} - -src_configure() { - local myconf="" - - # Never tell the build system to "enable" SSE2, it has a few unexpected - # additions, bug #336871. - myconf+=" -Ddisable_sse2=1" - - # Optional tcmalloc. Note it causes problems with e.g. NVIDIA - # drivers, bug #413637. - myconf+=" $(gyp_use tcmalloc linux_use_tcmalloc)" - - # Disable glibc Native Client toolchain, we don't need it (bug #417019). - myconf+=" -Ddisable_glibc=1" - - # TODO: also build with pnacl - myconf+=" -Ddisable_pnacl=1" - - # Make it possible to remove third_party/adobe. - echo > "${T}/flapper_version.h" || die - myconf+=" -Dflapper_version_h_file=${T}/flapper_version.h" - - # Use system-provided libraries. - # TODO: use_system_ffmpeg - # TODO: use_system_hunspell (upstream changes needed). - # TODO: use_system_ssl (http://crbug.com/58087). - # TODO: use_system_sqlite (http://crbug.com/22208). - myconf+=" - -Duse_system_bzip2=1 - -Duse_system_flac=1 - -Duse_system_harfbuzz=1 - -Duse_system_icu=1 - -Duse_system_libevent=1 - -Duse_system_libjpeg=1 - -Duse_system_libpng=1 - -Duse_system_libsrtp=1 - -Duse_system_libusb=1 - -Duse_system_libvpx=1 - -Duse_system_libwebp=1 - -Duse_system_libxml=1 - -Duse_system_minizip=1 - -Duse_system_opus=1 - -Duse_system_protobuf=1 - -Duse_system_speex=1 - -Duse_system_v8=1 - -Duse_system_xdg_utils=1 - -Duse_system_yasm=1 - -Duse_system_zlib=1 - $(gyp_use system-ffmpeg use_system_ffmpeg)" - - # Optional dependencies. - # TODO: linux_link_kerberos, bug #381289. - myconf+=" - $(gyp_use cups) - $(gyp_use gnome use_gconf) - $(gyp_use gnome-keyring use_gnome_keyring) - $(gyp_use gnome-keyring linux_link_gnome_keyring) - $(gyp_use kerberos) - $(gyp_use pulseaudio) - $(gyp_use selinux selinux)" - - # Use explicit library dependencies instead of dlopen. - # This makes breakages easier to detect by revdep-rebuild. - myconf+=" - -Dlinux_link_gsettings=1 - -Dlinux_link_libpci=1 - -Dlinux_link_libspeechd=1" - - # TODO: use the file at run time instead of effectively compiling it in. - myconf+=" - -Dusb_ids_path=/usr/share/misc/usb.ids" - - if ! use selinux; then - # Enable SUID sandbox. - myconf+=" - -Dlinux_sandbox_path=${CHROMIUM_HOME}/chrome_sandbox - -Dlinux_sandbox_chrome_path=${CHROMIUM_HOME}/chrome" - fi - - # Never use bundled gold binary. Disable gold linker flags for now. - myconf+=" - -Dlinux_use_gold_binary=0 - -Dlinux_use_gold_flags=0" - - if ! use bindist && ! use system-ffmpeg; then - # Enable H.624 support in bundled ffmpeg. - myconf+=" -Dproprietary_codecs=1 -Dffmpeg_branding=Chrome" - fi - - # Set up Google API keys, see http://www.chromium.org/developers/how-tos/api-keys . - # Note: these are for Gentoo use ONLY. For your own distribution, - # please get your own set of keys. Feel free to contact chromium@gentoo.org - # for more info. - myconf+=" -Dgoogle_api_key=AIzaSyDEAOvatFo0eTgsV_ZlEzx0ObmepsMzfAc - -Dgoogle_default_client_id=329227923882.apps.googleusercontent.com - -Dgoogle_default_client_secret=vgKG0NNv7GoDpbtoFNLxCUXu" - - local myarch="$(tc-arch)" - if [[ $myarch = amd64 ]] ; then - myconf+=" -Dtarget_arch=x64" - elif [[ $myarch = x86 ]] ; then - myconf+=" -Dtarget_arch=ia32" - elif [[ $myarch = arm ]] ; then - # TODO: re-enable NaCl (NativeClient). - myconf+=" -Dtarget_arch=arm - -Darmv7=0 - -Darm_neon=0 - -Ddisable_nacl=1" - else - die "Failed to determine target arch, got '$myarch'." - fi - - # Make sure that -Werror doesn't get added to CFLAGS by the build system. - # Depending on GCC version the warnings are different and we don't want - # the build to fail because of that. - myconf+=" -Dwerror=" - - # Avoid CFLAGS problems, bug #352457, bug #390147. - if ! use custom-cflags; then - replace-flags "-Os" "-O2" - strip-flags - fi - - egyp_chromium ${myconf} || die -} - -src_compile() { - local test_targets - for x in base cacheinvalidation crypto \ - googleurl gpu media net printing sql; do - test_targets+=" ${x}_unittests" - done - - local make_targets="chrome chromedriver" - if ! use selinux; then - make_targets+=" chrome_sandbox" - fi - if use test; then - make_targets+=$test_targets - fi - - # See bug #410883 for more info about the .host mess. - emake ${make_targets} BUILDTYPE=Release V=1 \ - CC.host="$(tc-getCC)" CFLAGS.host="${CFLAGS}" \ - CXX.host="$(tc-getCXX)" CXXFLAGS.host="${CXXFLAGS}" \ - LINK.host="$(tc-getCXX)" LDFLAGS.host="${LDFLAGS}" \ - AR.host="$(tc-getAR)" || die - - pax-mark m out/Release/chrome - if use test; then - for x in $test_targets; do - pax-mark m out/Release/${x} - done - fi -} - -src_test() { - # For more info see bug #350349. - local mylocale='en_US.utf8' - if ! locale -a | grep -q "$mylocale"; then - eerror "${PN} requires ${mylocale} locale for tests" - eerror "Please read the following guides for more information:" - eerror " http://www.gentoo.org/doc/en/guide-localization.xml" - eerror " http://www.gentoo.org/doc/en/utf-8.xml" - die "locale ${mylocale} is not supported" - fi - - # For more info see bug #370957. - if [[ $UID -eq 0 ]]; then - die "Tests must be run as non-root. Please use FEATURES=userpriv." - fi - - runtest() { - local cmd=$1 - shift - local filter="--gtest_filter=$(IFS=:; echo "-${*}")" - einfo "${cmd}" "${filter}" - LC_ALL="${mylocale}" VIRTUALX_COMMAND="${cmd}" virtualmake "${filter}" - } - - local excluded_base_unittests=( - "ICUStringConversionsTest.*" # bug #350347 - "MessagePumpLibeventTest.*" # bug #398591 - ) - runtest out/Release/base_unittests "${excluded_base_unittests[@]}" - - runtest out/Release/cacheinvalidation_unittests - runtest out/Release/crypto_unittests - runtest out/Release/googleurl_unittests - runtest out/Release/gpu_unittests - - # TODO: re-enable when we get the test data in a separate tarball. - # runtest out/Release/media_unittests - - # local excluded_net_unittests=( - # "NetUtilTest.IDNToUnicode*" # bug 361885 - # "NetUtilTest.FormatUrl*" # see above - # "DnsConfigServiceTest.GetSystemConfig" # bug #394883 - # "CertDatabaseNSSTest.ImportServerCert_SelfSigned" # bug #399269 - # "URLFetcher*" # bug #425764 - # "HTTPSOCSPTest.*" # bug #426630 - # "HTTPSEVCRLSetTest.*" # see above - # "HTTPSCRLSetTest.*" # see above - #) - # runtest out/Release/net_unittests "${excluded_net_unittests[@]}" - - runtest out/Release/printing_unittests - runtest out/Release/sql_unittests -} - -src_install() { - exeinto "${CHROMIUM_HOME}" - doexe out/Release/chrome || die - - if ! use selinux; then - doexe out/Release/chrome_sandbox || die - fperms 4755 "${CHROMIUM_HOME}/chrome_sandbox" - fi - - doexe out/Release/chromedriver || die - - if ! use arm; then - doexe out/Release/nacl_helper{,_bootstrap} || die - insinto "${CHROMIUM_HOME}" - doins out/Release/nacl_irt_*.nexe || die - doins out/Release/libppGoogleNaClPluginChrome.so || die - fi - - newexe "${FILESDIR}"/chromium-launcher-r2.sh chromium-launcher.sh || die - if [[ "${CHROMIUM_SUFFIX}" != "" ]]; then - sed "s:chromium-browser:chromium-browser${CHROMIUM_SUFFIX}:g" \ - -i "${ED}"/"${CHROMIUM_HOME}"/chromium-launcher.sh || die - sed "s:chromium.desktop:chromium${CHROMIUM_SUFFIX}.desktop:g" \ - -i "${ED}"/"${CHROMIUM_HOME}"/chromium-launcher.sh || die - sed "s:plugins:plugins --user-data-dir=\${HOME}/.config/chromium${CHROMIUM_SUFFIX}:" \ - -i "${ED}"/"${CHROMIUM_HOME}"/chromium-launcher.sh || die - fi - - # It is important that we name the target "chromium-browser", - # xdg-utils expect it; bug #355517. - dosym "${CHROMIUM_HOME}/chromium-launcher.sh" /usr/bin/chromium-browser${CHROMIUM_SUFFIX} || die - # keep the old symlink around for consistency - dosym "${CHROMIUM_HOME}/chromium-launcher.sh" /usr/bin/chromium${CHROMIUM_SUFFIX} || die - - # Allow users to override command-line options, bug #357629. - dodir /etc/chromium || die - insinto /etc/chromium - newins "${FILESDIR}/chromium.default" "default" || die - - pushd out/Release/locales > /dev/null || die - chromium_remove_language_paks - popd - - insinto "${CHROMIUM_HOME}" - doins out/Release/*.pak || die - - doins -r out/Release/locales || die - doins -r out/Release/resources || die - - newman out/Release/chrome.1 chromium${CHROMIUM_SUFFIX}.1 || die - newman out/Release/chrome.1 chromium-browser${CHROMIUM_SUFFIX}.1 || die - - if ! use system-ffmpeg; then - doexe out/Release/libffmpegsumo.so || die - fi - - # Install icons and desktop entry. - local branding size - for size in 16 22 24 32 48 64 128 256 ; do - case ${size} in - 16|32) branding="chrome/app/theme/default_100_percent/chromium" ;; - *) branding="chrome/app/theme/chromium" ;; - esac - newicon -s ${size} "${branding}/product_logo_${size}.png" \ - chromium-browser${CHROMIUM_SUFFIX}.png - done - - local mime_types="text/html;text/xml;application/xhtml+xml;" - mime_types+="x-scheme-handler/http;x-scheme-handler/https;" # bug #360797 - mime_types+="x-scheme-handler/ftp;" # bug #412185 - mime_types+="x-scheme-handler/mailto;x-scheme-handler/webcal;" # bug #416393 - make_desktop_entry \ - chromium-browser${CHROMIUM_SUFFIX} \ - "Chromium${CHROMIUM_SUFFIX}" \ - chromium-browser${CHROMIUM_SUFFIX} \ - "Network;WebBrowser" \ - "MimeType=${mime_types}\nStartupWMClass=chromium-browser" - sed -e "/^Exec/s/$/ %U/" -i "${ED}"/usr/share/applications/*.desktop || die - - # Install GNOME default application entry (bug #303100). - if use gnome; then - dodir /usr/share/gnome-control-center/default-apps || die - insinto /usr/share/gnome-control-center/default-apps - newins "${FILESDIR}"/chromium-browser.xml chromium-browser${CHROMIUM_SUFFIX}.xml || die - if [[ "${CHROMIUM_SUFFIX}" != "" ]]; then - sed "s:chromium-browser:chromium-browser${CHROMIUM_SUFFIX}:g" -i \ - "${ED}"/usr/share/gnome-control-center/default-apps/chromium-browser${CHROMIUM_SUFFIX}.xml - fi - fi -} diff --git a/www-client/chromium/chromium-25.0.1364.97.ebuild b/www-client/chromium/chromium-25.0.1364.97.ebuild index 0841edc1f0e6..90fb5ec004b5 100644 --- a/www-client/chromium/chromium-25.0.1364.97.ebuild +++ b/www-client/chromium/chromium-25.0.1364.97.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-25.0.1364.97.ebuild,v 1.1 2013/02/21 23:48:16 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-25.0.1364.97.ebuild,v 1.3 2013/02/22 12:09:52 ago Exp $ EAPI="5" PYTHON_DEPEND="2:2.6" @@ -18,7 +18,7 @@ SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P} LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="bindist cups gnome gnome-keyring kerberos pulseaudio selinux system-ffmpeg tcmalloc" RDEPEND="app-accessibility/speech-dispatcher diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest index 031fff3a0974..b27828b61a56 100644 --- a/www-client/firefox/Manifest +++ b/www-client/firefox/Manifest @@ -1,89 +1,4 @@ DIST firefox-10.0-patches-0.9.tar.xz 19120 SHA256 55841946b9b74d68c70323feb9dfcca2570b22c5b979417e4a26c37e3c355c9f SHA512 651902cd4f5f4006e3afa6771ba14af992e1ae966f74d41fb1e775768a58b07ac97dcc0a51ef9222ede257f816a267752a6b1eda9104e3b0f14dbac3b6e466fb WHIRLPOOL 2eeca1ab0f420440c6b720ffbadc182f13d0fc37e41be83ef1180bcb58fd45c5ab24f5e80430ff44b8e2ae518f0655e629a18652493d6ef58eca4fa6751c6d32 -DIST firefox-10.0.10esr-af.xpi 238745 SHA256 7a4f000ce589b607de3e13dd0bd687cd2dc3f2a6a4e83abd539d963c94e1b19c SHA512 43b053a6e7bf1f1c2e9e84c7a765e9aa65c699186b0389c840dad0e554a188468602b650587fadac47745da44eae5308343e9f885c14dbbc9e18386cdf1e8f8a WHIRLPOOL 115af5dbecc6c19e0e1f4055169a6f819cc6ae8456a58f0162b6c7e85c8379f1748a068ab6ddf25d26a800d34d8fb4f82e07a6ee2e6a076297a50d558f290375 -DIST firefox-10.0.10esr-ak.xpi 240573 SHA256 fd16e9260678663ac317f61e82f62f91084604cd5a47c47ade777f4293330667 SHA512 45497caf91a1423b6fd364ef1218ddcfde61bfffc4afbe7b0f0917ed7ef78605a6d473d7f9a1d03e9d205e0a88217d5d5019120c3e64817e1b7f5d65723fb6f9 WHIRLPOOL 852ddf81d2ec38e086edfd544de3c4d4d701f1afa480283f59ab3651507fd66ca68b18be07a1873d9b1cb3cee29fc6f30a430db3e05e7a57c66022d850c6ea8c -DIST firefox-10.0.10esr-ar.xpi 263704 SHA256 d8d6008cfa4c89a7f48baf2af4eef984296d93d8997732b6961e7fd9d3f12609 SHA512 13082673e8079038ab7bd99f02faeb7fe0f4dd340637b79445d4c37a5ee1a02f57ec1c809a5c714c0f8f0091aafe0bdfc7608f35c9bcc77a6ca0fc0d4c116809 WHIRLPOOL b2869f7df25eb8d8f17c3a7b44c37fa6c27aba8d6af500513c55a66177c72eb602d655ffadad4133272f5739800c1a63e764adf72c04ac1d0b02054f8ace6e40 -DIST firefox-10.0.10esr-as.xpi 278744 SHA256 3ab63e659f79323bf9729c3f8e8aba3e2e8e9537d5d653cfe0c436e93c49bade SHA512 38d003800265aa85b00e7b265ac695b94c1646c31a6dd098541daa41e061021996a5de09cb1d36302e49ba0a2cedf47f1cd958c95410e5c3673cdfbf82589bcb WHIRLPOOL f99da25bf3e661748bdd45f239d18887c86fcf2ac0cd2170d2cce6ee4c22ffba7d3a64737edfcb5c419df6cb12550b83ef5529ed8dbe765079c9b0837f15e0f3 -DIST firefox-10.0.10esr-ast.xpi 237976 SHA256 5d20510dda3a989c3f9977f560c9a25b99499e2a1c318593704228fab29092cc SHA512 de0fc05c8f2730c3c7b74e1470d823f8f7e3981a3665eb68b2279f2b03961343e81a9381679a5086676eb72077044a1c994f298f88737531a26e021d5a25f137 WHIRLPOOL 50799cf9c002fba8cb2013003139342553cc9d5eb2a34e7deb19523d1843934290ae76929b1c828e2ca0af4aa55803fbde24659368038d77a7b1e70c8543b3fb -DIST firefox-10.0.10esr-be.xpi 245758 SHA256 ad2e4ff2001bbb59963fc00167862fcf6b11532f62a873ffbd91f1d4e5670912 SHA512 dbc11ab0aba0eed527a27f606e48410e8240778824cd383174f5d2d78628a15c23f8ec104049b0987485d753c99df18150ac39779d34887b637a45436dd41517 WHIRLPOOL 55b626042ef16c3ab59cabecf92a3aa38cc0aad75546d9e7b6f8564fb7ed242507771c6cf2f93c9c887b549b2065c23ae4bc02092d12ea3b0c757b4aae20119b -DIST firefox-10.0.10esr-bg.xpi 276757 SHA256 592c3e8e88154eb0ffa49375feafb336a332f996734f3e614753e8f32ee6aa56 SHA512 de282b2cbdd097936d033662558380e3c7b59969ac93b3da25adf102f1bc00b7ea3233d182cce893198d20af9ea78c2cabdf2b586f5f9d1ab0c6b43b180ebb5e WHIRLPOOL 1e959077d5eb5323705ee8c68f70021ea7590097cddb5ee585b58e85336ca5cced813f0d8430e98f223677c855f27b2f5c7fa05c0a3b42485d2ecc9029a530a3 -DIST firefox-10.0.10esr-bn-BD.xpi 288294 SHA256 df8346ab841fafccf98cbf83e0ced1ca0e0a31a061ed0442ae5f7be9f4522edf SHA512 b39873e263740ec6a38300f8605e357589eb33b30837254bc280ceac3bbd55700c235fee330f46225cb697b40fd38a8a6b4c32fa59979647efed2ddd78da9a88 WHIRLPOOL 2967235145d59d8a0045feeded13dd866adf0e803813cd053f48090bee94c23297043d975fdcd3a192bd2e366987234537353441b90e7732c447a37da59817d5 -DIST firefox-10.0.10esr-bn-IN.xpi 319305 SHA256 2e12582ab719a304864fb66fdf4233009d956aab10e9bbe7fa6ec6701f634ba2 SHA512 5588796c90ce26a1da4ab80953dbac14d485a07d955a422b45be863c7043834d0d58cd67e686b90cfb45a673aa77af8f4d44b5429329f538208eaa3eb3159fa2 WHIRLPOOL 8ff0f9947fdf168a4ef2436ea5aa91a4d8e374706bfac404e187c9c33074882fc5fea56956e96d3192c464bcdd7eec370575486ee11e1159cc6cfe736fcf7b80 -DIST firefox-10.0.10esr-br.xpi 247652 SHA256 00eab13b9015c1cc2304a45124e665b9fa2a62ef3b293ef820970fd1207d1091 SHA512 e979c07a1e0b910dd4128ad7966d74a1db6407a6674e67ddfada3b249ebbf96c61a988ff56297fcfbe3b2715cfb36bcbd8921a8b03c8a6f6e2f53ef66c56a6c6 WHIRLPOOL 22434d87c2c3f6569026b2d1a28781504cc9868c513d9ec690743e76547bb0f692507e6604a7b9d8baf81c915cb0e574e3d9cf296158dfcfd28b55573441bbcd -DIST firefox-10.0.10esr-bs.xpi 245309 SHA256 dd06874a8188c65265f14b6997fa506ac1b3dc0ab144c92d53b91b08d39f9125 SHA512 7a0df1d2424db6917aaa7cbed1b7528515a0d02fe28fcc199367c057b4e10a6709611810586c79904c9e89889d7bb85db20918546d7f3ceff8ffda33e3cee963 WHIRLPOOL 5a61af3c358d86a2361cca7dcac7e1f27d3903d755e0840d23f66b36a39658952c95b9163ee6e64d0313de7bf6f61637ae63197b7d9355139793156205d0059c -DIST firefox-10.0.10esr-ca.xpi 248222 SHA256 7fc2504e9c0412c758d267de0f293820f357515b08b8c4c47861b3a1a0f4e46d SHA512 9b532421a608409071ba63e081c130790511563b2402f5eac7828148c4fc46675e3a5622ca6d20c4badc02580923095a02418d3ab638657561077a6214d64864 WHIRLPOOL 2fa4ab1accc9e509e70a53bb723e01345e89b12d5a76a14daebcc00481d618805d12db26abd3aa1840aba78408d886767dfcf73ce64bdfcb8f27629e69cc8165 -DIST firefox-10.0.10esr-cs.xpi 248770 SHA256 06a428ee7e87ce7dbbbecf389e90064c96dbba4e3bd36866d6aa279bb2a744db SHA512 03d4293cba9d4fd1fe602b5ddec6400a3ee401ba28478264408212a2843be9b1468d965e58c5dd68c75188b8be7c57a94bf3465a58dae6d8ae4724547ed76145 WHIRLPOOL edcc8be2a83cee6129c26c05f70fbd303c60183c07d49caf7f716d489bfb23da8dc6b4595c318778d051ea7f45c98f747d2c913ae125d0d362e794522721d582 -DIST firefox-10.0.10esr-csb.xpi 266625 SHA256 539ac5be971413788cf6c8df1d6d39b33f5d8be91889eaf4cbe5670bb8330f39 SHA512 302b4ba2910eae0e13249396d5d03889d0442686ef474f27ec57ba65dc57d586e1d40967b4e85a54b640ffd92fd99aaf6359753b6ae27973cfe42ddbb2073851 WHIRLPOOL eb2e5784c5c08fcdfde05c3ef01372db9885ca64946f8130f10c68aa18ea25b900396da5d55b23fa0e70a03533cc653d1b0a2ce7f06116f80c27d7c28f5e984c -DIST firefox-10.0.10esr-cy.xpi 244198 SHA256 be57f30fe02ac12ff75f0365c37f724fb8624195f9ae5594ef6c4089ce94dc27 SHA512 490c928da6a807a611a3c2ed908aa53f718a10c97bf6dc4968b2f8d3c7047f1381dc98834b3707241dc80cc16c014f1878a710e2b552806484ea69cf82d69272 WHIRLPOOL 37f9e20fc14e7a1e310f9c8ce71957b74f4dc27df503c1752133e0aa44a5c8e2f956ba4e50fa1803ed6809e0f0c31da9ab3a1cb16fae535fa8daf49d362460ae -DIST firefox-10.0.10esr-da.xpi 240329 SHA256 1b0f087f5b7c53fe3b196fbf9c7b95cc079ab2a480911f73e066e316911a29d2 SHA512 92dea7d15bd45a4fc9f460d3d84164ba0d91c0bd252f9ecbf8fd61f0427381e25f90fba5033e629a1d6e7cf705ff3206532caffad2f04f1bc78904070cbc73c3 WHIRLPOOL 64d9ba2ef4fb9984dc22ee3c8b15e89eef82bbb81b5f4a695e05f1f48c936e4a3432bdb1696b14f56dd1da768a848f5b5cf37f58037dc5344d69c6a098f10f36 -DIST firefox-10.0.10esr-de.xpi 249299 SHA256 f7033ae43ca75b3e2ca977a1a057517a85be0c588f65ef016ec403da1e8a9b7f SHA512 a0feb9fafeb1b49a3a9360fa011dd492426a8ff78b6d2e5571a81ef23eea540107af897886bd98a66fab081a8968ad12b3d06db9071ec0a405c7290db3ba8139 WHIRLPOOL c05292b444bae3ee8677fd9115c9022e5a2efe17ff3c9099bb5ffe362add6489b358bd6bc2dc9ec2370918bb83832a00352decf5e592923527aa378afe348c1d -DIST firefox-10.0.10esr-el.xpi 264381 SHA256 81b68971889ac4998a6f849708d9dac236096e1fdc8887d9acef1e228c89754c SHA512 5a4012e1e0fda48db956b83a24c762e876967bff07eb8c82c9d167101134c19eb9361289da4bbbc8c42c793587c71971ed51a7fe9bbb9737dd3b68818f6adafe WHIRLPOOL ed1fd55c7989359f40bcd71763f8944ec6bb91f58590f1a680666439389958cd1c5a1a51531a6c399a94fcd0ef1a73d4295f36449ece4db92d63174f8846ab58 -DIST firefox-10.0.10esr-en-GB.xpi 231195 SHA256 c428a2a2e0476a4598725fdead109d480c358367cb7ad63071b00c1e693fc277 SHA512 1111d2aa6183dc0fcbd90108d6f3035c9f3bd6d114710c5890cb9ed8275b441e68132244e420c217ce05467cf3ac177109fcb7aff23b4dd599c637beee23963c WHIRLPOOL 41c9687ed86a55a8addafbea63064000bbab84af83fa4c8ad9b74154731836edf980933057722bc28d7cda42e87462506b4f7b843db1ce5d5541877cd02e914b -DIST firefox-10.0.10esr-en-ZA.xpi 233921 SHA256 6bd954a77ea2bd2435c795ebe6b03682d3794c37f4af7d3f18b6258b220f9abe SHA512 bd6d260a9a8e0568e7fb9bed8a233185a3acfd85171630ef0fd31cc3f95311e95f625519650de14e104d5d5dbec45b65bc9cbda5cbd02895eca664937e51b36d WHIRLPOOL d7f574525384937e626dcd633928f07b9a38b78862fbbf3b19ca20b19ee299679cdce50548daa930141a8c9a0eb3bd183a2d0c5a04819675bc12afdba041fb44 -DIST firefox-10.0.10esr-eo.xpi 240904 SHA256 3e6016ddb965d12c6371482cdaa1c278f1d749284b81948ade78e87604d254bf SHA512 c1a140fd7290e05127e65420286bbee8fce5707a96dc051f7ed71b21605e17be223784311cb0b275a54db511c6a48bcf059175a0fb51ae1724f69aa903fbbc87 WHIRLPOOL 7f35ded530c7ab34ada81343dc8e5a74c95d2ad3952d7c8c828eb646286d492e9c7b4a18a5f5b62634cf453564367f74cfb22cd2a422f31d326b67c036bc9102 -DIST firefox-10.0.10esr-es-AR.xpi 245348 SHA256 4980cb171c2bc7bb0d65340ad04a184afb01202130bacfb9c28ceeacb161dc7b SHA512 7c9b2bd87608f68ea3b972c1a55665918d7296cad561a3789530c753dd2371f4132dae0ceff65a927c7737b29ba014ee1006decea934424c6de33fa1c6d0ebf9 WHIRLPOOL d4034dada6baa0e04ad3930c1f1292419334c4315c11fa8b4a7c9286c61d04f24a688f55290177999ca31de586235f79aa378832f753fbdfaa11238b00b7645f -DIST firefox-10.0.10esr-es-CL.xpi 250206 SHA256 66ac43f83c08936480b835dfaededc31e66ee76a3edb500275ba7b71f8914715 SHA512 d8dd720b4f69bb04fac5be012e6afbfe63e9520e25330a36676421896a9dd0bc1f59ddc1d965f26f761e1bf155a824e52db9e76fe3734aa93a4edee6b7662925 WHIRLPOOL 77b76c56a5854fc08b04e028bd88a02ed2aa9fad4dae61ba6603cecf3e30454dd9b75cb0169708c9d9fc018b27965153b0e5dc050e06b10cc74f63e871fa0d83 -DIST firefox-10.0.10esr-es-ES.xpi 215379 SHA256 0afc109d9ee61582e65b75d8ae3e7720ea544ee7dac1ae9c89baf9a32c9203d3 SHA512 6f8a59555c568ede25c2ad2e971a0e22a8a80e3e4cef86b098e12ac290be212565bcda6ebdea4fea3168c1964b36d7e583fa533472f4d1c053628860bb9f174d WHIRLPOOL 7fb311e903477e353b85113009a595a255d8a42f068a016fb942cf25c4f43977f5d7edf283f87ef2a36bd6bbe62a1b099da8b8a49fd4a21d1752083135344b62 -DIST firefox-10.0.10esr-es-MX.xpi 224153 SHA256 78b27a22cc317d23ecb0eeaefd6ba779d17aefad4cf8b81672f35a08b3924e27 SHA512 fd41fbc200c53e14d14843baa8f673eb0dad37f31235901342f9b1ee658a0ee35cd7c5d36257aa0d7269aefd2905f3d24996e0a3ca166fdb377c9e79e0230198 WHIRLPOOL 9d9e595269f4d7fbb2f1832690e3b9dac88e51e1b41149a3521dd67a0317c96d2d5bddc6250b9ef534e9fd2c47fd8ddd4ce791406f3f2719d57aaf941a6f8c02 -DIST firefox-10.0.10esr-et.xpi 242632 SHA256 2c03b931dfeb67f9dfc5ef748bfd8b0a54c53364ad159a23d03561f44be9c188 SHA512 62e98457bc7beb30f5e53800eacc5614867afdba3680943081b63c712e223dc1bd1e03f98efb2743a6404d19f38bfb76fd5afacb2c82022e118bc278ddbf468f WHIRLPOOL 28c5884a7429d818dbe0b97a8cce002283c3e10f5a53cb88da02817d8ceaf949275d21d5c61012ea041a6fe505269e9f8ecfb0f7a4197e58137aa77662030694 -DIST firefox-10.0.10esr-eu.xpi 240253 SHA256 cb4bf0a842b74cabd162a8c79fda62aba208badfec230cf2f65c6d32ca2e3f87 SHA512 bd2faa605bdb0fbeb8d49d8f16a6c0079b25e3e81efc610578694b906ece53183bea27a8f9fa91e1bf7be97ced53e1ef8a197004346fe94701cb5f82b3e44f4c WHIRLPOOL da06299c9aa2ba31481d201149f2c4d949d3972eb08537d10cc7e2a9f71ad288883feef4d1123623abb4b4aae7c080f66fe966ddf83659853035fb1230c1d0cf -DIST firefox-10.0.10esr-fa.xpi 272854 SHA256 7d71c9ca7feff877fa4e40d890976d22f38efdc24291e6c844434a67fd9144db SHA512 70ec763f44be760ba3bec723893ef608f6c7d670eda5ad610beb3ca61ba41596a67da7b4796055e93977d9fe2b10cba86db52d28c63309c03e48685f2aa30fbb WHIRLPOOL 60aeef808bc8b34956cbaebe7df6e8984889973214400ea63f056eb18669798327f21e440aab4b5df88ccce345498911af1779160137097be4d0e90194000916 -DIST firefox-10.0.10esr-fi.xpi 243630 SHA256 e9effb2636932ba64c516cdd0c9e3faaf9f23b86d28c99fd9e7331fefadc96c9 SHA512 417379b2cc8744bf39032ef623a6efe512b1a054f3076e6b67b99d8b1cacd0ef2cab859f20bb0fdd070ecd2ce29b7bc0b5b70f3c41ad30a7999c6fda51f2566e WHIRLPOOL b5b1c725123df508caa6ef3bb1b642653b5f24723c9a54c15a331b31932b2591112ec1601658907d1997f8f8ac5ee9a83a0135a67b351f55ac44699ca07a36fc -DIST firefox-10.0.10esr-fr.xpi 249569 SHA256 34c19e5d8844e8ac91ba71eaffe64c6c1a18d63997cb80faae8dd013299dc8e9 SHA512 f6e098f95ec61591cd3b889e553692bf29b0817db1ff062934a76172d79555a4d3a3d808aa4cd6f036d656a810c8277ca67687b80779563d3411f2b7c3ef7f19 WHIRLPOOL 07af2e0cbc7065a6bfad3ce1b0523222fbecf34f185b0ab75fbe010bbdb835170cb2ce53f35beb6bf8b485eb7e4b644a42ecc6ee7ea2a86bfed4a2bd2935e661 -DIST firefox-10.0.10esr-fy-NL.xpi 249345 SHA256 6641562eeefe2e36c857699257f864e70a76d1676119fbd1438c8a83f53fdffc SHA512 b1ad8285ae2ba8a8aa162c24a1685c6d88c4246871c81a8cdca87143f82297f749acd5abb0f074d04cbc98dc92e9916183ce415a9a858de5c05435d2b7e40100 WHIRLPOOL 4a2eca53caff73a39d066b3a141b75b1043e8cee5b086ab550377f92e991cbbeecf16e9db2d4a8bfa3efd62743c972291ebd9efc9949698f0cdc863bd902f796 -DIST firefox-10.0.10esr-ga-IE.xpi 252024 SHA256 2960c3e783235a6663213313cdb60a01e4599ffa9318d47162a4a7504ebce37a SHA512 f635a0b1c316804953a5305de31a2d5b99bd68cf6da3383d0309b14442c7afc3b14ace57b46ee56e4da07037579da50d269dab20c94408d6382a8682b9d5c12c WHIRLPOOL a746fae82fccfd09bf42e6667a476e14e5750954ecabb435cc7cd01a1dce9c9f139adcf26ac7a02607b9e193d0473674c033e8dc835eca916cb83414f45abd82 -DIST firefox-10.0.10esr-gd.xpi 253679 SHA256 94198195fe33223b1cb44688e50e580e37821753267376ea2e1c8f6ca031443c SHA512 e5088df51c3bdb6b75ef5e7f5990875db4c492ea4fdb680ff26e19d18717e1a9c55862182df56623234813f41943fe3558e93fdd1778609310653ed5b4a5c6dd WHIRLPOOL 3ecc7ecdaf1620474174c6e2e2bc96a188e32e7d0fa9796f3fb65d97d0b37cf8d33d8fcf73d9042242d3c065e717814339590bca0bfa48dee1f4028523aeaba9 -DIST firefox-10.0.10esr-gl.xpi 243250 SHA256 668e1955cc10de40ac1cb73066f89edb11a341251e85a0bbb402aac9cfca4407 SHA512 26b20a8a66d05975ee66010c31197c8744715b9349772ec39d334da556a2d196dc041423cf09f2e660f6c85d5f1ea2151055cba69bba7cfb8cc8219a4539bd3a WHIRLPOOL 45fa5ca04f3f125d17307d84c769a2b348a95dab27f2bbac888d04d05b9f13d62c9c7a84cde301e1667b023408078410c4057572c4f5a2216e81a389618489c8 -DIST firefox-10.0.10esr-gu-IN.xpi 275223 SHA256 24ee2ce7d313260817311e76ae1ab695c409708ad65c37196aded4b12905833e SHA512 86cc08007631b4341534165ace2b674e3f496d53838389b085c0b0e29026f7d4b9dae4bedcdc577c1509577a0389cc1384b7cd7a18cf40b166ff0fe8975f413b WHIRLPOOL 27956ed11d78a81eb7b4d96d5347cc958a5e9947b2d281c282e91e1db0e5c8af921c95be7396aa7dce451178422241d7f2a8aaad45e6bc4a218c4723aaf89c3c -DIST firefox-10.0.10esr-he.xpi 264936 SHA256 1ce149751735ad58bc389c7a404b48c6788655cd1cd2f634edc95633b9cf1675 SHA512 e323e5182ebaa900e032cac8ee20a4d0f5f0ae0c496cf6f6c1a11f675dced8703ab42db6ff293c0a9df47d819f61d2b0a18c045f53189baba8a7419865bbd374 WHIRLPOOL 420253e81ec8b2505ff432416f15cbccbcc6e9033994564e5a80ce759006ea5d70aa850b090813190dea42f8c6f12172aa7a5af19e4307ad15403e706c2ff904 -DIST firefox-10.0.10esr-hi-IN.xpi 280002 SHA256 34ad7dfa29bf65b69217c889b24e27dc464c3ac5de029e5f4d174596f579b2a8 SHA512 41f82acfb11afa24496608860e634c2aa9d52805cfcac6ccbd8bdf5075ed89187a0058cdc599694216c331e8e7c6da33a9f0bdc6a54a968f6de6dbe451233fcd WHIRLPOOL e67c5ed816365781e67c0ed225b901e9f86d5d02a47da1de4db6a2a172febaf44e7ed0a0955ad40779b36e1150c971872321e7f80fb10dd8c4ef750897eea48a -DIST firefox-10.0.10esr-hr.xpi 249334 SHA256 0fb1d1e5f4c8701d83bfc3c7b2760d91a4e22e743d3785666efc4db027f565d0 SHA512 eecf3b4a6e308bf3b370252b7935e35646b684aa095d00bd6a5ed616844600a6e70bd89934557bda6e39b0f7f1e82b7f09e8bd2043dbb192f8f6b226e7e7ffed WHIRLPOOL 84890b8d7548481e3295fe06d66fa22a6f5a240a42e6bc2f7f49aedcdd194c1ecd448fdfa98c549b814db3824eb2c8b08de83b9c932e242b2950ec9790b06ef2 -DIST firefox-10.0.10esr-hu.xpi 253774 SHA256 f4bdece4b06dfc956dd1e1eb8981ffc615ce93dc97fff8b778988815890281d3 SHA512 93f184365e1b552148f9a6c112f615972c1052fc84c615fcca54856cdd4a795e6c6359e883e59706cbb3537c4268afd67417deaf3883b9bda234cdc2c04302e5 WHIRLPOOL 508194c273013001fb5ede012376ec3889905cc344f63e653944fa2be72810aa32644fbd0cd7eb3c39d705e3c3d2f0b41025cc294af48d3c4c4254be02a9a962 -DIST firefox-10.0.10esr-hy-AM.xpi 445453 SHA256 9862c465878f05b512cae5b0b93321693488c4957ef058a9fb40ca11256c3380 SHA512 fa8fb7da33d0dabd7e6b9344bfb35e5a402b49e830a86884b5cc998fbf82050c27f4cc654844bd526e2f86a24852d1b929f4b4c09fc9b874a80ca4e82a57a237 WHIRLPOOL 2266c21459603b59558e603c7e4893336e235be5e352b700a5052343811264b50d1b9fa3664c92b3e3b1eae86a43e21a8f016b1a0a795516677657786f8896e5 -DIST firefox-10.0.10esr-id.xpi 236825 SHA256 a37e6f9a8a6707d8283a297f32aba43a1945d2a8ad6020df04aafb5b89c3d960 SHA512 6bb653ba12db99cc0b455801ff2f491f883c0b090fa2f0afec5f89ca8fdb6ba4414e7a43f28fdaf31d310821ee31d1be38a051f64c6a199d30c68a0b7e3a940d WHIRLPOOL 9b3b5c77fe50eb2bb3d80d537c9c6d97099ebc3647c37de8770415c8543eee070b438c3e7e35a816107d28ec46c54a401589be73a9fce5b760721a0a24a35489 -DIST firefox-10.0.10esr-is.xpi 243068 SHA256 05f80c43f11b82ecfec9a83e8e9aefffc9ac217e084324b1ac6cea18d9a63a2c SHA512 d7150b5ff6f674a9d87b2e0f27fd20bdb5516717392a7fd8e21527024bd396ca7ba52268155d56401b3bd31cc5b4784ed59dd9acef62127db01ab5600370fb35 WHIRLPOOL 2506b789c50e281d79763df3f52854b58672b68351411ef9406b4cb8e884051252da0d2bacabcadf2706064917bd4c96b68075f3a9b3a026dc4c1115c5ef552b -DIST firefox-10.0.10esr-it.xpi 212718 SHA256 be11ff6dd93e467a0cdd731ea17487a34ba21965f8ac3c4081479665b8b857ed SHA512 9477fe166c4a7a9ba57a75fdef6cffe6ecb721868d01148d8bbaa090e8d0963027c650c713c710f14d846de3c987d4fac8a188d14075ba013669ce86e8c6e9d5 WHIRLPOOL 5e039515574ecca0f63f1524f51c7fcda31bc4d45c21a4469ff6e6fecc14d3ce83a408bfeb385156bfac0b56ba0599e6e6a96dcdb069f6ff2250a8338e726f11 -DIST firefox-10.0.10esr-ja.xpi 273117 SHA256 af253b9044d2d1207a79b9646c7b05a887f33af53be8acaf72b9c0d90c77f997 SHA512 32654b93a86588153c9ebbabcbcd9cfc3ab3f683834d60b6d7b34e5b2fdb2d0a8ff1e69787c7d2a1288b3a21175c02ade152a9756328196c637b32f7bb9bf192 WHIRLPOOL fc851c50acf83696beab94125aac90cdf553e2d7f4a30fa1c790ef5d655c8b74e45c7ae6b9fa1a6701582841985ad9f1f88bd19b076b2d33839b9115211fdec9 -DIST firefox-10.0.10esr-kk.xpi 279776 SHA256 4142b53f89876bd43629aacdb9af7c0cf9f71992280aa8ece12c75278ad503e3 SHA512 812d4108aea8366ab171b61ad5abdf816641bd9ec41fab4bcbdbfe70c3bcad737f8dac1eed6aa8f19bd6f037067d02fc59a96d0b7d8f8bf26e5359700b2a2084 WHIRLPOOL f85476325a8409227c9fb879db181107f6c251b1894e997ac165dbf3a840586e953add31376afa0c080b93f0d14538076cc948b3b40158d48117866ba9af131b -DIST firefox-10.0.10esr-kn.xpi 299832 SHA256 da190788df9bba2e3fedfa2e91fb635fc7ba68a30cecb4fdc2b8db2fc08c687b SHA512 a84c3f974ff7d2fbaf3cc575c9c5da034c10dfafdc8560b012f06aee68daa1c05de275ae86e5c728d4b32d00453e32f68a5c0f12f228d85507510d839b921f27 WHIRLPOOL da64d3640269509a70c0c6673b83b48700d4979be57fc6244bd44bdf25d0843521b721560210e4872f67dd480f2d901a40163b7ed304974c3fb5761c3da4f5e3 -DIST firefox-10.0.10esr-ko.xpi 227947 SHA256 d37bb0031579d2271f1d81958c7feee1172a170ff844e5f7aed949f33fcc578d SHA512 a400a5e82b80857e49f08f0e28c04834bb8bad609ef70934bed81cfd130c096388bcf75314dc49f885ca858c8f1c56d5cd0e4988a8012793168a240e26c452d5 WHIRLPOOL 2d2c990817cbbbbad404a15422f0925d2bbb2e61ad4745d7515ddaab584073e8432bb4c79754d209eaede58593b7f3df4a63a701dcaf0330d0a901dcbcb6b422 -DIST firefox-10.0.10esr-ku.xpi 254711 SHA256 00af28c859e18170884387ab181af08cdd8e2c237dd40846babf4618fec06f7e SHA512 ece7e17273ba39b308f1361cb0e73ab38629716a0804858744555b8dc704f07950d32c0ef0b9155d3c7c6af0d88a122aef917251320b016ca59ac265f9675631 WHIRLPOOL e42abd9da0c1034b0949c12a26058803e2aec6e061d479151bf6bf8116031e4255cd34247f2f552b32b2f4f8633dc968f7a649c52efdea55375ae1e4be754aa7 -DIST firefox-10.0.10esr-lg.xpi 247675 SHA256 c2c857e80a785e43028f93857bb43fe086a71f41afccfd463faedf3f4ab02bbf SHA512 7d1af406a7f0b639b2774b154348d17774300cb93f170c23d183a968b6dcc4e2faa25b7bba9853ba03bd0e2fd002fc08a2efea4c257b19fe43660d44701c41bb WHIRLPOOL f5dc51a8545c7327eeaeceb47ed530963a5d88fbe3f0d11ca912a6f7d8960e57c6805e3d5166677c79fd54661587f62d663220346899492d58ca94fbea529264 -DIST firefox-10.0.10esr-lt.xpi 330632 SHA256 a2a94187f0cd5e335f8347c270200ce4f87df90fb5173b5d6386cb3ec14f7689 SHA512 6a1592c75ef939628344e4d302a14c83e2d767aa38f33636ff8ad9f128794a055c3daa1591e6f496ea747bd33cb45ba7ccdc1a69cb106bdb368c58d6e77a224b WHIRLPOOL 11d5d37797b92868d76bb011f36805cc2008cc104cdcddb28362a20f7c4a0c670e7ad7d9ca578770b442af9dabd5c25c13dfc71d480bdbad65e81677085c3a2e -DIST firefox-10.0.10esr-lv.xpi 244353 SHA256 f62eeeaa2d4945e7824ae6fe7ddf1fe5c0604d6e7bdfcecd575b7c31070ee517 SHA512 46419ecfa096f016ac2f7fb41930281e6e38d40ca4e990b8c5f16afb60566dd2da0c88068aa28aee88190f2199701437ba3f6d69af4d29293148cf920cc06a36 WHIRLPOOL efab69613134209c61a4166f20abe854a3c6bf7c07f8c7ae87722615f99f3714cabbb41468263069e3b7f0b3f88f7a1acbb92082958128dc97ddc55dd169e715 -DIST firefox-10.0.10esr-mai.xpi 279254 SHA256 ec1b6002ce61a7bd1b99fea7937e399f151c3c5f8ead414286537edfdb6b20e9 SHA512 d2521914df4fac991cb57d99296a0e4e9f92112a716a6e52551d0281cbbff65d2d1761f273b68d14c681a54b91220d5d91fd7dd4cd6a4b3d64ebca37d18f5a6f WHIRLPOOL ed7fa16f1ee9735e9cd3489030ce288bdbf8c8b26cf4d3d8158bfc2711f79cdc5125ef636a9dc2bd47047e3301ae308968501a5796bccfd8bc640af0390f943d -DIST firefox-10.0.10esr-mk.xpi 272941 SHA256 333d2a77f00d0590c918b6d5a02bc28133c0bf9936d1fe302124904fa3538427 SHA512 35274105619e7017f51db5f74e01a757611bc052aa5b14778b1653e3b40f68d2d089594ac23632fb962bc4e164180ee5f723ad484cc5990cebd626ef247aa341 WHIRLPOOL ce0ffa97391b229d2cc5f3f46f8e7d8bd365df8e691237da9db2945c92d82a410d8afdd7ffc0f610d72afa8d7385255c95361460d892551e5eaf96705d8b9922 -DIST firefox-10.0.10esr-ml.xpi 306676 SHA256 90157eecefcc93673e1d5b089dc3b33eec7a240dc52877ba14df12d235ee32b0 SHA512 8c38cd7009358d39c8c924a139abb6f6827986baf621e57861478bbd08d485f9fd2df07ef24e55a858413f81d7269d6e626f58cb5e0f2c02ee1d53c4477d87f0 WHIRLPOOL b35f2b6ed50a91086db636d0d8947b94d25f1859ddc66f63c4bad1a2fb64abb168741ea1615a7115c4023cf30b115fd2f217284ea3c3c2758af401adaab523c6 -DIST firefox-10.0.10esr-mr.xpi 281459 SHA256 0a666303434cf86ab9732d0b5aaa3adeeb75b7ba2ed257ebd196d9e7791e3643 SHA512 091b2f6f7736abdb65610cb1a3f28b32e2772d0bab5061cca5ba17a9a65f9da8f9feff80e8515eb8d45caead6e5dd09cfc47e21ef8b6902d77341f3e67c249fe WHIRLPOOL e0609c959b793422b5086257a81e89bf03db0029e1346fcc693368d3fd72873da48d93330a52a27d5b1c728a34cb3e396ab03528db845084be3393e0e7ca3a61 -DIST firefox-10.0.10esr-nb-NO.xpi 241212 SHA256 07a6646e3b02e0b267049a95bc00f1f849163ec5bf43fe3af4824ec05418ecf3 SHA512 39527cbef849639af309fe0de866e58ddf3fdafc6f89b436221f7d0c092d019a303139535c3bdd20a33e36c188af93756863a8c3ff14a742c7e49cf774f174b5 WHIRLPOOL 798dc2c02bfc9994110d2c0356e87d18238998d49aed885c91c37573a871e221c95b7933837882019d5592564023fac3558edd9c2fa6b57dac32f9075500bca6 -DIST firefox-10.0.10esr-nl.xpi 242402 SHA256 37f1715fd00b8d06273a4cd908743354093ba565a099a5bc67da60ef99b4762c SHA512 d0c3883aa744e4981a4a2a13d892e1f0f6c98dbc0710d80724d111fe7dac8e68b6d9c131d74d313cf03219b9262a0d2d653ae4fe307076219402797cb8543581 WHIRLPOOL 12b9381c5a611e0995ac5884a8034e6547ba87e0339e4dc5ba89ba7f578007b1300d7fb33a13c075bbcb2bb6e0e50624ce2a915193609a42fcb9c789e60b9e05 -DIST firefox-10.0.10esr-nn-NO.xpi 242455 SHA256 a59024f4f706118557a6563f2d09b8a12afd1e49f898d2eb010f0f6f4ac04933 SHA512 908b8c55e51aee1ce66c34a2234865639eb890eacda94bc452a18493a3676b4b55f5160b50615811811e864804f4ae5872f961b71827cf6985835716b1bc5f95 WHIRLPOOL 5449f5940687720a54c2656255e199c151e5bb2f5bdbedb066829961a8713eed432f1540ad6ff6d1c2d856a7e4379507990bba3c457adcbc36e39c52a8d32140 -DIST firefox-10.0.10esr-nso.xpi 245697 SHA256 d42d35a5e0d37ba6648a5841604f44fd1a6aae8e3ee9663ec0b29dcd0fb581bd SHA512 20de8a62690293da88ace1b5bb2e5c942af72d7f892f62548e1d7e8307785512eb55b17e81fe63cb75e5c280348f801b445e3b0f1c6c0da3354cf1196832bf4a WHIRLPOOL 7564ff8b480ee0649060f6ebd87d415f313d5670c798888c29c76735cd219947def12814dbaa96b38a6efba59ebcc375726c66cb0a465515c322926483f508f7 -DIST firefox-10.0.10esr-or.xpi 281687 SHA256 4ef887dc79730d34cfd3d8fae4323e7b52a9d2d6f37ad0f10febdedc72a6f0d0 SHA512 056cf3cb642e5b6751af08dbe25fe797e5047e617a6409308531af07b04e80b87a28a6890d1861da4c3ba647f1dd0ef57c57815d9026cdca225868b0be03306a WHIRLPOOL 775d1b69ee370dc1856dbb280c0adc120e805d09fba9f9284d9fa2627369c1527bfd17b636f05cc4fc2e27b4968a4fb2cc499158464785a5531269741f090f0a -DIST firefox-10.0.10esr-pa-IN.xpi 282146 SHA256 ee3f02ff285e33194e74307998347ee766264002400c5a3ce526a7beee4d0f3d SHA512 f379f50b77bdb462868bc2eb7c9bbc173e9d627017fab9c2c43bb5339cfd69b0093a2ad07423eb971def7d564e31551cd17c6ceb801661d8450108649de1e83a WHIRLPOOL d02600fe0576b79ae8905a08a75876026eced18ac86fb74404bbb236a92a9a21a40484df76e407e491c4f53fd16f1a6775f09749047e6b94628d2cc6dd10135c -DIST firefox-10.0.10esr-pl.xpi 252048 SHA256 f48b74a169d6d4d87cf17a9310bf25290d55b4954a99ad3c0e0091a1ec0cb662 SHA512 bfc6600c9b37f1efe848534188833ba1347201d67bc07514b4c161cdb944ddf1f2ff976b020e39acd3a431cc7ef8978369a3be51d98490f313f12640cbc8649b WHIRLPOOL 53ff13aca97b4bbbf5d5d42599fc9061382aa914510651260432b36c4a562297f9e4094ebe54eabb8b655e34465b68c436447f3cefe2b1fb8a27cdc1b9d2d8c9 -DIST firefox-10.0.10esr-pt-BR.xpi 246850 SHA256 a1ef06bba55cf398d8334c6191340e948fe8d28e3115b08eef428a70565c527c SHA512 925582da485ebd7c620032b7fd5717114f0a2fbcbc44986bc07b129decf098dfd3eaf1fc4f23fcf96840a0d872d7855943332f376ed846866d458336d008fd2c WHIRLPOOL b875f8ef42c77abaf036c0962d33535eb6e5e09831a89759d954eed7e9f708825c1ec3e349701567f335ad7897996a66389b414f1bcd49d90d18ef3c74d5c8e8 -DIST firefox-10.0.10esr-pt-PT.xpi 246478 SHA256 2d0f1a694386637abeb2b6f9ceef4ea7ca561678e41010383e33be167c052760 SHA512 98213c662e2dbe0feb56dc95de338718fd6de304a88e37193b04c1a2b7f2a6d1ea9903cbf525d0335a50ba7318038847ebfb562cb45054a7190ee8153eb509f4 WHIRLPOOL f74ccff451a50b9fbcd4b6aa9de0d5be28b12b004cbd2b014005cd622c3488e789588904f4bf28df0b5644f0ab1f4691b4c62b653bbd2550e8f0332406399fa5 -DIST firefox-10.0.10esr-rm.xpi 245773 SHA256 eb715b8294382e018de4eafd8b431fa8ca7a0f053449fd1eb1ef88cb3338a40a SHA512 aefe7d644cd9494cd6a0a8eca691427bd75efd82451d929d9b70f56de7b889775151b2487ec9bae93fab7072d8e691ce039a6c0412ae77bfaa05c203c600d956 WHIRLPOOL 66100d9a4abc7ded92fb048b96ee2341d8a939680d222706395325a500ac48097ecafd21fe602dfeb080beb4ccdc1d01c96597249af443a54854ecd6804d9c70 -DIST firefox-10.0.10esr-ro.xpi 263253 SHA256 cd12a66ff56d7ac1c5631617cbd6b47030e27c7da0404748c6e9f5ddddb8d072 SHA512 16dc93fdd3214eb42604056d8794e0d539f8dc44658b2bc0bc2c5de067c099758c4a750273c1e49a20200d965a4dc9b0e540dbfba85b5914ecdbc239e42ae783 WHIRLPOOL ad2b2138cf5efaad2fe754b9cbb9c976ea48e2c0e895bf0e2e7c641ff9374cd019ddb6155c18ffa219dbee7aab6b935897af8bd26e44bdf44d984dc7819a8281 -DIST firefox-10.0.10esr-ru.xpi 254986 SHA256 8e235cd2fbf3890f3875218023cf0165a8573c4ba12b4d426ad69503859a29a9 SHA512 be0982af6a312bf7533161bc527c3721e9a71ae8b5db3aa7289100d584a63449be4a2ccccf697297444b4f30438011081a87167f324ac5ed1f3000cd94ba6700 WHIRLPOOL 91658a9b7fbd056a9f16f60a446f76b70d9f1911df2fe2107dff5dffc355455cdce984a5fcbb89cc1ad543da33af986d41aa04c1f85949fb00acb2dfd17a1ef1 -DIST firefox-10.0.10esr-si.xpi 271991 SHA256 04d072d20d1bd13a24ec63b2e133d84ba5f1b23781f0351502c1b9e4bd5a68a7 SHA512 4037cc2a1c31e5419d39169ce68d1ddeebbc2687e3171cec00fdb71216e30c66e4558854e85761fd8baa0c0b8f32e44559d6a9a265787370f374cec7c28f203c WHIRLPOOL d8e37bdc9c9bfbd6d082c2d49b4c728a621b624560ee6c7c1bc9c07bdfc5d5ed277cbce34c453793dab1fe917a9a24fd620f8e4760e79798eb3d67299114d5a5 -DIST firefox-10.0.10esr-sk.xpi 254290 SHA256 3bc33f1b2fea89e873dd002e7683d6367a9015e51b45023c8037c1f8e875d528 SHA512 e34b8bb279682dd4dc30afa58825a157702eb838474227a38698725513a69cc4d5462d89b28a62df933456076920ca79aba13c9bb405c620fa947ace0351d157 WHIRLPOOL 3579ac22d9f28f79428b850baafaa79e62ae90cd272ba4cd4fb86504ef3f10b3b29523541b766421fce09a621651aa507c6ac633ce304aa70d3039fc7977bc19 -DIST firefox-10.0.10esr-sl.xpi 241036 SHA256 10c9ba222444088879f6b8c7ad625b22b7c1e9f4fdff5cc056cf4de41f1668c5 SHA512 53c288824a00c26133979e85e58460fc18a67bfc3c845f115f9bdc4b1e574993899ee21bfbfe1fd1148b6609231b13c3ecffd6e0e701fb14c99acaa9c4cd1079 WHIRLPOOL 4134926dccc50e0830d6d3937575071248f5bec34be24e3bd39b138b7450c49690668a07184b404d85f4b96c1ee893354212bb3b0d9f2744a0fbe5306478f99e -DIST firefox-10.0.10esr-son.xpi 239061 SHA256 976f0c06e5bc3049a1fb1a808faec4cb50549836961560b33074e15f0e8f7d5b SHA512 5cce3a931a0bfc22389c4dd9ee45a963db1c2fb47d8bf24c28f0b93949c0d3eda2399b4c1b15f38dfd9fb719b2f3165f74aa3933c41024c1686c9f561bb18c1f WHIRLPOOL 63f628549491ec30167e37fc192cf8ef4ee9f4a3efa10032816fc6c8354b6af921faf557afc81fcd08e633d90d2cbb9d81ec0d17623e39c62126c62ddf08f92e -DIST firefox-10.0.10esr-sq.xpi 227698 SHA256 ca994dd1b25d38d4f4fd6892c2e538a8402471d9a6b53b07f4b0d3e305f095a9 SHA512 b92e261fe4722250c5e75b18378699aad334551bd12b806639012ede995d4dbb271c78fccb89638f3787459b058a14cd482594d9198ba15c3f5b818b1fe65818 WHIRLPOOL d83905b487db1ce46e6d96f8fd7b2efce76383aed0b5d9f30afbc76180e2c8ac405f09206e5ed5ac6322d4ba1bdd83798cfb2163d6386835c00b26d4035707a3 -DIST firefox-10.0.10esr-sr.xpi 277746 SHA256 8018d4c491ac0b92bf41a24ac2a022c1deae3293a5003d826290b859fd8ea8db SHA512 bc7d3e02bc130f2147e9ae5a3c1f57fd8b378139401672e6211cbb4ec7801700db5f3ad0f81847eab35c3227a1f47c3b3703ab36c0a50ae20e2592bf061ea075 WHIRLPOOL d10209bab136a1fc4618e2323e1a5f925d133e7e70ab7caadf7224d0fd279fabd499ece278716fe8e7ab5bfff0fef0b6d6fc17b35c695172411821661897bfbd -DIST firefox-10.0.10esr-sv-SE.xpi 278881 SHA256 e7d80a0629e8a0f15abc96c88807a41653f38bd7ea365eb805431151e3079033 SHA512 e764d46ff68d4339e7e28ee65a358515ed928f5843ec43f27bb3c2ffdf78f34952f295382cc32a952d88504ffecac57b84594e74ac97cedf66905eaf215247e0 WHIRLPOOL db3dc3ae3530c4a7c91808cb9f6452e1479139839a8c319d3925137e45335c2ef75d1e56bcde739dd52063c93181dfe13a6377b03e89fb3863c5fddb8d508d49 -DIST firefox-10.0.10esr-ta-LK.xpi 290620 SHA256 58deb3fbe09227a8061fca47f4bac093f0f019add786458a77c8885c89dc4ddd SHA512 1a5ffbf813a3439d5568960a729463346ccd18cfd0bb87ed39eeba6e79374387581722986668d0c7d7bc29663b7df9894cb15b4051d9a76cf5ae6045fd449e30 WHIRLPOOL eaad177ac4693aaf4e12425808fe2a4b315720638607846148b51561a60a4812b09de14eed8596697a2e005b1c691160ce2fb44d7c788760898c1ce94830dd10 -DIST firefox-10.0.10esr-ta.xpi 274057 SHA256 6ed4963334dffee7f77c429164d9b9478b56a2b2ab72f15b61a2ce940f43d956 SHA512 94f085b1d6e0272f37dc9b4f508ab9cc0dc5ca4c653bbc41bc3e74b51c61f3808a62958eb2e2810026990d7fc0a6eec4add2484d43f46d6fd5a87572510b258e WHIRLPOOL 3689bc897a1efb329f4f7a311664a54b4c5d728d363e2fde28d14759e27f6811ff85f76ec8f471721603b85432a8fc2a92d96a3e511f2fd6405fc25e1f60d1d2 -DIST firefox-10.0.10esr-te.xpi 289046 SHA256 2c98a85902959fce61cb9e67d7366e6b873d45693ad0f6a5ed2cdf39ddf28331 SHA512 4d5ee22753556c7548ae9922a8385a8eab1ce71e0f8e67c6cff7cbc0f1f4429ef3b613102e184897f6d3caf668260399ea943345726bacaa6162c2deaf95b072 WHIRLPOOL d91fec74932ace6070879900af231ed90060d5137f3c4a89e0416ef71d0d9fca86b18b626c14ede5b0c431a510a43aa3d62fc25099dbd0aef598494404c18b5e -DIST firefox-10.0.10esr-th.xpi 272424 SHA256 da3297d5ff366ffb8b34a5d9659d2ef0c4ac16350be6cac21d31935a654695d3 SHA512 7394bc1d51e3a00c9a61a2e073c41cf59daff3c43aaca66f1841f1d23945a855a26a2837b3d2a3dafd93cfc99614fd3d8abca481648c6685bbb0e4433f1687f5 WHIRLPOOL ec208b8b67a5d378e19e97bc70f2abf48c65bf2007aab1d799ae47e19de20cb7e768cf1fbf1cef437b424adf55d9bfe234ae4890921e20dd8f9366caf787aae7 -DIST firefox-10.0.10esr-tr.xpi 249919 SHA256 f06cc54dd2dfba48e2477bf60be6386e2870775d34552fa889556b584718a856 SHA512 1dad81daa36ab1faa428be1435aca69306e39b5ae3b7079bdaeab3a638aaec390ee42d946f7916029eef4b30be26d4b503015a79a99a7a100686c1ed5ea11a3c WHIRLPOOL 3d2ce2161a4568c90874af14b4a7f63cd19586d377e7aa2c3131d0b2593308d1550ada00d1c8c13e6d3ea1afd461596d8bad2abd8e5ca0f41cbf1c1f92ef2781 -DIST firefox-10.0.10esr-uk.xpi 279134 SHA256 86e35107ea92aac365011eaf6bfa7d824b686d31c5cd6ea2ac7a6ad5269fab90 SHA512 00e532e9995c52d94690ed0bdcc4d77c0170bf955a254a6f9b0273c983c0416e6289eb02091e25ca48416f9f14368e8bc9a6e3ca1b0bf97efd47d703432b6bfc WHIRLPOOL 4447e2872bb2a8cd00ad0634eae372ea446421c618368c26bcd2032eb92c9c75028cf017e8c31114d00ec0f96f2fc2896e14b91efbf030639cde931971bd2e57 -DIST firefox-10.0.10esr-vi.xpi 262787 SHA256 ed628d324a040697bddfe08f29ca40e198081b57e66bc1b7a17cd9389c4a341b SHA512 06671457b9fc49083b7e29d2df1b17f95be791f904d55cf12f41ec73b43d953539eb3e445125a4282a5347c5905c1debd843e6790770a2aa9aeab680fc697a6e WHIRLPOOL a4e46d715dbdb76fdb24d2c23103f1da243c38b04841e21b4439f7c8c7ec8f75bccf54d3a1d1bc3e45accbb6f14ec93c6d3b32d9eee2a61206fa4024d3f2806a -DIST firefox-10.0.10esr-zh-CN.xpi 256548 SHA256 ee1ba0dfd4ecd38bd6556d908b46b165938b27e4add465a5f4ad0563b4649964 SHA512 86e40c779cd88522f853b40251db58e8ad2f7968673561981fbae8c31e5860924608167af7ebfbf68bbe17eb548dfda0d870b2d2b66d5e9478cec001b972a1bd WHIRLPOOL 5f6ad63a41f0c09040259564f886f9421041903c5ee6d00e34fef27646299a3d8b5a2b1b8e455129f4dd136fad6fe604aeefba0ca606c288a04ed84a2ec96bcb -DIST firefox-10.0.10esr-zh-TW.xpi 257494 SHA256 4c2a7de047afc1d0ac58ce391a47539fc2940e0ea9574c633edb09f7b152f58a SHA512 3877dc935be1b1230b8884cc37e0496fa7e298a87c9045fddac06889e8c0ed89dc17961126cd2366b73b96cef4e0cc494333e756afa1b8aa8d628dad6694f0f8 WHIRLPOOL e3206320d8293f3bc8b5427a5e6d57b80d1388ab5e7284590799f9f48f7b630fe38333665938a95f34cdd7a6514ff2dbb9712a3bb459ef7786cdd3ee607b3555 -DIST firefox-10.0.10esr-zu.xpi 246396 SHA256 41c19a04ba48719718274044b5cd1f2c8fc949aee14dfe1023c33ed964a75083 SHA512 30de6573bfc4a23bf34061d3876be3fe97db2f5bb7a3391637e22dd51c675b02786e7e6c60c981d98f0bf82627c61ef54ea42d4032a0f67626ccfa75477505eb WHIRLPOOL d190e7a1ae95e67ab45fab04c925a0eaa4763529f0da2b4b117e76a7793d2ca6b401d002620ff6f3411812059758fcbcfa404a27ac595d5061a0310fbb204fbf -DIST firefox-10.0.10esr.source.tar.bz2 75629310 SHA256 ea14528ae9292332721eef1da5aeebf07c188e5878cd65eb16c2ae03247460c0 SHA512 d462863083047b3d0596d325f049783529d881612f424489862423dd38b509afa02c2d0b397afc4559c12d3c87d00a4c1ea26c61c849a5166c5488094ad71c87 WHIRLPOOL 117d3dea157091ee8ff35aa5bf83bfc0e405b2609352972d90f9a20f8df1af5b04a92520af986e2b5d402cdc607ee9f657ad9238b3729d8d058f2d928f8334c5 DIST firefox-10.0.11esr-af.xpi 238745 SHA256 90ece8bfb785765f665cd15683009b1e35426b68e94205bd0b706902697fbd59 SHA512 3bade4313d0e648c6b2a3e8e3c54f71562c915a5ab1b9be9c29e9cdc068858580c646a30f6d2f6e300197b690efbcefe4f513e6a5cbc496b3a7243fc328af7db WHIRLPOOL aa3b63c8d04f5702090abe485afdcb57e13bc6344493a75cc48c93f12aa7f75660a95e516ed991783fd675c13a5760c631ef13286c124e2edb513b25c7daa7ca DIST firefox-10.0.11esr-ak.xpi 240573 SHA256 9aea100e427b299226ea334c47d668200bd58bf630657776440c2ff32509f4a2 SHA512 b7b505d285b05078f1064a287726d9e3dd151190ffb472c6bd33f5609f76564e0eb5631a2db541a74134e1a85d13a087032faa11af728fba9894baf928efae67 WHIRLPOOL 07f6e020677b4b9e23d6ff9a30fb937b4bfa07297983de1b8c8887d1a8683e081f81429c225e75990b5a2d0123656cb42614906f98d41207bc4949d390b129e1 DIST firefox-10.0.11esr-ar.xpi 263704 SHA256 1bf9bcf59939bb4a24ab1c36d1a8edecbf7c383484d3dbd56d5418a25dc95e96 SHA512 05146680cf1ee4d0c2c036397b81fa2b00de31091619f97efdbdcd45f6356d4924de8a68134bd3cf3488dec24874a023dd159caa74303278031e9484398e3ab1 WHIRLPOOL 532cd3f25ad39ebd50aec26c69b50e3ef38035dd76ea3733a7894b932c43f06c8b80268279f26c6e8cc793bb84ab5a3af62ab8354ff13a17aa4133633a03f014 @@ -169,261 +84,6 @@ DIST firefox-10.0.11esr-zh-CN.xpi 256548 SHA256 7f948e543242bdbdd14de4d63cdbf819 DIST firefox-10.0.11esr-zh-TW.xpi 257494 SHA256 0d719d4d9635df855bde99c8bf654c5172672eacfd6d9d068706683464ddad2b SHA512 395bd535a620bbc3f4afb7f343a574cca670574f0ebb21e1a5d4ceef6b99f558ce7493983f6bdc7be672e10bcb73b2efc68d8fd30badc03ed7cd80e39ad57ccb WHIRLPOOL b34d541183a5069b262cf2aa33ac4ccf962d421eba64457c1d486914829deb4b7bfd5ac5b3627420bb231b8da39047852deea3e3be238796d5a0755d43e7c9c7 DIST firefox-10.0.11esr-zu.xpi 246397 SHA256 26ac7353f3a526559330e800899790698a3b92d61289e3dd19a84623b43bf264 SHA512 d2f18c784c8e421d9e380e89d603c5e975daaffc903bd0e04eb7438a7a29cb9aaf9cd61b3e4c3f2da3d8fda68dd6a4a9743199c3c2c91eecdc0ad08278a6ed95 WHIRLPOOL 968a9d2d46eafe5d4f7482811d176c4a61ee4b2ee284bb02a0e549cd36161179ba2e003ae04289578b96612e3d2a632aa72e2939370fefaf98bb0ca9bf720725 DIST firefox-10.0.11esr.source.tar.bz2 75444542 SHA256 94b4d5a339d97dc56fd349f93407c3af4f408a4a8409a64e3680d564d37594f8 SHA512 0f804d05ba058c1f17a893efcb4b25abe38f1fe2a1659d8007a716a342739c39f427d927ecbfea1c88c776eb3ebf7dcf548d6cc8000bd9a559663cd587c7e4ed WHIRLPOOL bb46755bfc32f0b3680e9e5ce630bf9260f7bcd9d0e208b2715c20ca13b2143547fa88eaa94e6013968a852055aaf4521230aa286f7b3e1df9d1c3c996e485ff -DIST firefox-10.0.6esr-af.xpi 238745 SHA256 10c6017909b20de980d106a12d987616da899a7c0272b1e3d798dff3fcc6c920 SHA512 796f0dae3f6fe1cf8835536c34a93bca1027af19e107d781a7c8f612a8ff0b8d3d6ce7463a96363a5901a9272f43f4b17d2b7134fedcb35f7af522771e9b9d30 WHIRLPOOL 36eefb99affc056b843fd9dd022683b206a76d69b03d07f99aff66577295d0cda0978bdbf0ff90925d15b6ed129b83da4075b1bd80fac392e61677e31a5169ba -DIST firefox-10.0.6esr-ak.xpi 240572 SHA256 2399ba4cb1762b110d9851df73a097e07db6219addd5fcd752c632f9e79d061b SHA512 1809d7b0507ae54abc1a74581532115319fe5714ca5b3f9a67e87231374ad343e6365a0fdc62cfdbbc3b8ae7b162cbc01da4fd86821e97439ac14750a4d04d55 WHIRLPOOL 4013200e2a3f93c2702841c406e8508a5c4489c838f60ea5747460ae68254ed64a9d3de983e3acb6cf41168ab2bed50e1860010a8964359f8309c388f00063df -DIST firefox-10.0.6esr-ar.xpi 263703 SHA256 2646d869de8f25dc3ddfc5e5cbe1fbbccb2be2ef2d1ed2e5eb546b7b644f172b SHA512 690960440d959d90273e28d9769fcfc3b9ac543830b8736d1dbc8be445f0f872ce4512c2261ba0c3a3d99be906f32df36d9618c60144c529ce65916c7f48e266 WHIRLPOOL 84efacbe1ee4a2338942cece601330a83a3f9c0428b4ba16ab617ca4cca138387d6335657cc5d86b8a199579bbc214fbe6fad63e51faccf1c76e5fc726a07bee -DIST firefox-10.0.6esr-as.xpi 278743 SHA256 6f22a654957a33c19be876c9312db7d545064bb829a1a2496e2f309b7ee2491d SHA512 2bcdc2167d4ff1953286aa9bf2d0996f4b9817ca6ddd0cda1459e38cc72fc3a4694d711720f03abfdb553d53f4c06794f0d56436808d86361a80f27c65e8d229 WHIRLPOOL 2a7b36e769f4e714e73c695b6bec0fbb2bcbc8755e8a168a9ea5037b9f607a0b5cb6e3daa7eb15806ce38e6e428392d4b10759ccf9bc1e9f17e62c894444b094 -DIST firefox-10.0.6esr-ast.xpi 237975 SHA256 693dcf5ca51445fb819f06576f4dbf88f009888548c08fdb220016064bf79adc SHA512 05b9603db663b589d6c5cff0ee0fb1226c093c13f8affeece37b9d3910ba925a07336237c5530f06adbdb1ed6afb45f95c397b599bf13e001f02a95b00582e69 WHIRLPOOL d3414fab49fd113caada99b8e924d8cc6885a002c92a75195a14948fa7a0891b556e9a3d0298feba9619f12755e185b842cbb2a956a0b815a84205752b91b111 -DIST firefox-10.0.6esr-be.xpi 245758 SHA256 0b919085607f82d292b9ec1dd209425753e003c862d60b4ac9a6fe654906eeb2 SHA512 928db866c970ee03b219518079987d74eb7984f4dcf2dd8d5acee9005acb7e90c4f223ee944b3e036bea2f552648d7f8ab6a94218027b0a49b34570bccde84b7 WHIRLPOOL 7fe87b6e1e60da860f283ef2fe58ba1af416450beb379b176babfd1014b94d8a9bbf9fd7a30194acac86ff2b533125bb759cbd36666ccb69009c9cc04acde9c1 -DIST firefox-10.0.6esr-bg.xpi 276757 SHA256 8971cc2266fa8792d50dd3d2056ffd2a1f8660b8eba9eb33ee5fc35bf8788431 SHA512 8646ed816f0bd9949310404132c9893364c31b1a1ee599210623d15f585b1e668428c529c440543c87cd5026f6236c040ce099b9ce92db20333ed5e9af577d2f WHIRLPOOL 314d6c23c10277a3453bf013dac251e08d437e2894b81e26aba2378f2df43694b767195b803212b357073d798381e19497ecc08bb77666b3a05edef51c69480e -DIST firefox-10.0.6esr-bn-BD.xpi 288294 SHA256 e347b8ab7dbbbe82c5307f86e54124d51621e7659e87f05309e452b23feec59f SHA512 cf6855c0473fac889cee0c18ca1fe574935c4f689fa2a098bb87a3639aec1631238adb821c725a8ae27f94c9a1ab069bbb274d5ff95a25fe109e778ce51d9c8d WHIRLPOOL b706897086a8e989393fd46e378b56c6b9a3d1f821d65498e5c5f4383d677946a04a39eb1f05253b86ba0400d74124bb5ca31fefcc55ebebb5e2230a97771412 -DIST firefox-10.0.6esr-bn-IN.xpi 319305 SHA256 7efe3f87ec6361adc2ea3d4c8a2dfd65f153df0fc7518c4c5ccc02c587576fef SHA512 cbcc14d7f1c62be208ae185944de4a7a699fcc1a808fa4f464738991e52d6bdca70b5b588d4b95c27ca200873b4dfa18b68c75c3fcbd23eced72464a696c1cda WHIRLPOOL 3e793043385d50b111a06efdec28d714ce93f77841681c53ba3514089f80b180b2b609b982ec00800c68438165a3f2ede6761c02183bd978f45e822895089c55 -DIST firefox-10.0.6esr-br.xpi 247652 SHA256 711e340366af7f37c93ce4810aaa5fd3bd20fb40748e0f32048cfed59a18c9ed SHA512 42332f3de964c90458cea996c44d728eed9888d9a3b1e4f9efc30925fdc75c47b6d4713aedac62895f18bcf01074fb32f23c0bd6dd00d38b0d519f203845b24a WHIRLPOOL 4f67b395f68683637aa136e9e2eebe1cd6f1f2e1f01e67ffe2ee325e611f123f43ca383f7a49a5c4ef75a99a0054832e6ce23123105f6274be1745d863e5ba89 -DIST firefox-10.0.6esr-bs.xpi 245309 SHA256 3e26878d409e9fcdf5fb37e79dfa34728c9d6a0295697d03da17ff1c722ef8c0 SHA512 1d1d51dfec86ad6d93b2f6b53afa2f545dc3f0c9848fa6ad7625af609705b4e4ef37bc9b8f509c5dda730fc7b5baba72c246e4f958e3529cf0678514f300b0db WHIRLPOOL b02a8a176555195df5e974e43aa52431be5d52f7fa624cf5594522b91fb0cd935bfa3a8f852111d5298caf49b90c1d61e3dde33c2d36ef66fa4f02656ff9e39b -DIST firefox-10.0.6esr-ca.xpi 248222 SHA256 c11cc996602b84401d104f0cb8bfaa554e690631d4d5ddcdee96b968d3533440 SHA512 18dda61cf020cf3da49bc29aaf88c3b68ae48320b4edd51f95ee12170b3c43481e3d820d0232daf0bebc0e54f49787910cd8ea398ef7b3b09a31bee6d588ef6e WHIRLPOOL c6d8c37504c3f49d8c7ebd71931c61ace80ed3b3fa9750f356746706b00c6497073e68b1f305b047ea829cf00a147c5037842a7298e52126dd42032ddcbbc1bc -DIST firefox-10.0.6esr-cs.xpi 248770 SHA256 92167d82e7147d37491f4d1d82459eeb119cc08237b458af63131df0da85538a SHA512 ce24fe966529b050a6399cf1ba388ba290d87b0058d80f443e6efc6cee259e8d5935af566f5915381a0d8b9c2f96fd8d443d4035d455d466ff28da42efb1c746 WHIRLPOOL a7abd39245ab0fd90b40f99137c4285a463bf72f1effdc81926ea9009b6255bf69434c3f85c4fe86d1532b4804a3d514a1357dfa7f01126c780545326903432d -DIST firefox-10.0.6esr-csb.xpi 266625 SHA256 35543a9f02bacd7841db12b0a889f5f0ece38911d1683065d3b61dbf89742839 SHA512 d694281b642e82d573c36de8ca55b8b2aff1ada8ce95c2496aac1415482fd31637870756176b3bedf0768b358a87f3d1946d5845ef3f6b601e6382548bda3bc8 WHIRLPOOL 5f27058d2e250d5a539030dec12dc09e5bad4edb27cda9bd86bc5b8f7f8cb4ab280185bb6f3b9731031e2a4c3f180a828e3b0afa7329417081b13d09bb1cc2ed -DIST firefox-10.0.6esr-cy.xpi 244198 SHA256 53d3f45d0f100104bbda99f8a1089edd7fa57b2f5088886441b148a0f35186b7 SHA512 94590b4682d4d1ed374c27b1b502249851d81b2843758c733de2b13d1eb22250e6d7ab5966240d59b76545b447c04ce268c0d206db9819b78bd18652bee6b664 WHIRLPOOL fc9bbeee5699b0ab7230d262e7caee82a49c1ca8e7508372fddb80ccd7ddcf6a02de97de58ef7b15d60fb1eb8d1c091f80b14b14ecfb0b556b3d607609609b01 -DIST firefox-10.0.6esr-da.xpi 240329 SHA256 8f4a2747f812f88f6112fec3703435c9fd3ae8def414cb85e136fd99b43a48a8 SHA512 863a7754fa9b1e6904e3aae679d075a502b1474768593ab1cfac9f6a2ffa2db04207bdb13221aacc28e23b7e4b46c5fc9f963cfcf83ef1a40e4dc5c8af5c3554 WHIRLPOOL df1667ca9d69e9d29216a77d9911a71595670ca6e659e927835a95fc389756cbf5034e06be4cbcef2e82fb5e9faa68a540393c2ec0bd9074c80ce9763b1ef0c4 -DIST firefox-10.0.6esr-de.xpi 249298 SHA256 8d0a6464ee98177971d7ec20e1df4af517c7e48403b9026d0776ecdfe925b8d5 SHA512 a03a95f4978d1d44fc94038cbad1dd99fd3ea6d2d575e0a1579a7fc26a7e7b78b6bbe466c82fceb62a7787b5bba26e2d83309a1f8d02c0c48fcc87c1c72eabac WHIRLPOOL a683ee6bfbc21b7f546638aea79a229fb4e8c39cff7bf35df51bfc21146dd7c4a630461d570155fd14494d6cbcd45aa6db7314a0a5a4023f94aaf27ff6096231 -DIST firefox-10.0.6esr-el.xpi 264380 SHA256 73c6eae12969b8b7e5b20bc96ae6b870317faa3fff754e3ea9cfcfac64a7ba03 SHA512 1b0b241d853dd92254c81fe6416e7bc7b2d94ebe4073d2a3985b7b0e69311b7fe688f2f827a46ceb3377e83063c1f43cff18b8ffc0e3f3d428c03496dad3f004 WHIRLPOOL 7457b1bc7fde85e886f42b3ef655ff8928b72fd75ec4d8b2c0d61b416f1336d17780d3aad69d55d471085151eeb5f581908c7f03bbfe86a30c3652f09f5633cc -DIST firefox-10.0.6esr-en-GB.xpi 231194 SHA256 dbdb2adc7e324b5eac7d31516785e063856574d35079dad19afc2e595d9e8d44 SHA512 a82fc12a48332705f3ce218c6ff9a38ac4f63527b08cd2f6acfc455f84a6dba0e82e6f52e3df584056da421178f22ad8cce9386135765209e0a5cee98a371a41 WHIRLPOOL 6fb00bb8f7299cb1508f93c98a0910e501369be8144574664230a24d5d7a9449e2b7c3199721d9be36dffcab6589bee7592735e0490f2d1cbac67e46bd313575 -DIST firefox-10.0.6esr-en-ZA.xpi 233920 SHA256 e7eed628b1697df9aed2f4f9cad48bca599329731f9ca1b4c8f9cd17f7ec7bee SHA512 8504aab6bc8183bd15158d2307d7112fbfbfa55c3c4c393990bfc46983bdf90f9b3cd099976ac334b92b824ef2ffc38f2c9f03992fbdd0e38bcf53b142906fb4 WHIRLPOOL 5ba579db3ee5f17b08efbe0fcc6914fd95f824f6eb81d5dcbd5cfa794adcd5e16c0c673c47e540edb5929408d1c22ec1db009693d14c522c7f307289ac33eef8 -DIST firefox-10.0.6esr-eo.xpi 240903 SHA256 d39877ff8175bd6818ab511efcffcfecb3bee6487d664d693664c350dd744a6b SHA512 a0fdd56838d810b64ab87192efc9d56ea5ebf5cbcf97b1cc814c08bd650af3643b97e3a8d1f804ebd4e136c8eeee3c2bc17fdac9fdc837585882314a3ba9fe13 WHIRLPOOL 0bd11acc00fd04b0d6ee1a677d22e3d9d1b3bee3f762220a00adedf86872a66c16c0d17b29ed4374cfc8ade7ba8737431f98d84439cb738b91002e6fd03ec7d5 -DIST firefox-10.0.6esr-es-AR.xpi 245347 SHA256 4aa9273a193b6c2df90fd2a489dee796dcb2de5d4fd2f914406701b2c43d2a3c SHA512 e635a3e4bc93aebb15596a2dd76f71dc4f7b224611d746690a4d3febfe6c67aefb76bf6a2d1ee3ec4fcae6a03933dff1cd8fea4dbad3a33ff29dd34f62d431c3 WHIRLPOOL 9eeba26716d1b9c7bca5fde98c593f2f9c79af94fb196789bc04990e4d3d05a3c25bb9ffb458eda51393d02f34f8083180d7ce63ef624a228130f9a0595a6fd5 -DIST firefox-10.0.6esr-es-CL.xpi 250206 SHA256 478dd9e5e32da2f50765c3b75b7e8d9eda1980f1580600837da058bfbbb16d26 SHA512 0bbc9567ac79c5a13e4c63f1d4361a43461af755deba15d701fcc484960da9febb377051599d9a3d693511f1c72744ec11d09c1d801ce13a27cdd23cd56bf9a0 WHIRLPOOL daba3e7c4b8beda86fc995578b8d9ef05e34bc9ee752e17d1b244f2ca05193066b8aeaeaf34aad5c1247c48c0fca115bc7e38b89237d612dafbe1ad0a3bfb472 -DIST firefox-10.0.6esr-es-ES.xpi 215379 SHA256 cb398f47eb32eb167f5fdd07ac5f6f0de3dcfe068b92abee5cc37fa883c3587e SHA512 b3b32a6093acf658d7a7a738489a2f2580193efaaa15141669dd48ae4c567ca6672164d525a3aa48cdf7a35867c395dfba9464bc2d6d9bd2c522d4e8f8bd1e15 WHIRLPOOL 1a0ba4b4339da1de141f9aecfd1f5de7feaf5f0bf2d02df877d205a6ce2e2f1ca807928b3288c4a54e51892659104aa1ed061909785f9af455325203550b5b27 -DIST firefox-10.0.6esr-es-MX.xpi 224152 SHA256 912041a15b11c2b91ee77061e6c4dadcef03eb78c0db32aa45747763e3eaa39c SHA512 0abc316857e85bbfbfccb1ce0659d9e99ded1ef39c50961f5399601acff00a04a362388ed7021848b39b5b1241b130d272e8e6dc23ebd423d743fc675d976bd7 WHIRLPOOL 5c8954a959a70ce9d0533e8ee4ecc81ff18a2bd92341858d4c431be64ab40c18c46d82aa98256a29ce7b0b28c40f36450786c1b61ff6f4adc64129f1846a32d0 -DIST firefox-10.0.6esr-et.xpi 242631 SHA256 97ad3fa377128ea18642e296dcd8ac69a11ee9c30e5ee2013a2100e01ccc6a80 SHA512 3a0eeba7b6dfc7e5185a837a65cdad93ce52e6cbc29f8a967477318284c2ee6b73af0d1f07e156c2223764bb2cb7ba1084d772abba317ecd2cb9e8a14d6cee66 WHIRLPOOL 51348bc2097c048dc130f473c9825ba4f62cdd9e536be2e29d3062ad57750083acbc84a436134f194d2ef6acde853176ef21445d286664eb22e7d73a52826460 -DIST firefox-10.0.6esr-eu.xpi 240252 SHA256 ae67b5c40d5cb1906b628a76f29fdd29ce5277aeb0bd99f6cb00eee245550f2f SHA512 4737fa3b336ba5985ff284aa52f692b553e952db99e2599dbad139ac44b3c384117a4afe73e0aa43e501fdb9d127f2fd92014ab39c4e27ba15e1116501386761 WHIRLPOOL 8880b3239f3f27b8ad033faa0b26916ad2cf65e1738bd2c2191a9670bca2cc716871ffd1f0d46b01a3a96db79f285ea8b9edc47dd378b0a0aaf763cb20ad570d -DIST firefox-10.0.6esr-fa.xpi 272853 SHA256 070319a33fa625ffc7f746c8caeaa30de2203a6ae220507e147977b28dd18584 SHA512 ca7f041cb498a94f1a027a66baf19967e84aca319fab12ee7367f9eb465bf76c841d5a3859c640a32b27a071faf72e794422ccb6e1909d4ecfc882f0c2199644 WHIRLPOOL 2d8619fad0cd1f281cb6e74152788d142ec8da12a499d90b7b25770d2c47c7768f00daba416c429f056cce93be672b1822b1eae330be9ff4f37f76d41a1da9bd -DIST firefox-10.0.6esr-fi.xpi 243630 SHA256 c7060dfe81a684ea2e44edf1fd26c1ab85ad660866f090c47109c436fc48c57d SHA512 cfcf433ddb6030c1bbb186805a01f82e55a0e03fc9a5c2067718f91413c37948be0a2442400023ff3360c8c375005ddd25d284de11fc3beeaebaf51b7f837878 WHIRLPOOL d730e22936ae8f96afa95771f61a88bd530a670fb1ffbf6423060cb98208247ba611b00acf1ad565eaae7c254c47ad9982518ca7534496af8067950aaf5f452e -DIST firefox-10.0.6esr-fr.xpi 249569 SHA256 d344e7047d5e1f2c9c6bcd5801803be54425c4258d32fc3622372a4c7e4685c7 SHA512 4614007bea9197e80f4e353a2b5c5b876e06be8871bcd9765265efc75a1b0fd2f5169a60772603843b3ca17ce4dc61cfcc77805ca3f3686c2b231b99ba3d5488 WHIRLPOOL d43f1318a54c13259c4405aa25df2964b65fa9928b07829230a90246496ac8458720bf4e270e10dba563e896b2902d85663e45e1e02bd91a9cc0c78927f865f0 -DIST firefox-10.0.6esr-fy-NL.xpi 249344 SHA256 38c50af58aa4d59cddf263aae32dcd7fb37f448793dd9a932fc92ce143083d3c SHA512 2884c6f9589fa67ddc23ab6238ecc53d49d6f783018f04a9d5bd3c9a6cd05083bd3c875021f8e7b3cd9827ef6c8f0c37eb7705f49ed1ed68c12eeeb083cce913 WHIRLPOOL d1faa011e69fd73e38ad705a55155a5ca5bbf7149a44d965ba5578d6d1d74899b93152a68937e789def241ebab070064e1769620e9a0030497b59b199ed09558 -DIST firefox-10.0.6esr-ga-IE.xpi 252022 SHA256 c7a818db2eb1d0c7ecf2547c6056f074252ff8d4cd2192707d78a428f8aacbde SHA512 2ca599ca85a73250df99327462022246d25b496cc354a888096989c58377a42730406bbacf86f2d862105e65636bf7f1f9929e22ae3033d50fcd08bdb281917b WHIRLPOOL 30e037940b7d53b0aaf0ffc6666a467e078a5232542e999b7e5a3adcb3f4921408f64fc68924117313d178406df2f7811a73a6c250f815d44742fa8a4207642d -DIST firefox-10.0.6esr-gd.xpi 253679 SHA256 b7b9a0bbe9c4f42b20cac0b582b150ca5f10ff5f862a37d332bc331cf881b418 SHA512 58cc6592d116e2eef940c6fe1009a8db1caa43a55818f694e5e0aa529bfe84796c7acf44a3f79e69bc727508b2dcf7e671a337f129e7498abc57f1058092a87e WHIRLPOOL f86ee66c644c4e0f1e8c923d2205d9517f5d8958f8fc703a55e6970bbf8ff09e420e3218918ad39f7418ee8230dc5f22f7e01e7103481b5a8ee541ca0468fa99 -DIST firefox-10.0.6esr-gl.xpi 243250 SHA256 711483ba680433000f99ebf504a24b157b46c5961553f65b4fcdd28c55bd6aa5 SHA512 3321efd61ec17fb21c0f07ddbcf941e9974f91ab6f46494b96540f8bbbc33a0e71764fca8794ae1ffa25597b3655838ae49dd7212e2551b506a8bfca3ed0c9bd WHIRLPOOL 0463f33b9e56c1a30945e6e3315d0b31b01711e42e404bfe52874a160411ffc35836b0ec8fb2cd82504b1ee56bb4823151bf990b08f910a04a2ecd841c771e31 -DIST firefox-10.0.6esr-gu-IN.xpi 275222 SHA256 6459ed353bf0afe0c95f811bb4ab98d683c301f440b931db50f3d87b6fb98e7e SHA512 db98b6922347d9702d6d4aef07fac0e0040f95a69d0eb2911058657e93f08c70acc936cc383a94cce784978077ac6f6bc3672a5c87d4b0dad1bc0658058a9701 WHIRLPOOL 675742fa6824a0b0c5e1cf6bdc9aa18c823ee6e8618da506baad530dbde636a3df4f6062c95cc9c798dc51429cb188d3630c42db44d6211557d44ed3f99da0a4 -DIST firefox-10.0.6esr-he.xpi 264936 SHA256 072102774068cff442cac177c6bc365cdce7fef8db41863ee9ed585d4c155bc2 SHA512 59e8ba7026f0449b00908264ab6c94fc83ef626e8b98d36d230f603ab13a5f57e6d9f5e260952c5d7fb5c092f5493f35a23c604dccb0fa16291d858f197d8abd WHIRLPOOL 5a1f19c97030ac8c1ef4751f75d4c256dcdd9054148ff9cc2fd8e93777c6f6723dc2948d97478b0981a0a7987231053c8c0d28a77a9c5f529c3f57e8c0c22879 -DIST firefox-10.0.6esr-hi-IN.xpi 280001 SHA256 4876f9028b759e95ba5ef387d2bd9b437a9fc35c8b03d91e7d6537c1ef6effe6 SHA512 ae9e82f88951e440e21c4ad4637ae42ed6d1a6d84b8a4c53f086f4b22dde5bfbc1c1fadd2aeeffc09778c9ad7e3eb0511326a8d0ce2ef10f2acce89742382711 WHIRLPOOL eac7dd376795accf1be21a2cf9798fa0637088f7a0805dce5508ff32ec8756b7c0537956cbd4f18dc50aace3f7334477d09af56c9bb601b497d3e231c1e2aa39 -DIST firefox-10.0.6esr-hr.xpi 249334 SHA256 3e70e99c8a6f8876e2b3a4614cb77ebf2593a30d4b2c348025a138ea0b238276 SHA512 0cd03e7870f4eac1e7ac9b519e56cd643cf6fba47dbd72295e2715f0464a1f24fa3a80f47f7b8b69e7e1bd7ad2de830242bcd6e966da41b5b044dc458067ec9c WHIRLPOOL 776c8b11ab041b42cddc965a752453816f11738ade81a192dc24430b5cec1fb0d7561db9cb3a1047745d2f729976ff642bee205ff70fe46f83dd892ea8313391 -DIST firefox-10.0.6esr-hu.xpi 253774 SHA256 bde22b4888ae6731a9cf57124786f3a0983841b2ff940d783525a98667e8fd1e SHA512 c7735e4478e818f5a113d68b647dfa899eb34ff8dd5ac627039d3cae69439bedbce81bc14f4aca5c6fb705efc0118cbeebf4632281a5116219a42891207800c5 WHIRLPOOL e1721fa937d8e4d02e28a04d3de552aea5b0ec2e900fccf2b789bb4cc37ab3d2e95e784e27176fa32a13ea9e6d6827f19d81dfa82cd5e8e75b6f9d4d9785536c -DIST firefox-10.0.6esr-hy-AM.xpi 445453 SHA256 007e555ca1c630fc9e70097084072b114080dbf5ab30d34de702dcaf8ff08036 SHA512 fa687003bdf16dffe0695e314db28e5514e545f959fbbdfb0d64fc07dd4476e2bb66877f26bdd759977633fdc359465835a26c5773ef7b0c95df5676b36016c0 WHIRLPOOL 64c6decb70e18df89315874cd6e4bdccc5141152d7ac5bc8dd3712392ccf86e87d021db6388647ade8a3541950b916a130173607c0798d25ee1be895fd9d6db8 -DIST firefox-10.0.6esr-id.xpi 236825 SHA256 9c63b92492b28044053632bb5ffc1b3d4d3621a48600e9d358f3dec37b728142 SHA512 4b428262a7921ef880586ac4c528ae01faeb3ef889ab0bd6195f9a456d674ef41486f14a0b51c293320992ffebd50676c10c0a82b30ef968bfb51c700f288ff0 WHIRLPOOL 64f24791427e8b7a92d8def4cac2f91e7ee507713d2f576b587d0338d48436c45dc12afd27f490b952373136dd1778d7efe36331e8d1a0377cb210e8d7489304 -DIST firefox-10.0.6esr-is.xpi 243068 SHA256 0e709be9d9e59ab4ac3ad7318fcfd6e04e60451f8f23d93f37d7688f97e6404e SHA512 60ffb1f85546afbe9411217f78026c998f7a712998e51899a53cc39de9254833b2606d019ee03d835c91831a3770a2b60803bf9df187308375f372e92d45c297 WHIRLPOOL af9b323ce24c3f7f2ba09f1cf224b935cf1e900fdb883b28fe55c2114435d7d705dc95d9934c454c8fabb1e5edf5468e095ced9ca67de299fe3a0a9f06083173 -DIST firefox-10.0.6esr-it.xpi 212717 SHA256 854a0a014b3d43c8d48a642ce4db0576170607d3f0934b10463754e716404f09 SHA512 71dfdb84c0ca6de0479f9b938acc56c380c222166caf94e5f8a5d9ea4a844ad9cbceaf623640df62b4b4e08b0905e48b78e425af5023b4181e28622ce18deac8 WHIRLPOOL 40340f9b6f88337106706c602663c3c6b395f9f9ea4d9d7c8e52efce36c0a7d17a9ccd39b8f98c2ae2e61651b0c1ca2ed750387d051a75a9e93799e56e5ed29c -DIST firefox-10.0.6esr-ja.xpi 273116 SHA256 6e4e5382b86939f111d48d48874181fba7992a1dc4f144b1fa89a475aabd3627 SHA512 3d1e9f22f09edb4f7c47eb098d6954977106476bb6caf90d9115bfa104dd90075ec202fe45d2bc8f3ea112c4a34ea0b3542bcd361fd2ce70dc01780cb555ff4d WHIRLPOOL 2a3ddce4f5beb3cc7825764120aa1d4d1077ec667f2a4577b5f6c7150fb645bcb384cd918ad8988b5185d210d84884812a28ccc00ab28a188bdfbd65e5819a3e -DIST firefox-10.0.6esr-kk.xpi 279778 SHA256 1543dfae6d57791c1f7cd1450fef6156d7b25af679f9e095aa8bda3423ed0132 SHA512 1048635b999b512e7b5a3a5a25e99e4a1e1443fa9c4355619ba359fd2d5cbbecd762bcf96d7f675880138e27f9ae9e5a3e15f5d6be405107481d666489e2a414 WHIRLPOOL 27e235fce02280795953b171724cd812bbc934a0d58b17a1bab6f8ff399622e83eb18148de186b871e0ebdafc9d43817aac32ec24888702b88cbce281da9f044 -DIST firefox-10.0.6esr-kn.xpi 299831 SHA256 e518d094d7de424cd471f248916b0e12a9c91b44ea7ef30d61be4e515b6d5f8a SHA512 b09b1907eb99defbddd0da2902e8007d4f2450dc813ad735c5b5c11d0adf654ad6e5f5aff2ed539f608464d086e27800d33c40b18975fb18e2d44109fce20646 WHIRLPOOL 0217c6355699b3ab4f4d582036f7c332699e59b2cf4c0823dda31e3e1520add76b7b34921fb816e528e8e1058bb06e18536847248ec1f826a481f92a2acd854a -DIST firefox-10.0.6esr-ko.xpi 227946 SHA256 da302d37e3b379c88f36fed33572297fa53aa1f4aa351cdc74006ed0a6efdb8a SHA512 a5cf3b6b4c9a896deb9d6c57a6cd06f9c66928b3859b610dcb8a9d46ebf1e18b88ff51698ad1d6a40c09e57c4103d75cea867126e8de9f9c749d847e0ffc21fe WHIRLPOOL dff9c92aeeecab027c0bddbe6a8210f0adbfe0ac8dd7a506089b39c80e6c765516eddc5034682f0d23b46a0684407b3afc59b668baca89164c4e0f3d974e5323 -DIST firefox-10.0.6esr-ku.xpi 254710 SHA256 e223385556e2a2b01a67e846c3779140b0cd0683bbc1129f150eda85fdf439f3 SHA512 db97c8b67fb27356c526a27c205f001a32bb0e75890483d8182fee2deaa4663648f9b442b6fd4792964b0281e50c0a01dc04c9c28033741b98350538e8eafb02 WHIRLPOOL ea804cf49ade4a1c195811a11ec4f50cd10fa5858a2bb10e7e5e9e2e1558a0d28f18d00cda22ab54c247516bac3b83f12321bdc65df61b527eb0dca414070a74 -DIST firefox-10.0.6esr-lg.xpi 247675 SHA256 47bd7f943d0299f8e45363ce90432a7f8db73556a177b2e89542c1415a87c213 SHA512 ce372b548324ca0d7fab6c237b0912bfcd108893fc8430524e11991bed1e4eddd1e4a776ff240b3b740eadb0d3ed17da7180f0857e688df418f7aa2617c8e84e WHIRLPOOL 2912bbe73fbd84a6287469e42607dc40d7b566f7798c330be9e1b77c27706a50c79deb4caf86712ba87062b92bf767bd2ae152e88268851b6a8f9243a78fcfae -DIST firefox-10.0.6esr-lt.xpi 330632 SHA256 29153ea93d598db938aaface4bc9d434929d626eab262257db22ac567f1fd451 SHA512 b26fbdb2010f3e0a71a232f575d4a2b751e69ff627c97669904b9e7ce371eb98044cb3b1aa42aa891d36097f911f84b1099220506e5904ea037eb34d77f1b519 WHIRLPOOL 9debab6e0af1d6fcd0ac5e91e075d90c0888debb3eebba28b9584fa241274018b2a55a8c8b448362b4eb4f716216e9127723dc201d75b3a9079623fe9a1a77d7 -DIST firefox-10.0.6esr-lv.xpi 244353 SHA256 d4396d3383523a10fea0e8c21fed6c6718d033adaf3dadf36de772f6478d1fc1 SHA512 700a57dbe0ae51ee042af8a5ab99fff5532bd2eb7c86162fb58f68e22debcbea0587fc9bdb6cfba6fe4465a88262b1c29a4869313cd80de15665f6b27906a6bc WHIRLPOOL fb21f86b7157a5e449de4328f447c51f90f80c698f71c58acd0d7c4db65cb63b97874da8aa379eb7149de58c0940e47f8050fd416b52096455ede06809f960fd -DIST firefox-10.0.6esr-mai.xpi 279254 SHA256 adc09beb1c7d225286b8c80c3cd025b77d1a062b4572bf68947744f820ba793a SHA512 b6c20a925c516cb95993e5f504d324d9d7cf5968f0b22f8b24be24300a7f9553590e9019038448ba9ddc1422cbd5cd9c505cdf4efdb35355ad13f4a418aa8fd6 WHIRLPOOL 75d6bb1d32890c8e87e15a022228c8256347377bc6f258b5b1c9a5f38fe9ca9d0168fa9e50b748628aa2a5ba437d44ce589e23c9eae4eb9e4bab348f70fe3af2 -DIST firefox-10.0.6esr-mk.xpi 272940 SHA256 90926bd25619c52852a95169fe1a1e8e43345252ab77235b6a780a43e9f27383 SHA512 777e5708be014d2718231a4bc626522284b4869bc64d5ab1f5157d85abd33c09df242c1bcb4fe71f4257f2d1400a76caf72f46d75f23a97b62d36e96b813b6e3 WHIRLPOOL 6aae50c6a36e14d950d3b4d0f0d29fd1a8303d566b36f1e08ca80846aed72602a4f10d62666d20c44d09bb13ded089986762ab3ac19db11e2db5adf0a8ee4758 -DIST firefox-10.0.6esr-ml.xpi 306677 SHA256 a8a732904dfad27625ace4a9d30b60efad5e68dca5562c589b3e6f74ab80d7bc SHA512 619ba099878fc6086734478a0adca7b93bd9c6549aa4a0059af2414dc5d0be88780e0d74a0058448f9d7d46660d797a32e6483c798201e061e3a959110cc6c83 WHIRLPOOL f867e44ece9f91885fac2fd4b1290924cc44e1b711cfa9dbda8b975b757f6430c676d7aad3bd08b38c5ef66879bb5f7667e3f8254fe8c262f09ef6140635cebe -DIST firefox-10.0.6esr-mr.xpi 281458 SHA256 ee899bcb18f75349af02781c1622a64c79afe11875a347e83959214198cbc4de SHA512 d85cfb9e6b0be0b98da0679fdb680850616e80694013dc3742857831c3cf0b40ad7ba1eeaee50fbea91355ba38d32513061863bc65b2f1fa5a422fb64fe85fdf WHIRLPOOL 8509909032ae786ea8406e155fe2ade418b3a6e41e52c33e3a191e0234b7447f5b21b1dfb231c37a9da276e8a537df421a4e387d5b3788ab5c1939b50d8e7d8d -DIST firefox-10.0.6esr-nb-NO.xpi 241211 SHA256 22ab0722eb3ca0e09c38135740b2f28ea46b35bfdcfde546727780aa20fa9efd SHA512 78c3d063cfb2873d7cb7ccb196d58a48448e9f0b3435738513019c88540b4998e232c35d937bc9e04038d86607d728420077e8e2390a55548f0c1b42d8d1f862 WHIRLPOOL 438bf7af39356b1d12dba41b103c1e5161994029bca12e5a1a54746fc9dab42c9431356bc5d8418624d887372c72d1cc81e4fb7feb4b056cbdb108aa706e86e7 -DIST firefox-10.0.6esr-nl.xpi 242401 SHA256 0010196c9155c131fa0b714859b725c1175b258b9c5b370adf82bafb40d3fd59 SHA512 47b8fdd2d3e44cb56906c9403200b093af7d1b3a62018e6c6cb521bf1313b05edfe1b87f6c337291608c4cb98cf7749cf87bf1632681b8a59c4772c3a7bab810 WHIRLPOOL 55aa88abc8c87b90fa6218741b6812217a5c39ae7be5844a7aca7603126fbeedb66bf966ca08894e394fbd3f536815efae6fb19f2d3278d861e00b7ad351084e -DIST firefox-10.0.6esr-nn-NO.xpi 242454 SHA256 a839839df074e65e5f9cf8dea73222839c399456dc31e22369955cef8d9927e1 SHA512 cac62b346e733ed9dce5ea60181f7c24943b2fdb6bfb9eef77cd967e18bd103b323fb361ea5c3e97db4d330342c058b16af42d59c544765645b20347ccf6822a WHIRLPOOL 2ca746935efdbaa6e468c99d894258bdfa0452947f30873652d8b70341e966fe2e6ccbd4a1367b7a045b3f927ca315533ab310abc01917822d6a8104326a33eb -DIST firefox-10.0.6esr-nso.xpi 245696 SHA256 2ddaa475bd94205c8879d7ebade9e335e0d095450967e795aa1c2fca6b51071c SHA512 1f1806c8c5efbca6eba9b0dc41522e9b216927b4b8f8ecf6376670670661bd6e3d033405b78b443ca6f383a3c94f6710a48bd299c49db196d95c20738e2d9360 WHIRLPOOL f9f55b98b5acc316962dc2aa59104a95973c71a0bd952cb2c51ebc0e16de17c7f4edac6e4ac4a1144be7a3932b57908ac44b152994a8c9aa1f8a984965051cbf -DIST firefox-10.0.6esr-or.xpi 281686 SHA256 24ba406736cd813e308e243f8740254719ca712632eab44161964423c94153e0 SHA512 2680c9c232f5a8b86925a21844949a0dbb2cae262fb5e0bb2a54fe63b22905fbfbba745da081b8d66984287db92f19ed503d4cbb169948745fa907b47ec48e45 WHIRLPOOL 370dd0e7c987aa9bf371643c3f65c53d69cc049671704df7e5705ff2d0723667ea8366ee52a1d9b908f748078802be7f90bda4874f30a21d3b640e371c0ea961 -DIST firefox-10.0.6esr-pa-IN.xpi 282146 SHA256 fdda80c487d8d41b99801e2667d5a550b5bbfbae8b531e77d1bb108f5d0ee1e4 SHA512 8a1ea2577880509a0e64048b18d6457b1de5621255f63e972b2ee3311653d00d27da9d6987ac12689c2409b62aeb7140190455f3f4845eb2ade64718484b7acf WHIRLPOOL 7b30c8416b27ac8f20ffb5d51bca0802ce81b5d4456a73675eedbc87f05f6a6554754455bd7f0ef0a7ddd3c976bf7c0fa5b29218e604b05971f501d67c681596 -DIST firefox-10.0.6esr-pl.xpi 252047 SHA256 9b088358c6142a1f9dea8095aa1d76632d0b4a4e7b6507030f20e799b34f519d SHA512 0c9914fe193a152caad3a0b44904f43b5145da962af9593c9f39acfe0183103b2bebc0689bedba8014845dfe834a8d57ef77c4af1b062809e4d96c350b02dff1 WHIRLPOOL b12d02b6daa5d60d0028492c89190c3682d6e226bfef396fe7814a448864eee241d73bb14253309d895ac9bc1650b41df780dda016c24b0f06861f83b4fa94fc -DIST firefox-10.0.6esr-pt-BR.xpi 246850 SHA256 800b17a268cb1c9bc01dfd02f75a57901e168d1a365124be7d545261f23362eb SHA512 d5663c9298514d267a519e4e39aa8274c7dacace6252fe7c35bb33925feb6e245db0130f1320b52f6e78f3d899471d23660edd507e6159d799eb8ed31e5a8cb6 WHIRLPOOL 6c158d23b983286b9e86d0538f45a6c52f3bc3b3d2d6c5753471e79448cf865219973cb96b31984543080944fd2c232a4fffee3bd6cd0bbb5066c9cd2e9a4789 -DIST firefox-10.0.6esr-pt-PT.xpi 246477 SHA256 bee12dbd880df017857fce00ca96e2971b042c636a47a8006d4ac5fb8af907c9 SHA512 70051b239311383298667816190195228526bba277570a1977930651f01afa8b4737edef4b3e1eeef1cae1eb2c44d2690bb2600faae8fb00f0e267bb0270df1e WHIRLPOOL 871e6bcd9edc5503427710a5daffe67118de24bc0f0b0660fe345328c256345e8d1b2be384459fb0ee81234011964f7f9026030603c0005628af7e709e612b4b -DIST firefox-10.0.6esr-rm.xpi 245772 SHA256 986cbc3b656a44ef299507677cf3aa2fb7285ff8cdbb9a8dfcd32284d9759fdd SHA512 b43ac1d51805b54ff371e0d481223857077ba2ba10c17ec96fc8346cd5574c30aae4fd07e382b0a1b9f710775c4f8eaffd95afb3cce662bc2778546519e94abb WHIRLPOOL d869c8f35e3424e7d75f7eb9df16237f7f806c2c290979b9ff4e091e5a45a2d4cc94adf0bf5637ef82a3aa55695ab9cbcc463eda9b9db33f4a1572b88a3cacb5 -DIST firefox-10.0.6esr-ro.xpi 263252 SHA256 08f554cca27cc747941c8c16f79f48d59ef79fcfa16e91e52a6fa78407af8d3d SHA512 9b65a4c53593d27a608fc78751987660f4e73651b41662e498d3da46fafa604d059a4e028623bb45943a81d17e0deaac6a721ac44998e5e47f8af72543f27aad WHIRLPOOL 29d7ca046d26af9ec43f36ddad7cf8e79743a58cdbb7d561844c333a5533c3df879dcffa70c4ac92a2057cc4946b052678bdbcfdaf22e31c9d9075c1539ce296 -DIST firefox-10.0.6esr-ru.xpi 254985 SHA256 2ccc52e9782d07dfd48e37befadfc2a988a9dffa78181a67735e048c8ae55b59 SHA512 269314484654c397a3fc8bcce4d2a6c01dd24293d28aa091f6232103df1f014a1836719ad85a234d371f269fc7e9f8088f4ca2dd7e76927a6b49580aeef59a94 WHIRLPOOL b10c42e6a42313b6f795dc4f107a493d7d73f3e0e317bd9f5a11843be7a02707b1ea7e075741321381354b21df09711ec5009329f7cfd480157cf16dc39c046f -DIST firefox-10.0.6esr-si.xpi 271990 SHA256 303e3effa6882a75033851866162e143438daa3294baf9da449b67e465e6ad24 SHA512 2033b48e2303e9ebb81585a82a5094fb18f903d5d5ca6eff2a8cbeb77067ee464aed78b0c166003cdfc1634444e6352473e6d860125f5c6d35969ba9b2c810db WHIRLPOOL 14095b0acef4cd134f3b272aa3349e78d3585bc99295e3847b5fb37266e4ffb0babbadb26b6766624cb939a5a9e2d236433f15ca0f126d1d957acec40927a035 -DIST firefox-10.0.6esr-sk.xpi 254290 SHA256 f06bdc827385e392bf1d7beacd6d1a27f8142e62f725e124d56dfe1911730d8f SHA512 ee308453d0cf9220e4b76bf1ca6af104b6610cf41f08ef14d7017dac86b6d97828117835fe0661f3013156d772dc2f689ef175f8c328497e3bdf3445772f4551 WHIRLPOOL 86aae127e5aa9d4be5efdf31b32e3de011e71f97bb703949c9bc225a0f0c96824512b9d4a50684ad230a9fbe83311a4720e0b64bddafcd4e4032d2b50dd9da79 -DIST firefox-10.0.6esr-sl.xpi 241036 SHA256 6f3d840c7eb96aff3d8cc85ae811442b479c5df4ba11ad05e8f2461b45268130 SHA512 1e89422727436f198d0c8431ad7a5bdfb021197a7d520ee79ce1e13a8c455afa3c7d8cf9fb770e40842113c9bc0ce9790b99d503c457f175b4e7435c1744f21a WHIRLPOOL 636c6ca73263e4247ce8604b444d671f9ae975514fe6d6a477e1692f5d2fe3e922f222687d446155dd8f8a4dfef21d4fbd7d85f58f0e33d99cf4fd1cb9b20ef4 -DIST firefox-10.0.6esr-son.xpi 239061 SHA256 b46ac6193addbc2bdc927d3132786fc280f954a1e6565b15343f2cb8db13f285 SHA512 2368b0a38eb0075c98715a1c6e8cfbbb7bdf45472df13f87ef7a8214b68a9d000d50bbe490356534b15ae93c0ced1a585889fb727e42699b6647b837e868fd48 WHIRLPOOL 085564843625e886b7328c44df72b58cbbfa9f167804d11e630c943c76f7c47bccba8716b623d52dc25848aaf3913cb21d22702fff686ba351fe51135d13f38f -DIST firefox-10.0.6esr-sq.xpi 227697 SHA256 e441e6c6275cb4812a2cfcae1204ed749b7137c4a3b1e204840583a600ab8f80 SHA512 d2ef8e2091e1551f29c19191046271c40216b161307aa394e6f69d7a839e1c3f29c250e20b76302d9576cc7c6076d3c04d0b5d55dba693e74b844101572f7535 WHIRLPOOL 748300f149bb47b1d311bd03f320c041620ed57fd3c0a622f544b170555534097d634d24ad0a0c8f84823f725b119a7d282d892e8f8914f957472ee8bbb29bd5 -DIST firefox-10.0.6esr-sr.xpi 277746 SHA256 76c08f49cd5a93c6a6941c9c1b0c428aef745364da66635c4828e70d0c7b7cee SHA512 d1ac0836e359465b163fc8d6cb1603e0aa1727e3d5f2798e895f03dd43f2804577529e7fd79b27368b261e5a35f3712b1ab025f01b38d529de7bb02fdb59bc44 WHIRLPOOL 37b4339a29cfac168f9f27d50158bbcdb60ae4b37ddee08ca2385efd8f1c9962bf70b317825af5445f84ef32dc2fef73b47ed0cc37b3250b5c0da5c7edbe584f -DIST firefox-10.0.6esr-sv-SE.xpi 278881 SHA256 c2f9b3b8573a0a0846af49d83f22927f0a96570e2eba8fc2515d72b2c445974d SHA512 ea264805caf7946fb4d3e6c8c8d4fdacb76a3a2517ce2d853e5145ade648cfa6b27e379d83d9c51c579d8668e14a311ce7d3ef2c446baf0cb6576c0d9df82144 WHIRLPOOL 877f8a132be82cfec3543d3cd27910d0a599ddfd895b99e6bfb24eef50429a697dc343e90b1d12abf5454cabc35ab97f1fc808f7b2f759c9aa1faabcdf3c885e -DIST firefox-10.0.6esr-ta-LK.xpi 290619 SHA256 f5023259018b3c6ab82cbb5bdf4805e1c5b29c89b7f2e7918827efc64ad9e8f3 SHA512 5ac706f5c787c52c8a9f43f2d2c2fe25dbb6b634e49c368fe08e6f26712d94c6547dd896d4f5d32145796c333a6d8759a6a1e732086219596759f4cc05d5bdab WHIRLPOOL 9e8304a67adb0c0c67653f9109dd635c8523fb1d014b805bf83d1b2fb6ce0ab1e35bae0fc738bb24d513862c7ff88cb1688903c5090cc47f8f71c57008f1d639 -DIST firefox-10.0.6esr-ta.xpi 274057 SHA256 ce5678df5858058551380c610c881ff4cd0427996ec6668a92463a03dc1dfad7 SHA512 b8f2d15631e963a0ad98dbeff98da5f33d4bdd99c8324acc9681d20b4c4a0d01af596d70311fa9c7f94f5821787805ee9f916a6046fe877d0d0daeff251b75c6 WHIRLPOOL f2e9233b4f9a9396315d6f7f074e6c7e08ac384c02ac0c32f9a9e791aeb40ff35ca633f7a835d5ed2a1e6957747cec4b722b778bdbe45ed225819bdcb1b2a8b3 -DIST firefox-10.0.6esr-te.xpi 289046 SHA256 b1039acba0357763748d9ebacecf549e87c460fb428f16007c41bb0a06df2d04 SHA512 3baf44bd00a63bc1211c52c77c5be9759c918f7d22b1a7ff88141963b2980a91cc19764e886016fa7092b107812b760a16ef4dc76241f122012346968425dd7f WHIRLPOOL 4fbf0d272823f262e6a446c17db7dd93e7e89a61168c3406c95d14130781e6762127be616f3a222f1ae454a8e3b6213a1e0390fe005a3777ddf7e6f251289771 -DIST firefox-10.0.6esr-th.xpi 272423 SHA256 7de6fae68724137d911c96f5edb7bdb0c3a458e3c7afe9e210ddbbdd4bfe442f SHA512 9069f68d76456e3b7345547ba804a5377076bfcaa7fdbc63993214b635c595d290ca5740305b5cc29437f9b5ff42d46fd7360daff3a30e821a47f1e7490ca0b1 WHIRLPOOL aa2b0fe0601d5a62e998660117361ed0236b692e12777ac82ff00d4c1b3f52d55ca4e06b792e86e43b9d475594dbc360993ae0fdb5d0aaa269322550f68f9487 -DIST firefox-10.0.6esr-tr.xpi 249918 SHA256 9678556c04f63dde415c8725769ddd4283c263ea231f758e957f2dfb2fe3ce0b SHA512 9f7af7448abadf4ace353a840e425282a040056b060c10a5e11086c7af91a5c54f4ed98fb661cb9d713187d9e4f1f3595320c37d9d74382059167c60c9ebf0be WHIRLPOOL 7fe0ff1ff1a6a2a0b65b9973e3a85e83d843280fec00cd93dbc0d3ed5fe0eeceb903dbdf544658a0ea8b7630f7e751a6b35d221224047bc6cbbdf84c908166d7 -DIST firefox-10.0.6esr-uk.xpi 279133 SHA256 445e60cbbe3564db1a23d281544f396c59bb2229be774bb5cc75e7d83b515a5b SHA512 10f9792ca48c923b386141e325458e1743c2fd6f4afae86427ad6dc5b0422f97c7c48dd540b8bafa0a712e2c97fb5b63393feeaed80fdb06a30c222189d19f78 WHIRLPOOL 2066ae13785b95237aee12f98396af122a2b44f2ebcf884aadc400866fd098bd75c68147760dbef8c22918a8e2ed0764aa408288b1d66063952a3d587ad9cee9 -DIST firefox-10.0.6esr-vi.xpi 262787 SHA256 d1022e161a0373603506b83a7a9ccfbc7f70e49f085f666f26ef530f3d500a6a SHA512 3957819a5a0be8a7da7b9dee7b2ce7c91cb88adcd8ac538bbbbab64d8867ce13e54b55b1d77598293a76392df0f9689621527a6d2bdaa3ad4f80d259a01e9243 WHIRLPOOL 51da40b1fdfd6e660f4d637900e19f60bfa534e41abeb8a160000e39719d0b07aab686ef3fd46f852b914134371917b5b1374a62633cf2c0c6db3a0106d94af0 -DIST firefox-10.0.6esr-zh-CN.xpi 256547 SHA256 1c4d65bf07004888d5d51c2618580ca776bd809a298cb9c8dde5067a5bae6c61 SHA512 6898e014e6fafece8ee378f42af28f5021950404c9dc421bcef0ddac41ccebd442c02c59357215ec42c4d90cb4b312aff3fb0aecbe6c26f50b421bfae3908022 WHIRLPOOL b04f7cb5c028996de593b70bd4c62c2e0bc486f93f7a680bae880bd83d1d4c096850fde0ab5a586c177290923f65cf89e91347239d22f73ad82e7efc2ee9d234 -DIST firefox-10.0.6esr-zh-TW.xpi 257493 SHA256 e20b85a2932da0d92860a153a0ad79fc5b7d0102fc988952e0520be6b5e2e407 SHA512 4ebe7cd797d8b2e6c32b4524675ee9089df944cf46567e47ea78ec397502c09cbce4fb7043ec22138964cb8d9f51badcefde3b45558c1aca15470a6b513fea58 WHIRLPOOL 39f9c4b34c751afaa99c07fa63aa54aa5916738dda73be47c7290d5bbd56a419d10ba5511e68b7c424584fce1459af5f48ba1daffd3462630538fb4229398cf9 -DIST firefox-10.0.6esr-zu.xpi 246396 SHA256 d29b68ca21afa2c07b2d5789a205d30fd5c1b01294f5759933790c2e08b30330 SHA512 87d1a0e60f2547270788c25d9fe1b35aea5ebd6a28270828d7ce34a8fa2dcb1bd87528d63b3856b56b62123c090a43438055cc71a55b5e5fc73b81c20ab3f98d WHIRLPOOL fda05a21dba5e4a7709cd466c34581a0f59a5e8516ac3991a9a452163dce9843f800f2a02e6cf04460cb1dc60ee903759c703bb474ebe6e95c083d90ff0ccaae -DIST firefox-10.0.6esr.source.tar.bz2 75450691 SHA256 03e5766cdc866bfb065fb1d0ecba9bb3530bdbe2041c52cdad5126e38f7184b5 SHA512 00e3af1c0b37ea2107b8630902a469c8c667e0826f93c46cc58305345a56737f6e505054fcf655fd80ee5354e5b70ae4399edf22d44e9727da9788e95e2a89fb WHIRLPOOL ffb13ba5dfb25bd0b8f7a3c9dffdf74fa9ebe241aaccb433363ed890d0ff9120d7c6206ac3412b1695557ec05ce210f4a3e836b88c7d6d2f03f162d09cc619aa -DIST firefox-10.0.7esr-af.xpi 238744 SHA256 9b1d55555de4c4ba192e7267b2a3580d5c72c02d264bf769d5cf5941dc5073bc SHA512 3bd53e235f51c4e99ecf35027cfdbadba30c042d429733331980544585c41bc7c53cb3232963a3fcdc2320dfa8dd9ceec3e5c47cdb12bf842b6e7dea4ab2f615 WHIRLPOOL 2c5d16f68fffee59f0054eb245ec6b8357c8ee9cac260c250ef42693d08737b0e8dc342db7090f8e0d36f1d6c27c33daa6263c8c6d0a0782c9c27eecdf7bf43a -DIST firefox-10.0.7esr-ak.xpi 240572 SHA256 dc654681229024ddb55bef9d695e7dee095252af7937e3e91dd811f9e1bbf16d SHA512 9c4280816b9973dc9a7cd7285e601fd325cbfc1c35592b5815f11050ead777259a96c175bfcd158ea00255fc3860ccff452af864fea53325df6133c9533556de WHIRLPOOL d37a12e604ed5a3fc6d14ffb94078c10251cdaf7e1e219d0251c15231b3a08e0dfabba05c3411766e85600c04cb3f2ddc155743b1688834665808a16171fe19f -DIST firefox-10.0.7esr-ar.xpi 263703 SHA256 b129533b324cdb14506620b2930b3fb19dc43b6e3fa2877d3c455f81e5239cc7 SHA512 e4e8d29d9ec14d11812e3fd9f9ad9bbb8b124dab9e012e5234179d7a85bdb947bbbfc4410b6dcb5099684d19af774c218fd9abe566e137d040932e619383541e WHIRLPOOL a752e9f8f75e312793e667c82a18f1102ba99d38025e7ffed9b3ade2cd8f580957356e78215ba3b7df79452a8e4d8fa2dceba33e7c4cf3b8592c6dc2bf2c8f1b -DIST firefox-10.0.7esr-as.xpi 278743 SHA256 0f9003f33a4c297e14918d5e218234248339b47e0d9f6e08b092ab7675205dd4 SHA512 f7ca3c1f129786cd61309aa2e99e1047ee879b5fa1082fec72059f12312a39120a4710489cd139f5cb4e9105ad5c80dbc17be99e2df1c8eadcba641ceb79aea6 WHIRLPOOL 2ca480ff04d763ace91e2a00613d0bf19829fbc9af584b96d36ce8b7ff4eb4aca22affaefc465482e4e9b7e382b018f130115b91fea0c598f4d3e17914bc8aa0 -DIST firefox-10.0.7esr-ast.xpi 237975 SHA256 e72c721e68e10844cb731f424e46fa9a3cf155db7cf0eeff58d45f9eb4953d36 SHA512 32feb3bed37b9c11e0192affcec2a7ccdd6ee0bbce963f7689a06c5512a4a298574de2aa1a34ea77767144f6dfde8a5991e8d9bf2a1f0f112384853bb085e22b WHIRLPOOL 78086f050429c8916824448120bfaa6f485021b22cf126bad238c171bc6821db99894911fb766ffddbb370d07d175e391a6063cca628d1dd132923820dc93f05 -DIST firefox-10.0.7esr-be.xpi 245757 SHA256 1350c18fd62ee8a3aff20b669d12c738cad4c0f5d2796371422c91bd23ff14ce SHA512 1e30ccf737fb9f91a69ce5014eaf807acb8331c4e6b8faddfa0beb7e899f8dc3e285e2404679d8a0035a2299f38acc6d54cbe03697be18a3b0756148a259cf56 WHIRLPOOL 4a14f85780610f3ee7dbf0288de540e3147c21b1d4b9d663162c5ebdcf153b08a6434737397d3c103ced42750fe6b35ce633607710741b7694e0f046308ee436 -DIST firefox-10.0.7esr-bg.xpi 276757 SHA256 e48a67e65ec3085021b3a3a83a0dbc8c808c555c2da23d26378525eb74f0ac17 SHA512 e8dd90fe615299f7d97756b645b4b6506cbc9120126264296eb067c7d696b766431ea7dcfed9b2ed964677288b922d63c22af04b025007ddd634dfc2040c0458 WHIRLPOOL 716992cc8699cdd5b73148a14e792630c472e8f467751672689efd26dd852e5f3280f5c09bb374e64ba713f75d14963cff7ef1a7c4349aace5c9cfef5411b947 -DIST firefox-10.0.7esr-bn-BD.xpi 288293 SHA256 80d80907f1b4fad336b08285446b2bfd362cd360f2a74bcbde09a6e9c7570a09 SHA512 d476c58a4d3e42a5fa652ce936722cb30d933b4e96feb4f8c08bcbb7f8379d79c3dcdb33b38c32863596b4f80d1851dc08b7877cbab31c560b3c9ebf96a7e33d WHIRLPOOL b69b1044488c767ffb7ce07e8ddda67b5b172da9d0a0c92db976322ad33b4892ae5f91a101db456d4d444cff19b99f1b3bd3632a31420f49462be1d8de9837b5 -DIST firefox-10.0.7esr-bn-IN.xpi 319305 SHA256 2363c0fab01a49cb8dcc9f09e19515a8bd7161bbc1837a256d7dd28fb6aa59d8 SHA512 bc48540260e7201801d125c6bf5e04eb4283e4ace6362de88b0f065b49f1f0c77d72be426e14dc7e7e6e061bbb766f0766840d4d816d193ef274da8835430962 WHIRLPOOL 468d0f1e4863ad8b4a8a772aa112cfc926c214f5b33e78b13c3400a034ac9b7cce2193e38d0f46bf5d7724d805695eddb4eec83fc3754b41d7a6ef5f8b384a09 -DIST firefox-10.0.7esr-br.xpi 247652 SHA256 8f35bfd22ba015f38a2e6cdfe672900399e01205450dd4be0fd7bb74ec32930e SHA512 af44c9b799d1cdb6f9a3db47e0eee669a52d6120d96bb278862512be5e6bfc25ef6e039edb1a7e39ae1dd2a29642a83d5f222ec3807b74170082240341502772 WHIRLPOOL 6f102dce89e8141127856c9b8ad12132971df811fc60daf31f5210e3ca16736112d2333b81f61d73dd02d72d37a4604b2f63d3c62ff2d53e55e54febb7f58638 -DIST firefox-10.0.7esr-bs.xpi 245309 SHA256 93c384ca5d2d8ca5a131d29f6d9ad4e51e3eba12807cb6a8e324445e26a589ed SHA512 ebb483e8c189b192ae1fe19881ff0bc302a9d36ca4739d997fc0964e58d5a8822fdcb5dd2d780297bd55b4596865cae843e0629a9413f9b9df57b96372524cea WHIRLPOOL ba8d8bf5d535eff49f111f58511742c8ac5bbac8294891696c6c4df057db213cf0b95c39ec1c5a8b8e7bab6da77616456c43240c3e7126aec47788f1e1d68d7f -DIST firefox-10.0.7esr-ca.xpi 248222 SHA256 aa30dfc276fc90c5cdac4c4b53ddc3131bcb23ecd81c27f3fad9e1d4a381138f SHA512 e70b65b2eed48ce200a8d2002c05ee91969a4a4646dce2cf7fbb21c04d2c1897d9f618865d26790dc0a7a23698c3f2f5f34a9231cc80b7d8d9eee05bf57302c5 WHIRLPOOL 0d3f598232190fe6919c82c687012dcfae4c49055a81b7a9b9a39323c1ffd9297d85e449a54b781b93977371452d9f516ca7c7c6e159e8fbe9824bd84aebbf8f -DIST firefox-10.0.7esr-cs.xpi 248770 SHA256 dd8ed750dee9ff4f90dc320191efc24e354f440f6f63a14de06e1295370d3ca9 SHA512 65e78cc2d93006a8c5ea274736d6c02e1276b2253a4fbf00d2c2cc46adac98668e4be3db3dff2a3b1a85c11768a0a05de37002affcbe7f975ad63ee507a89780 WHIRLPOOL 155064142fcfc7aea9e94467c416fe597973eb23a50f067f58a078899d3596c2859cff064e23447d7cd542bc912fc1f588a4b7600583158cd76651211d0f2c72 -DIST firefox-10.0.7esr-csb.xpi 266624 SHA256 79506377d9f86b36466da80956a49b822c25572d7344eb39031243667a4f3ab0 SHA512 b3b6d78fff0b7c0784ece999295865b91a60f4d4befd843c83144be45fb6757103a09ce411c4fab621ffdac173b2cc705c44b28ea8297d2c2d546691fda9e377 WHIRLPOOL 329306ca67c4300767c5d575dca4079387eb5b0718e990cb749ee1f69d97e93a12e5efe095014dce64a09c3994d32492cb4f801e299272740f10882118d767d2 -DIST firefox-10.0.7esr-cy.xpi 244197 SHA256 2aa3c66d864e861fb52ac52a652cfa43095ed3b1844b0f079ad21d249fc59846 SHA512 3c487f0ce51f9ea246bd84d8aaa4d0bdfbbbfb630396a5d2ca2ee2f742d42a7c2bd4d1d7da30c167c7a145efcedd310096231b503a2b835aa5767464dbd86173 WHIRLPOOL 03778edc0692e8abd8a8f0c818cbc456dffa30fa0e067109064b2111f0973a5020ccb209201c85677aff2e84d93c6a23b9022cf436ec7ade84d28b419f9961f8 -DIST firefox-10.0.7esr-da.xpi 240328 SHA256 80a2fbd2e6092199a6e59507cf43582129c58b571f6750997318df9776519faa SHA512 80bdf06dad96a5006b70b5b4719c9ccde7bbaa5d0c4baa4159c5120b08de09d9e3a36a3293fa68b1085a75964130f75fed0d534b87ba91641c434510cbb43592 WHIRLPOOL 8f4d907d5bd4a9af79dabbe0f7c3dc3b4b43246a0900df4508023d2943f7acacdab217102ee1b6e7c2d4b5579af4ca0ccb09711e76aa93d2bf75814e7fbc0f94 -DIST firefox-10.0.7esr-de.xpi 249298 SHA256 1b543c9942ba2c98a6ec0e307c6c12600de021c3402a6d992c0053748af4edff SHA512 311699530a4762db0332f9556695c62c44cd1bdf03174c919f9d022d95b1b3f91cfe12aac089ef46d09bdf1280f16bd6eb9aafacb973260ef3531b70770aa03b WHIRLPOOL 7506436c3203b4044e17da52701be81f93cbf144300e0a44677d9a7306c4d52f55855c9e4d253789388a2dbaa213767641b0f5d2bbf10a17790a47ee13932ad6 -DIST firefox-10.0.7esr-el.xpi 264380 SHA256 2c1992ddbe059c67bae113d56d76279d24436167c2fa7b46935856b5e39fcb12 SHA512 751af4f1183e0b8477e25d9eb2c6040ab1cdbc02494b9d26aae791b47b6f3a09b5922e5072f44599455172e28c5b3b5d106c95d4ce5976afcf01fa9c44071c84 WHIRLPOOL c9e70f6921d21a8f6aa62bb488ba1e67a52249fa38494973c252a1db8dee0ff3e83392e5899df953cf005dc4522ef2995bbe3f869d6afd1ca5e84d84ee56b3de -DIST firefox-10.0.7esr-en-GB.xpi 231194 SHA256 0cecb64b475e661cd659f51540a22a9273e0e5cbbbc1b6cd8b43c7a8b4e291f8 SHA512 ece3ab3dc3078c1701b8b5543d7e688699813760601e44d55a4d7792bdfccb5123aae195ac2361632e7d25e11b29977f7a09070c21ff8606b12ae3e4015a158f WHIRLPOOL fb01b55c7ddbf00d22145b62d30d955385fa9aba296633bc430bdade1af10d8558f822ff893ebd25c9dedc4978ff7398addf0b70479cb4b3fc719e0b06e2c04b -DIST firefox-10.0.7esr-en-ZA.xpi 233919 SHA256 fb8b217fe8b96f0b9091af03f720a42f7d2d50dac52df054d699ba075cf1ced1 SHA512 7734d23e1af2188eb81a4d69f39b73de5f1bd90202d9ac3051ddcc8482d1003714195e03608abda48347ebc2cb8cd80033340f3fd7883610800d06625ce21ede WHIRLPOOL aa678fba20342f58b20512cce32b2bae3c4e19cb03a03dfed91e28e89162d58fdae8c9d56bfc57ab72661a05da5c54e879a49e5f605618f72db4b7907658cd0f -DIST firefox-10.0.7esr-eo.xpi 240903 SHA256 59d8cab2c36c489e69f4e879177adfed367293e2cf89d1b29282fee5af6119af SHA512 d6bfbd9188f9144859a88eaf06202cff9c525f894116bf1494a6c830ec188cc80db407cee6770d995e353364de5bee68c72165ba9f862280076a1377057fafa0 WHIRLPOOL 2cd3fe36d5d8a16541c689dc7a48a6cb521115d6569b042172bb5aac76f05a669075a5368ee29ef21953da5000768daddbe0cfef0e7ea26fce85526a6333a7d4 -DIST firefox-10.0.7esr-es-AR.xpi 245347 SHA256 272479971d91f2659a5d43572784a3142bf29750f71c09035f9f4c3e62938935 SHA512 bc4db534d97a419baeb8eaaf49d03c1524ffb6058edcd733c778375c11052842cec942597ea6a77f9276fc4b0742a6e3cdb9fbd43fe7aaec931de261300adbf8 WHIRLPOOL 9b69045d76832cffe39118ca67cd70d39b1f4af8077ce9007c3c75b620134e8cd9c0682ee8e86ffc5588071927caff7ec735ea8f9c449bf8603c8dd582501c4d -DIST firefox-10.0.7esr-es-CL.xpi 250206 SHA256 d9ddf207e774888eb51c43a9ce27b5f59ea6992e7b8758fac4ece5467691b1e3 SHA512 0e861670ec59048e604b069737cdfe0959d7cc88dc1e7786c18253bc46070df8447788ecac5c2159b3fe044a171d7fce34db6e9309686f8a8628aa11f83f250a WHIRLPOOL af2f49b3a03e0906e0d94673b658058752293171c8d2614a027632004203bdb423608e0952acd1da2c6d8e5b39a151d5f0c01a4b84ab0005df946c7bf0ae4f89 -DIST firefox-10.0.7esr-es-ES.xpi 215379 SHA256 9cdc6c00adbc89eb7701f9a6cf007bc2b9c66590d7a3f6ea458927df6b184e1f SHA512 72928346e96193cd4b108d019587d5a1e0de1d67633836ca0710fbde572e6799dde25ae3b15ab27647593953efe78331020de33738471758eb5296bccbc61e9f WHIRLPOOL 18bf569aa7f146b83088e9ce5a3708eead30a3e8e8aa1047576c13e347ac71838e03b8b0f524822e52562677438f0df26e164e06eee440bfd18b3b54b32de2cc -DIST firefox-10.0.7esr-es-MX.xpi 224152 SHA256 1425fba6c1307ace6ead6655f99a55908a0a28eac8d3b34e4df42c7de331eaf5 SHA512 d30cc0b1158ec212428584ac270e61c1e44a1a8c3ccb61122f3ae7da94eab09e29ebb7679a8ad1f1a9ca249616631e820dc6da6d0bcb376714e702b2c16e96ee WHIRLPOOL 973c620e82c70ed6248614676bcac0297916c60fe2de026e469c86c141ac796bfc8842848f696c3ae7f362506cea8f6af5487a62bb10f6cfe071250961c349fd -DIST firefox-10.0.7esr-et.xpi 242631 SHA256 4849d05a5ed93b42937b2793a6c4d0fa23dc022c8248953acc161aa0e0b45c6b SHA512 cc834bb6da7621f21480bc01d72f74a91a51547dc8a9b867dc67a416792334223ee40b911ad1557ed2296b01baea8de6077955f69743e29ed56de17764c367eb WHIRLPOOL 0c5ee2234299692d02cee3b72b90435172121c8c015f87349003cbce83e53455b9c418be318e7893a2c971f6cca8b8b4b8b7e68abec0bb29a1469c8a366cf5fe -DIST firefox-10.0.7esr-eu.xpi 240252 SHA256 37e130868396b12b132a5c3c3435f4ccb1f0c8180ec6800fb8c2ee25b77f216e SHA512 a2674ec57e02a50aa476fa3cd697de28b149782bae9b4acccceb75750d265ecbbbc1fa9e349dc421515451c0586922579a77d6c4ad6b1a44109f3dec8a10506b WHIRLPOOL 0171867a164c356c3ac153341c3749cb8915453fecb287bc9eb2f5374778ab2d19ded10e47513a992389c263a80c765d9b0d7a73f1943e303bc8d85bb653ad88 -DIST firefox-10.0.7esr-fa.xpi 272853 SHA256 ee491601405c293f5bda16b08ffcdf053639e3d4deec4bfcb4fc510fd723decb SHA512 f129c226a5c5d9457b15cea81bcc6af84fc4782c399229682d4e8ea09fe4434385f94dd12373580a8ab8619016887ac5ec85f0d52c51cd7e17756d4d1dd6a311 WHIRLPOOL 38bd921d7d93e93a7dadf4abd9b2d7ac3fe583c661679014509f295db4bd01669d7804e77fba8d4c5e5b294bc3c2504157e51095616d316b521812daf8cafd11 -DIST firefox-10.0.7esr-fi.xpi 243630 SHA256 459124222e825d3de647e0cc100e353c70a737a4879566097eda096408d160b3 SHA512 548c1129d5322d92ac38a264f999828b205a914329a66a15bba4f54363196c5a348ef1e98fafb7a19dc586cd8419b61a91677a5c678fb40cbf5d99091c24420e WHIRLPOOL dea0a24bcee597ebb0468ea8411f69ca8cbd8164353b9d46afb8d2f98ec1fa5530ff4266a6631442afe813f0748f92e7fe8c0fe66510649ef11fa68924ad9166 -DIST firefox-10.0.7esr-fr.xpi 249569 SHA256 5ae21783a4c5641d4d4b81eed0448402f434ad5e4fdd028c83acb2dec47ee425 SHA512 3fb6031435860851f1f1deee71a9b3c2db0630ab914bec0a89996d046cd7530456249d2ca0da1537347cb0fabec1d90fe77993ab21c5b728771ab4749db70cbd WHIRLPOOL 931c8e861f3c58ec793f953a19ab31b1697b7583965674af37f6e448442db52d0d39841f5531481576a832d2ca39f36a07f90af401f9925551e20fd97fc2015b -DIST firefox-10.0.7esr-fy-NL.xpi 249344 SHA256 875df35099a97296c9777edb33bc3ee304246eccb9af2891d955240cbe78892f SHA512 9a9e55d453c05683cebd6cc097fe72c2b9c8c9f01d500f768dfe859918b7d91ddaaaea339fe65d49de55adfbfb110ff032349808ed8d55fd03443ebf373f8b99 WHIRLPOOL 2a553083e4535464be7708ee267450385075d28184376de1e3aa7eecf46b6fc17544cf25ad61d53f0aa5c3b89a1c0d040c716a36302c9d2a0c0c6650835e9489 -DIST firefox-10.0.7esr-ga-IE.xpi 252023 SHA256 7de925d9df77d5a64cdc9ef35f487d30993294db72b4c88505930e44b637079a SHA512 1058383e3ad3ffb7f02f0124f9069dc6b2001fbae4b778208be29027a6426179c824194c07f1db8d3a1d51dfb33cecb620c4e14f88dacf22e41092d306ffe0f7 WHIRLPOOL f1f39f9135413c36284cc686fdae4944d987554640e5474be89cceb26ef6ed5561f086cf6a8694caf0728e0a7c6e89354ea8960c48624f4c6aed8f49acb91c39 -DIST firefox-10.0.7esr-gd.xpi 253679 SHA256 94e0b52cf2c1d813884900fe8bb520bf535e3ab509f8fa5654700e2e098c7257 SHA512 2ab44801a8ab09054f0a6bf804c5242c8e37a7c1b39a20bb6a7f8acc7aeb8f9c15345ef5e230db6e5f4d67d0e437ca787dae3e55cb7bca1b444b7e745b54c794 WHIRLPOOL 6cbbbb4abef09c1e73e2f09f54129595e6b52510d28637436f24453c67072bf814490c7c6c347eee36d46180ab17916822224c5cafbf2a9fe3fae9c7155ca16a -DIST firefox-10.0.7esr-gl.xpi 243250 SHA256 1e049a6c250c3b11603e29592a852f49b4c710a4378ad0153c8236e6d8b5f74f SHA512 a68923385722bf214515834c6e2fb3bdaaf96ea4f526b53de33bac77addbc3bf02600a4e36e99de457b58c97c1fde0f4782ec7ce7e61f55af9c4d12904889835 WHIRLPOOL 86f6d5f5fddd00c754540f4f19d311d07be84111f5fbe2b684fd7f61f4ebad96fc1e6c207ff40a36dda6501110144f78348ec9504bfa12b1e1a52e25cd31ffbe -DIST firefox-10.0.7esr-gu-IN.xpi 275223 SHA256 7cf8cb1a81a7e3655368f2e9c7d39a5327b8d0f0a830c0649bbe24fd2e1ad1cd SHA512 bcdc91e952a72af6a01a1074c2c0030e85fe3cf4f15a98faa805881708bb50f7670bd7b2fbf3052ac2730423a3329b335991a6a7c72512a176dc87374a6d182d WHIRLPOOL ef00a812f6d07c4dda6b69732d6de6bfbb3fca530487392a156ddb8c52177b55c10786cb8ecdda09c1b245e9ed98cd8fb94f346f9fe992d56fb0acf236b61a69 -DIST firefox-10.0.7esr-he.xpi 264936 SHA256 643ebdf36a7c8c77e59e6214cfeedd76a9a3a5485c9e05a5977a80616d130464 SHA512 bf6bc9d41389b1f20091978b3e2c2acf660baad298209d632209ecbace6818b99938e12495887f4d70956e7df802ae94c7f318756caae6a7cf6a10e970338100 WHIRLPOOL 92bb46ecd6efbb4f200d7136b609fe8efca08b39d0f431e19c8d9ec6a3dddabf2a3341a5f0bc2972a8a05b1028451c0ae848dbf33c1ecf10ba0100b4567b4527 -DIST firefox-10.0.7esr-hi-IN.xpi 280001 SHA256 944c8e5c4ca2ed6cfa720a8525a95f8a6f5e7d39db57f45b949b7e64d217dfb8 SHA512 57d955238bbb1932eab2a6495d6d401d9aea70304f182918d43b2279988abd0996b1b79cf3ac9689d83b41580ee1082d115764813715ce63ef3c4eff6b1d422e WHIRLPOOL 0953d6ef7a56e797674e467975f9aa03688c87bc0cff8c8ff1f25b75c9b8d78bfb4dd7ebf563f493cbc3266092373ee4f3460a1fbc4d84084ec1a27ee5e408c5 -DIST firefox-10.0.7esr-hr.xpi 249334 SHA256 29f0d39a79b73aa17da86462c5cf1569e5dd2c193540bbc83ac0e9514698fa27 SHA512 39ccfb563d5db2b15e4230c0d312c6c9dc8c880db38b75bc9aa2350e2fc5e9320aa637a8a47370059fcc0965b4a463140a52a6b73ea26aec4cba61268e766e2b WHIRLPOOL 84bc35bccbbd56e92e6a894785697f275961ae49530eb8171f314f9fb9b194b056c776f51694fddaa18ffb2ab889bf5f3f84f43c0177e51cecdcdb7909221907 -DIST firefox-10.0.7esr-hu.xpi 253774 SHA256 962add2e75e93b10e2985798809a7ace215939b9c2da13bc0b2b16410c4bd28f SHA512 2c5380b76a94406b0882cfbab0970b3a51c8011fc00e3f1df830ea48bb151690f83949cee90e411243430270ec53d6e226e8324f3a9d410c8d68f54cbbfa9806 WHIRLPOOL a1acfacc68b7a1068376178c0f27b035aa4f53a2a9be15cf88461a9d22a3cc0fb9b54ae4c36d93a2ebef3e91868fb419fdb5ccaab4f1f3b97fd2222d793dab66 -DIST firefox-10.0.7esr-hy-AM.xpi 445453 SHA256 c11bc7a7408b3ed28bb8ea149c62e0c2b198df6ecaa0b233419679e8d5b0aee5 SHA512 f5b62068e4ff19ee9cfc36db0f5aa6e59a7e7a6fef14a2c199d698585cabf29c4d8563e99fbaec13e656fdcd5b41b16f4bfb5f28fab4fe4422af15bed854357e WHIRLPOOL 102a3176ad60d71dfe5eec6632ff88d85f3322a491a00d2ba0cd754851906fba52ba8e185fbea5a8afb6f0567728618de26aad33184a51efe042f45c42890b36 -DIST firefox-10.0.7esr-id.xpi 236824 SHA256 4ad16b0956a81dd5df744226b60c345edd228ae6d48d1bc582c8444d8f7990ab SHA512 c9a4878cab70d9c8ea3b697b2294b988a21e1523a53b2c1b5cd53bc49f09ead6e410a1c82612110954031034358dee5d312368630249248e20cd4c1fe6c1b002 WHIRLPOOL 659e942c1a0c153666794513b19042f36009c08954145b55dac1630e5dd0933aaffc73c94bce20d6f1012c71b4b034977eb0680b6d44e5494cdff63695d37714 -DIST firefox-10.0.7esr-is.xpi 243068 SHA256 cd3836f93949d43922123d9e5d944587077b28a68f01ce0f9ab8f2b28090c523 SHA512 1d19b259ec9ce22dbcf4ebd4e0389be532723c69fb517fb3621c45bed16a2fed4135f096b8b21e8d534b9d14af596fc8b55dc968a88f1f1ca1d308e15a42632b WHIRLPOOL b19789401211b1f32a8f65466662a7996afbce51cb266342e6e76ebd70cd06186021de9f22fcca49a258d3e06707f94e731325beb962423c85040b965bd2e2fe -DIST firefox-10.0.7esr-it.xpi 212717 SHA256 5e9b774f4a721eb48b516323ec7c0b998e7c732b32022f3790cfe00b697cc7ae SHA512 6eaf4c6af3644a92fbffc0a044b380f7c14d3610721be922198598d3cefa8dafd903b8b17dcb4e380d34ca21ea7e009bca1b451bbc73c9aaba2a6d13feb723d8 WHIRLPOOL 05ece310ae94b222ba3b2d20c6b2153f36a20948922893d04e17b583789564a66970cb97794063060e90c1c40d8346a6d6b367efb12abc1671e394dc0d9b6d1b -DIST firefox-10.0.7esr-ja.xpi 273116 SHA256 c6febfa49571180b0fdedc5ad889e6c095585a4ecc3b406fb36fe0f32b38ed51 SHA512 28e9ba814c5bd90c32cc62da5247d6abb6ac41b94607f8b156565b37047e77a0666ca0a85d9249665704883e6d8f97baf65e52d32d6b249f503018eacfd353c8 WHIRLPOOL d21b2b2ed43d82b877cc634377aeaf9eb18840829030e521d98fb5d8fbc6af2f0fb05f91397461d3a269bd352b54c2c733fd28f09ac76a02e57ef64f8d2217b7 -DIST firefox-10.0.7esr-kk.xpi 279779 SHA256 8586fe598dbee8fe90d127c8a440df5a788202f53af6a2c78c858e99ef18663e SHA512 9b399201e780d03d7d7d4cb2f3f29fef624a2b75f1febdd46668a6cf18105106478999d562b845022fb097d91672085bcb282300fa4eff1e49252f4616b5e550 WHIRLPOOL 61e0614faf46eacdab5036b6b4431cf176442177c5535549a7e9cb6d0801e9ba96e7c8eafd2951380e4af9e8d749aa29c1dab00014280cca782934f759f42966 -DIST firefox-10.0.7esr-kn.xpi 299831 SHA256 9f90eadf9a0cfccaeb5ec6be5bfcd1fec02755de6ae3ea6aabbbf2712ca52ccb SHA512 12b163e767fb950914ba160e286e24992c7470b47c6d6b0dc7ca0f5e74f975b9cffabca5db6b84a1cfbd5ee7cc4152a6e0406fba217e87267fed75c217223bc6 WHIRLPOOL 4eeb6e0f9d00f639fd256aef1ca8f6edc86782d3cf9de0f75dc2b39fb08ed99650b2ee2c3ab8d5c0c3da7e2483b137d1f8b963e313697e30fcf7565c223f5497 -DIST firefox-10.0.7esr-ko.xpi 227946 SHA256 67a98a1756a76075bccd6b5828d0c68120f4251a4af61304a9903d72772195f9 SHA512 0d044236a110c879fab091d51a993a9db7a2b4209482c41bea4ba3df05aad9d0757f1e1601422e72ef87c683b747f4cb8365ab943770c06815e0bbbcf702ff12 WHIRLPOOL 1cbeb541fb7e772931430dd3b23c98eaa8ff26de69f14591b2ed40010d53f3d7bad8ae9ba775a7bc72ef0de42a7fb79c48c15fc626af1d61ff8e53ffe584a88d -DIST firefox-10.0.7esr-ku.xpi 254711 SHA256 34e09f46e60bc5221b85473914a1891a330b5525b565a6fdea44262dee9f53d5 SHA512 179d794b881464b3551a3798f3c361ff9c1035a759a760d1d9dc60aa9a9c5c8c29b8c8a498b56c7cfb6ea0de5cfcbd580a358e854cebf448afce8280fce54783 WHIRLPOOL 371d694b021596670ad7e842cec03a25d4813ee96fc8ffc593864361e6952652090cf23d74a6a4ab9b112abd818b166d37cc5ad05695ab121b03f7d7809752de -DIST firefox-10.0.7esr-lg.xpi 247674 SHA256 35be3ee1f04799fbff1478a0a26f3caa904fe931f7d9232372179b6aa1d6482a SHA512 22ba6138429352d4e404b163f03cbd04530fdd73b3498595bc46a5f864c5181a70e3ec657e172934611675a0c1df69bd0833cfeb78cdaca10c2f6e83dce36cf2 WHIRLPOOL 257a35cbe6fdac98b4eff8b6b6afc69a7d82d6951025119b8a08fe679c15f118bd22774f4ee79b438c864cd69195775a39031f0ba72d59018a40cc7d65143fe8 -DIST firefox-10.0.7esr-lt.xpi 330632 SHA256 b84a1e12035d5e3f4b7c248e2f1bd54e52749c5c150c43fff5398e87a817d418 SHA512 588f8089227c4958b0df4ca10e36bef2cf3a6c40b28ac3b5245da727f9599434ef7819796f8994c4cca6dc5ac0958273de6c2738db48ad2bc90194b81e7a1560 WHIRLPOOL 46f07b86c1d33291a7cf2ed787fcc0c7d42bbc821424094c2fc5570f9d9048f458880ce94157a6a56b3168af6d90b51e919f88a40ebb5571fa01646930a322eb -DIST firefox-10.0.7esr-lv.xpi 244353 SHA256 80db8149989623b9011b3d460b36effe3b95dccea972ce442ed64b71661b9df0 SHA512 72e2c45f3a05efff773ab1c93875049911e86539d5ca37de05a88d7f7524090d48a61d59849341a6171e520c11be466eaf89235bc400fc5176f7695a12b5a582 WHIRLPOOL 55634817310c67b8217b55d0b7398aa7e0aa9bdb621fe4382836a710e0e05cab0dd73f45c2f06515e1667855516bed57d158ad13ea8541c663f7786664795a8b -DIST firefox-10.0.7esr-mai.xpi 279253 SHA256 8a35d226dad386a049c3fc2481a868fc75544a38a1c7c20f5b079cdded3796f0 SHA512 4745178e45ca5202c51054af24d00a747eebfa4f4af0dfdbdd4eadf5fdd7843ea63daff9c4d2dbc5c145c62797a70462e7de1a93be73c71387dd81a764caa10b WHIRLPOOL e2a197187767dfa614aa211770f01cd6261d43f68cf42cb9a4bef67c0cc5f96c54e63da6046214e8de977d00247b90be925da881cf8728563ab04f9eb8f474fb -DIST firefox-10.0.7esr-mk.xpi 272940 SHA256 5517af241028c802fb0d14dd9c17fb8e6c75e1b16d0a8d93277279476ee70750 SHA512 11b52f35f04963b8ebb5d3dde829c74cc7f9ce7345fcd86b63a94d61fd1ec1759b5afd0c000d41970b0fc9bd03058398f5027d514538136d19165773fcea21ec WHIRLPOOL f1135b202cf15c16ef6bd20772b2f388fe39754326ed7e2db033ee32c1983cc47abb750d603410243646d242dc14a5d7396ac56514eccbb9f51cfd29ea566488 -DIST firefox-10.0.7esr-ml.xpi 306676 SHA256 3799026d79645755e1aa3340407c16578f2037910550776e1d78c56a18c18f56 SHA512 d11c5245ba885d4e0b02d86df43375cbf5e9d22d72b4df4d5aeccd83fcc6dca25ecf64d84bfc10253c72591957d78144c8d83dccd3a1bbc2a7627d4aa1424497 WHIRLPOOL a9b8409a9a8762612e52799e93444e070189d2e509c8e48e834861ebb90fe21e200e7e75b34bf49943c43f3512d6982c52f36d0f842e99662e71e9580e378ff9 -DIST firefox-10.0.7esr-mr.xpi 281458 SHA256 06d6da54de467475fd006323fabbcdfe2a015e7a0156c1f7098e9d91fa58a5ed SHA512 9e5771c6e9e54d83a84ef9773b2f776689e1858827de4f6e0001385ba4806f5297e577312d1d17f151b12581c4adc6f955db55fde336fdb30ca92e3455a59d54 WHIRLPOOL ffff9d0e1a2868c924e6bde3d2a1433e97efd714fa73fbfdf06624b50667b650e9174a6173cac8d42f188e87ec2a5004e20010a14b908ebf132512c9b69dd49e -DIST firefox-10.0.7esr-nb-NO.xpi 241211 SHA256 efc505ca46745843d5c20e13a4d744c1246aece71a794f5313a3816e30ebb72c SHA512 06161a58fcf34abf0ddd4077bd428bc6fa76ce76c62dd028ac027a497cefc9b5ab328436940ed86cfd37705099d6552ec7d7ed49649d116b3eb25c2d8c16fb09 WHIRLPOOL 4f9f2eca5d6af320ac0f6c99946198b2c81e0184326fd49f458c76961ed2b776003557cd832c34cb19a196f74d6da848c856f2eb1c33ca637537c97e60aca7f3 -DIST firefox-10.0.7esr-nl.xpi 242401 SHA256 3abbe4145f9f8ddaa7e9e2e08cb3d58e78f4c04d31bfbca42d1dcb208f968523 SHA512 ce19ab8becbc2fcd795cdbdccf0a7a8084a53b255b4bbaf7ddb33fa501787153f4ebd862e6fa057037651209c4bf070670e1d7069656003b4a791d9b48b97190 WHIRLPOOL 8b3c03c2ae8f9d79d6653513659c0585edd5677e41729d960b1eb35314f98b85e73473824d69dcbdd983d94368a6eb90d74eda692bcee54915838b74c506408b -DIST firefox-10.0.7esr-nn-NO.xpi 242454 SHA256 7623fc038a2e59f8f6201f3f4ca9f6161b50d53482ea695391e5ff8f672b3188 SHA512 f43c2a8feb76b3e13f75f548b73de73eab07f83951a4e14e551cfaeb688f37cd06c0e60838642542e89dac6ffe9af76fdd026ccebe61f52276cf6052f7f9ccb3 WHIRLPOOL 4b129068cda223cd163bad9a0f1934396122936258334c6efdeb5f4ed29a270bee5bca5ad6b3722d88b47805c4a27612ca57990a8401389f9579974ddc4a8b54 -DIST firefox-10.0.7esr-nso.xpi 245696 SHA256 efa5b65056248586520c79f875d18747a3142cff9a64f7332dc0c6b19516b890 SHA512 e9551ab07587e04d3b2d517b111c5f2f3165c015e00df5995877799ac0e585f0ef3e970943855e29027009c122f7c9552b22ab483b4ca1a2aba193cba3cdf32c WHIRLPOOL f3df0f2ca0ad448d62190fc25811378b18aeaac98253789c474cf6ea7ae6e9f07fa089c705b8c018bbdb46d0326496d998761128ac2a0ab54e551fbda847a690 -DIST firefox-10.0.7esr-or.xpi 281686 SHA256 49a4426d6bba6dce494bb7618e6d6bd5b2e22dbca1e5e4e8bd87d5d9f592825b SHA512 2a6b472ac98484f01c04664703d4b762765a44039291491862038cb24381023e89247c29cba54ca46a65138df0ac90f25bb5350faa34d080b1ab5188d248de8e WHIRLPOOL 6652d54e77914dcaef56e30642c012e415b642b8041561fa9eafc80a9335dd7f3032ecbc0d0e00058398a55c6df85eb9dca99b64f86f677d5672c49a848a7e67 -DIST firefox-10.0.7esr-pa-IN.xpi 282146 SHA256 f287c257353ad268e28e18e50da1d907b6cc908403cc9b6d10feb7d205ea356b SHA512 69b9412f71b00e81aa3dbaa16742048807f619acfb3b655a82c12b486bcc60c154fb7f7f533c3826eb0fb895cd5234aec101e00a27f5e6956295e73b9f22d6f9 WHIRLPOOL a5838fead7321eb4d96b5a8d908ab525217e67a2806a82de28009ec2c2d14d9ec08f326cb5e36c38283022be1214c4076a73b7a81382bb448aefd657e77b6a5a -DIST firefox-10.0.7esr-pl.xpi 252047 SHA256 b193c806d5cbbb78600ffe06f0d3a02dd32a72e2a78b3756ac8b8afcc97e400c SHA512 195fbfa2d846f2076aac889f2c5b6d68e4fad0e0aab6e3ea44144f5c993b68168c40f0a441bacee4901eefc80f9530fd589fabe992dc13ec8118fe8eef87b0da WHIRLPOOL 180cb366ab002c9eef4a20a795f121b7bbee7812f7f5ddc55707c4e5d28da36f60c374ce540f78bbf922740b4ad984b039ab1f9dd30aee5ac31e28c2326af0da -DIST firefox-10.0.7esr-pt-BR.xpi 246849 SHA256 ee10ef80f74999655453ef1360c686e731e261ec3738609cd063496aedae8315 SHA512 5df374e66ab0b34e6cf49b4082c2b005668d52389f1dbb9b8296c3e3251dd8c79b14fa4a5a82f273917a50952c04b7262f76f2da69d70a63946dc1ff8f527584 WHIRLPOOL b756f345a5173a937c26695f013b7216de730969fdb4255584ee2b96ff8b2e081be3f02f39f178a292648cd41d66b259dee513aab31563de59b2835f80c61b13 -DIST firefox-10.0.7esr-pt-PT.xpi 246477 SHA256 24bbe57d5cfc29b5da617b2b46ca874c672a62ece767c8f8cb620ec604a56d64 SHA512 7dcca9af7cd5d36549f373a7a3df2d95c2ffe4a950548653dab20a9ee0273f857402c1507ff6e649d89b38c72f8ffb721c0bd853648a276435e94624620dbfb2 WHIRLPOOL 453987a07d9516a650f3ebd9d2f423ee4669d0a25a21408f811083f54a6318767d547ae4a2c1c7c62d32dcceded131de1c556cab2644b958fed149ca6462a1c2 -DIST firefox-10.0.7esr-rm.xpi 245772 SHA256 5fc8d7472a56937d6b42eb72d50368b7afe7ed03036f901b66aa5828fdf85175 SHA512 b86e3312c391c31135a52b891ec935d69dc674759a28fc9d16a09db800cc1b4136dd5758944b8151f6406f01928f4d7c120a6e8e49535fadcb121206c9bc635f WHIRLPOOL d896bef24f292120fa1aed99efe76f7cce709c164325c9745617f5a8642d043f43db5a6f0287b906fef119327e1670abbc3be06f8bab67b7b3863c10aa639695 -DIST firefox-10.0.7esr-ro.xpi 263252 SHA256 93ce61b2a42665211e03a719f335aec5dcf0e03ae2b363013a9c48900e6e705e SHA512 81f116fb0a31e8fae211cef73d781b3b7c18e3c545dc067ade53246cfa58664816bbf7f948d42e909b9a01546b3953bd274a231e016209e7ffc78c1335d20e03 WHIRLPOOL 74e5011df92841d69b324a583c65bd35be7257ff8fd86fa55f02c8ce76c617cbba6c966d29c97017465bfb69888bccca0189b4954564a3132066cc4f12defca1 -DIST firefox-10.0.7esr-ru.xpi 254985 SHA256 4db26813b6b0737c5c716ab5500d83c01cf470377a76512a151581a4a5c3981e SHA512 b9b2007aaf1ecfa47341bae9a4b0143dcb726a4c0d2b4c56454132cf239bf03a89f23d57a39b33c99b89b1210c16dedd9abc5bc0cff81a8c7f7148eb0e19bb0d WHIRLPOOL 75ffd4383afc8f1454349d6bbe6317909902af49fae2317183508ae5215983c3e1b14d38236b5ca5366d25e1966ed7f99e7a054b8ca3fb9f902cf09fc14985d7 -DIST firefox-10.0.7esr-si.xpi 271990 SHA256 2b56646eac624568b63627631a7a2c4bea56c76209e9edb86d0e9b1088c14657 SHA512 15b9ae7225e2fe89d704afae04c1eee5f53a1d2fe7e09b6de52cf1ee1b02f3b9fdd2663f1c7b6142e44feae126b256111ce71610253116e3b3f98ebe06841f1c WHIRLPOOL 7e6906fa9177220f4c5921e5957cae7009f90d9b2ae69aa84a7ddc9d2f16bf23e4db3e6d1bcceec0c16641c742d0fcb91ba1418fc3f824fa65fa9a8090c2bb3e -DIST firefox-10.0.7esr-sk.xpi 254289 SHA256 09be69e73aee27c595f33eaafea81fce88206c9fd84c15ecbdec216f53f53418 SHA512 3a87467548ae1f5ce8e1ec6927f12b740e1446ca702a28989eb2db43c6a0346dfdfde33b047d7f75f27fc2e4d3b9432c896bbae612258190ea5c7d526f8d5912 WHIRLPOOL 63fe327a80ae98e96374f0f9ec461cab042c21646aec06825e0ad9d16490a8674ffde28c7afe80b8ae5c8eb3f9bb218d0aa37f0ec3079427127bac631efbdaa4 -DIST firefox-10.0.7esr-sl.xpi 241036 SHA256 fa80d530d881cad89325b9c35941187667762abcf1d61beb634f921f78cfd5c4 SHA512 099d1b681ec75131966c6026a5bad7770c6d8928214e2759506fc2db3d92c5717b9008dee56bd7f6ee2b6ee5128e298a96e5a57cbc0bd310bc2cfbced33f006a WHIRLPOOL 2ba4cdcb3e21bf4ac4c03033550667a86bf34d405d4e36a38ffabd35089a9c1e1d23870fdedb656b765008f3c780766d81f2abd7cceeafe9c6610edc56f0af6a -DIST firefox-10.0.7esr-son.xpi 239061 SHA256 e70a5f2ba41b71c1e8fbd63b6d0872bcaf89d2cf97005b20bec3767ccfa0a088 SHA512 d71d5316c16ff5555f8943573c72d4988985343f24e3dedbc893a396f5ceb48a7c44a481b16ddda9287f6bbc96bd84ea1120efd9abb2203b205253e80f2b903c WHIRLPOOL 3014f248cd2ccfe4c88a4252bbaf2fdba21b00779c6713ab1e134cc1f94d175887b42ff839d1b867f9f62f7b250f227125dbac8261e76c86a6fd3605561abfd9 -DIST firefox-10.0.7esr-sq.xpi 227698 SHA256 13e6c16bc90271bee1436451ce1e7ab65fddfec1d633efdd8335d3957a222eaa SHA512 70ebfca89029f77bd61365e7a0e9af4a085ef08d4c45523137ce97d71342c18f4e1ca8e8076ec212ced86c9ca05a6c7d5bcd3d3bd54afab92284d26b1d5713e0 WHIRLPOOL 245669d9dd4b8044c3aa180a904af6aec409116698f0b971b1788102aa908f2c496a98345c2df7394c2cc0aac9e97abb98757359272c281b84e12f611a93d077 -DIST firefox-10.0.7esr-sr.xpi 277745 SHA256 50359e09855bf39e42648ad5afb11d2e982e27e3afd058c8444dfd463818610d SHA512 ccdfac3b942a1fdd5c064098059b013539ab20e672f541cbe396675fd195fe835c551082f2f112a947a7bea572574f358547f037f99cd9de91fe40d14c0f352d WHIRLPOOL 193b32724e5137168567f3ed8bfdcb8ae18e9ae5545b0d2ae99c0975545d59910328283d33c0c6f61b862956e5c9a19651a63519406949cd2bdda69a43efd9f3 -DIST firefox-10.0.7esr-sv-SE.xpi 278881 SHA256 20146c531c7b1f854ed322584093ffffcb3c95286e322ab2d0f20e6515a652b6 SHA512 dd22c802b5a50bdaef422412f139fb3b5e9b7249a93982515376281bcf5e612c98446ed821da82e76140990f2be26f3e90b9096dbb8bd233f2c2420654c59675 WHIRLPOOL ff9ef486bd08228df4e0c82265fbf0259d68fd10b740239ceb7c5a7d9587caa8a2cb9622439afa55b29558ae876c304b3f75dede082a8c1e1a0ba078cfbd52df -DIST firefox-10.0.7esr-ta-LK.xpi 290619 SHA256 70531a3b5883d39de0ef1f891a9ea923bc306339e3fa064c892f47e5971dbf70 SHA512 9755a9e12c39f072a1791269415df646615cdfa28304b0c45824ee162eb2c48949704bb08e6a99726b1251af1620f203943a22040bd579ab1aae654d8de85656 WHIRLPOOL ca3321d2d35a9f7d68b32018e701ff1df08fd08a5734fd010e5c2fbde14585f37f934d7e367575291f0d416e24276a50093037e557c5e480f35fe794296df452 -DIST firefox-10.0.7esr-ta.xpi 274057 SHA256 fff4cdf1f675ff59bfc87ca2b28466b10b9e617cd6619bf38ac741a15636c8d3 SHA512 974e729c40fbc468c6d69841c9f10b74ed6f3b04531e319867d54cd354f218cfefb73a06771ca6169611d5b6643c8cb7b3c9754b257d63f084d5a26bd0da3d42 WHIRLPOOL f0ba7557817317a64aab2b611331eed1c4eb1d0ec5405767e6377e1cd1c39988ada7765bbac02f4127058209beac1bdb9a558387caf19f8cd766b612e47c1edd -DIST firefox-10.0.7esr-te.xpi 289046 SHA256 538c3b0fc716ebf846d0844fd9af5292c6c0caadb97c9d0d54006f9f4ebd6593 SHA512 d9936338bfa78a769eca2dafc8d0de5b3d65d3424f9e3556225365fa54b4d7cd45b33cf17e6bcb154f4a27c10c238524cc3c25a2b09337a90d6235ea7ec56bf8 WHIRLPOOL a92d36ca67d5ad21769ae227831306a621f08abb27d01b7bab8575fbbeef9da651569039bd9b159f2f932504ddcaec23336c422cdf645ac0ec2b1f9794149784 -DIST firefox-10.0.7esr-th.xpi 272423 SHA256 6fa5d1d7f3eaed3b338d5ac109050a8d681d75f796bd8af5bbd783d74fe951e9 SHA512 455cf580528f93798563d43b6db07b4fe8f45754f2dc1625d072d047dc7f9ffc8ca74c1088eb1f20b02426f6bdaca85738e87c14d3542a1f438f35e96b273301 WHIRLPOOL 46191210afe1e863ca5dd95793aa3b143efd156e3f9363244dc1a0bd9f2579df4617b8947154078b4f25852de95c13bee971c726ed14b22267644b1c97ca5dd6 -DIST firefox-10.0.7esr-tr.xpi 249918 SHA256 e246203187d58ededa2d52fbb48ff02b04c190632aa7793b9efee0b76dd379c0 SHA512 38b2797b621e1206ba941d2865de3cb7ae51674752af031ac8115dc0a71813367a8214842ed2197f2d1833e77975a5860c3f0dbfdfa9dfc5dff4707368d76b43 WHIRLPOOL 61aad156a84607fc911d49f84a88b45d047168d5434807629ad7439e447b3a78c8323f2ef8d5cba5b807d4f0108e2b4ce3a04d35aa8017f900e07af225f6f9fe -DIST firefox-10.0.7esr-uk.xpi 279133 SHA256 5af8e98430dc2fda14720350ad5056ff5a0332d3b7b027b4e1504b692530eb9f SHA512 6f387673895ec06e3cf583512043fb2d01ff6885f59481ded5c3360d842bc349ea4ae339deb42128a95cd8c4c249e59bf3eac0e5d3c4cf28d3e8ec07177743e9 WHIRLPOOL f6525d995eab4e4763b3c807bf7fabc12a0a27340b97543876f5336519c027403d20d19459d3d374994e9d448893d76370e6f064487ab5d5dc6e46bfccf1808b -DIST firefox-10.0.7esr-vi.xpi 262786 SHA256 7ba320ab0a52cab45834db007502598afd4d3da029b924a0957f0d069d7956e2 SHA512 e3c8c5ad7d3ec0d66ed2263b7f0af959f67e29829db906fdc6c6a62ea6d9967a380b3d1e9226409e3a08c186b9b8a1ac3ffe999806d948f20ee4baca3f05dc78 WHIRLPOOL 7b2c56f6e4c7eb4569e3e0fdfc5ff6ac0addf4c3b7fa717e3d92bc9347b82b3d33d59f6aa932caae5fd53a473132031b81f50c283056458fde3bde85b73ae8a5 -DIST firefox-10.0.7esr-zh-CN.xpi 256547 SHA256 ba531a5357c0bc0eaf51da3e4faa5490155f37329b477654ee0a1623601d539d SHA512 4dabda40417470853ee5bd8221f7399df4fc4dd781c49b00f1676bb80cea47e714251f5fb32bb04a40aaa78f5ab7a59ac84c7fdfffce2bcfbc24c836c2a2a8d7 WHIRLPOOL 4e8f1fb165d997b90051d387df6471cbcb0d321042709b06fee7f5c499dd91745534f1cea3e2e8a8a40fd32dbb3292cfdf42d5c09a66ad6625d8814d51fbfbe3 -DIST firefox-10.0.7esr-zh-TW.xpi 257493 SHA256 88ed992ff277ae9652cdd6e877fd060b44af2b80fe2c04a4381e1ffc232d5b72 SHA512 cbe7deb1f67b0c34354968f86d1f2607bdc97b7ca449381be4c002de80ab348820e6b49522dd97fc4f1d5e63a3acea3de089094f6123ea6a9952f26a236daecb WHIRLPOOL 0727364e489304fbb4f51bc0ea10de76231dbf099c8830ca4fa380fede30185fa3638a27869b21ad32b0f57e86d60fe52f1db88acd0abd05c0c9be141d6b4519 -DIST firefox-10.0.7esr-zu.xpi 246396 SHA256 58cee12ab9daa8ce6c6c3a6b4b608255d16810952ee9b3ccf5d7d6fb7905278a SHA512 6fd0c0b5bebbdae8ace9782ccebc985c0ec0d1f34abebf25bd015a0ab6cde7406c519f12352ffdf4cf9b8eea52b191d8dd7bd4ee2f75091414edea60e5603de1 WHIRLPOOL dd9f9db64311396ccdb43665c7973a654ea211447f6b8c97a63274fb1425158f0fd3509a667a7e0cb835f4bb0931b14d1dc2f9b39bda78aa2441d1758028b41b -DIST firefox-10.0.7esr.source.tar.bz2 75624327 SHA256 91b0dab3168d75a4f157dabfdf6a95367cd3a8767298d88fb43be251f37f4423 SHA512 2ef416efcdeb50ab23f54b16c81c2ef8f93080325d78af2e08ed143f2804427cd5847d256ca13108622d5f08f313fcfe3508ddae24df19fdb9020c1103f162b1 WHIRLPOOL 2f9c26299cd8b3dbebf8ff9308f493b13f31f14fa3bc50a0a00e64af5abb12996f24561b6a6717a7651898ebabc502d2cf0463d48415bc75df4eb7d77f0b9cbf -DIST firefox-10.0.9esr-af.xpi 238744 SHA256 064acfd1c3332c4b3896b884ff635faadae851d174b02a0a2dfb12596a2bacce SHA512 4f0eb88e3a7c852cb6ac6e3b2779491649faf04a6045217fd0a03edbf98dc04f711c8da7771614f514a5642ca7355d338ff98ff872b534bec0914430d37cc7a5 WHIRLPOOL 20446cfb085576ebb8a79123987b90b488be4a1773bb4b169269d8f57fc0da0ae27e31f2b7c9d908b95c64f68a98017a2cbd9d7f8844075f5ea2dff83cee0ac6 -DIST firefox-10.0.9esr-ak.xpi 240572 SHA256 ed354a2e2a0047abfc2d38d560c658af65e43f1f5b248e42d3af31ec8216e8e2 SHA512 9a1910d465880173f40bfb8cb373d0c053b8821af06df1cdf94ed25cfe52bb6da77676bf1da854e8209dfd1cbacaf346df89a86baa1a7b0d0f18bf15bfcfac34 WHIRLPOOL 7b86e5506d626619cd2464eb61f920fc6b22a65d7c2c35ac1324576c5d6b69057ba128621fd362ac4d2ba9c4e13f09917ae910b3c85701bf944ef21a3a9091bf -DIST firefox-10.0.9esr-ar.xpi 263703 SHA256 06de0f96f740294e2bb1312796e89d68a8d267b1b93d43cc0c17760319496b3c SHA512 24afad352765a1420be5cc8c8d6baca956674a84640bd8074f2fd3d78fe628b78a677140bbf4b254daf4a1f6b74e4da845119f637e3fbb0fe1c8ec8ce35085cb WHIRLPOOL 677d41b08009bf4eb6f5d78e37fe3f4c0ddb490dad509438a687fe8ac3ef44e1b325c8e867fdeddcc0115f5be828dfcbfba4ff8c24775ce8ca774e7dc367ba0e -DIST firefox-10.0.9esr-as.xpi 278743 SHA256 19a9174c8d4ffb4f91eb56b721d63ef197a0e935709fe1996eb72b3d2410d702 SHA512 89da88abe89ca817f4a2c9fac6d73c0fe281b3546ca009001c9cf1d449516c5d7792cc36cb189fc41f627a76be77cb806181e07cc8ee56a516bb24e7d41a21d9 WHIRLPOOL 5a568a3f7bb57feb9dd40028f516ba5941f6fc62a949ee7bfe5709dc29af8423d0870b1dc702866cf1e86cd737e95a619c1f7fc9a1a4322447f50aff72055598 -DIST firefox-10.0.9esr-ast.xpi 237975 SHA256 b119bb7dff1d8be7cb4e4b7326c5e7addd84af1627e9df967199450d153b9a38 SHA512 6ca4c377cf41306ec793a96e3d503e0e3389164b9b90eb805b33fcf2f4e712ce730015235c5b09b01c1c624717a48772c7b7d5de2d41437fb68af00d3d7cf403 WHIRLPOOL e9257cfe6b71d6e703fdc1ac728268b992b9bd592a8151341db3913ce4ba6be4fce6a293fc2038b32500a0af2ab0571df3401e6ee46e90daee2610c1f412357d -DIST firefox-10.0.9esr-be.xpi 245757 SHA256 3d6e8655598d75cf870ddd5c7a7338c28cccd7b74793781c5d699e9d9de7337c SHA512 ac3621a578c952e81dcc0a90f3017c2cf51c3fc6263dd291bcf059e219a4355eb673f88809b16ebb3b1ad8ca973292ca42d92ae7ea4d370db2856e2c803b9a2e WHIRLPOOL cc7513073d5b2890bc8a3dfaf74e8b38b9616aa01c69877c63a9f176df50e55e51717c62995df561883eecf9e855619fa3d87dea817d48d3a640feaae410fb48 -DIST firefox-10.0.9esr-bg.xpi 276757 SHA256 2f80a8c025a5208feb6fc0d45df29d0cc8f004c9945565e9b5af57526148e441 SHA512 f6ace655c3be7e97f4d9c59d53be25694f7726ea73ac2b422e07f756c5dde48bcc42f76eb40f3cf9a775977a4428caedd280bf129727f9f639568a663ffd2ee7 WHIRLPOOL 3f064d6aacdfc3a0a2ed9aee0e0a137b201de47a5df0042abcd12ca6df759b12747f757024ef24bb675f04eb289403a253ce309c3b042d4e4c6e35880994c824 -DIST firefox-10.0.9esr-bn-BD.xpi 288293 SHA256 a43f0426b4d51db75e88d19d65838a032a7c119c6503bf7402c9360dfe68a781 SHA512 d46372d0fb7627eb235992be52551d177dfff70ff36494f7ffeb39f5688efea5a2b4d1de2f4225706b67f3050954151af1cf0072891380e622ccd18919c735f6 WHIRLPOOL 3608e9019595b21fae666a662d3daf9259e64127bd0b8464733fe8ce7702692aea6c2db50d93a37eafe53ff9425eac87844e260bd1753f4bed6df82c42f44305 -DIST firefox-10.0.9esr-bn-IN.xpi 319304 SHA256 2a43b93f2d3151f955ba999df5051382b17bd5b17c35037c1528399dd88b3ec1 SHA512 ecb1555fc8c2ab92ea8abc1e51448c45967f359811d6d16a9b2a6ab3e204d4a122cd0fb51a8dbc048d0d362b46afa64a830462627c1c597e88c3f2dd4ed0e867 WHIRLPOOL 786f5a01d54d2c4c53b7afa3b02ca5a9e3e4378ddeb7b9b1d181d535590374df21b3b6a7fcdf616c876968b5af91cb426b6359890572345442009ad054e8594a -DIST firefox-10.0.9esr-br.xpi 247652 SHA256 881688b54ed45ec4dfabc758e93090d792a05e3b8a1c9e927062613b14181a67 SHA512 76812fe027745e9673a9dee88d5031d2f6de7a4f2a63a733e0c934394c26980324f09a861cec72c9ed1f7e596f2552838515d7b8a3cc6171d7d8b9d6af49c6b8 WHIRLPOOL 6cfa079c1925c1cf1d9c1107fbdab6965e555c3c948f1db84c298083017c7d7db8352ddd62cc95190ee83e9ea3f0d68e0c437ef8a801120387f6deada2dc5467 -DIST firefox-10.0.9esr-bs.xpi 245309 SHA256 6149f9da2f3b04d3bb486397656e2ddbdfd6c9e5d58008ed3ae22b66de0193a3 SHA512 6aff7e95276880ff476debe3bc925170d21a734a9aa0e429a4a3332bdba5041f6ca2575608760a29faa8ad5e356a1f180869d09482046fce001de7b461568b5b WHIRLPOOL ff3947b7b2440cb25a79387bea226dbefef4e9616838268fc5fa0802e449107ffc64a6926b18c70667c1a4ecf46d0d08c1ecea1e4e5957075327404e6e5b9430 -DIST firefox-10.0.9esr-ca.xpi 248222 SHA256 021c1cd746780aa28bbad8ca1a17a7407110d1cd1807cefdb8b8f73007e3b912 SHA512 19cd57393c9aaabc3cb6017093adf12467d81b6f3c4b8ebb43d996888fedc769d950b7872fb4749b818b836f2295e43b504016cafbe02244a15cc25608b01449 WHIRLPOOL 821e7f001cedd495b3f0043fdf7374455f1ab8f89a1a120b7506316c14d5458be2d7a7578c1c33170b3570ab421014542098b555868e81c622ee5d18944f6b29 -DIST firefox-10.0.9esr-cs.xpi 248770 SHA256 d734e530e33072c72a611e385f57f30f8da6660fbbbc04932704d3d9dfe293a8 SHA512 95b983267dd81aa33de7928563a3dd85c095b4d409264e0bb8e20d06ad7db7957e0c687e95b3521ea14b77898a5a95ca674c9cf45a545e03ef5a88a78831c137 WHIRLPOOL 5b6e3997cc52631d2653dd357a6d1c58c8b359efb3e6297ca706f07f82d7f717ed6d075b34acf048c021cb0b50c38caeac792350fba2e249b2dd2ac56c0e3109 -DIST firefox-10.0.9esr-csb.xpi 266624 SHA256 6de1484c4695a7d753ef11e2f206544a142b14fd09902862353d34b83cd3536e SHA512 f01d00d833864192cd3f5543f9c65dedc80bcefc81cf46ed7ee0ef3f14c38e4468c46815cf7888e7deba7fd9bd570cca95e18555e0219afce7df2b1639d341e9 WHIRLPOOL 84248c5f3bc189698dcaabae123e2030515039f0c738c90c7c794af38effe4bebd97c4c1ac6f4bc109a3baf511ec1b23a720dda9540e80c38dbed0d1074dbd7d -DIST firefox-10.0.9esr-cy.xpi 244198 SHA256 febedde3c405998e4eba5ffdb9f0b5f3bc35392b22827cab2ad48e8233a90fe4 SHA512 8bf357d3bb6b8eff75fb57a662a9303c6355c2930a28d817f00cf094aa3f25c9a15f1113ae98cec869125b4c271eb95725de3b6c0a2e173687d3d45dd5fb4eaf WHIRLPOOL be8d6fd0cc60a3d36b1a88f637b5f6f7434ce235a0e9f1429db9d4f75508f00c12bf08ef64364c4cdc2ada0ad3829664bf9481e4f7fe1007579bd15c4e6cba7b -DIST firefox-10.0.9esr-da.xpi 240328 SHA256 0d43680130cf55606dcc3ccf8e0ebd5f06eaf038ba74f50b91ee06424fd60651 SHA512 44045668e1e1cfca74c74119ef06853ad55c15ada6e73821ad06a4df228f908ab7c5b6758979b2f6a5ffbcf489fa51741ed3d503c22f9d6660aa102157db791b WHIRLPOOL 99efccb677fce06943c4eaf7bf583e485975c0c9408a7be415fcec21d05b4be6e1a814a3acac7e495c1e59cb6b0f6d5a23cf20e733f87e400b2a430b3fa03d5b -DIST firefox-10.0.9esr-de.xpi 249298 SHA256 669aa2da43edbbda804fbfb7562cb18c85de977667a806abcc2eedd8aa381299 SHA512 965e7e24855edf77974c10438dafc7bf9d14af1d1cbcd4313a4b586805b1ea1e234d77030354bca964a2f09c5f22365b16dfa4bc8ff923a30ef6791e6b617827 WHIRLPOOL 266c8faec5d56f1ca509ce993b60a5f5812750ff805ceb57e1b7af92d88b64b3833370f8d2cbfdb5bfb38d022c138494ef40e3e7d1fdd39239b9e23eda62c611 -DIST firefox-10.0.9esr-el.xpi 264380 SHA256 948f5e8094c8fbeac772bce7110fa6f62779636fd611becd8896f54203944b0f SHA512 f57e841a0d73818c5087a72bdb8a50b27a0dc576f68c6aca0c866376e40e45c2e821c9afaf91efb00427c223edc258300fa2bb8487acac679f4005b7db539405 WHIRLPOOL 4145bb58807a0926ab2fee9e5062a42d379ef9925271e23d69dfdc4fd25da9a6086c044777f79f58d459756288065a6419a3f93cd726399587ee244f5e9fbf1c -DIST firefox-10.0.9esr-en-GB.xpi 231194 SHA256 a6d75cfc066720f4003667dcf6aa877852cd25d46a16515345f1b22cec38a63d SHA512 3fb104b58388f8427c18efc0ff74ff682d8e90b6d8e64f22efc9e299ad769d4d21b8d10cc04eb241c831570a03d4e15bf28fc08541dfe6c9a64000bbf87fc3b2 WHIRLPOOL a539cf7c2d7e32c53f004702cedd15af10746988019eccb5129ddffda6318a4290daa37fe362a893c891a84c9607ebeab7c3df9bd598630df748fac696c97b2b -DIST firefox-10.0.9esr-en-ZA.xpi 233920 SHA256 0e142c79de188410e2885d5f12f85bdc304a2e50a8a5941e9a3f1a8448e1c100 SHA512 9b1ffb0bcfa564d92b91aba0ba5e7b8360fcecb9f2de977f0e2570873b0567e10b24799d9b5a61082731bf7668b169cc7bd1f00a18bfcb4d18cf0f7d0bcd388f WHIRLPOOL 6c07735e52f3e24ca87251ed4251b6cfd05ad864f952a6ee817736c02d9e94abd7c7b983e93a1029e9f295cb6625d331ad01bb40a178942bd03f89395fd154b9 -DIST firefox-10.0.9esr-eo.xpi 240903 SHA256 6e4f46b4bd0c090288989423c6d77eb3f7e957c99e80b9566858f8f97635971c SHA512 caa6e3b43593ebaed5ddcda0595fa6b717d98df1afee88ccca164a48880db2d1e37bdd53a265142e0f88c44c9782c45842cc131f1685801f00e10a01aebc5916 WHIRLPOOL ae0ba2773f7ca1d923b5ca4d7b55405aabd6468661f98633a126e66c2cf8da4af2a4b5555827c1195e3795c15a3a354d84db8601b0b7d1b88a711b1c6700f8a3 -DIST firefox-10.0.9esr-es-AR.xpi 245347 SHA256 f22a8b8e8c6a6d003de3a9d403063701c371c10b3f84d97c81e5b9bae15e64e0 SHA512 0bb11f5de95353a6b16e4eba31a8e977b2b011979f681dd3fb3df433179b17ea9e6b479030d2cfb5a354a784c5ee0c94822117546bbfb476aed866e1d93d56b4 WHIRLPOOL 772767c503f22b74c5259f3616d67ef785cff6faa3f07f154b7783f399a8cf6ef17bd4865ec9f34c5ba2370ad49cb42e101b8389a74acb8a9e7f5594baee6d6b -DIST firefox-10.0.9esr-es-CL.xpi 250206 SHA256 80e3a8446b41c278babbf81507f1a9bca7730fcbca7c8f74ada787d391d5513b SHA512 b7772b6ba5169fa46a0707c2dddfacd00b4f1120514c8835ae7ff5c2c4c97746cb1b92d1c203c20009ebc8aa704b4f8aa541d671125aed710aed841b1ffe5bd2 WHIRLPOOL 92ba0b035d5955fa021c432956b51fe671286981ffdda30e64755c1763c0ce53451e900d65913ab925ddd26f45d06513721bb31142e539084b91e7f71b6585fe -DIST firefox-10.0.9esr-es-ES.xpi 215378 SHA256 2bbb059959fcffee6fddb46589cf7d7712935dc29035c9acf295829fe7b2dc82 SHA512 4bbb3be2b352d3eaf5121784368b14169db1be6e5626f4e2dee3bb4f272905e6bd27ea9dfa7638bd1104f78fde267544b6dfe89fa395be0dfc27b1094fff22d7 WHIRLPOOL f25c3b4e573bc645d3a2406e0d345980ee933dd3fbf1795967bfac1778ea13e7dfc1f6dab0a4c5e2df4296a37a637421f25fbf70dc5faee1b10860753d31814b -DIST firefox-10.0.9esr-es-MX.xpi 224152 SHA256 0bd7f183f15503ced04e21c1b55e2534d3fa13e79739b94c4b482eed365af2b3 SHA512 62ae72244bed023c5e7f73f1c310a0f491429e261c8a02dae3cec3070dae36d5b170f2dea4cc81178931859446146b9e5c77ea187246c2afb3535997980b16b6 WHIRLPOOL be08e4e77bf1f9698173d80d52f11f374e71a06e6cf98133c881f947c82d14c9f5ae86261fb180128d318699dbee34921edb86e19ca66130d9417fcbf616a979 -DIST firefox-10.0.9esr-et.xpi 242631 SHA256 f8cce8cf6913027d4a89eddfb32ab0c8dc0251bcc0baeb80ca30e5641cf77acb SHA512 a3b2d51a5b7a3324cb6ef6bf8a2bdb1a44744e633b97e2f6e51124113f1582192b51715b7fe343799948fdea4640cc8547ecb3fcd7f39d84aeea352a314cf182 WHIRLPOOL 7e0cc3e5179c09a2f581c33fd381ddf53423daaecf7f8d3d75d6d437c3235f652c50002f3c4eb0c5febf00446f89210002c33d5e6bd518f54f628778d2bee7e8 -DIST firefox-10.0.9esr-eu.xpi 240252 SHA256 e6a8a140766a823e934cfabfed046490e2406c38ecd6a3f292b2f3c20e7a6bac SHA512 9b2d23623cb3c12abde2b1e5a9134940d98f64b4bc8fec5a567b70df25d9d07770901dc83fe10636aedb47066a9db25865ad41b14ce5a66506a81d5d1714d8ea WHIRLPOOL b7f27ad3727dab973f772e2634ddebf15b713e4960f8c1dd2cf15c639565141e867dbba33f86ebb2069ca9e6adf81d26da7e15f4b67c38ec71db268830a3194a -DIST firefox-10.0.9esr-fa.xpi 272853 SHA256 3ea911cde5d287d4bf243a7a4513825c8c508cd0926dd025188c848c88a554fd SHA512 911032f2b4f751e03bd371f2149f322b4d02f4711e00f043fb4c2aa7da1d5ffb31a72db048362e00ef6201d91d75cbd54d7f5ae49c56b0ced8938d605fb7d36b WHIRLPOOL 180c91fd37615507832bd0e8df73760596edb6c2591e39b12e25e4685f68b228508e3d117ced1acc49da7ed8441abbc5a7a11d34bb4b73cbab42ef4463cf95b3 -DIST firefox-10.0.9esr-fi.xpi 243630 SHA256 2d1b4cd03dbcea1dc53e39f671faf58b4927951976a31cf1fe3b5b5fcb27a3f7 SHA512 14d782f1f752924ff7fe632011d28d339bf94fe416e751d436bcabba69a4f2573ec216fb75c6a9ec7ed22a56dd6fa296618e04851d99e1eab7a88af30c93c67c WHIRLPOOL ce7f431242f230980b9c870956cae98dc5bb35fad876422c3af6ee98f7fb117a966c2b3f23729342fc31b51e7f3b0cee7f64cbfae8bdec3a07accd5586baf65b -DIST firefox-10.0.9esr-fr.xpi 249569 SHA256 3e1991a21ee282fd30612eb94e887b7e8a4499d199a78a8b6b726b3524ab3a5c SHA512 a7f2377ce85c6d08450f2baf459dfa8c12b0c1cf69f1d8987d62a7124ac44bd5935d9e87c672866320a3f098555536c308155d6d016db60771d8edad06b1ad1c WHIRLPOOL 0aa4f3de8cf7ed10fdcc300f13ea1b838e167fd936f904f25d51b7d906cd1242b6d688ccb289957cce55751a2a4453051a93c5501efd16cb0ccbfacf147d3dbd -DIST firefox-10.0.9esr-fy-NL.xpi 249343 SHA256 1aa2899b1caab0e3d5d95d80e37cc792c0215ad960f44383cca0047e83e4231c SHA512 83da0171a3f8fa00aec99d47581a7d0989c6abbc47fd3d212ec4139bc0dba3d35c2eeeb3886c65ba9795525e74d975a71fcfa3c1cb1f380b949ce9855c989d6c WHIRLPOOL 69499f2f43b88b0f3406e2e71deb449b84036374f2f58077158e9387bc689fe24274b629a7a8fee65831b417427740557a40a5e026ea168d96aca2394fe909cd -DIST firefox-10.0.9esr-ga-IE.xpi 252022 SHA256 fac69cfc71de10135a6cfa42d130ba864dfd727b41cd88165872df2c987b5eca SHA512 760a5fd0787d2d45e43cfc46d4c2592d2cb6f870326311a99cc154c440f34bfd66a78cac0f9d3e8c0311f1ee435b75fe642d765a6a3e382b9ae9786b66583cad WHIRLPOOL db68717b403a79d0ea2c9417676f2eeca96dc916fd0f86f75673c48af4a9bd3f2f186b58202a9865c0ecb785574520cb2536b43191f8a842782c52d1b1e66a5b -DIST firefox-10.0.9esr-gd.xpi 253678 SHA256 71b690dba184c4c6de024bd00d9040ea36160a1ebe5ff9ef90e6aecddf9e736d SHA512 d02e1ddf6f11e2898cac77bf6164124510a9a7e61f1e1be4ecde38b03e4c78ddbe9cb94897c47496b0a30800b648ffd3f0b1c1d486d8df5a7cbe2b8f7d64c20a WHIRLPOOL 39ea33708b1666478aaf30767a1a00faad292087b6720eabdf0fc8f6c9bc47a8e5a72f9a87634afe9f2c0d5ed30ff530a16d715166b09544e6343b466fbe7b36 -DIST firefox-10.0.9esr-gl.xpi 243250 SHA256 422c59a2c4591c0f343a56ea3354d04e511ef311c5b2b70927cbf4b216de428e SHA512 34846e1ed797fb516ba3a97f1596a805ad90100556060fed5481b972f5b1b0f284a7bd082164cd336ed10c58e5b4eced275c0e184c0cf800135453dae636028e WHIRLPOOL d8877b8a6c16812cf4aa6090b91db0e539c6eaa308f61c0b172c2b2228aac3b5aedc939f7dbf3451b63dbfb8399f0e8165a37d43fbf85bd23d5defeb89e20414 -DIST firefox-10.0.9esr-gu-IN.xpi 275222 SHA256 d60eb4b7f86b796241bb484ea47df0890bc1b6b47ad3f64ea6a1178094da800e SHA512 c8068b328b4995736a7654282199292ccfd5fe708318d4cd1740c88d1f1cbdfaa9259a32cb18f1704857532aef35f9280116680d55c90fd7fefe7331785d4ad0 WHIRLPOOL a05e4e55babd5d67c63860db14750d9c93cf925d13b578b7cc5f9a1b1a5e99aaf19ca04cfbe1ef59a8b355b26a5e74e9312cae76f6bec24275b126179ef110e3 -DIST firefox-10.0.9esr-he.xpi 264935 SHA256 edc74738ccfe2d96da989c10fe535b4fae6812076c5a96af1315483ea5e3273c SHA512 b4e2fea4af79fb6f86cab2b8b84b5ec7ea06e71a59dcf6610e2dc85934978cebc4277cb15bf1c76cf4e426da680d5202a31ba4ddb750254a5e43203c06357bb4 WHIRLPOOL 1256bd400965a75b39c861380c6c965f0e37d72f04f4e5166a6bc8576d294be0f4e8836e7dafcd2bded6040533e1bf6c8946ad4792da3509104b42774df58ccd -DIST firefox-10.0.9esr-hi-IN.xpi 280001 SHA256 a3e44681b89bbb7b7aa8c079533485a05d92a421ced5ddc1060b801c7c9acf01 SHA512 b42bd2bddbd72f6b2d7ab3d884c10ff169d5a1b4361a05626aaebf9420f5f3d0a2ecce54221c98789e2f92431faa733eca4c61fa2f04842ec1904fc0f3bd741b WHIRLPOOL 7266ea03f8f5225547b8307e87341e11ebc3de2f1a53e23677f5b7176046df2772f7e08ae08434f4af47ec7b60363a3bc4390d387b30161ceead3378ec1c38c9 -DIST firefox-10.0.9esr-hr.xpi 249334 SHA256 c5fe0de488ffed260d3835085179154f23193a562b7dee54e1598d60021cbbea SHA512 1dd3581362621415f8242b768bcf5d08d0692a8c2937d4512f833534f36ab96e9a62b293c8325a51c175a08335e7d2696172383c907ffb9ded500d0ed3089102 WHIRLPOOL 5c3afa1562a89325efebb0d0ee63dfcded9b22425ab766339b2589a7bf814866fe05a0c924d7bc0e449b3463e686b9d689d106bdc82fe70c6fef2611724745a8 -DIST firefox-10.0.9esr-hu.xpi 253774 SHA256 da0152f09a528501ee1ded733f46794386fe34973235342e97e41816355161b9 SHA512 005588d6991aa5831da0d979c99fdfa8e47a99f9e7ee6f103b9570c6f8eecc7d8b73fb63133ecbe78329f9a545865771fe60ef14459e4da70b82386dd174bffe WHIRLPOOL 8550abf45f914bb64eda514453889be43230a2ed9362e155ae55bd83328f80fe57335e8c44260b5f07075b13423abace89c1457e77fbbf11df62b91f9cf23ec1 -DIST firefox-10.0.9esr-hy-AM.xpi 445453 SHA256 7c225f179507602efdc173b449dc1baac3542c156260903d5273052257e8e8a0 SHA512 dafc37dd0c67521c8095a41e8b114d82cab0b4bf44d9458458f75b1d9594264114cae0e13f3e9514e2d11609cf1051b096823045693db60a9ec821d8573e238f WHIRLPOOL 7c4f27157fe4d527664cb4360524f029f33d00e09ca3166cdf24ae91483c38b44d64e4ab472e8795e14e3d9412a811f28e8bb108489ce05760c4f8eec929aa7b -DIST firefox-10.0.9esr-id.xpi 236824 SHA256 73928ce6e04bb98ced950a3605adf019259f61d1234d3b1d1dd35b090206be4c SHA512 540aabbe2a4b087b7fc0d1b8fefb8ab441f42c8a1cec56195058f28ec22a424a4f1865a70f7beee37f39e4fa51da500734b88fc44da9d4842c744f057f42573c WHIRLPOOL 78ae7def6c902af559bc0ca61c8864d9c14658c87d9178a7394dca12eb9bdca2f347853afa521ac35e11309d995ccc050e67f874237091f716ac0a269f639d6c -DIST firefox-10.0.9esr-is.xpi 243068 SHA256 53d923d2b33d8dc5e9978e411ca185122a827020a3a981af4a93d51865f62a15 SHA512 2b6fa688ef192e9659d59c199047686a4391d6548d24e6ed3f44eea2580ea7ffb1d664781cc417be86633a4486defac36f68ac140995d787fa071c8355c076ac WHIRLPOOL 3837eaf44f63aef7d8684294f8cf193c2baccaaeabc4aedb93e45527384840b7541f923f7057fe71c75064c861a5bacd97765dd2bf816c64bd40b2e6d6756c63 -DIST firefox-10.0.9esr-it.xpi 212717 SHA256 e6a440e1e1b8cde7cddb59a033e1b309a49f17140980e84c0c9e91c62afb1a24 SHA512 44f57d317251e5ee9d0f057ca396ad915f96b68b0dbdf8c71d166e25c86f24b020c5317804a268cd2c5edcb0204dec7d7be66459fc004f102afb13d41c3fca59 WHIRLPOOL 18cec88cb87581f16a1cbfd6915ab959826411ac022a441da26ec9db2059b02075dbbe137a7cf26c9d6f56c3e4e45610cace6d5c5ecd4c3fce71427b071739fe -DIST firefox-10.0.9esr-ja.xpi 273115 SHA256 b09bed37264b2d045d01a4c25e6bf5e6c70f73784b683036df0eb0a729c5eb81 SHA512 e824128ed255aa6ba67400b0770b286da0632a5423b29cf9c77550186280da62d52864db8a847d8710c1e5a034b2279f739852c8ae4079bbe07a4ef32b829035 WHIRLPOOL afce2e53c924c19f09c82a42320fa4ee3c9adfba74d8d79e15424bfcc9921017ce407d8ce196fe5ae03b1566661cefd7421f0bd58da371eee1b4dd9040680bb9 -DIST firefox-10.0.9esr-kk.xpi 279778 SHA256 f100d387773251d6ba81c7c4ea0f421eb5e2516e65c9e723a7ec77386e37c558 SHA512 ca5f46ebea9ccd57a53166ea3e9913e9328db0f495f0be868653023fc77caf71524b556111800a2d8d98e090d037165b5943fd20e139cccfe560d2589f0bd600 WHIRLPOOL 030ab1d87208ed6fcd7526de75cd6c915c165e5918c5a185f7d0fb82b053f9fbb5cfa86a7f21d659304f27519aec01d187c2ee448b76442e2695f19a2b52a067 -DIST firefox-10.0.9esr-kn.xpi 299831 SHA256 ebe2890ca019721607234437a87f29c8cf56ad785afc956afa8a6d06e435f79b SHA512 4e7d6b6c687d50e68f12cb0f8ef623286084dcf38b71d78677f87c2e265bfe6ffe18f39567b45410f334d05f6567b6818a52a80b11913c6b189f5549b699f916 WHIRLPOOL c96faf8eed72fc1fd80a7d64788f4db663a286d89ae090d6a38294ea562f1d03b6e7fe1bad98b4d30d0c7ebe962a4c5b06f720ec4e2792a64846e122e2415e9f -DIST firefox-10.0.9esr-ko.xpi 227946 SHA256 e664f4da7a08e8cb73e3936e178cac892a9c4e1ee5332597c53b57e8861a8469 SHA512 888e734347f1b5205d1b39c51a9801e35983eaad562d02425d871963f3307da9ba405e1f4a3aeaee45b26309053e586cd20c9b2516a38c72781f7f6fdc62a146 WHIRLPOOL f18fe4dc96b4e6468fa4159d64d025918f96c12ec8e9504babc5a046f04a948e2353d86a05c6a1caf425c59a4ce4440072e50fb5457a97cb18ee932e0d90ce9a -DIST firefox-10.0.9esr-ku.xpi 254710 SHA256 bd155554e86ddde2ce42bf452b1924bfde69841585f3feb907720fd78dd0d8e0 SHA512 65cc28f4ca5f713f65ef9abe72e63b5c25f328d7a1a08e04f6e53df47132e4f38fa2d611eeef4a2586dd2729212eea8d46d6b6783045b17e5f3811114963bb3f WHIRLPOOL b8af36bd4bf4c04d311035556abda6cf5cc3983866af09fb80e97c47cfcb70e912cc136b562a26f7ecb09b6b4a0008ab9d8bef545b01be5648f33c6f3d1ba0e7 -DIST firefox-10.0.9esr-lg.xpi 247674 SHA256 2b65e6bbb6e76bdb6b38bae183c05740d7810c3054c83ba43dc3495e13cbe724 SHA512 20c1ddc8c66cd2f995285f782886efc7515364edce04933a88c566fa904a66a0779a248318dd4a9ed6f7d8f95a621e00fd491c629defbc6f935bb8115b29b922 WHIRLPOOL 0a3ceaf7bc6165b5b6c34f685d47bd4902602dd199d7b4fb01b11b2b824bbe99f2a4c7a852e8682f65b790dffcd5d2e516c5cbd14708bc56f67b3a170bae5984 -DIST firefox-10.0.9esr-lt.xpi 330632 SHA256 b4a371d99d7a041fb279f2bf3ada9b919581aa5f7004e374b92fd7001d09101e SHA512 ba3bd59dfa4672a7f421ee88d25c72ac3ba25b6d19ad083b1b54724f1ceca4e39b6cebb9000efcafb6eb2cc30dec826b8cd6895f40d8e19bb27d786ad8a49ec7 WHIRLPOOL 7a7b1da86de049526429eeb0513dc4e74bc241d8a74202d74617227450e672c403b13bee5f58485d388db44c039bad59c059463916a5e707cba587f95176d9d3 -DIST firefox-10.0.9esr-lv.xpi 244353 SHA256 1b90a558ac7d68236a4c6e748ce62c289d496404ab9d35f7bd7c9f6ec5b8f9b8 SHA512 a8c3ad6ca4c1534e6f15cbda71fafcf6d978bb452566948e8ce481d4e0a0a1c518dd9a78b8a2ee801a516cfa89cfa3aa526a92ab1df7973ad517c66c0a2cb730 WHIRLPOOL 13a0dcdb463a52868c07a9b6cbf8f1a7e88566b3d6e2729f77b525dc7829732c4063af050ea5398c0527521fb3c5aba18f199a4360b9c668585abbfbd95c8a9b -DIST firefox-10.0.9esr-mai.xpi 279254 SHA256 9db8e0fbe369aa2d9743479fd5e865991e6c433ac4de22a475360ed63b398c31 SHA512 ef9acc5c71144884d9f93a1630847d29df83dce961bd041423b40e09fe8c747aeceb9dc099bbc0e9b8888ae2ebdd3d946e52b8573fe7a86732d7b20bb5199864 WHIRLPOOL d161467ab562bf8d8372c9d3afd4cb82653cbb34d4d73930be7e2afda5f54e2b758cf34e0ed48946d838de63e8fac97afb8d672e6e601ad65efbbcf457ae1af6 -DIST firefox-10.0.9esr-mk.xpi 272940 SHA256 dfbd996113c7c4145d3f162f88d19b3293dbcbd4797258d0ecdb0c50e58612e8 SHA512 ac97a0328c4487c73b095c3818d282c8d21b8e8c8cffb72376ebb4de00f8b897bce69238374374f1d96556f7a546243584b8fc7abaa4ea6874c120d76b2dc033 WHIRLPOOL fa7dd068ad051b0b841245dca6faf1748a2cafb7397be6d5ea370cd37bbce0e356f0627514a5e8c26f194e79a9b975311d180befb44e9f5fda7fc19e5d0d1206 -DIST firefox-10.0.9esr-ml.xpi 306676 SHA256 eda92e136a363a5020767e38d63dd98ad2fa0512c83846ef35c0ec7985f18bb8 SHA512 b6a82d5b4e4e627ad539158cd65a459f131d6af49bf06a786208cc2b419bdd0613d9901e3e191bffe4c0525f4290c9a87953fed26946dac9b9ed46f457f7b119 WHIRLPOOL 985ee081b651f1b29806338855df53b2649053bedda731601c14fbd6f9e945b727c413d581dedc8a6aa2e18a7aa348df006d168e703419463bce1b3cfe94ba4c -DIST firefox-10.0.9esr-mr.xpi 281458 SHA256 f405329848cc53efbbccec77f35ccd7ce861a80dde4333a087d6f82977fe08f5 SHA512 3197a9e105ee5f6581a0d93fafa73f758a3cdd6498805081047b18cd4f1cff8c93352dff250df817ef1b6498ef27dcc1d0e0c7c9318ead0b2f33417756685e24 WHIRLPOOL 76f365d4e0c1c6be307a5150e9aa06cd0c3c5787e5e46f7a3dfe6060936307b895d5b4a87dbbad5ed8eb451341b19a0851ef361d4679dbf87cccb63cdae20e13 -DIST firefox-10.0.9esr-nb-NO.xpi 241211 SHA256 cccd674f8ac48834a56cc5040dabfa8bd9bd535176e59a837b38dde66c17da03 SHA512 b2daeba0a75a6eb1fce9476a5eaf25bb273339a7aaf6db0bae783f80769ba8a02576a23dc69efbab752a6741b17b929748ae585bdaf1d26087da693b6d6a9003 WHIRLPOOL f16a5a008753523dc6a196c70079306670c4396319c1e8464087ae8ac25dcbf7a2084c840a147f18736e7dd1af60fa58d5829a95edc42cdf4027d5e73e2fb1eb -DIST firefox-10.0.9esr-nl.xpi 242401 SHA256 ec5fe2abf1d05920ee5e98e3a53f3cd9fddcd81b9941be33d5fced8aa68d490e SHA512 4fcb90a2d522b0891f41a50c90818c2c4212141ef24e37eb222b0043d6ac97bcb85ba1eed33b360d68a8e0548db6a581e1421068c7dc0a8bd8a9f8f73e9cc9cc WHIRLPOOL d4beca8c9b1ef0e93b95c9c8d77db0fabca107cfe7e9b113ac83ef392b7e25ca5626e50b95b09179f10e39eb1a493f46aa474bdded3953987d7cc6c6e67dbe89 -DIST firefox-10.0.9esr-nn-NO.xpi 242454 SHA256 41d1d3c1e758fdf0103de2f0ac38f93b7afbe6da242e6634dbb2a4bc4bc5424c SHA512 a76a025c65c2121eecc743ae9728bec5f5c8f2fdc10d62190cfa373a4b72cd19cd02775a14e55774088afd2062413c4abbda6cad9758e73eac42aab253c7f5ca WHIRLPOOL 036b12fde48def35f9d83d1ec42ae2331004fcb8733e7149e1533556397ac0971d45f59ed423e087be5abf4c9d4f8982716fbf3adbc8387771898886eb7eb948 -DIST firefox-10.0.9esr-nso.xpi 245696 SHA256 60d5034f354ae3eef6757390a64e2438843b5d80fbc92d0b68836ac67835e95e SHA512 8aa5b25e57ef738d6387d76d0917e215da795abda2cee08d5ae5affaa857885c77e1ff266999ae07e5f7a495d962c7e68f10e4adf6e2eabcd734dfd2a889fe84 WHIRLPOOL 401b46d56b70142627bd193d3ca423ecaacca327bdb9b55e2d5e5d7f2548340c619201dd077cbecfdb7953d3ce3aa9651f62715ec561eddd617b91c38a0500ec -DIST firefox-10.0.9esr-or.xpi 281686 SHA256 1bebafad6ab9e34b818f1f61ed639e2e6407f152fa051c0edbdcb2c06f29faad SHA512 c912059947e2602a0c5876d603477fd53a9f292367047947f2e97869c4881727cb7849f59cfca9860c9d2d9fc5a53f67fd90a37a222cc8f28d18382e25bbf245 WHIRLPOOL e379f58f80ec24163337a276dd2f44f0a7ff6a2be153895d90bc2751f5f25677c5ad1c6027bef5d236e82551dda9d7fb2629601dec628f845ca9f74c3c52be41 -DIST firefox-10.0.9esr-pa-IN.xpi 282145 SHA256 34a352418aa75b7e83e710708eefa7f148444cafc022f8c82b98340c6b17ba74 SHA512 51c49d56a7abaa10a00fa37c58e95d2503de2e6ffd6f68a95634ada2c667e8c0a5de5f005da3c7368df2dd21e6fb1d3e033131c7cf511866fb087ed5ab75491e WHIRLPOOL d3a8ee3120b948e8374bbefe6263d20948e9322dbeb13a0a79e0105a878f62e9c4e5cfc6c60bc2e3debc830c2bffcab496cf3aeecfae2dca7a5ba0435cfcd366 -DIST firefox-10.0.9esr-pl.xpi 252047 SHA256 cf7775157c9e68e3c207a2d2d6050acc4e37d37a74ab1465e7e00850e672a444 SHA512 3c49b4163e700f2b0c4c351c0208fc26c3cee03ead921782e6758bcfdfb9c52ee3c2ff263aa9cfbc078537e41138aee8d8a780e03c631a36ae00919635c11de0 WHIRLPOOL 903885a8989cbe78e65d1d79b70002c4652131a573e5933796ae96ac9b7fd3957062169e042bade2ce16d897952b841bb1aea94f60d7820d8d306de7cb8320e8 -DIST firefox-10.0.9esr-pt-BR.xpi 246849 SHA256 6ed2cb5686e0baa22a03d334edc9f2e0034c132474e1bf2941e094b40bde73f1 SHA512 92196a42c2d15ef2208da4c62ca1b5f985c1973e4036756f6c36a572d6a6b1931eebd176e8213b295b879015015feef7514cbb28988b80de7f2cc7e59f5d28b9 WHIRLPOOL 4055ba9ab4bba4756cb25856bc8a09ce45b1888a5791161a4e80629120479a67f3ddbb4aa2069218ef1ddf8e491206c48ce3c9941d06d761312b64791c37c26f -DIST firefox-10.0.9esr-pt-PT.xpi 246476 SHA256 9357f925fc4f56ab76fa5c9248ce637bc37ac341cdb44e0be3c62d945799c8b7 SHA512 35ed226864cfdda5640cb78085ecc54171db725a1cc7d7a237c5323fcc96b10190a7a905d538f754495b942c2481af76976de412daf892ccf1e42e0379f72a6c WHIRLPOOL cfb2492dc978eebe65b7ca092a77976a8664773362899f99e3fc5a1fc8ad26a3362d7c9ca18f10d21c9eba75f2599536bbcb90615221752ac0df6a22c9a27173 -DIST firefox-10.0.9esr-rm.xpi 245772 SHA256 d38b192efd6767c90030603dde5deb658fd3e500ba5af863478a2d575ed3200c SHA512 6851d6c6fc6e6284e469a500beaed7f194cd92e27c94c85a99f5c4dc61ce46abf21995ba24fc6349e7186e79ce24b24775f10fe91b35ad50df9b91a47b9764a2 WHIRLPOOL 5a4386076c231443ca616b022d8ccd9467b4424d06ff8bf2ca8a2834c671690353818d2b3f484cb996d99a63a428d8142f770dee01c7bcd3195f01545cb37549 -DIST firefox-10.0.9esr-ro.xpi 263252 SHA256 e1c7e342e4148c33e0887b50481375435b5f984f979c19806ca08cfd3655fc56 SHA512 b22f8fb867fa2c78469294fd3f258209029a472b9ce2d1420e24b79935bcf57eb2aa45a5ba7265c30c6314dbabe1370696c6483ed49eb4918d6c7a5dfa00acf8 WHIRLPOOL 100030f07616b5b1117650b77cc22f5a036af46ddeeaebd73692317420920c858cabf4676111a3106475e5250581c6ac212140657d48e7d6a051613795a25f91 -DIST firefox-10.0.9esr-ru.xpi 254985 SHA256 b5d9a813e0fde4a2f63978e2e03a8e73bbad977c5e44cb0352ee1052e7219779 SHA512 e84b8889b64864f71a4ab98c3d01bc7b21cee1ef3e320257df7999a8b3c6a126f3cd6ffcce241fbe812ef3cfbe34bda1147ff4dfaa88ed99dd9fc28ca3014e8e WHIRLPOOL 603ceb4dba4daf50302ab308417fbe99d711fd0462bf38646faf1998384d628406f9b6b02517d8286d4d27eae4e818921f8a8d40c8b899cb3b600cfdd399d6ae -DIST firefox-10.0.9esr-si.xpi 271990 SHA256 649ef9b15432f82015035987e046ed9655ad933455b2521c8eb910bb18abd174 SHA512 6a39b26ab900ff57f09b5589418989aa43b81c590260c983a396de515c3149478c5db97b058a5ec427879695e87e9e908a56c639e6b7fc25b2bd5681412ed88b WHIRLPOOL eb014ff3cb8781e4baef5d71acfcae24b02c547bb953357ce6eec04453521dfb8eb16fc04384d17631f1858377b270f6cd9840305eeff178d24d8951e7bc258f -DIST firefox-10.0.9esr-sk.xpi 254289 SHA256 abdd4d42e2beb3113882e8c2da7478c67bd6c2a88871694a8d0f89eab7e1b716 SHA512 21e43abe3a23e9ab5a093585cf39cb1072c2972c11a63444e2f8a991d20f1577aa2c1f1cd4088d28b58412eb5e5d9542f864bdcdc9afc52a4d090c90ebfb2cd1 WHIRLPOOL 37c96591dd0c6c361fcd551354c9705c5d0b494361aab655ec0f95c14c6fefb55fecebda6efb9c03975521ee5bb3ecda2191fbb52cfc76cadf24a7c583a82339 -DIST firefox-10.0.9esr-sl.xpi 241035 SHA256 134d6d0b9654edbc051de6d6cfab160a730d1075b0b0a0988f45ab2f97c1eb3b SHA512 f045fd844b53c06ef9703365aca90887d12b863f4e5ccc2e56c271b44d4c69321931d8777c541343696b473a16f6d155a09d9dcabfc6ab5de988f5a7be3bba2b WHIRLPOOL 3efc1bdc29a780d52392f62ce23f72f1c72a3b2040780171524eb921659c750fd8cf520e730031c916d26a33cf5f5ffb795430ba5cdabcc259c4fd74dd02bc29 -DIST firefox-10.0.9esr-son.xpi 239061 SHA256 df6ca0af4df03a0069b0c1e00624215730dead93fc1c77ec8ec22cdf52360d6e SHA512 386256e7ecc544e78fdfe53277d6e7d6e32e3a58bcd77d24ba17a21dd4591c312dbb9b9ea68a5361e5d0ce80774c3c5e8eafbd4fd3d1ce6baf08ee74318ebfb0 WHIRLPOOL cd037f4a7e81072c0edb9d288c11010a671475ad5efb0a933e2c602c932a6a6834c753261d2c046a694eebd7c03ec9076c7d2434335bd8e438543a67fd40ece8 -DIST firefox-10.0.9esr-sq.xpi 227697 SHA256 7879ff0feab9f0698284d6c0887372b829c0d16e17dd8f246ba708e6475e51fc SHA512 89148f314961b6888d38a8303909d04da8ac1fc6827d5cdfcaf03ac10bf4f09d7eb251d7be442c817d420dc25a8fca38c5ab9b50b3334db25634f28bcc65f28c WHIRLPOOL f6c0f1ad0fee0ffa713b2c1fd95e16a3b8cc870b12fbc470f5ce53f68e39c04d5913ed8ae3bb3bfdb9e8fc394a2d72e77e074b2c613c797a64aa52bad1759832 -DIST firefox-10.0.9esr-sr.xpi 277745 SHA256 257e2b26374571441f2cfda018fef426ad4719420462f26d4656222f895f866d SHA512 e5094cc52a9c995bdea42835d7c47405a048d7c1562ceb626a621d9dc131834818407dce050c042ef65cddc9971650585692f699b5645aa56990b388b0d97a4c WHIRLPOOL 13ec64d7806647162af8745fadd649d9b740df4fecf03620afc019211cca22fb49456d12d8eed2e488881976555beb87b85eda9235ad218f2f354cfae68a2edc -DIST firefox-10.0.9esr-sv-SE.xpi 278881 SHA256 d5e77a68973b91d4af93597cfb97f99e362e9b9c2af9c3c89c597642ea456b3c SHA512 dd4e91646b3a737430d970db6d8991498b99563186b4afad41533ed364ce67fe7d63f95c407e5b45551301b222b20459ae338cb882cec4f77d09c7e4191f4ff5 WHIRLPOOL e17f980ff0676accf5d633bda39f040b9544d207b7a1738e4eadf10df7d973c91b65c345f46e2ccd67070152d9d29287063a19b7e36817bf62f8c9b77c065281 -DIST firefox-10.0.9esr-ta-LK.xpi 290619 SHA256 c7e092a409c14625887bc6d35be3070a222d819512c0646e5f95d94c79b75ca6 SHA512 63377ccb66dcef98deccca75954423bf8419f75cdee722166f376f1ed93313d6ad37cfdb84c7c0cbf15fea0fed7a0cc92cb1d6f7d4fea8d7249fd82e0855889a WHIRLPOOL 8964b2d7c459b8f33a5a14ddc02ce8a725a90b8fe7973e475a72bc0da83e5e31b623bf45f398144392067ddf6c4677466a7ec7ca71ba6a958623f817d64776cd -DIST firefox-10.0.9esr-ta.xpi 274057 SHA256 950dcc30db322676c2abbfb4f0881440697cdf08a41667f3e30e6517688624b2 SHA512 a41974887660843fe5c1659c3469b135e0571da31e5aec86c10bd0775421ea7bca83c32c7489833fce964f19e1591d9b0aac8ff94b9be21cb42b1b04810d5d55 WHIRLPOOL 99c0e7b2a9521df3e3d812d4204750c4311bd80af6dc335fcb764e647e652367d97e3d58628a823df40c3ce74d3ee307436cd4b36b062320e4845d2501d2c2b2 -DIST firefox-10.0.9esr-te.xpi 289046 SHA256 a34f6044a177b6f868699d736a5db4132d9afc371461747705a49452efcb435f SHA512 0912db5d08e049c1322ce68c124cb0c150b7ab354431f24abf694f7d39451f2d1a98a093ae53eceb1a205e9dee2da64118b5139190e205638d25c6f36ebfe868 WHIRLPOOL b222621299d0f8a18d2bb47e0e56eba6a898bd42d4f7f7d7f44dcda92dccc92bc76e3f1a0356ac18bc846b39cbd8e6a8d3e98f1fe99f67a728c85715944d6c09 -DIST firefox-10.0.9esr-th.xpi 272423 SHA256 c629d5cc407a78c35a5f0e8d1bf9d6810ff99fd80f49424104762536c8ae6d7e SHA512 eaad909a96595b795f148c7f39597594674e5b5d8146d3872f01c45e82a74b8ea798745e9d44aeb6d95cfcb33dda7e28d60316edcb81432fa19bd26d35e72d3c WHIRLPOOL 2d9ef32e8e46035ead199c22b0781c39c6dd9379bdc0bbc9e63ce6c3d7c07a06c5673012078834d305fbab75a1727c38943be6548e0541d3cd32da797a37b5e5 -DIST firefox-10.0.9esr-tr.xpi 249918 SHA256 74f1281305b67d413f903fcd11865bc8784954d28c9c63aee9e7d574124a4248 SHA512 ad5be74f139e1ba00c2ba3ce9fe0b30ca908bf1e03eb604f3b5bada846aa178438b560ac91880d31027cd9aacd8ad2b5e2209f7cd87a18850a1ca0ac2855c158 WHIRLPOOL 8a58e8e6594f95aab2c9328ce22434011774596b87729ef402319cff5b36071dc8bf9e7ee7e8a9f4e1896e36bb17ed3dbe1656fba8e118994e36c1cc608787b6 -DIST firefox-10.0.9esr-uk.xpi 279133 SHA256 9865e17fca6c27cb15ddadb68c416dd36df4b4c1ae8048f1fa3316bbe628ad3a SHA512 6092a8f0e8430b2660afdb095e07ae1835d8783c472a84825197ddebcc3b2d8f678e38b00fd08ecd75278c67f6bb768d43f799cc2738921580b373867f1a326d WHIRLPOOL bcd17810a9069e06a295a809b23f051d779cf6cdda66c90a28b0dcd67ae9ad1d5674913d0a4890438d2946ed9920a696b4cfc52eaa34ea2239fcecd93bbd8498 -DIST firefox-10.0.9esr-vi.xpi 262786 SHA256 def1d8d443b1eebf5292d43bd813d8b83738b7227abad0e5ee100bb5801fd2cd SHA512 6036d3356bfc5edfece178de441b7064fb76957eb98877d68a3f6f09ad37947836c2fc78d8d88947dc27ad5fafec4c38516fc67d775168169801a753c0fa3593 WHIRLPOOL 922944e7c33edf03be38f8291aaec0012d28c31125cd2d6d08754a905434f40c9f931941a50e0a3a0764c7dad98a6c8b556b60bf9550946811edec6433cdeb65 -DIST firefox-10.0.9esr-zh-CN.xpi 256547 SHA256 f5ed06c4617c9c57fa255431ae0ed79c8bb4c91a1368f0e21dfcee0f78170e94 SHA512 2f771a872881a9f73a40afbecc2f7c68f95bd331ad2cefb660e0d5f1ec24b7f47c3ced303f291fe4e9970bd1476aa53e29b053d18b42f39f641c974cae7eb735 WHIRLPOOL 9f7a8151f3161f74b56dba8fb7bc07369e1f6d78e715136f369cb2818dc3e548b6bc544b7ed6a37eb6ce94b7683492db866b353b2ec718c24acddf33e994d86c -DIST firefox-10.0.9esr-zh-TW.xpi 257493 SHA256 1d4cc5b002071435c9ff018d02a0628d679ed1e1d2daeb0888f32bc077d80dc1 SHA512 cfdb1193a04c2c36856b77edf235a035eae429ce36fd01b0c9460388a5b319c8dab0d27670ac9c0649e6d5aa5f7f5f45eacf8bb02665a0a5700870d8ae7baee4 WHIRLPOOL faff5c20a9f63dee754e4c413c0e14dbce85f57d6fa2b35fe57c89a7c4512f712252d6d99e5c90d4c710deb6e7f3cc399f2175b520d6be71cb68e06d68204f4c -DIST firefox-10.0.9esr-zu.xpi 246396 SHA256 3b4bda37b7bd16288bd65ead943b51fb9f06db75e4f6a8e73f9649d84db084e3 SHA512 e4ccaa5b4fbbbf9d4c77f983a128bbffd6b2625f775250e47bd908fa4980e87d09247d1a5650097751000351306ac7c7f103fa6f9c5a4f3df849d7bef8f4a5dd WHIRLPOOL 8721bbbec70d02c5d4b1adf02f29b28a0ec52e5d88753069ec07f79b023e6812d27b1cd01725490164700e6dc2d345a5c2d280604a575513474e2ea1d44f2527 -DIST firefox-10.0.9esr.source.tar.bz2 75634700 SHA256 7719499f1b2610b497ed0ebbccd3fc84d2b331fed2ccd447aeb5e6b5b183155c SHA512 e8d5d8e6709d52f34d217b141279fac3bd6d7bab563c4c2d27aaff192132ea4b2f4704bdfdacafed4f0a85dcc7ea546e2c684dc58415f0c76888731018dde179 WHIRLPOOL 3a0f71a46791ed82ce22574733e6a8d0bdfe76a73af3a2bcfd6f96844341e18e4beebd5508176aeb2091b170f076ef2b4cb53efb93d98125269f1e0cdbfdef94 DIST firefox-17.0-patches-0.4.tar.xz 51856 SHA256 590134a235535d60181bd24b19f6fe1dfbcf53546391610f42c2cc6e370b7b8c SHA512 42bebea78f3c9c1fd03c297309fbc1d38fd9121efeff4e251072df47402d8c869dfdb0fa49c8550c833e02aed054371002327f7499ed1996fbca77f32298c442 WHIRLPOOL 0dec41509e76fd0ad1c1f1453f9356a08ad625934177c167c3db90f9c261b5dd0ec8c0a011f26d656197455a3a19218b161ef3cd2f3028e3b593df511be1efd6 DIST firefox-17.0.2esr-af.xpi 281146 SHA256 a6629f201226e698369461455ac8a1c354965bd94964fcb8328090c72256ef72 SHA512 1dfb43c03849b5cbd0f4741727cf1d72648e0737ac4e8a1cfda671ef32fbc1661ad27634133205d4897bd6beb358bcc5eaab2e31d9d7eb0107fae881f1492747 WHIRLPOOL 7cb142f7abec53c4cebefeeb6c28e54911d17b787b62b78a506e2f86f65eac633bd6a5fe982bc26e1814ac9d40039c5cad718f5ef077de4129f6acd47e52c7fd DIST firefox-17.0.2esr-ak.xpi 282976 SHA256 29e9f37477a37daa6f5f80e0598f7dade580837527c3b8f868f76a9ba298930c SHA512 e082d5e7939a5c23ef9c037714ab909938ef0f3ccc8cbd369e3ac23dbeccd848effac48d31728f229c7708e13ccbe72002ae0555d7d5c69f974cc9724edd22f0 WHIRLPOOL df9d178fe77699f4a584b102ecbc8a337db30154b4f9ad0a0407de260a3b3600748c660ca6daa47f4ea332da8e69a7c4d4ee8d7f782413fdb1c60fb01ea3255e @@ -511,6 +171,92 @@ DIST firefox-17.0.2esr-zh-CN.xpi 304250 SHA256 44f06467efd0dc4750f3a4cb4c401d99c DIST firefox-17.0.2esr-zh-TW.xpi 305438 SHA256 05d0aadbb2dda3cee5f86a1adf225933427e119783e47efe716aba0b68b8fd16 SHA512 89ac232248478e368ad66f9885882f8aa9bee07991c53203c6a76a9b2e2f5659e675fd556721a20bffe4857a53c4849f9ba09a7658b1470a6327693fa3ab2b3d WHIRLPOOL 7bcee04f1e928af85e6c29c6c4c17d166da3cd6e22438949b9c9440d283e8fe4ea38322269635dc4de085b8236512bd585c4655c162b843aa370ea77d77f6460 DIST firefox-17.0.2esr-zu.xpi 296594 SHA256 ad93bf5e7a78c173efb116ef00cc82fb41706e23007949851fc8448afd05a28b SHA512 cc7fbe72ff3a8ce0ee638a45a7a7d2a35c9d8107664352b5f78f07755fc94885e3727744d23b321f5dbe3e1b0d307b258d17ad31c7d2742d27832b49fe26e8be WHIRLPOOL 5d91aeaf69449fa205d8e591837ebc261bf00f37f7a9175bfe25f5b7d9868c7fdcfcad23411771d4e5dcec329eb7f0472145619d67164220896ae0c72fb94b92 DIST firefox-17.0.2esr.source.tar.bz2 90828234 SHA256 92bf717b3e3933b84fd37b0e5c5026868e139be828637cfcf4acdc83f7ccd886 SHA512 747c84a846f204c67fab07a5e99c02983f9b3e1ac62e3ddae7dadbc1afd258679124245b2438e68145441105fc376302a8b1b682bc714beb85679e91a10c5fbe WHIRLPOOL 9cc96c0ed132dea66f57a20efeb6ae053ac75be0d070f1ada6bf8dcb9ab6dbf682534e325692c94a7baeb2140f93e1339a2bb87db622f59e18441c390fcc031d +DIST firefox-17.0.3esr-af.xpi 281146 SHA256 071c03c7d09774f84b38e6eb26f764f51520914e1e49ab4954b3f7d3662c69cd SHA512 61d391dbb241a4e461da1450d38037a3451761edd02ce1e7f3acca2bf1e3b4733aaeaef48bc64133d08d79f863dec68ffd7c3f86efaa6b2c4c022d005fdbc627 WHIRLPOOL e0e6931bb1597915f7ded2c9cfa101aa33fefe36d94b8acac76accaf45690da2f9609be443e704f8d628087bb202f22e405322ee839e62f39abafac6510edf72 +DIST firefox-17.0.3esr-ak.xpi 282976 SHA256 85b5d080c8d6b70837af017ccb011c421b1fa8ee4dfafd41887ae39b48a1d32c SHA512 5d3dc1522055a8d2e722ed166dde47b747609e989b15dcc3e3a1ad84eee77cf6f58572d257936188582d00ea6c306dba83799d89ce56bf10964ed52d7e7bb943 WHIRLPOOL 6827805290115bcd71db26320c0afea24a2796b2fe6ad9f6a9477131f3a0cc75ad5d684f405e1b7f4b7201175870c3a7e75aae7cebde3329d08022bf07cec574 +DIST firefox-17.0.3esr-ar.xpi 311507 SHA256 ebea08a32bac331ca001482f0fff34dc8cc4d97d821fa3d091880b36b9afd39a SHA512 9d7de02f69eafc95012f268b9ec100985551d6869bd3697345172eb80f0ecdd783339888c6b206a1df19120b07a9a83b28a1f59f057c203e5d1d95f150c269b8 WHIRLPOOL a43e4c723ee39cbe06b7d7184dc8cfd8f90591c06812e9083a88b20991e8ef75e92c4e01a08ff0902fb8697aaa771c7cca671b2535c9715e67807837f1c3ff26 +DIST firefox-17.0.3esr-as.xpi 327281 SHA256 28f4f929bd7d4d3fbf3b06825e07f896b8b1a16bc2511bf72e5c4e5443a1d592 SHA512 55cdd59077e89bdfdd96afe2b08377b7c5006cf9f59ce52a336fbafc98a68170ed8538ff01a31b1eb457402cd00c0d8bb21cdb7aa322320b30c1cd7d201f455d WHIRLPOOL aad52f49396ed302b8444e75b2d34bdf6f73be4be48196daf10e83b599027d9e731788f7df1a71965c3a8d38b8b5f8d65d17b40e1aff2e945dee83aa248d1593 +DIST firefox-17.0.3esr-ast.xpi 264123 SHA256 6df336a7e8b99981d64c0a41688ed70467c3a614f322d60fa87eeca6a1289386 SHA512 0ec06ba4e1b04f1f2898e9b86d97ebcbf9f727f4e5d0534a36c51054792c723a5a37fee55f1ec3ae15a80b36399ce4f851bdcaa84869d502c296b82a7492ff1f WHIRLPOOL efc5dcaac6c7a9bae07bc04c58217e1964b90fb53012b7b40e03d679378f796e3a61bb57874011c6b5de22b94af40dcc95bf9aa0975b95b361c17b29f271d73c +DIST firefox-17.0.3esr-be.xpi 273411 SHA256 3bcaa079c67bc122bb1c92033df36ab04bcfcf2d939fba9a2a05a40461fd0532 SHA512 1c3df24eaa6fd38481733188cf659ede9b65079abc7677e305465de423ab2b4ec614ee469d6da783abfb6fc876c2582a9d0ac0f95f4be4c37fe13ca755be0e47 WHIRLPOOL 5213456b6874f1be3adbcf7f59719c2780ee19b5f9ed893328c23505c2c6c58b906a828b12750d7b7eb202f3686c81b26daf3327b9f01d93b74a149ad1153e96 +DIST firefox-17.0.3esr-bg.xpi 327261 SHA256 62e9d2155c66d926e41cab60fd5580adb863e4d614df5191f0e22d9f65949ac8 SHA512 069b90184ae50ab6f3b0182a4e1ed286525ab74be162dd232678ec8d97f1df2f5c1ed65d6bb03edf52bf5bb271f6a840b2c1a4532a5404a15b8aa3dc8579fc0a WHIRLPOOL 73b825e53d92bc68ebf4a0234c7cf37b77d6d8fe70def2b71da1c6e7572275e9618b2e8f468a4002c05e2eeddcac47feef0bb71f037113c32d3a265c6a710291 +DIST firefox-17.0.3esr-bn-BD.xpi 339303 SHA256 2bfcf529e8e1ca8f225bc604f4d7d4162cf21e578de7289c96359b1af4d1ce09 SHA512 77ecf0d966251b334d18df4ff26084ad4d1552ef0b5caeb5d58d1935a91108e5da7d46a30c6c5b2ca781e07751cbeae748b2a6bfe4d915223d070cb6289d47b9 WHIRLPOOL 087ff80ab97ac8d7ab6bdc4053f653270f52d735072991ab148212a34a04daac26001383ce951ec77d5265a43563d05743f5c3cb252dba2cddd96d586cea7896 +DIST firefox-17.0.3esr-bn-IN.xpi 373021 SHA256 06b5adcf0a57caa2b5f0a1f43d08c28d22337c922124bed6cfaab32439cd199b SHA512 0a8366478aa18f67fd0b61eb1166e8a2fa52c4a9ef068ad3f2011a5d3f2b330dc615e5c4de10e6d7503423bd4e8f9f3c435c22d3c2bbe75b938c84b82d5b65cb WHIRLPOOL eb6d524570eba8005f74c4ba68d5c5e765c885076a7c7de7deb928ec6b0e5f3a6be1dc2b36b1039f44a4952198ba392b16ccae71e6bab47570eab7898fd9ee5e +DIST firefox-17.0.3esr-br.xpi 291583 SHA256 9e43de7ba8ad6c5a204022d8c80e05f6f9cc58ddb3c5eae883649da16c036fa9 SHA512 60433c7d7955d23060484f02de2f65c2106c4da7b16d47c7cc24e35af0de2eceec9491107cb971d5d3d1fcbcc9cd17f9b70cf2761c71fce74621c71997f972e9 WHIRLPOOL 3049c0a2255beb24b9109458ab5208f762f1723a350f031274a0c9eba04d6072d5504c972e42d5dab8862a26ba04d044e33c7c4399d49e895166e33dbcab5f4b +DIST firefox-17.0.3esr-bs.xpi 292223 SHA256 30fa48f7f9749b81f51ae23a8255136c893e7ab6464010505f25585a9b66e7aa SHA512 9b3c6d54d39ae83d0b9adc96aea0022232dffe72352027d000f441cbaf8f4c548f3dd44ba60ddccf29be73ebb3b82990a0ee2cdabc4dc22a1c3b4b555012a78e WHIRLPOOL 45d91fac2b300d95195261e3771540dcde5d98e4ba3fe6de1ad3b2efa928c06c1c8190e3192ec20a0da3796a7ce7db1901ca7cd357f033bd326c153210733b9b +DIST firefox-17.0.3esr-ca.xpi 293532 SHA256 780e7a3f704b8dcffeb0d0d13dee7c792c2d84d25051479700ab4b5d21640b76 SHA512 3007c9be0a891f402853418171f40f61f5d08f4330f3d134251420ccda1743533621d77d54e60f2c4e53dde1c11bd2cdf6ac51eea650972a56594add18e49688 WHIRLPOOL 1d23d6a126111d00118a3afcd23f2787205a89560b39c6f9a326a49bf41e75bfa1072aabb430792c90d8668469763150c3bc9d878a238b687b4553b9fd4836b6 +DIST firefox-17.0.3esr-cs.xpi 294133 SHA256 8fc0992479ad173be558ddebe462609963a1881069a0bd67a51790a6fb0e38c3 SHA512 3c447bd823894383202718b985cfd7a6ae5d3c6d53264003aa1b8850a6e2febe905a84a97f00bcc61ad5370691906ee0fc9a3fea93e15238101a65c78ddf6d55 WHIRLPOOL e01d5ae91f23849e6f93b57f9e27dc399b6beb8b2e3bcd1f9d4920cdfbca8aa3941b5d9f881781caa430551d5b9a387d2b2870c03e60aad37ebc29ce8e2a3932 +DIST firefox-17.0.3esr-csb.xpi 299946 SHA256 ab686b71c24abf6ca5e90ff71ba3371b13e7fcce0e47f12e21838dafacf0fc69 SHA512 7aea56aeb40cec9c8fdb26cb478f1e5bdcf0e10a4a62e4ce5c590a8b5c868f18e8fdca5811266852eb2133cf6bfe8809e3cd113bc87fb7fe652673446908ee29 WHIRLPOOL b3e0cd71698061fcdb631c8aa18bfc1c0a43a5599e2a50210023a29151c6d4931ca42b148c851abbea764f9ea59e32fde41c6c6792817eba501d0369ca4390f3 +DIST firefox-17.0.3esr-cy.xpi 284868 SHA256 2c1c8842ad9ecb48c2f2ffa7c077009523ae9b9b6a90908ddc07b8c0e40c8b99 SHA512 1f6300a8163251011783bb9cbd1564765c71e2ff046240c9b9baf423b93a55d9beb7d74ed5c85099a5b2ebac99239af609f0b2caa3be43aebadb0b84166c01bb WHIRLPOOL f115c10fa3c2ccee2f4f11c236e6d7f663455e7ae12ef968b311ee9c686d41331cd0eae8b30153381144acadc43eb793e719a987e8c644f0f464c31d8b973266 +DIST firefox-17.0.3esr-da.xpi 282668 SHA256 c6b538880b5d9a15172f43ac636b88834a398c59fff40289be915c71da401bcb SHA512 5f145bfdcfd5d62acb44d93c89e9c0e87b60a145974166f94ec34b87cbd8eab9c1929f703b1acb7c449bf80aba014dac50800f29664b3d4baa811345d90eeae5 WHIRLPOOL ffe3b896ce72b0780fb8d6349660e6331ed54aa0df3966c3799d031681a5ea2489a494f1c2ad39917d972008561c07f988be41d4b05f5d6fae6baac588728640 +DIST firefox-17.0.3esr-de.xpi 270384 SHA256 67e6cc6edfab6d27f04c7855a9f740bc077919a8bf2cec95299d394afe83b69d SHA512 429068d59d9219449fc20ebd64d45d70b91de359d27997a480a4a4f576c8f82c8ba145fda8e07267cd2f0625e376671cd7c49cdd3f831b624bc4ce8c56b1fb2d WHIRLPOOL 4627201c3fdd39ecd20613bd878dc59913dc016f66ecacea234f236207060bd91593a422a9c066c6b9804a23beb3605f061668e55a1ae58f374c5999f190f64c +DIST firefox-17.0.3esr-el.xpi 311652 SHA256 87db7ebefe6b6811445b8b7f5db8f46b9492c57c497ddb139766a32335e38053 SHA512 ab841ee549a393127d9a24a507dbb2fedfd392e631fe5621cd294abc11d8d8a1b10509d78017ec0b3650ba235510aef265d1fdb3154b671e28fa11196e7da146 WHIRLPOOL b31d5906f0bb109ca9975a6d3a157d4ce3387a394d42e51157f2f6c1451cc5a13bfb79e2a3d335f7fb69679c6f319d406dedc4f32746d2fd57c8dc37cacb9e7a +DIST firefox-17.0.3esr-en-GB.xpi 272104 SHA256 40953b0fa5aac14aae0c0ecd3cb12542c147656f49bfc849f25fb81100bf8832 SHA512 6750fbee1a91ea405e2f9e7aa3c05e1caacf7fdeb72eeab426f5c7cd6f5efeddb1ecab02dd6a5d48512d3cb500b8094235f3ae2a8144c80a2d61071e397f34eb WHIRLPOOL c8ae36a8e57656b3a9a02a6e7ef3d442cfc9ffdcab1508b9de742e02f87f9f3613e4f5881a191130904e868d73eccdac5099c76ab0e270b35bef0769f13a61f1 +DIST firefox-17.0.3esr-en-ZA.xpi 272935 SHA256 bcbaeab24284eabb64a97bda3e5b79ce01d56ac69860410362d2d9fd2e697177 SHA512 ef1732564b9a17ab88f96e5c4ca908d1733dbb2510165bb37da33a1c019c90b835b9ea5bf40f9489ea5768b483d74340b5bc8f20f1cded6aba276ed0002f3bec WHIRLPOOL b0d668d9b7879311995ad2169809c75d1d3495d9ed11fe45da92ecd031c1a6dfa1c128ff4dffe1dcf1c7b09fc8a734d735bff7bd7abfab204c98daeb6bfcafce +DIST firefox-17.0.3esr-eo.xpi 284800 SHA256 e639f7a711a1b5b306abe7f62bbdbcb204ff1d1a13ed4d6b873692a13c2d55e2 SHA512 89b091af7035fdd31ce18f31b948cfba04c1c8120efb0df590601cac3e62f67b930ee96059f36d15c832ed57ea61de406142e270572613859ffa9ce7d70851ea WHIRLPOOL e73020b2109df7ea1af7b2fd1b2219a098ad6a7b5eb3a6d029a9f5950032029c219b312e99d8c5c9416e7d50ce2b4e21ccf12ab01c097c7d4dd74f760d2ff751 +DIST firefox-17.0.3esr-es-AR.xpi 289239 SHA256 e1a7ac8e553f396c7250b4a787f29620a2508fbdc6db299590b5b07f91f3593c SHA512 e29e279a0bf148ae615eb2f8c5e3d69ba0f97ae724d5f6087a76b670e0cc9bdf1221685777b77cb400105b37f16a51cdc5c218d0319eed1efe73b092cb02fb34 WHIRLPOOL 0e3d48529e6d46d8be96c1cb989ea56958acc1e6b0f654697fd7b799f65dfa2fc90c5190ff8da4b87d8281b33142ed4d62b8929b03b8f8a8675e7515ded5671c +DIST firefox-17.0.3esr-es-CL.xpi 296878 SHA256 8a6c03a96217270089491fdf93094ff624506108e0c13798105a36b1370a3dc5 SHA512 7b606d27b28d40a1a8d18ab2bc551bd16e3a28b02a8a6284f8c2e0b588bd5e83bc813e740afbf21e48f2c54bf2ba7fc08d26de5384ea760678180aa39c034e4c WHIRLPOOL b7bc215fdb19a111f740ff2f8e0ccaf976dc10847948dcee3faa0f77511edc137e0b54f4fbad41afad7db1dc06fa4b19ad7f880fe9576ecc68a694a7e0de12ce +DIST firefox-17.0.3esr-es-ES.xpi 242185 SHA256 71298332c8284d493e3f68fa00e8820027e1f3304964954ddc84fb0d7e83b30d SHA512 4c46f3cc4ddd09b8893d9b529b7ac43f168dc6196599fbdfae1e338932c8dca96f9f69a0ae04a6390aeeaca6cb7fe6323a4782fdd9c0cc5de04ee4dec9ae3b0d WHIRLPOOL 6b4b17d0da11f9c126290f206d99364fbdd5574a36a200601f26202ff86cac806783ad14d330da2abbc43e297243795ad1a3e5d2d633af5dfb24cce704a0fd80 +DIST firefox-17.0.3esr-es-MX.xpi 247971 SHA256 fecae1f3f77c01b9851d7dc7ee42d91716170ae5c8e1998682d722ae04006a46 SHA512 11f8b6579c34dbf649cc9d29dfcf32804989767ac8fe0d4665cd73d3c9ef5faa85f598f6dd0e3aa5f4a5541b1e5ae070c8d8bf937644bc33f06eb7812d026240 WHIRLPOOL 00b91fdfa067a4108a73e0798401962973798dd0e4c6d7f23daffb2e9d95f30cb51de4f9ced38348377c949f81525ddb3da6fec18c9b7b2cc76a0aed00a7574b +DIST firefox-17.0.3esr-et.xpi 284694 SHA256 0cf1da98ebace0bf477fe022873ec6e9ef032b8f784ed62a0a8ce95856fee179 SHA512 9f4d831f1665364dddea44db9c974545689336230fe8ede0c0d7818ad97e310f335689060091bbc173dc3ce8df7b3b07a3af8c580faa54eae0f3358620df6ccf WHIRLPOOL 0b85afb3dbe769d337ae6f8d4b69962d0f3b9f61ad64958ae07bb20998903a46e76be1c73500f54ad980e3dbf9bb31d273e8dd6515b06b633d30445bfa529daf +DIST firefox-17.0.3esr-eu.xpi 284227 SHA256 e0531fe4cdb76daa009cf69f8a9b29e8e3708eff1a96f0a2d7c1c50fd2675fe8 SHA512 1707cf173f508ae0b38823ad7b2e8818355988d8d6d87a123e4489549b1d38ef93d217d230a179f0de852fb41a28b44bb56ae6a983c0d659510a38ff3eb87fd8 WHIRLPOOL abccbfdd2c3c55c281743bf9937c71ad7cb3f32fec392b8cb4454036c761d1d24290e62e2ddc65c8453e3fb4c2e7cdebea1a804718bd21c989b7bf6c49ba3765 +DIST firefox-17.0.3esr-fa.xpi 323997 SHA256 f7b21691ac0e318ad5f41bf787e26478f46d8c9ac2a0548cbd7ffee660274f44 SHA512 0ae6ce5457b254c2851ed6546ed7a8da19bb6fca31c1267c7b47504708bbdc97d5baa6e2312ad003d22d74964db2a72f9c5de13e71d0e454cda23b5f78ba11f4 WHIRLPOOL 7f710ca3f25c8d45fdd182e4b0cbe8d7e668188cca69352f66a458ae6be888dc717ee95574e86af9af667f44768124dcad27c3ad165d3b023839a2086265b074 +DIST firefox-17.0.3esr-fi.xpi 288655 SHA256 b68b35eb34fa274a5eaf64aa692fabf3a21a97350b7e074308f8453c7bbefe8e SHA512 d8a7f2bfada8d3df6d421c9317249c20a6696f742342bda1180695d825de0e72a9f694825d2180582d4bac201480eb200b67db405b3b05353107d3fccec1fe0a WHIRLPOOL 3a413dd51dedd9c1a33989d87fc161d279297f912e84b0200519a5d59926087036e85f212b850927e29ad478f99de3cba60f567bcd1eb96564d43c7dd2f4725a +DIST firefox-17.0.3esr-fr.xpi 293362 SHA256 bc22e8340b8bc16ea8582eea36231d03e62efe665113f27e286a571cdfb7fcb3 SHA512 cd61abedccb9fb5b60fdd3c72c673bdaa25561c6b34ab5100f0eb61db7f6f4f1db386f83f3aa9db8fba57d7d7ee9d2b9fd6063938c2fcd444bd90e9cfb985479 WHIRLPOOL bf83c02e4be8e8bc85fb3a78694fa3946f3c4c561f7c943da32b8ac411b5e07713cdaaa9b43f078ced275781f32d2b0ce2f4d347507b58853699af2ebcbb1f8b +DIST firefox-17.0.3esr-fy-NL.xpi 289690 SHA256 5867adc287aaf8f6a0f8a4882d4b0b4a494de179bcaa0e8fbfed68f20f69f1ed SHA512 6651318e9af41ec463a6e358a32c82cadb907ada6b1c3dc3e29274b9bb01dcf8b5747d771be820bf675bcbb613692180f4c4b42af31ddd4407b0d57e440470b2 WHIRLPOOL a1dd003c63e2a862cb5d69989f5d88ce3d6f852642efd46310350d7301bf8611fcbd7b92aa98f1514b4a2f11fe3260cfd4028aa269d0669f378a5d044d96c362 +DIST firefox-17.0.3esr-ga-IE.xpi 296976 SHA256 4560a8e8b7a7fa416e6442e4fc41cc863915141aac799520a3f6e1bc173e586e SHA512 0c9264f039312d1c728621be4eef96997c8ab3ddd8855180c3acb3ede50d5ffde613e35e5721671f5568e7007e503862abc8444c9195f17e1b3b0bdf1eb37451 WHIRLPOOL 3f7bc6ae7b340621bf5506c9c0ff61bf3cd531bdd7ed63467139f3f11eed88784b0ae7c9ebdb54cb13caf4f63df6a5788a225bbccef4ded9861d2557002d68e2 +DIST firefox-17.0.3esr-gd.xpi 299294 SHA256 405ba958c6012598c9664f9d60446cfb8ff40e5b1beb4b43e0fdb28e5fc54c33 SHA512 2eddc3b6b23714918282bf6e1cadd45fcf422eb256f09c5b47ff60f8e2aea7833eabb3a1f07c3ed7d109084c283d1d7715a8d088b9d38819a9aa4c249b070e87 WHIRLPOOL 95a14b3a9bc8c20f2e01205a02dff8937f92bb12ecb8e234c8f55a73551aadc6ba9812c26acb0353e32f735d7efdfe2180e844fe6fed1ab9ae6528b4b8f96661 +DIST firefox-17.0.3esr-gl.xpi 286997 SHA256 32ae1c3ea97d6c20810612f6b74b72769a126793d712efcb7ef0cee07edfee77 SHA512 943f5306289a21fa323777495b5f68e5738a22593efded1fef801806047b8554e4ce36e9583e42930e930ff466e5bc11882f445552101f0b75135896576ed841 WHIRLPOOL de24d8d30746f04c3daff28afe3ff6dd21e798f4b85e2264cced5b1ac8d6b794da5aa747986275f3556029fed1dbdfecb0b9007237681bbaef2df286444c00bc +DIST firefox-17.0.3esr-gu-IN.xpi 319480 SHA256 a0561e383171d84e507d81d2eeca579209e05ed0b3e04e9a0264e0d4039d91dc SHA512 d5323fd715b2d5e42c1cd698cbfedd74898ba9c3bf97de65e3d1a0918525a9986f2fdad59fd406e3e7107014134c858fe55be9eb5c1a5165d28a66359304e291 WHIRLPOOL cf2cb82f4a4264d9ee95fc4bfa0c68ce4561e051c9d9892e1b746191943cc744453c88a9fe38d29a3e1f06b06f530b1bc386dcb657027a3f3cc9b51c416313a3 +DIST firefox-17.0.3esr-he.xpi 301482 SHA256 9d01149e413cafbae02ef45ad0a49f344a236ac525a31e292b93c54f8e81671e SHA512 9286d8ed25a4945e53ab695aa9394ec96c7fa485638a724c2d2a373f74b828ab01cce7b5baa43cbb684bfbb14b0a4ae53fba3035a79858555fd79826e1d5970a WHIRLPOOL c55752fc4b5b3dec10a1e28c55128b86f7a6f592f6e01f6bbc5d1c06d5fa3bd57858cb30b33351a305234da1f311e32ed6b1a7e839ca72819d460f3bc7e63dc5 +DIST firefox-17.0.3esr-hi-IN.xpi 330864 SHA256 a74daa68927bfb308a277ec282165158e3f811022842a674ad579458cfc4fce6 SHA512 528e40304f6e192014395109c0fe0f6b2c241c546394ea5a7e6c0648d64e6f65c98052ded7862819deaedd2c3acbde115ce7b324c6c487300deae06cda5ee6bc WHIRLPOOL 12cc06e9ce5c682469fa75b681e147824586a49a4384f54f9f9a9de08dca39df1245f59a6864342798065474a9ca1cfa51f7b84b541c3c1c7eb7ea312bb1beb0 +DIST firefox-17.0.3esr-hr.xpi 287940 SHA256 0bd2a193ac6210c7560ce5394710f90b280c465b266111e861770ab88cf34e89 SHA512 09129b1e75f32f086c5fb3e36a7a2f5111245fc3ec70227a2d1513f0a907d68579f3fae086264cd10399fba1ff52f9d3e195b53628876ce2b9000fa65502ed75 WHIRLPOOL c4c37c216a37d90327e34585783306f7a01433409675cc448de234c7820532cb863b472ad5a390c0a2534c87f9cf75cf3c051eb7be07b04ef6f99b894726dfd3 +DIST firefox-17.0.3esr-hu.xpi 303044 SHA256 7b19195dd57861ee08ca290e8914526047d799f5422b423debd5adcdf509a7d1 SHA512 3750b12e9c8d034a92a1f3082a7d15902b07137da3cd4ab2eed113e8388db255affce0b3909bf977ad212d90dee5ef910eb80c9bb9fe48eb4b49770292dbd4c0 WHIRLPOOL d83a87678680577741c252a452d4dddd2b059818a851ef07fb0e6a2721387f6074b02fbdd521b84cf4249cc3c8c6bda2dc11b09daa8c65a1bfce0236e1f3ac75 +DIST firefox-17.0.3esr-hy-AM.xpi 328203 SHA256 86eed06a8e26d3c8a1af0d1e16189b6cdfd93f5c29b33925ff0fcde9ba29f4bd SHA512 8b2a5be06e47d84fe4af66b4674a5f77c2c3b59a6ae9d94cfc8d066ee34fdda8cc01026f8f81fec48ccc80fbe79945878a4cdc361fc2ad6f500c93242bee7d39 WHIRLPOOL 4b8eee44b9be01a536359755a665b31e5d4fea285455325e3b8a8400afb8750f66feb02e8537a0d256d19ac169cb4361486a33f6a66b425d283a0a73d83b5d88 +DIST firefox-17.0.3esr-id.xpi 283725 SHA256 8c5b5a079b70eab1aff3ed4cf5d464e781cd0b86525e2434aa408484ab583fc6 SHA512 84735720f0af5b6194b871616bff3f436b0dcce1961e0b8fd865cfcd2b879c9c1c614cf6409bf27179ab5b040a41bce29453dca37c2d445ee741b9883ef24452 WHIRLPOOL 0e7ec22459d27b985a2ec415c5ef13b8af78d8b152745e2cedf0746ef44d3691fc75983c6fb12f8e26c255bae8f3928a32190cdc62ba3f80750ab33b4a534a82 +DIST firefox-17.0.3esr-is.xpi 284908 SHA256 eb944419c1761ee0a7baa1752270980ca188cb41adcedc84ecbbfceb90da5ef1 SHA512 019eb2481e91ef5beb830ca4ad5f68e60d95369552754ca7553717754406c66dbdea5c7d54b8a40fa4e918176ed444e99aa0d3b1c50af0b251c3f3f7d808ad99 WHIRLPOOL dcd8099433598cae3bbde9e0131bfabc7f9faf432c77ca3cb707545467e2037fbb79beef18dbe79959f4215d2b897696df1dd34e14acb9d20c4b34f075353fdc +DIST firefox-17.0.3esr-it.xpi 238645 SHA256 2635678324bce8ba939bc3f0fba89f0b67c0ef830b183a41f684e9105aa85932 SHA512 b21ee467a506a1549d89d89536463a793c2ac9a5f8ed837eeab79a05d6cf01d7a5ca7f695fca219505f61790f1825a962a2f2f5d713321531249d13a7db1af90 WHIRLPOOL 93dfb2ff82fd6ff2e742c8395078898c5922192602a1bd5fcf3c28917c169b6e8a9a754ad896500c52fcc20fe1532f0e2eafdc50d1a3341d910f7f139d04080c +DIST firefox-17.0.3esr-ja.xpi 322490 SHA256 b916891003c257c78ae8554e96591dc8ffa99f44f156ce9262a9f6694f168cfd SHA512 72bc9bfbd1cb57b79f79d6d08dac662b748e77310d5842a671afaef4a9ea934eaf7e44d58c319f431c0823f2bdb4a7239cdb37542d6aa1801496f84e65be96ff WHIRLPOOL c1b16c785998054b47303a89123631dd706fc9d88cfb87bad0587d8e3a71d128963733fafcdb0d07ff9b3e4889fa26451932ba72920bc475f7d7dd042830a0a9 +DIST firefox-17.0.3esr-kk.xpi 330352 SHA256 4136ea609019182b415426e80aad92ae539767b7a8ed920ade1950858ad8e189 SHA512 58a152c42fbf8494dcdad7c7e0574eddcc5bbf58359db0356fcd56611addf15a1871db781fa79c4bfe60459e1b71627e790e0eaca2258a5904b5d9dc2f44c7df WHIRLPOOL 6f443e2cab825488dca6ddcd77fe0469d55bcd9f900620fe26d523ec390d4de9e3dc192b1c34f5976410f9e773003effe89d50bdbfdeceeb1c175f1d624f831c +DIST firefox-17.0.3esr-km.xpi 346931 SHA256 072e7b6ff9691626e697ed2f50141f42df285c40133b7a735de227f8dbef45a4 SHA512 3a34b75fcee95af674a33f249104de28b2ea65310674a69765bc153679d4446cb8000452c06b5eff7f5d32ff7ddcfbc438ed936f95d89fc73e86554e04b6289f WHIRLPOOL cf352f71cd79d3b7a18f151f48d878cf8f3256e49559f8a9f7e7020cc4be62fb8a0fb1d3650c9c0e1401b44a58127a8e1e9f81dca4bbac9804c73caba412a499 +DIST firefox-17.0.3esr-kn.xpi 354900 SHA256 246f062c4e08749f5903adf9b5c5efcadd6855947b2837489dc0e94e990a4cc6 SHA512 a9d772fe16a4f129e9d51da3aa3b4a920d39562adec4aa0a19f24189d26fcb849fa70822dead4682b15fc2e19ef0acfb810860b8493e205d235a13bbfbb8cca4 WHIRLPOOL 4ea43f31d6ed5ac23c54fa69fc447bfb30af4f150644c92e8865e55f7b3b17c5124b31e62ea2053950ab741a653fd692172349456cced2f6ba633a1dd0564d26 +DIST firefox-17.0.3esr-ko.xpi 296729 SHA256 f1dcce3f2acac9d2a5aa0ac6eda1830e4797ce3bd4e7a362c3d5f835be0cee7e SHA512 e7c1895a0f29f0d8a3ce6e03f197c2c3e857ed39e9dfdb9f051e10b8526e25f0eec55319e92eb92dafa67c99c6c7621666cbe4668c28b00edce11767e3ebddcd WHIRLPOOL 6e4b54bdd7a809fb0e07720b4494336d7f9c868e857ab7512513a3cb53800740aea07097ab8d5a0562adff2d8b53b38be1bec42fe7894e3c1a2a165702ce686e +DIST firefox-17.0.3esr-ku.xpi 304898 SHA256 d2bd6612dc5581672810d5dbdcddb39fa4a5ff0a60f05f028e956e3d6a887680 SHA512 cb243d23abdba535381a6a71c29999f8469d3118f87a7ac94888d70aa5de4a0d3dfba41eae809d29f531b706df02f25c19529a5ad3c99695530d8868f61aef76 WHIRLPOOL 185e1ea3a6276a19c9540bc4d7cc8e017b20552967ca301efa57ea56c05c7283a05de9874e83fec311d7f35e1d1646deb564523f0f74ff7ae64eae2ed7078e77 +DIST firefox-17.0.3esr-lg.xpi 290627 SHA256 a8c709b0fe04906f767eb343dd652ecc96d459315876f28e3291a0deef0d827c SHA512 4875c7e9c778657147653d94d24586a5c70a8e54f98863aae0fb1004ae67f6ced0a67026595efeda206e2e57c56f094091c2090622143d2920db130c89438b5e WHIRLPOOL 5af5bae25a9335e25ad1733523f6bd534e9b431f4d984687b62a7cec7985f30970690c432cfe1375f912c77df0a9d615d1477573a7ba3620e35fe8adc7eec935 +DIST firefox-17.0.3esr-lt.xpi 349462 SHA256 fdef59413db84a8b72e34a0eab04ed9ad5299a79bf4e955d95496b5d3bbd68a9 SHA512 de3b2a69780f56e07b14249449e44ddfa2ad34d2730e5aee61db648ba8c2e9850406feb318c42983e2e174558cba23a176302efbfe229beee76a2a57357c0e4d WHIRLPOOL be5746cf86da0f62567f44152331b4ce543924a16203899fe0169df8ffc6a843101171d0cfb9a2a3c51c1ef5f8af63bbf1519b9ff89ec14372e2bf37f13be60d +DIST firefox-17.0.3esr-lv.xpi 291404 SHA256 3ef7ef6fcbb710f1250a994ffd145467c0c7e11762c3913e50d278536e4c2246 SHA512 b974a5b32053d2c5dd2ad3255a13cf16072b149f3b141d8c47cee4b0fd30fb968b891fb341bf67c29d7089c32d9eb24309b77229099ebfc0a05fd99629402cd2 WHIRLPOOL 5156185559231587c6355f409cd296a6c1bf1eaf8536a987af0095ad11f750a53cc0dbca568649fea03e7be21da4ca10e81351f458f0b99e181ede86a1980f6d +DIST firefox-17.0.3esr-mai.xpi 328267 SHA256 e33b5faa9c79134653dd54d1e7f9b16ac859ab34f932daa6261be01549368fc5 SHA512 a3b5270c1e6cf3b991c100032f89cebc67614f5bb27518f47a036e247df4d54344eb3840dc998934c956e6067e10b878006d3aceb2d05d5d0da2c3e01d3c9a94 WHIRLPOOL 36d68c78264de29c6125e1a4c9e8ce0c1ed75316f8df292e5bf2f3a4a247798b1915c3e676e9592af175c494eaeedf7874dba35e756fb9b832cd12a240a2c243 +DIST firefox-17.0.3esr-mk.xpi 315578 SHA256 1afd534fbde7a716cf821bb4eb8269b60984706aac3fa153a57f9519c90c218d SHA512 798bba78c3467c621ce9b0566e1df7317cdb4bb0d277fda70c08f64ed8985e1eb1a1f3c96fb739730a69c69771016199788b3a1fc629d67c0a5e74a2d917c210 WHIRLPOOL 56a5e4f7895c12075d2e74debe03ca7f9dd47e0f058692dae624e9d8b42cedcadf30532475ab3992c2b6e78198819f24cad56ac9d1cd81f52c0bc5887e1ed18c +DIST firefox-17.0.3esr-ml.xpi 361541 SHA256 ebcc45470917f2bbd6b645be2aea1da2664e0df2a4eacb8fe8b00b7b219b93f5 SHA512 d077b99ab3073a2eabdb44949ebe41010a92e78bafab2bc52838f2094c0e45953ffbe03c97342910e1e322827916e16ba0de4697334e0b8661bf6f9e343b6bf7 WHIRLPOOL 74bda437dc5ba54e857d6e357230a7a2a81b351711cba224de69ad38782838f6d858cd8774a62bdcfb115178d4cd50309dfab35bbb9c7add16fd8ad9cdcd1265 +DIST firefox-17.0.3esr-mr.xpi 327860 SHA256 40fe666ea4df02f75019448dfe8b692dabf4d53d64e8bcbd49ba1518232bd458 SHA512 fcec7518e403f3d7e3ad54fe89e7ff17a5460a48ec50b1616576a5aad086ad4e4db9761f0b6d040d076e101dbc21bbdf66c9e6af1b1b1962a32a69cd50d0cba7 WHIRLPOOL 3f75f0c79ad5a0dfaa437eced408d95e11e56c5c7d64015b012add4cb409eb6e891ca7aed1b8eaa0411aa6e5694723a78174ca460ab587b515eda234787e0f2b +DIST firefox-17.0.3esr-nb-NO.xpi 284888 SHA256 cae05936e932beb9484851ad37a6a44e59dcd548c9c4d126edf6ca1f0dde301e SHA512 8e27bfd51ea75fc7efa5cfde67a84cda88ffa5fb850a303545d200f47fc850dd71687a77974b96e2708097446bd18bcc3902439ebfcffc77e1cb97154ae6dc53 WHIRLPOOL af6f76866103aefc6c4231620d891bc52f6756d36c3ccb06042c9550682518826bbd193783f5fd5fc54296b65994bbcd476063e47b4222709c9d454c393666e2 +DIST firefox-17.0.3esr-nl.xpi 286127 SHA256 23fac03ab21b3fcb6288fe384d81f576626563eb9f80f556444a0ecfc500cbdb SHA512 6b175580a1d5a935709dff049fe7edd7423008acbea57d44851eb8fc1d50fa2a26ff57a3971a9bd5646bf0d7063729701c1fcaba052405f5739d473706b46600 WHIRLPOOL 04750df2ee5509b51cae76eaad91a5df56ef9847e4232d099cd29b4e7181f129e4cb9f6e46e1fdd14bbb37e93899686ea4de917b69e33ad5f64cc76721aa457a +DIST firefox-17.0.3esr-nn-NO.xpi 287844 SHA256 f240b672631b7b4386fb2135867af37d539991217151b3c771ff6e7bdc7361b2 SHA512 6ddd72203e92a2fde58141d978473d0d6f888adb4e1f5b6fd5557cec59fbedb6f38e79d8f92e6efd6fb461b7249362d96aeb8ed1192f4c21121623eeda0e72c9 WHIRLPOOL 220ec581555acbddab8a0c665ec438eda9d96250de3a8f4ac0698d8a6c2dfdeb1b66ca903c8e2131a95972cb775c9f36f1113e13a93fcc447c1aea46283dbadf +DIST firefox-17.0.3esr-nso.xpi 288150 SHA256 4e24b9012dc2e985ca2e01f8e237a5252865baf949b0c58d7221020357aea7fc SHA512 ead494832ebe615f9fa559c107f64c9fb8b926c3070bc135ce47bf0292343924e1ad399403d14c68a416fec5f7f8d5bc1f3d95dac02c5ccf88efb875bf145c26 WHIRLPOOL c78e483d23eb90c3fa0656a86d61cba9c11ba9a5abf12f299f197de712ffe03984e2d761e92ef71165368c6c203c9a8ac37ea20b64ca07d3b856ee1baf426501 +DIST firefox-17.0.3esr-or.xpi 329683 SHA256 ed8ea2d5d746edd0f5acede107145d22d5e92a141c6b86cdbe7bf322066bf2ba SHA512 b6ca281d4677b1891a7c6f5d139282743f45bf960bb072afca9967df9a7e8a5156dbe2fbb054f752e18745edc473b60ad4ab909bbedfe82191956492c9070ee8 WHIRLPOOL eb31da8dec2a7942126f517cb244e49ed1d94c5787f4a09f3c3a766ebf4322abe711fd4d41b2bc586e9f128b2818bb2c0d961cf4fdc61e5885492456029c5840 +DIST firefox-17.0.3esr-pa-IN.xpi 331278 SHA256 13183f3938022dd23cba4948eeea2d2bfc13d6f42d634e9673f604475392cd19 SHA512 c4b20f7c258b1c6da498c88eb991de121245119222627bd5d81bb0453c29dc9c441cfe3dc4045c343e03a3136e0441a9f101747195f7fa5b521fbcf751a823e0 WHIRLPOOL 55ee1116866e8da274868bd5c1d86e21769bf22bcb7f64ef222e5455ed5493763e24f3af96e781a7fb0ed3f39f2d606c56e667a884fbe2e4126a5abb0b5406c7 +DIST firefox-17.0.3esr-pl.xpi 301305 SHA256 b4662a1f310ef35fae92ba83fd92cb646b174cb70fb6d1f50c3fa852cb36090e SHA512 6cb4cc9aa7c6415f6ef202807b6f41dd2f30899b38aff4774fedcf17aa0b51c674fa294c084130db5a2ea831277d76fee1a6b134819c59fd3aae8c284dde7fc0 WHIRLPOOL 11e7a2aa7236c7f4f9d2bc3ef10b18c1be6cda5d7287dd9700ec172a2827e698cb2c503bb82b0a2e7dd6eb03591053b53f1c0a3ca33f80916a296e445341c712 +DIST firefox-17.0.3esr-pt-BR.xpi 290171 SHA256 5e664054449c6a40e11c5d2233322b4ced24946e5b57fa13eed944fca24e7f9f SHA512 acd8232fff896a74178b6937afde8d8fbd713ac1bea892b81b9352ca4598624c1bfcd6d1c4bf274eb2355b93cc5bf403a391f1de9dd2017170a022d33015998b WHIRLPOOL d962c9b766fc1c926146b3247de683bc883c7d2e86da5defa84a44b21d66083aaf422d7ebeba9efad6f1b325cc5de631c61087ce251d5f233862063235457ca4 +DIST firefox-17.0.3esr-pt-PT.xpi 291545 SHA256 cc64bed7a253c84430516dbfcf9ab827e75d6a364abbb6bd2d875adf7f4dc181 SHA512 ea92106e69dd4fce27c702782f4055e0c797bd5b068802d4dfcbcbc4f899f498ffb557423da44e047effcc8e671978db761fe83f91170ada21cb5fa59fbbc7a8 WHIRLPOOL d8b55096c70ffe8c831f46de24254ec58f1ac1cd72caf7a14a54de127d3f91c60d1c852ea06793ff020d98b041674e5956b9e50a2e1fd866a896bc0377e22f64 +DIST firefox-17.0.3esr-rm.xpi 288466 SHA256 a1dafc56067b354c06c3a2a0182b0bfee280ecab4a5c01fe00b2fdc4c2df8fcb SHA512 566fae74ec0163e21ee960a467cfda9ad3a846715d256e9d8e89afc6c810a6e3fe73016313d24e309805f5f3f496746ea4eab90e998988f00056866a8d5cc3b9 WHIRLPOOL f92b1fea0328bbfb2605991a1a8667ae4cf6ce0a25968b8d15eeace90edd4e0ee9c894b7294fa3a887ceb9fbed3ed0aea5af55e8243fe82cd44e9a77183dd58b +DIST firefox-17.0.3esr-ro.xpi 315765 SHA256 8fc36326936c6e74d5088a6d82d6dace486b46f0bc33923ab0a43b0766864116 SHA512 6271d6e79b0330a51245a7cda8cf06e141a76a0b9c65a76885292087ee6b61e3182901de66f5a524c5e2a634c3fad7c81391487fca57ccbfb3357b3053503904 WHIRLPOOL 1d70f952595282d52e27f3f1cdc533041e1a22f3b870e84297120917da8c724249b7f2bfd7298412882807efa0474d2f9f3d350dda6cd902fac754b79a565cb3 +DIST firefox-17.0.3esr-ru.xpi 285022 SHA256 66a8b0801f651513a3d03b1a296bdc755d4d60d8c4648a12aefe000e142f58e3 SHA512 994224d42c468af41ff62e9bf32f55a0e2a2e7f217142fb3e05b3be63c8a45058254c2261e3decfe633ba44268be84bbc379c25e59046512acbc211b8f9f3563 WHIRLPOOL be99dafad47548b1473124a459cf4bd60879ec4f09aa6e1c1a214c5a4a965f98fc760444e64a51016ad9897356b9b97a2ce3891479fe7af8fd28bcbf9b881fd0 +DIST firefox-17.0.3esr-si.xpi 316130 SHA256 ad9a95d61bbf0b636ce912026ad6d5bdc18a9802eddedffede30c960eac27699 SHA512 6980af93e3396d2b4b1efffca08cfdf3db1d9204b89db9266c5f67e18381457f6af49a33e34459b3be7759ef6e8d7f5aaa29149156630bce762002d3c82a9bc3 WHIRLPOOL d1d40ec5ba3d1b42cef97a86b77acfe32e6089405d7a82b1c42e97e0025696dcd2c3f565693ae8b702b417696dfbc488a3f3ce03339bcbb8260f3e113e1defe3 +DIST firefox-17.0.3esr-sk.xpi 301478 SHA256 c93f8b83bb702c5a17c35f66b9e404426b32893d723b96ba02045d78e9d34308 SHA512 8fb4483c5a89784337246b8a4db7436f293bec309eac5addb0186cdc50afb71c711121be7aeea33dfd2b798899ea0dda8feedfce032073657ff43b1e1fca1aa1 WHIRLPOOL 04872f04d92908db4b8ad2d75967aca77d1ee0a882b46248536b299353757ba831fbd7c9dd76dc618fee5a12f2c08e47443d985d66e6453934802bfa08e29cca +DIST firefox-17.0.3esr-sl.xpi 286668 SHA256 12109be0edc18cf0241648f850f911c21ff0821d0c26627ac6b3922391fa7e8f SHA512 65c480343171be8f6c5318e4d85b2eab01244277c256c63bb27eb2b4e55c83be75c1fdf4080644419af58fce264514515742ad30fa9b51e3ff69a86ac66c4927 WHIRLPOOL 99a32db933cf11f04754b29a3da33e2ca5b88c816e744af5645e5f819080ffcfb5b69e4ef6f1ff388c22c6b029990e507d7dac75e7f3b67cb03d5c12a9320827 +DIST firefox-17.0.3esr-son.xpi 283684 SHA256 eda1b1c033fb8fa437aec361855bace08ead483a4d88696dedf5379c38f80b49 SHA512 1e36b587fa37977bbd004eb880076b43e61e6c443bd2a059a2610d03e835195a218b54d2a4db7bf8f4eae78dbca5d898ded185395ad53066d30a259078a5647a WHIRLPOOL a4130bdc3f8cd8f1a5618a5349577b1149cea018f777b9eab951f75d9a81ed905cb741576befd2ebf083ddce3648cb1dae52060a3f5c2b872462a71461f50596 +DIST firefox-17.0.3esr-sq.xpi 291166 SHA256 b300a7f049269a460fd973f7dfae20a81b64d4d0932092e4ac67ac8f58c38c7b SHA512 9dea1d04f93c1551393b2c692148d6edb0fcdf94f3b04f1945d7d22b8c5364fe721daaf087e74a5ee6e57669aa4cbdfd9c9b88e598b3b5c8ff618df136f489b9 WHIRLPOOL fc8a8ef520315e633b6345894ea0da068c1f0a8ac5ca414859995f6b9d1afc3f00f76426f55e6aa9037fc31a67056edf4a77366fb4f6dcd3c562b8ecb9d02acd +DIST firefox-17.0.3esr-sr.xpi 329241 SHA256 8fd7f9b18be7e4010b35750e27e34d092d69fc131598f51ba53567233fce02bf SHA512 d051d5094b8e176549e213d37a567f0c4bb1ac528aef321e83f24f2531ba7c8c5880b6f085949cd2783e5192a10d8a10bad0afb2f09acbd46547756a4f15a51d WHIRLPOOL e785de846dbdde7053b392bccc48bbc144c3ed07181665c4be9a18e63045747f25b7ccc4920cf786318599e1445a389293fed753face0e3d3bd0b193d98e08b3 +DIST firefox-17.0.3esr-sv-SE.xpi 288084 SHA256 c499fae2bafb87fe4ce3d75b534d29e7cb75d2c2ef41a7f330694c36abc33eaa SHA512 378530bb881d1130d05a9d7c26c53a02e1ddde129bb64c58e3d82162c48e30f515d0c9edd2989ffac3dd894121f7d9ca5b0eea5185422efc2e55b7026a3defbd WHIRLPOOL e85e001ca1116ff9d7ed27bebb33d8f43fa45562124e4405e81ae8435d68494a82096b74772aa912b96cd087e0055a27fc0fb58b9ebb7587a97852e9fc9c1ba8 +DIST firefox-17.0.3esr-ta-LK.xpi 338714 SHA256 6efc61a98280c37c05298e598a5aa9869c7d6d2aa1eab086cb26c8ec091f4ffc SHA512 4ec35e07a4769fdcca7a8e6e095e509d1bbf1f299cb941073936d20d148c20de53da4bcfe11cbbbad5c5eb65ca01fad4769548efb6f7c17f851826677dab38f2 WHIRLPOOL 6d05d0ceeb5640bb928cc3a609f66be111ba2836f06d091849746e653126fa2ad72eb9c909869c456e4f65606d90bd8fb409f0ffc38293a39370f6b74fd0d774 +DIST firefox-17.0.3esr-ta.xpi 325367 SHA256 928673b7fb228e566b15b28cca41a03237e6976e87d8bb19df2ee259f787b4c6 SHA512 a04e1441738121323612b3fd3220269b9bfb81cdf2c4e7e12256c9c1f7addb978f5921a7032f59cf99f5e7517b32b16a78cf8414de9638152342d454a6476b94 WHIRLPOOL 182ac7dfffe2675fa40ca6aa7621b143f1490862ab352efbaa61b4c1f50e8b533d2ada4f432b8aaeccc16b416698de88e954bf30ff625cc7a6985c1108e62436 +DIST firefox-17.0.3esr-te.xpi 341958 SHA256 f0404f033b28bf3c8ee00948825e3cdc17586cb8fcbeb801d2a7b36ca24aa4fd SHA512 5b3dce083894e5ce844cbde2f05752ffaa081793fb7f9e7feea743026b1c92ba10ef4d240b6b3c23a7ec6e5f8d061cee8b42c386e9c6ac48f685b68039c1a449 WHIRLPOOL c31cc8fa6e68584c1c543eaf975678831dd163f2dddb4d509bcbc5c7eaeb3837ccc468ddc2eb49813cc9d61643c61940e847522506893c8bf5ac316111bb5c1d +DIST firefox-17.0.3esr-th.xpi 323677 SHA256 e66dc95b67e76d37b23796bf18402f8bdf21fd743bad8a45e60425ed34d34d54 SHA512 b99dff03d8b8a149f115768708b25fb21dbe36931cedf8c115ea81720bc2dcff5561b316ff1b510dc381a4c80b96621672076f59437e37491cac24aec3f9cbb8 WHIRLPOOL 59dd729fea7dd7c002aea924bde993fa5fc4ff4caa497f0186fb8447a81fd7f87cd763b362aad6ff5996a58057dc4167b679a6eb136eda3404a7fca928ca4ce8 +DIST firefox-17.0.3esr-tr.xpi 294519 SHA256 22259941866f48d9c91b9e4fbf5989a3c9a30be3c163aa11e09431289ffb83cc SHA512 bdfec6add64aa97a7dc620c653b908d8d90be88855b2e5845c5d351852b634843bab4cd4212dcb110a0121452690b150b41358a395e0ed26eb0930d56a82df95 WHIRLPOOL 6f7dd6e5b16070dc26c4c238f0cf5cd5a0692cbaffdb8ff1617008a55b7507b810cb01d2424eb400eb8dca320125d4ef37e8a482b143ff147d8e5f2b7d813b7b +DIST firefox-17.0.3esr-uk.xpi 324251 SHA256 3db2693e6ca5ea64cddf060baba6ad9d24ec31c07ee18e85767611afbb3fe0b8 SHA512 b4ff56ff480b820b93403d54299bdc3eec6e4796064bf7591ea15a710e991d0aa188fbbfaf1e0d568035b38732e6d4a4be5ca3401a6c0c59cf12aaedd7aa6806 WHIRLPOOL 890819f08f8c7fc02d8f00e2d83541ecb76f4c2f4b9c571e1f7c5e178f38abc23efc4a1a49c653f7296e917ef86459508e79940c0296b5996f91fc149961df2c +DIST firefox-17.0.3esr-vi.xpi 312377 SHA256 ddb67f1f6a7e20860ddc7a2b62e9ec81cd6a7f2cf7d0920d5338beedd3be903b SHA512 8924154da28a24e8950849d9dd1389a565a023f621b291b4dd051a4ddfc253bcd2b778269c78fce0386ee11a2b93341c54e2023bfa6c309f0ca33dc9630fd636 WHIRLPOOL ba96537951fa4547f29dab057e84866a4588a1cff5a16eb744cdd87a583d5f0a44a6923c5af0787fd7efacdaa9719efd3f5df49e112224e48825695cd1f946fc +DIST firefox-17.0.3esr-zh-CN.xpi 304250 SHA256 7a5e15d11fb4923296fd1cbcb3a365a57570cd56842bbdf65edcb43d06b3ac59 SHA512 9c4c5d2177de5ab11164a521ad6ae8c776558ba7dfdd3ef712f4a75786929d09f3ee80000188b7371c3454488b6fcc24a5aaf9d3cfebb476f5bf78891db0dd83 WHIRLPOOL 1073369c81179daab78ee15ec9dfeb0b1bc278af5a0c5e0d1993d23cc4cb485cb1b724ac86ae932c7960760a3f472bdc171642b576fe5c25c929d2dc0d9f004f +DIST firefox-17.0.3esr-zh-TW.xpi 305457 SHA256 8c767d464011c4bdc71b41322221ffeb56e2bde6336c1ed1014cb5a8651a5d34 SHA512 0d4f93a330ee0faada9f1b56b456147485847d99bec9122dd29eea28e880bfc66f4940ff0e012df3e44723858a61de59d4bef327f3ade3685cd1ce9525114e28 WHIRLPOOL cdded00e7909fb14afc5349c451c0576ff5f0092697058d140da2010cd59ea9b2fecbaa9453974d4dcce9f9b73f4d84772c557f35d7c18d8b7c4f5079d142374 +DIST firefox-17.0.3esr-zu.xpi 296594 SHA256 109766d170405a47dfbfa63ecc23c556c32105ab1d77853b8d5ad709453a4fb4 SHA512 4d404bee61fd0ee211bf1714f2e1a0218630dc4c321a843b02f9b12b59722372081236659a82aea2738e047b176704067791aef2f5b5a6b4e81927d3dbeb2014 WHIRLPOOL 45480acf04d7c490bb1b02f56406afe5f35d2b324fda58c38e817297c98c1454636652abdf926452a223b0649a2f59908bdb1b93c363b855d734fd2a6f105244 +DIST firefox-17.0.3esr.source.tar.bz2 90795536 SHA256 027acbbafd682644ef44cbeea3d886498e7cac9d3af769a90c9beebc3fdc61d1 SHA512 cbacdc2ac9cf4910bf7fb0fae03a3c0fc6093e74406e5ba175587ec65ed6d8c2b31e1032c46d72a8386964857659ebd812b523484b553dabbef7cd08d0678e69 WHIRLPOOL 095d48ce872d328c444bd394de16a41f5ddf369e1fdaf5ae7def5c7123589cd49bdff7f04b2e184ee0726059f883a211a0b32c6671c7c6e3f372272abcd054d1 DIST firefox-18.0-patches-0.6.tar.xz 53456 SHA256 e994dc8ef6cad6486d6285f28e4c32cdad1bf5e6246e6eccce8dadd33a9683b2 SHA512 57e237151f03f9c3101e9e567f92ef5a76685b5d124a484046ced0aa3b81a2032b382bfe6b3ab561cf4acf21b42cbcc12d0cb8a6a044e6bf7eac2aebb37a4316 WHIRLPOOL f5e2f6e7c42a4b95be945c4d1980864cfd9df79d899271e9c8c1934830608b5608a9c86abf899a096db42c7f09e5ed627df1160a2b26e64f874f98dc6a6fdf5f DIST firefox-18.0.1-af.xpi 290198 SHA256 74e53bea489439df56e642cab2f27beaa18165e0dc1c7005577bafcfbd1b5dbd SHA512 e2f750959acf9b82f5f97977f8b8c7c810864d4c36455a10f92a4c813f2f478b60f58758645c44f21f72894e72a4bb879e2324faaa5bd8089fd24b50b8f31144 WHIRLPOOL 8fcf166a6dff9e24e5a5c466e490eb915d0e5f551d0c1d96fb0de9ee27d876665a4f744113e8c11924053863491e8dd9eb3c93d5ca4fe0081a5652d49f4ff787 DIST firefox-18.0.1-ak.xpi 292033 SHA256 8f7290f63d3fc00bee4e65fff55e790429559071413fb0ef5827e4a0db1d7eab SHA512 041dcd5f50c01920d48a6514cc1df08c7d4402b53c58778904d1df9545ea0cbd541c273c76b14dd4fa60c133e0909b0cd3d9d2e39a6047f38f628e0ab24b0661 WHIRLPOOL 26e07f94c043b775989f76a2c2683eab602170f12f1ed2e90a6f66a8678d38b4b1db047c998953478e4881487f8cb76f4d537b8455848e534670a58212a60eae @@ -598,3 +344,90 @@ DIST firefox-18.0.1-zh-CN.xpi 313765 SHA256 226e38fc2bd76596c031d46fd00a531e9ef6 DIST firefox-18.0.1-zh-TW.xpi 315082 SHA256 4af147379643e3cc3787b3d98ac0582deebe08133fb41402d76c04aaf0199c4c SHA512 858e095842a465cb464b9f9da505562887fc215f60cca463826792847ca33001010708538c727b4deb1aa6bbcc8da65542e610fadf4e0eac37d53101e317e694 WHIRLPOOL 7631d2ff7785995e61fd5c6588cdc8485f8c0dde8be8de8cc33bc32b5e3ffd79fb02b9419ebfd8866dab3b2e8e6385a0c4f7308db782bbc90b18076fa9975f4d DIST firefox-18.0.1-zu.xpi 305239 SHA256 7c6f27ace9a32797be636dee51669a4cff50402daf4858f8be5d69eb30861972 SHA512 a42c4e4899195d5e009bfcd7216a4b0e3b14ab36f908d5418d13d2ec26020afd7bf8dcf110fdd9dfc6e36dd40f93ab3d8251c048a40335b579872e2b0c812e08 WHIRLPOOL 3f1056cfb9edcf20b766c8e84c42c21db1b2139a28c27cd4c2dcc7c919f447676013fcf90ecbc4abff48552506862959321ae3e3c8403f54967004875faafd87 DIST firefox-18.0.1.source.tar.bz2 97140833 SHA256 e40039d5153db950c364de18895350073e6f9f83d3e41f1a4cd0685501ad6b7f SHA512 4b06f23a90ca365a9fe46b8cedd50a8e8fb859976f9cc35ecc05706f981e85eb84af755792550983e4720526123abdbaac305b000f132cc7b40f92b43b2fa58b WHIRLPOOL bee229a17285209879409342ddb90d893175d79c5502b9b9b842ac48500107d062b2c62e690ba7dfb7579ab4648306620fcc93fa8b72901aa4dc0026907455ca +DIST firefox-19.0-af.xpi 293480 SHA256 5e7cc33a96a21535baf9f13bf7fa35b4617f0e13302f8c727e7191347dfbb2e2 SHA512 9a13ac6f0c460ded448ebef4f1cf39c92cc0d7503a96ada99441f724654d7978bb18241eb6345685a6c4aaf2a5a3d85f2496a5c3405d3cf997a497b009700e67 WHIRLPOOL 197bc1fab226b1daa48a94e39623b0ce449f858422ff611fa0e486fe5e791aac7fd55197f9b2393702fdf388225023dd405627a4ee9ed4407a4773589a9f38f9 +DIST firefox-19.0-ak.xpi 296795 SHA256 d91e1ec1d678cd6d965ad18fe64f4a0d2bcb0f6ee6e027f002d764d039f3d215 SHA512 ed4c5d477161421c6db88fe8fe7bb4182b9cf685ebbfc84a019b5b1982b74f7936881625544a397b6bbe3b5b98599a88fb5b07a3db639fe0785c752dc1890a90 WHIRLPOOL 400b9c19cf0d19be5ec63add3a87d7e9960217785efa6d79f4cf5b8e03c04b096422a9ab7df273aed78002dba3476ba8aa22cffbef345fda672a2bfe18003527 +DIST firefox-19.0-ar.xpi 324465 SHA256 e6b56191f49a7e0ad90ac2f7afe4440e369466d6a0227ba702457aa17f78ec01 SHA512 b80ea1a55335e1d21f628a1a2b979b9d15bc83f6c2b5cdc6c12a91f73d79cb86f2921df7ddb394cb0eb64f38ce09493e4955cb0f7daf97b9a14a8975e6147c56 WHIRLPOOL f03f6216bc8890aff7eb17e1769fbc3aea060d3631cee6f6ec465c357929e36c3cab8dca0469e8878076ff7d1d25ca4bc83b3acd31be83c4733a2599be2c6681 +DIST firefox-19.0-as.xpi 342693 SHA256 6aa788d3545dc9435c302e0456a9082be2b51a268423eb2aeccb4a8c1b175597 SHA512 99597b3cf078e6d269da97599a551c8fd148b2a4a31932b6abb634415db7a3e72f6f8a5bd240de1f533dbcc34872b92431ce8799b874ae2da093790381cda027 WHIRLPOOL 9abf241958715cca853829c55188df8e22053b8e0cbf7469d240836d21f036e89db6a1d0f8421cdfe36b4279ec69e56b367523ecb9c5c1c98f034f4d4986453c +DIST firefox-19.0-ast.xpi 269700 SHA256 56de0774d08cb9efa57a47c5abf1d57f894e4519991d4471c29c773d52986f41 SHA512 0d5bfe60c8e1eba49c35b30beb4d73db8ff5dfd57c4d15d84bb25305ac2674ff277199a6e812b8fc9fe41b53a4517dc9f25e3b1df7ddb989f33573dd60721455 WHIRLPOOL bb1e4c07dce30bc223ea46ec423ecb5e16c8b5609ea519d25e5d442a9b11f3a91046f18823ed15eaa6bdfc6b233239ca450f4269489763835e10f7f229cd0f29 +DIST firefox-19.0-be.xpi 287724 SHA256 8e3cee7ff980ed5d2ee89efbfba8d8564ce4065aaa234df3560de28560411b5e SHA512 e2a2d17a3965d6ffa501976d522ac8b0b8cad36930d4ebbd25b65f3bd1bd9c30a6cd2873b1dffbf268af2d9d1630c634835923f51f41deaa0be03ac7804572e3 WHIRLPOOL f2c0e8917d65252a3c74bfec276d0466f1c37d8b27f475108d6a962c792cf9ed169135e28b82f1ccbdeae7f6dbc8c93a0e585d2e82db72225d5743f576c3d038 +DIST firefox-19.0-bg.xpi 341210 SHA256 3544a66622bc364c4574292adb9ba8f59c90e0d7caed0a8d2fc793246255f6de SHA512 e600c934cd47387e5ca2a887f9bbd9a54461e070cbded28dcbbd41b201f9d6cea7e6702d255507c4b9edfe1a397ba861a34cbadb51a8a343144b97d9fc711fc6 WHIRLPOOL a3c6848700fd11dc2224c511177f8d2c1fd0ecf3da7fea931477343ab1e01c4c12fea1f97eda242d61972e0abd83320af8208c27fbcb8bcbb4ea2e9db220c315 +DIST firefox-19.0-bn-BD.xpi 354720 SHA256 b91f4fb0767176eef3c6421da58ae5701131be163fd6d97ec15536b97239b0ea SHA512 9c691024160ac512085b76534eaaac0b497042b525807aca46b3945050e5fdf7bb5e3e77d284d7fa1c1f74e613aed6c029df3a0aeb2f75e8d8ca9065e52df467 WHIRLPOOL 15ce98a20312ee5a0e8ff20eb1f32ea995963d587fefb6db13fc5e174139ef7ab3f0eb4c05eedbec4ee485a14823ef5df4889898d87056b31718376f08fc6ac1 +DIST firefox-19.0-bn-IN.xpi 386850 SHA256 acdc4910ac7ae52a64beb3e0f908585d3dddc95378e663651e36e3d54ab33541 SHA512 6d113b19d6a384dd0ec6a8d34ce14399bb2475e3da679d58ad51a30d9fe1b77e810c1c8e3ac820a9c8739809b0d675b06a6db229b14e6abd4e4f052856017b4f WHIRLPOOL da188fbf4dfefc41d761d0a95fc9ae0a9218163c619d67df550564402143f5d86db7bf67c7c036e6fe9242f805c07683197a73bd3b35c6807620eb2e8c9dac2a +DIST firefox-19.0-br.xpi 302695 SHA256 dc7399b7077d1a08eb5e772a6af190010b91ab12b63a8d50ea37ae40dcd9aa3f SHA512 e78c266dcc9602f398a7e61ac1ba4d4e702d37830a61f2ea2d0a57fcd69d34d455d444070373d7df9a6d91889589f1af6e63957762015862039e0ed5c821cd67 WHIRLPOOL 75bebf086d1c023bf50281a87ca906b9344cde9cce8e1d739f2aca0ce704b795c795c705f37da7d37790c0c3db94477a469bb81e3bbddadec8f150996a3571fe +DIST firefox-19.0-bs.xpi 298729 SHA256 25d230c78c8e61c7e60cb177e2524336425c875f072683e6c2a02768bd79d54b SHA512 785ccb9ee6f617d934b5ed4fe91562101e163c93282fb3cfd6ab302c3ffe847f0734b0badb1c423045369b9b5300a81eb1102d254275bd0ca52e231abf1ee147 WHIRLPOOL 1c7f72a23bea7c4d2b7d1b05e38e87ae53ee625dd659705ced1dc79aa39ca35ccb6b0389352aaaad074a65d3e06b02ca6987d64b383bd4204494731f584b3b2f +DIST firefox-19.0-ca.xpi 305630 SHA256 65cfe6fca3139d42e915f92792c42be46c0ba05c46ddef94e1f557d8c45dff10 SHA512 0767463f46654829e315d5a3a669a7d5786904f59a5a29213cddf17b3d4a5f7c1e890ad0d5be7e37afbfb1f43ea15409314f059b70786e0661c58a6cfd6b5c37 WHIRLPOOL 51e0b36ea13c8ba22d8dea2d125f9ca906a707c61ea47cd7218cb15e04f27a3a46b7f648a9797d9cef291b7b793fe8efbf48f97c87d3823089ba27590fadec68 +DIST firefox-19.0-cs.xpi 304696 SHA256 7e88e39d04cd2c72be43d497d64b668e47881c71e4c64c5f953748939cf81cd0 SHA512 12e68e239853f7a2287ac53859f398b79060975373f25f4f1d2ed1dbeb8ed08e370864003db840312f6290cd68598ed6c39eb5adfe3be55ac70d1a9aa6373573 WHIRLPOOL ab0d9cc57cb7551ecff42f2087854e8f380cdfba6b984a07ef6cc106a4e1e7b2ed6c11aac9a238e255d2cf8411d73ad5f8a9439a8abc387ab4e248496eb9e072 +DIST firefox-19.0-csb.xpi 306032 SHA256 c454e0bb5e99c6952ed8ce60524ca2bb613c473879a619da33d0a46d2a4ef5b2 SHA512 66d6e4f78590c5a179c0b202f259fc9503b336de1a7baf84880bcdad9383e6db1edf02cfe6d16f86daf089010ea9a35758cc47e7631bb930206cd269d582d550 WHIRLPOOL f6bb24f54543ab77515a92a99b59cb87ef6bfad08f6e46ff63774bf2bd0a757feacc35a465ac1259fbf525769c3ffe5bca350975b76e102009f1287da0470a12 +DIST firefox-19.0-cy.xpi 297429 SHA256 78f95c1c39ab6e81477170c30fb35fa879a87eb4673c3f2bccc3019ba291a5f7 SHA512 9aa93a6aac24414739a43b3563736a109b262a72d0abc3a2ba40868708d26f3fcf5cdf1852262e0e642163d4b07167b7025336487e07ce222d26a510ae32f019 WHIRLPOOL 0196f9f332dc4b633889fb0de8c80305ac30356b4545027f252bfdc6703af78111ef3de68228254698ced1168dc3b2769db5fbd00aaecc20b4bed2b5637f781e +DIST firefox-19.0-da.xpi 294085 SHA256 67dfe14e655ba0257d2ac9f7fd39d0dfb81a953e4e39bbdb162b5b150920195e SHA512 3d49de0f02348d17732802ac3aeb285bd2191b0d4ee81b8d7e1dfeca80397aa53ce9c90b80b8cee1e67d7828ebb9feb5fd4ee3ee3c506fc58a95b1cd79e20eed WHIRLPOOL af698ef4e91e50ea1122ee79faa40f09be65853f88816bbd8c8b1ad978ad37c47761cc84c31dd5f402f38192a4b7799313681f68f63e4d82a61229fc5114c697 +DIST firefox-19.0-de.xpi 284208 SHA256 6324feb3ee3f25c63cb213ac894ea642994dfc09656c23fa32661448d418bfc8 SHA512 fe280760f18b59b77ac1b76724d14710ee8cc089caaae8f47f351555607eb7c2dcc6f6b37509774be41dddedcef762b60e2653c5d6dceb2de09e1f61768a4db7 WHIRLPOOL ab839e577494c1ed4686fa175596e5a39cd9e20292badc5b7aaf036bab5c2a3e6b08d065fda8bfb7562751fd4bd9f5689289d344e8bab10c39429667f2761d15 +DIST firefox-19.0-el.xpi 331441 SHA256 c5987453160ebb20cee405536ff00d43179d2bef308e29e3f5daa894431de38b SHA512 d2caf5344663a3405a687cf099e22543938e358cff375885fbc43f9d4ecb2243e01e75a277fa66e723f6f9a8e08763ad9f909e4e59902821663a225cf78ab9b9 WHIRLPOOL febe3a3d2ffe470b21373dd1018abd9ef848dd079a558370d4ef61c4fe902f9367ac2761af285ba3fc64a537ed8860e69ba1c63da021c9c4f9f43126c2a82153 +DIST firefox-19.0-en-GB.xpi 283378 SHA256 afc847fad4b9d4aafb3f41f86220dc009857d534cf8d2c7f3df92bf609ff7a3d SHA512 312fdbd354015e7617da3083e5f942a41c9e4546aed8e2019b78ac6de8246d223f88993631b9566c07b70552bca311c34af0b97329ac4b566939292dda9bb393 WHIRLPOOL d0cf7c986b949490db94c456ffc14dd420303f44d2ca76ece46c47c88e85fd94343a00c0f077f2e3b8b549bcaba5edfca28e5a29397a8c148d8ce4cf7cbe922f +DIST firefox-19.0-en-ZA.xpi 285996 SHA256 5043dde07d54b33ea9cd6b8f08f38117edd63fce956ebb407a376767104d6cd7 SHA512 d41acfc521c685490874c1d550af0a663ddacbc08a505c2038c377cba204c28c4469cd181fd0896b43fe5e7ca06893e17725bf6a73ecd753b740722e85bfc92f WHIRLPOOL 54ccd36f7e598bcda52a70c9929d31ba83027f49765436fd20dc5a41dadc7f9d343d72ae32a3cb8f6518a437be81f55fcc2c314bbc8923c4d024f4a7f33ebed8 +DIST firefox-19.0-eo.xpi 297644 SHA256 0d5a6c9b88c57d950bfe8a12f6503aa16b7b1e9b34a480e3ce0f130f086bf2af SHA512 904a47bf623754f99ba1e0690d3c11a78213cc1fa14707fc533fdf4bc12b903d4b623503b05204ef3f3206e95d62d471eaff76d29d415b294d91b6bdba45999f WHIRLPOOL 8b5129fbc9303fc7bf223ba3ca3b2b537efc280d74ff0a0153e45bc5defe388d343296371aaca96d3a0f41ca1e6bd5add538921fa85c65a3674678c4071c7674 +DIST firefox-19.0-es-AR.xpi 300308 SHA256 35e7c4779a9001ae66027f19e12032b76e8a958ff87cd742e0e3feae1c300b62 SHA512 38a48a0d3ef9214f7bad577395a4ec6f1594a20e4b360fe555a261c71d19465a6b3783d4ba5eb581db87f80d159d9662ce86cd6a93bdb5dc6c2daec6d6a5668a WHIRLPOOL 57518d9606569909e1cd4e9eee807c264e6484f77df4206d0888a531d2f995f8c7ef73bcc50ed422d515465b85e2a7967ea36103a648c083d03d9a70d6335a9b +DIST firefox-19.0-es-CL.xpi 310181 SHA256 05c8406e6fd8ced7c991d029dd70b42d97369a57a379eb19e18b2660d9b19a65 SHA512 c2145737e8e998dc027e50c01674061c9703ec90b3092f7cd83cb6ace9554a3c67ee52dc3a29ae2078e324b7d0cd33602b0ef970ee989abc331a73da1e7a7e1f WHIRLPOOL 5305d8fc977f02a9b3653fa92f3a2b74d3a22d18830c6bbb024dee240a7737c6c1618b85f5d6efd553147c41cb4b93632d8a18a3aa32e9d02b0fc170d15e2765 +DIST firefox-19.0-es-ES.xpi 251866 SHA256 584a7622188ba483268f7b364cd5bda9832bbf567c2e2a214be946325737c9e5 SHA512 71e93f151e81d173a13afc1f494d2133e568a469bbfcee257195b426ab8c4ce6fe1bb194fde8bf9de03ea7d5746fdf098318ea2614025b052198e3024f2ec0e9 WHIRLPOOL 3488a13ee1285403dd98883167f3e669d84df728297a8cd92a6757d4881d20c0a3db4dabb38eb4ab9e07bc69d1c1103c8cbc9e46b46346ec51d941517d0f6406 +DIST firefox-19.0-es-MX.xpi 262700 SHA256 7d161ab3181defbf0ed36bd70a2e5b231fc3b91b1d32e86b9669a6bd7d311c14 SHA512 f6150a841acda1c209379ef6e97057c7654ad3fe8b1dd13cb63a373c04fe94c99032fbe09d82ec662a118b440cd3250d1fac76bb9238e3f8c0b2bf50df5be27c WHIRLPOOL e0cc0948de2916a09f4c8dd2f6260a7d15ce0cbee6798fd304dc34bfa9cc0ee30f708af0509c67d938d84b3a00fd830e3743ded199de070d66eb018f9b4eb480 +DIST firefox-19.0-et.xpi 295617 SHA256 bb6c7cf9742e4db4298372974d43764ace5ff4aef7b0597eeea20014afe02aa4 SHA512 09254f1832104e504f28fda3d048b4d65b723718d00328d2feed390110d6c51be114fad2e0bd60ed9aded4d0bca6691ff1cd9f7552016eebbe56fcfbaf3b0642 WHIRLPOOL 0c7cadf80917110583eb12af28dac63c0676bd3741d5441bd7993caabb3918953d146d325f1d52ac296c47a09279adfa1ca875b22e0ef59e20d9ebe92415ddc9 +DIST firefox-19.0-eu.xpi 296323 SHA256 461b5575b57757c5b994f4e919de15b8cee3c7c0cdb1b4d90641389739317d2a SHA512 67ece64bdd040a4943206ed4d39156b6a446b048112bd436a4a4812be5273f3951efd8fc8901bb9a0ee4a4fb8c57ba605ff0fc59574efd1cd6485e4d1cf41f71 WHIRLPOOL 52f7200c96e7673a2c5fb7d8af2e8427cb83104cfa4879dc9ba7489880e3e8354866210031ff02a3ec70f1bf977b949967eb7d79f550af5184761d15c7a5f2a3 +DIST firefox-19.0-fa.xpi 333056 SHA256 2f37bd7161ea61ea29859d646e49edd4c9feb03a6da1952954e2feb78f1831bf SHA512 252854a1a22578dc985b78182550dfb379beefa80420f22e46886c0c3dccc4333e126740697c00ca9b1520199ec2d92e180638b244f6140f320b0ef430c8568b WHIRLPOOL de658ee48eb8bffa4e50363d1f30e03de2f3d78fd29c0dc0c045fcf12881171411799c402d9d0f235a6694ab0499b06fe535844b0811532bbd37432ac9c20cc4 +DIST firefox-19.0-fi.xpi 301417 SHA256 7f6c4f4d1f03e9b8975f8cf6512e00f1d2430b59ecfffb9eaab65f7069c91c6d SHA512 5352080d2bbfe2ef87ba3b53bb64d5d3bd0f798681a158d12b0339d406719da0c877501300a57453f071c4ad90b5154ace546436702cd4bd7a7328c04b82a96d WHIRLPOOL 3052efe4d011d105763525aea6f09de03aab5523618224c6e14f06f9734f6a70add68c18d25d9478cec4574ab5259c8c2303ed6441c7a55abbf38c22394ea54d +DIST firefox-19.0-fr.xpi 304705 SHA256 e49340bd382f3602f6555fa0d82695be3f791090f356a1ba7b9e455f2c76a6af SHA512 0105ab0e88d241ab834a5143055046cd23064d1cac84134e4028a4f1ab776e591680c024a7afc337329b7ce310bd936d10f400e2c443f95a25256d75a541f8f6 WHIRLPOOL 496435c35d7f2bd580404949c08c10c7a8984d105750b5b80732500778a95fb222586078de030c3d087c68a077db68829e16ef7191000141b41ba856056bdb07 +DIST firefox-19.0-fy-NL.xpi 301151 SHA256 cda5fd0bed6e27adc6f9f71e50ecef519ff1994dd33869059e808e935a1e7c20 SHA512 d8f1b06d0c0a8442b875ca20934d2315683f9f80afb84df2fe1889dc1ecbf7a7b0fa5f3c76b016c2336e9f7426ab29052effe70e1a53d474dfda9cadff7c6e6c WHIRLPOOL 0d3711c5c36f864262e5811bf816e64296b55873cd4b2dd1f9f6a254b338fe19bbd0f5975eac3243a05208f4a8fccd50496bd11e31a77d16174202c8c42a857d +DIST firefox-19.0-ga-IE.xpi 311074 SHA256 06749185300fde36a2611e11a64c8674504497e06a59b187a34623a00ac02637 SHA512 a088abcbe0aaf3e87d19cd05bdefb403e6dd71b3826eb7b830260b285597f44dd012696e0a0e6fd084bce6d1f58c8132bb79b47bef128aa00e361c1ec7ba73c5 WHIRLPOOL 48101595dff1d6c3257f692bb03e73019f0767c5fa775d906e314917b9c79c27d026988792b37cf474dd3c983925aba491ca074a295a1f66a599812d8aca2a62 +DIST firefox-19.0-gd.xpi 312025 SHA256 74124feaec531d4bad72346ef073b698df39b8f612e2f82e6d58995bd47e1fad SHA512 5877db0c0408fb8992460057ad966490439a9f9f796c6fac0fa09eec39d0c45c1021716e9166972d50e69576bcc44e015f34fc1cdb8084f28b094b4ad0ab1a20 WHIRLPOOL 251279ed3311e6adbd6eeb6dcc66dd2f89826b8cf0a3627b7355484f80fce896c7be59972ef4cde805976493eaa14dc05bff822ec315a67505bd6e71e10b964f +DIST firefox-19.0-gl.xpi 297731 SHA256 2fb1a7d30f1ba6c94b93178ba2a23643eea32b6d0978b9801e4fa3c2cbe03196 SHA512 2d50c86c27a83cad117cb159520dc25928ba063aa1ebd0c90307ca31469f1c1dd7ad6feabeb8a26a50e1911820fda89bbc890cf71d3a8dc2a2010c233dddfda0 WHIRLPOOL 3c877d9cc27f2b760aaef1900f61528877fc35496fba43a60a8c61d7c41721274b1828e3e0b455640ddd5092a6e30813ab70d267fa8dd0d243474a956464f9f6 +DIST firefox-19.0-gu-IN.xpi 334025 SHA256 63241c25ac04d752eabb3299f391cab763c3ca06c2a1b43395cf1da59d1b7464 SHA512 7c8f8a0b41f2f429130edc6008e3742b50c746c44726c0cac271a80fe0cf692e457b67b654dfa253da48229f3c951e79caa01c12ea2369bd62382dd30d359ca5 WHIRLPOOL 2c741105281de02b93880e43a70ac0e105da773de0c0fe6f5ab21eb28c4b5e3623a7aa7719b75931eb2d2ea176a5a8e9fd8628a3dde65fcf1b6570c3fcf02baa +DIST firefox-19.0-he.xpi 315414 SHA256 e9ed8f70aa4b1b3ce7360cc47c0995bdcf3fbec45f6b2c0012bcb9c461fb6bb6 SHA512 1850ed7953e32f79f7e9478d94d8113e7ce28e715752ecaa0b4edc555656241d09bc462cf7defb15be997e74da90e113a10ad1864352c762e0a3fee6fdb6b611 WHIRLPOOL 3ede62cedebaffba0c26568d7f682e378a48b5034dc223e3606ae2e515267a635e9306b221c727bfa88eac7a9616ccfc0c9d1dad5d440c0dffdedd839540155f +DIST firefox-19.0-hi-IN.xpi 345262 SHA256 acd9df5372cd821269f920165518c0334e08e9ebccef13b37058d15a7a1dacfd SHA512 22649bc62b32eecafc462da3321a6680572b6f8bd5badd58b9a921781eab3f42c93d38e2f05c80f12f33cb4c298c51d9c4da48d885a7c94a4ea3eeeae7b1a98d WHIRLPOOL e41a50bfbefffc892cab05ae8947d8bef345683d89e6733fefd33dc792315ac450d0adf4922c5f7c0150a203c1b155cfb547a51b5a2c7baece75c4c8b44b52c9 +DIST firefox-19.0-hr.xpi 299017 SHA256 cfe940d61a29e6d35b2278337e9235b4c2e881fb3307c8d199f99b04a2da5649 SHA512 805e6ed5344bb59234956c4668eed4fc4f907bc6fdad7d14dd8e5de8080c5306e440a78cc7d726db672d15c25f472425662d61cf96f91474d78120ccce3a38e4 WHIRLPOOL adfb64a9e9bd02140cb2217a1a7a90d26da5f1079bd8199bf28156ff7a903acde2ab24886b8f3f0dccc057ce5db4879b5740649880d7ee82d05db67bf32e7d90 +DIST firefox-19.0-hu.xpi 315579 SHA256 d97003e900203620db759cdf483571e7bfb682675872e67f6d332e65b142c36f SHA512 f81c6f3e6f07f88a9c97446af07a0f6866c029c4040ab186cebf3a4aa35bc3de508b19b55786c06dc03bbf19509d3223dc6d41d064c5d3955f696d0599255c79 WHIRLPOOL 5a6b7ddadc93bcb6bf0c4260e8b72b17799749d82c05b7fad82701aa85e9fd121747886f06811e58f52b873931c7fe2d42d5f39a660843648d94ef1a0c0e4e21 +DIST firefox-19.0-hy-AM.xpi 341820 SHA256 10618efcf43ef27a38506018bfd993cfa5a927b8efb63f0fcded5826c0ac20b3 SHA512 cfbc7b1700af395372e50bdbe0c43ce3c34b63099bbdc039f9f1719ecb41af37fcd195e9f1ea687470e90bb1adc616829a0d36957f2099e056409fb5fa5b595f WHIRLPOOL 1d24ed3552f52eb0a835f85b77f04698f303c4adbec1cde6d99e2b71c88e3fed338be153d71bf284fec1d9abfbb3b00d28150d5d4daafa05c7e77d307e084db6 +DIST firefox-19.0-id.xpi 292472 SHA256 e958e26bd9233f6b0c391cf489f0f1092f0069cb73b63c9c67dde31bf3fdb29e SHA512 8546e3a5fc48a3c74cdcb2f3e55dcef52ab821b05d40dddc0f55052e75d7bcfbb17e14c65f65612236695a98957e91a7ab0bc1fb1a2aaca0c9437e337f96e061 WHIRLPOOL de00ead91fe605fce73014e32c7b0705f16c42d79ff47d5a1a5deaecc45c9fb2b4f67d47dff35f164b9042422d44237b0b11bc83ab5b30bbd84990a88a4fb39a +DIST firefox-19.0-is.xpi 297284 SHA256 253e6e481b1853481ee04b75eb8766a273338364e43a7fe52926c0cd138ab19f SHA512 72cd02c34f7e6ee25dddc701e25745ecb6a9f118e894959fc70ac712df9342460eb270db971239cd3d50b781e90bb3f042f0350faabb8fe85ae90157a06a796d WHIRLPOOL 4bb1b6853756732a4bd93804b8cd1e2feb524d6785449f214878ced7b1508f9695e4755509cf46e19734de4ebbf907b93b0fee6aa2ea3c3e7741f7bca50095a3 +DIST firefox-19.0-it.xpi 247778 SHA256 7f248fc2d9680e70d8b7519f9734358964b32d10a456f4873797bfd90f2d52c7 SHA512 0289211ffc1d8cbbc71f8a2581ba56e3f17e775d3f84777b6c8211fff74fcc32a0f27c3262acf51c7ff659e30f828534996729cd3a42c0ad86f9656f19967572 WHIRLPOOL 2260318fd269fad0209f88775a7f97eb5eee055612b6ef82d0cb90c93947fa1b4eef228942f41091cc83f2de4f36e227fec2ee21521f04934b1207953c51c785 +DIST firefox-19.0-ja.xpi 335904 SHA256 5cc1d583c4afd10e24290717b61692bf0da1caada1ebd84c0ff4df668977cd3b SHA512 a96a903e8b885aca5a773e7395aeb245c88426db556475b5bb8fe3be6c4b5125ae4899559390e328425ef216957f0da1b15874f6911175a59ec2fc76b643cc53 WHIRLPOOL 025048379ab57934be7cdbb4b4be9de5e9ec8e0667cac97b03d6b81f7eed077fc5dbf325598ba600c92c2ecfb4033818012c863cca03915ea9aa997d1e1c1398 +DIST firefox-19.0-kk.xpi 341872 SHA256 f9a7285957b02409db57a7de45b4a0146e7791ea31f4aa67f27b867c98f84fb1 SHA512 f425b3ada2930f0421d54a76072a5784253cb8026ed1eb2b7ab622f2445cfbf8b34656e0df524ff0a7979e2e3c11da1058191dd38414ce7d77de996414dfc29b WHIRLPOOL 8b2383a98ee60f33f33f8ff03500a642f28f1accfcc7104e4541f5d522caf5d85b82c5379c312c9af2142fa9234b1bb2e135cd701eb6c5e019863254bc8e0e0a +DIST firefox-19.0-km.xpi 360637 SHA256 46f36ce849ac718703dc1b2df98ace88c201db13bd33f22b1ab9acf7a44c210f SHA512 9867185274faf2555187a95bf0cb2a0ac2abebb8ea7fbd1d18b99b02eef4fa6fcf05e1d58b7daabaa3f9920326996aa2c99b02ea4faa101195dd2e19627ec6cf WHIRLPOOL 6a861de2b234d57af6d3e1e650e6a7cb0e7d0a4a8009b879c1ba2372be5ac193853db79c3bf0dadb67efdde815f263b229f5fea90cd99a7e8238ae7e72fc74ae +DIST firefox-19.0-kn.xpi 368747 SHA256 da4482fa6d9169f07374bf068c747abf3858a63f7fb008af335c795dccad308e SHA512 fcf4b83abf43d42dce46a0f99d3e3608b3cc86c4a433a86db7b7f8540cdf72a312a6ea4175aa512e155657b64eb4ac6c4c9d9762efa98e70c5638d1576b97738 WHIRLPOOL 1f6232de94625be81a100ac4f8ae04268be94194f3abc74d636990445660fc111b462a9a16012b9cb334de49b519a41939f2724795b123333e2aef7ea0d7b0da +DIST firefox-19.0-ko.xpi 308895 SHA256 2ca94a81334ea4b2ee9c639336ba0a59326021013bdcd33371caf0f8ddf0c100 SHA512 377da3693487950c88c91310861ddb05efd70410bc0fcec64262dbf87c8f0677ef628a552a1f2d314ca1bb860f1daabd96ff83bd62797159b0030bcb38471e36 WHIRLPOOL 5a9d603359550e2e7efd734338d22bdd16c5900c207be7115c40c77441ee2864f2e1fe9ebfd238844a2689b34769eddc564e158eeab5936787df57d0ed9db26a +DIST firefox-19.0-ku.xpi 317697 SHA256 67b4d6fb2a21a8b4b63acbf14e30544f47b3ce6f44936ebc69ad1cdeb2b8de0d SHA512 0641d8665d890d7dcfdf176e2371110c567e11dbc86c668c2ac8d2891d4a112d0d1ec75d81d567f320efcadf3343bdfd9e54975581baa784d0af95caf2c49a0e WHIRLPOOL 5674b80b3e22114346366242ec8af92178ede5124efa3cc26ffe98d76f98499f27ffbf8ebb43313cf9ac60423e08eeef228fe614cfc08b2ed36e9794a0babbd9 +DIST firefox-19.0-lg.xpi 304559 SHA256 ec8a4af20de3de290b7256d188400abfa22773773c1effcc51b30d0cb87b4e82 SHA512 ba002cdf9b8372a2d39ae0d1aa87d0100016d5351d1a4e2ffaed538d974a9b92a279bcf3fac2ad1137cab2616522f52cd592dba966ff736711c4499c594f5e6a WHIRLPOOL e7d001a19a160f29d1efb8507323593e180b1e238e2eadb0d6d3c4ba9a3c1103f4b144e38bc4f0f31f52baf0cb9b860ac15efb3d1be917bc3e5b1226e1cb4df6 +DIST firefox-19.0-lt.xpi 315941 SHA256 7aa0fff9cefb2ed31d88f1f9941bbc5892e268b9f2be3cd7f85d04c7f00ae125 SHA512 9731e1f6b72cd41ebe40fd2d3c4c3bf5e5db98f0467f5505fb3cdca3751ba984e28d6956ae9924e9726d9e75061eeb66caa769b1b52f4e867de356fb8cd6a2fb WHIRLPOOL ed0cc872e4a40f9a8f611c60d8a63af185fae594e8a5b6db1f2b3771ecc673a4841fef8de3a4d21d9222dccad0db86dd733495ceb12c6a768f532e119a7d7eac +DIST firefox-19.0-lv.xpi 296143 SHA256 0422a3ea27abcbfc9bf71c36ecde213cc3fdaf339cc0cb11c7fe0e10d69d5737 SHA512 bfa948dae047a54354a06f1b2ff223ae29994a1bac8f6cb9d2b2775bc1b1d576a7ae6e969eb9022df56d786586cb4c1fa1e2090cb60f29ac07077078badf6243 WHIRLPOOL f0b9f23c01b2af8b8af766bfebbd176448c73547a9f67092f1dbd678eefd3b315bf28d5ea2e58fd5161638f0725ce34bdf22cb09f6c2c1cb6fb684f69610e19a +DIST firefox-19.0-mai.xpi 342111 SHA256 cb9d6e592d01391567616dd648fa4bbf47b3a6cb3fa183f2305de3a195edb094 SHA512 f22fd14970c84f8a46a510605b019c1df3fc79b519abe15c113f37468ed6f0ce81d0645fce3171c072e7a109ae368c7b2fbd70b1d4de3cfe5d1dc9e0de75cd2a WHIRLPOOL 6e073f67e6d2ba360b53a9770b14e134ada950837066bcc8e3f27def17fd215560c0a07c3d92c9522c7280327fe9edc0a64b36d2dd4c806f28da0e9b9b940cb5 +DIST firefox-19.0-mk.xpi 327845 SHA256 074aed6b772491556b43bc0023602ca2fae5f34253bf00b09431c44a930ecb81 SHA512 493ef034b396192e17346b9ee4ee211621b6e496303cc1a2fb8e1df3cf36c76f6575bc4182debe660c5c3b21a4849cfe29f5a36ad988066c2e546cefcc235103 WHIRLPOOL 745668a304f14cc0c2a670606a9570836445baede5d9a30419f471a7c8fe7ec4d4bfd75e5bcb055dc6f32bf5341213835fc5082818fff178e3428e61e3870959 +DIST firefox-19.0-ml.xpi 375909 SHA256 cd2736ba83fd279ace22f501ed8a850095e08daa496a87b84069cf95b47179c2 SHA512 d37c4255036359b31ea61e53e22169b87ad70749eceda86a98a7f6c25807f0eda1a7bacef1d58dcc68f6feb4e6ab892bc9e89acf9213881f996e1794aae4927d WHIRLPOOL 64cc89d1c0f207021eb8281e17ef0de6d60345170dec5886eb724cd6924f450f439c45e2847098cd959266e653bc66308fd44b635d72a17e1231a3e07301cc8e +DIST firefox-19.0-mr.xpi 342900 SHA256 13cd27ccbe0b21bcd834c5ae5ae6342eeabbbfdd37b320ff96f96021deb860c2 SHA512 5b7d565a38d31f134522cc11b3e4b7dcaaaa072dd28a3c270b420b9453e813557af960114c3bf3ad7821bd0aa16510a0bd14aca386cfe2f914910ade533b2a28 WHIRLPOOL a3df7d5ecfdbaf5e39c0ab4e5c4e5390a83e2e729507d60b77a711ade74bee65e5ffa2239b1d4d5d24aee2247a6e2cd9076bcd747ba76f1803423cd2b02a01ae +DIST firefox-19.0-nb-NO.xpi 296250 SHA256 bcf4930a0d06deea89a31da0f60f488d0b92dd779112ad0523d953eaca6cc394 SHA512 9c65fa9e2d2594e45d473c8552cba39202fff696f0d3db8f82a3e47eb6801d86a893af33d0c5e64e7e547ffcc17bb326549648fb621894c86729a69149186c0d WHIRLPOOL 2e3efdeee9d9dd730c1051670f907f89c513b6af3a53b92185fca50980affca503a60251f146866280e67578d9a96647f9c660c69b8eb203b65f304c59ad0516 +DIST firefox-19.0-nl.xpi 297333 SHA256 3f1f5b7a710b9b0e3f0a3f9bf622d4c31c3ea366e8d073e8b8801aaba8a97a69 SHA512 391aa427a23e0347be2c85e0855aa2d0a06bbd6d38c2b688f4deb30cc60487453db9429b5a0fe96489ac26d2f7a8dfa1ab7debfa06723c83d8ca2ac2ef0c240b WHIRLPOOL a1939dd46196968b0aaf16801af5913684b0b32dda8534ae2c77cb82d2908e9b502a1380ac9ed1eb82e22a2d3ad5a5c63fa8a4ef3116a109bf8b1dc1eafcf7e4 +DIST firefox-19.0-nn-NO.xpi 301552 SHA256 15c47228c93133a2231adfcceb231cbf2504f409a062c828c3735ebda847eb81 SHA512 d6d9145a9fec826cd6b8a51d9f7979a26a45c1a2b983360791a68a58828373c46a31b499d0cbd2ec730a85fdfae572df164c5a707bcaaa71b10b76280d4fc7cb WHIRLPOOL e4b1c83047022e4db8111b3a1a0b3578378454c11331988f8f7edcc15ae3d4d20223c436e7ed40df27edc31bfb5f3b350a9a93964126ea7cb0d93121dc31e277 +DIST firefox-19.0-nso.xpi 302142 SHA256 148d39f225357374e363eb42d484a621c602839b0295de578224876876e51e03 SHA512 870b572a7653c7a7577aa5548fb8f31a41f70a0051c7f08170e500717d81156a2422ff2aa468dbc6fc30cf7b3534886efbdf8d231b1c9939bdbbe1d0358c9fa5 WHIRLPOOL beaf654713ded6fb564abafd97e1f5af5584c94474342aaea7c511bb6bd030f6e298b739cf4f33b84f84fbce1fbac21e0cc99aeb6f0f700b23d0a57e5b1286d9 +DIST firefox-19.0-or.xpi 344153 SHA256 10b6ac82a2a516587116a5f1d3e7cbd8360c450f1abe34d5c5355dc5c19fcd45 SHA512 de9e10ce0b81343b09068014ed2847594e3c4a4644c761fcd3a6336b9786873570d92f2ec2d73a97f6062bc6f54444348ce9e4395f30c7a46d11661ae1d499e5 WHIRLPOOL 9ab2261261b3e4981cf266488ebb134bc9b4ea57b6b38632b333d23a647651ca390ac7762dae7bf12effca02863e79baedf4c4ad062c25f28f81f00ecbf75008 +DIST firefox-19.0-pa-IN.xpi 332279 SHA256 78114420aeed2e0cb8e3fa2a81cf89af87572290f70b26ac569a8c4a76ae127c SHA512 bf48140d00a90c761055284cdf86ae08a53d962b7d4a9829d191b2a95e6eb3e47d1cbdb30942b63e7d2323220de0a972deea3508620859ad806014e718f58ff9 WHIRLPOOL 51b59e31bb11a663dc4b8636275daefabe83de23a2d592bf9a9700e5667b4b08a6a1151e52331e2d4e92818d9d547f515bb878fd96ba6f80d9c3e8442044e96b +DIST firefox-19.0-patches-0.3.tar.xz 8864 SHA256 d67313a6bdd7ff9640c3d353983c978d2caba77819ddc431a7b0885199569148 SHA512 6f0fbf1ccc43b0e9297e109e42105915ed66163a68912d714afbf4ca53897dfdac22a7267534dc42b3ffd105dadb9926f3d2bc5c3b57aa098a34095a092b4457 WHIRLPOOL 73d41b22260c2b44222c0a541567382d3d45f66f21cfa6448c7ed0c93f6b398e084d3509a74ebfda1d7d48c844e93e9bffe1132f4e2d268dd2025b181c020078 +DIST firefox-19.0-pl.xpi 308691 SHA256 4de9850ee0fc79f2c27565c0f019a95667f7147bf48555a9fd6dffe01a79e28d SHA512 e041191ae093121c1e6392f1257efbc1c532c6b9f7aeb445e952ed57073e2210b9b5d7a2d21b7b66b39ea400d1982bf37207d66d337948f060c3c53f1e12b32a WHIRLPOOL a87edf7fb89ca2e3822f54d3972a09d11b9250323c249e9ad23ee52dfdc52ebabcce0c6ae5b2eb145edee51e5b16b04c6e1a07b33dc3d54a8d570639e044e463 +DIST firefox-19.0-pt-BR.xpi 302351 SHA256 3a37bfbfb2f0c8dab386bce47dd3d9e4c9531aebc42535e2055c591bdbbe3dd5 SHA512 a94e708752a1fe98e6d4a8c219f26195d9f4ac04258b6b7b40331c13703538267e71ae6afa5f8f5a28e157d2b79967336b0a82f8c1ea8be8803917f2540f04ac WHIRLPOOL 2a6f349048e47647f548d2a82cda2ddd51c12ec5c23e509ec71441ce7d4d031dd87b895ead89f921fc2e510d1d531a574520eb8bc3bd65ee5bd3de04f9b0984d +DIST firefox-19.0-pt-PT.xpi 303166 SHA256 17505d62baae0d63ccf4d63ce30f8aea5152194b9449517fc6f3af949fab02f6 SHA512 5ad49a8aebd3fd9e2e05d6dfb5795f0cf9a7cd8ce6f2ca02e8ee1da0f03b0680a7d7ddfc9d9f44779e65b6800d3f3ec740a08c2652dd9d6e85bdf786dad93d9b WHIRLPOOL 541768c57ed836440399beddf3bef20652d3ede8fcb8a547548f873a1bbfe7d0e390bafd2a6d9eb9b364d401705a41dac93da21c500863e806fab4c5af21915f +DIST firefox-19.0-rm.xpi 299334 SHA256 0fa5a10a6130705f641b45e9a61ecf6151875ef718e5699be0ad0072048a37a2 SHA512 ddd88d1090d69c633c5b2b3fc1668dd9ffd69c78a9559756338387192cc7b71bf051f96b2add05885fc0d7962a4bad836add6a68a486bef499caf02c06b325a8 WHIRLPOOL 8e4d79a15c482649864c76c381fb08c6a25b47e46c14480706859c7bd42cf332303d411a77d36e446140977b46db1db6b19ff30b806a3b1014a341d23b1c732c +DIST firefox-19.0-ro.xpi 324144 SHA256 4ff03d018c9704f5a8e92efd710f78a674811d5543a9e2c22a363484a404a371 SHA512 499ebb6fbde527ea5e205ea508f95e9ffe3c5306a639f7398dc2b686ba91727d649af625c45e9049a5e7930882f6fd124c30cfa6ee1eff100c9b7fd8d85576ce WHIRLPOOL 7a294624e35970d0f860c2f22f01dcd46ff1d89605a39c82a4201d3be461bb05c1093ba2efd48b9453122716c6c6268f0d801d38f309c66c53622362820361f7 +DIST firefox-19.0-ru.xpi 294933 SHA256 09891df55e121705af2b981c2147fa483e049011487d7f6f0e7282bc551f6a97 SHA512 b0937761b129cda2208918dd887ea8e5ef0e103b12891603f4130ef821cee1e783a6a78c9632cc895cbed1dfb1f85652de3438e6f0d94a86f9682af76b57d319 WHIRLPOOL b544b1e2d5b353fedd7b37e6eedd5b50250e1178168c2edd1446e2f46f7d1a7e5cec43757fe6bea9ce02b40f728e6c65d60b5dabbb985948acbb74cd14f49615 +DIST firefox-19.0-si.xpi 331553 SHA256 09c9eef1385eae860be9617318de8b4e67055ad7e13d1948ac8a9ba2997c746d SHA512 ad41f5ea0bd76824ef1ae077215284a2bc1d1aab3195d57677c6ddbbfd32a52acaeecfd4863bc30e966e24988e891f7f6e53fe03598bbfd13a057a1ce529900c WHIRLPOOL f4990e58782299e12118775e3e9cf6ab595b11e211ea04356fbec337a9b0129afbb6a67560cd852f6127a9464e68dfd99969ca144240d7b2801d5cc5cacd4169 +DIST firefox-19.0-sk.xpi 312848 SHA256 3d4a832193ab966da629a933696d0a707a99561b300b55b8774af4e8579c6f0a SHA512 43df17a8b6a9c3c4e332fbdf6623e26fca49a5a7049f869c4192cb9e112206b1a58032b834aeb390f9cf310a339f681dac65c2263ae28690b7205412abeb2305 WHIRLPOOL 250e868b780e99b7976c195dddb94c73bf575c757ac9d203e5c36a9febbf39ed52149b7b4ae0f63491eccb6945ee2d3acb0b76c58358435b1a2a10297861cce7 +DIST firefox-19.0-sl.xpi 295534 SHA256 7c0296c092be4428b12f82304f8b179d07d6d01d6581de17f8baa9d6cd21b792 SHA512 225fb4ca09493da89f9856d623bb9a832f9e2e07d8de3a5c76978195531a8c6b7e9aec53882b3a4b799b9c9bfa94d55a3e672cf6712cd1a061a068d31723944c WHIRLPOOL b6e6ff23a94d5153257182eae72712e9b63c006de7c5a0464bb7075f8c902f8726cb2622a3df49d4115882ae027272ca47a613191e7ef2b68d2703952f7fdbeb +DIST firefox-19.0-son.xpi 297373 SHA256 9a391fc79bb380a1bbee6377d2c4f3e453207d956ae0fb8211634b60813dc6d6 SHA512 d3404a94d044c1766bca172933ba962fa769a512a8667e43ce154980dbaf6fa7a1ba75d1a3f1f4a8df010540e5fa85c082394dc7d0f4e0ac5e866e82cb63d262 WHIRLPOOL 94db86af838fc9c5a7812bd0a4277582edd5772995c12709ccb7627ee662ab6fd4020d9292849f7f7dece268545c105a19f7f4b9b2af45bba55f0839600308be +DIST firefox-19.0-sq.xpi 304122 SHA256 7a83058b4da777ba0a522cc4d7450980e77bde68f2aec3f53c2872f81f8268e3 SHA512 962b2e4be4ff6f926cbcb2a4411778e72c3caa761a92f1cb8a092f2d4cc923f29e2032cf96f2cc22d5b8a0957622e1cddc959817ff9d56934f79d0a922de13b0 WHIRLPOOL 1d72e0fd59b8c36b6682f809459b8fdea2d62b32305df88e6cc268b895cb2b10868172823b0f7a4f7295b5f2d5a5e4abcc321694dfacd82cee7fca3e59aeddc0 +DIST firefox-19.0-sr.xpi 347552 SHA256 54ccc918ff54c0f519658d26f9b764bc45771b3c1b1ae3aa4c3f12db71a6f1f8 SHA512 3ea39a84f0e3d8213463ac15249c470a0bb142c0b689bf5449a507307e487d25e9689a4d6594c3f0cc13cdb65a89a471736e171c9a49b60cfe9edac2ceaab71b WHIRLPOOL 4564c942b393e7d9d343553bb52f7091c02ba353c0cd573f7c6cf9f0f239050151f1084a4972506239f54cc92b5145cb7801ec1a74a6484298a34176cb6ebde8 +DIST firefox-19.0-sv-SE.xpi 299878 SHA256 8806ae13afa370576a1016ed06e7c02b5bc8f13eb49f20fa33fafb529ee029c6 SHA512 241c8f2df7470fa1ce18df3dc480e72af11a475c39b0f1b81c143d0f55fd448c0a2effce1f59ba642bd0ec5a62785c7d919461e000dc82dbd449918858c9ee36 WHIRLPOOL 5658c50e004864e3f637010ef347d10ff304b52fd59243366ae2daaf69960f08eaeb7f4a25d0a156c55f197c576233cfc195733c8797e33e1f79d0ede63fab0f +DIST firefox-19.0-ta-LK.xpi 353088 SHA256 c30a6e655f5c2116831ba1e44dbdd3b041f9dfc1f8cfea2bff7dadcbcdc05dd6 SHA512 12541eb528a78333e85afd8b97b24a5b7d7fb069e5229c07fb97c75c537ec71451c77935526b5015dd063aa5871c826defaa8e22bb911e5a68d21fdef94d95f3 WHIRLPOOL f361a19471b27753657d8c0d8f452dac36697c98a6e391b3932422a00c6cda45943e9cc680307d61919a1483d4fdbfc4b0ce246f98f834d6b6092153bf59f488 +DIST firefox-19.0-ta.xpi 338035 SHA256 3409e7e441311d9a3d6a5eb7c38cefacb36e5da2b4b8118ca245f1223d054a11 SHA512 72c674e92c9ee058236d694d82edf0d9cc3a76cd63a9ac53574ea060078875805d91fe22d11df8a5e1687a81ef581ae14f05ac973759146be94b10752d0638f6 WHIRLPOOL 225b0ad2150431523198efa5e2e8fc0c4a451348ba14f62fb786bdef91f68f1820b4eeb1780fc3daadc8ef73eda0bc125925a809dfa0680674b67f0386cc9293 +DIST firefox-19.0-te.xpi 353257 SHA256 d02bd63ae0e5b8114dc912e754bab826f0196ad71c27ae87d136f53410222874 SHA512 71d1392e322ce6f32353f7ffbb1501b8d982b4c0a8d53ed0ad01367cd8ed70dae469277c21e0809b0538e79d9eac028bca4e4cf43ea7bee0e733a161b548aff9 WHIRLPOOL c4e27114c5e77edea006b192ddb372e35405d5444bc6f85d084748e43e5483c335d2cb8dc70b934323f31cbc7407e7941a4955487cc5005ca4fc4e68c381b1b0 +DIST firefox-19.0-th.xpi 337186 SHA256 863a6bc856aa4d4ca96ccb0bcbabcf9aaf887ed3f85e6a7910fd8c8eab361826 SHA512 d443f5be3f96ef958cf04360989b75575e23010d7835c89257dab2011795783940f5d503ff71d221bbe890545855f785354d2e890779b31568e1032ba848ca58 WHIRLPOOL 89a7586fa3c99452cd4562f305c49deb693b8ec312fa90540eefd2ca25954c2e9458f4d738afb11305980b20d0bf1df3de5a6175da8b7c009f04259c23e7da84 +DIST firefox-19.0-tr.xpi 307541 SHA256 1e79eee25926173f9b97720b14cf0179f2260b3efc5eb1441b649d8deeb52cf8 SHA512 223bc303b8653ef57c641164be6467643efd61c365338ebe74ff6c0f52cace74cd69acd009f6c82990dbaf13f962a3ebd7ad9f08801f035ee8713cc0b515580c WHIRLPOOL ec216e118febc1cb2cb1fe64df4714ce1e8645057f8c0256e7e414f0536225490efdaabe14f707ae6682f652c68a637b3463e57fdbc1388db096767fbb0ed063 +DIST firefox-19.0-uk.xpi 338322 SHA256 b22ef4f959b8a3b77e8e9f9f324c5b577d11a7215d80e081589f1d2d90e7f583 SHA512 666d80d62d0576df378d736434ff2a49753534273ee31077be25001914b04a7c7e572646f6e6ba12810348dddee3ef6bd0d9402e1b0eb0d568e24dd4206f6b9b WHIRLPOOL 11f79265b3b331ca5b3bfaf175ed75f6aa952fc73802c6d396566be9597357dc3eea2c4afc316fde094f14f5bd747ece8537c8b9ab94932bf648abaf48c43506 +DIST firefox-19.0-vi.xpi 320834 SHA256 f82a4ddf1de277f8d0c10ad559329e3e1fbe00bec82ccb5a8d3a43daa3421106 SHA512 5dddcc2802bd8ce28df4579ab482eed6bd66b9572f6d97d355897de49ecfca62e6306936e91181265d12b4a3482cfc8ccd32373ad6147596efc91e339e9ac4fa WHIRLPOOL 23e9682e329825da56da89bab8dacf841afc0e7220cab5f273a84e0760491b81c1bcc83d3d9a18ead81010d4b0f2e43bb3fc2c4ea8e5d873cf3bd1fa18d43eac +DIST firefox-19.0-zh-CN.xpi 317961 SHA256 6e4e9842c7cf5a14befa641aa7df897c84eb46caa28aa24ebe3c1a045aacd2d9 SHA512 24e0f5c5adccc0697cf3e8f7990ae28a710ea7cd3e35d1d97def45a8c449f24e6098b5ce37115e9739143e165420436bd9a77bf57132f93febb43d785dc7ec37 WHIRLPOOL a7cf8883e44c7cae68b9f2be5837a419fe21a977d6662fc1d01ca51149018a5faaef7803d4dd276ae9ef4b9a1dbb79faa94750c2c8c5cab73bcac73a1fdc19c0 +DIST firefox-19.0-zh-TW.xpi 318476 SHA256 6427a8a3a9b2009188cd5714fc0cb3fb7f5511639c7d1a4372445a13c3a273b0 SHA512 9c63c9b2ed2461f3b1edf30953f62a886d58e9ff60123b79a756b40c63cb87bdbe082a82925236c2abe5f9cb691f75b6925eb0cb8945a17e51731fef7ad7dafe WHIRLPOOL f00c297a22a458a3e8bbbc498c2803705028d5569efdbdf452df9536add135e19b6e125ea67d45b3d3758ed3121b4f36299be4f8452948fcee2e19419550438c +DIST firefox-19.0-zu.xpi 309495 SHA256 7f0f34f400c52603bad1f34c05434f6d981663ecfdca0e2678e9ef2f6750199e SHA512 a116b604d99763b52c370feb21d2b065e00ae193c40404d6f616fe71ba64521efaaf9f5a7af7f0f42372b1a46583061f884dc7d569b709a609d738c0fe4875c2 WHIRLPOOL 109d012755fbd54769e450d086133c9899f51215970423cb53cf1d9021c74ff676a30093ba6d694162c42b5c2089a21c5e4e8ea23d83424de9e5ca5b1939b801 +DIST firefox-19.0.source.tar.bz2 98837382 SHA256 645eaba5ee9a2728799822f6f79d91bfd4c3dade5141db2e0a606c85eec589f4 SHA512 6b9f93dd5cdb5a5a02072cf6dd43952c78f379f530963e630551904e746c15e343527b1095f327a7d3af05df7007fdf88fc1cd618bf07d93abbf5aabbb82a727 WHIRLPOOL 1f266c90a983b98e7f1a98962182bd8f978509dbb6aed7946c85af85f34d0a29325fe493bf3290bdfae177f395a52195b96066e54dcb85c31db14e313cef56f4 diff --git a/www-client/firefox/firefox-10.0.10.ebuild b/www-client/firefox/firefox-10.0.10.ebuild deleted file mode 100644 index 338262ddbd39..000000000000 --- a/www-client/firefox/firefox-10.0.10.ebuild +++ /dev/null @@ -1,347 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.10.ebuild,v 1.3 2013/01/16 19:02:15 mgorny Exp $ - -EAPI="3" -VIRTUALX_REQUIRED="pgo" -WANT_AUTOCONF="2.1" -MOZ_ESR="1" - -# This list can be updated with scripts/get_langs.sh from the mozilla overlay -MOZ_LANGS=(af ak ar as ast be bg bn-BD bn-IN br bs ca cs csb 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 hu hy-AM id is it ja kk kn ko ku lg lt lv mai mk ml mr nb-NO -nl nn-NO nso or pa-IN pl pt-BR pt-PT rm ro ru si sk sl son sq sr sv-SE ta ta-LK -te th tr uk vi zh-CN zh-TW zu) - -# 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 version numbers - MOZ_PV="${MOZ_PV}esr" -fi - -# Changeset for alpha snapshot -CHANGESET="e56ecd8b3a68" -# Patch version -PATCH="${PN}-10.0-patches-0.9" -# Upstream ftp release URI that's used by mozlinguas.eclass -# We don't use the http mirror because it deletes old tarballs. -MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/" - -inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-3 multilib pax-utils fdo-mime autotools virtualx nsplugins mozlinguas - -DESCRIPTION="Firefox Web Browser" -HOMEPAGE="http://www.mozilla.com/firefox" - -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~amd64-linux ~x86-linux" -SLOT="0" -LICENSE="MPL-1.1 GPL-2 LGPL-2.1" -IUSE="bindist +ipc +minimal pgo selinux system-sqlite +webm" - -# More URIs appended below... -SRC_URI="${SRC_URI} - http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCH}.tar.xz" - -ASM_DEPEND=">=dev-lang/yasm-1.1" - -# Mesa 7.10 needed for WebGL + bugfixes -RDEPEND=" - >=sys-devel/binutils-2.16.1 - >=dev-libs/nss-3.13.6 - >=dev-libs/nspr-4.9.2 - >=dev-libs/glib-2.26:2 - >=media-libs/mesa-7.10 - >=media-libs/libpng-1.5.9[apng] - virtual/libffi - system-sqlite? ( >=dev-db/sqlite-3.7.7.1[fts3,secure-delete,threadsafe,unlock-notify,debug=] ) - webm? ( >=media-libs/libvpx-1.0.0 - media-libs/alsa-lib ) - selinux? ( sec-policy/selinux-mozilla )" -DEPEND="${RDEPEND} - virtual/pkgconfig - pgo? ( - >=sys-devel/gcc-4.5 ) - webm? ( virtual/opengl - x86? ( ${ASM_DEPEND} ) - amd64? ( ${ASM_DEPEND} ) )" - -# No source releases for alpha|beta -if [[ ${PV} =~ alpha ]]; then - SRC_URI="${SRC_URI} - http://dev.gentoo.org/~anarchy/mozilla/firefox/firefox-${MOZ_PV}_${CHANGESET}.source.tar.bz2" - S="${WORKDIR}/mozilla-central" -elif [[ ${PV} =~ beta ]]; then - SRC_URI="${SRC_URI} - ${MOZ_FTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.bz2" - S="${WORKDIR}/mozilla-beta" -else - SRC_URI="${SRC_URI} - ${MOZ_FTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.bz2" - if [[ ${MOZ_ESR} == 1 ]]; then - S="${WORKDIR}/mozilla-esr${PV%%.*}" - else - S="${WORKDIR}/mozilla-release" - fi -fi - -QA_PRESTRIPPED="usr/$(get_libdir)/${PN}/firefox" - -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 - - if use pgo; then - einfo - ewarn "You will do a double build for profile guided optimization." - ewarn "This will result in your build taking at least twice as long as before." - fi - - # 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() { - # Apply our patches - EPATCH_EXCLUDE="5005_use_resource_urls_appropriately.patch - 6012_fix_shlibsign.patch - 6013_fix_abort_declaration.patch" \ - EPATCH_SUFFIX="patch" \ - EPATCH_FORCE="yes" \ - epatch "${WORKDIR}/firefox" - - # Allow user to apply any additional patches without modifing ebuild - epatch_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 - - # Disable gnomevfs extension - sed -i -e "s:gnomevfs::" "${S}/"browser/confvars.sh \ - -e "s:gnomevfs::" "${S}/"xulrunner/confvars.sh \ - || die "Failed to remove gnomevfs extension" - - # Ensure that are plugins dir is enabled as default - sed -i -e "s:/usr/lib/mozilla/plugins:/usr/$(get_libdir)/nsbrowser/plugins:" \ - "${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path!" - - # Fix sandbox violations during make clean, bug 372817 - sed -e "s:\(/no-such-file\):${T}\1:g" \ - -i "${S}"/config/rules.mk \ - -i "${S}"/js/src/config/rules.mk \ - -i "${S}"/nsprpub/configure{.in,} \ - || die - - #Fix compilation with curl-7.21.7 bug 376027 - sed -e '/#include /d' \ - -i "${S}"/toolkit/crashreporter/google-breakpad/src/common/linux/http_upload.cc \ - -i "${S}"/toolkit/crashreporter/google-breakpad/src/common/linux/libcurl_wrapper.cc \ - -i "${S}"/config/system-headers \ - -i "${S}"/js/src/config/system-headers || die "Sed failed" - - eautoreconf -} - -src_configure() { - MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}" - MEXTENSIONS="default" - - #################################### - # - # mozconfig, CFLAGS and CXXFLAGS setup - # - #################################### - - mozconfig_init - mozconfig_config - - # It doesn't compile on alpha without this LDFLAGS - use alpha && append-ldflags "-Wl,--no-relax" - - mozconfig_annotate '' --prefix="${EPREFIX}"/usr - mozconfig_annotate '' --libdir="${EPREFIX}"/usr/$(get_libdir) - mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}" - mozconfig_annotate '' --disable-gconf - mozconfig_annotate '' --disable-mailnews - mozconfig_annotate '' --enable-canvas - mozconfig_annotate '' --enable-safe-browsing - mozconfig_annotate '' --with-system-png - mozconfig_annotate '' --enable-system-ffi - mozconfig_annotate 'regression' --disable-tracejit - - # Other ff-specific settings - mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME} - mozconfig_annotate '' --target="${CTARGET:-${CHOST}}" - - # Allow for a proper pgo build - if use pgo; then - echo "mk_add_options PROFILE_GEN_SCRIPT='\$(PYTHON) \$(OBJDIR)/_profile/pgo/profileserver.py'" >> "${S}"/.mozconfig - fi - - # Finalize and report settings - mozconfig_final - - if [[ $(gcc-major-version) -lt 4 ]]; then - append-cxxflags -fno-stack-protector - elif [[ $(gcc-major-version) -gt 4 || $(gcc-minor-version) -gt 3 ]]; then - if use amd64 || use x86; then - append-flags -mno-avx - fi - fi -} - -src_compile() { - if use pgo; then - addpredict /root - addpredict /etc/gconf - # Reset and cleanup environment variables used by GNOME/XDG - gnome2_environment_reset - - # Firefox tries to use dri stuff when it's run, see bug 380283 - shopt -s nullglob - cards=$(echo -n /dev/dri/card* | sed 's/ /:/g') - if test -n "${cards}"; then - # FOSS drivers are fine - addpredict "${cards}" - else - cards=$(echo -n /dev/ati/card* /dev/nvidiactl* | sed 's/ /:/g') - if test -n "${cards}"; then - # Binary drivers seem to cause access violations anyway, so - # let's use indirect rendering so that the device files aren't - # touched at all. See bug 394715. - export LIBGL_ALWAYS_INDIRECT=1 - fi - fi - shopt -u nullglob - - CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" \ - MOZ_MAKE_FLAGS="${MAKEOPTS}" \ - Xemake -f client.mk profiledbuild || die "Xemake failed" - else - CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" \ - MOZ_MAKE_FLAGS="${MAKEOPTS}" \ - emake -f client.mk || die "emake failed" - fi - -} - -src_install() { - MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}" - - # MOZ_BUILD_ROOT, and hence OBJ_DIR change depending on arch, compiler, pgo, etc. - local obj_dir="$(echo */config.log)" - obj_dir="${obj_dir%/*}" - cd "${S}/${obj_dir}" - - # Pax mark xpcshell for hardened support, only used for startupcache creation. - pax-mark m "${S}/${obj_dir}"/dist/bin/xpcshell - - # Add our default prefs for firefox + xulrunner - cp "${FILESDIR}"/gentoo-default-prefs.js-1 \ - "${S}/${obj_dir}/dist/bin/defaults/pref/all-gentoo.js" || die - - MOZ_MAKE_FLAGS="${MAKEOPTS}" \ - emake DESTDIR="${D}" install || die "emake install failed" - - # 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" - else - sizes="16 22 24 32 256" - icon_path="${S}/browser/branding/official" - icon="${PN}" - name="Mozilla Firefox" - fi - - # Install icons and .desktop for menu entry - for size in ${sizes}; do - insinto "/usr/share/icons/hicolor/${size}x${size}/apps" - newins "${icon_path}/default${size}.png" "${icon}.png" || die - done - # The 128x128 icon has a different name - insinto "/usr/share/icons/hicolor/128x128/apps" - newins "${icon_path}/mozicon128.png" "${icon}.png" || die - # Install a 48x48 icon into /usr/share/pixmaps for legacy DEs - newicon "${icon_path}/content/icon48.png" "${icon}.png" || die - newmenu "${FILESDIR}/icon/${PN}.desktop" "${PN}.desktop" || die - sed -i -e "s:@NAME@:${name}:" -e "s:@ICON@:${icon}:" \ - "${ED}/usr/share/applications/${PN}.desktop" || die - - # Add StartupNotify=true bug 237317 - if use startup-notification ; then - echo "StartupNotify=true" >> "${ED}/usr/share/applications/${PN}.desktop" - fi - - # Required in order to use plugins and even run firefox on hardened. - pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/{firefox,firefox-bin,plugin-container} - - # Plugins dir - share_plugins_dir - - if use minimal; then - rm -rf "${ED}"/usr/include "${ED}${MOZILLA_FIVE_HOME}"/{idl,include,lib,sdk} || \ - die "Failed to remove sdk and headers" - fi - - # very ugly hack to make firefox not sigbus on sparc - # FIXME: is this still needed?? - use sparc && { sed -e 's/Firefox/FirefoxGentoo/g' \ - -i "${ED}/${MOZILLA_FIVE_HOME}/application.ini" || \ - die "sparc sed failed"; } -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - # Update mimedb for the new .desktop file - fdo-mime_desktop_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/www-client/firefox/firefox-10.0.9.ebuild b/www-client/firefox/firefox-10.0.9.ebuild deleted file mode 100644 index 52145b895910..000000000000 --- a/www-client/firefox/firefox-10.0.9.ebuild +++ /dev/null @@ -1,347 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.9.ebuild,v 1.3 2013/01/16 19:02:14 mgorny Exp $ - -EAPI="3" -VIRTUALX_REQUIRED="pgo" -WANT_AUTOCONF="2.1" -MOZ_ESR="1" - -# This list can be updated with scripts/get_langs.sh from the mozilla overlay -MOZ_LANGS=(af ak ar as ast be bg bn-BD bn-IN br bs ca cs csb 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 hu hy-AM id is it ja kk kn ko ku lg lt lv mai mk ml mr nb-NO -nl nn-NO nso or pa-IN pl pt-BR pt-PT rm ro ru si sk sl son sq sr sv-SE ta ta-LK -te th tr uk vi zh-CN zh-TW zu) - -# 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 version numbers - MOZ_PV="${MOZ_PV}esr" -fi - -# Changeset for alpha snapshot -CHANGESET="e56ecd8b3a68" -# Patch version -PATCH="${PN}-10.0-patches-0.9" -# Upstream ftp release URI that's used by mozlinguas.eclass -# We don't use the http mirror because it deletes old tarballs. -MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/" - -inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-3 multilib pax-utils fdo-mime autotools virtualx nsplugins mozlinguas - -DESCRIPTION="Firefox Web Browser" -HOMEPAGE="http://www.mozilla.com/firefox" - -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~amd64-linux ~x86-linux" -SLOT="0" -LICENSE="MPL-1.1 GPL-2 LGPL-2.1" -IUSE="bindist +ipc +minimal pgo selinux system-sqlite +webm" - -# More URIs appended below... -SRC_URI="${SRC_URI} - http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCH}.tar.xz" - -ASM_DEPEND=">=dev-lang/yasm-1.1" - -# Mesa 7.10 needed for WebGL + bugfixes -RDEPEND=" - >=sys-devel/binutils-2.16.1 - >=dev-libs/nss-3.13.6 - >=dev-libs/nspr-4.9.2 - >=dev-libs/glib-2.26:2 - >=media-libs/mesa-7.10 - >=media-libs/libpng-1.5.9[apng] - virtual/libffi - system-sqlite? ( >=dev-db/sqlite-3.7.7.1[fts3,secure-delete,threadsafe,unlock-notify,debug=] ) - webm? ( >=media-libs/libvpx-1.0.0 - media-libs/alsa-lib ) - selinux? ( sec-policy/selinux-mozilla )" -DEPEND="${RDEPEND} - virtual/pkgconfig - pgo? ( - >=sys-devel/gcc-4.5 ) - webm? ( virtual/opengl - x86? ( ${ASM_DEPEND} ) - amd64? ( ${ASM_DEPEND} ) )" - -# No source releases for alpha|beta -if [[ ${PV} =~ alpha ]]; then - SRC_URI="${SRC_URI} - http://dev.gentoo.org/~anarchy/mozilla/firefox/firefox-${MOZ_PV}_${CHANGESET}.source.tar.bz2" - S="${WORKDIR}/mozilla-central" -elif [[ ${PV} =~ beta ]]; then - SRC_URI="${SRC_URI} - ${MOZ_FTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.bz2" - S="${WORKDIR}/mozilla-beta" -else - SRC_URI="${SRC_URI} - ${MOZ_FTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.bz2" - if [[ ${MOZ_ESR} == 1 ]]; then - S="${WORKDIR}/mozilla-esr${PV%%.*}" - else - S="${WORKDIR}/mozilla-release" - fi -fi - -QA_PRESTRIPPED="usr/$(get_libdir)/${PN}/firefox" - -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 - - if use pgo; then - einfo - ewarn "You will do a double build for profile guided optimization." - ewarn "This will result in your build taking at least twice as long as before." - fi - - # 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() { - # Apply our patches - EPATCH_EXCLUDE="5005_use_resource_urls_appropriately.patch - 6012_fix_shlibsign.patch - 6013_fix_abort_declaration.patch" \ - EPATCH_SUFFIX="patch" \ - EPATCH_FORCE="yes" \ - epatch "${WORKDIR}/firefox" - - # Allow user to apply any additional patches without modifing ebuild - epatch_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 - - # Disable gnomevfs extension - sed -i -e "s:gnomevfs::" "${S}/"browser/confvars.sh \ - -e "s:gnomevfs::" "${S}/"xulrunner/confvars.sh \ - || die "Failed to remove gnomevfs extension" - - # Ensure that are plugins dir is enabled as default - sed -i -e "s:/usr/lib/mozilla/plugins:/usr/$(get_libdir)/nsbrowser/plugins:" \ - "${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path!" - - # Fix sandbox violations during make clean, bug 372817 - sed -e "s:\(/no-such-file\):${T}\1:g" \ - -i "${S}"/config/rules.mk \ - -i "${S}"/js/src/config/rules.mk \ - -i "${S}"/nsprpub/configure{.in,} \ - || die - - #Fix compilation with curl-7.21.7 bug 376027 - sed -e '/#include /d' \ - -i "${S}"/toolkit/crashreporter/google-breakpad/src/common/linux/http_upload.cc \ - -i "${S}"/toolkit/crashreporter/google-breakpad/src/common/linux/libcurl_wrapper.cc \ - -i "${S}"/config/system-headers \ - -i "${S}"/js/src/config/system-headers || die "Sed failed" - - eautoreconf -} - -src_configure() { - MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}" - MEXTENSIONS="default" - - #################################### - # - # mozconfig, CFLAGS and CXXFLAGS setup - # - #################################### - - mozconfig_init - mozconfig_config - - # It doesn't compile on alpha without this LDFLAGS - use alpha && append-ldflags "-Wl,--no-relax" - - mozconfig_annotate '' --prefix="${EPREFIX}"/usr - mozconfig_annotate '' --libdir="${EPREFIX}"/usr/$(get_libdir) - mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}" - mozconfig_annotate '' --disable-gconf - mozconfig_annotate '' --disable-mailnews - mozconfig_annotate '' --enable-canvas - mozconfig_annotate '' --enable-safe-browsing - mozconfig_annotate '' --with-system-png - mozconfig_annotate '' --enable-system-ffi - mozconfig_annotate 'regression' --disable-tracejit - - # Other ff-specific settings - mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME} - mozconfig_annotate '' --target="${CTARGET:-${CHOST}}" - - # Allow for a proper pgo build - if use pgo; then - echo "mk_add_options PROFILE_GEN_SCRIPT='\$(PYTHON) \$(OBJDIR)/_profile/pgo/profileserver.py'" >> "${S}"/.mozconfig - fi - - # Finalize and report settings - mozconfig_final - - if [[ $(gcc-major-version) -lt 4 ]]; then - append-cxxflags -fno-stack-protector - elif [[ $(gcc-major-version) -gt 4 || $(gcc-minor-version) -gt 3 ]]; then - if use amd64 || use x86; then - append-flags -mno-avx - fi - fi -} - -src_compile() { - if use pgo; then - addpredict /root - addpredict /etc/gconf - # Reset and cleanup environment variables used by GNOME/XDG - gnome2_environment_reset - - # Firefox tries to use dri stuff when it's run, see bug 380283 - shopt -s nullglob - cards=$(echo -n /dev/dri/card* | sed 's/ /:/g') - if test -n "${cards}"; then - # FOSS drivers are fine - addpredict "${cards}" - else - cards=$(echo -n /dev/ati/card* /dev/nvidiactl* | sed 's/ /:/g') - if test -n "${cards}"; then - # Binary drivers seem to cause access violations anyway, so - # let's use indirect rendering so that the device files aren't - # touched at all. See bug 394715. - export LIBGL_ALWAYS_INDIRECT=1 - fi - fi - shopt -u nullglob - - CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" \ - MOZ_MAKE_FLAGS="${MAKEOPTS}" \ - Xemake -f client.mk profiledbuild || die "Xemake failed" - else - CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" \ - MOZ_MAKE_FLAGS="${MAKEOPTS}" \ - emake -f client.mk || die "emake failed" - fi - -} - -src_install() { - MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}" - - # MOZ_BUILD_ROOT, and hence OBJ_DIR change depending on arch, compiler, pgo, etc. - local obj_dir="$(echo */config.log)" - obj_dir="${obj_dir%/*}" - cd "${S}/${obj_dir}" - - # Pax mark xpcshell for hardened support, only used for startupcache creation. - pax-mark m "${S}/${obj_dir}"/dist/bin/xpcshell - - # Add our default prefs for firefox + xulrunner - cp "${FILESDIR}"/gentoo-default-prefs.js-1 \ - "${S}/${obj_dir}/dist/bin/defaults/pref/all-gentoo.js" || die - - MOZ_MAKE_FLAGS="${MAKEOPTS}" \ - emake DESTDIR="${D}" install || die "emake install failed" - - # 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" - else - sizes="16 22 24 32 256" - icon_path="${S}/browser/branding/official" - icon="${PN}" - name="Mozilla Firefox" - fi - - # Install icons and .desktop for menu entry - for size in ${sizes}; do - insinto "/usr/share/icons/hicolor/${size}x${size}/apps" - newins "${icon_path}/default${size}.png" "${icon}.png" || die - done - # The 128x128 icon has a different name - insinto "/usr/share/icons/hicolor/128x128/apps" - newins "${icon_path}/mozicon128.png" "${icon}.png" || die - # Install a 48x48 icon into /usr/share/pixmaps for legacy DEs - newicon "${icon_path}/content/icon48.png" "${icon}.png" || die - newmenu "${FILESDIR}/icon/${PN}.desktop" "${PN}.desktop" || die - sed -i -e "s:@NAME@:${name}:" -e "s:@ICON@:${icon}:" \ - "${ED}/usr/share/applications/${PN}.desktop" || die - - # Add StartupNotify=true bug 237317 - if use startup-notification ; then - echo "StartupNotify=true" >> "${ED}/usr/share/applications/${PN}.desktop" - fi - - # Required in order to use plugins and even run firefox on hardened. - pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/{firefox,firefox-bin,plugin-container} - - # Plugins dir - share_plugins_dir - - if use minimal; then - rm -rf "${ED}"/usr/include "${ED}${MOZILLA_FIVE_HOME}"/{idl,include,lib,sdk} || \ - die "Failed to remove sdk and headers" - fi - - # very ugly hack to make firefox not sigbus on sparc - # FIXME: is this still needed?? - use sparc && { sed -e 's/Firefox/FirefoxGentoo/g' \ - -i "${ED}/${MOZILLA_FIVE_HOME}/application.ini" || \ - die "sparc sed failed"; } -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - # Update mimedb for the new .desktop file - fdo-mime_desktop_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/www-client/firefox/firefox-10.0.6.ebuild b/www-client/firefox/firefox-17.0.3.ebuild similarity index 77% rename from www-client/firefox/firefox-10.0.6.ebuild rename to www-client/firefox/firefox-17.0.3.ebuild index 02872bc5b625..88ab4d40b936 100644 --- a/www-client/firefox/firefox-10.0.6.ebuild +++ b/www-client/firefox/firefox-17.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild,v 1.7 2013/01/16 19:02:15 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-17.0.3.ebuild,v 1.1 2013/02/22 14:58:41 polynomial-c Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -8,11 +8,11 @@ WANT_AUTOCONF="2.1" MOZ_ESR="1" # This list can be updated with scripts/get_langs.sh from the mozilla overlay -MOZ_LANGS=(af ak ar as ast be bg bn-BD bn-IN br bs ca cs csb 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 hu hy-AM id is it ja kk kn ko ku lg lt lv mai mk ml mr nb-NO -nl nn-NO nso or pa-IN pl pt-BR pt-PT rm ro ru si sk sl son sq sr sv-SE ta ta-LK -te th tr uk vi zh-CN zh-TW zu) +MOZ_LANGS=(af ak ar as ast be bg bn-BD bn-IN br bs ca cs csb 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 hu hy-AM id is it ja kk km kn ko ku +lg lt lv mai mk ml mr nb-NO nl nn-NO nso or pa-IN pl pt-BR pt-PT rm ro +ru si sk sl son sq sr sv-SE ta ta-LK te th tr uk vi zh-CN zh-TW zu ) # Convert the ebuild version to the upstream mozilla version, used by mozlinguas MOZ_PV="${PV/_alpha/a}" # Handle alpha for SRC_URI @@ -24,10 +24,8 @@ if [[ ${MOZ_ESR} == 1 ]]; then MOZ_PV="${MOZ_PV}esr" fi -# Changeset for alpha snapshot -CHANGESET="e56ecd8b3a68" # Patch version -PATCH="${PN}-10.0-patches-0.9" +PATCH="${PN}-17.0-patches-0.4" # Upstream ftp release URI that's used by mozlinguas.eclass # We don't use the http mirror because it deletes old tarballs. MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/" @@ -37,47 +35,51 @@ inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-3 DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 -sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" SLOT="0" -LICENSE="MPL-1.1 GPL-2 LGPL-2.1" -IUSE="bindist +ipc +minimal pgo selinux system-sqlite +webm" +LICENSE="MPL-2.0 GPL-2 LGPL-2.1" +IUSE="bindist gstreamer +jit +minimal pgo selinux system-sqlite" # More URIs appended below... SRC_URI="${SRC_URI} - http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCH}.tar.xz" + http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCH}.tar.xz + http://dev.gentoo.org/~nirbheek/mozilla/patchsets/${PATCH}.tar.xz" ASM_DEPEND=">=dev-lang/yasm-1.1" # Mesa 7.10 needed for WebGL + bugfixes RDEPEND=" >=sys-devel/binutils-2.16.1 - >=dev-libs/nss-3.13.5 - >=dev-libs/nspr-4.9.1 + >=dev-libs/nss-3.14.1 + >=dev-libs/nspr-4.9.4 >=dev-libs/glib-2.26:2 >=media-libs/mesa-7.10 - >=media-libs/libpng-1.5.9[apng] + >=media-libs/libpng-1.5.11[apng] virtual/libffi - system-sqlite? ( >=dev-db/sqlite-3.7.7.1[fts3,secure-delete,threadsafe,unlock-notify,debug=] ) - webm? ( >=media-libs/libvpx-1.0.0 - media-libs/alsa-lib ) + gstreamer? ( media-plugins/gst-plugins-meta:0.10[ffmpeg] ) + system-sqlite? ( >=dev-db/sqlite-3.7.13[fts3,secure-delete,threadsafe,unlock-notify,debug=] ) + >=media-libs/libvpx-1.0.0 + kernel_linux? ( media-libs/alsa-lib ) selinux? ( sec-policy/selinux-mozilla )" DEPEND="${RDEPEND} virtual/pkgconfig pgo? ( >=sys-devel/gcc-4.5 ) - webm? ( virtual/opengl - x86? ( ${ASM_DEPEND} ) - amd64? ( ${ASM_DEPEND} ) )" + amd64? ( ${ASM_DEPEND} + virtual/opengl ) + x86? ( ${ASM_DEPEND} + virtual/opengl )" # No source releases for alpha|beta if [[ ${PV} =~ alpha ]]; then + CHANGESET="8a3042764de7" SRC_URI="${SRC_URI} - http://dev.gentoo.org/~anarchy/mozilla/firefox/firefox-${MOZ_PV}_${CHANGESET}.source.tar.bz2" - S="${WORKDIR}/mozilla-central" + http://dev.gentoo.org/~nirbheek/mozilla/firefox/firefox-${MOZ_PV}_${CHANGESET}.source.tar.bz2" + S="${WORKDIR}/mozilla-aurora-${CHANGESET}" elif [[ ${PV} =~ beta ]]; then + S="${WORKDIR}/mozilla-beta" SRC_URI="${SRC_URI} ${MOZ_FTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.bz2" - S="${WORKDIR}/mozilla-beta" else SRC_URI="${SRC_URI} ${MOZ_FTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.bz2" @@ -134,7 +136,6 @@ src_unpack() { src_prepare() { # Apply our patches - EPATCH_EXCLUDE="6012_fix_shlibsign.patch 6013_fix_abort_declaration.patch" \ EPATCH_SUFFIX="patch" \ EPATCH_FORCE="yes" \ epatch "${WORKDIR}/firefox" @@ -171,6 +172,15 @@ src_prepare() { -i "${S}"/config/system-headers \ -i "${S}"/js/src/config/system-headers || die "Sed failed" + # 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 + eautoreconf } @@ -190,20 +200,27 @@ src_configure() { # It doesn't compile on alpha without this LDFLAGS use alpha && append-ldflags "-Wl,--no-relax" + # We must force enable jemalloc 3 threw .mozconfig + echo "export MOZ_JEMALLOC=1" >> ${S}/.mozconfig + mozconfig_annotate '' --prefix="${EPREFIX}"/usr mozconfig_annotate '' --libdir="${EPREFIX}"/usr/$(get_libdir) mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}" mozconfig_annotate '' --disable-gconf mozconfig_annotate '' --disable-mailnews - mozconfig_annotate '' --enable-canvas - mozconfig_annotate '' --enable-safe-browsing mozconfig_annotate '' --with-system-png mozconfig_annotate '' --enable-system-ffi - mozconfig_annotate 'regression' --disable-tracejit # Other ff-specific settings mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME} mozconfig_annotate '' --target="${CTARGET:-${CHOST}}" + mozconfig_annotate '' --build="${CTARGET:-${CHOST}}" + + mozconfig_use_enable gstreamer + mozconfig_use_enable system-sqlite + # Both methodjit and tracejit conflict with PaX + mozconfig_use_enable jit methodjit + mozconfig_use_enable jit tracejit # Allow for a proper pgo build if use pgo; then @@ -265,12 +282,15 @@ src_install() { obj_dir="${obj_dir%/*}" cd "${S}/${obj_dir}" - # Pax mark xpcshell for hardened support, only used for startupcache creation. - pax-mark m "${S}/${obj_dir}"/dist/bin/xpcshell + # Without methodjit and tracejit there's no conflict with PaX + if use jit; then + # Pax mark xpcshell for hardened support, only used for startupcache creation. + pax-mark m "${S}/${obj_dir}"/dist/bin/xpcshell + fi - # Add our default prefs for firefox + xulrunner + # Add our default prefs for firefox cp "${FILESDIR}"/gentoo-default-prefs.js-1 \ - "${S}/${obj_dir}/dist/bin/defaults/pref/all-gentoo.js" || die + "${S}/${obj_dir}/dist/bin/defaults/preferences/all-gentoo.js" || die MOZ_MAKE_FLAGS="${MAKEOPTS}" \ emake DESTDIR="${D}" install || die "emake install failed" @@ -312,8 +332,15 @@ src_install() { echo "StartupNotify=true" >> "${ED}/usr/share/applications/${PN}.desktop" fi - # Required in order to use plugins and even run firefox on hardened. - pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/{firefox,firefox-bin,plugin-container} + # Without methodjit and tracejit there's no conflict with PaX + if use jit; then + # Required in order to use plugins and even run firefox on hardened. + pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/{firefox,firefox-bin} + fi + + # Plugin-container needs to be pax-marked for hardened to ensure plugins such as flash + # continue to work as expected. + pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/plugin-container # Plugins dir share_plugins_dir diff --git a/www-client/firefox/firefox-10.0.7.ebuild b/www-client/firefox/firefox-19.0.ebuild similarity index 72% rename from www-client/firefox/firefox-10.0.7.ebuild rename to www-client/firefox/firefox-19.0.ebuild index 30b8e205cac7..fb29491476fb 100644 --- a/www-client/firefox/firefox-10.0.7.ebuild +++ b/www-client/firefox/firefox-19.0.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.7.ebuild,v 1.7 2013/01/16 19:02:15 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-19.0.ebuild,v 1.1 2013/02/22 14:58:41 polynomial-c Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" WANT_AUTOCONF="2.1" -MOZ_ESR="1" +MOZ_ESR="" # This list can be updated with scripts/get_langs.sh from the mozilla overlay -MOZ_LANGS=(af ak ar as ast be bg bn-BD bn-IN br bs ca cs csb 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 hu hy-AM id is it ja kk kn ko ku lg lt lv mai mk ml mr nb-NO -nl nn-NO nso or pa-IN pl pt-BR pt-PT rm ro ru si sk sl son sq sr sv-SE ta ta-LK -te th tr uk vi zh-CN zh-TW zu) +MOZ_LANGS=(af ak ar as ast be bg bn-BD bn-IN br bs ca cs csb 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 hu hy-AM id is it ja kk km kn ko ku +lg lt lv mai mk ml mr nb-NO nl nn-NO nso or pa-IN pl pt-BR pt-PT rm ro +ru si sk sl son sq sr sv-SE ta ta-LK te th tr uk vi zh-CN zh-TW zu ) # Convert the ebuild version to the upstream mozilla version, used by mozlinguas MOZ_PV="${PV/_alpha/a}" # Handle alpha for SRC_URI @@ -24,10 +24,8 @@ if [[ ${MOZ_ESR} == 1 ]]; then MOZ_PV="${MOZ_PV}esr" fi -# Changeset for alpha snapshot -CHANGESET="e56ecd8b3a68" # Patch version -PATCH="${PN}-10.0-patches-0.9" +PATCH="${PN}-19.0-patches-0.3" # Upstream ftp release URI that's used by mozlinguas.eclass # We don't use the http mirror because it deletes old tarballs. MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/" @@ -37,47 +35,52 @@ inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-3 DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" SLOT="0" -LICENSE="MPL-1.1 GPL-2 LGPL-2.1" -IUSE="bindist +ipc +minimal pgo selinux system-sqlite +webm" +LICENSE="MPL-2.0 GPL-2 LGPL-2.1" +IUSE="bindist gstreamer +jit +minimal pgo selinux system-jpeg system-sqlite" # More URIs appended below... SRC_URI="${SRC_URI} - http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCH}.tar.xz" + http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCH}.tar.xz + http://dev.gentoo.org/~nirbheek/mozilla/patchsets/${PATCH}.tar.xz" ASM_DEPEND=">=dev-lang/yasm-1.1" # Mesa 7.10 needed for WebGL + bugfixes RDEPEND=" >=sys-devel/binutils-2.16.1 - >=dev-libs/nss-3.13.6 - >=dev-libs/nspr-4.9.2 + >=dev-libs/nss-3.14.1 + >=dev-libs/nspr-4.9.4 >=dev-libs/glib-2.26:2 >=media-libs/mesa-7.10 - >=media-libs/libpng-1.5.9[apng] + >=media-libs/libpng-1.5.13[apng] virtual/libffi - system-sqlite? ( >=dev-db/sqlite-3.7.7.1[fts3,secure-delete,threadsafe,unlock-notify,debug=] ) - webm? ( >=media-libs/libvpx-1.0.0 - media-libs/alsa-lib ) + gstreamer? ( media-plugins/gst-plugins-meta:0.10[ffmpeg] ) + system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) + system-sqlite? ( >=dev-db/sqlite-3.7.13[fts3,secure-delete,threadsafe,unlock-notify,debug=] ) + >=media-libs/libvpx-1.0.0 + kernel_linux? ( media-libs/alsa-lib ) selinux? ( sec-policy/selinux-mozilla )" DEPEND="${RDEPEND} virtual/pkgconfig pgo? ( >=sys-devel/gcc-4.5 ) - webm? ( virtual/opengl - x86? ( ${ASM_DEPEND} ) - amd64? ( ${ASM_DEPEND} ) )" + amd64? ( ${ASM_DEPEND} + virtual/opengl ) + x86? ( ${ASM_DEPEND} + virtual/opengl )" # No source releases for alpha|beta if [[ ${PV} =~ alpha ]]; then + CHANGESET="8a3042764de7" SRC_URI="${SRC_URI} - http://dev.gentoo.org/~anarchy/mozilla/firefox/firefox-${MOZ_PV}_${CHANGESET}.source.tar.bz2" - S="${WORKDIR}/mozilla-central" + http://dev.gentoo.org/~nirbheek/mozilla/firefox/firefox-${MOZ_PV}_${CHANGESET}.source.tar.bz2" + S="${WORKDIR}/mozilla-aurora-${CHANGESET}" elif [[ ${PV} =~ beta ]]; then + S="${WORKDIR}/mozilla-beta" SRC_URI="${SRC_URI} ${MOZ_FTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.bz2" - S="${WORKDIR}/mozilla-beta" else SRC_URI="${SRC_URI} ${MOZ_FTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.bz2" @@ -134,9 +137,6 @@ src_unpack() { src_prepare() { # Apply our patches - EPATCH_EXCLUDE="5005_use_resource_urls_appropriately.patch - 6012_fix_shlibsign.patch - 6013_fix_abort_declaration.patch" \ EPATCH_SUFFIX="patch" \ EPATCH_FORCE="yes" \ epatch "${WORKDIR}/firefox" @@ -150,11 +150,6 @@ src_prepare() { "${S}"/build/unix/run-mozilla.sh || die "sed failed!" fi - # Disable gnomevfs extension - sed -i -e "s:gnomevfs::" "${S}/"browser/confvars.sh \ - -e "s:gnomevfs::" "${S}/"xulrunner/confvars.sh \ - || die "Failed to remove gnomevfs extension" - # Ensure that are plugins dir is enabled as default sed -i -e "s:/usr/lib/mozilla/plugins:/usr/$(get_libdir)/nsbrowser/plugins:" \ "${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path!" @@ -166,12 +161,14 @@ src_prepare() { -i "${S}"/nsprpub/configure{.in,} \ || die - #Fix compilation with curl-7.21.7 bug 376027 - sed -e '/#include /d' \ - -i "${S}"/toolkit/crashreporter/google-breakpad/src/common/linux/http_upload.cc \ - -i "${S}"/toolkit/crashreporter/google-breakpad/src/common/linux/libcurl_wrapper.cc \ - -i "${S}"/config/system-headers \ - -i "${S}"/js/src/config/system-headers || die "Sed failed" + # 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 eautoreconf } @@ -192,20 +189,30 @@ src_configure() { # It doesn't compile on alpha without this LDFLAGS use alpha && append-ldflags "-Wl,--no-relax" + # We must force enable jemalloc 3 threw .mozconfig + echo "export MOZ_JEMALLOC=1" >> ${S}/.mozconfig + + mozconfig_annotate '' --enable-jemalloc + mozconfig_annotate '' --enable-replace-malloc mozconfig_annotate '' --prefix="${EPREFIX}"/usr mozconfig_annotate '' --libdir="${EPREFIX}"/usr/$(get_libdir) mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}" mozconfig_annotate '' --disable-gconf mozconfig_annotate '' --disable-mailnews - mozconfig_annotate '' --enable-canvas - mozconfig_annotate '' --enable-safe-browsing mozconfig_annotate '' --with-system-png mozconfig_annotate '' --enable-system-ffi - mozconfig_annotate 'regression' --disable-tracejit # Other ff-specific settings mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME} mozconfig_annotate '' --target="${CTARGET:-${CHOST}}" + mozconfig_annotate '' --build="${CTARGET:-${CHOST}}" + + mozconfig_use_enable gstreamer + mozconfig_use_enable system-sqlite + mozconfig_use_with system-jpeg + # Feature is know to cause problems on hardened + mozconfig_use_enable jit methodjit + mozconfig_use_enable jit tracejit # Allow for a proper pgo build if use pgo; then @@ -267,12 +274,23 @@ src_install() { obj_dir="${obj_dir%/*}" cd "${S}/${obj_dir}" - # Pax mark xpcshell for hardened support, only used for startupcache creation. - pax-mark m "${S}/${obj_dir}"/dist/bin/xpcshell + # Without methodjit and tracejit there's no conflict with PaX + if use jit; then + # Pax mark xpcshell for hardened support, only used for startupcache creation. + pax-mark m "${S}/${obj_dir}"/dist/bin/xpcshell + fi - # Add our default prefs for firefox + xulrunner + # Add our default prefs for firefox cp "${FILESDIR}"/gentoo-default-prefs.js-1 \ - "${S}/${obj_dir}/dist/bin/defaults/pref/all-gentoo.js" || die + "${S}/${obj_dir}/dist/bin/defaults/preferences/all-gentoo.js" || die + + if ! use libnotify; then + echo "pref(\"browser.download.manager.showAlertOnComplete\", false);" \ + >> "${S}/${obj_dir}/dist/bin/defaults/preferences/all-gentoo.js" + fi + + echo "pref("extensions.autoDisableScopes", 3);" >> \ + "${S}/${obj_dir}/dist/bin/defaults/preferences/all-gentoo.js" || die MOZ_MAKE_FLAGS="${MAKEOPTS}" \ emake DESTDIR="${D}" install || die "emake install failed" @@ -314,8 +332,15 @@ src_install() { echo "StartupNotify=true" >> "${ED}/usr/share/applications/${PN}.desktop" fi - # Required in order to use plugins and even run firefox on hardened. - pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/{firefox,firefox-bin,plugin-container} + # Without methodjit and tracejit there's no conflict with PaX + if use jit; then + # Required in order to use plugins and even run firefox on hardened. + pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/{firefox,firefox-bin} + fi + + # Plugin-container needs to be pax-marked for hardened to ensure plugins such as flash + # continue to work as expected. + pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/plugin-container # Plugins dir share_plugins_dir diff --git a/x11-apps/rgb/rgb-1.0.5.ebuild b/x11-apps/rgb/rgb-1.0.5.ebuild index 144c3428e489..a96ad2c25069 100644 --- a/x11-apps/rgb/rgb-1.0.5.ebuild +++ b/x11-apps/rgb/rgb-1.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/rgb/rgb-1.0.5.ebuild,v 1.1 2013/01/20 18:42:14 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/rgb/rgb-1.0.5.ebuild,v 1.2 2013/02/22 16:45:26 zmedico Exp $ EAPI=5 @@ -8,7 +8,7 @@ inherit xorg-2 DESCRIPTION="uncompile an rgb color-name database" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="" RDEPEND="" DEPEND="${RDEPEND} diff --git a/x11-libs/libwnck/libwnck-3.4.4.ebuild b/x11-libs/libwnck/libwnck-3.4.4.ebuild index bf633744147a..1ec4f950a96b 100644 --- a/x11-libs/libwnck/libwnck-3.4.4.ebuild +++ b/x11-libs/libwnck/libwnck-3.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-3.4.4.ebuild,v 1.9 2013/02/21 16:12:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-3.4.4.ebuild,v 1.10 2013/02/22 17:27:42 ago Exp $ EAPI="5" GCONF_DEBUG="no" @@ -13,7 +13,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="LGPL-2+" SLOT="3" -KEYWORDS="alpha amd64 arm ia64 ~ppc ~ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ia64 ppc ~ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="+introspection startup-notification tools" diff --git a/x11-libs/qwt/qwt-6.0.2.ebuild b/x11-libs/qwt/qwt-6.0.2.ebuild index 5ed0498b4da0..9cbaca9f3213 100644 --- a/x11-libs/qwt/qwt-6.0.2.ebuild +++ b/x11-libs/qwt/qwt-6.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-6.0.2.ebuild,v 1.1 2013/01/31 11:40:58 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-6.0.2.ebuild,v 1.2 2013/02/22 16:32:52 bicatali Exp $ EAPI=4 @@ -13,7 +13,7 @@ HOMEPAGE="http://qwt.sourceforge.net/" SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV/_/-}/${MY_P}.tar.bz2" LICENSE="qwt mathml? ( LGPL-2.1 Nokia-Qt-LGPL-Exception-1.1 )" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" SLOT="6" IUSE="doc examples mathml svg" diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest new file mode 100644 index 000000000000..d801dd013235 --- /dev/null +++ b/x11-misc/dunst/Manifest @@ -0,0 +1 @@ +DIST dunst-0.5.0.tar.bz2 28521 SHA256 4be8cf366930b297f03078f233f2fec479638d0c69b0e5e75bb49da487684b05 SHA512 3ce762295ea28b10539da6c5b9b4bffa41535d90544d933b2b81838f44a6d5d95c292a08048576b87db4f74592e5e068687743d7fda0dc3aa4aac06aa81ba7fd WHIRLPOOL ab1200ddadff1bcf6bbb5a56b464c4da2c045e9e074e1ada3e1841574dde21e4e672452130b7fffa9605fb20ab22870f9e49af2b32e15513f7dfa071be9958b1 diff --git a/x11-misc/dunst/dunst-0.5.0.ebuild b/x11-misc/dunst/dunst-0.5.0.ebuild new file mode 100644 index 000000000000..b7656e4411b2 --- /dev/null +++ b/x11-misc/dunst/dunst-0.5.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dunst/dunst-0.5.0.ebuild,v 1.1 2013/02/22 14:12:34 wired Exp $ + +EAPI=5 + +DESCRIPTION="customizable and lightweight notification-daemon" +HOMEPAGE="http://www.knopwob.org/dunst/" +SRC_URI="http://www.knopwob.org/public/dunst-release/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-libs/libxdg-basedir + sys-apps/dbus + x11-libs/libXScrnSaver + x11-libs/libXft + x11-libs/libXinerama +" +RDEPEND="${DEPEND}" + +src_install() { + emake DESTDIR="${D}" PREFIX="/usr" install + + dodoc CHANGELOG +} diff --git a/dev-libs/libole2/metadata.xml b/x11-misc/dunst/metadata.xml similarity index 59% rename from dev-libs/libole2/metadata.xml rename to x11-misc/dunst/metadata.xml index d9cd2cad66c2..a15d7230bf71 100644 --- a/dev-libs/libole2/metadata.xml +++ b/x11-misc/dunst/metadata.xml @@ -1,7 +1,8 @@ - -maintainer-needed@gentoo.org - + + wired@gentoo.org + Alex Alexander + diff --git a/x11-misc/gccmakedep/gccmakedep-1.0.2-r1.ebuild b/x11-misc/gccmakedep/gccmakedep-1.0.2-r1.ebuild index 2f6df1ad5225..8b474f48be39 100644 --- a/x11-misc/gccmakedep/gccmakedep-1.0.2-r1.ebuild +++ b/x11-misc/gccmakedep/gccmakedep-1.0.2-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gccmakedep/gccmakedep-1.0.2-r1.ebuild,v 1.9 2012/08/26 19:23:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gccmakedep/gccmakedep-1.0.2-r1.ebuild,v 1.10 2013/02/22 17:15:45 zmedico Exp $ EAPI=4 inherit xorg-2 DESCRIPTION="create dependencies in makefiles using 'gcc -M'" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="x11-proto/xproto" diff --git a/x11-misc/imake/Manifest b/x11-misc/imake/Manifest index 77e45bddbd9e..e1da4af4662b 100644 --- a/x11-misc/imake/Manifest +++ b/x11-misc/imake/Manifest @@ -1,2 +1,2 @@ DIST imake-1.0.4.tar.bz2 140773 SHA256 acb27ff09e3083000441a8d555fbedbf35ecb4ad52d2bd5b8680dce853f146fe -DIST imake-1.0.5.tar.bz2 148503 SHA256 99ce77ce73892d262522ee621032cef2fad2d30a36088b1305a156af4ee21cc1 +DIST imake-1.0.5.tar.bz2 148503 SHA256 99ce77ce73892d262522ee621032cef2fad2d30a36088b1305a156af4ee21cc1 SHA512 a3d114cdf093c60b6094b403d7fa9ab640ea227e602c6136ee15230ee0528f2f1cdc20056bf0598e411c7a19a3ac00c997ad421b8e393f205989776574b6e40e WHIRLPOOL 39cadd5c76946c7705ab2c4feda9da0f884ffacc03965b58dfdb3bcbbbb45c39420919bae58addbd5d3a4af000e1da1fc828937a02c5416fbda5cba0cfc65f3e diff --git a/x11-misc/imake/imake-1.0.5.ebuild b/x11-misc/imake/imake-1.0.5.ebuild index ff73a6591f88..21566bb09a6e 100644 --- a/x11-misc/imake/imake-1.0.5.ebuild +++ b/x11-misc/imake/imake-1.0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.5.ebuild,v 1.9 2012/08/26 19:25:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.5.ebuild,v 1.10 2013/02/22 17:13:41 zmedico Exp $ EAPI=4 @@ -8,7 +8,7 @@ XORG_STATIC=no inherit xorg-2 DESCRIPTION="C preprocessor interface to the make utility" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="x11-misc/xorg-cf-files" diff --git a/x11-misc/makedepend/makedepend-1.0.4.ebuild b/x11-misc/makedepend/makedepend-1.0.4.ebuild index db07c6f0036a..43e1cc617d0c 100644 --- a/x11-misc/makedepend/makedepend-1.0.4.ebuild +++ b/x11-misc/makedepend/makedepend-1.0.4.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/makedepend/makedepend-1.0.4.ebuild,v 1.9 2012/08/26 19:27:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/makedepend/makedepend-1.0.4.ebuild,v 1.10 2013/02/22 17:03:43 zmedico Exp $ EAPI=4 XORG_STATIC=no inherit xorg-2 DESCRIPTION="create dependencies in makefiles" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="" diff --git a/x11-proto/fixesproto/Manifest b/x11-proto/fixesproto/Manifest index e1bce3670b5b..1e4d1d66d683 100644 --- a/x11-proto/fixesproto/Manifest +++ b/x11-proto/fixesproto/Manifest @@ -1 +1 @@ -DIST fixesproto-5.0.tar.bz2 100886 RMD160 e6733c26d84c58ba74263e90c79f2f6a1974c34a SHA1 ab605af5da8c98c0c2f8b2c578fed7c864ee996a SHA256 ba2f3f31246bdd3f2a0acf8bd3b09ba99cab965c7fb2c2c92b7dc72870e424ce +DIST fixesproto-5.0.tar.bz2 100886 SHA256 ba2f3f31246bdd3f2a0acf8bd3b09ba99cab965c7fb2c2c92b7dc72870e424ce SHA512 93c6a8b6e4345c3049c08f2f3960f5eb5f92c487f26d227430964361bf82041b49e61f873fbbb8ee0e111556f90532b852c20e6082ee8008be641373251fa78c WHIRLPOOL 000f5bacb68682e2a46312c594f80086a7126448b2f79d79a81df8fd791991cc3654106841ada039f667855dbe226be34d5b2e3b3dd3a2ea7be422b5167d57a5 diff --git a/x11-proto/fixesproto/fixesproto-5.0.ebuild b/x11-proto/fixesproto/fixesproto-5.0.ebuild index 5f55f13c4600..d34fc372ba06 100644 --- a/x11-proto/fixesproto/fixesproto-5.0.ebuild +++ b/x11-proto/fixesproto/fixesproto-5.0.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/fixesproto/fixesproto-5.0.ebuild,v 1.9 2012/05/06 00:11:54 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/fixesproto/fixesproto-5.0.ebuild,v 1.10 2013/02/22 15:41:59 zmedico Exp $ EAPI=4 inherit xorg-2 DESCRIPTION="X.Org Fixes protocol headers" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="" RDEPEND=">=x11-proto/xextproto-7.0.99.1" diff --git a/x11-terms/st/metadata.xml b/x11-terms/st/metadata.xml index 59acc2cc580e..5b80fb94c393 100644 --- a/x11-terms/st/metadata.xml +++ b/x11-terms/st/metadata.xml @@ -6,4 +6,3 @@ Michael Weber - diff --git a/x11-terms/st/st-0.3.ebuild b/x11-terms/st/st-0.3.ebuild index 8e1d80d576d9..61881a1a32b6 100644 --- a/x11-terms/st/st-0.3.ebuild +++ b/x11-terms/st/st-0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/st/st-0.3.ebuild,v 1.3 2012/11/07 17:48:37 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/st/st-0.3.ebuild,v 1.4 2013/02/22 16:16:39 xmw Exp $ EAPI=4 inherit savedconfig toolchain-funcs @@ -12,20 +12,16 @@ SRC_URI="http://hg.suckless.org/st/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -IUSE="" +IUSE="savedconfig" -RDEPEND=" - media-libs/fontconfig +RDEPEND="media-libs/fontconfig x11-libs/libX11 x11-libs/libXext - x11-libs/libXft -" -DEPEND=" - ${RDEPEND} + x11-libs/libXft" +DEPEND="${RDEPEND} sys-libs/ncurses x11-proto/xextproto - x11-proto/xproto -" + x11-proto/xproto" src_prepare() { sed -e '/^CFLAGS/s:[[:space:]]-Wall[[:space:]]: :' \ diff --git a/x11-terms/st/st-9999.ebuild b/x11-terms/st/st-9999.ebuild index bab99ae387c9..8df10f32c2f4 100644 --- a/x11-terms/st/st-9999.ebuild +++ b/x11-terms/st/st-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/st/st-9999.ebuild,v 1.6 2012/12/17 21:56:50 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/st/st-9999.ebuild,v 1.7 2013/02/22 16:16:39 xmw Exp $ -EAPI=3 +EAPI=5 inherit git-2 savedconfig toolchain-funcs @@ -13,19 +13,16 @@ EGIT_REPO_URI="git://git.suckless.org/st" LICENSE="BSD" SLOT="0" KEYWORDS="" -IUSE="" +IUSE="savedconfig" -RDEPEND="x11-libs/libX11" +RDEPEND=" + media-libs/fontconfig + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXft" DEPEND="${RDEPEND} sys-libs/ncurses" -pkg_setup() { - elog "Please ensure an usable font is installed, like" - elog " media-fonts/corefonts" - elog " media-fonts/dejavu" - elog " media-fonts/urw-fonts" -} - src_prepare() { sed -e '/^CFLAGS/s:[[:space:]]-Wall[[:space:]]: :' \ -e '/^CFLAGS/s:[[:space:]]-O[^[:space:]]*[[:space:]]: :' \ @@ -39,7 +36,16 @@ src_prepare() { src_install() { emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install || die tic -s -o "${ED}"/usr/share/terminfo st.info || die - dodoc TODO || die + dodoc TODO save_config config.h } + +pkg_postinst() { + if ! [[ "${REPLACING_VERSIONS}" ]]; then + elog "Please ensure a usable font is installed, like" + elog " media-fonts/corefonts" + elog " media-fonts/dejavu" + elog " media-fonts/urw-fonts" + fi +}