diff --git a/app-admin/puppetdb/Manifest b/app-admin/puppetdb/Manifest index 5006b1bb2bb4..1d2ee1cb6e19 100644 --- a/app-admin/puppetdb/Manifest +++ b/app-admin/puppetdb/Manifest @@ -1,2 +1 @@ -DIST puppetdb-3.2.2.tar.gz 25273184 SHA256 c6ed59055ef54a3af0fc571fae54f23a99e4f4781783c0a9be4ef0df1012b2dd SHA512 5fdd22c3a14e447a997bf223e7147be22c51e8dd44d636ab51bf35c44c813ac2898fbfe72efba3896189244d56abd9cbac3782c7c8ab2f1648b6b1f01b53de45 WHIRLPOOL e138e39a277fad9a0dc56a2c573515ca257b272356381ed5e4d031743e014c3605c9754bf07307389192bee8ed057d02697096102300c15c5ed83990171c61e0 DIST puppetdb-3.2.3.tar.gz 25469315 SHA256 3b9d121e54da1511834d708437c9c9ca15db2818314f442511bbb2e576a7afaa SHA512 d15a497bce10e1af989e1deaba99794929916362e13393814d2c5545f80ee4fb0976758c3bd0ae41466bd0364ba5df417fa69afde8bf24e6573119cdbe814aa9 WHIRLPOOL 031c14df0df52320926030e32290fb8ab5115e800711d90b2c5acdc712fa7bbcefbc83afc380bbeff4f1b30654d724a8db01c9b5ace3f6bc0deeeb31127e4443 diff --git a/app-admin/puppetdb/puppetdb-3.2.2.ebuild b/app-admin/puppetdb/puppetdb-3.2.2.ebuild deleted file mode 100644 index 9d2bed7b5e7d..000000000000 --- a/app-admin/puppetdb/puppetdb-3.2.2.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit multilib systemd user - -DESCRIPTION="PuppetDB collects data generated by Puppet." -HOMEPAGE="http://docs.puppetlabs.com/puppetdb/" -SRC_URI="https://downloads.puppetlabs.com/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" -# will need the same keywords as puppet -KEYWORDS="amd64 x86" - -RDEPEND+=">=virtual/jdk-1.7.0" -DEPEND+="" - -pkg_setup() { - enewgroup puppetdb - enewuser puppetdb -1 -1 /opt/puppetlabs/server/data/puppetdb "puppetdb" -} - -src_prepare() { - sed -i 's/sysconfig/conf\.d/g' ext/redhat/puppetdb.service || die - sed -i 's/sysconfig/conf\.d/g' ext/bin/puppetdb || die - sed -i 's/sysconfig/conf\.d/g' install.sh || die - sed -i 's/var\/run/run/g' ext/puppetdb.tmpfiles.conf || die - sed -i 's/var\/run/run/g' install.sh || die -} - -src_compile() { - einfo "not compiling" -} - -src_install() { - dodir /opt/puppetlabs/server/data/puppetdb - insinto /opt/puppetlabs/server/apps/puppetdb - insopts -m0744 - doins ext/ezbake-functions.sh - insopts -m0644 - doins ext/ezbake.manifest - doins puppetdb.jar - insinto /etc/puppetlabs/puppetdb - doins ext/config/logback.xml - doins ext/config/bootstrap.cfg - doins ext/config/request-logging.xml - insinto /etc/puppetlabs/puppetdb/conf.d - doins ext/config/conf.d/jetty.ini - doins ext/config/conf.d/repl.ini - doins ext/config/conf.d/database.ini - doins ext/config/conf.d/config.ini - insopts -m0755 - insinto /opt/puppetlabs/server/apps/puppetdb/scripts - doins install.sh - insinto /opt/puppetlabs/server/apps/puppetdb/cli/apps - doins ext/cli/foreground - doins ext/cli/ssl-setup - doins ext/cli/export - doins ext/cli/config-migration - doins ext/cli/foreground - doins ext/cli/anonymize - doins ext/cli/import - insinto /opt/puppetlabs/server/apps/puppetdb/bin - doins ext/bin/puppetdb - insopts -m0644 - dodir /opt/puppetlabs/server/bin - dosym ../apps/puppetdb/bin/puppetdb /opt/puppetlabs/server/bin/puppetdb - dodir /opt/puppetlabs/bin - dosym ../server/apps/puppetdb/bin/puppetdb /opt/puppetlabs/bin/puppetdb - dosym /opt/puppetlabs/server/apps/puppetdb/bin/puppetdb /usr/bin/puppetdb - # init type tasks - newconfd ext/default puppetdb - systemd_dounit ext/redhat/puppetdb.service - systemd_newtmpfilesd ext/puppetdb.tmpfiles.conf puppetdb.conf - newinitd "${FILESDIR}/puppetdb.initd" puppetdb - # misc - insinto /etc/logrotate.d - newins ext/puppetdb.logrotate.conf puppetdb - fowners -R puppetdb:puppetdb /opt/puppetlabs/server/data/puppetdb - fperms -R 770 /opt/puppetlabs/server/data/puppetdb -} - -pkg_postinst() { - elog "to install please run '/opt/puppetlabs/server/bin/puppetdb ssl-setup'" - elog - elog "to upgrade please run '/opt/puppetlabs/server/bin/puppetdb config-migration'" -} diff --git a/app-arch/cpio/cpio-2.12-r1.ebuild b/app-arch/cpio/cpio-2.12-r1.ebuild new file mode 100644 index 000000000000..b9465204b304 --- /dev/null +++ b/app-arch/cpio/cpio-2.12-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit eutils + +DESCRIPTION="A file archival tool which can also read and write tar files" +HOMEPAGE="https://www.gnu.org/software/cpio/cpio.html" +SRC_URI="mirror://gnu/cpio/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="nls" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-2.12-non-gnu-compilers.patch #275295 + epatch "${FILESDIR}"/${PN}-2.12-name-overflow.patch #572428 +} + +src_configure() { + econf \ + $(use_enable nls) \ + --bindir="${EPREFIX}"/bin \ + --with-rmt="${EPREFIX}"/usr/sbin/rmt +} diff --git a/app-arch/cpio/cpio-2.12.ebuild b/app-arch/cpio/cpio-2.12.ebuild index 559b65be7390..3f1baaa21b08 100644 --- a/app-arch/cpio/cpio-2.12.ebuild +++ b/app-arch/cpio/cpio-2.12.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -inherit autotools eutils +inherit eutils DESCRIPTION="A file archival tool which can also read and write tar files" HOMEPAGE="https://www.gnu.org/software/cpio/cpio.html" @@ -17,7 +17,6 @@ IUSE="nls" src_prepare() { epatch "${FILESDIR}"/${PN}-2.12-non-gnu-compilers.patch #275295 - eautoreconf } src_configure() { @@ -26,7 +25,3 @@ src_configure() { --bindir="${EPREFIX}"/bin \ --with-rmt="${EPREFIX}"/usr/sbin/rmt } - -src_install() { - default -} diff --git a/app-arch/cpio/files/cpio-2.12-name-overflow.patch b/app-arch/cpio/files/cpio-2.12-name-overflow.patch new file mode 100644 index 000000000000..f85246884c39 --- /dev/null +++ b/app-arch/cpio/files/cpio-2.12-name-overflow.patch @@ -0,0 +1,15 @@ +https://bugs.gentoo.org/572428 +https://lists.gnu.org/archive/html/bug-cpio/2016-01/msg00002.html +http://seclists.org/oss-sec/2016/q1/136 + +--- a/src/copyin.c ++++ b/src/copyin.c +@@ -1385,6 +1385,8 @@ + break; + } + ++ if (file_hdr.c_namesize <= 1) ++ file_hdr.c_name = xrealloc (file_hdr.c_name, 2); + cpio_safer_name_suffix (file_hdr.c_name, false, !no_abs_paths_flag, + false); + diff --git a/app-crypt/acme/Manifest b/app-crypt/acme/Manifest index cdd4e850c8fc..ec945cb12e49 100644 --- a/app-crypt/acme/Manifest +++ b/app-crypt/acme/Manifest @@ -1,2 +1,2 @@ DIST letsencrypt-0.1.0.tar.gz 524821 SHA256 1c1ac7b41e5e0fc0e41a7ef159ac9147a4aafff54453d57b519eb05bf52ade14 SHA512 6a786290362741ac97dcb4b59bc4cba56f3e8b5193bbc10be19086d462f76e6124259c42bac36afe9eb818f4bb9edec34f8e2a02bd8c855e3b35404f4ee81f96 WHIRLPOOL cdc41a3466de54ab8ddfeedea9935205d78383028769dcfbc876be0c2ef80c2d14f5d0e4a9c56a751163718f5ababb07848822989a060de7031ea8ebdf6424a0 -DIST letsencrypt-0.3.0.tar.gz 627761 SHA256 a21e496ab130cf9fcaeef69019a4eef7aaf86dad84131d601db531add4f98e1a SHA512 c3fbb6d8a50ee9a84b425d16f28626cecb3b50a5149c1263d02d447854d9117c6fe4f3f2eef7f026c9d7692a499a054895a2b007da9f768c203ea91836382f36 WHIRLPOOL fa87cb033c4a45737abeb706312ac9c4fa2ab921c07cc05f1feaeb4f083727f4ba1a819035345e5dfead536d762025ef8a4eeaa6d039b64efa3350f2a64e64a5 +DIST letsencrypt-0.4.0.tar.gz 634899 SHA256 d7df1faedd6f5c1ffc26fd855350fc3a107dd9fe5c1c2aa4c340024fe807a0f3 SHA512 f04c3fa49619e4e182ec8d10c6e05045d1e0e1a146bad75d9382cbfc6663ad0726c9beb496f0251e43d0dd45d78220c57dda0be8c2d946a515ab2c9f0359a549 WHIRLPOOL 64b531b31214fa6f7460ce3288dc573d281d350fe631447de8f0f18b74d38cb374438f678e7782c5bc72019766f4fe8668a6ff5f809560d09a713fa4eb58f9f8 diff --git a/app-crypt/acme/acme-0.3.0.ebuild b/app-crypt/acme/acme-0.4.0.ebuild similarity index 100% rename from app-crypt/acme/acme-0.3.0.ebuild rename to app-crypt/acme/acme-0.4.0.ebuild diff --git a/app-crypt/letsencrypt/Manifest b/app-crypt/letsencrypt/Manifest index f38a307922ad..98f79196dd83 100644 --- a/app-crypt/letsencrypt/Manifest +++ b/app-crypt/letsencrypt/Manifest @@ -1 +1 @@ -DIST letsencrypt-0.3.0.tar.gz 627761 SHA256 a21e496ab130cf9fcaeef69019a4eef7aaf86dad84131d601db531add4f98e1a SHA512 c3fbb6d8a50ee9a84b425d16f28626cecb3b50a5149c1263d02d447854d9117c6fe4f3f2eef7f026c9d7692a499a054895a2b007da9f768c203ea91836382f36 WHIRLPOOL fa87cb033c4a45737abeb706312ac9c4fa2ab921c07cc05f1feaeb4f083727f4ba1a819035345e5dfead536d762025ef8a4eeaa6d039b64efa3350f2a64e64a5 +DIST letsencrypt-0.4.0.tar.gz 634899 SHA256 d7df1faedd6f5c1ffc26fd855350fc3a107dd9fe5c1c2aa4c340024fe807a0f3 SHA512 f04c3fa49619e4e182ec8d10c6e05045d1e0e1a146bad75d9382cbfc6663ad0726c9beb496f0251e43d0dd45d78220c57dda0be8c2d946a515ab2c9f0359a549 WHIRLPOOL 64b531b31214fa6f7460ce3288dc573d281d350fe631447de8f0f18b74d38cb374438f678e7782c5bc72019766f4fe8668a6ff5f809560d09a713fa4eb58f9f8 diff --git a/app-crypt/letsencrypt/letsencrypt-0.3.0.ebuild b/app-crypt/letsencrypt/letsencrypt-0.4.0.ebuild similarity index 100% rename from app-crypt/letsencrypt/letsencrypt-0.3.0.ebuild rename to app-crypt/letsencrypt/letsencrypt-0.4.0.ebuild diff --git a/app-crypt/simp_le/metadata.xml b/app-crypt/simp_le/metadata.xml index 4244fae5893a..e0b907a3396b 100644 --- a/app-crypt/simp_le/metadata.xml +++ b/app-crypt/simp_le/metadata.xml @@ -1,10 +1,6 @@ - - mrueg@gentoo.org - Manuel RĂ¼ger - zx2c4@gentoo.org Jason A. Donenfeld diff --git a/app-emulation/q4wine/q4wine-1.2_p2.ebuild b/app-emulation/q4wine/q4wine-1.2_p2.ebuild index 686546e9b44d..4493d4b60b55 100644 --- a/app-emulation/q4wine/q4wine-1.2_p2.ebuild +++ b/app-emulation/q4wine/q4wine-1.2_p2.ebuild @@ -21,14 +21,26 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}/${PN}%20${MY_PV}/${MY_P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+dbus debug +icoutils +wineappdb" +IUSE="+dbus debug +icoutils qt5 +wineappdb" DEPEND=" - dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/qtsingleapplication[qt4(+),X] - dev-qt/qtsql:4[sqlite] - dbus? ( dev-qt/qtdbus:4 ) + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtsingleapplication[qt5(+),X] + dev-qt/qtsql:5[sqlite] + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + dbus? ( dev-qt/qtdbus:5 ) + ) + !qt5? ( + dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtsingleapplication[qt4(+),X] + dev-qt/qtsql:4[sqlite] + dbus? ( dev-qt/qtdbus:4 ) + ) " RDEPEND="${DEPEND} app-admin/sudo @@ -51,9 +63,9 @@ src_configure() { l10n_for_each_locale_do construct_LINGUAS local mycmakeargs=( -DLINGUAS="${enabled_linguas}" - -DQT5=OFF -DWITH_SYSTEM_SINGLEAPP=ON $(cmake-utils_use debug) + $(cmake-utils_use qt5) $(cmake-utils_use_with dbus) $(cmake-utils_use_with icoutils) $(cmake-utils_use_with wineappdb) diff --git a/app-misc/pdfpc/Manifest b/app-misc/pdfpc/Manifest index 39ea66aa68ab..e8e21ece1b50 100644 --- a/app-misc/pdfpc/Manifest +++ b/app-misc/pdfpc/Manifest @@ -1,2 +1,3 @@ DIST pdfpc-3.1.1.tgz 199004 SHA256 ec5ffb9c2b55d1bac76172a6a13ed527ceed8cf0d659aca5e302f6a7185f00f2 SHA512 554203094b18fe11fd085414961de6644df3c258ad52d46ad171cfd6c2199028bcbaa9560bdaba63d83f858b467407cc276972b34f341cc25260db1d1358e88d WHIRLPOOL bddcba6a4285ea2b58dd01f76b7b050db630eaa97de5bba32a66f7f85563e6a99763a52e82286297f605dfa59d9ff918007baab297e587968ac1c83e3d69e8a8 DIST pdfpc-4.0.1.tar.gz 74405 SHA256 7c40cb87f9f1ce5e1683e96cc815572ea4c0a30e9db691501401ad271d27a3fb SHA512 701cf57b13b3abb2bacf086a29464a24d9eb67b095a89e770fade12f512d78773899bc9c71bc888e85b0a0acf2a122dd819b0259a1ab850a4f7af5fbc7369cdb WHIRLPOOL 0e1054b2aedce013c7f4397b05c66f658e6de88fe4fe6e857e8bd6bf33b5b68f3acda8fd327cffb9b2db7d1726543cdb5afdd342be1b8286a55799f5c5be9688 +DIST pdfpc-4.0.2.tar.gz 75962 SHA256 591da2f984dd7714b0607aff450b99649f9a8caaf311a38be8f5e2e1e565be96 SHA512 01c957976d69b2e469989bb6b5957fd29b20e3a285c854fd42680f6c790849dfd3b4480c65ad5fcd5bd4106f92494626d46c943f6e9d6c0a0cb88168dc52b89f WHIRLPOOL 94cf57074285a6f25f9292c7b2ea21392b78133ed4e13579e030429af6a179ad5e4e17a1a488fc2e6ff29041101cb140166335e699ba7041a5b992c330ed6311 diff --git a/app-misc/pdfpc/pdfpc-4.0.2.ebuild b/app-misc/pdfpc/pdfpc-4.0.2.ebuild new file mode 100644 index 000000000000..e57e35c8c750 --- /dev/null +++ b/app-misc/pdfpc/pdfpc-4.0.2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +VALA_MIN_API_VERSION="0.26" +VALA_MAX_API_VERSION="0.30" # fix sed line if you increase this + +inherit vala cmake-utils + +DESCRIPTION="Presenter console with multi-monitor support for PDF files" +HOMEPAGE="http://pdfpc.github.io" +SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="app-text/poppler:=[cairo] + dev-libs/glib:2 + dev-libs/libgee:0.8 + gnome-base/librsvg + media-libs/gstreamer:1.0 + media-libs/gst-plugins-base:1.0 + sys-apps/dbus + x11-libs/gtk+:3" +DEPEND="${RDEPEND} + $(vala_depend)" + +src_prepare() { + sed -i -e "s/valac-0.20/valac-0.30 valac-0.28 valac-0.26/" cmake/vala/FindVala.cmake || die + vala_src_prepare +} + +src_configure(){ + local mycmakeargs=( + -DSYSCONFDIR="${EPREFIX}/etc" + ) + cmake-utils_src_configure +} diff --git a/app-portage/eix/eix-0.31.7-r1.ebuild b/app-portage/eix/eix-0.31.7-r1.ebuild new file mode 100644 index 000000000000..1a2a236e9aab --- /dev/null +++ b/app-portage/eix/eix-0.31.7-r1.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PLOCALES="de ru" +inherit bash-completion-r1 l10n systemd + +DESCRIPTION="Search and query ebuilds, portage incl. local settings, ext. overlays and more" +HOMEPAGE="https://github.com/vaeth/eix/" +SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="debug +dep doc nls optimization +required-use security strong-optimization strong-security sqlite swap-remote tools" + +BOTHDEPEND="sqlite? ( >=dev-db/sqlite-3 ) + nls? ( virtual/libintl )" +RDEPEND="${BOTHDEPEND} + app-shells/push" +DEPEND="${BOTHDEPEND} + app-arch/xz-utils + nls? ( sys-devel/gettext )" + +pkg_setup() { + case " ${REPLACING_VERSIONS}" in + *\ 0.[0-9].*|*\ 0.1[0-9].*|*\ 0.2[0-4].*|*\ 0.25.0*) + local eixcache="${EROOT}/var/cache/${PN}" + test -f "${eixcache}" && rm -f -- "${eixcache}";; + esac +} + +src_prepare() { + sed -i -e "s'/'${EPREFIX}/'" -- "${S}"/tmpfiles.d/eix.conf || die + eapply_user +} + +src_configure() { + econf $(use_with sqlite) $(use_with doc extra-doc) \ + $(use_enable nls) $(use_enable tools separate-tools) \ + $(use_enable security) $(use_enable optimization) \ + $(use_enable strong-security) \ + $(use_enable strong-optimization) $(use_enable debug debugging) \ + $(use_enable swap-remote) \ + $(use_with prefix always-accept-keywords) \ + $(use_with dep dep-default) \ + $(use_with required-use required-use-default) \ + --with-zsh-completion \ + --with-portage-rootpath="${ROOTPATH}" \ + --with-eprefix-default="${EPREFIX}" +} + +src_install() { + default + dobashcomp bash/eix + systemd_dotmpfilesd tmpfiles.d/eix.conf +} + +pkg_postinst() { + test -d "${EROOT}var/cache/${PN}" || { + mkdir "${EROOT}var/cache/${PN}" + use prefix || chown portage:portage "${EROOT}var/cache/${PN}" + } + local obs="${EROOT}var/cache/eix.previous" + ! test -f "${obs}" || ewarn "Found obsolete ${obs}, please remove it" +} + +pkg_postrm() { + [ -n "${REPLACED_BY_VERSION}" ] || rm -rf -- "${EROOT}var/cache/${PN}" +} diff --git a/app-portage/eix/metadata.xml b/app-portage/eix/metadata.xml index d8a04e9dd9d5..922154261b94 100644 --- a/app-portage/eix/metadata.xml +++ b/app-portage/eix/metadata.xml @@ -22,6 +22,7 @@ Make DEP=true the default which enables support for {,R,P}DEPEND but requires roughly double disk and memory. Create description of the eix cache file additionally in html format Accept upstream's choices for CXXFLAGS/LDFLAGS for optimization. Absense of this USE flag does not strip user's *FLAGS + Make REQUIRED_USE=true the default which enables support for REQUIRED_USE but requires more disk and memory. This adds some checks which can prevent certain exploits if e.g. the eix code has a bug. If you use the hardened toolchain, using this flag does not increase security and can even lead to problems. Adds several more agressive CXXFLAGS/LDFLAGS for optimization like graphite (if available). May cause trouble with some buggy compiler versions. Absense of this USE flag does not strip user's *FLAGS Add many checks to prevent exploits if eix code has a bug. This will slow down eix considerably. Use only if you are paranoid or have reasons to suspect a bug. diff --git a/dev-db/postgresql/postgresql-9.0.23-r1.ebuild b/dev-db/postgresql/postgresql-9.0.23-r1.ebuild index ac1b4fe859aa..25e7948cd781 100644 --- a/dev-db/postgresql/postgresql-9.0.23-r1.ebuild +++ b/dev-db/postgresql/postgresql-9.0.23-r1.ebuild @@ -219,7 +219,7 @@ pkg_postinst() { elog elog "It looks like this is your first time installing PostgreSQL. Run the" elog "following command in all active shells to pick up changes to the default" - elog "environemnt:" + elog "environment:" elog " source /etc/profile" fi diff --git a/dev-db/postgresql/postgresql-9.1.19-r1.ebuild b/dev-db/postgresql/postgresql-9.1.19-r1.ebuild index 817622c4a539..3ad70613b443 100644 --- a/dev-db/postgresql/postgresql-9.1.19-r1.ebuild +++ b/dev-db/postgresql/postgresql-9.1.19-r1.ebuild @@ -223,7 +223,7 @@ pkg_postinst() { elog elog "It looks like this is your first time installing PostgreSQL. Run the" elog "following command in all active shells to pick up changes to the default" - elog "environemnt:" + elog "environment:" elog " source /etc/profile" fi diff --git a/dev-db/postgresql/postgresql-9.1.20.ebuild b/dev-db/postgresql/postgresql-9.1.20.ebuild index f990cc621799..2d4c8907b950 100644 --- a/dev-db/postgresql/postgresql-9.1.20.ebuild +++ b/dev-db/postgresql/postgresql-9.1.20.ebuild @@ -13,7 +13,7 @@ PYTHON_COMPAT=( python{2_7,3_4} ) inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \ systemd user versionator -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" SLOT="$(get_version_component_range 1-2)" @@ -223,7 +223,7 @@ pkg_postinst() { elog elog "It looks like this is your first time installing PostgreSQL. Run the" elog "following command in all active shells to pick up changes to the default" - elog "environemnt:" + elog "environment:" elog " source /etc/profile" fi diff --git a/dev-db/postgresql/postgresql-9.2.14-r1.ebuild b/dev-db/postgresql/postgresql-9.2.14-r1.ebuild index 83a2fa7543ce..1889593643b3 100644 --- a/dev-db/postgresql/postgresql-9.2.14-r1.ebuild +++ b/dev-db/postgresql/postgresql-9.2.14-r1.ebuild @@ -217,7 +217,7 @@ pkg_postinst() { elog elog "It looks like this is your first time installing PostgreSQL. Run the" elog "following command in all active shells to pick up changes to the default" - elog "environemnt:" + elog "environment:" elog " source /etc/profile" fi diff --git a/dev-db/postgresql/postgresql-9.2.15.ebuild b/dev-db/postgresql/postgresql-9.2.15.ebuild index d299172584d2..40198f0195ce 100644 --- a/dev-db/postgresql/postgresql-9.2.15.ebuild +++ b/dev-db/postgresql/postgresql-9.2.15.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4} ) inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \ systemd user versionator -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" SLOT="$(get_version_component_range 1-2)" @@ -217,7 +217,7 @@ pkg_postinst() { elog elog "It looks like this is your first time installing PostgreSQL. Run the" elog "following command in all active shells to pick up changes to the default" - elog "environemnt:" + elog "environment:" elog " source /etc/profile" fi diff --git a/dev-db/postgresql/postgresql-9.3.10-r1.ebuild b/dev-db/postgresql/postgresql-9.3.10-r1.ebuild index 2367c975064a..69bce41c3fb4 100644 --- a/dev-db/postgresql/postgresql-9.3.10-r1.ebuild +++ b/dev-db/postgresql/postgresql-9.3.10-r1.ebuild @@ -217,7 +217,7 @@ pkg_postinst() { elog elog "It looks like this is your first time installing PostgreSQL. Run the" elog "following command in all active shells to pick up changes to the default" - elog "environemnt:" + elog "environment:" elog " source /etc/profile" fi diff --git a/dev-db/postgresql/postgresql-9.3.10-r2.ebuild b/dev-db/postgresql/postgresql-9.3.10-r2.ebuild index 7bbba3eefff5..b49eb23321d3 100644 --- a/dev-db/postgresql/postgresql-9.3.10-r2.ebuild +++ b/dev-db/postgresql/postgresql-9.3.10-r2.ebuild @@ -222,7 +222,7 @@ pkg_postinst() { elog elog "It looks like this is your first time installing PostgreSQL. Run the" elog "following command in all active shells to pick up changes to the default" - elog "environemnt:" + elog "environment:" elog " source /etc/profile" fi diff --git a/dev-db/postgresql/postgresql-9.3.11.ebuild b/dev-db/postgresql/postgresql-9.3.11.ebuild index 005f8ccb929b..e81486384633 100644 --- a/dev-db/postgresql/postgresql-9.3.11.ebuild +++ b/dev-db/postgresql/postgresql-9.3.11.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4} ) inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \ systemd user versionator -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" SLOT="$(get_version_component_range 1-2)" @@ -222,7 +222,7 @@ pkg_postinst() { elog elog "It looks like this is your first time installing PostgreSQL. Run the" elog "following command in all active shells to pick up changes to the default" - elog "environemnt:" + elog "environment:" elog " source /etc/profile" fi diff --git a/dev-db/postgresql/postgresql-9.4.5-r1.ebuild b/dev-db/postgresql/postgresql-9.4.5-r1.ebuild index d705b1003811..2cacd75aff9a 100644 --- a/dev-db/postgresql/postgresql-9.4.5-r1.ebuild +++ b/dev-db/postgresql/postgresql-9.4.5-r1.ebuild @@ -249,7 +249,7 @@ pkg_postinst() { elog elog "It looks like this is your first time installing PostgreSQL. Run the" elog "following command in all active shells to pick up changes to the default" - elog "environemnt:" + elog "environment:" elog " source /etc/profile" fi diff --git a/dev-db/postgresql/postgresql-9.4.5-r2.ebuild b/dev-db/postgresql/postgresql-9.4.5-r2.ebuild index 1cffab75197b..36a8b40b203a 100644 --- a/dev-db/postgresql/postgresql-9.4.5-r2.ebuild +++ b/dev-db/postgresql/postgresql-9.4.5-r2.ebuild @@ -254,7 +254,7 @@ pkg_postinst() { elog elog "It looks like this is your first time installing PostgreSQL. Run the" elog "following command in all active shells to pick up changes to the default" - elog "environemnt:" + elog "environment:" elog " source /etc/profile" fi diff --git a/dev-db/postgresql/postgresql-9.4.6.ebuild b/dev-db/postgresql/postgresql-9.4.6.ebuild index fe16176f4727..446d6317158f 100644 --- a/dev-db/postgresql/postgresql-9.4.6.ebuild +++ b/dev-db/postgresql/postgresql-9.4.6.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4} ) inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \ systemd user versionator -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" SLOT="$(get_version_component_range 1-2)" @@ -254,7 +254,7 @@ pkg_postinst() { elog elog "It looks like this is your first time installing PostgreSQL. Run the" elog "following command in all active shells to pick up changes to the default" - elog "environemnt:" + elog "environment:" elog " source /etc/profile" fi diff --git a/dev-db/postgresql/postgresql-9.5.1.ebuild b/dev-db/postgresql/postgresql-9.5.1.ebuild index fe16176f4727..446d6317158f 100644 --- a/dev-db/postgresql/postgresql-9.5.1.ebuild +++ b/dev-db/postgresql/postgresql-9.5.1.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4} ) inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \ systemd user versionator -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" SLOT="$(get_version_component_range 1-2)" @@ -254,7 +254,7 @@ pkg_postinst() { elog elog "It looks like this is your first time installing PostgreSQL. Run the" elog "following command in all active shells to pick up changes to the default" - elog "environemnt:" + elog "environment:" elog " source /etc/profile" fi diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild index addb7aa53fc9..0f52d99f9e53 100644 --- a/dev-db/postgresql/postgresql-9999.ebuild +++ b/dev-db/postgresql/postgresql-9999.ebuild @@ -211,7 +211,7 @@ pkg_postinst() { elog elog "It looks like this is your first time installing PostgreSQL. Run the" elog "following command in all active shells to pick up changes to the default" - elog "environemnt:" + elog "environment:" elog " source /etc/profile" fi diff --git a/dev-java/cacao/cacao-0.99.4.ebuild b/dev-java/cacao/cacao-0.99.4.ebuild index cbe45605f8d1..7d5a641b32a5 100644 --- a/dev-java/cacao/cacao-0.99.4.ebuild +++ b/dev-java/cacao/cacao-0.99.4.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://www.cacaojvm.org/" SRC_URI="http://www.complang.tuwien.ac.at/cacaojvm/download/${P}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~x86" IUSE="test" CLASSPATH_SLOT=0.98 COMMON_DEPEND=" diff --git a/dev-java/lucene/Manifest b/dev-java/lucene/Manifest index 20b51b1a8ef5..da13b83be8f6 100644 --- a/dev-java/lucene/Manifest +++ b/dev-java/lucene/Manifest @@ -1,16 +1,4 @@ DIST lucene-1.4.3-src.tar.gz 768320 SHA256 62051daecebbae50c4e9d1c4d840f32fc58d85b0a5b370095c98e346c9ba1049 SHA512 426539a4b4a8887485c4301b2127ad4815646d1a81bca877ed2b0e68d886fcaf844449532a080754b79696c0f9e9c5f304be28487e0f9aa11178565a20f29911 WHIRLPOOL dea750d36a33689fa46926271a5c3be62b011e327ce9fa671a480a7ff9ce4d430d678fbf6f82befd81510d574e303f71b627d15b438492a8a34d5f60b5569b95 -DIST lucene-1.9.1-src.tar.gz 6135056 SHA256 a06bd64ce779f3d4e4b539c280f6a882efb2fd8cba4ebbed02a2b6f92658524f SHA512 fb9f29e0d38d6525d7f6f86d339867a08bfe77ba18a023885a3ecb093d217840c274c767b6e1451f7c58135919c6159122756ebde4640a47420526502395a994 WHIRLPOOL c9d83447742d2d0a2a30e73eb6ed2659db9be77d8bba0de716bdcf73af4bbbf0bf789251a8657c72aed217bf2b2deecb0ce044cf38d1b9a835cf66c338e9d548 -DIST lucene-2.1.0-src.tar.gz 8154476 SHA256 b18c6bff8d74ddd6baabf9288aec45c34e90d74f6688657a4af2cbd0847e6ad9 SHA512 9e9970c6f44b568867d0b714852d063758e8958eac76fa21ef7ab3f0e51f62bc2073d24faf8ad14bce560d6539287e65b82a5db0a35834dc0a0787729cf4a7aa WHIRLPOOL a38d6ce7015c5a2511d0a2d1d848d9762818c11ca9821cff47ded077f5934135a140e8b0ac1e4eea5085ff925535669fc56b10d18e86d73e124b7dd2fe1e0f71 -DIST lucene-2.2.0-src.tar.gz 6054069 SHA256 c40372fbe4b586cf715c84194cef83df26bb65cc026aca1c3be22a5e81bd1370 SHA512 afb40d3e71e2f5e45150b4e84635b9022bfe495de2fd6bc18e9792398a62258396f242266babd7209dfa1706e61c54c982d6ee70264b7807b60e6f25321c9cc7 WHIRLPOOL a0ccdf8823bc8eac432f1b0e5048f33b01249c01cc7da4033dbcefdd7b0259eb31020ec996adbafeb37284959f177f90e22131544d5ad9080da686fc4af7bd7e -DIST lucene-2.3.0-src.tar.gz 4591950 SHA256 c020207987cb3bf415bf168b64245da3900de086312b82ce9b11d275146420b6 SHA512 ee3aa3388932f38a06a23d75bc1ad0043238155f3b474c651ed716dc0b8f4158f49cb79002c31197f28e6d2286b7dc22d00e801d63ec153605b7af2b70a0387e WHIRLPOOL 0f259265c152bca2356940085581e8ff46e98ab5415d68d0714683582aea2f7746f939d8e0e30bc0987d0970b6735cf6346eee2be784efad4be442a950a8a88f -DIST lucene-2.3.1-src.tar.gz 4597493 SHA256 84ddee3a667242917c8117d9e273d9e81ef7f4015c69a7758f12b8018054e646 SHA512 95269c89485c4b23566459543365788c4c4c9c4b0bce6273dff63185e1dfabf643c37fd166227ffd89e4a6ea223aba19c79f3fdf7429a0cd69aadf34b863c8f2 WHIRLPOOL a6b211db97749187b3ee0036933fad3a2cf97208a5a9553cafc5c0bb33c3a3fc9a502203f4b855b6a8c4ffa3faa7b1041c879c44dccd48a5da407cf5fc458bfe -DIST lucene-2.3.2-src.tar.gz 4602041 SHA256 d0cc4b8a40900bbb3243d2e9d9987e0ea0e7d359a2992222bc9acf296b208416 SHA512 42bf988b2eed45ea8d8a3523d9fcf4e384e0e9729a25a54e518a34faf960370a8f7d824f537df7155dc2b64ac11e1b30a8e1ea745a0e054c86722f6e8551360d WHIRLPOOL d8db8e2962624f11e35d69f49a4bf000ebec33a6b01d42e71b5e19cc160c0a29167f94d6b96bd9d45154aa7292469d31c502670bfd0c54e78d333c89e6f33c03 -DIST lucene-2.4.0-src.tar.gz 5053702 SHA256 01509848b8cf2e6675a38fc06124c7622cdd573e975ebcc893c36903b416b7c7 SHA512 d01893a92e979d229103c30c02b96a328bdb04984c7af8633cb4c8acc0a9008f999da240489408a8412fcb42eb19ff2ade3bfea823ae735d50baab3228b89af4 WHIRLPOOL 3adf147dfd80dc1c9643152eb16011ee6a9f02f528d95f2ba8911caccd505c8f4cd93e603c556db5a7ded85c2a32cb1dc333a438b713e6fe6132aeee84ba1b04 DIST lucene-2.4.1-src.tar.gz 5057003 SHA256 47ecc5e105717d356e0468433d1a60f84f620d79ff9f48a78ca4be6c349b6a10 SHA512 cf227eea4aeee904ccf5316ee7f2399864bf28b9c01e044ef27232dd483c3a5f0ecc8836633f44acfa41ffee6bf1c530e756ef45fa77ac1d15e1f83129b7aa5e WHIRLPOOL e452450c1981724b133af16098b29a1bcc6bfdd1ce2785929599278c674fbe9c2863d35fe93ae78a361d790eda29da62b25613a4ee57fe3b49290dfd11ebd3be -DIST lucene-2.9.1-src.tar.gz 12459850 SHA256 7e1d06d3bbc2a71889c84f5f89c8af0b438184097a57e7070790c79a1aeb9102 SHA512 1dae3a33b50f7a8e8a2e578ddc19ff9d33b49bb3cb39d1d5e6706140c8e737a81b2cb587eb51e2dc4899cd3b1b9ce3f4795c4552a99e48e0960fbcbed872c9ed WHIRLPOOL 9357b78e794248032cb9f6097d3969e48dbfe0179afae69e779e58d1ebaae0230f7003a4bb26ec6df951fedc4091c779529582dbdd5496b27cba0613a67254d8 -DIST lucene-2.9.4-src.tar.gz 12494586 SHA256 2a8bd7c6f0632bc406bcec0091d286b3efd4743c2d45fd88b0d0d564281780cd SHA512 75c08520f41ec6ca603fac42471dfec5310c5de2c8b4b762719329acc22d5ac2fbc676d328a9c83966c39b88a4cc0ac5e97960a18ee8459575b4c823ba5fd3d6 WHIRLPOOL 21b02cc87d956d04248f017a8b1b6c37d719428e9431642c6a2bf064f04d6878ee075eb5d4c7c080b20700af71dd66c01359c4de1de4b6934399a4832967b83b -DIST lucene-3.0.0-src.tar.gz 12421467 SHA256 661fc4eec33c2c509c1a53896da469304a51c5cc5ce51313d9f77f385c63346a SHA512 7ae59713e6c7f74487c62461f29dfed43700ee56ce6367a32370e8e47c7e8ab89d1ed01fd6bc09ff2c1fcd8136a7e1383be6c2f41ba5cbcb72101865dbd20a12 WHIRLPOOL 591e50311303307b0be75f98316c7bc39d35df1505d8ce9478c5a2ea5bf9a28c96aeea6bd02bef2865b79094e1a98a9b4ed5afa6b4706fa06cd21d6208aae78b -DIST lucene-3.0.3-src.tar.gz 12446839 SHA256 91365fe5af0279b7b6300f17033580746c90272417665d9572db1c1a9d1ba37e SHA512 b9a09a3efc63450c8d4fab840185b21aab288a7fb02a7f8f63af08ac3f3ebee18a255d9ecfdd3d7301e8c9e93bee90abe2ae10e2b91ed6770c1d7075848b5869 WHIRLPOOL 72f2f5ad089b790dd0eefe7a1b6cf3d1e8a2aa85ea42bb0cfc754498feb00a2ec2a4ad80e1f2228d7a873048c1b8057e32d19d17bfffb044ae23180605a21fcb -DIST lucene-3.4.0-src.tgz 39329123 SHA256 e0471a61085b4aac8db831b5c981262d972a611e4fea491c4e188a9ee730ff2a SHA512 c5cc4394af12e72c47c246f59bd2e352ff9d5b5749bed5b68c3a0925ae85fc595cb316f1a15e9074597e9c347b4193aa9d7c039a06c4bf9a603362ce4c3f0b39 WHIRLPOOL e217842d77c7875e85442551b1748ae18c89dfeb71d3c24809fc625890fe2c8ce57de242d9a61f95474b8d12d20b2405ff2692286957cf686bca292b2cae0aea DIST lucene-3.5.0-src.tgz 39564076 SHA256 814dbfcd91b76522ae350817c306be8c4a72dfe8c809540be4b20209acfb9a27 SHA512 58846190ed0e8c0747e14cb46bf27255d0e4ee93aa0969cf16140713ce20c8fc3f451353437313f14416c92b7b6825d4ce3416d9c7ce4cb1854f31877c2af275 WHIRLPOOL ca2994a3de615d4f80f30f26f852ed6919830b81de666034997bdc65defdde2e0777f924d08f67ee7ca6467624a036305eb86c31fb0d7e59e0ffb57f3f69404f DIST lucene-3.6.2-src.tgz 32139784 SHA256 984bf1e82e32ecdc6c4ff7f582b5bd0a4c2bf68acd1d48bf6df74ad86c97ca8c SHA512 e9a08a1b5303c44e4feecc0bb6e7013e4a9420517ae4e98999bd318ec25b5b2ff3b6de8b51db8f68afc0fdc3149829297023a95b103d4f99e7db68deee4c3965 WHIRLPOOL bfec9e7f937c75337b3582b7d5c4de5b954eb4d256f0218cbf36ea67bcb9fae8dc1e298c0e69e8168865ba21b75c271c29dd6b0adf40cae5f725f0b777b66f20 diff --git a/dev-java/lucene/files/disable-contrib.patch b/dev-java/lucene/files/disable-contrib.patch deleted file mode 100644 index 550564fb40aa..000000000000 --- a/dev-java/lucene/files/disable-contrib.patch +++ /dev/null @@ -1,45 +0,0 @@ -diff -u -r lucene-1.9.1-orig/build.xml lucene-1.9.1/build.xml ---- lucene-1.9.1-orig/build.xml 2006-02-27 21:12:42.000000000 +0100 -+++ lucene-1.9.1/build.xml 2008-01-16 13:28:50.000000000 +0100 -@@ -368,41 +368,10 @@ - - - -- -- -- -- -- -- -- -- -- -- -- -- -- -- - - - - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - - - diff --git a/dev-java/lucene/files/lucene-manifest b/dev-java/lucene/files/lucene-manifest deleted file mode 100644 index 3a742df6b264..000000000000 --- a/dev-java/lucene/files/lucene-manifest +++ /dev/null @@ -1,10 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: %pluginName -Bundle-Vendor: %vendorName -Bundle-Localization: plugin -Export-Package: org.apache.lucene,org.apache.lucene.analysis,org.apache.lucene.analysis.de,org.apache.lucene.analysis.standard, - org.apache.lucene.document,org.apache.lucene.index,org.apache.lucene.queryParser, org.apache.lucene.search,org.apache.lucene.search.spans, - org.apache.lucene.store,org.apache.lucene.util -Bundle-SymbolicName: org.apache.lucene -Bundle-Version: 2.2.0 diff --git a/dev-java/lucene/lucene-1.9.1.ebuild b/dev-java/lucene/lucene-1.9.1.ebuild deleted file mode 100644 index 3a3a5681fb94..000000000000 --- a/dev-java/lucene/lucene-1.9.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# This ebuild only builds the core of Lucene -# It does not build any optional component (contributions) - -JAVA_PKG_IUSE="test source doc" - -inherit java-pkg-2 java-ant-2 java-osgi - -DESCRIPTION="High-performance, full-featured text search engine written entirely in Java" -HOMEPAGE="http://lucene.apache.org" -SRC_URI="mirror://apache/lucene/java/archive/${P}-src.tar.gz" -LICENSE="Apache-1.1" -SLOT="1.9" -KEYWORDS="amd64 x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=virtual/jdk-1.4 - test? ( dev-java/junit dev-java/ant-junit )" - -RDEPEND=">=virtual/jre-1.4" - -src_unpack() { - unpack ${A} - cd "${S}" - rm -rf contrib # we remove entirely the contrib directory - epatch "${FILESDIR}/disable-contrib.patch" - - if use test; then - mkdir lib - java-ant_rewrite-classpath "common-build.xml" - fi -} - -src_compile() { - eant jar-core $(use_doc javadocs) -} - -src_test() { - java-ant_rewrite-classpath common-build.xml - EANT_GENTOO_CLASSPATH="junit ant-core" ANT_TASKS="ant-junit" eant test -} - -src_install() { - dodoc CHANGES.txt README.txt - # WTF is with the jar version below - java-osgi_newjar-fromfile "build/lucene-core-1.9.2-dev.jar" \ - "${FILESDIR}/lucene-manifest" "Apache Lucene" - - use doc && java-pkg_dojavadoc build/docs/api - use source && java-pkg_dosrc src/java/org -} diff --git a/dev-java/lucene/lucene-2.1.0-r1.ebuild b/dev-java/lucene/lucene-2.1.0-r1.ebuild deleted file mode 100644 index d392bb8023a4..000000000000 --- a/dev-java/lucene/lucene-2.1.0-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -JAVA_PKG_IUSE="doc source test" -JAVA_PKG_BSFIX_ALL="no" -JAVA_PKG_BSFIX_NAME="build.xml common-build.xml" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="High-performance, full-featured text search engine written entirely in Java" -HOMEPAGE="http://lucene.apache.org" -SRC_URI="mirror://apache/lucene/java/archive/${P}-src.tar.gz" -LICENSE="Apache-2.0" -SLOT="2.1" -KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-macos" -IUSE="" -DEPEND=">=virtual/jdk-1.4 - dev-java/ant-nodeps - dev-java/javacc - test? ( dev-java/ant-junit =dev-java/junit-3* )" -RDEPEND=">=virtual/jdk-1.4" - -src_compile() { - # regenerate javacc files just because we can - # put javacc.jar on ant's classpath here even when task - # doesn't use it - it's to fool the test, first time - # it's useful not to have ignoresystemclasses=true... - ANT_TASKS="ant-nodeps javacc" eant \ - -Djavacc.home="${EPREFIX}"/usr/share/javacc/lib javacc - ANT_TASKS="none" eant -Dversion=${PV} jar-core jar-demo $(use_doc javadocs) -} - -src_test() { - java-ant_rewrite-classpath common-build.xml - EANT_GENTOO_CLASSPATH="junit ant-core" ANT_TASKS="ant-junit" eant test -} - -src_install() { - dodoc CHANGES.txt README.txt - java-pkg_newjar build/${PN}-core-${PV}.jar ${PN}-core.jar - java-pkg_newjar build/${PN}-demos-${PV}.jar ${PN}-demos.jar - - if use doc; then - dohtml -r docs/* - java-pkg_dojavadoc build/docs/api - fi - use source && java-pkg_dosrc src/java/org -} diff --git a/dev-java/lucene/lucene-2.1.0-r2.ebuild b/dev-java/lucene/lucene-2.1.0-r2.ebuild deleted file mode 100644 index 379def5d19d2..000000000000 --- a/dev-java/lucene/lucene-2.1.0-r2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -JAVA_PKG_IUSE="doc source test" -JAVA_PKG_BSFIX_ALL="no" -JAVA_PKG_BSFIX_NAME="build.xml common-build.xml" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="High-performance, full-featured text search engine written entirely in Java" -HOMEPAGE="http://lucene.apache.org" -SRC_URI="mirror://apache/lucene/java/archive/${P}-src.tar.gz" -LICENSE="Apache-2.0" -SLOT="2.1" -KEYWORDS="amd64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" -IUSE="" -DEPEND=">=virtual/jdk-1.5 - dev-java/ant-nodeps - dev-java/javacc - test? ( dev-java/ant-junit =dev-java/junit-3* )" -RDEPEND=">=virtual/jdk-1.5" - -src_compile() { - # regenerate javacc files just because we can - # put javacc.jar on ant's classpath here even when task - # doesn't use it - it's to fool the test, first time - # it's useful not to have ignoresystemclasses=true... - ANT_TASKS="ant-nodeps javacc" eant \ - -Djavacc.home="${EPREFIX}"/usr/share/javacc/lib javacc - ANT_TASKS="none" eant -Dversion=${PV} jar-core jar-demo $(use_doc javadocs) -} - -src_test() { - java-ant_rewrite-classpath common-build.xml - EANT_GENTOO_CLASSPATH="junit ant-core" ANT_TASKS="ant-junit" eant test -} - -src_install() { - dodoc CHANGES.txt README.txt - java-pkg_newjar build/${PN}-core-${PV}.jar ${PN}-core.jar - java-pkg_newjar build/${PN}-demos-${PV}.jar ${PN}-demos.jar - - if use doc; then - dohtml -r docs/* - java-pkg_dojavadoc build/docs/api - fi - use source && java-pkg_dosrc src/java/org -} diff --git a/dev-java/lucene/lucene-2.2.0-r1.ebuild b/dev-java/lucene/lucene-2.2.0-r1.ebuild deleted file mode 100644 index bd7f6acb7c96..000000000000 --- a/dev-java/lucene/lucene-2.2.0-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -JAVA_PKG_IUSE="doc source test" -JAVA_PKG_BSFIX_ALL="no" -JAVA_PKG_BSFIX_NAME="build.xml common-build.xml" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="High-performance, full-featured text search engine written entirely in Java" -HOMEPAGE="http://lucene.apache.org" -SRC_URI="mirror://apache/lucene/java/archive/${P}-src.tar.gz" -LICENSE="Apache-2.0" -SLOT="2.2" -KEYWORDS="amd64 x86 ~x86-fbsd" -IUSE="" -DEPEND=">=virtual/jdk-1.5 - dev-java/ant-nodeps - dev-java/javacc - test? ( dev-java/ant-junit =dev-java/junit-3* )" -RDEPEND=">=virtual/jdk-1.5" - -src_compile() { - # regenerate javacc files just because we can - # put javacc.jar on ant's classpath here even when task - # doesn't use it - it's to fool the test, first time - # it's useful not to have ignoresystemclasses=true... - ANT_TASKS="ant-nodeps javacc" eant \ - -Djavacc.home="${EPREFIX}"/usr/share/javacc/lib javacc - ANT_TASKS="none" eant -Dversion=${PV} jar-core jar-demo $(use_doc javadocs) -} - -src_test() { - java-ant_rewrite-classpath common-build.xml - EANT_GENTOO_CLASSPATH="junit ant-core" ANT_TASKS="ant-junit" eant test-core -} - -src_install() { - dodoc CHANGES.txt README.txt - java-pkg_newjar build/${PN}-core-${PV}.jar ${PN}-core.jar - java-pkg_newjar build/${PN}-demos-${PV}.jar ${PN}-demos.jar - - if use doc; then - dohtml -r docs/* - java-pkg_dojavadoc build/docs/api - fi - use source && java-pkg_dosrc src/java/org -} diff --git a/dev-java/lucene/lucene-2.2.0.ebuild b/dev-java/lucene/lucene-2.2.0.ebuild deleted file mode 100644 index 13a9f574f336..000000000000 --- a/dev-java/lucene/lucene-2.2.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -JAVA_PKG_IUSE="doc source test" -JAVA_PKG_BSFIX_ALL="no" -JAVA_PKG_BSFIX_NAME="build.xml common-build.xml" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="High-performance, full-featured text search engine written entirely in Java" -HOMEPAGE="http://lucene.apache.org" -SRC_URI="mirror://apache/lucene/java/archive/${P}-src.tar.gz" -LICENSE="Apache-2.0" -SLOT="2.2" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="" -DEPEND=">=virtual/jdk-1.4 - dev-java/ant-nodeps - dev-java/javacc - test? ( dev-java/ant-junit =dev-java/junit-3* )" -RDEPEND=">=virtual/jdk-1.4" - -src_compile() { - # regenerate javacc files just because we can - # put javacc.jar on ant's classpath here even when task - # doesn't use it - it's to fool the test, first time - # it's useful not to have ignoresystemclasses=true... - ANT_TASKS="ant-nodeps javacc" eant \ - -Djavacc.home="${EPREFIX}"/usr/share/javacc/lib javacc - ANT_TASKS="none" eant -Dversion=${PV} jar-core jar-demo $(use_doc javadocs) -} - -src_test() { - java-ant_rewrite-classpath common-build.xml - EANT_GENTOO_CLASSPATH="junit ant-core" ANT_TASKS="ant-junit" eant test-core -} - -src_install() { - dodoc CHANGES.txt README.txt - java-pkg_newjar build/${PN}-core-${PV}.jar ${PN}-core.jar - java-pkg_newjar build/${PN}-demos-${PV}.jar ${PN}-demos.jar - - if use doc; then - dohtml -r docs/* - java-pkg_dojavadoc build/docs/api - fi - use source && java-pkg_dosrc src/java/org -} diff --git a/dev-java/lucene/lucene-2.3.0.ebuild b/dev-java/lucene/lucene-2.3.0.ebuild deleted file mode 100644 index f83874ddfb68..000000000000 --- a/dev-java/lucene/lucene-2.3.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -JAVA_PKG_IUSE="doc source test" -JAVA_PKG_BSFIX_ALL="no" -JAVA_PKG_BSFIX_NAME="build.xml common-build.xml" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="High-performance, full-featured text search engine written entirely in Java" -HOMEPAGE="http://lucene.apache.org" -# when doing version bump, SRC_URI of the previous version should most probably -# be changed to java/archive/ ! -SRC_URI="mirror://apache/lucene/java/archive/${P}-src.tar.gz - mirror://apache/lucene/java/${P}-src.tar.gz" -LICENSE="Apache-2.0" -SLOT="2.3" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="" -DEPEND=">=virtual/jdk-1.4 - dev-java/ant-nodeps - dev-java/javacc - test? ( dev-java/ant-junit =dev-java/junit-3* )" -RDEPEND=">=virtual/jdk-1.4" - -src_compile() { - # regenerate javacc files just because we can - # put javacc.jar on ant's classpath here even when task - # doesn't use it - it's to fool the test, first time - # it's useful not to have ignoresystemclasses=true... - ANT_TASKS="ant-nodeps javacc" eant \ - -Djavacc.home=/usr/share/javacc/lib javacc - ANT_TASKS="none" eant -Dversion=${PV} jar-core jar-demo $(use_doc javadocs-core javadocs-demo) -} - -src_test() { - java-ant_rewrite-classpath common-build.xml - EANT_GENTOO_CLASSPATH="junit ant-core" ANT_TASKS="ant-junit" eant test-core -} - -src_install() { - dodoc CHANGES.txt README.txt || die - java-pkg_newjar build/${PN}-core-${PV}.jar ${PN}-core.jar - java-pkg_newjar build/${PN}-demos-${PV}.jar ${PN}-demos.jar - - if use doc; then - dohtml -r docs/* || die - # for the core and demo subdirs - java-pkg_dohtml -r build/docs/api - fi - use source && java-pkg_dosrc src/java/org -} diff --git a/dev-java/lucene/lucene-2.3.1.ebuild b/dev-java/lucene/lucene-2.3.1.ebuild deleted file mode 100644 index f83874ddfb68..000000000000 --- a/dev-java/lucene/lucene-2.3.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -JAVA_PKG_IUSE="doc source test" -JAVA_PKG_BSFIX_ALL="no" -JAVA_PKG_BSFIX_NAME="build.xml common-build.xml" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="High-performance, full-featured text search engine written entirely in Java" -HOMEPAGE="http://lucene.apache.org" -# when doing version bump, SRC_URI of the previous version should most probably -# be changed to java/archive/ ! -SRC_URI="mirror://apache/lucene/java/archive/${P}-src.tar.gz - mirror://apache/lucene/java/${P}-src.tar.gz" -LICENSE="Apache-2.0" -SLOT="2.3" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="" -DEPEND=">=virtual/jdk-1.4 - dev-java/ant-nodeps - dev-java/javacc - test? ( dev-java/ant-junit =dev-java/junit-3* )" -RDEPEND=">=virtual/jdk-1.4" - -src_compile() { - # regenerate javacc files just because we can - # put javacc.jar on ant's classpath here even when task - # doesn't use it - it's to fool the test, first time - # it's useful not to have ignoresystemclasses=true... - ANT_TASKS="ant-nodeps javacc" eant \ - -Djavacc.home=/usr/share/javacc/lib javacc - ANT_TASKS="none" eant -Dversion=${PV} jar-core jar-demo $(use_doc javadocs-core javadocs-demo) -} - -src_test() { - java-ant_rewrite-classpath common-build.xml - EANT_GENTOO_CLASSPATH="junit ant-core" ANT_TASKS="ant-junit" eant test-core -} - -src_install() { - dodoc CHANGES.txt README.txt || die - java-pkg_newjar build/${PN}-core-${PV}.jar ${PN}-core.jar - java-pkg_newjar build/${PN}-demos-${PV}.jar ${PN}-demos.jar - - if use doc; then - dohtml -r docs/* || die - # for the core and demo subdirs - java-pkg_dohtml -r build/docs/api - fi - use source && java-pkg_dosrc src/java/org -} diff --git a/dev-java/lucene/lucene-2.3.2-r1.ebuild b/dev-java/lucene/lucene-2.3.2-r1.ebuild deleted file mode 100644 index e8c512a560fe..000000000000 --- a/dev-java/lucene/lucene-2.3.2-r1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -JAVA_PKG_IUSE="doc source test" -JAVA_PKG_BSFIX_ALL="no" -JAVA_PKG_BSFIX_NAME="build.xml common-build.xml" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="High-performance, full-featured text search engine written entirely in Java" -HOMEPAGE="http://lucene.apache.org" -# when doing version bump, SRC_URI of the previous version should most probably -# be changed to java/archive/ ! -SRC_URI="mirror://apache/lucene/java/archive/${P}-src.tar.gz - mirror://apache/lucene/java/${P}-src.tar.gz" -LICENSE="Apache-2.0" -SLOT="2.3" -KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" -DEPEND=">=virtual/jdk-1.4 - dev-java/ant-nodeps - dev-java/javacc - test? ( dev-java/ant-junit =dev-java/junit-3* )" -RDEPEND=">=virtual/jdk-1.4" - -src_compile() { - # regenerate javacc files just because we can - # put javacc.jar on ant's classpath here even when task - # doesn't use it - it's to fool the test, first time - # it's useful not to have ignoresystemclasses=true... - ANT_TASKS="ant-nodeps javacc" eant \ - -Djavacc.home="${EPREFIX}"/usr/share/javacc/lib javacc - ANT_TASKS="none" eant -Dversion=${PV} jar-core jar-demo $(use_doc javadocs-core javadocs-demo) -} - -src_test() { - java-ant_rewrite-classpath common-build.xml - EANT_GENTOO_CLASSPATH="junit ant-core" ANT_TASKS="ant-junit" eant test-core -} - -src_install() { - dodoc CHANGES.txt README.txt || die - java-pkg_newjar build/${PN}-core-${PV}.jar ${PN}-core.jar - java-pkg_newjar build/${PN}-demos-${PV}.jar ${PN}-demos.jar - - if use doc; then - dohtml -r docs/* || die - # for the core and demo subdirs - java-pkg_dohtml -r build/docs/api - fi - use source && java-pkg_dosrc src/java/org -} diff --git a/dev-java/lucene/lucene-2.3.2-r2.ebuild b/dev-java/lucene/lucene-2.3.2-r2.ebuild deleted file mode 100644 index 6afd27af644b..000000000000 --- a/dev-java/lucene/lucene-2.3.2-r2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -JAVA_PKG_IUSE="doc source test" -JAVA_PKG_BSFIX_ALL="no" -JAVA_PKG_BSFIX_NAME="build.xml common-build.xml" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="High-performance, full-featured text search engine written entirely in Java" -HOMEPAGE="http://lucene.apache.org" -# when doing version bump, SRC_URI of the previous version should most probably -# be changed to java/archive/ ! -SRC_URI="mirror://apache/lucene/java/archive/${P}-src.tar.gz - mirror://apache/lucene/java/${P}-src.tar.gz" -LICENSE="Apache-2.0" -SLOT="2.3" -KEYWORDS="amd64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" -DEPEND=">=virtual/jdk-1.5 - dev-java/ant-nodeps - dev-java/javacc - test? ( dev-java/ant-junit =dev-java/junit-3* )" -RDEPEND=">=virtual/jdk-1.5" - -src_compile() { - # regenerate javacc files just because we can - # put javacc.jar on ant's classpath here even when task - # doesn't use it - it's to fool the test, first time - # it's useful not to have ignoresystemclasses=true... - ANT_TASKS="ant-nodeps javacc" eant \ - -Djavacc.home="${EPREFIX}"/usr/share/javacc/lib javacc - ANT_TASKS="none" eant -Dversion=${PV} jar-core jar-demo $(use_doc javadocs-core javadocs-demo) -} - -src_test() { - java-ant_rewrite-classpath common-build.xml - EANT_GENTOO_CLASSPATH="junit ant-core" ANT_TASKS="ant-junit" eant test-core -} - -src_install() { - dodoc CHANGES.txt README.txt || die - java-pkg_newjar build/${PN}-core-${PV}.jar ${PN}-core.jar - java-pkg_newjar build/${PN}-demos-${PV}.jar ${PN}-demos.jar - - if use doc; then - dohtml -r docs/* || die - # for the core and demo subdirs - java-pkg_dohtml -r build/docs/api - fi - use source && java-pkg_dosrc src/java/org -} diff --git a/dev-java/lucene/lucene-2.3.2.ebuild b/dev-java/lucene/lucene-2.3.2.ebuild deleted file mode 100644 index 7196f0660acd..000000000000 --- a/dev-java/lucene/lucene-2.3.2.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -JAVA_PKG_IUSE="doc source test" -JAVA_PKG_BSFIX_ALL="no" -JAVA_PKG_BSFIX_NAME="build.xml common-build.xml" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="High-performance, full-featured text search engine written entirely in Java" -HOMEPAGE="http://lucene.apache.org" -# when doing version bump, SRC_URI of the previous version should most probably -# be changed to java/archive/ ! -SRC_URI="mirror://apache/lucene/java/archive/${P}-src.tar.gz - mirror://apache/lucene/java/${P}-src.tar.gz" -LICENSE="Apache-2.0" -SLOT="2.3" -KEYWORDS="amd64 x86 ~x86-fbsd" -IUSE="" -DEPEND=">=virtual/jdk-1.4 - dev-java/ant-nodeps - dev-java/javacc - test? ( dev-java/ant-junit =dev-java/junit-3* )" -RDEPEND=">=virtual/jdk-1.4" - -src_compile() { - # regenerate javacc files just because we can - # put javacc.jar on ant's classpath here even when task - # doesn't use it - it's to fool the test, first time - # it's useful not to have ignoresystemclasses=true... - ANT_TASKS="ant-nodeps javacc" eant \ - -Djavacc.home=/usr/share/javacc/lib javacc - ANT_TASKS="none" eant -Dversion=${PV} jar-core jar-demo $(use_doc javadocs-core javadocs-demo) -} - -src_test() { - java-ant_rewrite-classpath common-build.xml - EANT_GENTOO_CLASSPATH="junit ant-core" ANT_TASKS="ant-junit" eant test-core -} - -src_install() { - dodoc CHANGES.txt README.txt || die - java-pkg_newjar build/${PN}-core-${PV}.jar ${PN}-core.jar - java-pkg_newjar build/${PN}-demos-${PV}.jar ${PN}-demos.jar - - if use doc; then - dohtml -r docs/* || die - # for the core and demo subdirs - java-pkg_dohtml -r build/docs/api - fi - use source && java-pkg_dosrc src/java/org -} diff --git a/dev-java/lucene/lucene-2.4.0.ebuild b/dev-java/lucene/lucene-2.4.0.ebuild deleted file mode 100644 index 44c1ffadd0f3..000000000000 --- a/dev-java/lucene/lucene-2.4.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -JAVA_PKG_IUSE="doc source test" -JAVA_PKG_BSFIX_ALL="no" -JAVA_PKG_BSFIX_NAME="build.xml common-build.xml" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="High-performance, full-featured text search engine written entirely in Java" -HOMEPAGE="http://lucene.apache.org" -# when doing version bump, SRC_URI of the previous version should most probably -# be changed to java/archive/ ! -SRC_URI="mirror://apache/lucene/java/${P}-src.tar.gz" -LICENSE="Apache-2.0" -SLOT="2.4" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="" -DEPEND=">=virtual/jdk-1.4 - dev-java/ant-nodeps - dev-java/javacc - test? ( dev-java/ant-junit =dev-java/junit-3* )" -RDEPEND=">=virtual/jdk-1.4" - -src_unpack() { - unpack ${A} - cd "${S}" - - sed -i -e '/-Xmax/ d' common-build.xml -} - -src_compile() { - # regenerate javacc files just because we can - # put javacc.jar on ant's classpath here even when task - # doesn't use it - it's to fool the test, first time - # it's useful not to have ignoresystemclasses=true... - ANT_TASKS="ant-nodeps javacc" eant \ - -Djavacc.home=/usr/share/javacc/lib javacc - ANT_TASKS="none" eant -Dversion=${PV} jar-core jar-demo $(use_doc javadocs-core javadocs-demo) -} - -src_test() { - java-ant_rewrite-classpath common-build.xml - EANT_GENTOO_CLASSPATH="junit ant-core" ANT_TASKS="ant-junit" eant test-core -} - -src_install() { - dodoc CHANGES.txt README.txt || die - java-pkg_newjar build/${PN}-core-${PV}.jar ${PN}-core.jar - java-pkg_newjar build/${PN}-demos-${PV}.jar ${PN}-demos.jar - - if use doc; then - dohtml -r docs/* || die - # for the core and demo subdirs - java-pkg_dohtml -r build/docs/api - fi - use source && java-pkg_dosrc src/java/org -} diff --git a/dev-java/lucene/lucene-2.4.1.ebuild b/dev-java/lucene/lucene-2.4.1.ebuild deleted file mode 100644 index b4dfce5334f4..000000000000 --- a/dev-java/lucene/lucene-2.4.1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -JAVA_PKG_IUSE="doc source test" -JAVA_PKG_BSFIX_ALL="no" -JAVA_PKG_BSFIX_NAME="build.xml common-build.xml" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="High-performance, full-featured text search engine written entirely in Java" -HOMEPAGE="http://lucene.apache.org" -# when doing version bump, SRC_URI of the previous version should most probably -# be changed to java/archive/ ! -SRC_URI="mirror://apache/lucene/java/${P}-src.tar.gz" -LICENSE="Apache-2.0" -SLOT="2.4" -KEYWORDS="amd64 x86 ~x86-fbsd" -IUSE="" -DEPEND=">=virtual/jdk-1.4 - dev-java/ant-nodeps - dev-java/javacc - test? ( dev-java/ant-junit =dev-java/junit-3* )" -RDEPEND=">=virtual/jdk-1.4" - -src_prepare() { - sed -i -e '/-Xmax/ d' common-build.xml -} - -src_compile() { - # regenerate javacc files just because we can - # put javacc.jar on ant's classpath here even when task - # doesn't use it - it's to fool the test, first time - # it's useful not to have ignoresystemclasses=true... - ANT_TASKS="ant-nodeps javacc" eant \ - -Djavacc.home="${EPREFIX}"/usr/share/javacc/lib javacc - ANT_TASKS="none" eant -Dversion=${PV} jar-core jar-demo $(use_doc javadocs-core javadocs-demo) -} - -src_test() { - java-ant_rewrite-classpath common-build.xml - EANT_GENTOO_CLASSPATH="junit ant-core" ANT_TASKS="ant-junit" eant test-core -} - -src_install() { - dodoc CHANGES.txt README.txt || die - java-pkg_newjar build/${PN}-core-${PV}.jar ${PN}-core.jar - java-pkg_newjar build/${PN}-demos-${PV}.jar ${PN}-demos.jar - - if use doc; then - dohtml -r docs/* || die - # for the core and demo subdirs - java-pkg_dohtml -r build/docs/api - fi - use source && java-pkg_dosrc src/java/org -} diff --git a/dev-java/lucene/lucene-2.9.1-r1.ebuild b/dev-java/lucene/lucene-2.9.1-r1.ebuild deleted file mode 100644 index 5a229491e610..000000000000 --- a/dev-java/lucene/lucene-2.9.1-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" -JAVA_PKG_IUSE="doc source test" -JAVA_PKG_BSFIX_ALL="no" -JAVA_PKG_BSFIX_NAME="build.xml common-build.xml" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="High-performance, full-featured text search engine written entirely in Java" -HOMEPAGE="http://lucene.apache.org" -# when doing version bump, SRC_URI of the previous version should most probably -# be changed to java/archive/ ! -SRC_URI="mirror://apache/lucene/java/${P}-src.tar.gz" -LICENSE="Apache-2.0" -SLOT="2.9" -KEYWORDS="amd64 x86 ~x86-fbsd" -IUSE="" -DEPEND=">=virtual/jdk-1.4 - dev-java/ant-nodeps:0 - dev-java/javacc:0 - test? ( dev-java/ant-junit =dev-java/junit-3* )" -RDEPEND=">=virtual/jdk-1.4" - -java_prepare() { - sed -i -e '/-Xmax/ d' common-build.xml -} - -src_compile() { - # regenerate javacc files just because we can - # put javacc.jar on ant's classpath here even when task - # doesn't use it - it's to fool the test, first time - # it's useful not to have ignoresystemclasses=true... - ANT_TASKS="ant-nodeps javacc" eant \ - -Djavacc.home=/usr/share/javacc/lib javacc - ANT_TASKS="none" eant -Dversion=${PV} jar-core jar-demo $(use_doc javadocs-core javadocs-demo) -} - -src_test() { - java-ant_rewrite-classpath common-build.xml - EANT_GENTOO_CLASSPATH="junit ant-core" ANT_TASKS="ant-junit" eant test-core -} - -src_install() { - dodoc CHANGES.txt README.txt || die - java-pkg_newjar build/${PN}-core-${PV}.jar ${PN}-core.jar - java-pkg_newjar build/${PN}-demos-${PV}.jar ${PN}-demos.jar - - if use doc; then - dohtml -r docs/* || die - # for the core and demo subdirs - java-pkg_dohtml -r build/docs/api - fi - use source && java-pkg_dosrc src/java/org -} diff --git a/dev-java/lucene/lucene-2.9.4.ebuild b/dev-java/lucene/lucene-2.9.4.ebuild deleted file mode 100644 index a826ab1fc3be..000000000000 --- a/dev-java/lucene/lucene-2.9.4.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -JAVA_PKG_IUSE="doc source test" -JAVA_PKG_BSFIX_ALL="no" -JAVA_PKG_BSFIX_NAME="build.xml common-build.xml" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="High-performance, full-featured text search engine written entirely in Java" -HOMEPAGE="http://lucene.apache.org" -# when doing version bump, SRC_URI of the previous version should most probably -# be changed to java/archive/ ! -SRC_URI="mirror://apache/lucene/java/${P}-src.tar.gz - mirror://apache/lucene/java/${PV}/${P}-src.tar.gz" -LICENSE="Apache-2.0" -SLOT="2.9" -KEYWORDS="amd64 x86 ~x86-fbsd" -IUSE="" -DEPEND=">=virtual/jdk-1.5 - dev-java/ant-nodeps:0 - dev-java/javacc:0 - dev-java/junit:0 - test? ( dev-java/ant-junit )" -# junit is needed for compilation because tests are compiled for javacc target even when not requested -RDEPEND=">=virtual/jdk-1.5" - -java_prepare() { - sed -i -e '/-Xmax/ d' common-build.xml - find -name "*.jar" -type f | xargs rm -v - java-pkg_jar-from --build-only --into lib junit junit.jar junit-3.8.2.jar -} - -src_compile() { - # regenerate javacc files just because we can - # put javacc.jar on ant's classpath here even when task - # doesn't use it - it's to fool the test, first time - # it's useful not to have ignoresystemclasses=true... - ANT_TASKS="ant-nodeps javacc" eant \ - -Djavacc.home="${EPREFIX}"/usr/share/javacc/lib javacc - ANT_TASKS="none" eant -Dversion=${PV} jar-core jar-demo $(use_doc javadocs-core javadocs-demo) -} - -src_test() { - java-ant_rewrite-classpath common-build.xml - EANT_GENTOO_CLASSPATH="junit ant-core" ANT_TASKS="ant-junit" eant test-core -} - -src_install() { - dodoc CHANGES.txt README.txt || die - java-pkg_newjar build/${PN}-core-${PV}.jar ${PN}-core.jar - java-pkg_newjar build/${PN}-demos-${PV}.jar ${PN}-demos.jar - - if use doc; then - dohtml -r docs/* || die - # for the core and demo subdirs - java-pkg_dohtml -r build/docs/api - fi - use source && java-pkg_dosrc src/java/org -} diff --git a/dev-java/lucene/lucene-3.0.0.ebuild b/dev-java/lucene/lucene-3.0.0.ebuild deleted file mode 100644 index 2c5edfe2e8f9..000000000000 --- a/dev-java/lucene/lucene-3.0.0.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -JAVA_PKG_IUSE="doc source test" -JAVA_PKG_BSFIX_ALL="no" -JAVA_PKG_BSFIX_NAME="build.xml common-build.xml" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="High-performance, full-featured text search engine written entirely in Java" -HOMEPAGE="http://lucene.apache.org" -# when doing version bump, SRC_URI of the previous version should most probably -# be changed to java/archive/ ! -SRC_URI="mirror://apache/lucene/java/${P}-src.tar.gz" -LICENSE="Apache-2.0" -SLOT="3.0" -KEYWORDS="amd64 x86 ~x86-fbsd" -IUSE="" -DEPEND=">=virtual/jdk-1.5 - dev-java/ant-nodeps:0 - dev-java/javacc:0 - test? ( dev-java/ant-junit =dev-java/junit-3* )" -RDEPEND=">=virtual/jdk-1.5" - -java_prepare() { - sed -i -e '/-Xmax/ d' common-build.xml -} - -src_compile() { - # regenerate javacc files just because we can - # put javacc.jar on ant's classpath here even when task - # doesn't use it - it's to fool the test, first time - # it's useful not to have ignoresystemclasses=true... - ANT_TASKS="ant-nodeps javacc" eant \ - -Djavacc.home="${EPREFIX}"/usr/share/javacc/lib javacc - ANT_TASKS="none" eant -Dversion=${PV} jar-core jar-demo $(use_doc javadocs-core javadocs-demo) -} - -src_test() { - java-ant_rewrite-classpath common-build.xml - EANT_GENTOO_CLASSPATH="junit ant-core" ANT_TASKS="ant-junit" eant test-core -} - -src_install() { - dodoc CHANGES.txt README.txt || die - java-pkg_newjar build/${PN}-core-${PV}.jar ${PN}-core.jar - java-pkg_newjar build/${PN}-demos-${PV}.jar ${PN}-demos.jar - - if use doc; then - dohtml -r docs/* || die - # for the core and demo subdirs - java-pkg_dohtml -r build/docs/api - fi - use source && java-pkg_dosrc src/java/org -} diff --git a/dev-java/lucene/lucene-3.0.3.ebuild b/dev-java/lucene/lucene-3.0.3.ebuild deleted file mode 100644 index cebb169f907c..000000000000 --- a/dev-java/lucene/lucene-3.0.3.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -JAVA_PKG_IUSE="doc source test" -JAVA_PKG_BSFIX_ALL="no" -JAVA_PKG_BSFIX_NAME="build.xml common-build.xml" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="High-performance, full-featured text search engine written entirely in Java" -HOMEPAGE="http://lucene.apache.org" -# when doing version bump, SRC_URI of the previous version should most probably -# be changed to java/archive/ ! -SRC_URI="mirror://apache/lucene/java/${P}-src.tar.gz - mirror://apache/lucene/java/${PV}/${P}-src.tar.gz" -LICENSE="Apache-2.0" -SLOT="3.0" -KEYWORDS="amd64 x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" -DEPEND=">=virtual/jdk-1.5 - dev-java/ant-nodeps:0 - dev-java/javacc:0 - dev-java/junit:0 - test? ( dev-java/ant-junit )" -# junit is needed for compilation because tests are compiled for javacc target even when not requested -RDEPEND=">=virtual/jdk-1.5" - -java_prepare() { - find -name "*.jar" -type f | xargs rm -v - sed -i -e '/-Xmax/ d' common-build.xml - java-pkg_jar-from --build-only --into lib junit junit.jar junit-3.8.2.jar -} - -src_compile() { - # regenerate javacc files just because we can - # put javacc.jar on ant's classpath here even when task - # doesn't use it - it's to fool the test, first time - # it's useful not to have ignoresystemclasses=true... - ANT_TASKS="ant-nodeps javacc" eant \ - -Djavacc.home="${EPREFIX}"/usr/share/javacc/lib javacc - ANT_TASKS="none" eant -Dversion=${PV} jar-core jar-demo $(use_doc javadocs-core javadocs-demo) -} - -src_test() { - java-ant_rewrite-classpath common-build.xml - EANT_GENTOO_CLASSPATH="junit ant-core" ANT_TASKS="ant-junit" eant test-core -} - -src_install() { - dodoc CHANGES.txt README.txt || die - java-pkg_newjar build/${PN}-core-${PV}.jar ${PN}-core.jar - java-pkg_newjar build/${PN}-demos-${PV}.jar ${PN}-demos.jar - - if use doc; then - dohtml -r docs/* || die - # for the core and demo subdirs - java-pkg_dohtml -r build/docs/api - fi - use source && java-pkg_dosrc src/java/org -} diff --git a/dev-java/lucene/lucene-3.4.0.ebuild b/dev-java/lucene/lucene-3.4.0.ebuild deleted file mode 100644 index 82c7bfdca96a..000000000000 --- a/dev-java/lucene/lucene-3.4.0.ebuild +++ /dev/null @@ -1,106 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -JAVA_PKG_IUSE="doc source test contrib" -JAVA_PKG_BSFIX_ALL="no" -JAVA_PKG_BSFIX_NAME="build.xml common-build.xml contrib-build.xml" -#JAVA_PKG_DEBUG=1 - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="High-performance, full-featured text search engine library -written entirely in Java" -HOMEPAGE="http://lucene.apache.org" -SRC_URI="mirror://apache/lucene/java/${PV}/${P}-src.tgz" -LICENSE="Apache-2.0" -SLOT="3.4" -KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND=">=virtual/jdk-1.5 - dev-java/ant-nodeps:0 - dev-java/junit:4 - dev-java/ant-junit:0 - contrib? ( - dev-java/jakarta-regexp:1.4 - dev-java/commons-compress:0 - dev-java/commons-collections:0 - dev-java/commons-digester:0 - dev-java/commons-logging:0 - dev-java/commons-beanutils:1.7 - )" -RDEPEND=">=virtual/jdk-1.5" - -#dev-java/javacc:0 - no longer needed, files are prebuilt - -java_prepare() { - #find -name "*.jar" -type f | xargs rm -v - sed -i \ - -e '/-Xmax/ d' \ - common-build.xml - # FIXME: contrib builds do not work if junit not included - #java-pkg_jar-from --build-only --into lib \ - # junit-4 junit.jar junit-4.7.jar - java-pkg_jar-from --build-only --into lib \ - ant-core ant.jar ant-1.7.1.jar - java-pkg_jar-from --build-only --into lib \ - ant-junit ant-junit.jar ant-junit-1.7.1.jar - - if use contrib ; then - cd contrib/ - java-pkg_jar-from --build-only --into queries/lib \ - jakarta-regexp:1.4 jakarta-regexp.jar jakarta-regexpt-1.4.jar - java-pkg_jar-from --build-only --into benchmark/lib \ - commons-compress commons-compress.jar commons-compress-1.1.jar - java-pkg_jar-from --build-only --into benchmark/lib \ - commons-collections commons-collections.jar commons-collections-3.1.jar - java-pkg_jar-from --build-only --into benchmark/lib \ - commons-digester commons-digester.jar commons-digester-1.7.jar - java-pkg_jar-from --build-only --into benchmark/lib \ - commons-logging commons-logging.jar commons-logging-1.0.4.jar - java-pkg_jar-from --build-only --into benchmark/lib \ - commons-beanutils:1.7 commons-beanutils.jar commons-beanutils-1.7.0.jar - fi -} - -src_compile() { - # FIXME: docs do not build if behind a proxy, -autoproxy does not work - ANT_TASKS="none" eant -Dversion=${PV} \ - -Dfailonjavadocwarning=false \ - jar-core $(use_doc javadocs-core ) - if use contrib ; then - ANT_TASKS="none" eant -Dversion=${PV} \ - -Dfailonjavadocwarning=false \ - build-contrib $(use_doc javadocs-all ) - fi -} - -src_test() { - # FIXME: test does not get run, even when selected - java-ant_rewrite-classpath common-build.xml - EANT_GENTOO_CLASSPATH="junit ant-core ant-junit" ANT_TASKS="ant-junit" eant test-core -} - -src_install() { - dodoc CHANGES.txt README.txt NOTICE.txt CHANGES.txt \ - JRE_VERSION_MIGRATION.txt|| die - java-pkg_newjar build/${PN}-core-${PV}.jar ${PN}-core.jar - if use contrib; then - for i in `find build/contrib -name \*-${PV}.jar` - do - j=${i##*/} - java-pkg_newjar $i ${j%%-${PV}.jar}.jar - done - fi - if use doc; then - dohtml -r docs/* || die - java-pkg_dohtml -r build/docs/api - fi - if use source; then - java-pkg_dosrc src/java/org || die - if use contrib; then - java-pkg_dosrc contrib || die - fi - fi -} diff --git a/dev-lang/swi-prolog/Manifest b/dev-lang/swi-prolog/Manifest index 56d89877ae9a..b68ea60738fb 100644 --- a/dev-lang/swi-prolog/Manifest +++ b/dev-lang/swi-prolog/Manifest @@ -5,3 +5,4 @@ DIST swipl-7.2.3.tar.gz 16192142 SHA256 43657d51b7c5887bc2d2bced50a9822b86a08a68 DIST swipl-7.3.14.tar.gz 16190376 SHA256 2f201f79a01c65a9c2296b622d207749442c3ae1c62d3d9866a4a03f71d5e64f SHA512 3a88329d2c244b8614dfd55cbd0978bb1b59c975b6767ff18255d7c5dcfe713f04e252dc180b70d2daac4790c940d31ab060cec0371d0b36b13fd4e4b482e1c8 WHIRLPOOL 74e023c56f074c279249759f40e009c70698e282094201ae0f9ab0a88d42b29080b7db5c3337303b5b1f42615d7ff8afe1d96a2b2887e933440252778daa03b6 DIST swipl-7.3.15.tar.gz 16216228 SHA256 4ff611d8db31ff097edba66f8ee45cdffb229be75f66974d3d1beb114ab85d47 SHA512 2a2d61413e7c98366cb4dd472044b381b296b60b68867e61a2a38f52f3be538603c60710770f766e6f4fa53383bd40043f053352fd96d5054766225e91b4f8d9 WHIRLPOOL 76224d6db53090ffd4d44573acb463c8c79b2d08699625d98ee9e23da7a8211a84ba3aaea054d81d18228f1ce84be32811f5d4d61fadb12431e0ab29f47ffd05 DIST swipl-7.3.16.tar.gz 16214414 SHA256 584dce14e7eea75189c9133bb4eda05d639d6a4562b8cfca738ece25f0c2479e SHA512 5df2bd845087bb3f26e65d06b7db341b14500c7fc69b5c62b3ddd20d146c4280ffc79d5490d18239c0e70dab85e4424d81423deead148d7d1af768ae6800b3b8 WHIRLPOOL d7f45266ac2d1c36d7cd27e0e98f3856697d397060802790b5984c221092a69553a7bbbb761aa482aaba4892542f12c7786965b3db5fa1860f9864a404f0810b +DIST swipl-7.3.17.tar.gz 16231043 SHA256 ec1cdbeee833c0aff59a3e7aa182581d3b44562064cbd0983176aaf0b265652a SHA512 dc32f5bed52f985b81b967b43d132f5a2f79cf15ee04aaf189eae2c5713a24f41a5bcb0ff75710218ddc3d4d125bcd50a8a1255fead6933a5f4ffff0cf538aa9 WHIRLPOOL 2eb10cc73ab911e58bb6b61a4933cee31bdaba4b6172744a2566f46a39559da6d5ac91a0269d70c4850aeec8b39c3e66c738708bace24d080dc4881ec52e9077 diff --git a/dev-lang/swi-prolog/swi-prolog-7.3.17.ebuild b/dev-lang/swi-prolog/swi-prolog-7.3.17.ebuild new file mode 100644 index 000000000000..f9a7b8b391ad --- /dev/null +++ b/dev-lang/swi-prolog/swi-prolog-7.3.17.ebuild @@ -0,0 +1,143 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils flag-o-matic java-pkg-opt-2 multilib + +PATCHSET_VER="0" + +DESCRIPTION="free, small, and standard compliant Prolog compiler" +HOMEPAGE="http://www.swi-prolog.org/" +SRC_URI="http://www.swi-prolog.org/download/devel/src/swipl-${PV}.tar.gz" + +LICENSE="BSD-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="archive berkdb debug doc +gmp hardened java libressl minimal odbc +readline ssl static-libs test uuid zlib X" + +RDEPEND="sys-libs/ncurses:= + archive? ( app-arch/libarchive ) + berkdb? ( >=sys-libs/db-4:= ) + zlib? ( sys-libs/zlib ) + odbc? ( dev-db/unixODBC ) + readline? ( sys-libs/readline:= ) + gmp? ( dev-libs/gmp:0 ) + ssl? ( + !libressl? ( dev-libs/openssl:0 ) + libressl? ( dev-libs/libressl ) + ) + java? ( >=virtual/jdk-1.5:= ) + uuid? ( dev-libs/ossp-uuid ) + X? ( + virtual/jpeg:0 + x11-libs/libX11 + x11-libs/libXft + x11-libs/libXpm + x11-libs/libXt + x11-libs/libICE + x11-libs/libSM )" + +DEPEND="${RDEPEND} + X? ( x11-proto/xproto ) + java? ( test? ( =dev-java/junit-3.8* ) )" + +S="${WORKDIR}/swipl-${PV}" + +src_prepare() { + EPATCH_FORCE=yes + EPATCH_SUFFIX=patch + if [[ -d "${WORKDIR}"/${PV} ]] ; then + epatch "${WORKDIR}"/${PV} + fi + + if ! use uuid; then + mv packages/clib/uuid.pl packages/clib/uuid.pl.unused || die + fi + + # OSX/Intel ld doesn't like an archive without table of contents + sed -i -e 's/-cru/-scru/' packages/nlp/libstemmer_c/Makefile.pl || die +} + +src_configure() { + append-flags -fno-strict-aliasing + use ppc && append-flags -mno-altivec + use hardened && append-flags -fno-unit-at-a-time + use debug && append-flags -DO_DEBUG + + # ARCH is used in the configure script to figure out host and target + # specific stuff + export ARCH=${CHOST} + + export CC_FOR_BUILD=$(tc-getBUILD_CC) + + cd "${S}"/src || die + econf \ + --libdir="${EPREFIX}"/usr/$(get_libdir) \ + $(use_enable gmp) \ + $(use_enable readline) \ + $(use_enable static-libs static) \ + --enable-shared \ + --enable-custom-flags COFLAGS="${CFLAGS}" + + if ! use minimal ; then + local jpltestconf + if use java && use test ; then + jpltestconf="--with-junit=$(java-config --classpath junit)" + fi + + cd "${S}/packages" || die + econf \ + --libdir="${EPREFIX}"/usr/$(get_libdir) \ + $(use_with archive) \ + $(use_with berkdb bdb ) \ + $(use_with java jpl) \ + ${jpltestconf} \ + $(use_with odbc) \ + $(use_with ssl) \ + $(use_with X xpce) \ + $(use_with zlib) \ + COFLAGS='"${CFLAGS}"' + fi +} + +src_compile() { + cd "${S}"/src || die + emake + + if ! use minimal ; then + cd "${S}/packages" || die + emake + ./report-failed || die "Cannot report failed packages" + fi +} + +src_test() { + cd "${S}/src" || die + emake check + + if ! use minimal ; then + unset DISPLAY + cd "${S}/packages" || die + emake \ + USE_PUBLIC_NETWORK_TESTS=false \ + USE_ODBC_TESTS=false \ + check + ./report-failed || die + fi +} + +src_install() { + emake -C src DESTDIR="${D}" install + + if ! use minimal ; then + emake -C packages DESTDIR="${D}" install + if use doc ; then + emake -C packages DESTDIR="${D}" html-install + fi + ./packages/report-failed || die "Cannot report failed packages" + fi + + dodoc ReleaseNotes/relnotes-5.10 INSTALL README VERSION +} diff --git a/dev-libs/freexl/Manifest b/dev-libs/freexl/Manifest index 73fc3a2bc6aa..d973cc704c25 100644 --- a/dev-libs/freexl/Manifest +++ b/dev-libs/freexl/Manifest @@ -1 +1,2 @@ DIST freexl-1.0.0e.tar.gz 921094 SHA256 ab07ebd7efa8779e11252752e5bc119accd57a610408a0e198151f4fcc969bfa SHA512 09191cc1b959f50dff28d8a8c4f28c559935e999918bc1273e8b7ee1cd8d7902d25d591bfd570b18fc4ee4e5b3b8c57e8979c43783d8411244bc6148c6ede7ed WHIRLPOOL da93b2ecdda3a0dfe5b3936460b376fdbe27658ac277b3bcb6eb48c2e7b11eca25ea1139a47936b05b7a4603139f1b299dc281b1b56880b62edc618c6b0ddab5 +DIST freexl-1.0.1.tar.gz 933371 SHA256 df0127e1e23e9ac9a189c27880fb71207837e8cba93d21084356491c9934b89b SHA512 a945d642a7ae9bc7c9dfc48a5bfd61da71290558bbcc73124bc09f08e8eae3bc96ab5e478a5b5205a897ad5d7783269a8232992d5068121436013c51524801c5 WHIRLPOOL 3d5277d3797784cd561867c95bdd80104088acc0b8b5b92268e540c313621421b1b065bafcef59b43fd4311d7cebeddcdb0f1cb22005a80b717719b1c524a597 diff --git a/dev-libs/freexl/freexl-1.0.1.ebuild b/dev-libs/freexl/freexl-1.0.1.ebuild new file mode 100644 index 000000000000..c7931260b050 --- /dev/null +++ b/dev-libs/freexl/freexl-1.0.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit eutils + +DESCRIPTION="Simple XLS data extraction library" +HOMEPAGE="http://www.gaia-gis.it/gaia-sins/" +SRC_URI="http://www.gaia-gis.it/gaia-sins/${PN}-sources/${P}.tar.gz" + +LICENSE="MPL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +IUSE="static-libs" + +DEPEND="virtual/libiconv" +RDEPEND="${DEPEND}" + +src_configure() { + econf \ + $(use_enable static-libs static) +} + +src_install() { + default + + prune_libtool_files --all +} diff --git a/dev-libs/link-grammar/Manifest b/dev-libs/link-grammar/Manifest index 3066f8cdb81a..288879dc93c6 100644 --- a/dev-libs/link-grammar/Manifest +++ b/dev-libs/link-grammar/Manifest @@ -1 +1,2 @@ DIST link-grammar-4.8.6.tar.gz 2879287 SHA256 6a63bf84e487876bc15311844fdb4d482b2f9d01f3c1d52d45cc7ff6beacc893 SHA512 70e1a605b295f6f49e707c701a2fd1bb1905b7d34b950bbf9b3f6fa70c289f1d40c7791ba755b50cfeb847a5dc634239fd58c7933f716f378fce2bfda62b0535 WHIRLPOOL 75ed2446f4243e3623eecf9fcfb22146d48e0df260aea5fb77a7035f7eeab0ee9a214110dfd15be4858bf04a7a83b129066197e32949acfba6e726d4eddf8762 +DIST link-grammar-5.3.3.tar.gz 4093300 SHA256 99bdec507a84079cd1d26b0f94dbca0bab7c0888073fe68d682febaf67746a79 SHA512 da4c3ac4fb3e0baf2c3d4654aad91ae92d4759c4ea66fe01c9ca84107d171e542a42c4bd508e7cc6be293116c02528042e79b2aefa5a80b253f6ac792110f714 WHIRLPOOL 073319778e8876c0ea97ab8c68923f543b95c8fdf58ae4b0a42126fe589396414ad1f279c49903f2bb70f0a7fdfddb382f256e49b00036ec3795cfb62683652d diff --git a/dev-libs/link-grammar/link-grammar-5.3.3.ebuild b/dev-libs/link-grammar/link-grammar-5.3.3.ebuild new file mode 100644 index 000000000000..efec5be997cc --- /dev/null +++ b/dev-libs/link-grammar/link-grammar-5.3.3.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit eutils gnome2 java-pkg-opt-2 python-any-r1 + +DESCRIPTION="A Syntactic English parser" +HOMEPAGE="http://www.abisource.com/projects/link-grammar/ http://www.link.cs.cmu.edu/link/" +SRC_URI="https://github.com/opencog/${PN}/archive/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +IUSE="aspell +hunspell java python static-libs threads" + +DEPEND=" + aspell? ( app-text/aspell ) + hunspell? ( app-text/hunspell ) + java? ( virtual/jdk:= dev-java/ant-core ) + ${PYTHON_DEPS}" + +RDEPEND="${DEPEND}" + +pkg_setup() { + java-pkg-opt-2_pkg_setup + if use aspell && use hunspell; then + ewarn "You have enabled 'aspell' and 'hunspell' support, but both cannot coexist," + ewarn "only aspell will be build. Press Ctrl+C and set only 'hunspell' USE flag if" + ewarn "you want hunspell support." + fi +} + +src_unpack() { + unpack ${A} + S=${WORKDIR}/${PN}-${P} +} + +src_prepare() { + java-pkg-opt-2_src_prepare + ./autogen.sh || die +} + +src_configure() { + local myconf + + use hunspell && myconf="${myconf} --with-hunspell-dictdir=/usr/share/myspell" + gnome2_src_configure \ + --enable-shared \ + $(use_enable aspell) \ + $(use_enable hunspell) \ + $(use_enable java java-bindings) \ + $(use_enable python python-bindings) \ + $(use_enable static-libs static) \ + $(use_enable threads pthreads) \ + ${myconf} +} diff --git a/dev-libs/link-grammar/metadata.xml b/dev-libs/link-grammar/metadata.xml index 82e4c90bde02..d0d22785b362 100644 --- a/dev-libs/link-grammar/metadata.xml +++ b/dev-libs/link-grammar/metadata.xml @@ -6,9 +6,10 @@ Gentoo GNOME Desktop - The Link Grammar Parser is a syntactic parser of English, based on link - grammar, an original theory of English syntax. The system is written in - generic C code, and runs on any platform with a C compiler. + The Link Grammar Parser is a syntactic parser of English, Russian, Arabic and Persian (and other languages as well), + based on Link Grammar, an original theory of syntax and morphology. Given a sentence, the system assigns to it a + syntactic structure, which consists of a set of labelled links connecting pairs of words. The parser also produces a "constituent" + (HPSG style phrase tree) representation of a sentence (showing noun phrases, verb phrases, etc.). Adds support for app-text/aspell spell checker diff --git a/dev-ml/gsl-ocaml/Manifest b/dev-ml/gsl-ocaml/Manifest new file mode 100644 index 000000000000..4a14aa791d04 --- /dev/null +++ b/dev-ml/gsl-ocaml/Manifest @@ -0,0 +1 @@ +DIST gsl-ocaml-1.19.1.tar.gz 167549 SHA256 05891594ed3b4ea0c2f201531aeafce1280b937a18ba76d818760252c2b34b66 SHA512 be199d46479f07a16d2f667d7a29675171bc4ecc5a6e5948335bf98f72e6f12474d16455a22e6bfc73683f1d67de3a186d75f817f398f6621241b640c333e07d WHIRLPOOL 85f687b24dacde0d3c6f9f2c1920583e30e57f02e1f6d4dc797db3a846090d2c60d7509b3d70b2374aa31d6b4a9658acb578012f8671d024a24e90e3f5e748a2 diff --git a/dev-ml/gsl-ocaml/gsl-ocaml-1.19.1.ebuild b/dev-ml/gsl-ocaml/gsl-ocaml-1.19.1.ebuild new file mode 100644 index 000000000000..0038063b83d0 --- /dev/null +++ b/dev-ml/gsl-ocaml/gsl-ocaml-1.19.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +OASIS_BUILD_DOCS=1 +OASIS_BUILD_TESTS=1 + +inherit oasis + +DESCRIPTION="OCaml bindings for the GSL library (successor of dev-ml/ocamlgsl)" +HOMEPAGE="https://github.com/mmottl/gsl-ocaml" +SRC_URI="https://github.com/mmottl/${PN}/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="examples test" + +DEPEND=">=sci-libs/gsl-1.19" +RDEPEND="${DEPEND} + !dev-ml/ocamlgsl" + +DOCS=( CHANGES.txt README.md NOTES.md TODO.md ) + +src_prepare() { + oasis_configure_opts="$(use_enable examples)" +} diff --git a/dev-ml/gsl-ocaml/metadata.xml b/dev-ml/gsl-ocaml/metadata.xml new file mode 100644 index 000000000000..4fb2e6728cec --- /dev/null +++ b/dev-ml/gsl-ocaml/metadata.xml @@ -0,0 +1,14 @@ + + + + + sci@gentoo.org + Gentoo Science Project + + +GSL interface for OCaml + + + mmottl/gsl-ocaml + + diff --git a/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild b/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild index e7bfd54fc746..26c995440509 100644 --- a/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild +++ b/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,8 @@ KEYWORDS="amd64 ~ppc x86" IUSE="doc test" RDEPEND=">=dev-lang/ocaml-3.10:= - sci-libs/gsl" + sci-libs/gsl + !dev-ml/gsl-ocaml" DEPEND="${RDEPEND} test? ( dev-ml/fort )" diff --git a/dev-perl/Search-Xapian/Search-Xapian-1.2.22.0.ebuild b/dev-perl/Search-Xapian/Search-Xapian-1.2.22.0.ebuild index 3a1c0d52e784..ecabf61b1183 100644 --- a/dev-perl/Search-Xapian/Search-Xapian-1.2.22.0.ebuild +++ b/dev-perl/Search-Xapian/Search-Xapian-1.2.22.0.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="Perl XS frontend to the Xapian C++ search library" LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" IUSE="examples" RDEPEND="dev-libs/xapian:0/1.2.22 diff --git a/dev-python/flask-admin/Manifest b/dev-python/flask-admin/Manifest index d0d803e02bb1..d73affe50f01 100644 --- a/dev-python/flask-admin/Manifest +++ b/dev-python/flask-admin/Manifest @@ -1,3 +1,4 @@ DIST Flask-Admin-1.0.6.tar.gz 235842 SHA256 c16d1bb1b6c2b6ac8db8486b9a5e1919d1a073252e3fb0c0c226406470113a54 SHA512 a30e2678a063d45d55ccf41cfec07fd16973cc8c770b1e7f16d11b9aba693049b1d9d4cff81d8ae8f2548d019f977f0906728e98d23d229d76bf135a079abc8f WHIRLPOOL 9851b8f7e59c5b7bf99e2e58a0ad72076578f12564146a282b9e3e0e79bd31bec7a1fd394dc807b8152165fce617c6a7b025cfaa987680a649412a3d1c3f8e8c DIST Flask-Admin-1.1.0.tar.gz 735408 SHA256 28380393143a9b209e22c256494ba3ab1b6aea86f183962451896e26e75a8609 SHA512 35e21cda38ba8658940356240df7b3feec7619a5ab7c31c70c8a962b385d391d78d6440716c7dfce00fb48bf1243799de2a3d53b3cd0b7eee45137e2ebd3273d WHIRLPOOL d2790169dd3711864ee190c328bc5502622706af6a3c306b7d8c00459a0859af4b527b0dec449a824459361f4602fd1c1f7a96212e2585c3d46df3beb48197ec DIST Flask-Admin-1.2.0.tar.gz 790881 SHA256 beb4b3edc25319e8848889ff2460f489cf85a457a46d1f1cbc09f332452d0260 SHA512 77be8cabfde74ccaef4818e914d792583b54dcdeedb15f89bcc89e074e18333a9a40d9ea03bef6c3409c24a18cd9ede06fbf9f3a7529c63ef28affd705a2d42a WHIRLPOOL abf61615f724586a3074b3ca546be96d9d332c8ffb1cf15111b9c837c7c2b9495a6664eb7cdc6ba9b4cbda6694ea2219547e302b621aa170a1d6c6355191d6aa +DIST Flask-Admin-1.4.0.tar.gz 868807 SHA256 f2d58448985cf25d757be8e4764a46134a6d0a6ec7fcddc584050a6cc8732d6f SHA512 19b65e594821164cd80f0665bd3052865ada4d4676f3deb15ef32e040d3ed519a50cab53fac958d8efb26f6b2056f820a2116a34d73119d120a7eaf813a69712 WHIRLPOOL d4443241f4ccf3fb588264656d6df019ec3790a84ecb96a461d073d75ad2be739229a230d88ee48a1b73a5fe21ffad6caeba76271877ea6b0776a4f67b2452c1 diff --git a/dev-python/flask-admin/flask-admin-1.4.0.ebuild b/dev-python/flask-admin/flask-admin-1.4.0.ebuild new file mode 100644 index 000000000000..f98ad9148dab --- /dev/null +++ b/dev-python/flask-admin/flask-admin-1.4.0.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +#RESTRICT="test" # we're still missing some of the dependencies + +MY_PN="Flask-Admin" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Simple and extensible admin interface framework for Flask" +HOMEPAGE="https://pypi.python.org/pypi/Flask-Admin" +SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="examples test" + +RDEPEND=" + >=dev-python/flask-0.7[${PYTHON_USEDEP}] + dev-python/wtforms[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/nose[${PYTHON_USEDEP}] + dev-python/flask-wtf[${PYTHON_USEDEP}] + dev-python/flask-pymongo[${PYTHON_USEDEP}] + dev-python/flask-peewee[${PYTHON_USEDEP}] + dev-python/flask-mongoengine[${PYTHON_USEDEP}] + dev-python/flask-sqlalchemy[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] + )" + +S="${WORKDIR}/${MY_P}" + +python_prepare_all() { + sed \ + -e 's:find_packages():find_packages(exclude=["*.examples", "*.examples.*", "examples.*", "examples"]):g' \ + -i setup.py || die + distutils-r1_python_prepare_all +} + +python_test() { + nosetests || die "Testing failed with ${EPYTHON}" +} + +python_install_all() { + use examples && local EXAMPLES=( examples/. ) + distutils-r1_python_install_all +} diff --git a/dev-python/flask-security/Manifest b/dev-python/flask-security/Manifest index 0ee2118fc8e3..fa8f4c2a78e0 100644 --- a/dev-python/flask-security/Manifest +++ b/dev-python/flask-security/Manifest @@ -1 +1,2 @@ DIST Flask-Security-1.7.4.tar.gz 41467 SHA256 f0b8ee98ab983d96b808c97d4bc0d6ede9fd7adf88f436dde7f38fb66aa1e2ed SHA512 9d0f7db3250f6cab5af4e60cdffd2fffe28ef2dc30e38a479eb91f04c559308b5c530784fc4d9bbf410fd3f6060830f150b8cdb56a3a2d650c4873a14e09b622 WHIRLPOOL b747c9e9e73eb82c4c4ebd6d61289e09e383f5055ec2dcee12af74117119431ef341f01917ab108e19fa02b7e84a10fd03c33c8407c00f1668b86ef3236267c2 +DIST Flask-Security-1.7.5.tar.gz 42261 SHA256 988952dba451896fd7e9dbf838d0e843844f1cbd27a8e15594a9e1d9432f435f SHA512 41fd806d35746bdc212aa4ab01af678d39765a6d4df42cd19c87b8a2060374112d3e8a5f2fc243e88906505d6a942b9a824cf19a29b2c0eebacde9299534ffc9 WHIRLPOOL 1f106bf2339bd3d5b84bf9071c5c67564bbc2d7433f5271bb39dff663011019c3e04073fd4887eebfb95dfcb43e8f99fa8ba17158b6366fa54dd9d42cdb6975c diff --git a/dev-python/flask-security/flask-security-1.7.5.ebuild b/dev-python/flask-security/flask-security-1.7.5.ebuild new file mode 100644 index 000000000000..3f7985782d57 --- /dev/null +++ b/dev-python/flask-security/flask-security-1.7.5.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +MY_PN="Flask-Security" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Simple security for Flask apps" +HOMEPAGE="http://pythonhosted.org/${MY_PN}/ https://pypi.python.org/pypi/${MY_PN}" +SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +# packages of this type require local running instances of databases +# which then require connect to localhost +RESTRICT="test" + +RDEPEND=">=dev-python/flask-0.9[${PYTHON_USEDEP}] + >=dev-python/itsdangerous-0.17[${PYTHON_USEDEP}] + >=dev-python/passlib-1.6.1[${PYTHON_USEDEP}] + >=dev-python/flask-login-0.1.3[${PYTHON_USEDEP}] + >=dev-python/flask-mail-0.7.3[${PYTHON_USEDEP}] + >=dev-python/flask-wtf-0.8[${PYTHON_USEDEP}] + >=dev-python/flask-principal-0.3.3[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/nose[${PYTHON_USEDEP}] + dev-python/flask-sqlalchemy[${PYTHON_USEDEP}] + dev-python/flask-mongoengine[${PYTHON_USEDEP}] + dev-python/flask-peewee[${PYTHON_USEDEP}] + dev-python/bcrypt[${PYTHON_USEDEP}] + dev-python/simplejson[${PYTHON_USEDEP}] + )" + +S="${WORKDIR}/${MY_P}" + +python_test() { + nosetests || die "Testing failed with ${EPYTHON}" +} diff --git a/dev-python/flask-socketio/Manifest b/dev-python/flask-socketio/Manifest index 811477bee1c6..74e11d0a0cb5 100644 --- a/dev-python/flask-socketio/Manifest +++ b/dev-python/flask-socketio/Manifest @@ -1,3 +1,4 @@ DIST flask-socketio-0.6.0.tar.gz 6804 SHA256 5b004bc9a74421ec3983f5167a7cab70853b132a9c9c09d808c07f96bbf6ecd9 SHA512 3093fb659e8fe86a866bf9183401995a6615b3dfc8687549fa5845747935b6cd6bfc7bb56c969489f47fdb1a5420d744817b6a7dce636ab653ef62a08d353b1e WHIRLPOOL 1ff182a51ac24a61e02a6bf46612932bfdb4121737e27c34e324c859e9fe43a6db408fa162d0ff3b3952e8cb9bfa1e9d0f7b9e57149bce8af461fe5f4e829356 DIST flask-socketio-1.1.tar.gz 7992 SHA256 fdeefa4d3a87b789308e5144d0c58299d50d35fb97c6cc0a76f1d12e255b20bb SHA512 a7257698c32e8b57a63b86ae5bffa8c5c32d9198186b98e2d2f306562ca7b188c5eb260f2716556973e2c0902a37ec66f7809a61a83c6fab4d6a950eda963580 WHIRLPOOL 621e49ef3cdfb94cbd8042d2d1a396d47272541e06d901b6fcbc4fa83951ce7cb30d6cf065405cdb58f01be002901b3b2ab9378f26dd8664ea5949bdecbe6d58 DIST flask-socketio-2.0.tar.gz 8730 SHA256 f6fb24762d0c6e430f215beb8d62c262816733c4d9726714f9b7badbe1058bb2 SHA512 2a3e28dce72f448dc763bfe533330a0d80aca82ee5e9b9b6538e66853f809424550a3a005d558d11ae6b89266c3946811b4c8811f04b0e2282390414a9b458f8 WHIRLPOOL 19853187d924f74b4b5d6b20e05e3f74b2198853453ea6982878625dd40c75826cb6c001c1e9f07a7a084124fcf2279ac8f5ea307b652ef027fc9fc7a919460d +DIST flask-socketio-2.1.tar.gz 8888 SHA256 232674f2fad4b1adaf1d045f89a9688d74a77efc1d4a6a4094f2d16f711e80c4 SHA512 cc8410c20bd9ad66cd327acdd66cfa741d006c0937a4571d7a2571d0e03d93885f75e9065f2c244e06fd2add4a3997399e92530ff8618de6bad4a57e814284cd WHIRLPOOL fc1432d4df8ceb891cf02324d7e274efadc4f41fc8060870fd8a6c8efa1df2f984bd1404febc2a164f3638748251d37c3b32a322bc140623d71491d7c9f6ffdb diff --git a/dev-python/flask-socketio/flask-socketio-2.1.ebuild b/dev-python/flask-socketio/flask-socketio-2.1.ebuild new file mode 100644 index 000000000000..a70aef90e418 --- /dev/null +++ b/dev-python/flask-socketio/flask-socketio-2.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 ) + +inherit distutils-r1 + +MY_PN="Flask-SocketIO" +DESCRIPTION="Socket.IO integration for Flask applications." +HOMEPAGE="https://flask-socketio.readthedocs.org/ https://github.com/miguelgrinberg/${MY_PN}/ https://pypi.python.org/pypi/${MY_PN}" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=">=dev-python/flask-0.9[${PYTHON_USEDEP}] + dev-python/python-socketio[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/coverage[${PYTHON_USEDEP}] )" + +S="${WORKDIR}/${MY_PN}-${PV}" + +# pypi tarball does not contain tests +RESTRICT="test" + +python_test() { + PYTHONPATH="${PWD}" python ./test_socketio.py || die +} diff --git a/dev-python/flask-sqlalchemy/Manifest b/dev-python/flask-sqlalchemy/Manifest index a3b927ff0396..58cf9b5de22b 100644 --- a/dev-python/flask-sqlalchemy/Manifest +++ b/dev-python/flask-sqlalchemy/Manifest @@ -1,3 +1,4 @@ DIST Flask-SQLAlchemy-0.16.tar.gz 97968 SHA256 eaffc4252657229bb8da7447726e9e74b83087b96a3b8990121361b322985b6f SHA512 a6a8f5043aba14fb7fc2c59631d76ec0277d1a01f8b6bd4890271a59f9480ed40665747630194a43a5c19f694e932f86e56b1dfe4a3060176941c82c310ea5fa WHIRLPOOL c3f5fc30c956d39518229289cf7017b589392e18b448d2ec9d5650ed21d5d26309e1f2a60e4bc0e4e5f5cc8fc943f51f0cdc9e8f99d801ab6bfcb6c9600499c6 DIST Flask-SQLAlchemy-1.0.tar.gz 92063 SHA256 7f0e218fa9066b34b73fdc470386a37ee117b8a862db98c1bca8236d8cffe7a1 SHA512 0ab84f4f5a0709c25d6177431787898f13543bd5a97fc67da9a376be66bfb27d1d7437d28a73e5052b5d20cab237b22a16add91159efaabdd133ca2f546fa5b4 WHIRLPOOL b0b394354975943d216d9fd690012cfd32c3b263ade0d85d92ebee856905fddbb523b3db5e6ec74574ddff0de57ec3162884db6e1563f9a5b71b1223279a7b0e DIST Flask-SQLAlchemy-2.0.tar.gz 93413 SHA256 990387d2cff83df7feb40e9d6b286f2679144258480249cbd47b88dc0939e886 SHA512 7a1962764a5481d0f7ce0ec0beb260dfbd930e76cc426e3f645cdd436f920ebb01ef8bb369c29d2e0bf4a4db29f4a660de8f44ea9110c95e440c0506922c8690 WHIRLPOOL f2c4966262d27f56e48a0a35f9b38595c95327eb7fa5cf6296d4d913ec2d933fc6092d6e08a705643e62210b5b03bda2857c6b9a939f9212f142bcb8b0c40243 +DIST Flask-SQLAlchemy-2.1.tar.gz 95967 SHA256 c5244de44cc85d2267115624d83faef3f9e8f088756788694f305a5d5ad137c5 SHA512 023f3dd011a57768e921928dd3df791a54c64bb8a0cc1bb545dbb8e16dda263b730da74a0d400e5a057819830dd4cd014a642098a081c956a7ea8a2d37ec112a WHIRLPOOL 8acda8985dadde8f14157e9462c3d34220e0bed8b571797aa11f3f415dfee287bfb412142a94dfe725c1d6aab17e241bead90cd1b5128d29ee9905422e58b769 diff --git a/dev-python/flask-sqlalchemy/flask-sqlalchemy-2.1.ebuild b/dev-python/flask-sqlalchemy/flask-sqlalchemy-2.1.ebuild new file mode 100644 index 000000000000..0b58296ca5e7 --- /dev/null +++ b/dev-python/flask-sqlalchemy/flask-sqlalchemy-2.1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) + +inherit distutils-r1 + +MY_PN="Flask-SQLAlchemy" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="SQLAlchemy support for Flask applications" +HOMEPAGE="https://pypi.python.org/pypi/Flask-SQLAlchemy" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/flask-0.10[${PYTHON_USEDEP}] + dev-python/sqlalchemy[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" + +# Patch out un-needed d'loading of obj.inv files in doc build +PATCHES=( "${FILESDIR}"/mapping.patch ) + +# Req'd for tests in py3 +DISTUTILS_IN_SOURCE_BUILD=1 + +S="${WORKDIR}/${MY_P}" + +python_compile_all() { + use doc && esetup.py build_sphinx +} + +python_test() { + esetup.py test +} + +python_install_all() { + use doc && HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. ) + distutils-r1_python_install_all +} diff --git a/dev-python/python-keystoneclient/Manifest b/dev-python/python-keystoneclient/Manifest index 318b53738f3b..811902e6cf21 100644 --- a/dev-python/python-keystoneclient/Manifest +++ b/dev-python/python-keystoneclient/Manifest @@ -1,4 +1,3 @@ DIST python-keystoneclient-1.3.1.tar.gz 338187 SHA256 8a421dbdf01251119164bf6baa0ef78b261e5dd4d3508748e47b77d7652e7e92 SHA512 d11825b717d0aeec67d4dfb0382173ee834fe3dea2097b8ff9505b86bb08a5579d6fe87509d65022d4436a3a1b4d20f2a877ece3160b53979999495b77df0f08 WHIRLPOOL 9aa0af722f56eb4d98d7efb8a35b1db95207970fba0b32496a9ae4593a16471f976efe1e9bb3690106ec0f5a76b5a744e9177cc7c03d9ffe9ed54111e3bb138c DIST python-keystoneclient-1.3.2.tar.gz 342434 SHA256 1b2fd5ceeefd8d75ee749acd2c3dd8805c833c89828075b814392069cd5ae1eb SHA512 4cd986c42256fbc366b81c07ab637fe81358dde530a8e9a5b3f59f4deef5d56fb1799fc82d35a3f04d3e3b810c94bfc21235e93a77c925d235322aeaa20e420c WHIRLPOOL 65b776c928126f92108c1585658a10b89e6563ff8e71f8f249fdb86e11b29811de12b17ddddb39845d66ff9533ae44d93148bd811d1e31577092c3b598348c03 -DIST python-keystoneclient-1.7.2.tar.gz 356107 SHA256 d862183e0e53e7d0696a71ad9b6a9ff9f96b7f445564357de722604ca14fd6d2 SHA512 9a3f3205549f54dea73dc499d65613816f10fc2b5773734b6762db95965ef7192e3ca052748a3258925a5e120ccc6ed8d55b8860dfae94c6503d38b871039942 WHIRLPOOL cf0e0a9e1344cdbafea479be99aa25c40c0a32ccbfa05533aa957fe5003316d940c859caa74c4b9fa0495661d472913af48c666489ae392ad547e5ceb4cc5501 DIST python-keystoneclient-1.7.3.tar.gz 355578 SHA256 805a317c92cd8700a4733ee80f383b2187de75aeb8e9895015799628df97c68f SHA512 36682247de6c6afee2e0cdf35115b4e6adc4bafef05311337e3299f97a8608a967ca537e8aeaea2e030344a7a8a103c627ff7d118c96c75ac1d169e1bc53d1af WHIRLPOOL 91f6744ea96f8343f1e6665e6db4159fa7d48e9cbc891a8c14aa5bd2165437f9d242f3ee9c960502fda0e26ab1669abec4b32f12be1c79626fe67f6bf25c2137 diff --git a/dev-python/python-keystoneclient/python-keystoneclient-1.7.2-r1.ebuild b/dev-python/python-keystoneclient/python-keystoneclient-1.7.2-r1.ebuild deleted file mode 100644 index e741aa391a5f..000000000000 --- a/dev-python/python-keystoneclient/python-keystoneclient-1.7.2-r1.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) - -inherit distutils-r1 - -DESCRIPTION="Client Library for OpenStack Identity" -HOMEPAGE="http://www.openstack.org/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="doc examples test" - -# Note: blacklist version not in portage: -#doc? ( !~dev-python/sphinx-1.3_preb1[${PYTHON_USEDEP}] ) - -CDEPEND=" - >=dev-python/pbr-1.6[${PYTHON_USEDEP}]" -TCDEPEND=" - >=dev-python/lxml-2.3[${PYTHON_USEDEP}] - >=dev-python/mock-1.2[${PYTHON_USEDEP}] - >=dev-python/requests-mock-0.6.0[${PYTHON_USEDEP}] - >=dev-python/tempest-lib-0.8.0[${PYTHON_USEDEP}] - >=dev-python/testresources-0.2.4[${PYTHON_USEDEP}] - >=dev-python/webob-1.2.3[${PYTHON_USEDEP}] - >=dev-python/bandit-0.13.2[${PYTHON_USEDEP}] -" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND} - test? ( - ${TCDEPEND} - >=dev-python/coverage-3.6[${PYTHON_USEDEP}] - >=dev-python/keyring-2.1[${PYTHON_USEDEP}] - !~dev-python/keyring-3.3[${PYTHON_USEDEP}] - >=dev-python/oauthlib-0.6[${PYTHON_USEDEP}] - >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}] - >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}] - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}] - >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}] - ) - doc? ( - ${TCDEPEND} - >=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}] - >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}] - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}] - !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}] - + void func2(void) { puts("func2"); } +diff --git a/testsuite/ltrace.main/parameters.c b/testsuite/ltrace.main/parameters.c +index ff24a38..9569dbe 100644 +--- a/testsuite/ltrace.main/parameters.c ++++ b/testsuite/ltrace.main/parameters.c +@@ -19,2 +19,3 @@ void func_strfixed(char*); + void func_ppp(int***); ++void func_string(char*); + void func_stringp(char**); +diff --git a/testsuite/ltrace.main/signals.c b/testsuite/ltrace.main/signals.c +index a02e795..fda4ab9 100644 +--- a/testsuite/ltrace.main/signals.c ++++ b/testsuite/ltrace.main/signals.c +@@ -7,2 +7,3 @@ + #include ++#include + +diff --git a/testsuite/ltrace.minor/time-record.c b/testsuite/ltrace.minor/time-record.c +index a66b838..7d5e5e3 100644 +--- a/testsuite/ltrace.minor/time-record.c ++++ b/testsuite/ltrace.minor/time-record.c +@@ -7,2 +7,3 @@ + #include ++#include + +diff --git a/testsuite/ltrace.minor/trace-clone.c b/testsuite/ltrace.minor/trace-clone.c +index db1936d..c68b128 100644 +--- a/testsuite/ltrace.minor/trace-clone.c ++++ b/testsuite/ltrace.minor/trace-clone.c +@@ -10,2 +10,3 @@ + #include ++#include + +diff --git a/testsuite/ltrace.minor/trace-fork.c b/testsuite/ltrace.minor/trace-fork.c +index c5f0c71..e1ab17f 100644 +--- a/testsuite/ltrace.minor/trace-fork.c ++++ b/testsuite/ltrace.minor/trace-fork.c +@@ -8,2 +8,4 @@ + #include ++#include ++#include + +@@ -29,3 +31,4 @@ main () + printf("My child pid is %d\n",pid); +- wait(); ++ int status; ++ wait(&status); + } +diff --git a/testsuite/ltrace.torture/signals.c b/testsuite/ltrace.torture/signals.c +index b786c81..86e2dba 100644 +--- a/testsuite/ltrace.torture/signals.c ++++ b/testsuite/ltrace.torture/signals.c +@@ -7,2 +7,3 @@ + #include ++#include + diff --git a/dev-util/ltrace/ltrace-0.7.3_p4.ebuild b/dev-util/ltrace/ltrace-0.7.3_p4.ebuild index 8611887d3264..cb60e0efbea2 100644 --- a/dev-util/ltrace/ltrace-0.7.3_p4.ebuild +++ b/dev-util/ltrace/ltrace-0.7.3_p4.ebuild @@ -30,6 +30,7 @@ S=${WORKDIR}/${PN}-${LTRACE_V} src_prepare() { epatch "${WORKDIR}"/debian/patches/[0-9]* + epatch "${FILESDIR}"/${PN}-0.7.3-test-protos.patch #bug 421649 sed -i '/^dist_doc_DATA/d' Makefile.am || die eautoreconf } diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest index 89571485ea31..c2ecf5673f09 100644 --- a/media-libs/mesa/Manifest +++ b/media-libs/mesa/Manifest @@ -1,8 +1,8 @@ DIST MesaLib-10.3.7.tar.bz2 7287153 SHA256 43c6ced15e237cbb21b3082d7c0b42777c50c1f731d0d4b5efb5231063fb6a5b SHA512 bbc027c4146c42aaa160990f5281c71a342d32c10ba56f91da1a60dd4cb7d620ff49b72553d24bc1d87470e2baf9be81b5bdee9abe49d6acc57902fccb9e2e5f WHIRLPOOL 7fa32e70c6aabb84a06f2f852f77eac839aea08726c442742b3d3abdb94a0fd9f033439ab0cb16865f4ee14e1538cb86937856bbdfd1f9090e8e7c43eac52e03 DIST MesaLib-7.10.3.tar.bz2 6056837 SHA256 1e701fc839b872677ddca9ed8784d754c9da1fbeda98173980e06aa7df0e85c0 SHA512 aa1f5f068b305fae5519e11cad2db9c6dc647d3122252bbcb210f13ac6ef1b667ae750344898bca7c5bfae94934db05eff915cb7417a59590e6d3ba230817aa8 WHIRLPOOL 5c2adda647936ed4163a4e4d5afad8344eb576712f9432f697aa0fc22ca17d7aaf0aeb6ad2d4e7e0825dc27cae570660332450778f8091e9b27aad2865c9b5fc DIST mesa-11.0.6.tar.xz 7272972 SHA256 8340e64cdc91999840404c211496f3de38e7b4cb38db34e2f72f1642c5134760 SHA512 946a66803395ef0f4d3b328e981e03a87bb5173a523be5da1dd3363002fceacd8dcbfdbf9716e31bb4247b23cc5ef112b24bb4ef0709b514bc8160c6cbf1dbf3 WHIRLPOOL 19729acb5fbbcff3a99b4d7644750dff4a7a2d41c3f25f2e004938faf0c72abd33e97f5d23d2804f84b957824757b5f64f3a7f54a2dd8999b2a71eb9b1976e0b -DIST mesa-11.0.7.tar.xz 7279276 SHA256 e7e90a332ede6c8fd08eff90786a3fd1605a4e62ebf3a9b514047838194538cb SHA512 cf3bae4db0a3af41d075498ad44f1bff994c30e97d58f9f4bdb52d1c6e1244365d68edfa55bf9076f1b4e9f8f4f3de9661f210291a5d8683e280327e1480c7cf WHIRLPOOL b599f605c1022f06953f11462c46525f2906106707e6e9e0e03c166ee6076eacc7ded68f4367f715556275053473532311aa61b11f99d6d81c647f23ffadd554 DIST mesa-11.0.8.tar.xz 7282812 SHA256 5696e4730518b6805d2ed5def393c4293f425a2c2c01bd5ed4bdd7ad62f7ad75 SHA512 2e883761b115dece05c527d43653e5169e70ef0d8f0f9fe35027986ca543128b17be668d495cacda4ee95564ba66734ea9954d2434aefaeb9c063f4bbedc1d63 WHIRLPOOL 3a637137076d0fc8ef3f37485683be80103ce6c5a92cef796e491d570aa47aa1ca16fca1b7b74ba697a3a816a5e606d695d0b3b524587e14533d9143830a1790 -DIST mesa-11.1.0.tar.xz 7557948 SHA256 9befe03b04223eb1ede177fa8cac001e2850292c8c12a3ec9929106afad9cf1f SHA512 49817dbe599fdeb3e9d69f149283a5414d3101177040e04ec2c07c9bc57c2e86dcd74c0eb9e5784eb74ec5adff01f4fc8fd07fce650ce0afc18c81265e369192 WHIRLPOOL c7553dcb8e4fc57f1551e9ab8b01781f5b27a8ecd2e2bbf34bee9009018dcad3c9363de92ab8ffa1394a9b80cbd40c7ee0d0324812a9ebab5bafa96f92534a0c +DIST mesa-11.0.9.tar.xz 7282648 SHA256 a1262ff1c66a16ccf341186cf0e57b306b8589eb2cc5ce92ffb6788ab01d2b01 SHA512 8bf9c3bfe61f5d22182b9611d66051d83dfb302cc349921bc1d895acc8681b3e22e77cb360e2f12383fd928793b306f8f98998caa457dc04e3ff4e5561ea78f7 WHIRLPOOL a3477542b5ebfed9b69bd29e7f58a01b02c70d49399afb873744de08e776d712eaca3443f88dbdee25b1d3d35a4eb9dae75a3b9d7d6d652d41cded763836c59a DIST mesa-11.1.1.tar.xz 7561216 SHA256 64db074fc514136b5fb3890111f0d50604db52f0b1e94ba3fcb0fe8668a7fd20 SHA512 1d41bb4e58042230a38784477c425a2517ef57b17055413884dfb1b7a635a7d8ec68b9be705cbd5608910d75d73988d7c18467c779c48547c5c533750e722521 WHIRLPOOL 78d1c0b42e08c7149c1e97d9c45216102cba73f96ab96355f8b470faa45532312c3e7c791d98bce4aeaa776cec9a103ca904fb28828b5b172a7de3973809a1d1 +DIST mesa-11.1.2.tar.xz 7561920 SHA256 8f72aead896b340ba0f7a4a474bfaf71681f5d675592aec1cb7ba698e319148b SHA512 4037728cbe7c5c492cf1e6d20c61250c0ff4fe82cf89ba1cd6ff029776220160359dce197582d2c3f3f7ba5d76fe6b055515210fc46b59f821fc66f453cb77ae WHIRLPOOL e7a848f542c13eae1a79c89a6bff3fbc0c82041924f1cbecac7eaba6363edebfce568353829c41eb38c0c309e0aa35f36027b0dca262ed54d6627542d74f6bca DIST mesa-7.10.1-gentoo-patches-01.tar.bz2 5488 SHA256 31cd4f6d1a0a70249c40452919074856d120cd473a01a8457e3dc147a1b622d8 SHA512 c62b45b32e396e67f629003fc5242b7b4df054b8e20b5237489212bc4f0171534915a02fc9efa68965068121d10660b5cd92a419efabe33fd4596a97a39249c2 WHIRLPOOL 5f171959e3a31f5c38438b4806ce371bb8fdf1c7a87501865e4ed5d5ab284cda9568b7773005997d7a1cff151f95e64c027b36c0be48a4dd288a7ab8b5f69b97 diff --git a/media-libs/mesa/mesa-11.0.7.ebuild b/media-libs/mesa/mesa-11.0.9.ebuild similarity index 99% rename from media-libs/mesa/mesa-11.0.7.ebuild rename to media-libs/mesa/mesa-11.0.9.ebuild index 47caccd19396..bea9a0efedb3 100644 --- a/media-libs/mesa/mesa-11.0.7.ebuild +++ b/media-libs/mesa/mesa-11.0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/media-libs/mesa/mesa-11.1.0.ebuild b/media-libs/mesa/mesa-11.1.2.ebuild similarity index 99% rename from media-libs/mesa/mesa-11.1.0.ebuild rename to media-libs/mesa/mesa-11.1.2.ebuild index 4dafdf6d0470..2f072fbaf227 100644 --- a/media-libs/mesa/mesa-11.1.0.ebuild +++ b/media-libs/mesa/mesa-11.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest index 9dfbe0e3dc65..6d6e50b17fd4 100644 --- a/media-sound/spotify/Manifest +++ b/media-sound/spotify/Manifest @@ -1,3 +1,2 @@ -DIST spotify-client_0.9.17.1.g9b85d43.7-1_amd64.deb 42733568 SHA256 717a878bcfa495852d19ac34bb4b0fa1b2f063ab94547defd32725d1dec10775 SHA512 a19403558c0a641b0264641501c9538f169b9e64d532e5d54dd67b7edbb27d400f07395014c9693fed298a1331c053cc9e62988d1293e9b1f1809d68a74646ad WHIRLPOOL 712ac07a3cd3230e3de17e9209380d0e0cc9a33c77cb4753e04490c5bb9a4e2d3e386ee92ffadecd9888ea701aa2a0c4c1b8c579cfa2f5b61d72981a5736f495 DIST spotify-client_1.0.19.106.gb8a7150f_amd64.deb 68109944 SHA256 be6b99329bb2fccdc9d77bc949dd463576fdb40db7f56195b4284bd348c470be SHA512 f5d8b5ae860a5e429e14f4541cd9e12e8f7edf864d2a41c2d6acb19af7c00c3f6a813f3666e9bd73f3e0bf1619f63cc03ab9f520d7f0713a036b5cee6a409fea WHIRLPOOL 7d19213e40b85aaf11722a09b8021cdae4ce4a5c8f91e9b5aa5c6a50c1b2862d5bc41c031d486b08141543e2ff4c16b684575e81e8cd6f1cc12b64633aef74ce DIST spotify-client_1.0.19.106.gb8a7150f_i386.deb 73060616 SHA256 128b5d04dda8a052802fb9e664a996250569696fac359e94ea35043472f5dbcb SHA512 adb5816ceba1e1976429b1985569e1bfaa03fe015904bb3c66676b384205bbe24c3851a9cfcd366124a11470549574086cf289106c0b68e3f124f594b80ff04c WHIRLPOOL ae57091f18c54c2c61252e1bbbffa3228e7621df6dc185bd6821112deec6b78f9a7c269b01d2dd1f595c5751549b8c804732119d8dfd115ddcaee38c977fb4cd diff --git a/media-sound/spotify/spotify-0.9.17.1-r1.ebuild b/media-sound/spotify/spotify-0.9.17.1-r1.ebuild deleted file mode 100644 index c5fbd308ec07..000000000000 --- a/media-sound/spotify/spotify-0.9.17.1-r1.ebuild +++ /dev/null @@ -1,159 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit eutils fdo-mime gnome2-utils pax-utils unpacker - -DESCRIPTION="Spotify is a social music platform" -HOMEPAGE="https://www.spotify.com/download/previews/" -MY_PV="${PV}.g9b85d43.7-1" -MY_P="${PN}-client_${MY_PV}" -SRC_BASE="http://repository.spotify.com/pool/non-free/${PN:0:1}/${PN}/" -SRC_URI=" - amd64? ( ${SRC_BASE}${MY_P}_amd64.deb ) - " -# x86? ( ${SRC_BASE}${MY_P}_i386.deb ) -LICENSE="Spotify" -SLOT="0" -#amd64 and x86 keywords removed due to security concerns, see bug 474010 -KEYWORDS="~amd64" -IUSE="gnome pax_kernel pulseaudio" -RESTRICT="mirror strip" - -DEPEND="" -RDEPEND="${DEPEND} - x11-libs/libxcb - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXau - x11-libs/libXext - x11-libs/libXinerama - x11-libs/libXdmcp - x11-libs/libXScrnSaver - x11-libs/libXrandr - x11-libs/libXrender - dev-qt/qtcore:4[glib] - dev-qt/qtdbus:4 - dev-qt/qtgui:4[glib] - dev-qt/qtwebkit:4 - x11-misc/xdg-utils - media-libs/alsa-lib - media-libs/fontconfig - media-libs/freetype - dev-libs/openssl:0 - dev-libs/glib:2 - || ( dev-libs/libgcrypt:11/11 dev-libs/libgcrypt:0/11 ) - media-libs/libpng:0 - dev-db/sqlite:3 - sys-libs/zlib - app-arch/bzip2 - sys-apps/dbus[X] - x11-libs/pango[X] - sys-apps/util-linux - dev-libs/expat - >=dev-libs/nspr-4.9 - gnome-base/gconf:2 - x11-libs/gtk+:2 - dev-libs/nss - dev-libs/glib:2 - net-print/cups - virtual/udev - pulseaudio? ( >=media-sound/pulseaudio-0.9.21 ) - gnome? ( gnome-extra/gnome-integration-spotify )" - -S=${WORKDIR} - -QA_PREBUILT="/opt/spotify/spotify-client/spotify - /opt/spotify/spotify-client/Data/SpotifyHelper - /opt/spotify/spotify-client/Data/libcef.so" - -src_prepare() { - # Fix desktop entry to launch spotify-dbus.py for GNOME integration - if use gnome ; then - sed -i \ - -e 's/spotify \%U/spotify-dbus.py \%U/g' \ - opt/spotify/spotify-client/spotify.desktop || die "sed failed" - fi - #and fix other stuff in the desktop file as well - sed -i \ - -e 's/x-scheme-handler\/spotify$/x-scheme-handler\/spotify\;/g' \ - -e 's/AudioVideo$/AudioVideo\;/g' \ - opt/spotify/spotify-client/spotify.desktop || die "sed failed" -} - -src_install() { - dodoc opt/spotify/spotify-client/changelog - dodoc usr/share/doc/spotify-client/changelog.Debian.gz - dodoc usr/share/doc/spotify-client/copyright - - insinto /usr/share/pixmaps - doins opt/spotify/spotify-client/Icons/*.png - - # install in /opt/spotify - SPOTIFY_HOME=/opt/spotify/spotify-client - insinto ${SPOTIFY_HOME} - doins -r opt/spotify/spotify-client/* - fperms +x ${SPOTIFY_HOME}/spotify - fperms +x ${SPOTIFY_HOME}/Data/SpotifyHelper - - dodir /usr/bin - cat <<-EOF >"${D}"/usr/bin/spotify - #! /bin/sh - exec ${SPOTIFY_HOME}/spotify "\$@" - EOF - fperms +x /usr/bin/spotify - - # revdep-rebuild produces a false positive because of symbol versioning - dodir /etc/revdep-rebuild - cat <<-EOF >"${D}"/etc/revdep-rebuild/10${PN} - SEARCH_DIRS_MASK="${SPOTIFY_HOME}" - EOF - - for size in 16 22 24 32 48 64 128 256; do - newicon -s ${size} "${S}${SPOTIFY_HOME}/Icons/spotify-linux-${size}.png" \ - "spotify-client.png" - done - domenu "${S}${SPOTIFY_HOME}/spotify.desktop" - - if use pax_kernel; then - #create the headers, reset them to default, then paxmark -m them - pax-mark C "${ED}${SPOTIFY_HOME}/${PN}" || die - pax-mark C "${ED}${SPOTIFY_HOME}/Data/SpotifyHelper" || die - pax-mark z "${ED}${SPOTIFY_HOME}/${PN}" || die - pax-mark z "${ED}${SPOTIFY_HOME}/Data/SpotifyHelper" || die - pax-mark m "${ED}${SPOTIFY_HOME}/${PN}" || die - pax-mark m "${ED}${SPOTIFY_HOME}/Data/SpotifyHelper" || die - eqawarn "You have set USE=pax_kernel meaning that you intend to run" - eqawarn "${PN} under a PaX enabled kernel. To do so, we must modify" - eqawarn "the ${PN} binary itself and this *may* lead to breakage! If" - eqawarn "you suspect that ${PN} is being broken by this modification," - eqawarn "please open a bug." - fi - - #TODO fix for x86 - dosym /usr/lib/libudev.so "${SPOTIFY_HOME}/Data/libudev.so.0" -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update - fdo-mime_mime_database_update - fdo-mime_desktop_database_update - - ewarn "If Spotify crashes after an upgrade its cache may be corrupt." - ewarn "To remove the cache:" - ewarn "rm -rf ~/.cache/spotify" - ewarn - ewarn "you need to use the ld.bfd linker with openssl" -} - -pkg_postrm() { - gnome2_icon_cache_update - fdo-mime_mime_database_update - fdo-mime_desktop_database_update -} diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index f8efdebec542..9a211dd873e2 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Sun, 14 Feb 2016 18:08:24 +0000 +Mon, 15 Feb 2016 05:08:23 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index f8efdebec542..9a211dd873e2 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Sun, 14 Feb 2016 18:08:24 +0000 +Mon, 15 Feb 2016 05:08:23 +0000 diff --git a/metadata/md5-cache/app-admin/puppetdb-3.2.2 b/metadata/md5-cache/app-admin/puppetdb-3.2.2 deleted file mode 100644 index 64e739335b3a..000000000000 --- a/metadata/md5-cache/app-admin/puppetdb-3.2.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst prepare setup -DEPEND=virtual/pkgconfig -DESCRIPTION=PuppetDB collects data generated by Puppet. -EAPI=5 -HOMEPAGE=http://docs.puppetlabs.com/puppetdb/ -KEYWORDS=amd64 x86 -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jdk-1.7.0 -SLOT=0 -SRC_URI=https://downloads.puppetlabs.com/puppetdb/puppetdb-3.2.2.tar.gz -_eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=77f816056b45a9a1349d9e2b4c168af7 diff --git a/metadata/md5-cache/app-arch/cpio-2.12 b/metadata/md5-cache/app-arch/cpio-2.12 index 03c7cc3ecfc2..1bcceba0929b 100644 --- a/metadata/md5-cache/app-arch/cpio-2.12 +++ b/metadata/md5-cache/app-arch/cpio-2.12 @@ -1,5 +1,4 @@ -DEFINED_PHASES=configure install prepare -DEPEND=!=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DEFINED_PHASES=configure prepare DESCRIPTION=A file archival tool which can also read and write tar files EAPI=5 HOMEPAGE=https://www.gnu.org/software/cpio/cpio.html @@ -8,5 +7,5 @@ KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh LICENSE=GPL-3 SLOT=0 SRC_URI=mirror://gnu/cpio/cpio-2.12.tar.bz2 -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 28fb3e5852485af1c348d446b0b98389 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=1b270842224f61e47207f8c39b9f4655 +_eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=868a7c33d6599a73e3efd1707735fac1 diff --git a/metadata/md5-cache/app-arch/cpio-2.12-r1 b/metadata/md5-cache/app-arch/cpio-2.12-r1 new file mode 100644 index 000000000000..d37b39cc59ed --- /dev/null +++ b/metadata/md5-cache/app-arch/cpio-2.12-r1 @@ -0,0 +1,11 @@ +DEFINED_PHASES=configure prepare +DESCRIPTION=A file archival tool which can also read and write tar files +EAPI=5 +HOMEPAGE=https://www.gnu.org/software/cpio/cpio.html +IUSE=nls +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=GPL-3 +SLOT=0 +SRC_URI=mirror://gnu/cpio/cpio-2.12.tar.bz2 +_eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=d4430099a9de3a35d31b3dae22a6eecd diff --git a/metadata/md5-cache/app-crypt/acme-0.3.0 b/metadata/md5-cache/app-crypt/acme-0.4.0 similarity index 98% rename from metadata/md5-cache/app-crypt/acme-0.3.0 rename to metadata/md5-cache/app-crypt/acme-0.4.0 index 13924d653ff5..54ad277e5a1d 100644 --- a/metadata/md5-cache/app-crypt/acme-0.3.0 +++ b/metadata/md5-cache/app-crypt/acme-0.4.0 @@ -9,6 +9,6 @@ LICENSE=Apache-2.0 RDEPEND=>=dev-python/cryptography-0.8[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/mock[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/ndg-httpsclient-0.4[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pyasn1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyopenssl-0.15[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pyrfc3339[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pytz[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/requests[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/six[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/werkzeug[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 -SRC_URI=https://github.com/letsencrypt/letsencrypt/archive/v0.3.0.tar.gz -> letsencrypt-0.3.0.tar.gz +SRC_URI=https://github.com/letsencrypt/letsencrypt/archive/v0.4.0.tar.gz -> letsencrypt-0.4.0.tar.gz _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 28fb3e5852485af1c348d446b0b98389 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 _md5_=3802a2ad7f949a4cb0a0093e4eff67b0 diff --git a/metadata/md5-cache/app-crypt/letsencrypt-0.3.0 b/metadata/md5-cache/app-crypt/letsencrypt-0.4.0 similarity index 94% rename from metadata/md5-cache/app-crypt/letsencrypt-0.3.0 rename to metadata/md5-cache/app-crypt/letsencrypt-0.4.0 index 02e3a6a83ec5..2d56e3c56d65 100644 --- a/metadata/md5-cache/app-crypt/letsencrypt-0.3.0 +++ b/metadata/md5-cache/app-crypt/letsencrypt-0.4.0 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=test? ( >=app-crypt/acme-0.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/configargparse-0.10.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/configobj[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/cryptography-0.7[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/parsedatetime[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/psutil-3.0.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pyopenssl-0.15[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyrfc3339[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pythondialog-3.2.2:python-2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pytz[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/requests[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/zope-component[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/zope-interface[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/nose[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DEPEND=test? ( >=app-crypt/acme-0.4.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/configargparse-0.10.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/configobj[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/cryptography-0.7[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/parsedatetime[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/psutil-3.0.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pyopenssl-0.15[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyrfc3339[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pythondialog-3.2.2:python-2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pytz[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/requests[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/zope-component[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/zope-interface[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/nose[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] DESCRIPTION=Let's encrypt client to automate deployment of X.509 certificates EAPI=5 HOMEPAGE=https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/ IUSE=test python_targets_python2_7 KEYWORDS=~amd64 LICENSE=Apache-2.0 -RDEPEND=>=app-crypt/acme-0.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/configargparse-0.10.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/configobj[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/cryptography-0.7[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/parsedatetime[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/psutil-3.0.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pyopenssl-0.15[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyrfc3339[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pythondialog-3.2.2:python-2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pytz[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/requests[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/zope-component[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/zope-interface[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +RDEPEND=>=app-crypt/acme-0.4.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/configargparse-0.10.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/configobj[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/cryptography-0.7[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/parsedatetime[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/psutil-3.0.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pyopenssl-0.15[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyrfc3339[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pythondialog-3.2.2:python-2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pytz[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/requests[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/zope-component[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/zope-interface[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 -SRC_URI=https://github.com/letsencrypt/letsencrypt/archive/v0.3.0.tar.gz -> letsencrypt-0.3.0.tar.gz +SRC_URI=https://github.com/letsencrypt/letsencrypt/archive/v0.4.0.tar.gz -> letsencrypt-0.4.0.tar.gz _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 28fb3e5852485af1c348d446b0b98389 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 _md5_=feb89c62bff13287ce6017adef050930 diff --git a/metadata/md5-cache/app-emulation/q4wine-1.2_p2 b/metadata/md5-cache/app-emulation/q4wine-1.2_p2 index 3de9023cc53d..1ec5843111c5 100644 --- a/metadata/md5-cache/app-emulation/q4wine-1.2_p2 +++ b/metadata/md5-cache/app-emulation/q4wine-1.2_p2 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsingleapplication[qt4(+),X] dev-qt/qtsql:4[sqlite] dbus? ( dev-qt/qtdbus:4 ) sys-devel/make >=dev-util/cmake-2.8.12 +DEPEND=qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsingleapplication[qt5(+),X] dev-qt/qtsql:5[sqlite] dev-qt/qtwidgets:5 dev-qt/qtxml:5 dbus? ( dev-qt/qtdbus:5 ) ) !qt5? ( dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsingleapplication[qt4(+),X] dev-qt/qtsql:4[sqlite] dbus? ( dev-qt/qtdbus:4 ) ) sys-devel/make >=dev-util/cmake-2.8.12 DESCRIPTION=Qt4 GUI configuration tool for Wine EAPI=5 HOMEPAGE=http://q4wine.brezblock.org.ua/ -IUSE=+dbus debug +icoutils +wineappdb linguas_af_ZA linguas_cs_CZ linguas_de_DE linguas_en_US linguas_es_ES linguas_fa_IR linguas_he_IL linguas_it_IT linguas_pl_PL linguas_pt_BR linguas_ru_RU linguas_uk_UA +IUSE=+dbus debug +icoutils qt5 +wineappdb linguas_af_ZA linguas_cs_CZ linguas_de_DE linguas_en_US linguas_es_ES linguas_fa_IR linguas_he_IL linguas_it_IT linguas_pl_PL linguas_pt_BR linguas_ru_RU linguas_uk_UA KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 -RDEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsingleapplication[qt4(+),X] dev-qt/qtsql:4[sqlite] dbus? ( dev-qt/qtdbus:4 ) app-admin/sudo app-emulation/wine >=sys-apps/which-2.19 sys-fs/fuseiso icoutils? ( >=media-gfx/icoutils-0.26.0 ) +RDEPEND=qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsingleapplication[qt5(+),X] dev-qt/qtsql:5[sqlite] dev-qt/qtwidgets:5 dev-qt/qtxml:5 dbus? ( dev-qt/qtdbus:5 ) ) !qt5? ( dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsingleapplication[qt4(+),X] dev-qt/qtsql:4[sqlite] dbus? ( dev-qt/qtdbus:4 ) ) app-admin/sudo app-emulation/wine >=sys-apps/which-2.19 sys-fs/fuseiso icoutils? ( >=media-gfx/icoutils-0.26.0 ) SLOT=0 SRC_URI=mirror://sourceforge/q4wine/q4wine/q4wine%201.2-r2/q4wine-1.2-r2.tar.bz2 _eclasses_=cmake-utils c67ce9708a9c02be2d296cf547740e9c eutils 28fb3e5852485af1c348d446b0b98389 flag-o-matic d270fa247153df66074f795fa42dba3e l10n 714aaf78929eade946da5eaff7d2001a multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2218350538e395885d5593cd8a309d8e +_md5_=c7f89134f9fd889990d442692de53730 diff --git a/metadata/md5-cache/app-misc/pdfpc-4.0.2 b/metadata/md5-cache/app-misc/pdfpc-4.0.2 new file mode 100644 index 000000000000..0efbda9d10d4 --- /dev/null +++ b/metadata/md5-cache/app-misc/pdfpc-4.0.2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=app-text/poppler:=[cairo] dev-libs/glib:2 dev-libs/libgee:0.8 gnome-base/librsvg media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 sys-apps/dbus x11-libs/gtk+:3 || ( dev-lang/vala:0.30 dev-lang/vala:0.28 dev-lang/vala:0.26 ) sys-devel/make >=dev-util/cmake-2.8.12 +DESCRIPTION=Presenter console with multi-monitor support for PDF files +EAPI=5 +HOMEPAGE=http://pdfpc.github.io +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=app-text/poppler:=[cairo] dev-libs/glib:2 dev-libs/libgee:0.8 gnome-base/librsvg media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 sys-apps/dbus x11-libs/gtk+:3 +SLOT=0 +SRC_URI=https://github.com/pdfpc/pdfpc/archive/v4.0.2.tar.gz -> pdfpc-4.0.2.tar.gz +_eclasses_=cmake-utils c67ce9708a9c02be2d296cf547740e9c eutils 28fb3e5852485af1c348d446b0b98389 flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 vala f946609697ad4b4b1d85b997f0c70204 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=b7184025b4535c0be788417b48687ad7 diff --git a/metadata/md5-cache/app-portage/eix-0.31.7-r1 b/metadata/md5-cache/app-portage/eix-0.31.7-r1 new file mode 100644 index 000000000000..b0674719c5f3 --- /dev/null +++ b/metadata/md5-cache/app-portage/eix-0.31.7-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install postinst postrm prepare setup +DEPEND=sqlite? ( >=dev-db/sqlite-3 ) nls? ( virtual/libintl ) app-arch/xz-utils nls? ( sys-devel/gettext ) virtual/pkgconfig +DESCRIPTION=Search and query ebuilds, portage incl. local settings, ext. overlays and more +EAPI=6 +HOMEPAGE=https://github.com/vaeth/eix/ +IUSE=debug +dep doc nls optimization +required-use security strong-optimization strong-security sqlite swap-remote tools linguas_de linguas_ru +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=GPL-2 +RDEPEND=sqlite? ( >=dev-db/sqlite-3 ) nls? ( virtual/libintl ) app-shells/push +SLOT=0 +SRC_URI=https://github.com/vaeth/eix/releases/download/v0.31.7/eix-0.31.7.tar.xz +_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 l10n 714aaf78929eade946da5eaff7d2001a multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=b928679f84654265f252f325fbdd38ba diff --git a/metadata/md5-cache/dev-db/postgresql-9.0.23-r1 b/metadata/md5-cache/dev-db/postgresql-9.0.23-r1 index a34225cc8ba2..02fd7fc36825 100644 --- a/metadata/md5-cache/dev-db/postgresql-9.0.23-r1 +++ b/metadata/md5-cache/dev-db/postgresql-9.0.23-r1 @@ -11,4 +11,4 @@ RESTRICT=test SLOT=9.0 SRC_URI=mirror://postgresql/source/v9.0.23/postgresql-9.0.23.tar.bz2 _eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 flag-o-matic d270fa247153df66074f795fa42dba3e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 prefix e7f2b9c6e57342e5d25eac22fce23062 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=c3decbbc7afc2653a2bbecb2427c21a3 +_md5_=b31e9026944bff49bca19841aa051ef0 diff --git a/metadata/md5-cache/dev-db/postgresql-9.1.19-r1 b/metadata/md5-cache/dev-db/postgresql-9.1.19-r1 index b89e3cab6457..c1c1d218b8ef 100644 --- a/metadata/md5-cache/dev-db/postgresql-9.1.19-r1 +++ b/metadata/md5-cache/dev-db/postgresql-9.1.19-r1 @@ -11,4 +11,4 @@ RESTRICT=test SLOT=9.1 SRC_URI=mirror://postgresql/source/v9.1.19/postgresql-9.1.19.tar.bz2 _eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 flag-o-matic d270fa247153df66074f795fa42dba3e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 prefix e7f2b9c6e57342e5d25eac22fce23062 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=948a44fa1002078f23ab1a6bac0205fc +_md5_=7688648ec7a7ee27911a7ab0e864697d diff --git a/metadata/md5-cache/dev-db/postgresql-9.1.20 b/metadata/md5-cache/dev-db/postgresql-9.1.20 index 237ae44a7b5f..c68f8fc1718b 100644 --- a/metadata/md5-cache/dev-db/postgresql-9.1.20 +++ b/metadata/md5-cache/dev-db/postgresql-9.1.20 @@ -4,11 +4,11 @@ DESCRIPTION=PostgreSQL RDBMS EAPI=5 HOMEPAGE=http://www.postgresql.org/ IUSE=doc kerberos kernel_linux ldap libressl nls pam perl -pg_legacytimestamp python +readline selinux +server ssl static-libs tcl threads uuid xml zlib linguas_af linguas_cs linguas_de linguas_en linguas_es linguas_fa linguas_fr linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv linguas_tr linguas_zh_CN linguas_zh_TW python_targets_python2_7 python_targets_python3_4 python_single_target_python2_7 python_single_target_python3_4 -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris LICENSE=POSTGRESQL GPL-2 RDEPEND=>=app-eselect/eselect-postgresql-1.2.0 sys-apps/less virtual/libintl kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( virtual/pam ) perl? ( >=dev-lang/perl-5.8 ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?] ) readline? ( sys-libs/readline:0= ) ssl? ( !libressl? ( >=dev-libs/openssl-0.9.6-r1:0= ) libressl? ( dev-libs/libressl:= ) ) tcl? ( >=dev-lang/tcl-8:0= ) uuid? ( dev-libs/ossp-uuid ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) zlib? ( sys-libs/zlib ) !dev-db/postgresql-docs:9.1 !dev-db/postgresql-base:9.1 !dev-db/postgresql-server:9.1 selinux? ( sec-policy/selinux-postgresql ) RESTRICT=test SLOT=9.1 SRC_URI=mirror://postgresql/source/v9.1.20/postgresql-9.1.20.tar.bz2 _eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 flag-o-matic d270fa247153df66074f795fa42dba3e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 prefix e7f2b9c6e57342e5d25eac22fce23062 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=029df51fd1966fc15bf97cb2d8282869 +_md5_=76dfd2e15ef435d67bdb3e31ee877c22 diff --git a/metadata/md5-cache/dev-db/postgresql-9.2.14-r1 b/metadata/md5-cache/dev-db/postgresql-9.2.14-r1 index c87aacdb0870..23722916b4fc 100644 --- a/metadata/md5-cache/dev-db/postgresql-9.2.14-r1 +++ b/metadata/md5-cache/dev-db/postgresql-9.2.14-r1 @@ -10,4 +10,4 @@ RDEPEND=>=app-eselect/eselect-postgresql-1.2.0 sys-apps/less virtual/libintl ker SLOT=9.2 SRC_URI=mirror://postgresql/source/v9.2.14/postgresql-9.2.14.tar.bz2 _eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 flag-o-matic d270fa247153df66074f795fa42dba3e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 prefix e7f2b9c6e57342e5d25eac22fce23062 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=131d00b572baac1d4c17961685e5b459 +_md5_=98bbbbcb56b06fccb8c7f7b684aee942 diff --git a/metadata/md5-cache/dev-db/postgresql-9.2.15 b/metadata/md5-cache/dev-db/postgresql-9.2.15 index 9e1e0ad80514..edd2d96bc6b9 100644 --- a/metadata/md5-cache/dev-db/postgresql-9.2.15 +++ b/metadata/md5-cache/dev-db/postgresql-9.2.15 @@ -4,10 +4,10 @@ DESCRIPTION=PostgreSQL RDBMS EAPI=5 HOMEPAGE=http://www.postgresql.org/ IUSE=doc kerberos kernel_linux ldap libressl nls pam perl -pg_legacytimestamp python +readline selinux +server ssl static-libs tcl threads uuid xml zlib linguas_af linguas_cs linguas_de linguas_en linguas_es linguas_fa linguas_fr linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv linguas_tr linguas_zh_CN linguas_zh_TW python_targets_python2_7 python_targets_python3_4 python_single_target_python2_7 python_single_target_python3_4 -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris LICENSE=POSTGRESQL GPL-2 RDEPEND=>=app-eselect/eselect-postgresql-1.2.0 sys-apps/less virtual/libintl kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( virtual/pam ) perl? ( >=dev-lang/perl-5.8 ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?] ) readline? ( sys-libs/readline:0= ) ssl? ( !libressl? ( >=dev-libs/openssl-0.9.6-r1:0= ) libressl? ( dev-libs/libressl:= ) ) tcl? ( >=dev-lang/tcl-8:0= ) uuid? ( dev-libs/ossp-uuid ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) zlib? ( sys-libs/zlib ) !dev-db/postgresql-docs:9.2 !dev-db/postgresql-base:9.2 !dev-db/postgresql-server:9.2 selinux? ( sec-policy/selinux-postgresql ) SLOT=9.2 SRC_URI=mirror://postgresql/source/v9.2.15/postgresql-9.2.15.tar.bz2 _eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 flag-o-matic d270fa247153df66074f795fa42dba3e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 prefix e7f2b9c6e57342e5d25eac22fce23062 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=16a8a7943a87c7475e10a3292f2d8a81 +_md5_=e9de20c54f1bb13b9f6cdcbc0b4f0b83 diff --git a/metadata/md5-cache/dev-db/postgresql-9.3.10-r1 b/metadata/md5-cache/dev-db/postgresql-9.3.10-r1 index 0d449202256e..ca08b11eac7b 100644 --- a/metadata/md5-cache/dev-db/postgresql-9.3.10-r1 +++ b/metadata/md5-cache/dev-db/postgresql-9.3.10-r1 @@ -10,4 +10,4 @@ RDEPEND=>=app-eselect/eselect-postgresql-1.2.0 sys-apps/less virtual/libintl ker SLOT=9.3 SRC_URI=mirror://postgresql/source/v9.3.10/postgresql-9.3.10.tar.bz2 _eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 flag-o-matic d270fa247153df66074f795fa42dba3e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 prefix e7f2b9c6e57342e5d25eac22fce23062 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d8dc219f5d122863957e3664e02dc94e +_md5_=a2d44dc6a8e4c0675abf60e4f890e40a diff --git a/metadata/md5-cache/dev-db/postgresql-9.3.10-r2 b/metadata/md5-cache/dev-db/postgresql-9.3.10-r2 index af9740579d73..a65a7dad1426 100644 --- a/metadata/md5-cache/dev-db/postgresql-9.3.10-r2 +++ b/metadata/md5-cache/dev-db/postgresql-9.3.10-r2 @@ -10,4 +10,4 @@ RDEPEND=>=app-eselect/eselect-postgresql-1.2.0 sys-apps/less virtual/libintl ker SLOT=9.3 SRC_URI=mirror://postgresql/source/v9.3.10/postgresql-9.3.10.tar.bz2 _eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 flag-o-matic d270fa247153df66074f795fa42dba3e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 prefix e7f2b9c6e57342e5d25eac22fce23062 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=42ab97513e4bbbfb4198165d7d59ee21 +_md5_=24eebba9efbefd0aac3390500e3b2e47 diff --git a/metadata/md5-cache/dev-db/postgresql-9.3.11 b/metadata/md5-cache/dev-db/postgresql-9.3.11 index 14f52d6c11b3..a096f57912f6 100644 --- a/metadata/md5-cache/dev-db/postgresql-9.3.11 +++ b/metadata/md5-cache/dev-db/postgresql-9.3.11 @@ -4,10 +4,10 @@ DESCRIPTION=PostgreSQL RDBMS EAPI=5 HOMEPAGE=http://www.postgresql.org/ IUSE=doc kerberos kernel_linux ldap libressl nls pam perl -pg_legacytimestamp python +readline selinux +server ssl static-libs tcl threads uuid xml zlib linguas_af linguas_cs linguas_de linguas_en linguas_es linguas_fa linguas_fr linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv linguas_tr linguas_zh_CN linguas_zh_TW python_targets_python2_7 python_targets_python3_4 python_single_target_python2_7 python_single_target_python3_4 -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris LICENSE=POSTGRESQL GPL-2 RDEPEND=>=app-eselect/eselect-postgresql-1.2.0 sys-apps/less virtual/libintl kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( virtual/pam ) perl? ( >=dev-lang/perl-5.8 ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?] ) readline? ( sys-libs/readline:0= ) ssl? ( !libressl? ( >=dev-libs/openssl-0.9.6-r1:0= ) libressl? ( dev-libs/libressl:= ) ) tcl? ( >=dev-lang/tcl-8:0= ) uuid? ( dev-libs/ossp-uuid ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) zlib? ( sys-libs/zlib ) !dev-db/postgresql-docs:9.3 !dev-db/postgresql-base:9.3 !dev-db/postgresql-server:9.3 selinux? ( sec-policy/selinux-postgresql ) SLOT=9.3 SRC_URI=mirror://postgresql/source/v9.3.11/postgresql-9.3.11.tar.bz2 _eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 flag-o-matic d270fa247153df66074f795fa42dba3e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 prefix e7f2b9c6e57342e5d25eac22fce23062 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3411f9fb1963e088e2cac8b2c325e5f2 +_md5_=6b8259bc52c6d37a1526ed9137bf0902 diff --git a/metadata/md5-cache/dev-db/postgresql-9.4.5-r1 b/metadata/md5-cache/dev-db/postgresql-9.4.5-r1 index 1b78cb490ba6..df5cda1278d4 100644 --- a/metadata/md5-cache/dev-db/postgresql-9.4.5-r1 +++ b/metadata/md5-cache/dev-db/postgresql-9.4.5-r1 @@ -10,4 +10,4 @@ RDEPEND=>=app-eselect/eselect-postgresql-1.2.0 sys-apps/less virtual/libintl ker SLOT=9.4 SRC_URI=mirror://postgresql/source/v9.4.5/postgresql-9.4.5.tar.bz2 _eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 flag-o-matic d270fa247153df66074f795fa42dba3e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 prefix e7f2b9c6e57342e5d25eac22fce23062 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=81b7e8b1cc16aeb1c24f4a4b94ede2cb +_md5_=4723f9f224286aa3491b1afcf095d31b diff --git a/metadata/md5-cache/dev-db/postgresql-9.4.5-r2 b/metadata/md5-cache/dev-db/postgresql-9.4.5-r2 index f2a9c8fd934b..2c42a1f66eff 100644 --- a/metadata/md5-cache/dev-db/postgresql-9.4.5-r2 +++ b/metadata/md5-cache/dev-db/postgresql-9.4.5-r2 @@ -10,4 +10,4 @@ RDEPEND=>=app-eselect/eselect-postgresql-1.2.0 sys-apps/less virtual/libintl ker SLOT=9.4 SRC_URI=mirror://postgresql/source/v9.4.5/postgresql-9.4.5.tar.bz2 _eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 flag-o-matic d270fa247153df66074f795fa42dba3e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 prefix e7f2b9c6e57342e5d25eac22fce23062 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=68958bead5092ff8e73c6692e1fd903b +_md5_=8698e76a067df2cb58d8287a4f8e4a82 diff --git a/metadata/md5-cache/dev-db/postgresql-9.4.6 b/metadata/md5-cache/dev-db/postgresql-9.4.6 index f8b9da9f4fe1..26afa78e6065 100644 --- a/metadata/md5-cache/dev-db/postgresql-9.4.6 +++ b/metadata/md5-cache/dev-db/postgresql-9.4.6 @@ -4,10 +4,10 @@ DESCRIPTION=PostgreSQL RDBMS EAPI=5 HOMEPAGE=http://www.postgresql.org/ IUSE=doc kerberos kernel_linux ldap libressl nls pam perl -pg_legacytimestamp python +readline selinux +server ssl static-libs tcl threads uuid xml zlib linguas_af linguas_cs linguas_de linguas_en linguas_es linguas_fa linguas_fr linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv linguas_tr linguas_zh_CN linguas_zh_TW elibc_glibc elibc_uclibc elibc_musl elibc_FreeBSD elibc_NetBSD elibc_OpenBSD python_targets_python2_7 python_targets_python3_4 python_single_target_python2_7 python_single_target_python3_4 -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris LICENSE=POSTGRESQL GPL-2 RDEPEND=>=app-eselect/eselect-postgresql-1.2.0 sys-apps/less virtual/libintl kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( virtual/pam ) perl? ( >=dev-lang/perl-5.8 ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?] ) readline? ( sys-libs/readline:0= ) ssl? ( !libressl? ( >=dev-libs/openssl-0.9.6-r1:0= ) libressl? ( dev-libs/libressl:= ) ) tcl? ( >=dev-lang/tcl-8:0= ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) zlib? ( sys-libs/zlib ) uuid? ( elibc_glibc? ( sys-apps/util-linux ) elibc_uclibc? ( sys-apps/util-linux ) elibc_musl? ( sys-apps/util-linux ) !elibc_glibc? ( !elibc_uclibc? ( !elibc_musl? ( !elibc_FreeBSD? ( !elibc_NetBSD? ( !elibc_OpenBSD? ( dev-libs/ossp-uuid ) ) ) ) ) ) ) !dev-db/postgresql-docs:9.4 !dev-db/postgresql-base:9.4 !dev-db/postgresql-server:9.4 selinux? ( sec-policy/selinux-postgresql ) SLOT=9.4 SRC_URI=mirror://postgresql/source/v9.4.6/postgresql-9.4.6.tar.bz2 _eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 flag-o-matic d270fa247153df66074f795fa42dba3e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 prefix e7f2b9c6e57342e5d25eac22fce23062 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=948fc98f535c5b4e6242dd7f9bdb7045 +_md5_=08c3098926174655b4f26408770ef82d diff --git a/metadata/md5-cache/dev-db/postgresql-9.5.1 b/metadata/md5-cache/dev-db/postgresql-9.5.1 index 998f78953000..d95a9b0cd9b7 100644 --- a/metadata/md5-cache/dev-db/postgresql-9.5.1 +++ b/metadata/md5-cache/dev-db/postgresql-9.5.1 @@ -4,10 +4,10 @@ DESCRIPTION=PostgreSQL RDBMS EAPI=5 HOMEPAGE=http://www.postgresql.org/ IUSE=doc kerberos kernel_linux ldap libressl nls pam perl -pg_legacytimestamp python +readline selinux +server ssl static-libs tcl threads uuid xml zlib linguas_af linguas_cs linguas_de linguas_en linguas_es linguas_fa linguas_fr linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv linguas_tr linguas_zh_CN linguas_zh_TW elibc_glibc elibc_uclibc elibc_musl elibc_FreeBSD elibc_NetBSD elibc_OpenBSD python_targets_python2_7 python_targets_python3_4 python_single_target_python2_7 python_single_target_python3_4 -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris LICENSE=POSTGRESQL GPL-2 RDEPEND=>=app-eselect/eselect-postgresql-1.2.0 sys-apps/less virtual/libintl kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( virtual/pam ) perl? ( >=dev-lang/perl-5.8 ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?] ) readline? ( sys-libs/readline:0= ) ssl? ( !libressl? ( >=dev-libs/openssl-0.9.6-r1:0= ) libressl? ( dev-libs/libressl:= ) ) tcl? ( >=dev-lang/tcl-8:0= ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) zlib? ( sys-libs/zlib ) uuid? ( elibc_glibc? ( sys-apps/util-linux ) elibc_uclibc? ( sys-apps/util-linux ) elibc_musl? ( sys-apps/util-linux ) !elibc_glibc? ( !elibc_uclibc? ( !elibc_musl? ( !elibc_FreeBSD? ( !elibc_NetBSD? ( !elibc_OpenBSD? ( dev-libs/ossp-uuid ) ) ) ) ) ) ) !dev-db/postgresql-docs:9.5 !dev-db/postgresql-base:9.5 !dev-db/postgresql-server:9.5 selinux? ( sec-policy/selinux-postgresql ) SLOT=9.5 SRC_URI=mirror://postgresql/source/v9.5.1/postgresql-9.5.1.tar.bz2 _eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 flag-o-matic d270fa247153df66074f795fa42dba3e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 prefix e7f2b9c6e57342e5d25eac22fce23062 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=948fc98f535c5b4e6242dd7f9bdb7045 +_md5_=08c3098926174655b4f26408770ef82d diff --git a/metadata/md5-cache/dev-db/postgresql-9999 b/metadata/md5-cache/dev-db/postgresql-9999 index 24ea8c5c4043..441fe94a6c0e 100644 --- a/metadata/md5-cache/dev-db/postgresql-9999 +++ b/metadata/md5-cache/dev-db/postgresql-9999 @@ -8,4 +8,4 @@ LICENSE=POSTGRESQL GPL-2 RDEPEND=>=app-eselect/eselect-postgresql-1.2.0 sys-apps/less virtual/libintl kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( virtual/pam ) perl? ( >=dev-lang/perl-5.8 ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?] ) readline? ( sys-libs/readline:0= ) ssl? ( !libressl? ( >=dev-libs/openssl-0.9.6-r1:0= ) libressl? ( dev-libs/libressl:= ) ) tcl? ( >=dev-lang/tcl-8:0= ) uuid? ( dev-libs/ossp-uuid ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) zlib? ( sys-libs/zlib ) !dev-db/postgresql-docs:9.6 !dev-db/postgresql-base:9.6 !dev-db/postgresql-server:9.6 selinux? ( sec-policy/selinux-postgresql ) SLOT=9.6 _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils 28fb3e5852485af1c348d446b0b98389 flag-o-matic d270fa247153df66074f795fa42dba3e git-2 df00117322129fb906bb0a53c3d6a020 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 prefix e7f2b9c6e57342e5d25eac22fce23062 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2bce4f8f6e1396a084e6bba53e48e890 +_md5_=cecbe02a4fb384ecca2a2e987b520d88 diff --git a/metadata/md5-cache/dev-java/cacao-0.99.4 b/metadata/md5-cache/dev-java/cacao-0.99.4 index 37f57386f48d..13bb89985461 100644 --- a/metadata/md5-cache/dev-java/cacao-0.99.4 +++ b/metadata/md5-cache/dev-java/cacao-0.99.4 @@ -4,10 +4,10 @@ DESCRIPTION=Cacao Java Virtual Machine EAPI=2 HOMEPAGE=http://www.cacaojvm.org/ IUSE=test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc64 ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=dev-java/gnu-classpath:0.98 || ( dev-java/eclipse-ecj dev-java/ecj-gcj ) >=dev-java/java-config-2.2.0 >=dev-java/java-config-2.2.0 app-eselect/eselect-java SLOT=0 SRC_URI=http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-0.99.4/cacao-0.99.4.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 28fb3e5852485af1c348d446b0b98389 fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 java-vm-2 ba3b22a014a6ebc7b43b7e1bba90b9e1 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=660cfcd6c53fe06f8c298f601ddc3d9f +_md5_=d9da1f29b9ee9351557e476c1464e578 diff --git a/metadata/md5-cache/dev-java/lucene-1.9.1 b/metadata/md5-cache/dev-java/lucene-1.9.1 deleted file mode 100644 index f5f1d6a1ca12..000000000000 --- a/metadata/md5-cache/dev-java/lucene-1.9.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install preinst setup test unpack -DEPEND=>=virtual/jdk-1.4 test? ( dev-java/junit dev-java/ant-junit ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=High-performance, full-featured text search engine written entirely in Java -EAPI=0 -HOMEPAGE=http://lucene.apache.org -IUSE=elibc_FreeBSD test source doc elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 x86 ~x86-fbsd -LICENSE=Apache-1.1 -RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=1.9 -SRC_URI=mirror://apache/lucene/java/archive/lucene-1.9.1-src.tar.gz -_eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 java-ant-2 7c5d0c274d390745f5033754a319f515 java-osgi a6786ef95ac1c00fe7da4bb9dc1499f3 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=14c9da7dae93c4cd2980f35b5c76c043 diff --git a/metadata/md5-cache/dev-java/lucene-2.1.0-r1 b/metadata/md5-cache/dev-java/lucene-2.1.0-r1 deleted file mode 100644 index 56b3e42757f2..000000000000 --- a/metadata/md5-cache/dev-java/lucene-2.1.0-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup test -DEPEND=>=virtual/jdk-1.4 dev-java/ant-nodeps dev-java/javacc test? ( dev-java/ant-junit =dev-java/junit-3* ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=High-performance, full-featured text search engine written entirely in Java -EAPI=3 -HOMEPAGE=http://lucene.apache.org -IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-macos -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jdk-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=2.1 -SRC_URI=mirror://apache/lucene/java/archive/lucene-2.1.0-src.tar.gz -_eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=1351c7f5e155dd3546f18834ce66132e diff --git a/metadata/md5-cache/dev-java/lucene-2.1.0-r2 b/metadata/md5-cache/dev-java/lucene-2.1.0-r2 deleted file mode 100644 index 13577f0ff497..000000000000 --- a/metadata/md5-cache/dev-java/lucene-2.1.0-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup test -DEPEND=>=virtual/jdk-1.5 dev-java/ant-nodeps dev-java/javacc test? ( dev-java/ant-junit =dev-java/junit-3* ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=High-performance, full-featured text search engine written entirely in Java -EAPI=3 -HOMEPAGE=http://lucene.apache.org -IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jdk-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=2.1 -SRC_URI=mirror://apache/lucene/java/archive/lucene-2.1.0-src.tar.gz -_eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=53b000fcfb7fd727d4c80698a91591e5 diff --git a/metadata/md5-cache/dev-java/lucene-2.2.0 b/metadata/md5-cache/dev-java/lucene-2.2.0 deleted file mode 100644 index 3662517b4c7d..000000000000 --- a/metadata/md5-cache/dev-java/lucene-2.2.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup test -DEPEND=>=virtual/jdk-1.4 dev-java/ant-nodeps dev-java/javacc test? ( dev-java/ant-junit =dev-java/junit-3* ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=High-performance, full-featured text search engine written entirely in Java -EAPI=3 -HOMEPAGE=http://lucene.apache.org -IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~x86 ~x86-fbsd -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jdk-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=2.2 -SRC_URI=mirror://apache/lucene/java/archive/lucene-2.2.0-src.tar.gz -_eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=dca7b3545791a59b5d1dc0bd7b2d655f diff --git a/metadata/md5-cache/dev-java/lucene-2.2.0-r1 b/metadata/md5-cache/dev-java/lucene-2.2.0-r1 deleted file mode 100644 index dd85c7181804..000000000000 --- a/metadata/md5-cache/dev-java/lucene-2.2.0-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup test -DEPEND=>=virtual/jdk-1.5 dev-java/ant-nodeps dev-java/javacc test? ( dev-java/ant-junit =dev-java/junit-3* ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=High-performance, full-featured text search engine written entirely in Java -EAPI=3 -HOMEPAGE=http://lucene.apache.org -IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 x86 ~x86-fbsd -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jdk-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=2.2 -SRC_URI=mirror://apache/lucene/java/archive/lucene-2.2.0-src.tar.gz -_eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e81a2adf37e1476720e78bc32c1fa728 diff --git a/metadata/md5-cache/dev-java/lucene-2.3.0 b/metadata/md5-cache/dev-java/lucene-2.3.0 deleted file mode 100644 index 411f73a6405f..000000000000 --- a/metadata/md5-cache/dev-java/lucene-2.3.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install preinst setup test -DEPEND=>=virtual/jdk-1.4 dev-java/ant-nodeps dev-java/javacc test? ( dev-java/ant-junit =dev-java/junit-3* ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=High-performance, full-featured text search engine written entirely in Java -EAPI=0 -HOMEPAGE=http://lucene.apache.org -IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~x86 ~x86-fbsd -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jdk-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=2.3 -SRC_URI=mirror://apache/lucene/java/archive/lucene-2.3.0-src.tar.gz mirror://apache/lucene/java/lucene-2.3.0-src.tar.gz -_eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=de05fac67061f8d9750129593b42ce4b diff --git a/metadata/md5-cache/dev-java/lucene-2.3.1 b/metadata/md5-cache/dev-java/lucene-2.3.1 deleted file mode 100644 index 45811bee61bf..000000000000 --- a/metadata/md5-cache/dev-java/lucene-2.3.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install preinst setup test -DEPEND=>=virtual/jdk-1.4 dev-java/ant-nodeps dev-java/javacc test? ( dev-java/ant-junit =dev-java/junit-3* ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=High-performance, full-featured text search engine written entirely in Java -EAPI=0 -HOMEPAGE=http://lucene.apache.org -IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~x86 ~x86-fbsd -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jdk-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=2.3 -SRC_URI=mirror://apache/lucene/java/archive/lucene-2.3.1-src.tar.gz mirror://apache/lucene/java/lucene-2.3.1-src.tar.gz -_eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=de05fac67061f8d9750129593b42ce4b diff --git a/metadata/md5-cache/dev-java/lucene-2.3.2 b/metadata/md5-cache/dev-java/lucene-2.3.2 deleted file mode 100644 index f5f3557923f1..000000000000 --- a/metadata/md5-cache/dev-java/lucene-2.3.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install preinst setup test -DEPEND=>=virtual/jdk-1.4 dev-java/ant-nodeps dev-java/javacc test? ( dev-java/ant-junit =dev-java/junit-3* ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=High-performance, full-featured text search engine written entirely in Java -EAPI=0 -HOMEPAGE=http://lucene.apache.org -IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 x86 ~x86-fbsd -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jdk-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=2.3 -SRC_URI=mirror://apache/lucene/java/archive/lucene-2.3.2-src.tar.gz mirror://apache/lucene/java/lucene-2.3.2-src.tar.gz -_eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=cefdae72070f5b34bfddaf13841dde43 diff --git a/metadata/md5-cache/dev-java/lucene-2.3.2-r1 b/metadata/md5-cache/dev-java/lucene-2.3.2-r1 deleted file mode 100644 index 3d495ca7620f..000000000000 --- a/metadata/md5-cache/dev-java/lucene-2.3.2-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup test -DEPEND=>=virtual/jdk-1.4 dev-java/ant-nodeps dev-java/javacc test? ( dev-java/ant-junit =dev-java/junit-3* ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=High-performance, full-featured text search engine written entirely in Java -EAPI=3 -HOMEPAGE=http://lucene.apache.org -IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jdk-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=2.3 -SRC_URI=mirror://apache/lucene/java/archive/lucene-2.3.2-src.tar.gz mirror://apache/lucene/java/lucene-2.3.2-src.tar.gz -_eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e909afb9fdba9368eae732c788d3f6f5 diff --git a/metadata/md5-cache/dev-java/lucene-2.3.2-r2 b/metadata/md5-cache/dev-java/lucene-2.3.2-r2 deleted file mode 100644 index 2f9669f8af06..000000000000 --- a/metadata/md5-cache/dev-java/lucene-2.3.2-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup test -DEPEND=>=virtual/jdk-1.5 dev-java/ant-nodeps dev-java/javacc test? ( dev-java/ant-junit =dev-java/junit-3* ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=High-performance, full-featured text search engine written entirely in Java -EAPI=3 -HOMEPAGE=http://lucene.apache.org -IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jdk-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=2.3 -SRC_URI=mirror://apache/lucene/java/archive/lucene-2.3.2-src.tar.gz mirror://apache/lucene/java/lucene-2.3.2-src.tar.gz -_eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=67dc3f55a823738381e3a5beb43f2237 diff --git a/metadata/md5-cache/dev-java/lucene-2.4.0 b/metadata/md5-cache/dev-java/lucene-2.4.0 deleted file mode 100644 index cdcb627d9955..000000000000 --- a/metadata/md5-cache/dev-java/lucene-2.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install preinst setup test unpack -DEPEND=>=virtual/jdk-1.4 dev-java/ant-nodeps dev-java/javacc test? ( dev-java/ant-junit =dev-java/junit-3* ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=High-performance, full-featured text search engine written entirely in Java -EAPI=0 -HOMEPAGE=http://lucene.apache.org -IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~x86 ~x86-fbsd -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jdk-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=2.4 -SRC_URI=mirror://apache/lucene/java/lucene-2.4.0-src.tar.gz -_eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2a2b59fb0eab07db63d32eaac24ad0f9 diff --git a/metadata/md5-cache/dev-java/lucene-2.4.1 b/metadata/md5-cache/dev-java/lucene-2.4.1 deleted file mode 100644 index eb9dee2b0696..000000000000 --- a/metadata/md5-cache/dev-java/lucene-2.4.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup test -DEPEND=>=virtual/jdk-1.4 dev-java/ant-nodeps dev-java/javacc test? ( dev-java/ant-junit =dev-java/junit-3* ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=High-performance, full-featured text search engine written entirely in Java -EAPI=3 -HOMEPAGE=http://lucene.apache.org -IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 x86 ~x86-fbsd -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jdk-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=2.4 -SRC_URI=mirror://apache/lucene/java/lucene-2.4.1-src.tar.gz -_eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8fea8883432ce3e405165de1b9fc6016 diff --git a/metadata/md5-cache/dev-java/lucene-2.9.1-r1 b/metadata/md5-cache/dev-java/lucene-2.9.1-r1 deleted file mode 100644 index 4a0c0ce0c82c..000000000000 --- a/metadata/md5-cache/dev-java/lucene-2.9.1-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup test -DEPEND=>=virtual/jdk-1.4 dev-java/ant-nodeps:0 dev-java/javacc:0 test? ( dev-java/ant-junit =dev-java/junit-3* ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=High-performance, full-featured text search engine written entirely in Java -EAPI=2 -HOMEPAGE=http://lucene.apache.org -IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 x86 ~x86-fbsd -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jdk-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=2.9 -SRC_URI=mirror://apache/lucene/java/lucene-2.9.1-src.tar.gz -_eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=56327c40194bbef6fa074cd8c13c741b diff --git a/metadata/md5-cache/dev-java/lucene-2.9.4 b/metadata/md5-cache/dev-java/lucene-2.9.4 deleted file mode 100644 index e74e5acb2901..000000000000 --- a/metadata/md5-cache/dev-java/lucene-2.9.4 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup test -DEPEND=>=virtual/jdk-1.5 dev-java/ant-nodeps:0 dev-java/javacc:0 dev-java/junit:0 test? ( dev-java/ant-junit ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=High-performance, full-featured text search engine written entirely in Java -EAPI=3 -HOMEPAGE=http://lucene.apache.org -IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 x86 ~x86-fbsd -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jdk-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=2.9 -SRC_URI=mirror://apache/lucene/java/lucene-2.9.4-src.tar.gz mirror://apache/lucene/java/2.9.4/lucene-2.9.4-src.tar.gz -_eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=018d115f3dffd4df2f09d0d8af6cd7a5 diff --git a/metadata/md5-cache/dev-java/lucene-3.0.0 b/metadata/md5-cache/dev-java/lucene-3.0.0 deleted file mode 100644 index e3b5143d9d18..000000000000 --- a/metadata/md5-cache/dev-java/lucene-3.0.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup test -DEPEND=>=virtual/jdk-1.5 dev-java/ant-nodeps:0 dev-java/javacc:0 test? ( dev-java/ant-junit =dev-java/junit-3* ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=High-performance, full-featured text search engine written entirely in Java -EAPI=3 -HOMEPAGE=http://lucene.apache.org -IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 x86 ~x86-fbsd -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jdk-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=3.0 -SRC_URI=mirror://apache/lucene/java/lucene-3.0.0-src.tar.gz -_eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=688652009d8374c862310c501ba27f90 diff --git a/metadata/md5-cache/dev-java/lucene-3.0.3 b/metadata/md5-cache/dev-java/lucene-3.0.3 deleted file mode 100644 index 5032f4130418..000000000000 --- a/metadata/md5-cache/dev-java/lucene-3.0.3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup test -DEPEND=>=virtual/jdk-1.5 dev-java/ant-nodeps:0 dev-java/javacc:0 dev-java/junit:0 test? ( dev-java/ant-junit ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=High-performance, full-featured text search engine written entirely in Java -EAPI=3 -HOMEPAGE=http://lucene.apache.org -IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 x86 ~amd64-fbsd ~x86-fbsd -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jdk-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=3.0 -SRC_URI=mirror://apache/lucene/java/lucene-3.0.3-src.tar.gz mirror://apache/lucene/java/3.0.3/lucene-3.0.3-src.tar.gz -_eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=c3a5c4506696b9bd451dc32f831f9142 diff --git a/metadata/md5-cache/dev-java/lucene-3.4.0 b/metadata/md5-cache/dev-java/lucene-3.4.0 deleted file mode 100644 index 810a30051ead..000000000000 --- a/metadata/md5-cache/dev-java/lucene-3.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup test -DEPEND=>=virtual/jdk-1.5 dev-java/ant-nodeps:0 dev-java/junit:4 dev-java/ant-junit:0 contrib? ( dev-java/jakarta-regexp:1.4 dev-java/commons-compress:0 dev-java/commons-collections:0 dev-java/commons-digester:0 dev-java/commons-logging:0 dev-java/commons-beanutils:1.7 ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=High-performance, full-featured text search engine library written entirely in Java -EAPI=3 -HOMEPAGE=http://lucene.apache.org -IUSE=elibc_FreeBSD doc source test contrib elibc_FreeBSD -KEYWORDS=~amd64 ~x86 -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jdk-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=3.4 -SRC_URI=mirror://apache/lucene/java/3.4.0/lucene-3.4.0-src.tgz -_eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=45884aedd9589c9d920d8c6586581dcb diff --git a/metadata/md5-cache/dev-lang/swi-prolog-7.3.17 b/metadata/md5-cache/dev-lang/swi-prolog-7.3.17 new file mode 100644 index 000000000000..34b47fd0bc63 --- /dev/null +++ b/metadata/md5-cache/dev-lang/swi-prolog-7.3.17 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install preinst prepare setup test +DEPEND=sys-libs/ncurses:= archive? ( app-arch/libarchive ) berkdb? ( >=sys-libs/db-4:= ) zlib? ( sys-libs/zlib ) odbc? ( dev-db/unixODBC ) readline? ( sys-libs/readline:= ) gmp? ( dev-libs/gmp:0 ) ssl? ( !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) ) java? ( >=virtual/jdk-1.5:= ) uuid? ( dev-libs/ossp-uuid ) X? ( virtual/jpeg:0 x11-libs/libX11 x11-libs/libXft x11-libs/libXpm x11-libs/libXt x11-libs/libICE x11-libs/libSM ) X? ( x11-proto/xproto ) java? ( test? ( =dev-java/junit-3.8* ) ) java? ( >=dev-java/java-config-2.2.0 ) +DESCRIPTION=free, small, and standard compliant Prolog compiler +EAPI=5 +HOMEPAGE=http://www.swi-prolog.org/ +IUSE=archive berkdb debug doc +gmp hardened java libressl minimal odbc +readline ssl static-libs test uuid zlib X elibc_FreeBSD java +KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +LICENSE=BSD-2 LGPL-2.1 +RDEPEND=sys-libs/ncurses:= archive? ( app-arch/libarchive ) berkdb? ( >=sys-libs/db-4:= ) zlib? ( sys-libs/zlib ) odbc? ( dev-db/unixODBC ) readline? ( sys-libs/readline:= ) gmp? ( dev-libs/gmp:0 ) ssl? ( !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) ) java? ( >=virtual/jdk-1.5:= ) uuid? ( dev-libs/ossp-uuid ) X? ( virtual/jpeg:0 x11-libs/libX11 x11-libs/libXft x11-libs/libXpm x11-libs/libXt x11-libs/libICE x11-libs/libSM ) java? ( >=dev-java/java-config-2.2.0 ) +SLOT=0 +SRC_URI=http://www.swi-prolog.org/download/devel/src/swipl-7.3.17.tar.gz +_eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 flag-o-matic d270fa247153df66074f795fa42dba3e java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=bedeebb6c35cddbd88f92a2d7cfb4e4c diff --git a/metadata/md5-cache/dev-libs/freexl-1.0.1 b/metadata/md5-cache/dev-libs/freexl-1.0.1 new file mode 100644 index 000000000000..714a36c78c9d --- /dev/null +++ b/metadata/md5-cache/dev-libs/freexl-1.0.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install +DEPEND=virtual/libiconv +DESCRIPTION=Simple XLS data extraction library +EAPI=6 +HOMEPAGE=http://www.gaia-gis.it/gaia-sins/ +IUSE=static-libs +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 +LICENSE=MPL-1.1 +RDEPEND=virtual/libiconv +SLOT=0 +SRC_URI=http://www.gaia-gis.it/gaia-sins/freexl-sources/freexl-1.0.1.tar.gz +_eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=36831f3f5a894688c5c4145de23380e4 diff --git a/metadata/md5-cache/dev-libs/link-grammar-5.3.3 b/metadata/md5-cache/dev-libs/link-grammar-5.3.3 new file mode 100644 index 000000000000..149ab99d7b61 --- /dev/null +++ b/metadata/md5-cache/dev-libs/link-grammar-5.3.3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup unpack +DEPEND=aspell? ( app-text/aspell ) hunspell? ( app-text/hunspell ) java? ( virtual/jdk:= dev-java/ant-core ) || ( dev-lang/python:3.4 >=dev-lang/python-3.3.2-r2:3.3 >=dev-lang/python-2.7.5-r2:2.7 ) app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info java? ( >=dev-java/java-config-2.2.0 ) +DESCRIPTION=A Syntactic English parser +EAPI=5 +HOMEPAGE=http://www.abisource.com/projects/link-grammar/ http://www.link.cs.cmu.edu/link/ +IUSE=aspell +hunspell java python static-libs threads debug elibc_FreeBSD java +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=LGPL-2.1 +RDEPEND=aspell? ( app-text/aspell ) hunspell? ( app-text/hunspell ) java? ( virtual/jdk:= dev-java/ant-core ) || ( dev-lang/python:3.4 >=dev-lang/python-3.3.2-r2:3.3 >=dev-lang/python-2.7.5-r2:2.7 ) java? ( >=dev-java/java-config-2.2.0 ) +SLOT=0 +SRC_URI=https://github.com/opencog/link-grammar/archive/link-grammar-5.3.3.tar.gz +_eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 2096a489d1689a40b2a4c434c3e79236 gnome2-utils d19e7813f27c8f982134d657889b13cf java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 51a42ff2f35cd75af735cd1626829b06 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=89053b616bb5e333dd85db557f91f9f8 diff --git a/metadata/md5-cache/dev-ml/gsl-ocaml-1.19.1 b/metadata/md5-cache/dev-ml/gsl-ocaml-1.19.1 new file mode 100644 index 000000000000..b67bcb1dc61a --- /dev/null +++ b/metadata/md5-cache/dev-ml/gsl-ocaml-1.19.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=>=sci-libs/gsl-1.19 >=dev-ml/findlib-1.0.4-r1 >=dev-lang/ocaml-3.12:=[ocamlopt?] +DESCRIPTION=OCaml bindings for the GSL library (successor of dev-ml/ocamlgsl) +EAPI=5 +HOMEPAGE=https://github.com/mmottl/gsl-ocaml +IUSE=examples test +ocamlopt debug doc test +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=sci-libs/gsl-1.19 !dev-ml/ocamlgsl >=dev-lang/ocaml-3.12:=[ocamlopt?] +SLOT=0 +SRC_URI=https://github.com/mmottl/gsl-ocaml/releases/download/v1.19.1/gsl-ocaml-1.19.1.tar.gz +_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils 28fb3e5852485af1c348d446b0b98389 findlib 9909e5ca0f77ff5b693885a3d7aeadb7 multilib 3972ca401cf7dbb430df9995f5d8d580 oasis dab31007fb098ff15db810bfe5001e64 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=68cde2e00a6d42653fc3484afecb110e diff --git a/metadata/md5-cache/dev-ml/ocamlgsl-0.6.0 b/metadata/md5-cache/dev-ml/ocamlgsl-0.6.0 index c668aedb7412..bb6beebd9a51 100644 --- a/metadata/md5-cache/dev-ml/ocamlgsl-0.6.0 +++ b/metadata/md5-cache/dev-ml/ocamlgsl-0.6.0 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare unpack -DEPEND=>=dev-lang/ocaml-3.10:= sci-libs/gsl test? ( dev-ml/fort ) >=dev-ml/findlib-1.0.4-r1 +DEPEND=>=dev-lang/ocaml-3.10:= sci-libs/gsl !dev-ml/gsl-ocaml test? ( dev-ml/fort ) >=dev-ml/findlib-1.0.4-r1 DESCRIPTION=OCaml bindings for the GSL library EAPI=5 HOMEPAGE=http://oandrieu.nerim.net/ocaml/gsl/ IUSE=doc test KEYWORDS=amd64 ~ppc x86 LICENSE=GPL-2 -RDEPEND=>=dev-lang/ocaml-3.10:= sci-libs/gsl +RDEPEND=>=dev-lang/ocaml-3.10:= sci-libs/gsl !dev-ml/gsl-ocaml SLOT=0/0.6.0 SRC_URI=http://oandrieu.nerim.net/ocaml/gsl/ocamlgsl-0.6.0.tar.gz _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils 28fb3e5852485af1c348d446b0b98389 findlib 9909e5ca0f77ff5b693885a3d7aeadb7 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=8a5c9f5eb46f740e8d1e17f590742e6b +_md5_=4f269385320b7b5af4191f03462326ee diff --git a/metadata/md5-cache/dev-perl/Search-Xapian-1.2.22.0 b/metadata/md5-cache/dev-perl/Search-Xapian-1.2.22.0 index 775eee470f45..1420bc0b6264 100644 --- a/metadata/md5-cache/dev-perl/Search-Xapian-1.2.22.0 +++ b/metadata/md5-cache/dev-perl/Search-Xapian-1.2.22.0 @@ -4,10 +4,10 @@ DESCRIPTION=Perl XS frontend to the Xapian C++ search library EAPI=5 HOMEPAGE=http://search.cpan.org/dist/Search-Xapian/ IUSE=examples -KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 ) RDEPEND=dev-libs/xapian:0/1.2.22 !dev-libs/xapian-bindings[perl] dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/O/OL/OLLY/Search-Xapian-1.2.22.0.tar.gz http://oligarchy.co.uk/xapian/1.2.22/Search-Xapian-1.2.22.0.tar.gz _eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2b9a8a5ec25f992504611e925502c378 +_md5_=f2d804eba4b5698ce6a5f68acabbcba2 diff --git a/metadata/md5-cache/dev-python/flask-admin-1.4.0 b/metadata/md5-cache/dev-python/flask-admin-1.4.0 new file mode 100644 index 000000000000..fd6a4c0c8d51 --- /dev/null +++ b/metadata/md5-cache/dev-python/flask-admin-1.4.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-python/flask-0.7[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/wtforms[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] test? ( dev-python/nose[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/flask-wtf[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/flask-pymongo[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/flask-peewee[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/flask-mongoengine[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/flask-sqlalchemy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pillow[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DESCRIPTION=Simple and extensible admin interface framework for Flask +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/Flask-Admin +IUSE=examples test python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=>=dev-python/flask-0.7[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/wtforms[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=mirror://pypi/F/Flask-Admin/Flask-Admin-1.4.0.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 28fb3e5852485af1c348d446b0b98389 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=104151d7c9915df9db9edd084eb3cc97 diff --git a/metadata/md5-cache/dev-python/flask-security-1.7.5 b/metadata/md5-cache/dev-python/flask-security-1.7.5 new file mode 100644 index 000000000000..dc398360fafb --- /dev/null +++ b/metadata/md5-cache/dev-python/flask-security-1.7.5 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-python/flask-0.9[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/itsdangerous-0.17[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/passlib-1.6.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/flask-login-0.1.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/flask-mail-0.7.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/flask-wtf-0.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/flask-principal-0.3.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] test? ( dev-python/nose[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/flask-sqlalchemy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/flask-mongoengine[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/flask-peewee[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/bcrypt[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/simplejson[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DESCRIPTION=Simple security for Flask apps +EAPI=5 +HOMEPAGE=http://pythonhosted.org/Flask-Security/ https://pypi.python.org/pypi/Flask-Security +IUSE=test python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=>=dev-python/flask-0.9[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/itsdangerous-0.17[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/passlib-1.6.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/flask-login-0.1.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/flask-mail-0.7.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/flask-wtf-0.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/flask-principal-0.3.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://pypi/F/Flask-Security/Flask-Security-1.7.5.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 28fb3e5852485af1c348d446b0b98389 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=4d219237033fb7787db3c1a3db7d50cc diff --git a/metadata/md5-cache/dev-python/flask-socketio-2.1 b/metadata/md5-cache/dev-python/flask-socketio-2.1 new file mode 100644 index 000000000000..142098cf7991 --- /dev/null +++ b/metadata/md5-cache/dev-python/flask-socketio-2.1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-python/flask-0.9[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/python-socketio[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] test? ( dev-python/coverage[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] +DESCRIPTION=Socket.IO integration for Flask applications. +EAPI=5 +HOMEPAGE=https://flask-socketio.readthedocs.org/ https://github.com/miguelgrinberg/Flask-SocketIO/ https://pypi.python.org/pypi/Flask-SocketIO +IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=>=dev-python/flask-0.9[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/python-socketio[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] +REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://pypi/F/Flask-SocketIO/Flask-SocketIO-2.1.tar.gz -> flask-socketio-2.1.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 28fb3e5852485af1c348d446b0b98389 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=510e82e7d1d19039f94bca61f43f8941 diff --git a/metadata/md5-cache/dev-python/flask-sqlalchemy-2.1 b/metadata/md5-cache/dev-python/flask-sqlalchemy-2.1 new file mode 100644 index 000000000000..511f55d28799 --- /dev/null +++ b/metadata/md5-cache/dev-python/flask-sqlalchemy-2.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/flask-0.10[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/sqlalchemy[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] doc? ( dev-python/sphinx[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] +DESCRIPTION=SQLAlchemy support for Flask applications +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/Flask-SQLAlchemy +IUSE=doc python_targets_pypy python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/flask-0.10[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/sqlalchemy[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] +REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) +SLOT=0 +SRC_URI=mirror://pypi/F/Flask-SQLAlchemy/Flask-SQLAlchemy-2.1.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 28fb3e5852485af1c348d446b0b98389 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=bc4d7857f72d6bd7b8eee8b0f649a752 diff --git a/metadata/md5-cache/dev-python/python-keystoneclient-1.7.2-r1 b/metadata/md5-cache/dev-python/python-keystoneclient-1.7.2-r1 deleted file mode 100644 index 59a40e2cda1a..000000000000 --- a/metadata/md5-cache/dev-python/python-keystoneclient-1.7.2-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/pbr-1.6[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] test? ( >=dev-python/lxml-2.3[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/mock-1.2[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/requests-mock-0.6.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/tempest-lib-0.8.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/testresources-0.2.4[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/webob-1.2.3[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/bandit-0.13.2[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/coverage-3.6[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/keyring-2.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] !~dev-python/keyring-3.3[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/oauthlib-0.6[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/oslotest-1.10.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/pycrypto-2.6[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/testrepository-0.0.18[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/testtools-1.4.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) doc? ( >=dev-python/lxml-2.3[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/mock-1.2[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/requests-mock-0.6.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/tempest-lib-0.8.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/testresources-0.2.4[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/webob-1.2.3[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/bandit-0.13.2[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/fixtures-1.3.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/oslo-sphinx-2.5.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/sphinx-1.1.2[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] !~dev-python/sphinx-1.2.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] =dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] -DESCRIPTION=Client Library for OpenStack Identity -EAPI=5 -HOMEPAGE=http://www.openstack.org/ -IUSE=doc examples test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 -KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux -LICENSE=Apache-2.0 -RDEPEND=>=dev-python/pbr-1.6[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/Babel-1.3[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/iso8601-0.1.9[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/debtcollector-0.3.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/netaddr-0.7.12[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] !~dev-python/netaddr-0.7.16[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/oslo-config-2.3.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/oslo-i18n-1.5.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/oslo-serialization-1.4.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/oslo-utils-2.0.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/prettytable-0.7[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] =dev-python/requests-2.5.2[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/six-1.9.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/stevedore-1.5.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) -SLOT=0 -SRC_URI=mirror://pypi/p/python-keystoneclient/python-keystoneclient-1.7.2.tar.gz -_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 28fb3e5852485af1c348d446b0b98389 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=df848b5241d9a8ef5638b7912dca5e7a diff --git a/metadata/md5-cache/dev-python/whoosh-2.7.2 b/metadata/md5-cache/dev-python/whoosh-2.7.2 new file mode 100644 index 000000000000..e28afe6aa24c --- /dev/null +++ b/metadata/md5-cache/dev-python/whoosh-2.7.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=app-arch/unzip dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] test? ( dev-python/pytest[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DESCRIPTION=Fast, pure-Python full text indexing, search and spell checking library +EAPI=5 +HOMEPAGE=https://bitbucket.org/mchaput/whoosh/wiki/Home/ https://pypi.python.org/pypi/Whoosh/ +IUSE=doc test python_targets_pypy python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~amd64 ~x86 +LICENSE=BSD-2 +RDEPEND=python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) +SLOT=0 +SRC_URI=mirror://pypi/W/Whoosh/Whoosh-2.7.2.zip +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 28fb3e5852485af1c348d446b0b98389 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=16d6f1570fb30704bad4d2a45a67aa59 diff --git a/metadata/md5-cache/dev-ruby/ruby-progressbar-1.7.5 b/metadata/md5-cache/dev-ruby/ruby-progressbar-1.7.5 new file mode 100644 index 000000000000..cade4d2b7c3d --- /dev/null +++ b/metadata/md5-cache/dev-ruby/ruby-progressbar-1.7.5 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=ruby_targets_ruby20? ( test? ( dev-ruby/rspectacular[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspectacular[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspectacular[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DESCRIPTION=A Text Progress Bar Library for Ruby +EAPI=5 +HOMEPAGE=https://github.com/jfelchner/ruby-progressbar +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test +KEYWORDS=~amd64 +LICENSE=MIT +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +SLOT=0 +SRC_URI=mirror://rubygems/ruby-progressbar-1.7.5.gem +_eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=a4092e997b31c9d0c059ad3cb627bfb9 diff --git a/metadata/md5-cache/dev-tex/pdfannotextractor-0.1l b/metadata/md5-cache/dev-tex/pdfannotextractor-0.1l deleted file mode 100644 index 99d863de87a1..000000000000 --- a/metadata/md5-cache/dev-tex/pdfannotextractor-0.1l +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup unpack -DEPEND=virtual/latex-base dev-java/pdfbox dev-java/fontbox app-arch/unzip >=virtual/jdk-1.5 virtual/latex-base >=sys-apps/texinfo-4.2-r5 >=dev-java/java-config-2.2.0 >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=Extract annotations from pdf files -EAPI=3 -HOMEPAGE=http://www.ctan.org/tex-archive/macros/latex/contrib/pax/ -IUSE=elibc_FreeBSD elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos -LICENSE=GPL-2 -RDEPEND=virtual/latex-base dev-java/pdfbox dev-java/fontbox virtual/perl-Getopt-Long dev-perl/File-Which >=virtual/jre-1.5 !<=dev-texlive/texlive-latexextra-2010 virtual/latex-base >=dev-java/java-config-2.2.0 -SLOT=0 -SRC_URI=mirror://gentoo/pdfannotextractor-0.1l.zip -_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils 28fb3e5852485af1c348d446b0b98389 java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 latex-package 343898697e1130e0665632129e623648 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=af74a959e8e12b74a8bb3691b3fcf674 diff --git a/metadata/md5-cache/dev-tex/pdfannotextractor-0.1l-r1 b/metadata/md5-cache/dev-tex/pdfannotextractor-0.1l-r1 index 61c6db3fa3e5..f66d85d473e8 100644 --- a/metadata/md5-cache/dev-tex/pdfannotextractor-0.1l-r1 +++ b/metadata/md5-cache/dev-tex/pdfannotextractor-0.1l-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Extract annotations from pdf files EAPI=5 HOMEPAGE=http://www.ctan.org/tex-archive/macros/latex/contrib/pax/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos LICENSE=GPL-2 RDEPEND=virtual/latex-base dev-java/pdfbox:1.8 dev-java/fontbox:1.7 virtual/perl-Getopt-Long dev-perl/File-Which >=virtual/jre-1.6 !<=dev-texlive/texlive-latexextra-2010 virtual/latex-base >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=mirror://gentoo/pdfannotextractor-0.1l.zip _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils 28fb3e5852485af1c348d446b0b98389 java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 latex-package 343898697e1130e0665632129e623648 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=11d9135a4337adaa7bfb16995ae8a687 +_md5_=ef01ba4725bb4996195d4dcead3622a6 diff --git a/metadata/md5-cache/dev-util/ltrace-0.7.3_p4 b/metadata/md5-cache/dev-util/ltrace-0.7.3_p4 index 53f845903ac8..769bc8b78249 100644 --- a/metadata/md5-cache/dev-util/ltrace-0.7.3_p4 +++ b/metadata/md5-cache/dev-util/ltrace-0.7.3_p4 @@ -10,4 +10,4 @@ RDEPEND=dev-libs/elfutils selinux? ( sys-libs/libselinux ) unwind? ( sys-libs/li SLOT=0 SRC_URI=mirror://debian/pool/main/l/ltrace/ltrace_0.7.3.orig.tar.bz2 mirror://debian/pool/main/l/ltrace/ltrace_0.7.3-4.debian.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 28fb3e5852485af1c348d446b0b98389 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=60a61230d04328e9aaebd0294d3ca413 +_md5_=5fc59cbff600d0da92ae37e62eecbacc diff --git a/metadata/md5-cache/media-libs/mesa-11.0.7 b/metadata/md5-cache/media-libs/mesa-11.0.9 similarity index 99% rename from metadata/md5-cache/media-libs/mesa-11.0.7 rename to metadata/md5-cache/media-libs/mesa-11.0.9 index cf7878896c8c..a7dd0709d500 100644 --- a/metadata/md5-cache/media-libs/mesa-11.0.7 +++ b/metadata/md5-cache/media-libs/mesa-11.0.9 @@ -10,6 +10,6 @@ RDEPEND=!=sys-apps/sed-4 -DESCRIPTION=Spotify is a social music platform -EAPI=5 -HOMEPAGE=https://www.spotify.com/download/previews/ -IUSE=gnome pax_kernel pulseaudio -KEYWORDS=~amd64 -LICENSE=Spotify -RDEPEND=x11-libs/libxcb x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau x11-libs/libXext x11-libs/libXinerama x11-libs/libXdmcp x11-libs/libXScrnSaver x11-libs/libXrandr x11-libs/libXrender dev-qt/qtcore:4[glib] dev-qt/qtdbus:4 dev-qt/qtgui:4[glib] dev-qt/qtwebkit:4 x11-misc/xdg-utils media-libs/alsa-lib media-libs/fontconfig media-libs/freetype dev-libs/openssl:0 dev-libs/glib:2 || ( dev-libs/libgcrypt:11/11 dev-libs/libgcrypt:0/11 ) media-libs/libpng:0 dev-db/sqlite:3 sys-libs/zlib app-arch/bzip2 sys-apps/dbus[X] x11-libs/pango[X] sys-apps/util-linux dev-libs/expat >=dev-libs/nspr-4.9 gnome-base/gconf:2 x11-libs/gtk+:2 dev-libs/nss dev-libs/glib:2 net-print/cups virtual/udev pulseaudio? ( >=media-sound/pulseaudio-0.9.21 ) gnome? ( gnome-extra/gnome-integration-spotify ) -RESTRICT=mirror strip -SLOT=0 -SRC_URI=amd64? ( http://repository.spotify.com/pool/non-free/s/spotify/spotify-client_0.9.17.1.g9b85d43.7-1_amd64.deb ) -_eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils d19e7813f27c8f982134d657889b13cf multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=8f2ee19d29b6e426376d749c62e9f575 diff --git a/metadata/md5-cache/net-libs/webkit-gtk-2.4.9 b/metadata/md5-cache/net-libs/webkit-gtk-2.4.9 index 1fcfbdac8fdc..eda4e7a472a9 100644 --- a/metadata/md5-cache/net-libs/webkit-gtk-2.4.9 +++ b/metadata/md5-cache/net-libs/webkit-gtk-2.4.9 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-db/sqlite:3= >=dev-libs/glib-2.36:2 >=dev-libs/icu-3.8.1-r1:= >=dev-libs/libxml2-2.6:2 >=dev-libs/libxslt-1.1.7 >=media-libs/fontconfig-2.5:1.0 >=media-libs/freetype-2.4.2:2 >=media-libs/harfbuzz-0.9.7:=[icu(+)] >=media-libs/libpng-1.4:0= media-libs/libwebp:= >=net-libs/libsoup-2.42:2.4[introspection?] virtual/jpeg:0= >=x11-libs/cairo-1.10:=[X?] >=x11-libs/gtk+-3.6.0:3[X?,aqua?,introspection?] >=x11-libs/pango-1.30.0 >=x11-libs/gtk+-2.24.10:2 egl? ( media-libs/mesa[egl] ) geoloc? ( >=app-misc/geoclue-2.1.5:2.0 ) gles2? ( media-libs/mesa[gles2] ) gstreamer? ( >=media-libs/gstreamer-1.2:1.0 >=media-libs/gst-plugins-base-1.2:1.0 ) introspection? ( >=dev-libs/gobject-introspection-1.32.0 ) libsecret? ( app-crypt/libsecret ) opengl? ( virtual/opengl ) spell? ( >=app-text/enchant-0.22:= ) wayland? ( >=x11-libs/gtk+-3.10:3[wayland] ) webgl? ( x11-libs/cairo[opengl] x11-libs/libXcomposite x11-libs/libXdamage ) X? ( x11-libs/libX11 x11-libs/libXrender x11-libs/libXt ) || ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/perl-5.10 || ( virtual/rubygems[ruby_targets_ruby20] virtual/rubygems[ruby_targets_ruby21] virtual/rubygems[ruby_targets_ruby22] virtual/rubygems[ruby_targets_ruby19] ) >=app-accessibility/at-spi2-core-2.5.3 >=dev-libs/atk-2.8.0 >=dev-util/gtk-doc-am-1.10 >=dev-util/gperf-3.0.1 >=sys-devel/bison-2.4.3 >=sys-devel/flex-2.5.34 || ( >=sys-devel/gcc-4.7 >=sys-devel/clang-3.3 ) sys-devel/gettext >=sys-devel/make-3.82-r4 virtual/pkgconfig geoloc? ( dev-util/gdbus-codegen ) introspection? ( jit? ( sys-apps/paxctl ) ) test? ( dev-lang/python:2.7 dev-python/pygobject:3[python_targets_python2_7] x11-themes/hicolor-icon-theme jit? ( sys-apps/paxctl ) ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DEPEND=dev-db/sqlite:3= >=dev-libs/glib-2.36:2 >=dev-libs/icu-3.8.1-r1:= >=dev-libs/libxml2-2.6:2 >=dev-libs/libxslt-1.1.7 >=media-libs/fontconfig-2.5:1.0 >=media-libs/freetype-2.4.2:2 >=media-libs/harfbuzz-0.9.7:=[icu(+)] >=media-libs/libpng-1.4:0= media-libs/libwebp:= >=net-libs/libsoup-2.42:2.4[introspection?] virtual/jpeg:0= >=x11-libs/cairo-1.10:=[X?] >=x11-libs/gtk+-3.6.0:3[X?,aqua?,introspection?] >=x11-libs/pango-1.30.0 >=x11-libs/gtk+-2.24.10:2 egl? ( media-libs/mesa[egl] ) geoloc? ( >=app-misc/geoclue-2.1.5:2.0 ) gles2? ( media-libs/mesa[gles2] ) gstreamer? ( >=media-libs/gstreamer-1.2:1.0 >=media-libs/gst-plugins-base-1.2:1.0 ) introspection? ( >=dev-libs/gobject-introspection-1.32.0 ) libsecret? ( app-crypt/libsecret ) opengl? ( virtual/opengl ) spell? ( >=app-text/enchant-0.22:= ) wayland? ( >=x11-libs/gtk+-3.10:3[wayland] ) webgl? ( x11-libs/cairo[opengl] x11-libs/libXcomposite x11-libs/libXdamage ) X? ( x11-libs/libX11 x11-libs/libXrender x11-libs/libXt ) || ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/perl-5.10 || ( virtual/rubygems[ruby_targets_ruby20] virtual/rubygems[ruby_targets_ruby21] virtual/rubygems[ruby_targets_ruby22] virtual/rubygems[ruby_targets_ruby23] virtual/rubygems[ruby_targets_ruby19] ) >=app-accessibility/at-spi2-core-2.5.3 >=dev-libs/atk-2.8.0 >=dev-util/gtk-doc-am-1.10 >=dev-util/gperf-3.0.1 >=sys-devel/bison-2.4.3 >=sys-devel/flex-2.5.34 || ( >=sys-devel/gcc-4.7 >=sys-devel/clang-3.3 ) sys-devel/gettext >=sys-devel/make-3.82-r4 virtual/pkgconfig geoloc? ( dev-util/gdbus-codegen ) introspection? ( jit? ( sys-apps/paxctl ) ) test? ( dev-lang/python:2.7 dev-python/pygobject:3[python_targets_python2_7] x11-themes/hicolor-icon-theme jit? ( sys-apps/paxctl ) ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) DESCRIPTION=Open source web browser engine EAPI=5 HOMEPAGE=http://www.webkitgtk.org/ @@ -11,4 +11,4 @@ REQUIRED_USE=geoloc? ( introspection ) gles2? ( egl ) introspection? ( gstreamer SLOT=3/25 SRC_URI=http://www.webkitgtk.org/releases/webkitgtk-2.4.9.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c check-reqs aee25bdf4e2f459af86d17f7c41dcdf6 eutils 28fb3e5852485af1c348d446b0b98389 flag-o-matic d270fa247153df66074f795fa42dba3e gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 2096a489d1689a40b2a4c434c3e79236 gnome2-utils d19e7813f27c8f982134d657889b13cf libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=229d891a973e997d08f7d15119f16d7f +_md5_=fd234d044e403e9475af8d628e05df67 diff --git a/metadata/md5-cache/net-libs/webkit-gtk-2.4.9-r200 b/metadata/md5-cache/net-libs/webkit-gtk-2.4.9-r200 index 2143305b4df6..4b8df4a7e1c1 100644 --- a/metadata/md5-cache/net-libs/webkit-gtk-2.4.9-r200 +++ b/metadata/md5-cache/net-libs/webkit-gtk-2.4.9-r200 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-db/sqlite:3= >=dev-libs/glib-2.36:2 >=dev-libs/icu-3.8.1-r1:= >=dev-libs/libxml2-2.6:2 >=dev-libs/libxslt-1.1.7 >=media-libs/fontconfig-2.5:1.0 >=media-libs/freetype-2.4.2:2 >=media-libs/harfbuzz-0.9.7:=[icu(+)] >=media-libs/libpng-1.4:0= media-libs/libwebp:= >=net-libs/libsoup-2.42:2.4[introspection?] virtual/jpeg:0= >=x11-libs/cairo-1.10:=[X] >=x11-libs/gtk+-2.24.10:2[aqua?,introspection?] x11-libs/libXrender x11-libs/libXt >=x11-libs/pango-1.30.0 egl? ( media-libs/mesa[egl] ) geoloc? ( >=app-misc/geoclue-2.1.5:2.0 ) gles2? ( media-libs/mesa[gles2] ) gstreamer? ( >=media-libs/gstreamer-1.2:1.0 >=media-libs/gst-plugins-base-1.2:1.0 ) introspection? ( >=dev-libs/gobject-introspection-1.32.0 ) libsecret? ( app-crypt/libsecret ) opengl? ( virtual/opengl ) spell? ( >=app-text/enchant-0.22:= ) webgl? ( x11-libs/cairo[opengl] x11-libs/libXcomposite x11-libs/libXdamage ) || ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/perl-5.10 || ( virtual/rubygems[ruby_targets_ruby20] virtual/rubygems[ruby_targets_ruby21] virtual/rubygems[ruby_targets_ruby22] virtual/rubygems[ruby_targets_ruby19] ) >=dev-libs/atk-2.8.0 >=dev-util/gtk-doc-am-1.10 >=dev-util/gperf-3.0.1 >=sys-devel/bison-2.4.3 >=sys-devel/flex-2.5.34 || ( >=sys-devel/gcc-4.7 >=sys-devel/clang-3.3 ) sys-devel/gettext >=sys-devel/make-3.82-r4 virtual/pkgconfig geoloc? ( dev-util/gdbus-codegen ) introspection? ( jit? ( sys-apps/paxctl ) ) test? ( dev-lang/python:2.7 dev-python/pygobject:3[python_targets_python2_7] x11-themes/hicolor-icon-theme jit? ( sys-apps/paxctl ) ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DEPEND=dev-db/sqlite:3= >=dev-libs/glib-2.36:2 >=dev-libs/icu-3.8.1-r1:= >=dev-libs/libxml2-2.6:2 >=dev-libs/libxslt-1.1.7 >=media-libs/fontconfig-2.5:1.0 >=media-libs/freetype-2.4.2:2 >=media-libs/harfbuzz-0.9.7:=[icu(+)] >=media-libs/libpng-1.4:0= media-libs/libwebp:= >=net-libs/libsoup-2.42:2.4[introspection?] virtual/jpeg:0= >=x11-libs/cairo-1.10:=[X] >=x11-libs/gtk+-2.24.10:2[aqua?,introspection?] x11-libs/libXrender x11-libs/libXt >=x11-libs/pango-1.30.0 egl? ( media-libs/mesa[egl] ) geoloc? ( >=app-misc/geoclue-2.1.5:2.0 ) gles2? ( media-libs/mesa[gles2] ) gstreamer? ( >=media-libs/gstreamer-1.2:1.0 >=media-libs/gst-plugins-base-1.2:1.0 ) introspection? ( >=dev-libs/gobject-introspection-1.32.0 ) libsecret? ( app-crypt/libsecret ) opengl? ( virtual/opengl ) spell? ( >=app-text/enchant-0.22:= ) webgl? ( x11-libs/cairo[opengl] x11-libs/libXcomposite x11-libs/libXdamage ) || ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/perl-5.10 || ( virtual/rubygems[ruby_targets_ruby20] virtual/rubygems[ruby_targets_ruby21] virtual/rubygems[ruby_targets_ruby22] virtual/rubygems[ruby_targets_ruby23] virtual/rubygems[ruby_targets_ruby19] ) >=dev-libs/atk-2.8.0 >=dev-util/gtk-doc-am-1.10 >=dev-util/gperf-3.0.1 >=sys-devel/bison-2.4.3 >=sys-devel/flex-2.5.34 || ( >=sys-devel/gcc-4.7 >=sys-devel/clang-3.3 ) sys-devel/gettext >=sys-devel/make-3.82-r4 virtual/pkgconfig geoloc? ( dev-util/gdbus-codegen ) introspection? ( jit? ( sys-apps/paxctl ) ) test? ( dev-lang/python:2.7 dev-python/pygobject:3[python_targets_python2_7] x11-themes/hicolor-icon-theme jit? ( sys-apps/paxctl ) ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) DESCRIPTION=Open source web browser engine EAPI=5 HOMEPAGE=http://www.webkitgtk.org/ @@ -11,4 +11,4 @@ REQUIRED_USE=geoloc? ( introspection ) gles2? ( egl ) introspection? ( gstreamer SLOT=2 SRC_URI=http://www.webkitgtk.org/releases/webkitgtk-2.4.9.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c check-reqs aee25bdf4e2f459af86d17f7c41dcdf6 eutils 28fb3e5852485af1c348d446b0b98389 flag-o-matic d270fa247153df66074f795fa42dba3e gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 2096a489d1689a40b2a4c434c3e79236 gnome2-utils d19e7813f27c8f982134d657889b13cf libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=654c8c096bb0b0ec5b454758d83c5832 +_md5_=7868a1def3a8c6acb9cdcc47dcc20fea diff --git a/metadata/md5-cache/sci-calculators/orpie-1.5.2-r1 b/metadata/md5-cache/sci-calculators/orpie-1.5.2-r1 new file mode 100644 index 000000000000..9c27221a472a --- /dev/null +++ b/metadata/md5-cache/sci-calculators/orpie-1.5.2-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install prepare +DEPEND=dev-ml/gsl-ocaml sys-libs/ncurses:0= || ( =sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=A fullscreen RPN calculator for the console +EAPI=6 +HOMEPAGE=http://pessimization.com/software/orpie/ +IUSE=doc +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=dev-ml/gsl-ocaml sys-libs/ncurses:0= || ( =dev-lang/ocaml-3.10[ocamlopt?] dev-ml/gsl-ocaml dev-ml/lablgl[glut] dev-ml/ocamlsdl x11-apps/xdpyinfo +DESCRIPTION=Generator for psychophysical experiments +EAPI=6 +HOMEPAGE=http://www.flashdot.info/ +IUSE=+ocamlopt +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=dev-lang/ocaml-3.10[ocamlopt?] dev-ml/gsl-ocaml dev-ml/lablgl[glut] dev-ml/ocamlsdl x11-apps/xdpyinfo +SLOT=0 +SRC_URI=mirror://gentoo/flashdot-1.1.4.tar.bz2 https://dev.gentoo.org/~tomka/files/flashdot-1.1.4.tar.bz2 +_md5_=f7bc8bad0f4eaaad2fa3731c900e13cb diff --git a/metadata/md5-cache/sys-fs/udev-229 b/metadata/md5-cache/sys-fs/udev-229 new file mode 100644 index 000000000000..50f927734a1e --- /dev/null +++ b/metadata/md5-cache/sys-fs/udev-229 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=>=sys-apps/util-linux-2.27.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-libs/libcap[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] acl? ( sys-apps/acl ) kmod? ( >=sys-apps/kmod-16 ) selinux? ( >=sys-libs/libselinux-2.1.9 ) !=dev-util/intltool-0.50 >=sys-apps/coreutils-8.16 virtual/os-headers virtual/pkgconfig >=sys-devel/make-3.82-r4 >=sys-kernel/linux-headers-3.9 app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.5 app-text/docbook-xsl-stylesheets dev-libs/libxslt !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig +DESCRIPTION=Linux dynamic and persistent device naming support (aka userspace devfs) +EAPI=5 +HOMEPAGE=http://www.freedesktop.org/wiki/Software/systemd +IUSE=acl +kmod selinux static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=LGPL-2.1 MIT GPL-2 +PDEPEND=>=sys-apps/hwids-20140304[udev] >=sys-fs/udev-init-scripts-26 +RDEPEND=>=sys-apps/util-linux-2.27.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-libs/libcap[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] acl? ( sys-apps/acl ) kmod? ( >=sys-apps/kmod-16 ) selinux? ( >=sys-libs/libselinux-2.1.9 ) ! udev-229.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 28fb3e5852485af1c348d446b0b98389 libtool b75230758539a7da029e24afdb693960 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 udev 73058269b3e70e34e084fa3981282338 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=492e34985e0413be756c8d9d1d5f6d20 diff --git a/metadata/md5-cache/sys-kernel/git-sources-4.5_rc4 b/metadata/md5-cache/sys-kernel/git-sources-4.5_rc4 new file mode 100644 index 000000000000..5ef15c96b991 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/git-sources-4.5_rc4 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=>=sys-devel/patch-2.7.4 !build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=The very latest -git version of the Linux kernel +EAPI=5 +HOMEPAGE=https://www.kernel.org +IUSE=symlink build +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 freedist +RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) +RESTRICT=binchecks strip +SLOT=4.5_rc4 +SRC_URI=mirror://kernel/linux/kernel/v4.x/testing/patch-4.5-rc4.xz mirror://kernel/linux/kernel/v4.x/linux-4.4.tar.xz +_eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 kernel-2 f745fe70cd0e35af07412905687b9a7f multilib 3972ca401cf7dbb430df9995f5d8d580 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=2530496649f2dd0a24b85f6bfed406bc diff --git a/metadata/md5-cache/sys-libs/gpm-1.20.6 b/metadata/md5-cache/sys-libs/gpm-1.20.6 deleted file mode 100644 index 00e65c23dd55..000000000000 --- a/metadata/md5-cache/sys-libs/gpm-1.20.6 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare -DEPEND=sys-libs/ncurses app-arch/xz-utils virtual/yacc -DESCRIPTION=Console-based mouse driver -EAPI=2 -HOMEPAGE=http://www.nico.schottelius.org/software/gpm/ -IUSE=selinux -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 -LICENSE=GPL-2 -RDEPEND=selinux? ( sec-policy/selinux-gpm ) -SLOT=0 -SRC_URI=http://www.nico.schottelius.org/software/gpm/archives/gpm-1.20.6.tar.lzma -_eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=a3977267a6ccd2bccc39f931978a3335 diff --git a/metadata/md5-cache/sys-libs/gpm-1.20.6-r1 b/metadata/md5-cache/sys-libs/gpm-1.20.6-r1 deleted file mode 100644 index ab7be4c590f2..000000000000 --- a/metadata/md5-cache/sys-libs/gpm-1.20.6-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare -DEPEND=app-arch/xz-utils virtual/yacc !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=Console-based mouse driver -EAPI=4 -HOMEPAGE=http://www.nico.schottelius.org/software/gpm/ -IUSE=selinux static-libs -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=GPL-2 -RDEPEND=selinux? ( sec-policy/selinux-gpm ) -SLOT=0 -SRC_URI=http://www.nico.schottelius.org/software/gpm/archives/gpm-1.20.6.tar.lzma -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 28fb3e5852485af1c348d446b0b98389 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=7dc7a47018d1e81e380c6f26214526d3 diff --git a/metadata/md5-cache/sys-libs/gpm-1.20.7 b/metadata/md5-cache/sys-libs/gpm-1.20.7 deleted file mode 100644 index 30b95cb73463..000000000000 --- a/metadata/md5-cache/sys-libs/gpm-1.20.7 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare -DEPEND=sys-libs/ncurses app-arch/xz-utils virtual/yacc !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=Console-based mouse driver -EAPI=4 -HOMEPAGE=http://www.nico.schottelius.org/software/gpm/ -IUSE=selinux static-libs -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=GPL-2 -RDEPEND=sys-libs/ncurses selinux? ( sec-policy/selinux-gpm ) -SLOT=0 -SRC_URI=http://www.nico.schottelius.org/software/gpm/archives/gpm-1.20.7.tar.lzma -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 28fb3e5852485af1c348d446b0b98389 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=400a5fa946fed5df2c15277a968c3d21 diff --git a/metadata/md5-cache/sys-libs/gpm-1.20.7-r1 b/metadata/md5-cache/sys-libs/gpm-1.20.7-r1 deleted file mode 100644 index a8e824c46561..000000000000 --- a/metadata/md5-cache/sys-libs/gpm-1.20.7-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare -DEPEND=sys-libs/ncurses app-arch/xz-utils virtual/yacc virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=Console-based mouse driver -EAPI=4 -HOMEPAGE=http://www.nico.schottelius.org/software/gpm/ -IUSE=selinux static-libs -KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 -LICENSE=GPL-2 -RDEPEND=sys-libs/ncurses selinux? ( sec-policy/selinux-gpm ) -SLOT=0 -SRC_URI=http://www.nico.schottelius.org/software/gpm/archives/gpm-1.20.7.tar.lzma -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 28fb3e5852485af1c348d446b0b98389 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=01b90f9f4b9e982ae85e314ab364ac57 diff --git a/metadata/md5-cache/sys-libs/gpm-1.20.7-r2 b/metadata/md5-cache/sys-libs/gpm-1.20.7-r2 index 04d339bfaac0..62cdf040451e 100644 --- a/metadata/md5-cache/sys-libs/gpm-1.20.7-r2 +++ b/metadata/md5-cache/sys-libs/gpm-1.20.7-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Console-based mouse driver EAPI=4 HOMEPAGE=http://www.nico.schottelius.org/software/gpm/ IUSE=selinux static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 LICENSE=GPL-2 RDEPEND=>=sys-libs/ncurses-5.9-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] selinux? ( sec-policy/selinux-gpm ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r12 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) SLOT=0 SRC_URI=http://www.nico.schottelius.org/software/gpm/archives/gpm-1.20.7.tar.lzma _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 28fb3e5852485af1c348d446b0b98389 libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=a1cf23d3be149be7564e16a991b149ea +_md5_=7a24f2ad7d42d94823bd76e5a808c1ae diff --git a/metadata/md5-cache/www-apps/nanoc-4.1.4 b/metadata/md5-cache/www-apps/nanoc-4.1.4 index e636d269dc9c..8092d54ed2c4 100644 --- a/metadata/md5-cache/www-apps/nanoc-4.1.4 +++ b/metadata/md5-cache/www-apps/nanoc-4.1.4 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( ruby_targets_ruby21 ) SLOT=0 SRC_URI=mirror://rubygems/nanoc-4.1.4.gem _eclasses_=eutils 28fb3e5852485af1c348d446b0b98389 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8bab855996ae0f85c8acaf94ca301db3 +_md5_=693a9b1f4d8402c200a5b0951a0c7fab diff --git a/metadata/md5-cache/www-client/firefox-38.6.1 b/metadata/md5-cache/www-client/firefox-38.6.1 new file mode 100644 index 000000000000..8f6c84dd7940 --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-38.6.1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup unpack +DEPEND=>=dev-libs/nss-3.20.1 >=dev-libs/nspr-4.10.10 selinux? ( sec-policy/selinux-mozilla ) 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 virtual/pkgconfig || ( >=dev-lang/python-2.7.5-r2:2.7[threads,sqlite] ) app-arch/zip app-arch/unzip >=sys-devel/binutils-2.16.1 >=app-text/hunspell-1.2 dev-libs/atk dev-libs/expat >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/libpng-1.6.16:0=[apng] >=media-libs/mesa-10.2:* media-libs/fontconfig >=media-libs/freetype-2.4.10 kernel_linux? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio ) virtual/freedesktop-icon-theme dbus? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10 gstreamer? ( >=media-libs/gstreamer-1.4.5:1.0 >=media-libs/gst-plugins-base-1.4.5:1.0 >=media-libs/gst-plugins-good-1.4.5:1.0 >=media-plugins/gst-plugins-libav-1.4.5:1.0 ) gstreamer-0? ( media-plugins/gst-plugins-meta:0.10[ffmpeg] ) x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt system-cairo? ( >=x11-libs/cairo-1.12[X] >=x11-libs/pixman-0.19.2 ) system-icu? ( >=dev-libs/icu-51.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-sqlite? ( >=dev-db/sqlite-3.8.8.2:3[secure-delete,debug=] ) system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] ) wifi? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 net-wireless/wireless-tools ) !=sys-devel/automake-1.15:1.15 ) ~sys-devel/autoconf-2.13 >=sys-devel/libtool-2.4 pgo? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) app-arch/unzip +DESCRIPTION=Firefox Web Browser +EAPI=5 +HOMEPAGE=http://www.mozilla.com/firefox +IUSE=bindist egl hardened +minimal pgo selinux +gmp-autoupdate test custom-cflags custom-optimization dbus debug gstreamer gstreamer-0 +jemalloc3 neon pulseaudio selinux startup-notification system-cairo system-icu system-jpeg system-sqlite system-libvpx wifi +jit pgo linguas_af 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_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_lt linguas_lv linguas_mai linguas_mk linguas_ml linguas_mr linguas_nb_NO linguas_nl linguas_nn_NO 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_te linguas_th linguas_tr linguas_uk linguas_vi linguas_xh linguas_zh_CN linguas_zh_TW +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=>=dev-libs/nss-3.20.1 >=dev-libs/nspr-4.10.10 selinux? ( sec-policy/selinux-mozilla ) >=app-text/hunspell-1.2 dev-libs/atk dev-libs/expat >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/libpng-1.6.16:0=[apng] >=media-libs/mesa-10.2:* media-libs/fontconfig >=media-libs/freetype-2.4.10 kernel_linux? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio ) virtual/freedesktop-icon-theme dbus? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10 gstreamer? ( >=media-libs/gstreamer-1.4.5:1.0 >=media-libs/gst-plugins-base-1.4.5:1.0 >=media-libs/gst-plugins-good-1.4.5:1.0 >=media-plugins/gst-plugins-libav-1.4.5:1.0 ) gstreamer-0? ( media-plugins/gst-plugins-meta:0.10[ffmpeg] ) x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt system-cairo? ( >=x11-libs/cairo-1.12[X] >=x11-libs/pixman-0.19.2 ) system-icu? ( >=dev-libs/icu-51.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-sqlite? ( >=dev-db/sqlite-3.8.8.2:3[secure-delete,debug=] ) system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] ) wifi? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 net-wireless/wireless-tools ) selinux? ( sec-policy/selinux-mozilla ) +REQUIRED_USE=?? ( gstreamer gstreamer-0 ) +RESTRICT=!bindist? ( bindist ) +SLOT=0 +SRC_URI=linguas_af? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/af.xpi -> firefox-38.6.1esr-af.xpi ) linguas_ar? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/ar.xpi -> firefox-38.6.1esr-ar.xpi ) linguas_as? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/as.xpi -> firefox-38.6.1esr-as.xpi ) linguas_ast? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/ast.xpi -> firefox-38.6.1esr-ast.xpi ) linguas_be? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/be.xpi -> firefox-38.6.1esr-be.xpi ) linguas_bg? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/bg.xpi -> firefox-38.6.1esr-bg.xpi ) linguas_bn_BD? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/bn-BD.xpi -> firefox-38.6.1esr-bn-BD.xpi ) linguas_bn_IN? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/bn-IN.xpi -> firefox-38.6.1esr-bn-IN.xpi ) linguas_br? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/br.xpi -> firefox-38.6.1esr-br.xpi ) linguas_bs? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/bs.xpi -> firefox-38.6.1esr-bs.xpi ) linguas_ca? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/ca.xpi -> firefox-38.6.1esr-ca.xpi ) linguas_cs? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/cs.xpi -> firefox-38.6.1esr-cs.xpi ) linguas_cy? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/cy.xpi -> firefox-38.6.1esr-cy.xpi ) linguas_da? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/da.xpi -> firefox-38.6.1esr-da.xpi ) linguas_de? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/de.xpi -> firefox-38.6.1esr-de.xpi ) linguas_el? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/el.xpi -> firefox-38.6.1esr-el.xpi ) linguas_en_GB? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/en-GB.xpi -> firefox-38.6.1esr-en-GB.xpi ) linguas_en_ZA? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/en-ZA.xpi -> firefox-38.6.1esr-en-ZA.xpi ) linguas_eo? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/eo.xpi -> firefox-38.6.1esr-eo.xpi ) linguas_es_AR? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/es-AR.xpi -> firefox-38.6.1esr-es-AR.xpi ) linguas_es_CL? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/es-CL.xpi -> firefox-38.6.1esr-es-CL.xpi ) linguas_es_ES? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/es-ES.xpi -> firefox-38.6.1esr-es-ES.xpi ) linguas_es_MX? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/es-MX.xpi -> firefox-38.6.1esr-es-MX.xpi ) linguas_et? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/et.xpi -> firefox-38.6.1esr-et.xpi ) linguas_eu? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/eu.xpi -> firefox-38.6.1esr-eu.xpi ) linguas_fa? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/fa.xpi -> firefox-38.6.1esr-fa.xpi ) linguas_fi? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/fi.xpi -> firefox-38.6.1esr-fi.xpi ) linguas_fr? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/fr.xpi -> firefox-38.6.1esr-fr.xpi ) linguas_fy_NL? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/fy-NL.xpi -> firefox-38.6.1esr-fy-NL.xpi ) linguas_ga_IE? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/ga-IE.xpi -> firefox-38.6.1esr-ga-IE.xpi ) linguas_gd? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/gd.xpi -> firefox-38.6.1esr-gd.xpi ) linguas_gl? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/gl.xpi -> firefox-38.6.1esr-gl.xpi ) linguas_gu_IN? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/gu-IN.xpi -> firefox-38.6.1esr-gu-IN.xpi ) linguas_he? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/he.xpi -> firefox-38.6.1esr-he.xpi ) linguas_hi_IN? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/hi-IN.xpi -> firefox-38.6.1esr-hi-IN.xpi ) linguas_hr? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/hr.xpi -> firefox-38.6.1esr-hr.xpi ) linguas_hu? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/hu.xpi -> firefox-38.6.1esr-hu.xpi ) linguas_hy_AM? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/hy-AM.xpi -> firefox-38.6.1esr-hy-AM.xpi ) linguas_id? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/id.xpi -> firefox-38.6.1esr-id.xpi ) linguas_is? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/is.xpi -> firefox-38.6.1esr-is.xpi ) linguas_it? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/it.xpi -> firefox-38.6.1esr-it.xpi ) linguas_ja? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/ja.xpi -> firefox-38.6.1esr-ja.xpi ) linguas_kk? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/kk.xpi -> firefox-38.6.1esr-kk.xpi ) linguas_km? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/km.xpi -> firefox-38.6.1esr-km.xpi ) linguas_kn? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/kn.xpi -> firefox-38.6.1esr-kn.xpi ) linguas_ko? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/ko.xpi -> firefox-38.6.1esr-ko.xpi ) linguas_lt? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/lt.xpi -> firefox-38.6.1esr-lt.xpi ) linguas_lv? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/lv.xpi -> firefox-38.6.1esr-lv.xpi ) linguas_mai? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/mai.xpi -> firefox-38.6.1esr-mai.xpi ) linguas_mk? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/mk.xpi -> firefox-38.6.1esr-mk.xpi ) linguas_ml? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/ml.xpi -> firefox-38.6.1esr-ml.xpi ) linguas_mr? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/mr.xpi -> firefox-38.6.1esr-mr.xpi ) linguas_nb_NO? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/nb-NO.xpi -> firefox-38.6.1esr-nb-NO.xpi ) linguas_nl? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/nl.xpi -> firefox-38.6.1esr-nl.xpi ) linguas_nn_NO? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/nn-NO.xpi -> firefox-38.6.1esr-nn-NO.xpi ) linguas_or? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/or.xpi -> firefox-38.6.1esr-or.xpi ) linguas_pa_IN? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/pa-IN.xpi -> firefox-38.6.1esr-pa-IN.xpi ) linguas_pl? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/pl.xpi -> firefox-38.6.1esr-pl.xpi ) linguas_pt_BR? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/pt-BR.xpi -> firefox-38.6.1esr-pt-BR.xpi ) linguas_pt_PT? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/pt-PT.xpi -> firefox-38.6.1esr-pt-PT.xpi ) linguas_rm? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/rm.xpi -> firefox-38.6.1esr-rm.xpi ) linguas_ro? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/ro.xpi -> firefox-38.6.1esr-ro.xpi ) linguas_ru? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/ru.xpi -> firefox-38.6.1esr-ru.xpi ) linguas_si? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/si.xpi -> firefox-38.6.1esr-si.xpi ) linguas_sk? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/sk.xpi -> firefox-38.6.1esr-sk.xpi ) linguas_sl? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/sl.xpi -> firefox-38.6.1esr-sl.xpi ) linguas_son? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/son.xpi -> firefox-38.6.1esr-son.xpi ) linguas_sq? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/sq.xpi -> firefox-38.6.1esr-sq.xpi ) linguas_sr? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/sr.xpi -> firefox-38.6.1esr-sr.xpi ) linguas_sv_SE? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/sv-SE.xpi -> firefox-38.6.1esr-sv-SE.xpi ) linguas_ta? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/ta.xpi -> firefox-38.6.1esr-ta.xpi ) linguas_te? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/te.xpi -> firefox-38.6.1esr-te.xpi ) linguas_th? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/th.xpi -> firefox-38.6.1esr-th.xpi ) linguas_tr? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/tr.xpi -> firefox-38.6.1esr-tr.xpi ) linguas_uk? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/uk.xpi -> firefox-38.6.1esr-uk.xpi ) linguas_vi? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/vi.xpi -> firefox-38.6.1esr-vi.xpi ) linguas_xh? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/xh.xpi -> firefox-38.6.1esr-xh.xpi ) linguas_zh_CN? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/zh-CN.xpi -> firefox-38.6.1esr-zh-CN.xpi ) linguas_zh_TW? ( http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/linux-i686/xpi/zh-TW.xpi -> firefox-38.6.1esr-zh-TW.xpi ) https://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-38.0-patches-04.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/firefox-38.0-patches-04.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-38.0-patches-04.tar.xz http://archive.mozilla.org/pub/firefox/releases/38.6.1esr/source/firefox-38.6.1esr.source.tar.bz2 +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c check-reqs aee25bdf4e2f459af86d17f7c41dcdf6 eutils 28fb3e5852485af1c348d446b0b98389 fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf libtool b75230758539a7da029e24afdb693960 mozconfig-v6.38 999886092ffe41fad6a4b20bee521f7c mozcoreconf-v3 4cfc8ce74fdb5f45ec03f00451b2a3ff mozextension 3d8ee4835f89ff39d4666656aa603433 mozlinguas f8b09a9eb2d47862b6df38999a9d6098 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=9bee343a5367ad2de9190f91ee7e4a2e diff --git a/metadata/md5-cache/www-client/firefox-43.0 b/metadata/md5-cache/www-client/firefox-43.0 deleted file mode 100644 index 9d63077dc6da..000000000000 --- a/metadata/md5-cache/www-client/firefox-43.0 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup unpack -DEPEND=>=dev-libs/nss-3.20.1 >=dev-libs/nspr-4.10.10-r1 selinux? ( sec-policy/selinux-mozilla ) 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 virtual/pkgconfig || ( >=dev-lang/python-2.7.5-r2:2.7[threads,sqlite] ) app-arch/zip app-arch/unzip >=sys-devel/binutils-2.16.1 >=app-text/hunspell-1.2 dev-libs/atk dev-libs/expat >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/libpng-1.6.17:0=[apng] >=media-libs/mesa-10.2:* media-libs/fontconfig >=media-libs/freetype-2.4.10 kernel_linux? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio ) virtual/freedesktop-icon-theme dbus? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10 gstreamer? ( >=media-libs/gstreamer-1.4.5:1.0 >=media-libs/gst-plugins-base-1.4.5:1.0 >=media-libs/gst-plugins-good-1.4.5:1.0 >=media-plugins/gst-plugins-libav-1.4.5:1.0 ) gstreamer-0? ( >=media-libs/gstreamer-0.10.25:0.10 media-plugins/gst-plugins-meta:0.10[ffmpeg] ) x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt system-cairo? ( >=x11-libs/cairo-1.12[X,xcb] >=x11-libs/pixman-0.19.2 ) system-icu? ( >=dev-libs/icu-51.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-sqlite? ( >=dev-db/sqlite-3.8.11.1:3[secure-delete,debug=] ) system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] ) gtk3? ( >=x11-libs/gtk+-3.14.0:3 ) wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 net-misc/networkmanager ) ) !=sys-devel/automake-1.15:1.15 ) ~sys-devel/autoconf-2.13 >=sys-devel/libtool-2.4 pgo? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) app-arch/unzip -DESCRIPTION=Firefox Web Browser -EAPI=5 -HOMEPAGE=http://www.mozilla.com/firefox -IUSE=bindist egl hardened +hwaccel +minimal pgo selinux +gmp-autoupdate test custom-cflags custom-optimization dbus debug +gstreamer gstreamer-0 +jemalloc3 neon pulseaudio selinux startup-notification system-cairo system-icu system-jpeg system-sqlite system-libvpx gtk3 wifi +jit pgo linguas_af 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_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_lt linguas_lv linguas_mai linguas_mk linguas_ml linguas_mr linguas_nb_NO linguas_nl linguas_nn_NO 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_te linguas_th linguas_tr linguas_uk linguas_vi linguas_xh linguas_zh_CN linguas_zh_TW -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux -LICENSE=MPL-2.0 GPL-2 LGPL-2.1 -RDEPEND=>=dev-libs/nss-3.20.1 >=dev-libs/nspr-4.10.10-r1 selinux? ( sec-policy/selinux-mozilla ) >=app-text/hunspell-1.2 dev-libs/atk dev-libs/expat >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/libpng-1.6.17:0=[apng] >=media-libs/mesa-10.2:* media-libs/fontconfig >=media-libs/freetype-2.4.10 kernel_linux? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio ) virtual/freedesktop-icon-theme dbus? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10 gstreamer? ( >=media-libs/gstreamer-1.4.5:1.0 >=media-libs/gst-plugins-base-1.4.5:1.0 >=media-libs/gst-plugins-good-1.4.5:1.0 >=media-plugins/gst-plugins-libav-1.4.5:1.0 ) gstreamer-0? ( >=media-libs/gstreamer-0.10.25:0.10 media-plugins/gst-plugins-meta:0.10[ffmpeg] ) x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt system-cairo? ( >=x11-libs/cairo-1.12[X,xcb] >=x11-libs/pixman-0.19.2 ) system-icu? ( >=dev-libs/icu-51.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-sqlite? ( >=dev-db/sqlite-3.8.11.1:3[secure-delete,debug=] ) system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] ) gtk3? ( >=x11-libs/gtk+-3.14.0:3 ) wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 net-misc/networkmanager ) ) selinux? ( sec-policy/selinux-mozilla ) -REQUIRED_USE=?? ( gstreamer gstreamer-0 ) -RESTRICT=!bindist? ( bindist ) -SLOT=0 -SRC_URI=linguas_af? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/af.xpi -> firefox-43.0-af.xpi ) linguas_ar? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/ar.xpi -> firefox-43.0-ar.xpi ) linguas_as? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/as.xpi -> firefox-43.0-as.xpi ) linguas_ast? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/ast.xpi -> firefox-43.0-ast.xpi ) linguas_be? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/be.xpi -> firefox-43.0-be.xpi ) linguas_bg? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/bg.xpi -> firefox-43.0-bg.xpi ) linguas_bn_BD? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/bn-BD.xpi -> firefox-43.0-bn-BD.xpi ) linguas_bn_IN? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/bn-IN.xpi -> firefox-43.0-bn-IN.xpi ) linguas_br? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/br.xpi -> firefox-43.0-br.xpi ) linguas_bs? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/bs.xpi -> firefox-43.0-bs.xpi ) linguas_ca? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/ca.xpi -> firefox-43.0-ca.xpi ) linguas_cs? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/cs.xpi -> firefox-43.0-cs.xpi ) linguas_cy? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/cy.xpi -> firefox-43.0-cy.xpi ) linguas_da? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/da.xpi -> firefox-43.0-da.xpi ) linguas_de? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/de.xpi -> firefox-43.0-de.xpi ) linguas_el? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/el.xpi -> firefox-43.0-el.xpi ) linguas_en_GB? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/en-GB.xpi -> firefox-43.0-en-GB.xpi ) linguas_en_ZA? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/en-ZA.xpi -> firefox-43.0-en-ZA.xpi ) linguas_eo? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/eo.xpi -> firefox-43.0-eo.xpi ) linguas_es_AR? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/es-AR.xpi -> firefox-43.0-es-AR.xpi ) linguas_es_CL? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/es-CL.xpi -> firefox-43.0-es-CL.xpi ) linguas_es_ES? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/es-ES.xpi -> firefox-43.0-es-ES.xpi ) linguas_es_MX? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/es-MX.xpi -> firefox-43.0-es-MX.xpi ) linguas_et? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/et.xpi -> firefox-43.0-et.xpi ) linguas_eu? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/eu.xpi -> firefox-43.0-eu.xpi ) linguas_fa? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/fa.xpi -> firefox-43.0-fa.xpi ) linguas_fi? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/fi.xpi -> firefox-43.0-fi.xpi ) linguas_fr? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/fr.xpi -> firefox-43.0-fr.xpi ) linguas_fy_NL? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/fy-NL.xpi -> firefox-43.0-fy-NL.xpi ) linguas_ga_IE? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/ga-IE.xpi -> firefox-43.0-ga-IE.xpi ) linguas_gd? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/gd.xpi -> firefox-43.0-gd.xpi ) linguas_gl? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/gl.xpi -> firefox-43.0-gl.xpi ) linguas_gu_IN? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/gu-IN.xpi -> firefox-43.0-gu-IN.xpi ) linguas_he? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/he.xpi -> firefox-43.0-he.xpi ) linguas_hi_IN? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/hi-IN.xpi -> firefox-43.0-hi-IN.xpi ) linguas_hr? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/hr.xpi -> firefox-43.0-hr.xpi ) linguas_hu? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/hu.xpi -> firefox-43.0-hu.xpi ) linguas_hy_AM? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/hy-AM.xpi -> firefox-43.0-hy-AM.xpi ) linguas_id? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/id.xpi -> firefox-43.0-id.xpi ) linguas_is? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/is.xpi -> firefox-43.0-is.xpi ) linguas_it? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/it.xpi -> firefox-43.0-it.xpi ) linguas_ja? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/ja.xpi -> firefox-43.0-ja.xpi ) linguas_kk? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/kk.xpi -> firefox-43.0-kk.xpi ) linguas_km? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/km.xpi -> firefox-43.0-km.xpi ) linguas_kn? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/kn.xpi -> firefox-43.0-kn.xpi ) linguas_ko? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/ko.xpi -> firefox-43.0-ko.xpi ) linguas_lt? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/lt.xpi -> firefox-43.0-lt.xpi ) linguas_lv? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/lv.xpi -> firefox-43.0-lv.xpi ) linguas_mai? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/mai.xpi -> firefox-43.0-mai.xpi ) linguas_mk? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/mk.xpi -> firefox-43.0-mk.xpi ) linguas_ml? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/ml.xpi -> firefox-43.0-ml.xpi ) linguas_mr? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/mr.xpi -> firefox-43.0-mr.xpi ) linguas_nb_NO? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/nb-NO.xpi -> firefox-43.0-nb-NO.xpi ) linguas_nl? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/nl.xpi -> firefox-43.0-nl.xpi ) linguas_nn_NO? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/nn-NO.xpi -> firefox-43.0-nn-NO.xpi ) linguas_or? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/or.xpi -> firefox-43.0-or.xpi ) linguas_pa_IN? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/pa-IN.xpi -> firefox-43.0-pa-IN.xpi ) linguas_pl? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/pl.xpi -> firefox-43.0-pl.xpi ) linguas_pt_BR? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/pt-BR.xpi -> firefox-43.0-pt-BR.xpi ) linguas_pt_PT? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/pt-PT.xpi -> firefox-43.0-pt-PT.xpi ) linguas_rm? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/rm.xpi -> firefox-43.0-rm.xpi ) linguas_ro? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/ro.xpi -> firefox-43.0-ro.xpi ) linguas_ru? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/ru.xpi -> firefox-43.0-ru.xpi ) linguas_si? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/si.xpi -> firefox-43.0-si.xpi ) linguas_sk? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/sk.xpi -> firefox-43.0-sk.xpi ) linguas_sl? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/sl.xpi -> firefox-43.0-sl.xpi ) linguas_son? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/son.xpi -> firefox-43.0-son.xpi ) linguas_sq? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/sq.xpi -> firefox-43.0-sq.xpi ) linguas_sr? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/sr.xpi -> firefox-43.0-sr.xpi ) linguas_sv_SE? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/sv-SE.xpi -> firefox-43.0-sv-SE.xpi ) linguas_ta? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/ta.xpi -> firefox-43.0-ta.xpi ) linguas_te? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/te.xpi -> firefox-43.0-te.xpi ) linguas_th? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/th.xpi -> firefox-43.0-th.xpi ) linguas_tr? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/tr.xpi -> firefox-43.0-tr.xpi ) linguas_uk? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/uk.xpi -> firefox-43.0-uk.xpi ) linguas_vi? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/vi.xpi -> firefox-43.0-vi.xpi ) linguas_xh? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/xh.xpi -> firefox-43.0-xh.xpi ) linguas_zh_CN? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/zh-CN.xpi -> firefox-43.0-zh-CN.xpi ) linguas_zh_TW? ( http://archive.mozilla.org/pub/firefox/releases/43.0/linux-i686/xpi/zh-TW.xpi -> firefox-43.0-zh-TW.xpi ) https://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-42.0-patches-0.3.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/firefox-42.0-patches-0.3.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-42.0-patches-0.3.tar.xz http://archive.mozilla.org/pub/firefox/releases/43.0/source/firefox-43.0.source.tar.xz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c check-reqs aee25bdf4e2f459af86d17f7c41dcdf6 eutils 28fb3e5852485af1c348d446b0b98389 fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf libtool b75230758539a7da029e24afdb693960 mozconfig-v6.42 813e24f18091ce90358551dfc8291765 mozcoreconf-v3 4cfc8ce74fdb5f45ec03f00451b2a3ff mozextension 3d8ee4835f89ff39d4666656aa603433 mozlinguas f8b09a9eb2d47862b6df38999a9d6098 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=9e62620db8aec6d6e0fe506f38c90b6b diff --git a/metadata/md5-cache/www-client/firefox-44.0 b/metadata/md5-cache/www-client/firefox-44.0 deleted file mode 100644 index 229b90052b21..000000000000 --- a/metadata/md5-cache/www-client/firefox-44.0 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup unpack -DEPEND=>=dev-libs/nss-3.20.1 >=dev-libs/nspr-4.10.10-r1 selinux? ( sec-policy/selinux-mozilla ) 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 virtual/pkgconfig || ( >=dev-lang/python-2.7.5-r2:2.7[threads,sqlite] ) app-arch/zip app-arch/unzip >=sys-devel/binutils-2.16.1 >=app-text/hunspell-1.2 dev-libs/atk dev-libs/expat >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/libpng-1.6.17:0=[apng] >=media-libs/mesa-10.2:* media-libs/fontconfig >=media-libs/freetype-2.4.10 kernel_linux? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio ) virtual/freedesktop-icon-theme dbus? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10 ffmpeg? ( virtual/ffmpeg ) gstreamer? ( >=media-libs/gstreamer-1.4.5:1.0 >=media-libs/gst-plugins-base-1.4.5:1.0 >=media-libs/gst-plugins-good-1.4.5:1.0 >=media-plugins/gst-plugins-libav-1.4.5:1.0 ) gstreamer-0? ( >=media-libs/gstreamer-0.10.25:0.10 media-plugins/gst-plugins-meta:0.10[ffmpeg] ) x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt system-cairo? ( >=x11-libs/cairo-1.12[X,xcb] >=x11-libs/pixman-0.19.2 ) system-icu? ( >=dev-libs/icu-51.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( =dev-libs/libevent-2.0* ) system-sqlite? ( >=dev-db/sqlite-3.9.1:3[secure-delete,debug=] ) system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] ) gtk3? ( >=x11-libs/gtk+-3.4.0:3 ) wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 net-misc/networkmanager ) ) !=sys-devel/automake-1.15:1.15 ) ~sys-devel/autoconf-2.13 >=sys-devel/libtool-2.4 pgo? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) app-arch/unzip -DESCRIPTION=Firefox Web Browser -EAPI=5 -HOMEPAGE=http://www.mozilla.com/firefox -IUSE=bindist hardened +hwaccel pgo selinux +gmp-autoupdate test custom-cflags custom-optimization dbus debug ffmpeg +gstreamer gstreamer-0 +jemalloc3 neon pulseaudio selinux startup-notification system-cairo system-icu system-jpeg system-libevent system-sqlite system-libvpx gtk3 wifi +jit pgo linguas_af 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_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_lt linguas_lv linguas_mai linguas_mk linguas_ml linguas_mr linguas_nb_NO linguas_nl linguas_nn_NO 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_te linguas_th linguas_tr linguas_uk linguas_vi linguas_xh linguas_zh_CN linguas_zh_TW -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux -LICENSE=MPL-2.0 GPL-2 LGPL-2.1 -RDEPEND=>=dev-libs/nss-3.20.1 >=dev-libs/nspr-4.10.10-r1 selinux? ( sec-policy/selinux-mozilla ) >=app-text/hunspell-1.2 dev-libs/atk dev-libs/expat >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/libpng-1.6.17:0=[apng] >=media-libs/mesa-10.2:* media-libs/fontconfig >=media-libs/freetype-2.4.10 kernel_linux? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio ) virtual/freedesktop-icon-theme dbus? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10 ffmpeg? ( virtual/ffmpeg ) gstreamer? ( >=media-libs/gstreamer-1.4.5:1.0 >=media-libs/gst-plugins-base-1.4.5:1.0 >=media-libs/gst-plugins-good-1.4.5:1.0 >=media-plugins/gst-plugins-libav-1.4.5:1.0 ) gstreamer-0? ( >=media-libs/gstreamer-0.10.25:0.10 media-plugins/gst-plugins-meta:0.10[ffmpeg] ) x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt system-cairo? ( >=x11-libs/cairo-1.12[X,xcb] >=x11-libs/pixman-0.19.2 ) system-icu? ( >=dev-libs/icu-51.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( =dev-libs/libevent-2.0* ) system-sqlite? ( >=dev-db/sqlite-3.9.1:3[secure-delete,debug=] ) system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] ) gtk3? ( >=x11-libs/gtk+-3.4.0:3 ) wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 net-misc/networkmanager ) ) selinux? ( sec-policy/selinux-mozilla ) -REQUIRED_USE=?? ( gstreamer gstreamer-0 ) -RESTRICT=!bindist? ( bindist ) -SLOT=0 -SRC_URI=linguas_af? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/af.xpi -> firefox-44.0-af.xpi ) linguas_ar? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/ar.xpi -> firefox-44.0-ar.xpi ) linguas_as? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/as.xpi -> firefox-44.0-as.xpi ) linguas_ast? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/ast.xpi -> firefox-44.0-ast.xpi ) linguas_be? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/be.xpi -> firefox-44.0-be.xpi ) linguas_bg? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/bg.xpi -> firefox-44.0-bg.xpi ) linguas_bn_BD? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/bn-BD.xpi -> firefox-44.0-bn-BD.xpi ) linguas_bn_IN? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/bn-IN.xpi -> firefox-44.0-bn-IN.xpi ) linguas_br? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/br.xpi -> firefox-44.0-br.xpi ) linguas_bs? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/bs.xpi -> firefox-44.0-bs.xpi ) linguas_ca? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/ca.xpi -> firefox-44.0-ca.xpi ) linguas_cs? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/cs.xpi -> firefox-44.0-cs.xpi ) linguas_cy? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/cy.xpi -> firefox-44.0-cy.xpi ) linguas_da? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/da.xpi -> firefox-44.0-da.xpi ) linguas_de? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/de.xpi -> firefox-44.0-de.xpi ) linguas_el? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/el.xpi -> firefox-44.0-el.xpi ) linguas_en_GB? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/en-GB.xpi -> firefox-44.0-en-GB.xpi ) linguas_en_ZA? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/en-ZA.xpi -> firefox-44.0-en-ZA.xpi ) linguas_eo? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/eo.xpi -> firefox-44.0-eo.xpi ) linguas_es_AR? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/es-AR.xpi -> firefox-44.0-es-AR.xpi ) linguas_es_CL? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/es-CL.xpi -> firefox-44.0-es-CL.xpi ) linguas_es_ES? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/es-ES.xpi -> firefox-44.0-es-ES.xpi ) linguas_es_MX? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/es-MX.xpi -> firefox-44.0-es-MX.xpi ) linguas_et? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/et.xpi -> firefox-44.0-et.xpi ) linguas_eu? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/eu.xpi -> firefox-44.0-eu.xpi ) linguas_fa? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/fa.xpi -> firefox-44.0-fa.xpi ) linguas_fi? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/fi.xpi -> firefox-44.0-fi.xpi ) linguas_fr? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/fr.xpi -> firefox-44.0-fr.xpi ) linguas_fy_NL? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/fy-NL.xpi -> firefox-44.0-fy-NL.xpi ) linguas_ga_IE? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/ga-IE.xpi -> firefox-44.0-ga-IE.xpi ) linguas_gd? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/gd.xpi -> firefox-44.0-gd.xpi ) linguas_gl? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/gl.xpi -> firefox-44.0-gl.xpi ) linguas_gu_IN? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/gu-IN.xpi -> firefox-44.0-gu-IN.xpi ) linguas_he? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/he.xpi -> firefox-44.0-he.xpi ) linguas_hi_IN? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/hi-IN.xpi -> firefox-44.0-hi-IN.xpi ) linguas_hr? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/hr.xpi -> firefox-44.0-hr.xpi ) linguas_hu? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/hu.xpi -> firefox-44.0-hu.xpi ) linguas_hy_AM? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/hy-AM.xpi -> firefox-44.0-hy-AM.xpi ) linguas_id? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/id.xpi -> firefox-44.0-id.xpi ) linguas_is? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/is.xpi -> firefox-44.0-is.xpi ) linguas_it? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/it.xpi -> firefox-44.0-it.xpi ) linguas_ja? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/ja.xpi -> firefox-44.0-ja.xpi ) linguas_kk? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/kk.xpi -> firefox-44.0-kk.xpi ) linguas_km? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/km.xpi -> firefox-44.0-km.xpi ) linguas_kn? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/kn.xpi -> firefox-44.0-kn.xpi ) linguas_ko? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/ko.xpi -> firefox-44.0-ko.xpi ) linguas_lt? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/lt.xpi -> firefox-44.0-lt.xpi ) linguas_lv? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/lv.xpi -> firefox-44.0-lv.xpi ) linguas_mai? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/mai.xpi -> firefox-44.0-mai.xpi ) linguas_mk? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/mk.xpi -> firefox-44.0-mk.xpi ) linguas_ml? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/ml.xpi -> firefox-44.0-ml.xpi ) linguas_mr? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/mr.xpi -> firefox-44.0-mr.xpi ) linguas_nb_NO? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/nb-NO.xpi -> firefox-44.0-nb-NO.xpi ) linguas_nl? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/nl.xpi -> firefox-44.0-nl.xpi ) linguas_nn_NO? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/nn-NO.xpi -> firefox-44.0-nn-NO.xpi ) linguas_or? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/or.xpi -> firefox-44.0-or.xpi ) linguas_pa_IN? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/pa-IN.xpi -> firefox-44.0-pa-IN.xpi ) linguas_pl? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/pl.xpi -> firefox-44.0-pl.xpi ) linguas_pt_BR? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/pt-BR.xpi -> firefox-44.0-pt-BR.xpi ) linguas_pt_PT? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/pt-PT.xpi -> firefox-44.0-pt-PT.xpi ) linguas_rm? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/rm.xpi -> firefox-44.0-rm.xpi ) linguas_ro? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/ro.xpi -> firefox-44.0-ro.xpi ) linguas_ru? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/ru.xpi -> firefox-44.0-ru.xpi ) linguas_si? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/si.xpi -> firefox-44.0-si.xpi ) linguas_sk? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/sk.xpi -> firefox-44.0-sk.xpi ) linguas_sl? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/sl.xpi -> firefox-44.0-sl.xpi ) linguas_son? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/son.xpi -> firefox-44.0-son.xpi ) linguas_sq? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/sq.xpi -> firefox-44.0-sq.xpi ) linguas_sr? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/sr.xpi -> firefox-44.0-sr.xpi ) linguas_sv_SE? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/sv-SE.xpi -> firefox-44.0-sv-SE.xpi ) linguas_ta? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/ta.xpi -> firefox-44.0-ta.xpi ) linguas_te? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/te.xpi -> firefox-44.0-te.xpi ) linguas_th? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/th.xpi -> firefox-44.0-th.xpi ) linguas_tr? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/tr.xpi -> firefox-44.0-tr.xpi ) linguas_uk? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/uk.xpi -> firefox-44.0-uk.xpi ) linguas_vi? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/vi.xpi -> firefox-44.0-vi.xpi ) linguas_xh? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/xh.xpi -> firefox-44.0-xh.xpi ) linguas_zh_CN? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/zh-CN.xpi -> firefox-44.0-zh-CN.xpi ) linguas_zh_TW? ( http://archive.mozilla.org/pub/firefox/releases/44.0/linux-i686/xpi/zh-TW.xpi -> firefox-44.0-zh-TW.xpi ) https://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-44.0-patches-0.4.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/firefox-44.0-patches-0.4.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-44.0-patches-0.4.tar.xz http://archive.mozilla.org/pub/firefox/releases/44.0/source/firefox-44.0.source.tar.xz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c check-reqs aee25bdf4e2f459af86d17f7c41dcdf6 eutils 28fb3e5852485af1c348d446b0b98389 fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf libtool b75230758539a7da029e24afdb693960 mozconfig-v6.44 264afa479c9a99ed079db080a6877449 mozcoreconf-v3 4cfc8ce74fdb5f45ec03f00451b2a3ff mozextension 3d8ee4835f89ff39d4666656aa603433 mozlinguas f8b09a9eb2d47862b6df38999a9d6098 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=fc266e45c8c0aa0e8b086f9f390566b9 diff --git a/metadata/md5-cache/www-client/firefox-44.0.2 b/metadata/md5-cache/www-client/firefox-44.0.2 new file mode 100644 index 000000000000..959739c0d240 --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-44.0.2 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup unpack +DEPEND=>=dev-libs/nss-3.20.1 >=dev-libs/nspr-4.10.10-r1 selinux? ( sec-policy/selinux-mozilla ) 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 virtual/pkgconfig || ( >=dev-lang/python-2.7.5-r2:2.7[threads,sqlite] ) app-arch/zip app-arch/unzip >=sys-devel/binutils-2.16.1 >=app-text/hunspell-1.2 dev-libs/atk dev-libs/expat >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/libpng-1.6.17:0=[apng] >=media-libs/mesa-10.2:* media-libs/fontconfig >=media-libs/freetype-2.4.10 kernel_linux? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio ) virtual/freedesktop-icon-theme dbus? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10 ffmpeg? ( virtual/ffmpeg ) gstreamer? ( >=media-libs/gstreamer-1.4.5:1.0 >=media-libs/gst-plugins-base-1.4.5:1.0 >=media-libs/gst-plugins-good-1.4.5:1.0 >=media-plugins/gst-plugins-libav-1.4.5:1.0 ) gstreamer-0? ( >=media-libs/gstreamer-0.10.25:0.10 media-plugins/gst-plugins-meta:0.10[ffmpeg] ) x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt system-cairo? ( >=x11-libs/cairo-1.12[X,xcb] >=x11-libs/pixman-0.19.2 ) system-icu? ( >=dev-libs/icu-51.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( =dev-libs/libevent-2.0* ) system-sqlite? ( >=dev-db/sqlite-3.9.1:3[secure-delete,debug=] ) system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] ) gtk3? ( >=x11-libs/gtk+-3.4.0:3 ) wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 net-misc/networkmanager ) ) !=sys-devel/automake-1.15:1.15 ) ~sys-devel/autoconf-2.13 >=sys-devel/libtool-2.4 pgo? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) app-arch/unzip +DESCRIPTION=Firefox Web Browser +EAPI=5 +HOMEPAGE=http://www.mozilla.com/firefox +IUSE=bindist hardened +hwaccel pgo selinux +gmp-autoupdate test custom-cflags custom-optimization dbus debug ffmpeg +gstreamer gstreamer-0 +jemalloc3 neon pulseaudio selinux startup-notification system-cairo system-icu system-jpeg system-libevent system-sqlite system-libvpx gtk3 wifi +jit pgo linguas_af 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_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_lt linguas_lv linguas_mai linguas_mk linguas_ml linguas_mr linguas_nb_NO linguas_nl linguas_nn_NO 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_te linguas_th linguas_tr linguas_uk linguas_vi linguas_xh linguas_zh_CN linguas_zh_TW +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=>=dev-libs/nss-3.20.1 >=dev-libs/nspr-4.10.10-r1 selinux? ( sec-policy/selinux-mozilla ) >=app-text/hunspell-1.2 dev-libs/atk dev-libs/expat >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/libpng-1.6.17:0=[apng] >=media-libs/mesa-10.2:* media-libs/fontconfig >=media-libs/freetype-2.4.10 kernel_linux? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio ) virtual/freedesktop-icon-theme dbus? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10 ffmpeg? ( virtual/ffmpeg ) gstreamer? ( >=media-libs/gstreamer-1.4.5:1.0 >=media-libs/gst-plugins-base-1.4.5:1.0 >=media-libs/gst-plugins-good-1.4.5:1.0 >=media-plugins/gst-plugins-libav-1.4.5:1.0 ) gstreamer-0? ( >=media-libs/gstreamer-0.10.25:0.10 media-plugins/gst-plugins-meta:0.10[ffmpeg] ) x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt system-cairo? ( >=x11-libs/cairo-1.12[X,xcb] >=x11-libs/pixman-0.19.2 ) system-icu? ( >=dev-libs/icu-51.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( =dev-libs/libevent-2.0* ) system-sqlite? ( >=dev-db/sqlite-3.9.1:3[secure-delete,debug=] ) system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] ) gtk3? ( >=x11-libs/gtk+-3.4.0:3 ) wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 net-misc/networkmanager ) ) selinux? ( sec-policy/selinux-mozilla ) +REQUIRED_USE=?? ( gstreamer gstreamer-0 ) +RESTRICT=!bindist? ( bindist ) +SLOT=0 +SRC_URI=linguas_af? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/af.xpi -> firefox-44.0.2-af.xpi ) linguas_ar? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/ar.xpi -> firefox-44.0.2-ar.xpi ) linguas_as? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/as.xpi -> firefox-44.0.2-as.xpi ) linguas_ast? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/ast.xpi -> firefox-44.0.2-ast.xpi ) linguas_be? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/be.xpi -> firefox-44.0.2-be.xpi ) linguas_bg? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/bg.xpi -> firefox-44.0.2-bg.xpi ) linguas_bn_BD? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/bn-BD.xpi -> firefox-44.0.2-bn-BD.xpi ) linguas_bn_IN? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/bn-IN.xpi -> firefox-44.0.2-bn-IN.xpi ) linguas_br? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/br.xpi -> firefox-44.0.2-br.xpi ) linguas_bs? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/bs.xpi -> firefox-44.0.2-bs.xpi ) linguas_ca? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/ca.xpi -> firefox-44.0.2-ca.xpi ) linguas_cs? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/cs.xpi -> firefox-44.0.2-cs.xpi ) linguas_cy? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/cy.xpi -> firefox-44.0.2-cy.xpi ) linguas_da? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/da.xpi -> firefox-44.0.2-da.xpi ) linguas_de? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/de.xpi -> firefox-44.0.2-de.xpi ) linguas_el? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/el.xpi -> firefox-44.0.2-el.xpi ) linguas_en_GB? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/en-GB.xpi -> firefox-44.0.2-en-GB.xpi ) linguas_en_ZA? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/en-ZA.xpi -> firefox-44.0.2-en-ZA.xpi ) linguas_eo? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/eo.xpi -> firefox-44.0.2-eo.xpi ) linguas_es_AR? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/es-AR.xpi -> firefox-44.0.2-es-AR.xpi ) linguas_es_CL? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/es-CL.xpi -> firefox-44.0.2-es-CL.xpi ) linguas_es_ES? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/es-ES.xpi -> firefox-44.0.2-es-ES.xpi ) linguas_es_MX? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/es-MX.xpi -> firefox-44.0.2-es-MX.xpi ) linguas_et? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/et.xpi -> firefox-44.0.2-et.xpi ) linguas_eu? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/eu.xpi -> firefox-44.0.2-eu.xpi ) linguas_fa? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/fa.xpi -> firefox-44.0.2-fa.xpi ) linguas_fi? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/fi.xpi -> firefox-44.0.2-fi.xpi ) linguas_fr? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/fr.xpi -> firefox-44.0.2-fr.xpi ) linguas_fy_NL? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/fy-NL.xpi -> firefox-44.0.2-fy-NL.xpi ) linguas_ga_IE? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/ga-IE.xpi -> firefox-44.0.2-ga-IE.xpi ) linguas_gd? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/gd.xpi -> firefox-44.0.2-gd.xpi ) linguas_gl? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/gl.xpi -> firefox-44.0.2-gl.xpi ) linguas_gu_IN? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/gu-IN.xpi -> firefox-44.0.2-gu-IN.xpi ) linguas_he? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/he.xpi -> firefox-44.0.2-he.xpi ) linguas_hi_IN? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/hi-IN.xpi -> firefox-44.0.2-hi-IN.xpi ) linguas_hr? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/hr.xpi -> firefox-44.0.2-hr.xpi ) linguas_hu? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/hu.xpi -> firefox-44.0.2-hu.xpi ) linguas_hy_AM? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/hy-AM.xpi -> firefox-44.0.2-hy-AM.xpi ) linguas_id? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/id.xpi -> firefox-44.0.2-id.xpi ) linguas_is? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/is.xpi -> firefox-44.0.2-is.xpi ) linguas_it? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/it.xpi -> firefox-44.0.2-it.xpi ) linguas_ja? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/ja.xpi -> firefox-44.0.2-ja.xpi ) linguas_kk? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/kk.xpi -> firefox-44.0.2-kk.xpi ) linguas_km? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/km.xpi -> firefox-44.0.2-km.xpi ) linguas_kn? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/kn.xpi -> firefox-44.0.2-kn.xpi ) linguas_ko? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/ko.xpi -> firefox-44.0.2-ko.xpi ) linguas_lt? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/lt.xpi -> firefox-44.0.2-lt.xpi ) linguas_lv? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/lv.xpi -> firefox-44.0.2-lv.xpi ) linguas_mai? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/mai.xpi -> firefox-44.0.2-mai.xpi ) linguas_mk? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/mk.xpi -> firefox-44.0.2-mk.xpi ) linguas_ml? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/ml.xpi -> firefox-44.0.2-ml.xpi ) linguas_mr? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/mr.xpi -> firefox-44.0.2-mr.xpi ) linguas_nb_NO? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/nb-NO.xpi -> firefox-44.0.2-nb-NO.xpi ) linguas_nl? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/nl.xpi -> firefox-44.0.2-nl.xpi ) linguas_nn_NO? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/nn-NO.xpi -> firefox-44.0.2-nn-NO.xpi ) linguas_or? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/or.xpi -> firefox-44.0.2-or.xpi ) linguas_pa_IN? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/pa-IN.xpi -> firefox-44.0.2-pa-IN.xpi ) linguas_pl? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/pl.xpi -> firefox-44.0.2-pl.xpi ) linguas_pt_BR? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/pt-BR.xpi -> firefox-44.0.2-pt-BR.xpi ) linguas_pt_PT? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/pt-PT.xpi -> firefox-44.0.2-pt-PT.xpi ) linguas_rm? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/rm.xpi -> firefox-44.0.2-rm.xpi ) linguas_ro? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/ro.xpi -> firefox-44.0.2-ro.xpi ) linguas_ru? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/ru.xpi -> firefox-44.0.2-ru.xpi ) linguas_si? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/si.xpi -> firefox-44.0.2-si.xpi ) linguas_sk? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/sk.xpi -> firefox-44.0.2-sk.xpi ) linguas_sl? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/sl.xpi -> firefox-44.0.2-sl.xpi ) linguas_son? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/son.xpi -> firefox-44.0.2-son.xpi ) linguas_sq? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/sq.xpi -> firefox-44.0.2-sq.xpi ) linguas_sr? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/sr.xpi -> firefox-44.0.2-sr.xpi ) linguas_sv_SE? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/sv-SE.xpi -> firefox-44.0.2-sv-SE.xpi ) linguas_ta? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/ta.xpi -> firefox-44.0.2-ta.xpi ) linguas_te? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/te.xpi -> firefox-44.0.2-te.xpi ) linguas_th? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/th.xpi -> firefox-44.0.2-th.xpi ) linguas_tr? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/tr.xpi -> firefox-44.0.2-tr.xpi ) linguas_uk? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/uk.xpi -> firefox-44.0.2-uk.xpi ) linguas_vi? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/vi.xpi -> firefox-44.0.2-vi.xpi ) linguas_xh? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/xh.xpi -> firefox-44.0.2-xh.xpi ) linguas_zh_CN? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/zh-CN.xpi -> firefox-44.0.2-zh-CN.xpi ) linguas_zh_TW? ( http://archive.mozilla.org/pub/firefox/releases/44.0.2/linux-i686/xpi/zh-TW.xpi -> firefox-44.0.2-zh-TW.xpi ) https://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-44.0-patches-0.4.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/firefox-44.0-patches-0.4.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-44.0-patches-0.4.tar.xz http://archive.mozilla.org/pub/firefox/releases/44.0.2/source/firefox-44.0.2.source.tar.xz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c check-reqs aee25bdf4e2f459af86d17f7c41dcdf6 eutils 28fb3e5852485af1c348d446b0b98389 fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf libtool b75230758539a7da029e24afdb693960 mozconfig-v6.44 264afa479c9a99ed079db080a6877449 mozcoreconf-v3 4cfc8ce74fdb5f45ec03f00451b2a3ff mozextension 3d8ee4835f89ff39d4666656aa603433 mozlinguas f8b09a9eb2d47862b6df38999a9d6098 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=fc266e45c8c0aa0e8b086f9f390566b9 diff --git a/metadata/md5-cache/x11-drivers/xf86-video-intel-2.99.917_p20160213 b/metadata/md5-cache/x11-drivers/xf86-video-intel-2.99.917_p20160213 new file mode 100644 index 000000000000..e1aceef4f0f9 --- /dev/null +++ b/metadata/md5-cache/x11-drivers/xf86-video-intel-2.99.917_p20160213 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack +DEPEND=x11-libs/libXext x11-libs/libXfixes >=x11-libs/pixman-0.27.1 >=x11-libs/libdrm-2.4.29[video_cards_intel] dri3? ( >=x11-base/xorg-server-1.18 ) sna? ( >=x11-base/xorg-server-1.10 ) udev? ( virtual/udev ) xvmc? ( x11-libs/libXvMC >=x11-libs/libxcb-1.5 x11-libs/xcb-util ) x11-misc/util-macros >=x11-proto/dri2proto-2.6 x11-proto/dri3proto x11-proto/presentproto x11-proto/resourceproto !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) virtual/pkgconfig dri? ( x11-proto/xf86driproto x11-proto/glproto x11-proto/dri2proto ) x11-proto/fontsproto x11-proto/randrproto x11-proto/renderproto x11-proto/videoproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto dri? ( x11-base/xorg-server[-minimal] x11-libs/libdrm ) x11-base/xorg-server[xorg] x11-libs/libpciaccess +DESCRIPTION=X.Org driver for Intel cards +EAPI=5 +HOMEPAGE=http://xorg.freedesktop.org/ +IUSE=debug dri3 +sna +udev uxa xvmc dri +KEYWORDS=~amd64 ~x86 ~amd64-fbsd -x86-fbsd +LICENSE=MIT +RDEPEND=x11-libs/libXext x11-libs/libXfixes >=x11-libs/pixman-0.27.1 >=x11-libs/libdrm-2.4.29[video_cards_intel] dri3? ( >=x11-base/xorg-server-1.18 ) sna? ( >=x11-base/xorg-server-1.10 ) udev? ( virtual/udev ) xvmc? ( x11-libs/libXvMC >=x11-libs/libxcb-1.5 x11-libs/xcb-util ) x11-base/xorg-server:= dri? ( x11-base/xorg-server[-minimal] x11-libs/libdrm ) x11-base/xorg-server[xorg] x11-libs/libpciaccess +REQUIRED_USE=|| ( sna uxa ) +SLOT=0 +SRC_URI=http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/snapshot/636b52913cac10e691834a699cff10fb94d395fa.tar.xz -> xf86-video-intel-2.99.917_p20160213.tar.xz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 28fb3e5852485af1c348d446b0b98389 flag-o-matic d270fa247153df66074f795fa42dba3e libtool b75230758539a7da029e24afdb693960 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xorg-2 b41f09eee8d441f780b7413dba7e120b +_md5_=c8cb1697f413af48a0be5dbc4fe26b8a diff --git a/metadata/md5-cache/x11-misc/slock-1.3 b/metadata/md5-cache/x11-misc/slock-1.3-r1 similarity index 100% rename from metadata/md5-cache/x11-misc/slock-1.3 rename to metadata/md5-cache/x11-misc/slock-1.3-r1 diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index f8efdebec542..9a211dd873e2 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Sun, 14 Feb 2016 18:08:24 +0000 +Mon, 15 Feb 2016 05:08:23 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index b0bd64cac426..14810e8724d7 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Sun Feb 14 18:07:33 UTC 2016 +Mon Feb 15 05:07:33 UTC 2016 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index 62ef2a79116c..616ac3c1d3da 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Sun, 14 Feb 2016 18:30:01 +0000 +Mon, 15 Feb 2016 05:35:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index 4be9579ba0fe..0a10604ab696 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1455473101 Sun 14 Feb 2016 06:05:01 PM UTC +1455512701 Mon 15 Feb 2016 05:05:01 AM UTC diff --git a/net-libs/webkit-gtk/webkit-gtk-2.4.9-r200.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.4.9-r200.ebuild index d58738ca35bb..3678472dc106 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.4.9-r200.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.4.9-r200.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -73,6 +73,7 @@ DEPEND="${RDEPEND} virtual/rubygems[ruby_targets_ruby20] virtual/rubygems[ruby_targets_ruby21] virtual/rubygems[ruby_targets_ruby22] + virtual/rubygems[ruby_targets_ruby23] virtual/rubygems[ruby_targets_ruby19] ) >=dev-libs/atk-2.8.0 @@ -206,7 +207,9 @@ src_configure() { local ruby_interpreter="" - if has_version "virtual/rubygems[ruby_targets_ruby22]"; then + if has_version "virtual/rubygems[ruby_targets_ruby23]"; then + ruby_interpreter="RUBY=$(type -P ruby23)" + elif has_version "virtual/rubygems[ruby_targets_ruby22]"; then ruby_interpreter="RUBY=$(type -P ruby22)" elif has_version "virtual/rubygems[ruby_targets_ruby21]"; then ruby_interpreter="RUBY=$(type -P ruby21)" diff --git a/net-libs/webkit-gtk/webkit-gtk-2.4.9.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.4.9.ebuild index dcf3c4515295..fd95a77acc31 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.4.9.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.4.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -81,6 +81,7 @@ DEPEND="${RDEPEND} virtual/rubygems[ruby_targets_ruby20] virtual/rubygems[ruby_targets_ruby21] virtual/rubygems[ruby_targets_ruby22] + virtual/rubygems[ruby_targets_ruby23] virtual/rubygems[ruby_targets_ruby19] ) >=app-accessibility/at-spi2-core-2.5.3 @@ -219,7 +220,9 @@ src_configure() { local ruby_interpreter="" - if has_version "virtual/rubygems[ruby_targets_ruby22]"; then + if has_version "virtual/rubygems[ruby_targets_ruby23]"; then + ruby_interpreter="RUBY=$(type -P ruby23)" + elif has_version "virtual/rubygems[ruby_targets_ruby22]"; then ruby_interpreter="RUBY=$(type -P ruby22)" elif has_version "virtual/rubygems[ruby_targets_ruby21]"; then ruby_interpreter="RUBY=$(type -P ruby21)" diff --git a/profiles/use.local.desc b/profiles/use.local.desc index b7e3994f8613..4fc8765765d3 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1112,6 +1112,7 @@ app-portage/eix:debug - Build with upstream's CXXFLAGS/LDFLAGS for debugging sup app-portage/eix:dep - Make DEP=true the default which enables support for {,R,P}DEPEND but requires roughly double disk and memory. app-portage/eix:doc - Create description of the eix cache file additionally in html format app-portage/eix:optimization - Accept upstream's choices for CXXFLAGS/LDFLAGS for optimization. Absense of this USE flag does not strip user's *FLAGS +app-portage/eix:required-use - Make REQUIRED_USE=true the default which enables support for REQUIRED_USE but requires more disk and memory. app-portage/eix:security - This adds some checks which can prevent certain exploits if e.g. the eix code has a bug. If you use the hardened toolchain, using this flag does not increase security and can even lead to problems. app-portage/eix:sqlite - Compile in support for portage's sqlite backend; to actually use it you need additional configuration of portage and eix app-portage/eix:strong-optimization - Adds several more agressive CXXFLAGS/LDFLAGS for optimization like graphite (if available). May cause trouble with some buggy compiler versions. Absense of this USE flag does not strip user's *FLAGS @@ -8129,6 +8130,7 @@ x11-drivers/nvidia-drivers:uvm - Install the Unified Memory kernel module (nvidi x11-drivers/xf86-video-amdgpu:glamor - Enable Glamor OpenGL 2D acceleration x11-drivers/xf86-video-ati:glamor - Enable Glamor OpenGL 2D acceleration x11-drivers/xf86-video-geode:ztv - Enable building the V4L2 ZTV driver +x11-drivers/xf86-video-intel:dri3 - Enable DRI3 support x11-drivers/xf86-video-intel:glamor - Enable Glamor OpenGL 2D acceleration x11-drivers/xf86-video-intel:sna - Enable SandyBridge's New Acceleration (useful on all chipsets, not just SandyBridge) x11-drivers/xf86-video-intel:uxa - Enable UMA Acceleration Architecture diff --git a/sci-calculators/orpie/orpie-1.5.2-r1.ebuild b/sci-calculators/orpie/orpie-1.5.2-r1.ebuild new file mode 100644 index 000000000000..862d8dd5df40 --- /dev/null +++ b/sci-calculators/orpie/orpie-1.5.2-r1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit autotools + +DESCRIPTION="A fullscreen RPN calculator for the console" +HOMEPAGE="http://pessimization.com/software/orpie/" +SRC_URI="http://pessimization.com/software/${PN}/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +DEPEND="dev-ml/gsl-ocaml + sys-libs/ncurses:0= + || ( + let p = float'_of_string (aod cont_type "P" "1.0") in + let n = float'_of_string (aod cont_type "N" "1.0") in +- (*uncomment this for ocamlgsl > 0.5 ::::let n = int_of_float n in::::*) + fun () -> foi (Gsl_randist.negative_binomial rng p n) + | "Pascal" -> + let p = float'_of_string (aod cont_type "P" "1.0") in +@@ -4094,7 +4093,6 @@ + | "NegativeBinomialPDF" -> + let p = float'_of_string (aod cont_type "P" "1.0") in + let n = float'_of_string (aod cont_type "N" "1.0") in +- (*uncomment this for ocamlgsl > 0.5 ::::let n = int_of_float n in::::*) + fun x -> Gsl_randist.negative_binomial_pdf (int_of_float x) p n + | "PascalPDF" -> + let p = float'_of_string (aod cont_type "P" "1.0") in diff --git a/sci-misc/flashdot/flashdot-1.1.4-r1.ebuild b/sci-misc/flashdot/flashdot-1.1.4-r1.ebuild new file mode 100644 index 000000000000..66f46d4ef92c --- /dev/null +++ b/sci-misc/flashdot/flashdot-1.1.4-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Generator for psychophysical experiments" +HOMEPAGE="http://www.flashdot.info/" +SRC_URI="mirror://gentoo/${P}.tar.bz2 + https://dev.gentoo.org/~tomka/files/${P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="+ocamlopt" + +DEPEND=" + >=dev-lang/ocaml-3.10[ocamlopt?] + dev-ml/gsl-ocaml + dev-ml/lablgl[glut] + dev-ml/ocamlsdl + x11-apps/xdpyinfo" +RDEPEND="${DEPEND}" +PATCHES=( + "${FILESDIR}/${P}-gsl-ocaml.patch" +) + +src_prepare() { + default + MAKEOPTS+=" -j1 VERSION=${PV}" + use ocamlopt || MAKEOPTS+=" TARGETS=flashdot_bytecode BYTECODENAME=flashdot" +} + +src_install() { + emake DESTDIR="${D}" CALLMODE=script install +} diff --git a/sys-fs/udev/Manifest b/sys-fs/udev/Manifest index aae6345260ab..8c65b49b6c64 100644 --- a/sys-fs/udev/Manifest +++ b/sys-fs/udev/Manifest @@ -11,3 +11,4 @@ DIST udev-222.tar.gz 4015599 SHA256 b49f51f9855127987adc98aad3b6d608e4e53eaa029b DIST udev-224.tar.gz 3868075 SHA256 0d7ac1532a57639fbc828f8a5051a090883c6ad2908618a7a13ab386db831bfc SHA512 7717d340c6de11afd589234b7ec8952fe2ffcd05829622bd7ea8e008870c0e3b83eb1eaf20e85ffffa7adafc9c0c0b94fd93784510792109240e22e6b963f198 WHIRLPOOL 645b08ff0c20994b17b8ed585fb0eef682336961d7fedf25031fa4dc89a4d9a2b58c254e0f9baeedcb228435316fdfb562f9fefd21e5a63f94499d2f1040e093 DIST udev-225.tar.gz 3878442 SHA256 b2f576bb3688e9315f2f49b98e141ac6f964567370e98ebd8fd7332a0a6f9701 SHA512 35b3946509c7b01660da4370d3c51ff0e6a537dadd9dbb0a039c4f7ed552fd4e02ebac6eb8a788f61f1e3ba99444238d959051dd004c174b027729a80368ac19 WHIRLPOOL 47cd3b5690dafdf3c0ef6a9767e947666b1853541f8aefd17eb5c07eee1477daf32f3b249b04327b1c56d8ec430745725383750b97755bb6cf594d354a7ffdf8 DIST udev-228.tar.gz 4034401 SHA256 dd124ff561a07e6439ed2b3713f38ca914df7747f110ce86deea17b56d245ae6 SHA512 e54f282f550854dc082a4788709905e5767b75d2057e18d749b54821f2e44e0a8d1349b1a9180036cc854ecccaf5ff86b3b1dba4d3c2ce1b1fc766930ea4c0ea WHIRLPOOL 16b28367edc29a74f5b08691839da39a02d55bf5bcdffef55bfb1a2e8065eeecbe22a2b661e2d5f161f008d05baa000aff60d662d65db380d6c3fe0c1380eea1 +DIST udev-229.tar.gz 4319173 SHA256 b51b0a48d1beb388d95bd6a98d62be05490335d4bb388aefecdcb576e91e0741 SHA512 d692c0c9fc82f2fce64a5ec1caa4a0f8cf9edaeb1bdaaa1c462669db8f78b3dd6b33c87ef926ff21823582d0460f7b63aa3755792f9ae2cd6fb813ba08a35c39 WHIRLPOOL aa44f7161d80cc680226f19755579ba72c52cfe7bd671aefb09c414981f3a5a5c852f07d3449ac6f96d4ca91120cfb1464225d995b1637f1e2c108baf3c4a392 diff --git a/sys-fs/udev/udev-229.ebuild b/sys-fs/udev/udev-229.ebuild new file mode 100644 index 000000000000..3289cea91a81 --- /dev/null +++ b/sys-fs/udev/udev-229.ebuild @@ -0,0 +1,439 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit autotools bash-completion-r1 eutils linux-info multilib multilib-minimal toolchain-funcs udev user versionator + +if [[ ${PV} = 9999* ]]; then + EGIT_REPO_URI="git://anongit.freedesktop.org/systemd/systemd" + inherit git-r3 +else + patchset= + SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz" + if [[ -n "${patchset}" ]]; then + SRC_URI+=" + https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz + https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" + fi + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +fi + +DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" +HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd" + +LICENSE="LGPL-2.1 MIT GPL-2" +SLOT="0" +IUSE="acl +kmod selinux static-libs" + +RESTRICT="test" + +COMMON_DEPEND=">=sys-apps/util-linux-2.27.1[${MULTILIB_USEDEP}] + sys-libs/libcap[${MULTILIB_USEDEP}] + acl? ( sys-apps/acl ) + kmod? ( >=sys-apps/kmod-16 ) + selinux? ( >=sys-libs/libselinux-2.1.9 ) + != -r4 to skip some parallel build issues +DEPEND="${COMMON_DEPEND} + dev-util/gperf + >=dev-util/intltool-0.50 + >=sys-apps/coreutils-8.16 + virtual/os-headers + virtual/pkgconfig + >=sys-devel/make-3.82-r4 + >=sys-kernel/linux-headers-3.9 + app-text/docbook-xml-dtd:4.2 + app-text/docbook-xml-dtd:4.5 + app-text/docbook-xsl-stylesheets + dev-libs/libxslt" +RDEPEND="${COMMON_DEPEND} + ! "${T}"/40-gentoo.rules + # Gentoo specific floppy and usb groups + SUBSYSTEM=="block", KERNEL=="fd[0-9]", GROUP="floppy" + SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GROUP="usb" + EOF + + # change rules back to group uucp instead of dialout for now wrt #454556 + sed -i -e 's/GROUP="dialout"/GROUP="uucp"/' rules/*.rules || die + + # stub out the am_path_libcrypt function + echo 'AC_DEFUN([AM_PATH_LIBGCRYPT],[:])' > m4/gcrypt.m4 + + # apply user patches + epatch_user + + eautoreconf + + if ! [[ ${PV} = 9999* ]]; then + check_default_rules + fi + + # Restore possibility of running --enable-static wrt #472608 + sed -i \ + -e '/--enable-static is not supported by systemd/s:as_fn_error:echo:' \ + configure || die + + if ! use elibc_glibc; then #443030 + echo '#define secure_getenv(x) NULL' >> config.h.in + sed -i -e '/error.*secure_getenv/s:.*:#define secure_getenv(x) NULL:' src/shared/missing.h || die + fi +} + +src_configure() { + # Prevent conflicts with i686 cross toolchain, bug 559726 + tc-export AR CC NM OBJCOPY RANLIB + multilib-minimal_src_configure +} + +multilib_src_configure() { + tc-export CC #463846 + export cc_cv_CFLAGS__flto=no #502950 + export cc_cv_CFLAGS__Werror_shadow=no #554454 + + # Keep sorted by ./configure --help and only pass --disable flags + # when *required* to avoid external deps or unnecessary compile + local econf_args + econf_args=( + --libdir=/usr/$(get_libdir) + --docdir=/usr/share/doc/${PF} + $(multilib_native_use_enable static-libs static) + --disable-nls + --disable-dbus + $(multilib_native_use_enable kmod) + --disable-xkbcommon + --disable-seccomp + $(multilib_native_use_enable selinux) + --disable-xz + --disable-lz4 + --disable-pam + $(multilib_native_use_enable acl) + --disable-gcrypt + --disable-audit + --disable-libcryptsetup + --disable-qrencode + --disable-microhttpd + --disable-gnuefi + --disable-gnutls + --disable-libcurl + --disable-libidn + --disable-quotacheck + --disable-logind + --disable-polkit + --disable-myhostname + $(multilib_is_native_abi || echo "--disable-manpages") + --enable-split-usr + --without-python + --with-bashcompletiondir="$(get_bashcompdir)" + --with-rootprefix= + $(multilib_is_native_abi && echo "--with-rootlibdir=/$(get_libdir)") + --disable-elfutils + ) + + if ! multilib_is_native_abi; then + econf_args+=( + MOUNT_{CFLAGS,LIBS}=' ' + ) + fi + + ECONF_SOURCE=${S} econf "${econf_args[@]}" +} + +multilib_src_compile() { + echo 'BUILT_SOURCES: $(BUILT_SOURCES)' > "${T}"/Makefile.extra + emake -f Makefile -f "${T}"/Makefile.extra BUILT_SOURCES + + # Most of the parallel build problems were solved by >=sys-devel/make-3.82-r4, + # but not everything -- separate building of the binaries as a workaround, + # which will force internal libraries required for the helpers to be built + # early enough, like eg. libsystemd-shared.la + if multilib_is_native_abi; then + local lib_targets=( libudev.la ) + emake "${lib_targets[@]}" + + local exec_targets=( + systemd-udevd + udevadm + ) + emake "${exec_targets[@]}" + + local helper_targets=( + ata_id + cdrom_id + collect + scsi_id + v4l_id + mtd_probe + ) + emake "${helper_targets[@]}" + + local man_targets=( + man/udev.conf.5 + man/systemd.link.5 + man/udev.7 + man/systemd-udevd.service.8 + man/udevadm.8 + ) + emake "${man_targets[@]}" + else + local lib_targets=( libudev.la ) + emake "${lib_targets[@]}" + fi +} + +multilib_src_install() { + if multilib_is_native_abi; then + local lib_LTLIBRARIES="libudev.la" \ + pkgconfiglib_DATA="src/libudev/libudev.pc" + + local targets=( + install-libLTLIBRARIES + install-includeHEADERS + install-rootbinPROGRAMS + install-rootlibexecPROGRAMS + install-udevlibexecPROGRAMS + install-dist_udevconfDATA + install-dist_udevrulesDATA + install-pkgconfiglibDATA + install-pkgconfigdataDATA + install-dist_docDATA + libudev-install-hook + install-directories-hook + install-dist_bashcompletionDATA + install-dist_networkDATA + ) + + # add final values of variables: + targets+=( + rootlibexec_PROGRAMS=systemd-udevd + rootbin_PROGRAMS=udevadm + lib_LTLIBRARIES="${lib_LTLIBRARIES}" + pkgconfiglib_DATA="${pkgconfiglib_DATA}" + pkgconfigdata_DATA="src/udev/udev.pc" + INSTALL_DIRS='$(sysconfdir)/udev/rules.d \ + $(sysconfdir)/udev/hwdb.d \ + $(sysconfdir)/systemd/network' + dist_bashcompletion_DATA="shell-completion/bash/udevadm" + dist_network_DATA="network/99-default.link" + ) + emake -j1 DESTDIR="${D}" "${targets[@]}" + doman man/{udev.conf.5,systemd.link.5,udev.7,systemd-udevd.service.8,udevadm.8} + else + local lib_LTLIBRARIES="libudev.la" \ + pkgconfiglib_DATA="src/libudev/libudev.pc" \ + include_HEADERS="src/libudev/libudev.h" + + local targets=( + install-libLTLIBRARIES + install-includeHEADERS + install-pkgconfiglibDATA + ) + + targets+=( + lib_LTLIBRARIES="${lib_LTLIBRARIES}" + pkgconfiglib_DATA="${pkgconfiglib_DATA}" + include_HEADERS="${include_HEADERS}" + ) + emake -j1 DESTDIR="${D}" "${targets[@]}" + fi +} + +multilib_src_install_all() { + dodoc TODO + + prune_libtool_files --all + rm -f \ + "${D}"/lib/udev/rules.d/99-systemd.rules \ + "${D}"/usr/share/doc/${PF}/{LICENSE.*,GVARIANT-SERIALIZATION,DIFFERENCES,PORTING-DBUS1,sd-shutdown.h} + + # see src_prepare() for content of 40-gentoo.rules + insinto /lib/udev/rules.d + doins "${T}"/40-gentoo.rules + + # maintainer note: by not letting the upstream build-sys create the .so + # link, you also avoid a parallel make problem + mv "${D}"/usr/share/man/man8/systemd-udevd{.service,}.8 +} + +pkg_postinst() { + mkdir -p "${ROOT%/}"/run + + # "losetup -f" is confused if there is an empty /dev/loop/, Bug #338766 + # So try to remove it here (will only work if empty). + rmdir "${ROOT%/}"/dev/loop 2>/dev/null + if [[ -d ${ROOT%/}/dev/loop ]]; then + ewarn "Please make sure your remove /dev/loop," + ewarn "else losetup may be confused when looking for unused devices." + fi + + local fstab="${ROOT%/}"/etc/fstab dev path fstype rest + while read -r dev path fstype rest; do + if [[ ${path} == /dev && ${fstype} != devtmpfs ]]; then + ewarn "You need to edit your /dev line in ${fstab} to have devtmpfs" + ewarn "filesystem. Otherwise udev won't be able to boot." + ewarn "See, https://bugs.gentoo.org/453186" + fi + done < "${fstab}" + + if [[ -d ${ROOT%/}/usr/lib/udev ]]; then + ewarn + ewarn "Please re-emerge all packages on your system which install" + ewarn "rules and helpers in /usr/lib/udev. They should now be in" + ewarn "/lib/udev." + ewarn + ewarn "One way to do this is to run the following command:" + ewarn "emerge -av1 \$(qfile -q -S -C /usr/lib/udev)" + ewarn "Note that qfile can be found in app-portage/portage-utils" + fi + + local old_cd_rules="${ROOT%/}"/etc/udev/rules.d/70-persistent-cd.rules + local old_net_rules="${ROOT%/}"/etc/udev/rules.d/70-persistent-net.rules + for old_rules in "${old_cd_rules}" "${old_net_rules}"; do + if [[ -f ${old_rules} ]]; then + ewarn + ewarn "File ${old_rules} is from old udev installation but if you still use it," + ewarn "rename it to something else starting with 70- to silence this deprecation" + ewarn "warning." + fi + done + + elog + elog "Starting from version >= 197 the new predictable network interface names are" + elog "used by default, see:" + elog "http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames" + elog "http://cgit.freedesktop.org/systemd/systemd/tree/src/udev/udev-builtin-net_id.c" + elog + elog "Example command to get the information for the new interface name before booting" + elog "(replace with, for example, eth0):" + elog "# udevadm test-builtin net_id /sys/class/net/ 2> /dev/null" + elog + elog "You can use either kernel parameter \"net.ifnames=0\", create empty" + elog "file /etc/systemd/network/99-default.link, or symlink it to /dev/null" + elog "to disable the feature." + + if has_version 'sys-apps/biosdevname'; then + ewarn + ewarn "You can replace the functionality of sys-apps/biosdevname which has been" + ewarn "detected to be installed with the new predictable network interface names." + fi + + ewarn + ewarn "You need to restart udev as soon as possible to make the upgrade go" + ewarn "into effect." + ewarn "The method you use to do this depends on your init system." + if has_version 'sys-apps/openrc'; then + ewarn "For sys-apps/openrc users it is:" + ewarn "# /etc/init.d/udev --nodeps restart" + fi + + elog + elog "For more information on udev on Gentoo, upgrading, writing udev rules, and" + elog "fixing known issues visit:" + elog "https://wiki.gentoo.org/wiki/Udev" + elog "https://wiki.gentoo.org/wiki/Udev/upgrade" + + # If user has disabled 80-net-name-slot.rules using a empty file or a symlink to /dev/null, + # do the same for 80-net-setup-link.rules to keep the old behavior + local net_move=no + local net_name_slot_sym=no + local net_rules_path="${ROOT%/}"/etc/udev/rules.d + local net_name_slot="${net_rules_path}"/80-net-name-slot.rules + local net_setup_link="${net_rules_path}"/80-net-setup-link.rules + if [[ ! -e ${net_setup_link} ]]; then + [[ -f ${net_name_slot} && $(sed -e "/^#/d" -e "/^\W*$/d" ${net_name_slot} | wc -l) == 0 ]] && net_move=yes + if [[ -L ${net_name_slot} && $(readlink ${net_name_slot}) == /dev/null ]]; then + net_move=yes + net_name_slot_sym=yes + fi + fi + if [[ ${net_move} == yes ]]; then + ebegin "Copying ${net_name_slot} to ${net_setup_link}" + + if [[ ${net_name_slot_sym} == yes ]]; then + ln -nfs /dev/null "${net_setup_link}" + else + cp "${net_name_slot}" "${net_setup_link}" + fi + eend $? + fi + + # http://cgit.freedesktop.org/systemd/systemd/commit/rules/50-udev-default.rules?id=3dff3e00e044e2d53c76fa842b9a4759d4a50e69 + # https://bugs.gentoo.org/246847 + # https://bugs.gentoo.org/514174 + enewgroup input + + # Update hwdb database in case the format is changed by udev version. + if has_version 'sys-apps/hwids[udev]'; then + udevadm hwdb --update --root="${ROOT%/}" + # Only reload when we are not upgrading to avoid potential race w/ incompatible hwdb.bin and the running udevd + # http://cgit.freedesktop.org/systemd/systemd/commit/?id=1fab57c209035f7e66198343074e9cee06718bda + [[ -z ${REPLACING_VERSIONS} ]] && udev_reload + fi +} diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index 24eeb169a956..94caf608107e 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -2,3 +2,4 @@ DIST linux-4.4.tar.xz 87295988 SHA256 401d7c8fef594999a460d10c72c5a94e9c2e1022f1 DIST patch-4.5-rc1.xz 7967940 SHA256 e85df921d461dd39c488ddd4f14b29ce1478b3df5551c6edda074690afe7e047 SHA512 0c7be6f7253d5542032c828a77e3fdd4d7728c3832378206684c9e2bc1d53087193f078970a1dbc0af33259bfb144807bd21dd50286ac60e3fabd492a4de4fd3 WHIRLPOOL ccb9e96626869183a87b6ec9dfb4edf0869adf3f6f4d8d7b3064196ff3347977435bed3995e6b14384f751aa4ec8bf0748a0c430a3669784f71b6351c96aaa5e DIST patch-4.5-rc2.xz 8030184 SHA256 b5d3194bf8f22fd63cf185f1b1dd25fca65bbf562773e22b6fd2538f43cf2df6 SHA512 7c589b7ec8c9a66204b10afd6a9865c6020bce2c4d616aad1e62bf362254522846b7f60a497656631aebda052b316e1896c302faad91d9b27bc1645919c017b1 WHIRLPOOL d061e4df5f5cbf23a1532e01de670d394ef3b87c7a0566d8ccbcc80dc22fb927c7a5bdc53d625615f4aa744f5b8314388b2799a4716afaf3346d239abfbc4d65 DIST patch-4.5-rc3.xz 8339492 SHA256 151b54060f1c1be5236f5effc8668ad1812fe2eb9bc8153ccab70cc4fa42fcf3 SHA512 ff36ea4cf4bfdc1cec10f7c5910e3741faa7ced203d917c73f90d11d9ed24a37c380daf6cac89a89c164a494590759797f3c2600058ed4e9918361eeda0e655d WHIRLPOOL 42118a11aaf2e606fc75006e6e6ee3edda369706a13e16843416abb8cdafc2c5a513b65388b01d8b93951de8c8df75bcacb4137855ddd1a9e785d3f92db4f784 +DIST patch-4.5-rc4.xz 8397260 SHA256 d3f536316fd51162a0f67013821737fb7f724f27b2574241f11ed7513d54853c SHA512 6d4ec1ccfdcbd7187535b3440f7f3c3f25585e2e9b2759d38967e56880963b0b1da4e23512d940ef603cacb1f560b613e760c9fcc4d8f96de07627894f35545f WHIRLPOOL 03c445cbc3b356a89d60d93c3b4361cd4658174c80ece3add646ff734117130690ee0e4b4c9b118520a5c933bf9aa5ff1a863a785414a4b06b294d106cd6957d diff --git a/sys-kernel/git-sources/git-sources-4.5_rc4.ebuild b/sys-kernel/git-sources/git-sources-4.5_rc4.ebuild new file mode 100644 index 000000000000..cedf6831acf4 --- /dev/null +++ b/sys-kernel/git-sources/git-sources-4.5_rc4.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +UNIPATCH_STRICTORDER="yes" +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_NOUSEPR="yes" +K_SECURITY_UNSUPPORTED="yes" +K_BASE_VER="4.4" +K_EXP_GENPATCHES_NOUSE="1" +ETYPE="sources" +CKV="${PVR/-r/-git}" + +# only use this if it's not an _rc/_pre release +[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" +inherit kernel-2 +detect_version + +DESCRIPTION="The very latest -git version of the Linux kernel" +HOMEPAGE="https://www.kernel.org" +SRC_URI="${KERNEL_URI}" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and +experimental nature. If you have any issues, try a matching vanilla-sources +ebuild -- if the problem is not there, please contact the upstream kernel +developers at https://bugzilla.kernel.org and on the linux-kernel mailing list to +report the problem so it can be fixed in time for the next kernel release." + +RDEPEND="" +DEPEND="${RDEPEND} + >=sys-devel/patch-2.7.4" + +pkg_postinst() { + postinst_sources +} diff --git a/sys-libs/gpm/Manifest b/sys-libs/gpm/Manifest index 5a1f85499afa..afdac3e0fa24 100644 --- a/sys-libs/gpm/Manifest +++ b/sys-libs/gpm/Manifest @@ -1,2 +1 @@ -DIST gpm-1.20.6.tar.lzma 1280871 SHA256 27abb8a9142d3f7c31aeade2f2f1ed4b76bc760e181f552c504a7a9be00a868f SHA512 6f12d49cb690506ed116251376f0a2c946d86d323e93e11b9c71e7c40212fcc25b9ed364cd4dca3e5f0666fc7d9c38f1c3cdf6e80924cc68aef8623b39c0e623 WHIRLPOOL 05bee4c9156bbde78ea6ee06d7c4afba39899d2877a90a72e60bdab8c921fca9041cbebe5fa0afcc055a1cec2b0674392bcb9b3f1712103f236172e54e15b3b9 DIST gpm-1.20.7.tar.lzma 789691 SHA256 a955053b36556ffa7c628ce18fd6de7d625966573fa412fb08869533d8f7385c SHA512 a502741e2f457b47e41c6d155b1f7ef7c95384fd394503f82ddacf80cde9cdc286c906c77be12b6af8565ef1c3ab24d226379c1dcebcfcd15d64bcf3e94b63b9 WHIRLPOOL d3d142c3aa385e2ef4b16c96e0f94c04b3666376d893c516d439737c2f3016a12fff7884a8f18b5e6b58e4ba21d82379204b18621a2f338d8ab6d478e4e1ec1a diff --git a/sys-libs/gpm/files/0001-daemon-use-sys-ioctl.h-for-ioctl.patch b/sys-libs/gpm/files/0001-daemon-use-sys-ioctl.h-for-ioctl.patch deleted file mode 100644 index b6c7809c0eb5..000000000000 --- a/sys-libs/gpm/files/0001-daemon-use-sys-ioctl.h-for-ioctl.patch +++ /dev/null @@ -1,31 +0,0 @@ -From b184152761d8a4dbf73adcffaddac85709949c2f Mon Sep 17 00:00:00 2001 -From: Mike Frysinger -Date: Sun, 15 Feb 2009 16:16:51 -0500 -Subject: [PATCH] daemon: use sys/ioctl.h for ioctl() - -Including stropts.h for the ioctl() prototype is weird and breaks some -systems that do not implement stropts.h. Use sys/ioctl.h like normal. - -URL: http://bugs.gentoo.org/222099 -Signed-off-by: Mike Frysinger -Reported-by: Sergey Dryabzhinsky ---- - src/daemon/open_console.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/src/daemon/open_console.c b/src/daemon/open_console.c -index 27b62e2..98297c9 100644 ---- a/src/daemon/open_console.c -+++ b/src/daemon/open_console.c -@@ -21,7 +21,7 @@ - - #include /* open and co. */ - #include /* stat() */ --#include /* ioctl */ -+#include /* ioctl */ - - /* Linux specific (to be outsourced in gpm2 */ - #include /* for serial console check */ --- -1.6.1.3 - diff --git a/sys-libs/gpm/files/0001-fixup-make-warnings.patch b/sys-libs/gpm/files/0001-fixup-make-warnings.patch deleted file mode 100644 index c55d2f826d01..000000000000 --- a/sys-libs/gpm/files/0001-fixup-make-warnings.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 1bee81778e7355e6b902986b6e0fc5750546444a Mon Sep 17 00:00:00 2001 -From: Mike Frysinger -Date: Mon, 16 Feb 2009 15:43:40 -0500 -Subject: [PATCH] fixup make warnings - -Split the toplevel dep target to use normal make dependencies and use the -$(MAKE) var rather than hardcoding `make`. - -Signed-off-by: Mike Frysinger ---- - Makefile.in | 8 +++++--- - 1 files changed, 5 insertions(+), 3 deletions(-) - -diff --git a/Makefile.in b/Makefile.in -index 90b92d0..89cbb5e 100644 ---- a/Makefile.in -+++ b/Makefile.in -@@ -26,9 +26,11 @@ SUBDIRS = src doc contrib - - all: do-all - --dep: -- touch src/$(DEPFILE) # to prevent unecessary warnings -- make -C src dep -+src/$(DEPFILE): -+ touch $@ # to prevent unecessary warnings -+ -+dep: src/$(DEPFILE) -+ $(MAKE) -C src dep - - check: all - --- -1.7.3.1 - diff --git a/sys-libs/gpm/files/gpm-1.20.5-abi.patch b/sys-libs/gpm/files/gpm-1.20.5-abi.patch deleted file mode 100644 index 28980151e7a3..000000000000 --- a/sys-libs/gpm/files/gpm-1.20.5-abi.patch +++ /dev/null @@ -1,13 +0,0 @@ -the SONAME upstream was bumped to try and sort out the 1.19.x/1.20.x mess, but -since we've always had 1.20.x in our tree, we dont care about that breakage. - -http://lists.linux.it/pipermail/gpm/2008-June/001026.html -http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473496 - ---- gpm/configure -+++ gpm/configure -@@ -1736,2 +1736,2 @@ --abi_lev="2" --abi_age="1" -+abi_lev="1" -+abi_age="20" diff --git a/sys-libs/gpm/files/gpm-1.20.6-disablestatic.patch b/sys-libs/gpm/files/gpm-1.20.6-disablestatic.patch deleted file mode 100644 index cb51a71e6e91..000000000000 --- a/sys-libs/gpm/files/gpm-1.20.6-disablestatic.patch +++ /dev/null @@ -1,66 +0,0 @@ -From b28e69f92f0b0a690e01a7a9b9bc08ffa9e9bc5e Mon Sep 17 00:00:00 2001 -From: Sean McGovern -Date: Mon, 27 Aug 2012 01:00:44 -0400 -Subject: [PATCH] configure: don't build static libgpm by default - ---- - configure.ac | 11 +++++++++++ - src/Makefile.in | 6 ++++-- - 2 files changed, 15 insertions(+), 2 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 7245826..899b92d 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -79,6 +79,16 @@ AC_CHECK_HEADERS(sys/sysmacros.h linux/major.h linux/tty.h) - # Required headers - AC_CHECK_HEADERS(sys/socket.h,,[AC_MSG_ERROR([Required header file missing])]) - -+AC_ARG_ENABLE([static], -+[ --enable-static build static libraries @<:@default=no@:>@]) -+ -+LIBGPM_A= -+ -+AS_IF([test "x$enable_static" = "xyes"], [ -+ LIBGPM_A=lib/libgpm.a -+]) -+ -+ - AC_ARG_WITH(curses, - [ --without-curses disable curses support even if curses found]) - -@@ -138,6 +148,7 @@ AC_SUBST(ELISP) - AC_SUBST(SHLIB) - AC_SUBST(PICFLAGS) - AC_SUBST(SOLDFLAGS) -+AC_SUBST(LIBGPM_A) - AC_SUBST(CURSES_OBJS) - AC_SUBST(SHARED_LIBS) - AC_SUBST(lispdir) -diff --git a/src/Makefile.in b/src/Makefile.in -index da35a5d..d3b1dcd 100644 ---- a/src/Makefile.in -+++ b/src/Makefile.in -@@ -79,7 +79,7 @@ prog/%: prog/%.o - # | $(SED) '\''s/\($*\)\.o\([ :]*\)/\1.o \1.lo\2/g'\'' > $(DEPDIR)/$@' - - # Do it all! --all: gpm lib/libgpm.so.@abi_lev@ lib/libgpm.a $(PROG) -+all: gpm lib/libgpm.so.@abi_lev@ @LIBGPM_A@ $(PROG) - - gpm: $(GOBJ) - $(CC) @LDFLAGS@ $(LDFLAGS) -o $@ $(GOBJ) @LIBS@ $(LIBS) -lm -@@ -105,7 +105,9 @@ installdirs: - - install: check - $(INSTALL_PROGRAM) gpm $(sbindir)/gpm -- $(INSTALL_DATA) -m 644 lib/libgpm.a $(libdir)/libgpm.a -+ if [ -f lib/libgpm.a ] ; then \ -+ $(INSTALL_DATA) -m 644 lib/libgpm.a $(libdir)/libgpm.a ; \ -+ fi - $(INSTALL_DATA) -m 644 $(srcdir)/headers/gpm.h $(includedir)/gpm.h - # POSIX requires the range of a for loop be nonempty and Bash - # 2.x goes along; unfortunately that means an additional --- -1.7.8.6 - diff --git a/sys-libs/gpm/files/gpm.rc6 b/sys-libs/gpm/files/gpm.rc6 deleted file mode 100644 index 7a3328cb62ce..000000000000 --- a/sys-libs/gpm/files/gpm.rc6 +++ /dev/null @@ -1,38 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -#NB: Config is in /etc/conf.d/gpm - -depend() { - need localmount - use hotplug logger -} - -checkconfig() { - if [ -z "$MOUSEDEV" ] || [ -z "$MOUSE" ] ; then - eerror "You need to setup MOUSEDEV and MOUSE in /etc/conf.d/gpm first" - return 1 - fi -} - -start() { - checkconfig || return 1 - - local params="" - [ -n "$RESPONSIVENESS" ] && params="$params -r $RESPONSIVENESS" - [ -n "$REPEAT_TYPE" ] && params="$params -R$REPEAT_TYPE" - [ -n "$APPEND" ] && params="$params $APPEND " - - ebegin "Starting gpm" - start-stop-daemon --start --quiet --exec /usr/sbin/gpm \ - -- -m ${MOUSEDEV} -t ${MOUSE} ${params} - eend ${?} -} - -stop() { - ebegin "Stopping gpm" - start-stop-daemon --stop --quiet --pidfile /var/run/gpm.pid - eend ${?} -} diff --git a/sys-libs/gpm/gpm-1.20.6-r1.ebuild b/sys-libs/gpm/gpm-1.20.6-r1.ebuild deleted file mode 100644 index ddebd1dc338f..000000000000 --- a/sys-libs/gpm/gpm-1.20.6-r1.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# emacs support disabled due to #99533 #335900 - -EAPI=4 - -inherit eutils toolchain-funcs autotools - -DESCRIPTION="Console-based mouse driver" -HOMEPAGE="http://www.nico.schottelius.org/software/gpm/" -SRC_URI="http://www.nico.schottelius.org/software/${PN}/archives/${P}.tar.lzma" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="selinux static-libs" - -CDPEND="sys-libs/ncurses" -DEPEND="${CDEPEND} - app-arch/xz-utils - virtual/yacc" -RDEPEND="${CDEPEND} - selinux? ( sec-policy/selinux-gpm )" - -src_prepare() { - epatch "${FILESDIR}"/0001-daemon-use-sys-ioctl.h-for-ioctl.patch #222099 - epatch "${FILESDIR}"/0001-fixup-make-warnings.patch #206291 - epatch "${FILESDIR}"/${P}-disablestatic.patch #378283 - - # fix ABI values - sed -i \ - -e 's/^abi_lev=.*$/abi_lev="1"/' \ - -e 's/^abi_age=.*$/abi_age="20"/' \ - configure.ac || die - - # workaround broken release - find -name '*.o' -delete - - eautoreconf -} - -src_configure() { - econf \ - --sysconfdir=/etc/gpm \ - $(use_enable static-libs static) \ - emacs=/bin/false -} - -src_compile() { - # make sure nothing compiled is left - emake clean - emake EMACS=: -} - -src_install() { - emake install DESTDIR="${D}" EMACS=: ELISP="" - - dosym libgpm.so.1 /usr/$(get_libdir)/libgpm.so - gen_usr_ldscript -a gpm - - insinto /etc/gpm - doins conf/gpm-*.conf - - dodoc BUGS Changes README TODO - dodoc doc/Announce doc/FAQ doc/README* - - newinitd "${FILESDIR}"/gpm.rc6-2 gpm - newconfd "${FILESDIR}"/gpm.conf.d gpm -} diff --git a/sys-libs/gpm/gpm-1.20.6.ebuild b/sys-libs/gpm/gpm-1.20.6.ebuild deleted file mode 100644 index 3a923a97dd5d..000000000000 --- a/sys-libs/gpm/gpm-1.20.6.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# emacs support disabled due to #99533 #335900 - -EAPI="2" - -inherit eutils toolchain-funcs - -DESCRIPTION="Console-based mouse driver" -HOMEPAGE="http://www.nico.schottelius.org/software/gpm/" -SRC_URI="http://www.nico.schottelius.org/software/${PN}/archives/${P}.tar.lzma" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" -IUSE="selinux" - -DEPEND="sys-libs/ncurses - app-arch/xz-utils - virtual/yacc" -RDEPEND="selinux? ( sec-policy/selinux-gpm )" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.20.5-abi.patch - epatch "${FILESDIR}"/0001-daemon-use-sys-ioctl.h-for-ioctl.patch #222099 - epatch "${FILESDIR}"/0001-fixup-make-warnings.patch #206291 - - # workaround broken release - find -name '*.o' -delete -} - -src_configure() { - econf \ - --sysconfdir=/etc/gpm \ - emacs=/bin/false -} - -src_compile() { - # make sure nothing compiled is left - emake clean || die - emake EMACS=: || die -} - -src_install() { - emake install DESTDIR="${D}" EMACS=: ELISP="" || die - - dosym libgpm.so.1 /usr/$(get_libdir)/libgpm.so - gen_usr_ldscript -a gpm - - insinto /etc/gpm - doins conf/gpm-*.conf - - dodoc BUGS Changes README TODO - dodoc doc/Announce doc/FAQ doc/README* - - newinitd "${FILESDIR}"/gpm.rc6 gpm - newconfd "${FILESDIR}"/gpm.conf.d gpm -} diff --git a/sys-libs/gpm/gpm-1.20.7-r1.ebuild b/sys-libs/gpm/gpm-1.20.7-r1.ebuild deleted file mode 100644 index c2024fd74700..000000000000 --- a/sys-libs/gpm/gpm-1.20.7-r1.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# emacs support disabled due to #99533 #335900 - -EAPI="4" - -inherit eutils systemd toolchain-funcs autotools - -DESCRIPTION="Console-based mouse driver" -HOMEPAGE="http://www.nico.schottelius.org/software/gpm/" -SRC_URI="http://www.nico.schottelius.org/software/${PN}/archives/${P}.tar.lzma" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" -IUSE="selinux static-libs" - -RDEPEND="sys-libs/ncurses - selinux? ( sec-policy/selinux-gpm )" -DEPEND="sys-libs/ncurses - app-arch/xz-utils - virtual/yacc" - -src_prepare() { - # fix ABI values - sed -i \ - -e '/^abi_lev=/s:=.*:=1:' \ - -e '/^abi_age=/s:=.*:=20:' \ - configure.ac.footer || die - sed -i -e '/ACLOCAL/,$d' autogen.sh || die - ./autogen.sh - eautoreconf -} - -src_configure() { - econf \ - --sysconfdir=/etc/gpm \ - $(use_enable static-libs static) \ - emacs=/bin/false -} - -src_compile() { - # make sure nothing compiled is left - emake clean - emake EMACS=: -} - -src_install() { - emake install DESTDIR="${D}" EMACS=: ELISP="" - - dosym libgpm.so.1 /usr/$(get_libdir)/libgpm.so - gen_usr_ldscript -a gpm - - insinto /etc/gpm - doins conf/gpm-*.conf - - dodoc README TODO - dodoc doc/Announce doc/FAQ doc/README* - - newinitd "${FILESDIR}"/gpm.rc6-2 gpm - newconfd "${FILESDIR}"/gpm.conf.d gpm - systemd_dounit "${FILESDIR}"/gpm.service -} diff --git a/sys-libs/gpm/gpm-1.20.7-r2.ebuild b/sys-libs/gpm/gpm-1.20.7-r2.ebuild index a041ff271b92..af8bb4ae2669 100644 --- a/sys-libs/gpm/gpm-1.20.7-r2.ebuild +++ b/sys-libs/gpm/gpm-1.20.7-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://www.nico.schottelius.org/software/${PN}/archives/${P}.tar.lzma" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="selinux static-libs" RDEPEND=">=sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}] diff --git a/sys-libs/gpm/gpm-1.20.7.ebuild b/sys-libs/gpm/gpm-1.20.7.ebuild deleted file mode 100644 index 6cc573ca7c92..000000000000 --- a/sys-libs/gpm/gpm-1.20.7.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# emacs support disabled due to #99533 #335900 - -EAPI="4" - -inherit eutils toolchain-funcs autotools - -DESCRIPTION="Console-based mouse driver" -HOMEPAGE="http://www.nico.schottelius.org/software/gpm/" -SRC_URI="http://www.nico.schottelius.org/software/${PN}/archives/${P}.tar.lzma" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="selinux static-libs" - -RDEPEND="sys-libs/ncurses - selinux? ( sec-policy/selinux-gpm )" -DEPEND="sys-libs/ncurses - app-arch/xz-utils - virtual/yacc" - -src_prepare() { - # fix ABI values - sed -i \ - -e '/^abi_lev=/s:=.*:=1:' \ - -e '/^abi_age=/s:=.*:=20:' \ - configure.ac.footer || die - sed -i -e '/ACLOCAL/,$d' autogen.sh || die - ./autogen.sh - eautoreconf -} - -src_configure() { - econf \ - --sysconfdir=/etc/gpm \ - $(use_enable static-libs static) \ - emacs=/bin/false -} - -src_compile() { - # make sure nothing compiled is left - emake clean - emake EMACS=: -} - -src_install() { - emake install DESTDIR="${D}" EMACS=: ELISP="" - - dosym libgpm.so.1 /usr/$(get_libdir)/libgpm.so - gen_usr_ldscript -a gpm - - insinto /etc/gpm - doins conf/gpm-*.conf - - dodoc README TODO - dodoc doc/Announce doc/FAQ doc/README* - - newinitd "${FILESDIR}"/gpm.rc6-2 gpm - newconfd "${FILESDIR}"/gpm.conf.d gpm -} diff --git a/www-apps/nanoc/nanoc-4.1.4.ebuild b/www-apps/nanoc/nanoc-4.1.4.ebuild index 96459626f4ff..7d1b8b472eb2 100644 --- a/www-apps/nanoc/nanoc-4.1.4.ebuild +++ b/www-apps/nanoc/nanoc-4.1.4.ebuild @@ -45,10 +45,13 @@ doc? ( all_ruby_prepare() { use doc || use test || (rm tasks/doc.rake || die) - use test || (rm tasks/test.rake || die) - # Avoid dependency on coveralls. - sed -i -e '/coverall/I s:^:#:' tasks/test.rake || die + if use test ; then + # Avoid dependency on coveralls. + sed -i -e '/coverall/I s:^:#:' tasks/test.rake || die + else + rm -f tasks/test.rake || die + fi # Avoid non-optional tests for w3c_validators which we don't have # packaged and which require network access. diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest index 529e7d948fe4..9d62d88e4902 100644 --- a/www-client/firefox/Manifest +++ b/www-client/firefox/Manifest @@ -159,165 +159,164 @@ DIST firefox-38.6.0esr-xh.xpi 450242 SHA256 5d23ed0ff61a1f9b7c4153450df002b3f4e5 DIST firefox-38.6.0esr-zh-CN.xpi 488277 SHA256 b1401c37e9e44bc01e2e3627ec82dea93346681d6259e6cf14079fb973ae20ca SHA512 43115069f877087263bbaec779bc9aef72027ec228aab63def7bb2e858554d3377286c6a1ce6cb75c76ab52f5f08878b492b7eb4c26fae8b5fd9344e8e49777c WHIRLPOOL 0577d9754757c294ffdf20a02fef7a57e9d942cd4813c180763313575996121b68b00f6030be23a95ceb8bd03290247cd46823141d3ae35a9c6160d9c3fb1f38 DIST firefox-38.6.0esr-zh-TW.xpi 467844 SHA256 e94521a7cabb0230dce0448e743c5986cff74bc4a7ef8ea7280e45e1d257237e SHA512 8c27abeefd78b4d7733016c7710a4b2986c04284747d043af486548728f1f5acb71b6136ff8c75e426dc52e37b30fccebcd1c42cce6c19abeb6bc75c8d218d41 WHIRLPOOL 17d23c0ec40bf347f0a1668f507cbb9af3c9e5024d8a9e64cd20365c3245a342b44cc3b531e0b054f7a07e61e48ac419d186086d9d0c1431e0bf2c7bb661037a DIST firefox-38.6.0esr.source.tar.bz2 181354489 SHA256 56244705572d25c5bdca111e814a6021bfe8eaefe3773646720e6e467e59e1d1 SHA512 b9cfd1b873ed77f8f9e170562f313afdf76b5d2f4fefa9f9ab9e06bfb16c0888222cf4e81331e29843181c2d2de426538bd2d91e4b8c16867132e73ad6b54c3d WHIRLPOOL 82831847e097cbf30ac61fd51530dcb2c884628faafe6fe8b8acb3e41f7f155c8364fccb920523c8df229254b73f880cf418c33c435a7753db66265863e5e7ad -DIST firefox-42.0-patches-0.3.tar.xz 13360 SHA256 8f1b592454695a27cd8ab6a234705d73363af0a5ecc5e64c30072def05fd5fc8 SHA512 4aa1ab7b8482b2d6af35cc293443678eb3c33a6eb2577fc0553ec94b3c3a3cbd7c322d50c004ac646296491fe1f67f5d199635750b0c50cc4f0742af704a9cac WHIRLPOOL e755b9fd4da821e8d0490e138531dcc55e9c9dd6ebbbf33771fffda9fe932df79c1d26dc8ad6b6dc9e8a444ee47659f7ef90846dc076299793db4726be06b94e -DIST firefox-43.0-af.xpi 493733 SHA256 180ca0809e10b7a2e4d75cbed04394e1965187bfb018d9dca9128ae6d773de28 SHA512 5e51836b4bbfe51e283d8fc2daf3c971fcaf0aa6a58789d062de87c21898e61283b80e7e4861265fe9b1e33b47b3d8473bb0e343007196dacea1d21038ca57d9 WHIRLPOOL b48249bfa32b6ea9d6749c4ff429c19aae29d15ec288164623eea4daba90f5ba9a7c43b8d5b2519e96ff31bbdbff805de3e373d76ee7e44e8c546bff5a09fe20 -DIST firefox-43.0-ar.xpi 531444 SHA256 052f40e5c7c6540aaa37bc7f63ec9f7ee7d8554a3da0a5655cd7802f1cd17d9c SHA512 7ac14b4df9a9a15d892dfede4496a9b1615e2fa452d48befe11a1d0aa06b12dda41634dd7dccb0c206725848fa4a73ef160f7639a7f09175ff7ff479a18a9688 WHIRLPOOL d2c5ab81bcab0258948efe6c75f9da0233b5d1fe3a1dee22863993e4d399b81be13be1ab0230c846334918d4251f31314210e25235b9bdbb19c051f741c8babe -DIST firefox-43.0-as.xpi 520379 SHA256 734c837c556346e1cbbf823d4587acde37ea1a1a2661ab225babc817d8a879ab SHA512 58651c76664a36d3fb241fdf68f40854ae49ef0456353b292670a80826b195fc9dff269a89737593602721c0f5d8e0b3273736330015a0c9806ba791c7f7124d WHIRLPOOL b5275d94042e4a072b5991befe3e3d9665a8b23bcf9ba50b4ad3af964f4cac2fd9bc7f3bf2b02ac14b585919e337c8429053b8e52c23f93507bb5dfb38e3fcfa -DIST firefox-43.0-ast.xpi 414848 SHA256 ede7e21f36e207e4e0b15dd508f4cd182c7e6b6d95ef3492a44ab4aa72f87c83 SHA512 f32250f32c4f675ebf5a99be4f1fb5c26203cb6b7922fa73f92973b19cb76c3f9aebcb1be12553c873d2c6a3f0a87eff2aa5cd6542f410f1ffff1edba536ae01 WHIRLPOOL 1ddd887cec728dc31d847fc0218a3345f67a3270bd10521870b7a36ef6241cc733cfeac2ef86bc694cf60318e886097d8e23dfe5243b4197a61062824e2d0694 -DIST firefox-43.0-be.xpi 462184 SHA256 b3c0f019e5d37b3591904c79de04042d97acb7d6439a7e7abf54f49afbda95ac SHA512 3fc12633f7ec53d69e3b5f4ff81cd92991de6820cb9eb7cc7cf39ce3bd82eaa64678a1e292886056c3b42fa4cb8ce51003277861d65e5d87b83fb803bd7db25b WHIRLPOOL 657f4a0a2b5449a14818a9ed4636d13a57646f9c2b4c660f73255d88bc399f0da2d9d24b89031d77b2cde72209260933451882b1ea3082fb6028c6790aa0ad7b -DIST firefox-43.0-bg.xpi 503613 SHA256 e6a0121f1e03017938cafb3db12113e86e662efcb04bd276d1b48f5ca307ce15 SHA512 afb08e59d0fc701462e7edc9c032c8445db431c235664e1a7e258d5256916d6532a0b9e620d38ffa7b68cb3d5ba872c93cc072dba000e4999d3a48a4af01a167 WHIRLPOOL 330cd83e971fc4788b5c3bfa3ec2b45a8b6cdce1ea7490ab44c0154acf635a22b5a3a7b0369c2b2697501f163d2b59d30c73154875a43ac2727e845c204cfb6e -DIST firefox-43.0-bn-BD.xpi 550337 SHA256 d5d40903d83ed016efa50b9e8ff4ff29e43063cc9548baab7ae8907957b1c5b7 SHA512 cf22b6d33f4f16217580df8f08616e6f6a6a56ac88b566057526cccad669d74f68d23f0863ca77dd0ef82d0c82e72128e55859b87ef1de4bd23451793d57bd6b WHIRLPOOL 56c11a71f19a5d02896760e037e6f31f71423b9144ef2d65feb4235dc1cdd4f3d608dc3085fe379cb4280091191e0e52b291fd992f05ec75322b9ea05d00b947 -DIST firefox-43.0-bn-IN.xpi 541695 SHA256 441dc10f8a8b5ded1d37b9ab41c630272c4d1a4e03d469bff7f83ccdc1192c18 SHA512 e11f373916b3dd38b31e1177041982d035932e5cc3e962ea2cb37e238f48ca85f20982c00a5e43ab838efc80def7131156bd748bf3e8d83be02e71581a749c77 WHIRLPOOL 462f675616b29c2828be766a930a9a7d6ca00e0e328bee504b545af27cfa21640d3ab6aee891b276291dfec3739f33293c2a39a8a12f68593a36a69fec5c75b9 -DIST firefox-43.0-br.xpi 452044 SHA256 8da826f3a61e1b12d700ded5c905bf9c734f66ed9989e85021d8c8de0547e81a SHA512 ad3ac22c0a55204acf81d1113eb5251f8188c6fbe7f4f948f87ce5e1c6ade45f351dfa4b0a67339311d0b0af15b9d22ba98af6b953ad2ccceba52c9ea7a3733b WHIRLPOOL fbb13aded0f7ad787ef212f9228a1fc789306ef5f46e8248f77799e87804000f06bf78efa05ee5c6163124587d5bdc682c113da041ebeda55c246e4c67850d15 -DIST firefox-43.0-bs.xpi 491001 SHA256 ea3adaf1eb8b5fdd48b836bbeebe43f1fe717f5592b18486592632cffc70b4d7 SHA512 652d359e7fba0cf57d3c659e3af4ce52bc1807353e0795d9bfa7aeeb165cba43f44aa84ec0f28afbf657ab03afd4868f3cc87ae42ca9c15e0c106e15c6b8ddca WHIRLPOOL e9ce70815658b3026631e0047b51dd8d0e35746ea7d290538d5f717d6660958cd1d532845302e07c27ff3291ca083ce79191dbb287b3d3db386c1513570d6b7a -DIST firefox-43.0-ca.xpi 469147 SHA256 67bcce2ee0c8006ea5fc2a472e5a0796683d92e516ace6a2437f139b1d82eec8 SHA512 9ab5c8b90938c214b0e0315f80eae0d39bddaae81ebf62283b3766c5bd3bc42d06229f33ab0acf55b35f57d1b439bf9ac1e9a165b99a01553b4aaf4c637e75cc WHIRLPOOL 5328d7fc4540159ad45b76665aca9c50b3174bcc3f8bd0669978abedb1d591a54b4bec091565962132185153a77d1af0555bc47209f3cb7bd8c9c90db254ad5f -DIST firefox-43.0-cs.xpi 458382 SHA256 2769d5894095289660ae8a1e10ac94aeb73a0562ce6fd87a743ddf2ecde2248c SHA512 d04b118c00698bb9dee661ec82b152d22fcac4778a0fc56b99512708efbc02a3e8045212d0b851dfcee6cc3cdfb46adfb258c1265967f46936e5062823978500 WHIRLPOOL 13a976132d299b92547d27cc711afe16e0d3c90f335ea6c8055775bcc4ae8f6c1b57b874bea5f558f032bf311bd9ab9ad78ac198a696cb672fbfb2c3feebefe5 -DIST firefox-43.0-cy.xpi 454623 SHA256 d4de7555bc1cf528400d16e68872171116db6b969ed14a94cf8adfe4deae7d9e SHA512 8b56994d268bbbd5d9662ad168bc2327eeeac923ef11a560fdb4fb7cd32b6835303579c72f962cfd7e583f8fb711eef02fa25b824c89bd5660c5b5d8eb9f7d06 WHIRLPOOL 9dbb04513cbf38a269f932aa103e38be6f5d716019c04492b8864135360aaf369adcca3941846993cf2b0a1bc516234c7fc49a4fc8796a625bd13c89b9b8bd75 -DIST firefox-43.0-da.xpi 462527 SHA256 d796b27050648c0344c329ef0fb5c4d378351c802a496470e665ece2e1a27691 SHA512 cacc225b856ffc9dfb7f5fcfa17d266a77c90f90f5f4c513462d25fcbedcd137a9f081fa075e04dcc5bb4d9a52e267f23f9da9f68fc6f9189b678d41d2094879 WHIRLPOOL 02be3d8bf4b0dc9eee7581ef9805bfd5a11fbc0a18f6aae910cfb35a438664f4854c8dd29dee838e8a109eed6fc82ef2083ff6624bfbdaa0f14ff5383899ded8 -DIST firefox-43.0-de.xpi 463838 SHA256 e9f7735510f34f0cab6e742dc5b41d7c72f2e1cc25ef524267703971b6b9991a SHA512 00ce200b87acadc09403215885399e4df3107da097b1e3e0808c0adf62a171e2ca361c0b3f2886105e777ce208a2f82a9dc969c8f96aee066cb96e976a983c2a WHIRLPOOL 57546cb29cfef9c7eead1c8480e327ba38e945c2d22c1ef98f56718389a53318b54855cc942c291ddab4f03c834b81f386ddfc555e111de0ac47b7812faaaec5 -DIST firefox-43.0-el.xpi 508363 SHA256 587fdcb068bdee4bf8eb8e45d2d76afa9e5f516ae1bb8cda2af39da45e3e5630 SHA512 20c91691ec6dd5919a92d36d8ccaf72d14d48220feb8afae22205630f14a0f1ab754cdbbc3f8251f1fe35c0a14383d7ec81e47ae19e28dba275767e9433e0453 WHIRLPOOL efab18973f51c3909d27cd13a0d4b2b1a35e2ccb5494d7519d66f4ecfb4ae45622c171fe630bffb6d0093620bfd19b2a9b4ec00cf87f7be2ae30e1441cb988cf -DIST firefox-43.0-en-GB.xpi 448387 SHA256 6c0b8dd0efe578eb8fd9546440dbc481e8ad175ed4a02271610a1cc43e838922 SHA512 efaf4d614b8e38b94ea805119fd2aac6129a3c7a7cd97fa62f2ce5c95aedc9be2b8598982fe88bb52d10ada8ed116318cb7ff9502082d206b5559f06f0cf2320 WHIRLPOOL db819a7242673c5bde1425f16b8e1336f114a5b328ff199d23a13d87a4b42fac7299e2ed499d5161476e184e03bdefe9b0dcfdb6c10d410dad5cfdac400cd266 -DIST firefox-43.0-en-ZA.xpi 453304 SHA256 e01def0453ce51d40c4fc9783e54bd93948dd75ab7902d341b83d74c76e8db2c SHA512 9d18125def313dbca75c3ad97c59e0ccec3d3b4aef0e2c3be45314c0588fd9860c13272289a4c11a01d0996216d1fb7df874e9b284f0923b1ed93bcd50dbfc14 WHIRLPOOL f3a1352b65dcf591e8c39e4746383352d4e2ae8b2f488f4dbdb1e6094d9a60a63c60c2c8fe4af03a44b3a9e6e82f3c0c0dc4802ee57d1b94011477d8c7d3e084 -DIST firefox-43.0-eo.xpi 494359 SHA256 13b1949c73bbc5dc81acd56012def20650a573e24b61320deab99c3ff019e3c6 SHA512 333a934a5f3207d6be210fdc8b01516fa9d6b50e9874816586f04a31d82951a52c16971ec178f882fbd9e6cc1de28d7427e4744de7892832f246cc8ba984386c WHIRLPOOL 00ee8643227af1e2818016a99cc93077af154dfc2b392d435ec253a8c586fcd5aa38dccf5dd65282f305ec74511655c61c57d8dfa835190b33cc42f4b737f5d5 -DIST firefox-43.0-es-AR.xpi 462416 SHA256 3bbeef6354c91fefc75f7222e39f0c2a34d79b4ce8f85a7d5dc080f85cd17b2b SHA512 cc3dfdac6620f25bd2821eeb89117ea75834c9dc1084594b3ddd6e687b208f012fd22cfa9adcd16ec647ee498799fe1613614f7ec8d72dfdb222da78c6cea33c WHIRLPOOL c331f995844478e5aa5f0f7c081bb4ae8a5ea8215782f82ec6c250b8300f8424bd0bc2565f81c326f5a3a76cbfb5eaff37d167ce90963a46ab49a767748ecd23 -DIST firefox-43.0-es-CL.xpi 388433 SHA256 9b217b02c75ad153ab6608b3b07f4cc93acd517fe856d177ca77eb66fd2b0144 SHA512 9b2b1a9151a3e98cbaf390da81b6a2f653817b3b92a09c906f949876ee5a06e5338720929863af769359d1c4ea13573dbaa27200e85fde8c48160da13d4f51f5 WHIRLPOOL aede7dfadeb319d3fdab65ac4c0bfa4673ea2db38ba4e2b15e0c6ba2a769797d03e438816a61a159ed27fb7d2a3ab2f3e99233d29d1b07f504ead3b9f54920ba -DIST firefox-43.0-es-ES.xpi 375331 SHA256 75f03fed082391c5c315e86342c72b6f118dd5389dcf9dc1dd83aa0879aa3944 SHA512 addfab6bb71264a6a54f0c10e2e5cfef3b687613c002a9b620a4b92424a3e09159f2dddbe177954ffc5c0e13de1a76d585bf7923f395a8bea9bd22f4a51029aa WHIRLPOOL 87a315535d3a6357d2d64a7f1d57daaad17b3e028725e706db3eb40edc500dce96f7560aa59b5ca43e00c9b9a22ee379314b20ccb447d5d68752acec85c1aab3 -DIST firefox-43.0-es-MX.xpi 468293 SHA256 4228035182cdcf87c0754b87c9b0806d373f9ea874bfbd9d1e43960bc3a10bd5 SHA512 8b4eeb71f995a8a6f3e34706b922746652bd0253a998012e867023dde66ec9917ed0eeb4945a11126af5bb0fd624cd0fc9d78ea46770db4ef1d21081eba1dd4e WHIRLPOOL 1c110340161b488560be63a6f955bca25f2f917c359df2bbc92d58f63df2838abaf63d52fe8d4ee75f6f315d60e432b33d2789e1af568e2ec1b527d91c5c2b0c -DIST firefox-43.0-et.xpi 455407 SHA256 1dd00b402340a71a7b55ae2863aa1a413493a85c48ea1f7c5f8b51366c7002cd SHA512 28b4e60a2c753c8be88b248fc85437eead70bc77836a82456656317906d60a95322937af8b98d3f24ec23401dfc6fd42852b21ad73af3d5e27718b4b8149bcf4 WHIRLPOOL 70cf64d0cd325a0245ac8944a18365cbf3957637ed0589c3088fad36e5f891afbedd72bb16d41adb6d89946ac390132de350ab5d73774e72eb29983b7bc538c1 -DIST firefox-43.0-eu.xpi 477495 SHA256 09117eade214d245c30f1aeff87e8f7152e0cb7b282049da8c30509c3e81ebcd SHA512 2eab6b700306f3644ffee09e536ec64b7a50eeb6bd733da4826f8009daa8b50c03a7cc68c56d5c1884d23598b5babe1e5b943e5bb3d93c8924a97a58903bf6b3 WHIRLPOOL 0daf336ffcd746d045bcb4c091da33678801220ac30aa9bca423903bb4de10bc75aa4869843dfce4317445ec9e572e6082a1f5edf366e1380ab437dd3fe3f259 -DIST firefox-43.0-fa.xpi 529696 SHA256 da4df284787b71339f31a1741aa8176f33833e09749400482eb7bf0a28c0f575 SHA512 1edb8b1c15264ca0fd4c6b0a36b653ec243cecc01d4d4058202a246148baaf609fbaa7d65f73802210cacdd14f8af44d2cec5fd5fe92135e964e395f3d97b168 WHIRLPOOL 91df7192437000bca6e3249e011cd870c09a45971b592037864de746d4afee1c09abe1d24553a50be14111da54f153e762ba320bd155882ffa4e5ba12f4d89b6 -DIST firefox-43.0-fi.xpi 454716 SHA256 1f2c6283ad55a5f51fd936df96c5ad12576af5101aebebb59640959657105993 SHA512 f3a16976e21d2d81f75d8acef4b54ba55b123ac8ba8521b5481b37f56d3ae18732a6853d5019ec9a55e4ece9108d474ce11bc94ce864e72ae6c6ac63c3638125 WHIRLPOOL 3ba46cb5afccafe0d5fdfc9423d655ccb371749ee36e7a69dff462cb6e69eeb3334f59dcd575f0f1973b3a8babf3c0fdb07d3421b00c6360ce5a25540c9c1089 -DIST firefox-43.0-fr.xpi 473567 SHA256 0d9bdab9b3e7de4aace3cd887c202d1b5ce94578afeccd27f7abcaa0f29bee8a SHA512 bda04b379d086dbd01241776bb8cd283f84145d4662cb7aa12b3926b96c2fbdf97604c97b0f26c9288e86aace04f766873a1ef3c0dd4c6e3c4b92de5e08a87af WHIRLPOOL 3c2f0d3b30be1014d3f1aca189640cf041dd6116847d59fae00c752ca29823240aeae9ee707c08cb004ca846de39f4ea5090a63a1dc12f3094b2dcf2189628fc -DIST firefox-43.0-fy-NL.xpi 466643 SHA256 ae5f8a371b5e7af949c10d2a85a84853b7d5a0d4bb0acb1ff0a507fa95627379 SHA512 65f7efd1cfa19ce12f1879b5d026be1a908b5c8f0c53436da209d19cca4a9e9edd1daf3ab12d884b802642a232db1026154e272650bd3b3fe77df62ab83a4951 WHIRLPOOL d123947d2270ca85d96210d7634b22b6b421ada61173c2825d58b7717f9473014f9a932807b55e7e4922a02ee834a62d0004f5e114723eae0967a5485702ae5d -DIST firefox-43.0-ga-IE.xpi 478965 SHA256 d3a5bd8a179e94e046782b46aec9f9aa3e704b7f5dc1ed0afb29482e749db3aa SHA512 b49c9640e98f7a33714ea4d52bd1f3a97b71a220b5fb61794459cec458ce8ebf53e0748fe8dc2d2034f192272ed476a37e943b2f9f8e1def2c0d0e32f3030458 WHIRLPOOL e3c58b2c73e724f4caca0e0f8169ee04e53a98c74a76f70795c50dc7e364bb6acc121176fa081427aab92e8483e335c9fa1a3e7e07ee41d92ff7ee43fce920e5 -DIST firefox-43.0-gd.xpi 464867 SHA256 6054fe8ad1dc52a9a4e44b9d0a0041d5a1a5e4c44f00e13b51da04bdd9835a24 SHA512 0cfb57f1d0d1f135b8586701e49a296d2b5db1902a78dd2cc2d74e7ff3e5cbcf04a4af931d2a4217b5e4fb2ec513f2e08871d7df698ce2193e1017c33692c031 WHIRLPOOL f9ce372b9c33368c20c65872c1692b7522287a5a3227a4c82ecbe2a6ae1720a703586086ceed76001de6e434f3a2e43a6d887a9b9657239d5cfd079b7536bed8 -DIST firefox-43.0-gl.xpi 454572 SHA256 dc8822ad694c1e1084763e5b8ce87ada3fdf07f91fa6bba39cde3e726ae8afc0 SHA512 7887583d51e6ddc00479791c4ad7961533d2a6c362145d660f2abffd76b58acf3fba112f273da06e11499a5e4bc173844ff4914e9003ec023d93fa6212b27241 WHIRLPOOL 921f36f4756b13be6684c65646e88718673e7d1c261f59d0e028cea60300bd3252e4722322c4f0c2a348215376d8fa556ec8f79b17309908de69bcc3c2024043 -DIST firefox-43.0-gu-IN.xpi 495780 SHA256 30468dd8973c4c048a9f7c696245a2f829b89c2a79dce9047910286e1c625f5e SHA512 6a36dc17bd750d542765e8e8f86443347458e074305c67f57147111cddc8ffdd175ec0af037f6975852b2416de68593622394ba59c8b06d33bfbdb92c294aee6 WHIRLPOOL 3b5cc686b0bb9e0489b3e4e66d9ad926eb3d92feb323ef2d0da7f834f09ff88cf8358f8ad81f61101054c2aae594a098f5ae1c8f69578eaa6ab0c313158112a3 -DIST firefox-43.0-he.xpi 484108 SHA256 f3ce8f23a772b944aee103d74b371cc14c0b78deac152231340d5cad15d0379e SHA512 dd80e0abf9efaff10d71f59af7f79877452592369a0292b579f30ae355bad941db239706a509ced4e4e3fa1667033780c8ce060b6278fa53f33e5905c74fba69 WHIRLPOOL 52ac5cce5ba50bd53cd559e7226eff9df5f15c4b7e4b64aa5f390da0eb9daeb983902483c471045b1b1f144cd3ecfdf0153c60b93d97f3a08f5b83c4dcae7e8d -DIST firefox-43.0-hi-IN.xpi 519472 SHA256 2b0ec3e6a920e1c266ce7636ae58f405c6846943a96c14fb0798767e6fa72a26 SHA512 bf969e0de595866cb3a68b48f93574b703c2cf210da70cc7bce0dfdf1f9a59b2e1400ece110842a0575a3064eea48946e052b81947a8da9e8c52910e85143ab4 WHIRLPOOL 03d703efd8160d5fd49f5804e5dca7d6b0a1faed30675c67b82394d0b3c1daa5979b37e9de64c415c922c21d516dbfc4b3c02fb92498ce845fb268d30d6f8a50 -DIST firefox-43.0-hr.xpi 489137 SHA256 f6bf0f17b16f182fcc35763c910f66aff492c10992f5a30262d9d902837b3010 SHA512 ad7ce372b38efd0e56ff5332fafa06cf8d41d1ccc0340b8ef3f187906ee6659abf11c76f22b54a79ecb36a29a143a6991bb0c50cb1530f55aaed2e6aa3a14f85 WHIRLPOOL e75026cfd538a83018f861c4d096228db02ea32949d8a7690372d7e692bb562472a56c403a2b16dafd3c36cc964bcbd61e5ef95747e16fefc30bbe714834accb -DIST firefox-43.0-hu.xpi 464706 SHA256 7e150a90460234e7aec18adc9a22898d038165e72853cfa084b8e94e52b04f97 SHA512 5ebc94baa54bbc506c5791b85bde4d21d0305a2499bf40d3f28c13d9d355f78338a60f089a3fb582bbb0c46aa97824cd60b41a00d2d281017163fe2bcb4528bc WHIRLPOOL 20ca6bbaba1ae796c5cc5935f0e486d390cbd0988478ba06edb91af3e9d137beb38ba0a6172a474a798f22b53c7821025b3d128d685691a3f6bb38e52e987b5c -DIST firefox-43.0-hy-AM.xpi 548745 SHA256 e8c55c8d35e30ef89101074e475887d62df5e1bd45861b47072e568087b1db98 SHA512 94f98657059ec3e86f65eb4801225c6127791e72ebb943c841b1a0fb06f78f5a3d5f15067cb26f0279b02e71bfffb708f83113111290fff950935c50d3b1730f WHIRLPOOL 09ebabbf0349004021fd896054366b98a7431efd02c3a8cd8024b6810b3d276fe7325509599ff8b46d87aaa153cfa045c24319aedee679e73559c9fbe911eb1a -DIST firefox-43.0-id.xpi 443808 SHA256 c39dd9abfc83f3bfb07ab981a93ba87ce6ecc5a32d43c3a604d1eeb00270fae1 SHA512 31767fd2d94ff6e80709837b2aacd6a884d57b80c1e3f714c785352cbd71dbdf3bb215fbe34347170eaba39cf79b46c007945915c2fb814bf152275eb60efe71 WHIRLPOOL e57a5c3b9b9ee4714a06509ee0e88acc890c7ea21203ac58982130a3861fb12d8150b48f5051cc3094a8bff1d8fffe0be4898fa138e56d887785f20809f157cb -DIST firefox-43.0-is.xpi 495903 SHA256 9bd135ae55b859b73d6652b256925aabad6b6a682d5fc25a2c59cdf16fa25602 SHA512 9c36ce12b984f5c958cba82f63e0d0016326836a26d67eb6d6d99c826f6578ede8ba970fbdf1fd4682e3abe1ae9a66841a7edce628a06312b697e5cf6a36dec4 WHIRLPOOL 97628ed4b7b069fa27e242f38db5f525b9b85f394cd2de8255be12dfd113bcb57fdd15e0cc67a6a6f9654b28942544d2cd17c5fcb22ba424fece81a40a09adfb -DIST firefox-43.0-it.xpi 369328 SHA256 cc6e3904f6f47cc2e9a97e81abcbcaa77d12998875e1b2591ee6ab57c880af78 SHA512 c1436f45e9c03cab9d4549053f0de5d2376376cb00bd2c77a1377efee184adb54a7affb61ebf2d2727a393aac342ed040abac0d9d024e53bbe3f686eeff2fd44 WHIRLPOOL 8344b10cf143e33133d7544142944ef72d8c0d0566f3a77db0b5fea27d1f2937001528a2c2605f31a1511d0ac3f958db8a2890e067281cca6533d0c1f8339257 -DIST firefox-43.0-ja.xpi 491471 SHA256 5813f20c7c3f596554af2eccd33cc07e9e6d20f841dcd7170dd15d5c82c26874 SHA512 808f3126bcb5b1b2274bf2215cbcc101f7627975277ffea2c4b82785f790657482f8ad241d00d0775c933e66b622da936af32717d58375abfde7fbfb358b6223 WHIRLPOOL f90e7861cb97c36b11dcab86ebe22db148f62ea351f7ace911d9580025b06083496ed1444b2f4e6c049fb2ff0e83be3228a6a3c837507616156cbb2952a8eabd -DIST firefox-43.0-kk.xpi 516824 SHA256 0cda2982d9d0f6bd414af2881fc96515498d10bf5236b1d9eec6c1a913240d0b SHA512 18e57836e712aedf028cbd1d7b5d33eb003f7d6e59dd90129ef50da62b8215d880e28cd50e860220ddefade98c00f3bcab590cf9cdb0006db14ee89fafae93e2 WHIRLPOOL 899a6a4504872a12820962e29cdab14841d488180c1187cfedd9451f103f3d2b788a42dc9a1b8367ffe8c7af5d191628980d56775f550914e39533937b987097 -DIST firefox-43.0-km.xpi 581655 SHA256 884e57663c7b26b1e081ffb256437579356e660f79e832ba38f44acb181fb8b2 SHA512 73c5d4ca2250a72aa45506376876d27d1152ea78cde4bc8ed4b6de8f7b75849c99e1f0cd70db214c09af9e146179be2c73c29ab4aa0e9b02924b29ef562e4c15 WHIRLPOOL 4da6fd2d263560aea79bb79aa5d1dcc661817e0766bc2eaedb45d5026638d8293948c0531916a1b94e4d4827290b7c63250ca7f4751883586135f431efb26e83 -DIST firefox-43.0-kn.xpi 548584 SHA256 4b7d44f69494731c58b1a7662c1449a4074b26af4065c7dd1760ea30c70ea136 SHA512 c4b041b2897ce3ad0299c6871aa925c795d8df3fa4a54817b5137a390542e14c802fae15e7d46c2eb8667b6857a71a49697b0b0f29df3c81fe9e3527c710713d WHIRLPOOL ca63d17d6eb29310022f0c41e85eb2633d81cbd8cd96f2254a0305f05140132d7d52b4b40790e135c939dc21d5742026a0e409106dd841e5c79807c102118255 -DIST firefox-43.0-ko.xpi 477481 SHA256 30eef1e9ccf6424d2c9f5721599dd4ac0791195b5cdc5f781454cd14811a919c SHA512 6c443214596c764644ac8be520e411093f6a1fec3b4d37dd9fa8d79bbb5c878a805f70293ead1c6daefed0ac4e8d588f99d131b249e9fd57a5c09ab9e6231ae2 WHIRLPOOL 5620b7625849c07ddcd505cceb0b85e30dbc550732c5d261744142605a37c29e7c56e1f7a23f222186fe6fb2ba930f03ed5fde3e2afeb60915242a990b18dee4 -DIST firefox-43.0-lt.xpi 498171 SHA256 476d124015e140254dbf3dc8eed5ab4e13c754d5e3642698c3af42f4d027a0ec SHA512 b37a4c282b98a4bbae962d8b5c658b5bbbfc9fc14e094084357ece6cd3d1782aa77771ac8b81dc452e4d0ef795bb70037cb699677707cb4b522a16a4a4169742 WHIRLPOOL 251324466880940519325f3f905170e2a219fb1c18c6a59ba5a39f3cb7abd09367f74f8fa0918de3abcf399721cf186df7499013e09be57fbf2acdf88cca9ec7 -DIST firefox-43.0-lv.xpi 478095 SHA256 772e85d5d01934cd8dd3ab5a56fddcddb2167f47fb7e6f5b4bacb617979a0ec6 SHA512 22829c87729e38c43af515acf733c07dd51da31e63891653d5e03bb1c77b548e82ba29b109bdf6e5d98790826fc4324a4269f5cf3adf935f05ac1e3e9ef76e85 WHIRLPOOL 60469678fb0b980851856adb8c7c500d8c4f115bb961e7ed08371ed42efdf53cb8875ff4fb476740e2d3b2cfce63cc0c444a84f0b6827bee85728540bd6a18ab -DIST firefox-43.0-mai.xpi 527785 SHA256 935891c42c61580d95a9b6f858a46ac2d69edea0fa3a7845cb11c4729eb5e344 SHA512 7905380ff6eaae895f971a2a6ca943bb002c0a696ba4fd8829a3267404aadb9f45d653e4c8df04a64cbcb9006bb0cf67630d2bb727c14f0d6274de29469a0daf WHIRLPOOL 408d30869a01f46adf9cd347548590a8527729fb5683c7d482be05b6fcdfe781922391051247b076a7c68683b04ce1555d32bfb5371eef0c84d11af4b0ad2bb1 -DIST firefox-43.0-mk.xpi 537950 SHA256 aacd0b020ed882083879d37cb050b6f155fba47359ca03122230c6a5189c4611 SHA512 4ec972bdff91d0bee7fa110d1773c33d204ba49da65685c16c4a09b311272c0834cb8df07fdb64e0247461b69d28ca37a9b675939ea9af71062541b987893741 WHIRLPOOL a84e206f13089d3bc3915ddaf3d8479153b8b7887427428423495d0ae85137bff4e576c88f43c9e7881126f88c92322915ab21c066f82ade1c5b316d9c171efc -DIST firefox-43.0-ml.xpi 537547 SHA256 a277d1faf91d189f19eaa01d5ffb07dbbd36dcddb5d42b3ef6e4f143a98e068c SHA512 29a25822725bd4f655ff23b12290ee6cc729a6b68dbb1f29b4863d42d74fd8f559007fb5a0ba6d4f20d015b439da1ce6c282e3eb5348ce30116add743ac25c39 WHIRLPOOL 8b0eeb9852dcc3f805638772d3928a16a74ce267a039567deaab92e07fce40a15fcf6ebdb32e11cb5d2f535a6bc3a8c4b38befd7b6027ff3fa8ef6618773183d -DIST firefox-43.0-mr.xpi 527026 SHA256 18698ac9fb2b4f606a22e883ca7765482d2408f77fe2466c271696f72c49e3da SHA512 1712ae876936b0de2104cdba4c59476911ff4f4ca8d379fae3e96b22d3c10206977858c01d2c5ab475b0745cf3de8bd46cfefc883e1cb0e1ad09c0304c640644 WHIRLPOOL d96fc9814a57702780b69b3769bc0ae45f8038273700673129705a6724c9710eae0838e5efcd8897698dfbbcb73f92005fc3df45706b71f7243cc21675c604de -DIST firefox-43.0-nb-NO.xpi 456064 SHA256 66b9b339aa4b4d28773745f89db1d1ace9e4fabe49c59ac9430a6bdccf6be866 SHA512 78cc98dd88cfe148a47f09f84ff791b05c5eee298c392bfe6b939d21357ff78bc5eaafef061f8a6a2ebd5276a5fe6be09f10a70db233926a9e7f8f6d2ed4833d WHIRLPOOL 82f3fcb5d793eefc8444d7d0d70d4439091cf0eef67b31298a518e13226238dc15e195f81c07b0006cfcfd9ac45359568a397e7d3bd568624ebf57096962813c -DIST firefox-43.0-nl.xpi 454466 SHA256 8ac68a97e0aebdf63dd6691a279af5f5c107c7a497974866966fb060ba19281a SHA512 f4599043089401df12f8ecd841e92810c95317e08dc26ba78b304d17e0a5c0ca071db83ad75504c317ca132cdbdd7b37ab22a6ecfa537239b4bcb10f06cd41e8 WHIRLPOOL 6c54d65fcf002719c348b4ead36d7020ab137fb809aaa6f0f8d2b16639282e16f1823962948016062b627912d82c9a8cc673d783d4d7da7ae476e9ccd93f3a8d -DIST firefox-43.0-nn-NO.xpi 450232 SHA256 6766906de580f7de713c5a46c91782251075c736ebfbea4a2c0ec54dbe4a06e4 SHA512 8007c9ec91793716dbb183bdbbd5d074c5e4f142f062fcc217245ddd2fc530513980e5d97bca86dcc5d52ab93ccf6f17bed3fe563ed03baaedc63c7e46a5e3ff WHIRLPOOL af7eb9c66e8c2f880e1d70f20dd32468411a33a4755c84f064ba252c77a111c29cb68121dd4c20ef806801df783b0966f0d13b63522f00b68d0e2929b6cf1182 -DIST firefox-43.0-or.xpi 536910 SHA256 b3f76ca55ac07a60a81dee0988ac99275d973c34636a5295a5a1b61227cdacc7 SHA512 4710154668816bd7b05fd678199cdd1d0d58c0e4db3c84caf39239f1a5d08fcf96a53c7099452af809b9563e2d5e48de916d1e61767241e935336c5ad92652c3 WHIRLPOOL 5eb2b658a2c5a03277c5f15e694d1d8a62ed7ab992e28283dc2cf6c09720298b61640e847eaad38a0925267c7d9656ec46e0b08de878f8026a9581b71c275edc -DIST firefox-43.0-pa-IN.xpi 511158 SHA256 366a751f0c541549808e4f758e3d89429ed9dc1ca87948cacbc1ecd45547238d SHA512 ce512a642e9681118776e6cbc1d3bbeb884a53acdbc32606657685827e2b9fc8ea287d33562febb8cae877e8ac09e326938422a7109599829300857a04e3d400 WHIRLPOOL d09bad42d028d9267dff4569e081abaee570368ed716032d8bbb35780b979cd099799d9b45397fc7746a367be1eab2cf28e8592497ec9080212d2484ba9dea57 -DIST firefox-43.0-pl.xpi 404459 SHA256 70421961674fde783e70065664025b16398f2647e749c8fc9e8d15105c4c8560 SHA512 17728603bb62a7dbe413f1a126c0e82881be472d00c88be1dc5201d6728365f904c840387a0937265143e4823d1a73569cdec643d8a6ac04e7400390c27100c9 WHIRLPOOL 8fd16a95dde9aad7628ff039600531e84b612a10ad49bf670f0673144ba88e89e74b1b3e2435177da1b11a5bda8e716957a44e0c0b6bcc574d980420ceb71d95 -DIST firefox-43.0-pt-BR.xpi 473005 SHA256 390cae963b46fb20ce1eca25e55461559ff34f17f8cc2cd4933e81311c868e81 SHA512 d14d447b24a8114670a7f6159d648dcc563faed4b31a2d516ee1794c7cc9682f61deeef3c549ce4e04c0cb9f64e7f9b2ffdfb85ee91f5d92c2560245d7cf4c04 WHIRLPOOL fd2f6cafbd5e6894476b2936d1a680aee0fc31fbd39f69b405a376fe19c442cacd4e954291ced998eb6116519e3664e7f93b5d96edea7189fa5737c0045b9400 -DIST firefox-43.0-pt-PT.xpi 451857 SHA256 fc5f47bfb04fa48f8c69f5e2bf85dd7fb1f58f87a3fe6c2130df947cf4587e50 SHA512 cf47aee9052d8a61d5b5f2a2cc896e52cdfebf232ee158606720395db65c0cb05588210e4f72bc378c12cd4f5b517021f656637c261d3a4151a5e0466bee42a8 WHIRLPOOL 0f73ddf480264416eb0732b40bb187e8892f1ac339f787f54034ebe0ed454a01eac055bbbaf229f976812ce163f86cd4a7fa77d2202411aa71a46354b53547ff -DIST firefox-43.0-rm.xpi 457313 SHA256 4196a0cf866253eb914723c4d5257411faf80f8abe38bdb659960e6dc5be2f29 SHA512 f04b489bd1d2318bcee3536a6043523ad17ba39f5a7438505035042dfd5e9ec133e7cd8389ae62f9f1c340bf8afbf27dca9e4c0548474c8c9acde61454ae4a39 WHIRLPOOL 83e5992702be7c4ec7aa69b8a6f82f0048be404a3aabb20eb4be580db19929afea07d438ef2db5d55e15806acdfd5af0f3e9617e8f1dee5345f1ad61bd09d3d1 -DIST firefox-43.0-ro.xpi 505832 SHA256 1d67763e94d33f2d4ed08b59a0582340f12153448f1dbcf4da8ce6ce2ebdc2a9 SHA512 fd6b27cdab709dc595a8380b061e1552106436c6ee245bada76e64dbf26c8841d2105243188171ce56458a5554ab6c8327c81327ca628ecb64f0269a0230626f WHIRLPOOL 212eeaa123cddabeeb089591c3e3c53ccf3e71bb305f4fbebb7ee8fdc4fb49d7ea31a728a8866929b18df9c54e18073a9550b9aa94b91493b2f41b0854cc6b23 -DIST firefox-43.0-ru.xpi 417904 SHA256 9cd929152d325f703607d50faaf771ab2f424f87bc19e4af2c9a75615194e366 SHA512 cc74b74efa325f5e6fcc7cc20e7d2696452ebcbc367754a404d4c056b4d8ed7813e8967fc18af9a885a6674807e1abc57c91f93371d180098f293c939564ec3a WHIRLPOOL a15f1aca59df28a38f44eb157fc51a13b5782900279fb0224d396352fc6e494e46bbe8e40aa846cefe8d27605dfa9c7b495d8c3b5d388a22ba5d7b3323df2918 -DIST firefox-43.0-si.xpi 548391 SHA256 bdbdb92280d46784bed8c7c706f501f19630647177f7ad2e2d11f38d3dd84029 SHA512 a8e3b9e37db4e46435cd490da545fb95d5bf7a1e891d5712f9d2ad97c7e770c00f1a9d7e0a50f927d56e502bb666a846d78dca242278f4af03235921c03c746a WHIRLPOOL 2018c9641d91adfe2fafad89f848df772264a827329a87a9a524f3d99d77017867918962dec5ad1cc79c588a4ff9532c341aec6b5ed3d3b51e13c51ee76cc5e8 -DIST firefox-43.0-sk.xpi 480518 SHA256 272b4f17c16e947c86fb92823bde2fb9fdd23ca76f9cd9e6b749afbff63a4827 SHA512 c6e55d982447bd395e9f4ee8d8f180ead9a8bf8d4aa3ab0cc5964da1bf4048e4ba99c8c119a26c736f9793e13047796c9af159e6c19a7d3a7d8686d6e03b5422 WHIRLPOOL 7cfd701eeb22611e5e53fe2f55f6013068ceb563f03ac31529b6a83701a035b80b344c7a274c127c9e802463965fe8e18cc39db9fe1575b940dbe49dc7b4a77b -DIST firefox-43.0-sl.xpi 453337 SHA256 4e65ab619fa3c7dcbe96c8e045753fbf888cd8f8b43620aaf2dee721fd62ec85 SHA512 493006bded1898d06424ae8ad7b3c888e46fa506c4d9122bb14da9d7ed2b7fd3624ea1958111beacb8c5ea5891b3f73942a1bcd4dfc34459751bed03ef2a9540 WHIRLPOOL e6f3a92b7830f5d95435e7fe3b1dc7c3ab07cc8d91a2dd1bbca8169eafe14bb5928bfa863de802cad1c5f20f780119a0f833ea3d51e55312d46adf1042059398 -DIST firefox-43.0-son.xpi 462150 SHA256 7a5bd49bce76fb5345ff9a1272bcb980ebea19c7c44b5112dfdfca43bd7a7763 SHA512 10e74d588f325061af1c5542247145b4684f2167577ae10116ebfddfb7caa7f1c3cf5de69721a9eee36ed4fc5efe6e887ac4161fac4e8e0e73c1457ab741ac34 WHIRLPOOL 3bfd63f0f832e36a73eb46d8b8c3b811181ebd2abc049891fc4afc8e9f00a2e6130878f4713dbff8e5cc4ae21e551d56de4769b1628df11a72363323eed4b8d0 -DIST firefox-43.0-sq.xpi 497505 SHA256 544adce6795116edb9afa90affa7257784ee8fc48466291ab1dadfc6fa24dfb8 SHA512 788fe39d3c3f8863c552ecf12c53aa054573f7bd390d901587d0bac0a68b2c55baf46622b4b2b1b9c9a7cbba13ae7f8bc0f2b3dfd10fd6beefb0b42f22c2a92f WHIRLPOOL fc53a6212c77e60e25563e956969a1e1634292e5c7f2527d9105d5548e94558266bc32cae85c2c2e207e3fdf387fd8367841b40933cc61208d2400702d9616c2 -DIST firefox-43.0-sr.xpi 489348 SHA256 f36b0b495d0ddbd513a0e766176d9277c27fa4d75bdc03beb3b5528e67145872 SHA512 ea5edbdd586c504a80bc165350d7399641c71f8bf48ecbe3112dc1e4e774c629d48b7a97c40f43a427edd338752ac2e959f92d448b27056abf19ad95ca3c334a WHIRLPOOL 0d038ba0df1286f5d3e64efe36346010be625f95af2be2e8845164f0f1f0f2df0a9426eb8cb6eac0c4d4d39b264acb4e20bf028d5c9bcfd9437563e5611d5728 -DIST firefox-43.0-sv-SE.xpi 463026 SHA256 ce72df8bbc670b9c1919bf03d8f28a884ddff5852cbe15aec4f18efb800e7880 SHA512 a79f2ebb17389fc13097574d208e2025ba393d08ecb594deba92db62954227e83711bcfa72929ea44c56652f81e2cad87f94cf88d8e8547189a5fe31ea1e188b WHIRLPOOL e77196f0491660f03d3aaff792046480443245c0759169f9fb7aada642d143929579f6b5907f2d672a82eb0265e62426857c1383a45f0af7e25c393a2f74684e -DIST firefox-43.0-ta.xpi 519588 SHA256 17610620319a3b5130e461bef650bd57e36b23193e8f3967630b082d76bf4013 SHA512 7ebfa17bbe2162f6f6681fbda6a41db3443b5c3a931ce1a6fe6fad6a9f741ad49e2084dda9551bf06283b13ef473b909b213a76f3be0357c72afadf0ec9af84e WHIRLPOOL dd215ad96901539e7430df727789d1377d15b5a16db6d817f0e7fe06f4387fd81da51cf0cd6bf80b709bb4fdb22f859848672b987140b397025b92f1b0b827db -DIST firefox-43.0-te.xpi 537275 SHA256 dbae929748c411806220f676df7588e653594cb7ad451fa4bfbb265513aac204 SHA512 d39f3fff81bd2cb357cea9eab1cae203929a9b3196ef1ff8aa1d95a3562a3e45ab1a58382d7ec2865e69f77cd18079516e9b689928e1c0586fae21aca8d62156 WHIRLPOOL 8602a40eab1a0bf68c86209931fb9cc77a697d3bace33bb865a52dd06a880cfe3f8cba1b482303c09bd42cfd1e2b983be9802e14baa4c4f1c3013e55b2bb58cd -DIST firefox-43.0-th.xpi 546507 SHA256 a251f642989c8e00dadb204767713e33a9e24f025d65218ae4cb9315ce240ac9 SHA512 ea41b9f2d113f643d5f0c00dc5ea530f284400d35f59dc7d998a9749bc71a38eb57be9d7112ec9fc2985a96e129f528c6ba4049be850c317bbdf505fd5a73062 WHIRLPOOL c4eaf342c4ed3b3bcfa968b0ac8814481582587ca216638b6fc970bf59117873c4c8e095044fa0c3dd8dd42829a8ca388fee7f263f701d645b7cdc691c09d61d -DIST firefox-43.0-tr.xpi 492359 SHA256 d2248600b77bc5d38497c6590de89b94ae581b1734742fd7aa65d6827c7febbd SHA512 0379f705d070bf1961b04c93c10af781f43f3f5a574cede24f86966ac64ef2938e9b51997337ee6f64584606b02d3a994c184c90457a206ecf49e49c3f237616 WHIRLPOOL 60cca6a26251daf9d5db836a5f996dc4fd5eea916dac80a9a111751fbfe124b4816920b42b5be45aaeb645488021a578378dd6617d56864e87d345bd45c675b0 -DIST firefox-43.0-uk.xpi 508884 SHA256 b1d273ae648baa73e8f6bbdfe56242c89cbdc0e5b6c4fa83fc2850013c28f4a5 SHA512 44a935139d53f823a1d2ed4913d3230ef14c534ea5436fbe4997e620a9bffc42729ea73589af2bc1bb9adc931db5a0159d50c2b95bed23b14f9f8e4f4ee946f1 WHIRLPOOL e699dbc49169d9dab1c4ef5526cf8ad09e2043e6b58b5b5fe643ad167ad52cc234976d327c32ddcd639d7205df372c0c7798eaa285cffebd99d4c9a086be4a5f -DIST firefox-43.0-vi.xpi 476612 SHA256 a92dd9fb9c66e40c86df450c3fe856e679d50905ce9126016f31afde18e74f06 SHA512 b20d46e3eb9351ba9b36a605a56eec6dda6c2f1281c4af8ba723a96fa8abed1db5c42dc8a25235f6a3e5869f2f2bfe915bd9009d1f08a55ea0ce5f92cc4c0bfa WHIRLPOOL 8c0e5f460d0079917d5746050bb804f16974199029f2940d49dc55198dbb41b6470ade15be2546975496672502cf87b1ff114891230bbbddcd89bbd471fec560 -DIST firefox-43.0-xh.xpi 458719 SHA256 f48562863c31cd8ec05cb0e79323fbd4b0c8426e75a387872e0e9f4a8483fe08 SHA512 ec79cccbba9c27e4c6ded11c45d7e3d81a058de217401c6a9f1862ae7072cc19329046cd59940638706ca159c2afae0e4ed061bbdef79230f54d60ab67b79684 WHIRLPOOL f0ffcb30152f77a90743aa58e1fef8cecf433fa0982eb9c8ed0300f2c33f7672e6fc0f2a001b874a6dbefbd0c1e48a1627900dd3f9ef28212c464bd5cc7cc135 -DIST firefox-43.0-zh-CN.xpi 493639 SHA256 73c74a35f7862f6e583d2fd9edb6fcd3e565c564977897896761e2ba153e1b54 SHA512 1298691174e95bd79dfa24602dec4d7cb5228e9544bdf404215ac4bbee1de7230b6c9989cf8305956d23136c10470a0779233124b3f3b5ffc695230bf43301d0 WHIRLPOOL a6674405f7ec161391b7876d8f1168db2719d653411dfdd17c2373560dee243914565343c3d3d48587b7b4d07dd3edc9443385a2d5fe78e2b454961c068f6e60 -DIST firefox-43.0-zh-TW.xpi 485317 SHA256 488fb84380b3729e2c78c2bb5c9d4046988f4c457727ac19c9458f92f1fe72fb SHA512 e5a32805e3e68b54b3ebe19f5b1dc9a606df232cdc7df301a57d6ba39ab6d69347c27480c2162e30cbdcf1601364c47f3811398751ab4f63f94763772212bbbd WHIRLPOOL 2273baf3e84b7f390a9c121a125902dcf1d625ebf4b96451f78642f16dd2e62b5abf4cda70a66daaec25d68e15e5bc1cd0cb460cde26f18c17008febf6198396 -DIST firefox-43.0.source.tar.xz 175414296 SHA256 a5b16741dcce9344ca71e39e0efb0e7e1336ca5160cb9b6b12f8985f402d8fea SHA512 3ca37428d1b02ba2609ec526e86ab96563b403a03efde8439cbb4acdb282b5970ccb6a14266483c839389d59e07f6b0297314890ee04a669ba2d4b10bc4cb738 WHIRLPOOL 14d8d90452bf6d0e3965f0c8050d0dd4771f1a00a6cc68f6ae9e26334e5a2c5cad9fae92d51f0f677b07aea3120e75686655cbd5c6bcf7f0b5f84d9a1ca4553f -DIST firefox-44.0-af.xpi 496123 SHA256 2d03ae5387a0b211fcae044caa7b7b84d12125abf9d21847a870f5a1f14793c7 SHA512 61d2af5dea407cb17fe6e7d8f528384ccda6356c04b89549d7ab005e5c5edca3798d40b6e51ed5da15665e5407b99096fd9cc4451ab459b5c7f51818612ef032 WHIRLPOOL 3fba0a3e3f4a848374dc81331d757bc532095cda607461afc6376cc70c3391c5d8bd0c0b9bfbd43eeb9ffef0a3dcda96cb31353b7593eefdea3f95a9708cf197 -DIST firefox-44.0-ar.xpi 531969 SHA256 08bf3646f53498eea083345ee80f656f66460ae7e9efbf7561101cf863ffd3e5 SHA512 dedaf867d02beae5896747b8e7b1c56e663d2c04da6ab22fbb9895209276104e96ef22a96153b803f56a1dd99e1bf5f4855d0373240011d9ed6f920d7d642f93 WHIRLPOOL 35adf1b23a95c1159b7e5e95574d636d4741f9d1b901733a9122db54d44732e4068cf87230af4fe336b49012ebf48a3deefdc3a64ac0623b5d6a295a265d6e19 -DIST firefox-44.0-as.xpi 522458 SHA256 54027a9d7b52c368adf77ef4746ec00f47e4a85e4ab579138a7fd686f07f892c SHA512 71611d24290486d0343856923d1c5f33a0711beae0b49da9c25c252b8586969cad3b5679bcd66821d7961472774fad439b8ba4bb5901bf2dfdbe0da1d9c3514d WHIRLPOOL e6b371cdb523310a58f6d931c0b484f3116586d63be458267b5e5dd713b7c6a16e27863b461842ae82ec8c2fd40d249eb55589d8be082fb04e2cb1c4bac3ad93 -DIST firefox-44.0-ast.xpi 420007 SHA256 be2a177e24b39b936337c778a7e94a95a96b7deb9ab47c98a9ac52351095122e SHA512 d8a3876dec85ebcf1e8b0f1d0f9b260fe39b2732b70b5b589aea63f866b38134e324a72750e2ea4a3875da7022201b32ab770f962ac3442800c62f796c6afe73 WHIRLPOOL d3d5bf2a831dc26a8b54c4e68104addd0b513ff68a79bf9d65a8c9ad7e20d814f9194fd8993b700c6cb00f551d986a9374e7ed9ab24c6105c012bfe3c9696ee4 -DIST firefox-44.0-be.xpi 464850 SHA256 7835f62ed47c44a181485f6d3475ca24d0d9717535386c892294d73fb15e798b SHA512 dcffa9664f8c37f82ac0a8b38eebcaf0a0ef1770d613f6f6aebaf371b2195949ea720e5335b0bbb2fc6c9906b897abcefd51db3e38cc45b62d90bd0ceac54c52 WHIRLPOOL 86649456ed0d5408de0c84eed6c6bb810d43a884f3be07e2dcad6c3e4b48146349434fb1634037504e826164c3e1b2cdd6a8391672d7938fbee895d2d2d9036f -DIST firefox-44.0-bg.xpi 505504 SHA256 b1d04beea09b5b7b8fb3d95eb6e4be61ee8f05d17a12bf8ef9cb10a478c57e55 SHA512 7bdf7ef915b2df48cf84d335adccef65077a0e8fec921801bfeb426a692d5b9b73775fda885dc6d5a69ab1df46388515a4ec0e840fd6ddfd334402adc9c1d5f4 WHIRLPOOL 90a10bdb1ab2fa3635775ac8a7c7f262a7acebc3d04cdc5b5e2eb5396a391893a30a8217dbf8e2d23fda22919d98122c6363dd2012e2b5cde7781f21a375f070 -DIST firefox-44.0-bn-BD.xpi 550930 SHA256 39fb97e5782bbe7874cbb5be6a13273c4a82e78613d84e8dfe914f1debd0d865 SHA512 6be2108569b8c2f1aab587bb4002f1b5eddf154596b87909e29f956ed332827edb597af84e238ec221f0db788840d14811503d717ee956d7c981df72432b1d1d WHIRLPOOL 07dda8fb0443226a71fb65fc1d1bfbf9d9b4a5e417f8166b303580793cae9b6e42d9bb2b79bcf789c9ce2fd8547088a95ed3e6b2d4a22400dfc153637bac154b -DIST firefox-44.0-bn-IN.xpi 542124 SHA256 56edcd91ad997d1833b4f21c47a64f54d89aba9f2a5d1766e61aecd84068e406 SHA512 fd301c79c498732bbae83611e41c3a8aa7d386fd44a39cc334a2505d81e0e3ab58f3e4bb539e7799e207329939344c9adb9b55c8a53fcad483f1a80818420127 WHIRLPOOL dcfd4e799ed56a5ca425154f186f6201cdfaaf7a1d8c2b119322c21e149cc96082705bd53bb2e72f2f43759ce1c0a7d7f53968dd96fb63b0306e7ae831d69883 -DIST firefox-44.0-br.xpi 454294 SHA256 2e2be17058da67aa6bec21809009b8e567b2da25f759778d198bb4b8088cff2d SHA512 9737f9bf3a338ce79765aeb1eecf94c79c8c2abb3e74cc8441512c676b0053d2c276953d987463ac8b1e5787170dfdb126882d5f352b8699b43f4f753566eec2 WHIRLPOOL 6f1e3c0a44b446dd40964aefe391a128de90ad7760d9bf6f7ea6037abb68fae21f24e1601da11ddbc08f4267b7c12e15daa1071f636a2a22d2d9970d92b06a4e -DIST firefox-44.0-bs.xpi 493433 SHA256 4b951439085404024da6b343fd8967de4e8d814b5800317691bb11090d328fbb SHA512 77a2279862f31e4bfe2d328f4e131e5f9de0e68a9a3cf487330b99dcdbdb537444d2b07ed620c8f53e47ccf0f8f26d59a1b48630b21254f72133b53f9cb37d85 WHIRLPOOL af967a5669606b6db1943164cfed46738067a531dd2461deb379df8d88f38e6e0dd5b41bf35fdf791967e5039743ca90d7f15378b8d4607f4ddbe5fc41073035 -DIST firefox-44.0-ca.xpi 471462 SHA256 3704064c35a93c6ea199bee735c88ad1f8d160a8f46cd38516c226c801f6827e SHA512 ff89fbf9763179663930dd78539e1b40de9c97721be6e062572dbfec0c374cc7f5ee15241fa3229b20c83711248c4867159271c0f7b5d0c1100fd5b0b71f4a42 WHIRLPOOL 91019737301c47cbea7cea5ff81dd3df38aa2ec8fdbad6d2a03f07869e66dead2bfb6f2cf50a15eb2fb7c6c46d80771adceaa688e277339b1adddb420a5dbae8 -DIST firefox-44.0-cs.xpi 460606 SHA256 fb7c59ad096337f9ed3394ea1bc0c0156349ec03910c506e708ec254789588a3 SHA512 526babf4c84ce11039ced17ad5e19d4a19a419d9b7e2f80dd358a5d2f531dc9856f52ca1adda0cb97d9557f83f4b3cdf863e4fac2231ad3f4ab34740a7d3a9aa WHIRLPOOL 3b531743566bebf0b5fea6eca9aa3203822398f01b0a5d791e4188eec90d990c266bc175d1ab07e4ba83bee51f4ac3b829d5c317881500000656bd7ae7fc2feb -DIST firefox-44.0-cy.xpi 456837 SHA256 e279f26bea220eeafb4f8b76b31ee782e991347e45d07c099dd06000d38d490a SHA512 56fddaa571b381f426f4fd73186925a8ba9f92750d5f92ef122c21788dd56e7d4028bb21b9afa6da74d1498bf299bfbbbaeb36a18cb071eceb9dc62f99ae9cf2 WHIRLPOOL dd13ad1c08c276c0d4ab360ee239f27a92d7887f5719c7eb903f3a94caaae9fe6771178d28837b1b58d8e7ca965eb59f98cf00927e81ae04a2c748e08214ebb5 -DIST firefox-44.0-da.xpi 463397 SHA256 3797f85f4eb97b9cd86f8af3563cbebcc0e87e95558840689f4ad69c185e43ed SHA512 b9e8cbf4de5463fcb442e0e8004e1312764649b5e878aff5f2a0185231767b948de6a82d6860d25844d687cf0926f0d76df0f205f7021053c233b4abae8a7c9a WHIRLPOOL 3d4f9f85592b6a1caa5a008480d45be32bb7ad6cf7681281b966f7ed8ac6d69c3e82199f43519f1a114c5db20ccf78616c83a3c944c4bd21c433ebdda6ced8c1 -DIST firefox-44.0-de.xpi 466176 SHA256 42bd312feb841f8cecf06eb85f9f588ff0f2f0bc7990e1949594c3a0adbe94b5 SHA512 087b7e728d3f6772e8e5161300f5032d5b0a877ccaaa684594b1a3cbd1937224f9aef892eebbed6ab104575929fcbd49f2c0ddc0056c001928f228696ea51915 WHIRLPOOL fa8fe44d7d9f718c3d051cef0858611c2006c313658fda3b2a80f4a17636a29696b639a51654fb09d665a190855ee3893b6067720020a76795a032eea41b84a8 -DIST firefox-44.0-el.xpi 511154 SHA256 edf04fb40f0436553c7535a7d908938e66b3c8a3e7def79b86b615c66572299e SHA512 58e8a7f38d376e8764af9b564c77e388bf2cbcf8b333b63e6a99a01b64788626005c97cc4cff1eebff7a0414c4a264c51562aa02ac2e6e9d98d855b00f349807 WHIRLPOOL 33739b7b5d4fe527724d039b742efb10d1193aa904281e99ff4a0b805caa47105433d171a30c897978102504e2c9b03dc12e592c1d8f7bd729becb0cdc4d8770 -DIST firefox-44.0-en-GB.xpi 452629 SHA256 5e134e1da80c612c48565a95b67f7b1950c8fd620ea16a530fb794119d9fda08 SHA512 ad456ee1acb57ba7943fe585512d501e82cf27946869f5535e3aa5078567356fcc3b99ab609b6beb0f2d5e29fce6e903fa970d33601b1b1d2a3b4a1b43b03dfb WHIRLPOOL cfe6b9b1afedfc728a2ffcaf1084c76fbde5a6df9a0beb8e57860c33884781fa09a5c64e73f4f007e7d997b026da20eb1a2e89da63636825194e8f1489fc3ee8 -DIST firefox-44.0-en-ZA.xpi 457278 SHA256 4fb855a2b9c0b46dab41f59023198a900828336fff0f3c28975882df1994cc70 SHA512 74cf1e78d90fc498eedfe15db5212cf311784fca30373525ea193d1050f05f764e657b6c6b0bf988da3c9f92863c081e97d9ecf697af0e127c19896910694a59 WHIRLPOOL d9bc0197117ff76cc93ac60829c9df3f6be99fd3da7777e496440856d3ef04108da516ffeb70e4e211c1f4796a29b241eed044c28ace6c395d14cc6f04af2937 -DIST firefox-44.0-eo.xpi 496609 SHA256 7ef64557067b7ee834bfc1c1e111c8e6682f6d766059631a0bd8fc627656da33 SHA512 3030a71b05667bcb4308100c74057fc1ae4b41b8df25ad433686d0fc48ffe70c6e1595451c65b88e93b0e4c25761bf1a7c5aed4d0f7e803bc23e05ec5c17da70 WHIRLPOOL 4f9e3c59673af09f6df2270dca427e14f90a4a3c417816cb5e2fcadb03ed352efbb446e9c80c120890a90ab6e4e5e7e3b9fa30183df516069acd619e26c5e78d -DIST firefox-44.0-es-AR.xpi 465210 SHA256 c678d0fa10e55843deb9198d09719e686c0bbf3a5db7b49f2703bd5066574303 SHA512 8a0b9bbad8300b6c1f931e5e492ae47314844c9616f97996a0814a553e4c09c82852ccd014d37f43724873cc8ad2cfbdf097c770acd84d51923fc1d236a1226a WHIRLPOOL 837a3d26007b7bba302bba872ebf9583029ce2648ac9e454d5b2546d9e57aaf8d559d69f040e5956ab3e24ee42cdb48b7525f2617a6d7c6c4ad52eccc7da82eb -DIST firefox-44.0-es-CL.xpi 389731 SHA256 1deeedf1776bf46505ca883a57ff96f555abc26bb07073aa8a1f8e1d2d53082b SHA512 bdf0d07ba30090a5ba44d0246b8d2e195ef942572c1ed5a18eadbcda656556787eb77a5d2abcffa5a182d9e46bbfdc30b700b9c4c4b241d63095d1a8838f120a WHIRLPOOL 063dd080102073f2948f5b60bc6ec5b439530c1fe88967b2a2eb99d54b05a75c576ee28d5e45640924923c8f082942f2a8617be9bf20508e56cc95dd76488e0d -DIST firefox-44.0-es-ES.xpi 378684 SHA256 dc91671b42a0781fb6a7c28b416aa06780aa4ad1256f55539f465532995f440a SHA512 f620aa2d4fd8f213cf8e11ca2428f8f45662e58228f305287040ac8d285bef1d24ff071c86d819f61d77b1c79a0430b2948c1118d8e43a458bb032e10733e25f WHIRLPOOL a032e49fae546c80d4c92304cff2a7ddb0809263d2c662fb2b9b76747cbd9cb44ffe37748769983aa7cf33afad7c480305109544df10c909c966a6755e7d058a -DIST firefox-44.0-es-MX.xpi 470416 SHA256 b126dc3f0319058bb75976ade6da3c6e15a083dfec5a60a3fcef8eecfa921886 SHA512 6842f4b1dd74a22e81b34f7385ab4ab0880eac23c5c607c9418e084645413e006edf61fefa521fd663edaaba58b5db6e4fa9e9d0fe46135a0737a9f594a644a2 WHIRLPOOL fe8896745202bfb56677ebb6024599c474c6bccac197e3c336aa519c28728c60e1deb3758c2f3d2255fe33d02d1c18e7ead48a236d98152d5a85d47181aef575 -DIST firefox-44.0-et.xpi 461957 SHA256 8b061583eddaec7dc178d221584d852af9622bcd6be1e409ae7298050593d81c SHA512 8237ce54d221b5a34d231d3142de7343cde8fcc343fae8b3c914403e255d6032ad9845854fabc43ca93e73625cfa2f47b4545b9165e3a526511540532fb96e36 WHIRLPOOL 31a046eb7f8dcd985622c3744bb8ffdd458e53d97fe71e5ee7a87e0aa6d8c0d0bd99ebfad8eaa83817871bc8c96f651ab9ff43a2156ece86c069c2d007962a0b -DIST firefox-44.0-eu.xpi 479775 SHA256 09e09e0304db6fbfc1c43a1fb0d427fa9e0fa5beff30705e28e661e2033e38c3 SHA512 7e5096a9728a3715d106b2fd6b8b2f8198023349408f9bf3d9510d0a60b7fc199cd88b249f494691a62c2a9e3948f2f9d5fde3941e536b395e91f66e9e44a37d WHIRLPOOL 41128395a7911eaa6cfa8820719613c91860d780b90011334d31db80343a9505fb2ffe3d2a57ff35284f9dd367a413a2b4859d0d4d340587d3e814f382f4e359 -DIST firefox-44.0-fa.xpi 535474 SHA256 2e4fcbdf67620172e38630edfdec7966ffd827f5679dfda4802f252ffe693369 SHA512 18a9fbe43af6895cc66543ef0d1af5b4ab99006fa2deb94b5f6a8de7a02ee119d20fba57e956ec07a35016ea50de0ddb483e435e76e8b8042b9b2eb3347cfbb1 WHIRLPOOL a1e69e083405f339b274f6ef433466e0b115ff40bca28d4935cf80dd74fe37d75d76cdce2bc763a907345e6604397a89ef5040a0681d8222848be713e87d1953 -DIST firefox-44.0-fi.xpi 461260 SHA256 2312c6aadbb4dbf5e85e9544450ae65d31b96c99a233e5e59e5eb7145bb10c53 SHA512 73c5ea586691606024cfe27462c375cd0f8f66697b7a1fccdd4670201e5a6552321f3bb47837a9bd3048617c825641672a834be25014819efa971a0e796b82b8 WHIRLPOOL 9e5dfafffd5ac2eea880fe0a810ce81b6ab198b1afb15a5e8e0dd5ee6a73fa54c815cdbeed09edd7a592bdedaef073eaaa48efe6700d9bbfc7ff9f0e5fa33cb8 -DIST firefox-44.0-fr.xpi 475594 SHA256 d4bf2005066c089c420035d71c0d59ba9dc98adfffc9159ce51a2cf0ec560896 SHA512 8e7204de131846fc3ed74f95fe09e4c6391a1e0552f221ca20808b3b7930ce4c778cb56b5fe60619acbf665adcb2b36c370fabedb3e43cc56fc2ea58dfe21125 WHIRLPOOL 87978c74f9cc7748e816e3c196d8c458ba5f03bb7a2158b856f5bb0d16f0834c3bdf54c5b47f16225c0246415f0089134900289f307b8eb37daffca8d4419518 -DIST firefox-44.0-fy-NL.xpi 468844 SHA256 fc9a95b70a591f70a90aea0f26cdc4c1c4b1ac3f2f03abb941998f66d39e84d1 SHA512 fd69ddfbfcf14fd46e4f7ac6be85b3cf4717e9f9f6d3703dfc25c0dfd248bb94e8aaa2c386a6cdf647e2decacfb0dafeff675727e616fb390b57a59102f4a3fc WHIRLPOOL 3ad37e69537aa2cf273187447f3d3b26c38e95234c7de365e430abd8cd45f2826ae2c3ee0c06e272f8ed1665ecdd3a3e6e4bd01c04e84da600d5caddb0ced8e4 -DIST firefox-44.0-ga-IE.xpi 481200 SHA256 296cbb4521209f1fc7dbed72a7d5f5b08ce5446974f0fc443fc9cf55e4d5d70c SHA512 491e8e3264494a5d26b98ff97c3fd29e276f869773939393ac9177be5eeeed53728e678c098419fe0d44dad94038b4dc21acb4e9f31d12d4d883efe7ece7f751 WHIRLPOOL c68c725e9a6b385778710b67ec71c2a0d26cbb4dee42b02934b239b5782ac9f67acdbe99f9c3a9fbb3c4169e6119bc81a4075f28df08488d7d8bae6569edb9e4 -DIST firefox-44.0-gd.xpi 466940 SHA256 3cd36317dace91ceffd596e3d3ede3a64c5786a1e714babe00ab85ed753f4f2b SHA512 4ab5015671bc8a45903f8ce0721e955297e4ea1aca8f949accbad1b0950463b287726aaa4cca7cec7730d8d2966ed692e5eaa297de86c485dae264066b123b46 WHIRLPOOL 8c0e2adba711f371b209eaeb8f3b11a983b8adef245f591e3007b7c8e8b11dbbd8994d3a01204a25988546a23d1d11aada3511f9f556f35edecabbad40569d01 -DIST firefox-44.0-gl.xpi 461111 SHA256 f7d2add0b9d2554591df74397fc85f02e738392ffbbcce4551aad545d824fb3c SHA512 41503f19e37effd8b41cadd90133b4ababd17cc8abc90fbe692ae1e9c1ba7bf52101fbd140543cb19642901670132fc677b81500507f9015565dc41afeb89133 WHIRLPOOL 7d266af960e84108fa3401993fd652f9972e0d4d7b9146f3b1560e852025a0bd0691b42bcc5298ae853124f10e7b321e66c9977808f19e9f0ff819e863a127b2 -DIST firefox-44.0-gu-IN.xpi 498551 SHA256 195b952591f124521a2d8140b28dd316906875bb5fb906bd11130bfde6051314 SHA512 ad523aafd7ea5094b002ebbb05b6e49289803268a85745c9bd95497d6fe8c7881e370a3569d4b8ebbe496337169e5a85ea917437471aa4af65b82d9e75a6e19c WHIRLPOOL 6806106e3f18a9e575653211f096159890d1010a5c5bb7d9a27bdd3a0ff5539585f65aba9a9764122c3880cae47c12e8f73cf33525b94e902fa791895880591c -DIST firefox-44.0-he.xpi 490166 SHA256 d25daa82b8d118b47562056e0fdd90617375c6260acd786e4640961bd86144cb SHA512 49ddcbe6220a3cfc7a176f334351f81e34cc4ee01a3984b05e627d7a7c3a650960b023d4bef0450172290a4b9ae90112e7e5f579dc943984e32e6c1cb13c112e WHIRLPOOL 0ba1c789979b11fcae26b350408a22edace8819227cecebf9d0eaaa275c296f014820db35283fdce4c6f06ec2cb71604574d82fd0ab4b4380addabdf1560753e -DIST firefox-44.0-hi-IN.xpi 523873 SHA256 5a35a22240899b5573f2d44e848c0f959148598994db4632643a1f1e456762fa SHA512 d043a2ac0fa8f3228d8d78c278f7c832bf5b39cd26535815feadb62e7b83d2ba4bb9a1c431de4af369ab49025116aea55842a4a13de77896d195652ae96b22e3 WHIRLPOOL dd84dcd133b1375f31690ae16634a61662656c9b8db9ecaebeb344c5024a0f491fd71da30a910ae24c78fa693b1200e3c13f93e92a1f4827fe8bc2c22fff116f -DIST firefox-44.0-hr.xpi 491273 SHA256 3f3d2a34432ec4c75cccd41126011c62e3cbc59c2a2625480cb3e471d455bcbf SHA512 adbc32d152c5abb13fe96653d2187d3b0a8d39d880be1a347e9fb49c4fe36ec2b8912f708c374f9ad77b6bbe2d731a65be3d4664ee4a5a11121027047b770556 WHIRLPOOL 7cfce2f842ee014f1000abd6ea3648570f7163fdd6249d32c624ef1f63c405602f63df896e70eb767da67d41baed32be4a977357902d1e17733888bcedaf2949 -DIST firefox-44.0-hu.xpi 466878 SHA256 7b21a1517ff931194b588cd42080a02182bba8ef5cba11a19d4a5699922d6c4d SHA512 4e18371fb0a31a557ea382af1caa2202b78987250087fd43ffb66baacf45654d2c03917d76284842a038c572c1c58115c83872fd4b37960d26e465aa7108b330 WHIRLPOOL b88b305aca31e861ee5eb3e5980d84a594d7e7265982f56c78735499ee0c3a12dc2fdf850e39abdd55e4e92e9fedccdba3357c9cf5e10552d80ae69082e00665 -DIST firefox-44.0-hy-AM.xpi 549357 SHA256 637eccd6cc0099b1a0b6a197165ba8ee85e33d5246c6f4a011801243fa14d483 SHA512 620e1426c7f5a764a30e4f8e2fa0fa5fa8066625d71695029c6692eb9c95f9812b78c6c134dde85138ff1d1a6df9f1aa0a6ab90c356d86d623d1dc82ab73db36 WHIRLPOOL b4f00726e95be2276923059c299a7bd2936b2c4f54e446f085862e32fd216142467de73692c4551dc74fdb94e6ea3820fad3fdff1a3e813919f4d2bba248ede8 -DIST firefox-44.0-id.xpi 449869 SHA256 8187f234721c3cfaf50b8640f991e633c55fa80a7714f7bf50c23db24b056f2a SHA512 d34fcb6c478110ee1a05beee54f0e620b3857c6a55ddc7be59fa2d3abbe813db7d8d614790313e7a155df89c50790b55d639f3e77f6339982785b3a9234fbdf2 WHIRLPOOL 4663ec95f2a41abfa07d1ea8e6e590956e11b4596924b2fb8f4bfc7e070c77ff4b471070a93eebdb7129b2e58f890e094b8b41153834cd6ea06851a38a0f2199 -DIST firefox-44.0-is.xpi 498239 SHA256 867f61c8a21e76fdaf46fd44e060f6ee0add54b3f976d2192bf00b69dddf3ba5 SHA512 66352f1d205330df9d91b851e1ab3478f2057509aa0354fc27b55b9a03365c9c4406faf8cd122d73218d0093f8bb619f898f8504999115e730632a24b5b7b3c6 WHIRLPOOL 517597df690ba81eb338f0a89aff75f69a6d199165cbda85a76c955342be627ec763a5adbb6a7362cd66bf22901159b4de2392c68c79d527a0e6198cd7eb0d94 -DIST firefox-44.0-it.xpi 369825 SHA256 92e7c9c874ce9913c7e2c198602c3bcbf5cbee606852d32780dd4b6fd1707b7f SHA512 76beb774738e90da540dce0b6bfaeb93e968c28f1b213d4912b9acb0d7f4f7126a06bf09b51bc0506b27dcda8519a16b04308e29a24a5781abdc77f6f221f9bf WHIRLPOOL bb8e9f37bc404cbb2e0f5e10d584a609deb15c65cc56e23fe69185e04bf1eba07ae336a61ed4e8a386552fa2efc8fd25e1a9f460aad8b9f4c7ebd631aabd24ba -DIST firefox-44.0-ja.xpi 493749 SHA256 953227840368882f6733fb2d78efad454713bcfd8185b341624cbb7acf95d080 SHA512 9de33cd2ea7269db239cec3abcffa0754d9dd211ac70862f7c9fb903b1037b00a0ec4d3f9a092672267a7013d01df4c992fc514fba72d532a3f9d9e958b305f0 WHIRLPOOL de505fb46ae7d0a6d311e5478a048b5d54035013013868355bfab6b9cae5fca68abde41e752ea98293e5f66650229374557251e813687471ee3d8208d1d27bb9 -DIST firefox-44.0-kk.xpi 519876 SHA256 23f24aa820fffdbaa92018eccb5037dba793a75ed57d57399eef9f1b4e3e7cbb SHA512 cdaa103828f5a2ae2beff181b76748c132175e62c22d143a2b8645e1231b7bdc9a155a7a2e255f59f6e4e9532dc205c75ba1cf9e5e6134b32d1ad2543e58ffe6 WHIRLPOOL ca70443e56d76b81f6b6942902c62ac4c00f207f22f0d552f08602a61f9db3496642dd848377fca66582853894a1a6952e6afbd4f2d468bd2a81cd7bcf5b2dbf -DIST firefox-44.0-km.xpi 587938 SHA256 ada3358784469933b559c5cf3368b519776a57370818ea6630d3705ccbf99ac9 SHA512 14eb9ab37f1ce62ec6961acdf4bd79e189fd072c584ff94541a8440570b987d520169c08669d55f300a75aa8944fab5676e5ef9c652cca526ae65976a37d97ce WHIRLPOOL e3ea7561dd5a7f936e81f3d13ab897e9e1e935fadae6f45d8c9f224250a3c29228e5ea4af83d37e05b0c9bbeea0500782bbfad0e1d185301d1a0d5d71d539654 -DIST firefox-44.0-kn.xpi 547916 SHA256 ba3cbea473b918bd29dc842f3f18850a30cecfcb9019481db0017948b80ccf4d SHA512 e3f3b1b0e9152f26b3e7a33acdafc0cefed57ee3aa5a9c717603edcab5ec0b612eecfec4db3850dec25504e7762d5181cd3a73cc84a15d7b13d6d723d625d5a4 WHIRLPOOL 6e12ea808a3eb4f7a81539e8f4d0dd0ec81debdf479bfc423ec10760b5bea543edba25852d17828817a514bb383e9a5d84d87be548dfd737c3320e6b4c691d7e -DIST firefox-44.0-ko.xpi 480595 SHA256 c14235cab4064ee068ede2f95ce859efcca15cc350ecd69cb50fed48a5d7c105 SHA512 88d29405bee680b5e87f952fa50dc56eabc20cef142edf3c3ec0afc125970ba73e15503b47bdaf90b7f1dcc8697c0cbf8a91d0e7ea4eaba0cf718cc268c1e977 WHIRLPOOL 603dc02e9d579257f893dcc48d4504cd938d7aa5810accee2f5933cc0786de956a99a66ba541f3b679ebca065b62267ab334b74a10bedf3a68bea482533e1934 -DIST firefox-44.0-lt.xpi 500331 SHA256 01b4cfafde1912c5646694eb6b6c975e717550e85b527a341f7836ebd02e7535 SHA512 80f89d5959b79c0c4bf806387e7d912ea8a53f66f4ff2553542964a566a9105425fbca7b5c6aa8e37e7c21353c9bb4af82d39bcdd82984a3676fce034d8c58f7 WHIRLPOOL 0916f1ca9eccd0bd69bfb3189735d5494ab1c51122598d0fe51797460deb3d7c95a345b5ed8f0baa1161237b029dc5a1ef38ac163379f08e949ccc9675dee982 -DIST firefox-44.0-lv.xpi 480443 SHA256 2667d4e658a2faeb36c4aa3b5b5b13f1d3caa10abcf9a94ceb2d08307770bfe1 SHA512 a641afbd05a56a6c3ae4e4b796eac638e3d0e68dcdcee614aa58202298c20e4fb4e1367b99754faa732aaec3897576a4a2a246ecb0805ff7c610488bf528c5b1 WHIRLPOOL 4b52eeb76e003b883b2979c3ec60e099bb72a546ca77d8a1111054b50ca2a38fa4ef2696bd49f12c927976821f423404d962bface7e9f8c16985ed94d6feb392 -DIST firefox-44.0-mai.xpi 532117 SHA256 5c1a912951b00c9da71124888ba88492f433f807956d9ba21df90b6d81edfa8d SHA512 5fb142d4b1cd985e13495d3f0e78d13d4352a456636a4b5bc8451ea363b43b044392da4dfa62434ae6a711a37a1fa7ca3bdf40924bf8eea7e7c71adfc0b7a3ce WHIRLPOOL 12e25c59c2952712d37239e0fd64d33e31c87f7f0aa56c56bde7dd7aa08b60b63e002b7431f72e28a3bb869eb4a76ee3183389b7d1bcaa5684411f7ee8f6f633 -DIST firefox-44.0-mk.xpi 537870 SHA256 a6744e118506244b7e59947ee9b52975e9bef9b3f51dd5a1a91c1fc334610ec4 SHA512 c2123e97845a3f8a088747e8de682932d99d64685f7f9dc0747eb54225a78c68710496d17860f54615707fb40e4695ba82bb83b10819d8ab067b2305bb715afc WHIRLPOOL 33612046f69aeb7fe9f2456a70f33e75f33c10742bd26f709f910b81e8f9c2ed5b736e27c65f9bfbcd2a7c44b5f7c4f3b74a2729d2db0c36a8a7bd78b5dc8dd7 -DIST firefox-44.0-ml.xpi 551282 SHA256 97aa5f16c7ce66386a096df283c0ffa7c3c5b5e0b23699c80d88c04717d7a26e SHA512 1949447f7e042f2fa13bc94fc19db9b38d3568e0c3f1cced838e2cdeb888ea13d6d612ee95b93b73beafcbbb6219e5a66b24e17cafc84d916031f4fc17c037aa WHIRLPOOL 82c24a927b9e9768f82ca3b4c51f05734461fa4ada2f5fb6b24f1f8310675b42fb20be6ac22ba14f2d5934cfbce83965e21ed804f117ac7a7166597c77444d2e -DIST firefox-44.0-mr.xpi 527782 SHA256 709844a2c3a38fe8205267f379b95c843e7b64d1a4b40c2bf176d4f2398c70c3 SHA512 f4027a4d240963b30222db9f6f86117faca62c71d2d071175317892c2129e64b43087326b3e1e270175bc7c558266ea422e6d32a45c76692fa950b13a20fea15 WHIRLPOOL 9804bd6fcd0bf4a129b70eff76f390ac0e98a4ba4d574c227c49c8a83f2ea1122090e0b6a106b62c2aad84c4ad977a63f347fe7cdd234350af6350049799168a -DIST firefox-44.0-nb-NO.xpi 458673 SHA256 59051b45c1369f66899333c16d4dc18b1b2c40440be752053832d743d54810ee SHA512 476405d913c6f36f24a77c2cec4e97570c1956ea1830f9190c5e0333f1b835fb80c354900c5bea35a301c1116304db336b85dd3e8e6afa1b14e37f3a17e74e97 WHIRLPOOL a095b6d29c668fe099857aa5a5478e82cb908f854198363151a17d72791b48475da82f052b7a10120e9c9d5f9c130fb19704f6f89d75fae932025f19ceb37dfc -DIST firefox-44.0-nl.xpi 456554 SHA256 35b2d2b201e963141d6079afde81bcffd1efa7879a37bc5d9431a65069aacaa0 SHA512 9fa2861ca5cb0aa244d562e30e36799e23be16e30c721bb9908dbe280609ab7e32cf223ade502ec12252f197be83d0b96725f41b8b1e2e697febaa242ccfae26 WHIRLPOOL c5241e370c91f084743b4150581a1bd4aa1910db994f07d43cfb36df29e327f81060abfc02dd1210da9ed68e7528a94e419a1e775377c89b50cc63612e8256d3 -DIST firefox-44.0-nn-NO.xpi 452666 SHA256 ccf4db814992d2bada211a886321d97346e0d2ab26e846752243c2259062ab5a SHA512 581006b0ead898d2f1a06c9f36a2add5c0f26cd0e5a3d163b5a8e975c88be9458a730c0c632b69312b1216ac91d9c6aa3f855630a5c59a7876a52b599248e908 WHIRLPOOL 7b152f37b00f0b2acab0799981e663a6482fcdb6215f54c6d87d59dd19f327acaf81d91082b14335a53437fdba27b1b17910072245320a5bffb76f9c03e1595e -DIST firefox-44.0-or.xpi 540587 SHA256 f967f29bf4ecb73a86545a72ecc68c315d93b739060745810f82d1ad814b3cb2 SHA512 91f36ed796f26bf5bb2811735999bb555ad74b6d69e4aa50f3b41228bdd424822565b757e8283d51433dcab465ad59965577a625052ad232b815d76fc849c32a WHIRLPOOL cb84205774199b23c8384fd31eeb15daa90a63523c924acf1822b9ea19434188234784b482aa6f3e200c45d3d1ae76de7e86aa640600dc0677d8a61367719dd9 -DIST firefox-44.0-pa-IN.xpi 516425 SHA256 6e1648d2b6bc9be3c674ca0e84e96121f62dfd66b19f22232f15772408a3d65b SHA512 d384b5f88c67aca89533818fcacdef5ab021bea593017477de96ed5794b52c95f297f4d2a1b4cf0f7ef42eaf0ae9dbc216b1a1c5f5751cd894bd85e58a0c6ddf WHIRLPOOL 8c486b895af9c80d5b811502dd6d9e5cd0423b2b791652bfbbb8297c98ea9b01e9ddb8dc674fbea5d74b3f7a8d519d94c4be319d92849e9575a36d865109b33e +DIST firefox-38.6.1esr-af.xpi 483326 SHA256 91f97c3c51218729a21e16ffe0a629aa1a10e59945190745db76d7febc3eac42 SHA512 7e998c0a1c2ac46086ca31a848d85ae072ddde09b01f67a56cad2d6b732bcdf4dba4b5dc08c70a940f38e473b037e1fd48f89d62bee493855c1da0bda5594e49 WHIRLPOOL ca0677f8c3e71a429d5137a253190640139f4e93907b65f1ad7aff89d0432161df5f4e0f1f23129ec9807aaefa25150def667dc67ab56cfb80429c9a1b07f5f1 +DIST firefox-38.6.1esr-ar.xpi 516495 SHA256 3937af045d28807a4d2941bdc26e8cd9a437f5207c71b638e86268e758a8acc5 SHA512 7714d4f5c98b9d2307b27483c8fbda14e7dbd9c8494cce7a1b674834f0088e9df825e68de526084cfad5783cb3bde925d632a8825e30ac70f9c652d1d8aa9a53 WHIRLPOOL 80d0f5b5cffe7d18ba6f129430966aba2abadca7a1f121fd542dea126ae5a3efffad8e9e8a95558fb407949b18409e691ff1143384d9da75ce7e5370d4371290 +DIST firefox-38.6.1esr-as.xpi 509574 SHA256 2d5b2360425108eed107b083a11fa0f4fcc42f66d63b3c4b98040aa7a105fb68 SHA512 cd5ca56e826ba4f3897d897b4410e53de54f5f6efb1cdc163f7a969ddd0d547a2dcdfead11db44463ad8f1233113b5eca69a0d725ba20f04874fdbd0f6fb4be2 WHIRLPOOL ddf96000a02e879bc570a06b7a0bab3c45ec85e93a6b32cfc9ac4ea9fad228fa136c06f18e543bf939c9e077630adbfd1ebc253117190ace09d0b33b0a2fbcc5 +DIST firefox-38.6.1esr-ast.xpi 397202 SHA256 3d53c59bb823c287718f2f2fd1401db97244aaa51f6df769b9696d39af2e59b7 SHA512 fa4dfcb72fe03c4181f30c7f60341b9dc236d2964c7a7af4a6a9dad1a4a82048be324b0bf8adaacfa7c8238a308c75f553a1ad1893a21302ca69bd862cf9e288 WHIRLPOOL 3e9cf9720e0ed179cd242e209087af6a8c7f50f0eb007707a44fd7957356f67569d5b3f878cccc24571f56db44f1be682084fc03770ffa2afa884d64aa6d6fd4 +DIST firefox-38.6.1esr-be.xpi 441057 SHA256 cb2bc817cb8cf69b170137c46baca6e5e893dba940dd14e24ee3e93ef3780528 SHA512 89814f4adadc99fdb0a31fb59f8a50fd637069938bb4dad144756c359829e0e385d288106a530db7da7c7f3417b741b496f55e04b8da28e87af82b5863009955 WHIRLPOOL d7ff0d3f4ba7ca36a76dd64eed5fd7ae10b97b56810a6238f1014ae133bdf5a8cb518bc1f8caa9686cceb7195f6900ea7d7ee188447fcfb1b94a63c51bdb1ba1 +DIST firefox-38.6.1esr-bg.xpi 487819 SHA256 5d825b6387dbf31d5c20650d87ff3b73643826b3143c178f6f0707cea4e0c72a SHA512 90bbd0ed306bf1350955e06a0daf5b995ad5fb469c32892431c34ae4bf0813e6614c20b4ce8a1e79fbed49bddd1cc53ab6850329e2d54e55473eee3f8334531a WHIRLPOOL 8843bc10145adee1441b5bb8d07b1b48cb9ade16e6424cc284bec65c24dde61b1b992c9be70a7123f2b8ccbf83a95bc2f7045bd92715a87310f484c16ce9e1c9 +DIST firefox-38.6.1esr-bn-BD.xpi 528690 SHA256 6438c81f0bb6c9e294a1c11f11436844964ee1867e1c4956e281e1564ee17fba SHA512 5d83cf60c4486449f82c8a9edf77bd36206db14c4a5a8f081708965187457a7d228aa5e43c7348cbcdde285246dbc9976ccb05bc824a08921b90f63681b10457 WHIRLPOOL 026cf711263f18a1ffad0f356d98366d7b3a3e39250a05346a8bd91ae39a96daa669daec570061966397c6b06b8c76c80963a43ef1bc826152a453d3b91bf710 +DIST firefox-38.6.1esr-bn-IN.xpi 527928 SHA256 ed9f2a66029b53ff1b7214275c1b22c8656919ed5cad2dbb3a0936be6c632d32 SHA512 3c5581b1bd67fa33f55c9f5133514c89ede9a23da2fe8a4c0df1030f511ebfb11a547391cf7b51098f1e65bca92c7127a0bcb7cb81f7df3eec0133dd660f3b52 WHIRLPOOL e1cbf6d1156edc41f5eb92a4a5d873eedd732786dcf8d5b1ec63834703f708946a1c8f07bb5262c2f44f85e0d85296c4b2cdae600292969982424e43a2ba940c +DIST firefox-38.6.1esr-br.xpi 441962 SHA256 aab264c5e15554a2fb8c6590dca6507a612a1fc2c63dbb8463c1689c467a2208 SHA512 a2336b6e2afb36640026f7e91177333db63c4345f639f2d2a89a6ee644418f2eb65c13d31e84d09af8e8d77a1b5d57c89b0030eb71ad803a3d133bedab442c75 WHIRLPOOL c778c325b340472c04402fa7b56621ab2fe7aa5f2ef8c9e84eae6b6d69094732c5356543463cf1afb4eb7be820d1ca78879a7f638b0f5d8b8fe3e6bd88846bc8 +DIST firefox-38.6.1esr-bs.xpi 485305 SHA256 3bf09cc69c2250394c512e783eff5c00fbcf2696000b4b1ddbb7b73f9fdc4dca SHA512 7131bc553e97dcf2bee2f348b96d1183fa6c9183ff612e34ed048b4ad46fd590d0323c986d6c914d5a3f783e9f94a4aaff24a10cb37ebcd4b0ea5b96ba09d54c WHIRLPOOL 198a54202b5616b89a12a0bf955c0c5b368b8bfc54eac05024713682515dd5e521c33395ced464d72c7e6d142f5020c13d9e190a2933fac89325627c17288df9 +DIST firefox-38.6.1esr-ca.xpi 458092 SHA256 136c1cfa8561f73a551bebc19ce22d97203d46a6569d0bb28c26477b6f201dec SHA512 7b99cd99aa3b09870125d0f445e288dc2000b7102b1865c6afa5f32138a5c7d75438efb7384d0b2ffa938192185fbf9dbc11cade360ecc68ea3b405bafc8f0ee WHIRLPOOL 05b4be26813dfe2f3e884f7fb1e209662ff08c618673c2982b84c71a97ed8cf5fa09606f0f418d62e8e312820f7048b72fb929f58379e1e45eaf0cbd6ea3d268 +DIST firefox-38.6.1esr-cs.xpi 446726 SHA256 37656a3d2907f88d43603eda525bd7ba1f7bba2bf93e42750f86ba1b0608fb5e SHA512 aa154940042fd8aee0271bc99e64f982dc916155dbd77064f8a9d568973803ef80286cd495d94ffd33a9815f20ce4449963750120b960a22053544f2fdc1aa57 WHIRLPOOL 8a8df0cf00fd9a74a2672ad283a36b38d11b9eda016cdb4b4c990256cca0c72c81a27015222ea662ccbcaf01c4e890d2a9df44b8e47c56070944adf9499925ce +DIST firefox-38.6.1esr-cy.xpi 444385 SHA256 8dc6fba4c340397095f492832572e8b54da5cd57532da8845a577043922ab90d SHA512 be9a817095d46b670c0afa59aeee0e959b4239b22c81a18755d906f952c5a11470784aad1303bdf9e897418788b10762828dc2d029a710218ba7fe3263e80c8e WHIRLPOOL 608c3515792a5b6a1f28074bcf4fbe17e37c6594c168fdf9afe507a12c56c150df89f1047baa5814fb2fee0b2098e0bbab4f9f9c519a975e219f223ff1e8a61f +DIST firefox-38.6.1esr-da.xpi 450763 SHA256 0704f5f4bacf449741213825c95fbeb72482894b681aa43469287412fd939e3e SHA512 6a2d1fa831a7e7307c2bdee37bea044317b4226090ccb157cc0a8993804332681654c1e3d86e9ec8c0a8c54fd0694a6861fbdd5278cb9b44abb683999f2d1464 WHIRLPOOL 556b8d4a68073f967ca4e1c3a0566921ece5c516c4ea9c40d067a5224e156b51a1813bcbc3a63b504c3dc5953ebc39ba343ca0ecd2d4d5c22dbcb5cfce5a25d8 +DIST firefox-38.6.1esr-de.xpi 451629 SHA256 ae9d6c7500e1d05f7d63d88644573f3bb019521d174fbf662d49e28aaf6170d7 SHA512 65f3b9ad10f84929ee82b7d6060e9667730e88c1930631ff837c5370cb4a841ab3b7ea138fd696587fe37dca04318c4bbb9830b95a899fbc08988de5a80571a5 WHIRLPOOL 616902afcab9366f4ac13a5941b8f79bf7278ac56ca1073d3925102d8f643754f157b88f5f1426c2f22c043125e661c70b6ff9e452f75b74c1a2550cd81d7da5 +DIST firefox-38.6.1esr-el.xpi 498370 SHA256 84c7b297a4319dd5d0ea5653fff3de6ae5eacb38f1f45feec90f56a5db837bde SHA512 0ca1000c34e510a1b552a6c8693b76ff1a17fa632bf393afe3553fc3d1ab573dcfa2cc67c92dea76739c4a97e5cc39f8cec8089572cc60c4b27a04ed5a90c24e WHIRLPOOL 729d0607b126fde5cae0b7b06a2249340f53f462e13049df5aa6f33a24bc807fe2d4f063c86058a5f91611a565c4612463ff1865fa99f73c1fb5d05258b1cce9 +DIST firefox-38.6.1esr-en-GB.xpi 437845 SHA256 e40dbc5cac2eb0d0d399fb853166cc964011f9f49e1a48424ac527edc3594bea SHA512 4697f64da1c3f44843e02281f0a952ee6e888023eb851d068ec92b8fd1a7c7e05257e41cbe9f5be182369a9166b4ea69fb93e8cff19a8527e668f7d867934af6 WHIRLPOOL a7c80e4389bd44409f9871d0042350c59352900adc00d45993d8fd5069f89c267dcc59516613809fe00bf86b10fad6b28cc8f1f1b6d712178912b5319438e906 +DIST firefox-38.6.1esr-en-ZA.xpi 439926 SHA256 dbf3d7364d8d535cbc0c79dbf1addf8a688bf6b09035be762ebc4b64307c506e SHA512 b8472a589ed410a49e5d685a254a7e7ec90f49b812d0381c1305ee1f6a1bbcbc1de46d28a9ac77aa806dc2a2c1c41afaca7458778ba24a67e755dd5e390c251a WHIRLPOOL a9b8b5806b8fd26e5f7b52c3de9d11090829f3c02840a2a68ed61872d91ffa3e6bda2f9e106d73f32e80da41e27b41fac4a30a6f2d708de62e92b19d12123954 +DIST firefox-38.6.1esr-eo.xpi 488370 SHA256 57f7b8740e04ce686d49a4cfaf0364346c5918c12417983ad4d7e9e58f96a660 SHA512 7c4f0d6ba105b3ae8293cec0609145d0de0c7c3da33454b002acc8f16bc59d971a7c1fe36bb6af9516abafd2d21935cfc25d0e9e3c4b8ff0a4ebf1620e95a851 WHIRLPOOL 69474d991f96bfc6a71f982241293984b90171979b32f63e61ae6d8ef3f160abc97c264a5d8f6d9128166edd7d415dd0013cea5884fb931a1622d8bf6e245e0d +DIST firefox-38.6.1esr-es-AR.xpi 453983 SHA256 28942b5f6d1485e3aa6fe2852b70c5fd671db662f02c125456f38d61a44f1e9a SHA512 5f8d4f70f74bd7bb4af014044dd2fdb3eef68e79e7d719e5bc01520c37a94081dac7b34bd8a5f527050d7547baac2f4174d8ad1197e212b0aabc6571ff718c0c WHIRLPOOL fccd5f7e0bdc78dcc90f26012127146c8a294c0bbb7c4c6f29ced5c1018924753f147e821fe20073b3ce018f890a65f834fc8ec2b48c5cfb529860ef2e95a83b +DIST firefox-38.6.1esr-es-CL.xpi 384679 SHA256 531f656fb578e8335bd3400272a94bb0fd55418dd40399ef7bb9afb05f66342f SHA512 781f7e6d4c6f2f40efb69fe09447d6b88a01f3f59deaedda82826ad85903479c9f2b9f96661061696f675086be1d0530385eeed57892b18f16d12de4698e4053 WHIRLPOOL 06b53bbd4c6e6b12e2a5d1014974dd6d41010de0ba25424348980652153707b9b2b1931848829ba994cc82001d77ca2b3219e2665f5f53cb8be5243b7295aa27 +DIST firefox-38.6.1esr-es-ES.xpi 374073 SHA256 0cc9a3eec376216c29818cd215dfa858396a2075cba808e839cc259e092dfa48 SHA512 8417939fe3a9ae018e7416e5014cffcad6d051d1d1d5eb2d5c8a22ffc08f15acc32a6a5339c882c8aa0aa40fe50969bf3641485195aadef437308f34d5c6e8ec WHIRLPOOL 8b98add0b8d2263e3c587e06c25d78f40dc1fd69d92113d78ee8e954899229d6e3f6a792e9f984d1689691639db8961317fc61877152bbcbdeb2c1489d5b3520 +DIST firefox-38.6.1esr-es-MX.xpi 457050 SHA256 b50f5e2ac3fa83521d7f5b6fe87038588d1c3747675c7e6b6e3c7593d53c7475 SHA512 102f945eedb9952cb63e5dac866c6447abd931a397701c5aa8f765e8cd33e546cb51672103a4e8db6d70d2f06c5f9d00b150a6c42c4bf9ef74b593295d1a8cbe WHIRLPOOL ae249b3121daab51cd64eb251dd158bf66a6a72b19e317543d5f0ebf6a2c409133981a0c5b7f59dc6a2f87fa30cf18a313d33e0f2f42c7e7a9451931b0ef8424 +DIST firefox-38.6.1esr-et.xpi 443229 SHA256 d94a25ad6c66f064097c78e82ee5adc4234e42721e322adfc077363b0ebebd5a SHA512 2fa446580f2d31cdf0163465fc1ca6b12b6c634f5d049eea4e02e739b918a32c4f9b6654571dea4dd7218992369ed5d7538b5ee4b52540ece2f5e23aba73abd0 WHIRLPOOL c13ea3430c697bf3fb00fb4b3571309c1400b9fb63387f865e8d32974087e6fdd74ad4085050b142804f63568c3dbd7df2390d58726ce7f04c0fdfdfbb78853c +DIST firefox-38.6.1esr-eu.xpi 466555 SHA256 ae32215075a3d1b27a73274e0df34b8d2600c3e2dc6d6886d1954c86074497ef SHA512 29c05ecd26a53997d03b191e00107839b085b2bccbe8790123b959b3de648b9afd93951df5bf6b4d93fc4334e3f997ab1545a73c8e20e8d854e36bb34d2e8992 WHIRLPOOL f51c5fe990916bdfd43e471d2aa2af8394889aee129e5a7de135c4bcf932ee6273f6d461a503d7bd932127c58e9a61742e51ffbf7c0b73a8c1a1caa48d77546a +DIST firefox-38.6.1esr-fa.xpi 518282 SHA256 f7a1d03f01b6d4c9a62ba35c247935bab5ada0a644ca3072f0549df690c4d647 SHA512 1b2e111eed3fb9f50a2342d0c7cd6e543916270f56dd5a7ca97085e6102edd42b52760c4b48cb05a36a88557d5b3d39b11591ce93411749bb7ab4f2541bbaa8b WHIRLPOOL 06d6a2367840ef1be047f723fa309bfae252a8505d093b6942f882ed15e3503867538adfe5c1aac258724f9798d3b18fb3ed959dbcc60c39f1ac3b70432a1b6d +DIST firefox-38.6.1esr-fi.xpi 444853 SHA256 94d1216d8f44caba7d10a9835c3906d1c85eb7d9d53dc59c5a47fd8945211adb SHA512 e895eaabb1be43cd75a8daa06b7573cb27e7342537bd6ab0b985f8972a1001bf7838c86aeb1d5f498831ee814cbe5ddf3a82a85d67891db397e4f7d030d9775e WHIRLPOOL 76e1785252d91add89c78ff508873a5c0a041979f14e3f3ceaa8c80bb1abd650b32a9f04db50d6cafe149fd555cc05d91c1155a4bdb1f0825f0cc31313a2a787 +DIST firefox-38.6.1esr-fr.xpi 461402 SHA256 c8829b4de0bccbf5015788aead4be109eced568610ac2b2452f7348790b58c48 SHA512 38659716fbf8eb74605ada5ae5f9e9d48b98a29e9364e2e0ccf0a8bbd9bffa82c2b50a2df940fc8a3d1a63fe63e5719448d6cfc44cddf5eb6f3535b28798bb91 WHIRLPOOL 8da7327530a5c57bb28ac20cfb558f04c906787b68f6c1985767b485b999d6aa6e6c9dd1a03a114944c27feab137486b02045deffaf70d86f4fbd04bc1eb5df5 +DIST firefox-38.6.1esr-fy-NL.xpi 455538 SHA256 6c6de4698124089e4e57ebe130f7df2d9579c1fbbeca434080b289b374705126 SHA512 50f5258a0de43e147f76a6c901c23c603496aba6fb351b59e2160bc184d0225126e1665af0b99bbce4c7f82fcb03945c9ab872785fb4279938f75284c5cc7762 WHIRLPOOL b40dfd978c1aa7e67ed1c8f0679a638239b901964756c965c63720f861c4bf6de9ced7023bdb1b0ca889e510a051f5d6fe565df24ea20eb9a5916bf9b5a7a123 +DIST firefox-38.6.1esr-ga-IE.xpi 469623 SHA256 db2ea2489a71b80b8ee759ff54fba3d44f8181349853aed2a3c94f48fc85676b SHA512 a2d74be5353807f64717afeccebda0286895f2b7d45c9400827df4884d2f2ce3eb2083128a0666bfa9b076eaeb66c62dfc82788ffbdfa7e5dc9e9728c1e3f281 WHIRLPOOL b4933cc320ed8dd0651848be3e7fef5033fe36449046e13ccb9dfa2e62ca1c1db86e419af013f84844f0763752b311ecb4fe381510b9fa022c7f4b9e2fc61d0e +DIST firefox-38.6.1esr-gd.xpi 454616 SHA256 851314d85d257b6cb683282e8a63a83cd320ce15e15bf949685534c561009dcb SHA512 81f273e6d0732f0b5f6a54d7e99e534009bee2c9cd0452ccbe05e40d74e04659e4e79c05539b5249bd4a0df7673d0ed6219953cddad7df23cec0163366efecea WHIRLPOOL 67cc94cd57ed4a2376f041bab56b91ea63341506cdc737068c605eb55d64f1da7d15354393a589a5bcadde3f882ed575afb0aa330f378a56c803fcc70eb13efd +DIST firefox-38.6.1esr-gl.xpi 448925 SHA256 f2cb5cbb019acab2de7b7e4f186151d92ea0c88fff29b94a48e4d80993d9dc08 SHA512 be57387d12a7860c0554a84dc7f544f507b3c08385a6f2aad966e91d1509c4d79c65044b3b982fe5a816d3b7e1ca18743dcdeb3c6362ab6a037cd5b84cc8b4ca WHIRLPOOL a50a746b3780b5de987f0769cb71596a996176a99a8365592f8118592ab9a5e617cdd552ecad1ea168577e40f1729e5d0b7a0073bbd993232a3f5d34fff843e0 +DIST firefox-38.6.1esr-gu-IN.xpi 477980 SHA256 54c7088036c89fb3f0c0a43d8b06e99a06d992563f8c8ecb3fa71ad25029e348 SHA512 ccf82a545e66de0d38e9bbfce6301436e83371ed80802e503b4471fc1564b6642d2ebd765dcfba2cc65ffc71588ffafb99aad9bfd3fb2125f1759025abd48fed WHIRLPOOL 4bf2dc70661c5a91e1f9b53ae2e96852518e825abc73154b29b3845e4f30008e114f43e38cb635d0618b9ce31f88bf64360583fa8a4174731d6b72f37f56322e +DIST firefox-38.6.1esr-he.xpi 486785 SHA256 fb8d79576c0ed7700fe1ac0f89880e9cdee41a370ffb5aba6a5ea30d353f1dc9 SHA512 197a62f94f7773b79ec4289c8a3234e47215bcd69ec93a84ae97ed5aa0fd66c805860830df997098f76234f4efa751ec087f71f6e50553aee777223c33aeef62 WHIRLPOOL 98c97e88e728aab3295db96a19d65eddecddd3fd3bc871f643820dd4a50a8f7f3281140e123460c43e711d1653539cc8f9aab5cd7cc7ef69de7af8e15e950f02 +DIST firefox-38.6.1esr-hi-IN.xpi 508167 SHA256 9cd59047387c3fb285463d6d6f13bba45a38fe3dde2533b96b00f54e657ee9a2 SHA512 12bd0a56efc856c0dcf9461ceb90b7cf16889172ba89022bec49ff025676139e4f04c35e4bf6c8c1e0272b04133c417588823d3a5c52a416c8e8cece5a3d35cf WHIRLPOOL 727ff5b5f13fe1cb068d49cb92edc543bc5b211a878bcadf7f3e129668a91197767556ebc41a08e5b2161d8bdfb8f903176931e249c8a2fcf8b8b9a70550c6f9 +DIST firefox-38.6.1esr-hr.xpi 478271 SHA256 086e06d26a1a4f299cce29575266d382615654734170a5f6601d822cf33bc8e6 SHA512 d8c6357c27803b6f3aaadb74efc176a6cc161377dfeff0936617cf5faaf2a5eb6c0ee6d250e8379349b67b30452973363178690d513824dc554f4ae4a2d51e99 WHIRLPOOL 428ac912ef11cf8a66bbcd669dba5ff25f2e7d62a60c134359a52bd6ea8e04852f6be267de9df503f06b73b83189c57dd1011b59dd0797a9f1c70f207378017e +DIST firefox-38.6.1esr-hu.xpi 453555 SHA256 dfa1bc4728212bc0cd43f71af102d6ab665dfcfea879e77cf77e2518e639bb46 SHA512 43d0b3ac5ddec3798e9cc4b92d3e057d57b5f3a30a7e98ab574675e1921da0e736403e7af737c4e6e2fe4e7021f1e115b539f7599f428d0cabd8afc20db76a92 WHIRLPOOL 4b485cda26f04c9fe4247269d5ba6f335ab465aa834d8003001bdd1d5b40dff1cb44748030447cc7a6ae6d64aa508736bf69dade34a11aaef16b1ac10d7cd2fc +DIST firefox-38.6.1esr-hy-AM.xpi 534265 SHA256 b8c2e84195a5993efe15f8026fc481b3693c8abe6273eb7777b6af90d0d24bbe SHA512 97d382b9ff1bfdf02f88675fce60be2635d5b5e00feb92b38cfaec038d13e393e63f6f176bbbe1c801d5bba478f7ec849018e005c568aedb23fef0448abfebbe WHIRLPOOL 792c172c07b53a7f10d4fdbbfd262c5e0b67ed3c7377f232b40be0e366fbdf4c70c68f22fd9a67bf3fd43a8247d7f93d9fd19e1229e804ddbb29e9b545045e96 +DIST firefox-38.6.1esr-id.xpi 431489 SHA256 fbce720771e265c464a622a2f086e3111835c20897b8cf09494d6176631e348a SHA512 65b34225a9c2deb8ff950aff64eba38fb5c73e2fc1ed514397f78a654fb710e409914036cade3ac87ba0055b78ebe03e0ff1a1d21e7d0712f6a96bc5446686fb WHIRLPOOL 5304696dca9e1ace05c2b23e3c21a3e3f99bce07c6f221057d8d88931578a6c1ceb8c41153713aa5887f4ed85e3e7518e3f9bcc8da0ed5287daa416c78f4b7ed +DIST firefox-38.6.1esr-is.xpi 485128 SHA256 a605ae15dca88ac5c33fd3ea6f38ba9a38559124db1881acad80895877b96b70 SHA512 d4385a7b2f467ee23622a8bb31d29f6ca8313178b92d4b47ae26b33efe76b9165c3ecd7bc6516720910df3856bba13a434b9ca386a16720bdb73d0b0bbf67ab4 WHIRLPOOL da26d5a8a9b42a75c52df762614fb0ba3e6331aa8ffa1f8ead42f6ddd08589b1d805170bc3fe1c32f08d429aed4fdde5ef435373c971956b47f6a9752261e609 +DIST firefox-38.6.1esr-it.xpi 368409 SHA256 3e816ca3e65cddfbe4fb2bc3955ec32a21c47481e9f71b6770017856065aff82 SHA512 2787a053fb9001b4c6f4f3c565882a70f0ce84549a6f1e52809f82f5c4cd1406f29cd1c5ad6ca953fccc2c77544a636cef09db6c4408b7ed16f052c9a0971ac5 WHIRLPOOL 502296001173b1cb08f6f66c22339391b9a67d77267b81896e0194b114d3fe87bf1b9fa0cc980b7a4319d2d2e45a26717afc3f7060084b4619dc77a446cda80d +DIST firefox-38.6.1esr-ja.xpi 479114 SHA256 31f0819188bffa21bb8e460f9f93238cca32c882fd60e0f545e382b0de45be2d SHA512 02dd9f209d804422b3fe547cf3cf5efb5e9195058d680134ef6fd92e93a4ec43950dc0d35c6bcaa0b74137d6d19a03a0bbe304e159180fdb070211c8dee4f1be WHIRLPOOL 22ac3123070228bf5e7a1d2036b2582b5092f07cf20306051dd75c48c88885794283a67b5b56044fea95461d4b716084c84d3827be882900c048e18177836fbf +DIST firefox-38.6.1esr-kk.xpi 503568 SHA256 4408ba162ce3dbef002a7e36f3d53399595abb196a10d9dd3f08e011e47f0f1d SHA512 18d740598c1ad27b24559a04d38953def74e2f481f00c92eb50add9dd5fe82a82bec19abc90c49f65e2aebe6bad688919d0891b99173b2fff210576819a73180 WHIRLPOOL 2339a300810cf236a3c7a8291003bd0d849d68ddb29a0aee4cf7c2e99fab84c8f00fe9faedaeb16c67ec5de3ad5c5dea8a6a8c1f9a2086e49043ec800adee1b5 +DIST firefox-38.6.1esr-km.xpi 565674 SHA256 c996d3affd0ee0238f86438eaaae7cb9c3512d1aef1e59f170dacb3f35c49fe8 SHA512 b87be41467590572e16c9ba88ed920dbd49042d345de632356eea65c6a8fa123a242f9da1a10b91afe90b709f4dc3968c583d613f5918398a9c24c5772f34764 WHIRLPOOL 2ce277e6fce90a23893a4fc0513d0224f2505c8f749bb5408dc8e720657ed3d5ede6700cf625d012c15c714aba2c0974ac49939a2d59ba206f5fcfb542cb455a +DIST firefox-38.6.1esr-kn.xpi 533464 SHA256 58c5cefe6ba8b23a64f94e16bc74b9945d1252a5da20f312af745720bd2c39be SHA512 52ed48c4806036b0afb345ee5e862e4a6694c88af46d648cf40c59ef75b60710cbacd75edf2fc4becd7322b563465e7bbd71833f327f23ea1d88c943e2b27529 WHIRLPOOL 70d38249dc4a79dabb6d0c4a5b7101bfe7317af5477193991951573a4f6fe80730bb514b35e2771328fbb496176b09db254d7faf3d8d31d85aee0dd9776e43a5 +DIST firefox-38.6.1esr-ko.xpi 460854 SHA256 7c46f9d87aa57f038ba5b5c81b06f88e9ebfa9882d44237debe45b55eed7a83f SHA512 62477aac6ab46ea19b63806f06b0463767faffc42d528370cd9b546d006a368d40e46cc76d452d91f40f6b062ede40199819f26665d6f5d1660ce8aa2bc4f4b9 WHIRLPOOL aa9c8c1dc26d4595276ff2016fcc9988ccd4e244abd3efb5d8025240456ea9025a0ee01b8be1fcdbe684bd27abca81b3a474985a1c20d100425ee7be59128601 +DIST firefox-38.6.1esr-lt.xpi 486451 SHA256 0c0959fe02ef5da26ffe65108426fb155670b14da8af112b4ce1411eedbcc6ed SHA512 0b0c36e80aa678848d6a09a9fd55020512b1f920aea2e55fc03b4a4c3242b2fa02f9d8a36bf1cb6d2e3212c0e377267183f7e0108fc24cfc78fb00cb9ada2604 WHIRLPOOL e8fa5eee4bb2fc10ad336ad3f24f2c2477d33635b9cfa905f07a03958c200f26e96c6ef899ba52606adacd2a1246a16b1d8f432565f9e8d8f9e212e92a407c04 +DIST firefox-38.6.1esr-lv.xpi 467198 SHA256 c0337ceb0203e53f46f93d96b82b3bf7f81cd48bd8e0c7883f8d86a1958da3b5 SHA512 e48633967b9d20507da3f504f30bf50442632b1dfff93ba1efdb3fe365d64d72f1aebedd93064943de2e560258ac8c2131e7d8b016e051bf8223c5a14f553bf6 WHIRLPOOL efa4b5446e068160c0d13ef7b552a39e5fc583172857911329e6eba932649216c4f5b8447c09c9dec6932fd5f84321ac350b2654459e58f2bbd98087de2a2916 +DIST firefox-38.6.1esr-mai.xpi 514666 SHA256 a14ff6b63a09b67eb75b01351e562ea3b2d28f45123eff7170d145a87c90f9b8 SHA512 5a8f2d494851366d1bf68cd8f4876dc98ae38728de561465d2d1b0cb850027830cdb56a3a01bdd9b5cb2b18f783034249cd4d1f0023c85bee6912418a0a1439a WHIRLPOOL ff86e03374786017911851246cdf56e2155dbaa626b43f336110c0b48467a3b9824297b6b6b4df89f59041096145889439ed208bde5ed9ebd94b9a02dd6f8df4 +DIST firefox-38.6.1esr-mk.xpi 529205 SHA256 187462ce7ba1931453210cdc63134bd7ff33d87f116a7655f882e673d4fd89a2 SHA512 6c24e4674e308aa0e983db261c254c583d5a091bb1cb0df9f8073fde6785213b366363d9070864a67ca526b612a75f486537e518f95c43f1db7845091f146a5e WHIRLPOOL 9e9e03d6392500d0d501a10c1ae7e6e70e5ef704f9c43f7e272b8494cf3362d25e13cb516a847b25ef856372a1a59dc901cafd6ccfeffdb357a40d9cc8e6f5b9 +DIST firefox-38.6.1esr-ml.xpi 528919 SHA256 59143a40c46c5d891f522e0d8c9ef77528f6146dbef0b125d802334e44c421ac SHA512 fec3d2644a5eb928146c1e7ec58640ecd47a94c44c53d26fa2b763d804e44fc04f0b506a38e7ba4e16ccdd1508851ecc2183287bb4d6777d54b71a8192edae8e WHIRLPOOL 22cc5cc572307ad5e800dc7f3912fb8a3d900759aa215e5ccd7a8dc06859f4d8234fe92de056ff26e2c7d590a2018e1a4a73ec8e6416450d4eefdc94eecbd528 +DIST firefox-38.6.1esr-mr.xpi 505962 SHA256 e8671bbdb3caa20fdd1c3335d2aa454fd0df5c68b7441aa4b6d355258045bfca SHA512 fb9a9c2b221efbe75ad7fa98f27683a257267dfa37fbfc0c23af459c6699cc1536f86ff5891362f55e548ab6fded11e78ac14afae0b3c2f76f0450d3f8ee9820 WHIRLPOOL 9a49d6027a8d7c134594109ce6d4aa1b12643ded7ad1844ae6357f697ece7d6d2885c320d8833bd3b86cf1b5a5039900b69c7c3b4728a9cc76f24c57c685f99a +DIST firefox-38.6.1esr-nb-NO.xpi 444177 SHA256 21fdbb9143964f24bef0dd99583348ee563d3cc7edbbd3098abf25a168541b0a SHA512 96a450516a7910296ddfe335b670d9cb814b2f3d3bde436c4867d08a3d6b84399dcfa57153efb213a9054b98b90fee0897143a30b9c5dfce624d800022de3003 WHIRLPOOL a4cb5a90f239d0281e38bc360d0c2a5b88b1e9a8530d520a3fb0bea87492918905095e2ae099ef48539d56d20ccc748a9d6c7c95848446455b7ffead6c6723c3 +DIST firefox-38.6.1esr-nl.xpi 443994 SHA256 8c9229c5aa626a8d033d387fcfc2164208f6ad8f86d2258fa30c90f468ff6b86 SHA512 6659131468dc733575c17badf66bfb57ae7379aa9a89c0f8a4eb30f6e2d48765f199a8016b0edddc43e0ad303893e7385bbd40b65c90e09815421fbc3cedd2ee WHIRLPOOL 54aff32bbbbb1ccf05eacb8bde70168415d2dcead6b92192e86f40bafa3136c73af73d5ee91bc54b4b4dcaa9772095ea02bad3001679ae9fb725081ea44733aa +DIST firefox-38.6.1esr-nn-NO.xpi 438452 SHA256 103a84989e908efc56fa62120aaaf9056ad6347dafc25672bc8f89bfeef160fb SHA512 54d3c5f8ee34c24394f98bb2dddb0925ee18b6c1b37acc96e5d870488cd5284ecf4aef57c21470e3f7ccab2c80d5abb77b597cbdc4faf3f8a50be13f79fdd944 WHIRLPOOL d7e783816a59cb16e1f0be02199f06db0d0882216b5714022c56cf7d0c62033949e0aeb7d1fcb17342019a9465b46c1c6ae9fa099a4940e98cb57242303d8461 +DIST firefox-38.6.1esr-or.xpi 527049 SHA256 032bc12bf506bde68d9d64bcadbc09ae5f0ddfa740ea9d4cf37fee2ee488fb88 SHA512 92cf6016947306d9b3435e22a0be1e5d658307fe1d55f73b62ffdadec9027cada2d9d820aa0ce3447334c7e9e4da32f6dacdbe2196d410b94e5a8b0103f52f5c WHIRLPOOL 97d9be7b9e9d136ad5c716b0fd31f112b9a779e707649caeedc0c1f05955472d231c4efed142b070bd6e2afc9692d87a0447725eb968876212c95eb6e2892772 +DIST firefox-38.6.1esr-pa-IN.xpi 493722 SHA256 6d74f9d8143573a7c8abf3dee1b3634c60e035ced131b3c02758078a28e77259 SHA512 c0380bf7ac9654b284aa5ee9d9fc68230b7eefbbb202c9be0e032974bff4d7ac7a5169f49ffe245884a7ef582523564baf500663d2ea95ab8921e5db1f8c582d WHIRLPOOL e03790e2e3f16c64c3e93e1b7198836071d42abf4b830dfac220cd883e11d2af9fdf5e03e9703179093e4201a856a64193e55cd38df332a18eeb0682a63e5b12 +DIST firefox-38.6.1esr-pl.xpi 406566 SHA256 f2bad2c40e75db159b54dc72a97199f9f0c8f479fab295bed8f4dc43b3b77aeb SHA512 bbe51d39d9fcb3dbf71ebc13f3456ae4a2f1ebf922a2d7c647d15de2f0cd8e92e12cdf82952beeb75de1ca484380515891fa1057d5e6834ff2c87f3e4b92fb6e WHIRLPOOL 24eaba915745711ff398e0250ab6ad7b0c7a79579be5786d73e580294bba67bbf7bcfa36eecfe973171600fc7d94b3950713f1914bd29f522fdb02aab238b02d +DIST firefox-38.6.1esr-pt-BR.xpi 459810 SHA256 a57a326d2820c9542fdaf023fa2043f1de10f8bafcf313ab468e9b122166b352 SHA512 41224b0ce2cfcb03a0df629daf840428815e857acab52765f48e4d26cb15d5691ca7f6ba14fe7a0b6fe277473db9a518b59ada4afa7e12366b1fc31f3fa0922d WHIRLPOOL fc04d153582da223638232e93ce19f39ef96f508a728e9b91e6c2a88ec109d6771ca203817185fca5ad09e0ac1d824e43b9ff5675e4c151a506b904ab2d1877e +DIST firefox-38.6.1esr-pt-PT.xpi 439975 SHA256 ab6a5b27d32c19a203d5f2b7dbe4fa35fbc6b44c68458bee3a4c4bdb21c377e2 SHA512 178c4dab1889dda2719bd95c38c778b1745a171bf99b55f165523cc0e63d124ff8b6165397287024689f8a942366f7d0ffd528328d2c9f077b5123220257faf7 WHIRLPOOL 3bf2c6c48b0830eabe2d27d58c04177e0d85cb3f3b78a90b9d223b836193620f24a528051ec7f8d5403a439e6a220b9f714ca304b4d13388ee5ea49cfdc538bc +DIST firefox-38.6.1esr-rm.xpi 446286 SHA256 e4b3003ff493901d2440ac633a71ab68f6dbe5c6602fb19ebaee7b561af5620d SHA512 56b1cb4cb619aeb5b2308ed14bb7b6c0f181c51f596f5c2ba01b228404bb113e27f46444c8672717cefe1839bf6fa301a61ca012a3b1ad6083c78958e3139e9f WHIRLPOOL 2ac824918785bb36f999d1c485fad6310e7cfc9210e34f8269c62188dc5d59cf12da222ec5318ee31cbcfa48753fa8e456e6ead8107ca1ea24956b810a272de7 +DIST firefox-38.6.1esr-ro.xpi 494079 SHA256 8d099dcc828dce7d14f4ce838620e717b8e7ab442a32eeb19287ff310295f75b SHA512 09e33a7fbc29a07055ff9b42757de9367fde864bf9c66fbd73d4acb22316689fc313fd5cc4e4be4bb03eba2c3a2a1a190686c19a6ef66a329222fd2a5e2fa1ee WHIRLPOOL abdbbb7a9bef5bc377206e516a1d213a3c5bcbec673b2f41915e858711c03521bd3ef2222cafb9bea2cc9f18b50c5784d6c9ac296f18ddab4ade2ffcd2623809 +DIST firefox-38.6.1esr-ru.xpi 414419 SHA256 fb59260748ed9d01ae54454754ed1b897fa92b3970befa31d737773bb1198297 SHA512 241761cd7a4cc4a0c9ef28b78db1d1defe599d8210b0a920f3aec20f8ab40c691d377e479a5c868155ecd66bca6fcf99d891fcf183870262006f570365890152 WHIRLPOOL 17dc181a3398ab491be0c21ffa01d323e5191ff5bb7d2338d8de3cd848c38fb9a1af1e5e46bedb416db517f1969b691a3f5dbbd821edb07152325df1dddd69f4 +DIST firefox-38.6.1esr-si.xpi 537393 SHA256 7b28fb2baae26b4840ab53324646b622523b303d6cd0e98211fa649caf557294 SHA512 aaea65268425c99b5e973880d6e35907bab2524a5a80893ffdd780197a9e74867f4ba361a975263182f945eed76805eefcd2425fe74d5cb4bc0d9ad8eb36984f WHIRLPOOL 694824307cd1dd134af8136d5fcd7371a9b6a080595bc21ca8d8ed1a01665e45adb29833eec4d4c6614fdea9b6f3315359d99859226c7868c002420adc4f6337 +DIST firefox-38.6.1esr-sk.xpi 469436 SHA256 366a0dd2e0f362675e9dd7d07b8bd568b80dd85ec52f5f2f48495cd96b04e86f SHA512 75eac8eb94e33ded6d86cd2b02c383c7486bb3cd7397449f38d2fb709d5dbe055aedc9e147992aa8152d7e195758798c972e46814f92385a65831d980519fd23 WHIRLPOOL 89299f459719e2391caddadfc9aa62d449ff715870be55a03e77b96f1e414117940e516c77a03fbdc8a6a2f4fbc0563252bb2c5d0d57130b9de34c3feac3a436 +DIST firefox-38.6.1esr-sl.xpi 441594 SHA256 374a0ce9c092c43cf2d1310f2e1da6915c4fda8fae438631ba746cb5f8bef52a SHA512 dbf0434e2ac013c8cba8be9d7da15644853ee4a9cfaadec617ce1ed7134d6b998913f9da8b6b8c3997a6bfe73cbaa6b532c36dc7d854943e0eb2366fc710954f WHIRLPOOL 1c7a534f1cbb702bea8af4a9c905795d813d301b56b30f5440b86880051c181ade52c586d4416ba5d327115f7b9c95f90241f4d7ffe81aa52d0e9a6b75956943 +DIST firefox-38.6.1esr-son.xpi 449268 SHA256 e770d1aed090386d07828cf963413fb35e85475fd8a8128584cb5e57fc9181f4 SHA512 634c4b02d4aec49b7f43cabb11147924be4a0a8ef23325df85d4bc20c1c0ff0b78d9855ce4e7e5e27ef30c75e5a5b41c71e780380ad93c91a1d20280438a9092 WHIRLPOOL 85f2f67a6eeacfa26dfbfe0528cc3262d6945396244e51bba357cd79d4d551e287921cac9b3b11cc04cb1a9002ddba9877ae420f10cdc441fcc1890edb6e316b +DIST firefox-38.6.1esr-sq.xpi 486075 SHA256 debcd2b1e1cf8c565acfa4c1234468a972675539d1c99d1a3631389ac42ed480 SHA512 de754a2055b09defe3c640527318af39c426fc4ed9c48539ab8b906c36b9a7aa3b6b6517f55c262041e20ece1ac37bd596f4f7f30f45c9ca84252ac084e18f43 WHIRLPOOL c28b6c29950a6df315a2adfc18570b53b6b7a133c07f7609b10b69e7e97368e2c8aa1121d8fe291545fd4b9e4631faa3d670f45cca94cacc19ea83eb75a6f8a9 +DIST firefox-38.6.1esr-sr.xpi 479419 SHA256 dca858f9a3dad9633ad13f52e97cf9121c34a499979a00ca4f85af1636b4739a SHA512 38c723ba9738d60f90a08f8e2913388bc890a8da141f42c76da2627036a233910239d7842820716ff1d1034790fa830b9b7c82cf7b299f576eda52ecfd046889 WHIRLPOOL 9408295be14a68915121d72c67a825252b15b994abd4db38b9dcc33ae524f977213b73a1692df7d69b75f15ce3c37fa9822c97f96f01b311cf77a432c977d14c +DIST firefox-38.6.1esr-sv-SE.xpi 452633 SHA256 847527fdf773269ecb4431c2990877b9b22f047caab4ab0532333185fa30adea SHA512 eb3dd5c9e3adeeee9847821a44e630193b6d41eb9d807b2b77516c52220948977ab0ff871ea4039dd67b7afc3cf601907104bfc2800bcf0d027de2bb7ca448cd WHIRLPOOL de52561beca0f4949e9d3fea274be1c883178aaa65b9894d2a40a8f3647de883e42becf87889c2e88a85c3fb72c4f3f4d9d1799de8d63f92d95cb8840b8e8f1a +DIST firefox-38.6.1esr-ta.xpi 506607 SHA256 ee5c5fed0f00a66d18cbaf4c76e1bbf435d821f3a40fc0a535323ed1a6cd47c2 SHA512 572b6aa7ea838881d94e539c7a6afa552973097a520dbcd506e054260b901a8c0257ff90b9c1876f9b3e4b7c6b0ed709667d4127af8868006445c4e22b94c643 WHIRLPOOL ea59987ac90e0154f3647ff681105d262e55f89ee9bd343759a99cbc09ca3b29323a316926ec98e71713f7da9d4b79c32cba54fcfc2e9f2b0340640f35451187 +DIST firefox-38.6.1esr-te.xpi 526250 SHA256 a1d6e88c47714eda526f932a396db6ad092ebda696dbc26bdc4996056dcc3e68 SHA512 a20f9b38205693b02484765da154f7c5e788f8950fa161b0f86592ba6bf1f811dcaf9afd97243229ccc3fca2b3abf3f270dbc08e6fcca7b69f08ad8b11dafd1f WHIRLPOOL e0f949358096783dd00d53a541e72c9a8c686de2555bd41d91829bb42e9eb7eb1f02bf4418188940252869b786f891bc65bd6444c56d5e47521523d474c3a22c +DIST firefox-38.6.1esr-th.xpi 534271 SHA256 0defd0f41ef448f9751907071fc967521b08b1ef04515e6dc774851933424014 SHA512 e0cd2a64057bc69bf84d293294e19cb015d43f02eafdaf1b9b2c6ec95972433063b7a0d0c781af8987d8b2fceef7e03547851e24faa9aaf62b3af881c5f78f1d WHIRLPOOL 1b3428ef044c28fba150cb34f87cc1940c0f26a9975c364ca3822044c59a2897f3ccc17535aa631b754331d898441ab6db68df0aa8ac7d72b886e9b219695652 +DIST firefox-38.6.1esr-tr.xpi 481076 SHA256 97728e96773600e5d5f532bc2683fa2f2e5f2e6995af592b70778784444d4fbe SHA512 35849ce45ab4d6ea6a9b606ff0dda165236a6e6d5a58a53b8e66723a6063ef149bb4ec28d3ba44a3fce1901519d39e7fbe6cb8bf2eb51828f709ca5165bc1902 WHIRLPOOL eaee1a55daa7d7de14d4b467ddc059dcc89155a0800bd449b3cb805e693ac145fb7f5359d178e9d815000cd0ed1dd85a9b947ab17d3b255d76a5df45e3467f48 +DIST firefox-38.6.1esr-uk.xpi 493313 SHA256 5ad2299d95f27e0f6b7be9c29bc2139334f0cb04808fc141db2810251c9dc92e SHA512 72cade19db7345b424fb6fc78415815617cc49230af2b8c6ab9817897c7b43e56386fc4080dd005f6d30811bc8e5788f3f271e7961ee5e2af14b05d6f3cb0709 WHIRLPOOL 4de61d510df8f1fcd74952c01fef8f2d802c07bfe7d4af196c4e8efbd9a9844d96245f392b643b9d31ead3d6043596c7429143503a027093a0dcec4a6cc625a0 +DIST firefox-38.6.1esr-vi.xpi 467504 SHA256 773deb6abe3dd09a515dd3987953120f51ab701a4d83eee40464b8f1e4b275c5 SHA512 c9c417ce152b4b3ae8e07a26b2bee51c2e62dca9358cbac2442da26eb609a26046eb0241d64250d3c15d260c6d153c943c2dabf94ae6447f8dadf0fb9cdf90c0 WHIRLPOOL fc655a8f93782a71ea10e4986b03d0d508221053955955b0be1d5a5738dc9ee63f08e0af7d3e7adddac4b282d55b964f47b0259eda7f051a4fd43f7c083e33db +DIST firefox-38.6.1esr-xh.xpi 450242 SHA256 56df68f2b0c131632d4ae7a55d6922ff4c65d0332a1ff43edcfe594e78d9a7af SHA512 14a58c32a7a9e9b3beaba1bdcb026edf8031a4dfb2ff638f9f96aa0d4891e0120f5cacac87423e0f2f68f2b98489749966a79470477f9c08466261dfa305ee1c WHIRLPOOL f70807b81f0514a671b82dc14f6b83c77e90f82760ee2d515ee49ecffe1376d998016fe30fecb4750e1994da7e9eed65aa9e178e1ca9c9dab04f54817bcc1c92 +DIST firefox-38.6.1esr-zh-CN.xpi 488276 SHA256 59bf429bf75054269dba7ca789581b6b4bfb501a8ed902690fbefcb3f3f7ae84 SHA512 9aa0b23e9f41e94cadcf5c469d32134711da4be562354bf940710e2b2da9c5b6e358d92bc957d3ed57cc59ace6da27dfb246e4ea5f7cd3a7ed3d72f345e079a1 WHIRLPOOL 054d2732db4dfdabb427bd6c4d2b7dc40a86c2669c48c78d4ea6ee936f69f3b3dec7cdf64dffde8f014374c7bc4251cd7a37526be9b8229f70bc2dab0add311c +DIST firefox-38.6.1esr-zh-TW.xpi 467844 SHA256 740f7a7933fc624216de2c84492608941ac2aaa228b666cd55b8dbcbdc147e43 SHA512 fab6120f6515a388fdac524deeb2568ff73323692108d8987951fc29683c298612d9b24ff534b0655af12dc5b2f20a4ea9253912dbb1ff1d8bd57bdc12a692fc WHIRLPOOL b07d7b226cc81c19d6b135ff568d41443bd9e2e258824ae5f59455cc5383511e79f11babd748de162ea1566910b2d3a69d440253178be5e63b69f381c86cdca1 +DIST firefox-38.6.1esr.source.tar.bz2 181332690 SHA256 91174d0118ac7178b5902bd6e82743b4eab5d567ec6431abebf4da093ffbd0ff SHA512 e80161a8cf95ab46cf49018c1105c986a412405e3bdb7535fc7ad5e68195f8ebe799624ed482576538a785ff2a4fdad5d1cf594566180035c2bfc9a4eb9b790c WHIRLPOOL 6e2324553814c915f602c3227b8300f3adb0e952ee32e035660595735fe79ee46a3fc4a74e7e1978be0ee7e4b89fa46d0fcf1f7f73a9eb969df3b13037e64c07 DIST firefox-44.0-patches-0.4.tar.xz 14240 SHA256 cf17d24e19c8e64501582c77e010a10bf8cc65fc1d7620f7a8dd98706195eda0 SHA512 4f597f9885366a6ccbd7cf424fd68bc7d2377eeb5de4741b21d6f51272a9f4f6a57ff2b5a848593097e79d51a7ae7e6e261aea9155f4b3d719e74ebbdf7279f1 WHIRLPOOL 097eb79a5aba97f76d50f5f51da8b089c3d85b34c6a41d6ca782a85381f024d8865062d95ff4bb2235426e3806b660344d3ddf067da0889cda66f0b24cb97912 -DIST firefox-44.0-pl.xpi 403714 SHA256 f01c0fa237aa5ec7a303261abe7b9ad13c22db31b48e3766209fd8ff4d63f4cc SHA512 7513f696df0f6a90b37318d7e27a5be30857c603a24d7c94423e9db899649143dc3b26c06b38b0cd46a0cc72f418de7d46fcc9bf80fda09aff2383c3a59c503a WHIRLPOOL fdc67f909c94526f0dad0434d7883076bb7bfc0bdcde8d2e006bf745617ca11415ec396335ef81c42c3afad8729436db4d87fccbaabde726ba9b7545d442af45 -DIST firefox-44.0-pt-BR.xpi 473587 SHA256 dce2dfdac65e6e1dc8c2236941207a630d467dd30e71f6ca7f8973aaa2425721 SHA512 51c596355acfe0e6d533a4545cb4d2c613c6317471765b39210e2c9989dc8bbfd338f19f37c248ae209bd1af44cce0d988e0b4d38ca3926d3b088c88111dcb3c WHIRLPOOL fb22c28f27051b32692c294baedfadaf9591c261f28d4b7b8506fdaefa72bc031924f1195c00d4a1737dc22e1f70494fea7d3e7e7bfc45cc2b5d5dd92b7b476a -DIST firefox-44.0-pt-PT.xpi 454143 SHA256 087227a30a7c06d04fcf47aab7f04e42fa554ec2c211463bb366ff17e941d339 SHA512 304295dd4f4c2ae0f490535fac848960eed9589800feb073a0d16be5b51b3279f53c11f90ffa1532abae8445b2f5b018e25391d78e943612b033c0213915611f WHIRLPOOL cbd80ff9cdf5a232c4d104772b8eb699474977ea0aee9053ea3a0716403e586a26eb5b45be83ff24e7f53eee8d591f29863352d3722d773890d509edd4fcbce3 -DIST firefox-44.0-rm.xpi 460176 SHA256 110ced11f415e15dd02cabdf4d5f2bb3f992e68a6743441bbfaa30e0334da88c SHA512 5f355994ed5d9a15a0a86ed289a8b6a9424b5c9b15572e9ffcf7cdd6bf51a22e44a22beb0b92f4afb99ec1c4980849215b4e1c3540b4f1df76039913d55a8eaf WHIRLPOOL 20a2d4a91547a810f9898ea2a593e7c417e2d700cee8fd2f483189e61144f9906c51d2f6054a554056248bb21ebb7b7ca957d5c13b723ec692b0c037d20d1ccc -DIST firefox-44.0-ro.xpi 507825 SHA256 0f1e2de42f1116840d06145f31cfefbce833719b4ce05e31c054a915a5988356 SHA512 b82b3d6ecd3282a7101f86afc3bf9149a14b4bfd7097b87dad6d387e425cd77dca1a80f2d93d7902f5a9c49a8c42c6c936269ad423433237129d1eb298057b18 WHIRLPOOL 1cb31f912208384b6b54c32475dca12e9cd17a4c9611002ba45183ebc1e45c61f8447a30c0d2a5c0efceba083efe339888f019b8998cc5b2635e6bab53ebbdc4 -DIST firefox-44.0-ru.xpi 418291 SHA256 e14eb41bc5af7f86e74b01e9bfe6a138088216cef000d75bb4d514042baeffc1 SHA512 fe7de8a030607ddc4f0b8034918ffafd666f4543e28ac882e04b37f1f3facd6426aae17a6d56fa3eb7babe33ed3db90a38f29e6cdc2a467be27d5be6afe0e1e8 WHIRLPOOL 5770143d33cd303ab90bf73e3954c2ecf056cd2757d5ca377f542beb26a8e8b09235644ec4ad281237c1a6619f30734ca9c567b57d7ff52e5313956fe19c0f20 -DIST firefox-44.0-si.xpi 553903 SHA256 a9badff4b82754018e8585a674f96c491cdd2f15c18010b85153315d572db25f SHA512 9fbbe14a40b8c9b84c762d65da0053911421cb99332420d065966508635bd502122f614fa4b40fdd53307cb7e95d6ce72ec746e53704259e02aaee8644b0b45d WHIRLPOOL bf3266bf7f558d1d2d77542ad798e9c6d56fefed417e48edca62b3ae40db12e27ba88968f1edd8dd888b7b7427aaa8da9d59d6a90871f0d010fd5e415cfe6a59 -DIST firefox-44.0-sk.xpi 482728 SHA256 ac46e1b95d6973d35fa5ccaeba572e498be9f636a6cf253224a2b6cab6c544c7 SHA512 5a77e76e24ee69b31c898c252eb9ee1657ced43eb288551ff2d5b7634c09654e157eac5e1fbf869cc6193af3e211610634f8953c63a08f95c8e634aad7cbffd9 WHIRLPOOL 2931aba450e42baa4b9ec736b0cae8662970b70555da626c278bc63e4da54a01b5b5e26454d9ef9d7fc429f59ad628085034ee91d727074df9724043c37994e6 -DIST firefox-44.0-sl.xpi 456215 SHA256 cf3a96cbc48afc0af98ee2327cac60eaa49eed6799a6005c5a3410977efde12a SHA512 817b7bc8c6c2f926577acb3331cd1440ecc9726e768bb58f11a135b1f7abf8cf84f1aea3423dc511d27bc47e7b8e220a6f57a8829d355f6c46ef82aa6b720acb WHIRLPOOL 9de36851ea4a4adcf2790a6b72fabbe560731c009e88212ea5ef4b4f0e5df972e12acf5f182a4ceb3fc71ba1c25fcb8fc5135517c83324c560bf5971e044acb3 -DIST firefox-44.0-son.xpi 463190 SHA256 1e76a4e02ece37d331c990d143738897f3a6b0b8e03b3a0d14e368b462faefcc SHA512 64186817c5c9b4843142dfd2e975614ff016a24b285e25e59a9a569c7eb1dd3a8f3c407f268f2b792e788942e4e2295a122f46ba0463ffcfbbd8f09213188711 WHIRLPOOL 750be36d64508cc3bb561ae2ed7714592194b5f7bf9b6d5f326e5d59ab0959f26fb14d4e6ef5ac5be0a43c4a49233d5751ee142ae788bff0739f01fd47382fe4 -DIST firefox-44.0-sq.xpi 499915 SHA256 53f1757028c9c1eaf5e9f8bbd2ae1148a141eb7a869863748017be3cc5b95f62 SHA512 6dbfe308ae073d77983e8bc9c0e17de9f4276d1802df76315cd6cc35353358815c7824f22c3fc4e78c007d76ed92acf533fd187230dbc6f1a611ed2615771e0a WHIRLPOOL 70ca2ef4afe74cc634437f3d540ff2c155590e1951462c2ae40e266533822258ceb0c5d1794b69bb240ecf49582f2aaeab5be7f12730197643014827b1203288 -DIST firefox-44.0-sr.xpi 490391 SHA256 035cded41b55bb24b0f805bc18f16aae19d6f6743c049148e394cbf0e0bf44b7 SHA512 c27a07fc7b9c66b02e4eb4e6dab5e86cb8329c090e7835cdbfa1711396623f8e1edaba2411586ada5895c76e7fa025ba02e5c169c44f95f94d88443675f69f1f WHIRLPOOL 191e5781afddc661f1832df0cfec3f34b1e11d320540afdba7743c905e2aa5c3803ab3644003f33c952c1e5d7630639b03aee2a4c7dced62944b0fb725b7b23e -DIST firefox-44.0-sv-SE.xpi 465391 SHA256 3516e268aea2f70024909a6a0edca09a804d0b639cdf8da4a25292e92dfbf9d8 SHA512 37453810bd1c400fbbce6c14856d69739c29138dd2da44d78dcdf2f56ef458be955a06d89d391a72bff3dc8a0447f0c7374ab86ce46315ceaf5732a938729a67 WHIRLPOOL 378dd473241ea4a51b972ec5d076fab09f31102763f562c9cb68bd4402ece307bfef4925eb30f48a3fbf07ab173b215a3260ab15315ca8c43a30efd8322616d4 -DIST firefox-44.0-ta.xpi 522512 SHA256 ef911260ea0011e6cecac88007e4f8590362b4238fe24a036b8ef1edbf783592 SHA512 faced2ed536946db090d1186ebdd5398c3549fb54e394a35e7b6a831f159c978822c1bfde214bb610fe8bd92d70fb07d50ca633c670f7299003ce25e178b297c WHIRLPOOL 6565793e84ec674f3adb7d9809f9101878e697a931b75245f1439402e2133b2b10b3b85db39d6470bb2a58d9e2d9633c480c4f69f112d546e85e74cccc9c1289 -DIST firefox-44.0-te.xpi 538474 SHA256 daa13ded2b57955aa47d64dd370c5eebc89932ec194b78bcb0f2f24ba49ed97d SHA512 ad4461f0a177a68cb244241161cb72eb879049212abe2532b18b1d8e5b938d494b235a7f48bcab7873d1b3db365934f880a340af252854b69249ab2e4832daca WHIRLPOOL 4e5fa1bfad71674b54ea2d6c6187e43dcb3e0788ac40d4938a16467063d8ca3aa628d70a7cfef0bf3fe3e2320357066b6b64b70751f33be3088026178f5deaf7 -DIST firefox-44.0-th.xpi 547040 SHA256 9c5e3ed5017e2536d6f11742eeb3740dd513e8b4aa80a77a546f556e4ce4f39e SHA512 21db8029cda66355d9e1c255c54aa5480ef65e935bd4ea6f5f14693443a66e8e2c68b4ce1410e2bfb10cd0602361988766c86a26158e231627bbe134c8b7db9b WHIRLPOOL 806c57c2e3b02806c0088d415ee616809b1d2e65e34a6881814709c6a65a3b03b99d159e0d9e53c92a90c0c0f07c13c825977b574010563c890b04c5661deb18 -DIST firefox-44.0-tr.xpi 472325 SHA256 d105d05b8ec4b2a0412f7805649bf2ae95929a91bc68ec5adc959d597dde1bf9 SHA512 9ace8eea56c1ba2f44713f5be996db7a392efc026072fd8a982bba00763a45af0a19b6521e06e5c6bc58ee3099a389dfefe57e31e37dc159fc515d12478680b1 WHIRLPOOL 27c2e963503fc299382a80d1d34d626e77a096d6770679bdba31257abcbc95f0122dea074d5ccda82c2b457fc8eb20deaa50821925f40a969c6fb0055e60ba01 -DIST firefox-44.0-uk.xpi 511048 SHA256 27a033bc8efb80c92f201daf3b667eef3c819b26fa5ddebf8b94c104f446a9d3 SHA512 7edc114c553f9ba3c75244bc21447570118c781b4c9435c7a055ad513e3cfc5fa707912f4454af066d32b3ede134a89e36d1473cf9e00c6ba327f0b1195e08d4 WHIRLPOOL 44c85068751b893b4503bf0d184a75b85abca7664259ce72822bc64f9c43623436bf10ba2b4a8c5ddccdf0eeae1ab97c577e43993bb56e4d062089b4d129c067 -DIST firefox-44.0-vi.xpi 481582 SHA256 ec827905d334ff761eb001b384c8edc7dc6cb6406d7e64e069226900828a47b8 SHA512 c930b28d2883190985c7489d5a26ca7a0e1fe994f4d4859f51a76388d802642b324f3e362d0806f4f268bf610c910581460544fd6fa05decf39e97b1a6416f73 WHIRLPOOL e74430e08ddf964a4c5bf9f570bebee6a78c6a204d3612e33180dddb088e0a34ba63f93ef917b89e5671ff068f59003e1fce8b2cc973c33113194869b23d1397 -DIST firefox-44.0-xh.xpi 460792 SHA256 9fe12e0fa50017452f04564fcae344d8387239f895721e4e293bfeebeb06821e SHA512 1436db7a37ea2c24fe09399d8e9342fb57ba77b143913790cb7c14dcd743930c6417c196defddd33ba75b0851e9b0e820a5a619ce2563cd0f904d66b7eab99aa WHIRLPOOL 04daf4ddee224b624ae8b1804587e464cf922c88c7a7807c6360598a49296e89377d74c0a415864189346dd5be89bcbde21f4113f39e216409e73e1fda8b7eb2 -DIST firefox-44.0-zh-CN.xpi 496299 SHA256 061a58990006a4d25be48477f9a0e06642f34a548801254e68f417f9af5b71f1 SHA512 4cf6183951fbf302f60371ba0a7c510a576b770377b0339ed1f3ab7a03dfeb08ec02ed9e28452212f78e51e55d02497285639c4e61a001d037a22ad18672b205 WHIRLPOOL 7edf4e02fa57fdcad1d6089e25a68cf9d633d2bdd431ea283f6fe03907c643d5ab4ef345dcc3e6a84362fc0cceded0aaeafabbd39468f66e7b2edbbcda5fc470 -DIST firefox-44.0-zh-TW.xpi 487760 SHA256 92da03a68277fcc445caf5a4dde39a3283bda63674d005e327f651dbc0d6dad9 SHA512 f54e293d5da8abb68f5c47e3330ed46a3529a2c5c9178f6230596b08a1464097d7a3590008f49f3e2375bef778f549a7dfcb5200753cdb3e53562c05af1ba66e WHIRLPOOL 0b9fae8bf600bdb14162f0afde882ba3db0e0ab854321c546eb1ec164660a5c47192e0d5109306f4d4ede46cf301f51a572560895294e9ef0049a552dad171ef -DIST firefox-44.0.source.tar.xz 182370528 SHA256 ea82b0f4840d320aa4fe8046ba28e686bf6dc60f707a0514a9d68c150d0c4c1d SHA512 d7a2d3ee595dbf356795ba8029e298d8a69645e11d9201307008ad3a0d15b586cbc119d2273a83843621024d20cd67c7d490228f1c4c09b467cb5dcbd288a864 WHIRLPOOL 1a0d47b62d875f700665ebc73f50daf2d33a33c3f9c4cfb5967ff0dfa516be18143d04c08f4a013ed46ba9a35d5b71b77a0f71200413ebf6c57ee57f3c841137 +DIST firefox-44.0.2-af.xpi 496124 SHA256 f80bb4cc0937f2f355d594ee1e7b771e9e3f44672161403de8228d9fd0429e01 SHA512 570d9582b89b88070e0381153880a8eebf47c33c07c9ec52c04c867830d436e59e8f88bcecf499880c7ff8934b302ae3d28b24c6f81a1d774a8581a9768dcd69 WHIRLPOOL 3e29e8faeb49f01534fb2ff15791891dffa38acfc99d4c79db7e85129931f410fcefdcec3b529d0de69b14794b2b9ed6dda42e5f405d724deb4f0064d7eaf5dd +DIST firefox-44.0.2-ar.xpi 531970 SHA256 bc0c64baf89b969be23cf3310a288717fccf7ba186e89eeadc11829efebd5587 SHA512 bf87e11e014b378b4238108bf78686e78fcf5e49c77647c3d3f007991393f29373d858f035654350c1992168f180b80f4c7df2a454f0552369c866b67c08fa7c WHIRLPOOL 570a5de4ba28cec39e9194bbe5b211b0c7adfd6ae346c651a89762bb64409b5160f2de8cc70a540f79cda31d54c72db7421dbe188f8e97e8c1640d89a1c113f9 +DIST firefox-44.0.2-as.xpi 522459 SHA256 8ca2d9c3baffcaaffdc55eb2abc074f0d58f9f68b3dd1582faacb3f7492b1fed SHA512 908fa0c75b21b74a3763b3c76325ec144f1931d7ad438eeaa40f287c381a049c389e27ce01fe22440883e7201c496991afaad82e39ae52bb79dbeacc40f7cddf WHIRLPOOL 342f545e960b0ad32f7b9ef1df4751589f5dca97d8453d6de133bc6674f7d4c6021bd6326386c89c2c11bd7ef8f48848c9c92034b93929f96fed03b189dfc327 +DIST firefox-44.0.2-ast.xpi 420007 SHA256 7506051ecfb2a57947ccf53e0a8f8234badedd8a9668326a3e3fddb455eb4673 SHA512 333874d36a9e9843f7b0e7e2d8594e6a15dd052fad63a584ed7b833f278a3fa861fa496a192375d946792c3edb2d6f45fdfb244d3fb4a9e5e584df783a161a65 WHIRLPOOL 0f3ae131dbd1c9b4ca1ee753931962444f3f71f78182482652413b909e921e3d4620c2d6b967ece0a40118c62dc04533879cbc375c4d63142bb22ac7f4ed03ee +DIST firefox-44.0.2-be.xpi 464851 SHA256 8788379b0978281d0e8d75e2905b67473ed80cd8c3372c3e7e3c9d723bf7b605 SHA512 939d4f4891061b9bb57d75334248bc93a31ea43df04a211d65ad8b830c273efc7070b83aae66acf0219705102f286f01b85df33fee1446b403a8fb48e0e5f5a7 WHIRLPOOL d838bd7b80264467e081e2ce93557521d9b3422c8c367ff7f38d76b4d44f25e1af6f9160d55904f79bab888945bbfef2d84a40fcae86762c6feb5fbce4b9fdfc +DIST firefox-44.0.2-bg.xpi 505506 SHA256 5c744cbaadea198976b091c288efa4a17928a3ccf2ada2539b3134c694efe41b SHA512 9378d177e22e8dab6a1ddc6bf9c2cabe9539f2e21262ff6bd7df592bad5cc6a0fcf6ffa3b6d5ac517075a5f1fd042ece221dafbba9a616aa735cb5eb47291421 WHIRLPOOL 193d92c2832fbbbcd37825b7bbc598fb03a11439d87f4fea6fc8ef717a47bd242d01ad5eb90ba06046dc8dd9f873459d74e57cce2a899fb197bdf6891546aa41 +DIST firefox-44.0.2-bn-BD.xpi 550932 SHA256 ecc8fffc55bc95330c33bc8c73b365580a29ea743914c392612733e8144fba8f SHA512 25a8a1ae451c5ab54d2d95f8a72790f1e4cc198fc78f1268760a16006f89e354612e611aa859954f9745d9d4bb3c8b71661835c69e5e1aa6176381ed6c868f41 WHIRLPOOL 0fc9c844a656736e8ca4ee4c72a3bc6ca623b9949af5bf0ce6fa464deb7a1630dfc36b10d62d6d9b72ecc188f0428b9dc9b627bd1936a645881f7a7a6da92370 +DIST firefox-44.0.2-bn-IN.xpi 542129 SHA256 19940df3112df882b1a300f4bd7e7fa37a71e2c71d1f18c469511af5e3f211b4 SHA512 cb537a24f1bc9c9e035ccd7ba8b248f02d1f44182f391daee4cd5c39775f5a95a3b69577ee3e4c0c2517b21f566d6231308cd1cc7df660f32322a707b6f9a3b6 WHIRLPOOL 2a5eed8b136bbc1d3e4f71cba7f3f6a926918ee8ac42df378464796609a018aa3b17faa14fe9a2d680db18a9cb7bcf89e676f1fbb614409acdddffda2b7b6142 +DIST firefox-44.0.2-br.xpi 454296 SHA256 89c22568ff520a236f8ebbd8341d353af4914a999d1e3f3e9bbf15bbd5813c15 SHA512 51c1955ecbc8956114261b6e82c7f2f6a3e01746c76e4efcbe3028d1f9df64489e69f015da8e191c40e73cda6003179c13639a57536d25f5cd5dffb49c28eff8 WHIRLPOOL 076c714f8902498581cf2349921cb27d7e88c0a090c9e3eef27c2d6a7677238a81d48ae67166db8ea9f2a1b6b97c8bda905864392a66133a3817bca369b2e65b +DIST firefox-44.0.2-bs.xpi 493434 SHA256 8b8743f5b80f13f717e81e8742cb924d77fddb7d500e96fea5e5484d641cdc34 SHA512 ea53740a099137b5c07f37ed941861208f27e6e80d9b89318f5314ac36777dd6d02536cc4bf3f406cb9ed12e0482bd244f6464a673a9f14b75a293045623de29 WHIRLPOOL 7f3f316bc82aea37d97d02cc8516595ff98286f1b163a32006b8735587628050dcac32785066c4c98e43fe528eefec76581775665fff2164b21c7af06d287831 +DIST firefox-44.0.2-ca.xpi 471463 SHA256 23bdf6db8bedc69a32e6dd5bf5a606311f9c3bf02e80d2e496f475845bf8488b SHA512 1b22b93ab01a63462e3771d8c39d190d226639cf17a3622bb0fbe12e045d8ccb29f63d56f801f13ef2be59d2279b71b53694c5717c9e785e81238a4850ba060c WHIRLPOOL a723912ce61cc7f04b7f02df0d05c45ba7c253839afde5bbd1e84dc7df0898da9d4a19754067c120e965f149b40d80ff1a8a6c3daee5f046847f352fa3226899 +DIST firefox-44.0.2-cs.xpi 460608 SHA256 0746fd83deabb832a01833689f03db0df1c691a2ad4bbe1d4ded93972c2d59d2 SHA512 125ff3355e895e49817c76cd550b72f817d5a4045d48d272da194dab56ea1c8c70854abaa8b24597c5bf494ef52534cd0da4ba0cac47a2c3d088f7650075e43c WHIRLPOOL 16d6e922a3c0e67dad76f3e5a085f62f4e2a766e523528729e34c66d615c40c7da6792c5731a3b59076dcc60cc173395a11d8cd19ce1ae6470c19f9a0025a513 +DIST firefox-44.0.2-cy.xpi 456838 SHA256 5b8e07e055ecdb040c6c46cde65dbd9745eb56b365034dcb28c20e23a44d76e3 SHA512 4fb2a3a72fa33e62168090f31427c1ef633cb31d23b74097e3a6aadfc12d43a0e57c2dbdd804a010ee0bf16c7b6fa81acddfcce098b963816cd679d91e2f7723 WHIRLPOOL 4bc434bbf003e7c8a585c7d04f7220c5d1e0098f771cc07612f856a4f9b84b75e6965ad26e7536f6cc21457c252ef988bea36f7ad8db3c1ca8f670c8f8b36f56 +DIST firefox-44.0.2-da.xpi 463398 SHA256 731c91695e99d187f7d8b03e86965b073293468b1fc808b811a67024e7ffe771 SHA512 aedf415057c71a7b3873336efe8ca331dceb1e6dd992a865c24a40bea029971c90d074b03db12944bf508511c58574d726cad6bf60c59803ea1b79bbe70d4f7a WHIRLPOOL 66b8fc4dcb1ffd48b2aee993dc07755433be4002148cef8cd59d058f8ac6e6745a15f07b3f138897e4448f3daf3f1c4694ac1b3bd1a271b7f85361acea7c8fe9 +DIST firefox-44.0.2-de.xpi 466178 SHA256 0709f207725631a3eff02bba748e443e6f53ec01a63fb1a4c67c8a00bd6a4df7 SHA512 81c46c524cfed2df963e09624c7cee5f310014c82a020bb28982e0c61c2e54a9e1d4450343c3242bfd8b0238448739e87cba97733c2b4515811dc7d61083784b WHIRLPOOL dadbd49b1c162bf79818e975cdbf036bf8823b48d8b734fdfe9d2dd836354cf44ff03684181b51afa2bd6ab0c40709b93260167c2e355277efe05e9613e4aad8 +DIST firefox-44.0.2-el.xpi 511155 SHA256 682325bdf8b134ecfb9375e169ecac6ccb40ee12e833c77326c77082607a3d3a SHA512 afa92632dfe166d237f37f33be3df01c6a63704e08c7706ac5bb2e132db0d0cf8e4cfdce806f3cc10214b3c31022b15e68ab22dfd9c1616c577dbb3006e1f85f WHIRLPOOL 34b755d279fe7e5ce807ab6b9b58ef73b6183950c15c90d612d6407bef3f1f71ce71a272d11eb8243b542359fa9e7bb213e0bd3c72e3eb2e2243c29ab29823a0 +DIST firefox-44.0.2-en-GB.xpi 452631 SHA256 4510c02be16e876ac48c60f740bc078194fb4c21ddedba1683e15b5bfe50fba2 SHA512 51ca2bec0a6a580dd32ce770d14901004f21d3748fb780aba9839792f64f8d4496184371da7f0c5ef3500a8206993d6e58091d4ac4960888744b040519348eab WHIRLPOOL 3ce321bdf36600bf0a9b3e33dc65d04a2de7a1da2e4340e3998611945bfd9ba5c6945c871fb415c052ae7203655797d04a5478c07d6ee39dc237c618177d1de1 +DIST firefox-44.0.2-en-ZA.xpi 457279 SHA256 bfe3cb660d027902a0fd89f291a4cec7bd2f2c216f4c1c536bd440176a4ee58f SHA512 1614689c71596d796c09c30b7b9ed49e8631be1b72271f05723920c550ad9a1625226a7b261cc87993a42c57e4a7f2202ccda0031b5897d202caf364b53324e2 WHIRLPOOL 12c52db2c0e63af0cd33ef6cc6bce138e188381798a74094a8b80eeaef6fa0461fc82e2dfe2107c5e6d99e2c4fa471df8195cfad901a750e5f614e3c35db2b43 +DIST firefox-44.0.2-eo.xpi 496610 SHA256 7721b31e1d73ffc2e9ea9150d19d5f09d392f454f9254e960c98c6e9deaaadcd SHA512 db82aa07a91ae315319ad08db035d1364996f3aa2c6578eb9e8666c3b060e7318ff3ce32fbb0a203c107718e15e8f90dd05e3a40569d8382112e50d5c73480b0 WHIRLPOOL 07b37e4b3d96aed040637f87b859a6683add20d45635f4316ed473c2194a89c05ad83400fd30bda0875f3a14b76fc02ddef93b220da2bbc0495add13e8e212cb +DIST firefox-44.0.2-es-AR.xpi 465212 SHA256 a67fbc3c45cedf0c7f357136783a6c69d8d729908c7a0a0d9b5e24dbe04a2ece SHA512 10487ebf5ec5951354505b1afcc2bad609acfdd05701bee90304a3c06c7c2a08347aad4873101735a693da12c82a6c2163f28492ebb73382aac8577947f5b1d1 WHIRLPOOL e108711164d5413e6996a3b8a0c3559409fe3f2cbd3794666234c22070afb768704692ed41c991e9ce782e22d7295788a9ee8b5c024929d64da0602aa73ecc42 +DIST firefox-44.0.2-es-CL.xpi 389732 SHA256 84ccd4151bb5c7d0b1946e1690f0f26b29a61737fc8467624f1667d62e09a655 SHA512 02840b133ef0eeea695f77e955a7a54dd18a26d868910cea30155a80b5e6584f1116cf9c4a2ca84421054410d4f2a87749fa286be26d7d67d85b4a47b865a43c WHIRLPOOL 2dfdaae60bfd31f7b3fe7724a9851948d044053c3dbca60ef720e795981ceac273951b0d49c8fe397f44c0c13f9e236f7baee17d64e4abd5a32df65d6800766b +DIST firefox-44.0.2-es-ES.xpi 378686 SHA256 a41a27f78068859fcfb14cbeaa31273062dddb5c627b8ba21d42e136e5b5d083 SHA512 6909cba88e76bbba028c25bc9197c408c94e4bb58ca25ec96f05bd6567cd9b0f5bed68e62f137f32af22036d303c14947116c011476d858ca84a4172c028870e WHIRLPOOL 4b71077adf23774a86deaf820510ff66d97526be9fab594473018d68590bdc35bafcd7445f0c404d01d2b31efccb898a23458939b0ce462546ce71a244a21515 +DIST firefox-44.0.2-es-MX.xpi 470417 SHA256 d41b3b321af8bfd63a05636aa8e90cb79a4e771adaa232544d1b2e257c9c4892 SHA512 06b575855f291f40e657fe5918eff5d158bf5fa7868fa476f87b1ab8682176ef39f64a912969b8ac33de8a134de6506d6a4f51fe5c131e5077ca6a6e6aceb68a WHIRLPOOL 001a121ab03672497e8db915b60f7356040d339267563c684258becb51eaf1cf81e70f30f870f62d2017f944b5f139b57fcc8e7063677a82e065729bec721792 +DIST firefox-44.0.2-et.xpi 461959 SHA256 9a584347e3890967acf1f2e7b8cde6d50dc922cbbd8df4b3f1780bcc9949159d SHA512 9f5b09a1a5ee666228bb8eda31a9b4a91f47affaaf53975a1143db89d061951d87443babc69d41c09325a8ea981549dc3f897e6184631f05bd04cd6fceec1092 WHIRLPOOL 6436e5ebceb8589e41133e8aefa55d32fe5a8112d23bb8cd0358158c35b3277b48538f4791a3c60fe40f65652ec0e3acb2cd3a343760b09cbf4be70bd41e3819 +DIST firefox-44.0.2-eu.xpi 479776 SHA256 6406f57634fb8b392dd0454e45a58c6e76abeb13d9ae56145e02d66174af7cf5 SHA512 39033aef6918b822ce8d9c781437cd98ea16a7d650da3bf09f09a1137845a2a4de3177ecf8f5f3899a5aad64e9196235f5f72bb6d526637499be785b560e0b2a WHIRLPOOL f0e61102b88d7f101e858c2b4a957a718c8174867dba5a69b8259bb2ab0f6f0d94196457c9c0e78c00ca4b61210f3682ba5370b33af1015c440f54942c438d6c +DIST firefox-44.0.2-fa.xpi 535476 SHA256 49c4c10758a960dac223c29dbfb62eef71336ffa0c0a1b1691d625298cf97bfe SHA512 640a057ee2605e869ac27c66c0e971a7b94542bc9c23d35883f3d4739303bfd807af0aac0d1dde65825f5efdda620671defe1db309f757332e542bf507252140 WHIRLPOOL d99b80fcd3b379c2df72b405b9aad46ba507fcfb141fb28f86cf638a7f4801422371c0a9a0811a2e943bea3f4054b5db42b3daf1101a8a130d68d3a369480739 +DIST firefox-44.0.2-fi.xpi 461261 SHA256 b8779fd758eba162ae817b52163d26b534cf6bc860b7cae868474e101a995724 SHA512 7749e85d63f4100d175df66f40411aa49d4e3cd92eb7b23332d0128645b80a52d2a8a9cf894495fd53d9d2123784f1dbc03335375cb8d4bc7c22ef27a1069f4d WHIRLPOOL 6d631f864337f35f52ff6169e3c725d275a0f98c6c9f73cbe98c53e4bd4c1ab7992320814dd8f26e1b04fcb7327eda3847d15ba97c378e3eff2ffb8118120e9a +DIST firefox-44.0.2-fr.xpi 475595 SHA256 04ca61dacbabb368e72b3fea3760a1faeea9d54b7afe3aacb24f290c0bf9b914 SHA512 c69e4ecde1089f3865f4b0440454d632ed54323b290d74f65362333903dbfeefecb73c1e3bac4785de2db056b9d8331d357a9c893c3d6aa46f13401ffa7b2aec WHIRLPOOL 75a7831d0fce2501d20aa54e5fd8f823e989c8f9da1abcd92833dba51681c206e2c0e3f415ba0eac5fb229749bcc6b0f5091290cd56ee5327c6e5c183fa992fc +DIST firefox-44.0.2-fy-NL.xpi 468849 SHA256 b19bb1d3e938d31a33e98bd3c1e85a29eb409d528b8a70b0265871ee789cd22f SHA512 7d791fefbe54f817c982298240047224565aeb01316e6587e31231bf1c9bc0f8dcd937999e8994f0dd152faf9e628d679413f8cc485041b8ce2b001bc1286ec5 WHIRLPOOL 912faa3e020b5dadc8dac9797fc3efe1eb5f1b8f549955beda2fc4692b5e7398ebf604ee56aa5512211e5379a8f910416eb86b44e5327d33d9e1a2575f9a505d +DIST firefox-44.0.2-ga-IE.xpi 481201 SHA256 4ae1edad5df17f874c3e127e9b49044f98cd77a65f8d0639ed119d9306fadd00 SHA512 64435bced08fba2079272e5a56d4f60498e1838196362baa301a27c7fdf448457558dac155663d6d8ac4b6233140234d0bb330069fcceaad4c0fab5ed74b3caa WHIRLPOOL 90def8d48e9a1128ba73ffcb403fb79c3c0bc08535374802757cf8add1fb4a25551ac03df61d89648887e0c42870c424d05064d6706dda992668aca2dac80f82 +DIST firefox-44.0.2-gd.xpi 466941 SHA256 547434963fcdcc164b668b7d00ad93fa51c58d97f6ad40b3b57a0192bf256074 SHA512 fb898385356f9a5ebb223ddfa6fc4f249f2239d55a87f621f0765b28e1a990d0f35dbdbc97f9bf608289ca2b42c6b69644f24e2c2d0640ad77ff6d498250b3ce WHIRLPOOL 9dcb78f87deb9fa9c9c0ea634686689dc63c519c188ce3ca622fb114d76cf2244340b105166fdcabcf92caf5c6f11df42db8db8d83dfe068e47d942899ae994a +DIST firefox-44.0.2-gl.xpi 461112 SHA256 53904c0e7e50852ce0751a2cb5817493eca9496104ca8cda961e6e7544432c59 SHA512 9eedde8ecc461685a3f5c9ecbef4f078ea7d34d8e3142c92aa12d836ddeb62b9291ea62f1feec17a040c30b5a62183d7628c89403001301a9c80bafc752453dc WHIRLPOOL 1020ce9f835adb6fc8eee51670b97993fc45a0755af8fa348ba72882c4f361013350842edf121a65ff23a0e29cd106f769872ef7c524b62d56d3bedbc46b7928 +DIST firefox-44.0.2-gu-IN.xpi 498552 SHA256 d3d92f193da7e084afa2fe615cf89c7557f5da205c2dea6567c659e481cc64a0 SHA512 c9cda023f3eb6543ec2063f8c394cd5feb6793565e9ae230bd5144533980db670ce61ec5580826b0e0d0e29fa20c703d25cd5c93338b18e9058240a39131bdb6 WHIRLPOOL 72640d073080ea60a168ba8941386560d324829fc18d0f4cf95683fe7845f81075a1f52b9f89a415bfa0c74652e054a99ec47340dab22ddcb00f19ea7f7a3a68 +DIST firefox-44.0.2-he.xpi 490168 SHA256 5bf2d9de7e23d817a29ac616dcb29dee08164bff76405487f0501909e13dd076 SHA512 bce4a409f71e78e24ff080e573da4fc3aa9266584cb81fa633345e2afd02ab89879abfc315a654513bc6f2c726582228a15bc359c27fccc12daef9dc226950e8 WHIRLPOOL 0487dfe8c636de2bce503eb99e37e164b1134be69529db6c914c571466e256fa83cc0b2b8d81fbbb78c24150d7b7406e8b8798a70de5281f4085096e49d58ce5 +DIST firefox-44.0.2-hi-IN.xpi 523874 SHA256 555b81e609badb42d964a132db8340fbe76058a50f6666d7225149552da8f251 SHA512 7cf1887d3a3f4b43985f73667b70eed60cb491c0c7770abd6259fe89891b4508e4c5b555aa94f35100e1ffe07f7fe25caa807073a9b98e3fba73383a2a0a5b3f WHIRLPOOL 697bf205ef784979bb3fdd6f76e110855fc10a877620ebafd8cdaa7dd36e4016ecd2cd86ecf13e5476dfe47efdd6f231799c590da1c70385b6d785304cf486d7 +DIST firefox-44.0.2-hr.xpi 491274 SHA256 ba3ee6dfae31599f129dee59d40de832fe7a706f5b8ee07c71c3497829d93938 SHA512 95f3b1435c78adf85273d153d85fc365b34ce1775d7c78d553759535b9810d12ff880f302467ed0dd0ab3ad6e38bb95d627684319f87827fa22a639f29838551 WHIRLPOOL f96b5af13f9cdad35e5aa78facb78641ca10932924a86ba57c3554fb415ecdab8521cafc21a68d046f4b20226ceefa3d0f4c8822a12a1196a65e36d70790708c +DIST firefox-44.0.2-hu.xpi 466878 SHA256 43a3a184917de8acf7351602fa9d8e6f3de2cd96c83e610ed957dad407b78548 SHA512 b6f8642e140515d65a0ea9ce30d19ced78396bd551f86ca120b2845586bd594bacd1eb1ef6c6d49509a04c25b82ee444a787b5e1012c8eebdefcb40a0fa8f1db WHIRLPOOL a07f57b70aafef30930993c2b23cff773fcbf15b0f1eaffaa3e85afb5a6c29f434267ecf8fa85871ef7e789401ef04a86a31a1436d78b3148ba8f86762d9a24b +DIST firefox-44.0.2-hy-AM.xpi 549359 SHA256 3abe2cc28d1f3359e83c7ddd961c70fa6332af1a74c14926e4c152a3c204ba36 SHA512 4c3e9b90e22da2b805c9ff2665bca5e35209d281c2c4baba2ac50cbad76b4935dae8379958828843e57604a9e1d01eab6688418d670c6ec189a0ae559f84484c WHIRLPOOL ec0709d2a3b3f81fb5424654396dda48862a4e7efa63ecad19fea935fa54c0dd72510789e28e44cf8d60a964ca303a2d54aa82f113b19c0b82ca8416b95ee05c +DIST firefox-44.0.2-id.xpi 449870 SHA256 a148c51185e82b445cf41f3172ee572ce294c3f602c5ff2263d76fadfa2898d1 SHA512 9bbcd2c99af0d9d6205478e3e980900a2acb48a727717f4217aa4723a671b96421133df6f9486189a94c8d21d616b17ccaaa8446e55a0376748ad15891275578 WHIRLPOOL 54dc6375a494f96631c526ddc510c9cd3202f6ccf31a2d0352e2f4250200702fc4c786d7510003afdf9a94f858a2743ceae870f03ce72ef3d3d57b8bfc076b1b +DIST firefox-44.0.2-is.xpi 498245 SHA256 00de442df3cb7229956a3b7ce5b0937d7d157ee5620848554be043eec003819f SHA512 388983231e6bbc78019f78264975f3a9446335a6230ee54cdd71db2df5fc43c1cb0b2410b86dd2a1bc64d3dc60a34285c3d09f054b90dbc69584ec9d04d0d935 WHIRLPOOL 5959c17b26851eaa9c93243158dd73746dc9179d1b3eeaa5475a79728ed41e077b33175122925e4c80fa82ea2374a59caa500891fb5047dc65d980e6c0e9f574 +DIST firefox-44.0.2-it.xpi 369826 SHA256 495c54d5f2b250281dc35ac0db080518d16e1d87976b099e445116c68041855a SHA512 ee5506a1e3c01bb5c57a57d058f1d5aeece91acd33ac28355e1ca07b6e5808949a48cf129b54629d804c69c95941d54f392b0a7c1398c9ddd1f3f5dfcced0366 WHIRLPOOL fbd32d7379faacfa6cd8be1d993a0b616bbce9dc0a12c699331be587e1cbb6d68f84a3bf74ecce50232d8f442f92a00ce86d2c08122af281a909570e68f6a09e +DIST firefox-44.0.2-ja.xpi 493750 SHA256 9fc7f986b17212a25bec75f72a4dd5d8947077327dc61e7fb1112428500237ed SHA512 58b31410501a6d787a03c747859dec66e627939678e3df3e32689549203f5c8529461d9bc01853328354cab94a630a55786df812a982430ca0b080414a1ec62d WHIRLPOOL cea4debdad00404f5710e44bdfcfd675e69d583dbda831638fd76dc0f02b9319b0f559b55fcbff8cfd3b4b81f739e07774c75eefbb61ac298fc031675e7b2a38 +DIST firefox-44.0.2-kk.xpi 519877 SHA256 e79fc6df878ef4ad55acd7faa56486e2780331b789a81e32864ebe4cb2d6333f SHA512 3cb2ec7f0ed66df38f3687973cdaa61a71ded5fec5f63aa4d396ee9fdb3e1357752fce7973f7ff562a9910ab9da3eab8e2f642731dc7b87985af08fbaec9bb8e WHIRLPOOL c40471ff5c4a7894b657e9a02dcf2db44f39ce6e958878133c38f0b6e65b21eca3d51a4c8266ffe19ae484a32ee674ea0e6e286beeb5d693b9bed98bb7b430ad +DIST firefox-44.0.2-km.xpi 587939 SHA256 2da9abca08f869bff867e994c9fd16c4087955663dd8fa564396bd55a4215345 SHA512 162d92ff3f13da30b8f9fce75b45c7a33c8a23b758df4353e77646eee432110844b1978258048fb7eef0496512fddb87d2e4afb06732f6e2a8438046223cd060 WHIRLPOOL 10fc6f68a03c23a2ee4cb9e340e2278f2d99dc23273410b090d42bda74a3cbdead6d2accf6d22dd3c2e092b39e32cb441cad59c5977b71003ddf9b40186f4902 +DIST firefox-44.0.2-kn.xpi 547918 SHA256 471a33aa15d391cd46210a787f7c366e2ddf5c71bde8631d6b5ddc4facb8fda2 SHA512 354c8ae7411185fbccffc99876cc806fadd1a0027dae063f5a1cb6f3f43e8b7157654b84f6b5a32d877396faed8df38de35bad3e86a9314d4e988273f3158ead WHIRLPOOL bc174dd70f08c35a284f90cd78251e55992bbada08a1a949e299231d794c84e34aa4efd44700c9121e2494798f05247a3abedbd24262fa2a6034edc478785254 +DIST firefox-44.0.2-ko.xpi 480596 SHA256 c66172bfcac47899a9bcfc216aefb36156c4c96e7a85daff8adee4a7b8c8c40a SHA512 1f76a723970f437eaede779bad74646525997ad6d15db97136c7961627ef48f660792fc1dae800676b3acbfa1277743d1fe9569c5ecb001e1046dad45dbb6ef2 WHIRLPOOL ca9b3625b45995b0a81bb91dc411bb78f2c56b3eb95b2088005a2e91feea4e6fc60fefbbe532febc7f1d2d342c27987304b37e8dee9f6e6fc90c448a903f5b3f +DIST firefox-44.0.2-lt.xpi 500333 SHA256 22594998956157dab0f5f75d197dc6916d3d129b7271c1fcbab62d457aa03317 SHA512 7bbd6865332d11e4b0f3b66351d75467826f395bc5038c988d2b314ad4b0c9a62253873ba461dbb836d538b3ec9c7d51583baa03dd8dd50906c1f45ad9038db4 WHIRLPOOL c641c087c96993a29ed6513d61f7d6c75e9771793130b97daf0c8441143c968999ca958c072ecbcb52d14e3b0210a0188430255e68d7529f2ffbd82906fa039e +DIST firefox-44.0.2-lv.xpi 480445 SHA256 e624f07073e3e109cfb6f75c2dcdd37f212335777b7648d69572b5b03b86cfd1 SHA512 5b144a719fcc8a98ae84895ba3b475f600caab7338fbb5ad1d65ff99440669753364a34dac2d5b01c6f351b1b00aa267fd13737d0c7c49935e3549de01d5dfa2 WHIRLPOOL ca251cb2c81e1bab01e339955667fa35937d5fef659a783bd6cdd26fd20159f3e9fa3b4aab5e7728da2f0d548bce240bc0a5335abbaeafd8800ac11b6131dc3e +DIST firefox-44.0.2-mai.xpi 532118 SHA256 c610849c98f75d22c953ca8f969a5a8eb216f7b9abe2b69a994437c45883780b SHA512 aa2a6f872f323b17d227f06b07f6ca1eb70d40a049ccb331a44a427830571466a94773439a4eda9d297be49c90b574feb2db4fd6479b2e9ad53d1e84e1838fd1 WHIRLPOOL 6ac014a032c2406a921460b6e1c5389077e9f7ff4512a8a15bf990ab832fe8a1a20534acf572bc86180bf02d8af0d67022628301903991ae7e6c39e0331248c9 +DIST firefox-44.0.2-mk.xpi 537872 SHA256 c20266df9f18e539cc306fa0c8510beb465fc142c4bd0a0b2981fd488c2f3e7b SHA512 ebbc42f7773cbf78ceb6022d7175da7f829908a16728f6fe068ee9a10ae38b21e2334e3ad52c6de9d9d15dc7f198712282ced32d391858837e3dbc7c2181746a WHIRLPOOL 2f870bb2cb0151359b2c9565e18083fc5a1a352129c77e76ef49fb040fa2e2986ad910fc73b8e1fca5597de7d181026e35fda9a82de79de3f188b3a8d1fb98df +DIST firefox-44.0.2-ml.xpi 551283 SHA256 58e3cba0bd84b6196f56d5430cc802d050f89e81f7df6bbba3de78b36505a06c SHA512 ace2218180028c4cacbd54d39abf87aca8f3c780f679a6e135cfc4799ce4b6385f95a92c79465946ad580c4b345a74d8d73f5da1db967334cacbf553fd04a4fa WHIRLPOOL cec25cb56bc413717f5995b84df043e8df846cba7057f38595fa3e3d0923466b6e1ee5fa6e8ccd438b1012e1c22d5070b444bd523840778f9e951ae8298eea74 +DIST firefox-44.0.2-mr.xpi 527783 SHA256 905688e784a3687869a89a89ae6990dbf50b8a3dce01b58a675e5a130ec8d0dd SHA512 c306d16cee41c68818fa50404226df2d2641973f4e52b1c6604048d027128bfd6e758895990c78cd75b5cfe9f58091bc8d867d25a87aa43165a7d7eeb2180dc0 WHIRLPOOL efd2c0123deba48c4e3f0eb25dc5e07ff163bc827e36a88aa7a03dce015977cf8bceca4ecb70393a41797a2c67778e2f84141df10d4b9327561d637d4d703235 +DIST firefox-44.0.2-nb-NO.xpi 458674 SHA256 5f7ac91893b8dba07cf6380aaecbbf59c6cf9f6828f15905c74fe7508b00e69c SHA512 547f50e0c109b0951d04fc41ab1098e5ac9d57d0ab3569113e97dbb9a16657e8074cd42a1664017fb40165615d312365a30dc77ff1bcbe1750481f61a5f72e48 WHIRLPOOL ef68c14b0043a680d74112bf721425a5b7696d7dcfeadcd1b1f0b6be00cd72a0f21e93f26d451f5d2ff02248025c1411d4ba50b8c2bb3f4ded800c4051b8d8d4 +DIST firefox-44.0.2-nl.xpi 456555 SHA256 07af52f923566de4c75fa573e12cc642a952a9d34c68107031db3c47568ec5f3 SHA512 33d5e2bb9210289053b89b0f14b2e620e1e7c7f876f998f2f8139959c0f3ebd78bd9ddc30b4a039d884b928d3b4514f4d6f49f78b88d3cdfc7d4b814e1d823ef WHIRLPOOL 73763a0c14b6e3a7f14834293889cf5197881fbe30ac30536d7b4a7ebdc81d6170ce5118942e20ff752dc8ed794ea4b139d6f86dcdd2627bdbe9a0590b4afba1 +DIST firefox-44.0.2-nn-NO.xpi 452668 SHA256 6a452c10f93bd0317e16c40ad58a167d092c65770d62401c7680a2667f07a4c3 SHA512 254bd221cc6055654ab4eb120e160db6e00053ad60703488683c2ee417a83a0b061886b2ee432cb78cbfa58eb4fac89cc242b711e98f654b6b7879cef033f77a WHIRLPOOL 13478a069808ad0ef918cbc73ae75a062c5672aade06cb6d88c9261ce7da704fbbc0c71708846287888bcc4e5b6bb7e2c502273431d70d54a486f8420c130a17 +DIST firefox-44.0.2-or.xpi 540590 SHA256 e9c8e29ae48027f411b456e9d51490ac5340952d94ba79cf06f44b5af1426a03 SHA512 b3edc9f32289c15969f6b6fb7fb7c6d1f5be704a94d13cff0be505e91c762c989146f4de1be6a406742fae7e7e0ba43ffeccc170873d4fc68df60f59886131e0 WHIRLPOOL 9e107b7a88ece00d0deb0522272e05a637c0e8010226ec21aa5c34ff8a9ab7ca8d2093ad737cd2ef0bf6cf2ecb937480c3c14379f7cf50fb2032305790432e0d +DIST firefox-44.0.2-pa-IN.xpi 516426 SHA256 b90d3ca3eab8f94d130869f3c722ad1e3eaa6e4e3cc40eef2bc4fdb82e77bb69 SHA512 fded8e5e1e297ab63a0897e00175c2ea738e550e8b6e1a252767c9375a831a22f4c2e15ee208770c04499297f13fffb60378a374a7ab9d872e232b421f3b5b22 WHIRLPOOL cd90cb2f84ac463bfe994301b9addcb9622a2fb35f2a7754d908e7b57213b66ad8ea7705c0d9fac65e9e43d6d14520bbf7e2ec55644e9c8dada9f523b5b696f4 +DIST firefox-44.0.2-pl.xpi 403715 SHA256 8421b880f1e5268d5cd2a1314b05e3933ea3ef568139ae9e11c2064f3e723c5a SHA512 a9644025e5bede68cf8b0bac5e03d446d99295d4a9922b042c2d16441c9cce42475f5f5559dc777976b89ffcb45cede06b0d301300cb64d828c187071235fc77 WHIRLPOOL 30568bd772294348a30472b534ea02aa5c336219b40cf6dbc3135e9eb534594599d39e4b6b48382d5dfb2ddaa43d37f91b07d34c064f74b7483330ff54a683ef +DIST firefox-44.0.2-pt-BR.xpi 473588 SHA256 34295e1c43322c48749829f9e378fed557881a65789511eedb443eac717dd81d SHA512 96c72cd59662b0cf22c256c62fea13d6529ae460c22fc4c8fcc0be388da3e5e9ddce4df0724e4d6427b20488bbaa1b3ff2b340dc6a1739bcd8a883e0b458e6d7 WHIRLPOOL 53fd80a8b0d54dde7bfeaab20308efc166fa3552d5dcbcbac3362783c2349566bc930b12d6b7997695f563b18db7b6b81ecae8e06f2d28538300907597e7a85b +DIST firefox-44.0.2-pt-PT.xpi 454144 SHA256 430b639c423329aaeb0a58455a92cea8f2ef3e25e1076e081672295b016194cb SHA512 a97ff41cb76098d39ad4ba0e46f30e1ed85bc1545f2197b67db517bd9032b866e58a93096ecd55a57b3ab6c2c5d7f7ba54f54d68a2888fee0b055f598e0e7e95 WHIRLPOOL f7a15ae77d5495cb0c1a45815df0c2330605abf965493806578fb4c97ecb21a0dc3ff2643feabc48963172c4f110af233b0c4cea72354e3b5cbd91c4b8d63717 +DIST firefox-44.0.2-rm.xpi 460177 SHA256 334dd7850b1de48c0c806bb5993f55ece0f45b636e781394abe89c54b7751dff SHA512 4123e7890f6cb7385a49aab192a379cd3b59f445672d408c67f8fd15b5b46d000fc6406474629d01c05424d136df202ffea2c9818981ff1ea0f186630976eed0 WHIRLPOOL 914d73d826ff7fd9c193ff2adfe0f3d2452326e6885091f82403e290b0f44e3904d9aae429fe80c205817b3c4be7edbe7966804d3568b57ac3fe353b9f1942fa +DIST firefox-44.0.2-ro.xpi 507826 SHA256 c115c0e142cf82bc713a646e11ac345985d48f08fefbd72d2da4757062ea77d0 SHA512 f55c55fa40c8c5ef0ec46861af22de5c6102a2859f49a1be628389e801e9cd521041440c8c1913a44658f896bdcfea90c7af93631e040b0783c58ce6307677b9 WHIRLPOOL 1e4a4b656b67dc477434560e70823e9b11411020d1a0aa42087bac7acab431e282632e3110b2163353928a816de4d40e25fcf55fd78d10874c46d3bc66869d9f +DIST firefox-44.0.2-ru.xpi 418291 SHA256 c4c8196ece406b71b642efe4142ff5fb3e244b4e575569dd354f5c89f6fee0dd SHA512 b7a0648bebb8c29c4dfe52d25cfe9c40a3b2d904a751b39c5208515a80211ef18bd6cb1c84ed500e73f89c59044d561c7d4df2dbb045b3a2aedc03993d84492e WHIRLPOOL 3c5c20625cc9a10722f3c68ffdb7c150891f8c5c657725c742efb732c63b17593fa4060e3ea42918eb9bcba04039c435e8ccc46c356a30edc922fadbdd937c61 +DIST firefox-44.0.2-si.xpi 553904 SHA256 8f48c04cbae69a254646255af72be70157f67f903cc59621f2be8b05842c4559 SHA512 84bcea09cea82f9d4aa507906dc23f79017a18043350f7f9fd07d33ecaa1a0488b7746987fccb7f89568345b0e254ac88bbd0a8fafcfd94502cbb34c5d674bff WHIRLPOOL 80489f8bad5c0b5c40d3e59a6e16393127367f0e4af709ddb951191b22a5f009892d92c00c315cee9ad325ad37ff801b86d8bbce50e2c1277c3c60fcc6752cc1 +DIST firefox-44.0.2-sk.xpi 482729 SHA256 694a66caadd8d3b7fca3d73856e8192f3f0ca0c766c5d9abe2a087f8e29acb99 SHA512 3bbd8fab3bdf3bc64170a4e45006b713324fb1304782ade4609057c70b86a5f13c10af85cb05573a1818f86c07f7adf8e577dc9af26282d805c3854ca73bb08b WHIRLPOOL 3af27ac00168732b893ed4232ae8591707fdbbe80d4eaf6925e2e31b5e794e2e710d9fd4db125ab317d6271d03b308f1f495f74c787b09579e9ad7d296f5bf17 +DIST firefox-44.0.2-sl.xpi 456216 SHA256 ad458b5c47206e4347437eb2ad1a0c8b00d5d9855cbec808f56eef44a8ce465d SHA512 25910c4bb70b6279f05543ed358804cedf822cea714a7072a2b93e6a4bf913b3ab750dd3f0077b709e77519510e3de9ed1e4b8dff71ac26184e2b140ef33a189 WHIRLPOOL 51a9ab5a8caa01be9eac3d8d9e16aed3dbed5e5aa2c460184a88e75fa0cac8f294f10bea6e11cd864d6b57c36bddf721ff207d0a4da670f10dcfaa18404fe433 +DIST firefox-44.0.2-son.xpi 463191 SHA256 7ab8b84b1cbe8101194546eb714bdc46237c420e8da1f5fcb4945ae4cf8a0f02 SHA512 0429034a0ffdcee9837dbac4861fb114f29ffb54ba63d42e9c7b5a4c33901993674da03b9e87b1015d68c4f8c1f288f1caf3d1ef93aab8b81f9c5b5c01f5b0d7 WHIRLPOOL 76761c30af441cadbc8969e70330d698e716aa08fb5349b498e70b55fa7cc319ad71e1ed538ffe8470007306cf957152ab85ce8438a6ee1d777e7c3f8e7f1cb9 +DIST firefox-44.0.2-sq.xpi 499916 SHA256 40bf8e6d4a0598bed75738814a9f2a3363aae4061d77096176f81e80b9a67e0d SHA512 cb210dd77f8336f39d756145232a3ad748f506cc7446623e4a834a767f0b4e444245e01001fef2fe28ee6928233bb9978df983c0287b5c352d76a03d7b0dc4e6 WHIRLPOOL 835b3502063d047038e3679f0d6add31e5f2d9293dfad6c429f547a78b8f9516754bc737a27a920cebcde23227d04c2ed176990ed3018a1cd84a95b648f4e415 +DIST firefox-44.0.2-sr.xpi 490393 SHA256 423fa059b7f76b35a354b6677bdaad18977aadec1b0a077a49385d86dbddff73 SHA512 a88a31812df092c2e4809483404bfc3c2934112f501ead05ef7235613a4d889f4875a041077611a7944491af16385af3c568da470fed8cd7cc4b0346d0f415a5 WHIRLPOOL 03b55747f3971b2dd846c1db05f680667425560825cce8843373b3e39ceb4f7f009729019362a804436d52843ae029240107f7bd3c540d418c0e3aea2cdb6e68 +DIST firefox-44.0.2-sv-SE.xpi 465391 SHA256 8ee4c83ce771f97b2d742345eeda9586319dff9fbb9a518b9b557f2f2d479db5 SHA512 033af1a1001069e6d5b72392f6456ad408a976d8e02a089cb877c4d51aea00db2125537814e1be60bbb32a33510734599c2f4e5c4beccdf29aa95ca7e50ac5a0 WHIRLPOOL 556ff2075f0bafc03b52f2518841022fe3738b1f6a2b2e8183963b81e75ee75d87c362dd6ee7900714e8689327bd537e0c5567a6af1ded9c6ae4f6026e6a57ef +DIST firefox-44.0.2-ta.xpi 522514 SHA256 4af0895359af13368b298e50ea92b9a7368ae8966e153fb631012e37f2917dfb SHA512 090963b563e94b5a341d856d90979d3bc5a2a49ffe9b3637da3847239aa1bad913279c77970d06ede0e1955a743ef6b2d1ba53d0f374c53b46a57969b052a37a WHIRLPOOL a0ce62350d1073aed05a3b0c0d558cad2ded766a0f59235041fcfc13657cb8450742c04ddad16da644b6f060c8d19ee8505a5ef68bf3d582dec65eb426e09fec +DIST firefox-44.0.2-te.xpi 538473 SHA256 5e7607c4c2f8a5a305866d944399c574c4d2a2f362cc78897220996e5333236a SHA512 50f7f775d26c9e87807f445987509e929589695f02b0273b94bbb7170b7b213be980a7713dcad9a581f72b943a400397f9499d62ce5aa5b6520dfed95ae73ef0 WHIRLPOOL 1ec0e315cb4290518456438e37d60bfe79005e717e690fda714bc4f03a1161cec5bc203bc95f3b88003b5f406867e1475f18a33342778884eeb6d3a5b77858ed +DIST firefox-44.0.2-th.xpi 547043 SHA256 9485e0929ab39dde7de36531a17b2dfb063d783c3c7041639d2a75340ef3041f SHA512 3f8156632fb9a578cd2cc7386a0cadd84fab82dceaa38fa804abb7b9daf6cc321ee903113f14bda2e13a126a539ff29054d7498ee382e0752f1016e50fc3620f WHIRLPOOL a4cda86e5629ff8b0aa3a45d23ba03747c8d7d5a9bd70dcfee7c3b941037fa3424cffad25ad7055f64b2252c7a5c444903c1be0eaa7de9c6ac2f1f6383aa7c07 +DIST firefox-44.0.2-tr.xpi 472326 SHA256 fe97ee662baa6b52d5872488b1069b54e967d2ff4bb38dec48af83d408ee9a99 SHA512 771747fe979767a80ac857adaca02f163890ef0191148604b26d01d4064ba0c15af32431e928f2b63feb40f35d9311077f0f7c8447199512cbb37c107362fd05 WHIRLPOOL 028feef99ce62232ae39fc8dd4e531b1283c27632140634ce915225f652f278c9d2107236fd8f944c8d6c98760ea391964b6154569bf5e5b4b87af519aad0894 +DIST firefox-44.0.2-uk.xpi 511050 SHA256 367a130ac1e3e87e2fd6734b6b780bea569fc3ec4d668149a01c81072ab0b7c7 SHA512 13913be9d6dab6fadd65387d2a19e25b8ef73985503803fe84224eca9c6483516aa4523302e1e387484277242f71cdb6319543d358cceb31f39893aea25a04f3 WHIRLPOOL d1fd8ccc2a739fe154f8e950d4de2b17b681d00bf922549f953451fdb28e9e4ad39e0f167d956639abb52b3243ba152212aa27dd22ce28ef57034ab008e6f400 +DIST firefox-44.0.2-vi.xpi 481583 SHA256 f1d380e4e083da62dd3adfede3cc7a894036d6f4dcf36097b1d32f16ebe50352 SHA512 a87ef3f21aacdd247789914184b0a38184b2a09bbcea85f1097c50678ea5f5d32070e7a1c732d3b075ce1c979bd71a769f0e291bdabe62988567999f705e7b8f WHIRLPOOL 4a2284917fbd58431467b9fd2e559ce660dd1d55410a871f15ec1e6b12c06151f7b7e3b4434ccf6659ea202267a4fb3b9f6f00b15d4592b3602927745dc7ef1c +DIST firefox-44.0.2-xh.xpi 460794 SHA256 08ba2553fe4042c123eeffa05721ae7a26b4d30bb79219d3ead1620bed918d4d SHA512 89b6f77e5f3e013028ef9c92e88a806743c261589ef791af807c3bb955ecc931660061bc2e2dd397c05b53ec358d56794c83f25f97bc7673e30f7f3d05838f58 WHIRLPOOL 68faf4ba7c117fece40214a4a5a20dfb0a31ee16b5a00aeb64564a44b8ce2e4c6a49acd187848c0a79ab8bea0f8d064d17be1f2fac1572c44dd1882f3ae333ee +DIST firefox-44.0.2-zh-CN.xpi 496301 SHA256 e8609ff71c038286fb3768369941bfd864343eace5c0081897387eaf2f51da0d SHA512 edfdc0bd0d7d36e0099eb3f97efbb0f185fb072f129a4ded1cd979ce6c6f66b0d0f3fd44d83b5361dfe92a094d19201ab9b17429e31c6e69a237ebcc2a071d71 WHIRLPOOL 99a0a265173e7f0e0e33c76c3c826a2f470808d9e64f9503d51d74c44b00111d403eef92dc5d18c6a35b0616b045ecaeaa3ddabf389d466dc4f60758b96b01ba +DIST firefox-44.0.2-zh-TW.xpi 487761 SHA256 3af3a905106a7572753d7863bdaec82bbe5b3670c1abbd80d6f4893a17ddce89 SHA512 22f223cc6694d670b1f3909051244197e50a994c32a19d7ad9fe64624e559907d24527791038136250592d2410de3f7e11979a840dbb8d638172ed3e291288ee WHIRLPOOL e57ed023a1f1abaa22ed103103b081e05c1fbaa6331c3288b120971c32979341025444e0519d1170f4a532ed49076fd98ddc42793b054e8a1009f0c11f1bd3ae +DIST firefox-44.0.2.source.tar.xz 182355632 SHA256 0bb28841a9268c50cbb239f759f16f55b3a624f679c68965158beaa0a83a2d9e SHA512 03bcb796577a416d3267f3dbadf4cdbaf6f4ee0b2e4fde3b0f6d47ccbaeaadcc7e2eb997b569e5b14aa38e2e7c0ef0a19749b9a448a89d0d335f7510ba06dd1a WHIRLPOOL 76a1e4f25e6dc154195099da7d2ab5066ccffbb24a7763b3305d9220c8a6a5bbfab6ca1f2ffdfe77a809de14f90d92ac0da0193ea1b83243b06b78e8f6849f46 diff --git a/www-client/firefox/firefox-43.0.ebuild b/www-client/firefox/firefox-38.6.1.ebuild similarity index 85% rename from www-client/firefox/firefox-43.0.ebuild rename to www-client/firefox/firefox-38.6.1.ebuild index d0229f53ce60..8ada160756c2 100644 --- a/www-client/firefox/firefox-43.0.ebuild +++ b/www-client/firefox/firefox-38.6.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" VIRTUALX_REQUIRED="pgo" WANT_AUTOCONF="2.1" -MOZ_ESR="" +MOZ_ESR=1 # This list can be updated with scripts/get_langs.sh from the mozilla overlay # No official support as of fetch time @@ -27,14 +27,13 @@ if [[ ${MOZ_ESR} == 1 ]]; then fi # Patch version -PATCH="${PN}-42.0-patches-0.3" +PATCH="${PN}-38.0-patches-04" MOZ_HTTP_URI="http://archive.mozilla.org/pub/${PN}/releases" -MOZCONFIG_OPTIONAL_GTK3=1 MOZCONFIG_OPTIONAL_WIFI=1 MOZCONFIG_OPTIONAL_JIT="enabled" -inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-v6.42 multilib pax-utils fdo-mime autotools virtualx mozlinguas +inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-v6.38 multilib pax-utils fdo-mime autotools virtualx mozlinguas DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox" @@ -43,7 +42,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linu SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" -IUSE="bindist egl hardened +hwaccel +minimal pgo selinux +gmp-autoupdate test" +IUSE="bindist egl hardened +minimal pgo selinux +gmp-autoupdate test" RESTRICT="!bindist? ( bindist )" # More URIs appended below... @@ -57,7 +56,7 @@ ASM_DEPEND=">=dev-lang/yasm-1.1" # Mesa 7.10 needed for WebGL + bugfixes RDEPEND=" >=dev-libs/nss-3.20.1 - >=dev-libs/nspr-4.10.10-r1 + >=dev-libs/nspr-4.10.10 selinux? ( sec-policy/selinux-mozilla )" DEPEND="${RDEPEND} @@ -72,26 +71,21 @@ DEPEND="${RDEPEND} if [[ ${PV} =~ alpha ]]; then CHANGESET="8a3042764de7" SRC_URI="${SRC_URI} - https://dev.gentoo.org/~nirbheek/mozilla/firefox/firefox-${MOZ_PV}_${CHANGESET}.source.tar.xz" + https://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-release" + SRC_URI="${SRC_URI} + ${MOZ_HTTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.bz2" else - S="${WORKDIR}/firefox-${MOZ_PV}" SRC_URI="${SRC_URI} - ${MOZ_HTTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.xz" + ${MOZ_HTTP_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 -#elif [[ ${PV} =~ beta ]]; then -# S="${WORKDIR}/mozilla-beta" -# SRC_URI="${SRC_URI} -# ${MOZ_HTTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.xz" -#else -# SRC_URI="${SRC_URI} -# ${MOZ_HTTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.xz" -# if [[ ${MOZ_ESR} == 1 ]]; then -# S="${WORKDIR}/mozilla-esr${PV%%.*}" -# else -# S="${WORKDIR}/mozilla-release" -# fi -#fi QA_PRESTRIPPED="usr/$(get_libdir)/${PN}/firefox" @@ -145,8 +139,8 @@ src_prepare() { # Apply our patches EPATCH_SUFFIX="patch" \ EPATCH_FORCE="yes" \ - EPATCH_EXCLUDE="8002_jemalloc_configure_unbashify.patch - 8011_bug1194520-freetype261_until_moz43.patch" \ + EPATCH_EXCLUDE="8011_bug1194520-freetype261_until_moz43.patch + 8010_bug114311-freetype26.patch" \ epatch "${WORKDIR}/firefox" # Allow user to apply any additional patches without modifing ebuild @@ -179,10 +173,6 @@ src_prepare() { sed 's@\(xargs rm\)$@\1 -f@' \ -i "${S}"/toolkit/mozapps/installer/packager.mk || die - # Keep codebase the same even if not using official branding - sed '/^MOZ_DEV_EDITION=1/d' \ - -i "${S}"/browser/branding/aurora/configure.sh || die - eautoreconf # Must run autoconf in js/src @@ -211,9 +201,6 @@ src_configure() { mozconfig_init mozconfig_config - # We want rpath support to prevent unneeded hacks on different libc variants - append-ldflags -Wl,-rpath="${MOZILLA_FIVE_HOME}" - # It doesn't compile on alpha without this LDFLAGS use alpha && append-ldflags "-Wl,--no-relax" @@ -297,13 +284,6 @@ src_install() { "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \ || die - # Augment this with hwaccel prefs - if use hwaccel ; then - cat "${FILESDIR}"/gentoo-hwaccel-prefs.js-1 >> \ - "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \ - || die - fi - # Set default path to search for dictionaries. echo "pref(\"spellchecker.dictionary_path\", ${DICTPATH});" \ >> "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \ @@ -335,17 +315,6 @@ src_install() { # Let's just stick with this one... icon="aurora" name="Aurora" - - # Override preferences to set the MOZ_DEV_EDITION defaults, since we - # don't define MOZ_DEV_EDITION to avoid profile debaucles. - # (source: browser/app/profile/firefox.js) - cat >>"${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" <> ${T}/10firefox + doins "${T}"/10${PN} || die } pkg_preinst() { diff --git a/www-client/firefox/firefox-44.0.ebuild b/www-client/firefox/firefox-44.0.2.ebuild similarity index 100% rename from www-client/firefox/firefox-44.0.ebuild rename to www-client/firefox/firefox-44.0.2.ebuild diff --git a/x11-drivers/xf86-video-intel/Manifest b/x11-drivers/xf86-video-intel/Manifest index 0d367473eda5..fee7cef59d49 100644 --- a/x11-drivers/xf86-video-intel/Manifest +++ b/x11-drivers/xf86-video-intel/Manifest @@ -3,3 +3,4 @@ DIST xf86-video-intel-2.9.1.tar.bz2 789001 SHA256 95347c88854c2b41c07ab3bcdfadd1 DIST xf86-video-intel-2.99.917.tar.bz2 2259040 SHA256 00b781eea055582820a123c47b62411bdf6aabf4f03dc0568faec55faf9667c9 SHA512 cbf4d46ad1ad5e5587c0f1f620ff534ef0645270517b60056b9f03e83d8216e2f456de46352a06c37c0c46963cc4ed20b71b815b20ec1bf680ff046e535f580f WHIRLPOOL b26f1b303a27825120e1036f15493119e8869ebae74a2663204fe1ee63cf9fc217e593c469d6c33151a73c9ea6e9df88d0e3a0bb74ece5109b51593785fd4d7d DIST xf86-video-intel-2.99.917_p20160122.tar.xz 931472 SHA256 7e1b9b9a183078c5c11d9962ad8782a0f8ba6d64dd8267a457563a91bc90a990 SHA512 e109826b6a08cbd8d9ae7918e0c3fa1f47a56715691552d293e50dbcd92efd3e1a49f3a0db44209fec1e2cce885cc930d520f24bcd5ecb7fb83e5b71a87b1d17 WHIRLPOOL 5eee92198c63dad7883b746cfd01025391fab6176f02222e61e784fc4be70903533583312c71058660043a0b6ec2624cdeaf30d723c52acd369358451fc8e1a4 DIST xf86-video-intel-2.99.917_p20160203.tar.xz 932800 SHA256 a40792f8bcb7d48593d60d4a97a957dd0a2b505e13f15638087abd20ba98df60 SHA512 e0bdbcbe297686c3d05573932ad929d7681de52bf9b02e37b51550da55ae0841f515b740dd67bf9053048acb8b6be05eb3b7d6121d7021abbae2b31dd2a30698 WHIRLPOOL 3ede81189f4040d26e6ab4b33d539a67ee0f11553a7db84eb6e15d6f6d6cb5345244e1515e072c48874689bc07ed159ee01f9544aabc7690320e017b245ad1dc +DIST xf86-video-intel-2.99.917_p20160213.tar.xz 933036 SHA256 0c0b67ef52d02080f1361bde45b7bd4f901e6d64028e1a768223d63769f72616 SHA512 b762afdde5ef8eaf0e310985fbfd0c192f7463b3114507e3ed7edb16c99bbcf28e4c439d257d59d937c5b1e9f240d512a1025ebd23a0984160a8339df3a30995 WHIRLPOOL 723474bba515f222f2aa5392fc9dc8dc6d3cf548f6ffd1b0396f9c78b148588424da703fe9ade5730bd33f99ce10f4de77738e6a7d46212f1425ab2e82faa205 diff --git a/x11-drivers/xf86-video-intel/metadata.xml b/x11-drivers/xf86-video-intel/metadata.xml index e150cb4edafa..d18161323ae8 100644 --- a/x11-drivers/xf86-video-intel/metadata.xml +++ b/x11-drivers/xf86-video-intel/metadata.xml @@ -6,6 +6,7 @@ X11 + Enable DRI3 support Enable Glamor OpenGL 2D acceleration Enable SandyBridge's New Acceleration (useful on all chipsets, not just SandyBridge) Enable UMA Acceleration Architecture diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160213.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160213.ebuild new file mode 100644 index 000000000000..c1c92f1fbbdf --- /dev/null +++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160213.ebuild @@ -0,0 +1,79 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +XORG_DRI=dri +inherit linux-info xorg-2 + +DESCRIPTION="X.Org driver for Intel cards" + +KEYWORDS="~amd64 ~x86 ~amd64-fbsd -x86-fbsd" +IUSE="debug dri3 +sna +udev uxa xvmc" +COMMIT_ID="636b52913cac10e691834a699cff10fb94d395fa" +SRC_URI="http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/snapshot/${COMMIT_ID}.tar.xz -> ${P}.tar.xz" + +S=${WORKDIR}/${COMMIT_ID} + +REQUIRED_USE=" + || ( sna uxa ) +" +RDEPEND="x11-libs/libXext + x11-libs/libXfixes + >=x11-libs/pixman-0.27.1 + >=x11-libs/libdrm-2.4.29[video_cards_intel] + dri3? ( + >=x11-base/xorg-server-1.18 + ) + sna? ( + >=x11-base/xorg-server-1.10 + ) + udev? ( + virtual/udev + ) + xvmc? ( + x11-libs/libXvMC + >=x11-libs/libxcb-1.5 + x11-libs/xcb-util + ) +" +DEPEND="${RDEPEND} + x11-misc/util-macros + >=x11-proto/dri2proto-2.6 + x11-proto/dri3proto + x11-proto/presentproto + x11-proto/resourceproto" + +src_prepare() { + eautoreconf +} + +src_configure() { + XORG_CONFIGURE_OPTIONS=( + $(use_enable debug) + $(use_enable dri) + $(use_enable dri3) + $(usex dri3 "--with-default-dri=3") + $(use_enable sna) + $(use_enable udev) + $(use_enable uxa) + $(use_enable xvmc) + ) + xorg-2_src_configure +} + +pkg_postinst() { + if linux_config_exists \ + kernel_is -lt 4 3 && ! linux_chkconfig_present DRM_I915_KMS; then + echo + ewarn "This driver requires KMS support in your kernel" + ewarn " Device Drivers --->" + ewarn " Graphics support --->" + ewarn " Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) --->" + ewarn " <*> Intel 830M, 845G, 852GM, 855GM, 865G (i915 driver) --->" + ewarn " i915 driver" + ewarn " [*] Enable modesetting on intel by default" + echo + fi +} diff --git a/x11-misc/slock/files/slock-1.3-dontdieonme.patch b/x11-misc/slock/files/slock-1.3-dontdieonme.patch index dd08ba710b57..bda110a2d5e6 100644 --- a/x11-misc/slock/files/slock-1.3-dontdieonme.patch +++ b/x11-misc/slock/files/slock-1.3-dontdieonme.patch @@ -1,10 +1,11 @@ --- a/slock.c +++ b/slock.c -@@ -55,7 +55,6 @@ - va_start(ap, errstr); - vfprintf(stderr, errstr, ap); - va_end(ap); -- exit(1); +@@ -81,7 +81,7 @@ + die("buffer too small\n"); + + if (fd < 0 || write(fd, value, length) != length || close(fd) != 0) +- die("cannot disable the out-of-memory killer for this process (make sure to suid or sgid slock)\n"); ++ fprintf(stderr, "cannot disable the out-of-memory killer for this process (make sure to suid or sgid slock)\n"); } + #endif - #ifdef __linux__ diff --git a/x11-misc/slock/slock-1.3.ebuild b/x11-misc/slock/slock-1.3-r1.ebuild similarity index 100% rename from x11-misc/slock/slock-1.3.ebuild rename to x11-misc/slock/slock-1.3-r1.ebuild